<?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-0105_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-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0105/figures/sub-0105_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-0105/figures/sub-0105_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105/ses-02/func/sub-0105_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>dadc19f41b1d563e9bed94b818c6f274</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>23:10:52.750000</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.99983, 0.0177235, 0.00513767, -0.0174521, 0.998657, -0.048786]</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.0899963</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4220, -7745, -7268, 236, -148, -66, -74, 55]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 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>270.639</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d3cf33a1-a7a6-4b78-9aef-78efcb6d0c06||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.6824700832366943, -0.04682260751724243, 0.016187671571969986, 111.13142395019531], [-0.04755097255110741, 2.679323196411133, -0.13145771622657776, -85.54325103759766], [0.013784002512693405, 0.13088929653167725, 2.696749210357666, -80.76679229736328], [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': ['231052.750000', '231053.210000', '231053.670000', '231054.130000', '231054.590000', '231055.050000', '231055.510000', '231055.970000', '231056.430000', '231056.890000', '231057.350000', '231057.810000', '231058.270000', '231058.730000', '231059.190000', '231059.650000', '231100.110000', '231100.570000', '231101.030000', '231101.490000', '231101.950000', '231102.410000', '231102.870000', '231103.330000', '231103.790000', '231104.250000', '231104.710000', '231105.170000', '231105.630000', '231106.090000', '231106.550000', '231107.010000', '231107.470000', '231107.930000', '231108.390000', '231108.850000', '231109.310000', '231109.770000', '231110.230000', '231110.690000', '231111.150000', '231111.610000', '231112.070000', '231112.530000', '231112.990000', '231113.450000', '231113.910000', '231114.370000', '231114.830000', '231115.290000', '231115.750000', '231116.210000', '231116.670000', '231117.130000', '231117.590000', '231118.050000', '231118.510000', '231118.970000', '231119.430000', '231119.890000', '231120.350000', '231120.810000', '231121.270000', '231121.730000', '231122.190000', '231122.650000', '231123.110000', '231123.570000', '231124.030000', '231124.490000', '231124.950000', '231125.410000', '231125.870000', '231126.330000', '231126.790000', '231127.250000', '231127.710000', '231128.170000', '231128.630000', '231129.090000', '231129.550000', '231130.010000', '231130.470000', '231130.930000', '231131.390000', '231131.850000', '231132.310000', '231132.770000', '231133.230000', '231133.690000', '231134.150000', '231134.610000', '231135.070000', '231135.530000', '231135.990000', '231136.450000', '231136.910000', '231137.370000', '231137.830000', '231138.290000', '231138.750000', '231139.210000', '231139.670000', '231140.130000', '231140.590000', '231141.050000', '231141.510000', '231141.970000', '231142.430000', '231142.890000', '231143.350000', '231143.810000', '231144.270000', '231144.730000', '231145.190000', '231145.650000', '231146.110000', '231146.570000', '231147.030000', '231147.490000', '231147.950000', '231148.410000', '231148.870000', '231149.330000', '231149.790000', '231150.250000', '231150.710000', '231151.170000', '231151.630000', '231152.090000', '231152.550000', '231153.010000', '231153.470000', '231153.930000', '231154.390000', '231154.850000', '231155.310000', '231155.770000', '231156.230000', '231156.690000', '231157.150000', '231157.610000', '231158.070000', '231158.530000', '231158.990000', '231159.450000', '231159.910000', '231200.370000', '231200.830000', '231201.290000', '231201.750000', '231202.210000', '231202.670000', '231203.130000', '231203.590000', '231204.050000', '231204.510000', '231204.970000', '231205.430000', '231205.890000', '231206.350000', '231206.810000', '231207.270000', '231207.730000', '231208.190000', '231208.650000', '231209.110000', '231209.570000', '231210.030000', '231210.490000', '231210.950000', '231211.410000', '231211.870000', '231212.330000', '231212.790000', '231213.250000', '231213.710000', '231214.170000', '231214.630000', '231215.090000', '231215.550000', '231216.010000', '231216.470000', '231216.930000', '231217.390000', '231217.850000', '231218.310000', '231218.770000', '231219.230000', '231219.690000', '231220.150000', '231220.610000', '231221.070000', '231221.530000', '231221.990000', '231222.450000', '231222.910000', '231223.370000', '231223.830000', '231224.290000', '231224.750000', '231225.210000', '231225.670000', '231226.130000', '231226.590000', '231227.050000', '231227.510000', '231227.970000', '231228.430000', '231228.890000', '231229.350000', '231229.810000', '231230.270000', '231230.730000', '231231.190000', '231231.650000', '231232.110000', '231232.570000', '231233.030000', '231233.490000', '231233.950000', '231234.410000', '231234.870000', '231235.330000', '231235.790000', '231236.250000', '231236.710000', '231237.170000', '231237.630000', '231238.090000', '231238.550000', '231239.010000', '231239.470000', '231239.930000', '231240.390000', '231240.850000', '231241.310000', '231241.770000', '231242.230000', '231242.690000', '231243.150000', '231243.610000', '231244.070000', '231244.530000', '231244.990000', '231245.450000', '231245.910000', '231246.370000', '231246.830000', '231247.290000', '231247.750000', '231248.210000', '231248.670000', '231249.130000', '231249.590000', '231250.050000', '231250.510000', '231250.970000', '231251.430000', '231251.890000', '231252.350000', '231252.810000', '231253.270000', '231253.730000', '231254.190000', '231254.650000', '231255.110000', '231255.570000', '231256.030000', '231256.490000', '231256.950000', '231257.410000', '231257.870000', '231258.330000', '231258.790000', '231259.250000', '231259.710000', '231300.170000', '231300.630000', '231301.090000', '231301.550000', '231302.010000', '231302.470000', '231302.930000', '231303.390000', '231303.850000', '231304.310000', '231304.770000', '231305.230000', '231305.690000', '231306.150000', '231306.610000', '231307.070000', '231307.530000', '231307.990000', '231308.450000', '231308.910000', '231309.370000', '231309.830000', '231310.290000', '231310.750000', '231311.210000', '231311.670000', '231312.130000', '231312.590000', '231313.050000', '231313.510000', '231313.970000', '231314.430000', '231314.890000', '231315.350000', '231315.810000', '231316.270000', '231316.730000', '231317.190000', '231317.650000', '231318.110000', '231318.570000', '231319.030000', '231319.490000', '231319.950000', '231320.410000', '231320.870000', '231321.330000', '231321.790000', '231322.250000', '231322.710000', '231323.170000', '231323.630000', '231324.090000', '231324.550000', '231325.010000', '231325.470000', '231325.930000', '231326.390000', '231326.850000', '231327.310000', '231327.770000', '231328.230000', '231328.690000', '231329.150000', '231329.610000', '231330.070000', '231330.530000', '231330.990000', '231331.450000', '231331.910000', '231332.370000', '231332.830000', '231333.290000', '231333.750000', '231334.210000', '231334.670000', '231335.130000', '231335.590000', '231336.050000', '231336.510000', '231336.970000', '231337.430000', '231337.890000', '231338.350000', '231338.810000', '231339.270000', '231339.730000', '231340.190000', '231340.650000', '231341.110000', '231341.570000', '231342.030000', '231342.490000', '231342.950000', '231343.410000', '231343.870000', '231344.330000', '231344.790000', '231345.250000', '231345.710000', '231346.170000', '231346.630000', '231347.090000', '231347.550000', '231348.010000', '231348.470000', '231348.930000', '231349.390000', '231349.850000', '231350.310000', '231350.770000', '231351.230000', '231351.690000', '231352.150000', '231352.610000', '231353.070000', '231353.530000', '231353.990000', '231354.450000', '231354.910000', '231355.370000', '231355.830000', '231356.290000', '231356.750000', '231357.210000', '231357.670000', '231358.130000', '231358.590000', '231359.050000', '231359.510000', '231359.970000', '231400.430000', '231400.890000', '231401.350000', '231401.810000', '231402.270000', '231402.730000', '231403.190000', '231403.650000', '231404.110000', '231404.570000', '231405.030000', '231405.490000', '231405.950000', '231406.410000', '231406.870000', '231407.330000', '231407.790000', '231408.250000', '231408.710000', '231409.170000', '231409.630000', '231410.090000', '231410.550000', '231411.010000', '231411.470000', '231411.930000', '231412.390000', '231412.850000', '231413.310000', '231413.770000', '231414.230000', '231414.690000', '231415.150000', '231415.610000', '231416.070000', '231416.530000', '231416.990000', '231417.450000', '231417.910000', '231418.370000', '231418.830000', '231419.290000', '231419.750000', '231420.210000', '231420.670000', '231421.130000', '231421.590000', '231422.050000', '231422.510000', '231422.970000', '231423.430000', '231423.890000', '231424.350000', '231424.810000', '231425.270000', '231425.730000', '231426.190000', '231426.650000', '231427.110000', '231427.570000', '231428.030000', '231428.490000', '231428.950000', '231429.410000', '231429.870000', '231430.330000', '231430.790000', '231431.250000', '231431.710000', '231432.170000', '231432.630000', '231433.090000', '231433.550000', '231434.010000', '231434.470000', '231434.930000', '231435.390000', '231435.850000', '231436.310000', '231436.770000', '231437.230000', '231437.690000', '231438.150000', '231438.610000', '231439.070000', '231439.530000', '231439.990000', '231440.450000', '231440.910000', '231441.370000', '231441.830000', '231442.290000', '231442.750000', '231443.210000', '231443.670000', '231444.130000', '231444.590000', '231445.050000', '231445.510000', '231445.970000', '231446.430000', '231446.890000', '231447.350000', '231447.810000', '231448.270000', '231448.730000', '231449.190000', '231449.650000', '231450.110000', '231450.570000', '231451.030000', '231451.490000', '231451.950000', '231452.410000', '231452.870000', '231453.330000', '231453.790000', '231454.250000', '231454.710000', '231455.170000', '231455.630000', '231456.090000', '231456.550000', '231457.010000', '231457.470000', '231457.930000', '231458.390000', '231458.850000', '231459.310000', '231459.770000', '231500.230000', '231500.690000', '231501.150000', '231501.610000', '231502.070000', '231502.530000', '231502.990000', '231503.450000', '231503.910000', '231504.370000', '231504.830000', '231505.290000', '231505.750000', '231506.210000', '231506.670000', '231507.130000', '231507.590000', '231508.050000', '231508.510000', '231508.970000', '231509.430000', '231509.890000', '231510.350000', '231510.810000', '231511.270000', '231511.730000', '231512.190000', '231512.650000', '231513.110000', '231513.570000', '231514.030000', '231514.490000', '231514.950000', '231515.410000', '231515.870000', '231516.330000', '231516.790000', '231517.250000', '231517.710000', '231518.170000', '231518.630000', '231519.090000', '231519.550000', '231520.010000', '231520.470000', '231520.930000', '231521.390000', '231521.850000', '231522.310000', '231522.770000', '231523.230000', '231523.690000', '231524.150000', '231524.610000', '231525.070000', '231525.530000', '231525.990000', '231526.450000', '231526.910000', '231527.370000', '231527.830000', '231528.290000', '231528.750000', '231529.210000', '231529.670000', '231530.130000', '231530.590000', '231531.050000', '231531.510000', '231531.970000', '231532.430000', '231532.890000', '231533.350000', '231533.810000', '231534.270000', '231534.730000', '231535.190000', '231535.650000', '231536.110000', '231536.570000', '231537.030000', '231537.490000', '231537.950000', '231538.410000', '231538.870000', '231539.330000', '231539.790000', '231540.250000', '231540.710000', '231541.170000', '231541.630000', '231542.090000', '231542.550000', '231543.010000', '231543.470000', '231543.930000', '231544.390000', '231544.850000', '231545.310000', '231545.770000', '231546.230000', '231546.690000', '231547.150000', '231547.610000', '231548.070000', '231548.530000', '231548.990000', '231549.450000', '231549.910000', '231550.370000', '231550.830000', '231551.290000', '231551.750000', '231552.210000', '231552.670000', '231553.130000', '231553.590000', '231554.050000', '231554.510000', '231554.970000', '231555.430000', '231555.890000', '231556.350000', '231556.810000', '231557.270000', '231557.730000', '231558.190000', '231558.650000', '231559.110000', '231559.570000', '231600.030000', '231600.490000', '231600.950000', '231601.410000', '231601.870000', '231602.330000', '231602.790000', '231603.250000', '231603.710000', '231604.170000', '231604.630000', '231605.090000', '231605.550000', '231606.010000', '231606.470000', '231606.930000', '231607.390000', '231607.850000', '231608.310000', '231608.770000', '231609.230000', '231609.690000', '231610.150000', '231610.610000', '231611.070000', '231611.530000', '231611.990000', '231612.450000', '231612.910000', '231613.370000', '231613.830000', '231614.290000', '231614.750000', '231615.210000', '231615.670000', '231616.130000', '231616.590000', '231617.050000', '231617.510000', '231617.970000', '231618.430000', '231618.890000', '231619.350000', '231619.810000', '231620.270000', '231620.730000', '231621.190000', '231621.650000', '231622.110000', '231622.570000', '231623.030000', '231623.490000', '231623.950000', '231624.410000', '231624.870000', '231625.330000', '231625.790000', '231626.250000', '231626.710000', '231627.170000', '231627.630000', '231628.090000', '231628.550000', '231629.010000', '231629.470000', '231629.930000', '231630.390000', '231630.850000', '231631.310000', '231631.770000', '231632.230000', '231632.690000', '231633.150000', '231633.610000', '231634.070000', '231634.530000', '231634.990000', '231635.450000', '231635.910000', '231636.370000', '231636.830000', '231637.290000', '231637.750000', '231638.210000', '231638.670000', '231639.130000', '231639.590000', '231640.050000', '231640.510000', '231640.970000', '231641.430000', '231641.890000', '231642.350000', '231642.810000', '231643.270000', '231643.730000', '231644.190000', '231644.650000', '231645.110000', '231645.570000', '231646.030000', '231646.490000', '231646.950000', '231647.410000', '231647.870000', '231648.330000', '231648.790000', '231649.250000', '231649.710000', '231650.170000', '231650.630000', '231651.090000', '231651.550000', '231652.010000', '231652.470000', '231652.930000', '231653.390000', '231653.850000', '231654.310000', '231654.770000', '231655.230000', '231655.690000', '231656.150000', '231656.610000', '231657.070000', '231657.530000', '231657.990000', '231658.450000', '231658.910000', '231659.370000', '231659.830000', '231700.290000', '231700.750000', '231701.210000', '231701.670000', '231702.130000', '231702.590000', '231703.050000', '231703.510000', '231703.970000', '231704.430000', '231704.890000', '231705.350000', '231705.810000', '231706.270000', '231706.730000', '231707.190000', '231707.650000', '231708.110000', '231708.570000', '231709.030000', '231709.490000', '231709.950000', '231710.410000', '231710.870000', '231711.330000', '231711.790000', '231712.250000', '231712.710000', '231713.170000', '231713.630000', '231714.090000', '231714.550000', '231715.010000', '231715.470000', '231715.930000', '231716.390000', '231716.850000', '231717.310000', '231717.770000', '231718.230000', '231718.690000', '231719.150000', '231719.610000', '231720.070000', '231720.530000', '231720.990000', '231721.450000', '231721.910000', '231722.370000', '231722.830000', '231723.290000', '231723.750000', '231724.210000', '231724.670000', '231725.130000', '231725.590000', '231726.050000', '231726.510000', '231726.970000', '231727.430000', '231727.890000', '231728.350000', '231728.810000', '231729.270000', '231729.730000', '231730.190000', '231730.650000', '231731.110000', '231731.570000', '231732.030000', '231732.490000', '231732.950000', '231733.410000', '231733.870000', '231734.330000', '231734.790000', '231735.250000', '231735.710000', '231736.170000', '231736.630000', '231737.090000', '231737.550000', '231738.010000', '231738.470000', '231738.930000', '231739.390000', '231739.850000', '231740.310000', '231740.770000', '231741.230000', '231741.690000', '231742.150000', '231742.610000', '231743.070000', '231743.530000', '231743.990000', '231744.450000', '231744.910000', '231745.370000', '231745.830000', '231746.290000', '231746.750000', '231747.210000', '231747.670000', '231748.130000', '231748.590000', '231749.050000', '231749.510000', '231749.970000', '231750.430000', '231750.890000', '231751.350000', '231751.810000', '231752.270000', '231752.730000', '231753.190000', '231753.650000', '231754.110000', '231754.570000', '231755.030000', '231755.490000', '231755.950000', '231756.410000', '231756.870000', '231757.330000', '231757.790000', '231758.250000', '231758.710000', '231759.170000', '231759.630000', '231800.090000', '231800.550000', '231801.010000', '231801.470000', '231801.930000', '231802.390000', '231802.850000', '231803.310000', '231803.770000', '231804.230000', '231804.690000', '231805.150000', '231805.610000', '231806.070000', '231806.530000', '231806.990000', '231807.450000', '231807.910000', '231808.370000', '231808.830000', '231809.290000', '231809.750000', '231810.210000', '231810.670000', '231811.130000', '231811.590000', '231812.050000', '231812.510000', '231812.970000', '231813.430000', '231813.890000', '231814.350000', '231814.810000', '231815.270000', '231815.730000', '231816.190000', '231816.650000', '231817.110000', '231817.570000', '231818.030000', '231818.490000', '231818.950000', '231819.410000', '231819.870000', '231820.330000', '231820.790000', '231821.250000', '231821.710000', '231822.170000', '231822.630000', '231823.090000', '231823.550000', '231824.010000', '231824.470000', '231824.930000', '231825.390000', '231825.850000', '231826.310000', '231826.770000', '231827.230000', '231827.690000', '231828.150000', '231828.610000', '231829.070000', '231829.530000', '231829.990000', '231830.450000', '231830.910000', '231831.370000', '231831.830000', '231832.290000', '231832.750000', '231833.210000', '231833.670000', '231834.130000', '231834.590000', '231835.050000', '231835.510000', '231835.970000', '231836.430000', '231836.890000', '231837.350000', '231837.810000', '231838.270000', '231838.730000', '231839.190000', '231839.650000', '231840.110000', '231840.570000', '231841.030000', '231841.490000', '231841.950000', '231842.410000', '231842.870000', '231843.330000', '231843.790000', '231844.250000', '231844.710000', '231845.170000', '231845.630000', '231846.090000', '231846.550000', '231847.010000', '231847.470000', '231847.930000', '231848.390000', '231848.850000', '231849.310000', '231849.770000', '231850.230000', '231850.690000', '231851.150000', '231851.610000', '231852.070000', '231852.530000', '231852.990000', '231853.450000', '231853.910000', '231854.370000', '231854.830000', '231855.290000', '231855.750000', '231856.210000', '231856.670000', '231857.130000', '231857.590000', '231858.050000', '231858.510000', '231858.970000', '231859.430000', '231859.890000', '231900.350000', '231900.810000', '231901.270000', '231901.730000', '231902.190000', '231902.650000', '231903.110000', '231903.570000', '231904.030000', '231904.490000', '231904.950000', '231905.410000', '231905.870000', '231906.330000', '231906.790000', '231907.250000', '231907.710000', '231908.170000', '231908.630000', '231909.090000', '231909.550000', '231910.010000', '231910.470000', '231910.930000', '231911.390000', '231911.850000', '231912.310000', '231912.770000', '231913.230000', '231913.690000', '231914.150000', '231914.610000', '231915.070000', '231915.530000', '231915.990000', '231916.450000', '231916.910000', '231917.370000', '231917.830000', '231918.290000', '231918.750000', '231919.210000', '231919.670000', '231920.130000', '231920.590000', '231921.050000', '231921.510000', '231921.970000', '231922.430000', '231922.890000', '231923.350000', '231923.810000', '231924.270000', '231924.730000', '231925.190000', '231925.650000', '231926.110000', '231926.570000', '231927.030000', '231927.490000', '231927.950000', '231928.410000', '231928.870000', '231929.330000', '231929.790000', '231930.250000', '231930.710000', '231931.170000', '231931.630000', '231932.090000', '231932.550000', '231933.010000', '231933.470000', '231933.930000', '231934.390000', '231934.850000', '231935.310000', '231935.770000', '231936.230000', '231936.690000', '231937.150000', '231937.610000', '231938.070000', '231938.530000', '231938.990000', '231939.450000', '231939.910000', '231940.370000', '231940.830000', '231941.290000', '231941.750000', '231942.210000', '231942.670000', '231943.130000', '231943.590000', '231944.050000', '231944.510000', '231944.970000'], 'ContentTime': ['231121.007000', '231121.010000', '231121.014000', '231121.016000', '231121.019000', '231121.022000', '231121.025000', '231121.027000', '231121.030000', '231121.032000', '231121.035000', '231121.038000', '231121.040000', '231121.080000', '231121.083000', '231121.085000', '231121.088000', '231121.096000', '231121.099000', '231121.101000', '231121.104000', '231121.106000', '231121.109000', '231121.112000', '231121.114000', '231121.117000', '231121.119000', '231121.122000', '231121.125000', '231121.127000', '231121.130000', '231121.132000', '231121.135000', '231121.137000', '231121.140000', '231121.143000', '231121.145000', '231121.148000', '231121.150000', '231121.153000', '231121.164000', '231121.167000', '231121.169000', '231121.172000', '231121.175000', '231121.177000', '231121.180000', '231121.182000', '231121.185000', '231121.187000', '231121.190000', '231121.193000', '231121.196000', '231121.198000', '231121.201000', '231121.203000', '231121.206000', '231121.209000', '231121.211000', '231121.214000', '231140.973000', '231140.976000', '231140.979000', '231140.982000', '231140.984000', '231140.987000', '231140.989000', '231140.992000', '231140.995000', '231140.997000', '231141.001000', '231141.003000', '231141.006000', '231141.008000', '231141.011000', '231141.014000', '231141.016000', '231141.019000', '231141.021000', '231141.024000', '231141.027000', '231141.029000', '231141.032000', '231141.034000', '231141.037000', '231141.040000', '231141.042000', '231141.045000', '231141.047000', '231141.050000', '231141.053000', '231141.056000', '231141.058000', '231141.061000', '231141.063000', '231141.066000', '231141.068000', '231141.071000', '231141.074000', '231141.076000', '231141.079000', '231141.081000', '231141.084000', '231200.973000', '231200.976000', '231200.979000', '231200.982000', '231200.985000', '231200.987000', '231200.990000', '231200.992000', '231201.002000', '231201.004000', '231201.007000', '231201.009000', '231201.012000', '231201.015000', '231201.018000', '231201.020000', '231201.023000', '231201.025000', '231201.028000', '231201.031000', '231201.033000', '231201.036000', '231201.039000', '231201.041000', '231201.044000', '231201.046000', '231201.049000', '231201.051000', '231201.054000', '231201.057000', '231201.059000', '231201.062000', '231201.064000', '231201.067000', '231201.070000', '231201.072000', '231201.075000', '231201.077000', '231201.080000', '231201.082000', '231201.085000', '231201.088000', '231201.090000', '231201.093000', '231220.973000', '231220.976000', '231220.979000', '231220.982000', '231220.984000', '231220.987000', '231220.990000', '231220.992000', '231220.995000', '231220.997000', '231221.004000', '231221.007000', '231221.009000', '231221.012000', '231221.015000', '231221.018000', '231221.020000', '231221.023000', '231221.025000', '231221.028000', '231221.031000', '231221.033000', '231221.036000', '231221.039000', '231221.041000', '231221.044000', '231221.046000', '231221.049000', '231221.052000', '231221.054000', '231221.057000', '231221.059000', '231221.062000', '231221.064000', '231221.067000', '231221.070000', '231221.072000', '231221.075000', '231221.078000', '231221.080000', '231221.083000', '231221.085000', '231221.088000', '231240.973000', '231240.976000', '231240.979000', '231240.982000', '231240.984000', '231240.987000', '231240.989000', '231240.992000', '231240.995000', '231240.997000', '231241.001000', '231241.008000', '231241.011000', '231241.013000', '231241.016000', '231241.019000', '231241.021000', '231241.024000', '231241.027000', '231241.029000', '231241.032000', '231241.034000', '231241.037000', '231241.040000', '231241.042000', '231241.045000', '231241.048000', '231241.050000', '231241.053000', '231241.056000', '231241.058000', '231241.061000', '231241.063000', '231241.066000', '231241.069000', '231241.072000', '231241.087000', '231241.089000', '231241.092000', '231241.095000', '231241.097000', '231241.100000', '231241.102000', '231241.105000', '231300.974000', '231300.976000', '231300.979000', '231300.982000', '231300.984000', '231300.987000', '231300.990000', '231300.992000', '231300.995000', '231300.997000', '231301.001000', '231301.004000', '231301.006000', '231301.009000', '231301.012000', '231301.014000', '231301.025000', '231301.027000', '231301.030000', '231301.032000', '231301.035000', '231301.038000', '231301.040000', '231301.043000', '231301.045000', '231301.048000', '231301.051000', '231301.053000', '231301.056000', '231301.059000', '231301.061000', '231301.064000', '231301.066000', '231301.069000', '231301.072000', '231301.074000', '231301.077000', '231301.079000', '231301.082000', '231301.085000', '231301.087000', '231301.090000', '231301.092000', '231320.973000', '231320.976000', '231320.979000', '231320.982000', '231320.984000', '231320.987000', '231320.990000', '231320.992000', '231320.995000', '231320.998000', '231321.001000', '231321.004000', '231321.007000', '231321.009000', '231321.013000', '231321.016000', '231321.018000', '231321.021000', '231321.024000', '231321.026000', '231321.029000', '231321.031000', '231321.034000', '231321.037000', '231321.039000', '231321.042000', '231321.044000', '231321.047000', '231321.049000', '231321.052000', '231321.055000', '231321.058000', '231321.060000', '231321.063000', '231321.066000', '231321.068000', '231321.071000', '231321.073000', '231321.076000', '231321.079000', '231321.081000', '231321.084000', '231321.087000', '231340.974000', '231340.977000', '231340.980000', '231340.982000', '231340.985000', '231340.988000', '231340.991000', '231340.993000', '231340.996000', '231341.000000', '231341.002000', '231341.005000', '231341.007000', '231341.010000', '231341.013000', '231341.016000', '231341.018000', '231341.021000', '231341.023000', '231341.026000', '231341.029000', '231341.031000', '231341.034000', '231341.036000', '231341.039000', '231341.042000', '231341.044000', '231341.047000', '231341.049000', '231341.052000', '231341.055000', '231341.057000', '231341.060000', '231341.062000', '231341.065000', '231341.068000', '231341.070000', '231341.073000', '231341.076000', '231341.078000', '231341.081000', '231341.084000', '231341.087000', '231341.089000', '231400.973000', '231400.976000', '231400.979000', '231400.982000', '231400.984000', '231400.987000', '231400.989000', '231400.992000', '231400.995000', '231400.998000', '231401.003000', '231401.006000', '231401.008000', '231401.011000', '231401.014000', '231401.016000', '231401.019000', '231401.022000', '231401.024000', '231401.027000', '231401.029000', '231401.032000', '231401.035000', '231401.038000', '231401.041000', '231401.050000', '231401.053000', '231401.056000', '231401.058000', '231401.061000', '231401.064000', '231401.067000', '231401.069000', '231401.072000', '231401.074000', '231401.077000', '231401.080000', '231401.082000', '231401.085000', '231401.087000', '231401.090000', '231401.093000', '231401.095000', '231420.973000', '231420.976000', '231420.979000', '231420.982000', '231420.985000', '231420.987000', '231420.990000', '231420.992000', '231420.995000', '231420.998000', '231421.001000', '231421.004000', '231421.007000', '231421.009000', '231421.012000', '231421.014000', '231421.017000', '231421.020000', '231421.034000', '231421.041000', '231421.044000', '231421.047000', '231421.049000', '231421.052000', '231421.055000', '231421.057000', '231421.060000', '231421.062000', '231421.065000', '231421.068000', '231421.070000', '231421.073000', '231421.076000', '231421.078000', '231421.081000', '231421.084000', '231421.086000', '231421.089000', '231421.092000', '231421.094000', '231421.097000', '231421.099000', '231421.102000', '231421.105000', '231440.974000', '231440.976000', '231440.979000', '231440.982000', '231440.984000', '231440.987000', '231440.989000', '231440.992000', '231440.995000', '231440.997000', '231441.001000', '231441.004000', '231441.006000', '231441.009000', '231441.012000', '231441.014000', '231441.017000', '231441.020000', '231441.022000', '231441.025000', '231441.037000', '231441.039000', '231441.042000', '231441.044000', '231441.047000', '231441.050000', '231441.052000', '231441.055000', '231441.058000', '231441.060000', '231441.063000', '231441.066000', '231441.068000', '231441.071000', '231441.073000', '231441.076000', '231441.079000', '231441.081000', '231441.084000', '231441.086000', '231441.089000', '231441.092000', '231441.094000', '231500.973000', '231500.976000', '231500.979000', '231500.982000', '231500.985000', '231500.987000', '231500.990000', '231500.992000', '231500.995000', '231500.998000', '231501.001000', '231501.004000', '231501.007000', '231501.009000', '231501.012000', '231501.015000', '231501.017000', '231501.020000', '231501.022000', '231501.025000', '231501.028000', '231501.030000', '231501.033000', '231501.036000', '231501.038000', '231501.041000', '231501.043000', '231501.046000', '231501.049000', '231501.051000', '231501.054000', '231501.057000', '231501.059000', '231501.062000', '231501.064000', '231501.067000', '231501.070000', '231501.072000', '231501.075000', '231501.078000', '231501.080000', '231501.083000', '231501.085000', '231501.088000', '231520.973000', '231520.976000', '231520.979000', '231520.982000', '231520.984000', '231520.987000', '231520.990000', '231520.992000', '231520.995000', '231520.998000', '231521.001000', '231521.004000', '231521.007000', '231521.009000', '231521.012000', '231521.015000', '231521.017000', '231521.020000', '231521.022000', '231521.025000', '231521.028000', '231521.030000', '231521.033000', '231521.035000', '231521.039000', '231521.042000', '231521.045000', '231521.048000', '231521.050000', '231521.053000', '231521.055000', '231521.058000', '231521.061000', '231521.063000', '231521.066000', '231521.069000', '231521.071000', '231521.074000', '231521.076000', '231521.079000', '231521.082000', '231521.084000', '231521.087000', '231540.974000', '231540.976000', '231540.979000', '231540.982000', '231540.985000', '231540.987000', '231540.990000', '231540.993000', '231540.995000', '231540.998000', '231541.001000', '231541.004000', '231541.007000', '231541.009000', '231541.012000', '231541.015000', '231541.017000', '231541.020000', '231541.023000', '231541.025000', '231541.028000', '231541.030000', '231541.033000', '231541.036000', '231541.038000', '231541.041000', '231541.044000', '231541.046000', '231541.049000', '231541.051000', '231541.054000', '231541.057000', '231541.059000', '231541.062000', '231541.065000', '231541.067000', '231541.070000', '231541.072000', '231541.075000', '231541.078000', '231541.080000', '231541.083000', '231541.108000', '231541.111000', '231600.973000', '231600.976000', '231600.979000', '231600.982000', '231600.985000', '231600.987000', '231600.990000', '231600.993000', '231600.996000', '231600.998000', '231601.002000', '231601.004000', '231601.007000', '231601.010000', '231601.013000', '231601.015000', '231601.018000', '231601.020000', '231601.023000', '231601.026000', '231601.028000', '231601.031000', '231601.034000', '231601.036000', '231601.039000', '231601.041000', '231601.044000', '231601.047000', '231601.049000', '231601.052000', '231601.055000', '231601.057000', '231601.060000', '231601.062000', '231601.065000', '231601.068000', '231601.070000', '231601.073000', '231601.075000', '231601.078000', '231601.081000', '231601.083000', '231601.086000', '231620.973000', '231620.977000', '231620.979000', '231620.982000', '231620.985000', '231620.987000', '231620.990000', '231620.993000', '231620.997000', '231621.001000', '231621.004000', '231621.006000', '231621.009000', '231621.012000', '231621.014000', '231621.017000', '231621.019000', '231621.022000', '231621.025000', '231621.027000', '231621.030000', '231621.032000', '231621.035000', '231621.038000', '231621.040000', '231621.043000', '231621.045000', '231621.048000', '231621.051000', '231621.053000', '231621.056000', '231621.058000', '231621.061000', '231621.064000', '231621.066000', '231621.069000', '231621.071000', '231621.074000', '231621.077000', '231621.079000', '231621.082000', '231621.085000', '231621.087000', '231621.090000', '231640.974000', '231640.977000', '231640.979000', '231640.982000', '231640.985000', '231640.987000', '231640.990000', '231640.993000', '231640.995000', '231640.998000', '231641.001000', '231641.004000', '231641.007000', '231641.009000', '231641.012000', '231641.014000', '231641.017000', '231641.020000', '231641.022000', '231641.025000', '231641.028000', '231641.030000', '231641.035000', '231641.037000', '231641.040000', '231641.043000', '231641.045000', '231641.048000', '231641.050000', '231641.053000', '231641.056000', '231641.058000', '231641.061000', '231641.064000', '231641.066000', '231641.069000', '231641.071000', '231641.074000', '231641.077000', '231641.080000', '231641.083000', '231641.086000', '231641.089000', '231700.974000', '231700.976000', '231700.979000', '231700.982000', '231700.985000', '231700.987000', '231700.990000', '231700.992000', '231700.995000', '231700.998000', '231701.001000', '231701.004000', '231701.007000', '231701.009000', '231701.012000', '231701.014000', '231701.017000', '231701.020000', '231701.022000', '231701.025000', '231701.028000', '231701.030000', '231701.033000', '231701.035000', '231701.038000', '231701.041000', '231701.043000', '231701.046000', '231701.049000', '231701.051000', '231701.054000', '231701.056000', '231701.059000', '231701.062000', '231701.064000', '231701.067000', '231701.069000', '231701.072000', '231701.074000', '231701.077000', '231701.080000', '231701.082000', '231701.085000', '231701.087000', '231720.974000', '231720.977000', '231720.979000', '231720.982000', '231720.985000', '231720.987000', '231720.990000', '231720.992000', '231720.995000', '231721.010000', '231721.012000', '231721.015000', '231721.018000', '231721.020000', '231721.023000', '231721.025000', '231721.028000', '231721.031000', '231721.034000', '231721.036000', '231721.039000', '231721.043000', '231721.046000', '231721.048000', '231721.051000', '231721.053000', '231721.056000', '231721.059000', '231721.061000', '231721.064000', '231721.067000', '231721.069000', '231721.072000', '231721.075000', '231721.077000', '231721.080000', '231721.082000', '231721.085000', '231721.088000', '231721.090000', '231721.093000', '231721.095000', '231721.098000', '231740.974000', '231740.976000', '231740.979000', '231740.982000', '231740.985000', '231740.987000', '231740.990000', '231740.992000', '231740.995000', '231740.998000', '231741.001000', '231741.004000', '231741.006000', '231741.009000', '231741.012000', '231741.014000', '231741.017000', '231741.019000', '231741.022000', '231741.025000', '231741.027000', '231741.030000', '231741.032000', '231741.035000', '231741.038000', '231741.040000', '231741.043000', '231741.046000', '231741.048000', '231741.051000', '231741.053000', '231741.056000', '231741.059000', '231741.061000', '231741.064000', '231741.067000', '231741.069000', '231741.072000', '231741.074000', '231741.077000', '231741.080000', '231741.082000', '231741.085000', '231741.088000', '231800.973000', '231800.977000', '231800.979000', '231800.982000', '231800.985000', '231800.987000', '231800.990000', '231800.992000', '231800.995000', '231800.998000', '231801.001000', '231801.004000', '231801.006000', '231801.009000', '231801.012000', '231801.014000', '231801.017000', '231801.020000', '231801.022000', '231801.025000', '231801.027000', '231801.030000', '231801.033000', '231801.035000', '231801.038000', '231801.040000', '231801.043000', '231801.046000', '231801.048000', '231801.051000', '231801.053000', '231801.056000', '231801.059000', '231801.061000', '231801.064000', '231801.066000', '231801.069000', '231801.072000', '231801.074000', '231801.077000', '231801.079000', '231801.082000', '231801.085000', '231820.973000', '231820.976000', '231820.979000', '231820.982000', '231820.985000', '231820.987000', '231820.990000', '231820.993000', '231820.995000', '231820.998000', '231821.001000', '231821.004000', '231821.007000', '231821.009000', '231821.012000', '231821.014000', '231821.017000', '231821.020000', '231821.022000', '231821.025000', '231821.027000', '231821.030000', '231821.033000', '231821.035000', '231821.038000', '231821.040000', '231821.043000', '231821.046000', '231821.048000', '231821.051000', '231821.054000', '231821.056000', '231821.059000', '231821.061000', '231821.064000', '231821.067000', '231821.069000', '231821.072000', '231821.074000', '231821.077000', '231821.080000', '231821.082000', '231821.085000', '231821.088000', '231840.974000', '231840.976000', '231840.979000', '231840.982000', '231840.984000', '231840.987000', '231841.015000', '231841.018000', '231841.020000', '231841.023000', '231841.026000', '231841.028000', '231841.031000', '231841.033000', '231841.036000', '231841.039000', '231841.046000', '231841.048000', '231841.051000', '231841.053000', '231841.056000', '231841.059000', '231841.061000', '231841.064000', '231841.067000', '231841.069000', '231841.072000', '231841.075000', '231841.077000', '231841.080000', '231841.082000', '231841.085000', '231841.088000', '231841.090000', '231841.093000', '231841.095000', '231841.098000', '231841.101000', '231841.103000', '231841.106000', '231841.109000', '231841.111000', '231841.114000', '231900.974000', '231900.977000', '231900.979000', '231900.982000', '231900.985000', '231900.987000', '231900.990000', '231900.992000', '231900.995000', '231900.998000', '231901.010000', '231901.013000', '231901.016000', '231901.018000', '231901.021000', '231901.024000', '231901.026000', '231901.029000', '231901.031000', '231901.034000', '231901.037000', '231901.039000', '231901.042000', '231901.044000', '231901.047000', '231901.050000', '231901.052000', '231901.055000', '231901.057000', '231901.060000', '231901.063000', '231901.065000', '231901.068000', '231901.071000', '231901.073000', '231901.076000', '231901.078000', '231901.081000', '231901.084000', '231901.086000', '231901.089000', '231901.091000', '231901.094000', '231901.097000', '231920.973000', '231920.976000', '231920.979000', '231920.982000', '231920.984000', '231920.987000', '231920.990000', '231920.992000', '231920.995000', '231920.998000', '231921.001000', '231921.004000', '231921.006000', '231921.009000', '231921.012000', '231921.014000', '231921.017000', '231921.020000', '231921.022000', '231921.025000', '231921.028000', '231921.030000', '231921.033000', '231921.035000', '231921.041000', '231921.044000', '231921.046000', '231921.049000', '231921.052000', '231921.054000', '231921.057000', '231921.059000', '231921.062000', '231921.065000', '231921.067000', '231921.070000', '231921.073000', '231921.075000', '231921.078000', '231921.080000', '231921.083000', '231921.086000', '231921.088000', '231940.973000', '231940.976000', '231940.979000', '231940.982000', '231940.984000', '231940.987000', '231940.990000', '231940.992000', '231940.995000', '231940.998000', '231941.001000', '231941.004000', '231941.006000', '231941.009000', '231941.012000', '231941.014000', '231941.017000', '231941.020000', '231941.022000', '231941.025000', '231941.028000', '231941.030000', '231941.033000', '231941.035000', '231941.038000', '231941.041000', '231941.043000', '231941.046000', '231941.048000', '231941.051000', '231941.054000', '231941.056000', '231941.059000', '231941.061000', '231941.064000', '231941.067000', '231941.069000', '231941.072000', '231941.074000', '231941.077000', '231941.080000', '231941.082000', '231941.085000', '231941.087000', '231945.992000', '231945.995000', '231945.998000', '231946.001000', '231946.004000', '231946.006000', '231946.009000', '231946.012000', '231946.014000', '231946.017000', '231946.020000'], 'InstanceCreationTime': ['231121.007000', '231121.010000', '231121.014000', '231121.016000', '231121.019000', '231121.022000', '231121.025000', '231121.027000', '231121.030000', '231121.032000', '231121.035000', '231121.038000', '231121.040000', '231121.080000', '231121.083000', '231121.085000', '231121.088000', '231121.096000', '231121.099000', '231121.101000', '231121.104000', '231121.106000', '231121.109000', '231121.112000', '231121.114000', '231121.117000', '231121.119000', '231121.122000', '231121.125000', '231121.127000', '231121.130000', '231121.132000', '231121.135000', '231121.137000', '231121.140000', '231121.143000', '231121.145000', '231121.148000', '231121.150000', '231121.153000', '231121.164000', '231121.167000', '231121.169000', '231121.172000', '231121.175000', '231121.177000', '231121.180000', '231121.182000', '231121.185000', '231121.187000', '231121.190000', '231121.193000', '231121.196000', '231121.198000', '231121.201000', '231121.203000', '231121.206000', '231121.209000', '231121.211000', '231121.214000', '231140.973000', '231140.976000', '231140.979000', '231140.982000', '231140.984000', '231140.987000', '231140.989000', '231140.992000', '231140.995000', '231140.997000', '231141.001000', '231141.003000', '231141.006000', '231141.008000', '231141.011000', '231141.014000', '231141.016000', '231141.019000', '231141.021000', '231141.024000', '231141.027000', '231141.029000', '231141.032000', '231141.034000', '231141.037000', '231141.040000', '231141.042000', '231141.045000', '231141.047000', '231141.050000', '231141.053000', '231141.056000', '231141.058000', '231141.061000', '231141.063000', '231141.066000', '231141.068000', '231141.071000', '231141.074000', '231141.076000', '231141.079000', '231141.081000', '231141.084000', '231200.973000', '231200.976000', '231200.979000', '231200.982000', '231200.985000', '231200.987000', '231200.990000', '231200.992000', '231201.002000', '231201.004000', '231201.007000', '231201.009000', '231201.012000', '231201.015000', '231201.018000', '231201.020000', '231201.023000', '231201.025000', '231201.028000', '231201.031000', '231201.033000', '231201.036000', '231201.039000', '231201.041000', '231201.044000', '231201.046000', '231201.049000', '231201.051000', '231201.054000', '231201.057000', '231201.059000', '231201.062000', '231201.064000', '231201.067000', '231201.070000', '231201.072000', '231201.075000', '231201.077000', '231201.080000', '231201.082000', '231201.085000', '231201.088000', '231201.090000', '231201.093000', '231220.973000', '231220.976000', '231220.979000', '231220.982000', '231220.984000', '231220.987000', '231220.990000', '231220.992000', '231220.995000', '231220.997000', '231221.004000', '231221.007000', '231221.009000', '231221.012000', '231221.015000', '231221.018000', '231221.020000', '231221.023000', '231221.025000', '231221.028000', '231221.031000', '231221.033000', '231221.036000', '231221.039000', '231221.041000', '231221.044000', '231221.046000', '231221.049000', '231221.052000', '231221.054000', '231221.057000', '231221.059000', '231221.062000', '231221.064000', '231221.067000', '231221.070000', '231221.072000', '231221.075000', '231221.078000', '231221.080000', '231221.083000', '231221.085000', '231221.088000', '231240.973000', '231240.976000', '231240.979000', '231240.982000', '231240.984000', '231240.987000', '231240.989000', '231240.992000', '231240.995000', '231240.997000', '231241.001000', '231241.008000', '231241.011000', '231241.013000', '231241.016000', '231241.019000', '231241.021000', '231241.024000', '231241.027000', '231241.029000', '231241.032000', '231241.034000', '231241.037000', '231241.040000', '231241.042000', '231241.045000', '231241.048000', '231241.050000', '231241.053000', '231241.056000', '231241.058000', '231241.061000', '231241.063000', '231241.066000', '231241.069000', '231241.072000', '231241.087000', '231241.089000', '231241.092000', '231241.095000', '231241.097000', '231241.100000', '231241.102000', '231241.105000', '231300.974000', '231300.976000', '231300.979000', '231300.982000', '231300.984000', '231300.987000', '231300.990000', '231300.992000', '231300.995000', '231300.997000', '231301.001000', '231301.004000', '231301.006000', '231301.009000', '231301.012000', '231301.014000', '231301.025000', '231301.027000', '231301.030000', '231301.032000', '231301.035000', '231301.038000', '231301.040000', '231301.043000', '231301.045000', '231301.048000', '231301.051000', '231301.053000', '231301.056000', '231301.059000', '231301.061000', '231301.064000', '231301.066000', '231301.069000', '231301.072000', '231301.074000', '231301.077000', '231301.079000', '231301.082000', '231301.085000', '231301.087000', '231301.090000', '231301.092000', '231320.973000', '231320.976000', '231320.979000', '231320.982000', '231320.984000', '231320.987000', '231320.990000', '231320.992000', '231320.995000', '231320.998000', '231321.001000', '231321.004000', '231321.007000', '231321.009000', '231321.013000', '231321.016000', '231321.018000', '231321.021000', '231321.024000', '231321.026000', '231321.029000', '231321.031000', '231321.034000', '231321.037000', '231321.039000', '231321.042000', '231321.044000', '231321.047000', '231321.049000', '231321.052000', '231321.055000', '231321.058000', '231321.060000', '231321.063000', '231321.066000', '231321.068000', '231321.071000', '231321.073000', '231321.076000', '231321.079000', '231321.081000', '231321.084000', '231321.087000', '231340.974000', '231340.977000', '231340.980000', '231340.982000', '231340.985000', '231340.988000', '231340.991000', '231340.993000', '231340.996000', '231341.000000', '231341.002000', '231341.005000', '231341.007000', '231341.010000', '231341.013000', '231341.016000', '231341.018000', '231341.021000', '231341.023000', '231341.026000', '231341.029000', '231341.031000', '231341.034000', '231341.036000', '231341.039000', '231341.042000', '231341.044000', '231341.047000', '231341.049000', '231341.052000', '231341.055000', '231341.057000', '231341.060000', '231341.062000', '231341.065000', '231341.068000', '231341.070000', '231341.073000', '231341.076000', '231341.078000', '231341.081000', '231341.084000', '231341.087000', '231341.089000', '231400.973000', '231400.976000', '231400.979000', '231400.982000', '231400.984000', '231400.987000', '231400.989000', '231400.992000', '231400.995000', '231400.998000', '231401.003000', '231401.006000', '231401.008000', '231401.011000', '231401.014000', '231401.016000', '231401.019000', '231401.022000', '231401.024000', '231401.027000', '231401.029000', '231401.032000', '231401.035000', '231401.038000', '231401.041000', '231401.050000', '231401.053000', '231401.056000', '231401.058000', '231401.061000', '231401.064000', '231401.067000', '231401.069000', '231401.072000', '231401.074000', '231401.077000', '231401.080000', '231401.082000', '231401.085000', '231401.087000', '231401.090000', '231401.093000', '231401.095000', '231420.973000', '231420.976000', '231420.979000', '231420.982000', '231420.985000', '231420.987000', '231420.990000', '231420.992000', '231420.995000', '231420.998000', '231421.001000', '231421.004000', '231421.007000', '231421.009000', '231421.012000', '231421.014000', '231421.017000', '231421.020000', '231421.034000', '231421.041000', '231421.044000', '231421.047000', '231421.049000', '231421.052000', '231421.055000', '231421.057000', '231421.060000', '231421.062000', '231421.065000', '231421.068000', '231421.070000', '231421.073000', '231421.076000', '231421.078000', '231421.081000', '231421.084000', '231421.086000', '231421.089000', '231421.092000', '231421.094000', '231421.097000', '231421.099000', '231421.102000', '231421.105000', '231440.974000', '231440.976000', '231440.979000', '231440.982000', '231440.984000', '231440.987000', '231440.989000', '231440.992000', '231440.995000', '231440.997000', '231441.001000', '231441.004000', '231441.006000', '231441.009000', '231441.012000', '231441.014000', '231441.017000', '231441.020000', '231441.022000', '231441.025000', '231441.037000', '231441.039000', '231441.042000', '231441.044000', '231441.047000', '231441.050000', '231441.052000', '231441.055000', '231441.058000', '231441.060000', '231441.063000', '231441.066000', '231441.068000', '231441.071000', '231441.073000', '231441.076000', '231441.079000', '231441.081000', '231441.084000', '231441.086000', '231441.089000', '231441.092000', '231441.094000', '231500.973000', '231500.976000', '231500.979000', '231500.982000', '231500.985000', '231500.987000', '231500.990000', '231500.992000', '231500.995000', '231500.998000', '231501.001000', '231501.004000', '231501.007000', '231501.009000', '231501.012000', '231501.015000', '231501.017000', '231501.020000', '231501.022000', '231501.025000', '231501.028000', '231501.030000', '231501.033000', '231501.036000', '231501.038000', '231501.041000', '231501.043000', '231501.046000', '231501.049000', '231501.051000', '231501.054000', '231501.057000', '231501.059000', '231501.062000', '231501.064000', '231501.067000', '231501.070000', '231501.072000', '231501.075000', '231501.078000', '231501.080000', '231501.083000', '231501.085000', '231501.088000', '231520.973000', '231520.976000', '231520.979000', '231520.982000', '231520.984000', '231520.987000', '231520.990000', '231520.992000', '231520.995000', '231520.998000', '231521.001000', '231521.004000', '231521.007000', '231521.009000', '231521.012000', '231521.015000', '231521.017000', '231521.020000', '231521.022000', '231521.025000', '231521.028000', '231521.030000', '231521.033000', '231521.035000', '231521.039000', '231521.042000', '231521.045000', '231521.048000', '231521.050000', '231521.053000', '231521.055000', '231521.058000', '231521.061000', '231521.063000', '231521.066000', '231521.069000', '231521.071000', '231521.074000', '231521.076000', '231521.079000', '231521.082000', '231521.084000', '231521.087000', '231540.974000', '231540.976000', '231540.979000', '231540.982000', '231540.985000', '231540.987000', '231540.990000', '231540.993000', '231540.995000', '231540.998000', '231541.001000', '231541.004000', '231541.007000', '231541.009000', '231541.012000', '231541.015000', '231541.017000', '231541.020000', '231541.023000', '231541.025000', '231541.028000', '231541.030000', '231541.033000', '231541.036000', '231541.038000', '231541.041000', '231541.044000', '231541.046000', '231541.049000', '231541.051000', '231541.054000', '231541.057000', '231541.059000', '231541.062000', '231541.065000', '231541.067000', '231541.070000', '231541.072000', '231541.075000', '231541.078000', '231541.080000', '231541.083000', '231541.108000', '231541.111000', '231600.973000', '231600.976000', '231600.979000', '231600.982000', '231600.985000', '231600.987000', '231600.990000', '231600.993000', '231600.996000', '231600.998000', '231601.002000', '231601.004000', '231601.007000', '231601.010000', '231601.013000', '231601.015000', '231601.018000', '231601.020000', '231601.023000', '231601.026000', '231601.028000', '231601.031000', '231601.034000', '231601.036000', '231601.039000', '231601.041000', '231601.044000', '231601.047000', '231601.049000', '231601.052000', '231601.055000', '231601.057000', '231601.060000', '231601.062000', '231601.065000', '231601.068000', '231601.070000', '231601.073000', '231601.075000', '231601.078000', '231601.081000', '231601.083000', '231601.086000', '231620.973000', '231620.977000', '231620.979000', '231620.982000', '231620.985000', '231620.987000', '231620.990000', '231620.993000', '231620.997000', '231621.001000', '231621.004000', '231621.006000', '231621.009000', '231621.012000', '231621.014000', '231621.017000', '231621.019000', '231621.022000', '231621.025000', '231621.027000', '231621.030000', '231621.032000', '231621.035000', '231621.038000', '231621.040000', '231621.043000', '231621.045000', '231621.048000', '231621.051000', '231621.053000', '231621.056000', '231621.058000', '231621.061000', '231621.064000', '231621.066000', '231621.069000', '231621.071000', '231621.074000', '231621.077000', '231621.079000', '231621.082000', '231621.085000', '231621.087000', '231621.090000', '231640.974000', '231640.977000', '231640.979000', '231640.982000', '231640.985000', '231640.987000', '231640.990000', '231640.993000', '231640.995000', '231640.998000', '231641.001000', '231641.004000', '231641.007000', '231641.009000', '231641.012000', '231641.014000', '231641.017000', '231641.020000', '231641.022000', '231641.025000', '231641.028000', '231641.030000', '231641.035000', '231641.037000', '231641.040000', '231641.043000', '231641.045000', '231641.048000', '231641.050000', '231641.053000', '231641.056000', '231641.058000', '231641.061000', '231641.064000', '231641.066000', '231641.069000', '231641.071000', '231641.074000', '231641.077000', '231641.080000', '231641.083000', '231641.086000', '231641.089000', '231700.974000', '231700.976000', '231700.979000', '231700.982000', '231700.985000', '231700.987000', '231700.990000', '231700.992000', '231700.995000', '231700.998000', '231701.001000', '231701.004000', '231701.007000', '231701.009000', '231701.012000', '231701.014000', '231701.017000', '231701.020000', '231701.022000', '231701.025000', '231701.028000', '231701.030000', '231701.033000', '231701.035000', '231701.038000', '231701.041000', '231701.043000', '231701.046000', '231701.049000', '231701.051000', '231701.054000', '231701.056000', '231701.059000', '231701.062000', '231701.064000', '231701.067000', '231701.069000', '231701.072000', '231701.074000', '231701.077000', '231701.080000', '231701.082000', '231701.085000', '231701.087000', '231720.974000', '231720.977000', '231720.979000', '231720.982000', '231720.985000', '231720.987000', '231720.990000', '231720.992000', '231720.995000', '231721.010000', '231721.012000', '231721.015000', '231721.018000', '231721.020000', '231721.023000', '231721.025000', '231721.028000', '231721.031000', '231721.034000', '231721.036000', '231721.039000', '231721.043000', '231721.046000', '231721.048000', '231721.051000', '231721.053000', '231721.056000', '231721.059000', '231721.061000', '231721.064000', '231721.067000', '231721.069000', '231721.072000', '231721.075000', '231721.077000', '231721.080000', '231721.082000', '231721.085000', '231721.088000', '231721.090000', '231721.093000', '231721.095000', '231721.098000', '231740.974000', '231740.976000', '231740.979000', '231740.982000', '231740.985000', '231740.987000', '231740.990000', '231740.992000', '231740.995000', '231740.998000', '231741.001000', '231741.004000', '231741.006000', '231741.009000', '231741.012000', '231741.014000', '231741.017000', '231741.019000', '231741.022000', '231741.025000', '231741.027000', '231741.030000', '231741.032000', '231741.035000', '231741.038000', '231741.040000', '231741.043000', '231741.046000', '231741.048000', '231741.051000', '231741.053000', '231741.056000', '231741.059000', '231741.061000', '231741.064000', '231741.067000', '231741.069000', '231741.072000', '231741.074000', '231741.077000', '231741.080000', '231741.082000', '231741.085000', '231741.088000', '231800.973000', '231800.977000', '231800.979000', '231800.982000', '231800.985000', '231800.987000', '231800.990000', '231800.992000', '231800.995000', '231800.998000', '231801.001000', '231801.004000', '231801.006000', '231801.009000', '231801.012000', '231801.014000', '231801.017000', '231801.020000', '231801.022000', '231801.025000', '231801.027000', '231801.030000', '231801.033000', '231801.035000', '231801.038000', '231801.040000', '231801.043000', '231801.046000', '231801.048000', '231801.051000', '231801.053000', '231801.056000', '231801.059000', '231801.061000', '231801.064000', '231801.066000', '231801.069000', '231801.072000', '231801.074000', '231801.077000', '231801.079000', '231801.082000', '231801.085000', '231820.973000', '231820.976000', '231820.979000', '231820.982000', '231820.985000', '231820.987000', '231820.990000', '231820.993000', '231820.995000', '231820.998000', '231821.001000', '231821.004000', '231821.007000', '231821.009000', '231821.012000', '231821.014000', '231821.017000', '231821.020000', '231821.022000', '231821.025000', '231821.027000', '231821.030000', '231821.033000', '231821.035000', '231821.038000', '231821.040000', '231821.043000', '231821.046000', '231821.048000', '231821.051000', '231821.054000', '231821.056000', '231821.059000', '231821.061000', '231821.064000', '231821.067000', '231821.069000', '231821.072000', '231821.074000', '231821.077000', '231821.080000', '231821.082000', '231821.085000', '231821.088000', '231840.974000', '231840.976000', '231840.979000', '231840.982000', '231840.984000', '231840.987000', '231841.015000', '231841.018000', '231841.020000', '231841.023000', '231841.026000', '231841.028000', '231841.031000', '231841.033000', '231841.036000', '231841.039000', '231841.046000', '231841.048000', '231841.051000', '231841.053000', '231841.056000', '231841.059000', '231841.061000', '231841.064000', '231841.067000', '231841.069000', '231841.072000', '231841.075000', '231841.077000', '231841.080000', '231841.082000', '231841.085000', '231841.088000', '231841.090000', '231841.093000', '231841.095000', '231841.098000', '231841.101000', '231841.103000', '231841.106000', '231841.109000', '231841.111000', '231841.114000', '231900.974000', '231900.977000', '231900.979000', '231900.982000', '231900.985000', '231900.987000', '231900.990000', '231900.992000', '231900.995000', '231900.998000', '231901.010000', '231901.013000', '231901.016000', '231901.018000', '231901.021000', '231901.024000', '231901.026000', '231901.029000', '231901.031000', '231901.034000', '231901.037000', '231901.039000', '231901.042000', '231901.044000', '231901.047000', '231901.050000', '231901.052000', '231901.055000', '231901.057000', '231901.060000', '231901.063000', '231901.065000', '231901.068000', '231901.071000', '231901.073000', '231901.076000', '231901.078000', '231901.081000', '231901.084000', '231901.086000', '231901.089000', '231901.091000', '231901.094000', '231901.097000', '231920.973000', '231920.976000', '231920.979000', '231920.982000', '231920.984000', '231920.987000', '231920.990000', '231920.992000', '231920.995000', '231920.998000', '231921.001000', '231921.004000', '231921.006000', '231921.009000', '231921.012000', '231921.014000', '231921.017000', '231921.020000', '231921.022000', '231921.025000', '231921.028000', '231921.030000', '231921.033000', '231921.035000', '231921.041000', '231921.044000', '231921.046000', '231921.049000', '231921.052000', '231921.054000', '231921.057000', '231921.059000', '231921.062000', '231921.065000', '231921.067000', '231921.070000', '231921.073000', '231921.075000', '231921.078000', '231921.080000', '231921.083000', '231921.086000', '231921.088000', '231940.973000', '231940.976000', '231940.979000', '231940.982000', '231940.984000', '231940.987000', '231940.990000', '231940.992000', '231940.995000', '231940.998000', '231941.001000', '231941.004000', '231941.006000', '231941.009000', '231941.012000', '231941.014000', '231941.017000', '231941.020000', '231941.022000', '231941.025000', '231941.028000', '231941.030000', '231941.033000', '231941.035000', '231941.038000', '231941.041000', '231941.043000', '231941.046000', '231941.048000', '231941.051000', '231941.054000', '231941.056000', '231941.059000', '231941.061000', '231941.064000', '231941.067000', '231941.069000', '231941.072000', '231941.074000', '231941.077000', '231941.080000', '231941.082000', '231941.085000', '231941.087000', '231945.992000', '231945.995000', '231945.998000', '231946.001000', '231946.004000', '231946.006000', '231946.009000', '231946.012000', '231946.014000', '231946.017000', '231946.020000'], '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': [7804, 10436, 7550, 9867, 7375, 9292, 6311, 9246, 6869, 8615, 12164, 8912, 10717, 7919, 10076, 6818, 9253, 6273, 9093, 6233, 8501, 9887, 7615, 10490, 8487, 10301, 6262, 9034, 6178, 8430, 12145, 8488, 10154, 8289, 10029, 6694, 9783, 6200, 9043, 9005, 8792, 13022, 9647, 10817, 7902, 9949, 6830, 9782, 7168, 9832, 7005, 9702, 9013, 8609, 12415, 9179, 11030, 8808, 10354, 7100, 9649, 6353, 9348, 9731, 9747, 11422, 8623, 11878, 8413, 10529, 7649, 10156, 7471, 9819, 6155, 9032, 6588, 8570, 11490, 8898, 12492, 8564, 10402, 7592, 9467, 6616, 9215, 6383, 9172, 6436, 8872, 9288, 8271, 10879, 8500, 10303, 7999, 9866, 6357, 9004, 6199, 8641, 7276, 9076, 9343, 8576, 12014, 8111, 9962, 7090, 9513, 6379, 9859, 6917, 9046, 11348, 8241, 10647, 7489, 9404, 6631, 9545, 6158, 8599, 6685, 7827, 11745, 8106, 10635, 8131, 9537, 6973, 9452, 6004, 8910, 6744, 8922, 8704, 8395, 11216, 7882, 10009, 6460, 9810, 7339, 9807, 6776, 8785, 11700, 8390, 10535, 8240, 10501, 7227, 9755, 5991, 9121, 6167, 8787, 9973, 8352, 12244, 8270, 10123, 7151, 9444, 6010, 9653, 6658, 9363, 6569, 8711, 12110, 8127, 10328, 7693, 9874, 6557, 9261, 6078, 9030, 6842, 8214, 11825, 8459, 10550, 7701, 10166, 6547, 9560, 6875, 9590, 8511, 8489, 10704, 8020, 9920, 6731, 9733, 6091, 9343, 6014, 8400, 9426, 7671, 10307, 7870, 9937, 7035, 9302, 5686, 8740, 7755, 8078, 12007, 8496, 10119, 6909, 9186, 6057, 9055, 7841, 9268, 10213, 8364, 10954, 7600, 9950, 6659, 9775, 6975, 9836, 6226, 9394, 6061, 8918, 7402, 8918, 11842, 8233, 10062, 7116, 9561, 6000, 9238, 7529, 9786, 9835, 8669, 11801, 7873, 10201, 6786, 9375, 6382, 9625, 6345, 8990, 5935, 8810, 7249, 8422, 9769, 8533, 10118, 8030, 10938, 7512, 10187, 7515, 10175, 7546, 9691, 6466, 9286, 7243, 9423, 6655, 9926, 6874, 8852, 8148, 8158, 9586, 8103, 11507, 8530, 11006, 7565, 10134, 7101, 9715, 6790, 9802, 6689, 9705, 6262, 9496, 6777, 9092, 8846, 9223, 8784, 8892, 10044, 8078, 11808, 8613, 10996, 8510, 10365, 7181, 9561, 6766, 9662, 7233, 10036, 7631, 10037, 7246, 9462, 6334, 9443, 6553, 9815, 6551, 9084, 6299, 8971, 7697, 8617, 11569, 9038, 11256, 7663, 9430, 7084, 9706, 7525, 10508, 7438, 9525, 7228, 9978, 7333, 10168, 7848, 10059, 7423, 9705, 7178, 9635, 7492, 9895, 7234, 9960, 6333, 9194, 5924, 8852, 6939, 9197, 7309, 9423, 6138, 8923, 5814, 8884, 6258, 9434, 7004, 9163, 6957, 8466, 11407, 8015, 10709, 8300, 10439, 7174, 9535, 6934, 9582, 6732, 9922, 7466, 9874, 7161, 9518, 6694, 9635, 6710, 10067, 7386, 10275, 7003, 9399, 6734, 9328, 6471, 9464, 7634, 9527, 8687, 8128, 11660, 7793, 10504, 7953, 10816, 6955, 9726, 7189, 9048, 6022, 9248, 7146, 9708, 6829, 9338, 6362, 9255, 7677, 8842, 12029, 8881, 11462, 8081, 9931, 7143, 9584, 7517, 10119, 7763, 10002, 7206, 9443, 6137, 9258, 6572, 9326, 8451, 8907, 8367, 8070, 10998, 7684, 10328, 8071, 10404, 7587, 9763, 6611, 9372, 7363, 9700, 6812, 9889, 6475, 8907, 6054, 8573, 8322, 8120, 11211, 8495, 10792, 8066, 10186, 7739, 9789, 6759, 9868, 7574, 10006, 6101, 9353, 6160, 8468, 10249, 8102, 10924, 7854, 9422, 6521, 9084, 6727, 8379, 5924, 8721, 5820, 8681, 6159, 7642, 10185, 7407, 9805, 7358, 9611, 6417, 8965, 6380, 8878, 6665, 9172, 8680, 8919, 9807, 7896, 10479, 7456, 10280, 7967, 10173, 7387, 9670, 6836, 9489, 7446, 10077, 7068, 10428, 6480, 9368, 7367, 8775, 11288, 8149, 11372, 8421, 10343, 7147, 9319, 6649, 9179, 6898, 9438, 7185, 9937, 6715, 9491, 6780, 9273, 6002, 9352, 7064, 9199, 7914, 8205, 11052, 7874, 10138, 7623, 10011, 7315, 9112, 5953, 8683, 5914, 8289, 8894, 8014, 11369, 7852, 10003, 6496, 8804, 5824, 8575, 7636, 8244, 10780, 7695, 9936, 6555, 8987, 6421, 9099, 5990, 8476, 6831, 7638, 10527, 7435, 10106, 6948, 9381, 6727, 8765, 6264, 8316, 11082, 8266, 9916, 7126, 9210, 5930, 9065, 7647, 8993, 8404, 8002, 10429, 7595, 10195, 7562, 9923, 7345, 9371, 7226, 8760, 5950, 8594, 7952, 9285, 9006, 8569, 9502, 7814, 9910, 7542, 10106, 7293, 9804, 6374, 8763, 5877, 8566, 8532, 8366, 11183, 8203, 9941, 7291, 9274, 6642, 9162, 7138, 9629, 6690, 9028, 6881, 8675, 6025, 8869, 6779, 9048, 6990, 8532, 9179, 7764, 10509, 7990, 10207, 7807, 9785, 6557, 9152, 5978, 9208, 6259, 9235, 7422, 8796, 8285, 7952, 10733, 7638, 10537, 8376, 11000, 7911, 10165, 7653, 9610, 7167, 9597, 7605, 9629, 6195, 9379, 6411, 9317, 8482, 9360, 10590, 8440, 10970, 7706, 10241, 7940, 10256, 7616, 10238, 6784, 9431, 7381, 9305, 6527, 9949, 6884, 9774, 6539, 9762, 6520, 9462, 6448, 9738, 6827, 9606, 6411, 9234, 8896, 8193, 10646, 7966, 9552, 7105, 9415, 7706, 10300, 6737, 9063, 6630, 10438, 8651, 6831, 7879, 7357, 9791, 7779, 10284, 7388, 9809, 6563, 9638, 8269, 9670, 9828, 8877, 12245, 8455, 10238, 8408, 10696, 8771, 10759, 7802, 7814, 8690, 8348, 9138, 6209, 10576, 7458, 9849, 7990, 10727, 7438, 9908, 6521, 9584, 9070, 8878, 11932, 9340, 11006, 8744, 10488, 7952, 10166, 7906, 10820, 8184, 10488, 8121, 10089, 7630, 10140, 7974, 9036, 8087, 6877, 9309, 7453, 9364, 8129, 6545, 10192, 7887, 10628, 8064, 9180, 7059, 8741, 9499, 8165, 10766, 8391, 9636, 8254, 9023, 6249, 8405, 7290, 8255, 7099, 7335, 10303, 7388, 10371, 7785, 9645, 6787, 8778, 7364, 8838, 7186, 8301, 10685, 8439, 10286, 7218, 9035, 5918, 8341, 11719, 8034, 9691, 6491, 8468, 6105, 8141, 9760, 7882, 10017, 6605, 9138, 6081, 8812, 6930, 8862, 8450, 9072, 6587, 10771, 7115, 10546, 7401, 11154, 10385, 9134, 11560, 8121, 10029, 7261, 9550, 10052, 9009, 10881, 8236, 9583, 7847, 9531, 6433, 8645, 7823, 8076, 10571, 7881, 11407, 8112, 9973, 7474, 10861, 7871, 10308, 7635, 10280, 7874, 9672, 6166, 9053, 7616, 9330, 10323, 9215, 10309, 8283, 10638, 8042, 10030, 7028, 9280, 7879, 9519, 9825, 7955, 10246, 7814, 9378, 7047, 8774, 7530, 8362, 10418, 7471, 10078, 7672, 10021, 7798, 9715, 6979, 9795, 7014, 9555, 7120, 10013, 7579, 10161, 7422, 9722, 6693, 9752, 10133, 9599, 12554, 8907, 10628, 7830, 10183, 8101, 10460, 7020, 9851, 6132, 8925, 8608, 8277, 11704, 8552, 12370, 8681, 10675, 7361, 8932, 9902, 10692, 9132, 6603, 10610, 8066, 12166, 8632, 10905, 8465, 10761, 7293, 10727, 8088, 9919, 7489, 8964, 10058, 8654, 12730, 8923, 10517, 7944, 11051, 7803, 10922, 7887, 10487, 8284, 10482, 7713, 10060, 6923, 9938, 7887, 9359, 7007, 10165, 6504, 9403, 7283, 8891, 12444, 8853, 11119, 8848, 10129, 7070, 9580, 6216, 9069, 7468, 9510, 10369, 8641, 11619, 8099, 10506, 7223, 9693, 6581, 9651, 6432, 8716, 8926, 8060, 11336, 8378, 10258, 8355, 10076, 7023, 9236, 6924, 9357, 6197, 9235, 7995, 9571, 7708, 9238, 9495, 8681, 12387, 8882, 11224, 8852, 11249, 8250, 10362, 7989, 10163, 7430, 10363, 7958, 10284, 6332, 9393, 6106, 8759, 10014, 8332, 12613, 8931, 10316, 7777, 9766, 7526, 9700, 6477, 9412, 6803, 8685, 8509, 8141, 10753, 7835, 10397, 7496, 9183, 6018, 8623, 7780, 8574, 11530, 8957, 10187, 7413, 9558, 7771, 9028, 6335, 9227, 9029, 8640, 9342, 7897, 11144, 7764, 11745, 8328, 12101, 8516, 10479, 7892, 10010, 7381, 10516, 8329, 11135, 7946, 10184, 7987, 10148, 6528, 10136, 7696, 10214, 8088, 9564, 9871, 8682, 11546, 9012, 11022, 8633, 10162, 7143, 9430, 7652, 9051, 6485, 9103, 8414, 8886, 8739, 8294, 11282, 8033, 9975, 8123, 10432, 7201, 9399, 6143, 9164, 6232, 8967, 8184, 9060, 6994, 9026, 9421, 9248, 11999, 9081, 11146, 8624, 10121, 7254, 9718, 7387, 10085, 7702, 10456, 6701, 9331, 6022, 9146, 7194, 9221, 8313], 'WindowCenter': [3853.0, 3870.0, 3837.0, 3845.0, 3823.0, 3844.0, 3802.0, 3844.0, 3812.0, 3834.0, 3865.0, 3844.0, 3853.0, 3833.0, 3855.0, 3814.0, 3845.0, 3813.0, 3847.0, 3804.0, 3846.0, 3856.0, 3836.0, 3867.0, 3846.0, 3856.0, 3803.0, 3846.0, 3802.0, 3835.0, 3866.0, 3846.0, 3856.0, 3848.0, 3858.0, 3827.0, 3858.0, 3816.0, 3859.0, 3847.0, 3847.0, 3878.0, 3857.0, 3856.0, 3834.0, 3844.0, 3812.0, 3844.0, 3812.0, 3855.0, 3813.0, 3855.0, 3844.0, 3844.0, 3877.0, 3844.0, 3854.0, 3833.0, 3843.0, 3811.0, 3842.0, 3801.0, 3842.0, 3841.0, 3842.0, 3851.0, 3830.0, 3851.0, 3819.0, 3841.0, 3809.0, 3840.0, 3809.0, 3840.0, 3788.0, 3830.0, 3799.0, 3831.0, 3851.0, 3831.0, 3862.0, 3831.0, 3841.0, 3820.0, 3841.0, 3799.0, 3831.0, 3799.0, 3843.0, 3800.0, 3843.0, 3842.0, 3832.0, 3865.0, 3832.0, 3842.0, 3821.0, 3842.0, 3799.0, 3831.0, 3789.0, 3832.0, 3821.0, 3832.0, 3842.0, 3832.0, 3863.0, 3821.0, 3842.0, 3811.0, 3843.0, 3800.0, 3843.0, 3811.0, 3843.0, 3852.0, 3821.0, 3852.0, 3810.0, 3830.0, 3798.0, 3842.0, 3788.0, 3831.0, 3799.0, 3821.0, 3863.0, 3821.0, 3853.0, 3833.0, 3844.0, 3823.0, 3844.0, 3803.0, 3845.0, 3812.0, 3846.0, 3844.0, 3834.0, 3865.0, 3833.0, 3854.0, 3801.0, 3842.0, 3821.0, 3855.0, 3800.0, 3832.0, 3852.0, 3820.0, 3852.0, 3820.0, 3852.0, 3810.0, 3841.0, 3789.0, 3841.0, 3800.0, 3831.0, 3840.0, 3831.0, 3863.0, 3832.0, 3853.0, 3811.0, 3843.0, 3800.0, 3843.0, 3811.0, 3844.0, 3811.0, 3832.0, 3863.0, 3821.0, 3841.0, 3820.0, 3841.0, 3799.0, 3830.0, 3788.0, 3842.0, 3810.0, 3832.0, 3863.0, 3833.0, 3853.0, 3822.0, 3853.0, 3812.0, 3843.0, 3799.0, 3842.0, 3830.0, 3830.0, 3840.0, 3819.0, 3840.0, 3798.0, 3829.0, 3787.0, 3830.0, 3787.0, 3820.0, 3840.0, 3820.0, 3840.0, 3820.0, 3842.0, 3811.0, 3842.0, 3789.0, 3833.0, 3821.0, 3821.0, 3862.0, 3832.0, 3853.0, 3810.0, 3831.0, 3789.0, 3831.0, 3819.0, 3831.0, 3841.0, 3820.0, 3851.0, 3820.0, 3842.0, 3799.0, 3840.0, 3809.0, 3841.0, 3788.0, 3830.0, 3788.0, 3830.0, 3808.0, 3829.0, 3850.0, 3819.0, 3841.0, 3810.0, 3840.0, 3787.0, 3829.0, 3807.0, 3828.0, 3828.0, 3817.0, 3848.0, 3806.0, 3827.0, 3795.0, 3826.0, 3784.0, 3828.0, 3785.0, 3828.0, 3786.0, 3828.0, 3807.0, 3818.0, 3838.0, 3831.0, 3841.0, 3820.0, 3851.0, 3809.0, 3840.0, 3809.0, 3840.0, 3820.0, 3830.0, 3798.0, 3829.0, 3808.0, 3829.0, 3797.0, 3842.0, 3797.0, 3829.0, 3817.0, 3817.0, 3839.0, 3818.0, 3851.0, 3830.0, 3851.0, 3820.0, 3841.0, 3811.0, 3841.0, 3799.0, 3842.0, 3812.0, 3843.0, 3800.0, 3842.0, 3810.0, 3831.0, 3830.0, 3830.0, 3830.0, 3829.0, 3839.0, 3818.0, 3850.0, 3829.0, 3840.0, 3819.0, 3839.0, 3808.0, 3829.0, 3797.0, 3829.0, 3807.0, 3828.0, 3819.0, 3839.0, 3808.0, 3828.0, 3786.0, 3828.0, 3785.0, 3828.0, 3786.0, 3829.0, 3786.0, 3829.0, 3808.0, 3818.0, 3849.0, 3830.0, 3839.0, 3808.0, 3828.0, 3808.0, 3829.0, 3819.0, 3840.0, 3810.0, 3841.0, 3810.0, 3841.0, 3810.0, 3841.0, 3821.0, 3842.0, 3821.0, 3843.0, 3811.0, 3842.0, 3809.0, 3840.0, 3809.0, 3840.0, 3787.0, 3829.0, 3787.0, 3829.0, 3797.0, 3829.0, 3807.0, 3829.0, 3788.0, 3830.0, 3788.0, 3831.0, 3798.0, 3841.0, 3809.0, 3841.0, 3809.0, 3820.0, 3851.0, 3819.0, 3840.0, 3819.0, 3840.0, 3798.0, 3829.0, 3808.0, 3840.0, 3798.0, 3840.0, 3809.0, 3841.0, 3810.0, 3841.0, 3811.0, 3842.0, 3824.0, 3854.0, 3822.0, 3853.0, 3811.0, 3843.0, 3811.0, 3843.0, 3800.0, 3842.0, 3821.0, 3843.0, 3831.0, 3820.0, 3851.0, 3820.0, 3840.0, 3819.0, 3851.0, 3809.0, 3840.0, 3809.0, 3829.0, 3787.0, 3842.0, 3809.0, 3841.0, 3798.0, 3830.0, 3798.0, 3829.0, 3807.0, 3829.0, 3849.0, 3829.0, 3850.0, 3819.0, 3840.0, 3797.0, 3829.0, 3807.0, 3839.0, 3807.0, 3840.0, 3808.0, 3829.0, 3787.0, 3830.0, 3798.0, 3829.0, 3818.0, 3829.0, 3818.0, 3818.0, 3839.0, 3809.0, 3841.0, 3820.0, 3841.0, 3820.0, 3841.0, 3799.0, 3829.0, 3810.0, 3830.0, 3798.0, 3840.0, 3788.0, 3830.0, 3788.0, 3830.0, 3820.0, 3820.0, 3851.0, 3831.0, 3852.0, 3821.0, 3853.0, 3821.0, 3842.0, 3799.0, 3840.0, 3808.0, 3840.0, 3787.0, 3830.0, 3787.0, 3830.0, 3839.0, 3818.0, 3839.0, 3819.0, 3829.0, 3798.0, 3830.0, 3811.0, 3831.0, 3789.0, 3832.0, 3790.0, 3844.0, 3802.0, 3833.0, 3854.0, 3822.0, 3854.0, 3823.0, 3843.0, 3801.0, 3832.0, 3802.0, 3844.0, 3810.0, 3842.0, 3831.0, 3832.0, 3841.0, 3820.0, 3852.0, 3810.0, 3841.0, 3821.0, 3841.0, 3810.0, 3842.0, 3799.0, 3830.0, 3809.0, 3841.0, 3798.0, 3841.0, 3787.0, 3830.0, 3808.0, 3829.0, 3850.0, 3818.0, 3849.0, 3817.0, 3828.0, 3796.0, 3827.0, 3796.0, 3828.0, 3808.0, 3829.0, 3808.0, 3840.0, 3799.0, 3841.0, 3799.0, 3831.0, 3789.0, 3831.0, 3809.0, 3843.0, 3820.0, 3820.0, 3850.0, 3819.0, 3840.0, 3807.0, 3829.0, 3807.0, 3828.0, 3786.0, 3829.0, 3776.0, 3820.0, 3829.0, 3820.0, 3852.0, 3820.0, 3842.0, 3800.0, 3831.0, 3788.0, 3831.0, 3820.0, 3832.0, 3852.0, 3821.0, 3841.0, 3800.0, 3830.0, 3798.0, 3831.0, 3789.0, 3831.0, 3810.0, 3821.0, 3853.0, 3822.0, 3854.0, 3813.0, 3844.0, 3812.0, 3844.0, 3813.0, 3834.0, 3853.0, 3833.0, 3843.0, 3811.0, 3842.0, 3801.0, 3832.0, 3820.0, 3843.0, 3831.0, 3821.0, 3852.0, 3821.0, 3853.0, 3822.0, 3843.0, 3822.0, 3842.0, 3811.0, 3832.0, 3789.0, 3832.0, 3821.0, 3843.0, 3843.0, 3833.0, 3843.0, 3822.0, 3843.0, 3821.0, 3842.0, 3810.0, 3843.0, 3799.0, 3831.0, 3789.0, 3831.0, 3830.0, 3831.0, 3852.0, 3832.0, 3842.0, 3821.0, 3842.0, 3811.0, 3842.0, 3811.0, 3843.0, 3812.0, 3843.0, 3812.0, 3833.0, 3801.0, 3843.0, 3811.0, 3844.0, 3811.0, 3832.0, 3842.0, 3823.0, 3853.0, 3833.0, 3853.0, 3823.0, 3843.0, 3801.0, 3843.0, 3802.0, 3843.0, 3800.0, 3843.0, 3821.0, 3832.0, 3832.0, 3832.0, 3853.0, 3822.0, 3853.0, 3834.0, 3853.0, 3833.0, 3853.0, 3822.0, 3843.0, 3811.0, 3843.0, 3822.0, 3843.0, 3790.0, 3858.0, 3812.0, 3844.0, 3832.0, 3843.0, 3852.0, 3820.0, 3851.0, 3820.0, 3841.0, 3821.0, 3841.0, 3820.0, 3841.0, 3799.0, 3830.0, 3810.0, 3831.0, 3799.0, 3842.0, 3810.0, 3841.0, 3799.0, 3841.0, 3800.0, 3842.0, 3800.0, 3830.0, 3798.0, 3830.0, 3787.0, 3829.0, 3818.0, 3818.0, 3839.0, 3807.0, 3828.0, 3798.0, 3828.0, 3808.0, 3842.0, 3800.0, 3830.0, 3813.0, 3853.0, 3832.0, 3813.0, 3833.0, 3824.0, 3857.0, 3836.0, 3857.0, 3826.0, 3857.0, 3814.0, 3845.0, 3822.0, 3844.0, 3843.0, 3832.0, 3863.0, 3820.0, 3841.0, 3821.0, 3841.0, 3832.0, 3852.0, 3822.0, 3821.0, 3832.0, 3832.0, 3831.0, 3802.0, 3856.0, 3826.0, 3857.0, 3836.0, 3866.0, 3823.0, 3844.0, 3801.0, 3846.0, 3833.0, 3834.0, 3853.0, 3832.0, 3852.0, 3819.0, 3839.0, 3807.0, 3827.0, 3805.0, 3827.0, 3805.0, 3825.0, 3803.0, 3825.0, 3793.0, 3824.0, 3803.0, 3814.0, 3804.0, 3784.0, 3829.0, 3808.0, 3840.0, 3821.0, 3800.0, 3852.0, 3821.0, 3841.0, 3808.0, 3829.0, 3797.0, 3818.0, 3828.0, 3818.0, 3839.0, 3817.0, 3826.0, 3805.0, 3815.0, 3784.0, 3805.0, 3795.0, 3806.0, 3796.0, 3808.0, 3840.0, 3821.0, 3841.0, 3822.0, 3843.0, 3813.0, 3833.0, 3823.0, 3844.0, 3812.0, 3834.0, 3854.0, 3834.0, 3854.0, 3823.0, 3844.0, 3791.0, 3833.0, 3863.0, 3822.0, 3843.0, 3801.0, 3833.0, 3802.0, 3836.0, 3856.0, 3835.0, 3856.0, 3814.0, 3845.0, 3803.0, 3847.0, 3826.0, 3857.0, 3846.0, 3845.0, 3814.0, 3869.0, 3827.0, 3869.0, 3840.0, 3884.0, 3857.0, 3845.0, 3867.0, 3824.0, 3845.0, 3811.0, 3843.0, 3842.0, 3832.0, 3853.0, 3831.0, 3829.0, 3818.0, 3841.0, 3801.0, 3832.0, 3821.0, 3821.0, 3853.0, 3832.0, 3863.0, 3833.0, 3854.0, 3824.0, 3867.0, 3835.0, 3856.0, 3823.0, 3855.0, 3822.0, 3844.0, 3801.0, 3833.0, 3822.0, 3832.0, 3841.0, 3831.0, 3841.0, 3820.0, 3840.0, 3819.0, 3841.0, 3809.0, 3831.0, 3819.0, 3842.0, 3841.0, 3820.0, 3841.0, 3820.0, 3841.0, 3810.0, 3833.0, 3821.0, 3832.0, 3853.0, 3822.0, 3853.0, 3823.0, 3854.0, 3834.0, 3855.0, 3824.0, 3854.0, 3824.0, 3856.0, 3825.0, 3857.0, 3837.0, 3856.0, 3824.0, 3844.0, 3812.0, 3844.0, 3842.0, 3844.0, 3863.0, 3831.0, 3842.0, 3810.0, 3840.0, 3819.0, 3841.0, 3809.0, 3841.0, 3788.0, 3830.0, 3829.0, 3820.0, 3862.0, 3831.0, 3864.0, 3844.0, 3854.0, 3837.0, 3858.0, 3857.0, 3867.0, 3845.0, 3826.0, 3871.0, 3850.0, 3881.0, 3859.0, 3869.0, 3835.0, 3855.0, 3811.0, 3854.0, 3821.0, 3843.0, 3821.0, 3832.0, 3842.0, 3831.0, 3861.0, 3831.0, 3852.0, 3821.0, 3852.0, 3821.0, 3852.0, 3821.0, 3852.0, 3834.0, 3853.0, 3822.0, 3842.0, 3811.0, 3841.0, 3832.0, 3843.0, 3811.0, 3854.0, 3800.0, 3844.0, 3822.0, 3842.0, 3864.0, 3831.0, 3852.0, 3832.0, 3841.0, 3810.0, 3841.0, 3789.0, 3832.0, 3810.0, 3842.0, 3842.0, 3832.0, 3862.0, 3821.0, 3851.0, 3821.0, 3841.0, 3799.0, 3842.0, 3799.0, 3831.0, 3831.0, 3820.0, 3852.0, 3832.0, 3842.0, 3833.0, 3842.0, 3811.0, 3842.0, 3812.0, 3842.0, 3790.0, 3843.0, 3820.0, 3843.0, 3821.0, 3832.0, 3841.0, 3831.0, 3861.0, 3831.0, 3852.0, 3831.0, 3852.0, 3831.0, 3841.0, 3820.0, 3841.0, 3810.0, 3841.0, 3820.0, 3841.0, 3798.0, 3842.0, 3789.0, 3832.0, 3841.0, 3832.0, 3863.0, 3832.0, 3842.0, 3821.0, 3842.0, 3821.0, 3842.0, 3799.0, 3843.0, 3811.0, 3832.0, 3832.0, 3832.0, 3851.0, 3822.0, 3854.0, 3822.0, 3842.0, 3802.0, 3833.0, 3822.0, 3844.0, 3865.0, 3843.0, 3853.0, 3811.0, 3842.0, 3820.0, 3831.0, 3800.0, 3843.0, 3842.0, 3832.0, 3842.0, 3831.0, 3864.0, 3823.0, 3863.0, 3833.0, 3863.0, 3834.0, 3854.0, 3821.0, 3855.0, 3811.0, 3855.0, 3821.0, 3852.0, 3820.0, 3842.0, 3820.0, 3841.0, 3799.0, 3840.0, 3807.0, 3841.0, 3819.0, 3840.0, 3840.0, 3818.0, 3850.0, 3829.0, 3839.0, 3829.0, 3838.0, 3797.0, 3828.0, 3808.0, 3829.0, 3798.0, 3831.0, 3820.0, 3831.0, 3831.0, 3831.0, 3852.0, 3821.0, 3841.0, 3821.0, 3855.0, 3822.0, 3842.0, 3801.0, 3843.0, 3801.0, 3844.0, 3833.0, 3844.0, 3823.0, 3844.0, 3843.0, 3844.0, 3864.0, 3844.0, 3865.0, 3833.0, 3843.0, 3810.0, 3841.0, 3809.0, 3840.0, 3808.0, 3852.0, 3797.0, 3830.0, 3789.0, 3841.0, 3809.0, 3842.0, 3820.0], 'WindowWidth': [8654.0, 8668.0, 8618.0, 8627.0, 8594.0, 8621.0, 8562.0, 8622.0, 8578.0, 8609.0, 8649.0, 8620.0, 8633.0, 8606.0, 8636.0, 8583.0, 8624.0, 8580.0, 8630.0, 8569.0, 8628.0, 8642.0, 8614.0, 8658.0, 8626.0, 8641.0, 8566.0, 8627.0, 8566.0, 8612.0, 8655.0, 8627.0, 8643.0, 8633.0, 8647.0, 8605.0, 8647.0, 8590.0, 8651.0, 8632.0, 8630.0, 8674.0, 8641.0, 8641.0, 8608.0, 8621.0, 8578.0, 8622.0, 8576.0, 8639.0, 8580.0, 8639.0, 8621.0, 8623.0, 8670.0, 8622.0, 8635.0, 8606.0, 8620.0, 8573.0, 8617.0, 8560.0, 8617.0, 8612.0, 8616.0, 8627.0, 8597.0, 8627.0, 8582.0, 8613.0, 8566.0, 8610.0, 8568.0, 8610.0, 8540.0, 8598.0, 8555.0, 8600.0, 8626.0, 8599.0, 8643.0, 8599.0, 8614.0, 8584.0, 8612.0, 8557.0, 8599.0, 8555.0, 8618.0, 8559.0, 8620.0, 8618.0, 8603.0, 8652.0, 8603.0, 8618.0, 8588.0, 8616.0, 8554.0, 8599.0, 8542.0, 8605.0, 8586.0, 8602.0, 8615.0, 8602.0, 8644.0, 8589.0, 8618.0, 8575.0, 8619.0, 8561.0, 8621.0, 8574.0, 8619.0, 8629.0, 8585.0, 8630.0, 8571.0, 8597.0, 8552.0, 8614.0, 8538.0, 8599.0, 8556.0, 8588.0, 8645.0, 8588.0, 8633.0, 8608.0, 8623.0, 8595.0, 8621.0, 8569.0, 8625.0, 8579.0, 8628.0, 8624.0, 8610.0, 8652.0, 8607.0, 8637.0, 8562.0, 8618.0, 8587.0, 8638.0, 8558.0, 8602.0, 8628.0, 8585.0, 8631.0, 8583.0, 8629.0, 8570.0, 8612.0, 8543.0, 8613.0, 8558.0, 8602.0, 8611.0, 8599.0, 8644.0, 8602.0, 8634.0, 8577.0, 8620.0, 8561.0, 8619.0, 8574.0, 8622.0, 8576.0, 8604.0, 8644.0, 8587.0, 8615.0, 8583.0, 8614.0, 8555.0, 8598.0, 8542.0, 8618.0, 8574.0, 8603.0, 8646.0, 8606.0, 8634.0, 8591.0, 8634.0, 8580.0, 8619.0, 8555.0, 8617.0, 8597.0, 8597.0, 8612.0, 8580.0, 8610.0, 8551.0, 8595.0, 8537.0, 8597.0, 8538.0, 8583.0, 8611.0, 8586.0, 8613.0, 8584.0, 8616.0, 8574.0, 8616.0, 8544.0, 8605.0, 8587.0, 8588.0, 8644.0, 8604.0, 8633.0, 8572.0, 8599.0, 8543.0, 8602.0, 8581.0, 8599.0, 8613.0, 8583.0, 8626.0, 8584.0, 8617.0, 8557.0, 8611.0, 8567.0, 8614.0, 8540.0, 8598.0, 8539.0, 8599.0, 8567.0, 8594.0, 8623.0, 8581.0, 8614.0, 8571.0, 8610.0, 8538.0, 8595.0, 8562.0, 8591.0, 8589.0, 8574.0, 8616.0, 8558.0, 8587.0, 8542.0, 8585.0, 8527.0, 8591.0, 8531.0, 8591.0, 8533.0, 8590.0, 8564.0, 8579.0, 8604.0, 8602.0, 8612.0, 8583.0, 8626.0, 8570.0, 8612.0, 8567.0, 8611.0, 8583.0, 8598.0, 8554.0, 8595.0, 8565.0, 8595.0, 8548.0, 8615.0, 8550.0, 8592.0, 8574.0, 8575.0, 8607.0, 8578.0, 8627.0, 8597.0, 8626.0, 8585.0, 8614.0, 8574.0, 8615.0, 8556.0, 8617.0, 8577.0, 8620.0, 8558.0, 8616.0, 8572.0, 8599.0, 8595.0, 8597.0, 8595.0, 8593.0, 8606.0, 8578.0, 8623.0, 8595.0, 8610.0, 8579.0, 8607.0, 8565.0, 8594.0, 8550.0, 8594.0, 8562.0, 8592.0, 8580.0, 8607.0, 8563.0, 8590.0, 8533.0, 8591.0, 8530.0, 8592.0, 8532.0, 8592.0, 8534.0, 8593.0, 8564.0, 8579.0, 8621.0, 8596.0, 8607.0, 8564.0, 8591.0, 8564.0, 8593.0, 8579.0, 8611.0, 8570.0, 8613.0, 8571.0, 8613.0, 8571.0, 8614.0, 8588.0, 8616.0, 8588.0, 8618.0, 8573.0, 8615.0, 8569.0, 8609.0, 8566.0, 8611.0, 8535.0, 8594.0, 8535.0, 8595.0, 8548.0, 8592.0, 8562.0, 8593.0, 8539.0, 8597.0, 8541.0, 8599.0, 8552.0, 8613.0, 8568.0, 8613.0, 8568.0, 8582.0, 8625.0, 8581.0, 8611.0, 8580.0, 8609.0, 8550.0, 8594.0, 8565.0, 8611.0, 8553.0, 8610.0, 8567.0, 8611.0, 8571.0, 8615.0, 8573.0, 8618.0, 8598.0, 8635.0, 8591.0, 8632.0, 8574.0, 8618.0, 8574.0, 8618.0, 8557.0, 8616.0, 8585.0, 8619.0, 8598.0, 8583.0, 8626.0, 8583.0, 8610.0, 8581.0, 8626.0, 8567.0, 8610.0, 8566.0, 8593.0, 8536.0, 8616.0, 8568.0, 8612.0, 8552.0, 8597.0, 8553.0, 8594.0, 8561.0, 8591.0, 8619.0, 8593.0, 8621.0, 8578.0, 8608.0, 8549.0, 8591.0, 8561.0, 8606.0, 8562.0, 8608.0, 8565.0, 8593.0, 8537.0, 8597.0, 8550.0, 8594.0, 8577.0, 8592.0, 8576.0, 8576.0, 8606.0, 8566.0, 8613.0, 8584.0, 8613.0, 8583.0, 8612.0, 8554.0, 8593.0, 8570.0, 8595.0, 8550.0, 8610.0, 8538.0, 8598.0, 8540.0, 8596.0, 8582.0, 8583.0, 8625.0, 8599.0, 8628.0, 8587.0, 8633.0, 8587.0, 8617.0, 8554.0, 8609.0, 8563.0, 8610.0, 8535.0, 8595.0, 8537.0, 8597.0, 8606.0, 8577.0, 8607.0, 8579.0, 8594.0, 8553.0, 8596.0, 8576.0, 8599.0, 8541.0, 8603.0, 8545.0, 8622.0, 8564.0, 8608.0, 8635.0, 8591.0, 8634.0, 8593.0, 8620.0, 8561.0, 8604.0, 8564.0, 8622.0, 8571.0, 8617.0, 8599.0, 8602.0, 8612.0, 8583.0, 8628.0, 8572.0, 8613.0, 8586.0, 8613.0, 8571.0, 8614.0, 8554.0, 8595.0, 8567.0, 8614.0, 8550.0, 8612.0, 8536.0, 8596.0, 8565.0, 8592.0, 8623.0, 8578.0, 8620.0, 8573.0, 8589.0, 8545.0, 8588.0, 8546.0, 8592.0, 8564.0, 8592.0, 8564.0, 8610.0, 8555.0, 8611.0, 8555.0, 8599.0, 8543.0, 8600.0, 8568.0, 8617.0, 8582.0, 8581.0, 8623.0, 8579.0, 8609.0, 8560.0, 8592.0, 8561.0, 8590.0, 8533.0, 8592.0, 8521.0, 8583.0, 8595.0, 8584.0, 8628.0, 8584.0, 8616.0, 8557.0, 8601.0, 8540.0, 8600.0, 8584.0, 8601.0, 8629.0, 8586.0, 8613.0, 8557.0, 8598.0, 8552.0, 8601.0, 8541.0, 8600.0, 8571.0, 8587.0, 8631.0, 8589.0, 8635.0, 8580.0, 8622.0, 8577.0, 8623.0, 8582.0, 8609.0, 8633.0, 8606.0, 8620.0, 8574.0, 8616.0, 8560.0, 8603.0, 8583.0, 8620.0, 8601.0, 8587.0, 8630.0, 8588.0, 8631.0, 8589.0, 8620.0, 8588.0, 8616.0, 8573.0, 8603.0, 8544.0, 8604.0, 8588.0, 8619.0, 8619.0, 8604.0, 8621.0, 8590.0, 8620.0, 8589.0, 8616.0, 8570.0, 8618.0, 8555.0, 8601.0, 8543.0, 8601.0, 8598.0, 8601.0, 8630.0, 8602.0, 8616.0, 8588.0, 8618.0, 8576.0, 8617.0, 8576.0, 8619.0, 8576.0, 8619.0, 8577.0, 8607.0, 8563.0, 8621.0, 8575.0, 8622.0, 8575.0, 8604.0, 8618.0, 8593.0, 8632.0, 8606.0, 8634.0, 8592.0, 8620.0, 8562.0, 8618.0, 8565.0, 8619.0, 8558.0, 8619.0, 8588.0, 8604.0, 8602.0, 8603.0, 8633.0, 8591.0, 8634.0, 8611.0, 8633.0, 8605.0, 8633.0, 8591.0, 8620.0, 8574.0, 8619.0, 8588.0, 8618.0, 8544.0, 8650.0, 8579.0, 8621.0, 8603.0, 8620.0, 8628.0, 8584.0, 8627.0, 8582.0, 8614.0, 8586.0, 8613.0, 8582.0, 8613.0, 8554.0, 8597.0, 8570.0, 8599.0, 8555.0, 8614.0, 8570.0, 8612.0, 8554.0, 8612.0, 8557.0, 8616.0, 8558.0, 8598.0, 8551.0, 8598.0, 8536.0, 8594.0, 8578.0, 8577.0, 8607.0, 8562.0, 8592.0, 8550.0, 8591.0, 8563.0, 8617.0, 8559.0, 8597.0, 8579.0, 8631.0, 8603.0, 8582.0, 8607.0, 8596.0, 8645.0, 8614.0, 8644.0, 8601.0, 8643.0, 8581.0, 8623.0, 8587.0, 8620.0, 8617.0, 8602.0, 8645.0, 8583.0, 8613.0, 8584.0, 8612.0, 8600.0, 8629.0, 8589.0, 8586.0, 8602.0, 8602.0, 8599.0, 8564.0, 8640.0, 8601.0, 8646.0, 8616.0, 8655.0, 8592.0, 8620.0, 8560.0, 8626.0, 8606.0, 8606.0, 8633.0, 8600.0, 8628.0, 8579.0, 8605.0, 8558.0, 8585.0, 8553.0, 8584.0, 8553.0, 8580.0, 8548.0, 8578.0, 8533.0, 8577.0, 8547.0, 8563.0, 8553.0, 8526.0, 8593.0, 8566.0, 8611.0, 8588.0, 8558.0, 8630.0, 8588.0, 8614.0, 8563.0, 8590.0, 8545.0, 8576.0, 8587.0, 8574.0, 8605.0, 8571.0, 8583.0, 8552.0, 8566.0, 8523.0, 8554.0, 8539.0, 8555.0, 8544.0, 8562.0, 8609.0, 8587.0, 8612.0, 8588.0, 8620.0, 8579.0, 8607.0, 8592.0, 8622.0, 8575.0, 8606.0, 8634.0, 8606.0, 8636.0, 8592.0, 8620.0, 8548.0, 8606.0, 8646.0, 8587.0, 8619.0, 8561.0, 8608.0, 8564.0, 8616.0, 8640.0, 8614.0, 8643.0, 8583.0, 8627.0, 8567.0, 8630.0, 8601.0, 8647.0, 8630.0, 8626.0, 8584.0, 8662.0, 8604.0, 8662.0, 8628.0, 8694.0, 8644.0, 8626.0, 8656.0, 8593.0, 8624.0, 8571.0, 8619.0, 8616.0, 8603.0, 8634.0, 8599.0, 8595.0, 8578.0, 8611.0, 8563.0, 8603.0, 8586.0, 8586.0, 8634.0, 8604.0, 8646.0, 8607.0, 8637.0, 8598.0, 8658.0, 8613.0, 8640.0, 8593.0, 8637.0, 8590.0, 8621.0, 8561.0, 8605.0, 8590.0, 8601.0, 8612.0, 8599.0, 8613.0, 8584.0, 8611.0, 8580.0, 8612.0, 8566.0, 8599.0, 8580.0, 8615.0, 8611.0, 8583.0, 8613.0, 8583.0, 8613.0, 8571.0, 8608.0, 8588.0, 8604.0, 8633.0, 8590.0, 8634.0, 8594.0, 8636.0, 8610.0, 8639.0, 8597.0, 8637.0, 8597.0, 8643.0, 8599.0, 8647.0, 8617.0, 8643.0, 8597.0, 8624.0, 8577.0, 8621.0, 8616.0, 8622.0, 8645.0, 8600.0, 8616.0, 8569.0, 8610.0, 8581.0, 8611.0, 8567.0, 8612.0, 8539.0, 8598.0, 8595.0, 8583.0, 8642.0, 8601.0, 8649.0, 8621.0, 8637.0, 8618.0, 8650.0, 8645.0, 8658.0, 8628.0, 8603.0, 8671.0, 8639.0, 8683.0, 8652.0, 8666.0, 8613.0, 8638.0, 8573.0, 8634.0, 8584.0, 8618.0, 8588.0, 8603.0, 8617.0, 8598.0, 8639.0, 8598.0, 8630.0, 8587.0, 8631.0, 8587.0, 8629.0, 8588.0, 8630.0, 8608.0, 8633.0, 8590.0, 8617.0, 8575.0, 8613.0, 8602.0, 8619.0, 8574.0, 8636.0, 8560.0, 8622.0, 8591.0, 8618.0, 8648.0, 8601.0, 8631.0, 8604.0, 8614.0, 8571.0, 8614.0, 8543.0, 8603.0, 8571.0, 8617.0, 8615.0, 8601.0, 8645.0, 8587.0, 8628.0, 8588.0, 8613.0, 8556.0, 8617.0, 8556.0, 8600.0, 8598.0, 8585.0, 8631.0, 8602.0, 8616.0, 8606.0, 8618.0, 8575.0, 8617.0, 8576.0, 8618.0, 8544.0, 8620.0, 8585.0, 8618.0, 8586.0, 8601.0, 8613.0, 8600.0, 8642.0, 8600.0, 8628.0, 8600.0, 8628.0, 8600.0, 8615.0, 8585.0, 8615.0, 8570.0, 8614.0, 8582.0, 8614.0, 8554.0, 8615.0, 8542.0, 8603.0, 8614.0, 8601.0, 8645.0, 8602.0, 8618.0, 8587.0, 8614.0, 8588.0, 8615.0, 8554.0, 8618.0, 8573.0, 8604.0, 8604.0, 8604.0, 8630.0, 8591.0, 8636.0, 8590.0, 8617.0, 8564.0, 8608.0, 8591.0, 8623.0, 8653.0, 8620.0, 8634.0, 8573.0, 8615.0, 8585.0, 8601.0, 8557.0, 8618.0, 8616.0, 8602.0, 8616.0, 8603.0, 8648.0, 8593.0, 8647.0, 8607.0, 8648.0, 8609.0, 8634.0, 8587.0, 8638.0, 8573.0, 8638.0, 8587.0, 8629.0, 8584.0, 8615.0, 8583.0, 8613.0, 8555.0, 8610.0, 8563.0, 8612.0, 8580.0, 8611.0, 8610.0, 8578.0, 8625.0, 8593.0, 8609.0, 8594.0, 8607.0, 8550.0, 8592.0, 8564.0, 8595.0, 8551.0, 8601.0, 8584.0, 8599.0, 8599.0, 8600.0, 8628.0, 8587.0, 8615.0, 8586.0, 8639.0, 8589.0, 8618.0, 8561.0, 8618.0, 8561.0, 8623.0, 8606.0, 8624.0, 8594.0, 8623.0, 8619.0, 8623.0, 8650.0, 8623.0, 8653.0, 8604.0, 8619.0, 8570.0, 8611.0, 8567.0, 8610.0, 8565.0, 8630.0, 8550.0, 8598.0, 8542.0, 8613.0, 8568.0, 8614.0, 8584.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.0004169317199654278</td></tr>
<tr><td colspan=3>aqi</td><td>0.02900390492653414</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.99556950647059</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1784199973615932</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9810381811245661</td></tr>
<tr><td colspan=3>efc</td><td>0.4961</td></tr>
<tr><td colspan=3>fber</td><td>4850.4502</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08649169827986687</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>30</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.592912705272256</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.572412518164679</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.493001213289492</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.865221568051431</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.359014773153115</td></tr>
<tr><td colspan=3>gcor</td><td>0.00546495</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005954135674983263</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04203246161341667</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1157</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.139444812160204</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>22.788</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.5971</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>162.2916</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293339.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>716.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>303.6393</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6548</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>449.5886</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3012.6864</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3182.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83205.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1170.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3874.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>768.6975</td></tr>
<tr><td colspan=3>tsnr</td><td>35.21229118609335</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>