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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0064/ses-02/func/sub-0064_ses-02_task-alignvideo_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>40cd459b0250479ae8f4753799d90b7f</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>10:29:13.322500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996612, 0.0553046, 0.0608773, -0.0551958, 0.99847, -0.00346884]</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-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0871827</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4116, -7719, -7233, 594, -100, -72, 28, 138]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>221.24</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>cb736be8-f49b-4400-bfe8-de0f1edd018e||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6738369464874268, -0.1480863094329834, 0.16463524103164673, 117.86753845214844], [-0.14837823808193207, 2.678820848464966, -0.00026165926828980446, -86.66822052001953], [0.16332946717739105, 0.009306637570261955, 2.6949758529663086, -72.89757537841797], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1158]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'AcquisitionTime': ['102913.322500', '102913.782500', '102914.242500', '102914.702500', '102915.162500', '102915.622500', '102916.082500', '102916.542500', '102917.002500', '102917.462500', '102917.922500', '102918.382500', '102918.842500', '102919.302500', '102919.762500', '102920.222500', '102920.682500', '102921.142500', '102921.602500', '102922.062500', '102922.522500', '102922.982500', '102923.442500', '102923.902500', '102924.362500', '102924.822500', '102925.282500', '102925.742500', '102926.202500', '102926.662500', '102927.122500', '102927.582500', '102928.042500', '102928.502500', '102928.962500', '102929.422500', '102929.882500', '102930.342500', '102930.802500', '102931.262500', '102931.722500', '102932.182500', '102932.642500', '102933.102500', '102933.562500', '102934.022500', '102934.482500', '102934.942500', '102935.402500', '102935.862500', '102936.322500', '102936.782500', '102937.242500', '102937.702500', '102938.162500', '102938.622500', '102939.082500', '102939.542500', '102940.002500', '102940.462500', '102940.922500', '102941.382500', '102941.842500', '102942.302500', '102942.762500', '102943.222500', '102943.682500', '102944.142500', '102944.602500', '102945.062500', '102945.522500', '102945.982500', '102946.442500', '102946.902500', '102947.362500', '102947.822500', '102948.282500', '102948.742500', '102949.202500', '102949.662500', '102950.122500', '102950.582500', '102951.042500', '102951.502500', '102951.962500', '102952.422500', '102952.882500', '102953.342500', '102953.802500', '102954.262500', '102954.722500', '102955.182500', '102955.642500', '102956.102500', '102956.562500', '102957.022500', '102957.482500', '102957.942500', '102958.402500', '102958.862500', '102959.322500', '102959.782500', '103000.242500', '103000.702500', '103001.162500', '103001.622500', '103002.082500', '103002.542500', '103003.002500', '103003.462500', '103003.922500', '103004.382500', '103004.842500', '103005.302500', '103005.762500', '103006.222500', '103006.682500', '103007.142500', '103007.602500', '103008.062500', '103008.522500', '103008.982500', '103009.442500', '103009.902500', '103010.362500', '103010.822500', '103011.282500', '103011.742500', '103012.202500', '103012.662500', '103013.122500', '103013.582500', '103014.042500', '103014.502500', '103014.962500', '103015.422500', '103015.882500', '103016.342500', '103016.802500', '103017.262500', '103017.722500', '103018.182500', '103018.642500', '103019.102500', '103019.562500', '103020.022500', '103020.482500', '103020.942500', '103021.402500', '103021.862500', '103022.322500', '103022.782500', '103023.242500', '103023.702500', '103024.162500', '103024.622500', '103025.082500', '103025.542500', '103026.002500', '103026.462500', '103026.922500', '103027.382500', '103027.842500', '103028.302500', '103028.762500', '103029.222500', '103029.682500', '103030.142500', '103030.602500', '103031.062500', '103031.522500', '103031.982500', '103032.442500', '103032.902500', '103033.362500', '103033.822500', '103034.282500', '103034.742500', '103035.202500', '103035.662500', '103036.122500', '103036.582500', '103037.042500', '103037.502500', '103037.962500', '103038.422500', '103038.882500', '103039.342500', '103039.802500', '103040.262500', '103040.722500', '103041.182500', '103041.642500', '103042.102500', '103042.562500', '103043.022500', '103043.482500', '103043.942500', '103044.402500', '103044.862500', '103045.322500', '103045.782500', '103046.242500', '103046.702500', '103047.162500', '103047.622500', '103048.082500', '103048.542500', '103049.002500', '103049.462500', '103049.922500', '103050.382500', '103050.842500', '103051.302500', '103051.762500', '103052.222500', '103052.682500', '103053.142500', '103053.602500', '103054.062500', '103054.522500', '103054.982500', '103055.442500', '103055.902500', '103056.362500', '103056.822500', '103057.282500', '103057.742500', '103058.202500', '103058.662500', '103059.122500', '103059.582500', '103100.042500', '103100.502500', '103100.962500', '103101.422500', '103101.882500', '103102.342500', '103102.802500', '103103.262500', '103103.722500', '103104.182500', '103104.642500', '103105.102500', '103105.562500', '103106.022500', '103106.482500', '103106.942500', '103107.402500', '103107.862500', '103108.322500', '103108.782500', '103109.242500', '103109.702500', '103110.162500', '103110.622500', '103111.082500', '103111.542500', '103112.002500', '103112.462500', '103112.922500', '103113.382500', '103113.842500', '103114.302500', '103114.762500', '103115.222500', '103115.682500', '103116.142500', '103116.602500', '103117.062500', '103117.522500', '103117.982500', '103118.442500', '103118.902500', '103119.362500', '103119.822500', '103120.282500', '103120.742500', '103121.202500', '103121.662500', '103122.122500', '103122.582500', '103123.042500', '103123.502500', '103123.962500', '103124.422500', '103124.882500', '103125.342500', '103125.802500', '103126.262500', '103126.722500', '103127.182500', '103127.642500', '103128.102500', '103128.562500', '103129.022500', '103129.482500', '103129.942500', '103130.402500', '103130.862500', '103131.322500', '103131.782500', '103132.242500', '103132.702500', '103133.162500', '103133.622500', '103134.082500', '103134.542500', '103135.002500', '103135.462500', '103135.922500', '103136.382500', '103136.842500', '103137.302500', '103137.762500', '103138.222500', '103138.682500', '103139.142500', '103139.602500', '103140.062500', '103140.522500', '103140.982500', '103141.442500', '103141.902500', '103142.362500', '103142.822500', '103143.282500', '103143.742500', '103144.202500', '103144.662500', '103145.122500', '103145.582500', '103146.042500', '103146.502500', '103146.962500', '103147.422500', '103147.882500', '103148.342500', '103148.802500', '103149.262500', '103149.722500', '103150.182500', '103150.642500', '103151.102500', '103151.562500', '103152.022500', '103152.482500', '103152.942500', '103153.402500', '103153.862500', '103154.322500', '103154.782500', '103155.242500', '103155.702500', '103156.162500', '103156.622500', '103157.082500', '103157.542500', '103158.002500', '103158.462500', '103158.922500', '103159.382500', '103159.842500', '103200.302500', '103200.762500', '103201.222500', '103201.682500', '103202.142500', '103202.602500', '103203.062500', '103203.522500', '103203.982500', '103204.442500', '103204.902500', '103205.362500', '103205.822500', '103206.282500', '103206.742500', '103207.202500', '103207.662500', '103208.122500', '103208.582500', '103209.042500', '103209.502500', '103209.962500', '103210.422500', '103210.882500', '103211.342500', '103211.802500', '103212.262500', '103212.722500', '103213.182500', '103213.642500', '103214.102500', '103214.562500', '103215.022500', '103215.482500', '103215.942500', '103216.402500', '103216.862500', '103217.322500', '103217.782500', '103218.242500', '103218.702500', '103219.162500', '103219.622500', '103220.082500', '103220.542500', '103221.002500', '103221.462500', '103221.922500', '103222.382500', '103222.842500', '103223.302500', '103223.762500', '103224.222500', '103224.682500', '103225.142500', '103225.602500', '103226.062500', '103226.522500', '103226.982500', '103227.442500', '103227.902500', '103228.362500', '103228.822500', '103229.282500', '103229.742500', '103230.202500', '103230.662500', '103231.122500', '103231.582500', '103232.042500', '103232.502500', '103232.962500', '103233.422500', '103233.882500', '103234.342500', '103234.802500', '103235.262500', '103235.722500', '103236.182500', '103236.642500', '103237.102500', '103237.562500', '103238.022500', '103238.482500', '103238.942500', '103239.402500', '103239.862500', '103240.322500', '103240.782500', '103241.242500', '103241.702500', '103242.162500', '103242.622500', '103243.082500', '103243.542500', '103244.002500', '103244.462500', '103244.922500', '103245.382500', '103245.842500', '103246.302500', '103246.762500', '103247.222500', '103247.682500', '103248.142500', '103248.602500', '103249.062500', '103249.522500', '103249.982500', '103250.442500', '103250.902500', '103251.362500', '103251.822500', '103252.282500', '103252.742500', '103253.202500', '103253.662500', '103254.122500', '103254.582500', '103255.042500', '103255.502500', '103255.962500', '103256.422500', '103256.882500', '103257.342500', '103257.802500', '103258.262500', '103258.722500', '103259.182500', '103259.642500', '103300.102500', '103300.562500', '103301.022500', '103301.482500', '103301.942500', '103302.402500', '103302.862500', '103303.322500', '103303.782500', '103304.242500', '103304.702500', '103305.162500', '103305.622500', '103306.082500', '103306.542500', '103307.002500', '103307.462500', '103307.922500', '103308.382500', '103308.842500', '103309.302500', '103309.762500', '103310.222500', '103310.682500', '103311.142500', '103311.602500', '103312.062500', '103312.522500', '103312.982500', '103313.442500', '103313.902500', '103314.362500', '103314.822500', '103315.282500', '103315.742500', '103316.202500', '103316.662500', '103317.122500', '103317.582500', '103318.042500', '103318.502500', '103318.962500', '103319.422500', '103319.882500', '103320.342500', '103320.802500', '103321.262500', '103321.722500', '103322.182500', '103322.642500', '103323.102500', '103323.562500', '103324.022500', '103324.482500', '103324.942500', '103325.402500', '103325.862500', '103326.322500', '103326.782500', '103327.242500', '103327.702500', '103328.162500', '103328.622500', '103329.082500', '103329.542500', '103330.002500', '103330.462500', '103330.922500', '103331.382500', '103331.842500', '103332.302500', '103332.762500', '103333.222500', '103333.682500', '103334.142500', '103334.602500', '103335.062500', '103335.522500', '103335.982500', '103336.442500', '103336.902500', '103337.362500', '103337.822500', '103338.282500', '103338.742500', '103339.202500', '103339.662500', '103340.122500', '103340.582500', '103341.042500', '103341.502500', '103341.962500', '103342.422500', '103342.882500', '103343.342500', '103343.802500', '103344.262500', '103344.722500', '103345.182500', '103345.642500', '103346.102500', '103346.562500', '103347.022500', '103347.482500', '103347.942500', '103348.402500', '103348.862500', '103349.322500', '103349.782500', '103350.242500', '103350.702500', '103351.162500', '103351.622500', '103352.082500', '103352.542500', '103353.002500', '103353.462500', '103353.922500', '103354.382500', '103354.842500', '103355.302500', '103355.762500', '103356.222500', '103356.682500', '103357.142500', '103357.602500', '103358.062500', '103358.522500', '103358.982500', '103359.442500', '103359.902500', '103400.362500', '103400.822500', '103401.282500', '103401.742500', '103402.202500', '103402.662500', '103403.122500', '103403.582500', '103404.042500', '103404.502500', '103404.962500', '103405.422500', '103405.882500', '103406.342500', '103406.802500', '103407.262500', '103407.722500', '103408.182500', '103408.642500', '103409.102500', '103409.562500', '103410.022500', '103410.482500', '103410.942500', '103411.402500', '103411.862500', '103412.322500', '103412.782500', '103413.242500', '103413.702500', '103414.162500', '103414.622500', '103415.082500', '103415.542500', '103416.002500', '103416.462500', '103416.922500', '103417.382500', '103417.842500', '103418.302500', '103418.762500', '103419.222500', '103419.682500', '103420.142500', '103420.602500', '103421.062500', '103421.522500', '103421.982500', '103422.442500', '103422.902500', '103423.362500', '103423.822500', '103424.282500', '103424.742500', '103425.202500', '103425.662500', '103426.122500', '103426.582500', '103427.042500', '103427.502500', '103427.962500', '103428.422500', '103428.882500', '103429.342500', '103429.802500', '103430.262500', '103430.722500', '103431.182500', '103431.642500', '103432.102500', '103432.562500', '103433.022500', '103433.482500', '103433.942500', '103434.402500', '103434.862500', '103435.322500', '103435.782500', '103436.242500', '103436.702500', '103437.162500', '103437.622500', '103438.082500', '103438.542500', '103439.002500', '103439.462500', '103439.922500', '103440.382500', '103440.842500', '103441.302500', '103441.762500', '103442.222500', '103442.682500', '103443.142500', '103443.602500', '103444.062500', '103444.522500', '103444.982500', '103445.442500', '103445.902500', '103446.362500', '103446.822500', '103447.282500', '103447.742500', '103448.202500', '103448.662500', '103449.122500', '103449.582500', '103450.042500', '103450.502500', '103450.962500', '103451.422500', '103451.882500', '103452.342500', '103452.802500', '103453.262500', '103453.722500', '103454.182500', '103454.642500', '103455.102500', '103455.562500', '103456.022500', '103456.482500', '103456.942500', '103457.402500', '103457.862500', '103458.322500', '103458.782500', '103459.242500', '103459.702500', '103500.162500', '103500.622500', '103501.082500', '103501.542500', '103502.002500', '103502.462500', '103502.922500', '103503.382500', '103503.842500', '103504.302500', '103504.762500', '103505.222500', '103505.682500', '103506.142500', '103506.602500', '103507.062500', '103507.522500', '103507.982500', '103508.442500', '103508.902500', '103509.362500', '103509.822500', '103510.282500', '103510.742500', '103511.202500', '103511.662500', '103512.122500', '103512.582500', '103513.042500', '103513.502500', '103513.962500', '103514.422500', '103514.882500', '103515.342500', '103515.802500', '103516.262500', '103516.722500', '103517.182500', '103517.642500', '103518.102500', '103518.562500', '103519.022500', '103519.482500', '103519.942500', '103520.402500', '103520.862500', '103521.322500', '103521.782500', '103522.242500', '103522.702500', '103523.162500', '103523.622500', '103524.082500', '103524.542500', '103525.002500', '103525.462500', '103525.922500', '103526.382500', '103526.842500', '103527.302500', '103527.762500', '103528.222500', '103528.682500', '103529.142500', '103529.602500', '103530.062500', '103530.522500', '103530.982500', '103531.442500', '103531.902500', '103532.362500', '103532.822500', '103533.282500', '103533.742500', '103534.202500', '103534.662500', '103535.122500', '103535.582500', '103536.042500', '103536.502500', '103536.962500', '103537.422500', '103537.882500', '103538.342500', '103538.802500', '103539.262500', '103539.722500', '103540.182500', '103540.642500', '103541.102500', '103541.562500', '103542.022500', '103542.482500', '103542.942500', '103543.402500', '103543.862500', '103544.322500', '103544.782500', '103545.242500', '103545.702500', '103546.162500', '103546.622500', '103547.082500', '103547.542500', '103548.002500', '103548.462500', '103548.922500', '103549.382500', '103549.842500', '103550.302500', '103550.762500', '103551.222500', '103551.682500', '103552.142500', '103552.602500', '103553.062500', '103553.522500', '103553.982500', '103554.442500', '103554.902500', '103555.362500', '103555.822500', '103556.282500', '103556.742500', '103557.202500', '103557.662500', '103558.122500', '103558.582500', '103559.042500', '103559.502500', '103559.962500', '103600.422500', '103600.882500', '103601.342500', '103601.802500', '103602.262500', '103602.722500', '103603.182500', '103603.642500', '103604.102500', '103604.562500', '103605.022500', '103605.482500', '103605.942500', '103606.402500', '103606.862500', '103607.322500', '103607.782500', '103608.242500', '103608.702500', '103609.162500', '103609.622500', '103610.082500', '103610.542500', '103611.002500', '103611.462500', '103611.922500', '103612.382500', '103612.842500', '103613.302500', '103613.762500', '103614.222500', '103614.682500', '103615.142500', '103615.602500', '103616.062500', '103616.522500', '103616.982500', '103617.442500', '103617.902500', '103618.362500', '103618.822500', '103619.282500', '103619.742500', '103620.202500', '103620.662500', '103621.122500', '103621.582500', '103622.042500', '103622.502500', '103622.962500', '103623.422500', '103623.882500', '103624.342500', '103624.802500', '103625.262500', '103625.722500', '103626.182500', '103626.642500', '103627.102500', '103627.562500', '103628.022500', '103628.482500', '103628.942500', '103629.402500', '103629.862500', '103630.322500', '103630.782500', '103631.242500', '103631.702500', '103632.162500', '103632.622500', '103633.082500', '103633.542500', '103634.002500', '103634.462500', '103634.922500', '103635.382500', '103635.842500', '103636.302500', '103636.762500', '103637.222500', '103637.682500', '103638.142500', '103638.602500', '103639.062500', '103639.522500', '103639.982500', '103640.442500', '103640.902500', '103641.362500', '103641.822500', '103642.282500', '103642.742500', '103643.202500', '103643.662500', '103644.122500', '103644.582500', '103645.042500', '103645.502500', '103645.962500', '103646.422500', '103646.882500', '103647.342500', '103647.802500', '103648.262500', '103648.722500', '103649.182500', '103649.642500', '103650.102500', '103650.562500', '103651.022500', '103651.482500', '103651.942500', '103652.402500', '103652.862500', '103653.322500', '103653.782500', '103654.242500', '103654.702500', '103655.162500', '103655.622500', '103656.082500', '103656.542500', '103657.002500', '103657.462500', '103657.922500', '103658.382500', '103658.842500', '103659.302500', '103659.762500', '103700.222500', '103700.682500', '103701.142500', '103701.602500', '103702.062500', '103702.522500', '103702.982500', '103703.442500', '103703.902500', '103704.362500', '103704.822500', '103705.282500', '103705.742500', '103706.202500', '103706.662500', '103707.122500', '103707.582500', '103708.042500', '103708.502500', '103708.962500', '103709.422500', '103709.882500', '103710.342500', '103710.802500', '103711.262500', '103711.722500', '103712.182500', '103712.642500', '103713.102500', '103713.562500', '103714.022500', '103714.482500', '103714.942500', '103715.402500', '103715.862500', '103716.322500', '103716.782500', '103717.242500', '103717.702500', '103718.162500', '103718.622500', '103719.082500', '103719.542500', '103720.002500', '103720.462500', '103720.922500', '103721.382500', '103721.842500', '103722.302500', '103722.762500', '103723.222500', '103723.682500', '103724.142500', '103724.602500', '103725.062500', '103725.522500', '103725.982500', '103726.442500', '103726.902500', '103727.362500', '103727.822500', '103728.282500', '103728.742500', '103729.202500', '103729.662500', '103730.122500', '103730.582500', '103731.042500', '103731.502500', '103731.962500', '103732.422500', '103732.882500', '103733.342500', '103733.802500', '103734.262500', '103734.722500', '103735.182500', '103735.642500', '103736.102500', '103736.562500', '103737.022500', '103737.482500', '103737.942500', '103738.402500', '103738.862500', '103739.322500', '103739.782500', '103740.242500', '103740.702500', '103741.162500', '103741.622500', '103742.082500', '103742.542500', '103743.002500', '103743.462500', '103743.922500', '103744.382500', '103744.842500', '103745.302500', '103745.762500', '103746.222500', '103746.682500', '103747.142500', '103747.602500', '103748.062500', '103748.522500', '103748.982500', '103749.442500', '103749.902500', '103750.362500', '103750.822500', '103751.282500', '103751.742500', '103752.202500', '103752.662500', '103753.122500', '103753.582500', '103754.042500', '103754.502500', '103754.962500', '103755.422500', '103755.882500', '103756.342500', '103756.802500', '103757.262500', '103757.722500', '103758.182500', '103758.642500', '103759.102500', '103759.562500', '103800.022500', '103800.482500', '103800.942500', '103801.402500', '103801.862500', '103802.322500', '103802.782500', '103803.242500', '103803.702500', '103804.162500', '103804.622500', '103805.082500', '103805.542500'], 'ContentTime': ['102929.556000', '102929.559000', '102929.561000', '102929.564000', '102929.567000', '102929.569000', '102929.572000', '102929.575000', '102929.577000', '102929.580000', '102929.582000', '102929.589000', '102929.592000', '102929.595000', '102929.597000', '102929.600000', '102929.602000', '102929.605000', '102929.608000', '102929.610000', '102929.613000', '102929.615000', '102929.618000', '102929.620000', '102929.623000', '102929.626000', '102929.628000', '102929.631000', '102929.633000', '102929.636000', '102929.638000', '102929.641000', '102949.526000', '102949.528000', '102949.531000', '102949.534000', '102949.536000', '102949.539000', '102949.541000', '102949.544000', '102949.546000', '102949.549000', '102949.552000', '102949.554000', '102949.557000', '102949.559000', '102949.562000', '102949.565000', '102949.569000', '102949.572000', '102949.574000', '102949.577000', '102949.580000', '102949.582000', '102949.585000', '102949.587000', '102949.590000', '102949.593000', '102949.595000', '102949.598000', '102949.600000', '102949.603000', '102949.606000', '102949.608000', '102949.611000', '102949.613000', '102949.616000', '102949.619000', '102949.621000', '102949.624000', '102949.626000', '102949.629000', '102949.631000', '102949.634000', '102949.637000', '103009.526000', '103009.528000', '103009.531000', '103009.534000', '103009.536000', '103009.539000', '103009.541000', '103009.544000', '103009.547000', '103009.549000', '103009.552000', '103009.554000', '103009.557000', '103009.560000', '103009.562000', '103009.570000', '103009.573000', '103009.575000', '103009.578000', '103009.580000', '103009.583000', '103009.586000', '103009.588000', '103009.591000', '103009.594000', '103009.596000', '103009.599000', '103009.601000', '103009.604000', '103009.607000', '103009.609000', '103009.612000', '103009.614000', '103009.617000', '103009.619000', '103009.622000', '103009.624000', '103009.638000', '103009.641000', '103009.643000', '103009.646000', '103009.655000', '103009.658000', '103009.660000', '103029.525000', '103029.528000', '103029.531000', '103029.534000', '103029.536000', '103029.539000', '103029.541000', '103029.544000', '103029.547000', '103029.549000', '103029.552000', '103029.554000', '103029.557000', '103029.560000', '103029.562000', '103029.565000', '103029.567000', '103029.570000', '103029.573000', '103029.575000', '103029.578000', '103029.580000', '103029.583000', '103029.586000', '103029.588000', '103029.591000', '103029.594000', '103029.596000', '103029.599000', '103029.601000', '103029.604000', '103029.606000', '103029.609000', '103029.612000', '103029.614000', '103029.617000', '103029.620000', '103029.622000', '103029.625000', '103029.627000', '103029.630000', '103029.633000', '103029.635000', '103049.524000', '103049.527000', '103049.530000', '103049.533000', '103049.535000', '103049.538000', '103049.541000', '103049.543000', '103049.546000', '103049.548000', '103049.551000', '103049.554000', '103049.556000', '103049.559000', '103049.561000', '103049.564000', '103049.566000', '103049.569000', '103049.572000', '103049.574000', '103049.577000', '103049.579000', '103049.582000', '103049.585000', '103049.587000', '103049.590000', '103049.593000', '103049.595000', '103049.598000', '103049.601000', '103049.603000', '103049.606000', '103049.608000', '103049.611000', '103049.614000', '103049.616000', '103049.619000', '103049.621000', '103049.624000', '103049.627000', '103049.629000', '103049.632000', '103049.634000', '103049.637000', '103109.525000', '103109.528000', '103109.531000', '103109.534000', '103109.536000', '103109.539000', '103109.541000', '103109.544000', '103109.547000', '103109.549000', '103109.552000', '103109.554000', '103109.557000', '103109.560000', '103109.562000', '103109.565000', '103109.567000', '103109.570000', '103109.573000', '103109.575000', '103109.578000', '103109.580000', '103109.583000', '103109.586000', '103109.588000', '103109.591000', '103109.594000', '103109.596000', '103109.599000', '103109.602000', '103109.604000', '103109.607000', '103109.610000', '103109.612000', '103109.615000', '103109.617000', '103109.620000', '103109.623000', '103109.625000', '103109.628000', '103109.630000', '103109.633000', '103109.636000', '103129.525000', '103129.528000', '103129.531000', '103129.533000', '103129.536000', '103129.539000', '103129.541000', '103129.544000', '103129.546000', '103129.549000', '103129.551000', '103129.554000', '103129.557000', '103129.559000', '103129.562000', '103129.565000', '103129.567000', '103129.570000', '103129.573000', '103129.575000', '103129.578000', '103129.580000', '103129.583000', '103129.586000', '103129.588000', '103129.591000', '103129.593000', '103129.596000', '103129.599000', '103129.601000', '103129.604000', '103129.607000', '103129.609000', '103129.612000', '103129.615000', '103129.617000', '103129.620000', '103129.622000', '103129.625000', '103129.628000', '103129.630000', '103129.633000', '103129.635000', '103129.638000', '103149.525000', '103149.528000', '103149.531000', '103149.533000', '103149.536000', '103149.539000', '103149.541000', '103149.544000', '103149.547000', '103149.549000', '103149.552000', '103149.554000', '103149.557000', '103149.559000', '103149.562000', '103149.565000', '103149.567000', '103149.570000', '103149.573000', '103149.575000', '103149.578000', '103149.580000', '103149.583000', '103149.586000', '103149.588000', '103149.591000', '103149.594000', '103149.596000', '103149.599000', '103149.601000', '103149.604000', '103149.607000', '103149.618000', '103149.621000', '103149.624000', '103149.626000', '103149.629000', '103149.631000', '103149.634000', '103149.637000', '103149.639000', '103149.642000', '103149.644000', '103209.525000', '103209.528000', '103209.531000', '103209.534000', '103209.536000', '103209.539000', '103209.541000', '103209.544000', '103209.547000', '103209.550000', '103209.552000', '103209.555000', '103209.558000', '103209.560000', '103209.563000', '103209.566000', '103209.568000', '103209.571000', '103209.573000', '103209.576000', '103209.579000', '103209.581000', '103209.584000', '103209.586000', '103209.589000', '103209.592000', '103209.594000', '103209.597000', '103209.600000', '103209.602000', '103209.605000', '103209.608000', '103209.610000', '103209.613000', '103209.616000', '103209.618000', '103209.621000', '103209.623000', '103209.626000', '103209.629000', '103209.631000', '103209.634000', '103209.637000', '103209.639000', '103229.526000', '103229.528000', '103229.531000', '103229.534000', '103229.536000', '103229.539000', '103229.542000', '103229.544000', '103229.547000', '103229.549000', '103229.552000', '103229.555000', '103229.557000', '103229.560000', '103229.562000', '103229.565000', '103229.568000', '103229.570000', '103229.573000', '103229.575000', '103229.578000', '103229.581000', '103229.583000', '103229.586000', '103229.589000', '103229.591000', '103229.594000', '103229.596000', '103229.599000', '103229.602000', '103229.604000', '103229.607000', '103229.610000', '103229.612000', '103229.615000', '103229.618000', '103229.620000', '103229.623000', '103229.625000', '103229.628000', '103229.630000', '103229.633000', '103229.636000', '103249.525000', '103249.528000', '103249.531000', '103249.534000', '103249.536000', '103249.539000', '103249.541000', '103249.544000', '103249.547000', '103249.549000', '103249.552000', '103249.554000', '103249.557000', '103249.560000', '103249.562000', '103249.565000', '103249.568000', '103249.570000', '103249.573000', '103249.576000', '103249.578000', '103249.581000', '103249.583000', '103249.586000', '103249.589000', '103249.591000', '103249.594000', '103249.596000', '103249.599000', '103249.602000', '103249.604000', '103249.607000', '103249.610000', '103249.612000', '103249.615000', '103249.617000', '103249.620000', '103249.623000', '103249.625000', '103249.628000', '103249.631000', '103249.633000', '103249.636000', '103249.638000', '103309.524000', '103309.527000', '103309.530000', '103309.533000', '103309.535000', '103309.538000', '103309.541000', '103309.543000', '103309.546000', '103309.548000', '103309.551000', '103309.554000', '103309.556000', '103309.559000', '103309.562000', '103309.564000', '103309.567000', '103309.569000', '103309.572000', '103309.575000', '103309.577000', '103309.580000', '103309.582000', '103309.585000', '103309.588000', '103309.590000', '103309.593000', '103309.595000', '103309.598000', '103309.601000', '103309.604000', '103309.606000', '103309.609000', '103309.611000', '103309.614000', '103309.617000', '103309.619000', '103309.622000', '103309.625000', '103309.627000', '103309.630000', '103309.632000', '103309.635000', '103329.536000', '103329.539000', '103329.542000', '103329.545000', '103329.547000', '103329.550000', '103329.553000', '103329.555000', '103329.558000', '103329.560000', '103329.563000', '103329.566000', '103329.568000', '103329.571000', '103329.573000', '103329.576000', '103329.579000', '103329.581000', '103329.584000', '103329.586000', '103329.589000', '103329.592000', '103329.594000', '103329.597000', '103329.600000', '103329.602000', '103329.605000', '103329.607000', '103329.610000', '103329.613000', '103329.615000', '103329.618000', '103329.620000', '103329.623000', '103329.626000', '103329.628000', '103329.631000', '103329.633000', '103329.636000', '103329.639000', '103329.641000', '103329.644000', '103329.647000', '103349.526000', '103349.529000', '103349.531000', '103349.534000', '103349.536000', '103349.539000', '103349.542000', '103349.544000', '103349.547000', '103349.549000', '103349.552000', '103349.555000', '103349.557000', '103349.560000', '103349.563000', '103349.565000', '103349.568000', '103349.570000', '103349.573000', '103349.576000', '103349.578000', '103349.581000', '103349.583000', '103349.586000', '103349.589000', '103349.591000', '103349.594000', '103349.596000', '103349.599000', '103349.602000', '103349.604000', '103349.607000', '103349.610000', '103349.612000', '103349.615000', '103349.617000', '103349.620000', '103349.623000', '103349.625000', '103349.628000', '103349.630000', '103349.633000', '103349.636000', '103349.638000', '103409.525000', '103409.528000', '103409.531000', '103409.534000', '103409.536000', '103409.539000', '103409.541000', '103409.544000', '103409.547000', '103409.549000', '103409.552000', '103409.554000', '103409.557000', '103409.560000', '103409.562000', '103409.565000', '103409.568000', '103409.570000', '103409.573000', '103409.575000', '103409.578000', '103409.581000', '103409.583000', '103409.586000', '103409.589000', '103409.591000', '103409.594000', '103409.597000', '103409.599000', '103409.602000', '103409.605000', '103409.607000', '103409.610000', '103409.613000', '103409.615000', '103409.618000', '103409.620000', '103409.623000', '103409.626000', '103409.628000', '103409.631000', '103409.634000', '103409.636000', '103409.639000', '103429.526000', '103429.528000', '103429.531000', '103429.534000', '103429.536000', '103429.539000', '103429.542000', '103429.544000', '103429.547000', '103429.550000', '103429.554000', '103429.557000', '103429.560000', '103429.562000', '103429.565000', '103429.568000', '103429.570000', '103429.573000', '103429.576000', '103429.578000', '103429.581000', '103429.583000', '103429.586000', '103429.589000', '103429.591000', '103429.594000', '103429.597000', '103429.599000', '103429.602000', '103429.605000', '103429.607000', '103429.610000', '103429.612000', '103429.615000', '103429.618000', '103429.620000', '103429.623000', '103429.625000', '103429.628000', '103429.631000', '103429.633000', '103429.636000', '103429.639000', '103449.526000', '103449.528000', '103449.531000', '103449.534000', '103449.536000', '103449.539000', '103449.542000', '103449.544000', '103449.547000', '103449.549000', '103449.552000', '103449.555000', '103449.557000', '103449.560000', '103449.563000', '103449.565000', '103449.568000', '103449.571000', '103449.573000', '103449.577000', '103449.580000', '103449.583000', '103449.585000', '103449.588000', '103449.591000', '103449.605000', '103449.608000', '103449.610000', '103449.613000', '103449.616000', '103449.618000', '103449.621000', '103449.623000', '103449.626000', '103449.628000', '103449.631000', '103449.634000', '103449.637000', '103449.639000', '103449.642000', '103449.645000', '103449.647000', '103449.650000', '103509.526000', '103509.528000', '103509.531000', '103509.534000', '103509.536000', '103509.539000', '103509.541000', '103509.544000', '103509.547000', '103509.549000', '103509.552000', '103509.555000', '103509.557000', '103509.560000', '103509.563000', '103509.565000', '103509.568000', '103509.570000', '103509.573000', '103509.576000', '103509.578000', '103509.581000', '103509.583000', '103509.586000', '103509.589000', '103509.592000', '103509.594000', '103509.597000', '103509.599000', '103509.602000', '103509.605000', '103509.607000', '103509.610000', '103509.612000', '103509.615000', '103509.617000', '103509.620000', '103509.623000', '103509.625000', '103509.628000', '103509.631000', '103509.633000', '103509.636000', '103509.638000', '103529.525000', '103529.527000', '103529.530000', '103529.533000', '103529.535000', '103529.538000', '103529.541000', '103529.543000', '103529.546000', '103529.548000', '103529.551000', '103529.554000', '103529.556000', '103529.559000', '103529.561000', '103529.564000', '103529.567000', '103529.570000', '103529.573000', '103529.575000', '103529.578000', '103529.581000', '103529.583000', '103529.586000', '103529.589000', '103529.591000', '103529.594000', '103529.597000', '103529.599000', '103529.602000', '103529.604000', '103529.607000', '103529.610000', '103529.612000', '103529.615000', '103529.617000', '103529.620000', '103529.623000', '103529.625000', '103529.628000', '103529.630000', '103529.633000', '103529.636000', '103549.525000', '103549.528000', '103549.531000', '103549.534000', '103549.536000', '103549.539000', '103549.541000', '103549.544000', '103549.547000', '103549.549000', '103549.552000', '103549.555000', '103549.557000', '103549.560000', '103549.562000', '103549.565000', '103549.567000', '103549.570000', '103549.573000', '103549.575000', '103549.578000', '103549.580000', '103549.583000', '103549.586000', '103549.589000', '103549.591000', '103549.594000', '103549.596000', '103549.599000', '103549.602000', '103549.604000', '103549.607000', '103549.609000', '103549.612000', '103549.615000', '103549.617000', '103549.620000', '103549.623000', '103549.625000', '103549.628000', '103549.630000', '103549.633000', '103549.636000', '103549.638000', '103609.526000', '103609.528000', '103609.531000', '103609.534000', '103609.536000', '103609.539000', '103609.541000', '103609.544000', '103609.547000', '103609.549000', '103609.552000', '103609.555000', '103609.557000', '103609.560000', '103609.562000', '103609.565000', '103609.568000', '103609.570000', '103609.573000', '103609.576000', '103609.578000', '103609.581000', '103609.584000', '103609.586000', '103609.589000', '103609.592000', '103609.594000', '103609.597000', '103609.599000', '103609.602000', '103609.605000', '103609.607000', '103609.610000', '103609.612000', '103609.616000', '103609.629000', '103609.631000', '103609.634000', '103609.637000', '103609.639000', '103609.642000', '103609.645000', '103609.647000', '103629.526000', '103629.528000', '103629.531000', '103629.534000', '103629.536000', '103629.539000', '103629.542000', '103629.544000', '103629.547000', '103629.550000', '103629.552000', '103629.555000', '103629.557000', '103629.560000', '103629.563000', '103629.565000', '103629.568000', '103629.570000', '103629.573000', '103629.575000', '103629.578000', '103629.581000', '103629.583000', '103629.586000', '103629.589000', '103629.591000', '103629.594000', '103629.597000', '103629.600000', '103629.602000', '103629.605000', '103629.607000', '103629.610000', '103629.613000', '103629.615000', '103629.618000', '103629.620000', '103629.623000', '103629.626000', '103629.628000', '103629.631000', '103629.634000', '103629.636000', '103629.639000', '103649.526000', '103649.528000', '103649.531000', '103649.534000', '103649.536000', '103649.539000', '103649.542000', '103649.545000', '103649.547000', '103649.550000', '103649.553000', '103649.555000', '103649.558000', '103649.561000', '103649.563000', '103649.566000', '103649.568000', '103649.571000', '103649.574000', '103649.576000', '103649.579000', '103649.582000', '103649.584000', '103649.587000', '103649.590000', '103649.592000', '103649.595000', '103649.597000', '103649.600000', '103649.603000', '103649.605000', '103649.608000', '103649.611000', '103649.613000', '103649.616000', '103649.619000', '103649.621000', '103649.624000', '103649.626000', '103649.629000', '103649.632000', '103649.634000', '103649.637000', '103709.526000', '103709.528000', '103709.531000', '103709.534000', '103709.536000', '103709.539000', '103709.542000', '103709.544000', '103709.547000', '103709.549000', '103709.552000', '103709.555000', '103709.557000', '103709.560000', '103709.562000', '103709.565000', '103709.568000', '103709.570000', '103709.573000', '103709.576000', '103709.578000', '103709.581000', '103709.583000', '103709.586000', '103709.589000', '103709.591000', '103709.594000', '103709.597000', '103709.599000', '103709.602000', '103709.604000', '103709.607000', '103709.610000', '103709.612000', '103709.615000', '103709.618000', '103709.620000', '103709.623000', '103709.626000', '103709.628000', '103709.631000', '103709.633000', '103709.636000', '103709.639000', '103729.526000', '103729.528000', '103729.531000', '103729.534000', '103729.536000', '103729.539000', '103729.542000', '103729.544000', '103729.547000', '103729.549000', '103729.552000', '103729.555000', '103729.557000', '103729.560000', '103729.562000', '103729.565000', '103729.568000', '103729.570000', '103729.573000', '103729.575000', '103729.578000', '103729.581000', '103729.583000', '103729.586000', '103729.589000', '103729.591000', '103729.594000', '103729.597000', '103729.599000', '103729.602000', '103729.605000', '103729.607000', '103729.618000', '103729.621000', '103729.624000', '103729.627000', '103729.629000', '103729.632000', '103729.635000', '103729.637000', '103729.640000', '103729.643000', '103729.645000', '103749.525000', '103749.527000', '103749.530000', '103749.533000', '103749.535000', '103749.538000', '103749.540000', '103749.543000', '103749.546000', '103749.548000', '103749.551000', '103749.554000', '103749.556000', '103749.559000', '103749.561000', '103749.564000', '103749.567000', '103749.569000', '103749.572000', '103749.575000', '103749.577000', '103749.580000', '103749.582000', '103749.585000', '103749.588000', '103749.590000', '103749.593000', '103749.596000', '103749.598000', '103749.601000', '103749.604000', '103749.606000', '103749.609000', '103749.611000', '103749.614000', '103749.617000', '103749.619000', '103749.622000', '103749.625000', '103749.627000', '103749.630000', '103749.632000', '103749.635000', '103749.638000', '103807.347000', '103807.351000', '103807.354000', '103807.357000', '103807.360000', '103807.363000', '103807.366000', '103807.368000', '103807.371000', '103807.374000', '103807.376000', '103807.380000', '103807.383000', '103807.385000', '103807.388000', '103807.391000', '103807.394000', '103807.397000', '103807.400000', '103807.402000', '103807.405000', '103807.408000', '103807.412000', '103807.415000', '103807.418000', '103807.420000', '103807.423000', '103807.427000', '103807.432000', '103807.436000', '103807.440000', '103807.443000', '103807.445000', '103807.450000', '103807.453000', '103807.457000', '103807.460000', '103807.462000', '103807.465000'], 'InstanceCreationTime': ['102929.556000', '102929.559000', '102929.561000', '102929.564000', '102929.567000', '102929.569000', '102929.572000', '102929.575000', '102929.577000', '102929.580000', '102929.582000', '102929.589000', '102929.592000', '102929.595000', '102929.597000', '102929.600000', '102929.602000', '102929.605000', '102929.608000', '102929.610000', '102929.613000', '102929.615000', '102929.618000', '102929.620000', '102929.623000', '102929.626000', '102929.628000', '102929.631000', '102929.633000', '102929.636000', '102929.638000', '102929.641000', '102949.526000', '102949.528000', '102949.531000', '102949.534000', '102949.536000', '102949.539000', '102949.541000', '102949.544000', '102949.546000', '102949.549000', '102949.552000', '102949.554000', '102949.557000', '102949.559000', '102949.562000', '102949.565000', '102949.569000', '102949.572000', '102949.574000', '102949.577000', '102949.580000', '102949.582000', '102949.585000', '102949.587000', '102949.590000', '102949.593000', '102949.595000', '102949.598000', '102949.600000', '102949.603000', '102949.606000', '102949.608000', '102949.611000', '102949.613000', '102949.616000', '102949.619000', '102949.621000', '102949.624000', '102949.626000', '102949.629000', '102949.631000', '102949.634000', '102949.637000', '103009.526000', '103009.528000', '103009.531000', '103009.534000', '103009.536000', '103009.539000', '103009.541000', '103009.544000', '103009.547000', '103009.549000', '103009.552000', '103009.554000', '103009.557000', '103009.560000', '103009.562000', '103009.570000', '103009.573000', '103009.575000', '103009.578000', '103009.580000', '103009.583000', '103009.586000', '103009.588000', '103009.591000', '103009.594000', '103009.596000', '103009.599000', '103009.601000', '103009.604000', '103009.607000', '103009.609000', '103009.612000', '103009.614000', '103009.617000', '103009.619000', '103009.622000', '103009.624000', '103009.638000', '103009.641000', '103009.643000', '103009.646000', '103009.655000', '103009.658000', '103009.660000', '103029.525000', '103029.528000', '103029.531000', '103029.534000', '103029.536000', '103029.539000', '103029.541000', '103029.544000', '103029.547000', '103029.549000', '103029.552000', '103029.554000', '103029.557000', '103029.560000', '103029.562000', '103029.565000', '103029.567000', '103029.570000', '103029.573000', '103029.575000', '103029.578000', '103029.580000', '103029.583000', '103029.586000', '103029.588000', '103029.591000', '103029.594000', '103029.596000', '103029.599000', '103029.601000', '103029.604000', '103029.606000', '103029.609000', '103029.612000', '103029.614000', '103029.617000', '103029.620000', '103029.622000', '103029.625000', '103029.627000', '103029.630000', '103029.633000', '103029.635000', '103049.524000', '103049.527000', '103049.530000', '103049.533000', '103049.535000', '103049.538000', '103049.541000', '103049.543000', '103049.546000', '103049.548000', '103049.551000', '103049.554000', '103049.556000', '103049.559000', '103049.561000', '103049.564000', '103049.566000', '103049.569000', '103049.572000', '103049.574000', '103049.577000', '103049.579000', '103049.582000', '103049.585000', '103049.587000', '103049.590000', '103049.593000', '103049.595000', '103049.598000', '103049.601000', '103049.603000', '103049.606000', '103049.608000', '103049.611000', '103049.614000', '103049.616000', '103049.619000', '103049.621000', '103049.624000', '103049.627000', '103049.629000', '103049.632000', '103049.634000', '103049.637000', '103109.525000', '103109.528000', '103109.531000', '103109.534000', '103109.536000', '103109.539000', '103109.541000', '103109.544000', '103109.547000', '103109.549000', '103109.552000', '103109.554000', '103109.557000', '103109.560000', '103109.562000', '103109.565000', '103109.567000', '103109.570000', '103109.573000', '103109.575000', '103109.578000', '103109.580000', '103109.583000', '103109.586000', '103109.588000', '103109.591000', '103109.594000', '103109.596000', '103109.599000', '103109.602000', '103109.604000', '103109.607000', '103109.610000', '103109.612000', '103109.615000', '103109.617000', '103109.620000', '103109.623000', '103109.625000', '103109.628000', '103109.630000', '103109.633000', '103109.636000', '103129.525000', '103129.528000', '103129.531000', '103129.533000', '103129.536000', '103129.539000', '103129.541000', '103129.544000', '103129.546000', '103129.549000', '103129.551000', '103129.554000', '103129.557000', '103129.559000', '103129.562000', '103129.565000', '103129.567000', '103129.570000', '103129.573000', '103129.575000', '103129.578000', '103129.580000', '103129.583000', '103129.586000', '103129.588000', '103129.591000', '103129.593000', '103129.596000', '103129.599000', '103129.601000', '103129.604000', '103129.607000', '103129.609000', '103129.612000', '103129.615000', '103129.617000', '103129.620000', '103129.622000', '103129.625000', '103129.628000', '103129.630000', '103129.633000', '103129.635000', '103129.638000', '103149.525000', '103149.528000', '103149.531000', '103149.533000', '103149.536000', '103149.539000', '103149.541000', '103149.544000', '103149.547000', '103149.549000', '103149.552000', '103149.554000', '103149.557000', '103149.559000', '103149.562000', '103149.565000', '103149.567000', '103149.570000', '103149.573000', '103149.575000', '103149.578000', '103149.580000', '103149.583000', '103149.586000', '103149.588000', '103149.591000', '103149.594000', '103149.596000', '103149.599000', '103149.601000', '103149.604000', '103149.607000', '103149.618000', '103149.621000', '103149.624000', '103149.626000', '103149.629000', '103149.631000', '103149.634000', '103149.637000', '103149.639000', '103149.642000', '103149.644000', '103209.525000', '103209.528000', '103209.531000', '103209.534000', '103209.536000', '103209.539000', '103209.541000', '103209.544000', '103209.547000', '103209.550000', '103209.552000', '103209.555000', '103209.558000', '103209.560000', '103209.563000', '103209.566000', '103209.568000', '103209.571000', '103209.573000', '103209.576000', '103209.579000', '103209.581000', '103209.584000', '103209.586000', '103209.589000', '103209.592000', '103209.594000', '103209.597000', '103209.600000', '103209.602000', '103209.605000', '103209.608000', '103209.610000', '103209.613000', '103209.616000', '103209.618000', '103209.621000', '103209.623000', '103209.626000', '103209.629000', '103209.631000', '103209.634000', '103209.637000', '103209.639000', '103229.526000', '103229.528000', '103229.531000', '103229.534000', '103229.536000', '103229.539000', '103229.542000', '103229.544000', '103229.547000', '103229.549000', '103229.552000', '103229.555000', '103229.557000', '103229.560000', '103229.562000', '103229.565000', '103229.568000', '103229.570000', '103229.573000', '103229.575000', '103229.578000', '103229.581000', '103229.583000', '103229.586000', '103229.589000', '103229.591000', '103229.594000', '103229.596000', '103229.599000', '103229.602000', '103229.604000', '103229.607000', '103229.610000', '103229.612000', '103229.615000', '103229.618000', '103229.620000', '103229.623000', '103229.625000', '103229.628000', '103229.630000', '103229.633000', '103229.636000', '103249.525000', '103249.528000', '103249.531000', '103249.534000', '103249.536000', '103249.539000', '103249.541000', '103249.544000', '103249.547000', '103249.549000', '103249.552000', '103249.554000', '103249.557000', '103249.560000', '103249.562000', '103249.565000', '103249.568000', '103249.570000', '103249.573000', '103249.576000', '103249.578000', '103249.581000', '103249.583000', '103249.586000', '103249.589000', '103249.591000', '103249.594000', '103249.596000', '103249.599000', '103249.602000', '103249.604000', '103249.607000', '103249.610000', '103249.612000', '103249.615000', '103249.617000', '103249.620000', '103249.623000', '103249.625000', '103249.628000', '103249.631000', '103249.633000', '103249.636000', '103249.638000', '103309.524000', '103309.527000', '103309.530000', '103309.533000', '103309.535000', '103309.538000', '103309.541000', '103309.543000', '103309.546000', '103309.548000', '103309.551000', '103309.554000', '103309.556000', '103309.559000', '103309.562000', '103309.564000', '103309.567000', '103309.569000', '103309.572000', '103309.575000', '103309.577000', '103309.580000', '103309.582000', '103309.585000', '103309.588000', '103309.590000', '103309.593000', '103309.595000', '103309.598000', '103309.601000', '103309.604000', '103309.606000', '103309.609000', '103309.611000', '103309.614000', '103309.617000', '103309.619000', '103309.622000', '103309.625000', '103309.627000', '103309.630000', '103309.632000', '103309.635000', '103329.536000', '103329.539000', '103329.542000', '103329.545000', '103329.547000', '103329.550000', '103329.553000', '103329.555000', '103329.558000', '103329.560000', '103329.563000', '103329.566000', '103329.568000', '103329.571000', '103329.573000', '103329.576000', '103329.579000', '103329.581000', '103329.584000', '103329.586000', '103329.589000', '103329.592000', '103329.594000', '103329.597000', '103329.600000', '103329.602000', '103329.605000', '103329.607000', '103329.610000', '103329.613000', '103329.615000', '103329.618000', '103329.620000', '103329.623000', '103329.626000', '103329.628000', '103329.631000', '103329.633000', '103329.636000', '103329.639000', '103329.641000', '103329.644000', '103329.647000', '103349.526000', '103349.529000', '103349.531000', '103349.534000', '103349.536000', '103349.539000', '103349.542000', '103349.544000', '103349.547000', '103349.549000', '103349.552000', '103349.555000', '103349.557000', '103349.560000', '103349.563000', '103349.565000', '103349.568000', '103349.570000', '103349.573000', '103349.576000', '103349.578000', '103349.581000', '103349.583000', '103349.586000', '103349.589000', '103349.591000', '103349.594000', '103349.596000', '103349.599000', '103349.602000', '103349.604000', '103349.607000', '103349.610000', '103349.612000', '103349.615000', '103349.617000', '103349.620000', '103349.623000', '103349.625000', '103349.628000', '103349.630000', '103349.633000', '103349.636000', '103349.638000', '103409.525000', '103409.528000', '103409.531000', '103409.534000', '103409.536000', '103409.539000', '103409.541000', '103409.544000', '103409.547000', '103409.549000', '103409.552000', '103409.554000', '103409.557000', '103409.560000', '103409.562000', '103409.565000', '103409.568000', '103409.570000', '103409.573000', '103409.575000', '103409.578000', '103409.581000', '103409.583000', '103409.586000', '103409.589000', '103409.591000', '103409.594000', '103409.597000', '103409.599000', '103409.602000', '103409.605000', '103409.607000', '103409.610000', '103409.613000', '103409.615000', '103409.618000', '103409.620000', '103409.623000', '103409.626000', '103409.628000', '103409.631000', '103409.634000', '103409.636000', '103409.639000', '103429.526000', '103429.528000', '103429.531000', '103429.534000', '103429.536000', '103429.539000', '103429.542000', '103429.544000', '103429.547000', '103429.550000', '103429.554000', '103429.557000', '103429.560000', '103429.562000', '103429.565000', '103429.568000', '103429.570000', '103429.573000', '103429.576000', '103429.578000', '103429.581000', '103429.583000', '103429.586000', '103429.589000', '103429.591000', '103429.594000', '103429.597000', '103429.599000', '103429.602000', '103429.605000', '103429.607000', '103429.610000', '103429.612000', '103429.615000', '103429.618000', '103429.620000', '103429.623000', '103429.625000', '103429.628000', '103429.631000', '103429.633000', '103429.636000', '103429.639000', '103449.526000', '103449.528000', '103449.531000', '103449.534000', '103449.536000', '103449.539000', '103449.542000', '103449.544000', '103449.547000', '103449.549000', '103449.552000', '103449.555000', '103449.557000', '103449.560000', '103449.563000', '103449.565000', '103449.568000', '103449.571000', '103449.573000', '103449.577000', '103449.580000', '103449.583000', '103449.585000', '103449.588000', '103449.591000', '103449.605000', '103449.608000', '103449.610000', '103449.613000', '103449.616000', '103449.618000', '103449.621000', '103449.623000', '103449.626000', '103449.628000', '103449.631000', '103449.634000', '103449.637000', '103449.639000', '103449.642000', '103449.645000', '103449.647000', '103449.650000', '103509.526000', '103509.528000', '103509.531000', '103509.534000', '103509.536000', '103509.539000', '103509.541000', '103509.544000', '103509.547000', '103509.549000', '103509.552000', '103509.555000', '103509.557000', '103509.560000', '103509.563000', '103509.565000', '103509.568000', '103509.570000', '103509.573000', '103509.576000', '103509.578000', '103509.581000', '103509.583000', '103509.586000', '103509.589000', '103509.592000', '103509.594000', '103509.597000', '103509.599000', '103509.602000', '103509.605000', '103509.607000', '103509.610000', '103509.612000', '103509.615000', '103509.617000', '103509.620000', '103509.623000', '103509.625000', '103509.628000', '103509.631000', '103509.633000', '103509.636000', '103509.638000', '103529.525000', '103529.527000', '103529.530000', '103529.533000', '103529.535000', '103529.538000', '103529.541000', '103529.543000', '103529.546000', '103529.548000', '103529.551000', '103529.554000', '103529.556000', '103529.559000', '103529.561000', '103529.564000', '103529.567000', '103529.570000', '103529.573000', '103529.575000', '103529.578000', '103529.581000', '103529.583000', '103529.586000', '103529.589000', '103529.591000', '103529.594000', '103529.597000', '103529.599000', '103529.602000', '103529.604000', '103529.607000', '103529.610000', '103529.612000', '103529.615000', '103529.617000', '103529.620000', '103529.623000', '103529.625000', '103529.628000', '103529.630000', '103529.633000', '103529.636000', '103549.525000', '103549.528000', '103549.531000', '103549.534000', '103549.536000', '103549.539000', '103549.541000', '103549.544000', '103549.547000', '103549.549000', '103549.552000', '103549.555000', '103549.557000', '103549.560000', '103549.562000', '103549.565000', '103549.567000', '103549.570000', '103549.573000', '103549.575000', '103549.578000', '103549.580000', '103549.583000', '103549.586000', '103549.589000', '103549.591000', '103549.594000', '103549.596000', '103549.599000', '103549.602000', '103549.604000', '103549.607000', '103549.609000', '103549.612000', '103549.615000', '103549.617000', '103549.620000', '103549.623000', '103549.625000', '103549.628000', '103549.630000', '103549.633000', '103549.636000', '103549.638000', '103609.526000', '103609.528000', '103609.531000', '103609.534000', '103609.536000', '103609.539000', '103609.541000', '103609.544000', '103609.547000', '103609.549000', '103609.552000', '103609.555000', '103609.557000', '103609.560000', '103609.562000', '103609.565000', '103609.568000', '103609.570000', '103609.573000', '103609.576000', '103609.578000', '103609.581000', '103609.584000', '103609.586000', '103609.589000', '103609.592000', '103609.594000', '103609.597000', '103609.599000', '103609.602000', '103609.605000', '103609.607000', '103609.610000', '103609.612000', '103609.616000', '103609.629000', '103609.631000', '103609.634000', '103609.637000', '103609.639000', '103609.642000', '103609.645000', '103609.647000', '103629.526000', '103629.528000', '103629.531000', '103629.534000', '103629.536000', '103629.539000', '103629.542000', '103629.544000', '103629.547000', '103629.550000', '103629.552000', '103629.555000', '103629.557000', '103629.560000', '103629.563000', '103629.565000', '103629.568000', '103629.570000', '103629.573000', '103629.575000', '103629.578000', '103629.581000', '103629.583000', '103629.586000', '103629.589000', '103629.591000', '103629.594000', '103629.597000', '103629.600000', '103629.602000', '103629.605000', '103629.607000', '103629.610000', '103629.613000', '103629.615000', '103629.618000', '103629.620000', '103629.623000', '103629.626000', '103629.628000', '103629.631000', '103629.634000', '103629.636000', '103629.639000', '103649.526000', '103649.528000', '103649.531000', '103649.534000', '103649.536000', '103649.539000', '103649.542000', '103649.545000', '103649.547000', '103649.550000', '103649.553000', '103649.555000', '103649.558000', '103649.561000', '103649.563000', '103649.566000', '103649.568000', '103649.571000', '103649.574000', '103649.576000', '103649.579000', '103649.582000', '103649.584000', '103649.587000', '103649.590000', '103649.592000', '103649.595000', '103649.597000', '103649.600000', '103649.603000', '103649.605000', '103649.608000', '103649.611000', '103649.613000', '103649.616000', '103649.619000', '103649.621000', '103649.624000', '103649.626000', '103649.629000', '103649.632000', '103649.634000', '103649.637000', '103709.526000', '103709.528000', '103709.531000', '103709.534000', '103709.536000', '103709.539000', '103709.542000', '103709.544000', '103709.547000', '103709.549000', '103709.552000', '103709.555000', '103709.557000', '103709.560000', '103709.562000', '103709.565000', '103709.568000', '103709.570000', '103709.573000', '103709.576000', '103709.578000', '103709.581000', '103709.583000', '103709.586000', '103709.589000', '103709.591000', '103709.594000', '103709.597000', '103709.599000', '103709.602000', '103709.604000', '103709.607000', '103709.610000', '103709.612000', '103709.615000', '103709.618000', '103709.620000', '103709.623000', '103709.626000', '103709.628000', '103709.631000', '103709.633000', '103709.636000', '103709.639000', '103729.526000', '103729.528000', '103729.531000', '103729.534000', '103729.536000', '103729.539000', '103729.542000', '103729.544000', '103729.547000', '103729.549000', '103729.552000', '103729.555000', '103729.557000', '103729.560000', '103729.562000', '103729.565000', '103729.568000', '103729.570000', '103729.573000', '103729.575000', '103729.578000', '103729.581000', '103729.583000', '103729.586000', '103729.589000', '103729.591000', '103729.594000', '103729.597000', '103729.599000', '103729.602000', '103729.605000', '103729.607000', '103729.618000', '103729.621000', '103729.624000', '103729.627000', '103729.629000', '103729.632000', '103729.635000', '103729.637000', '103729.640000', '103729.643000', '103729.645000', '103749.525000', '103749.527000', '103749.530000', '103749.533000', '103749.535000', '103749.538000', '103749.540000', '103749.543000', '103749.546000', '103749.548000', '103749.551000', '103749.554000', '103749.556000', '103749.559000', '103749.561000', '103749.564000', '103749.567000', '103749.569000', '103749.572000', '103749.575000', '103749.577000', '103749.580000', '103749.582000', '103749.585000', '103749.588000', '103749.590000', '103749.593000', '103749.596000', '103749.598000', '103749.601000', '103749.604000', '103749.606000', '103749.609000', '103749.611000', '103749.614000', '103749.617000', '103749.619000', '103749.622000', '103749.625000', '103749.627000', '103749.630000', '103749.632000', '103749.635000', '103749.638000', '103807.347000', '103807.351000', '103807.354000', '103807.357000', '103807.360000', '103807.363000', '103807.366000', '103807.368000', '103807.371000', '103807.374000', '103807.376000', '103807.380000', '103807.383000', '103807.385000', '103807.388000', '103807.391000', '103807.394000', '103807.397000', '103807.400000', '103807.402000', '103807.405000', '103807.408000', '103807.412000', '103807.415000', '103807.418000', '103807.420000', '103807.423000', '103807.427000', '103807.432000', '103807.436000', '103807.440000', '103807.443000', '103807.445000', '103807.450000', '103807.453000', '103807.457000', '103807.460000', '103807.462000', '103807.465000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'LargestImagePixelValue': [7484, 11145, 7251, 11153, 7007, 10655, 6867, 10697, 7211, 10701, 7601, 9221, 7187, 7095, 7758, 7209, 9162, 7088, 8014, 7020, 8601, 7078, 9214, 7269, 8089, 7160, 6893, 7220, 6846, 7672, 7170, 9691, 7100, 9226, 7486, 9683, 8099, 7345, 9680, 8877, 8601, 11750, 8248, 13568, 8948, 13006, 7235, 11273, 7392, 9642, 7842, 9696, 7291, 9400, 7248, 9543, 7282, 9430, 7265, 8692, 7461, 8425, 6882, 8715, 7165, 8215, 10698, 7024, 10925, 7151, 9418, 7093, 9479, 7257, 9687, 7326, 9435, 6945, 9304, 7014, 8614, 9753, 8179, 9336, 7688, 8841, 7296, 9528, 6899, 9307, 7499, 9423, 7213, 9274, 6839, 9081, 6830, 8411, 9322, 7280, 9696, 7083, 9393, 7263, 9290, 7110, 9323, 7167, 8704, 7194, 8667, 7147, 8258, 8782, 7185, 9418, 7074, 9029, 7101, 8715, 6987, 8806, 7055, 8694, 6962, 8371, 7010, 7709, 6903, 7389, 8477, 7469, 9018, 7204, 9449, 7259, 9571, 7190, 9801, 7242, 10333, 7206, 9636, 7173, 8996, 7090, 9191, 7189, 9620, 7302, 10354, 7832, 9950, 7085, 9438, 7177, 9038, 7166, 8874, 7000, 8462, 6757, 8159, 7887, 7393, 9495, 7168, 9183, 7166, 8436, 6969, 8278, 7143, 7963, 7284, 7298, 7520, 7183, 8852, 7266, 9142, 7101, 8805, 6930, 9039, 6827, 8348, 7520, 7230, 9568, 7203, 9789, 7329, 9532, 7257, 9168, 7166, 8417, 7068, 8437, 7082, 8802, 7056, 9025, 7136, 8838, 7103, 8880, 6987, 7966, 6980, 7428, 7331, 7210, 6712, 8154, 7058, 7507, 7767, 7295, 7968, 7842, 6685, 7770, 7045, 8216, 7376, 8809, 7061, 9044, 6974, 9541, 7108, 9516, 7179, 8944, 7280, 9474, 7091, 10408, 7329, 10290, 7431, 7129, 7845, 6941, 8303, 7254, 8541, 7076, 10201, 7212, 8876, 7608, 7047, 8548, 7190, 9193, 7118, 10135, 7092, 10557, 7203, 11439, 7171, 11491, 7147, 7207, 7426, 6934, 8850, 7201, 8708, 7120, 9613, 7169, 10512, 7190, 10238, 7500, 8890, 7903, 6797, 7735, 7197, 10828, 7182, 7860, 7576, 7171, 7598, 7175, 10367, 7302, 7866, 7509, 7333, 7480, 7054, 7930, 7398, 10561, 7493, 6873, 7542, 7237, 8884, 7358, 8786, 7952, 8018, 8671, 10671, 9214, 7776, 7310, 9349, 7326, 10398, 7098, 9368, 7079, 9715, 7167, 6662, 9736, 7035, 7626, 8296, 7089, 9170, 9549, 8924, 10620, 8335, 9471, 7256, 11845, 8767, 13191, 7678, 8945, 8368, 8287, 8066, 7022, 7851, 7417, 8949, 7416, 8992, 7072, 8835, 7147, 9051, 7083, 8786, 7454, 8496, 7409, 8990, 7444, 8724, 7473, 9272, 7199, 9846, 7563, 9752, 7571, 9682, 7337, 9760, 7071, 10074, 7235, 9132, 7387, 8784, 7482, 9300, 7125, 9468, 7326, 9498, 7292, 9718, 7572, 9940, 7498, 9742, 7540, 9667, 7628, 10529, 7549, 9913, 7359, 9921, 7967, 9707, 7373, 10035, 7427, 9866, 7777, 9723, 7533, 9810, 7257, 10011, 7237, 9870, 7285, 7421, 8102, 7108, 8548, 7282, 7755, 6896, 7765, 7185, 8043, 6755, 7131, 10965, 6947, 10588, 7030, 10109, 6855, 9562, 7212, 9577, 7399, 9419, 7196, 8836, 7225, 8744, 7332, 8890, 7616, 9230, 7168, 8765, 7210, 8968, 7460, 8886, 7131, 9045, 7312, 8904, 7426, 8334, 7252, 8243, 7195, 8435, 7281, 9073, 7227, 8733, 7205, 8569, 7426, 7682, 7629, 7218, 7653, 7104, 7145, 8188, 7034, 8111, 6962, 8940, 7373, 9070, 7199, 8096, 10477, 7241, 8544, 7063, 7386, 8141, 7277, 7742, 7781, 7412, 7418, 8156, 7322, 8895, 7305, 8121, 7186, 10009, 7238, 9420, 7380, 9162, 7429, 8984, 7449, 8379, 11027, 7649, 12772, 9554, 8054, 8125, 7453, 8827, 7380, 8057, 7193, 7625, 7327, 8610, 7509, 8022, 8115, 7678, 7538, 7545, 7493, 8108, 8299, 7504, 7617, 8282, 7474, 8931, 6996, 8186, 11889, 7052, 10923, 7000, 9533, 7018, 9083, 6971, 8728, 7139, 9514, 7587, 8959, 7503, 8757, 6928, 9404, 7363, 9488, 7195, 8668, 10882, 7261, 10876, 7070, 9723, 7017, 8715, 9114, 7587, 9878, 7287, 10002, 7364, 9827, 7188, 9720, 7289, 9288, 7013, 8378, 7245, 8092, 9109, 7458, 9787, 7593, 9115, 7277, 8920, 7108, 8573, 7243, 8827, 7412, 9057, 7334, 8817, 7094, 9507, 7136, 9521, 7136, 9777, 7623, 9774, 7510, 8689, 7421, 8368, 7653, 8789, 7144, 7658, 7274, 7331, 8320, 7353, 8096, 7110, 9907, 7312, 9814, 7321, 9449, 7769, 8668, 7478, 9220, 7440, 8790, 7518, 8963, 7516, 8696, 7289, 8842, 7041, 8549, 6998, 8796, 7173, 8554, 6948, 8748, 7000, 8751, 7128, 9530, 7205, 8646, 7402, 8881, 7147, 9488, 7266, 9627, 6978, 9296, 7024, 9092, 6947, 9162, 7044, 11185, 7138, 9137, 7592, 8352, 7633, 8185, 7663, 8938, 7840, 9033, 7276, 8346, 7509, 6944, 7659, 7302, 7730, 8935, 7465, 9838, 7080, 9295, 7035, 9125, 7301, 8647, 7045, 8869, 7342, 8435, 7286, 8356, 7319, 8682, 7567, 8898, 7360, 8988, 7519, 8747, 7080, 8315, 7229, 9198, 7310, 7025, 9716, 7064, 7514, 6660, 8665, 7185, 7830, 7562, 7376, 9469, 7273, 10852, 7557, 12310, 7638, 13370, 8536, 12809, 10728, 10996, 12290, 9433, 8403, 8515, 7567, 9908, 7734, 9512, 7454, 8935, 7454, 8650, 7778, 8432, 7487, 8129, 7652, 8798, 7212, 8752, 7227, 8843, 7238, 8084, 7214, 8800, 7408, 9126, 7598, 8863, 7661, 8735, 7269, 9095, 7350, 9436, 7445, 9039, 7400, 10360, 7278, 9341, 7444, 9461, 7170, 8895, 7186, 8399, 7338, 7255, 8553, 7367, 8809, 7297, 8622, 7364, 8469, 7029, 7878, 7348, 7599, 7997, 7695, 7836, 7261, 8384, 7395, 8612, 7722, 7637, 7469, 9301, 7261, 7517, 7338, 7385, 8734, 7244, 8212, 7523, 8353, 7202, 7473, 7356, 7424, 7431, 8250, 7150, 11581, 7588, 9821, 7753, 9167, 7652, 10004, 7668, 8988, 7472, 7700, 8158, 7153, 8879, 7584, 8985, 7718, 8694, 7854, 9503, 7462, 8365, 7427, 7564, 8766, 7398, 9229, 7585, 9152, 7105, 8848, 7128, 8506, 7380, 8438, 7278, 8207, 7001, 8019, 6977, 7975, 7309, 7387, 9111, 7378, 9269, 7204, 8524, 7230, 8746, 7667, 7460, 8668, 7666, 7400, 7621, 7522, 7384, 7625, 7532, 7519, 9042, 8429, 12001, 8125, 9584, 8069, 7224, 11249, 8906, 11754, 8407, 7930, 7169, 10027, 7200, 6805, 9527, 7013, 8247, 9496, 6990, 12045, 9475, 11322, 10343, 14305, 10282, 12606, 7672, 10639, 7696, 6817, 7439, 7088, 10571, 7112, 8675, 7489, 7069, 7268, 7271, 7229, 7451, 9253, 6946, 8954, 7084, 8884, 6788, 8663, 8036, 8142, 6990, 6893, 8343, 7084, 6962, 7089, 8700, 7891, 7164, 8154, 7441, 9250, 7159, 9435, 8106, 11282, 7166, 9455, 7056, 8408, 7441, 9142, 7340, 9043, 7309, 8333, 7206, 8384, 7175, 8702, 7020, 9243, 7303, 8818, 7283, 9107, 7148, 9073, 7348, 9330, 7193, 9507, 7340, 9549, 7245, 9263, 7450, 9154, 7126, 9165, 7047, 9220, 7173, 8532, 7196, 8113, 6795, 7800, 9083, 6937, 10703, 7329, 9503, 7179, 8480, 7405, 8352, 6755, 8148, 6909, 8610, 6826, 8434, 6754, 7775, 7760, 7286, 9811, 7149, 9650, 7401, 9808, 7333, 8919, 7320, 8818, 7120, 9039, 7258, 9544, 7145, 9131, 7479, 8785, 7100, 9063, 7203, 7785, 7027, 7995, 6818, 7284, 8112, 7134, 9872, 7372, 9764, 7358, 9825, 7133, 9524, 7237, 9254, 7312, 8962, 7345, 9319, 7409, 9244, 7096, 8569, 6913, 8661, 6925, 8301, 6786, 7779, 6933, 7063, 8663, 6917, 8306, 7061, 8426, 7235, 9200, 7442, 10001, 7002, 10105, 7336, 9776, 7281, 9497, 7058, 9638, 7357, 9176, 7087, 8925, 7054, 9172, 7304, 8670, 7192, 8614, 7320, 8412, 7100, 8911, 7177, 9565, 7004, 8654, 7277, 8673, 7265, 8693, 7085, 9152, 7042, 9718, 7073, 9011, 7326, 8953, 7219, 9213, 7153, 9199, 7183, 9247, 7011, 9658, 7090, 9481, 7164, 9214, 7314, 9261, 7254, 9305, 7068, 9579, 7242, 9131, 7081, 9099, 7226, 8959, 7097, 9419, 7194, 9598, 6949, 7133, 7190, 7050, 8041, 7221, 8510, 7125, 9563, 7209, 8835, 7281, 7814, 7155, 7309, 7666, 7281, 7175, 7526, 6979, 8304, 7250, 10280], 'WindowCenter': [3978.0, 4003.0, 3960.0, 3987.0, 3935.0, 3962.0, 3923.0, 3961.0, 3931.0, 3961.0, 3943.0, 3965.0, 3932.0, 3920.0, 3929.0, 3931.0, 3952.0, 3931.0, 3941.0, 3931.0, 3953.0, 3947.0, 3965.0, 3945.0, 3955.0, 3934.0, 3932.0, 3944.0, 3934.0, 3945.0, 3933.0, 3965.0, 3947.0, 3980.0, 3958.0, 3977.0, 3957.0, 3943.0, 3965.0, 3954.0, 3955.0, 3971.0, 3941.0, 3973.0, 3943.0, 3972.0, 3919.0, 3958.0, 3918.0, 3937.0, 3929.0, 3951.0, 3918.0, 3950.0, 3933.0, 3952.0, 3920.0, 3940.0, 3931.0, 3940.0, 3928.0, 3939.0, 3918.0, 3941.0, 3918.0, 3941.0, 3950.0, 3921.0, 3961.0, 3920.0, 3949.0, 3921.0, 3939.0, 3918.0, 3936.0, 3918.0, 3938.0, 3907.0, 3940.0, 3919.0, 3941.0, 3949.0, 3928.0, 3935.0, 3916.0, 3923.0, 3904.0, 3934.0, 3905.0, 3937.0, 3919.0, 3937.0, 3917.0, 3939.0, 3907.0, 3938.0, 3905.0, 3928.0, 3934.0, 3917.0, 3936.0, 3905.0, 3937.0, 3918.0, 3938.0, 3917.0, 3936.0, 3907.0, 3927.0, 3906.0, 3928.0, 3906.0, 3928.0, 3926.0, 3916.0, 3937.0, 3920.0, 3940.0, 3918.0, 3940.0, 3917.0, 3938.0, 3916.0, 3938.0, 3918.0, 3929.0, 3919.0, 3931.0, 3919.0, 3931.0, 3939.0, 3932.0, 3951.0, 3932.0, 3950.0, 3920.0, 3950.0, 3919.0, 3951.0, 3930.0, 3951.0, 3931.0, 3951.0, 3931.0, 3939.0, 3920.0, 3939.0, 3919.0, 3951.0, 3932.0, 3961.0, 3932.0, 3951.0, 3932.0, 3950.0, 3919.0, 3940.0, 3919.0, 3940.0, 3919.0, 3940.0, 3920.0, 3931.0, 3927.0, 3919.0, 3938.0, 3919.0, 3939.0, 3919.0, 3940.0, 3920.0, 3940.0, 3920.0, 3941.0, 3930.0, 3932.0, 3930.0, 3932.0, 3952.0, 3932.0, 3952.0, 3922.0, 3953.0, 3934.0, 3953.0, 3920.0, 3942.0, 3918.0, 3920.0, 3949.0, 3919.0, 3950.0, 3932.0, 3950.0, 3930.0, 3951.0, 3920.0, 3939.0, 3920.0, 3940.0, 3921.0, 3952.0, 3934.0, 3953.0, 3934.0, 3953.0, 3934.0, 3955.0, 3935.0, 3945.0, 3922.0, 3934.0, 3932.0, 3933.0, 3922.0, 3943.0, 3921.0, 3931.0, 3931.0, 3932.0, 3931.0, 3942.0, 3921.0, 3932.0, 3934.0, 3943.0, 3933.0, 3954.0, 3933.0, 3953.0, 3922.0, 3953.0, 3922.0, 3953.0, 3933.0, 3952.0, 3932.0, 3951.0, 3922.0, 3961.0, 3932.0, 3951.0, 3932.0, 3921.0, 3942.0, 3921.0, 3940.0, 3930.0, 3940.0, 3920.0, 3951.0, 3920.0, 3941.0, 3931.0, 3922.0, 3941.0, 3932.0, 3951.0, 3921.0, 3951.0, 3920.0, 3962.0, 3920.0, 3960.0, 3921.0, 3972.0, 3920.0, 3930.0, 3931.0, 3931.0, 3939.0, 3919.0, 3928.0, 3918.0, 3939.0, 3918.0, 3949.0, 3919.0, 3948.0, 3919.0, 3936.0, 3928.0, 3906.0, 3929.0, 3934.0, 3975.0, 3921.0, 3942.0, 3931.0, 3933.0, 3932.0, 3921.0, 3950.0, 3920.0, 3930.0, 3931.0, 3920.0, 3930.0, 3919.0, 3930.0, 3930.0, 3949.0, 3919.0, 3920.0, 3930.0, 3931.0, 3940.0, 3930.0, 3941.0, 3943.0, 3943.0, 3954.0, 3962.0, 3951.0, 3943.0, 3919.0, 3938.0, 3917.0, 3948.0, 3918.0, 3952.0, 3921.0, 3938.0, 3907.0, 3906.0, 3949.0, 3932.0, 3930.0, 3940.0, 3919.0, 3951.0, 3953.0, 3938.0, 3950.0, 3917.0, 3926.0, 3905.0, 3945.0, 3914.0, 3945.0, 3902.0, 3912.0, 3901.0, 3912.0, 3903.0, 3891.0, 3901.0, 3902.0, 3912.0, 3902.0, 3923.0, 3891.0, 3913.0, 3890.0, 3911.0, 3890.0, 3913.0, 3902.0, 3913.0, 3903.0, 3923.0, 3915.0, 3925.0, 3916.0, 3938.0, 3918.0, 3948.0, 3928.0, 3938.0, 3917.0, 3938.0, 3917.0, 3948.0, 3908.0, 3937.0, 3919.0, 3938.0, 3929.0, 3938.0, 3918.0, 3937.0, 3917.0, 3937.0, 3918.0, 3938.0, 3918.0, 3947.0, 3929.0, 3948.0, 3919.0, 3936.0, 3918.0, 3938.0, 3918.0, 3948.0, 3928.0, 3948.0, 3930.0, 3949.0, 3927.0, 3936.0, 3918.0, 3948.0, 3916.0, 3948.0, 3929.0, 3937.0, 3929.0, 3961.0, 3944.0, 3950.0, 3921.0, 3960.0, 3929.0, 3930.0, 3956.0, 3931.0, 3953.0, 3932.0, 3932.0, 3934.0, 3945.0, 3934.0, 3942.0, 3921.0, 3947.0, 3974.0, 3921.0, 3949.0, 3918.0, 3948.0, 3918.0, 3951.0, 3929.0, 3949.0, 3918.0, 3937.0, 3918.0, 3937.0, 3917.0, 3927.0, 3917.0, 3938.0, 3929.0, 3938.0, 3918.0, 3938.0, 3918.0, 3937.0, 3916.0, 3937.0, 3918.0, 3938.0, 3916.0, 3938.0, 3917.0, 3928.0, 3918.0, 3927.0, 3905.0, 3927.0, 3918.0, 3937.0, 3918.0, 3940.0, 3930.0, 3952.0, 3929.0, 3931.0, 3931.0, 3931.0, 3930.0, 3934.0, 3933.0, 3954.0, 3922.0, 3942.0, 3935.0, 3967.0, 3944.0, 3954.0, 3920.0, 3941.0, 3961.0, 3931.0, 3939.0, 3932.0, 3930.0, 3942.0, 3929.0, 3931.0, 3928.0, 3931.0, 3932.0, 3942.0, 3930.0, 3953.0, 3944.0, 3944.0, 3932.0, 3962.0, 3931.0, 3951.0, 3929.0, 3939.0, 3918.0, 3939.0, 3916.0, 3926.0, 3947.0, 3929.0, 3957.0, 3938.0, 3914.0, 3926.0, 3916.0, 3937.0, 3903.0, 3927.0, 3906.0, 3916.0, 3916.0, 3939.0, 3916.0, 3926.0, 3915.0, 3916.0, 3916.0, 3917.0, 3918.0, 3928.0, 3927.0, 3929.0, 3927.0, 3929.0, 3919.0, 3952.0, 3920.0, 3930.0, 3959.0, 3920.0, 3959.0, 3919.0, 3937.0, 3906.0, 3926.0, 3904.0, 3925.0, 3904.0, 3935.0, 3915.0, 3925.0, 3914.0, 3925.0, 3905.0, 3936.0, 3914.0, 3935.0, 3906.0, 3926.0, 3945.0, 3902.0, 3933.0, 3893.0, 3922.0, 3890.0, 3912.0, 3910.0, 3901.0, 3920.0, 3901.0, 3922.0, 3901.0, 3923.0, 3903.0, 3933.0, 3903.0, 3933.0, 3902.0, 3925.0, 3904.0, 3926.0, 3925.0, 3916.0, 3935.0, 3916.0, 3924.0, 3930.0, 3952.0, 3921.0, 3938.0, 3932.0, 3963.0, 3932.0, 3951.0, 3932.0, 3951.0, 3931.0, 3951.0, 3931.0, 3950.0, 3920.0, 3950.0, 3928.0, 3950.0, 3918.0, 3938.0, 3919.0, 3928.0, 3918.0, 3939.0, 3916.0, 3928.0, 3916.0, 3928.0, 3928.0, 3931.0, 3929.0, 3920.0, 3949.0, 3931.0, 3950.0, 3930.0, 3950.0, 3943.0, 3953.0, 3944.0, 3963.0, 3931.0, 3940.0, 3931.0, 3952.0, 3933.0, 3953.0, 3947.0, 3954.0, 3934.0, 3954.0, 3934.0, 3952.0, 3933.0, 3953.0, 3934.0, 3952.0, 3935.0, 3955.0, 3933.0, 3963.0, 3933.0, 3954.0, 3943.0, 3953.0, 3932.0, 3951.0, 3931.0, 3953.0, 3932.0, 3952.0, 3932.0, 3951.0, 3932.0, 3952.0, 3922.0, 3960.0, 3921.0, 3951.0, 3930.0, 3941.0, 3929.0, 3940.0, 3930.0, 3940.0, 3942.0, 3940.0, 3931.0, 3939.0, 3919.0, 3919.0, 3930.0, 3929.0, 3931.0, 3939.0, 3930.0, 3950.0, 3920.0, 3939.0, 3920.0, 3939.0, 3928.0, 3939.0, 3920.0, 3939.0, 3919.0, 3940.0, 3930.0, 3954.0, 3946.0, 3955.0, 3945.0, 3952.0, 3933.0, 3954.0, 3947.0, 3953.0, 3935.0, 3944.0, 3947.0, 3967.0, 3944.0, 3933.0, 3964.0, 3932.0, 3929.0, 3922.0, 3942.0, 3933.0, 3943.0, 3944.0, 3945.0, 3964.0, 3934.0, 3974.0, 3942.0, 3972.0, 3931.0, 3968.0, 3928.0, 3960.0, 3947.0, 3947.0, 3947.0, 3924.0, 3913.0, 3913.0, 3902.0, 3922.0, 3902.0, 3922.0, 3903.0, 3913.0, 3903.0, 3914.0, 3902.0, 3913.0, 3904.0, 3902.0, 3902.0, 3912.0, 3903.0, 3912.0, 3892.0, 3913.0, 3903.0, 3914.0, 3903.0, 3925.0, 3916.0, 3925.0, 3915.0, 3923.0, 3904.0, 3914.0, 3903.0, 3924.0, 3904.0, 3926.0, 3917.0, 3925.0, 3906.0, 3936.0, 3905.0, 3925.0, 3904.0, 3924.0, 3906.0, 3925.0, 3905.0, 3914.0, 3919.0, 3917.0, 3937.0, 3917.0, 3937.0, 3929.0, 3940.0, 3930.0, 3928.0, 3921.0, 3930.0, 3929.0, 3930.0, 3929.0, 3916.0, 3917.0, 3906.0, 3925.0, 3919.0, 3928.0, 3920.0, 3930.0, 3931.0, 3951.0, 3918.0, 3930.0, 3930.0, 3932.0, 3939.0, 3932.0, 3941.0, 3929.0, 3930.0, 3918.0, 3919.0, 3930.0, 3918.0, 3930.0, 3927.0, 3918.0, 3958.0, 3916.0, 3937.0, 3918.0, 3937.0, 3915.0, 3937.0, 3915.0, 3924.0, 3902.0, 3914.0, 3913.0, 3904.0, 3924.0, 3916.0, 3925.0, 3916.0, 3927.0, 3927.0, 3948.0, 3919.0, 3927.0, 3916.0, 3917.0, 3927.0, 3917.0, 3936.0, 3928.0, 3951.0, 3920.0, 3937.0, 3918.0, 3941.0, 3929.0, 3927.0, 3931.0, 3942.0, 3919.0, 3941.0, 3919.0, 3931.0, 3931.0, 3934.0, 3939.0, 3931.0, 3938.0, 3919.0, 3936.0, 3929.0, 3939.0, 3942.0, 3934.0, 3967.0, 3958.0, 3956.0, 3956.0, 3955.0, 3947.0, 3945.0, 3957.0, 3959.0, 3981.0, 3970.0, 4000.0, 3957.0, 3964.0, 3944.0, 3933.0, 3974.0, 3965.0, 3974.0, 3942.0, 3931.0, 3921.0, 3951.0, 3931.0, 3921.0, 3950.0, 3918.0, 3929.0, 3938.0, 3906.0, 3958.0, 3937.0, 3946.0, 3937.0, 3956.0, 3934.0, 3942.0, 3900.0, 3919.0, 3887.0, 3878.0, 3887.0, 3877.0, 3920.0, 3890.0, 3911.0, 3901.0, 3889.0, 3889.0, 3889.0, 3889.0, 3890.0, 3921.0, 3892.0, 3922.0, 3902.0, 3920.0, 3892.0, 3912.0, 3913.0, 3903.0, 3892.0, 3901.0, 3924.0, 3905.0, 3903.0, 3903.0, 3923.0, 3915.0, 3903.0, 3913.0, 3915.0, 3935.0, 3919.0, 3939.0, 3916.0, 3945.0, 3904.0, 3924.0, 3904.0, 3913.0, 3905.0, 3924.0, 3905.0, 3924.0, 3916.0, 3914.0, 3914.0, 3914.0, 3905.0, 3924.0, 3906.0, 3937.0, 3916.0, 3936.0, 3916.0, 3925.0, 3906.0, 3925.0, 3916.0, 3937.0, 3919.0, 3938.0, 3931.0, 3951.0, 3918.0, 3936.0, 3916.0, 3936.0, 3919.0, 3938.0, 3919.0, 3939.0, 3919.0, 3938.0, 3918.0, 3928.0, 3906.0, 3928.0, 3939.0, 3921.0, 3949.0, 3919.0, 3949.0, 3919.0, 3925.0, 3916.0, 3927.0, 3908.0, 3927.0, 3907.0, 3928.0, 3908.0, 3939.0, 3908.0, 3917.0, 3915.0, 3918.0, 3949.0, 3919.0, 3937.0, 3918.0, 3947.0, 3918.0, 3937.0, 3917.0, 3937.0, 3919.0, 3938.0, 3918.0, 3949.0, 3919.0, 3938.0, 3918.0, 3927.0, 3906.0, 3927.0, 3906.0, 3915.0, 3906.0, 3927.0, 3904.0, 3916.0, 3913.0, 3905.0, 3935.0, 3916.0, 3936.0, 3915.0, 3935.0, 3906.0, 3936.0, 3917.0, 3936.0, 3917.0, 3937.0, 3917.0, 3939.0, 3918.0, 3937.0, 3918.0, 3940.0, 3918.0, 3938.0, 3917.0, 3927.0, 3919.0, 3930.0, 3918.0, 3920.0, 3938.0, 3920.0, 3929.0, 3920.0, 3939.0, 3930.0, 3938.0, 3920.0, 3949.0, 3932.0, 3961.0, 3931.0, 3949.0, 3932.0, 3951.0, 3921.0, 3950.0, 3918.0, 3939.0, 3918.0, 3939.0, 3920.0, 3950.0, 3930.0, 3940.0, 3920.0, 3938.0, 3918.0, 3928.0, 3919.0, 3939.0, 3918.0, 3950.0, 3920.0, 3938.0, 3930.0, 3939.0, 3918.0, 3940.0, 3920.0, 3938.0, 3920.0, 3950.0, 3920.0, 3938.0, 3931.0, 3938.0, 3931.0, 3948.0, 3920.0, 3951.0, 3921.0, 3952.0, 3921.0, 3952.0, 3921.0, 3950.0, 3919.0, 3937.0, 3919.0, 3938.0, 3920.0, 3940.0, 3919.0, 3949.0, 3920.0, 3939.0, 3920.0, 3939.0, 3919.0, 3938.0, 3918.0, 3939.0, 3920.0, 3949.0, 3921.0, 3920.0, 3921.0, 3920.0, 3942.0, 3945.0, 3952.0, 3932.0, 3952.0, 3932.0, 3951.0, 3933.0, 3931.0, 3921.0, 3931.0, 3931.0, 3932.0, 3933.0, 3944.0, 3934.0, 3941.0, 3930.0, 3962.0], 'WindowWidth': [8908.0, 8929.0, 8863.0, 8892.0, 8819.0, 8850.0, 8800.0, 8847.0, 8807.0, 8847.0, 8827.0, 8860.0, 8810.0, 8790.0, 8802.0, 8805.0, 8835.0, 8807.0, 8819.0, 8807.0, 8840.0, 8841.0, 8858.0, 8834.0, 8845.0, 8818.0, 8811.0, 8828.0, 8814.0, 8833.0, 8814.0, 8858.0, 8840.0, 8889.0, 8859.0, 8879.0, 8851.0, 8827.0, 8859.0, 8839.0, 8843.0, 8859.0, 8820.0, 8863.0, 8821.0, 8859.0, 8787.0, 8836.0, 8783.0, 8805.0, 8799.0, 8830.0, 8783.0, 8830.0, 8810.0, 8833.0, 8789.0, 8813.0, 8804.0, 8814.0, 8799.0, 8813.0, 8784.0, 8818.0, 8783.0, 8817.0, 8828.0, 8791.0, 8842.0, 8789.0, 8825.0, 8790.0, 8812.0, 8783.0, 8803.0, 8781.0, 8810.0, 8767.0, 8813.0, 8784.0, 8819.0, 8825.0, 8794.0, 8799.0, 8776.0, 8780.0, 8757.0, 8795.0, 8760.0, 8805.0, 8783.0, 8807.0, 8782.0, 8810.0, 8768.0, 8808.0, 8762.0, 8794.0, 8796.0, 8778.0, 8802.0, 8762.0, 8803.0, 8782.0, 8808.0, 8781.0, 8803.0, 8766.0, 8792.0, 8763.0, 8795.0, 8763.0, 8795.0, 8788.0, 8777.0, 8805.0, 8789.0, 8814.0, 8782.0, 8815.0, 8781.0, 8807.0, 8778.0, 8808.0, 8782.0, 8798.0, 8785.0, 8806.0, 8785.0, 8805.0, 8813.0, 8807.0, 8829.0, 8809.0, 8826.0, 8788.0, 8826.0, 8786.0, 8831.0, 8802.0, 8830.0, 8806.0, 8831.0, 8805.0, 8813.0, 8790.0, 8812.0, 8787.0, 8830.0, 8808.0, 8845.0, 8808.0, 8832.0, 8808.0, 8827.0, 8786.0, 8814.0, 8786.0, 8815.0, 8787.0, 8816.0, 8790.0, 8804.0, 8792.0, 8784.0, 8808.0, 8785.0, 8810.0, 8787.0, 8814.0, 8788.0, 8816.0, 8789.0, 8819.0, 8803.0, 8808.0, 8802.0, 8808.0, 8833.0, 8807.0, 8835.0, 8797.0, 8840.0, 8817.0, 8836.0, 8788.0, 8819.0, 8783.0, 8788.0, 8823.0, 8786.0, 8826.0, 8807.0, 8829.0, 8803.0, 8829.0, 8788.0, 8812.0, 8790.0, 8814.0, 8794.0, 8835.0, 8815.0, 8838.0, 8815.0, 8839.0, 8815.0, 8843.0, 8819.0, 8829.0, 8795.0, 8815.0, 8807.0, 8811.0, 8796.0, 8825.0, 8792.0, 8806.0, 8804.0, 8809.0, 8804.0, 8822.0, 8792.0, 8809.0, 8816.0, 8824.0, 8813.0, 8840.0, 8814.0, 8838.0, 8795.0, 8835.0, 8796.0, 8836.0, 8812.0, 8834.0, 8807.0, 8831.0, 8796.0, 8844.0, 8807.0, 8831.0, 8806.0, 8792.0, 8822.0, 8793.0, 8817.0, 8802.0, 8814.0, 8789.0, 8830.0, 8790.0, 8818.0, 8805.0, 8796.0, 8818.0, 8809.0, 8832.0, 8791.0, 8829.0, 8788.0, 8845.0, 8789.0, 8842.0, 8793.0, 8859.0, 8789.0, 8805.0, 8807.0, 8807.0, 8812.0, 8784.0, 8795.0, 8782.0, 8810.0, 8785.0, 8825.0, 8785.0, 8821.0, 8785.0, 8803.0, 8795.0, 8763.0, 8799.0, 8816.0, 8870.0, 8792.0, 8821.0, 8807.0, 8812.0, 8808.0, 8792.0, 8827.0, 8788.0, 8802.0, 8804.0, 8789.0, 8801.0, 8788.0, 8800.0, 8800.0, 8825.0, 8786.0, 8790.0, 8802.0, 8805.0, 8813.0, 8803.0, 8820.0, 8825.0, 8827.0, 8840.0, 8847.0, 8829.0, 8823.0, 8786.0, 8808.0, 8778.0, 8821.0, 8781.0, 8834.0, 8792.0, 8808.0, 8764.0, 8763.0, 8826.0, 8810.0, 8804.0, 8814.0, 8786.0, 8829.0, 8836.0, 8811.0, 8829.0, 8777.0, 8785.0, 8755.0, 8808.0, 8767.0, 8808.0, 8748.0, 8758.0, 8744.0, 8762.0, 8751.0, 8732.0, 8746.0, 8749.0, 8763.0, 8749.0, 8778.0, 8731.0, 8762.0, 8729.0, 8758.0, 8729.0, 8764.0, 8750.0, 8764.0, 8752.0, 8780.0, 8772.0, 8784.0, 8777.0, 8808.0, 8784.0, 8821.0, 8796.0, 8808.0, 8779.0, 8805.0, 8776.0, 8822.0, 8767.0, 8805.0, 8782.0, 8807.0, 8800.0, 8807.0, 8783.0, 8805.0, 8780.0, 8807.0, 8783.0, 8808.0, 8782.0, 8820.0, 8801.0, 8821.0, 8784.0, 8803.0, 8782.0, 8807.0, 8782.0, 8819.0, 8796.0, 8822.0, 8803.0, 8825.0, 8795.0, 8804.0, 8781.0, 8820.0, 8776.0, 8822.0, 8799.0, 8806.0, 8798.0, 8844.0, 8830.0, 8827.0, 8789.0, 8843.0, 8801.0, 8802.0, 8849.0, 8806.0, 8840.0, 8809.0, 8808.0, 8817.0, 8831.0, 8815.0, 8823.0, 8792.0, 8840.0, 8869.0, 8791.0, 8823.0, 8784.0, 8822.0, 8784.0, 8832.0, 8800.0, 8823.0, 8783.0, 8805.0, 8782.0, 8806.0, 8780.0, 8792.0, 8779.0, 8809.0, 8798.0, 8808.0, 8784.0, 8808.0, 8783.0, 8805.0, 8778.0, 8805.0, 8781.0, 8807.0, 8776.0, 8808.0, 8777.0, 8794.0, 8782.0, 8793.0, 8762.0, 8792.0, 8782.0, 8806.0, 8783.0, 8814.0, 8802.0, 8835.0, 8801.0, 8807.0, 8806.0, 8806.0, 8802.0, 8818.0, 8812.0, 8842.0, 8796.0, 8823.0, 8818.0, 8863.0, 8832.0, 8841.0, 8789.0, 8819.0, 8846.0, 8806.0, 8812.0, 8807.0, 8805.0, 8825.0, 8803.0, 8805.0, 8798.0, 8807.0, 8809.0, 8824.0, 8805.0, 8838.0, 8829.0, 8828.0, 8809.0, 8848.0, 8807.0, 8831.0, 8799.0, 8811.0, 8781.0, 8810.0, 8776.0, 8791.0, 8817.0, 8798.0, 8833.0, 8806.0, 8770.0, 8790.0, 8775.0, 8804.0, 8754.0, 8793.0, 8763.0, 8778.0, 8778.0, 8811.0, 8776.0, 8790.0, 8772.0, 8776.0, 8777.0, 8779.0, 8781.0, 8795.0, 8793.0, 8801.0, 8792.0, 8797.0, 8786.0, 8835.0, 8788.0, 8800.0, 8838.0, 8788.0, 8840.0, 8784.0, 8804.0, 8764.0, 8789.0, 8756.0, 8784.0, 8758.0, 8799.0, 8775.0, 8785.0, 8770.0, 8787.0, 8761.0, 8803.0, 8772.0, 8801.0, 8761.0, 8789.0, 8812.0, 8750.0, 8793.0, 8737.0, 8776.0, 8731.0, 8761.0, 8755.0, 8746.0, 8768.0, 8746.0, 8774.0, 8747.0, 8777.0, 8752.0, 8793.0, 8755.0, 8794.0, 8752.0, 8786.0, 8756.0, 8790.0, 8786.0, 8776.0, 8800.0, 8776.0, 8784.0, 8801.0, 8834.0, 8792.0, 8809.0, 8808.0, 8854.0, 8810.0, 8832.0, 8810.0, 8833.0, 8808.0, 8831.0, 8806.0, 8827.0, 8790.0, 8827.0, 8797.0, 8827.0, 8781.0, 8809.0, 8784.0, 8795.0, 8781.0, 8810.0, 8776.0, 8795.0, 8777.0, 8797.0, 8796.0, 8804.0, 8799.0, 8790.0, 8825.0, 8805.0, 8829.0, 8804.0, 8827.0, 8825.0, 8840.0, 8830.0, 8851.0, 8808.0, 8817.0, 8806.0, 8834.0, 8811.0, 8839.0, 8838.0, 8841.0, 8815.0, 8843.0, 8816.0, 8835.0, 8811.0, 8836.0, 8815.0, 8838.0, 8820.0, 8843.0, 8812.0, 8850.0, 8813.0, 8841.0, 8826.0, 8837.0, 8810.0, 8832.0, 8807.0, 8837.0, 8808.0, 8834.0, 8809.0, 8832.0, 8809.0, 8835.0, 8794.0, 8842.0, 8793.0, 8830.0, 8804.0, 8816.0, 8801.0, 8814.0, 8802.0, 8814.0, 8819.0, 8814.0, 8803.0, 8814.0, 8785.0, 8786.0, 8802.0, 8800.0, 8805.0, 8811.0, 8802.0, 8827.0, 8789.0, 8812.0, 8788.0, 8811.0, 8796.0, 8811.0, 8788.0, 8811.0, 8787.0, 8816.0, 8804.0, 8840.0, 8837.0, 8845.0, 8829.0, 8835.0, 8812.0, 8841.0, 8839.0, 8837.0, 8818.0, 8829.0, 8837.0, 8863.0, 8828.0, 8813.0, 8856.0, 8807.0, 8798.0, 8795.0, 8820.0, 8810.0, 8825.0, 8830.0, 8833.0, 8857.0, 8815.0, 8868.0, 8822.0, 8860.0, 8802.0, 8851.0, 8793.0, 8843.0, 8817.0, 8818.0, 8813.0, 8781.0, 8762.0, 8763.0, 8749.0, 8775.0, 8750.0, 8775.0, 8750.0, 8764.0, 8750.0, 8766.0, 8750.0, 8765.0, 8754.0, 8749.0, 8751.0, 8762.0, 8751.0, 8761.0, 8735.0, 8764.0, 8751.0, 8767.0, 8754.0, 8784.0, 8776.0, 8784.0, 8771.0, 8779.0, 8754.0, 8767.0, 8753.0, 8781.0, 8757.0, 8787.0, 8778.0, 8785.0, 8761.0, 8799.0, 8760.0, 8784.0, 8756.0, 8781.0, 8760.0, 8784.0, 8758.0, 8770.0, 8784.0, 8780.0, 8806.0, 8779.0, 8806.0, 8799.0, 8812.0, 8802.0, 8795.0, 8790.0, 8803.0, 8800.0, 8801.0, 8799.0, 8777.0, 8778.0, 8762.0, 8786.0, 8783.0, 8796.0, 8786.0, 8803.0, 8805.0, 8832.0, 8782.0, 8806.0, 8806.0, 8807.0, 8814.0, 8809.0, 8818.0, 8801.0, 8800.0, 8784.0, 8784.0, 8802.0, 8785.0, 8801.0, 8793.0, 8783.0, 8833.0, 8776.0, 8806.0, 8781.0, 8804.0, 8774.0, 8804.0, 8771.0, 8784.0, 8752.0, 8769.0, 8764.0, 8758.0, 8783.0, 8775.0, 8786.0, 8775.0, 8791.0, 8793.0, 8825.0, 8785.0, 8792.0, 8777.0, 8781.0, 8790.0, 8779.0, 8802.0, 8798.0, 8831.0, 8790.0, 8806.0, 8785.0, 8819.0, 8801.0, 8794.0, 8805.0, 8820.0, 8788.0, 8818.0, 8785.0, 8803.0, 8808.0, 8814.0, 8812.0, 8805.0, 8810.0, 8785.0, 8803.0, 8801.0, 8812.0, 8822.0, 8815.0, 8867.0, 8858.0, 8852.0, 8850.0, 8848.0, 8837.0, 8831.0, 8853.0, 8858.0, 8892.0, 8873.0, 8912.0, 8853.0, 8855.0, 8826.0, 8809.0, 8867.0, 8859.0, 8867.0, 8818.0, 8803.0, 8790.0, 8831.0, 8804.0, 8791.0, 8829.0, 8783.0, 8798.0, 8806.0, 8761.0, 8834.0, 8801.0, 8814.0, 8800.0, 8826.0, 8793.0, 8803.0, 8743.0, 8764.0, 8720.0, 8708.0, 8721.0, 8708.0, 8766.0, 8728.0, 8759.0, 8745.0, 8728.0, 8726.0, 8725.0, 8727.0, 8730.0, 8771.0, 8736.0, 8775.0, 8750.0, 8772.0, 8737.0, 8761.0, 8765.0, 8750.0, 8736.0, 8749.0, 8784.0, 8760.0, 8754.0, 8756.0, 8779.0, 8771.0, 8755.0, 8769.0, 8772.0, 8798.0, 8786.0, 8811.0, 8773.0, 8808.0, 8754.0, 8779.0, 8756.0, 8766.0, 8758.0, 8780.0, 8759.0, 8782.0, 8776.0, 8770.0, 8771.0, 8769.0, 8760.0, 8784.0, 8763.0, 8802.0, 8778.0, 8802.0, 8775.0, 8786.0, 8762.0, 8785.0, 8776.0, 8807.0, 8786.0, 8806.0, 8805.0, 8834.0, 8784.0, 8802.0, 8776.0, 8801.0, 8785.0, 8807.0, 8784.0, 8810.0, 8786.0, 8809.0, 8784.0, 8796.0, 8761.0, 8796.0, 8812.0, 8792.0, 8824.0, 8783.0, 8825.0, 8786.0, 8786.0, 8775.0, 8792.0, 8770.0, 8792.0, 8766.0, 8793.0, 8771.0, 8813.0, 8768.0, 8780.0, 8772.0, 8780.0, 8824.0, 8784.0, 8803.0, 8781.0, 8819.0, 8783.0, 8804.0, 8777.0, 8804.0, 8787.0, 8807.0, 8783.0, 8823.0, 8786.0, 8808.0, 8781.0, 8790.0, 8761.0, 8790.0, 8760.0, 8774.0, 8763.0, 8791.0, 8756.0, 8775.0, 8766.0, 8760.0, 8798.0, 8776.0, 8800.0, 8774.0, 8800.0, 8764.0, 8802.0, 8778.0, 8802.0, 8779.0, 8805.0, 8779.0, 8811.0, 8781.0, 8805.0, 8783.0, 8816.0, 8783.0, 8808.0, 8780.0, 8794.0, 8787.0, 8802.0, 8782.0, 8788.0, 8809.0, 8789.0, 8796.0, 8789.0, 8812.0, 8802.0, 8809.0, 8787.0, 8827.0, 8809.0, 8844.0, 8805.0, 8825.0, 8807.0, 8830.0, 8792.0, 8828.0, 8783.0, 8810.0, 8784.0, 8812.0, 8787.0, 8827.0, 8801.0, 8816.0, 8789.0, 8808.0, 8782.0, 8793.0, 8783.0, 8811.0, 8783.0, 8826.0, 8787.0, 8810.0, 8803.0, 8811.0, 8782.0, 8814.0, 8790.0, 8810.0, 8789.0, 8825.0, 8789.0, 8810.0, 8805.0, 8810.0, 8803.0, 8824.0, 8790.0, 8830.0, 8792.0, 8832.0, 8791.0, 8834.0, 8792.0, 8827.0, 8785.0, 8806.0, 8785.0, 8807.0, 8787.0, 8813.0, 8787.0, 8825.0, 8787.0, 8812.0, 8788.0, 8811.0, 8786.0, 8806.0, 8783.0, 8809.0, 8787.0, 8825.0, 8794.0, 8789.0, 8793.0, 8789.0, 8823.0, 8833.0, 8837.0, 8809.0, 8835.0, 8810.0, 8831.0, 8809.0, 8804.0, 8790.0, 8803.0, 8805.0, 8809.0, 8811.0, 8830.0, 8814.0, 8818.0, 8802.0, 8844.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.0006423076923076923</td></tr>
<tr><td colspan=3>aqi</td><td>0.03299237476231633</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.8921357619551</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2047375897491328</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9868200597750856</td></tr>
<tr><td colspan=3>efc</td><td>0.4507</td></tr>
<tr><td colspan=3>fber</td><td>6137.8774</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10267897758463378</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>84</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.260155574762316</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3725445041222146</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3116060357961086</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.576201393124027</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2298260834465085</td></tr>
<tr><td colspan=3>gcor</td><td>0.0138562</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01134407613426447</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028778554871678352</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1157</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.9836728555796737</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>31.4797</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.5414</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>143.2961</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307095.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>662.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>293.5807</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5016</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>507.0438</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3207.9436</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3374.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69449.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1168.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4214.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>846.951</td></tr>
<tr><td colspan=3>tsnr</td><td>34.4072100649355</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>