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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0014/ses-03/func/sub-0014_ses-03_task-alignvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>d7e429cc18509d823b061873659d5be4</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>16:30:36.507500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.994218, 0.0371679, 0.100741, -0.0203051, 0.986333, -0.163511]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>dartmouth_brain_imaging_center</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0830009</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4176, -7750, -7270, 499, -20, -81, 8, 15]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>249.46</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0350e8b3-2685-4a83-8a50-b1cc1af92bf7||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.667414665222168, -0.05447708070278168, 0.2846921682357788, 107.22154235839844], [-0.09971878677606583, 2.6462583541870117, -0.43340298533439636, -71.05590057373047], [0.2702808976173401, 0.43868690729141235, 2.649738073348999, -107.5748519897461], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1157]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157], 'AcquisitionTime': ['163036.507500', '163036.967500', '163037.427500', '163037.887500', '163038.347500', '163038.807500', '163039.267500', '163039.727500', '163040.187500', '163040.647500', '163041.107500', '163041.567500', '163042.027500', '163042.487500', '163042.947500', '163043.407500', '163043.867500', '163044.327500', '163044.787500', '163045.247500', '163045.707500', '163046.167500', '163046.627500', '163047.087500', '163047.547500', '163048.007500', '163048.467500', '163048.927500', '163049.387500', '163049.847500', '163050.307500', '163050.767500', '163051.227500', '163051.687500', '163052.147500', '163052.607500', '163053.067500', '163053.527500', '163053.987500', '163054.447500', '163054.907500', '163055.367500', '163055.827500', '163056.287500', '163056.747500', '163057.207500', '163057.667500', '163058.127500', '163058.587500', '163059.047500', '163059.507500', '163059.967500', '163100.427500', '163100.887500', '163101.347500', '163101.807500', '163102.267500', '163102.727500', '163103.187500', '163103.647500', '163104.107500', '163104.567500', '163105.027500', '163105.487500', '163105.947500', '163106.407500', '163106.867500', '163107.327500', '163107.787500', '163108.247500', '163108.707500', '163109.167500', '163109.627500', '163110.087500', '163110.547500', '163111.007500', '163111.467500', '163111.927500', '163112.387500', '163112.847500', '163113.307500', '163113.767500', '163114.227500', '163114.687500', '163115.147500', '163115.607500', '163116.067500', '163116.527500', '163116.987500', '163117.447500', '163117.907500', '163118.367500', '163118.827500', '163119.287500', '163119.747500', '163120.207500', '163120.667500', '163121.127500', '163121.587500', '163122.047500', '163122.507500', '163122.967500', '163123.427500', '163123.887500', '163124.347500', '163124.807500', '163125.267500', '163125.727500', '163126.187500', '163126.647500', '163127.107500', '163127.567500', '163128.027500', '163128.487500', '163128.947500', '163129.407500', '163129.867500', '163130.327500', '163130.787500', '163131.247500', '163131.707500', '163132.167500', '163132.627500', '163133.087500', '163133.547500', '163134.007500', '163134.467500', '163134.927500', '163135.387500', '163135.847500', '163136.307500', '163136.767500', '163137.227500', '163137.687500', '163138.147500', '163138.607500', '163139.067500', '163139.527500', '163139.987500', '163140.447500', '163140.907500', '163141.367500', '163141.827500', '163142.287500', '163142.747500', '163143.207500', '163143.667500', '163144.127500', '163144.587500', '163145.047500', '163145.507500', '163145.967500', '163146.427500', '163146.887500', '163147.347500', '163147.807500', '163148.267500', '163148.727500', '163149.187500', '163149.647500', '163150.107500', '163150.567500', '163151.027500', '163151.487500', '163151.947500', '163152.407500', '163152.867500', '163153.327500', '163153.787500', '163154.247500', '163154.707500', '163155.167500', '163155.627500', '163156.087500', '163156.547500', '163157.007500', '163157.467500', '163157.927500', '163158.387500', '163158.847500', '163159.307500', '163159.767500', '163200.227500', '163200.687500', '163201.147500', '163201.607500', '163202.067500', '163202.527500', '163202.987500', '163203.447500', '163203.907500', '163204.367500', '163204.827500', '163205.287500', '163205.747500', '163206.207500', '163206.667500', '163207.127500', '163207.587500', '163208.047500', '163208.507500', '163208.967500', '163209.427500', '163209.887500', '163210.347500', '163210.807500', '163211.267500', '163211.727500', '163212.187500', '163212.647500', '163213.107500', '163213.567500', '163214.027500', '163214.487500', '163214.947500', '163215.407500', '163215.867500', '163216.327500', '163216.787500', '163217.247500', '163217.707500', '163218.167500', '163218.627500', '163219.087500', '163219.547500', '163220.007500', '163220.467500', '163220.927500', '163221.387500', '163221.847500', '163222.307500', '163222.767500', '163223.227500', '163223.687500', '163224.147500', '163224.607500', '163225.067500', '163225.527500', '163225.987500', '163226.447500', '163226.907500', '163227.367500', '163227.827500', '163228.287500', '163228.747500', '163229.207500', '163229.667500', '163230.127500', '163230.587500', '163231.047500', '163231.507500', '163231.967500', '163232.427500', '163232.887500', '163233.347500', '163233.807500', '163234.267500', '163234.727500', '163235.187500', '163235.647500', '163236.107500', '163236.567500', '163237.027500', '163237.487500', '163237.947500', '163238.407500', '163238.867500', '163239.327500', '163239.787500', '163240.247500', '163240.707500', '163241.167500', '163241.627500', '163242.087500', '163242.547500', '163243.007500', '163243.467500', '163243.927500', '163244.387500', '163244.847500', '163245.307500', '163245.767500', '163246.227500', '163246.687500', '163247.147500', '163247.607500', '163248.067500', '163248.527500', '163248.987500', '163249.447500', '163249.907500', '163250.367500', '163250.827500', '163251.287500', '163251.747500', '163252.207500', '163252.667500', '163253.127500', '163253.587500', '163254.047500', '163254.507500', '163254.967500', '163255.427500', '163255.887500', '163256.347500', '163256.807500', '163257.267500', '163257.727500', '163258.187500', '163258.647500', '163259.107500', '163259.567500', '163300.027500', '163300.487500', '163300.947500', '163301.407500', '163301.867500', '163302.327500', '163302.787500', '163303.247500', '163303.707500', '163304.167500', '163304.627500', '163305.087500', '163305.547500', '163306.007500', '163306.467500', '163306.927500', '163307.387500', '163307.847500', '163308.307500', '163308.767500', '163309.227500', '163309.687500', '163310.147500', '163310.607500', '163311.067500', '163311.527500', '163311.987500', '163312.447500', '163312.907500', '163313.367500', '163313.827500', '163314.287500', '163314.747500', '163315.207500', '163315.667500', '163316.127500', '163316.587500', '163317.047500', '163317.507500', '163317.967500', '163318.427500', '163318.887500', '163319.347500', '163319.807500', '163320.267500', '163320.727500', '163321.187500', '163321.647500', '163322.107500', '163322.567500', '163323.027500', '163323.487500', '163323.947500', '163324.407500', '163324.867500', '163325.327500', '163325.787500', '163326.247500', '163326.707500', '163327.167500', '163327.627500', '163328.087500', '163328.547500', '163329.007500', '163329.467500', '163329.927500', '163330.387500', '163330.847500', '163331.307500', '163331.767500', '163332.227500', '163332.687500', '163333.147500', '163333.607500', '163334.067500', '163334.527500', '163334.987500', '163335.447500', '163335.907500', '163336.367500', '163336.827500', '163337.287500', '163337.747500', '163338.207500', '163338.667500', '163339.127500', '163339.587500', '163340.047500', '163340.507500', '163340.967500', '163341.427500', '163341.887500', '163342.347500', '163342.807500', '163343.267500', '163343.727500', '163344.187500', '163344.647500', '163345.107500', '163345.567500', '163346.027500', '163346.487500', '163346.947500', '163347.407500', '163347.867500', '163348.327500', '163348.787500', '163349.247500', '163349.707500', '163350.167500', '163350.627500', '163351.087500', '163351.547500', '163352.007500', '163352.467500', '163352.927500', '163353.387500', '163353.847500', '163354.307500', '163354.767500', '163355.227500', '163355.687500', '163356.147500', '163356.607500', '163357.067500', '163357.527500', '163357.987500', '163358.447500', '163358.907500', '163359.367500', '163359.827500', '163400.287500', '163400.747500', '163401.207500', '163401.667500', '163402.127500', '163402.587500', '163403.047500', '163403.507500', '163403.967500', '163404.427500', '163404.887500', '163405.347500', '163405.807500', '163406.267500', '163406.727500', '163407.187500', '163407.647500', '163408.107500', '163408.567500', '163409.027500', '163409.487500', '163409.947500', '163410.407500', '163410.867500', '163411.327500', '163411.787500', '163412.247500', '163412.707500', '163413.167500', '163413.627500', '163414.087500', '163414.547500', '163415.007500', '163415.467500', '163415.927500', '163416.387500', '163416.847500', '163417.307500', '163417.767500', '163418.227500', '163418.687500', '163419.147500', '163419.607500', '163420.067500', '163420.527500', '163420.987500', '163421.447500', '163421.907500', '163422.367500', '163422.827500', '163423.287500', '163423.747500', '163424.207500', '163424.667500', '163425.127500', '163425.587500', '163426.047500', '163426.507500', '163426.967500', '163427.427500', '163427.887500', '163428.347500', '163428.807500', '163429.267500', '163429.727500', '163430.187500', '163430.647500', '163431.107500', '163431.567500', '163432.027500', '163432.487500', '163432.947500', '163433.407500', '163433.867500', '163434.327500', '163434.787500', '163435.247500', '163435.707500', '163436.167500', '163436.627500', '163437.087500', '163437.547500', '163438.007500', '163438.467500', '163438.927500', '163439.387500', '163439.847500', '163440.307500', '163440.767500', '163441.227500', '163441.687500', '163442.147500', '163442.607500', '163443.067500', '163443.527500', '163443.987500', '163444.447500', '163444.907500', '163445.367500', '163445.827500', '163446.287500', '163446.747500', '163447.207500', '163447.667500', '163448.127500', '163448.587500', '163449.047500', '163449.507500', '163449.967500', '163450.427500', '163450.887500', '163451.347500', '163451.807500', '163452.267500', '163452.727500', '163453.187500', '163453.647500', '163454.107500', '163454.567500', '163455.027500', '163455.487500', '163455.947500', '163456.407500', '163456.867500', '163457.327500', '163457.787500', '163458.247500', '163458.707500', '163459.167500', '163459.627500', '163500.087500', '163500.547500', '163501.007500', '163501.467500', '163501.927500', '163502.387500', '163502.847500', '163503.307500', '163503.767500', '163504.227500', '163504.687500', '163505.147500', '163505.607500', '163506.067500', '163506.527500', '163506.987500', '163507.447500', '163507.907500', '163508.367500', '163508.827500', '163509.287500', '163509.747500', '163510.207500', '163510.667500', '163511.127500', '163511.587500', '163512.047500', '163512.507500', '163512.967500', '163513.427500', '163513.887500', '163514.347500', '163514.807500', '163515.267500', '163515.727500', '163516.187500', '163516.647500', '163517.107500', '163517.567500', '163518.027500', '163518.487500', '163518.947500', '163519.407500', '163519.867500', '163520.327500', '163520.787500', '163521.247500', '163521.707500', '163522.167500', '163522.627500', '163523.087500', '163523.547500', '163524.007500', '163524.467500', '163524.927500', '163525.387500', '163525.847500', '163526.307500', '163526.767500', '163527.227500', '163527.687500', '163528.147500', '163528.607500', '163529.067500', '163529.527500', '163529.987500', '163530.447500', '163530.907500', '163531.367500', '163531.827500', '163532.287500', '163532.747500', '163533.207500', '163533.667500', '163534.127500', '163534.587500', '163535.047500', '163535.507500', '163535.967500', '163536.427500', '163536.887500', '163537.347500', '163537.807500', '163538.267500', '163538.727500', '163539.187500', '163539.647500', '163540.107500', '163540.567500', '163541.027500', '163541.487500', '163541.947500', '163542.407500', '163542.867500', '163543.327500', '163543.787500', '163544.247500', '163544.707500', '163545.167500', '163545.627500', '163546.087500', '163546.547500', '163547.007500', '163547.467500', '163547.927500', '163548.387500', '163548.847500', '163549.307500', '163549.767500', '163550.227500', '163550.687500', '163551.147500', '163551.607500', '163552.067500', '163552.527500', '163552.987500', '163553.447500', '163553.907500', '163554.367500', '163554.827500', '163555.287500', '163555.747500', '163556.207500', '163556.667500', '163557.127500', '163557.587500', '163558.047500', '163558.507500', '163558.967500', '163559.427500', '163559.887500', '163600.347500', '163600.807500', '163601.267500', '163601.727500', '163602.187500', '163602.647500', '163603.107500', '163603.567500', '163604.027500', '163604.487500', '163604.947500', '163605.407500', '163605.867500', '163606.327500', '163606.787500', '163607.247500', '163607.707500', '163608.167500', '163608.627500', '163609.087500', '163609.547500', '163610.007500', '163610.467500', '163610.927500', '163611.387500', '163611.847500', '163612.307500', '163612.767500', '163613.227500', '163613.687500', '163614.147500', '163614.607500', '163615.067500', '163615.527500', '163615.987500', '163616.447500', '163616.907500', '163617.367500', '163617.827500', '163618.287500', '163618.747500', '163619.207500', '163619.667500', '163620.127500', '163620.587500', '163621.047500', '163621.507500', '163621.967500', '163622.427500', '163622.887500', '163623.347500', '163623.807500', '163624.267500', '163624.727500', '163625.187500', '163625.647500', '163626.107500', '163626.567500', '163627.027500', '163627.487500', '163627.947500', '163628.407500', '163628.867500', '163629.327500', '163629.787500', '163630.247500', '163630.707500', '163631.167500', '163631.627500', '163632.087500', '163632.547500', '163633.007500', '163633.467500', '163633.927500', '163634.387500', '163634.847500', '163635.307500', '163635.767500', '163636.227500', '163636.687500', '163637.147500', '163637.607500', '163638.067500', '163638.527500', '163638.987500', '163639.447500', '163639.907500', '163640.367500', '163640.827500', '163641.287500', '163641.747500', '163642.207500', '163642.667500', '163643.127500', '163643.587500', '163644.047500', '163644.507500', '163644.967500', '163645.427500', '163645.887500', '163646.347500', '163646.807500', '163647.267500', '163647.727500', '163648.187500', '163648.647500', '163649.107500', '163649.567500', '163650.027500', '163650.487500', '163650.947500', '163651.407500', '163651.867500', '163652.327500', '163652.787500', '163653.247500', '163653.707500', '163654.167500', '163654.627500', '163655.087500', '163655.547500', '163656.007500', '163656.467500', '163656.927500', '163657.387500', '163657.847500', '163658.307500', '163658.767500', '163659.227500', '163659.687500', '163700.147500', '163700.607500', '163701.067500', '163701.527500', '163701.987500', '163702.447500', '163702.907500', '163703.367500', '163703.827500', '163704.287500', '163704.747500', '163705.207500', '163705.667500', '163706.127500', '163706.587500', '163707.047500', '163707.507500', '163707.967500', '163708.427500', '163708.887500', '163709.347500', '163709.807500', '163710.267500', '163710.727500', '163711.187500', '163711.647500', '163712.107500', '163712.567500', '163713.027500', '163713.487500', '163713.947500', '163714.407500', '163714.867500', '163715.327500', '163715.787500', '163716.247500', '163716.707500', '163717.167500', '163717.627500', '163718.087500', '163718.547500', '163719.007500', '163719.467500', '163719.927500', '163720.387500', '163720.847500', '163721.307500', '163721.767500', '163722.227500', '163722.687500', '163723.147500', '163723.607500', '163724.067500', '163724.527500', '163724.987500', '163725.447500', '163725.907500', '163726.367500', '163726.827500', '163727.287500', '163727.747500', '163728.207500', '163728.667500', '163729.127500', '163729.587500', '163730.047500', '163730.507500', '163730.967500', '163731.427500', '163731.887500', '163732.347500', '163732.807500', '163733.267500', '163733.727500', '163734.187500', '163734.647500', '163735.107500', '163735.567500', '163736.027500', '163736.487500', '163736.947500', '163737.407500', '163737.867500', '163738.327500', '163738.787500', '163739.247500', '163739.707500', '163740.167500', '163740.627500', '163741.087500', '163741.547500', '163742.007500', '163742.467500', '163742.927500', '163743.387500', '163743.847500', '163744.307500', '163744.767500', '163745.227500', '163745.687500', '163746.147500', '163746.607500', '163747.067500', '163747.527500', '163747.987500', '163748.447500', '163748.907500', '163749.367500', '163749.827500', '163750.287500', '163750.747500', '163751.207500', '163751.667500', '163752.127500', '163752.587500', '163753.047500', '163753.507500', '163753.967500', '163754.427500', '163754.887500', '163755.347500', '163755.807500', '163756.267500', '163756.727500', '163757.187500', '163757.647500', '163758.107500', '163758.567500', '163759.027500', '163759.487500', '163759.947500', '163800.407500', '163800.867500', '163801.327500', '163801.787500', '163802.247500', '163802.707500', '163803.167500', '163803.627500', '163804.087500', '163804.547500', '163805.007500', '163805.467500', '163805.927500', '163806.387500', '163806.847500', '163807.307500', '163807.767500', '163808.227500', '163808.687500', '163809.147500', '163809.607500', '163810.067500', '163810.527500', '163810.987500', '163811.447500', '163811.907500', '163812.367500', '163812.827500', '163813.287500', '163813.747500', '163814.207500', '163814.667500', '163815.127500', '163815.587500', '163816.047500', '163816.507500', '163816.967500', '163817.427500', '163817.887500', '163818.347500', '163818.807500', '163819.267500', '163819.727500', '163820.187500', '163820.647500', '163821.107500', '163821.567500', '163822.027500', '163822.487500', '163822.947500', '163823.407500', '163823.867500', '163824.327500', '163824.787500', '163825.247500', '163825.707500', '163826.167500', '163826.627500', '163827.087500', '163827.547500', '163828.007500', '163828.467500', '163828.927500', '163829.387500', '163829.847500', '163830.307500', '163830.767500', '163831.227500', '163831.687500', '163832.147500', '163832.607500', '163833.067500', '163833.527500', '163833.987500', '163834.447500', '163834.907500', '163835.367500', '163835.827500', '163836.287500', '163836.747500', '163837.207500', '163837.667500', '163838.127500', '163838.587500', '163839.047500', '163839.507500', '163839.967500', '163840.427500', '163840.887500', '163841.347500', '163841.807500', '163842.267500', '163842.727500', '163843.187500', '163843.647500', '163844.107500', '163844.567500', '163845.027500', '163845.487500', '163845.947500', '163846.407500', '163846.867500', '163847.327500', '163847.787500', '163848.247500', '163848.707500', '163849.167500', '163849.627500', '163850.087500', '163850.547500', '163851.007500', '163851.467500', '163851.927500', '163852.387500', '163852.847500', '163853.307500', '163853.767500', '163854.227500', '163854.687500', '163855.147500', '163855.607500', '163856.067500', '163856.527500', '163856.987500', '163857.447500', '163857.907500', '163858.367500', '163858.827500', '163859.287500', '163859.747500', '163900.207500', '163900.667500', '163901.127500', '163901.587500', '163902.047500', '163902.507500', '163902.967500', '163903.427500', '163903.887500', '163904.347500', '163904.807500', '163905.267500', '163905.727500', '163906.187500', '163906.647500', '163907.107500', '163907.567500', '163908.027500', '163908.487500', '163908.947500', '163909.407500', '163909.867500', '163910.327500', '163910.787500', '163911.247500', '163911.707500', '163912.167500', '163912.627500', '163913.087500', '163913.547500', '163914.007500', '163914.467500', '163914.927500', '163915.387500', '163915.847500', '163916.307500', '163916.767500', '163917.227500', '163917.687500', '163918.147500', '163918.607500', '163919.067500', '163919.527500', '163919.987500', '163920.447500', '163920.907500', '163921.367500', '163921.827500', '163922.287500', '163922.747500', '163923.207500', '163923.667500', '163924.127500', '163924.587500', '163925.047500', '163925.507500', '163925.967500', '163926.427500', '163926.887500', '163927.347500', '163927.807500', '163928.267500'], 'ContentTime': ['163048.268000', '163048.271000', '163048.274000', '163048.295000', '163048.297000', '163048.300000', '163048.303000', '163048.306000', '163048.309000', '163048.311000', '163048.314000', '163048.317000', '163048.320000', '163048.323000', '163048.325000', '163048.328000', '163048.331000', '163048.334000', '163048.337000', '163048.340000', '163048.343000', '163048.351000', '163048.354000', '163048.357000', '163108.234000', '163108.237000', '163108.240000', '163108.242000', '163108.246000', '163108.249000', '163108.252000', '163108.255000', '163108.257000', '163108.260000', '163108.263000', '163108.266000', '163108.269000', '163108.275000', '163108.278000', '163108.281000', '163108.283000', '163108.286000', '163108.290000', '163108.293000', '163108.296000', '163108.298000', '163108.301000', '163108.304000', '163108.307000', '163108.309000', '163108.312000', '163108.315000', '163108.323000', '163108.326000', '163108.329000', '163108.332000', '163108.334000', '163108.337000', '163108.340000', '163108.343000', '163108.346000', '163108.348000', '163108.351000', '163108.354000', '163108.357000', '163108.359000', '163108.362000', '163108.365000', '163128.235000', '163128.238000', '163128.241000', '163128.243000', '163128.246000', '163128.249000', '163128.252000', '163128.255000', '163128.257000', '163128.260000', '163128.263000', '163128.266000', '163128.271000', '163128.274000', '163128.277000', '163128.280000', '163128.283000', '163128.285000', '163128.288000', '163128.291000', '163128.294000', '163128.297000', '163128.299000', '163128.302000', '163128.305000', '163128.308000', '163128.310000', '163128.313000', '163128.316000', '163128.319000', '163128.335000', '163128.338000', '163128.341000', '163128.343000', '163128.346000', '163128.349000', '163128.352000', '163128.354000', '163128.357000', '163128.360000', '163128.365000', '163128.368000', '163128.371000', '163148.235000', '163148.238000', '163148.241000', '163148.243000', '163148.246000', '163148.249000', '163148.252000', '163148.255000', '163148.257000', '163148.260000', '163148.263000', '163148.266000', '163148.268000', '163148.271000', '163148.274000', '163148.277000', '163148.280000', '163148.282000', '163148.285000', '163148.288000', '163148.291000', '163148.294000', '163148.296000', '163148.299000', '163148.302000', '163148.305000', '163148.307000', '163148.310000', '163148.313000', '163148.316000', '163148.319000', '163148.321000', '163148.324000', '163148.327000', '163148.330000', '163148.333000', '163148.335000', '163148.338000', '163148.341000', '163148.344000', '163148.346000', '163148.349000', '163148.352000', '163148.355000', '163208.234000', '163208.237000', '163208.240000', '163208.242000', '163208.245000', '163208.248000', '163208.251000', '163208.254000', '163208.256000', '163208.259000', '163208.262000', '163208.265000', '163208.268000', '163208.270000', '163208.273000', '163208.276000', '163208.279000', '163208.282000', '163208.284000', '163208.287000', '163208.290000', '163208.293000', '163208.296000', '163208.298000', '163208.301000', '163208.304000', '163208.307000', '163208.310000', '163208.313000', '163208.315000', '163208.320000', '163208.323000', '163208.325000', '163208.328000', '163208.331000', '163208.334000', '163208.337000', '163208.339000', '163208.342000', '163208.345000', '163208.348000', '163208.351000', '163208.353000', '163228.234000', '163228.237000', '163228.240000', '163228.242000', '163228.245000', '163228.248000', '163228.251000', '163228.254000', '163228.256000', '163228.259000', '163228.262000', '163228.265000', '163228.268000', '163228.271000', '163228.274000', '163228.276000', '163228.279000', '163228.282000', '163228.285000', '163228.288000', '163228.290000', '163228.293000', '163228.303000', '163228.306000', '163228.308000', '163228.311000', '163228.314000', '163228.317000', '163228.320000', '163228.322000', '163228.325000', '163228.328000', '163228.331000', '163228.334000', '163228.336000', '163228.339000', '163228.342000', '163228.345000', '163228.348000', '163228.350000', '163228.353000', '163228.356000', '163228.359000', '163228.362000', '163248.234000', '163248.237000', '163248.240000', '163248.242000', '163248.245000', '163248.248000', '163248.251000', '163248.254000', '163248.256000', '163248.259000', '163248.262000', '163248.265000', '163248.268000', '163248.270000', '163248.273000', '163248.276000', '163248.279000', '163248.282000', '163248.284000', '163248.287000', '163248.290000', '163248.293000', '163248.295000', '163248.298000', '163248.301000', '163248.304000', '163248.307000', '163248.309000', '163248.312000', '163248.315000', '163248.318000', '163248.321000', '163248.323000', '163248.326000', '163248.329000', '163248.332000', '163248.335000', '163248.337000', '163248.340000', '163248.343000', '163248.346000', '163248.349000', '163248.351000', '163308.234000', '163308.237000', '163308.240000', '163308.242000', '163308.245000', '163308.248000', '163308.251000', '163308.254000', '163308.256000', '163308.259000', '163308.262000', '163308.265000', '163308.268000', '163308.270000', '163308.273000', '163308.276000', '163308.279000', '163308.282000', '163308.284000', '163308.287000', '163308.290000', '163308.293000', '163308.296000', '163308.298000', '163308.301000', '163308.304000', '163308.319000', '163308.322000', '163308.324000', '163308.327000', '163308.330000', '163308.333000', '163308.336000', '163308.338000', '163308.341000', '163308.344000', '163308.347000', '163308.350000', '163308.352000', '163308.355000', '163308.358000', '163308.361000', '163308.364000', '163308.366000', '163328.235000', '163328.238000', '163328.241000', '163328.243000', '163328.246000', '163328.249000', '163328.252000', '163328.255000', '163328.257000', '163328.260000', '163328.263000', '163328.266000', '163328.269000', '163328.271000', '163328.274000', '163328.277000', '163328.280000', '163328.283000', '163328.285000', '163328.288000', '163328.291000', '163328.294000', '163328.297000', '163328.299000', '163328.302000', '163328.305000', '163328.308000', '163328.311000', '163328.314000', '163328.316000', '163328.319000', '163328.322000', '163328.325000', '163328.327000', '163328.330000', '163328.333000', '163328.336000', '163328.339000', '163328.341000', '163328.344000', '163328.347000', '163328.350000', '163328.353000', '163348.235000', '163348.238000', '163348.241000', '163348.244000', '163348.246000', '163348.249000', '163348.252000', '163348.255000', '163348.257000', '163348.260000', '163348.263000', '163348.266000', '163348.269000', '163348.272000', '163348.275000', '163348.277000', '163348.280000', '163348.283000', '163348.286000', '163348.288000', '163348.291000', '163348.294000', '163348.297000', '163348.300000', '163348.303000', '163348.305000', '163348.308000', '163348.311000', '163348.314000', '163348.317000', '163348.319000', '163348.322000', '163348.325000', '163348.328000', '163348.331000', '163348.333000', '163348.336000', '163348.339000', '163348.342000', '163348.345000', '163348.347000', '163348.350000', '163348.353000', '163348.356000', '163408.235000', '163408.238000', '163408.241000', '163408.243000', '163408.246000', '163408.249000', '163408.252000', '163408.255000', '163408.257000', '163408.260000', '163408.263000', '163408.266000', '163408.269000', '163408.271000', '163408.274000', '163408.277000', '163408.280000', '163408.283000', '163408.285000', '163408.288000', '163408.291000', '163408.294000', '163408.297000', '163408.300000', '163408.302000', '163408.305000', '163408.308000', '163408.311000', '163408.314000', '163408.316000', '163408.319000', '163408.322000', '163408.325000', '163408.328000', '163408.330000', '163408.333000', '163408.336000', '163408.339000', '163408.342000', '163408.344000', '163408.347000', '163408.350000', '163408.353000', '163428.234000', '163428.237000', '163428.240000', '163428.243000', '163428.245000', '163428.248000', '163428.251000', '163428.254000', '163428.257000', '163428.259000', '163428.262000', '163428.265000', '163428.268000', '163428.271000', '163428.273000', '163428.276000', '163428.279000', '163428.282000', '163428.285000', '163428.287000', '163428.290000', '163428.293000', '163428.296000', '163428.299000', '163428.301000', '163428.304000', '163428.307000', '163428.310000', '163428.313000', '163428.315000', '163428.318000', '163428.321000', '163428.324000', '163428.327000', '163428.329000', '163428.332000', '163428.335000', '163428.338000', '163428.341000', '163428.344000', '163428.346000', '163428.349000', '163428.352000', '163448.234000', '163448.237000', '163448.240000', '163448.243000', '163448.245000', '163448.248000', '163448.251000', '163448.254000', '163448.269000', '163448.272000', '163448.275000', '163448.278000', '163448.281000', '163448.283000', '163448.286000', '163448.289000', '163448.292000', '163448.295000', '163448.297000', '163448.300000', '163448.303000', '163448.306000', '163448.309000', '163448.311000', '163448.314000', '163448.317000', '163448.320000', '163448.323000', '163448.325000', '163448.328000', '163448.331000', '163448.334000', '163448.337000', '163448.339000', '163448.342000', '163448.345000', '163448.348000', '163448.351000', '163448.354000', '163448.356000', '163448.359000', '163448.362000', '163448.365000', '163448.367000', '163508.234000', '163508.237000', '163508.240000', '163508.243000', '163508.246000', '163508.249000', '163508.252000', '163508.254000', '163508.257000', '163508.260000', '163508.263000', '163508.266000', '163508.268000', '163508.271000', '163508.274000', '163508.277000', '163508.279000', '163508.282000', '163508.285000', '163508.288000', '163508.291000', '163508.293000', '163508.296000', '163508.299000', '163508.302000', '163508.305000', '163508.307000', '163508.310000', '163508.313000', '163508.316000', '163508.319000', '163508.321000', '163508.324000', '163508.327000', '163508.330000', '163508.333000', '163508.335000', '163508.338000', '163508.341000', '163508.344000', '163508.347000', '163508.349000', '163508.352000', '163528.234000', '163528.237000', '163528.240000', '163528.243000', '163528.245000', '163528.248000', '163528.251000', '163528.254000', '163528.257000', '163528.260000', '163528.262000', '163528.265000', '163528.268000', '163528.271000', '163528.274000', '163528.276000', '163528.279000', '163528.282000', '163528.285000', '163528.288000', '163528.290000', '163528.293000', '163528.296000', '163528.299000', '163528.302000', '163528.304000', '163528.307000', '163528.310000', '163528.313000', '163528.316000', '163528.318000', '163528.321000', '163528.324000', '163528.327000', '163528.330000', '163528.332000', '163528.335000', '163528.338000', '163528.341000', '163528.344000', '163528.346000', '163528.349000', '163528.352000', '163528.355000', '163548.235000', '163548.238000', '163548.241000', '163548.244000', '163548.247000', '163548.250000', '163548.252000', '163548.255000', '163548.260000', '163548.263000', '163548.266000', '163548.269000', '163548.272000', '163548.275000', '163548.277000', '163548.280000', '163548.283000', '163548.286000', '163548.289000', '163548.292000', '163548.294000', '163548.297000', '163548.300000', '163548.303000', '163548.306000', '163548.308000', '163548.311000', '163548.314000', '163548.317000', '163548.320000', '163548.322000', '163548.325000', '163548.328000', '163548.331000', '163548.334000', '163548.337000', '163548.339000', '163548.342000', '163548.345000', '163548.348000', '163548.351000', '163548.353000', '163548.356000', '163608.235000', '163608.238000', '163608.241000', '163608.244000', '163608.247000', '163608.249000', '163608.252000', '163608.259000', '163608.262000', '163608.265000', '163608.268000', '163608.270000', '163608.277000', '163608.280000', '163608.283000', '163608.285000', '163608.288000', '163608.291000', '163608.294000', '163608.297000', '163608.300000', '163608.303000', '163608.306000', '163608.308000', '163608.311000', '163608.314000', '163608.317000', '163608.320000', '163608.323000', '163608.326000', '163608.328000', '163608.331000', '163608.334000', '163608.347000', '163608.350000', '163608.353000', '163608.356000', '163608.359000', '163608.363000', '163608.366000', '163608.369000', '163608.372000', '163608.375000', '163608.377000', '163628.235000', '163628.238000', '163628.241000', '163628.243000', '163628.246000', '163628.249000', '163628.252000', '163628.255000', '163628.257000', '163628.260000', '163628.263000', '163628.266000', '163628.269000', '163628.271000', '163628.274000', '163628.277000', '163628.280000', '163628.283000', '163628.286000', '163628.289000', '163628.291000', '163628.294000', '163628.297000', '163628.300000', '163628.303000', '163628.305000', '163628.308000', '163628.311000', '163628.314000', '163628.317000', '163628.319000', '163628.322000', '163628.325000', '163628.328000', '163628.331000', '163628.333000', '163628.336000', '163628.339000', '163628.342000', '163628.345000', '163628.347000', '163628.350000', '163628.353000', '163648.234000', '163648.237000', '163648.240000', '163648.243000', '163648.245000', '163648.248000', '163648.251000', '163648.254000', '163648.257000', '163648.259000', '163648.262000', '163648.265000', '163648.268000', '163648.270000', '163648.273000', '163648.276000', '163648.279000', '163648.282000', '163648.284000', '163648.287000', '163648.290000', '163648.293000', '163648.296000', '163648.298000', '163648.301000', '163648.304000', '163648.307000', '163648.309000', '163648.312000', '163648.315000', '163648.318000', '163648.321000', '163648.324000', '163648.327000', '163648.329000', '163648.332000', '163648.335000', '163648.338000', '163648.341000', '163648.344000', '163648.346000', '163648.349000', '163648.352000', '163648.355000', '163708.234000', '163708.237000', '163708.240000', '163708.243000', '163708.246000', '163708.248000', '163708.251000', '163708.254000', '163708.257000', '163708.259000', '163708.262000', '163708.265000', '163708.268000', '163708.271000', '163708.273000', '163708.276000', '163708.279000', '163708.282000', '163708.285000', '163708.288000', '163708.291000', '163708.295000', '163708.300000', '163708.303000', '163708.305000', '163708.308000', '163708.311000', '163708.314000', '163708.317000', '163708.319000', '163708.322000', '163708.325000', '163708.328000', '163708.331000', '163708.334000', '163708.336000', '163708.339000', '163708.342000', '163708.345000', '163708.348000', '163708.351000', '163708.353000', '163708.356000', '163728.234000', '163728.237000', '163728.240000', '163728.243000', '163728.246000', '163728.248000', '163728.251000', '163728.254000', '163728.257000', '163728.260000', '163728.263000', '163728.266000', '163728.268000', '163728.271000', '163728.274000', '163728.277000', '163728.280000', '163728.283000', '163728.286000', '163728.288000', '163728.291000', '163728.294000', '163728.297000', '163728.300000', '163728.303000', '163728.305000', '163728.308000', '163728.311000', '163728.314000', '163728.317000', '163728.320000', '163728.322000', '163728.325000', '163728.328000', '163728.331000', '163728.334000', '163728.337000', '163728.339000', '163728.342000', '163728.345000', '163728.348000', '163728.351000', '163728.354000', '163728.365000', '163748.234000', '163748.237000', '163748.240000', '163748.243000', '163748.245000', '163748.248000', '163748.251000', '163748.254000', '163748.257000', '163748.259000', '163748.262000', '163748.265000', '163748.268000', '163748.271000', '163748.274000', '163748.276000', '163748.293000', '163748.295000', '163748.298000', '163748.301000', '163748.304000', '163748.307000', '163748.310000', '163748.312000', '163748.315000', '163748.318000', '163748.321000', '163748.324000', '163748.327000', '163748.330000', '163748.333000', '163748.336000', '163748.339000', '163748.341000', '163748.344000', '163748.347000', '163748.350000', '163748.353000', '163748.356000', '163748.358000', '163748.361000', '163748.364000', '163748.367000', '163808.235000', '163808.238000', '163808.241000', '163808.244000', '163808.246000', '163808.249000', '163808.252000', '163808.255000', '163808.258000', '163808.261000', '163808.263000', '163808.266000', '163808.269000', '163808.272000', '163808.275000', '163808.277000', '163808.280000', '163808.283000', '163808.286000', '163808.289000', '163808.291000', '163808.294000', '163808.297000', '163808.300000', '163808.303000', '163808.305000', '163808.308000', '163808.311000', '163808.314000', '163808.317000', '163808.320000', '163808.322000', '163808.325000', '163808.328000', '163808.331000', '163808.334000', '163808.337000', '163808.339000', '163808.342000', '163808.345000', '163808.348000', '163808.350000', '163808.353000', '163808.356000', '163828.235000', '163828.238000', '163828.241000', '163828.244000', '163828.246000', '163828.249000', '163828.252000', '163828.255000', '163828.258000', '163828.260000', '163828.263000', '163828.282000', '163828.285000', '163828.288000', '163828.291000', '163828.294000', '163828.296000', '163828.299000', '163828.302000', '163828.305000', '163828.308000', '163828.310000', '163828.313000', '163828.316000', '163828.319000', '163828.322000', '163828.325000', '163828.328000', '163828.331000', '163828.334000', '163828.337000', '163828.340000', '163828.343000', '163828.346000', '163828.349000', '163828.352000', '163828.354000', '163828.357000', '163828.360000', '163828.363000', '163828.366000', '163828.369000', '163828.372000', '163848.235000', '163848.238000', '163848.241000', '163848.244000', '163848.246000', '163848.249000', '163848.252000', '163848.255000', '163848.264000', '163848.267000', '163848.270000', '163848.273000', '163848.276000', '163848.278000', '163848.281000', '163848.284000', '163848.287000', '163848.290000', '163848.293000', '163848.295000', '163848.298000', '163848.301000', '163848.304000', '163848.307000', '163848.310000', '163848.313000', '163848.315000', '163848.318000', '163848.321000', '163848.324000', '163848.327000', '163848.330000', '163848.333000', '163848.335000', '163848.338000', '163848.341000', '163848.344000', '163848.347000', '163848.350000', '163848.352000', '163848.368000', '163848.371000', '163848.374000', '163848.377000', '163908.234000', '163908.237000', '163908.240000', '163908.243000', '163908.245000', '163908.248000', '163908.258000', '163908.261000', '163908.263000', '163908.266000', '163908.269000', '163908.272000', '163908.275000', '163908.278000', '163908.281000', '163908.284000', '163908.286000', '163908.289000', '163908.292000', '163908.295000', '163908.298000', '163908.301000', '163908.304000', '163908.306000', '163908.309000', '163908.312000', '163908.315000', '163908.318000', '163908.321000', '163908.324000', '163908.327000', '163908.329000', '163908.332000', '163908.335000', '163908.338000', '163908.341000', '163908.344000', '163908.346000', '163908.349000', '163908.352000', '163908.355000', '163908.358000', '163908.360000', '163928.234000', '163928.237000', '163928.240000', '163928.243000', '163928.246000', '163928.248000', '163928.251000', '163928.254000', '163928.257000', '163928.260000', '163928.263000', '163928.265000', '163928.268000', '163928.271000', '163928.274000', '163928.277000', '163928.280000', '163928.283000', '163928.285000', '163928.288000', '163928.291000', '163928.294000', '163928.297000', '163928.300000', '163928.302000', '163928.305000', '163928.308000', '163928.311000', '163928.314000', '163928.316000', '163928.319000', '163928.322000', '163928.325000', '163928.328000', '163928.330000', '163928.333000', '163928.336000', '163928.339000', '163928.342000', '163928.345000', '163928.347000', '163928.350000', '163928.353000', '163928.356000', '163929.114000', '163929.117000'], 'InstanceCreationTime': ['163048.268000', '163048.271000', '163048.274000', '163048.295000', '163048.297000', '163048.300000', '163048.303000', '163048.306000', '163048.309000', '163048.311000', '163048.314000', '163048.317000', '163048.320000', '163048.323000', '163048.325000', '163048.328000', '163048.331000', '163048.334000', '163048.337000', '163048.340000', '163048.343000', '163048.351000', '163048.354000', '163048.357000', '163108.234000', '163108.237000', '163108.240000', '163108.242000', '163108.246000', '163108.249000', '163108.252000', '163108.255000', '163108.257000', '163108.260000', '163108.263000', '163108.266000', '163108.269000', '163108.275000', '163108.278000', '163108.281000', '163108.283000', '163108.286000', '163108.290000', '163108.293000', '163108.296000', '163108.298000', '163108.301000', '163108.304000', '163108.307000', '163108.309000', '163108.312000', '163108.315000', '163108.323000', '163108.326000', '163108.329000', '163108.332000', '163108.334000', '163108.337000', '163108.340000', '163108.343000', '163108.346000', '163108.348000', '163108.351000', '163108.354000', '163108.357000', '163108.359000', '163108.362000', '163108.365000', '163128.235000', '163128.238000', '163128.241000', '163128.243000', '163128.246000', '163128.249000', '163128.252000', '163128.255000', '163128.257000', '163128.260000', '163128.263000', '163128.266000', '163128.271000', '163128.274000', '163128.277000', '163128.280000', '163128.283000', '163128.285000', '163128.288000', '163128.291000', '163128.294000', '163128.297000', '163128.299000', '163128.302000', '163128.305000', '163128.308000', '163128.310000', '163128.313000', '163128.316000', '163128.319000', '163128.335000', '163128.338000', '163128.341000', '163128.343000', '163128.346000', '163128.349000', '163128.352000', '163128.354000', '163128.357000', '163128.360000', '163128.365000', '163128.368000', '163128.371000', '163148.235000', '163148.238000', '163148.241000', '163148.243000', '163148.246000', '163148.249000', '163148.252000', '163148.255000', '163148.257000', '163148.260000', '163148.263000', '163148.266000', '163148.268000', '163148.271000', '163148.274000', '163148.277000', '163148.280000', '163148.282000', '163148.285000', '163148.288000', '163148.291000', '163148.294000', '163148.296000', '163148.299000', '163148.302000', '163148.305000', '163148.307000', '163148.310000', '163148.313000', '163148.316000', '163148.319000', '163148.321000', '163148.324000', '163148.327000', '163148.330000', '163148.333000', '163148.335000', '163148.338000', '163148.341000', '163148.344000', '163148.346000', '163148.349000', '163148.352000', '163148.355000', '163208.234000', '163208.237000', '163208.240000', '163208.242000', '163208.245000', '163208.248000', '163208.251000', '163208.254000', '163208.256000', '163208.259000', '163208.262000', '163208.265000', '163208.268000', '163208.270000', '163208.273000', '163208.276000', '163208.279000', '163208.282000', '163208.284000', '163208.287000', '163208.290000', '163208.293000', '163208.296000', '163208.298000', '163208.301000', '163208.304000', '163208.307000', '163208.310000', '163208.313000', '163208.315000', '163208.320000', '163208.323000', '163208.325000', '163208.328000', '163208.331000', '163208.334000', '163208.337000', '163208.339000', '163208.342000', '163208.345000', '163208.348000', '163208.351000', '163208.353000', '163228.234000', '163228.237000', '163228.240000', '163228.242000', '163228.245000', '163228.248000', '163228.251000', '163228.254000', '163228.256000', '163228.259000', '163228.262000', '163228.265000', '163228.268000', '163228.271000', '163228.274000', '163228.276000', '163228.279000', '163228.282000', '163228.285000', '163228.288000', '163228.290000', '163228.293000', '163228.303000', '163228.306000', '163228.308000', '163228.311000', '163228.314000', '163228.317000', '163228.320000', '163228.322000', '163228.325000', '163228.328000', '163228.331000', '163228.334000', '163228.336000', '163228.339000', '163228.342000', '163228.345000', '163228.348000', '163228.350000', '163228.353000', '163228.356000', '163228.359000', '163228.362000', '163248.234000', '163248.237000', '163248.240000', '163248.242000', '163248.245000', '163248.248000', '163248.251000', '163248.254000', '163248.256000', '163248.259000', '163248.262000', '163248.265000', '163248.268000', '163248.270000', '163248.273000', '163248.276000', '163248.279000', '163248.282000', '163248.284000', '163248.287000', '163248.290000', '163248.293000', '163248.295000', '163248.298000', '163248.301000', '163248.304000', '163248.307000', '163248.309000', '163248.312000', '163248.315000', '163248.318000', '163248.321000', '163248.323000', '163248.326000', '163248.329000', '163248.332000', '163248.335000', '163248.337000', '163248.340000', '163248.343000', '163248.346000', '163248.349000', '163248.351000', '163308.234000', '163308.237000', '163308.240000', '163308.242000', '163308.245000', '163308.248000', '163308.251000', '163308.254000', '163308.256000', '163308.259000', '163308.262000', '163308.265000', '163308.268000', '163308.270000', '163308.273000', '163308.276000', '163308.279000', '163308.282000', '163308.284000', '163308.287000', '163308.290000', '163308.293000', '163308.296000', '163308.298000', '163308.301000', '163308.304000', '163308.319000', '163308.322000', '163308.324000', '163308.327000', '163308.330000', '163308.333000', '163308.336000', '163308.338000', '163308.341000', '163308.344000', '163308.347000', '163308.350000', '163308.352000', '163308.355000', '163308.358000', '163308.361000', '163308.364000', '163308.366000', '163328.235000', '163328.238000', '163328.241000', '163328.243000', '163328.246000', '163328.249000', '163328.252000', '163328.255000', '163328.257000', '163328.260000', '163328.263000', '163328.266000', '163328.269000', '163328.271000', '163328.274000', '163328.277000', '163328.280000', '163328.283000', '163328.285000', '163328.288000', '163328.291000', '163328.294000', '163328.297000', '163328.299000', '163328.302000', '163328.305000', '163328.308000', '163328.311000', '163328.314000', '163328.316000', '163328.319000', '163328.322000', '163328.325000', '163328.327000', '163328.330000', '163328.333000', '163328.336000', '163328.339000', '163328.341000', '163328.344000', '163328.347000', '163328.350000', '163328.353000', '163348.235000', '163348.238000', '163348.241000', '163348.244000', '163348.246000', '163348.249000', '163348.252000', '163348.255000', '163348.257000', '163348.260000', '163348.263000', '163348.266000', '163348.269000', '163348.272000', '163348.275000', '163348.277000', '163348.280000', '163348.283000', '163348.286000', '163348.288000', '163348.291000', '163348.294000', '163348.297000', '163348.300000', '163348.303000', '163348.305000', '163348.308000', '163348.311000', '163348.314000', '163348.317000', '163348.319000', '163348.322000', '163348.325000', '163348.328000', '163348.331000', '163348.333000', '163348.336000', '163348.339000', '163348.342000', '163348.345000', '163348.347000', '163348.350000', '163348.353000', '163348.356000', '163408.235000', '163408.238000', '163408.241000', '163408.243000', '163408.246000', '163408.249000', '163408.252000', '163408.255000', '163408.257000', '163408.260000', '163408.263000', '163408.266000', '163408.269000', '163408.271000', '163408.274000', '163408.277000', '163408.280000', '163408.283000', '163408.285000', '163408.288000', '163408.291000', '163408.294000', '163408.297000', '163408.300000', '163408.302000', '163408.305000', '163408.308000', '163408.311000', '163408.314000', '163408.316000', '163408.319000', '163408.322000', '163408.325000', '163408.328000', '163408.330000', '163408.333000', '163408.336000', '163408.339000', '163408.342000', '163408.344000', '163408.347000', '163408.350000', '163408.353000', '163428.234000', '163428.237000', '163428.240000', '163428.243000', '163428.245000', '163428.248000', '163428.251000', '163428.254000', '163428.257000', '163428.259000', '163428.262000', '163428.265000', '163428.268000', '163428.271000', '163428.273000', '163428.276000', '163428.279000', '163428.282000', '163428.285000', '163428.287000', '163428.290000', '163428.293000', '163428.296000', '163428.299000', '163428.301000', '163428.304000', '163428.307000', '163428.310000', '163428.313000', '163428.315000', '163428.318000', '163428.321000', '163428.324000', '163428.327000', '163428.329000', '163428.332000', '163428.335000', '163428.338000', '163428.341000', '163428.344000', '163428.346000', '163428.349000', '163428.352000', '163448.234000', '163448.237000', '163448.240000', '163448.243000', '163448.245000', '163448.248000', '163448.251000', '163448.254000', '163448.269000', '163448.272000', '163448.275000', '163448.278000', '163448.281000', '163448.283000', '163448.286000', '163448.289000', '163448.292000', '163448.295000', '163448.297000', '163448.300000', '163448.303000', '163448.306000', '163448.309000', '163448.311000', '163448.314000', '163448.317000', '163448.320000', '163448.323000', '163448.325000', '163448.328000', '163448.331000', '163448.334000', '163448.337000', '163448.339000', '163448.342000', '163448.345000', '163448.348000', '163448.351000', '163448.354000', '163448.356000', '163448.359000', '163448.362000', '163448.365000', '163448.367000', '163508.234000', '163508.237000', '163508.240000', '163508.243000', '163508.246000', '163508.249000', '163508.252000', '163508.254000', '163508.257000', '163508.260000', '163508.263000', '163508.266000', '163508.268000', '163508.271000', '163508.274000', '163508.277000', '163508.279000', '163508.282000', '163508.285000', '163508.288000', '163508.291000', '163508.293000', '163508.296000', '163508.299000', '163508.302000', '163508.305000', '163508.307000', '163508.310000', '163508.313000', '163508.316000', '163508.319000', '163508.321000', '163508.324000', '163508.327000', '163508.330000', '163508.333000', '163508.335000', '163508.338000', '163508.341000', '163508.344000', '163508.347000', '163508.349000', '163508.352000', '163528.234000', '163528.237000', '163528.240000', '163528.243000', '163528.245000', '163528.248000', '163528.251000', '163528.254000', '163528.257000', '163528.260000', '163528.262000', '163528.265000', '163528.268000', '163528.271000', '163528.274000', '163528.276000', '163528.279000', '163528.282000', '163528.285000', '163528.288000', '163528.290000', '163528.293000', '163528.296000', '163528.299000', '163528.302000', '163528.304000', '163528.307000', '163528.310000', '163528.313000', '163528.316000', '163528.318000', '163528.321000', '163528.324000', '163528.327000', '163528.330000', '163528.332000', '163528.335000', '163528.338000', '163528.341000', '163528.344000', '163528.346000', '163528.349000', '163528.352000', '163528.355000', '163548.235000', '163548.238000', '163548.241000', '163548.244000', '163548.247000', '163548.250000', '163548.252000', '163548.255000', '163548.260000', '163548.263000', '163548.266000', '163548.269000', '163548.272000', '163548.275000', '163548.277000', '163548.280000', '163548.283000', '163548.286000', '163548.289000', '163548.292000', '163548.294000', '163548.297000', '163548.300000', '163548.303000', '163548.306000', '163548.308000', '163548.311000', '163548.314000', '163548.317000', '163548.320000', '163548.322000', '163548.325000', '163548.328000', '163548.331000', '163548.334000', '163548.337000', '163548.339000', '163548.342000', '163548.345000', '163548.348000', '163548.351000', '163548.353000', '163548.356000', '163608.235000', '163608.238000', '163608.241000', '163608.244000', '163608.247000', '163608.249000', '163608.252000', '163608.259000', '163608.262000', '163608.265000', '163608.268000', '163608.270000', '163608.277000', '163608.280000', '163608.283000', '163608.285000', '163608.288000', '163608.291000', '163608.294000', '163608.297000', '163608.300000', '163608.303000', '163608.306000', '163608.308000', '163608.311000', '163608.314000', '163608.317000', '163608.320000', '163608.323000', '163608.326000', '163608.328000', '163608.331000', '163608.334000', '163608.347000', '163608.350000', '163608.353000', '163608.356000', '163608.359000', '163608.363000', '163608.366000', '163608.369000', '163608.372000', '163608.375000', '163608.377000', '163628.235000', '163628.238000', '163628.241000', '163628.243000', '163628.246000', '163628.249000', '163628.252000', '163628.255000', '163628.257000', '163628.260000', '163628.263000', '163628.266000', '163628.269000', '163628.271000', '163628.274000', '163628.277000', '163628.280000', '163628.283000', '163628.286000', '163628.289000', '163628.291000', '163628.294000', '163628.297000', '163628.300000', '163628.303000', '163628.305000', '163628.308000', '163628.311000', '163628.314000', '163628.317000', '163628.319000', '163628.322000', '163628.325000', '163628.328000', '163628.331000', '163628.333000', '163628.336000', '163628.339000', '163628.342000', '163628.345000', '163628.347000', '163628.350000', '163628.353000', '163648.234000', '163648.237000', '163648.240000', '163648.243000', '163648.245000', '163648.248000', '163648.251000', '163648.254000', '163648.257000', '163648.259000', '163648.262000', '163648.265000', '163648.268000', '163648.270000', '163648.273000', '163648.276000', '163648.279000', '163648.282000', '163648.284000', '163648.287000', '163648.290000', '163648.293000', '163648.296000', '163648.298000', '163648.301000', '163648.304000', '163648.307000', '163648.309000', '163648.312000', '163648.315000', '163648.318000', '163648.321000', '163648.324000', '163648.327000', '163648.329000', '163648.332000', '163648.335000', '163648.338000', '163648.341000', '163648.344000', '163648.346000', '163648.349000', '163648.352000', '163648.355000', '163708.234000', '163708.237000', '163708.240000', '163708.243000', '163708.246000', '163708.248000', '163708.251000', '163708.254000', '163708.257000', '163708.259000', '163708.262000', '163708.265000', '163708.268000', '163708.271000', '163708.273000', '163708.276000', '163708.279000', '163708.282000', '163708.285000', '163708.288000', '163708.291000', '163708.295000', '163708.300000', '163708.303000', '163708.305000', '163708.308000', '163708.311000', '163708.314000', '163708.317000', '163708.319000', '163708.322000', '163708.325000', '163708.328000', '163708.331000', '163708.334000', '163708.336000', '163708.339000', '163708.342000', '163708.345000', '163708.348000', '163708.351000', '163708.353000', '163708.356000', '163728.234000', '163728.237000', '163728.240000', '163728.243000', '163728.246000', '163728.248000', '163728.251000', '163728.254000', '163728.257000', '163728.260000', '163728.263000', '163728.266000', '163728.268000', '163728.271000', '163728.274000', '163728.277000', '163728.280000', '163728.283000', '163728.286000', '163728.288000', '163728.291000', '163728.294000', '163728.297000', '163728.300000', '163728.303000', '163728.305000', '163728.308000', '163728.311000', '163728.314000', '163728.317000', '163728.320000', '163728.322000', '163728.325000', '163728.328000', '163728.331000', '163728.334000', '163728.337000', '163728.339000', '163728.342000', '163728.345000', '163728.348000', '163728.351000', '163728.354000', '163728.365000', '163748.234000', '163748.237000', '163748.240000', '163748.243000', '163748.245000', '163748.248000', '163748.251000', '163748.254000', '163748.257000', '163748.259000', '163748.262000', '163748.265000', '163748.268000', '163748.271000', '163748.274000', '163748.276000', '163748.293000', '163748.295000', '163748.298000', '163748.301000', '163748.304000', '163748.307000', '163748.310000', '163748.312000', '163748.315000', '163748.318000', '163748.321000', '163748.324000', '163748.327000', '163748.330000', '163748.333000', '163748.336000', '163748.339000', '163748.341000', '163748.344000', '163748.347000', '163748.350000', '163748.353000', '163748.356000', '163748.358000', '163748.361000', '163748.364000', '163748.367000', '163808.235000', '163808.238000', '163808.241000', '163808.244000', '163808.246000', '163808.249000', '163808.252000', '163808.255000', '163808.258000', '163808.261000', '163808.263000', '163808.266000', '163808.269000', '163808.272000', '163808.275000', '163808.277000', '163808.280000', '163808.283000', '163808.286000', '163808.289000', '163808.291000', '163808.294000', '163808.297000', '163808.300000', '163808.303000', '163808.305000', '163808.308000', '163808.311000', '163808.314000', '163808.317000', '163808.320000', '163808.322000', '163808.325000', '163808.328000', '163808.331000', '163808.334000', '163808.337000', '163808.339000', '163808.342000', '163808.345000', '163808.348000', '163808.350000', '163808.353000', '163808.356000', '163828.235000', '163828.238000', '163828.241000', '163828.244000', '163828.246000', '163828.249000', '163828.252000', '163828.255000', '163828.258000', '163828.260000', '163828.263000', '163828.282000', '163828.285000', '163828.288000', '163828.291000', '163828.294000', '163828.296000', '163828.299000', '163828.302000', '163828.305000', '163828.308000', '163828.310000', '163828.313000', '163828.316000', '163828.319000', '163828.322000', '163828.325000', '163828.328000', '163828.331000', '163828.334000', '163828.337000', '163828.340000', '163828.343000', '163828.346000', '163828.349000', '163828.352000', '163828.354000', '163828.357000', '163828.360000', '163828.363000', '163828.366000', '163828.369000', '163828.372000', '163848.235000', '163848.238000', '163848.241000', '163848.244000', '163848.246000', '163848.249000', '163848.252000', '163848.255000', '163848.264000', '163848.267000', '163848.270000', '163848.273000', '163848.276000', '163848.278000', '163848.281000', '163848.284000', '163848.287000', '163848.290000', '163848.293000', '163848.295000', '163848.298000', '163848.301000', '163848.304000', '163848.307000', '163848.310000', '163848.313000', '163848.315000', '163848.318000', '163848.321000', '163848.324000', '163848.327000', '163848.330000', '163848.333000', '163848.335000', '163848.338000', '163848.341000', '163848.344000', '163848.347000', '163848.350000', '163848.352000', '163848.368000', '163848.371000', '163848.374000', '163848.377000', '163908.234000', '163908.237000', '163908.240000', '163908.243000', '163908.245000', '163908.248000', '163908.258000', '163908.261000', '163908.263000', '163908.266000', '163908.269000', '163908.272000', '163908.275000', '163908.278000', '163908.281000', '163908.284000', '163908.286000', '163908.289000', '163908.292000', '163908.295000', '163908.298000', '163908.301000', '163908.304000', '163908.306000', '163908.309000', '163908.312000', '163908.315000', '163908.318000', '163908.321000', '163908.324000', '163908.327000', '163908.329000', '163908.332000', '163908.335000', '163908.338000', '163908.341000', '163908.344000', '163908.346000', '163908.349000', '163908.352000', '163908.355000', '163908.358000', '163908.360000', '163928.234000', '163928.237000', '163928.240000', '163928.243000', '163928.246000', '163928.248000', '163928.251000', '163928.254000', '163928.257000', '163928.260000', '163928.263000', '163928.265000', '163928.268000', '163928.271000', '163928.274000', '163928.277000', '163928.280000', '163928.283000', '163928.285000', '163928.288000', '163928.291000', '163928.294000', '163928.297000', '163928.300000', '163928.302000', '163928.305000', '163928.308000', '163928.311000', '163928.314000', '163928.316000', '163928.319000', '163928.322000', '163928.325000', '163928.328000', '163928.330000', '163928.333000', '163928.336000', '163928.339000', '163928.342000', '163928.345000', '163928.347000', '163928.350000', '163928.353000', '163928.356000', '163929.114000', '163929.117000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157], 'LargestImagePixelValue': [7809, 12958, 9505, 12790, 9709, 12310, 9331, 8840, 8581, 8289, 12092, 7252, 10861, 7469, 10853, 8725, 10382, 7307, 10567, 6968, 7858, 7846, 7224, 8588, 7192, 8838, 7147, 9858, 7325, 10009, 7609, 8156, 7135, 7411, 9800, 7210, 10780, 7027, 10394, 7005, 9435, 7041, 8606, 7613, 7226, 7155, 7170, 7571, 7034, 8406, 7696, 7381, 7356, 7325, 7334, 8545, 7323, 8673, 7651, 8191, 8566, 8771, 7449, 9554, 7151, 11322, 7192, 10993, 7189, 10532, 7493, 10338, 7713, 10092, 6907, 9141, 6913, 9418, 6816, 9539, 6890, 9759, 6985, 9552, 6852, 8854, 7101, 8237, 7633, 8345, 7477, 9034, 7306, 8221, 7272, 8136, 7262, 9475, 6878, 10053, 7180, 10646, 7401, 9854, 6890, 7467, 7137, 7545, 8608, 7999, 9164, 8898, 7855, 6731, 7949, 6859, 7547, 7048, 8697, 6816, 8890, 7381, 8219, 7515, 7962, 6983, 7577, 7205, 7570, 7545, 8671, 7539, 8840, 7344, 9156, 7193, 9972, 7594, 9967, 6933, 9109, 7096, 8574, 8206, 7830, 8040, 7703, 7124, 7753, 7446, 8581, 7787, 9250, 7615, 9589, 7326, 9510, 7575, 9132, 7958, 8255, 7668, 8230, 7768, 7643, 7445, 7475, 7809, 7417, 8043, 8061, 8246, 8811, 8092, 7615, 7641, 11519, 7897, 10851, 8599, 12115, 8080, 11692, 8944, 8962, 11988, 9038, 13384, 8355, 11576, 10496, 10717, 7384, 10045, 7203, 9942, 7583, 9617, 6949, 8945, 7826, 7834, 7068, 7650, 8686, 7729, 10798, 7585, 11151, 7129, 10193, 8039, 10627, 7326, 9004, 7172, 8465, 8089, 7908, 7570, 7688, 9179, 7639, 9489, 7205, 7801, 7479, 7755, 7690, 7574, 7735, 8568, 7571, 10205, 7974, 10450, 7694, 10489, 7754, 11149, 7750, 10340, 8179, 10339, 8393, 10743, 7552, 8803, 7682, 8161, 9614, 7753, 11512, 7213, 10837, 7607, 10144, 7965, 9075, 7478, 7851, 7376, 8340, 7145, 7685, 7901, 7655, 7433, 8332, 7184, 9557, 7540, 11488, 7477, 11123, 7550, 11243, 7767, 10993, 7768, 10942, 7574, 10626, 8768, 10381, 7664, 11576, 7601, 11406, 7736, 10903, 7522, 9947, 9346, 8606, 8193, 7323, 7784, 7847, 7706, 7794, 7827, 7970, 8241, 8200, 8146, 7217, 9092, 7826, 9768, 7268, 9849, 8216, 9194, 7960, 8667, 7847, 8699, 8333, 8838, 7973, 7352, 8005, 7553, 8312, 7957, 9262, 7990, 10746, 7941, 10151, 7986, 10391, 8278, 10935, 7644, 10422, 7579, 9926, 7463, 8642, 7981, 8094, 7498, 7907, 7741, 7829, 8805, 7979, 9489, 7571, 9152, 7718, 8206, 8232, 8725, 7902, 10523, 7873, 10940, 7684, 10520, 8217, 9954, 8143, 9963, 7907, 8952, 7378, 7729, 8335, 7884, 8119, 7284, 8467, 7230, 8096, 7718, 8584, 7910, 9038, 8519, 8145, 9514, 7430, 7474, 7731, 7689, 10076, 8498, 11276, 7541, 11925, 7889, 12465, 9772, 12546, 11159, 10801, 8504, 11983, 9068, 14037, 10955, 9864, 9052, 8098, 11812, 7854, 11244, 7794, 10571, 7651, 10018, 9102, 9794, 7358, 9530, 7359, 9387, 7614, 8438, 7563, 7489, 7176, 7981, 10553, 7981, 10667, 7718, 9888, 7848, 9443, 7569, 9023, 7585, 9487, 7797, 10169, 7920, 10520, 8013, 10589, 7866, 10126, 7732, 9166, 8385, 7846, 7902, 7850, 11174, 7895, 10995, 7537, 10746, 7825, 10177, 7968, 9379, 7434, 8326, 8176, 7953, 7536, 7989, 9695, 7709, 10332, 7666, 10576, 7782, 8540, 7762, 8682, 7907, 7285, 7614, 7913, 7795, 8352, 11650, 7730, 11499, 8781, 12392, 9245, 13242, 10245, 12981, 10709, 13238, 8867, 12642, 10200, 11518, 10056, 7674, 8257, 8105, 10041, 14396, 11547, 12188, 7707, 7991, 8451, 7966, 8098, 8126, 11310, 8007, 10972, 7903, 10177, 7512, 7703, 7864, 7885, 8727, 8163, 11253, 7921, 11177, 7552, 10089, 7634, 7339, 8075, 8129, 8116, 7517, 7972, 10244, 8344, 8234, 9148, 8028, 12820, 11290, 12851, 9579, 10574, 10028, 8739, 12971, 9161, 13980, 7838, 7578, 8596, 7880, 11877, 9694, 9280, 8462, 7947, 10316, 7851, 12872, 9933, 7401, 8872, 8672, 8796, 8361, 9337, 8758, 8275, 8200, 8076, 9104, 8146, 7780, 8480, 8388, 8985, 7918, 9577, 8143, 7654, 8175, 7721, 8327, 8113, 8475, 8577, 9037, 8472, 9936, 8404, 8225, 8458, 7935, 9197, 8041, 9404, 8100, 8654, 10997, 8241, 11802, 8174, 12746, 8382, 12394, 8300, 11721, 9435, 11210, 7990, 11265, 8128, 10248, 8238, 7111, 8120, 7612, 9073, 8273, 7819, 8347, 7709, 11654, 9567, 8461, 8462, 7908, 11620, 8619, 13274, 10891, 13439, 8824, 12279, 7938, 12387, 8162, 11175, 8210, 9698, 8234, 8585, 7181, 8158, 8228, 8391, 10982, 8052, 10621, 8216, 10272, 8126, 9064, 8231, 8045, 8508, 8147, 8174, 8284, 7359, 8268, 8693, 10777, 8219, 11203, 8271, 10971, 8857, 8887, 10323, 9959, 11703, 10594, 11134, 8603, 12407, 8399, 12256, 8828, 11538, 10344, 11162, 9096, 10880, 8208, 9456, 8280, 9898, 7703, 10358, 7859, 10059, 8095, 10207, 7901, 10072, 7923, 10154, 8149, 10497, 8154, 10212, 7998, 9731, 7621, 10006, 8052, 9682, 7998, 10995, 8155, 11147, 7872, 11196, 7855, 10802, 8287, 10628, 7928, 9107, 7780, 8835, 7944, 8998, 7968, 9579, 7677, 9843, 8250, 10925, 8251, 10773, 7686, 10888, 8788, 9749, 8656, 8056, 8250, 8271, 10077, 7882, 10577, 7393, 10495, 8122, 9991, 8593, 8089, 7225, 7991, 9853, 8212, 11529, 7792, 10968, 7864, 10982, 7928, 9041, 8028, 8149, 7946, 8392, 7697, 8106, 8166, 8485, 8775, 8039, 11275, 8810, 10776, 9384, 8148, 8536, 7815, 12162, 10664, 12896, 10151, 10416, 9095, 9025, 13307, 10207, 14455, 11463, 7625, 8734, 7769, 8820, 8873, 7787, 10633, 8404, 8013, 10986, 9945, 13829, 11874, 10136, 9770, 8159, 12806, 8481, 14181, 11638, 11179, 9440, 8276, 9938, 7744, 10783, 8019, 9893, 8931, 7703, 8206, 7377, 7722, 7428, 7840, 7895, 8047, 7565, 9069, 7610, 8248, 7907, 7829, 8219, 7605, 9879, 8036, 10598, 7937, 10773, 8124, 10736, 8107, 9345, 8253, 8035, 8243, 7591, 7401, 7767, 7803, 9103, 7652, 11746, 8984, 11739, 7766, 12145, 8538, 12359, 9007, 11855, 8137, 11632, 8393, 10313, 7548, 7950, 8027, 7990, 7491, 8052, 10143, 8113, 12037, 8266, 11053, 8082, 10915, 7968, 10762, 7436, 10641, 7737, 9711, 7409, 8536, 7783, 8138, 7278, 7590, 8260, 7862, 8752, 7508, 8355, 7270, 8216, 7490, 9645, 7613, 10558, 7544, 10472, 7551, 10025, 7386, 9537, 7805, 9603, 7971, 8883, 7689, 8491, 8002, 8098, 7955, 8578, 8428, 8552, 8464, 8596, 8629, 10950, 8920, 12924, 7699, 11844, 8374, 10917, 8017, 9750, 7446, 8205, 8030, 7992, 7519, 7506, 7900, 7341, 8653, 7534, 9790, 7381, 8700, 8133, 8666, 8705, 8094, 9583, 7653, 8688, 8898, 9500, 8704, 12418, 10926, 12090, 8356, 11482, 7742, 11184, 8326, 10114, 7959, 8259, 7705, 7707, 8645, 7592, 7820, 7815, 7661, 8008, 9139, 7169, 9870, 7681, 10410, 7615, 9946, 7458, 8329, 7426, 8694, 7748, 7988, 8206, 7641, 8705, 8439, 7896, 8128, 7794, 10029, 7307, 9669, 7560, 9928, 7234, 8390, 7698, 8562, 8049, 8170, 8477, 8448, 8762, 8027, 9134, 8025, 9110, 8212, 10472, 8221, 10717, 7852, 9340, 7795, 9510, 7792, 8958, 7835, 9286, 7582, 8937, 7464, 9058, 7304, 8335, 7798, 8165, 7788, 8946, 7790, 7985, 9336, 8094, 9630, 7478, 9121, 8971, 8785, 9970, 8191, 10577, 8929, 9872, 7897, 9469, 8222, 8012, 10353, 7805, 12184, 8399, 12409, 7720, 10429, 7778, 9366, 8268, 8070, 7590, 7774, 10119, 7655, 11642, 7549, 11026, 7561, 10234, 7943, 9391, 7976, 7683, 8246, 8388, 9707, 7788, 9749, 8401, 9744, 8927, 9874, 9712, 8202, 8641, 7865, 10215, 8275, 11265, 10409, 8158, 9369, 7725, 10169, 7509, 10169, 8091, 10458, 8136, 8282, 7452, 8010, 10397, 8167, 11497, 7918, 11198, 7665, 10439, 7480, 9399, 7304, 7737, 7321, 8053, 7787, 8483, 8273, 8765, 8009, 9170, 9350, 8843, 8872, 7759, 9442, 11768, 8678, 8922, 9398, 8433, 12869, 10828, 12783, 8615, 8329, 10156, 9169, 13636, 11084, 9100, 8713, 8116, 10204, 7930, 13400, 10914, 9374, 8735, 8918, 9327, 7863, 12101, 9797, 13205], 'WindowCenter': [3829.0, 3865.0, 3820.0, 3838.0, 3804.0, 3810.0, 3774.0, 3762.0, 3744.0, 3749.0, 3775.0, 3726.0, 3767.0, 3739.0, 3766.0, 3761.0, 3767.0, 3736.0, 3765.0, 3727.0, 3746.0, 3749.0, 3738.0, 3746.0, 3727.0, 3759.0, 3738.0, 3767.0, 3740.0, 3767.0, 3735.0, 3737.0, 3725.0, 3726.0, 3752.0, 3725.0, 3765.0, 3726.0, 3768.0, 3728.0, 3757.0, 3723.0, 3745.0, 3731.0, 3723.0, 3723.0, 3724.0, 3751.0, 3740.0, 3763.0, 3750.0, 3750.0, 3751.0, 3735.0, 3751.0, 3760.0, 3752.0, 3773.0, 3765.0, 3763.0, 3763.0, 3762.0, 3751.0, 3769.0, 3740.0, 3778.0, 3738.0, 3780.0, 3737.0, 3781.0, 3739.0, 3768.0, 3738.0, 3768.0, 3735.0, 3756.0, 3738.0, 3766.0, 3740.0, 3778.0, 3754.0, 3784.0, 3752.0, 3771.0, 3726.0, 3770.0, 3736.0, 3760.0, 3748.0, 3757.0, 3736.0, 3758.0, 3739.0, 3748.0, 3737.0, 3747.0, 3738.0, 3771.0, 3754.0, 3770.0, 3737.0, 3779.0, 3737.0, 3768.0, 3737.0, 3737.0, 3739.0, 3746.0, 3773.0, 3763.0, 3772.0, 3758.0, 3745.0, 3724.0, 3734.0, 3713.0, 3747.0, 3737.0, 3759.0, 3725.0, 3757.0, 3734.0, 3747.0, 3735.0, 3747.0, 3722.0, 3735.0, 3734.0, 3749.0, 3747.0, 3758.0, 3738.0, 3754.0, 3737.0, 3768.0, 3734.0, 3769.0, 3749.0, 3781.0, 3752.0, 3770.0, 3737.0, 3756.0, 3745.0, 3736.0, 3746.0, 3747.0, 3738.0, 3748.0, 3751.0, 3770.0, 3751.0, 3769.0, 3752.0, 3782.0, 3751.0, 3782.0, 3750.0, 3784.0, 3776.0, 3774.0, 3751.0, 3759.0, 3748.0, 3750.0, 3736.0, 3750.0, 3749.0, 3751.0, 3759.0, 3763.0, 3774.0, 3785.0, 3777.0, 3774.0, 3779.0, 3818.0, 3776.0, 3793.0, 3775.0, 3806.0, 3751.0, 3790.0, 3757.0, 3747.0, 3774.0, 3745.0, 3785.0, 3745.0, 3765.0, 3753.0, 3753.0, 3721.0, 3752.0, 3720.0, 3753.0, 3735.0, 3766.0, 3725.0, 3744.0, 3721.0, 3722.0, 3722.0, 3732.0, 3739.0, 3729.0, 3763.0, 3736.0, 3777.0, 3733.0, 3766.0, 3734.0, 3765.0, 3735.0, 3754.0, 3721.0, 3743.0, 3732.0, 3734.0, 3732.0, 3747.0, 3766.0, 3749.0, 3765.0, 3736.0, 3746.0, 3738.0, 3747.0, 3751.0, 3746.0, 3761.0, 3786.0, 3777.0, 3794.0, 3773.0, 3793.0, 3760.0, 3792.0, 3761.0, 3792.0, 3761.0, 3779.0, 3773.0, 3781.0, 3761.0, 3792.0, 3750.0, 3768.0, 3763.0, 3770.0, 3781.0, 3749.0, 3792.0, 3738.0, 3778.0, 3734.0, 3767.0, 3735.0, 3742.0, 3721.0, 3735.0, 3721.0, 3744.0, 3723.0, 3732.0, 3732.0, 3732.0, 3724.0, 3747.0, 3740.0, 3769.0, 3748.0, 3775.0, 3722.0, 3776.0, 3736.0, 3772.0, 3735.0, 3763.0, 3732.0, 3777.0, 3747.0, 3778.0, 3759.0, 3765.0, 3736.0, 3774.0, 3734.0, 3775.0, 3734.0, 3775.0, 3747.0, 3765.0, 3757.0, 3743.0, 3744.0, 3722.0, 3733.0, 3735.0, 3735.0, 3747.0, 3748.0, 3746.0, 3745.0, 3743.0, 3744.0, 3734.0, 3755.0, 3736.0, 3780.0, 3750.0, 3779.0, 3757.0, 3767.0, 3761.0, 3759.0, 3749.0, 3759.0, 3746.0, 3758.0, 3760.0, 3737.0, 3749.0, 3745.0, 3760.0, 3746.0, 3769.0, 3761.0, 3793.0, 3762.0, 3791.0, 3774.0, 3794.0, 3762.0, 3792.0, 3750.0, 3782.0, 3750.0, 3768.0, 3749.0, 3762.0, 3749.0, 3746.0, 3733.0, 3747.0, 3735.0, 3734.0, 3754.0, 3747.0, 3767.0, 3748.0, 3756.0, 3747.0, 3758.0, 3760.0, 3757.0, 3760.0, 3779.0, 3761.0, 3805.0, 3763.0, 3794.0, 3763.0, 3781.0, 3748.0, 3780.0, 3760.0, 3771.0, 3749.0, 3749.0, 3772.0, 3774.0, 3760.0, 3751.0, 3755.0, 3736.0, 3757.0, 3748.0, 3768.0, 3771.0, 3785.0, 3787.0, 3789.0, 3810.0, 3780.0, 3780.0, 3779.0, 3778.0, 3811.0, 3787.0, 3809.0, 3754.0, 3794.0, 3751.0, 3793.0, 3772.0, 3790.0, 3781.0, 3767.0, 3747.0, 3766.0, 3745.0, 3790.0, 3768.0, 3755.0, 3730.0, 3719.0, 3759.0, 3718.0, 3748.0, 3718.0, 3752.0, 3721.0, 3739.0, 3730.0, 3741.0, 3709.0, 3738.0, 3707.0, 3741.0, 3722.0, 3746.0, 3734.0, 3722.0, 3708.0, 3721.0, 3750.0, 3731.0, 3753.0, 3722.0, 3754.0, 3732.0, 3769.0, 3749.0, 3759.0, 3748.0, 3768.0, 3749.0, 3780.0, 3762.0, 3782.0, 3760.0, 3782.0, 3766.0, 3793.0, 3752.0, 3770.0, 3749.0, 3749.0, 3746.0, 3748.0, 3778.0, 3750.0, 3791.0, 3753.0, 3792.0, 3749.0, 3768.0, 3748.0, 3770.0, 3750.0, 3760.0, 3759.0, 3761.0, 3750.0, 3775.0, 3781.0, 3761.0, 3778.0, 3746.0, 3779.0, 3763.0, 3771.0, 3760.0, 3781.0, 3777.0, 3781.0, 3779.0, 3792.0, 3787.0, 3791.0, 3819.0, 3780.0, 3822.0, 3789.0, 3819.0, 3785.0, 3805.0, 3797.0, 3793.0, 3772.0, 3788.0, 3758.0, 3790.0, 3770.0, 3768.0, 3756.0, 3724.0, 3735.0, 3734.0, 3770.0, 3801.0, 3765.0, 3750.0, 3707.0, 3719.0, 3719.0, 3719.0, 3717.0, 3719.0, 3751.0, 3735.0, 3765.0, 3732.0, 3740.0, 3710.0, 3722.0, 3720.0, 3732.0, 3731.0, 3731.0, 3761.0, 3732.0, 3764.0, 3735.0, 3766.0, 3750.0, 3733.0, 3762.0, 3762.0, 3763.0, 3766.0, 3774.0, 3798.0, 3778.0, 3773.0, 3789.0, 3764.0, 3820.0, 3798.0, 3791.0, 3762.0, 3767.0, 3756.0, 3748.0, 3790.0, 3759.0, 3787.0, 3733.0, 3737.0, 3747.0, 3736.0, 3775.0, 3758.0, 3757.0, 3734.0, 3732.0, 3755.0, 3734.0, 3787.0, 3757.0, 3722.0, 3746.0, 3735.0, 3744.0, 3732.0, 3744.0, 3734.0, 3736.0, 3737.0, 3737.0, 3746.0, 3722.0, 3723.0, 3746.0, 3745.0, 3758.0, 3749.0, 3756.0, 3747.0, 3749.0, 3761.0, 3750.0, 3758.0, 3763.0, 3762.0, 3773.0, 3774.0, 3778.0, 3785.0, 3762.0, 3761.0, 3759.0, 3750.0, 3770.0, 3750.0, 3769.0, 3764.0, 3774.0, 3784.0, 3763.0, 3792.0, 3748.0, 3790.0, 3749.0, 3791.0, 3763.0, 3791.0, 3759.0, 3765.0, 3733.0, 3765.0, 3734.0, 3755.0, 3744.0, 3725.0, 3747.0, 3752.0, 3759.0, 3756.0, 3749.0, 3761.0, 3763.0, 3794.0, 3784.0, 3760.0, 3759.0, 3750.0, 3791.0, 3762.0, 3805.0, 3780.0, 3788.0, 3744.0, 3766.0, 3723.0, 3765.0, 3731.0, 3752.0, 3746.0, 3758.0, 3745.0, 3732.0, 3710.0, 3719.0, 3717.0, 3732.0, 3748.0, 3731.0, 3752.0, 3732.0, 3752.0, 3734.0, 3755.0, 3754.0, 3747.0, 3758.0, 3761.0, 3757.0, 3769.0, 3761.0, 3778.0, 3777.0, 3809.0, 3775.0, 3797.0, 3765.0, 3785.0, 3759.0, 3761.0, 3770.0, 3770.0, 3777.0, 3770.0, 3766.0, 3744.0, 3774.0, 3734.0, 3762.0, 3746.0, 3765.0, 3753.0, 3752.0, 3731.0, 3751.0, 3728.0, 3740.0, 3732.0, 3752.0, 3734.0, 3768.0, 3748.0, 3767.0, 3734.0, 3766.0, 3734.0, 3755.0, 3735.0, 3765.0, 3734.0, 3765.0, 3746.0, 3779.0, 3761.0, 3771.0, 3748.0, 3765.0, 3761.0, 3768.0, 3761.0, 3777.0, 3750.0, 3792.0, 3763.0, 3793.0, 3761.0, 3777.0, 3747.0, 3780.0, 3747.0, 3757.0, 3734.0, 3758.0, 3764.0, 3769.0, 3763.0, 3771.0, 3749.0, 3781.0, 3762.0, 3792.0, 3761.0, 3792.0, 3751.0, 3792.0, 3774.0, 3767.0, 3757.0, 3749.0, 3748.0, 3760.0, 3769.0, 3747.0, 3782.0, 3752.0, 3781.0, 3748.0, 3757.0, 3745.0, 3735.0, 3724.0, 3735.0, 3753.0, 3746.0, 3789.0, 3744.0, 3776.0, 3731.0, 3765.0, 3733.0, 3754.0, 3745.0, 3746.0, 3747.0, 3754.0, 3761.0, 3771.0, 3773.0, 3782.0, 3788.0, 3790.0, 3808.0, 3789.0, 3808.0, 3785.0, 3763.0, 3762.0, 3752.0, 3794.0, 3783.0, 3803.0, 3772.0, 3767.0, 3758.0, 3756.0, 3801.0, 3782.0, 3800.0, 3781.0, 3724.0, 3744.0, 3735.0, 3744.0, 3757.0, 3735.0, 3767.0, 3748.0, 3737.0, 3768.0, 3758.0, 3786.0, 3767.0, 3741.0, 3739.0, 3708.0, 3760.0, 3716.0, 3760.0, 3750.0, 3738.0, 3728.0, 3717.0, 3727.0, 3707.0, 3738.0, 3720.0, 3740.0, 3732.0, 3710.0, 3733.0, 3709.0, 3719.0, 3708.0, 3719.0, 3708.0, 3720.0, 3719.0, 3731.0, 3724.0, 3732.0, 3735.0, 3737.0, 3748.0, 3749.0, 3770.0, 3751.0, 3783.0, 3765.0, 3794.0, 3764.0, 3781.0, 3753.0, 3768.0, 3759.0, 3762.0, 3762.0, 3754.0, 3754.0, 3765.0, 3766.0, 3789.0, 3793.0, 3820.0, 3791.0, 3807.0, 3767.0, 3807.0, 3765.0, 3793.0, 3765.0, 3795.0, 3751.0, 3782.0, 3736.0, 3768.0, 3736.0, 3736.0, 3736.0, 3735.0, 3722.0, 3748.0, 3770.0, 3749.0, 3788.0, 3736.0, 3764.0, 3737.0, 3766.0, 3736.0, 3767.0, 3725.0, 3766.0, 3750.0, 3771.0, 3752.0, 3760.0, 3734.0, 3749.0, 3739.0, 3749.0, 3748.0, 3746.0, 3772.0, 3753.0, 3758.0, 3752.0, 3759.0, 3752.0, 3768.0, 3750.0, 3781.0, 3750.0, 3783.0, 3750.0, 3778.0, 3754.0, 3784.0, 3763.0, 3780.0, 3764.0, 3773.0, 3765.0, 3775.0, 3777.0, 3778.0, 3778.0, 3786.0, 3776.0, 3771.0, 3765.0, 3763.0, 3762.0, 3781.0, 3761.0, 3790.0, 3752.0, 3789.0, 3760.0, 3766.0, 3735.0, 3758.0, 3735.0, 3746.0, 3735.0, 3735.0, 3737.0, 3738.0, 3747.0, 3734.0, 3745.0, 3735.0, 3765.0, 3736.0, 3757.0, 3749.0, 3772.0, 3772.0, 3763.0, 3784.0, 3765.0, 3774.0, 3786.0, 3798.0, 3789.0, 3808.0, 3795.0, 3791.0, 3750.0, 3779.0, 3736.0, 3767.0, 3745.0, 3767.0, 3743.0, 3747.0, 3734.0, 3720.0, 3731.0, 3722.0, 3731.0, 3733.0, 3734.0, 3747.0, 3756.0, 3736.0, 3754.0, 3735.0, 3764.0, 3737.0, 3765.0, 3749.0, 3759.0, 3749.0, 3758.0, 3748.0, 3748.0, 3759.0, 3746.0, 3759.0, 3761.0, 3751.0, 3747.0, 3737.0, 3756.0, 3724.0, 3755.0, 3749.0, 3766.0, 3733.0, 3748.0, 3751.0, 3772.0, 3749.0, 3747.0, 3746.0, 3747.0, 3759.0, 3748.0, 3757.0, 3749.0, 3758.0, 3761.0, 3768.0, 3745.0, 3765.0, 3747.0, 3756.0, 3750.0, 3755.0, 3737.0, 3756.0, 3751.0, 3769.0, 3749.0, 3758.0, 3735.0, 3755.0, 3737.0, 3758.0, 3749.0, 3758.0, 3749.0, 3772.0, 3749.0, 3760.0, 3770.0, 3749.0, 3766.0, 3747.0, 3782.0, 3785.0, 3786.0, 3796.0, 3773.0, 3790.0, 3772.0, 3779.0, 3750.0, 3768.0, 3750.0, 3750.0, 3783.0, 3750.0, 3790.0, 3744.0, 3777.0, 3734.0, 3766.0, 3734.0, 3756.0, 3733.0, 3746.0, 3734.0, 3735.0, 3750.0, 3720.0, 3759.0, 3719.0, 3762.0, 3732.0, 3753.0, 3745.0, 3755.0, 3746.0, 3746.0, 3757.0, 3757.0, 3767.0, 3751.0, 3781.0, 3760.0, 3781.0, 3772.0, 3781.0, 3771.0, 3748.0, 3747.0, 3735.0, 3766.0, 3747.0, 3775.0, 3768.0, 3736.0, 3745.0, 3735.0, 3756.0, 3736.0, 3769.0, 3735.0, 3754.0, 3719.0, 3716.0, 3708.0, 3720.0, 3749.0, 3729.0, 3760.0, 3731.0, 3776.0, 3733.0, 3751.0, 3708.0, 3741.0, 3718.0, 3721.0, 3722.0, 3731.0, 3734.0, 3755.0, 3759.0, 3760.0, 3760.0, 3783.0, 3785.0, 3786.0, 3784.0, 3766.0, 3787.0, 3808.0, 3789.0, 3774.0, 3774.0, 3764.0, 3806.0, 3785.0, 3789.0, 3749.0, 3736.0, 3768.0, 3760.0, 3800.0, 3779.0, 3745.0, 3734.0, 3733.0, 3750.0, 3733.0, 3772.0, 3767.0, 3743.0, 3731.0, 3728.0, 3742.0, 3734.0, 3778.0, 3755.0, 3773.0], 'WindowWidth': [8619.0, 8652.0, 8581.0, 8605.0, 8549.0, 8546.0, 8487.0, 8466.0, 8435.0, 8444.0, 8477.0, 8410.0, 8469.0, 8433.0, 8466.0, 8465.0, 8467.0, 8426.0, 8461.0, 8416.0, 8440.0, 8446.0, 8431.0, 8441.0, 8416.0, 8458.0, 8433.0, 8471.0, 8437.0, 8470.0, 8422.0, 8426.0, 8407.0, 8411.0, 8441.0, 8408.0, 8461.0, 8410.0, 8468.0, 8418.0, 8453.0, 8404.0, 8435.0, 8413.0, 8404.0, 8405.0, 8411.0, 8454.0, 8442.0, 8474.0, 8451.0, 8451.0, 8454.0, 8429.0, 8453.0, 8465.0, 8456.0, 8487.0, 8480.0, 8474.0, 8473.0, 8468.0, 8453.0, 8474.0, 8436.0, 8487.0, 8433.0, 8490.0, 8433.0, 8494.0, 8436.0, 8473.0, 8431.0, 8471.0, 8426.0, 8455.0, 8434.0, 8470.0, 8439.0, 8491.0, 8466.0, 8504.0, 8459.0, 8480.0, 8417.0, 8479.0, 8429.0, 8464.0, 8447.0, 8461.0, 8430.0, 8461.0, 8434.0, 8445.0, 8430.0, 8443.0, 8433.0, 8481.0, 8467.0, 8478.0, 8431.0, 8488.0, 8430.0, 8471.0, 8430.0, 8430.0, 8437.0, 8445.0, 8489.0, 8475.0, 8485.0, 8459.0, 8438.0, 8409.0, 8422.0, 8393.0, 8444.0, 8430.0, 8462.0, 8413.0, 8454.0, 8421.0, 8442.0, 8424.0, 8441.0, 8404.0, 8423.0, 8423.0, 8449.0, 8447.0, 8459.0, 8431.0, 8450.0, 8430.0, 8473.0, 8426.0, 8475.0, 8449.0, 8494.0, 8461.0, 8479.0, 8432.0, 8453.0, 8437.0, 8428.0, 8440.0, 8444.0, 8434.0, 8448.0, 8458.0, 8480.0, 8455.0, 8477.0, 8460.0, 8499.0, 8457.0, 8497.0, 8455.0, 8504.0, 8500.0, 8493.0, 8458.0, 8466.0, 8446.0, 8452.0, 8432.0, 8454.0, 8450.0, 8458.0, 8469.0, 8477.0, 8494.0, 8510.0, 8503.0, 8497.0, 8508.0, 8560.0, 8502.0, 8519.0, 8494.0, 8535.0, 8454.0, 8507.0, 8456.0, 8443.0, 8474.0, 8436.0, 8493.0, 8438.0, 8462.0, 8443.0, 8441.0, 8398.0, 8440.0, 8398.0, 8443.0, 8427.0, 8469.0, 8412.0, 8434.0, 8398.0, 8402.0, 8401.0, 8415.0, 8420.0, 8409.0, 8457.0, 8427.0, 8484.0, 8424.0, 8465.0, 8420.0, 8462.0, 8423.0, 8449.0, 8401.0, 8433.0, 8417.0, 8422.0, 8417.0, 8445.0, 8472.0, 8452.0, 8466.0, 8427.0, 8442.0, 8434.0, 8446.0, 8456.0, 8446.0, 8472.0, 8513.0, 8504.0, 8521.0, 8491.0, 8514.0, 8470.0, 8514.0, 8472.0, 8512.0, 8470.0, 8495.0, 8489.0, 8496.0, 8472.0, 8512.0, 8454.0, 8475.0, 8477.0, 8484.0, 8498.0, 8451.0, 8510.0, 8433.0, 8485.0, 8422.0, 8469.0, 8422.0, 8431.0, 8403.0, 8424.0, 8403.0, 8434.0, 8403.0, 8414.0, 8414.0, 8417.0, 8407.0, 8441.0, 8441.0, 8476.0, 8447.0, 8478.0, 8405.0, 8480.0, 8425.0, 8470.0, 8424.0, 8460.0, 8419.0, 8482.0, 8446.0, 8487.0, 8462.0, 8464.0, 8427.0, 8474.0, 8423.0, 8478.0, 8423.0, 8478.0, 8446.0, 8466.0, 8456.0, 8433.0, 8434.0, 8402.0, 8420.0, 8423.0, 8424.0, 8447.0, 8448.0, 8443.0, 8438.0, 8434.0, 8437.0, 8424.0, 8451.0, 8429.0, 8493.0, 8455.0, 8492.0, 8460.0, 8472.0, 8469.0, 8464.0, 8450.0, 8462.0, 8444.0, 8460.0, 8467.0, 8432.0, 8448.0, 8442.0, 8467.0, 8444.0, 8478.0, 8470.0, 8515.0, 8475.0, 8514.0, 8495.0, 8519.0, 8474.0, 8512.0, 8455.0, 8496.0, 8451.0, 8475.0, 8456.0, 8472.0, 8450.0, 8440.0, 8420.0, 8442.0, 8424.0, 8424.0, 8449.0, 8446.0, 8473.0, 8448.0, 8454.0, 8444.0, 8463.0, 8468.0, 8460.0, 8467.0, 8492.0, 8471.0, 8536.0, 8479.0, 8519.0, 8474.0, 8493.0, 8449.0, 8493.0, 8466.0, 8482.0, 8452.0, 8451.0, 8488.0, 8492.0, 8470.0, 8457.0, 8454.0, 8430.0, 8460.0, 8450.0, 8480.0, 8486.0, 8512.0, 8515.0, 8524.0, 8552.0, 8512.0, 8511.0, 8510.0, 8506.0, 8552.0, 8515.0, 8546.0, 8464.0, 8514.0, 8453.0, 8513.0, 8483.0, 8503.0, 8492.0, 8466.0, 8440.0, 8463.0, 8434.0, 8507.0, 8473.0, 8447.0, 8407.0, 8389.0, 8444.0, 8388.0, 8426.0, 8390.0, 8439.0, 8398.0, 8417.0, 8406.0, 8423.0, 8378.0, 8414.0, 8374.0, 8423.0, 8400.0, 8439.0, 8421.0, 8400.0, 8377.0, 8395.0, 8435.0, 8412.0, 8441.0, 8400.0, 8443.0, 8417.0, 8475.0, 8451.0, 8461.0, 8446.0, 8473.0, 8451.0, 8491.0, 8469.0, 8497.0, 8466.0, 8497.0, 8484.0, 8515.0, 8458.0, 8478.0, 8446.0, 8449.0, 8442.0, 8445.0, 8486.0, 8450.0, 8509.0, 8461.0, 8510.0, 8450.0, 8471.0, 8447.0, 8480.0, 8452.0, 8465.0, 8464.0, 8469.0, 8455.0, 8497.0, 8499.0, 8471.0, 8488.0, 8445.0, 8490.0, 8475.0, 8485.0, 8470.0, 8502.0, 8504.0, 8515.0, 8510.0, 8531.0, 8521.0, 8528.0, 8563.0, 8513.0, 8567.0, 8518.0, 8559.0, 8510.0, 8535.0, 8525.0, 8512.0, 8479.0, 8497.0, 8458.0, 8504.0, 8476.0, 8469.0, 8449.0, 8403.0, 8420.0, 8417.0, 8477.0, 8522.0, 8463.0, 8431.0, 8371.0, 8387.0, 8386.0, 8389.0, 8384.0, 8389.0, 8436.0, 8423.0, 8460.0, 8412.0, 8419.0, 8379.0, 8399.0, 8393.0, 8411.0, 8408.0, 8410.0, 8450.0, 8414.0, 8459.0, 8422.0, 8464.0, 8450.0, 8421.0, 8469.0, 8473.0, 8478.0, 8483.0, 8494.0, 8529.0, 8503.0, 8491.0, 8515.0, 8477.0, 8558.0, 8525.0, 8507.0, 8467.0, 8468.0, 8452.0, 8442.0, 8502.0, 8457.0, 8493.0, 8417.0, 8428.0, 8440.0, 8425.0, 8476.0, 8456.0, 8452.0, 8418.0, 8414.0, 8446.0, 8421.0, 8494.0, 8454.0, 8402.0, 8435.0, 8419.0, 8431.0, 8413.0, 8430.0, 8416.0, 8423.0, 8425.0, 8426.0, 8436.0, 8398.0, 8403.0, 8434.0, 8436.0, 8455.0, 8445.0, 8451.0, 8443.0, 8449.0, 8466.0, 8451.0, 8462.0, 8472.0, 8470.0, 8488.0, 8488.0, 8501.0, 8507.0, 8470.0, 8466.0, 8465.0, 8449.0, 8475.0, 8452.0, 8476.0, 8474.0, 8487.0, 8500.0, 8471.0, 8508.0, 8445.0, 8502.0, 8446.0, 8504.0, 8471.0, 8507.0, 8461.0, 8460.0, 8416.0, 8459.0, 8418.0, 8446.0, 8431.0, 8409.0, 8442.0, 8457.0, 8461.0, 8455.0, 8449.0, 8468.0, 8475.0, 8515.0, 8502.0, 8464.0, 8462.0, 8450.0, 8506.0, 8471.0, 8530.0, 8490.0, 8497.0, 8432.0, 8461.0, 8400.0, 8457.0, 8408.0, 8438.0, 8438.0, 8456.0, 8435.0, 8411.0, 8378.0, 8390.0, 8385.0, 8410.0, 8428.0, 8410.0, 8437.0, 8412.0, 8440.0, 8420.0, 8451.0, 8451.0, 8443.0, 8460.0, 8468.0, 8462.0, 8482.0, 8474.0, 8502.0, 8497.0, 8542.0, 8493.0, 8523.0, 8477.0, 8503.0, 8459.0, 8464.0, 8474.0, 8475.0, 8480.0, 8475.0, 8464.0, 8433.0, 8471.0, 8417.0, 8452.0, 8435.0, 8460.0, 8444.0, 8438.0, 8410.0, 8434.0, 8403.0, 8419.0, 8412.0, 8438.0, 8421.0, 8471.0, 8446.0, 8467.0, 8420.0, 8462.0, 8420.0, 8447.0, 8422.0, 8462.0, 8421.0, 8463.0, 8439.0, 8487.0, 8471.0, 8482.0, 8447.0, 8466.0, 8468.0, 8474.0, 8467.0, 8485.0, 8452.0, 8509.0, 8476.0, 8515.0, 8470.0, 8483.0, 8443.0, 8488.0, 8443.0, 8453.0, 8423.0, 8458.0, 8479.0, 8480.0, 8476.0, 8481.0, 8449.0, 8494.0, 8472.0, 8511.0, 8468.0, 8509.0, 8457.0, 8510.0, 8489.0, 8471.0, 8457.0, 8449.0, 8446.0, 8464.0, 8476.0, 8444.0, 8497.0, 8461.0, 8494.0, 8447.0, 8454.0, 8434.0, 8422.0, 8407.0, 8423.0, 8445.0, 8439.0, 8501.0, 8440.0, 8479.0, 8415.0, 8462.0, 8418.0, 8447.0, 8438.0, 8440.0, 8447.0, 8454.0, 8470.0, 8486.0, 8489.0, 8503.0, 8518.0, 8523.0, 8542.0, 8518.0, 8542.0, 8507.0, 8475.0, 8472.0, 8456.0, 8515.0, 8502.0, 8527.0, 8482.0, 8469.0, 8459.0, 8453.0, 8520.0, 8498.0, 8520.0, 8493.0, 8407.0, 8432.0, 8421.0, 8431.0, 8454.0, 8425.0, 8470.0, 8444.0, 8427.0, 8469.0, 8456.0, 8491.0, 8465.0, 8421.0, 8417.0, 8371.0, 8443.0, 8381.0, 8444.0, 8429.0, 8411.0, 8395.0, 8381.0, 8394.0, 8369.0, 8409.0, 8392.0, 8418.0, 8407.0, 8377.0, 8412.0, 8375.0, 8390.0, 8371.0, 8387.0, 8372.0, 8389.0, 8389.0, 8408.0, 8403.0, 8410.0, 8420.0, 8425.0, 8442.0, 8447.0, 8474.0, 8453.0, 8496.0, 8476.0, 8513.0, 8474.0, 8490.0, 8457.0, 8472.0, 8460.0, 8468.0, 8468.0, 8462.0, 8464.0, 8480.0, 8484.0, 8518.0, 8532.0, 8564.0, 8521.0, 8538.0, 8483.0, 8536.0, 8477.0, 8512.0, 8475.0, 8516.0, 8455.0, 8492.0, 8424.0, 8469.0, 8424.0, 8424.0, 8422.0, 8421.0, 8401.0, 8442.0, 8477.0, 8448.0, 8498.0, 8422.0, 8459.0, 8426.0, 8462.0, 8423.0, 8466.0, 8409.0, 8463.0, 8449.0, 8478.0, 8457.0, 8463.0, 8424.0, 8446.0, 8433.0, 8446.0, 8444.0, 8443.0, 8485.0, 8460.0, 8463.0, 8455.0, 8462.0, 8458.0, 8474.0, 8453.0, 8492.0, 8451.0, 8497.0, 8453.0, 8487.0, 8464.0, 8503.0, 8475.0, 8493.0, 8475.0, 8488.0, 8479.0, 8493.0, 8499.0, 8501.0, 8506.0, 8514.0, 8499.0, 8485.0, 8480.0, 8473.0, 8472.0, 8492.0, 8466.0, 8504.0, 8455.0, 8505.0, 8465.0, 8466.0, 8422.0, 8457.0, 8422.0, 8438.0, 8422.0, 8424.0, 8432.0, 8436.0, 8444.0, 8424.0, 8436.0, 8425.0, 8464.0, 8426.0, 8455.0, 8449.0, 8488.0, 8486.0, 8475.0, 8507.0, 8482.0, 8492.0, 8511.0, 8531.0, 8519.0, 8541.0, 8519.0, 8504.0, 8450.0, 8488.0, 8426.0, 8466.0, 8436.0, 8470.0, 8435.0, 8438.0, 8418.0, 8395.0, 8411.0, 8401.0, 8416.0, 8419.0, 8420.0, 8442.0, 8454.0, 8428.0, 8448.0, 8422.0, 8462.0, 8428.0, 8463.0, 8449.0, 8464.0, 8451.0, 8461.0, 8446.0, 8446.0, 8462.0, 8442.0, 8463.0, 8471.0, 8454.0, 8443.0, 8429.0, 8452.0, 8408.0, 8452.0, 8448.0, 8467.0, 8421.0, 8445.0, 8456.0, 8486.0, 8449.0, 8444.0, 8441.0, 8442.0, 8462.0, 8446.0, 8456.0, 8449.0, 8462.0, 8468.0, 8471.0, 8438.0, 8464.0, 8443.0, 8455.0, 8449.0, 8451.0, 8430.0, 8455.0, 8457.0, 8479.0, 8451.0, 8459.0, 8425.0, 8450.0, 8433.0, 8459.0, 8452.0, 8461.0, 8449.0, 8487.0, 8450.0, 8468.0, 8480.0, 8450.0, 8470.0, 8448.0, 8502.0, 8509.0, 8512.0, 8526.0, 8492.0, 8509.0, 8485.0, 8491.0, 8452.0, 8474.0, 8451.0, 8453.0, 8502.0, 8455.0, 8505.0, 8437.0, 8482.0, 8422.0, 8465.0, 8421.0, 8451.0, 8415.0, 8440.0, 8423.0, 8424.0, 8437.0, 8396.0, 8448.0, 8395.0, 8454.0, 8415.0, 8444.0, 8440.0, 8453.0, 8442.0, 8443.0, 8459.0, 8462.0, 8474.0, 8457.0, 8498.0, 8469.0, 8496.0, 8484.0, 8495.0, 8483.0, 8447.0, 8442.0, 8424.0, 8467.0, 8445.0, 8478.0, 8471.0, 8424.0, 8434.0, 8422.0, 8450.0, 8428.0, 8475.0, 8422.0, 8444.0, 8390.0, 8383.0, 8374.0, 8394.0, 8430.0, 8405.0, 8446.0, 8414.0, 8478.0, 8420.0, 8436.0, 8377.0, 8422.0, 8390.0, 8397.0, 8400.0, 8415.0, 8422.0, 8453.0, 8463.0, 8465.0, 8467.0, 8503.0, 8507.0, 8514.0, 8509.0, 8484.0, 8511.0, 8542.0, 8518.0, 8493.0, 8491.0, 8475.0, 8536.0, 8505.0, 8501.0, 8446.0, 8424.0, 8470.0, 8462.0, 8519.0, 8487.0, 8437.0, 8418.0, 8415.0, 8437.0, 8418.0, 8468.0, 8465.0, 8426.0, 8410.0, 8402.0, 8424.0, 8417.0, 8481.0, 8446.0, 8468.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.0012297306689834928</td></tr>
<tr><td colspan=3>aqi</td><td>0.025393322589052997</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.348506990686886</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1646712537304347</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0175508533478272</td></tr>
<tr><td colspan=3>efc</td><td>0.5102</td></tr>
<tr><td colspan=3>fber</td><td>2549.4324</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1019854804840544</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>54</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.691572545612511</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.601303178695646</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.585318301997572</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.779602388274569</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.438988845814796</td></tr>
<tr><td colspan=3>gcor</td><td>0.0227066</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015156458131968975</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.018156392499804497</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>3.6225741045752216</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>19.4657</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>60.6179</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>220.0517</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297519.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1096.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>397.1964</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8186</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>486.1983</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2915.6497</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3105.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79025.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>805.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3896.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>857.1199</td></tr>
<tr><td colspan=3>tsnr</td><td>34.208842297433876</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>