<?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-0003_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-0003_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-0003_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-0003/figures/sub-0003_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0003/figures/sub-0003_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-0003/figures/sub-0003_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003/ses-03/func/sub-0003_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>d10ee9ad91bb6a93fd82eea3b11d3204</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>13:29:48.812500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999663, 0.0199532, 0.0165818, -0.02094, 0.997879, 0.0616367]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.112804</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4164, -7737, -7211, 506, -21, 0, 3, 64]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>248.321</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>bbf01a15-05aa-4442-8b20-367ec7e76821||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682023763656616, -0.05618039518594742, 0.04135528951883316, 114.60176086425781], [-0.05353295058012009, 2.677236318588257, 0.16730061173439026, -97.16290283203125], [0.044487740844488144, -0.16536679863929749, 2.6944944858551025, -34.367713928222656], [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': ['132948.812500', '132949.272500', '132949.732500', '132950.192500', '132950.652500', '132951.112500', '132951.572500', '132952.032500', '132952.492500', '132952.952500', '132953.412500', '132953.872500', '132954.332500', '132954.792500', '132955.252500', '132955.712500', '132956.172500', '132956.632500', '132957.092500', '132957.552500', '132958.012500', '132958.472500', '132958.932500', '132959.392500', '132959.852500', '133000.312500', '133000.772500', '133001.232500', '133001.692500', '133002.152500', '133002.612500', '133003.072500', '133003.532500', '133003.992500', '133004.452500', '133004.912500', '133005.372500', '133005.832500', '133006.292500', '133006.752500', '133007.212500', '133007.672500', '133008.132500', '133008.592500', '133009.052500', '133009.512500', '133009.972500', '133010.432500', '133010.892500', '133011.352500', '133011.812500', '133012.272500', '133012.732500', '133013.192500', '133013.652500', '133014.112500', '133014.572500', '133015.032500', '133015.492500', '133015.952500', '133016.412500', '133016.872500', '133017.332500', '133017.792500', '133018.252500', '133018.712500', '133019.172500', '133019.632500', '133020.092500', '133020.552500', '133021.012500', '133021.472500', '133021.932500', '133022.392500', '133022.852500', '133023.312500', '133023.772500', '133024.232500', '133024.692500', '133025.152500', '133025.612500', '133026.072500', '133026.532500', '133026.992500', '133027.452500', '133027.912500', '133028.372500', '133028.832500', '133029.292500', '133029.752500', '133030.212500', '133030.672500', '133031.132500', '133031.592500', '133032.052500', '133032.512500', '133032.972500', '133033.432500', '133033.892500', '133034.352500', '133034.812500', '133035.272500', '133035.732500', '133036.192500', '133036.652500', '133037.112500', '133037.572500', '133038.032500', '133038.492500', '133038.952500', '133039.412500', '133039.872500', '133040.332500', '133040.792500', '133041.252500', '133041.712500', '133042.172500', '133042.632500', '133043.092500', '133043.552500', '133044.012500', '133044.472500', '133044.932500', '133045.392500', '133045.852500', '133046.312500', '133046.772500', '133047.232500', '133047.692500', '133048.152500', '133048.612500', '133049.072500', '133049.532500', '133049.992500', '133050.452500', '133050.912500', '133051.372500', '133051.832500', '133052.292500', '133052.752500', '133053.212500', '133053.672500', '133054.132500', '133054.592500', '133055.052500', '133055.512500', '133055.972500', '133056.432500', '133056.892500', '133057.352500', '133057.812500', '133058.272500', '133058.732500', '133059.192500', '133059.652500', '133100.112500', '133100.572500', '133101.032500', '133101.492500', '133101.952500', '133102.412500', '133102.872500', '133103.332500', '133103.792500', '133104.252500', '133104.712500', '133105.172500', '133105.632500', '133106.092500', '133106.552500', '133107.012500', '133107.472500', '133107.932500', '133108.392500', '133108.852500', '133109.312500', '133109.772500', '133110.232500', '133110.692500', '133111.152500', '133111.612500', '133112.072500', '133112.532500', '133112.992500', '133113.452500', '133113.912500', '133114.372500', '133114.832500', '133115.292500', '133115.752500', '133116.212500', '133116.672500', '133117.132500', '133117.592500', '133118.052500', '133118.512500', '133118.972500', '133119.432500', '133119.892500', '133120.352500', '133120.812500', '133121.272500', '133121.732500', '133122.192500', '133122.652500', '133123.112500', '133123.572500', '133124.032500', '133124.492500', '133124.952500', '133125.412500', '133125.872500', '133126.332500', '133126.792500', '133127.252500', '133127.712500', '133128.172500', '133128.632500', '133129.092500', '133129.552500', '133130.012500', '133130.472500', '133130.932500', '133131.392500', '133131.852500', '133132.312500', '133132.772500', '133133.232500', '133133.692500', '133134.152500', '133134.612500', '133135.072500', '133135.532500', '133135.992500', '133136.452500', '133136.912500', '133137.372500', '133137.832500', '133138.292500', '133138.752500', '133139.212500', '133139.672500', '133140.132500', '133140.592500', '133141.052500', '133141.512500', '133141.972500', '133142.432500', '133142.892500', '133143.352500', '133143.812500', '133144.272500', '133144.732500', '133145.192500', '133145.652500', '133146.112500', '133146.572500', '133147.032500', '133147.492500', '133147.952500', '133148.412500', '133148.872500', '133149.332500', '133149.792500', '133150.252500', '133150.712500', '133151.172500', '133151.632500', '133152.092500', '133152.552500', '133153.012500', '133153.472500', '133153.932500', '133154.392500', '133154.852500', '133155.312500', '133155.772500', '133156.232500', '133156.692500', '133157.152500', '133157.612500', '133158.072500', '133158.532500', '133158.992500', '133159.452500', '133159.912500', '133200.372500', '133200.832500', '133201.292500', '133201.752500', '133202.212500', '133202.672500', '133203.132500', '133203.592500', '133204.052500', '133204.512500', '133204.972500', '133205.432500', '133205.892500', '133206.352500', '133206.812500', '133207.272500', '133207.732500', '133208.192500', '133208.652500', '133209.112500', '133209.572500', '133210.032500', '133210.492500', '133210.952500', '133211.412500', '133211.872500', '133212.332500', '133212.792500', '133213.252500', '133213.712500', '133214.172500', '133214.632500', '133215.092500', '133215.552500', '133216.012500', '133216.472500', '133216.932500', '133217.392500', '133217.852500', '133218.312500', '133218.772500', '133219.232500', '133219.692500', '133220.152500', '133220.612500', '133221.072500', '133221.532500', '133221.992500', '133222.452500', '133222.912500', '133223.372500', '133223.832500', '133224.292500', '133224.752500', '133225.212500', '133225.672500', '133226.132500', '133226.592500', '133227.052500', '133227.512500', '133227.972500', '133228.432500', '133228.892500', '133229.352500', '133229.812500', '133230.272500', '133230.732500', '133231.192500', '133231.652500', '133232.112500', '133232.572500', '133233.032500', '133233.492500', '133233.952500', '133234.412500', '133234.872500', '133235.332500', '133235.792500', '133236.252500', '133236.712500', '133237.172500', '133237.632500', '133238.092500', '133238.552500', '133239.012500', '133239.472500', '133239.932500', '133240.392500', '133240.852500', '133241.312500', '133241.772500', '133242.232500', '133242.692500', '133243.152500', '133243.612500', '133244.072500', '133244.532500', '133244.992500', '133245.452500', '133245.912500', '133246.372500', '133246.832500', '133247.292500', '133247.752500', '133248.212500', '133248.672500', '133249.132500', '133249.592500', '133250.052500', '133250.512500', '133250.972500', '133251.432500', '133251.892500', '133252.352500', '133252.812500', '133253.272500', '133253.732500', '133254.192500', '133254.652500', '133255.112500', '133255.572500', '133256.032500', '133256.492500', '133256.952500', '133257.412500', '133257.872500', '133258.332500', '133258.792500', '133259.252500', '133259.712500', '133300.172500', '133300.632500', '133301.092500', '133301.552500', '133302.012500', '133302.472500', '133302.932500', '133303.392500', '133303.852500', '133304.312500', '133304.772500', '133305.232500', '133305.692500', '133306.152500', '133306.612500', '133307.072500', '133307.532500', '133307.992500', '133308.452500', '133308.912500', '133309.372500', '133309.832500', '133310.292500', '133310.752500', '133311.212500', '133311.672500', '133312.132500', '133312.592500', '133313.052500', '133313.512500', '133313.972500', '133314.432500', '133314.892500', '133315.352500', '133315.812500', '133316.272500', '133316.732500', '133317.192500', '133317.652500', '133318.112500', '133318.572500', '133319.032500', '133319.492500', '133319.952500', '133320.412500', '133320.872500', '133321.332500', '133321.792500', '133322.252500', '133322.712500', '133323.172500', '133323.632500', '133324.092500', '133324.552500', '133325.012500', '133325.472500', '133325.932500', '133326.392500', '133326.852500', '133327.312500', '133327.772500', '133328.232500', '133328.692500', '133329.152500', '133329.612500', '133330.072500', '133330.532500', '133330.992500', '133331.452500', '133331.912500', '133332.372500', '133332.832500', '133333.292500', '133333.752500', '133334.212500', '133334.672500', '133335.132500', '133335.592500', '133336.052500', '133336.512500', '133336.972500', '133337.432500', '133337.892500', '133338.352500', '133338.812500', '133339.272500', '133339.732500', '133340.192500', '133340.652500', '133341.112500', '133341.572500', '133342.032500', '133342.492500', '133342.952500', '133343.412500', '133343.872500', '133344.332500', '133344.792500', '133345.252500', '133345.712500', '133346.172500', '133346.632500', '133347.092500', '133347.552500', '133348.012500', '133348.472500', '133348.932500', '133349.392500', '133349.852500', '133350.312500', '133350.772500', '133351.232500', '133351.692500', '133352.152500', '133352.612500', '133353.072500', '133353.532500', '133353.992500', '133354.452500', '133354.912500', '133355.372500', '133355.832500', '133356.292500', '133356.752500', '133357.212500', '133357.672500', '133358.132500', '133358.592500', '133359.052500', '133359.512500', '133359.972500', '133400.432500', '133400.892500', '133401.352500', '133401.812500', '133402.272500', '133402.732500', '133403.192500', '133403.652500', '133404.112500', '133404.572500', '133405.032500', '133405.492500', '133405.952500', '133406.412500', '133406.872500', '133407.332500', '133407.792500', '133408.252500', '133408.712500', '133409.172500', '133409.632500', '133410.092500', '133410.552500', '133411.012500', '133411.472500', '133411.932500', '133412.392500', '133412.852500', '133413.312500', '133413.772500', '133414.232500', '133414.692500', '133415.152500', '133415.612500', '133416.072500', '133416.532500', '133416.992500', '133417.452500', '133417.912500', '133418.372500', '133418.832500', '133419.292500', '133419.752500', '133420.212500', '133420.672500', '133421.132500', '133421.592500', '133422.052500', '133422.512500', '133422.972500', '133423.432500', '133423.892500', '133424.352500', '133424.812500', '133425.272500', '133425.732500', '133426.192500', '133426.652500', '133427.112500', '133427.572500', '133428.032500', '133428.492500', '133428.952500', '133429.412500', '133429.872500', '133430.332500', '133430.792500', '133431.252500', '133431.712500', '133432.172500', '133432.632500', '133433.092500', '133433.552500', '133434.012500', '133434.472500', '133434.932500', '133435.392500', '133435.852500', '133436.312500', '133436.772500', '133437.232500', '133437.692500', '133438.152500', '133438.612500', '133439.072500', '133439.532500', '133439.992500', '133440.452500', '133440.912500', '133441.372500', '133441.832500', '133442.292500', '133442.752500', '133443.212500', '133443.672500', '133444.132500', '133444.592500', '133445.052500', '133445.512500', '133445.972500', '133446.432500', '133446.892500', '133447.352500', '133447.812500', '133448.272500', '133448.732500', '133449.192500', '133449.652500', '133450.112500', '133450.572500', '133451.032500', '133451.492500', '133451.952500', '133452.412500', '133452.872500', '133453.332500', '133453.792500', '133454.252500', '133454.712500', '133455.172500', '133455.632500', '133456.092500', '133456.552500', '133457.012500', '133457.472500', '133457.932500', '133458.392500', '133458.852500', '133459.312500', '133459.772500', '133500.232500', '133500.692500', '133501.152500', '133501.612500', '133502.072500', '133502.532500', '133502.992500', '133503.452500', '133503.912500', '133504.372500', '133504.832500', '133505.292500', '133505.752500', '133506.212500', '133506.672500', '133507.132500', '133507.592500', '133508.052500', '133508.512500', '133508.972500', '133509.432500', '133509.892500', '133510.352500', '133510.812500', '133511.272500', '133511.732500', '133512.192500', '133512.652500', '133513.112500', '133513.572500', '133514.032500', '133514.492500', '133514.952500', '133515.412500', '133515.872500', '133516.332500', '133516.792500', '133517.252500', '133517.712500', '133518.172500', '133518.632500', '133519.092500', '133519.552500', '133520.012500', '133520.472500', '133520.932500', '133521.392500', '133521.852500', '133522.312500', '133522.772500', '133523.232500', '133523.692500', '133524.152500', '133524.612500', '133525.072500', '133525.532500', '133525.992500', '133526.452500', '133526.912500', '133527.372500', '133527.832500', '133528.292500', '133528.752500', '133529.212500', '133529.672500', '133530.132500', '133530.592500', '133531.052500', '133531.512500', '133531.972500', '133532.432500', '133532.892500', '133533.352500', '133533.812500', '133534.272500', '133534.732500', '133535.192500', '133535.652500', '133536.112500', '133536.572500', '133537.032500', '133537.492500', '133537.952500', '133538.412500', '133538.872500', '133539.332500', '133539.792500', '133540.252500', '133540.712500', '133541.172500', '133541.632500', '133542.092500', '133542.552500', '133543.012500', '133543.472500', '133543.932500', '133544.392500', '133544.852500', '133545.312500', '133545.772500', '133546.232500', '133546.692500', '133547.152500', '133547.612500', '133548.072500', '133548.532500', '133548.992500', '133549.452500', '133549.912500', '133550.372500', '133550.832500', '133551.292500', '133551.752500', '133552.212500', '133552.672500', '133553.132500', '133553.592500', '133554.052500', '133554.512500', '133554.972500', '133555.432500', '133555.892500', '133556.352500', '133556.812500', '133557.272500', '133557.732500', '133558.192500', '133558.652500', '133559.112500', '133559.572500', '133600.032500', '133600.492500', '133600.952500', '133601.412500', '133601.872500', '133602.332500', '133602.792500', '133603.252500', '133603.712500', '133604.172500', '133604.632500', '133605.092500', '133605.552500', '133606.012500', '133606.472500', '133606.932500', '133607.392500', '133607.852500', '133608.312500', '133608.772500', '133609.232500', '133609.692500', '133610.152500', '133610.612500', '133611.072500', '133611.532500', '133611.992500', '133612.452500', '133612.912500', '133613.372500', '133613.832500', '133614.292500', '133614.752500', '133615.212500', '133615.672500', '133616.132500', '133616.592500', '133617.052500', '133617.512500', '133617.972500', '133618.432500', '133618.892500', '133619.352500', '133619.812500', '133620.272500', '133620.732500', '133621.192500', '133621.652500', '133622.112500', '133622.572500', '133623.032500', '133623.492500', '133623.952500', '133624.412500', '133624.872500', '133625.332500', '133625.792500', '133626.252500', '133626.712500', '133627.172500', '133627.632500', '133628.092500', '133628.552500', '133629.012500', '133629.472500', '133629.932500', '133630.392500', '133630.852500', '133631.312500', '133631.772500', '133632.232500', '133632.692500', '133633.152500', '133633.612500', '133634.072500', '133634.532500', '133634.992500', '133635.452500', '133635.912500', '133636.372500', '133636.832500', '133637.292500', '133637.752500', '133638.212500', '133638.672500', '133639.132500', '133639.592500', '133640.052500', '133640.512500', '133640.972500', '133641.432500', '133641.892500', '133642.352500', '133642.812500', '133643.272500', '133643.732500', '133644.192500', '133644.652500', '133645.112500', '133645.572500', '133646.032500', '133646.492500', '133646.952500', '133647.412500', '133647.872500', '133648.332500', '133648.792500', '133649.252500', '133649.712500', '133650.172500', '133650.632500', '133651.092500', '133651.552500', '133652.012500', '133652.472500', '133652.932500', '133653.392500', '133653.852500', '133654.312500', '133654.772500', '133655.232500', '133655.692500', '133656.152500', '133656.612500', '133657.072500', '133657.532500', '133657.992500', '133658.452500', '133658.912500', '133659.372500', '133659.832500', '133700.292500', '133700.752500', '133701.212500', '133701.672500', '133702.132500', '133702.592500', '133703.052500', '133703.512500', '133703.972500', '133704.432500', '133704.892500', '133705.352500', '133705.812500', '133706.272500', '133706.732500', '133707.192500', '133707.652500', '133708.112500', '133708.572500', '133709.032500', '133709.492500', '133709.952500', '133710.412500', '133710.872500', '133711.332500', '133711.792500', '133712.252500', '133712.712500', '133713.172500', '133713.632500', '133714.092500', '133714.552500', '133715.012500', '133715.472500', '133715.932500', '133716.392500', '133716.852500', '133717.312500', '133717.772500', '133718.232500', '133718.692500', '133719.152500', '133719.612500', '133720.072500', '133720.532500', '133720.992500', '133721.452500', '133721.912500', '133722.372500', '133722.832500', '133723.292500', '133723.752500', '133724.212500', '133724.672500', '133725.132500', '133725.592500', '133726.052500', '133726.512500', '133726.972500', '133727.432500', '133727.892500', '133728.352500', '133728.812500', '133729.272500', '133729.732500', '133730.192500', '133730.652500', '133731.112500', '133731.572500', '133732.032500', '133732.492500', '133732.952500', '133733.412500', '133733.872500', '133734.332500', '133734.792500', '133735.252500', '133735.712500', '133736.172500', '133736.632500', '133737.092500', '133737.552500', '133738.012500', '133738.472500', '133738.932500', '133739.392500', '133739.852500', '133740.312500', '133740.772500', '133741.232500', '133741.692500', '133742.152500', '133742.612500', '133743.072500', '133743.532500', '133743.992500', '133744.452500', '133744.912500', '133745.372500', '133745.832500', '133746.292500', '133746.752500', '133747.212500', '133747.672500', '133748.132500', '133748.592500', '133749.052500', '133749.512500', '133749.972500', '133750.432500', '133750.892500', '133751.352500', '133751.812500', '133752.272500', '133752.732500', '133753.192500', '133753.652500', '133754.112500', '133754.572500', '133755.032500', '133755.492500', '133755.952500', '133756.412500', '133756.872500', '133757.332500', '133757.792500', '133758.252500', '133758.712500', '133759.172500', '133759.632500', '133800.092500', '133800.552500', '133801.012500', '133801.472500', '133801.932500', '133802.392500', '133802.852500', '133803.312500', '133803.772500', '133804.232500', '133804.692500', '133805.152500', '133805.612500', '133806.072500', '133806.532500', '133806.992500', '133807.452500', '133807.912500', '133808.372500', '133808.832500', '133809.292500', '133809.752500', '133810.212500', '133810.672500', '133811.132500', '133811.592500', '133812.052500', '133812.512500', '133812.972500', '133813.432500', '133813.892500', '133814.352500', '133814.812500', '133815.272500', '133815.732500', '133816.192500', '133816.652500', '133817.112500', '133817.572500', '133818.032500', '133818.492500', '133818.952500', '133819.412500', '133819.872500', '133820.332500', '133820.792500', '133821.252500', '133821.712500', '133822.172500', '133822.632500', '133823.092500', '133823.552500', '133824.012500', '133824.472500', '133824.932500', '133825.392500', '133825.852500', '133826.312500', '133826.772500', '133827.232500', '133827.692500', '133828.152500', '133828.612500', '133829.072500', '133829.532500', '133829.992500', '133830.452500', '133830.912500', '133831.372500', '133831.832500', '133832.292500', '133832.752500', '133833.212500', '133833.672500', '133834.132500', '133834.592500', '133835.052500', '133835.512500', '133835.972500', '133836.432500', '133836.892500', '133837.352500', '133837.812500', '133838.272500', '133838.732500', '133839.192500', '133839.652500', '133840.112500', '133840.572500'], 'ContentTime': ['133016.026000', '133016.030000', '133016.034000', '133016.037000', '133016.040000', '133016.043000', '133016.046000', '133016.049000', '133016.052000', '133016.055000', '133016.058000', '133016.061000', '133016.064000', '133016.068000', '133016.070000', '133016.073000', '133016.076000', '133016.084000', '133016.087000', '133016.090000', '133016.093000', '133016.095000', '133016.098000', '133016.101000', '133016.104000', '133016.107000', '133016.110000', '133016.113000', '133016.116000', '133016.119000', '133016.122000', '133016.125000', '133016.127000', '133016.130000', '133016.133000', '133016.136000', '133016.139000', '133016.142000', '133016.145000', '133016.148000', '133016.151000', '133016.162000', '133016.165000', '133016.168000', '133016.171000', '133016.174000', '133016.177000', '133016.180000', '133016.183000', '133016.186000', '133016.189000', '133016.192000', '133016.195000', '133016.198000', '133016.201000', '133016.204000', '133016.207000', '133035.991000', '133035.994000', '133035.997000', '133036.001000', '133036.004000', '133036.007000', '133036.009000', '133036.012000', '133036.015000', '133036.020000', '133036.030000', '133036.033000', '133036.036000', '133036.038000', '133036.041000', '133036.044000', '133036.047000', '133036.050000', '133036.053000', '133036.056000', '133036.059000', '133036.061000', '133036.064000', '133036.067000', '133036.070000', '133036.073000', '133036.076000', '133036.079000', '133036.081000', '133036.084000', '133036.087000', '133036.090000', '133036.093000', '133036.096000', '133036.098000', '133036.101000', '133036.104000', '133036.107000', '133036.110000', '133036.113000', '133036.115000', '133036.118000', '133036.121000', '133055.990000', '133055.993000', '133055.996000', '133056.000000', '133056.002000', '133056.005000', '133056.008000', '133056.011000', '133056.014000', '133056.017000', '133056.020000', '133056.023000', '133056.026000', '133056.028000', '133056.032000', '133056.034000', '133056.037000', '133056.040000', '133056.043000', '133056.046000', '133056.054000', '133056.057000', '133056.060000', '133056.062000', '133056.065000', '133056.068000', '133056.071000', '133056.074000', '133056.077000', '133056.080000', '133056.083000', '133056.085000', '133056.088000', '133056.091000', '133056.094000', '133056.097000', '133056.099000', '133056.102000', '133056.105000', '133056.108000', '133056.111000', '133056.114000', '133056.117000', '133056.119000', '133115.990000', '133115.993000', '133115.996000', '133115.998000', '133116.002000', '133116.005000', '133116.008000', '133116.011000', '133116.014000', '133116.017000', '133116.020000', '133116.023000', '133116.025000', '133116.028000', '133116.031000', '133116.034000', '133116.038000', '133116.042000', '133116.045000', '133116.048000', '133116.051000', '133116.054000', '133116.057000', '133116.059000', '133116.062000', '133116.065000', '133116.068000', '133116.071000', '133116.074000', '133116.077000', '133116.079000', '133116.082000', '133116.085000', '133116.088000', '133116.091000', '133116.094000', '133116.096000', '133116.099000', '133116.102000', '133116.105000', '133116.108000', '133116.111000', '133116.113000', '133135.990000', '133135.993000', '133135.996000', '133135.998000', '133136.002000', '133136.005000', '133136.008000', '133136.011000', '133136.014000', '133136.017000', '133136.020000', '133136.022000', '133136.025000', '133136.028000', '133136.031000', '133136.034000', '133136.037000', '133136.045000', '133136.048000', '133136.051000', '133136.054000', '133136.057000', '133136.059000', '133136.062000', '133136.065000', '133136.068000', '133136.071000', '133136.074000', '133136.077000', '133136.080000', '133136.082000', '133136.085000', '133136.088000', '133136.091000', '133136.094000', '133136.097000', '133136.100000', '133136.102000', '133136.106000', '133136.108000', '133136.111000', '133136.114000', '133136.117000', '133136.120000', '133155.991000', '133155.994000', '133155.997000', '133156.001000', '133156.004000', '133156.007000', '133156.010000', '133156.012000', '133156.015000', '133156.018000', '133156.021000', '133156.024000', '133156.027000', '133156.036000', '133156.039000', '133156.041000', '133156.044000', '133156.047000', '133156.051000', '133156.055000', '133156.058000', '133156.061000', '133156.064000', '133156.083000', '133156.086000', '133156.088000', '133156.091000', '133156.094000', '133156.097000', '133156.100000', '133156.103000', '133156.105000', '133156.108000', '133156.111000', '133156.114000', '133156.117000', '133156.120000', '133156.123000', '133156.125000', '133156.128000', '133156.131000', '133156.134000', '133156.137000', '133215.991000', '133215.994000', '133215.997000', '133216.001000', '133216.004000', '133216.006000', '133216.009000', '133216.012000', '133216.015000', '133216.018000', '133216.021000', '133216.024000', '133216.026000', '133216.029000', '133216.032000', '133216.035000', '133216.038000', '133216.041000', '133216.044000', '133216.046000', '133216.049000', '133216.052000', '133216.055000', '133216.058000', '133216.061000', '133216.064000', '133216.066000', '133216.069000', '133216.072000', '133216.075000', '133216.078000', '133216.081000', '133216.084000', '133216.086000', '133216.089000', '133216.092000', '133216.101000', '133216.104000', '133216.107000', '133216.110000', '133216.113000', '133216.116000', '133216.119000', '133216.122000', '133235.991000', '133235.994000', '133235.997000', '133236.001000', '133236.003000', '133236.006000', '133236.009000', '133236.012000', '133236.015000', '133236.018000', '133236.021000', '133236.024000', '133236.026000', '133236.029000', '133236.032000', '133236.035000', '133236.038000', '133236.041000', '133236.044000', '133236.047000', '133236.050000', '133236.057000', '133236.060000', '133236.063000', '133236.066000', '133236.068000', '133236.073000', '133236.078000', '133236.081000', '133236.084000', '133236.087000', '133236.090000', '133236.093000', '133236.096000', '133236.098000', '133236.101000', '133236.104000', '133236.107000', '133236.110000', '133236.113000', '133236.116000', '133236.119000', '133236.121000', '133255.991000', '133255.994000', '133255.997000', '133256.000000', '133256.003000', '133256.006000', '133256.009000', '133256.012000', '133256.015000', '133256.018000', '133256.021000', '133256.023000', '133256.026000', '133256.029000', '133256.032000', '133256.038000', '133256.041000', '133256.043000', '133256.046000', '133256.049000', '133256.052000', '133256.055000', '133256.058000', '133256.061000', '133256.064000', '133256.067000', '133256.070000', '133256.073000', '133256.076000', '133256.078000', '133256.081000', '133256.084000', '133256.087000', '133256.090000', '133256.093000', '133256.096000', '133256.099000', '133256.102000', '133256.104000', '133256.107000', '133256.110000', '133256.113000', '133256.116000', '133256.119000', '133315.990000', '133315.993000', '133315.996000', '133316.000000', '133316.003000', '133316.006000', '133316.009000', '133316.012000', '133316.014000', '133316.017000', '133316.020000', '133316.023000', '133316.027000', '133316.030000', '133316.033000', '133316.036000', '133316.039000', '133316.042000', '133316.045000', '133316.048000', '133316.051000', '133316.054000', '133316.056000', '133316.059000', '133316.062000', '133316.065000', '133316.068000', '133316.071000', '133316.074000', '133316.077000', '133316.080000', '133316.083000', '133316.088000', '133316.092000', '133316.095000', '133316.098000', '133316.101000', '133316.104000', '133316.107000', '133316.110000', '133316.113000', '133316.115000', '133316.118000', '133335.990000', '133335.993000', '133335.996000', '133336.000000', '133336.003000', '133336.016000', '133336.019000', '133336.022000', '133336.025000', '133336.028000', '133336.030000', '133336.033000', '133336.036000', '133336.039000', '133336.042000', '133336.045000', '133336.048000', '133336.051000', '133336.053000', '133336.056000', '133336.059000', '133336.062000', '133336.065000', '133336.068000', '133336.071000', '133336.074000', '133336.077000', '133336.079000', '133336.082000', '133336.085000', '133336.088000', '133336.091000', '133336.094000', '133336.097000', '133336.100000', '133336.102000', '133336.105000', '133336.108000', '133336.111000', '133336.114000', '133336.117000', '133336.120000', '133336.123000', '133336.126000', '133355.990000', '133355.993000', '133355.996000', '133355.998000', '133356.002000', '133356.005000', '133356.008000', '133356.011000', '133356.014000', '133356.017000', '133356.020000', '133356.023000', '133356.026000', '133356.029000', '133356.031000', '133356.034000', '133356.037000', '133356.040000', '133356.043000', '133356.046000', '133356.049000', '133356.052000', '133356.055000', '133356.058000', '133356.061000', '133356.063000', '133356.066000', '133356.069000', '133356.072000', '133356.075000', '133356.078000', '133356.081000', '133356.084000', '133356.087000', '133356.089000', '133356.092000', '133356.095000', '133356.098000', '133356.103000', '133356.107000', '133356.110000', '133356.113000', '133356.116000', '133415.990000', '133415.993000', '133415.996000', '133415.998000', '133416.002000', '133416.005000', '133416.008000', '133416.011000', '133416.014000', '133416.017000', '133416.019000', '133416.022000', '133416.025000', '133416.028000', '133416.031000', '133416.034000', '133416.037000', '133416.040000', '133416.043000', '133416.045000', '133416.048000', '133416.051000', '133416.054000', '133416.057000', '133416.060000', '133416.062000', '133416.065000', '133416.068000', '133416.071000', '133416.074000', '133416.077000', '133416.080000', '133416.083000', '133416.085000', '133416.088000', '133416.091000', '133416.094000', '133416.097000', '133416.100000', '133416.102000', '133416.105000', '133416.108000', '133416.111000', '133416.114000', '133435.991000', '133435.994000', '133435.997000', '133436.001000', '133436.004000', '133436.007000', '133436.009000', '133436.012000', '133436.015000', '133436.018000', '133436.021000', '133436.024000', '133436.027000', '133436.029000', '133436.032000', '133436.035000', '133436.038000', '133436.041000', '133436.044000', '133436.047000', '133436.050000', '133436.052000', '133436.055000', '133436.058000', '133436.061000', '133436.064000', '133436.068000', '133436.071000', '133436.074000', '133436.077000', '133436.079000', '133436.082000', '133436.085000', '133436.088000', '133436.091000', '133436.094000', '133436.097000', '133436.099000', '133436.102000', '133436.105000', '133436.108000', '133436.111000', '133436.113000', '133455.991000', '133455.994000', '133455.997000', '133456.001000', '133456.003000', '133456.006000', '133456.009000', '133456.012000', '133456.015000', '133456.018000', '133456.021000', '133456.023000', '133456.026000', '133456.029000', '133456.032000', '133456.035000', '133456.038000', '133456.041000', '133456.044000', '133456.047000', '133456.049000', '133456.052000', '133456.055000', '133456.058000', '133456.061000', '133456.064000', '133456.067000', '133456.069000', '133456.072000', '133456.075000', '133456.088000', '133456.091000', '133456.093000', '133456.096000', '133456.099000', '133456.102000', '133456.105000', '133456.108000', '133456.111000', '133456.113000', '133456.116000', '133456.119000', '133456.122000', '133456.125000', '133515.991000', '133515.994000', '133515.997000', '133516.001000', '133516.003000', '133516.006000', '133516.009000', '133516.012000', '133516.015000', '133516.018000', '133516.021000', '133516.023000', '133516.026000', '133516.029000', '133516.036000', '133516.039000', '133516.042000', '133516.045000', '133516.048000', '133516.051000', '133516.054000', '133516.057000', '133516.060000', '133516.063000', '133516.065000', '133516.068000', '133516.071000', '133516.074000', '133516.077000', '133516.080000', '133516.083000', '133516.086000', '133516.089000', '133516.092000', '133516.094000', '133516.097000', '133516.100000', '133516.103000', '133516.106000', '133516.109000', '133516.111000', '133516.114000', '133516.117000', '133535.990000', '133535.993000', '133535.996000', '133536.000000', '133536.003000', '133536.006000', '133536.008000', '133536.011000', '133536.014000', '133536.017000', '133536.020000', '133536.022000', '133536.025000', '133536.028000', '133536.031000', '133536.034000', '133536.037000', '133536.040000', '133536.043000', '133536.045000', '133536.048000', '133536.051000', '133536.054000', '133536.057000', '133536.059000', '133536.062000', '133536.065000', '133536.068000', '133536.071000', '133536.074000', '133536.077000', '133536.080000', '133536.083000', '133536.086000', '133536.088000', '133536.091000', '133536.094000', '133536.097000', '133536.100000', '133536.103000', '133536.105000', '133536.108000', '133536.111000', '133536.114000', '133555.990000', '133555.993000', '133555.996000', '133556.000000', '133556.002000', '133556.005000', '133556.008000', '133556.011000', '133556.014000', '133556.016000', '133556.019000', '133556.022000', '133556.025000', '133556.028000', '133556.031000', '133556.033000', '133556.036000', '133556.039000', '133556.042000', '133556.045000', '133556.048000', '133556.051000', '133556.054000', '133556.056000', '133556.059000', '133556.062000', '133556.065000', '133556.068000', '133556.071000', '133556.074000', '133556.077000', '133556.080000', '133556.083000', '133556.086000', '133556.088000', '133556.091000', '133556.094000', '133556.097000', '133556.100000', '133556.104000', '133556.107000', '133556.110000', '133556.113000', '133615.990000', '133615.993000', '133615.996000', '133615.998000', '133616.002000', '133616.005000', '133616.008000', '133616.011000', '133616.014000', '133616.017000', '133616.019000', '133616.022000', '133616.025000', '133616.028000', '133616.031000', '133616.034000', '133616.037000', '133616.039000', '133616.042000', '133616.045000', '133616.048000', '133616.051000', '133616.054000', '133616.057000', '133616.059000', '133616.062000', '133616.065000', '133616.068000', '133616.071000', '133616.074000', '133616.077000', '133616.080000', '133616.083000', '133616.085000', '133616.088000', '133616.091000', '133616.094000', '133616.097000', '133616.100000', '133616.103000', '133616.106000', '133616.120000', '133616.123000', '133616.125000', '133635.990000', '133635.993000', '133635.996000', '133636.000000', '133636.003000', '133636.007000', '133636.009000', '133636.012000', '133636.015000', '133636.018000', '133636.021000', '133636.024000', '133636.027000', '133636.029000', '133636.032000', '133636.035000', '133636.038000', '133636.041000', '133636.044000', '133636.046000', '133636.049000', '133636.052000', '133636.055000', '133636.058000', '133636.061000', '133636.064000', '133636.066000', '133636.069000', '133636.072000', '133636.075000', '133636.078000', '133636.081000', '133636.083000', '133636.086000', '133636.089000', '133636.092000', '133636.095000', '133636.098000', '133636.101000', '133636.104000', '133636.107000', '133636.110000', '133636.112000', '133655.991000', '133655.994000', '133655.997000', '133656.001000', '133656.004000', '133656.006000', '133656.009000', '133656.012000', '133656.015000', '133656.018000', '133656.021000', '133656.024000', '133656.027000', '133656.029000', '133656.032000', '133656.035000', '133656.038000', '133656.041000', '133656.043000', '133656.046000', '133656.049000', '133656.052000', '133656.055000', '133656.058000', '133656.060000', '133656.063000', '133656.066000', '133656.069000', '133656.072000', '133656.075000', '133656.078000', '133656.080000', '133656.083000', '133656.086000', '133656.089000', '133656.092000', '133656.095000', '133656.098000', '133656.101000', '133656.104000', '133656.106000', '133656.109000', '133656.112000', '133656.115000', '133715.991000', '133715.994000', '133715.997000', '133716.001000', '133716.004000', '133716.006000', '133716.009000', '133716.012000', '133716.015000', '133716.018000', '133716.021000', '133716.024000', '133716.027000', '133716.029000', '133716.032000', '133716.035000', '133716.038000', '133716.041000', '133716.043000', '133716.046000', '133716.049000', '133716.052000', '133716.055000', '133716.058000', '133716.060000', '133716.063000', '133716.066000', '133716.069000', '133716.072000', '133716.075000', '133716.078000', '133716.080000', '133716.083000', '133716.086000', '133716.089000', '133716.092000', '133716.095000', '133716.098000', '133716.101000', '133716.103000', '133716.106000', '133716.109000', '133716.112000', '133735.991000', '133735.994000', '133736.000000', '133736.005000', '133736.008000', '133736.011000', '133736.013000', '133736.016000', '133736.019000', '133736.022000', '133736.025000', '133736.028000', '133736.031000', '133736.033000', '133736.036000', '133736.039000', '133736.042000', '133736.045000', '133736.048000', '133736.050000', '133736.053000', '133736.056000', '133736.059000', '133736.062000', '133736.065000', '133736.068000', '133736.070000', '133736.073000', '133736.076000', '133736.079000', '133736.082000', '133736.085000', '133736.088000', '133736.090000', '133736.093000', '133736.096000', '133736.099000', '133736.102000', '133736.105000', '133736.108000', '133736.111000', '133736.113000', '133736.116000', '133755.990000', '133755.993000', '133755.996000', '133756.000000', '133756.003000', '133756.005000', '133756.008000', '133756.011000', '133756.014000', '133756.017000', '133756.020000', '133756.023000', '133756.025000', '133756.028000', '133756.031000', '133756.034000', '133756.037000', '133756.040000', '133756.043000', '133756.045000', '133756.048000', '133756.051000', '133756.054000', '133756.057000', '133756.060000', '133756.063000', '133756.065000', '133756.068000', '133756.071000', '133756.074000', '133756.077000', '133756.080000', '133756.083000', '133756.085000', '133756.088000', '133756.091000', '133756.094000', '133756.097000', '133756.100000', '133756.103000', '133756.105000', '133756.108000', '133756.111000', '133756.114000', '133815.990000', '133815.993000', '133815.996000', '133816.000000', '133816.003000', '133816.006000', '133816.010000', '133816.015000', '133816.025000', '133816.028000', '133816.031000', '133816.033000', '133816.036000', '133816.039000', '133816.042000', '133816.045000', '133816.047000', '133816.050000', '133816.053000', '133816.056000', '133816.059000', '133816.062000', '133816.065000', '133816.067000', '133816.070000', '133816.073000', '133816.076000', '133816.079000', '133816.082000', '133816.085000', '133816.088000', '133816.090000', '133816.093000', '133816.096000', '133816.099000', '133816.102000', '133816.105000', '133816.108000', '133816.110000', '133816.113000', '133816.116000', '133816.119000', '133816.122000', '133835.990000', '133835.993000', '133835.996000', '133836.000000', '133836.002000', '133836.005000', '133836.008000', '133836.011000', '133836.014000', '133836.017000', '133836.020000', '133836.023000', '133836.026000', '133836.029000', '133836.032000', '133836.034000', '133836.037000', '133836.040000', '133836.043000', '133836.046000', '133836.048000', '133836.051000', '133836.054000', '133836.057000', '133836.060000', '133836.063000', '133836.065000', '133836.068000', '133836.071000', '133836.074000', '133836.077000', '133836.080000', '133836.083000', '133836.085000', '133836.088000', '133836.091000', '133836.094000', '133836.097000', '133836.100000', '133836.103000', '133836.106000', '133836.108000', '133836.111000', '133836.114000', '133841.833000', '133841.836000', '133841.839000', '133841.842000', '133841.852000', '133841.855000', '133841.858000', '133841.861000', '133841.864000', '133841.867000', '133841.870000', '133841.873000', '133841.876000'], 'InstanceCreationTime': ['133016.026000', '133016.030000', '133016.034000', '133016.037000', '133016.040000', '133016.043000', '133016.046000', '133016.049000', '133016.052000', '133016.055000', '133016.058000', '133016.061000', '133016.064000', '133016.068000', '133016.070000', '133016.073000', '133016.076000', '133016.084000', '133016.087000', '133016.090000', '133016.093000', '133016.095000', '133016.098000', '133016.101000', '133016.104000', '133016.107000', '133016.110000', '133016.113000', '133016.116000', '133016.119000', '133016.122000', '133016.125000', '133016.127000', '133016.130000', '133016.133000', '133016.136000', '133016.139000', '133016.142000', '133016.145000', '133016.148000', '133016.151000', '133016.162000', '133016.165000', '133016.168000', '133016.171000', '133016.174000', '133016.177000', '133016.180000', '133016.183000', '133016.186000', '133016.189000', '133016.192000', '133016.195000', '133016.198000', '133016.201000', '133016.204000', '133016.207000', '133035.991000', '133035.994000', '133035.997000', '133036.001000', '133036.004000', '133036.007000', '133036.009000', '133036.012000', '133036.015000', '133036.020000', '133036.030000', '133036.033000', '133036.036000', '133036.038000', '133036.041000', '133036.044000', '133036.047000', '133036.050000', '133036.053000', '133036.056000', '133036.059000', '133036.061000', '133036.064000', '133036.067000', '133036.070000', '133036.073000', '133036.076000', '133036.079000', '133036.081000', '133036.084000', '133036.087000', '133036.090000', '133036.093000', '133036.096000', '133036.098000', '133036.101000', '133036.104000', '133036.107000', '133036.110000', '133036.113000', '133036.115000', '133036.118000', '133036.121000', '133055.990000', '133055.993000', '133055.996000', '133056.000000', '133056.002000', '133056.005000', '133056.008000', '133056.011000', '133056.014000', '133056.017000', '133056.020000', '133056.023000', '133056.026000', '133056.028000', '133056.032000', '133056.034000', '133056.037000', '133056.040000', '133056.043000', '133056.046000', '133056.054000', '133056.057000', '133056.060000', '133056.062000', '133056.065000', '133056.068000', '133056.071000', '133056.074000', '133056.077000', '133056.080000', '133056.083000', '133056.085000', '133056.088000', '133056.091000', '133056.094000', '133056.097000', '133056.099000', '133056.102000', '133056.105000', '133056.108000', '133056.111000', '133056.114000', '133056.117000', '133056.119000', '133115.990000', '133115.993000', '133115.996000', '133115.998000', '133116.002000', '133116.005000', '133116.008000', '133116.011000', '133116.014000', '133116.017000', '133116.020000', '133116.023000', '133116.025000', '133116.028000', '133116.031000', '133116.034000', '133116.038000', '133116.042000', '133116.045000', '133116.048000', '133116.051000', '133116.054000', '133116.057000', '133116.059000', '133116.062000', '133116.065000', '133116.068000', '133116.071000', '133116.074000', '133116.077000', '133116.079000', '133116.082000', '133116.085000', '133116.088000', '133116.091000', '133116.094000', '133116.096000', '133116.099000', '133116.102000', '133116.105000', '133116.108000', '133116.111000', '133116.113000', '133135.990000', '133135.993000', '133135.996000', '133135.998000', '133136.002000', '133136.005000', '133136.008000', '133136.011000', '133136.014000', '133136.017000', '133136.020000', '133136.022000', '133136.025000', '133136.028000', '133136.031000', '133136.034000', '133136.037000', '133136.045000', '133136.048000', '133136.051000', '133136.054000', '133136.057000', '133136.059000', '133136.062000', '133136.065000', '133136.068000', '133136.071000', '133136.074000', '133136.077000', '133136.080000', '133136.082000', '133136.085000', '133136.088000', '133136.091000', '133136.094000', '133136.097000', '133136.100000', '133136.102000', '133136.106000', '133136.108000', '133136.111000', '133136.114000', '133136.117000', '133136.120000', '133155.991000', '133155.994000', '133155.997000', '133156.001000', '133156.004000', '133156.007000', '133156.010000', '133156.012000', '133156.015000', '133156.018000', '133156.021000', '133156.024000', '133156.027000', '133156.036000', '133156.039000', '133156.041000', '133156.044000', '133156.047000', '133156.051000', '133156.055000', '133156.058000', '133156.061000', '133156.064000', '133156.083000', '133156.086000', '133156.088000', '133156.091000', '133156.094000', '133156.097000', '133156.100000', '133156.103000', '133156.105000', '133156.108000', '133156.111000', '133156.114000', '133156.117000', '133156.120000', '133156.123000', '133156.125000', '133156.128000', '133156.131000', '133156.134000', '133156.137000', '133215.991000', '133215.994000', '133215.997000', '133216.001000', '133216.004000', '133216.006000', '133216.009000', '133216.012000', '133216.015000', '133216.018000', '133216.021000', '133216.024000', '133216.026000', '133216.029000', '133216.032000', '133216.035000', '133216.038000', '133216.041000', '133216.044000', '133216.046000', '133216.049000', '133216.052000', '133216.055000', '133216.058000', '133216.061000', '133216.064000', '133216.066000', '133216.069000', '133216.072000', '133216.075000', '133216.078000', '133216.081000', '133216.084000', '133216.086000', '133216.089000', '133216.092000', '133216.101000', '133216.104000', '133216.107000', '133216.110000', '133216.113000', '133216.116000', '133216.119000', '133216.122000', '133235.991000', '133235.994000', '133235.997000', '133236.001000', '133236.003000', '133236.006000', '133236.009000', '133236.012000', '133236.015000', '133236.018000', '133236.021000', '133236.024000', '133236.026000', '133236.029000', '133236.032000', '133236.035000', '133236.038000', '133236.041000', '133236.044000', '133236.047000', '133236.050000', '133236.057000', '133236.060000', '133236.063000', '133236.066000', '133236.068000', '133236.073000', '133236.078000', '133236.081000', '133236.084000', '133236.087000', '133236.090000', '133236.093000', '133236.096000', '133236.098000', '133236.101000', '133236.104000', '133236.107000', '133236.110000', '133236.113000', '133236.116000', '133236.119000', '133236.121000', '133255.991000', '133255.994000', '133255.997000', '133256.000000', '133256.003000', '133256.006000', '133256.009000', '133256.012000', '133256.015000', '133256.018000', '133256.021000', '133256.023000', '133256.026000', '133256.029000', '133256.032000', '133256.038000', '133256.041000', '133256.043000', '133256.046000', '133256.049000', '133256.052000', '133256.055000', '133256.058000', '133256.061000', '133256.064000', '133256.067000', '133256.070000', '133256.073000', '133256.076000', '133256.078000', '133256.081000', '133256.084000', '133256.087000', '133256.090000', '133256.093000', '133256.096000', '133256.099000', '133256.102000', '133256.104000', '133256.107000', '133256.110000', '133256.113000', '133256.116000', '133256.119000', '133315.990000', '133315.993000', '133315.996000', '133316.000000', '133316.003000', '133316.006000', '133316.009000', '133316.012000', '133316.014000', '133316.017000', '133316.020000', '133316.023000', '133316.027000', '133316.030000', '133316.033000', '133316.036000', '133316.039000', '133316.042000', '133316.045000', '133316.048000', '133316.051000', '133316.054000', '133316.056000', '133316.059000', '133316.062000', '133316.065000', '133316.068000', '133316.071000', '133316.074000', '133316.077000', '133316.080000', '133316.083000', '133316.088000', '133316.092000', '133316.095000', '133316.098000', '133316.101000', '133316.104000', '133316.107000', '133316.110000', '133316.113000', '133316.115000', '133316.118000', '133335.990000', '133335.993000', '133335.996000', '133336.000000', '133336.003000', '133336.016000', '133336.019000', '133336.022000', '133336.025000', '133336.028000', '133336.030000', '133336.033000', '133336.036000', '133336.039000', '133336.042000', '133336.045000', '133336.048000', '133336.051000', '133336.053000', '133336.056000', '133336.059000', '133336.062000', '133336.065000', '133336.068000', '133336.071000', '133336.074000', '133336.077000', '133336.079000', '133336.082000', '133336.085000', '133336.088000', '133336.091000', '133336.094000', '133336.097000', '133336.100000', '133336.102000', '133336.105000', '133336.108000', '133336.111000', '133336.114000', '133336.117000', '133336.120000', '133336.123000', '133336.126000', '133355.990000', '133355.993000', '133355.996000', '133355.998000', '133356.002000', '133356.005000', '133356.008000', '133356.011000', '133356.014000', '133356.017000', '133356.020000', '133356.023000', '133356.026000', '133356.029000', '133356.031000', '133356.034000', '133356.037000', '133356.040000', '133356.043000', '133356.046000', '133356.049000', '133356.052000', '133356.055000', '133356.058000', '133356.061000', '133356.063000', '133356.066000', '133356.069000', '133356.072000', '133356.075000', '133356.078000', '133356.081000', '133356.084000', '133356.087000', '133356.089000', '133356.092000', '133356.095000', '133356.098000', '133356.103000', '133356.107000', '133356.110000', '133356.113000', '133356.116000', '133415.990000', '133415.993000', '133415.996000', '133415.998000', '133416.002000', '133416.005000', '133416.008000', '133416.011000', '133416.014000', '133416.017000', '133416.019000', '133416.022000', '133416.025000', '133416.028000', '133416.031000', '133416.034000', '133416.037000', '133416.040000', '133416.043000', '133416.045000', '133416.048000', '133416.051000', '133416.054000', '133416.057000', '133416.060000', '133416.062000', '133416.065000', '133416.068000', '133416.071000', '133416.074000', '133416.077000', '133416.080000', '133416.083000', '133416.085000', '133416.088000', '133416.091000', '133416.094000', '133416.097000', '133416.100000', '133416.102000', '133416.105000', '133416.108000', '133416.111000', '133416.114000', '133435.991000', '133435.994000', '133435.997000', '133436.001000', '133436.004000', '133436.007000', '133436.009000', '133436.012000', '133436.015000', '133436.018000', '133436.021000', '133436.024000', '133436.027000', '133436.029000', '133436.032000', '133436.035000', '133436.038000', '133436.041000', '133436.044000', '133436.047000', '133436.050000', '133436.052000', '133436.055000', '133436.058000', '133436.061000', '133436.064000', '133436.068000', '133436.071000', '133436.074000', '133436.077000', '133436.079000', '133436.082000', '133436.085000', '133436.088000', '133436.091000', '133436.094000', '133436.097000', '133436.099000', '133436.102000', '133436.105000', '133436.108000', '133436.111000', '133436.113000', '133455.991000', '133455.994000', '133455.997000', '133456.001000', '133456.003000', '133456.006000', '133456.009000', '133456.012000', '133456.015000', '133456.018000', '133456.021000', '133456.023000', '133456.026000', '133456.029000', '133456.032000', '133456.035000', '133456.038000', '133456.041000', '133456.044000', '133456.047000', '133456.049000', '133456.052000', '133456.055000', '133456.058000', '133456.061000', '133456.064000', '133456.067000', '133456.069000', '133456.072000', '133456.075000', '133456.088000', '133456.091000', '133456.093000', '133456.096000', '133456.099000', '133456.102000', '133456.105000', '133456.108000', '133456.111000', '133456.113000', '133456.116000', '133456.119000', '133456.122000', '133456.125000', '133515.991000', '133515.994000', '133515.997000', '133516.001000', '133516.003000', '133516.006000', '133516.009000', '133516.012000', '133516.015000', '133516.018000', '133516.021000', '133516.023000', '133516.026000', '133516.029000', '133516.036000', '133516.039000', '133516.042000', '133516.045000', '133516.048000', '133516.051000', '133516.054000', '133516.057000', '133516.060000', '133516.063000', '133516.065000', '133516.068000', '133516.071000', '133516.074000', '133516.077000', '133516.080000', '133516.083000', '133516.086000', '133516.089000', '133516.092000', '133516.094000', '133516.097000', '133516.100000', '133516.103000', '133516.106000', '133516.109000', '133516.111000', '133516.114000', '133516.117000', '133535.990000', '133535.993000', '133535.996000', '133536.000000', '133536.003000', '133536.006000', '133536.008000', '133536.011000', '133536.014000', '133536.017000', '133536.020000', '133536.022000', '133536.025000', '133536.028000', '133536.031000', '133536.034000', '133536.037000', '133536.040000', '133536.043000', '133536.045000', '133536.048000', '133536.051000', '133536.054000', '133536.057000', '133536.059000', '133536.062000', '133536.065000', '133536.068000', '133536.071000', '133536.074000', '133536.077000', '133536.080000', '133536.083000', '133536.086000', '133536.088000', '133536.091000', '133536.094000', '133536.097000', '133536.100000', '133536.103000', '133536.105000', '133536.108000', '133536.111000', '133536.114000', '133555.990000', '133555.993000', '133555.996000', '133556.000000', '133556.002000', '133556.005000', '133556.008000', '133556.011000', '133556.014000', '133556.016000', '133556.019000', '133556.022000', '133556.025000', '133556.028000', '133556.031000', '133556.033000', '133556.036000', '133556.039000', '133556.042000', '133556.045000', '133556.048000', '133556.051000', '133556.054000', '133556.056000', '133556.059000', '133556.062000', '133556.065000', '133556.068000', '133556.071000', '133556.074000', '133556.077000', '133556.080000', '133556.083000', '133556.086000', '133556.088000', '133556.091000', '133556.094000', '133556.097000', '133556.100000', '133556.104000', '133556.107000', '133556.110000', '133556.113000', '133615.990000', '133615.993000', '133615.996000', '133615.998000', '133616.002000', '133616.005000', '133616.008000', '133616.011000', '133616.014000', '133616.017000', '133616.019000', '133616.022000', '133616.025000', '133616.028000', '133616.031000', '133616.034000', '133616.037000', '133616.039000', '133616.042000', '133616.045000', '133616.048000', '133616.051000', '133616.054000', '133616.057000', '133616.059000', '133616.062000', '133616.065000', '133616.068000', '133616.071000', '133616.074000', '133616.077000', '133616.080000', '133616.083000', '133616.085000', '133616.088000', '133616.091000', '133616.094000', '133616.097000', '133616.100000', '133616.103000', '133616.106000', '133616.120000', '133616.123000', '133616.125000', '133635.990000', '133635.993000', '133635.996000', '133636.000000', '133636.003000', '133636.007000', '133636.009000', '133636.012000', '133636.015000', '133636.018000', '133636.021000', '133636.024000', '133636.027000', '133636.029000', '133636.032000', '133636.035000', '133636.038000', '133636.041000', '133636.044000', '133636.046000', '133636.049000', '133636.052000', '133636.055000', '133636.058000', '133636.061000', '133636.064000', '133636.066000', '133636.069000', '133636.072000', '133636.075000', '133636.078000', '133636.081000', '133636.083000', '133636.086000', '133636.089000', '133636.092000', '133636.095000', '133636.098000', '133636.101000', '133636.104000', '133636.107000', '133636.110000', '133636.112000', '133655.991000', '133655.994000', '133655.997000', '133656.001000', '133656.004000', '133656.006000', '133656.009000', '133656.012000', '133656.015000', '133656.018000', '133656.021000', '133656.024000', '133656.027000', '133656.029000', '133656.032000', '133656.035000', '133656.038000', '133656.041000', '133656.043000', '133656.046000', '133656.049000', '133656.052000', '133656.055000', '133656.058000', '133656.060000', '133656.063000', '133656.066000', '133656.069000', '133656.072000', '133656.075000', '133656.078000', '133656.080000', '133656.083000', '133656.086000', '133656.089000', '133656.092000', '133656.095000', '133656.098000', '133656.101000', '133656.104000', '133656.106000', '133656.109000', '133656.112000', '133656.115000', '133715.991000', '133715.994000', '133715.997000', '133716.001000', '133716.004000', '133716.006000', '133716.009000', '133716.012000', '133716.015000', '133716.018000', '133716.021000', '133716.024000', '133716.027000', '133716.029000', '133716.032000', '133716.035000', '133716.038000', '133716.041000', '133716.043000', '133716.046000', '133716.049000', '133716.052000', '133716.055000', '133716.058000', '133716.060000', '133716.063000', '133716.066000', '133716.069000', '133716.072000', '133716.075000', '133716.078000', '133716.080000', '133716.083000', '133716.086000', '133716.089000', '133716.092000', '133716.095000', '133716.098000', '133716.101000', '133716.103000', '133716.106000', '133716.109000', '133716.112000', '133735.991000', '133735.994000', '133736.000000', '133736.005000', '133736.008000', '133736.011000', '133736.013000', '133736.016000', '133736.019000', '133736.022000', '133736.025000', '133736.028000', '133736.031000', '133736.033000', '133736.036000', '133736.039000', '133736.042000', '133736.045000', '133736.048000', '133736.050000', '133736.053000', '133736.056000', '133736.059000', '133736.062000', '133736.065000', '133736.068000', '133736.070000', '133736.073000', '133736.076000', '133736.079000', '133736.082000', '133736.085000', '133736.088000', '133736.090000', '133736.093000', '133736.096000', '133736.099000', '133736.102000', '133736.105000', '133736.108000', '133736.111000', '133736.113000', '133736.116000', '133755.990000', '133755.993000', '133755.996000', '133756.000000', '133756.003000', '133756.005000', '133756.008000', '133756.011000', '133756.014000', '133756.017000', '133756.020000', '133756.023000', '133756.025000', '133756.028000', '133756.031000', '133756.034000', '133756.037000', '133756.040000', '133756.043000', '133756.045000', '133756.048000', '133756.051000', '133756.054000', '133756.057000', '133756.060000', '133756.063000', '133756.065000', '133756.068000', '133756.071000', '133756.074000', '133756.077000', '133756.080000', '133756.083000', '133756.085000', '133756.088000', '133756.091000', '133756.094000', '133756.097000', '133756.100000', '133756.103000', '133756.105000', '133756.108000', '133756.111000', '133756.114000', '133815.990000', '133815.993000', '133815.996000', '133816.000000', '133816.003000', '133816.006000', '133816.010000', '133816.015000', '133816.025000', '133816.028000', '133816.031000', '133816.033000', '133816.036000', '133816.039000', '133816.042000', '133816.045000', '133816.047000', '133816.050000', '133816.053000', '133816.056000', '133816.059000', '133816.062000', '133816.065000', '133816.067000', '133816.070000', '133816.073000', '133816.076000', '133816.079000', '133816.082000', '133816.085000', '133816.088000', '133816.090000', '133816.093000', '133816.096000', '133816.099000', '133816.102000', '133816.105000', '133816.108000', '133816.110000', '133816.113000', '133816.116000', '133816.119000', '133816.122000', '133835.990000', '133835.993000', '133835.996000', '133836.000000', '133836.002000', '133836.005000', '133836.008000', '133836.011000', '133836.014000', '133836.017000', '133836.020000', '133836.023000', '133836.026000', '133836.029000', '133836.032000', '133836.034000', '133836.037000', '133836.040000', '133836.043000', '133836.046000', '133836.048000', '133836.051000', '133836.054000', '133836.057000', '133836.060000', '133836.063000', '133836.065000', '133836.068000', '133836.071000', '133836.074000', '133836.077000', '133836.080000', '133836.083000', '133836.085000', '133836.088000', '133836.091000', '133836.094000', '133836.097000', '133836.100000', '133836.103000', '133836.106000', '133836.108000', '133836.111000', '133836.114000', '133841.833000', '133841.836000', '133841.839000', '133841.842000', '133841.852000', '133841.855000', '133841.858000', '133841.861000', '133841.864000', '133841.867000', '133841.870000', '133841.873000', '133841.876000'], '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': [10990, 10770, 10111, 9378, 14442, 10193, 9119, 7934, 11963, 7971, 9495, 8731, 10499, 7609, 8663, 10803, 8867, 9426, 11013, 9376, 7833, 9139, 12026, 8703, 8304, 9399, 11640, 8439, 9685, 7761, 10162, 7874, 9366, 12282, 9569, 9512, 9416, 10520, 8220, 8721, 12036, 8891, 8464, 8301, 9494, 9052, 7716, 11710, 9387, 8335, 11302, 8565, 9132, 11989, 10569, 9299, 14873, 9730, 8555, 12490, 9765, 9347, 14411, 9990, 8984, 13288, 10814, 10367, 14107, 11715, 8754, 8249, 9274, 9508, 8416, 10219, 8889, 8216, 10736, 9308, 13868, 12058, 9691, 13513, 9065, 8573, 10655, 9158, 8947, 12093, 8957, 8538, 10005, 8996, 8568, 11588, 8967, 8149, 10321, 8518, 8144, 11766, 8864, 14124, 10953, 8249, 11405, 8533, 8728, 10039, 8273, 9858, 8952, 7851, 7429, 8600, 8406, 9870, 9032, 8183, 11704, 8462, 7410, 10320, 8305, 12926, 9801, 8091, 10203, 8320, 8734, 9669, 8791, 11921, 9230, 8098, 10841, 8566, 8492, 10713, 8676, 7891, 8244, 8514, 8118, 10854, 8946, 8443, 11025, 9001, 8475, 11714, 11183, 8769, 13203, 10887, 8542, 11781, 9277, 8154, 12287, 9263, 8260, 10867, 8820, 8354, 11721, 9435, 11246, 12087, 8743, 8006, 11337, 9203, 8828, 12194, 9350, 9133, 10953, 9031, 9194, 11209, 9518, 9973, 10679, 9025, 8235, 8117, 9419, 8629, 8708, 9894, 8406, 8286, 9466, 8615, 12757, 8924, 14719, 12247, 8364, 11359, 8360, 8817, 10171, 8174, 7385, 9357, 7837, 7566, 9723, 8348, 9981, 9506, 8100, 7170, 9551, 8844, 8644, 12578, 9067, 8436, 12394, 8715, 8033, 12069, 8529, 12949, 9650, 8451, 7248, 9975, 8758, 8289, 11782, 9013, 8421, 10879, 8913, 8429, 11173, 9092, 8876, 10568, 8432, 8195, 11172, 8792, 8390, 12266, 9248, 7798, 11248, 9030, 8818, 11962, 9524, 9596, 11254, 8975, 8509, 11070, 9482, 9129, 11203, 8923, 7921, 9571, 9375, 8163, 11218, 9420, 7752, 6938, 9605, 8071, 9469, 11192, 8193, 7518, 12061, 9067, 8753, 11873, 8804, 8088, 10111, 8814, 8501, 11892, 9557, 9736, 13528, 8949, 7817, 9374, 9742, 8253, 11341, 11231, 8425, 8292, 10951, 9093, 9826, 11843, 9427, 7760, 11139, 9110, 7999, 10308, 10859, 8067, 7868, 10864, 8762, 8552, 9283, 9508, 8205, 7532, 10959, 8865, 8427, 9812, 9775, 7979, 7608, 11033, 8773, 9605, 11093, 9456, 8059, 9849, 10252, 8371, 8084, 12406, 9415, 8761, 11269, 9007, 8505, 9478, 9190, 10949, 8632, 9486, 9810, 9602, 8298, 8105, 12373, 9240, 9317, 11623, 9612, 10043, 12540, 9420, 7825, 7788, 9439, 8061, 7786, 13853, 8652, 7787, 7242, 10824, 8939, 8135, 7383, 10124, 8919, 10013, 11895, 9556, 8076, 8410, 10140, 8475, 11038, 13526, 10743, 8275, 11975, 9589, 9423, 9064, 10213, 8920, 9352, 10783, 9170, 8275, 10048, 9575, 8007, 7277, 10774, 9271, 8136, 12234, 9614, 9954, 11661, 9321, 8885, 13186, 9641, 9014, 11034, 8673, 8636, 10779, 9096, 7931, 10829, 8898, 7450, 9855, 8685, 7992, 11336, 9116, 9092, 11185, 9216, 8838, 10891, 9426, 8977, 9919, 9286, 8130, 10119, 9940, 7898, 9284, 9634, 7643, 8804, 10364, 8525, 13721, 10266, 8131, 7726, 9724, 8607, 10134, 10039, 8112, 9982, 9529, 8185, 10919, 10051, 9983, 14747, 9585, 10001, 12223, 10151, 10298, 11760, 9744, 8076, 7066, 9834, 8365, 8135, 11922, 9387, 9579, 11162, 9775, 9541, 13408, 9941, 9743, 10860, 9836, 8569, 9543, 9994, 8215, 7453, 10415, 9329, 8557, 10811, 9425, 9715, 10304, 9118, 7835, 8072, 9555, 7969, 9513, 10655, 7863, 7392, 10363, 8390, 7770, 11446, 9533, 9202, 8519, 9243, 7864, 8110, 10155, 8336, 8530, 10417, 8378, 7748, 11306, 9260, 8911, 11090, 8735, 7868, 10655, 8736, 9610, 12721, 9999, 9022, 11022, 9067, 7731, 10978, 9225, 8431, 11543, 9102, 8185, 9426, 9297, 8456, 11307, 9364, 8046, 7061, 9505, 8268, 7676, 10888, 8260, 7827, 10272, 8573, 7956, 12441, 9325, 7838, 11206, 8764, 8355, 11929, 11021, 9203, 11903, 9196, 8267, 9638, 9549, 7956, 7250, 10170, 8184, 7977, 11309, 8613, 7725, 11172, 7801, 7517, 11159, 8484, 13649, 9789, 8429, 11975, 8640, 7712, 12120, 8825, 8950, 10726, 8948, 8160, 9389, 10615, 8184, 7519, 11162, 9024, 9612, 11545, 10186, 9171, 12127, 9784, 8081, 8757, 11360, 9777, 11308, 12306, 9233, 9084, 9371, 9653, 7929, 7633, 10523, 8969, 9286, 12071, 9714, 8014, 12309, 8881, 9725, 12077, 9565, 9597, 13042, 9111, 7740, 7250, 9779, 8056, 8614, 11670, 8787, 8961, 11346, 9412, 9477, 10949, 9606, 7790, 7262, 10569, 9153, 9485, 9716, 10045, 7988, 7754, 11438, 9436, 9143, 10193, 9949, 8322, 7762, 11144, 9210, 8216, 10105, 9793, 8557, 9151, 9723, 9265, 8429, 8644, 10499, 8868, 7796, 7942, 9693, 9277, 7670, 11225, 8978, 7968, 9852, 9912, 8844, 13974, 10005, 8389, 7874, 10623, 9658, 9708, 11925, 9696, 8170, 7852, 10006, 9091, 8354, 11847, 9223, 9037, 10666, 9031, 8321, 9437, 9643, 9064, 12325, 9915, 8270, 8030, 10948, 8951, 8662, 10064, 9128, 8623, 8429, 9360, 7464, 6857, 9505, 9650, 13237, 10136, 8994, 7626, 9873, 8860, 8857, 7413, 10735, 9260, 8531, 7195, 10215, 9054, 8895, 9315, 10665, 8918, 9242, 9879, 9203, 8836, 10297, 12885, 9389, 8548, 8807, 9846, 9042, 8997, 13865, 10381, 8636, 7621, 11283, 9885, 10006, 13008, 9871, 8632, 9206, 10212, 9979, 9019, 8041, 11985, 9649, 8886, 7885, 9756, 8398, 8682, 11637, 9642, 8665, 7725, 10276, 9008, 9205, 11399, 9540, 8285, 7654, 10494, 9373, 8645, 8034, 10673, 9399, 8375, 9618, 10598, 9180, 9535, 10703, 9491, 10184, 10282, 9818, 7940, 8266, 11356, 9190, 8533, 7450, 10234, 8762, 8792, 10506, 8958, 8676, 9699, 10499, 8445, 8132, 11252, 9302, 9538, 11080, 10282, 8314, 9468, 10473, 8633, 7897, 11701, 9894, 10012, 8204, 9691, 8097, 8657, 11479, 9551, 8454, 7629, 9818, 8201, 8755, 12154, 9747, 9494, 7933, 9893, 8263, 9914, 8154, 11166, 9383, 10051, 11855, 10060, 8772, 10103, 9444, 10258, 9067, 8388, 12030, 9791, 10140, 8539, 10234, 8515, 7196, 11580, 9048, 9197, 8046, 9292, 8737, 7673, 11801, 9267, 9967, 10940, 9510, 8644, 11207, 10356, 8921, 9903, 11108, 8771, 9043, 12169, 9725, 8414, 7642, 10089, 8760, 7276, 11023, 9072, 10496, 10912, 8725, 8347, 11485, 9314, 8726, 9542, 9733, 8945, 7899, 10942, 8941, 8707, 12015, 11651, 10461, 12257, 10176, 8715, 7920, 11558, 9967, 10503, 10851, 9916, 8460, 9084, 10445, 9018, 13716, 10281, 8570, 9975, 10029, 9540, 12200, 9731, 9052, 10991, 8835, 7153, 10018, 8620, 7350, 9930, 8600, 8556, 10874, 9528, 9981, 10468, 9583, 8453, 7105, 11325, 10429, 9558, 12664, 9712, 8509, 9824, 10076, 8700, 12326, 10496, 8661, 8004, 11108, 9267, 8566, 11204, 9479, 9026, 9613, 9679, 9077, 12108, 10060, 8080, 8511, 11961, 9397, 7954, 12058, 8671, 8485, 9470, 8180, 9373, 9732, 9038, 10379, 9352, 7678, 7178, 9147, 8083, 8868, 11049, 7881, 7264, 9982, 8111, 7189, 12289, 8317, 9482, 10965, 7951, 7618, 11637, 8551, 10828, 10372, 8272, 7069, 11455, 8550, 7531, 12626, 9518, 8031, 10436, 9360, 9871, 11222, 9758, 8972, 10405, 9596, 7862, 9865, 9982, 9170, 13467, 9403, 8309, 9399, 10038, 8450, 8888, 10310, 8348, 7660, 10789, 9388, 9302, 10284, 9614, 8331, 7419, 10474, 8541, 7755, 12601, 9234, 8614, 11140, 9491, 9521, 10006, 10027, 8489, 7583, 11368, 9214, 8496, 10290, 8732, 8273, 7048, 10212, 8734, 7271, 12253, 9074, 11390, 10253, 8394, 9700, 11760, 11509, 13549, 11470, 9328, 7949, 11735, 9943, 10214, 10614, 9712, 8377, 7313, 11328, 9776, 10087, 10121, 9340, 7690, 8549, 10375, 8420, 9793, 10175, 7943, 7410, 11895, 8556, 7830, 12418, 9178, 9265, 9654, 9842, 8351, 7831, 12214, 8975, 9981, 10880, 10074, 8208, 7424, 11576, 9131, 9430, 11917, 9950, 8811, 8286, 9831, 8462, 7200, 11756, 9403, 9921, 8207, 10020, 8586, 10326, 9777, 9901, 7704, 8316, 10985, 9303, 9382, 11189, 9951, 8315, 7657, 11655, 9339], 'WindowCenter': [4300.0, 4274.0, 4258.0, 4246.0, 4288.0, 4230.0, 4216.0, 4206.0, 4235.0, 4192.0, 4215.0, 4219.0, 4242.0, 4199.0, 4221.0, 4239.0, 4208.0, 4229.0, 4240.0, 4217.0, 4212.0, 4221.0, 4249.0, 4219.0, 4221.0, 4229.0, 4253.0, 4207.0, 4217.0, 4196.0, 4214.0, 4195.0, 4217.0, 4240.0, 4216.0, 4215.0, 4215.0, 4215.0, 4194.0, 4206.0, 4238.0, 4204.0, 4194.0, 4194.0, 4205.0, 4203.0, 4195.0, 4236.0, 4215.0, 4194.0, 4223.0, 4205.0, 4203.0, 4235.0, 4213.0, 4204.0, 4245.0, 4203.0, 4202.0, 4233.0, 4214.0, 4204.0, 4247.0, 4213.0, 4202.0, 4235.0, 4216.0, 4213.0, 4246.0, 4237.0, 4206.0, 4218.0, 4229.0, 4226.0, 4204.0, 4215.0, 4202.0, 4192.0, 4210.0, 4202.0, 4231.0, 4223.0, 4199.0, 4219.0, 4187.0, 4177.0, 4197.0, 4188.0, 4188.0, 4222.0, 4186.0, 4191.0, 4200.0, 4189.0, 4203.0, 4223.0, 4202.0, 4190.0, 4211.0, 4189.0, 4179.0, 4223.0, 4201.0, 4233.0, 4210.0, 4178.0, 4208.0, 4188.0, 4191.0, 4199.0, 4177.0, 4201.0, 4188.0, 4179.0, 4182.0, 4190.0, 4206.0, 4216.0, 4203.0, 4194.0, 4225.0, 4194.0, 4181.0, 4213.0, 4204.0, 4233.0, 4211.0, 4180.0, 4210.0, 4192.0, 4201.0, 4201.0, 4201.0, 4222.0, 4200.0, 4190.0, 4210.0, 4191.0, 4202.0, 4225.0, 4203.0, 4193.0, 4204.0, 4215.0, 4207.0, 4239.0, 4219.0, 4207.0, 4236.0, 4216.0, 4205.0, 4236.0, 4226.0, 4206.0, 4247.0, 4224.0, 4204.0, 4235.0, 4218.0, 4209.0, 4235.0, 4203.0, 4192.0, 4215.0, 4192.0, 4190.0, 4225.0, 4203.0, 4223.0, 4225.0, 4193.0, 4191.0, 4227.0, 4201.0, 4201.0, 4222.0, 4201.0, 4200.0, 4213.0, 4203.0, 4202.0, 4224.0, 4212.0, 4215.0, 4213.0, 4201.0, 4190.0, 4190.0, 4202.0, 4204.0, 4204.0, 4217.0, 4204.0, 4207.0, 4214.0, 4204.0, 4236.0, 4204.0, 4255.0, 4222.0, 4192.0, 4225.0, 4192.0, 4201.0, 4213.0, 4191.0, 4180.0, 4201.0, 4193.0, 4192.0, 4215.0, 4205.0, 4215.0, 4215.0, 4206.0, 4208.0, 4228.0, 4218.0, 4217.0, 4250.0, 4215.0, 4206.0, 4235.0, 4204.0, 4204.0, 4238.0, 4205.0, 4246.0, 4216.0, 4192.0, 4182.0, 4215.0, 4202.0, 4193.0, 4223.0, 4201.0, 4202.0, 4222.0, 4202.0, 4203.0, 4224.0, 4214.0, 4204.0, 4223.0, 4204.0, 4204.0, 4234.0, 4204.0, 4204.0, 4235.0, 4214.0, 4192.0, 4226.0, 4202.0, 4203.0, 4236.0, 4213.0, 4215.0, 4223.0, 4202.0, 4204.0, 4223.0, 4212.0, 4213.0, 4224.0, 4204.0, 4192.0, 4212.0, 4213.0, 4192.0, 4225.0, 4202.0, 4193.0, 4183.0, 4213.0, 4192.0, 4214.0, 4227.0, 4203.0, 4194.0, 4234.0, 4203.0, 4204.0, 4235.0, 4204.0, 4204.0, 4227.0, 4214.0, 4204.0, 4234.0, 4215.0, 4215.0, 4245.0, 4202.0, 4194.0, 4204.0, 4212.0, 4206.0, 4223.0, 4226.0, 4191.0, 4203.0, 4222.0, 4201.0, 4215.0, 4235.0, 4214.0, 4191.0, 4222.0, 4203.0, 4191.0, 4214.0, 4211.0, 4191.0, 4190.0, 4224.0, 4202.0, 4204.0, 4212.0, 4214.0, 4203.0, 4193.0, 4225.0, 4203.0, 4206.0, 4224.0, 4216.0, 4193.0, 4194.0, 4223.0, 4203.0, 4214.0, 4224.0, 4215.0, 4192.0, 4215.0, 4213.0, 4202.0, 4192.0, 4236.0, 4202.0, 4205.0, 4238.0, 4206.0, 4205.0, 4215.0, 4216.0, 4226.0, 4206.0, 4218.0, 4225.0, 4216.0, 4207.0, 4206.0, 4248.0, 4215.0, 4216.0, 4237.0, 4214.0, 4216.0, 4237.0, 4204.0, 4196.0, 4194.0, 4215.0, 4194.0, 4207.0, 4261.0, 4218.0, 4208.0, 4210.0, 4243.0, 4229.0, 4207.0, 4207.0, 4226.0, 4217.0, 4227.0, 4237.0, 4217.0, 4206.0, 4206.0, 4226.0, 4205.0, 4223.0, 4238.0, 4223.0, 4193.0, 4223.0, 4200.0, 4201.0, 4204.0, 4214.0, 4203.0, 4202.0, 4222.0, 4201.0, 4205.0, 4213.0, 4215.0, 4193.0, 4193.0, 4223.0, 4202.0, 4193.0, 4236.0, 4203.0, 4211.0, 4221.0, 4200.0, 4201.0, 4232.0, 4201.0, 4201.0, 4212.0, 4201.0, 4203.0, 4224.0, 4201.0, 4191.0, 4224.0, 4202.0, 4194.0, 4215.0, 4204.0, 4192.0, 4225.0, 4204.0, 4216.0, 4236.0, 4215.0, 4215.0, 4225.0, 4216.0, 4214.0, 4227.0, 4214.0, 4205.0, 4213.0, 4213.0, 4196.0, 4203.0, 4217.0, 4194.0, 4204.0, 4214.0, 4204.0, 4247.0, 4214.0, 4195.0, 4194.0, 4216.0, 4202.0, 4213.0, 4214.0, 4192.0, 4214.0, 4214.0, 4203.0, 4226.0, 4212.0, 4215.0, 4244.0, 4200.0, 4211.0, 4221.0, 4199.0, 4211.0, 4223.0, 4203.0, 4190.0, 4181.0, 4213.0, 4195.0, 4192.0, 4236.0, 4214.0, 4214.0, 4225.0, 4215.0, 4213.0, 4234.0, 4213.0, 4201.0, 4224.0, 4212.0, 4190.0, 4200.0, 4200.0, 4191.0, 4179.0, 4211.0, 4200.0, 4201.0, 4210.0, 4201.0, 4200.0, 4213.0, 4201.0, 4192.0, 4192.0, 4211.0, 4191.0, 4213.0, 4211.0, 4190.0, 4181.0, 4215.0, 4192.0, 4180.0, 4221.0, 4215.0, 4203.0, 4202.0, 4214.0, 4193.0, 4193.0, 4214.0, 4191.0, 4202.0, 4212.0, 4202.0, 4192.0, 4227.0, 4212.0, 4203.0, 4224.0, 4202.0, 4204.0, 4225.0, 4204.0, 4215.0, 4236.0, 4225.0, 4204.0, 4223.0, 4203.0, 4195.0, 4223.0, 4202.0, 4203.0, 4225.0, 4202.0, 4203.0, 4204.0, 4213.0, 4191.0, 4226.0, 4215.0, 4192.0, 4182.0, 4215.0, 4202.0, 4195.0, 4236.0, 4205.0, 4208.0, 4227.0, 4218.0, 4206.0, 4250.0, 4217.0, 4196.0, 4237.0, 4204.0, 4204.0, 4234.0, 4228.0, 4214.0, 4235.0, 4203.0, 4203.0, 4215.0, 4213.0, 4193.0, 4193.0, 4225.0, 4205.0, 4207.0, 4236.0, 4216.0, 4207.0, 4250.0, 4207.0, 4196.0, 4234.0, 4206.0, 4247.0, 4213.0, 4204.0, 4235.0, 4203.0, 4193.0, 4235.0, 4203.0, 4203.0, 4223.0, 4202.0, 4202.0, 4214.0, 4227.0, 4206.0, 4194.0, 4225.0, 4213.0, 4215.0, 4234.0, 4214.0, 4213.0, 4234.0, 4216.0, 4193.0, 4202.0, 4224.0, 4212.0, 4226.0, 4223.0, 4202.0, 4202.0, 4200.0, 4203.0, 4193.0, 4180.0, 4213.0, 4200.0, 4203.0, 4233.0, 4215.0, 4205.0, 4234.0, 4202.0, 4213.0, 4235.0, 4213.0, 4212.0, 4232.0, 4202.0, 4181.0, 4180.0, 4211.0, 4191.0, 4202.0, 4226.0, 4202.0, 4202.0, 4222.0, 4200.0, 4212.0, 4222.0, 4212.0, 4191.0, 4181.0, 4222.0, 4201.0, 4215.0, 4216.0, 4214.0, 4193.0, 4193.0, 4235.0, 4201.0, 4201.0, 4213.0, 4211.0, 4192.0, 4191.0, 4222.0, 4201.0, 4192.0, 4213.0, 4214.0, 4202.0, 4214.0, 4215.0, 4201.0, 4191.0, 4202.0, 4213.0, 4202.0, 4193.0, 4204.0, 4217.0, 4215.0, 4194.0, 4235.0, 4215.0, 4204.0, 4214.0, 4215.0, 4202.0, 4245.0, 4214.0, 4203.0, 4192.0, 4214.0, 4212.0, 4212.0, 4225.0, 4204.0, 4191.0, 4192.0, 4212.0, 4202.0, 4203.0, 4225.0, 4204.0, 4203.0, 4223.0, 4202.0, 4192.0, 4202.0, 4212.0, 4202.0, 4236.0, 4212.0, 4192.0, 4192.0, 4223.0, 4201.0, 4202.0, 4212.0, 4203.0, 4202.0, 4205.0, 4207.0, 4197.0, 4186.0, 4202.0, 4202.0, 4233.0, 4214.0, 4202.0, 4196.0, 4213.0, 4201.0, 4201.0, 4181.0, 4214.0, 4202.0, 4203.0, 4183.0, 4228.0, 4214.0, 4203.0, 4215.0, 4226.0, 4203.0, 4214.0, 4214.0, 4204.0, 4203.0, 4215.0, 4247.0, 4204.0, 4204.0, 4204.0, 4215.0, 4203.0, 4203.0, 4245.0, 4213.0, 4203.0, 4193.0, 4225.0, 4212.0, 4213.0, 4235.0, 4213.0, 4191.0, 4203.0, 4213.0, 4211.0, 4201.0, 4180.0, 4222.0, 4202.0, 4202.0, 4191.0, 4202.0, 4194.0, 4192.0, 4222.0, 4202.0, 4194.0, 4182.0, 4215.0, 4203.0, 4203.0, 4226.0, 4216.0, 4203.0, 4194.0, 4227.0, 4212.0, 4205.0, 4204.0, 4225.0, 4216.0, 4205.0, 4215.0, 4228.0, 4228.0, 4216.0, 4224.0, 4213.0, 4225.0, 4213.0, 4215.0, 4192.0, 4192.0, 4222.0, 4202.0, 4218.0, 4194.0, 4224.0, 4216.0, 4216.0, 4227.0, 4215.0, 4216.0, 4218.0, 4228.0, 4206.0, 4204.0, 4234.0, 4216.0, 4214.0, 4237.0, 4230.0, 4206.0, 4215.0, 4216.0, 4203.0, 4193.0, 4223.0, 4213.0, 4214.0, 4204.0, 4213.0, 4194.0, 4203.0, 4233.0, 4214.0, 4203.0, 4194.0, 4229.0, 4219.0, 4215.0, 4236.0, 4214.0, 4227.0, 4207.0, 4216.0, 4204.0, 4225.0, 4206.0, 4235.0, 4215.0, 4227.0, 4236.0, 4214.0, 4194.0, 4214.0, 4213.0, 4212.0, 4193.0, 4191.0, 4222.0, 4213.0, 4211.0, 4202.0, 4210.0, 4193.0, 4171.0, 4224.0, 4204.0, 4204.0, 4195.0, 4217.0, 4205.0, 4197.0, 4236.0, 4216.0, 4216.0, 4225.0, 4215.0, 4206.0, 4225.0, 4214.0, 4204.0, 4213.0, 4225.0, 4191.0, 4202.0, 4222.0, 4202.0, 4195.0, 4192.0, 4216.0, 4201.0, 4185.0, 4225.0, 4202.0, 4214.0, 4224.0, 4191.0, 4192.0, 4224.0, 4202.0, 4202.0, 4213.0, 4217.0, 4203.0, 4194.0, 4226.0, 4202.0, 4204.0, 4224.0, 4224.0, 4213.0, 4226.0, 4212.0, 4191.0, 4192.0, 4223.0, 4212.0, 4213.0, 4223.0, 4212.0, 4193.0, 4202.0, 4212.0, 4204.0, 4235.0, 4211.0, 4190.0, 4202.0, 4199.0, 4202.0, 4222.0, 4201.0, 4190.0, 4209.0, 4191.0, 4170.0, 4213.0, 4200.0, 4181.0, 4213.0, 4203.0, 4208.0, 4224.0, 4215.0, 4227.0, 4227.0, 4217.0, 4206.0, 4196.0, 4228.0, 4226.0, 4215.0, 4237.0, 4214.0, 4204.0, 4215.0, 4229.0, 4204.0, 4235.0, 4214.0, 4203.0, 4194.0, 4228.0, 4216.0, 4206.0, 4249.0, 4227.0, 4204.0, 4215.0, 4201.0, 4201.0, 4224.0, 4213.0, 4194.0, 4205.0, 4237.0, 4203.0, 4191.0, 4224.0, 4193.0, 4191.0, 4202.0, 4193.0, 4200.0, 4199.0, 4190.0, 4215.0, 4201.0, 4194.0, 4181.0, 4203.0, 4193.0, 4202.0, 4223.0, 4195.0, 4183.0, 4217.0, 4194.0, 4185.0, 4236.0, 4193.0, 4214.0, 4212.0, 4192.0, 4182.0, 4222.0, 4191.0, 4224.0, 4213.0, 4194.0, 4181.0, 4224.0, 4205.0, 4193.0, 4236.0, 4202.0, 4192.0, 4213.0, 4204.0, 4214.0, 4225.0, 4213.0, 4205.0, 4225.0, 4213.0, 4194.0, 4214.0, 4213.0, 4206.0, 4234.0, 4202.0, 4191.0, 4201.0, 4212.0, 4195.0, 4203.0, 4215.0, 4192.0, 4193.0, 4223.0, 4213.0, 4215.0, 4227.0, 4217.0, 4206.0, 4196.0, 4229.0, 4208.0, 4196.0, 4235.0, 4216.0, 4205.0, 4226.0, 4215.0, 4215.0, 4217.0, 4213.0, 4204.0, 4193.0, 4235.0, 4214.0, 4205.0, 4226.0, 4218.0, 4207.0, 4196.0, 4227.0, 4207.0, 4199.0, 4248.0, 4216.0, 4236.0, 4226.0, 4205.0, 4216.0, 4238.0, 4223.0, 4244.0, 4224.0, 4203.0, 4191.0, 4222.0, 4203.0, 4211.0, 4212.0, 4203.0, 4193.0, 4183.0, 4222.0, 4212.0, 4213.0, 4213.0, 4215.0, 4192.0, 4202.0, 4210.0, 4191.0, 4214.0, 4211.0, 4191.0, 4180.0, 4224.0, 4191.0, 4181.0, 4234.0, 4202.0, 4200.0, 4203.0, 4213.0, 4190.0, 4180.0, 4223.0, 4202.0, 4214.0, 4211.0, 4214.0, 4193.0, 4183.0, 4226.0, 4201.0, 4201.0, 4222.0, 4201.0, 4190.0, 4188.0, 4204.0, 4192.0, 4180.0, 4221.0, 4214.0, 4224.0, 4205.0, 4214.0, 4200.0, 4216.0, 4215.0, 4218.0, 4194.0, 4204.0, 4237.0, 4214.0, 4214.0, 4224.0, 4214.0, 4206.0, 4195.0, 4225.0, 4202.0], 'WindowWidth': [9529.0, 9473.0, 9443.0, 9424.0, 9478.0, 9386.0, 9364.0, 9345.0, 9382.0, 9321.0, 9355.0, 9366.0, 9397.0, 9336.0, 9370.0, 9390.0, 9345.0, 9376.0, 9395.0, 9358.0, 9359.0, 9368.0, 9404.0, 9365.0, 9371.0, 9379.0, 9415.0, 9347.0, 9358.0, 9328.0, 9350.0, 9325.0, 9359.0, 9393.0, 9356.0, 9351.0, 9352.0, 9351.0, 9323.0, 9343.0, 9388.0, 9338.0, 9322.0, 9322.0, 9335.0, 9334.0, 9326.0, 9381.0, 9354.0, 9325.0, 9362.0, 9337.0, 9334.0, 9381.0, 9348.0, 9336.0, 9396.0, 9333.0, 9331.0, 9375.0, 9350.0, 9337.0, 9398.0, 9350.0, 9331.0, 9378.0, 9353.0, 9346.0, 9397.0, 9387.0, 9343.0, 9363.0, 9382.0, 9372.0, 9337.0, 9351.0, 9332.0, 9316.0, 9340.0, 9331.0, 9372.0, 9358.0, 9321.0, 9349.0, 9302.0, 9289.0, 9317.0, 9307.0, 9306.0, 9356.0, 9301.0, 9311.0, 9322.0, 9308.0, 9333.0, 9359.0, 9331.0, 9312.0, 9342.0, 9311.0, 9297.0, 9359.0, 9328.0, 9377.0, 9339.0, 9293.0, 9333.0, 9307.0, 9315.0, 9323.0, 9291.0, 9327.0, 9306.0, 9294.0, 9301.0, 9313.0, 9341.0, 9355.0, 9337.0, 9322.0, 9366.0, 9323.0, 9303.0, 9349.0, 9336.0, 9375.0, 9344.0, 9298.0, 9338.0, 9319.0, 9331.0, 9330.0, 9329.0, 9358.0, 9323.0, 9313.0, 9338.0, 9314.0, 9333.0, 9367.0, 9336.0, 9323.0, 9339.0, 9355.0, 9347.0, 9393.0, 9367.0, 9348.0, 9387.0, 9356.0, 9342.0, 9384.0, 9371.0, 9343.0, 9403.0, 9366.0, 9339.0, 9379.0, 9365.0, 9355.0, 9384.0, 9336.0, 9317.0, 9349.0, 9315.0, 9311.0, 9363.0, 9335.0, 9361.0, 9367.0, 9320.0, 9316.0, 9371.0, 9331.0, 9329.0, 9362.0, 9331.0, 9324.0, 9346.0, 9331.0, 9331.0, 9363.0, 9345.0, 9350.0, 9347.0, 9329.0, 9314.0, 9313.0, 9333.0, 9338.0, 9339.0, 9357.0, 9340.0, 9345.0, 9352.0, 9339.0, 9384.0, 9339.0, 9411.0, 9360.0, 9319.0, 9365.0, 9319.0, 9331.0, 9346.0, 9315.0, 9302.0, 9331.0, 9322.0, 9319.0, 9353.0, 9340.0, 9354.0, 9354.0, 9345.0, 9355.0, 9376.0, 9364.0, 9363.0, 9406.0, 9355.0, 9342.0, 9384.0, 9341.0, 9339.0, 9387.0, 9339.0, 9397.0, 9356.0, 9319.0, 9304.0, 9351.0, 9333.0, 9321.0, 9362.0, 9330.0, 9332.0, 9361.0, 9332.0, 9337.0, 9366.0, 9352.0, 9337.0, 9365.0, 9337.0, 9339.0, 9381.0, 9339.0, 9339.0, 9383.0, 9353.0, 9320.0, 9368.0, 9333.0, 9335.0, 9382.0, 9349.0, 9350.0, 9364.0, 9333.0, 9338.0, 9364.0, 9347.0, 9350.0, 9365.0, 9336.0, 9318.0, 9348.0, 9348.0, 9320.0, 9367.0, 9333.0, 9322.0, 9310.0, 9350.0, 9320.0, 9351.0, 9371.0, 9336.0, 9326.0, 9379.0, 9335.0, 9339.0, 9383.0, 9339.0, 9340.0, 9374.0, 9352.0, 9338.0, 9381.0, 9355.0, 9355.0, 9395.0, 9333.0, 9328.0, 9336.0, 9346.0, 9341.0, 9362.0, 9367.0, 9318.0, 9335.0, 9362.0, 9331.0, 9350.0, 9381.0, 9352.0, 9318.0, 9361.0, 9335.0, 9317.0, 9349.0, 9344.0, 9316.0, 9314.0, 9362.0, 9331.0, 9337.0, 9347.0, 9350.0, 9335.0, 9321.0, 9367.0, 9335.0, 9345.0, 9367.0, 9354.0, 9325.0, 9325.0, 9365.0, 9336.0, 9353.0, 9366.0, 9355.0, 9320.0, 9353.0, 9348.0, 9334.0, 9318.0, 9383.0, 9333.0, 9340.0, 9388.0, 9340.0, 9344.0, 9351.0, 9356.0, 9368.0, 9341.0, 9360.0, 9368.0, 9358.0, 9347.0, 9344.0, 9406.0, 9356.0, 9358.0, 9386.0, 9353.0, 9354.0, 9386.0, 9338.0, 9328.0, 9326.0, 9351.0, 9327.0, 9349.0, 9426.0, 9363.0, 9349.0, 9358.0, 9405.0, 9379.0, 9347.0, 9349.0, 9370.0, 9360.0, 9374.0, 9389.0, 9360.0, 9345.0, 9345.0, 9371.0, 9341.0, 9363.0, 9388.0, 9362.0, 9322.0, 9363.0, 9326.0, 9331.0, 9334.0, 9348.0, 9333.0, 9332.0, 9360.0, 9331.0, 9339.0, 9350.0, 9353.0, 9323.0, 9323.0, 9363.0, 9333.0, 9320.0, 9385.0, 9335.0, 9342.0, 9358.0, 9327.0, 9330.0, 9375.0, 9330.0, 9328.0, 9345.0, 9328.0, 9333.0, 9362.0, 9330.0, 9317.0, 9363.0, 9333.0, 9325.0, 9354.0, 9338.0, 9319.0, 9366.0, 9336.0, 9356.0, 9382.0, 9352.0, 9352.0, 9369.0, 9357.0, 9352.0, 9372.0, 9350.0, 9339.0, 9348.0, 9349.0, 9327.0, 9335.0, 9356.0, 9324.0, 9336.0, 9351.0, 9337.0, 9400.0, 9353.0, 9327.0, 9325.0, 9354.0, 9331.0, 9348.0, 9350.0, 9319.0, 9351.0, 9352.0, 9335.0, 9367.0, 9347.0, 9350.0, 9392.0, 9326.0, 9342.0, 9356.0, 9323.0, 9340.0, 9363.0, 9332.0, 9313.0, 9304.0, 9346.0, 9324.0, 9319.0, 9383.0, 9352.0, 9352.0, 9368.0, 9352.0, 9347.0, 9381.0, 9349.0, 9330.0, 9362.0, 9343.0, 9311.0, 9325.0, 9327.0, 9315.0, 9298.0, 9342.0, 9327.0, 9328.0, 9339.0, 9327.0, 9327.0, 9348.0, 9329.0, 9320.0, 9320.0, 9343.0, 9316.0, 9347.0, 9344.0, 9314.0, 9303.0, 9354.0, 9320.0, 9301.0, 9357.0, 9350.0, 9334.0, 9334.0, 9352.0, 9323.0, 9321.0, 9349.0, 9318.0, 9332.0, 9346.0, 9333.0, 9319.0, 9372.0, 9347.0, 9335.0, 9366.0, 9333.0, 9339.0, 9369.0, 9337.0, 9353.0, 9385.0, 9369.0, 9338.0, 9364.0, 9336.0, 9326.0, 9362.0, 9332.0, 9334.0, 9369.0, 9332.0, 9335.0, 9338.0, 9349.0, 9317.0, 9369.0, 9352.0, 9318.0, 9308.0, 9353.0, 9334.0, 9329.0, 9384.0, 9341.0, 9351.0, 9377.0, 9364.0, 9344.0, 9408.0, 9359.0, 9331.0, 9386.0, 9338.0, 9337.0, 9381.0, 9376.0, 9351.0, 9380.0, 9335.0, 9336.0, 9352.0, 9350.0, 9322.0, 9323.0, 9368.0, 9342.0, 9346.0, 9384.0, 9358.0, 9348.0, 9409.0, 9349.0, 9334.0, 9381.0, 9342.0, 9402.0, 9348.0, 9337.0, 9379.0, 9334.0, 9321.0, 9381.0, 9337.0, 9335.0, 9365.0, 9334.0, 9333.0, 9351.0, 9370.0, 9343.0, 9325.0, 9369.0, 9350.0, 9353.0, 9381.0, 9353.0, 9350.0, 9380.0, 9354.0, 9320.0, 9333.0, 9365.0, 9347.0, 9367.0, 9364.0, 9330.0, 9331.0, 9328.0, 9331.0, 9321.0, 9300.0, 9347.0, 9328.0, 9335.0, 9377.0, 9353.0, 9340.0, 9380.0, 9332.0, 9348.0, 9380.0, 9348.0, 9345.0, 9375.0, 9330.0, 9304.0, 9301.0, 9343.0, 9317.0, 9334.0, 9370.0, 9332.0, 9331.0, 9362.0, 9327.0, 9344.0, 9360.0, 9346.0, 9317.0, 9305.0, 9359.0, 9330.0, 9352.0, 9355.0, 9352.0, 9320.0, 9322.0, 9382.0, 9330.0, 9330.0, 9348.0, 9344.0, 9318.0, 9316.0, 9359.0, 9329.0, 9318.0, 9348.0, 9350.0, 9331.0, 9348.0, 9352.0, 9331.0, 9316.0, 9334.0, 9349.0, 9332.0, 9324.0, 9341.0, 9360.0, 9354.0, 9327.0, 9383.0, 9355.0, 9340.0, 9352.0, 9352.0, 9334.0, 9396.0, 9352.0, 9335.0, 9320.0, 9351.0, 9345.0, 9343.0, 9367.0, 9336.0, 9317.0, 9319.0, 9345.0, 9331.0, 9333.0, 9364.0, 9336.0, 9334.0, 9361.0, 9330.0, 9319.0, 9331.0, 9344.0, 9329.0, 9380.0, 9344.0, 9317.0, 9318.0, 9362.0, 9328.0, 9332.0, 9345.0, 9334.0, 9332.0, 9341.0, 9342.0, 9329.0, 9313.0, 9330.0, 9333.0, 9376.0, 9349.0, 9330.0, 9328.0, 9346.0, 9327.0, 9328.0, 9301.0, 9347.0, 9331.0, 9333.0, 9310.0, 9374.0, 9350.0, 9335.0, 9354.0, 9368.0, 9334.0, 9350.0, 9350.0, 9336.0, 9335.0, 9352.0, 9403.0, 9337.0, 9337.0, 9338.0, 9352.0, 9334.0, 9332.0, 9395.0, 9347.0, 9332.0, 9320.0, 9365.0, 9343.0, 9346.0, 9381.0, 9347.0, 9313.0, 9331.0, 9346.0, 9340.0, 9328.0, 9298.0, 9359.0, 9329.0, 9329.0, 9316.0, 9331.0, 9321.0, 9316.0, 9361.0, 9331.0, 9321.0, 9305.0, 9351.0, 9332.0, 9333.0, 9367.0, 9356.0, 9335.0, 9324.0, 9370.0, 9347.0, 9341.0, 9339.0, 9370.0, 9355.0, 9341.0, 9355.0, 9373.0, 9379.0, 9356.0, 9365.0, 9346.0, 9367.0, 9350.0, 9353.0, 9318.0, 9318.0, 9361.0, 9333.0, 9363.0, 9325.0, 9367.0, 9356.0, 9356.0, 9373.0, 9354.0, 9358.0, 9360.0, 9377.0, 9344.0, 9339.0, 9380.0, 9357.0, 9351.0, 9387.0, 9382.0, 9342.0, 9351.0, 9351.0, 9334.0, 9322.0, 9362.0, 9347.0, 9353.0, 9341.0, 9350.0, 9324.0, 9336.0, 9377.0, 9352.0, 9334.0, 9326.0, 9380.0, 9368.0, 9355.0, 9382.0, 9352.0, 9375.0, 9346.0, 9355.0, 9339.0, 9368.0, 9345.0, 9383.0, 9354.0, 9372.0, 9384.0, 9350.0, 9321.0, 9350.0, 9347.0, 9342.0, 9319.0, 9313.0, 9358.0, 9345.0, 9341.0, 9330.0, 9339.0, 9317.0, 9288.0, 9359.0, 9338.0, 9335.0, 9324.0, 9354.0, 9340.0, 9331.0, 9381.0, 9357.0, 9355.0, 9369.0, 9352.0, 9344.0, 9367.0, 9352.0, 9336.0, 9346.0, 9363.0, 9315.0, 9330.0, 9359.0, 9332.0, 9323.0, 9318.0, 9353.0, 9331.0, 9310.0, 9365.0, 9331.0, 9349.0, 9363.0, 9315.0, 9316.0, 9360.0, 9329.0, 9332.0, 9349.0, 9355.0, 9335.0, 9324.0, 9367.0, 9332.0, 9335.0, 9366.0, 9363.0, 9345.0, 9367.0, 9344.0, 9315.0, 9316.0, 9360.0, 9343.0, 9345.0, 9359.0, 9344.0, 9322.0, 9332.0, 9344.0, 9333.0, 9378.0, 9342.0, 9313.0, 9329.0, 9322.0, 9328.0, 9358.0, 9326.0, 9310.0, 9334.0, 9313.0, 9285.0, 9346.0, 9329.0, 9303.0, 9348.0, 9334.0, 9348.0, 9364.0, 9353.0, 9371.0, 9376.0, 9359.0, 9343.0, 9330.0, 9375.0, 9370.0, 9353.0, 9385.0, 9351.0, 9335.0, 9354.0, 9379.0, 9338.0, 9380.0, 9350.0, 9334.0, 9321.0, 9375.0, 9358.0, 9343.0, 9412.0, 9373.0, 9336.0, 9351.0, 9329.0, 9329.0, 9363.0, 9349.0, 9322.0, 9338.0, 9384.0, 9335.0, 9314.0, 9362.0, 9318.0, 9316.0, 9330.0, 9317.0, 9324.0, 9322.0, 9310.0, 9350.0, 9329.0, 9322.0, 9303.0, 9334.0, 9321.0, 9332.0, 9359.0, 9323.0, 9307.0, 9355.0, 9323.0, 9313.0, 9380.0, 9320.0, 9349.0, 9345.0, 9317.0, 9304.0, 9357.0, 9315.0, 9363.0, 9348.0, 9322.0, 9304.0, 9361.0, 9336.0, 9319.0, 9380.0, 9330.0, 9318.0, 9348.0, 9333.0, 9348.0, 9365.0, 9348.0, 9338.0, 9367.0, 9349.0, 9324.0, 9352.0, 9348.0, 9338.0, 9379.0, 9332.0, 9316.0, 9330.0, 9345.0, 9323.0, 9333.0, 9350.0, 9318.0, 9320.0, 9361.0, 9346.0, 9352.0, 9371.0, 9359.0, 9343.0, 9330.0, 9375.0, 9348.0, 9329.0, 9382.0, 9356.0, 9340.0, 9370.0, 9352.0, 9353.0, 9357.0, 9349.0, 9338.0, 9321.0, 9381.0, 9351.0, 9341.0, 9371.0, 9364.0, 9347.0, 9331.0, 9374.0, 9347.0, 9339.0, 9405.0, 9358.0, 9385.0, 9370.0, 9340.0, 9355.0, 9386.0, 9361.0, 9392.0, 9365.0, 9333.0, 9315.0, 9358.0, 9331.0, 9341.0, 9345.0, 9330.0, 9318.0, 9310.0, 9360.0, 9347.0, 9347.0, 9350.0, 9355.0, 9321.0, 9331.0, 9339.0, 9314.0, 9350.0, 9340.0, 9316.0, 9299.0, 9363.0, 9317.0, 9302.0, 9380.0, 9330.0, 9327.0, 9333.0, 9347.0, 9314.0, 9299.0, 9360.0, 9334.0, 9350.0, 9345.0, 9352.0, 9322.0, 9308.0, 9365.0, 9327.0, 9325.0, 9358.0, 9327.0, 9311.0, 9308.0, 9334.0, 9320.0, 9301.0, 9353.0, 9352.0, 9367.0, 9339.0, 9346.0, 9326.0, 9352.0, 9353.0, 9359.0, 9325.0, 9339.0, 9389.0, 9351.0, 9352.0, 9365.0, 9352.0, 9342.0, 9328.0, 9364.0, 9333.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.001842735930735931</td></tr>
<tr><td colspan=3>aqi</td><td>0.022328773852813854</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.5708381579723</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.226612153110923</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0245996870883878</td></tr>
<tr><td colspan=3>efc</td><td>0.4988</td></tr>
<tr><td colspan=3>fber</td><td>4936.0469</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1212678246606611</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>91</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.878787878787879</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.398784429111243</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.288735490886839</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5676733933273503</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.339944403119539</td></tr>
<tr><td colspan=3>gcor</td><td>0.00461694</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0021540848538279533</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03634431213140488</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.955984675170009</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>16.0308</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.7835</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>212.1363</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295818.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>1118.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>409.9305</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6617</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>538.1026</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3396.6919</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3555.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80726.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1241.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4479.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>898.6329</td></tr>
<tr><td colspan=3>tsnr</td><td>37.64030689292122</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>