<?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-0070_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-0070_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-0070_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-0070/figures/sub-0070_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0070/figures/sub-0070_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-0070/figures/sub-0070_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070/ses-03/func/sub-0070_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>10c9cd600492c98dafdd8c7470426f1b</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:19:42.012500</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.999596, -0.0042139, -0.0280983, 0.00767649, 0.992216, 0.124288]</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.10226</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>24</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4138, -7760, -7236, 494, -85, -264, 0, 50]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>292.835</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>79ac66b8-d9e8-4cf2-8c94-ba7a3a13ab94||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.6818437576293945, 0.020595453679561615, -0.07386068254709244, 113.87271118164062], [0.011305582709610462, 2.662044048309326, 0.3360257148742676, -96.3510971069336], [-0.07538555562496185, -0.3334568440914154, 2.677990198135376, -52.97306442260742], [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': ['151942.012500', '151942.472500', '151942.932500', '151943.392500', '151943.852500', '151944.312500', '151944.772500', '151945.232500', '151945.692500', '151946.152500', '151946.612500', '151947.072500', '151947.532500', '151947.992500', '151948.452500', '151948.912500', '151949.372500', '151949.832500', '151950.292500', '151950.752500', '151951.212500', '151951.672500', '151952.132500', '151952.592500', '151953.052500', '151953.512500', '151953.972500', '151954.432500', '151954.892500', '151955.352500', '151955.812500', '151956.272500', '151956.732500', '151957.192500', '151957.652500', '151958.112500', '151958.572500', '151959.032500', '151959.492500', '151959.952500', '152000.412500', '152000.872500', '152001.332500', '152001.792500', '152002.252500', '152002.712500', '152003.172500', '152003.632500', '152004.092500', '152004.552500', '152005.012500', '152005.472500', '152005.932500', '152006.392500', '152006.852500', '152007.312500', '152007.772500', '152008.232500', '152008.692500', '152009.152500', '152009.612500', '152010.072500', '152010.532500', '152010.992500', '152011.452500', '152011.912500', '152012.372500', '152012.832500', '152013.292500', '152013.752500', '152014.212500', '152014.672500', '152015.132500', '152015.592500', '152016.052500', '152016.512500', '152016.972500', '152017.432500', '152017.892500', '152018.352500', '152018.812500', '152019.272500', '152019.732500', '152020.192500', '152020.652500', '152021.112500', '152021.572500', '152022.032500', '152022.492500', '152022.952500', '152023.412500', '152023.872500', '152024.332500', '152024.792500', '152025.252500', '152025.712500', '152026.172500', '152026.632500', '152027.092500', '152027.552500', '152028.012500', '152028.472500', '152028.932500', '152029.392500', '152029.852500', '152030.312500', '152030.772500', '152031.232500', '152031.692500', '152032.152500', '152032.612500', '152033.072500', '152033.532500', '152033.992500', '152034.452500', '152034.912500', '152035.372500', '152035.832500', '152036.292500', '152036.752500', '152037.212500', '152037.672500', '152038.132500', '152038.592500', '152039.052500', '152039.512500', '152039.972500', '152040.432500', '152040.892500', '152041.352500', '152041.812500', '152042.272500', '152042.732500', '152043.192500', '152043.652500', '152044.112500', '152044.572500', '152045.032500', '152045.492500', '152045.952500', '152046.412500', '152046.872500', '152047.332500', '152047.792500', '152048.252500', '152048.712500', '152049.172500', '152049.632500', '152050.092500', '152050.552500', '152051.012500', '152051.472500', '152051.932500', '152052.392500', '152052.852500', '152053.312500', '152053.772500', '152054.232500', '152054.692500', '152055.152500', '152055.612500', '152056.072500', '152056.532500', '152056.992500', '152057.452500', '152057.912500', '152058.372500', '152058.832500', '152059.292500', '152059.752500', '152100.212500', '152100.672500', '152101.132500', '152101.592500', '152102.052500', '152102.512500', '152102.972500', '152103.432500', '152103.892500', '152104.352500', '152104.812500', '152105.272500', '152105.732500', '152106.192500', '152106.652500', '152107.112500', '152107.572500', '152108.032500', '152108.492500', '152108.952500', '152109.412500', '152109.872500', '152110.332500', '152110.792500', '152111.252500', '152111.712500', '152112.172500', '152112.632500', '152113.092500', '152113.552500', '152114.012500', '152114.472500', '152114.932500', '152115.392500', '152115.852500', '152116.312500', '152116.772500', '152117.232500', '152117.692500', '152118.152500', '152118.612500', '152119.072500', '152119.532500', '152119.992500', '152120.452500', '152120.912500', '152121.372500', '152121.832500', '152122.292500', '152122.752500', '152123.212500', '152123.672500', '152124.132500', '152124.592500', '152125.052500', '152125.512500', '152125.972500', '152126.432500', '152126.892500', '152127.352500', '152127.812500', '152128.272500', '152128.732500', '152129.192500', '152129.652500', '152130.112500', '152130.572500', '152131.032500', '152131.492500', '152131.952500', '152132.412500', '152132.872500', '152133.332500', '152133.792500', '152134.252500', '152134.712500', '152135.172500', '152135.632500', '152136.092500', '152136.552500', '152137.012500', '152137.472500', '152137.932500', '152138.392500', '152138.852500', '152139.312500', '152139.772500', '152140.232500', '152140.692500', '152141.152500', '152141.612500', '152142.072500', '152142.532500', '152142.992500', '152143.452500', '152143.912500', '152144.372500', '152144.832500', '152145.292500', '152145.752500', '152146.212500', '152146.672500', '152147.132500', '152147.592500', '152148.052500', '152148.512500', '152148.972500', '152149.432500', '152149.892500', '152150.352500', '152150.812500', '152151.272500', '152151.732500', '152152.192500', '152152.652500', '152153.112500', '152153.572500', '152154.032500', '152154.492500', '152154.952500', '152155.412500', '152155.872500', '152156.332500', '152156.792500', '152157.252500', '152157.712500', '152158.172500', '152158.632500', '152159.092500', '152159.552500', '152200.012500', '152200.472500', '152200.932500', '152201.392500', '152201.852500', '152202.312500', '152202.772500', '152203.232500', '152203.692500', '152204.152500', '152204.612500', '152205.072500', '152205.532500', '152205.992500', '152206.452500', '152206.912500', '152207.372500', '152207.832500', '152208.292500', '152208.752500', '152209.212500', '152209.672500', '152210.132500', '152210.592500', '152211.052500', '152211.512500', '152211.972500', '152212.432500', '152212.892500', '152213.352500', '152213.812500', '152214.272500', '152214.732500', '152215.192500', '152215.652500', '152216.112500', '152216.572500', '152217.032500', '152217.492500', '152217.952500', '152218.412500', '152218.872500', '152219.332500', '152219.792500', '152220.252500', '152220.712500', '152221.172500', '152221.632500', '152222.092500', '152222.552500', '152223.012500', '152223.472500', '152223.932500', '152224.392500', '152224.852500', '152225.312500', '152225.772500', '152226.232500', '152226.692500', '152227.152500', '152227.612500', '152228.072500', '152228.532500', '152228.992500', '152229.452500', '152229.912500', '152230.372500', '152230.832500', '152231.292500', '152231.752500', '152232.212500', '152232.672500', '152233.132500', '152233.592500', '152234.052500', '152234.512500', '152234.972500', '152235.432500', '152235.892500', '152236.352500', '152236.812500', '152237.272500', '152237.732500', '152238.192500', '152238.652500', '152239.112500', '152239.572500', '152240.032500', '152240.492500', '152240.952500', '152241.412500', '152241.872500', '152242.332500', '152242.792500', '152243.252500', '152243.712500', '152244.172500', '152244.632500', '152245.092500', '152245.552500', '152246.012500', '152246.472500', '152246.932500', '152247.392500', '152247.852500', '152248.312500', '152248.772500', '152249.232500', '152249.692500', '152250.152500', '152250.612500', '152251.072500', '152251.532500', '152251.992500', '152252.452500', '152252.912500', '152253.372500', '152253.832500', '152254.292500', '152254.752500', '152255.212500', '152255.672500', '152256.132500', '152256.592500', '152257.052500', '152257.512500', '152257.972500', '152258.432500', '152258.892500', '152259.352500', '152259.812500', '152300.272500', '152300.732500', '152301.192500', '152301.652500', '152302.112500', '152302.572500', '152303.032500', '152303.492500', '152303.952500', '152304.412500', '152304.872500', '152305.332500', '152305.792500', '152306.252500', '152306.712500', '152307.172500', '152307.632500', '152308.092500', '152308.552500', '152309.012500', '152309.472500', '152309.932500', '152310.392500', '152310.852500', '152311.312500', '152311.772500', '152312.232500', '152312.692500', '152313.152500', '152313.612500', '152314.072500', '152314.532500', '152314.992500', '152315.452500', '152315.912500', '152316.372500', '152316.832500', '152317.292500', '152317.752500', '152318.212500', '152318.672500', '152319.132500', '152319.592500', '152320.052500', '152320.512500', '152320.972500', '152321.432500', '152321.892500', '152322.352500', '152322.812500', '152323.272500', '152323.732500', '152324.192500', '152324.652500', '152325.112500', '152325.572500', '152326.032500', '152326.492500', '152326.952500', '152327.412500', '152327.872500', '152328.332500', '152328.792500', '152329.252500', '152329.712500', '152330.172500', '152330.632500', '152331.092500', '152331.552500', '152332.012500', '152332.472500', '152332.932500', '152333.392500', '152333.852500', '152334.312500', '152334.772500', '152335.232500', '152335.692500', '152336.152500', '152336.612500', '152337.072500', '152337.532500', '152337.992500', '152338.452500', '152338.912500', '152339.372500', '152339.832500', '152340.292500', '152340.752500', '152341.212500', '152341.672500', '152342.132500', '152342.592500', '152343.052500', '152343.512500', '152343.972500', '152344.432500', '152344.892500', '152345.352500', '152345.812500', '152346.272500', '152346.732500', '152347.192500', '152347.652500', '152348.112500', '152348.572500', '152349.032500', '152349.492500', '152349.952500', '152350.412500', '152350.872500', '152351.332500', '152351.792500', '152352.252500', '152352.712500', '152353.172500', '152353.632500', '152354.092500', '152354.552500', '152355.012500', '152355.472500', '152355.932500', '152356.392500', '152356.852500', '152357.312500', '152357.772500', '152358.232500', '152358.692500', '152359.152500', '152359.612500', '152400.072500', '152400.532500', '152400.992500', '152401.452500', '152401.912500', '152402.372500', '152402.832500', '152403.292500', '152403.752500', '152404.212500', '152404.672500', '152405.132500', '152405.592500', '152406.052500', '152406.512500', '152406.972500', '152407.432500', '152407.892500', '152408.352500', '152408.812500', '152409.272500', '152409.732500', '152410.192500', '152410.652500', '152411.112500', '152411.572500', '152412.032500', '152412.492500', '152412.952500', '152413.412500', '152413.872500', '152414.332500', '152414.792500', '152415.252500', '152415.712500', '152416.172500', '152416.632500', '152417.092500', '152417.552500', '152418.012500', '152418.472500', '152418.932500', '152419.392500', '152419.852500', '152420.312500', '152420.772500', '152421.232500', '152421.692500', '152422.152500', '152422.612500', '152423.072500', '152423.532500', '152423.992500', '152424.452500', '152424.912500', '152425.372500', '152425.832500', '152426.292500', '152426.752500', '152427.212500', '152427.672500', '152428.132500', '152428.592500', '152429.052500', '152429.512500', '152429.972500', '152430.432500', '152430.892500', '152431.352500', '152431.812500', '152432.272500', '152432.732500', '152433.192500', '152433.652500', '152434.112500', '152434.572500', '152435.032500', '152435.492500', '152435.952500', '152436.412500', '152436.872500', '152437.332500', '152437.792500', '152438.252500', '152438.712500', '152439.172500', '152439.632500', '152440.092500', '152440.552500', '152441.012500', '152441.472500', '152441.932500', '152442.392500', '152442.852500', '152443.312500', '152443.772500', '152444.232500', '152444.692500', '152445.152500', '152445.612500', '152446.072500', '152446.532500', '152446.992500', '152447.452500', '152447.912500', '152448.372500', '152448.832500', '152449.292500', '152449.752500', '152450.212500', '152450.672500', '152451.132500', '152451.592500', '152452.052500', '152452.512500', '152452.972500', '152453.432500', '152453.892500', '152454.352500', '152454.812500', '152455.272500', '152455.732500', '152456.192500', '152456.652500', '152457.112500', '152457.572500', '152458.032500', '152458.492500', '152458.952500', '152459.412500', '152459.872500', '152500.332500', '152500.792500', '152501.252500', '152501.712500', '152502.172500', '152502.632500', '152503.092500', '152503.552500', '152504.012500', '152504.472500', '152504.932500', '152505.392500', '152505.852500', '152506.312500', '152506.772500', '152507.232500', '152507.692500', '152508.152500', '152508.612500', '152509.072500', '152509.532500', '152509.992500', '152510.452500', '152510.912500', '152511.372500', '152511.832500', '152512.292500', '152512.752500', '152513.212500', '152513.672500', '152514.132500', '152514.592500', '152515.052500', '152515.512500', '152515.972500', '152516.432500', '152516.892500', '152517.352500', '152517.812500', '152518.272500', '152518.732500', '152519.192500', '152519.652500', '152520.112500', '152520.572500', '152521.032500', '152521.492500', '152521.952500', '152522.412500', '152522.872500', '152523.332500', '152523.792500', '152524.252500', '152524.712500', '152525.172500', '152525.632500', '152526.092500', '152526.552500', '152527.012500', '152527.472500', '152527.932500', '152528.392500', '152528.852500', '152529.312500', '152529.772500', '152530.232500', '152530.692500', '152531.152500', '152531.612500', '152532.072500', '152532.532500', '152532.992500', '152533.452500', '152533.912500', '152534.372500', '152534.832500', '152535.292500', '152535.752500', '152536.212500', '152536.672500', '152537.132500', '152537.592500', '152538.052500', '152538.512500', '152538.972500', '152539.432500', '152539.892500', '152540.352500', '152540.812500', '152541.272500', '152541.732500', '152542.192500', '152542.652500', '152543.112500', '152543.572500', '152544.032500', '152544.492500', '152544.952500', '152545.412500', '152545.872500', '152546.332500', '152546.792500', '152547.252500', '152547.712500', '152548.172500', '152548.632500', '152549.092500', '152549.552500', '152550.012500', '152550.472500', '152550.932500', '152551.392500', '152551.852500', '152552.312500', '152552.772500', '152553.232500', '152553.692500', '152554.152500', '152554.612500', '152555.072500', '152555.532500', '152555.992500', '152556.452500', '152556.912500', '152557.372500', '152557.832500', '152558.292500', '152558.752500', '152559.212500', '152559.672500', '152600.132500', '152600.592500', '152601.052500', '152601.512500', '152601.972500', '152602.432500', '152602.892500', '152603.352500', '152603.812500', '152604.272500', '152604.732500', '152605.192500', '152605.652500', '152606.112500', '152606.572500', '152607.032500', '152607.492500', '152607.952500', '152608.412500', '152608.872500', '152609.332500', '152609.792500', '152610.252500', '152610.712500', '152611.172500', '152611.632500', '152612.092500', '152612.552500', '152613.012500', '152613.472500', '152613.932500', '152614.392500', '152614.852500', '152615.312500', '152615.772500', '152616.232500', '152616.692500', '152617.152500', '152617.612500', '152618.072500', '152618.532500', '152618.992500', '152619.452500', '152619.912500', '152620.372500', '152620.832500', '152621.292500', '152621.752500', '152622.212500', '152622.672500', '152623.132500', '152623.592500', '152624.052500', '152624.512500', '152624.972500', '152625.432500', '152625.892500', '152626.352500', '152626.812500', '152627.272500', '152627.732500', '152628.192500', '152628.652500', '152629.112500', '152629.572500', '152630.032500', '152630.492500', '152630.952500', '152631.412500', '152631.872500', '152632.332500', '152632.792500', '152633.252500', '152633.712500', '152634.172500', '152634.632500', '152635.092500', '152635.552500', '152636.012500', '152636.472500', '152636.932500', '152637.392500', '152637.852500', '152638.312500', '152638.772500', '152639.232500', '152639.692500', '152640.152500', '152640.612500', '152641.072500', '152641.532500', '152641.992500', '152642.452500', '152642.912500', '152643.372500', '152643.832500', '152644.292500', '152644.752500', '152645.212500', '152645.672500', '152646.132500', '152646.592500', '152647.052500', '152647.512500', '152647.972500', '152648.432500', '152648.892500', '152649.352500', '152649.812500', '152650.272500', '152650.732500', '152651.192500', '152651.652500', '152652.112500', '152652.572500', '152653.032500', '152653.492500', '152653.952500', '152654.412500', '152654.872500', '152655.332500', '152655.792500', '152656.252500', '152656.712500', '152657.172500', '152657.632500', '152658.092500', '152658.552500', '152659.012500', '152659.472500', '152659.932500', '152700.392500', '152700.852500', '152701.312500', '152701.772500', '152702.232500', '152702.692500', '152703.152500', '152703.612500', '152704.072500', '152704.532500', '152704.992500', '152705.452500', '152705.912500', '152706.372500', '152706.832500', '152707.292500', '152707.752500', '152708.212500', '152708.672500', '152709.132500', '152709.592500', '152710.052500', '152710.512500', '152710.972500', '152711.432500', '152711.892500', '152712.352500', '152712.812500', '152713.272500', '152713.732500', '152714.192500', '152714.652500', '152715.112500', '152715.572500', '152716.032500', '152716.492500', '152716.952500', '152717.412500', '152717.872500', '152718.332500', '152718.792500', '152719.252500', '152719.712500', '152720.172500', '152720.632500', '152721.092500', '152721.552500', '152722.012500', '152722.472500', '152722.932500', '152723.392500', '152723.852500', '152724.312500', '152724.772500', '152725.232500', '152725.692500', '152726.152500', '152726.612500', '152727.072500', '152727.532500', '152727.992500', '152728.452500', '152728.912500', '152729.372500', '152729.832500', '152730.292500', '152730.752500', '152731.212500', '152731.672500', '152732.132500', '152732.592500', '152733.052500', '152733.512500', '152733.972500', '152734.432500', '152734.892500', '152735.352500', '152735.812500', '152736.272500', '152736.732500', '152737.192500', '152737.652500', '152738.112500', '152738.572500', '152739.032500', '152739.492500', '152739.952500', '152740.412500', '152740.872500', '152741.332500', '152741.792500', '152742.252500', '152742.712500', '152743.172500', '152743.632500', '152744.092500', '152744.552500', '152745.012500', '152745.472500', '152745.932500', '152746.392500', '152746.852500', '152747.312500', '152747.772500', '152748.232500', '152748.692500', '152749.152500', '152749.612500', '152750.072500', '152750.532500', '152750.992500', '152751.452500', '152751.912500', '152752.372500', '152752.832500', '152753.292500', '152753.752500', '152754.212500', '152754.672500', '152755.132500', '152755.592500', '152756.052500', '152756.512500', '152756.972500', '152757.432500', '152757.892500', '152758.352500', '152758.812500', '152759.272500', '152759.732500', '152800.192500', '152800.652500', '152801.112500', '152801.572500', '152802.032500', '152802.492500', '152802.952500', '152803.412500', '152803.872500', '152804.332500', '152804.792500', '152805.252500', '152805.712500', '152806.172500', '152806.632500', '152807.092500', '152807.552500', '152808.012500', '152808.472500', '152808.932500', '152809.392500', '152809.852500', '152810.312500', '152810.772500', '152811.232500', '152811.692500', '152812.152500', '152812.612500', '152813.072500', '152813.532500', '152813.992500', '152814.452500', '152814.912500', '152815.372500', '152815.832500', '152816.292500', '152816.752500', '152817.212500', '152817.672500', '152818.132500', '152818.592500', '152819.052500', '152819.512500', '152819.972500', '152820.432500', '152820.892500', '152821.352500', '152821.812500', '152822.272500', '152822.732500', '152823.192500', '152823.652500', '152824.112500', '152824.572500', '152825.032500', '152825.492500', '152825.952500', '152826.412500', '152826.872500', '152827.332500', '152827.792500', '152828.252500', '152828.712500', '152829.172500', '152829.632500', '152830.092500', '152830.552500', '152831.012500', '152831.472500', '152831.932500', '152832.392500', '152832.852500', '152833.312500', '152833.772500'], 'ContentTime': ['151957.946000', '151957.949000', '151957.953000', '151957.956000', '151957.958000', '151957.961000', '151957.963000', '151957.966000', '151957.969000', '151957.971000', '151957.974000', '151957.976000', '151957.979000', '151957.982000', '151957.984000', '151957.987000', '151957.990000', '151957.992000', '151957.995000', '151957.998000', '151958.001000', '151958.004000', '151958.006000', '151958.009000', '151958.011000', '151958.014000', '151958.017000', '151958.019000', '151958.022000', '151958.024000', '151958.035000', '151958.037000', '152017.902000', '152017.905000', '152017.908000', '152017.910000', '152017.913000', '152017.916000', '152017.927000', '152017.930000', '152017.932000', '152017.935000', '152017.938000', '152017.940000', '152017.943000', '152017.945000', '152017.948000', '152017.951000', '152017.953000', '152017.956000', '152017.958000', '152017.961000', '152017.963000', '152017.966000', '152017.969000', '152017.971000', '152017.974000', '152017.977000', '152017.979000', '152017.982000', '152017.984000', '152017.987000', '152017.990000', '152017.992000', '152017.995000', '152017.998000', '152018.001000', '152018.004000', '152018.006000', '152018.009000', '152018.012000', '152018.015000', '152018.017000', '152018.020000', '152018.023000', '152037.903000', '152037.905000', '152037.908000', '152037.911000', '152037.913000', '152037.916000', '152037.919000', '152037.921000', '152037.924000', '152037.927000', '152037.929000', '152037.932000', '152037.934000', '152037.937000', '152037.940000', '152037.942000', '152037.945000', '152037.948000', '152037.950000', '152037.953000', '152037.955000', '152037.958000', '152037.963000', '152037.966000', '152037.968000', '152037.971000', '152037.974000', '152037.976000', '152037.979000', '152037.981000', '152037.984000', '152037.987000', '152037.989000', '152037.992000', '152037.994000', '152037.997000', '152038.001000', '152038.003000', '152038.006000', '152038.009000', '152038.011000', '152038.014000', '152038.017000', '152038.019000', '152057.903000', '152057.906000', '152057.909000', '152057.911000', '152057.914000', '152057.917000', '152057.919000', '152057.922000', '152057.925000', '152057.928000', '152057.930000', '152057.933000', '152057.935000', '152057.938000', '152057.941000', '152057.943000', '152057.946000', '152057.949000', '152057.951000', '152057.954000', '152057.957000', '152057.960000', '152057.963000', '152057.965000', '152057.968000', '152057.971000', '152057.973000', '152057.976000', '152057.978000', '152057.981000', '152057.984000', '152057.986000', '152057.989000', '152057.992000', '152057.994000', '152057.997000', '152058.001000', '152058.003000', '152058.006000', '152058.008000', '152058.015000', '152058.017000', '152058.020000', '152117.903000', '152117.906000', '152117.909000', '152117.912000', '152117.914000', '152117.917000', '152117.920000', '152117.922000', '152117.925000', '152117.928000', '152117.931000', '152117.933000', '152117.936000', '152117.939000', '152117.941000', '152117.944000', '152117.946000', '152117.949000', '152117.952000', '152117.954000', '152117.957000', '152117.960000', '152117.962000', '152117.965000', '152117.968000', '152117.970000', '152117.973000', '152117.975000', '152117.978000', '152117.981000', '152117.983000', '152117.986000', '152117.989000', '152117.991000', '152117.994000', '152117.997000', '152118.000000', '152118.003000', '152118.006000', '152118.008000', '152118.011000', '152118.014000', '152118.016000', '152118.019000', '152137.903000', '152137.906000', '152137.908000', '152137.911000', '152137.914000', '152137.916000', '152137.919000', '152137.922000', '152137.924000', '152137.927000', '152137.929000', '152137.932000', '152137.935000', '152137.937000', '152137.940000', '152137.943000', '152137.945000', '152137.948000', '152137.950000', '152137.953000', '152137.969000', '152137.971000', '152137.974000', '152137.977000', '152137.979000', '152137.982000', '152137.984000', '152137.987000', '152137.990000', '152137.992000', '152137.995000', '152137.998000', '152138.001000', '152138.004000', '152138.007000', '152138.009000', '152138.012000', '152138.015000', '152138.017000', '152138.020000', '152138.022000', '152138.025000', '152138.028000', '152157.902000', '152157.905000', '152157.908000', '152157.911000', '152157.913000', '152157.916000', '152157.919000', '152157.921000', '152157.924000', '152157.926000', '152157.929000', '152157.931000', '152157.934000', '152157.937000', '152157.939000', '152157.942000', '152157.945000', '152157.947000', '152157.950000', '152157.953000', '152157.955000', '152157.958000', '152157.961000', '152157.963000', '152157.966000', '152157.969000', '152157.971000', '152157.974000', '152157.976000', '152157.979000', '152157.982000', '152157.984000', '152157.987000', '152157.990000', '152157.992000', '152157.995000', '152157.998000', '152158.000000', '152158.003000', '152158.005000', '152158.008000', '152158.011000', '152158.013000', '152158.016000', '152217.902000', '152217.905000', '152217.908000', '152217.910000', '152217.913000', '152217.916000', '152217.918000', '152217.921000', '152217.923000', '152217.926000', '152217.929000', '152217.931000', '152217.934000', '152217.936000', '152217.939000', '152217.942000', '152217.944000', '152217.947000', '152217.950000', '152217.952000', '152217.955000', '152217.957000', '152217.960000', '152217.963000', '152217.965000', '152217.968000', '152217.970000', '152217.973000', '152217.976000', '152217.978000', '152217.981000', '152217.984000', '152217.986000', '152217.989000', '152217.991000', '152217.994000', '152217.997000', '152218.000000', '152218.003000', '152218.005000', '152218.008000', '152218.011000', '152218.013000', '152237.902000', '152237.905000', '152237.908000', '152237.911000', '152237.913000', '152237.916000', '152237.919000', '152237.921000', '152237.924000', '152237.927000', '152237.929000', '152237.932000', '152237.935000', '152237.937000', '152237.940000', '152237.942000', '152237.945000', '152237.948000', '152237.950000', '152237.953000', '152237.956000', '152237.959000', '152237.961000', '152237.964000', '152237.966000', '152237.969000', '152237.972000', '152237.974000', '152237.977000', '152237.980000', '152237.982000', '152237.985000', '152237.988000', '152237.990000', '152237.993000', '152237.995000', '152237.998000', '152238.002000', '152238.004000', '152238.007000', '152238.010000', '152238.012000', '152238.015000', '152238.018000', '152257.903000', '152257.905000', '152257.908000', '152257.911000', '152257.913000', '152257.916000', '152257.919000', '152257.922000', '152257.924000', '152257.927000', '152257.930000', '152257.932000', '152257.935000', '152257.938000', '152257.940000', '152257.943000', '152257.945000', '152257.948000', '152257.951000', '152257.953000', '152257.956000', '152257.959000', '152257.961000', '152257.964000', '152257.966000', '152257.969000', '152257.972000', '152257.974000', '152257.977000', '152257.980000', '152257.982000', '152257.985000', '152257.987000', '152257.990000', '152257.993000', '152257.996000', '152257.998000', '152258.002000', '152258.004000', '152258.007000', '152258.010000', '152258.013000', '152258.015000', '152317.903000', '152317.906000', '152317.909000', '152317.912000', '152317.914000', '152317.917000', '152317.920000', '152317.923000', '152317.925000', '152317.928000', '152317.931000', '152317.933000', '152317.936000', '152317.939000', '152317.941000', '152317.944000', '152317.959000', '152317.962000', '152317.965000', '152317.967000', '152317.970000', '152317.973000', '152317.975000', '152317.978000', '152317.980000', '152317.983000', '152317.986000', '152317.988000', '152317.991000', '152317.994000', '152317.996000', '152318.000000', '152318.003000', '152318.005000', '152318.008000', '152318.011000', '152318.013000', '152318.016000', '152318.019000', '152318.021000', '152318.024000', '152318.026000', '152318.029000', '152318.032000', '152337.903000', '152337.905000', '152337.908000', '152337.911000', '152337.913000', '152337.916000', '152337.918000', '152337.921000', '152337.924000', '152337.927000', '152337.930000', '152337.932000', '152337.935000', '152337.938000', '152337.940000', '152337.943000', '152337.946000', '152337.948000', '152337.951000', '152337.953000', '152337.956000', '152337.959000', '152337.961000', '152337.964000', '152337.967000', '152337.969000', '152337.972000', '152337.974000', '152337.985000', '152337.988000', '152337.991000', '152337.993000', '152337.996000', '152338.000000', '152338.002000', '152338.005000', '152338.008000', '152338.010000', '152338.013000', '152338.015000', '152338.018000', '152338.021000', '152338.023000', '152357.902000', '152357.905000', '152357.908000', '152357.911000', '152357.913000', '152357.916000', '152357.919000', '152357.921000', '152357.924000', '152357.927000', '152357.929000', '152357.932000', '152357.934000', '152357.938000', '152357.941000', '152357.944000', '152357.946000', '152357.949000', '152357.952000', '152357.954000', '152357.957000', '152357.960000', '152357.962000', '152357.965000', '152357.967000', '152357.970000', '152357.973000', '152357.975000', '152357.978000', '152357.981000', '152357.983000', '152357.986000', '152357.988000', '152357.991000', '152357.994000', '152357.997000', '152358.000000', '152358.003000', '152358.005000', '152358.008000', '152358.011000', '152358.013000', '152358.016000', '152358.019000', '152417.902000', '152417.905000', '152417.908000', '152417.911000', '152417.914000', '152417.916000', '152417.919000', '152417.922000', '152417.924000', '152417.927000', '152417.930000', '152417.932000', '152417.935000', '152417.938000', '152417.941000', '152417.943000', '152417.946000', '152417.949000', '152417.951000', '152417.954000', '152417.957000', '152417.959000', '152417.962000', '152417.965000', '152417.968000', '152417.970000', '152417.973000', '152417.976000', '152417.979000', '152417.981000', '152417.984000', '152417.987000', '152417.989000', '152417.992000', '152417.995000', '152417.997000', '152418.001000', '152418.004000', '152418.006000', '152418.009000', '152418.012000', '152418.014000', '152418.017000', '152437.903000', '152437.906000', '152437.908000', '152437.911000', '152437.914000', '152437.917000', '152437.920000', '152437.923000', '152437.926000', '152437.928000', '152437.931000', '152437.934000', '152437.936000', '152437.939000', '152437.942000', '152437.944000', '152437.947000', '152437.950000', '152437.953000', '152437.955000', '152437.958000', '152437.961000', '152437.963000', '152437.966000', '152437.968000', '152437.971000', '152437.974000', '152437.976000', '152437.979000', '152437.982000', '152437.984000', '152437.987000', '152437.990000', '152437.992000', '152437.995000', '152437.997000', '152438.001000', '152438.004000', '152438.006000', '152438.009000', '152438.012000', '152438.026000', '152438.029000', '152457.903000', '152457.905000', '152457.908000', '152457.911000', '152457.914000', '152457.916000', '152457.919000', '152457.922000', '152457.924000', '152457.927000', '152457.929000', '152457.932000', '152457.935000', '152457.938000', '152457.940000', '152457.943000', '152457.945000', '152457.948000', '152457.951000', '152457.953000', '152457.956000', '152457.959000', '152457.961000', '152457.964000', '152457.967000', '152457.969000', '152457.972000', '152457.975000', '152457.977000', '152457.980000', '152457.983000', '152457.985000', '152457.988000', '152457.991000', '152457.993000', '152457.996000', '152458.000000', '152458.002000', '152458.005000', '152458.008000', '152458.010000', '152458.013000', '152458.016000', '152458.018000', '152517.902000', '152517.906000', '152517.908000', '152517.911000', '152517.913000', '152517.916000', '152517.919000', '152517.921000', '152517.924000', '152517.927000', '152517.929000', '152517.932000', '152517.935000', '152517.937000', '152517.940000', '152517.943000', '152517.945000', '152517.948000', '152517.950000', '152517.954000', '152517.956000', '152517.959000', '152517.961000', '152517.964000', '152517.967000', '152517.969000', '152517.972000', '152517.975000', '152517.978000', '152517.981000', '152517.984000', '152517.986000', '152517.989000', '152517.992000', '152517.994000', '152517.997000', '152518.001000', '152518.003000', '152518.006000', '152518.009000', '152518.011000', '152518.014000', '152518.017000', '152537.903000', '152537.908000', '152537.911000', '152537.914000', '152537.916000', '152537.919000', '152537.922000', '152537.924000', '152537.927000', '152537.930000', '152537.932000', '152537.935000', '152537.938000', '152537.940000', '152537.943000', '152537.946000', '152537.948000', '152537.951000', '152537.958000', '152537.961000', '152537.964000', '152537.966000', '152537.969000', '152537.972000', '152537.974000', '152537.977000', '152537.980000', '152537.983000', '152537.985000', '152537.988000', '152537.990000', '152537.993000', '152537.996000', '152537.998000', '152538.002000', '152538.005000', '152538.007000', '152538.010000', '152538.013000', '152538.015000', '152538.018000', '152538.021000', '152538.023000', '152538.026000', '152557.903000', '152557.906000', '152557.908000', '152557.911000', '152557.914000', '152557.916000', '152557.919000', '152557.921000', '152557.924000', '152557.927000', '152557.929000', '152557.932000', '152557.935000', '152557.937000', '152557.940000', '152557.943000', '152557.946000', '152557.949000', '152557.951000', '152557.954000', '152557.957000', '152557.959000', '152557.962000', '152557.965000', '152557.967000', '152557.970000', '152557.973000', '152557.975000', '152557.978000', '152557.981000', '152557.983000', '152557.986000', '152557.989000', '152557.991000', '152557.994000', '152557.997000', '152558.000000', '152558.012000', '152558.015000', '152558.018000', '152558.020000', '152558.023000', '152558.025000', '152617.902000', '152617.906000', '152617.908000', '152617.911000', '152617.914000', '152617.917000', '152617.919000', '152617.922000', '152617.925000', '152617.928000', '152617.930000', '152617.933000', '152617.935000', '152617.938000', '152617.941000', '152617.943000', '152617.946000', '152617.949000', '152617.951000', '152617.954000', '152617.956000', '152617.959000', '152617.962000', '152617.964000', '152617.967000', '152617.970000', '152617.972000', '152617.975000', '152617.978000', '152617.980000', '152617.983000', '152617.986000', '152617.988000', '152617.991000', '152617.993000', '152617.996000', '152618.000000', '152618.003000', '152618.005000', '152618.008000', '152618.010000', '152618.013000', '152618.016000', '152618.018000', '152637.903000', '152637.905000', '152637.908000', '152637.911000', '152637.913000', '152637.916000', '152637.919000', '152637.922000', '152637.924000', '152637.927000', '152637.929000', '152637.932000', '152637.935000', '152637.937000', '152637.940000', '152637.943000', '152637.945000', '152637.948000', '152637.951000', '152637.953000', '152637.956000', '152637.959000', '152637.961000', '152637.964000', '152637.967000', '152637.969000', '152637.972000', '152637.975000', '152637.977000', '152637.980000', '152637.983000', '152637.986000', '152637.989000', '152637.992000', '152637.995000', '152637.997000', '152638.001000', '152638.004000', '152638.007000', '152638.010000', '152638.012000', '152638.015000', '152638.019000', '152657.903000', '152657.905000', '152657.908000', '152657.911000', '152657.914000', '152657.917000', '152657.919000', '152657.922000', '152657.925000', '152657.927000', '152657.930000', '152657.932000', '152657.935000', '152657.938000', '152657.941000', '152657.943000', '152657.946000', '152657.948000', '152657.951000', '152657.954000', '152657.956000', '152657.959000', '152657.962000', '152657.964000', '152657.967000', '152657.970000', '152657.972000', '152657.975000', '152657.978000', '152657.980000', '152657.983000', '152657.985000', '152657.988000', '152657.991000', '152657.993000', '152657.996000', '152658.000000', '152658.002000', '152658.005000', '152658.008000', '152658.011000', '152658.013000', '152658.016000', '152658.019000', '152717.903000', '152717.905000', '152717.909000', '152717.911000', '152717.914000', '152717.916000', '152717.919000', '152717.922000', '152717.924000', '152717.927000', '152717.930000', '152717.932000', '152717.935000', '152717.938000', '152717.940000', '152717.943000', '152717.946000', '152717.948000', '152717.951000', '152717.954000', '152717.956000', '152717.959000', '152717.962000', '152717.965000', '152717.967000', '152717.970000', '152717.973000', '152717.975000', '152717.978000', '152717.980000', '152717.983000', '152717.986000', '152717.988000', '152717.991000', '152717.994000', '152717.998000', '152718.001000', '152718.006000', '152718.009000', '152718.011000', '152718.014000', '152718.017000', '152718.019000', '152737.903000', '152737.906000', '152737.908000', '152737.911000', '152737.914000', '152737.916000', '152737.919000', '152737.922000', '152737.924000', '152737.927000', '152737.930000', '152737.932000', '152737.935000', '152737.937000', '152737.940000', '152737.943000', '152737.945000', '152737.948000', '152737.951000', '152737.953000', '152737.956000', '152737.959000', '152737.961000', '152737.964000', '152737.966000', '152737.969000', '152737.972000', '152737.974000', '152737.977000', '152737.980000', '152737.982000', '152737.985000', '152737.988000', '152737.990000', '152737.993000', '152737.996000', '152737.998000', '152738.002000', '152738.004000', '152738.007000', '152738.010000', '152738.012000', '152738.015000', '152738.018000', '152757.904000', '152757.907000', '152757.909000', '152757.912000', '152757.915000', '152757.917000', '152757.920000', '152757.923000', '152757.925000', '152757.928000', '152757.931000', '152757.933000', '152757.936000', '152757.939000', '152757.941000', '152757.944000', '152757.946000', '152757.949000', '152757.952000', '152757.954000', '152757.957000', '152757.960000', '152757.962000', '152757.965000', '152757.968000', '152757.970000', '152757.973000', '152757.975000', '152757.978000', '152757.981000', '152757.984000', '152757.986000', '152757.989000', '152757.992000', '152757.994000', '152757.997000', '152758.000000', '152758.003000', '152758.006000', '152758.008000', '152758.011000', '152758.014000', '152758.016000', '152817.903000', '152817.905000', '152817.908000', '152817.911000', '152817.914000', '152817.916000', '152817.919000', '152817.921000', '152817.924000', '152817.927000', '152817.929000', '152817.932000', '152817.935000', '152817.937000', '152817.940000', '152817.943000', '152817.945000', '152817.948000', '152817.951000', '152817.953000', '152817.956000', '152817.958000', '152817.961000', '152817.964000', '152817.966000', '152817.969000', '152817.972000', '152817.974000', '152817.977000', '152817.980000', '152817.982000', '152817.985000', '152817.988000', '152817.990000', '152817.993000', '152817.996000', '152817.998000', '152818.002000', '152818.005000', '152818.007000', '152818.010000', '152818.012000', '152818.015000', '152818.018000', '152835.251000', '152835.254000', '152835.257000', '152835.260000', '152835.262000', '152835.265000', '152835.268000', '152835.271000', '152835.274000', '152835.277000', '152835.280000', '152835.283000', '152835.286000', '152835.290000', '152835.293000', '152835.296000', '152835.300000', '152835.303000', '152835.306000', '152835.308000', '152835.311000', '152835.314000', '152835.318000', '152835.322000', '152835.325000', '152835.327000', '152835.330000', '152835.333000', '152835.336000', '152835.340000', '152835.343000', '152835.346000', '152835.349000', '152835.353000', '152835.356000', '152835.359000', '152835.362000', '152835.365000'], 'InstanceCreationTime': ['151957.946000', '151957.949000', '151957.953000', '151957.956000', '151957.958000', '151957.961000', '151957.963000', '151957.966000', '151957.969000', '151957.971000', '151957.974000', '151957.976000', '151957.979000', '151957.982000', '151957.984000', '151957.987000', '151957.990000', '151957.992000', '151957.995000', '151957.998000', '151958.001000', '151958.004000', '151958.006000', '151958.009000', '151958.011000', '151958.014000', '151958.017000', '151958.019000', '151958.022000', '151958.024000', '151958.035000', '151958.037000', '152017.902000', '152017.905000', '152017.908000', '152017.910000', '152017.913000', '152017.916000', '152017.927000', '152017.930000', '152017.932000', '152017.935000', '152017.938000', '152017.940000', '152017.943000', '152017.945000', '152017.948000', '152017.951000', '152017.953000', '152017.956000', '152017.958000', '152017.961000', '152017.963000', '152017.966000', '152017.969000', '152017.971000', '152017.974000', '152017.977000', '152017.979000', '152017.982000', '152017.984000', '152017.987000', '152017.990000', '152017.992000', '152017.995000', '152017.998000', '152018.001000', '152018.004000', '152018.006000', '152018.009000', '152018.012000', '152018.015000', '152018.017000', '152018.020000', '152018.023000', '152037.903000', '152037.905000', '152037.908000', '152037.911000', '152037.913000', '152037.916000', '152037.919000', '152037.921000', '152037.924000', '152037.927000', '152037.929000', '152037.932000', '152037.934000', '152037.937000', '152037.940000', '152037.942000', '152037.945000', '152037.948000', '152037.950000', '152037.953000', '152037.955000', '152037.958000', '152037.963000', '152037.966000', '152037.968000', '152037.971000', '152037.974000', '152037.976000', '152037.979000', '152037.981000', '152037.984000', '152037.987000', '152037.989000', '152037.992000', '152037.994000', '152037.997000', '152038.001000', '152038.003000', '152038.006000', '152038.009000', '152038.011000', '152038.014000', '152038.017000', '152038.019000', '152057.903000', '152057.906000', '152057.909000', '152057.911000', '152057.914000', '152057.917000', '152057.919000', '152057.922000', '152057.925000', '152057.928000', '152057.930000', '152057.933000', '152057.935000', '152057.938000', '152057.941000', '152057.943000', '152057.946000', '152057.949000', '152057.951000', '152057.954000', '152057.957000', '152057.960000', '152057.963000', '152057.965000', '152057.968000', '152057.971000', '152057.973000', '152057.976000', '152057.978000', '152057.981000', '152057.984000', '152057.986000', '152057.989000', '152057.992000', '152057.994000', '152057.997000', '152058.001000', '152058.003000', '152058.006000', '152058.008000', '152058.015000', '152058.017000', '152058.020000', '152117.903000', '152117.906000', '152117.909000', '152117.912000', '152117.914000', '152117.917000', '152117.920000', '152117.922000', '152117.925000', '152117.928000', '152117.931000', '152117.933000', '152117.936000', '152117.939000', '152117.941000', '152117.944000', '152117.946000', '152117.949000', '152117.952000', '152117.954000', '152117.957000', '152117.960000', '152117.962000', '152117.965000', '152117.968000', '152117.970000', '152117.973000', '152117.975000', '152117.978000', '152117.981000', '152117.983000', '152117.986000', '152117.989000', '152117.991000', '152117.994000', '152117.997000', '152118.000000', '152118.003000', '152118.006000', '152118.008000', '152118.011000', '152118.014000', '152118.016000', '152118.019000', '152137.903000', '152137.906000', '152137.908000', '152137.911000', '152137.914000', '152137.916000', '152137.919000', '152137.922000', '152137.924000', '152137.927000', '152137.929000', '152137.932000', '152137.935000', '152137.937000', '152137.940000', '152137.943000', '152137.945000', '152137.948000', '152137.950000', '152137.953000', '152137.969000', '152137.971000', '152137.974000', '152137.977000', '152137.979000', '152137.982000', '152137.984000', '152137.987000', '152137.990000', '152137.992000', '152137.995000', '152137.998000', '152138.001000', '152138.004000', '152138.007000', '152138.009000', '152138.012000', '152138.015000', '152138.017000', '152138.020000', '152138.022000', '152138.025000', '152138.028000', '152157.902000', '152157.905000', '152157.908000', '152157.911000', '152157.913000', '152157.916000', '152157.919000', '152157.921000', '152157.924000', '152157.926000', '152157.929000', '152157.931000', '152157.934000', '152157.937000', '152157.939000', '152157.942000', '152157.945000', '152157.947000', '152157.950000', '152157.953000', '152157.955000', '152157.958000', '152157.961000', '152157.963000', '152157.966000', '152157.969000', '152157.971000', '152157.974000', '152157.976000', '152157.979000', '152157.982000', '152157.984000', '152157.987000', '152157.990000', '152157.992000', '152157.995000', '152157.998000', '152158.000000', '152158.003000', '152158.005000', '152158.008000', '152158.011000', '152158.013000', '152158.016000', '152217.902000', '152217.905000', '152217.908000', '152217.910000', '152217.913000', '152217.916000', '152217.918000', '152217.921000', '152217.923000', '152217.926000', '152217.929000', '152217.931000', '152217.934000', '152217.936000', '152217.939000', '152217.942000', '152217.944000', '152217.947000', '152217.950000', '152217.952000', '152217.955000', '152217.957000', '152217.960000', '152217.963000', '152217.965000', '152217.968000', '152217.970000', '152217.973000', '152217.976000', '152217.978000', '152217.981000', '152217.984000', '152217.986000', '152217.989000', '152217.991000', '152217.994000', '152217.997000', '152218.000000', '152218.003000', '152218.005000', '152218.008000', '152218.011000', '152218.013000', '152237.902000', '152237.905000', '152237.908000', '152237.911000', '152237.913000', '152237.916000', '152237.919000', '152237.921000', '152237.924000', '152237.927000', '152237.929000', '152237.932000', '152237.935000', '152237.937000', '152237.940000', '152237.942000', '152237.945000', '152237.948000', '152237.950000', '152237.953000', '152237.956000', '152237.959000', '152237.961000', '152237.964000', '152237.966000', '152237.969000', '152237.972000', '152237.974000', '152237.977000', '152237.980000', '152237.982000', '152237.985000', '152237.988000', '152237.990000', '152237.993000', '152237.995000', '152237.998000', '152238.002000', '152238.004000', '152238.007000', '152238.010000', '152238.012000', '152238.015000', '152238.018000', '152257.903000', '152257.905000', '152257.908000', '152257.911000', '152257.913000', '152257.916000', '152257.919000', '152257.922000', '152257.924000', '152257.927000', '152257.930000', '152257.932000', '152257.935000', '152257.938000', '152257.940000', '152257.943000', '152257.945000', '152257.948000', '152257.951000', '152257.953000', '152257.956000', '152257.959000', '152257.961000', '152257.964000', '152257.966000', '152257.969000', '152257.972000', '152257.974000', '152257.977000', '152257.980000', '152257.982000', '152257.985000', '152257.987000', '152257.990000', '152257.993000', '152257.996000', '152257.998000', '152258.002000', '152258.004000', '152258.007000', '152258.010000', '152258.013000', '152258.015000', '152317.903000', '152317.906000', '152317.909000', '152317.912000', '152317.914000', '152317.917000', '152317.920000', '152317.923000', '152317.925000', '152317.928000', '152317.931000', '152317.933000', '152317.936000', '152317.939000', '152317.941000', '152317.944000', '152317.959000', '152317.962000', '152317.965000', '152317.967000', '152317.970000', '152317.973000', '152317.975000', '152317.978000', '152317.980000', '152317.983000', '152317.986000', '152317.988000', '152317.991000', '152317.994000', '152317.996000', '152318.000000', '152318.003000', '152318.005000', '152318.008000', '152318.011000', '152318.013000', '152318.016000', '152318.019000', '152318.021000', '152318.024000', '152318.026000', '152318.029000', '152318.032000', '152337.903000', '152337.905000', '152337.908000', '152337.911000', '152337.913000', '152337.916000', '152337.918000', '152337.921000', '152337.924000', '152337.927000', '152337.930000', '152337.932000', '152337.935000', '152337.938000', '152337.940000', '152337.943000', '152337.946000', '152337.948000', '152337.951000', '152337.953000', '152337.956000', '152337.959000', '152337.961000', '152337.964000', '152337.967000', '152337.969000', '152337.972000', '152337.974000', '152337.985000', '152337.988000', '152337.991000', '152337.993000', '152337.996000', '152338.000000', '152338.002000', '152338.005000', '152338.008000', '152338.010000', '152338.013000', '152338.015000', '152338.018000', '152338.021000', '152338.023000', '152357.902000', '152357.905000', '152357.908000', '152357.911000', '152357.913000', '152357.916000', '152357.919000', '152357.921000', '152357.924000', '152357.927000', '152357.929000', '152357.932000', '152357.934000', '152357.938000', '152357.941000', '152357.944000', '152357.946000', '152357.949000', '152357.952000', '152357.954000', '152357.957000', '152357.960000', '152357.962000', '152357.965000', '152357.967000', '152357.970000', '152357.973000', '152357.975000', '152357.978000', '152357.981000', '152357.983000', '152357.986000', '152357.988000', '152357.991000', '152357.994000', '152357.997000', '152358.000000', '152358.003000', '152358.005000', '152358.008000', '152358.011000', '152358.013000', '152358.016000', '152358.019000', '152417.902000', '152417.905000', '152417.908000', '152417.911000', '152417.914000', '152417.916000', '152417.919000', '152417.922000', '152417.924000', '152417.927000', '152417.930000', '152417.932000', '152417.935000', '152417.938000', '152417.941000', '152417.943000', '152417.946000', '152417.949000', '152417.951000', '152417.954000', '152417.957000', '152417.959000', '152417.962000', '152417.965000', '152417.968000', '152417.970000', '152417.973000', '152417.976000', '152417.979000', '152417.981000', '152417.984000', '152417.987000', '152417.989000', '152417.992000', '152417.995000', '152417.997000', '152418.001000', '152418.004000', '152418.006000', '152418.009000', '152418.012000', '152418.014000', '152418.017000', '152437.903000', '152437.906000', '152437.908000', '152437.911000', '152437.914000', '152437.917000', '152437.920000', '152437.923000', '152437.926000', '152437.928000', '152437.931000', '152437.934000', '152437.936000', '152437.939000', '152437.942000', '152437.944000', '152437.947000', '152437.950000', '152437.953000', '152437.955000', '152437.958000', '152437.961000', '152437.963000', '152437.966000', '152437.968000', '152437.971000', '152437.974000', '152437.976000', '152437.979000', '152437.982000', '152437.984000', '152437.987000', '152437.990000', '152437.992000', '152437.995000', '152437.997000', '152438.001000', '152438.004000', '152438.006000', '152438.009000', '152438.012000', '152438.026000', '152438.029000', '152457.903000', '152457.905000', '152457.908000', '152457.911000', '152457.914000', '152457.916000', '152457.919000', '152457.922000', '152457.924000', '152457.927000', '152457.929000', '152457.932000', '152457.935000', '152457.938000', '152457.940000', '152457.943000', '152457.945000', '152457.948000', '152457.951000', '152457.953000', '152457.956000', '152457.959000', '152457.961000', '152457.964000', '152457.967000', '152457.969000', '152457.972000', '152457.975000', '152457.977000', '152457.980000', '152457.983000', '152457.985000', '152457.988000', '152457.991000', '152457.993000', '152457.996000', '152458.000000', '152458.002000', '152458.005000', '152458.008000', '152458.010000', '152458.013000', '152458.016000', '152458.018000', '152517.902000', '152517.906000', '152517.908000', '152517.911000', '152517.913000', '152517.916000', '152517.919000', '152517.921000', '152517.924000', '152517.927000', '152517.929000', '152517.932000', '152517.935000', '152517.937000', '152517.940000', '152517.943000', '152517.945000', '152517.948000', '152517.950000', '152517.954000', '152517.956000', '152517.959000', '152517.961000', '152517.964000', '152517.967000', '152517.969000', '152517.972000', '152517.975000', '152517.978000', '152517.981000', '152517.984000', '152517.986000', '152517.989000', '152517.992000', '152517.994000', '152517.997000', '152518.001000', '152518.003000', '152518.006000', '152518.009000', '152518.011000', '152518.014000', '152518.017000', '152537.903000', '152537.908000', '152537.911000', '152537.914000', '152537.916000', '152537.919000', '152537.922000', '152537.924000', '152537.927000', '152537.930000', '152537.932000', '152537.935000', '152537.938000', '152537.940000', '152537.943000', '152537.946000', '152537.948000', '152537.951000', '152537.958000', '152537.961000', '152537.964000', '152537.966000', '152537.969000', '152537.972000', '152537.974000', '152537.977000', '152537.980000', '152537.983000', '152537.985000', '152537.988000', '152537.990000', '152537.993000', '152537.996000', '152537.998000', '152538.002000', '152538.005000', '152538.007000', '152538.010000', '152538.013000', '152538.015000', '152538.018000', '152538.021000', '152538.023000', '152538.026000', '152557.903000', '152557.906000', '152557.908000', '152557.911000', '152557.914000', '152557.916000', '152557.919000', '152557.921000', '152557.924000', '152557.927000', '152557.929000', '152557.932000', '152557.935000', '152557.937000', '152557.940000', '152557.943000', '152557.946000', '152557.949000', '152557.951000', '152557.954000', '152557.957000', '152557.959000', '152557.962000', '152557.965000', '152557.967000', '152557.970000', '152557.973000', '152557.975000', '152557.978000', '152557.981000', '152557.983000', '152557.986000', '152557.989000', '152557.991000', '152557.994000', '152557.997000', '152558.000000', '152558.012000', '152558.015000', '152558.018000', '152558.020000', '152558.023000', '152558.025000', '152617.902000', '152617.906000', '152617.908000', '152617.911000', '152617.914000', '152617.917000', '152617.919000', '152617.922000', '152617.925000', '152617.928000', '152617.930000', '152617.933000', '152617.935000', '152617.938000', '152617.941000', '152617.943000', '152617.946000', '152617.949000', '152617.951000', '152617.954000', '152617.956000', '152617.959000', '152617.962000', '152617.964000', '152617.967000', '152617.970000', '152617.972000', '152617.975000', '152617.978000', '152617.980000', '152617.983000', '152617.986000', '152617.988000', '152617.991000', '152617.993000', '152617.996000', '152618.000000', '152618.003000', '152618.005000', '152618.008000', '152618.010000', '152618.013000', '152618.016000', '152618.018000', '152637.903000', '152637.905000', '152637.908000', '152637.911000', '152637.913000', '152637.916000', '152637.919000', '152637.922000', '152637.924000', '152637.927000', '152637.929000', '152637.932000', '152637.935000', '152637.937000', '152637.940000', '152637.943000', '152637.945000', '152637.948000', '152637.951000', '152637.953000', '152637.956000', '152637.959000', '152637.961000', '152637.964000', '152637.967000', '152637.969000', '152637.972000', '152637.975000', '152637.977000', '152637.980000', '152637.983000', '152637.986000', '152637.989000', '152637.992000', '152637.995000', '152637.997000', '152638.001000', '152638.004000', '152638.007000', '152638.010000', '152638.012000', '152638.015000', '152638.019000', '152657.903000', '152657.905000', '152657.908000', '152657.911000', '152657.914000', '152657.917000', '152657.919000', '152657.922000', '152657.925000', '152657.927000', '152657.930000', '152657.932000', '152657.935000', '152657.938000', '152657.941000', '152657.943000', '152657.946000', '152657.948000', '152657.951000', '152657.954000', '152657.956000', '152657.959000', '152657.962000', '152657.964000', '152657.967000', '152657.970000', '152657.972000', '152657.975000', '152657.978000', '152657.980000', '152657.983000', '152657.985000', '152657.988000', '152657.991000', '152657.993000', '152657.996000', '152658.000000', '152658.002000', '152658.005000', '152658.008000', '152658.011000', '152658.013000', '152658.016000', '152658.019000', '152717.903000', '152717.905000', '152717.909000', '152717.911000', '152717.914000', '152717.916000', '152717.919000', '152717.922000', '152717.924000', '152717.927000', '152717.930000', '152717.932000', '152717.935000', '152717.938000', '152717.940000', '152717.943000', '152717.946000', '152717.948000', '152717.951000', '152717.954000', '152717.956000', '152717.959000', '152717.962000', '152717.965000', '152717.967000', '152717.970000', '152717.973000', '152717.975000', '152717.978000', '152717.980000', '152717.983000', '152717.986000', '152717.988000', '152717.991000', '152717.994000', '152717.998000', '152718.001000', '152718.006000', '152718.009000', '152718.011000', '152718.014000', '152718.017000', '152718.019000', '152737.903000', '152737.906000', '152737.908000', '152737.911000', '152737.914000', '152737.916000', '152737.919000', '152737.922000', '152737.924000', '152737.927000', '152737.930000', '152737.932000', '152737.935000', '152737.937000', '152737.940000', '152737.943000', '152737.945000', '152737.948000', '152737.951000', '152737.953000', '152737.956000', '152737.959000', '152737.961000', '152737.964000', '152737.966000', '152737.969000', '152737.972000', '152737.974000', '152737.977000', '152737.980000', '152737.982000', '152737.985000', '152737.988000', '152737.990000', '152737.993000', '152737.996000', '152737.998000', '152738.002000', '152738.004000', '152738.007000', '152738.010000', '152738.012000', '152738.015000', '152738.018000', '152757.904000', '152757.907000', '152757.909000', '152757.912000', '152757.915000', '152757.917000', '152757.920000', '152757.923000', '152757.925000', '152757.928000', '152757.931000', '152757.933000', '152757.936000', '152757.939000', '152757.941000', '152757.944000', '152757.946000', '152757.949000', '152757.952000', '152757.954000', '152757.957000', '152757.960000', '152757.962000', '152757.965000', '152757.968000', '152757.970000', '152757.973000', '152757.975000', '152757.978000', '152757.981000', '152757.984000', '152757.986000', '152757.989000', '152757.992000', '152757.994000', '152757.997000', '152758.000000', '152758.003000', '152758.006000', '152758.008000', '152758.011000', '152758.014000', '152758.016000', '152817.903000', '152817.905000', '152817.908000', '152817.911000', '152817.914000', '152817.916000', '152817.919000', '152817.921000', '152817.924000', '152817.927000', '152817.929000', '152817.932000', '152817.935000', '152817.937000', '152817.940000', '152817.943000', '152817.945000', '152817.948000', '152817.951000', '152817.953000', '152817.956000', '152817.958000', '152817.961000', '152817.964000', '152817.966000', '152817.969000', '152817.972000', '152817.974000', '152817.977000', '152817.980000', '152817.982000', '152817.985000', '152817.988000', '152817.990000', '152817.993000', '152817.996000', '152817.998000', '152818.002000', '152818.005000', '152818.007000', '152818.010000', '152818.012000', '152818.015000', '152818.018000', '152835.251000', '152835.254000', '152835.257000', '152835.260000', '152835.262000', '152835.265000', '152835.268000', '152835.271000', '152835.274000', '152835.277000', '152835.280000', '152835.283000', '152835.286000', '152835.290000', '152835.293000', '152835.296000', '152835.300000', '152835.303000', '152835.306000', '152835.308000', '152835.311000', '152835.314000', '152835.318000', '152835.322000', '152835.325000', '152835.327000', '152835.330000', '152835.333000', '152835.336000', '152835.340000', '152835.343000', '152835.346000', '152835.349000', '152835.353000', '152835.356000', '152835.359000', '152835.362000', '152835.365000'], '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': [9888, 6758, 9497, 6793, 12115, 8566, 14986, 9362, 10823, 7898, 7869, 7967, 8966, 10542, 7055, 8262, 7380, 10102, 7320, 12721, 9691, 11327, 6978, 8798, 7343, 9493, 10027, 10053, 8595, 7104, 8321, 7059, 10098, 7036, 12975, 7053, 9919, 7054, 10324, 8131, 11709, 10293, 6972, 8638, 7344, 10637, 7099, 14395, 8684, 10409, 7078, 10421, 8136, 11876, 10377, 11058, 8232, 6956, 9252, 6893, 12976, 7911, 11717, 7126, 10361, 7549, 11561, 10589, 11693, 9197, 6999, 7784, 7088, 10844, 7284, 13293, 7136, 9036, 6936, 10974, 8066, 12839, 10526, 9386, 7951, 7583, 8964, 8614, 11146, 7348, 8672, 6871, 9660, 6915, 11773, 8740, 13992, 7466, 10514, 7623, 11151, 10295, 11256, 8252, 6621, 7792, 6962, 10672, 7159, 12126, 7049, 9039, 7038, 11598, 8122, 13027, 9150, 8318, 7088, 6965, 10195, 7727, 12791, 6947, 9602, 7578, 12666, 9838, 14711, 10366, 7089, 7923, 7235, 11500, 7290, 13826, 7176, 10312, 7590, 12041, 10643, 12321, 7917, 6790, 7694, 7326, 11180, 7703, 9647, 7037, 9587, 7478, 12055, 7831, 13515, 7192, 10663, 7538, 12086, 10607, 10706, 7457, 7351, 7699, 6964, 11608, 7653, 12926, 7211, 10199, 7307, 12104, 8977, 17000, 8396, 11648, 7762, 11370, 10797, 12998, 9946, 7101, 8182, 7181, 11286, 7745, 14599, 8158, 10347, 7212, 10879, 8619, 12760, 10442, 7172, 7768, 7247, 10880, 7243, 14016, 7124, 9900, 7434, 11753, 10331, 10005, 7761, 7057, 9368, 7631, 12242, 7540, 9317, 7437, 11346, 8240, 13539, 7451, 10081, 7515, 9232, 9141, 9639, 8500, 6740, 7834, 6727, 11028, 7274, 10409, 6851, 9489, 7463, 11838, 9616, 10975, 7674, 6986, 7857, 6986, 11900, 7885, 10329, 7034, 9827, 8002, 12368, 9977, 13100, 8429, 7870, 10124, 11100, 15554, 8634, 10151, 7587, 11906, 8838, 17626, 9517, 11499, 7693, 9530, 9985, 9997, 7741, 6836, 9294, 7390, 12517, 7930, 12646, 7432, 9791, 7366, 11524, 10097, 11138, 7716, 6717, 7865, 7933, 11238, 7542, 9096, 7566, 9206, 7066, 10744, 8909, 11830, 7411, 9429, 7701, 10037, 9741, 6720, 8782, 6848, 10345, 7574, 13471, 7363, 9935, 7543, 11533, 9011, 16035, 7831, 8889, 7950, 8496, 10397, 7485, 7971, 7313, 9304, 7748, 14626, 9631, 16019, 7672, 7613, 7462, 6878, 11413, 7948, 12548, 7345, 8924, 7385, 10443, 9185, 10289, 9059, 6444, 7709, 7533, 10660, 8211, 15508, 10416, 10877, 8661, 6705, 9597, 8221, 14655, 7805, 9704, 7386, 11544, 9189, 15706, 7873, 10532, 8274, 9475, 9697, 10165, 8412, 6732, 8024, 7124, 10353, 7280, 12628, 7412, 10027, 7307, 8320, 8657, 8993, 8908, 6938, 8851, 6979, 10500, 8742, 12980, 9364, 6641, 7432, 6902, 10891, 7484, 13421, 7265, 8105, 8128, 9348, 12137, 7203, 8652, 7154, 7534, 10839, 9256, 16527, 8226, 11017, 7783, 8734, 11391, 11790, 16294, 7342, 9580, 7830, 9746, 9739, 8450, 8059, 7255, 10727, 7340, 14620, 7183, 9849, 7198, 11595, 10246, 9654, 7580, 6644, 9813, 7127, 12149, 7282, 9148, 7297, 9481, 8448, 9636, 10069, 7199, 8690, 6870, 10839, 8797, 11529, 10259, 6585, 8293, 7040, 10306, 7708, 13592, 9399, 10766, 7702, 7184, 9441, 8452, 12690, 7236, 9540, 7096, 9910, 9011, 11099, 11626, 7817, 9028, 7604, 9646, 7596, 13367, 9624, 17144, 8238, 7777, 7670, 7430, 11323, 8385, 10915, 7414, 8997, 7136, 11270, 9511, 11231, 8031, 6808, 7870, 6864, 12205, 7700, 11694, 7185, 9313, 8225, 10295, 10583, 7339, 8192, 7249, 12922, 9904, 8850, 7932, 6882, 6739, 7450, 8205, 11204, 10778, 7367, 6682, 8452, 7234, 12394, 11257, 10016, 13858, 7241, 6990, 8303, 7445, 13246, 10323, 6748, 7402, 7152, 10854, 9403, 12713, 10566, 6904, 8323, 7017, 9359, 7441, 13982, 9621, 11491, 8406, 6911, 8858, 8469, 12106, 7208, 9618, 7107, 9803, 8303, 11168, 10169, 11183, 7758, 6868, 9034, 7121, 13063, 8913, 14749, 7575, 10367, 8071, 10227, 10313, 9309, 8851, 7121, 8999, 7000, 10490, 8367, 12698, 9391, 9512, 7786, 7805, 8180, 9486, 10035, 7953, 7597, 7013, 8532, 6835, 9984, 7016, 12090, 8009, 10488, 6946, 9927, 6952, 10925, 8222, 12737, 7156, 9963, 7658, 11528, 9441, 15146, 9431, 10330, 8683, 8693, 9422, 11447, 11052, 7071, 8913, 6843, 11590, 7858, 14442, 7988, 10706, 6915, 10107, 8683, 13887, 10406, 12377, 8491, 6940, 8219, 8358, 12927, 8402, 11204, 7216, 10274, 8558, 16717, 11222, 13602, 8383, 8437, 8727, 10035, 10537, 7017, 8557, 7064, 10921, 8146, 13122, 7273, 10531, 7131, 10546, 9213, 10814, 8828, 6721, 8166, 6851, 12233, 7304, 11466, 7475, 9576, 8044, 13003, 10133, 11721, 7813, 7080, 7680, 7367, 11258, 8750, 13154, 7893, 11096, 8729, 8091, 9198, 10318, 12540, 7413, 9079, 7395, 13045, 8518, 17000, 7845, 11019, 8112, 9296, 9309, 8891, 7615, 6986, 8925, 7235, 12162, 8591, 13617, 7545, 9547, 8161, 9298, 10090, 8898, 9147, 7304, 9314, 6912, 11330, 8622, 13257, 9798, 8888, 8391, 7814, 10187, 8903, 11677, 7281, 9739, 7117, 11801, 9068, 14681, 10239, 7963, 7633, 6720, 10771, 7617, 14925, 8216, 10756, 7539, 9722, 8057, 12500, 10260, 8357, 8196, 6802, 10712, 7647, 12643, 7124, 10142, 7218, 11905, 9168, 15731, 10651, 6790, 7563, 6744, 10704, 7490, 12260, 7167, 9706, 7173, 11781, 9825, 10175, 7677, 6879, 8336, 6804, 11478, 7936, 12346, 7263, 10469, 8201, 11315, 9554, 10812, 8212, 6765, 9006, 6880, 12419, 8310, 15355, 9085, 11519, 8094, 9127, 8339, 10158, 9409, 6936, 8238, 6950, 11459, 7316, 13503, 7270, 10835, 7559, 10676, 8651, 14299, 9946, 7658, 8968, 6887, 9571, 8782, 11545, 7296, 9154, 7138, 9596, 7919, 12584, 9768, 9587, 7714, 6915, 8199, 8629, 11808, 7409, 10223, 7441, 9557, 7703, 12053, 9629, 15404, 8489, 7648, 8852, 8316, 8790, 9581, 9102, 6914, 8304, 6599, 10412, 7105, 12309, 6956, 9851, 7019, 11609, 9055, 14643, 8436, 10319, 8767, 8595, 9202, 9876, 9908, 6841, 9134, 6810, 12176, 7666, 14496, 9287, 11302, 7941, 9593, 8427, 10305, 9927, 8737, 8440, 6693, 9291, 6739, 13201, 8060, 10200, 6891, 9313, 8309, 11262, 9931, 9871, 7845, 6600, 8818, 6997, 13426, 8138, 11969, 7436, 9796, 8175, 12314, 9746, 15261, 8766, 8258, 9169, 7476, 8532, 8899, 9841, 8922, 7986, 6748, 8615, 6569, 11422, 7379, 12593, 6911, 9963, 6823, 11318, 8690, 13698, 8713, 11044, 7534, 10444, 8700, 10524, 9065, 6487, 8433, 6629, 10203, 7025, 12435, 7169, 9947, 6853, 9752, 8503, 13016, 10043, 12523, 8567, 9255, 8155, 11209, 10302, 11855, 7985, 6707, 8065, 7401, 12024, 7293, 10598, 7041, 9791, 7086, 11831, 9019, 13658, 8380, 9000, 8191, 9470, 10904, 8185, 9087, 7260, 9553, 8437, 13275, 10347, 10123, 8338, 6685, 10534, 7356, 13900, 7717, 11004, 7225, 11839, 9633, 13075, 9629, 7568, 8860, 7116, 12771, 8356, 17241, 8009, 11325, 8064, 9855, 9843, 9520, 8538, 7235, 9064, 7380, 12022, 8171, 14353, 8166, 11253, 8578, 9456, 9219, 8150, 8895, 7255, 9161, 7689, 11698, 8808, 11667, 7994, 7183, 8327, 6944, 11640, 7525, 13840, 9383, 13911, 8310, 8426, 9411, 9209, 10697, 7484, 10943, 8042, 10017, 8329, 10966, 9675, 9792, 8798, 7124, 9686, 7566, 12831, 9113, 15668, 8634, 9860, 8054, 7379, 9347, 7631, 12294, 9301, 13825, 9027, 7888, 8618, 7752, 9322, 7569, 11719, 9360, 11848, 8231, 7220, 8344, 7199, 11426, 8499, 12446, 9497, 6792, 8126, 7005, 10846, 6908, 13025, 8624, 12986, 7988, 8995, 8145, 8340, 10487, 8315, 10777, 7438, 11324, 7463, 6928, 7865, 7196, 9344, 11361, 8447, 12328, 7302, 7199, 8923, 6997, 13554, 10054, 15804, 7617, 10743, 8293, 9300, 10730, 8550, 10809, 7332, 9761, 7793, 12150, 9582, 12217, 9360, 6827, 8617, 7417, 12793, 8859, 17200, 7618, 10895, 8830, 8309, 9502, 9557, 13931, 8009, 9787, 7408, 10291, 8531, 11881, 10041, 8259, 8245, 7228, 8979, 7544, 12550, 8973, 9825, 7460, 8004, 8567, 9363, 11580, 7582, 9618, 7687, 9987, 8567, 13432, 9822, 14503, 7969, 8078], 'WindowCenter': [4066.0, 4011.0, 4050.0, 4007.0, 4057.0, 4026.0, 4079.0, 4037.0, 4044.0, 4015.0, 4013.0, 4013.0, 4022.0, 4046.0, 4005.0, 4024.0, 4015.0, 4045.0, 4016.0, 4066.0, 4048.0, 4057.0, 4017.0, 4024.0, 4016.0, 4036.0, 4046.0, 4047.0, 4026.0, 4004.0, 4025.0, 4005.0, 4045.0, 4005.0, 4068.0, 4018.0, 4047.0, 4017.0, 4047.0, 4028.0, 4058.0, 4059.0, 4007.0, 4038.0, 4015.0, 4046.0, 4005.0, 4069.0, 4037.0, 4046.0, 4005.0, 4046.0, 4026.0, 4056.0, 4047.0, 4056.0, 4025.0, 4003.0, 4023.0, 4004.0, 4054.0, 4015.0, 4054.0, 4004.0, 4044.0, 4015.0, 4055.0, 4045.0, 4055.0, 4034.0, 4001.0, 4012.0, 4002.0, 4044.0, 4002.0, 4067.0, 4004.0, 4024.0, 4003.0, 4042.0, 4014.0, 4054.0, 4045.0, 4033.0, 4015.0, 4012.0, 4033.0, 4023.0, 4045.0, 4003.0, 4024.0, 3992.0, 4032.0, 4001.0, 4055.0, 4024.0, 4067.0, 4014.0, 4045.0, 4015.0, 4044.0, 4045.0, 4045.0, 4024.0, 3992.0, 4013.0, 4003.0, 4045.0, 4002.0, 4056.0, 4004.0, 4024.0, 4003.0, 4054.0, 4024.0, 4054.0, 4036.0, 4024.0, 4004.0, 4003.0, 4046.0, 4014.0, 4067.0, 4004.0, 4033.0, 4014.0, 4054.0, 4035.0, 4067.0, 4045.0, 4002.0, 4013.0, 4002.0, 4043.0, 4003.0, 4067.0, 4003.0, 4043.0, 4013.0, 4054.0, 4045.0, 4056.0, 4014.0, 3991.0, 4013.0, 4002.0, 4044.0, 4013.0, 4035.0, 4002.0, 4033.0, 4003.0, 4054.0, 4013.0, 4066.0, 4003.0, 4043.0, 4014.0, 4055.0, 4056.0, 4045.0, 4015.0, 4012.0, 4012.0, 4001.0, 4054.0, 4014.0, 4067.0, 4014.0, 4044.0, 4014.0, 4055.0, 4034.0, 4077.0, 4024.0, 4043.0, 4013.0, 4042.0, 4043.0, 4053.0, 4033.0, 4002.0, 4022.0, 4000.0, 4043.0, 4001.0, 4065.0, 4013.0, 4033.0, 4002.0, 4042.0, 4023.0, 4054.0, 4045.0, 4001.0, 4000.0, 4000.0, 4042.0, 4000.0, 4064.0, 3991.0, 4030.0, 4001.0, 4041.0, 4033.0, 4030.0, 4001.0, 3990.0, 4021.0, 3999.0, 4054.0, 4012.0, 4022.0, 4002.0, 4042.0, 4012.0, 4054.0, 4002.0, 4031.0, 4001.0, 4021.0, 4033.0, 4033.0, 4025.0, 3992.0, 4011.0, 3991.0, 4043.0, 4012.0, 4043.0, 3993.0, 4033.0, 4013.0, 4054.0, 4047.0, 4057.0, 4016.0, 4003.0, 4023.0, 4001.0, 4056.0, 4026.0, 4046.0, 4005.0, 4045.0, 4024.0, 4065.0, 4048.0, 4067.0, 4024.0, 4013.0, 4044.0, 4044.0, 4079.0, 4022.0, 4033.0, 4002.0, 4042.0, 4022.0, 4077.0, 4033.0, 4041.0, 4011.0, 4031.0, 4032.0, 4032.0, 4001.0, 3989.0, 4021.0, 4000.0, 4054.0, 4013.0, 4054.0, 4002.0, 4030.0, 4001.0, 4042.0, 4032.0, 4045.0, 4013.0, 3990.0, 4011.0, 4011.0, 4043.0, 4012.0, 4023.0, 4013.0, 4022.0, 4001.0, 4043.0, 4035.0, 4055.0, 4004.0, 4032.0, 4014.0, 4033.0, 4046.0, 3991.0, 4022.0, 3990.0, 4033.0, 4011.0, 4066.0, 4003.0, 4034.0, 4014.0, 4043.0, 4022.0, 4076.0, 4012.0, 4021.0, 4012.0, 4021.0, 4033.0, 4002.0, 4011.0, 4001.0, 4032.0, 4011.0, 4066.0, 4046.0, 4076.0, 4014.0, 4011.0, 4002.0, 3989.0, 4053.0, 4013.0, 4056.0, 4015.0, 4034.0, 4015.0, 4042.0, 4034.0, 4044.0, 4033.0, 3992.0, 4011.0, 4000.0, 4042.0, 4022.0, 4067.0, 4045.0, 4043.0, 4023.0, 3989.0, 4031.0, 4009.0, 4065.0, 4001.0, 4021.0, 4001.0, 4041.0, 4020.0, 4062.0, 4011.0, 4030.0, 4009.0, 4019.0, 4019.0, 4030.0, 4009.0, 3990.0, 4009.0, 3989.0, 4030.0, 4000.0, 4053.0, 4002.0, 4032.0, 4003.0, 4011.0, 4021.0, 4022.0, 4034.0, 4002.0, 4022.0, 4003.0, 4042.0, 4024.0, 4065.0, 4036.0, 4004.0, 4013.0, 4003.0, 4044.0, 4014.0, 4067.0, 4015.0, 4012.0, 4024.0, 4034.0, 4066.0, 4015.0, 4025.0, 4005.0, 4012.0, 4045.0, 4035.0, 4078.0, 4025.0, 4045.0, 4013.0, 4021.0, 4043.0, 4054.0, 4076.0, 4003.0, 4031.0, 4011.0, 4030.0, 4033.0, 4012.0, 4011.0, 3999.0, 4030.0, 4000.0, 4063.0, 3991.0, 4030.0, 3990.0, 4039.0, 4032.0, 4020.0, 3999.0, 3988.0, 4029.0, 3987.0, 4053.0, 4002.0, 4022.0, 4002.0, 4019.0, 4012.0, 4032.0, 4045.0, 4003.0, 4022.0, 3993.0, 4041.0, 4023.0, 4044.0, 4046.0, 3991.0, 4023.0, 4003.0, 4042.0, 4012.0, 4066.0, 4036.0, 4044.0, 4014.0, 4002.0, 4032.0, 4023.0, 4065.0, 4014.0, 4034.0, 4004.0, 4034.0, 4034.0, 4045.0, 4057.0, 4014.0, 4022.0, 4011.0, 4021.0, 4012.0, 4053.0, 4033.0, 4075.0, 4023.0, 4000.0, 4000.0, 4000.0, 4042.0, 4012.0, 4044.0, 4002.0, 4021.0, 4002.0, 4041.0, 4033.0, 4044.0, 4012.0, 3991.0, 4013.0, 3992.0, 4055.0, 4015.0, 4055.0, 4003.0, 4032.0, 4023.0, 4044.0, 4045.0, 4026.0, 4035.0, 4014.0, 4065.0, 4034.0, 4021.0, 4010.0, 4001.0, 3989.0, 4000.0, 4023.0, 4056.0, 4057.0, 4016.0, 4005.0, 4023.0, 4002.0, 4053.0, 4042.0, 4035.0, 4054.0, 4002.0, 3990.0, 4009.0, 4001.0, 4052.0, 4045.0, 3991.0, 4002.0, 4001.0, 4043.0, 4033.0, 4055.0, 4046.0, 4003.0, 4013.0, 4002.0, 4020.0, 4001.0, 4053.0, 4034.0, 4042.0, 4010.0, 3989.0, 4020.0, 4011.0, 4053.0, 4002.0, 4032.0, 4002.0, 4031.0, 4012.0, 4042.0, 4033.0, 4044.0, 4000.0, 3989.0, 4020.0, 3990.0, 4052.0, 4022.0, 4053.0, 4001.0, 4028.0, 4010.0, 4031.0, 4031.0, 4021.0, 4021.0, 3990.0, 4019.0, 3988.0, 4030.0, 4009.0, 4053.0, 4033.0, 4032.0, 4013.0, 4011.0, 4024.0, 4033.0, 4033.0, 4012.0, 4012.0, 3991.0, 4021.0, 3991.0, 4033.0, 4002.0, 4055.0, 4014.0, 4044.0, 4003.0, 4032.0, 4001.0, 4042.0, 4021.0, 4065.0, 4003.0, 4033.0, 4014.0, 4055.0, 4034.0, 4067.0, 4036.0, 4044.0, 4024.0, 4022.0, 4034.0, 4043.0, 4045.0, 4003.0, 4024.0, 3992.0, 4043.0, 4011.0, 4066.0, 4013.0, 4043.0, 4001.0, 4031.0, 4023.0, 4065.0, 4045.0, 4055.0, 4024.0, 4001.0, 4012.0, 4009.0, 4055.0, 4024.0, 4044.0, 4002.0, 4030.0, 4020.0, 4063.0, 4045.0, 4052.0, 4010.0, 4009.0, 4008.0, 4031.0, 4044.0, 3990.0, 4010.0, 4000.0, 4040.0, 4009.0, 4054.0, 4002.0, 4030.0, 4000.0, 4042.0, 4032.0, 4042.0, 4023.0, 3991.0, 4011.0, 3990.0, 4053.0, 4002.0, 4043.0, 4000.0, 4020.0, 4012.0, 4053.0, 4033.0, 4043.0, 4012.0, 4000.0, 4011.0, 4002.0, 4043.0, 4024.0, 4066.0, 4023.0, 4044.0, 4024.0, 4013.0, 4032.0, 4033.0, 4055.0, 4001.0, 4021.0, 4001.0, 4052.0, 4020.0, 4075.0, 4012.0, 4029.0, 4011.0, 4020.0, 4021.0, 4022.0, 3999.0, 3989.0, 4021.0, 4000.0, 4051.0, 4022.0, 4053.0, 4000.0, 4019.0, 4022.0, 4021.0, 4032.0, 4022.0, 4032.0, 4002.0, 4022.0, 4002.0, 4043.0, 4023.0, 4054.0, 4044.0, 4023.0, 4023.0, 4012.0, 4042.0, 4021.0, 4053.0, 4001.0, 4032.0, 4003.0, 4053.0, 4033.0, 4065.0, 4045.0, 4012.0, 4012.0, 3991.0, 4042.0, 4001.0, 4066.0, 4012.0, 4030.0, 3999.0, 4019.0, 4010.0, 4040.0, 4031.0, 4009.0, 4011.0, 3989.0, 4040.0, 4011.0, 4053.0, 4001.0, 4031.0, 4001.0, 4041.0, 4020.0, 4064.0, 4044.0, 3989.0, 4000.0, 3990.0, 4031.0, 3999.0, 4052.0, 4001.0, 4020.0, 4001.0, 4041.0, 4033.0, 4043.0, 4011.0, 3990.0, 4022.0, 3992.0, 4053.0, 4012.0, 4053.0, 4002.0, 4043.0, 4024.0, 4042.0, 4033.0, 4043.0, 4010.0, 3989.0, 4020.0, 4001.0, 4053.0, 4011.0, 4075.0, 4024.0, 4042.0, 4011.0, 4032.0, 4022.0, 4032.0, 4034.0, 4000.0, 4011.0, 4000.0, 4053.0, 4002.0, 4066.0, 4002.0, 4042.0, 4012.0, 4042.0, 4023.0, 4063.0, 4033.0, 4000.0, 4020.0, 3988.0, 4030.0, 4021.0, 4043.0, 4001.0, 4021.0, 3990.0, 4030.0, 4011.0, 4050.0, 4046.0, 4033.0, 4013.0, 4002.0, 4022.0, 4021.0, 4055.0, 4002.0, 4042.0, 4002.0, 4030.0, 4012.0, 4052.0, 4033.0, 4065.0, 4023.0, 4000.0, 4022.0, 4010.0, 4021.0, 4032.0, 4023.0, 3989.0, 4011.0, 3991.0, 4043.0, 4002.0, 4055.0, 4001.0, 4031.0, 4003.0, 4053.0, 4034.0, 4066.0, 4022.0, 4032.0, 4021.0, 4022.0, 4032.0, 4031.0, 4044.0, 3992.0, 4032.0, 4003.0, 4052.0, 4012.0, 4064.0, 4034.0, 4042.0, 4010.0, 4032.0, 4023.0, 4032.0, 4034.0, 4021.0, 4012.0, 3991.0, 4031.0, 3990.0, 4052.0, 4013.0, 4030.0, 4002.0, 4032.0, 4022.0, 4043.0, 4033.0, 4044.0, 4013.0, 3991.0, 4022.0, 4001.0, 4054.0, 4014.0, 4054.0, 4002.0, 4031.0, 4023.0, 4053.0, 4033.0, 4064.0, 4022.0, 4008.0, 4021.0, 3997.0, 4021.0, 4018.0, 4031.0, 4020.0, 4011.0, 3990.0, 4022.0, 3990.0, 4053.0, 4001.0, 4055.0, 4002.0, 4032.0, 3991.0, 4041.0, 4023.0, 4063.0, 4024.0, 4042.0, 4011.0, 4041.0, 4022.0, 4041.0, 4033.0, 3979.0, 4022.0, 3992.0, 4043.0, 4002.0, 4055.0, 4003.0, 4033.0, 3993.0, 4034.0, 4024.0, 4064.0, 4047.0, 4054.0, 4024.0, 4021.0, 4024.0, 4043.0, 4033.0, 4054.0, 4013.0, 3990.0, 4011.0, 3999.0, 4054.0, 4012.0, 4056.0, 4003.0, 4033.0, 4003.0, 4053.0, 4035.0, 4065.0, 4025.0, 4022.0, 4024.0, 4032.0, 4045.0, 4024.0, 4024.0, 4002.0, 4033.0, 4023.0, 4054.0, 4046.0, 4045.0, 4023.0, 3992.0, 4044.0, 4003.0, 4078.0, 4014.0, 4044.0, 4003.0, 4053.0, 4034.0, 4065.0, 4033.0, 4012.0, 4021.0, 4000.0, 4052.0, 4011.0, 4077.0, 4012.0, 4042.0, 4011.0, 4032.0, 4033.0, 4033.0, 4024.0, 4002.0, 4022.0, 4013.0, 4051.0, 4011.0, 4066.0, 4024.0, 4041.0, 4022.0, 4032.0, 4033.0, 4011.0, 4023.0, 4003.0, 4032.0, 4014.0, 4054.0, 4034.0, 4054.0, 4026.0, 4002.0, 4023.0, 4002.0, 4055.0, 4013.0, 4064.0, 4036.0, 4066.0, 4023.0, 4023.0, 4034.0, 4032.0, 4033.0, 4002.0, 4045.0, 4013.0, 4031.0, 4023.0, 4042.0, 4034.0, 4035.0, 4023.0, 4001.0, 4032.0, 4014.0, 4053.0, 4023.0, 4064.0, 4023.0, 4032.0, 4012.0, 4001.0, 4021.0, 4001.0, 4041.0, 4022.0, 4054.0, 4022.0, 4012.0, 4022.0, 4001.0, 4020.0, 4010.0, 4042.0, 4020.0, 4042.0, 4024.0, 4002.0, 4011.0, 4004.0, 4054.0, 4024.0, 4054.0, 4035.0, 3993.0, 4013.0, 4001.0, 4044.0, 4001.0, 4055.0, 4025.0, 4055.0, 4014.0, 4022.0, 4012.0, 4012.0, 4045.0, 4014.0, 4046.0, 4003.0, 4045.0, 4016.0, 4017.0, 4024.0, 4006.0, 4035.0, 4058.0, 4038.0, 4070.0, 4018.0, 4006.0, 4036.0, 4005.0, 4068.0, 4047.0, 4079.0, 4015.0, 4043.0, 4013.0, 4023.0, 4044.0, 4024.0, 4044.0, 4004.0, 4033.0, 4003.0, 4054.0, 4035.0, 4057.0, 4035.0, 3993.0, 4023.0, 4002.0, 4055.0, 4024.0, 4077.0, 4014.0, 4033.0, 4023.0, 4011.0, 4021.0, 4021.0, 4055.0, 4013.0, 4031.0, 4001.0, 4019.0, 4010.0, 4041.0, 4033.0, 4012.0, 4012.0, 4002.0, 4023.0, 4013.0, 4054.0, 4025.0, 4034.0, 4003.0, 4012.0, 4025.0, 4024.0, 4058.0, 4014.0, 4034.0, 4002.0, 4032.0, 4022.0, 4053.0, 4036.0, 4055.0, 4013.0, 4001.0], 'WindowWidth': [9068.0, 8985.0, 9031.0, 8971.0, 9036.0, 8994.0, 9073.0, 9008.0, 9014.0, 8974.0, 8969.0, 8970.0, 8983.0, 9020.0, 8962.0, 8987.0, 8975.0, 9016.0, 8979.0, 9046.0, 9026.0, 9036.0, 8983.0, 8987.0, 8980.0, 9005.0, 9020.0, 9022.0, 8994.0, 8962.0, 8989.0, 8962.0, 9018.0, 8965.0, 9055.0, 8985.0, 9021.0, 8983.0, 9021.0, 8999.0, 9039.0, 9043.0, 8968.0, 9010.0, 8976.0, 9020.0, 8963.0, 9058.0, 9010.0, 9018.0, 8965.0, 9019.0, 8995.0, 9035.0, 9024.0, 9033.0, 8990.0, 8957.0, 8984.0, 8961.0, 9030.0, 8976.0, 9027.0, 8960.0, 9013.0, 8978.0, 9031.0, 9019.0, 9030.0, 8999.0, 8952.0, 8967.0, 8953.0, 9013.0, 8956.0, 9051.0, 8962.0, 8985.0, 8957.0, 9009.0, 8974.0, 9029.0, 9019.0, 8998.0, 8975.0, 8969.0, 9000.0, 8985.0, 9019.0, 8959.0, 8987.0, 8943.0, 8995.0, 8955.0, 9029.0, 8989.0, 9054.0, 8976.0, 9016.0, 8978.0, 9014.0, 9017.0, 9018.0, 8987.0, 8942.0, 8970.0, 8958.0, 9016.0, 8955.0, 9036.0, 8961.0, 8986.0, 8959.0, 9025.0, 8988.0, 9031.0, 9008.0, 8987.0, 8961.0, 8960.0, 9019.0, 8975.0, 9051.0, 8961.0, 8997.0, 8975.0, 9030.0, 9004.0, 9053.0, 9017.0, 8956.0, 8969.0, 8955.0, 9012.0, 8958.0, 9053.0, 8958.0, 9009.0, 8971.0, 9026.0, 9016.0, 9034.0, 8974.0, 8939.0, 8971.0, 8955.0, 9016.0, 8970.0, 9002.0, 8956.0, 8995.0, 8958.0, 9027.0, 8972.0, 9049.0, 8958.0, 9009.0, 8975.0, 9032.0, 9035.0, 9020.0, 8977.0, 8970.0, 8969.0, 8954.0, 9030.0, 8973.0, 9051.0, 8974.0, 9012.0, 8975.0, 9031.0, 9003.0, 9069.0, 8989.0, 9010.0, 8971.0, 9009.0, 9013.0, 9029.0, 9000.0, 8955.0, 8982.0, 8951.0, 9010.0, 8953.0, 9050.0, 8973.0, 8998.0, 8956.0, 9008.0, 8984.0, 9029.0, 9017.0, 8953.0, 8950.0, 8949.0, 9006.0, 8949.0, 9042.0, 8939.0, 8986.0, 8950.0, 9004.0, 8997.0, 8991.0, 8952.0, 8935.0, 8979.0, 8947.0, 9028.0, 8967.0, 8980.0, 8954.0, 9008.0, 8968.0, 9030.0, 8956.0, 8991.0, 8952.0, 8978.0, 8997.0, 8998.0, 8989.0, 8940.0, 8965.0, 8940.0, 9012.0, 8970.0, 9013.0, 8945.0, 8996.0, 8972.0, 9028.0, 9026.0, 9038.0, 8980.0, 8959.0, 8985.0, 8954.0, 9034.0, 8995.0, 9021.0, 8964.0, 9014.0, 8990.0, 9047.0, 9026.0, 9050.0, 8987.0, 8970.0, 9015.0, 9014.0, 9074.0, 8983.0, 8995.0, 8953.0, 9008.0, 8981.0, 9069.0, 8997.0, 9006.0, 8965.0, 8992.0, 8997.0, 8996.0, 8952.0, 8933.0, 8978.0, 8950.0, 9029.0, 8973.0, 9028.0, 8954.0, 8988.0, 8953.0, 9008.0, 8996.0, 9018.0, 8969.0, 8935.0, 8966.0, 8965.0, 9012.0, 8967.0, 8985.0, 8969.0, 8979.0, 8954.0, 9010.0, 9002.0, 9032.0, 8961.0, 8995.0, 8975.0, 8998.0, 9020.0, 8941.0, 8982.0, 8936.0, 8997.0, 8966.0, 9049.0, 8958.0, 8998.0, 8973.0, 9012.0, 8985.0, 9065.0, 8969.0, 8978.0, 8967.0, 8978.0, 8999.0, 8956.0, 8965.0, 8953.0, 8993.0, 8966.0, 9052.0, 9021.0, 9065.0, 8975.0, 8967.0, 8955.0, 8935.0, 9025.0, 8971.0, 9036.0, 8976.0, 9000.0, 8976.0, 9007.0, 9000.0, 9015.0, 8999.0, 8942.0, 8966.0, 8950.0, 9009.0, 8982.0, 9054.0, 9018.0, 9012.0, 8983.0, 8932.0, 8992.0, 8960.0, 9046.0, 8951.0, 8976.0, 8952.0, 9004.0, 8975.0, 9039.0, 8962.0, 8986.0, 8957.0, 8970.0, 8973.0, 8988.0, 8960.0, 8935.0, 8958.0, 8933.0, 8989.0, 8948.0, 9025.0, 8956.0, 8994.0, 8958.0, 8965.0, 8980.0, 8981.0, 9002.0, 8956.0, 8982.0, 8960.0, 9008.0, 8987.0, 9046.0, 9006.0, 8960.0, 8971.0, 8957.0, 9014.0, 8974.0, 9051.0, 8977.0, 8970.0, 8988.0, 8999.0, 9049.0, 8978.0, 8990.0, 8964.0, 8971.0, 9019.0, 9004.0, 9072.0, 8992.0, 9018.0, 8972.0, 8978.0, 9016.0, 9029.0, 9066.0, 8957.0, 8993.0, 8965.0, 8990.0, 9000.0, 8967.0, 8965.0, 8947.0, 8988.0, 8948.0, 9041.0, 8939.0, 8988.0, 8936.0, 9000.0, 8993.0, 8976.0, 8947.0, 8932.0, 8987.0, 8929.0, 9025.0, 8955.0, 8981.0, 8955.0, 8974.0, 8968.0, 8995.0, 9017.0, 8958.0, 8982.0, 8945.0, 9005.0, 8985.0, 9014.0, 9021.0, 8942.0, 8985.0, 8957.0, 9009.0, 8969.0, 9049.0, 9006.0, 9013.0, 8972.0, 8956.0, 8997.0, 8984.0, 9048.0, 8976.0, 9000.0, 8959.0, 8999.0, 9001.0, 9018.0, 9040.0, 8973.0, 8981.0, 8965.0, 8977.0, 8967.0, 9028.0, 9000.0, 9064.0, 8982.0, 8948.0, 8948.0, 8949.0, 9010.0, 8968.0, 9014.0, 8955.0, 8978.0, 8954.0, 9006.0, 9000.0, 9015.0, 8970.0, 8941.0, 8971.0, 8941.0, 9032.0, 8977.0, 9029.0, 8959.0, 8995.0, 8983.0, 9014.0, 9017.0, 8999.0, 9008.0, 8976.0, 9048.0, 9000.0, 8977.0, 8963.0, 8952.0, 8933.0, 8950.0, 8984.0, 9036.0, 9036.0, 8983.0, 8966.0, 8984.0, 8957.0, 9026.0, 9013.0, 9004.0, 9027.0, 8953.0, 8934.0, 8960.0, 8951.0, 9024.0, 9021.0, 8940.0, 8954.0, 8954.0, 9009.0, 8998.0, 9033.0, 9020.0, 8958.0, 8970.0, 8954.0, 8976.0, 8951.0, 9029.0, 9000.0, 9005.0, 8961.0, 8932.0, 8976.0, 8964.0, 9028.0, 8955.0, 8993.0, 8953.0, 8990.0, 8968.0, 9009.0, 8999.0, 9015.0, 8951.0, 8934.0, 8973.0, 8936.0, 9022.0, 8982.0, 9026.0, 8949.0, 8981.0, 8962.0, 8989.0, 8993.0, 8979.0, 8977.0, 8934.0, 8969.0, 8930.0, 8988.0, 8962.0, 9024.0, 8998.0, 8994.0, 8969.0, 8966.0, 8986.0, 8996.0, 8998.0, 8968.0, 8968.0, 8939.0, 8977.0, 8937.0, 8995.0, 8954.0, 9031.0, 8975.0, 9014.0, 8959.0, 8992.0, 8956.0, 9008.0, 8982.0, 9045.0, 8960.0, 8997.0, 8975.0, 9030.0, 9002.0, 9055.0, 9006.0, 9014.0, 8986.0, 8981.0, 9000.0, 9013.0, 9018.0, 8959.0, 8986.0, 8940.0, 9010.0, 8965.0, 9051.0, 8972.0, 9009.0, 8953.0, 8991.0, 8984.0, 9045.0, 9020.0, 9031.0, 8986.0, 8952.0, 8966.0, 8960.0, 9032.0, 8987.0, 9012.0, 8953.0, 8989.0, 8977.0, 9045.0, 9018.0, 9021.0, 8962.0, 8957.0, 8958.0, 8991.0, 9014.0, 8935.0, 8962.0, 8950.0, 9003.0, 8961.0, 9029.0, 8954.0, 8988.0, 8950.0, 9006.0, 8994.0, 9009.0, 8984.0, 8938.0, 8963.0, 8937.0, 9025.0, 8955.0, 9009.0, 8950.0, 8975.0, 8967.0, 9025.0, 8997.0, 9011.0, 8967.0, 8951.0, 8965.0, 8956.0, 9011.0, 8987.0, 9049.0, 8986.0, 9015.0, 8986.0, 8971.0, 8997.0, 8998.0, 9035.0, 8952.0, 8976.0, 8952.0, 9021.0, 8977.0, 9062.0, 8967.0, 8986.0, 8966.0, 8975.0, 8979.0, 8980.0, 8947.0, 8934.0, 8976.0, 8951.0, 9019.0, 8981.0, 9027.0, 8950.0, 8971.0, 8981.0, 8977.0, 8994.0, 8983.0, 8997.0, 8954.0, 8979.0, 8956.0, 9011.0, 8985.0, 9030.0, 9016.0, 8983.0, 8984.0, 8966.0, 9010.0, 8981.0, 9029.0, 8955.0, 8995.0, 8958.0, 9024.0, 8998.0, 9047.0, 9020.0, 8969.0, 8968.0, 8939.0, 9009.0, 8950.0, 9050.0, 8968.0, 8989.0, 8946.0, 8972.0, 8963.0, 9004.0, 8994.0, 8960.0, 8963.0, 8934.0, 9004.0, 8965.0, 9029.0, 8953.0, 8989.0, 8951.0, 9004.0, 8977.0, 9044.0, 9013.0, 8933.0, 8947.0, 8936.0, 8992.0, 8946.0, 9026.0, 8952.0, 8972.0, 8952.0, 9005.0, 8998.0, 9010.0, 8968.0, 8939.0, 8979.0, 8943.0, 9025.0, 8970.0, 9027.0, 8954.0, 9008.0, 8987.0, 9010.0, 9000.0, 9013.0, 8964.0, 8934.0, 8973.0, 8952.0, 9022.0, 8965.0, 9062.0, 8988.0, 9008.0, 8965.0, 8995.0, 8983.0, 8996.0, 9003.0, 8950.0, 8965.0, 8952.0, 9024.0, 8955.0, 9048.0, 8957.0, 9008.0, 8968.0, 9008.0, 8983.0, 9043.0, 8999.0, 8949.0, 8974.0, 8931.0, 8991.0, 8977.0, 9013.0, 8951.0, 8976.0, 8936.0, 8987.0, 8966.0, 9018.0, 9019.0, 8997.0, 8970.0, 8953.0, 8984.0, 8979.0, 9031.0, 8956.0, 9008.0, 8955.0, 8988.0, 8969.0, 9022.0, 8997.0, 9047.0, 8983.0, 8949.0, 8979.0, 8963.0, 8980.0, 8993.0, 8985.0, 8934.0, 8964.0, 8941.0, 9011.0, 8954.0, 9033.0, 8954.0, 8991.0, 8960.0, 9025.0, 9000.0, 9049.0, 8984.0, 8996.0, 8980.0, 8981.0, 8995.0, 8994.0, 9016.0, 8941.0, 8993.0, 8958.0, 9024.0, 8970.0, 9044.0, 9001.0, 9009.0, 8965.0, 8993.0, 8984.0, 8996.0, 9001.0, 8980.0, 8967.0, 8938.0, 8992.0, 8936.0, 9024.0, 8972.0, 8991.0, 8955.0, 8994.0, 8982.0, 9011.0, 8999.0, 9015.0, 8970.0, 8938.0, 8981.0, 8952.0, 9027.0, 8974.0, 9026.0, 8954.0, 8991.0, 8984.0, 9025.0, 8998.0, 9043.0, 8981.0, 8957.0, 8975.0, 8940.0, 8976.0, 8971.0, 8991.0, 8977.0, 8965.0, 8936.0, 8979.0, 8937.0, 9023.0, 8953.0, 9032.0, 8955.0, 8992.0, 8939.0, 9006.0, 8983.0, 9041.0, 8988.0, 9007.0, 8966.0, 9005.0, 8982.0, 9005.0, 8998.0, 8922.0, 8981.0, 8941.0, 9012.0, 8955.0, 9033.0, 8960.0, 8998.0, 8945.0, 8999.0, 8989.0, 9042.0, 9024.0, 9031.0, 8987.0, 8978.0, 8988.0, 9010.0, 8998.0, 9027.0, 8969.0, 8936.0, 8966.0, 8948.0, 9027.0, 8971.0, 9034.0, 8959.0, 8995.0, 8960.0, 9026.0, 9003.0, 9047.0, 8989.0, 8980.0, 8986.0, 8995.0, 9020.0, 8987.0, 8986.0, 8954.0, 8995.0, 8985.0, 9031.0, 9020.0, 9016.0, 8984.0, 8942.0, 9015.0, 8958.0, 9069.0, 8976.0, 9014.0, 8958.0, 9024.0, 9000.0, 9044.0, 8998.0, 8968.0, 8977.0, 8950.0, 9023.0, 8967.0, 9067.0, 8970.0, 9006.0, 8966.0, 8994.0, 8999.0, 8997.0, 8986.0, 8956.0, 8980.0, 8971.0, 9020.0, 8965.0, 9048.0, 8985.0, 9005.0, 8979.0, 8994.0, 8996.0, 8967.0, 8984.0, 8957.0, 8994.0, 8976.0, 9028.0, 9001.0, 9028.0, 8996.0, 8956.0, 8984.0, 8957.0, 9030.0, 8973.0, 9045.0, 9008.0, 9048.0, 8985.0, 8985.0, 9000.0, 8995.0, 8999.0, 8955.0, 9018.0, 8971.0, 8991.0, 8985.0, 9010.0, 9000.0, 9003.0, 8983.0, 8952.0, 8993.0, 8973.0, 9025.0, 8984.0, 9043.0, 8984.0, 8994.0, 8969.0, 8951.0, 8978.0, 8951.0, 9005.0, 8981.0, 9027.0, 8982.0, 8968.0, 8980.0, 8951.0, 8974.0, 8963.0, 9006.0, 8975.0, 9007.0, 8987.0, 8955.0, 8965.0, 8962.0, 9025.0, 8986.0, 9028.0, 9004.0, 8943.0, 8968.0, 8952.0, 9011.0, 8953.0, 9029.0, 8988.0, 9030.0, 8974.0, 8979.0, 8967.0, 8966.0, 9015.0, 8972.0, 9016.0, 8955.0, 9015.0, 8981.0, 8985.0, 8987.0, 8966.0, 9005.0, 9038.0, 9013.0, 9058.0, 8984.0, 8964.0, 9005.0, 8962.0, 9055.0, 9025.0, 9073.0, 8976.0, 9008.0, 8969.0, 8981.0, 9013.0, 8986.0, 9014.0, 8958.0, 8994.0, 8955.0, 9026.0, 9003.0, 9036.0, 9002.0, 8943.0, 8982.0, 8953.0, 9028.0, 8985.0, 9066.0, 8972.0, 8994.0, 8979.0, 8961.0, 8976.0, 8978.0, 9032.0, 8967.0, 8989.0, 8949.0, 8970.0, 8959.0, 9002.0, 8996.0, 8964.0, 8964.0, 8950.0, 8982.0, 8972.0, 9024.0, 8989.0, 8996.0, 8956.0, 8966.0, 8988.0, 8986.0, 9038.0, 8973.0, 8996.0, 8952.0, 8990.0, 8979.0, 9026.0, 9006.0, 9027.0, 8966.0, 8948.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.0010670303030303034</td></tr>
<tr><td colspan=3>aqi</td><td>0.027807081904761905</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.524780200736586</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2526699891594457</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0180783466117853</td></tr>
<tr><td colspan=3>efc</td><td>0.479</td></tr>
<tr><td colspan=3>fber</td><td>5897.856</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11948145452719151</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>156</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.506493506493506</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4614080921181203</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3590653983009524</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6473848459723355</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.377774032081074</td></tr>
<tr><td colspan=3>gcor</td><td>0.00317439</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.025464432314038277</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03247542306780815</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1155</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.947422161203439</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>29.8277</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.8042</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>162.0883</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298067.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>12.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>313.0788</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.708</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>467.8233</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3219.4894</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3417.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78477.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1079.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4177.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>865.6227</td></tr>
<tr><td colspan=3>tsnr</td><td>38.03105487092398</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>