<?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-0130_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-0130_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-0130_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-0130/figures/sub-0130_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0130/figures/sub-0130_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-0130/figures/sub-0130_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130/ses-02/func/sub-0130_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>d876c8bbd393deeb80f0bcb9ccefa512</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>12:56:12.652500</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.99023, -0.0960558, 0.101082, 0.103903, 0.991721, -0.0754527]</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.0947751</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>[4248, -7760, -7230, 398, -228, 32, -2, 71]</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>242.794</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c559fc58-bdef-4230-9869-7b8cae569f98||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.656715154647827, 0.27876317501068115, 0.25109294056892395, 89.5161361694336], [0.2577107846736908, 2.6607158184051514, -0.23008926212787628, -111.15914154052734], [0.27119532227516174, 0.20243416726589203, 2.678434371948242, -94.22096252441406], [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': ['125612.652500', '125613.112500', '125613.572500', '125614.032500', '125614.492500', '125614.952500', '125615.412500', '125615.872500', '125616.332500', '125616.792500', '125617.252500', '125617.712500', '125618.172500', '125618.632500', '125619.092500', '125619.552500', '125620.012500', '125620.472500', '125620.932500', '125621.392500', '125621.852500', '125622.312500', '125622.772500', '125623.232500', '125623.692500', '125624.152500', '125624.612500', '125625.072500', '125625.532500', '125625.992500', '125626.452500', '125626.912500', '125627.372500', '125627.832500', '125628.292500', '125628.752500', '125629.212500', '125629.672500', '125630.132500', '125630.592500', '125631.052500', '125631.512500', '125631.972500', '125632.432500', '125632.892500', '125633.352500', '125633.812500', '125634.272500', '125634.732500', '125635.192500', '125635.652500', '125636.112500', '125636.572500', '125637.032500', '125637.492500', '125637.952500', '125638.412500', '125638.872500', '125639.332500', '125639.792500', '125640.252500', '125640.712500', '125641.172500', '125641.632500', '125642.092500', '125642.552500', '125643.012500', '125643.472500', '125643.932500', '125644.392500', '125644.852500', '125645.312500', '125645.772500', '125646.232500', '125646.692500', '125647.152500', '125647.612500', '125648.072500', '125648.532500', '125648.992500', '125649.452500', '125649.912500', '125650.372500', '125650.832500', '125651.292500', '125651.752500', '125652.212500', '125652.672500', '125653.132500', '125653.592500', '125654.052500', '125654.512500', '125654.972500', '125655.432500', '125655.892500', '125656.352500', '125656.812500', '125657.272500', '125657.732500', '125658.192500', '125658.652500', '125659.112500', '125659.572500', '125700.032500', '125700.492500', '125700.952500', '125701.412500', '125701.872500', '125702.332500', '125702.792500', '125703.252500', '125703.712500', '125704.172500', '125704.632500', '125705.092500', '125705.552500', '125706.012500', '125706.472500', '125706.932500', '125707.392500', '125707.852500', '125708.312500', '125708.772500', '125709.232500', '125709.692500', '125710.152500', '125710.612500', '125711.072500', '125711.532500', '125711.992500', '125712.452500', '125712.912500', '125713.372500', '125713.832500', '125714.292500', '125714.752500', '125715.212500', '125715.672500', '125716.132500', '125716.592500', '125717.052500', '125717.512500', '125717.972500', '125718.432500', '125718.892500', '125719.352500', '125719.812500', '125720.272500', '125720.732500', '125721.192500', '125721.652500', '125722.112500', '125722.572500', '125723.032500', '125723.492500', '125723.952500', '125724.412500', '125724.872500', '125725.332500', '125725.792500', '125726.252500', '125726.712500', '125727.172500', '125727.632500', '125728.092500', '125728.552500', '125729.012500', '125729.472500', '125729.932500', '125730.392500', '125730.852500', '125731.312500', '125731.772500', '125732.232500', '125732.692500', '125733.152500', '125733.612500', '125734.072500', '125734.532500', '125734.992500', '125735.452500', '125735.912500', '125736.372500', '125736.832500', '125737.292500', '125737.752500', '125738.212500', '125738.672500', '125739.132500', '125739.592500', '125740.052500', '125740.512500', '125740.972500', '125741.432500', '125741.892500', '125742.352500', '125742.812500', '125743.272500', '125743.732500', '125744.192500', '125744.652500', '125745.112500', '125745.572500', '125746.032500', '125746.492500', '125746.952500', '125747.412500', '125747.872500', '125748.332500', '125748.792500', '125749.252500', '125749.712500', '125750.172500', '125750.632500', '125751.092500', '125751.552500', '125752.012500', '125752.472500', '125752.932500', '125753.392500', '125753.852500', '125754.312500', '125754.772500', '125755.232500', '125755.692500', '125756.152500', '125756.612500', '125757.072500', '125757.532500', '125757.992500', '125758.452500', '125758.912500', '125759.372500', '125759.832500', '125800.292500', '125800.752500', '125801.212500', '125801.672500', '125802.132500', '125802.592500', '125803.052500', '125803.512500', '125803.972500', '125804.432500', '125804.892500', '125805.352500', '125805.812500', '125806.272500', '125806.732500', '125807.192500', '125807.652500', '125808.112500', '125808.572500', '125809.032500', '125809.492500', '125809.952500', '125810.412500', '125810.872500', '125811.332500', '125811.792500', '125812.252500', '125812.712500', '125813.172500', '125813.632500', '125814.092500', '125814.552500', '125815.012500', '125815.472500', '125815.932500', '125816.392500', '125816.852500', '125817.312500', '125817.772500', '125818.232500', '125818.692500', '125819.152500', '125819.612500', '125820.072500', '125820.532500', '125820.992500', '125821.452500', '125821.912500', '125822.372500', '125822.832500', '125823.292500', '125823.752500', '125824.212500', '125824.672500', '125825.132500', '125825.592500', '125826.052500', '125826.512500', '125826.972500', '125827.432500', '125827.892500', '125828.352500', '125828.812500', '125829.272500', '125829.732500', '125830.192500', '125830.652500', '125831.112500', '125831.572500', '125832.032500', '125832.492500', '125832.952500', '125833.412500', '125833.872500', '125834.332500', '125834.792500', '125835.252500', '125835.712500', '125836.172500', '125836.632500', '125837.092500', '125837.552500', '125838.012500', '125838.472500', '125838.932500', '125839.392500', '125839.852500', '125840.312500', '125840.772500', '125841.232500', '125841.692500', '125842.152500', '125842.612500', '125843.072500', '125843.532500', '125843.992500', '125844.452500', '125844.912500', '125845.372500', '125845.832500', '125846.292500', '125846.752500', '125847.212500', '125847.672500', '125848.132500', '125848.592500', '125849.052500', '125849.512500', '125849.972500', '125850.432500', '125850.892500', '125851.352500', '125851.812500', '125852.272500', '125852.732500', '125853.192500', '125853.652500', '125854.112500', '125854.572500', '125855.032500', '125855.492500', '125855.952500', '125856.412500', '125856.872500', '125857.332500', '125857.792500', '125858.252500', '125858.712500', '125859.172500', '125859.632500', '125900.092500', '125900.552500', '125901.012500', '125901.472500', '125901.932500', '125902.392500', '125902.852500', '125903.312500', '125903.772500', '125904.232500', '125904.692500', '125905.152500', '125905.612500', '125906.072500', '125906.532500', '125906.992500', '125907.452500', '125907.912500', '125908.372500', '125908.832500', '125909.292500', '125909.752500', '125910.212500', '125910.672500', '125911.132500', '125911.592500', '125912.052500', '125912.512500', '125912.972500', '125913.432500', '125913.892500', '125914.352500', '125914.812500', '125915.272500', '125915.732500', '125916.192500', '125916.652500', '125917.112500', '125917.572500', '125918.032500', '125918.492500', '125918.952500', '125919.412500', '125919.872500', '125920.332500', '125920.792500', '125921.252500', '125921.712500', '125922.172500', '125922.632500', '125923.092500', '125923.552500', '125924.012500', '125924.472500', '125924.932500', '125925.392500', '125925.852500', '125926.312500', '125926.772500', '125927.232500', '125927.692500', '125928.152500', '125928.612500', '125929.072500', '125929.532500', '125929.992500', '125930.452500', '125930.912500', '125931.372500', '125931.832500', '125932.292500', '125932.752500', '125933.212500', '125933.672500', '125934.132500', '125934.592500', '125935.052500', '125935.512500', '125935.972500', '125936.432500', '125936.892500', '125937.352500', '125937.812500', '125938.272500', '125938.732500', '125939.192500', '125939.652500', '125940.112500', '125940.572500', '125941.032500', '125941.492500', '125941.952500', '125942.412500', '125942.872500', '125943.332500', '125943.792500', '125944.252500', '125944.712500', '125945.172500', '125945.632500', '125946.092500', '125946.552500', '125947.012500', '125947.472500', '125947.932500', '125948.392500', '125948.852500', '125949.312500', '125949.772500', '125950.232500', '125950.692500', '125951.152500', '125951.612500', '125952.072500', '125952.532500', '125952.992500', '125953.452500', '125953.912500', '125954.372500', '125954.832500', '125955.292500', '125955.752500', '125956.212500', '125956.672500', '125957.132500', '125957.592500', '125958.052500', '125958.512500', '125958.972500', '125959.432500', '125959.892500', '130000.352500', '130000.812500', '130001.272500', '130001.732500', '130002.192500', '130002.652500', '130003.112500', '130003.572500', '130004.032500', '130004.492500', '130004.952500', '130005.412500', '130005.872500', '130006.332500', '130006.792500', '130007.252500', '130007.712500', '130008.172500', '130008.632500', '130009.092500', '130009.552500', '130010.012500', '130010.472500', '130010.932500', '130011.392500', '130011.852500', '130012.312500', '130012.772500', '130013.232500', '130013.692500', '130014.152500', '130014.612500', '130015.072500', '130015.532500', '130015.992500', '130016.452500', '130016.912500', '130017.372500', '130017.832500', '130018.292500', '130018.752500', '130019.212500', '130019.672500', '130020.132500', '130020.592500', '130021.052500', '130021.512500', '130021.972500', '130022.432500', '130022.892500', '130023.352500', '130023.812500', '130024.272500', '130024.732500', '130025.192500', '130025.652500', '130026.112500', '130026.572500', '130027.032500', '130027.492500', '130027.952500', '130028.412500', '130028.872500', '130029.332500', '130029.792500', '130030.252500', '130030.712500', '130031.172500', '130031.632500', '130032.092500', '130032.552500', '130033.012500', '130033.472500', '130033.932500', '130034.392500', '130034.852500', '130035.312500', '130035.772500', '130036.232500', '130036.692500', '130037.152500', '130037.612500', '130038.072500', '130038.532500', '130038.992500', '130039.452500', '130039.912500', '130040.372500', '130040.832500', '130041.292500', '130041.752500', '130042.212500', '130042.672500', '130043.132500', '130043.592500', '130044.052500', '130044.512500', '130044.972500', '130045.432500', '130045.892500', '130046.352500', '130046.812500', '130047.272500', '130047.732500', '130048.192500', '130048.652500', '130049.112500', '130049.572500', '130050.032500', '130050.492500', '130050.952500', '130051.412500', '130051.872500', '130052.332500', '130052.792500', '130053.252500', '130053.712500', '130054.172500', '130054.632500', '130055.092500', '130055.552500', '130056.012500', '130056.472500', '130056.932500', '130057.392500', '130057.852500', '130058.312500', '130058.772500', '130059.232500', '130059.692500', '130100.152500', '130100.612500', '130101.072500', '130101.532500', '130101.992500', '130102.452500', '130102.912500', '130103.372500', '130103.832500', '130104.292500', '130104.752500', '130105.212500', '130105.672500', '130106.132500', '130106.592500', '130107.052500', '130107.512500', '130107.972500', '130108.432500', '130108.892500', '130109.352500', '130109.812500', '130110.272500', '130110.732500', '130111.192500', '130111.652500', '130112.112500', '130112.572500', '130113.032500', '130113.492500', '130113.952500', '130114.412500', '130114.872500', '130115.332500', '130115.792500', '130116.252500', '130116.712500', '130117.172500', '130117.632500', '130118.092500', '130118.552500', '130119.012500', '130119.472500', '130119.932500', '130120.392500', '130120.852500', '130121.312500', '130121.772500', '130122.232500', '130122.692500', '130123.152500', '130123.612500', '130124.072500', '130124.532500', '130124.992500', '130125.452500', '130125.912500', '130126.372500', '130126.832500', '130127.292500', '130127.752500', '130128.212500', '130128.672500', '130129.132500', '130129.592500', '130130.052500', '130130.512500', '130130.972500', '130131.432500', '130131.892500', '130132.352500', '130132.812500', '130133.272500', '130133.732500', '130134.192500', '130134.652500', '130135.112500', '130135.572500', '130136.032500', '130136.492500', '130136.952500', '130137.412500', '130137.872500', '130138.332500', '130138.792500', '130139.252500', '130139.712500', '130140.172500', '130140.632500', '130141.092500', '130141.552500', '130142.012500', '130142.472500', '130142.932500', '130143.392500', '130143.852500', '130144.312500', '130144.772500', '130145.232500', '130145.692500', '130146.152500', '130146.612500', '130147.072500', '130147.532500', '130147.992500', '130148.452500', '130148.912500', '130149.372500', '130149.832500', '130150.292500', '130150.752500', '130151.212500', '130151.672500', '130152.132500', '130152.592500', '130153.052500', '130153.512500', '130153.972500', '130154.432500', '130154.892500', '130155.352500', '130155.812500', '130156.272500', '130156.732500', '130157.192500', '130157.652500', '130158.112500', '130158.572500', '130159.032500', '130159.492500', '130159.952500', '130200.412500', '130200.872500', '130201.332500', '130201.792500', '130202.252500', '130202.712500', '130203.172500', '130203.632500', '130204.092500', '130204.552500', '130205.012500', '130205.472500', '130205.932500', '130206.392500', '130206.852500', '130207.312500', '130207.772500', '130208.232500', '130208.692500', '130209.152500', '130209.612500', '130210.072500', '130210.532500', '130210.992500', '130211.452500', '130211.912500', '130212.372500', '130212.832500', '130213.292500', '130213.752500', '130214.212500', '130214.672500', '130215.132500', '130215.592500', '130216.052500', '130216.512500', '130216.972500', '130217.432500', '130217.892500', '130218.352500', '130218.812500', '130219.272500', '130219.732500', '130220.192500', '130220.652500', '130221.112500', '130221.572500', '130222.032500', '130222.492500', '130222.952500', '130223.412500', '130223.872500', '130224.332500', '130224.792500', '130225.252500', '130225.712500', '130226.172500', '130226.632500', '130227.092500', '130227.552500', '130228.012500', '130228.472500', '130228.932500', '130229.392500', '130229.852500', '130230.312500', '130230.772500', '130231.232500', '130231.692500', '130232.152500', '130232.612500', '130233.072500', '130233.532500', '130233.992500', '130234.452500', '130234.912500', '130235.372500', '130235.832500', '130236.292500', '130236.752500', '130237.212500', '130237.672500', '130238.132500', '130238.592500', '130239.052500', '130239.512500', '130239.972500', '130240.432500', '130240.892500', '130241.352500', '130241.812500', '130242.272500', '130242.732500', '130243.192500', '130243.652500', '130244.112500', '130244.572500', '130245.032500', '130245.492500', '130245.952500', '130246.412500', '130246.872500', '130247.332500', '130247.792500', '130248.252500', '130248.712500', '130249.172500', '130249.632500', '130250.092500', '130250.552500', '130251.012500', '130251.472500', '130251.932500', '130252.392500', '130252.852500', '130253.312500', '130253.772500', '130254.232500', '130254.692500', '130255.152500', '130255.612500', '130256.072500', '130256.532500', '130256.992500', '130257.452500', '130257.912500', '130258.372500', '130258.832500', '130259.292500', '130259.752500', '130300.212500', '130300.672500', '130301.132500', '130301.592500', '130302.052500', '130302.512500', '130302.972500', '130303.432500', '130303.892500', '130304.352500', '130304.812500', '130305.272500', '130305.732500', '130306.192500', '130306.652500', '130307.112500', '130307.572500', '130308.032500', '130308.492500', '130308.952500', '130309.412500', '130309.872500', '130310.332500', '130310.792500', '130311.252500', '130311.712500', '130312.172500', '130312.632500', '130313.092500', '130313.552500', '130314.012500', '130314.472500', '130314.932500', '130315.392500', '130315.852500', '130316.312500', '130316.772500', '130317.232500', '130317.692500', '130318.152500', '130318.612500', '130319.072500', '130319.532500', '130319.992500', '130320.452500', '130320.912500', '130321.372500', '130321.832500', '130322.292500', '130322.752500', '130323.212500', '130323.672500', '130324.132500', '130324.592500', '130325.052500', '130325.512500', '130325.972500', '130326.432500', '130326.892500', '130327.352500', '130327.812500', '130328.272500', '130328.732500', '130329.192500', '130329.652500', '130330.112500', '130330.572500', '130331.032500', '130331.492500', '130331.952500', '130332.412500', '130332.872500', '130333.332500', '130333.792500', '130334.252500', '130334.712500', '130335.172500', '130335.632500', '130336.092500', '130336.552500', '130337.012500', '130337.472500', '130337.932500', '130338.392500', '130338.852500', '130339.312500', '130339.772500', '130340.232500', '130340.692500', '130341.152500', '130341.612500', '130342.072500', '130342.532500', '130342.992500', '130343.452500', '130343.912500', '130344.372500', '130344.832500', '130345.292500', '130345.752500', '130346.212500', '130346.672500', '130347.132500', '130347.592500', '130348.052500', '130348.512500', '130348.972500', '130349.432500', '130349.892500', '130350.352500', '130350.812500', '130351.272500', '130351.732500', '130352.192500', '130352.652500', '130353.112500', '130353.572500', '130354.032500', '130354.492500', '130354.952500', '130355.412500', '130355.872500', '130356.332500', '130356.792500', '130357.252500', '130357.712500', '130358.172500', '130358.632500', '130359.092500', '130359.552500', '130400.012500', '130400.472500', '130400.932500', '130401.392500', '130401.852500', '130402.312500', '130402.772500', '130403.232500', '130403.692500', '130404.152500', '130404.612500', '130405.072500', '130405.532500', '130405.992500', '130406.452500', '130406.912500', '130407.372500', '130407.832500', '130408.292500', '130408.752500', '130409.212500', '130409.672500', '130410.132500', '130410.592500', '130411.052500', '130411.512500', '130411.972500', '130412.432500', '130412.892500', '130413.352500', '130413.812500', '130414.272500', '130414.732500', '130415.192500', '130415.652500', '130416.112500', '130416.572500', '130417.032500', '130417.492500', '130417.952500', '130418.412500', '130418.872500', '130419.332500', '130419.792500', '130420.252500', '130420.712500', '130421.172500', '130421.632500', '130422.092500', '130422.552500', '130423.012500', '130423.472500', '130423.932500', '130424.392500', '130424.852500', '130425.312500', '130425.772500', '130426.232500', '130426.692500', '130427.152500', '130427.612500', '130428.072500', '130428.532500', '130428.992500', '130429.452500', '130429.912500', '130430.372500', '130430.832500', '130431.292500', '130431.752500', '130432.212500', '130432.672500', '130433.132500', '130433.592500', '130434.052500', '130434.512500', '130434.972500', '130435.432500', '130435.892500', '130436.352500', '130436.812500', '130437.272500', '130437.732500', '130438.192500', '130438.652500', '130439.112500', '130439.572500', '130440.032500', '130440.492500', '130440.952500', '130441.412500', '130441.872500', '130442.332500', '130442.792500', '130443.252500', '130443.712500', '130444.172500', '130444.632500', '130445.092500', '130445.552500', '130446.012500', '130446.472500', '130446.932500', '130447.392500', '130447.852500', '130448.312500', '130448.772500', '130449.232500', '130449.692500', '130450.152500', '130450.612500', '130451.072500', '130451.532500', '130451.992500', '130452.452500', '130452.912500', '130453.372500', '130453.832500', '130454.292500', '130454.752500', '130455.212500', '130455.672500', '130456.132500', '130456.592500', '130457.052500', '130457.512500', '130457.972500', '130458.432500', '130458.892500', '130459.352500', '130459.812500', '130500.272500', '130500.732500', '130501.192500', '130501.652500', '130502.112500', '130502.572500', '130503.032500', '130503.492500', '130503.952500'], 'ContentTime': ['125631.011000', '125631.014000', '125631.017000', '125631.019000', '125631.022000', '125631.024000', '125631.027000', '125631.030000', '125631.032000', '125631.035000', '125631.037000', '125631.048000', '125631.051000', '125631.053000', '125631.056000', '125631.059000', '125631.061000', '125631.064000', '125631.066000', '125631.069000', '125631.072000', '125631.074000', '125631.077000', '125631.080000', '125631.082000', '125631.102000', '125631.105000', '125631.107000', '125631.110000', '125631.112000', '125631.115000', '125631.117000', '125631.120000', '125631.123000', '125631.125000', '125631.128000', '125631.130000', '125650.944000', '125650.947000', '125650.950000', '125650.952000', '125650.955000', '125650.958000', '125650.964000', '125650.967000', '125650.969000', '125650.972000', '125650.975000', '125650.977000', '125650.980000', '125650.982000', '125650.985000', '125650.987000', '125650.990000', '125650.992000', '125650.995000', '125650.998000', '125651.001000', '125651.004000', '125651.006000', '125651.009000', '125651.011000', '125651.014000', '125651.017000', '125651.019000', '125651.022000', '125651.024000', '125651.027000', '125651.029000', '125651.032000', '125651.035000', '125651.037000', '125651.040000', '125651.042000', '125651.045000', '125651.047000', '125651.050000', '125651.053000', '125651.055000', '125651.058000', '125651.060000', '125710.944000', '125710.947000', '125710.950000', '125710.953000', '125710.955000', '125710.958000', '125710.960000', '125710.963000', '125710.965000', '125710.968000', '125710.970000', '125710.973000', '125710.976000', '125710.978000', '125710.981000', '125710.983000', '125710.986000', '125710.988000', '125710.991000', '125710.994000', '125710.996000', '125711.000000', '125711.002000', '125711.005000', '125711.008000', '125711.010000', '125711.013000', '125711.016000', '125711.018000', '125711.021000', '125711.023000', '125711.026000', '125711.029000', '125711.031000', '125711.034000', '125711.036000', '125711.039000', '125711.041000', '125711.044000', '125711.047000', '125711.049000', '125711.052000', '125711.054000', '125730.944000', '125730.947000', '125730.950000', '125730.952000', '125730.955000', '125730.957000', '125730.960000', '125730.963000', '125730.965000', '125730.968000', '125730.970000', '125730.973000', '125730.975000', '125730.978000', '125730.981000', '125730.983000', '125730.986000', '125730.988000', '125730.991000', '125730.994000', '125730.996000', '125731.000000', '125731.002000', '125731.005000', '125731.008000', '125731.010000', '125731.013000', '125731.015000', '125731.018000', '125731.020000', '125731.023000', '125731.026000', '125731.028000', '125731.031000', '125731.033000', '125731.036000', '125731.039000', '125731.041000', '125731.044000', '125731.046000', '125731.049000', '125731.051000', '125731.054000', '125731.057000', '125750.944000', '125750.947000', '125750.950000', '125750.952000', '125750.955000', '125750.957000', '125750.960000', '125750.963000', '125750.965000', '125750.968000', '125750.970000', '125750.973000', '125750.976000', '125750.978000', '125750.981000', '125750.983000', '125750.986000', '125750.989000', '125750.991000', '125750.994000', '125750.996000', '125751.000000', '125751.003000', '125751.006000', '125751.008000', '125751.011000', '125751.013000', '125751.016000', '125751.019000', '125751.029000', '125751.031000', '125751.034000', '125751.037000', '125751.039000', '125751.042000', '125751.044000', '125751.047000', '125751.049000', '125751.052000', '125751.055000', '125751.057000', '125751.060000', '125751.062000', '125810.943000', '125810.946000', '125810.949000', '125810.951000', '125810.954000', '125810.956000', '125810.959000', '125810.962000', '125810.964000', '125810.967000', '125810.969000', '125810.972000', '125810.975000', '125810.977000', '125810.980000', '125810.982000', '125810.985000', '125810.988000', '125810.990000', '125810.993000', '125810.996000', '125810.998000', '125811.002000', '125811.005000', '125811.007000', '125811.010000', '125811.012000', '125811.015000', '125811.018000', '125811.020000', '125811.023000', '125811.025000', '125811.028000', '125811.030000', '125811.033000', '125811.036000', '125811.038000', '125811.041000', '125811.044000', '125811.054000', '125811.056000', '125811.059000', '125811.062000', '125811.064000', '125830.944000', '125830.947000', '125830.950000', '125830.953000', '125830.956000', '125830.958000', '125830.961000', '125830.964000', '125830.966000', '125830.969000', '125830.971000', '125830.974000', '125830.976000', '125830.979000', '125830.982000', '125830.984000', '125830.987000', '125830.990000', '125830.992000', '125830.995000', '125830.997000', '125831.000000', '125831.002000', '125831.005000', '125831.008000', '125831.010000', '125831.013000', '125831.016000', '125831.018000', '125831.021000', '125831.023000', '125831.026000', '125831.028000', '125831.031000', '125831.034000', '125831.036000', '125831.039000', '125831.041000', '125831.044000', '125831.046000', '125831.049000', '125831.051000', '125831.054000', '125850.944000', '125850.947000', '125850.950000', '125850.952000', '125850.955000', '125850.957000', '125850.960000', '125850.963000', '125850.965000', '125850.968000', '125850.970000', '125850.973000', '125850.976000', '125850.979000', '125850.982000', '125850.985000', '125850.987000', '125850.990000', '125850.993000', '125850.995000', '125850.998000', '125851.000000', '125851.003000', '125851.005000', '125851.008000', '125851.011000', '125851.013000', '125851.016000', '125851.019000', '125851.021000', '125851.024000', '125851.027000', '125851.029000', '125851.032000', '125851.035000', '125851.037000', '125851.040000', '125851.042000', '125851.045000', '125851.048000', '125851.050000', '125851.053000', '125851.055000', '125851.058000', '125910.944000', '125910.947000', '125910.950000', '125910.952000', '125910.955000', '125910.958000', '125910.960000', '125910.963000', '125910.966000', '125910.968000', '125910.971000', '125910.973000', '125910.976000', '125910.979000', '125910.981000', '125910.984000', '125910.986000', '125910.989000', '125910.992000', '125910.994000', '125910.997000', '125911.001000', '125911.003000', '125911.006000', '125911.009000', '125911.011000', '125911.014000', '125911.017000', '125911.019000', '125911.022000', '125911.025000', '125911.027000', '125911.030000', '125911.032000', '125911.035000', '125911.037000', '125911.040000', '125911.043000', '125911.045000', '125911.048000', '125911.051000', '125911.053000', '125911.056000', '125930.944000', '125930.947000', '125930.950000', '125930.953000', '125930.955000', '125930.958000', '125930.960000', '125930.963000', '125930.966000', '125930.969000', '125930.972000', '125930.990000', '125930.993000', '125930.996000', '125930.998000', '125931.002000', '125931.004000', '125931.007000', '125931.009000', '125931.012000', '125931.015000', '125931.017000', '125931.020000', '125931.022000', '125931.025000', '125931.027000', '125931.030000', '125931.033000', '125931.035000', '125931.038000', '125931.040000', '125931.043000', '125931.045000', '125931.048000', '125931.051000', '125931.053000', '125931.056000', '125931.059000', '125931.061000', '125931.064000', '125931.066000', '125931.069000', '125931.071000', '125950.944000', '125950.947000', '125950.950000', '125950.952000', '125950.955000', '125950.957000', '125950.960000', '125950.962000', '125950.965000', '125950.968000', '125950.970000', '125950.973000', '125950.975000', '125950.978000', '125950.981000', '125950.983000', '125950.986000', '125950.988000', '125950.991000', '125950.994000', '125950.996000', '125951.000000', '125951.002000', '125951.005000', '125951.008000', '125951.010000', '125951.013000', '125951.016000', '125951.018000', '125951.021000', '125951.023000', '125951.026000', '125951.029000', '125951.031000', '125951.034000', '125951.036000', '125951.039000', '125951.042000', '125951.044000', '125951.047000', '125951.049000', '125951.052000', '125951.054000', '125951.057000', '130010.945000', '130010.947000', '130010.950000', '130010.953000', '130010.955000', '130010.958000', '130010.960000', '130010.963000', '130010.966000', '130010.968000', '130010.971000', '130010.973000', '130010.976000', '130010.978000', '130010.981000', '130010.984000', '130010.988000', '130010.990000', '130010.993000', '130010.995000', '130010.998000', '130011.002000', '130011.004000', '130011.007000', '130011.017000', '130011.019000', '130011.022000', '130011.025000', '130011.027000', '130011.030000', '130011.033000', '130011.035000', '130011.038000', '130011.041000', '130011.043000', '130011.046000', '130011.048000', '130011.051000', '130011.053000', '130011.056000', '130011.059000', '130011.061000', '130011.064000', '130030.943000', '130030.946000', '130030.949000', '130030.952000', '130030.954000', '130030.957000', '130030.960000', '130030.962000', '130030.965000', '130030.968000', '130030.970000', '130030.973000', '130030.975000', '130030.978000', '130030.981000', '130030.983000', '130030.986000', '130030.988000', '130030.997000', '130031.001000', '130031.003000', '130031.006000', '130031.009000', '130031.011000', '130031.014000', '130031.017000', '130031.019000', '130031.022000', '130031.024000', '130031.027000', '130031.030000', '130031.032000', '130031.035000', '130031.037000', '130031.040000', '130031.043000', '130031.045000', '130031.048000', '130031.051000', '130031.053000', '130031.056000', '130031.058000', '130031.061000', '130031.064000', '130050.944000', '130050.947000', '130050.950000', '130050.952000', '130050.955000', '130050.958000', '130050.961000', '130050.963000', '130050.966000', '130050.969000', '130050.972000', '130050.974000', '130050.977000', '130050.980000', '130050.983000', '130050.986000', '130050.988000', '130050.991000', '130050.993000', '130050.996000', '130050.999000', '130051.001000', '130051.004000', '130051.007000', '130051.009000', '130051.012000', '130051.014000', '130051.017000', '130051.019000', '130051.022000', '130051.024000', '130051.027000', '130051.030000', '130051.032000', '130051.035000', '130051.038000', '130051.054000', '130051.056000', '130051.063000', '130051.065000', '130051.068000', '130051.070000', '130051.073000', '130110.945000', '130110.947000', '130110.950000', '130110.953000', '130110.955000', '130110.958000', '130110.961000', '130110.963000', '130110.966000', '130110.969000', '130110.971000', '130110.974000', '130110.976000', '130110.979000', '130110.982000', '130110.984000', '130110.987000', '130110.990000', '130110.992000', '130110.995000', '130110.997000', '130111.003000', '130111.005000', '130111.008000', '130111.010000', '130111.013000', '130111.016000', '130111.018000', '130111.021000', '130111.024000', '130111.026000', '130111.029000', '130111.031000', '130111.034000', '130111.037000', '130111.039000', '130111.042000', '130111.044000', '130111.047000', '130111.050000', '130111.052000', '130111.055000', '130111.058000', '130111.060000', '130130.944000', '130130.947000', '130130.950000', '130130.952000', '130130.955000', '130130.958000', '130130.960000', '130130.963000', '130130.966000', '130130.968000', '130130.971000', '130130.973000', '130130.976000', '130130.979000', '130130.981000', '130130.984000', '130130.987000', '130130.990000', '130130.993000', '130130.996000', '130131.000000', '130131.002000', '130131.005000', '130131.008000', '130131.010000', '130131.013000', '130131.016000', '130131.018000', '130131.021000', '130131.023000', '130131.026000', '130131.029000', '130131.031000', '130131.034000', '130131.037000', '130131.040000', '130131.042000', '130131.045000', '130131.047000', '130131.050000', '130131.053000', '130131.057000', '130131.060000', '130150.944000', '130150.948000', '130150.950000', '130150.953000', '130150.955000', '130150.958000', '130150.961000', '130150.963000', '130150.966000', '130150.968000', '130150.971000', '130150.974000', '130150.976000', '130150.979000', '130150.981000', '130150.984000', '130150.987000', '130150.989000', '130150.992000', '130150.994000', '130150.997000', '130151.001000', '130151.003000', '130151.006000', '130151.009000', '130151.012000', '130151.021000', '130151.024000', '130151.026000', '130151.029000', '130151.032000', '130151.034000', '130151.037000', '130151.040000', '130151.042000', '130151.045000', '130151.047000', '130151.050000', '130151.053000', '130151.055000', '130151.058000', '130151.060000', '130151.063000', '130151.065000', '130210.945000', '130210.947000', '130210.950000', '130210.953000', '130210.955000', '130210.958000', '130210.961000', '130210.963000', '130210.966000', '130210.968000', '130210.971000', '130210.974000', '130210.976000', '130210.979000', '130210.982000', '130210.984000', '130210.987000', '130210.989000', '130210.992000', '130210.995000', '130210.997000', '130211.001000', '130211.005000', '130211.008000', '130211.010000', '130211.013000', '130211.016000', '130211.018000', '130211.021000', '130211.024000', '130211.026000', '130211.029000', '130211.031000', '130211.034000', '130211.037000', '130211.040000', '130211.043000', '130211.046000', '130211.051000', '130211.053000', '130211.056000', '130211.059000', '130211.061000', '130230.944000', '130230.947000', '130230.950000', '130230.952000', '130230.988000', '130230.991000', '130230.993000', '130230.996000', '130231.000000', '130231.002000', '130231.005000', '130231.007000', '130231.010000', '130231.013000', '130231.015000', '130231.018000', '130231.021000', '130231.023000', '130231.026000', '130231.028000', '130231.031000', '130231.034000', '130231.036000', '130231.039000', '130231.042000', '130231.044000', '130231.047000', '130231.049000', '130231.052000', '130231.055000', '130231.057000', '130231.060000', '130231.063000', '130231.066000', '130231.068000', '130231.071000', '130231.073000', '130231.076000', '130231.079000', '130231.081000', '130231.084000', '130231.086000', '130231.089000', '130231.091000', '130250.943000', '130250.946000', '130250.949000', '130250.952000', '130250.954000', '130250.957000', '130250.959000', '130250.962000', '130250.964000', '130250.967000', '130250.970000', '130250.972000', '130250.975000', '130250.977000', '130250.980000', '130250.983000', '130250.985000', '130250.988000', '130250.991000', '130250.993000', '130250.996000', '130250.998000', '130251.002000', '130251.005000', '130251.007000', '130251.010000', '130251.012000', '130251.015000', '130251.018000', '130251.020000', '130251.023000', '130251.025000', '130251.028000', '130251.031000', '130251.034000', '130251.037000', '130251.044000', '130251.046000', '130251.049000', '130251.051000', '130251.054000', '130251.057000', '130251.059000', '130310.945000', '130310.947000', '130310.950000', '130310.953000', '130310.955000', '130310.958000', '130310.960000', '130310.963000', '130310.966000', '130310.968000', '130310.971000', '130310.973000', '130310.976000', '130310.978000', '130310.981000', '130310.983000', '130310.986000', '130310.989000', '130310.991000', '130310.994000', '130310.997000', '130311.007000', '130311.010000', '130311.013000', '130311.015000', '130311.018000', '130311.020000', '130311.023000', '130311.025000', '130311.028000', '130311.031000', '130311.033000', '130311.036000', '130311.038000', '130311.041000', '130311.044000', '130311.046000', '130311.049000', '130311.051000', '130311.054000', '130311.056000', '130311.059000', '130311.062000', '130311.065000', '130330.944000', '130330.948000', '130330.950000', '130330.953000', '130330.955000', '130330.958000', '130330.961000', '130330.963000', '130330.966000', '130330.969000', '130330.971000', '130330.974000', '130330.976000', '130330.979000', '130330.982000', '130330.984000', '130330.987000', '130330.989000', '130330.992000', '130330.995000', '130330.997000', '130331.001000', '130331.003000', '130331.006000', '130331.008000', '130331.011000', '130331.013000', '130331.016000', '130331.018000', '130331.021000', '130331.024000', '130331.026000', '130331.029000', '130331.031000', '130331.034000', '130331.036000', '130331.039000', '130331.042000', '130331.045000', '130331.048000', '130331.051000', '130331.054000', '130331.056000', '130350.957000', '130350.960000', '130350.963000', '130350.966000', '130350.968000', '130350.971000', '130350.974000', '130350.976000', '130350.979000', '130350.982000', '130350.984000', '130350.987000', '130350.989000', '130350.992000', '130350.995000', '130350.998000', '130351.001000', '130351.004000', '130351.007000', '130351.009000', '130351.012000', '130351.014000', '130351.017000', '130351.019000', '130351.022000', '130351.025000', '130351.027000', '130351.030000', '130351.032000', '130351.035000', '130351.038000', '130351.040000', '130351.043000', '130351.045000', '130351.048000', '130351.050000', '130351.053000', '130351.056000', '130351.058000', '130351.061000', '130351.063000', '130351.066000', '130351.069000', '130351.071000', '130410.944000', '130410.947000', '130410.950000', '130410.953000', '130410.955000', '130410.958000', '130410.961000', '130410.963000', '130410.966000', '130410.969000', '130410.971000', '130410.974000', '130410.987000', '130410.990000', '130410.992000', '130410.995000', '130410.998000', '130411.001000', '130411.004000', '130411.006000', '130411.009000', '130411.012000', '130411.014000', '130411.017000', '130411.019000', '130411.022000', '130411.024000', '130411.027000', '130411.030000', '130411.033000', '130411.036000', '130411.038000', '130411.041000', '130411.043000', '130411.046000', '130411.049000', '130411.051000', '130411.054000', '130411.056000', '130411.059000', '130411.062000', '130411.064000', '130411.067000', '130430.945000', '130430.948000', '130430.950000', '130430.953000', '130430.955000', '130430.958000', '130430.961000', '130430.963000', '130430.966000', '130430.968000', '130430.971000', '130430.973000', '130430.976000', '130430.979000', '130430.981000', '130430.984000', '130430.986000', '130430.989000', '130430.992000', '130430.994000', '130430.997000', '130431.000000', '130431.003000', '130431.005000', '130431.008000', '130431.011000', '130431.013000', '130431.016000', '130431.018000', '130431.021000', '130431.024000', '130431.026000', '130431.029000', '130431.031000', '130431.034000', '130431.036000', '130431.039000', '130431.042000', '130431.044000', '130431.047000', '130431.049000', '130431.052000', '130431.055000', '130431.057000', '130450.945000', '130450.947000', '130450.950000', '130450.953000', '130450.955000', '130450.958000', '130450.960000', '130450.963000', '130450.966000', '130450.968000', '130450.971000', '130450.973000', '130450.976000', '130450.979000', '130450.981000', '130450.984000', '130450.986000', '130450.989000', '130450.992000', '130450.994000', '130450.997000', '130451.000000', '130451.003000', '130451.006000', '130451.008000', '130451.011000', '130451.013000', '130451.016000', '130451.019000', '130451.021000', '130451.024000', '130451.026000', '130451.029000', '130451.031000', '130451.034000', '130451.037000', '130451.039000', '130451.042000', '130451.044000', '130451.047000', '130451.050000', '130451.052000', '130451.055000', '130505.378000', '130505.380000', '130505.383000', '130505.386000', '130505.388000', '130505.391000', '130505.394000', '130505.396000', '130505.399000', '130505.401000', '130505.404000', '130505.407000', '130505.409000', '130505.412000', '130505.415000', '130505.417000', '130505.420000', '130505.422000', '130505.425000', '130505.428000', '130505.430000', '130505.433000', '130505.436000', '130505.438000', '130505.441000', '130505.444000', '130505.446000', '130505.449000', '130505.452000', '130505.454000', '130505.457000', '130505.459000'], 'InstanceCreationTime': ['125631.011000', '125631.014000', '125631.017000', '125631.019000', '125631.022000', '125631.024000', '125631.027000', '125631.030000', '125631.032000', '125631.035000', '125631.037000', '125631.048000', '125631.051000', '125631.053000', '125631.056000', '125631.059000', '125631.061000', '125631.064000', '125631.066000', '125631.069000', '125631.072000', '125631.074000', '125631.077000', '125631.080000', '125631.082000', '125631.102000', '125631.105000', '125631.107000', '125631.110000', '125631.112000', '125631.115000', '125631.117000', '125631.120000', '125631.123000', '125631.125000', '125631.128000', '125631.130000', '125650.944000', '125650.947000', '125650.950000', '125650.952000', '125650.955000', '125650.958000', '125650.964000', '125650.967000', '125650.969000', '125650.972000', '125650.975000', '125650.977000', '125650.980000', '125650.982000', '125650.985000', '125650.987000', '125650.990000', '125650.992000', '125650.995000', '125650.998000', '125651.001000', '125651.004000', '125651.006000', '125651.009000', '125651.011000', '125651.014000', '125651.017000', '125651.019000', '125651.022000', '125651.024000', '125651.027000', '125651.029000', '125651.032000', '125651.035000', '125651.037000', '125651.040000', '125651.042000', '125651.045000', '125651.047000', '125651.050000', '125651.053000', '125651.055000', '125651.058000', '125651.060000', '125710.944000', '125710.947000', '125710.950000', '125710.953000', '125710.955000', '125710.958000', '125710.960000', '125710.963000', '125710.965000', '125710.968000', '125710.970000', '125710.973000', '125710.976000', '125710.978000', '125710.981000', '125710.983000', '125710.986000', '125710.988000', '125710.991000', '125710.994000', '125710.996000', '125711.000000', '125711.002000', '125711.005000', '125711.008000', '125711.010000', '125711.013000', '125711.016000', '125711.018000', '125711.021000', '125711.023000', '125711.026000', '125711.029000', '125711.031000', '125711.034000', '125711.036000', '125711.039000', '125711.041000', '125711.044000', '125711.047000', '125711.049000', '125711.052000', '125711.054000', '125730.944000', '125730.947000', '125730.950000', '125730.952000', '125730.955000', '125730.957000', '125730.960000', '125730.963000', '125730.965000', '125730.968000', '125730.970000', '125730.973000', '125730.975000', '125730.978000', '125730.981000', '125730.983000', '125730.986000', '125730.988000', '125730.991000', '125730.994000', '125730.996000', '125731.000000', '125731.002000', '125731.005000', '125731.008000', '125731.010000', '125731.013000', '125731.015000', '125731.018000', '125731.020000', '125731.023000', '125731.026000', '125731.028000', '125731.031000', '125731.033000', '125731.036000', '125731.039000', '125731.041000', '125731.044000', '125731.046000', '125731.049000', '125731.051000', '125731.054000', '125731.057000', '125750.944000', '125750.947000', '125750.950000', '125750.952000', '125750.955000', '125750.957000', '125750.960000', '125750.963000', '125750.965000', '125750.968000', '125750.970000', '125750.973000', '125750.976000', '125750.978000', '125750.981000', '125750.983000', '125750.986000', '125750.989000', '125750.991000', '125750.994000', '125750.996000', '125751.000000', '125751.003000', '125751.006000', '125751.008000', '125751.011000', '125751.013000', '125751.016000', '125751.019000', '125751.029000', '125751.031000', '125751.034000', '125751.037000', '125751.039000', '125751.042000', '125751.044000', '125751.047000', '125751.049000', '125751.052000', '125751.055000', '125751.057000', '125751.060000', '125751.062000', '125810.943000', '125810.946000', '125810.949000', '125810.951000', '125810.954000', '125810.956000', '125810.959000', '125810.962000', '125810.964000', '125810.967000', '125810.969000', '125810.972000', '125810.975000', '125810.977000', '125810.980000', '125810.982000', '125810.985000', '125810.988000', '125810.990000', '125810.993000', '125810.996000', '125810.998000', '125811.002000', '125811.005000', '125811.007000', '125811.010000', '125811.012000', '125811.015000', '125811.018000', '125811.020000', '125811.023000', '125811.025000', '125811.028000', '125811.030000', '125811.033000', '125811.036000', '125811.038000', '125811.041000', '125811.044000', '125811.054000', '125811.056000', '125811.059000', '125811.062000', '125811.064000', '125830.944000', '125830.947000', '125830.950000', '125830.953000', '125830.956000', '125830.958000', '125830.961000', '125830.964000', '125830.966000', '125830.969000', '125830.971000', '125830.974000', '125830.976000', '125830.979000', '125830.982000', '125830.984000', '125830.987000', '125830.990000', '125830.992000', '125830.995000', '125830.997000', '125831.000000', '125831.002000', '125831.005000', '125831.008000', '125831.010000', '125831.013000', '125831.016000', '125831.018000', '125831.021000', '125831.023000', '125831.026000', '125831.028000', '125831.031000', '125831.034000', '125831.036000', '125831.039000', '125831.041000', '125831.044000', '125831.046000', '125831.049000', '125831.051000', '125831.054000', '125850.944000', '125850.947000', '125850.950000', '125850.952000', '125850.955000', '125850.957000', '125850.960000', '125850.963000', '125850.965000', '125850.968000', '125850.970000', '125850.973000', '125850.976000', '125850.979000', '125850.982000', '125850.985000', '125850.987000', '125850.990000', '125850.993000', '125850.995000', '125850.998000', '125851.000000', '125851.003000', '125851.005000', '125851.008000', '125851.011000', '125851.013000', '125851.016000', '125851.019000', '125851.021000', '125851.024000', '125851.027000', '125851.029000', '125851.032000', '125851.035000', '125851.037000', '125851.040000', '125851.042000', '125851.045000', '125851.048000', '125851.050000', '125851.053000', '125851.055000', '125851.058000', '125910.944000', '125910.947000', '125910.950000', '125910.952000', '125910.955000', '125910.958000', '125910.960000', '125910.963000', '125910.966000', '125910.968000', '125910.971000', '125910.973000', '125910.976000', '125910.979000', '125910.981000', '125910.984000', '125910.986000', '125910.989000', '125910.992000', '125910.994000', '125910.997000', '125911.001000', '125911.003000', '125911.006000', '125911.009000', '125911.011000', '125911.014000', '125911.017000', '125911.019000', '125911.022000', '125911.025000', '125911.027000', '125911.030000', '125911.032000', '125911.035000', '125911.037000', '125911.040000', '125911.043000', '125911.045000', '125911.048000', '125911.051000', '125911.053000', '125911.056000', '125930.944000', '125930.947000', '125930.950000', '125930.953000', '125930.955000', '125930.958000', '125930.960000', '125930.963000', '125930.966000', '125930.969000', '125930.972000', '125930.990000', '125930.993000', '125930.996000', '125930.998000', '125931.002000', '125931.004000', '125931.007000', '125931.009000', '125931.012000', '125931.015000', '125931.017000', '125931.020000', '125931.022000', '125931.025000', '125931.027000', '125931.030000', '125931.033000', '125931.035000', '125931.038000', '125931.040000', '125931.043000', '125931.045000', '125931.048000', '125931.051000', '125931.053000', '125931.056000', '125931.059000', '125931.061000', '125931.064000', '125931.066000', '125931.069000', '125931.071000', '125950.944000', '125950.947000', '125950.950000', '125950.952000', '125950.955000', '125950.957000', '125950.960000', '125950.962000', '125950.965000', '125950.968000', '125950.970000', '125950.973000', '125950.975000', '125950.978000', '125950.981000', '125950.983000', '125950.986000', '125950.988000', '125950.991000', '125950.994000', '125950.996000', '125951.000000', '125951.002000', '125951.005000', '125951.008000', '125951.010000', '125951.013000', '125951.016000', '125951.018000', '125951.021000', '125951.023000', '125951.026000', '125951.029000', '125951.031000', '125951.034000', '125951.036000', '125951.039000', '125951.042000', '125951.044000', '125951.047000', '125951.049000', '125951.052000', '125951.054000', '125951.057000', '130010.945000', '130010.947000', '130010.950000', '130010.953000', '130010.955000', '130010.958000', '130010.960000', '130010.963000', '130010.966000', '130010.968000', '130010.971000', '130010.973000', '130010.976000', '130010.978000', '130010.981000', '130010.984000', '130010.988000', '130010.990000', '130010.993000', '130010.995000', '130010.998000', '130011.002000', '130011.004000', '130011.007000', '130011.017000', '130011.019000', '130011.022000', '130011.025000', '130011.027000', '130011.030000', '130011.033000', '130011.035000', '130011.038000', '130011.041000', '130011.043000', '130011.046000', '130011.048000', '130011.051000', '130011.053000', '130011.056000', '130011.059000', '130011.061000', '130011.064000', '130030.943000', '130030.946000', '130030.949000', '130030.952000', '130030.954000', '130030.957000', '130030.960000', '130030.962000', '130030.965000', '130030.968000', '130030.970000', '130030.973000', '130030.975000', '130030.978000', '130030.981000', '130030.983000', '130030.986000', '130030.988000', '130030.997000', '130031.001000', '130031.003000', '130031.006000', '130031.009000', '130031.011000', '130031.014000', '130031.017000', '130031.019000', '130031.022000', '130031.024000', '130031.027000', '130031.030000', '130031.032000', '130031.035000', '130031.037000', '130031.040000', '130031.043000', '130031.045000', '130031.048000', '130031.051000', '130031.053000', '130031.056000', '130031.058000', '130031.061000', '130031.064000', '130050.944000', '130050.947000', '130050.950000', '130050.952000', '130050.955000', '130050.958000', '130050.961000', '130050.963000', '130050.966000', '130050.969000', '130050.972000', '130050.974000', '130050.977000', '130050.980000', '130050.983000', '130050.986000', '130050.988000', '130050.991000', '130050.993000', '130050.996000', '130050.999000', '130051.001000', '130051.004000', '130051.007000', '130051.009000', '130051.012000', '130051.014000', '130051.017000', '130051.019000', '130051.022000', '130051.024000', '130051.027000', '130051.030000', '130051.032000', '130051.035000', '130051.038000', '130051.054000', '130051.056000', '130051.063000', '130051.065000', '130051.068000', '130051.070000', '130051.073000', '130110.945000', '130110.947000', '130110.950000', '130110.953000', '130110.955000', '130110.958000', '130110.961000', '130110.963000', '130110.966000', '130110.969000', '130110.971000', '130110.974000', '130110.976000', '130110.979000', '130110.982000', '130110.984000', '130110.987000', '130110.990000', '130110.992000', '130110.995000', '130110.997000', '130111.003000', '130111.005000', '130111.008000', '130111.010000', '130111.013000', '130111.016000', '130111.018000', '130111.021000', '130111.024000', '130111.026000', '130111.029000', '130111.031000', '130111.034000', '130111.037000', '130111.039000', '130111.042000', '130111.044000', '130111.047000', '130111.050000', '130111.052000', '130111.055000', '130111.058000', '130111.060000', '130130.944000', '130130.947000', '130130.950000', '130130.952000', '130130.955000', '130130.958000', '130130.960000', '130130.963000', '130130.966000', '130130.968000', '130130.971000', '130130.973000', '130130.976000', '130130.979000', '130130.981000', '130130.984000', '130130.987000', '130130.990000', '130130.993000', '130130.996000', '130131.000000', '130131.002000', '130131.005000', '130131.008000', '130131.010000', '130131.013000', '130131.016000', '130131.018000', '130131.021000', '130131.023000', '130131.026000', '130131.029000', '130131.031000', '130131.034000', '130131.037000', '130131.040000', '130131.042000', '130131.045000', '130131.047000', '130131.050000', '130131.053000', '130131.057000', '130131.060000', '130150.944000', '130150.948000', '130150.950000', '130150.953000', '130150.955000', '130150.958000', '130150.961000', '130150.963000', '130150.966000', '130150.968000', '130150.971000', '130150.974000', '130150.976000', '130150.979000', '130150.981000', '130150.984000', '130150.987000', '130150.989000', '130150.992000', '130150.994000', '130150.997000', '130151.001000', '130151.003000', '130151.006000', '130151.009000', '130151.012000', '130151.021000', '130151.024000', '130151.026000', '130151.029000', '130151.032000', '130151.034000', '130151.037000', '130151.040000', '130151.042000', '130151.045000', '130151.047000', '130151.050000', '130151.053000', '130151.055000', '130151.058000', '130151.060000', '130151.063000', '130151.065000', '130210.945000', '130210.947000', '130210.950000', '130210.953000', '130210.955000', '130210.958000', '130210.961000', '130210.963000', '130210.966000', '130210.968000', '130210.971000', '130210.974000', '130210.976000', '130210.979000', '130210.982000', '130210.984000', '130210.987000', '130210.989000', '130210.992000', '130210.995000', '130210.997000', '130211.001000', '130211.005000', '130211.008000', '130211.010000', '130211.013000', '130211.016000', '130211.018000', '130211.021000', '130211.024000', '130211.026000', '130211.029000', '130211.031000', '130211.034000', '130211.037000', '130211.040000', '130211.043000', '130211.046000', '130211.051000', '130211.053000', '130211.056000', '130211.059000', '130211.061000', '130230.944000', '130230.947000', '130230.950000', '130230.952000', '130230.988000', '130230.991000', '130230.993000', '130230.996000', '130231.000000', '130231.002000', '130231.005000', '130231.007000', '130231.010000', '130231.013000', '130231.015000', '130231.018000', '130231.021000', '130231.023000', '130231.026000', '130231.028000', '130231.031000', '130231.034000', '130231.036000', '130231.039000', '130231.042000', '130231.044000', '130231.047000', '130231.049000', '130231.052000', '130231.055000', '130231.057000', '130231.060000', '130231.063000', '130231.066000', '130231.068000', '130231.071000', '130231.073000', '130231.076000', '130231.079000', '130231.081000', '130231.084000', '130231.086000', '130231.089000', '130231.091000', '130250.943000', '130250.946000', '130250.949000', '130250.952000', '130250.954000', '130250.957000', '130250.959000', '130250.962000', '130250.964000', '130250.967000', '130250.970000', '130250.972000', '130250.975000', '130250.977000', '130250.980000', '130250.983000', '130250.985000', '130250.988000', '130250.991000', '130250.993000', '130250.996000', '130250.998000', '130251.002000', '130251.005000', '130251.007000', '130251.010000', '130251.012000', '130251.015000', '130251.018000', '130251.020000', '130251.023000', '130251.025000', '130251.028000', '130251.031000', '130251.034000', '130251.037000', '130251.044000', '130251.046000', '130251.049000', '130251.051000', '130251.054000', '130251.057000', '130251.059000', '130310.945000', '130310.947000', '130310.950000', '130310.953000', '130310.955000', '130310.958000', '130310.960000', '130310.963000', '130310.966000', '130310.968000', '130310.971000', '130310.973000', '130310.976000', '130310.978000', '130310.981000', '130310.983000', '130310.986000', '130310.989000', '130310.991000', '130310.994000', '130310.997000', '130311.007000', '130311.010000', '130311.013000', '130311.015000', '130311.018000', '130311.020000', '130311.023000', '130311.025000', '130311.028000', '130311.031000', '130311.033000', '130311.036000', '130311.038000', '130311.041000', '130311.044000', '130311.046000', '130311.049000', '130311.051000', '130311.054000', '130311.056000', '130311.059000', '130311.062000', '130311.065000', '130330.944000', '130330.948000', '130330.950000', '130330.953000', '130330.955000', '130330.958000', '130330.961000', '130330.963000', '130330.966000', '130330.969000', '130330.971000', '130330.974000', '130330.976000', '130330.979000', '130330.982000', '130330.984000', '130330.987000', '130330.989000', '130330.992000', '130330.995000', '130330.997000', '130331.001000', '130331.003000', '130331.006000', '130331.008000', '130331.011000', '130331.013000', '130331.016000', '130331.018000', '130331.021000', '130331.024000', '130331.026000', '130331.029000', '130331.031000', '130331.034000', '130331.036000', '130331.039000', '130331.042000', '130331.045000', '130331.048000', '130331.051000', '130331.054000', '130331.056000', '130350.957000', '130350.960000', '130350.963000', '130350.966000', '130350.968000', '130350.971000', '130350.974000', '130350.976000', '130350.979000', '130350.982000', '130350.984000', '130350.987000', '130350.989000', '130350.992000', '130350.995000', '130350.998000', '130351.001000', '130351.004000', '130351.007000', '130351.009000', '130351.012000', '130351.014000', '130351.017000', '130351.019000', '130351.022000', '130351.025000', '130351.027000', '130351.030000', '130351.032000', '130351.035000', '130351.038000', '130351.040000', '130351.043000', '130351.045000', '130351.048000', '130351.050000', '130351.053000', '130351.056000', '130351.058000', '130351.061000', '130351.063000', '130351.066000', '130351.069000', '130351.071000', '130410.944000', '130410.947000', '130410.950000', '130410.953000', '130410.955000', '130410.958000', '130410.961000', '130410.963000', '130410.966000', '130410.969000', '130410.971000', '130410.974000', '130410.987000', '130410.990000', '130410.992000', '130410.995000', '130410.998000', '130411.001000', '130411.004000', '130411.006000', '130411.009000', '130411.012000', '130411.014000', '130411.017000', '130411.019000', '130411.022000', '130411.024000', '130411.027000', '130411.030000', '130411.033000', '130411.036000', '130411.038000', '130411.041000', '130411.043000', '130411.046000', '130411.049000', '130411.051000', '130411.054000', '130411.056000', '130411.059000', '130411.062000', '130411.064000', '130411.067000', '130430.945000', '130430.948000', '130430.950000', '130430.953000', '130430.955000', '130430.958000', '130430.961000', '130430.963000', '130430.966000', '130430.968000', '130430.971000', '130430.973000', '130430.976000', '130430.979000', '130430.981000', '130430.984000', '130430.986000', '130430.989000', '130430.992000', '130430.994000', '130430.997000', '130431.000000', '130431.003000', '130431.005000', '130431.008000', '130431.011000', '130431.013000', '130431.016000', '130431.018000', '130431.021000', '130431.024000', '130431.026000', '130431.029000', '130431.031000', '130431.034000', '130431.036000', '130431.039000', '130431.042000', '130431.044000', '130431.047000', '130431.049000', '130431.052000', '130431.055000', '130431.057000', '130450.945000', '130450.947000', '130450.950000', '130450.953000', '130450.955000', '130450.958000', '130450.960000', '130450.963000', '130450.966000', '130450.968000', '130450.971000', '130450.973000', '130450.976000', '130450.979000', '130450.981000', '130450.984000', '130450.986000', '130450.989000', '130450.992000', '130450.994000', '130450.997000', '130451.000000', '130451.003000', '130451.006000', '130451.008000', '130451.011000', '130451.013000', '130451.016000', '130451.019000', '130451.021000', '130451.024000', '130451.026000', '130451.029000', '130451.031000', '130451.034000', '130451.037000', '130451.039000', '130451.042000', '130451.044000', '130451.047000', '130451.050000', '130451.052000', '130451.055000', '130505.378000', '130505.380000', '130505.383000', '130505.386000', '130505.388000', '130505.391000', '130505.394000', '130505.396000', '130505.399000', '130505.401000', '130505.404000', '130505.407000', '130505.409000', '130505.412000', '130505.415000', '130505.417000', '130505.420000', '130505.422000', '130505.425000', '130505.428000', '130505.430000', '130505.433000', '130505.436000', '130505.438000', '130505.441000', '130505.444000', '130505.446000', '130505.449000', '130505.452000', '130505.454000', '130505.457000', '130505.459000'], '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': [9126, 8038, 7827, 7704, 8279, 15182, 11941, 14592, 6906, 10245, 6843, 7936, 15500, 10383, 12829, 6767, 8061, 11063, 7216, 12150, 8431, 11027, 6748, 9523, 6898, 7878, 15136, 9773, 13185, 6891, 7652, 8795, 6927, 11009, 7785, 9702, 6813, 9228, 7246, 10702, 7172, 10059, 7598, 7400, 14274, 10509, 14702, 11132, 8153, 15002, 7053, 13218, 7085, 11404, 6727, 7462, 11869, 7410, 13076, 6944, 8224, 7089, 7684, 14731, 9980, 11302, 6887, 8552, 6881, 8573, 15350, 8173, 12258, 6945, 10728, 6890, 8976, 15066, 7716, 11288, 6848, 8646, 7908, 7298, 11928, 7055, 9047, 6845, 7684, 12687, 6986, 10369, 6680, 9207, 7197, 7621, 12112, 7063, 10844, 6618, 10589, 11627, 7929, 14002, 6994, 10434, 6693, 9779, 15051, 12416, 12074, 6788, 8051, 15111, 9458, 12365, 6967, 9030, 6955, 7577, 14280, 9443, 12064, 6863, 8930, 8409, 7983, 14976, 7516, 11323, 7685, 7361, 10288, 6712, 10524, 6703, 7504, 13338, 6768, 10243, 6878, 8033, 11122, 6973, 10379, 7186, 8879, 8498, 7198, 13632, 7101, 11058, 6918, 7348, 14983, 7514, 12672, 13037, 7407, 12243, 6764, 9917, 7689, 7026, 9798, 6830, 9446, 6872, 7569, 8276, 7080, 11016, 7116, 10683, 15224, 11485, 12225, 7257, 8750, 10124, 7170, 11001, 6780, 10343, 6803, 8315, 15140, 9838, 10994, 6759, 7599, 11723, 7180, 11138, 6959, 8216, 6849, 7116, 12248, 6842, 10992, 6739, 7582, 11056, 6999, 11662, 15403, 7962, 12178, 6865, 8353, 14631, 9505, 11390, 6590, 8045, 15468, 9531, 11974, 6874, 7911, 11671, 7405, 12751, 6838, 8824, 6825, 7672, 13918, 7673, 10847, 7205, 10133, 7029, 9776, 8896, 7838, 14151, 7223, 10781, 7107, 10137, 15214, 10136, 12326, 6564, 7963, 12459, 7980, 11748, 6736, 7474, 12328, 6730, 11483, 7492, 7512, 6866, 8352, 6831, 11908, 7313, 8004, 15075, 7037, 13248, 10420, 8092, 14407, 6822, 10996, 6696, 8229, 12613, 6909, 10283, 6815, 8865, 7507, 8131, 11192, 7218, 10557, 6927, 9433, 6904, 9360, 15538, 10953, 12982, 6880, 9156, 14117, 7539, 12818, 8611, 10683, 7143, 7437, 10114, 7173, 13153, 7422, 10621, 7262, 6927, 11538, 7134, 12064, 6899, 10304, 7237, 7280, 13441, 9409, 13782, 6752, 11117, 6893, 7414, 14822, 9452, 12466, 6967, 9395, 13004, 7541, 14597, 7244, 11094, 6712, 7637, 11862, 7130, 10075, 13509, 7136, 10131, 7049, 8249, 7293, 7096, 11128, 7998, 9845, 7121, 7655, 13717, 9858, 13755, 6983, 8384, 14663, 6935, 12357, 6734, 9471, 13792, 7207, 11435, 6856, 10531, 9516, 7587, 12834, 7009, 10810, 6621, 8033, 14475, 7880, 11373, 6728, 7384, 13077, 7945, 11784, 7097, 11040, 7189, 10579, 15417, 11105, 13146, 7173, 10411, 6815, 9129, 6887, 7301, 11938, 7105, 11141, 6940, 11177, 7031, 7576, 13770, 7246, 11486, 6611, 10399, 9364, 7503, 11216, 6934, 11219, 7002, 9470, 6997, 7461, 11234, 7139, 11830, 7049, 11133, 6804, 8128, 14291, 8915, 13813, 6965, 9009, 8250, 7184, 10733, 7070, 10855, 7099, 7629, 12375, 6961, 10750, 7201, 9139, 6957, 8074, 6843, 8485, 13942, 8135, 12198, 7031, 11199, 6914, 11011, 15611, 10092, 13073, 6999, 11424, 7968, 7910, 14858, 6831, 11885, 6711, 8319, 11158, 6942, 11994, 6966, 10731, 6908, 8185, 7209, 7940, 7023, 7988, 11174, 7021, 12125, 7446, 13090, 8111, 10226, 15379, 7657, 14720, 8863, 13058, 6986, 7753, 12572, 7201, 12494, 6783, 8320, 10863, 7358, 10570, 6774, 9897, 7141, 7640, 11883, 6991, 9610, 6655, 8426, 6972, 7462, 10510, 7042, 11043, 6677, 8045, 6617, 7578, 11721, 7047, 11144, 6994, 7702, 11310, 7187, 13459, 7174, 12249, 6927, 7568, 13432, 7574, 12002, 6775, 8240, 6952, 7266, 13608, 8263, 11404, 6811, 8068, 14221, 8858, 14607, 8213, 10505, 14123, 7548, 11304, 6789, 11320, 8566, 7651, 11692, 6896, 10373, 12712, 7394, 11498, 6760, 9515, 6849, 8011, 9860, 7321, 11710, 6746, 8648, 15817, 8927, 12783, 6836, 8976, 10732, 7495, 13310, 7140, 10145, 6843, 7421, 13472, 8311, 11014, 6757, 8357, 6903, 8325, 12862, 7489, 12312, 6858, 11213, 6938, 9886, 14938, 8516, 13772, 6941, 12506, 7171, 7829, 15225, 7061, 11075, 6653, 10928, 7037, 7546, 14280, 7392, 14518, 8869, 14031, 6606, 9562, 11321, 9382, 15783, 11749, 13482, 6680, 9008, 7240, 7766, 14180, 7967, 10443, 6653, 7875, 7527, 7367, 8590, 6997, 9678, 6921, 10373, 7109, 8472, 6770, 7965, 8768, 9038, 15616, 10768, 13430, 6707, 9461, 12752, 8760, 14468, 7063, 11276, 6922, 9349, 15135, 10484, 12227, 6858, 7563, 13480, 7691, 11725, 6995, 10639, 7247, 9519, 15469, 10262, 12981, 7088, 9494, 7173, 8954, 15141, 8222, 12416, 6983, 9200, 6889, 7342, 11553, 6994, 11311, 6969, 10594, 7026, 7353, 13260, 6844, 11117, 6896, 10621, 10934, 8191, 15313, 7033, 11654, 6484, 9468, 12589, 8466, 14227, 6999, 10752, 7010, 9582, 15526, 9991, 13434, 6939, 8854, 8520, 8282, 15058, 8790, 11477, 7023, 8514, 15076, 7759, 11227, 6894, 8753, 7185, 8273, 14596, 7790, 10721, 6935, 8907, 7030, 7407, 11525, 6864, 9898, 6817, 8920, 12451, 7573, 13388, 6717, 10041, 6861, 8337, 14304, 9764, 11646, 6633, 7678, 14998, 8570, 12071, 6810, 8499, 8899, 7194, 14292, 9526, 11364, 6739, 7855, 13136, 6963, 12618, 6992, 10328, 6779, 7357, 11993, 7489, 12154, 6664, 8710, 9812, 7265, 11986, 6838, 10630, 7230, 8036, 6979, 8147, 14584, 10109, 12275, 7150, 8877, 12721, 8430, 15127, 9748, 10954, 6811, 7879, 13277, 7742, 14606, 7968, 13211, 6902, 7649, 14433, 7551, 15327, 9413, 13661, 6767, 8347, 11808, 7666, 14220, 8536, 10353, 7141, 8868, 7010, 10275, 7179, 7599, 7247, 7262, 9192, 15391, 11728, 13975, 7571, 10755, 7704, 14408, 15941, 12672, 14106, 7542, 10713, 9006, 8340, 15483, 10875, 12048, 6816, 9169, 13540, 8464, 12897, 7000, 10709, 7245, 9465, 15323, 7905, 12484, 7183, 10712, 7116, 8520, 6786, 7888, 6934, 8903, 6951, 7520, 7126, 7679, 9437, 8698, 15929, 11053, 14617, 7910, 13567, 7939, 13067, 15117, 9013, 13998, 7121, 11123, 6924, 9092, 7018, 7740, 11720, 7106, 12184, 7400, 13057, 6923, 8160, 7260, 8681, 15241, 9747, 12778, 7456, 11840, 6945, 11463, 6756, 7707, 6916, 8015, 12851, 8238, 15183, 10757, 13883, 6965, 9003, 10254, 8521, 15207, 9911, 12543, 7052, 8697, 6967, 7600, 13355, 7770, 10428, 6945, 7991, 7083, 7586, 11697, 7255, 10892, 6963, 11065, 6980, 11576, 6974, 7979, 12274, 7670, 15932, 10573, 13341, 6703, 8774, 10366, 8761, 15390, 10674, 13485, 7050, 11739, 6818, 10185, 6850, 12051, 7903, 8053, 7101, 11065, 7774, 15918, 10405, 14429, 7470, 12130, 6860, 11022, 15701, 12519, 13014, 6795, 10160, 6568, 8858, 6808, 7147, 7341, 7073, 10520, 6797, 10638, 6856, 7427, 6929, 6986, 10786, 7073, 10652, 7138, 7983, 6935, 7494, 12007, 7937, 14518, 9892, 13669, 7155, 9670, 6873, 9955, 15679, 9135, 12026, 6598, 8259, 10473, 7354, 12375, 7131, 9906, 6732, 7739, 13213, 7375, 10138, 6985, 9104, 6825, 8768, 6989, 7945, 14542, 7163, 13230, 7095, 12342, 7081, 11246, 6985, 7397, 15151, 8091, 14565, 7997, 11200, 6863, 7253, 13873, 6813, 12311, 7045, 9254, 11097, 7923, 10638, 6997, 9655, 6972, 7422, 9835, 7251, 8600, 6857, 9810, 6767, 7152, 6820, 7205, 9112, 6733, 10060, 7142, 9049, 11010, 7225, 11577, 6770, 11821, 8674, 9019, 13679, 7421, 10214, 7081, 10374, 8486, 8334, 12887, 7255, 9317, 6656, 9197, 13584, 7525, 10556, 6843, 7745, 6724, 7978, 12622, 7617, 9906, 7067, 7993, 6882, 9581, 11981, 7957, 12037, 7290, 10206, 7119, 11171, 14065, 10256, 12296, 7075, 8559, 6830, 8747, 13734, 8777, 12734, 6872, 7927, 7858, 7981, 13131, 8219, 10696, 6575, 7587, 10876, 7635, 10548, 7078, 8965, 6638, 7246, 11138, 7432, 11870, 6862, 11083, 6672, 7779, 13481, 7010, 11895, 7376, 8675, 14389, 7032, 9684, 6751, 9172, 10592, 7671, 11077, 6774, 8121, 6998, 9207, 13579, 7446, 11238, 6813, 10836, 6878, 7375, 6779, 8171, 13206, 8370, 14410, 7474, 9831], 'WindowCenter': [4087.0, 4062.0, 4051.0, 4049.0, 4061.0, 4110.0, 4088.0, 4097.0, 4025.0, 4066.0, 4013.0, 4034.0, 4096.0, 4065.0, 4075.0, 4002.0, 4034.0, 4061.0, 4022.0, 4073.0, 4034.0, 4064.0, 4013.0, 4054.0, 4012.0, 4035.0, 4095.0, 4054.0, 4073.0, 4011.0, 4023.0, 4030.0, 4013.0, 4063.0, 4033.0, 4053.0, 4015.0, 4055.0, 4038.0, 4080.0, 4026.0, 4069.0, 4038.0, 4037.0, 4097.0, 4067.0, 4098.0, 4066.0, 4035.0, 4084.0, 4013.0, 4083.0, 4013.0, 4074.0, 4000.0, 4023.0, 4073.0, 4023.0, 4085.0, 4013.0, 4034.0, 4011.0, 4035.0, 4094.0, 4056.0, 4064.0, 4012.0, 4043.0, 4013.0, 4044.0, 4094.0, 4044.0, 4074.0, 4014.0, 4065.0, 4012.0, 4045.0, 4084.0, 4023.0, 4062.0, 4001.0, 4044.0, 4032.0, 4023.0, 4073.0, 4013.0, 4043.0, 4011.0, 4035.0, 4084.0, 4024.0, 4064.0, 4016.0, 4057.0, 4024.0, 4036.0, 4075.0, 4025.0, 4065.0, 4014.0, 4068.0, 4074.0, 4036.0, 4084.0, 4014.0, 4067.0, 4014.0, 4057.0, 4085.0, 4076.0, 4063.0, 4002.0, 4034.0, 4084.0, 4054.0, 4074.0, 4012.0, 4043.0, 4010.0, 4022.0, 4083.0, 4054.0, 4074.0, 4001.0, 4044.0, 4031.0, 4033.0, 4084.0, 4011.0, 4064.0, 4010.0, 4009.0, 4040.0, 4000.0, 4053.0, 4000.0, 4023.0, 4072.0, 4000.0, 4051.0, 4000.0, 4034.0, 4062.0, 4013.0, 4054.0, 4013.0, 4045.0, 4044.0, 4026.0, 4087.0, 4013.0, 4075.0, 4011.0, 4025.0, 4096.0, 4022.0, 4075.0, 4072.0, 4011.0, 4064.0, 4002.0, 4054.0, 4008.0, 4010.0, 4042.0, 4002.0, 4053.0, 4012.0, 4035.0, 4033.0, 4025.0, 4064.0, 4013.0, 4066.0, 4095.0, 4063.0, 4074.0, 4011.0, 4044.0, 4052.0, 4013.0, 4063.0, 4014.0, 4053.0, 4012.0, 4035.0, 4084.0, 4055.0, 4065.0, 4002.0, 4023.0, 4062.0, 4012.0, 4064.0, 4012.0, 4035.0, 4002.0, 4025.0, 4075.0, 4014.0, 4066.0, 4002.0, 4025.0, 4064.0, 4014.0, 4076.0, 4084.0, 4033.0, 4075.0, 4001.0, 4036.0, 4084.0, 4053.0, 4064.0, 4000.0, 4033.0, 4084.0, 4042.0, 4062.0, 4001.0, 4033.0, 4064.0, 4024.0, 4073.0, 4002.0, 4043.0, 4001.0, 4023.0, 4084.0, 4023.0, 4062.0, 4025.0, 4064.0, 4012.0, 4066.0, 4042.0, 4025.0, 4085.0, 4024.0, 4065.0, 4014.0, 4067.0, 4095.0, 4065.0, 4076.0, 4002.0, 4036.0, 4074.0, 4035.0, 4076.0, 4002.0, 4024.0, 4075.0, 4003.0, 4077.0, 4022.0, 4023.0, 4015.0, 4047.0, 4027.0, 4091.0, 4035.0, 4048.0, 4098.0, 4014.0, 4086.0, 4053.0, 4035.0, 4083.0, 4002.0, 4065.0, 4000.0, 4019.0, 4060.0, 4013.0, 4051.0, 4001.0, 4043.0, 4025.0, 4035.0, 4076.0, 4025.0, 4065.0, 4026.0, 4057.0, 4027.0, 4068.0, 4107.0, 4077.0, 4087.0, 4015.0, 4056.0, 4084.0, 4024.0, 4086.0, 4046.0, 4066.0, 4014.0, 4026.0, 4067.0, 4025.0, 4088.0, 4025.0, 4067.0, 4024.0, 4028.0, 4077.0, 4027.0, 4089.0, 4026.0, 4069.0, 4024.0, 4025.0, 4085.0, 4056.0, 4097.0, 4016.0, 4080.0, 4025.0, 4024.0, 4096.0, 4053.0, 4073.0, 4012.0, 4056.0, 4084.0, 4034.0, 4097.0, 4025.0, 4064.0, 4012.0, 4023.0, 4062.0, 4011.0, 4055.0, 4083.0, 4011.0, 4065.0, 4012.0, 4033.0, 4022.0, 4026.0, 4075.0, 4048.0, 4067.0, 4024.0, 4038.0, 4096.0, 4066.0, 4097.0, 4014.0, 4046.0, 4096.0, 4013.0, 4076.0, 4012.0, 4056.0, 4082.0, 4023.0, 4065.0, 4012.0, 4064.0, 4051.0, 4036.0, 4083.0, 4013.0, 4064.0, 4001.0, 4033.0, 4083.0, 4032.0, 4063.0, 4013.0, 4025.0, 4084.0, 4034.0, 4076.0, 4024.0, 4077.0, 4023.0, 4051.0, 4079.0, 4063.0, 4071.0, 4012.0, 4053.0, 4013.0, 4055.0, 4013.0, 4024.0, 4074.0, 4024.0, 4075.0, 4025.0, 4077.0, 4012.0, 4034.0, 4084.0, 4023.0, 4064.0, 4001.0, 4064.0, 4041.0, 4023.0, 4062.0, 4012.0, 4063.0, 4013.0, 4054.0, 4013.0, 4025.0, 4074.0, 4023.0, 4076.0, 4025.0, 4074.0, 4012.0, 4036.0, 4095.0, 4045.0, 4085.0, 4013.0, 4044.0, 4032.0, 4013.0, 4061.0, 4013.0, 4064.0, 4012.0, 4034.0, 4073.0, 4014.0, 4064.0, 4024.0, 4055.0, 4026.0, 4046.0, 4014.0, 4057.0, 4096.0, 4048.0, 4088.0, 4027.0, 4077.0, 4026.0, 4077.0, 4107.0, 4067.0, 4085.0, 4024.0, 4076.0, 4034.0, 4036.0, 4096.0, 4013.0, 4075.0, 4012.0, 4035.0, 4063.0, 4013.0, 4075.0, 4025.0, 4076.0, 4025.0, 4046.0, 4024.0, 4045.0, 4041.0, 4090.0, 4088.0, 4026.0, 4075.0, 4024.0, 4086.0, 4034.0, 4065.0, 4096.0, 4023.0, 4084.0, 4042.0, 4074.0, 3998.0, 4021.0, 4060.0, 4010.0, 4062.0, 3998.0, 4030.0, 4049.0, 4010.0, 4048.0, 4001.0, 4052.0, 4010.0, 4035.0, 4062.0, 4011.0, 4041.0, 4000.0, 4032.0, 4011.0, 4024.0, 4062.0, 4013.0, 4075.0, 4013.0, 4034.0, 4012.0, 4034.0, 4074.0, 4014.0, 4077.0, 4013.0, 4034.0, 4064.0, 4024.0, 4086.0, 4013.0, 4076.0, 4013.0, 4023.0, 4084.0, 4024.0, 4075.0, 4013.0, 4045.0, 4012.0, 4024.0, 4085.0, 4035.0, 4074.0, 4013.0, 4035.0, 4082.0, 4044.0, 4096.0, 4032.0, 4066.0, 4082.0, 4021.0, 4062.0, 4000.0, 4062.0, 4029.0, 4020.0, 4061.0, 4011.0, 4054.0, 4071.0, 4022.0, 4061.0, 4002.0, 4040.0, 4000.0, 4032.0, 4051.0, 4024.0, 4074.0, 4000.0, 4043.0, 4092.0, 4043.0, 4073.0, 4001.0, 4042.0, 4050.0, 4012.0, 4071.0, 4011.0, 4053.0, 4000.0, 4022.0, 4083.0, 4033.0, 4063.0, 4013.0, 4044.0, 4012.0, 4047.0, 4084.0, 4035.0, 4087.0, 4028.0, 4077.0, 4024.0, 4065.0, 4096.0, 4045.0, 4086.0, 4012.0, 4076.0, 4012.0, 4025.0, 4083.0, 4012.0, 4062.0, 4000.0, 4063.0, 4012.0, 4023.0, 4082.0, 4011.0, 4081.0, 4043.0, 4082.0, 4000.0, 4042.0, 4050.0, 4041.0, 4080.0, 4062.0, 4071.0, 3997.0, 4031.0, 3997.0, 4008.0, 4069.0, 4019.0, 4050.0, 3998.0, 4020.0, 4009.0, 4011.0, 4030.0, 4012.0, 4052.0, 4023.0, 4064.0, 4024.0, 4045.0, 4014.0, 4046.0, 4043.0, 4055.0, 4096.0, 4064.0, 4085.0, 4001.0, 4054.0, 4072.0, 4033.0, 4082.0, 4012.0, 4062.0, 4010.0, 4043.0, 4083.0, 4052.0, 4073.0, 3999.0, 4021.0, 4072.0, 4022.0, 4062.0, 4011.0, 4062.0, 4010.0, 4052.0, 4083.0, 4054.0, 4073.0, 4011.0, 4042.0, 4010.0, 4043.0, 4082.0, 4032.0, 4073.0, 4011.0, 4043.0, 4010.0, 4023.0, 4062.0, 4011.0, 4062.0, 4013.0, 4064.0, 4013.0, 4024.0, 4083.0, 4012.0, 4063.0, 4013.0, 4065.0, 4063.0, 4033.0, 4095.0, 4011.0, 4062.0, 4002.0, 4053.0, 4073.0, 4035.0, 4083.0, 4012.0, 4064.0, 4011.0, 4052.0, 4082.0, 4054.0, 4071.0, 4009.0, 4041.0, 4028.0, 4031.0, 4082.0, 4032.0, 4062.0, 3999.0, 4032.0, 4080.0, 4021.0, 4052.0, 4009.0, 4031.0, 4009.0, 4031.0, 4082.0, 4022.0, 4061.0, 4011.0, 4043.0, 4012.0, 4022.0, 4064.0, 4001.0, 4052.0, 4002.0, 4045.0, 4074.0, 4034.0, 4085.0, 4012.0, 4054.0, 4001.0, 4034.0, 4084.0, 4054.0, 4075.0, 4003.0, 4025.0, 4093.0, 4043.0, 4073.0, 4002.0, 4044.0, 4041.0, 4012.0, 4085.0, 4081.0, 4119.0, 4015.0, 4032.0, 4070.0, 4012.0, 4073.0, 4014.0, 4064.0, 4011.0, 4023.0, 4074.0, 4024.0, 4075.0, 4002.0, 4044.0, 4051.0, 4024.0, 4074.0, 4012.0, 4065.0, 4022.0, 4034.0, 4011.0, 4034.0, 4094.0, 4066.0, 4074.0, 4014.0, 4056.0, 4073.0, 4035.0, 4096.0, 4053.0, 4064.0, 4011.0, 4033.0, 4073.0, 4022.0, 4086.0, 4034.0, 4083.0, 4011.0, 4024.0, 4094.0, 4032.0, 4093.0, 4043.0, 4084.0, 4000.0, 4031.0, 4060.0, 4020.0, 4071.0, 4033.0, 4051.0, 4012.0, 4043.0, 4024.0, 4075.0, 4037.0, 4058.0, 4062.0, 4051.0, 4082.0, 4111.0, 4090.0, 4099.0, 4036.0, 4067.0, 4023.0, 4098.0, 4095.0, 4076.0, 4085.0, 4023.0, 4055.0, 4030.0, 4022.0, 4081.0, 4051.0, 4059.0, 3999.0, 4040.0, 4070.0, 4020.0, 4070.0, 3999.0, 4049.0, 4009.0, 4040.0, 4080.0, 4019.0, 4059.0, 4010.0, 4051.0, 4010.0, 4030.0, 4000.0, 4032.0, 4010.0, 4053.0, 4012.0, 4034.0, 4022.0, 4035.0, 4055.0, 4047.0, 4107.0, 4077.0, 4095.0, 4034.0, 4088.0, 4022.0, 4085.0, 4083.0, 4043.0, 4083.0, 4011.0, 4061.0, 4010.0, 4043.0, 3999.0, 4022.0, 4060.0, 4011.0, 4072.0, 4022.0, 4083.0, 4012.0, 4033.0, 4020.0, 4043.0, 4093.0, 4054.0, 4072.0, 4022.0, 4072.0, 4011.0, 4075.0, 4012.0, 4023.0, 4011.0, 4033.0, 4072.0, 4033.0, 4094.0, 4065.0, 4084.0, 4012.0, 4042.0, 4050.0, 4031.0, 4081.0, 4042.0, 4073.0, 4010.0, 4031.0, 4009.0, 4021.0, 4070.0, 4020.0, 4050.0, 4010.0, 4032.0, 4009.0, 4032.0, 4073.0, 4025.0, 4065.0, 4024.0, 4076.0, 4024.0, 4087.0, 4023.0, 4035.0, 4075.0, 4035.0, 4096.0, 4066.0, 4086.0, 4012.0, 4044.0, 4051.0, 4043.0, 4095.0, 4065.0, 4084.0, 4014.0, 4075.0, 4013.0, 4066.0, 4011.0, 4086.0, 4044.0, 4043.0, 4025.0, 4074.0, 4035.0, 4107.0, 4066.0, 4096.0, 4023.0, 4074.0, 4002.0, 4064.0, 4093.0, 4074.0, 4072.0, 4001.0, 4050.0, 3998.0, 4043.0, 4000.0, 4012.0, 4010.0, 4013.0, 4052.0, 4013.0, 4064.0, 4002.0, 4024.0, 4010.0, 4012.0, 4062.0, 4013.0, 4063.0, 4013.0, 4033.0, 4013.0, 4024.0, 4073.0, 4034.0, 4095.0, 4056.0, 4086.0, 4013.0, 4054.0, 4001.0, 4054.0, 4093.0, 4043.0, 4075.0, 4002.0, 4033.0, 4051.0, 4023.0, 4075.0, 4013.0, 4054.0, 4012.0, 4023.0, 4084.0, 4023.0, 4063.0, 4025.0, 4055.0, 4013.0, 4057.0, 4024.0, 4049.0, 4096.0, 4026.0, 4085.0, 4025.0, 4086.0, 4023.0, 4076.0, 4013.0, 4024.0, 4094.0, 4033.0, 4094.0, 4033.0, 4089.0, 4013.0, 4023.0, 4082.0, 4001.0, 4073.0, 4011.0, 4054.0, 4062.0, 4033.0, 4050.0, 4008.0, 4050.0, 4009.0, 4022.0, 4049.0, 4021.0, 4031.0, 4011.0, 4052.0, 4011.0, 4023.0, 4010.0, 4024.0, 4042.0, 4013.0, 4065.0, 4023.0, 4055.0, 4063.0, 4024.0, 4073.0, 4011.0, 4075.0, 4031.0, 4043.0, 4082.0, 4021.0, 4052.0, 4010.0, 4064.0, 4040.0, 4033.0, 4071.0, 4020.0, 4041.0, 3998.0, 4041.0, 4080.0, 4020.0, 4061.0, 4010.0, 4020.0, 3999.0, 4032.0, 4072.0, 4031.0, 4052.0, 4022.0, 4033.0, 4011.0, 4055.0, 4073.0, 4033.0, 4074.0, 4022.0, 4064.0, 4010.0, 4063.0, 4082.0, 4063.0, 4072.0, 4010.0, 4042.0, 3999.0, 4042.0, 4082.0, 4055.0, 4085.0, 4010.0, 4031.0, 4018.0, 4031.0, 4071.0, 4031.0, 4061.0, 3999.0, 4021.0, 4060.0, 4021.0, 4062.0, 4022.0, 4043.0, 4012.0, 4024.0, 4072.0, 4022.0, 4074.0, 4014.0, 4075.0, 4011.0, 4023.0, 4082.0, 4012.0, 4074.0, 4023.0, 4044.0, 4082.0, 4011.0, 4041.0, 3999.0, 4052.0, 4061.0, 4022.0, 4063.0, 4012.0, 4032.0, 4011.0, 4055.0, 4083.0, 4023.0, 4063.0, 4013.0, 4074.0, 4013.0, 4025.0, 4014.0, 4046.0, 4084.0, 4045.0, 4098.0, 4024.0, 4066.0], 'WindowWidth': [9095.0, 9051.0, 9035.0, 9026.0, 9044.0, 9106.0, 9076.0, 9085.0, 8986.0, 9042.0, 8966.0, 8995.0, 9078.0, 9037.0, 9051.0, 8948.0, 8992.0, 9023.0, 8975.0, 9044.0, 8993.0, 9034.0, 8964.0, 9020.0, 8962.0, 8997.0, 9075.0, 9020.0, 9046.0, 8957.0, 8977.0, 8984.0, 8966.0, 9032.0, 8995.0, 9020.0, 8975.0, 9025.0, 9008.0, 9067.0, 8990.0, 9050.0, 9006.0, 9006.0, 9084.0, 9045.0, 9090.0, 9038.0, 8998.0, 9062.0, 8967.0, 9060.0, 8966.0, 9047.0, 8944.0, 8980.0, 9045.0, 8980.0, 9064.0, 8965.0, 8994.0, 8961.0, 8997.0, 9074.0, 9025.0, 9035.0, 8963.0, 9007.0, 8965.0, 9010.0, 9074.0, 9009.0, 9047.0, 8967.0, 9037.0, 8963.0, 9009.0, 9060.0, 8979.0, 9029.0, 8946.0, 9007.0, 8988.0, 8980.0, 9045.0, 8965.0, 9004.0, 8961.0, 8997.0, 9061.0, 8982.0, 9034.0, 8974.0, 9030.0, 8983.0, 9000.0, 9049.0, 8986.0, 9038.0, 8968.0, 9045.0, 9047.0, 9000.0, 9061.0, 8967.0, 9039.0, 8967.0, 9028.0, 9063.0, 9051.0, 9032.0, 8947.0, 8993.0, 9059.0, 9019.0, 9045.0, 8960.0, 9004.0, 8956.0, 8976.0, 9058.0, 9021.0, 9047.0, 8946.0, 9008.0, 8986.0, 8990.0, 9061.0, 8958.0, 9033.0, 8954.0, 8953.0, 8995.0, 8943.0, 9018.0, 8941.0, 8978.0, 9040.0, 8943.0, 9012.0, 8943.0, 8993.0, 9026.0, 8966.0, 9020.0, 8965.0, 9012.0, 9007.0, 8987.0, 9067.0, 8965.0, 9050.0, 8959.0, 8983.0, 9078.0, 8976.0, 9051.0, 9038.0, 8959.0, 9032.0, 8946.0, 9019.0, 8949.0, 8954.0, 8998.0, 8947.0, 9018.0, 8962.0, 8999.0, 8993.0, 8985.0, 9037.0, 8966.0, 9041.0, 9074.0, 9031.0, 9045.0, 8959.0, 9008.0, 9014.0, 8964.0, 9030.0, 8967.0, 9019.0, 8962.0, 8996.0, 9060.0, 9021.0, 9035.0, 8948.0, 8978.0, 9028.0, 8964.0, 9033.0, 8962.0, 8996.0, 8948.0, 8983.0, 9050.0, 8967.0, 9039.0, 8949.0, 8982.0, 9034.0, 8968.0, 9052.0, 9059.0, 8991.0, 9048.0, 8946.0, 8998.0, 9058.0, 9017.0, 9032.0, 8944.0, 8990.0, 9060.0, 9001.0, 9026.0, 8947.0, 8991.0, 9029.0, 8980.0, 9044.0, 8948.0, 9003.0, 8945.0, 8978.0, 9058.0, 8979.0, 9029.0, 8984.0, 9034.0, 8963.0, 9040.0, 9002.0, 8984.0, 9062.0, 8981.0, 9037.0, 8967.0, 9042.0, 9077.0, 9037.0, 9052.0, 8948.0, 8998.0, 9045.0, 8995.0, 9051.0, 8949.0, 8981.0, 9048.0, 8950.0, 9055.0, 8977.0, 8979.0, 8971.0, 9018.0, 8992.0, 9083.0, 9000.0, 9019.0, 9085.0, 8968.0, 9067.0, 9015.0, 8994.0, 9056.0, 8949.0, 9034.0, 8941.0, 8966.0, 9019.0, 8963.0, 9010.0, 8947.0, 9004.0, 8982.0, 9000.0, 9053.0, 8985.0, 9038.0, 8988.0, 9032.0, 8992.0, 9049.0, 9096.0, 9057.0, 9068.0, 8970.0, 9025.0, 9059.0, 8981.0, 9066.0, 9013.0, 9040.0, 8969.0, 8989.0, 9042.0, 8987.0, 9074.0, 8985.0, 9043.0, 8981.0, 8992.0, 9056.0, 8991.0, 9076.0, 8990.0, 9049.0, 8984.0, 8988.0, 9066.0, 9028.0, 9084.0, 8976.0, 9065.0, 8984.0, 8984.0, 9079.0, 9018.0, 9043.0, 8960.0, 9027.0, 9058.0, 8996.0, 9085.0, 8985.0, 9036.0, 8963.0, 8978.0, 9029.0, 8959.0, 9023.0, 9057.0, 8962.0, 9036.0, 8965.0, 8994.0, 8976.0, 8990.0, 9052.0, 9020.0, 9044.0, 8984.0, 9007.0, 9081.0, 9041.0, 9083.0, 8969.0, 9013.0, 9077.0, 8965.0, 9053.0, 8963.0, 9029.0, 9055.0, 8980.0, 9034.0, 8964.0, 9035.0, 9013.0, 9001.0, 9058.0, 8964.0, 9035.0, 8945.0, 8993.0, 9058.0, 8988.0, 9033.0, 8964.0, 8985.0, 9063.0, 8997.0, 9053.0, 8983.0, 9059.0, 8981.0, 9009.0, 9043.0, 9029.0, 9038.0, 8960.0, 9017.0, 8967.0, 9024.0, 8966.0, 8984.0, 9049.0, 8983.0, 9051.0, 8985.0, 9056.0, 8964.0, 8998.0, 9061.0, 8979.0, 9034.0, 8946.0, 9035.0, 8998.0, 8978.0, 9028.0, 8963.0, 9031.0, 8966.0, 9023.0, 8965.0, 8985.0, 9047.0, 8981.0, 9053.0, 8984.0, 9050.0, 8965.0, 9001.0, 9078.0, 9012.0, 9063.0, 8964.0, 9011.0, 8989.0, 8966.0, 9025.0, 8967.0, 9034.0, 8962.0, 8997.0, 9045.0, 8968.0, 9034.0, 8983.0, 9026.0, 8991.0, 9018.0, 8971.0, 9032.0, 9083.0, 9023.0, 9075.0, 8992.0, 9060.0, 8988.0, 9060.0, 9098.0, 9042.0, 9066.0, 8984.0, 9056.0, 8994.0, 9002.0, 9079.0, 8967.0, 9052.0, 8963.0, 8997.0, 9029.0, 8966.0, 9050.0, 8986.0, 9054.0, 8987.0, 9014.0, 8984.0, 9014.0, 9020.0, 9104.0, 9075.0, 8989.0, 9051.0, 8983.0, 9069.0, 8996.0, 9040.0, 9078.0, 8978.0, 9063.0, 9002.0, 9048.0, 8937.0, 8972.0, 9021.0, 8955.0, 9027.0, 8938.0, 8984.0, 9005.0, 8954.0, 9003.0, 8945.0, 9015.0, 8956.0, 8998.0, 9028.0, 8958.0, 8998.0, 8944.0, 8989.0, 8958.0, 8981.0, 9029.0, 8966.0, 9050.0, 8965.0, 8996.0, 8963.0, 8995.0, 9046.0, 8968.0, 9055.0, 8966.0, 8996.0, 9033.0, 8982.0, 9066.0, 8966.0, 9053.0, 8965.0, 8979.0, 9059.0, 8981.0, 9052.0, 8966.0, 9011.0, 8963.0, 8982.0, 9063.0, 8997.0, 9048.0, 8964.0, 8997.0, 9057.0, 9008.0, 9082.0, 8988.0, 9039.0, 9053.0, 8971.0, 9027.0, 8942.0, 9029.0, 8978.0, 8971.0, 9023.0, 8957.0, 9019.0, 9037.0, 8975.0, 9024.0, 8947.0, 8997.0, 8942.0, 8990.0, 9012.0, 8981.0, 9048.0, 8946.0, 9005.0, 9069.0, 9004.0, 9044.0, 8944.0, 9001.0, 9007.0, 8960.0, 9039.0, 8960.0, 9018.0, 8943.0, 8974.0, 9057.0, 8992.0, 9030.0, 8965.0, 9008.0, 8962.0, 9016.0, 9060.0, 9000.0, 9071.0, 8998.0, 9059.0, 8983.0, 9039.0, 9080.0, 9012.0, 9066.0, 8964.0, 9053.0, 8962.0, 8983.0, 9058.0, 8962.0, 9027.0, 8945.0, 9032.0, 8960.0, 8978.0, 9055.0, 8959.0, 9053.0, 9003.0, 9056.0, 8942.0, 9001.0, 9007.0, 8998.0, 9049.0, 9026.0, 9037.0, 8935.0, 8983.0, 8931.0, 8950.0, 9031.0, 8966.0, 9007.0, 8936.0, 8970.0, 8952.0, 8960.0, 8983.0, 8964.0, 9014.0, 8980.0, 9036.0, 8983.0, 9012.0, 8970.0, 9016.0, 9006.0, 9025.0, 9078.0, 9035.0, 9062.0, 8945.0, 9020.0, 9040.0, 8991.0, 9054.0, 8961.0, 9027.0, 8955.0, 9003.0, 9057.0, 9015.0, 9042.0, 8940.0, 8973.0, 9040.0, 8975.0, 9028.0, 8961.0, 9029.0, 8956.0, 9016.0, 9056.0, 9021.0, 9042.0, 8959.0, 9001.0, 8955.0, 9002.0, 9054.0, 8987.0, 9042.0, 8957.0, 9003.0, 8956.0, 8977.0, 9026.0, 8961.0, 9028.0, 8966.0, 9033.0, 8964.0, 8983.0, 9058.0, 8964.0, 9030.0, 8964.0, 9037.0, 9030.0, 8993.0, 9075.0, 8959.0, 9028.0, 8949.0, 9019.0, 9043.0, 8996.0, 9056.0, 8961.0, 9031.0, 8958.0, 9016.0, 9054.0, 9020.0, 9039.0, 8953.0, 8998.0, 8975.0, 8984.0, 9052.0, 8987.0, 9028.0, 8939.0, 8987.0, 9049.0, 8970.0, 9012.0, 8955.0, 8985.0, 8955.0, 8987.0, 9054.0, 8975.0, 9026.0, 8958.0, 9005.0, 8960.0, 8976.0, 9031.0, 8947.0, 9016.0, 8948.0, 9010.0, 9047.0, 8995.0, 9063.0, 8964.0, 9021.0, 8947.0, 8995.0, 9059.0, 9022.0, 9050.0, 8951.0, 8983.0, 9070.0, 9005.0, 9046.0, 8949.0, 9008.0, 8997.0, 8962.0, 9062.0, 9072.0, 9140.0, 8972.0, 8989.0, 9035.0, 8961.0, 9042.0, 8966.0, 9034.0, 8960.0, 8979.0, 9046.0, 8981.0, 9050.0, 8949.0, 9008.0, 9011.0, 8982.0, 9049.0, 8964.0, 9035.0, 8977.0, 8996.0, 8961.0, 8995.0, 9074.0, 9040.0, 9049.0, 8968.0, 9027.0, 9044.0, 8996.0, 9078.0, 9019.0, 9033.0, 8960.0, 8992.0, 9043.0, 8976.0, 9064.0, 8993.0, 9058.0, 8959.0, 8980.0, 9074.0, 8991.0, 9071.0, 9005.0, 9059.0, 8942.0, 8984.0, 9018.0, 8968.0, 9036.0, 8990.0, 9010.0, 8964.0, 9005.0, 8987.0, 9054.0, 9011.0, 9040.0, 9052.0, 9034.0, 9075.0, 9111.0, 9080.0, 9089.0, 8999.0, 9043.0, 8979.0, 9085.0, 9078.0, 9053.0, 9064.0, 8977.0, 9021.0, 8979.0, 8971.0, 9050.0, 9010.0, 9020.0, 8937.0, 8995.0, 9033.0, 8969.0, 9033.0, 8939.0, 9006.0, 8950.0, 8996.0, 9047.0, 8967.0, 9019.0, 8955.0, 9009.0, 8954.0, 8984.0, 8944.0, 8989.0, 8958.0, 9020.0, 8965.0, 8997.0, 8979.0, 9001.0, 9023.0, 9016.0, 9094.0, 9058.0, 9077.0, 8996.0, 9071.0, 8976.0, 9064.0, 9056.0, 9002.0, 9055.0, 8957.0, 9025.0, 8955.0, 9002.0, 8939.0, 8973.0, 9022.0, 8960.0, 9042.0, 8977.0, 9059.0, 8962.0, 8993.0, 8970.0, 9004.0, 9071.0, 9020.0, 9041.0, 8974.0, 9041.0, 8962.0, 9049.0, 8962.0, 8979.0, 8959.0, 8992.0, 9040.0, 8992.0, 9074.0, 9035.0, 9060.0, 8962.0, 9001.0, 9007.0, 8984.0, 9049.0, 8998.0, 9040.0, 8954.0, 8985.0, 8952.0, 8970.0, 9034.0, 8971.0, 9009.0, 8956.0, 8988.0, 8956.0, 8991.0, 9047.0, 8985.0, 9037.0, 8984.0, 9052.0, 8984.0, 9074.0, 8981.0, 8999.0, 9050.0, 8998.0, 9081.0, 9040.0, 9068.0, 8964.0, 9010.0, 9014.0, 9007.0, 9076.0, 9038.0, 9061.0, 8967.0, 9050.0, 8966.0, 9041.0, 8961.0, 9068.0, 9012.0, 9009.0, 8988.0, 9050.0, 9000.0, 9097.0, 9042.0, 9079.0, 8980.0, 9048.0, 8946.0, 9032.0, 9069.0, 9045.0, 9037.0, 8943.0, 9007.0, 8936.0, 9002.0, 8940.0, 8962.0, 8955.0, 8966.0, 9014.0, 8965.0, 9033.0, 8948.0, 8981.0, 8956.0, 8961.0, 9027.0, 8964.0, 9031.0, 8966.0, 8994.0, 8964.0, 8981.0, 9044.0, 8995.0, 9076.0, 9027.0, 9065.0, 8965.0, 9021.0, 8945.0, 9020.0, 9072.0, 9005.0, 9049.0, 8948.0, 8992.0, 9011.0, 8978.0, 9050.0, 8965.0, 9020.0, 8962.0, 8979.0, 9059.0, 8980.0, 9031.0, 8984.0, 9026.0, 8968.0, 9031.0, 8983.0, 9022.0, 9080.0, 8988.0, 9064.0, 8985.0, 9067.0, 8981.0, 9055.0, 8965.0, 8983.0, 9074.0, 8993.0, 9075.0, 8992.0, 9077.0, 8966.0, 8980.0, 9053.0, 8946.0, 9045.0, 8961.0, 9022.0, 9028.0, 8995.0, 9007.0, 8951.0, 9011.0, 8952.0, 8978.0, 9007.0, 8972.0, 8985.0, 8960.0, 9017.0, 8960.0, 8980.0, 8961.0, 8982.0, 9004.0, 8969.0, 9039.0, 8979.0, 9025.0, 9033.0, 8983.0, 9045.0, 8962.0, 9052.0, 8986.0, 9005.0, 9057.0, 8973.0, 9015.0, 8957.0, 9034.0, 8998.0, 8992.0, 9040.0, 8970.0, 8998.0, 8938.0, 8998.0, 9050.0, 8971.0, 9026.0, 8956.0, 8972.0, 8942.0, 8989.0, 9041.0, 8989.0, 9015.0, 8977.0, 8994.0, 8961.0, 9024.0, 9046.0, 8994.0, 9047.0, 8976.0, 9035.0, 8957.0, 9031.0, 9056.0, 9033.0, 9041.0, 8959.0, 9002.0, 8942.0, 9002.0, 9055.0, 9026.0, 9065.0, 8959.0, 8988.0, 8965.0, 8985.0, 9038.0, 8988.0, 9028.0, 8942.0, 8974.0, 9021.0, 8974.0, 9028.0, 8979.0, 9006.0, 8964.0, 8983.0, 9043.0, 8979.0, 9048.0, 8970.0, 9052.0, 8961.0, 8979.0, 9055.0, 8963.0, 9049.0, 8981.0, 9009.0, 9058.0, 8960.0, 9000.0, 8942.0, 9018.0, 9025.0, 8978.0, 9030.0, 8963.0, 8990.0, 8961.0, 9024.0, 9059.0, 8982.0, 9032.0, 8968.0, 9050.0, 8968.0, 8986.0, 8971.0, 9015.0, 9064.0, 9012.0, 9087.0, 8985.0, 9040.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.009904675324675326</td></tr>
<tr><td colspan=3>aqi</td><td>0.030653473679653678</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.33323033108316</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3110899959705364</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1757052695147308</td></tr>
<tr><td colspan=3>efc</td><td>0.4513</td></tr>
<tr><td colspan=3>fber</td><td>5825.3936</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08967330469220505</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>28</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.4242424242424243</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4905356828526997</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.432459123823837</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.681381299707252</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3577666250270095</td></tr>
<tr><td colspan=3>gcor</td><td>0.00609118</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016520006582140923</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0245208702981472</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.6369887181771916</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>28.4779</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.556</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>160.0551</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308798.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>727.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>306.065</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8151</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>503.6989</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3268.927</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3536.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67746.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>876.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4299.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>972.2257</td></tr>
<tr><td colspan=3>tsnr</td><td>36.70943782199174</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>