<?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-0061_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-0061_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-0061_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-0061/figures/sub-0061_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0061/figures/sub-0061_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-0061/figures/sub-0061_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061/ses-03/func/sub-0061_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>9eac24a20bb0a432283676464da734f6</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>18:28:18.497500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998443, -0.0300446, 0.0469983, 0.0254476, 0.995102, 0.0955233]</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.0817996</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>[4166, -7744, -7362, 665, -76, -247, -25, 99]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 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>239.733</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>cff5968b-3c68-4194-8dfd-68eb3fbdbc88||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6787495613098145, 0.06827399879693985, 0.13402265310287476, 104.42926788330078], [0.0806073322892189, 2.669785499572754, 0.254282146692276, -106.83174133300781], [0.12609292566776276, -0.2562820315361023, 2.6846561431884766, -99.02295684814453], [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': ['182818.497500', '182818.957500', '182819.417500', '182819.877500', '182820.337500', '182820.797500', '182821.257500', '182821.717500', '182822.177500', '182822.637500', '182823.097500', '182823.557500', '182824.017500', '182824.477500', '182824.937500', '182825.397500', '182825.857500', '182826.317500', '182826.777500', '182827.237500', '182827.697500', '182828.157500', '182828.617500', '182829.077500', '182829.537500', '182829.997500', '182830.457500', '182830.917500', '182831.377500', '182831.837500', '182832.297500', '182832.757500', '182833.217500', '182833.677500', '182834.137500', '182834.597500', '182835.057500', '182835.517500', '182835.977500', '182836.437500', '182836.897500', '182837.357500', '182837.817500', '182838.277500', '182838.737500', '182839.197500', '182839.657500', '182840.117500', '182840.577500', '182841.037500', '182841.497500', '182841.957500', '182842.417500', '182842.877500', '182843.337500', '182843.797500', '182844.257500', '182844.717500', '182845.177500', '182845.637500', '182846.097500', '182846.557500', '182847.017500', '182847.477500', '182847.937500', '182848.397500', '182848.857500', '182849.317500', '182849.777500', '182850.237500', '182850.697500', '182851.157500', '182851.617500', '182852.077500', '182852.537500', '182852.997500', '182853.457500', '182853.917500', '182854.377500', '182854.837500', '182855.297500', '182855.757500', '182856.217500', '182856.677500', '182857.137500', '182857.597500', '182858.057500', '182858.517500', '182858.977500', '182859.437500', '182859.897500', '182900.357500', '182900.817500', '182901.277500', '182901.737500', '182902.197500', '182902.657500', '182903.117500', '182903.577500', '182904.037500', '182904.497500', '182904.957500', '182905.417500', '182905.877500', '182906.337500', '182906.797500', '182907.257500', '182907.717500', '182908.177500', '182908.637500', '182909.097500', '182909.557500', '182910.017500', '182910.477500', '182910.937500', '182911.397500', '182911.857500', '182912.317500', '182912.777500', '182913.237500', '182913.697500', '182914.157500', '182914.617500', '182915.077500', '182915.537500', '182915.997500', '182916.457500', '182916.917500', '182917.377500', '182917.837500', '182918.297500', '182918.757500', '182919.217500', '182919.677500', '182920.137500', '182920.597500', '182921.057500', '182921.517500', '182921.977500', '182922.437500', '182922.897500', '182923.357500', '182923.817500', '182924.277500', '182924.737500', '182925.197500', '182925.657500', '182926.117500', '182926.577500', '182927.037500', '182927.497500', '182927.957500', '182928.417500', '182928.877500', '182929.337500', '182929.797500', '182930.257500', '182930.717500', '182931.177500', '182931.637500', '182932.097500', '182932.557500', '182933.017500', '182933.477500', '182933.937500', '182934.397500', '182934.857500', '182935.317500', '182935.777500', '182936.237500', '182936.697500', '182937.157500', '182937.617500', '182938.077500', '182938.537500', '182938.997500', '182939.457500', '182939.917500', '182940.377500', '182940.837500', '182941.297500', '182941.757500', '182942.217500', '182942.677500', '182943.137500', '182943.597500', '182944.057500', '182944.517500', '182944.977500', '182945.437500', '182945.897500', '182946.357500', '182946.817500', '182947.277500', '182947.737500', '182948.197500', '182948.657500', '182949.117500', '182949.577500', '182950.037500', '182950.497500', '182950.957500', '182951.417500', '182951.877500', '182952.337500', '182952.797500', '182953.257500', '182953.717500', '182954.177500', '182954.637500', '182955.097500', '182955.557500', '182956.017500', '182956.477500', '182956.937500', '182957.397500', '182957.857500', '182958.317500', '182958.777500', '182959.237500', '182959.697500', '183000.157500', '183000.617500', '183001.077500', '183001.537500', '183001.997500', '183002.457500', '183002.917500', '183003.377500', '183003.837500', '183004.297500', '183004.757500', '183005.217500', '183005.677500', '183006.137500', '183006.597500', '183007.057500', '183007.517500', '183007.977500', '183008.437500', '183008.897500', '183009.357500', '183009.817500', '183010.277500', '183010.737500', '183011.197500', '183011.657500', '183012.117500', '183012.577500', '183013.037500', '183013.497500', '183013.957500', '183014.417500', '183014.877500', '183015.337500', '183015.797500', '183016.257500', '183016.717500', '183017.177500', '183017.637500', '183018.097500', '183018.557500', '183019.017500', '183019.477500', '183019.937500', '183020.397500', '183020.857500', '183021.317500', '183021.777500', '183022.237500', '183022.697500', '183023.157500', '183023.617500', '183024.077500', '183024.537500', '183024.997500', '183025.457500', '183025.917500', '183026.377500', '183026.837500', '183027.297500', '183027.757500', '183028.217500', '183028.677500', '183029.137500', '183029.597500', '183030.057500', '183030.517500', '183030.977500', '183031.437500', '183031.897500', '183032.357500', '183032.817500', '183033.277500', '183033.737500', '183034.197500', '183034.657500', '183035.117500', '183035.577500', '183036.037500', '183036.497500', '183036.957500', '183037.417500', '183037.877500', '183038.337500', '183038.797500', '183039.257500', '183039.717500', '183040.177500', '183040.637500', '183041.097500', '183041.557500', '183042.017500', '183042.477500', '183042.937500', '183043.397500', '183043.857500', '183044.317500', '183044.777500', '183045.237500', '183045.697500', '183046.157500', '183046.617500', '183047.077500', '183047.537500', '183047.997500', '183048.457500', '183048.917500', '183049.377500', '183049.837500', '183050.297500', '183050.757500', '183051.217500', '183051.677500', '183052.137500', '183052.597500', '183053.057500', '183053.517500', '183053.977500', '183054.437500', '183054.897500', '183055.357500', '183055.817500', '183056.277500', '183056.737500', '183057.197500', '183057.657500', '183058.117500', '183058.577500', '183059.037500', '183059.497500', '183059.957500', '183100.417500', '183100.877500', '183101.337500', '183101.797500', '183102.257500', '183102.717500', '183103.177500', '183103.637500', '183104.097500', '183104.557500', '183105.017500', '183105.477500', '183105.937500', '183106.397500', '183106.857500', '183107.317500', '183107.777500', '183108.237500', '183108.697500', '183109.157500', '183109.617500', '183110.077500', '183110.537500', '183110.997500', '183111.457500', '183111.917500', '183112.377500', '183112.837500', '183113.297500', '183113.757500', '183114.217500', '183114.677500', '183115.137500', '183115.597500', '183116.057500', '183116.517500', '183116.977500', '183117.437500', '183117.897500', '183118.357500', '183118.817500', '183119.277500', '183119.737500', '183120.197500', '183120.657500', '183121.117500', '183121.577500', '183122.037500', '183122.497500', '183122.957500', '183123.417500', '183123.877500', '183124.337500', '183124.797500', '183125.257500', '183125.717500', '183126.177500', '183126.637500', '183127.097500', '183127.557500', '183128.017500', '183128.477500', '183128.937500', '183129.397500', '183129.857500', '183130.317500', '183130.777500', '183131.237500', '183131.697500', '183132.157500', '183132.617500', '183133.077500', '183133.537500', '183133.997500', '183134.457500', '183134.917500', '183135.377500', '183135.837500', '183136.297500', '183136.757500', '183137.217500', '183137.677500', '183138.137500', '183138.597500', '183139.057500', '183139.517500', '183139.977500', '183140.437500', '183140.897500', '183141.357500', '183141.817500', '183142.277500', '183142.737500', '183143.197500', '183143.657500', '183144.117500', '183144.577500', '183145.037500', '183145.497500', '183145.957500', '183146.417500', '183146.877500', '183147.337500', '183147.797500', '183148.257500', '183148.717500', '183149.177500', '183149.637500', '183150.097500', '183150.557500', '183151.017500', '183151.477500', '183151.937500', '183152.397500', '183152.857500', '183153.317500', '183153.777500', '183154.237500', '183154.697500', '183155.157500', '183155.617500', '183156.077500', '183156.537500', '183156.997500', '183157.457500', '183157.917500', '183158.377500', '183158.837500', '183159.297500', '183159.757500', '183200.217500', '183200.677500', '183201.137500', '183201.597500', '183202.057500', '183202.517500', '183202.977500', '183203.437500', '183203.897500', '183204.357500', '183204.817500', '183205.277500', '183205.737500', '183206.197500', '183206.657500', '183207.117500', '183207.577500', '183208.037500', '183208.497500', '183208.957500', '183209.417500', '183209.877500', '183210.337500', '183210.797500', '183211.257500', '183211.717500', '183212.177500', '183212.637500', '183213.097500', '183213.557500', '183214.017500', '183214.477500', '183214.937500', '183215.397500', '183215.857500', '183216.317500', '183216.777500', '183217.237500', '183217.697500', '183218.157500', '183218.617500', '183219.077500', '183219.537500', '183219.997500', '183220.457500', '183220.917500', '183221.377500', '183221.837500', '183222.297500', '183222.757500', '183223.217500', '183223.677500', '183224.137500', '183224.597500', '183225.057500', '183225.517500', '183225.977500', '183226.437500', '183226.897500', '183227.357500', '183227.817500', '183228.277500', '183228.737500', '183229.197500', '183229.657500', '183230.117500', '183230.577500', '183231.037500', '183231.497500', '183231.957500', '183232.417500', '183232.877500', '183233.337500', '183233.797500', '183234.257500', '183234.717500', '183235.177500', '183235.637500', '183236.097500', '183236.557500', '183237.017500', '183237.477500', '183237.937500', '183238.397500', '183238.857500', '183239.317500', '183239.777500', '183240.237500', '183240.697500', '183241.157500', '183241.617500', '183242.077500', '183242.537500', '183242.997500', '183243.457500', '183243.917500', '183244.377500', '183244.837500', '183245.297500', '183245.757500', '183246.217500', '183246.677500', '183247.137500', '183247.597500', '183248.057500', '183248.517500', '183248.977500', '183249.437500', '183249.897500', '183250.357500', '183250.817500', '183251.277500', '183251.737500', '183252.197500', '183252.657500', '183253.117500', '183253.577500', '183254.037500', '183254.497500', '183254.957500', '183255.417500', '183255.877500', '183256.337500', '183256.797500', '183257.257500', '183257.717500', '183258.177500', '183258.637500', '183259.097500', '183259.557500', '183300.017500', '183300.477500', '183300.937500', '183301.397500', '183301.857500', '183302.317500', '183302.777500', '183303.237500', '183303.697500', '183304.157500', '183304.617500', '183305.077500', '183305.537500', '183305.997500', '183306.457500', '183306.917500', '183307.377500', '183307.837500', '183308.297500', '183308.757500', '183309.217500', '183309.677500', '183310.137500', '183310.597500', '183311.057500', '183311.517500', '183311.977500', '183312.437500', '183312.897500', '183313.357500', '183313.817500', '183314.277500', '183314.737500', '183315.197500', '183315.657500', '183316.117500', '183316.577500', '183317.037500', '183317.497500', '183317.957500', '183318.417500', '183318.877500', '183319.337500', '183319.797500', '183320.257500', '183320.717500', '183321.177500', '183321.637500', '183322.097500', '183322.557500', '183323.017500', '183323.477500', '183323.937500', '183324.397500', '183324.857500', '183325.317500', '183325.777500', '183326.237500', '183326.697500', '183327.157500', '183327.617500', '183328.077500', '183328.537500', '183328.997500', '183329.457500', '183329.917500', '183330.377500', '183330.837500', '183331.297500', '183331.757500', '183332.217500', '183332.677500', '183333.137500', '183333.597500', '183334.057500', '183334.517500', '183334.977500', '183335.437500', '183335.897500', '183336.357500', '183336.817500', '183337.277500', '183337.737500', '183338.197500', '183338.657500', '183339.117500', '183339.577500', '183340.037500', '183340.497500', '183340.957500', '183341.417500', '183341.877500', '183342.337500', '183342.797500', '183343.257500', '183343.717500', '183344.177500', '183344.637500', '183345.097500', '183345.557500', '183346.017500', '183346.477500', '183346.937500', '183347.397500', '183347.857500', '183348.317500', '183348.777500', '183349.237500', '183349.697500', '183350.157500', '183350.617500', '183351.077500', '183351.537500', '183351.997500', '183352.457500', '183352.917500', '183353.377500', '183353.837500', '183354.297500', '183354.757500', '183355.217500', '183355.677500', '183356.137500', '183356.597500', '183357.057500', '183357.517500', '183357.977500', '183358.437500', '183358.897500', '183359.357500', '183359.817500', '183400.277500', '183400.737500', '183401.197500', '183401.657500', '183402.117500', '183402.577500', '183403.037500', '183403.497500', '183403.957500', '183404.417500', '183404.877500', '183405.337500', '183405.797500', '183406.257500', '183406.717500', '183407.177500', '183407.637500', '183408.097500', '183408.557500', '183409.017500', '183409.477500', '183409.937500', '183410.397500', '183410.857500', '183411.317500', '183411.777500', '183412.237500', '183412.697500', '183413.157500', '183413.617500', '183414.077500', '183414.537500', '183414.997500', '183415.457500', '183415.917500', '183416.377500', '183416.837500', '183417.297500', '183417.757500', '183418.217500', '183418.677500', '183419.137500', '183419.597500', '183420.057500', '183420.517500', '183420.977500', '183421.437500', '183421.897500', '183422.357500', '183422.817500', '183423.277500', '183423.737500', '183424.197500', '183424.657500', '183425.117500', '183425.577500', '183426.037500', '183426.497500', '183426.957500', '183427.417500', '183427.877500', '183428.337500', '183428.797500', '183429.257500', '183429.717500', '183430.177500', '183430.637500', '183431.097500', '183431.557500', '183432.017500', '183432.477500', '183432.937500', '183433.397500', '183433.857500', '183434.317500', '183434.777500', '183435.237500', '183435.697500', '183436.157500', '183436.617500', '183437.077500', '183437.537500', '183437.997500', '183438.457500', '183438.917500', '183439.377500', '183439.837500', '183440.297500', '183440.757500', '183441.217500', '183441.677500', '183442.137500', '183442.597500', '183443.057500', '183443.517500', '183443.977500', '183444.437500', '183444.897500', '183445.357500', '183445.817500', '183446.277500', '183446.737500', '183447.197500', '183447.657500', '183448.117500', '183448.577500', '183449.037500', '183449.497500', '183449.957500', '183450.417500', '183450.877500', '183451.337500', '183451.797500', '183452.257500', '183452.717500', '183453.177500', '183453.637500', '183454.097500', '183454.557500', '183455.017500', '183455.477500', '183455.937500', '183456.397500', '183456.857500', '183457.317500', '183457.777500', '183458.237500', '183458.697500', '183459.157500', '183459.617500', '183500.077500', '183500.537500', '183500.997500', '183501.457500', '183501.917500', '183502.377500', '183502.837500', '183503.297500', '183503.757500', '183504.217500', '183504.677500', '183505.137500', '183505.597500', '183506.057500', '183506.517500', '183506.977500', '183507.437500', '183507.897500', '183508.357500', '183508.817500', '183509.277500', '183509.737500', '183510.197500', '183510.657500', '183511.117500', '183511.577500', '183512.037500', '183512.497500', '183512.957500', '183513.417500', '183513.877500', '183514.337500', '183514.797500', '183515.257500', '183515.717500', '183516.177500', '183516.637500', '183517.097500', '183517.557500', '183518.017500', '183518.477500', '183518.937500', '183519.397500', '183519.857500', '183520.317500', '183520.777500', '183521.237500', '183521.697500', '183522.157500', '183522.617500', '183523.077500', '183523.537500', '183523.997500', '183524.457500', '183524.917500', '183525.377500', '183525.837500', '183526.297500', '183526.757500', '183527.217500', '183527.677500', '183528.137500', '183528.597500', '183529.057500', '183529.517500', '183529.977500', '183530.437500', '183530.897500', '183531.357500', '183531.817500', '183532.277500', '183532.737500', '183533.197500', '183533.657500', '183534.117500', '183534.577500', '183535.037500', '183535.497500', '183535.957500', '183536.417500', '183536.877500', '183537.337500', '183537.797500', '183538.257500', '183538.717500', '183539.177500', '183539.637500', '183540.097500', '183540.557500', '183541.017500', '183541.477500', '183541.937500', '183542.397500', '183542.857500', '183543.317500', '183543.777500', '183544.237500', '183544.697500', '183545.157500', '183545.617500', '183546.077500', '183546.537500', '183546.997500', '183547.457500', '183547.917500', '183548.377500', '183548.837500', '183549.297500', '183549.757500', '183550.217500', '183550.677500', '183551.137500', '183551.597500', '183552.057500', '183552.517500', '183552.977500', '183553.437500', '183553.897500', '183554.357500', '183554.817500', '183555.277500', '183555.737500', '183556.197500', '183556.657500', '183557.117500', '183557.577500', '183558.037500', '183558.497500', '183558.957500', '183559.417500', '183559.877500', '183600.337500', '183600.797500', '183601.257500', '183601.717500', '183602.177500', '183602.637500', '183603.097500', '183603.557500', '183604.017500', '183604.477500', '183604.937500', '183605.397500', '183605.857500', '183606.317500', '183606.777500', '183607.237500', '183607.697500', '183608.157500', '183608.617500', '183609.077500', '183609.537500', '183609.997500', '183610.457500', '183610.917500', '183611.377500', '183611.837500', '183612.297500', '183612.757500', '183613.217500', '183613.677500', '183614.137500', '183614.597500', '183615.057500', '183615.517500', '183615.977500', '183616.437500', '183616.897500', '183617.357500', '183617.817500', '183618.277500', '183618.737500', '183619.197500', '183619.657500', '183620.117500', '183620.577500', '183621.037500', '183621.497500', '183621.957500', '183622.417500', '183622.877500', '183623.337500', '183623.797500', '183624.257500', '183624.717500', '183625.177500', '183625.637500', '183626.097500', '183626.557500', '183627.017500', '183627.477500', '183627.937500', '183628.397500', '183628.857500', '183629.317500', '183629.777500', '183630.237500', '183630.697500', '183631.157500', '183631.617500', '183632.077500', '183632.537500', '183632.997500', '183633.457500', '183633.917500', '183634.377500', '183634.837500', '183635.297500', '183635.757500', '183636.217500', '183636.677500', '183637.137500', '183637.597500', '183638.057500', '183638.517500', '183638.977500', '183639.437500', '183639.897500', '183640.357500', '183640.817500', '183641.277500', '183641.737500', '183642.197500', '183642.657500', '183643.117500', '183643.577500', '183644.037500', '183644.497500', '183644.957500', '183645.417500', '183645.877500', '183646.337500', '183646.797500', '183647.257500', '183647.717500', '183648.177500', '183648.637500', '183649.097500', '183649.557500', '183650.017500', '183650.477500', '183650.937500', '183651.397500', '183651.857500', '183652.317500', '183652.777500', '183653.237500', '183653.697500', '183654.157500', '183654.617500', '183655.077500', '183655.537500', '183655.997500', '183656.457500', '183656.917500', '183657.377500', '183657.837500', '183658.297500', '183658.757500', '183659.217500', '183659.677500', '183700.137500', '183700.597500', '183701.057500', '183701.517500', '183701.977500', '183702.437500', '183702.897500', '183703.357500', '183703.817500', '183704.277500', '183704.737500', '183705.197500', '183705.657500', '183706.117500', '183706.577500', '183707.037500', '183707.497500', '183707.957500', '183708.417500', '183708.877500', '183709.337500', '183709.797500', '183710.257500'], 'ContentTime': ['182845.327000', '182845.330000', '182845.332000', '182845.335000', '182845.338000', '182845.341000', '182845.343000', '182845.346000', '182845.349000', '182845.351000', '182845.354000', '182845.356000', '182845.359000', '182845.362000', '182845.364000', '182845.376000', '182845.378000', '182845.381000', '182845.383000', '182845.386000', '182845.389000', '182845.391000', '182845.394000', '182845.396000', '182845.399000', '182845.401000', '182845.404000', '182845.407000', '182845.409000', '182845.412000', '182845.414000', '182845.417000', '182845.419000', '182845.422000', '182845.424000', '182845.427000', '182845.429000', '182845.432000', '182845.435000', '182845.437000', '182845.440000', '182845.442000', '182845.445000', '182845.448000', '182845.450000', '182845.453000', '182845.455000', '182845.458000', '182845.460000', '182845.463000', '182845.466000', '182845.468000', '182845.471000', '182845.473000', '182845.476000', '182905.283000', '182905.286000', '182905.288000', '182905.291000', '182905.293000', '182905.296000', '182905.298000', '182905.301000', '182905.303000', '182905.306000', '182905.308000', '182905.311000', '182905.314000', '182905.316000', '182905.319000', '182905.322000', '182905.325000', '182905.328000', '182905.330000', '182905.333000', '182905.335000', '182905.338000', '182905.341000', '182905.343000', '182905.346000', '182905.348000', '182905.351000', '182905.353000', '182905.357000', '182905.374000', '182905.376000', '182905.379000', '182905.382000', '182905.384000', '182905.387000', '182905.389000', '182905.392000', '182905.394000', '182905.397000', '182905.399000', '182905.402000', '182905.405000', '182905.407000', '182925.282000', '182925.285000', '182925.288000', '182925.291000', '182925.293000', '182925.296000', '182925.298000', '182925.301000', '182925.304000', '182925.306000', '182925.309000', '182925.311000', '182925.314000', '182925.317000', '182925.319000', '182925.322000', '182925.324000', '182925.327000', '182925.329000', '182925.332000', '182925.335000', '182925.337000', '182925.340000', '182925.342000', '182925.345000', '182925.347000', '182925.350000', '182925.353000', '182925.355000', '182925.358000', '182925.360000', '182925.363000', '182925.365000', '182925.368000', '182925.371000', '182925.373000', '182925.376000', '182925.378000', '182925.381000', '182925.383000', '182925.386000', '182925.388000', '182925.391000', '182925.394000', '182945.284000', '182945.286000', '182945.289000', '182945.292000', '182945.294000', '182945.301000', '182945.303000', '182945.306000', '182945.308000', '182945.311000', '182945.314000', '182945.317000', '182945.320000', '182945.323000', '182945.325000', '182945.328000', '182945.330000', '182945.333000', '182945.335000', '182945.338000', '182945.341000', '182945.343000', '182945.346000', '182945.348000', '182945.351000', '182945.354000', '182945.356000', '182945.359000', '182945.362000', '182945.364000', '182945.367000', '182945.369000', '182945.372000', '182945.374000', '182945.377000', '182945.380000', '182945.382000', '182945.385000', '182945.387000', '182945.390000', '182945.393000', '182945.395000', '182945.398000', '182945.401000', '183005.284000', '183005.286000', '183005.289000', '183005.292000', '183005.294000', '183005.297000', '183005.299000', '183005.302000', '183005.305000', '183005.307000', '183005.310000', '183005.312000', '183005.315000', '183005.318000', '183005.320000', '183005.323000', '183005.325000', '183005.328000', '183005.331000', '183005.333000', '183005.336000', '183005.338000', '183005.341000', '183005.343000', '183005.346000', '183005.349000', '183005.351000', '183005.354000', '183005.356000', '183005.359000', '183005.361000', '183005.364000', '183005.366000', '183005.369000', '183005.372000', '183005.374000', '183005.377000', '183005.379000', '183005.382000', '183005.384000', '183005.387000', '183005.390000', '183005.392000', '183025.283000', '183025.286000', '183025.289000', '183025.292000', '183025.294000', '183025.297000', '183025.300000', '183025.302000', '183025.305000', '183025.307000', '183025.310000', '183025.313000', '183025.315000', '183025.318000', '183025.320000', '183025.323000', '183025.326000', '183025.328000', '183025.331000', '183025.333000', '183025.336000', '183025.338000', '183025.341000', '183025.343000', '183025.346000', '183025.349000', '183025.351000', '183025.354000', '183025.356000', '183025.359000', '183025.362000', '183025.364000', '183025.367000', '183025.369000', '183025.372000', '183025.374000', '183025.377000', '183025.379000', '183025.382000', '183025.385000', '183025.387000', '183025.390000', '183025.392000', '183045.284000', '183045.286000', '183045.289000', '183045.292000', '183045.294000', '183045.297000', '183045.300000', '183045.302000', '183045.305000', '183045.307000', '183045.310000', '183045.313000', '183045.315000', '183045.318000', '183045.321000', '183045.323000', '183045.326000', '183045.328000', '183045.331000', '183045.333000', '183045.336000', '183045.339000', '183045.341000', '183045.344000', '183045.346000', '183045.349000', '183045.352000', '183045.354000', '183045.357000', '183045.359000', '183045.362000', '183045.364000', '183045.367000', '183045.370000', '183045.372000', '183045.375000', '183045.377000', '183045.380000', '183045.382000', '183045.398000', '183045.401000', '183045.403000', '183045.406000', '183045.408000', '183105.282000', '183105.285000', '183105.288000', '183105.291000', '183105.294000', '183105.296000', '183105.299000', '183105.302000', '183105.304000', '183105.307000', '183105.309000', '183105.312000', '183105.315000', '183105.317000', '183105.320000', '183105.323000', '183105.325000', '183105.328000', '183105.330000', '183105.333000', '183105.335000', '183105.338000', '183105.340000', '183105.343000', '183105.346000', '183105.348000', '183105.351000', '183105.354000', '183105.357000', '183105.359000', '183105.362000', '183105.365000', '183105.367000', '183105.370000', '183105.372000', '183105.375000', '183105.377000', '183105.380000', '183105.383000', '183105.385000', '183105.388000', '183105.390000', '183105.393000', '183125.282000', '183125.285000', '183125.288000', '183125.291000', '183125.293000', '183125.296000', '183125.298000', '183125.301000', '183125.303000', '183125.306000', '183125.309000', '183125.311000', '183125.314000', '183125.316000', '183125.319000', '183125.322000', '183125.324000', '183125.327000', '183125.329000', '183125.332000', '183125.335000', '183125.337000', '183125.340000', '183125.342000', '183125.345000', '183125.348000', '183125.350000', '183125.353000', '183125.355000', '183125.358000', '183125.360000', '183125.363000', '183125.366000', '183125.368000', '183125.371000', '183125.373000', '183125.376000', '183125.379000', '183125.381000', '183125.384000', '183125.386000', '183125.389000', '183125.391000', '183125.394000', '183145.282000', '183145.285000', '183145.288000', '183145.290000', '183145.293000', '183145.296000', '183145.298000', '183145.301000', '183145.303000', '183145.306000', '183145.309000', '183145.312000', '183145.315000', '183145.318000', '183145.321000', '183145.323000', '183145.326000', '183145.328000', '183145.331000', '183145.334000', '183145.336000', '183145.339000', '183145.341000', '183145.344000', '183145.347000', '183145.349000', '183145.352000', '183145.354000', '183145.357000', '183145.359000', '183145.362000', '183145.364000', '183145.367000', '183145.370000', '183145.372000', '183145.375000', '183145.377000', '183145.380000', '183145.383000', '183145.385000', '183145.388000', '183145.390000', '183145.393000', '183205.283000', '183205.286000', '183205.289000', '183205.292000', '183205.294000', '183205.297000', '183205.299000', '183205.302000', '183205.305000', '183205.307000', '183205.310000', '183205.312000', '183205.315000', '183205.318000', '183205.320000', '183205.323000', '183205.325000', '183205.328000', '183205.331000', '183205.333000', '183205.336000', '183205.338000', '183205.341000', '183205.344000', '183205.346000', '183205.349000', '183205.351000', '183205.354000', '183205.356000', '183205.359000', '183205.362000', '183205.364000', '183205.367000', '183205.369000', '183205.372000', '183205.375000', '183205.377000', '183205.380000', '183205.382000', '183205.385000', '183205.388000', '183205.390000', '183205.393000', '183205.395000', '183225.284000', '183225.287000', '183225.289000', '183225.292000', '183225.294000', '183225.297000', '183225.300000', '183225.302000', '183225.305000', '183225.308000', '183225.310000', '183225.313000', '183225.315000', '183225.318000', '183225.320000', '183225.323000', '183225.325000', '183225.328000', '183225.331000', '183225.333000', '183225.350000', '183225.353000', '183225.356000', '183225.359000', '183225.362000', '183225.365000', '183225.367000', '183225.370000', '183225.372000', '183225.375000', '183225.377000', '183225.380000', '183225.382000', '183225.385000', '183225.388000', '183225.390000', '183225.395000', '183225.398000', '183225.405000', '183225.407000', '183225.410000', '183225.412000', '183225.415000', '183245.284000', '183245.286000', '183245.289000', '183245.292000', '183245.294000', '183245.297000', '183245.300000', '183245.302000', '183245.305000', '183245.308000', '183245.310000', '183245.313000', '183245.315000', '183245.318000', '183245.321000', '183245.323000', '183245.326000', '183245.328000', '183245.331000', '183245.334000', '183245.336000', '183245.339000', '183245.342000', '183245.344000', '183245.347000', '183245.349000', '183245.352000', '183245.354000', '183245.357000', '183245.359000', '183245.362000', '183245.365000', '183245.367000', '183245.370000', '183245.372000', '183245.375000', '183245.377000', '183245.380000', '183245.383000', '183245.385000', '183245.388000', '183245.390000', '183245.393000', '183305.283000', '183305.286000', '183305.289000', '183305.291000', '183305.294000', '183305.297000', '183305.300000', '183305.302000', '183305.305000', '183305.308000', '183305.311000', '183305.314000', '183305.317000', '183305.319000', '183305.322000', '183305.324000', '183305.327000', '183305.330000', '183305.332000', '183305.335000', '183305.338000', '183305.340000', '183305.343000', '183305.345000', '183305.348000', '183305.350000', '183305.353000', '183305.356000', '183305.358000', '183305.361000', '183305.363000', '183305.366000', '183305.369000', '183305.371000', '183305.374000', '183305.376000', '183305.379000', '183305.382000', '183305.384000', '183305.387000', '183305.389000', '183305.392000', '183305.395000', '183305.397000', '183325.282000', '183325.285000', '183325.288000', '183325.291000', '183325.293000', '183325.296000', '183325.299000', '183325.301000', '183325.304000', '183325.306000', '183325.309000', '183325.311000', '183325.314000', '183325.317000', '183325.319000', '183325.322000', '183325.325000', '183325.327000', '183325.330000', '183325.332000', '183325.335000', '183325.337000', '183325.340000', '183325.342000', '183325.345000', '183325.348000', '183325.350000', '183325.353000', '183325.355000', '183325.358000', '183325.360000', '183325.363000', '183325.366000', '183325.368000', '183325.371000', '183325.373000', '183325.376000', '183325.379000', '183325.381000', '183325.384000', '183325.386000', '183325.389000', '183325.391000', '183325.394000', '183345.283000', '183345.285000', '183345.288000', '183345.291000', '183345.293000', '183345.296000', '183345.299000', '183345.301000', '183345.304000', '183345.306000', '183345.309000', '183345.312000', '183345.314000', '183345.317000', '183345.319000', '183345.322000', '183345.325000', '183345.327000', '183345.330000', '183345.333000', '183345.335000', '183345.338000', '183345.340000', '183345.343000', '183345.345000', '183345.348000', '183345.350000', '183345.353000', '183345.356000', '183345.358000', '183345.361000', '183345.384000', '183345.387000', '183345.389000', '183345.392000', '183345.394000', '183345.397000', '183345.399000', '183345.402000', '183345.405000', '183345.407000', '183345.410000', '183345.412000', '183405.282000', '183405.287000', '183405.290000', '183405.293000', '183405.295000', '183405.298000', '183405.301000', '183405.303000', '183405.306000', '183405.308000', '183405.311000', '183405.313000', '183405.316000', '183405.319000', '183405.321000', '183405.324000', '183405.327000', '183405.329000', '183405.332000', '183405.334000', '183405.337000', '183405.339000', '183405.342000', '183405.345000', '183405.347000', '183405.350000', '183405.353000', '183405.355000', '183405.358000', '183405.360000', '183405.363000', '183405.366000', '183405.368000', '183405.371000', '183405.373000', '183405.376000', '183405.378000', '183405.381000', '183405.384000', '183405.386000', '183405.389000', '183405.391000', '183405.394000', '183405.397000', '183425.284000', '183425.286000', '183425.289000', '183425.292000', '183425.294000', '183425.297000', '183425.299000', '183425.302000', '183425.305000', '183425.307000', '183425.310000', '183425.312000', '183425.315000', '183425.317000', '183425.320000', '183425.323000', '183425.325000', '183425.328000', '183425.330000', '183425.333000', '183425.336000', '183425.338000', '183425.341000', '183425.343000', '183425.346000', '183425.349000', '183425.351000', '183425.354000', '183425.356000', '183425.359000', '183425.361000', '183425.364000', '183425.367000', '183425.369000', '183425.372000', '183425.374000', '183425.377000', '183425.380000', '183425.382000', '183425.385000', '183425.388000', '183425.391000', '183425.394000', '183445.284000', '183445.287000', '183445.289000', '183445.292000', '183445.295000', '183445.297000', '183445.300000', '183445.303000', '183445.305000', '183445.308000', '183445.310000', '183445.313000', '183445.315000', '183445.318000', '183445.321000', '183445.323000', '183445.326000', '183445.329000', '183445.331000', '183445.334000', '183445.336000', '183445.339000', '183445.342000', '183445.344000', '183445.347000', '183445.349000', '183445.352000', '183445.355000', '183445.357000', '183445.360000', '183445.362000', '183445.365000', '183445.368000', '183445.370000', '183445.373000', '183445.375000', '183445.378000', '183445.380000', '183445.383000', '183445.385000', '183445.388000', '183445.391000', '183445.393000', '183445.396000', '183505.284000', '183505.287000', '183505.289000', '183505.292000', '183505.294000', '183505.297000', '183505.300000', '183505.302000', '183505.305000', '183505.307000', '183505.310000', '183505.313000', '183505.315000', '183505.318000', '183505.320000', '183505.323000', '183505.326000', '183505.328000', '183505.331000', '183505.333000', '183505.336000', '183505.338000', '183505.341000', '183505.344000', '183505.353000', '183505.356000', '183505.358000', '183505.361000', '183505.364000', '183505.366000', '183505.369000', '183505.371000', '183505.374000', '183505.376000', '183505.379000', '183505.382000', '183505.384000', '183505.387000', '183505.389000', '183505.392000', '183505.394000', '183505.409000', '183505.411000', '183525.284000', '183525.286000', '183525.289000', '183525.292000', '183525.294000', '183525.297000', '183525.299000', '183525.302000', '183525.305000', '183525.307000', '183525.310000', '183525.313000', '183525.316000', '183525.318000', '183525.321000', '183525.323000', '183525.326000', '183525.329000', '183525.331000', '183525.334000', '183525.336000', '183525.339000', '183525.341000', '183525.344000', '183525.347000', '183525.349000', '183525.352000', '183525.354000', '183525.357000', '183525.359000', '183525.362000', '183525.364000', '183525.367000', '183525.370000', '183525.372000', '183525.375000', '183525.377000', '183525.380000', '183525.382000', '183525.385000', '183525.387000', '183525.390000', '183525.393000', '183545.283000', '183545.286000', '183545.288000', '183545.291000', '183545.294000', '183545.296000', '183545.299000', '183545.301000', '183545.304000', '183545.306000', '183545.309000', '183545.312000', '183545.314000', '183545.317000', '183545.320000', '183545.322000', '183545.325000', '183545.327000', '183545.330000', '183545.333000', '183545.335000', '183545.338000', '183545.340000', '183545.343000', '183545.345000', '183545.348000', '183545.351000', '183545.354000', '183545.356000', '183545.359000', '183545.361000', '183545.364000', '183545.367000', '183545.369000', '183545.372000', '183545.374000', '183545.377000', '183545.380000', '183545.382000', '183545.385000', '183545.387000', '183545.390000', '183545.392000', '183545.395000', '183605.283000', '183605.285000', '183605.288000', '183605.291000', '183605.293000', '183605.296000', '183605.299000', '183605.301000', '183605.304000', '183605.306000', '183605.309000', '183605.312000', '183605.314000', '183605.317000', '183605.319000', '183605.322000', '183605.324000', '183605.327000', '183605.330000', '183605.332000', '183605.335000', '183605.337000', '183605.340000', '183605.343000', '183605.345000', '183605.348000', '183605.351000', '183605.353000', '183605.356000', '183605.359000', '183605.361000', '183605.364000', '183605.366000', '183605.369000', '183605.371000', '183605.374000', '183605.377000', '183605.379000', '183605.382000', '183605.385000', '183605.387000', '183605.390000', '183605.392000', '183605.395000', '183625.283000', '183625.286000', '183625.288000', '183625.291000', '183625.293000', '183625.296000', '183625.299000', '183625.301000', '183625.304000', '183625.307000', '183625.309000', '183625.312000', '183625.314000', '183625.317000', '183625.320000', '183625.322000', '183625.325000', '183625.327000', '183625.330000', '183625.332000', '183625.335000', '183625.337000', '183625.340000', '183625.343000', '183625.345000', '183625.348000', '183625.351000', '183625.353000', '183625.356000', '183625.358000', '183625.361000', '183625.364000', '183625.366000', '183625.369000', '183625.371000', '183625.374000', '183625.376000', '183625.379000', '183625.382000', '183625.384000', '183625.387000', '183625.389000', '183625.392000', '183645.284000', '183645.287000', '183645.289000', '183645.292000', '183645.294000', '183645.297000', '183645.300000', '183645.302000', '183645.305000', '183645.307000', '183645.310000', '183645.313000', '183645.315000', '183645.318000', '183645.320000', '183645.323000', '183645.326000', '183645.328000', '183645.331000', '183645.333000', '183645.336000', '183645.338000', '183645.341000', '183645.344000', '183645.347000', '183645.349000', '183645.352000', '183645.354000', '183645.357000', '183645.359000', '183645.362000', '183645.364000', '183645.367000', '183645.370000', '183645.372000', '183645.375000', '183645.378000', '183645.380000', '183645.383000', '183645.386000', '183645.388000', '183645.391000', '183645.393000', '183645.396000', '183705.284000', '183705.286000', '183705.289000', '183705.292000', '183705.294000', '183705.297000', '183705.299000', '183705.302000', '183705.305000', '183705.307000', '183705.310000', '183705.312000', '183705.315000', '183705.318000', '183705.320000', '183705.323000', '183705.325000', '183705.328000', '183705.331000', '183705.333000', '183705.336000', '183705.338000', '183705.341000', '183705.344000', '183705.346000', '183705.349000', '183705.352000', '183705.354000', '183705.357000', '183705.359000', '183705.362000', '183705.365000', '183705.367000', '183705.370000', '183705.372000', '183705.375000', '183705.378000', '183705.380000', '183705.383000', '183705.386000', '183705.388000', '183705.391000', '183705.394000', '183711.929000', '183711.932000', '183711.935000', '183711.938000', '183711.941000', '183711.943000', '183711.946000', '183711.949000', '183711.952000', '183711.955000', '183711.958000', '183711.961000', '183711.963000', '183711.967000', '183711.970000'], 'InstanceCreationTime': ['182845.327000', '182845.330000', '182845.332000', '182845.335000', '182845.338000', '182845.341000', '182845.343000', '182845.346000', '182845.349000', '182845.351000', '182845.354000', '182845.356000', '182845.359000', '182845.362000', '182845.364000', '182845.376000', '182845.378000', '182845.381000', '182845.383000', '182845.386000', '182845.389000', '182845.391000', '182845.394000', '182845.396000', '182845.399000', '182845.401000', '182845.404000', '182845.407000', '182845.409000', '182845.412000', '182845.414000', '182845.417000', '182845.419000', '182845.422000', '182845.424000', '182845.427000', '182845.429000', '182845.432000', '182845.435000', '182845.437000', '182845.440000', '182845.442000', '182845.445000', '182845.448000', '182845.450000', '182845.453000', '182845.455000', '182845.458000', '182845.460000', '182845.463000', '182845.466000', '182845.468000', '182845.471000', '182845.473000', '182845.476000', '182905.283000', '182905.286000', '182905.288000', '182905.291000', '182905.293000', '182905.296000', '182905.298000', '182905.301000', '182905.303000', '182905.306000', '182905.308000', '182905.311000', '182905.314000', '182905.316000', '182905.319000', '182905.322000', '182905.325000', '182905.328000', '182905.330000', '182905.333000', '182905.335000', '182905.338000', '182905.341000', '182905.343000', '182905.346000', '182905.348000', '182905.351000', '182905.353000', '182905.357000', '182905.374000', '182905.376000', '182905.379000', '182905.382000', '182905.384000', '182905.387000', '182905.389000', '182905.392000', '182905.394000', '182905.397000', '182905.399000', '182905.402000', '182905.405000', '182905.407000', '182925.282000', '182925.285000', '182925.288000', '182925.291000', '182925.293000', '182925.296000', '182925.298000', '182925.301000', '182925.304000', '182925.306000', '182925.309000', '182925.311000', '182925.314000', '182925.317000', '182925.319000', '182925.322000', '182925.324000', '182925.327000', '182925.329000', '182925.332000', '182925.335000', '182925.337000', '182925.340000', '182925.342000', '182925.345000', '182925.347000', '182925.350000', '182925.353000', '182925.355000', '182925.358000', '182925.360000', '182925.363000', '182925.365000', '182925.368000', '182925.371000', '182925.373000', '182925.376000', '182925.378000', '182925.381000', '182925.383000', '182925.386000', '182925.388000', '182925.391000', '182925.394000', '182945.284000', '182945.286000', '182945.289000', '182945.292000', '182945.294000', '182945.301000', '182945.303000', '182945.306000', '182945.308000', '182945.311000', '182945.314000', '182945.317000', '182945.320000', '182945.323000', '182945.325000', '182945.328000', '182945.330000', '182945.333000', '182945.335000', '182945.338000', '182945.341000', '182945.343000', '182945.346000', '182945.348000', '182945.351000', '182945.354000', '182945.356000', '182945.359000', '182945.362000', '182945.364000', '182945.367000', '182945.369000', '182945.372000', '182945.374000', '182945.377000', '182945.380000', '182945.382000', '182945.385000', '182945.387000', '182945.390000', '182945.393000', '182945.395000', '182945.398000', '182945.401000', '183005.284000', '183005.286000', '183005.289000', '183005.292000', '183005.294000', '183005.297000', '183005.299000', '183005.302000', '183005.305000', '183005.307000', '183005.310000', '183005.312000', '183005.315000', '183005.318000', '183005.320000', '183005.323000', '183005.325000', '183005.328000', '183005.331000', '183005.333000', '183005.336000', '183005.338000', '183005.341000', '183005.343000', '183005.346000', '183005.349000', '183005.351000', '183005.354000', '183005.356000', '183005.359000', '183005.361000', '183005.364000', '183005.366000', '183005.369000', '183005.372000', '183005.374000', '183005.377000', '183005.379000', '183005.382000', '183005.384000', '183005.387000', '183005.390000', '183005.392000', '183025.283000', '183025.286000', '183025.289000', '183025.292000', '183025.294000', '183025.297000', '183025.300000', '183025.302000', '183025.305000', '183025.307000', '183025.310000', '183025.313000', '183025.315000', '183025.318000', '183025.320000', '183025.323000', '183025.326000', '183025.328000', '183025.331000', '183025.333000', '183025.336000', '183025.338000', '183025.341000', '183025.343000', '183025.346000', '183025.349000', '183025.351000', '183025.354000', '183025.356000', '183025.359000', '183025.362000', '183025.364000', '183025.367000', '183025.369000', '183025.372000', '183025.374000', '183025.377000', '183025.379000', '183025.382000', '183025.385000', '183025.387000', '183025.390000', '183025.392000', '183045.284000', '183045.286000', '183045.289000', '183045.292000', '183045.294000', '183045.297000', '183045.300000', '183045.302000', '183045.305000', '183045.307000', '183045.310000', '183045.313000', '183045.315000', '183045.318000', '183045.321000', '183045.323000', '183045.326000', '183045.328000', '183045.331000', '183045.333000', '183045.336000', '183045.339000', '183045.341000', '183045.344000', '183045.346000', '183045.349000', '183045.352000', '183045.354000', '183045.357000', '183045.359000', '183045.362000', '183045.364000', '183045.367000', '183045.370000', '183045.372000', '183045.375000', '183045.377000', '183045.380000', '183045.382000', '183045.398000', '183045.401000', '183045.403000', '183045.406000', '183045.408000', '183105.282000', '183105.285000', '183105.288000', '183105.291000', '183105.294000', '183105.296000', '183105.299000', '183105.302000', '183105.304000', '183105.307000', '183105.309000', '183105.312000', '183105.315000', '183105.317000', '183105.320000', '183105.323000', '183105.325000', '183105.328000', '183105.330000', '183105.333000', '183105.335000', '183105.338000', '183105.340000', '183105.343000', '183105.346000', '183105.348000', '183105.351000', '183105.354000', '183105.357000', '183105.359000', '183105.362000', '183105.365000', '183105.367000', '183105.370000', '183105.372000', '183105.375000', '183105.377000', '183105.380000', '183105.383000', '183105.385000', '183105.388000', '183105.390000', '183105.393000', '183125.282000', '183125.285000', '183125.288000', '183125.291000', '183125.293000', '183125.296000', '183125.298000', '183125.301000', '183125.303000', '183125.306000', '183125.309000', '183125.311000', '183125.314000', '183125.316000', '183125.319000', '183125.322000', '183125.324000', '183125.327000', '183125.329000', '183125.332000', '183125.335000', '183125.337000', '183125.340000', '183125.342000', '183125.345000', '183125.348000', '183125.350000', '183125.353000', '183125.355000', '183125.358000', '183125.360000', '183125.363000', '183125.366000', '183125.368000', '183125.371000', '183125.373000', '183125.376000', '183125.379000', '183125.381000', '183125.384000', '183125.386000', '183125.389000', '183125.391000', '183125.394000', '183145.282000', '183145.285000', '183145.288000', '183145.290000', '183145.293000', '183145.296000', '183145.298000', '183145.301000', '183145.303000', '183145.306000', '183145.309000', '183145.312000', '183145.315000', '183145.318000', '183145.321000', '183145.323000', '183145.326000', '183145.328000', '183145.331000', '183145.334000', '183145.336000', '183145.339000', '183145.341000', '183145.344000', '183145.347000', '183145.349000', '183145.352000', '183145.354000', '183145.357000', '183145.359000', '183145.362000', '183145.364000', '183145.367000', '183145.370000', '183145.372000', '183145.375000', '183145.377000', '183145.380000', '183145.383000', '183145.385000', '183145.388000', '183145.390000', '183145.393000', '183205.283000', '183205.286000', '183205.289000', '183205.292000', '183205.294000', '183205.297000', '183205.299000', '183205.302000', '183205.305000', '183205.307000', '183205.310000', '183205.312000', '183205.315000', '183205.318000', '183205.320000', '183205.323000', '183205.325000', '183205.328000', '183205.331000', '183205.333000', '183205.336000', '183205.338000', '183205.341000', '183205.344000', '183205.346000', '183205.349000', '183205.351000', '183205.354000', '183205.356000', '183205.359000', '183205.362000', '183205.364000', '183205.367000', '183205.369000', '183205.372000', '183205.375000', '183205.377000', '183205.380000', '183205.382000', '183205.385000', '183205.388000', '183205.390000', '183205.393000', '183205.395000', '183225.284000', '183225.287000', '183225.289000', '183225.292000', '183225.294000', '183225.297000', '183225.300000', '183225.302000', '183225.305000', '183225.308000', '183225.310000', '183225.313000', '183225.315000', '183225.318000', '183225.320000', '183225.323000', '183225.325000', '183225.328000', '183225.331000', '183225.333000', '183225.350000', '183225.353000', '183225.356000', '183225.359000', '183225.362000', '183225.365000', '183225.367000', '183225.370000', '183225.372000', '183225.375000', '183225.377000', '183225.380000', '183225.382000', '183225.385000', '183225.388000', '183225.390000', '183225.395000', '183225.398000', '183225.405000', '183225.407000', '183225.410000', '183225.412000', '183225.415000', '183245.284000', '183245.286000', '183245.289000', '183245.292000', '183245.294000', '183245.297000', '183245.300000', '183245.302000', '183245.305000', '183245.308000', '183245.310000', '183245.313000', '183245.315000', '183245.318000', '183245.321000', '183245.323000', '183245.326000', '183245.328000', '183245.331000', '183245.334000', '183245.336000', '183245.339000', '183245.342000', '183245.344000', '183245.347000', '183245.349000', '183245.352000', '183245.354000', '183245.357000', '183245.359000', '183245.362000', '183245.365000', '183245.367000', '183245.370000', '183245.372000', '183245.375000', '183245.377000', '183245.380000', '183245.383000', '183245.385000', '183245.388000', '183245.390000', '183245.393000', '183305.283000', '183305.286000', '183305.289000', '183305.291000', '183305.294000', '183305.297000', '183305.300000', '183305.302000', '183305.305000', '183305.308000', '183305.311000', '183305.314000', '183305.317000', '183305.319000', '183305.322000', '183305.324000', '183305.327000', '183305.330000', '183305.332000', '183305.335000', '183305.338000', '183305.340000', '183305.343000', '183305.345000', '183305.348000', '183305.350000', '183305.353000', '183305.356000', '183305.358000', '183305.361000', '183305.363000', '183305.366000', '183305.369000', '183305.371000', '183305.374000', '183305.376000', '183305.379000', '183305.382000', '183305.384000', '183305.387000', '183305.389000', '183305.392000', '183305.395000', '183305.397000', '183325.282000', '183325.285000', '183325.288000', '183325.291000', '183325.293000', '183325.296000', '183325.299000', '183325.301000', '183325.304000', '183325.306000', '183325.309000', '183325.311000', '183325.314000', '183325.317000', '183325.319000', '183325.322000', '183325.325000', '183325.327000', '183325.330000', '183325.332000', '183325.335000', '183325.337000', '183325.340000', '183325.342000', '183325.345000', '183325.348000', '183325.350000', '183325.353000', '183325.355000', '183325.358000', '183325.360000', '183325.363000', '183325.366000', '183325.368000', '183325.371000', '183325.373000', '183325.376000', '183325.379000', '183325.381000', '183325.384000', '183325.386000', '183325.389000', '183325.391000', '183325.394000', '183345.283000', '183345.285000', '183345.288000', '183345.291000', '183345.293000', '183345.296000', '183345.299000', '183345.301000', '183345.304000', '183345.306000', '183345.309000', '183345.312000', '183345.314000', '183345.317000', '183345.319000', '183345.322000', '183345.325000', '183345.327000', '183345.330000', '183345.333000', '183345.335000', '183345.338000', '183345.340000', '183345.343000', '183345.345000', '183345.348000', '183345.350000', '183345.353000', '183345.356000', '183345.358000', '183345.361000', '183345.384000', '183345.387000', '183345.389000', '183345.392000', '183345.394000', '183345.397000', '183345.399000', '183345.402000', '183345.405000', '183345.407000', '183345.410000', '183345.412000', '183405.282000', '183405.287000', '183405.290000', '183405.293000', '183405.295000', '183405.298000', '183405.301000', '183405.303000', '183405.306000', '183405.308000', '183405.311000', '183405.313000', '183405.316000', '183405.319000', '183405.321000', '183405.324000', '183405.327000', '183405.329000', '183405.332000', '183405.334000', '183405.337000', '183405.339000', '183405.342000', '183405.345000', '183405.347000', '183405.350000', '183405.353000', '183405.355000', '183405.358000', '183405.360000', '183405.363000', '183405.366000', '183405.368000', '183405.371000', '183405.373000', '183405.376000', '183405.378000', '183405.381000', '183405.384000', '183405.386000', '183405.389000', '183405.391000', '183405.394000', '183405.397000', '183425.284000', '183425.286000', '183425.289000', '183425.292000', '183425.294000', '183425.297000', '183425.299000', '183425.302000', '183425.305000', '183425.307000', '183425.310000', '183425.312000', '183425.315000', '183425.317000', '183425.320000', '183425.323000', '183425.325000', '183425.328000', '183425.330000', '183425.333000', '183425.336000', '183425.338000', '183425.341000', '183425.343000', '183425.346000', '183425.349000', '183425.351000', '183425.354000', '183425.356000', '183425.359000', '183425.361000', '183425.364000', '183425.367000', '183425.369000', '183425.372000', '183425.374000', '183425.377000', '183425.380000', '183425.382000', '183425.385000', '183425.388000', '183425.391000', '183425.394000', '183445.284000', '183445.287000', '183445.289000', '183445.292000', '183445.295000', '183445.297000', '183445.300000', '183445.303000', '183445.305000', '183445.308000', '183445.310000', '183445.313000', '183445.315000', '183445.318000', '183445.321000', '183445.323000', '183445.326000', '183445.329000', '183445.331000', '183445.334000', '183445.336000', '183445.339000', '183445.342000', '183445.344000', '183445.347000', '183445.349000', '183445.352000', '183445.355000', '183445.357000', '183445.360000', '183445.362000', '183445.365000', '183445.368000', '183445.370000', '183445.373000', '183445.375000', '183445.378000', '183445.380000', '183445.383000', '183445.385000', '183445.388000', '183445.391000', '183445.393000', '183445.396000', '183505.284000', '183505.287000', '183505.289000', '183505.292000', '183505.294000', '183505.297000', '183505.300000', '183505.302000', '183505.305000', '183505.307000', '183505.310000', '183505.313000', '183505.315000', '183505.318000', '183505.320000', '183505.323000', '183505.326000', '183505.328000', '183505.331000', '183505.333000', '183505.336000', '183505.338000', '183505.341000', '183505.344000', '183505.353000', '183505.356000', '183505.358000', '183505.361000', '183505.364000', '183505.366000', '183505.369000', '183505.371000', '183505.374000', '183505.376000', '183505.379000', '183505.382000', '183505.384000', '183505.387000', '183505.389000', '183505.392000', '183505.394000', '183505.409000', '183505.411000', '183525.284000', '183525.286000', '183525.289000', '183525.292000', '183525.294000', '183525.297000', '183525.299000', '183525.302000', '183525.305000', '183525.307000', '183525.310000', '183525.313000', '183525.316000', '183525.318000', '183525.321000', '183525.323000', '183525.326000', '183525.329000', '183525.331000', '183525.334000', '183525.336000', '183525.339000', '183525.341000', '183525.344000', '183525.347000', '183525.349000', '183525.352000', '183525.354000', '183525.357000', '183525.359000', '183525.362000', '183525.364000', '183525.367000', '183525.370000', '183525.372000', '183525.375000', '183525.377000', '183525.380000', '183525.382000', '183525.385000', '183525.387000', '183525.390000', '183525.393000', '183545.283000', '183545.286000', '183545.288000', '183545.291000', '183545.294000', '183545.296000', '183545.299000', '183545.301000', '183545.304000', '183545.306000', '183545.309000', '183545.312000', '183545.314000', '183545.317000', '183545.320000', '183545.322000', '183545.325000', '183545.327000', '183545.330000', '183545.333000', '183545.335000', '183545.338000', '183545.340000', '183545.343000', '183545.345000', '183545.348000', '183545.351000', '183545.354000', '183545.356000', '183545.359000', '183545.361000', '183545.364000', '183545.367000', '183545.369000', '183545.372000', '183545.374000', '183545.377000', '183545.380000', '183545.382000', '183545.385000', '183545.387000', '183545.390000', '183545.392000', '183545.395000', '183605.283000', '183605.285000', '183605.288000', '183605.291000', '183605.293000', '183605.296000', '183605.299000', '183605.301000', '183605.304000', '183605.306000', '183605.309000', '183605.312000', '183605.314000', '183605.317000', '183605.319000', '183605.322000', '183605.324000', '183605.327000', '183605.330000', '183605.332000', '183605.335000', '183605.337000', '183605.340000', '183605.343000', '183605.345000', '183605.348000', '183605.351000', '183605.353000', '183605.356000', '183605.359000', '183605.361000', '183605.364000', '183605.366000', '183605.369000', '183605.371000', '183605.374000', '183605.377000', '183605.379000', '183605.382000', '183605.385000', '183605.387000', '183605.390000', '183605.392000', '183605.395000', '183625.283000', '183625.286000', '183625.288000', '183625.291000', '183625.293000', '183625.296000', '183625.299000', '183625.301000', '183625.304000', '183625.307000', '183625.309000', '183625.312000', '183625.314000', '183625.317000', '183625.320000', '183625.322000', '183625.325000', '183625.327000', '183625.330000', '183625.332000', '183625.335000', '183625.337000', '183625.340000', '183625.343000', '183625.345000', '183625.348000', '183625.351000', '183625.353000', '183625.356000', '183625.358000', '183625.361000', '183625.364000', '183625.366000', '183625.369000', '183625.371000', '183625.374000', '183625.376000', '183625.379000', '183625.382000', '183625.384000', '183625.387000', '183625.389000', '183625.392000', '183645.284000', '183645.287000', '183645.289000', '183645.292000', '183645.294000', '183645.297000', '183645.300000', '183645.302000', '183645.305000', '183645.307000', '183645.310000', '183645.313000', '183645.315000', '183645.318000', '183645.320000', '183645.323000', '183645.326000', '183645.328000', '183645.331000', '183645.333000', '183645.336000', '183645.338000', '183645.341000', '183645.344000', '183645.347000', '183645.349000', '183645.352000', '183645.354000', '183645.357000', '183645.359000', '183645.362000', '183645.364000', '183645.367000', '183645.370000', '183645.372000', '183645.375000', '183645.378000', '183645.380000', '183645.383000', '183645.386000', '183645.388000', '183645.391000', '183645.393000', '183645.396000', '183705.284000', '183705.286000', '183705.289000', '183705.292000', '183705.294000', '183705.297000', '183705.299000', '183705.302000', '183705.305000', '183705.307000', '183705.310000', '183705.312000', '183705.315000', '183705.318000', '183705.320000', '183705.323000', '183705.325000', '183705.328000', '183705.331000', '183705.333000', '183705.336000', '183705.338000', '183705.341000', '183705.344000', '183705.346000', '183705.349000', '183705.352000', '183705.354000', '183705.357000', '183705.359000', '183705.362000', '183705.365000', '183705.367000', '183705.370000', '183705.372000', '183705.375000', '183705.378000', '183705.380000', '183705.383000', '183705.386000', '183705.388000', '183705.391000', '183705.394000', '183711.929000', '183711.932000', '183711.935000', '183711.938000', '183711.941000', '183711.943000', '183711.946000', '183711.949000', '183711.952000', '183711.955000', '183711.958000', '183711.961000', '183711.963000', '183711.967000', '183711.970000'], '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': [8453, 8549, 7528, 9513, 7056, 8476, 7033, 8350, 6857, 8348, 7285, 8054, 7075, 8777, 6961, 9083, 6992, 7934, 7058, 9067, 6905, 8277, 6811, 9065, 6662, 9060, 6750, 8025, 8097, 8246, 7952, 9246, 6897, 10620, 7132, 8985, 6697, 8137, 7395, 8157, 7928, 8527, 7547, 8601, 7684, 8756, 7543, 9609, 7325, 8710, 7587, 8614, 7470, 8619, 7045, 8363, 7317, 8407, 7601, 8397, 6762, 8294, 6919, 8121, 6934, 8166, 7383, 8024, 7711, 7977, 7612, 7863, 7848, 7780, 8725, 7723, 7787, 7902, 8589, 7814, 9672, 7423, 9130, 7570, 8800, 7229, 8528, 7964, 8380, 8527, 8565, 8201, 8549, 7087, 8228, 8195, 8334, 7915, 8485, 8035, 9258, 7043, 8227, 6971, 8498, 6916, 8442, 6790, 8226, 6760, 8237, 7005, 8383, 7091, 8251, 6911, 8363, 6933, 8489, 6912, 8476, 8580, 8357, 7143, 8339, 7195, 8182, 10088, 8204, 7787, 8200, 8255, 8168, 10094, 7965, 9349, 8085, 9144, 7723, 8617, 8389, 9071, 6861, 8294, 7039, 8152, 7112, 8071, 10577, 7938, 9678, 8049, 9153, 8088, 9259, 7420, 8653, 7549, 8514, 7906, 8467, 6821, 9066, 6970, 8380, 6791, 8468, 7193, 8200, 10544, 8513, 9785, 8018, 8934, 7712, 8933, 8375, 8306, 7351, 8481, 6784, 8361, 7220, 8272, 7138, 8198, 8432, 8227, 9730, 7600, 8713, 7813, 8548, 7915, 8468, 6886, 8390, 7347, 8378, 7841, 7954, 9087, 7901, 8720, 7269, 8573, 7912, 8673, 7351, 8363, 6678, 8334, 6763, 8267, 7312, 8109, 8096, 7967, 9614, 8079, 9271, 7928, 8688, 8593, 8519, 7140, 8267, 7171, 8063, 8797, 8202, 9374, 7454, 8530, 7426, 8527, 7301, 8738, 7537, 8316, 6937, 8441, 6905, 8488, 7152, 7969, 10150, 7580, 9259, 7544, 8595, 7699, 9131, 6576, 8457, 6742, 8144, 7413, 7986, 10331, 7801, 9382, 8137, 8877, 7658, 8609, 7393, 8293, 7001, 8322, 7410, 8175, 10606, 7758, 9251, 8239, 9147, 7425, 8321, 7372, 8476, 6905, 8226, 7181, 8140, 8623, 7868, 9692, 8208, 8611, 7594, 8699, 7262, 8573, 8374, 8347, 7776, 8892, 6924, 8366, 6737, 8336, 6695, 8306, 7045, 8124, 8195, 7858, 10020, 8151, 9210, 7620, 8613, 7494, 9062, 8178, 8350, 7922, 8928, 6886, 8254, 9448, 8057, 8182, 8109, 9130, 8074, 9600, 7527, 8569, 7501, 8454, 7483, 8564, 7010, 8923, 6768, 8291, 6846, 8164, 10126, 8275, 11149, 8329, 10213, 8309, 9078, 7494, 9000, 7915, 8323, 6984, 8354, 6972, 8215, 7076, 8094, 7061, 8014, 8016, 7875, 9281, 7878, 8119, 7923, 8090, 7758, 8272, 7659, 7824, 8008, 7627, 8030, 9373, 8387, 10430, 8474, 9848, 8329, 9970, 7515, 8631, 7649, 6904, 8434, 7794, 9244, 8031, 9313, 8356, 9762, 8205, 9948, 7226, 8831, 7539, 8479, 8208, 8311, 7141, 8322, 6899, 8341, 6854, 8875, 6882, 8653, 6845, 8414, 6748, 8258, 7383, 8066, 7368, 8190, 8294, 7946, 8926, 7722, 9920, 7371, 9066, 7423, 8496, 7258, 9007, 7142, 8466, 7279, 8500, 8008, 8377, 6640, 8388, 6809, 8379, 6775, 8319, 6952, 8294, 6957, 8245, 7045, 8131, 7379, 8000, 10950, 8025, 8200, 8009, 7773, 7994, 10871, 7913, 11055, 8260, 9917, 8202, 9496, 7671, 9599, 7375, 8612, 7841, 8460, 7635, 8554, 8531, 8696, 8306, 8159, 7372, 8262, 6916, 8108, 7684, 8219, 8509, 8407, 8563, 8259, 8536, 8257, 7913, 8401, 8258, 8567, 8298, 8348, 7757, 8497, 7754, 8668, 8020, 8297, 7983, 8551, 7521, 8676, 8121, 9309, 8557, 8635, 8606, 8420, 7002, 8751, 7196, 8865, 7015, 8639, 7262, 8788, 7236, 8990, 6992, 8216, 6924, 8468, 7181, 8576, 6930, 8374, 7070, 8400, 8269, 8265, 7755, 8349, 7256, 8327, 7236, 8288, 7552, 8344, 7224, 8351, 7449, 8353, 7113, 8811, 6995, 8961, 7075, 8525, 8306, 8422, 8708, 8389, 8737, 9037, 7623, 8444, 7926, 8401, 7264, 8490, 6816, 8587, 6983, 8337, 6763, 8198, 7195, 8182, 7406, 8309, 7010, 8357, 6995, 8599, 7197, 8276, 7412, 8275, 7280, 8141, 9222, 8260, 10814, 8410, 8894, 8028, 8420, 8105, 9966, 8130, 9447, 8182, 8881, 8079, 8810, 7247, 9101, 7804, 8269, 7784, 8542, 8113, 8490, 8417, 8415, 7751, 8289, 7907, 8944, 8590, 8325, 8595, 8360, 7251, 8573, 7218, 8199, 7128, 8290, 7692, 8164, 10624, 8450, 7560, 8356, 7901, 8397, 10214, 8443, 9610, 8677, 9595, 8424, 8994, 8255, 9480, 8225, 8582, 8703, 8109, 8660, 8480, 7746, 8236, 8835, 8174, 8459, 9025, 7384, 8882, 7709, 8399, 7338, 8081, 7654, 8189, 8456, 8415, 7285, 8220, 7344, 8138, 9162, 8390, 7820, 8092, 7411, 8123, 10332, 8385, 9353, 8458, 8554, 8467, 8184, 8138, 7460, 8236, 7054, 8225, 7115, 8082, 6933, 8294, 7185, 8155, 8113, 7993, 11015, 8128, 9743, 8050, 9078, 7670, 9583, 8374, 8778, 7110, 8329, 6972, 8148, 7419, 8156, 7320, 8026, 7230, 8104, 8362, 7947, 7258, 8180, 7071, 8086, 7198, 7854, 9092, 8095, 8799, 8059, 8829, 7575, 9182, 7455, 8310, 6960, 7984, 9327, 7445, 9877, 7201, 8623, 7887, 8271, 7947, 7954, 10134, 7696, 8480, 7694, 8247, 6962, 8260, 6798, 8157, 7689, 8968, 6713, 8327, 10681, 7876, 9931, 7804, 9197, 8412, 8695, 6894, 8174, 7515, 8299, 7889, 8166, 9586, 7540, 9297, 7569, 8455, 8312, 8562, 6891, 8247, 7026, 7931, 7700, 7978, 9726, 7766, 9246, 7917, 8217, 7098, 8066, 7448, 7943, 9076, 8345, 8788, 7880, 8745, 7965, 9787, 8197, 9293, 8214, 9194, 8334, 9512, 7614, 8896, 7859, 8957, 7612, 8664, 7956, 8575, 6955, 9057, 6755, 8196, 6712, 8197, 6806, 8549, 6828, 8446, 6660, 8364, 7598, 7959, 7503, 7899, 8987, 7444, 9420, 7416, 8154, 6709, 7973, 7701, 7713, 10070, 7770, 9133, 7494, 8539, 7432, 8363, 6673, 8289, 7284, 10732, 6931, 11955, 7176, 7251, 8128, 10196, 7693, 8764, 7215, 8391, 6937, 7613, 6954, 7922, 8458, 9870, 9211, 10064, 10621, 11229, 10343, 12554, 10157, 12854, 8623, 11124, 8800, 9549, 8630, 9534, 8291, 9333, 8248, 8190, 8091, 7959, 8058, 8013, 7797, 8116, 8368, 8378, 8691, 8052, 8550, 8092, 8528, 8257, 7591, 8212, 7897, 8054, 8083, 8234, 7127, 8856, 6836, 8954, 6908, 8300, 6893, 8065, 7506, 7911, 10596, 7882, 10217, 8385, 9326, 8051, 8678, 7850, 8630, 8048, 8632, 8527, 8329, 8536, 8248, 8022, 8291, 7708, 8204, 8832, 8402, 8763, 8557, 8259, 10519, 7349, 8315, 7076, 8173, 7430, 8358, 10345, 8048, 9694, 8260, 8154, 7379, 8157, 7402, 8156, 7153, 8004, 7387, 8047, 7546, 8010, 7640, 7529, 8559, 7994, 8882, 7932, 9160, 7568, 9831, 7473, 8693, 7540, 8654, 7599, 8502, 8231, 8265, 7510, 8924, 6686, 8128, 7360, 7904, 7623, 8100, 7521, 7875, 8932, 8090, 11045, 8239, 10282, 8070, 9721, 8219, 10257, 7585, 9151, 7645, 8816, 8574, 8250, 7278, 8127, 7754, 8214, 6949, 8238, 7268, 8088, 7793, 8048, 7479, 8131, 7611, 7954, 10519, 8105, 9252, 8402, 7823, 8015, 7263, 8104, 6931, 8107, 6998, 8366, 6956, 8240, 10218, 8697, 10647, 8465, 10229, 8447, 9996, 7960, 9451, 8066, 9072, 8596, 8640, 6778, 8211, 7875, 8144, 9605, 8263, 9687, 7739, 9462, 8331, 8190, 7964, 8791, 6983, 8203, 7184, 8100, 7810, 8028, 10528, 8195, 9785, 8160, 9649, 8095, 9659, 7727, 8490, 8315, 8299, 7562, 8216, 6970, 7917, 7177, 8157, 7845, 7995, 10886, 8367, 10049, 8425, 9451, 8080, 9248, 7837, 9362, 8513, 8349, 8324, 8277, 8513, 8592, 8646, 8315, 8490, 8268, 8186, 8633, 7987, 9235, 8100, 9056, 8135, 8819, 8404, 9693, 8596, 8729, 8104, 8399, 8284, 9526, 8073, 9336, 8353, 9065, 8367, 9522, 8266, 9160, 8613, 8940, 8629, 9618, 8755, 9968, 8508, 8400, 8333, 7703, 8377, 9162, 8437, 8021, 8302, 7855, 8184, 8033, 8231, 8233, 8213, 7712, 8070, 7622, 7936, 8072, 8113, 8077, 8091, 7396, 7911, 8125, 8157, 8443, 8201, 8555, 8175, 8609, 8665, 8971, 8550, 8368, 9102, 7040, 8539, 8637], 'WindowCenter': [3917.0, 3912.0, 3888.0, 3907.0, 3875.0, 3883.0, 3872.0, 3881.0, 3859.0, 3881.0, 3871.0, 3882.0, 3870.0, 3891.0, 3871.0, 3893.0, 3871.0, 3894.0, 3874.0, 3906.0, 3872.0, 3894.0, 3860.0, 3894.0, 3873.0, 3895.0, 3873.0, 3885.0, 3883.0, 3883.0, 3883.0, 3895.0, 3873.0, 3916.0, 3873.0, 3894.0, 3862.0, 3881.0, 3870.0, 3883.0, 3881.0, 3894.0, 3882.0, 3892.0, 3884.0, 3891.0, 3884.0, 3904.0, 3872.0, 3892.0, 3883.0, 3881.0, 3871.0, 3892.0, 3872.0, 3882.0, 3873.0, 3882.0, 3882.0, 3881.0, 3872.0, 3893.0, 3872.0, 3883.0, 3870.0, 3882.0, 3872.0, 3895.0, 3884.0, 3896.0, 3883.0, 3896.0, 3883.0, 3886.0, 3907.0, 3897.0, 3884.0, 3896.0, 3894.0, 3885.0, 3906.0, 3886.0, 3905.0, 3884.0, 3894.0, 3884.0, 3895.0, 3896.0, 3895.0, 3895.0, 3894.0, 3894.0, 3893.0, 3885.0, 3895.0, 3895.0, 3893.0, 3893.0, 3895.0, 3896.0, 3908.0, 3886.0, 3896.0, 3874.0, 3893.0, 3873.0, 3894.0, 3873.0, 3894.0, 3872.0, 3883.0, 3871.0, 3895.0, 3884.0, 3895.0, 3873.0, 3894.0, 3872.0, 3895.0, 3885.0, 3894.0, 3892.0, 3893.0, 3872.0, 3893.0, 3870.0, 3895.0, 3903.0, 3895.0, 3882.0, 3883.0, 3880.0, 3883.0, 3904.0, 3883.0, 3891.0, 3881.0, 3890.0, 3881.0, 3883.0, 3894.0, 3893.0, 3871.0, 3883.0, 3870.0, 3882.0, 3871.0, 3884.0, 3904.0, 3884.0, 3891.0, 3882.0, 3890.0, 3881.0, 3892.0, 3871.0, 3881.0, 3883.0, 3880.0, 3881.0, 3882.0, 3872.0, 3893.0, 3872.0, 3894.0, 3860.0, 3892.0, 3872.0, 3893.0, 3902.0, 3892.0, 3891.0, 3881.0, 3891.0, 3881.0, 3893.0, 3882.0, 3882.0, 3869.0, 3881.0, 3860.0, 3882.0, 3870.0, 3881.0, 3860.0, 3881.0, 3880.0, 3882.0, 3891.0, 3882.0, 3881.0, 3882.0, 3881.0, 3881.0, 3882.0, 3872.0, 3884.0, 3871.0, 3881.0, 3881.0, 3881.0, 3892.0, 3883.0, 3892.0, 3872.0, 3882.0, 3881.0, 3883.0, 3871.0, 3894.0, 3874.0, 3894.0, 3862.0, 3883.0, 3871.0, 3884.0, 3883.0, 3885.0, 3904.0, 3885.0, 3892.0, 3883.0, 3892.0, 3895.0, 3893.0, 3872.0, 3882.0, 3860.0, 3882.0, 3880.0, 3882.0, 3893.0, 3884.0, 3893.0, 3884.0, 3893.0, 3884.0, 3894.0, 3896.0, 3897.0, 3886.0, 3896.0, 3874.0, 3895.0, 3885.0, 3897.0, 3916.0, 3898.0, 3904.0, 3884.0, 3894.0, 3884.0, 3906.0, 3874.0, 3894.0, 3862.0, 3884.0, 3872.0, 3885.0, 3904.0, 3883.0, 3892.0, 3884.0, 3892.0, 3883.0, 3893.0, 3872.0, 3882.0, 3860.0, 3882.0, 3869.0, 3881.0, 3902.0, 3871.0, 3892.0, 3881.0, 3891.0, 3871.0, 3881.0, 3871.0, 3882.0, 3860.0, 3881.0, 3859.0, 3881.0, 3893.0, 3882.0, 3892.0, 3883.0, 3880.0, 3882.0, 3882.0, 3884.0, 3894.0, 3883.0, 3882.0, 3881.0, 3893.0, 3873.0, 3895.0, 3873.0, 3896.0, 3862.0, 3883.0, 3872.0, 3884.0, 3894.0, 3895.0, 3905.0, 3884.0, 3893.0, 3883.0, 3892.0, 3884.0, 3895.0, 3893.0, 3883.0, 3882.0, 3892.0, 3873.0, 3896.0, 3904.0, 3883.0, 3882.0, 3883.0, 3890.0, 3883.0, 3903.0, 3883.0, 3893.0, 3872.0, 3882.0, 3873.0, 3895.0, 3873.0, 3895.0, 3862.0, 3883.0, 3861.0, 3882.0, 3903.0, 3882.0, 3901.0, 3881.0, 3890.0, 3880.0, 3879.0, 3872.0, 3893.0, 3880.0, 3881.0, 3859.0, 3881.0, 3871.0, 3894.0, 3872.0, 3884.0, 3872.0, 3883.0, 3883.0, 3895.0, 3906.0, 3895.0, 3884.0, 3895.0, 3883.0, 3886.0, 3895.0, 3885.0, 3886.0, 3896.0, 3884.0, 3896.0, 3906.0, 3895.0, 3905.0, 3895.0, 3891.0, 3883.0, 3893.0, 3875.0, 3883.0, 3882.0, 3872.0, 3893.0, 3897.0, 3907.0, 3898.0, 3906.0, 3896.0, 3904.0, 3895.0, 3905.0, 3884.0, 3894.0, 3882.0, 3882.0, 3881.0, 3883.0, 3873.0, 3883.0, 3871.0, 3883.0, 3862.0, 3894.0, 3885.0, 3896.0, 3875.0, 3895.0, 3873.0, 3895.0, 3885.0, 3898.0, 3885.0, 3895.0, 3883.0, 3885.0, 3893.0, 3885.0, 3905.0, 3884.0, 3893.0, 3872.0, 3891.0, 3884.0, 3894.0, 3873.0, 3883.0, 3872.0, 3893.0, 3883.0, 3895.0, 3875.0, 3894.0, 3873.0, 3884.0, 3861.0, 3895.0, 3885.0, 3895.0, 3873.0, 3893.0, 3871.0, 3883.0, 3873.0, 3884.0, 3904.0, 3883.0, 3882.0, 3883.0, 3871.0, 3883.0, 3904.0, 3883.0, 3902.0, 3881.0, 3890.0, 3880.0, 3889.0, 3872.0, 3891.0, 3871.0, 3879.0, 3870.0, 3880.0, 3869.0, 3881.0, 3891.0, 3881.0, 3881.0, 3869.0, 3870.0, 3880.0, 3871.0, 3882.0, 3882.0, 3882.0, 3893.0, 3883.0, 3894.0, 3894.0, 3895.0, 3884.0, 3884.0, 3883.0, 3894.0, 3895.0, 3893.0, 3884.0, 3884.0, 3893.0, 3883.0, 3895.0, 3885.0, 3883.0, 3883.0, 3882.0, 3883.0, 3893.0, 3884.0, 3893.0, 3894.0, 3882.0, 3882.0, 3882.0, 3873.0, 3893.0, 3871.0, 3891.0, 3859.0, 3881.0, 3871.0, 3882.0, 3870.0, 3881.0, 3858.0, 3881.0, 3871.0, 3881.0, 3860.0, 3881.0, 3858.0, 3880.0, 3858.0, 3881.0, 3881.0, 3881.0, 3870.0, 3881.0, 3870.0, 3881.0, 3870.0, 3882.0, 3871.0, 3880.0, 3869.0, 3880.0, 3872.0, 3882.0, 3871.0, 3892.0, 3860.0, 3891.0, 3872.0, 3892.0, 3883.0, 3881.0, 3880.0, 3880.0, 3882.0, 3893.0, 3871.0, 3882.0, 3870.0, 3881.0, 3869.0, 3881.0, 3862.0, 3881.0, 3861.0, 3882.0, 3859.0, 3882.0, 3871.0, 3883.0, 3872.0, 3882.0, 3860.0, 3881.0, 3871.0, 3893.0, 3873.0, 3882.0, 3871.0, 3883.0, 3870.0, 3882.0, 3892.0, 3883.0, 3901.0, 3883.0, 3879.0, 3881.0, 3881.0, 3883.0, 3904.0, 3883.0, 3893.0, 3882.0, 3880.0, 3882.0, 3892.0, 3883.0, 3892.0, 3882.0, 3881.0, 3882.0, 3882.0, 3884.0, 3893.0, 3883.0, 3883.0, 3883.0, 3881.0, 3884.0, 3893.0, 3894.0, 3882.0, 3881.0, 3881.0, 3871.0, 3893.0, 3871.0, 3883.0, 3860.0, 3881.0, 3870.0, 3882.0, 3902.0, 3882.0, 3869.0, 3881.0, 3869.0, 3881.0, 3901.0, 3881.0, 3890.0, 3881.0, 3890.0, 3880.0, 3880.0, 3881.0, 3890.0, 3881.0, 3879.0, 3879.0, 3868.0, 3880.0, 3880.0, 3869.0, 3879.0, 3880.0, 3869.0, 3880.0, 3880.0, 3870.0, 3881.0, 3871.0, 3881.0, 3858.0, 3882.0, 3870.0, 3881.0, 3881.0, 3882.0, 3869.0, 3881.0, 3871.0, 3884.0, 3893.0, 3883.0, 3872.0, 3883.0, 3870.0, 3883.0, 3904.0, 3883.0, 3892.0, 3882.0, 3880.0, 3881.0, 3882.0, 3881.0, 3870.0, 3881.0, 3861.0, 3882.0, 3872.0, 3884.0, 3872.0, 3883.0, 3861.0, 3882.0, 3883.0, 3885.0, 3903.0, 3884.0, 3892.0, 3882.0, 3880.0, 3870.0, 3879.0, 3869.0, 3880.0, 3858.0, 3869.0, 3858.0, 3870.0, 3869.0, 3869.0, 3858.0, 3870.0, 3860.0, 3882.0, 3882.0, 3882.0, 3872.0, 3881.0, 3861.0, 3883.0, 3874.0, 3897.0, 3894.0, 3885.0, 3883.0, 3883.0, 3894.0, 3884.0, 3895.0, 3873.0, 3883.0, 3860.0, 3882.0, 3893.0, 3874.0, 3892.0, 3873.0, 3882.0, 3871.0, 3884.0, 3881.0, 3883.0, 3892.0, 3871.0, 3881.0, 3870.0, 3881.0, 3871.0, 3883.0, 3863.0, 3884.0, 3883.0, 3894.0, 3862.0, 3895.0, 3905.0, 3883.0, 3893.0, 3872.0, 3880.0, 3880.0, 3881.0, 3861.0, 3882.0, 3869.0, 3881.0, 3868.0, 3881.0, 3891.0, 3871.0, 3880.0, 3870.0, 3880.0, 3880.0, 3881.0, 3871.0, 3881.0, 3859.0, 3870.0, 3869.0, 3881.0, 3893.0, 3882.0, 3892.0, 3870.0, 3869.0, 3858.0, 3869.0, 3871.0, 3882.0, 3880.0, 3881.0, 3880.0, 3870.0, 3880.0, 3884.0, 3892.0, 3883.0, 3891.0, 3882.0, 3890.0, 3883.0, 3892.0, 3871.0, 3880.0, 3871.0, 3880.0, 3870.0, 3881.0, 3870.0, 3881.0, 3859.0, 3879.0, 3847.0, 3870.0, 3860.0, 3881.0, 3859.0, 3880.0, 3859.0, 3880.0, 3860.0, 3883.0, 3871.0, 3882.0, 3870.0, 3881.0, 3880.0, 3871.0, 3891.0, 3871.0, 3870.0, 3859.0, 3870.0, 3870.0, 3871.0, 3891.0, 3871.0, 3880.0, 3871.0, 3880.0, 3859.0, 3870.0, 3861.0, 3882.0, 3884.0, 3916.0, 3872.0, 3902.0, 3871.0, 3870.0, 3895.0, 3902.0, 3869.0, 3879.0, 3870.0, 3882.0, 3861.0, 3872.0, 3872.0, 3882.0, 3882.0, 3892.0, 3892.0, 3892.0, 3892.0, 3891.0, 3879.0, 3888.0, 3878.0, 3884.0, 3853.0, 3861.0, 3852.0, 3862.0, 3851.0, 3851.0, 3852.0, 3851.0, 3852.0, 3852.0, 3853.0, 3852.0, 3853.0, 3853.0, 3854.0, 3854.0, 3867.0, 3866.0, 3867.0, 3856.0, 3866.0, 3857.0, 3867.0, 3867.0, 3870.0, 3879.0, 3869.0, 3869.0, 3867.0, 3870.0, 3859.0, 3882.0, 3862.0, 3893.0, 3861.0, 3880.0, 3858.0, 3870.0, 3859.0, 3870.0, 3902.0, 3882.0, 3891.0, 3881.0, 3880.0, 3880.0, 3879.0, 3870.0, 3881.0, 3881.0, 3882.0, 3880.0, 3880.0, 3881.0, 3880.0, 3881.0, 3882.0, 3872.0, 3881.0, 3882.0, 3882.0, 3880.0, 3880.0, 3882.0, 3902.0, 3870.0, 3880.0, 3859.0, 3880.0, 3858.0, 3869.0, 3891.0, 3870.0, 3878.0, 3867.0, 3867.0, 3856.0, 3868.0, 3857.0, 3871.0, 3859.0, 3869.0, 3870.0, 3881.0, 3870.0, 3883.0, 3882.0, 3885.0, 3894.0, 3884.0, 3893.0, 3884.0, 3894.0, 3886.0, 3904.0, 3873.0, 3883.0, 3873.0, 3882.0, 3882.0, 3895.0, 3883.0, 3883.0, 3873.0, 3894.0, 3861.0, 3884.0, 3872.0, 3884.0, 3871.0, 3881.0, 3870.0, 3883.0, 3893.0, 3883.0, 3901.0, 3884.0, 3892.0, 3883.0, 3892.0, 3882.0, 3904.0, 3872.0, 3880.0, 3870.0, 3880.0, 3880.0, 3883.0, 3872.0, 3883.0, 3872.0, 3881.0, 3860.0, 3882.0, 3872.0, 3884.0, 3871.0, 3883.0, 3869.0, 3870.0, 3869.0, 3882.0, 3903.0, 3881.0, 3892.0, 3883.0, 3870.0, 3881.0, 3872.0, 3884.0, 3873.0, 3883.0, 3873.0, 3894.0, 3871.0, 3884.0, 3902.0, 3894.0, 3892.0, 3881.0, 3889.0, 3882.0, 3892.0, 3872.0, 3891.0, 3871.0, 3880.0, 3880.0, 3882.0, 3860.0, 3881.0, 3871.0, 3870.0, 3879.0, 3881.0, 3892.0, 3871.0, 3890.0, 3880.0, 3870.0, 3869.0, 3880.0, 3871.0, 3881.0, 3859.0, 3880.0, 3871.0, 3883.0, 3903.0, 3881.0, 3890.0, 3882.0, 3890.0, 3882.0, 3891.0, 3870.0, 3879.0, 3880.0, 3868.0, 3868.0, 3880.0, 3859.0, 3880.0, 3858.0, 3869.0, 3868.0, 3872.0, 3900.0, 3881.0, 3889.0, 3881.0, 3879.0, 3869.0, 3878.0, 3869.0, 3880.0, 3880.0, 3867.0, 3869.0, 3869.0, 3879.0, 3881.0, 3880.0, 3880.0, 3879.0, 3870.0, 3880.0, 3881.0, 3882.0, 3890.0, 3871.0, 3879.0, 3870.0, 3892.0, 3894.0, 3891.0, 3880.0, 3881.0, 3868.0, 3867.0, 3880.0, 3893.0, 3882.0, 3891.0, 3880.0, 3879.0, 3881.0, 3890.0, 3881.0, 3880.0, 3880.0, 3878.0, 3880.0, 3890.0, 3881.0, 3890.0, 3879.0, 3869.0, 3880.0, 3869.0, 3881.0, 3890.0, 3882.0, 3870.0, 3880.0, 3868.0, 3879.0, 3870.0, 3880.0, 3869.0, 3869.0, 3868.0, 3868.0, 3868.0, 3869.0, 3870.0, 3881.0, 3870.0, 3880.0, 3869.0, 3870.0, 3880.0, 3882.0, 3883.0, 3882.0, 3891.0, 3881.0, 3881.0, 3893.0, 3894.0, 3893.0, 3882.0, 3880.0, 3871.0, 3881.0, 3891.0], 'WindowWidth': [8786.0, 8768.0, 8728.0, 8751.0, 8706.0, 8713.0, 8694.0, 8704.0, 8673.0, 8703.0, 8692.0, 8709.0, 8690.0, 8720.0, 8692.0, 8722.0, 8692.0, 8728.0, 8701.0, 8745.0, 8696.0, 8727.0, 8678.0, 8726.0, 8700.0, 8731.0, 8699.0, 8715.0, 8712.0, 8711.0, 8712.0, 8730.0, 8701.0, 8758.0, 8697.0, 8725.0, 8680.0, 8704.0, 8690.0, 8710.0, 8707.0, 8724.0, 8709.0, 8720.0, 8711.0, 8720.0, 8714.0, 8741.0, 8697.0, 8720.0, 8709.0, 8704.0, 8693.0, 8721.0, 8697.0, 8707.0, 8697.0, 8707.0, 8707.0, 8706.0, 8695.0, 8725.0, 8694.0, 8710.0, 8690.0, 8708.0, 8696.0, 8731.0, 8716.0, 8732.0, 8712.0, 8733.0, 8713.0, 8721.0, 8750.0, 8737.0, 8717.0, 8735.0, 8729.0, 8718.0, 8748.0, 8721.0, 8744.0, 8715.0, 8727.0, 8715.0, 8731.0, 8734.0, 8731.0, 8730.0, 8727.0, 8726.0, 8725.0, 8719.0, 8732.0, 8730.0, 8726.0, 8726.0, 8730.0, 8734.0, 8754.0, 8722.0, 8734.0, 8701.0, 8726.0, 8697.0, 8730.0, 8699.0, 8727.0, 8696.0, 8712.0, 8692.0, 8731.0, 8716.0, 8729.0, 8699.0, 8727.0, 8696.0, 8731.0, 8718.0, 8729.0, 8723.0, 8723.0, 8694.0, 8723.0, 8691.0, 8729.0, 8739.0, 8728.0, 8708.0, 8710.0, 8704.0, 8711.0, 8740.0, 8713.0, 8720.0, 8707.0, 8716.0, 8705.0, 8709.0, 8727.0, 8724.0, 8692.0, 8710.0, 8690.0, 8708.0, 8692.0, 8713.0, 8741.0, 8713.0, 8719.0, 8708.0, 8715.0, 8706.0, 8722.0, 8694.0, 8705.0, 8709.0, 8702.0, 8706.0, 8709.0, 8697.0, 8725.0, 8696.0, 8727.0, 8677.0, 8721.0, 8698.0, 8726.0, 8735.0, 8722.0, 8718.0, 8705.0, 8717.0, 8706.0, 8724.0, 8708.0, 8707.0, 8687.0, 8704.0, 8674.0, 8708.0, 8689.0, 8704.0, 8676.0, 8704.0, 8700.0, 8706.0, 8719.0, 8707.0, 8705.0, 8706.0, 8703.0, 8703.0, 8706.0, 8696.0, 8713.0, 8692.0, 8706.0, 8704.0, 8706.0, 8720.0, 8711.0, 8723.0, 8694.0, 8707.0, 8706.0, 8708.0, 8693.0, 8727.0, 8700.0, 8726.0, 8682.0, 8710.0, 8692.0, 8713.0, 8714.0, 8717.0, 8741.0, 8715.0, 8721.0, 8711.0, 8721.0, 8729.0, 8726.0, 8695.0, 8709.0, 8675.0, 8706.0, 8703.0, 8708.0, 8723.0, 8714.0, 8722.0, 8714.0, 8723.0, 8714.0, 8728.0, 8736.0, 8737.0, 8719.0, 8734.0, 8702.0, 8730.0, 8717.0, 8738.0, 8762.0, 8738.0, 8741.0, 8714.0, 8725.0, 8714.0, 8747.0, 8701.0, 8728.0, 8682.0, 8712.0, 8694.0, 8715.0, 8740.0, 8712.0, 8721.0, 8712.0, 8721.0, 8710.0, 8724.0, 8696.0, 8708.0, 8675.0, 8706.0, 8685.0, 8705.0, 8734.0, 8692.0, 8718.0, 8704.0, 8715.0, 8690.0, 8705.0, 8692.0, 8706.0, 8674.0, 8704.0, 8671.0, 8704.0, 8723.0, 8708.0, 8720.0, 8710.0, 8703.0, 8707.0, 8708.0, 8713.0, 8725.0, 8711.0, 8708.0, 8706.0, 8723.0, 8697.0, 8731.0, 8699.0, 8730.0, 8682.0, 8711.0, 8695.0, 8714.0, 8728.0, 8730.0, 8742.0, 8714.0, 8724.0, 8711.0, 8722.0, 8715.0, 8730.0, 8726.0, 8710.0, 8708.0, 8720.0, 8697.0, 8731.0, 8738.0, 8711.0, 8705.0, 8708.0, 8716.0, 8710.0, 8739.0, 8711.0, 8723.0, 8695.0, 8707.0, 8696.0, 8728.0, 8701.0, 8729.0, 8682.0, 8711.0, 8678.0, 8708.0, 8737.0, 8708.0, 8732.0, 8702.0, 8713.0, 8700.0, 8697.0, 8694.0, 8723.0, 8702.0, 8705.0, 8672.0, 8704.0, 8694.0, 8729.0, 8695.0, 8713.0, 8695.0, 8710.0, 8711.0, 8731.0, 8746.0, 8731.0, 8714.0, 8730.0, 8713.0, 8720.0, 8733.0, 8720.0, 8720.0, 8733.0, 8715.0, 8734.0, 8748.0, 8732.0, 8743.0, 8728.0, 8719.0, 8709.0, 8722.0, 8700.0, 8709.0, 8708.0, 8695.0, 8726.0, 8736.0, 8751.0, 8740.0, 8747.0, 8733.0, 8741.0, 8728.0, 8744.0, 8715.0, 8727.0, 8709.0, 8708.0, 8706.0, 8709.0, 8698.0, 8710.0, 8693.0, 8710.0, 8683.0, 8729.0, 8719.0, 8733.0, 8704.0, 8731.0, 8699.0, 8730.0, 8720.0, 8739.0, 8718.0, 8732.0, 8711.0, 8715.0, 8725.0, 8718.0, 8743.0, 8714.0, 8725.0, 8696.0, 8719.0, 8713.0, 8728.0, 8698.0, 8710.0, 8696.0, 8724.0, 8711.0, 8729.0, 8704.0, 8728.0, 8699.0, 8712.0, 8680.0, 8730.0, 8718.0, 8730.0, 8697.0, 8725.0, 8692.0, 8709.0, 8697.0, 8713.0, 8739.0, 8710.0, 8706.0, 8708.0, 8690.0, 8709.0, 8739.0, 8710.0, 8734.0, 8704.0, 8712.0, 8700.0, 8712.0, 8693.0, 8717.0, 8690.0, 8699.0, 8688.0, 8699.0, 8686.0, 8703.0, 8718.0, 8703.0, 8702.0, 8684.0, 8686.0, 8701.0, 8694.0, 8708.0, 8707.0, 8707.0, 8723.0, 8710.0, 8729.0, 8728.0, 8729.0, 8712.0, 8713.0, 8711.0, 8727.0, 8730.0, 8725.0, 8711.0, 8712.0, 8722.0, 8710.0, 8730.0, 8715.0, 8711.0, 8709.0, 8706.0, 8710.0, 8722.0, 8715.0, 8724.0, 8725.0, 8707.0, 8706.0, 8706.0, 8699.0, 8723.0, 8692.0, 8718.0, 8673.0, 8704.0, 8692.0, 8705.0, 8687.0, 8703.0, 8669.0, 8701.0, 8691.0, 8705.0, 8675.0, 8703.0, 8669.0, 8699.0, 8668.0, 8702.0, 8704.0, 8703.0, 8687.0, 8701.0, 8685.0, 8702.0, 8689.0, 8706.0, 8689.0, 8702.0, 8684.0, 8702.0, 8693.0, 8707.0, 8690.0, 8718.0, 8674.0, 8718.0, 8695.0, 8722.0, 8708.0, 8703.0, 8701.0, 8700.0, 8706.0, 8723.0, 8690.0, 8707.0, 8687.0, 8702.0, 8685.0, 8704.0, 8680.0, 8704.0, 8677.0, 8704.0, 8671.0, 8706.0, 8692.0, 8711.0, 8693.0, 8706.0, 8674.0, 8703.0, 8691.0, 8724.0, 8696.0, 8708.0, 8690.0, 8707.0, 8687.0, 8707.0, 8720.0, 8710.0, 8731.0, 8708.0, 8699.0, 8702.0, 8702.0, 8710.0, 8739.0, 8710.0, 8721.0, 8707.0, 8701.0, 8706.0, 8720.0, 8711.0, 8722.0, 8708.0, 8704.0, 8707.0, 8707.0, 8712.0, 8725.0, 8710.0, 8709.0, 8709.0, 8704.0, 8711.0, 8724.0, 8726.0, 8706.0, 8704.0, 8704.0, 8692.0, 8725.0, 8692.0, 8708.0, 8674.0, 8702.0, 8688.0, 8706.0, 8733.0, 8706.0, 8686.0, 8702.0, 8685.0, 8704.0, 8732.0, 8705.0, 8715.0, 8702.0, 8712.0, 8700.0, 8700.0, 8703.0, 8714.0, 8703.0, 8697.0, 8696.0, 8680.0, 8700.0, 8702.0, 8685.0, 8698.0, 8700.0, 8684.0, 8700.0, 8702.0, 8690.0, 8704.0, 8689.0, 8703.0, 8670.0, 8706.0, 8688.0, 8705.0, 8704.0, 8705.0, 8684.0, 8704.0, 8690.0, 8713.0, 8723.0, 8709.0, 8693.0, 8710.0, 8690.0, 8710.0, 8739.0, 8710.0, 8719.0, 8705.0, 8700.0, 8703.0, 8706.0, 8704.0, 8689.0, 8704.0, 8677.0, 8708.0, 8696.0, 8713.0, 8694.0, 8710.0, 8677.0, 8708.0, 8710.0, 8714.0, 8736.0, 8711.0, 8719.0, 8705.0, 8699.0, 8686.0, 8697.0, 8684.0, 8699.0, 8669.0, 8684.0, 8668.0, 8686.0, 8685.0, 8684.0, 8668.0, 8685.0, 8672.0, 8706.0, 8707.0, 8707.0, 8691.0, 8705.0, 8676.0, 8710.0, 8701.0, 8734.0, 8727.0, 8715.0, 8710.0, 8710.0, 8725.0, 8714.0, 8729.0, 8696.0, 8708.0, 8674.0, 8707.0, 8722.0, 8700.0, 8720.0, 8695.0, 8705.0, 8689.0, 8710.0, 8703.0, 8709.0, 8719.0, 8689.0, 8701.0, 8687.0, 8702.0, 8690.0, 8710.0, 8683.0, 8711.0, 8710.0, 8725.0, 8681.0, 8728.0, 8742.0, 8708.0, 8720.0, 8692.0, 8700.0, 8699.0, 8703.0, 8676.0, 8704.0, 8684.0, 8702.0, 8681.0, 8703.0, 8716.0, 8691.0, 8700.0, 8687.0, 8700.0, 8699.0, 8705.0, 8692.0, 8703.0, 8671.0, 8688.0, 8685.0, 8704.0, 8722.0, 8706.0, 8716.0, 8686.0, 8685.0, 8666.0, 8683.0, 8690.0, 8705.0, 8700.0, 8702.0, 8697.0, 8686.0, 8701.0, 8711.0, 8719.0, 8709.0, 8716.0, 8707.0, 8713.0, 8709.0, 8719.0, 8691.0, 8702.0, 8690.0, 8700.0, 8685.0, 8702.0, 8689.0, 8702.0, 8670.0, 8697.0, 8653.0, 8686.0, 8674.0, 8703.0, 8671.0, 8701.0, 8671.0, 8700.0, 8676.0, 8710.0, 8691.0, 8706.0, 8687.0, 8703.0, 8701.0, 8691.0, 8718.0, 8688.0, 8687.0, 8671.0, 8687.0, 8686.0, 8690.0, 8717.0, 8690.0, 8699.0, 8690.0, 8699.0, 8670.0, 8685.0, 8677.0, 8705.0, 8714.0, 8757.0, 8692.0, 8730.0, 8691.0, 8688.0, 8731.0, 8733.0, 8684.0, 8696.0, 8686.0, 8706.0, 8676.0, 8690.0, 8691.0, 8705.0, 8707.0, 8721.0, 8720.0, 8719.0, 8717.0, 8714.0, 8696.0, 8705.0, 8691.0, 8693.0, 8647.0, 8656.0, 8645.0, 8658.0, 8643.0, 8641.0, 8647.0, 8643.0, 8648.0, 8647.0, 8651.0, 8647.0, 8652.0, 8649.0, 8653.0, 8652.0, 8677.0, 8674.0, 8675.0, 8658.0, 8673.0, 8661.0, 8677.0, 8678.0, 8687.0, 8698.0, 8682.0, 8682.0, 8680.0, 8685.0, 8669.0, 8704.0, 8681.0, 8722.0, 8676.0, 8699.0, 8668.0, 8687.0, 8669.0, 8686.0, 8732.0, 8706.0, 8716.0, 8703.0, 8697.0, 8700.0, 8697.0, 8689.0, 8704.0, 8705.0, 8705.0, 8702.0, 8700.0, 8702.0, 8700.0, 8704.0, 8706.0, 8693.0, 8702.0, 8704.0, 8704.0, 8701.0, 8701.0, 8706.0, 8734.0, 8686.0, 8700.0, 8669.0, 8698.0, 8667.0, 8683.0, 8716.0, 8686.0, 8693.0, 8678.0, 8677.0, 8661.0, 8679.0, 8665.0, 8688.0, 8671.0, 8684.0, 8687.0, 8703.0, 8689.0, 8711.0, 8709.0, 8715.0, 8726.0, 8713.0, 8723.0, 8712.0, 8725.0, 8718.0, 8741.0, 8698.0, 8710.0, 8696.0, 8705.0, 8708.0, 8727.0, 8711.0, 8708.0, 8695.0, 8723.0, 8678.0, 8713.0, 8696.0, 8711.0, 8692.0, 8705.0, 8688.0, 8708.0, 8723.0, 8711.0, 8731.0, 8710.0, 8717.0, 8706.0, 8716.0, 8707.0, 8737.0, 8691.0, 8700.0, 8686.0, 8698.0, 8700.0, 8707.0, 8693.0, 8707.0, 8691.0, 8702.0, 8674.0, 8706.0, 8695.0, 8712.0, 8690.0, 8708.0, 8685.0, 8687.0, 8685.0, 8706.0, 8734.0, 8704.0, 8719.0, 8706.0, 8686.0, 8703.0, 8693.0, 8712.0, 8697.0, 8712.0, 8697.0, 8727.0, 8692.0, 8713.0, 8733.0, 8725.0, 8720.0, 8704.0, 8711.0, 8703.0, 8719.0, 8691.0, 8715.0, 8688.0, 8697.0, 8699.0, 8704.0, 8675.0, 8703.0, 8688.0, 8688.0, 8696.0, 8700.0, 8717.0, 8691.0, 8714.0, 8701.0, 8685.0, 8683.0, 8701.0, 8690.0, 8704.0, 8672.0, 8701.0, 8689.0, 8710.0, 8735.0, 8705.0, 8713.0, 8704.0, 8712.0, 8706.0, 8717.0, 8688.0, 8698.0, 8699.0, 8682.0, 8683.0, 8703.0, 8673.0, 8700.0, 8667.0, 8684.0, 8682.0, 8691.0, 8728.0, 8702.0, 8710.0, 8701.0, 8695.0, 8683.0, 8694.0, 8685.0, 8699.0, 8699.0, 8678.0, 8682.0, 8682.0, 8697.0, 8702.0, 8701.0, 8699.0, 8697.0, 8685.0, 8700.0, 8703.0, 8707.0, 8714.0, 8689.0, 8696.0, 8687.0, 8718.0, 8726.0, 8718.0, 8702.0, 8700.0, 8683.0, 8679.0, 8703.0, 8720.0, 8705.0, 8715.0, 8701.0, 8697.0, 8700.0, 8713.0, 8702.0, 8699.0, 8699.0, 8694.0, 8700.0, 8712.0, 8704.0, 8712.0, 8698.0, 8682.0, 8698.0, 8683.0, 8703.0, 8715.0, 8704.0, 8686.0, 8700.0, 8682.0, 8697.0, 8686.0, 8701.0, 8684.0, 8684.0, 8680.0, 8680.0, 8680.0, 8684.0, 8688.0, 8703.0, 8687.0, 8701.0, 8684.0, 8688.0, 8700.0, 8707.0, 8709.0, 8706.0, 8718.0, 8703.0, 8703.0, 8723.0, 8727.0, 8722.0, 8706.0, 8699.0, 8690.0, 8702.0, 8718.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.0004852294372294373</td></tr>
<tr><td colspan=3>aqi</td><td>0.022738662251082255</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.72696333404675</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.205307160935875</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9989959100693231</td></tr>
<tr><td colspan=3>efc</td><td>0.4627</td></tr>
<tr><td colspan=3>fber</td><td>5733.6914</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08221622086545095</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>21</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.8181818181818181</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.44314239101331</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.37875657964966</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6123373013533886</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3383332920368813</td></tr>
<tr><td colspan=3>gcor</td><td>0.010471</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011575805023312569</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02491592988371849</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>4.056466902902757</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>31.881</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.436</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>143.7291</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303265.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>639.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>274.1797</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7767</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>418.9231</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3138.1988</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3340.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73279.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1097.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4019.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>823.371</td></tr>
<tr><td colspan=3>tsnr</td><td>44.80140348547138</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>