<?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-0089_ses-02_task-narratives_acq-mb8_run-04_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-0089_ses-02_task-narratives_acq-mb8_run-04_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-04_session-02_subject-0089_suffix-bold_task-narratives" 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-0089/figures/sub-0089_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg</a></small>

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0089_suffix-bold_task-narratives" 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-0089/figures/sub-0089_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-02_task-narratives_acq-mb8_run-04_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-04_session-02_subject-0089_suffix-bold_task-narratives" 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-0089/figures/sub-0089_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-02_task-narratives_acq-mb8_run-04_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-04_session-02_subject-0089_suffix-bold_task-narratives" 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-0089/figures/sub-0089_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0089_suffix-bold_task-narratives" 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-0089/figures/sub-0089_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0089/figures/sub-0089_ses-02_task-narratives_acq-mb8_run-04_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-0089/figures/sub-0089_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-02_task-narratives_acq-mb8_run-04_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-0089/ses-02/func/sub-0089_ses-02_task-narratives_acq-mb8_run-04_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>acdeedbf05151377594a47bd6772c4b0</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>14:47:10.920000</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.998641, -0.0187254, -0.0486261, 0.0338263, 0.942802, 0.331633]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth 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-04_task-narratives_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.101278</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-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4131, -7798, -7292, 659, -35, -289, 60, 126]</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>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.2</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>75cb4732-782b-4e3c-8d64-be1578454837||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.6792821884155273, 0.09075354039669037, -0.10701389610767365, 110.86265563964844], [0.05023888126015663, 2.529468059539795, 0.898634672164917, -118.21314239501953], [-0.13046018779277802, -0.8897479772567749, 2.5438168048858643, -27.976985931396484], [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, 1156]</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], 'AcquisitionTime': ['144710.920000', '144711.380000', '144711.840000', '144712.300000', '144712.760000', '144713.220000', '144713.680000', '144714.140000', '144714.600000', '144715.060000', '144715.520000', '144715.980000', '144716.440000', '144716.900000', '144717.360000', '144717.820000', '144718.280000', '144718.740000', '144719.200000', '144719.660000', '144720.120000', '144720.580000', '144721.040000', '144721.500000', '144721.960000', '144722.420000', '144722.880000', '144723.340000', '144723.800000', '144724.260000', '144724.720000', '144725.180000', '144725.640000', '144726.100000', '144726.560000', '144727.020000', '144727.480000', '144727.940000', '144728.400000', '144728.860000', '144729.320000', '144729.780000', '144730.240000', '144730.700000', '144731.160000', '144731.620000', '144732.080000', '144732.540000', '144733.000000', '144733.460000', '144733.920000', '144734.380000', '144734.840000', '144735.300000', '144735.760000', '144736.220000', '144736.680000', '144737.140000', '144737.600000', '144738.060000', '144738.520000', '144738.980000', '144739.440000', '144739.900000', '144740.360000', '144740.820000', '144741.280000', '144741.740000', '144742.200000', '144742.660000', '144743.120000', '144743.580000', '144744.040000', '144744.500000', '144744.960000', '144745.420000', '144745.880000', '144746.340000', '144746.800000', '144747.260000', '144747.720000', '144748.180000', '144748.640000', '144749.100000', '144749.560000', '144750.020000', '144750.480000', '144750.940000', '144751.400000', '144751.860000', '144752.320000', '144752.780000', '144753.240000', '144753.700000', '144754.160000', '144754.620000', '144755.080000', '144755.540000', '144756.000000', '144756.460000', '144756.920000', '144757.380000', '144757.840000', '144758.300000', '144758.760000', '144759.220000', '144759.680000', '144800.140000', '144800.600000', '144801.060000', '144801.520000', '144801.980000', '144802.440000', '144802.900000', '144803.360000', '144803.820000', '144804.280000', '144804.740000', '144805.200000', '144805.660000', '144806.120000', '144806.580000', '144807.040000', '144807.500000', '144807.960000', '144808.420000', '144808.880000', '144809.340000', '144809.800000', '144810.260000', '144810.720000', '144811.180000', '144811.640000', '144812.100000', '144812.560000', '144813.020000', '144813.480000', '144813.940000', '144814.400000', '144814.860000', '144815.320000', '144815.780000', '144816.240000', '144816.700000', '144817.160000', '144817.620000', '144818.080000', '144818.540000', '144819.000000', '144819.460000', '144819.920000', '144820.380000', '144820.840000', '144821.300000', '144821.760000', '144822.220000', '144822.680000', '144823.140000', '144823.600000', '144824.060000', '144824.520000', '144824.980000', '144825.440000', '144825.900000', '144826.360000', '144826.820000', '144827.280000', '144827.740000', '144828.200000', '144828.660000', '144829.120000', '144829.580000', '144830.040000', '144830.500000', '144830.960000', '144831.420000', '144831.880000', '144832.340000', '144832.800000', '144833.260000', '144833.720000', '144834.180000', '144834.640000', '144835.100000', '144835.560000', '144836.020000', '144836.480000', '144836.940000', '144837.400000', '144837.860000', '144838.320000', '144838.780000', '144839.240000', '144839.700000', '144840.160000', '144840.620000', '144841.080000', '144841.540000', '144842.000000', '144842.460000', '144842.920000', '144843.380000', '144843.840000', '144844.300000', '144844.760000', '144845.220000', '144845.680000', '144846.140000', '144846.600000', '144847.060000', '144847.520000', '144847.980000', '144848.440000', '144848.900000', '144849.360000', '144849.820000', '144850.280000', '144850.740000', '144851.200000', '144851.660000', '144852.120000', '144852.580000', '144853.040000', '144853.500000', '144853.960000', '144854.420000', '144854.880000', '144855.340000', '144855.800000', '144856.260000', '144856.720000', '144857.180000', '144857.640000', '144858.100000', '144858.560000', '144859.020000', '144859.480000', '144859.940000', '144900.400000', '144900.860000', '144901.320000', '144901.780000', '144902.240000', '144902.700000', '144903.160000', '144903.620000', '144904.080000', '144904.540000', '144905.000000', '144905.460000', '144905.920000', '144906.380000', '144906.840000', '144907.300000', '144907.760000', '144908.220000', '144908.680000', '144909.140000', '144909.600000', '144910.060000', '144910.520000', '144910.980000', '144911.440000', '144911.900000', '144912.360000', '144912.820000', '144913.280000', '144913.740000', '144914.200000', '144914.660000', '144915.120000', '144915.580000', '144916.040000', '144916.500000', '144916.960000', '144917.420000', '144917.880000', '144918.340000', '144918.800000', '144919.260000', '144919.720000', '144920.180000', '144920.640000', '144921.100000', '144921.560000', '144922.020000', '144922.480000', '144922.940000', '144923.400000', '144923.860000', '144924.320000', '144924.780000', '144925.240000', '144925.700000', '144926.160000', '144926.620000', '144927.080000', '144927.540000', '144928.000000', '144928.460000', '144928.920000', '144929.380000', '144929.840000', '144930.300000', '144930.760000', '144931.220000', '144931.680000', '144932.140000', '144932.600000', '144933.060000', '144933.520000', '144933.980000', '144934.440000', '144934.900000', '144935.360000', '144935.820000', '144936.280000', '144936.740000', '144937.200000', '144937.660000', '144938.120000', '144938.580000', '144939.040000', '144939.500000', '144939.960000', '144940.420000', '144940.880000', '144941.340000', '144941.800000', '144942.260000', '144942.720000', '144943.180000', '144943.640000', '144944.100000', '144944.560000', '144945.020000', '144945.480000', '144945.940000', '144946.400000', '144946.860000', '144947.320000', '144947.780000', '144948.240000', '144948.700000', '144949.160000', '144949.620000', '144950.080000', '144950.540000', '144951.000000', '144951.460000', '144951.920000', '144952.380000', '144952.840000', '144953.300000', '144953.760000', '144954.220000', '144954.680000', '144955.140000', '144955.600000', '144956.060000', '144956.520000', '144956.980000', '144957.440000', '144957.900000', '144958.360000', '144958.820000', '144959.280000', '144959.740000', '145000.200000', '145000.660000', '145001.120000', '145001.580000', '145002.040000', '145002.500000', '145002.960000', '145003.420000', '145003.880000', '145004.340000', '145004.800000', '145005.260000', '145005.720000', '145006.180000', '145006.640000', '145007.100000', '145007.560000', '145008.020000', '145008.480000', '145008.940000', '145009.400000', '145009.860000', '145010.320000', '145010.780000', '145011.240000', '145011.700000', '145012.160000', '145012.620000', '145013.080000', '145013.540000', '145014.000000', '145014.460000', '145014.920000', '145015.380000', '145015.840000', '145016.300000', '145016.760000', '145017.220000', '145017.680000', '145018.140000', '145018.600000', '145019.060000', '145019.520000', '145019.980000', '145020.440000', '145020.900000', '145021.360000', '145021.820000', '145022.280000', '145022.740000', '145023.200000', '145023.660000', '145024.120000', '145024.580000', '145025.040000', '145025.500000', '145025.960000', '145026.420000', '145026.880000', '145027.340000', '145027.800000', '145028.260000', '145028.720000', '145029.180000', '145029.640000', '145030.100000', '145030.560000', '145031.020000', '145031.480000', '145031.940000', '145032.400000', '145032.860000', '145033.320000', '145033.780000', '145034.240000', '145034.700000', '145035.160000', '145035.620000', '145036.080000', '145036.540000', '145037.000000', '145037.460000', '145037.920000', '145038.380000', '145038.840000', '145039.300000', '145039.760000', '145040.220000', '145040.680000', '145041.140000', '145041.600000', '145042.060000', '145042.520000', '145042.980000', '145043.440000', '145043.900000', '145044.360000', '145044.820000', '145045.280000', '145045.740000', '145046.200000', '145046.660000', '145047.120000', '145047.580000', '145048.040000', '145048.500000', '145048.960000', '145049.420000', '145049.880000', '145050.340000', '145050.800000', '145051.260000', '145051.720000', '145052.180000', '145052.640000', '145053.100000', '145053.560000', '145054.020000', '145054.480000', '145054.940000', '145055.400000', '145055.860000', '145056.320000', '145056.780000', '145057.240000', '145057.700000', '145058.160000', '145058.620000', '145059.080000', '145059.540000', '145100.000000', '145100.460000', '145100.920000', '145101.380000', '145101.840000', '145102.300000', '145102.760000', '145103.220000', '145103.680000', '145104.140000', '145104.600000', '145105.060000', '145105.520000', '145105.980000', '145106.440000', '145106.900000', '145107.360000', '145107.820000', '145108.280000', '145108.740000', '145109.200000', '145109.660000', '145110.120000', '145110.580000', '145111.040000', '145111.500000', '145111.960000', '145112.420000', '145112.880000', '145113.340000', '145113.800000', '145114.260000', '145114.720000', '145115.180000', '145115.640000', '145116.100000', '145116.560000', '145117.020000', '145117.480000', '145117.940000', '145118.400000', '145118.860000', '145119.320000', '145119.780000', '145120.240000', '145120.700000', '145121.160000', '145121.620000', '145122.080000', '145122.540000', '145123.000000', '145123.460000', '145123.920000', '145124.380000', '145124.840000', '145125.300000', '145125.760000', '145126.220000', '145126.680000', '145127.140000', '145127.600000', '145128.060000', '145128.520000', '145128.980000', '145129.440000', '145129.900000', '145130.360000', '145130.820000', '145131.280000', '145131.740000', '145132.200000', '145132.660000', '145133.120000', '145133.580000', '145134.040000', '145134.500000', '145134.960000', '145135.420000', '145135.880000', '145136.340000', '145136.800000', '145137.260000', '145137.720000', '145138.180000', '145138.640000', '145139.100000', '145139.560000', '145140.020000', '145140.480000', '145140.940000', '145141.400000', '145141.860000', '145142.320000', '145142.780000', '145143.240000', '145143.700000', '145144.160000', '145144.620000', '145145.080000', '145145.540000', '145146.000000', '145146.460000', '145146.920000', '145147.380000', '145147.840000', '145148.300000', '145148.760000', '145149.220000', '145149.680000', '145150.140000', '145150.600000', '145151.060000', '145151.520000', '145151.980000', '145152.440000', '145152.900000', '145153.360000', '145153.820000', '145154.280000', '145154.740000', '145155.200000', '145155.660000', '145156.120000', '145156.580000', '145157.040000', '145157.500000', '145157.960000', '145158.420000', '145158.880000', '145159.340000', '145159.800000', '145200.260000', '145200.720000', '145201.180000', '145201.640000', '145202.100000', '145202.560000', '145203.020000', '145203.480000', '145203.940000', '145204.400000', '145204.860000', '145205.320000', '145205.780000', '145206.240000', '145206.700000', '145207.160000', '145207.620000', '145208.080000', '145208.540000', '145209.000000', '145209.460000', '145209.920000', '145210.380000', '145210.840000', '145211.300000', '145211.760000', '145212.220000', '145212.680000', '145213.140000', '145213.600000', '145214.060000', '145214.520000', '145214.980000', '145215.440000', '145215.900000', '145216.360000', '145216.820000', '145217.280000', '145217.740000', '145218.200000', '145218.660000', '145219.120000', '145219.580000', '145220.040000', '145220.500000', '145220.960000', '145221.420000', '145221.880000', '145222.340000', '145222.800000', '145223.260000', '145223.720000', '145224.180000', '145224.640000', '145225.100000', '145225.560000', '145226.020000', '145226.480000', '145226.940000', '145227.400000', '145227.860000', '145228.320000', '145228.780000', '145229.240000', '145229.700000', '145230.160000', '145230.620000', '145231.080000', '145231.540000', '145232.000000', '145232.460000', '145232.920000', '145233.380000', '145233.840000', '145234.300000', '145234.760000', '145235.220000', '145235.680000', '145236.140000', '145236.600000', '145237.060000', '145237.520000', '145237.980000', '145238.440000', '145238.900000', '145239.360000', '145239.820000', '145240.280000', '145240.740000', '145241.200000', '145241.660000', '145242.120000', '145242.580000', '145243.040000', '145243.500000', '145243.960000', '145244.420000', '145244.880000', '145245.340000', '145245.800000', '145246.260000', '145246.720000', '145247.180000', '145247.640000', '145248.100000', '145248.560000', '145249.020000', '145249.480000', '145249.940000', '145250.400000', '145250.860000', '145251.320000', '145251.780000', '145252.240000', '145252.700000', '145253.160000', '145253.620000', '145254.080000', '145254.540000', '145255.000000', '145255.460000', '145255.920000', '145256.380000', '145256.840000', '145257.300000', '145257.760000', '145258.220000', '145258.680000', '145259.140000', '145259.600000', '145300.060000', '145300.520000', '145300.980000', '145301.440000', '145301.900000', '145302.360000', '145302.820000', '145303.280000', '145303.740000', '145304.200000', '145304.660000', '145305.120000', '145305.580000', '145306.040000', '145306.500000', '145306.960000', '145307.420000', '145307.880000', '145308.340000', '145308.800000', '145309.260000', '145309.720000', '145310.180000', '145310.640000', '145311.100000', '145311.560000', '145312.020000', '145312.480000', '145312.940000', '145313.400000', '145313.860000', '145314.320000', '145314.780000', '145315.240000', '145315.700000', '145316.160000', '145316.620000', '145317.080000', '145317.540000', '145318.000000', '145318.460000', '145318.920000', '145319.380000', '145319.840000', '145320.300000', '145320.760000', '145321.220000', '145321.680000', '145322.140000', '145322.600000', '145323.060000', '145323.520000', '145323.980000', '145324.440000', '145324.900000', '145325.360000', '145325.820000', '145326.280000', '145326.740000', '145327.200000', '145327.660000', '145328.120000', '145328.580000', '145329.040000', '145329.500000', '145329.960000', '145330.420000', '145330.880000', '145331.340000', '145331.800000', '145332.260000', '145332.720000', '145333.180000', '145333.640000', '145334.100000', '145334.560000', '145335.020000', '145335.480000', '145335.940000', '145336.400000', '145336.860000', '145337.320000', '145337.780000', '145338.240000', '145338.700000', '145339.160000', '145339.620000', '145340.080000', '145340.540000', '145341.000000', '145341.460000', '145341.920000', '145342.380000', '145342.840000', '145343.300000', '145343.760000', '145344.220000', '145344.680000', '145345.140000', '145345.600000', '145346.060000', '145346.520000', '145346.980000', '145347.440000', '145347.900000', '145348.360000', '145348.820000', '145349.280000', '145349.740000', '145350.200000', '145350.660000', '145351.120000', '145351.580000', '145352.040000', '145352.500000', '145352.960000', '145353.420000', '145353.880000', '145354.340000', '145354.800000', '145355.260000', '145355.720000', '145356.180000', '145356.640000', '145357.100000', '145357.560000', '145358.020000', '145358.480000', '145358.940000', '145359.400000', '145359.860000', '145400.320000', '145400.780000', '145401.240000', '145401.700000', '145402.160000', '145402.620000', '145403.080000', '145403.540000', '145404.000000', '145404.460000', '145404.920000', '145405.380000', '145405.840000', '145406.300000', '145406.760000', '145407.220000', '145407.680000', '145408.140000', '145408.600000', '145409.060000', '145409.520000', '145409.980000', '145410.440000', '145410.900000', '145411.360000', '145411.820000', '145412.280000', '145412.740000', '145413.200000', '145413.660000', '145414.120000', '145414.580000', '145415.040000', '145415.500000', '145415.960000', '145416.420000', '145416.880000', '145417.340000', '145417.800000', '145418.260000', '145418.720000', '145419.180000', '145419.640000', '145420.100000', '145420.560000', '145421.020000', '145421.480000', '145421.940000', '145422.400000', '145422.860000', '145423.320000', '145423.780000', '145424.240000', '145424.700000', '145425.160000', '145425.620000', '145426.080000', '145426.540000', '145427.000000', '145427.460000', '145427.920000', '145428.380000', '145428.840000', '145429.300000', '145429.760000', '145430.220000', '145430.680000', '145431.140000', '145431.600000', '145432.060000', '145432.520000', '145432.980000', '145433.440000', '145433.900000', '145434.360000', '145434.820000', '145435.280000', '145435.740000', '145436.200000', '145436.660000', '145437.120000', '145437.580000', '145438.040000', '145438.500000', '145438.960000', '145439.420000', '145439.880000', '145440.340000', '145440.800000', '145441.260000', '145441.720000', '145442.180000', '145442.640000', '145443.100000', '145443.560000', '145444.020000', '145444.480000', '145444.940000', '145445.400000', '145445.860000', '145446.320000', '145446.780000', '145447.240000', '145447.700000', '145448.160000', '145448.620000', '145449.080000', '145449.540000', '145450.000000', '145450.460000', '145450.920000', '145451.380000', '145451.840000', '145452.300000', '145452.760000', '145453.220000', '145453.680000', '145454.140000', '145454.600000', '145455.060000', '145455.520000', '145455.980000', '145456.440000', '145456.900000', '145457.360000', '145457.820000', '145458.280000', '145458.740000', '145459.200000', '145459.660000', '145500.120000', '145500.580000', '145501.040000', '145501.500000', '145501.960000', '145502.420000', '145502.880000', '145503.340000', '145503.800000', '145504.260000', '145504.720000', '145505.180000', '145505.640000', '145506.100000', '145506.560000', '145507.020000', '145507.480000', '145507.940000', '145508.400000', '145508.860000', '145509.320000', '145509.780000', '145510.240000', '145510.700000', '145511.160000', '145511.620000', '145512.080000', '145512.540000', '145513.000000', '145513.460000', '145513.920000', '145514.380000', '145514.840000', '145515.300000', '145515.760000', '145516.220000', '145516.680000', '145517.140000', '145517.600000', '145518.060000', '145518.520000', '145518.980000', '145519.440000', '145519.900000', '145520.360000', '145520.820000', '145521.280000', '145521.740000', '145522.200000', '145522.660000', '145523.120000', '145523.580000', '145524.040000', '145524.500000', '145524.960000', '145525.420000', '145525.880000', '145526.340000', '145526.800000', '145527.260000', '145527.720000', '145528.180000', '145528.640000', '145529.100000', '145529.560000', '145530.020000', '145530.480000', '145530.940000', '145531.400000', '145531.860000', '145532.320000', '145532.780000', '145533.240000', '145533.700000', '145534.160000', '145534.620000', '145535.080000', '145535.540000', '145536.000000', '145536.460000', '145536.920000', '145537.380000', '145537.840000', '145538.300000', '145538.760000', '145539.220000', '145539.680000', '145540.140000', '145540.600000', '145541.060000', '145541.520000', '145541.980000', '145542.440000', '145542.900000', '145543.360000', '145543.820000', '145544.280000', '145544.740000', '145545.200000', '145545.660000', '145546.120000', '145546.580000', '145547.040000', '145547.500000', '145547.960000', '145548.420000', '145548.880000', '145549.340000', '145549.800000', '145550.260000', '145550.720000', '145551.180000', '145551.640000', '145552.100000', '145552.560000', '145553.020000', '145553.480000', '145553.940000', '145554.400000', '145554.860000', '145555.320000', '145555.780000', '145556.240000', '145556.700000', '145557.160000', '145557.620000', '145558.080000', '145558.540000', '145559.000000', '145559.460000', '145559.920000', '145600.380000', '145600.840000', '145601.300000', '145601.760000', '145602.220000'], 'ContentTime': ['144724.686000', '144724.689000', '144724.692000', '144724.695000', '144724.697000', '144724.700000', '144724.711000', '144724.714000', '144724.716000', '144724.719000', '144724.721000', '144724.724000', '144724.727000', '144724.729000', '144724.732000', '144724.734000', '144724.737000', '144724.739000', '144724.742000', '144724.745000', '144724.747000', '144724.750000', '144724.752000', '144724.755000', '144724.757000', '144724.760000', '144724.763000', '144744.660000', '144744.663000', '144744.665000', '144744.668000', '144744.670000', '144744.673000', '144744.675000', '144744.678000', '144744.680000', '144744.683000', '144744.686000', '144744.688000', '144744.691000', '144744.693000', '144744.696000', '144744.699000', '144744.701000', '144744.704000', '144744.706000', '144744.716000', '144744.719000', '144744.721000', '144744.724000', '144744.727000', '144744.729000', '144744.732000', '144744.734000', '144744.737000', '144744.740000', '144744.742000', '144744.745000', '144744.748000', '144744.750000', '144744.753000', '144744.756000', '144744.758000', '144744.761000', '144744.763000', '144744.766000', '144744.769000', '144744.771000', '144744.774000', '144744.776000', '144804.659000', '144804.662000', '144804.665000', '144804.668000', '144804.670000', '144804.673000', '144804.675000', '144804.678000', '144804.680000', '144804.683000', '144804.686000', '144804.688000', '144804.696000', '144804.698000', '144804.701000', '144804.704000', '144804.706000', '144804.709000', '144804.712000', '144804.714000', '144804.717000', '144804.719000', '144804.722000', '144804.724000', '144804.727000', '144804.729000', '144804.732000', '144804.735000', '144804.737000', '144804.740000', '144804.742000', '144804.745000', '144804.748000', '144804.750000', '144804.753000', '144804.755000', '144804.758000', '144804.760000', '144804.763000', '144804.766000', '144804.768000', '144804.771000', '144804.773000', '144804.776000', '144824.660000', '144824.662000', '144824.665000', '144824.668000', '144824.670000', '144824.673000', '144824.675000', '144824.678000', '144824.681000', '144824.683000', '144824.686000', '144824.688000', '144824.691000', '144824.694000', '144824.696000', '144824.699000', '144824.701000', '144824.704000', '144824.707000', '144824.709000', '144824.712000', '144824.714000', '144824.717000', '144824.720000', '144824.723000', '144824.726000', '144824.729000', '144824.732000', '144824.734000', '144824.737000', '144824.739000', '144824.742000', '144824.745000', '144824.747000', '144824.750000', '144824.752000', '144824.756000', '144824.759000', '144824.762000', '144824.765000', '144824.767000', '144824.770000', '144824.772000', '144844.660000', '144844.662000', '144844.665000', '144844.668000', '144844.670000', '144844.673000', '144844.676000', '144844.678000', '144844.681000', '144844.683000', '144844.686000', '144844.689000', '144844.691000', '144844.694000', '144844.696000', '144844.699000', '144844.702000', '144844.704000', '144844.707000', '144844.709000', '144844.712000', '144844.715000', '144844.717000', '144844.720000', '144844.722000', '144844.725000', '144844.728000', '144844.730000', '144844.733000', '144844.736000', '144844.738000', '144844.741000', '144844.744000', '144844.746000', '144844.749000', '144844.751000', '144844.754000', '144844.757000', '144844.759000', '144844.762000', '144844.766000', '144844.769000', '144844.772000', '144844.774000', '144904.661000', '144904.663000', '144904.666000', '144904.669000', '144904.671000', '144904.674000', '144904.677000', '144904.679000', '144904.682000', '144904.684000', '144904.687000', '144904.690000', '144904.692000', '144904.695000', '144904.697000', '144904.700000', '144904.703000', '144904.705000', '144904.708000', '144904.710000', '144904.713000', '144904.716000', '144904.718000', '144904.721000', '144904.723000', '144904.726000', '144904.729000', '144904.731000', '144904.734000', '144904.736000', '144904.739000', '144904.742000', '144904.744000', '144904.747000', '144904.750000', '144904.753000', '144904.756000', '144904.758000', '144904.761000', '144904.764000', '144904.766000', '144904.769000', '144904.772000', '144924.661000', '144924.663000', '144924.666000', '144924.669000', '144924.671000', '144924.674000', '144924.676000', '144924.679000', '144924.682000', '144924.684000', '144924.687000', '144924.690000', '144924.692000', '144924.695000', '144924.697000', '144924.700000', '144924.702000', '144924.705000', '144924.708000', '144924.710000', '144924.713000', '144924.715000', '144924.718000', '144924.721000', '144924.723000', '144924.726000', '144924.729000', '144924.731000', '144924.734000', '144924.736000', '144924.739000', '144924.742000', '144924.744000', '144924.747000', '144924.749000', '144924.752000', '144924.754000', '144924.757000', '144924.760000', '144924.762000', '144924.765000', '144924.768000', '144924.770000', '144924.773000', '144944.660000', '144944.663000', '144944.666000', '144944.668000', '144944.671000', '144944.674000', '144944.676000', '144944.679000', '144944.681000', '144944.684000', '144944.687000', '144944.689000', '144944.692000', '144944.695000', '144944.697000', '144944.700000', '144944.702000', '144944.705000', '144944.708000', '144944.710000', '144944.713000', '144944.715000', '144944.718000', '144944.721000', '144944.723000', '144944.726000', '144944.729000', '144944.731000', '144944.734000', '144944.737000', '144944.739000', '144944.742000', '144944.745000', '144944.747000', '144944.750000', '144944.752000', '144944.755000', '144944.757000', '144944.760000', '144944.763000', '144944.765000', '144944.768000', '144944.770000', '145004.660000', '145004.662000', '145004.665000', '145004.668000', '145004.670000', '145004.673000', '145004.675000', '145004.678000', '145004.681000', '145004.683000', '145004.686000', '145004.689000', '145004.691000', '145004.694000', '145004.696000', '145004.699000', '145004.702000', '145004.704000', '145004.707000', '145004.709000', '145004.712000', '145004.715000', '145004.717000', '145004.720000', '145004.723000', '145004.725000', '145004.728000', '145004.730000', '145004.733000', '145004.735000', '145004.738000', '145004.741000', '145004.743000', '145004.746000', '145004.748000', '145004.751000', '145004.753000', '145004.756000', '145004.759000', '145004.761000', '145004.764000', '145004.766000', '145004.769000', '145004.772000', '145024.659000', '145024.662000', '145024.665000', '145024.667000', '145024.670000', '145024.673000', '145024.675000', '145024.678000', '145024.680000', '145024.683000', '145024.686000', '145024.688000', '145024.691000', '145024.693000', '145024.696000', '145024.699000', '145024.701000', '145024.704000', '145024.707000', '145024.709000', '145024.712000', '145024.715000', '145024.717000', '145024.720000', '145024.722000', '145024.725000', '145024.728000', '145024.730000', '145024.733000', '145024.735000', '145024.738000', '145024.741000', '145024.743000', '145024.746000', '145024.748000', '145024.751000', '145024.754000', '145024.756000', '145024.759000', '145024.762000', '145024.765000', '145024.767000', '145024.770000', '145044.659000', '145044.662000', '145044.665000', '145044.668000', '145044.670000', '145044.673000', '145044.675000', '145044.678000', '145044.681000', '145044.683000', '145044.686000', '145044.689000', '145044.691000', '145044.694000', '145044.697000', '145044.699000', '145044.702000', '145044.704000', '145044.707000', '145044.710000', '145044.712000', '145044.715000', '145044.718000', '145044.720000', '145044.723000', '145044.726000', '145044.728000', '145044.731000', '145044.733000', '145044.736000', '145044.739000', '145044.741000', '145044.744000', '145044.746000', '145044.749000', '145044.751000', '145044.754000', '145044.757000', '145044.759000', '145044.762000', '145044.764000', '145044.767000', '145044.770000', '145044.772000', '145104.660000', '145104.662000', '145104.665000', '145104.668000', '145104.670000', '145104.673000', '145104.676000', '145104.678000', '145104.681000', '145104.683000', '145104.686000', '145104.689000', '145104.691000', '145104.694000', '145104.697000', '145104.699000', '145104.702000', '145104.704000', '145104.707000', '145104.710000', '145104.712000', '145104.715000', '145104.717000', '145104.720000', '145104.723000', '145104.725000', '145104.728000', '145104.730000', '145104.733000', '145104.736000', '145104.738000', '145104.741000', '145104.743000', '145104.746000', '145104.749000', '145104.751000', '145104.754000', '145104.756000', '145104.759000', '145104.762000', '145104.764000', '145104.767000', '145104.770000', '145124.661000', '145124.663000', '145124.666000', '145124.669000', '145124.671000', '145124.674000', '145124.677000', '145124.679000', '145124.682000', '145124.685000', '145124.687000', '145124.690000', '145124.692000', '145124.695000', '145124.697000', '145124.700000', '145124.703000', '145124.705000', '145124.708000', '145124.711000', '145124.713000', '145124.716000', '145124.718000', '145124.721000', '145124.724000', '145124.726000', '145124.729000', '145124.731000', '145124.734000', '145124.737000', '145124.739000', '145124.742000', '145124.744000', '145124.747000', '145124.750000', '145124.753000', '145124.755000', '145124.758000', '145124.760000', '145124.763000', '145124.765000', '145124.768000', '145124.771000', '145124.773000', '145144.660000', '145144.663000', '145144.666000', '145144.669000', '145144.671000', '145144.674000', '145144.676000', '145144.679000', '145144.682000', '145144.684000', '145144.687000', '145144.689000', '145144.692000', '145144.695000', '145144.697000', '145144.700000', '145144.702000', '145144.705000', '145144.718000', '145144.720000', '145144.723000', '145144.725000', '145144.728000', '145144.731000', '145144.733000', '145144.736000', '145144.738000', '145144.741000', '145144.744000', '145144.746000', '145144.749000', '145144.751000', '145144.754000', '145144.757000', '145144.759000', '145144.762000', '145144.765000', '145144.767000', '145144.770000', '145144.772000', '145144.775000', '145144.778000', '145144.780000', '145204.661000', '145204.664000', '145204.666000', '145204.669000', '145204.672000', '145204.674000', '145204.677000', '145204.679000', '145204.682000', '145204.684000', '145204.687000', '145204.690000', '145204.692000', '145204.695000', '145204.698000', '145204.700000', '145204.703000', '145204.705000', '145204.708000', '145204.711000', '145204.713000', '145204.716000', '145204.718000', '145204.721000', '145204.724000', '145204.726000', '145204.729000', '145204.731000', '145204.734000', '145204.737000', '145204.739000', '145204.742000', '145204.745000', '145204.747000', '145204.750000', '145204.752000', '145204.755000', '145204.757000', '145204.760000', '145204.763000', '145204.765000', '145204.768000', '145204.771000', '145204.773000', '145224.660000', '145224.662000', '145224.665000', '145224.668000', '145224.670000', '145224.673000', '145224.675000', '145224.678000', '145224.681000', '145224.683000', '145224.686000', '145224.688000', '145224.691000', '145224.694000', '145224.696000', '145224.699000', '145224.701000', '145224.704000', '145224.707000', '145224.709000', '145224.712000', '145224.715000', '145224.717000', '145224.720000', '145224.722000', '145224.725000', '145224.727000', '145224.730000', '145224.733000', '145224.735000', '145224.738000', '145224.741000', '145224.743000', '145224.746000', '145224.748000', '145224.751000', '145224.754000', '145224.756000', '145224.759000', '145224.761000', '145224.764000', '145224.767000', '145224.769000', '145244.659000', '145244.662000', '145244.665000', '145244.668000', '145244.670000', '145244.673000', '145244.675000', '145244.678000', '145244.681000', '145244.683000', '145244.686000', '145244.688000', '145244.691000', '145244.694000', '145244.696000', '145244.699000', '145244.702000', '145244.704000', '145244.707000', '145244.710000', '145244.712000', '145244.715000', '145244.718000', '145244.720000', '145244.723000', '145244.725000', '145244.728000', '145244.731000', '145244.733000', '145244.736000', '145244.739000', '145244.741000', '145244.744000', '145244.746000', '145244.749000', '145244.752000', '145244.754000', '145244.757000', '145244.759000', '145244.762000', '145244.765000', '145244.767000', '145244.770000', '145244.772000', '145304.660000', '145304.663000', '145304.665000', '145304.668000', '145304.670000', '145304.673000', '145304.676000', '145304.678000', '145304.681000', '145304.684000', '145304.686000', '145304.689000', '145304.691000', '145304.694000', '145304.697000', '145304.699000', '145304.702000', '145304.704000', '145304.707000', '145304.710000', '145304.712000', '145304.715000', '145304.717000', '145304.720000', '145304.723000', '145304.725000', '145304.728000', '145304.731000', '145304.750000', '145304.752000', '145304.755000', '145304.758000', '145304.760000', '145304.763000', '145304.767000', '145304.769000', '145304.772000', '145304.775000', '145304.777000', '145304.780000', '145304.783000', '145304.785000', '145304.788000', '145324.659000', '145324.662000', '145324.665000', '145324.667000', '145324.670000', '145324.673000', '145324.676000', '145324.679000', '145324.682000', '145324.684000', '145324.687000', '145324.689000', '145324.692000', '145324.695000', '145324.698000', '145324.700000', '145324.703000', '145324.705000', '145324.708000', '145324.711000', '145324.713000', '145324.716000', '145324.718000', '145324.721000', '145324.724000', '145324.726000', '145324.729000', '145324.732000', '145324.735000', '145324.737000', '145324.740000', '145324.743000', '145324.745000', '145324.748000', '145324.750000', '145324.753000', '145324.756000', '145324.758000', '145324.761000', '145324.764000', '145324.766000', '145324.769000', '145324.771000', '145324.774000', '145344.660000', '145344.663000', '145344.666000', '145344.669000', '145344.671000', '145344.674000', '145344.676000', '145344.679000', '145344.681000', '145344.684000', '145344.687000', '145344.689000', '145344.692000', '145344.694000', '145344.697000', '145344.700000', '145344.702000', '145344.705000', '145344.707000', '145344.710000', '145344.713000', '145344.715000', '145344.718000', '145344.720000', '145344.723000', '145344.726000', '145344.728000', '145344.731000', '145344.734000', '145344.736000', '145344.739000', '145344.742000', '145344.744000', '145344.747000', '145344.749000', '145344.752000', '145344.754000', '145344.757000', '145344.760000', '145344.762000', '145344.765000', '145344.767000', '145344.770000', '145404.661000', '145404.664000', '145404.666000', '145404.669000', '145404.671000', '145404.674000', '145404.677000', '145404.679000', '145404.682000', '145404.684000', '145404.687000', '145404.690000', '145404.692000', '145404.695000', '145404.698000', '145404.700000', '145404.703000', '145404.706000', '145404.709000', '145404.711000', '145404.714000', '145404.716000', '145404.719000', '145404.721000', '145404.724000', '145404.727000', '145404.729000', '145404.732000', '145404.735000', '145404.737000', '145404.740000', '145404.742000', '145404.745000', '145404.747000', '145404.750000', '145404.753000', '145404.755000', '145404.758000', '145404.760000', '145404.763000', '145404.766000', '145404.768000', '145404.771000', '145424.660000', '145424.663000', '145424.666000', '145424.669000', '145424.671000', '145424.674000', '145424.676000', '145424.679000', '145424.682000', '145424.684000', '145424.687000', '145424.689000', '145424.692000', '145424.695000', '145424.697000', '145424.700000', '145424.702000', '145424.705000', '145424.708000', '145424.710000', '145424.713000', '145424.715000', '145424.718000', '145424.721000', '145424.723000', '145424.726000', '145424.729000', '145424.731000', '145424.734000', '145424.736000', '145424.739000', '145424.742000', '145424.744000', '145424.747000', '145424.749000', '145424.752000', '145424.754000', '145424.757000', '145424.760000', '145424.762000', '145424.765000', '145424.768000', '145424.770000', '145424.773000', '145444.659000', '145444.662000', '145444.665000', '145444.668000', '145444.670000', '145444.673000', '145444.675000', '145444.678000', '145444.681000', '145444.684000', '145444.686000', '145444.689000', '145444.692000', '145444.694000', '145444.697000', '145444.700000', '145444.702000', '145444.705000', '145444.707000', '145444.710000', '145444.713000', '145444.716000', '145444.719000', '145444.721000', '145444.724000', '145444.727000', '145444.729000', '145444.732000', '145444.735000', '145444.737000', '145444.740000', '145444.742000', '145444.745000', '145444.748000', '145444.750000', '145444.753000', '145444.755000', '145444.758000', '145444.760000', '145444.763000', '145444.766000', '145444.769000', '145444.771000', '145504.660000', '145504.663000', '145504.665000', '145504.668000', '145504.671000', '145504.673000', '145504.676000', '145504.678000', '145504.681000', '145504.684000', '145504.686000', '145504.689000', '145504.692000', '145504.694000', '145504.697000', '145504.700000', '145504.702000', '145504.705000', '145504.707000', '145504.710000', '145504.713000', '145504.715000', '145504.718000', '145504.720000', '145504.723000', '145504.726000', '145504.728000', '145504.731000', '145504.733000', '145504.736000', '145504.739000', '145504.741000', '145504.744000', '145504.747000', '145504.749000', '145504.752000', '145504.754000', '145504.757000', '145504.760000', '145504.762000', '145504.765000', '145504.767000', '145504.770000', '145504.773000', '145524.659000', '145524.662000', '145524.665000', '145524.667000', '145524.670000', '145524.673000', '145524.675000', '145524.678000', '145524.681000', '145524.683000', '145524.686000', '145524.689000', '145524.691000', '145524.694000', '145524.697000', '145524.699000', '145524.702000', '145524.704000', '145524.707000', '145524.710000', '145524.712000', '145524.715000', '145524.717000', '145524.720000', '145524.723000', '145524.725000', '145524.728000', '145524.731000', '145524.733000', '145524.736000', '145524.738000', '145524.741000', '145524.744000', '145524.746000', '145524.749000', '145524.751000', '145524.754000', '145524.757000', '145524.759000', '145524.766000', '145524.769000', '145524.771000', '145524.774000', '145544.660000', '145544.663000', '145544.665000', '145544.668000', '145544.670000', '145544.673000', '145544.676000', '145544.678000', '145544.681000', '145544.684000', '145544.686000', '145544.689000', '145544.692000', '145544.694000', '145544.697000', '145544.699000', '145544.702000', '145544.705000', '145544.707000', '145544.710000', '145544.713000', '145544.715000', '145544.718000', '145544.720000', '145544.723000', '145544.726000', '145544.728000', '145544.731000', '145544.734000', '145544.736000', '145544.739000', '145544.742000', '145544.744000', '145544.747000', '145544.749000', '145544.752000', '145544.755000', '145544.757000', '145544.760000', '145544.763000', '145544.765000', '145544.768000', '145544.770000', '145544.773000', '145603.789000', '145603.792000', '145603.795000', '145603.797000', '145603.800000', '145603.803000', '145603.805000', '145603.808000', '145603.811000', '145603.813000', '145603.816000', '145603.819000', '145603.822000', '145603.825000', '145603.828000', '145603.831000', '145603.834000', '145603.837000', '145603.839000', '145603.842000', '145603.845000', '145603.847000', '145603.850000', '145603.853000', '145603.855000', '145603.858000', '145603.860000', '145603.863000', '145603.866000', '145603.868000', '145603.871000', '145603.873000', '145603.876000', '145603.879000', '145603.881000', '145603.884000', '145603.886000', '145603.889000', '145603.892000', '145603.894000', '145603.897000', '145603.899000'], 'InstanceCreationTime': ['144724.686000', '144724.689000', '144724.692000', '144724.695000', '144724.697000', '144724.700000', '144724.711000', '144724.714000', '144724.716000', '144724.719000', '144724.721000', '144724.724000', '144724.727000', '144724.729000', '144724.732000', '144724.734000', '144724.737000', '144724.739000', '144724.742000', '144724.745000', '144724.747000', '144724.750000', '144724.752000', '144724.755000', '144724.757000', '144724.760000', '144724.763000', '144744.660000', '144744.663000', '144744.665000', '144744.668000', '144744.670000', '144744.673000', '144744.675000', '144744.678000', '144744.680000', '144744.683000', '144744.686000', '144744.688000', '144744.691000', '144744.693000', '144744.696000', '144744.699000', '144744.701000', '144744.704000', '144744.706000', '144744.716000', '144744.719000', '144744.721000', '144744.724000', '144744.727000', '144744.729000', '144744.732000', '144744.734000', '144744.737000', '144744.740000', '144744.742000', '144744.745000', '144744.748000', '144744.750000', '144744.753000', '144744.756000', '144744.758000', '144744.761000', '144744.763000', '144744.766000', '144744.769000', '144744.771000', '144744.774000', '144744.776000', '144804.659000', '144804.662000', '144804.665000', '144804.668000', '144804.670000', '144804.673000', '144804.675000', '144804.678000', '144804.680000', '144804.683000', '144804.686000', '144804.688000', '144804.696000', '144804.698000', '144804.701000', '144804.704000', '144804.706000', '144804.709000', '144804.712000', '144804.714000', '144804.717000', '144804.719000', '144804.722000', '144804.724000', '144804.727000', '144804.729000', '144804.732000', '144804.735000', '144804.737000', '144804.740000', '144804.742000', '144804.745000', '144804.748000', '144804.750000', '144804.753000', '144804.755000', '144804.758000', '144804.760000', '144804.763000', '144804.766000', '144804.768000', '144804.771000', '144804.773000', '144804.776000', '144824.660000', '144824.662000', '144824.665000', '144824.668000', '144824.670000', '144824.673000', '144824.675000', '144824.678000', '144824.681000', '144824.683000', '144824.686000', '144824.688000', '144824.691000', '144824.694000', '144824.696000', '144824.699000', '144824.701000', '144824.704000', '144824.707000', '144824.709000', '144824.712000', '144824.714000', '144824.717000', '144824.720000', '144824.723000', '144824.726000', '144824.729000', '144824.732000', '144824.734000', '144824.737000', '144824.739000', '144824.742000', '144824.745000', '144824.747000', '144824.750000', '144824.752000', '144824.756000', '144824.759000', '144824.762000', '144824.765000', '144824.767000', '144824.770000', '144824.772000', '144844.660000', '144844.662000', '144844.665000', '144844.668000', '144844.670000', '144844.673000', '144844.676000', '144844.678000', '144844.681000', '144844.683000', '144844.686000', '144844.689000', '144844.691000', '144844.694000', '144844.696000', '144844.699000', '144844.702000', '144844.704000', '144844.707000', '144844.709000', '144844.712000', '144844.715000', '144844.717000', '144844.720000', '144844.722000', '144844.725000', '144844.728000', '144844.730000', '144844.733000', '144844.736000', '144844.738000', '144844.741000', '144844.744000', '144844.746000', '144844.749000', '144844.751000', '144844.754000', '144844.757000', '144844.759000', '144844.762000', '144844.766000', '144844.769000', '144844.772000', '144844.774000', '144904.661000', '144904.663000', '144904.666000', '144904.669000', '144904.671000', '144904.674000', '144904.677000', '144904.679000', '144904.682000', '144904.684000', '144904.687000', '144904.690000', '144904.692000', '144904.695000', '144904.697000', '144904.700000', '144904.703000', '144904.705000', '144904.708000', '144904.710000', '144904.713000', '144904.716000', '144904.718000', '144904.721000', '144904.723000', '144904.726000', '144904.729000', '144904.731000', '144904.734000', '144904.736000', '144904.739000', '144904.742000', '144904.744000', '144904.747000', '144904.750000', '144904.753000', '144904.756000', '144904.758000', '144904.761000', '144904.764000', '144904.766000', '144904.769000', '144904.772000', '144924.661000', '144924.663000', '144924.666000', '144924.669000', '144924.671000', '144924.674000', '144924.676000', '144924.679000', '144924.682000', '144924.684000', '144924.687000', '144924.690000', '144924.692000', '144924.695000', '144924.697000', '144924.700000', '144924.702000', '144924.705000', '144924.708000', '144924.710000', '144924.713000', '144924.715000', '144924.718000', '144924.721000', '144924.723000', '144924.726000', '144924.729000', '144924.731000', '144924.734000', '144924.736000', '144924.739000', '144924.742000', '144924.744000', '144924.747000', '144924.749000', '144924.752000', '144924.754000', '144924.757000', '144924.760000', '144924.762000', '144924.765000', '144924.768000', '144924.770000', '144924.773000', '144944.660000', '144944.663000', '144944.666000', '144944.668000', '144944.671000', '144944.674000', '144944.676000', '144944.679000', '144944.681000', '144944.684000', '144944.687000', '144944.689000', '144944.692000', '144944.695000', '144944.697000', '144944.700000', '144944.702000', '144944.705000', '144944.708000', '144944.710000', '144944.713000', '144944.715000', '144944.718000', '144944.721000', '144944.723000', '144944.726000', '144944.729000', '144944.731000', '144944.734000', '144944.737000', '144944.739000', '144944.742000', '144944.745000', '144944.747000', '144944.750000', '144944.752000', '144944.755000', '144944.757000', '144944.760000', '144944.763000', '144944.765000', '144944.768000', '144944.770000', '145004.660000', '145004.662000', '145004.665000', '145004.668000', '145004.670000', '145004.673000', '145004.675000', '145004.678000', '145004.681000', '145004.683000', '145004.686000', '145004.689000', '145004.691000', '145004.694000', '145004.696000', '145004.699000', '145004.702000', '145004.704000', '145004.707000', '145004.709000', '145004.712000', '145004.715000', '145004.717000', '145004.720000', '145004.723000', '145004.725000', '145004.728000', '145004.730000', '145004.733000', '145004.735000', '145004.738000', '145004.741000', '145004.743000', '145004.746000', '145004.748000', '145004.751000', '145004.753000', '145004.756000', '145004.759000', '145004.761000', '145004.764000', '145004.766000', '145004.769000', '145004.772000', '145024.659000', '145024.662000', '145024.665000', '145024.667000', '145024.670000', '145024.673000', '145024.675000', '145024.678000', '145024.680000', '145024.683000', '145024.686000', '145024.688000', '145024.691000', '145024.693000', '145024.696000', '145024.699000', '145024.701000', '145024.704000', '145024.707000', '145024.709000', '145024.712000', '145024.715000', '145024.717000', '145024.720000', '145024.722000', '145024.725000', '145024.728000', '145024.730000', '145024.733000', '145024.735000', '145024.738000', '145024.741000', '145024.743000', '145024.746000', '145024.748000', '145024.751000', '145024.754000', '145024.756000', '145024.759000', '145024.762000', '145024.765000', '145024.767000', '145024.770000', '145044.659000', '145044.662000', '145044.665000', '145044.668000', '145044.670000', '145044.673000', '145044.675000', '145044.678000', '145044.681000', '145044.683000', '145044.686000', '145044.689000', '145044.691000', '145044.694000', '145044.697000', '145044.699000', '145044.702000', '145044.704000', '145044.707000', '145044.710000', '145044.712000', '145044.715000', '145044.718000', '145044.720000', '145044.723000', '145044.726000', '145044.728000', '145044.731000', '145044.733000', '145044.736000', '145044.739000', '145044.741000', '145044.744000', '145044.746000', '145044.749000', '145044.751000', '145044.754000', '145044.757000', '145044.759000', '145044.762000', '145044.764000', '145044.767000', '145044.770000', '145044.772000', '145104.660000', '145104.662000', '145104.665000', '145104.668000', '145104.670000', '145104.673000', '145104.676000', '145104.678000', '145104.681000', '145104.683000', '145104.686000', '145104.689000', '145104.691000', '145104.694000', '145104.697000', '145104.699000', '145104.702000', '145104.704000', '145104.707000', '145104.710000', '145104.712000', '145104.715000', '145104.717000', '145104.720000', '145104.723000', '145104.725000', '145104.728000', '145104.730000', '145104.733000', '145104.736000', '145104.738000', '145104.741000', '145104.743000', '145104.746000', '145104.749000', '145104.751000', '145104.754000', '145104.756000', '145104.759000', '145104.762000', '145104.764000', '145104.767000', '145104.770000', '145124.661000', '145124.663000', '145124.666000', '145124.669000', '145124.671000', '145124.674000', '145124.677000', '145124.679000', '145124.682000', '145124.685000', '145124.687000', '145124.690000', '145124.692000', '145124.695000', '145124.697000', '145124.700000', '145124.703000', '145124.705000', '145124.708000', '145124.711000', '145124.713000', '145124.716000', '145124.718000', '145124.721000', '145124.724000', '145124.726000', '145124.729000', '145124.731000', '145124.734000', '145124.737000', '145124.739000', '145124.742000', '145124.744000', '145124.747000', '145124.750000', '145124.753000', '145124.755000', '145124.758000', '145124.760000', '145124.763000', '145124.765000', '145124.768000', '145124.771000', '145124.773000', '145144.660000', '145144.663000', '145144.666000', '145144.669000', '145144.671000', '145144.674000', '145144.676000', '145144.679000', '145144.682000', '145144.684000', '145144.687000', '145144.689000', '145144.692000', '145144.695000', '145144.697000', '145144.700000', '145144.702000', '145144.705000', '145144.718000', '145144.720000', '145144.723000', '145144.725000', '145144.728000', '145144.731000', '145144.733000', '145144.736000', '145144.738000', '145144.741000', '145144.744000', '145144.746000', '145144.749000', '145144.751000', '145144.754000', '145144.757000', '145144.759000', '145144.762000', '145144.765000', '145144.767000', '145144.770000', '145144.772000', '145144.775000', '145144.778000', '145144.780000', '145204.661000', '145204.664000', '145204.666000', '145204.669000', '145204.672000', '145204.674000', '145204.677000', '145204.679000', '145204.682000', '145204.684000', '145204.687000', '145204.690000', '145204.692000', '145204.695000', '145204.698000', '145204.700000', '145204.703000', '145204.705000', '145204.708000', '145204.711000', '145204.713000', '145204.716000', '145204.718000', '145204.721000', '145204.724000', '145204.726000', '145204.729000', '145204.731000', '145204.734000', '145204.737000', '145204.739000', '145204.742000', '145204.745000', '145204.747000', '145204.750000', '145204.752000', '145204.755000', '145204.757000', '145204.760000', '145204.763000', '145204.765000', '145204.768000', '145204.771000', '145204.773000', '145224.660000', '145224.662000', '145224.665000', '145224.668000', '145224.670000', '145224.673000', '145224.675000', '145224.678000', '145224.681000', '145224.683000', '145224.686000', '145224.688000', '145224.691000', '145224.694000', '145224.696000', '145224.699000', '145224.701000', '145224.704000', '145224.707000', '145224.709000', '145224.712000', '145224.715000', '145224.717000', '145224.720000', '145224.722000', '145224.725000', '145224.727000', '145224.730000', '145224.733000', '145224.735000', '145224.738000', '145224.741000', '145224.743000', '145224.746000', '145224.748000', '145224.751000', '145224.754000', '145224.756000', '145224.759000', '145224.761000', '145224.764000', '145224.767000', '145224.769000', '145244.659000', '145244.662000', '145244.665000', '145244.668000', '145244.670000', '145244.673000', '145244.675000', '145244.678000', '145244.681000', '145244.683000', '145244.686000', '145244.688000', '145244.691000', '145244.694000', '145244.696000', '145244.699000', '145244.702000', '145244.704000', '145244.707000', '145244.710000', '145244.712000', '145244.715000', '145244.718000', '145244.720000', '145244.723000', '145244.725000', '145244.728000', '145244.731000', '145244.733000', '145244.736000', '145244.739000', '145244.741000', '145244.744000', '145244.746000', '145244.749000', '145244.752000', '145244.754000', '145244.757000', '145244.759000', '145244.762000', '145244.765000', '145244.767000', '145244.770000', '145244.772000', '145304.660000', '145304.663000', '145304.665000', '145304.668000', '145304.670000', '145304.673000', '145304.676000', '145304.678000', '145304.681000', '145304.684000', '145304.686000', '145304.689000', '145304.691000', '145304.694000', '145304.697000', '145304.699000', '145304.702000', '145304.704000', '145304.707000', '145304.710000', '145304.712000', '145304.715000', '145304.717000', '145304.720000', '145304.723000', '145304.725000', '145304.728000', '145304.731000', '145304.750000', '145304.752000', '145304.755000', '145304.758000', '145304.760000', '145304.763000', '145304.767000', '145304.769000', '145304.772000', '145304.775000', '145304.777000', '145304.780000', '145304.783000', '145304.785000', '145304.788000', '145324.659000', '145324.662000', '145324.665000', '145324.667000', '145324.670000', '145324.673000', '145324.676000', '145324.679000', '145324.682000', '145324.684000', '145324.687000', '145324.689000', '145324.692000', '145324.695000', '145324.698000', '145324.700000', '145324.703000', '145324.705000', '145324.708000', '145324.711000', '145324.713000', '145324.716000', '145324.718000', '145324.721000', '145324.724000', '145324.726000', '145324.729000', '145324.732000', '145324.735000', '145324.737000', '145324.740000', '145324.743000', '145324.745000', '145324.748000', '145324.750000', '145324.753000', '145324.756000', '145324.758000', '145324.761000', '145324.764000', '145324.766000', '145324.769000', '145324.771000', '145324.774000', '145344.660000', '145344.663000', '145344.666000', '145344.669000', '145344.671000', '145344.674000', '145344.676000', '145344.679000', '145344.681000', '145344.684000', '145344.687000', '145344.689000', '145344.692000', '145344.694000', '145344.697000', '145344.700000', '145344.702000', '145344.705000', '145344.707000', '145344.710000', '145344.713000', '145344.715000', '145344.718000', '145344.720000', '145344.723000', '145344.726000', '145344.728000', '145344.731000', '145344.734000', '145344.736000', '145344.739000', '145344.742000', '145344.744000', '145344.747000', '145344.749000', '145344.752000', '145344.754000', '145344.757000', '145344.760000', '145344.762000', '145344.765000', '145344.767000', '145344.770000', '145404.661000', '145404.664000', '145404.666000', '145404.669000', '145404.671000', '145404.674000', '145404.677000', '145404.679000', '145404.682000', '145404.684000', '145404.687000', '145404.690000', '145404.692000', '145404.695000', '145404.698000', '145404.700000', '145404.703000', '145404.706000', '145404.709000', '145404.711000', '145404.714000', '145404.716000', '145404.719000', '145404.721000', '145404.724000', '145404.727000', '145404.729000', '145404.732000', '145404.735000', '145404.737000', '145404.740000', '145404.742000', '145404.745000', '145404.747000', '145404.750000', '145404.753000', '145404.755000', '145404.758000', '145404.760000', '145404.763000', '145404.766000', '145404.768000', '145404.771000', '145424.660000', '145424.663000', '145424.666000', '145424.669000', '145424.671000', '145424.674000', '145424.676000', '145424.679000', '145424.682000', '145424.684000', '145424.687000', '145424.689000', '145424.692000', '145424.695000', '145424.697000', '145424.700000', '145424.702000', '145424.705000', '145424.708000', '145424.710000', '145424.713000', '145424.715000', '145424.718000', '145424.721000', '145424.723000', '145424.726000', '145424.729000', '145424.731000', '145424.734000', '145424.736000', '145424.739000', '145424.742000', '145424.744000', '145424.747000', '145424.749000', '145424.752000', '145424.754000', '145424.757000', '145424.760000', '145424.762000', '145424.765000', '145424.768000', '145424.770000', '145424.773000', '145444.659000', '145444.662000', '145444.665000', '145444.668000', '145444.670000', '145444.673000', '145444.675000', '145444.678000', '145444.681000', '145444.684000', '145444.686000', '145444.689000', '145444.692000', '145444.694000', '145444.697000', '145444.700000', '145444.702000', '145444.705000', '145444.707000', '145444.710000', '145444.713000', '145444.716000', '145444.719000', '145444.721000', '145444.724000', '145444.727000', '145444.729000', '145444.732000', '145444.735000', '145444.737000', '145444.740000', '145444.742000', '145444.745000', '145444.748000', '145444.750000', '145444.753000', '145444.755000', '145444.758000', '145444.760000', '145444.763000', '145444.766000', '145444.769000', '145444.771000', '145504.660000', '145504.663000', '145504.665000', '145504.668000', '145504.671000', '145504.673000', '145504.676000', '145504.678000', '145504.681000', '145504.684000', '145504.686000', '145504.689000', '145504.692000', '145504.694000', '145504.697000', '145504.700000', '145504.702000', '145504.705000', '145504.707000', '145504.710000', '145504.713000', '145504.715000', '145504.718000', '145504.720000', '145504.723000', '145504.726000', '145504.728000', '145504.731000', '145504.733000', '145504.736000', '145504.739000', '145504.741000', '145504.744000', '145504.747000', '145504.749000', '145504.752000', '145504.754000', '145504.757000', '145504.760000', '145504.762000', '145504.765000', '145504.767000', '145504.770000', '145504.773000', '145524.659000', '145524.662000', '145524.665000', '145524.667000', '145524.670000', '145524.673000', '145524.675000', '145524.678000', '145524.681000', '145524.683000', '145524.686000', '145524.689000', '145524.691000', '145524.694000', '145524.697000', '145524.699000', '145524.702000', '145524.704000', '145524.707000', '145524.710000', '145524.712000', '145524.715000', '145524.717000', '145524.720000', '145524.723000', '145524.725000', '145524.728000', '145524.731000', '145524.733000', '145524.736000', '145524.738000', '145524.741000', '145524.744000', '145524.746000', '145524.749000', '145524.751000', '145524.754000', '145524.757000', '145524.759000', '145524.766000', '145524.769000', '145524.771000', '145524.774000', '145544.660000', '145544.663000', '145544.665000', '145544.668000', '145544.670000', '145544.673000', '145544.676000', '145544.678000', '145544.681000', '145544.684000', '145544.686000', '145544.689000', '145544.692000', '145544.694000', '145544.697000', '145544.699000', '145544.702000', '145544.705000', '145544.707000', '145544.710000', '145544.713000', '145544.715000', '145544.718000', '145544.720000', '145544.723000', '145544.726000', '145544.728000', '145544.731000', '145544.734000', '145544.736000', '145544.739000', '145544.742000', '145544.744000', '145544.747000', '145544.749000', '145544.752000', '145544.755000', '145544.757000', '145544.760000', '145544.763000', '145544.765000', '145544.768000', '145544.770000', '145544.773000', '145603.789000', '145603.792000', '145603.795000', '145603.797000', '145603.800000', '145603.803000', '145603.805000', '145603.808000', '145603.811000', '145603.813000', '145603.816000', '145603.819000', '145603.822000', '145603.825000', '145603.828000', '145603.831000', '145603.834000', '145603.837000', '145603.839000', '145603.842000', '145603.845000', '145603.847000', '145603.850000', '145603.853000', '145603.855000', '145603.858000', '145603.860000', '145603.863000', '145603.866000', '145603.868000', '145603.871000', '145603.873000', '145603.876000', '145603.879000', '145603.881000', '145603.884000', '145603.886000', '145603.889000', '145603.892000', '145603.894000', '145603.897000', '145603.899000'], '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], 'LargestImagePixelValue': [8346, 12523, 7875, 12659, 7726, 12046, 7652, 10645, 7898, 11033, 7920, 12414, 9059, 12146, 8926, 12132, 7791, 11676, 8038, 11291, 9793, 7338, 9214, 7304, 10235, 7470, 10846, 8045, 11645, 7565, 11459, 7649, 11802, 7862, 12138, 9845, 11988, 8101, 11714, 7935, 12307, 7683, 12121, 7854, 10016, 7921, 7541, 8506, 7410, 9372, 7444, 9596, 7363, 10111, 7500, 9981, 7420, 10644, 7473, 10857, 7454, 10925, 7662, 11325, 7545, 11472, 7931, 11787, 7968, 12323, 10329, 10301, 9489, 9828, 8963, 11640, 8943, 9616, 8697, 7330, 8971, 7336, 8959, 7402, 9329, 7437, 9351, 7357, 9508, 10598, 9797, 9235, 9112, 7340, 8800, 7430, 8848, 7239, 9327, 7376, 10309, 7467, 10935, 7581, 10412, 7669, 10501, 7424, 10413, 7541, 9859, 7539, 9469, 7680, 9164, 7286, 9328, 8683, 9241, 8888, 9719, 7887, 9227, 7515, 9170, 12792, 8916, 11899, 8870, 10948, 8249, 12074, 7766, 12129, 8148, 11792, 8076, 11724, 7856, 11957, 7663, 11488, 7793, 11403, 7671, 11151, 7371, 9552, 7356, 9400, 7264, 9401, 7457, 9670, 7396, 9258, 7345, 9594, 7302, 9765, 7419, 10396, 7503, 10826, 7308, 10923, 7412, 11463, 7505, 11298, 7908, 11451, 7569, 11301, 7768, 11790, 7672, 11981, 7854, 12004, 8015, 10743, 7882, 9787, 7737, 11689, 8000, 12446, 9312, 12751, 7823, 12016, 7547, 11797, 7491, 11694, 7604, 11135, 7673, 10633, 7530, 10118, 7474, 10630, 7647, 10441, 7526, 10329, 7722, 10747, 7421, 11180, 7447, 11209, 7365, 10681, 7499, 11273, 7593, 11295, 7582, 10919, 7693, 9649, 8919, 8992, 7604, 8615, 7682, 9045, 12440, 7731, 11667, 7850, 11416, 7795, 11752, 7463, 11741, 7378, 11372, 7466, 11313, 7558, 11507, 7406, 11552, 7653, 11518, 8417, 11703, 7407, 11519, 7966, 10913, 7471, 9710, 7569, 9420, 7651, 9022, 11720, 7780, 12319, 8039, 11666, 7823, 11778, 7702, 11780, 7472, 11662, 7631, 11093, 7807, 10975, 7826, 11704, 7796, 11330, 7805, 11452, 7848, 11509, 7670, 11299, 7700, 11092, 7911, 11446, 7479, 11476, 7724, 11343, 8951, 11532, 7745, 11120, 7573, 11620, 7395, 11576, 8269, 11054, 7747, 11170, 7682, 11548, 7527, 11653, 7998, 11264, 7778, 11554, 7563, 11648, 8045, 11869, 7505, 11241, 7484, 9724, 7786, 8927, 7567, 8609, 7733, 8680, 7856, 8787, 9416, 8898, 8597, 9129, 7630, 8899, 7771, 9008, 12629, 8602, 11533, 8524, 10817, 8054, 11747, 7652, 11773, 8121, 10624, 7877, 7765, 8534, 8068, 8855, 7666, 9399, 7468, 9777, 7460, 10698, 7421, 11244, 8147, 11278, 7654, 11540, 7747, 11643, 7670, 11563, 7958, 11220, 7624, 11225, 7803, 11484, 7607, 11592, 8087, 7892, 8091, 7885, 8797, 10115, 9062, 8504, 9078, 9091, 8539, 15161, 7584, 12626, 7920, 11248, 7870, 11220, 7611, 9273, 7731, 8549, 8895, 8689, 7759, 8590, 7813, 8382, 8780, 8107, 9057, 8131, 8065, 8519, 12513, 7764, 11386, 7953, 11005, 7528, 11330, 7684, 11633, 7460, 11117, 8139, 11123, 7549, 11384, 7730, 11416, 7696, 11145, 8872, 10718, 8603, 11084, 8693, 12174, 8865, 10764, 9444, 7880, 9230, 7648, 10086, 7768, 10932, 7590, 11671, 7822, 10733, 7698, 10971, 8530, 12375, 7694, 10965, 7419, 11186, 7677, 11338, 7903, 10838, 7519, 11409, 7684, 11694, 7790, 11048, 8279, 8015, 8808, 7778, 8872, 7881, 9226, 7656, 9918, 7715, 10370, 7846, 10868, 8321, 10474, 8807, 7967, 8891, 12151, 8799, 12864, 9332, 10650, 8712, 8965, 8723, 12526, 8403, 11826, 8825, 11945, 7900, 11249, 7845, 11544, 8190, 11846, 9046, 9614, 8435, 7864, 8821, 7808, 8906, 8044, 9371, 7784, 8859, 7778, 9008, 7777, 8925, 8051, 9143, 7600, 8881, 7782, 8860, 12020, 8962, 11140, 8863, 10612, 7943, 11874, 7551, 11190, 7545, 11586, 7645, 11334, 7755, 11959, 7603, 11655, 7733, 11767, 7517, 11902, 7700, 12268, 7764, 11408, 8368, 11423, 7566, 12238, 7877, 11744, 7905, 10999, 7867, 10821, 7806, 11015, 7817, 10516, 7810, 10707, 7808, 8171, 8216, 8186, 8670, 8182, 9547, 7906, 9782, 7923, 9832, 7906, 9832, 7773, 9959, 7789, 10120, 7851, 10589, 7975, 11842, 7891, 10987, 7667, 11729, 7694, 11839, 8988, 8069, 9756, 7736, 10273, 7847, 9642, 7694, 9623, 7645, 9941, 7942, 9983, 8025, 10556, 8122, 11773, 7816, 11177, 7658, 12112, 7861, 11739, 7869, 11726, 7766, 12323, 7713, 13345, 7936, 12707, 7952, 11681, 7870, 10712, 7835, 12997, 7931, 12902, 7897, 11354, 7738, 11486, 7797, 12057, 8172, 12090, 7778, 12247, 7886, 12612, 7794, 11895, 8427, 11789, 7948, 12270, 7818, 11446, 7979, 11146, 7990, 11631, 7912, 12248, 7950, 11623, 7841, 10774, 8132, 10152, 8297, 12778, 8215, 12400, 8825, 11686, 7908, 12035, 7831, 12569, 8475, 11443, 8093, 8243, 8289, 8586, 8906, 10838, 9053, 7978, 9018, 8020, 8400, 10923, 8511, 11197, 8930, 8066, 8605, 8022, 8329, 8361, 8390, 11678, 8292, 10686, 7809, 9893, 7915, 11529, 8082, 12277, 8107, 9573, 8123, 8262, 8231, 11828, 8922, 10013, 8204, 8305, 8437, 8361, 8519, 8085, 9967, 7968, 9809, 7969, 9169, 8165, 8797, 8037, 10010, 8164, 10785, 8408, 8701, 8247, 9223, 8478, 10397, 8160, 9362, 8364, 8484, 9940, 8916, 8208, 8925, 8253, 8499, 8471, 8552, 8133, 9758, 8194, 10250, 8133, 10107, 7919, 9886, 7976, 10901, 7774, 11232, 7747, 12316, 8269, 11119, 9631, 8198, 9963, 8201, 8859, 7964, 9675, 7701, 9628, 7964, 9797, 7844, 10544, 7812, 11041, 7819, 11142, 7751, 10964, 8140, 11746, 8386, 9920, 8329, 8238, 8320, 8073, 8627, 7954, 9216, 7927, 9581, 7947, 9777, 7854, 10601, 7999, 10590, 7851, 10846, 8280, 10945, 8803, 8346, 10438, 8234, 9813, 7960, 9196, 7851, 10788, 7909, 11197, 7924, 11829, 7835, 11942, 9509, 9311, 8535, 8043, 8303, 8367, 8963, 7971, 9360, 7997, 8515, 8165, 8588, 11974, 8799, 10681, 8999, 7980, 8962, 8311, 7932, 8376, 10558, 8149, 9895, 7942, 9251, 7927, 9424, 7839, 10793, 7908, 9598, 7917, 9096, 8249, 8759, 8507, 10164, 8185, 10252, 7938, 9205, 7859, 10200, 8234, 8136, 8811, 8173, 8368, 13940, 8886, 11926, 9109, 10250, 8350, 12296, 7883, 12088, 8615, 10685, 8379, 8011, 8874, 8196, 8763, 8011, 9210, 8002, 9831, 7998, 10111, 8052, 11223, 7936, 13105, 7937, 12188, 7894, 12146, 7944, 11415, 8046, 11175, 7952, 11535, 7826, 11957, 7682, 11594, 8443, 11642, 7879, 12486, 7704, 12014, 7934, 11456, 7995, 11260, 7971, 11119, 7838, 11365, 7910, 11845, 7751, 11950, 7774, 12505, 7664, 11888, 9211, 8156, 8645, 8124, 8270, 9454, 8583, 10826, 8551, 8742, 8189, 9836, 8069, 11714, 7988, 12537, 8354, 11095, 7735, 9186, 7734, 8796, 8888, 8299, 9288, 8049, 9235, 7820, 10137, 7767, 9341, 7875, 9281, 7870, 10806, 7808, 11415, 8123, 12191, 7907, 12239, 7680, 13287, 7891, 12298, 9122, 12926, 7717, 11929, 7762, 13246, 7912, 12637, 7965, 12429, 7842, 11491, 7962, 10419, 7884, 9835, 7944, 10705, 7882, 10452, 7873, 9593, 7859, 9685, 7850, 9711, 8003, 9067, 8189, 8889, 8169, 8833, 8125, 8342, 8457, 8302, 8363, 8259, 8400, 8238, 8802, 8611, 9644, 8656, 9391, 8265, 12217, 8520, 10578, 8847, 8351, 8369, 8275, 8688, 8241, 10315, 8156, 9132, 7965, 9277, 7917, 9649, 7963, 10905, 7972, 11252, 7961, 11428, 7965, 12165, 9491, 12481, 7957, 11906, 7930, 12090, 7928, 10890, 7987, 10286, 7907, 9289, 7964, 10443, 7823, 9315, 7896, 9848, 7848, 9832, 7984, 9815, 7889, 10306, 8093, 10222, 8076, 9855, 8209, 8964, 8227, 10323, 8211, 10326, 8149, 8584, 8244, 9804, 8092, 10129, 7885, 8906, 11134, 8037, 9005, 7871, 13550, 9015, 11411, 9358, 8081, 9177, 11263, 9052, 7974, 9424, 7935, 9678, 7897, 10151, 7910, 10780, 8065, 11540, 7893, 12049, 7734, 12518, 7856, 11328, 9305, 8298, 8410, 8246, 8494, 10988, 8818, 7972, 8516, 8214, 8561, 9417, 8829, 9722, 9643, 8175, 10248, 8196, 10109, 8153, 9364, 8031, 10070, 7864, 9635, 8003, 11475, 7932, 12371, 7884, 11528, 8201, 10769, 9067, 8164, 9739], 'WindowCenter': [4040.0, 4074.0, 4008.0, 4047.0, 3984.0, 4034.0, 3982.0, 4012.0, 3983.0, 4022.0, 3993.0, 4032.0, 4002.0, 4021.0, 3991.0, 4020.0, 3970.0, 4009.0, 3980.0, 4009.0, 4000.0, 3958.0, 3989.0, 3958.0, 4000.0, 3959.0, 4010.0, 3968.0, 4009.0, 3968.0, 4009.0, 3969.0, 4019.0, 3969.0, 4019.0, 3999.0, 4008.0, 3968.0, 4007.0, 3968.0, 4018.0, 3968.0, 4018.0, 3968.0, 4000.0, 3980.0, 3980.0, 4003.0, 3970.0, 4002.0, 3969.0, 4002.0, 3971.0, 4012.0, 3971.0, 4012.0, 3959.0, 4011.0, 3971.0, 4011.0, 3971.0, 4011.0, 3970.0, 4021.0, 3970.0, 4021.0, 3981.0, 4020.0, 3981.0, 4020.0, 4001.0, 3999.0, 4000.0, 3999.0, 3991.0, 4008.0, 3990.0, 3987.0, 3978.0, 3957.0, 3989.0, 3959.0, 3989.0, 3958.0, 3990.0, 3957.0, 3990.0, 3958.0, 4000.0, 3998.0, 3999.0, 3977.0, 3977.0, 3956.0, 3988.0, 3956.0, 3988.0, 3957.0, 3990.0, 3969.0, 4010.0, 3970.0, 4023.0, 3970.0, 4011.0, 3969.0, 4010.0, 3970.0, 4011.0, 3969.0, 4001.0, 3968.0, 4000.0, 3967.0, 3989.0, 3958.0, 3990.0, 3978.0, 3990.0, 3978.0, 3989.0, 3967.0, 3989.0, 3957.0, 3989.0, 4018.0, 3988.0, 4008.0, 3978.0, 3998.0, 3978.0, 4018.0, 3967.0, 4019.0, 3968.0, 4007.0, 3969.0, 4008.0, 3968.0, 4008.0, 3967.0, 4008.0, 3967.0, 4008.0, 3968.0, 4009.0, 3957.0, 4000.0, 3957.0, 3988.0, 3957.0, 3989.0, 3957.0, 4000.0, 3958.0, 3990.0, 3958.0, 4001.0, 3958.0, 3999.0, 3970.0, 4011.0, 3970.0, 4010.0, 3969.0, 4010.0, 3970.0, 4021.0, 3969.0, 4010.0, 3979.0, 4020.0, 3969.0, 4010.0, 3971.0, 4019.0, 3970.0, 4021.0, 3981.0, 4019.0, 3969.0, 4009.0, 3980.0, 3999.0, 3981.0, 4021.0, 3981.0, 4030.0, 4002.0, 4030.0, 3970.0, 4019.0, 3969.0, 4009.0, 3958.0, 4008.0, 3957.0, 4008.0, 3968.0, 3998.0, 3968.0, 3998.0, 3958.0, 3999.0, 3967.0, 3998.0, 3968.0, 3998.0, 3969.0, 4010.0, 3959.0, 4009.0, 3959.0, 4009.0, 3970.0, 4012.0, 3972.0, 4022.0, 3982.0, 4023.0, 3972.0, 4024.0, 3971.0, 4003.0, 3990.0, 3992.0, 3968.0, 3991.0, 3969.0, 3991.0, 4032.0, 3972.0, 4010.0, 3982.0, 4009.0, 3970.0, 4020.0, 3971.0, 4021.0, 3971.0, 4019.0, 3960.0, 4011.0, 3971.0, 4021.0, 3971.0, 4020.0, 3971.0, 4021.0, 3981.0, 4019.0, 3960.0, 4010.0, 3967.0, 4010.0, 3947.0, 3989.0, 3956.0, 3988.0, 3956.0, 3977.0, 4006.0, 3958.0, 4008.0, 3967.0, 4007.0, 3968.0, 4008.0, 3968.0, 4008.0, 3957.0, 4009.0, 3968.0, 4008.0, 3969.0, 4010.0, 3970.0, 4021.0, 3971.0, 4011.0, 3970.0, 4021.0, 3981.0, 4021.0, 3981.0, 4021.0, 3982.0, 4023.0, 3981.0, 4020.0, 3971.0, 4022.0, 3970.0, 4011.0, 3991.0, 4008.0, 3968.0, 4010.0, 3970.0, 4010.0, 3959.0, 4008.0, 3976.0, 4009.0, 3969.0, 4010.0, 3970.0, 4009.0, 3970.0, 4010.0, 3970.0, 4009.0, 3970.0, 4009.0, 3970.0, 4010.0, 3968.0, 4009.0, 3958.0, 4009.0, 3958.0, 3990.0, 3968.0, 3990.0, 3967.0, 3979.0, 3969.0, 3980.0, 3969.0, 3992.0, 3990.0, 3992.0, 3980.0, 3991.0, 3970.0, 4003.0, 3970.0, 4003.0, 4021.0, 3992.0, 4010.0, 3991.0, 4011.0, 3981.0, 4021.0, 3971.0, 4020.0, 3982.0, 4011.0, 3982.0, 3969.0, 3992.0, 3982.0, 4003.0, 3971.0, 4002.0, 3972.0, 4012.0, 3972.0, 4013.0, 3971.0, 4023.0, 3982.0, 4012.0, 3972.0, 4022.0, 3972.0, 4021.0, 3971.0, 4010.0, 3969.0, 4009.0, 3970.0, 4010.0, 3971.0, 4010.0, 3970.0, 4010.0, 3980.0, 3979.0, 3980.0, 3981.0, 3993.0, 4001.0, 3991.0, 3980.0, 3992.0, 3990.0, 3991.0, 4042.0, 3970.0, 4020.0, 3969.0, 4009.0, 3968.0, 4009.0, 3957.0, 3989.0, 3956.0, 3980.0, 3977.0, 3979.0, 3957.0, 3980.0, 3969.0, 3992.0, 3979.0, 3982.0, 3990.0, 3981.0, 3981.0, 3993.0, 4033.0, 3983.0, 4022.0, 3982.0, 4012.0, 3969.0, 4010.0, 3972.0, 4022.0, 3972.0, 4021.0, 3981.0, 4011.0, 3982.0, 4022.0, 3983.0, 4022.0, 3982.0, 4021.0, 3993.0, 4011.0, 3994.0, 4022.0, 3993.0, 4022.0, 3993.0, 4010.0, 4002.0, 3981.0, 3992.0, 3971.0, 4013.0, 3971.0, 4012.0, 3971.0, 4022.0, 3971.0, 4011.0, 3970.0, 4011.0, 3980.0, 4020.0, 3959.0, 3999.0, 3958.0, 4010.0, 3970.0, 4010.0, 3970.0, 4009.0, 3960.0, 4009.0, 3970.0, 4020.0, 3970.0, 4009.0, 3979.0, 3969.0, 3992.0, 3971.0, 3992.0, 3980.0, 3991.0, 3971.0, 4001.0, 3972.0, 4012.0, 3981.0, 4011.0, 3981.0, 4012.0, 3992.0, 3981.0, 3994.0, 4022.0, 3993.0, 4021.0, 3992.0, 4000.0, 3981.0, 3978.0, 3981.0, 4019.0, 3980.0, 4008.0, 3990.0, 4009.0, 3969.0, 4008.0, 3970.0, 4010.0, 3980.0, 4019.0, 3991.0, 3988.0, 3980.0, 3969.0, 3991.0, 3968.0, 3991.0, 3969.0, 3990.0, 3957.0, 3990.0, 3958.0, 3990.0, 3968.0, 3991.0, 3967.0, 3990.0, 3957.0, 3990.0, 3957.0, 3990.0, 4008.0, 3990.0, 3997.0, 3978.0, 3997.0, 3969.0, 4007.0, 3968.0, 4008.0, 3969.0, 4009.0, 3970.0, 4008.0, 3970.0, 4009.0, 3971.0, 4010.0, 3970.0, 4020.0, 3970.0, 4020.0, 3971.0, 4020.0, 3970.0, 4010.0, 3981.0, 4010.0, 3970.0, 4020.0, 3969.0, 4021.0, 3970.0, 4010.0, 3968.0, 4000.0, 3969.0, 4009.0, 3970.0, 4011.0, 3971.0, 4011.0, 3982.0, 3991.0, 3993.0, 3993.0, 4004.0, 3993.0, 4014.0, 3982.0, 4013.0, 3982.0, 4014.0, 3982.0, 4003.0, 3970.0, 4001.0, 3970.0, 4001.0, 3970.0, 4012.0, 3971.0, 4021.0, 3969.0, 4011.0, 3970.0, 4021.0, 3971.0, 4020.0, 3990.0, 3969.0, 4002.0, 3971.0, 4002.0, 3969.0, 4002.0, 3968.0, 3989.0, 3958.0, 4000.0, 3969.0, 4000.0, 3970.0, 4000.0, 3969.0, 4009.0, 3958.0, 4008.0, 3959.0, 4019.0, 3969.0, 4009.0, 3970.0, 4009.0, 3970.0, 4018.0, 3969.0, 4019.0, 3969.0, 4019.0, 3968.0, 4008.0, 3968.0, 3998.0, 3970.0, 4019.0, 3969.0, 4019.0, 3969.0, 4009.0, 3970.0, 4010.0, 3972.0, 4020.0, 3981.0, 4020.0, 3970.0, 4021.0, 3970.0, 4021.0, 3970.0, 4009.0, 3970.0, 4009.0, 3969.0, 4019.0, 3970.0, 4010.0, 3980.0, 4010.0, 3980.0, 4010.0, 3981.0, 4021.0, 3982.0, 4021.0, 3982.0, 4012.0, 3983.0, 4011.0, 3993.0, 4032.0, 3982.0, 4021.0, 3993.0, 4020.0, 3970.0, 4020.0, 3971.0, 4020.0, 3980.0, 4009.0, 3969.0, 3979.0, 3981.0, 3980.0, 3991.0, 4010.0, 3990.0, 3969.0, 3981.0, 3968.0, 3980.0, 3998.0, 3979.0, 3997.0, 3978.0, 3956.0, 3978.0, 3966.0, 3979.0, 3967.0, 3979.0, 4007.0, 3968.0, 3997.0, 3957.0, 3987.0, 3969.0, 4009.0, 3969.0, 4008.0, 3970.0, 3988.0, 3969.0, 3978.0, 3981.0, 4010.0, 3990.0, 3988.0, 3970.0, 3967.0, 3980.0, 3969.0, 3979.0, 3969.0, 4001.0, 3969.0, 4001.0, 3969.0, 4002.0, 3979.0, 3979.0, 3968.0, 4001.0, 3979.0, 4010.0, 3979.0, 3992.0, 3980.0, 4003.0, 3981.0, 4013.0, 3981.0, 4004.0, 3982.0, 3993.0, 4001.0, 3992.0, 3980.0, 3992.0, 3980.0, 3991.0, 3980.0, 3991.0, 3969.0, 4001.0, 3981.0, 4012.0, 3981.0, 4011.0, 3983.0, 4002.0, 3983.0, 4012.0, 3982.0, 4023.0, 3982.0, 4022.0, 3992.0, 4011.0, 4003.0, 3982.0, 4002.0, 3981.0, 3993.0, 3969.0, 3990.0, 3969.0, 3989.0, 3970.0, 3999.0, 3980.0, 4000.0, 3970.0, 4011.0, 3970.0, 4011.0, 3971.0, 4010.0, 3981.0, 4020.0, 3980.0, 3999.0, 3981.0, 3968.0, 3981.0, 3969.0, 3980.0, 3968.0, 3990.0, 3968.0, 3989.0, 3970.0, 4001.0, 3981.0, 4011.0, 3982.0, 4011.0, 3983.0, 4012.0, 3993.0, 4011.0, 3992.0, 3981.0, 4013.0, 3981.0, 4003.0, 3982.0, 3993.0, 3981.0, 4012.0, 3981.0, 4012.0, 3981.0, 4022.0, 3971.0, 4021.0, 3990.0, 3990.0, 3980.0, 3968.0, 3981.0, 3979.0, 3991.0, 3969.0, 3991.0, 3969.0, 3981.0, 3968.0, 3980.0, 4009.0, 3979.0, 3997.0, 3978.0, 3967.0, 3990.0, 3978.0, 3981.0, 3979.0, 4012.0, 3970.0, 4001.0, 3981.0, 3992.0, 3981.0, 3992.0, 3970.0, 4012.0, 3970.0, 3991.0, 3969.0, 3990.0, 3979.0, 3980.0, 3978.0, 4001.0, 3979.0, 4001.0, 3981.0, 4002.0, 3994.0, 4013.0, 3995.0, 3983.0, 4005.0, 3993.0, 3995.0, 4044.0, 3994.0, 4022.0, 3993.0, 4000.0, 3982.0, 4020.0, 3971.0, 4009.0, 3980.0, 3999.0, 3980.0, 3968.0, 3990.0, 3979.0, 3991.0, 3970.0, 3992.0, 3980.0, 4002.0, 3981.0, 4002.0, 3970.0, 4011.0, 3969.0, 4019.0, 3970.0, 4008.0, 3968.0, 4009.0, 3968.0, 4009.0, 3967.0, 3998.0, 3969.0, 4008.0, 3969.0, 4009.0, 3969.0, 4009.0, 3979.0, 4009.0, 3970.0, 4019.0, 3969.0, 4019.0, 3969.0, 4009.0, 3968.0, 4009.0, 3970.0, 4009.0, 3970.0, 4010.0, 3970.0, 4020.0, 3970.0, 4020.0, 3971.0, 4021.0, 3982.0, 4021.0, 3991.0, 3970.0, 3993.0, 3970.0, 3982.0, 3990.0, 3992.0, 4000.0, 3980.0, 3979.0, 3980.0, 3988.0, 3969.0, 4009.0, 3971.0, 4019.0, 3980.0, 4009.0, 3969.0, 3989.0, 3971.0, 3979.0, 3992.0, 3980.0, 3992.0, 3981.0, 3992.0, 3972.0, 4014.0, 3970.0, 3992.0, 3971.0, 3990.0, 3970.0, 4010.0, 3972.0, 4021.0, 3970.0, 4020.0, 3970.0, 4020.0, 3971.0, 4030.0, 3971.0, 4009.0, 3990.0, 4020.0, 3970.0, 4010.0, 3970.0, 4031.0, 3969.0, 4019.0, 3969.0, 4019.0, 3969.0, 4008.0, 3969.0, 4000.0, 3968.0, 3988.0, 3969.0, 3999.0, 3969.0, 4001.0, 3969.0, 3990.0, 3968.0, 3990.0, 3969.0, 3990.0, 3970.0, 3992.0, 3968.0, 3990.0, 3969.0, 3991.0, 3968.0, 3981.0, 3980.0, 3980.0, 3980.0, 3981.0, 3980.0, 3993.0, 3991.0, 3993.0, 4003.0, 3993.0, 4002.0, 3994.0, 4022.0, 3993.0, 4011.0, 3992.0, 3981.0, 3993.0, 3982.0, 3993.0, 3981.0, 4003.0, 3982.0, 3992.0, 3972.0, 3992.0, 3981.0, 4002.0, 3971.0, 4011.0, 3981.0, 4011.0, 3981.0, 4011.0, 3970.0, 4021.0, 3990.0, 4020.0, 3969.0, 4010.0, 3969.0, 4010.0, 3969.0, 3999.0, 3968.0, 3988.0, 3967.0, 3978.0, 3968.0, 4000.0, 3957.0, 3989.0, 3968.0, 4000.0, 3981.0, 4000.0, 3981.0, 4002.0, 3980.0, 4001.0, 3982.0, 4002.0, 3969.0, 4001.0, 3979.0, 3990.0, 3968.0, 4000.0, 3980.0, 4001.0, 3969.0, 3993.0, 3979.0, 4000.0, 3969.0, 4001.0, 3981.0, 3991.0, 4024.0, 3983.0, 4006.0, 3997.0, 4057.0, 4006.0, 4024.0, 4005.0, 3982.0, 4004.0, 4013.0, 3993.0, 3969.0, 3991.0, 3969.0, 3989.0, 3969.0, 4001.0, 3970.0, 3999.0, 3969.0, 4009.0, 3969.0, 4009.0, 3970.0, 4020.0, 3970.0, 4011.0, 3992.0, 3980.0, 3982.0, 3981.0, 3993.0, 4011.0, 3991.0, 3969.0, 3982.0, 3969.0, 3981.0, 3990.0, 3992.0, 3990.0, 3991.0, 3968.0, 4000.0, 3979.0, 4002.0, 3970.0, 3992.0, 3970.0, 4001.0, 3982.0, 4002.0, 3984.0, 4023.0, 3983.0, 4034.0, 3984.0, 4024.0, 3995.0, 4023.0, 4004.0, 3993.0, 4004.0], 'WindowWidth': [9020.0, 9048.0, 8951.0, 8996.0, 8909.0, 8970.0, 8901.0, 8939.0, 8901.0, 8951.0, 8915.0, 8964.0, 8926.0, 8947.0, 8908.0, 8944.0, 8878.0, 8929.0, 8892.0, 8927.0, 8918.0, 8858.0, 8901.0, 8861.0, 8916.0, 8862.0, 8929.0, 8872.0, 8926.0, 8872.0, 8925.0, 8874.0, 8940.0, 8876.0, 8939.0, 8914.0, 8924.0, 8872.0, 8921.0, 8870.0, 8937.0, 8871.0, 8935.0, 8873.0, 8916.0, 8892.0, 8891.0, 8927.0, 8880.0, 8926.0, 8878.0, 8923.0, 8883.0, 8939.0, 8882.0, 8938.0, 8863.0, 8934.0, 8880.0, 8932.0, 8880.0, 8935.0, 8878.0, 8946.0, 8880.0, 8946.0, 8894.0, 8945.0, 8895.0, 8943.0, 8920.0, 8914.0, 8918.0, 8913.0, 8906.0, 8925.0, 8903.0, 8894.0, 8886.0, 8856.0, 8902.0, 8860.0, 8902.0, 8858.0, 8903.0, 8856.0, 8904.0, 8857.0, 8916.0, 8909.0, 8912.0, 8879.0, 8880.0, 8850.0, 8897.0, 8854.0, 8900.0, 8858.0, 8905.0, 8877.0, 8932.0, 8880.0, 8952.0, 8879.0, 8934.0, 8876.0, 8931.0, 8878.0, 8934.0, 8875.0, 8920.0, 8872.0, 8916.0, 8868.0, 8901.0, 8858.0, 8903.0, 8885.0, 8903.0, 8884.0, 8900.0, 8868.0, 8900.0, 8855.0, 8902.0, 8938.0, 8898.0, 8922.0, 8883.0, 8908.0, 8884.0, 8936.0, 8870.0, 8938.0, 8871.0, 8920.0, 8873.0, 8924.0, 8871.0, 8924.0, 8868.0, 8922.0, 8868.0, 8922.0, 8871.0, 8926.0, 8855.0, 8916.0, 8856.0, 8899.0, 8855.0, 8900.0, 8857.0, 8917.0, 8860.0, 8904.0, 8859.0, 8919.0, 8860.0, 8915.0, 8877.0, 8933.0, 8877.0, 8931.0, 8875.0, 8931.0, 8879.0, 8947.0, 8877.0, 8931.0, 8889.0, 8944.0, 8875.0, 8929.0, 8881.0, 8941.0, 8879.0, 8946.0, 8894.0, 8940.0, 8876.0, 8928.0, 8891.0, 8916.0, 8896.0, 8947.0, 8897.0, 8959.0, 8922.0, 8956.0, 8878.0, 8940.0, 8874.0, 8926.0, 8857.0, 8923.0, 8855.0, 8921.0, 8870.0, 8909.0, 8871.0, 8911.0, 8859.0, 8912.0, 8867.0, 8910.0, 8873.0, 8911.0, 8874.0, 8929.0, 8861.0, 8928.0, 8861.0, 8927.0, 8880.0, 8935.0, 8884.0, 8949.0, 8897.0, 8950.0, 8882.0, 8955.0, 8880.0, 8925.0, 8904.0, 8908.0, 8872.0, 8906.0, 8875.0, 8908.0, 8963.0, 8883.0, 8930.0, 8895.0, 8927.0, 8879.0, 8944.0, 8882.0, 8946.0, 8880.0, 8940.0, 8866.0, 8932.0, 8881.0, 8946.0, 8880.0, 8945.0, 8882.0, 8945.0, 8892.0, 8940.0, 8863.0, 8930.0, 8869.0, 8930.0, 8840.0, 8898.0, 8851.0, 8897.0, 8851.0, 8882.0, 8917.0, 8857.0, 8922.0, 8867.0, 8920.0, 8872.0, 8924.0, 8872.0, 8924.0, 8857.0, 8924.0, 8870.0, 8924.0, 8877.0, 8929.0, 8880.0, 8946.0, 8882.0, 8932.0, 8880.0, 8946.0, 8893.0, 8946.0, 8895.0, 8947.0, 8897.0, 8951.0, 8895.0, 8946.0, 8882.0, 8949.0, 8877.0, 8933.0, 8906.0, 8926.0, 8874.0, 8929.0, 8877.0, 8928.0, 8860.0, 8924.0, 8881.0, 8925.0, 8874.0, 8928.0, 8879.0, 8927.0, 8878.0, 8929.0, 8878.0, 8927.0, 8879.0, 8928.0, 8876.0, 8930.0, 8870.0, 8925.0, 8858.0, 8923.0, 8857.0, 8903.0, 8872.0, 8903.0, 8868.0, 8887.0, 8873.0, 8892.0, 8876.0, 8909.0, 8903.0, 8909.0, 8890.0, 8908.0, 8878.0, 8926.0, 8878.0, 8926.0, 8948.0, 8909.0, 8930.0, 8906.0, 8931.0, 8894.0, 8946.0, 8882.0, 8944.0, 8896.0, 8932.0, 8896.0, 8877.0, 8912.0, 8897.0, 8927.0, 8881.0, 8923.0, 8883.0, 8937.0, 8885.0, 8939.0, 8882.0, 8950.0, 8897.0, 8934.0, 8883.0, 8947.0, 8883.0, 8947.0, 8880.0, 8929.0, 8874.0, 8927.0, 8878.0, 8929.0, 8879.0, 8930.0, 8878.0, 8930.0, 8891.0, 8889.0, 8893.0, 8892.0, 8912.0, 8920.0, 8908.0, 8889.0, 8909.0, 8903.0, 8907.0, 8975.0, 8875.0, 8942.0, 8872.0, 8926.0, 8869.0, 8926.0, 8854.0, 8900.0, 8853.0, 8889.0, 8880.0, 8885.0, 8854.0, 8890.0, 8874.0, 8910.0, 8889.0, 8896.0, 8904.0, 8894.0, 8892.0, 8914.0, 8966.0, 8901.0, 8950.0, 8896.0, 8933.0, 8876.0, 8930.0, 8883.0, 8949.0, 8885.0, 8947.0, 8895.0, 8935.0, 8897.0, 8948.0, 8902.0, 8950.0, 8899.0, 8947.0, 8913.0, 8934.0, 8915.0, 8950.0, 8913.0, 8948.0, 8911.0, 8931.0, 8922.0, 8892.0, 8908.0, 8880.0, 8938.0, 8882.0, 8936.0, 8880.0, 8947.0, 8879.0, 8931.0, 8878.0, 8931.0, 8887.0, 8940.0, 8859.0, 8911.0, 8858.0, 8927.0, 8876.0, 8928.0, 8875.0, 8925.0, 8862.0, 8925.0, 8878.0, 8943.0, 8877.0, 8925.0, 8889.0, 8874.0, 8908.0, 8880.0, 8911.0, 8891.0, 8906.0, 8879.0, 8920.0, 8883.0, 8936.0, 8896.0, 8933.0, 8896.0, 8936.0, 8909.0, 8894.0, 8915.0, 8949.0, 8910.0, 8946.0, 8907.0, 8916.0, 8892.0, 8884.0, 8892.0, 8942.0, 8891.0, 8923.0, 8904.0, 8924.0, 8874.0, 8923.0, 8876.0, 8928.0, 8891.0, 8941.0, 8905.0, 8896.0, 8889.0, 8872.0, 8905.0, 8872.0, 8907.0, 8873.0, 8903.0, 8855.0, 8901.0, 8857.0, 8904.0, 8870.0, 8904.0, 8868.0, 8901.0, 8854.0, 8903.0, 8855.0, 8903.0, 8924.0, 8901.0, 8907.0, 8884.0, 8906.0, 8873.0, 8921.0, 8871.0, 8922.0, 8874.0, 8925.0, 8875.0, 8923.0, 8878.0, 8928.0, 8880.0, 8930.0, 8878.0, 8943.0, 8878.0, 8942.0, 8879.0, 8943.0, 8877.0, 8929.0, 8891.0, 8929.0, 8876.0, 8942.0, 8874.0, 8944.0, 8876.0, 8929.0, 8872.0, 8914.0, 8875.0, 8927.0, 8880.0, 8933.0, 8880.0, 8932.0, 8897.0, 8909.0, 8915.0, 8914.0, 8932.0, 8913.0, 8941.0, 8896.0, 8940.0, 8897.0, 8941.0, 8897.0, 8924.0, 8875.0, 8919.0, 8876.0, 8919.0, 8877.0, 8934.0, 8879.0, 8946.0, 8875.0, 8930.0, 8877.0, 8943.0, 8881.0, 8941.0, 8904.0, 8873.0, 8920.0, 8878.0, 8922.0, 8874.0, 8923.0, 8871.0, 8901.0, 8857.0, 8915.0, 8873.0, 8915.0, 8877.0, 8914.0, 8873.0, 8925.0, 8858.0, 8924.0, 8860.0, 8939.0, 8874.0, 8924.0, 8875.0, 8925.0, 8875.0, 8937.0, 8872.0, 8940.0, 8873.0, 8939.0, 8868.0, 8920.0, 8871.0, 8908.0, 8875.0, 8939.0, 8875.0, 8938.0, 8874.0, 8926.0, 8878.0, 8930.0, 8882.0, 8944.0, 8892.0, 8943.0, 8877.0, 8945.0, 8876.0, 8945.0, 8876.0, 8926.0, 8875.0, 8924.0, 8872.0, 8939.0, 8877.0, 8929.0, 8889.0, 8928.0, 8891.0, 8929.0, 8894.0, 8946.0, 8898.0, 8946.0, 8896.0, 8935.0, 8900.0, 8933.0, 8912.0, 8964.0, 8897.0, 8946.0, 8910.0, 8943.0, 8878.0, 8941.0, 8880.0, 8941.0, 8890.0, 8926.0, 8875.0, 8886.0, 8893.0, 8890.0, 8908.0, 8930.0, 8905.0, 8874.0, 8892.0, 8870.0, 8889.0, 8908.0, 8885.0, 8905.0, 8883.0, 8849.0, 8884.0, 8864.0, 8886.0, 8867.0, 8885.0, 8921.0, 8871.0, 8905.0, 8856.0, 8893.0, 8874.0, 8926.0, 8873.0, 8923.0, 8875.0, 8897.0, 8874.0, 8884.0, 8893.0, 8928.0, 8902.0, 8896.0, 8874.0, 8868.0, 8890.0, 8872.0, 8889.0, 8872.0, 8917.0, 8875.0, 8919.0, 8875.0, 8922.0, 8885.0, 8888.0, 8869.0, 8917.0, 8885.0, 8930.0, 8888.0, 8910.0, 8889.0, 8924.0, 8892.0, 8938.0, 8893.0, 8928.0, 8896.0, 8914.0, 8918.0, 8908.0, 8888.0, 8908.0, 8889.0, 8905.0, 8889.0, 8906.0, 8873.0, 8919.0, 8891.0, 8934.0, 8893.0, 8934.0, 8899.0, 8922.0, 8898.0, 8936.0, 8898.0, 8951.0, 8898.0, 8948.0, 8911.0, 8932.0, 8925.0, 8894.0, 8924.0, 8892.0, 8913.0, 8875.0, 8904.0, 8872.0, 8901.0, 8875.0, 8915.0, 8891.0, 8915.0, 8877.0, 8931.0, 8878.0, 8931.0, 8881.0, 8928.0, 8893.0, 8941.0, 8891.0, 8913.0, 8891.0, 8871.0, 8892.0, 8873.0, 8891.0, 8871.0, 8902.0, 8871.0, 8900.0, 8876.0, 8920.0, 8893.0, 8931.0, 8896.0, 8934.0, 8899.0, 8936.0, 8914.0, 8934.0, 8910.0, 8891.0, 8939.0, 8893.0, 8925.0, 8896.0, 8912.0, 8892.0, 8934.0, 8892.0, 8933.0, 8892.0, 8949.0, 8881.0, 8945.0, 8904.0, 8902.0, 8889.0, 8872.0, 8892.0, 8886.0, 8905.0, 8872.0, 8906.0, 8872.0, 8892.0, 8870.0, 8890.0, 8926.0, 8885.0, 8906.0, 8882.0, 8867.0, 8902.0, 8884.0, 8894.0, 8885.0, 8934.0, 8875.0, 8919.0, 8892.0, 8908.0, 8895.0, 8910.0, 8876.0, 8936.0, 8875.0, 8903.0, 8872.0, 8904.0, 8887.0, 8891.0, 8884.0, 8916.0, 8885.0, 8917.0, 8894.0, 8923.0, 8919.0, 8941.0, 8920.0, 8901.0, 8933.0, 8914.0, 8919.0, 8984.0, 8917.0, 8948.0, 8911.0, 8916.0, 8894.0, 8943.0, 8879.0, 8926.0, 8888.0, 8911.0, 8889.0, 8870.0, 8903.0, 8887.0, 8906.0, 8876.0, 8907.0, 8889.0, 8920.0, 8893.0, 8920.0, 8878.0, 8932.0, 8873.0, 8940.0, 8874.0, 8924.0, 8870.0, 8924.0, 8868.0, 8923.0, 8867.0, 8908.0, 8873.0, 8923.0, 8873.0, 8925.0, 8875.0, 8926.0, 8888.0, 8925.0, 8875.0, 8937.0, 8873.0, 8940.0, 8874.0, 8924.0, 8870.0, 8923.0, 8876.0, 8925.0, 8877.0, 8929.0, 8877.0, 8943.0, 8879.0, 8944.0, 8880.0, 8945.0, 8896.0, 8945.0, 8907.0, 8877.0, 8912.0, 8877.0, 8895.0, 8903.0, 8907.0, 8915.0, 8888.0, 8885.0, 8889.0, 8897.0, 8875.0, 8926.0, 8877.0, 8940.0, 8889.0, 8924.0, 8874.0, 8898.0, 8877.0, 8888.0, 8909.0, 8888.0, 8908.0, 8892.0, 8909.0, 8882.0, 8942.0, 8878.0, 8907.0, 8878.0, 8903.0, 8877.0, 8931.0, 8881.0, 8946.0, 8877.0, 8942.0, 8876.0, 8940.0, 8877.0, 8955.0, 8877.0, 8925.0, 8902.0, 8940.0, 8875.0, 8928.0, 8875.0, 8959.0, 8875.0, 8940.0, 8873.0, 8937.0, 8871.0, 8923.0, 8872.0, 8913.0, 8869.0, 8894.0, 8871.0, 8911.0, 8873.0, 8916.0, 8873.0, 8901.0, 8871.0, 8900.0, 8873.0, 8903.0, 8876.0, 8909.0, 8871.0, 8903.0, 8871.0, 8906.0, 8871.0, 8892.0, 8887.0, 8890.0, 8887.0, 8894.0, 8890.0, 8912.0, 8908.0, 8913.0, 8923.0, 8912.0, 8923.0, 8915.0, 8950.0, 8912.0, 8933.0, 8910.0, 8893.0, 8912.0, 8897.0, 8912.0, 8892.0, 8924.0, 8895.0, 8909.0, 8881.0, 8908.0, 8893.0, 8921.0, 8880.0, 8933.0, 8893.0, 8933.0, 8894.0, 8933.0, 8878.0, 8944.0, 8902.0, 8941.0, 8874.0, 8927.0, 8872.0, 8927.0, 8872.0, 8911.0, 8868.0, 8894.0, 8865.0, 8881.0, 8869.0, 8915.0, 8854.0, 8898.0, 8871.0, 8913.0, 8891.0, 8915.0, 8893.0, 8921.0, 8890.0, 8919.0, 8894.0, 8921.0, 8875.0, 8920.0, 8887.0, 8902.0, 8869.0, 8916.0, 8887.0, 8918.0, 8872.0, 8911.0, 8887.0, 8917.0, 8873.0, 8919.0, 8894.0, 8906.0, 8954.0, 8902.0, 8936.0, 8926.0, 9005.0, 8937.0, 8955.0, 8931.0, 8895.0, 8928.0, 8937.0, 8909.0, 8872.0, 8902.0, 8871.0, 8899.0, 8874.0, 8916.0, 8875.0, 8913.0, 8873.0, 8925.0, 8873.0, 8924.0, 8876.0, 8941.0, 8877.0, 8929.0, 8907.0, 8890.0, 8897.0, 8892.0, 8911.0, 8930.0, 8905.0, 8872.0, 8893.0, 8871.0, 8891.0, 8902.0, 8906.0, 8899.0, 8902.0, 8870.0, 8915.0, 8886.0, 8921.0, 8876.0, 8906.0, 8877.0, 8918.0, 8895.0, 8923.0, 8903.0, 8951.0, 8901.0, 8968.0, 8902.0, 8955.0, 8919.0, 8953.0, 8930.0, 8911.0, 8929.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.00022654813529921947</td></tr>
<tr><td colspan=3>aqi</td><td>0.02147287328707719</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.82939464183167</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.241285481180555</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.970367412595487</td></tr>
<tr><td colspan=3>efc</td><td>0.4492</td></tr>
<tr><td colspan=3>fber</td><td>6522.8247</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.05640643876509451</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.08673026886383348</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.501461506233693</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.465359759403061</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.755032207042186</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2839925522558326</td></tr>
<tr><td colspan=3>gcor</td><td>0.00463904</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020864572376012802</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021731674671173096</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1153</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.467163612949986</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>36.3908</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.7603</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>171.4512</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>311005.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>819.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>347.5908</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.657</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>555.4731</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3221.7189</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3468.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65539.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>768.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4344.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1000.2336</td></tr>
<tr><td colspan=3>tsnr</td><td>40.78613818297163</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>