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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0044/ses-02/func/sub-0044_ses-02_task-alignvideo_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>5106cff23cb613c7cb407723eb949a32</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:33:28.247500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999891, 0.00041791, -0.0147312, 0.000523557, 0.997959, 0.063848]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0960937</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4121, -7735, -7266, 433, -109, -39, 9, 120]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>230.116</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c6ff10e9-438a-4980-bf0c-2018c8a4ea9a||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682635545730591, 0.0014046651776880026, -0.03976510092616081, 113.01078033447266], [-0.0011212207609787583, 2.677452325820923, 0.17239168286323547, -100.03107452392578], [-0.03952270746231079, -0.1712995022535324, 2.694197416305542, -66.20437622070312], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1158]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'AcquisitionTime': ['143328.247500', '143328.707500', '143329.167500', '143329.627500', '143330.087500', '143330.547500', '143331.007500', '143331.467500', '143331.927500', '143332.387500', '143332.847500', '143333.307500', '143333.767500', '143334.227500', '143334.687500', '143335.147500', '143335.607500', '143336.067500', '143336.527500', '143336.987500', '143337.447500', '143337.907500', '143338.367500', '143338.827500', '143339.287500', '143339.747500', '143340.207500', '143340.667500', '143341.127500', '143341.587500', '143342.047500', '143342.507500', '143342.967500', '143343.427500', '143343.887500', '143344.347500', '143344.807500', '143345.267500', '143345.727500', '143346.187500', '143346.647500', '143347.107500', '143347.567500', '143348.027500', '143348.487500', '143348.947500', '143349.407500', '143349.867500', '143350.327500', '143350.787500', '143351.247500', '143351.707500', '143352.167500', '143352.627500', '143353.087500', '143353.547500', '143354.007500', '143354.467500', '143354.927500', '143355.387500', '143355.847500', '143356.307500', '143356.767500', '143357.227500', '143357.687500', '143358.147500', '143358.607500', '143359.067500', '143359.527500', '143359.987500', '143400.447500', '143400.907500', '143401.367500', '143401.827500', '143402.287500', '143402.747500', '143403.207500', '143403.667500', '143404.127500', '143404.587500', '143405.047500', '143405.507500', '143405.967500', '143406.427500', '143406.887500', '143407.347500', '143407.807500', '143408.267500', '143408.727500', '143409.187500', '143409.647500', '143410.107500', '143410.567500', '143411.027500', '143411.487500', '143411.947500', '143412.407500', '143412.867500', '143413.327500', '143413.787500', '143414.247500', '143414.707500', '143415.167500', '143415.627500', '143416.087500', '143416.547500', '143417.007500', '143417.467500', '143417.927500', '143418.387500', '143418.847500', '143419.307500', '143419.767500', '143420.227500', '143420.687500', '143421.147500', '143421.607500', '143422.067500', '143422.527500', '143422.987500', '143423.447500', '143423.907500', '143424.367500', '143424.827500', '143425.287500', '143425.747500', '143426.207500', '143426.667500', '143427.127500', '143427.587500', '143428.047500', '143428.507500', '143428.967500', '143429.427500', '143429.887500', '143430.347500', '143430.807500', '143431.267500', '143431.727500', '143432.187500', '143432.647500', '143433.107500', '143433.567500', '143434.027500', '143434.487500', '143434.947500', '143435.407500', '143435.867500', '143436.327500', '143436.787500', '143437.247500', '143437.707500', '143438.167500', '143438.627500', '143439.087500', '143439.547500', '143440.007500', '143440.467500', '143440.927500', '143441.387500', '143441.847500', '143442.307500', '143442.767500', '143443.227500', '143443.687500', '143444.147500', '143444.607500', '143445.067500', '143445.527500', '143445.987500', '143446.447500', '143446.907500', '143447.367500', '143447.827500', '143448.287500', '143448.747500', '143449.207500', '143449.667500', '143450.127500', '143450.587500', '143451.047500', '143451.507500', '143451.967500', '143452.427500', '143452.887500', '143453.347500', '143453.807500', '143454.267500', '143454.727500', '143455.187500', '143455.647500', '143456.107500', '143456.567500', '143457.027500', '143457.487500', '143457.947500', '143458.407500', '143458.867500', '143459.327500', '143459.787500', '143500.247500', '143500.707500', '143501.167500', '143501.627500', '143502.087500', '143502.547500', '143503.007500', '143503.467500', '143503.927500', '143504.387500', '143504.847500', '143505.307500', '143505.767500', '143506.227500', '143506.687500', '143507.147500', '143507.607500', '143508.067500', '143508.527500', '143508.987500', '143509.447500', '143509.907500', '143510.367500', '143510.827500', '143511.287500', '143511.747500', '143512.207500', '143512.667500', '143513.127500', '143513.587500', '143514.047500', '143514.507500', '143514.967500', '143515.427500', '143515.887500', '143516.347500', '143516.807500', '143517.267500', '143517.727500', '143518.187500', '143518.647500', '143519.107500', '143519.567500', '143520.027500', '143520.487500', '143520.947500', '143521.407500', '143521.867500', '143522.327500', '143522.787500', '143523.247500', '143523.707500', '143524.167500', '143524.627500', '143525.087500', '143525.547500', '143526.007500', '143526.467500', '143526.927500', '143527.387500', '143527.847500', '143528.307500', '143528.767500', '143529.227500', '143529.687500', '143530.147500', '143530.607500', '143531.067500', '143531.527500', '143531.987500', '143532.447500', '143532.907500', '143533.367500', '143533.827500', '143534.287500', '143534.747500', '143535.207500', '143535.667500', '143536.127500', '143536.587500', '143537.047500', '143537.507500', '143537.967500', '143538.427500', '143538.887500', '143539.347500', '143539.807500', '143540.267500', '143540.727500', '143541.187500', '143541.647500', '143542.107500', '143542.567500', '143543.027500', '143543.487500', '143543.947500', '143544.407500', '143544.867500', '143545.327500', '143545.787500', '143546.247500', '143546.707500', '143547.167500', '143547.627500', '143548.087500', '143548.547500', '143549.007500', '143549.467500', '143549.927500', '143550.387500', '143550.847500', '143551.307500', '143551.767500', '143552.227500', '143552.687500', '143553.147500', '143553.607500', '143554.067500', '143554.527500', '143554.987500', '143555.447500', '143555.907500', '143556.367500', '143556.827500', '143557.287500', '143557.747500', '143558.207500', '143558.667500', '143559.127500', '143559.587500', '143600.047500', '143600.507500', '143600.967500', '143601.427500', '143601.887500', '143602.347500', '143602.807500', '143603.267500', '143603.727500', '143604.187500', '143604.647500', '143605.107500', '143605.567500', '143606.027500', '143606.487500', '143606.947500', '143607.407500', '143607.867500', '143608.327500', '143608.787500', '143609.247500', '143609.707500', '143610.167500', '143610.627500', '143611.087500', '143611.547500', '143612.007500', '143612.467500', '143612.927500', '143613.387500', '143613.847500', '143614.307500', '143614.767500', '143615.227500', '143615.687500', '143616.147500', '143616.607500', '143617.067500', '143617.527500', '143617.987500', '143618.447500', '143618.907500', '143619.367500', '143619.827500', '143620.287500', '143620.747500', '143621.207500', '143621.667500', '143622.127500', '143622.587500', '143623.047500', '143623.507500', '143623.967500', '143624.427500', '143624.887500', '143625.347500', '143625.807500', '143626.267500', '143626.727500', '143627.187500', '143627.647500', '143628.107500', '143628.567500', '143629.027500', '143629.487500', '143629.947500', '143630.407500', '143630.867500', '143631.327500', '143631.787500', '143632.247500', '143632.707500', '143633.167500', '143633.627500', '143634.087500', '143634.547500', '143635.007500', '143635.467500', '143635.927500', '143636.387500', '143636.847500', '143637.307500', '143637.767500', '143638.227500', '143638.687500', '143639.147500', '143639.607500', '143640.067500', '143640.527500', '143640.987500', '143641.447500', '143641.907500', '143642.367500', '143642.827500', '143643.287500', '143643.747500', '143644.207500', '143644.667500', '143645.127500', '143645.587500', '143646.047500', '143646.507500', '143646.967500', '143647.427500', '143647.887500', '143648.347500', '143648.807500', '143649.267500', '143649.727500', '143650.187500', '143650.647500', '143651.107500', '143651.567500', '143652.027500', '143652.487500', '143652.947500', '143653.407500', '143653.867500', '143654.327500', '143654.787500', '143655.247500', '143655.707500', '143656.167500', '143656.627500', '143657.087500', '143657.547500', '143658.007500', '143658.467500', '143658.927500', '143659.387500', '143659.847500', '143700.307500', '143700.767500', '143701.227500', '143701.687500', '143702.147500', '143702.607500', '143703.067500', '143703.527500', '143703.987500', '143704.447500', '143704.907500', '143705.367500', '143705.827500', '143706.287500', '143706.747500', '143707.207500', '143707.667500', '143708.127500', '143708.587500', '143709.047500', '143709.507500', '143709.967500', '143710.427500', '143710.887500', '143711.347500', '143711.807500', '143712.267500', '143712.727500', '143713.187500', '143713.647500', '143714.107500', '143714.567500', '143715.027500', '143715.487500', '143715.947500', '143716.407500', '143716.867500', '143717.327500', '143717.787500', '143718.247500', '143718.707500', '143719.167500', '143719.627500', '143720.087500', '143720.547500', '143721.007500', '143721.467500', '143721.927500', '143722.387500', '143722.847500', '143723.307500', '143723.767500', '143724.227500', '143724.687500', '143725.147500', '143725.607500', '143726.067500', '143726.527500', '143726.987500', '143727.447500', '143727.907500', '143728.367500', '143728.827500', '143729.287500', '143729.747500', '143730.207500', '143730.667500', '143731.127500', '143731.587500', '143732.047500', '143732.507500', '143732.967500', '143733.427500', '143733.887500', '143734.347500', '143734.807500', '143735.267500', '143735.727500', '143736.187500', '143736.647500', '143737.107500', '143737.567500', '143738.027500', '143738.487500', '143738.947500', '143739.407500', '143739.867500', '143740.327500', '143740.787500', '143741.247500', '143741.707500', '143742.167500', '143742.627500', '143743.087500', '143743.547500', '143744.007500', '143744.467500', '143744.927500', '143745.387500', '143745.847500', '143746.307500', '143746.767500', '143747.227500', '143747.687500', '143748.147500', '143748.607500', '143749.067500', '143749.527500', '143749.987500', '143750.447500', '143750.907500', '143751.367500', '143751.827500', '143752.287500', '143752.747500', '143753.207500', '143753.667500', '143754.127500', '143754.587500', '143755.047500', '143755.507500', '143755.967500', '143756.427500', '143756.887500', '143757.347500', '143757.807500', '143758.267500', '143758.727500', '143759.187500', '143759.647500', '143800.107500', '143800.567500', '143801.027500', '143801.487500', '143801.947500', '143802.407500', '143802.867500', '143803.327500', '143803.787500', '143804.247500', '143804.707500', '143805.167500', '143805.627500', '143806.087500', '143806.547500', '143807.007500', '143807.467500', '143807.927500', '143808.387500', '143808.847500', '143809.307500', '143809.767500', '143810.227500', '143810.687500', '143811.147500', '143811.607500', '143812.067500', '143812.527500', '143812.987500', '143813.447500', '143813.907500', '143814.367500', '143814.827500', '143815.287500', '143815.747500', '143816.207500', '143816.667500', '143817.127500', '143817.587500', '143818.047500', '143818.507500', '143818.967500', '143819.427500', '143819.887500', '143820.347500', '143820.807500', '143821.267500', '143821.727500', '143822.187500', '143822.647500', '143823.107500', '143823.567500', '143824.027500', '143824.487500', '143824.947500', '143825.407500', '143825.867500', '143826.327500', '143826.787500', '143827.247500', '143827.707500', '143828.167500', '143828.627500', '143829.087500', '143829.547500', '143830.007500', '143830.467500', '143830.927500', '143831.387500', '143831.847500', '143832.307500', '143832.767500', '143833.227500', '143833.687500', '143834.147500', '143834.607500', '143835.067500', '143835.527500', '143835.987500', '143836.447500', '143836.907500', '143837.367500', '143837.827500', '143838.287500', '143838.747500', '143839.207500', '143839.667500', '143840.127500', '143840.587500', '143841.047500', '143841.507500', '143841.967500', '143842.427500', '143842.887500', '143843.347500', '143843.807500', '143844.267500', '143844.727500', '143845.187500', '143845.647500', '143846.107500', '143846.567500', '143847.027500', '143847.487500', '143847.947500', '143848.407500', '143848.867500', '143849.327500', '143849.787500', '143850.247500', '143850.707500', '143851.167500', '143851.627500', '143852.087500', '143852.547500', '143853.007500', '143853.467500', '143853.927500', '143854.387500', '143854.847500', '143855.307500', '143855.767500', '143856.227500', '143856.687500', '143857.147500', '143857.607500', '143858.067500', '143858.527500', '143858.987500', '143859.447500', '143859.907500', '143900.367500', '143900.827500', '143901.287500', '143901.747500', '143902.207500', '143902.667500', '143903.127500', '143903.587500', '143904.047500', '143904.507500', '143904.967500', '143905.427500', '143905.887500', '143906.347500', '143906.807500', '143907.267500', '143907.727500', '143908.187500', '143908.647500', '143909.107500', '143909.567500', '143910.027500', '143910.487500', '143910.947500', '143911.407500', '143911.867500', '143912.327500', '143912.787500', '143913.247500', '143913.707500', '143914.167500', '143914.627500', '143915.087500', '143915.547500', '143916.007500', '143916.467500', '143916.927500', '143917.387500', '143917.847500', '143918.307500', '143918.767500', '143919.227500', '143919.687500', '143920.147500', '143920.607500', '143921.067500', '143921.527500', '143921.987500', '143922.447500', '143922.907500', '143923.367500', '143923.827500', '143924.287500', '143924.747500', '143925.207500', '143925.667500', '143926.127500', '143926.587500', '143927.047500', '143927.507500', '143927.967500', '143928.427500', '143928.887500', '143929.347500', '143929.807500', '143930.267500', '143930.727500', '143931.187500', '143931.647500', '143932.107500', '143932.567500', '143933.027500', '143933.487500', '143933.947500', '143934.407500', '143934.867500', '143935.327500', '143935.787500', '143936.247500', '143936.707500', '143937.167500', '143937.627500', '143938.087500', '143938.547500', '143939.007500', '143939.467500', '143939.927500', '143940.387500', '143940.847500', '143941.307500', '143941.767500', '143942.227500', '143942.687500', '143943.147500', '143943.607500', '143944.067500', '143944.527500', '143944.987500', '143945.447500', '143945.907500', '143946.367500', '143946.827500', '143947.287500', '143947.747500', '143948.207500', '143948.667500', '143949.127500', '143949.587500', '143950.047500', '143950.507500', '143950.967500', '143951.427500', '143951.887500', '143952.347500', '143952.807500', '143953.267500', '143953.727500', '143954.187500', '143954.647500', '143955.107500', '143955.567500', '143956.027500', '143956.487500', '143956.947500', '143957.407500', '143957.867500', '143958.327500', '143958.787500', '143959.247500', '143959.707500', '144000.167500', '144000.627500', '144001.087500', '144001.547500', '144002.007500', '144002.467500', '144002.927500', '144003.387500', '144003.847500', '144004.307500', '144004.767500', '144005.227500', '144005.687500', '144006.147500', '144006.607500', '144007.067500', '144007.527500', '144007.987500', '144008.447500', '144008.907500', '144009.367500', '144009.827500', '144010.287500', '144010.747500', '144011.207500', '144011.667500', '144012.127500', '144012.587500', '144013.047500', '144013.507500', '144013.967500', '144014.427500', '144014.887500', '144015.347500', '144015.807500', '144016.267500', '144016.727500', '144017.187500', '144017.647500', '144018.107500', '144018.567500', '144019.027500', '144019.487500', '144019.947500', '144020.407500', '144020.867500', '144021.327500', '144021.787500', '144022.247500', '144022.707500', '144023.167500', '144023.627500', '144024.087500', '144024.547500', '144025.007500', '144025.467500', '144025.927500', '144026.387500', '144026.847500', '144027.307500', '144027.767500', '144028.227500', '144028.687500', '144029.147500', '144029.607500', '144030.067500', '144030.527500', '144030.987500', '144031.447500', '144031.907500', '144032.367500', '144032.827500', '144033.287500', '144033.747500', '144034.207500', '144034.667500', '144035.127500', '144035.587500', '144036.047500', '144036.507500', '144036.967500', '144037.427500', '144037.887500', '144038.347500', '144038.807500', '144039.267500', '144039.727500', '144040.187500', '144040.647500', '144041.107500', '144041.567500', '144042.027500', '144042.487500', '144042.947500', '144043.407500', '144043.867500', '144044.327500', '144044.787500', '144045.247500', '144045.707500', '144046.167500', '144046.627500', '144047.087500', '144047.547500', '144048.007500', '144048.467500', '144048.927500', '144049.387500', '144049.847500', '144050.307500', '144050.767500', '144051.227500', '144051.687500', '144052.147500', '144052.607500', '144053.067500', '144053.527500', '144053.987500', '144054.447500', '144054.907500', '144055.367500', '144055.827500', '144056.287500', '144056.747500', '144057.207500', '144057.667500', '144058.127500', '144058.587500', '144059.047500', '144059.507500', '144059.967500', '144100.427500', '144100.887500', '144101.347500', '144101.807500', '144102.267500', '144102.727500', '144103.187500', '144103.647500', '144104.107500', '144104.567500', '144105.027500', '144105.487500', '144105.947500', '144106.407500', '144106.867500', '144107.327500', '144107.787500', '144108.247500', '144108.707500', '144109.167500', '144109.627500', '144110.087500', '144110.547500', '144111.007500', '144111.467500', '144111.927500', '144112.387500', '144112.847500', '144113.307500', '144113.767500', '144114.227500', '144114.687500', '144115.147500', '144115.607500', '144116.067500', '144116.527500', '144116.987500', '144117.447500', '144117.907500', '144118.367500', '144118.827500', '144119.287500', '144119.747500', '144120.207500', '144120.667500', '144121.127500', '144121.587500', '144122.047500', '144122.507500', '144122.967500', '144123.427500', '144123.887500', '144124.347500', '144124.807500', '144125.267500', '144125.727500', '144126.187500', '144126.647500', '144127.107500', '144127.567500', '144128.027500', '144128.487500', '144128.947500', '144129.407500', '144129.867500', '144130.327500', '144130.787500', '144131.247500', '144131.707500', '144132.167500', '144132.627500', '144133.087500', '144133.547500', '144134.007500', '144134.467500', '144134.927500', '144135.387500', '144135.847500', '144136.307500', '144136.767500', '144137.227500', '144137.687500', '144138.147500', '144138.607500', '144139.067500', '144139.527500', '144139.987500', '144140.447500', '144140.907500', '144141.367500', '144141.827500', '144142.287500', '144142.747500', '144143.207500', '144143.667500', '144144.127500', '144144.587500', '144145.047500', '144145.507500', '144145.967500', '144146.427500', '144146.887500', '144147.347500', '144147.807500', '144148.267500', '144148.727500', '144149.187500', '144149.647500', '144150.107500', '144150.567500', '144151.027500', '144151.487500', '144151.947500', '144152.407500', '144152.867500', '144153.327500', '144153.787500', '144154.247500', '144154.707500', '144155.167500', '144155.627500', '144156.087500', '144156.547500', '144157.007500', '144157.467500', '144157.927500', '144158.387500', '144158.847500', '144159.307500', '144159.767500', '144200.227500', '144200.687500', '144201.147500', '144201.607500', '144202.067500', '144202.527500', '144202.987500', '144203.447500', '144203.907500', '144204.367500', '144204.827500', '144205.287500', '144205.747500', '144206.207500', '144206.667500', '144207.127500', '144207.587500', '144208.047500', '144208.507500', '144208.967500', '144209.427500', '144209.887500', '144210.347500', '144210.807500', '144211.267500', '144211.727500', '144212.187500', '144212.647500', '144213.107500', '144213.567500', '144214.027500', '144214.487500', '144214.947500', '144215.407500', '144215.867500', '144216.327500', '144216.787500', '144217.247500', '144217.707500', '144218.167500', '144218.627500', '144219.087500', '144219.547500', '144220.007500', '144220.467500'], 'ContentTime': ['143347.426000', '143347.430000', '143347.451000', '143347.454000', '143347.457000', '143347.460000', '143347.463000', '143347.467000', '143347.470000', '143347.473000', '143347.476000', '143347.479000', '143347.483000', '143347.486000', '143347.489000', '143347.496000', '143347.499000', '143347.502000', '143347.505000', '143347.508000', '143347.511000', '143347.514000', '143347.517000', '143347.520000', '143347.524000', '143347.527000', '143347.530000', '143347.533000', '143347.536000', '143347.539000', '143347.542000', '143347.545000', '143347.548000', '143347.551000', '143347.554000', '143347.557000', '143347.560000', '143347.563000', '143347.566000', '143347.569000', '143347.573000', '143407.386000', '143407.389000', '143407.392000', '143407.396000', '143407.399000', '143407.402000', '143407.405000', '143407.408000', '143407.411000', '143407.414000', '143407.417000', '143407.420000', '143407.423000', '143407.426000', '143407.443000', '143407.447000', '143407.450000', '143407.453000', '143407.456000', '143407.459000', '143407.464000', '143407.468000', '143407.471000', '143407.474000', '143407.477000', '143407.480000', '143407.483000', '143407.486000', '143407.489000', '143407.492000', '143407.495000', '143407.498000', '143407.502000', '143407.505000', '143407.508000', '143407.511000', '143407.514000', '143407.517000', '143407.520000', '143407.523000', '143407.526000', '143407.530000', '143407.534000', '143427.386000', '143427.389000', '143427.392000', '143427.400000', '143427.403000', '143427.406000', '143427.409000', '143427.412000', '143427.415000', '143427.418000', '143427.421000', '143427.424000', '143427.427000', '143427.430000', '143427.433000', '143427.436000', '143427.439000', '143427.442000', '143427.445000', '143427.448000', '143427.451000', '143427.454000', '143427.457000', '143427.460000', '143427.463000', '143427.466000', '143427.469000', '143427.472000', '143427.475000', '143427.478000', '143427.481000', '143427.484000', '143427.487000', '143427.490000', '143427.493000', '143427.496000', '143427.499000', '143427.502000', '143427.505000', '143427.508000', '143427.511000', '143427.514000', '143427.517000', '143427.520000', '143447.386000', '143447.389000', '143447.392000', '143447.395000', '143447.398000', '143447.401000', '143447.404000', '143447.407000', '143447.410000', '143447.413000', '143447.416000', '143447.419000', '143447.422000', '143447.425000', '143447.428000', '143447.431000', '143447.434000', '143447.437000', '143447.440000', '143447.443000', '143447.446000', '143447.449000', '143447.452000', '143447.455000', '143447.458000', '143447.461000', '143447.464000', '143447.468000', '143447.471000', '143447.474000', '143447.477000', '143447.480000', '143447.483000', '143447.486000', '143447.488000', '143447.491000', '143447.494000', '143447.497000', '143447.500000', '143447.503000', '143447.506000', '143447.510000', '143447.513000', '143507.387000', '143507.390000', '143507.393000', '143507.396000', '143507.399000', '143507.402000', '143507.405000', '143507.408000', '143507.411000', '143507.414000', '143507.417000', '143507.420000', '143507.423000', '143507.426000', '143507.429000', '143507.432000', '143507.435000', '143507.438000', '143507.441000', '143507.444000', '143507.447000', '143507.450000', '143507.453000', '143507.456000', '143507.459000', '143507.462000', '143507.465000', '143507.468000', '143507.471000', '143507.474000', '143507.477000', '143507.480000', '143507.483000', '143507.486000', '143507.489000', '143507.492000', '143507.495000', '143507.498000', '143507.501000', '143507.504000', '143507.507000', '143507.510000', '143507.513000', '143507.516000', '143527.387000', '143527.390000', '143527.393000', '143527.396000', '143527.399000', '143527.402000', '143527.405000', '143527.408000', '143527.411000', '143527.414000', '143527.417000', '143527.420000', '143527.423000', '143527.426000', '143527.429000', '143527.432000', '143527.435000', '143527.438000', '143527.441000', '143527.444000', '143527.447000', '143527.450000', '143527.453000', '143527.456000', '143527.459000', '143527.462000', '143527.465000', '143527.468000', '143527.471000', '143527.474000', '143527.477000', '143527.480000', '143527.483000', '143527.487000', '143527.489000', '143527.492000', '143527.495000', '143527.498000', '143527.502000', '143527.506000', '143527.509000', '143527.512000', '143527.515000', '143547.386000', '143547.389000', '143547.392000', '143547.395000', '143547.398000', '143547.401000', '143547.404000', '143547.407000', '143547.410000', '143547.413000', '143547.416000', '143547.419000', '143547.422000', '143547.425000', '143547.428000', '143547.431000', '143547.434000', '143547.437000', '143547.440000', '143547.443000', '143547.446000', '143547.449000', '143547.452000', '143547.455000', '143547.472000', '143547.475000', '143547.478000', '143547.481000', '143547.484000', '143547.487000', '143547.490000', '143547.493000', '143547.496000', '143547.499000', '143547.502000', '143547.505000', '143547.508000', '143547.511000', '143547.514000', '143547.517000', '143547.520000', '143547.523000', '143547.526000', '143547.529000', '143607.386000', '143607.389000', '143607.392000', '143607.395000', '143607.398000', '143607.401000', '143607.404000', '143607.407000', '143607.410000', '143607.413000', '143607.416000', '143607.419000', '143607.422000', '143607.425000', '143607.428000', '143607.431000', '143607.434000', '143607.437000', '143607.440000', '143607.443000', '143607.446000', '143607.449000', '143607.452000', '143607.455000', '143607.458000', '143607.461000', '143607.464000', '143607.467000', '143607.471000', '143607.474000', '143607.476000', '143607.479000', '143607.483000', '143607.486000', '143607.488000', '143607.491000', '143607.494000', '143607.497000', '143607.500000', '143607.503000', '143607.506000', '143607.509000', '143607.512000', '143627.386000', '143627.389000', '143627.392000', '143627.395000', '143627.398000', '143627.401000', '143627.404000', '143627.407000', '143627.410000', '143627.413000', '143627.416000', '143627.419000', '143627.422000', '143627.425000', '143627.428000', '143627.431000', '143627.434000', '143627.437000', '143627.440000', '143627.443000', '143627.446000', '143627.449000', '143627.452000', '143627.455000', '143627.458000', '143627.461000', '143627.464000', '143627.467000', '143627.470000', '143627.473000', '143627.476000', '143627.479000', '143627.482000', '143627.485000', '143627.488000', '143627.491000', '143627.494000', '143627.497000', '143627.501000', '143627.504000', '143627.506000', '143627.510000', '143627.513000', '143647.386000', '143647.389000', '143647.392000', '143647.395000', '143647.398000', '143647.401000', '143647.404000', '143647.407000', '143647.410000', '143647.413000', '143647.416000', '143647.419000', '143647.422000', '143647.425000', '143647.428000', '143647.431000', '143647.434000', '143647.437000', '143647.440000', '143647.443000', '143647.446000', '143647.449000', '143647.453000', '143647.456000', '143647.459000', '143647.462000', '143647.465000', '143647.467000', '143647.470000', '143647.473000', '143647.476000', '143647.479000', '143647.483000', '143647.485000', '143647.488000', '143647.491000', '143647.494000', '143647.497000', '143647.500000', '143647.503000', '143647.506000', '143647.509000', '143647.512000', '143647.515000', '143707.386000', '143707.390000', '143707.393000', '143707.396000', '143707.399000', '143707.402000', '143707.405000', '143707.408000', '143707.411000', '143707.414000', '143707.417000', '143707.420000', '143707.423000', '143707.426000', '143707.429000', '143707.432000', '143707.435000', '143707.438000', '143707.441000', '143707.444000', '143707.447000', '143707.450000', '143707.453000', '143707.456000', '143707.459000', '143707.462000', '143707.465000', '143707.468000', '143707.471000', '143707.474000', '143707.477000', '143707.480000', '143707.483000', '143707.486000', '143707.489000', '143707.492000', '143707.496000', '143707.499000', '143707.502000', '143707.505000', '143707.508000', '143707.511000', '143707.514000', '143727.387000', '143727.390000', '143727.393000', '143727.396000', '143727.399000', '143727.402000', '143727.423000', '143727.426000', '143727.429000', '143727.432000', '143727.435000', '143727.438000', '143727.441000', '143727.444000', '143727.447000', '143727.450000', '143727.453000', '143727.456000', '143727.459000', '143727.462000', '143727.465000', '143727.468000', '143727.471000', '143727.474000', '143727.477000', '143727.480000', '143727.483000', '143727.486000', '143727.489000', '143727.492000', '143727.495000', '143727.498000', '143727.501000', '143727.504000', '143727.507000', '143727.510000', '143727.513000', '143727.516000', '143727.519000', '143727.522000', '143727.525000', '143727.528000', '143727.531000', '143727.534000', '143747.387000', '143747.390000', '143747.394000', '143747.397000', '143747.400000', '143747.403000', '143747.406000', '143747.409000', '143747.412000', '143747.415000', '143747.419000', '143747.422000', '143747.425000', '143747.428000', '143747.431000', '143747.434000', '143747.437000', '143747.440000', '143747.443000', '143747.446000', '143747.449000', '143747.452000', '143747.455000', '143747.458000', '143747.461000', '143747.464000', '143747.467000', '143747.470000', '143747.473000', '143747.476000', '143747.479000', '143747.482000', '143747.485000', '143747.488000', '143747.491000', '143747.494000', '143747.497000', '143747.500000', '143747.503000', '143747.506000', '143747.509000', '143747.512000', '143747.515000', '143807.386000', '143807.389000', '143807.392000', '143807.395000', '143807.398000', '143807.401000', '143807.404000', '143807.408000', '143807.411000', '143807.414000', '143807.417000', '143807.420000', '143807.423000', '143807.426000', '143807.429000', '143807.432000', '143807.435000', '143807.438000', '143807.441000', '143807.444000', '143807.447000', '143807.450000', '143807.453000', '143807.456000', '143807.459000', '143807.462000', '143807.465000', '143807.468000', '143807.471000', '143807.474000', '143807.477000', '143807.480000', '143807.483000', '143807.486000', '143807.489000', '143807.492000', '143807.495000', '143807.498000', '143807.501000', '143807.504000', '143807.507000', '143807.510000', '143807.513000', '143807.516000', '143827.386000', '143827.389000', '143827.392000', '143827.395000', '143827.398000', '143827.401000', '143827.404000', '143827.407000', '143827.410000', '143827.414000', '143827.417000', '143827.420000', '143827.423000', '143827.426000', '143827.429000', '143827.432000', '143827.435000', '143827.438000', '143827.441000', '143827.444000', '143827.447000', '143827.450000', '143827.453000', '143827.456000', '143827.459000', '143827.462000', '143827.465000', '143827.468000', '143827.471000', '143827.474000', '143827.477000', '143827.480000', '143827.483000', '143827.486000', '143827.489000', '143827.492000', '143827.495000', '143827.498000', '143827.501000', '143827.504000', '143827.507000', '143827.510000', '143827.513000', '143847.386000', '143847.389000', '143847.392000', '143847.395000', '143847.399000', '143847.402000', '143847.405000', '143847.408000', '143847.411000', '143847.414000', '143847.417000', '143847.420000', '143847.423000', '143847.426000', '143847.429000', '143847.432000', '143847.435000', '143847.448000', '143847.451000', '143847.456000', '143847.459000', '143847.462000', '143847.465000', '143847.468000', '143847.471000', '143847.474000', '143847.477000', '143847.480000', '143847.483000', '143847.486000', '143847.489000', '143847.492000', '143847.495000', '143847.498000', '143847.501000', '143847.504000', '143847.507000', '143847.510000', '143847.513000', '143847.516000', '143847.519000', '143847.522000', '143847.525000', '143847.528000', '143907.386000', '143907.389000', '143907.393000', '143907.396000', '143907.399000', '143907.402000', '143907.405000', '143907.408000', '143907.411000', '143907.414000', '143907.417000', '143907.420000', '143907.423000', '143907.426000', '143907.429000', '143907.432000', '143907.435000', '143907.438000', '143907.441000', '143907.444000', '143907.447000', '143907.450000', '143907.454000', '143907.458000', '143907.461000', '143907.464000', '143907.467000', '143907.470000', '143907.473000', '143907.476000', '143907.479000', '143907.482000', '143907.485000', '143907.488000', '143907.491000', '143907.494000', '143907.497000', '143907.500000', '143907.503000', '143907.506000', '143907.509000', '143907.512000', '143907.515000', '143927.386000', '143927.389000', '143927.392000', '143927.396000', '143927.399000', '143927.401000', '143927.404000', '143927.407000', '143927.410000', '143927.413000', '143927.416000', '143927.419000', '143927.422000', '143927.425000', '143927.428000', '143927.431000', '143927.434000', '143927.438000', '143927.441000', '143927.443000', '143927.446000', '143927.449000', '143927.452000', '143927.456000', '143927.459000', '143927.462000', '143927.464000', '143927.467000', '143927.470000', '143927.474000', '143927.477000', '143927.480000', '143927.483000', '143927.486000', '143927.489000', '143927.492000', '143927.495000', '143927.498000', '143927.501000', '143927.504000', '143927.507000', '143927.510000', '143927.513000', '143927.516000', '143947.387000', '143947.390000', '143947.394000', '143947.397000', '143947.400000', '143947.403000', '143947.406000', '143947.409000', '143947.412000', '143947.415000', '143947.418000', '143947.421000', '143947.424000', '143947.426000', '143947.429000', '143947.433000', '143947.436000', '143947.439000', '143947.442000', '143947.445000', '143947.448000', '143947.451000', '143947.454000', '143947.457000', '143947.461000', '143947.465000', '143947.468000', '143947.471000', '143947.474000', '143947.477000', '143947.480000', '143947.483000', '143947.486000', '143947.489000', '143947.492000', '143947.495000', '143947.498000', '143947.501000', '143947.504000', '143947.507000', '143947.510000', '143947.513000', '143947.516000', '144007.387000', '144007.390000', '144007.393000', '144007.396000', '144007.399000', '144007.402000', '144007.405000', '144007.408000', '144007.411000', '144007.414000', '144007.417000', '144007.420000', '144007.423000', '144007.427000', '144007.430000', '144007.433000', '144007.436000', '144007.439000', '144007.442000', '144007.445000', '144007.448000', '144007.451000', '144007.454000', '144007.457000', '144007.460000', '144007.463000', '144007.466000', '144007.469000', '144007.479000', '144007.482000', '144007.485000', '144007.488000', '144007.491000', '144007.494000', '144007.497000', '144007.500000', '144007.503000', '144007.506000', '144007.509000', '144007.512000', '144007.515000', '144007.518000', '144007.521000', '144007.524000', '144027.386000', '144027.389000', '144027.392000', '144027.395000', '144027.398000', '144027.401000', '144027.404000', '144027.407000', '144027.410000', '144027.413000', '144027.418000', '144027.421000', '144027.424000', '144027.427000', '144027.430000', '144027.433000', '144027.436000', '144027.439000', '144027.442000', '144027.445000', '144027.448000', '144027.451000', '144027.454000', '144027.457000', '144027.460000', '144027.463000', '144027.466000', '144027.469000', '144027.473000', '144027.476000', '144027.479000', '144027.482000', '144027.485000', '144027.488000', '144027.491000', '144027.494000', '144027.497000', '144027.500000', '144027.503000', '144027.506000', '144027.509000', '144027.512000', '144027.515000', '144047.386000', '144047.389000', '144047.392000', '144047.395000', '144047.398000', '144047.401000', '144047.404000', '144047.407000', '144047.410000', '144047.413000', '144047.416000', '144047.419000', '144047.422000', '144047.425000', '144047.428000', '144047.431000', '144047.434000', '144047.437000', '144047.440000', '144047.443000', '144047.446000', '144047.449000', '144047.452000', '144047.456000', '144047.459000', '144047.462000', '144047.465000', '144047.468000', '144047.471000', '144047.474000', '144047.477000', '144047.480000', '144047.483000', '144047.486000', '144047.489000', '144047.492000', '144047.495000', '144047.498000', '144047.501000', '144047.504000', '144047.507000', '144047.510000', '144047.513000', '144047.516000', '144107.386000', '144107.390000', '144107.393000', '144107.396000', '144107.399000', '144107.402000', '144107.405000', '144107.408000', '144107.411000', '144107.414000', '144107.417000', '144107.420000', '144107.423000', '144107.426000', '144107.429000', '144107.432000', '144107.435000', '144107.438000', '144107.441000', '144107.444000', '144107.447000', '144107.450000', '144107.453000', '144107.456000', '144107.459000', '144107.463000', '144107.465000', '144107.468000', '144107.472000', '144107.475000', '144107.478000', '144107.481000', '144107.484000', '144107.487000', '144107.490000', '144107.493000', '144107.496000', '144107.499000', '144107.502000', '144107.505000', '144107.508000', '144107.512000', '144107.517000', '144127.386000', '144127.389000', '144127.392000', '144127.395000', '144127.398000', '144127.401000', '144127.404000', '144127.407000', '144127.410000', '144127.413000', '144127.416000', '144127.419000', '144127.422000', '144127.425000', '144127.428000', '144127.431000', '144127.434000', '144127.438000', '144127.441000', '144127.444000', '144127.447000', '144127.450000', '144127.453000', '144127.456000', '144127.459000', '144127.462000', '144127.465000', '144127.468000', '144127.471000', '144127.474000', '144127.477000', '144127.480000', '144127.483000', '144127.486000', '144127.489000', '144127.492000', '144127.495000', '144127.498000', '144127.501000', '144127.518000', '144127.521000', '144127.524000', '144127.527000', '144127.530000', '144147.386000', '144147.389000', '144147.392000', '144147.395000', '144147.398000', '144147.401000', '144147.405000', '144147.408000', '144147.411000', '144147.414000', '144147.417000', '144147.420000', '144147.423000', '144147.426000', '144147.429000', '144147.432000', '144147.435000', '144147.438000', '144147.441000', '144147.444000', '144147.447000', '144147.450000', '144147.454000', '144147.458000', '144147.461000', '144147.464000', '144147.467000', '144147.470000', '144147.473000', '144147.476000', '144147.479000', '144147.482000', '144147.485000', '144147.488000', '144147.491000', '144147.494000', '144147.497000', '144147.500000', '144147.503000', '144147.507000', '144147.511000', '144147.515000', '144147.518000', '144207.388000', '144207.391000', '144207.394000', '144207.397000', '144207.400000', '144207.403000', '144207.406000', '144207.410000', '144207.413000', '144207.416000', '144207.420000', '144207.423000', '144207.426000', '144207.429000', '144207.432000', '144207.435000', '144207.438000', '144207.441000', '144207.444000', '144207.447000', '144207.450000', '144207.453000', '144207.456000', '144207.459000', '144207.462000', '144207.465000', '144207.468000', '144207.471000', '144207.474000', '144207.477000', '144207.480000', '144207.483000', '144207.486000', '144207.490000', '144207.493000', '144207.496000', '144207.499000', '144207.502000', '144207.505000', '144207.508000', '144207.511000', '144207.514000', '144207.517000', '144207.520000', '144221.159000', '144221.163000', '144221.167000', '144221.170000', '144221.175000', '144221.178000', '144221.182000', '144221.185000', '144221.188000', '144221.192000', '144221.195000', '144221.198000', '144221.201000', '144221.204000', '144221.207000', '144221.210000', '144221.213000', '144221.217000', '144221.220000', '144221.223000', '144221.226000', '144221.229000', '144221.232000', '144221.236000', '144221.239000', '144221.242000', '144221.245000', '144221.248000', '144221.251000', '144221.254000'], 'InstanceCreationTime': ['143347.426000', '143347.430000', '143347.451000', '143347.454000', '143347.457000', '143347.460000', '143347.463000', '143347.467000', '143347.470000', '143347.473000', '143347.476000', '143347.479000', '143347.483000', '143347.486000', '143347.489000', '143347.496000', '143347.499000', '143347.502000', '143347.505000', '143347.508000', '143347.511000', '143347.514000', '143347.517000', '143347.520000', '143347.524000', '143347.527000', '143347.530000', '143347.533000', '143347.536000', '143347.539000', '143347.542000', '143347.545000', '143347.548000', '143347.551000', '143347.554000', '143347.557000', '143347.560000', '143347.563000', '143347.566000', '143347.569000', '143347.573000', '143407.386000', '143407.389000', '143407.392000', '143407.396000', '143407.399000', '143407.402000', '143407.405000', '143407.408000', '143407.411000', '143407.414000', '143407.417000', '143407.420000', '143407.423000', '143407.426000', '143407.443000', '143407.447000', '143407.450000', '143407.453000', '143407.456000', '143407.459000', '143407.464000', '143407.468000', '143407.471000', '143407.474000', '143407.477000', '143407.480000', '143407.483000', '143407.486000', '143407.489000', '143407.492000', '143407.495000', '143407.498000', '143407.502000', '143407.505000', '143407.508000', '143407.511000', '143407.514000', '143407.517000', '143407.520000', '143407.523000', '143407.526000', '143407.530000', '143407.534000', '143427.386000', '143427.389000', '143427.392000', '143427.400000', '143427.403000', '143427.406000', '143427.409000', '143427.412000', '143427.415000', '143427.418000', '143427.421000', '143427.424000', '143427.427000', '143427.430000', '143427.433000', '143427.436000', '143427.439000', '143427.442000', '143427.445000', '143427.448000', '143427.451000', '143427.454000', '143427.457000', '143427.460000', '143427.463000', '143427.466000', '143427.469000', '143427.472000', '143427.475000', '143427.478000', '143427.481000', '143427.484000', '143427.487000', '143427.490000', '143427.493000', '143427.496000', '143427.499000', '143427.502000', '143427.505000', '143427.508000', '143427.511000', '143427.514000', '143427.517000', '143427.520000', '143447.386000', '143447.389000', '143447.392000', '143447.395000', '143447.398000', '143447.401000', '143447.404000', '143447.407000', '143447.410000', '143447.413000', '143447.416000', '143447.419000', '143447.422000', '143447.425000', '143447.428000', '143447.431000', '143447.434000', '143447.437000', '143447.440000', '143447.443000', '143447.446000', '143447.449000', '143447.452000', '143447.455000', '143447.458000', '143447.461000', '143447.464000', '143447.468000', '143447.471000', '143447.474000', '143447.477000', '143447.480000', '143447.483000', '143447.486000', '143447.488000', '143447.491000', '143447.494000', '143447.497000', '143447.500000', '143447.503000', '143447.506000', '143447.510000', '143447.513000', '143507.387000', '143507.390000', '143507.393000', '143507.396000', '143507.399000', '143507.402000', '143507.405000', '143507.408000', '143507.411000', '143507.414000', '143507.417000', '143507.420000', '143507.423000', '143507.426000', '143507.429000', '143507.432000', '143507.435000', '143507.438000', '143507.441000', '143507.444000', '143507.447000', '143507.450000', '143507.453000', '143507.456000', '143507.459000', '143507.462000', '143507.465000', '143507.468000', '143507.471000', '143507.474000', '143507.477000', '143507.480000', '143507.483000', '143507.486000', '143507.489000', '143507.492000', '143507.495000', '143507.498000', '143507.501000', '143507.504000', '143507.507000', '143507.510000', '143507.513000', '143507.516000', '143527.387000', '143527.390000', '143527.393000', '143527.396000', '143527.399000', '143527.402000', '143527.405000', '143527.408000', '143527.411000', '143527.414000', '143527.417000', '143527.420000', '143527.423000', '143527.426000', '143527.429000', '143527.432000', '143527.435000', '143527.438000', '143527.441000', '143527.444000', '143527.447000', '143527.450000', '143527.453000', '143527.456000', '143527.459000', '143527.462000', '143527.465000', '143527.468000', '143527.471000', '143527.474000', '143527.477000', '143527.480000', '143527.483000', '143527.487000', '143527.489000', '143527.492000', '143527.495000', '143527.498000', '143527.502000', '143527.506000', '143527.509000', '143527.512000', '143527.515000', '143547.386000', '143547.389000', '143547.392000', '143547.395000', '143547.398000', '143547.401000', '143547.404000', '143547.407000', '143547.410000', '143547.413000', '143547.416000', '143547.419000', '143547.422000', '143547.425000', '143547.428000', '143547.431000', '143547.434000', '143547.437000', '143547.440000', '143547.443000', '143547.446000', '143547.449000', '143547.452000', '143547.455000', '143547.472000', '143547.475000', '143547.478000', '143547.481000', '143547.484000', '143547.487000', '143547.490000', '143547.493000', '143547.496000', '143547.499000', '143547.502000', '143547.505000', '143547.508000', '143547.511000', '143547.514000', '143547.517000', '143547.520000', '143547.523000', '143547.526000', '143547.529000', '143607.386000', '143607.389000', '143607.392000', '143607.395000', '143607.398000', '143607.401000', '143607.404000', '143607.407000', '143607.410000', '143607.413000', '143607.416000', '143607.419000', '143607.422000', '143607.425000', '143607.428000', '143607.431000', '143607.434000', '143607.437000', '143607.440000', '143607.443000', '143607.446000', '143607.449000', '143607.452000', '143607.455000', '143607.458000', '143607.461000', '143607.464000', '143607.467000', '143607.471000', '143607.474000', '143607.476000', '143607.479000', '143607.483000', '143607.486000', '143607.488000', '143607.491000', '143607.494000', '143607.497000', '143607.500000', '143607.503000', '143607.506000', '143607.509000', '143607.512000', '143627.386000', '143627.389000', '143627.392000', '143627.395000', '143627.398000', '143627.401000', '143627.404000', '143627.407000', '143627.410000', '143627.413000', '143627.416000', '143627.419000', '143627.422000', '143627.425000', '143627.428000', '143627.431000', '143627.434000', '143627.437000', '143627.440000', '143627.443000', '143627.446000', '143627.449000', '143627.452000', '143627.455000', '143627.458000', '143627.461000', '143627.464000', '143627.467000', '143627.470000', '143627.473000', '143627.476000', '143627.479000', '143627.482000', '143627.485000', '143627.488000', '143627.491000', '143627.494000', '143627.497000', '143627.501000', '143627.504000', '143627.506000', '143627.510000', '143627.513000', '143647.386000', '143647.389000', '143647.392000', '143647.395000', '143647.398000', '143647.401000', '143647.404000', '143647.407000', '143647.410000', '143647.413000', '143647.416000', '143647.419000', '143647.422000', '143647.425000', '143647.428000', '143647.431000', '143647.434000', '143647.437000', '143647.440000', '143647.443000', '143647.446000', '143647.449000', '143647.453000', '143647.456000', '143647.459000', '143647.462000', '143647.465000', '143647.467000', '143647.470000', '143647.473000', '143647.476000', '143647.479000', '143647.483000', '143647.485000', '143647.488000', '143647.491000', '143647.494000', '143647.497000', '143647.500000', '143647.503000', '143647.506000', '143647.509000', '143647.512000', '143647.515000', '143707.386000', '143707.390000', '143707.393000', '143707.396000', '143707.399000', '143707.402000', '143707.405000', '143707.408000', '143707.411000', '143707.414000', '143707.417000', '143707.420000', '143707.423000', '143707.426000', '143707.429000', '143707.432000', '143707.435000', '143707.438000', '143707.441000', '143707.444000', '143707.447000', '143707.450000', '143707.453000', '143707.456000', '143707.459000', '143707.462000', '143707.465000', '143707.468000', '143707.471000', '143707.474000', '143707.477000', '143707.480000', '143707.483000', '143707.486000', '143707.489000', '143707.492000', '143707.496000', '143707.499000', '143707.502000', '143707.505000', '143707.508000', '143707.511000', '143707.514000', '143727.387000', '143727.390000', '143727.393000', '143727.396000', '143727.399000', '143727.402000', '143727.423000', '143727.426000', '143727.429000', '143727.432000', '143727.435000', '143727.438000', '143727.441000', '143727.444000', '143727.447000', '143727.450000', '143727.453000', '143727.456000', '143727.459000', '143727.462000', '143727.465000', '143727.468000', '143727.471000', '143727.474000', '143727.477000', '143727.480000', '143727.483000', '143727.486000', '143727.489000', '143727.492000', '143727.495000', '143727.498000', '143727.501000', '143727.504000', '143727.507000', '143727.510000', '143727.513000', '143727.516000', '143727.519000', '143727.522000', '143727.525000', '143727.528000', '143727.531000', '143727.534000', '143747.387000', '143747.390000', '143747.394000', '143747.397000', '143747.400000', '143747.403000', '143747.406000', '143747.409000', '143747.412000', '143747.415000', '143747.419000', '143747.422000', '143747.425000', '143747.428000', '143747.431000', '143747.434000', '143747.437000', '143747.440000', '143747.443000', '143747.446000', '143747.449000', '143747.452000', '143747.455000', '143747.458000', '143747.461000', '143747.464000', '143747.467000', '143747.470000', '143747.473000', '143747.476000', '143747.479000', '143747.482000', '143747.485000', '143747.488000', '143747.491000', '143747.494000', '143747.497000', '143747.500000', '143747.503000', '143747.506000', '143747.509000', '143747.512000', '143747.515000', '143807.386000', '143807.389000', '143807.392000', '143807.395000', '143807.398000', '143807.401000', '143807.404000', '143807.408000', '143807.411000', '143807.414000', '143807.417000', '143807.420000', '143807.423000', '143807.426000', '143807.429000', '143807.432000', '143807.435000', '143807.438000', '143807.441000', '143807.444000', '143807.447000', '143807.450000', '143807.453000', '143807.456000', '143807.459000', '143807.462000', '143807.465000', '143807.468000', '143807.471000', '143807.474000', '143807.477000', '143807.480000', '143807.483000', '143807.486000', '143807.489000', '143807.492000', '143807.495000', '143807.498000', '143807.501000', '143807.504000', '143807.507000', '143807.510000', '143807.513000', '143807.516000', '143827.386000', '143827.389000', '143827.392000', '143827.395000', '143827.398000', '143827.401000', '143827.404000', '143827.407000', '143827.410000', '143827.414000', '143827.417000', '143827.420000', '143827.423000', '143827.426000', '143827.429000', '143827.432000', '143827.435000', '143827.438000', '143827.441000', '143827.444000', '143827.447000', '143827.450000', '143827.453000', '143827.456000', '143827.459000', '143827.462000', '143827.465000', '143827.468000', '143827.471000', '143827.474000', '143827.477000', '143827.480000', '143827.483000', '143827.486000', '143827.489000', '143827.492000', '143827.495000', '143827.498000', '143827.501000', '143827.504000', '143827.507000', '143827.510000', '143827.513000', '143847.386000', '143847.389000', '143847.392000', '143847.395000', '143847.399000', '143847.402000', '143847.405000', '143847.408000', '143847.411000', '143847.414000', '143847.417000', '143847.420000', '143847.423000', '143847.426000', '143847.429000', '143847.432000', '143847.435000', '143847.448000', '143847.451000', '143847.456000', '143847.459000', '143847.462000', '143847.465000', '143847.468000', '143847.471000', '143847.474000', '143847.477000', '143847.480000', '143847.483000', '143847.486000', '143847.489000', '143847.492000', '143847.495000', '143847.498000', '143847.501000', '143847.504000', '143847.507000', '143847.510000', '143847.513000', '143847.516000', '143847.519000', '143847.522000', '143847.525000', '143847.528000', '143907.386000', '143907.389000', '143907.393000', '143907.396000', '143907.399000', '143907.402000', '143907.405000', '143907.408000', '143907.411000', '143907.414000', '143907.417000', '143907.420000', '143907.423000', '143907.426000', '143907.429000', '143907.432000', '143907.435000', '143907.438000', '143907.441000', '143907.444000', '143907.447000', '143907.450000', '143907.454000', '143907.458000', '143907.461000', '143907.464000', '143907.467000', '143907.470000', '143907.473000', '143907.476000', '143907.479000', '143907.482000', '143907.485000', '143907.488000', '143907.491000', '143907.494000', '143907.497000', '143907.500000', '143907.503000', '143907.506000', '143907.509000', '143907.512000', '143907.515000', '143927.386000', '143927.389000', '143927.392000', '143927.396000', '143927.399000', '143927.401000', '143927.404000', '143927.407000', '143927.410000', '143927.413000', '143927.416000', '143927.419000', '143927.422000', '143927.425000', '143927.428000', '143927.431000', '143927.434000', '143927.438000', '143927.441000', '143927.443000', '143927.446000', '143927.449000', '143927.452000', '143927.456000', '143927.459000', '143927.462000', '143927.464000', '143927.467000', '143927.470000', '143927.474000', '143927.477000', '143927.480000', '143927.483000', '143927.486000', '143927.489000', '143927.492000', '143927.495000', '143927.498000', '143927.501000', '143927.504000', '143927.507000', '143927.510000', '143927.513000', '143927.516000', '143947.387000', '143947.390000', '143947.394000', '143947.397000', '143947.400000', '143947.403000', '143947.406000', '143947.409000', '143947.412000', '143947.415000', '143947.418000', '143947.421000', '143947.424000', '143947.426000', '143947.429000', '143947.433000', '143947.436000', '143947.439000', '143947.442000', '143947.445000', '143947.448000', '143947.451000', '143947.454000', '143947.457000', '143947.461000', '143947.465000', '143947.468000', '143947.471000', '143947.474000', '143947.477000', '143947.480000', '143947.483000', '143947.486000', '143947.489000', '143947.492000', '143947.495000', '143947.498000', '143947.501000', '143947.504000', '143947.507000', '143947.510000', '143947.513000', '143947.516000', '144007.387000', '144007.390000', '144007.393000', '144007.396000', '144007.399000', '144007.402000', '144007.405000', '144007.408000', '144007.411000', '144007.414000', '144007.417000', '144007.420000', '144007.423000', '144007.427000', '144007.430000', '144007.433000', '144007.436000', '144007.439000', '144007.442000', '144007.445000', '144007.448000', '144007.451000', '144007.454000', '144007.457000', '144007.460000', '144007.463000', '144007.466000', '144007.469000', '144007.479000', '144007.482000', '144007.485000', '144007.488000', '144007.491000', '144007.494000', '144007.497000', '144007.500000', '144007.503000', '144007.506000', '144007.509000', '144007.512000', '144007.515000', '144007.518000', '144007.521000', '144007.524000', '144027.386000', '144027.389000', '144027.392000', '144027.395000', '144027.398000', '144027.401000', '144027.404000', '144027.407000', '144027.410000', '144027.413000', '144027.418000', '144027.421000', '144027.424000', '144027.427000', '144027.430000', '144027.433000', '144027.436000', '144027.439000', '144027.442000', '144027.445000', '144027.448000', '144027.451000', '144027.454000', '144027.457000', '144027.460000', '144027.463000', '144027.466000', '144027.469000', '144027.473000', '144027.476000', '144027.479000', '144027.482000', '144027.485000', '144027.488000', '144027.491000', '144027.494000', '144027.497000', '144027.500000', '144027.503000', '144027.506000', '144027.509000', '144027.512000', '144027.515000', '144047.386000', '144047.389000', '144047.392000', '144047.395000', '144047.398000', '144047.401000', '144047.404000', '144047.407000', '144047.410000', '144047.413000', '144047.416000', '144047.419000', '144047.422000', '144047.425000', '144047.428000', '144047.431000', '144047.434000', '144047.437000', '144047.440000', '144047.443000', '144047.446000', '144047.449000', '144047.452000', '144047.456000', '144047.459000', '144047.462000', '144047.465000', '144047.468000', '144047.471000', '144047.474000', '144047.477000', '144047.480000', '144047.483000', '144047.486000', '144047.489000', '144047.492000', '144047.495000', '144047.498000', '144047.501000', '144047.504000', '144047.507000', '144047.510000', '144047.513000', '144047.516000', '144107.386000', '144107.390000', '144107.393000', '144107.396000', '144107.399000', '144107.402000', '144107.405000', '144107.408000', '144107.411000', '144107.414000', '144107.417000', '144107.420000', '144107.423000', '144107.426000', '144107.429000', '144107.432000', '144107.435000', '144107.438000', '144107.441000', '144107.444000', '144107.447000', '144107.450000', '144107.453000', '144107.456000', '144107.459000', '144107.463000', '144107.465000', '144107.468000', '144107.472000', '144107.475000', '144107.478000', '144107.481000', '144107.484000', '144107.487000', '144107.490000', '144107.493000', '144107.496000', '144107.499000', '144107.502000', '144107.505000', '144107.508000', '144107.512000', '144107.517000', '144127.386000', '144127.389000', '144127.392000', '144127.395000', '144127.398000', '144127.401000', '144127.404000', '144127.407000', '144127.410000', '144127.413000', '144127.416000', '144127.419000', '144127.422000', '144127.425000', '144127.428000', '144127.431000', '144127.434000', '144127.438000', '144127.441000', '144127.444000', '144127.447000', '144127.450000', '144127.453000', '144127.456000', '144127.459000', '144127.462000', '144127.465000', '144127.468000', '144127.471000', '144127.474000', '144127.477000', '144127.480000', '144127.483000', '144127.486000', '144127.489000', '144127.492000', '144127.495000', '144127.498000', '144127.501000', '144127.518000', '144127.521000', '144127.524000', '144127.527000', '144127.530000', '144147.386000', '144147.389000', '144147.392000', '144147.395000', '144147.398000', '144147.401000', '144147.405000', '144147.408000', '144147.411000', '144147.414000', '144147.417000', '144147.420000', '144147.423000', '144147.426000', '144147.429000', '144147.432000', '144147.435000', '144147.438000', '144147.441000', '144147.444000', '144147.447000', '144147.450000', '144147.454000', '144147.458000', '144147.461000', '144147.464000', '144147.467000', '144147.470000', '144147.473000', '144147.476000', '144147.479000', '144147.482000', '144147.485000', '144147.488000', '144147.491000', '144147.494000', '144147.497000', '144147.500000', '144147.503000', '144147.507000', '144147.511000', '144147.515000', '144147.518000', '144207.388000', '144207.391000', '144207.394000', '144207.397000', '144207.400000', '144207.403000', '144207.406000', '144207.410000', '144207.413000', '144207.416000', '144207.420000', '144207.423000', '144207.426000', '144207.429000', '144207.432000', '144207.435000', '144207.438000', '144207.441000', '144207.444000', '144207.447000', '144207.450000', '144207.453000', '144207.456000', '144207.459000', '144207.462000', '144207.465000', '144207.468000', '144207.471000', '144207.474000', '144207.477000', '144207.480000', '144207.483000', '144207.486000', '144207.490000', '144207.493000', '144207.496000', '144207.499000', '144207.502000', '144207.505000', '144207.508000', '144207.511000', '144207.514000', '144207.517000', '144207.520000', '144221.159000', '144221.163000', '144221.167000', '144221.170000', '144221.175000', '144221.178000', '144221.182000', '144221.185000', '144221.188000', '144221.192000', '144221.195000', '144221.198000', '144221.201000', '144221.204000', '144221.207000', '144221.210000', '144221.213000', '144221.217000', '144221.220000', '144221.223000', '144221.226000', '144221.229000', '144221.232000', '144221.236000', '144221.239000', '144221.242000', '144221.245000', '144221.248000', '144221.251000', '144221.254000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'LargestImagePixelValue': [11243, 12655, 11282, 11140, 11229, 10897, 14240, 11225, 10354, 11042, 10308, 10120, 10523, 13906, 10847, 9555, 10247, 10533, 11960, 10707, 11216, 10804, 9678, 10168, 10211, 12999, 9903, 15667, 10739, 12446, 9941, 9887, 9877, 10464, 12364, 9528, 14983, 9895, 9959, 10652, 9975, 12309, 11030, 10251, 9598, 10874, 10487, 11260, 14035, 11202, 10513, 9878, 10677, 12098, 10864, 15104, 10978, 13167, 10696, 10304, 10350, 10667, 14626, 10699, 13090, 11045, 10176, 10088, 10630, 13442, 10542, 15082, 10892, 12865, 10999, 9803, 11601, 10000, 15325, 9321, 11455, 10904, 10307, 10313, 10018, 9459, 9845, 10099, 13040, 10847, 9720, 9369, 9931, 11730, 9711, 15704, 12897, 10490, 12047, 8951, 14633, 10328, 14169, 12841, 9398, 14697, 8546, 13023, 12428, 9729, 13363, 8630, 15518, 8865, 13372, 12060, 12572, 11968, 9143, 15067, 8595, 14264, 11573, 13007, 12548, 8778, 15498, 8910, 12943, 11312, 9561, 14360, 9299, 13733, 9570, 9566, 11131, 8692, 15508, 12200, 13160, 10680, 8985, 13722, 8655, 16566, 14103, 9974, 10751, 8719, 14245, 8852, 14456, 11959, 12377, 11843, 8919, 14831, 8958, 15085, 9774, 13227, 11140, 9302, 14859, 8996, 8849, 11838, 9081, 9626, 13186, 9805, 11643, 10344, 8850, 15225, 11941, 12040, 12263, 8589, 14560, 9616, 11656, 11451, 8957, 16016, 8789, 12013, 10149, 8912, 11523, 8887, 15304, 10621, 12992, 10190, 9385, 10687, 8983, 15135, 9890, 16247, 8852, 12994, 9679, 8463, 11523, 8782, 15417, 8514, 14677, 8904, 12508, 11577, 9557, 13638, 8661, 15026, 8878, 11669, 11109, 9110, 13555, 8749, 13574, 9711, 9630, 10915, 9228, 14947, 9728, 13385, 11829, 9416, 14164, 8988, 16074, 9652, 13876, 12727, 9763, 12700, 8870, 15397, 8887, 13306, 11307, 9554, 12883, 8734, 14824, 8951, 10737, 10822, 9271, 15574, 12059, 11014, 11374, 9075, 15158, 10319, 15536, 14490, 10679, 13543, 8968, 10787, 10208, 8917, 10464, 11659, 9464, 10307, 15425, 12149, 9130, 14823, 11151, 14454, 12673, 10021, 16134, 9179, 11243, 9374, 8776, 15215, 10989, 13305, 12828, 9407, 10882, 9733, 8938, 15680, 12267, 11764, 10997, 9159, 15499, 11419, 14367, 12272, 14440, 13363, 9542, 15195, 9548, 15520, 10251, 13203, 11715, 9204, 14831, 9436, 11650, 9596, 10087, 11216, 10086, 13282, 9389, 16474, 9500, 15648, 12700, 15884, 12683, 11029, 11564, 9606, 9995, 9449, 9225, 15424, 12324, 9345, 13277, 9304, 10818, 12503, 9596, 16718, 9942, 8853, 9492, 9180, 15058, 9124, 13350, 11472, 9093, 12535, 8964, 9455, 10718, 9062, 15443, 10510, 8882, 9543, 9102, 14881, 10432, 15553, 13993, 9885, 11277, 8951, 15283, 9457, 13566, 11951, 8844, 14208, 8931, 14441, 10143, 13551, 12035, 10550, 13695, 9318, 15360, 9275, 13738, 12930, 9863, 11711, 9286, 14465, 9301, 11566, 10946, 9334, 14445, 9194, 14244, 9404, 12700, 9766, 12744, 10636, 9176, 10889, 9185, 14345, 9566, 15017, 12924, 10892, 10192, 9073, 11348, 9187, 15334, 9365, 12920, 9129, 9915, 10848, 9297, 15816, 9251, 11417, 9763, 9031, 12264, 9357, 15847, 11847, 11092, 9973, 9277, 10639, 9241, 15038, 9645, 15263, 9207, 13370, 9403, 10117, 11363, 9505, 15548, 9205, 13785, 9050, 11390, 11447, 8950, 12848, 9217, 15857, 8965, 13340, 9972, 11837, 12436, 9896, 14670, 9105, 15046, 9243, 13236, 11973, 9573, 13938, 9046, 10844, 9801, 10057, 11624, 9148, 14294, 8894, 14233, 10945, 15707, 13430, 14946, 13189, 10789, 11210, 9028, 12563, 10533, 15009, 9523, 15925, 8816, 12934, 9546, 10291, 12655, 9026, 14437, 9139, 11189, 12216, 10384, 14935, 9567, 14079, 8430, 10110, 11350, 9337, 15302, 10040, 15121, 8971, 12964, 11620, 10065, 14898, 9103, 13194, 10451, 9655, 12257, 9515, 16218, 9031, 10156, 8916, 9285, 13127, 9220, 15779, 9150, 13673, 10123, 12766, 11434, 8901, 12611, 9144, 14950, 9594, 14232, 12867, 9283, 11955, 9178, 12698, 9252, 9730, 10779, 9427, 13460, 9163, 13447, 10494, 10116, 14145, 10070, 9591, 14370, 8991, 9812, 11982, 9687, 15334, 10299, 13618, 8917, 10629, 10531, 10402, 13576, 10219, 15040, 9842, 14345, 9409, 13596, 11902, 10633, 12785, 9654, 13868, 9119, 12556, 10982, 10993, 13909, 9755, 12530, 11315, 9672, 13141, 10385, 14994, 9330, 13111, 12948, 10457, 14290, 9274, 14521, 10305, 13336, 13259, 10843, 14061, 9453, 15597, 9421, 14111, 12939, 10373, 15088, 9511, 12647, 12787, 10344, 15298, 9483, 14318, 9735, 12718, 12920, 10245, 13817, 9170, 15711, 10115, 13814, 12874, 10645, 14042, 9195, 15495, 12870, 10155, 11429, 9807, 15071, 10168, 13522, 11967, 9771, 15155, 9402, 13904, 12989, 10107, 14193, 9472, 14471, 10702, 12939, 11865, 10021, 15093, 9151, 13685, 11741, 10950, 13302, 9192, 14680, 9548, 12412, 12093, 9981, 14588, 10137, 10367, 12215, 9782, 15329, 11435, 12748, 11040, 9061, 12120, 9394, 15576, 9293, 14666, 8881, 12090, 12257, 10001, 14735, 9368, 10645, 11087, 9646, 15052, 11927, 13136, 11571, 9744, 14786, 8981, 12784, 12389, 10214, 13425, 9153, 13062, 9685, 10092, 12509, 9751, 14892, 13805, 10430, 13536, 9102, 12623, 12176, 10330, 15836, 11120, 10471, 11532, 9767, 16130, 12971, 13239, 11663, 9762, 15269, 9557, 12900, 12671, 10343, 15531, 9786, 10113, 10376, 9906, 15085, 13132, 9696, 13877, 9405, 9368, 12229, 9787, 13838, 12680, 11176, 15785, 10476, 12918, 10372, 10246, 13319, 10139, 17010, 13837, 13330, 10928, 9974, 16347, 10849, 12579, 11088, 9397, 15440, 9614, 9359, 9884, 9617, 15599, 11763, 9514, 10521, 8943, 9512, 11114, 9963, 15497, 11977, 14923, 11513, 12870, 11578, 9553, 11105, 9183, 15231, 12545, 14340, 12090, 9781, 14446, 9628, 11740, 9879, 9550, 10468, 9527, 14389, 9828, 14778, 11177, 9862, 9911, 9472, 13812, 9439, 13159, 10765, 9489, 10411, 9336, 13607, 9513, 11458, 9357, 9538, 11108, 9284, 14742, 9476, 15840, 9422, 8906, 9723, 9178, 12226, 9155, 12796, 9039, 10106, 11376, 9655, 15704, 9492, 9880, 10637, 9712, 14675, 9806, 15361, 14069, 9543, 12079, 9100, 14570, 13177, 13696, 13118, 9348, 16022, 9289, 12411, 11297, 9549, 16334, 10961, 14477, 10794, 9840, 11319, 9346, 15396, 10092, 13885, 9140, 9792, 12428, 9113, 14466, 9536, 15140, 9270, 10857, 10455, 8962, 14333, 9582, 15394, 13161, 9210, 11246, 9287, 10940, 10708, 8987, 14479, 8872, 9486, 10298, 9075, 15994, 12696, 10708, 13122, 9171, 11427, 10287, 9413, 13117, 9415, 16417, 13811, 11691, 12300, 9384, 12306, 9882, 9662, 12601, 9707, 16012, 13708, 9134, 10893, 8816, 15419, 9369, 15066, 13484, 9102, 11103, 8909, 9252, 9655, 9493, 14275, 9688, 10913, 9871, 8881, 14945, 9449, 14950, 13356, 13248, 12976, 8635, 11756, 9425, 9005, 11259, 9042, 14361, 12196, 9502, 12183, 8965, 13558, 10614, 9961, 11608, 8955, 14061, 8746, 10151, 10208, 8696, 14855, 9459, 10370, 9217, 8884, 14287, 9114, 11759, 10316, 9058, 13166, 9347, 9005, 12707, 9183, 15336, 12021, 12183, 9294, 8512, 11097, 8876, 15184, 11365, 13097, 11678, 9039, 13039, 8825, 13890, 11557, 11967, 11038, 8983, 14097, 8679, 12002, 8876, 9231, 10934, 9215, 15314, 9051, 10234, 9355, 9392, 14417, 11195, 10019, 9059, 9023, 13852, 8985, 12184, 10688, 9254, 14343, 8661, 12041, 10495, 8570, 13383, 9223, 12062, 8917, 8792, 12023, 8691, 12880, 11143, 9204, 13201, 8713, 10484, 9517, 9170, 14216, 10876, 10492, 9981, 9078, 14215, 8975, 11215, 10549, 9453, 14106, 8579, 10570, 9178, 9539, 13535, 9404, 14743, 11497, 10396, 10100, 9751, 13601, 8748, 13756, 11243, 8684, 11511, 9005, 12489, 9887, 9148, 12887, 8624, 10379, 9589, 9852, 14249, 10393, 11607, 11039, 9105, 14241, 8801, 11395, 10942, 9285, 14713, 11298, 9288, 11519, 8607, 13056, 11409, 10124, 13138, 8628, 10295, 9890, 8891, 14775, 12739, 9455, 14224, 8684, 10196, 9625, 8833, 15249, 12957, 9399, 13315, 8523, 10406, 10803, 8770, 14618, 11735, 9207, 13644, 8821, 12966, 11839, 9619, 15046, 9726, 9511, 9912, 9517, 14959, 10658, 14227, 10640, 8994, 11025, 8906, 14986, 10634, 12990, 11475, 9025, 13509, 8895, 9181, 12211, 9214, 12047, 9451, 9378, 13990, 9169, 14258, 12595, 8948, 12778, 9027, 9550, 10797, 9220, 12960, 10791, 9142], 'WindowCenter': [4273.0, 4265.0, 4242.0, 4241.0, 4227.0, 4218.0, 4245.0, 4226.0, 4216.0, 4227.0, 4230.0, 4216.0, 4227.0, 4247.0, 4228.0, 4208.0, 4218.0, 4230.0, 4252.0, 4242.0, 4240.0, 4243.0, 4231.0, 4231.0, 4243.0, 4263.0, 4234.0, 4271.0, 4243.0, 4252.0, 4234.0, 4232.0, 4234.0, 4255.0, 4265.0, 4235.0, 4286.0, 4246.0, 4245.0, 4256.0, 4233.0, 4268.0, 4273.0, 4275.0, 4236.0, 4245.0, 4234.0, 4246.0, 4275.0, 4258.0, 4247.0, 4235.0, 4245.0, 4253.0, 4233.0, 4263.0, 4234.0, 4252.0, 4234.0, 4235.0, 4247.0, 4247.0, 4277.0, 4248.0, 4266.0, 4257.0, 4235.0, 4246.0, 4246.0, 4266.0, 4247.0, 4278.0, 4260.0, 4267.0, 4259.0, 4248.0, 4255.0, 4220.0, 4287.0, 4264.0, 4309.0, 4313.0, 4272.0, 4247.0, 4236.0, 4239.0, 4251.0, 4264.0, 4284.0, 4276.0, 4253.0, 4252.0, 4252.0, 4270.0, 4238.0, 4273.0, 4252.0, 4270.0, 4294.0, 4265.0, 4327.0, 4285.0, 4301.0, 4280.0, 4250.0, 4300.0, 4251.0, 4291.0, 4295.0, 4264.0, 4307.0, 4265.0, 4313.0, 4254.0, 4292.0, 4293.0, 4292.0, 4281.0, 4262.0, 4303.0, 4252.0, 4302.0, 4283.0, 4292.0, 4281.0, 4241.0, 4300.0, 4240.0, 4278.0, 4271.0, 4262.0, 4301.0, 4251.0, 4290.0, 4261.0, 4250.0, 4271.0, 4251.0, 4302.0, 4281.0, 4291.0, 4270.0, 4250.0, 4289.0, 4241.0, 4300.0, 4290.0, 4249.0, 4269.0, 4239.0, 4288.0, 4239.0, 4301.0, 4280.0, 4278.0, 4268.0, 4239.0, 4288.0, 4238.0, 4288.0, 4260.0, 4277.0, 4257.0, 4251.0, 4300.0, 4250.0, 4250.0, 4281.0, 4264.0, 4263.0, 4291.0, 4262.0, 4271.0, 4260.0, 4252.0, 4302.0, 4282.0, 4282.0, 4281.0, 4241.0, 4290.0, 4250.0, 4282.0, 4281.0, 4240.0, 4300.0, 4240.0, 4278.0, 4260.0, 4239.0, 4280.0, 4252.0, 4300.0, 4259.0, 4278.0, 4259.0, 4248.0, 4258.0, 4250.0, 4298.0, 4248.0, 4298.0, 4238.0, 4277.0, 4247.0, 4228.0, 4269.0, 4238.0, 4297.0, 4238.0, 4287.0, 4238.0, 4278.0, 4269.0, 4248.0, 4288.0, 4239.0, 4288.0, 4238.0, 4268.0, 4269.0, 4250.0, 4289.0, 4240.0, 4290.0, 4250.0, 4250.0, 4270.0, 4252.0, 4302.0, 4261.0, 4291.0, 4280.0, 4252.0, 4289.0, 4249.0, 4299.0, 4262.0, 4291.0, 4280.0, 4260.0, 4280.0, 4254.0, 4301.0, 4251.0, 4292.0, 4281.0, 4251.0, 4280.0, 4254.0, 4301.0, 4252.0, 4271.0, 4272.0, 4253.0, 4302.0, 4293.0, 4273.0, 4282.0, 4252.0, 4302.0, 4274.0, 4313.0, 4303.0, 4261.0, 4292.0, 4250.0, 4271.0, 4271.0, 4263.0, 4272.0, 4295.0, 4278.0, 4287.0, 4327.0, 4307.0, 4265.0, 4303.0, 4282.0, 4303.0, 4293.0, 4262.0, 4302.0, 4251.0, 4271.0, 4250.0, 4240.0, 4300.0, 4270.0, 4291.0, 4280.0, 4248.0, 4259.0, 4249.0, 4252.0, 4302.0, 4280.0, 4271.0, 4258.0, 4250.0, 4289.0, 4268.0, 4290.0, 4269.0, 4277.0, 4275.0, 4236.0, 4275.0, 4236.0, 4284.0, 4243.0, 4265.0, 4255.0, 4225.0, 4275.0, 4236.0, 4254.0, 4236.0, 4247.0, 4256.0, 4245.0, 4276.0, 4234.0, 4285.0, 4235.0, 4273.0, 4265.0, 4272.0, 4254.0, 4233.0, 4255.0, 4248.0, 4246.0, 4246.0, 4237.0, 4285.0, 4266.0, 4237.0, 4265.0, 4235.0, 4244.0, 4265.0, 4236.0, 4287.0, 4246.0, 4237.0, 4235.0, 4236.0, 4285.0, 4236.0, 4275.0, 4267.0, 4237.0, 4266.0, 4236.0, 4246.0, 4258.0, 4251.0, 4288.0, 4259.0, 4237.0, 4246.0, 4237.0, 4288.0, 4260.0, 4286.0, 4288.0, 4247.0, 4256.0, 4236.0, 4285.0, 4247.0, 4275.0, 4265.0, 4225.0, 4275.0, 4225.0, 4274.0, 4246.0, 4275.0, 4264.0, 4244.0, 4263.0, 4223.0, 4272.0, 4234.0, 4263.0, 4263.0, 4233.0, 4252.0, 4223.0, 4272.0, 4222.0, 4253.0, 4243.0, 4222.0, 4273.0, 4234.0, 4273.0, 4234.0, 4264.0, 4243.0, 4263.0, 4244.0, 4234.0, 4254.0, 4235.0, 4275.0, 4246.0, 4284.0, 4265.0, 4244.0, 4244.0, 4236.0, 4266.0, 4234.0, 4286.0, 4236.0, 4275.0, 4235.0, 4246.0, 4256.0, 4236.0, 4297.0, 4247.0, 4267.0, 4246.0, 4237.0, 4265.0, 4246.0, 4297.0, 4267.0, 4266.0, 4247.0, 4247.0, 4257.0, 4249.0, 4298.0, 4247.0, 4298.0, 4249.0, 4288.0, 4247.0, 4259.0, 4269.0, 4247.0, 4298.0, 4249.0, 4288.0, 4238.0, 4268.0, 4268.0, 4238.0, 4278.0, 4249.0, 4299.0, 4249.0, 4289.0, 4259.0, 4279.0, 4279.0, 4258.0, 4299.0, 4250.0, 4299.0, 4249.0, 4289.0, 4279.0, 4249.0, 4290.0, 4249.0, 4269.0, 4260.0, 4261.0, 4281.0, 4261.0, 4312.0, 4263.0, 4302.0, 4285.0, 4313.0, 4300.0, 4301.0, 4292.0, 4269.0, 4270.0, 4250.0, 4280.0, 4270.0, 4299.0, 4260.0, 4299.0, 4250.0, 4290.0, 4261.0, 4271.0, 4290.0, 4251.0, 4299.0, 4261.0, 4268.0, 4279.0, 4260.0, 4288.0, 4248.0, 4289.0, 4228.0, 4247.0, 4257.0, 4236.0, 4287.0, 4248.0, 4287.0, 4237.0, 4277.0, 4267.0, 4247.0, 4288.0, 4238.0, 4275.0, 4257.0, 4246.0, 4265.0, 4236.0, 4286.0, 4236.0, 4245.0, 4236.0, 4248.0, 4277.0, 4248.0, 4287.0, 4248.0, 4277.0, 4257.0, 4277.0, 4267.0, 4237.0, 4266.0, 4236.0, 4287.0, 4248.0, 4275.0, 4277.0, 4237.0, 4267.0, 4249.0, 4278.0, 4248.0, 4246.0, 4258.0, 4249.0, 4289.0, 4251.0, 4290.0, 4270.0, 4272.0, 4303.0, 4273.0, 4262.0, 4303.0, 4252.0, 4262.0, 4282.0, 4262.0, 4312.0, 4271.0, 4301.0, 4251.0, 4272.0, 4272.0, 4283.0, 4302.0, 4273.0, 4311.0, 4271.0, 4302.0, 4264.0, 4303.0, 4282.0, 4273.0, 4292.0, 4271.0, 4302.0, 4263.0, 4292.0, 4284.0, 4286.0, 4305.0, 4275.0, 4294.0, 4284.0, 4264.0, 4304.0, 4274.0, 4303.0, 4263.0, 4292.0, 4293.0, 4272.0, 4302.0, 4263.0, 4301.0, 4272.0, 4290.0, 4292.0, 4271.0, 4302.0, 4262.0, 4302.0, 4251.0, 4301.0, 4292.0, 4272.0, 4301.0, 4261.0, 4292.0, 4291.0, 4262.0, 4301.0, 4262.0, 4301.0, 4261.0, 4291.0, 4291.0, 4260.0, 4291.0, 4251.0, 4301.0, 4262.0, 4291.0, 4281.0, 4271.0, 4291.0, 4252.0, 4301.0, 4293.0, 4261.0, 4270.0, 4262.0, 4303.0, 4273.0, 4292.0, 4282.0, 4262.0, 4301.0, 4252.0, 4291.0, 4291.0, 4261.0, 4291.0, 4262.0, 4290.0, 4272.0, 4282.0, 4279.0, 4260.0, 4300.0, 4250.0, 4291.0, 4281.0, 4269.0, 4288.0, 4251.0, 4288.0, 4250.0, 4282.0, 4281.0, 4260.0, 4301.0, 4260.0, 4259.0, 4280.0, 4262.0, 4290.0, 4270.0, 4279.0, 4269.0, 4238.0, 4280.0, 4251.0, 4298.0, 4251.0, 4288.0, 4237.0, 4280.0, 4269.0, 4248.0, 4289.0, 4248.0, 4258.0, 4268.0, 4250.0, 4302.0, 4271.0, 4279.0, 4269.0, 4249.0, 4288.0, 4240.0, 4279.0, 4280.0, 4247.0, 4279.0, 4250.0, 4279.0, 4249.0, 4248.0, 4280.0, 4251.0, 4289.0, 4288.0, 4261.0, 4289.0, 4239.0, 4279.0, 4269.0, 4258.0, 4301.0, 4269.0, 4259.0, 4258.0, 4249.0, 4290.0, 4278.0, 4267.0, 4257.0, 4246.0, 4287.0, 4237.0, 4267.0, 4267.0, 4246.0, 4287.0, 4248.0, 4247.0, 4246.0, 4248.0, 4288.0, 4278.0, 4238.0, 4266.0, 4226.0, 4236.0, 4267.0, 4246.0, 4276.0, 4266.0, 4245.0, 4274.0, 4246.0, 4254.0, 4235.0, 4234.0, 4263.0, 4232.0, 4273.0, 4252.0, 4252.0, 4230.0, 4220.0, 4259.0, 4219.0, 4240.0, 4217.0, 4209.0, 4259.0, 4206.0, 4207.0, 4218.0, 4209.0, 4261.0, 4243.0, 4209.0, 4218.0, 4197.0, 4208.0, 4229.0, 4220.0, 4258.0, 4240.0, 4259.0, 4241.0, 4239.0, 4228.0, 4208.0, 4227.0, 4195.0, 4246.0, 4226.0, 4235.0, 4214.0, 4193.0, 4223.0, 4192.0, 4211.0, 4191.0, 4180.0, 4190.0, 4180.0, 4221.0, 4192.0, 4230.0, 4200.0, 4192.0, 4190.0, 4191.0, 4221.0, 4181.0, 4222.0, 4203.0, 4206.0, 4232.0, 4208.0, 4222.0, 4193.0, 4212.0, 4193.0, 4206.0, 4226.0, 4206.0, 4246.0, 4207.0, 4256.0, 4207.0, 4210.0, 4232.0, 4221.0, 4250.0, 4220.0, 4250.0, 4210.0, 4233.0, 4242.0, 4220.0, 4271.0, 4222.0, 4232.0, 4243.0, 4222.0, 4273.0, 4233.0, 4272.0, 4263.0, 4231.0, 4252.0, 4223.0, 4272.0, 4265.0, 4263.0, 4250.0, 4210.0, 4259.0, 4210.0, 4239.0, 4229.0, 4218.0, 4258.0, 4229.0, 4248.0, 4228.0, 4207.0, 4227.0, 4209.0, 4258.0, 4218.0, 4248.0, 4207.0, 4207.0, 4239.0, 4211.0, 4247.0, 4207.0, 4247.0, 4197.0, 4217.0, 4216.0, 4197.0, 4247.0, 4208.0, 4258.0, 4237.0, 4207.0, 4227.0, 4208.0, 4229.0, 4230.0, 4211.0, 4261.0, 4211.0, 4220.0, 4230.0, 4211.0, 4269.0, 4250.0, 4230.0, 4250.0, 4210.0, 4230.0, 4218.0, 4207.0, 4249.0, 4210.0, 4260.0, 4250.0, 4239.0, 4239.0, 4210.0, 4239.0, 4219.0, 4207.0, 4238.0, 4222.0, 4260.0, 4250.0, 4209.0, 4228.0, 4209.0, 4259.0, 4221.0, 4259.0, 4247.0, 4208.0, 4229.0, 4210.0, 4208.0, 4220.0, 4220.0, 4262.0, 4221.0, 4232.0, 4232.0, 4212.0, 4261.0, 4220.0, 4261.0, 4251.0, 4250.0, 4251.0, 4212.0, 4239.0, 4210.0, 4210.0, 4228.0, 4212.0, 4261.0, 4253.0, 4222.0, 4251.0, 4211.0, 4262.0, 4231.0, 4220.0, 4240.0, 4211.0, 4250.0, 4210.0, 4220.0, 4231.0, 4212.0, 4261.0, 4221.0, 4221.0, 4221.0, 4222.0, 4263.0, 4223.0, 4255.0, 4232.0, 4214.0, 4264.0, 4223.0, 4223.0, 4265.0, 4225.0, 4262.0, 4242.0, 4239.0, 4209.0, 4200.0, 4240.0, 4209.0, 4261.0, 4242.0, 4250.0, 4240.0, 4210.0, 4250.0, 4210.0, 4248.0, 4239.0, 4239.0, 4229.0, 4199.0, 4249.0, 4198.0, 4238.0, 4207.0, 4208.0, 4229.0, 4209.0, 4259.0, 4208.0, 4219.0, 4209.0, 4210.0, 4260.0, 4230.0, 4220.0, 4209.0, 4209.0, 4250.0, 4211.0, 4241.0, 4230.0, 4221.0, 4261.0, 4209.0, 4239.0, 4230.0, 4212.0, 4251.0, 4210.0, 4239.0, 4210.0, 4210.0, 4240.0, 4211.0, 4251.0, 4239.0, 4221.0, 4250.0, 4211.0, 4231.0, 4220.0, 4224.0, 4262.0, 4242.0, 4243.0, 4232.0, 4222.0, 4261.0, 4223.0, 4243.0, 4243.0, 4233.0, 4274.0, 4224.0, 4244.0, 4223.0, 4234.0, 4263.0, 4224.0, 4273.0, 4254.0, 4234.0, 4233.0, 4233.0, 4263.0, 4213.0, 4263.0, 4243.0, 4224.0, 4254.0, 4225.0, 4266.0, 4246.0, 4234.0, 4265.0, 4225.0, 4244.0, 4235.0, 4246.0, 4276.0, 4246.0, 4255.0, 4255.0, 4236.0, 4275.0, 4237.0, 4255.0, 4253.0, 4236.0, 4286.0, 4257.0, 4236.0, 4256.0, 4225.0, 4276.0, 4257.0, 4246.0, 4265.0, 4225.0, 4245.0, 4245.0, 4236.0, 4288.0, 4277.0, 4236.0, 4277.0, 4226.0, 4247.0, 4235.0, 4238.0, 4287.0, 4277.0, 4236.0, 4275.0, 4223.0, 4245.0, 4256.0, 4227.0, 4276.0, 4267.0, 4235.0, 4277.0, 4237.0, 4276.0, 4267.0, 4235.0, 4275.0, 4234.0, 4233.0, 4233.0, 4223.0, 4273.0, 4233.0, 4263.0, 4241.0, 4222.0, 4241.0, 4223.0, 4273.0, 4232.0, 4250.0, 4239.0, 4209.0, 4250.0, 4210.0, 4222.0, 4252.0, 4222.0, 4253.0, 4222.0, 4221.0, 4261.0, 4222.0, 4259.0, 4250.0, 4211.0, 4251.0, 4210.0, 4220.0, 4241.0, 4235.0, 4264.0, 4243.0, 4223.0], 'WindowWidth': [9460.0, 9435.0, 9397.0, 9392.0, 9367.0, 9354.0, 9387.0, 9363.0, 9348.0, 9366.0, 9376.0, 9352.0, 9367.0, 9392.0, 9368.0, 9342.0, 9356.0, 9376.0, 9408.0, 9397.0, 9388.0, 9396.0, 9379.0, 9378.0, 9399.0, 9423.0, 9386.0, 9433.0, 9398.0, 9408.0, 9387.0, 9384.0, 9388.0, 9418.0, 9429.0, 9393.0, 9460.0, 9408.0, 9405.0, 9421.0, 9383.0, 9441.0, 9453.0, 9462.0, 9394.0, 9399.0, 9382.0, 9402.0, 9440.0, 9421.0, 9407.0, 9388.0, 9401.0, 9408.0, 9379.0, 9419.0, 9380.0, 9404.0, 9382.0, 9386.0, 9406.0, 9405.0, 9446.0, 9407.0, 9429.0, 9417.0, 9386.0, 9405.0, 9401.0, 9428.0, 9405.0, 9445.0, 9425.0, 9434.0, 9426.0, 9409.0, 9413.0, 9360.0, 9464.0, 9445.0, 9518.0, 9526.0, 9453.0, 9406.0, 9391.0, 9396.0, 9417.0, 9439.0, 9465.0, 9456.0, 9425.0, 9421.0, 9419.0, 9441.0, 9397.0, 9434.0, 9405.0, 9448.0, 9486.0, 9453.0, 9537.0, 9477.0, 9491.0, 9461.0, 9420.0, 9487.0, 9425.0, 9480.0, 9491.0, 9447.0, 9507.0, 9451.0, 9512.0, 9433.0, 9481.0, 9485.0, 9480.0, 9467.0, 9443.0, 9496.0, 9429.0, 9495.0, 9471.0, 9480.0, 9465.0, 9412.0, 9488.0, 9407.0, 9457.0, 9451.0, 9441.0, 9489.0, 9425.0, 9475.0, 9437.0, 9421.0, 9450.0, 9426.0, 9492.0, 9465.0, 9478.0, 9449.0, 9421.0, 9472.0, 9413.0, 9489.0, 9474.0, 9418.0, 9445.0, 9406.0, 9469.0, 9406.0, 9491.0, 9462.0, 9455.0, 9443.0, 9405.0, 9469.0, 9403.0, 9468.0, 9432.0, 9452.0, 9426.0, 9425.0, 9488.0, 9422.0, 9423.0, 9463.0, 9448.0, 9446.0, 9478.0, 9439.0, 9450.0, 9433.0, 9427.0, 9495.0, 9466.0, 9466.0, 9465.0, 9412.0, 9474.0, 9421.0, 9466.0, 9462.0, 9408.0, 9489.0, 9408.0, 9457.0, 9434.0, 9405.0, 9463.0, 9427.0, 9486.0, 9432.0, 9457.0, 9432.0, 9415.0, 9430.0, 9422.0, 9481.0, 9415.0, 9482.0, 9401.0, 9452.0, 9414.0, 9390.0, 9443.0, 9403.0, 9479.0, 9403.0, 9466.0, 9400.0, 9454.0, 9444.0, 9415.0, 9468.0, 9404.0, 9468.0, 9403.0, 9443.0, 9445.0, 9421.0, 9472.0, 9407.0, 9472.0, 9421.0, 9420.0, 9446.0, 9428.0, 9493.0, 9438.0, 9476.0, 9461.0, 9425.0, 9471.0, 9421.0, 9487.0, 9440.0, 9477.0, 9461.0, 9435.0, 9460.0, 9432.0, 9489.0, 9424.0, 9482.0, 9466.0, 9424.0, 9462.0, 9431.0, 9491.0, 9426.0, 9451.0, 9454.0, 9430.0, 9495.0, 9484.0, 9455.0, 9466.0, 9429.0, 9493.0, 9460.0, 9515.0, 9497.0, 9436.0, 9481.0, 9423.0, 9448.0, 9453.0, 9445.0, 9456.0, 9490.0, 9472.0, 9485.0, 9537.0, 9512.0, 9450.0, 9497.0, 9469.0, 9495.0, 9483.0, 9439.0, 9494.0, 9424.0, 9450.0, 9420.0, 9408.0, 9487.0, 9448.0, 9474.0, 9462.0, 9418.0, 9431.0, 9417.0, 9427.0, 9494.0, 9460.0, 9448.0, 9429.0, 9419.0, 9471.0, 9442.0, 9472.0, 9445.0, 9451.0, 9447.0, 9394.0, 9446.0, 9393.0, 9456.0, 9400.0, 9430.0, 9417.0, 9378.0, 9446.0, 9394.0, 9417.0, 9394.0, 9411.0, 9423.0, 9406.0, 9447.0, 9391.0, 9457.0, 9391.0, 9438.0, 9429.0, 9436.0, 9412.0, 9382.0, 9417.0, 9414.0, 9412.0, 9409.0, 9397.0, 9459.0, 9435.0, 9398.0, 9430.0, 9392.0, 9403.0, 9433.0, 9395.0, 9463.0, 9408.0, 9398.0, 9392.0, 9393.0, 9459.0, 9396.0, 9444.0, 9438.0, 9397.0, 9434.0, 9397.0, 9409.0, 9429.0, 9425.0, 9467.0, 9431.0, 9400.0, 9410.0, 9399.0, 9468.0, 9434.0, 9463.0, 9467.0, 9412.0, 9422.0, 9396.0, 9460.0, 9411.0, 9446.0, 9432.0, 9380.0, 9445.0, 9379.0, 9443.0, 9408.0, 9445.0, 9430.0, 9403.0, 9426.0, 9373.0, 9437.0, 9388.0, 9425.0, 9426.0, 9384.0, 9410.0, 9372.0, 9435.0, 9369.0, 9412.0, 9399.0, 9371.0, 9440.0, 9388.0, 9440.0, 9388.0, 9428.0, 9403.0, 9426.0, 9403.0, 9390.0, 9415.0, 9392.0, 9447.0, 9409.0, 9456.0, 9432.0, 9402.0, 9402.0, 9397.0, 9437.0, 9391.0, 9462.0, 9395.0, 9445.0, 9394.0, 9410.0, 9422.0, 9396.0, 9478.0, 9412.0, 9439.0, 9410.0, 9398.0, 9435.0, 9412.0, 9480.0, 9440.0, 9439.0, 9413.0, 9415.0, 9428.0, 9418.0, 9481.0, 9415.0, 9481.0, 9418.0, 9468.0, 9414.0, 9433.0, 9444.0, 9415.0, 9484.0, 9418.0, 9469.0, 9403.0, 9441.0, 9443.0, 9402.0, 9456.0, 9417.0, 9485.0, 9420.0, 9472.0, 9434.0, 9460.0, 9458.0, 9429.0, 9484.0, 9421.0, 9485.0, 9419.0, 9472.0, 9460.0, 9419.0, 9474.0, 9420.0, 9447.0, 9437.0, 9441.0, 9464.0, 9441.0, 9509.0, 9447.0, 9497.0, 9478.0, 9512.0, 9492.0, 9492.0, 9480.0, 9447.0, 9449.0, 9421.0, 9462.0, 9447.0, 9486.0, 9435.0, 9487.0, 9422.0, 9477.0, 9440.0, 9450.0, 9473.0, 9425.0, 9488.0, 9439.0, 9444.0, 9459.0, 9434.0, 9469.0, 9416.0, 9473.0, 9387.0, 9412.0, 9425.0, 9397.0, 9466.0, 9414.0, 9464.0, 9397.0, 9450.0, 9439.0, 9410.0, 9468.0, 9401.0, 9447.0, 9423.0, 9410.0, 9434.0, 9394.0, 9461.0, 9395.0, 9407.0, 9395.0, 9414.0, 9453.0, 9414.0, 9465.0, 9414.0, 9451.0, 9425.0, 9451.0, 9438.0, 9397.0, 9436.0, 9395.0, 9464.0, 9414.0, 9446.0, 9451.0, 9399.0, 9439.0, 9416.0, 9454.0, 9416.0, 9411.0, 9428.0, 9417.0, 9471.0, 9423.0, 9474.0, 9451.0, 9455.0, 9499.0, 9458.0, 9442.0, 9498.0, 9430.0, 9442.0, 9466.0, 9443.0, 9508.0, 9452.0, 9492.0, 9427.0, 9454.0, 9454.0, 9473.0, 9495.0, 9458.0, 9506.0, 9454.0, 9494.0, 9446.0, 9496.0, 9467.0, 9457.0, 9482.0, 9454.0, 9496.0, 9446.0, 9482.0, 9473.0, 9479.0, 9503.0, 9464.0, 9485.0, 9474.0, 9448.0, 9500.0, 9460.0, 9498.0, 9444.0, 9479.0, 9482.0, 9452.0, 9493.0, 9442.0, 9491.0, 9454.0, 9476.0, 9479.0, 9449.0, 9492.0, 9440.0, 9492.0, 9425.0, 9491.0, 9478.0, 9454.0, 9493.0, 9437.0, 9481.0, 9478.0, 9439.0, 9491.0, 9439.0, 9489.0, 9437.0, 9477.0, 9478.0, 9434.0, 9475.0, 9422.0, 9490.0, 9440.0, 9476.0, 9462.0, 9449.0, 9475.0, 9425.0, 9490.0, 9482.0, 9436.0, 9447.0, 9438.0, 9495.0, 9456.0, 9479.0, 9466.0, 9439.0, 9490.0, 9426.0, 9476.0, 9477.0, 9436.0, 9477.0, 9439.0, 9475.0, 9451.0, 9464.0, 9458.0, 9434.0, 9486.0, 9421.0, 9475.0, 9464.0, 9443.0, 9468.0, 9422.0, 9469.0, 9421.0, 9464.0, 9461.0, 9435.0, 9488.0, 9435.0, 9431.0, 9459.0, 9440.0, 9473.0, 9446.0, 9457.0, 9442.0, 9400.0, 9458.0, 9422.0, 9481.0, 9422.0, 9467.0, 9397.0, 9457.0, 9443.0, 9412.0, 9468.0, 9415.0, 9426.0, 9439.0, 9419.0, 9492.0, 9448.0, 9454.0, 9442.0, 9416.0, 9467.0, 9405.0, 9454.0, 9457.0, 9411.0, 9457.0, 9420.0, 9456.0, 9417.0, 9413.0, 9457.0, 9420.0, 9468.0, 9467.0, 9434.0, 9469.0, 9403.0, 9456.0, 9444.0, 9428.0, 9489.0, 9443.0, 9426.0, 9424.0, 9417.0, 9471.0, 9453.0, 9435.0, 9422.0, 9408.0, 9462.0, 9397.0, 9433.0, 9435.0, 9404.0, 9465.0, 9411.0, 9409.0, 9406.0, 9411.0, 9466.0, 9453.0, 9399.0, 9431.0, 9379.0, 9392.0, 9437.0, 9409.0, 9445.0, 9433.0, 9404.0, 9440.0, 9404.0, 9414.0, 9389.0, 9385.0, 9423.0, 9380.0, 9436.0, 9407.0, 9405.0, 9373.0, 9359.0, 9409.0, 9355.0, 9387.0, 9351.0, 9341.0, 9410.0, 9336.0, 9339.0, 9354.0, 9344.0, 9415.0, 9394.0, 9344.0, 9352.0, 9324.0, 9338.0, 9368.0, 9361.0, 9407.0, 9387.0, 9411.0, 9389.0, 9382.0, 9366.0, 9339.0, 9362.0, 9318.0, 9387.0, 9361.0, 9371.0, 9340.0, 9311.0, 9350.0, 9308.0, 9331.0, 9304.0, 9288.0, 9301.0, 9288.0, 9342.0, 9307.0, 9356.0, 9315.0, 9307.0, 9303.0, 9305.0, 9343.0, 9293.0, 9346.0, 9323.0, 9334.0, 9381.0, 9343.0, 9346.0, 9311.0, 9337.0, 9314.0, 9333.0, 9359.0, 9335.0, 9386.0, 9336.0, 9400.0, 9338.0, 9347.0, 9381.0, 9363.0, 9400.0, 9362.0, 9399.0, 9350.0, 9384.0, 9392.0, 9362.0, 9430.0, 9366.0, 9379.0, 9395.0, 9365.0, 9434.0, 9384.0, 9431.0, 9422.0, 9379.0, 9406.0, 9369.0, 9435.0, 9427.0, 9420.0, 9399.0, 9345.0, 9409.0, 9345.0, 9381.0, 9369.0, 9355.0, 9407.0, 9370.0, 9393.0, 9364.0, 9335.0, 9363.0, 9343.0, 9406.0, 9354.0, 9391.0, 9338.0, 9336.0, 9382.0, 9350.0, 9391.0, 9337.0, 9388.0, 9322.0, 9348.0, 9347.0, 9321.0, 9388.0, 9340.0, 9405.0, 9376.0, 9335.0, 9363.0, 9340.0, 9368.0, 9372.0, 9349.0, 9415.0, 9349.0, 9360.0, 9372.0, 9348.0, 9423.0, 9399.0, 9371.0, 9398.0, 9347.0, 9371.0, 9355.0, 9339.0, 9395.0, 9345.0, 9411.0, 9398.0, 9382.0, 9383.0, 9344.0, 9381.0, 9355.0, 9336.0, 9381.0, 9367.0, 9412.0, 9397.0, 9342.0, 9367.0, 9343.0, 9410.0, 9363.0, 9408.0, 9391.0, 9340.0, 9369.0, 9345.0, 9342.0, 9358.0, 9361.0, 9418.0, 9364.0, 9378.0, 9377.0, 9352.0, 9416.0, 9362.0, 9416.0, 9402.0, 9399.0, 9403.0, 9353.0, 9383.0, 9346.0, 9345.0, 9369.0, 9352.0, 9418.0, 9412.0, 9367.0, 9403.0, 9350.0, 9420.0, 9375.0, 9357.0, 9384.0, 9346.0, 9398.0, 9344.0, 9357.0, 9373.0, 9352.0, 9414.0, 9359.0, 9361.0, 9360.0, 9366.0, 9423.0, 9371.0, 9414.0, 9378.0, 9357.0, 9424.0, 9367.0, 9368.0, 9429.0, 9374.0, 9417.0, 9390.0, 9383.0, 9342.0, 9331.0, 9385.0, 9343.0, 9415.0, 9390.0, 9397.0, 9384.0, 9346.0, 9397.0, 9347.0, 9395.0, 9382.0, 9382.0, 9369.0, 9328.0, 9396.0, 9326.0, 9379.0, 9339.0, 9341.0, 9369.0, 9341.0, 9408.0, 9341.0, 9355.0, 9342.0, 9346.0, 9411.0, 9372.0, 9359.0, 9344.0, 9346.0, 9399.0, 9350.0, 9389.0, 9374.0, 9362.0, 9415.0, 9346.0, 9383.0, 9374.0, 9352.0, 9400.0, 9346.0, 9385.0, 9345.0, 9347.0, 9386.0, 9349.0, 9402.0, 9384.0, 9362.0, 9400.0, 9351.0, 9376.0, 9362.0, 9373.0, 9420.0, 9394.0, 9395.0, 9380.0, 9367.0, 9418.0, 9371.0, 9397.0, 9396.0, 9383.0, 9439.0, 9373.0, 9398.0, 9369.0, 9386.0, 9424.0, 9372.0, 9437.0, 9411.0, 9384.0, 9382.0, 9383.0, 9422.0, 9358.0, 9423.0, 9397.0, 9373.0, 9412.0, 9377.0, 9433.0, 9407.0, 9388.0, 9430.0, 9378.0, 9401.0, 9389.0, 9405.0, 9445.0, 9406.0, 9416.0, 9417.0, 9393.0, 9444.0, 9396.0, 9416.0, 9414.0, 9393.0, 9459.0, 9420.0, 9393.0, 9418.0, 9379.0, 9446.0, 9420.0, 9404.0, 9430.0, 9377.0, 9403.0, 9404.0, 9394.0, 9466.0, 9449.0, 9393.0, 9449.0, 9380.0, 9408.0, 9390.0, 9399.0, 9461.0, 9450.0, 9391.0, 9444.0, 9372.0, 9404.0, 9418.0, 9384.0, 9444.0, 9435.0, 9391.0, 9449.0, 9395.0, 9447.0, 9434.0, 9389.0, 9443.0, 9387.0, 9384.0, 9382.0, 9369.0, 9434.0, 9381.0, 9422.0, 9391.0, 9365.0, 9390.0, 9368.0, 9435.0, 9381.0, 9401.0, 9385.0, 9346.0, 9400.0, 9349.0, 9366.0, 9405.0, 9366.0, 9410.0, 9365.0, 9364.0, 9416.0, 9365.0, 9413.0, 9400.0, 9348.0, 9402.0, 9349.0, 9359.0, 9389.0, 9390.0, 9426.0, 9395.0, 9371.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.0021966493955094986</td></tr>
<tr><td colspan=3>aqi</td><td>0.03237231822107081</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.95026483754533</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2220570386862575</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0105132766983576</td></tr>
<tr><td colspan=3>efc</td><td>0.4916</td></tr>
<tr><td colspan=3>fber</td><td>4814.3901</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09891505923650365</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>57</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.922279792746114</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.470731132163621</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.446712214393108</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6538404821820576</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.311640699915697</td></tr>
<tr><td colspan=3>gcor</td><td>0.0196274</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010894815437495708</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02816876210272312</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1158</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.011189018892277</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>31.4561</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.2115</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>186.3572</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295535.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>846.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>353.2099</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7945</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>583.0098</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3413.8078</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3551.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81009.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1330.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4510.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>885.2682</td></tr>
<tr><td colspan=3>tsnr</td><td>31.953336965991184</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>