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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>16:21:45.615000</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.998224, -0.0591636, 0.00701249, 0.0580816, 0.992604, 0.106599]</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.0931956</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>[4150, -7888, -7279, 870, -74, -554, 251, 104]</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.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</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>233.552</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>63a2798b-4027-4ba4-bba2-c31f6c7c7545||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.678161144256592, 0.1558288186788559, 0.03582196310162544, 105.0788803100586], [0.15873149037361145, 2.6630847454071045, 0.2862057387828827, -120.65596771240234], [0.018814008682966232, -0.2859967350959778, 2.684548854827881, -58.59657287597656], [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': ['162145.615000', '162146.075000', '162146.535000', '162146.995000', '162147.455000', '162147.915000', '162148.375000', '162148.835000', '162149.295000', '162149.755000', '162150.215000', '162150.675000', '162151.135000', '162151.595000', '162152.055000', '162152.515000', '162152.975000', '162153.435000', '162153.895000', '162154.355000', '162154.815000', '162155.275000', '162155.735000', '162156.195000', '162156.655000', '162157.115000', '162157.575000', '162158.035000', '162158.495000', '162158.955000', '162159.415000', '162159.875000', '162200.335000', '162200.795000', '162201.255000', '162201.715000', '162202.175000', '162202.635000', '162203.095000', '162203.555000', '162204.015000', '162204.475000', '162204.935000', '162205.395000', '162205.855000', '162206.315000', '162206.775000', '162207.235000', '162207.695000', '162208.155000', '162208.615000', '162209.075000', '162209.535000', '162209.995000', '162210.455000', '162210.915000', '162211.375000', '162211.835000', '162212.295000', '162212.755000', '162213.215000', '162213.675000', '162214.135000', '162214.595000', '162215.055000', '162215.515000', '162215.975000', '162216.435000', '162216.895000', '162217.355000', '162217.815000', '162218.275000', '162218.735000', '162219.195000', '162219.655000', '162220.115000', '162220.575000', '162221.035000', '162221.495000', '162221.955000', '162222.415000', '162222.875000', '162223.335000', '162223.795000', '162224.255000', '162224.715000', '162225.175000', '162225.635000', '162226.095000', '162226.555000', '162227.015000', '162227.475000', '162227.935000', '162228.395000', '162228.855000', '162229.315000', '162229.775000', '162230.235000', '162230.695000', '162231.155000', '162231.615000', '162232.075000', '162232.535000', '162232.995000', '162233.455000', '162233.915000', '162234.375000', '162234.835000', '162235.295000', '162235.755000', '162236.215000', '162236.675000', '162237.135000', '162237.595000', '162238.055000', '162238.515000', '162238.975000', '162239.435000', '162239.895000', '162240.355000', '162240.815000', '162241.275000', '162241.735000', '162242.195000', '162242.655000', '162243.115000', '162243.575000', '162244.035000', '162244.495000', '162244.955000', '162245.415000', '162245.875000', '162246.335000', '162246.795000', '162247.255000', '162247.715000', '162248.175000', '162248.635000', '162249.095000', '162249.555000', '162250.015000', '162250.475000', '162250.935000', '162251.395000', '162251.855000', '162252.315000', '162252.775000', '162253.235000', '162253.695000', '162254.155000', '162254.615000', '162255.075000', '162255.535000', '162255.995000', '162256.455000', '162256.915000', '162257.375000', '162257.835000', '162258.295000', '162258.755000', '162259.215000', '162259.675000', '162300.135000', '162300.595000', '162301.055000', '162301.515000', '162301.975000', '162302.435000', '162302.895000', '162303.355000', '162303.815000', '162304.275000', '162304.735000', '162305.195000', '162305.655000', '162306.115000', '162306.575000', '162307.035000', '162307.495000', '162307.955000', '162308.415000', '162308.875000', '162309.335000', '162309.795000', '162310.255000', '162310.715000', '162311.175000', '162311.635000', '162312.095000', '162312.555000', '162313.015000', '162313.475000', '162313.935000', '162314.395000', '162314.855000', '162315.315000', '162315.775000', '162316.235000', '162316.695000', '162317.155000', '162317.615000', '162318.075000', '162318.535000', '162318.995000', '162319.455000', '162319.915000', '162320.375000', '162320.835000', '162321.295000', '162321.755000', '162322.215000', '162322.675000', '162323.135000', '162323.595000', '162324.055000', '162324.515000', '162324.975000', '162325.435000', '162325.895000', '162326.355000', '162326.815000', '162327.275000', '162327.735000', '162328.195000', '162328.655000', '162329.115000', '162329.575000', '162330.035000', '162330.495000', '162330.955000', '162331.415000', '162331.875000', '162332.335000', '162332.795000', '162333.255000', '162333.715000', '162334.175000', '162334.635000', '162335.095000', '162335.555000', '162336.015000', '162336.475000', '162336.935000', '162337.395000', '162337.855000', '162338.315000', '162338.775000', '162339.235000', '162339.695000', '162340.155000', '162340.615000', '162341.075000', '162341.535000', '162341.995000', '162342.455000', '162342.915000', '162343.375000', '162343.835000', '162344.295000', '162344.755000', '162345.215000', '162345.675000', '162346.135000', '162346.595000', '162347.055000', '162347.515000', '162347.975000', '162348.435000', '162348.895000', '162349.355000', '162349.815000', '162350.275000', '162350.735000', '162351.195000', '162351.655000', '162352.115000', '162352.575000', '162353.035000', '162353.495000', '162353.955000', '162354.415000', '162354.875000', '162355.335000', '162355.795000', '162356.255000', '162356.715000', '162357.175000', '162357.635000', '162358.095000', '162358.555000', '162359.015000', '162359.475000', '162359.935000', '162400.395000', '162400.855000', '162401.315000', '162401.775000', '162402.235000', '162402.695000', '162403.155000', '162403.615000', '162404.075000', '162404.535000', '162404.995000', '162405.455000', '162405.915000', '162406.375000', '162406.835000', '162407.295000', '162407.755000', '162408.215000', '162408.675000', '162409.135000', '162409.595000', '162410.055000', '162410.515000', '162410.975000', '162411.435000', '162411.895000', '162412.355000', '162412.815000', '162413.275000', '162413.735000', '162414.195000', '162414.655000', '162415.115000', '162415.575000', '162416.035000', '162416.495000', '162416.955000', '162417.415000', '162417.875000', '162418.335000', '162418.795000', '162419.255000', '162419.715000', '162420.175000', '162420.635000', '162421.095000', '162421.555000', '162422.015000', '162422.475000', '162422.935000', '162423.395000', '162423.855000', '162424.315000', '162424.775000', '162425.235000', '162425.695000', '162426.155000', '162426.615000', '162427.075000', '162427.535000', '162427.995000', '162428.455000', '162428.915000', '162429.375000', '162429.835000', '162430.295000', '162430.755000', '162431.215000', '162431.675000', '162432.135000', '162432.595000', '162433.055000', '162433.515000', '162433.975000', '162434.435000', '162434.895000', '162435.355000', '162435.815000', '162436.275000', '162436.735000', '162437.195000', '162437.655000', '162438.115000', '162438.575000', '162439.035000', '162439.495000', '162439.955000', '162440.415000', '162440.875000', '162441.335000', '162441.795000', '162442.255000', '162442.715000', '162443.175000', '162443.635000', '162444.095000', '162444.555000', '162445.015000', '162445.475000', '162445.935000', '162446.395000', '162446.855000', '162447.315000', '162447.775000', '162448.235000', '162448.695000', '162449.155000', '162449.615000', '162450.075000', '162450.535000', '162450.995000', '162451.455000', '162451.915000', '162452.375000', '162452.835000', '162453.295000', '162453.755000', '162454.215000', '162454.675000', '162455.135000', '162455.595000', '162456.055000', '162456.515000', '162456.975000', '162457.435000', '162457.895000', '162458.355000', '162458.815000', '162459.275000', '162459.735000', '162500.195000', '162500.655000', '162501.115000', '162501.575000', '162502.035000', '162502.495000', '162502.955000', '162503.415000', '162503.875000', '162504.335000', '162504.795000', '162505.255000', '162505.715000', '162506.175000', '162506.635000', '162507.095000', '162507.555000', '162508.015000', '162508.475000', '162508.935000', '162509.395000', '162509.855000', '162510.315000', '162510.775000', '162511.235000', '162511.695000', '162512.155000', '162512.615000', '162513.075000', '162513.535000', '162513.995000', '162514.455000', '162514.915000', '162515.375000', '162515.835000', '162516.295000', '162516.755000', '162517.215000', '162517.675000', '162518.135000', '162518.595000', '162519.055000', '162519.515000', '162519.975000', '162520.435000', '162520.895000', '162521.355000', '162521.815000', '162522.275000', '162522.735000', '162523.195000', '162523.655000', '162524.115000', '162524.575000', '162525.035000', '162525.495000', '162525.955000', '162526.415000', '162526.875000', '162527.335000', '162527.795000', '162528.255000', '162528.715000', '162529.175000', '162529.635000', '162530.095000', '162530.555000', '162531.015000', '162531.475000', '162531.935000', '162532.395000', '162532.855000', '162533.315000', '162533.775000', '162534.235000', '162534.695000', '162535.155000', '162535.615000', '162536.075000', '162536.535000', '162536.995000', '162537.455000', '162537.915000', '162538.375000', '162538.835000', '162539.295000', '162539.755000', '162540.215000', '162540.675000', '162541.135000', '162541.595000', '162542.055000', '162542.515000', '162542.975000', '162543.435000', '162543.895000', '162544.355000', '162544.815000', '162545.275000', '162545.735000', '162546.195000', '162546.655000', '162547.115000', '162547.575000', '162548.035000', '162548.495000', '162548.955000', '162549.415000', '162549.875000', '162550.335000', '162550.795000', '162551.255000', '162551.715000', '162552.175000', '162552.635000', '162553.095000', '162553.555000', '162554.015000', '162554.475000', '162554.935000', '162555.395000', '162555.855000', '162556.315000', '162556.775000', '162557.235000', '162557.695000', '162558.155000', '162558.615000', '162559.075000', '162559.535000', '162559.995000', '162600.455000', '162600.915000', '162601.375000', '162601.835000', '162602.295000', '162602.755000', '162603.215000', '162603.675000', '162604.135000', '162604.595000', '162605.055000', '162605.515000', '162605.975000', '162606.435000', '162606.895000', '162607.355000', '162607.815000', '162608.275000', '162608.735000', '162609.195000', '162609.655000', '162610.115000', '162610.575000', '162611.035000', '162611.495000', '162611.955000', '162612.415000', '162612.875000', '162613.335000', '162613.795000', '162614.255000', '162614.715000', '162615.175000', '162615.635000', '162616.095000', '162616.555000', '162617.015000', '162617.475000', '162617.935000', '162618.395000', '162618.855000', '162619.315000', '162619.775000', '162620.235000', '162620.695000', '162621.155000', '162621.615000', '162622.075000', '162622.535000', '162622.995000', '162623.455000', '162623.915000', '162624.375000', '162624.835000', '162625.295000', '162625.755000', '162626.215000', '162626.675000', '162627.135000', '162627.595000', '162628.055000', '162628.515000', '162628.975000', '162629.435000', '162629.895000', '162630.355000', '162630.815000', '162631.275000', '162631.735000', '162632.195000', '162632.655000', '162633.115000', '162633.575000', '162634.035000', '162634.495000', '162634.955000', '162635.415000', '162635.875000', '162636.335000', '162636.795000', '162637.255000', '162637.715000', '162638.175000', '162638.635000', '162639.095000', '162639.555000', '162640.015000', '162640.475000', '162640.935000', '162641.395000', '162641.855000', '162642.315000', '162642.775000', '162643.235000', '162643.695000', '162644.155000', '162644.615000', '162645.075000', '162645.535000', '162645.995000', '162646.455000', '162646.915000', '162647.375000', '162647.835000', '162648.295000', '162648.755000', '162649.215000', '162649.675000', '162650.135000', '162650.595000', '162651.055000', '162651.515000', '162651.975000', '162652.435000', '162652.895000', '162653.355000', '162653.815000', '162654.275000', '162654.735000', '162655.195000', '162655.655000', '162656.115000', '162656.575000', '162657.035000', '162657.495000', '162657.955000', '162658.415000', '162658.875000', '162659.335000', '162659.795000', '162700.255000', '162700.715000', '162701.175000', '162701.635000', '162702.095000', '162702.555000', '162703.015000', '162703.475000', '162703.935000', '162704.395000', '162704.855000', '162705.315000', '162705.775000', '162706.235000', '162706.695000', '162707.155000', '162707.615000', '162708.075000', '162708.535000', '162708.995000', '162709.455000', '162709.915000', '162710.375000', '162710.835000', '162711.295000', '162711.755000', '162712.215000', '162712.675000', '162713.135000', '162713.595000', '162714.055000', '162714.515000', '162714.975000', '162715.435000', '162715.895000', '162716.355000', '162716.815000', '162717.275000', '162717.735000', '162718.195000', '162718.655000', '162719.115000', '162719.575000', '162720.035000', '162720.495000', '162720.955000', '162721.415000', '162721.875000', '162722.335000', '162722.795000', '162723.255000', '162723.715000', '162724.175000', '162724.635000', '162725.095000', '162725.555000', '162726.015000', '162726.475000', '162726.935000', '162727.395000', '162727.855000', '162728.315000', '162728.775000', '162729.235000', '162729.695000', '162730.155000', '162730.615000', '162731.075000', '162731.535000', '162731.995000', '162732.455000', '162732.915000', '162733.375000', '162733.835000', '162734.295000', '162734.755000', '162735.215000', '162735.675000', '162736.135000', '162736.595000', '162737.055000', '162737.515000', '162737.975000', '162738.435000', '162738.895000', '162739.355000', '162739.815000', '162740.275000', '162740.735000', '162741.195000', '162741.655000', '162742.115000', '162742.575000', '162743.035000', '162743.495000', '162743.955000', '162744.415000', '162744.875000', '162745.335000', '162745.795000', '162746.255000', '162746.715000', '162747.175000', '162747.635000', '162748.095000', '162748.555000', '162749.015000', '162749.475000', '162749.935000', '162750.395000', '162750.855000', '162751.315000', '162751.775000', '162752.235000', '162752.695000', '162753.155000', '162753.615000', '162754.075000', '162754.535000', '162754.995000', '162755.455000', '162755.915000', '162756.375000', '162756.835000', '162757.295000', '162757.755000', '162758.215000', '162758.675000', '162759.135000', '162759.595000', '162800.055000', '162800.515000', '162800.975000', '162801.435000', '162801.895000', '162802.355000', '162802.815000', '162803.275000', '162803.735000', '162804.195000', '162804.655000', '162805.115000', '162805.575000', '162806.035000', '162806.495000', '162806.955000', '162807.415000', '162807.875000', '162808.335000', '162808.795000', '162809.255000', '162809.715000', '162810.175000', '162810.635000', '162811.095000', '162811.555000', '162812.015000', '162812.475000', '162812.935000', '162813.395000', '162813.855000', '162814.315000', '162814.775000', '162815.235000', '162815.695000', '162816.155000', '162816.615000', '162817.075000', '162817.535000', '162817.995000', '162818.455000', '162818.915000', '162819.375000', '162819.835000', '162820.295000', '162820.755000', '162821.215000', '162821.675000', '162822.135000', '162822.595000', '162823.055000', '162823.515000', '162823.975000', '162824.435000', '162824.895000', '162825.355000', '162825.815000', '162826.275000', '162826.735000', '162827.195000', '162827.655000', '162828.115000', '162828.575000', '162829.035000', '162829.495000', '162829.955000', '162830.415000', '162830.875000', '162831.335000', '162831.795000', '162832.255000', '162832.715000', '162833.175000', '162833.635000', '162834.095000', '162834.555000', '162835.015000', '162835.475000', '162835.935000', '162836.395000', '162836.855000', '162837.315000', '162837.775000', '162838.235000', '162838.695000', '162839.155000', '162839.615000', '162840.075000', '162840.535000', '162840.995000', '162841.455000', '162841.915000', '162842.375000', '162842.835000', '162843.295000', '162843.755000', '162844.215000', '162844.675000', '162845.135000', '162845.595000', '162846.055000', '162846.515000', '162846.975000', '162847.435000', '162847.895000', '162848.355000', '162848.815000', '162849.275000', '162849.735000', '162850.195000', '162850.655000', '162851.115000', '162851.575000', '162852.035000', '162852.495000', '162852.955000', '162853.415000', '162853.875000', '162854.335000', '162854.795000', '162855.255000', '162855.715000', '162856.175000', '162856.635000', '162857.095000', '162857.555000', '162858.015000', '162858.475000', '162858.935000', '162859.395000', '162859.855000', '162900.315000', '162900.775000', '162901.235000', '162901.695000', '162902.155000', '162902.615000', '162903.075000', '162903.535000', '162903.995000', '162904.455000', '162904.915000', '162905.375000', '162905.835000', '162906.295000', '162906.755000', '162907.215000', '162907.675000', '162908.135000', '162908.595000', '162909.055000', '162909.515000', '162909.975000', '162910.435000', '162910.895000', '162911.355000', '162911.815000', '162912.275000', '162912.735000', '162913.195000', '162913.655000', '162914.115000', '162914.575000', '162915.035000', '162915.495000', '162915.955000', '162916.415000', '162916.875000', '162917.335000', '162917.795000', '162918.255000', '162918.715000', '162919.175000', '162919.635000', '162920.095000', '162920.555000', '162921.015000', '162921.475000', '162921.935000', '162922.395000', '162922.855000', '162923.315000', '162923.775000', '162924.235000', '162924.695000', '162925.155000', '162925.615000', '162926.075000', '162926.535000', '162926.995000', '162927.455000', '162927.915000', '162928.375000', '162928.835000', '162929.295000', '162929.755000', '162930.215000', '162930.675000', '162931.135000', '162931.595000', '162932.055000', '162932.515000', '162932.975000', '162933.435000', '162933.895000', '162934.355000', '162934.815000', '162935.275000', '162935.735000', '162936.195000', '162936.655000', '162937.115000', '162937.575000', '162938.035000', '162938.495000', '162938.955000', '162939.415000', '162939.875000', '162940.335000', '162940.795000', '162941.255000', '162941.715000', '162942.175000', '162942.635000', '162943.095000', '162943.555000', '162944.015000', '162944.475000', '162944.935000', '162945.395000', '162945.855000', '162946.315000', '162946.775000', '162947.235000', '162947.695000', '162948.155000', '162948.615000', '162949.075000', '162949.535000', '162949.995000', '162950.455000', '162950.915000', '162951.375000', '162951.835000', '162952.295000', '162952.755000', '162953.215000', '162953.675000', '162954.135000', '162954.595000', '162955.055000', '162955.515000', '162955.975000', '162956.435000', '162956.895000', '162957.355000', '162957.815000', '162958.275000', '162958.735000', '162959.195000', '162959.655000', '163000.115000', '163000.575000', '163001.035000', '163001.495000', '163001.955000', '163002.415000', '163002.875000', '163003.335000', '163003.795000', '163004.255000', '163004.715000', '163005.175000', '163005.635000', '163006.095000', '163006.555000', '163007.015000', '163007.475000', '163007.935000', '163008.395000', '163008.855000', '163009.315000', '163009.775000', '163010.235000', '163010.695000', '163011.155000', '163011.615000', '163012.075000', '163012.535000', '163012.995000', '163013.455000', '163013.915000', '163014.375000', '163014.835000', '163015.295000', '163015.755000', '163016.215000', '163016.675000', '163017.135000', '163017.595000', '163018.055000', '163018.515000', '163018.975000', '163019.435000', '163019.895000', '163020.355000', '163020.815000', '163021.275000', '163021.735000', '163022.195000', '163022.655000', '163023.115000', '163023.575000', '163024.035000', '163024.495000', '163024.955000', '163025.415000', '163025.875000', '163026.335000', '163026.795000', '163027.255000', '163027.715000', '163028.175000', '163028.635000', '163029.095000', '163029.555000', '163030.015000', '163030.475000', '163030.935000', '163031.395000', '163031.855000', '163032.315000', '163032.775000', '163033.235000', '163033.695000', '163034.155000', '163034.615000', '163035.075000', '163035.535000', '163035.995000', '163036.455000', '163036.915000'], 'ContentTime': ['162156.738000', '162156.741000', '162156.744000', '162156.747000', '162156.749000', '162156.752000', '162156.762000', '162156.765000', '162156.767000', '162156.776000', '162156.779000', '162156.782000', '162156.784000', '162156.787000', '162156.790000', '162156.792000', '162156.795000', '162156.798000', '162156.800000', '162156.803000', '162156.806000', '162156.808000', '162216.705000', '162216.707000', '162216.710000', '162216.712000', '162216.715000', '162216.718000', '162216.720000', '162216.723000', '162216.725000', '162216.728000', '162216.731000', '162216.733000', '162216.746000', '162216.748000', '162216.751000', '162216.753000', '162216.756000', '162216.759000', '162216.761000', '162216.764000', '162216.766000', '162216.769000', '162216.771000', '162216.774000', '162216.777000', '162216.779000', '162216.782000', '162216.784000', '162216.787000', '162216.789000', '162216.796000', '162216.799000', '162216.801000', '162216.817000', '162216.820000', '162216.822000', '162216.825000', '162216.827000', '162216.830000', '162216.832000', '162216.835000', '162216.838000', '162216.840000', '162236.704000', '162236.707000', '162236.710000', '162236.712000', '162236.715000', '162236.717000', '162236.720000', '162236.723000', '162236.725000', '162236.728000', '162236.730000', '162236.733000', '162236.735000', '162236.738000', '162236.740000', '162236.743000', '162236.752000', '162236.755000', '162236.758000', '162236.760000', '162236.763000', '162236.765000', '162236.768000', '162236.770000', '162236.773000', '162236.775000', '162236.778000', '162236.780000', '162236.783000', '162236.786000', '162236.788000', '162236.791000', '162236.793000', '162236.796000', '162236.798000', '162236.801000', '162236.804000', '162236.806000', '162236.809000', '162236.811000', '162236.814000', '162236.816000', '162236.819000', '162236.821000', '162256.705000', '162256.707000', '162256.710000', '162256.713000', '162256.715000', '162256.718000', '162256.720000', '162256.723000', '162256.725000', '162256.728000', '162256.731000', '162256.733000', '162256.736000', '162256.738000', '162256.741000', '162256.743000', '162256.746000', '162256.748000', '162256.751000', '162256.753000', '162256.756000', '162256.759000', '162256.761000', '162256.764000', '162256.766000', '162256.769000', '162256.771000', '162256.774000', '162256.777000', '162256.779000', '162256.782000', '162256.784000', '162256.787000', '162256.790000', '162256.792000', '162256.795000', '162256.797000', '162256.800000', '162256.802000', '162256.805000', '162256.808000', '162256.810000', '162256.813000', '162316.703000', '162316.706000', '162316.709000', '162316.711000', '162316.714000', '162316.716000', '162316.719000', '162316.722000', '162316.724000', '162316.727000', '162316.729000', '162316.732000', '162316.734000', '162316.737000', '162316.740000', '162316.742000', '162316.745000', '162316.747000', '162316.750000', '162316.752000', '162316.755000', '162316.758000', '162316.760000', '162316.763000', '162316.765000', '162316.768000', '162316.770000', '162316.773000', '162316.776000', '162316.778000', '162316.781000', '162316.783000', '162316.786000', '162316.788000', '162316.791000', '162316.794000', '162316.796000', '162316.799000', '162316.801000', '162316.804000', '162316.806000', '162316.809000', '162316.812000', '162316.814000', '162336.703000', '162336.706000', '162336.709000', '162336.711000', '162336.714000', '162336.716000', '162336.719000', '162336.722000', '162336.724000', '162336.727000', '162336.729000', '162336.732000', '162336.734000', '162336.737000', '162336.739000', '162336.742000', '162336.745000', '162336.747000', '162336.750000', '162336.752000', '162336.755000', '162336.758000', '162336.760000', '162336.763000', '162336.765000', '162336.768000', '162336.770000', '162336.773000', '162336.775000', '162336.778000', '162336.781000', '162336.784000', '162336.787000', '162336.789000', '162336.792000', '162336.794000', '162336.797000', '162336.800000', '162336.802000', '162336.805000', '162336.807000', '162336.810000', '162336.813000', '162356.704000', '162356.707000', '162356.710000', '162356.712000', '162356.715000', '162356.718000', '162356.720000', '162356.723000', '162356.725000', '162356.728000', '162356.730000', '162356.733000', '162356.735000', '162356.738000', '162356.741000', '162356.743000', '162356.746000', '162356.748000', '162356.751000', '162356.754000', '162356.756000', '162356.759000', '162356.761000', '162356.764000', '162356.767000', '162356.769000', '162356.772000', '162356.774000', '162356.777000', '162356.787000', '162356.789000', '162356.792000', '162356.794000', '162356.797000', '162356.799000', '162356.802000', '162356.804000', '162356.807000', '162356.810000', '162356.812000', '162356.815000', '162356.817000', '162356.820000', '162356.822000', '162416.704000', '162416.707000', '162416.710000', '162416.712000', '162416.715000', '162416.717000', '162416.720000', '162416.723000', '162416.725000', '162416.728000', '162416.730000', '162416.733000', '162416.735000', '162416.738000', '162416.741000', '162416.743000', '162416.746000', '162416.748000', '162416.751000', '162416.753000', '162416.756000', '162416.758000', '162416.761000', '162416.763000', '162416.766000', '162416.769000', '162416.771000', '162416.774000', '162416.777000', '162416.779000', '162416.782000', '162416.785000', '162416.787000', '162416.790000', '162416.792000', '162416.795000', '162416.798000', '162416.800000', '162416.803000', '162416.805000', '162416.808000', '162416.810000', '162416.813000', '162436.704000', '162436.707000', '162436.710000', '162436.712000', '162436.715000', '162436.718000', '162436.720000', '162436.723000', '162436.725000', '162436.728000', '162436.731000', '162436.733000', '162436.736000', '162436.738000', '162436.741000', '162436.744000', '162436.746000', '162436.749000', '162436.751000', '162436.754000', '162436.756000', '162436.759000', '162436.762000', '162436.764000', '162436.767000', '162436.769000', '162436.772000', '162436.774000', '162436.777000', '162436.780000', '162436.782000', '162436.785000', '162436.787000', '162436.790000', '162436.792000', '162436.795000', '162436.797000', '162436.800000', '162436.803000', '162436.805000', '162436.808000', '162436.810000', '162436.813000', '162436.815000', '162456.705000', '162456.708000', '162456.710000', '162456.713000', '162456.715000', '162456.718000', '162456.721000', '162456.723000', '162456.726000', '162456.728000', '162456.731000', '162456.733000', '162456.736000', '162456.739000', '162456.741000', '162456.744000', '162456.747000', '162456.749000', '162456.752000', '162456.754000', '162456.757000', '162456.759000', '162456.762000', '162456.764000', '162456.767000', '162456.770000', '162456.772000', '162456.775000', '162456.778000', '162456.780000', '162456.783000', '162456.786000', '162456.788000', '162456.791000', '162456.793000', '162456.796000', '162456.798000', '162456.801000', '162456.804000', '162456.806000', '162456.809000', '162456.811000', '162456.814000', '162516.703000', '162516.706000', '162516.709000', '162516.712000', '162516.714000', '162516.717000', '162516.732000', '162516.734000', '162516.737000', '162516.739000', '162516.742000', '162516.745000', '162516.747000', '162516.750000', '162516.752000', '162516.755000', '162516.758000', '162516.760000', '162516.763000', '162516.765000', '162516.768000', '162516.770000', '162516.773000', '162516.776000', '162516.778000', '162516.781000', '162516.783000', '162516.786000', '162516.789000', '162516.791000', '162516.794000', '162516.797000', '162516.800000', '162516.802000', '162516.805000', '162516.808000', '162516.810000', '162516.813000', '162516.815000', '162516.818000', '162516.821000', '162516.823000', '162516.826000', '162536.703000', '162536.706000', '162536.709000', '162536.711000', '162536.714000', '162536.717000', '162536.719000', '162536.722000', '162536.724000', '162536.727000', '162536.730000', '162536.743000', '162536.746000', '162536.748000', '162536.751000', '162536.754000', '162536.756000', '162536.759000', '162536.761000', '162536.764000', '162536.767000', '162536.769000', '162536.772000', '162536.774000', '162536.777000', '162536.780000', '162536.782000', '162536.785000', '162536.788000', '162536.790000', '162536.793000', '162536.795000', '162536.798000', '162536.800000', '162536.803000', '162536.805000', '162536.809000', '162536.812000', '162536.814000', '162536.817000', '162536.819000', '162536.822000', '162536.825000', '162536.827000', '162556.704000', '162556.706000', '162556.709000', '162556.712000', '162556.714000', '162556.717000', '162556.719000', '162556.722000', '162556.724000', '162556.727000', '162556.730000', '162556.732000', '162556.735000', '162556.737000', '162556.740000', '162556.742000', '162556.745000', '162556.748000', '162556.750000', '162556.753000', '162556.755000', '162556.758000', '162556.761000', '162556.763000', '162556.766000', '162556.768000', '162556.771000', '162556.774000', '162556.776000', '162556.779000', '162556.781000', '162556.784000', '162556.787000', '162556.789000', '162556.792000', '162556.794000', '162556.797000', '162556.800000', '162556.802000', '162556.806000', '162556.809000', '162556.811000', '162556.814000', '162556.816000', '162616.705000', '162616.708000', '162616.710000', '162616.713000', '162616.715000', '162616.718000', '162616.720000', '162616.723000', '162616.726000', '162616.728000', '162616.731000', '162616.734000', '162616.736000', '162616.739000', '162616.741000', '162616.744000', '162616.747000', '162616.749000', '162616.752000', '162616.754000', '162616.757000', '162616.760000', '162616.762000', '162616.765000', '162616.768000', '162616.770000', '162616.773000', '162616.775000', '162616.778000', '162616.781000', '162616.783000', '162616.786000', '162616.788000', '162616.791000', '162616.793000', '162616.796000', '162616.799000', '162616.801000', '162616.804000', '162616.807000', '162616.809000', '162616.812000', '162616.815000', '162636.704000', '162636.707000', '162636.710000', '162636.712000', '162636.715000', '162636.718000', '162636.720000', '162636.723000', '162636.725000', '162636.728000', '162636.730000', '162636.733000', '162636.736000', '162636.738000', '162636.741000', '162636.743000', '162636.746000', '162636.749000', '162636.751000', '162636.754000', '162636.756000', '162636.759000', '162636.761000', '162636.764000', '162636.767000', '162636.769000', '162636.772000', '162636.774000', '162636.777000', '162636.779000', '162636.782000', '162636.785000', '162636.787000', '162636.790000', '162636.792000', '162636.795000', '162636.798000', '162636.800000', '162636.803000', '162636.805000', '162636.808000', '162636.811000', '162636.813000', '162636.816000', '162656.704000', '162656.707000', '162656.710000', '162656.712000', '162656.715000', '162656.718000', '162656.720000', '162656.723000', '162656.725000', '162656.728000', '162656.731000', '162656.733000', '162656.736000', '162656.738000', '162656.741000', '162656.743000', '162656.746000', '162656.749000', '162656.751000', '162656.754000', '162656.756000', '162656.759000', '162656.762000', '162656.764000', '162656.767000', '162656.769000', '162656.772000', '162656.775000', '162656.777000', '162656.780000', '162656.782000', '162656.785000', '162656.788000', '162656.790000', '162656.793000', '162656.810000', '162656.813000', '162656.815000', '162656.818000', '162656.821000', '162656.823000', '162656.827000', '162656.829000', '162716.705000', '162716.707000', '162716.710000', '162716.713000', '162716.715000', '162716.718000', '162716.721000', '162716.723000', '162716.726000', '162716.728000', '162716.731000', '162716.734000', '162716.736000', '162716.739000', '162716.742000', '162716.744000', '162716.747000', '162716.749000', '162716.753000', '162716.756000', '162716.758000', '162716.761000', '162716.764000', '162716.766000', '162716.769000', '162716.771000', '162716.774000', '162716.777000', '162716.779000', '162716.782000', '162716.784000', '162716.787000', '162716.789000', '162716.792000', '162716.795000', '162716.797000', '162716.800000', '162716.802000', '162716.805000', '162716.808000', '162716.810000', '162716.813000', '162716.815000', '162736.704000', '162736.707000', '162736.709000', '162736.712000', '162736.714000', '162736.717000', '162736.719000', '162736.722000', '162736.725000', '162736.727000', '162736.730000', '162736.732000', '162736.735000', '162736.738000', '162736.740000', '162736.743000', '162736.745000', '162736.748000', '162736.751000', '162736.753000', '162736.756000', '162736.758000', '162736.761000', '162736.763000', '162736.766000', '162736.768000', '162736.771000', '162736.774000', '162736.776000', '162736.779000', '162736.781000', '162736.784000', '162736.787000', '162736.789000', '162736.792000', '162736.795000', '162736.797000', '162736.800000', '162736.802000', '162736.805000', '162736.808000', '162736.810000', '162736.814000', '162736.817000', '162756.703000', '162756.706000', '162756.709000', '162756.711000', '162756.714000', '162756.717000', '162756.719000', '162756.722000', '162756.724000', '162756.727000', '162756.730000', '162756.732000', '162756.735000', '162756.737000', '162756.740000', '162756.742000', '162756.745000', '162756.748000', '162756.750000', '162756.753000', '162756.755000', '162756.758000', '162756.760000', '162756.763000', '162756.765000', '162756.768000', '162756.771000', '162756.773000', '162756.776000', '162756.778000', '162756.781000', '162756.784000', '162756.786000', '162756.789000', '162756.792000', '162756.794000', '162756.797000', '162756.799000', '162756.802000', '162756.805000', '162756.807000', '162756.810000', '162756.812000', '162756.815000', '162816.704000', '162816.707000', '162816.710000', '162816.712000', '162816.715000', '162816.718000', '162816.720000', '162816.723000', '162816.725000', '162816.728000', '162816.731000', '162816.733000', '162816.736000', '162816.739000', '162816.741000', '162816.744000', '162816.746000', '162816.749000', '162816.752000', '162816.754000', '162816.757000', '162816.759000', '162816.762000', '162816.764000', '162816.767000', '162816.770000', '162816.772000', '162816.775000', '162816.777000', '162816.780000', '162816.782000', '162816.785000', '162816.788000', '162816.790000', '162816.793000', '162816.795000', '162816.798000', '162816.801000', '162816.803000', '162816.806000', '162816.808000', '162816.811000', '162816.813000', '162836.706000', '162836.708000', '162836.711000', '162836.714000', '162836.716000', '162836.719000', '162836.721000', '162836.724000', '162836.727000', '162836.729000', '162836.732000', '162836.734000', '162836.737000', '162836.739000', '162836.742000', '162836.745000', '162836.747000', '162836.750000', '162836.753000', '162836.755000', '162836.758000', '162836.761000', '162836.763000', '162836.766000', '162836.768000', '162836.771000', '162836.774000', '162836.776000', '162836.779000', '162836.781000', '162836.784000', '162836.786000', '162836.789000', '162836.792000', '162836.794000', '162836.797000', '162836.799000', '162836.802000', '162836.804000', '162836.807000', '162836.810000', '162836.812000', '162836.815000', '162836.817000', '162856.704000', '162856.707000', '162856.710000', '162856.712000', '162856.715000', '162856.718000', '162856.720000', '162856.723000', '162856.725000', '162856.728000', '162856.731000', '162856.733000', '162856.736000', '162856.738000', '162856.741000', '162856.743000', '162856.746000', '162856.749000', '162856.751000', '162856.754000', '162856.756000', '162856.759000', '162856.762000', '162856.764000', '162856.767000', '162856.769000', '162856.772000', '162856.774000', '162856.777000', '162856.780000', '162856.782000', '162856.785000', '162856.787000', '162856.790000', '162856.793000', '162856.795000', '162856.798000', '162856.800000', '162856.803000', '162856.805000', '162856.808000', '162856.811000', '162856.813000', '162916.705000', '162916.708000', '162916.710000', '162916.713000', '162916.716000', '162916.718000', '162916.721000', '162916.723000', '162916.726000', '162916.728000', '162916.731000', '162916.733000', '162916.736000', '162916.738000', '162916.741000', '162916.744000', '162916.746000', '162916.749000', '162916.751000', '162916.754000', '162916.757000', '162916.759000', '162916.762000', '162916.764000', '162916.767000', '162916.769000', '162916.772000', '162916.775000', '162916.777000', '162916.780000', '162916.783000', '162916.785000', '162916.788000', '162916.791000', '162916.793000', '162916.796000', '162916.798000', '162916.801000', '162916.804000', '162916.806000', '162916.809000', '162916.811000', '162916.814000', '162916.816000', '162936.705000', '162936.707000', '162936.710000', '162936.713000', '162936.715000', '162936.718000', '162936.720000', '162936.723000', '162936.725000', '162936.728000', '162936.731000', '162936.733000', '162936.736000', '162936.738000', '162936.741000', '162936.743000', '162936.746000', '162936.749000', '162936.752000', '162936.754000', '162936.757000', '162936.759000', '162936.762000', '162936.764000', '162936.767000', '162936.770000', '162936.772000', '162936.775000', '162936.778000', '162936.780000', '162936.783000', '162936.785000', '162936.788000', '162936.791000', '162936.793000', '162936.796000', '162936.798000', '162936.801000', '162936.803000', '162936.806000', '162936.809000', '162936.811000', '162936.829000', '162956.703000', '162956.706000', '162956.709000', '162956.712000', '162956.714000', '162956.717000', '162956.719000', '162956.722000', '162956.725000', '162956.727000', '162956.730000', '162956.732000', '162956.735000', '162956.738000', '162956.740000', '162956.743000', '162956.746000', '162956.749000', '162956.751000', '162956.754000', '162956.756000', '162956.759000', '162956.762000', '162956.764000', '162956.767000', '162956.769000', '162956.772000', '162956.775000', '162956.777000', '162956.780000', '162956.782000', '162956.785000', '162956.788000', '162956.790000', '162956.793000', '162956.795000', '162956.798000', '162956.801000', '162956.803000', '162956.806000', '162956.808000', '162956.811000', '162956.814000', '163016.704000', '163016.706000', '163016.709000', '163016.712000', '163016.714000', '163016.717000', '163016.719000', '163016.722000', '163016.725000', '163016.727000', '163016.730000', '163016.732000', '163016.735000', '163016.738000', '163016.740000', '163016.743000', '163016.746000', '163016.748000', '163016.751000', '163016.753000', '163016.756000', '163016.759000', '163016.761000', '163016.764000', '163016.766000', '163016.769000', '163016.772000', '163016.774000', '163016.777000', '163016.779000', '163016.782000', '163016.784000', '163016.787000', '163016.790000', '163016.792000', '163016.795000', '163016.797000', '163016.800000', '163016.803000', '163016.805000', '163016.808000', '163016.810000', '163016.813000', '163016.816000', '163036.704000', '163036.707000', '163036.710000', '163036.712000', '163036.715000', '163036.718000', '163036.720000', '163036.723000', '163036.725000', '163036.728000', '163036.731000', '163036.733000', '163036.736000', '163036.739000', '163036.741000', '163036.744000', '163036.747000', '163036.749000', '163036.752000', '163036.755000', '163036.757000', '163036.760000', '163036.762000', '163036.765000', '163036.767000', '163036.770000', '163036.773000', '163036.775000', '163036.778000', '163036.781000', '163036.783000', '163036.786000', '163036.788000', '163036.791000', '163036.793000', '163036.796000', '163036.799000', '163036.801000', '163036.804000', '163036.806000', '163036.809000', '163036.812000', '163036.814000', '163038.071000', '163038.073000', '163038.076000', '163038.079000'], 'InstanceCreationTime': ['162156.738000', '162156.741000', '162156.744000', '162156.747000', '162156.749000', '162156.752000', '162156.762000', '162156.765000', '162156.767000', '162156.776000', '162156.779000', '162156.782000', '162156.784000', '162156.787000', '162156.790000', '162156.792000', '162156.795000', '162156.798000', '162156.800000', '162156.803000', '162156.806000', '162156.808000', '162216.705000', '162216.707000', '162216.710000', '162216.712000', '162216.715000', '162216.718000', '162216.720000', '162216.723000', '162216.725000', '162216.728000', '162216.731000', '162216.733000', '162216.746000', '162216.748000', '162216.751000', '162216.753000', '162216.756000', '162216.759000', '162216.761000', '162216.764000', '162216.766000', '162216.769000', '162216.771000', '162216.774000', '162216.777000', '162216.779000', '162216.782000', '162216.784000', '162216.787000', '162216.789000', '162216.796000', '162216.799000', '162216.801000', '162216.817000', '162216.820000', '162216.822000', '162216.825000', '162216.827000', '162216.830000', '162216.832000', '162216.835000', '162216.838000', '162216.840000', '162236.704000', '162236.707000', '162236.710000', '162236.712000', '162236.715000', '162236.717000', '162236.720000', '162236.723000', '162236.725000', '162236.728000', '162236.730000', '162236.733000', '162236.735000', '162236.738000', '162236.740000', '162236.743000', '162236.752000', '162236.755000', '162236.758000', '162236.760000', '162236.763000', '162236.765000', '162236.768000', '162236.770000', '162236.773000', '162236.775000', '162236.778000', '162236.780000', '162236.783000', '162236.786000', '162236.788000', '162236.791000', '162236.793000', '162236.796000', '162236.798000', '162236.801000', '162236.804000', '162236.806000', '162236.809000', '162236.811000', '162236.814000', '162236.816000', '162236.819000', '162236.821000', '162256.705000', '162256.707000', '162256.710000', '162256.713000', '162256.715000', '162256.718000', '162256.720000', '162256.723000', '162256.725000', '162256.728000', '162256.731000', '162256.733000', '162256.736000', '162256.738000', '162256.741000', '162256.743000', '162256.746000', '162256.748000', '162256.751000', '162256.753000', '162256.756000', '162256.759000', '162256.761000', '162256.764000', '162256.766000', '162256.769000', '162256.771000', '162256.774000', '162256.777000', '162256.779000', '162256.782000', '162256.784000', '162256.787000', '162256.790000', '162256.792000', '162256.795000', '162256.797000', '162256.800000', '162256.802000', '162256.805000', '162256.808000', '162256.810000', '162256.813000', '162316.703000', '162316.706000', '162316.709000', '162316.711000', '162316.714000', '162316.716000', '162316.719000', '162316.722000', '162316.724000', '162316.727000', '162316.729000', '162316.732000', '162316.734000', '162316.737000', '162316.740000', '162316.742000', '162316.745000', '162316.747000', '162316.750000', '162316.752000', '162316.755000', '162316.758000', '162316.760000', '162316.763000', '162316.765000', '162316.768000', '162316.770000', '162316.773000', '162316.776000', '162316.778000', '162316.781000', '162316.783000', '162316.786000', '162316.788000', '162316.791000', '162316.794000', '162316.796000', '162316.799000', '162316.801000', '162316.804000', '162316.806000', '162316.809000', '162316.812000', '162316.814000', '162336.703000', '162336.706000', '162336.709000', '162336.711000', '162336.714000', '162336.716000', '162336.719000', '162336.722000', '162336.724000', '162336.727000', '162336.729000', '162336.732000', '162336.734000', '162336.737000', '162336.739000', '162336.742000', '162336.745000', '162336.747000', '162336.750000', '162336.752000', '162336.755000', '162336.758000', '162336.760000', '162336.763000', '162336.765000', '162336.768000', '162336.770000', '162336.773000', '162336.775000', '162336.778000', '162336.781000', '162336.784000', '162336.787000', '162336.789000', '162336.792000', '162336.794000', '162336.797000', '162336.800000', '162336.802000', '162336.805000', '162336.807000', '162336.810000', '162336.813000', '162356.704000', '162356.707000', '162356.710000', '162356.712000', '162356.715000', '162356.718000', '162356.720000', '162356.723000', '162356.725000', '162356.728000', '162356.730000', '162356.733000', '162356.735000', '162356.738000', '162356.741000', '162356.743000', '162356.746000', '162356.748000', '162356.751000', '162356.754000', '162356.756000', '162356.759000', '162356.761000', '162356.764000', '162356.767000', '162356.769000', '162356.772000', '162356.774000', '162356.777000', '162356.787000', '162356.789000', '162356.792000', '162356.794000', '162356.797000', '162356.799000', '162356.802000', '162356.804000', '162356.807000', '162356.810000', '162356.812000', '162356.815000', '162356.817000', '162356.820000', '162356.822000', '162416.704000', '162416.707000', '162416.710000', '162416.712000', '162416.715000', '162416.717000', '162416.720000', '162416.723000', '162416.725000', '162416.728000', '162416.730000', '162416.733000', '162416.735000', '162416.738000', '162416.741000', '162416.743000', '162416.746000', '162416.748000', '162416.751000', '162416.753000', '162416.756000', '162416.758000', '162416.761000', '162416.763000', '162416.766000', '162416.769000', '162416.771000', '162416.774000', '162416.777000', '162416.779000', '162416.782000', '162416.785000', '162416.787000', '162416.790000', '162416.792000', '162416.795000', '162416.798000', '162416.800000', '162416.803000', '162416.805000', '162416.808000', '162416.810000', '162416.813000', '162436.704000', '162436.707000', '162436.710000', '162436.712000', '162436.715000', '162436.718000', '162436.720000', '162436.723000', '162436.725000', '162436.728000', '162436.731000', '162436.733000', '162436.736000', '162436.738000', '162436.741000', '162436.744000', '162436.746000', '162436.749000', '162436.751000', '162436.754000', '162436.756000', '162436.759000', '162436.762000', '162436.764000', '162436.767000', '162436.769000', '162436.772000', '162436.774000', '162436.777000', '162436.780000', '162436.782000', '162436.785000', '162436.787000', '162436.790000', '162436.792000', '162436.795000', '162436.797000', '162436.800000', '162436.803000', '162436.805000', '162436.808000', '162436.810000', '162436.813000', '162436.815000', '162456.705000', '162456.708000', '162456.710000', '162456.713000', '162456.715000', '162456.718000', '162456.721000', '162456.723000', '162456.726000', '162456.728000', '162456.731000', '162456.733000', '162456.736000', '162456.739000', '162456.741000', '162456.744000', '162456.747000', '162456.749000', '162456.752000', '162456.754000', '162456.757000', '162456.759000', '162456.762000', '162456.764000', '162456.767000', '162456.770000', '162456.772000', '162456.775000', '162456.778000', '162456.780000', '162456.783000', '162456.786000', '162456.788000', '162456.791000', '162456.793000', '162456.796000', '162456.798000', '162456.801000', '162456.804000', '162456.806000', '162456.809000', '162456.811000', '162456.814000', '162516.703000', '162516.706000', '162516.709000', '162516.712000', '162516.714000', '162516.717000', '162516.732000', '162516.734000', '162516.737000', '162516.739000', '162516.742000', '162516.745000', '162516.747000', '162516.750000', '162516.752000', '162516.755000', '162516.758000', '162516.760000', '162516.763000', '162516.765000', '162516.768000', '162516.770000', '162516.773000', '162516.776000', '162516.778000', '162516.781000', '162516.783000', '162516.786000', '162516.789000', '162516.791000', '162516.794000', '162516.797000', '162516.800000', '162516.802000', '162516.805000', '162516.808000', '162516.810000', '162516.813000', '162516.815000', '162516.818000', '162516.821000', '162516.823000', '162516.826000', '162536.703000', '162536.706000', '162536.709000', '162536.711000', '162536.714000', '162536.717000', '162536.719000', '162536.722000', '162536.724000', '162536.727000', '162536.730000', '162536.743000', '162536.746000', '162536.748000', '162536.751000', '162536.754000', '162536.756000', '162536.759000', '162536.761000', '162536.764000', '162536.767000', '162536.769000', '162536.772000', '162536.774000', '162536.777000', '162536.780000', '162536.782000', '162536.785000', '162536.788000', '162536.790000', '162536.793000', '162536.795000', '162536.798000', '162536.800000', '162536.803000', '162536.805000', '162536.809000', '162536.812000', '162536.814000', '162536.817000', '162536.819000', '162536.822000', '162536.825000', '162536.827000', '162556.704000', '162556.706000', '162556.709000', '162556.712000', '162556.714000', '162556.717000', '162556.719000', '162556.722000', '162556.724000', '162556.727000', '162556.730000', '162556.732000', '162556.735000', '162556.737000', '162556.740000', '162556.742000', '162556.745000', '162556.748000', '162556.750000', '162556.753000', '162556.755000', '162556.758000', '162556.761000', '162556.763000', '162556.766000', '162556.768000', '162556.771000', '162556.774000', '162556.776000', '162556.779000', '162556.781000', '162556.784000', '162556.787000', '162556.789000', '162556.792000', '162556.794000', '162556.797000', '162556.800000', '162556.802000', '162556.806000', '162556.809000', '162556.811000', '162556.814000', '162556.816000', '162616.705000', '162616.708000', '162616.710000', '162616.713000', '162616.715000', '162616.718000', '162616.720000', '162616.723000', '162616.726000', '162616.728000', '162616.731000', '162616.734000', '162616.736000', '162616.739000', '162616.741000', '162616.744000', '162616.747000', '162616.749000', '162616.752000', '162616.754000', '162616.757000', '162616.760000', '162616.762000', '162616.765000', '162616.768000', '162616.770000', '162616.773000', '162616.775000', '162616.778000', '162616.781000', '162616.783000', '162616.786000', '162616.788000', '162616.791000', '162616.793000', '162616.796000', '162616.799000', '162616.801000', '162616.804000', '162616.807000', '162616.809000', '162616.812000', '162616.815000', '162636.704000', '162636.707000', '162636.710000', '162636.712000', '162636.715000', '162636.718000', '162636.720000', '162636.723000', '162636.725000', '162636.728000', '162636.730000', '162636.733000', '162636.736000', '162636.738000', '162636.741000', '162636.743000', '162636.746000', '162636.749000', '162636.751000', '162636.754000', '162636.756000', '162636.759000', '162636.761000', '162636.764000', '162636.767000', '162636.769000', '162636.772000', '162636.774000', '162636.777000', '162636.779000', '162636.782000', '162636.785000', '162636.787000', '162636.790000', '162636.792000', '162636.795000', '162636.798000', '162636.800000', '162636.803000', '162636.805000', '162636.808000', '162636.811000', '162636.813000', '162636.816000', '162656.704000', '162656.707000', '162656.710000', '162656.712000', '162656.715000', '162656.718000', '162656.720000', '162656.723000', '162656.725000', '162656.728000', '162656.731000', '162656.733000', '162656.736000', '162656.738000', '162656.741000', '162656.743000', '162656.746000', '162656.749000', '162656.751000', '162656.754000', '162656.756000', '162656.759000', '162656.762000', '162656.764000', '162656.767000', '162656.769000', '162656.772000', '162656.775000', '162656.777000', '162656.780000', '162656.782000', '162656.785000', '162656.788000', '162656.790000', '162656.793000', '162656.810000', '162656.813000', '162656.815000', '162656.818000', '162656.821000', '162656.823000', '162656.827000', '162656.829000', '162716.705000', '162716.707000', '162716.710000', '162716.713000', '162716.715000', '162716.718000', '162716.721000', '162716.723000', '162716.726000', '162716.728000', '162716.731000', '162716.734000', '162716.736000', '162716.739000', '162716.742000', '162716.744000', '162716.747000', '162716.749000', '162716.753000', '162716.756000', '162716.758000', '162716.761000', '162716.764000', '162716.766000', '162716.769000', '162716.771000', '162716.774000', '162716.777000', '162716.779000', '162716.782000', '162716.784000', '162716.787000', '162716.789000', '162716.792000', '162716.795000', '162716.797000', '162716.800000', '162716.802000', '162716.805000', '162716.808000', '162716.810000', '162716.813000', '162716.815000', '162736.704000', '162736.707000', '162736.709000', '162736.712000', '162736.714000', '162736.717000', '162736.719000', '162736.722000', '162736.725000', '162736.727000', '162736.730000', '162736.732000', '162736.735000', '162736.738000', '162736.740000', '162736.743000', '162736.745000', '162736.748000', '162736.751000', '162736.753000', '162736.756000', '162736.758000', '162736.761000', '162736.763000', '162736.766000', '162736.768000', '162736.771000', '162736.774000', '162736.776000', '162736.779000', '162736.781000', '162736.784000', '162736.787000', '162736.789000', '162736.792000', '162736.795000', '162736.797000', '162736.800000', '162736.802000', '162736.805000', '162736.808000', '162736.810000', '162736.814000', '162736.817000', '162756.703000', '162756.706000', '162756.709000', '162756.711000', '162756.714000', '162756.717000', '162756.719000', '162756.722000', '162756.724000', '162756.727000', '162756.730000', '162756.732000', '162756.735000', '162756.737000', '162756.740000', '162756.742000', '162756.745000', '162756.748000', '162756.750000', '162756.753000', '162756.755000', '162756.758000', '162756.760000', '162756.763000', '162756.765000', '162756.768000', '162756.771000', '162756.773000', '162756.776000', '162756.778000', '162756.781000', '162756.784000', '162756.786000', '162756.789000', '162756.792000', '162756.794000', '162756.797000', '162756.799000', '162756.802000', '162756.805000', '162756.807000', '162756.810000', '162756.812000', '162756.815000', '162816.704000', '162816.707000', '162816.710000', '162816.712000', '162816.715000', '162816.718000', '162816.720000', '162816.723000', '162816.725000', '162816.728000', '162816.731000', '162816.733000', '162816.736000', '162816.739000', '162816.741000', '162816.744000', '162816.746000', '162816.749000', '162816.752000', '162816.754000', '162816.757000', '162816.759000', '162816.762000', '162816.764000', '162816.767000', '162816.770000', '162816.772000', '162816.775000', '162816.777000', '162816.780000', '162816.782000', '162816.785000', '162816.788000', '162816.790000', '162816.793000', '162816.795000', '162816.798000', '162816.801000', '162816.803000', '162816.806000', '162816.808000', '162816.811000', '162816.813000', '162836.706000', '162836.708000', '162836.711000', '162836.714000', '162836.716000', '162836.719000', '162836.721000', '162836.724000', '162836.727000', '162836.729000', '162836.732000', '162836.734000', '162836.737000', '162836.739000', '162836.742000', '162836.745000', '162836.747000', '162836.750000', '162836.753000', '162836.755000', '162836.758000', '162836.761000', '162836.763000', '162836.766000', '162836.768000', '162836.771000', '162836.774000', '162836.776000', '162836.779000', '162836.781000', '162836.784000', '162836.786000', '162836.789000', '162836.792000', '162836.794000', '162836.797000', '162836.799000', '162836.802000', '162836.804000', '162836.807000', '162836.810000', '162836.812000', '162836.815000', '162836.817000', '162856.704000', '162856.707000', '162856.710000', '162856.712000', '162856.715000', '162856.718000', '162856.720000', '162856.723000', '162856.725000', '162856.728000', '162856.731000', '162856.733000', '162856.736000', '162856.738000', '162856.741000', '162856.743000', '162856.746000', '162856.749000', '162856.751000', '162856.754000', '162856.756000', '162856.759000', '162856.762000', '162856.764000', '162856.767000', '162856.769000', '162856.772000', '162856.774000', '162856.777000', '162856.780000', '162856.782000', '162856.785000', '162856.787000', '162856.790000', '162856.793000', '162856.795000', '162856.798000', '162856.800000', '162856.803000', '162856.805000', '162856.808000', '162856.811000', '162856.813000', '162916.705000', '162916.708000', '162916.710000', '162916.713000', '162916.716000', '162916.718000', '162916.721000', '162916.723000', '162916.726000', '162916.728000', '162916.731000', '162916.733000', '162916.736000', '162916.738000', '162916.741000', '162916.744000', '162916.746000', '162916.749000', '162916.751000', '162916.754000', '162916.757000', '162916.759000', '162916.762000', '162916.764000', '162916.767000', '162916.769000', '162916.772000', '162916.775000', '162916.777000', '162916.780000', '162916.783000', '162916.785000', '162916.788000', '162916.791000', '162916.793000', '162916.796000', '162916.798000', '162916.801000', '162916.804000', '162916.806000', '162916.809000', '162916.811000', '162916.814000', '162916.816000', '162936.705000', '162936.707000', '162936.710000', '162936.713000', '162936.715000', '162936.718000', '162936.720000', '162936.723000', '162936.725000', '162936.728000', '162936.731000', '162936.733000', '162936.736000', '162936.738000', '162936.741000', '162936.743000', '162936.746000', '162936.749000', '162936.752000', '162936.754000', '162936.757000', '162936.759000', '162936.762000', '162936.764000', '162936.767000', '162936.770000', '162936.772000', '162936.775000', '162936.778000', '162936.780000', '162936.783000', '162936.785000', '162936.788000', '162936.791000', '162936.793000', '162936.796000', '162936.798000', '162936.801000', '162936.803000', '162936.806000', '162936.809000', '162936.811000', '162936.829000', '162956.703000', '162956.706000', '162956.709000', '162956.712000', '162956.714000', '162956.717000', '162956.719000', '162956.722000', '162956.725000', '162956.727000', '162956.730000', '162956.732000', '162956.735000', '162956.738000', '162956.740000', '162956.743000', '162956.746000', '162956.749000', '162956.751000', '162956.754000', '162956.756000', '162956.759000', '162956.762000', '162956.764000', '162956.767000', '162956.769000', '162956.772000', '162956.775000', '162956.777000', '162956.780000', '162956.782000', '162956.785000', '162956.788000', '162956.790000', '162956.793000', '162956.795000', '162956.798000', '162956.801000', '162956.803000', '162956.806000', '162956.808000', '162956.811000', '162956.814000', '163016.704000', '163016.706000', '163016.709000', '163016.712000', '163016.714000', '163016.717000', '163016.719000', '163016.722000', '163016.725000', '163016.727000', '163016.730000', '163016.732000', '163016.735000', '163016.738000', '163016.740000', '163016.743000', '163016.746000', '163016.748000', '163016.751000', '163016.753000', '163016.756000', '163016.759000', '163016.761000', '163016.764000', '163016.766000', '163016.769000', '163016.772000', '163016.774000', '163016.777000', '163016.779000', '163016.782000', '163016.784000', '163016.787000', '163016.790000', '163016.792000', '163016.795000', '163016.797000', '163016.800000', '163016.803000', '163016.805000', '163016.808000', '163016.810000', '163016.813000', '163016.816000', '163036.704000', '163036.707000', '163036.710000', '163036.712000', '163036.715000', '163036.718000', '163036.720000', '163036.723000', '163036.725000', '163036.728000', '163036.731000', '163036.733000', '163036.736000', '163036.739000', '163036.741000', '163036.744000', '163036.747000', '163036.749000', '163036.752000', '163036.755000', '163036.757000', '163036.760000', '163036.762000', '163036.765000', '163036.767000', '163036.770000', '163036.773000', '163036.775000', '163036.778000', '163036.781000', '163036.783000', '163036.786000', '163036.788000', '163036.791000', '163036.793000', '163036.796000', '163036.799000', '163036.801000', '163036.804000', '163036.806000', '163036.809000', '163036.812000', '163036.814000', '163038.071000', '163038.073000', '163038.076000', '163038.079000'], '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': [9543, 9212, 10061, 9259, 10292, 9626, 11185, 10370, 8583, 9621, 9240, 9870, 9684, 9179, 9992, 8647, 10118, 9283, 10101, 9300, 9899, 9637, 8511, 9888, 8842, 10049, 9935, 10232, 8503, 9658, 8847, 10031, 9294, 9661, 9332, 10011, 9677, 11236, 9970, 11606, 10146, 10406, 10450, 8807, 10174, 9014, 9914, 9237, 10027, 9002, 9270, 9396, 9367, 9382, 9741, 9610, 9456, 9699, 9585, 9900, 8283, 9948, 9651, 10042, 8817, 10268, 8489, 10274, 8990, 10032, 9705, 8404, 9856, 9170, 9533, 9430, 9882, 9931, 10035, 10609, 10276, 10184, 10183, 10746, 11038, 9780, 11035, 10668, 11139, 10717, 9567, 10171, 9973, 10574, 10103, 10173, 9862, 9673, 9628, 9649, 9646, 10229, 9893, 9322, 10469, 9151, 9593, 9307, 9884, 9786, 10032, 9441, 9816, 9439, 10210, 9424, 9898, 9407, 10404, 9290, 10028, 9488, 10460, 9403, 9735, 9469, 8060, 9913, 10074, 9850, 9878, 9935, 8426, 9833, 9579, 9640, 9712, 9606, 10076, 9330, 9910, 9637, 9925, 9781, 9958, 9569, 9915, 9769, 11193, 10123, 8819, 10173, 8608, 10084, 8127, 10268, 8188, 10536, 8675, 10593, 8416, 10090, 10967, 10111, 8368, 10044, 8362, 9825, 9597, 10029, 8550, 10072, 10569, 10122, 9636, 9955, 8852, 10189, 9889, 9676, 9901, 9786, 9669, 9904, 8293, 9877, 9742, 9700, 9665, 9852, 9740, 9591, 10382, 9797, 9778, 9743, 10040, 9855, 8531, 9894, 9814, 9883, 11279, 9962, 11613, 9958, 10329, 9798, 8768, 9884, 11547, 9857, 8524, 9770, 11239, 10020, 8745, 9853, 10608, 10172, 11333, 10159, 10756, 9890, 9193, 9707, 9828, 9369, 9660, 8983, 10502, 8942, 10746, 10097, 9070, 9759, 9696, 8150, 9834, 8631, 9384, 9082, 9994, 9478, 10329, 10255, 8688, 9605, 8632, 10040, 8533, 10220, 9192, 9525, 9616, 10301, 10220, 8355, 10176, 9341, 10587, 10018, 8198, 9973, 8369, 9309, 9161, 10181, 8975, 9849, 9478, 9766, 10320, 8767, 9694, 8969, 9904, 9640, 9254, 10127, 8893, 10210, 8101, 10544, 7947, 10368, 10068, 10097, 10086, 10224, 9992, 9818, 10401, 10147, 9389, 10242, 9005, 10117, 10331, 10108, 11491, 10172, 9236, 10194, 9772, 10229, 10133, 9947, 10584, 10027, 8309, 9720, 8559, 9850, 10255, 9811, 10301, 9735, 10102, 10145, 9674, 10024, 8577, 9811, 7741, 10520, 9362, 10281, 9983, 9814, 11136, 9972, 10504, 10228, 9081, 10436, 8625, 9729, 9154, 9639, 9711, 10078, 10148, 8193, 10278, 8617, 9440, 9159, 9797, 9500, 9735, 9500, 9272, 9038, 10160, 9701, 10133, 11904, 10295, 9119, 9727, 10023, 8944, 10388, 8617, 9829, 9358, 9946, 9558, 11072, 9842, 9775, 9903, 9762, 9699, 9616, 9957, 9417, 9992, 9823, 9940, 10026, 9477, 9953, 9768, 10126, 10004, 9503, 10416, 8602, 9934, 8436, 10346, 8585, 9524, 8643, 10135, 8806, 9457, 8714, 9688, 8569, 9451, 8407, 9526, 8072, 10352, 8592, 9890, 8681, 9619, 8651, 9483, 8534, 9892, 8909, 9685, 9085, 9321, 8964, 9272, 8961, 9309, 9079, 9814, 9097, 10005, 8862, 9685, 8820, 9874, 8523, 9970, 8801, 10351, 7497, 10245, 7674, 10223, 8863, 10050, 8245, 10084, 8132, 9605, 8297, 9701, 8375, 10549, 8434, 10397, 8676, 9730, 8443, 9661, 8922, 10455, 9906, 10130, 7848, 10563, 8518, 9690, 8870, 10082, 8984, 9884, 9148, 10464, 8973, 8907, 9829, 9482, 9924, 8690, 10121, 8901, 9799, 9711, 9631, 9581, 9721, 10411, 9081, 9714, 8751, 9494, 8951, 10120, 8424, 10615, 8910, 10144, 9228, 9957, 9125, 10191, 9328, 9726, 9505, 9543, 9578, 9747, 9381, 10443, 9226, 9869, 9126, 10269, 9229, 10274, 9190, 10092, 9047, 9977, 9037, 10242, 8885, 9937, 8909, 9985, 9234, 9909, 9109, 9666, 9381, 10067, 9433, 10275, 8860, 10056, 8547, 10117, 8977, 10266, 9515, 10448, 9562, 10108, 9855, 9809, 9696, 8347, 9979, 9619, 9854, 9955, 9765, 9853, 9603, 9717, 9835, 9804, 9941, 9890, 10195, 10113, 10094, 9534, 10301, 9701, 10348, 10267, 8738, 10001, 9082, 9321, 8576, 9373, 8595, 10372, 9098, 9606, 9425, 9839, 9726, 11007, 9982, 8107, 9872, 8883, 9920, 8079, 10457, 8655, 9653, 9183, 10047, 9366, 9994, 9639, 10190, 9995, 9646, 10181, 9057, 10365, 8213, 10683, 9219, 9981, 9382, 9910, 9488, 9791, 9515, 9681, 9636, 11480, 10184, 10114, 10143, 8819, 10499, 9438, 10046, 9609, 10680, 9871, 9263, 9967, 10148, 10272, 9036, 10504, 9190, 9879, 9454, 10282, 10025, 10223, 10100, 9852, 10290, 10921, 10193, 11460, 10389, 11359, 10328, 9200, 10057, 9127, 9892, 9994, 10248, 10420, 9264, 10594, 10894, 10313, 8307, 10418, 9501, 10415, 9103, 10412, 9053, 10316, 9264, 10098, 9525, 10226, 8058, 10416, 8931, 10216, 8913, 9846, 12056, 11037, 9560, 10269, 10820, 9055, 10376, 10173, 10397, 10379, 10174, 10353, 10842, 10204, 9351, 10229, 10828, 10491, 9281, 11279, 10120, 9832, 10677, 8247, 10189, 9295, 10693, 9928, 10796, 10455, 9746, 10411, 9321, 10623, 9443, 10545, 8496, 11171, 9312, 10417, 10070, 11412, 10283, 10429, 10427, 11722, 10633, 9290, 11070, 9561, 10627, 10514, 11051, 10536, 9061, 10490, 10178, 10466, 9002, 10698, 9604, 11288, 9970, 10839, 10528, 8878, 10302, 9709, 10270, 10557, 10280, 10260, 10197, 11994, 10389, 9266, 10640, 12140, 10646, 9641, 11019, 11653, 10556, 11091, 11486, 10844, 11199, 10601, 11003, 10578, 11644, 10388, 11080, 11284, 9713, 11560, 10369, 11232, 10447, 10546, 10410, 10604, 10585, 10629, 10350, 11480, 10184, 11069, 10436, 11132, 10142, 11634, 9936, 11199, 10185, 10936, 10252, 11217, 10662, 12699, 10607, 12678, 10540, 10696, 10789, 9417, 10781, 10189, 11528, 10243, 10891, 10420, 10471, 10569, 10497, 10367, 10392, 10405, 10400, 10325, 10708, 10668, 10786, 10635, 10874, 10474, 11879, 10781, 9817, 10561, 9384, 10695, 10139, 10641, 9741, 10955, 9849, 10924, 9808, 10727, 10260, 10828, 9913, 10939, 10185, 12765, 10761, 9619, 10879, 10236, 10192, 10778, 9804, 11107, 9882, 11045, 9949, 10878, 10067, 10973, 10071, 10517, 10285, 8914, 10773, 9887, 11188, 9857, 10374, 10323, 11688, 10620, 9686, 10597, 9869, 9994, 10315, 10630, 10150, 10384, 10269, 11065, 10400, 11119, 10879, 11313, 11067, 12147, 10944, 9274, 11333, 9862, 10884, 10123, 10790, 10548, 10439, 10323, 11578, 10452, 10848, 10468, 9283, 10493, 9657, 10689, 12176, 10713, 9563, 10817, 9375, 10739, 10063, 11496, 10154, 10868, 10503, 10571, 10375, 11117, 10440, 9875, 10758, 9355, 10782, 9993, 10417, 10389, 9403, 10652, 8836, 11200, 9955, 11190, 10066, 10924, 10028, 11109, 10090, 11318, 10520, 11227, 10180, 10645, 10571, 12363, 10556, 8899, 11210, 9771, 11059, 10090, 10511, 10233, 10790, 10142, 11514, 10200, 11295, 10657, 11180, 10739, 11492, 10880, 10641, 11024, 10129, 11141, 9790, 10628, 10227, 10878, 10457, 11013, 10775, 12709, 10760, 9229, 10611, 9931, 10900, 10280, 10922, 10781, 10966, 12071, 10724, 12528, 10669, 10105, 10679, 11393, 10690, 10080, 11059, 9529, 10781, 9727, 11316, 9683, 10731, 9809, 10718, 10298, 10652, 10021, 10690, 9634, 10618, 9814, 10518, 9684, 10706, 9948, 10641, 10302, 10374, 10270, 10715, 10760, 11099, 10570, 10919, 10606, 10960, 10643, 8900, 10762, 10167, 10964, 9802, 10925, 11093, 10782, 10594, 10799, 10697, 10755, 10507, 10714, 10632, 10403, 10596, 10831, 11443, 10438, 11388, 10475, 12127, 10835, 9421, 11097, 10345, 10715, 10354, 10582, 10508, 11009, 10770, 10542, 10627, 11196, 10178, 10898, 10323, 11305, 10351, 10525, 10477, 11049, 10509, 11241, 10579, 11019, 10810, 9110, 11155, 9963, 10737, 12528, 10887, 11840, 10749, 10304, 10611, 12872, 10816, 11595, 10944, 10111, 11253, 9790, 10704, 10301, 10914, 10040, 10627, 9798, 10789, 10170, 11101, 9531, 10803, 12418, 10842, 11087, 10903, 11628, 10610, 11640, 10576, 10801, 10549, 10354, 10593, 11179, 10338, 10894, 10258, 10554, 10250, 10571, 10353, 10969, 10175, 10951, 10467, 11147, 10673, 8724, 10493, 10615, 10589, 10659, 10340, 10826, 10643, 11168, 10864, 10559, 10631, 12447, 10716, 10484, 10896, 9179, 11264, 8984, 11081, 9908, 10698, 9843, 10511, 9906, 11229, 10294, 10351, 10279, 10249, 10296, 10793, 10683, 9658, 10635, 9352, 10544, 10033], 'WindowCenter': [4319.0, 4305.0, 4304.0, 4291.0, 4288.0, 4289.0, 4286.0, 4276.0, 4254.0, 4275.0, 4274.0, 4274.0, 4275.0, 4275.0, 4285.0, 4264.0, 4286.0, 4275.0, 4285.0, 4275.0, 4286.0, 4276.0, 4264.0, 4275.0, 4264.0, 4275.0, 4273.0, 4285.0, 4265.0, 4274.0, 4263.0, 4273.0, 4263.0, 4274.0, 4264.0, 4273.0, 4275.0, 4284.0, 4273.0, 4282.0, 4273.0, 4272.0, 4284.0, 4263.0, 4284.0, 4276.0, 4285.0, 4275.0, 4286.0, 4275.0, 4277.0, 4276.0, 4277.0, 4288.0, 4288.0, 4289.0, 4289.0, 4288.0, 4288.0, 4299.0, 4279.0, 4289.0, 4275.0, 4276.0, 4266.0, 4285.0, 4254.0, 4284.0, 4264.0, 4285.0, 4276.0, 4267.0, 4286.0, 4276.0, 4288.0, 4287.0, 4298.0, 4288.0, 4300.0, 4299.0, 4298.0, 4298.0, 4299.0, 4297.0, 4286.0, 4286.0, 4285.0, 4284.0, 4283.0, 4284.0, 4273.0, 4284.0, 4273.0, 4284.0, 4297.0, 4297.0, 4286.0, 4287.0, 4287.0, 4289.0, 4288.0, 4299.0, 4290.0, 4277.0, 4298.0, 4276.0, 4277.0, 4277.0, 4287.0, 4287.0, 4288.0, 4287.0, 4299.0, 4277.0, 4287.0, 4278.0, 4288.0, 4277.0, 4298.0, 4277.0, 4288.0, 4276.0, 4285.0, 4265.0, 4274.0, 4264.0, 4242.0, 4273.0, 4273.0, 4274.0, 4273.0, 4274.0, 4254.0, 4274.0, 4273.0, 4275.0, 4274.0, 4274.0, 4285.0, 4276.0, 4286.0, 4275.0, 4275.0, 4275.0, 4285.0, 4275.0, 4275.0, 4286.0, 4283.0, 4284.0, 4253.0, 4274.0, 4253.0, 4285.0, 4254.0, 4286.0, 4254.0, 4286.0, 4265.0, 4297.0, 4266.0, 4288.0, 4297.0, 4298.0, 4268.0, 4288.0, 4269.0, 4289.0, 4287.0, 4287.0, 4267.0, 4288.0, 4297.0, 4290.0, 4276.0, 4287.0, 4277.0, 4288.0, 4299.0, 4288.0, 4288.0, 4299.0, 4288.0, 4289.0, 4268.0, 4288.0, 4288.0, 4288.0, 4288.0, 4288.0, 4287.0, 4287.0, 4286.0, 4276.0, 4275.0, 4286.0, 4285.0, 4286.0, 4264.0, 4286.0, 4275.0, 4275.0, 4294.0, 4275.0, 4295.0, 4286.0, 4285.0, 4287.0, 4265.0, 4276.0, 4295.0, 4286.0, 4265.0, 4286.0, 4295.0, 4286.0, 4265.0, 4286.0, 4286.0, 4286.0, 4295.0, 4287.0, 4297.0, 4288.0, 4289.0, 4289.0, 4289.0, 4290.0, 4291.0, 4290.0, 4311.0, 4280.0, 4286.0, 4285.0, 4266.0, 4275.0, 4276.0, 4255.0, 4287.0, 4265.0, 4276.0, 4265.0, 4274.0, 4275.0, 4273.0, 4273.0, 4242.0, 4262.0, 4251.0, 4273.0, 4251.0, 4272.0, 4262.0, 4259.0, 4260.0, 4259.0, 4259.0, 4239.0, 4259.0, 4252.0, 4258.0, 4259.0, 4238.0, 4260.0, 4241.0, 4261.0, 4262.0, 4273.0, 4262.0, 4274.0, 4275.0, 4272.0, 4284.0, 4264.0, 4274.0, 4263.0, 4273.0, 4263.0, 4262.0, 4273.0, 4262.0, 4284.0, 4253.0, 4286.0, 4255.0, 4288.0, 4287.0, 4298.0, 4299.0, 4299.0, 4299.0, 4299.0, 4287.0, 4289.0, 4277.0, 4288.0, 4266.0, 4287.0, 4286.0, 4287.0, 4295.0, 4285.0, 4264.0, 4274.0, 4263.0, 4274.0, 4273.0, 4274.0, 4284.0, 4275.0, 4254.0, 4275.0, 4254.0, 4275.0, 4285.0, 4275.0, 4285.0, 4275.0, 4274.0, 4274.0, 4263.0, 4273.0, 4252.0, 4273.0, 4243.0, 4285.0, 4274.0, 4286.0, 4287.0, 4287.0, 4296.0, 4287.0, 4288.0, 4287.0, 4265.0, 4286.0, 4266.0, 4275.0, 4264.0, 4263.0, 4263.0, 4272.0, 4274.0, 4252.0, 4273.0, 4252.0, 4274.0, 4274.0, 4286.0, 4276.0, 4288.0, 4300.0, 4302.0, 4291.0, 4312.0, 4302.0, 4312.0, 4310.0, 4301.0, 4281.0, 4277.0, 4288.0, 4266.0, 4288.0, 4266.0, 4286.0, 4275.0, 4275.0, 4287.0, 4298.0, 4288.0, 4288.0, 4288.0, 4299.0, 4289.0, 4288.0, 4289.0, 4289.0, 4288.0, 4287.0, 4288.0, 4287.0, 4277.0, 4287.0, 4287.0, 4275.0, 4275.0, 4263.0, 4285.0, 4254.0, 4275.0, 4255.0, 4286.0, 4265.0, 4276.0, 4265.0, 4285.0, 4265.0, 4276.0, 4266.0, 4287.0, 4266.0, 4288.0, 4266.0, 4277.0, 4256.0, 4287.0, 4266.0, 4286.0, 4266.0, 4276.0, 4265.0, 4276.0, 4265.0, 4276.0, 4265.0, 4276.0, 4266.0, 4277.0, 4278.0, 4278.0, 4278.0, 4279.0, 4278.0, 4289.0, 4278.0, 4289.0, 4280.0, 4290.0, 4278.0, 4289.0, 4268.0, 4289.0, 4277.0, 4299.0, 4258.0, 4299.0, 4257.0, 4288.0, 4267.0, 4288.0, 4266.0, 4288.0, 4257.0, 4277.0, 4256.0, 4277.0, 4255.0, 4286.0, 4255.0, 4286.0, 4265.0, 4276.0, 4255.0, 4276.0, 4265.0, 4286.0, 4275.0, 4286.0, 4254.0, 4286.0, 4265.0, 4275.0, 4264.0, 4285.0, 4265.0, 4286.0, 4275.0, 4285.0, 4266.0, 4266.0, 4275.0, 4274.0, 4275.0, 4264.0, 4286.0, 4277.0, 4289.0, 4289.0, 4290.0, 4290.0, 4289.0, 4301.0, 4290.0, 4291.0, 4269.0, 4289.0, 4279.0, 4289.0, 4268.0, 4299.0, 4266.0, 4287.0, 4276.0, 4277.0, 4265.0, 4275.0, 4265.0, 4275.0, 4275.0, 4275.0, 4276.0, 4276.0, 4265.0, 4286.0, 4276.0, 4286.0, 4276.0, 4287.0, 4276.0, 4276.0, 4264.0, 4285.0, 4264.0, 4275.0, 4265.0, 4286.0, 4264.0, 4275.0, 4264.0, 4275.0, 4275.0, 4286.0, 4265.0, 4276.0, 4276.0, 4287.0, 4276.0, 4288.0, 4278.0, 4288.0, 4266.0, 4286.0, 4265.0, 4286.0, 4275.0, 4285.0, 4276.0, 4285.0, 4287.0, 4275.0, 4275.0, 4266.0, 4287.0, 4287.0, 4288.0, 4288.0, 4300.0, 4290.0, 4289.0, 4289.0, 4289.0, 4289.0, 4289.0, 4288.0, 4299.0, 4288.0, 4287.0, 4275.0, 4274.0, 4275.0, 4273.0, 4274.0, 4253.0, 4275.0, 4265.0, 4276.0, 4266.0, 4288.0, 4278.0, 4300.0, 4279.0, 4290.0, 4290.0, 4289.0, 4290.0, 4298.0, 4289.0, 4269.0, 4300.0, 4280.0, 4301.0, 4270.0, 4311.0, 4279.0, 4291.0, 4290.0, 4301.0, 4290.0, 4288.0, 4289.0, 4287.0, 4276.0, 4276.0, 4288.0, 4266.0, 4288.0, 4266.0, 4297.0, 4277.0, 4288.0, 4278.0, 4277.0, 4276.0, 4287.0, 4276.0, 4276.0, 4277.0, 4294.0, 4275.0, 4274.0, 4275.0, 4264.0, 4284.0, 4263.0, 4273.0, 4274.0, 4284.0, 4274.0, 4262.0, 4273.0, 4272.0, 4274.0, 4263.0, 4284.0, 4264.0, 4274.0, 4274.0, 4273.0, 4274.0, 4274.0, 4285.0, 4274.0, 4286.0, 4285.0, 4286.0, 4295.0, 4286.0, 4296.0, 4287.0, 4276.0, 4275.0, 4265.0, 4272.0, 4273.0, 4273.0, 4284.0, 4264.0, 4286.0, 4296.0, 4287.0, 4255.0, 4287.0, 4275.0, 4297.0, 4276.0, 4287.0, 4265.0, 4285.0, 4265.0, 4275.0, 4275.0, 4286.0, 4257.0, 4287.0, 4266.0, 4287.0, 4277.0, 4288.0, 4294.0, 4272.0, 4262.0, 4260.0, 4271.0, 4251.0, 4271.0, 4273.0, 4272.0, 4273.0, 4272.0, 4272.0, 4281.0, 4271.0, 4249.0, 4260.0, 4258.0, 4258.0, 4237.0, 4267.0, 4258.0, 4246.0, 4258.0, 4237.0, 4257.0, 4246.0, 4257.0, 4258.0, 4268.0, 4270.0, 4260.0, 4270.0, 4248.0, 4270.0, 4259.0, 4271.0, 4250.0, 4281.0, 4262.0, 4272.0, 4272.0, 4281.0, 4272.0, 4272.0, 4284.0, 4294.0, 4284.0, 4263.0, 4283.0, 4264.0, 4272.0, 4273.0, 4282.0, 4283.0, 4263.0, 4284.0, 4273.0, 4285.0, 4263.0, 4273.0, 4262.0, 4284.0, 4272.0, 4282.0, 4284.0, 4264.0, 4274.0, 4263.0, 4273.0, 4284.0, 4284.0, 4284.0, 4286.0, 4294.0, 4285.0, 4263.0, 4284.0, 4305.0, 4286.0, 4287.0, 4324.0, 4321.0, 4311.0, 4311.0, 4310.0, 4312.0, 4312.0, 4312.0, 4311.0, 4300.0, 4309.0, 4289.0, 4286.0, 4286.0, 4265.0, 4284.0, 4274.0, 4296.0, 4285.0, 4286.0, 4285.0, 4286.0, 4287.0, 4298.0, 4288.0, 4298.0, 4287.0, 4298.0, 4287.0, 4297.0, 4286.0, 4297.0, 4275.0, 4285.0, 4275.0, 4285.0, 4274.0, 4284.0, 4285.0, 4294.0, 4274.0, 4293.0, 4273.0, 4273.0, 4284.0, 4262.0, 4283.0, 4273.0, 4294.0, 4284.0, 4284.0, 4286.0, 4286.0, 4285.0, 4285.0, 4286.0, 4286.0, 4286.0, 4286.0, 4287.0, 4287.0, 4286.0, 4286.0, 4286.0, 4296.0, 4286.0, 4294.0, 4285.0, 4274.0, 4285.0, 4264.0, 4284.0, 4274.0, 4297.0, 4276.0, 4297.0, 4286.0, 4298.0, 4287.0, 4298.0, 4287.0, 4298.0, 4276.0, 4297.0, 4288.0, 4294.0, 4284.0, 4263.0, 4272.0, 4273.0, 4272.0, 4286.0, 4273.0, 4284.0, 4273.0, 4284.0, 4274.0, 4285.0, 4275.0, 4297.0, 4286.0, 4297.0, 4288.0, 4266.0, 4286.0, 4274.0, 4285.0, 4274.0, 4284.0, 4274.0, 4293.0, 4285.0, 4274.0, 4285.0, 4275.0, 4275.0, 4286.0, 4297.0, 4286.0, 4287.0, 4286.0, 4297.0, 4298.0, 4296.0, 4298.0, 4297.0, 4297.0, 4307.0, 4298.0, 4276.0, 4296.0, 4276.0, 4287.0, 4275.0, 4274.0, 4274.0, 4284.0, 4283.0, 4295.0, 4285.0, 4285.0, 4285.0, 4263.0, 4284.0, 4273.0, 4284.0, 4293.0, 4284.0, 4263.0, 4284.0, 4263.0, 4283.0, 4273.0, 4294.0, 4274.0, 4284.0, 4284.0, 4284.0, 4274.0, 4284.0, 4285.0, 4273.0, 4283.0, 4262.0, 4272.0, 4262.0, 4273.0, 4275.0, 4262.0, 4273.0, 4252.0, 4283.0, 4273.0, 4294.0, 4274.0, 4295.0, 4286.0, 4296.0, 4285.0, 4295.0, 4285.0, 4296.0, 4286.0, 4286.0, 4287.0, 4306.0, 4286.0, 4265.0, 4296.0, 4275.0, 4296.0, 4287.0, 4285.0, 4274.0, 4285.0, 4285.0, 4295.0, 4285.0, 4284.0, 4285.0, 4284.0, 4284.0, 4283.0, 4285.0, 4284.0, 4284.0, 4273.0, 4284.0, 4274.0, 4284.0, 4274.0, 4284.0, 4284.0, 4283.0, 4283.0, 4303.0, 4284.0, 4263.0, 4274.0, 4273.0, 4285.0, 4285.0, 4296.0, 4296.0, 4298.0, 4307.0, 4286.0, 4295.0, 4286.0, 4274.0, 4285.0, 4295.0, 4285.0, 4273.0, 4283.0, 4261.0, 4272.0, 4261.0, 4282.0, 4263.0, 4283.0, 4272.0, 4284.0, 4273.0, 4285.0, 4274.0, 4285.0, 4275.0, 4286.0, 4274.0, 4285.0, 4264.0, 4285.0, 4273.0, 4285.0, 4274.0, 4274.0, 4275.0, 4274.0, 4284.0, 4284.0, 4283.0, 4284.0, 4285.0, 4285.0, 4285.0, 4264.0, 4285.0, 4284.0, 4286.0, 4286.0, 4296.0, 4297.0, 4297.0, 4286.0, 4297.0, 4287.0, 4297.0, 4287.0, 4298.0, 4298.0, 4298.0, 4299.0, 4298.0, 4309.0, 4297.0, 4297.0, 4298.0, 4296.0, 4286.0, 4265.0, 4284.0, 4274.0, 4284.0, 4284.0, 4285.0, 4285.0, 4287.0, 4286.0, 4286.0, 4286.0, 4297.0, 4287.0, 4297.0, 4286.0, 4296.0, 4276.0, 4285.0, 4285.0, 4284.0, 4284.0, 4284.0, 4285.0, 4282.0, 4283.0, 4252.0, 4283.0, 4272.0, 4283.0, 4293.0, 4284.0, 4294.0, 4286.0, 4284.0, 4285.0, 4294.0, 4284.0, 4294.0, 4284.0, 4273.0, 4284.0, 4273.0, 4284.0, 4274.0, 4296.0, 4275.0, 4286.0, 4286.0, 4297.0, 4286.0, 4308.0, 4287.0, 4298.0, 4308.0, 4300.0, 4299.0, 4298.0, 4309.0, 4298.0, 4308.0, 4298.0, 4298.0, 4287.0, 4287.0, 4287.0, 4298.0, 4287.0, 4298.0, 4287.0, 4287.0, 4286.0, 4286.0, 4285.0, 4287.0, 4286.0, 4286.0, 4286.0, 4295.0, 4285.0, 4265.0, 4285.0, 4285.0, 4286.0, 4298.0, 4287.0, 4286.0, 4287.0, 4285.0, 4286.0, 4286.0, 4286.0, 4305.0, 4286.0, 4285.0, 4285.0, 4264.0, 4285.0, 4264.0, 4296.0, 4275.0, 4286.0, 4286.0, 4287.0, 4286.0, 4297.0, 4286.0, 4286.0, 4287.0, 4286.0, 4288.0, 4297.0, 4299.0, 4288.0, 4300.0, 4279.0, 4300.0, 4301.0], 'WindowWidth': [9544.0, 9516.0, 9511.0, 9489.0, 9478.0, 9479.0, 9471.0, 9454.0, 9424.0, 9452.0, 9452.0, 9452.0, 9454.0, 9454.0, 9468.0, 9438.0, 9471.0, 9455.0, 9469.0, 9455.0, 9472.0, 9458.0, 9437.0, 9452.0, 9435.0, 9453.0, 9448.0, 9466.0, 9441.0, 9451.0, 9433.0, 9447.0, 9435.0, 9451.0, 9437.0, 9448.0, 9453.0, 9464.0, 9446.0, 9456.0, 9446.0, 9445.0, 9465.0, 9436.0, 9466.0, 9458.0, 9469.0, 9453.0, 9470.0, 9456.0, 9461.0, 9458.0, 9462.0, 9479.0, 9478.0, 9479.0, 9479.0, 9479.0, 9478.0, 9495.0, 9469.0, 9479.0, 9455.0, 9455.0, 9441.0, 9467.0, 9424.0, 9465.0, 9438.0, 9468.0, 9457.0, 9446.0, 9470.0, 9458.0, 9476.0, 9475.0, 9491.0, 9478.0, 9499.0, 9495.0, 9491.0, 9492.0, 9496.0, 9488.0, 9469.0, 9470.0, 9463.0, 9464.0, 9461.0, 9462.0, 9449.0, 9462.0, 9448.0, 9465.0, 9489.0, 9490.0, 9472.0, 9475.0, 9476.0, 9481.0, 9477.0, 9495.0, 9483.0, 9460.0, 9489.0, 9459.0, 9460.0, 9461.0, 9474.0, 9472.0, 9478.0, 9477.0, 9496.0, 9463.0, 9475.0, 9463.0, 9478.0, 9462.0, 9489.0, 9461.0, 9476.0, 9457.0, 9467.0, 9439.0, 9451.0, 9436.0, 9404.0, 9448.0, 9446.0, 9450.0, 9448.0, 9452.0, 9424.0, 9450.0, 9448.0, 9452.0, 9453.0, 9452.0, 9469.0, 9458.0, 9470.0, 9453.0, 9453.0, 9454.0, 9468.0, 9455.0, 9453.0, 9470.0, 9462.0, 9464.0, 9421.0, 9450.0, 9422.0, 9467.0, 9426.0, 9471.0, 9426.0, 9471.0, 9441.0, 9486.0, 9445.0, 9477.0, 9488.0, 9491.0, 9452.0, 9479.0, 9455.0, 9480.0, 9475.0, 9475.0, 9447.0, 9476.0, 9487.0, 9480.0, 9458.0, 9475.0, 9460.0, 9477.0, 9493.0, 9479.0, 9478.0, 9494.0, 9479.0, 9479.0, 9449.0, 9478.0, 9476.0, 9477.0, 9477.0, 9476.0, 9473.0, 9475.0, 9469.0, 9456.0, 9455.0, 9470.0, 9468.0, 9470.0, 9439.0, 9470.0, 9453.0, 9453.0, 9477.0, 9453.0, 9480.0, 9470.0, 9467.0, 9473.0, 9442.0, 9456.0, 9480.0, 9469.0, 9441.0, 9471.0, 9481.0, 9471.0, 9440.0, 9469.0, 9469.0, 9471.0, 9482.0, 9475.0, 9488.0, 9479.0, 9480.0, 9480.0, 9481.0, 9483.0, 9487.0, 9486.0, 9514.0, 9470.0, 9469.0, 9467.0, 9443.0, 9452.0, 9458.0, 9428.0, 9472.0, 9441.0, 9457.0, 9442.0, 9451.0, 9455.0, 9447.0, 9446.0, 9402.0, 9427.0, 9414.0, 9445.0, 9415.0, 9446.0, 9432.0, 9421.0, 9424.0, 9421.0, 9420.0, 9394.0, 9420.0, 9413.0, 9419.0, 9422.0, 9391.0, 9423.0, 9400.0, 9427.0, 9431.0, 9448.0, 9432.0, 9451.0, 9454.0, 9445.0, 9463.0, 9438.0, 9449.0, 9434.0, 9444.0, 9433.0, 9431.0, 9447.0, 9431.0, 9464.0, 9422.0, 9470.0, 9429.0, 9475.0, 9474.0, 9491.0, 9494.0, 9495.0, 9495.0, 9495.0, 9474.0, 9479.0, 9461.0, 9474.0, 9443.0, 9473.0, 9469.0, 9472.0, 9480.0, 9466.0, 9439.0, 9449.0, 9432.0, 9447.0, 9445.0, 9449.0, 9463.0, 9454.0, 9425.0, 9456.0, 9426.0, 9455.0, 9466.0, 9455.0, 9465.0, 9453.0, 9450.0, 9450.0, 9435.0, 9444.0, 9417.0, 9447.0, 9407.0, 9466.0, 9453.0, 9471.0, 9476.0, 9475.0, 9483.0, 9473.0, 9474.0, 9472.0, 9439.0, 9469.0, 9444.0, 9452.0, 9437.0, 9431.0, 9433.0, 9445.0, 9450.0, 9419.0, 9448.0, 9419.0, 9450.0, 9452.0, 9470.0, 9457.0, 9478.0, 9500.0, 9504.0, 9489.0, 9520.0, 9503.0, 9519.0, 9510.0, 9499.0, 9471.0, 9460.0, 9474.0, 9443.0, 9474.0, 9443.0, 9471.0, 9455.0, 9453.0, 9474.0, 9489.0, 9476.0, 9475.0, 9478.0, 9493.0, 9480.0, 9476.0, 9482.0, 9479.0, 9477.0, 9473.0, 9474.0, 9473.0, 9460.0, 9473.0, 9473.0, 9452.0, 9453.0, 9434.0, 9466.0, 9424.0, 9455.0, 9427.0, 9469.0, 9440.0, 9458.0, 9441.0, 9466.0, 9439.0, 9458.0, 9443.0, 9472.0, 9445.0, 9475.0, 9445.0, 9461.0, 9430.0, 9473.0, 9443.0, 9470.0, 9444.0, 9455.0, 9440.0, 9455.0, 9440.0, 9458.0, 9442.0, 9458.0, 9442.0, 9460.0, 9462.0, 9463.0, 9463.0, 9466.0, 9465.0, 9482.0, 9464.0, 9480.0, 9470.0, 9482.0, 9464.0, 9480.0, 9450.0, 9480.0, 9461.0, 9493.0, 9439.0, 9493.0, 9434.0, 9477.0, 9445.0, 9476.0, 9444.0, 9475.0, 9435.0, 9461.0, 9430.0, 9458.0, 9428.0, 9471.0, 9427.0, 9470.0, 9439.0, 9456.0, 9426.0, 9456.0, 9438.0, 9468.0, 9453.0, 9470.0, 9425.0, 9469.0, 9439.0, 9452.0, 9436.0, 9468.0, 9439.0, 9470.0, 9454.0, 9467.0, 9445.0, 9442.0, 9453.0, 9450.0, 9454.0, 9438.0, 9469.0, 9462.0, 9479.0, 9480.0, 9483.0, 9484.0, 9482.0, 9499.0, 9484.0, 9488.0, 9454.0, 9480.0, 9464.0, 9480.0, 9450.0, 9491.0, 9445.0, 9472.0, 9457.0, 9457.0, 9439.0, 9451.0, 9437.0, 9452.0, 9452.0, 9455.0, 9455.0, 9458.0, 9441.0, 9471.0, 9456.0, 9471.0, 9456.0, 9471.0, 9457.0, 9454.0, 9437.0, 9465.0, 9436.0, 9452.0, 9441.0, 9470.0, 9438.0, 9453.0, 9436.0, 9453.0, 9452.0, 9470.0, 9441.0, 9457.0, 9456.0, 9474.0, 9458.0, 9475.0, 9463.0, 9475.0, 9442.0, 9470.0, 9440.0, 9468.0, 9453.0, 9468.0, 9456.0, 9468.0, 9474.0, 9455.0, 9454.0, 9442.0, 9473.0, 9475.0, 9477.0, 9479.0, 9497.0, 9482.0, 9481.0, 9480.0, 9479.0, 9479.0, 9480.0, 9476.0, 9493.0, 9476.0, 9471.0, 9454.0, 9448.0, 9451.0, 9446.0, 9451.0, 9421.0, 9452.0, 9441.0, 9458.0, 9444.0, 9479.0, 9466.0, 9499.0, 9467.0, 9484.0, 9484.0, 9480.0, 9482.0, 9491.0, 9480.0, 9453.0, 9497.0, 9470.0, 9501.0, 9459.0, 9513.0, 9468.0, 9486.0, 9482.0, 9499.0, 9482.0, 9478.0, 9480.0, 9472.0, 9456.0, 9456.0, 9475.0, 9445.0, 9476.0, 9445.0, 9488.0, 9461.0, 9475.0, 9463.0, 9458.0, 9455.0, 9471.0, 9457.0, 9458.0, 9460.0, 9478.0, 9453.0, 9451.0, 9451.0, 9435.0, 9463.0, 9434.0, 9447.0, 9451.0, 9462.0, 9447.0, 9430.0, 9447.0, 9444.0, 9449.0, 9433.0, 9463.0, 9438.0, 9450.0, 9448.0, 9447.0, 9448.0, 9449.0, 9466.0, 9452.0, 9471.0, 9468.0, 9469.0, 9481.0, 9470.0, 9483.0, 9472.0, 9457.0, 9452.0, 9438.0, 9443.0, 9447.0, 9447.0, 9464.0, 9436.0, 9469.0, 9483.0, 9474.0, 9429.0, 9472.0, 9455.0, 9487.0, 9456.0, 9472.0, 9441.0, 9467.0, 9441.0, 9454.0, 9452.0, 9468.0, 9432.0, 9473.0, 9444.0, 9474.0, 9461.0, 9475.0, 9478.0, 9442.0, 9429.0, 9425.0, 9440.0, 9413.0, 9440.0, 9447.0, 9443.0, 9446.0, 9444.0, 9443.0, 9455.0, 9441.0, 9405.0, 9423.0, 9417.0, 9413.0, 9384.0, 9425.0, 9415.0, 9396.0, 9416.0, 9389.0, 9413.0, 9397.0, 9414.0, 9415.0, 9429.0, 9437.0, 9424.0, 9434.0, 9405.0, 9435.0, 9420.0, 9439.0, 9411.0, 9455.0, 9429.0, 9442.0, 9442.0, 9451.0, 9442.0, 9444.0, 9464.0, 9476.0, 9466.0, 9435.0, 9460.0, 9435.0, 9442.0, 9444.0, 9456.0, 9460.0, 9435.0, 9465.0, 9448.0, 9466.0, 9434.0, 9446.0, 9430.0, 9461.0, 9444.0, 9457.0, 9463.0, 9439.0, 9449.0, 9432.0, 9448.0, 9465.0, 9463.0, 9465.0, 9469.0, 9476.0, 9466.0, 9434.0, 9463.0, 9494.0, 9471.0, 9475.0, 9537.0, 9526.0, 9515.0, 9514.0, 9510.0, 9515.0, 9517.0, 9517.0, 9515.0, 9497.0, 9505.0, 9478.0, 9471.0, 9468.0, 9437.0, 9462.0, 9449.0, 9481.0, 9466.0, 9470.0, 9467.0, 9469.0, 9473.0, 9491.0, 9474.0, 9489.0, 9474.0, 9490.0, 9471.0, 9485.0, 9469.0, 9484.0, 9452.0, 9463.0, 9450.0, 9464.0, 9450.0, 9462.0, 9465.0, 9475.0, 9448.0, 9471.0, 9445.0, 9445.0, 9461.0, 9429.0, 9459.0, 9446.0, 9474.0, 9463.0, 9463.0, 9468.0, 9467.0, 9464.0, 9467.0, 9468.0, 9471.0, 9469.0, 9469.0, 9473.0, 9470.0, 9469.0, 9466.0, 9469.0, 9482.0, 9471.0, 9477.0, 9465.0, 9449.0, 9463.0, 9435.0, 9463.0, 9449.0, 9485.0, 9457.0, 9489.0, 9470.0, 9489.0, 9471.0, 9487.0, 9471.0, 9487.0, 9457.0, 9486.0, 9474.0, 9476.0, 9462.0, 9432.0, 9441.0, 9445.0, 9443.0, 9465.0, 9445.0, 9464.0, 9447.0, 9461.0, 9449.0, 9466.0, 9453.0, 9486.0, 9471.0, 9487.0, 9476.0, 9442.0, 9469.0, 9451.0, 9464.0, 9450.0, 9464.0, 9451.0, 9473.0, 9465.0, 9449.0, 9468.0, 9455.0, 9453.0, 9469.0, 9485.0, 9470.0, 9474.0, 9472.0, 9487.0, 9490.0, 9483.0, 9489.0, 9485.0, 9486.0, 9499.0, 9489.0, 9457.0, 9484.0, 9456.0, 9470.0, 9451.0, 9447.0, 9447.0, 9464.0, 9461.0, 9480.0, 9466.0, 9466.0, 9465.0, 9433.0, 9462.0, 9446.0, 9463.0, 9473.0, 9464.0, 9434.0, 9462.0, 9433.0, 9460.0, 9445.0, 9475.0, 9449.0, 9463.0, 9461.0, 9462.0, 9449.0, 9463.0, 9466.0, 9447.0, 9459.0, 9428.0, 9443.0, 9428.0, 9445.0, 9449.0, 9429.0, 9445.0, 9416.0, 9460.0, 9445.0, 9478.0, 9450.0, 9482.0, 9472.0, 9484.0, 9466.0, 9481.0, 9467.0, 9484.0, 9469.0, 9469.0, 9474.0, 9494.0, 9468.0, 9439.0, 9481.0, 9453.0, 9482.0, 9472.0, 9467.0, 9451.0, 9466.0, 9465.0, 9480.0, 9466.0, 9463.0, 9467.0, 9461.0, 9462.0, 9460.0, 9464.0, 9461.0, 9464.0, 9448.0, 9463.0, 9450.0, 9463.0, 9450.0, 9462.0, 9464.0, 9461.0, 9462.0, 9487.0, 9463.0, 9433.0, 9448.0, 9447.0, 9465.0, 9466.0, 9484.0, 9484.0, 9489.0, 9500.0, 9469.0, 9478.0, 9468.0, 9450.0, 9466.0, 9478.0, 9465.0, 9446.0, 9459.0, 9427.0, 9442.0, 9426.0, 9456.0, 9434.0, 9460.0, 9444.0, 9461.0, 9446.0, 9465.0, 9450.0, 9467.0, 9452.0, 9468.0, 9450.0, 9464.0, 9435.0, 9465.0, 9448.0, 9465.0, 9450.0, 9449.0, 9452.0, 9448.0, 9463.0, 9461.0, 9461.0, 9464.0, 9465.0, 9465.0, 9467.0, 9436.0, 9466.0, 9464.0, 9468.0, 9468.0, 9484.0, 9486.0, 9486.0, 9471.0, 9487.0, 9472.0, 9487.0, 9473.0, 9489.0, 9490.0, 9489.0, 9491.0, 9490.0, 9507.0, 9488.0, 9486.0, 9490.0, 9481.0, 9468.0, 9439.0, 9462.0, 9449.0, 9464.0, 9462.0, 9466.0, 9468.0, 9470.0, 9467.0, 9468.0, 9469.0, 9487.0, 9473.0, 9488.0, 9471.0, 9483.0, 9455.0, 9464.0, 9465.0, 9462.0, 9462.0, 9462.0, 9464.0, 9457.0, 9459.0, 9417.0, 9458.0, 9443.0, 9460.0, 9474.0, 9465.0, 9478.0, 9468.0, 9463.0, 9464.0, 9475.0, 9463.0, 9474.0, 9462.0, 9445.0, 9461.0, 9445.0, 9461.0, 9448.0, 9482.0, 9454.0, 9471.0, 9469.0, 9487.0, 9470.0, 9503.0, 9474.0, 9491.0, 9501.0, 9493.0, 9491.0, 9490.0, 9507.0, 9490.0, 9502.0, 9489.0, 9487.0, 9473.0, 9471.0, 9471.0, 9490.0, 9475.0, 9489.0, 9473.0, 9473.0, 9469.0, 9468.0, 9467.0, 9472.0, 9468.0, 9468.0, 9469.0, 9479.0, 9467.0, 9438.0, 9467.0, 9467.0, 9469.0, 9488.0, 9473.0, 9469.0, 9471.0, 9466.0, 9468.0, 9467.0, 9469.0, 9494.0, 9470.0, 9465.0, 9467.0, 9436.0, 9466.0, 9436.0, 9482.0, 9453.0, 9471.0, 9470.0, 9473.0, 9469.0, 9485.0, 9470.0, 9472.0, 9472.0, 9470.0, 9476.0, 9487.0, 9492.0, 9476.0, 9495.0, 9467.0, 9496.0, 9500.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.00020672743055555554</td></tr>
<tr><td colspan=3>aqi</td><td>0.015229094618055557</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.51834423624675</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.20369904119027</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9857001332145944</td></tr>
<tr><td colspan=3>efc</td><td>0.447</td></tr>
<tr><td colspan=3>fber</td><td>6821.9795</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0668273876715062</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.5208333333333334</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6478494515597153</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5555783936157175</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.888695931128122</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4992740299353065</td></tr>
<tr><td colspan=3>gcor</td><td>0.0118807</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012161539867520332</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019224602729082108</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1152</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.6931384604228654</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>34.2322</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.0779</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>157.9255</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307574.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>739.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>326.4932</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0471</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>589.5434</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3507.7768</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3739.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68970.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1010.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4650.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1012.4107</td></tr>
<tr><td colspan=3>tsnr</td><td>46.79725459753536</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>