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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0127/ses-02/func/sub-0127_ses-02_task-alignvideo_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>b3f6975afb82c487c3385b4b84c42cd3</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:30:34.845000</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.997, 0.0538416, -0.0556111, -0.0550428, 0.998278, -0.0202977]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0868142</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4202, -7760, -7237, 319, -193, 87, -6, 176]</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>244.763</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a23f46fc-5ff9-42c3-bcb1-80649714d8bc||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.674877405166626, -0.14767584204673767, -0.14694060385227203, 124.10118865966797], [-0.14445315301418304, 2.6783061027526855, -0.06290390342473984, -97.88150787353516], [-0.14920048415660858, 0.05445710942149162, 2.6952645778656006, -79.38809967041016], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1158]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'AcquisitionTime': ['183034.845000', '183035.305000', '183035.765000', '183036.225000', '183036.685000', '183037.145000', '183037.605000', '183038.065000', '183038.525000', '183038.985000', '183039.445000', '183039.905000', '183040.365000', '183040.825000', '183041.285000', '183041.745000', '183042.205000', '183042.665000', '183043.125000', '183043.585000', '183044.045000', '183044.505000', '183044.965000', '183045.425000', '183045.885000', '183046.345000', '183046.805000', '183047.265000', '183047.725000', '183048.185000', '183048.645000', '183049.105000', '183049.565000', '183050.025000', '183050.485000', '183050.945000', '183051.405000', '183051.865000', '183052.325000', '183052.785000', '183053.245000', '183053.705000', '183054.165000', '183054.625000', '183055.085000', '183055.545000', '183056.005000', '183056.465000', '183056.925000', '183057.385000', '183057.845000', '183058.305000', '183058.765000', '183059.225000', '183059.685000', '183100.145000', '183100.605000', '183101.065000', '183101.525000', '183101.985000', '183102.445000', '183102.905000', '183103.365000', '183103.825000', '183104.285000', '183104.745000', '183105.205000', '183105.665000', '183106.125000', '183106.585000', '183107.045000', '183107.505000', '183107.965000', '183108.425000', '183108.885000', '183109.345000', '183109.805000', '183110.265000', '183110.725000', '183111.185000', '183111.645000', '183112.105000', '183112.565000', '183113.025000', '183113.485000', '183113.945000', '183114.405000', '183114.865000', '183115.325000', '183115.785000', '183116.245000', '183116.705000', '183117.165000', '183117.625000', '183118.085000', '183118.545000', '183119.005000', '183119.465000', '183119.925000', '183120.385000', '183120.845000', '183121.305000', '183121.765000', '183122.225000', '183122.685000', '183123.145000', '183123.605000', '183124.065000', '183124.525000', '183124.985000', '183125.445000', '183125.905000', '183126.365000', '183126.825000', '183127.285000', '183127.745000', '183128.205000', '183128.665000', '183129.125000', '183129.585000', '183130.045000', '183130.505000', '183130.965000', '183131.425000', '183131.885000', '183132.345000', '183132.805000', '183133.265000', '183133.725000', '183134.185000', '183134.645000', '183135.105000', '183135.565000', '183136.025000', '183136.485000', '183136.945000', '183137.405000', '183137.865000', '183138.325000', '183138.785000', '183139.245000', '183139.705000', '183140.165000', '183140.625000', '183141.085000', '183141.545000', '183142.005000', '183142.465000', '183142.925000', '183143.385000', '183143.845000', '183144.305000', '183144.765000', '183145.225000', '183145.685000', '183146.145000', '183146.605000', '183147.065000', '183147.525000', '183147.985000', '183148.445000', '183148.905000', '183149.365000', '183149.825000', '183150.285000', '183150.745000', '183151.205000', '183151.665000', '183152.125000', '183152.585000', '183153.045000', '183153.505000', '183153.965000', '183154.425000', '183154.885000', '183155.345000', '183155.805000', '183156.265000', '183156.725000', '183157.185000', '183157.645000', '183158.105000', '183158.565000', '183159.025000', '183159.485000', '183159.945000', '183200.405000', '183200.865000', '183201.325000', '183201.785000', '183202.245000', '183202.705000', '183203.165000', '183203.625000', '183204.085000', '183204.545000', '183205.005000', '183205.465000', '183205.925000', '183206.385000', '183206.845000', '183207.305000', '183207.765000', '183208.225000', '183208.685000', '183209.145000', '183209.605000', '183210.065000', '183210.525000', '183210.985000', '183211.445000', '183211.905000', '183212.365000', '183212.825000', '183213.285000', '183213.745000', '183214.205000', '183214.665000', '183215.125000', '183215.585000', '183216.045000', '183216.505000', '183216.965000', '183217.425000', '183217.885000', '183218.345000', '183218.805000', '183219.265000', '183219.725000', '183220.185000', '183220.645000', '183221.105000', '183221.565000', '183222.025000', '183222.485000', '183222.945000', '183223.405000', '183223.865000', '183224.325000', '183224.785000', '183225.245000', '183225.705000', '183226.165000', '183226.625000', '183227.085000', '183227.545000', '183228.005000', '183228.465000', '183228.925000', '183229.385000', '183229.845000', '183230.305000', '183230.765000', '183231.225000', '183231.685000', '183232.145000', '183232.605000', '183233.065000', '183233.525000', '183233.985000', '183234.445000', '183234.905000', '183235.365000', '183235.825000', '183236.285000', '183236.745000', '183237.205000', '183237.665000', '183238.125000', '183238.585000', '183239.045000', '183239.505000', '183239.965000', '183240.425000', '183240.885000', '183241.345000', '183241.805000', '183242.265000', '183242.725000', '183243.185000', '183243.645000', '183244.105000', '183244.565000', '183245.025000', '183245.485000', '183245.945000', '183246.405000', '183246.865000', '183247.325000', '183247.785000', '183248.245000', '183248.705000', '183249.165000', '183249.625000', '183250.085000', '183250.545000', '183251.005000', '183251.465000', '183251.925000', '183252.385000', '183252.845000', '183253.305000', '183253.765000', '183254.225000', '183254.685000', '183255.145000', '183255.605000', '183256.065000', '183256.525000', '183256.985000', '183257.445000', '183257.905000', '183258.365000', '183258.825000', '183259.285000', '183259.745000', '183300.205000', '183300.665000', '183301.125000', '183301.585000', '183302.045000', '183302.505000', '183302.965000', '183303.425000', '183303.885000', '183304.345000', '183304.805000', '183305.265000', '183305.725000', '183306.185000', '183306.645000', '183307.105000', '183307.565000', '183308.025000', '183308.485000', '183308.945000', '183309.405000', '183309.865000', '183310.325000', '183310.785000', '183311.245000', '183311.705000', '183312.165000', '183312.625000', '183313.085000', '183313.545000', '183314.005000', '183314.465000', '183314.925000', '183315.385000', '183315.845000', '183316.305000', '183316.765000', '183317.225000', '183317.685000', '183318.145000', '183318.605000', '183319.065000', '183319.525000', '183319.985000', '183320.445000', '183320.905000', '183321.365000', '183321.825000', '183322.285000', '183322.745000', '183323.205000', '183323.665000', '183324.125000', '183324.585000', '183325.045000', '183325.505000', '183325.965000', '183326.425000', '183326.885000', '183327.345000', '183327.805000', '183328.265000', '183328.725000', '183329.185000', '183329.645000', '183330.105000', '183330.565000', '183331.025000', '183331.485000', '183331.945000', '183332.405000', '183332.865000', '183333.325000', '183333.785000', '183334.245000', '183334.705000', '183335.165000', '183335.625000', '183336.085000', '183336.545000', '183337.005000', '183337.465000', '183337.925000', '183338.385000', '183338.845000', '183339.305000', '183339.765000', '183340.225000', '183340.685000', '183341.145000', '183341.605000', '183342.065000', '183342.525000', '183342.985000', '183343.445000', '183343.905000', '183344.365000', '183344.825000', '183345.285000', '183345.745000', '183346.205000', '183346.665000', '183347.125000', '183347.585000', '183348.045000', '183348.505000', '183348.965000', '183349.425000', '183349.885000', '183350.345000', '183350.805000', '183351.265000', '183351.725000', '183352.185000', '183352.645000', '183353.105000', '183353.565000', '183354.025000', '183354.485000', '183354.945000', '183355.405000', '183355.865000', '183356.325000', '183356.785000', '183357.245000', '183357.705000', '183358.165000', '183358.625000', '183359.085000', '183359.545000', '183400.005000', '183400.465000', '183400.925000', '183401.385000', '183401.845000', '183402.305000', '183402.765000', '183403.225000', '183403.685000', '183404.145000', '183404.605000', '183405.065000', '183405.525000', '183405.985000', '183406.445000', '183406.905000', '183407.365000', '183407.825000', '183408.285000', '183408.745000', '183409.205000', '183409.665000', '183410.125000', '183410.585000', '183411.045000', '183411.505000', '183411.965000', '183412.425000', '183412.885000', '183413.345000', '183413.805000', '183414.265000', '183414.725000', '183415.185000', '183415.645000', '183416.105000', '183416.565000', '183417.025000', '183417.485000', '183417.945000', '183418.405000', '183418.865000', '183419.325000', '183419.785000', '183420.245000', '183420.705000', '183421.165000', '183421.625000', '183422.085000', '183422.545000', '183423.005000', '183423.465000', '183423.925000', '183424.385000', '183424.845000', '183425.305000', '183425.765000', '183426.225000', '183426.685000', '183427.145000', '183427.605000', '183428.065000', '183428.525000', '183428.985000', '183429.445000', '183429.905000', '183430.365000', '183430.825000', '183431.285000', '183431.745000', '183432.205000', '183432.665000', '183433.125000', '183433.585000', '183434.045000', '183434.505000', '183434.965000', '183435.425000', '183435.885000', '183436.345000', '183436.805000', '183437.265000', '183437.725000', '183438.185000', '183438.645000', '183439.105000', '183439.565000', '183440.025000', '183440.485000', '183440.945000', '183441.405000', '183441.865000', '183442.325000', '183442.785000', '183443.245000', '183443.705000', '183444.165000', '183444.625000', '183445.085000', '183445.545000', '183446.005000', '183446.465000', '183446.925000', '183447.385000', '183447.845000', '183448.305000', '183448.765000', '183449.225000', '183449.685000', '183450.145000', '183450.605000', '183451.065000', '183451.525000', '183451.985000', '183452.445000', '183452.905000', '183453.365000', '183453.825000', '183454.285000', '183454.745000', '183455.205000', '183455.665000', '183456.125000', '183456.585000', '183457.045000', '183457.505000', '183457.965000', '183458.425000', '183458.885000', '183459.345000', '183459.805000', '183500.265000', '183500.725000', '183501.185000', '183501.645000', '183502.105000', '183502.565000', '183503.025000', '183503.485000', '183503.945000', '183504.405000', '183504.865000', '183505.325000', '183505.785000', '183506.245000', '183506.705000', '183507.165000', '183507.625000', '183508.085000', '183508.545000', '183509.005000', '183509.465000', '183509.925000', '183510.385000', '183510.845000', '183511.305000', '183511.765000', '183512.225000', '183512.685000', '183513.145000', '183513.605000', '183514.065000', '183514.525000', '183514.985000', '183515.445000', '183515.905000', '183516.365000', '183516.825000', '183517.285000', '183517.745000', '183518.205000', '183518.665000', '183519.125000', '183519.585000', '183520.045000', '183520.505000', '183520.965000', '183521.425000', '183521.885000', '183522.345000', '183522.805000', '183523.265000', '183523.725000', '183524.185000', '183524.645000', '183525.105000', '183525.565000', '183526.025000', '183526.485000', '183526.945000', '183527.405000', '183527.865000', '183528.325000', '183528.785000', '183529.245000', '183529.705000', '183530.165000', '183530.625000', '183531.085000', '183531.545000', '183532.005000', '183532.465000', '183532.925000', '183533.385000', '183533.845000', '183534.305000', '183534.765000', '183535.225000', '183535.685000', '183536.145000', '183536.605000', '183537.065000', '183537.525000', '183537.985000', '183538.445000', '183538.905000', '183539.365000', '183539.825000', '183540.285000', '183540.745000', '183541.205000', '183541.665000', '183542.125000', '183542.585000', '183543.045000', '183543.505000', '183543.965000', '183544.425000', '183544.885000', '183545.345000', '183545.805000', '183546.265000', '183546.725000', '183547.185000', '183547.645000', '183548.105000', '183548.565000', '183549.025000', '183549.485000', '183549.945000', '183550.405000', '183550.865000', '183551.325000', '183551.785000', '183552.245000', '183552.705000', '183553.165000', '183553.625000', '183554.085000', '183554.545000', '183555.005000', '183555.465000', '183555.925000', '183556.385000', '183556.845000', '183557.305000', '183557.765000', '183558.225000', '183558.685000', '183559.145000', '183559.605000', '183600.065000', '183600.525000', '183600.985000', '183601.445000', '183601.905000', '183602.365000', '183602.825000', '183603.285000', '183603.745000', '183604.205000', '183604.665000', '183605.125000', '183605.585000', '183606.045000', '183606.505000', '183606.965000', '183607.425000', '183607.885000', '183608.345000', '183608.805000', '183609.265000', '183609.725000', '183610.185000', '183610.645000', '183611.105000', '183611.565000', '183612.025000', '183612.485000', '183612.945000', '183613.405000', '183613.865000', '183614.325000', '183614.785000', '183615.245000', '183615.705000', '183616.165000', '183616.625000', '183617.085000', '183617.545000', '183618.005000', '183618.465000', '183618.925000', '183619.385000', '183619.845000', '183620.305000', '183620.765000', '183621.225000', '183621.685000', '183622.145000', '183622.605000', '183623.065000', '183623.525000', '183623.985000', '183624.445000', '183624.905000', '183625.365000', '183625.825000', '183626.285000', '183626.745000', '183627.205000', '183627.665000', '183628.125000', '183628.585000', '183629.045000', '183629.505000', '183629.965000', '183630.425000', '183630.885000', '183631.345000', '183631.805000', '183632.265000', '183632.725000', '183633.185000', '183633.645000', '183634.105000', '183634.565000', '183635.025000', '183635.485000', '183635.945000', '183636.405000', '183636.865000', '183637.325000', '183637.785000', '183638.245000', '183638.705000', '183639.165000', '183639.625000', '183640.085000', '183640.545000', '183641.005000', '183641.465000', '183641.925000', '183642.385000', '183642.845000', '183643.305000', '183643.765000', '183644.225000', '183644.685000', '183645.145000', '183645.605000', '183646.065000', '183646.525000', '183646.985000', '183647.445000', '183647.905000', '183648.365000', '183648.825000', '183649.285000', '183649.745000', '183650.205000', '183650.665000', '183651.125000', '183651.585000', '183652.045000', '183652.505000', '183652.965000', '183653.425000', '183653.885000', '183654.345000', '183654.805000', '183655.265000', '183655.725000', '183656.185000', '183656.645000', '183657.105000', '183657.565000', '183658.025000', '183658.485000', '183658.945000', '183659.405000', '183659.865000', '183700.325000', '183700.785000', '183701.245000', '183701.705000', '183702.165000', '183702.625000', '183703.085000', '183703.545000', '183704.005000', '183704.465000', '183704.925000', '183705.385000', '183705.845000', '183706.305000', '183706.765000', '183707.225000', '183707.685000', '183708.145000', '183708.605000', '183709.065000', '183709.525000', '183709.985000', '183710.445000', '183710.905000', '183711.365000', '183711.825000', '183712.285000', '183712.745000', '183713.205000', '183713.665000', '183714.125000', '183714.585000', '183715.045000', '183715.505000', '183715.965000', '183716.425000', '183716.885000', '183717.345000', '183717.805000', '183718.265000', '183718.725000', '183719.185000', '183719.645000', '183720.105000', '183720.565000', '183721.025000', '183721.485000', '183721.945000', '183722.405000', '183722.865000', '183723.325000', '183723.785000', '183724.245000', '183724.705000', '183725.165000', '183725.625000', '183726.085000', '183726.545000', '183727.005000', '183727.465000', '183727.925000', '183728.385000', '183728.845000', '183729.305000', '183729.765000', '183730.225000', '183730.685000', '183731.145000', '183731.605000', '183732.065000', '183732.525000', '183732.985000', '183733.445000', '183733.905000', '183734.365000', '183734.825000', '183735.285000', '183735.745000', '183736.205000', '183736.665000', '183737.125000', '183737.585000', '183738.045000', '183738.505000', '183738.965000', '183739.425000', '183739.885000', '183740.345000', '183740.805000', '183741.265000', '183741.725000', '183742.185000', '183742.645000', '183743.105000', '183743.565000', '183744.025000', '183744.485000', '183744.945000', '183745.405000', '183745.865000', '183746.325000', '183746.785000', '183747.245000', '183747.705000', '183748.165000', '183748.625000', '183749.085000', '183749.545000', '183750.005000', '183750.465000', '183750.925000', '183751.385000', '183751.845000', '183752.305000', '183752.765000', '183753.225000', '183753.685000', '183754.145000', '183754.605000', '183755.065000', '183755.525000', '183755.985000', '183756.445000', '183756.905000', '183757.365000', '183757.825000', '183758.285000', '183758.745000', '183759.205000', '183759.665000', '183800.125000', '183800.585000', '183801.045000', '183801.505000', '183801.965000', '183802.425000', '183802.885000', '183803.345000', '183803.805000', '183804.265000', '183804.725000', '183805.185000', '183805.645000', '183806.105000', '183806.565000', '183807.025000', '183807.485000', '183807.945000', '183808.405000', '183808.865000', '183809.325000', '183809.785000', '183810.245000', '183810.705000', '183811.165000', '183811.625000', '183812.085000', '183812.545000', '183813.005000', '183813.465000', '183813.925000', '183814.385000', '183814.845000', '183815.305000', '183815.765000', '183816.225000', '183816.685000', '183817.145000', '183817.605000', '183818.065000', '183818.525000', '183818.985000', '183819.445000', '183819.905000', '183820.365000', '183820.825000', '183821.285000', '183821.745000', '183822.205000', '183822.665000', '183823.125000', '183823.585000', '183824.045000', '183824.505000', '183824.965000', '183825.425000', '183825.885000', '183826.345000', '183826.805000', '183827.265000', '183827.725000', '183828.185000', '183828.645000', '183829.105000', '183829.565000', '183830.025000', '183830.485000', '183830.945000', '183831.405000', '183831.865000', '183832.325000', '183832.785000', '183833.245000', '183833.705000', '183834.165000', '183834.625000', '183835.085000', '183835.545000', '183836.005000', '183836.465000', '183836.925000', '183837.385000', '183837.845000', '183838.305000', '183838.765000', '183839.225000', '183839.685000', '183840.145000', '183840.605000', '183841.065000', '183841.525000', '183841.985000', '183842.445000', '183842.905000', '183843.365000', '183843.825000', '183844.285000', '183844.745000', '183845.205000', '183845.665000', '183846.125000', '183846.585000', '183847.045000', '183847.505000', '183847.965000', '183848.425000', '183848.885000', '183849.345000', '183849.805000', '183850.265000', '183850.725000', '183851.185000', '183851.645000', '183852.105000', '183852.565000', '183853.025000', '183853.485000', '183853.945000', '183854.405000', '183854.865000', '183855.325000', '183855.785000', '183856.245000', '183856.705000', '183857.165000', '183857.625000', '183858.085000', '183858.545000', '183859.005000', '183859.465000', '183859.925000', '183900.385000', '183900.845000', '183901.305000', '183901.765000', '183902.225000', '183902.685000', '183903.145000', '183903.605000', '183904.065000', '183904.525000', '183904.985000', '183905.445000', '183905.905000', '183906.365000', '183906.825000', '183907.285000', '183907.745000', '183908.205000', '183908.665000', '183909.125000', '183909.585000', '183910.045000', '183910.505000', '183910.965000', '183911.425000', '183911.885000', '183912.345000', '183912.805000', '183913.265000', '183913.725000', '183914.185000', '183914.645000', '183915.105000', '183915.565000', '183916.025000', '183916.485000', '183916.945000', '183917.405000', '183917.865000', '183918.325000', '183918.785000', '183919.245000', '183919.705000', '183920.165000', '183920.625000', '183921.085000', '183921.545000', '183922.005000', '183922.465000', '183922.925000', '183923.385000', '183923.845000', '183924.305000', '183924.765000', '183925.225000', '183925.685000', '183926.145000', '183926.605000', '183927.065000'], 'ContentTime': ['183050.012000', '183050.015000', '183050.017000', '183050.020000', '183050.023000', '183050.026000', '183050.029000', '183050.031000', '183050.034000', '183050.037000', '183050.039000', '183050.042000', '183050.045000', '183050.048000', '183050.051000', '183050.054000', '183050.057000', '183050.060000', '183050.062000', '183050.065000', '183050.068000', '183050.071000', '183050.073000', '183050.076000', '183050.079000', '183050.081000', '183050.084000', '183050.087000', '183050.089000', '183050.097000', '183109.959000', '183109.962000', '183109.965000', '183109.967000', '183109.970000', '183109.972000', '183109.975000', '183109.977000', '183109.980000', '183109.983000', '183109.985000', '183109.988000', '183109.990000', '183109.993000', '183109.995000', '183109.998000', '183110.002000', '183110.004000', '183110.007000', '183110.009000', '183110.012000', '183110.014000', '183110.017000', '183110.022000', '183110.025000', '183110.028000', '183110.030000', '183110.033000', '183110.035000', '183110.038000', '183110.040000', '183110.043000', '183110.045000', '183110.048000', '183110.050000', '183110.053000', '183110.055000', '183110.058000', '183110.060000', '183110.063000', '183110.066000', '183110.068000', '183110.071000', '183129.960000', '183129.962000', '183129.965000', '183129.968000', '183129.971000', '183129.974000', '183129.977000', '183129.980000', '183129.983000', '183129.985000', '183129.988000', '183129.991000', '183129.993000', '183129.996000', '183129.998000', '183130.002000', '183130.004000', '183130.007000', '183130.009000', '183130.012000', '183130.014000', '183130.024000', '183130.027000', '183130.029000', '183130.032000', '183130.035000', '183130.037000', '183130.040000', '183130.042000', '183130.045000', '183130.047000', '183130.050000', '183130.053000', '183130.055000', '183130.058000', '183130.060000', '183130.063000', '183130.065000', '183130.068000', '183130.071000', '183130.073000', '183130.076000', '183130.078000', '183149.959000', '183149.962000', '183149.965000', '183149.967000', '183149.970000', '183149.972000', '183149.975000', '183149.978000', '183149.980000', '183149.983000', '183149.985000', '183149.988000', '183149.990000', '183149.993000', '183149.996000', '183149.998000', '183150.002000', '183150.004000', '183150.007000', '183150.009000', '183150.012000', '183150.015000', '183150.017000', '183150.020000', '183150.022000', '183150.025000', '183150.027000', '183150.030000', '183150.033000', '183150.035000', '183150.038000', '183150.040000', '183150.043000', '183150.046000', '183150.048000', '183150.051000', '183150.053000', '183150.056000', '183150.059000', '183150.077000', '183150.080000', '183150.083000', '183150.085000', '183150.088000', '183209.958000', '183209.961000', '183209.964000', '183209.966000', '183209.969000', '183209.972000', '183209.974000', '183209.977000', '183209.979000', '183209.982000', '183209.984000', '183209.987000', '183209.989000', '183209.992000', '183209.995000', '183210.000000', '183210.003000', '183210.005000', '183210.008000', '183210.011000', '183210.013000', '183210.016000', '183210.018000', '183210.021000', '183210.023000', '183210.026000', '183210.029000', '183210.031000', '183210.034000', '183210.036000', '183210.039000', '183210.041000', '183210.044000', '183210.046000', '183210.049000', '183210.053000', '183210.055000', '183210.058000', '183210.061000', '183210.064000', '183210.067000', '183210.069000', '183210.072000', '183229.959000', '183229.974000', '183229.976000', '183229.979000', '183229.982000', '183229.984000', '183229.987000', '183229.989000', '183229.992000', '183229.995000', '183229.997000', '183230.000000', '183230.002000', '183230.005000', '183230.008000', '183230.016000', '183230.019000', '183230.022000', '183230.024000', '183230.027000', '183230.030000', '183230.032000', '183230.035000', '183230.038000', '183230.040000', '183230.043000', '183230.045000', '183230.048000', '183230.051000', '183230.053000', '183230.056000', '183230.058000', '183230.061000', '183230.064000', '183230.066000', '183230.069000', '183230.071000', '183230.074000', '183230.077000', '183230.079000', '183230.082000', '183230.084000', '183230.087000', '183230.089000', '183249.960000', '183249.962000', '183249.965000', '183249.968000', '183249.970000', '183249.973000', '183249.975000', '183249.978000', '183249.981000', '183249.983000', '183249.986000', '183249.989000', '183249.992000', '183249.994000', '183249.997000', '183250.001000', '183250.003000', '183250.006000', '183250.008000', '183250.011000', '183250.013000', '183250.016000', '183250.019000', '183250.021000', '183250.024000', '183250.026000', '183250.029000', '183250.032000', '183250.034000', '183250.037000', '183250.039000', '183250.042000', '183250.045000', '183250.047000', '183250.050000', '183250.052000', '183250.055000', '183250.057000', '183250.060000', '183250.063000', '183250.065000', '183250.068000', '183250.070000', '183309.960000', '183309.962000', '183309.965000', '183309.968000', '183309.970000', '183309.973000', '183309.975000', '183309.978000', '183309.980000', '183309.983000', '183309.986000', '183309.988000', '183309.991000', '183309.993000', '183309.996000', '183309.998000', '183310.002000', '183310.005000', '183310.007000', '183310.010000', '183310.012000', '183310.015000', '183310.018000', '183310.020000', '183310.023000', '183310.025000', '183310.028000', '183310.031000', '183310.033000', '183310.036000', '183310.038000', '183310.041000', '183310.044000', '183310.046000', '183310.049000', '183310.051000', '183310.054000', '183310.057000', '183310.059000', '183310.062000', '183310.064000', '183310.067000', '183310.069000', '183310.072000', '183329.959000', '183329.962000', '183329.965000', '183329.967000', '183329.970000', '183329.973000', '183329.975000', '183329.978000', '183329.981000', '183329.983000', '183329.986000', '183329.988000', '183329.991000', '183329.994000', '183329.996000', '183330.000000', '183330.003000', '183330.005000', '183330.008000', '183330.039000', '183330.042000', '183330.045000', '183330.048000', '183330.050000', '183330.053000', '183330.056000', '183330.058000', '183330.061000', '183330.063000', '183330.066000', '183330.068000', '183330.071000', '183330.074000', '183330.076000', '183330.079000', '183330.081000', '183330.084000', '183330.086000', '183330.089000', '183330.092000', '183330.095000', '183330.097000', '183330.100000', '183349.959000', '183349.962000', '183349.965000', '183349.967000', '183349.970000', '183349.973000', '183349.975000', '183349.978000', '183349.981000', '183349.983000', '183349.986000', '183349.988000', '183349.991000', '183349.994000', '183349.996000', '183350.000000', '183350.002000', '183350.005000', '183350.008000', '183350.010000', '183350.013000', '183350.015000', '183350.018000', '183350.021000', '183350.023000', '183350.026000', '183350.028000', '183350.031000', '183350.033000', '183350.036000', '183350.039000', '183350.041000', '183350.044000', '183350.046000', '183350.049000', '183350.052000', '183350.054000', '183350.057000', '183350.059000', '183350.062000', '183350.065000', '183350.067000', '183350.070000', '183350.072000', '183409.959000', '183409.962000', '183409.965000', '183409.968000', '183409.970000', '183409.973000', '183409.976000', '183409.978000', '183409.981000', '183409.983000', '183409.986000', '183409.988000', '183409.991000', '183409.994000', '183409.996000', '183410.000000', '183410.002000', '183410.005000', '183410.008000', '183410.010000', '183410.013000', '183410.017000', '183410.019000', '183410.022000', '183410.025000', '183410.027000', '183410.030000', '183410.032000', '183410.035000', '183410.038000', '183410.040000', '183410.043000', '183410.045000', '183410.048000', '183410.050000', '183410.053000', '183410.056000', '183410.058000', '183410.061000', '183410.063000', '183410.066000', '183410.068000', '183410.071000', '183429.959000', '183429.961000', '183429.964000', '183429.967000', '183429.969000', '183429.972000', '183429.975000', '183429.977000', '183429.980000', '183429.982000', '183429.985000', '183429.987000', '183429.990000', '183429.993000', '183429.995000', '183429.998000', '183430.001000', '183430.004000', '183430.007000', '183430.009000', '183430.012000', '183430.014000', '183430.017000', '183430.020000', '183430.022000', '183430.025000', '183430.027000', '183430.030000', '183430.032000', '183430.035000', '183430.038000', '183430.040000', '183430.043000', '183430.046000', '183430.048000', '183430.051000', '183430.053000', '183430.056000', '183430.059000', '183430.061000', '183430.064000', '183430.066000', '183430.069000', '183430.071000', '183449.959000', '183449.962000', '183449.965000', '183449.968000', '183449.970000', '183449.973000', '183449.975000', '183449.978000', '183449.980000', '183449.983000', '183449.986000', '183449.988000', '183449.991000', '183449.994000', '183449.996000', '183449.999000', '183450.001000', '183450.004000', '183450.007000', '183450.009000', '183450.012000', '183450.014000', '183450.017000', '183450.019000', '183450.022000', '183450.025000', '183450.027000', '183450.030000', '183450.032000', '183450.035000', '183450.038000', '183450.040000', '183450.043000', '183450.046000', '183450.048000', '183450.051000', '183450.054000', '183450.056000', '183450.059000', '183450.061000', '183450.064000', '183450.066000', '183450.069000', '183509.960000', '183509.993000', '183509.996000', '183510.000000', '183510.002000', '183510.005000', '183510.008000', '183510.011000', '183510.014000', '183510.016000', '183510.019000', '183510.021000', '183510.024000', '183510.027000', '183510.029000', '183510.032000', '183510.035000', '183510.037000', '183510.040000', '183510.043000', '183510.046000', '183510.049000', '183510.052000', '183510.054000', '183510.057000', '183510.059000', '183510.062000', '183510.065000', '183510.067000', '183510.070000', '183510.072000', '183510.075000', '183510.078000', '183510.080000', '183510.083000', '183510.085000', '183510.088000', '183510.091000', '183510.093000', '183510.096000', '183510.098000', '183510.101000', '183510.104000', '183510.106000', '183529.959000', '183529.962000', '183529.965000', '183529.968000', '183529.970000', '183529.973000', '183529.975000', '183529.978000', '183529.981000', '183529.983000', '183529.986000', '183529.988000', '183529.991000', '183529.993000', '183529.996000', '183530.000000', '183530.002000', '183530.005000', '183530.007000', '183530.010000', '183530.013000', '183530.015000', '183530.018000', '183530.020000', '183530.023000', '183530.025000', '183530.028000', '183530.031000', '183530.033000', '183530.036000', '183530.038000', '183530.041000', '183530.044000', '183530.046000', '183530.049000', '183530.051000', '183530.054000', '183530.056000', '183530.059000', '183530.062000', '183530.064000', '183530.068000', '183530.070000', '183549.960000', '183549.963000', '183549.965000', '183549.968000', '183549.970000', '183549.973000', '183549.976000', '183549.978000', '183549.981000', '183549.983000', '183549.986000', '183549.989000', '183549.991000', '183549.994000', '183549.997000', '183550.000000', '183550.003000', '183550.005000', '183550.008000', '183550.011000', '183550.013000', '183550.016000', '183550.019000', '183550.021000', '183550.024000', '183550.026000', '183550.029000', '183550.032000', '183550.034000', '183550.037000', '183550.040000', '183550.042000', '183550.045000', '183550.047000', '183550.050000', '183550.053000', '183550.055000', '183550.058000', '183550.060000', '183550.063000', '183550.067000', '183550.070000', '183550.073000', '183550.075000', '183609.960000', '183609.962000', '183609.965000', '183609.968000', '183609.971000', '183609.973000', '183609.976000', '183609.979000', '183609.982000', '183609.984000', '183609.987000', '183609.989000', '183609.992000', '183609.995000', '183609.997000', '183610.001000', '183610.004000', '183610.006000', '183610.009000', '183610.011000', '183610.014000', '183610.017000', '183610.020000', '183610.022000', '183610.025000', '183610.027000', '183610.030000', '183610.033000', '183610.035000', '183610.038000', '183610.041000', '183610.043000', '183610.046000', '183610.048000', '183610.051000', '183610.054000', '183610.056000', '183610.059000', '183610.061000', '183610.064000', '183610.067000', '183610.070000', '183610.072000', '183629.959000', '183629.962000', '183629.965000', '183629.968000', '183629.970000', '183629.973000', '183629.975000', '183629.978000', '183629.981000', '183629.983000', '183629.986000', '183629.988000', '183629.991000', '183629.994000', '183629.996000', '183630.000000', '183630.002000', '183630.005000', '183630.008000', '183630.010000', '183630.013000', '183630.016000', '183630.018000', '183630.021000', '183630.023000', '183630.026000', '183630.053000', '183630.055000', '183630.058000', '183630.060000', '183630.063000', '183630.066000', '183630.068000', '183630.071000', '183630.073000', '183630.076000', '183630.078000', '183630.081000', '183630.084000', '183630.086000', '183630.089000', '183630.092000', '183630.094000', '183630.097000', '183649.959000', '183649.961000', '183649.964000', '183649.968000', '183649.970000', '183649.973000', '183649.975000', '183649.978000', '183649.981000', '183649.984000', '183649.986000', '183649.989000', '183649.992000', '183649.994000', '183649.997000', '183650.001000', '183650.003000', '183650.006000', '183650.008000', '183650.011000', '183650.014000', '183650.016000', '183650.019000', '183650.021000', '183650.024000', '183650.027000', '183650.029000', '183650.032000', '183650.035000', '183650.037000', '183650.040000', '183650.042000', '183650.045000', '183650.048000', '183650.050000', '183650.053000', '183650.055000', '183650.058000', '183650.060000', '183650.063000', '183650.066000', '183650.068000', '183650.071000', '183709.960000', '183709.963000', '183709.966000', '183709.968000', '183709.971000', '183709.974000', '183709.976000', '183709.979000', '183709.982000', '183709.984000', '183709.987000', '183709.989000', '183709.992000', '183709.995000', '183709.997000', '183710.000000', '183710.002000', '183710.005000', '183710.016000', '183710.018000', '183710.021000', '183710.024000', '183710.026000', '183710.029000', '183710.031000', '183710.034000', '183710.037000', '183710.039000', '183710.042000', '183710.045000', '183710.047000', '183710.050000', '183710.052000', '183710.055000', '183710.058000', '183710.060000', '183710.063000', '183710.066000', '183710.068000', '183710.071000', '183710.073000', '183710.076000', '183710.079000', '183729.960000', '183729.963000', '183729.966000', '183729.969000', '183729.971000', '183729.974000', '183729.977000', '183729.979000', '183729.982000', '183729.984000', '183729.987000', '183729.990000', '183729.992000', '183729.995000', '183729.997000', '183730.001000', '183730.004000', '183730.006000', '183730.009000', '183730.011000', '183730.014000', '183730.017000', '183730.019000', '183730.022000', '183730.024000', '183730.027000', '183730.030000', '183730.032000', '183730.035000', '183730.037000', '183730.040000', '183730.043000', '183730.045000', '183730.048000', '183730.050000', '183730.053000', '183730.056000', '183730.058000', '183730.061000', '183730.063000', '183730.066000', '183730.069000', '183730.071000', '183730.074000', '183749.960000', '183749.963000', '183749.965000', '183749.968000', '183749.971000', '183749.973000', '183749.976000', '183749.979000', '183749.982000', '183749.984000', '183749.987000', '183749.990000', '183749.992000', '183749.995000', '183749.998000', '183750.002000', '183750.005000', '183750.009000', '183750.012000', '183750.015000', '183750.017000', '183750.020000', '183750.023000', '183750.039000', '183750.041000', '183750.044000', '183750.047000', '183750.049000', '183750.052000', '183750.055000', '183750.057000', '183750.060000', '183750.062000', '183750.065000', '183750.068000', '183750.070000', '183750.073000', '183750.076000', '183750.078000', '183750.081000', '183750.084000', '183750.086000', '183750.089000', '183809.960000', '183809.963000', '183809.965000', '183809.968000', '183809.971000', '183809.973000', '183809.976000', '183809.978000', '183809.981000', '183809.984000', '183809.986000', '183809.989000', '183809.991000', '183809.994000', '183809.997000', '183810.000000', '183810.003000', '183810.006000', '183810.008000', '183810.011000', '183810.014000', '183810.016000', '183810.019000', '183810.021000', '183810.024000', '183810.027000', '183810.029000', '183810.032000', '183810.034000', '183810.037000', '183810.039000', '183810.042000', '183810.045000', '183810.047000', '183810.050000', '183810.052000', '183810.055000', '183810.058000', '183810.060000', '183810.063000', '183810.065000', '183810.068000', '183810.071000', '183810.073000', '183829.960000', '183829.963000', '183829.965000', '183829.968000', '183829.971000', '183829.973000', '183829.976000', '183829.979000', '183829.981000', '183829.984000', '183829.986000', '183829.989000', '183829.992000', '183829.994000', '183829.997000', '183830.001000', '183830.003000', '183830.006000', '183830.009000', '183830.012000', '183830.015000', '183830.018000', '183830.021000', '183830.024000', '183830.028000', '183830.030000', '183830.033000', '183830.036000', '183830.038000', '183830.041000', '183830.043000', '183830.046000', '183830.049000', '183830.051000', '183830.054000', '183830.057000', '183830.059000', '183830.062000', '183830.064000', '183830.067000', '183830.070000', '183830.072000', '183830.075000', '183849.959000', '183849.962000', '183849.965000', '183849.968000', '183849.971000', '183849.974000', '183849.976000', '183849.979000', '183849.982000', '183849.984000', '183849.987000', '183849.989000', '183849.992000', '183849.995000', '183849.997000', '183850.001000', '183850.003000', '183850.006000', '183850.009000', '183850.017000', '183850.020000', '183850.022000', '183850.025000', '183850.028000', '183850.030000', '183850.033000', '183850.035000', '183850.038000', '183850.041000', '183850.043000', '183850.046000', '183850.048000', '183850.051000', '183850.054000', '183850.056000', '183850.059000', '183850.062000', '183850.064000', '183850.067000', '183850.069000', '183850.072000', '183850.075000', '183850.077000', '183850.080000', '183909.959000', '183909.961000', '183909.964000', '183909.967000', '183909.969000', '183909.972000', '183909.975000', '183909.977000', '183909.980000', '183909.982000', '183909.985000', '183909.988000', '183909.990000', '183909.993000', '183909.995000', '183909.998000', '183910.002000', '183910.004000', '183910.007000', '183910.010000', '183910.012000', '183910.015000', '183910.017000', '183910.020000', '183910.023000', '183910.025000', '183910.028000', '183910.030000', '183910.033000', '183910.036000', '183910.038000', '183910.041000', '183910.043000', '183910.046000', '183910.061000', '183910.064000', '183910.066000', '183910.069000', '183910.071000', '183910.074000', '183910.077000', '183910.079000', '183910.082000', '183910.084000', '183928.799000', '183928.802000', '183928.805000', '183928.808000', '183928.811000', '183928.814000', '183928.817000', '183928.820000', '183928.823000', '183928.837000', '183928.841000', '183928.846000', '183928.851000', '183928.854000', '183928.858000', '183928.860000', '183928.863000', '183928.866000', '183928.871000', '183928.874000', '183928.877000', '183928.887000', '183928.890000', '183928.897000', '183928.900000', '183928.909000', '183928.911000', '183928.914000', '183928.917000', '183928.930000', '183928.933000', '183928.936000', '183928.938000', '183928.945000', '183928.947000', '183928.950000', '183928.953000', '183928.956000', '183928.959000', '183928.961000', '183928.964000'], 'InstanceCreationTime': ['183050.012000', '183050.015000', '183050.017000', '183050.020000', '183050.023000', '183050.026000', '183050.029000', '183050.031000', '183050.034000', '183050.037000', '183050.039000', '183050.042000', '183050.045000', '183050.048000', '183050.051000', '183050.054000', '183050.057000', '183050.060000', '183050.062000', '183050.065000', '183050.068000', '183050.071000', '183050.073000', '183050.076000', '183050.079000', '183050.081000', '183050.084000', '183050.087000', '183050.089000', '183050.097000', '183109.959000', '183109.962000', '183109.965000', '183109.967000', '183109.970000', '183109.972000', '183109.975000', '183109.977000', '183109.980000', '183109.983000', '183109.985000', '183109.988000', '183109.990000', '183109.993000', '183109.995000', '183109.998000', '183110.002000', '183110.004000', '183110.007000', '183110.009000', '183110.012000', '183110.014000', '183110.017000', '183110.022000', '183110.025000', '183110.028000', '183110.030000', '183110.033000', '183110.035000', '183110.038000', '183110.040000', '183110.043000', '183110.045000', '183110.048000', '183110.050000', '183110.053000', '183110.055000', '183110.058000', '183110.060000', '183110.063000', '183110.066000', '183110.068000', '183110.071000', '183129.960000', '183129.962000', '183129.965000', '183129.968000', '183129.971000', '183129.974000', '183129.977000', '183129.980000', '183129.983000', '183129.985000', '183129.988000', '183129.991000', '183129.993000', '183129.996000', '183129.998000', '183130.002000', '183130.004000', '183130.007000', '183130.009000', '183130.012000', '183130.014000', '183130.024000', '183130.027000', '183130.029000', '183130.032000', '183130.035000', '183130.037000', '183130.040000', '183130.042000', '183130.045000', '183130.047000', '183130.050000', '183130.053000', '183130.055000', '183130.058000', '183130.060000', '183130.063000', '183130.065000', '183130.068000', '183130.071000', '183130.073000', '183130.076000', '183130.078000', '183149.959000', '183149.962000', '183149.965000', '183149.967000', '183149.970000', '183149.972000', '183149.975000', '183149.978000', '183149.980000', '183149.983000', '183149.985000', '183149.988000', '183149.990000', '183149.993000', '183149.996000', '183149.998000', '183150.002000', '183150.004000', '183150.007000', '183150.009000', '183150.012000', '183150.015000', '183150.017000', '183150.020000', '183150.022000', '183150.025000', '183150.027000', '183150.030000', '183150.033000', '183150.035000', '183150.038000', '183150.040000', '183150.043000', '183150.046000', '183150.048000', '183150.051000', '183150.053000', '183150.056000', '183150.059000', '183150.077000', '183150.080000', '183150.083000', '183150.085000', '183150.088000', '183209.958000', '183209.961000', '183209.964000', '183209.966000', '183209.969000', '183209.972000', '183209.974000', '183209.977000', '183209.979000', '183209.982000', '183209.984000', '183209.987000', '183209.989000', '183209.992000', '183209.995000', '183210.000000', '183210.003000', '183210.005000', '183210.008000', '183210.011000', '183210.013000', '183210.016000', '183210.018000', '183210.021000', '183210.023000', '183210.026000', '183210.029000', '183210.031000', '183210.034000', '183210.036000', '183210.039000', '183210.041000', '183210.044000', '183210.046000', '183210.049000', '183210.053000', '183210.055000', '183210.058000', '183210.061000', '183210.064000', '183210.067000', '183210.069000', '183210.072000', '183229.959000', '183229.974000', '183229.976000', '183229.979000', '183229.982000', '183229.984000', '183229.987000', '183229.989000', '183229.992000', '183229.995000', '183229.997000', '183230.000000', '183230.002000', '183230.005000', '183230.008000', '183230.016000', '183230.019000', '183230.022000', '183230.024000', '183230.027000', '183230.030000', '183230.032000', '183230.035000', '183230.038000', '183230.040000', '183230.043000', '183230.045000', '183230.048000', '183230.051000', '183230.053000', '183230.056000', '183230.058000', '183230.061000', '183230.064000', '183230.066000', '183230.069000', '183230.071000', '183230.074000', '183230.077000', '183230.079000', '183230.082000', '183230.084000', '183230.087000', '183230.089000', '183249.960000', '183249.962000', '183249.965000', '183249.968000', '183249.970000', '183249.973000', '183249.975000', '183249.978000', '183249.981000', '183249.983000', '183249.986000', '183249.989000', '183249.992000', '183249.994000', '183249.997000', '183250.001000', '183250.003000', '183250.006000', '183250.008000', '183250.011000', '183250.013000', '183250.016000', '183250.019000', '183250.021000', '183250.024000', '183250.026000', '183250.029000', '183250.032000', '183250.034000', '183250.037000', '183250.039000', '183250.042000', '183250.045000', '183250.047000', '183250.050000', '183250.052000', '183250.055000', '183250.057000', '183250.060000', '183250.063000', '183250.065000', '183250.068000', '183250.070000', '183309.960000', '183309.962000', '183309.965000', '183309.968000', '183309.970000', '183309.973000', '183309.975000', '183309.978000', '183309.980000', '183309.983000', '183309.986000', '183309.988000', '183309.991000', '183309.993000', '183309.996000', '183309.998000', '183310.002000', '183310.005000', '183310.007000', '183310.010000', '183310.012000', '183310.015000', '183310.018000', '183310.020000', '183310.023000', '183310.025000', '183310.028000', '183310.031000', '183310.033000', '183310.036000', '183310.038000', '183310.041000', '183310.044000', '183310.046000', '183310.049000', '183310.051000', '183310.054000', '183310.057000', '183310.059000', '183310.062000', '183310.064000', '183310.067000', '183310.069000', '183310.072000', '183329.959000', '183329.962000', '183329.965000', '183329.967000', '183329.970000', '183329.973000', '183329.975000', '183329.978000', '183329.981000', '183329.983000', '183329.986000', '183329.988000', '183329.991000', '183329.994000', '183329.996000', '183330.000000', '183330.003000', '183330.005000', '183330.008000', '183330.039000', '183330.042000', '183330.045000', '183330.048000', '183330.050000', '183330.053000', '183330.056000', '183330.058000', '183330.061000', '183330.063000', '183330.066000', '183330.068000', '183330.071000', '183330.074000', '183330.076000', '183330.079000', '183330.081000', '183330.084000', '183330.086000', '183330.089000', '183330.092000', '183330.095000', '183330.097000', '183330.100000', '183349.959000', '183349.962000', '183349.965000', '183349.967000', '183349.970000', '183349.973000', '183349.975000', '183349.978000', '183349.981000', '183349.983000', '183349.986000', '183349.988000', '183349.991000', '183349.994000', '183349.996000', '183350.000000', '183350.002000', '183350.005000', '183350.008000', '183350.010000', '183350.013000', '183350.015000', '183350.018000', '183350.021000', '183350.023000', '183350.026000', '183350.028000', '183350.031000', '183350.033000', '183350.036000', '183350.039000', '183350.041000', '183350.044000', '183350.046000', '183350.049000', '183350.052000', '183350.054000', '183350.057000', '183350.059000', '183350.062000', '183350.065000', '183350.067000', '183350.070000', '183350.072000', '183409.959000', '183409.962000', '183409.965000', '183409.968000', '183409.970000', '183409.973000', '183409.976000', '183409.978000', '183409.981000', '183409.983000', '183409.986000', '183409.988000', '183409.991000', '183409.994000', '183409.996000', '183410.000000', '183410.002000', '183410.005000', '183410.008000', '183410.010000', '183410.013000', '183410.017000', '183410.019000', '183410.022000', '183410.025000', '183410.027000', '183410.030000', '183410.032000', '183410.035000', '183410.038000', '183410.040000', '183410.043000', '183410.045000', '183410.048000', '183410.050000', '183410.053000', '183410.056000', '183410.058000', '183410.061000', '183410.063000', '183410.066000', '183410.068000', '183410.071000', '183429.959000', '183429.961000', '183429.964000', '183429.967000', '183429.969000', '183429.972000', '183429.975000', '183429.977000', '183429.980000', '183429.982000', '183429.985000', '183429.987000', '183429.990000', '183429.993000', '183429.995000', '183429.998000', '183430.001000', '183430.004000', '183430.007000', '183430.009000', '183430.012000', '183430.014000', '183430.017000', '183430.020000', '183430.022000', '183430.025000', '183430.027000', '183430.030000', '183430.032000', '183430.035000', '183430.038000', '183430.040000', '183430.043000', '183430.046000', '183430.048000', '183430.051000', '183430.053000', '183430.056000', '183430.059000', '183430.061000', '183430.064000', '183430.066000', '183430.069000', '183430.071000', '183449.959000', '183449.962000', '183449.965000', '183449.968000', '183449.970000', '183449.973000', '183449.975000', '183449.978000', '183449.980000', '183449.983000', '183449.986000', '183449.988000', '183449.991000', '183449.994000', '183449.996000', '183449.999000', '183450.001000', '183450.004000', '183450.007000', '183450.009000', '183450.012000', '183450.014000', '183450.017000', '183450.019000', '183450.022000', '183450.025000', '183450.027000', '183450.030000', '183450.032000', '183450.035000', '183450.038000', '183450.040000', '183450.043000', '183450.046000', '183450.048000', '183450.051000', '183450.054000', '183450.056000', '183450.059000', '183450.061000', '183450.064000', '183450.066000', '183450.069000', '183509.960000', '183509.993000', '183509.996000', '183510.000000', '183510.002000', '183510.005000', '183510.008000', '183510.011000', '183510.014000', '183510.016000', '183510.019000', '183510.021000', '183510.024000', '183510.027000', '183510.029000', '183510.032000', '183510.035000', '183510.037000', '183510.040000', '183510.043000', '183510.046000', '183510.049000', '183510.052000', '183510.054000', '183510.057000', '183510.059000', '183510.062000', '183510.065000', '183510.067000', '183510.070000', '183510.072000', '183510.075000', '183510.078000', '183510.080000', '183510.083000', '183510.085000', '183510.088000', '183510.091000', '183510.093000', '183510.096000', '183510.098000', '183510.101000', '183510.104000', '183510.106000', '183529.959000', '183529.962000', '183529.965000', '183529.968000', '183529.970000', '183529.973000', '183529.975000', '183529.978000', '183529.981000', '183529.983000', '183529.986000', '183529.988000', '183529.991000', '183529.993000', '183529.996000', '183530.000000', '183530.002000', '183530.005000', '183530.007000', '183530.010000', '183530.013000', '183530.015000', '183530.018000', '183530.020000', '183530.023000', '183530.025000', '183530.028000', '183530.031000', '183530.033000', '183530.036000', '183530.038000', '183530.041000', '183530.044000', '183530.046000', '183530.049000', '183530.051000', '183530.054000', '183530.056000', '183530.059000', '183530.062000', '183530.064000', '183530.068000', '183530.070000', '183549.960000', '183549.963000', '183549.965000', '183549.968000', '183549.970000', '183549.973000', '183549.976000', '183549.978000', '183549.981000', '183549.983000', '183549.986000', '183549.989000', '183549.991000', '183549.994000', '183549.997000', '183550.000000', '183550.003000', '183550.005000', '183550.008000', '183550.011000', '183550.013000', '183550.016000', '183550.019000', '183550.021000', '183550.024000', '183550.026000', '183550.029000', '183550.032000', '183550.034000', '183550.037000', '183550.040000', '183550.042000', '183550.045000', '183550.047000', '183550.050000', '183550.053000', '183550.055000', '183550.058000', '183550.060000', '183550.063000', '183550.067000', '183550.070000', '183550.073000', '183550.075000', '183609.960000', '183609.962000', '183609.965000', '183609.968000', '183609.971000', '183609.973000', '183609.976000', '183609.979000', '183609.982000', '183609.984000', '183609.987000', '183609.989000', '183609.992000', '183609.995000', '183609.997000', '183610.001000', '183610.004000', '183610.006000', '183610.009000', '183610.011000', '183610.014000', '183610.017000', '183610.020000', '183610.022000', '183610.025000', '183610.027000', '183610.030000', '183610.033000', '183610.035000', '183610.038000', '183610.041000', '183610.043000', '183610.046000', '183610.048000', '183610.051000', '183610.054000', '183610.056000', '183610.059000', '183610.061000', '183610.064000', '183610.067000', '183610.070000', '183610.072000', '183629.959000', '183629.962000', '183629.965000', '183629.968000', '183629.970000', '183629.973000', '183629.975000', '183629.978000', '183629.981000', '183629.983000', '183629.986000', '183629.988000', '183629.991000', '183629.994000', '183629.996000', '183630.000000', '183630.002000', '183630.005000', '183630.008000', '183630.010000', '183630.013000', '183630.016000', '183630.018000', '183630.021000', '183630.023000', '183630.026000', '183630.053000', '183630.055000', '183630.058000', '183630.060000', '183630.063000', '183630.066000', '183630.068000', '183630.071000', '183630.073000', '183630.076000', '183630.078000', '183630.081000', '183630.084000', '183630.086000', '183630.089000', '183630.092000', '183630.094000', '183630.097000', '183649.959000', '183649.961000', '183649.964000', '183649.968000', '183649.970000', '183649.973000', '183649.975000', '183649.978000', '183649.981000', '183649.984000', '183649.986000', '183649.989000', '183649.992000', '183649.994000', '183649.997000', '183650.001000', '183650.003000', '183650.006000', '183650.008000', '183650.011000', '183650.014000', '183650.016000', '183650.019000', '183650.021000', '183650.024000', '183650.027000', '183650.029000', '183650.032000', '183650.035000', '183650.037000', '183650.040000', '183650.042000', '183650.045000', '183650.048000', '183650.050000', '183650.053000', '183650.055000', '183650.058000', '183650.060000', '183650.063000', '183650.066000', '183650.068000', '183650.071000', '183709.960000', '183709.963000', '183709.966000', '183709.968000', '183709.971000', '183709.974000', '183709.976000', '183709.979000', '183709.982000', '183709.984000', '183709.987000', '183709.989000', '183709.992000', '183709.995000', '183709.997000', '183710.000000', '183710.002000', '183710.005000', '183710.016000', '183710.018000', '183710.021000', '183710.024000', '183710.026000', '183710.029000', '183710.031000', '183710.034000', '183710.037000', '183710.039000', '183710.042000', '183710.045000', '183710.047000', '183710.050000', '183710.052000', '183710.055000', '183710.058000', '183710.060000', '183710.063000', '183710.066000', '183710.068000', '183710.071000', '183710.073000', '183710.076000', '183710.079000', '183729.960000', '183729.963000', '183729.966000', '183729.969000', '183729.971000', '183729.974000', '183729.977000', '183729.979000', '183729.982000', '183729.984000', '183729.987000', '183729.990000', '183729.992000', '183729.995000', '183729.997000', '183730.001000', '183730.004000', '183730.006000', '183730.009000', '183730.011000', '183730.014000', '183730.017000', '183730.019000', '183730.022000', '183730.024000', '183730.027000', '183730.030000', '183730.032000', '183730.035000', '183730.037000', '183730.040000', '183730.043000', '183730.045000', '183730.048000', '183730.050000', '183730.053000', '183730.056000', '183730.058000', '183730.061000', '183730.063000', '183730.066000', '183730.069000', '183730.071000', '183730.074000', '183749.960000', '183749.963000', '183749.965000', '183749.968000', '183749.971000', '183749.973000', '183749.976000', '183749.979000', '183749.982000', '183749.984000', '183749.987000', '183749.990000', '183749.992000', '183749.995000', '183749.998000', '183750.002000', '183750.005000', '183750.009000', '183750.012000', '183750.015000', '183750.017000', '183750.020000', '183750.023000', '183750.039000', '183750.041000', '183750.044000', '183750.047000', '183750.049000', '183750.052000', '183750.055000', '183750.057000', '183750.060000', '183750.062000', '183750.065000', '183750.068000', '183750.070000', '183750.073000', '183750.076000', '183750.078000', '183750.081000', '183750.084000', '183750.086000', '183750.089000', '183809.960000', '183809.963000', '183809.965000', '183809.968000', '183809.971000', '183809.973000', '183809.976000', '183809.978000', '183809.981000', '183809.984000', '183809.986000', '183809.989000', '183809.991000', '183809.994000', '183809.997000', '183810.000000', '183810.003000', '183810.006000', '183810.008000', '183810.011000', '183810.014000', '183810.016000', '183810.019000', '183810.021000', '183810.024000', '183810.027000', '183810.029000', '183810.032000', '183810.034000', '183810.037000', '183810.039000', '183810.042000', '183810.045000', '183810.047000', '183810.050000', '183810.052000', '183810.055000', '183810.058000', '183810.060000', '183810.063000', '183810.065000', '183810.068000', '183810.071000', '183810.073000', '183829.960000', '183829.963000', '183829.965000', '183829.968000', '183829.971000', '183829.973000', '183829.976000', '183829.979000', '183829.981000', '183829.984000', '183829.986000', '183829.989000', '183829.992000', '183829.994000', '183829.997000', '183830.001000', '183830.003000', '183830.006000', '183830.009000', '183830.012000', '183830.015000', '183830.018000', '183830.021000', '183830.024000', '183830.028000', '183830.030000', '183830.033000', '183830.036000', '183830.038000', '183830.041000', '183830.043000', '183830.046000', '183830.049000', '183830.051000', '183830.054000', '183830.057000', '183830.059000', '183830.062000', '183830.064000', '183830.067000', '183830.070000', '183830.072000', '183830.075000', '183849.959000', '183849.962000', '183849.965000', '183849.968000', '183849.971000', '183849.974000', '183849.976000', '183849.979000', '183849.982000', '183849.984000', '183849.987000', '183849.989000', '183849.992000', '183849.995000', '183849.997000', '183850.001000', '183850.003000', '183850.006000', '183850.009000', '183850.017000', '183850.020000', '183850.022000', '183850.025000', '183850.028000', '183850.030000', '183850.033000', '183850.035000', '183850.038000', '183850.041000', '183850.043000', '183850.046000', '183850.048000', '183850.051000', '183850.054000', '183850.056000', '183850.059000', '183850.062000', '183850.064000', '183850.067000', '183850.069000', '183850.072000', '183850.075000', '183850.077000', '183850.080000', '183909.959000', '183909.961000', '183909.964000', '183909.967000', '183909.969000', '183909.972000', '183909.975000', '183909.977000', '183909.980000', '183909.982000', '183909.985000', '183909.988000', '183909.990000', '183909.993000', '183909.995000', '183909.998000', '183910.002000', '183910.004000', '183910.007000', '183910.010000', '183910.012000', '183910.015000', '183910.017000', '183910.020000', '183910.023000', '183910.025000', '183910.028000', '183910.030000', '183910.033000', '183910.036000', '183910.038000', '183910.041000', '183910.043000', '183910.046000', '183910.061000', '183910.064000', '183910.066000', '183910.069000', '183910.071000', '183910.074000', '183910.077000', '183910.079000', '183910.082000', '183910.084000', '183928.799000', '183928.802000', '183928.805000', '183928.808000', '183928.811000', '183928.814000', '183928.817000', '183928.820000', '183928.823000', '183928.837000', '183928.841000', '183928.846000', '183928.851000', '183928.854000', '183928.858000', '183928.860000', '183928.863000', '183928.866000', '183928.871000', '183928.874000', '183928.877000', '183928.887000', '183928.890000', '183928.897000', '183928.900000', '183928.909000', '183928.911000', '183928.914000', '183928.917000', '183928.930000', '183928.933000', '183928.936000', '183928.938000', '183928.945000', '183928.947000', '183928.950000', '183928.953000', '183928.956000', '183928.959000', '183928.961000', '183928.964000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'LargestImagePixelValue': [10064, 13120, 19929, 12782, 16051, 11488, 17684, 12586, 11448, 9467, 15814, 10923, 18024, 17061, 13278, 19102, 15688, 12459, 18750, 15588, 14063, 9593, 11932, 17678, 9844, 13960, 9376, 11810, 8129, 11271, 15202, 9673, 12894, 9215, 10711, 15175, 9694, 12530, 12659, 9981, 13821, 15863, 10403, 14027, 15732, 10342, 14328, 9474, 10402, 15083, 9304, 11374, 15165, 9823, 12897, 14730, 9752, 13654, 11828, 9844, 14488, 8941, 12971, 16418, 8778, 12806, 15472, 8990, 11738, 15193, 8442, 12744, 15448, 8465, 12392, 15610, 8663, 12331, 16136, 8940, 11698, 15294, 10945, 11868, 15283, 10550, 12876, 16507, 9524, 12986, 15016, 9756, 11256, 15177, 9164, 12417, 16180, 9396, 13136, 15838, 10902, 12626, 11338, 11042, 14672, 18218, 13199, 15700, 18670, 13211, 12644, 17506, 10151, 13095, 16236, 10805, 13504, 16423, 10198, 13889, 15994, 10400, 13957, 13516, 10843, 12338, 10695, 14479, 16275, 10259, 14184, 15786, 10567, 13694, 16310, 10219, 14168, 16751, 9619, 13482, 17719, 10432, 12490, 12304, 10263, 13710, 16610, 10551, 14330, 12083, 10949, 14657, 11001, 10810, 14753, 17566, 10714, 13123, 16762, 10157, 13608, 16631, 10146, 13401, 15911, 9786, 13660, 15245, 10301, 13916, 16541, 9844, 13389, 14723, 9945, 13776, 15401, 9914, 14592, 10044, 12302, 16983, 9563, 14021, 15867, 10407, 13588, 10230, 13317, 17130, 9181, 13512, 16635, 12352, 11708, 16510, 10101, 12026, 15012, 11085, 11537, 15831, 9281, 11885, 15938, 9787, 13187, 15822, 10562, 13918, 16143, 10449, 13791, 13777, 10677, 14564, 17273, 10535, 13624, 9288, 11302, 15617, 9664, 11628, 16105, 9815, 12659, 16886, 9189, 13558, 8600, 12172, 8970, 12221, 16224, 9950, 14656, 15901, 11138, 11556, 11216, 15559, 15538, 10801, 17356, 10959, 11767, 8403, 11884, 17480, 10117, 13358, 16972, 12489, 10001, 11138, 15411, 13126, 11435, 15714, 9838, 12255, 8587, 11043, 16016, 11665, 11369, 13305, 10472, 12742, 10649, 14973, 9792, 12857, 10571, 15597, 10523, 12258, 15243, 14178, 8433, 12027, 18515, 12638, 12135, 16630, 10391, 11521, 8600, 11864, 15976, 9720, 13477, 15325, 10058, 13705, 8992, 11162, 14245, 10386, 14354, 13681, 10238, 14555, 9218, 11669, 16680, 10003, 13372, 12125, 10887, 15109, 10319, 11971, 11980, 10320, 14475, 14867, 10538, 15630, 12388, 11036, 15174, 9692, 12615, 12183, 10448, 14112, 12151, 10237, 14973, 8282, 11430, 15285, 10206, 12574, 9062, 11817, 15527, 9443, 12883, 17385, 13255, 11648, 10795, 10150, 14471, 8884, 10949, 15418, 10204, 12126, 14951, 10009, 13946, 13002, 10386, 15126, 8912, 11246, 8313, 11177, 15856, 14707, 10630, 17223, 13284, 10218, 14793, 8204, 11422, 15544, 8380, 12135, 14510, 10061, 13863, 14178, 9633, 14350, 10817, 10248, 10167, 10885, 15831, 8941, 11365, 15908, 9578, 13135, 8495, 11232, 16357, 10036, 13761, 16012, 11862, 12870, 8316, 11821, 16164, 10313, 11957, 17877, 11168, 11182, 17986, 8807, 12231, 14933, 9472, 12998, 8600, 10881, 15250, 8217, 12468, 15084, 8230, 12915, 16068, 9828, 14030, 12220, 10023, 15011, 11827, 10395, 15825, 10053, 14281, 8538, 11981, 16372, 11805, 12186, 18224, 10544, 11835, 17399, 10246, 11788, 18685, 11794, 11857, 18717, 9200, 12302, 15207, 9625, 12990, 13158, 10085, 14043, 8216, 10737, 15584, 8536, 11710, 9906, 10124, 14970, 12806, 10209, 14907, 15598, 10380, 13556, 14962, 9397, 14123, 13435, 9991, 14210, 9304, 10507, 15365, 8035, 11656, 15491, 8526, 11907, 11626, 9982, 15383, 12400, 9761, 14800, 16590, 9551, 14402, 10606, 10405, 15852, 8056, 12564, 15837, 10977, 11619, 16241, 10048, 14556, 16256, 10243, 14867, 15889, 9761, 15125, 10198, 13648, 8189, 12496, 16431, 11184, 12369, 17859, 13287, 11030, 15717, 10089, 11906, 15520, 11490, 11183, 15863, 9903, 12715, 8041, 10927, 15955, 8207, 12921, 9782, 12172, 7789, 12881, 8673, 13272, 17798, 17389, 14972, 17158, 12183, 11666, 15911, 11377, 11665, 17456, 9795, 12727, 8780, 12831, 20313, 8970, 12565, 20084, 13858, 12804, 7926, 11351, 14916, 8029, 12683, 14717, 15794, 10109, 13864, 10227, 9521, 15108, 11347, 10314, 14652, 9359, 11134, 15326, 8155, 12372, 15050, 8480, 12667, 14857, 9434, 13339, 15113, 8752, 13848, 15068, 9115, 13360, 13531, 10093, 14553, 10472, 11019, 14645, 10365, 11060, 14785, 9240, 13928, 15374, 9251, 14170, 17215, 13467, 13166, 17999, 8866, 14075, 17444, 9241, 13621, 13537, 10727, 16106, 7864, 13803, 15377, 9334, 13076, 17930, 9158, 14011, 17459, 8847, 13601, 19439, 9147, 13612, 17515, 8557, 13719, 14866, 8764, 14218, 8600, 12544, 15181, 8548, 13543, 15033, 9436, 13539, 8502, 13693, 15701, 8955, 13958, 16544, 12060, 13850, 15354, 9903, 14713, 12800, 11027, 16227, 10257, 13383, 19899, 8582, 13891, 16641, 9857, 16334, 11678, 13250, 19464, 8759, 13838, 18678, 9547, 12784, 17654, 8304, 13386, 16135, 8232, 13672, 15818, 8562, 13368, 10910, 9460, 14501, 9362, 11782, 12140, 10646, 8110, 12011, 15832, 14912, 10493, 14793, 17741, 10877, 10270, 11664, 15700, 11987, 17685, 15430, 18127, 13014, 18450, 18164, 16990, 14817, 15014, 11275, 8831, 13968, 14094, 9519, 13674, 9632, 9204, 8089, 9471, 14667, 10185, 15030, 9823, 14563, 12734, 13959, 11431, 13882, 11397, 15789, 17993, 13619, 9998, 13142, 17752, 13395, 13728, 17954, 13160, 13023, 19130, 9800, 10374, 9607, 14070, 9156, 13561, 15334, 11145, 13482, 13818, 9488, 14689, 10180, 10463, 15496, 8233, 13757, 16167, 8979, 13582, 15228, 10112, 13292, 9020, 14317, 16655, 11178, 14303, 18218, 16447, 13923, 8583, 12778, 15730, 14255, 12651, 8313, 12369, 17041, 13284, 12654, 16481, 17173, 10165, 14565, 8747, 13191, 12663, 9363, 14288, 9481, 12970, 9028, 13558, 16888, 9887, 14177, 8802, 12515, 9431, 13140, 9471, 14192, 10699, 12847, 12619, 12018, 9157, 13924, 18083, 15992, 12824, 17568, 11361, 13127, 15518, 10494, 11006, 15088, 9103, 11132, 15517, 8014, 12235, 15275, 8166, 12355, 15459, 9173, 12891, 10832, 10260, 15378, 11657, 10458, 15640, 10107, 14104, 8864, 14135, 16334, 10967, 14331, 15420, 14310, 13670, 18346, 9967, 14712, 18386, 12213, 15019, 13372, 14301, 9395, 13816, 17966, 14552, 13912, 17718, 14718, 12842, 16389, 10531, 13002, 15592, 11019, 13947, 9135, 13928, 8786, 13444, 15963, 13572, 13499, 20083, 15492, 16824, 8734, 13553, 17282, 14467, 14438, 19073, 15103, 15292, 9410, 14347, 9501, 13718, 10048, 13429, 14063, 9468, 7676, 14215, 10586, 10805, 8016, 14790, 17707, 16699, 15055, 19618, 11259, 12654, 13762, 10148, 11130, 10974, 9328, 8096, 10328, 14608, 7818, 11367, 14501, 8850, 10846, 8126, 12273, 14929, 8751, 13005, 14427, 9429, 12567, 11418, 9897, 9014, 10524, 15156, 17837, 9774, 18174, 13868, 10494, 17039, 8654, 12458, 13517, 9196, 13993, 9230, 13340, 8075, 13733, 13887, 10034, 13100, 18715, 10784, 14170, 9242, 9844, 14144, 9572, 14316, 16703, 16247, 11318, 13068, 16911, 10112, 13288, 9260, 10967, 7982, 12266, 16134, 10486, 12130, 16405, 12734, 11005, 16835, 8721, 11425, 14739, 9507, 11376, 15213, 9444, 12953, 15261, 9741, 13329, 13912, 9185, 13404, 9243, 9893, 14445, 9526, 10851, 16019, 9528, 12136, 14589, 9504, 13843, 9823, 10623, 15481, 8926, 12113, 15695, 9782, 13256, 17699, 9533, 13742, 11334, 10301, 9779, 9970, 14268, 9690, 10981, 15285, 9951, 12459, 9084, 11257, 17033, 13529, 11313, 14868, 15994, 10096, 14992, 17008, 9505, 13997, 14693, 9481, 14077, 14092, 10023, 14423, 10242, 12298, 15929, 8917, 12498, 15125, 8070, 11045, 12760, 7898, 13089, 7752, 11180, 12837, 9461, 12386, 8506, 13283, 15856, 11837, 12085, 15145, 14815, 9337, 14383, 13238, 8548, 13517, 19776, 8942, 13291, 15379, 8565, 13849, 13306, 8677, 13975, 9788, 11139, 7923, 9305, 7996, 11012, 14966, 10655, 11512, 16864, 10832, 13430, 17907, 9626, 13666, 9716, 13671, 10315, 19788, 13427, 16087, 19814, 15118, 12837, 19442, 15166, 14495, 9281, 13520, 16601, 9196, 13939, 10305, 11021, 7804, 11349, 14039, 9513, 12190, 14687, 11536, 12009, 8109, 11889, 14424, 10019, 11996, 8220, 11083, 14095, 9959, 11676, 15445, 9707, 12148, 8663, 12074, 8088, 12643, 14972, 14316, 12050, 18086, 14995, 11564, 19181, 8532, 12140, 12149, 8831, 12875, 8345, 11695, 13045, 8840, 12566, 11029, 8643], 'WindowCenter': [4763.0, 4796.0, 4830.0, 4786.0, 4802.0, 4735.0, 4794.0, 4738.0, 4731.0, 4702.0, 4757.0, 4734.0, 4780.0, 4765.0, 4728.0, 4768.0, 4732.0, 4714.0, 4759.0, 4730.0, 4720.0, 4669.0, 4697.0, 4746.0, 4667.0, 4714.0, 4659.0, 4683.0, 4635.0, 4687.0, 4725.0, 4667.0, 4706.0, 4656.0, 4688.0, 4727.0, 4671.0, 4710.0, 4706.0, 4679.0, 4723.0, 4735.0, 4676.0, 4717.0, 4728.0, 4677.0, 4718.0, 4667.0, 4674.0, 4723.0, 4656.0, 4695.0, 4727.0, 4677.0, 4718.0, 4740.0, 4679.0, 4734.0, 4710.0, 4690.0, 4742.0, 4684.0, 4735.0, 4753.0, 4673.0, 4721.0, 4750.0, 4674.0, 4714.0, 4742.0, 4665.0, 4733.0, 4751.0, 4664.0, 4725.0, 4765.0, 4674.0, 4722.0, 4750.0, 4682.0, 4738.0, 4768.0, 4717.0, 4729.0, 4755.0, 4716.0, 4738.0, 4766.0, 4693.0, 4735.0, 4744.0, 4698.0, 4716.0, 4752.0, 4686.0, 4732.0, 4765.0, 4687.0, 4747.0, 4767.0, 4714.0, 4733.0, 4716.0, 4725.0, 4754.0, 4775.0, 4731.0, 4754.0, 4770.0, 4721.0, 4722.0, 4758.0, 4686.0, 4732.0, 4747.0, 4699.0, 4716.0, 4748.0, 4680.0, 4729.0, 4737.0, 4700.0, 4741.0, 4719.0, 4689.0, 4720.0, 4703.0, 4740.0, 4746.0, 4689.0, 4737.0, 4747.0, 4690.0, 4731.0, 4749.0, 4687.0, 4730.0, 4746.0, 4680.0, 4732.0, 4757.0, 4690.0, 4707.0, 4709.0, 4689.0, 4731.0, 4749.0, 4701.0, 4741.0, 4711.0, 4701.0, 4741.0, 4700.0, 4701.0, 4742.0, 4761.0, 4691.0, 4731.0, 4756.0, 4691.0, 4731.0, 4759.0, 4690.0, 4728.0, 4749.0, 4691.0, 4730.0, 4739.0, 4688.0, 4732.0, 4757.0, 4689.0, 4731.0, 4736.0, 4691.0, 4728.0, 4750.0, 4691.0, 4752.0, 4705.0, 4734.0, 4773.0, 4695.0, 4755.0, 4764.0, 4715.0, 4744.0, 4707.0, 4745.0, 4775.0, 4695.0, 4745.0, 4767.0, 4734.0, 4711.0, 4760.0, 4687.0, 4722.0, 4743.0, 4698.0, 4711.0, 4752.0, 4680.0, 4711.0, 4750.0, 4691.0, 4732.0, 4751.0, 4703.0, 4743.0, 4749.0, 4700.0, 4731.0, 4731.0, 4699.0, 4743.0, 4761.0, 4691.0, 4730.0, 4677.0, 4712.0, 4753.0, 4678.0, 4713.0, 4762.0, 4704.0, 4734.0, 4748.0, 4680.0, 4741.0, 4680.0, 4733.0, 4720.0, 4745.0, 4763.0, 4690.0, 4752.0, 4761.0, 4699.0, 4710.0, 4712.0, 4752.0, 4761.0, 4702.0, 4760.0, 4699.0, 4709.0, 4660.0, 4722.0, 4759.0, 4688.0, 4728.0, 4758.0, 4708.0, 4678.0, 4699.0, 4739.0, 4718.0, 4708.0, 4738.0, 4676.0, 4707.0, 4657.0, 4699.0, 4748.0, 4697.0, 4711.0, 4728.0, 4699.0, 4729.0, 4703.0, 4754.0, 4694.0, 4733.0, 4716.0, 4765.0, 4702.0, 4723.0, 4754.0, 4743.0, 4662.0, 4722.0, 4762.0, 4706.0, 4707.0, 4747.0, 4689.0, 4698.0, 4671.0, 4710.0, 4737.0, 4668.0, 4714.0, 4726.0, 4679.0, 4730.0, 4669.0, 4700.0, 4728.0, 4690.0, 4740.0, 4729.0, 4690.0, 4739.0, 4669.0, 4712.0, 4748.0, 4678.0, 4718.0, 4708.0, 4699.0, 4739.0, 4689.0, 4709.0, 4705.0, 4689.0, 4729.0, 4727.0, 4689.0, 4739.0, 4707.0, 4687.0, 4726.0, 4678.0, 4710.0, 4706.0, 4687.0, 4729.0, 4708.0, 4689.0, 4724.0, 4657.0, 4709.0, 4748.0, 4690.0, 4719.0, 4681.0, 4709.0, 4750.0, 4680.0, 4720.0, 4759.0, 4720.0, 4700.0, 4699.0, 4689.0, 4740.0, 4669.0, 4700.0, 4737.0, 4690.0, 4718.0, 4739.0, 4689.0, 4729.0, 4718.0, 4689.0, 4738.0, 4669.0, 4699.0, 4660.0, 4712.0, 4751.0, 4738.0, 4688.0, 4748.0, 4715.0, 4676.0, 4722.0, 4646.0, 4696.0, 4735.0, 4656.0, 4704.0, 4726.0, 4677.0, 4725.0, 4726.0, 4677.0, 4728.0, 4686.0, 4688.0, 4689.0, 4700.0, 4747.0, 4669.0, 4709.0, 4748.0, 4680.0, 4730.0, 4671.0, 4709.0, 4761.0, 4692.0, 4743.0, 4751.0, 4711.0, 4721.0, 4672.0, 4722.0, 4751.0, 4690.0, 4711.0, 4770.0, 4699.0, 4699.0, 4756.0, 4667.0, 4708.0, 4736.0, 4678.0, 4729.0, 4669.0, 4700.0, 4751.0, 4659.0, 4720.0, 4740.0, 4659.0, 4731.0, 4750.0, 4691.0, 4741.0, 4720.0, 4692.0, 4752.0, 4721.0, 4691.0, 4748.0, 4703.0, 4753.0, 4684.0, 4724.0, 4765.0, 4722.0, 4722.0, 4771.0, 4689.0, 4709.0, 4759.0, 4687.0, 4708.0, 4767.0, 4706.0, 4698.0, 4755.0, 4666.0, 4707.0, 4735.0, 4676.0, 4717.0, 4716.0, 4688.0, 4727.0, 4657.0, 4699.0, 4748.0, 4659.0, 4709.0, 4689.0, 4691.0, 4753.0, 4720.0, 4690.0, 4741.0, 4748.0, 4678.0, 4719.0, 4726.0, 4667.0, 4725.0, 4716.0, 4677.0, 4729.0, 4667.0, 4685.0, 4737.0, 4647.0, 4709.0, 4739.0, 4669.0, 4710.0, 4711.0, 4692.0, 4753.0, 4721.0, 4689.0, 4752.0, 4760.0, 4692.0, 4752.0, 4702.0, 4703.0, 4761.0, 4662.0, 4733.0, 4763.0, 4711.0, 4723.0, 4762.0, 4703.0, 4754.0, 4761.0, 4701.0, 4752.0, 4760.0, 4691.0, 4751.0, 4704.0, 4743.0, 4674.0, 4735.0, 4764.0, 4713.0, 4733.0, 4775.0, 4730.0, 4701.0, 4749.0, 4688.0, 4709.0, 4749.0, 4695.0, 4699.0, 4749.0, 4691.0, 4733.0, 4675.0, 4727.0, 4708.0, 4664.0, 4733.0, 4680.0, 4721.0, 4663.0, 4731.0, 4674.0, 4733.0, 4775.0, 4761.0, 4728.0, 4746.0, 4693.0, 4684.0, 4722.0, 4684.0, 4683.0, 4743.0, 4664.0, 4702.0, 4655.0, 4706.0, 4753.0, 4652.0, 4693.0, 4751.0, 4712.0, 4704.0, 4633.0, 4684.0, 4723.0, 4645.0, 4704.0, 4724.0, 4734.0, 4664.0, 4713.0, 4672.0, 4663.0, 4725.0, 4695.0, 4675.0, 4725.0, 4665.0, 4687.0, 4724.0, 4635.0, 4706.0, 4725.0, 4656.0, 4718.0, 4726.0, 4667.0, 4718.0, 4726.0, 4661.0, 4732.0, 4738.0, 4669.0, 4730.0, 4719.0, 4690.0, 4731.0, 4689.0, 4701.0, 4741.0, 4691.0, 4714.0, 4742.0, 4681.0, 4742.0, 4741.0, 4670.0, 4731.0, 4761.0, 4720.0, 4724.0, 4759.0, 4670.0, 4731.0, 4760.0, 4680.0, 4731.0, 4729.0, 4700.0, 4749.0, 4650.0, 4731.0, 4740.0, 4670.0, 4731.0, 4760.0, 4670.0, 4733.0, 4758.0, 4669.0, 4730.0, 4768.0, 4669.0, 4729.0, 4756.0, 4658.0, 4729.0, 4738.0, 4660.0, 4729.0, 4658.0, 4719.0, 4738.0, 4658.0, 4729.0, 4750.0, 4680.0, 4732.0, 4671.0, 4742.0, 4750.0, 4671.0, 4741.0, 4751.0, 4709.0, 4729.0, 4737.0, 4679.0, 4739.0, 4717.0, 4699.0, 4749.0, 4689.0, 4719.0, 4770.0, 4657.0, 4729.0, 4747.0, 4690.0, 4749.0, 4697.0, 4718.0, 4766.0, 4656.0, 4717.0, 4756.0, 4676.0, 4717.0, 4745.0, 4645.0, 4716.0, 4735.0, 4645.0, 4716.0, 4737.0, 4656.0, 4719.0, 4685.0, 4667.0, 4726.0, 4665.0, 4707.0, 4719.0, 4699.0, 4660.0, 4722.0, 4753.0, 4738.0, 4689.0, 4754.0, 4772.0, 4700.0, 4688.0, 4711.0, 4750.0, 4714.0, 4766.0, 4742.0, 4759.0, 4732.0, 4774.0, 4767.0, 4748.0, 4727.0, 4740.0, 4671.0, 4641.0, 4701.0, 4699.0, 4651.0, 4714.0, 4653.0, 4666.0, 4621.0, 4668.0, 4700.0, 4663.0, 4701.0, 4664.0, 4714.0, 4710.0, 4732.0, 4702.0, 4731.0, 4704.0, 4755.0, 4748.0, 4703.0, 4652.0, 4693.0, 4731.0, 4690.0, 4691.0, 4733.0, 4679.0, 4693.0, 4740.0, 4638.0, 4648.0, 4650.0, 4699.0, 4641.0, 4704.0, 4713.0, 4675.0, 4692.0, 4689.0, 4652.0, 4712.0, 4662.0, 4663.0, 4711.0, 4633.0, 4704.0, 4722.0, 4644.0, 4705.0, 4725.0, 4666.0, 4705.0, 4659.0, 4729.0, 4735.0, 4675.0, 4717.0, 4744.0, 4721.0, 4702.0, 4635.0, 4695.0, 4714.0, 4701.0, 4691.0, 4623.0, 4693.0, 4723.0, 4690.0, 4680.0, 4720.0, 4717.0, 4650.0, 4699.0, 4630.0, 4690.0, 4679.0, 4640.0, 4701.0, 4653.0, 4703.0, 4659.0, 4718.0, 4733.0, 4657.0, 4703.0, 4646.0, 4695.0, 4657.0, 4707.0, 4670.0, 4722.0, 4680.0, 4721.0, 4708.0, 4698.0, 4659.0, 4731.0, 4763.0, 4725.0, 4684.0, 4722.0, 4661.0, 4680.0, 4699.0, 4646.0, 4650.0, 4700.0, 4631.0, 4661.0, 4699.0, 4610.0, 4680.0, 4699.0, 4621.0, 4694.0, 4724.0, 4644.0, 4695.0, 4673.0, 4676.0, 4726.0, 4686.0, 4678.0, 4740.0, 4679.0, 4730.0, 4672.0, 4733.0, 4751.0, 4689.0, 4733.0, 4729.0, 4717.0, 4718.0, 4747.0, 4667.0, 4717.0, 4744.0, 4685.0, 4726.0, 4717.0, 4716.0, 4668.0, 4719.0, 4748.0, 4714.0, 4705.0, 4735.0, 4713.0, 4693.0, 4724.0, 4664.0, 4693.0, 4723.0, 4676.0, 4715.0, 4669.0, 4716.0, 4647.0, 4718.0, 4737.0, 4704.0, 4705.0, 4753.0, 4723.0, 4732.0, 4645.0, 4705.0, 4733.0, 4703.0, 4704.0, 4729.0, 4699.0, 4709.0, 4641.0, 4711.0, 4654.0, 4703.0, 4679.0, 4638.0, 4705.0, 4643.0, 4608.0, 4701.0, 4659.0, 4660.0, 4622.0, 4713.0, 4734.0, 4720.0, 4699.0, 4715.0, 4644.0, 4665.0, 4675.0, 4622.0, 4643.0, 4644.0, 4625.0, 4607.0, 4650.0, 4698.0, 4608.0, 4658.0, 4700.0, 4628.0, 4659.0, 4621.0, 4683.0, 4710.0, 4632.0, 4690.0, 4699.0, 4641.0, 4681.0, 4671.0, 4650.0, 4641.0, 4663.0, 4712.0, 4729.0, 4652.0, 4730.0, 4686.0, 4648.0, 4706.0, 4616.0, 4668.0, 4676.0, 4628.0, 4687.0, 4641.0, 4689.0, 4623.0, 4703.0, 4700.0, 4651.0, 4691.0, 4729.0, 4660.0, 4699.0, 4639.0, 4651.0, 4699.0, 4652.0, 4664.0, 4717.0, 4767.0, 4715.0, 4746.0, 4763.0, 4704.0, 4749.0, 4697.0, 4717.0, 4679.0, 4724.0, 4753.0, 4687.0, 4697.0, 4737.0, 4706.0, 4688.0, 4735.0, 4658.0, 4697.0, 4729.0, 4668.0, 4688.0, 4711.0, 4652.0, 4695.0, 4721.0, 4664.0, 4714.0, 4717.0, 4667.0, 4714.0, 4653.0, 4664.0, 4712.0, 4652.0, 4684.0, 4734.0, 4665.0, 4700.0, 4724.0, 4666.0, 4716.0, 4676.0, 4688.0, 4737.0, 4658.0, 4708.0, 4736.0, 4677.0, 4718.0, 4746.0, 4678.0, 4729.0, 4698.0, 4688.0, 4692.0, 4690.0, 4743.0, 4679.0, 4700.0, 4749.0, 4690.0, 4722.0, 4671.0, 4712.0, 4761.0, 4717.0, 4698.0, 4741.0, 4736.0, 4677.0, 4738.0, 4746.0, 4677.0, 4726.0, 4724.0, 4665.0, 4715.0, 4713.0, 4665.0, 4725.0, 4687.0, 4713.0, 4746.0, 4668.0, 4719.0, 4736.0, 4619.0, 4648.0, 4709.0, 4650.0, 4704.0, 4637.0, 4686.0, 4704.0, 4668.0, 4708.0, 4660.0, 4719.0, 4738.0, 4695.0, 4697.0, 4726.0, 4714.0, 4653.0, 4714.0, 4690.0, 4642.0, 4703.0, 4751.0, 4641.0, 4703.0, 4709.0, 4630.0, 4701.0, 4688.0, 4641.0, 4712.0, 4677.0, 4687.0, 4661.0, 4667.0, 4642.0, 4708.0, 4750.0, 4689.0, 4700.0, 4747.0, 4698.0, 4715.0, 4740.0, 4650.0, 4700.0, 4652.0, 4712.0, 4675.0, 4767.0, 4717.0, 4737.0, 4741.0, 4699.0, 4678.0, 4738.0, 4696.0, 4694.0, 4638.0, 4689.0, 4717.0, 4637.0, 4687.0, 4648.0, 4657.0, 4608.0, 4682.0, 4697.0, 4637.0, 4679.0, 4699.0, 4670.0, 4677.0, 4620.0, 4680.0, 4697.0, 4647.0, 4669.0, 4629.0, 4671.0, 4699.0, 4650.0, 4668.0, 4708.0, 4649.0, 4679.0, 4631.0, 4680.0, 4633.0, 4704.0, 4710.0, 4699.0, 4681.0, 4730.0, 4709.0, 4669.0, 4724.0, 4616.0, 4678.0, 4676.0, 4637.0, 4689.0, 4630.0, 4681.0, 4689.0, 4639.0, 4690.0, 4670.0, 4641.0], 'WindowWidth': [10415.0, 10450.0, 10491.0, 10434.0, 10452.0, 10343.0, 10428.0, 10340.0, 10333.0, 10296.0, 10365.0, 10346.0, 10411.0, 10371.0, 10322.0, 10386.0, 10319.0, 10297.0, 10361.0, 10314.0, 10297.0, 10232.0, 10270.0, 10332.0, 10224.0, 10288.0, 10217.0, 10240.0, 10181.0, 10254.0, 10304.0, 10229.0, 10279.0, 10211.0, 10257.0, 10309.0, 10238.0, 10286.0, 10279.0, 10246.0, 10309.0, 10318.0, 10239.0, 10295.0, 10308.0, 10239.0, 10295.0, 10226.0, 10235.0, 10301.0, 10211.0, 10265.0, 10308.0, 10246.0, 10301.0, 10331.0, 10252.0, 10329.0, 10293.0, 10268.0, 10338.0, 10264.0, 10335.0, 10356.0, 10248.0, 10311.0, 10351.0, 10251.0, 10303.0, 10340.0, 10240.0, 10332.0, 10353.0, 10238.0, 10322.0, 10378.0, 10250.0, 10314.0, 10353.0, 10262.0, 10347.0, 10387.0, 10311.0, 10333.0, 10362.0, 10311.0, 10343.0, 10381.0, 10278.0, 10335.0, 10347.0, 10291.0, 10312.0, 10356.0, 10269.0, 10329.0, 10376.0, 10272.0, 10354.0, 10385.0, 10308.0, 10331.0, 10311.0, 10324.0, 10366.0, 10395.0, 10327.0, 10362.0, 10383.0, 10308.0, 10310.0, 10357.0, 10257.0, 10326.0, 10347.0, 10278.0, 10299.0, 10343.0, 10251.0, 10318.0, 10327.0, 10283.0, 10337.0, 10305.0, 10261.0, 10308.0, 10290.0, 10340.0, 10345.0, 10266.0, 10332.0, 10345.0, 10267.0, 10323.0, 10347.0, 10260.0, 10322.0, 10344.0, 10253.0, 10329.0, 10359.0, 10266.0, 10288.0, 10290.0, 10265.0, 10326.0, 10349.0, 10284.0, 10339.0, 10297.0, 10284.0, 10339.0, 10282.0, 10284.0, 10341.0, 10371.0, 10270.0, 10322.0, 10358.0, 10269.0, 10326.0, 10364.0, 10269.0, 10320.0, 10349.0, 10269.0, 10321.0, 10333.0, 10265.0, 10328.0, 10361.0, 10266.0, 10325.0, 10329.0, 10270.0, 10320.0, 10350.0, 10272.0, 10356.0, 10297.0, 10336.0, 10388.0, 10282.0, 10364.0, 10376.0, 10312.0, 10348.0, 10303.0, 10355.0, 10396.0, 10284.0, 10351.0, 10388.0, 10334.0, 10301.0, 10368.0, 10261.0, 10313.0, 10344.0, 10278.0, 10299.0, 10357.0, 10254.0, 10298.0, 10349.0, 10271.0, 10328.0, 10354.0, 10291.0, 10346.0, 10355.0, 10284.0, 10328.0, 10326.0, 10280.0, 10344.0, 10372.0, 10270.0, 10322.0, 10249.0, 10299.0, 10356.0, 10253.0, 10305.0, 10372.0, 10295.0, 10333.0, 10344.0, 10255.0, 10344.0, 10261.0, 10337.0, 10334.0, 10356.0, 10381.0, 10268.0, 10358.0, 10367.0, 10279.0, 10297.0, 10302.0, 10360.0, 10370.0, 10289.0, 10367.0, 10281.0, 10292.0, 10229.0, 10317.0, 10365.0, 10264.0, 10316.0, 10359.0, 10288.0, 10250.0, 10279.0, 10335.0, 10302.0, 10291.0, 10332.0, 10246.0, 10286.0, 10221.0, 10279.0, 10345.0, 10273.0, 10298.0, 10319.0, 10280.0, 10321.0, 10291.0, 10360.0, 10280.0, 10333.0, 10315.0, 10380.0, 10291.0, 10320.0, 10363.0, 10345.0, 10232.0, 10313.0, 10374.0, 10281.0, 10282.0, 10341.0, 10264.0, 10274.0, 10244.0, 10294.0, 10328.0, 10234.0, 10294.0, 10309.0, 10250.0, 10318.0, 10235.0, 10280.0, 10316.0, 10266.0, 10334.0, 10320.0, 10266.0, 10333.0, 10239.0, 10300.0, 10347.0, 10249.0, 10302.0, 10287.0, 10277.0, 10332.0, 10265.0, 10291.0, 10284.0, 10264.0, 10318.0, 10314.0, 10263.0, 10334.0, 10284.0, 10258.0, 10311.0, 10247.0, 10291.0, 10284.0, 10259.0, 10317.0, 10289.0, 10262.0, 10305.0, 10218.0, 10292.0, 10345.0, 10266.0, 10305.0, 10259.0, 10295.0, 10350.0, 10253.0, 10307.0, 10363.0, 10308.0, 10278.0, 10277.0, 10265.0, 10335.0, 10237.0, 10280.0, 10330.0, 10267.0, 10305.0, 10336.0, 10266.0, 10319.0, 10302.0, 10264.0, 10331.0, 10237.0, 10277.0, 10228.0, 10301.0, 10355.0, 10330.0, 10262.0, 10346.0, 10294.0, 10241.0, 10303.0, 10201.0, 10269.0, 10321.0, 10216.0, 10280.0, 10312.0, 10247.0, 10313.0, 10313.0, 10246.0, 10315.0, 10257.0, 10261.0, 10265.0, 10283.0, 10347.0, 10238.0, 10293.0, 10346.0, 10256.0, 10323.0, 10245.0, 10297.0, 10367.0, 10274.0, 10344.0, 10358.0, 10297.0, 10311.0, 10246.0, 10316.0, 10357.0, 10268.0, 10296.0, 10382.0, 10277.0, 10276.0, 10353.0, 10232.0, 10288.0, 10325.0, 10250.0, 10321.0, 10239.0, 10284.0, 10354.0, 10228.0, 10309.0, 10335.0, 10228.0, 10325.0, 10350.0, 10273.0, 10341.0, 10311.0, 10274.0, 10357.0, 10313.0, 10273.0, 10349.0, 10292.0, 10359.0, 10269.0, 10322.0, 10380.0, 10317.0, 10314.0, 10382.0, 10264.0, 10292.0, 10362.0, 10259.0, 10287.0, 10374.0, 10284.0, 10273.0, 10352.0, 10228.0, 10285.0, 10323.0, 10244.0, 10300.0, 10298.0, 10260.0, 10313.0, 10219.0, 10278.0, 10344.0, 10225.0, 10291.0, 10266.0, 10271.0, 10357.0, 10308.0, 10269.0, 10339.0, 10346.0, 10246.0, 10303.0, 10311.0, 10232.0, 10310.0, 10298.0, 10244.0, 10316.0, 10232.0, 10255.0, 10327.0, 10206.0, 10291.0, 10333.0, 10239.0, 10297.0, 10301.0, 10276.0, 10359.0, 10312.0, 10268.0, 10357.0, 10368.0, 10275.0, 10356.0, 10290.0, 10290.0, 10369.0, 10236.0, 10333.0, 10374.0, 10301.0, 10317.0, 10374.0, 10293.0, 10362.0, 10368.0, 10286.0, 10356.0, 10367.0, 10271.0, 10355.0, 10295.0, 10348.0, 10257.0, 10340.0, 10379.0, 10306.0, 10333.0, 10397.0, 10324.0, 10283.0, 10350.0, 10264.0, 10293.0, 10349.0, 10269.0, 10279.0, 10349.0, 10271.0, 10332.0, 10260.0, 10332.0, 10268.0, 10238.0, 10332.0, 10252.0, 10311.0, 10239.0, 10326.0, 10254.0, 10334.0, 10401.0, 10367.0, 10316.0, 10341.0, 10258.0, 10249.0, 10301.0, 10247.0, 10247.0, 10331.0, 10221.0, 10272.0, 10212.0, 10283.0, 10345.0, 10204.0, 10260.0, 10339.0, 10284.0, 10279.0, 10181.0, 10252.0, 10303.0, 10199.0, 10279.0, 10308.0, 10318.0, 10222.0, 10288.0, 10232.0, 10222.0, 10309.0, 10269.0, 10240.0, 10307.0, 10226.0, 10258.0, 10306.0, 10185.0, 10283.0, 10306.0, 10216.0, 10300.0, 10311.0, 10231.0, 10299.0, 10309.0, 10227.0, 10323.0, 10329.0, 10238.0, 10322.0, 10304.0, 10267.0, 10324.0, 10264.0, 10282.0, 10340.0, 10270.0, 10306.0, 10343.0, 10258.0, 10341.0, 10341.0, 10241.0, 10326.0, 10370.0, 10306.0, 10317.0, 10362.0, 10242.0, 10325.0, 10366.0, 10256.0, 10325.0, 10317.0, 10280.0, 10347.0, 10213.0, 10324.0, 10339.0, 10241.0, 10325.0, 10366.0, 10240.0, 10326.0, 10360.0, 10237.0, 10321.0, 10372.0, 10238.0, 10318.0, 10354.0, 10223.0, 10319.0, 10330.0, 10227.0, 10320.0, 10220.0, 10307.0, 10332.0, 10222.0, 10318.0, 10351.0, 10256.0, 10325.0, 10247.0, 10342.0, 10353.0, 10244.0, 10338.0, 10354.0, 10292.0, 10321.0, 10328.0, 10251.0, 10333.0, 10301.0, 10279.0, 10349.0, 10264.0, 10304.0, 10376.0, 10219.0, 10319.0, 10342.0, 10268.0, 10350.0, 10273.0, 10302.0, 10368.0, 10217.0, 10299.0, 10355.0, 10245.0, 10300.0, 10338.0, 10200.0, 10296.0, 10320.0, 10199.0, 10297.0, 10326.0, 10216.0, 10302.0, 10252.0, 10231.0, 10311.0, 10227.0, 10287.0, 10309.0, 10281.0, 10231.0, 10317.0, 10359.0, 10330.0, 10265.0, 10366.0, 10384.0, 10280.0, 10262.0, 10298.0, 10349.0, 10302.0, 10382.0, 10336.0, 10358.0, 10326.0, 10395.0, 10390.0, 10344.0, 10311.0, 10335.0, 10224.0, 10183.0, 10267.0, 10260.0, 10200.0, 10292.0, 10205.0, 10230.0, 10156.0, 10234.0, 10259.0, 10213.0, 10263.0, 10220.0, 10287.0, 10291.0, 10325.0, 10287.0, 10323.0, 10288.0, 10367.0, 10340.0, 10270.0, 10198.0, 10257.0, 10308.0, 10247.0, 10250.0, 10313.0, 10230.0, 10258.0, 10316.0, 10173.0, 10187.0, 10195.0, 10259.0, 10185.0, 10274.0, 10286.0, 10232.0, 10253.0, 10244.0, 10200.0, 10282.0, 10213.0, 10217.0, 10279.0, 10175.0, 10272.0, 10297.0, 10191.0, 10278.0, 10304.0, 10224.0, 10276.0, 10222.0, 10319.0, 10322.0, 10235.0, 10297.0, 10331.0, 10291.0, 10267.0, 10180.0, 10263.0, 10291.0, 10263.0, 10251.0, 10161.0, 10259.0, 10302.0, 10247.0, 10235.0, 10294.0, 10279.0, 10195.0, 10259.0, 10167.0, 10249.0, 10231.0, 10181.0, 10267.0, 10204.0, 10270.0, 10220.0, 10303.0, 10317.0, 10210.0, 10272.0, 10197.0, 10261.0, 10216.0, 10286.0, 10236.0, 10308.0, 10249.0, 10309.0, 10284.0, 10268.0, 10218.0, 10322.0, 10374.0, 10302.0, 10245.0, 10295.0, 10206.0, 10232.0, 10257.0, 10180.0, 10189.0, 10258.0, 10168.0, 10207.0, 10256.0, 10138.0, 10234.0, 10258.0, 10156.0, 10258.0, 10300.0, 10193.0, 10259.0, 10230.0, 10240.0, 10309.0, 10251.0, 10244.0, 10329.0, 10249.0, 10317.0, 10245.0, 10328.0, 10350.0, 10261.0, 10324.0, 10318.0, 10296.0, 10300.0, 10340.0, 10227.0, 10296.0, 10331.0, 10248.0, 10309.0, 10297.0, 10294.0, 10233.0, 10304.0, 10347.0, 10286.0, 10275.0, 10322.0, 10282.0, 10257.0, 10302.0, 10219.0, 10256.0, 10298.0, 10238.0, 10289.0, 10233.0, 10295.0, 10204.0, 10299.0, 10327.0, 10272.0, 10275.0, 10344.0, 10297.0, 10309.0, 10198.0, 10279.0, 10316.0, 10267.0, 10275.0, 10300.0, 10257.0, 10272.0, 10185.0, 10279.0, 10207.0, 10273.0, 10249.0, 10152.0, 10283.0, 10185.0, 10133.0, 10263.0, 10204.0, 10208.0, 10159.0, 10284.0, 10323.0, 10289.0, 10257.0, 10275.0, 10172.0, 10203.0, 10218.0, 10139.0, 10171.0, 10175.0, 10150.0, 10130.0, 10193.0, 10255.0, 10135.0, 10201.0, 10263.0, 10161.0, 10204.0, 10156.0, 10245.0, 10276.0, 10173.0, 10249.0, 10261.0, 10184.0, 10238.0, 10224.0, 10194.0, 10184.0, 10217.0, 10283.0, 10298.0, 10197.0, 10305.0, 10235.0, 10186.0, 10266.0, 10143.0, 10213.0, 10224.0, 10161.0, 10241.0, 10184.0, 10248.0, 10165.0, 10272.0, 10264.0, 10197.0, 10250.0, 10302.0, 10206.0, 10260.0, 10178.0, 10197.0, 10260.0, 10199.0, 10190.0, 10288.0, 10389.0, 10306.0, 10354.0, 10368.0, 10290.0, 10359.0, 10288.0, 10310.0, 10266.0, 10321.0, 10354.0, 10256.0, 10269.0, 10328.0, 10280.0, 10258.0, 10322.0, 10217.0, 10270.0, 10317.0, 10231.0, 10255.0, 10282.0, 10201.0, 10262.0, 10294.0, 10220.0, 10290.0, 10295.0, 10230.0, 10291.0, 10203.0, 10220.0, 10284.0, 10200.0, 10249.0, 10317.0, 10224.0, 10274.0, 10303.0, 10229.0, 10298.0, 10243.0, 10261.0, 10328.0, 10220.0, 10287.0, 10324.0, 10245.0, 10301.0, 10340.0, 10248.0, 10318.0, 10277.0, 10262.0, 10270.0, 10269.0, 10341.0, 10250.0, 10279.0, 10348.0, 10268.0, 10314.0, 10245.0, 10301.0, 10369.0, 10300.0, 10275.0, 10337.0, 10322.0, 10244.0, 10333.0, 10337.0, 10246.0, 10311.0, 10302.0, 10225.0, 10294.0, 10289.0, 10223.0, 10308.0, 10259.0, 10298.0, 10339.0, 10235.0, 10305.0, 10326.0, 10155.0, 10186.0, 10295.0, 10215.0, 10276.0, 10188.0, 10255.0, 10278.0, 10232.0, 10289.0, 10226.0, 10306.0, 10332.0, 10266.0, 10272.0, 10315.0, 10287.0, 10205.0, 10292.0, 10251.0, 10190.0, 10273.0, 10335.0, 10186.0, 10274.0, 10275.0, 10172.0, 10268.0, 10247.0, 10189.0, 10288.0, 10248.0, 10260.0, 10231.0, 10232.0, 10193.0, 10295.0, 10353.0, 10265.0, 10280.0, 10343.0, 10278.0, 10295.0, 10319.0, 10200.0, 10269.0, 10203.0, 10286.0, 10241.0, 10368.0, 10297.0, 10330.0, 10326.0, 10257.0, 10230.0, 10310.0, 10249.0, 10247.0, 10177.0, 10249.0, 10283.0, 10173.0, 10240.0, 10190.0, 10199.0, 10138.0, 10242.0, 10258.0, 10175.0, 10231.0, 10263.0, 10223.0, 10230.0, 10156.0, 10236.0, 10257.0, 10188.0, 10219.0, 10166.0, 10228.0, 10264.0, 10196.0, 10219.0, 10271.0, 10194.0, 10233.0, 10172.0, 10238.0, 10179.0, 10277.0, 10283.0, 10258.0, 10238.0, 10307.0, 10273.0, 10221.0, 10289.0, 10144.0, 10229.0, 10226.0, 10177.0, 10249.0, 10171.0, 10240.0, 10249.0, 10182.0, 10252.0, 10224.0, 10188.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.005512198088618593</td></tr>
<tr><td colspan=3>aqi</td><td>0.06312623892267592</td></tr>
<tr><td colspan=3>dummy_trs</td><td>7</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.05492574277391</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1479243693130432</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9405639559304358</td></tr>
<tr><td colspan=3>efc</td><td>0.5166</td></tr>
<tr><td colspan=3>fber</td><td>3623.1079</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.16524022264679947</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>113</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.817549956559514</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7077920273598974</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5599653935111233</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8945514764430604</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6688592121255095</td></tr>
<tr><td colspan=3>gcor</td><td>0.00868878</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.023401279002428055</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.049291208386421204</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1151</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.414566284354797</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>17.786</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>66.4698</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>258.1262</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>66.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292721.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1180.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>460.5871</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4982</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>647.1551</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3880.0793</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3992.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83823.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1875.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5060.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>904.2737</td></tr>
<tr><td colspan=3>tsnr</td><td>24.326037383056246</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>