<?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-0088_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-0088_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-0088_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-0088/figures/sub-0088_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0088/figures/sub-0088_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-0088/figures/sub-0088_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088/ses-03/func/sub-0088_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>118d3665e49610a1ea949ce6c79bd5fe</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:57:51.752500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998868, 0.0286751, 0.0379453, -0.0301692, 0.998768, 0.0394052]</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.0857759</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4162, -7771, -7178, 568, 5, -86, 24, 58]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>253.132</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f1782653-ff97-45b5-9e72-d0130318a660||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6798906326293945, -0.08094170689582825, 0.09927511215209961, 116.6722412109375], [-0.07693328708410263, 2.6796209812164307, 0.10936444252729416, -91.88948822021484], [0.10180437564849854, -0.10572117567062378, 2.6959569454193115, -51.06537628173828], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1157]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157], 'AcquisitionTime': ['155751.752500', '155752.212500', '155752.672500', '155753.132500', '155753.592500', '155754.052500', '155754.512500', '155754.972500', '155755.432500', '155755.892500', '155756.352500', '155756.812500', '155757.272500', '155757.732500', '155758.192500', '155758.652500', '155759.112500', '155759.572500', '155800.032500', '155800.492500', '155800.952500', '155801.412500', '155801.872500', '155802.332500', '155802.792500', '155803.252500', '155803.712500', '155804.172500', '155804.632500', '155805.092500', '155805.552500', '155806.012500', '155806.472500', '155806.932500', '155807.392500', '155807.852500', '155808.312500', '155808.772500', '155809.232500', '155809.692500', '155810.152500', '155810.612500', '155811.072500', '155811.532500', '155811.992500', '155812.452500', '155812.912500', '155813.372500', '155813.832500', '155814.292500', '155814.752500', '155815.212500', '155815.672500', '155816.132500', '155816.592500', '155817.052500', '155817.512500', '155817.972500', '155818.432500', '155818.892500', '155819.352500', '155819.812500', '155820.272500', '155820.732500', '155821.192500', '155821.652500', '155822.112500', '155822.572500', '155823.032500', '155823.492500', '155823.952500', '155824.412500', '155824.872500', '155825.332500', '155825.792500', '155826.252500', '155826.712500', '155827.172500', '155827.632500', '155828.092500', '155828.552500', '155829.012500', '155829.472500', '155829.932500', '155830.392500', '155830.852500', '155831.312500', '155831.772500', '155832.232500', '155832.692500', '155833.152500', '155833.612500', '155834.072500', '155834.532500', '155834.992500', '155835.452500', '155835.912500', '155836.372500', '155836.832500', '155837.292500', '155837.752500', '155838.212500', '155838.672500', '155839.132500', '155839.592500', '155840.052500', '155840.512500', '155840.972500', '155841.432500', '155841.892500', '155842.352500', '155842.812500', '155843.272500', '155843.732500', '155844.192500', '155844.652500', '155845.112500', '155845.572500', '155846.032500', '155846.492500', '155846.952500', '155847.412500', '155847.872500', '155848.332500', '155848.792500', '155849.252500', '155849.712500', '155850.172500', '155850.632500', '155851.092500', '155851.552500', '155852.012500', '155852.472500', '155852.932500', '155853.392500', '155853.852500', '155854.312500', '155854.772500', '155855.232500', '155855.692500', '155856.152500', '155856.612500', '155857.072500', '155857.532500', '155857.992500', '155858.452500', '155858.912500', '155859.372500', '155859.832500', '155900.292500', '155900.752500', '155901.212500', '155901.672500', '155902.132500', '155902.592500', '155903.052500', '155903.512500', '155903.972500', '155904.432500', '155904.892500', '155905.352500', '155905.812500', '155906.272500', '155906.732500', '155907.192500', '155907.652500', '155908.112500', '155908.572500', '155909.032500', '155909.492500', '155909.952500', '155910.412500', '155910.872500', '155911.332500', '155911.792500', '155912.252500', '155912.712500', '155913.172500', '155913.632500', '155914.092500', '155914.552500', '155915.012500', '155915.472500', '155915.932500', '155916.392500', '155916.852500', '155917.312500', '155917.772500', '155918.232500', '155918.692500', '155919.152500', '155919.612500', '155920.072500', '155920.532500', '155920.992500', '155921.452500', '155921.912500', '155922.372500', '155922.832500', '155923.292500', '155923.752500', '155924.212500', '155924.672500', '155925.132500', '155925.592500', '155926.052500', '155926.512500', '155926.972500', '155927.432500', '155927.892500', '155928.352500', '155928.812500', '155929.272500', '155929.732500', '155930.192500', '155930.652500', '155931.112500', '155931.572500', '155932.032500', '155932.492500', '155932.952500', '155933.412500', '155933.872500', '155934.332500', '155934.792500', '155935.252500', '155935.712500', '155936.172500', '155936.632500', '155937.092500', '155937.552500', '155938.012500', '155938.472500', '155938.932500', '155939.392500', '155939.852500', '155940.312500', '155940.772500', '155941.232500', '155941.692500', '155942.152500', '155942.612500', '155943.072500', '155943.532500', '155943.992500', '155944.452500', '155944.912500', '155945.372500', '155945.832500', '155946.292500', '155946.752500', '155947.212500', '155947.672500', '155948.132500', '155948.592500', '155949.052500', '155949.512500', '155949.972500', '155950.432500', '155950.892500', '155951.352500', '155951.812500', '155952.272500', '155952.732500', '155953.192500', '155953.652500', '155954.112500', '155954.572500', '155955.032500', '155955.492500', '155955.952500', '155956.412500', '155956.872500', '155957.332500', '155957.792500', '155958.252500', '155958.712500', '155959.172500', '155959.632500', '160000.092500', '160000.552500', '160001.012500', '160001.472500', '160001.932500', '160002.392500', '160002.852500', '160003.312500', '160003.772500', '160004.232500', '160004.692500', '160005.152500', '160005.612500', '160006.072500', '160006.532500', '160006.992500', '160007.452500', '160007.912500', '160008.372500', '160008.832500', '160009.292500', '160009.752500', '160010.212500', '160010.672500', '160011.132500', '160011.592500', '160012.052500', '160012.512500', '160012.972500', '160013.432500', '160013.892500', '160014.352500', '160014.812500', '160015.272500', '160015.732500', '160016.192500', '160016.652500', '160017.112500', '160017.572500', '160018.032500', '160018.492500', '160018.952500', '160019.412500', '160019.872500', '160020.332500', '160020.792500', '160021.252500', '160021.712500', '160022.172500', '160022.632500', '160023.092500', '160023.552500', '160024.012500', '160024.472500', '160024.932500', '160025.392500', '160025.852500', '160026.312500', '160026.772500', '160027.232500', '160027.692500', '160028.152500', '160028.612500', '160029.072500', '160029.532500', '160029.992500', '160030.452500', '160030.912500', '160031.372500', '160031.832500', '160032.292500', '160032.752500', '160033.212500', '160033.672500', '160034.132500', '160034.592500', '160035.052500', '160035.512500', '160035.972500', '160036.432500', '160036.892500', '160037.352500', '160037.812500', '160038.272500', '160038.732500', '160039.192500', '160039.652500', '160040.112500', '160040.572500', '160041.032500', '160041.492500', '160041.952500', '160042.412500', '160042.872500', '160043.332500', '160043.792500', '160044.252500', '160044.712500', '160045.172500', '160045.632500', '160046.092500', '160046.552500', '160047.012500', '160047.472500', '160047.932500', '160048.392500', '160048.852500', '160049.312500', '160049.772500', '160050.232500', '160050.692500', '160051.152500', '160051.612500', '160052.072500', '160052.532500', '160052.992500', '160053.452500', '160053.912500', '160054.372500', '160054.832500', '160055.292500', '160055.752500', '160056.212500', '160056.672500', '160057.132500', '160057.592500', '160058.052500', '160058.512500', '160058.972500', '160059.432500', '160059.892500', '160100.352500', '160100.812500', '160101.272500', '160101.732500', '160102.192500', '160102.652500', '160103.112500', '160103.572500', '160104.032500', '160104.492500', '160104.952500', '160105.412500', '160105.872500', '160106.332500', '160106.792500', '160107.252500', '160107.712500', '160108.172500', '160108.632500', '160109.092500', '160109.552500', '160110.012500', '160110.472500', '160110.932500', '160111.392500', '160111.852500', '160112.312500', '160112.772500', '160113.232500', '160113.692500', '160114.152500', '160114.612500', '160115.072500', '160115.532500', '160115.992500', '160116.452500', '160116.912500', '160117.372500', '160117.832500', '160118.292500', '160118.752500', '160119.212500', '160119.672500', '160120.132500', '160120.592500', '160121.052500', '160121.512500', '160121.972500', '160122.432500', '160122.892500', '160123.352500', '160123.812500', '160124.272500', '160124.732500', '160125.192500', '160125.652500', '160126.112500', '160126.572500', '160127.032500', '160127.492500', '160127.952500', '160128.412500', '160128.872500', '160129.332500', '160129.792500', '160130.252500', '160130.712500', '160131.172500', '160131.632500', '160132.092500', '160132.552500', '160133.012500', '160133.472500', '160133.932500', '160134.392500', '160134.852500', '160135.312500', '160135.772500', '160136.232500', '160136.692500', '160137.152500', '160137.612500', '160138.072500', '160138.532500', '160138.992500', '160139.452500', '160139.912500', '160140.372500', '160140.832500', '160141.292500', '160141.752500', '160142.212500', '160142.672500', '160143.132500', '160143.592500', '160144.052500', '160144.512500', '160144.972500', '160145.432500', '160145.892500', '160146.352500', '160146.812500', '160147.272500', '160147.732500', '160148.192500', '160148.652500', '160149.112500', '160149.572500', '160150.032500', '160150.492500', '160150.952500', '160151.412500', '160151.872500', '160152.332500', '160152.792500', '160153.252500', '160153.712500', '160154.172500', '160154.632500', '160155.092500', '160155.552500', '160156.012500', '160156.472500', '160156.932500', '160157.392500', '160157.852500', '160158.312500', '160158.772500', '160159.232500', '160159.692500', '160200.152500', '160200.612500', '160201.072500', '160201.532500', '160201.992500', '160202.452500', '160202.912500', '160203.372500', '160203.832500', '160204.292500', '160204.752500', '160205.212500', '160205.672500', '160206.132500', '160206.592500', '160207.052500', '160207.512500', '160207.972500', '160208.432500', '160208.892500', '160209.352500', '160209.812500', '160210.272500', '160210.732500', '160211.192500', '160211.652500', '160212.112500', '160212.572500', '160213.032500', '160213.492500', '160213.952500', '160214.412500', '160214.872500', '160215.332500', '160215.792500', '160216.252500', '160216.712500', '160217.172500', '160217.632500', '160218.092500', '160218.552500', '160219.012500', '160219.472500', '160219.932500', '160220.392500', '160220.852500', '160221.312500', '160221.772500', '160222.232500', '160222.692500', '160223.152500', '160223.612500', '160224.072500', '160224.532500', '160224.992500', '160225.452500', '160225.912500', '160226.372500', '160226.832500', '160227.292500', '160227.752500', '160228.212500', '160228.672500', '160229.132500', '160229.592500', '160230.052500', '160230.512500', '160230.972500', '160231.432500', '160231.892500', '160232.352500', '160232.812500', '160233.272500', '160233.732500', '160234.192500', '160234.652500', '160235.112500', '160235.572500', '160236.032500', '160236.492500', '160236.952500', '160237.412500', '160237.872500', '160238.332500', '160238.792500', '160239.252500', '160239.712500', '160240.172500', '160240.632500', '160241.092500', '160241.552500', '160242.012500', '160242.472500', '160242.932500', '160243.392500', '160243.852500', '160244.312500', '160244.772500', '160245.232500', '160245.692500', '160246.152500', '160246.612500', '160247.072500', '160247.532500', '160247.992500', '160248.452500', '160248.912500', '160249.372500', '160249.832500', '160250.292500', '160250.752500', '160251.212500', '160251.672500', '160252.132500', '160252.592500', '160253.052500', '160253.512500', '160253.972500', '160254.432500', '160254.892500', '160255.352500', '160255.812500', '160256.272500', '160256.732500', '160257.192500', '160257.652500', '160258.112500', '160258.572500', '160259.032500', '160259.492500', '160259.952500', '160300.412500', '160300.872500', '160301.332500', '160301.792500', '160302.252500', '160302.712500', '160303.172500', '160303.632500', '160304.092500', '160304.552500', '160305.012500', '160305.472500', '160305.932500', '160306.392500', '160306.852500', '160307.312500', '160307.772500', '160308.232500', '160308.692500', '160309.152500', '160309.612500', '160310.072500', '160310.532500', '160310.992500', '160311.452500', '160311.912500', '160312.372500', '160312.832500', '160313.292500', '160313.752500', '160314.212500', '160314.672500', '160315.132500', '160315.592500', '160316.052500', '160316.512500', '160316.972500', '160317.432500', '160317.892500', '160318.352500', '160318.812500', '160319.272500', '160319.732500', '160320.192500', '160320.652500', '160321.112500', '160321.572500', '160322.032500', '160322.492500', '160322.952500', '160323.412500', '160323.872500', '160324.332500', '160324.792500', '160325.252500', '160325.712500', '160326.172500', '160326.632500', '160327.092500', '160327.552500', '160328.012500', '160328.472500', '160328.932500', '160329.392500', '160329.852500', '160330.312500', '160330.772500', '160331.232500', '160331.692500', '160332.152500', '160332.612500', '160333.072500', '160333.532500', '160333.992500', '160334.452500', '160334.912500', '160335.372500', '160335.832500', '160336.292500', '160336.752500', '160337.212500', '160337.672500', '160338.132500', '160338.592500', '160339.052500', '160339.512500', '160339.972500', '160340.432500', '160340.892500', '160341.352500', '160341.812500', '160342.272500', '160342.732500', '160343.192500', '160343.652500', '160344.112500', '160344.572500', '160345.032500', '160345.492500', '160345.952500', '160346.412500', '160346.872500', '160347.332500', '160347.792500', '160348.252500', '160348.712500', '160349.172500', '160349.632500', '160350.092500', '160350.552500', '160351.012500', '160351.472500', '160351.932500', '160352.392500', '160352.852500', '160353.312500', '160353.772500', '160354.232500', '160354.692500', '160355.152500', '160355.612500', '160356.072500', '160356.532500', '160356.992500', '160357.452500', '160357.912500', '160358.372500', '160358.832500', '160359.292500', '160359.752500', '160400.212500', '160400.672500', '160401.132500', '160401.592500', '160402.052500', '160402.512500', '160402.972500', '160403.432500', '160403.892500', '160404.352500', '160404.812500', '160405.272500', '160405.732500', '160406.192500', '160406.652500', '160407.112500', '160407.572500', '160408.032500', '160408.492500', '160408.952500', '160409.412500', '160409.872500', '160410.332500', '160410.792500', '160411.252500', '160411.712500', '160412.172500', '160412.632500', '160413.092500', '160413.552500', '160414.012500', '160414.472500', '160414.932500', '160415.392500', '160415.852500', '160416.312500', '160416.772500', '160417.232500', '160417.692500', '160418.152500', '160418.612500', '160419.072500', '160419.532500', '160419.992500', '160420.452500', '160420.912500', '160421.372500', '160421.832500', '160422.292500', '160422.752500', '160423.212500', '160423.672500', '160424.132500', '160424.592500', '160425.052500', '160425.512500', '160425.972500', '160426.432500', '160426.892500', '160427.352500', '160427.812500', '160428.272500', '160428.732500', '160429.192500', '160429.652500', '160430.112500', '160430.572500', '160431.032500', '160431.492500', '160431.952500', '160432.412500', '160432.872500', '160433.332500', '160433.792500', '160434.252500', '160434.712500', '160435.172500', '160435.632500', '160436.092500', '160436.552500', '160437.012500', '160437.472500', '160437.932500', '160438.392500', '160438.852500', '160439.312500', '160439.772500', '160440.232500', '160440.692500', '160441.152500', '160441.612500', '160442.072500', '160442.532500', '160442.992500', '160443.452500', '160443.912500', '160444.372500', '160444.832500', '160445.292500', '160445.752500', '160446.212500', '160446.672500', '160447.132500', '160447.592500', '160448.052500', '160448.512500', '160448.972500', '160449.432500', '160449.892500', '160450.352500', '160450.812500', '160451.272500', '160451.732500', '160452.192500', '160452.652500', '160453.112500', '160453.572500', '160454.032500', '160454.492500', '160454.952500', '160455.412500', '160455.872500', '160456.332500', '160456.792500', '160457.252500', '160457.712500', '160458.172500', '160458.632500', '160459.092500', '160459.552500', '160500.012500', '160500.472500', '160500.932500', '160501.392500', '160501.852500', '160502.312500', '160502.772500', '160503.232500', '160503.692500', '160504.152500', '160504.612500', '160505.072500', '160505.532500', '160505.992500', '160506.452500', '160506.912500', '160507.372500', '160507.832500', '160508.292500', '160508.752500', '160509.212500', '160509.672500', '160510.132500', '160510.592500', '160511.052500', '160511.512500', '160511.972500', '160512.432500', '160512.892500', '160513.352500', '160513.812500', '160514.272500', '160514.732500', '160515.192500', '160515.652500', '160516.112500', '160516.572500', '160517.032500', '160517.492500', '160517.952500', '160518.412500', '160518.872500', '160519.332500', '160519.792500', '160520.252500', '160520.712500', '160521.172500', '160521.632500', '160522.092500', '160522.552500', '160523.012500', '160523.472500', '160523.932500', '160524.392500', '160524.852500', '160525.312500', '160525.772500', '160526.232500', '160526.692500', '160527.152500', '160527.612500', '160528.072500', '160528.532500', '160528.992500', '160529.452500', '160529.912500', '160530.372500', '160530.832500', '160531.292500', '160531.752500', '160532.212500', '160532.672500', '160533.132500', '160533.592500', '160534.052500', '160534.512500', '160534.972500', '160535.432500', '160535.892500', '160536.352500', '160536.812500', '160537.272500', '160537.732500', '160538.192500', '160538.652500', '160539.112500', '160539.572500', '160540.032500', '160540.492500', '160540.952500', '160541.412500', '160541.872500', '160542.332500', '160542.792500', '160543.252500', '160543.712500', '160544.172500', '160544.632500', '160545.092500', '160545.552500', '160546.012500', '160546.472500', '160546.932500', '160547.392500', '160547.852500', '160548.312500', '160548.772500', '160549.232500', '160549.692500', '160550.152500', '160550.612500', '160551.072500', '160551.532500', '160551.992500', '160552.452500', '160552.912500', '160553.372500', '160553.832500', '160554.292500', '160554.752500', '160555.212500', '160555.672500', '160556.132500', '160556.592500', '160557.052500', '160557.512500', '160557.972500', '160558.432500', '160558.892500', '160559.352500', '160559.812500', '160600.272500', '160600.732500', '160601.192500', '160601.652500', '160602.112500', '160602.572500', '160603.032500', '160603.492500', '160603.952500', '160604.412500', '160604.872500', '160605.332500', '160605.792500', '160606.252500', '160606.712500', '160607.172500', '160607.632500', '160608.092500', '160608.552500', '160609.012500', '160609.472500', '160609.932500', '160610.392500', '160610.852500', '160611.312500', '160611.772500', '160612.232500', '160612.692500', '160613.152500', '160613.612500', '160614.072500', '160614.532500', '160614.992500', '160615.452500', '160615.912500', '160616.372500', '160616.832500', '160617.292500', '160617.752500', '160618.212500', '160618.672500', '160619.132500', '160619.592500', '160620.052500', '160620.512500', '160620.972500', '160621.432500', '160621.892500', '160622.352500', '160622.812500', '160623.272500', '160623.732500', '160624.192500', '160624.652500', '160625.112500', '160625.572500', '160626.032500', '160626.492500', '160626.952500', '160627.412500', '160627.872500', '160628.332500', '160628.792500', '160629.252500', '160629.712500', '160630.172500', '160630.632500', '160631.092500', '160631.552500', '160632.012500', '160632.472500', '160632.932500', '160633.392500', '160633.852500', '160634.312500', '160634.772500', '160635.232500', '160635.692500', '160636.152500', '160636.612500', '160637.072500', '160637.532500', '160637.992500', '160638.452500', '160638.912500', '160639.372500', '160639.832500', '160640.292500', '160640.752500', '160641.212500', '160641.672500', '160642.132500', '160642.592500', '160643.052500', '160643.512500'], 'ContentTime': ['155804.770000', '155804.773000', '155804.776000', '155804.779000', '155804.782000', '155804.784000', '155804.794000', '155804.797000', '155804.799000', '155804.802000', '155804.804000', '155804.807000', '155804.810000', '155804.848000', '155804.850000', '155804.853000', '155804.855000', '155804.858000', '155804.861000', '155804.863000', '155804.866000', '155804.868000', '155804.871000', '155804.873000', '155804.876000', '155824.742000', '155824.745000', '155824.748000', '155824.751000', '155824.753000', '155824.756000', '155824.758000', '155824.761000', '155824.763000', '155824.766000', '155824.768000', '155824.771000', '155824.774000', '155824.776000', '155824.779000', '155824.781000', '155824.784000', '155824.786000', '155824.789000', '155824.792000', '155824.798000', '155824.801000', '155824.803000', '155824.806000', '155824.809000', '155824.811000', '155824.814000', '155824.816000', '155824.819000', '155824.821000', '155824.824000', '155824.826000', '155824.829000', '155824.832000', '155824.834000', '155824.837000', '155824.840000', '155824.843000', '155824.846000', '155824.848000', '155824.851000', '155824.854000', '155824.856000', '155844.743000', '155844.746000', '155844.749000', '155844.752000', '155844.755000', '155844.757000', '155844.760000', '155844.763000', '155844.765000', '155844.768000', '155844.770000', '155844.773000', '155844.776000', '155844.778000', '155844.781000', '155844.783000', '155844.786000', '155844.789000', '155844.791000', '155844.794000', '155844.796000', '155844.799000', '155844.816000', '155844.819000', '155844.821000', '155844.824000', '155844.826000', '155844.854000', '155844.857000', '155844.859000', '155844.862000', '155844.865000', '155844.867000', '155844.870000', '155844.872000', '155844.875000', '155844.877000', '155844.880000', '155844.882000', '155844.885000', '155844.888000', '155844.890000', '155844.893000', '155844.895000', '155904.744000', '155904.747000', '155904.749000', '155904.752000', '155904.754000', '155904.757000', '155904.760000', '155904.762000', '155904.765000', '155904.767000', '155904.770000', '155904.772000', '155904.775000', '155904.778000', '155904.780000', '155904.783000', '155904.785000', '155904.788000', '155904.791000', '155904.793000', '155904.796000', '155904.798000', '155904.801000', '155904.804000', '155904.806000', '155904.809000', '155904.811000', '155904.814000', '155904.816000', '155904.819000', '155904.822000', '155904.824000', '155904.827000', '155904.829000', '155904.832000', '155904.835000', '155904.837000', '155904.840000', '155904.842000', '155904.845000', '155904.847000', '155904.850000', '155904.852000', '155924.743000', '155924.745000', '155924.748000', '155924.751000', '155924.753000', '155924.756000', '155924.758000', '155924.761000', '155924.764000', '155924.766000', '155924.769000', '155924.771000', '155924.774000', '155924.777000', '155924.779000', '155924.782000', '155924.784000', '155924.787000', '155924.790000', '155924.792000', '155924.795000', '155924.797000', '155924.829000', '155924.831000', '155924.834000', '155924.837000', '155924.839000', '155924.842000', '155924.844000', '155924.847000', '155924.850000', '155924.852000', '155924.855000', '155924.857000', '155924.860000', '155924.862000', '155924.865000', '155924.868000', '155924.870000', '155924.873000', '155924.875000', '155924.878000', '155924.881000', '155924.883000', '155944.742000', '155944.745000', '155944.748000', '155944.750000', '155944.753000', '155944.756000', '155944.758000', '155944.761000', '155944.763000', '155944.766000', '155944.769000', '155944.771000', '155944.774000', '155944.776000', '155944.779000', '155944.781000', '155944.784000', '155944.787000', '155944.789000', '155944.792000', '155944.794000', '155944.797000', '155944.799000', '155944.802000', '155944.804000', '155944.807000', '155944.810000', '155944.827000', '155944.830000', '155944.832000', '155944.835000', '155944.837000', '155944.840000', '155944.842000', '155944.845000', '155944.848000', '155944.850000', '155944.853000', '155944.855000', '155944.858000', '155944.860000', '155944.863000', '155944.866000', '160004.743000', '160004.745000', '160004.748000', '160004.751000', '160004.753000', '160004.756000', '160004.758000', '160004.761000', '160004.764000', '160004.766000', '160004.769000', '160004.771000', '160004.774000', '160004.777000', '160004.779000', '160004.782000', '160004.784000', '160004.787000', '160004.790000', '160004.792000', '160004.795000', '160004.797000', '160004.833000', '160004.835000', '160004.838000', '160004.841000', '160004.843000', '160004.846000', '160004.848000', '160004.851000', '160004.854000', '160004.856000', '160004.859000', '160004.861000', '160004.864000', '160004.866000', '160004.869000', '160004.872000', '160004.874000', '160004.877000', '160004.879000', '160004.882000', '160004.885000', '160004.887000', '160024.743000', '160024.746000', '160024.748000', '160024.751000', '160024.753000', '160024.756000', '160024.758000', '160024.761000', '160024.764000', '160024.766000', '160024.769000', '160024.771000', '160024.774000', '160024.777000', '160024.779000', '160024.782000', '160024.784000', '160024.787000', '160024.790000', '160024.792000', '160024.795000', '160024.797000', '160024.832000', '160024.835000', '160024.838000', '160024.840000', '160024.843000', '160024.845000', '160024.848000', '160024.851000', '160024.853000', '160024.856000', '160024.858000', '160024.861000', '160024.864000', '160024.866000', '160024.869000', '160024.871000', '160024.874000', '160024.877000', '160024.879000', '160024.882000', '160024.885000', '160044.743000', '160044.745000', '160044.748000', '160044.751000', '160044.753000', '160044.756000', '160044.758000', '160044.761000', '160044.764000', '160044.766000', '160044.769000', '160044.771000', '160044.774000', '160044.777000', '160044.779000', '160044.782000', '160044.785000', '160044.787000', '160044.790000', '160044.792000', '160044.795000', '160044.797000', '160044.840000', '160044.843000', '160044.846000', '160044.848000', '160044.851000', '160044.853000', '160044.856000', '160044.859000', '160044.861000', '160044.864000', '160044.866000', '160044.869000', '160044.872000', '160044.874000', '160044.877000', '160044.879000', '160044.882000', '160044.885000', '160044.887000', '160044.890000', '160044.893000', '160044.895000', '160104.744000', '160104.747000', '160104.749000', '160104.752000', '160104.755000', '160104.757000', '160104.760000', '160104.762000', '160104.765000', '160104.767000', '160104.770000', '160104.773000', '160104.775000', '160104.778000', '160104.781000', '160104.783000', '160104.786000', '160104.788000', '160104.791000', '160104.793000', '160104.796000', '160104.799000', '160104.820000', '160104.822000', '160104.825000', '160104.828000', '160104.830000', '160104.833000', '160104.836000', '160104.838000', '160104.841000', '160104.843000', '160104.846000', '160104.848000', '160104.851000', '160104.854000', '160104.856000', '160104.859000', '160104.861000', '160104.864000', '160104.867000', '160104.869000', '160104.872000', '160124.743000', '160124.746000', '160124.749000', '160124.752000', '160124.754000', '160124.757000', '160124.759000', '160124.762000', '160124.765000', '160124.767000', '160124.770000', '160124.773000', '160124.775000', '160124.778000', '160124.780000', '160124.783000', '160124.786000', '160124.788000', '160124.791000', '160124.793000', '160124.796000', '160124.799000', '160124.834000', '160124.852000', '160124.854000', '160124.857000', '160124.860000', '160124.862000', '160124.865000', '160124.867000', '160124.870000', '160124.873000', '160124.875000', '160124.878000', '160124.880000', '160124.883000', '160124.885000', '160124.888000', '160124.891000', '160124.893000', '160124.896000', '160124.899000', '160124.901000', '160124.904000', '160144.743000', '160144.746000', '160144.748000', '160144.751000', '160144.753000', '160144.756000', '160144.759000', '160144.761000', '160144.764000', '160144.766000', '160144.769000', '160144.772000', '160144.774000', '160144.777000', '160144.779000', '160144.782000', '160144.785000', '160144.787000', '160144.790000', '160144.793000', '160144.844000', '160144.847000', '160144.850000', '160144.852000', '160144.855000', '160144.858000', '160144.860000', '160144.863000', '160144.866000', '160144.868000', '160144.871000', '160144.873000', '160144.876000', '160144.879000', '160144.881000', '160144.884000', '160144.886000', '160144.889000', '160144.892000', '160144.894000', '160144.897000', '160144.899000', '160144.902000', '160204.743000', '160204.745000', '160204.748000', '160204.751000', '160204.753000', '160204.756000', '160204.758000', '160204.761000', '160204.764000', '160204.766000', '160204.769000', '160204.772000', '160204.774000', '160204.777000', '160204.779000', '160204.782000', '160204.785000', '160204.787000', '160204.790000', '160204.793000', '160204.795000', '160204.798000', '160204.835000', '160204.838000', '160204.840000', '160204.843000', '160204.845000', '160204.848000', '160204.851000', '160204.853000', '160204.856000', '160204.859000', '160204.861000', '160204.864000', '160204.866000', '160204.869000', '160204.872000', '160204.874000', '160204.877000', '160204.880000', '160204.882000', '160204.885000', '160204.887000', '160224.743000', '160224.746000', '160224.748000', '160224.751000', '160224.754000', '160224.756000', '160224.759000', '160224.761000', '160224.764000', '160224.767000', '160224.769000', '160224.772000', '160224.774000', '160224.777000', '160224.780000', '160224.782000', '160224.785000', '160224.787000', '160224.790000', '160224.792000', '160224.795000', '160224.798000', '160224.800000', '160224.855000', '160224.858000', '160224.860000', '160224.863000', '160224.866000', '160224.868000', '160224.871000', '160224.873000', '160224.876000', '160224.878000', '160224.881000', '160224.884000', '160224.886000', '160224.889000', '160224.892000', '160224.894000', '160224.897000', '160224.899000', '160224.902000', '160224.904000', '160224.907000', '160244.742000', '160244.745000', '160244.748000', '160244.751000', '160244.753000', '160244.756000', '160244.759000', '160244.762000', '160244.764000', '160244.767000', '160244.770000', '160244.772000', '160244.777000', '160244.780000', '160244.782000', '160244.785000', '160244.788000', '160244.790000', '160244.793000', '160244.796000', '160244.798000', '160244.839000', '160244.842000', '160244.844000', '160244.847000', '160244.850000', '160244.852000', '160244.855000', '160244.857000', '160244.860000', '160244.863000', '160244.865000', '160244.868000', '160244.871000', '160244.873000', '160244.876000', '160244.879000', '160244.881000', '160244.884000', '160244.886000', '160244.889000', '160244.892000', '160244.894000', '160304.743000', '160304.746000', '160304.748000', '160304.751000', '160304.753000', '160304.756000', '160304.759000', '160304.761000', '160304.764000', '160304.766000', '160304.769000', '160304.772000', '160304.774000', '160304.777000', '160304.779000', '160304.782000', '160304.784000', '160304.787000', '160304.790000', '160304.792000', '160304.795000', '160304.798000', '160304.800000', '160304.853000', '160304.856000', '160304.858000', '160304.861000', '160304.863000', '160304.866000', '160304.869000', '160304.871000', '160304.874000', '160304.876000', '160304.879000', '160304.882000', '160304.884000', '160304.887000', '160304.890000', '160304.892000', '160304.895000', '160304.897000', '160304.900000', '160304.903000', '160304.905000', '160324.744000', '160324.747000', '160324.749000', '160324.752000', '160324.755000', '160324.757000', '160324.760000', '160324.763000', '160324.765000', '160324.768000', '160324.770000', '160324.773000', '160324.775000', '160324.778000', '160324.781000', '160324.783000', '160324.786000', '160324.789000', '160324.791000', '160324.794000', '160324.797000', '160324.799000', '160324.887000', '160324.889000', '160324.892000', '160324.894000', '160324.897000', '160324.900000', '160324.902000', '160324.905000', '160324.907000', '160324.910000', '160324.913000', '160324.915000', '160324.918000', '160324.921000', '160324.923000', '160324.928000', '160324.930000', '160324.933000', '160324.936000', '160324.938000', '160324.941000', '160344.743000', '160344.746000', '160344.749000', '160344.752000', '160344.754000', '160344.757000', '160344.759000', '160344.762000', '160344.765000', '160344.767000', '160344.770000', '160344.772000', '160344.775000', '160344.777000', '160344.780000', '160344.783000', '160344.785000', '160344.788000', '160344.790000', '160344.793000', '160344.795000', '160344.798000', '160344.858000', '160344.861000', '160344.863000', '160344.866000', '160344.869000', '160344.871000', '160344.874000', '160344.876000', '160344.879000', '160344.882000', '160344.884000', '160344.887000', '160344.889000', '160344.892000', '160344.895000', '160344.897000', '160344.900000', '160344.902000', '160344.905000', '160344.907000', '160344.910000', '160344.913000', '160404.743000', '160404.746000', '160404.748000', '160404.751000', '160404.754000', '160404.756000', '160404.759000', '160404.761000', '160404.764000', '160404.766000', '160404.769000', '160404.772000', '160404.774000', '160404.777000', '160404.779000', '160404.782000', '160404.785000', '160404.787000', '160404.790000', '160404.793000', '160404.795000', '160404.798000', '160404.850000', '160404.853000', '160404.856000', '160404.858000', '160404.861000', '160404.863000', '160404.866000', '160404.869000', '160404.872000', '160404.874000', '160404.877000', '160404.880000', '160404.882000', '160404.885000', '160404.888000', '160404.891000', '160404.893000', '160404.896000', '160404.898000', '160404.901000', '160404.904000', '160424.743000', '160424.761000', '160424.764000', '160424.766000', '160424.769000', '160424.771000', '160424.774000', '160424.777000', '160424.779000', '160424.782000', '160424.784000', '160424.787000', '160424.790000', '160424.792000', '160424.795000', '160424.797000', '160424.864000', '160424.867000', '160424.869000', '160424.872000', '160424.875000', '160424.877000', '160424.880000', '160424.882000', '160424.885000', '160424.887000', '160424.890000', '160424.892000', '160424.895000', '160424.898000', '160424.901000', '160424.903000', '160424.906000', '160424.908000', '160424.911000', '160424.914000', '160424.916000', '160424.919000', '160424.921000', '160424.924000', '160424.926000', '160424.929000', '160424.932000', '160424.935000', '160444.743000', '160444.746000', '160444.748000', '160444.751000', '160444.754000', '160444.756000', '160444.759000', '160444.761000', '160444.764000', '160444.767000', '160444.769000', '160444.772000', '160444.774000', '160444.777000', '160444.780000', '160444.783000', '160444.785000', '160444.788000', '160444.791000', '160444.793000', '160444.796000', '160444.799000', '160444.867000', '160444.869000', '160444.872000', '160444.874000', '160444.877000', '160444.879000', '160444.882000', '160444.885000', '160444.887000', '160444.890000', '160444.892000', '160444.895000', '160444.898000', '160444.900000', '160444.903000', '160444.905000', '160444.908000', '160444.910000', '160444.913000', '160444.916000', '160444.919000', '160504.743000', '160504.745000', '160504.748000', '160504.751000', '160504.753000', '160504.756000', '160504.758000', '160504.761000', '160504.763000', '160504.766000', '160504.769000', '160504.771000', '160504.774000', '160504.776000', '160504.779000', '160504.782000', '160504.784000', '160504.787000', '160504.789000', '160504.792000', '160504.795000', '160504.797000', '160504.872000', '160504.874000', '160504.877000', '160504.879000', '160504.882000', '160504.885000', '160504.887000', '160504.890000', '160504.892000', '160504.895000', '160504.898000', '160504.900000', '160504.903000', '160504.905000', '160504.908000', '160504.910000', '160504.913000', '160504.915000', '160504.918000', '160504.921000', '160504.924000', '160504.926000', '160524.743000', '160524.746000', '160524.748000', '160524.751000', '160524.753000', '160524.756000', '160524.759000', '160524.761000', '160524.764000', '160524.766000', '160524.769000', '160524.772000', '160524.774000', '160524.777000', '160524.780000', '160524.782000', '160524.785000', '160524.787000', '160524.790000', '160524.793000', '160524.795000', '160524.798000', '160524.861000', '160524.863000', '160524.866000', '160524.869000', '160524.871000', '160524.874000', '160524.877000', '160524.879000', '160524.882000', '160524.884000', '160524.887000', '160524.890000', '160524.892000', '160524.895000', '160524.897000', '160524.900000', '160524.903000', '160524.905000', '160524.908000', '160524.911000', '160524.913000', '160544.744000', '160544.746000', '160544.749000', '160544.752000', '160544.754000', '160544.757000', '160544.759000', '160544.762000', '160544.765000', '160544.767000', '160544.770000', '160544.772000', '160544.782000', '160544.785000', '160544.788000', '160544.790000', '160544.793000', '160544.795000', '160544.798000', '160544.854000', '160544.857000', '160544.859000', '160544.862000', '160544.864000', '160544.867000', '160544.870000', '160544.872000', '160544.875000', '160544.877000', '160544.880000', '160544.883000', '160544.885000', '160544.888000', '160544.890000', '160544.893000', '160544.895000', '160544.898000', '160544.901000', '160544.903000', '160544.906000', '160544.908000', '160544.911000', '160544.914000', '160544.916000', '160604.744000', '160604.746000', '160604.749000', '160604.752000', '160604.754000', '160604.757000', '160604.759000', '160604.762000', '160604.765000', '160604.767000', '160604.770000', '160604.773000', '160604.775000', '160604.778000', '160604.780000', '160604.783000', '160604.786000', '160604.788000', '160604.791000', '160604.793000', '160604.796000', '160604.799000', '160604.865000', '160604.867000', '160604.870000', '160604.873000', '160604.875000', '160604.878000', '160604.880000', '160604.883000', '160604.886000', '160604.888000', '160604.891000', '160604.893000', '160604.896000', '160604.899000', '160604.901000', '160604.904000', '160604.906000', '160604.909000', '160604.912000', '160604.914000', '160604.917000', '160624.743000', '160624.746000', '160624.748000', '160624.751000', '160624.753000', '160624.756000', '160624.759000', '160624.761000', '160624.764000', '160624.767000', '160624.769000', '160624.772000', '160624.774000', '160624.777000', '160624.780000', '160624.782000', '160624.785000', '160624.788000', '160624.790000', '160624.793000', '160624.795000', '160624.798000', '160624.801000', '160624.854000', '160624.856000', '160624.859000', '160624.862000', '160624.864000', '160624.867000', '160624.869000', '160624.872000', '160624.874000', '160624.877000', '160624.880000', '160624.882000', '160624.885000', '160624.887000', '160624.890000', '160624.893000', '160624.895000', '160624.898000', '160624.900000', '160624.903000', '160624.906000', '160644.743000', '160644.746000', '160644.748000', '160644.751000', '160644.754000', '160644.756000', '160644.759000', '160644.762000', '160644.764000', '160644.767000', '160644.769000', '160644.772000', '160644.775000', '160644.777000', '160644.780000', '160644.782000', '160644.785000', '160644.788000', '160644.790000', '160644.793000', '160644.795000', '160644.798000', '160644.868000', '160644.871000', '160644.874000', '160644.876000', '160644.879000', '160644.882000', '160644.884000', '160644.887000', '160644.889000', '160644.892000', '160644.895000', '160644.897000', '160644.900000', '160644.903000', '160644.906000', '160644.908000', '160644.911000', '160644.914000', '160644.917000', '160644.921000', '160644.924000', '160645.298000', '160645.301000'], 'InstanceCreationTime': ['155804.770000', '155804.773000', '155804.776000', '155804.779000', '155804.782000', '155804.784000', '155804.794000', '155804.797000', '155804.799000', '155804.802000', '155804.804000', '155804.807000', '155804.810000', '155804.848000', '155804.850000', '155804.853000', '155804.855000', '155804.858000', '155804.861000', '155804.863000', '155804.866000', '155804.868000', '155804.871000', '155804.873000', '155804.876000', '155824.742000', '155824.745000', '155824.748000', '155824.751000', '155824.753000', '155824.756000', '155824.758000', '155824.761000', '155824.763000', '155824.766000', '155824.768000', '155824.771000', '155824.774000', '155824.776000', '155824.779000', '155824.781000', '155824.784000', '155824.786000', '155824.789000', '155824.792000', '155824.798000', '155824.801000', '155824.803000', '155824.806000', '155824.809000', '155824.811000', '155824.814000', '155824.816000', '155824.819000', '155824.821000', '155824.824000', '155824.826000', '155824.829000', '155824.832000', '155824.834000', '155824.837000', '155824.840000', '155824.843000', '155824.846000', '155824.848000', '155824.851000', '155824.854000', '155824.856000', '155844.743000', '155844.746000', '155844.749000', '155844.752000', '155844.755000', '155844.757000', '155844.760000', '155844.763000', '155844.765000', '155844.768000', '155844.770000', '155844.773000', '155844.776000', '155844.778000', '155844.781000', '155844.783000', '155844.786000', '155844.789000', '155844.791000', '155844.794000', '155844.796000', '155844.799000', '155844.816000', '155844.819000', '155844.821000', '155844.824000', '155844.826000', '155844.854000', '155844.857000', '155844.859000', '155844.862000', '155844.865000', '155844.867000', '155844.870000', '155844.872000', '155844.875000', '155844.877000', '155844.880000', '155844.882000', '155844.885000', '155844.888000', '155844.890000', '155844.893000', '155844.895000', '155904.744000', '155904.747000', '155904.749000', '155904.752000', '155904.754000', '155904.757000', '155904.760000', '155904.762000', '155904.765000', '155904.767000', '155904.770000', '155904.772000', '155904.775000', '155904.778000', '155904.780000', '155904.783000', '155904.785000', '155904.788000', '155904.791000', '155904.793000', '155904.796000', '155904.798000', '155904.801000', '155904.804000', '155904.806000', '155904.809000', '155904.811000', '155904.814000', '155904.816000', '155904.819000', '155904.822000', '155904.824000', '155904.827000', '155904.829000', '155904.832000', '155904.835000', '155904.837000', '155904.840000', '155904.842000', '155904.845000', '155904.847000', '155904.850000', '155904.852000', '155924.743000', '155924.745000', '155924.748000', '155924.751000', '155924.753000', '155924.756000', '155924.758000', '155924.761000', '155924.764000', '155924.766000', '155924.769000', '155924.771000', '155924.774000', '155924.777000', '155924.779000', '155924.782000', '155924.784000', '155924.787000', '155924.790000', '155924.792000', '155924.795000', '155924.797000', '155924.829000', '155924.831000', '155924.834000', '155924.837000', '155924.839000', '155924.842000', '155924.844000', '155924.847000', '155924.850000', '155924.852000', '155924.855000', '155924.857000', '155924.860000', '155924.862000', '155924.865000', '155924.868000', '155924.870000', '155924.873000', '155924.875000', '155924.878000', '155924.881000', '155924.883000', '155944.742000', '155944.745000', '155944.748000', '155944.750000', '155944.753000', '155944.756000', '155944.758000', '155944.761000', '155944.763000', '155944.766000', '155944.769000', '155944.771000', '155944.774000', '155944.776000', '155944.779000', '155944.781000', '155944.784000', '155944.787000', '155944.789000', '155944.792000', '155944.794000', '155944.797000', '155944.799000', '155944.802000', '155944.804000', '155944.807000', '155944.810000', '155944.827000', '155944.830000', '155944.832000', '155944.835000', '155944.837000', '155944.840000', '155944.842000', '155944.845000', '155944.848000', '155944.850000', '155944.853000', '155944.855000', '155944.858000', '155944.860000', '155944.863000', '155944.866000', '160004.743000', '160004.745000', '160004.748000', '160004.751000', '160004.753000', '160004.756000', '160004.758000', '160004.761000', '160004.764000', '160004.766000', '160004.769000', '160004.771000', '160004.774000', '160004.777000', '160004.779000', '160004.782000', '160004.784000', '160004.787000', '160004.790000', '160004.792000', '160004.795000', '160004.797000', '160004.833000', '160004.835000', '160004.838000', '160004.841000', '160004.843000', '160004.846000', '160004.848000', '160004.851000', '160004.854000', '160004.856000', '160004.859000', '160004.861000', '160004.864000', '160004.866000', '160004.869000', '160004.872000', '160004.874000', '160004.877000', '160004.879000', '160004.882000', '160004.885000', '160004.887000', '160024.743000', '160024.746000', '160024.748000', '160024.751000', '160024.753000', '160024.756000', '160024.758000', '160024.761000', '160024.764000', '160024.766000', '160024.769000', '160024.771000', '160024.774000', '160024.777000', '160024.779000', '160024.782000', '160024.784000', '160024.787000', '160024.790000', '160024.792000', '160024.795000', '160024.797000', '160024.832000', '160024.835000', '160024.838000', '160024.840000', '160024.843000', '160024.845000', '160024.848000', '160024.851000', '160024.853000', '160024.856000', '160024.858000', '160024.861000', '160024.864000', '160024.866000', '160024.869000', '160024.871000', '160024.874000', '160024.877000', '160024.879000', '160024.882000', '160024.885000', '160044.743000', '160044.745000', '160044.748000', '160044.751000', '160044.753000', '160044.756000', '160044.758000', '160044.761000', '160044.764000', '160044.766000', '160044.769000', '160044.771000', '160044.774000', '160044.777000', '160044.779000', '160044.782000', '160044.785000', '160044.787000', '160044.790000', '160044.792000', '160044.795000', '160044.797000', '160044.840000', '160044.843000', '160044.846000', '160044.848000', '160044.851000', '160044.853000', '160044.856000', '160044.859000', '160044.861000', '160044.864000', '160044.866000', '160044.869000', '160044.872000', '160044.874000', '160044.877000', '160044.879000', '160044.882000', '160044.885000', '160044.887000', '160044.890000', '160044.893000', '160044.895000', '160104.744000', '160104.747000', '160104.749000', '160104.752000', '160104.755000', '160104.757000', '160104.760000', '160104.762000', '160104.765000', '160104.767000', '160104.770000', '160104.773000', '160104.775000', '160104.778000', '160104.781000', '160104.783000', '160104.786000', '160104.788000', '160104.791000', '160104.793000', '160104.796000', '160104.799000', '160104.820000', '160104.822000', '160104.825000', '160104.828000', '160104.830000', '160104.833000', '160104.836000', '160104.838000', '160104.841000', '160104.843000', '160104.846000', '160104.848000', '160104.851000', '160104.854000', '160104.856000', '160104.859000', '160104.861000', '160104.864000', '160104.867000', '160104.869000', '160104.872000', '160124.743000', '160124.746000', '160124.749000', '160124.752000', '160124.754000', '160124.757000', '160124.759000', '160124.762000', '160124.765000', '160124.767000', '160124.770000', '160124.773000', '160124.775000', '160124.778000', '160124.780000', '160124.783000', '160124.786000', '160124.788000', '160124.791000', '160124.793000', '160124.796000', '160124.799000', '160124.834000', '160124.852000', '160124.854000', '160124.857000', '160124.860000', '160124.862000', '160124.865000', '160124.867000', '160124.870000', '160124.873000', '160124.875000', '160124.878000', '160124.880000', '160124.883000', '160124.885000', '160124.888000', '160124.891000', '160124.893000', '160124.896000', '160124.899000', '160124.901000', '160124.904000', '160144.743000', '160144.746000', '160144.748000', '160144.751000', '160144.753000', '160144.756000', '160144.759000', '160144.761000', '160144.764000', '160144.766000', '160144.769000', '160144.772000', '160144.774000', '160144.777000', '160144.779000', '160144.782000', '160144.785000', '160144.787000', '160144.790000', '160144.793000', '160144.844000', '160144.847000', '160144.850000', '160144.852000', '160144.855000', '160144.858000', '160144.860000', '160144.863000', '160144.866000', '160144.868000', '160144.871000', '160144.873000', '160144.876000', '160144.879000', '160144.881000', '160144.884000', '160144.886000', '160144.889000', '160144.892000', '160144.894000', '160144.897000', '160144.899000', '160144.902000', '160204.743000', '160204.745000', '160204.748000', '160204.751000', '160204.753000', '160204.756000', '160204.758000', '160204.761000', '160204.764000', '160204.766000', '160204.769000', '160204.772000', '160204.774000', '160204.777000', '160204.779000', '160204.782000', '160204.785000', '160204.787000', '160204.790000', '160204.793000', '160204.795000', '160204.798000', '160204.835000', '160204.838000', '160204.840000', '160204.843000', '160204.845000', '160204.848000', '160204.851000', '160204.853000', '160204.856000', '160204.859000', '160204.861000', '160204.864000', '160204.866000', '160204.869000', '160204.872000', '160204.874000', '160204.877000', '160204.880000', '160204.882000', '160204.885000', '160204.887000', '160224.743000', '160224.746000', '160224.748000', '160224.751000', '160224.754000', '160224.756000', '160224.759000', '160224.761000', '160224.764000', '160224.767000', '160224.769000', '160224.772000', '160224.774000', '160224.777000', '160224.780000', '160224.782000', '160224.785000', '160224.787000', '160224.790000', '160224.792000', '160224.795000', '160224.798000', '160224.800000', '160224.855000', '160224.858000', '160224.860000', '160224.863000', '160224.866000', '160224.868000', '160224.871000', '160224.873000', '160224.876000', '160224.878000', '160224.881000', '160224.884000', '160224.886000', '160224.889000', '160224.892000', '160224.894000', '160224.897000', '160224.899000', '160224.902000', '160224.904000', '160224.907000', '160244.742000', '160244.745000', '160244.748000', '160244.751000', '160244.753000', '160244.756000', '160244.759000', '160244.762000', '160244.764000', '160244.767000', '160244.770000', '160244.772000', '160244.777000', '160244.780000', '160244.782000', '160244.785000', '160244.788000', '160244.790000', '160244.793000', '160244.796000', '160244.798000', '160244.839000', '160244.842000', '160244.844000', '160244.847000', '160244.850000', '160244.852000', '160244.855000', '160244.857000', '160244.860000', '160244.863000', '160244.865000', '160244.868000', '160244.871000', '160244.873000', '160244.876000', '160244.879000', '160244.881000', '160244.884000', '160244.886000', '160244.889000', '160244.892000', '160244.894000', '160304.743000', '160304.746000', '160304.748000', '160304.751000', '160304.753000', '160304.756000', '160304.759000', '160304.761000', '160304.764000', '160304.766000', '160304.769000', '160304.772000', '160304.774000', '160304.777000', '160304.779000', '160304.782000', '160304.784000', '160304.787000', '160304.790000', '160304.792000', '160304.795000', '160304.798000', '160304.800000', '160304.853000', '160304.856000', '160304.858000', '160304.861000', '160304.863000', '160304.866000', '160304.869000', '160304.871000', '160304.874000', '160304.876000', '160304.879000', '160304.882000', '160304.884000', '160304.887000', '160304.890000', '160304.892000', '160304.895000', '160304.897000', '160304.900000', '160304.903000', '160304.905000', '160324.744000', '160324.747000', '160324.749000', '160324.752000', '160324.755000', '160324.757000', '160324.760000', '160324.763000', '160324.765000', '160324.768000', '160324.770000', '160324.773000', '160324.775000', '160324.778000', '160324.781000', '160324.783000', '160324.786000', '160324.789000', '160324.791000', '160324.794000', '160324.797000', '160324.799000', '160324.887000', '160324.889000', '160324.892000', '160324.894000', '160324.897000', '160324.900000', '160324.902000', '160324.905000', '160324.907000', '160324.910000', '160324.913000', '160324.915000', '160324.918000', '160324.921000', '160324.923000', '160324.928000', '160324.930000', '160324.933000', '160324.936000', '160324.938000', '160324.941000', '160344.743000', '160344.746000', '160344.749000', '160344.752000', '160344.754000', '160344.757000', '160344.759000', '160344.762000', '160344.765000', '160344.767000', '160344.770000', '160344.772000', '160344.775000', '160344.777000', '160344.780000', '160344.783000', '160344.785000', '160344.788000', '160344.790000', '160344.793000', '160344.795000', '160344.798000', '160344.858000', '160344.861000', '160344.863000', '160344.866000', '160344.869000', '160344.871000', '160344.874000', '160344.876000', '160344.879000', '160344.882000', '160344.884000', '160344.887000', '160344.889000', '160344.892000', '160344.895000', '160344.897000', '160344.900000', '160344.902000', '160344.905000', '160344.907000', '160344.910000', '160344.913000', '160404.743000', '160404.746000', '160404.748000', '160404.751000', '160404.754000', '160404.756000', '160404.759000', '160404.761000', '160404.764000', '160404.766000', '160404.769000', '160404.772000', '160404.774000', '160404.777000', '160404.779000', '160404.782000', '160404.785000', '160404.787000', '160404.790000', '160404.793000', '160404.795000', '160404.798000', '160404.850000', '160404.853000', '160404.856000', '160404.858000', '160404.861000', '160404.863000', '160404.866000', '160404.869000', '160404.872000', '160404.874000', '160404.877000', '160404.880000', '160404.882000', '160404.885000', '160404.888000', '160404.891000', '160404.893000', '160404.896000', '160404.898000', '160404.901000', '160404.904000', '160424.743000', '160424.761000', '160424.764000', '160424.766000', '160424.769000', '160424.771000', '160424.774000', '160424.777000', '160424.779000', '160424.782000', '160424.784000', '160424.787000', '160424.790000', '160424.792000', '160424.795000', '160424.797000', '160424.864000', '160424.867000', '160424.869000', '160424.872000', '160424.875000', '160424.877000', '160424.880000', '160424.882000', '160424.885000', '160424.887000', '160424.890000', '160424.892000', '160424.895000', '160424.898000', '160424.901000', '160424.903000', '160424.906000', '160424.908000', '160424.911000', '160424.914000', '160424.916000', '160424.919000', '160424.921000', '160424.924000', '160424.926000', '160424.929000', '160424.932000', '160424.935000', '160444.743000', '160444.746000', '160444.748000', '160444.751000', '160444.754000', '160444.756000', '160444.759000', '160444.761000', '160444.764000', '160444.767000', '160444.769000', '160444.772000', '160444.774000', '160444.777000', '160444.780000', '160444.783000', '160444.785000', '160444.788000', '160444.791000', '160444.793000', '160444.796000', '160444.799000', '160444.867000', '160444.869000', '160444.872000', '160444.874000', '160444.877000', '160444.879000', '160444.882000', '160444.885000', '160444.887000', '160444.890000', '160444.892000', '160444.895000', '160444.898000', '160444.900000', '160444.903000', '160444.905000', '160444.908000', '160444.910000', '160444.913000', '160444.916000', '160444.919000', '160504.743000', '160504.745000', '160504.748000', '160504.751000', '160504.753000', '160504.756000', '160504.758000', '160504.761000', '160504.763000', '160504.766000', '160504.769000', '160504.771000', '160504.774000', '160504.776000', '160504.779000', '160504.782000', '160504.784000', '160504.787000', '160504.789000', '160504.792000', '160504.795000', '160504.797000', '160504.872000', '160504.874000', '160504.877000', '160504.879000', '160504.882000', '160504.885000', '160504.887000', '160504.890000', '160504.892000', '160504.895000', '160504.898000', '160504.900000', '160504.903000', '160504.905000', '160504.908000', '160504.910000', '160504.913000', '160504.915000', '160504.918000', '160504.921000', '160504.924000', '160504.926000', '160524.743000', '160524.746000', '160524.748000', '160524.751000', '160524.753000', '160524.756000', '160524.759000', '160524.761000', '160524.764000', '160524.766000', '160524.769000', '160524.772000', '160524.774000', '160524.777000', '160524.780000', '160524.782000', '160524.785000', '160524.787000', '160524.790000', '160524.793000', '160524.795000', '160524.798000', '160524.861000', '160524.863000', '160524.866000', '160524.869000', '160524.871000', '160524.874000', '160524.877000', '160524.879000', '160524.882000', '160524.884000', '160524.887000', '160524.890000', '160524.892000', '160524.895000', '160524.897000', '160524.900000', '160524.903000', '160524.905000', '160524.908000', '160524.911000', '160524.913000', '160544.744000', '160544.746000', '160544.749000', '160544.752000', '160544.754000', '160544.757000', '160544.759000', '160544.762000', '160544.765000', '160544.767000', '160544.770000', '160544.772000', '160544.782000', '160544.785000', '160544.788000', '160544.790000', '160544.793000', '160544.795000', '160544.798000', '160544.854000', '160544.857000', '160544.859000', '160544.862000', '160544.864000', '160544.867000', '160544.870000', '160544.872000', '160544.875000', '160544.877000', '160544.880000', '160544.883000', '160544.885000', '160544.888000', '160544.890000', '160544.893000', '160544.895000', '160544.898000', '160544.901000', '160544.903000', '160544.906000', '160544.908000', '160544.911000', '160544.914000', '160544.916000', '160604.744000', '160604.746000', '160604.749000', '160604.752000', '160604.754000', '160604.757000', '160604.759000', '160604.762000', '160604.765000', '160604.767000', '160604.770000', '160604.773000', '160604.775000', '160604.778000', '160604.780000', '160604.783000', '160604.786000', '160604.788000', '160604.791000', '160604.793000', '160604.796000', '160604.799000', '160604.865000', '160604.867000', '160604.870000', '160604.873000', '160604.875000', '160604.878000', '160604.880000', '160604.883000', '160604.886000', '160604.888000', '160604.891000', '160604.893000', '160604.896000', '160604.899000', '160604.901000', '160604.904000', '160604.906000', '160604.909000', '160604.912000', '160604.914000', '160604.917000', '160624.743000', '160624.746000', '160624.748000', '160624.751000', '160624.753000', '160624.756000', '160624.759000', '160624.761000', '160624.764000', '160624.767000', '160624.769000', '160624.772000', '160624.774000', '160624.777000', '160624.780000', '160624.782000', '160624.785000', '160624.788000', '160624.790000', '160624.793000', '160624.795000', '160624.798000', '160624.801000', '160624.854000', '160624.856000', '160624.859000', '160624.862000', '160624.864000', '160624.867000', '160624.869000', '160624.872000', '160624.874000', '160624.877000', '160624.880000', '160624.882000', '160624.885000', '160624.887000', '160624.890000', '160624.893000', '160624.895000', '160624.898000', '160624.900000', '160624.903000', '160624.906000', '160644.743000', '160644.746000', '160644.748000', '160644.751000', '160644.754000', '160644.756000', '160644.759000', '160644.762000', '160644.764000', '160644.767000', '160644.769000', '160644.772000', '160644.775000', '160644.777000', '160644.780000', '160644.782000', '160644.785000', '160644.788000', '160644.790000', '160644.793000', '160644.795000', '160644.798000', '160644.868000', '160644.871000', '160644.874000', '160644.876000', '160644.879000', '160644.882000', '160644.884000', '160644.887000', '160644.889000', '160644.892000', '160644.895000', '160644.897000', '160644.900000', '160644.903000', '160644.906000', '160644.908000', '160644.911000', '160644.914000', '160644.917000', '160644.921000', '160644.924000', '160645.298000', '160645.301000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157], 'LargestImagePixelValue': [9178, 7373, 9324, 9205, 7784, 12525, 7670, 7485, 8434, 8027, 13201, 9508, 7388, 9104, 7792, 7287, 10153, 7272, 11193, 8644, 7403, 10462, 7505, 8248, 8106, 7399, 11912, 7661, 7594, 9044, 7806, 12694, 10145, 7411, 9578, 7905, 12192, 9449, 7606, 10552, 8038, 9391, 8997, 7748, 11186, 8906, 7450, 11197, 7936, 8785, 9291, 8314, 12830, 7861, 7594, 8437, 8108, 11612, 8808, 7290, 11376, 8412, 7920, 9533, 8383, 11665, 8953, 7440, 11815, 8475, 8620, 11296, 8065, 9828, 8341, 7750, 12359, 8728, 8146, 8593, 7850, 13594, 9374, 7398, 9939, 8367, 10819, 9133, 8217, 12141, 8390, 7884, 12187, 8089, 7433, 9655, 8189, 10300, 8293, 7734, 12130, 10207, 8972, 9424, 7975, 10434, 8977, 7839, 12169, 7786, 7832, 11142, 8238, 8603, 8729, 8801, 13970, 10002, 8257, 10440, 8873, 10395, 9753, 8282, 11830, 9724, 8576, 11896, 7906, 8124, 10596, 8571, 8124, 8168, 8230, 13388, 9435, 7901, 9973, 8199, 9364, 9151, 7662, 9773, 7541, 7806, 12329, 7838, 7531, 9563, 8320, 14401, 10314, 7806, 9670, 8516, 9651, 8892, 7640, 11553, 8590, 7970, 11869, 8935, 10484, 8511, 7718, 12447, 9724, 7824, 9960, 7698, 7286, 8550, 7563, 9075, 8210, 7636, 12015, 9782, 8000, 10732, 8339, 7178, 8966, 8671, 9202, 12211, 8047, 7993, 12022, 10105, 9280, 12839, 8100, 7507, 8629, 8179, 8019, 8786, 7798, 7346, 8184, 7345, 11049, 8768, 7134, 13087, 12501, 9363, 13037, 7932, 8500, 9571, 7867, 11027, 9020, 8574, 12703, 9133, 7697, 9257, 8096, 11178, 9648, 7778, 12362, 9814, 7838, 11126, 8176, 8396, 10607, 8106, 10883, 10945, 8610, 13671, 9574, 7337, 8945, 8464, 11686, 9327, 8072, 9687, 8535, 7687, 11476, 8308, 7246, 9917, 8840, 10536, 10453, 9048, 13188, 10118, 8687, 11775, 9427, 8488, 12533, 8744, 7833, 10481, 9636, 10276, 8534, 8880, 12313, 9383, 8303, 11206, 8364, 8785, 11856, 8271, 8251, 11197, 8824, 8919, 8587, 8999, 10962, 9530, 8296, 11412, 8047, 8085, 11168, 7935, 8433, 11244, 8754, 8201, 10822, 8316, 9150, 12543, 7623, 8309, 11389, 8400, 7861, 9938, 8980, 10289, 12357, 8917, 8673, 10406, 9186, 11262, 9240, 9142, 11944, 9408, 8796, 11968, 8801, 8056, 10097, 8961, 10263, 10081, 8768, 7615, 8775, 8592, 10678, 7953, 8643, 12294, 9320, 8557, 10197, 9041, 11219, 10214, 8469, 9878, 8723, 8351, 13692, 10284, 7949, 9379, 8486, 10158, 9174, 8570, 11641, 9384, 9489, 11805, 8621, 7847, 7781, 8142, 11301, 7306, 8058, 12530, 9937, 8171, 11566, 8698, 11914, 10024, 8360, 12157, 8191, 8160, 11913, 8568, 9730, 7480, 7800, 12843, 8454, 7709, 10077, 7809, 11729, 9156, 8119, 10689, 7619, 8787, 11124, 8394, 8842, 8777, 8592, 12330, 7700, 7696, 11418, 8797, 7679, 10002, 8347, 10083, 10581, 7859, 9367, 7253, 7851, 13000, 9859, 7954, 10016, 7788, 9291, 9434, 8025, 8933, 9387, 7444, 11074, 7903, 7531, 9066, 8178, 11540, 10776, 8074, 12716, 11083, 8951, 10741, 8380, 10510, 10864, 7776, 11562, 8675, 7745, 13313, 8590, 8875, 7056, 7681, 11630, 7920, 7620, 9403, 8117, 10532, 10178, 7685, 10532, 7626, 7824, 11733, 9028, 9121, 8744, 8108, 11809, 10056, 7914, 11570, 7730, 7653, 8732, 8467, 12489, 8234, 7314, 11076, 8342, 7454, 7115, 7714, 7411, 8256, 7148, 7623, 13564, 10015, 8310, 12482, 12859, 9462, 10053, 7010, 7434, 12472, 8901, 7256, 9406, 7528, 10609, 12283, 7394, 10297, 8350, 7648, 14557, 10752, 9478, 10612, 7251, 7388, 10868, 8778, 7300, 10051, 8088, 7525, 8798, 8544, 11667, 7202, 7802, 11736, 9544, 7533, 11705, 7892, 8784, 10697, 8764, 11340, 7146, 7576, 12718, 9049, 7194, 8889, 7697, 11221, 12432, 8360, 11757, 7689, 7805, 8901, 7567, 10578, 7198, 7544, 10614, 10041, 8061, 12279, 7474, 7292, 10152, 9329, 11830, 8528, 7582, 11078, 8898, 9367, 7047, 7335, 12344, 8733, 7385, 8267, 7404, 13372, 10103, 7287, 9184, 7545, 12531, 9750, 8032, 10463, 8024, 11870, 10454, 8087, 11456, 10191, 10362, 11950, 7695, 7842, 9361, 8934, 11290, 7882, 7912, 13232, 11306, 12595, 9506, 7830, 11396, 7722, 10409, 10258, 7301, 8770, 7711, 7500, 13825, 9394, 7608, 9382, 7456, 12635, 9232, 7939, 11358, 7771, 11323, 9539, 8070, 11018, 7489, 7308, 10724, 7306, 7584, 8759, 7890, 13391, 9409, 8220, 9959, 7806, 12827, 9313, 8136, 11057, 7420, 7640, 12623, 8781, 9099, 7987, 7511, 13724, 10121, 7756, 9516, 7438, 11602, 9859, 8162, 12485, 7511, 8625, 11931, 8078, 8042, 8852, 7685, 14306, 10248, 7663, 9405, 7664, 10649, 8949, 7945, 9987, 8035, 7608, 12677, 9605, 8298, 8423, 8188, 12011, 9602, 7694, 10766, 7461, 9249, 8604, 8199, 12734, 8672, 8208, 10889, 8561, 9680, 8782, 8156, 11142, 8392, 7670, 12452, 8786, 8002, 8629, 7552, 13383, 9791, 7863, 9714, 8131, 11773, 10169, 9514, 13889, 9951, 8240, 10355, 7411, 12133, 10302, 7822, 10250, 7355, 7507, 10378, 7409, 8809, 8266, 7910, 11628, 8293, 12272, 9562, 7414, 8665, 7383, 7754, 12769, 9043, 10259, 8756, 7745, 12147, 9177, 11551, 10011, 7447, 7647, 8006, 8615, 14019, 11301, 7261, 7695, 9615, 7220, 7481, 10196, 8523, 8252, 9722, 13009, 11305, 13101, 11219, 8951, 9125, 9083, 13889, 10801, 8433, 10530, 7646, 9793, 13351, 7348, 8298, 7384, 8035, 12395, 7741, 7891, 9648, 8669, 12717, 10185, 8211, 9379, 8226, 11916, 8534, 8151, 10115, 7564, 9019, 8820, 8624, 13193, 7658, 9868, 9061, 8182, 10888, 7205, 7947, 11381, 7714, 8713, 8729, 8189, 11848, 7738, 7767, 7997, 7322, 8434, 8380, 8585, 12086, 9204, 7968, 14437, 10265, 7450, 9184, 7989, 11315, 9488, 7690, 11215, 7307, 8052, 8269, 7863, 12554, 7403, 7470, 10281, 7392, 12439, 10441, 7635, 11331, 7535, 10255, 9255, 7540, 9999, 8664, 7590, 12658, 7376, 7599, 9180, 7520, 12501, 9043, 7628, 11832, 8421, 7548, 11186, 7391, 7989, 10276, 7384, 10922, 7616, 7670, 13212, 9622, 7781, 9919, 7452, 11190, 9093, 7457, 10813, 7996, 7492, 13092, 9276, 7679, 10654, 7302, 11729, 8727, 7670, 11528, 10034, 7982, 12826, 7400, 7707, 11001, 8871, 7994, 10465, 7355, 11806, 9110, 8034, 12110, 7783, 7881, 11275, 7479, 10210, 7576, 7440, 12036, 7272, 7799, 9185, 7519, 11618, 8641, 7818, 12891, 9333, 7640, 10664, 7660, 9498, 10064, 7688, 12178, 8600, 7475, 13175, 9534, 7646, 9511, 7509, 12454, 9278, 8063, 11553, 7607, 7821, 11586, 7900, 7770, 9079, 7772, 12565, 9910, 7559, 10503, 7848, 13450, 9835, 7566, 10042, 7530, 7418, 11579, 7625, 7620, 11101, 9256, 7838, 10594, 7433, 10575, 12135, 7653, 9348, 10070, 7212, 12554, 10186, 6995, 11504, 9190, 7451, 10589, 8174, 8037, 13452, 9257, 7453, 11908, 9008, 7447, 10994, 7353, 11306, 12699, 7380, 7548, 10257, 8047, 10576, 8798, 7400, 10472, 8300, 7704, 12998, 8030, 7704, 13024, 10638, 9034, 11617, 7634, 9444, 11909, 7578, 9690, 7915, 7732, 13507, 9809, 7881, 10354, 8193, 7733, 11633, 7397, 7937, 9775, 7128, 10893, 8582, 7238, 7613, 9845, 8563, 10707, 12664, 8144, 8128, 10413, 8826, 13204, 8060, 7594, 11070, 8012, 10407, 11446, 7177, 7889, 9975, 7169, 11546, 7610, 7180, 12799, 9299, 7321, 10212, 7272, 12306, 9361, 7927, 12497, 8403, 9272, 13026, 7187, 9955, 9559, 8754, 14306, 10003, 7367, 11627, 8594, 9550, 12591, 7550, 8347, 10849, 7105, 10599, 8061, 6973, 12271, 9000, 9052, 8967, 7276, 12867, 9260, 7620, 10948, 7279, 8433, 8923, 7766, 12647, 7644, 7561, 12977, 9743, 7438, 11158, 7033, 8996, 9903, 7006, 9795, 8031, 7246, 13249, 9790, 7478, 11545, 8542, 12547, 9363, 7666, 10553, 8816, 7480, 12798, 7808, 7839, 10802, 9067, 13253, 7795, 7354, 12132, 8896, 7319, 10304, 7121, 9575, 12038, 7827, 13157, 9374, 7585, 12482, 8408, 7576, 10059, 7623, 12563, 12107, 7223, 8548, 8932, 7114, 7660, 12164, 10624, 9655, 13756, 11110, 8061, 13919, 9311, 9088, 8333, 7931, 12951, 9633, 7765, 10632, 7775, 7186, 12051], 'WindowCenter': [4244.0, 4209.0, 4227.0, 4215.0, 4194.0, 4235.0, 4192.0, 4180.0, 4189.0, 4192.0, 4242.0, 4212.0, 4181.0, 4201.0, 4194.0, 4193.0, 4225.0, 4197.0, 4234.0, 4216.0, 4195.0, 4237.0, 4195.0, 4205.0, 4207.0, 4197.0, 4248.0, 4207.0, 4206.0, 4226.0, 4209.0, 4248.0, 4238.0, 4195.0, 4226.0, 4207.0, 4245.0, 4227.0, 4195.0, 4224.0, 4206.0, 4216.0, 4215.0, 4205.0, 4236.0, 4227.0, 4205.0, 4237.0, 4205.0, 4215.0, 4226.0, 4215.0, 4247.0, 4206.0, 4204.0, 4205.0, 4206.0, 4246.0, 4217.0, 4207.0, 4247.0, 4217.0, 4216.0, 4227.0, 4219.0, 4246.0, 4226.0, 4206.0, 4247.0, 4217.0, 4217.0, 4249.0, 4216.0, 4227.0, 4216.0, 4207.0, 4248.0, 4217.0, 4205.0, 4216.0, 4207.0, 4256.0, 4227.0, 4197.0, 4225.0, 4215.0, 4235.0, 4227.0, 4215.0, 4244.0, 4214.0, 4207.0, 4246.0, 4206.0, 4196.0, 4226.0, 4215.0, 4236.0, 4215.0, 4206.0, 4247.0, 4236.0, 4217.0, 4226.0, 4205.0, 4237.0, 4228.0, 4207.0, 4245.0, 4206.0, 4206.0, 4246.0, 4217.0, 4217.0, 4217.0, 4240.0, 4258.0, 4237.0, 4216.0, 4234.0, 4226.0, 4237.0, 4226.0, 4205.0, 4234.0, 4224.0, 4213.0, 4244.0, 4203.0, 4204.0, 4235.0, 4215.0, 4203.0, 4204.0, 4215.0, 4255.0, 4225.0, 4205.0, 4224.0, 4215.0, 4225.0, 4226.0, 4206.0, 4225.0, 4206.0, 4205.0, 4246.0, 4206.0, 4207.0, 4226.0, 4216.0, 4257.0, 4225.0, 4205.0, 4223.0, 4214.0, 4223.0, 4214.0, 4205.0, 4243.0, 4213.0, 4205.0, 4246.0, 4214.0, 4223.0, 4202.0, 4194.0, 4244.0, 4214.0, 4193.0, 4223.0, 4193.0, 4194.0, 4214.0, 4206.0, 4214.0, 4214.0, 4207.0, 4244.0, 4224.0, 4205.0, 4236.0, 4216.0, 4195.0, 4215.0, 4227.0, 4226.0, 4247.0, 4215.0, 4216.0, 4257.0, 4236.0, 4227.0, 4245.0, 4203.0, 4192.0, 4202.0, 4215.0, 4205.0, 4214.0, 4206.0, 4205.0, 4217.0, 4207.0, 4247.0, 4216.0, 4199.0, 4257.0, 4259.0, 4228.0, 4259.0, 4220.0, 4227.0, 4226.0, 4217.0, 4235.0, 4215.0, 4216.0, 4257.0, 4227.0, 4204.0, 4226.0, 4204.0, 4234.0, 4226.0, 4204.0, 4244.0, 4236.0, 4205.0, 4245.0, 4215.0, 4215.0, 4236.0, 4205.0, 4234.0, 4235.0, 4215.0, 4255.0, 4223.0, 4191.0, 4213.0, 4216.0, 4242.0, 4223.0, 4203.0, 4223.0, 4215.0, 4207.0, 4247.0, 4216.0, 4207.0, 4236.0, 4226.0, 4236.0, 4234.0, 4226.0, 4255.0, 4224.0, 4214.0, 4242.0, 4213.0, 4212.0, 4243.0, 4202.0, 4203.0, 4234.0, 4222.0, 4220.0, 4202.0, 4199.0, 4230.0, 4211.0, 4201.0, 4231.0, 4205.0, 4212.0, 4232.0, 4202.0, 4213.0, 4233.0, 4214.0, 4212.0, 4211.0, 4213.0, 4231.0, 4222.0, 4214.0, 4232.0, 4204.0, 4204.0, 4232.0, 4203.0, 4214.0, 4244.0, 4215.0, 4214.0, 4244.0, 4215.0, 4224.0, 4244.0, 4203.0, 4214.0, 4246.0, 4215.0, 4214.0, 4234.0, 4226.0, 4235.0, 4255.0, 4225.0, 4213.0, 4233.0, 4225.0, 4246.0, 4224.0, 4224.0, 4243.0, 4211.0, 4214.0, 4243.0, 4212.0, 4202.0, 4232.0, 4224.0, 4234.0, 4233.0, 4213.0, 4203.0, 4214.0, 4213.0, 4234.0, 4204.0, 4226.0, 4243.0, 4222.0, 4212.0, 4234.0, 4214.0, 4233.0, 4234.0, 4213.0, 4223.0, 4213.0, 4213.0, 4253.0, 4234.0, 4202.0, 4222.0, 4212.0, 4232.0, 4224.0, 4213.0, 4256.0, 4238.0, 4236.0, 4243.0, 4213.0, 4214.0, 4204.0, 4214.0, 4242.0, 4203.0, 4216.0, 4255.0, 4234.0, 4214.0, 4245.0, 4214.0, 4243.0, 4224.0, 4213.0, 4241.0, 4212.0, 4212.0, 4242.0, 4214.0, 4222.0, 4190.0, 4201.0, 4242.0, 4213.0, 4201.0, 4235.0, 4204.0, 4243.0, 4222.0, 4203.0, 4232.0, 4203.0, 4212.0, 4244.0, 4214.0, 4223.0, 4222.0, 4213.0, 4244.0, 4201.0, 4214.0, 4244.0, 4225.0, 4203.0, 4223.0, 4225.0, 4233.0, 4234.0, 4212.0, 4222.0, 4203.0, 4216.0, 4253.0, 4234.0, 4213.0, 4235.0, 4217.0, 4225.0, 4223.0, 4214.0, 4223.0, 4236.0, 4217.0, 4257.0, 4224.0, 4216.0, 4237.0, 4225.0, 4245.0, 4246.0, 4217.0, 4255.0, 4247.0, 4221.0, 4232.0, 4213.0, 4233.0, 4233.0, 4202.0, 4241.0, 4214.0, 4204.0, 4252.0, 4212.0, 4210.0, 4190.0, 4202.0, 4241.0, 4212.0, 4202.0, 4221.0, 4213.0, 4233.0, 4245.0, 4203.0, 4233.0, 4199.0, 4203.0, 4243.0, 4224.0, 4222.0, 4211.0, 4202.0, 4243.0, 4232.0, 4212.0, 4242.0, 4201.0, 4201.0, 4212.0, 4213.0, 4253.0, 4214.0, 4216.0, 4243.0, 4215.0, 4206.0, 4205.0, 4217.0, 4216.0, 4227.0, 4208.0, 4219.0, 4269.0, 4236.0, 4227.0, 4253.0, 4257.0, 4236.0, 4235.0, 4192.0, 4203.0, 4254.0, 4225.0, 4203.0, 4222.0, 4204.0, 4233.0, 4255.0, 4203.0, 4232.0, 4212.0, 4205.0, 4253.0, 4235.0, 4222.0, 4232.0, 4190.0, 4202.0, 4232.0, 4212.0, 4192.0, 4222.0, 4201.0, 4202.0, 4212.0, 4212.0, 4243.0, 4191.0, 4202.0, 4243.0, 4224.0, 4203.0, 4243.0, 4202.0, 4214.0, 4234.0, 4213.0, 4231.0, 4190.0, 4200.0, 4243.0, 4225.0, 4191.0, 4222.0, 4203.0, 4242.0, 4255.0, 4212.0, 4244.0, 4203.0, 4203.0, 4213.0, 4204.0, 4233.0, 4193.0, 4204.0, 4232.0, 4236.0, 4214.0, 4255.0, 4203.0, 4203.0, 4234.0, 4225.0, 4242.0, 4213.0, 4205.0, 4244.0, 4223.0, 4222.0, 4193.0, 4203.0, 4253.0, 4225.0, 4203.0, 4213.0, 4205.0, 4254.0, 4234.0, 4203.0, 4224.0, 4205.0, 4244.0, 4223.0, 4213.0, 4234.0, 4213.0, 4244.0, 4231.0, 4203.0, 4244.0, 4236.0, 4232.0, 4243.0, 4200.0, 4212.0, 4221.0, 4211.0, 4232.0, 4200.0, 4200.0, 4252.0, 4232.0, 4241.0, 4218.0, 4189.0, 4228.0, 4189.0, 4219.0, 4221.0, 4189.0, 4199.0, 4199.0, 4189.0, 4240.0, 4209.0, 4189.0, 4209.0, 4190.0, 4238.0, 4208.0, 4199.0, 4228.0, 4188.0, 4229.0, 4207.0, 4187.0, 4216.0, 4190.0, 4188.0, 4231.0, 4189.0, 4198.0, 4212.0, 4213.0, 4252.0, 4223.0, 4212.0, 4219.0, 4200.0, 4242.0, 4221.0, 4200.0, 4232.0, 4201.0, 4202.0, 4253.0, 4211.0, 4220.0, 4201.0, 4191.0, 4252.0, 4233.0, 4203.0, 4221.0, 4204.0, 4243.0, 4234.0, 4212.0, 4243.0, 4202.0, 4211.0, 4243.0, 4201.0, 4199.0, 4210.0, 4202.0, 4252.0, 4232.0, 4201.0, 4211.0, 4199.0, 4230.0, 4212.0, 4201.0, 4222.0, 4201.0, 4201.0, 4242.0, 4223.0, 4199.0, 4200.0, 4213.0, 4242.0, 4221.0, 4201.0, 4232.0, 4203.0, 4224.0, 4212.0, 4212.0, 4252.0, 4211.0, 4213.0, 4231.0, 4212.0, 4221.0, 4212.0, 4211.0, 4243.0, 4212.0, 4202.0, 4253.0, 4212.0, 4212.0, 4212.0, 4214.0, 4254.0, 4234.0, 4202.0, 4223.0, 4201.0, 4242.0, 4231.0, 4222.0, 4252.0, 4222.0, 4202.0, 4221.0, 4191.0, 4240.0, 4221.0, 4200.0, 4229.0, 4192.0, 4202.0, 4232.0, 4202.0, 4210.0, 4211.0, 4200.0, 4233.0, 4213.0, 4241.0, 4223.0, 4200.0, 4210.0, 4201.0, 4203.0, 4252.0, 4222.0, 4231.0, 4213.0, 4201.0, 4253.0, 4222.0, 4242.0, 4232.0, 4201.0, 4213.0, 4214.0, 4224.0, 4278.0, 4258.0, 4218.0, 4218.0, 4238.0, 4204.0, 4205.0, 4246.0, 4226.0, 4227.0, 4237.0, 4267.0, 4248.0, 4256.0, 4234.0, 4212.0, 4208.0, 4200.0, 4238.0, 4216.0, 4187.0, 4216.0, 4188.0, 4207.0, 4239.0, 4177.0, 4185.0, 4175.0, 4186.0, 4229.0, 4188.0, 4198.0, 4209.0, 4200.0, 4229.0, 4220.0, 4199.0, 4209.0, 4199.0, 4228.0, 4198.0, 4200.0, 4219.0, 4201.0, 4210.0, 4209.0, 4211.0, 4240.0, 4191.0, 4209.0, 4209.0, 4201.0, 4230.0, 4188.0, 4201.0, 4242.0, 4203.0, 4211.0, 4210.0, 4213.0, 4242.0, 4204.0, 4203.0, 4201.0, 4203.0, 4214.0, 4215.0, 4226.0, 4255.0, 4223.0, 4215.0, 4264.0, 4224.0, 4192.0, 4221.0, 4203.0, 4231.0, 4223.0, 4203.0, 4233.0, 4202.0, 4213.0, 4214.0, 4212.0, 4243.0, 4203.0, 4203.0, 4232.0, 4203.0, 4242.0, 4233.0, 4202.0, 4232.0, 4204.0, 4232.0, 4223.0, 4201.0, 4224.0, 4225.0, 4203.0, 4253.0, 4204.0, 4203.0, 4224.0, 4215.0, 4254.0, 4223.0, 4205.0, 4255.0, 4216.0, 4216.0, 4245.0, 4206.0, 4215.0, 4247.0, 4217.0, 4244.0, 4213.0, 4217.0, 4257.0, 4236.0, 4213.0, 4235.0, 4208.0, 4246.0, 4226.0, 4205.0, 4244.0, 4216.0, 4206.0, 4256.0, 4226.0, 4204.0, 4244.0, 4206.0, 4256.0, 4223.0, 4204.0, 4245.0, 4235.0, 4213.0, 4255.0, 4204.0, 4205.0, 4235.0, 4224.0, 4213.0, 4233.0, 4204.0, 4244.0, 4223.0, 4213.0, 4242.0, 4203.0, 4214.0, 4244.0, 4204.0, 4234.0, 4203.0, 4204.0, 4244.0, 4204.0, 4204.0, 4224.0, 4205.0, 4245.0, 4215.0, 4215.0, 4254.0, 4226.0, 4204.0, 4233.0, 4215.0, 4235.0, 4235.0, 4214.0, 4254.0, 4215.0, 4204.0, 4254.0, 4225.0, 4204.0, 4224.0, 4204.0, 4255.0, 4224.0, 4215.0, 4244.0, 4204.0, 4203.0, 4245.0, 4215.0, 4214.0, 4224.0, 4215.0, 4256.0, 4236.0, 4204.0, 4235.0, 4215.0, 4253.0, 4233.0, 4204.0, 4234.0, 4214.0, 4204.0, 4259.0, 4218.0, 4217.0, 4246.0, 4237.0, 4216.0, 4247.0, 4207.0, 4246.0, 4256.0, 4216.0, 4236.0, 4236.0, 4205.0, 4257.0, 4237.0, 4207.0, 4244.0, 4225.0, 4205.0, 4246.0, 4228.0, 4215.0, 4265.0, 4235.0, 4218.0, 4255.0, 4224.0, 4205.0, 4245.0, 4206.0, 4244.0, 4254.0, 4205.0, 4203.0, 4247.0, 4215.0, 4233.0, 4214.0, 4203.0, 4234.0, 4214.0, 4204.0, 4254.0, 4214.0, 4215.0, 4256.0, 4246.0, 4224.0, 4245.0, 4204.0, 4223.0, 4245.0, 4203.0, 4223.0, 4202.0, 4203.0, 4252.0, 4221.0, 4202.0, 4233.0, 4227.0, 4205.0, 4245.0, 4203.0, 4211.0, 4233.0, 4205.0, 4236.0, 4215.0, 4204.0, 4216.0, 4250.0, 4229.0, 4248.0, 4258.0, 4217.0, 4217.0, 4245.0, 4225.0, 4254.0, 4202.0, 4203.0, 4233.0, 4215.0, 4234.0, 4247.0, 4206.0, 4216.0, 4234.0, 4193.0, 4244.0, 4204.0, 4206.0, 4269.0, 4237.0, 4217.0, 4247.0, 4221.0, 4255.0, 4237.0, 4214.0, 4256.0, 4215.0, 4225.0, 4256.0, 4206.0, 4235.0, 4225.0, 4214.0, 4263.0, 4234.0, 4201.0, 4244.0, 4224.0, 4233.0, 4254.0, 4203.0, 4213.0, 4234.0, 4194.0, 4233.0, 4213.0, 4193.0, 4242.0, 4224.0, 4223.0, 4221.0, 4202.0, 4255.0, 4224.0, 4205.0, 4242.0, 4203.0, 4213.0, 4211.0, 4202.0, 4252.0, 4202.0, 4204.0, 4254.0, 4224.0, 4205.0, 4245.0, 4204.0, 4224.0, 4235.0, 4195.0, 4235.0, 4212.0, 4204.0, 4264.0, 4235.0, 4207.0, 4244.0, 4226.0, 4255.0, 4223.0, 4204.0, 4234.0, 4224.0, 4204.0, 4256.0, 4205.0, 4204.0, 4243.0, 4222.0, 4253.0, 4202.0, 4201.0, 4242.0, 4225.0, 4203.0, 4232.0, 4205.0, 4235.0, 4257.0, 4214.0, 4267.0, 4235.0, 4203.0, 4255.0, 4214.0, 4202.0, 4233.0, 4213.0, 4254.0, 4257.0, 4206.0, 4212.0, 4211.0, 4194.0, 4204.0, 4257.0, 4247.0, 4235.0, 4265.0, 4245.0, 4214.0, 4252.0, 4223.0, 4209.0, 4198.0, 4201.0, 4238.0, 4222.0, 4201.0, 4230.0, 4201.0, 4204.0, 4254.0], 'WindowWidth': [9419.0, 9364.0, 9380.0, 9362.0, 9331.0, 9386.0, 9324.0, 9305.0, 9316.0, 9323.0, 9389.0, 9351.0, 9308.0, 9334.0, 9330.0, 9328.0, 9374.0, 9337.0, 9384.0, 9363.0, 9334.0, 9392.0, 9335.0, 9347.0, 9352.0, 9338.0, 9408.0, 9353.0, 9350.0, 9375.0, 9357.0, 9409.0, 9395.0, 9333.0, 9374.0, 9351.0, 9399.0, 9377.0, 9330.0, 9370.0, 9350.0, 9360.0, 9359.0, 9345.0, 9388.0, 9378.0, 9347.0, 9392.0, 9347.0, 9359.0, 9375.0, 9359.0, 9405.0, 9347.0, 9344.0, 9346.0, 9350.0, 9402.0, 9364.0, 9352.0, 9407.0, 9368.0, 9365.0, 9379.0, 9371.0, 9404.0, 9378.0, 9351.0, 9405.0, 9368.0, 9367.0, 9411.0, 9364.0, 9378.0, 9363.0, 9352.0, 9408.0, 9366.0, 9347.0, 9361.0, 9351.0, 9416.0, 9379.0, 9337.0, 9373.0, 9361.0, 9387.0, 9378.0, 9360.0, 9398.0, 9358.0, 9352.0, 9403.0, 9350.0, 9336.0, 9376.0, 9362.0, 9390.0, 9360.0, 9350.0, 9405.0, 9390.0, 9364.0, 9377.0, 9346.0, 9390.0, 9382.0, 9352.0, 9403.0, 9351.0, 9351.0, 9405.0, 9369.0, 9366.0, 9367.0, 9403.0, 9421.0, 9394.0, 9364.0, 9386.0, 9378.0, 9391.0, 9376.0, 9347.0, 9383.0, 9372.0, 9355.0, 9399.0, 9342.0, 9343.0, 9385.0, 9358.0, 9341.0, 9344.0, 9362.0, 9413.0, 9374.0, 9345.0, 9370.0, 9360.0, 9374.0, 9378.0, 9350.0, 9373.0, 9350.0, 9348.0, 9405.0, 9352.0, 9352.0, 9377.0, 9363.0, 9419.0, 9374.0, 9347.0, 9368.0, 9357.0, 9368.0, 9360.0, 9348.0, 9396.0, 9357.0, 9348.0, 9402.0, 9356.0, 9366.0, 9338.0, 9331.0, 9397.0, 9357.0, 9327.0, 9365.0, 9329.0, 9331.0, 9358.0, 9348.0, 9357.0, 9358.0, 9353.0, 9399.0, 9373.0, 9349.0, 9389.0, 9365.0, 9335.0, 9361.0, 9382.0, 9378.0, 9406.0, 9362.0, 9365.0, 9421.0, 9391.0, 9377.0, 9402.0, 9341.0, 9324.0, 9337.0, 9359.0, 9345.0, 9358.0, 9350.0, 9349.0, 9366.0, 9355.0, 9407.0, 9365.0, 9345.0, 9422.0, 9428.0, 9384.0, 9425.0, 9375.0, 9381.0, 9380.0, 9367.0, 9388.0, 9361.0, 9364.0, 9421.0, 9379.0, 9344.0, 9376.0, 9348.0, 9385.0, 9376.0, 9347.0, 9400.0, 9390.0, 9348.0, 9402.0, 9364.0, 9362.0, 9390.0, 9350.0, 9385.0, 9388.0, 9359.0, 9416.0, 9368.0, 9323.0, 9356.0, 9366.0, 9394.0, 9370.0, 9342.0, 9369.0, 9362.0, 9356.0, 9409.0, 9366.0, 9354.0, 9392.0, 9378.0, 9389.0, 9385.0, 9378.0, 9415.0, 9372.0, 9357.0, 9393.0, 9355.0, 9353.0, 9396.0, 9339.0, 9342.0, 9387.0, 9364.0, 9360.0, 9336.0, 9330.0, 9374.0, 9350.0, 9336.0, 9378.0, 9347.0, 9352.0, 9380.0, 9340.0, 9356.0, 9383.0, 9357.0, 9352.0, 9349.0, 9354.0, 9377.0, 9365.0, 9358.0, 9377.0, 9344.0, 9346.0, 9381.0, 9343.0, 9362.0, 9400.0, 9362.0, 9359.0, 9401.0, 9364.0, 9374.0, 9401.0, 9345.0, 9360.0, 9403.0, 9363.0, 9362.0, 9388.0, 9379.0, 9389.0, 9417.0, 9377.0, 9357.0, 9384.0, 9374.0, 9405.0, 9374.0, 9372.0, 9396.0, 9351.0, 9359.0, 9396.0, 9355.0, 9339.0, 9383.0, 9374.0, 9385.0, 9384.0, 9357.0, 9346.0, 9359.0, 9357.0, 9385.0, 9346.0, 9379.0, 9398.0, 9371.0, 9356.0, 9387.0, 9359.0, 9383.0, 9388.0, 9358.0, 9369.0, 9358.0, 9356.0, 9413.0, 9386.0, 9340.0, 9369.0, 9356.0, 9381.0, 9374.0, 9359.0, 9422.0, 9404.0, 9393.0, 9399.0, 9359.0, 9362.0, 9348.0, 9362.0, 9397.0, 9345.0, 9367.0, 9419.0, 9391.0, 9362.0, 9403.0, 9360.0, 9398.0, 9373.0, 9358.0, 9393.0, 9356.0, 9355.0, 9398.0, 9360.0, 9367.0, 9325.0, 9338.0, 9396.0, 9356.0, 9339.0, 9389.0, 9349.0, 9397.0, 9370.0, 9343.0, 9381.0, 9346.0, 9356.0, 9399.0, 9362.0, 9374.0, 9372.0, 9359.0, 9400.0, 9340.0, 9363.0, 9402.0, 9376.0, 9344.0, 9371.0, 9377.0, 9384.0, 9387.0, 9355.0, 9367.0, 9343.0, 9369.0, 9413.0, 9387.0, 9359.0, 9394.0, 9375.0, 9378.0, 9375.0, 9362.0, 9375.0, 9396.0, 9373.0, 9424.0, 9379.0, 9368.0, 9398.0, 9380.0, 9405.0, 9406.0, 9371.0, 9422.0, 9410.0, 9368.0, 9384.0, 9360.0, 9385.0, 9385.0, 9343.0, 9392.0, 9361.0, 9350.0, 9411.0, 9356.0, 9349.0, 9324.0, 9342.0, 9394.0, 9356.0, 9342.0, 9367.0, 9361.0, 9386.0, 9406.0, 9346.0, 9384.0, 9337.0, 9345.0, 9399.0, 9374.0, 9368.0, 9352.0, 9341.0, 9398.0, 9383.0, 9354.0, 9395.0, 9340.0, 9340.0, 9356.0, 9359.0, 9411.0, 9361.0, 9372.0, 9401.0, 9366.0, 9355.0, 9352.0, 9370.0, 9369.0, 9383.0, 9363.0, 9376.0, 9442.0, 9395.0, 9382.0, 9414.0, 9425.0, 9393.0, 9388.0, 9329.0, 9345.0, 9414.0, 9377.0, 9345.0, 9369.0, 9347.0, 9383.0, 9418.0, 9346.0, 9382.0, 9355.0, 9350.0, 9413.0, 9389.0, 9368.0, 9381.0, 9323.0, 9341.0, 9382.0, 9357.0, 9328.0, 9369.0, 9340.0, 9341.0, 9356.0, 9355.0, 9396.0, 9326.0, 9342.0, 9398.0, 9375.0, 9343.0, 9398.0, 9343.0, 9359.0, 9386.0, 9358.0, 9378.0, 9322.0, 9337.0, 9397.0, 9377.0, 9327.0, 9367.0, 9348.0, 9396.0, 9418.0, 9358.0, 9400.0, 9345.0, 9344.0, 9357.0, 9348.0, 9384.0, 9332.0, 9347.0, 9384.0, 9394.0, 9363.0, 9417.0, 9346.0, 9347.0, 9389.0, 9377.0, 9395.0, 9357.0, 9351.0, 9401.0, 9371.0, 9368.0, 9331.0, 9346.0, 9413.0, 9378.0, 9345.0, 9360.0, 9353.0, 9416.0, 9391.0, 9344.0, 9373.0, 9350.0, 9399.0, 9372.0, 9359.0, 9387.0, 9361.0, 9400.0, 9381.0, 9343.0, 9401.0, 9395.0, 9383.0, 9397.0, 9337.0, 9358.0, 9368.0, 9354.0, 9380.0, 9337.0, 9337.0, 9411.0, 9382.0, 9392.0, 9358.0, 9318.0, 9368.0, 9319.0, 9359.0, 9365.0, 9319.0, 9331.0, 9335.0, 9320.0, 9389.0, 9347.0, 9319.0, 9345.0, 9324.0, 9386.0, 9347.0, 9333.0, 9371.0, 9318.0, 9371.0, 9342.0, 9314.0, 9352.0, 9322.0, 9319.0, 9378.0, 9322.0, 9334.0, 9356.0, 9361.0, 9409.0, 9372.0, 9354.0, 9362.0, 9339.0, 9394.0, 9367.0, 9338.0, 9380.0, 9340.0, 9342.0, 9412.0, 9356.0, 9365.0, 9341.0, 9326.0, 9411.0, 9385.0, 9345.0, 9368.0, 9350.0, 9400.0, 9390.0, 9358.0, 9398.0, 9343.0, 9354.0, 9398.0, 9341.0, 9336.0, 9351.0, 9343.0, 9409.0, 9384.0, 9339.0, 9352.0, 9336.0, 9376.0, 9355.0, 9341.0, 9368.0, 9341.0, 9341.0, 9396.0, 9370.0, 9333.0, 9336.0, 9358.0, 9395.0, 9369.0, 9341.0, 9383.0, 9345.0, 9374.0, 9357.0, 9357.0, 9409.0, 9353.0, 9358.0, 9380.0, 9356.0, 9366.0, 9355.0, 9354.0, 9397.0, 9357.0, 9345.0, 9414.0, 9358.0, 9356.0, 9356.0, 9362.0, 9414.0, 9389.0, 9342.0, 9371.0, 9341.0, 9395.0, 9381.0, 9369.0, 9412.0, 9369.0, 9341.0, 9364.0, 9327.0, 9392.0, 9368.0, 9339.0, 9376.0, 9328.0, 9344.0, 9382.0, 9344.0, 9351.0, 9353.0, 9337.0, 9384.0, 9358.0, 9394.0, 9372.0, 9339.0, 9352.0, 9340.0, 9346.0, 9412.0, 9372.0, 9382.0, 9358.0, 9341.0, 9414.0, 9372.0, 9398.0, 9383.0, 9342.0, 9360.0, 9366.0, 9375.0, 9459.0, 9431.0, 9377.0, 9376.0, 9401.0, 9348.0, 9352.0, 9407.0, 9380.0, 9384.0, 9398.0, 9439.0, 9412.0, 9422.0, 9387.0, 9352.0, 9343.0, 9330.0, 9381.0, 9349.0, 9310.0, 9349.0, 9316.0, 9339.0, 9385.0, 9299.0, 9308.0, 9295.0, 9309.0, 9372.0, 9317.0, 9328.0, 9345.0, 9335.0, 9371.0, 9361.0, 9331.0, 9342.0, 9331.0, 9369.0, 9330.0, 9333.0, 9359.0, 9339.0, 9349.0, 9346.0, 9350.0, 9389.0, 9323.0, 9344.0, 9345.0, 9337.0, 9374.0, 9318.0, 9341.0, 9395.0, 9344.0, 9351.0, 9349.0, 9357.0, 9394.0, 9346.0, 9343.0, 9340.0, 9345.0, 9360.0, 9364.0, 9380.0, 9417.0, 9372.0, 9364.0, 9428.0, 9373.0, 9326.0, 9365.0, 9343.0, 9380.0, 9372.0, 9343.0, 9384.0, 9343.0, 9357.0, 9360.0, 9356.0, 9398.0, 9344.0, 9346.0, 9384.0, 9347.0, 9397.0, 9385.0, 9342.0, 9382.0, 9348.0, 9381.0, 9371.0, 9341.0, 9373.0, 9376.0, 9345.0, 9413.0, 9348.0, 9346.0, 9375.0, 9365.0, 9415.0, 9373.0, 9350.0, 9418.0, 9369.0, 9367.0, 9404.0, 9355.0, 9367.0, 9410.0, 9369.0, 9401.0, 9361.0, 9370.0, 9424.0, 9395.0, 9361.0, 9391.0, 9359.0, 9406.0, 9380.0, 9352.0, 9402.0, 9369.0, 9354.0, 9423.0, 9380.0, 9348.0, 9402.0, 9354.0, 9419.0, 9374.0, 9348.0, 9404.0, 9390.0, 9359.0, 9419.0, 9347.0, 9352.0, 9389.0, 9377.0, 9358.0, 9385.0, 9349.0, 9401.0, 9373.0, 9358.0, 9395.0, 9346.0, 9361.0, 9401.0, 9347.0, 9386.0, 9346.0, 9349.0, 9402.0, 9349.0, 9346.0, 9374.0, 9350.0, 9403.0, 9363.0, 9365.0, 9414.0, 9380.0, 9347.0, 9386.0, 9365.0, 9391.0, 9393.0, 9363.0, 9416.0, 9362.0, 9348.0, 9416.0, 9377.0, 9347.0, 9375.0, 9351.0, 9415.0, 9375.0, 9362.0, 9399.0, 9347.0, 9346.0, 9406.0, 9364.0, 9362.0, 9376.0, 9365.0, 9418.0, 9392.0, 9348.0, 9389.0, 9364.0, 9412.0, 9386.0, 9347.0, 9387.0, 9363.0, 9351.0, 9429.0, 9373.0, 9370.0, 9410.0, 9397.0, 9367.0, 9411.0, 9357.0, 9407.0, 9423.0, 9368.0, 9394.0, 9394.0, 9352.0, 9422.0, 9395.0, 9357.0, 9403.0, 9378.0, 9350.0, 9407.0, 9388.0, 9365.0, 9432.0, 9392.0, 9375.0, 9421.0, 9377.0, 9351.0, 9404.0, 9353.0, 9400.0, 9415.0, 9349.0, 9346.0, 9413.0, 9365.0, 9386.0, 9359.0, 9345.0, 9387.0, 9363.0, 9349.0, 9416.0, 9362.0, 9364.0, 9421.0, 9406.0, 9374.0, 9403.0, 9348.0, 9369.0, 9404.0, 9345.0, 9370.0, 9341.0, 9343.0, 9408.0, 9366.0, 9342.0, 9384.0, 9386.0, 9350.0, 9403.0, 9346.0, 9354.0, 9385.0, 9351.0, 9390.0, 9361.0, 9349.0, 9369.0, 9419.0, 9389.0, 9412.0, 9427.0, 9369.0, 9371.0, 9406.0, 9375.0, 9412.0, 9341.0, 9344.0, 9384.0, 9363.0, 9387.0, 9410.0, 9353.0, 9369.0, 9389.0, 9331.0, 9400.0, 9348.0, 9357.0, 9442.0, 9396.0, 9369.0, 9410.0, 9383.0, 9420.0, 9397.0, 9363.0, 9418.0, 9364.0, 9376.0, 9420.0, 9353.0, 9389.0, 9377.0, 9361.0, 9427.0, 9386.0, 9341.0, 9400.0, 9376.0, 9384.0, 9416.0, 9346.0, 9360.0, 9387.0, 9334.0, 9384.0, 9358.0, 9332.0, 9398.0, 9375.0, 9371.0, 9366.0, 9344.0, 9420.0, 9376.0, 9349.0, 9398.0, 9345.0, 9356.0, 9354.0, 9344.0, 9410.0, 9345.0, 9346.0, 9413.0, 9376.0, 9350.0, 9402.0, 9350.0, 9376.0, 9391.0, 9336.0, 9389.0, 9356.0, 9349.0, 9431.0, 9393.0, 9356.0, 9402.0, 9380.0, 9417.0, 9372.0, 9347.0, 9388.0, 9376.0, 9348.0, 9420.0, 9350.0, 9347.0, 9401.0, 9370.0, 9410.0, 9340.0, 9342.0, 9397.0, 9379.0, 9346.0, 9385.0, 9354.0, 9392.0, 9423.0, 9365.0, 9437.0, 9391.0, 9345.0, 9417.0, 9362.0, 9343.0, 9387.0, 9363.0, 9415.0, 9425.0, 9355.0, 9356.0, 9353.0, 9335.0, 9347.0, 9425.0, 9410.0, 9392.0, 9434.0, 9405.0, 9363.0, 9412.0, 9370.0, 9346.0, 9330.0, 9338.0, 9387.0, 9370.0, 9341.0, 9377.0, 9340.0, 9352.0, 9416.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.0025381141868512113</td></tr>
<tr><td colspan=3>aqi</td><td>0.046674041089965396</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.320235796432854</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.223274322735932</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9878404010043292</td></tr>
<tr><td colspan=3>efc</td><td>0.4685</td></tr>
<tr><td colspan=3>fber</td><td>8446.9561</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10910972593196902</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>68</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.882352941176471</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.580352464456087</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.376576125156191</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8342553869715403</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.530225881240529</td></tr>
<tr><td colspan=3>gcor</td><td>0.00515977</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0026973828207701445</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03591056540608406</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1156</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9648705500843366</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>23.0676</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.8976</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>158.6635</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299869.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>718.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>316.959</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6279</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>476.7478</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3425.7027</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3642.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76675.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1136.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4429.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>918.5612</td></tr>
<tr><td colspan=3>tsnr</td><td>33.4921763506718</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>