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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0112_suffix-bold_task-alignvideo" 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-0112/figures/sub-0112_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0112/figures/sub-0112_ses-02_task-alignvideo_acq-mb8_run-03_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-0112/figures/sub-0112_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-02_task-alignvideo_acq-mb8_run-03_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-0112/ses-02/func/sub-0112_ses-02_task-alignvideo_acq-mb8_run-03_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>90ebc83046298a91b35e979aded99730</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:04:26.082500</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.994838, 0.0671768, 0.0760591, -0.0679957, 0.997652, 0.00822603]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_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.0880303</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-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4230, -7790, -7271, 218, -184, -186, -37, 65]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>228.78</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6564844e-0d07-463a-8307-3b68eb958fca||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.669077157974243, -0.18242745101451874, 0.20338523387908936, 114.51229095458984], [-0.18023034930229187, 2.676626682281494, 0.0360591858625412, -100.96334838867188], [0.20406092703342438, -0.022069837898015976, 2.692087411880493, -79.16561889648438], [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, 1158]</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, 1157, 1158], 'AcquisitionTime': ['150426.082500', '150426.542500', '150427.002500', '150427.462500', '150427.922500', '150428.382500', '150428.842500', '150429.302500', '150429.762500', '150430.222500', '150430.682500', '150431.142500', '150431.602500', '150432.062500', '150432.522500', '150432.982500', '150433.442500', '150433.902500', '150434.362500', '150434.822500', '150435.282500', '150435.742500', '150436.202500', '150436.662500', '150437.122500', '150437.582500', '150438.042500', '150438.502500', '150438.962500', '150439.422500', '150439.882500', '150440.342500', '150440.802500', '150441.262500', '150441.722500', '150442.182500', '150442.642500', '150443.102500', '150443.562500', '150444.022500', '150444.482500', '150444.942500', '150445.402500', '150445.862500', '150446.322500', '150446.782500', '150447.242500', '150447.702500', '150448.162500', '150448.622500', '150449.082500', '150449.542500', '150450.002500', '150450.462500', '150450.922500', '150451.382500', '150451.842500', '150452.302500', '150452.762500', '150453.222500', '150453.682500', '150454.142500', '150454.602500', '150455.062500', '150455.522500', '150455.982500', '150456.442500', '150456.902500', '150457.362500', '150457.822500', '150458.282500', '150458.742500', '150459.202500', '150459.662500', '150500.122500', '150500.582500', '150501.042500', '150501.502500', '150501.962500', '150502.422500', '150502.882500', '150503.342500', '150503.802500', '150504.262500', '150504.722500', '150505.182500', '150505.642500', '150506.102500', '150506.562500', '150507.022500', '150507.482500', '150507.942500', '150508.402500', '150508.862500', '150509.322500', '150509.782500', '150510.242500', '150510.702500', '150511.162500', '150511.622500', '150512.082500', '150512.542500', '150513.002500', '150513.462500', '150513.922500', '150514.382500', '150514.842500', '150515.302500', '150515.762500', '150516.222500', '150516.682500', '150517.142500', '150517.602500', '150518.062500', '150518.522500', '150518.982500', '150519.442500', '150519.902500', '150520.362500', '150520.822500', '150521.282500', '150521.742500', '150522.202500', '150522.662500', '150523.122500', '150523.582500', '150524.042500', '150524.502500', '150524.962500', '150525.422500', '150525.882500', '150526.342500', '150526.802500', '150527.262500', '150527.722500', '150528.182500', '150528.642500', '150529.102500', '150529.562500', '150530.022500', '150530.482500', '150530.942500', '150531.402500', '150531.862500', '150532.322500', '150532.782500', '150533.242500', '150533.702500', '150534.162500', '150534.622500', '150535.082500', '150535.542500', '150536.002500', '150536.462500', '150536.922500', '150537.382500', '150537.842500', '150538.302500', '150538.762500', '150539.222500', '150539.682500', '150540.142500', '150540.602500', '150541.062500', '150541.522500', '150541.982500', '150542.442500', '150542.902500', '150543.362500', '150543.822500', '150544.282500', '150544.742500', '150545.202500', '150545.662500', '150546.122500', '150546.582500', '150547.042500', '150547.502500', '150547.962500', '150548.422500', '150548.882500', '150549.342500', '150549.802500', '150550.262500', '150550.722500', '150551.182500', '150551.642500', '150552.102500', '150552.562500', '150553.022500', '150553.482500', '150553.942500', '150554.402500', '150554.862500', '150555.322500', '150555.782500', '150556.242500', '150556.702500', '150557.162500', '150557.622500', '150558.082500', '150558.542500', '150559.002500', '150559.462500', '150559.922500', '150600.382500', '150600.842500', '150601.302500', '150601.762500', '150602.222500', '150602.682500', '150603.142500', '150603.602500', '150604.062500', '150604.522500', '150604.982500', '150605.442500', '150605.902500', '150606.362500', '150606.822500', '150607.282500', '150607.742500', '150608.202500', '150608.662500', '150609.122500', '150609.582500', '150610.042500', '150610.502500', '150610.962500', '150611.422500', '150611.882500', '150612.342500', '150612.802500', '150613.262500', '150613.722500', '150614.182500', '150614.642500', '150615.102500', '150615.562500', '150616.022500', '150616.482500', '150616.942500', '150617.402500', '150617.862500', '150618.322500', '150618.782500', '150619.242500', '150619.702500', '150620.162500', '150620.622500', '150621.082500', '150621.542500', '150622.002500', '150622.462500', '150622.922500', '150623.382500', '150623.842500', '150624.302500', '150624.762500', '150625.222500', '150625.682500', '150626.142500', '150626.602500', '150627.062500', '150627.522500', '150627.982500', '150628.442500', '150628.902500', '150629.362500', '150629.822500', '150630.282500', '150630.742500', '150631.202500', '150631.662500', '150632.122500', '150632.582500', '150633.042500', '150633.502500', '150633.962500', '150634.422500', '150634.882500', '150635.342500', '150635.802500', '150636.262500', '150636.722500', '150637.182500', '150637.642500', '150638.102500', '150638.562500', '150639.022500', '150639.482500', '150639.942500', '150640.402500', '150640.862500', '150641.322500', '150641.782500', '150642.242500', '150642.702500', '150643.162500', '150643.622500', '150644.082500', '150644.542500', '150645.002500', '150645.462500', '150645.922500', '150646.382500', '150646.842500', '150647.302500', '150647.762500', '150648.222500', '150648.682500', '150649.142500', '150649.602500', '150650.062500', '150650.522500', '150650.982500', '150651.442500', '150651.902500', '150652.362500', '150652.822500', '150653.282500', '150653.742500', '150654.202500', '150654.662500', '150655.122500', '150655.582500', '150656.042500', '150656.502500', '150656.962500', '150657.422500', '150657.882500', '150658.342500', '150658.802500', '150659.262500', '150659.722500', '150700.182500', '150700.642500', '150701.102500', '150701.562500', '150702.022500', '150702.482500', '150702.942500', '150703.402500', '150703.862500', '150704.322500', '150704.782500', '150705.242500', '150705.702500', '150706.162500', '150706.622500', '150707.082500', '150707.542500', '150708.002500', '150708.462500', '150708.922500', '150709.382500', '150709.842500', '150710.302500', '150710.762500', '150711.222500', '150711.682500', '150712.142500', '150712.602500', '150713.062500', '150713.522500', '150713.982500', '150714.442500', '150714.902500', '150715.362500', '150715.822500', '150716.282500', '150716.742500', '150717.202500', '150717.662500', '150718.122500', '150718.582500', '150719.042500', '150719.502500', '150719.962500', '150720.422500', '150720.882500', '150721.342500', '150721.802500', '150722.262500', '150722.722500', '150723.182500', '150723.642500', '150724.102500', '150724.562500', '150725.022500', '150725.482500', '150725.942500', '150726.402500', '150726.862500', '150727.322500', '150727.782500', '150728.242500', '150728.702500', '150729.162500', '150729.622500', '150730.082500', '150730.542500', '150731.002500', '150731.462500', '150731.922500', '150732.382500', '150732.842500', '150733.302500', '150733.762500', '150734.222500', '150734.682500', '150735.142500', '150735.602500', '150736.062500', '150736.522500', '150736.982500', '150737.442500', '150737.902500', '150738.362500', '150738.822500', '150739.282500', '150739.742500', '150740.202500', '150740.662500', '150741.122500', '150741.582500', '150742.042500', '150742.502500', '150742.962500', '150743.422500', '150743.882500', '150744.342500', '150744.802500', '150745.262500', '150745.722500', '150746.182500', '150746.642500', '150747.102500', '150747.562500', '150748.022500', '150748.482500', '150748.942500', '150749.402500', '150749.862500', '150750.322500', '150750.782500', '150751.242500', '150751.702500', '150752.162500', '150752.622500', '150753.082500', '150753.542500', '150754.002500', '150754.462500', '150754.922500', '150755.382500', '150755.842500', '150756.302500', '150756.762500', '150757.222500', '150757.682500', '150758.142500', '150758.602500', '150759.062500', '150759.522500', '150759.982500', '150800.442500', '150800.902500', '150801.362500', '150801.822500', '150802.282500', '150802.742500', '150803.202500', '150803.662500', '150804.122500', '150804.582500', '150805.042500', '150805.502500', '150805.962500', '150806.422500', '150806.882500', '150807.342500', '150807.802500', '150808.262500', '150808.722500', '150809.182500', '150809.642500', '150810.102500', '150810.562500', '150811.022500', '150811.482500', '150811.942500', '150812.402500', '150812.862500', '150813.322500', '150813.782500', '150814.242500', '150814.702500', '150815.162500', '150815.622500', '150816.082500', '150816.542500', '150817.002500', '150817.462500', '150817.922500', '150818.382500', '150818.842500', '150819.302500', '150819.762500', '150820.222500', '150820.682500', '150821.142500', '150821.602500', '150822.062500', '150822.522500', '150822.982500', '150823.442500', '150823.902500', '150824.362500', '150824.822500', '150825.282500', '150825.742500', '150826.202500', '150826.662500', '150827.122500', '150827.582500', '150828.042500', '150828.502500', '150828.962500', '150829.422500', '150829.882500', '150830.342500', '150830.802500', '150831.262500', '150831.722500', '150832.182500', '150832.642500', '150833.102500', '150833.562500', '150834.022500', '150834.482500', '150834.942500', '150835.402500', '150835.862500', '150836.322500', '150836.782500', '150837.242500', '150837.702500', '150838.162500', '150838.622500', '150839.082500', '150839.542500', '150840.002500', '150840.462500', '150840.922500', '150841.382500', '150841.842500', '150842.302500', '150842.762500', '150843.222500', '150843.682500', '150844.142500', '150844.602500', '150845.062500', '150845.522500', '150845.982500', '150846.442500', '150846.902500', '150847.362500', '150847.822500', '150848.282500', '150848.742500', '150849.202500', '150849.662500', '150850.122500', '150850.582500', '150851.042500', '150851.502500', '150851.962500', '150852.422500', '150852.882500', '150853.342500', '150853.802500', '150854.262500', '150854.722500', '150855.182500', '150855.642500', '150856.102500', '150856.562500', '150857.022500', '150857.482500', '150857.942500', '150858.402500', '150858.862500', '150859.322500', '150859.782500', '150900.242500', '150900.702500', '150901.162500', '150901.622500', '150902.082500', '150902.542500', '150903.002500', '150903.462500', '150903.922500', '150904.382500', '150904.842500', '150905.302500', '150905.762500', '150906.222500', '150906.682500', '150907.142500', '150907.602500', '150908.062500', '150908.522500', '150908.982500', '150909.442500', '150909.902500', '150910.362500', '150910.822500', '150911.282500', '150911.742500', '150912.202500', '150912.662500', '150913.122500', '150913.582500', '150914.042500', '150914.502500', '150914.962500', '150915.422500', '150915.882500', '150916.342500', '150916.802500', '150917.262500', '150917.722500', '150918.182500', '150918.642500', '150919.102500', '150919.562500', '150920.022500', '150920.482500', '150920.942500', '150921.402500', '150921.862500', '150922.322500', '150922.782500', '150923.242500', '150923.702500', '150924.162500', '150924.622500', '150925.082500', '150925.542500', '150926.002500', '150926.462500', '150926.922500', '150927.382500', '150927.842500', '150928.302500', '150928.762500', '150929.222500', '150929.682500', '150930.142500', '150930.602500', '150931.062500', '150931.522500', '150931.982500', '150932.442500', '150932.902500', '150933.362500', '150933.822500', '150934.282500', '150934.742500', '150935.202500', '150935.662500', '150936.122500', '150936.582500', '150937.042500', '150937.502500', '150937.962500', '150938.422500', '150938.882500', '150939.342500', '150939.802500', '150940.262500', '150940.722500', '150941.182500', '150941.642500', '150942.102500', '150942.562500', '150943.022500', '150943.482500', '150943.942500', '150944.402500', '150944.862500', '150945.322500', '150945.782500', '150946.242500', '150946.702500', '150947.162500', '150947.622500', '150948.082500', '150948.542500', '150949.002500', '150949.462500', '150949.922500', '150950.382500', '150950.842500', '150951.302500', '150951.762500', '150952.222500', '150952.682500', '150953.142500', '150953.602500', '150954.062500', '150954.522500', '150954.982500', '150955.442500', '150955.902500', '150956.362500', '150956.822500', '150957.282500', '150957.742500', '150958.202500', '150958.662500', '150959.122500', '150959.582500', '151000.042500', '151000.502500', '151000.962500', '151001.422500', '151001.882500', '151002.342500', '151002.802500', '151003.262500', '151003.722500', '151004.182500', '151004.642500', '151005.102500', '151005.562500', '151006.022500', '151006.482500', '151006.942500', '151007.402500', '151007.862500', '151008.322500', '151008.782500', '151009.242500', '151009.702500', '151010.162500', '151010.622500', '151011.082500', '151011.542500', '151012.002500', '151012.462500', '151012.922500', '151013.382500', '151013.842500', '151014.302500', '151014.762500', '151015.222500', '151015.682500', '151016.142500', '151016.602500', '151017.062500', '151017.522500', '151017.982500', '151018.442500', '151018.902500', '151019.362500', '151019.822500', '151020.282500', '151020.742500', '151021.202500', '151021.662500', '151022.122500', '151022.582500', '151023.042500', '151023.502500', '151023.962500', '151024.422500', '151024.882500', '151025.342500', '151025.802500', '151026.262500', '151026.722500', '151027.182500', '151027.642500', '151028.102500', '151028.562500', '151029.022500', '151029.482500', '151029.942500', '151030.402500', '151030.862500', '151031.322500', '151031.782500', '151032.242500', '151032.702500', '151033.162500', '151033.622500', '151034.082500', '151034.542500', '151035.002500', '151035.462500', '151035.922500', '151036.382500', '151036.842500', '151037.302500', '151037.762500', '151038.222500', '151038.682500', '151039.142500', '151039.602500', '151040.062500', '151040.522500', '151040.982500', '151041.442500', '151041.902500', '151042.362500', '151042.822500', '151043.282500', '151043.742500', '151044.202500', '151044.662500', '151045.122500', '151045.582500', '151046.042500', '151046.502500', '151046.962500', '151047.422500', '151047.882500', '151048.342500', '151048.802500', '151049.262500', '151049.722500', '151050.182500', '151050.642500', '151051.102500', '151051.562500', '151052.022500', '151052.482500', '151052.942500', '151053.402500', '151053.862500', '151054.322500', '151054.782500', '151055.242500', '151055.702500', '151056.162500', '151056.622500', '151057.082500', '151057.542500', '151058.002500', '151058.462500', '151058.922500', '151059.382500', '151059.842500', '151100.302500', '151100.762500', '151101.222500', '151101.682500', '151102.142500', '151102.602500', '151103.062500', '151103.522500', '151103.982500', '151104.442500', '151104.902500', '151105.362500', '151105.822500', '151106.282500', '151106.742500', '151107.202500', '151107.662500', '151108.122500', '151108.582500', '151109.042500', '151109.502500', '151109.962500', '151110.422500', '151110.882500', '151111.342500', '151111.802500', '151112.262500', '151112.722500', '151113.182500', '151113.642500', '151114.102500', '151114.562500', '151115.022500', '151115.482500', '151115.942500', '151116.402500', '151116.862500', '151117.322500', '151117.782500', '151118.242500', '151118.702500', '151119.162500', '151119.622500', '151120.082500', '151120.542500', '151121.002500', '151121.462500', '151121.922500', '151122.382500', '151122.842500', '151123.302500', '151123.762500', '151124.222500', '151124.682500', '151125.142500', '151125.602500', '151126.062500', '151126.522500', '151126.982500', '151127.442500', '151127.902500', '151128.362500', '151128.822500', '151129.282500', '151129.742500', '151130.202500', '151130.662500', '151131.122500', '151131.582500', '151132.042500', '151132.502500', '151132.962500', '151133.422500', '151133.882500', '151134.342500', '151134.802500', '151135.262500', '151135.722500', '151136.182500', '151136.642500', '151137.102500', '151137.562500', '151138.022500', '151138.482500', '151138.942500', '151139.402500', '151139.862500', '151140.322500', '151140.782500', '151141.242500', '151141.702500', '151142.162500', '151142.622500', '151143.082500', '151143.542500', '151144.002500', '151144.462500', '151144.922500', '151145.382500', '151145.842500', '151146.302500', '151146.762500', '151147.222500', '151147.682500', '151148.142500', '151148.602500', '151149.062500', '151149.522500', '151149.982500', '151150.442500', '151150.902500', '151151.362500', '151151.822500', '151152.282500', '151152.742500', '151153.202500', '151153.662500', '151154.122500', '151154.582500', '151155.042500', '151155.502500', '151155.962500', '151156.422500', '151156.882500', '151157.342500', '151157.802500', '151158.262500', '151158.722500', '151159.182500', '151159.642500', '151200.102500', '151200.562500', '151201.022500', '151201.482500', '151201.942500', '151202.402500', '151202.862500', '151203.322500', '151203.782500', '151204.242500', '151204.702500', '151205.162500', '151205.622500', '151206.082500', '151206.542500', '151207.002500', '151207.462500', '151207.922500', '151208.382500', '151208.842500', '151209.302500', '151209.762500', '151210.222500', '151210.682500', '151211.142500', '151211.602500', '151212.062500', '151212.522500', '151212.982500', '151213.442500', '151213.902500', '151214.362500', '151214.822500', '151215.282500', '151215.742500', '151216.202500', '151216.662500', '151217.122500', '151217.582500', '151218.042500', '151218.502500', '151218.962500', '151219.422500', '151219.882500', '151220.342500', '151220.802500', '151221.262500', '151221.722500', '151222.182500', '151222.642500', '151223.102500', '151223.562500', '151224.022500', '151224.482500', '151224.942500', '151225.402500', '151225.862500', '151226.322500', '151226.782500', '151227.242500', '151227.702500', '151228.162500', '151228.622500', '151229.082500', '151229.542500', '151230.002500', '151230.462500', '151230.922500', '151231.382500', '151231.842500', '151232.302500', '151232.762500', '151233.222500', '151233.682500', '151234.142500', '151234.602500', '151235.062500', '151235.522500', '151235.982500', '151236.442500', '151236.902500', '151237.362500', '151237.822500', '151238.282500', '151238.742500', '151239.202500', '151239.662500', '151240.122500', '151240.582500', '151241.042500', '151241.502500', '151241.962500', '151242.422500', '151242.882500', '151243.342500', '151243.802500', '151244.262500', '151244.722500', '151245.182500', '151245.642500', '151246.102500', '151246.562500', '151247.022500', '151247.482500', '151247.942500', '151248.402500', '151248.862500', '151249.322500', '151249.782500', '151250.242500', '151250.702500', '151251.162500', '151251.622500', '151252.082500', '151252.542500', '151253.002500', '151253.462500', '151253.922500', '151254.382500', '151254.842500', '151255.302500', '151255.762500', '151256.222500', '151256.682500', '151257.142500', '151257.602500', '151258.062500', '151258.522500', '151258.982500', '151259.442500', '151259.902500', '151300.362500', '151300.822500', '151301.282500', '151301.742500', '151302.202500', '151302.662500', '151303.122500', '151303.582500', '151304.042500', '151304.502500', '151304.962500', '151305.422500', '151305.882500', '151306.342500', '151306.802500', '151307.262500', '151307.722500', '151308.182500', '151308.642500', '151309.102500', '151309.562500', '151310.022500', '151310.482500', '151310.942500', '151311.402500', '151311.862500', '151312.322500', '151312.782500', '151313.242500', '151313.702500', '151314.162500', '151314.622500', '151315.082500', '151315.542500', '151316.002500', '151316.462500', '151316.922500', '151317.382500', '151317.842500', '151318.302500'], 'ContentTime': ['150442.818000', '150442.822000', '150442.832000', '150442.835000', '150442.838000', '150442.841000', '150442.844000', '150442.846000', '150442.849000', '150442.852000', '150442.855000', '150442.884000', '150442.886000', '150442.889000', '150442.891000', '150442.894000', '150442.897000', '150442.899000', '150442.902000', '150442.904000', '150442.907000', '150442.910000', '150442.912000', '150442.915000', '150442.917000', '150442.920000', '150442.923000', '150442.925000', '150442.931000', '150442.934000', '150442.936000', '150442.939000', '150442.942000', '150442.945000', '150502.783000', '150502.794000', '150502.796000', '150502.799000', '150502.802000', '150502.804000', '150502.807000', '150502.810000', '150502.812000', '150502.815000', '150502.817000', '150502.820000', '150502.822000', '150502.825000', '150502.828000', '150502.830000', '150502.833000', '150502.835000', '150502.838000', '150502.840000', '150502.843000', '150502.846000', '150502.848000', '150502.851000', '150502.854000', '150502.856000', '150502.859000', '150502.861000', '150502.864000', '150502.866000', '150502.869000', '150502.872000', '150502.874000', '150502.877000', '150502.879000', '150502.882000', '150502.884000', '150502.887000', '150502.890000', '150502.892000', '150502.895000', '150502.897000', '150502.900000', '150502.902000', '150522.784000', '150522.786000', '150522.789000', '150522.792000', '150522.794000', '150522.797000', '150522.800000', '150522.802000', '150522.805000', '150522.807000', '150522.810000', '150522.812000', '150522.815000', '150522.818000', '150522.820000', '150522.823000', '150522.825000', '150522.828000', '150522.830000', '150522.833000', '150522.836000', '150522.839000', '150522.841000', '150522.844000', '150522.847000', '150522.850000', '150522.853000', '150522.857000', '150522.859000', '150522.862000', '150522.865000', '150522.867000', '150522.870000', '150522.872000', '150522.875000', '150522.878000', '150522.880000', '150522.883000', '150522.885000', '150522.888000', '150522.891000', '150522.893000', '150522.896000', '150542.783000', '150542.786000', '150542.789000', '150542.792000', '150542.794000', '150542.797000', '150542.799000', '150542.802000', '150542.805000', '150542.807000', '150542.810000', '150542.813000', '150542.815000', '150542.818000', '150542.821000', '150542.823000', '150542.826000', '150542.828000', '150542.831000', '150542.838000', '150542.840000', '150542.843000', '150542.846000', '150542.848000', '150542.851000', '150542.853000', '150542.856000', '150542.858000', '150542.861000', '150542.864000', '150542.866000', '150542.869000', '150542.871000', '150542.874000', '150542.877000', '150542.879000', '150542.882000', '150542.885000', '150542.887000', '150542.890000', '150542.892000', '150542.895000', '150542.898000', '150542.900000', '150602.784000', '150602.787000', '150602.789000', '150602.792000', '150602.795000', '150602.797000', '150602.800000', '150602.803000', '150602.805000', '150602.808000', '150602.810000', '150602.813000', '150602.815000', '150602.818000', '150602.821000', '150602.823000', '150602.826000', '150602.828000', '150602.831000', '150602.834000', '150602.836000', '150602.839000', '150602.842000', '150602.844000', '150602.847000', '150602.849000', '150602.852000', '150602.855000', '150602.857000', '150602.860000', '150602.862000', '150602.865000', '150602.868000', '150602.871000', '150602.873000', '150602.876000', '150602.879000', '150602.881000', '150602.884000', '150602.886000', '150602.889000', '150602.892000', '150602.894000', '150622.785000', '150622.787000', '150622.790000', '150622.793000', '150622.795000', '150622.798000', '150622.801000', '150622.803000', '150622.806000', '150622.809000', '150622.811000', '150622.814000', '150622.816000', '150622.819000', '150622.822000', '150622.824000', '150622.827000', '150622.829000', '150622.832000', '150622.835000', '150622.837000', '150622.840000', '150622.843000', '150622.845000', '150622.848000', '150622.851000', '150622.853000', '150622.856000', '150622.859000', '150622.861000', '150622.864000', '150622.866000', '150622.869000', '150622.872000', '150622.874000', '150622.877000', '150622.880000', '150622.882000', '150622.885000', '150622.887000', '150622.890000', '150622.893000', '150622.895000', '150622.898000', '150642.784000', '150642.787000', '150642.790000', '150642.793000', '150642.795000', '150642.798000', '150642.801000', '150642.803000', '150642.806000', '150642.808000', '150642.811000', '150642.814000', '150642.816000', '150642.819000', '150642.821000', '150642.824000', '150642.827000', '150642.829000', '150642.832000', '150642.834000', '150642.837000', '150642.840000', '150642.842000', '150642.845000', '150642.847000', '150642.850000', '150642.852000', '150642.855000', '150642.859000', '150642.862000', '150642.864000', '150642.867000', '150642.870000', '150642.872000', '150642.875000', '150642.878000', '150642.880000', '150642.883000', '150642.885000', '150642.888000', '150642.890000', '150642.894000', '150642.897000', '150702.784000', '150702.787000', '150702.789000', '150702.792000', '150702.795000', '150702.797000', '150702.800000', '150702.803000', '150702.805000', '150702.808000', '150702.811000', '150702.813000', '150702.816000', '150702.818000', '150702.821000', '150702.824000', '150702.826000', '150702.829000', '150702.832000', '150702.834000', '150702.837000', '150702.839000', '150702.842000', '150702.845000', '150702.847000', '150702.850000', '150702.853000', '150702.855000', '150702.858000', '150702.861000', '150702.863000', '150702.866000', '150702.868000', '150702.871000', '150702.874000', '150702.876000', '150702.879000', '150702.881000', '150702.884000', '150702.887000', '150702.889000', '150702.892000', '150702.894000', '150702.897000', '150722.783000', '150722.786000', '150722.789000', '150722.792000', '150722.794000', '150722.797000', '150722.800000', '150722.802000', '150722.805000', '150722.807000', '150722.810000', '150722.813000', '150722.815000', '150722.818000', '150722.824000', '150722.827000', '150722.829000', '150722.832000', '150722.835000', '150722.837000', '150722.840000', '150722.842000', '150722.845000', '150722.848000', '150722.850000', '150722.853000', '150722.856000', '150722.858000', '150722.861000', '150722.863000', '150722.866000', '150722.869000', '150722.871000', '150722.874000', '150722.876000', '150722.879000', '150722.882000', '150722.884000', '150722.887000', '150722.890000', '150722.892000', '150722.895000', '150722.898000', '150742.784000', '150742.786000', '150742.789000', '150742.792000', '150742.794000', '150742.797000', '150742.799000', '150742.802000', '150742.805000', '150742.807000', '150742.810000', '150742.812000', '150742.815000', '150742.818000', '150742.820000', '150742.823000', '150742.826000', '150742.828000', '150742.831000', '150742.833000', '150742.836000', '150742.839000', '150742.841000', '150742.844000', '150742.846000', '150742.849000', '150742.852000', '150742.854000', '150742.857000', '150742.860000', '150742.862000', '150742.865000', '150742.867000', '150742.870000', '150742.873000', '150742.875000', '150742.878000', '150742.880000', '150742.883000', '150742.885000', '150742.888000', '150742.891000', '150742.893000', '150742.896000', '150802.783000', '150802.786000', '150802.789000', '150802.792000', '150802.794000', '150802.797000', '150802.800000', '150802.802000', '150802.805000', '150802.807000', '150802.810000', '150802.813000', '150802.815000', '150802.818000', '150802.820000', '150802.823000', '150802.826000', '150802.828000', '150802.831000', '150802.833000', '150802.836000', '150802.839000', '150802.841000', '150802.844000', '150802.846000', '150802.849000', '150802.852000', '150802.860000', '150802.863000', '150802.865000', '150802.868000', '150802.870000', '150802.873000', '150802.876000', '150802.878000', '150802.881000', '150802.883000', '150802.886000', '150802.889000', '150802.891000', '150802.894000', '150802.897000', '150802.899000', '150822.784000', '150822.787000', '150822.789000', '150822.792000', '150822.795000', '150822.797000', '150822.800000', '150822.803000', '150822.805000', '150822.808000', '150822.811000', '150822.813000', '150822.816000', '150822.819000', '150822.821000', '150822.824000', '150822.827000', '150822.829000', '150822.832000', '150822.835000', '150822.837000', '150822.840000', '150822.843000', '150822.845000', '150822.848000', '150822.850000', '150822.853000', '150822.856000', '150822.858000', '150822.861000', '150822.864000', '150822.866000', '150822.869000', '150822.872000', '150822.874000', '150822.877000', '150822.879000', '150822.882000', '150822.885000', '150822.887000', '150822.890000', '150822.893000', '150822.895000', '150822.898000', '150842.785000', '150842.787000', '150842.790000', '150842.793000', '150842.795000', '150842.798000', '150842.801000', '150842.803000', '150842.806000', '150842.809000', '150842.811000', '150842.814000', '150842.816000', '150842.819000', '150842.822000', '150842.824000', '150842.827000', '150842.829000', '150842.832000', '150842.835000', '150842.837000', '150842.840000', '150842.843000', '150842.845000', '150842.848000', '150842.851000', '150842.853000', '150842.856000', '150842.858000', '150842.861000', '150842.864000', '150842.866000', '150842.869000', '150842.872000', '150842.874000', '150842.877000', '150842.880000', '150842.882000', '150842.885000', '150842.887000', '150842.890000', '150842.893000', '150842.895000', '150902.785000', '150902.788000', '150902.791000', '150902.793000', '150902.796000', '150902.799000', '150902.801000', '150902.804000', '150902.807000', '150902.809000', '150902.812000', '150902.830000', '150902.832000', '150902.835000', '150902.837000', '150902.840000', '150902.843000', '150902.845000', '150902.848000', '150902.850000', '150902.853000', '150902.856000', '150902.858000', '150902.861000', '150902.864000', '150902.866000', '150902.869000', '150902.872000', '150902.874000', '150902.877000', '150902.880000', '150902.882000', '150902.885000', '150902.888000', '150902.890000', '150902.893000', '150902.895000', '150902.898000', '150902.901000', '150902.903000', '150902.906000', '150902.909000', '150902.911000', '150902.914000', '150922.784000', '150922.786000', '150922.789000', '150922.792000', '150922.794000', '150922.797000', '150922.800000', '150922.802000', '150922.805000', '150922.807000', '150922.810000', '150922.813000', '150922.815000', '150922.819000', '150922.821000', '150922.824000', '150922.826000', '150922.829000', '150922.832000', '150922.834000', '150922.837000', '150922.839000', '150922.842000', '150922.845000', '150922.847000', '150922.850000', '150922.852000', '150922.855000', '150922.858000', '150922.860000', '150922.863000', '150922.865000', '150922.868000', '150922.871000', '150922.873000', '150922.876000', '150922.879000', '150922.881000', '150922.884000', '150922.887000', '150922.889000', '150922.892000', '150922.894000', '150942.784000', '150942.787000', '150942.789000', '150942.792000', '150942.795000', '150942.797000', '150942.800000', '150942.803000', '150942.805000', '150942.808000', '150942.811000', '150942.813000', '150942.816000', '150942.819000', '150942.821000', '150942.824000', '150942.826000', '150942.829000', '150942.832000', '150942.834000', '150942.837000', '150942.839000', '150942.842000', '150942.845000', '150942.847000', '150942.850000', '150942.853000', '150942.855000', '150942.858000', '150942.860000', '150942.863000', '150942.866000', '150942.868000', '150942.871000', '150942.875000', '150942.878000', '150942.881000', '150942.883000', '150942.886000', '150942.889000', '150942.891000', '150942.894000', '150942.897000', '150942.899000', '151002.784000', '151002.786000', '151002.789000', '151002.792000', '151002.794000', '151002.797000', '151002.800000', '151002.803000', '151002.805000', '151002.808000', '151002.810000', '151002.813000', '151002.816000', '151002.818000', '151002.821000', '151002.823000', '151002.826000', '151002.829000', '151002.831000', '151002.834000', '151002.837000', '151002.839000', '151002.842000', '151002.844000', '151002.847000', '151002.850000', '151002.852000', '151002.855000', '151002.857000', '151002.860000', '151002.862000', '151002.865000', '151002.868000', '151002.870000', '151002.873000', '151002.875000', '151002.878000', '151002.881000', '151002.883000', '151002.886000', '151002.889000', '151002.891000', '151002.894000', '151022.784000', '151022.787000', '151022.789000', '151022.792000', '151022.795000', '151022.797000', '151022.800000', '151022.803000', '151022.805000', '151022.808000', '151022.811000', '151022.813000', '151022.816000', '151022.819000', '151022.821000', '151022.824000', '151022.828000', '151022.830000', '151022.833000', '151022.836000', '151022.838000', '151022.870000', '151022.873000', '151022.876000', '151022.878000', '151022.881000', '151022.884000', '151022.886000', '151022.889000', '151022.892000', '151022.895000', '151022.897000', '151022.900000', '151022.903000', '151022.906000', '151022.908000', '151022.911000', '151022.913000', '151022.916000', '151022.919000', '151022.921000', '151022.924000', '151022.926000', '151022.929000', '151042.784000', '151042.787000', '151042.789000', '151042.792000', '151042.794000', '151042.797000', '151042.800000', '151042.802000', '151042.805000', '151042.808000', '151042.810000', '151042.813000', '151042.816000', '151042.818000', '151042.821000', '151042.823000', '151042.826000', '151042.829000', '151042.831000', '151042.834000', '151042.837000', '151042.839000', '151042.842000', '151042.845000', '151042.847000', '151042.850000', '151042.853000', '151042.855000', '151042.858000', '151042.860000', '151042.863000', '151042.866000', '151042.868000', '151042.871000', '151042.874000', '151042.876000', '151042.879000', '151042.882000', '151042.884000', '151042.887000', '151042.889000', '151042.892000', '151042.895000', '151102.785000', '151102.788000', '151102.790000', '151102.793000', '151102.796000', '151102.798000', '151102.801000', '151102.804000', '151102.807000', '151102.809000', '151102.812000', '151102.814000', '151102.817000', '151102.820000', '151102.822000', '151102.825000', '151102.828000', '151102.830000', '151102.833000', '151102.836000', '151102.838000', '151102.841000', '151102.844000', '151102.846000', '151102.849000', '151102.851000', '151102.854000', '151102.857000', '151102.859000', '151102.862000', '151102.864000', '151102.867000', '151102.870000', '151102.872000', '151102.875000', '151102.877000', '151102.880000', '151102.883000', '151102.886000', '151102.888000', '151102.891000', '151102.894000', '151102.896000', '151122.785000', '151122.788000', '151122.790000', '151122.793000', '151122.796000', '151122.799000', '151122.802000', '151122.804000', '151122.807000', '151122.810000', '151122.812000', '151122.815000', '151122.818000', '151122.820000', '151122.823000', '151122.826000', '151122.828000', '151122.831000', '151122.834000', '151122.837000', '151122.840000', '151122.843000', '151122.845000', '151122.848000', '151122.851000', '151122.853000', '151122.856000', '151122.859000', '151122.861000', '151122.864000', '151122.866000', '151122.869000', '151122.872000', '151122.874000', '151122.877000', '151122.880000', '151122.882000', '151122.885000', '151122.887000', '151122.890000', '151122.893000', '151122.895000', '151122.898000', '151122.901000', '151142.784000', '151142.787000', '151142.789000', '151142.792000', '151142.795000', '151142.798000', '151142.800000', '151142.803000', '151142.806000', '151142.808000', '151142.812000', '151142.814000', '151142.817000', '151142.820000', '151142.822000', '151142.825000', '151142.828000', '151142.830000', '151142.841000', '151142.844000', '151142.846000', '151142.849000', '151142.852000', '151142.854000', '151142.857000', '151142.859000', '151142.862000', '151142.865000', '151142.868000', '151142.870000', '151142.873000', '151142.875000', '151142.878000', '151142.881000', '151142.883000', '151142.886000', '151142.889000', '151142.891000', '151142.894000', '151142.896000', '151142.899000', '151142.902000', '151142.904000', '151202.784000', '151202.786000', '151202.789000', '151202.792000', '151202.794000', '151202.797000', '151202.800000', '151202.803000', '151202.805000', '151202.808000', '151202.811000', '151202.814000', '151202.816000', '151202.819000', '151202.821000', '151202.824000', '151202.827000', '151202.829000', '151202.832000', '151202.835000', '151202.837000', '151202.840000', '151202.843000', '151202.845000', '151202.848000', '151202.851000', '151202.853000', '151202.856000', '151202.859000', '151202.861000', '151202.864000', '151202.867000', '151202.870000', '151202.872000', '151202.875000', '151202.878000', '151202.880000', '151202.883000', '151202.886000', '151202.888000', '151202.891000', '151202.894000', '151202.896000', '151202.899000', '151222.784000', '151222.786000', '151222.789000', '151222.792000', '151222.795000', '151222.798000', '151222.800000', '151222.803000', '151222.805000', '151222.808000', '151222.811000', '151222.813000', '151222.816000', '151222.819000', '151222.821000', '151222.824000', '151222.827000', '151222.830000', '151222.833000', '151222.836000', '151222.838000', '151222.841000', '151222.843000', '151222.846000', '151222.849000', '151222.851000', '151222.854000', '151222.857000', '151222.859000', '151222.862000', '151222.865000', '151222.867000', '151222.870000', '151222.873000', '151222.875000', '151222.878000', '151222.881000', '151222.883000', '151222.886000', '151222.889000', '151222.892000', '151222.894000', '151222.897000', '151242.784000', '151242.787000', '151242.789000', '151242.792000', '151242.794000', '151242.797000', '151242.800000', '151242.802000', '151242.805000', '151242.808000', '151242.810000', '151242.813000', '151242.816000', '151242.818000', '151242.821000', '151242.823000', '151242.826000', '151242.829000', '151242.832000', '151242.834000', '151242.837000', '151242.839000', '151242.842000', '151242.845000', '151242.847000', '151242.850000', '151242.852000', '151242.855000', '151242.858000', '151242.861000', '151242.863000', '151242.866000', '151242.869000', '151242.871000', '151242.874000', '151242.876000', '151242.879000', '151242.882000', '151242.884000', '151242.887000', '151242.890000', '151242.892000', '151242.895000', '151242.897000', '151302.784000', '151302.787000', '151302.790000', '151302.792000', '151302.795000', '151302.798000', '151302.802000', '151302.805000', '151302.808000', '151302.810000', '151302.813000', '151302.815000', '151302.818000', '151302.821000', '151302.823000', '151302.826000', '151302.829000', '151302.831000', '151302.834000', '151302.837000', '151302.839000', '151302.842000', '151302.845000', '151302.847000', '151302.852000', '151302.854000', '151302.857000', '151302.860000', '151302.863000', '151302.880000', '151302.883000', '151302.885000', '151302.888000', '151302.891000', '151302.893000', '151302.896000', '151302.899000', '151302.901000', '151302.904000', '151302.907000', '151302.909000', '151302.912000', '151302.914000', '151319.355000', '151319.358000', '151319.361000', '151319.364000', '151319.366000', '151319.369000', '151319.371000', '151319.374000', '151319.377000', '151319.380000', '151319.382000', '151319.385000', '151319.388000', '151319.391000', '151319.394000', '151319.397000', '151319.400000', '151319.402000', '151319.405000', '151319.408000', '151319.412000', '151319.415000', '151319.418000', '151319.420000', '151319.423000', '151319.426000', '151319.429000', '151319.432000', '151319.435000', '151319.437000', '151319.440000', '151319.447000', '151319.450000', '151319.453000', '151319.455000', '151319.458000', '151319.461000'], 'InstanceCreationTime': ['150442.818000', '150442.822000', '150442.832000', '150442.835000', '150442.838000', '150442.841000', '150442.844000', '150442.846000', '150442.849000', '150442.852000', '150442.855000', '150442.884000', '150442.886000', '150442.889000', '150442.891000', '150442.894000', '150442.897000', '150442.899000', '150442.902000', '150442.904000', '150442.907000', '150442.910000', '150442.912000', '150442.915000', '150442.917000', '150442.920000', '150442.923000', '150442.925000', '150442.931000', '150442.934000', '150442.936000', '150442.939000', '150442.942000', '150442.945000', '150502.783000', '150502.794000', '150502.796000', '150502.799000', '150502.802000', '150502.804000', '150502.807000', '150502.810000', '150502.812000', '150502.815000', '150502.817000', '150502.820000', '150502.822000', '150502.825000', '150502.828000', '150502.830000', '150502.833000', '150502.835000', '150502.838000', '150502.840000', '150502.843000', '150502.846000', '150502.848000', '150502.851000', '150502.854000', '150502.856000', '150502.859000', '150502.861000', '150502.864000', '150502.866000', '150502.869000', '150502.872000', '150502.874000', '150502.877000', '150502.879000', '150502.882000', '150502.884000', '150502.887000', '150502.890000', '150502.892000', '150502.895000', '150502.897000', '150502.900000', '150502.902000', '150522.784000', '150522.786000', '150522.789000', '150522.792000', '150522.794000', '150522.797000', '150522.800000', '150522.802000', '150522.805000', '150522.807000', '150522.810000', '150522.812000', '150522.815000', '150522.818000', '150522.820000', '150522.823000', '150522.825000', '150522.828000', '150522.830000', '150522.833000', '150522.836000', '150522.839000', '150522.841000', '150522.844000', '150522.847000', '150522.850000', '150522.853000', '150522.857000', '150522.859000', '150522.862000', '150522.865000', '150522.867000', '150522.870000', '150522.872000', '150522.875000', '150522.878000', '150522.880000', '150522.883000', '150522.885000', '150522.888000', '150522.891000', '150522.893000', '150522.896000', '150542.783000', '150542.786000', '150542.789000', '150542.792000', '150542.794000', '150542.797000', '150542.799000', '150542.802000', '150542.805000', '150542.807000', '150542.810000', '150542.813000', '150542.815000', '150542.818000', '150542.821000', '150542.823000', '150542.826000', '150542.828000', '150542.831000', '150542.838000', '150542.840000', '150542.843000', '150542.846000', '150542.848000', '150542.851000', '150542.853000', '150542.856000', '150542.858000', '150542.861000', '150542.864000', '150542.866000', '150542.869000', '150542.871000', '150542.874000', '150542.877000', '150542.879000', '150542.882000', '150542.885000', '150542.887000', '150542.890000', '150542.892000', '150542.895000', '150542.898000', '150542.900000', '150602.784000', '150602.787000', '150602.789000', '150602.792000', '150602.795000', '150602.797000', '150602.800000', '150602.803000', '150602.805000', '150602.808000', '150602.810000', '150602.813000', '150602.815000', '150602.818000', '150602.821000', '150602.823000', '150602.826000', '150602.828000', '150602.831000', '150602.834000', '150602.836000', '150602.839000', '150602.842000', '150602.844000', '150602.847000', '150602.849000', '150602.852000', '150602.855000', '150602.857000', '150602.860000', '150602.862000', '150602.865000', '150602.868000', '150602.871000', '150602.873000', '150602.876000', '150602.879000', '150602.881000', '150602.884000', '150602.886000', '150602.889000', '150602.892000', '150602.894000', '150622.785000', '150622.787000', '150622.790000', '150622.793000', '150622.795000', '150622.798000', '150622.801000', '150622.803000', '150622.806000', '150622.809000', '150622.811000', '150622.814000', '150622.816000', '150622.819000', '150622.822000', '150622.824000', '150622.827000', '150622.829000', '150622.832000', '150622.835000', '150622.837000', '150622.840000', '150622.843000', '150622.845000', '150622.848000', '150622.851000', '150622.853000', '150622.856000', '150622.859000', '150622.861000', '150622.864000', '150622.866000', '150622.869000', '150622.872000', '150622.874000', '150622.877000', '150622.880000', '150622.882000', '150622.885000', '150622.887000', '150622.890000', '150622.893000', '150622.895000', '150622.898000', '150642.784000', '150642.787000', '150642.790000', '150642.793000', '150642.795000', '150642.798000', '150642.801000', '150642.803000', '150642.806000', '150642.808000', '150642.811000', '150642.814000', '150642.816000', '150642.819000', '150642.821000', '150642.824000', '150642.827000', '150642.829000', '150642.832000', '150642.834000', '150642.837000', '150642.840000', '150642.842000', '150642.845000', '150642.847000', '150642.850000', '150642.852000', '150642.855000', '150642.859000', '150642.862000', '150642.864000', '150642.867000', '150642.870000', '150642.872000', '150642.875000', '150642.878000', '150642.880000', '150642.883000', '150642.885000', '150642.888000', '150642.890000', '150642.894000', '150642.897000', '150702.784000', '150702.787000', '150702.789000', '150702.792000', '150702.795000', '150702.797000', '150702.800000', '150702.803000', '150702.805000', '150702.808000', '150702.811000', '150702.813000', '150702.816000', '150702.818000', '150702.821000', '150702.824000', '150702.826000', '150702.829000', '150702.832000', '150702.834000', '150702.837000', '150702.839000', '150702.842000', '150702.845000', '150702.847000', '150702.850000', '150702.853000', '150702.855000', '150702.858000', '150702.861000', '150702.863000', '150702.866000', '150702.868000', '150702.871000', '150702.874000', '150702.876000', '150702.879000', '150702.881000', '150702.884000', '150702.887000', '150702.889000', '150702.892000', '150702.894000', '150702.897000', '150722.783000', '150722.786000', '150722.789000', '150722.792000', '150722.794000', '150722.797000', '150722.800000', '150722.802000', '150722.805000', '150722.807000', '150722.810000', '150722.813000', '150722.815000', '150722.818000', '150722.824000', '150722.827000', '150722.829000', '150722.832000', '150722.835000', '150722.837000', '150722.840000', '150722.842000', '150722.845000', '150722.848000', '150722.850000', '150722.853000', '150722.856000', '150722.858000', '150722.861000', '150722.863000', '150722.866000', '150722.869000', '150722.871000', '150722.874000', '150722.876000', '150722.879000', '150722.882000', '150722.884000', '150722.887000', '150722.890000', '150722.892000', '150722.895000', '150722.898000', '150742.784000', '150742.786000', '150742.789000', '150742.792000', '150742.794000', '150742.797000', '150742.799000', '150742.802000', '150742.805000', '150742.807000', '150742.810000', '150742.812000', '150742.815000', '150742.818000', '150742.820000', '150742.823000', '150742.826000', '150742.828000', '150742.831000', '150742.833000', '150742.836000', '150742.839000', '150742.841000', '150742.844000', '150742.846000', '150742.849000', '150742.852000', '150742.854000', '150742.857000', '150742.860000', '150742.862000', '150742.865000', '150742.867000', '150742.870000', '150742.873000', '150742.875000', '150742.878000', '150742.880000', '150742.883000', '150742.885000', '150742.888000', '150742.891000', '150742.893000', '150742.896000', '150802.783000', '150802.786000', '150802.789000', '150802.792000', '150802.794000', '150802.797000', '150802.800000', '150802.802000', '150802.805000', '150802.807000', '150802.810000', '150802.813000', '150802.815000', '150802.818000', '150802.820000', '150802.823000', '150802.826000', '150802.828000', '150802.831000', '150802.833000', '150802.836000', '150802.839000', '150802.841000', '150802.844000', '150802.846000', '150802.849000', '150802.852000', '150802.860000', '150802.863000', '150802.865000', '150802.868000', '150802.870000', '150802.873000', '150802.876000', '150802.878000', '150802.881000', '150802.883000', '150802.886000', '150802.889000', '150802.891000', '150802.894000', '150802.897000', '150802.899000', '150822.784000', '150822.787000', '150822.789000', '150822.792000', '150822.795000', '150822.797000', '150822.800000', '150822.803000', '150822.805000', '150822.808000', '150822.811000', '150822.813000', '150822.816000', '150822.819000', '150822.821000', '150822.824000', '150822.827000', '150822.829000', '150822.832000', '150822.835000', '150822.837000', '150822.840000', '150822.843000', '150822.845000', '150822.848000', '150822.850000', '150822.853000', '150822.856000', '150822.858000', '150822.861000', '150822.864000', '150822.866000', '150822.869000', '150822.872000', '150822.874000', '150822.877000', '150822.879000', '150822.882000', '150822.885000', '150822.887000', '150822.890000', '150822.893000', '150822.895000', '150822.898000', '150842.785000', '150842.787000', '150842.790000', '150842.793000', '150842.795000', '150842.798000', '150842.801000', '150842.803000', '150842.806000', '150842.809000', '150842.811000', '150842.814000', '150842.816000', '150842.819000', '150842.822000', '150842.824000', '150842.827000', '150842.829000', '150842.832000', '150842.835000', '150842.837000', '150842.840000', '150842.843000', '150842.845000', '150842.848000', '150842.851000', '150842.853000', '150842.856000', '150842.858000', '150842.861000', '150842.864000', '150842.866000', '150842.869000', '150842.872000', '150842.874000', '150842.877000', '150842.880000', '150842.882000', '150842.885000', '150842.887000', '150842.890000', '150842.893000', '150842.895000', '150902.785000', '150902.788000', '150902.791000', '150902.793000', '150902.796000', '150902.799000', '150902.801000', '150902.804000', '150902.807000', '150902.809000', '150902.812000', '150902.830000', '150902.832000', '150902.835000', '150902.837000', '150902.840000', '150902.843000', '150902.845000', '150902.848000', '150902.850000', '150902.853000', '150902.856000', '150902.858000', '150902.861000', '150902.864000', '150902.866000', '150902.869000', '150902.872000', '150902.874000', '150902.877000', '150902.880000', '150902.882000', '150902.885000', '150902.888000', '150902.890000', '150902.893000', '150902.895000', '150902.898000', '150902.901000', '150902.903000', '150902.906000', '150902.909000', '150902.911000', '150902.914000', '150922.784000', '150922.786000', '150922.789000', '150922.792000', '150922.794000', '150922.797000', '150922.800000', '150922.802000', '150922.805000', '150922.807000', '150922.810000', '150922.813000', '150922.815000', '150922.819000', '150922.821000', '150922.824000', '150922.826000', '150922.829000', '150922.832000', '150922.834000', '150922.837000', '150922.839000', '150922.842000', '150922.845000', '150922.847000', '150922.850000', '150922.852000', '150922.855000', '150922.858000', '150922.860000', '150922.863000', '150922.865000', '150922.868000', '150922.871000', '150922.873000', '150922.876000', '150922.879000', '150922.881000', '150922.884000', '150922.887000', '150922.889000', '150922.892000', '150922.894000', '150942.784000', '150942.787000', '150942.789000', '150942.792000', '150942.795000', '150942.797000', '150942.800000', '150942.803000', '150942.805000', '150942.808000', '150942.811000', '150942.813000', '150942.816000', '150942.819000', '150942.821000', '150942.824000', '150942.826000', '150942.829000', '150942.832000', '150942.834000', '150942.837000', '150942.839000', '150942.842000', '150942.845000', '150942.847000', '150942.850000', '150942.853000', '150942.855000', '150942.858000', '150942.860000', '150942.863000', '150942.866000', '150942.868000', '150942.871000', '150942.875000', '150942.878000', '150942.881000', '150942.883000', '150942.886000', '150942.889000', '150942.891000', '150942.894000', '150942.897000', '150942.899000', '151002.784000', '151002.786000', '151002.789000', '151002.792000', '151002.794000', '151002.797000', '151002.800000', '151002.803000', '151002.805000', '151002.808000', '151002.810000', '151002.813000', '151002.816000', '151002.818000', '151002.821000', '151002.823000', '151002.826000', '151002.829000', '151002.831000', '151002.834000', '151002.837000', '151002.839000', '151002.842000', '151002.844000', '151002.847000', '151002.850000', '151002.852000', '151002.855000', '151002.857000', '151002.860000', '151002.862000', '151002.865000', '151002.868000', '151002.870000', '151002.873000', '151002.875000', '151002.878000', '151002.881000', '151002.883000', '151002.886000', '151002.889000', '151002.891000', '151002.894000', '151022.784000', '151022.787000', '151022.789000', '151022.792000', '151022.795000', '151022.797000', '151022.800000', '151022.803000', '151022.805000', '151022.808000', '151022.811000', '151022.813000', '151022.816000', '151022.819000', '151022.821000', '151022.824000', '151022.828000', '151022.830000', '151022.833000', '151022.836000', '151022.838000', '151022.870000', '151022.873000', '151022.876000', '151022.878000', '151022.881000', '151022.884000', '151022.886000', '151022.889000', '151022.892000', '151022.895000', '151022.897000', '151022.900000', '151022.903000', '151022.906000', '151022.908000', '151022.911000', '151022.913000', '151022.916000', '151022.919000', '151022.921000', '151022.924000', '151022.926000', '151022.929000', '151042.784000', '151042.787000', '151042.789000', '151042.792000', '151042.794000', '151042.797000', '151042.800000', '151042.802000', '151042.805000', '151042.808000', '151042.810000', '151042.813000', '151042.816000', '151042.818000', '151042.821000', '151042.823000', '151042.826000', '151042.829000', '151042.831000', '151042.834000', '151042.837000', '151042.839000', '151042.842000', '151042.845000', '151042.847000', '151042.850000', '151042.853000', '151042.855000', '151042.858000', '151042.860000', '151042.863000', '151042.866000', '151042.868000', '151042.871000', '151042.874000', '151042.876000', '151042.879000', '151042.882000', '151042.884000', '151042.887000', '151042.889000', '151042.892000', '151042.895000', '151102.785000', '151102.788000', '151102.790000', '151102.793000', '151102.796000', '151102.798000', '151102.801000', '151102.804000', '151102.807000', '151102.809000', '151102.812000', '151102.814000', '151102.817000', '151102.820000', '151102.822000', '151102.825000', '151102.828000', '151102.830000', '151102.833000', '151102.836000', '151102.838000', '151102.841000', '151102.844000', '151102.846000', '151102.849000', '151102.851000', '151102.854000', '151102.857000', '151102.859000', '151102.862000', '151102.864000', '151102.867000', '151102.870000', '151102.872000', '151102.875000', '151102.877000', '151102.880000', '151102.883000', '151102.886000', '151102.888000', '151102.891000', '151102.894000', '151102.896000', '151122.785000', '151122.788000', '151122.790000', '151122.793000', '151122.796000', '151122.799000', '151122.802000', '151122.804000', '151122.807000', '151122.810000', '151122.812000', '151122.815000', '151122.818000', '151122.820000', '151122.823000', '151122.826000', '151122.828000', '151122.831000', '151122.834000', '151122.837000', '151122.840000', '151122.843000', '151122.845000', '151122.848000', '151122.851000', '151122.853000', '151122.856000', '151122.859000', '151122.861000', '151122.864000', '151122.866000', '151122.869000', '151122.872000', '151122.874000', '151122.877000', '151122.880000', '151122.882000', '151122.885000', '151122.887000', '151122.890000', '151122.893000', '151122.895000', '151122.898000', '151122.901000', '151142.784000', '151142.787000', '151142.789000', '151142.792000', '151142.795000', '151142.798000', '151142.800000', '151142.803000', '151142.806000', '151142.808000', '151142.812000', '151142.814000', '151142.817000', '151142.820000', '151142.822000', '151142.825000', '151142.828000', '151142.830000', '151142.841000', '151142.844000', '151142.846000', '151142.849000', '151142.852000', '151142.854000', '151142.857000', '151142.859000', '151142.862000', '151142.865000', '151142.868000', '151142.870000', '151142.873000', '151142.875000', '151142.878000', '151142.881000', '151142.883000', '151142.886000', '151142.889000', '151142.891000', '151142.894000', '151142.896000', '151142.899000', '151142.902000', '151142.904000', '151202.784000', '151202.786000', '151202.789000', '151202.792000', '151202.794000', '151202.797000', '151202.800000', '151202.803000', '151202.805000', '151202.808000', '151202.811000', '151202.814000', '151202.816000', '151202.819000', '151202.821000', '151202.824000', '151202.827000', '151202.829000', '151202.832000', '151202.835000', '151202.837000', '151202.840000', '151202.843000', '151202.845000', '151202.848000', '151202.851000', '151202.853000', '151202.856000', '151202.859000', '151202.861000', '151202.864000', '151202.867000', '151202.870000', '151202.872000', '151202.875000', '151202.878000', '151202.880000', '151202.883000', '151202.886000', '151202.888000', '151202.891000', '151202.894000', '151202.896000', '151202.899000', '151222.784000', '151222.786000', '151222.789000', '151222.792000', '151222.795000', '151222.798000', '151222.800000', '151222.803000', '151222.805000', '151222.808000', '151222.811000', '151222.813000', '151222.816000', '151222.819000', '151222.821000', '151222.824000', '151222.827000', '151222.830000', '151222.833000', '151222.836000', '151222.838000', '151222.841000', '151222.843000', '151222.846000', '151222.849000', '151222.851000', '151222.854000', '151222.857000', '151222.859000', '151222.862000', '151222.865000', '151222.867000', '151222.870000', '151222.873000', '151222.875000', '151222.878000', '151222.881000', '151222.883000', '151222.886000', '151222.889000', '151222.892000', '151222.894000', '151222.897000', '151242.784000', '151242.787000', '151242.789000', '151242.792000', '151242.794000', '151242.797000', '151242.800000', '151242.802000', '151242.805000', '151242.808000', '151242.810000', '151242.813000', '151242.816000', '151242.818000', '151242.821000', '151242.823000', '151242.826000', '151242.829000', '151242.832000', '151242.834000', '151242.837000', '151242.839000', '151242.842000', '151242.845000', '151242.847000', '151242.850000', '151242.852000', '151242.855000', '151242.858000', '151242.861000', '151242.863000', '151242.866000', '151242.869000', '151242.871000', '151242.874000', '151242.876000', '151242.879000', '151242.882000', '151242.884000', '151242.887000', '151242.890000', '151242.892000', '151242.895000', '151242.897000', '151302.784000', '151302.787000', '151302.790000', '151302.792000', '151302.795000', '151302.798000', '151302.802000', '151302.805000', '151302.808000', '151302.810000', '151302.813000', '151302.815000', '151302.818000', '151302.821000', '151302.823000', '151302.826000', '151302.829000', '151302.831000', '151302.834000', '151302.837000', '151302.839000', '151302.842000', '151302.845000', '151302.847000', '151302.852000', '151302.854000', '151302.857000', '151302.860000', '151302.863000', '151302.880000', '151302.883000', '151302.885000', '151302.888000', '151302.891000', '151302.893000', '151302.896000', '151302.899000', '151302.901000', '151302.904000', '151302.907000', '151302.909000', '151302.912000', '151302.914000', '151319.355000', '151319.358000', '151319.361000', '151319.364000', '151319.366000', '151319.369000', '151319.371000', '151319.374000', '151319.377000', '151319.380000', '151319.382000', '151319.385000', '151319.388000', '151319.391000', '151319.394000', '151319.397000', '151319.400000', '151319.402000', '151319.405000', '151319.408000', '151319.412000', '151319.415000', '151319.418000', '151319.420000', '151319.423000', '151319.426000', '151319.429000', '151319.432000', '151319.435000', '151319.437000', '151319.440000', '151319.447000', '151319.450000', '151319.453000', '151319.455000', '151319.458000', '151319.461000'], '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, 1157, 1158], 'LargestImagePixelValue': [13480, 8442, 11580, 8159, 8167, 7994, 8557, 7634, 7721, 11879, 11766, 15092, 8150, 12711, 8369, 13108, 9668, 13571, 13456, 15336, 11765, 11231, 7888, 9402, 8720, 8235, 14557, 9722, 13278, 10040, 13482, 10623, 12892, 7946, 9437, 7740, 8839, 7718, 10331, 9450, 10357, 12963, 11736, 10129, 9078, 13485, 7759, 11628, 7867, 10988, 7700, 12585, 8986, 14932, 7870, 9163, 8284, 8039, 8064, 7909, 11510, 8147, 14415, 10501, 14034, 11114, 11644, 7985, 8443, 7950, 8311, 7758, 7961, 11431, 10619, 10532, 8932, 8166, 8131, 8212, 7772, 12005, 9078, 15550, 12219, 12381, 9303, 13014, 7986, 12368, 9466, 13441, 9674, 13502, 9848, 14558, 8039, 9470, 11670, 7940, 14098, 9622, 12694, 8020, 12243, 7785, 8769, 8063, 8024, 9792, 7976, 11625, 7943, 12257, 9577, 10728, 7769, 7913, 7973, 8070, 8415, 10780, 7920, 8144, 8070, 7999, 15251, 8927, 13912, 10964, 12815, 8015, 10408, 8102, 8500, 8424, 9504, 11778, 12610, 7998, 8711, 8181, 8392, 11303, 10365, 13901, 13228, 7820, 9620, 10149, 8464, 15818, 11805, 15601, 12568, 13585, 7821, 9964, 8006, 8668, 15844, 9498, 14437, 11470, 11412, 7879, 7937, 8038, 8166, 8841, 7887, 14621, 11338, 7939, 7972, 14018, 8396, 13367, 8479, 11722, 9263, 10617, 7899, 12269, 9635, 10088, 12610, 9687, 15770, 13169, 14140, 9647, 11532, 8311, 8966, 13245, 8018, 14212, 11755, 11591, 7974, 7897, 8194, 8170, 12611, 8098, 13600, 10081, 12066, 8024, 8347, 8014, 8366, 10041, 8516, 15581, 9902, 13957, 7883, 9629, 7882, 9019, 9066, 11217, 10592, 10524, 8201, 8335, 8649, 8098, 14450, 9535, 15029, 11815, 14571, 9320, 14004, 7981, 13298, 10236, 14658, 11634, 14921, 9540, 12361, 7773, 8977, 7986, 8083, 7868, 14760, 11553, 11234, 8214, 8077, 8045, 8155, 12659, 8571, 14143, 9813, 14532, 11781, 14974, 12639, 9477, 10276, 8362, 11195, 8140, 9925, 14952, 11944, 10207, 9540, 7835, 8715, 9365, 7948, 10788, 8370, 12444, 13323, 11546, 13989, 11682, 15131, 11025, 15501, 10851, 15570, 12363, 15166, 11714, 12944, 9952, 8675, 8412, 7675, 9614, 8036, 10810, 8159, 10112, 7846, 8326, 8505, 8321, 9997, 7939, 8225, 7716, 8278, 8645, 8137, 8484, 8641, 8138, 9253, 8042, 8161, 10516, 7639, 13669, 8182, 9576, 11209, 9923, 15732, 12252, 9801, 11385, 9106, 14616, 10569, 16104, 13600, 14512, 10629, 12255, 9870, 8877, 9973, 9082, 14492, 8279, 14099, 8919, 12794, 8240, 13945, 10670, 14960, 11736, 13230, 8494, 13044, 9099, 14043, 11152, 13860, 10620, 12576, 9587, 8258, 11652, 7936, 10924, 7911, 8934, 8172, 8354, 8075, 8142, 7883, 7891, 10496, 8169, 11716, 8887, 12836, 10087, 11156, 7961, 10211, 7905, 12204, 10480, 14827, 9449, 12503, 8199, 9291, 10874, 9348, 15017, 12410, 15957, 12389, 13813, 7966, 10922, 8236, 10261, 9453, 14087, 8215, 8660, 7932, 7972, 12689, 8057, 13924, 11324, 13635, 8757, 11442, 7927, 8583, 8138, 8696, 8078, 12802, 8253, 10745, 8155, 8313, 7966, 8542, 10512, 10394, 12988, 13131, 7957, 9278, 8054, 8334, 8121, 8147, 11155, 12275, 9071, 11834, 10751, 9456, 8718, 8710, 8833, 8771, 10459, 9517, 7848, 8153, 7880, 8087, 8101, 11193, 10329, 13690, 8386, 9530, 8047, 9498, 12058, 10257, 16560, 13123, 12350, 8175, 10830, 8210, 11836, 8768, 11787, 8539, 13854, 8343, 10605, 8133, 8085, 8214, 7978, 8136, 10170, 8324, 9458, 8167, 7987, 8210, 8897, 8209, 12099, 8497, 12692, 8061, 8637, 8006, 9814, 8242, 14212, 9658, 14311, 8097, 10430, 7904, 10700, 8537, 14518, 10275, 14808, 8124, 9662, 8113, 10018, 9517, 11503, 12112, 14000, 8097, 8928, 8149, 8571, 8013, 8586, 11455, 13847, 8097, 10067, 8064, 9061, 9918, 8238, 14403, 9288, 13569, 10970, 13805, 10426, 11585, 8197, 8252, 8142, 8786, 8247, 8949, 8182, 11139, 8152, 9470, 7967, 8562, 8087, 9348, 8250, 11161, 8247, 12948, 8005, 9304, 8095, 8470, 9659, 9084, 13993, 11667, 7767, 7948, 12549, 8042, 11759, 8036, 12898, 9555, 8548, 7747, 8827, 7947, 10815, 8050, 11775, 8155, 13617, 8011, 13259, 8945, 11868, 10285, 9740, 13141, 7889, 12563, 7878, 11042, 9158, 9375, 7688, 8074, 8039, 7856, 12538, 8117, 13339, 10368, 9379, 8181, 10334, 8295, 13294, 10716, 13871, 11706, 9774, 9238, 12204, 9028, 15601, 12581, 14839, 11646, 14253, 8311, 12852, 9099, 10828, 13612, 11681, 15341, 12055, 11217, 7961, 8374, 7843, 8156, 13754, 8821, 11668, 8116, 9115, 7951, 7652, 8002, 8529, 9718, 8544, 8458, 8393, 12389, 8248, 12097, 8973, 12563, 9202, 12381, 7979, 8724, 8816, 8705, 13341, 11486, 11883, 8440, 15128, 10118, 14450, 11581, 12665, 8444, 9380, 9643, 8339, 15740, 10549, 14095, 11605, 14414, 10595, 14228, 9900, 10666, 11699, 8457, 14874, 10615, 13700, 9622, 10218, 7887, 8651, 13080, 8193, 12158, 8392, 10870, 8575, 8463, 7822, 8363, 9611, 8092, 12807, 9744, 11951, 8352, 10853, 8315, 10121, 8359, 10919, 9124, 13504, 8587, 10417, 8384, 8303, 8388, 8430, 12124, 11140, 14852, 12896, 8912, 9913, 9081, 9042, 15059, 11449, 15755, 12858, 15361, 8275, 14556, 8789, 13476, 10129, 10174, 10224, 8487, 8942, 8405, 10421, 9416, 14213, 8558, 13405, 9002, 13472, 10342, 15308, 12767, 14615, 8959, 13791, 8552, 12899, 8928, 13672, 11146, 14419, 9331, 8089, 7989, 7725, 7872, 8038, 8474, 8408, 13803, 11601, 14886, 11699, 11028, 9155, 8558, 9942, 8491, 15258, 11463, 14217, 8248, 12636, 8268, 12103, 10405, 13801, 13550, 8354, 10157, 8471, 9059, 8561, 12922, 9633, 16025, 10023, 13737, 8418, 12839, 8644, 13134, 10690, 13181, 9024, 8902, 8621, 8232, 8559, 9005, 14051, 9334, 14770, 8517, 10114, 8425, 11046, 8556, 14351, 11364, 12707, 9253, 10332, 8257, 10799, 9151, 13322, 11907, 7950, 9777, 8678, 8442, 12160, 9183, 14271, 11976, 8384, 8434, 12395, 7852, 11115, 7516, 9680, 12680, 10269, 10327, 7703, 9569, 7770, 8535, 7671, 7915, 12986, 8468, 7919, 7614, 9318, 7603, 9768, 7755, 9565, 10241, 9181, 7796, 7587, 11010, 7819, 12140, 10252, 11773, 7886, 8849, 8794, 7708, 12651, 9819, 13844, 10739, 11396, 8093, 10121, 8370, 11323, 10479, 12669, 12991, 8462, 9561, 9288, 9210, 10196, 10714, 12910, 13677, 8512, 9929, 8064, 8536, 7769, 12581, 9997, 14262, 8318, 12205, 8233, 13283, 10830, 11734, 11359, 9647, 9258, 8869, 11736, 9262, 13741, 9342, 15635, 8264, 12571, 8283, 11431, 8519, 13539, 10428, 14730, 8894, 12355, 8147, 9628, 8325, 12300, 10564, 8507, 10024, 8301, 8918, 8318, 10320, 9220, 14762, 11835, 10643, 11079, 8026, 9122, 7526, 11124, 8096, 13337, 9822, 14079, 11200, 14781, 11618, 14672, 11376, 15125, 10626, 15373, 14644, 12663, 15141, 11638, 13460, 8491, 12438, 8264, 13047, 8356, 7898, 7722, 8034, 8137, 8404, 8916, 7941, 10480, 8007, 11174, 7929, 10631, 8033, 7855, 9544, 7924, 9450, 8174, 8292, 7797, 10758, 9129, 7977, 8261, 8677, 8257, 7958, 10772, 8612, 14181, 10970, 9368, 8877, 8256, 11969, 9022, 14874, 10323, 15478, 10384, 13838, 9072, 12732, 8848, 13144, 8797, 13514, 9442, 14307, 8464, 12143, 7912, 10344, 7960, 11103, 7925, 13157, 10676, 12410, 8020, 11030, 7783, 11825, 8034, 12705, 9571, 13076, 7928, 11181, 7826, 9429, 7798, 9808, 12737, 12625, 7481, 8786, 10269, 7716, 13167, 9823, 13260, 10710, 11802, 7946, 10414, 7812, 11913, 9210, 13906, 11008, 13481, 8219, 11586, 7969, 12627, 11051, 10807, 15882, 12983, 11790, 7815, 9455, 7914, 9689, 8003, 11427, 9756, 10586, 7933, 8884, 7894, 9919, 8353, 10535, 8478, 10744, 7827, 10606, 7928, 10491, 7872, 12106, 8780, 13777, 11357, 8048, 8474, 9335, 8059, 12595, 10407, 14934, 12985, 14838, 11454, 8299, 8428, 7842, 7865, 9411, 11695, 9400, 13108, 8051, 8997, 8009, 9320, 8066, 13068, 9673, 14133, 9829, 12811, 8173, 9497, 8382, 8117, 13795, 11317, 8207, 8658, 9228, 8288, 8572, 9125, 11780, 13839, 16418, 14658, 16382, 15271, 17387, 14492, 17241, 14212, 14541, 8650, 10844, 7949, 9892, 7495, 8940, 7585, 8127, 8884, 7892, 10776, 8036, 9839, 7802, 9346], 'WindowCenter': [4735.0, 4675.0, 4701.0, 4650.0, 4636.0, 4635.0, 4634.0, 4640.0, 4637.0, 4697.0, 4673.0, 4716.0, 4637.0, 4684.0, 4635.0, 4683.0, 4653.0, 4691.0, 4692.0, 4715.0, 4672.0, 4660.0, 4621.0, 4640.0, 4630.0, 4620.0, 4679.0, 4640.0, 4669.0, 4649.0, 4679.0, 4661.0, 4681.0, 4620.0, 4639.0, 4621.0, 4629.0, 4612.0, 4650.0, 4642.0, 4651.0, 4681.0, 4669.0, 4651.0, 4642.0, 4679.0, 4620.0, 4658.0, 4620.0, 4660.0, 4623.0, 4681.0, 4653.0, 4690.0, 4622.0, 4640.0, 4629.0, 4621.0, 4620.0, 4622.0, 4671.0, 4621.0, 4690.0, 4651.0, 4677.0, 4672.0, 4670.0, 4606.0, 4631.0, 4620.0, 4620.0, 4614.0, 4633.0, 4670.0, 4660.0, 4637.0, 4629.0, 4633.0, 4633.0, 4632.0, 4597.0, 4682.0, 4653.0, 4689.0, 4670.0, 4670.0, 4640.0, 4680.0, 4634.0, 4680.0, 4639.0, 4679.0, 4651.0, 4691.0, 4638.0, 4677.0, 4619.0, 4651.0, 4633.0, 4607.0, 4665.0, 4651.0, 4678.0, 4620.0, 4667.0, 4607.0, 4629.0, 4594.0, 4607.0, 4648.0, 4619.0, 4671.0, 4633.0, 4723.0, 4681.0, 4686.0, 4608.0, 4618.0, 4620.0, 4621.0, 4630.0, 4661.0, 4633.0, 4633.0, 4633.0, 4634.0, 4702.0, 4642.0, 4692.0, 4672.0, 4681.0, 4634.0, 4660.0, 4632.0, 4642.0, 4631.0, 4653.0, 4682.0, 4680.0, 4632.0, 4643.0, 4633.0, 4634.0, 4672.0, 4660.0, 4676.0, 4680.0, 4609.0, 4627.0, 4662.0, 4619.0, 4675.0, 4682.0, 4688.0, 4669.0, 4676.0, 4596.0, 4651.0, 4618.0, 4640.0, 4686.0, 4639.0, 4688.0, 4668.0, 4655.0, 4632.0, 4619.0, 4619.0, 4631.0, 4641.0, 4632.0, 4691.0, 4671.0, 4634.0, 4634.0, 4693.0, 4632.0, 4689.0, 4631.0, 4671.0, 4641.0, 4661.0, 4634.0, 4682.0, 4651.0, 4661.0, 4680.0, 4651.0, 4689.0, 4680.0, 4678.0, 4650.0, 4669.0, 4618.0, 4639.0, 4668.0, 4619.0, 4677.0, 4668.0, 4657.0, 4618.0, 4619.0, 4630.0, 4630.0, 4668.0, 4620.0, 4678.0, 4650.0, 4670.0, 4621.0, 4630.0, 4620.0, 4631.0, 4650.0, 4642.0, 4700.0, 4651.0, 4690.0, 4633.0, 4651.0, 4632.0, 4641.0, 4641.0, 4672.0, 4662.0, 4661.0, 4631.0, 4634.0, 4642.0, 4633.0, 4692.0, 4653.0, 4702.0, 4682.0, 4701.0, 4654.0, 4691.0, 4634.0, 4690.0, 4662.0, 4701.0, 4671.0, 4700.0, 4653.0, 4680.0, 4622.0, 4640.0, 4644.0, 4646.0, 4660.0, 4756.0, 4697.0, 4697.0, 4631.0, 4633.0, 4632.0, 4645.0, 4692.0, 4656.0, 4704.0, 4665.0, 4703.0, 4684.0, 4702.0, 4683.0, 4652.0, 4663.0, 4643.0, 4684.0, 4658.0, 4691.0, 4706.0, 4696.0, 4687.0, 4665.0, 4647.0, 4655.0, 4653.0, 4633.0, 4648.0, 4645.0, 4659.0, 4693.0, 4686.0, 4692.0, 4671.0, 4690.0, 4636.0, 4664.0, 4608.0, 4650.0, 4629.0, 4649.0, 4642.0, 4652.0, 4634.0, 4589.0, 4602.0, 4593.0, 4622.0, 4603.0, 4631.0, 4604.0, 4631.0, 4592.0, 4617.0, 4625.0, 4619.0, 4647.0, 4618.0, 4629.0, 4620.0, 4633.0, 4642.0, 4633.0, 4641.0, 4641.0, 4634.0, 4653.0, 4634.0, 4645.0, 4686.0, 4665.0, 4686.0, 4612.0, 4654.0, 4683.0, 4675.0, 4716.0, 4697.0, 4676.0, 4684.0, 4654.0, 4691.0, 4660.0, 4700.0, 4692.0, 4691.0, 4662.0, 4682.0, 4662.0, 4641.0, 4662.0, 4652.0, 4689.0, 4632.0, 4688.0, 4641.0, 4679.0, 4632.0, 4690.0, 4662.0, 4701.0, 4670.0, 4679.0, 4641.0, 4678.0, 4639.0, 4678.0, 4659.0, 4679.0, 4648.0, 4669.0, 4639.0, 4619.0, 4658.0, 4619.0, 4657.0, 4619.0, 4628.0, 4630.0, 4632.0, 4621.0, 4630.0, 4620.0, 4631.0, 4661.0, 4642.0, 4681.0, 4654.0, 4691.0, 4664.0, 4672.0, 4632.0, 4662.0, 4635.0, 4683.0, 4674.0, 4702.0, 4653.0, 4682.0, 4632.0, 4652.0, 4661.0, 4652.0, 4690.0, 4682.0, 4701.0, 4681.0, 4691.0, 4631.0, 4659.0, 4630.0, 4661.0, 4650.0, 4690.0, 4632.0, 4641.0, 4630.0, 4632.0, 4679.0, 4632.0, 4690.0, 4672.0, 4690.0, 4642.0, 4670.0, 4621.0, 4630.0, 4631.0, 4641.0, 4632.0, 4682.0, 4632.0, 4671.0, 4631.0, 4632.0, 4631.0, 4642.0, 4661.0, 4662.0, 4681.0, 4681.0, 4631.0, 4651.0, 4631.0, 4632.0, 4631.0, 4633.0, 4673.0, 4682.0, 4652.0, 4682.0, 4671.0, 4653.0, 4642.0, 4642.0, 4653.0, 4644.0, 4663.0, 4653.0, 4632.0, 4633.0, 4633.0, 4633.0, 4633.0, 4682.0, 4663.0, 4693.0, 4633.0, 4652.0, 4621.0, 4611.0, 4645.0, 4647.0, 4700.0, 4692.0, 4669.0, 4620.0, 4657.0, 4630.0, 4668.0, 4616.0, 4681.0, 4642.0, 4665.0, 4631.0, 4636.0, 4630.0, 4619.0, 4630.0, 4621.0, 4645.0, 4649.0, 4631.0, 4650.0, 4607.0, 4634.0, 4633.0, 4655.0, 4645.0, 4695.0, 4645.0, 4694.0, 4645.0, 4654.0, 4645.0, 4664.0, 4644.0, 4704.0, 4653.0, 4704.0, 4634.0, 4673.0, 4634.0, 4674.0, 4644.0, 4703.0, 4662.0, 4702.0, 4633.0, 4652.0, 4632.0, 4652.0, 4651.0, 4673.0, 4681.0, 4691.0, 4631.0, 4652.0, 4631.0, 4630.0, 4630.0, 4629.0, 4670.0, 4692.0, 4622.0, 4651.0, 4622.0, 4628.0, 4636.0, 4604.0, 4677.0, 4642.0, 4679.0, 4663.0, 4663.0, 4646.0, 4671.0, 4631.0, 4619.0, 4607.0, 4628.0, 4630.0, 4627.0, 4619.0, 4673.0, 4635.0, 4652.0, 4635.0, 4630.0, 4622.0, 4642.0, 4644.0, 4673.0, 4634.0, 4683.0, 4634.0, 4653.0, 4633.0, 4642.0, 4651.0, 4644.0, 4692.0, 4673.0, 4624.0, 4634.0, 4682.0, 4635.0, 4710.0, 4652.0, 4695.0, 4666.0, 4630.0, 4621.0, 4641.0, 4634.0, 4674.0, 4646.0, 4686.0, 4647.0, 4704.0, 4647.0, 4695.0, 4656.0, 4685.0, 4663.0, 4666.0, 4682.0, 4634.0, 4682.0, 4634.0, 4672.0, 4652.0, 4654.0, 4626.0, 4632.0, 4634.0, 4633.0, 4693.0, 4645.0, 4692.0, 4664.0, 4655.0, 4646.0, 4650.0, 4634.0, 4694.0, 4663.0, 4705.0, 4684.0, 4649.0, 4654.0, 4671.0, 4654.0, 4717.0, 4696.0, 4701.0, 4684.0, 4690.0, 4644.0, 4680.0, 4643.0, 4675.0, 4692.0, 4671.0, 4691.0, 4671.0, 4660.0, 4621.0, 4631.0, 4620.0, 4633.0, 4690.0, 4642.0, 4672.0, 4633.0, 4642.0, 4633.0, 4635.0, 4634.0, 4656.0, 4666.0, 4646.0, 4646.0, 4657.0, 4696.0, 4647.0, 4695.0, 4657.0, 4695.0, 4666.0, 4695.0, 4646.0, 4656.0, 4654.0, 4657.0, 4695.0, 4686.0, 4684.0, 4646.0, 4705.0, 4674.0, 4704.0, 4687.0, 4694.0, 4633.0, 4654.0, 4653.0, 4633.0, 4677.0, 4650.0, 4704.0, 4671.0, 4703.0, 4662.0, 4691.0, 4652.0, 4662.0, 4669.0, 4618.0, 4676.0, 4638.0, 4678.0, 4651.0, 4662.0, 4620.0, 4619.0, 4668.0, 4630.0, 4668.0, 4631.0, 4671.0, 4630.0, 4631.0, 4609.0, 4644.0, 4652.0, 4634.0, 4691.0, 4654.0, 4683.0, 4644.0, 4674.0, 4644.0, 4665.0, 4645.0, 4675.0, 4653.0, 4692.0, 4645.0, 4662.0, 4647.0, 4644.0, 4634.0, 4647.0, 4685.0, 4687.0, 4714.0, 4696.0, 4657.0, 4666.0, 4655.0, 4655.0, 4702.0, 4683.0, 4702.0, 4694.0, 4702.0, 4646.0, 4716.0, 4658.0, 4707.0, 4687.0, 4677.0, 4677.0, 4655.0, 4655.0, 4644.0, 4674.0, 4665.0, 4704.0, 4647.0, 4693.0, 4656.0, 4694.0, 4676.0, 4703.0, 4684.0, 4692.0, 4653.0, 4690.0, 4642.0, 4680.0, 4658.0, 4685.0, 4643.0, 4671.0, 4643.0, 4632.0, 4646.0, 4649.0, 4648.0, 4647.0, 4646.0, 4645.0, 4703.0, 4684.0, 4705.0, 4685.0, 4674.0, 4655.0, 4647.0, 4666.0, 4645.0, 4715.0, 4674.0, 4692.0, 4633.0, 4681.0, 4644.0, 4683.0, 4674.0, 4695.0, 4692.0, 4634.0, 4663.0, 4633.0, 4643.0, 4644.0, 4681.0, 4655.0, 4702.0, 4653.0, 4690.0, 4632.0, 4682.0, 4643.0, 4691.0, 4664.0, 4682.0, 4643.0, 4643.0, 4644.0, 4634.0, 4644.0, 4643.0, 4703.0, 4654.0, 4702.0, 4643.0, 4662.0, 4644.0, 4673.0, 4645.0, 4702.0, 4674.0, 4683.0, 4654.0, 4664.0, 4634.0, 4663.0, 4654.0, 4691.0, 4673.0, 4632.0, 4663.0, 4642.0, 4633.0, 4671.0, 4643.0, 4691.0, 4672.0, 4632.0, 4646.0, 4697.0, 4648.0, 4673.0, 4614.0, 4653.0, 4669.0, 4650.0, 4650.0, 4622.0, 4640.0, 4623.0, 4633.0, 4623.0, 4633.0, 4682.0, 4634.0, 4623.0, 4625.0, 4653.0, 4624.0, 4666.0, 4653.0, 4681.0, 4668.0, 4657.0, 4627.0, 4636.0, 4660.0, 4622.0, 4681.0, 4653.0, 4682.0, 4634.0, 4654.0, 4645.0, 4636.0, 4694.0, 4663.0, 4694.0, 4676.0, 4683.0, 4635.0, 4664.0, 4645.0, 4674.0, 4674.0, 4695.0, 4694.0, 4635.0, 4655.0, 4642.0, 4654.0, 4661.0, 4673.0, 4695.0, 4704.0, 4644.0, 4664.0, 4635.0, 4667.0, 4648.0, 4681.0, 4664.0, 4691.0, 4646.0, 4681.0, 4644.0, 4692.0, 4674.0, 4683.0, 4672.0, 4653.0, 4653.0, 4656.0, 4683.0, 4652.0, 4691.0, 4650.0, 4701.0, 4633.0, 4680.0, 4631.0, 4671.0, 4644.0, 4690.0, 4660.0, 4690.0, 4642.0, 4680.0, 4632.0, 4650.0, 4633.0, 4680.0, 4662.0, 4644.0, 4664.0, 4644.0, 4653.0, 4644.0, 4664.0, 4667.0, 4716.0, 4698.0, 4674.0, 4673.0, 4642.0, 4651.0, 4635.0, 4672.0, 4634.0, 4692.0, 4665.0, 4692.0, 4674.0, 4691.0, 4671.0, 4679.0, 4658.0, 4676.0, 4634.0, 4665.0, 4651.0, 4643.0, 4650.0, 4630.0, 4639.0, 4600.0, 4639.0, 4603.0, 4651.0, 4602.0, 4592.0, 4592.0, 4604.0, 4605.0, 4616.0, 4624.0, 4607.0, 4646.0, 4618.0, 4656.0, 4619.0, 4650.0, 4621.0, 4621.0, 4651.0, 4621.0, 4649.0, 4633.0, 4643.0, 4634.0, 4672.0, 4653.0, 4633.0, 4633.0, 4645.0, 4645.0, 4646.0, 4675.0, 4656.0, 4705.0, 4686.0, 4656.0, 4657.0, 4645.0, 4684.0, 4654.0, 4702.0, 4664.0, 4702.0, 4662.0, 4691.0, 4642.0, 4680.0, 4641.0, 4679.0, 4631.0, 4679.0, 4652.0, 4689.0, 4632.0, 4670.0, 4632.0, 4660.0, 4631.0, 4670.0, 4633.0, 4681.0, 4663.0, 4682.0, 4634.0, 4672.0, 4622.0, 4669.0, 4633.0, 4692.0, 4653.0, 4692.0, 4635.0, 4673.0, 4623.0, 4653.0, 4623.0, 4662.0, 4682.0, 4682.0, 4613.0, 4642.0, 4652.0, 4622.0, 4681.0, 4662.0, 4683.0, 4663.0, 4671.0, 4633.0, 4662.0, 4623.0, 4682.0, 4652.0, 4691.0, 4673.0, 4691.0, 4633.0, 4671.0, 4633.0, 4682.0, 4674.0, 4661.0, 4689.0, 4679.0, 4684.0, 4637.0, 4651.0, 4631.0, 4652.0, 4618.0, 4657.0, 4640.0, 4649.0, 4621.0, 4639.0, 4634.0, 4662.0, 4657.0, 4674.0, 4646.0, 4674.0, 4636.0, 4674.0, 4645.0, 4673.0, 4647.0, 4695.0, 4657.0, 4706.0, 4686.0, 4635.0, 4645.0, 4656.0, 4645.0, 4684.0, 4674.0, 4704.0, 4694.0, 4702.0, 4673.0, 4633.0, 4633.0, 4633.0, 4633.0, 4653.0, 4682.0, 4652.0, 4692.0, 4632.0, 4641.0, 4634.0, 4653.0, 4635.0, 4692.0, 4663.0, 4718.0, 4665.0, 4682.0, 4636.0, 4653.0, 4643.0, 4645.0, 4719.0, 4698.0, 4660.0, 4669.0, 4681.0, 4659.0, 4656.0, 4681.0, 4713.0, 4710.0, 4718.0, 4705.0, 4693.0, 4681.0, 4690.0, 4669.0, 4665.0, 4655.0, 4642.0, 4593.0, 4621.0, 4579.0, 4599.0, 4558.0, 4589.0, 4569.0, 4579.0, 4587.0, 4581.0, 4619.0, 4582.0, 4609.0, 4555.0, 4598.0], 'WindowWidth': [10322.0, 10238.0, 10262.0, 10192.0, 10163.0, 10161.0, 10155.0, 10177.0, 10166.0, 10249.0, 10208.0, 10273.0, 10166.0, 10226.0, 10159.0, 10223.0, 10180.0, 10232.0, 10232.0, 10270.0, 10204.0, 10185.0, 10132.0, 10158.0, 10143.0, 10132.0, 10209.0, 10159.0, 10195.0, 10169.0, 10210.0, 10189.0, 10213.0, 10130.0, 10156.0, 10134.0, 10143.0, 10122.0, 10172.0, 10163.0, 10174.0, 10214.0, 10197.0, 10172.0, 10162.0, 10210.0, 10132.0, 10180.0, 10133.0, 10185.0, 10140.0, 10216.0, 10184.0, 10228.0, 10139.0, 10160.0, 10144.0, 10134.0, 10133.0, 10137.0, 10200.0, 10134.0, 10226.0, 10173.0, 10202.0, 10208.0, 10200.0, 10103.0, 10149.0, 10131.0, 10133.0, 10126.0, 10154.0, 10199.0, 10188.0, 10148.0, 10142.0, 10154.0, 10155.0, 10152.0, 10093.0, 10219.0, 10185.0, 10224.0, 10201.0, 10199.0, 10157.0, 10212.0, 10157.0, 10216.0, 10154.0, 10212.0, 10175.0, 10233.0, 10148.0, 10203.0, 10127.0, 10175.0, 10132.0, 10107.0, 10181.0, 10175.0, 10209.0, 10133.0, 10192.0, 10108.0, 10141.0, 10081.0, 10108.0, 10168.0, 10130.0, 10204.0, 10154.0, 10301.0, 10236.0, 10234.0, 10111.0, 10125.0, 10130.0, 10135.0, 10146.0, 10191.0, 10156.0, 10157.0, 10155.0, 10159.0, 10247.0, 10167.0, 10234.0, 10208.0, 10217.0, 10158.0, 10190.0, 10152.0, 10166.0, 10151.0, 10182.0, 10221.0, 10217.0, 10153.0, 10169.0, 10155.0, 10157.0, 10207.0, 10188.0, 10201.0, 10217.0, 10114.0, 10133.0, 10194.0, 10127.0, 10197.0, 10220.0, 10222.0, 10195.0, 10202.0, 10092.0, 10173.0, 10127.0, 10161.0, 10212.0, 10154.0, 10222.0, 10195.0, 10170.0, 10152.0, 10130.0, 10130.0, 10151.0, 10162.0, 10153.0, 10232.0, 10205.0, 10158.0, 10160.0, 10234.0, 10153.0, 10225.0, 10151.0, 10204.0, 10163.0, 10190.0, 10159.0, 10222.0, 10178.0, 10191.0, 10213.0, 10176.0, 10225.0, 10213.0, 10209.0, 10173.0, 10197.0, 10127.0, 10156.0, 10192.0, 10129.0, 10206.0, 10192.0, 10179.0, 10128.0, 10129.0, 10144.0, 10145.0, 10194.0, 10134.0, 10209.0, 10172.0, 10199.0, 10135.0, 10148.0, 10134.0, 10151.0, 10175.0, 10167.0, 10242.0, 10177.0, 10227.0, 10154.0, 10177.0, 10153.0, 10164.0, 10165.0, 10208.0, 10193.0, 10192.0, 10150.0, 10157.0, 10167.0, 10155.0, 10233.0, 10183.0, 10249.0, 10222.0, 10244.0, 10185.0, 10231.0, 10159.0, 10229.0, 10192.0, 10245.0, 10205.0, 10243.0, 10181.0, 10215.0, 10139.0, 10161.0, 10176.0, 10183.0, 10210.0, 10359.0, 10250.0, 10251.0, 10149.0, 10156.0, 10155.0, 10177.0, 10236.0, 10197.0, 10258.0, 10204.0, 10251.0, 10226.0, 10250.0, 10223.0, 10181.0, 10199.0, 10170.0, 10229.0, 10205.0, 10252.0, 10257.0, 10246.0, 10238.0, 10204.0, 10183.0, 10190.0, 10182.0, 10156.0, 10163.0, 10177.0, 10178.0, 10238.0, 10234.0, 10235.0, 10201.0, 10227.0, 10141.0, 10182.0, 10089.0, 10152.0, 10121.0, 10151.0, 10145.0, 10158.0, 10138.0, 10066.0, 10094.0, 10079.0, 10118.0, 10096.0, 10131.0, 10098.0, 10132.0, 10075.0, 10120.0, 10131.0, 10127.0, 10163.0, 10127.0, 10143.0, 10132.0, 10154.0, 10165.0, 10155.0, 10164.0, 10164.0, 10158.0, 10182.0, 10160.0, 10176.0, 10233.0, 10222.0, 10219.0, 10115.0, 10185.0, 10226.0, 10219.0, 10275.0, 10251.0, 10220.0, 10229.0, 10185.0, 10232.0, 10186.0, 10241.0, 10231.0, 10230.0, 10192.0, 10218.0, 10192.0, 10164.0, 10194.0, 10182.0, 10228.0, 10153.0, 10224.0, 10163.0, 10213.0, 10152.0, 10227.0, 10194.0, 10244.0, 10203.0, 10212.0, 10164.0, 10208.0, 10158.0, 10209.0, 10182.0, 10209.0, 10167.0, 10197.0, 10155.0, 10129.0, 10179.0, 10128.0, 10176.0, 10129.0, 10142.0, 10146.0, 10151.0, 10135.0, 10149.0, 10134.0, 10151.0, 10189.0, 10167.0, 10217.0, 10186.0, 10233.0, 10199.0, 10206.0, 10156.0, 10194.0, 10162.0, 10224.0, 10213.0, 10248.0, 10182.0, 10220.0, 10152.0, 10180.0, 10189.0, 10178.0, 10228.0, 10219.0, 10244.0, 10217.0, 10229.0, 10149.0, 10185.0, 10146.0, 10189.0, 10174.0, 10229.0, 10152.0, 10164.0, 10148.0, 10151.0, 10212.0, 10152.0, 10228.0, 10206.0, 10227.0, 10165.0, 10200.0, 10137.0, 10148.0, 10150.0, 10165.0, 10152.0, 10220.0, 10152.0, 10205.0, 10151.0, 10154.0, 10149.0, 10167.0, 10191.0, 10194.0, 10217.0, 10219.0, 10150.0, 10178.0, 10149.0, 10153.0, 10150.0, 10156.0, 10208.0, 10222.0, 10179.0, 10222.0, 10205.0, 10184.0, 10166.0, 10167.0, 10182.0, 10171.0, 10195.0, 10181.0, 10153.0, 10156.0, 10157.0, 10158.0, 10158.0, 10224.0, 10195.0, 10236.0, 10154.0, 10180.0, 10137.0, 10100.0, 10153.0, 10162.0, 10242.0, 10235.0, 10196.0, 10130.0, 10179.0, 10145.0, 10196.0, 10118.0, 10218.0, 10167.0, 10182.0, 10148.0, 10145.0, 10147.0, 10129.0, 10144.0, 10132.0, 10177.0, 10169.0, 10150.0, 10173.0, 10105.0, 10159.0, 10155.0, 10191.0, 10178.0, 10243.0, 10175.0, 10240.0, 10177.0, 10187.0, 10176.0, 10201.0, 10174.0, 10253.0, 10182.0, 10253.0, 10159.0, 10211.0, 10160.0, 10212.0, 10172.0, 10252.0, 10193.0, 10249.0, 10155.0, 10181.0, 10152.0, 10180.0, 10176.0, 10208.0, 10215.0, 10232.0, 10149.0, 10179.0, 10151.0, 10146.0, 10147.0, 10140.0, 10197.0, 10234.0, 10138.0, 10174.0, 10137.0, 10137.0, 10145.0, 10097.0, 10202.0, 10164.0, 10210.0, 10191.0, 10174.0, 10159.0, 10201.0, 10148.0, 10127.0, 10108.0, 10139.0, 10143.0, 10135.0, 10129.0, 10209.0, 10161.0, 10181.0, 10162.0, 10144.0, 10136.0, 10165.0, 10173.0, 10210.0, 10158.0, 10223.0, 10158.0, 10183.0, 10156.0, 10168.0, 10176.0, 10169.0, 10233.0, 10207.0, 10141.0, 10156.0, 10220.0, 10162.0, 10275.0, 10196.0, 10243.0, 10203.0, 10141.0, 10135.0, 10162.0, 10159.0, 10212.0, 10179.0, 10231.0, 10181.0, 10255.0, 10180.0, 10244.0, 10193.0, 10231.0, 10197.0, 10202.0, 10221.0, 10156.0, 10218.0, 10157.0, 10208.0, 10180.0, 10183.0, 10148.0, 10152.0, 10158.0, 10152.0, 10236.0, 10175.0, 10233.0, 10198.0, 10186.0, 10180.0, 10171.0, 10156.0, 10239.0, 10193.0, 10257.0, 10225.0, 10168.0, 10182.0, 10202.0, 10185.0, 10276.0, 10245.0, 10247.0, 10224.0, 10227.0, 10171.0, 10213.0, 10168.0, 10213.0, 10234.0, 10204.0, 10229.0, 10201.0, 10184.0, 10133.0, 10148.0, 10132.0, 10154.0, 10228.0, 10166.0, 10204.0, 10156.0, 10167.0, 10157.0, 10161.0, 10158.0, 10191.0, 10203.0, 10177.0, 10179.0, 10197.0, 10247.0, 10180.0, 10242.0, 10195.0, 10244.0, 10204.0, 10242.0, 10177.0, 10191.0, 10187.0, 10195.0, 10243.0, 10232.0, 10226.0, 10178.0, 10257.0, 10213.0, 10255.0, 10233.0, 10239.0, 10152.0, 10186.0, 10181.0, 10154.0, 10200.0, 10169.0, 10255.0, 10202.0, 10249.0, 10191.0, 10228.0, 10176.0, 10193.0, 10195.0, 10124.0, 10200.0, 10147.0, 10206.0, 10175.0, 10191.0, 10129.0, 10126.0, 10193.0, 10143.0, 10193.0, 10149.0, 10203.0, 10145.0, 10147.0, 10113.0, 10172.0, 10177.0, 10156.0, 10231.0, 10184.0, 10223.0, 10173.0, 10211.0, 10173.0, 10200.0, 10175.0, 10215.0, 10182.0, 10232.0, 10174.0, 10189.0, 10182.0, 10170.0, 10156.0, 10181.0, 10230.0, 10237.0, 10272.0, 10245.0, 10193.0, 10205.0, 10189.0, 10188.0, 10250.0, 10224.0, 10249.0, 10239.0, 10247.0, 10179.0, 10275.0, 10198.0, 10266.0, 10238.0, 10225.0, 10223.0, 10189.0, 10188.0, 10173.0, 10214.0, 10203.0, 10252.0, 10179.0, 10238.0, 10191.0, 10239.0, 10218.0, 10253.0, 10224.0, 10232.0, 10181.0, 10228.0, 10165.0, 10214.0, 10198.0, 10217.0, 10155.0, 10186.0, 10164.0, 10153.0, 10182.0, 10189.0, 10186.0, 10181.0, 10179.0, 10176.0, 10252.0, 10228.0, 10255.0, 10228.0, 10213.0, 10189.0, 10178.0, 10203.0, 10175.0, 10271.0, 10210.0, 10232.0, 10155.0, 10217.0, 10170.0, 10222.0, 10212.0, 10241.0, 10235.0, 10156.0, 10195.0, 10153.0, 10167.0, 10168.0, 10219.0, 10184.0, 10245.0, 10180.0, 10227.0, 10150.0, 10221.0, 10167.0, 10229.0, 10197.0, 10219.0, 10168.0, 10167.0, 10170.0, 10156.0, 10170.0, 10168.0, 10251.0, 10183.0, 10248.0, 10169.0, 10194.0, 10170.0, 10208.0, 10175.0, 10248.0, 10212.0, 10222.0, 10185.0, 10196.0, 10156.0, 10194.0, 10183.0, 10231.0, 10209.0, 10152.0, 10193.0, 10164.0, 10154.0, 10203.0, 10167.0, 10228.0, 10205.0, 10150.0, 10179.0, 10248.0, 10183.0, 10208.0, 10128.0, 10178.0, 10195.0, 10171.0, 10168.0, 10136.0, 10157.0, 10138.0, 10154.0, 10138.0, 10152.0, 10216.0, 10155.0, 10139.0, 10146.0, 10181.0, 10145.0, 10205.0, 10200.0, 10231.0, 10207.0, 10191.0, 10151.0, 10163.0, 10186.0, 10135.0, 10217.0, 10178.0, 10219.0, 10157.0, 10185.0, 10175.0, 10165.0, 10241.0, 10198.0, 10238.0, 10218.0, 10223.0, 10161.0, 10199.0, 10174.0, 10211.0, 10213.0, 10240.0, 10238.0, 10158.0, 10185.0, 10165.0, 10184.0, 10188.0, 10209.0, 10240.0, 10254.0, 10168.0, 10199.0, 10161.0, 10211.0, 10187.0, 10219.0, 10198.0, 10231.0, 10178.0, 10219.0, 10171.0, 10235.0, 10214.0, 10222.0, 10208.0, 10182.0, 10182.0, 10192.0, 10224.0, 10179.0, 10231.0, 10174.0, 10244.0, 10152.0, 10213.0, 10150.0, 10202.0, 10174.0, 10227.0, 10186.0, 10227.0, 10165.0, 10213.0, 10153.0, 10173.0, 10155.0, 10215.0, 10194.0, 10173.0, 10201.0, 10172.0, 10185.0, 10172.0, 10198.0, 10211.0, 10276.0, 10255.0, 10213.0, 10209.0, 10169.0, 10180.0, 10160.0, 10208.0, 10160.0, 10236.0, 10201.0, 10236.0, 10212.0, 10232.0, 10203.0, 10210.0, 10177.0, 10200.0, 10136.0, 10181.0, 10157.0, 10146.0, 10152.0, 10125.0, 10134.0, 10085.0, 10138.0, 10092.0, 10153.0, 10091.0, 10077.0, 10080.0, 10096.0, 10101.0, 10116.0, 10129.0, 10110.0, 10159.0, 10125.0, 10175.0, 10129.0, 10169.0, 10134.0, 10133.0, 10175.0, 10134.0, 10171.0, 10155.0, 10169.0, 10158.0, 10206.0, 10181.0, 10157.0, 10156.0, 10173.0, 10173.0, 10178.0, 10216.0, 10193.0, 10257.0, 10234.0, 10192.0, 10194.0, 10175.0, 10227.0, 10184.0, 10250.0, 10197.0, 10248.0, 10193.0, 10229.0, 10164.0, 10213.0, 10162.0, 10211.0, 10147.0, 10212.0, 10178.0, 10226.0, 10151.0, 10200.0, 10152.0, 10187.0, 10149.0, 10200.0, 10155.0, 10217.0, 10196.0, 10219.0, 10158.0, 10207.0, 10141.0, 10198.0, 10155.0, 10233.0, 10183.0, 10233.0, 10161.0, 10210.0, 10143.0, 10183.0, 10141.0, 10195.0, 10220.0, 10219.0, 10127.0, 10165.0, 10177.0, 10139.0, 10216.0, 10192.0, 10220.0, 10195.0, 10204.0, 10157.0, 10193.0, 10143.0, 10220.0, 10181.0, 10233.0, 10208.0, 10229.0, 10154.0, 10204.0, 10156.0, 10221.0, 10209.0, 10190.0, 10224.0, 10210.0, 10228.0, 10168.0, 10175.0, 10150.0, 10178.0, 10123.0, 10175.0, 10157.0, 10168.0, 10134.0, 10157.0, 10157.0, 10193.0, 10196.0, 10212.0, 10177.0, 10213.0, 10164.0, 10214.0, 10175.0, 10209.0, 10179.0, 10243.0, 10195.0, 10259.0, 10231.0, 10163.0, 10177.0, 10190.0, 10175.0, 10224.0, 10210.0, 10255.0, 10240.0, 10248.0, 10209.0, 10155.0, 10155.0, 10154.0, 10156.0, 10182.0, 10222.0, 10179.0, 10233.0, 10152.0, 10163.0, 10155.0, 10182.0, 10162.0, 10234.0, 10196.0, 10280.0, 10200.0, 10215.0, 10156.0, 10176.0, 10168.0, 10176.0, 10285.0, 10256.0, 10207.0, 10222.0, 10238.0, 10205.0, 10193.0, 10233.0, 10279.0, 10268.0, 10279.0, 10255.0, 10234.0, 10215.0, 10226.0, 10192.0, 10183.0, 10162.0, 10140.0, 10076.0, 10111.0, 10050.0, 10077.0, 10020.0, 10064.0, 10037.0, 10052.0, 10058.0, 10056.0, 10107.0, 10059.0, 10092.0, 10010.0, 10078.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.01038961937716263</td></tr>
<tr><td colspan=3>aqi</td><td>0.024547190484429066</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.15319385116881</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3007382477489173</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1891320808225092</td></tr>
<tr><td colspan=3>efc</td><td>0.4611</td></tr>
<tr><td colspan=3>fber</td><td>5000.0742</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10524402745115684</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>83</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.179930795847751</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.565079687892908</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.604081392459316</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6928799357967392</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3982777354226688</td></tr>
<tr><td colspan=3>gcor</td><td>0.0169701</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.005247826687991619</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.014110997319221497</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.7906680652682936</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>25.9329</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>57.4444</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>197.2745</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305820.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>915.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>386.5171</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0194</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>602.6669</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3890.4016</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4179.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70724.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1170.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5071.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1102.4364</td></tr>
<tr><td colspan=3>tsnr</td><td>39.10320520680398</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>