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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:03:40.447500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999029, 0.00884837, 0.0431718, -0.0148219, 0.99003, 0.140078]</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.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0844263</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4227, -7756, -7266, 272, -133, 13, 112, 119]</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>227.397</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d05e1faa-81a2-4dd2-9e07-3a0bb3557974||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6803202629089355, -0.039766207337379456, 0.11205504834651947, 114.17179107666016], [-0.023739520460367203, 2.656177043914795, 0.37957024574279785, -105.03206634521484], [0.11582671105861664, -0.3758184313774109, 2.670836925506592, -67.92196655273438], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1157]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157], 'AcquisitionTime': ['150340.447500', '150340.907500', '150341.367500', '150341.827500', '150342.287500', '150342.747500', '150343.207500', '150343.667500', '150344.127500', '150344.587500', '150345.047500', '150345.507500', '150345.967500', '150346.427500', '150346.887500', '150347.347500', '150347.807500', '150348.267500', '150348.727500', '150349.187500', '150349.647500', '150350.107500', '150350.567500', '150351.027500', '150351.487500', '150351.947500', '150352.407500', '150352.867500', '150353.327500', '150353.787500', '150354.247500', '150354.707500', '150355.167500', '150355.627500', '150356.087500', '150356.547500', '150357.007500', '150357.467500', '150357.927500', '150358.387500', '150358.847500', '150359.307500', '150359.767500', '150400.227500', '150400.687500', '150401.147500', '150401.607500', '150402.067500', '150402.527500', '150402.987500', '150403.447500', '150403.907500', '150404.367500', '150404.827500', '150405.287500', '150405.747500', '150406.207500', '150406.667500', '150407.127500', '150407.587500', '150408.047500', '150408.507500', '150408.967500', '150409.427500', '150409.887500', '150410.347500', '150410.807500', '150411.267500', '150411.727500', '150412.187500', '150412.647500', '150413.107500', '150413.567500', '150414.027500', '150414.487500', '150414.947500', '150415.407500', '150415.867500', '150416.327500', '150416.787500', '150417.247500', '150417.707500', '150418.167500', '150418.627500', '150419.087500', '150419.547500', '150420.007500', '150420.467500', '150420.927500', '150421.387500', '150421.847500', '150422.307500', '150422.767500', '150423.227500', '150423.687500', '150424.147500', '150424.607500', '150425.067500', '150425.527500', '150425.987500', '150426.447500', '150426.907500', '150427.367500', '150427.827500', '150428.287500', '150428.747500', '150429.207500', '150429.667500', '150430.127500', '150430.587500', '150431.047500', '150431.507500', '150431.967500', '150432.427500', '150432.887500', '150433.347500', '150433.807500', '150434.267500', '150434.727500', '150435.187500', '150435.647500', '150436.107500', '150436.567500', '150437.027500', '150437.487500', '150437.947500', '150438.407500', '150438.867500', '150439.327500', '150439.787500', '150440.247500', '150440.707500', '150441.167500', '150441.627500', '150442.087500', '150442.547500', '150443.007500', '150443.467500', '150443.927500', '150444.387500', '150444.847500', '150445.307500', '150445.767500', '150446.227500', '150446.687500', '150447.147500', '150447.607500', '150448.067500', '150448.527500', '150448.987500', '150449.447500', '150449.907500', '150450.367500', '150450.827500', '150451.287500', '150451.747500', '150452.207500', '150452.667500', '150453.127500', '150453.587500', '150454.047500', '150454.507500', '150454.967500', '150455.427500', '150455.887500', '150456.347500', '150456.807500', '150457.267500', '150457.727500', '150458.187500', '150458.647500', '150459.107500', '150459.567500', '150500.027500', '150500.487500', '150500.947500', '150501.407500', '150501.867500', '150502.327500', '150502.787500', '150503.247500', '150503.707500', '150504.167500', '150504.627500', '150505.087500', '150505.547500', '150506.007500', '150506.467500', '150506.927500', '150507.387500', '150507.847500', '150508.307500', '150508.767500', '150509.227500', '150509.687500', '150510.147500', '150510.607500', '150511.067500', '150511.527500', '150511.987500', '150512.447500', '150512.907500', '150513.367500', '150513.827500', '150514.287500', '150514.747500', '150515.207500', '150515.667500', '150516.127500', '150516.587500', '150517.047500', '150517.507500', '150517.967500', '150518.427500', '150518.887500', '150519.347500', '150519.807500', '150520.267500', '150520.727500', '150521.187500', '150521.647500', '150522.107500', '150522.567500', '150523.027500', '150523.487500', '150523.947500', '150524.407500', '150524.867500', '150525.327500', '150525.787500', '150526.247500', '150526.707500', '150527.167500', '150527.627500', '150528.087500', '150528.547500', '150529.007500', '150529.467500', '150529.927500', '150530.387500', '150530.847500', '150531.307500', '150531.767500', '150532.227500', '150532.687500', '150533.147500', '150533.607500', '150534.067500', '150534.527500', '150534.987500', '150535.447500', '150535.907500', '150536.367500', '150536.827500', '150537.287500', '150537.747500', '150538.207500', '150538.667500', '150539.127500', '150539.587500', '150540.047500', '150540.507500', '150540.967500', '150541.427500', '150541.887500', '150542.347500', '150542.807500', '150543.267500', '150543.727500', '150544.187500', '150544.647500', '150545.107500', '150545.567500', '150546.027500', '150546.487500', '150546.947500', '150547.407500', '150547.867500', '150548.327500', '150548.787500', '150549.247500', '150549.707500', '150550.167500', '150550.627500', '150551.087500', '150551.547500', '150552.007500', '150552.467500', '150552.927500', '150553.387500', '150553.847500', '150554.307500', '150554.767500', '150555.227500', '150555.687500', '150556.147500', '150556.607500', '150557.067500', '150557.527500', '150557.987500', '150558.447500', '150558.907500', '150559.367500', '150559.827500', '150600.287500', '150600.747500', '150601.207500', '150601.667500', '150602.127500', '150602.587500', '150603.047500', '150603.507500', '150603.967500', '150604.427500', '150604.887500', '150605.347500', '150605.807500', '150606.267500', '150606.727500', '150607.187500', '150607.647500', '150608.107500', '150608.567500', '150609.027500', '150609.487500', '150609.947500', '150610.407500', '150610.867500', '150611.327500', '150611.787500', '150612.247500', '150612.707500', '150613.167500', '150613.627500', '150614.087500', '150614.547500', '150615.007500', '150615.467500', '150615.927500', '150616.387500', '150616.847500', '150617.307500', '150617.767500', '150618.227500', '150618.687500', '150619.147500', '150619.607500', '150620.067500', '150620.527500', '150620.987500', '150621.447500', '150621.907500', '150622.367500', '150622.827500', '150623.287500', '150623.747500', '150624.207500', '150624.667500', '150625.127500', '150625.587500', '150626.047500', '150626.507500', '150626.967500', '150627.427500', '150627.887500', '150628.347500', '150628.807500', '150629.267500', '150629.727500', '150630.187500', '150630.647500', '150631.107500', '150631.567500', '150632.027500', '150632.487500', '150632.947500', '150633.407500', '150633.867500', '150634.327500', '150634.787500', '150635.247500', '150635.707500', '150636.167500', '150636.627500', '150637.087500', '150637.547500', '150638.007500', '150638.467500', '150638.927500', '150639.387500', '150639.847500', '150640.307500', '150640.767500', '150641.227500', '150641.687500', '150642.147500', '150642.607500', '150643.067500', '150643.527500', '150643.987500', '150644.447500', '150644.907500', '150645.367500', '150645.827500', '150646.287500', '150646.747500', '150647.207500', '150647.667500', '150648.127500', '150648.587500', '150649.047500', '150649.507500', '150649.967500', '150650.427500', '150650.887500', '150651.347500', '150651.807500', '150652.267500', '150652.727500', '150653.187500', '150653.647500', '150654.107500', '150654.567500', '150655.027500', '150655.487500', '150655.947500', '150656.407500', '150656.867500', '150657.327500', '150657.787500', '150658.247500', '150658.707500', '150659.167500', '150659.627500', '150700.087500', '150700.547500', '150701.007500', '150701.467500', '150701.927500', '150702.387500', '150702.847500', '150703.307500', '150703.767500', '150704.227500', '150704.687500', '150705.147500', '150705.607500', '150706.067500', '150706.527500', '150706.987500', '150707.447500', '150707.907500', '150708.367500', '150708.827500', '150709.287500', '150709.747500', '150710.207500', '150710.667500', '150711.127500', '150711.587500', '150712.047500', '150712.507500', '150712.967500', '150713.427500', '150713.887500', '150714.347500', '150714.807500', '150715.267500', '150715.727500', '150716.187500', '150716.647500', '150717.107500', '150717.567500', '150718.027500', '150718.487500', '150718.947500', '150719.407500', '150719.867500', '150720.327500', '150720.787500', '150721.247500', '150721.707500', '150722.167500', '150722.627500', '150723.087500', '150723.547500', '150724.007500', '150724.467500', '150724.927500', '150725.387500', '150725.847500', '150726.307500', '150726.767500', '150727.227500', '150727.687500', '150728.147500', '150728.607500', '150729.067500', '150729.527500', '150729.987500', '150730.447500', '150730.907500', '150731.367500', '150731.827500', '150732.287500', '150732.747500', '150733.207500', '150733.667500', '150734.127500', '150734.587500', '150735.047500', '150735.507500', '150735.967500', '150736.427500', '150736.887500', '150737.347500', '150737.807500', '150738.267500', '150738.727500', '150739.187500', '150739.647500', '150740.107500', '150740.567500', '150741.027500', '150741.487500', '150741.947500', '150742.407500', '150742.867500', '150743.327500', '150743.787500', '150744.247500', '150744.707500', '150745.167500', '150745.627500', '150746.087500', '150746.547500', '150747.007500', '150747.467500', '150747.927500', '150748.387500', '150748.847500', '150749.307500', '150749.767500', '150750.227500', '150750.687500', '150751.147500', '150751.607500', '150752.067500', '150752.527500', '150752.987500', '150753.447500', '150753.907500', '150754.367500', '150754.827500', '150755.287500', '150755.747500', '150756.207500', '150756.667500', '150757.127500', '150757.587500', '150758.047500', '150758.507500', '150758.967500', '150759.427500', '150759.887500', '150800.347500', '150800.807500', '150801.267500', '150801.727500', '150802.187500', '150802.647500', '150803.107500', '150803.567500', '150804.027500', '150804.487500', '150804.947500', '150805.407500', '150805.867500', '150806.327500', '150806.787500', '150807.247500', '150807.707500', '150808.167500', '150808.627500', '150809.087500', '150809.547500', '150810.007500', '150810.467500', '150810.927500', '150811.387500', '150811.847500', '150812.307500', '150812.767500', '150813.227500', '150813.687500', '150814.147500', '150814.607500', '150815.067500', '150815.527500', '150815.987500', '150816.447500', '150816.907500', '150817.367500', '150817.827500', '150818.287500', '150818.747500', '150819.207500', '150819.667500', '150820.127500', '150820.587500', '150821.047500', '150821.507500', '150821.967500', '150822.427500', '150822.887500', '150823.347500', '150823.807500', '150824.267500', '150824.727500', '150825.187500', '150825.647500', '150826.107500', '150826.567500', '150827.027500', '150827.487500', '150827.947500', '150828.407500', '150828.867500', '150829.327500', '150829.787500', '150830.247500', '150830.707500', '150831.167500', '150831.627500', '150832.087500', '150832.547500', '150833.007500', '150833.467500', '150833.927500', '150834.387500', '150834.847500', '150835.307500', '150835.767500', '150836.227500', '150836.687500', '150837.147500', '150837.607500', '150838.067500', '150838.527500', '150838.987500', '150839.447500', '150839.907500', '150840.367500', '150840.827500', '150841.287500', '150841.747500', '150842.207500', '150842.667500', '150843.127500', '150843.587500', '150844.047500', '150844.507500', '150844.967500', '150845.427500', '150845.887500', '150846.347500', '150846.807500', '150847.267500', '150847.727500', '150848.187500', '150848.647500', '150849.107500', '150849.567500', '150850.027500', '150850.487500', '150850.947500', '150851.407500', '150851.867500', '150852.327500', '150852.787500', '150853.247500', '150853.707500', '150854.167500', '150854.627500', '150855.087500', '150855.547500', '150856.007500', '150856.467500', '150856.927500', '150857.387500', '150857.847500', '150858.307500', '150858.767500', '150859.227500', '150859.687500', '150900.147500', '150900.607500', '150901.067500', '150901.527500', '150901.987500', '150902.447500', '150902.907500', '150903.367500', '150903.827500', '150904.287500', '150904.747500', '150905.207500', '150905.667500', '150906.127500', '150906.587500', '150907.047500', '150907.507500', '150907.967500', '150908.427500', '150908.887500', '150909.347500', '150909.807500', '150910.267500', '150910.727500', '150911.187500', '150911.647500', '150912.107500', '150912.567500', '150913.027500', '150913.487500', '150913.947500', '150914.407500', '150914.867500', '150915.327500', '150915.787500', '150916.247500', '150916.707500', '150917.167500', '150917.627500', '150918.087500', '150918.547500', '150919.007500', '150919.467500', '150919.927500', '150920.387500', '150920.847500', '150921.307500', '150921.767500', '150922.227500', '150922.687500', '150923.147500', '150923.607500', '150924.067500', '150924.527500', '150924.987500', '150925.447500', '150925.907500', '150926.367500', '150926.827500', '150927.287500', '150927.747500', '150928.207500', '150928.667500', '150929.127500', '150929.587500', '150930.047500', '150930.507500', '150930.967500', '150931.427500', '150931.887500', '150932.347500', '150932.807500', '150933.267500', '150933.727500', '150934.187500', '150934.647500', '150935.107500', '150935.567500', '150936.027500', '150936.487500', '150936.947500', '150937.407500', '150937.867500', '150938.327500', '150938.787500', '150939.247500', '150939.707500', '150940.167500', '150940.627500', '150941.087500', '150941.547500', '150942.007500', '150942.467500', '150942.927500', '150943.387500', '150943.847500', '150944.307500', '150944.767500', '150945.227500', '150945.687500', '150946.147500', '150946.607500', '150947.067500', '150947.527500', '150947.987500', '150948.447500', '150948.907500', '150949.367500', '150949.827500', '150950.287500', '150950.747500', '150951.207500', '150951.667500', '150952.127500', '150952.587500', '150953.047500', '150953.507500', '150953.967500', '150954.427500', '150954.887500', '150955.347500', '150955.807500', '150956.267500', '150956.727500', '150957.187500', '150957.647500', '150958.107500', '150958.567500', '150959.027500', '150959.487500', '150959.947500', '151000.407500', '151000.867500', '151001.327500', '151001.787500', '151002.247500', '151002.707500', '151003.167500', '151003.627500', '151004.087500', '151004.547500', '151005.007500', '151005.467500', '151005.927500', '151006.387500', '151006.847500', '151007.307500', '151007.767500', '151008.227500', '151008.687500', '151009.147500', '151009.607500', '151010.067500', '151010.527500', '151010.987500', '151011.447500', '151011.907500', '151012.367500', '151012.827500', '151013.287500', '151013.747500', '151014.207500', '151014.667500', '151015.127500', '151015.587500', '151016.047500', '151016.507500', '151016.967500', '151017.427500', '151017.887500', '151018.347500', '151018.807500', '151019.267500', '151019.727500', '151020.187500', '151020.647500', '151021.107500', '151021.567500', '151022.027500', '151022.487500', '151022.947500', '151023.407500', '151023.867500', '151024.327500', '151024.787500', '151025.247500', '151025.707500', '151026.167500', '151026.627500', '151027.087500', '151027.547500', '151028.007500', '151028.467500', '151028.927500', '151029.387500', '151029.847500', '151030.307500', '151030.767500', '151031.227500', '151031.687500', '151032.147500', '151032.607500', '151033.067500', '151033.527500', '151033.987500', '151034.447500', '151034.907500', '151035.367500', '151035.827500', '151036.287500', '151036.747500', '151037.207500', '151037.667500', '151038.127500', '151038.587500', '151039.047500', '151039.507500', '151039.967500', '151040.427500', '151040.887500', '151041.347500', '151041.807500', '151042.267500', '151042.727500', '151043.187500', '151043.647500', '151044.107500', '151044.567500', '151045.027500', '151045.487500', '151045.947500', '151046.407500', '151046.867500', '151047.327500', '151047.787500', '151048.247500', '151048.707500', '151049.167500', '151049.627500', '151050.087500', '151050.547500', '151051.007500', '151051.467500', '151051.927500', '151052.387500', '151052.847500', '151053.307500', '151053.767500', '151054.227500', '151054.687500', '151055.147500', '151055.607500', '151056.067500', '151056.527500', '151056.987500', '151057.447500', '151057.907500', '151058.367500', '151058.827500', '151059.287500', '151059.747500', '151100.207500', '151100.667500', '151101.127500', '151101.587500', '151102.047500', '151102.507500', '151102.967500', '151103.427500', '151103.887500', '151104.347500', '151104.807500', '151105.267500', '151105.727500', '151106.187500', '151106.647500', '151107.107500', '151107.567500', '151108.027500', '151108.487500', '151108.947500', '151109.407500', '151109.867500', '151110.327500', '151110.787500', '151111.247500', '151111.707500', '151112.167500', '151112.627500', '151113.087500', '151113.547500', '151114.007500', '151114.467500', '151114.927500', '151115.387500', '151115.847500', '151116.307500', '151116.767500', '151117.227500', '151117.687500', '151118.147500', '151118.607500', '151119.067500', '151119.527500', '151119.987500', '151120.447500', '151120.907500', '151121.367500', '151121.827500', '151122.287500', '151122.747500', '151123.207500', '151123.667500', '151124.127500', '151124.587500', '151125.047500', '151125.507500', '151125.967500', '151126.427500', '151126.887500', '151127.347500', '151127.807500', '151128.267500', '151128.727500', '151129.187500', '151129.647500', '151130.107500', '151130.567500', '151131.027500', '151131.487500', '151131.947500', '151132.407500', '151132.867500', '151133.327500', '151133.787500', '151134.247500', '151134.707500', '151135.167500', '151135.627500', '151136.087500', '151136.547500', '151137.007500', '151137.467500', '151137.927500', '151138.387500', '151138.847500', '151139.307500', '151139.767500', '151140.227500', '151140.687500', '151141.147500', '151141.607500', '151142.067500', '151142.527500', '151142.987500', '151143.447500', '151143.907500', '151144.367500', '151144.827500', '151145.287500', '151145.747500', '151146.207500', '151146.667500', '151147.127500', '151147.587500', '151148.047500', '151148.507500', '151148.967500', '151149.427500', '151149.887500', '151150.347500', '151150.807500', '151151.267500', '151151.727500', '151152.187500', '151152.647500', '151153.107500', '151153.567500', '151154.027500', '151154.487500', '151154.947500', '151155.407500', '151155.867500', '151156.327500', '151156.787500', '151157.247500', '151157.707500', '151158.167500', '151158.627500', '151159.087500', '151159.547500', '151200.007500', '151200.467500', '151200.927500', '151201.387500', '151201.847500', '151202.307500', '151202.767500', '151203.227500', '151203.687500', '151204.147500', '151204.607500', '151205.067500', '151205.527500', '151205.987500', '151206.447500', '151206.907500', '151207.367500', '151207.827500', '151208.287500', '151208.747500', '151209.207500', '151209.667500', '151210.127500', '151210.587500', '151211.047500', '151211.507500', '151211.967500', '151212.427500', '151212.887500', '151213.347500', '151213.807500', '151214.267500', '151214.727500', '151215.187500', '151215.647500', '151216.107500', '151216.567500', '151217.027500', '151217.487500', '151217.947500', '151218.407500', '151218.867500', '151219.327500', '151219.787500', '151220.247500', '151220.707500', '151221.167500', '151221.627500', '151222.087500', '151222.547500', '151223.007500', '151223.467500', '151223.927500', '151224.387500', '151224.847500', '151225.307500', '151225.767500', '151226.227500', '151226.687500', '151227.147500', '151227.607500', '151228.067500', '151228.527500', '151228.987500', '151229.447500', '151229.907500', '151230.367500', '151230.827500', '151231.287500', '151231.747500', '151232.207500'], 'ContentTime': ['150355.874000', '150355.891000', '150355.893000', '150355.905000', '150355.907000', '150355.910000', '150355.912000', '150355.915000', '150355.918000', '150355.920000', '150355.923000', '150355.925000', '150355.928000', '150355.930000', '150355.933000', '150355.935000', '150355.938000', '150355.947000', '150355.949000', '150355.952000', '150355.954000', '150355.957000', '150355.959000', '150355.962000', '150355.964000', '150355.967000', '150355.976000', '150355.979000', '150355.981000', '150355.984000', '150355.986000', '150415.848000', '150415.850000', '150415.853000', '150415.856000', '150415.858000', '150415.861000', '150415.863000', '150415.866000', '150415.868000', '150415.871000', '150415.873000', '150415.876000', '150415.879000', '150415.881000', '150415.884000', '150415.886000', '150415.889000', '150415.891000', '150415.894000', '150415.896000', '150415.899000', '150415.901000', '150415.904000', '150415.906000', '150415.909000', '150415.912000', '150415.914000', '150415.917000', '150415.919000', '150415.929000', '150415.932000', '150415.934000', '150415.937000', '150415.939000', '150415.942000', '150415.944000', '150415.947000', '150415.950000', '150415.952000', '150415.955000', '150415.957000', '150415.960000', '150415.962000', '150435.847000', '150435.850000', '150435.853000', '150435.855000', '150435.858000', '150435.860000', '150435.863000', '150435.866000', '150435.868000', '150435.879000', '150435.882000', '150435.884000', '150435.887000', '150435.889000', '150435.892000', '150435.894000', '150435.897000', '150435.899000', '150435.902000', '150435.905000', '150435.907000', '150435.910000', '150435.912000', '150435.915000', '150435.917000', '150435.920000', '150435.922000', '150435.925000', '150435.928000', '150435.930000', '150435.933000', '150435.935000', '150435.938000', '150435.940000', '150435.943000', '150435.945000', '150435.948000', '150435.951000', '150435.953000', '150435.956000', '150435.958000', '150435.961000', '150435.964000', '150435.966000', '150455.846000', '150455.849000', '150455.852000', '150455.854000', '150455.857000', '150455.859000', '150455.862000', '150455.865000', '150455.867000', '150455.870000', '150455.873000', '150455.875000', '150455.878000', '150455.880000', '150455.883000', '150455.885000', '150455.888000', '150455.891000', '150455.893000', '150455.896000', '150455.898000', '150455.901000', '150455.922000', '150455.924000', '150455.927000', '150455.929000', '150455.932000', '150455.935000', '150455.937000', '150455.940000', '150455.942000', '150455.945000', '150455.949000', '150455.952000', '150455.954000', '150455.957000', '150455.959000', '150455.962000', '150455.965000', '150455.967000', '150455.970000', '150455.972000', '150455.975000', '150515.846000', '150515.849000', '150515.852000', '150515.854000', '150515.857000', '150515.859000', '150515.862000', '150515.864000', '150515.867000', '150515.870000', '150515.872000', '150515.875000', '150515.877000', '150515.880000', '150515.882000', '150515.885000', '150515.888000', '150515.890000', '150515.893000', '150515.895000', '150515.898000', '150515.900000', '150515.903000', '150515.905000', '150515.908000', '150515.911000', '150515.913000', '150515.916000', '150515.918000', '150515.921000', '150515.923000', '150515.926000', '150515.929000', '150515.931000', '150515.934000', '150515.936000', '150515.939000', '150515.942000', '150515.944000', '150515.947000', '150515.949000', '150515.952000', '150515.955000', '150515.957000', '150535.847000', '150535.850000', '150535.853000', '150535.856000', '150535.858000', '150535.861000', '150535.863000', '150535.866000', '150535.868000', '150535.871000', '150535.874000', '150535.876000', '150535.879000', '150535.881000', '150535.884000', '150535.886000', '150535.889000', '150535.891000', '150535.894000', '150535.897000', '150535.899000', '150535.902000', '150535.905000', '150535.907000', '150535.910000', '150535.912000', '150535.915000', '150535.918000', '150535.921000', '150535.924000', '150535.928000', '150535.931000', '150535.933000', '150535.936000', '150535.938000', '150535.941000', '150535.944000', '150535.946000', '150535.949000', '150535.951000', '150535.954000', '150535.957000', '150535.959000', '150555.847000', '150555.850000', '150555.853000', '150555.855000', '150555.858000', '150555.861000', '150555.863000', '150555.866000', '150555.868000', '150555.871000', '150555.873000', '150555.876000', '150555.879000', '150555.881000', '150555.884000', '150555.887000', '150555.889000', '150555.892000', '150555.894000', '150555.897000', '150555.900000', '150555.902000', '150555.905000', '150555.907000', '150555.910000', '150555.913000', '150555.915000', '150555.918000', '150555.920000', '150555.923000', '150555.926000', '150555.928000', '150555.931000', '150555.933000', '150555.936000', '150555.939000', '150555.941000', '150555.944000', '150555.946000', '150555.949000', '150555.952000', '150555.954000', '150555.957000', '150555.959000', '150615.848000', '150615.850000', '150615.853000', '150615.855000', '150615.858000', '150615.861000', '150615.863000', '150615.866000', '150615.868000', '150615.871000', '150615.873000', '150615.876000', '150615.878000', '150615.881000', '150615.884000', '150615.886000', '150615.889000', '150615.891000', '150615.894000', '150615.897000', '150615.899000', '150615.902000', '150615.904000', '150615.907000', '150615.909000', '150615.912000', '150615.915000', '150615.917000', '150615.920000', '150615.922000', '150615.925000', '150615.927000', '150615.930000', '150615.933000', '150615.935000', '150615.938000', '150615.941000', '150615.943000', '150615.946000', '150615.948000', '150615.951000', '150615.953000', '150615.956000', '150635.847000', '150635.850000', '150635.853000', '150635.855000', '150635.858000', '150635.861000', '150635.863000', '150635.866000', '150635.868000', '150635.871000', '150635.874000', '150635.876000', '150635.879000', '150635.881000', '150635.884000', '150635.887000', '150635.889000', '150635.892000', '150635.902000', '150635.905000', '150635.907000', '150635.910000', '150635.913000', '150635.915000', '150635.918000', '150635.920000', '150635.923000', '150635.926000', '150635.928000', '150635.931000', '150635.933000', '150635.936000', '150635.938000', '150635.941000', '150635.944000', '150635.946000', '150635.949000', '150635.951000', '150635.954000', '150635.956000', '150635.959000', '150635.961000', '150635.964000', '150635.967000', '150655.848000', '150655.851000', '150655.853000', '150655.856000', '150655.859000', '150655.861000', '150655.864000', '150655.866000', '150655.869000', '150655.872000', '150655.874000', '150655.877000', '150655.879000', '150655.882000', '150655.885000', '150655.887000', '150655.890000', '150655.892000', '150655.895000', '150655.897000', '150655.900000', '150655.903000', '150655.905000', '150655.908000', '150655.910000', '150655.913000', '150655.915000', '150655.918000', '150655.921000', '150655.923000', '150655.926000', '150655.928000', '150655.931000', '150655.933000', '150655.936000', '150655.939000', '150655.941000', '150655.944000', '150655.946000', '150655.949000', '150655.952000', '150655.954000', '150655.957000', '150715.847000', '150715.849000', '150715.852000', '150715.855000', '150715.857000', '150715.860000', '150715.862000', '150715.865000', '150715.868000', '150715.870000', '150715.873000', '150715.875000', '150715.878000', '150715.881000', '150715.883000', '150715.886000', '150715.888000', '150715.891000', '150715.894000', '150715.896000', '150715.899000', '150715.902000', '150715.904000', '150715.907000', '150715.909000', '150715.912000', '150715.914000', '150715.917000', '150715.919000', '150715.922000', '150715.925000', '150715.927000', '150715.930000', '150715.933000', '150715.935000', '150715.938000', '150715.940000', '150715.943000', '150715.945000', '150715.948000', '150715.951000', '150715.953000', '150715.956000', '150715.958000', '150735.847000', '150735.850000', '150735.852000', '150735.855000', '150735.857000', '150735.860000', '150735.863000', '150735.865000', '150735.868000', '150735.870000', '150735.873000', '150735.875000', '150735.878000', '150735.881000', '150735.883000', '150735.886000', '150735.888000', '150735.891000', '150735.894000', '150735.896000', '150735.899000', '150735.901000', '150735.904000', '150735.906000', '150735.909000', '150735.912000', '150735.914000', '150735.917000', '150735.919000', '150735.922000', '150735.924000', '150735.927000', '150735.930000', '150735.932000', '150735.935000', '150735.937000', '150735.940000', '150735.943000', '150735.945000', '150735.948000', '150735.950000', '150735.953000', '150735.955000', '150755.847000', '150755.850000', '150755.853000', '150755.855000', '150755.858000', '150755.861000', '150755.863000', '150755.866000', '150755.868000', '150755.871000', '150755.873000', '150755.876000', '150755.879000', '150755.881000', '150755.884000', '150755.886000', '150755.889000', '150755.892000', '150755.894000', '150755.897000', '150755.900000', '150755.902000', '150755.905000', '150755.907000', '150755.910000', '150755.912000', '150755.915000', '150755.917000', '150755.920000', '150755.923000', '150755.925000', '150755.928000', '150755.930000', '150755.933000', '150755.936000', '150755.938000', '150755.941000', '150755.943000', '150755.946000', '150755.948000', '150755.951000', '150755.954000', '150755.956000', '150755.970000', '150815.848000', '150815.850000', '150815.853000', '150815.856000', '150815.858000', '150815.861000', '150815.863000', '150815.866000', '150815.868000', '150815.871000', '150815.873000', '150815.876000', '150815.879000', '150815.881000', '150815.884000', '150815.886000', '150815.889000', '150815.892000', '150815.894000', '150815.897000', '150815.899000', '150815.902000', '150815.905000', '150815.907000', '150815.910000', '150815.912000', '150815.915000', '150815.917000', '150815.920000', '150815.923000', '150815.925000', '150815.928000', '150815.930000', '150815.933000', '150815.936000', '150815.938000', '150815.941000', '150815.943000', '150815.946000', '150815.948000', '150815.951000', '150815.953000', '150815.956000', '150835.848000', '150835.850000', '150835.853000', '150835.855000', '150835.858000', '150835.861000', '150835.863000', '150835.866000', '150835.868000', '150835.871000', '150835.874000', '150835.876000', '150835.879000', '150835.881000', '150835.884000', '150835.887000', '150835.889000', '150835.892000', '150835.895000', '150835.897000', '150835.900000', '150835.902000', '150835.905000', '150835.908000', '150835.910000', '150835.913000', '150835.915000', '150835.918000', '150835.921000', '150835.923000', '150835.926000', '150835.929000', '150835.931000', '150835.934000', '150835.936000', '150835.939000', '150835.942000', '150835.944000', '150835.947000', '150835.949000', '150835.952000', '150835.955000', '150835.957000', '150835.960000', '150855.847000', '150855.850000', '150855.853000', '150855.856000', '150855.858000', '150855.861000', '150855.863000', '150855.866000', '150855.868000', '150855.871000', '150855.874000', '150855.876000', '150855.879000', '150855.881000', '150855.884000', '150855.887000', '150855.889000', '150855.892000', '150855.894000', '150855.897000', '150855.900000', '150855.902000', '150855.905000', '150855.907000', '150855.910000', '150855.913000', '150855.915000', '150855.918000', '150855.921000', '150855.923000', '150855.926000', '150855.928000', '150855.931000', '150855.934000', '150855.936000', '150855.962000', '150855.965000', '150855.967000', '150855.970000', '150855.973000', '150855.975000', '150855.978000', '150855.980000', '150915.848000', '150915.850000', '150915.853000', '150915.856000', '150915.858000', '150915.861000', '150915.863000', '150915.866000', '150915.868000', '150915.871000', '150915.874000', '150915.876000', '150915.879000', '150915.881000', '150915.884000', '150915.886000', '150915.889000', '150915.892000', '150915.894000', '150915.897000', '150915.899000', '150915.902000', '150915.905000', '150915.907000', '150915.910000', '150915.912000', '150915.917000', '150915.920000', '150915.922000', '150915.925000', '150915.927000', '150915.930000', '150915.932000', '150915.935000', '150915.937000', '150915.940000', '150915.943000', '150915.945000', '150915.948000', '150915.950000', '150915.953000', '150915.956000', '150915.958000', '150915.961000', '150935.846000', '150935.849000', '150935.852000', '150935.855000', '150935.857000', '150935.860000', '150935.862000', '150935.865000', '150935.867000', '150935.870000', '150935.881000', '150935.884000', '150935.886000', '150935.889000', '150935.891000', '150935.894000', '150935.897000', '150935.899000', '150935.902000', '150935.904000', '150935.907000', '150935.909000', '150935.912000', '150935.914000', '150935.917000', '150935.920000', '150935.922000', '150935.925000', '150935.927000', '150935.930000', '150935.932000', '150935.935000', '150935.937000', '150935.940000', '150935.943000', '150935.945000', '150935.948000', '150935.950000', '150935.953000', '150935.956000', '150935.958000', '150935.961000', '150935.964000', '150955.846000', '150955.849000', '150955.852000', '150955.855000', '150955.857000', '150955.860000', '150955.862000', '150955.866000', '150955.869000', '150955.871000', '150955.874000', '150955.876000', '150955.879000', '150955.882000', '150955.884000', '150955.887000', '150955.889000', '150955.892000', '150955.894000', '150955.897000', '150955.899000', '150955.902000', '150955.905000', '150955.907000', '150955.910000', '150955.912000', '150955.915000', '150955.918000', '150955.920000', '150955.923000', '150955.926000', '150955.928000', '150955.931000', '150955.933000', '150955.936000', '150955.938000', '150955.941000', '150955.944000', '150955.946000', '150955.949000', '150955.951000', '150955.954000', '150955.957000', '150955.959000', '151015.848000', '151015.850000', '151015.853000', '151015.856000', '151015.858000', '151015.861000', '151015.863000', '151015.866000', '151015.868000', '151015.871000', '151015.874000', '151015.876000', '151015.879000', '151015.881000', '151015.884000', '151015.887000', '151015.889000', '151015.892000', '151015.894000', '151015.897000', '151015.900000', '151015.902000', '151015.905000', '151015.907000', '151015.910000', '151015.912000', '151015.915000', '151015.918000', '151015.920000', '151015.923000', '151015.925000', '151015.928000', '151015.931000', '151015.933000', '151015.936000', '151015.938000', '151015.941000', '151015.944000', '151015.946000', '151015.949000', '151015.951000', '151015.954000', '151015.957000', '151035.848000', '151035.851000', '151035.853000', '151035.856000', '151035.858000', '151035.861000', '151035.863000', '151035.866000', '151035.869000', '151035.871000', '151035.874000', '151035.876000', '151035.879000', '151035.882000', '151035.884000', '151035.887000', '151035.889000', '151035.892000', '151035.895000', '151035.897000', '151035.900000', '151035.902000', '151035.905000', '151035.908000', '151035.910000', '151035.913000', '151035.915000', '151035.918000', '151035.921000', '151035.923000', '151035.926000', '151035.928000', '151035.931000', '151035.934000', '151035.936000', '151035.939000', '151035.941000', '151035.944000', '151035.947000', '151035.949000', '151035.952000', '151035.955000', '151035.957000', '151055.848000', '151055.850000', '151055.853000', '151055.856000', '151055.858000', '151055.861000', '151055.863000', '151055.866000', '151055.868000', '151055.871000', '151055.874000', '151055.876000', '151055.879000', '151055.881000', '151055.884000', '151055.887000', '151055.889000', '151055.892000', '151055.894000', '151055.897000', '151055.900000', '151055.902000', '151055.919000', '151055.922000', '151055.924000', '151055.927000', '151055.929000', '151055.932000', '151055.934000', '151055.937000', '151055.940000', '151055.942000', '151055.945000', '151055.947000', '151055.950000', '151055.953000', '151055.955000', '151055.958000', '151055.960000', '151055.963000', '151055.966000', '151055.968000', '151055.971000', '151055.973000', '151115.847000', '151115.850000', '151115.853000', '151115.855000', '151115.858000', '151115.861000', '151115.863000', '151115.866000', '151115.868000', '151115.871000', '151115.874000', '151115.876000', '151115.879000', '151115.882000', '151115.884000', '151115.887000', '151115.889000', '151115.892000', '151115.895000', '151115.897000', '151115.900000', '151115.902000', '151115.906000', '151115.909000', '151115.912000', '151115.914000', '151115.917000', '151115.919000', '151115.922000', '151115.925000', '151115.927000', '151115.930000', '151115.932000', '151115.935000', '151115.938000', '151115.940000', '151115.943000', '151115.946000', '151115.948000', '151115.951000', '151115.954000', '151115.956000', '151115.959000', '151115.961000', '151135.847000', '151135.850000', '151135.853000', '151135.855000', '151135.858000', '151135.861000', '151135.863000', '151135.866000', '151135.868000', '151135.871000', '151135.874000', '151135.876000', '151135.879000', '151135.881000', '151135.884000', '151135.886000', '151135.889000', '151135.892000', '151135.894000', '151135.897000', '151135.899000', '151135.902000', '151135.905000', '151135.907000', '151135.910000', '151135.912000', '151135.915000', '151135.917000', '151135.920000', '151135.923000', '151135.925000', '151135.928000', '151135.930000', '151135.933000', '151135.936000', '151135.938000', '151135.941000', '151135.943000', '151135.946000', '151135.948000', '151135.951000', '151135.954000', '151135.956000', '151155.846000', '151155.849000', '151155.852000', '151155.855000', '151155.857000', '151155.860000', '151155.863000', '151155.865000', '151155.868000', '151155.871000', '151155.873000', '151155.876000', '151155.878000', '151155.881000', '151155.883000', '151155.886000', '151155.889000', '151155.891000', '151155.894000', '151155.896000', '151155.899000', '151155.901000', '151155.904000', '151155.907000', '151155.909000', '151155.912000', '151155.914000', '151155.917000', '151155.920000', '151155.922000', '151155.925000', '151155.927000', '151155.930000', '151155.933000', '151155.935000', '151155.938000', '151155.940000', '151155.943000', '151155.945000', '151155.948000', '151155.951000', '151155.953000', '151155.956000', '151215.847000', '151215.849000', '151215.852000', '151215.855000', '151215.857000', '151215.860000', '151215.862000', '151215.865000', '151215.868000', '151215.870000', '151215.873000', '151215.875000', '151215.878000', '151215.881000', '151215.883000', '151215.886000', '151215.889000', '151215.891000', '151215.905000', '151215.907000', '151215.910000', '151215.913000', '151215.915000', '151215.918000', '151215.920000', '151215.923000', '151215.925000', '151215.928000', '151215.931000', '151215.933000', '151215.936000', '151215.939000', '151215.941000', '151215.944000', '151215.946000', '151215.949000', '151215.952000', '151215.954000', '151215.963000', '151215.966000', '151215.968000', '151215.971000', '151215.974000', '151215.976000', '151233.627000', '151233.630000', '151233.633000', '151233.636000', '151233.638000', '151233.641000', '151233.644000', '151233.646000', '151233.649000', '151233.652000', '151233.654000', '151233.657000', '151233.660000', '151233.662000', '151233.665000', '151233.668000', '151233.671000', '151233.673000', '151233.676000', '151233.679000', '151233.681000', '151233.684000', '151233.687000', '151233.689000', '151233.692000', '151233.694000', '151233.697000', '151233.700000', '151233.706000', '151233.710000', '151233.712000', '151233.715000', '151233.718000', '151233.721000', '151233.724000', '151233.727000', '151233.730000', '151233.732000', '151233.735000'], 'InstanceCreationTime': ['150355.874000', '150355.891000', '150355.893000', '150355.905000', '150355.907000', '150355.910000', '150355.912000', '150355.915000', '150355.918000', '150355.920000', '150355.923000', '150355.925000', '150355.928000', '150355.930000', '150355.933000', '150355.935000', '150355.938000', '150355.947000', '150355.949000', '150355.952000', '150355.954000', '150355.957000', '150355.959000', '150355.962000', '150355.964000', '150355.967000', '150355.976000', '150355.979000', '150355.981000', '150355.984000', '150355.986000', '150415.848000', '150415.850000', '150415.853000', '150415.856000', '150415.858000', '150415.861000', '150415.863000', '150415.866000', '150415.868000', '150415.871000', '150415.873000', '150415.876000', '150415.879000', '150415.881000', '150415.884000', '150415.886000', '150415.889000', '150415.891000', '150415.894000', '150415.896000', '150415.899000', '150415.901000', '150415.904000', '150415.906000', '150415.909000', '150415.912000', '150415.914000', '150415.917000', '150415.919000', '150415.929000', '150415.932000', '150415.934000', '150415.937000', '150415.939000', '150415.942000', '150415.944000', '150415.947000', '150415.950000', '150415.952000', '150415.955000', '150415.957000', '150415.960000', '150415.962000', '150435.847000', '150435.850000', '150435.853000', '150435.855000', '150435.858000', '150435.860000', '150435.863000', '150435.866000', '150435.868000', '150435.879000', '150435.882000', '150435.884000', '150435.887000', '150435.889000', '150435.892000', '150435.894000', '150435.897000', '150435.899000', '150435.902000', '150435.905000', '150435.907000', '150435.910000', '150435.912000', '150435.915000', '150435.917000', '150435.920000', '150435.922000', '150435.925000', '150435.928000', '150435.930000', '150435.933000', '150435.935000', '150435.938000', '150435.940000', '150435.943000', '150435.945000', '150435.948000', '150435.951000', '150435.953000', '150435.956000', '150435.958000', '150435.961000', '150435.964000', '150435.966000', '150455.846000', '150455.849000', '150455.852000', '150455.854000', '150455.857000', '150455.859000', '150455.862000', '150455.865000', '150455.867000', '150455.870000', '150455.873000', '150455.875000', '150455.878000', '150455.880000', '150455.883000', '150455.885000', '150455.888000', '150455.891000', '150455.893000', '150455.896000', '150455.898000', '150455.901000', '150455.922000', '150455.924000', '150455.927000', '150455.929000', '150455.932000', '150455.935000', '150455.937000', '150455.940000', '150455.942000', '150455.945000', '150455.949000', '150455.952000', '150455.954000', '150455.957000', '150455.959000', '150455.962000', '150455.965000', '150455.967000', '150455.970000', '150455.972000', '150455.975000', '150515.846000', '150515.849000', '150515.852000', '150515.854000', '150515.857000', '150515.859000', '150515.862000', '150515.864000', '150515.867000', '150515.870000', '150515.872000', '150515.875000', '150515.877000', '150515.880000', '150515.882000', '150515.885000', '150515.888000', '150515.890000', '150515.893000', '150515.895000', '150515.898000', '150515.900000', '150515.903000', '150515.905000', '150515.908000', '150515.911000', '150515.913000', '150515.916000', '150515.918000', '150515.921000', '150515.923000', '150515.926000', '150515.929000', '150515.931000', '150515.934000', '150515.936000', '150515.939000', '150515.942000', '150515.944000', '150515.947000', '150515.949000', '150515.952000', '150515.955000', '150515.957000', '150535.847000', '150535.850000', '150535.853000', '150535.856000', '150535.858000', '150535.861000', '150535.863000', '150535.866000', '150535.868000', '150535.871000', '150535.874000', '150535.876000', '150535.879000', '150535.881000', '150535.884000', '150535.886000', '150535.889000', '150535.891000', '150535.894000', '150535.897000', '150535.899000', '150535.902000', '150535.905000', '150535.907000', '150535.910000', '150535.912000', '150535.915000', '150535.918000', '150535.921000', '150535.924000', '150535.928000', '150535.931000', '150535.933000', '150535.936000', '150535.938000', '150535.941000', '150535.944000', '150535.946000', '150535.949000', '150535.951000', '150535.954000', '150535.957000', '150535.959000', '150555.847000', '150555.850000', '150555.853000', '150555.855000', '150555.858000', '150555.861000', '150555.863000', '150555.866000', '150555.868000', '150555.871000', '150555.873000', '150555.876000', '150555.879000', '150555.881000', '150555.884000', '150555.887000', '150555.889000', '150555.892000', '150555.894000', '150555.897000', '150555.900000', '150555.902000', '150555.905000', '150555.907000', '150555.910000', '150555.913000', '150555.915000', '150555.918000', '150555.920000', '150555.923000', '150555.926000', '150555.928000', '150555.931000', '150555.933000', '150555.936000', '150555.939000', '150555.941000', '150555.944000', '150555.946000', '150555.949000', '150555.952000', '150555.954000', '150555.957000', '150555.959000', '150615.848000', '150615.850000', '150615.853000', '150615.855000', '150615.858000', '150615.861000', '150615.863000', '150615.866000', '150615.868000', '150615.871000', '150615.873000', '150615.876000', '150615.878000', '150615.881000', '150615.884000', '150615.886000', '150615.889000', '150615.891000', '150615.894000', '150615.897000', '150615.899000', '150615.902000', '150615.904000', '150615.907000', '150615.909000', '150615.912000', '150615.915000', '150615.917000', '150615.920000', '150615.922000', '150615.925000', '150615.927000', '150615.930000', '150615.933000', '150615.935000', '150615.938000', '150615.941000', '150615.943000', '150615.946000', '150615.948000', '150615.951000', '150615.953000', '150615.956000', '150635.847000', '150635.850000', '150635.853000', '150635.855000', '150635.858000', '150635.861000', '150635.863000', '150635.866000', '150635.868000', '150635.871000', '150635.874000', '150635.876000', '150635.879000', '150635.881000', '150635.884000', '150635.887000', '150635.889000', '150635.892000', '150635.902000', '150635.905000', '150635.907000', '150635.910000', '150635.913000', '150635.915000', '150635.918000', '150635.920000', '150635.923000', '150635.926000', '150635.928000', '150635.931000', '150635.933000', '150635.936000', '150635.938000', '150635.941000', '150635.944000', '150635.946000', '150635.949000', '150635.951000', '150635.954000', '150635.956000', '150635.959000', '150635.961000', '150635.964000', '150635.967000', '150655.848000', '150655.851000', '150655.853000', '150655.856000', '150655.859000', '150655.861000', '150655.864000', '150655.866000', '150655.869000', '150655.872000', '150655.874000', '150655.877000', '150655.879000', '150655.882000', '150655.885000', '150655.887000', '150655.890000', '150655.892000', '150655.895000', '150655.897000', '150655.900000', '150655.903000', '150655.905000', '150655.908000', '150655.910000', '150655.913000', '150655.915000', '150655.918000', '150655.921000', '150655.923000', '150655.926000', '150655.928000', '150655.931000', '150655.933000', '150655.936000', '150655.939000', '150655.941000', '150655.944000', '150655.946000', '150655.949000', '150655.952000', '150655.954000', '150655.957000', '150715.847000', '150715.849000', '150715.852000', '150715.855000', '150715.857000', '150715.860000', '150715.862000', '150715.865000', '150715.868000', '150715.870000', '150715.873000', '150715.875000', '150715.878000', '150715.881000', '150715.883000', '150715.886000', '150715.888000', '150715.891000', '150715.894000', '150715.896000', '150715.899000', '150715.902000', '150715.904000', '150715.907000', '150715.909000', '150715.912000', '150715.914000', '150715.917000', '150715.919000', '150715.922000', '150715.925000', '150715.927000', '150715.930000', '150715.933000', '150715.935000', '150715.938000', '150715.940000', '150715.943000', '150715.945000', '150715.948000', '150715.951000', '150715.953000', '150715.956000', '150715.958000', '150735.847000', '150735.850000', '150735.852000', '150735.855000', '150735.857000', '150735.860000', '150735.863000', '150735.865000', '150735.868000', '150735.870000', '150735.873000', '150735.875000', '150735.878000', '150735.881000', '150735.883000', '150735.886000', '150735.888000', '150735.891000', '150735.894000', '150735.896000', '150735.899000', '150735.901000', '150735.904000', '150735.906000', '150735.909000', '150735.912000', '150735.914000', '150735.917000', '150735.919000', '150735.922000', '150735.924000', '150735.927000', '150735.930000', '150735.932000', '150735.935000', '150735.937000', '150735.940000', '150735.943000', '150735.945000', '150735.948000', '150735.950000', '150735.953000', '150735.955000', '150755.847000', '150755.850000', '150755.853000', '150755.855000', '150755.858000', '150755.861000', '150755.863000', '150755.866000', '150755.868000', '150755.871000', '150755.873000', '150755.876000', '150755.879000', '150755.881000', '150755.884000', '150755.886000', '150755.889000', '150755.892000', '150755.894000', '150755.897000', '150755.900000', '150755.902000', '150755.905000', '150755.907000', '150755.910000', '150755.912000', '150755.915000', '150755.917000', '150755.920000', '150755.923000', '150755.925000', '150755.928000', '150755.930000', '150755.933000', '150755.936000', '150755.938000', '150755.941000', '150755.943000', '150755.946000', '150755.948000', '150755.951000', '150755.954000', '150755.956000', '150755.970000', '150815.848000', '150815.850000', '150815.853000', '150815.856000', '150815.858000', '150815.861000', '150815.863000', '150815.866000', '150815.868000', '150815.871000', '150815.873000', '150815.876000', '150815.879000', '150815.881000', '150815.884000', '150815.886000', '150815.889000', '150815.892000', '150815.894000', '150815.897000', '150815.899000', '150815.902000', '150815.905000', '150815.907000', '150815.910000', '150815.912000', '150815.915000', '150815.917000', '150815.920000', '150815.923000', '150815.925000', '150815.928000', '150815.930000', '150815.933000', '150815.936000', '150815.938000', '150815.941000', '150815.943000', '150815.946000', '150815.948000', '150815.951000', '150815.953000', '150815.956000', '150835.848000', '150835.850000', '150835.853000', '150835.855000', '150835.858000', '150835.861000', '150835.863000', '150835.866000', '150835.868000', '150835.871000', '150835.874000', '150835.876000', '150835.879000', '150835.881000', '150835.884000', '150835.887000', '150835.889000', '150835.892000', '150835.895000', '150835.897000', '150835.900000', '150835.902000', '150835.905000', '150835.908000', '150835.910000', '150835.913000', '150835.915000', '150835.918000', '150835.921000', '150835.923000', '150835.926000', '150835.929000', '150835.931000', '150835.934000', '150835.936000', '150835.939000', '150835.942000', '150835.944000', '150835.947000', '150835.949000', '150835.952000', '150835.955000', '150835.957000', '150835.960000', '150855.847000', '150855.850000', '150855.853000', '150855.856000', '150855.858000', '150855.861000', '150855.863000', '150855.866000', '150855.868000', '150855.871000', '150855.874000', '150855.876000', '150855.879000', '150855.881000', '150855.884000', '150855.887000', '150855.889000', '150855.892000', '150855.894000', '150855.897000', '150855.900000', '150855.902000', '150855.905000', '150855.907000', '150855.910000', '150855.913000', '150855.915000', '150855.918000', '150855.921000', '150855.923000', '150855.926000', '150855.928000', '150855.931000', '150855.934000', '150855.936000', '150855.962000', '150855.965000', '150855.967000', '150855.970000', '150855.973000', '150855.975000', '150855.978000', '150855.980000', '150915.848000', '150915.850000', '150915.853000', '150915.856000', '150915.858000', '150915.861000', '150915.863000', '150915.866000', '150915.868000', '150915.871000', '150915.874000', '150915.876000', '150915.879000', '150915.881000', '150915.884000', '150915.886000', '150915.889000', '150915.892000', '150915.894000', '150915.897000', '150915.899000', '150915.902000', '150915.905000', '150915.907000', '150915.910000', '150915.912000', '150915.917000', '150915.920000', '150915.922000', '150915.925000', '150915.927000', '150915.930000', '150915.932000', '150915.935000', '150915.937000', '150915.940000', '150915.943000', '150915.945000', '150915.948000', '150915.950000', '150915.953000', '150915.956000', '150915.958000', '150915.961000', '150935.846000', '150935.849000', '150935.852000', '150935.855000', '150935.857000', '150935.860000', '150935.862000', '150935.865000', '150935.867000', '150935.870000', '150935.881000', '150935.884000', '150935.886000', '150935.889000', '150935.891000', '150935.894000', '150935.897000', '150935.899000', '150935.902000', '150935.904000', '150935.907000', '150935.909000', '150935.912000', '150935.914000', '150935.917000', '150935.920000', '150935.922000', '150935.925000', '150935.927000', '150935.930000', '150935.932000', '150935.935000', '150935.937000', '150935.940000', '150935.943000', '150935.945000', '150935.948000', '150935.950000', '150935.953000', '150935.956000', '150935.958000', '150935.961000', '150935.964000', '150955.846000', '150955.849000', '150955.852000', '150955.855000', '150955.857000', '150955.860000', '150955.862000', '150955.866000', '150955.869000', '150955.871000', '150955.874000', '150955.876000', '150955.879000', '150955.882000', '150955.884000', '150955.887000', '150955.889000', '150955.892000', '150955.894000', '150955.897000', '150955.899000', '150955.902000', '150955.905000', '150955.907000', '150955.910000', '150955.912000', '150955.915000', '150955.918000', '150955.920000', '150955.923000', '150955.926000', '150955.928000', '150955.931000', '150955.933000', '150955.936000', '150955.938000', '150955.941000', '150955.944000', '150955.946000', '150955.949000', '150955.951000', '150955.954000', '150955.957000', '150955.959000', '151015.848000', '151015.850000', '151015.853000', '151015.856000', '151015.858000', '151015.861000', '151015.863000', '151015.866000', '151015.868000', '151015.871000', '151015.874000', '151015.876000', '151015.879000', '151015.881000', '151015.884000', '151015.887000', '151015.889000', '151015.892000', '151015.894000', '151015.897000', '151015.900000', '151015.902000', '151015.905000', '151015.907000', '151015.910000', '151015.912000', '151015.915000', '151015.918000', '151015.920000', '151015.923000', '151015.925000', '151015.928000', '151015.931000', '151015.933000', '151015.936000', '151015.938000', '151015.941000', '151015.944000', '151015.946000', '151015.949000', '151015.951000', '151015.954000', '151015.957000', '151035.848000', '151035.851000', '151035.853000', '151035.856000', '151035.858000', '151035.861000', '151035.863000', '151035.866000', '151035.869000', '151035.871000', '151035.874000', '151035.876000', '151035.879000', '151035.882000', '151035.884000', '151035.887000', '151035.889000', '151035.892000', '151035.895000', '151035.897000', '151035.900000', '151035.902000', '151035.905000', '151035.908000', '151035.910000', '151035.913000', '151035.915000', '151035.918000', '151035.921000', '151035.923000', '151035.926000', '151035.928000', '151035.931000', '151035.934000', '151035.936000', '151035.939000', '151035.941000', '151035.944000', '151035.947000', '151035.949000', '151035.952000', '151035.955000', '151035.957000', '151055.848000', '151055.850000', '151055.853000', '151055.856000', '151055.858000', '151055.861000', '151055.863000', '151055.866000', '151055.868000', '151055.871000', '151055.874000', '151055.876000', '151055.879000', '151055.881000', '151055.884000', '151055.887000', '151055.889000', '151055.892000', '151055.894000', '151055.897000', '151055.900000', '151055.902000', '151055.919000', '151055.922000', '151055.924000', '151055.927000', '151055.929000', '151055.932000', '151055.934000', '151055.937000', '151055.940000', '151055.942000', '151055.945000', '151055.947000', '151055.950000', '151055.953000', '151055.955000', '151055.958000', '151055.960000', '151055.963000', '151055.966000', '151055.968000', '151055.971000', '151055.973000', '151115.847000', '151115.850000', '151115.853000', '151115.855000', '151115.858000', '151115.861000', '151115.863000', '151115.866000', '151115.868000', '151115.871000', '151115.874000', '151115.876000', '151115.879000', '151115.882000', '151115.884000', '151115.887000', '151115.889000', '151115.892000', '151115.895000', '151115.897000', '151115.900000', '151115.902000', '151115.906000', '151115.909000', '151115.912000', '151115.914000', '151115.917000', '151115.919000', '151115.922000', '151115.925000', '151115.927000', '151115.930000', '151115.932000', '151115.935000', '151115.938000', '151115.940000', '151115.943000', '151115.946000', '151115.948000', '151115.951000', '151115.954000', '151115.956000', '151115.959000', '151115.961000', '151135.847000', '151135.850000', '151135.853000', '151135.855000', '151135.858000', '151135.861000', '151135.863000', '151135.866000', '151135.868000', '151135.871000', '151135.874000', '151135.876000', '151135.879000', '151135.881000', '151135.884000', '151135.886000', '151135.889000', '151135.892000', '151135.894000', '151135.897000', '151135.899000', '151135.902000', '151135.905000', '151135.907000', '151135.910000', '151135.912000', '151135.915000', '151135.917000', '151135.920000', '151135.923000', '151135.925000', '151135.928000', '151135.930000', '151135.933000', '151135.936000', '151135.938000', '151135.941000', '151135.943000', '151135.946000', '151135.948000', '151135.951000', '151135.954000', '151135.956000', '151155.846000', '151155.849000', '151155.852000', '151155.855000', '151155.857000', '151155.860000', '151155.863000', '151155.865000', '151155.868000', '151155.871000', '151155.873000', '151155.876000', '151155.878000', '151155.881000', '151155.883000', '151155.886000', '151155.889000', '151155.891000', '151155.894000', '151155.896000', '151155.899000', '151155.901000', '151155.904000', '151155.907000', '151155.909000', '151155.912000', '151155.914000', '151155.917000', '151155.920000', '151155.922000', '151155.925000', '151155.927000', '151155.930000', '151155.933000', '151155.935000', '151155.938000', '151155.940000', '151155.943000', '151155.945000', '151155.948000', '151155.951000', '151155.953000', '151155.956000', '151215.847000', '151215.849000', '151215.852000', '151215.855000', '151215.857000', '151215.860000', '151215.862000', '151215.865000', '151215.868000', '151215.870000', '151215.873000', '151215.875000', '151215.878000', '151215.881000', '151215.883000', '151215.886000', '151215.889000', '151215.891000', '151215.905000', '151215.907000', '151215.910000', '151215.913000', '151215.915000', '151215.918000', '151215.920000', '151215.923000', '151215.925000', '151215.928000', '151215.931000', '151215.933000', '151215.936000', '151215.939000', '151215.941000', '151215.944000', '151215.946000', '151215.949000', '151215.952000', '151215.954000', '151215.963000', '151215.966000', '151215.968000', '151215.971000', '151215.974000', '151215.976000', '151233.627000', '151233.630000', '151233.633000', '151233.636000', '151233.638000', '151233.641000', '151233.644000', '151233.646000', '151233.649000', '151233.652000', '151233.654000', '151233.657000', '151233.660000', '151233.662000', '151233.665000', '151233.668000', '151233.671000', '151233.673000', '151233.676000', '151233.679000', '151233.681000', '151233.684000', '151233.687000', '151233.689000', '151233.692000', '151233.694000', '151233.697000', '151233.700000', '151233.706000', '151233.710000', '151233.712000', '151233.715000', '151233.718000', '151233.721000', '151233.724000', '151233.727000', '151233.730000', '151233.732000', '151233.735000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157], 'LargestImagePixelValue': [9921, 11062, 14658, 10485, 13235, 10900, 12371, 9507, 11148, 12753, 10815, 13107, 10457, 11515, 15305, 10696, 13216, 10005, 12309, 11895, 10692, 13144, 11520, 13087, 9898, 10833, 11758, 11681, 13414, 10242, 12931, 9353, 10896, 14767, 11327, 13346, 11328, 12880, 8853, 11304, 14054, 10706, 13516, 10462, 12793, 9136, 10406, 13258, 11191, 13363, 9044, 11362, 12098, 12038, 13483, 10195, 11952, 9630, 10317, 11820, 10692, 13222, 11653, 13360, 11843, 12789, 10557, 12239, 10817, 10737, 12228, 11539, 13296, 11965, 13333, 10132, 12040, 9785, 11176, 13446, 11084, 13298, 11721, 12883, 11530, 12511, 9258, 11574, 10911, 10698, 12763, 10703, 13377, 11066, 13151, 12788, 13145, 11493, 12689, 9606, 11386, 12963, 10982, 14117, 11066, 13249, 10926, 13491, 10141, 12198, 8981, 10997, 13681, 10405, 13399, 11959, 13018, 10487, 12622, 11038, 12426, 9798, 11209, 9052, 10837, 14694, 10621, 13131, 11254, 12833, 10138, 11802, 8979, 10715, 13239, 12704, 13205, 11884, 13111, 10738, 11802, 13484, 11109, 13486, 12492, 13077, 10737, 12256, 10732, 10280, 13618, 11965, 13373, 11428, 12869, 9494, 11332, 14311, 11162, 12616, 11298, 13109, 11631, 13022, 10719, 10434, 13135, 11324, 13205, 9789, 11564, 13371, 12661, 13189, 11377, 12642, 9973, 11023, 13182, 13024, 13262, 10609, 11162, 13223, 11745, 13178, 15802, 10982, 13370, 10818, 12269, 15098, 10960, 13158, 10057, 11827, 13852, 11290, 13108, 9713, 11639, 12181, 11918, 13107, 10975, 12686, 10717, 10637, 13084, 10134, 11835, 8716, 10136, 13012, 10865, 12459, 8503, 10584, 12446, 11872, 12577, 9350, 10841, 12668, 12778, 13085, 10706, 12393, 14077, 11577, 13421, 11497, 13147, 10747, 12343, 10179, 10465, 13062, 10771, 13144, 10612, 13279, 10888, 12797, 9547, 10788, 13829, 11418, 13264, 10448, 11531, 13883, 11151, 13207, 11198, 13152, 9930, 11333, 8958, 11006, 12772, 12001, 13519, 12823, 13031, 11631, 12450, 10768, 11100, 13023, 12173, 13176, 11325, 13024, 10514, 11929, 13551, 11994, 13323, 10149, 12082, 12869, 11360, 13644, 10922, 12408, 9044, 10839, 13226, 11259, 13263, 10148, 11533, 10069, 10716, 12462, 11821, 13346, 10377, 12247, 8544, 10824, 12202, 10614, 13355, 11169, 13146, 11084, 12637, 10300, 12136, 10690, 11828, 10094, 11470, 10805, 11066, 10463, 11312, 12577, 10989, 12825, 11357, 13298, 11638, 12746, 10975, 12265, 11427, 11511, 13344, 11393, 13399, 10061, 12610, 10223, 11464, 13643, 10713, 13315, 12869, 13047, 11941, 12353, 9675, 11534, 12025, 11024, 15035, 10622, 12622, 11565, 12693, 10084, 11669, 9287, 10916, 12849, 11245, 13229, 10426, 11354, 13077, 10498, 13034, 11661, 12427, 10041, 12103, 9366, 11770, 11986, 10349, 12784, 12029, 12719, 11895, 12301, 11800, 11336, 13066, 12820, 12741, 10345, 12208, 13143, 11734, 13418, 10880, 11978, 16480, 10981, 13326, 10362, 12078, 14972, 11397, 12955, 11746, 12486, 13128, 10732, 12970, 11640, 12554, 14297, 10944, 13046, 10023, 11701, 14122, 10725, 12830, 10044, 11959, 12432, 12357, 13165, 10861, 11998, 13103, 11969, 13131, 8972, 11350, 12907, 11571, 13181, 9513, 10712, 13030, 11431, 12681, 8900, 10326, 13427, 12739, 12994, 9809, 11527, 12856, 11924, 12954, 10356, 11718, 9535, 10648, 12899, 11264, 12612, 11347, 11952, 11050, 12119, 9554, 11484, 13355, 12474, 12997, 12164, 13024, 10727, 12366, 13413, 12456, 13330, 11548, 11953, 13792, 10931, 13122, 10270, 11449, 12458, 11830, 13033, 11486, 12684, 9415, 11307, 9703, 11324, 15052, 10721, 12987, 11589, 12699, 10978, 12425, 10423, 11800, 13382, 11566, 16220, 10966, 12902, 11554, 12237, 13655, 11784, 12778, 11380, 13245, 10643, 12228, 10824, 11466, 13553, 11101, 13242, 11146, 12418, 10175, 11412, 9405, 11228, 11818, 10771, 13350, 11337, 13080, 10959, 12697, 11887, 12804, 10211, 12026, 10518, 12199, 13452, 12004, 13386, 11829, 13445, 12645, 13349, 11126, 12240, 12104, 11700, 14588, 11521, 13207, 10946, 13310, 11478, 12473, 10120, 11547, 13225, 12433, 13265, 9956, 11797, 15593, 10668, 13340, 11841, 12733, 9090, 11681, 8843, 11110, 12963, 10654, 13201, 11356, 12166, 9724, 11790, 12661, 11012, 13281, 12628, 12803, 10647, 11898, 10750, 11050, 13068, 12661, 12961, 9655, 11958, 12864, 12020, 13274, 10537, 11521, 13162, 11366, 12975, 9549, 11240, 13164, 12983, 12580, 8319, 11067, 11803, 11750, 13323, 11044, 12885, 9951, 12506, 9456, 11257, 12386, 11057, 12712, 11246, 12757, 10240, 11458, 12938, 12105, 12986, 11073, 12210, 14346, 11424, 13206, 11675, 12431, 10110, 11861, 13292, 11249, 13292, 10190, 12121, 11742, 11582, 12913, 11866, 12646, 12790, 11758, 13032, 10503, 12743, 11104, 11995, 13098, 11764, 12910, 11090, 12438, 10465, 11646, 13189, 11205, 12741, 11910, 12232, 12843, 10876, 12910, 11135, 12050, 15712, 11325, 12948, 11799, 12447, 12608, 11990, 12989, 10767, 12802, 10764, 11861, 12873, 10978, 12926, 11103, 12446, 10690, 12108, 13572, 11277, 12860, 11758, 12470, 9777, 11909, 10619, 11310, 12464, 11375, 12311, 12988, 11509, 13308, 12291, 12986, 11425, 12127, 15499, 11309, 13119, 11430, 12397, 11476, 11887, 12901, 10906, 12661, 10449, 12268, 12765, 10748, 13051, 10787, 11962, 9968, 11846, 12739, 11045, 12456, 10156, 12083, 14561, 11732, 12731, 11978, 12454, 11631, 11373, 12965, 12607, 13244, 10613, 12023, 13010, 11864, 12701, 11904, 12030, 9329, 12066, 12068, 10518, 12469, 12188, 12400, 8924, 11972, 12836, 10920, 12713, 11871, 12237, 9999, 12074, 12994, 12210, 12743, 10749, 12246, 11262, 11763, 12995, 12513, 12834, 11864, 12506, 10671, 12280, 14834, 11792, 12705, 12473, 13703, 11049, 12335, 13763, 12217, 12867, 12452, 11699, 13047, 12718, 12740, 14771, 12293, 13021, 11834, 11920, 12971, 11270, 12842, 11776, 11945, 13095, 12723, 12895, 11431, 12195, 10400, 12078, 12707, 11498, 12183, 10539, 12134, 12485, 11060, 12352, 11059, 12084, 12954, 11622, 12456, 10993, 12098, 12909, 11094, 12777, 11880, 12144, 9854, 11819, 12753, 12139, 12835, 11616, 11881, 12961, 11293, 12551, 9988, 12024, 15393, 11277, 12716, 12012, 12371, 10288, 11922, 11190, 11866, 9435, 11372, 10811, 11187, 12281, 11698, 12470, 10959, 12319, 11848, 12100, 15538, 11850, 12944, 10840, 14666, 11229, 12332, 17156, 11879, 13164, 11651, 12913, 12089, 12347, 11814, 12106, 12859, 12066, 13105, 11423, 13087, 11385, 12916, 10787, 12519, 11437, 12463, 12707, 12184, 11791, 12154, 13571, 12028, 14289, 11092, 12143, 14350, 11959, 12908, 12741, 12402, 14451, 11877, 12786, 12667, 12428, 11638, 11689, 12607, 11717, 12118, 9804, 11314, 12534, 10022, 12296, 9734, 11567, 14156, 10852, 12435, 11358, 12172, 12915, 11146, 12252, 12263, 12311, 10362, 11639, 12712, 12114, 13010, 10958, 12232, 9386, 11893, 12767, 11227, 12091, 10587, 12210, 15169, 11751, 12153, 11258, 12141, 11690, 11818, 12644, 12235, 12398, 11758, 11803, 12718, 11024, 12885, 10874, 11645, 14483, 10805, 12969, 12187, 12452, 10310, 11612, 14414, 10955, 12914, 12036, 11880, 9918, 12221, 13162, 11034, 13117, 12549, 12458, 12137, 12402, 10263, 11922, 14169, 11713, 12738, 11809, 12823, 12569, 11908, 11337, 12095, 16356, 11731, 12676, 12607, 12038, 11169, 12077, 14123, 11006, 12771, 12165, 12683, 10278, 12237, 12939, 10884, 13121, 12231, 11989, 10009, 11250, 13099, 11326, 12848, 11345, 12178, 10456, 11056, 15090, 10793, 12936, 10035, 12832, 9919, 11780, 10094, 11872, 15705, 10809, 13020, 10433, 13187, 11977, 12666, 10529, 11842, 11821, 11270, 12995, 11643, 13216, 11975, 12583, 9819, 11982, 12118, 11638, 12235, 11618, 13428, 11164, 13296, 12290, 12910, 11580, 13102, 11860, 12598, 12385, 12813, 11198, 12732, 11764, 12293, 9652, 11935, 13089, 11580, 15088, 11875, 16294, 10954, 13442, 12374, 13603, 11852, 13287, 12697, 12968, 10631, 12043, 13461, 11433, 12430, 11401, 13707, 11230, 12900, 11114, 13365, 10177, 13355, 10697, 13135, 11696, 12402, 11800, 12220, 9578, 11390, 14636, 10397, 13263, 10188, 12900, 12051, 12614, 11355, 10883, 12792, 10803, 12367, 10695, 13186, 11357, 12166, 10450, 11339, 13044, 11008, 13154, 11591, 12994, 12406, 12224, 12499, 11362, 12935, 12926, 12916, 10367, 11601, 12050, 10685, 13186, 11374, 12249, 11227, 11280, 14597, 10420, 12915, 11393, 12132, 10390, 10927, 12121, 10267, 12715, 12211, 11003, 15667, 10527, 12836, 10153, 11713, 15297, 11000, 12898, 9968, 12443, 11987], 'WindowCenter': [4594.0, 4604.0, 4620.0, 4590.0, 4609.0, 4577.0, 4587.0, 4564.0, 4588.0, 4584.0, 4574.0, 4596.0, 4561.0, 4576.0, 4589.0, 4563.0, 4583.0, 4562.0, 4584.0, 4570.0, 4563.0, 4581.0, 4570.0, 4583.0, 4560.0, 4572.0, 4572.0, 4584.0, 4581.0, 4563.0, 4595.0, 4552.0, 4574.0, 4590.0, 4575.0, 4594.0, 4584.0, 4597.0, 4554.0, 4585.0, 4592.0, 4575.0, 4594.0, 4574.0, 4597.0, 4553.0, 4574.0, 4582.0, 4575.0, 4596.0, 4552.0, 4574.0, 4582.0, 4582.0, 4594.0, 4563.0, 4585.0, 4560.0, 4563.0, 4582.0, 4575.0, 4596.0, 4586.0, 4595.0, 4585.0, 4594.0, 4574.0, 4597.0, 4576.0, 4577.0, 4583.0, 4585.0, 4583.0, 4584.0, 4595.0, 4562.0, 4583.0, 4562.0, 4573.0, 4593.0, 4576.0, 4592.0, 4572.0, 4583.0, 4573.0, 4583.0, 4562.0, 4586.0, 4573.0, 4574.0, 4584.0, 4576.0, 4594.0, 4587.0, 4596.0, 4583.0, 4593.0, 4584.0, 4594.0, 4562.0, 4588.0, 4593.0, 4575.0, 4593.0, 4575.0, 4583.0, 4573.0, 4595.0, 4575.0, 4584.0, 4552.0, 4575.0, 4592.0, 4575.0, 4594.0, 4583.0, 4595.0, 4574.0, 4594.0, 4586.0, 4598.0, 4574.0, 4587.0, 4565.0, 4589.0, 4605.0, 4587.0, 4598.0, 4575.0, 4586.0, 4562.0, 4587.0, 4553.0, 4577.0, 4594.0, 4594.0, 4583.0, 4585.0, 4595.0, 4574.0, 4586.0, 4594.0, 4584.0, 4594.0, 4582.0, 4583.0, 4571.0, 4587.0, 4575.0, 4575.0, 4592.0, 4582.0, 4594.0, 4583.0, 4594.0, 4562.0, 4585.0, 4591.0, 4574.0, 4582.0, 4585.0, 4594.0, 4586.0, 4597.0, 4571.0, 4572.0, 4583.0, 4574.0, 4596.0, 4562.0, 4587.0, 4593.0, 4583.0, 4581.0, 4574.0, 4583.0, 4563.0, 4574.0, 4594.0, 4595.0, 4582.0, 4561.0, 4575.0, 4581.0, 4569.0, 4585.0, 4589.0, 4561.0, 4579.0, 4561.0, 4583.0, 4590.0, 4572.0, 4594.0, 4561.0, 4583.0, 4580.0, 4572.0, 4594.0, 4564.0, 4586.0, 4583.0, 4583.0, 4595.0, 4574.0, 4596.0, 4575.0, 4588.0, 4596.0, 4575.0, 4587.0, 4554.0, 4577.0, 4597.0, 4587.0, 4597.0, 4554.0, 4578.0, 4595.0, 4595.0, 4597.0, 4566.0, 4588.0, 4595.0, 4595.0, 4595.0, 4574.0, 4597.0, 4593.0, 4586.0, 4593.0, 4573.0, 4594.0, 4572.0, 4595.0, 4562.0, 4574.0, 4580.0, 4574.0, 4581.0, 4575.0, 4595.0, 4585.0, 4597.0, 4563.0, 4576.0, 4594.0, 4586.0, 4596.0, 4576.0, 4585.0, 4593.0, 4573.0, 4583.0, 4572.0, 4596.0, 4562.0, 4573.0, 4551.0, 4574.0, 4583.0, 4585.0, 4592.0, 4582.0, 4583.0, 4574.0, 4585.0, 4572.0, 4574.0, 4581.0, 4572.0, 4580.0, 4560.0, 4580.0, 4560.0, 4571.0, 4570.0, 4561.0, 4569.0, 4549.0, 4569.0, 4566.0, 4559.0, 4577.0, 4558.0, 4571.0, 4538.0, 4559.0, 4581.0, 4571.0, 4582.0, 4561.0, 4572.0, 4562.0, 4573.0, 4582.0, 4583.0, 4595.0, 4565.0, 4584.0, 4550.0, 4575.0, 4582.0, 4574.0, 4595.0, 4587.0, 4593.0, 4587.0, 4596.0, 4589.0, 4597.0, 4587.0, 4598.0, 4589.0, 4601.0, 4587.0, 4590.0, 4576.0, 4590.0, 4596.0, 4587.0, 4598.0, 4577.0, 4595.0, 4572.0, 4572.0, 4562.0, 4575.0, 4571.0, 4572.0, 4581.0, 4572.0, 4581.0, 4549.0, 4567.0, 4549.0, 4562.0, 4579.0, 4560.0, 4581.0, 4571.0, 4581.0, 4571.0, 4582.0, 4562.0, 4584.0, 4582.0, 4575.0, 4593.0, 4575.0, 4586.0, 4585.0, 4597.0, 4562.0, 4575.0, 4551.0, 4575.0, 4585.0, 4584.0, 4595.0, 4561.0, 4575.0, 4580.0, 4561.0, 4583.0, 4575.0, 4585.0, 4563.0, 4585.0, 4562.0, 4587.0, 4587.0, 4577.0, 4594.0, 4585.0, 4584.0, 4583.0, 4588.0, 4574.0, 4577.0, 4583.0, 4581.0, 4573.0, 4550.0, 4571.0, 4572.0, 4572.0, 4582.0, 4547.0, 4571.0, 4588.0, 4558.0, 4581.0, 4559.0, 4571.0, 4578.0, 4560.0, 4569.0, 4567.0, 4583.0, 4580.0, 4559.0, 4579.0, 4569.0, 4581.0, 4580.0, 4560.0, 4584.0, 4560.0, 4571.0, 4579.0, 4573.0, 4580.0, 4561.0, 4584.0, 4580.0, 4581.0, 4582.0, 4561.0, 4583.0, 4583.0, 4584.0, 4594.0, 4551.0, 4574.0, 4582.0, 4572.0, 4595.0, 4552.0, 4574.0, 4583.0, 4572.0, 4583.0, 4551.0, 4574.0, 4584.0, 4583.0, 4594.0, 4560.0, 4583.0, 4584.0, 4585.0, 4595.0, 4563.0, 4587.0, 4564.0, 4576.0, 4596.0, 4586.0, 4597.0, 4584.0, 4586.0, 4585.0, 4597.0, 4565.0, 4589.0, 4597.0, 4585.0, 4585.0, 4586.0, 4585.0, 4561.0, 4586.0, 4582.0, 4572.0, 4582.0, 4556.0, 4559.0, 4567.0, 4545.0, 4569.0, 4547.0, 4560.0, 4557.0, 4567.0, 4568.0, 4570.0, 4582.0, 4552.0, 4575.0, 4560.0, 4583.0, 4604.0, 4585.0, 4595.0, 4584.0, 4593.0, 4575.0, 4595.0, 4575.0, 4586.0, 4593.0, 4573.0, 4601.0, 4571.0, 4583.0, 4572.0, 4585.0, 4579.0, 4570.0, 4568.0, 4560.0, 4569.0, 4559.0, 4571.0, 4558.0, 4558.0, 4566.0, 4557.0, 4569.0, 4570.0, 4569.0, 4546.0, 4560.0, 4538.0, 4571.0, 4571.0, 4585.0, 4594.0, 4584.0, 4593.0, 4574.0, 4584.0, 4584.0, 4597.0, 4564.0, 4584.0, 4563.0, 4583.0, 4579.0, 4572.0, 4581.0, 4571.0, 4568.0, 4569.0, 4568.0, 4557.0, 4571.0, 4567.0, 4569.0, 4577.0, 4559.0, 4567.0, 4559.0, 4579.0, 4557.0, 4570.0, 4547.0, 4560.0, 4570.0, 4570.0, 4570.0, 4537.0, 4560.0, 4575.0, 4548.0, 4568.0, 4568.0, 4567.0, 4538.0, 4571.0, 4538.0, 4571.0, 4580.0, 4573.0, 4582.0, 4570.0, 4573.0, 4552.0, 4584.0, 4581.0, 4574.0, 4595.0, 4582.0, 4583.0, 4561.0, 4586.0, 4571.0, 4575.0, 4582.0, 4580.0, 4583.0, 4549.0, 4573.0, 4581.0, 4582.0, 4582.0, 4558.0, 4570.0, 4568.0, 4569.0, 4581.0, 4549.0, 4570.0, 4580.0, 4568.0, 4583.0, 4538.0, 4571.0, 4569.0, 4571.0, 4581.0, 4572.0, 4593.0, 4575.0, 4596.0, 4575.0, 4587.0, 4584.0, 4585.0, 4593.0, 4584.0, 4597.0, 4562.0, 4584.0, 4585.0, 4573.0, 4582.0, 4560.0, 4581.0, 4578.0, 4570.0, 4581.0, 4571.0, 4571.0, 4547.0, 4570.0, 4567.0, 4558.0, 4583.0, 4550.0, 4570.0, 4556.0, 4559.0, 4568.0, 4569.0, 4580.0, 4566.0, 4570.0, 4567.0, 4549.0, 4570.0, 4559.0, 4570.0, 4570.0, 4570.0, 4567.0, 4558.0, 4582.0, 4560.0, 4572.0, 4569.0, 4560.0, 4570.0, 4571.0, 4582.0, 4569.0, 4561.0, 4581.0, 4557.0, 4569.0, 4576.0, 4558.0, 4567.0, 4558.0, 4571.0, 4556.0, 4560.0, 4566.0, 4547.0, 4568.0, 4556.0, 4571.0, 4579.0, 4560.0, 4568.0, 4559.0, 4570.0, 4560.0, 4583.0, 4591.0, 4575.0, 4584.0, 4573.0, 4583.0, 4563.0, 4584.0, 4560.0, 4573.0, 4584.0, 4570.0, 4573.0, 4581.0, 4573.0, 4570.0, 4569.0, 4569.0, 4559.0, 4571.0, 4579.0, 4558.0, 4570.0, 4560.0, 4568.0, 4546.0, 4557.0, 4568.0, 4547.0, 4568.0, 4546.0, 4570.0, 4569.0, 4559.0, 4581.0, 4559.0, 4571.0, 4548.0, 4571.0, 4570.0, 4571.0, 4582.0, 4561.0, 4573.0, 4590.0, 4569.0, 4571.0, 4569.0, 4582.0, 4573.0, 4574.0, 4569.0, 4570.0, 4580.0, 4558.0, 4571.0, 4580.0, 4582.0, 4581.0, 4572.0, 4586.0, 4562.0, 4595.0, 4596.0, 4587.0, 4596.0, 4595.0, 4597.0, 4563.0, 4597.0, 4597.0, 4586.0, 4595.0, 4585.0, 4585.0, 4563.0, 4585.0, 4596.0, 4585.0, 4583.0, 4571.0, 4584.0, 4570.0, 4583.0, 4582.0, 4582.0, 4580.0, 4570.0, 4581.0, 4561.0, 4583.0, 4592.0, 4583.0, 4582.0, 4581.0, 4581.0, 4559.0, 4584.0, 4581.0, 4570.0, 4572.0, 4570.0, 4558.0, 4556.0, 4554.0, 4568.0, 4565.0, 4556.0, 4567.0, 4556.0, 4556.0, 4554.0, 4545.0, 4556.0, 4543.0, 4557.0, 4566.0, 4567.0, 4555.0, 4556.0, 4569.0, 4547.0, 4569.0, 4580.0, 4568.0, 4583.0, 4559.0, 4571.0, 4570.0, 4570.0, 4584.0, 4571.0, 4582.0, 4571.0, 4559.0, 4569.0, 4557.0, 4570.0, 4581.0, 4571.0, 4569.0, 4568.0, 4572.0, 4547.0, 4570.0, 4570.0, 4570.0, 4582.0, 4556.0, 4560.0, 4567.0, 4560.0, 4569.0, 4548.0, 4572.0, 4578.0, 4559.0, 4568.0, 4567.0, 4571.0, 4561.0, 4570.0, 4559.0, 4571.0, 4548.0, 4573.0, 4572.0, 4585.0, 4595.0, 4587.0, 4585.0, 4576.0, 4587.0, 4585.0, 4587.0, 4602.0, 4573.0, 4572.0, 4563.0, 4591.0, 4560.0, 4572.0, 4590.0, 4560.0, 4568.0, 4557.0, 4558.0, 4557.0, 4569.0, 4556.0, 4559.0, 4555.0, 4559.0, 4569.0, 4560.0, 4569.0, 4558.0, 4567.0, 4559.0, 4569.0, 4571.0, 4584.0, 4583.0, 4574.0, 4572.0, 4574.0, 4570.0, 4572.0, 4583.0, 4561.0, 4561.0, 4569.0, 4559.0, 4560.0, 4558.0, 4572.0, 4577.0, 4559.0, 4557.0, 4558.0, 4560.0, 4546.0, 4558.0, 4570.0, 4570.0, 4572.0, 4548.0, 4563.0, 4570.0, 4553.0, 4584.0, 4552.0, 4573.0, 4581.0, 4574.0, 4585.0, 4572.0, 4586.0, 4586.0, 4575.0, 4585.0, 4573.0, 4586.0, 4561.0, 4575.0, 4584.0, 4585.0, 4583.0, 4561.0, 4574.0, 4550.0, 4573.0, 4583.0, 4574.0, 4574.0, 4563.0, 4584.0, 4592.0, 4586.0, 4586.0, 4574.0, 4585.0, 4570.0, 4573.0, 4584.0, 4581.0, 4584.0, 4570.0, 4573.0, 4572.0, 4562.0, 4583.0, 4560.0, 4572.0, 4581.0, 4561.0, 4581.0, 4571.0, 4572.0, 4549.0, 4572.0, 4580.0, 4562.0, 4582.0, 4570.0, 4574.0, 4550.0, 4581.0, 4583.0, 4573.0, 4582.0, 4573.0, 4572.0, 4571.0, 4584.0, 4562.0, 4585.0, 4592.0, 4573.0, 4581.0, 4574.0, 4583.0, 4583.0, 4584.0, 4560.0, 4573.0, 4589.0, 4573.0, 4583.0, 4582.0, 4573.0, 4560.0, 4572.0, 4582.0, 4574.0, 4582.0, 4571.0, 4572.0, 4562.0, 4583.0, 4583.0, 4574.0, 4583.0, 4571.0, 4571.0, 4550.0, 4574.0, 4583.0, 4571.0, 4581.0, 4560.0, 4573.0, 4561.0, 4574.0, 4591.0, 4562.0, 4570.0, 4561.0, 4582.0, 4550.0, 4573.0, 4560.0, 4572.0, 4593.0, 4572.0, 4581.0, 4562.0, 4581.0, 4571.0, 4581.0, 4560.0, 4574.0, 4569.0, 4572.0, 4581.0, 4562.0, 4571.0, 4570.0, 4570.0, 4561.0, 4572.0, 4568.0, 4572.0, 4569.0, 4571.0, 4581.0, 4571.0, 4582.0, 4570.0, 4568.0, 4571.0, 4581.0, 4570.0, 4583.0, 4581.0, 4583.0, 4573.0, 4582.0, 4571.0, 4574.0, 4550.0, 4575.0, 4582.0, 4573.0, 4579.0, 4562.0, 4590.0, 4561.0, 4569.0, 4569.0, 4569.0, 4559.0, 4568.0, 4568.0, 4569.0, 4550.0, 4570.0, 4566.0, 4559.0, 4556.0, 4559.0, 4566.0, 4560.0, 4569.0, 4561.0, 4570.0, 4550.0, 4579.0, 4561.0, 4581.0, 4570.0, 4570.0, 4569.0, 4571.0, 4550.0, 4573.0, 4593.0, 4562.0, 4580.0, 4562.0, 4570.0, 4571.0, 4586.0, 4572.0, 4573.0, 4570.0, 4572.0, 4572.0, 4573.0, 4583.0, 4572.0, 4573.0, 4561.0, 4573.0, 4569.0, 4561.0, 4583.0, 4560.0, 4571.0, 4568.0, 4572.0, 4568.0, 4571.0, 4570.0, 4569.0, 4569.0, 4546.0, 4560.0, 4570.0, 4560.0, 4570.0, 4559.0, 4559.0, 4558.0, 4561.0, 4580.0, 4560.0, 4571.0, 4559.0, 4569.0, 4548.0, 4561.0, 4570.0, 4550.0, 4572.0, 4558.0, 4560.0, 4577.0, 4548.0, 4570.0, 4548.0, 4570.0, 4576.0, 4549.0, 4566.0, 4548.0, 4568.0, 4571.0], 'WindowWidth': [10089.0, 10100.0, 10113.0, 10072.0, 10096.0, 10049.0, 10063.0, 10027.0, 10064.0, 10053.0, 10041.0, 10073.0, 10018.0, 10042.0, 10053.0, 10022.0, 10051.0, 10021.0, 10052.0, 10026.0, 10022.0, 10044.0, 10030.0, 10052.0, 10015.0, 10036.0, 10033.0, 10051.0, 10045.0, 10023.0, 10069.0, 10005.0, 10039.0, 10058.0, 10040.0, 10067.0, 10055.0, 10075.0, 10010.0, 10056.0, 10062.0, 10042.0, 10068.0, 10039.0, 10073.0, 10008.0, 10040.0, 10048.0, 10040.0, 10073.0, 10006.0, 10039.0, 10047.0, 10047.0, 10067.0, 10023.0, 10056.0, 10015.0, 10026.0, 10047.0, 10043.0, 10072.0, 10060.0, 10071.0, 10057.0, 10068.0, 10039.0, 10077.0, 10044.0, 10047.0, 10052.0, 10056.0, 10051.0, 10052.0, 10070.0, 10021.0, 10050.0, 10018.0, 10038.0, 10065.0, 10044.0, 10062.0, 10034.0, 10050.0, 10034.0, 10052.0, 10021.0, 10060.0, 10036.0, 10041.0, 10052.0, 10046.0, 10067.0, 10062.0, 10074.0, 10053.0, 10065.0, 10055.0, 10070.0, 10022.0, 10066.0, 10066.0, 10043.0, 10066.0, 10042.0, 10052.0, 10039.0, 10072.0, 10042.0, 10055.0, 10007.0, 10043.0, 10063.0, 10045.0, 10068.0, 10052.0, 10068.0, 10042.0, 10069.0, 10062.0, 10080.0, 10044.0, 10065.0, 10030.0, 10068.0, 10086.0, 10064.0, 10079.0, 10042.0, 10058.0, 10022.0, 10061.0, 10009.0, 10047.0, 10068.0, 10067.0, 10051.0, 10055.0, 10070.0, 10039.0, 10061.0, 10069.0, 10054.0, 10065.0, 10048.0, 10052.0, 10032.0, 10061.0, 10041.0, 10043.0, 10063.0, 10050.0, 10065.0, 10051.0, 10070.0, 10023.0, 10058.0, 10060.0, 10039.0, 10049.0, 10056.0, 10067.0, 10058.0, 10078.0, 10034.0, 10036.0, 10050.0, 10039.0, 10072.0, 10021.0, 10062.0, 10064.0, 10049.0, 10045.0, 10037.0, 10052.0, 10021.0, 10041.0, 10068.0, 10067.0, 10050.0, 10016.0, 10040.0, 10045.0, 10027.0, 10055.0, 10055.0, 10017.0, 10040.0, 10015.0, 10050.0, 10054.0, 10035.0, 10068.0, 10019.0, 10051.0, 10044.0, 10035.0, 10066.0, 10026.0, 10060.0, 10052.0, 10052.0, 10068.0, 10041.0, 10075.0, 10042.0, 10065.0, 10074.0, 10042.0, 10063.0, 10012.0, 10049.0, 10078.0, 10063.0, 10078.0, 10013.0, 10051.0, 10071.0, 10072.0, 10079.0, 10034.0, 10068.0, 10072.0, 10073.0, 10072.0, 10041.0, 10080.0, 10066.0, 10058.0, 10064.0, 10037.0, 10067.0, 10035.0, 10072.0, 10021.0, 10040.0, 10043.0, 10041.0, 10046.0, 10043.0, 10070.0, 10058.0, 10077.0, 10023.0, 10047.0, 10067.0, 10058.0, 10076.0, 10044.0, 10058.0, 10063.0, 10037.0, 10050.0, 10036.0, 10072.0, 10019.0, 10037.0, 10004.0, 10042.0, 10054.0, 10058.0, 10065.0, 10049.0, 10052.0, 10039.0, 10057.0, 10033.0, 10041.0, 10045.0, 10034.0, 10042.0, 10014.0, 10044.0, 10014.0, 10033.0, 10026.0, 10013.0, 10025.0, 9994.0, 10024.0, 10020.0, 10013.0, 10035.0, 10007.0, 10028.0, 9981.0, 10014.0, 10043.0, 10033.0, 10050.0, 10017.0, 10034.0, 10019.0, 10037.0, 10048.0, 10050.0, 10070.0, 10027.0, 10052.0, 10003.0, 10042.0, 10046.0, 10040.0, 10070.0, 10062.0, 10066.0, 10061.0, 10073.0, 10067.0, 10078.0, 10066.0, 10084.0, 10071.0, 10089.0, 10065.0, 10072.0, 10046.0, 10071.0, 10074.0, 10064.0, 10079.0, 10047.0, 10070.0, 10034.0, 10034.0, 10018.0, 10040.0, 10026.0, 10033.0, 10044.0, 10032.0, 10043.0, 9994.0, 10018.0, 9993.0, 10016.0, 10035.0, 10014.0, 10045.0, 10029.0, 10042.0, 10029.0, 10047.0, 10021.0, 10056.0, 10047.0, 10041.0, 10063.0, 10041.0, 10057.0, 10057.0, 10074.0, 10020.0, 10042.0, 10004.0, 10042.0, 10055.0, 10056.0, 10069.0, 10016.0, 10039.0, 10041.0, 10018.0, 10050.0, 10040.0, 10056.0, 10023.0, 10056.0, 10021.0, 10063.0, 10062.0, 10050.0, 10070.0, 10055.0, 10054.0, 10051.0, 10063.0, 10037.0, 10047.0, 10052.0, 10044.0, 10035.0, 9998.0, 10031.0, 10031.0, 10032.0, 10045.0, 9991.0, 10029.0, 10048.0, 10008.0, 10043.0, 10013.0, 10030.0, 10035.0, 10012.0, 10025.0, 10020.0, 10049.0, 10042.0, 10012.0, 10038.0, 10025.0, 10046.0, 10041.0, 10014.0, 10050.0, 10014.0, 10030.0, 10039.0, 10033.0, 10043.0, 10016.0, 10052.0, 10042.0, 10043.0, 10047.0, 10015.0, 10051.0, 10050.0, 10053.0, 10065.0, 10002.0, 10038.0, 10046.0, 10036.0, 10070.0, 10005.0, 10038.0, 10049.0, 10033.0, 10052.0, 10006.0, 10041.0, 10051.0, 10049.0, 10066.0, 10014.0, 10052.0, 10054.0, 10058.0, 10069.0, 10022.0, 10061.0, 10025.0, 10045.0, 10074.0, 10060.0, 10076.0, 10053.0, 10061.0, 10058.0, 10078.0, 10030.0, 10068.0, 10078.0, 10058.0, 10056.0, 10056.0, 10058.0, 10017.0, 10057.0, 10048.0, 10033.0, 10047.0, 10000.0, 10008.0, 10017.0, 9985.0, 10025.0, 9991.0, 10011.0, 10003.0, 10019.0, 10022.0, 10026.0, 10048.0, 10006.0, 10041.0, 10016.0, 10052.0, 10081.0, 10058.0, 10069.0, 10054.0, 10066.0, 10043.0, 10072.0, 10043.0, 10061.0, 10063.0, 10038.0, 10072.0, 10031.0, 10050.0, 10034.0, 10054.0, 10039.0, 10026.0, 10021.0, 10010.0, 10026.0, 10011.0, 10028.0, 10004.0, 10008.0, 10016.0, 10005.0, 10026.0, 10028.0, 10026.0, 9989.0, 10012.0, 9981.0, 10030.0, 10031.0, 10056.0, 10070.0, 10056.0, 10065.0, 10040.0, 10054.0, 10053.0, 10074.0, 10025.0, 10051.0, 10018.0, 10048.0, 10036.0, 10032.0, 10045.0, 10030.0, 10021.0, 10024.0, 10023.0, 10004.0, 10031.0, 10019.0, 10024.0, 10030.0, 10008.0, 10020.0, 10013.0, 10039.0, 10004.0, 10027.0, 9988.0, 10012.0, 10026.0, 10027.0, 10025.0, 9975.0, 10011.0, 10026.0, 9993.0, 10022.0, 10021.0, 10019.0, 9979.0, 10028.0, 9980.0, 10029.0, 10044.0, 10038.0, 10049.0, 10028.0, 10037.0, 10006.0, 10055.0, 10046.0, 10042.0, 10069.0, 10048.0, 10050.0, 10017.0, 10058.0, 10031.0, 10041.0, 10048.0, 10042.0, 10049.0, 9998.0, 10036.0, 10046.0, 10048.0, 10048.0, 10006.0, 10029.0, 10023.0, 10025.0, 10045.0, 9998.0, 10030.0, 10040.0, 10022.0, 10048.0, 9981.0, 10031.0, 10027.0, 10031.0, 10043.0, 10036.0, 10065.0, 10047.0, 10076.0, 10043.0, 10063.0, 10052.0, 10057.0, 10066.0, 10055.0, 10077.0, 10021.0, 10054.0, 10053.0, 10033.0, 10046.0, 10011.0, 10045.0, 10034.0, 10028.0, 10046.0, 10028.0, 10029.0, 9988.0, 10025.0, 10018.0, 10011.0, 10046.0, 9996.0, 10026.0, 9999.0, 10009.0, 10023.0, 10025.0, 10041.0, 10015.0, 10024.0, 10018.0, 9996.0, 10026.0, 10010.0, 10028.0, 10025.0, 10026.0, 10019.0, 10008.0, 10047.0, 10014.0, 10032.0, 10025.0, 10012.0, 10025.0, 10028.0, 10047.0, 10025.0, 10015.0, 10044.0, 10004.0, 10023.0, 10030.0, 10005.0, 10019.0, 10006.0, 10028.0, 10001.0, 10009.0, 10015.0, 9989.0, 10021.0, 10002.0, 10029.0, 10040.0, 10012.0, 10020.0, 10009.0, 10027.0, 10013.0, 10051.0, 10059.0, 10041.0, 10052.0, 10036.0, 10049.0, 10020.0, 10052.0, 10014.0, 10037.0, 10052.0, 10027.0, 10036.0, 10042.0, 10033.0, 10025.0, 10023.0, 10025.0, 10009.0, 10031.0, 10035.0, 10007.0, 10027.0, 10011.0, 10021.0, 9984.0, 10003.0, 10018.0, 9991.0, 10022.0, 9988.0, 10026.0, 10023.0, 10012.0, 10045.0, 10012.0, 10028.0, 9992.0, 10030.0, 10026.0, 10029.0, 10046.0, 10018.0, 10035.0, 10052.0, 10026.0, 10030.0, 10024.0, 10047.0, 10033.0, 10037.0, 10025.0, 10027.0, 10041.0, 10007.0, 10032.0, 10043.0, 10047.0, 10046.0, 10033.0, 10057.0, 10020.0, 10071.0, 10074.0, 10065.0, 10075.0, 10070.0, 10076.0, 10024.0, 10076.0, 10076.0, 10061.0, 10069.0, 10054.0, 10056.0, 10021.0, 10058.0, 10072.0, 10054.0, 10050.0, 10031.0, 10055.0, 10027.0, 10051.0, 10049.0, 10047.0, 10043.0, 10025.0, 10045.0, 10015.0, 10049.0, 10064.0, 10051.0, 10048.0, 10043.0, 10045.0, 10011.0, 10051.0, 10046.0, 10023.0, 10030.0, 10025.0, 10003.0, 9999.0, 9995.0, 10019.0, 10008.0, 9999.0, 10019.0, 10002.0, 10000.0, 9994.0, 9983.0, 10000.0, 9977.0, 10003.0, 10014.0, 10016.0, 9999.0, 9999.0, 10024.0, 9988.0, 10024.0, 10042.0, 10023.0, 10048.0, 10008.0, 10029.0, 10028.0, 10028.0, 10051.0, 10032.0, 10045.0, 10029.0, 10009.0, 10024.0, 10005.0, 10028.0, 10043.0, 10030.0, 10026.0, 10021.0, 10031.0, 9990.0, 10026.0, 10027.0, 10027.0, 10045.0, 10001.0, 10012.0, 10019.0, 10010.0, 10024.0, 9995.0, 10030.0, 10034.0, 10009.0, 10020.0, 10018.0, 10031.0, 10016.0, 10028.0, 10007.0, 10029.0, 9996.0, 10036.0, 10034.0, 10058.0, 10072.0, 10061.0, 10057.0, 10044.0, 10061.0, 10055.0, 10061.0, 10076.0, 10034.0, 10033.0, 10018.0, 10057.0, 10011.0, 10033.0, 10054.0, 10010.0, 10019.0, 10003.0, 10006.0, 10003.0, 10021.0, 9998.0, 10005.0, 9996.0, 10006.0, 10022.0, 10012.0, 10022.0, 10005.0, 10017.0, 10009.0, 10022.0, 10029.0, 10050.0, 10048.0, 10036.0, 10030.0, 10038.0, 10024.0, 10028.0, 10047.0, 10013.0, 10012.0, 10017.0, 10005.0, 10008.0, 10002.0, 10026.0, 10029.0, 10005.0, 10002.0, 10001.0, 10009.0, 9982.0, 10004.0, 10025.0, 10024.0, 10027.0, 9990.0, 10016.0, 10025.0, 10005.0, 10051.0, 10004.0, 10035.0, 10043.0, 10037.0, 10054.0, 10032.0, 10058.0, 10057.0, 10040.0, 10053.0, 10032.0, 10055.0, 10013.0, 10039.0, 10051.0, 10053.0, 10049.0, 10013.0, 10037.0, 9997.0, 10036.0, 10049.0, 10037.0, 10039.0, 10018.0, 10051.0, 10058.0, 10055.0, 10057.0, 10037.0, 10052.0, 10025.0, 10033.0, 10052.0, 10044.0, 10051.0, 10024.0, 10033.0, 10031.0, 10018.0, 10050.0, 10012.0, 10032.0, 10043.0, 10015.0, 10044.0, 10030.0, 10032.0, 9995.0, 10031.0, 10040.0, 10017.0, 10046.0, 10026.0, 10035.0, 9996.0, 10044.0, 10050.0, 10037.0, 10044.0, 10032.0, 10031.0, 10028.0, 10052.0, 10020.0, 10054.0, 10060.0, 10036.0, 10044.0, 10037.0, 10048.0, 10051.0, 10053.0, 10013.0, 10033.0, 10051.0, 10032.0, 10049.0, 10047.0, 10034.0, 10011.0, 10032.0, 10045.0, 10038.0, 10046.0, 10029.0, 10032.0, 10016.0, 10048.0, 10052.0, 10040.0, 10049.0, 10030.0, 10030.0, 9998.0, 10038.0, 10049.0, 10030.0, 10042.0, 10012.0, 10033.0, 10015.0, 10037.0, 10054.0, 10017.0, 10026.0, 10017.0, 10047.0, 10001.0, 10036.0, 10011.0, 10033.0, 10062.0, 10034.0, 10042.0, 10018.0, 10042.0, 10030.0, 10045.0, 10013.0, 10036.0, 10023.0, 10034.0, 10046.0, 10017.0, 10027.0, 10024.0, 10028.0, 10015.0, 10032.0, 10020.0, 10032.0, 10021.0, 10029.0, 10046.0, 10031.0, 10044.0, 10026.0, 10022.0, 10028.0, 10043.0, 10026.0, 10046.0, 10044.0, 10051.0, 10034.0, 10045.0, 10029.0, 10037.0, 9998.0, 10040.0, 10043.0, 10034.0, 10037.0, 10015.0, 10052.0, 10015.0, 10022.0, 10022.0, 10018.0, 10006.0, 10018.0, 10018.0, 10022.0, 9996.0, 10025.0, 10013.0, 10006.0, 9998.0, 10007.0, 10013.0, 10011.0, 10023.0, 10013.0, 10023.0, 9997.0, 10035.0, 10013.0, 10042.0, 10025.0, 10026.0, 10023.0, 10028.0, 9997.0, 10035.0, 10061.0, 10017.0, 10039.0, 10017.0, 10026.0, 10027.0, 10055.0, 10030.0, 10033.0, 10024.0, 10031.0, 10030.0, 10034.0, 10050.0, 10031.0, 10033.0, 10012.0, 10033.0, 10022.0, 10016.0, 10045.0, 10013.0, 10026.0, 10018.0, 10029.0, 10018.0, 10027.0, 10024.0, 10019.0, 10022.0, 9987.0, 10011.0, 10023.0, 10010.0, 10024.0, 10006.0, 10006.0, 10004.0, 10015.0, 10036.0, 10012.0, 10029.0, 10007.0, 10021.0, 9991.0, 10015.0, 10024.0, 9999.0, 10031.0, 10003.0, 10009.0, 10031.0, 9991.0, 10024.0, 9992.0, 10024.0, 10025.0, 9992.0, 10013.0, 9990.0, 10018.0, 10027.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.0008901125541125542</td></tr>
<tr><td colspan=3>aqi</td><td>0.02939254043290044</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.036525458570196</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2632013436221836</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.987982085615251</td></tr>
<tr><td colspan=3>efc</td><td>0.4874</td></tr>
<tr><td colspan=3>fber</td><td>6482.3521</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08000501415415147</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.3463203463203463</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6192920568531366</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.566398666085015</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.85764029550491</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4338372089694844</td></tr>
<tr><td colspan=3>gcor</td><td>0.00780007</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014104222878813744</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03347115218639374</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1155</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9476229321809906</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>35.6562</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.7644</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>182.3076</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293332.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>858.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>347.464</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5197</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>541.3967</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3707.0139</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3941.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83212.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1216.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4804.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>998.3163</td></tr>
<tr><td colspan=3>tsnr</td><td>39.48165720747784</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>