<?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-0095_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-0095_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-0095_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-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0095/figures/sub-0095_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-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095/ses-02/func/sub-0095_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>e1f157806124f991efaf1f2ac280b03e</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>16:23:0.495000</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.998207, 0.0546309, 0.0244415, -0.0516151, 0.992536, -0.110489]</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.0895549</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>[4238, -7793, -7221, 192, -127, -199, -79, 64]</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>249.17</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>54df4533-0292-4ec8-8dae-34ecc7b08f42||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.678117513656616, -0.13847962021827698, 0.08179696649312973, 117.13427734375], [-0.14657062292099, 2.6629021167755127, -0.2943784296512604, -86.28829193115234], [0.0655747801065445, 0.2964330017566681, 2.682657241821289, -92.55357360839844], [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': ['162300.495000', '162300.955000', '162301.415000', '162301.875000', '162302.335000', '162302.795000', '162303.255000', '162303.715000', '162304.175000', '162304.635000', '162305.095000', '162305.555000', '162306.015000', '162306.475000', '162306.935000', '162307.395000', '162307.855000', '162308.315000', '162308.775000', '162309.235000', '162309.695000', '162310.155000', '162310.615000', '162311.075000', '162311.535000', '162311.995000', '162312.455000', '162312.915000', '162313.375000', '162313.835000', '162314.295000', '162314.755000', '162315.215000', '162315.675000', '162316.135000', '162316.595000', '162317.055000', '162317.515000', '162317.975000', '162318.435000', '162318.895000', '162319.355000', '162319.815000', '162320.275000', '162320.735000', '162321.195000', '162321.655000', '162322.115000', '162322.575000', '162323.035000', '162323.495000', '162323.955000', '162324.415000', '162324.875000', '162325.335000', '162325.795000', '162326.255000', '162326.715000', '162327.175000', '162327.635000', '162328.095000', '162328.555000', '162329.015000', '162329.475000', '162329.935000', '162330.395000', '162330.855000', '162331.315000', '162331.775000', '162332.235000', '162332.695000', '162333.155000', '162333.615000', '162334.075000', '162334.535000', '162334.995000', '162335.455000', '162335.915000', '162336.375000', '162336.835000', '162337.295000', '162337.755000', '162338.215000', '162338.675000', '162339.135000', '162339.595000', '162340.055000', '162340.515000', '162340.975000', '162341.435000', '162341.895000', '162342.355000', '162342.815000', '162343.275000', '162343.735000', '162344.195000', '162344.655000', '162345.115000', '162345.575000', '162346.035000', '162346.495000', '162346.955000', '162347.415000', '162347.875000', '162348.335000', '162348.795000', '162349.255000', '162349.715000', '162350.175000', '162350.635000', '162351.095000', '162351.555000', '162352.015000', '162352.475000', '162352.935000', '162353.395000', '162353.855000', '162354.315000', '162354.775000', '162355.235000', '162355.695000', '162356.155000', '162356.615000', '162357.075000', '162357.535000', '162357.995000', '162358.455000', '162358.915000', '162359.375000', '162359.835000', '162400.295000', '162400.755000', '162401.215000', '162401.675000', '162402.135000', '162402.595000', '162403.055000', '162403.515000', '162403.975000', '162404.435000', '162404.895000', '162405.355000', '162405.815000', '162406.275000', '162406.735000', '162407.195000', '162407.655000', '162408.115000', '162408.575000', '162409.035000', '162409.495000', '162409.955000', '162410.415000', '162410.875000', '162411.335000', '162411.795000', '162412.255000', '162412.715000', '162413.175000', '162413.635000', '162414.095000', '162414.555000', '162415.015000', '162415.475000', '162415.935000', '162416.395000', '162416.855000', '162417.315000', '162417.775000', '162418.235000', '162418.695000', '162419.155000', '162419.615000', '162420.075000', '162420.535000', '162420.995000', '162421.455000', '162421.915000', '162422.375000', '162422.835000', '162423.295000', '162423.755000', '162424.215000', '162424.675000', '162425.135000', '162425.595000', '162426.055000', '162426.515000', '162426.975000', '162427.435000', '162427.895000', '162428.355000', '162428.815000', '162429.275000', '162429.735000', '162430.195000', '162430.655000', '162431.115000', '162431.575000', '162432.035000', '162432.495000', '162432.955000', '162433.415000', '162433.875000', '162434.335000', '162434.795000', '162435.255000', '162435.715000', '162436.175000', '162436.635000', '162437.095000', '162437.555000', '162438.015000', '162438.475000', '162438.935000', '162439.395000', '162439.855000', '162440.315000', '162440.775000', '162441.235000', '162441.695000', '162442.155000', '162442.615000', '162443.075000', '162443.535000', '162443.995000', '162444.455000', '162444.915000', '162445.375000', '162445.835000', '162446.295000', '162446.755000', '162447.215000', '162447.675000', '162448.135000', '162448.595000', '162449.055000', '162449.515000', '162449.975000', '162450.435000', '162450.895000', '162451.355000', '162451.815000', '162452.275000', '162452.735000', '162453.195000', '162453.655000', '162454.115000', '162454.575000', '162455.035000', '162455.495000', '162455.955000', '162456.415000', '162456.875000', '162457.335000', '162457.795000', '162458.255000', '162458.715000', '162459.175000', '162459.635000', '162500.095000', '162500.555000', '162501.015000', '162501.475000', '162501.935000', '162502.395000', '162502.855000', '162503.315000', '162503.775000', '162504.235000', '162504.695000', '162505.155000', '162505.615000', '162506.075000', '162506.535000', '162506.995000', '162507.455000', '162507.915000', '162508.375000', '162508.835000', '162509.295000', '162509.755000', '162510.215000', '162510.675000', '162511.135000', '162511.595000', '162512.055000', '162512.515000', '162512.975000', '162513.435000', '162513.895000', '162514.355000', '162514.815000', '162515.275000', '162515.735000', '162516.195000', '162516.655000', '162517.115000', '162517.575000', '162518.035000', '162518.495000', '162518.955000', '162519.415000', '162519.875000', '162520.335000', '162520.795000', '162521.255000', '162521.715000', '162522.175000', '162522.635000', '162523.095000', '162523.555000', '162524.015000', '162524.475000', '162524.935000', '162525.395000', '162525.855000', '162526.315000', '162526.775000', '162527.235000', '162527.695000', '162528.155000', '162528.615000', '162529.075000', '162529.535000', '162529.995000', '162530.455000', '162530.915000', '162531.375000', '162531.835000', '162532.295000', '162532.755000', '162533.215000', '162533.675000', '162534.135000', '162534.595000', '162535.055000', '162535.515000', '162535.975000', '162536.435000', '162536.895000', '162537.355000', '162537.815000', '162538.275000', '162538.735000', '162539.195000', '162539.655000', '162540.115000', '162540.575000', '162541.035000', '162541.495000', '162541.955000', '162542.415000', '162542.875000', '162543.335000', '162543.795000', '162544.255000', '162544.715000', '162545.175000', '162545.635000', '162546.095000', '162546.555000', '162547.015000', '162547.475000', '162547.935000', '162548.395000', '162548.855000', '162549.315000', '162549.775000', '162550.235000', '162550.695000', '162551.155000', '162551.615000', '162552.075000', '162552.535000', '162552.995000', '162553.455000', '162553.915000', '162554.375000', '162554.835000', '162555.295000', '162555.755000', '162556.215000', '162556.675000', '162557.135000', '162557.595000', '162558.055000', '162558.515000', '162558.975000', '162559.435000', '162559.895000', '162600.355000', '162600.815000', '162601.275000', '162601.735000', '162602.195000', '162602.655000', '162603.115000', '162603.575000', '162604.035000', '162604.495000', '162604.955000', '162605.415000', '162605.875000', '162606.335000', '162606.795000', '162607.255000', '162607.715000', '162608.175000', '162608.635000', '162609.095000', '162609.555000', '162610.015000', '162610.475000', '162610.935000', '162611.395000', '162611.855000', '162612.315000', '162612.775000', '162613.235000', '162613.695000', '162614.155000', '162614.615000', '162615.075000', '162615.535000', '162615.995000', '162616.455000', '162616.915000', '162617.375000', '162617.835000', '162618.295000', '162618.755000', '162619.215000', '162619.675000', '162620.135000', '162620.595000', '162621.055000', '162621.515000', '162621.975000', '162622.435000', '162622.895000', '162623.355000', '162623.815000', '162624.275000', '162624.735000', '162625.195000', '162625.655000', '162626.115000', '162626.575000', '162627.035000', '162627.495000', '162627.955000', '162628.415000', '162628.875000', '162629.335000', '162629.795000', '162630.255000', '162630.715000', '162631.175000', '162631.635000', '162632.095000', '162632.555000', '162633.015000', '162633.475000', '162633.935000', '162634.395000', '162634.855000', '162635.315000', '162635.775000', '162636.235000', '162636.695000', '162637.155000', '162637.615000', '162638.075000', '162638.535000', '162638.995000', '162639.455000', '162639.915000', '162640.375000', '162640.835000', '162641.295000', '162641.755000', '162642.215000', '162642.675000', '162643.135000', '162643.595000', '162644.055000', '162644.515000', '162644.975000', '162645.435000', '162645.895000', '162646.355000', '162646.815000', '162647.275000', '162647.735000', '162648.195000', '162648.655000', '162649.115000', '162649.575000', '162650.035000', '162650.495000', '162650.955000', '162651.415000', '162651.875000', '162652.335000', '162652.795000', '162653.255000', '162653.715000', '162654.175000', '162654.635000', '162655.095000', '162655.555000', '162656.015000', '162656.475000', '162656.935000', '162657.395000', '162657.855000', '162658.315000', '162658.775000', '162659.235000', '162659.695000', '162700.155000', '162700.615000', '162701.075000', '162701.535000', '162701.995000', '162702.455000', '162702.915000', '162703.375000', '162703.835000', '162704.295000', '162704.755000', '162705.215000', '162705.675000', '162706.135000', '162706.595000', '162707.055000', '162707.515000', '162707.975000', '162708.435000', '162708.895000', '162709.355000', '162709.815000', '162710.275000', '162710.735000', '162711.195000', '162711.655000', '162712.115000', '162712.575000', '162713.035000', '162713.495000', '162713.955000', '162714.415000', '162714.875000', '162715.335000', '162715.795000', '162716.255000', '162716.715000', '162717.175000', '162717.635000', '162718.095000', '162718.555000', '162719.015000', '162719.475000', '162719.935000', '162720.395000', '162720.855000', '162721.315000', '162721.775000', '162722.235000', '162722.695000', '162723.155000', '162723.615000', '162724.075000', '162724.535000', '162724.995000', '162725.455000', '162725.915000', '162726.375000', '162726.835000', '162727.295000', '162727.755000', '162728.215000', '162728.675000', '162729.135000', '162729.595000', '162730.055000', '162730.515000', '162730.975000', '162731.435000', '162731.895000', '162732.355000', '162732.815000', '162733.275000', '162733.735000', '162734.195000', '162734.655000', '162735.115000', '162735.575000', '162736.035000', '162736.495000', '162736.955000', '162737.415000', '162737.875000', '162738.335000', '162738.795000', '162739.255000', '162739.715000', '162740.175000', '162740.635000', '162741.095000', '162741.555000', '162742.015000', '162742.475000', '162742.935000', '162743.395000', '162743.855000', '162744.315000', '162744.775000', '162745.235000', '162745.695000', '162746.155000', '162746.615000', '162747.075000', '162747.535000', '162747.995000', '162748.455000', '162748.915000', '162749.375000', '162749.835000', '162750.295000', '162750.755000', '162751.215000', '162751.675000', '162752.135000', '162752.595000', '162753.055000', '162753.515000', '162753.975000', '162754.435000', '162754.895000', '162755.355000', '162755.815000', '162756.275000', '162756.735000', '162757.195000', '162757.655000', '162758.115000', '162758.575000', '162759.035000', '162759.495000', '162759.955000', '162800.415000', '162800.875000', '162801.335000', '162801.795000', '162802.255000', '162802.715000', '162803.175000', '162803.635000', '162804.095000', '162804.555000', '162805.015000', '162805.475000', '162805.935000', '162806.395000', '162806.855000', '162807.315000', '162807.775000', '162808.235000', '162808.695000', '162809.155000', '162809.615000', '162810.075000', '162810.535000', '162810.995000', '162811.455000', '162811.915000', '162812.375000', '162812.835000', '162813.295000', '162813.755000', '162814.215000', '162814.675000', '162815.135000', '162815.595000', '162816.055000', '162816.515000', '162816.975000', '162817.435000', '162817.895000', '162818.355000', '162818.815000', '162819.275000', '162819.735000', '162820.195000', '162820.655000', '162821.115000', '162821.575000', '162822.035000', '162822.495000', '162822.955000', '162823.415000', '162823.875000', '162824.335000', '162824.795000', '162825.255000', '162825.715000', '162826.175000', '162826.635000', '162827.095000', '162827.555000', '162828.015000', '162828.475000', '162828.935000', '162829.395000', '162829.855000', '162830.315000', '162830.775000', '162831.235000', '162831.695000', '162832.155000', '162832.615000', '162833.075000', '162833.535000', '162833.995000', '162834.455000', '162834.915000', '162835.375000', '162835.835000', '162836.295000', '162836.755000', '162837.215000', '162837.675000', '162838.135000', '162838.595000', '162839.055000', '162839.515000', '162839.975000', '162840.435000', '162840.895000', '162841.355000', '162841.815000', '162842.275000', '162842.735000', '162843.195000', '162843.655000', '162844.115000', '162844.575000', '162845.035000', '162845.495000', '162845.955000', '162846.415000', '162846.875000', '162847.335000', '162847.795000', '162848.255000', '162848.715000', '162849.175000', '162849.635000', '162850.095000', '162850.555000', '162851.015000', '162851.475000', '162851.935000', '162852.395000', '162852.855000', '162853.315000', '162853.775000', '162854.235000', '162854.695000', '162855.155000', '162855.615000', '162856.075000', '162856.535000', '162856.995000', '162857.455000', '162857.915000', '162858.375000', '162858.835000', '162859.295000', '162859.755000', '162900.215000', '162900.675000', '162901.135000', '162901.595000', '162902.055000', '162902.515000', '162902.975000', '162903.435000', '162903.895000', '162904.355000', '162904.815000', '162905.275000', '162905.735000', '162906.195000', '162906.655000', '162907.115000', '162907.575000', '162908.035000', '162908.495000', '162908.955000', '162909.415000', '162909.875000', '162910.335000', '162910.795000', '162911.255000', '162911.715000', '162912.175000', '162912.635000', '162913.095000', '162913.555000', '162914.015000', '162914.475000', '162914.935000', '162915.395000', '162915.855000', '162916.315000', '162916.775000', '162917.235000', '162917.695000', '162918.155000', '162918.615000', '162919.075000', '162919.535000', '162919.995000', '162920.455000', '162920.915000', '162921.375000', '162921.835000', '162922.295000', '162922.755000', '162923.215000', '162923.675000', '162924.135000', '162924.595000', '162925.055000', '162925.515000', '162925.975000', '162926.435000', '162926.895000', '162927.355000', '162927.815000', '162928.275000', '162928.735000', '162929.195000', '162929.655000', '162930.115000', '162930.575000', '162931.035000', '162931.495000', '162931.955000', '162932.415000', '162932.875000', '162933.335000', '162933.795000', '162934.255000', '162934.715000', '162935.175000', '162935.635000', '162936.095000', '162936.555000', '162937.015000', '162937.475000', '162937.935000', '162938.395000', '162938.855000', '162939.315000', '162939.775000', '162940.235000', '162940.695000', '162941.155000', '162941.615000', '162942.075000', '162942.535000', '162942.995000', '162943.455000', '162943.915000', '162944.375000', '162944.835000', '162945.295000', '162945.755000', '162946.215000', '162946.675000', '162947.135000', '162947.595000', '162948.055000', '162948.515000', '162948.975000', '162949.435000', '162949.895000', '162950.355000', '162950.815000', '162951.275000', '162951.735000', '162952.195000', '162952.655000', '162953.115000', '162953.575000', '162954.035000', '162954.495000', '162954.955000', '162955.415000', '162955.875000', '162956.335000', '162956.795000', '162957.255000', '162957.715000', '162958.175000', '162958.635000', '162959.095000', '162959.555000', '163000.015000', '163000.475000', '163000.935000', '163001.395000', '163001.855000', '163002.315000', '163002.775000', '163003.235000', '163003.695000', '163004.155000', '163004.615000', '163005.075000', '163005.535000', '163005.995000', '163006.455000', '163006.915000', '163007.375000', '163007.835000', '163008.295000', '163008.755000', '163009.215000', '163009.675000', '163010.135000', '163010.595000', '163011.055000', '163011.515000', '163011.975000', '163012.435000', '163012.895000', '163013.355000', '163013.815000', '163014.275000', '163014.735000', '163015.195000', '163015.655000', '163016.115000', '163016.575000', '163017.035000', '163017.495000', '163017.955000', '163018.415000', '163018.875000', '163019.335000', '163019.795000', '163020.255000', '163020.715000', '163021.175000', '163021.635000', '163022.095000', '163022.555000', '163023.015000', '163023.475000', '163023.935000', '163024.395000', '163024.855000', '163025.315000', '163025.775000', '163026.235000', '163026.695000', '163027.155000', '163027.615000', '163028.075000', '163028.535000', '163028.995000', '163029.455000', '163029.915000', '163030.375000', '163030.835000', '163031.295000', '163031.755000', '163032.215000', '163032.675000', '163033.135000', '163033.595000', '163034.055000', '163034.515000', '163034.975000', '163035.435000', '163035.895000', '163036.355000', '163036.815000', '163037.275000', '163037.735000', '163038.195000', '163038.655000', '163039.115000', '163039.575000', '163040.035000', '163040.495000', '163040.955000', '163041.415000', '163041.875000', '163042.335000', '163042.795000', '163043.255000', '163043.715000', '163044.175000', '163044.635000', '163045.095000', '163045.555000', '163046.015000', '163046.475000', '163046.935000', '163047.395000', '163047.855000', '163048.315000', '163048.775000', '163049.235000', '163049.695000', '163050.155000', '163050.615000', '163051.075000', '163051.535000', '163051.995000', '163052.455000', '163052.915000', '163053.375000', '163053.835000', '163054.295000', '163054.755000', '163055.215000', '163055.675000', '163056.135000', '163056.595000', '163057.055000', '163057.515000', '163057.975000', '163058.435000', '163058.895000', '163059.355000', '163059.815000', '163100.275000', '163100.735000', '163101.195000', '163101.655000', '163102.115000', '163102.575000', '163103.035000', '163103.495000', '163103.955000', '163104.415000', '163104.875000', '163105.335000', '163105.795000', '163106.255000', '163106.715000', '163107.175000', '163107.635000', '163108.095000', '163108.555000', '163109.015000', '163109.475000', '163109.935000', '163110.395000', '163110.855000', '163111.315000', '163111.775000', '163112.235000', '163112.695000', '163113.155000', '163113.615000', '163114.075000', '163114.535000', '163114.995000', '163115.455000', '163115.915000', '163116.375000', '163116.835000', '163117.295000', '163117.755000', '163118.215000', '163118.675000', '163119.135000', '163119.595000', '163120.055000', '163120.515000', '163120.975000', '163121.435000', '163121.895000', '163122.355000', '163122.815000', '163123.275000', '163123.735000', '163124.195000', '163124.655000', '163125.115000', '163125.575000', '163126.035000', '163126.495000', '163126.955000', '163127.415000', '163127.875000', '163128.335000', '163128.795000', '163129.255000', '163129.715000', '163130.175000', '163130.635000', '163131.095000', '163131.555000', '163132.015000', '163132.475000', '163132.935000', '163133.395000', '163133.855000', '163134.315000', '163134.775000', '163135.235000', '163135.695000', '163136.155000', '163136.615000', '163137.075000', '163137.535000', '163137.995000', '163138.455000', '163138.915000', '163139.375000', '163139.835000', '163140.295000', '163140.755000', '163141.215000', '163141.675000', '163142.135000', '163142.595000', '163143.055000', '163143.515000', '163143.975000', '163144.435000', '163144.895000', '163145.355000', '163145.815000', '163146.275000', '163146.735000', '163147.195000', '163147.655000', '163148.115000', '163148.575000', '163149.035000', '163149.495000', '163149.955000', '163150.415000', '163150.875000', '163151.335000', '163151.795000', '163152.255000', '163152.715000'], 'ContentTime': ['162322.731000', '162322.735000', '162322.737000', '162322.740000', '162322.743000', '162322.745000', '162322.748000', '162322.751000', '162322.753000', '162322.756000', '162322.759000', '162322.761000', '162322.764000', '162322.767000', '162322.769000', '162322.772000', '162322.774000', '162322.777000', '162322.780000', '162322.782000', '162322.791000', '162322.794000', '162322.796000', '162322.799000', '162322.802000', '162322.804000', '162322.807000', '162322.810000', '162322.812000', '162322.815000', '162322.817000', '162322.820000', '162322.823000', '162322.825000', '162322.828000', '162322.831000', '162322.833000', '162322.836000', '162322.838000', '162322.841000', '162322.844000', '162322.846000', '162322.849000', '162322.852000', '162322.859000', '162322.862000', '162322.865000', '162342.703000', '162342.706000', '162342.708000', '162342.711000', '162342.713000', '162342.716000', '162342.719000', '162342.721000', '162342.724000', '162342.727000', '162342.729000', '162342.732000', '162342.734000', '162342.737000', '162342.740000', '162342.742000', '162342.745000', '162342.748000', '162342.750000', '162342.753000', '162342.755000', '162342.758000', '162342.764000', '162342.767000', '162342.769000', '162342.772000', '162342.775000', '162342.777000', '162342.780000', '162342.783000', '162342.785000', '162342.788000', '162342.790000', '162342.793000', '162342.796000', '162342.798000', '162342.852000', '162342.855000', '162342.858000', '162342.860000', '162342.863000', '162342.866000', '162342.868000', '162402.702000', '162402.705000', '162402.708000', '162402.711000', '162402.713000', '162402.716000', '162402.720000', '162402.723000', '162402.725000', '162402.728000', '162402.731000', '162402.733000', '162402.736000', '162402.739000', '162402.741000', '162402.744000', '162402.747000', '162402.749000', '162402.752000', '162402.754000', '162402.757000', '162402.760000', '162402.763000', '162402.765000', '162402.768000', '162402.770000', '162402.773000', '162402.776000', '162402.778000', '162402.786000', '162402.789000', '162402.791000', '162402.794000', '162402.796000', '162402.799000', '162402.802000', '162402.804000', '162402.807000', '162402.810000', '162402.813000', '162402.815000', '162402.818000', '162402.821000', '162402.823000', '162422.702000', '162422.705000', '162422.708000', '162422.713000', '162422.716000', '162422.719000', '162422.721000', '162422.724000', '162422.727000', '162422.729000', '162422.732000', '162422.735000', '162422.737000', '162422.740000', '162422.743000', '162422.745000', '162422.748000', '162422.750000', '162422.753000', '162422.756000', '162422.759000', '162422.761000', '162422.764000', '162422.766000', '162422.769000', '162422.772000', '162422.774000', '162422.777000', '162422.779000', '162422.782000', '162422.785000', '162422.787000', '162422.790000', '162422.793000', '162422.796000', '162422.823000', '162422.826000', '162422.829000', '162422.831000', '162422.834000', '162422.837000', '162422.839000', '162422.842000', '162442.703000', '162442.706000', '162442.709000', '162442.712000', '162442.714000', '162442.717000', '162442.720000', '162442.722000', '162442.725000', '162442.728000', '162442.730000', '162442.733000', '162442.735000', '162442.738000', '162442.741000', '162442.743000', '162442.746000', '162442.749000', '162442.751000', '162442.754000', '162442.757000', '162442.759000', '162442.762000', '162442.765000', '162442.767000', '162442.770000', '162442.773000', '162442.775000', '162442.778000', '162442.781000', '162442.783000', '162442.786000', '162442.789000', '162442.791000', '162442.794000', '162442.797000', '162442.799000', '162442.822000', '162442.824000', '162442.827000', '162442.830000', '162442.832000', '162442.835000', '162442.838000', '162502.703000', '162502.706000', '162502.709000', '162502.712000', '162502.714000', '162502.717000', '162502.719000', '162502.722000', '162502.725000', '162502.727000', '162502.730000', '162502.733000', '162502.735000', '162502.738000', '162502.741000', '162502.743000', '162502.746000', '162502.749000', '162502.751000', '162502.754000', '162502.757000', '162502.759000', '162502.762000', '162502.764000', '162502.767000', '162502.769000', '162502.772000', '162502.775000', '162502.777000', '162502.780000', '162502.783000', '162502.785000', '162502.788000', '162502.791000', '162502.793000', '162502.796000', '162502.798000', '162502.849000', '162502.852000', '162502.854000', '162502.857000', '162502.860000', '162502.862000', '162522.704000', '162522.707000', '162522.709000', '162522.712000', '162522.715000', '162522.717000', '162522.720000', '162522.723000', '162522.726000', '162522.729000', '162522.731000', '162522.734000', '162522.737000', '162522.739000', '162522.742000', '162522.745000', '162522.747000', '162522.750000', '162522.753000', '162522.755000', '162522.758000', '162522.761000', '162522.764000', '162522.766000', '162522.769000', '162522.772000', '162522.774000', '162522.777000', '162522.780000', '162522.782000', '162522.785000', '162522.788000', '162522.790000', '162522.793000', '162522.796000', '162522.798000', '162522.836000', '162522.839000', '162522.842000', '162522.844000', '162522.847000', '162522.850000', '162522.852000', '162542.703000', '162542.706000', '162542.708000', '162542.711000', '162542.714000', '162542.716000', '162542.719000', '162542.721000', '162542.724000', '162542.727000', '162542.729000', '162542.732000', '162542.735000', '162542.737000', '162542.740000', '162542.743000', '162542.745000', '162542.753000', '162542.756000', '162542.759000', '162542.761000', '162542.764000', '162542.766000', '162542.769000', '162542.772000', '162542.774000', '162542.777000', '162542.780000', '162542.782000', '162542.785000', '162542.788000', '162542.790000', '162542.793000', '162542.796000', '162542.798000', '162542.801000', '162542.804000', '162542.806000', '162542.809000', '162542.812000', '162542.814000', '162542.817000', '162542.819000', '162542.822000', '162602.703000', '162602.711000', '162602.713000', '162602.716000', '162602.719000', '162602.721000', '162602.724000', '162602.727000', '162602.729000', '162602.732000', '162602.734000', '162602.737000', '162602.740000', '162602.742000', '162602.745000', '162602.748000', '162602.751000', '162602.753000', '162602.756000', '162602.758000', '162602.761000', '162602.764000', '162602.766000', '162602.769000', '162602.772000', '162602.774000', '162602.777000', '162602.780000', '162602.782000', '162602.785000', '162602.787000', '162602.805000', '162602.840000', '162602.842000', '162602.845000', '162602.848000', '162602.851000', '162602.853000', '162602.856000', '162602.859000', '162602.861000', '162602.864000', '162602.866000', '162622.703000', '162622.705000', '162622.708000', '162622.711000', '162622.714000', '162622.716000', '162622.719000', '162622.722000', '162622.724000', '162622.727000', '162622.730000', '162622.732000', '162622.735000', '162622.738000', '162622.740000', '162622.743000', '162622.746000', '162622.748000', '162622.751000', '162622.753000', '162622.756000', '162622.759000', '162622.761000', '162622.764000', '162622.767000', '162622.769000', '162622.772000', '162622.775000', '162622.777000', '162622.780000', '162622.782000', '162622.785000', '162622.788000', '162622.790000', '162622.793000', '162622.845000', '162622.848000', '162622.850000', '162622.853000', '162622.856000', '162622.858000', '162622.861000', '162622.864000', '162622.866000', '162642.702000', '162642.705000', '162642.708000', '162642.711000', '162642.714000', '162642.716000', '162642.719000', '162642.721000', '162642.724000', '162642.727000', '162642.729000', '162642.732000', '162642.735000', '162642.737000', '162642.740000', '162642.743000', '162642.746000', '162642.748000', '162642.751000', '162642.753000', '162642.756000', '162642.759000', '162642.762000', '162642.765000', '162642.768000', '162642.771000', '162642.774000', '162642.776000', '162642.779000', '162642.782000', '162642.784000', '162642.787000', '162642.789000', '162642.792000', '162642.795000', '162642.799000', '162642.869000', '162642.872000', '162642.875000', '162642.877000', '162642.880000', '162642.883000', '162642.885000', '162702.723000', '162702.726000', '162702.729000', '162702.732000', '162702.734000', '162702.737000', '162702.740000', '162702.742000', '162702.745000', '162702.748000', '162702.750000', '162702.753000', '162702.755000', '162702.758000', '162702.761000', '162702.763000', '162702.766000', '162702.769000', '162702.771000', '162702.774000', '162702.777000', '162702.779000', '162702.782000', '162702.784000', '162702.787000', '162702.790000', '162702.793000', '162702.795000', '162702.798000', '162702.843000', '162702.846000', '162702.848000', '162702.851000', '162702.854000', '162702.856000', '162702.859000', '162702.862000', '162702.864000', '162702.867000', '162702.869000', '162702.872000', '162702.875000', '162702.877000', '162702.880000', '162722.704000', '162722.706000', '162722.709000', '162722.712000', '162722.715000', '162722.717000', '162722.720000', '162722.723000', '162722.725000', '162722.728000', '162722.731000', '162722.734000', '162722.736000', '162722.739000', '162722.741000', '162722.745000', '162722.747000', '162722.750000', '162722.752000', '162722.755000', '162722.758000', '162722.761000', '162722.763000', '162722.766000', '162722.769000', '162722.772000', '162722.774000', '162722.777000', '162722.780000', '162722.782000', '162722.785000', '162722.788000', '162722.790000', '162722.793000', '162722.795000', '162722.798000', '162722.843000', '162722.846000', '162722.848000', '162722.851000', '162722.854000', '162722.856000', '162722.859000', '162742.704000', '162742.706000', '162742.709000', '162742.712000', '162742.715000', '162742.717000', '162742.720000', '162742.722000', '162742.725000', '162742.728000', '162742.730000', '162742.733000', '162742.736000', '162742.739000', '162742.741000', '162742.744000', '162742.746000', '162742.749000', '162742.752000', '162742.754000', '162742.757000', '162742.760000', '162742.762000', '162742.765000', '162742.768000', '162742.770000', '162742.773000', '162742.776000', '162742.778000', '162742.781000', '162742.784000', '162742.786000', '162742.789000', '162742.792000', '162742.794000', '162742.797000', '162742.856000', '162742.859000', '162742.861000', '162742.864000', '162742.867000', '162742.869000', '162742.872000', '162742.875000', '162802.703000', '162802.706000', '162802.708000', '162802.711000', '162802.714000', '162802.716000', '162802.719000', '162802.722000', '162802.724000', '162802.727000', '162802.730000', '162802.732000', '162802.735000', '162802.737000', '162802.740000', '162802.743000', '162802.745000', '162802.748000', '162802.751000', '162802.753000', '162802.756000', '162802.759000', '162802.761000', '162802.764000', '162802.767000', '162802.769000', '162802.772000', '162802.775000', '162802.777000', '162802.780000', '162802.783000', '162802.786000', '162802.789000', '162802.791000', '162802.794000', '162802.797000', '162802.800000', '162802.805000', '162802.807000', '162802.810000', '162802.813000', '162802.815000', '162802.818000', '162822.702000', '162822.705000', '162822.708000', '162822.711000', '162822.714000', '162822.716000', '162822.719000', '162822.722000', '162822.724000', '162822.727000', '162822.729000', '162822.732000', '162822.735000', '162822.738000', '162822.740000', '162822.743000', '162822.746000', '162822.748000', '162822.751000', '162822.753000', '162822.758000', '162822.761000', '162822.763000', '162822.766000', '162822.769000', '162822.771000', '162822.774000', '162822.777000', '162822.779000', '162822.782000', '162822.785000', '162822.787000', '162822.790000', '162822.792000', '162822.795000', '162822.798000', '162822.857000', '162822.859000', '162822.862000', '162822.865000', '162822.867000', '162822.870000', '162822.873000', '162822.875000', '162842.703000', '162842.706000', '162842.709000', '162842.711000', '162842.714000', '162842.717000', '162842.719000', '162842.722000', '162842.724000', '162842.727000', '162842.730000', '162842.732000', '162842.735000', '162842.738000', '162842.740000', '162842.743000', '162842.746000', '162842.748000', '162842.751000', '162842.754000', '162842.756000', '162842.759000', '162842.762000', '162842.764000', '162842.767000', '162842.770000', '162842.772000', '162842.775000', '162842.777000', '162842.780000', '162842.783000', '162842.785000', '162842.788000', '162842.791000', '162842.793000', '162842.796000', '162842.799000', '162842.841000', '162842.844000', '162842.847000', '162842.849000', '162842.852000', '162842.854000', '162902.702000', '162902.705000', '162902.708000', '162902.711000', '162902.713000', '162902.716000', '162902.719000', '162902.721000', '162902.724000', '162902.727000', '162902.729000', '162902.732000', '162902.735000', '162902.737000', '162902.740000', '162902.743000', '162902.745000', '162902.748000', '162902.751000', '162902.753000', '162902.756000', '162902.758000', '162902.761000', '162902.763000', '162902.777000', '162902.779000', '162902.782000', '162902.784000', '162902.787000', '162902.790000', '162902.792000', '162902.795000', '162902.797000', '162902.871000', '162902.873000', '162902.876000', '162902.878000', '162902.881000', '162902.884000', '162902.886000', '162902.889000', '162902.891000', '162902.894000', '162902.897000', '162922.703000', '162922.706000', '162922.709000', '162922.711000', '162922.714000', '162922.717000', '162922.720000', '162922.722000', '162922.725000', '162922.727000', '162922.730000', '162922.733000', '162922.735000', '162922.738000', '162922.741000', '162922.743000', '162922.746000', '162922.749000', '162922.751000', '162922.754000', '162922.757000', '162922.759000', '162922.762000', '162922.765000', '162922.767000', '162922.770000', '162922.773000', '162922.775000', '162922.778000', '162922.781000', '162922.783000', '162922.786000', '162922.788000', '162922.791000', '162922.794000', '162922.796000', '162922.799000', '162922.834000', '162922.837000', '162922.840000', '162922.842000', '162922.845000', '162922.848000', '162942.703000', '162942.706000', '162942.709000', '162942.712000', '162942.715000', '162942.717000', '162942.720000', '162942.723000', '162942.725000', '162942.728000', '162942.731000', '162942.733000', '162942.736000', '162942.739000', '162942.741000', '162942.744000', '162942.746000', '162942.749000', '162942.752000', '162942.755000', '162942.757000', '162942.760000', '162942.763000', '162942.765000', '162942.768000', '162942.770000', '162942.773000', '162942.776000', '162942.778000', '162942.781000', '162942.783000', '162942.786000', '162942.789000', '162942.791000', '162942.794000', '162942.797000', '162942.799000', '162942.860000', '162942.863000', '162942.865000', '162942.868000', '162942.871000', '162942.873000', '162942.876000', '163002.703000', '163002.706000', '163002.709000', '163002.712000', '163002.714000', '163002.717000', '163002.720000', '163002.722000', '163002.725000', '163002.728000', '163002.730000', '163002.733000', '163002.736000', '163002.738000', '163002.741000', '163002.744000', '163002.746000', '163002.749000', '163002.751000', '163002.754000', '163002.757000', '163002.760000', '163002.762000', '163002.765000', '163002.768000', '163002.770000', '163002.773000', '163002.776000', '163002.785000', '163002.787000', '163002.790000', '163002.793000', '163002.795000', '163002.798000', '163002.865000', '163002.868000', '163002.871000', '163002.873000', '163002.876000', '163002.878000', '163002.881000', '163002.884000', '163002.886000', '163022.702000', '163022.705000', '163022.708000', '163022.711000', '163022.714000', '163022.716000', '163022.719000', '163022.721000', '163022.724000', '163022.727000', '163022.730000', '163022.732000', '163022.735000', '163022.738000', '163022.740000', '163022.743000', '163022.746000', '163022.749000', '163022.751000', '163022.754000', '163022.767000', '163022.770000', '163022.772000', '163022.775000', '163022.777000', '163022.780000', '163022.783000', '163022.785000', '163022.788000', '163022.791000', '163022.793000', '163022.796000', '163022.799000', '163022.874000', '163022.877000', '163022.879000', '163022.882000', '163022.885000', '163022.887000', '163022.890000', '163022.892000', '163022.895000', '163022.898000', '163022.900000', '163042.703000', '163042.705000', '163042.708000', '163042.711000', '163042.713000', '163042.716000', '163042.719000', '163042.721000', '163042.724000', '163042.727000', '163042.729000', '163042.732000', '163042.734000', '163042.737000', '163042.740000', '163042.742000', '163042.745000', '163042.748000', '163042.750000', '163042.753000', '163042.756000', '163042.758000', '163042.761000', '163042.764000', '163042.766000', '163042.769000', '163042.772000', '163042.774000', '163042.777000', '163042.779000', '163042.782000', '163042.785000', '163042.787000', '163042.790000', '163042.793000', '163042.796000', '163042.798000', '163042.831000', '163042.834000', '163042.837000', '163042.839000', '163042.842000', '163042.844000', '163102.702000', '163102.705000', '163102.708000', '163102.711000', '163102.713000', '163102.716000', '163102.719000', '163102.721000', '163102.724000', '163102.727000', '163102.729000', '163102.732000', '163102.735000', '163102.737000', '163102.740000', '163102.743000', '163102.745000', '163102.748000', '163102.751000', '163102.753000', '163102.756000', '163102.759000', '163102.761000', '163102.764000', '163102.767000', '163102.769000', '163102.772000', '163102.775000', '163102.777000', '163102.780000', '163102.782000', '163102.785000', '163102.788000', '163102.790000', '163102.793000', '163102.796000', '163102.798000', '163102.801000', '163102.804000', '163102.806000', '163102.809000', '163102.812000', '163102.814000', '163102.817000', '163122.703000', '163122.706000', '163122.708000', '163122.711000', '163122.714000', '163122.716000', '163122.719000', '163122.722000', '163122.724000', '163122.727000', '163122.730000', '163122.732000', '163122.735000', '163122.738000', '163122.740000', '163122.743000', '163122.746000', '163122.748000', '163122.751000', '163122.754000', '163122.756000', '163122.759000', '163122.762000', '163122.764000', '163122.767000', '163122.770000', '163122.772000', '163122.775000', '163122.778000', '163122.781000', '163122.783000', '163122.786000', '163122.789000', '163122.791000', '163122.794000', '163122.797000', '163122.799000', '163122.868000', '163122.870000', '163122.883000', '163122.886000', '163122.889000', '163122.891000', '163142.704000', '163142.706000', '163142.709000', '163142.712000', '163142.714000', '163142.718000', '163142.721000', '163142.724000', '163142.727000', '163142.729000', '163142.732000', '163142.734000', '163142.737000', '163142.740000', '163142.742000', '163142.745000', '163142.748000', '163142.760000', '163142.763000', '163142.766000', '163142.768000', '163142.771000', '163142.774000', '163142.777000', '163142.779000', '163142.782000', '163142.785000', '163142.787000', '163142.790000', '163142.793000', '163142.796000', '163142.798000', '163142.855000', '163142.858000', '163142.860000', '163142.863000', '163142.866000', '163142.868000', '163142.871000', '163142.873000', '163142.876000', '163142.879000', '163142.881000', '163142.884000', '163153.682000', '163153.685000', '163153.688000', '163153.691000', '163153.693000', '163153.696000', '163153.700000', '163153.703000', '163153.706000', '163153.709000', '163153.712000', '163153.715000', '163153.718000', '163153.721000', '163153.724000', '163153.727000', '163153.730000', '163153.733000', '163153.736000', '163153.739000', '163153.741000', '163153.744000', '163153.747000', '163153.751000'], 'InstanceCreationTime': ['162322.731000', '162322.735000', '162322.737000', '162322.740000', '162322.743000', '162322.745000', '162322.748000', '162322.751000', '162322.753000', '162322.756000', '162322.759000', '162322.761000', '162322.764000', '162322.767000', '162322.769000', '162322.772000', '162322.774000', '162322.777000', '162322.780000', '162322.782000', '162322.791000', '162322.794000', '162322.796000', '162322.799000', '162322.802000', '162322.804000', '162322.807000', '162322.810000', '162322.812000', '162322.815000', '162322.817000', '162322.820000', '162322.823000', '162322.825000', '162322.828000', '162322.831000', '162322.833000', '162322.836000', '162322.838000', '162322.841000', '162322.844000', '162322.846000', '162322.849000', '162322.852000', '162322.859000', '162322.862000', '162322.865000', '162342.703000', '162342.706000', '162342.708000', '162342.711000', '162342.713000', '162342.716000', '162342.719000', '162342.721000', '162342.724000', '162342.727000', '162342.729000', '162342.732000', '162342.734000', '162342.737000', '162342.740000', '162342.742000', '162342.745000', '162342.748000', '162342.750000', '162342.753000', '162342.755000', '162342.758000', '162342.764000', '162342.767000', '162342.769000', '162342.772000', '162342.775000', '162342.777000', '162342.780000', '162342.783000', '162342.785000', '162342.788000', '162342.790000', '162342.793000', '162342.796000', '162342.798000', '162342.852000', '162342.855000', '162342.858000', '162342.860000', '162342.863000', '162342.866000', '162342.868000', '162402.702000', '162402.705000', '162402.708000', '162402.711000', '162402.713000', '162402.716000', '162402.720000', '162402.723000', '162402.725000', '162402.728000', '162402.731000', '162402.733000', '162402.736000', '162402.739000', '162402.741000', '162402.744000', '162402.747000', '162402.749000', '162402.752000', '162402.754000', '162402.757000', '162402.760000', '162402.763000', '162402.765000', '162402.768000', '162402.770000', '162402.773000', '162402.776000', '162402.778000', '162402.786000', '162402.789000', '162402.791000', '162402.794000', '162402.796000', '162402.799000', '162402.802000', '162402.804000', '162402.807000', '162402.810000', '162402.813000', '162402.815000', '162402.818000', '162402.821000', '162402.823000', '162422.702000', '162422.705000', '162422.708000', '162422.713000', '162422.716000', '162422.719000', '162422.721000', '162422.724000', '162422.727000', '162422.729000', '162422.732000', '162422.735000', '162422.737000', '162422.740000', '162422.743000', '162422.745000', '162422.748000', '162422.750000', '162422.753000', '162422.756000', '162422.759000', '162422.761000', '162422.764000', '162422.766000', '162422.769000', '162422.772000', '162422.774000', '162422.777000', '162422.779000', '162422.782000', '162422.785000', '162422.787000', '162422.790000', '162422.793000', '162422.796000', '162422.823000', '162422.826000', '162422.829000', '162422.831000', '162422.834000', '162422.837000', '162422.839000', '162422.842000', '162442.703000', '162442.706000', '162442.709000', '162442.712000', '162442.714000', '162442.717000', '162442.720000', '162442.722000', '162442.725000', '162442.728000', '162442.730000', '162442.733000', '162442.735000', '162442.738000', '162442.741000', '162442.743000', '162442.746000', '162442.749000', '162442.751000', '162442.754000', '162442.757000', '162442.759000', '162442.762000', '162442.765000', '162442.767000', '162442.770000', '162442.773000', '162442.775000', '162442.778000', '162442.781000', '162442.783000', '162442.786000', '162442.789000', '162442.791000', '162442.794000', '162442.797000', '162442.799000', '162442.822000', '162442.824000', '162442.827000', '162442.830000', '162442.832000', '162442.835000', '162442.838000', '162502.703000', '162502.706000', '162502.709000', '162502.712000', '162502.714000', '162502.717000', '162502.719000', '162502.722000', '162502.725000', '162502.727000', '162502.730000', '162502.733000', '162502.735000', '162502.738000', '162502.741000', '162502.743000', '162502.746000', '162502.749000', '162502.751000', '162502.754000', '162502.757000', '162502.759000', '162502.762000', '162502.764000', '162502.767000', '162502.769000', '162502.772000', '162502.775000', '162502.777000', '162502.780000', '162502.783000', '162502.785000', '162502.788000', '162502.791000', '162502.793000', '162502.796000', '162502.798000', '162502.849000', '162502.852000', '162502.854000', '162502.857000', '162502.860000', '162502.862000', '162522.704000', '162522.707000', '162522.709000', '162522.712000', '162522.715000', '162522.717000', '162522.720000', '162522.723000', '162522.726000', '162522.729000', '162522.731000', '162522.734000', '162522.737000', '162522.739000', '162522.742000', '162522.745000', '162522.747000', '162522.750000', '162522.753000', '162522.755000', '162522.758000', '162522.761000', '162522.764000', '162522.766000', '162522.769000', '162522.772000', '162522.774000', '162522.777000', '162522.780000', '162522.782000', '162522.785000', '162522.788000', '162522.790000', '162522.793000', '162522.796000', '162522.798000', '162522.836000', '162522.839000', '162522.842000', '162522.844000', '162522.847000', '162522.850000', '162522.852000', '162542.703000', '162542.706000', '162542.708000', '162542.711000', '162542.714000', '162542.716000', '162542.719000', '162542.721000', '162542.724000', '162542.727000', '162542.729000', '162542.732000', '162542.735000', '162542.737000', '162542.740000', '162542.743000', '162542.745000', '162542.753000', '162542.756000', '162542.759000', '162542.761000', '162542.764000', '162542.766000', '162542.769000', '162542.772000', '162542.774000', '162542.777000', '162542.780000', '162542.782000', '162542.785000', '162542.788000', '162542.790000', '162542.793000', '162542.796000', '162542.798000', '162542.801000', '162542.804000', '162542.806000', '162542.809000', '162542.812000', '162542.814000', '162542.817000', '162542.819000', '162542.822000', '162602.703000', '162602.711000', '162602.713000', '162602.716000', '162602.719000', '162602.721000', '162602.724000', '162602.727000', '162602.729000', '162602.732000', '162602.734000', '162602.737000', '162602.740000', '162602.742000', '162602.745000', '162602.748000', '162602.751000', '162602.753000', '162602.756000', '162602.758000', '162602.761000', '162602.764000', '162602.766000', '162602.769000', '162602.772000', '162602.774000', '162602.777000', '162602.780000', '162602.782000', '162602.785000', '162602.787000', '162602.805000', '162602.840000', '162602.842000', '162602.845000', '162602.848000', '162602.851000', '162602.853000', '162602.856000', '162602.859000', '162602.861000', '162602.864000', '162602.866000', '162622.703000', '162622.705000', '162622.708000', '162622.711000', '162622.714000', '162622.716000', '162622.719000', '162622.722000', '162622.724000', '162622.727000', '162622.730000', '162622.732000', '162622.735000', '162622.738000', '162622.740000', '162622.743000', '162622.746000', '162622.748000', '162622.751000', '162622.753000', '162622.756000', '162622.759000', '162622.761000', '162622.764000', '162622.767000', '162622.769000', '162622.772000', '162622.775000', '162622.777000', '162622.780000', '162622.782000', '162622.785000', '162622.788000', '162622.790000', '162622.793000', '162622.845000', '162622.848000', '162622.850000', '162622.853000', '162622.856000', '162622.858000', '162622.861000', '162622.864000', '162622.866000', '162642.702000', '162642.705000', '162642.708000', '162642.711000', '162642.714000', '162642.716000', '162642.719000', '162642.721000', '162642.724000', '162642.727000', '162642.729000', '162642.732000', '162642.735000', '162642.737000', '162642.740000', '162642.743000', '162642.746000', '162642.748000', '162642.751000', '162642.753000', '162642.756000', '162642.759000', '162642.762000', '162642.765000', '162642.768000', '162642.771000', '162642.774000', '162642.776000', '162642.779000', '162642.782000', '162642.784000', '162642.787000', '162642.789000', '162642.792000', '162642.795000', '162642.799000', '162642.869000', '162642.872000', '162642.875000', '162642.877000', '162642.880000', '162642.883000', '162642.885000', '162702.723000', '162702.726000', '162702.729000', '162702.732000', '162702.734000', '162702.737000', '162702.740000', '162702.742000', '162702.745000', '162702.748000', '162702.750000', '162702.753000', '162702.755000', '162702.758000', '162702.761000', '162702.763000', '162702.766000', '162702.769000', '162702.771000', '162702.774000', '162702.777000', '162702.779000', '162702.782000', '162702.784000', '162702.787000', '162702.790000', '162702.793000', '162702.795000', '162702.798000', '162702.843000', '162702.846000', '162702.848000', '162702.851000', '162702.854000', '162702.856000', '162702.859000', '162702.862000', '162702.864000', '162702.867000', '162702.869000', '162702.872000', '162702.875000', '162702.877000', '162702.880000', '162722.704000', '162722.706000', '162722.709000', '162722.712000', '162722.715000', '162722.717000', '162722.720000', '162722.723000', '162722.725000', '162722.728000', '162722.731000', '162722.734000', '162722.736000', '162722.739000', '162722.741000', '162722.745000', '162722.747000', '162722.750000', '162722.752000', '162722.755000', '162722.758000', '162722.761000', '162722.763000', '162722.766000', '162722.769000', '162722.772000', '162722.774000', '162722.777000', '162722.780000', '162722.782000', '162722.785000', '162722.788000', '162722.790000', '162722.793000', '162722.795000', '162722.798000', '162722.843000', '162722.846000', '162722.848000', '162722.851000', '162722.854000', '162722.856000', '162722.859000', '162742.704000', '162742.706000', '162742.709000', '162742.712000', '162742.715000', '162742.717000', '162742.720000', '162742.722000', '162742.725000', '162742.728000', '162742.730000', '162742.733000', '162742.736000', '162742.739000', '162742.741000', '162742.744000', '162742.746000', '162742.749000', '162742.752000', '162742.754000', '162742.757000', '162742.760000', '162742.762000', '162742.765000', '162742.768000', '162742.770000', '162742.773000', '162742.776000', '162742.778000', '162742.781000', '162742.784000', '162742.786000', '162742.789000', '162742.792000', '162742.794000', '162742.797000', '162742.856000', '162742.859000', '162742.861000', '162742.864000', '162742.867000', '162742.869000', '162742.872000', '162742.875000', '162802.703000', '162802.706000', '162802.708000', '162802.711000', '162802.714000', '162802.716000', '162802.719000', '162802.722000', '162802.724000', '162802.727000', '162802.730000', '162802.732000', '162802.735000', '162802.737000', '162802.740000', '162802.743000', '162802.745000', '162802.748000', '162802.751000', '162802.753000', '162802.756000', '162802.759000', '162802.761000', '162802.764000', '162802.767000', '162802.769000', '162802.772000', '162802.775000', '162802.777000', '162802.780000', '162802.783000', '162802.786000', '162802.789000', '162802.791000', '162802.794000', '162802.797000', '162802.800000', '162802.805000', '162802.807000', '162802.810000', '162802.813000', '162802.815000', '162802.818000', '162822.702000', '162822.705000', '162822.708000', '162822.711000', '162822.714000', '162822.716000', '162822.719000', '162822.722000', '162822.724000', '162822.727000', '162822.729000', '162822.732000', '162822.735000', '162822.738000', '162822.740000', '162822.743000', '162822.746000', '162822.748000', '162822.751000', '162822.753000', '162822.758000', '162822.761000', '162822.763000', '162822.766000', '162822.769000', '162822.771000', '162822.774000', '162822.777000', '162822.779000', '162822.782000', '162822.785000', '162822.787000', '162822.790000', '162822.792000', '162822.795000', '162822.798000', '162822.857000', '162822.859000', '162822.862000', '162822.865000', '162822.867000', '162822.870000', '162822.873000', '162822.875000', '162842.703000', '162842.706000', '162842.709000', '162842.711000', '162842.714000', '162842.717000', '162842.719000', '162842.722000', '162842.724000', '162842.727000', '162842.730000', '162842.732000', '162842.735000', '162842.738000', '162842.740000', '162842.743000', '162842.746000', '162842.748000', '162842.751000', '162842.754000', '162842.756000', '162842.759000', '162842.762000', '162842.764000', '162842.767000', '162842.770000', '162842.772000', '162842.775000', '162842.777000', '162842.780000', '162842.783000', '162842.785000', '162842.788000', '162842.791000', '162842.793000', '162842.796000', '162842.799000', '162842.841000', '162842.844000', '162842.847000', '162842.849000', '162842.852000', '162842.854000', '162902.702000', '162902.705000', '162902.708000', '162902.711000', '162902.713000', '162902.716000', '162902.719000', '162902.721000', '162902.724000', '162902.727000', '162902.729000', '162902.732000', '162902.735000', '162902.737000', '162902.740000', '162902.743000', '162902.745000', '162902.748000', '162902.751000', '162902.753000', '162902.756000', '162902.758000', '162902.761000', '162902.763000', '162902.777000', '162902.779000', '162902.782000', '162902.784000', '162902.787000', '162902.790000', '162902.792000', '162902.795000', '162902.797000', '162902.871000', '162902.873000', '162902.876000', '162902.878000', '162902.881000', '162902.884000', '162902.886000', '162902.889000', '162902.891000', '162902.894000', '162902.897000', '162922.703000', '162922.706000', '162922.709000', '162922.711000', '162922.714000', '162922.717000', '162922.720000', '162922.722000', '162922.725000', '162922.727000', '162922.730000', '162922.733000', '162922.735000', '162922.738000', '162922.741000', '162922.743000', '162922.746000', '162922.749000', '162922.751000', '162922.754000', '162922.757000', '162922.759000', '162922.762000', '162922.765000', '162922.767000', '162922.770000', '162922.773000', '162922.775000', '162922.778000', '162922.781000', '162922.783000', '162922.786000', '162922.788000', '162922.791000', '162922.794000', '162922.796000', '162922.799000', '162922.834000', '162922.837000', '162922.840000', '162922.842000', '162922.845000', '162922.848000', '162942.703000', '162942.706000', '162942.709000', '162942.712000', '162942.715000', '162942.717000', '162942.720000', '162942.723000', '162942.725000', '162942.728000', '162942.731000', '162942.733000', '162942.736000', '162942.739000', '162942.741000', '162942.744000', '162942.746000', '162942.749000', '162942.752000', '162942.755000', '162942.757000', '162942.760000', '162942.763000', '162942.765000', '162942.768000', '162942.770000', '162942.773000', '162942.776000', '162942.778000', '162942.781000', '162942.783000', '162942.786000', '162942.789000', '162942.791000', '162942.794000', '162942.797000', '162942.799000', '162942.860000', '162942.863000', '162942.865000', '162942.868000', '162942.871000', '162942.873000', '162942.876000', '163002.703000', '163002.706000', '163002.709000', '163002.712000', '163002.714000', '163002.717000', '163002.720000', '163002.722000', '163002.725000', '163002.728000', '163002.730000', '163002.733000', '163002.736000', '163002.738000', '163002.741000', '163002.744000', '163002.746000', '163002.749000', '163002.751000', '163002.754000', '163002.757000', '163002.760000', '163002.762000', '163002.765000', '163002.768000', '163002.770000', '163002.773000', '163002.776000', '163002.785000', '163002.787000', '163002.790000', '163002.793000', '163002.795000', '163002.798000', '163002.865000', '163002.868000', '163002.871000', '163002.873000', '163002.876000', '163002.878000', '163002.881000', '163002.884000', '163002.886000', '163022.702000', '163022.705000', '163022.708000', '163022.711000', '163022.714000', '163022.716000', '163022.719000', '163022.721000', '163022.724000', '163022.727000', '163022.730000', '163022.732000', '163022.735000', '163022.738000', '163022.740000', '163022.743000', '163022.746000', '163022.749000', '163022.751000', '163022.754000', '163022.767000', '163022.770000', '163022.772000', '163022.775000', '163022.777000', '163022.780000', '163022.783000', '163022.785000', '163022.788000', '163022.791000', '163022.793000', '163022.796000', '163022.799000', '163022.874000', '163022.877000', '163022.879000', '163022.882000', '163022.885000', '163022.887000', '163022.890000', '163022.892000', '163022.895000', '163022.898000', '163022.900000', '163042.703000', '163042.705000', '163042.708000', '163042.711000', '163042.713000', '163042.716000', '163042.719000', '163042.721000', '163042.724000', '163042.727000', '163042.729000', '163042.732000', '163042.734000', '163042.737000', '163042.740000', '163042.742000', '163042.745000', '163042.748000', '163042.750000', '163042.753000', '163042.756000', '163042.758000', '163042.761000', '163042.764000', '163042.766000', '163042.769000', '163042.772000', '163042.774000', '163042.777000', '163042.779000', '163042.782000', '163042.785000', '163042.787000', '163042.790000', '163042.793000', '163042.796000', '163042.798000', '163042.831000', '163042.834000', '163042.837000', '163042.839000', '163042.842000', '163042.844000', '163102.702000', '163102.705000', '163102.708000', '163102.711000', '163102.713000', '163102.716000', '163102.719000', '163102.721000', '163102.724000', '163102.727000', '163102.729000', '163102.732000', '163102.735000', '163102.737000', '163102.740000', '163102.743000', '163102.745000', '163102.748000', '163102.751000', '163102.753000', '163102.756000', '163102.759000', '163102.761000', '163102.764000', '163102.767000', '163102.769000', '163102.772000', '163102.775000', '163102.777000', '163102.780000', '163102.782000', '163102.785000', '163102.788000', '163102.790000', '163102.793000', '163102.796000', '163102.798000', '163102.801000', '163102.804000', '163102.806000', '163102.809000', '163102.812000', '163102.814000', '163102.817000', '163122.703000', '163122.706000', '163122.708000', '163122.711000', '163122.714000', '163122.716000', '163122.719000', '163122.722000', '163122.724000', '163122.727000', '163122.730000', '163122.732000', '163122.735000', '163122.738000', '163122.740000', '163122.743000', '163122.746000', '163122.748000', '163122.751000', '163122.754000', '163122.756000', '163122.759000', '163122.762000', '163122.764000', '163122.767000', '163122.770000', '163122.772000', '163122.775000', '163122.778000', '163122.781000', '163122.783000', '163122.786000', '163122.789000', '163122.791000', '163122.794000', '163122.797000', '163122.799000', '163122.868000', '163122.870000', '163122.883000', '163122.886000', '163122.889000', '163122.891000', '163142.704000', '163142.706000', '163142.709000', '163142.712000', '163142.714000', '163142.718000', '163142.721000', '163142.724000', '163142.727000', '163142.729000', '163142.732000', '163142.734000', '163142.737000', '163142.740000', '163142.742000', '163142.745000', '163142.748000', '163142.760000', '163142.763000', '163142.766000', '163142.768000', '163142.771000', '163142.774000', '163142.777000', '163142.779000', '163142.782000', '163142.785000', '163142.787000', '163142.790000', '163142.793000', '163142.796000', '163142.798000', '163142.855000', '163142.858000', '163142.860000', '163142.863000', '163142.866000', '163142.868000', '163142.871000', '163142.873000', '163142.876000', '163142.879000', '163142.881000', '163142.884000', '163153.682000', '163153.685000', '163153.688000', '163153.691000', '163153.693000', '163153.696000', '163153.700000', '163153.703000', '163153.706000', '163153.709000', '163153.712000', '163153.715000', '163153.718000', '163153.721000', '163153.724000', '163153.727000', '163153.730000', '163153.733000', '163153.736000', '163153.739000', '163153.741000', '163153.744000', '163153.747000', '163153.751000'], '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': [10469, 7997, 11760, 10482, 8774, 12132, 12947, 7893, 7061, 10405, 7727, 7385, 8649, 8182, 7009, 7974, 9035, 6991, 6892, 9041, 6960, 7578, 9229, 7159, 11356, 7788, 7013, 9680, 7624, 7330, 9079, 7055, 8123, 7254, 7216, 9512, 7089, 8777, 6758, 6909, 9229, 7142, 9750, 7800, 7132, 9314, 6996, 10338, 8570, 7000, 8669, 7159, 10397, 8662, 7392, 9933, 7151, 10576, 7876, 10437, 8273, 6998, 7408, 7085, 9426, 7481, 7120, 9169, 6909, 9716, 7403, 11614, 9112, 7265, 8459, 7021, 10386, 7615, 12230, 8582, 6909, 8861, 6890, 8575, 9150, 7068, 9263, 7730, 7116, 9634, 8062, 10153, 7142, 9600, 7099, 10703, 8651, 6753, 6813, 6677, 7094, 8508, 9201, 8569, 7106, 10524, 7566, 11651, 7809, 11728, 9278, 8936, 8257, 7093, 9623, 7084, 11519, 7767, 7032, 8123, 7212, 10261, 9127, 6933, 9685, 6998, 10058, 8034, 8781, 9151, 7131, 9861, 7038, 10526, 8180, 10106, 7584, 6880, 9264, 7652, 9201, 9668, 6887, 9907, 7091, 10735, 8363, 10201, 7903, 7038, 10117, 7783, 11739, 9004, 11931, 6997, 7039, 8169, 7000, 10021, 6975, 10000, 7031, 9920, 7288, 10645, 7423, 6955, 7280, 7246, 9403, 7118, 7033, 7523, 7003, 9136, 7164, 9954, 7437, 9831, 7182, 9721, 7291, 10868, 8044, 8355, 7730, 9847, 9773, 7522, 9505, 7211, 9973, 7249, 10014, 7325, 10701, 7064, 10095, 7211, 9494, 7425, 7999, 7166, 7119, 9209, 7225, 11764, 8496, 7676, 7809, 7063, 8152, 11552, 9432, 7285, 8729, 7177, 9806, 7214, 10741, 7797, 6946, 7464, 7109, 10086, 7443, 10122, 7475, 7114, 9509, 7290, 11403, 8515, 11371, 7174, 10540, 8100, 12080, 9435, 7541, 8035, 6871, 9912, 7905, 7083, 10209, 6782, 6924, 9273, 8038, 11453, 8291, 6733, 9412, 6654, 11402, 9480, 11271, 7100, 9477, 7682, 6979, 10049, 7072, 6952, 8263, 7025, 9396, 9297, 7083, 9519, 7630, 6908, 10318, 8945, 7388, 10185, 6860, 6714, 9773, 8297, 6940, 11189, 7827, 6784, 9267, 7155, 11152, 9542, 6455, 11065, 8364, 7460, 10761, 8109, 6819, 8856, 6689, 8994, 9375, 6628, 7556, 7697, 6672, 11053, 9353, 8288, 10459, 6900, 10573, 7745, 12812, 9291, 7362, 8983, 6752, 10008, 7545, 6944, 10426, 6446, 6735, 9106, 7190, 6856, 11290, 8737, 6749, 9800, 8176, 10270, 10049, 8101, 8334, 7955, 6655, 11018, 9111, 8541, 10214, 6814, 6784, 9494, 8206, 8266, 10769, 7326, 6774, 10580, 8240, 6648, 8686, 9925, 8209, 6659, 8814, 8024, 6807, 12030, 10183, 6916, 8115, 6913, 6767, 10831, 9337, 6740, 7869, 6762, 7038, 9753, 9179, 7059, 9666, 7509, 6579, 10695, 9115, 8012, 12739, 8509, 6348, 10645, 9238, 7082, 12541, 10378, 8050, 9471, 6412, 8346, 10878, 10766, 7960, 6868, 9603, 7124, 7095, 10153, 8059, 6659, 9473, 6910, 6850, 9886, 7644, 6792, 9730, 6578, 10461, 7612, 7601, 11103, 7710, 6498, 10010, 7446, 7764, 9595, 7563, 7977, 11179, 7253, 6841, 6914, 9658, 9426, 10179, 8219, 10337, 6778, 12008, 9198, 6930, 9949, 9166, 7174, 14377, 11741, 8532, 15216, 11552, 9171, 10748, 7679, 12167, 8097, 7585, 10014, 6388, 8336, 7879, 6263, 10258, 8386, 6342, 8162, 6747, 6586, 9717, 8771, 6644, 6667, 7913, 6687, 6881, 11223, 6499, 6625, 6711, 7821, 6681, 6766, 10979, 6563, 6491, 9042, 7284, 6747, 9438, 8942, 6535, 11058, 7864, 7661, 10263, 6669, 6770, 9042, 6576, 7365, 8460, 6567, 7769, 7073, 6642, 9835, 7216, 11592, 8582, 6379, 10034, 7208, 9760, 10344, 6780, 7176, 7895, 6380, 10847, 8367, 7366, 10356, 6943, 6511, 9844, 8407, 10748, 10475, 6515, 11517, 8197, 9566, 10973, 7452, 7497, 8618, 6424, 11632, 10421, 6583, 6403, 6792, 11860, 9151, 10913, 7783, 6617, 8702, 10057, 8976, 7044, 10831, 6900, 9706, 10545, 8796, 9925, 8208, 6402, 8457, 8144, 6899, 10768, 6658, 6437, 9559, 7242, 13028, 8684, 6435, 9554, 6999, 10550, 8005, 11916, 6653, 6682, 9844, 6874, 8808, 8631, 6565, 9961, 7705, 10995, 9299, 9977, 6515, 10258, 7206, 10925, 7452, 6672, 9608, 7926, 11510, 7448, 6921, 8356, 7634, 11033, 8141, 11320, 6668, 12233, 9924, 7264, 10610, 6721, 12255, 10237, 8600, 10768, 6574, 10978, 7336, 8334, 10985, 6514, 6993, 8283, 6704, 11353, 9468, 6962, 10644, 6469, 8541, 9885, 7665, 11663, 7769, 6479, 10227, 7193, 11095, 8820, 6571, 10238, 6672, 9759, 9777, 6587, 11250, 6342, 6657, 9630, 7138, 9230, 9030, 6660, 8388, 9825, 7713, 8458, 9545, 6657, 7136, 10448, 8242, 11806, 10813, 6637, 12554, 9041, 9461, 12345, 9066, 7192, 10034, 6578, 10132, 10674, 6763, 7205, 9044, 6684, 11720, 8941, 9472, 10035, 6594, 10646, 6783, 11071, 10399, 8016, 11603, 6490, 6924, 8795, 7027, 11182, 7727, 6693, 10825, 7753, 6952, 10015, 8181, 6349, 10491, 10115, 8609, 13602, 9049, 7089, 11068, 9189, 7653, 12187, 8150, 6786, 9465, 9745, 7781, 12632, 11322, 8397, 6525, 10598, 8477, 7902, 13691, 10648, 7357, 9731, 9377, 7866, 6641, 7786, 6901, 6397, 6967, 8527, 7552, 7761, 12066, 9089, 7198, 9885, 7012, 6356, 9552, 7936, 6984, 10489, 8530, 7887, 11379, 7959, 12038, 9151, 8391, 9209, 6277, 11983, 8095, 7081, 9584, 7049, 9498, 7507, 6484, 9583, 6707, 7535, 8707, 6670, 6396, 6752, 6518, 6902, 6344, 7587, 6634, 10281, 8131, 6718, 6738, 11011, 8258, 6323, 10877, 8702, 7842, 10423, 8532, 6786, 11077, 8727, 6859, 8094, 7408, 6727, 6299, 8069, 6750, 6527, 8881, 6745, 6682, 9600, 7828, 11457, 9852, 6569, 8164, 7864, 6640, 12149, 9209, 7323, 10460, 7086, 6681, 9706, 7425, 11526, 8488, 6566, 9623, 6571, 11160, 8166, 7779, 7705, 6380, 8903, 6937, 7007, 7986, 6568, 9331, 6544, 7424, 7958, 6975, 10650, 6799, 10804, 7696, 11504, 8121, 6868, 7624, 10757, 7780, 10951, 8031, 6394, 7496, 6360, 9221, 6570, 8062, 7132, 6685, 9302, 6635, 11257, 8492, 10891, 8048, 6637, 8921, 7199, 10243, 7989, 10258, 6849, 10144, 6759, 10166, 7219, 7982, 8603, 6347, 9779, 6606, 6629, 9671, 6835, 7852, 7199, 6439, 9725, 7301, 11579, 8398, 7432, 7348, 6396, 9409, 7094, 11152, 7023, 6692, 8414, 8121, 6523, 9969, 6737, 6590, 8979, 7333, 11762, 8228, 6687, 8106, 6432, 11506, 8887, 6824, 9187, 6813, 7579, 8847, 7656, 11504, 7133, 6625, 9354, 7312, 9513, 9225, 7407, 11020, 7526, 10946, 8554, 7158, 8982, 6861, 6536, 8283, 6741, 9185, 8587, 6571, 9995, 7213, 6895, 10778, 7631, 6374, 9785, 6614, 7251, 9904, 7386, 7620, 6876, 6662, 7831, 7604, 6776, 11544, 9713, 7522, 7559, 10417, 7067, 6485, 6807, 10111, 7912, 6660, 6721, 8845, 7539, 6798, 9059, 8499, 6426, 6501, 8717, 7906, 6738, 9295, 8792, 6666, 6550, 10440, 7695, 8835, 10285, 7365, 6838, 10263, 7189, 7035, 10388, 8078, 6857, 9937, 6919, 6610, 9974, 8593, 7016, 10202, 7508, 6574, 10266, 8857, 6857, 11071, 7399, 6492, 9432, 8505, 6622, 10871, 7476, 6432, 9345, 7347, 6807, 11006, 7966, 6561, 9012, 6855, 6684, 8480, 9161, 7474, 7959, 10014, 7013, 8440, 9973, 8355, 8974, 9449, 6671, 6957, 9759, 7234, 7265, 10890, 7435, 6603, 10100, 7742, 7737, 10548, 7066, 8173, 7929, 7070, 11230, 8845, 6797, 7956, 7493, 6674, 8440, 9399, 8152, 8141, 9296, 6542, 7577, 10101, 7916, 6831, 9772, 6998, 6769, 10465, 8039, 6727, 10299, 7787, 6893, 10864, 8665, 6758, 9951, 7800, 6821, 10043, 8608, 6860, 8617, 7220, 6618, 10867, 8576, 6796, 10103, 7294, 7076, 10579, 7978, 11140, 7536, 7070, 10351, 8052, 6849, 10027, 7462, 6813, 9605, 7499, 7087, 10177, 6801, 10572, 7498, 8622, 8837, 6650, 9369, 7086, 6886, 10545, 7946, 6829, 9821, 6822, 6755, 7676, 7064, 7036, 6942, 8041, 6819, 6788, 6902, 8061, 9180, 9895, 8078, 9440, 11839, 10221, 9811, 12525, 11793, 9684, 12949, 8451, 9132, 10193, 7541, 6886, 10167, 6877, 6630, 8501, 6485, 6782, 7300, 6891, 7017, 6577, 7095, 6680, 6589, 6616, 7459, 6534], 'WindowCenter': [3983.0, 3936.0, 3963.0, 3940.0, 3918.0, 3948.0, 3948.0, 3905.0, 3883.0, 3923.0, 3893.0, 3893.0, 3903.0, 3903.0, 3895.0, 3904.0, 3915.0, 3883.0, 3894.0, 3913.0, 3894.0, 3904.0, 3915.0, 3884.0, 3935.0, 3893.0, 3883.0, 3913.0, 3894.0, 3893.0, 3914.0, 3885.0, 3904.0, 3894.0, 3894.0, 3926.0, 3896.0, 3916.0, 3886.0, 3896.0, 3927.0, 3897.0, 3927.0, 3908.0, 3896.0, 3928.0, 3897.0, 3939.0, 3918.0, 3897.0, 3917.0, 3897.0, 3937.0, 3918.0, 3907.0, 3939.0, 3897.0, 3937.0, 3905.0, 3925.0, 3906.0, 3895.0, 3895.0, 3896.0, 3927.0, 3908.0, 3898.0, 3928.0, 3911.0, 3939.0, 3908.0, 3939.0, 3929.0, 3896.0, 3906.0, 3895.0, 3926.0, 3895.0, 3936.0, 3905.0, 3883.0, 3915.0, 3895.0, 3916.0, 3927.0, 3898.0, 3928.0, 3908.0, 3897.0, 3927.0, 3906.0, 3926.0, 3884.0, 3915.0, 3883.0, 3924.0, 3916.0, 3884.0, 3886.0, 3888.0, 3898.0, 3918.0, 3941.0, 3931.0, 3911.0, 3951.0, 3920.0, 3949.0, 3896.0, 3936.0, 3917.0, 3904.0, 3903.0, 3882.0, 3912.0, 3883.0, 3923.0, 3892.0, 3882.0, 3904.0, 3895.0, 3926.0, 3928.0, 3897.0, 3928.0, 3898.0, 3928.0, 3908.0, 3918.0, 3928.0, 3896.0, 3927.0, 3896.0, 3925.0, 3906.0, 3926.0, 3895.0, 3894.0, 3916.0, 3906.0, 3927.0, 3927.0, 3896.0, 3927.0, 3884.0, 3926.0, 3904.0, 3924.0, 3894.0, 3884.0, 3924.0, 3894.0, 3924.0, 3904.0, 3922.0, 3870.0, 3870.0, 3892.0, 3871.0, 3913.0, 3882.0, 3912.0, 3880.0, 3911.0, 3881.0, 3911.0, 3882.0, 3882.0, 3893.0, 3893.0, 3914.0, 3895.0, 3895.0, 3907.0, 3897.0, 3928.0, 3885.0, 3928.0, 3895.0, 3925.0, 3884.0, 3915.0, 3883.0, 3925.0, 3905.0, 3905.0, 3895.0, 3914.0, 3925.0, 3893.0, 3913.0, 3895.0, 3925.0, 3894.0, 3927.0, 3893.0, 3924.0, 3884.0, 3923.0, 3894.0, 3914.0, 3894.0, 3903.0, 3884.0, 3896.0, 3927.0, 3897.0, 3948.0, 3919.0, 3907.0, 3908.0, 3885.0, 3906.0, 3936.0, 3916.0, 3894.0, 3915.0, 3894.0, 3926.0, 3893.0, 3936.0, 3895.0, 3896.0, 3896.0, 3896.0, 3938.0, 3908.0, 3939.0, 3909.0, 3908.0, 3929.0, 3896.0, 3939.0, 3918.0, 3937.0, 3884.0, 3924.0, 3893.0, 3923.0, 3913.0, 3882.0, 3892.0, 3870.0, 3913.0, 3893.0, 3883.0, 3925.0, 3883.0, 3882.0, 3915.0, 3904.0, 3936.0, 3905.0, 3884.0, 3913.0, 3873.0, 3925.0, 3902.0, 3922.0, 3869.0, 3900.0, 3880.0, 3870.0, 3912.0, 3882.0, 3882.0, 3903.0, 3884.0, 3913.0, 3926.0, 3896.0, 3925.0, 3895.0, 3895.0, 3926.0, 3917.0, 3895.0, 3925.0, 3885.0, 3884.0, 3939.0, 3919.0, 3896.0, 3936.0, 3905.0, 3884.0, 3915.0, 3884.0, 3936.0, 3926.0, 3874.0, 3934.0, 3904.0, 3892.0, 3925.0, 3893.0, 3883.0, 3901.0, 3872.0, 3901.0, 3913.0, 3884.0, 3894.0, 3894.0, 3884.0, 3936.0, 3915.0, 3905.0, 3925.0, 3884.0, 3924.0, 3893.0, 3932.0, 3903.0, 3881.0, 3901.0, 3871.0, 3911.0, 3891.0, 3883.0, 3936.0, 3884.0, 3886.0, 3927.0, 3896.0, 3887.0, 3949.0, 3918.0, 3897.0, 3939.0, 3932.0, 3928.0, 3926.0, 3906.0, 3905.0, 3905.0, 3883.0, 3924.0, 3914.0, 3905.0, 3924.0, 3884.0, 3873.0, 3913.0, 3905.0, 3904.0, 3924.0, 3893.0, 3883.0, 3925.0, 3903.0, 3883.0, 3904.0, 3925.0, 3904.0, 3884.0, 3914.0, 3891.0, 3872.0, 3934.0, 3913.0, 3881.0, 3892.0, 3881.0, 3872.0, 3922.0, 3913.0, 3883.0, 3904.0, 3883.0, 3894.0, 3925.0, 3926.0, 3896.0, 3926.0, 3895.0, 3886.0, 3937.0, 3917.0, 3906.0, 3948.0, 3916.0, 3886.0, 3925.0, 3914.0, 3884.0, 3948.0, 3926.0, 3905.0, 3915.0, 3872.0, 3904.0, 3925.0, 3924.0, 3904.0, 3884.0, 3915.0, 3884.0, 3883.0, 3924.0, 3904.0, 3883.0, 3913.0, 3884.0, 3884.0, 3925.0, 3905.0, 3885.0, 3926.0, 3884.0, 3925.0, 3894.0, 3895.0, 3936.0, 3895.0, 3874.0, 3924.0, 3894.0, 3895.0, 3926.0, 3894.0, 3905.0, 3939.0, 3897.0, 3887.0, 3898.0, 3929.0, 3916.0, 3913.0, 3891.0, 3911.0, 3871.0, 3934.0, 3914.0, 3885.0, 3925.0, 3914.0, 3882.0, 3932.0, 3909.0, 3877.0, 3918.0, 3897.0, 3875.0, 3895.0, 3852.0, 3894.0, 3863.0, 3851.0, 3883.0, 3830.0, 3861.0, 3860.0, 3831.0, 3883.0, 3874.0, 3844.0, 3875.0, 3855.0, 3857.0, 3897.0, 3887.0, 3867.0, 3869.0, 3889.0, 3869.0, 3870.0, 3922.0, 3871.0, 3883.0, 3881.0, 3892.0, 3882.0, 3883.0, 3934.0, 3883.0, 3885.0, 3915.0, 3895.0, 3885.0, 3926.0, 3917.0, 3886.0, 3936.0, 3905.0, 3904.0, 3925.0, 3883.0, 3884.0, 3914.0, 3884.0, 3895.0, 3916.0, 3897.0, 3907.0, 3897.0, 3897.0, 3938.0, 3907.0, 3948.0, 3917.0, 3886.0, 3926.0, 3895.0, 3926.0, 3936.0, 3885.0, 3895.0, 3905.0, 3885.0, 3936.0, 3918.0, 3908.0, 3938.0, 3908.0, 3886.0, 3938.0, 3918.0, 3938.0, 3938.0, 3886.0, 3937.0, 3906.0, 3915.0, 3935.0, 3894.0, 3892.0, 3902.0, 3872.0, 3934.0, 3950.0, 3896.0, 3885.0, 3895.0, 3948.0, 3928.0, 3939.0, 3908.0, 3898.0, 3929.0, 3940.0, 3929.0, 3898.0, 3938.0, 3896.0, 3924.0, 3926.0, 3905.0, 3925.0, 3904.0, 3874.0, 3905.0, 3904.0, 3896.0, 3937.0, 3896.0, 3886.0, 3927.0, 3907.0, 3959.0, 3918.0, 3886.0, 3927.0, 3895.0, 3937.0, 3905.0, 3935.0, 3885.0, 3895.0, 3926.0, 3896.0, 3928.0, 3918.0, 3897.0, 3939.0, 3907.0, 3937.0, 3926.0, 3926.0, 3874.0, 3925.0, 3894.0, 3935.0, 3895.0, 3884.0, 3924.0, 3905.0, 3936.0, 3896.0, 3895.0, 3916.0, 3894.0, 3937.0, 3905.0, 3935.0, 3883.0, 3935.0, 3925.0, 3894.0, 3936.0, 3885.0, 3945.0, 3925.0, 3915.0, 3935.0, 3884.0, 3924.0, 3893.0, 3904.0, 3935.0, 3884.0, 3893.0, 3915.0, 3883.0, 3936.0, 3927.0, 3895.0, 3936.0, 3885.0, 3904.0, 3925.0, 3895.0, 3936.0, 3893.0, 3874.0, 3925.0, 3883.0, 3934.0, 3914.0, 3884.0, 3925.0, 3884.0, 3925.0, 3926.0, 3885.0, 3947.0, 3886.0, 3895.0, 3927.0, 3896.0, 3929.0, 3928.0, 3897.0, 3918.0, 3940.0, 3909.0, 3918.0, 3928.0, 3898.0, 3907.0, 3938.0, 3918.0, 3950.0, 3938.0, 3896.0, 3947.0, 3917.0, 3925.0, 3947.0, 3916.0, 3882.0, 3913.0, 3882.0, 3923.0, 3935.0, 3884.0, 3894.0, 3915.0, 3885.0, 3946.0, 3915.0, 3925.0, 3925.0, 3882.0, 3924.0, 3883.0, 3934.0, 3925.0, 3904.0, 3935.0, 3873.0, 3893.0, 3917.0, 3896.0, 3936.0, 3905.0, 3886.0, 3961.0, 3920.0, 3910.0, 3939.0, 3918.0, 3898.0, 3949.0, 3938.0, 3917.0, 3959.0, 3917.0, 3899.0, 3950.0, 3916.0, 3893.0, 3936.0, 3903.0, 3882.0, 3912.0, 3912.0, 3892.0, 3934.0, 3923.0, 3902.0, 3871.0, 3922.0, 3890.0, 3890.0, 3931.0, 3910.0, 3878.0, 3898.0, 3898.0, 3890.0, 3869.0, 3879.0, 3880.0, 3860.0, 3880.0, 3889.0, 3876.0, 3875.0, 3917.0, 3887.0, 3867.0, 3909.0, 3879.0, 3870.0, 3912.0, 3891.0, 3881.0, 3911.0, 3888.0, 3875.0, 3895.0, 3863.0, 3894.0, 3874.0, 3862.0, 3873.0, 3842.0, 3892.0, 3862.0, 3840.0, 3870.0, 3840.0, 3871.0, 3850.0, 3842.0, 3883.0, 3852.0, 3864.0, 3884.0, 3855.0, 3856.0, 3856.0, 3858.0, 3868.0, 3850.0, 3879.0, 3870.0, 3899.0, 3881.0, 3873.0, 3884.0, 3928.0, 3906.0, 3876.0, 3937.0, 3907.0, 3897.0, 3925.0, 3904.0, 3872.0, 3912.0, 3891.0, 3871.0, 3881.0, 3870.0, 3872.0, 3861.0, 3894.0, 3885.0, 3876.0, 3916.0, 3886.0, 3886.0, 3916.0, 3896.0, 3937.0, 3927.0, 3886.0, 3904.0, 3894.0, 3874.0, 3935.0, 3916.0, 3883.0, 3924.0, 3884.0, 3871.0, 3912.0, 3883.0, 3924.0, 3904.0, 3873.0, 3914.0, 3871.0, 3922.0, 3891.0, 3881.0, 3882.0, 3863.0, 3903.0, 3883.0, 3883.0, 3895.0, 3884.0, 3914.0, 3875.0, 3893.0, 3906.0, 3885.0, 3925.0, 3885.0, 3924.0, 3894.0, 3924.0, 3894.0, 3872.0, 3894.0, 3924.0, 3882.0, 3911.0, 3892.0, 3861.0, 3883.0, 3861.0, 3913.0, 3882.0, 3904.0, 3885.0, 3885.0, 3916.0, 3884.0, 3938.0, 3918.0, 3926.0, 3906.0, 3874.0, 3904.0, 3872.0, 3912.0, 3880.0, 3911.0, 3858.0, 3911.0, 3860.0, 3910.0, 3869.0, 3880.0, 3891.0, 3859.0, 3912.0, 3870.0, 3869.0, 3913.0, 3872.0, 3892.0, 3882.0, 3861.0, 3913.0, 3882.0, 3923.0, 3893.0, 3880.0, 3881.0, 3860.0, 3902.0, 3872.0, 3923.0, 3881.0, 3883.0, 3904.0, 3905.0, 3874.0, 3927.0, 3886.0, 3884.0, 3915.0, 3884.0, 3936.0, 3905.0, 3873.0, 3893.0, 3872.0, 3924.0, 3916.0, 3872.0, 3914.0, 3884.0, 3893.0, 3914.0, 3894.0, 3935.0, 3884.0, 3873.0, 3914.0, 3893.0, 3915.0, 3916.0, 3883.0, 3923.0, 3882.0, 3910.0, 3891.0, 3870.0, 3901.0, 3870.0, 3860.0, 3891.0, 3870.0, 3901.0, 3902.0, 3871.0, 3913.0, 3881.0, 3882.0, 3923.0, 3893.0, 3862.0, 3913.0, 3871.0, 3880.0, 3913.0, 3882.0, 3881.0, 3870.0, 3872.0, 3893.0, 3894.0, 3872.0, 3924.0, 3914.0, 3893.0, 3893.0, 3924.0, 3881.0, 3871.0, 3872.0, 3913.0, 3890.0, 3871.0, 3870.0, 3901.0, 3881.0, 3871.0, 3903.0, 3902.0, 3871.0, 3872.0, 3904.0, 3894.0, 3885.0, 3915.0, 3905.0, 3884.0, 3874.0, 3926.0, 3894.0, 3903.0, 3913.0, 3881.0, 3873.0, 3914.0, 3882.0, 3883.0, 3913.0, 3894.0, 3873.0, 3914.0, 3882.0, 3872.0, 3923.0, 3904.0, 3883.0, 3924.0, 3892.0, 3872.0, 3925.0, 3902.0, 3873.0, 3923.0, 3884.0, 3872.0, 3913.0, 3905.0, 3883.0, 3924.0, 3894.0, 3874.0, 3915.0, 3895.0, 3884.0, 3936.0, 3905.0, 3884.0, 3917.0, 3886.0, 3884.0, 3915.0, 3919.0, 3896.0, 3906.0, 3927.0, 3885.0, 3906.0, 3924.0, 3905.0, 3915.0, 3914.0, 3872.0, 3883.0, 3914.0, 3884.0, 3896.0, 3927.0, 3896.0, 3885.0, 3925.0, 3894.0, 3895.0, 3925.0, 3884.0, 3905.0, 3893.0, 3883.0, 3923.0, 3914.0, 3884.0, 3905.0, 3895.0, 3885.0, 3904.0, 3914.0, 3903.0, 3893.0, 3914.0, 3873.0, 3892.0, 3924.0, 3893.0, 3872.0, 3913.0, 3881.0, 3871.0, 3924.0, 3893.0, 3872.0, 3924.0, 3893.0, 3882.0, 3924.0, 3904.0, 3873.0, 3913.0, 3891.0, 3870.0, 3913.0, 3903.0, 3872.0, 3901.0, 3882.0, 3872.0, 3923.0, 3914.0, 3883.0, 3924.0, 3894.0, 3881.0, 3924.0, 3892.0, 3923.0, 3881.0, 3870.0, 3912.0, 3891.0, 3870.0, 3912.0, 3880.0, 3872.0, 3911.0, 3882.0, 3883.0, 3924.0, 3884.0, 3922.0, 3881.0, 3902.0, 3902.0, 3871.0, 3911.0, 3883.0, 3881.0, 3923.0, 3892.0, 3872.0, 3925.0, 3898.0, 3887.0, 3894.0, 3869.0, 3869.0, 3869.0, 3879.0, 3860.0, 3870.0, 3883.0, 3893.0, 3917.0, 3925.0, 3895.0, 3914.0, 3923.0, 3911.0, 3913.0, 3920.0, 3907.0, 3886.0, 3904.0, 3863.0, 3871.0, 3881.0, 3850.0, 3839.0, 3869.0, 3826.0, 3826.0, 3858.0, 3829.0, 3853.0, 3864.0, 3865.0, 3866.0, 3867.0, 3866.0, 3868.0, 3879.0, 3882.0, 3892.0, 3883.0], 'WindowWidth': [8885.0, 8810.0, 8840.0, 8802.0, 8769.0, 8808.0, 8808.0, 8748.0, 8715.0, 8767.0, 8725.0, 8727.0, 8741.0, 8741.0, 8733.0, 8743.0, 8760.0, 8716.0, 8730.0, 8756.0, 8731.0, 8743.0, 8760.0, 8717.0, 8786.0, 8729.0, 8714.0, 8753.0, 8729.0, 8727.0, 8755.0, 8719.0, 8743.0, 8732.0, 8732.0, 8777.0, 8736.0, 8764.0, 8725.0, 8738.0, 8780.0, 8741.0, 8780.0, 8755.0, 8740.0, 8782.0, 8740.0, 8796.0, 8770.0, 8740.0, 8767.0, 8740.0, 8791.0, 8769.0, 8754.0, 8797.0, 8740.0, 8793.0, 8746.0, 8773.0, 8748.0, 8732.0, 8732.0, 8738.0, 8779.0, 8756.0, 8743.0, 8785.0, 8766.0, 8800.0, 8758.0, 8799.0, 8784.0, 8737.0, 8749.0, 8733.0, 8775.0, 8734.0, 8789.0, 8746.0, 8715.0, 8759.0, 8734.0, 8762.0, 8780.0, 8744.0, 8784.0, 8757.0, 8739.0, 8780.0, 8749.0, 8776.0, 8718.0, 8757.0, 8714.0, 8770.0, 8761.0, 8719.0, 8723.0, 8727.0, 8738.0, 8770.0, 8806.0, 8792.0, 8766.0, 8820.0, 8775.0, 8812.0, 8734.0, 8787.0, 8762.0, 8740.0, 8739.0, 8711.0, 8749.0, 8711.0, 8767.0, 8725.0, 8710.0, 8741.0, 8734.0, 8775.0, 8781.0, 8741.0, 8782.0, 8742.0, 8780.0, 8756.0, 8768.0, 8781.0, 8737.0, 8777.0, 8734.0, 8773.0, 8750.0, 8774.0, 8731.0, 8732.0, 8761.0, 8750.0, 8777.0, 8778.0, 8737.0, 8777.0, 8717.0, 8773.0, 8743.0, 8768.0, 8728.0, 8717.0, 8769.0, 8729.0, 8769.0, 8741.0, 8762.0, 8691.0, 8691.0, 8721.0, 8693.0, 8754.0, 8711.0, 8750.0, 8705.0, 8746.0, 8705.0, 8747.0, 8709.0, 8712.0, 8726.0, 8727.0, 8756.0, 8735.0, 8734.0, 8751.0, 8739.0, 8781.0, 8720.0, 8781.0, 8734.0, 8773.0, 8716.0, 8757.0, 8713.0, 8773.0, 8745.0, 8745.0, 8732.0, 8756.0, 8770.0, 8726.0, 8754.0, 8731.0, 8770.0, 8730.0, 8775.0, 8726.0, 8769.0, 8715.0, 8766.0, 8728.0, 8754.0, 8730.0, 8741.0, 8718.0, 8737.0, 8777.0, 8740.0, 8807.0, 8771.0, 8752.0, 8754.0, 8720.0, 8749.0, 8787.0, 8762.0, 8730.0, 8757.0, 8731.0, 8775.0, 8727.0, 8787.0, 8733.0, 8735.0, 8737.0, 8735.0, 8793.0, 8755.0, 8800.0, 8762.0, 8759.0, 8785.0, 8737.0, 8797.0, 8767.0, 8791.0, 8719.0, 8770.0, 8727.0, 8765.0, 8754.0, 8709.0, 8720.0, 8692.0, 8750.0, 8726.0, 8714.0, 8771.0, 8715.0, 8713.0, 8756.0, 8742.0, 8788.0, 8745.0, 8715.0, 8752.0, 8699.0, 8770.0, 8735.0, 8761.0, 8689.0, 8728.0, 8702.0, 8689.0, 8749.0, 8709.0, 8712.0, 8740.0, 8717.0, 8754.0, 8775.0, 8736.0, 8774.0, 8733.0, 8734.0, 8776.0, 8764.0, 8733.0, 8772.0, 8719.0, 8717.0, 8798.0, 8772.0, 8738.0, 8789.0, 8746.0, 8717.0, 8758.0, 8717.0, 8788.0, 8773.0, 8704.0, 8783.0, 8743.0, 8724.0, 8770.0, 8727.0, 8712.0, 8734.0, 8696.0, 8734.0, 8754.0, 8717.0, 8730.0, 8732.0, 8718.0, 8787.0, 8760.0, 8745.0, 8772.0, 8716.0, 8767.0, 8725.0, 8774.0, 8737.0, 8706.0, 8732.0, 8694.0, 8747.0, 8721.0, 8713.0, 8787.0, 8717.0, 8723.0, 8779.0, 8738.0, 8725.0, 8811.0, 8770.0, 8739.0, 8797.0, 8793.0, 8781.0, 8776.0, 8748.0, 8744.0, 8744.0, 8713.0, 8768.0, 8757.0, 8744.0, 8768.0, 8715.0, 8699.0, 8752.0, 8747.0, 8744.0, 8770.0, 8727.0, 8713.0, 8770.0, 8741.0, 8714.0, 8742.0, 8773.0, 8742.0, 8717.0, 8754.0, 8721.0, 8695.0, 8780.0, 8750.0, 8707.0, 8722.0, 8706.0, 8698.0, 8763.0, 8752.0, 8714.0, 8742.0, 8714.0, 8729.0, 8771.0, 8776.0, 8736.0, 8776.0, 8734.0, 8723.0, 8790.0, 8764.0, 8749.0, 8807.0, 8762.0, 8723.0, 8772.0, 8754.0, 8717.0, 8806.0, 8775.0, 8743.0, 8758.0, 8699.0, 8741.0, 8769.0, 8769.0, 8741.0, 8717.0, 8757.0, 8717.0, 8713.0, 8769.0, 8742.0, 8713.0, 8753.0, 8715.0, 8716.0, 8772.0, 8746.0, 8719.0, 8773.0, 8716.0, 8772.0, 8729.0, 8731.0, 8789.0, 8732.0, 8704.0, 8770.0, 8730.0, 8732.0, 8773.0, 8729.0, 8745.0, 8796.0, 8739.0, 8726.0, 8744.0, 8786.0, 8762.0, 8752.0, 8719.0, 8745.0, 8693.0, 8779.0, 8756.0, 8719.0, 8772.0, 8754.0, 8711.0, 8773.0, 8738.0, 8691.0, 8746.0, 8718.0, 8683.0, 8711.0, 8651.0, 8707.0, 8665.0, 8647.0, 8691.0, 8621.0, 8661.0, 8658.0, 8623.0, 8694.0, 8683.0, 8647.0, 8688.0, 8662.0, 8667.0, 8719.0, 8708.0, 8683.0, 8687.0, 8713.0, 8689.0, 8690.0, 8763.0, 8695.0, 8713.0, 8709.0, 8724.0, 8712.0, 8715.0, 8784.0, 8715.0, 8720.0, 8760.0, 8732.0, 8721.0, 8776.0, 8765.0, 8723.0, 8789.0, 8746.0, 8744.0, 8773.0, 8714.0, 8717.0, 8757.0, 8718.0, 8733.0, 8763.0, 8739.0, 8754.0, 8741.0, 8740.0, 8793.0, 8752.0, 8807.0, 8764.0, 8722.0, 8775.0, 8733.0, 8774.0, 8789.0, 8722.0, 8735.0, 8748.0, 8722.0, 8791.0, 8769.0, 8755.0, 8797.0, 8755.0, 8726.0, 8795.0, 8768.0, 8794.0, 8794.0, 8724.0, 8791.0, 8747.0, 8757.0, 8786.0, 8729.0, 8725.0, 8736.0, 8697.0, 8782.0, 8813.0, 8738.0, 8721.0, 8736.0, 8809.0, 8780.0, 8796.0, 8756.0, 8743.0, 8785.0, 8801.0, 8786.0, 8742.0, 8795.0, 8736.0, 8769.0, 8773.0, 8745.0, 8770.0, 8743.0, 8704.0, 8745.0, 8745.0, 8737.0, 8793.0, 8738.0, 8724.0, 8779.0, 8753.0, 8825.0, 8768.0, 8725.0, 8778.0, 8734.0, 8790.0, 8747.0, 8787.0, 8719.0, 8735.0, 8775.0, 8739.0, 8781.0, 8768.0, 8742.0, 8798.0, 8751.0, 8793.0, 8775.0, 8773.0, 8703.0, 8772.0, 8732.0, 8785.0, 8733.0, 8716.0, 8770.0, 8747.0, 8789.0, 8737.0, 8734.0, 8763.0, 8731.0, 8790.0, 8745.0, 8785.0, 8713.0, 8784.0, 8773.0, 8731.0, 8787.0, 8721.0, 8800.0, 8774.0, 8759.0, 8785.0, 8715.0, 8768.0, 8727.0, 8741.0, 8787.0, 8719.0, 8730.0, 8760.0, 8717.0, 8790.0, 8778.0, 8735.0, 8789.0, 8720.0, 8743.0, 8772.0, 8733.0, 8788.0, 8728.0, 8704.0, 8771.0, 8715.0, 8783.0, 8755.0, 8716.0, 8771.0, 8718.0, 8772.0, 8776.0, 8722.0, 8806.0, 8723.0, 8737.0, 8780.0, 8740.0, 8785.0, 8781.0, 8741.0, 8771.0, 8803.0, 8758.0, 8769.0, 8782.0, 8743.0, 8756.0, 8796.0, 8770.0, 8815.0, 8796.0, 8738.0, 8806.0, 8765.0, 8773.0, 8806.0, 8761.0, 8713.0, 8753.0, 8710.0, 8765.0, 8787.0, 8718.0, 8731.0, 8759.0, 8720.0, 8802.0, 8761.0, 8772.0, 8771.0, 8714.0, 8770.0, 8716.0, 8782.0, 8771.0, 8742.0, 8784.0, 8702.0, 8729.0, 8766.0, 8738.0, 8791.0, 8748.0, 8724.0, 8834.0, 8778.0, 8765.0, 8798.0, 8770.0, 8745.0, 8814.0, 8795.0, 8766.0, 8824.0, 8766.0, 8745.0, 8813.0, 8759.0, 8725.0, 8787.0, 8739.0, 8711.0, 8750.0, 8749.0, 8724.0, 8782.0, 8766.0, 8736.0, 8695.0, 8763.0, 8717.0, 8715.0, 8772.0, 8740.0, 8698.0, 8723.0, 8722.0, 8717.0, 8689.0, 8702.0, 8705.0, 8676.0, 8704.0, 8714.0, 8692.0, 8688.0, 8745.0, 8706.0, 8680.0, 8739.0, 8702.0, 8691.0, 8749.0, 8721.0, 8707.0, 8746.0, 8710.0, 8686.0, 8713.0, 8665.0, 8707.0, 8681.0, 8663.0, 8679.0, 8640.0, 8704.0, 8663.0, 8632.0, 8671.0, 8632.0, 8673.0, 8645.0, 8638.0, 8694.0, 8654.0, 8671.0, 8699.0, 8662.0, 8665.0, 8664.0, 8674.0, 8682.0, 8658.0, 8699.0, 8686.0, 8721.0, 8701.0, 8697.0, 8714.0, 8776.0, 8747.0, 8707.0, 8789.0, 8749.0, 8734.0, 8769.0, 8739.0, 8693.0, 8745.0, 8716.0, 8690.0, 8703.0, 8688.0, 8693.0, 8680.0, 8726.0, 8718.0, 8707.0, 8761.0, 8722.0, 8720.0, 8761.0, 8733.0, 8789.0, 8775.0, 8720.0, 8741.0, 8728.0, 8700.0, 8782.0, 8758.0, 8711.0, 8766.0, 8714.0, 8691.0, 8748.0, 8709.0, 8766.0, 8739.0, 8697.0, 8751.0, 8692.0, 8760.0, 8718.0, 8705.0, 8707.0, 8684.0, 8737.0, 8711.0, 8711.0, 8730.0, 8715.0, 8755.0, 8705.0, 8727.0, 8746.0, 8718.0, 8770.0, 8716.0, 8767.0, 8727.0, 8767.0, 8727.0, 8697.0, 8728.0, 8764.0, 8707.0, 8745.0, 8720.0, 8677.0, 8709.0, 8679.0, 8751.0, 8712.0, 8742.0, 8720.0, 8719.0, 8760.0, 8716.0, 8791.0, 8765.0, 8774.0, 8746.0, 8701.0, 8741.0, 8694.0, 8749.0, 8699.0, 8744.0, 8671.0, 8743.0, 8675.0, 8739.0, 8687.0, 8702.0, 8717.0, 8674.0, 8746.0, 8689.0, 8687.0, 8751.0, 8696.0, 8721.0, 8709.0, 8679.0, 8750.0, 8708.0, 8764.0, 8723.0, 8704.0, 8705.0, 8676.0, 8733.0, 8693.0, 8764.0, 8707.0, 8713.0, 8740.0, 8745.0, 8705.0, 8778.0, 8723.0, 8717.0, 8758.0, 8714.0, 8788.0, 8743.0, 8698.0, 8724.0, 8696.0, 8767.0, 8759.0, 8698.0, 8755.0, 8714.0, 8725.0, 8754.0, 8729.0, 8783.0, 8715.0, 8699.0, 8755.0, 8727.0, 8757.0, 8759.0, 8711.0, 8763.0, 8706.0, 8743.0, 8718.0, 8688.0, 8730.0, 8690.0, 8676.0, 8718.0, 8691.0, 8734.0, 8733.0, 8693.0, 8749.0, 8705.0, 8709.0, 8763.0, 8723.0, 8682.0, 8752.0, 8692.0, 8704.0, 8752.0, 8708.0, 8705.0, 8691.0, 8696.0, 8727.0, 8727.0, 8694.0, 8767.0, 8756.0, 8725.0, 8725.0, 8767.0, 8706.0, 8692.0, 8695.0, 8749.0, 8716.0, 8692.0, 8689.0, 8730.0, 8704.0, 8692.0, 8736.0, 8734.0, 8695.0, 8696.0, 8740.0, 8727.0, 8717.0, 8758.0, 8746.0, 8718.0, 8704.0, 8771.0, 8728.0, 8739.0, 8751.0, 8709.0, 8698.0, 8754.0, 8711.0, 8711.0, 8751.0, 8726.0, 8699.0, 8755.0, 8711.0, 8697.0, 8766.0, 8741.0, 8713.0, 8769.0, 8724.0, 8697.0, 8769.0, 8737.0, 8699.0, 8767.0, 8713.0, 8697.0, 8751.0, 8743.0, 8713.0, 8770.0, 8730.0, 8704.0, 8758.0, 8732.0, 8717.0, 8788.0, 8745.0, 8717.0, 8762.0, 8720.0, 8718.0, 8758.0, 8768.0, 8736.0, 8748.0, 8777.0, 8718.0, 8746.0, 8769.0, 8743.0, 8757.0, 8753.0, 8697.0, 8711.0, 8753.0, 8714.0, 8731.0, 8775.0, 8734.0, 8717.0, 8770.0, 8729.0, 8730.0, 8770.0, 8714.0, 8741.0, 8726.0, 8711.0, 8767.0, 8755.0, 8715.0, 8746.0, 8732.0, 8718.0, 8742.0, 8755.0, 8740.0, 8725.0, 8754.0, 8700.0, 8723.0, 8768.0, 8725.0, 8697.0, 8752.0, 8708.0, 8693.0, 8768.0, 8726.0, 8698.0, 8767.0, 8725.0, 8709.0, 8768.0, 8741.0, 8698.0, 8751.0, 8720.0, 8692.0, 8751.0, 8738.0, 8697.0, 8734.0, 8709.0, 8697.0, 8767.0, 8756.0, 8714.0, 8769.0, 8728.0, 8708.0, 8766.0, 8723.0, 8763.0, 8706.0, 8689.0, 8747.0, 8719.0, 8691.0, 8748.0, 8705.0, 8695.0, 8748.0, 8711.0, 8712.0, 8768.0, 8716.0, 8764.0, 8708.0, 8734.0, 8737.0, 8694.0, 8748.0, 8711.0, 8707.0, 8763.0, 8724.0, 8697.0, 8771.0, 8741.0, 8724.0, 8727.0, 8687.0, 8684.0, 8684.0, 8696.0, 8673.0, 8689.0, 8710.0, 8724.0, 8764.0, 8771.0, 8730.0, 8754.0, 8765.0, 8747.0, 8750.0, 8759.0, 8737.0, 8702.0, 8726.0, 8665.0, 8673.0, 8685.0, 8643.0, 8628.0, 8666.0, 8606.0, 8608.0, 8651.0, 8617.0, 8656.0, 8673.0, 8678.0, 8681.0, 8686.0, 8683.0, 8687.0, 8705.0, 8711.0, 8726.0, 8716.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.00633717748917749</td></tr>
<tr><td colspan=3>aqi</td><td>0.040360278528138525</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.612205938370856</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1824428733015595</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0053790776603113</td></tr>
<tr><td colspan=3>efc</td><td>0.4617</td></tr>
<tr><td colspan=3>fber</td><td>6867.606</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10153151644820432</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>55</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.761904761904762</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6861539984525415</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.683177845118964</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8920765674111575</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4832075828275033</td></tr>
<tr><td colspan=3>gcor</td><td>0.00916728</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007812506519258022</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02112911455333233</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1155</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.805056943483841</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>25.0319</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.9959</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>140.1475</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301901.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>610.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>278.0653</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2187</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>509.1294</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3100.8981</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3299.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74643.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>961.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4061.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>866.9983</td></tr>
<tr><td colspan=3>tsnr</td><td>31.267250078730285</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>