<?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-0099_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-0099_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-0099_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-0099/figures/sub-0099_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0099/figures/sub-0099_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-0099/figures/sub-0099_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099/ses-02/func/sub-0099_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>0700b63348ad25f02f62d01797eef79c</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:03:26.462500</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.9998, 0.00387786, 0.0196281, -0.003839, 0.999991, -0.00201697]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0809246</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>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4238, -7774, -7257, 231, -152, -265, -191, 92]</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>233.725</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fe2de546-037b-45f6-9f7c-d7c7d05fd908||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.682389736175537, -0.010299768298864365, 0.053016409277915955, 111.30838775634766], [-0.010404019616544247, 2.682901620864868, -0.005241283681243658, -98.94207000732422], [0.05266067758202553, 0.005411388818174601, 2.699474334716797, -99.60868835449219], [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': ['100326.462500', '100326.922500', '100327.382500', '100327.842500', '100328.302500', '100328.762500', '100329.222500', '100329.682500', '100330.142500', '100330.602500', '100331.062500', '100331.522500', '100331.982500', '100332.442500', '100332.902500', '100333.362500', '100333.822500', '100334.282500', '100334.742500', '100335.202500', '100335.662500', '100336.122500', '100336.582500', '100337.042500', '100337.502500', '100337.962500', '100338.422500', '100338.882500', '100339.342500', '100339.802500', '100340.262500', '100340.722500', '100341.182500', '100341.642500', '100342.102500', '100342.562500', '100343.022500', '100343.482500', '100343.942500', '100344.402500', '100344.862500', '100345.322500', '100345.782500', '100346.242500', '100346.702500', '100347.162500', '100347.622500', '100348.082500', '100348.542500', '100349.002500', '100349.462500', '100349.922500', '100350.382500', '100350.842500', '100351.302500', '100351.762500', '100352.222500', '100352.682500', '100353.142500', '100353.602500', '100354.062500', '100354.522500', '100354.982500', '100355.442500', '100355.902500', '100356.362500', '100356.822500', '100357.282500', '100357.742500', '100358.202500', '100358.662500', '100359.122500', '100359.582500', '100400.042500', '100400.502500', '100400.962500', '100401.422500', '100401.882500', '100402.342500', '100402.802500', '100403.262500', '100403.722500', '100404.182500', '100404.642500', '100405.102500', '100405.562500', '100406.022500', '100406.482500', '100406.942500', '100407.402500', '100407.862500', '100408.322500', '100408.782500', '100409.242500', '100409.702500', '100410.162500', '100410.622500', '100411.082500', '100411.542500', '100412.002500', '100412.462500', '100412.922500', '100413.382500', '100413.842500', '100414.302500', '100414.762500', '100415.222500', '100415.682500', '100416.142500', '100416.602500', '100417.062500', '100417.522500', '100417.982500', '100418.442500', '100418.902500', '100419.362500', '100419.822500', '100420.282500', '100420.742500', '100421.202500', '100421.662500', '100422.122500', '100422.582500', '100423.042500', '100423.502500', '100423.962500', '100424.422500', '100424.882500', '100425.342500', '100425.802500', '100426.262500', '100426.722500', '100427.182500', '100427.642500', '100428.102500', '100428.562500', '100429.022500', '100429.482500', '100429.942500', '100430.402500', '100430.862500', '100431.322500', '100431.782500', '100432.242500', '100432.702500', '100433.162500', '100433.622500', '100434.082500', '100434.542500', '100435.002500', '100435.462500', '100435.922500', '100436.382500', '100436.842500', '100437.302500', '100437.762500', '100438.222500', '100438.682500', '100439.142500', '100439.602500', '100440.062500', '100440.522500', '100440.982500', '100441.442500', '100441.902500', '100442.362500', '100442.822500', '100443.282500', '100443.742500', '100444.202500', '100444.662500', '100445.122500', '100445.582500', '100446.042500', '100446.502500', '100446.962500', '100447.422500', '100447.882500', '100448.342500', '100448.802500', '100449.262500', '100449.722500', '100450.182500', '100450.642500', '100451.102500', '100451.562500', '100452.022500', '100452.482500', '100452.942500', '100453.402500', '100453.862500', '100454.322500', '100454.782500', '100455.242500', '100455.702500', '100456.162500', '100456.622500', '100457.082500', '100457.542500', '100458.002500', '100458.462500', '100458.922500', '100459.382500', '100459.842500', '100500.302500', '100500.762500', '100501.222500', '100501.682500', '100502.142500', '100502.602500', '100503.062500', '100503.522500', '100503.982500', '100504.442500', '100504.902500', '100505.362500', '100505.822500', '100506.282500', '100506.742500', '100507.202500', '100507.662500', '100508.122500', '100508.582500', '100509.042500', '100509.502500', '100509.962500', '100510.422500', '100510.882500', '100511.342500', '100511.802500', '100512.262500', '100512.722500', '100513.182500', '100513.642500', '100514.102500', '100514.562500', '100515.022500', '100515.482500', '100515.942500', '100516.402500', '100516.862500', '100517.322500', '100517.782500', '100518.242500', '100518.702500', '100519.162500', '100519.622500', '100520.082500', '100520.542500', '100521.002500', '100521.462500', '100521.922500', '100522.382500', '100522.842500', '100523.302500', '100523.762500', '100524.222500', '100524.682500', '100525.142500', '100525.602500', '100526.062500', '100526.522500', '100526.982500', '100527.442500', '100527.902500', '100528.362500', '100528.822500', '100529.282500', '100529.742500', '100530.202500', '100530.662500', '100531.122500', '100531.582500', '100532.042500', '100532.502500', '100532.962500', '100533.422500', '100533.882500', '100534.342500', '100534.802500', '100535.262500', '100535.722500', '100536.182500', '100536.642500', '100537.102500', '100537.562500', '100538.022500', '100538.482500', '100538.942500', '100539.402500', '100539.862500', '100540.322500', '100540.782500', '100541.242500', '100541.702500', '100542.162500', '100542.622500', '100543.082500', '100543.542500', '100544.002500', '100544.462500', '100544.922500', '100545.382500', '100545.842500', '100546.302500', '100546.762500', '100547.222500', '100547.682500', '100548.142500', '100548.602500', '100549.062500', '100549.522500', '100549.982500', '100550.442500', '100550.902500', '100551.362500', '100551.822500', '100552.282500', '100552.742500', '100553.202500', '100553.662500', '100554.122500', '100554.582500', '100555.042500', '100555.502500', '100555.962500', '100556.422500', '100556.882500', '100557.342500', '100557.802500', '100558.262500', '100558.722500', '100559.182500', '100559.642500', '100600.102500', '100600.562500', '100601.022500', '100601.482500', '100601.942500', '100602.402500', '100602.862500', '100603.322500', '100603.782500', '100604.242500', '100604.702500', '100605.162500', '100605.622500', '100606.082500', '100606.542500', '100607.002500', '100607.462500', '100607.922500', '100608.382500', '100608.842500', '100609.302500', '100609.762500', '100610.222500', '100610.682500', '100611.142500', '100611.602500', '100612.062500', '100612.522500', '100612.982500', '100613.442500', '100613.902500', '100614.362500', '100614.822500', '100615.282500', '100615.742500', '100616.202500', '100616.662500', '100617.122500', '100617.582500', '100618.042500', '100618.502500', '100618.962500', '100619.422500', '100619.882500', '100620.342500', '100620.802500', '100621.262500', '100621.722500', '100622.182500', '100622.642500', '100623.102500', '100623.562500', '100624.022500', '100624.482500', '100624.942500', '100625.402500', '100625.862500', '100626.322500', '100626.782500', '100627.242500', '100627.702500', '100628.162500', '100628.622500', '100629.082500', '100629.542500', '100630.002500', '100630.462500', '100630.922500', '100631.382500', '100631.842500', '100632.302500', '100632.762500', '100633.222500', '100633.682500', '100634.142500', '100634.602500', '100635.062500', '100635.522500', '100635.982500', '100636.442500', '100636.902500', '100637.362500', '100637.822500', '100638.282500', '100638.742500', '100639.202500', '100639.662500', '100640.122500', '100640.582500', '100641.042500', '100641.502500', '100641.962500', '100642.422500', '100642.882500', '100643.342500', '100643.802500', '100644.262500', '100644.722500', '100645.182500', '100645.642500', '100646.102500', '100646.562500', '100647.022500', '100647.482500', '100647.942500', '100648.402500', '100648.862500', '100649.322500', '100649.782500', '100650.242500', '100650.702500', '100651.162500', '100651.622500', '100652.082500', '100652.542500', '100653.002500', '100653.462500', '100653.922500', '100654.382500', '100654.842500', '100655.302500', '100655.762500', '100656.222500', '100656.682500', '100657.142500', '100657.602500', '100658.062500', '100658.522500', '100658.982500', '100659.442500', '100659.902500', '100700.362500', '100700.822500', '100701.282500', '100701.742500', '100702.202500', '100702.662500', '100703.122500', '100703.582500', '100704.042500', '100704.502500', '100704.962500', '100705.422500', '100705.882500', '100706.342500', '100706.802500', '100707.262500', '100707.722500', '100708.182500', '100708.642500', '100709.102500', '100709.562500', '100710.022500', '100710.482500', '100710.942500', '100711.402500', '100711.862500', '100712.322500', '100712.782500', '100713.242500', '100713.702500', '100714.162500', '100714.622500', '100715.082500', '100715.542500', '100716.002500', '100716.462500', '100716.922500', '100717.382500', '100717.842500', '100718.302500', '100718.762500', '100719.222500', '100719.682500', '100720.142500', '100720.602500', '100721.062500', '100721.522500', '100721.982500', '100722.442500', '100722.902500', '100723.362500', '100723.822500', '100724.282500', '100724.742500', '100725.202500', '100725.662500', '100726.122500', '100726.582500', '100727.042500', '100727.502500', '100727.962500', '100728.422500', '100728.882500', '100729.342500', '100729.802500', '100730.262500', '100730.722500', '100731.182500', '100731.642500', '100732.102500', '100732.562500', '100733.022500', '100733.482500', '100733.942500', '100734.402500', '100734.862500', '100735.322500', '100735.782500', '100736.242500', '100736.702500', '100737.162500', '100737.622500', '100738.082500', '100738.542500', '100739.002500', '100739.462500', '100739.922500', '100740.382500', '100740.842500', '100741.302500', '100741.762500', '100742.222500', '100742.682500', '100743.142500', '100743.602500', '100744.062500', '100744.522500', '100744.982500', '100745.442500', '100745.902500', '100746.362500', '100746.822500', '100747.282500', '100747.742500', '100748.202500', '100748.662500', '100749.122500', '100749.582500', '100750.042500', '100750.502500', '100750.962500', '100751.422500', '100751.882500', '100752.342500', '100752.802500', '100753.262500', '100753.722500', '100754.182500', '100754.642500', '100755.102500', '100755.562500', '100756.022500', '100756.482500', '100756.942500', '100757.402500', '100757.862500', '100758.322500', '100758.782500', '100759.242500', '100759.702500', '100800.162500', '100800.622500', '100801.082500', '100801.542500', '100802.002500', '100802.462500', '100802.922500', '100803.382500', '100803.842500', '100804.302500', '100804.762500', '100805.222500', '100805.682500', '100806.142500', '100806.602500', '100807.062500', '100807.522500', '100807.982500', '100808.442500', '100808.902500', '100809.362500', '100809.822500', '100810.282500', '100810.742500', '100811.202500', '100811.662500', '100812.122500', '100812.582500', '100813.042500', '100813.502500', '100813.962500', '100814.422500', '100814.882500', '100815.342500', '100815.802500', '100816.262500', '100816.722500', '100817.182500', '100817.642500', '100818.102500', '100818.562500', '100819.022500', '100819.482500', '100819.942500', '100820.402500', '100820.862500', '100821.322500', '100821.782500', '100822.242500', '100822.702500', '100823.162500', '100823.622500', '100824.082500', '100824.542500', '100825.002500', '100825.462500', '100825.922500', '100826.382500', '100826.842500', '100827.302500', '100827.762500', '100828.222500', '100828.682500', '100829.142500', '100829.602500', '100830.062500', '100830.522500', '100830.982500', '100831.442500', '100831.902500', '100832.362500', '100832.822500', '100833.282500', '100833.742500', '100834.202500', '100834.662500', '100835.122500', '100835.582500', '100836.042500', '100836.502500', '100836.962500', '100837.422500', '100837.882500', '100838.342500', '100838.802500', '100839.262500', '100839.722500', '100840.182500', '100840.642500', '100841.102500', '100841.562500', '100842.022500', '100842.482500', '100842.942500', '100843.402500', '100843.862500', '100844.322500', '100844.782500', '100845.242500', '100845.702500', '100846.162500', '100846.622500', '100847.082500', '100847.542500', '100848.002500', '100848.462500', '100848.922500', '100849.382500', '100849.842500', '100850.302500', '100850.762500', '100851.222500', '100851.682500', '100852.142500', '100852.602500', '100853.062500', '100853.522500', '100853.982500', '100854.442500', '100854.902500', '100855.362500', '100855.822500', '100856.282500', '100856.742500', '100857.202500', '100857.662500', '100858.122500', '100858.582500', '100859.042500', '100859.502500', '100859.962500', '100900.422500', '100900.882500', '100901.342500', '100901.802500', '100902.262500', '100902.722500', '100903.182500', '100903.642500', '100904.102500', '100904.562500', '100905.022500', '100905.482500', '100905.942500', '100906.402500', '100906.862500', '100907.322500', '100907.782500', '100908.242500', '100908.702500', '100909.162500', '100909.622500', '100910.082500', '100910.542500', '100911.002500', '100911.462500', '100911.922500', '100912.382500', '100912.842500', '100913.302500', '100913.762500', '100914.222500', '100914.682500', '100915.142500', '100915.602500', '100916.062500', '100916.522500', '100916.982500', '100917.442500', '100917.902500', '100918.362500', '100918.822500', '100919.282500', '100919.742500', '100920.202500', '100920.662500', '100921.122500', '100921.582500', '100922.042500', '100922.502500', '100922.962500', '100923.422500', '100923.882500', '100924.342500', '100924.802500', '100925.262500', '100925.722500', '100926.182500', '100926.642500', '100927.102500', '100927.562500', '100928.022500', '100928.482500', '100928.942500', '100929.402500', '100929.862500', '100930.322500', '100930.782500', '100931.242500', '100931.702500', '100932.162500', '100932.622500', '100933.082500', '100933.542500', '100934.002500', '100934.462500', '100934.922500', '100935.382500', '100935.842500', '100936.302500', '100936.762500', '100937.222500', '100937.682500', '100938.142500', '100938.602500', '100939.062500', '100939.522500', '100939.982500', '100940.442500', '100940.902500', '100941.362500', '100941.822500', '100942.282500', '100942.742500', '100943.202500', '100943.662500', '100944.122500', '100944.582500', '100945.042500', '100945.502500', '100945.962500', '100946.422500', '100946.882500', '100947.342500', '100947.802500', '100948.262500', '100948.722500', '100949.182500', '100949.642500', '100950.102500', '100950.562500', '100951.022500', '100951.482500', '100951.942500', '100952.402500', '100952.862500', '100953.322500', '100953.782500', '100954.242500', '100954.702500', '100955.162500', '100955.622500', '100956.082500', '100956.542500', '100957.002500', '100957.462500', '100957.922500', '100958.382500', '100958.842500', '100959.302500', '100959.762500', '101000.222500', '101000.682500', '101001.142500', '101001.602500', '101002.062500', '101002.522500', '101002.982500', '101003.442500', '101003.902500', '101004.362500', '101004.822500', '101005.282500', '101005.742500', '101006.202500', '101006.662500', '101007.122500', '101007.582500', '101008.042500', '101008.502500', '101008.962500', '101009.422500', '101009.882500', '101010.342500', '101010.802500', '101011.262500', '101011.722500', '101012.182500', '101012.642500', '101013.102500', '101013.562500', '101014.022500', '101014.482500', '101014.942500', '101015.402500', '101015.862500', '101016.322500', '101016.782500', '101017.242500', '101017.702500', '101018.162500', '101018.622500', '101019.082500', '101019.542500', '101020.002500', '101020.462500', '101020.922500', '101021.382500', '101021.842500', '101022.302500', '101022.762500', '101023.222500', '101023.682500', '101024.142500', '101024.602500', '101025.062500', '101025.522500', '101025.982500', '101026.442500', '101026.902500', '101027.362500', '101027.822500', '101028.282500', '101028.742500', '101029.202500', '101029.662500', '101030.122500', '101030.582500', '101031.042500', '101031.502500', '101031.962500', '101032.422500', '101032.882500', '101033.342500', '101033.802500', '101034.262500', '101034.722500', '101035.182500', '101035.642500', '101036.102500', '101036.562500', '101037.022500', '101037.482500', '101037.942500', '101038.402500', '101038.862500', '101039.322500', '101039.782500', '101040.242500', '101040.702500', '101041.162500', '101041.622500', '101042.082500', '101042.542500', '101043.002500', '101043.462500', '101043.922500', '101044.382500', '101044.842500', '101045.302500', '101045.762500', '101046.222500', '101046.682500', '101047.142500', '101047.602500', '101048.062500', '101048.522500', '101048.982500', '101049.442500', '101049.902500', '101050.362500', '101050.822500', '101051.282500', '101051.742500', '101052.202500', '101052.662500', '101053.122500', '101053.582500', '101054.042500', '101054.502500', '101054.962500', '101055.422500', '101055.882500', '101056.342500', '101056.802500', '101057.262500', '101057.722500', '101058.182500', '101058.642500', '101059.102500', '101059.562500', '101100.022500', '101100.482500', '101100.942500', '101101.402500', '101101.862500', '101102.322500', '101102.782500', '101103.242500', '101103.702500', '101104.162500', '101104.622500', '101105.082500', '101105.542500', '101106.002500', '101106.462500', '101106.922500', '101107.382500', '101107.842500', '101108.302500', '101108.762500', '101109.222500', '101109.682500', '101110.142500', '101110.602500', '101111.062500', '101111.522500', '101111.982500', '101112.442500', '101112.902500', '101113.362500', '101113.822500', '101114.282500', '101114.742500', '101115.202500', '101115.662500', '101116.122500', '101116.582500', '101117.042500', '101117.502500', '101117.962500', '101118.422500', '101118.882500', '101119.342500', '101119.802500', '101120.262500', '101120.722500', '101121.182500', '101121.642500', '101122.102500', '101122.562500', '101123.022500', '101123.482500', '101123.942500', '101124.402500', '101124.862500', '101125.322500', '101125.782500', '101126.242500', '101126.702500', '101127.162500', '101127.622500', '101128.082500', '101128.542500', '101129.002500', '101129.462500', '101129.922500', '101130.382500', '101130.842500', '101131.302500', '101131.762500', '101132.222500', '101132.682500', '101133.142500', '101133.602500', '101134.062500', '101134.522500', '101134.982500', '101135.442500', '101135.902500', '101136.362500', '101136.822500', '101137.282500', '101137.742500', '101138.202500', '101138.662500', '101139.122500', '101139.582500', '101140.042500', '101140.502500', '101140.962500', '101141.422500', '101141.882500', '101142.342500', '101142.802500', '101143.262500', '101143.722500', '101144.182500', '101144.642500', '101145.102500', '101145.562500', '101146.022500', '101146.482500', '101146.942500', '101147.402500', '101147.862500', '101148.322500', '101148.782500', '101149.242500', '101149.702500', '101150.162500', '101150.622500', '101151.082500', '101151.542500', '101152.002500', '101152.462500', '101152.922500', '101153.382500', '101153.842500', '101154.302500', '101154.762500', '101155.222500', '101155.682500', '101156.142500', '101156.602500', '101157.062500', '101157.522500', '101157.982500', '101158.442500', '101158.902500', '101159.362500', '101159.822500', '101200.282500', '101200.742500', '101201.202500', '101201.662500', '101202.122500', '101202.582500', '101203.042500', '101203.502500', '101203.962500', '101204.422500', '101204.882500', '101205.342500', '101205.802500', '101206.262500', '101206.722500', '101207.182500', '101207.642500', '101208.102500', '101208.562500', '101209.022500', '101209.482500', '101209.942500', '101210.402500', '101210.862500', '101211.322500', '101211.782500', '101212.242500', '101212.702500', '101213.162500', '101213.622500', '101214.082500', '101214.542500', '101215.002500', '101215.462500', '101215.922500', '101216.382500', '101216.842500', '101217.302500', '101217.762500', '101218.222500', '101218.682500'], 'ContentTime': ['100338.343000', '100338.346000', '100338.349000', '100338.351000', '100338.354000', '100338.356000', '100338.359000', '100338.362000', '100338.366000', '100338.368000', '100338.371000', '100338.373000', '100338.376000', '100338.379000', '100338.381000', '100338.384000', '100338.386000', '100338.389000', '100338.401000', '100338.404000', '100338.407000', '100338.409000', '100358.294000', '100358.297000', '100358.300000', '100358.303000', '100358.305000', '100358.308000', '100358.310000', '100358.313000', '100358.315000', '100358.318000', '100358.321000', '100358.323000', '100358.326000', '100358.328000', '100358.331000', '100358.333000', '100358.336000', '100358.338000', '100358.341000', '100358.350000', '100358.352000', '100358.355000', '100358.357000', '100358.360000', '100358.362000', '100358.365000', '100358.368000', '100358.370000', '100358.373000', '100358.375000', '100358.378000', '100358.381000', '100358.383000', '100358.386000', '100358.388000', '100358.391000', '100358.394000', '100358.396000', '100358.399000', '100358.401000', '100358.404000', '100358.407000', '100358.409000', '100358.412000', '100418.294000', '100418.297000', '100418.300000', '100418.302000', '100418.305000', '100418.307000', '100418.310000', '100418.313000', '100418.315000', '100418.318000', '100418.320000', '100418.323000', '100418.326000', '100418.328000', '100418.331000', '100418.333000', '100418.336000', '100418.338000', '100418.341000', '100418.343000', '100418.346000', '100418.349000', '100418.351000', '100418.354000', '100418.357000', '100418.360000', '100418.363000', '100418.366000', '100418.368000', '100418.371000', '100418.373000', '100418.376000', '100418.378000', '100418.381000', '100418.384000', '100418.386000', '100418.389000', '100418.392000', '100418.394000', '100418.397000', '100418.399000', '100418.402000', '100418.405000', '100438.294000', '100438.297000', '100438.300000', '100438.302000', '100438.305000', '100438.308000', '100438.310000', '100438.313000', '100438.315000', '100438.318000', '100438.320000', '100438.323000', '100438.325000', '100438.328000', '100438.331000', '100438.333000', '100438.336000', '100438.339000', '100438.341000', '100438.344000', '100438.347000', '100438.349000', '100438.352000', '100438.354000', '100438.357000', '100438.359000', '100438.362000', '100438.365000', '100438.367000', '100438.370000', '100438.372000', '100438.375000', '100438.378000', '100438.380000', '100438.383000', '100438.386000', '100438.388000', '100438.391000', '100438.393000', '100438.396000', '100438.399000', '100438.401000', '100438.404000', '100438.406000', '100458.293000', '100458.296000', '100458.299000', '100458.302000', '100458.304000', '100458.307000', '100458.312000', '100458.315000', '100458.317000', '100458.320000', '100458.322000', '100458.325000', '100458.328000', '100458.330000', '100458.333000', '100458.336000', '100458.356000', '100458.359000', '100458.362000', '100458.365000', '100458.367000', '100458.370000', '100458.373000', '100458.375000', '100458.378000', '100458.380000', '100458.383000', '100458.386000', '100458.388000', '100458.391000', '100458.394000', '100458.396000', '100458.399000', '100458.402000', '100458.404000', '100458.407000', '100458.410000', '100458.412000', '100458.415000', '100458.417000', '100458.420000', '100458.423000', '100458.426000', '100518.295000', '100518.297000', '100518.300000', '100518.303000', '100518.309000', '100518.311000', '100518.314000', '100518.317000', '100518.319000', '100518.322000', '100518.324000', '100518.327000', '100518.329000', '100518.332000', '100518.334000', '100518.337000', '100518.340000', '100518.342000', '100518.345000', '100518.348000', '100518.350000', '100518.353000', '100518.355000', '100518.358000', '100518.360000', '100518.363000', '100518.365000', '100518.368000', '100518.371000', '100518.373000', '100518.376000', '100518.378000', '100518.381000', '100518.384000', '100518.386000', '100518.389000', '100518.391000', '100518.394000', '100518.396000', '100518.399000', '100518.402000', '100518.404000', '100518.407000', '100518.409000', '100538.295000', '100538.297000', '100538.300000', '100538.303000', '100538.305000', '100538.308000', '100538.310000', '100538.313000', '100538.315000', '100538.318000', '100538.321000', '100538.323000', '100538.326000', '100538.328000', '100538.331000', '100538.334000', '100538.336000', '100538.339000', '100538.341000', '100538.344000', '100538.347000', '100538.349000', '100538.352000', '100538.354000', '100538.357000', '100538.359000', '100538.362000', '100538.364000', '100538.367000', '100538.370000', '100538.372000', '100538.375000', '100538.378000', '100538.380000', '100538.383000', '100538.386000', '100538.389000', '100538.392000', '100538.395000', '100538.397000', '100538.400000', '100538.403000', '100538.405000', '100558.294000', '100558.297000', '100558.300000', '100558.303000', '100558.305000', '100558.308000', '100558.310000', '100558.313000', '100558.315000', '100558.318000', '100558.320000', '100558.323000', '100558.325000', '100558.328000', '100558.331000', '100558.334000', '100558.336000', '100558.339000', '100558.341000', '100558.344000', '100558.347000', '100558.349000', '100558.352000', '100558.354000', '100558.357000', '100558.359000', '100558.362000', '100558.364000', '100558.367000', '100558.370000', '100558.372000', '100558.375000', '100558.378000', '100558.380000', '100558.383000', '100558.385000', '100558.388000', '100558.391000', '100558.393000', '100558.396000', '100558.398000', '100558.401000', '100558.404000', '100558.406000', '100618.295000', '100618.297000', '100618.300000', '100618.303000', '100618.305000', '100618.308000', '100618.310000', '100618.313000', '100618.315000', '100618.318000', '100618.321000', '100618.323000', '100618.326000', '100618.329000', '100618.331000', '100618.334000', '100618.337000', '100618.339000', '100618.342000', '100618.344000', '100618.347000', '100618.349000', '100618.352000', '100618.355000', '100618.357000', '100618.360000', '100618.362000', '100618.365000', '100618.368000', '100618.370000', '100618.373000', '100618.375000', '100618.378000', '100618.380000', '100618.383000', '100618.386000', '100618.388000', '100618.391000', '100618.393000', '100618.396000', '100618.398000', '100618.401000', '100618.404000', '100638.294000', '100638.297000', '100638.300000', '100638.302000', '100638.305000', '100638.308000', '100638.311000', '100638.313000', '100638.316000', '100638.318000', '100638.321000', '100638.323000', '100638.326000', '100638.329000', '100638.331000', '100638.334000', '100638.337000', '100638.339000', '100638.342000', '100638.344000', '100638.347000', '100638.349000', '100638.352000', '100638.354000', '100638.357000', '100638.360000', '100638.362000', '100638.365000', '100638.368000', '100638.370000', '100638.373000', '100638.375000', '100638.378000', '100638.381000', '100638.383000', '100638.386000', '100638.388000', '100638.391000', '100638.394000', '100638.396000', '100638.399000', '100638.401000', '100638.404000', '100638.407000', '100658.295000', '100658.297000', '100658.300000', '100658.303000', '100658.305000', '100658.308000', '100658.310000', '100658.313000', '100658.316000', '100658.318000', '100658.321000', '100658.324000', '100658.326000', '100658.329000', '100658.332000', '100658.334000', '100658.337000', '100658.339000', '100658.342000', '100658.344000', '100658.347000', '100658.350000', '100658.352000', '100658.355000', '100658.357000', '100658.360000', '100658.363000', '100658.365000', '100658.368000', '100658.370000', '100658.373000', '100658.375000', '100658.378000', '100658.381000', '100658.383000', '100658.386000', '100658.388000', '100658.391000', '100658.394000', '100658.396000', '100658.399000', '100658.401000', '100658.404000', '100718.294000', '100718.296000', '100718.299000', '100718.302000', '100718.304000', '100718.307000', '100718.309000', '100718.312000', '100718.314000', '100718.317000', '100718.320000', '100718.322000', '100718.325000', '100718.327000', '100718.330000', '100718.332000', '100718.335000', '100718.338000', '100718.340000', '100718.343000', '100718.345000', '100718.348000', '100718.350000', '100718.353000', '100718.356000', '100718.358000', '100718.361000', '100718.363000', '100718.366000', '100718.369000', '100718.371000', '100718.374000', '100718.377000', '100718.379000', '100718.382000', '100718.384000', '100718.387000', '100718.390000', '100718.392000', '100718.395000', '100718.398000', '100718.400000', '100718.403000', '100718.405000', '100738.294000', '100738.297000', '100738.300000', '100738.302000', '100738.305000', '100738.308000', '100738.310000', '100738.313000', '100738.315000', '100738.318000', '100738.321000', '100738.323000', '100738.326000', '100738.328000', '100738.331000', '100738.334000', '100738.336000', '100738.339000', '100738.342000', '100738.344000', '100738.347000', '100738.349000', '100738.352000', '100738.355000', '100738.357000', '100738.360000', '100738.362000', '100738.365000', '100738.367000', '100738.370000', '100738.373000', '100738.375000', '100738.378000', '100738.380000', '100738.383000', '100738.386000', '100738.388000', '100738.391000', '100738.393000', '100738.396000', '100738.398000', '100738.401000', '100738.404000', '100758.296000', '100758.299000', '100758.301000', '100758.304000', '100758.307000', '100758.309000', '100758.312000', '100758.314000', '100758.317000', '100758.320000', '100758.322000', '100758.325000', '100758.328000', '100758.330000', '100758.333000', '100758.336000', '100758.338000', '100758.341000', '100758.344000', '100758.346000', '100758.349000', '100758.351000', '100758.354000', '100758.371000', '100758.374000', '100758.376000', '100758.379000', '100758.382000', '100758.384000', '100758.387000', '100758.389000', '100758.392000', '100758.395000', '100758.397000', '100758.400000', '100758.402000', '100758.405000', '100758.407000', '100758.410000', '100758.413000', '100758.415000', '100758.418000', '100758.420000', '100758.423000', '100818.295000', '100818.297000', '100818.300000', '100818.302000', '100818.305000', '100818.308000', '100818.310000', '100818.313000', '100818.316000', '100818.318000', '100818.321000', '100818.323000', '100818.326000', '100818.329000', '100818.331000', '100818.334000', '100818.336000', '100818.339000', '100818.342000', '100818.344000', '100818.347000', '100818.349000', '100818.352000', '100818.355000', '100818.357000', '100818.360000', '100818.362000', '100818.365000', '100818.367000', '100818.370000', '100818.373000', '100818.375000', '100818.378000', '100818.380000', '100818.383000', '100818.386000', '100818.388000', '100818.396000', '100818.398000', '100818.401000', '100818.403000', '100818.406000', '100818.409000', '100838.295000', '100838.297000', '100838.300000', '100838.303000', '100838.305000', '100838.308000', '100838.310000', '100838.313000', '100838.316000', '100838.318000', '100838.321000', '100838.323000', '100838.326000', '100838.329000', '100838.331000', '100838.334000', '100838.336000', '100838.339000', '100838.342000', '100838.344000', '100838.347000', '100838.350000', '100838.352000', '100838.355000', '100838.357000', '100838.360000', '100838.363000', '100838.365000', '100838.368000', '100838.370000', '100838.373000', '100838.375000', '100838.378000', '100838.381000', '100838.383000', '100838.386000', '100838.389000', '100838.391000', '100838.394000', '100838.396000', '100838.399000', '100838.401000', '100838.404000', '100838.407000', '100858.295000', '100858.297000', '100858.300000', '100858.303000', '100858.305000', '100858.308000', '100858.311000', '100858.313000', '100858.316000', '100858.319000', '100858.321000', '100858.324000', '100858.326000', '100858.329000', '100858.332000', '100858.334000', '100858.337000', '100858.340000', '100858.342000', '100858.345000', '100858.348000', '100858.350000', '100858.353000', '100858.355000', '100858.358000', '100858.361000', '100858.363000', '100858.366000', '100858.369000', '100858.371000', '100858.374000', '100858.376000', '100858.379000', '100858.382000', '100858.384000', '100858.387000', '100858.390000', '100858.392000', '100858.395000', '100858.397000', '100858.400000', '100858.402000', '100858.405000', '100918.295000', '100918.297000', '100918.300000', '100918.303000', '100918.305000', '100918.308000', '100918.311000', '100918.314000', '100918.316000', '100918.319000', '100918.321000', '100918.324000', '100918.327000', '100918.329000', '100918.333000', '100918.336000', '100918.339000', '100918.341000', '100918.344000', '100918.347000', '100918.349000', '100918.352000', '100918.354000', '100918.357000', '100918.360000', '100918.362000', '100918.365000', '100918.367000', '100918.370000', '100918.372000', '100918.375000', '100918.378000', '100918.381000', '100918.384000', '100918.386000', '100918.389000', '100918.392000', '100918.395000', '100918.397000', '100918.400000', '100918.403000', '100918.405000', '100918.408000', '100938.294000', '100938.296000', '100938.299000', '100938.301000', '100938.304000', '100938.307000', '100938.309000', '100938.312000', '100938.315000', '100938.317000', '100938.320000', '100938.323000', '100938.325000', '100938.328000', '100938.330000', '100938.333000', '100938.336000', '100938.338000', '100938.341000', '100938.344000', '100938.346000', '100938.349000', '100938.352000', '100938.354000', '100938.357000', '100938.359000', '100938.362000', '100938.365000', '100938.367000', '100938.370000', '100938.373000', '100938.375000', '100938.378000', '100938.380000', '100938.383000', '100938.386000', '100938.388000', '100938.391000', '100938.394000', '100938.396000', '100938.399000', '100938.402000', '100938.404000', '100938.407000', '100958.295000', '100958.297000', '100958.300000', '100958.303000', '100958.305000', '100958.308000', '100958.310000', '100958.313000', '100958.315000', '100958.318000', '100958.321000', '100958.323000', '100958.326000', '100958.328000', '100958.331000', '100958.333000', '100958.336000', '100958.339000', '100958.341000', '100958.344000', '100958.346000', '100958.349000', '100958.352000', '100958.354000', '100958.357000', '100958.359000', '100958.362000', '100958.364000', '100958.367000', '100958.370000', '100958.372000', '100958.375000', '100958.377000', '100958.380000', '100958.383000', '100958.385000', '100958.388000', '100958.390000', '100958.393000', '100958.396000', '100958.398000', '100958.401000', '100958.403000', '101018.294000', '101018.297000', '101018.300000', '101018.303000', '101018.305000', '101018.308000', '101018.310000', '101018.313000', '101018.316000', '101018.318000', '101018.321000', '101018.324000', '101018.326000', '101018.329000', '101018.331000', '101018.334000', '101018.337000', '101018.339000', '101018.342000', '101018.345000', '101018.348000', '101018.350000', '101018.353000', '101018.355000', '101018.358000', '101018.361000', '101018.363000', '101018.366000', '101018.368000', '101018.371000', '101018.373000', '101018.376000', '101018.379000', '101018.381000', '101018.384000', '101018.386000', '101018.389000', '101018.392000', '101018.394000', '101018.397000', '101018.399000', '101018.402000', '101018.405000', '101018.407000', '101038.294000', '101038.297000', '101038.300000', '101038.303000', '101038.305000', '101038.308000', '101038.310000', '101038.313000', '101038.315000', '101038.318000', '101038.321000', '101038.324000', '101038.327000', '101038.330000', '101038.333000', '101038.335000', '101038.338000', '101038.341000', '101038.343000', '101038.346000', '101038.348000', '101038.351000', '101038.353000', '101038.356000', '101038.359000', '101038.361000', '101038.364000', '101038.366000', '101038.369000', '101038.371000', '101038.376000', '101038.378000', '101038.381000', '101038.383000', '101038.386000', '101038.389000', '101038.391000', '101038.394000', '101038.396000', '101038.399000', '101038.402000', '101038.404000', '101038.407000', '101058.295000', '101058.330000', '101058.333000', '101058.336000', '101058.338000', '101058.341000', '101058.344000', '101058.346000', '101058.349000', '101058.351000', '101058.354000', '101058.357000', '101058.359000', '101058.362000', '101058.364000', '101058.367000', '101058.370000', '101058.372000', '101058.375000', '101058.377000', '101058.380000', '101058.383000', '101058.385000', '101058.388000', '101058.390000', '101058.393000', '101058.396000', '101058.398000', '101058.401000', '101058.403000', '101058.406000', '101058.409000', '101058.411000', '101058.414000', '101058.417000', '101058.419000', '101058.422000', '101058.424000', '101058.427000', '101058.430000', '101058.432000', '101058.435000', '101058.437000', '101058.440000', '101118.295000', '101118.297000', '101118.300000', '101118.303000', '101118.305000', '101118.308000', '101118.311000', '101118.313000', '101118.316000', '101118.318000', '101118.321000', '101118.323000', '101118.326000', '101118.329000', '101118.332000', '101118.335000', '101118.337000', '101118.340000', '101118.343000', '101118.345000', '101118.348000', '101118.350000', '101118.353000', '101118.355000', '101118.358000', '101118.361000', '101118.363000', '101118.366000', '101118.368000', '101118.371000', '101118.373000', '101118.376000', '101118.379000', '101118.381000', '101118.384000', '101118.386000', '101118.389000', '101118.392000', '101118.394000', '101118.397000', '101118.399000', '101118.402000', '101118.405000', '101138.295000', '101138.298000', '101138.300000', '101138.303000', '101138.306000', '101138.308000', '101138.311000', '101138.313000', '101138.316000', '101138.319000', '101138.321000', '101138.324000', '101138.326000', '101138.329000', '101138.332000', '101138.335000', '101138.337000', '101138.340000', '101138.342000', '101138.345000', '101138.347000', '101138.350000', '101138.353000', '101138.355000', '101138.358000', '101138.360000', '101138.363000', '101138.365000', '101138.368000', '101138.371000', '101138.373000', '101138.376000', '101138.379000', '101138.381000', '101138.384000', '101138.386000', '101138.389000', '101138.392000', '101138.394000', '101138.397000', '101138.399000', '101138.402000', '101138.405000', '101138.407000', '101158.293000', '101158.296000', '101158.299000', '101158.302000', '101158.304000', '101158.307000', '101158.309000', '101158.312000', '101158.315000', '101158.317000', '101158.320000', '101158.323000', '101158.325000', '101158.328000', '101158.330000', '101158.333000', '101158.336000', '101158.338000', '101158.341000', '101158.343000', '101158.346000', '101158.349000', '101158.351000', '101158.354000', '101158.356000', '101158.359000', '101158.362000', '101158.365000', '101158.367000', '101158.370000', '101158.372000', '101158.375000', '101158.378000', '101158.380000', '101158.383000', '101158.386000', '101158.388000', '101158.391000', '101158.393000', '101158.396000', '101158.399000', '101158.401000', '101158.404000', '101218.295000', '101218.297000', '101218.300000', '101218.303000', '101218.305000', '101218.308000', '101218.311000', '101218.313000', '101218.316000', '101218.319000', '101218.321000', '101218.324000', '101218.327000', '101218.329000', '101218.332000', '101218.335000', '101218.337000', '101218.340000', '101218.343000', '101218.345000', '101218.348000', '101218.351000', '101218.353000', '101218.356000', '101218.358000', '101218.361000', '101218.364000', '101218.366000', '101218.369000', '101218.372000', '101218.374000', '101218.377000', '101218.380000', '101218.382000', '101218.385000', '101218.387000', '101218.390000', '101218.393000', '101218.395000', '101218.398000', '101218.401000', '101218.403000', '101218.406000', '101218.408000', '101220.439000', '101220.442000', '101220.445000', '101220.448000', '101220.451000'], 'InstanceCreationTime': ['100338.343000', '100338.346000', '100338.349000', '100338.351000', '100338.354000', '100338.356000', '100338.359000', '100338.362000', '100338.366000', '100338.368000', '100338.371000', '100338.373000', '100338.376000', '100338.379000', '100338.381000', '100338.384000', '100338.386000', '100338.389000', '100338.401000', '100338.404000', '100338.407000', '100338.409000', '100358.294000', '100358.297000', '100358.300000', '100358.303000', '100358.305000', '100358.308000', '100358.310000', '100358.313000', '100358.315000', '100358.318000', '100358.321000', '100358.323000', '100358.326000', '100358.328000', '100358.331000', '100358.333000', '100358.336000', '100358.338000', '100358.341000', '100358.350000', '100358.352000', '100358.355000', '100358.357000', '100358.360000', '100358.362000', '100358.365000', '100358.368000', '100358.370000', '100358.373000', '100358.375000', '100358.378000', '100358.381000', '100358.383000', '100358.386000', '100358.388000', '100358.391000', '100358.394000', '100358.396000', '100358.399000', '100358.401000', '100358.404000', '100358.407000', '100358.409000', '100358.412000', '100418.294000', '100418.297000', '100418.300000', '100418.302000', '100418.305000', '100418.307000', '100418.310000', '100418.313000', '100418.315000', '100418.318000', '100418.320000', '100418.323000', '100418.326000', '100418.328000', '100418.331000', '100418.333000', '100418.336000', '100418.338000', '100418.341000', '100418.343000', '100418.346000', '100418.349000', '100418.351000', '100418.354000', '100418.357000', '100418.360000', '100418.363000', '100418.366000', '100418.368000', '100418.371000', '100418.373000', '100418.376000', '100418.378000', '100418.381000', '100418.384000', '100418.386000', '100418.389000', '100418.392000', '100418.394000', '100418.397000', '100418.399000', '100418.402000', '100418.405000', '100438.294000', '100438.297000', '100438.300000', '100438.302000', '100438.305000', '100438.308000', '100438.310000', '100438.313000', '100438.315000', '100438.318000', '100438.320000', '100438.323000', '100438.325000', '100438.328000', '100438.331000', '100438.333000', '100438.336000', '100438.339000', '100438.341000', '100438.344000', '100438.347000', '100438.349000', '100438.352000', '100438.354000', '100438.357000', '100438.359000', '100438.362000', '100438.365000', '100438.367000', '100438.370000', '100438.372000', '100438.375000', '100438.378000', '100438.380000', '100438.383000', '100438.386000', '100438.388000', '100438.391000', '100438.393000', '100438.396000', '100438.399000', '100438.401000', '100438.404000', '100438.406000', '100458.293000', '100458.296000', '100458.299000', '100458.302000', '100458.304000', '100458.307000', '100458.312000', '100458.315000', '100458.317000', '100458.320000', '100458.322000', '100458.325000', '100458.328000', '100458.330000', '100458.333000', '100458.336000', '100458.356000', '100458.359000', '100458.362000', '100458.365000', '100458.367000', '100458.370000', '100458.373000', '100458.375000', '100458.378000', '100458.380000', '100458.383000', '100458.386000', '100458.388000', '100458.391000', '100458.394000', '100458.396000', '100458.399000', '100458.402000', '100458.404000', '100458.407000', '100458.410000', '100458.412000', '100458.415000', '100458.417000', '100458.420000', '100458.423000', '100458.426000', '100518.295000', '100518.297000', '100518.300000', '100518.303000', '100518.309000', '100518.311000', '100518.314000', '100518.317000', '100518.319000', '100518.322000', '100518.324000', '100518.327000', '100518.329000', '100518.332000', '100518.334000', '100518.337000', '100518.340000', '100518.342000', '100518.345000', '100518.348000', '100518.350000', '100518.353000', '100518.355000', '100518.358000', '100518.360000', '100518.363000', '100518.365000', '100518.368000', '100518.371000', '100518.373000', '100518.376000', '100518.378000', '100518.381000', '100518.384000', '100518.386000', '100518.389000', '100518.391000', '100518.394000', '100518.396000', '100518.399000', '100518.402000', '100518.404000', '100518.407000', '100518.409000', '100538.295000', '100538.297000', '100538.300000', '100538.303000', '100538.305000', '100538.308000', '100538.310000', '100538.313000', '100538.315000', '100538.318000', '100538.321000', '100538.323000', '100538.326000', '100538.328000', '100538.331000', '100538.334000', '100538.336000', '100538.339000', '100538.341000', '100538.344000', '100538.347000', '100538.349000', '100538.352000', '100538.354000', '100538.357000', '100538.359000', '100538.362000', '100538.364000', '100538.367000', '100538.370000', '100538.372000', '100538.375000', '100538.378000', '100538.380000', '100538.383000', '100538.386000', '100538.389000', '100538.392000', '100538.395000', '100538.397000', '100538.400000', '100538.403000', '100538.405000', '100558.294000', '100558.297000', '100558.300000', '100558.303000', '100558.305000', '100558.308000', '100558.310000', '100558.313000', '100558.315000', '100558.318000', '100558.320000', '100558.323000', '100558.325000', '100558.328000', '100558.331000', '100558.334000', '100558.336000', '100558.339000', '100558.341000', '100558.344000', '100558.347000', '100558.349000', '100558.352000', '100558.354000', '100558.357000', '100558.359000', '100558.362000', '100558.364000', '100558.367000', '100558.370000', '100558.372000', '100558.375000', '100558.378000', '100558.380000', '100558.383000', '100558.385000', '100558.388000', '100558.391000', '100558.393000', '100558.396000', '100558.398000', '100558.401000', '100558.404000', '100558.406000', '100618.295000', '100618.297000', '100618.300000', '100618.303000', '100618.305000', '100618.308000', '100618.310000', '100618.313000', '100618.315000', '100618.318000', '100618.321000', '100618.323000', '100618.326000', '100618.329000', '100618.331000', '100618.334000', '100618.337000', '100618.339000', '100618.342000', '100618.344000', '100618.347000', '100618.349000', '100618.352000', '100618.355000', '100618.357000', '100618.360000', '100618.362000', '100618.365000', '100618.368000', '100618.370000', '100618.373000', '100618.375000', '100618.378000', '100618.380000', '100618.383000', '100618.386000', '100618.388000', '100618.391000', '100618.393000', '100618.396000', '100618.398000', '100618.401000', '100618.404000', '100638.294000', '100638.297000', '100638.300000', '100638.302000', '100638.305000', '100638.308000', '100638.311000', '100638.313000', '100638.316000', '100638.318000', '100638.321000', '100638.323000', '100638.326000', '100638.329000', '100638.331000', '100638.334000', '100638.337000', '100638.339000', '100638.342000', '100638.344000', '100638.347000', '100638.349000', '100638.352000', '100638.354000', '100638.357000', '100638.360000', '100638.362000', '100638.365000', '100638.368000', '100638.370000', '100638.373000', '100638.375000', '100638.378000', '100638.381000', '100638.383000', '100638.386000', '100638.388000', '100638.391000', '100638.394000', '100638.396000', '100638.399000', '100638.401000', '100638.404000', '100638.407000', '100658.295000', '100658.297000', '100658.300000', '100658.303000', '100658.305000', '100658.308000', '100658.310000', '100658.313000', '100658.316000', '100658.318000', '100658.321000', '100658.324000', '100658.326000', '100658.329000', '100658.332000', '100658.334000', '100658.337000', '100658.339000', '100658.342000', '100658.344000', '100658.347000', '100658.350000', '100658.352000', '100658.355000', '100658.357000', '100658.360000', '100658.363000', '100658.365000', '100658.368000', '100658.370000', '100658.373000', '100658.375000', '100658.378000', '100658.381000', '100658.383000', '100658.386000', '100658.388000', '100658.391000', '100658.394000', '100658.396000', '100658.399000', '100658.401000', '100658.404000', '100718.294000', '100718.296000', '100718.299000', '100718.302000', '100718.304000', '100718.307000', '100718.309000', '100718.312000', '100718.314000', '100718.317000', '100718.320000', '100718.322000', '100718.325000', '100718.327000', '100718.330000', '100718.332000', '100718.335000', '100718.338000', '100718.340000', '100718.343000', '100718.345000', '100718.348000', '100718.350000', '100718.353000', '100718.356000', '100718.358000', '100718.361000', '100718.363000', '100718.366000', '100718.369000', '100718.371000', '100718.374000', '100718.377000', '100718.379000', '100718.382000', '100718.384000', '100718.387000', '100718.390000', '100718.392000', '100718.395000', '100718.398000', '100718.400000', '100718.403000', '100718.405000', '100738.294000', '100738.297000', '100738.300000', '100738.302000', '100738.305000', '100738.308000', '100738.310000', '100738.313000', '100738.315000', '100738.318000', '100738.321000', '100738.323000', '100738.326000', '100738.328000', '100738.331000', '100738.334000', '100738.336000', '100738.339000', '100738.342000', '100738.344000', '100738.347000', '100738.349000', '100738.352000', '100738.355000', '100738.357000', '100738.360000', '100738.362000', '100738.365000', '100738.367000', '100738.370000', '100738.373000', '100738.375000', '100738.378000', '100738.380000', '100738.383000', '100738.386000', '100738.388000', '100738.391000', '100738.393000', '100738.396000', '100738.398000', '100738.401000', '100738.404000', '100758.296000', '100758.299000', '100758.301000', '100758.304000', '100758.307000', '100758.309000', '100758.312000', '100758.314000', '100758.317000', '100758.320000', '100758.322000', '100758.325000', '100758.328000', '100758.330000', '100758.333000', '100758.336000', '100758.338000', '100758.341000', '100758.344000', '100758.346000', '100758.349000', '100758.351000', '100758.354000', '100758.371000', '100758.374000', '100758.376000', '100758.379000', '100758.382000', '100758.384000', '100758.387000', '100758.389000', '100758.392000', '100758.395000', '100758.397000', '100758.400000', '100758.402000', '100758.405000', '100758.407000', '100758.410000', '100758.413000', '100758.415000', '100758.418000', '100758.420000', '100758.423000', '100818.295000', '100818.297000', '100818.300000', '100818.302000', '100818.305000', '100818.308000', '100818.310000', '100818.313000', '100818.316000', '100818.318000', '100818.321000', '100818.323000', '100818.326000', '100818.329000', '100818.331000', '100818.334000', '100818.336000', '100818.339000', '100818.342000', '100818.344000', '100818.347000', '100818.349000', '100818.352000', '100818.355000', '100818.357000', '100818.360000', '100818.362000', '100818.365000', '100818.367000', '100818.370000', '100818.373000', '100818.375000', '100818.378000', '100818.380000', '100818.383000', '100818.386000', '100818.388000', '100818.396000', '100818.398000', '100818.401000', '100818.403000', '100818.406000', '100818.409000', '100838.295000', '100838.297000', '100838.300000', '100838.303000', '100838.305000', '100838.308000', '100838.310000', '100838.313000', '100838.316000', '100838.318000', '100838.321000', '100838.323000', '100838.326000', '100838.329000', '100838.331000', '100838.334000', '100838.336000', '100838.339000', '100838.342000', '100838.344000', '100838.347000', '100838.350000', '100838.352000', '100838.355000', '100838.357000', '100838.360000', '100838.363000', '100838.365000', '100838.368000', '100838.370000', '100838.373000', '100838.375000', '100838.378000', '100838.381000', '100838.383000', '100838.386000', '100838.389000', '100838.391000', '100838.394000', '100838.396000', '100838.399000', '100838.401000', '100838.404000', '100838.407000', '100858.295000', '100858.297000', '100858.300000', '100858.303000', '100858.305000', '100858.308000', '100858.311000', '100858.313000', '100858.316000', '100858.319000', '100858.321000', '100858.324000', '100858.326000', '100858.329000', '100858.332000', '100858.334000', '100858.337000', '100858.340000', '100858.342000', '100858.345000', '100858.348000', '100858.350000', '100858.353000', '100858.355000', '100858.358000', '100858.361000', '100858.363000', '100858.366000', '100858.369000', '100858.371000', '100858.374000', '100858.376000', '100858.379000', '100858.382000', '100858.384000', '100858.387000', '100858.390000', '100858.392000', '100858.395000', '100858.397000', '100858.400000', '100858.402000', '100858.405000', '100918.295000', '100918.297000', '100918.300000', '100918.303000', '100918.305000', '100918.308000', '100918.311000', '100918.314000', '100918.316000', '100918.319000', '100918.321000', '100918.324000', '100918.327000', '100918.329000', '100918.333000', '100918.336000', '100918.339000', '100918.341000', '100918.344000', '100918.347000', '100918.349000', '100918.352000', '100918.354000', '100918.357000', '100918.360000', '100918.362000', '100918.365000', '100918.367000', '100918.370000', '100918.372000', '100918.375000', '100918.378000', '100918.381000', '100918.384000', '100918.386000', '100918.389000', '100918.392000', '100918.395000', '100918.397000', '100918.400000', '100918.403000', '100918.405000', '100918.408000', '100938.294000', '100938.296000', '100938.299000', '100938.301000', '100938.304000', '100938.307000', '100938.309000', '100938.312000', '100938.315000', '100938.317000', '100938.320000', '100938.323000', '100938.325000', '100938.328000', '100938.330000', '100938.333000', '100938.336000', '100938.338000', '100938.341000', '100938.344000', '100938.346000', '100938.349000', '100938.352000', '100938.354000', '100938.357000', '100938.359000', '100938.362000', '100938.365000', '100938.367000', '100938.370000', '100938.373000', '100938.375000', '100938.378000', '100938.380000', '100938.383000', '100938.386000', '100938.388000', '100938.391000', '100938.394000', '100938.396000', '100938.399000', '100938.402000', '100938.404000', '100938.407000', '100958.295000', '100958.297000', '100958.300000', '100958.303000', '100958.305000', '100958.308000', '100958.310000', '100958.313000', '100958.315000', '100958.318000', '100958.321000', '100958.323000', '100958.326000', '100958.328000', '100958.331000', '100958.333000', '100958.336000', '100958.339000', '100958.341000', '100958.344000', '100958.346000', '100958.349000', '100958.352000', '100958.354000', '100958.357000', '100958.359000', '100958.362000', '100958.364000', '100958.367000', '100958.370000', '100958.372000', '100958.375000', '100958.377000', '100958.380000', '100958.383000', '100958.385000', '100958.388000', '100958.390000', '100958.393000', '100958.396000', '100958.398000', '100958.401000', '100958.403000', '101018.294000', '101018.297000', '101018.300000', '101018.303000', '101018.305000', '101018.308000', '101018.310000', '101018.313000', '101018.316000', '101018.318000', '101018.321000', '101018.324000', '101018.326000', '101018.329000', '101018.331000', '101018.334000', '101018.337000', '101018.339000', '101018.342000', '101018.345000', '101018.348000', '101018.350000', '101018.353000', '101018.355000', '101018.358000', '101018.361000', '101018.363000', '101018.366000', '101018.368000', '101018.371000', '101018.373000', '101018.376000', '101018.379000', '101018.381000', '101018.384000', '101018.386000', '101018.389000', '101018.392000', '101018.394000', '101018.397000', '101018.399000', '101018.402000', '101018.405000', '101018.407000', '101038.294000', '101038.297000', '101038.300000', '101038.303000', '101038.305000', '101038.308000', '101038.310000', '101038.313000', '101038.315000', '101038.318000', '101038.321000', '101038.324000', '101038.327000', '101038.330000', '101038.333000', '101038.335000', '101038.338000', '101038.341000', '101038.343000', '101038.346000', '101038.348000', '101038.351000', '101038.353000', '101038.356000', '101038.359000', '101038.361000', '101038.364000', '101038.366000', '101038.369000', '101038.371000', '101038.376000', '101038.378000', '101038.381000', '101038.383000', '101038.386000', '101038.389000', '101038.391000', '101038.394000', '101038.396000', '101038.399000', '101038.402000', '101038.404000', '101038.407000', '101058.295000', '101058.330000', '101058.333000', '101058.336000', '101058.338000', '101058.341000', '101058.344000', '101058.346000', '101058.349000', '101058.351000', '101058.354000', '101058.357000', '101058.359000', '101058.362000', '101058.364000', '101058.367000', '101058.370000', '101058.372000', '101058.375000', '101058.377000', '101058.380000', '101058.383000', '101058.385000', '101058.388000', '101058.390000', '101058.393000', '101058.396000', '101058.398000', '101058.401000', '101058.403000', '101058.406000', '101058.409000', '101058.411000', '101058.414000', '101058.417000', '101058.419000', '101058.422000', '101058.424000', '101058.427000', '101058.430000', '101058.432000', '101058.435000', '101058.437000', '101058.440000', '101118.295000', '101118.297000', '101118.300000', '101118.303000', '101118.305000', '101118.308000', '101118.311000', '101118.313000', '101118.316000', '101118.318000', '101118.321000', '101118.323000', '101118.326000', '101118.329000', '101118.332000', '101118.335000', '101118.337000', '101118.340000', '101118.343000', '101118.345000', '101118.348000', '101118.350000', '101118.353000', '101118.355000', '101118.358000', '101118.361000', '101118.363000', '101118.366000', '101118.368000', '101118.371000', '101118.373000', '101118.376000', '101118.379000', '101118.381000', '101118.384000', '101118.386000', '101118.389000', '101118.392000', '101118.394000', '101118.397000', '101118.399000', '101118.402000', '101118.405000', '101138.295000', '101138.298000', '101138.300000', '101138.303000', '101138.306000', '101138.308000', '101138.311000', '101138.313000', '101138.316000', '101138.319000', '101138.321000', '101138.324000', '101138.326000', '101138.329000', '101138.332000', '101138.335000', '101138.337000', '101138.340000', '101138.342000', '101138.345000', '101138.347000', '101138.350000', '101138.353000', '101138.355000', '101138.358000', '101138.360000', '101138.363000', '101138.365000', '101138.368000', '101138.371000', '101138.373000', '101138.376000', '101138.379000', '101138.381000', '101138.384000', '101138.386000', '101138.389000', '101138.392000', '101138.394000', '101138.397000', '101138.399000', '101138.402000', '101138.405000', '101138.407000', '101158.293000', '101158.296000', '101158.299000', '101158.302000', '101158.304000', '101158.307000', '101158.309000', '101158.312000', '101158.315000', '101158.317000', '101158.320000', '101158.323000', '101158.325000', '101158.328000', '101158.330000', '101158.333000', '101158.336000', '101158.338000', '101158.341000', '101158.343000', '101158.346000', '101158.349000', '101158.351000', '101158.354000', '101158.356000', '101158.359000', '101158.362000', '101158.365000', '101158.367000', '101158.370000', '101158.372000', '101158.375000', '101158.378000', '101158.380000', '101158.383000', '101158.386000', '101158.388000', '101158.391000', '101158.393000', '101158.396000', '101158.399000', '101158.401000', '101158.404000', '101218.295000', '101218.297000', '101218.300000', '101218.303000', '101218.305000', '101218.308000', '101218.311000', '101218.313000', '101218.316000', '101218.319000', '101218.321000', '101218.324000', '101218.327000', '101218.329000', '101218.332000', '101218.335000', '101218.337000', '101218.340000', '101218.343000', '101218.345000', '101218.348000', '101218.351000', '101218.353000', '101218.356000', '101218.358000', '101218.361000', '101218.364000', '101218.366000', '101218.369000', '101218.372000', '101218.374000', '101218.377000', '101218.380000', '101218.382000', '101218.385000', '101218.387000', '101218.390000', '101218.393000', '101218.395000', '101218.398000', '101218.401000', '101218.403000', '101218.406000', '101218.408000', '101220.439000', '101220.442000', '101220.445000', '101220.448000', '101220.451000'], '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': [6719, 6103, 5710, 6305, 5776, 9539, 7508, 5725, 6252, 5847, 6000, 6007, 5791, 8193, 5886, 8513, 6394, 5629, 5603, 5746, 7406, 5693, 8894, 7491, 5634, 5804, 5654, 7561, 5824, 8637, 7054, 5459, 5977, 5732, 6767, 5672, 6721, 6161, 5596, 6482, 5580, 6288, 5732, 5620, 5768, 5744, 8732, 5658, 6510, 5677, 5765, 5654, 5847, 8505, 6622, 5598, 5699, 5707, 6821, 5752, 8561, 5647, 9247, 5815, 8513, 5625, 6117, 5634, 6219, 7165, 5646, 7545, 5596, 5687, 5756, 5677, 8895, 6872, 5963, 5897, 5653, 5617, 5795, 5830, 7958, 7668, 5779, 8322, 5763, 5957, 5814, 5993, 8690, 5962, 9411, 5779, 5824, 5514, 5995, 6683, 5944, 6710, 5699, 5888, 6246, 5874, 7706, 5712, 7607, 7222, 5702, 6046, 6054, 7051, 6028, 8263, 6325, 5793, 5712, 6087, 6684, 6005, 6491, 5792, 5880, 7673, 5890, 6205, 5945, 6934, 5782, 7509, 7237, 5849, 6051, 5970, 7098, 5766, 8895, 6497, 7507, 6980, 6028, 6233, 5988, 7455, 5799, 8378, 7063, 5757, 5996, 5928, 6821, 5733, 9025, 6483, 7432, 5710, 5935, 5761, 5869, 7389, 5968, 9133, 7461, 5823, 5565, 6056, 6323, 5899, 6370, 6818, 5827, 6575, 5875, 6900, 5833, 5792, 8649, 5919, 8557, 5953, 5937, 6215, 5806, 9916, 6552, 9048, 5728, 5880, 5734, 5839, 8126, 5909, 7471, 5834, 5895, 5910, 5884, 7755, 5644, 8665, 7180, 5748, 5978, 5965, 5855, 5566, 5853, 8076, 5858, 6966, 5735, 7353, 5802, 6532, 7154, 5743, 7331, 5768, 6043, 5831, 5920, 7265, 5824, 10108, 5754, 5726, 5734, 5942, 8649, 6434, 5790, 6316, 5926, 6578, 5716, 5925, 7828, 6130, 9011, 6149, 5772, 6322, 5761, 10308, 7594, 6110, 6782, 5800, 7354, 5913, 5662, 6120, 5621, 9160, 7467, 5611, 6973, 5785, 5882, 6372, 5676, 10568, 8360, 5763, 6688, 6060, 5787, 6865, 5646, 7814, 6691, 5896, 5737, 5587, 5766, 8273, 6278, 7473, 6820, 5790, 6853, 5826, 5906, 8982, 7279, 7616, 5616, 5624, 7183, 6213, 5574, 9559, 6560, 5580, 7147, 5780, 5597, 6527, 5437, 5807, 8974, 7374, 5759, 6026, 5963, 5580, 7557, 5691, 8232, 8923, 5580, 5797, 5691, 5745, 7119, 5551, 5784, 6836, 6047, 9092, 5866, 5631, 6068, 5621, 5678, 6079, 6082, 8607, 5532, 8398, 7678, 5954, 5660, 5336, 5847, 5590, 5769, 5783, 9024, 6729, 5768, 5530, 5853, 7849, 5804, 9264, 7440, 5732, 7235, 5809, 6174, 6175, 5630, 8131, 6078, 8648, 5803, 5817, 6534, 5665, 6187, 6928, 5928, 8734, 5780, 6849, 5773, 5956, 5894, 6560, 8916, 5945, 6788, 5788, 5858, 5766, 5964, 8144, 6110, 6793, 5800, 5739, 6669, 5804, 8974, 6786, 5822, 5869, 5900, 6057, 6009, 5705, 9545, 7748, 6251, 7457, 5577, 5991, 5754, 5480, 9129, 6081, 6048, 6128, 5861, 5870, 6418, 5863, 5964, 8482, 7293, 7030, 7030, 6173, 6052, 6775, 6007, 7940, 8131, 5861, 10158, 8026, 5728, 5944, 5522, 5945, 7161, 5766, 5909, 7829, 5801, 5938, 9300, 5614, 5977, 7794, 6396, 6164, 9708, 7360, 7601, 8864, 8156, 8310, 7436, 5668, 8455, 6004, 5535, 7483, 5410, 7893, 5695, 5580, 6363, 5487, 5427, 5569, 5456, 8789, 6547, 5397, 5278, 5457, 5499, 6659, 5686, 5651, 5942, 6415, 5603, 6941, 5632, 5507, 6864, 5740, 5505, 8450, 5678, 8391, 7713, 5662, 6979, 5599, 5941, 5894, 5614, 9916, 6195, 5941, 5812, 5801, 7342, 5736, 9571, 7383, 8463, 5852, 5757, 6514, 5638, 8700, 5596, 10029, 7650, 5691, 6368, 5631, 7382, 5634, 6338, 6688, 5727, 7974, 5705, 6569, 5522, 5823, 6303, 5702, 10339, 6887, 6583, 5818, 5908, 7006, 5589, 9497, 6501, 7748, 5770, 5777, 6521, 5696, 7383, 6046, 5715, 6915, 5782, 8006, 5554, 7631, 6143, 6639, 10744, 5987, 8063, 5633, 5823, 6530, 5584, 9966, 7690, 6084, 6382, 5818, 7415, 5711, 6176, 6580, 5555, 8881, 5646, 7587, 5664, 5733, 5665, 5537, 8370, 5598, 6704, 5617, 5801, 6112, 5480, 7895, 5628, 7801, 5635, 5633, 5466, 5783, 5771, 5483, 10073, 5477, 5839, 5516, 5706, 7210, 5890, 7532, 5933, 5614, 5905, 5341, 5740, 7144, 6627, 6443, 9297, 5973, 5741, 8791, 5716, 10117, 8644, 6246, 7704, 5518, 5788, 6084, 5524, 9411, 6912, 8135, 5417, 5797, 6692, 5464, 6420, 6793, 5603, 8386, 5510, 5797, 5832, 6006, 8700, 6819, 9354, 5609, 5860, 5725, 5433, 8656, 5705, 10180, 6136, 5380, 5858, 5275, 7947, 5578, 7558, 6678, 5288, 5403, 5234, 5231, 6213, 5332, 9017, 6615, 9368, 7455, 5270, 7110, 5435, 9449, 6139, 8871, 8292, 5303, 7710, 5672, 6662, 5852, 5747, 8860, 5323, 7237, 5475, 5602, 5695, 5480, 9029, 6825, 8848, 5566, 5693, 6175, 5520, 8814, 6316, 7304, 5925, 5475, 6015, 5830, 5859, 8562, 6838, 5627, 6150, 5708, 5812, 5713, 5724, 5744, 7896, 6522, 6805, 10963, 8845, 5683, 7291, 6243, 5720, 9516, 8459, 7729, 10523, 6079, 5491, 6468, 5465, 5722, 8642, 6569, 5525, 5935, 5510, 5685, 6143, 5607, 10488, 8101, 6845, 5986, 5597, 7549, 5476, 9394, 7665, 5384, 7721, 5588, 6283, 6220, 5355, 10514, 7155, 5479, 5822, 5451, 8040, 5408, 7483, 8856, 5648, 7427, 5433, 5791, 6182, 5531, 8910, 6495, 9239, 5817, 5600, 6780, 5316, 6997, 6568, 5758, 9371, 5333, 5378, 5702, 5424, 9335, 7223, 7220, 6533, 5336, 6747, 5358, 5533, 8404, 6449, 7335, 5659, 5557, 6997, 5477, 9043, 9115, 6024, 7501, 5341, 5373, 5693, 5349, 8840, 5343, 8353, 9121, 5997, 5445, 5462, 5592, 5548, 5447, 5428, 9395, 6769, 5590, 7493, 5661, 5831, 8518, 6899, 5561, 8092, 6333, 5366, 10611, 8245, 6030, 7446, 5747, 5658, 6655, 5783, 9825, 7750, 5587, 6513, 5673, 5468, 6678, 5523, 5676, 9125, 5288, 5495, 6190, 5452, 9414, 6471, 8780, 10118, 5975, 5630, 5839, 5561, 7228, 7389, 7563, 10005, 5682, 5413, 7152, 5538, 5692, 6113, 5808, 9392, 8515, 8980, 8277, 5704, 5677, 5620, 5389, 5411, 5700, 5529, 6471, 5544, 5424, 5509, 5428, 5261, 6556, 6692, 5765, 8151, 10155, 5855, 5492, 8336, 6048, 5525, 10133, 8438, 5715, 6622, 5598, 5559, 7088, 5356, 6522, 9239, 5588, 5464, 5366, 5357, 5416, 7331, 6311, 7957, 5847, 5480, 8253, 5795, 6354, 9574, 7410, 8196, 6104, 5342, 6377, 5657, 5547, 9267, 8005, 5670, 6924, 5487, 5509, 5599, 5387, 9759, 7897, 5854, 6241, 5596, 5795, 7891, 5955, 8021, 9959, 5523, 5665, 5770, 5902, 8455, 6602, 6450, 9972, 5915, 5651, 6067, 5440, 5334, 8628, 6787, 5278, 5711, 5316, 5663, 6943, 5907, 5671, 9968, 8070, 5518, 5608, 5422, 5504, 8756, 7903, 5928, 7403, 5769, 5696, 7471, 5497, 7633, 9236, 6413, 6108, 5503, 5607, 7134, 5404, 5926, 8674, 5561, 5656, 5473, 5584, 7381, 5412, 9031, 7514, 5719, 6209, 5603, 6361, 5817, 5901, 8247, 5645, 8338, 5719, 5824, 5599, 5873, 7854, 5800, 8669, 7440, 5492, 7044, 5593, 5485, 6379, 5629, 10408, 7347, 6148, 6351, 6420, 6238, 7133, 5941, 10821, 7954, 5665, 6365, 5763, 7542, 6144, 6411, 9413, 7269, 8535, 5831, 5473, 6155, 5361, 6655, 5786, 5468, 8985, 6893, 9644, 8313, 5273, 7107, 5506, 6644, 9299, 7209, 9306, 6325, 5719, 7335, 5831, 5366, 8626, 7108, 5247, 6146, 5709, 5612, 6047, 5495, 9415, 7055, 5437, 5996, 5617, 6674, 5771, 5341, 7486, 5660, 8037, 5471, 5378, 7108, 5648, 8050, 6211, 6329, 8823, 5774, 6549, 5672, 7407, 5522, 7221, 7168, 5270, 6842, 5415, 6037, 5786, 5546, 9301, 5714, 6802, 5489, 5695, 7110, 5522, 10601, 7521, 7504, 6867, 5698, 7924, 5779, 8910, 6408, 7006, 9659, 5645, 7303, 5548, 5455, 6152, 5234, 10214, 7218, 7522, 5865, 5325, 6661, 5573, 9313, 6538, 7119, 6224, 5736, 7256, 5547, 6888, 6416, 6284, 9254, 5511, 7264, 5593, 5652, 5849, 5405, 10572, 5925, 6246, 5697, 5722, 7640, 5745, 9328, 7732, 5267, 6941, 6250, 5412, 7217, 5472], 'WindowCenter': [3347.0, 3322.0, 3308.0, 3316.0, 3305.0, 3346.0, 3326.0, 3292.0, 3301.0, 3291.0, 3289.0, 3290.0, 3289.0, 3323.0, 3291.0, 3334.0, 3302.0, 3290.0, 3290.0, 3289.0, 3311.0, 3291.0, 3334.0, 3324.0, 3290.0, 3290.0, 3290.0, 3310.0, 3290.0, 3333.0, 3312.0, 3279.0, 3288.0, 3289.0, 3299.0, 3290.0, 3311.0, 3301.0, 3291.0, 3301.0, 3290.0, 3300.0, 3290.0, 3289.0, 3290.0, 3291.0, 3333.0, 3291.0, 3300.0, 3290.0, 3290.0, 3290.0, 3303.0, 3335.0, 3314.0, 3292.0, 3291.0, 3291.0, 3312.0, 3290.0, 3333.0, 3290.0, 3334.0, 3291.0, 3332.0, 3290.0, 3289.0, 3289.0, 3289.0, 3312.0, 3290.0, 3322.0, 3280.0, 3290.0, 3290.0, 3290.0, 3333.0, 3313.0, 3303.0, 3304.0, 3304.0, 3303.0, 3290.0, 3290.0, 3322.0, 3323.0, 3290.0, 3322.0, 3290.0, 3289.0, 3289.0, 3287.0, 3320.0, 3288.0, 3320.0, 3276.0, 3276.0, 3276.0, 3288.0, 3310.0, 3301.0, 3312.0, 3290.0, 3290.0, 3300.0, 3290.0, 3310.0, 3290.0, 3322.0, 3323.0, 3289.0, 3300.0, 3301.0, 3310.0, 3289.0, 3320.0, 3300.0, 3290.0, 3288.0, 3301.0, 3299.0, 3300.0, 3299.0, 3290.0, 3289.0, 3322.0, 3291.0, 3289.0, 3300.0, 3310.0, 3290.0, 3311.0, 3323.0, 3290.0, 3299.0, 3301.0, 3310.0, 3289.0, 3331.0, 3300.0, 3322.0, 3310.0, 3300.0, 3288.0, 3299.0, 3309.0, 3289.0, 3321.0, 3312.0, 3288.0, 3300.0, 3299.0, 3298.0, 3288.0, 3331.0, 3299.0, 3310.0, 3288.0, 3288.0, 3287.0, 3288.0, 3309.0, 3300.0, 3331.0, 3322.0, 3288.0, 3277.0, 3300.0, 3299.0, 3290.0, 3300.0, 3313.0, 3290.0, 3311.0, 3290.0, 3310.0, 3289.0, 3290.0, 3333.0, 3302.0, 3333.0, 3301.0, 3299.0, 3301.0, 3287.0, 3331.0, 3300.0, 3331.0, 3288.0, 3288.0, 3287.0, 3287.0, 3320.0, 3289.0, 3310.0, 3288.0, 3288.0, 3288.0, 3288.0, 3320.0, 3289.0, 3331.0, 3311.0, 3288.0, 3299.0, 3300.0, 3287.0, 3278.0, 3288.0, 3322.0, 3290.0, 3310.0, 3289.0, 3309.0, 3288.0, 3299.0, 3310.0, 3288.0, 3309.0, 3288.0, 3287.0, 3288.0, 3287.0, 3310.0, 3289.0, 3343.0, 3290.0, 3288.0, 3288.0, 3299.0, 3332.0, 3301.0, 3290.0, 3300.0, 3300.0, 3310.0, 3289.0, 3300.0, 3320.0, 3301.0, 3332.0, 3300.0, 3289.0, 3298.0, 3288.0, 3342.0, 3322.0, 3300.0, 3298.0, 3288.0, 3309.0, 3288.0, 3287.0, 3287.0, 3288.0, 3331.0, 3322.0, 3289.0, 3310.0, 3289.0, 3288.0, 3299.0, 3288.0, 3342.0, 3333.0, 3288.0, 3310.0, 3300.0, 3288.0, 3310.0, 3289.0, 3322.0, 3311.0, 3290.0, 3289.0, 3290.0, 3290.0, 3333.0, 3312.0, 3324.0, 3312.0, 3301.0, 3311.0, 3290.0, 3289.0, 3333.0, 3321.0, 3321.0, 3289.0, 3303.0, 3324.0, 3302.0, 3290.0, 3345.0, 3312.0, 3291.0, 3323.0, 3302.0, 3291.0, 3300.0, 3291.0, 3304.0, 3346.0, 3324.0, 3291.0, 3300.0, 3289.0, 3290.0, 3310.0, 3288.0, 3321.0, 3334.0, 3279.0, 3289.0, 3290.0, 3290.0, 3310.0, 3278.0, 3288.0, 3299.0, 3289.0, 3333.0, 3288.0, 3290.0, 3290.0, 3290.0, 3289.0, 3290.0, 3288.0, 3321.0, 3277.0, 3320.0, 3310.0, 3289.0, 3288.0, 3278.0, 3290.0, 3278.0, 3289.0, 3291.0, 3334.0, 3314.0, 3291.0, 3291.0, 3291.0, 3322.0, 3291.0, 3334.0, 3312.0, 3291.0, 3311.0, 3290.0, 3288.0, 3290.0, 3288.0, 3322.0, 3290.0, 3333.0, 3288.0, 3290.0, 3299.0, 3290.0, 3300.0, 3312.0, 3301.0, 3333.0, 3290.0, 3300.0, 3290.0, 3289.0, 3291.0, 3311.0, 3333.0, 3300.0, 3299.0, 3289.0, 3288.0, 3289.0, 3288.0, 3321.0, 3301.0, 3310.0, 3289.0, 3289.0, 3311.0, 3290.0, 3333.0, 3312.0, 3304.0, 3301.0, 3301.0, 3301.0, 3300.0, 3287.0, 3332.0, 3322.0, 3301.0, 3323.0, 3291.0, 3302.0, 3291.0, 3291.0, 3332.0, 3301.0, 3300.0, 3300.0, 3290.0, 3290.0, 3300.0, 3289.0, 3300.0, 3333.0, 3323.0, 3313.0, 3312.0, 3303.0, 3301.0, 3299.0, 3301.0, 3321.0, 3322.0, 3292.0, 3358.0, 3335.0, 3302.0, 3302.0, 3291.0, 3300.0, 3309.0, 3289.0, 3289.0, 3322.0, 3291.0, 3303.0, 3347.0, 3304.0, 3301.0, 3322.0, 3300.0, 3287.0, 3319.0, 3296.0, 3308.0, 3318.0, 3309.0, 3319.0, 3297.0, 3275.0, 3306.0, 3273.0, 3250.0, 3282.0, 3250.0, 3293.0, 3262.0, 3263.0, 3273.0, 3266.0, 3277.0, 3265.0, 3264.0, 3306.0, 3287.0, 3265.0, 3267.0, 3279.0, 3279.0, 3312.0, 3290.0, 3290.0, 3290.0, 3302.0, 3291.0, 3313.0, 3290.0, 3292.0, 3312.0, 3290.0, 3279.0, 3335.0, 3292.0, 3335.0, 3322.0, 3291.0, 3312.0, 3291.0, 3301.0, 3292.0, 3303.0, 3346.0, 3304.0, 3302.0, 3293.0, 3292.0, 3324.0, 3292.0, 3345.0, 3324.0, 3334.0, 3291.0, 3291.0, 3301.0, 3291.0, 3333.0, 3292.0, 3345.0, 3326.0, 3291.0, 3301.0, 3291.0, 3311.0, 3291.0, 3301.0, 3314.0, 3303.0, 3323.0, 3292.0, 3312.0, 3292.0, 3290.0, 3302.0, 3291.0, 3346.0, 3313.0, 3312.0, 3291.0, 3290.0, 3312.0, 3279.0, 3333.0, 3302.0, 3323.0, 3291.0, 3290.0, 3300.0, 3291.0, 3323.0, 3302.0, 3302.0, 3312.0, 3302.0, 3323.0, 3292.0, 3322.0, 3303.0, 3312.0, 3357.0, 3303.0, 3322.0, 3290.0, 3290.0, 3314.0, 3293.0, 3344.0, 3335.0, 3301.0, 3299.0, 3289.0, 3310.0, 3304.0, 3301.0, 3300.0, 3291.0, 3334.0, 3290.0, 3320.0, 3290.0, 3288.0, 3289.0, 3278.0, 3333.0, 3278.0, 3299.0, 3289.0, 3289.0, 3301.0, 3290.0, 3333.0, 3291.0, 3322.0, 3291.0, 3290.0, 3280.0, 3289.0, 3292.0, 3292.0, 3345.0, 3292.0, 3290.0, 3291.0, 3303.0, 3336.0, 3305.0, 3335.0, 3315.0, 3304.0, 3303.0, 3292.0, 3302.0, 3324.0, 3314.0, 3314.0, 3346.0, 3302.0, 3291.0, 3334.0, 3291.0, 3345.0, 3335.0, 3301.0, 3322.0, 3279.0, 3289.0, 3289.0, 3278.0, 3332.0, 3312.0, 3322.0, 3279.0, 3289.0, 3311.0, 3290.0, 3301.0, 3312.0, 3291.0, 3322.0, 3279.0, 3289.0, 3289.0, 3300.0, 3332.0, 3313.0, 3333.0, 3291.0, 3289.0, 3290.0, 3278.0, 3332.0, 3302.0, 3357.0, 3303.0, 3279.0, 3290.0, 3268.0, 3322.0, 3290.0, 3323.0, 3313.0, 3291.0, 3279.0, 3280.0, 3280.0, 3303.0, 3291.0, 3346.0, 3313.0, 3345.0, 3324.0, 3280.0, 3312.0, 3280.0, 3333.0, 3302.0, 3333.0, 3335.0, 3279.0, 3321.0, 3290.0, 3299.0, 3289.0, 3289.0, 3333.0, 3279.0, 3311.0, 3292.0, 3291.0, 3291.0, 3279.0, 3332.0, 3300.0, 3331.0, 3278.0, 3288.0, 3289.0, 3278.0, 3331.0, 3300.0, 3322.0, 3289.0, 3279.0, 3288.0, 3290.0, 3290.0, 3334.0, 3312.0, 3290.0, 3300.0, 3303.0, 3304.0, 3303.0, 3303.0, 3291.0, 3334.0, 3313.0, 3313.0, 3357.0, 3347.0, 3291.0, 3323.0, 3301.0, 3289.0, 3333.0, 3322.0, 3323.0, 3345.0, 3291.0, 3280.0, 3300.0, 3280.0, 3290.0, 3332.0, 3315.0, 3280.0, 3301.0, 3291.0, 3290.0, 3302.0, 3290.0, 3345.0, 3324.0, 3312.0, 3290.0, 3277.0, 3321.0, 3279.0, 3334.0, 3323.0, 3279.0, 3321.0, 3280.0, 3299.0, 3302.0, 3278.0, 3343.0, 3310.0, 3278.0, 3289.0, 3278.0, 3320.0, 3278.0, 3310.0, 3333.0, 3291.0, 3310.0, 3279.0, 3288.0, 3289.0, 3276.0, 3332.0, 3300.0, 3333.0, 3288.0, 3289.0, 3299.0, 3280.0, 3310.0, 3299.0, 3291.0, 3345.0, 3292.0, 3290.0, 3290.0, 3279.0, 3332.0, 3311.0, 3323.0, 3302.0, 3291.0, 3311.0, 3278.0, 3278.0, 3333.0, 3301.0, 3311.0, 3292.0, 3290.0, 3310.0, 3279.0, 3333.0, 3334.0, 3290.0, 3310.0, 3279.0, 3278.0, 3278.0, 3278.0, 3320.0, 3277.0, 3319.0, 3331.0, 3289.0, 3277.0, 3278.0, 3278.0, 3277.0, 3279.0, 3279.0, 3344.0, 3313.0, 3293.0, 3324.0, 3304.0, 3304.0, 3334.0, 3313.0, 3291.0, 3323.0, 3314.0, 3292.0, 3345.0, 3335.0, 3301.0, 3311.0, 3290.0, 3278.0, 3299.0, 3289.0, 3331.0, 3324.0, 3279.0, 3300.0, 3290.0, 3279.0, 3312.0, 3292.0, 3291.0, 3345.0, 3292.0, 3291.0, 3303.0, 3291.0, 3334.0, 3303.0, 3335.0, 3348.0, 3302.0, 3289.0, 3289.0, 3279.0, 3311.0, 3323.0, 3323.0, 3345.0, 3290.0, 3280.0, 3300.0, 3280.0, 3289.0, 3289.0, 3277.0, 3319.0, 3320.0, 3321.0, 3322.0, 3292.0, 3289.0, 3277.0, 3292.0, 3278.0, 3289.0, 3291.0, 3301.0, 3291.0, 3293.0, 3293.0, 3292.0, 3282.0, 3301.0, 3301.0, 3291.0, 3323.0, 3346.0, 3292.0, 3280.0, 3322.0, 3290.0, 3279.0, 3345.0, 3323.0, 3278.0, 3299.0, 3279.0, 3278.0, 3299.0, 3278.0, 3299.0, 3332.0, 3292.0, 3278.0, 3278.0, 3280.0, 3291.0, 3323.0, 3313.0, 3335.0, 3291.0, 3291.0, 3322.0, 3292.0, 3300.0, 3332.0, 3324.0, 3334.0, 3289.0, 3280.0, 3313.0, 3290.0, 3279.0, 3332.0, 3321.0, 3290.0, 3310.0, 3278.0, 3278.0, 3278.0, 3278.0, 3332.0, 3322.0, 3290.0, 3299.0, 3277.0, 3289.0, 3320.0, 3289.0, 3320.0, 3333.0, 3279.0, 3278.0, 3288.0, 3289.0, 3320.0, 3300.0, 3299.0, 3333.0, 3290.0, 3291.0, 3289.0, 3280.0, 3277.0, 3321.0, 3312.0, 3268.0, 3289.0, 3278.0, 3290.0, 3311.0, 3290.0, 3291.0, 3345.0, 3323.0, 3279.0, 3289.0, 3278.0, 3279.0, 3332.0, 3324.0, 3302.0, 3311.0, 3290.0, 3289.0, 3310.0, 3278.0, 3321.0, 3332.0, 3299.0, 3288.0, 3278.0, 3277.0, 3298.0, 3277.0, 3289.0, 3321.0, 3280.0, 3288.0, 3279.0, 3278.0, 3309.0, 3278.0, 3332.0, 3311.0, 3289.0, 3288.0, 3289.0, 3298.0, 3289.0, 3289.0, 3322.0, 3291.0, 3320.0, 3289.0, 3277.0, 3278.0, 3277.0, 3321.0, 3289.0, 3333.0, 3311.0, 3293.0, 3313.0, 3279.0, 3279.0, 3289.0, 3290.0, 3346.0, 3313.0, 3291.0, 3302.0, 3302.0, 3302.0, 3314.0, 3303.0, 3345.0, 3323.0, 3278.0, 3288.0, 3278.0, 3309.0, 3289.0, 3300.0, 3332.0, 3311.0, 3320.0, 3278.0, 3277.0, 3287.0, 3266.0, 3297.0, 3277.0, 3265.0, 3332.0, 3311.0, 3332.0, 3322.0, 3266.0, 3298.0, 3266.0, 3298.0, 3321.0, 3311.0, 3332.0, 3300.0, 3291.0, 3311.0, 3277.0, 3278.0, 3321.0, 3311.0, 3267.0, 3289.0, 3278.0, 3277.0, 3288.0, 3278.0, 3332.0, 3311.0, 3278.0, 3288.0, 3278.0, 3299.0, 3277.0, 3277.0, 3311.0, 3290.0, 3322.0, 3279.0, 3279.0, 3314.0, 3305.0, 3322.0, 3290.0, 3300.0, 3334.0, 3289.0, 3302.0, 3291.0, 3311.0, 3280.0, 3312.0, 3325.0, 3268.0, 3300.0, 3279.0, 3288.0, 3290.0, 3291.0, 3333.0, 3291.0, 3300.0, 3278.0, 3290.0, 3311.0, 3278.0, 3343.0, 3322.0, 3311.0, 3301.0, 3289.0, 3320.0, 3289.0, 3319.0, 3300.0, 3299.0, 3333.0, 3278.0, 3309.0, 3278.0, 3277.0, 3289.0, 3267.0, 3331.0, 3312.0, 3309.0, 3278.0, 3278.0, 3299.0, 3277.0, 3330.0, 3299.0, 3310.0, 3289.0, 3278.0, 3309.0, 3278.0, 3299.0, 3299.0, 3301.0, 3334.0, 3278.0, 3309.0, 3277.0, 3277.0, 3289.0, 3278.0, 3343.0, 3302.0, 3299.0, 3290.0, 3289.0, 3310.0, 3289.0, 3332.0, 3311.0, 3279.0, 3311.0, 3302.0, 3278.0, 3311.0, 3278.0], 'WindowWidth': [7669.0, 7624.0, 7594.0, 7600.0, 7585.0, 7638.0, 7611.0, 7559.0, 7569.0, 7555.0, 7551.0, 7551.0, 7549.0, 7598.0, 7557.0, 7616.0, 7570.0, 7553.0, 7552.0, 7551.0, 7581.0, 7556.0, 7616.0, 7602.0, 7551.0, 7551.0, 7552.0, 7577.0, 7553.0, 7612.0, 7584.0, 7535.0, 7546.0, 7549.0, 7562.0, 7551.0, 7581.0, 7568.0, 7555.0, 7567.0, 7553.0, 7566.0, 7554.0, 7548.0, 7553.0, 7555.0, 7614.0, 7556.0, 7566.0, 7554.0, 7552.0, 7553.0, 7575.0, 7621.0, 7593.0, 7559.0, 7557.0, 7556.0, 7585.0, 7551.0, 7613.0, 7554.0, 7617.0, 7554.0, 7610.0, 7552.0, 7547.0, 7548.0, 7549.0, 7584.0, 7554.0, 7596.0, 7539.0, 7553.0, 7553.0, 7553.0, 7614.0, 7590.0, 7577.0, 7580.0, 7579.0, 7575.0, 7553.0, 7552.0, 7598.0, 7599.0, 7552.0, 7595.0, 7552.0, 7548.0, 7547.0, 7544.0, 7590.0, 7546.0, 7589.0, 7528.0, 7527.0, 7528.0, 7545.0, 7578.0, 7570.0, 7587.0, 7553.0, 7555.0, 7567.0, 7554.0, 7579.0, 7552.0, 7595.0, 7602.0, 7550.0, 7566.0, 7568.0, 7576.0, 7549.0, 7592.0, 7567.0, 7552.0, 7546.0, 7567.0, 7562.0, 7565.0, 7561.0, 7552.0, 7552.0, 7599.0, 7555.0, 7549.0, 7567.0, 7577.0, 7553.0, 7582.0, 7601.0, 7553.0, 7563.0, 7567.0, 7577.0, 7549.0, 7608.0, 7567.0, 7597.0, 7579.0, 7565.0, 7546.0, 7563.0, 7573.0, 7550.0, 7594.0, 7585.0, 7548.0, 7564.0, 7562.0, 7558.0, 7546.0, 7605.0, 7563.0, 7579.0, 7547.0, 7546.0, 7544.0, 7547.0, 7574.0, 7566.0, 7608.0, 7598.0, 7548.0, 7531.0, 7565.0, 7561.0, 7553.0, 7568.0, 7590.0, 7554.0, 7581.0, 7553.0, 7578.0, 7551.0, 7554.0, 7616.0, 7575.0, 7617.0, 7570.0, 7565.0, 7568.0, 7545.0, 7608.0, 7567.0, 7605.0, 7548.0, 7546.0, 7544.0, 7545.0, 7592.0, 7551.0, 7577.0, 7547.0, 7546.0, 7546.0, 7546.0, 7590.0, 7550.0, 7608.0, 7583.0, 7549.0, 7562.0, 7565.0, 7545.0, 7534.0, 7549.0, 7597.0, 7552.0, 7577.0, 7549.0, 7574.0, 7547.0, 7562.0, 7579.0, 7548.0, 7575.0, 7548.0, 7544.0, 7546.0, 7545.0, 7579.0, 7551.0, 7626.0, 7552.0, 7549.0, 7548.0, 7563.0, 7609.0, 7569.0, 7555.0, 7565.0, 7568.0, 7579.0, 7551.0, 7566.0, 7594.0, 7571.0, 7612.0, 7566.0, 7550.0, 7561.0, 7549.0, 7623.0, 7597.0, 7567.0, 7561.0, 7549.0, 7575.0, 7546.0, 7544.0, 7543.0, 7548.0, 7609.0, 7600.0, 7551.0, 7579.0, 7551.0, 7548.0, 7562.0, 7549.0, 7622.0, 7614.0, 7548.0, 7578.0, 7565.0, 7548.0, 7579.0, 7552.0, 7599.0, 7582.0, 7555.0, 7553.0, 7554.0, 7553.0, 7615.0, 7586.0, 7604.0, 7586.0, 7572.0, 7583.0, 7554.0, 7551.0, 7615.0, 7596.0, 7596.0, 7551.0, 7576.0, 7604.0, 7575.0, 7556.0, 7634.0, 7588.0, 7557.0, 7601.0, 7572.0, 7556.0, 7567.0, 7558.0, 7580.0, 7638.0, 7606.0, 7557.0, 7566.0, 7550.0, 7553.0, 7576.0, 7546.0, 7594.0, 7617.0, 7536.0, 7548.0, 7551.0, 7552.0, 7576.0, 7532.0, 7546.0, 7562.0, 7550.0, 7612.0, 7547.0, 7552.0, 7550.0, 7552.0, 7548.0, 7549.0, 7544.0, 7592.0, 7529.0, 7590.0, 7576.0, 7550.0, 7545.0, 7534.0, 7554.0, 7535.0, 7551.0, 7555.0, 7615.0, 7592.0, 7556.0, 7555.0, 7556.0, 7596.0, 7555.0, 7614.0, 7585.0, 7556.0, 7579.0, 7551.0, 7547.0, 7551.0, 7547.0, 7597.0, 7552.0, 7612.0, 7547.0, 7551.0, 7563.0, 7551.0, 7567.0, 7584.0, 7568.0, 7613.0, 7552.0, 7564.0, 7553.0, 7548.0, 7555.0, 7581.0, 7613.0, 7564.0, 7560.0, 7549.0, 7545.0, 7549.0, 7546.0, 7594.0, 7570.0, 7579.0, 7551.0, 7550.0, 7581.0, 7554.0, 7614.0, 7585.0, 7579.0, 7572.0, 7571.0, 7571.0, 7565.0, 7545.0, 7609.0, 7598.0, 7570.0, 7599.0, 7556.0, 7572.0, 7557.0, 7560.0, 7613.0, 7570.0, 7567.0, 7568.0, 7554.0, 7554.0, 7564.0, 7551.0, 7565.0, 7615.0, 7602.0, 7586.0, 7586.0, 7578.0, 7569.0, 7563.0, 7570.0, 7594.0, 7598.0, 7557.0, 7654.0, 7618.0, 7573.0, 7572.0, 7556.0, 7566.0, 7573.0, 7547.0, 7549.0, 7596.0, 7555.0, 7576.0, 7638.0, 7577.0, 7569.0, 7595.0, 7563.0, 7540.0, 7586.0, 7552.0, 7567.0, 7584.0, 7574.0, 7586.0, 7554.0, 7523.0, 7561.0, 7515.0, 7480.0, 7523.0, 7480.0, 7540.0, 7499.0, 7501.0, 7515.0, 7513.0, 7529.0, 7509.0, 7504.0, 7563.0, 7537.0, 7509.0, 7518.0, 7537.0, 7536.0, 7585.0, 7552.0, 7551.0, 7552.0, 7572.0, 7556.0, 7584.0, 7552.0, 7557.0, 7583.0, 7553.0, 7536.0, 7617.0, 7559.0, 7617.0, 7598.0, 7554.0, 7582.0, 7555.0, 7568.0, 7559.0, 7576.0, 7635.0, 7577.0, 7573.0, 7561.0, 7557.0, 7602.0, 7559.0, 7631.0, 7605.0, 7617.0, 7556.0, 7556.0, 7569.0, 7555.0, 7611.0, 7559.0, 7632.0, 7609.0, 7555.0, 7570.0, 7557.0, 7581.0, 7555.0, 7570.0, 7590.0, 7575.0, 7600.0, 7559.0, 7585.0, 7558.0, 7554.0, 7572.0, 7555.0, 7634.0, 7587.0, 7583.0, 7556.0, 7552.0, 7582.0, 7536.0, 7613.0, 7571.0, 7600.0, 7556.0, 7553.0, 7566.0, 7555.0, 7599.0, 7573.0, 7574.0, 7585.0, 7573.0, 7601.0, 7560.0, 7598.0, 7575.0, 7585.0, 7652.0, 7574.0, 7596.0, 7552.0, 7552.0, 7590.0, 7564.0, 7629.0, 7621.0, 7567.0, 7561.0, 7551.0, 7579.0, 7580.0, 7569.0, 7566.0, 7555.0, 7615.0, 7552.0, 7591.0, 7551.0, 7546.0, 7549.0, 7535.0, 7613.0, 7536.0, 7563.0, 7552.0, 7550.0, 7569.0, 7556.0, 7615.0, 7558.0, 7598.0, 7556.0, 7552.0, 7540.0, 7552.0, 7559.0, 7563.0, 7635.0, 7559.0, 7555.0, 7557.0, 7576.0, 7626.0, 7583.0, 7622.0, 7594.0, 7578.0, 7574.0, 7559.0, 7573.0, 7605.0, 7591.0, 7593.0, 7635.0, 7573.0, 7558.0, 7615.0, 7557.0, 7632.0, 7620.0, 7570.0, 7595.0, 7537.0, 7548.0, 7548.0, 7535.0, 7608.0, 7583.0, 7596.0, 7537.0, 7551.0, 7580.0, 7554.0, 7569.0, 7585.0, 7556.0, 7596.0, 7537.0, 7550.0, 7551.0, 7566.0, 7611.0, 7587.0, 7613.0, 7554.0, 7551.0, 7551.0, 7533.0, 7610.0, 7572.0, 7652.0, 7573.0, 7535.0, 7550.0, 7521.0, 7596.0, 7554.0, 7601.0, 7587.0, 7557.0, 7538.0, 7542.0, 7541.0, 7573.0, 7556.0, 7633.0, 7589.0, 7634.0, 7604.0, 7541.0, 7582.0, 7539.0, 7611.0, 7571.0, 7613.0, 7618.0, 7536.0, 7593.0, 7551.0, 7562.0, 7550.0, 7550.0, 7611.0, 7536.0, 7582.0, 7560.0, 7557.0, 7556.0, 7537.0, 7610.0, 7565.0, 7606.0, 7534.0, 7546.0, 7547.0, 7535.0, 7607.0, 7566.0, 7596.0, 7549.0, 7536.0, 7548.0, 7552.0, 7552.0, 7617.0, 7586.0, 7553.0, 7568.0, 7579.0, 7583.0, 7578.0, 7576.0, 7556.0, 7618.0, 7589.0, 7590.0, 7653.0, 7640.0, 7557.0, 7599.0, 7567.0, 7549.0, 7614.0, 7599.0, 7601.0, 7630.0, 7554.0, 7540.0, 7564.0, 7539.0, 7555.0, 7611.0, 7594.0, 7540.0, 7568.0, 7558.0, 7553.0, 7572.0, 7554.0, 7632.0, 7603.0, 7584.0, 7553.0, 7531.0, 7592.0, 7536.0, 7616.0, 7599.0, 7536.0, 7594.0, 7538.0, 7561.0, 7570.0, 7534.0, 7625.0, 7579.0, 7534.0, 7549.0, 7534.0, 7590.0, 7534.0, 7578.0, 7613.0, 7557.0, 7577.0, 7537.0, 7547.0, 7549.0, 7529.0, 7608.0, 7567.0, 7612.0, 7548.0, 7550.0, 7561.0, 7539.0, 7576.0, 7563.0, 7555.0, 7633.0, 7560.0, 7555.0, 7553.0, 7537.0, 7609.0, 7583.0, 7599.0, 7571.0, 7556.0, 7581.0, 7534.0, 7535.0, 7613.0, 7570.0, 7582.0, 7558.0, 7553.0, 7580.0, 7539.0, 7612.0, 7618.0, 7553.0, 7579.0, 7537.0, 7534.0, 7533.0, 7532.0, 7589.0, 7532.0, 7588.0, 7607.0, 7549.0, 7530.0, 7532.0, 7534.0, 7532.0, 7536.0, 7538.0, 7631.0, 7589.0, 7563.0, 7607.0, 7580.0, 7578.0, 7618.0, 7587.0, 7557.0, 7600.0, 7591.0, 7559.0, 7631.0, 7620.0, 7570.0, 7580.0, 7552.0, 7531.0, 7561.0, 7550.0, 7608.0, 7604.0, 7537.0, 7566.0, 7552.0, 7537.0, 7583.0, 7559.0, 7557.0, 7634.0, 7559.0, 7558.0, 7573.0, 7557.0, 7614.0, 7574.0, 7620.0, 7640.0, 7572.0, 7550.0, 7549.0, 7536.0, 7580.0, 7600.0, 7599.0, 7632.0, 7551.0, 7538.0, 7564.0, 7536.0, 7549.0, 7547.0, 7527.0, 7587.0, 7590.0, 7592.0, 7597.0, 7559.0, 7549.0, 7529.0, 7559.0, 7535.0, 7552.0, 7558.0, 7569.0, 7555.0, 7563.0, 7563.0, 7559.0, 7548.0, 7569.0, 7566.0, 7555.0, 7600.0, 7633.0, 7556.0, 7539.0, 7595.0, 7552.0, 7537.0, 7631.0, 7599.0, 7532.0, 7561.0, 7535.0, 7532.0, 7560.0, 7534.0, 7563.0, 7610.0, 7559.0, 7535.0, 7535.0, 7539.0, 7557.0, 7601.0, 7589.0, 7618.0, 7555.0, 7556.0, 7597.0, 7560.0, 7566.0, 7610.0, 7605.0, 7615.0, 7549.0, 7539.0, 7589.0, 7551.0, 7536.0, 7611.0, 7596.0, 7551.0, 7578.0, 7535.0, 7534.0, 7532.0, 7535.0, 7609.0, 7596.0, 7553.0, 7561.0, 7530.0, 7549.0, 7591.0, 7549.0, 7591.0, 7612.0, 7535.0, 7532.0, 7546.0, 7547.0, 7589.0, 7563.0, 7563.0, 7612.0, 7550.0, 7555.0, 7548.0, 7539.0, 7531.0, 7593.0, 7586.0, 7522.0, 7550.0, 7535.0, 7553.0, 7580.0, 7554.0, 7555.0, 7632.0, 7600.0, 7538.0, 7550.0, 7533.0, 7537.0, 7611.0, 7602.0, 7572.0, 7579.0, 7552.0, 7548.0, 7576.0, 7535.0, 7595.0, 7610.0, 7563.0, 7546.0, 7531.0, 7529.0, 7556.0, 7531.0, 7549.0, 7594.0, 7540.0, 7548.0, 7535.0, 7533.0, 7575.0, 7536.0, 7608.0, 7582.0, 7551.0, 7546.0, 7548.0, 7560.0, 7549.0, 7551.0, 7596.0, 7555.0, 7591.0, 7547.0, 7530.0, 7533.0, 7530.0, 7591.0, 7551.0, 7614.0, 7581.0, 7561.0, 7585.0, 7536.0, 7535.0, 7545.0, 7551.0, 7634.0, 7585.0, 7550.0, 7570.0, 7570.0, 7571.0, 7591.0, 7575.0, 7631.0, 7597.0, 7532.0, 7545.0, 7530.0, 7570.0, 7548.0, 7565.0, 7608.0, 7579.0, 7589.0, 7531.0, 7528.0, 7541.0, 7512.0, 7554.0, 7528.0, 7510.0, 7609.0, 7579.0, 7607.0, 7593.0, 7513.0, 7555.0, 7512.0, 7555.0, 7593.0, 7580.0, 7610.0, 7565.0, 7553.0, 7578.0, 7530.0, 7533.0, 7594.0, 7580.0, 7517.0, 7546.0, 7533.0, 7529.0, 7544.0, 7532.0, 7606.0, 7580.0, 7531.0, 7544.0, 7531.0, 7558.0, 7530.0, 7530.0, 7580.0, 7551.0, 7597.0, 7535.0, 7536.0, 7591.0, 7580.0, 7597.0, 7553.0, 7565.0, 7616.0, 7549.0, 7570.0, 7554.0, 7578.0, 7539.0, 7583.0, 7605.0, 7520.0, 7562.0, 7535.0, 7546.0, 7552.0, 7557.0, 7614.0, 7554.0, 7565.0, 7536.0, 7551.0, 7580.0, 7534.0, 7626.0, 7597.0, 7580.0, 7566.0, 7550.0, 7590.0, 7547.0, 7587.0, 7565.0, 7561.0, 7611.0, 7532.0, 7574.0, 7532.0, 7529.0, 7546.0, 7517.0, 7605.0, 7581.0, 7574.0, 7531.0, 7532.0, 7560.0, 7529.0, 7603.0, 7562.0, 7577.0, 7547.0, 7533.0, 7573.0, 7532.0, 7560.0, 7563.0, 7567.0, 7615.0, 7532.0, 7573.0, 7530.0, 7529.0, 7548.0, 7533.0, 7624.0, 7570.0, 7560.0, 7552.0, 7547.0, 7576.0, 7551.0, 7610.0, 7581.0, 7538.0, 7580.0, 7569.0, 7534.0, 7580.0, 7535.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.0005890546400693841</td></tr>
<tr><td colspan=3>aqi</td><td>0.04411834995663486</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.44745105521702</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0856653612152785</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9706111396527787</td></tr>
<tr><td colspan=3>efc</td><td>0.4417</td></tr>
<tr><td colspan=3>fber</td><td>5847.4331</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14584112763246282</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>241</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>20.901994796183867</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4373596245743285</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2960483998033947</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.688578663172017</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.327451810747574</td></tr>
<tr><td colspan=3>gcor</td><td>0.00434964</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014221912249922752</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021229945123195648</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1153</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.031346750135804</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>28.5312</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>26.9646</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>122.8709</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>36.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>312967.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>547.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>245.514</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4725</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>383.7598</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2639.0737</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2785.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>63577.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>971.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3427.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>690.8307</td></tr>
<tr><td colspan=3>tsnr</td><td>30.076945833861828</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>