<?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-0093_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-0093_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-0093_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-0093/figures/sub-0093_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0093/figures/sub-0093_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-0093/figures/sub-0093_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093/ses-02/func/sub-0093_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>eeaf30d5ee213a1dc37330eb017bf1a3</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>15:03:0.872500</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.995118, 0.0249944, 0.0954771, -0.040142, 0.986269, 0.160194]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.105854</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>[4142, -7786, -7236, 606, -78, -320, 65, 51]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.968</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1b1e5e62-d64d-4f9f-ba85-fb5e40ba8234||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.669828176498413, -0.10769816488027573, 0.24343769252300262, 115.50228881835938], [-0.06705807894468307, 2.646087408065796, 0.44076117873191833, -100.68376159667969], [0.2561579942703247, -0.4297896921634674, 2.6526341438293457, -50.71902084350586], [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': ['150300.872500', '150301.332500', '150301.792500', '150302.252500', '150302.712500', '150303.172500', '150303.632500', '150304.092500', '150304.552500', '150305.012500', '150305.472500', '150305.932500', '150306.392500', '150306.852500', '150307.312500', '150307.772500', '150308.232500', '150308.692500', '150309.152500', '150309.612500', '150310.072500', '150310.532500', '150310.992500', '150311.452500', '150311.912500', '150312.372500', '150312.832500', '150313.292500', '150313.752500', '150314.212500', '150314.672500', '150315.132500', '150315.592500', '150316.052500', '150316.512500', '150316.972500', '150317.432500', '150317.892500', '150318.352500', '150318.812500', '150319.272500', '150319.732500', '150320.192500', '150320.652500', '150321.112500', '150321.572500', '150322.032500', '150322.492500', '150322.952500', '150323.412500', '150323.872500', '150324.332500', '150324.792500', '150325.252500', '150325.712500', '150326.172500', '150326.632500', '150327.092500', '150327.552500', '150328.012500', '150328.472500', '150328.932500', '150329.392500', '150329.852500', '150330.312500', '150330.772500', '150331.232500', '150331.692500', '150332.152500', '150332.612500', '150333.072500', '150333.532500', '150333.992500', '150334.452500', '150334.912500', '150335.372500', '150335.832500', '150336.292500', '150336.752500', '150337.212500', '150337.672500', '150338.132500', '150338.592500', '150339.052500', '150339.512500', '150339.972500', '150340.432500', '150340.892500', '150341.352500', '150341.812500', '150342.272500', '150342.732500', '150343.192500', '150343.652500', '150344.112500', '150344.572500', '150345.032500', '150345.492500', '150345.952500', '150346.412500', '150346.872500', '150347.332500', '150347.792500', '150348.252500', '150348.712500', '150349.172500', '150349.632500', '150350.092500', '150350.552500', '150351.012500', '150351.472500', '150351.932500', '150352.392500', '150352.852500', '150353.312500', '150353.772500', '150354.232500', '150354.692500', '150355.152500', '150355.612500', '150356.072500', '150356.532500', '150356.992500', '150357.452500', '150357.912500', '150358.372500', '150358.832500', '150359.292500', '150359.752500', '150400.212500', '150400.672500', '150401.132500', '150401.592500', '150402.052500', '150402.512500', '150402.972500', '150403.432500', '150403.892500', '150404.352500', '150404.812500', '150405.272500', '150405.732500', '150406.192500', '150406.652500', '150407.112500', '150407.572500', '150408.032500', '150408.492500', '150408.952500', '150409.412500', '150409.872500', '150410.332500', '150410.792500', '150411.252500', '150411.712500', '150412.172500', '150412.632500', '150413.092500', '150413.552500', '150414.012500', '150414.472500', '150414.932500', '150415.392500', '150415.852500', '150416.312500', '150416.772500', '150417.232500', '150417.692500', '150418.152500', '150418.612500', '150419.072500', '150419.532500', '150419.992500', '150420.452500', '150420.912500', '150421.372500', '150421.832500', '150422.292500', '150422.752500', '150423.212500', '150423.672500', '150424.132500', '150424.592500', '150425.052500', '150425.512500', '150425.972500', '150426.432500', '150426.892500', '150427.352500', '150427.812500', '150428.272500', '150428.732500', '150429.192500', '150429.652500', '150430.112500', '150430.572500', '150431.032500', '150431.492500', '150431.952500', '150432.412500', '150432.872500', '150433.332500', '150433.792500', '150434.252500', '150434.712500', '150435.172500', '150435.632500', '150436.092500', '150436.552500', '150437.012500', '150437.472500', '150437.932500', '150438.392500', '150438.852500', '150439.312500', '150439.772500', '150440.232500', '150440.692500', '150441.152500', '150441.612500', '150442.072500', '150442.532500', '150442.992500', '150443.452500', '150443.912500', '150444.372500', '150444.832500', '150445.292500', '150445.752500', '150446.212500', '150446.672500', '150447.132500', '150447.592500', '150448.052500', '150448.512500', '150448.972500', '150449.432500', '150449.892500', '150450.352500', '150450.812500', '150451.272500', '150451.732500', '150452.192500', '150452.652500', '150453.112500', '150453.572500', '150454.032500', '150454.492500', '150454.952500', '150455.412500', '150455.872500', '150456.332500', '150456.792500', '150457.252500', '150457.712500', '150458.172500', '150458.632500', '150459.092500', '150459.552500', '150500.012500', '150500.472500', '150500.932500', '150501.392500', '150501.852500', '150502.312500', '150502.772500', '150503.232500', '150503.692500', '150504.152500', '150504.612500', '150505.072500', '150505.532500', '150505.992500', '150506.452500', '150506.912500', '150507.372500', '150507.832500', '150508.292500', '150508.752500', '150509.212500', '150509.672500', '150510.132500', '150510.592500', '150511.052500', '150511.512500', '150511.972500', '150512.432500', '150512.892500', '150513.352500', '150513.812500', '150514.272500', '150514.732500', '150515.192500', '150515.652500', '150516.112500', '150516.572500', '150517.032500', '150517.492500', '150517.952500', '150518.412500', '150518.872500', '150519.332500', '150519.792500', '150520.252500', '150520.712500', '150521.172500', '150521.632500', '150522.092500', '150522.552500', '150523.012500', '150523.472500', '150523.932500', '150524.392500', '150524.852500', '150525.312500', '150525.772500', '150526.232500', '150526.692500', '150527.152500', '150527.612500', '150528.072500', '150528.532500', '150528.992500', '150529.452500', '150529.912500', '150530.372500', '150530.832500', '150531.292500', '150531.752500', '150532.212500', '150532.672500', '150533.132500', '150533.592500', '150534.052500', '150534.512500', '150534.972500', '150535.432500', '150535.892500', '150536.352500', '150536.812500', '150537.272500', '150537.732500', '150538.192500', '150538.652500', '150539.112500', '150539.572500', '150540.032500', '150540.492500', '150540.952500', '150541.412500', '150541.872500', '150542.332500', '150542.792500', '150543.252500', '150543.712500', '150544.172500', '150544.632500', '150545.092500', '150545.552500', '150546.012500', '150546.472500', '150546.932500', '150547.392500', '150547.852500', '150548.312500', '150548.772500', '150549.232500', '150549.692500', '150550.152500', '150550.612500', '150551.072500', '150551.532500', '150551.992500', '150552.452500', '150552.912500', '150553.372500', '150553.832500', '150554.292500', '150554.752500', '150555.212500', '150555.672500', '150556.132500', '150556.592500', '150557.052500', '150557.512500', '150557.972500', '150558.432500', '150558.892500', '150559.352500', '150559.812500', '150600.272500', '150600.732500', '150601.192500', '150601.652500', '150602.112500', '150602.572500', '150603.032500', '150603.492500', '150603.952500', '150604.412500', '150604.872500', '150605.332500', '150605.792500', '150606.252500', '150606.712500', '150607.172500', '150607.632500', '150608.092500', '150608.552500', '150609.012500', '150609.472500', '150609.932500', '150610.392500', '150610.852500', '150611.312500', '150611.772500', '150612.232500', '150612.692500', '150613.152500', '150613.612500', '150614.072500', '150614.532500', '150614.992500', '150615.452500', '150615.912500', '150616.372500', '150616.832500', '150617.292500', '150617.752500', '150618.212500', '150618.672500', '150619.132500', '150619.592500', '150620.052500', '150620.512500', '150620.972500', '150621.432500', '150621.892500', '150622.352500', '150622.812500', '150623.272500', '150623.732500', '150624.192500', '150624.652500', '150625.112500', '150625.572500', '150626.032500', '150626.492500', '150626.952500', '150627.412500', '150627.872500', '150628.332500', '150628.792500', '150629.252500', '150629.712500', '150630.172500', '150630.632500', '150631.092500', '150631.552500', '150632.012500', '150632.472500', '150632.932500', '150633.392500', '150633.852500', '150634.312500', '150634.772500', '150635.232500', '150635.692500', '150636.152500', '150636.612500', '150637.072500', '150637.532500', '150637.992500', '150638.452500', '150638.912500', '150639.372500', '150639.832500', '150640.292500', '150640.752500', '150641.212500', '150641.672500', '150642.132500', '150642.592500', '150643.052500', '150643.512500', '150643.972500', '150644.432500', '150644.892500', '150645.352500', '150645.812500', '150646.272500', '150646.732500', '150647.192500', '150647.652500', '150648.112500', '150648.572500', '150649.032500', '150649.492500', '150649.952500', '150650.412500', '150650.872500', '150651.332500', '150651.792500', '150652.252500', '150652.712500', '150653.172500', '150653.632500', '150654.092500', '150654.552500', '150655.012500', '150655.472500', '150655.932500', '150656.392500', '150656.852500', '150657.312500', '150657.772500', '150658.232500', '150658.692500', '150659.152500', '150659.612500', '150700.072500', '150700.532500', '150700.992500', '150701.452500', '150701.912500', '150702.372500', '150702.832500', '150703.292500', '150703.752500', '150704.212500', '150704.672500', '150705.132500', '150705.592500', '150706.052500', '150706.512500', '150706.972500', '150707.432500', '150707.892500', '150708.352500', '150708.812500', '150709.272500', '150709.732500', '150710.192500', '150710.652500', '150711.112500', '150711.572500', '150712.032500', '150712.492500', '150712.952500', '150713.412500', '150713.872500', '150714.332500', '150714.792500', '150715.252500', '150715.712500', '150716.172500', '150716.632500', '150717.092500', '150717.552500', '150718.012500', '150718.472500', '150718.932500', '150719.392500', '150719.852500', '150720.312500', '150720.772500', '150721.232500', '150721.692500', '150722.152500', '150722.612500', '150723.072500', '150723.532500', '150723.992500', '150724.452500', '150724.912500', '150725.372500', '150725.832500', '150726.292500', '150726.752500', '150727.212500', '150727.672500', '150728.132500', '150728.592500', '150729.052500', '150729.512500', '150729.972500', '150730.432500', '150730.892500', '150731.352500', '150731.812500', '150732.272500', '150732.732500', '150733.192500', '150733.652500', '150734.112500', '150734.572500', '150735.032500', '150735.492500', '150735.952500', '150736.412500', '150736.872500', '150737.332500', '150737.792500', '150738.252500', '150738.712500', '150739.172500', '150739.632500', '150740.092500', '150740.552500', '150741.012500', '150741.472500', '150741.932500', '150742.392500', '150742.852500', '150743.312500', '150743.772500', '150744.232500', '150744.692500', '150745.152500', '150745.612500', '150746.072500', '150746.532500', '150746.992500', '150747.452500', '150747.912500', '150748.372500', '150748.832500', '150749.292500', '150749.752500', '150750.212500', '150750.672500', '150751.132500', '150751.592500', '150752.052500', '150752.512500', '150752.972500', '150753.432500', '150753.892500', '150754.352500', '150754.812500', '150755.272500', '150755.732500', '150756.192500', '150756.652500', '150757.112500', '150757.572500', '150758.032500', '150758.492500', '150758.952500', '150759.412500', '150759.872500', '150800.332500', '150800.792500', '150801.252500', '150801.712500', '150802.172500', '150802.632500', '150803.092500', '150803.552500', '150804.012500', '150804.472500', '150804.932500', '150805.392500', '150805.852500', '150806.312500', '150806.772500', '150807.232500', '150807.692500', '150808.152500', '150808.612500', '150809.072500', '150809.532500', '150809.992500', '150810.452500', '150810.912500', '150811.372500', '150811.832500', '150812.292500', '150812.752500', '150813.212500', '150813.672500', '150814.132500', '150814.592500', '150815.052500', '150815.512500', '150815.972500', '150816.432500', '150816.892500', '150817.352500', '150817.812500', '150818.272500', '150818.732500', '150819.192500', '150819.652500', '150820.112500', '150820.572500', '150821.032500', '150821.492500', '150821.952500', '150822.412500', '150822.872500', '150823.332500', '150823.792500', '150824.252500', '150824.712500', '150825.172500', '150825.632500', '150826.092500', '150826.552500', '150827.012500', '150827.472500', '150827.932500', '150828.392500', '150828.852500', '150829.312500', '150829.772500', '150830.232500', '150830.692500', '150831.152500', '150831.612500', '150832.072500', '150832.532500', '150832.992500', '150833.452500', '150833.912500', '150834.372500', '150834.832500', '150835.292500', '150835.752500', '150836.212500', '150836.672500', '150837.132500', '150837.592500', '150838.052500', '150838.512500', '150838.972500', '150839.432500', '150839.892500', '150840.352500', '150840.812500', '150841.272500', '150841.732500', '150842.192500', '150842.652500', '150843.112500', '150843.572500', '150844.032500', '150844.492500', '150844.952500', '150845.412500', '150845.872500', '150846.332500', '150846.792500', '150847.252500', '150847.712500', '150848.172500', '150848.632500', '150849.092500', '150849.552500', '150850.012500', '150850.472500', '150850.932500', '150851.392500', '150851.852500', '150852.312500', '150852.772500', '150853.232500', '150853.692500', '150854.152500', '150854.612500', '150855.072500', '150855.532500', '150855.992500', '150856.452500', '150856.912500', '150857.372500', '150857.832500', '150858.292500', '150858.752500', '150859.212500', '150859.672500', '150900.132500', '150900.592500', '150901.052500', '150901.512500', '150901.972500', '150902.432500', '150902.892500', '150903.352500', '150903.812500', '150904.272500', '150904.732500', '150905.192500', '150905.652500', '150906.112500', '150906.572500', '150907.032500', '150907.492500', '150907.952500', '150908.412500', '150908.872500', '150909.332500', '150909.792500', '150910.252500', '150910.712500', '150911.172500', '150911.632500', '150912.092500', '150912.552500', '150913.012500', '150913.472500', '150913.932500', '150914.392500', '150914.852500', '150915.312500', '150915.772500', '150916.232500', '150916.692500', '150917.152500', '150917.612500', '150918.072500', '150918.532500', '150918.992500', '150919.452500', '150919.912500', '150920.372500', '150920.832500', '150921.292500', '150921.752500', '150922.212500', '150922.672500', '150923.132500', '150923.592500', '150924.052500', '150924.512500', '150924.972500', '150925.432500', '150925.892500', '150926.352500', '150926.812500', '150927.272500', '150927.732500', '150928.192500', '150928.652500', '150929.112500', '150929.572500', '150930.032500', '150930.492500', '150930.952500', '150931.412500', '150931.872500', '150932.332500', '150932.792500', '150933.252500', '150933.712500', '150934.172500', '150934.632500', '150935.092500', '150935.552500', '150936.012500', '150936.472500', '150936.932500', '150937.392500', '150937.852500', '150938.312500', '150938.772500', '150939.232500', '150939.692500', '150940.152500', '150940.612500', '150941.072500', '150941.532500', '150941.992500', '150942.452500', '150942.912500', '150943.372500', '150943.832500', '150944.292500', '150944.752500', '150945.212500', '150945.672500', '150946.132500', '150946.592500', '150947.052500', '150947.512500', '150947.972500', '150948.432500', '150948.892500', '150949.352500', '150949.812500', '150950.272500', '150950.732500', '150951.192500', '150951.652500', '150952.112500', '150952.572500', '150953.032500', '150953.492500', '150953.952500', '150954.412500', '150954.872500', '150955.332500', '150955.792500', '150956.252500', '150956.712500', '150957.172500', '150957.632500', '150958.092500', '150958.552500', '150959.012500', '150959.472500', '150959.932500', '151000.392500', '151000.852500', '151001.312500', '151001.772500', '151002.232500', '151002.692500', '151003.152500', '151003.612500', '151004.072500', '151004.532500', '151004.992500', '151005.452500', '151005.912500', '151006.372500', '151006.832500', '151007.292500', '151007.752500', '151008.212500', '151008.672500', '151009.132500', '151009.592500', '151010.052500', '151010.512500', '151010.972500', '151011.432500', '151011.892500', '151012.352500', '151012.812500', '151013.272500', '151013.732500', '151014.192500', '151014.652500', '151015.112500', '151015.572500', '151016.032500', '151016.492500', '151016.952500', '151017.412500', '151017.872500', '151018.332500', '151018.792500', '151019.252500', '151019.712500', '151020.172500', '151020.632500', '151021.092500', '151021.552500', '151022.012500', '151022.472500', '151022.932500', '151023.392500', '151023.852500', '151024.312500', '151024.772500', '151025.232500', '151025.692500', '151026.152500', '151026.612500', '151027.072500', '151027.532500', '151027.992500', '151028.452500', '151028.912500', '151029.372500', '151029.832500', '151030.292500', '151030.752500', '151031.212500', '151031.672500', '151032.132500', '151032.592500', '151033.052500', '151033.512500', '151033.972500', '151034.432500', '151034.892500', '151035.352500', '151035.812500', '151036.272500', '151036.732500', '151037.192500', '151037.652500', '151038.112500', '151038.572500', '151039.032500', '151039.492500', '151039.952500', '151040.412500', '151040.872500', '151041.332500', '151041.792500', '151042.252500', '151042.712500', '151043.172500', '151043.632500', '151044.092500', '151044.552500', '151045.012500', '151045.472500', '151045.932500', '151046.392500', '151046.852500', '151047.312500', '151047.772500', '151048.232500', '151048.692500', '151049.152500', '151049.612500', '151050.072500', '151050.532500', '151050.992500', '151051.452500', '151051.912500', '151052.372500', '151052.832500', '151053.292500', '151053.752500', '151054.212500', '151054.672500', '151055.132500', '151055.592500', '151056.052500', '151056.512500', '151056.972500', '151057.432500', '151057.892500', '151058.352500', '151058.812500', '151059.272500', '151059.732500', '151100.192500', '151100.652500', '151101.112500', '151101.572500', '151102.032500', '151102.492500', '151102.952500', '151103.412500', '151103.872500', '151104.332500', '151104.792500', '151105.252500', '151105.712500', '151106.172500', '151106.632500', '151107.092500', '151107.552500', '151108.012500', '151108.472500', '151108.932500', '151109.392500', '151109.852500', '151110.312500', '151110.772500', '151111.232500', '151111.692500', '151112.152500', '151112.612500', '151113.072500', '151113.532500', '151113.992500', '151114.452500', '151114.912500', '151115.372500', '151115.832500', '151116.292500', '151116.752500', '151117.212500', '151117.672500', '151118.132500', '151118.592500', '151119.052500', '151119.512500', '151119.972500', '151120.432500', '151120.892500', '151121.352500', '151121.812500', '151122.272500', '151122.732500', '151123.192500', '151123.652500', '151124.112500', '151124.572500', '151125.032500', '151125.492500', '151125.952500', '151126.412500', '151126.872500', '151127.332500', '151127.792500', '151128.252500', '151128.712500', '151129.172500', '151129.632500', '151130.092500', '151130.552500', '151131.012500', '151131.472500', '151131.932500', '151132.392500', '151132.852500', '151133.312500', '151133.772500', '151134.232500', '151134.692500', '151135.152500', '151135.612500', '151136.072500', '151136.532500', '151136.992500', '151137.452500', '151137.912500', '151138.372500', '151138.832500', '151139.292500', '151139.752500', '151140.212500', '151140.672500', '151141.132500', '151141.592500', '151142.052500', '151142.512500', '151142.972500', '151143.432500', '151143.892500', '151144.352500', '151144.812500', '151145.272500', '151145.732500', '151146.192500', '151146.652500', '151147.112500', '151147.572500', '151148.032500', '151148.492500', '151148.952500', '151149.412500', '151149.872500', '151150.332500', '151150.792500', '151151.252500', '151151.712500', '151152.172500'], 'ContentTime': ['150330.536000', '150330.539000', '150330.542000', '150330.545000', '150330.547000', '150330.550000', '150330.552000', '150330.555000', '150330.557000', '150330.560000', '150330.562000', '150330.565000', '150330.568000', '150330.570000', '150330.573000', '150330.575000', '150330.578000', '150330.580000', '150330.583000', '150330.585000', '150330.588000', '150330.590000', '150330.593000', '150330.595000', '150330.598000', '150330.601000', '150330.603000', '150330.606000', '150330.609000', '150330.611000', '150330.614000', '150330.617000', '150330.619000', '150330.622000', '150330.624000', '150330.627000', '150330.629000', '150330.632000', '150330.634000', '150330.637000', '150330.639000', '150330.642000', '150330.645000', '150330.647000', '150330.650000', '150330.656000', '150330.658000', '150330.661000', '150330.663000', '150330.666000', '150330.668000', '150330.671000', '150330.673000', '150330.676000', '150330.678000', '150330.681000', '150330.684000', '150330.686000', '150330.689000', '150330.691000', '150330.694000', '150330.696000', '150350.492000', '150350.495000', '150350.498000', '150350.500000', '150350.503000', '150350.505000', '150350.508000', '150350.511000', '150350.513000', '150350.516000', '150350.518000', '150350.521000', '150350.523000', '150350.526000', '150350.528000', '150350.531000', '150350.533000', '150350.536000', '150350.538000', '150350.541000', '150350.543000', '150350.546000', '150350.549000', '150350.551000', '150350.554000', '150350.556000', '150350.559000', '150350.561000', '150350.564000', '150350.566000', '150350.569000', '150350.571000', '150350.574000', '150350.576000', '150350.579000', '150350.581000', '150350.584000', '150350.587000', '150350.589000', '150350.592000', '150350.594000', '150350.597000', '150350.600000', '150350.602000', '150410.492000', '150410.495000', '150410.498000', '150410.500000', '150410.503000', '150410.506000', '150410.508000', '150410.511000', '150410.513000', '150410.516000', '150410.518000', '150410.521000', '150410.524000', '150410.526000', '150410.529000', '150410.531000', '150410.534000', '150410.536000', '150410.539000', '150410.541000', '150410.544000', '150410.547000', '150410.549000', '150410.552000', '150410.554000', '150410.557000', '150410.559000', '150410.562000', '150410.564000', '150410.567000', '150410.570000', '150410.572000', '150410.575000', '150410.578000', '150410.581000', '150410.584000', '150410.587000', '150410.589000', '150410.592000', '150410.594000', '150410.597000', '150410.600000', '150410.602000', '150430.493000', '150430.495000', '150430.498000', '150430.501000', '150430.503000', '150430.506000', '150430.508000', '150430.511000', '150430.513000', '150430.516000', '150430.519000', '150430.521000', '150430.524000', '150430.526000', '150430.529000', '150430.531000', '150430.534000', '150430.537000', '150430.539000', '150430.542000', '150430.544000', '150430.547000', '150430.550000', '150430.552000', '150430.555000', '150430.557000', '150430.560000', '150430.562000', '150430.565000', '150430.568000', '150430.570000', '150430.573000', '150430.575000', '150430.578000', '150430.580000', '150430.583000', '150430.586000', '150430.588000', '150430.591000', '150430.593000', '150430.596000', '150430.598000', '150430.601000', '150430.604000', '150450.492000', '150450.495000', '150450.498000', '150450.500000', '150450.503000', '150450.506000', '150450.508000', '150450.511000', '150450.513000', '150450.516000', '150450.518000', '150450.521000', '150450.523000', '150450.526000', '150450.529000', '150450.531000', '150450.534000', '150450.536000', '150450.557000', '150450.559000', '150450.562000', '150450.564000', '150450.567000', '150450.569000', '150450.572000', '150450.574000', '150450.577000', '150450.580000', '150450.583000', '150450.586000', '150450.588000', '150450.591000', '150450.593000', '150450.596000', '150450.599000', '150450.601000', '150450.604000', '150450.606000', '150450.609000', '150450.611000', '150450.614000', '150450.617000', '150450.619000', '150510.492000', '150510.496000', '150510.498000', '150510.501000', '150510.504000', '150510.506000', '150510.509000', '150510.511000', '150510.514000', '150510.516000', '150510.519000', '150510.522000', '150510.524000', '150510.527000', '150510.530000', '150510.532000', '150510.535000', '150510.537000', '150510.540000', '150510.542000', '150510.545000', '150510.548000', '150510.550000', '150510.553000', '150510.555000', '150510.558000', '150510.560000', '150510.563000', '150510.565000', '150510.568000', '150510.571000', '150510.573000', '150510.576000', '150510.578000', '150510.581000', '150510.583000', '150510.586000', '150510.588000', '150510.591000', '150510.594000', '150510.596000', '150510.599000', '150510.601000', '150510.604000', '150530.492000', '150530.494000', '150530.497000', '150530.500000', '150530.502000', '150530.505000', '150530.507000', '150530.510000', '150530.512000', '150530.515000', '150530.518000', '150530.520000', '150530.523000', '150530.525000', '150530.528000', '150530.530000', '150530.533000', '150530.536000', '150530.538000', '150530.541000', '150530.543000', '150530.546000', '150530.548000', '150530.551000', '150530.554000', '150530.556000', '150530.559000', '150530.561000', '150530.564000', '150530.566000', '150530.569000', '150530.572000', '150530.574000', '150530.577000', '150530.579000', '150530.582000', '150530.584000', '150530.587000', '150530.589000', '150530.592000', '150530.595000', '150530.597000', '150530.600000', '150550.493000', '150550.495000', '150550.498000', '150550.501000', '150550.503000', '150550.506000', '150550.508000', '150550.511000', '150550.514000', '150550.516000', '150550.519000', '150550.521000', '150550.524000', '150550.526000', '150550.529000', '150550.531000', '150550.534000', '150550.536000', '150550.539000', '150550.541000', '150550.544000', '150550.547000', '150550.549000', '150550.552000', '150550.554000', '150550.557000', '150550.559000', '150550.562000', '150550.564000', '150550.567000', '150550.570000', '150550.572000', '150550.575000', '150550.577000', '150550.580000', '150550.582000', '150550.585000', '150550.587000', '150550.590000', '150550.593000', '150550.595000', '150550.598000', '150550.600000', '150550.603000', '150610.493000', '150610.495000', '150610.498000', '150610.501000', '150610.503000', '150610.506000', '150610.508000', '150610.511000', '150610.513000', '150610.516000', '150610.518000', '150610.521000', '150610.524000', '150610.526000', '150610.529000', '150610.532000', '150610.534000', '150610.537000', '150610.539000', '150610.542000', '150610.544000', '150610.547000', '150610.549000', '150610.552000', '150610.555000', '150610.557000', '150610.560000', '150610.562000', '150610.565000', '150610.567000', '150610.570000', '150610.572000', '150610.575000', '150610.578000', '150610.580000', '150610.583000', '150610.585000', '150610.588000', '150610.590000', '150610.593000', '150610.595000', '150610.598000', '150610.601000', '150630.503000', '150630.514000', '150630.516000', '150630.519000', '150630.522000', '150630.524000', '150630.527000', '150630.529000', '150630.532000', '150630.535000', '150630.538000', '150630.540000', '150630.543000', '150630.545000', '150630.548000', '150630.550000', '150630.553000', '150630.556000', '150630.558000', '150630.561000', '150630.563000', '150630.566000', '150630.568000', '150630.571000', '150630.574000', '150630.576000', '150630.579000', '150630.581000', '150630.584000', '150630.586000', '150630.589000', '150630.592000', '150630.594000', '150630.597000', '150630.599000', '150630.602000', '150630.605000', '150630.607000', '150630.610000', '150630.612000', '150630.615000', '150630.617000', '150630.620000', '150630.622000', '150650.492000', '150650.495000', '150650.498000', '150650.501000', '150650.503000', '150650.506000', '150650.508000', '150650.511000', '150650.513000', '150650.516000', '150650.518000', '150650.521000', '150650.524000', '150650.526000', '150650.529000', '150650.531000', '150650.534000', '150650.537000', '150650.539000', '150650.542000', '150650.544000', '150650.547000', '150650.550000', '150650.552000', '150650.555000', '150650.557000', '150650.560000', '150650.562000', '150650.565000', '150650.568000', '150650.570000', '150650.573000', '150650.575000', '150650.578000', '150650.580000', '150650.583000', '150650.585000', '150650.588000', '150650.591000', '150650.593000', '150650.596000', '150650.598000', '150650.601000', '150710.493000', '150710.495000', '150710.498000', '150710.501000', '150710.503000', '150710.506000', '150710.508000', '150710.511000', '150710.513000', '150710.516000', '150710.519000', '150710.521000', '150710.524000', '150710.527000', '150710.529000', '150710.532000', '150710.534000', '150710.537000', '150710.539000', '150710.542000', '150710.545000', '150710.547000', '150710.550000', '150710.552000', '150710.555000', '150710.557000', '150710.560000', '150710.563000', '150710.565000', '150710.568000', '150710.570000', '150710.573000', '150710.575000', '150710.578000', '150710.581000', '150710.583000', '150710.586000', '150710.588000', '150710.591000', '150710.593000', '150710.596000', '150710.598000', '150710.601000', '150710.603000', '150730.492000', '150730.494000', '150730.497000', '150730.500000', '150730.502000', '150730.505000', '150730.507000', '150730.510000', '150730.513000', '150730.515000', '150730.518000', '150730.520000', '150730.523000', '150730.526000', '150730.528000', '150730.531000', '150730.533000', '150730.536000', '150730.539000', '150730.541000', '150730.544000', '150730.546000', '150730.549000', '150730.551000', '150730.554000', '150730.557000', '150730.559000', '150730.562000', '150730.564000', '150730.567000', '150730.570000', '150730.572000', '150730.575000', '150730.577000', '150730.580000', '150730.582000', '150730.585000', '150730.588000', '150730.590000', '150730.593000', '150730.595000', '150730.598000', '150730.601000', '150750.492000', '150750.494000', '150750.497000', '150750.500000', '150750.502000', '150750.505000', '150750.508000', '150750.510000', '150750.513000', '150750.515000', '150750.519000', '150750.522000', '150750.524000', '150750.527000', '150750.530000', '150750.532000', '150750.535000', '150750.537000', '150750.540000', '150750.542000', '150750.545000', '150750.548000', '150750.550000', '150750.553000', '150750.555000', '150750.600000', '150750.602000', '150750.605000', '150750.608000', '150750.610000', '150750.613000', '150750.615000', '150750.618000', '150750.621000', '150750.623000', '150750.626000', '150750.628000', '150750.631000', '150750.633000', '150750.636000', '150750.639000', '150750.641000', '150750.644000', '150810.492000', '150810.495000', '150810.498000', '150810.501000', '150810.503000', '150810.506000', '150810.508000', '150810.511000', '150810.513000', '150810.516000', '150810.519000', '150810.522000', '150810.524000', '150810.527000', '150810.529000', '150810.532000', '150810.534000', '150810.537000', '150810.540000', '150810.542000', '150810.545000', '150810.547000', '150810.550000', '150810.553000', '150810.555000', '150810.558000', '150810.560000', '150810.563000', '150810.565000', '150810.568000', '150810.571000', '150810.573000', '150810.576000', '150810.578000', '150810.581000', '150810.583000', '150810.586000', '150810.588000', '150810.591000', '150810.594000', '150810.596000', '150810.599000', '150810.601000', '150810.604000', '150830.493000', '150830.495000', '150830.498000', '150830.500000', '150830.503000', '150830.506000', '150830.508000', '150830.511000', '150830.513000', '150830.516000', '150830.518000', '150830.521000', '150830.523000', '150830.526000', '150830.529000', '150830.531000', '150830.534000', '150830.537000', '150830.539000', '150830.542000', '150830.544000', '150830.547000', '150830.550000', '150830.552000', '150830.555000', '150830.558000', '150830.560000', '150830.563000', '150830.565000', '150830.568000', '150830.570000', '150830.573000', '150830.576000', '150830.578000', '150830.581000', '150830.583000', '150830.586000', '150830.589000', '150830.591000', '150830.594000', '150830.596000', '150830.599000', '150830.602000', '150830.604000', '150850.492000', '150850.495000', '150850.498000', '150850.501000', '150850.503000', '150850.506000', '150850.508000', '150850.511000', '150850.513000', '150850.516000', '150850.519000', '150850.521000', '150850.524000', '150850.526000', '150850.529000', '150850.531000', '150850.534000', '150850.536000', '150850.539000', '150850.542000', '150850.544000', '150850.547000', '150850.549000', '150850.552000', '150850.555000', '150850.557000', '150850.560000', '150850.562000', '150850.565000', '150850.567000', '150850.570000', '150850.573000', '150850.575000', '150850.578000', '150850.580000', '150850.583000', '150850.586000', '150850.588000', '150850.591000', '150850.593000', '150850.596000', '150850.599000', '150850.601000', '150910.493000', '150910.495000', '150910.498000', '150910.502000', '150910.505000', '150910.507000', '150910.510000', '150910.512000', '150910.515000', '150910.518000', '150910.520000', '150910.523000', '150910.525000', '150910.528000', '150910.530000', '150910.533000', '150910.535000', '150910.538000', '150910.541000', '150910.543000', '150910.546000', '150910.548000', '150910.551000', '150910.553000', '150910.556000', '150910.560000', '150910.562000', '150910.565000', '150910.568000', '150910.570000', '150910.573000', '150910.575000', '150910.578000', '150910.580000', '150910.583000', '150910.585000', '150910.588000', '150910.590000', '150910.593000', '150910.596000', '150910.598000', '150910.601000', '150910.603000', '150930.493000', '150930.495000', '150930.498000', '150930.501000', '150930.503000', '150930.506000', '150930.508000', '150930.511000', '150930.513000', '150930.516000', '150930.518000', '150930.521000', '150930.524000', '150930.526000', '150930.529000', '150930.531000', '150930.534000', '150930.537000', '150930.539000', '150930.542000', '150930.544000', '150930.547000', '150930.549000', '150930.552000', '150930.555000', '150930.557000', '150930.560000', '150930.563000', '150930.565000', '150930.568000', '150930.571000', '150930.573000', '150930.576000', '150930.578000', '150930.581000', '150930.584000', '150930.586000', '150930.589000', '150930.592000', '150930.594000', '150930.597000', '150930.600000', '150930.602000', '150930.605000', '150950.491000', '150950.494000', '150950.497000', '150950.500000', '150950.502000', '150950.512000', '150950.515000', '150950.518000', '150950.521000', '150950.524000', '150950.527000', '150950.529000', '150950.532000', '150950.534000', '150950.537000', '150950.540000', '150950.542000', '150950.545000', '150950.547000', '150950.550000', '150950.552000', '150950.555000', '150950.558000', '150950.560000', '150950.563000', '150950.565000', '150950.568000', '150950.570000', '150950.573000', '150950.575000', '150950.578000', '150950.580000', '150950.583000', '150950.586000', '150950.588000', '150950.591000', '150950.593000', '150950.596000', '150950.599000', '150950.601000', '150950.604000', '150950.606000', '150950.609000', '151010.492000', '151010.494000', '151010.497000', '151010.500000', '151010.502000', '151010.505000', '151010.507000', '151010.510000', '151010.513000', '151010.515000', '151010.518000', '151010.521000', '151010.523000', '151010.526000', '151010.528000', '151010.531000', '151010.533000', '151010.536000', '151010.539000', '151010.541000', '151010.544000', '151010.546000', '151010.549000', '151010.551000', '151010.554000', '151010.557000', '151010.559000', '151010.562000', '151010.564000', '151010.567000', '151010.570000', '151010.572000', '151010.575000', '151010.577000', '151010.580000', '151010.582000', '151010.585000', '151010.588000', '151010.590000', '151010.593000', '151010.595000', '151010.598000', '151010.601000', '151010.603000', '151030.493000', '151030.496000', '151030.498000', '151030.501000', '151030.503000', '151030.506000', '151030.509000', '151030.511000', '151030.514000', '151030.516000', '151030.519000', '151030.521000', '151030.524000', '151030.526000', '151030.529000', '151030.532000', '151030.534000', '151030.537000', '151030.540000', '151030.542000', '151030.545000', '151030.547000', '151030.550000', '151030.552000', '151030.555000', '151030.558000', '151030.560000', '151030.563000', '151030.565000', '151030.568000', '151030.571000', '151030.573000', '151030.576000', '151030.579000', '151030.582000', '151030.584000', '151030.587000', '151030.589000', '151030.592000', '151030.594000', '151030.598000', '151030.602000', '151030.605000', '151050.492000', '151050.495000', '151050.498000', '151050.501000', '151050.503000', '151050.506000', '151050.508000', '151050.511000', '151050.514000', '151050.516000', '151050.519000', '151050.521000', '151050.524000', '151050.526000', '151050.529000', '151050.532000', '151050.534000', '151050.537000', '151050.539000', '151050.542000', '151050.544000', '151050.547000', '151050.549000', '151050.552000', '151050.555000', '151050.557000', '151050.560000', '151050.562000', '151050.565000', '151050.568000', '151050.570000', '151050.573000', '151050.575000', '151050.578000', '151050.580000', '151050.583000', '151050.586000', '151050.588000', '151050.591000', '151050.593000', '151050.596000', '151050.598000', '151050.601000', '151050.604000', '151110.493000', '151110.495000', '151110.498000', '151110.501000', '151110.503000', '151110.506000', '151110.508000', '151110.511000', '151110.513000', '151110.516000', '151110.519000', '151110.521000', '151110.524000', '151110.527000', '151110.529000', '151110.532000', '151110.534000', '151110.537000', '151110.539000', '151110.542000', '151110.544000', '151110.547000', '151110.549000', '151110.552000', '151110.555000', '151110.557000', '151110.560000', '151110.563000', '151110.566000', '151110.580000', '151110.583000', '151110.585000', '151110.588000', '151110.590000', '151110.593000', '151110.596000', '151110.598000', '151110.601000', '151110.603000', '151110.606000', '151110.608000', '151110.611000', '151110.614000', '151130.492000', '151130.495000', '151130.498000', '151130.500000', '151130.503000', '151130.506000', '151130.508000', '151130.511000', '151130.513000', '151130.516000', '151130.518000', '151130.521000', '151130.523000', '151130.526000', '151130.529000', '151130.531000', '151130.534000', '151130.536000', '151130.539000', '151130.541000', '151130.544000', '151130.547000', '151130.549000', '151130.552000', '151130.554000', '151130.557000', '151130.559000', '151130.562000', '151130.565000', '151130.567000', '151130.570000', '151130.572000', '151130.575000', '151130.578000', '151130.580000', '151130.583000', '151130.585000', '151130.588000', '151130.591000', '151130.593000', '151130.596000', '151130.599000', '151130.602000', '151130.604000', '151150.493000', '151150.495000', '151150.498000', '151150.501000', '151150.503000', '151150.506000', '151150.508000', '151150.511000', '151150.514000', '151150.516000', '151150.519000', '151150.521000', '151150.524000', '151150.526000', '151150.529000', '151150.531000', '151150.534000', '151150.537000', '151150.539000', '151150.542000', '151150.544000', '151150.547000', '151150.549000', '151150.552000', '151150.555000', '151150.557000', '151150.560000', '151150.562000', '151150.565000', '151150.567000', '151150.570000', '151150.573000', '151150.575000', '151150.578000', '151150.581000', '151150.583000', '151150.586000', '151150.588000', '151150.591000', '151150.594000', '151150.596000', '151150.599000', '151150.601000', '151153.358000', '151153.361000', '151153.363000', '151153.366000', '151153.368000', '151153.371000', '151153.374000'], 'InstanceCreationTime': ['150330.536000', '150330.539000', '150330.542000', '150330.545000', '150330.547000', '150330.550000', '150330.552000', '150330.555000', '150330.557000', '150330.560000', '150330.562000', '150330.565000', '150330.568000', '150330.570000', '150330.573000', '150330.575000', '150330.578000', '150330.580000', '150330.583000', '150330.585000', '150330.588000', '150330.590000', '150330.593000', '150330.595000', '150330.598000', '150330.601000', '150330.603000', '150330.606000', '150330.609000', '150330.611000', '150330.614000', '150330.617000', '150330.619000', '150330.622000', '150330.624000', '150330.627000', '150330.629000', '150330.632000', '150330.634000', '150330.637000', '150330.639000', '150330.642000', '150330.645000', '150330.647000', '150330.650000', '150330.656000', '150330.658000', '150330.661000', '150330.663000', '150330.666000', '150330.668000', '150330.671000', '150330.673000', '150330.676000', '150330.678000', '150330.681000', '150330.684000', '150330.686000', '150330.689000', '150330.691000', '150330.694000', '150330.696000', '150350.492000', '150350.495000', '150350.498000', '150350.500000', '150350.503000', '150350.505000', '150350.508000', '150350.511000', '150350.513000', '150350.516000', '150350.518000', '150350.521000', '150350.523000', '150350.526000', '150350.528000', '150350.531000', '150350.533000', '150350.536000', '150350.538000', '150350.541000', '150350.543000', '150350.546000', '150350.549000', '150350.551000', '150350.554000', '150350.556000', '150350.559000', '150350.561000', '150350.564000', '150350.566000', '150350.569000', '150350.571000', '150350.574000', '150350.576000', '150350.579000', '150350.581000', '150350.584000', '150350.587000', '150350.589000', '150350.592000', '150350.594000', '150350.597000', '150350.600000', '150350.602000', '150410.492000', '150410.495000', '150410.498000', '150410.500000', '150410.503000', '150410.506000', '150410.508000', '150410.511000', '150410.513000', '150410.516000', '150410.518000', '150410.521000', '150410.524000', '150410.526000', '150410.529000', '150410.531000', '150410.534000', '150410.536000', '150410.539000', '150410.541000', '150410.544000', '150410.547000', '150410.549000', '150410.552000', '150410.554000', '150410.557000', '150410.559000', '150410.562000', '150410.564000', '150410.567000', '150410.570000', '150410.572000', '150410.575000', '150410.578000', '150410.581000', '150410.584000', '150410.587000', '150410.589000', '150410.592000', '150410.594000', '150410.597000', '150410.600000', '150410.602000', '150430.493000', '150430.495000', '150430.498000', '150430.501000', '150430.503000', '150430.506000', '150430.508000', '150430.511000', '150430.513000', '150430.516000', '150430.519000', '150430.521000', '150430.524000', '150430.526000', '150430.529000', '150430.531000', '150430.534000', '150430.537000', '150430.539000', '150430.542000', '150430.544000', '150430.547000', '150430.550000', '150430.552000', '150430.555000', '150430.557000', '150430.560000', '150430.562000', '150430.565000', '150430.568000', '150430.570000', '150430.573000', '150430.575000', '150430.578000', '150430.580000', '150430.583000', '150430.586000', '150430.588000', '150430.591000', '150430.593000', '150430.596000', '150430.598000', '150430.601000', '150430.604000', '150450.492000', '150450.495000', '150450.498000', '150450.500000', '150450.503000', '150450.506000', '150450.508000', '150450.511000', '150450.513000', '150450.516000', '150450.518000', '150450.521000', '150450.523000', '150450.526000', '150450.529000', '150450.531000', '150450.534000', '150450.536000', '150450.557000', '150450.559000', '150450.562000', '150450.564000', '150450.567000', '150450.569000', '150450.572000', '150450.574000', '150450.577000', '150450.580000', '150450.583000', '150450.586000', '150450.588000', '150450.591000', '150450.593000', '150450.596000', '150450.599000', '150450.601000', '150450.604000', '150450.606000', '150450.609000', '150450.611000', '150450.614000', '150450.617000', '150450.619000', '150510.492000', '150510.496000', '150510.498000', '150510.501000', '150510.504000', '150510.506000', '150510.509000', '150510.511000', '150510.514000', '150510.516000', '150510.519000', '150510.522000', '150510.524000', '150510.527000', '150510.530000', '150510.532000', '150510.535000', '150510.537000', '150510.540000', '150510.542000', '150510.545000', '150510.548000', '150510.550000', '150510.553000', '150510.555000', '150510.558000', '150510.560000', '150510.563000', '150510.565000', '150510.568000', '150510.571000', '150510.573000', '150510.576000', '150510.578000', '150510.581000', '150510.583000', '150510.586000', '150510.588000', '150510.591000', '150510.594000', '150510.596000', '150510.599000', '150510.601000', '150510.604000', '150530.492000', '150530.494000', '150530.497000', '150530.500000', '150530.502000', '150530.505000', '150530.507000', '150530.510000', '150530.512000', '150530.515000', '150530.518000', '150530.520000', '150530.523000', '150530.525000', '150530.528000', '150530.530000', '150530.533000', '150530.536000', '150530.538000', '150530.541000', '150530.543000', '150530.546000', '150530.548000', '150530.551000', '150530.554000', '150530.556000', '150530.559000', '150530.561000', '150530.564000', '150530.566000', '150530.569000', '150530.572000', '150530.574000', '150530.577000', '150530.579000', '150530.582000', '150530.584000', '150530.587000', '150530.589000', '150530.592000', '150530.595000', '150530.597000', '150530.600000', '150550.493000', '150550.495000', '150550.498000', '150550.501000', '150550.503000', '150550.506000', '150550.508000', '150550.511000', '150550.514000', '150550.516000', '150550.519000', '150550.521000', '150550.524000', '150550.526000', '150550.529000', '150550.531000', '150550.534000', '150550.536000', '150550.539000', '150550.541000', '150550.544000', '150550.547000', '150550.549000', '150550.552000', '150550.554000', '150550.557000', '150550.559000', '150550.562000', '150550.564000', '150550.567000', '150550.570000', '150550.572000', '150550.575000', '150550.577000', '150550.580000', '150550.582000', '150550.585000', '150550.587000', '150550.590000', '150550.593000', '150550.595000', '150550.598000', '150550.600000', '150550.603000', '150610.493000', '150610.495000', '150610.498000', '150610.501000', '150610.503000', '150610.506000', '150610.508000', '150610.511000', '150610.513000', '150610.516000', '150610.518000', '150610.521000', '150610.524000', '150610.526000', '150610.529000', '150610.532000', '150610.534000', '150610.537000', '150610.539000', '150610.542000', '150610.544000', '150610.547000', '150610.549000', '150610.552000', '150610.555000', '150610.557000', '150610.560000', '150610.562000', '150610.565000', '150610.567000', '150610.570000', '150610.572000', '150610.575000', '150610.578000', '150610.580000', '150610.583000', '150610.585000', '150610.588000', '150610.590000', '150610.593000', '150610.595000', '150610.598000', '150610.601000', '150630.503000', '150630.514000', '150630.516000', '150630.519000', '150630.522000', '150630.524000', '150630.527000', '150630.529000', '150630.532000', '150630.535000', '150630.538000', '150630.540000', '150630.543000', '150630.545000', '150630.548000', '150630.550000', '150630.553000', '150630.556000', '150630.558000', '150630.561000', '150630.563000', '150630.566000', '150630.568000', '150630.571000', '150630.574000', '150630.576000', '150630.579000', '150630.581000', '150630.584000', '150630.586000', '150630.589000', '150630.592000', '150630.594000', '150630.597000', '150630.599000', '150630.602000', '150630.605000', '150630.607000', '150630.610000', '150630.612000', '150630.615000', '150630.617000', '150630.620000', '150630.622000', '150650.492000', '150650.495000', '150650.498000', '150650.501000', '150650.503000', '150650.506000', '150650.508000', '150650.511000', '150650.513000', '150650.516000', '150650.518000', '150650.521000', '150650.524000', '150650.526000', '150650.529000', '150650.531000', '150650.534000', '150650.537000', '150650.539000', '150650.542000', '150650.544000', '150650.547000', '150650.550000', '150650.552000', '150650.555000', '150650.557000', '150650.560000', '150650.562000', '150650.565000', '150650.568000', '150650.570000', '150650.573000', '150650.575000', '150650.578000', '150650.580000', '150650.583000', '150650.585000', '150650.588000', '150650.591000', '150650.593000', '150650.596000', '150650.598000', '150650.601000', '150710.493000', '150710.495000', '150710.498000', '150710.501000', '150710.503000', '150710.506000', '150710.508000', '150710.511000', '150710.513000', '150710.516000', '150710.519000', '150710.521000', '150710.524000', '150710.527000', '150710.529000', '150710.532000', '150710.534000', '150710.537000', '150710.539000', '150710.542000', '150710.545000', '150710.547000', '150710.550000', '150710.552000', '150710.555000', '150710.557000', '150710.560000', '150710.563000', '150710.565000', '150710.568000', '150710.570000', '150710.573000', '150710.575000', '150710.578000', '150710.581000', '150710.583000', '150710.586000', '150710.588000', '150710.591000', '150710.593000', '150710.596000', '150710.598000', '150710.601000', '150710.603000', '150730.492000', '150730.494000', '150730.497000', '150730.500000', '150730.502000', '150730.505000', '150730.507000', '150730.510000', '150730.513000', '150730.515000', '150730.518000', '150730.520000', '150730.523000', '150730.526000', '150730.528000', '150730.531000', '150730.533000', '150730.536000', '150730.539000', '150730.541000', '150730.544000', '150730.546000', '150730.549000', '150730.551000', '150730.554000', '150730.557000', '150730.559000', '150730.562000', '150730.564000', '150730.567000', '150730.570000', '150730.572000', '150730.575000', '150730.577000', '150730.580000', '150730.582000', '150730.585000', '150730.588000', '150730.590000', '150730.593000', '150730.595000', '150730.598000', '150730.601000', '150750.492000', '150750.494000', '150750.497000', '150750.500000', '150750.502000', '150750.505000', '150750.508000', '150750.510000', '150750.513000', '150750.515000', '150750.519000', '150750.522000', '150750.524000', '150750.527000', '150750.530000', '150750.532000', '150750.535000', '150750.537000', '150750.540000', '150750.542000', '150750.545000', '150750.548000', '150750.550000', '150750.553000', '150750.555000', '150750.600000', '150750.602000', '150750.605000', '150750.608000', '150750.610000', '150750.613000', '150750.615000', '150750.618000', '150750.621000', '150750.623000', '150750.626000', '150750.628000', '150750.631000', '150750.633000', '150750.636000', '150750.639000', '150750.641000', '150750.644000', '150810.492000', '150810.495000', '150810.498000', '150810.501000', '150810.503000', '150810.506000', '150810.508000', '150810.511000', '150810.513000', '150810.516000', '150810.519000', '150810.522000', '150810.524000', '150810.527000', '150810.529000', '150810.532000', '150810.534000', '150810.537000', '150810.540000', '150810.542000', '150810.545000', '150810.547000', '150810.550000', '150810.553000', '150810.555000', '150810.558000', '150810.560000', '150810.563000', '150810.565000', '150810.568000', '150810.571000', '150810.573000', '150810.576000', '150810.578000', '150810.581000', '150810.583000', '150810.586000', '150810.588000', '150810.591000', '150810.594000', '150810.596000', '150810.599000', '150810.601000', '150810.604000', '150830.493000', '150830.495000', '150830.498000', '150830.500000', '150830.503000', '150830.506000', '150830.508000', '150830.511000', '150830.513000', '150830.516000', '150830.518000', '150830.521000', '150830.523000', '150830.526000', '150830.529000', '150830.531000', '150830.534000', '150830.537000', '150830.539000', '150830.542000', '150830.544000', '150830.547000', '150830.550000', '150830.552000', '150830.555000', '150830.558000', '150830.560000', '150830.563000', '150830.565000', '150830.568000', '150830.570000', '150830.573000', '150830.576000', '150830.578000', '150830.581000', '150830.583000', '150830.586000', '150830.589000', '150830.591000', '150830.594000', '150830.596000', '150830.599000', '150830.602000', '150830.604000', '150850.492000', '150850.495000', '150850.498000', '150850.501000', '150850.503000', '150850.506000', '150850.508000', '150850.511000', '150850.513000', '150850.516000', '150850.519000', '150850.521000', '150850.524000', '150850.526000', '150850.529000', '150850.531000', '150850.534000', '150850.536000', '150850.539000', '150850.542000', '150850.544000', '150850.547000', '150850.549000', '150850.552000', '150850.555000', '150850.557000', '150850.560000', '150850.562000', '150850.565000', '150850.567000', '150850.570000', '150850.573000', '150850.575000', '150850.578000', '150850.580000', '150850.583000', '150850.586000', '150850.588000', '150850.591000', '150850.593000', '150850.596000', '150850.599000', '150850.601000', '150910.493000', '150910.495000', '150910.498000', '150910.502000', '150910.505000', '150910.507000', '150910.510000', '150910.512000', '150910.515000', '150910.518000', '150910.520000', '150910.523000', '150910.525000', '150910.528000', '150910.530000', '150910.533000', '150910.535000', '150910.538000', '150910.541000', '150910.543000', '150910.546000', '150910.548000', '150910.551000', '150910.553000', '150910.556000', '150910.560000', '150910.562000', '150910.565000', '150910.568000', '150910.570000', '150910.573000', '150910.575000', '150910.578000', '150910.580000', '150910.583000', '150910.585000', '150910.588000', '150910.590000', '150910.593000', '150910.596000', '150910.598000', '150910.601000', '150910.603000', '150930.493000', '150930.495000', '150930.498000', '150930.501000', '150930.503000', '150930.506000', '150930.508000', '150930.511000', '150930.513000', '150930.516000', '150930.518000', '150930.521000', '150930.524000', '150930.526000', '150930.529000', '150930.531000', '150930.534000', '150930.537000', '150930.539000', '150930.542000', '150930.544000', '150930.547000', '150930.549000', '150930.552000', '150930.555000', '150930.557000', '150930.560000', '150930.563000', '150930.565000', '150930.568000', '150930.571000', '150930.573000', '150930.576000', '150930.578000', '150930.581000', '150930.584000', '150930.586000', '150930.589000', '150930.592000', '150930.594000', '150930.597000', '150930.600000', '150930.602000', '150930.605000', '150950.491000', '150950.494000', '150950.497000', '150950.500000', '150950.502000', '150950.512000', '150950.515000', '150950.518000', '150950.521000', '150950.524000', '150950.527000', '150950.529000', '150950.532000', '150950.534000', '150950.537000', '150950.540000', '150950.542000', '150950.545000', '150950.547000', '150950.550000', '150950.552000', '150950.555000', '150950.558000', '150950.560000', '150950.563000', '150950.565000', '150950.568000', '150950.570000', '150950.573000', '150950.575000', '150950.578000', '150950.580000', '150950.583000', '150950.586000', '150950.588000', '150950.591000', '150950.593000', '150950.596000', '150950.599000', '150950.601000', '150950.604000', '150950.606000', '150950.609000', '151010.492000', '151010.494000', '151010.497000', '151010.500000', '151010.502000', '151010.505000', '151010.507000', '151010.510000', '151010.513000', '151010.515000', '151010.518000', '151010.521000', '151010.523000', '151010.526000', '151010.528000', '151010.531000', '151010.533000', '151010.536000', '151010.539000', '151010.541000', '151010.544000', '151010.546000', '151010.549000', '151010.551000', '151010.554000', '151010.557000', '151010.559000', '151010.562000', '151010.564000', '151010.567000', '151010.570000', '151010.572000', '151010.575000', '151010.577000', '151010.580000', '151010.582000', '151010.585000', '151010.588000', '151010.590000', '151010.593000', '151010.595000', '151010.598000', '151010.601000', '151010.603000', '151030.493000', '151030.496000', '151030.498000', '151030.501000', '151030.503000', '151030.506000', '151030.509000', '151030.511000', '151030.514000', '151030.516000', '151030.519000', '151030.521000', '151030.524000', '151030.526000', '151030.529000', '151030.532000', '151030.534000', '151030.537000', '151030.540000', '151030.542000', '151030.545000', '151030.547000', '151030.550000', '151030.552000', '151030.555000', '151030.558000', '151030.560000', '151030.563000', '151030.565000', '151030.568000', '151030.571000', '151030.573000', '151030.576000', '151030.579000', '151030.582000', '151030.584000', '151030.587000', '151030.589000', '151030.592000', '151030.594000', '151030.598000', '151030.602000', '151030.605000', '151050.492000', '151050.495000', '151050.498000', '151050.501000', '151050.503000', '151050.506000', '151050.508000', '151050.511000', '151050.514000', '151050.516000', '151050.519000', '151050.521000', '151050.524000', '151050.526000', '151050.529000', '151050.532000', '151050.534000', '151050.537000', '151050.539000', '151050.542000', '151050.544000', '151050.547000', '151050.549000', '151050.552000', '151050.555000', '151050.557000', '151050.560000', '151050.562000', '151050.565000', '151050.568000', '151050.570000', '151050.573000', '151050.575000', '151050.578000', '151050.580000', '151050.583000', '151050.586000', '151050.588000', '151050.591000', '151050.593000', '151050.596000', '151050.598000', '151050.601000', '151050.604000', '151110.493000', '151110.495000', '151110.498000', '151110.501000', '151110.503000', '151110.506000', '151110.508000', '151110.511000', '151110.513000', '151110.516000', '151110.519000', '151110.521000', '151110.524000', '151110.527000', '151110.529000', '151110.532000', '151110.534000', '151110.537000', '151110.539000', '151110.542000', '151110.544000', '151110.547000', '151110.549000', '151110.552000', '151110.555000', '151110.557000', '151110.560000', '151110.563000', '151110.566000', '151110.580000', '151110.583000', '151110.585000', '151110.588000', '151110.590000', '151110.593000', '151110.596000', '151110.598000', '151110.601000', '151110.603000', '151110.606000', '151110.608000', '151110.611000', '151110.614000', '151130.492000', '151130.495000', '151130.498000', '151130.500000', '151130.503000', '151130.506000', '151130.508000', '151130.511000', '151130.513000', '151130.516000', '151130.518000', '151130.521000', '151130.523000', '151130.526000', '151130.529000', '151130.531000', '151130.534000', '151130.536000', '151130.539000', '151130.541000', '151130.544000', '151130.547000', '151130.549000', '151130.552000', '151130.554000', '151130.557000', '151130.559000', '151130.562000', '151130.565000', '151130.567000', '151130.570000', '151130.572000', '151130.575000', '151130.578000', '151130.580000', '151130.583000', '151130.585000', '151130.588000', '151130.591000', '151130.593000', '151130.596000', '151130.599000', '151130.602000', '151130.604000', '151150.493000', '151150.495000', '151150.498000', '151150.501000', '151150.503000', '151150.506000', '151150.508000', '151150.511000', '151150.514000', '151150.516000', '151150.519000', '151150.521000', '151150.524000', '151150.526000', '151150.529000', '151150.531000', '151150.534000', '151150.537000', '151150.539000', '151150.542000', '151150.544000', '151150.547000', '151150.549000', '151150.552000', '151150.555000', '151150.557000', '151150.560000', '151150.562000', '151150.565000', '151150.567000', '151150.570000', '151150.573000', '151150.575000', '151150.578000', '151150.581000', '151150.583000', '151150.586000', '151150.588000', '151150.591000', '151150.594000', '151150.596000', '151150.599000', '151150.601000', '151153.358000', '151153.361000', '151153.363000', '151153.366000', '151153.368000', '151153.371000', '151153.374000'], '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': [10548, 8699, 11254, 8136, 14176, 8937, 10299, 8717, 6749, 12833, 7033, 10807, 7097, 6996, 13255, 9299, 10387, 9472, 7227, 13995, 11935, 8851, 11127, 7096, 13491, 9978, 10548, 11480, 8537, 12479, 8534, 13251, 8008, 13704, 7817, 11429, 8601, 9382, 10127, 7597, 11688, 7211, 11050, 6997, 12542, 6955, 13465, 7856, 11195, 8483, 8488, 9675, 7232, 11295, 6838, 10823, 7498, 12953, 7273, 10769, 7748, 9200, 9531, 7799, 11503, 7988, 12834, 7281, 13000, 7584, 10085, 10214, 7426, 11737, 7475, 13164, 7599, 11111, 10077, 8147, 10948, 7619, 12546, 7383, 13228, 10423, 9854, 10876, 7482, 11542, 7592, 13126, 7841, 13412, 9469, 11045, 10573, 7041, 9188, 7072, 11698, 6918, 13193, 8282, 12459, 9106, 11047, 9401, 10222, 10951, 8691, 11636, 8331, 13968, 8244, 10203, 11241, 7323, 10698, 6933, 12191, 6926, 13321, 8042, 13658, 9335, 11653, 9679, 10549, 10846, 9245, 11456, 8338, 11664, 7791, 11099, 6827, 12641, 7149, 12739, 10769, 9390, 11704, 7302, 10903, 6858, 12948, 7184, 13676, 9640, 11161, 10872, 8070, 10632, 7447, 9952, 6833, 13111, 6921, 13173, 7280, 9912, 9530, 7863, 11835, 8052, 13242, 7798, 13247, 7168, 10981, 8919, 8680, 10332, 7331, 12676, 8510, 6836, 8128, 6753, 12289, 7207, 13958, 8698, 12541, 10891, 11534, 10622, 9392, 10687, 7991, 12030, 8121, 14292, 7786, 14358, 7528, 13646, 7341, 8928, 11487, 7421, 13053, 7695, 14088, 7999, 13907, 8762, 12132, 10707, 11168, 10346, 7980, 9456, 7078, 10299, 7135, 8920, 6743, 10887, 6900, 9734, 7970, 6936, 9477, 7185, 10172, 9838, 8395, 11820, 8687, 13485, 9322, 13015, 9363, 10183, 10060, 8077, 12548, 8615, 14085, 8846, 14396, 7737, 11794, 9443, 10504, 12200, 9746, 12031, 7591, 10845, 6892, 12809, 6952, 13688, 7428, 13064, 8261, 10114, 8632, 6884, 8197, 6906, 12610, 7012, 11215, 11060, 7623, 9988, 7289, 12459, 7430, 13566, 8208, 13840, 8378, 11574, 8039, 6976, 8348, 6801, 11267, 7127, 10656, 10358, 7791, 13532, 8289, 8686, 11436, 7747, 11136, 7385, 11541, 7619, 13378, 7760, 14416, 8449, 14836, 8530, 14795, 8146, 14892, 8092, 14512, 8362, 12768, 10333, 9527, 10186, 7400, 10492, 6910, 12024, 7189, 13625, 7864, 12200, 9427, 9040, 9843, 7391, 10695, 7356, 12993, 6981, 11914, 7494, 7385, 10074, 7425, 14218, 7428, 11497, 8509, 7524, 10429, 7762, 14565, 8482, 14396, 7771, 10686, 8472, 7726, 10214, 7182, 11965, 6799, 7807, 9377, 7073, 12902, 7856, 6805, 11615, 8748, 12203, 8475, 13267, 9460, 11651, 12489, 8450, 11866, 6937, 11950, 8631, 9957, 12625, 8014, 11402, 10685, 8318, 14242, 8967, 10861, 11169, 8103, 12749, 7561, 14542, 7862, 12969, 8528, 7125, 9411, 6852, 10439, 6867, 11539, 7963, 6978, 10263, 6749, 12043, 8792, 8302, 10326, 7303, 13589, 7888, 9306, 8380, 6697, 11537, 9379, 7042, 12478, 7153, 10994, 10204, 7052, 12036, 7042, 14056, 10506, 11102, 10182, 7207, 10622, 6962, 13905, 9096, 11407, 11342, 7507, 9731, 6918, 12539, 10079, 7842, 11088, 6925, 11016, 9642, 7404, 10926, 7026, 13331, 8465, 13563, 10840, 10313, 10468, 7250, 12295, 7245, 14241, 7106, 14637, 7268, 13492, 7370, 8373, 8307, 6861, 9735, 6938, 12934, 7030, 10896, 11030, 7834, 12875, 7161, 12990, 10387, 7309, 11796, 7249, 6812, 8274, 7293, 13013, 7554, 12883, 10663, 7491, 10620, 7718, 13959, 9700, 9042, 9719, 8755, 9366, 10690, 7310, 15106, 11391, 12891, 12388, 9155, 11858, 7538, 13929, 7467, 14503, 7284, 14356, 7216, 13726, 7136, 12158, 7164, 8496, 7747, 6911, 7411, 7238, 11540, 7259, 9539, 9889, 6934, 11785, 7085, 13587, 9946, 11228, 11047, 7569, 12280, 7091, 12782, 8833, 9959, 12524, 8644, 13061, 6988, 13434, 7217, 13912, 7510, 13864, 7844, 13978, 7458, 10808, 7416, 7717, 10505, 7156, 12116, 7316, 10194, 8315, 7019, 8971, 6828, 12992, 7156, 12937, 9768, 9942, 9316, 7423, 10990, 7483, 10701, 7060, 13941, 7307, 12941, 7028, 8988, 8686, 8034, 10704, 7104, 11798, 6907, 13027, 7221, 11068, 11068, 7835, 13035, 7551, 6926, 9907, 6989, 7264, 11647, 8622, 12720, 6967, 13308, 8429, 12713, 10974, 10967, 12120, 8354, 14335, 8022, 15472, 7890, 14426, 7278, 14184, 8290, 13170, 10704, 10637, 9008, 6991, 10090, 7106, 11866, 7617, 11519, 7162, 11211, 7011, 11777, 6891, 10432, 7494, 7080, 8601, 6861, 12698, 7144, 13680, 8679, 12072, 9547, 10298, 10514, 7613, 11683, 7410, 14637, 7239, 11241, 8954, 9137, 10546, 7076, 9952, 7064, 12460, 6987, 11186, 9894, 7843, 11132, 7049, 13474, 6963, 12828, 9422, 10854, 11918, 8818, 12247, 7382, 12200, 7213, 14524, 8154, 12665, 9597, 6833, 7913, 7072, 11431, 6967, 12732, 7576, 8852, 10229, 7172, 13450, 10272, 10761, 11765, 7595, 13019, 10781, 9738, 12720, 8685, 15762, 8287, 11054, 10154, 7381, 10371, 6809, 14636, 8861, 8954, 8455, 7033, 9182, 6742, 12281, 8052, 12090, 9373, 7607, 9974, 7228, 9400, 6977, 12149, 7149, 14275, 7557, 11179, 8699, 7878, 9658, 6897, 10702, 7463, 12862, 6956, 13039, 7151, 13101, 8028, 11037, 8963, 8979, 10415, 7763, 10586, 7066, 11940, 7076, 13316, 9094, 11677, 10460, 8463, 9728, 7343, 11623, 6859, 13288, 7368, 9563, 8329, 6868, 9561, 7053, 8447, 10337, 7666, 13573, 8666, 10330, 10560, 8049, 11812, 7579, 13397, 8372, 14325, 11060, 10623, 10708, 7032, 7311, 9982, 6929, 10135, 6928, 11591, 7191, 12998, 7296, 14046, 8660, 14602, 9452, 15058, 10488, 15029, 9600, 14397, 8009, 14003, 7650, 13889, 7671, 13841, 7480, 12368, 7928, 8001, 11269, 6928, 12845, 7228, 11240, 9574, 7258, 11422, 7120, 11224, 6902, 13497, 9846, 11431, 10691, 7212, 9099, 6738, 11653, 6958, 13405, 9115, 11334, 9976, 8663, 10522, 7446, 11755, 7421, 12403, 7113, 13518, 6951, 13095, 7758, 9134, 9536, 7134, 9941, 6907, 13236, 9187, 7920, 8369, 6874, 11946, 7107, 10625, 10969, 8165, 10767, 7204, 11174, 6925, 12737, 7341, 12778, 7509, 12481, 7276, 10948, 7879, 8202, 10480, 7149, 10522, 7096, 9388, 6809, 6780, 12070, 8873, 13624, 10565, 9338, 9879, 7647, 11704, 7246, 12894, 11127, 9599, 10990, 7798, 12542, 6897, 13214, 7820, 13649, 10678, 11323, 10193, 8714, 10026, 7372, 10793, 7157, 9442, 6785, 12061, 6952, 12345, 7476, 8811, 10698, 7163, 10869, 7235, 12485, 7682, 10794, 10112, 9621, 11272, 7630, 10531, 7254, 11976, 7053, 10141, 10473, 7407, 9450, 7063, 9078, 7908, 9262, 7048, 6983, 10973, 9077, 9015, 7974, 7016, 7590, 10984, 7688, 10668, 11138, 8331, 12121, 9375, 11388, 10972, 7797, 11507, 7142, 12804, 10887, 11755, 12115, 7993, 10218, 7605, 11993, 7228, 12743, 7647, 10622, 10735, 7167, 7459, 6910, 10191, 7189, 7235, 8936, 7033, 11866, 8927, 9826, 10383, 8405, 11517, 8678, 13265, 7586, 10706, 10354, 8870, 11491, 7908, 11998, 8215, 11889, 7296, 12412, 6842, 12450, 7070, 12030, 7549, 9377, 10637, 7093, 11560, 6942, 8730, 10422, 6984, 11380, 8063, 11646, 7833, 12190, 7259, 12309, 9829, 10304, 12066, 8315, 11755, 7464, 10768, 7090, 12296, 7003, 12286, 7560, 10497, 8246, 7221, 9732, 6984, 10880, 7245, 10141, 9066, 7075, 10898, 7290, 11675, 7641, 11601, 10483, 8086, 11028, 7264, 11176, 7002, 12443, 9074, 11017, 9887, 7850, 12364, 7931, 11385, 8024, 12821, 7359, 12999, 7857, 11225, 10557, 9444, 12387, 8024, 9966, 6870, 11990, 7563, 10279, 11161, 8334, 11397, 7568, 11871, 7065, 12650, 7108, 13236, 8902, 9880, 10625, 7158, 10549, 7043, 9093, 6863, 12411, 8360, 8746, 11110, 7035, 10147, 7205, 12014, 10859, 9816, 12308, 7730, 8662, 7075, 8425, 11367, 8849, 12849, 7625, 7421, 9811, 7004, 11091, 11663, 8677, 12502, 7187, 10199, 11291, 8246, 11917, 8227, 12942, 7994, 14148, 9321, 11220, 10742, 7696, 12505, 7431, 10074, 7369, 12469, 7334, 13161, 7689, 10121, 9184, 8920, 10677, 8068, 11273, 7220, 9252, 7626, 12190, 7179, 10516, 7555, 7174, 10065, 7339, 10257, 7437, 11755, 7124, 11808, 9208, 10490, 10804, 8835, 11281, 7832, 11041, 7026, 11329, 7311], 'WindowCenter': [4156.0, 4121.0, 4139.0, 4096.0, 4146.0, 4106.0, 4126.0, 4118.0, 4079.0, 4159.0, 4101.0, 4127.0, 4088.0, 4087.0, 4164.0, 4129.0, 4113.0, 4114.0, 4086.0, 4147.0, 4136.0, 4115.0, 4135.0, 4073.0, 4133.0, 4102.0, 4100.0, 4111.0, 4079.0, 4130.0, 4079.0, 4120.0, 4069.0, 4119.0, 4068.0, 4108.0, 4077.0, 4076.0, 4098.0, 4057.0, 4109.0, 4058.0, 4109.0, 4058.0, 4131.0, 4060.0, 4130.0, 4080.0, 4109.0, 4080.0, 4079.0, 4091.0, 4058.0, 4110.0, 4050.0, 4112.0, 4072.0, 4133.0, 4073.0, 4134.0, 4084.0, 4112.0, 4102.0, 4073.0, 4122.0, 4083.0, 4134.0, 4074.0, 4144.0, 4085.0, 4124.0, 4125.0, 4084.0, 4135.0, 4085.0, 4145.0, 4096.0, 4124.0, 4116.0, 4094.0, 4125.0, 4095.0, 4136.0, 4095.0, 4146.0, 4127.0, 4116.0, 4148.0, 4086.0, 4126.0, 4095.0, 4134.0, 4085.0, 4135.0, 4115.0, 4123.0, 4137.0, 4076.0, 4127.0, 4086.0, 4135.0, 4075.0, 4150.0, 4117.0, 4147.0, 4118.0, 4137.0, 4127.0, 4137.0, 4151.0, 4118.0, 4136.0, 4108.0, 4170.0, 4120.0, 4140.0, 4138.0, 4073.0, 4113.0, 4072.0, 4123.0, 4062.0, 4144.0, 4095.0, 4134.0, 4115.0, 4122.0, 4102.0, 4110.0, 4099.0, 4078.0, 4110.0, 4081.0, 4124.0, 4082.0, 4108.0, 4050.0, 4131.0, 4059.0, 4118.0, 4110.0, 4100.0, 4110.0, 4059.0, 4109.0, 4049.0, 4121.0, 4060.0, 4131.0, 4101.0, 4110.0, 4111.0, 4069.0, 4100.0, 4058.0, 4098.0, 4047.0, 4130.0, 4060.0, 4142.0, 4072.0, 4102.0, 4102.0, 4081.0, 4123.0, 4082.0, 4133.0, 4083.0, 4144.0, 4072.0, 4137.0, 4118.0, 4104.0, 4128.0, 4087.0, 4149.0, 4107.0, 4065.0, 4107.0, 4101.0, 4148.0, 4098.0, 4146.0, 4106.0, 4135.0, 4128.0, 4125.0, 4115.0, 4103.0, 4112.0, 4070.0, 4110.0, 4068.0, 4140.0, 4058.0, 4129.0, 4057.0, 4118.0, 4057.0, 4078.0, 4109.0, 4059.0, 4129.0, 4069.0, 4130.0, 4069.0, 4118.0, 4078.0, 4108.0, 4111.0, 4098.0, 4109.0, 4078.0, 4088.0, 4045.0, 4098.0, 4046.0, 4076.0, 4046.0, 4097.0, 4059.0, 4099.0, 4082.0, 4084.0, 4114.0, 4086.0, 4126.0, 4126.0, 4094.0, 4137.0, 4107.0, 4148.0, 4117.0, 4146.0, 4117.0, 4114.0, 4113.0, 4091.0, 4122.0, 4090.0, 4143.0, 4104.0, 4145.0, 4083.0, 4121.0, 4100.0, 4099.0, 4120.0, 4090.0, 4120.0, 4068.0, 4098.0, 4047.0, 4129.0, 4047.0, 4119.0, 4083.0, 4143.0, 4080.0, 4098.0, 4078.0, 4060.0, 4105.0, 4074.0, 4131.0, 4072.0, 4122.0, 4135.0, 4084.0, 4115.0, 4071.0, 4133.0, 4083.0, 4132.0, 4093.0, 4132.0, 4082.0, 4121.0, 4081.0, 4082.0, 4093.0, 4074.0, 4122.0, 4073.0, 4150.0, 4139.0, 4109.0, 4184.0, 4132.0, 4120.0, 4149.0, 4082.0, 4111.0, 4080.0, 4150.0, 4083.0, 4143.0, 4095.0, 4157.0, 4092.0, 4141.0, 4078.0, 4126.0, 4055.0, 4114.0, 4065.0, 4115.0, 4079.0, 4131.0, 4099.0, 4086.0, 4099.0, 4066.0, 4097.0, 4071.0, 4117.0, 4056.0, 4116.0, 4078.0, 4118.0, 4100.0, 4099.0, 4110.0, 4068.0, 4120.0, 4067.0, 4128.0, 4055.0, 4105.0, 4068.0, 4078.0, 4110.0, 4094.0, 4154.0, 4080.0, 4131.0, 4100.0, 4080.0, 4111.0, 4080.0, 4151.0, 4091.0, 4141.0, 4081.0, 4110.0, 4091.0, 4068.0, 4110.0, 4070.0, 4121.0, 4071.0, 4095.0, 4126.0, 4084.0, 4144.0, 4109.0, 4086.0, 4138.0, 4127.0, 4160.0, 4107.0, 4145.0, 4114.0, 4135.0, 4146.0, 4119.0, 4136.0, 4097.0, 4145.0, 4115.0, 4124.0, 4133.0, 4104.0, 4137.0, 4124.0, 4093.0, 4145.0, 4103.0, 4123.0, 4111.0, 4068.0, 4118.0, 4068.0, 4119.0, 4068.0, 4118.0, 4078.0, 4058.0, 4089.0, 4047.0, 4098.0, 4057.0, 4120.0, 4081.0, 4059.0, 4111.0, 4063.0, 4133.0, 4105.0, 4094.0, 4113.0, 4072.0, 4144.0, 4094.0, 4102.0, 4093.0, 4063.0, 4134.0, 4115.0, 4086.0, 4146.0, 4097.0, 4138.0, 4128.0, 4086.0, 4135.0, 4086.0, 4145.0, 4126.0, 4137.0, 4127.0, 4084.0, 4136.0, 4072.0, 4135.0, 4103.0, 4123.0, 4134.0, 4071.0, 4112.0, 4072.0, 4148.0, 4116.0, 4093.0, 4124.0, 4074.0, 4113.0, 4105.0, 4075.0, 4139.0, 4088.0, 4171.0, 4106.0, 4156.0, 4113.0, 4111.0, 4109.0, 4056.0, 4130.0, 4057.0, 4128.0, 4057.0, 4127.0, 4057.0, 4129.0, 4057.0, 4076.0, 4076.0, 4048.0, 4099.0, 4060.0, 4130.0, 4070.0, 4110.0, 4124.0, 4095.0, 4143.0, 4098.0, 4146.0, 4126.0, 4109.0, 4149.0, 4098.0, 4074.0, 4115.0, 4108.0, 4157.0, 4110.0, 4158.0, 4153.0, 4098.0, 4123.0, 4084.0, 4132.0, 4103.0, 4105.0, 4102.0, 4092.0, 4102.0, 4123.0, 4072.0, 4143.0, 4123.0, 4131.0, 4121.0, 4089.0, 4120.0, 4067.0, 4116.0, 4054.0, 4114.0, 4054.0, 4114.0, 4055.0, 4115.0, 4045.0, 4104.0, 4045.0, 4074.0, 4065.0, 4045.0, 4066.0, 4068.0, 4119.0, 4081.0, 4113.0, 4124.0, 4083.0, 4145.0, 4098.0, 4156.0, 4114.0, 4122.0, 4123.0, 4082.0, 4135.0, 4085.0, 4132.0, 4101.0, 4102.0, 4134.0, 4092.0, 4132.0, 4071.0, 4131.0, 4070.0, 4129.0, 4068.0, 4128.0, 4078.0, 4128.0, 4058.0, 4109.0, 4081.0, 4081.0, 4109.0, 4070.0, 4132.0, 4082.0, 4113.0, 4105.0, 4072.0, 4102.0, 4074.0, 4143.0, 4075.0, 4146.0, 4114.0, 4126.0, 4115.0, 4071.0, 4111.0, 4070.0, 4099.0, 4059.0, 4130.0, 4070.0, 4131.0, 4072.0, 4102.0, 4091.0, 4080.0, 4111.0, 4060.0, 4121.0, 4071.0, 4142.0, 4082.0, 4135.0, 4135.0, 4097.0, 4144.0, 4097.0, 4087.0, 4124.0, 4063.0, 4085.0, 4127.0, 4119.0, 4160.0, 4110.0, 4159.0, 4107.0, 4157.0, 4123.0, 4111.0, 4121.0, 4078.0, 4129.0, 4067.0, 4128.0, 4067.0, 4127.0, 4056.0, 4116.0, 4076.0, 4115.0, 4097.0, 4095.0, 4075.0, 4044.0, 4084.0, 4043.0, 4105.0, 4054.0, 4105.0, 4045.0, 4106.0, 4044.0, 4105.0, 4045.0, 4095.0, 4066.0, 4057.0, 4089.0, 4071.0, 4142.0, 4071.0, 4141.0, 4092.0, 4121.0, 4100.0, 4110.0, 4110.0, 4079.0, 4121.0, 4081.0, 4142.0, 4082.0, 4122.0, 4101.0, 4099.0, 4110.0, 4058.0, 4110.0, 4070.0, 4131.0, 4072.0, 4122.0, 4113.0, 4093.0, 4146.0, 4084.0, 4155.0, 4084.0, 4142.0, 4113.0, 4122.0, 4134.0, 4103.0, 4134.0, 4096.0, 4147.0, 4082.0, 4142.0, 4091.0, 4130.0, 4100.0, 4059.0, 4080.0, 4072.0, 4133.0, 4082.0, 4131.0, 4093.0, 4104.0, 4113.0, 4073.0, 4144.0, 4124.0, 4123.0, 4133.0, 4082.0, 4131.0, 4124.0, 4113.0, 4135.0, 4093.0, 4153.0, 4094.0, 4159.0, 4114.0, 4069.0, 4099.0, 4048.0, 4128.0, 4090.0, 4090.0, 4080.0, 4071.0, 4113.0, 4061.0, 4119.0, 4093.0, 4121.0, 4114.0, 4082.0, 4113.0, 4071.0, 4102.0, 4082.0, 4132.0, 4060.0, 4130.0, 4081.0, 4132.0, 4092.0, 4080.0, 4101.0, 4071.0, 4112.0, 4072.0, 4133.0, 4072.0, 4132.0, 4072.0, 4132.0, 4082.0, 4110.0, 4091.0, 4090.0, 4112.0, 4081.0, 4112.0, 4072.0, 4133.0, 4071.0, 4131.0, 4103.0, 4122.0, 4114.0, 4092.0, 4113.0, 4072.0, 4122.0, 4062.0, 4142.0, 4083.0, 4112.0, 4093.0, 4073.0, 4114.0, 4087.0, 4107.0, 4138.0, 4109.0, 4160.0, 4120.0, 4128.0, 4138.0, 4095.0, 4137.0, 4085.0, 4146.0, 4106.0, 4172.0, 4150.0, 4128.0, 4127.0, 4088.0, 4099.0, 4139.0, 4098.0, 4138.0, 4073.0, 4123.0, 4073.0, 4134.0, 4084.0, 4145.0, 4104.0, 4143.0, 4102.0, 4130.0, 4099.0, 4129.0, 4089.0, 4128.0, 4067.0, 4127.0, 4055.0, 4114.0, 4053.0, 4113.0, 4042.0, 4092.0, 4052.0, 4064.0, 4095.0, 4055.0, 4117.0, 4068.0, 4108.0, 4098.0, 4057.0, 4108.0, 4057.0, 4108.0, 4057.0, 4118.0, 4100.0, 4119.0, 4110.0, 4069.0, 4089.0, 4059.0, 4108.0, 4057.0, 4118.0, 4089.0, 4108.0, 4099.0, 4078.0, 4109.0, 4058.0, 4119.0, 4056.0, 4117.0, 4056.0, 4117.0, 4056.0, 4117.0, 4067.0, 4087.0, 4099.0, 4071.0, 4111.0, 4071.0, 4146.0, 4127.0, 4106.0, 4117.0, 4076.0, 4147.0, 4085.0, 4123.0, 4124.0, 4093.0, 4124.0, 4094.0, 4123.0, 4061.0, 4131.0, 4070.0, 4120.0, 4070.0, 4120.0, 4071.0, 4111.0, 4081.0, 4092.0, 4112.0, 4071.0, 4123.0, 4073.0, 4102.0, 4075.0, 4088.0, 4161.0, 4130.0, 4172.0, 4152.0, 4117.0, 4128.0, 4097.0, 4174.0, 4110.0, 4159.0, 4138.0, 4116.0, 4147.0, 4095.0, 4156.0, 4073.0, 4132.0, 4082.0, 4131.0, 4112.0, 4111.0, 4112.0, 4089.0, 4111.0, 4070.0, 4122.0, 4070.0, 4099.0, 4049.0, 4119.0, 4059.0, 4120.0, 4070.0, 4090.0, 4111.0, 4071.0, 4122.0, 4083.0, 4133.0, 4083.0, 4122.0, 4113.0, 4102.0, 4122.0, 4081.0, 4112.0, 4072.0, 4133.0, 4073.0, 4112.0, 4123.0, 4082.0, 4113.0, 4073.0, 4103.0, 4093.0, 4102.0, 4084.0, 4097.0, 4137.0, 4129.0, 4117.0, 4107.0, 4099.0, 4096.0, 4137.0, 4096.0, 4125.0, 4136.0, 4107.0, 4148.0, 4118.0, 4137.0, 4137.0, 4084.0, 4124.0, 4072.0, 4121.0, 4111.0, 4121.0, 4122.0, 4080.0, 4111.0, 4069.0, 4109.0, 4058.0, 4117.0, 4068.0, 4097.0, 4109.0, 4058.0, 4069.0, 4059.0, 4109.0, 4072.0, 4083.0, 4103.0, 4073.0, 4134.0, 4104.0, 4114.0, 4125.0, 4106.0, 4137.0, 4107.0, 4146.0, 4110.0, 4125.0, 4113.0, 4090.0, 4111.0, 4080.0, 4121.0, 4080.0, 4121.0, 4071.0, 4121.0, 4060.0, 4118.0, 4058.0, 4107.0, 4067.0, 4087.0, 4111.0, 4073.0, 4133.0, 4084.0, 4104.0, 4125.0, 4073.0, 4123.0, 4082.0, 4123.0, 4082.0, 4122.0, 4072.0, 4133.0, 4113.0, 4112.0, 4122.0, 4080.0, 4120.0, 4058.0, 4108.0, 4058.0, 4119.0, 4059.0, 4119.0, 4069.0, 4099.0, 4079.0, 4070.0, 4100.0, 4073.0, 4135.0, 4098.0, 4146.0, 4115.0, 4075.0, 4124.0, 4083.0, 4134.0, 4095.0, 4135.0, 4126.0, 4094.0, 4123.0, 4071.0, 4121.0, 4071.0, 4132.0, 4103.0, 4122.0, 4112.0, 4080.0, 4131.0, 4080.0, 4120.0, 4078.0, 4119.0, 4057.0, 4118.0, 4078.0, 4108.0, 4110.0, 4099.0, 4119.0, 4079.0, 4098.0, 4059.0, 4118.0, 4069.0, 4111.0, 4122.0, 4090.0, 4121.0, 4081.0, 4121.0, 4070.0, 4129.0, 4059.0, 4129.0, 4091.0, 4100.0, 4110.0, 4059.0, 4109.0, 4059.0, 4090.0, 4060.0, 4131.0, 4092.0, 4102.0, 4123.0, 4072.0, 4122.0, 4082.0, 4134.0, 4135.0, 4114.0, 4145.0, 4097.0, 4116.0, 4085.0, 4104.0, 4136.0, 4107.0, 4149.0, 4095.0, 4072.0, 4099.0, 4072.0, 4133.0, 4136.0, 4116.0, 4145.0, 4072.0, 4111.0, 4122.0, 4091.0, 4121.0, 4080.0, 4131.0, 4080.0, 4130.0, 4090.0, 4108.0, 4108.0, 4067.0, 4118.0, 4056.0, 4096.0, 4056.0, 4117.0, 4068.0, 4128.0, 4068.0, 4098.0, 4098.0, 4087.0, 4108.0, 4066.0, 4107.0, 4057.0, 4088.0, 4069.0, 4120.0, 4070.0, 4110.0, 4081.0, 4070.0, 4112.0, 4082.0, 4123.0, 4084.0, 4146.0, 4085.0, 4134.0, 4115.0, 4123.0, 4124.0, 4104.0, 4136.0, 4096.0, 4135.0, 4084.0, 4137.0, 4098.0], 'WindowWidth': [9217.0, 9160.0, 9178.0, 9116.0, 9183.0, 9128.0, 9155.0, 9149.0, 9099.0, 9211.0, 9133.0, 9157.0, 9107.0, 9105.0, 9214.0, 9169.0, 9130.0, 9140.0, 9101.0, 9183.0, 9166.0, 9144.0, 9171.0, 9077.0, 9154.0, 9110.0, 9105.0, 9121.0, 9077.0, 9152.0, 9075.0, 9132.0, 9064.0, 9131.0, 9061.0, 9114.0, 9072.0, 9068.0, 9107.0, 9043.0, 9116.0, 9046.0, 9116.0, 9047.0, 9157.0, 9056.0, 9155.0, 9081.0, 9117.0, 9079.0, 9077.0, 9095.0, 9048.0, 9119.0, 9041.0, 9126.0, 9076.0, 9156.0, 9077.0, 9169.0, 9094.0, 9136.0, 9114.0, 9076.0, 9141.0, 9091.0, 9160.0, 9081.0, 9174.0, 9096.0, 9154.0, 9158.0, 9094.0, 9162.0, 9097.0, 9177.0, 9122.0, 9148.0, 9138.0, 9109.0, 9150.0, 9118.0, 9164.0, 9120.0, 9179.0, 9156.0, 9141.0, 9194.0, 9103.0, 9152.0, 9118.0, 9160.0, 9096.0, 9163.0, 9138.0, 9146.0, 9177.0, 9088.0, 9163.0, 9108.0, 9170.0, 9084.0, 9187.0, 9151.0, 9184.0, 9148.0, 9171.0, 9165.0, 9178.0, 9199.0, 9154.0, 9175.0, 9134.0, 9225.0, 9155.0, 9180.0, 9173.0, 9077.0, 9130.0, 9082.0, 9144.0, 9061.0, 9179.0, 9116.0, 9159.0, 9144.0, 9141.0, 9114.0, 9128.0, 9104.0, 9074.0, 9121.0, 9083.0, 9148.0, 9094.0, 9115.0, 9042.0, 9152.0, 9052.0, 9128.0, 9122.0, 9114.0, 9120.0, 9051.0, 9118.0, 9039.0, 9136.0, 9054.0, 9148.0, 9109.0, 9119.0, 9123.0, 9066.0, 9107.0, 9049.0, 9101.0, 9034.0, 9153.0, 9055.0, 9174.0, 9075.0, 9114.0, 9116.0, 9087.0, 9143.0, 9089.0, 9158.0, 9091.0, 9181.0, 9077.0, 9171.0, 9151.0, 9123.0, 9161.0, 9105.0, 9190.0, 9132.0, 9069.0, 9135.0, 9138.0, 9187.0, 9130.0, 9180.0, 9128.0, 9163.0, 9159.0, 9150.0, 9136.0, 9115.0, 9127.0, 9066.0, 9119.0, 9061.0, 9167.0, 9048.0, 9150.0, 9044.0, 9126.0, 9046.0, 9073.0, 9117.0, 9051.0, 9146.0, 9066.0, 9146.0, 9063.0, 9127.0, 9074.0, 9112.0, 9128.0, 9100.0, 9125.0, 9082.0, 9088.0, 9026.0, 9099.0, 9029.0, 9068.0, 9031.0, 9098.0, 9053.0, 9106.0, 9089.0, 9106.0, 9138.0, 9104.0, 9155.0, 9155.0, 9109.0, 9170.0, 9130.0, 9186.0, 9144.0, 9181.0, 9142.0, 9133.0, 9129.0, 9104.0, 9139.0, 9096.0, 9171.0, 9121.0, 9177.0, 9093.0, 9136.0, 9107.0, 9103.0, 9131.0, 9093.0, 9133.0, 9062.0, 9101.0, 9032.0, 9149.0, 9032.0, 9129.0, 9100.0, 9173.0, 9082.0, 9103.0, 9074.0, 9059.0, 9130.0, 9084.0, 9152.0, 9075.0, 9142.0, 9170.0, 9096.0, 9137.0, 9075.0, 9156.0, 9097.0, 9154.0, 9103.0, 9154.0, 9089.0, 9139.0, 9087.0, 9095.0, 9104.0, 9083.0, 9141.0, 9078.0, 9199.0, 9185.0, 9141.0, 9257.0, 9185.0, 9154.0, 9191.0, 9088.0, 9122.0, 9090.0, 9200.0, 9093.0, 9173.0, 9118.0, 9203.0, 9102.0, 9165.0, 9075.0, 9137.0, 9038.0, 9117.0, 9053.0, 9120.0, 9082.0, 9150.0, 9106.0, 9082.0, 9107.0, 9064.0, 9097.0, 9078.0, 9126.0, 9045.0, 9124.0, 9083.0, 9130.0, 9111.0, 9111.0, 9124.0, 9067.0, 9147.0, 9062.0, 9149.0, 9043.0, 9110.0, 9063.0, 9086.0, 9126.0, 9113.0, 9196.0, 9086.0, 9159.0, 9118.0, 9085.0, 9127.0, 9084.0, 9187.0, 9099.0, 9166.0, 9086.0, 9123.0, 9106.0, 9065.0, 9122.0, 9079.0, 9140.0, 9075.0, 9116.0, 9164.0, 9097.0, 9177.0, 9140.0, 9104.0, 9175.0, 9168.0, 9210.0, 9134.0, 9178.0, 9136.0, 9163.0, 9182.0, 9154.0, 9169.0, 9123.0, 9180.0, 9147.0, 9152.0, 9156.0, 9128.0, 9171.0, 9149.0, 9107.0, 9176.0, 9119.0, 9144.0, 9125.0, 9061.0, 9127.0, 9068.0, 9129.0, 9062.0, 9128.0, 9075.0, 9050.0, 9091.0, 9034.0, 9100.0, 9056.0, 9135.0, 9085.0, 9056.0, 9127.0, 9068.0, 9158.0, 9124.0, 9109.0, 9133.0, 9077.0, 9173.0, 9107.0, 9116.0, 9105.0, 9065.0, 9161.0, 9137.0, 9102.0, 9183.0, 9128.0, 9174.0, 9161.0, 9101.0, 9164.0, 9107.0, 9178.0, 9154.0, 9176.0, 9156.0, 9097.0, 9173.0, 9076.0, 9160.0, 9118.0, 9142.0, 9168.0, 9073.0, 9129.0, 9076.0, 9187.0, 9140.0, 9111.0, 9144.0, 9080.0, 9127.0, 9120.0, 9083.0, 9174.0, 9108.0, 9229.0, 9128.0, 9199.0, 9131.0, 9123.0, 9119.0, 9044.0, 9154.0, 9048.0, 9141.0, 9047.0, 9140.0, 9047.0, 9152.0, 9048.0, 9072.0, 9072.0, 9037.0, 9105.0, 9056.0, 9150.0, 9072.0, 9124.0, 9148.0, 9113.0, 9174.0, 9128.0, 9181.0, 9157.0, 9149.0, 9193.0, 9125.0, 9088.0, 9145.0, 9143.0, 9199.0, 9142.0, 9203.0, 9206.0, 9121.0, 9144.0, 9096.0, 9153.0, 9119.0, 9127.0, 9115.0, 9104.0, 9115.0, 9144.0, 9076.0, 9171.0, 9146.0, 9153.0, 9140.0, 9091.0, 9142.0, 9067.0, 9120.0, 9036.0, 9116.0, 9036.0, 9116.0, 9039.0, 9118.0, 9028.0, 9102.0, 9027.0, 9064.0, 9055.0, 9028.0, 9059.0, 9065.0, 9135.0, 9090.0, 9133.0, 9150.0, 9097.0, 9179.0, 9124.0, 9197.0, 9136.0, 9143.0, 9145.0, 9091.0, 9165.0, 9100.0, 9154.0, 9113.0, 9114.0, 9161.0, 9103.0, 9157.0, 9075.0, 9153.0, 9071.0, 9146.0, 9065.0, 9142.0, 9078.0, 9141.0, 9050.0, 9119.0, 9089.0, 9087.0, 9122.0, 9071.0, 9159.0, 9090.0, 9132.0, 9129.0, 9078.0, 9118.0, 9083.0, 9172.0, 9086.0, 9187.0, 9136.0, 9156.0, 9141.0, 9075.0, 9126.0, 9069.0, 9105.0, 9053.0, 9149.0, 9072.0, 9152.0, 9076.0, 9117.0, 9102.0, 9084.0, 9126.0, 9057.0, 9140.0, 9074.0, 9169.0, 9092.0, 9166.0, 9165.0, 9120.0, 9176.0, 9118.0, 9104.0, 9153.0, 9062.0, 9102.0, 9153.0, 9149.0, 9208.0, 9151.0, 9207.0, 9132.0, 9205.0, 9147.0, 9126.0, 9139.0, 9077.0, 9144.0, 9060.0, 9143.0, 9059.0, 9140.0, 9044.0, 9123.0, 9071.0, 9120.0, 9100.0, 9094.0, 9068.0, 9023.0, 9077.0, 9022.0, 9105.0, 9037.0, 9107.0, 9030.0, 9110.0, 9028.0, 9107.0, 9028.0, 9095.0, 9061.0, 9050.0, 9096.0, 9076.0, 9171.0, 9077.0, 9167.0, 9104.0, 9141.0, 9112.0, 9122.0, 9123.0, 9081.0, 9140.0, 9088.0, 9171.0, 9092.0, 9144.0, 9115.0, 9108.0, 9124.0, 9054.0, 9125.0, 9073.0, 9154.0, 9077.0, 9143.0, 9135.0, 9109.0, 9191.0, 9098.0, 9194.0, 9098.0, 9171.0, 9134.0, 9144.0, 9163.0, 9121.0, 9165.0, 9118.0, 9188.0, 9094.0, 9170.0, 9103.0, 9150.0, 9112.0, 9057.0, 9086.0, 9081.0, 9162.0, 9100.0, 9153.0, 9108.0, 9125.0, 9134.0, 9082.0, 9176.0, 9149.0, 9146.0, 9160.0, 9091.0, 9154.0, 9151.0, 9136.0, 9166.0, 9106.0, 9186.0, 9110.0, 9213.0, 9137.0, 9066.0, 9107.0, 9036.0, 9141.0, 9098.0, 9096.0, 9082.0, 9075.0, 9134.0, 9062.0, 9132.0, 9107.0, 9140.0, 9137.0, 9092.0, 9131.0, 9072.0, 9114.0, 9097.0, 9156.0, 9059.0, 9147.0, 9087.0, 9164.0, 9103.0, 9085.0, 9113.0, 9076.0, 9130.0, 9078.0, 9159.0, 9078.0, 9157.0, 9077.0, 9155.0, 9088.0, 9123.0, 9098.0, 9095.0, 9128.0, 9087.0, 9130.0, 9078.0, 9158.0, 9075.0, 9153.0, 9118.0, 9142.0, 9135.0, 9103.0, 9132.0, 9076.0, 9143.0, 9064.0, 9170.0, 9093.0, 9130.0, 9106.0, 9081.0, 9137.0, 9107.0, 9133.0, 9177.0, 9139.0, 9210.0, 9156.0, 9163.0, 9174.0, 9114.0, 9169.0, 9099.0, 9182.0, 9128.0, 9229.0, 9196.0, 9160.0, 9158.0, 9110.0, 9126.0, 9182.0, 9125.0, 9175.0, 9081.0, 9144.0, 9079.0, 9160.0, 9096.0, 9177.0, 9122.0, 9174.0, 9114.0, 9150.0, 9107.0, 9145.0, 9093.0, 9142.0, 9059.0, 9146.0, 9042.0, 9116.0, 9036.0, 9112.0, 9018.0, 9082.0, 9033.0, 9052.0, 9093.0, 9042.0, 9127.0, 9064.0, 9115.0, 9102.0, 9047.0, 9117.0, 9049.0, 9115.0, 9047.0, 9129.0, 9110.0, 9135.0, 9125.0, 9069.0, 9095.0, 9054.0, 9116.0, 9049.0, 9129.0, 9093.0, 9117.0, 9107.0, 9078.0, 9121.0, 9050.0, 9131.0, 9046.0, 9126.0, 9044.0, 9125.0, 9045.0, 9126.0, 9062.0, 9089.0, 9106.0, 9074.0, 9127.0, 9075.0, 9183.0, 9165.0, 9138.0, 9148.0, 9091.0, 9185.0, 9100.0, 9146.0, 9150.0, 9108.0, 9150.0, 9116.0, 9144.0, 9059.0, 9151.0, 9070.0, 9136.0, 9070.0, 9135.0, 9073.0, 9126.0, 9087.0, 9103.0, 9128.0, 9075.0, 9148.0, 9081.0, 9119.0, 9089.0, 9112.0, 9214.0, 9170.0, 9231.0, 9202.0, 9146.0, 9161.0, 9117.0, 9238.0, 9143.0, 9205.0, 9173.0, 9142.0, 9192.0, 9114.0, 9203.0, 9081.0, 9156.0, 9088.0, 9151.0, 9130.0, 9126.0, 9127.0, 9094.0, 9132.0, 9071.0, 9143.0, 9072.0, 9108.0, 9040.0, 9131.0, 9055.0, 9136.0, 9071.0, 9097.0, 9127.0, 9074.0, 9144.0, 9092.0, 9158.0, 9092.0, 9143.0, 9131.0, 9114.0, 9141.0, 9086.0, 9128.0, 9076.0, 9160.0, 9080.0, 9131.0, 9145.0, 9091.0, 9134.0, 9080.0, 9119.0, 9106.0, 9117.0, 9097.0, 9124.0, 9175.0, 9166.0, 9146.0, 9133.0, 9128.0, 9118.0, 9171.0, 9118.0, 9153.0, 9169.0, 9130.0, 9187.0, 9149.0, 9173.0, 9170.0, 9094.0, 9147.0, 9077.0, 9136.0, 9125.0, 9138.0, 9143.0, 9083.0, 9123.0, 9066.0, 9116.0, 9048.0, 9125.0, 9062.0, 9100.0, 9118.0, 9051.0, 9066.0, 9055.0, 9128.0, 9075.0, 9092.0, 9118.0, 9080.0, 9163.0, 9123.0, 9134.0, 9154.0, 9128.0, 9170.0, 9130.0, 9182.0, 9142.0, 9151.0, 9130.0, 9095.0, 9123.0, 9081.0, 9139.0, 9082.0, 9138.0, 9070.0, 9137.0, 9056.0, 9129.0, 9049.0, 9112.0, 9060.0, 9087.0, 9128.0, 9082.0, 9160.0, 9098.0, 9125.0, 9153.0, 9082.0, 9145.0, 9090.0, 9146.0, 9090.0, 9141.0, 9076.0, 9160.0, 9132.0, 9129.0, 9143.0, 9083.0, 9135.0, 9049.0, 9116.0, 9049.0, 9130.0, 9055.0, 9133.0, 9067.0, 9106.0, 9079.0, 9072.0, 9108.0, 9082.0, 9166.0, 9124.0, 9192.0, 9141.0, 9088.0, 9150.0, 9095.0, 9164.0, 9113.0, 9167.0, 9155.0, 9112.0, 9147.0, 9074.0, 9139.0, 9073.0, 9157.0, 9120.0, 9143.0, 9129.0, 9084.0, 9153.0, 9084.0, 9137.0, 9078.0, 9132.0, 9049.0, 9129.0, 9077.0, 9117.0, 9123.0, 9107.0, 9134.0, 9079.0, 9105.0, 9054.0, 9131.0, 9067.0, 9129.0, 9143.0, 9099.0, 9141.0, 9087.0, 9140.0, 9071.0, 9147.0, 9053.0, 9147.0, 9099.0, 9109.0, 9124.0, 9054.0, 9121.0, 9055.0, 9096.0, 9058.0, 9154.0, 9105.0, 9119.0, 9146.0, 9079.0, 9145.0, 9093.0, 9162.0, 9167.0, 9137.0, 9181.0, 9123.0, 9144.0, 9105.0, 9126.0, 9168.0, 9130.0, 9191.0, 9117.0, 9075.0, 9106.0, 9080.0, 9162.0, 9170.0, 9143.0, 9180.0, 9079.0, 9128.0, 9143.0, 9102.0, 9140.0, 9084.0, 9152.0, 9082.0, 9149.0, 9095.0, 9118.0, 9117.0, 9061.0, 9128.0, 9046.0, 9098.0, 9045.0, 9126.0, 9065.0, 9144.0, 9066.0, 9104.0, 9105.0, 9090.0, 9117.0, 9060.0, 9114.0, 9048.0, 9091.0, 9068.0, 9136.0, 9073.0, 9126.0, 9088.0, 9073.0, 9130.0, 9092.0, 9149.0, 9100.0, 9184.0, 9102.0, 9163.0, 9140.0, 9147.0, 9149.0, 9122.0, 9171.0, 9117.0, 9166.0, 9098.0, 9174.0, 9124.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.001064403114186851</td></tr>
<tr><td colspan=3>aqi</td><td>0.043796792387543255</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.42096459530735</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1503426830389616</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9693383036536811</td></tr>
<tr><td colspan=3>efc</td><td>0.4528</td></tr>
<tr><td colspan=3>fber</td><td>5418.0864</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11788699472910795</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>140</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.110726643598616</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.529238071516746</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.449895305226308</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7136930262096075</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.424125883114322</td></tr>
<tr><td colspan=3>gcor</td><td>0.0112854</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014739659614861012</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022845273837447166</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1156</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.7305389258780366</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>20.4227</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.1067</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>151.0693</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306513.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>662.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>279.6124</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8305</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>548.5759</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3329.7202</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3560.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70031.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1001.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4407.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>954.2789</td></tr>
<tr><td colspan=3>tsnr</td><td>30.606592863681726</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>