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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:59:41.392500</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.995457, 0.0745063, 0.0592865, -0.0718791, 0.996385, -0.045278]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0864765</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>[4217, -7792, -7257, 412, -137, -131, 44, 40]</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>239.551</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8a29226d-e372-4799-97a6-35aea58da93e||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.6707375049591064, -0.19284644722938538, 0.16860337555408478, 117.52903747558594], [-0.19989484548568726, 2.6732285022735596, -0.11018909513950348, -93.06896209716797], [0.15906140208244324, 0.12147743999958038, 2.692476749420166, -89.68680572509766], [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': ['145941.392500', '145941.852500', '145942.312500', '145942.772500', '145943.232500', '145943.692500', '145944.152500', '145944.612500', '145945.072500', '145945.532500', '145945.992500', '145946.452500', '145946.912500', '145947.372500', '145947.832500', '145948.292500', '145948.752500', '145949.212500', '145949.672500', '145950.132500', '145950.592500', '145951.052500', '145951.512500', '145951.972500', '145952.432500', '145952.892500', '145953.352500', '145953.812500', '145954.272500', '145954.732500', '145955.192500', '145955.652500', '145956.112500', '145956.572500', '145957.032500', '145957.492500', '145957.952500', '145958.412500', '145958.872500', '145959.332500', '145959.792500', '150000.252500', '150000.712500', '150001.172500', '150001.632500', '150002.092500', '150002.552500', '150003.012500', '150003.472500', '150003.932500', '150004.392500', '150004.852500', '150005.312500', '150005.772500', '150006.232500', '150006.692500', '150007.152500', '150007.612500', '150008.072500', '150008.532500', '150008.992500', '150009.452500', '150009.912500', '150010.372500', '150010.832500', '150011.292500', '150011.752500', '150012.212500', '150012.672500', '150013.132500', '150013.592500', '150014.052500', '150014.512500', '150014.972500', '150015.432500', '150015.892500', '150016.352500', '150016.812500', '150017.272500', '150017.732500', '150018.192500', '150018.652500', '150019.112500', '150019.572500', '150020.032500', '150020.492500', '150020.952500', '150021.412500', '150021.872500', '150022.332500', '150022.792500', '150023.252500', '150023.712500', '150024.172500', '150024.632500', '150025.092500', '150025.552500', '150026.012500', '150026.472500', '150026.932500', '150027.392500', '150027.852500', '150028.312500', '150028.772500', '150029.232500', '150029.692500', '150030.152500', '150030.612500', '150031.072500', '150031.532500', '150031.992500', '150032.452500', '150032.912500', '150033.372500', '150033.832500', '150034.292500', '150034.752500', '150035.212500', '150035.672500', '150036.132500', '150036.592500', '150037.052500', '150037.512500', '150037.972500', '150038.432500', '150038.892500', '150039.352500', '150039.812500', '150040.272500', '150040.732500', '150041.192500', '150041.652500', '150042.112500', '150042.572500', '150043.032500', '150043.492500', '150043.952500', '150044.412500', '150044.872500', '150045.332500', '150045.792500', '150046.252500', '150046.712500', '150047.172500', '150047.632500', '150048.092500', '150048.552500', '150049.012500', '150049.472500', '150049.932500', '150050.392500', '150050.852500', '150051.312500', '150051.772500', '150052.232500', '150052.692500', '150053.152500', '150053.612500', '150054.072500', '150054.532500', '150054.992500', '150055.452500', '150055.912500', '150056.372500', '150056.832500', '150057.292500', '150057.752500', '150058.212500', '150058.672500', '150059.132500', '150059.592500', '150100.052500', '150100.512500', '150100.972500', '150101.432500', '150101.892500', '150102.352500', '150102.812500', '150103.272500', '150103.732500', '150104.192500', '150104.652500', '150105.112500', '150105.572500', '150106.032500', '150106.492500', '150106.952500', '150107.412500', '150107.872500', '150108.332500', '150108.792500', '150109.252500', '150109.712500', '150110.172500', '150110.632500', '150111.092500', '150111.552500', '150112.012500', '150112.472500', '150112.932500', '150113.392500', '150113.852500', '150114.312500', '150114.772500', '150115.232500', '150115.692500', '150116.152500', '150116.612500', '150117.072500', '150117.532500', '150117.992500', '150118.452500', '150118.912500', '150119.372500', '150119.832500', '150120.292500', '150120.752500', '150121.212500', '150121.672500', '150122.132500', '150122.592500', '150123.052500', '150123.512500', '150123.972500', '150124.432500', '150124.892500', '150125.352500', '150125.812500', '150126.272500', '150126.732500', '150127.192500', '150127.652500', '150128.112500', '150128.572500', '150129.032500', '150129.492500', '150129.952500', '150130.412500', '150130.872500', '150131.332500', '150131.792500', '150132.252500', '150132.712500', '150133.172500', '150133.632500', '150134.092500', '150134.552500', '150135.012500', '150135.472500', '150135.932500', '150136.392500', '150136.852500', '150137.312500', '150137.772500', '150138.232500', '150138.692500', '150139.152500', '150139.612500', '150140.072500', '150140.532500', '150140.992500', '150141.452500', '150141.912500', '150142.372500', '150142.832500', '150143.292500', '150143.752500', '150144.212500', '150144.672500', '150145.132500', '150145.592500', '150146.052500', '150146.512500', '150146.972500', '150147.432500', '150147.892500', '150148.352500', '150148.812500', '150149.272500', '150149.732500', '150150.192500', '150150.652500', '150151.112500', '150151.572500', '150152.032500', '150152.492500', '150152.952500', '150153.412500', '150153.872500', '150154.332500', '150154.792500', '150155.252500', '150155.712500', '150156.172500', '150156.632500', '150157.092500', '150157.552500', '150158.012500', '150158.472500', '150158.932500', '150159.392500', '150159.852500', '150200.312500', '150200.772500', '150201.232500', '150201.692500', '150202.152500', '150202.612500', '150203.072500', '150203.532500', '150203.992500', '150204.452500', '150204.912500', '150205.372500', '150205.832500', '150206.292500', '150206.752500', '150207.212500', '150207.672500', '150208.132500', '150208.592500', '150209.052500', '150209.512500', '150209.972500', '150210.432500', '150210.892500', '150211.352500', '150211.812500', '150212.272500', '150212.732500', '150213.192500', '150213.652500', '150214.112500', '150214.572500', '150215.032500', '150215.492500', '150215.952500', '150216.412500', '150216.872500', '150217.332500', '150217.792500', '150218.252500', '150218.712500', '150219.172500', '150219.632500', '150220.092500', '150220.552500', '150221.012500', '150221.472500', '150221.932500', '150222.392500', '150222.852500', '150223.312500', '150223.772500', '150224.232500', '150224.692500', '150225.152500', '150225.612500', '150226.072500', '150226.532500', '150226.992500', '150227.452500', '150227.912500', '150228.372500', '150228.832500', '150229.292500', '150229.752500', '150230.212500', '150230.672500', '150231.132500', '150231.592500', '150232.052500', '150232.512500', '150232.972500', '150233.432500', '150233.892500', '150234.352500', '150234.812500', '150235.272500', '150235.732500', '150236.192500', '150236.652500', '150237.112500', '150237.572500', '150238.032500', '150238.492500', '150238.952500', '150239.412500', '150239.872500', '150240.332500', '150240.792500', '150241.252500', '150241.712500', '150242.172500', '150242.632500', '150243.092500', '150243.552500', '150244.012500', '150244.472500', '150244.932500', '150245.392500', '150245.852500', '150246.312500', '150246.772500', '150247.232500', '150247.692500', '150248.152500', '150248.612500', '150249.072500', '150249.532500', '150249.992500', '150250.452500', '150250.912500', '150251.372500', '150251.832500', '150252.292500', '150252.752500', '150253.212500', '150253.672500', '150254.132500', '150254.592500', '150255.052500', '150255.512500', '150255.972500', '150256.432500', '150256.892500', '150257.352500', '150257.812500', '150258.272500', '150258.732500', '150259.192500', '150259.652500', '150300.112500', '150300.572500', '150301.032500', '150301.492500', '150301.952500', '150302.412500', '150302.872500', '150303.332500', '150303.792500', '150304.252500', '150304.712500', '150305.172500', '150305.632500', '150306.092500', '150306.552500', '150307.012500', '150307.472500', '150307.932500', '150308.392500', '150308.852500', '150309.312500', '150309.772500', '150310.232500', '150310.692500', '150311.152500', '150311.612500', '150312.072500', '150312.532500', '150312.992500', '150313.452500', '150313.912500', '150314.372500', '150314.832500', '150315.292500', '150315.752500', '150316.212500', '150316.672500', '150317.132500', '150317.592500', '150318.052500', '150318.512500', '150318.972500', '150319.432500', '150319.892500', '150320.352500', '150320.812500', '150321.272500', '150321.732500', '150322.192500', '150322.652500', '150323.112500', '150323.572500', '150324.032500', '150324.492500', '150324.952500', '150325.412500', '150325.872500', '150326.332500', '150326.792500', '150327.252500', '150327.712500', '150328.172500', '150328.632500', '150329.092500', '150329.552500', '150330.012500', '150330.472500', '150330.932500', '150331.392500', '150331.852500', '150332.312500', '150332.772500', '150333.232500', '150333.692500', '150334.152500', '150334.612500', '150335.072500', '150335.532500', '150335.992500', '150336.452500', '150336.912500', '150337.372500', '150337.832500', '150338.292500', '150338.752500', '150339.212500', '150339.672500', '150340.132500', '150340.592500', '150341.052500', '150341.512500', '150341.972500', '150342.432500', '150342.892500', '150343.352500', '150343.812500', '150344.272500', '150344.732500', '150345.192500', '150345.652500', '150346.112500', '150346.572500', '150347.032500', '150347.492500', '150347.952500', '150348.412500', '150348.872500', '150349.332500', '150349.792500', '150350.252500', '150350.712500', '150351.172500', '150351.632500', '150352.092500', '150352.552500', '150353.012500', '150353.472500', '150353.932500', '150354.392500', '150354.852500', '150355.312500', '150355.772500', '150356.232500', '150356.692500', '150357.152500', '150357.612500', '150358.072500', '150358.532500', '150358.992500', '150359.452500', '150359.912500', '150400.372500', '150400.832500', '150401.292500', '150401.752500', '150402.212500', '150402.672500', '150403.132500', '150403.592500', '150404.052500', '150404.512500', '150404.972500', '150405.432500', '150405.892500', '150406.352500', '150406.812500', '150407.272500', '150407.732500', '150408.192500', '150408.652500', '150409.112500', '150409.572500', '150410.032500', '150410.492500', '150410.952500', '150411.412500', '150411.872500', '150412.332500', '150412.792500', '150413.252500', '150413.712500', '150414.172500', '150414.632500', '150415.092500', '150415.552500', '150416.012500', '150416.472500', '150416.932500', '150417.392500', '150417.852500', '150418.312500', '150418.772500', '150419.232500', '150419.692500', '150420.152500', '150420.612500', '150421.072500', '150421.532500', '150421.992500', '150422.452500', '150422.912500', '150423.372500', '150423.832500', '150424.292500', '150424.752500', '150425.212500', '150425.672500', '150426.132500', '150426.592500', '150427.052500', '150427.512500', '150427.972500', '150428.432500', '150428.892500', '150429.352500', '150429.812500', '150430.272500', '150430.732500', '150431.192500', '150431.652500', '150432.112500', '150432.572500', '150433.032500', '150433.492500', '150433.952500', '150434.412500', '150434.872500', '150435.332500', '150435.792500', '150436.252500', '150436.712500', '150437.172500', '150437.632500', '150438.092500', '150438.552500', '150439.012500', '150439.472500', '150439.932500', '150440.392500', '150440.852500', '150441.312500', '150441.772500', '150442.232500', '150442.692500', '150443.152500', '150443.612500', '150444.072500', '150444.532500', '150444.992500', '150445.452500', '150445.912500', '150446.372500', '150446.832500', '150447.292500', '150447.752500', '150448.212500', '150448.672500', '150449.132500', '150449.592500', '150450.052500', '150450.512500', '150450.972500', '150451.432500', '150451.892500', '150452.352500', '150452.812500', '150453.272500', '150453.732500', '150454.192500', '150454.652500', '150455.112500', '150455.572500', '150456.032500', '150456.492500', '150456.952500', '150457.412500', '150457.872500', '150458.332500', '150458.792500', '150459.252500', '150459.712500', '150500.172500', '150500.632500', '150501.092500', '150501.552500', '150502.012500', '150502.472500', '150502.932500', '150503.392500', '150503.852500', '150504.312500', '150504.772500', '150505.232500', '150505.692500', '150506.152500', '150506.612500', '150507.072500', '150507.532500', '150507.992500', '150508.452500', '150508.912500', '150509.372500', '150509.832500', '150510.292500', '150510.752500', '150511.212500', '150511.672500', '150512.132500', '150512.592500', '150513.052500', '150513.512500', '150513.972500', '150514.432500', '150514.892500', '150515.352500', '150515.812500', '150516.272500', '150516.732500', '150517.192500', '150517.652500', '150518.112500', '150518.572500', '150519.032500', '150519.492500', '150519.952500', '150520.412500', '150520.872500', '150521.332500', '150521.792500', '150522.252500', '150522.712500', '150523.172500', '150523.632500', '150524.092500', '150524.552500', '150525.012500', '150525.472500', '150525.932500', '150526.392500', '150526.852500', '150527.312500', '150527.772500', '150528.232500', '150528.692500', '150529.152500', '150529.612500', '150530.072500', '150530.532500', '150530.992500', '150531.452500', '150531.912500', '150532.372500', '150532.832500', '150533.292500', '150533.752500', '150534.212500', '150534.672500', '150535.132500', '150535.592500', '150536.052500', '150536.512500', '150536.972500', '150537.432500', '150537.892500', '150538.352500', '150538.812500', '150539.272500', '150539.732500', '150540.192500', '150540.652500', '150541.112500', '150541.572500', '150542.032500', '150542.492500', '150542.952500', '150543.412500', '150543.872500', '150544.332500', '150544.792500', '150545.252500', '150545.712500', '150546.172500', '150546.632500', '150547.092500', '150547.552500', '150548.012500', '150548.472500', '150548.932500', '150549.392500', '150549.852500', '150550.312500', '150550.772500', '150551.232500', '150551.692500', '150552.152500', '150552.612500', '150553.072500', '150553.532500', '150553.992500', '150554.452500', '150554.912500', '150555.372500', '150555.832500', '150556.292500', '150556.752500', '150557.212500', '150557.672500', '150558.132500', '150558.592500', '150559.052500', '150559.512500', '150559.972500', '150600.432500', '150600.892500', '150601.352500', '150601.812500', '150602.272500', '150602.732500', '150603.192500', '150603.652500', '150604.112500', '150604.572500', '150605.032500', '150605.492500', '150605.952500', '150606.412500', '150606.872500', '150607.332500', '150607.792500', '150608.252500', '150608.712500', '150609.172500', '150609.632500', '150610.092500', '150610.552500', '150611.012500', '150611.472500', '150611.932500', '150612.392500', '150612.852500', '150613.312500', '150613.772500', '150614.232500', '150614.692500', '150615.152500', '150615.612500', '150616.072500', '150616.532500', '150616.992500', '150617.452500', '150617.912500', '150618.372500', '150618.832500', '150619.292500', '150619.752500', '150620.212500', '150620.672500', '150621.132500', '150621.592500', '150622.052500', '150622.512500', '150622.972500', '150623.432500', '150623.892500', '150624.352500', '150624.812500', '150625.272500', '150625.732500', '150626.192500', '150626.652500', '150627.112500', '150627.572500', '150628.032500', '150628.492500', '150628.952500', '150629.412500', '150629.872500', '150630.332500', '150630.792500', '150631.252500', '150631.712500', '150632.172500', '150632.632500', '150633.092500', '150633.552500', '150634.012500', '150634.472500', '150634.932500', '150635.392500', '150635.852500', '150636.312500', '150636.772500', '150637.232500', '150637.692500', '150638.152500', '150638.612500', '150639.072500', '150639.532500', '150639.992500', '150640.452500', '150640.912500', '150641.372500', '150641.832500', '150642.292500', '150642.752500', '150643.212500', '150643.672500', '150644.132500', '150644.592500', '150645.052500', '150645.512500', '150645.972500', '150646.432500', '150646.892500', '150647.352500', '150647.812500', '150648.272500', '150648.732500', '150649.192500', '150649.652500', '150650.112500', '150650.572500', '150651.032500', '150651.492500', '150651.952500', '150652.412500', '150652.872500', '150653.332500', '150653.792500', '150654.252500', '150654.712500', '150655.172500', '150655.632500', '150656.092500', '150656.552500', '150657.012500', '150657.472500', '150657.932500', '150658.392500', '150658.852500', '150659.312500', '150659.772500', '150700.232500', '150700.692500', '150701.152500', '150701.612500', '150702.072500', '150702.532500', '150702.992500', '150703.452500', '150703.912500', '150704.372500', '150704.832500', '150705.292500', '150705.752500', '150706.212500', '150706.672500', '150707.132500', '150707.592500', '150708.052500', '150708.512500', '150708.972500', '150709.432500', '150709.892500', '150710.352500', '150710.812500', '150711.272500', '150711.732500', '150712.192500', '150712.652500', '150713.112500', '150713.572500', '150714.032500', '150714.492500', '150714.952500', '150715.412500', '150715.872500', '150716.332500', '150716.792500', '150717.252500', '150717.712500', '150718.172500', '150718.632500', '150719.092500', '150719.552500', '150720.012500', '150720.472500', '150720.932500', '150721.392500', '150721.852500', '150722.312500', '150722.772500', '150723.232500', '150723.692500', '150724.152500', '150724.612500', '150725.072500', '150725.532500', '150725.992500', '150726.452500', '150726.912500', '150727.372500', '150727.832500', '150728.292500', '150728.752500', '150729.212500', '150729.672500', '150730.132500', '150730.592500', '150731.052500', '150731.512500', '150731.972500', '150732.432500', '150732.892500', '150733.352500', '150733.812500', '150734.272500', '150734.732500', '150735.192500', '150735.652500', '150736.112500', '150736.572500', '150737.032500', '150737.492500', '150737.952500', '150738.412500', '150738.872500', '150739.332500', '150739.792500', '150740.252500', '150740.712500', '150741.172500', '150741.632500', '150742.092500', '150742.552500', '150743.012500', '150743.472500', '150743.932500', '150744.392500', '150744.852500', '150745.312500', '150745.772500', '150746.232500', '150746.692500', '150747.152500', '150747.612500', '150748.072500', '150748.532500', '150748.992500', '150749.452500', '150749.912500', '150750.372500', '150750.832500', '150751.292500', '150751.752500', '150752.212500', '150752.672500', '150753.132500', '150753.592500', '150754.052500', '150754.512500', '150754.972500', '150755.432500', '150755.892500', '150756.352500', '150756.812500', '150757.272500', '150757.732500', '150758.192500', '150758.652500', '150759.112500', '150759.572500', '150800.032500', '150800.492500', '150800.952500', '150801.412500', '150801.872500', '150802.332500', '150802.792500', '150803.252500', '150803.712500', '150804.172500', '150804.632500', '150805.092500', '150805.552500', '150806.012500', '150806.472500', '150806.932500', '150807.392500', '150807.852500', '150808.312500', '150808.772500', '150809.232500', '150809.692500', '150810.152500', '150810.612500', '150811.072500', '150811.532500', '150811.992500', '150812.452500', '150812.912500', '150813.372500', '150813.832500', '150814.292500', '150814.752500', '150815.212500', '150815.672500', '150816.132500', '150816.592500', '150817.052500', '150817.512500', '150817.972500', '150818.432500', '150818.892500', '150819.352500', '150819.812500', '150820.272500', '150820.732500', '150821.192500', '150821.652500', '150822.112500', '150822.572500', '150823.032500', '150823.492500', '150823.952500', '150824.412500', '150824.872500', '150825.332500', '150825.792500', '150826.252500', '150826.712500', '150827.172500', '150827.632500', '150828.092500', '150828.552500', '150829.012500', '150829.472500', '150829.932500', '150830.392500', '150830.852500', '150831.312500', '150831.772500', '150832.232500', '150832.692500'], 'ContentTime': ['145952.064000', '145952.068000', '145952.070000', '145952.073000', '145952.076000', '145952.079000', '145952.081000', '145952.084000', '145952.087000', '145952.089000', '145952.095000', '145952.098000', '145952.101000', '145952.103000', '145952.106000', '145952.114000', '145952.117000', '145952.120000', '145952.122000', '145952.125000', '145952.127000', '145952.130000', '150012.035000', '150012.038000', '150012.041000', '150012.043000', '150012.064000', '150012.067000', '150012.069000', '150012.072000', '150012.074000', '150012.077000', '150012.080000', '150012.082000', '150012.085000', '150012.087000', '150012.090000', '150012.092000', '150012.095000', '150012.097000', '150012.100000', '150012.103000', '150012.105000', '150012.108000', '150012.110000', '150012.113000', '150012.115000', '150012.118000', '150012.120000', '150012.123000', '150012.125000', '150012.128000', '150012.131000', '150012.133000', '150012.136000', '150012.139000', '150012.141000', '150012.144000', '150012.146000', '150012.149000', '150012.151000', '150012.154000', '150012.156000', '150012.159000', '150012.162000', '150032.035000', '150032.038000', '150032.041000', '150032.043000', '150032.046000', '150032.048000', '150032.051000', '150032.054000', '150032.056000', '150032.059000', '150032.061000', '150032.064000', '150032.066000', '150032.069000', '150032.071000', '150032.074000', '150032.076000', '150032.079000', '150032.082000', '150032.084000', '150032.087000', '150032.089000', '150032.092000', '150032.094000', '150032.097000', '150032.099000', '150032.102000', '150032.104000', '150032.107000', '150032.110000', '150032.112000', '150032.115000', '150032.117000', '150032.120000', '150032.122000', '150032.125000', '150032.127000', '150032.130000', '150032.133000', '150032.135000', '150032.138000', '150032.140000', '150032.143000', '150032.146000', '150052.035000', '150052.038000', '150052.041000', '150052.054000', '150052.059000', '150052.062000', '150052.065000', '150052.067000', '150052.070000', '150052.072000', '150052.075000', '150052.078000', '150052.080000', '150052.083000', '150052.085000', '150052.088000', '150052.091000', '150052.093000', '150052.096000', '150052.098000', '150052.101000', '150052.104000', '150052.106000', '150052.109000', '150052.111000', '150052.114000', '150052.117000', '150052.119000', '150052.122000', '150052.125000', '150052.127000', '150052.130000', '150052.132000', '150052.135000', '150052.138000', '150052.140000', '150052.143000', '150052.145000', '150052.148000', '150052.151000', '150052.153000', '150052.156000', '150052.158000', '150112.035000', '150112.038000', '150112.041000', '150112.043000', '150112.046000', '150112.049000', '150112.051000', '150112.054000', '150112.057000', '150112.060000', '150112.063000', '150112.066000', '150112.068000', '150112.071000', '150112.073000', '150112.076000', '150112.079000', '150112.081000', '150112.084000', '150112.086000', '150112.089000', '150112.092000', '150112.094000', '150112.097000', '150112.099000', '150112.102000', '150112.105000', '150112.107000', '150112.110000', '150112.113000', '150112.115000', '150112.118000', '150112.120000', '150112.123000', '150112.126000', '150112.128000', '150112.131000', '150112.134000', '150112.136000', '150112.139000', '150112.141000', '150112.144000', '150112.146000', '150112.149000', '150132.034000', '150132.037000', '150132.040000', '150132.043000', '150132.045000', '150132.048000', '150132.051000', '150132.053000', '150132.056000', '150132.058000', '150132.061000', '150132.064000', '150132.066000', '150132.069000', '150132.071000', '150132.074000', '150132.077000', '150132.079000', '150132.082000', '150132.085000', '150132.087000', '150132.090000', '150132.092000', '150132.095000', '150132.097000', '150132.100000', '150132.102000', '150132.105000', '150132.107000', '150132.110000', '150132.113000', '150132.115000', '150132.118000', '150132.120000', '150132.123000', '150132.126000', '150132.128000', '150132.131000', '150132.133000', '150132.136000', '150132.138000', '150132.141000', '150132.143000', '150152.034000', '150152.037000', '150152.040000', '150152.042000', '150152.045000', '150152.048000', '150152.050000', '150152.053000', '150152.055000', '150152.058000', '150152.060000', '150152.063000', '150152.065000', '150152.068000', '150152.071000', '150152.073000', '150152.076000', '150152.078000', '150152.081000', '150152.084000', '150152.086000', '150152.089000', '150152.091000', '150152.094000', '150152.096000', '150152.099000', '150152.101000', '150152.104000', '150152.107000', '150152.109000', '150152.112000', '150152.114000', '150152.117000', '150152.119000', '150152.122000', '150152.124000', '150152.127000', '150152.130000', '150152.132000', '150152.135000', '150152.137000', '150152.140000', '150152.143000', '150152.145000', '150212.034000', '150212.037000', '150212.040000', '150212.043000', '150212.045000', '150212.048000', '150212.050000', '150212.053000', '150212.056000', '150212.058000', '150212.061000', '150212.063000', '150212.066000', '150212.068000', '150212.071000', '150212.074000', '150212.077000', '150212.079000', '150212.082000', '150212.085000', '150212.087000', '150212.090000', '150212.093000', '150212.095000', '150212.099000', '150212.101000', '150212.104000', '150212.107000', '150212.109000', '150212.112000', '150212.114000', '150212.117000', '150212.119000', '150212.122000', '150212.124000', '150212.127000', '150212.130000', '150212.132000', '150212.135000', '150212.137000', '150212.140000', '150212.142000', '150212.155000', '150232.035000', '150232.038000', '150232.041000', '150232.043000', '150232.046000', '150232.049000', '150232.051000', '150232.054000', '150232.056000', '150232.059000', '150232.061000', '150232.064000', '150232.067000', '150232.070000', '150232.073000', '150232.075000', '150232.078000', '150232.080000', '150232.083000', '150232.086000', '150232.088000', '150232.091000', '150232.093000', '150232.096000', '150232.100000', '150232.103000', '150232.106000', '150232.108000', '150232.111000', '150232.114000', '150232.116000', '150232.119000', '150232.121000', '150232.124000', '150232.127000', '150232.129000', '150232.132000', '150232.134000', '150232.137000', '150232.140000', '150232.142000', '150232.145000', '150232.148000', '150252.035000', '150252.038000', '150252.041000', '150252.043000', '150252.046000', '150252.049000', '150252.051000', '150252.054000', '150252.056000', '150252.059000', '150252.062000', '150252.064000', '150252.067000', '150252.069000', '150252.072000', '150252.075000', '150252.077000', '150252.080000', '150252.082000', '150252.085000', '150252.087000', '150252.090000', '150252.093000', '150252.095000', '150252.098000', '150252.100000', '150252.103000', '150252.105000', '150252.108000', '150252.111000', '150252.113000', '150252.116000', '150252.118000', '150252.121000', '150252.123000', '150252.126000', '150252.129000', '150252.131000', '150252.134000', '150252.137000', '150252.139000', '150252.142000', '150252.144000', '150252.147000', '150312.035000', '150312.038000', '150312.041000', '150312.043000', '150312.046000', '150312.048000', '150312.051000', '150312.054000', '150312.057000', '150312.059000', '150312.062000', '150312.065000', '150312.067000', '150312.070000', '150312.072000', '150312.075000', '150312.078000', '150312.080000', '150312.083000', '150312.085000', '150312.088000', '150312.091000', '150312.093000', '150312.096000', '150312.098000', '150312.101000', '150312.104000', '150312.106000', '150312.109000', '150312.112000', '150312.114000', '150312.117000', '150312.120000', '150312.122000', '150312.125000', '150312.128000', '150312.130000', '150312.133000', '150312.135000', '150312.138000', '150312.140000', '150312.143000', '150312.146000', '150332.035000', '150332.038000', '150332.041000', '150332.043000', '150332.046000', '150332.049000', '150332.051000', '150332.054000', '150332.056000', '150332.059000', '150332.061000', '150332.064000', '150332.067000', '150332.069000', '150332.072000', '150332.075000', '150332.077000', '150332.080000', '150332.082000', '150332.085000', '150332.088000', '150332.090000', '150332.093000', '150332.096000', '150332.098000', '150332.101000', '150332.103000', '150332.106000', '150332.109000', '150332.111000', '150332.114000', '150332.117000', '150332.119000', '150332.122000', '150332.124000', '150332.127000', '150332.130000', '150332.132000', '150332.135000', '150332.160000', '150332.163000', '150332.166000', '150332.168000', '150332.171000', '150352.034000', '150352.037000', '150352.040000', '150352.042000', '150352.045000', '150352.047000', '150352.050000', '150352.053000', '150352.055000', '150352.058000', '150352.072000', '150352.075000', '150352.077000', '150352.080000', '150352.082000', '150352.085000', '150352.088000', '150352.090000', '150352.093000', '150352.095000', '150352.098000', '150352.101000', '150352.104000', '150352.106000', '150352.109000', '150352.112000', '150352.115000', '150352.118000', '150352.120000', '150352.123000', '150352.126000', '150352.128000', '150352.131000', '150352.133000', '150352.137000', '150352.140000', '150352.142000', '150352.145000', '150352.148000', '150352.150000', '150352.153000', '150352.155000', '150352.158000', '150412.034000', '150412.037000', '150412.040000', '150412.042000', '150412.045000', '150412.047000', '150412.050000', '150412.053000', '150412.055000', '150412.058000', '150412.060000', '150412.063000', '150412.065000', '150412.068000', '150412.071000', '150412.073000', '150412.076000', '150412.078000', '150412.081000', '150412.083000', '150412.086000', '150412.089000', '150412.091000', '150412.094000', '150412.096000', '150412.099000', '150412.102000', '150412.104000', '150412.107000', '150412.109000', '150412.112000', '150412.126000', '150412.129000', '150412.131000', '150412.134000', '150412.136000', '150412.139000', '150412.142000', '150412.144000', '150412.147000', '150412.150000', '150412.152000', '150412.155000', '150412.157000', '150432.035000', '150432.038000', '150432.041000', '150432.043000', '150432.046000', '150432.049000', '150432.051000', '150432.054000', '150432.056000', '150432.059000', '150432.062000', '150432.064000', '150432.067000', '150432.070000', '150432.072000', '150432.075000', '150432.077000', '150432.080000', '150432.083000', '150432.085000', '150432.088000', '150432.090000', '150432.093000', '150432.096000', '150432.098000', '150432.101000', '150432.103000', '150432.106000', '150432.108000', '150432.111000', '150432.114000', '150432.116000', '150432.119000', '150432.122000', '150432.124000', '150432.127000', '150432.129000', '150432.132000', '150432.135000', '150432.138000', '150432.140000', '150432.143000', '150432.146000', '150452.035000', '150452.038000', '150452.041000', '150452.044000', '150452.046000', '150452.049000', '150452.051000', '150452.054000', '150452.057000', '150452.059000', '150452.062000', '150452.064000', '150452.067000', '150452.069000', '150452.072000', '150452.075000', '150452.077000', '150452.080000', '150452.082000', '150452.085000', '150452.087000', '150452.090000', '150452.093000', '150452.095000', '150452.098000', '150452.100000', '150452.103000', '150452.106000', '150452.108000', '150452.111000', '150452.113000', '150452.116000', '150452.118000', '150452.121000', '150452.124000', '150452.126000', '150452.129000', '150452.131000', '150452.134000', '150452.137000', '150452.139000', '150452.142000', '150452.144000', '150452.147000', '150512.036000', '150512.039000', '150512.042000', '150512.044000', '150512.047000', '150512.050000', '150512.053000', '150512.055000', '150512.058000', '150512.060000', '150512.063000', '150512.066000', '150512.068000', '150512.071000', '150512.073000', '150512.076000', '150512.079000', '150512.081000', '150512.084000', '150512.086000', '150512.089000', '150512.092000', '150512.094000', '150512.097000', '150512.099000', '150512.102000', '150512.105000', '150512.107000', '150512.110000', '150512.112000', '150512.115000', '150512.117000', '150512.120000', '150512.123000', '150512.126000', '150512.140000', '150512.142000', '150512.145000', '150512.147000', '150512.150000', '150512.153000', '150512.155000', '150512.158000', '150532.036000', '150532.039000', '150532.042000', '150532.045000', '150532.048000', '150532.050000', '150532.053000', '150532.056000', '150532.058000', '150532.061000', '150532.063000', '150532.066000', '150532.069000', '150532.071000', '150532.074000', '150532.076000', '150532.079000', '150532.081000', '150532.084000', '150532.087000', '150532.089000', '150532.092000', '150532.094000', '150532.097000', '150532.100000', '150532.102000', '150532.105000', '150532.108000', '150532.110000', '150532.113000', '150532.115000', '150532.118000', '150532.121000', '150532.123000', '150532.126000', '150532.129000', '150532.131000', '150532.134000', '150532.136000', '150532.139000', '150532.142000', '150532.144000', '150532.149000', '150552.036000', '150552.039000', '150552.041000', '150552.044000', '150552.046000', '150552.049000', '150552.052000', '150552.054000', '150552.057000', '150552.059000', '150552.062000', '150552.065000', '150552.067000', '150552.070000', '150552.072000', '150552.075000', '150552.078000', '150552.080000', '150552.083000', '150552.086000', '150552.088000', '150552.091000', '150552.093000', '150552.096000', '150552.099000', '150552.101000', '150552.104000', '150552.107000', '150552.109000', '150552.112000', '150552.114000', '150552.117000', '150552.119000', '150552.122000', '150552.125000', '150552.127000', '150552.130000', '150552.132000', '150552.135000', '150552.138000', '150552.140000', '150552.143000', '150552.145000', '150552.148000', '150612.034000', '150612.038000', '150612.040000', '150612.043000', '150612.046000', '150612.048000', '150612.051000', '150612.054000', '150612.056000', '150612.059000', '150612.061000', '150612.064000', '150612.067000', '150612.069000', '150612.072000', '150612.074000', '150612.077000', '150612.080000', '150612.082000', '150612.085000', '150612.087000', '150612.090000', '150612.092000', '150612.095000', '150612.098000', '150612.100000', '150612.103000', '150612.105000', '150612.108000', '150612.111000', '150612.113000', '150612.116000', '150612.118000', '150612.121000', '150612.123000', '150612.126000', '150612.129000', '150612.131000', '150612.134000', '150612.136000', '150612.139000', '150612.142000', '150612.144000', '150612.147000', '150632.035000', '150632.037000', '150632.040000', '150632.043000', '150632.045000', '150632.048000', '150632.050000', '150632.053000', '150632.056000', '150632.058000', '150632.061000', '150632.063000', '150632.066000', '150632.069000', '150632.071000', '150632.074000', '150632.077000', '150632.080000', '150632.082000', '150632.085000', '150632.088000', '150632.090000', '150632.093000', '150632.095000', '150632.098000', '150632.101000', '150632.103000', '150632.106000', '150632.109000', '150632.111000', '150632.114000', '150632.117000', '150632.119000', '150632.122000', '150632.125000', '150632.127000', '150632.130000', '150632.132000', '150632.135000', '150632.138000', '150632.140000', '150632.143000', '150632.146000', '150652.036000', '150652.038000', '150652.041000', '150652.044000', '150652.046000', '150652.049000', '150652.051000', '150652.054000', '150652.056000', '150652.059000', '150652.062000', '150652.064000', '150652.067000', '150652.069000', '150652.072000', '150652.074000', '150652.077000', '150652.080000', '150652.082000', '150652.085000', '150652.087000', '150652.090000', '150652.093000', '150652.095000', '150652.098000', '150652.100000', '150652.103000', '150652.105000', '150652.109000', '150652.111000', '150652.114000', '150652.117000', '150652.119000', '150652.122000', '150652.124000', '150652.127000', '150652.130000', '150652.132000', '150652.135000', '150652.138000', '150652.140000', '150652.143000', '150652.145000', '150652.148000', '150712.035000', '150712.038000', '150712.042000', '150712.044000', '150712.047000', '150712.049000', '150712.052000', '150712.055000', '150712.057000', '150712.060000', '150712.063000', '150712.066000', '150712.068000', '150712.071000', '150712.073000', '150712.076000', '150712.079000', '150712.081000', '150712.084000', '150712.086000', '150712.089000', '150712.092000', '150712.094000', '150712.097000', '150712.099000', '150712.102000', '150712.105000', '150712.107000', '150712.110000', '150712.113000', '150712.115000', '150712.118000', '150712.120000', '150712.123000', '150712.125000', '150712.128000', '150712.131000', '150712.133000', '150712.136000', '150712.138000', '150712.141000', '150712.143000', '150712.146000', '150732.036000', '150732.039000', '150732.041000', '150732.044000', '150732.047000', '150732.049000', '150732.052000', '150732.055000', '150732.057000', '150732.060000', '150732.062000', '150732.065000', '150732.068000', '150732.071000', '150732.074000', '150732.077000', '150732.079000', '150732.082000', '150732.084000', '150732.087000', '150732.090000', '150732.092000', '150732.095000', '150732.098000', '150732.100000', '150732.103000', '150732.105000', '150732.108000', '150732.111000', '150732.113000', '150732.116000', '150732.119000', '150732.121000', '150732.124000', '150732.127000', '150732.129000', '150732.132000', '150732.134000', '150732.137000', '150732.139000', '150732.142000', '150732.145000', '150732.147000', '150732.150000', '150752.035000', '150752.039000', '150752.042000', '150752.044000', '150752.047000', '150752.050000', '150752.053000', '150752.055000', '150752.058000', '150752.061000', '150752.063000', '150752.066000', '150752.068000', '150752.071000', '150752.074000', '150752.076000', '150752.079000', '150752.082000', '150752.084000', '150752.087000', '150752.090000', '150752.092000', '150752.095000', '150752.098000', '150752.100000', '150752.103000', '150752.105000', '150752.108000', '150752.111000', '150752.114000', '150752.116000', '150752.119000', '150752.121000', '150752.124000', '150752.127000', '150752.129000', '150752.132000', '150752.135000', '150752.138000', '150752.140000', '150752.143000', '150752.146000', '150752.174000', '150812.036000', '150812.038000', '150812.041000', '150812.043000', '150812.046000', '150812.049000', '150812.051000', '150812.054000', '150812.056000', '150812.059000', '150812.061000', '150812.064000', '150812.067000', '150812.069000', '150812.072000', '150812.075000', '150812.077000', '150812.080000', '150812.082000', '150812.085000', '150812.088000', '150812.090000', '150812.093000', '150812.096000', '150812.098000', '150812.101000', '150812.103000', '150812.106000', '150812.109000', '150812.111000', '150812.114000', '150812.116000', '150812.119000', '150812.121000', '150812.124000', '150812.127000', '150812.129000', '150812.132000', '150812.135000', '150812.138000', '150812.140000', '150812.143000', '150812.146000', '150812.148000', '150832.034000', '150832.037000', '150832.040000', '150832.043000', '150832.045000', '150832.048000', '150832.050000', '150832.053000', '150832.056000', '150832.058000', '150832.061000', '150832.063000', '150832.066000', '150832.069000', '150832.071000', '150832.074000', '150832.077000', '150832.080000', '150832.082000', '150832.085000', '150832.088000', '150832.090000', '150832.093000', '150832.095000', '150832.098000', '150832.101000', '150832.103000', '150832.106000', '150832.108000', '150832.111000', '150832.114000', '150832.116000', '150832.119000', '150832.121000', '150832.124000', '150832.126000', '150832.129000', '150832.132000', '150832.134000', '150832.137000', '150832.139000', '150832.142000', '150832.144000', '150833.611000', '150833.615000', '150833.618000', '150833.620000'], 'InstanceCreationTime': ['145952.064000', '145952.068000', '145952.070000', '145952.073000', '145952.076000', '145952.079000', '145952.081000', '145952.084000', '145952.087000', '145952.089000', '145952.095000', '145952.098000', '145952.101000', '145952.103000', '145952.106000', '145952.114000', '145952.117000', '145952.120000', '145952.122000', '145952.125000', '145952.127000', '145952.130000', '150012.035000', '150012.038000', '150012.041000', '150012.043000', '150012.064000', '150012.067000', '150012.069000', '150012.072000', '150012.074000', '150012.077000', '150012.080000', '150012.082000', '150012.085000', '150012.087000', '150012.090000', '150012.092000', '150012.095000', '150012.097000', '150012.100000', '150012.103000', '150012.105000', '150012.108000', '150012.110000', '150012.113000', '150012.115000', '150012.118000', '150012.120000', '150012.123000', '150012.125000', '150012.128000', '150012.131000', '150012.133000', '150012.136000', '150012.139000', '150012.141000', '150012.144000', '150012.146000', '150012.149000', '150012.151000', '150012.154000', '150012.156000', '150012.159000', '150012.162000', '150032.035000', '150032.038000', '150032.041000', '150032.043000', '150032.046000', '150032.048000', '150032.051000', '150032.054000', '150032.056000', '150032.059000', '150032.061000', '150032.064000', '150032.066000', '150032.069000', '150032.071000', '150032.074000', '150032.076000', '150032.079000', '150032.082000', '150032.084000', '150032.087000', '150032.089000', '150032.092000', '150032.094000', '150032.097000', '150032.099000', '150032.102000', '150032.104000', '150032.107000', '150032.110000', '150032.112000', '150032.115000', '150032.117000', '150032.120000', '150032.122000', '150032.125000', '150032.127000', '150032.130000', '150032.133000', '150032.135000', '150032.138000', '150032.140000', '150032.143000', '150032.146000', '150052.035000', '150052.038000', '150052.041000', '150052.054000', '150052.059000', '150052.062000', '150052.065000', '150052.067000', '150052.070000', '150052.072000', '150052.075000', '150052.078000', '150052.080000', '150052.083000', '150052.085000', '150052.088000', '150052.091000', '150052.093000', '150052.096000', '150052.098000', '150052.101000', '150052.104000', '150052.106000', '150052.109000', '150052.111000', '150052.114000', '150052.117000', '150052.119000', '150052.122000', '150052.125000', '150052.127000', '150052.130000', '150052.132000', '150052.135000', '150052.138000', '150052.140000', '150052.143000', '150052.145000', '150052.148000', '150052.151000', '150052.153000', '150052.156000', '150052.158000', '150112.035000', '150112.038000', '150112.041000', '150112.043000', '150112.046000', '150112.049000', '150112.051000', '150112.054000', '150112.057000', '150112.060000', '150112.063000', '150112.066000', '150112.068000', '150112.071000', '150112.073000', '150112.076000', '150112.079000', '150112.081000', '150112.084000', '150112.086000', '150112.089000', '150112.092000', '150112.094000', '150112.097000', '150112.099000', '150112.102000', '150112.105000', '150112.107000', '150112.110000', '150112.113000', '150112.115000', '150112.118000', '150112.120000', '150112.123000', '150112.126000', '150112.128000', '150112.131000', '150112.134000', '150112.136000', '150112.139000', '150112.141000', '150112.144000', '150112.146000', '150112.149000', '150132.034000', '150132.037000', '150132.040000', '150132.043000', '150132.045000', '150132.048000', '150132.051000', '150132.053000', '150132.056000', '150132.058000', '150132.061000', '150132.064000', '150132.066000', '150132.069000', '150132.071000', '150132.074000', '150132.077000', '150132.079000', '150132.082000', '150132.085000', '150132.087000', '150132.090000', '150132.092000', '150132.095000', '150132.097000', '150132.100000', '150132.102000', '150132.105000', '150132.107000', '150132.110000', '150132.113000', '150132.115000', '150132.118000', '150132.120000', '150132.123000', '150132.126000', '150132.128000', '150132.131000', '150132.133000', '150132.136000', '150132.138000', '150132.141000', '150132.143000', '150152.034000', '150152.037000', '150152.040000', '150152.042000', '150152.045000', '150152.048000', '150152.050000', '150152.053000', '150152.055000', '150152.058000', '150152.060000', '150152.063000', '150152.065000', '150152.068000', '150152.071000', '150152.073000', '150152.076000', '150152.078000', '150152.081000', '150152.084000', '150152.086000', '150152.089000', '150152.091000', '150152.094000', '150152.096000', '150152.099000', '150152.101000', '150152.104000', '150152.107000', '150152.109000', '150152.112000', '150152.114000', '150152.117000', '150152.119000', '150152.122000', '150152.124000', '150152.127000', '150152.130000', '150152.132000', '150152.135000', '150152.137000', '150152.140000', '150152.143000', '150152.145000', '150212.034000', '150212.037000', '150212.040000', '150212.043000', '150212.045000', '150212.048000', '150212.050000', '150212.053000', '150212.056000', '150212.058000', '150212.061000', '150212.063000', '150212.066000', '150212.068000', '150212.071000', '150212.074000', '150212.077000', '150212.079000', '150212.082000', '150212.085000', '150212.087000', '150212.090000', '150212.093000', '150212.095000', '150212.099000', '150212.101000', '150212.104000', '150212.107000', '150212.109000', '150212.112000', '150212.114000', '150212.117000', '150212.119000', '150212.122000', '150212.124000', '150212.127000', '150212.130000', '150212.132000', '150212.135000', '150212.137000', '150212.140000', '150212.142000', '150212.155000', '150232.035000', '150232.038000', '150232.041000', '150232.043000', '150232.046000', '150232.049000', '150232.051000', '150232.054000', '150232.056000', '150232.059000', '150232.061000', '150232.064000', '150232.067000', '150232.070000', '150232.073000', '150232.075000', '150232.078000', '150232.080000', '150232.083000', '150232.086000', '150232.088000', '150232.091000', '150232.093000', '150232.096000', '150232.100000', '150232.103000', '150232.106000', '150232.108000', '150232.111000', '150232.114000', '150232.116000', '150232.119000', '150232.121000', '150232.124000', '150232.127000', '150232.129000', '150232.132000', '150232.134000', '150232.137000', '150232.140000', '150232.142000', '150232.145000', '150232.148000', '150252.035000', '150252.038000', '150252.041000', '150252.043000', '150252.046000', '150252.049000', '150252.051000', '150252.054000', '150252.056000', '150252.059000', '150252.062000', '150252.064000', '150252.067000', '150252.069000', '150252.072000', '150252.075000', '150252.077000', '150252.080000', '150252.082000', '150252.085000', '150252.087000', '150252.090000', '150252.093000', '150252.095000', '150252.098000', '150252.100000', '150252.103000', '150252.105000', '150252.108000', '150252.111000', '150252.113000', '150252.116000', '150252.118000', '150252.121000', '150252.123000', '150252.126000', '150252.129000', '150252.131000', '150252.134000', '150252.137000', '150252.139000', '150252.142000', '150252.144000', '150252.147000', '150312.035000', '150312.038000', '150312.041000', '150312.043000', '150312.046000', '150312.048000', '150312.051000', '150312.054000', '150312.057000', '150312.059000', '150312.062000', '150312.065000', '150312.067000', '150312.070000', '150312.072000', '150312.075000', '150312.078000', '150312.080000', '150312.083000', '150312.085000', '150312.088000', '150312.091000', '150312.093000', '150312.096000', '150312.098000', '150312.101000', '150312.104000', '150312.106000', '150312.109000', '150312.112000', '150312.114000', '150312.117000', '150312.120000', '150312.122000', '150312.125000', '150312.128000', '150312.130000', '150312.133000', '150312.135000', '150312.138000', '150312.140000', '150312.143000', '150312.146000', '150332.035000', '150332.038000', '150332.041000', '150332.043000', '150332.046000', '150332.049000', '150332.051000', '150332.054000', '150332.056000', '150332.059000', '150332.061000', '150332.064000', '150332.067000', '150332.069000', '150332.072000', '150332.075000', '150332.077000', '150332.080000', '150332.082000', '150332.085000', '150332.088000', '150332.090000', '150332.093000', '150332.096000', '150332.098000', '150332.101000', '150332.103000', '150332.106000', '150332.109000', '150332.111000', '150332.114000', '150332.117000', '150332.119000', '150332.122000', '150332.124000', '150332.127000', '150332.130000', '150332.132000', '150332.135000', '150332.160000', '150332.163000', '150332.166000', '150332.168000', '150332.171000', '150352.034000', '150352.037000', '150352.040000', '150352.042000', '150352.045000', '150352.047000', '150352.050000', '150352.053000', '150352.055000', '150352.058000', '150352.072000', '150352.075000', '150352.077000', '150352.080000', '150352.082000', '150352.085000', '150352.088000', '150352.090000', '150352.093000', '150352.095000', '150352.098000', '150352.101000', '150352.104000', '150352.106000', '150352.109000', '150352.112000', '150352.115000', '150352.118000', '150352.120000', '150352.123000', '150352.126000', '150352.128000', '150352.131000', '150352.133000', '150352.137000', '150352.140000', '150352.142000', '150352.145000', '150352.148000', '150352.150000', '150352.153000', '150352.155000', '150352.158000', '150412.034000', '150412.037000', '150412.040000', '150412.042000', '150412.045000', '150412.047000', '150412.050000', '150412.053000', '150412.055000', '150412.058000', '150412.060000', '150412.063000', '150412.065000', '150412.068000', '150412.071000', '150412.073000', '150412.076000', '150412.078000', '150412.081000', '150412.083000', '150412.086000', '150412.089000', '150412.091000', '150412.094000', '150412.096000', '150412.099000', '150412.102000', '150412.104000', '150412.107000', '150412.109000', '150412.112000', '150412.126000', '150412.129000', '150412.131000', '150412.134000', '150412.136000', '150412.139000', '150412.142000', '150412.144000', '150412.147000', '150412.150000', '150412.152000', '150412.155000', '150412.157000', '150432.035000', '150432.038000', '150432.041000', '150432.043000', '150432.046000', '150432.049000', '150432.051000', '150432.054000', '150432.056000', '150432.059000', '150432.062000', '150432.064000', '150432.067000', '150432.070000', '150432.072000', '150432.075000', '150432.077000', '150432.080000', '150432.083000', '150432.085000', '150432.088000', '150432.090000', '150432.093000', '150432.096000', '150432.098000', '150432.101000', '150432.103000', '150432.106000', '150432.108000', '150432.111000', '150432.114000', '150432.116000', '150432.119000', '150432.122000', '150432.124000', '150432.127000', '150432.129000', '150432.132000', '150432.135000', '150432.138000', '150432.140000', '150432.143000', '150432.146000', '150452.035000', '150452.038000', '150452.041000', '150452.044000', '150452.046000', '150452.049000', '150452.051000', '150452.054000', '150452.057000', '150452.059000', '150452.062000', '150452.064000', '150452.067000', '150452.069000', '150452.072000', '150452.075000', '150452.077000', '150452.080000', '150452.082000', '150452.085000', '150452.087000', '150452.090000', '150452.093000', '150452.095000', '150452.098000', '150452.100000', '150452.103000', '150452.106000', '150452.108000', '150452.111000', '150452.113000', '150452.116000', '150452.118000', '150452.121000', '150452.124000', '150452.126000', '150452.129000', '150452.131000', '150452.134000', '150452.137000', '150452.139000', '150452.142000', '150452.144000', '150452.147000', '150512.036000', '150512.039000', '150512.042000', '150512.044000', '150512.047000', '150512.050000', '150512.053000', '150512.055000', '150512.058000', '150512.060000', '150512.063000', '150512.066000', '150512.068000', '150512.071000', '150512.073000', '150512.076000', '150512.079000', '150512.081000', '150512.084000', '150512.086000', '150512.089000', '150512.092000', '150512.094000', '150512.097000', '150512.099000', '150512.102000', '150512.105000', '150512.107000', '150512.110000', '150512.112000', '150512.115000', '150512.117000', '150512.120000', '150512.123000', '150512.126000', '150512.140000', '150512.142000', '150512.145000', '150512.147000', '150512.150000', '150512.153000', '150512.155000', '150512.158000', '150532.036000', '150532.039000', '150532.042000', '150532.045000', '150532.048000', '150532.050000', '150532.053000', '150532.056000', '150532.058000', '150532.061000', '150532.063000', '150532.066000', '150532.069000', '150532.071000', '150532.074000', '150532.076000', '150532.079000', '150532.081000', '150532.084000', '150532.087000', '150532.089000', '150532.092000', '150532.094000', '150532.097000', '150532.100000', '150532.102000', '150532.105000', '150532.108000', '150532.110000', '150532.113000', '150532.115000', '150532.118000', '150532.121000', '150532.123000', '150532.126000', '150532.129000', '150532.131000', '150532.134000', '150532.136000', '150532.139000', '150532.142000', '150532.144000', '150532.149000', '150552.036000', '150552.039000', '150552.041000', '150552.044000', '150552.046000', '150552.049000', '150552.052000', '150552.054000', '150552.057000', '150552.059000', '150552.062000', '150552.065000', '150552.067000', '150552.070000', '150552.072000', '150552.075000', '150552.078000', '150552.080000', '150552.083000', '150552.086000', '150552.088000', '150552.091000', '150552.093000', '150552.096000', '150552.099000', '150552.101000', '150552.104000', '150552.107000', '150552.109000', '150552.112000', '150552.114000', '150552.117000', '150552.119000', '150552.122000', '150552.125000', '150552.127000', '150552.130000', '150552.132000', '150552.135000', '150552.138000', '150552.140000', '150552.143000', '150552.145000', '150552.148000', '150612.034000', '150612.038000', '150612.040000', '150612.043000', '150612.046000', '150612.048000', '150612.051000', '150612.054000', '150612.056000', '150612.059000', '150612.061000', '150612.064000', '150612.067000', '150612.069000', '150612.072000', '150612.074000', '150612.077000', '150612.080000', '150612.082000', '150612.085000', '150612.087000', '150612.090000', '150612.092000', '150612.095000', '150612.098000', '150612.100000', '150612.103000', '150612.105000', '150612.108000', '150612.111000', '150612.113000', '150612.116000', '150612.118000', '150612.121000', '150612.123000', '150612.126000', '150612.129000', '150612.131000', '150612.134000', '150612.136000', '150612.139000', '150612.142000', '150612.144000', '150612.147000', '150632.035000', '150632.037000', '150632.040000', '150632.043000', '150632.045000', '150632.048000', '150632.050000', '150632.053000', '150632.056000', '150632.058000', '150632.061000', '150632.063000', '150632.066000', '150632.069000', '150632.071000', '150632.074000', '150632.077000', '150632.080000', '150632.082000', '150632.085000', '150632.088000', '150632.090000', '150632.093000', '150632.095000', '150632.098000', '150632.101000', '150632.103000', '150632.106000', '150632.109000', '150632.111000', '150632.114000', '150632.117000', '150632.119000', '150632.122000', '150632.125000', '150632.127000', '150632.130000', '150632.132000', '150632.135000', '150632.138000', '150632.140000', '150632.143000', '150632.146000', '150652.036000', '150652.038000', '150652.041000', '150652.044000', '150652.046000', '150652.049000', '150652.051000', '150652.054000', '150652.056000', '150652.059000', '150652.062000', '150652.064000', '150652.067000', '150652.069000', '150652.072000', '150652.074000', '150652.077000', '150652.080000', '150652.082000', '150652.085000', '150652.087000', '150652.090000', '150652.093000', '150652.095000', '150652.098000', '150652.100000', '150652.103000', '150652.105000', '150652.109000', '150652.111000', '150652.114000', '150652.117000', '150652.119000', '150652.122000', '150652.124000', '150652.127000', '150652.130000', '150652.132000', '150652.135000', '150652.138000', '150652.140000', '150652.143000', '150652.145000', '150652.148000', '150712.035000', '150712.038000', '150712.042000', '150712.044000', '150712.047000', '150712.049000', '150712.052000', '150712.055000', '150712.057000', '150712.060000', '150712.063000', '150712.066000', '150712.068000', '150712.071000', '150712.073000', '150712.076000', '150712.079000', '150712.081000', '150712.084000', '150712.086000', '150712.089000', '150712.092000', '150712.094000', '150712.097000', '150712.099000', '150712.102000', '150712.105000', '150712.107000', '150712.110000', '150712.113000', '150712.115000', '150712.118000', '150712.120000', '150712.123000', '150712.125000', '150712.128000', '150712.131000', '150712.133000', '150712.136000', '150712.138000', '150712.141000', '150712.143000', '150712.146000', '150732.036000', '150732.039000', '150732.041000', '150732.044000', '150732.047000', '150732.049000', '150732.052000', '150732.055000', '150732.057000', '150732.060000', '150732.062000', '150732.065000', '150732.068000', '150732.071000', '150732.074000', '150732.077000', '150732.079000', '150732.082000', '150732.084000', '150732.087000', '150732.090000', '150732.092000', '150732.095000', '150732.098000', '150732.100000', '150732.103000', '150732.105000', '150732.108000', '150732.111000', '150732.113000', '150732.116000', '150732.119000', '150732.121000', '150732.124000', '150732.127000', '150732.129000', '150732.132000', '150732.134000', '150732.137000', '150732.139000', '150732.142000', '150732.145000', '150732.147000', '150732.150000', '150752.035000', '150752.039000', '150752.042000', '150752.044000', '150752.047000', '150752.050000', '150752.053000', '150752.055000', '150752.058000', '150752.061000', '150752.063000', '150752.066000', '150752.068000', '150752.071000', '150752.074000', '150752.076000', '150752.079000', '150752.082000', '150752.084000', '150752.087000', '150752.090000', '150752.092000', '150752.095000', '150752.098000', '150752.100000', '150752.103000', '150752.105000', '150752.108000', '150752.111000', '150752.114000', '150752.116000', '150752.119000', '150752.121000', '150752.124000', '150752.127000', '150752.129000', '150752.132000', '150752.135000', '150752.138000', '150752.140000', '150752.143000', '150752.146000', '150752.174000', '150812.036000', '150812.038000', '150812.041000', '150812.043000', '150812.046000', '150812.049000', '150812.051000', '150812.054000', '150812.056000', '150812.059000', '150812.061000', '150812.064000', '150812.067000', '150812.069000', '150812.072000', '150812.075000', '150812.077000', '150812.080000', '150812.082000', '150812.085000', '150812.088000', '150812.090000', '150812.093000', '150812.096000', '150812.098000', '150812.101000', '150812.103000', '150812.106000', '150812.109000', '150812.111000', '150812.114000', '150812.116000', '150812.119000', '150812.121000', '150812.124000', '150812.127000', '150812.129000', '150812.132000', '150812.135000', '150812.138000', '150812.140000', '150812.143000', '150812.146000', '150812.148000', '150832.034000', '150832.037000', '150832.040000', '150832.043000', '150832.045000', '150832.048000', '150832.050000', '150832.053000', '150832.056000', '150832.058000', '150832.061000', '150832.063000', '150832.066000', '150832.069000', '150832.071000', '150832.074000', '150832.077000', '150832.080000', '150832.082000', '150832.085000', '150832.088000', '150832.090000', '150832.093000', '150832.095000', '150832.098000', '150832.101000', '150832.103000', '150832.106000', '150832.108000', '150832.111000', '150832.114000', '150832.116000', '150832.119000', '150832.121000', '150832.124000', '150832.126000', '150832.129000', '150832.132000', '150832.134000', '150832.137000', '150832.139000', '150832.142000', '150832.144000', '150833.611000', '150833.615000', '150833.618000', '150833.620000'], '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': [10278, 14854, 10438, 11347, 12961, 8199, 13245, 9099, 14123, 9923, 11094, 11320, 7610, 13237, 9212, 14332, 10112, 8296, 13635, 8803, 12953, 9673, 8149, 12283, 8448, 15404, 10601, 14686, 9890, 13086, 11422, 7606, 13107, 8628, 13818, 9524, 10705, 10976, 7152, 13289, 8949, 13459, 8977, 7578, 11801, 8463, 13205, 9427, 12884, 10487, 7589, 12707, 8483, 13778, 9424, 15300, 11401, 14884, 9854, 8415, 11003, 8756, 14617, 9302, 14376, 9796, 14471, 10978, 14482, 11220, 7657, 10745, 7726, 14752, 10943, 15263, 10392, 9786, 10703, 7648, 15135, 11785, 17390, 10681, 7759, 10712, 7431, 13570, 9615, 14592, 8415, 13235, 8249, 13172, 8261, 14816, 8579, 14143, 8943, 13820, 9223, 14649, 10229, 10165, 9357, 7274, 10724, 7459, 14500, 10717, 14859, 10345, 15298, 10098, 15359, 11097, 12645, 13274, 9436, 12785, 8126, 13812, 9405, 15428, 11181, 16015, 9935, 16111, 10115, 14836, 11343, 8243, 11701, 7702, 12405, 7903, 14714, 10552, 14679, 9684, 13970, 8783, 10220, 9048, 9561, 12519, 8115, 12908, 7581, 13486, 8473, 14954, 10682, 15856, 10480, 14300, 9652, 14320, 10494, 15117, 10541, 7228, 9787, 7111, 12899, 9227, 15326, 10157, 12982, 9252, 7748, 9964, 7544, 15323, 10298, 15770, 11296, 7998, 12002, 9219, 9509, 13415, 9345, 16173, 12043, 14678, 9523, 15692, 9736, 16234, 11692, 16407, 12246, 11089, 9781, 7458, 11198, 7402, 12622, 7855, 14339, 9137, 13050, 8819, 9464, 8795, 13334, 10391, 11351, 9832, 10578, 10235, 14925, 10954, 17007, 12351, 13723, 10066, 8342, 10775, 9171, 13747, 8881, 13271, 7703, 12549, 8646, 15186, 11201, 14564, 9224, 12441, 8795, 11141, 9218, 7276, 11478, 7340, 11882, 8031, 14970, 11331, 15386, 10012, 13464, 9333, 10430, 12120, 8688, 14514, 8220, 14164, 9584, 15624, 11778, 16731, 10048, 10974, 10058, 8599, 14674, 9245, 14753, 8614, 14810, 10372, 15392, 10857, 13965, 9451, 9149, 10558, 8467, 15480, 9727, 14743, 9427, 14661, 9926, 13283, 11359, 7537, 12264, 8064, 13813, 9820, 16237, 12459, 17618, 12613, 8123, 9871, 8603, 12895, 8898, 14998, 10743, 15582, 11436, 15524, 10876, 15685, 11040, 16645, 10948, 16221, 11308, 15308, 10671, 12101, 10894, 9694, 11963, 7616, 11500, 7504, 11999, 7652, 13549, 8291, 12871, 8363, 13184, 9340, 14390, 9631, 14454, 8844, 11551, 9129, 10104, 13672, 8250, 13884, 8439, 14179, 10347, 15859, 11714, 15876, 9691, 10165, 10710, 9011, 14855, 8580, 14115, 8871, 14183, 10846, 15630, 10606, 11379, 9163, 7801, 13735, 8877, 14675, 9087, 14264, 9365, 11960, 11333, 7341, 13075, 9075, 15095, 11112, 16164, 11976, 9537, 10868, 7625, 13833, 9163, 15826, 11063, 13765, 9154, 10694, 9263, 9638, 13548, 7900, 13267, 8023, 14022, 9562, 15041, 10915, 14435, 9407, 12826, 9306, 9462, 12014, 7663, 12903, 8400, 14328, 10022, 15851, 11596, 14001, 9831, 8534, 11486, 8533, 15279, 9343, 14773, 9918, 14947, 10553, 13882, 11298, 7358, 11586, 8402, 15399, 11684, 15556, 10718, 9749, 10310, 7863, 15561, 10553, 14724, 9451, 10983, 9513, 8480, 14935, 9102, 14852, 10029, 15534, 12016, 15317, 11695, 8196, 13518, 8978, 16140, 12215, 15920, 11396, 14602, 10726, 8893, 15671, 8997, 14825, 9849, 15164, 11089, 13724, 11109, 7522, 10892, 8189, 15226, 11240, 15699, 10702, 10595, 9688, 7653, 14997, 9703, 14864, 10313, 14392, 10447, 9341, 13223, 7973, 12865, 8649, 15344, 11218, 10685, 11701, 7825, 13952, 9069, 15363, 11643, 15893, 11043, 14490, 9736, 10133, 12243, 7870, 13804, 8320, 14100, 9934, 15062, 10697, 11545, 9115, 7308, 12016, 8224, 15294, 10545, 14072, 9164, 9405, 9538, 8064, 14984, 9582, 14565, 9886, 15012, 10997, 10043, 12388, 7399, 12850, 8985, 15248, 11237, 10012, 11005, 7523, 13743, 8990, 15619, 11893, 14565, 9458, 7299, 12475, 8698, 15535, 10775, 14529, 9807, 13501, 10929, 8876, 13771, 8261, 14608, 9832, 15453, 11839, 9324, 12097, 8160, 14067, 9635, 15673, 11836, 9692, 11900, 7636, 13394, 9169, 15748, 11890, 8688, 9492, 8012, 14250, 10102, 9498, 12761, 8148, 14455, 9712, 15964, 11534, 14331, 12146, 8092, 13424, 9200, 16031, 12476, 10439, 10337, 7644, 13541, 9255, 11996, 12379, 8010, 14840, 9955, 15233, 10933, 14814, 12146, 7865, 13916, 9030, 12129, 9532, 7922, 14421, 9075, 14154, 9443, 12858, 10110, 9623, 13764, 8599, 14517, 9157, 14362, 9699, 14503, 11182, 7962, 11774, 7830, 13789, 9424, 14961, 10607, 7565, 9574, 7970, 13689, 9701, 15584, 12144, 15784, 9628, 7826, 11810, 9133, 15470, 10438, 14745, 9437, 8787, 10827, 8414, 15731, 11446, 13296, 9288, 8685, 13115, 8458, 14987, 9902, 14331, 10103, 15066, 11388, 15284, 10272, 15056, 10259, 14694, 10848, 15182, 10651, 14263, 9398, 9727, 8982, 7337, 13304, 7916, 12780, 8228, 14354, 10462, 15421, 11356, 15421, 10372, 11250, 13213, 9934, 15089, 9209, 14606, 9931, 15431, 11862, 15657, 10471, 11937, 9297, 7897, 13103, 8800, 14996, 9213, 15192, 10286, 15117, 11804, 15700, 10946, 7850, 11322, 7679, 14838, 10345, 15723, 10617, 14619, 9597, 11376, 10026, 8947, 13766, 8056, 12692, 8083, 14441, 9225, 15899, 10890, 14279, 9469, 14106, 9592, 14970, 11041, 9088, 9278, 7188, 11017, 7619, 14433, 9378, 14526, 9603, 14529, 9702, 15378, 11546, 15380, 10910, 15075, 10350, 14775, 10995, 8914, 12610, 7620, 12547, 8216, 14913, 11314, 15214, 9896, 8555, 9415, 7834, 14016, 9178, 15387, 10654, 15184, 10589, 15442, 11846, 16945, 12430, 13424, 10589, 8354, 12505, 8477, 14663, 9281, 14367, 8486, 13168, 9374, 14950, 10682, 14643, 10019, 10749, 9185, 9610, 12534, 9104, 14231, 7944, 12339, 8148, 14433, 11119, 15161, 10366, 14362, 9478, 13766, 10650, 8054, 12290, 7319, 12338, 8513, 15442, 11425, 15353, 10328, 11830, 9749, 9280, 14578, 9209, 14567, 8836, 13764, 9534, 14938, 11669, 15091, 10017, 14473, 9399, 11334, 10130, 10569, 13506, 7760, 12400, 7614, 13480, 8627, 15097, 10395, 14607, 9690, 13776, 9352, 14546, 10918, 13741, 9615, 9216, 9959, 8659, 12086, 9155, 14923, 9491, 14335, 8877, 13810, 8871, 14867, 11540, 15526, 11126, 14963, 10284, 13279, 10256, 9468, 13262, 8049, 12580, 8049, 14762, 10839, 15433, 10774, 8791, 10039, 7578, 13214, 9331, 16019, 11480, 14811, 10527, 14483, 10258, 15015, 10514, 7726, 10694, 7693, 12993, 8653, 15282, 10019, 13709, 9121, 11732, 9135, 8701, 12800, 7940, 12785, 8416, 14514, 10689, 13390, 10716, 7987, 11502, 7621, 14809, 10898, 14997, 10121, 13720, 9369, 12861, 11329, 7949, 12134, 7456, 13470, 9837, 15732, 11079, 12803, 9069, 7230, 11455, 8063, 14233, 9357, 8607, 9355, 7646, 14910, 10198, 14796, 10088, 15303, 11340, 14811, 10851, 8501, 11214, 7589, 14855, 11397, 14898, 9707, 7805, 10867, 8085, 15137, 11232, 15322, 9936, 7666, 10732, 8099, 15288, 10498, 15040, 9268, 9878, 11179, 8343, 15558, 10517, 11293, 9483, 7359, 13541, 10108, 15309, 10322, 8891, 10332, 7729, 14417, 9929, 15262, 10279, 13915, 9971, 15261, 10689, 8183, 10603, 7853, 14238, 10486, 14750, 9410, 9581, 9954, 7360, 14015, 10698, 11697, 9092, 7464, 10965, 8223, 15517, 10824, 15988, 9752, 15792, 10443, 15822, 12520, 9623, 10858, 7906, 12522, 8736, 14801, 10304, 10015, 8870, 7294, 12077, 8614, 14976, 10066, 12988, 9213, 10742, 11100, 7465, 12353, 8462, 13450, 9252, 14905, 10637, 12471, 9653, 7945, 10203, 7564, 13984, 8864, 13606, 9248, 8332, 10201, 7673, 14865, 10035, 15170, 10303, 13547, 9230, 13582, 9022, 14444, 8892, 13192, 8987, 13801, 10001, 14163, 9058, 11208, 9166, 10539, 11089, 7692, 12729, 7994, 13121, 9120, 14728, 10435, 8198, 10147, 7634, 12836, 9482, 15399, 10916, 11589, 9592, 7455, 13217, 9478, 15419, 10699, 11276, 9607, 7244, 14001, 9848, 14777, 10050, 12428, 9274, 9991, 13239, 7785, 13553, 8724, 13887, 9645, 14576, 10553, 15400, 10769, 8645, 10236, 7409, 10652, 7970, 14530, 10314, 14458, 9421, 12563, 9671, 8933, 14056, 7977, 13317, 9261, 14210, 10305, 14976, 10680, 12256, 9200, 8020, 10836, 7957, 14751, 9349, 13946, 9620, 13624, 9335, 11087, 12010, 7479, 11946, 9019, 13736, 9654, 15114, 10545, 9424, 10722, 7832, 12191], 'WindowCenter': [3993.0, 4009.0, 3967.0, 3961.0, 3983.0, 3928.0, 3970.0, 3937.0, 3968.0, 3950.0, 3958.0, 3960.0, 3918.0, 3969.0, 3940.0, 3979.0, 3949.0, 3927.0, 3981.0, 3939.0, 3970.0, 3950.0, 3928.0, 3971.0, 3929.0, 3993.0, 3951.0, 3981.0, 3949.0, 3968.0, 3958.0, 3904.0, 3956.0, 3916.0, 3954.0, 3919.0, 3937.0, 3945.0, 3924.0, 3979.0, 3937.0, 3967.0, 3940.0, 3922.0, 3974.0, 3945.0, 3976.0, 3952.0, 3983.0, 3963.0, 3930.0, 3984.0, 3914.0, 3969.0, 3965.0, 3993.0, 3973.0, 3993.0, 3950.0, 3926.0, 3959.0, 3939.0, 3994.0, 3939.0, 3981.0, 3949.0, 3979.0, 3961.0, 3980.0, 3961.0, 3918.0, 3961.0, 3918.0, 3980.0, 3960.0, 3978.0, 3951.0, 3950.0, 3949.0, 3918.0, 3993.0, 3972.0, 4004.0, 3950.0, 3920.0, 3961.0, 3917.0, 3982.0, 3938.0, 3981.0, 3927.0, 3970.0, 3913.0, 3969.0, 3914.0, 3966.0, 3924.0, 3968.0, 3925.0, 3967.0, 3937.0, 3980.0, 3950.0, 3947.0, 3950.0, 3918.0, 3960.0, 3919.0, 3992.0, 3961.0, 3994.0, 3962.0, 3993.0, 3952.0, 3992.0, 3961.0, 3969.0, 3970.0, 3936.0, 3959.0, 3916.0, 3969.0, 3926.0, 3978.0, 3947.0, 3978.0, 3937.0, 3976.0, 3936.0, 3966.0, 3947.0, 3913.0, 3957.0, 3915.0, 3957.0, 3912.0, 3966.0, 3947.0, 3977.0, 3935.0, 3978.0, 3928.0, 3947.0, 3940.0, 3948.0, 3971.0, 3929.0, 3972.0, 3919.0, 3970.0, 3929.0, 3981.0, 3947.0, 3992.0, 3948.0, 3969.0, 3937.0, 3968.0, 3947.0, 3979.0, 3949.0, 3914.0, 3947.0, 3905.0, 3969.0, 3940.0, 3990.0, 3949.0, 3968.0, 3953.0, 3930.0, 3952.0, 3932.0, 4005.0, 3965.0, 4005.0, 3974.0, 3933.0, 3975.0, 3954.0, 3952.0, 3985.0, 3952.0, 3997.0, 3973.0, 3982.0, 3940.0, 3979.0, 3938.0, 3979.0, 3948.0, 3977.0, 3958.0, 3945.0, 3924.0, 3902.0, 3947.0, 3907.0, 3957.0, 3917.0, 3966.0, 3936.0, 3969.0, 3939.0, 3939.0, 3941.0, 3982.0, 3963.0, 3961.0, 3953.0, 3959.0, 3952.0, 3979.0, 3950.0, 3991.0, 3961.0, 3969.0, 3940.0, 3916.0, 3949.0, 3925.0, 3969.0, 3926.0, 3969.0, 3917.0, 3970.0, 3928.0, 3982.0, 3960.0, 3980.0, 3939.0, 3969.0, 3940.0, 3960.0, 3949.0, 3919.0, 3972.0, 3921.0, 3975.0, 3930.0, 3995.0, 3974.0, 3994.0, 3952.0, 3984.0, 3953.0, 3963.0, 3972.0, 3941.0, 3982.0, 3929.0, 3982.0, 3940.0, 3992.0, 3961.0, 3991.0, 3951.0, 3949.0, 3939.0, 3928.0, 3982.0, 3937.0, 3980.0, 3927.0, 3979.0, 3937.0, 3980.0, 3949.0, 3966.0, 3937.0, 3938.0, 3949.0, 3928.0, 3991.0, 3937.0, 3981.0, 3938.0, 3978.0, 3949.0, 3982.0, 3962.0, 3928.0, 3970.0, 3943.0, 3982.0, 3962.0, 4004.0, 3974.0, 4007.0, 3972.0, 3929.0, 3950.0, 3928.0, 3968.0, 3928.0, 3980.0, 3960.0, 3991.0, 3973.0, 3993.0, 3961.0, 3980.0, 3959.0, 3977.0, 3946.0, 3976.0, 3946.0, 3964.0, 3934.0, 3944.0, 3933.0, 3922.0, 3943.0, 3901.0, 3943.0, 3889.0, 3943.0, 3901.0, 3955.0, 3914.0, 3956.0, 3914.0, 3956.0, 3937.0, 3978.0, 3938.0, 3979.0, 3939.0, 3958.0, 3940.0, 3951.0, 3982.0, 3931.0, 3981.0, 3940.0, 3982.0, 3951.0, 3993.0, 3973.0, 3991.0, 3952.0, 3949.0, 3963.0, 3941.0, 3983.0, 3930.0, 3982.0, 3940.0, 3982.0, 3961.0, 3991.0, 3959.0, 3959.0, 3939.0, 3930.0, 3984.0, 3940.0, 3992.0, 3939.0, 3981.0, 3951.0, 3973.0, 3972.0, 3931.0, 3982.0, 3954.0, 3994.0, 3977.0, 4008.0, 3977.0, 3953.0, 3963.0, 3931.0, 3985.0, 3940.0, 3994.0, 3961.0, 3971.0, 3940.0, 3949.0, 3940.0, 3938.0, 3981.0, 3927.0, 3971.0, 3929.0, 3971.0, 3937.0, 3979.0, 3949.0, 3969.0, 3938.0, 3957.0, 3938.0, 3937.0, 3959.0, 3917.0, 3969.0, 3926.0, 3978.0, 3938.0, 3978.0, 3958.0, 3968.0, 3938.0, 3924.0, 3959.0, 3927.0, 3981.0, 3926.0, 3979.0, 3938.0, 3979.0, 3948.0, 3969.0, 3959.0, 3917.0, 3960.0, 3930.0, 3992.0, 3973.0, 3992.0, 3962.0, 3939.0, 3951.0, 3931.0, 3994.0, 3962.0, 3995.0, 3964.0, 3962.0, 3953.0, 3954.0, 3996.0, 3953.0, 3995.0, 3962.0, 4005.0, 3985.0, 3994.0, 3974.0, 3942.0, 3982.0, 3942.0, 3993.0, 3972.0, 3992.0, 3960.0, 3979.0, 3948.0, 3927.0, 3981.0, 3925.0, 3968.0, 3937.0, 3979.0, 3948.0, 3968.0, 3946.0, 3917.0, 3948.0, 3927.0, 3980.0, 3960.0, 3991.0, 3951.0, 3949.0, 3940.0, 3918.0, 3982.0, 3940.0, 3981.0, 3951.0, 3983.0, 3962.0, 3939.0, 3972.0, 3930.0, 3970.0, 3940.0, 3993.0, 3963.0, 3960.0, 3961.0, 3918.0, 3982.0, 3940.0, 3982.0, 3961.0, 3980.0, 3948.0, 3969.0, 3938.0, 3948.0, 3958.0, 3916.0, 3968.0, 3916.0, 3969.0, 3937.0, 3978.0, 3949.0, 3957.0, 3927.0, 3906.0, 3959.0, 3927.0, 3979.0, 3947.0, 3968.0, 3939.0, 3937.0, 3939.0, 3929.0, 3982.0, 3941.0, 3981.0, 3951.0, 3981.0, 3950.0, 3949.0, 3971.0, 3907.0, 3970.0, 3938.0, 3981.0, 3960.0, 3949.0, 3958.0, 3918.0, 3982.0, 3939.0, 3991.0, 3971.0, 3979.0, 3939.0, 3919.0, 3971.0, 3927.0, 3993.0, 3960.0, 3980.0, 3951.0, 3970.0, 3949.0, 3939.0, 3970.0, 3927.0, 3979.0, 3948.0, 3980.0, 3960.0, 3938.0, 3958.0, 3929.0, 3980.0, 3951.0, 3992.0, 3961.0, 3938.0, 3961.0, 3916.0, 3970.0, 3939.0, 3993.0, 3961.0, 3928.0, 3938.0, 3929.0, 3982.0, 3963.0, 3953.0, 3985.0, 3943.0, 3994.0, 3954.0, 4005.0, 3976.0, 3997.0, 3974.0, 3932.0, 3972.0, 3941.0, 3993.0, 3972.0, 3948.0, 3950.0, 3919.0, 3981.0, 3951.0, 3971.0, 3973.0, 3930.0, 3993.0, 3951.0, 3983.0, 3952.0, 3980.0, 3961.0, 3917.0, 3970.0, 3929.0, 3959.0, 3938.0, 3928.0, 3982.0, 3940.0, 3981.0, 3951.0, 3969.0, 3951.0, 3940.0, 3982.0, 3929.0, 3981.0, 3938.0, 3980.0, 3940.0, 3981.0, 3961.0, 3918.0, 3960.0, 3917.0, 3971.0, 3939.0, 3981.0, 3962.0, 3919.0, 3951.0, 3931.0, 3983.0, 3953.0, 3995.0, 3975.0, 3994.0, 3952.0, 3930.0, 3973.0, 3940.0, 3984.0, 3951.0, 3982.0, 3940.0, 3929.0, 3950.0, 3928.0, 3995.0, 3962.0, 3981.0, 3940.0, 3939.0, 3984.0, 3930.0, 3980.0, 3950.0, 3982.0, 3951.0, 3982.0, 3961.0, 3979.0, 3949.0, 3979.0, 3937.0, 3977.0, 3948.0, 3968.0, 3949.0, 3968.0, 3938.0, 3938.0, 3939.0, 3917.0, 3981.0, 3928.0, 3971.0, 3929.0, 3981.0, 3962.0, 3993.0, 3973.0, 3992.0, 3952.0, 3961.0, 3973.0, 3950.0, 3982.0, 3926.0, 3969.0, 3938.0, 3980.0, 3948.0, 3980.0, 3948.0, 3957.0, 3937.0, 3917.0, 3970.0, 3928.0, 3979.0, 3939.0, 3980.0, 3947.0, 3980.0, 3960.0, 3980.0, 3949.0, 3917.0, 3947.0, 3916.0, 3969.0, 3938.0, 3981.0, 3949.0, 3980.0, 3940.0, 3960.0, 3950.0, 3939.0, 3982.0, 3916.0, 3969.0, 3915.0, 3970.0, 3938.0, 3981.0, 3947.0, 3969.0, 3937.0, 3969.0, 3939.0, 3979.0, 3960.0, 3938.0, 3938.0, 3907.0, 3960.0, 3919.0, 3981.0, 3939.0, 3982.0, 3939.0, 3980.0, 3950.0, 3982.0, 3960.0, 3980.0, 3950.0, 3979.0, 3949.0, 3980.0, 3949.0, 3938.0, 3960.0, 3917.0, 3970.0, 3927.0, 3992.0, 3961.0, 3994.0, 3964.0, 3942.0, 3953.0, 3932.0, 3995.0, 3954.0, 3995.0, 3963.0, 3994.0, 3963.0, 3995.0, 3973.0, 3994.0, 3975.0, 3970.0, 3951.0, 3916.0, 3960.0, 3927.0, 3981.0, 3927.0, 3969.0, 3926.0, 3969.0, 3938.0, 3980.0, 3947.0, 3980.0, 3951.0, 3948.0, 3939.0, 3937.0, 3971.0, 3927.0, 3971.0, 3916.0, 3959.0, 3917.0, 3981.0, 3948.0, 3981.0, 3950.0, 3979.0, 3939.0, 3980.0, 3952.0, 3929.0, 3971.0, 3918.0, 3972.0, 3942.0, 3994.0, 3962.0, 3992.0, 3952.0, 3959.0, 3940.0, 3938.0, 3983.0, 3940.0, 3982.0, 3929.0, 3970.0, 3940.0, 3980.0, 3948.0, 3978.0, 3939.0, 3969.0, 3938.0, 3948.0, 3949.0, 3948.0, 3969.0, 3917.0, 3959.0, 3905.0, 3969.0, 3925.0, 3980.0, 3938.0, 3980.0, 3938.0, 3968.0, 3940.0, 3979.0, 3951.0, 3970.0, 3940.0, 3938.0, 3951.0, 3929.0, 3972.0, 3939.0, 3983.0, 3940.0, 3982.0, 3928.0, 3968.0, 3929.0, 3981.0, 3961.0, 3992.0, 3960.0, 3980.0, 3951.0, 3970.0, 3950.0, 3939.0, 3971.0, 3929.0, 3969.0, 3927.0, 3981.0, 3961.0, 3981.0, 3962.0, 3928.0, 3951.0, 3929.0, 3982.0, 3941.0, 3994.0, 3961.0, 3982.0, 3948.0, 3982.0, 3950.0, 3981.0, 3949.0, 3915.0, 3946.0, 3917.0, 3970.0, 3928.0, 3983.0, 3938.0, 3970.0, 3939.0, 3960.0, 3941.0, 3930.0, 3971.0, 3930.0, 3971.0, 3941.0, 3981.0, 3963.0, 3983.0, 3963.0, 3929.0, 3962.0, 3919.0, 3981.0, 3949.0, 3982.0, 3950.0, 3970.0, 3940.0, 3968.0, 3961.0, 3918.0, 3960.0, 3918.0, 3971.0, 3948.0, 3978.0, 3960.0, 3968.0, 3939.0, 3918.0, 3960.0, 3929.0, 3981.0, 3941.0, 3941.0, 3953.0, 3932.0, 3995.0, 3953.0, 3984.0, 3953.0, 3993.0, 3962.0, 3981.0, 3950.0, 3930.0, 3961.0, 3917.0, 3981.0, 3961.0, 3980.0, 3938.0, 3918.0, 3960.0, 3929.0, 3983.0, 3961.0, 3992.0, 3949.0, 3918.0, 3949.0, 3918.0, 3992.0, 3949.0, 3980.0, 3941.0, 3948.0, 3959.0, 3927.0, 3990.0, 3950.0, 3958.0, 3939.0, 3918.0, 3971.0, 3951.0, 3992.0, 3952.0, 3940.0, 3951.0, 3920.0, 3981.0, 3938.0, 3983.0, 3938.0, 3969.0, 3938.0, 3978.0, 3947.0, 3914.0, 3936.0, 3917.0, 3969.0, 3948.0, 3968.0, 3938.0, 3937.0, 3937.0, 3905.0, 3981.0, 3950.0, 3958.0, 3928.0, 3918.0, 3961.0, 3931.0, 3992.0, 3962.0, 3991.0, 3951.0, 3994.0, 3951.0, 3979.0, 3958.0, 3926.0, 3936.0, 3915.0, 3957.0, 3926.0, 3967.0, 3949.0, 3937.0, 3926.0, 3918.0, 3972.0, 3940.0, 3994.0, 3952.0, 3971.0, 3939.0, 3961.0, 3961.0, 3920.0, 3972.0, 3929.0, 3984.0, 3953.0, 3994.0, 3962.0, 3972.0, 3951.0, 3928.0, 3952.0, 3919.0, 3983.0, 3941.0, 3984.0, 3953.0, 3941.0, 3962.0, 3932.0, 3994.0, 3952.0, 3985.0, 3951.0, 3971.0, 3938.0, 3971.0, 3927.0, 3968.0, 3915.0, 3955.0, 3926.0, 3967.0, 3936.0, 3967.0, 3926.0, 3945.0, 3927.0, 3935.0, 3947.0, 3905.0, 3956.0, 3914.0, 3969.0, 3939.0, 3968.0, 3950.0, 3926.0, 3937.0, 3918.0, 3970.0, 3949.0, 3993.0, 3962.0, 3959.0, 3940.0, 3920.0, 3973.0, 3952.0, 3995.0, 3963.0, 3960.0, 3952.0, 3931.0, 3984.0, 3950.0, 3983.0, 3951.0, 3972.0, 3952.0, 3951.0, 3972.0, 3920.0, 3984.0, 3930.0, 3973.0, 3939.0, 3980.0, 3951.0, 3979.0, 3950.0, 3928.0, 3949.0, 3907.0, 3951.0, 3929.0, 3981.0, 3952.0, 3982.0, 3942.0, 3972.0, 3953.0, 3941.0, 3983.0, 3918.0, 3971.0, 3927.0, 3970.0, 3939.0, 3969.0, 3950.0, 3947.0, 3927.0, 3917.0, 3949.0, 3917.0, 3980.0, 3926.0, 3971.0, 3938.0, 3969.0, 3939.0, 3947.0, 3959.0, 3907.0, 3958.0, 3928.0, 3970.0, 3940.0, 3980.0, 3950.0, 3940.0, 3949.0, 3920.0, 3975.0], 'WindowWidth': [8908.0, 8922.0, 8858.0, 8844.0, 8875.0, 8793.0, 8853.0, 8804.0, 8848.0, 8823.0, 8834.0, 8838.0, 8779.0, 8851.0, 8811.0, 8864.0, 8822.0, 8791.0, 8867.0, 8809.0, 8854.0, 8826.0, 8796.0, 8854.0, 8797.0, 8892.0, 8826.0, 8871.0, 8822.0, 8845.0, 8832.0, 8754.0, 8828.0, 8767.0, 8819.0, 8766.0, 8795.0, 8809.0, 8792.0, 8862.0, 8802.0, 8842.0, 8808.0, 8785.0, 8862.0, 8822.0, 8860.0, 8835.0, 8876.0, 8847.0, 8798.0, 8875.0, 8763.0, 8850.0, 8854.0, 8889.0, 8861.0, 8887.0, 8826.0, 8790.0, 8836.0, 8809.0, 8889.0, 8810.0, 8868.0, 8822.0, 8863.0, 8839.0, 8864.0, 8839.0, 8781.0, 8842.0, 8780.0, 8866.0, 8837.0, 8862.0, 8829.0, 8827.0, 8824.0, 8781.0, 8888.0, 8857.0, 8907.0, 8825.0, 8785.0, 8840.0, 8778.0, 8872.0, 8805.0, 8871.0, 8789.0, 8850.0, 8764.0, 8848.0, 8770.0, 8840.0, 8781.0, 8845.0, 8784.0, 8844.0, 8803.0, 8864.0, 8823.0, 8818.0, 8826.0, 8782.0, 8840.0, 8783.0, 8886.0, 8842.0, 8890.0, 8845.0, 8888.0, 8830.0, 8882.0, 8841.0, 8849.0, 8855.0, 8799.0, 8835.0, 8773.0, 8847.0, 8787.0, 8862.0, 8816.0, 8861.0, 8803.0, 8855.0, 8800.0, 8840.0, 8815.0, 8766.0, 8828.0, 8770.0, 8827.0, 8763.0, 8841.0, 8813.0, 8857.0, 8797.0, 8858.0, 8794.0, 8818.0, 8812.0, 8820.0, 8855.0, 8796.0, 8859.0, 8784.0, 8855.0, 8794.0, 8870.0, 8816.0, 8886.0, 8819.0, 8849.0, 8802.0, 8846.0, 8816.0, 8861.0, 8822.0, 8770.0, 8817.0, 8759.0, 8848.0, 8810.0, 8880.0, 8823.0, 8849.0, 8834.0, 8802.0, 8832.0, 8806.0, 8910.0, 8854.0, 8909.0, 8863.0, 8808.0, 8867.0, 8837.0, 8831.0, 8881.0, 8831.0, 8903.0, 8857.0, 8872.0, 8810.0, 8862.0, 8805.0, 8864.0, 8818.0, 8860.0, 8831.0, 8808.0, 8778.0, 8747.0, 8815.0, 8762.0, 8831.0, 8773.0, 8839.0, 8799.0, 8847.0, 8810.0, 8809.0, 8814.0, 8870.0, 8846.0, 8842.0, 8832.0, 8837.0, 8828.0, 8862.0, 8824.0, 8882.0, 8840.0, 8845.0, 8810.0, 8772.0, 8819.0, 8784.0, 8847.0, 8787.0, 8849.0, 8775.0, 8849.0, 8792.0, 8871.0, 8837.0, 8866.0, 8808.0, 8849.0, 8811.0, 8839.0, 8824.0, 8783.0, 8857.0, 8788.0, 8865.0, 8799.0, 8894.0, 8862.0, 8891.0, 8831.0, 8879.0, 8837.0, 8846.0, 8858.0, 8813.0, 8872.0, 8796.0, 8869.0, 8809.0, 8884.0, 8839.0, 8882.0, 8825.0, 8821.0, 8808.0, 8792.0, 8870.0, 8802.0, 8864.0, 8789.0, 8860.0, 8802.0, 8863.0, 8819.0, 8842.0, 8802.0, 8804.0, 8821.0, 8793.0, 8882.0, 8804.0, 8866.0, 8807.0, 8861.0, 8824.0, 8869.0, 8845.0, 8795.0, 8852.0, 8820.0, 8872.0, 8846.0, 8906.0, 8864.0, 8918.0, 8860.0, 8795.0, 8822.0, 8793.0, 8846.0, 8792.0, 8865.0, 8838.0, 8885.0, 8861.0, 8889.0, 8841.0, 8869.0, 8834.0, 8857.0, 8812.0, 8852.0, 8811.0, 8832.0, 8793.0, 8803.0, 8791.0, 8774.0, 8803.0, 8744.0, 8802.0, 8728.0, 8803.0, 8746.0, 8823.0, 8767.0, 8825.0, 8769.0, 8827.0, 8802.0, 8858.0, 8806.0, 8862.0, 8810.0, 8833.0, 8812.0, 8827.0, 8872.0, 8800.0, 8870.0, 8812.0, 8873.0, 8828.0, 8889.0, 8860.0, 8884.0, 8830.0, 8823.0, 8848.0, 8816.0, 8876.0, 8797.0, 8872.0, 8811.0, 8870.0, 8841.0, 8883.0, 8838.0, 8836.0, 8811.0, 8798.0, 8875.0, 8814.0, 8884.0, 8810.0, 8870.0, 8829.0, 8859.0, 8861.0, 8804.0, 8874.0, 8837.0, 8892.0, 8872.0, 8919.0, 8870.0, 8833.0, 8845.0, 8801.0, 8881.0, 8810.0, 8892.0, 8839.0, 8856.0, 8811.0, 8821.0, 8811.0, 8807.0, 8869.0, 8790.0, 8854.0, 8794.0, 8853.0, 8803.0, 8865.0, 8819.0, 8848.0, 8805.0, 8829.0, 8805.0, 8803.0, 8835.0, 8775.0, 8847.0, 8788.0, 8859.0, 8804.0, 8861.0, 8832.0, 8846.0, 8805.0, 8783.0, 8832.0, 8789.0, 8866.0, 8785.0, 8862.0, 8806.0, 8862.0, 8819.0, 8846.0, 8835.0, 8776.0, 8837.0, 8797.0, 8884.0, 8860.0, 8885.0, 8843.0, 8808.0, 8827.0, 8800.0, 8889.0, 8843.0, 8893.0, 8852.0, 8846.0, 8835.0, 8836.0, 8896.0, 8833.0, 8893.0, 8848.0, 8908.0, 8880.0, 8891.0, 8862.0, 8818.0, 8872.0, 8816.0, 8893.0, 8858.0, 8888.0, 8836.0, 8862.0, 8820.0, 8788.0, 8870.0, 8782.0, 8846.0, 8801.0, 8860.0, 8818.0, 8845.0, 8812.0, 8777.0, 8818.0, 8790.0, 8865.0, 8838.0, 8882.0, 8825.0, 8822.0, 8810.0, 8780.0, 8871.0, 8809.0, 8870.0, 8828.0, 8873.0, 8844.0, 8808.0, 8855.0, 8797.0, 8852.0, 8811.0, 8887.0, 8847.0, 8839.0, 8840.0, 8781.0, 8870.0, 8809.0, 8873.0, 8838.0, 8869.0, 8816.0, 8847.0, 8803.0, 8817.0, 8831.0, 8772.0, 8844.0, 8772.0, 8847.0, 8803.0, 8859.0, 8821.0, 8829.0, 8789.0, 8761.0, 8834.0, 8788.0, 8862.0, 8816.0, 8846.0, 8806.0, 8802.0, 8808.0, 8794.0, 8870.0, 8812.0, 8869.0, 8825.0, 8868.0, 8825.0, 8820.0, 8853.0, 8763.0, 8849.0, 8807.0, 8866.0, 8838.0, 8822.0, 8834.0, 8780.0, 8869.0, 8808.0, 8884.0, 8855.0, 8864.0, 8809.0, 8782.0, 8853.0, 8791.0, 8886.0, 8837.0, 8866.0, 8828.0, 8851.0, 8822.0, 8807.0, 8849.0, 8789.0, 8861.0, 8820.0, 8863.0, 8838.0, 8805.0, 8834.0, 8795.0, 8866.0, 8828.0, 8885.0, 8841.0, 8807.0, 8840.0, 8775.0, 8849.0, 8808.0, 8886.0, 8839.0, 8792.0, 8805.0, 8796.0, 8871.0, 8847.0, 8833.0, 8881.0, 8822.0, 8891.0, 8836.0, 8910.0, 8868.0, 8896.0, 8863.0, 8804.0, 8857.0, 8814.0, 8889.0, 8854.0, 8819.0, 8823.0, 8781.0, 8867.0, 8829.0, 8854.0, 8860.0, 8798.0, 8887.0, 8826.0, 8873.0, 8827.0, 8863.0, 8838.0, 8774.0, 8850.0, 8792.0, 8835.0, 8807.0, 8792.0, 8868.0, 8810.0, 8867.0, 8827.0, 8850.0, 8826.0, 8810.0, 8869.0, 8793.0, 8867.0, 8805.0, 8864.0, 8810.0, 8867.0, 8838.0, 8778.0, 8835.0, 8775.0, 8852.0, 8808.0, 8867.0, 8841.0, 8783.0, 8827.0, 8801.0, 8874.0, 8835.0, 8893.0, 8865.0, 8890.0, 8830.0, 8798.0, 8858.0, 8808.0, 8876.0, 8824.0, 8872.0, 8810.0, 8794.0, 8824.0, 8792.0, 8893.0, 8843.0, 8870.0, 8813.0, 8809.0, 8876.0, 8798.0, 8867.0, 8824.0, 8870.0, 8828.0, 8872.0, 8839.0, 8862.0, 8821.0, 8862.0, 8802.0, 8858.0, 8817.0, 8845.0, 8821.0, 8844.0, 8805.0, 8806.0, 8809.0, 8777.0, 8867.0, 8792.0, 8855.0, 8795.0, 8868.0, 8842.0, 8886.0, 8861.0, 8886.0, 8831.0, 8841.0, 8858.0, 8822.0, 8871.0, 8787.0, 8848.0, 8803.0, 8864.0, 8816.0, 8863.0, 8819.0, 8828.0, 8802.0, 8776.0, 8848.0, 8789.0, 8862.0, 8806.0, 8863.0, 8816.0, 8865.0, 8837.0, 8864.0, 8821.0, 8775.0, 8816.0, 8773.0, 8847.0, 8803.0, 8869.0, 8820.0, 8865.0, 8809.0, 8837.0, 8824.0, 8809.0, 8869.0, 8774.0, 8848.0, 8771.0, 8850.0, 8802.0, 8868.0, 8815.0, 8849.0, 8802.0, 8847.0, 8807.0, 8861.0, 8836.0, 8805.0, 8806.0, 8763.0, 8838.0, 8783.0, 8868.0, 8808.0, 8870.0, 8808.0, 8866.0, 8826.0, 8870.0, 8834.0, 8864.0, 8823.0, 8864.0, 8821.0, 8866.0, 8821.0, 8806.0, 8835.0, 8775.0, 8849.0, 8792.0, 8883.0, 8842.0, 8888.0, 8850.0, 8819.0, 8835.0, 8805.0, 8893.0, 8834.0, 8895.0, 8846.0, 8892.0, 8846.0, 8895.0, 8861.0, 8894.0, 8865.0, 8851.0, 8825.0, 8774.0, 8835.0, 8790.0, 8865.0, 8787.0, 8849.0, 8787.0, 8847.0, 8805.0, 8863.0, 8818.0, 8865.0, 8825.0, 8819.0, 8809.0, 8804.0, 8853.0, 8789.0, 8853.0, 8771.0, 8833.0, 8776.0, 8866.0, 8819.0, 8868.0, 8822.0, 8861.0, 8808.0, 8864.0, 8829.0, 8794.0, 8853.0, 8781.0, 8858.0, 8816.0, 8890.0, 8844.0, 8886.0, 8829.0, 8835.0, 8812.0, 8806.0, 8872.0, 8809.0, 8869.0, 8792.0, 8852.0, 8809.0, 8865.0, 8817.0, 8861.0, 8806.0, 8850.0, 8805.0, 8819.0, 8821.0, 8817.0, 8848.0, 8773.0, 8832.0, 8756.0, 8845.0, 8784.0, 8864.0, 8805.0, 8862.0, 8804.0, 8846.0, 8810.0, 8860.0, 8826.0, 8850.0, 8811.0, 8807.0, 8828.0, 8795.0, 8856.0, 8808.0, 8872.0, 8808.0, 8870.0, 8791.0, 8844.0, 8793.0, 8868.0, 8838.0, 8885.0, 8837.0, 8868.0, 8826.0, 8851.0, 8822.0, 8805.0, 8854.0, 8795.0, 8849.0, 8792.0, 8867.0, 8841.0, 8868.0, 8843.0, 8793.0, 8827.0, 8797.0, 8873.0, 8813.0, 8894.0, 8840.0, 8873.0, 8820.0, 8872.0, 8823.0, 8865.0, 8820.0, 8770.0, 8814.0, 8774.0, 8850.0, 8791.0, 8871.0, 8805.0, 8850.0, 8809.0, 8839.0, 8813.0, 8796.0, 8855.0, 8797.0, 8854.0, 8814.0, 8870.0, 8848.0, 8873.0, 8847.0, 8795.0, 8842.0, 8782.0, 8870.0, 8821.0, 8874.0, 8823.0, 8852.0, 8811.0, 8847.0, 8839.0, 8778.0, 8836.0, 8779.0, 8855.0, 8819.0, 8863.0, 8836.0, 8846.0, 8806.0, 8780.0, 8837.0, 8794.0, 8867.0, 8814.0, 8815.0, 8833.0, 8804.0, 8893.0, 8832.0, 8878.0, 8834.0, 8888.0, 8842.0, 8868.0, 8823.0, 8795.0, 8840.0, 8777.0, 8868.0, 8839.0, 8866.0, 8805.0, 8781.0, 8838.0, 8795.0, 8872.0, 8841.0, 8885.0, 8823.0, 8779.0, 8821.0, 8779.0, 8885.0, 8820.0, 8867.0, 8812.0, 8818.0, 8834.0, 8790.0, 8881.0, 8822.0, 8834.0, 8807.0, 8780.0, 8855.0, 8825.0, 8885.0, 8828.0, 8809.0, 8825.0, 8785.0, 8870.0, 8806.0, 8874.0, 8804.0, 8848.0, 8803.0, 8857.0, 8815.0, 8767.0, 8797.0, 8775.0, 8848.0, 8817.0, 8844.0, 8804.0, 8800.0, 8802.0, 8758.0, 8866.0, 8821.0, 8832.0, 8793.0, 8780.0, 8841.0, 8801.0, 8886.0, 8844.0, 8885.0, 8828.0, 8891.0, 8827.0, 8865.0, 8832.0, 8785.0, 8799.0, 8769.0, 8830.0, 8786.0, 8844.0, 8820.0, 8800.0, 8787.0, 8782.0, 8856.0, 8810.0, 8889.0, 8828.0, 8853.0, 8811.0, 8842.0, 8840.0, 8784.0, 8857.0, 8797.0, 8877.0, 8836.0, 8889.0, 8844.0, 8855.0, 8827.0, 8794.0, 8829.0, 8782.0, 8873.0, 8816.0, 8878.0, 8833.0, 8815.0, 8844.0, 8803.0, 8893.0, 8828.0, 8881.0, 8824.0, 8855.0, 8805.0, 8853.0, 8786.0, 8848.0, 8767.0, 8823.0, 8783.0, 8842.0, 8798.0, 8840.0, 8785.0, 8809.0, 8788.0, 8797.0, 8812.0, 8756.0, 8825.0, 8767.0, 8848.0, 8807.0, 8845.0, 8822.0, 8786.0, 8803.0, 8780.0, 8851.0, 8824.0, 8886.0, 8841.0, 8834.0, 8810.0, 8786.0, 8858.0, 8830.0, 8892.0, 8844.0, 8837.0, 8829.0, 8803.0, 8876.0, 8826.0, 8875.0, 8828.0, 8857.0, 8830.0, 8827.0, 8858.0, 8784.0, 8875.0, 8798.0, 8859.0, 8808.0, 8866.0, 8826.0, 8865.0, 8823.0, 8790.0, 8818.0, 8762.0, 8826.0, 8796.0, 8868.0, 8830.0, 8871.0, 8815.0, 8857.0, 8831.0, 8812.0, 8872.0, 8778.0, 8852.0, 8789.0, 8850.0, 8805.0, 8847.0, 8823.0, 8813.0, 8787.0, 8774.0, 8820.0, 8774.0, 8863.0, 8787.0, 8852.0, 8804.0, 8846.0, 8807.0, 8816.0, 8833.0, 8761.0, 8833.0, 8792.0, 8850.0, 8810.0, 8865.0, 8824.0, 8808.0, 8821.0, 8783.0, 8864.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.0008889437229437229</td></tr>
<tr><td colspan=3>aqi</td><td>0.02285017800865801</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.97335982032054</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2576074263951473</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0120728273830177</td></tr>
<tr><td colspan=3>efc</td><td>0.4997</td></tr>
<tr><td colspan=3>fber</td><td>3950.405</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09392103560193885</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>39</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.3766233766233764</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.560923025732143</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4819796680977206</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8425709322278276</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3582184768708814</td></tr>
<tr><td colspan=3>gcor</td><td>0.00597296</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013506004586815834</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03004389815032482</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1155</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7509812659546022</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>23.0367</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.3008</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>204.828</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297107.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>1017.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>386.4553</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1096</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>512.7082</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3094.253</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3290.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79437.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>935.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4086.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>877.0983</td></tr>
<tr><td colspan=3>tsnr</td><td>37.88562920410186</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>