<?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-0073_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-0073_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-0073_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-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0073/figures/sub-0073_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-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073/ses-02/func/sub-0073_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>742afc86167b893b93d73c67229557ba</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>20:01:44.875000</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.998608, 0.000750023, -0.0527306, 0.00923766, 0.981951, 0.188909]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0954583</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>[4137, -7824, -7281, 577, -101, -306, -135, 98]</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>237.56</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9ae7b597-e6f7-41bf-8784-4261c3835a65||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.6791934967041016, 0.024783972650766373, -0.14018560945987701, 114.8960189819336], [-0.002012257929891348, 2.634503126144409, 0.5106598734855652, -97.06008911132812], [-0.1414724439382553, -0.5068292021751404, 2.6475601196289062, -51.23948287963867], [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': ['200144.875000', '200145.335000', '200145.795000', '200146.255000', '200146.715000', '200147.175000', '200147.635000', '200148.095000', '200148.555000', '200149.015000', '200149.475000', '200149.935000', '200150.395000', '200150.855000', '200151.315000', '200151.775000', '200152.235000', '200152.695000', '200153.155000', '200153.615000', '200154.075000', '200154.535000', '200154.995000', '200155.455000', '200155.915000', '200156.375000', '200156.835000', '200157.295000', '200157.755000', '200158.215000', '200158.675000', '200159.135000', '200159.595000', '200200.055000', '200200.515000', '200200.975000', '200201.435000', '200201.895000', '200202.355000', '200202.815000', '200203.275000', '200203.735000', '200204.195000', '200204.655000', '200205.115000', '200205.575000', '200206.035000', '200206.495000', '200206.955000', '200207.415000', '200207.875000', '200208.335000', '200208.795000', '200209.255000', '200209.715000', '200210.175000', '200210.635000', '200211.095000', '200211.555000', '200212.015000', '200212.475000', '200212.935000', '200213.395000', '200213.855000', '200214.315000', '200214.775000', '200215.235000', '200215.695000', '200216.155000', '200216.615000', '200217.075000', '200217.535000', '200217.995000', '200218.455000', '200218.915000', '200219.375000', '200219.835000', '200220.295000', '200220.755000', '200221.215000', '200221.675000', '200222.135000', '200222.595000', '200223.055000', '200223.515000', '200223.975000', '200224.435000', '200224.895000', '200225.355000', '200225.815000', '200226.275000', '200226.735000', '200227.195000', '200227.655000', '200228.115000', '200228.575000', '200229.035000', '200229.495000', '200229.955000', '200230.415000', '200230.875000', '200231.335000', '200231.795000', '200232.255000', '200232.715000', '200233.175000', '200233.635000', '200234.095000', '200234.555000', '200235.015000', '200235.475000', '200235.935000', '200236.395000', '200236.855000', '200237.315000', '200237.775000', '200238.235000', '200238.695000', '200239.155000', '200239.615000', '200240.075000', '200240.535000', '200240.995000', '200241.455000', '200241.915000', '200242.375000', '200242.835000', '200243.295000', '200243.755000', '200244.215000', '200244.675000', '200245.135000', '200245.595000', '200246.055000', '200246.515000', '200246.975000', '200247.435000', '200247.895000', '200248.355000', '200248.815000', '200249.275000', '200249.735000', '200250.195000', '200250.655000', '200251.115000', '200251.575000', '200252.035000', '200252.495000', '200252.955000', '200253.415000', '200253.875000', '200254.335000', '200254.795000', '200255.255000', '200255.715000', '200256.175000', '200256.635000', '200257.095000', '200257.555000', '200258.015000', '200258.475000', '200258.935000', '200259.395000', '200259.855000', '200300.315000', '200300.775000', '200301.235000', '200301.695000', '200302.155000', '200302.615000', '200303.075000', '200303.535000', '200303.995000', '200304.455000', '200304.915000', '200305.375000', '200305.835000', '200306.295000', '200306.755000', '200307.215000', '200307.675000', '200308.135000', '200308.595000', '200309.055000', '200309.515000', '200309.975000', '200310.435000', '200310.895000', '200311.355000', '200311.815000', '200312.275000', '200312.735000', '200313.195000', '200313.655000', '200314.115000', '200314.575000', '200315.035000', '200315.495000', '200315.955000', '200316.415000', '200316.875000', '200317.335000', '200317.795000', '200318.255000', '200318.715000', '200319.175000', '200319.635000', '200320.095000', '200320.555000', '200321.015000', '200321.475000', '200321.935000', '200322.395000', '200322.855000', '200323.315000', '200323.775000', '200324.235000', '200324.695000', '200325.155000', '200325.615000', '200326.075000', '200326.535000', '200326.995000', '200327.455000', '200327.915000', '200328.375000', '200328.835000', '200329.295000', '200329.755000', '200330.215000', '200330.675000', '200331.135000', '200331.595000', '200332.055000', '200332.515000', '200332.975000', '200333.435000', '200333.895000', '200334.355000', '200334.815000', '200335.275000', '200335.735000', '200336.195000', '200336.655000', '200337.115000', '200337.575000', '200338.035000', '200338.495000', '200338.955000', '200339.415000', '200339.875000', '200340.335000', '200340.795000', '200341.255000', '200341.715000', '200342.175000', '200342.635000', '200343.095000', '200343.555000', '200344.015000', '200344.475000', '200344.935000', '200345.395000', '200345.855000', '200346.315000', '200346.775000', '200347.235000', '200347.695000', '200348.155000', '200348.615000', '200349.075000', '200349.535000', '200349.995000', '200350.455000', '200350.915000', '200351.375000', '200351.835000', '200352.295000', '200352.755000', '200353.215000', '200353.675000', '200354.135000', '200354.595000', '200355.055000', '200355.515000', '200355.975000', '200356.435000', '200356.895000', '200357.355000', '200357.815000', '200358.275000', '200358.735000', '200359.195000', '200359.655000', '200400.115000', '200400.575000', '200401.035000', '200401.495000', '200401.955000', '200402.415000', '200402.875000', '200403.335000', '200403.795000', '200404.255000', '200404.715000', '200405.175000', '200405.635000', '200406.095000', '200406.555000', '200407.015000', '200407.475000', '200407.935000', '200408.395000', '200408.855000', '200409.315000', '200409.775000', '200410.235000', '200410.695000', '200411.155000', '200411.615000', '200412.075000', '200412.535000', '200412.995000', '200413.455000', '200413.915000', '200414.375000', '200414.835000', '200415.295000', '200415.755000', '200416.215000', '200416.675000', '200417.135000', '200417.595000', '200418.055000', '200418.515000', '200418.975000', '200419.435000', '200419.895000', '200420.355000', '200420.815000', '200421.275000', '200421.735000', '200422.195000', '200422.655000', '200423.115000', '200423.575000', '200424.035000', '200424.495000', '200424.955000', '200425.415000', '200425.875000', '200426.335000', '200426.795000', '200427.255000', '200427.715000', '200428.175000', '200428.635000', '200429.095000', '200429.555000', '200430.015000', '200430.475000', '200430.935000', '200431.395000', '200431.855000', '200432.315000', '200432.775000', '200433.235000', '200433.695000', '200434.155000', '200434.615000', '200435.075000', '200435.535000', '200435.995000', '200436.455000', '200436.915000', '200437.375000', '200437.835000', '200438.295000', '200438.755000', '200439.215000', '200439.675000', '200440.135000', '200440.595000', '200441.055000', '200441.515000', '200441.975000', '200442.435000', '200442.895000', '200443.355000', '200443.815000', '200444.275000', '200444.735000', '200445.195000', '200445.655000', '200446.115000', '200446.575000', '200447.035000', '200447.495000', '200447.955000', '200448.415000', '200448.875000', '200449.335000', '200449.795000', '200450.255000', '200450.715000', '200451.175000', '200451.635000', '200452.095000', '200452.555000', '200453.015000', '200453.475000', '200453.935000', '200454.395000', '200454.855000', '200455.315000', '200455.775000', '200456.235000', '200456.695000', '200457.155000', '200457.615000', '200458.075000', '200458.535000', '200458.995000', '200459.455000', '200459.915000', '200500.375000', '200500.835000', '200501.295000', '200501.755000', '200502.215000', '200502.675000', '200503.135000', '200503.595000', '200504.055000', '200504.515000', '200504.975000', '200505.435000', '200505.895000', '200506.355000', '200506.815000', '200507.275000', '200507.735000', '200508.195000', '200508.655000', '200509.115000', '200509.575000', '200510.035000', '200510.495000', '200510.955000', '200511.415000', '200511.875000', '200512.335000', '200512.795000', '200513.255000', '200513.715000', '200514.175000', '200514.635000', '200515.095000', '200515.555000', '200516.015000', '200516.475000', '200516.935000', '200517.395000', '200517.855000', '200518.315000', '200518.775000', '200519.235000', '200519.695000', '200520.155000', '200520.615000', '200521.075000', '200521.535000', '200521.995000', '200522.455000', '200522.915000', '200523.375000', '200523.835000', '200524.295000', '200524.755000', '200525.215000', '200525.675000', '200526.135000', '200526.595000', '200527.055000', '200527.515000', '200527.975000', '200528.435000', '200528.895000', '200529.355000', '200529.815000', '200530.275000', '200530.735000', '200531.195000', '200531.655000', '200532.115000', '200532.575000', '200533.035000', '200533.495000', '200533.955000', '200534.415000', '200534.875000', '200535.335000', '200535.795000', '200536.255000', '200536.715000', '200537.175000', '200537.635000', '200538.095000', '200538.555000', '200539.015000', '200539.475000', '200539.935000', '200540.395000', '200540.855000', '200541.315000', '200541.775000', '200542.235000', '200542.695000', '200543.155000', '200543.615000', '200544.075000', '200544.535000', '200544.995000', '200545.455000', '200545.915000', '200546.375000', '200546.835000', '200547.295000', '200547.755000', '200548.215000', '200548.675000', '200549.135000', '200549.595000', '200550.055000', '200550.515000', '200550.975000', '200551.435000', '200551.895000', '200552.355000', '200552.815000', '200553.275000', '200553.735000', '200554.195000', '200554.655000', '200555.115000', '200555.575000', '200556.035000', '200556.495000', '200556.955000', '200557.415000', '200557.875000', '200558.335000', '200558.795000', '200559.255000', '200559.715000', '200600.175000', '200600.635000', '200601.095000', '200601.555000', '200602.015000', '200602.475000', '200602.935000', '200603.395000', '200603.855000', '200604.315000', '200604.775000', '200605.235000', '200605.695000', '200606.155000', '200606.615000', '200607.075000', '200607.535000', '200607.995000', '200608.455000', '200608.915000', '200609.375000', '200609.835000', '200610.295000', '200610.755000', '200611.215000', '200611.675000', '200612.135000', '200612.595000', '200613.055000', '200613.515000', '200613.975000', '200614.435000', '200614.895000', '200615.355000', '200615.815000', '200616.275000', '200616.735000', '200617.195000', '200617.655000', '200618.115000', '200618.575000', '200619.035000', '200619.495000', '200619.955000', '200620.415000', '200620.875000', '200621.335000', '200621.795000', '200622.255000', '200622.715000', '200623.175000', '200623.635000', '200624.095000', '200624.555000', '200625.015000', '200625.475000', '200625.935000', '200626.395000', '200626.855000', '200627.315000', '200627.775000', '200628.235000', '200628.695000', '200629.155000', '200629.615000', '200630.075000', '200630.535000', '200630.995000', '200631.455000', '200631.915000', '200632.375000', '200632.835000', '200633.295000', '200633.755000', '200634.215000', '200634.675000', '200635.135000', '200635.595000', '200636.055000', '200636.515000', '200636.975000', '200637.435000', '200637.895000', '200638.355000', '200638.815000', '200639.275000', '200639.735000', '200640.195000', '200640.655000', '200641.115000', '200641.575000', '200642.035000', '200642.495000', '200642.955000', '200643.415000', '200643.875000', '200644.335000', '200644.795000', '200645.255000', '200645.715000', '200646.175000', '200646.635000', '200647.095000', '200647.555000', '200648.015000', '200648.475000', '200648.935000', '200649.395000', '200649.855000', '200650.315000', '200650.775000', '200651.235000', '200651.695000', '200652.155000', '200652.615000', '200653.075000', '200653.535000', '200653.995000', '200654.455000', '200654.915000', '200655.375000', '200655.835000', '200656.295000', '200656.755000', '200657.215000', '200657.675000', '200658.135000', '200658.595000', '200659.055000', '200659.515000', '200659.975000', '200700.435000', '200700.895000', '200701.355000', '200701.815000', '200702.275000', '200702.735000', '200703.195000', '200703.655000', '200704.115000', '200704.575000', '200705.035000', '200705.495000', '200705.955000', '200706.415000', '200706.875000', '200707.335000', '200707.795000', '200708.255000', '200708.715000', '200709.175000', '200709.635000', '200710.095000', '200710.555000', '200711.015000', '200711.475000', '200711.935000', '200712.395000', '200712.855000', '200713.315000', '200713.775000', '200714.235000', '200714.695000', '200715.155000', '200715.615000', '200716.075000', '200716.535000', '200716.995000', '200717.455000', '200717.915000', '200718.375000', '200718.835000', '200719.295000', '200719.755000', '200720.215000', '200720.675000', '200721.135000', '200721.595000', '200722.055000', '200722.515000', '200722.975000', '200723.435000', '200723.895000', '200724.355000', '200724.815000', '200725.275000', '200725.735000', '200726.195000', '200726.655000', '200727.115000', '200727.575000', '200728.035000', '200728.495000', '200728.955000', '200729.415000', '200729.875000', '200730.335000', '200730.795000', '200731.255000', '200731.715000', '200732.175000', '200732.635000', '200733.095000', '200733.555000', '200734.015000', '200734.475000', '200734.935000', '200735.395000', '200735.855000', '200736.315000', '200736.775000', '200737.235000', '200737.695000', '200738.155000', '200738.615000', '200739.075000', '200739.535000', '200739.995000', '200740.455000', '200740.915000', '200741.375000', '200741.835000', '200742.295000', '200742.755000', '200743.215000', '200743.675000', '200744.135000', '200744.595000', '200745.055000', '200745.515000', '200745.975000', '200746.435000', '200746.895000', '200747.355000', '200747.815000', '200748.275000', '200748.735000', '200749.195000', '200749.655000', '200750.115000', '200750.575000', '200751.035000', '200751.495000', '200751.955000', '200752.415000', '200752.875000', '200753.335000', '200753.795000', '200754.255000', '200754.715000', '200755.175000', '200755.635000', '200756.095000', '200756.555000', '200757.015000', '200757.475000', '200757.935000', '200758.395000', '200758.855000', '200759.315000', '200759.775000', '200800.235000', '200800.695000', '200801.155000', '200801.615000', '200802.075000', '200802.535000', '200802.995000', '200803.455000', '200803.915000', '200804.375000', '200804.835000', '200805.295000', '200805.755000', '200806.215000', '200806.675000', '200807.135000', '200807.595000', '200808.055000', '200808.515000', '200808.975000', '200809.435000', '200809.895000', '200810.355000', '200810.815000', '200811.275000', '200811.735000', '200812.195000', '200812.655000', '200813.115000', '200813.575000', '200814.035000', '200814.495000', '200814.955000', '200815.415000', '200815.875000', '200816.335000', '200816.795000', '200817.255000', '200817.715000', '200818.175000', '200818.635000', '200819.095000', '200819.555000', '200820.015000', '200820.475000', '200820.935000', '200821.395000', '200821.855000', '200822.315000', '200822.775000', '200823.235000', '200823.695000', '200824.155000', '200824.615000', '200825.075000', '200825.535000', '200825.995000', '200826.455000', '200826.915000', '200827.375000', '200827.835000', '200828.295000', '200828.755000', '200829.215000', '200829.675000', '200830.135000', '200830.595000', '200831.055000', '200831.515000', '200831.975000', '200832.435000', '200832.895000', '200833.355000', '200833.815000', '200834.275000', '200834.735000', '200835.195000', '200835.655000', '200836.115000', '200836.575000', '200837.035000', '200837.495000', '200837.955000', '200838.415000', '200838.875000', '200839.335000', '200839.795000', '200840.255000', '200840.715000', '200841.175000', '200841.635000', '200842.095000', '200842.555000', '200843.015000', '200843.475000', '200843.935000', '200844.395000', '200844.855000', '200845.315000', '200845.775000', '200846.235000', '200846.695000', '200847.155000', '200847.615000', '200848.075000', '200848.535000', '200848.995000', '200849.455000', '200849.915000', '200850.375000', '200850.835000', '200851.295000', '200851.755000', '200852.215000', '200852.675000', '200853.135000', '200853.595000', '200854.055000', '200854.515000', '200854.975000', '200855.435000', '200855.895000', '200856.355000', '200856.815000', '200857.275000', '200857.735000', '200858.195000', '200858.655000', '200859.115000', '200859.575000', '200900.035000', '200900.495000', '200900.955000', '200901.415000', '200901.875000', '200902.335000', '200902.795000', '200903.255000', '200903.715000', '200904.175000', '200904.635000', '200905.095000', '200905.555000', '200906.015000', '200906.475000', '200906.935000', '200907.395000', '200907.855000', '200908.315000', '200908.775000', '200909.235000', '200909.695000', '200910.155000', '200910.615000', '200911.075000', '200911.535000', '200911.995000', '200912.455000', '200912.915000', '200913.375000', '200913.835000', '200914.295000', '200914.755000', '200915.215000', '200915.675000', '200916.135000', '200916.595000', '200917.055000', '200917.515000', '200917.975000', '200918.435000', '200918.895000', '200919.355000', '200919.815000', '200920.275000', '200920.735000', '200921.195000', '200921.655000', '200922.115000', '200922.575000', '200923.035000', '200923.495000', '200923.955000', '200924.415000', '200924.875000', '200925.335000', '200925.795000', '200926.255000', '200926.715000', '200927.175000', '200927.635000', '200928.095000', '200928.555000', '200929.015000', '200929.475000', '200929.935000', '200930.395000', '200930.855000', '200931.315000', '200931.775000', '200932.235000', '200932.695000', '200933.155000', '200933.615000', '200934.075000', '200934.535000', '200934.995000', '200935.455000', '200935.915000', '200936.375000', '200936.835000', '200937.295000', '200937.755000', '200938.215000', '200938.675000', '200939.135000', '200939.595000', '200940.055000', '200940.515000', '200940.975000', '200941.435000', '200941.895000', '200942.355000', '200942.815000', '200943.275000', '200943.735000', '200944.195000', '200944.655000', '200945.115000', '200945.575000', '200946.035000', '200946.495000', '200946.955000', '200947.415000', '200947.875000', '200948.335000', '200948.795000', '200949.255000', '200949.715000', '200950.175000', '200950.635000', '200951.095000', '200951.555000', '200952.015000', '200952.475000', '200952.935000', '200953.395000', '200953.855000', '200954.315000', '200954.775000', '200955.235000', '200955.695000', '200956.155000', '200956.615000', '200957.075000', '200957.535000', '200957.995000', '200958.455000', '200958.915000', '200959.375000', '200959.835000', '201000.295000', '201000.755000', '201001.215000', '201001.675000', '201002.135000', '201002.595000', '201003.055000', '201003.515000', '201003.975000', '201004.435000', '201004.895000', '201005.355000', '201005.815000', '201006.275000', '201006.735000', '201007.195000', '201007.655000', '201008.115000', '201008.575000', '201009.035000', '201009.495000', '201009.955000', '201010.415000', '201010.875000', '201011.335000', '201011.795000', '201012.255000', '201012.715000', '201013.175000', '201013.635000', '201014.095000', '201014.555000', '201015.015000', '201015.475000', '201015.935000', '201016.395000', '201016.855000', '201017.315000', '201017.775000', '201018.235000', '201018.695000', '201019.155000', '201019.615000', '201020.075000', '201020.535000', '201020.995000', '201021.455000', '201021.915000', '201022.375000', '201022.835000', '201023.295000', '201023.755000', '201024.215000', '201024.675000', '201025.135000', '201025.595000', '201026.055000', '201026.515000', '201026.975000', '201027.435000', '201027.895000', '201028.355000', '201028.815000', '201029.275000', '201029.735000', '201030.195000', '201030.655000', '201031.115000', '201031.575000', '201032.035000', '201032.495000', '201032.955000', '201033.415000', '201033.875000', '201034.335000', '201034.795000', '201035.255000', '201035.715000', '201036.175000', '201036.635000', '201037.095000'], 'ContentTime': ['200212.625000', '200212.628000', '200212.631000', '200212.634000', '200212.637000', '200212.640000', '200212.642000', '200212.645000', '200212.648000', '200212.650000', '200212.653000', '200212.656000', '200212.658000', '200212.661000', '200212.676000', '200212.679000', '200212.682000', '200212.685000', '200212.688000', '200212.690000', '200212.693000', '200212.696000', '200212.698000', '200212.702000', '200212.704000', '200212.707000', '200212.709000', '200212.733000', '200212.736000', '200212.739000', '200212.741000', '200212.744000', '200212.747000', '200212.750000', '200212.752000', '200212.755000', '200212.757000', '200212.760000', '200212.763000', '200212.766000', '200212.768000', '200212.771000', '200212.774000', '200212.776000', '200212.779000', '200212.781000', '200212.784000', '200212.787000', '200212.790000', '200212.792000', '200212.795000', '200212.804000', '200212.807000', '200212.810000', '200212.812000', '200212.815000', '200212.818000', '200212.820000', '200232.596000', '200232.599000', '200232.602000', '200232.604000', '200232.607000', '200232.609000', '200232.612000', '200232.615000', '200232.617000', '200232.620000', '200232.622000', '200232.625000', '200232.627000', '200232.630000', '200232.633000', '200232.635000', '200232.638000', '200232.640000', '200232.643000', '200232.646000', '200232.648000', '200232.651000', '200232.653000', '200232.656000', '200232.659000', '200232.661000', '200232.664000', '200232.667000', '200232.669000', '200232.672000', '200232.674000', '200232.677000', '200232.679000', '200232.682000', '200232.685000', '200232.687000', '200232.690000', '200232.692000', '200232.695000', '200232.698000', '200232.700000', '200232.703000', '200232.706000', '200232.708000', '200252.595000', '200252.598000', '200252.601000', '200252.604000', '200252.607000', '200252.609000', '200252.612000', '200252.615000', '200252.618000', '200252.620000', '200252.623000', '200252.626000', '200252.628000', '200252.631000', '200252.634000', '200252.636000', '200252.639000', '200252.642000', '200252.645000', '200252.648000', '200252.651000', '200252.654000', '200252.656000', '200252.659000', '200252.662000', '200252.664000', '200252.667000', '200252.670000', '200252.672000', '200252.675000', '200252.678000', '200252.680000', '200252.683000', '200252.685000', '200252.688000', '200252.691000', '200252.693000', '200252.696000', '200252.699000', '200252.701000', '200252.704000', '200252.707000', '200252.709000', '200312.595000', '200312.599000', '200312.601000', '200312.604000', '200312.606000', '200312.609000', '200312.619000', '200312.622000', '200312.624000', '200312.627000', '200312.630000', '200312.633000', '200312.635000', '200312.638000', '200312.641000', '200312.643000', '200312.646000', '200312.649000', '200312.651000', '200312.654000', '200312.657000', '200312.659000', '200312.662000', '200312.665000', '200312.667000', '200312.670000', '200312.673000', '200312.675000', '200312.678000', '200312.681000', '200312.683000', '200312.686000', '200312.689000', '200312.691000', '200312.694000', '200312.697000', '200312.699000', '200312.702000', '200312.705000', '200312.707000', '200312.710000', '200312.712000', '200312.715000', '200312.718000', '200332.595000', '200332.598000', '200332.601000', '200332.604000', '200332.607000', '200332.609000', '200332.612000', '200332.614000', '200332.617000', '200332.620000', '200332.622000', '200332.628000', '200332.631000', '200332.633000', '200332.636000', '200332.639000', '200332.641000', '200332.644000', '200332.646000', '200332.649000', '200332.652000', '200332.654000', '200332.657000', '200332.660000', '200332.662000', '200332.665000', '200332.667000', '200332.670000', '200332.673000', '200332.676000', '200332.679000', '200332.681000', '200332.684000', '200332.687000', '200332.689000', '200332.692000', '200332.694000', '200332.699000', '200332.701000', '200332.704000', '200332.706000', '200332.709000', '200332.712000', '200352.596000', '200352.599000', '200352.602000', '200352.605000', '200352.608000', '200352.610000', '200352.613000', '200352.615000', '200352.618000', '200352.621000', '200352.623000', '200352.626000', '200352.629000', '200352.631000', '200352.634000', '200352.636000', '200352.639000', '200352.642000', '200352.644000', '200352.647000', '200352.650000', '200352.652000', '200352.655000', '200352.657000', '200352.660000', '200352.663000', '200352.666000', '200352.668000', '200352.671000', '200352.674000', '200352.676000', '200352.679000', '200352.681000', '200352.684000', '200352.687000', '200352.689000', '200352.692000', '200352.695000', '200352.697000', '200352.700000', '200352.703000', '200352.705000', '200352.708000', '200352.710000', '200412.596000', '200412.599000', '200412.602000', '200412.605000', '200412.607000', '200412.610000', '200412.613000', '200412.615000', '200412.618000', '200412.621000', '200412.623000', '200412.626000', '200412.629000', '200412.631000', '200412.634000', '200412.636000', '200412.639000', '200412.642000', '200412.644000', '200412.647000', '200412.650000', '200412.652000', '200412.655000', '200412.658000', '200412.660000', '200412.663000', '200412.666000', '200412.668000', '200412.671000', '200412.674000', '200412.676000', '200412.679000', '200412.682000', '200412.684000', '200412.688000', '200412.691000', '200412.694000', '200412.698000', '200412.701000', '200412.703000', '200412.706000', '200412.709000', '200412.711000', '200432.595000', '200432.598000', '200432.601000', '200432.604000', '200432.606000', '200432.609000', '200432.612000', '200432.614000', '200432.617000', '200432.620000', '200432.622000', '200432.625000', '200432.628000', '200432.630000', '200432.633000', '200432.635000', '200432.638000', '200432.641000', '200432.643000', '200432.646000', '200432.649000', '200432.651000', '200432.654000', '200432.657000', '200432.659000', '200432.662000', '200432.665000', '200432.667000', '200432.670000', '200432.673000', '200432.675000', '200432.678000', '200432.680000', '200432.683000', '200432.686000', '200432.688000', '200432.691000', '200432.694000', '200432.696000', '200432.699000', '200432.702000', '200432.704000', '200432.707000', '200432.709000', '200452.596000', '200452.599000', '200452.601000', '200452.604000', '200452.607000', '200452.609000', '200452.612000', '200452.615000', '200452.617000', '200452.620000', '200452.623000', '200452.625000', '200452.628000', '200452.631000', '200452.633000', '200452.636000', '200452.638000', '200452.641000', '200452.644000', '200452.647000', '200452.649000', '200452.652000', '200452.655000', '200452.657000', '200452.660000', '200452.663000', '200452.665000', '200452.668000', '200452.671000', '200452.673000', '200452.676000', '200452.679000', '200452.681000', '200452.684000', '200452.687000', '200452.689000', '200452.692000', '200452.695000', '200452.698000', '200452.701000', '200452.703000', '200452.706000', '200452.708000', '200512.596000', '200512.598000', '200512.601000', '200512.604000', '200512.607000', '200512.609000', '200512.612000', '200512.615000', '200512.617000', '200512.620000', '200512.623000', '200512.625000', '200512.628000', '200512.630000', '200512.633000', '200512.636000', '200512.638000', '200512.641000', '200512.644000', '200512.646000', '200512.649000', '200512.652000', '200512.654000', '200512.657000', '200512.660000', '200512.662000', '200512.665000', '200512.668000', '200512.670000', '200512.673000', '200512.676000', '200512.678000', '200512.681000', '200512.683000', '200512.686000', '200512.696000', '200512.699000', '200512.701000', '200512.712000', '200512.714000', '200512.717000', '200512.719000', '200512.722000', '200512.725000', '200532.596000', '200532.599000', '200532.601000', '200532.604000', '200532.607000', '200532.610000', '200532.612000', '200532.615000', '200532.618000', '200532.620000', '200532.623000', '200532.625000', '200532.628000', '200532.631000', '200532.633000', '200532.636000', '200532.639000', '200532.641000', '200532.644000', '200532.647000', '200532.649000', '200532.652000', '200532.655000', '200532.657000', '200532.660000', '200532.662000', '200532.665000', '200532.668000', '200532.670000', '200532.673000', '200532.676000', '200532.678000', '200532.681000', '200532.684000', '200532.686000', '200532.689000', '200532.692000', '200532.694000', '200532.697000', '200532.700000', '200532.702000', '200532.705000', '200532.707000', '200552.596000', '200552.599000', '200552.601000', '200552.604000', '200552.607000', '200552.609000', '200552.612000', '200552.614000', '200552.617000', '200552.620000', '200552.622000', '200552.625000', '200552.628000', '200552.630000', '200552.633000', '200552.636000', '200552.638000', '200552.641000', '200552.644000', '200552.653000', '200552.655000', '200552.658000', '200552.661000', '200552.663000', '200552.666000', '200552.669000', '200552.671000', '200552.674000', '200552.677000', '200552.679000', '200552.682000', '200552.693000', '200552.696000', '200552.699000', '200552.701000', '200552.704000', '200552.706000', '200552.709000', '200552.712000', '200552.714000', '200552.717000', '200552.720000', '200552.722000', '200552.725000', '200612.596000', '200612.599000', '200612.602000', '200612.605000', '200612.607000', '200612.610000', '200612.613000', '200612.615000', '200612.618000', '200612.621000', '200612.623000', '200612.626000', '200612.628000', '200612.631000', '200612.634000', '200612.636000', '200612.639000', '200612.642000', '200612.644000', '200612.647000', '200612.650000', '200612.652000', '200612.655000', '200612.657000', '200612.660000', '200612.663000', '200612.665000', '200612.668000', '200612.670000', '200612.673000', '200612.676000', '200612.678000', '200612.681000', '200612.684000', '200612.686000', '200612.689000', '200612.692000', '200612.694000', '200612.697000', '200612.699000', '200612.702000', '200612.705000', '200612.707000', '200632.596000', '200632.599000', '200632.601000', '200632.604000', '200632.607000', '200632.609000', '200632.612000', '200632.614000', '200632.617000', '200632.620000', '200632.622000', '200632.625000', '200632.628000', '200632.630000', '200632.633000', '200632.636000', '200632.638000', '200632.641000', '200632.644000', '200632.646000', '200632.649000', '200632.651000', '200632.654000', '200632.657000', '200632.659000', '200632.662000', '200632.664000', '200632.667000', '200632.670000', '200632.672000', '200632.675000', '200632.678000', '200632.680000', '200632.683000', '200632.686000', '200632.688000', '200632.691000', '200632.693000', '200632.696000', '200632.699000', '200632.701000', '200632.704000', '200632.706000', '200632.709000', '200652.595000', '200652.598000', '200652.601000', '200652.604000', '200652.607000', '200652.609000', '200652.612000', '200652.615000', '200652.617000', '200652.620000', '200652.622000', '200652.625000', '200652.628000', '200652.630000', '200652.633000', '200652.636000', '200652.638000', '200652.641000', '200652.644000', '200652.646000', '200652.649000', '200652.652000', '200652.654000', '200652.657000', '200652.660000', '200652.662000', '200652.665000', '200652.668000', '200652.670000', '200652.673000', '200652.676000', '200652.678000', '200652.681000', '200652.683000', '200652.686000', '200652.689000', '200652.691000', '200652.694000', '200652.697000', '200652.699000', '200652.702000', '200652.704000', '200652.707000', '200712.596000', '200712.599000', '200712.601000', '200712.604000', '200712.607000', '200712.611000', '200712.614000', '200712.617000', '200712.619000', '200712.622000', '200712.625000', '200712.627000', '200712.630000', '200712.633000', '200712.635000', '200712.638000', '200712.641000', '200712.643000', '200712.646000', '200712.649000', '200712.651000', '200712.654000', '200712.656000', '200712.659000', '200712.662000', '200712.664000', '200712.667000', '200712.670000', '200712.672000', '200712.675000', '200712.677000', '200712.680000', '200712.683000', '200712.685000', '200712.688000', '200712.691000', '200712.693000', '200712.696000', '200712.698000', '200712.701000', '200712.704000', '200712.706000', '200712.720000', '200712.723000', '200732.596000', '200732.599000', '200732.601000', '200732.604000', '200732.606000', '200732.609000', '200732.612000', '200732.614000', '200732.617000', '200732.620000', '200732.622000', '200732.625000', '200732.628000', '200732.630000', '200732.633000', '200732.635000', '200732.638000', '200732.641000', '200732.643000', '200732.646000', '200732.649000', '200732.651000', '200732.654000', '200732.656000', '200732.659000', '200732.662000', '200732.664000', '200732.667000', '200732.670000', '200732.672000', '200732.675000', '200732.677000', '200732.680000', '200732.683000', '200732.685000', '200732.688000', '200732.691000', '200732.693000', '200732.696000', '200732.698000', '200732.701000', '200732.704000', '200732.706000', '200752.595000', '200752.598000', '200752.601000', '200752.604000', '200752.607000', '200752.609000', '200752.612000', '200752.614000', '200752.617000', '200752.620000', '200752.623000', '200752.626000', '200752.628000', '200752.631000', '200752.634000', '200752.637000', '200752.639000', '200752.642000', '200752.645000', '200752.647000', '200752.650000', '200752.652000', '200752.655000', '200752.658000', '200752.660000', '200752.663000', '200752.666000', '200752.668000', '200752.671000', '200752.673000', '200752.676000', '200752.679000', '200752.681000', '200752.684000', '200752.687000', '200752.689000', '200752.692000', '200752.694000', '200752.697000', '200752.700000', '200752.702000', '200752.705000', '200752.708000', '200752.710000', '200812.596000', '200812.599000', '200812.601000', '200812.604000', '200812.607000', '200812.609000', '200812.612000', '200812.614000', '200812.617000', '200812.620000', '200812.623000', '200812.625000', '200812.628000', '200812.631000', '200812.633000', '200812.636000', '200812.638000', '200812.641000', '200812.644000', '200812.646000', '200812.649000', '200812.652000', '200812.654000', '200812.657000', '200812.659000', '200812.662000', '200812.665000', '200812.667000', '200812.670000', '200812.673000', '200812.675000', '200812.678000', '200812.681000', '200812.683000', '200812.686000', '200812.688000', '200812.691000', '200812.694000', '200812.696000', '200812.699000', '200812.702000', '200812.704000', '200812.707000', '200832.597000', '200832.600000', '200832.602000', '200832.605000', '200832.607000', '200832.610000', '200832.613000', '200832.615000', '200832.618000', '200832.621000', '200832.623000', '200832.626000', '200832.629000', '200832.631000', '200832.634000', '200832.637000', '200832.639000', '200832.642000', '200832.644000', '200832.647000', '200832.650000', '200832.652000', '200832.655000', '200832.658000', '200832.660000', '200832.663000', '200832.666000', '200832.668000', '200832.671000', '200832.673000', '200832.676000', '200832.679000', '200832.681000', '200832.684000', '200832.687000', '200832.689000', '200832.692000', '200832.694000', '200832.697000', '200832.700000', '200832.702000', '200832.705000', '200832.708000', '200832.710000', '200852.595000', '200852.598000', '200852.601000', '200852.604000', '200852.607000', '200852.609000', '200852.612000', '200852.614000', '200852.617000', '200852.620000', '200852.622000', '200852.625000', '200852.628000', '200852.630000', '200852.633000', '200852.636000', '200852.638000', '200852.641000', '200852.644000', '200852.646000', '200852.649000', '200852.652000', '200852.654000', '200852.657000', '200852.660000', '200852.662000', '200852.665000', '200852.668000', '200852.670000', '200852.673000', '200852.675000', '200852.678000', '200852.681000', '200852.683000', '200852.686000', '200852.689000', '200852.691000', '200852.694000', '200852.697000', '200852.699000', '200852.702000', '200852.705000', '200852.707000', '200912.596000', '200912.598000', '200912.601000', '200912.604000', '200912.608000', '200912.611000', '200912.613000', '200912.616000', '200912.619000', '200912.621000', '200912.624000', '200912.627000', '200912.630000', '200912.632000', '200912.635000', '200912.638000', '200912.640000', '200912.643000', '200912.646000', '200912.648000', '200912.651000', '200912.654000', '200912.656000', '200912.659000', '200912.662000', '200912.665000', '200912.668000', '200912.670000', '200912.676000', '200912.678000', '200912.681000', '200912.684000', '200912.686000', '200912.689000', '200912.691000', '200912.694000', '200912.697000', '200912.699000', '200912.702000', '200912.705000', '200912.707000', '200912.710000', '200912.713000', '200932.600000', '200932.603000', '200932.606000', '200932.609000', '200932.611000', '200932.614000', '200932.616000', '200932.619000', '200932.622000', '200932.625000', '200932.627000', '200932.630000', '200932.632000', '200932.635000', '200932.638000', '200932.640000', '200932.643000', '200932.646000', '200932.648000', '200932.651000', '200932.654000', '200932.656000', '200932.659000', '200932.662000', '200932.664000', '200932.667000', '200932.669000', '200932.672000', '200932.675000', '200932.677000', '200932.680000', '200932.683000', '200932.685000', '200932.688000', '200932.691000', '200932.694000', '200932.696000', '200932.699000', '200932.702000', '200932.704000', '200932.707000', '200932.710000', '200932.712000', '200932.715000', '200952.596000', '200952.599000', '200952.602000', '200952.605000', '200952.608000', '200952.611000', '200952.614000', '200952.616000', '200952.619000', '200952.622000', '200952.624000', '200952.627000', '200952.630000', '200952.632000', '200952.635000', '200952.638000', '200952.640000', '200952.643000', '200952.646000', '200952.648000', '200952.651000', '200952.654000', '200952.656000', '200952.659000', '200952.662000', '200952.664000', '200952.667000', '200952.669000', '200952.672000', '200952.675000', '200952.683000', '200952.686000', '200952.689000', '200952.691000', '200952.694000', '200952.697000', '200952.699000', '200952.702000', '200952.705000', '200952.707000', '200952.710000', '200952.712000', '200952.715000', '201012.596000', '201012.598000', '201012.601000', '201012.604000', '201012.606000', '201012.609000', '201012.624000', '201012.626000', '201012.629000', '201012.632000', '201012.635000', '201012.637000', '201012.640000', '201012.643000', '201012.645000', '201012.648000', '201012.651000', '201012.653000', '201012.656000', '201012.659000', '201012.661000', '201012.664000', '201012.666000', '201012.669000', '201012.672000', '201012.674000', '201012.677000', '201012.680000', '201012.682000', '201012.685000', '201012.688000', '201012.690000', '201012.693000', '201012.695000', '201012.698000', '201012.701000', '201012.704000', '201012.706000', '201012.709000', '201012.711000', '201012.714000', '201012.717000', '201012.719000', '201012.722000', '201032.596000', '201032.599000', '201032.601000', '201032.604000', '201032.607000', '201032.609000', '201032.612000', '201032.615000', '201032.617000', '201032.620000', '201032.623000', '201032.625000', '201032.628000', '201032.631000', '201032.633000', '201032.637000', '201032.639000', '201032.642000', '201032.646000', '201032.649000', '201032.652000', '201032.655000', '201032.657000', '201032.660000', '201032.663000', '201032.665000', '201032.668000', '201032.671000', '201032.674000', '201032.676000', '201032.679000', '201032.682000', '201032.684000', '201032.687000', '201032.690000', '201032.693000', '201032.695000', '201032.698000', '201032.701000', '201032.704000', '201032.707000', '201032.709000', '201032.712000', '201038.124000', '201038.127000', '201038.130000', '201038.133000', '201038.136000', '201038.138000', '201038.141000', '201038.144000', '201038.147000', '201038.149000', '201038.152000', '201038.155000', '201038.157000'], 'InstanceCreationTime': ['200212.625000', '200212.628000', '200212.631000', '200212.634000', '200212.637000', '200212.640000', '200212.642000', '200212.645000', '200212.648000', '200212.650000', '200212.653000', '200212.656000', '200212.658000', '200212.661000', '200212.676000', '200212.679000', '200212.682000', '200212.685000', '200212.688000', '200212.690000', '200212.693000', '200212.696000', '200212.698000', '200212.702000', '200212.704000', '200212.707000', '200212.709000', '200212.733000', '200212.736000', '200212.739000', '200212.741000', '200212.744000', '200212.747000', '200212.750000', '200212.752000', '200212.755000', '200212.757000', '200212.760000', '200212.763000', '200212.766000', '200212.768000', '200212.771000', '200212.774000', '200212.776000', '200212.779000', '200212.781000', '200212.784000', '200212.787000', '200212.790000', '200212.792000', '200212.795000', '200212.804000', '200212.807000', '200212.810000', '200212.812000', '200212.815000', '200212.818000', '200212.820000', '200232.596000', '200232.599000', '200232.602000', '200232.604000', '200232.607000', '200232.609000', '200232.612000', '200232.615000', '200232.617000', '200232.620000', '200232.622000', '200232.625000', '200232.627000', '200232.630000', '200232.633000', '200232.635000', '200232.638000', '200232.640000', '200232.643000', '200232.646000', '200232.648000', '200232.651000', '200232.653000', '200232.656000', '200232.659000', '200232.661000', '200232.664000', '200232.667000', '200232.669000', '200232.672000', '200232.674000', '200232.677000', '200232.679000', '200232.682000', '200232.685000', '200232.687000', '200232.690000', '200232.692000', '200232.695000', '200232.698000', '200232.700000', '200232.703000', '200232.706000', '200232.708000', '200252.595000', '200252.598000', '200252.601000', '200252.604000', '200252.607000', '200252.609000', '200252.612000', '200252.615000', '200252.618000', '200252.620000', '200252.623000', '200252.626000', '200252.628000', '200252.631000', '200252.634000', '200252.636000', '200252.639000', '200252.642000', '200252.645000', '200252.648000', '200252.651000', '200252.654000', '200252.656000', '200252.659000', '200252.662000', '200252.664000', '200252.667000', '200252.670000', '200252.672000', '200252.675000', '200252.678000', '200252.680000', '200252.683000', '200252.685000', '200252.688000', '200252.691000', '200252.693000', '200252.696000', '200252.699000', '200252.701000', '200252.704000', '200252.707000', '200252.709000', '200312.595000', '200312.599000', '200312.601000', '200312.604000', '200312.606000', '200312.609000', '200312.619000', '200312.622000', '200312.624000', '200312.627000', '200312.630000', '200312.633000', '200312.635000', '200312.638000', '200312.641000', '200312.643000', '200312.646000', '200312.649000', '200312.651000', '200312.654000', '200312.657000', '200312.659000', '200312.662000', '200312.665000', '200312.667000', '200312.670000', '200312.673000', '200312.675000', '200312.678000', '200312.681000', '200312.683000', '200312.686000', '200312.689000', '200312.691000', '200312.694000', '200312.697000', '200312.699000', '200312.702000', '200312.705000', '200312.707000', '200312.710000', '200312.712000', '200312.715000', '200312.718000', '200332.595000', '200332.598000', '200332.601000', '200332.604000', '200332.607000', '200332.609000', '200332.612000', '200332.614000', '200332.617000', '200332.620000', '200332.622000', '200332.628000', '200332.631000', '200332.633000', '200332.636000', '200332.639000', '200332.641000', '200332.644000', '200332.646000', '200332.649000', '200332.652000', '200332.654000', '200332.657000', '200332.660000', '200332.662000', '200332.665000', '200332.667000', '200332.670000', '200332.673000', '200332.676000', '200332.679000', '200332.681000', '200332.684000', '200332.687000', '200332.689000', '200332.692000', '200332.694000', '200332.699000', '200332.701000', '200332.704000', '200332.706000', '200332.709000', '200332.712000', '200352.596000', '200352.599000', '200352.602000', '200352.605000', '200352.608000', '200352.610000', '200352.613000', '200352.615000', '200352.618000', '200352.621000', '200352.623000', '200352.626000', '200352.629000', '200352.631000', '200352.634000', '200352.636000', '200352.639000', '200352.642000', '200352.644000', '200352.647000', '200352.650000', '200352.652000', '200352.655000', '200352.657000', '200352.660000', '200352.663000', '200352.666000', '200352.668000', '200352.671000', '200352.674000', '200352.676000', '200352.679000', '200352.681000', '200352.684000', '200352.687000', '200352.689000', '200352.692000', '200352.695000', '200352.697000', '200352.700000', '200352.703000', '200352.705000', '200352.708000', '200352.710000', '200412.596000', '200412.599000', '200412.602000', '200412.605000', '200412.607000', '200412.610000', '200412.613000', '200412.615000', '200412.618000', '200412.621000', '200412.623000', '200412.626000', '200412.629000', '200412.631000', '200412.634000', '200412.636000', '200412.639000', '200412.642000', '200412.644000', '200412.647000', '200412.650000', '200412.652000', '200412.655000', '200412.658000', '200412.660000', '200412.663000', '200412.666000', '200412.668000', '200412.671000', '200412.674000', '200412.676000', '200412.679000', '200412.682000', '200412.684000', '200412.688000', '200412.691000', '200412.694000', '200412.698000', '200412.701000', '200412.703000', '200412.706000', '200412.709000', '200412.711000', '200432.595000', '200432.598000', '200432.601000', '200432.604000', '200432.606000', '200432.609000', '200432.612000', '200432.614000', '200432.617000', '200432.620000', '200432.622000', '200432.625000', '200432.628000', '200432.630000', '200432.633000', '200432.635000', '200432.638000', '200432.641000', '200432.643000', '200432.646000', '200432.649000', '200432.651000', '200432.654000', '200432.657000', '200432.659000', '200432.662000', '200432.665000', '200432.667000', '200432.670000', '200432.673000', '200432.675000', '200432.678000', '200432.680000', '200432.683000', '200432.686000', '200432.688000', '200432.691000', '200432.694000', '200432.696000', '200432.699000', '200432.702000', '200432.704000', '200432.707000', '200432.709000', '200452.596000', '200452.599000', '200452.601000', '200452.604000', '200452.607000', '200452.609000', '200452.612000', '200452.615000', '200452.617000', '200452.620000', '200452.623000', '200452.625000', '200452.628000', '200452.631000', '200452.633000', '200452.636000', '200452.638000', '200452.641000', '200452.644000', '200452.647000', '200452.649000', '200452.652000', '200452.655000', '200452.657000', '200452.660000', '200452.663000', '200452.665000', '200452.668000', '200452.671000', '200452.673000', '200452.676000', '200452.679000', '200452.681000', '200452.684000', '200452.687000', '200452.689000', '200452.692000', '200452.695000', '200452.698000', '200452.701000', '200452.703000', '200452.706000', '200452.708000', '200512.596000', '200512.598000', '200512.601000', '200512.604000', '200512.607000', '200512.609000', '200512.612000', '200512.615000', '200512.617000', '200512.620000', '200512.623000', '200512.625000', '200512.628000', '200512.630000', '200512.633000', '200512.636000', '200512.638000', '200512.641000', '200512.644000', '200512.646000', '200512.649000', '200512.652000', '200512.654000', '200512.657000', '200512.660000', '200512.662000', '200512.665000', '200512.668000', '200512.670000', '200512.673000', '200512.676000', '200512.678000', '200512.681000', '200512.683000', '200512.686000', '200512.696000', '200512.699000', '200512.701000', '200512.712000', '200512.714000', '200512.717000', '200512.719000', '200512.722000', '200512.725000', '200532.596000', '200532.599000', '200532.601000', '200532.604000', '200532.607000', '200532.610000', '200532.612000', '200532.615000', '200532.618000', '200532.620000', '200532.623000', '200532.625000', '200532.628000', '200532.631000', '200532.633000', '200532.636000', '200532.639000', '200532.641000', '200532.644000', '200532.647000', '200532.649000', '200532.652000', '200532.655000', '200532.657000', '200532.660000', '200532.662000', '200532.665000', '200532.668000', '200532.670000', '200532.673000', '200532.676000', '200532.678000', '200532.681000', '200532.684000', '200532.686000', '200532.689000', '200532.692000', '200532.694000', '200532.697000', '200532.700000', '200532.702000', '200532.705000', '200532.707000', '200552.596000', '200552.599000', '200552.601000', '200552.604000', '200552.607000', '200552.609000', '200552.612000', '200552.614000', '200552.617000', '200552.620000', '200552.622000', '200552.625000', '200552.628000', '200552.630000', '200552.633000', '200552.636000', '200552.638000', '200552.641000', '200552.644000', '200552.653000', '200552.655000', '200552.658000', '200552.661000', '200552.663000', '200552.666000', '200552.669000', '200552.671000', '200552.674000', '200552.677000', '200552.679000', '200552.682000', '200552.693000', '200552.696000', '200552.699000', '200552.701000', '200552.704000', '200552.706000', '200552.709000', '200552.712000', '200552.714000', '200552.717000', '200552.720000', '200552.722000', '200552.725000', '200612.596000', '200612.599000', '200612.602000', '200612.605000', '200612.607000', '200612.610000', '200612.613000', '200612.615000', '200612.618000', '200612.621000', '200612.623000', '200612.626000', '200612.628000', '200612.631000', '200612.634000', '200612.636000', '200612.639000', '200612.642000', '200612.644000', '200612.647000', '200612.650000', '200612.652000', '200612.655000', '200612.657000', '200612.660000', '200612.663000', '200612.665000', '200612.668000', '200612.670000', '200612.673000', '200612.676000', '200612.678000', '200612.681000', '200612.684000', '200612.686000', '200612.689000', '200612.692000', '200612.694000', '200612.697000', '200612.699000', '200612.702000', '200612.705000', '200612.707000', '200632.596000', '200632.599000', '200632.601000', '200632.604000', '200632.607000', '200632.609000', '200632.612000', '200632.614000', '200632.617000', '200632.620000', '200632.622000', '200632.625000', '200632.628000', '200632.630000', '200632.633000', '200632.636000', '200632.638000', '200632.641000', '200632.644000', '200632.646000', '200632.649000', '200632.651000', '200632.654000', '200632.657000', '200632.659000', '200632.662000', '200632.664000', '200632.667000', '200632.670000', '200632.672000', '200632.675000', '200632.678000', '200632.680000', '200632.683000', '200632.686000', '200632.688000', '200632.691000', '200632.693000', '200632.696000', '200632.699000', '200632.701000', '200632.704000', '200632.706000', '200632.709000', '200652.595000', '200652.598000', '200652.601000', '200652.604000', '200652.607000', '200652.609000', '200652.612000', '200652.615000', '200652.617000', '200652.620000', '200652.622000', '200652.625000', '200652.628000', '200652.630000', '200652.633000', '200652.636000', '200652.638000', '200652.641000', '200652.644000', '200652.646000', '200652.649000', '200652.652000', '200652.654000', '200652.657000', '200652.660000', '200652.662000', '200652.665000', '200652.668000', '200652.670000', '200652.673000', '200652.676000', '200652.678000', '200652.681000', '200652.683000', '200652.686000', '200652.689000', '200652.691000', '200652.694000', '200652.697000', '200652.699000', '200652.702000', '200652.704000', '200652.707000', '200712.596000', '200712.599000', '200712.601000', '200712.604000', '200712.607000', '200712.611000', '200712.614000', '200712.617000', '200712.619000', '200712.622000', '200712.625000', '200712.627000', '200712.630000', '200712.633000', '200712.635000', '200712.638000', '200712.641000', '200712.643000', '200712.646000', '200712.649000', '200712.651000', '200712.654000', '200712.656000', '200712.659000', '200712.662000', '200712.664000', '200712.667000', '200712.670000', '200712.672000', '200712.675000', '200712.677000', '200712.680000', '200712.683000', '200712.685000', '200712.688000', '200712.691000', '200712.693000', '200712.696000', '200712.698000', '200712.701000', '200712.704000', '200712.706000', '200712.720000', '200712.723000', '200732.596000', '200732.599000', '200732.601000', '200732.604000', '200732.606000', '200732.609000', '200732.612000', '200732.614000', '200732.617000', '200732.620000', '200732.622000', '200732.625000', '200732.628000', '200732.630000', '200732.633000', '200732.635000', '200732.638000', '200732.641000', '200732.643000', '200732.646000', '200732.649000', '200732.651000', '200732.654000', '200732.656000', '200732.659000', '200732.662000', '200732.664000', '200732.667000', '200732.670000', '200732.672000', '200732.675000', '200732.677000', '200732.680000', '200732.683000', '200732.685000', '200732.688000', '200732.691000', '200732.693000', '200732.696000', '200732.698000', '200732.701000', '200732.704000', '200732.706000', '200752.595000', '200752.598000', '200752.601000', '200752.604000', '200752.607000', '200752.609000', '200752.612000', '200752.614000', '200752.617000', '200752.620000', '200752.623000', '200752.626000', '200752.628000', '200752.631000', '200752.634000', '200752.637000', '200752.639000', '200752.642000', '200752.645000', '200752.647000', '200752.650000', '200752.652000', '200752.655000', '200752.658000', '200752.660000', '200752.663000', '200752.666000', '200752.668000', '200752.671000', '200752.673000', '200752.676000', '200752.679000', '200752.681000', '200752.684000', '200752.687000', '200752.689000', '200752.692000', '200752.694000', '200752.697000', '200752.700000', '200752.702000', '200752.705000', '200752.708000', '200752.710000', '200812.596000', '200812.599000', '200812.601000', '200812.604000', '200812.607000', '200812.609000', '200812.612000', '200812.614000', '200812.617000', '200812.620000', '200812.623000', '200812.625000', '200812.628000', '200812.631000', '200812.633000', '200812.636000', '200812.638000', '200812.641000', '200812.644000', '200812.646000', '200812.649000', '200812.652000', '200812.654000', '200812.657000', '200812.659000', '200812.662000', '200812.665000', '200812.667000', '200812.670000', '200812.673000', '200812.675000', '200812.678000', '200812.681000', '200812.683000', '200812.686000', '200812.688000', '200812.691000', '200812.694000', '200812.696000', '200812.699000', '200812.702000', '200812.704000', '200812.707000', '200832.597000', '200832.600000', '200832.602000', '200832.605000', '200832.607000', '200832.610000', '200832.613000', '200832.615000', '200832.618000', '200832.621000', '200832.623000', '200832.626000', '200832.629000', '200832.631000', '200832.634000', '200832.637000', '200832.639000', '200832.642000', '200832.644000', '200832.647000', '200832.650000', '200832.652000', '200832.655000', '200832.658000', '200832.660000', '200832.663000', '200832.666000', '200832.668000', '200832.671000', '200832.673000', '200832.676000', '200832.679000', '200832.681000', '200832.684000', '200832.687000', '200832.689000', '200832.692000', '200832.694000', '200832.697000', '200832.700000', '200832.702000', '200832.705000', '200832.708000', '200832.710000', '200852.595000', '200852.598000', '200852.601000', '200852.604000', '200852.607000', '200852.609000', '200852.612000', '200852.614000', '200852.617000', '200852.620000', '200852.622000', '200852.625000', '200852.628000', '200852.630000', '200852.633000', '200852.636000', '200852.638000', '200852.641000', '200852.644000', '200852.646000', '200852.649000', '200852.652000', '200852.654000', '200852.657000', '200852.660000', '200852.662000', '200852.665000', '200852.668000', '200852.670000', '200852.673000', '200852.675000', '200852.678000', '200852.681000', '200852.683000', '200852.686000', '200852.689000', '200852.691000', '200852.694000', '200852.697000', '200852.699000', '200852.702000', '200852.705000', '200852.707000', '200912.596000', '200912.598000', '200912.601000', '200912.604000', '200912.608000', '200912.611000', '200912.613000', '200912.616000', '200912.619000', '200912.621000', '200912.624000', '200912.627000', '200912.630000', '200912.632000', '200912.635000', '200912.638000', '200912.640000', '200912.643000', '200912.646000', '200912.648000', '200912.651000', '200912.654000', '200912.656000', '200912.659000', '200912.662000', '200912.665000', '200912.668000', '200912.670000', '200912.676000', '200912.678000', '200912.681000', '200912.684000', '200912.686000', '200912.689000', '200912.691000', '200912.694000', '200912.697000', '200912.699000', '200912.702000', '200912.705000', '200912.707000', '200912.710000', '200912.713000', '200932.600000', '200932.603000', '200932.606000', '200932.609000', '200932.611000', '200932.614000', '200932.616000', '200932.619000', '200932.622000', '200932.625000', '200932.627000', '200932.630000', '200932.632000', '200932.635000', '200932.638000', '200932.640000', '200932.643000', '200932.646000', '200932.648000', '200932.651000', '200932.654000', '200932.656000', '200932.659000', '200932.662000', '200932.664000', '200932.667000', '200932.669000', '200932.672000', '200932.675000', '200932.677000', '200932.680000', '200932.683000', '200932.685000', '200932.688000', '200932.691000', '200932.694000', '200932.696000', '200932.699000', '200932.702000', '200932.704000', '200932.707000', '200932.710000', '200932.712000', '200932.715000', '200952.596000', '200952.599000', '200952.602000', '200952.605000', '200952.608000', '200952.611000', '200952.614000', '200952.616000', '200952.619000', '200952.622000', '200952.624000', '200952.627000', '200952.630000', '200952.632000', '200952.635000', '200952.638000', '200952.640000', '200952.643000', '200952.646000', '200952.648000', '200952.651000', '200952.654000', '200952.656000', '200952.659000', '200952.662000', '200952.664000', '200952.667000', '200952.669000', '200952.672000', '200952.675000', '200952.683000', '200952.686000', '200952.689000', '200952.691000', '200952.694000', '200952.697000', '200952.699000', '200952.702000', '200952.705000', '200952.707000', '200952.710000', '200952.712000', '200952.715000', '201012.596000', '201012.598000', '201012.601000', '201012.604000', '201012.606000', '201012.609000', '201012.624000', '201012.626000', '201012.629000', '201012.632000', '201012.635000', '201012.637000', '201012.640000', '201012.643000', '201012.645000', '201012.648000', '201012.651000', '201012.653000', '201012.656000', '201012.659000', '201012.661000', '201012.664000', '201012.666000', '201012.669000', '201012.672000', '201012.674000', '201012.677000', '201012.680000', '201012.682000', '201012.685000', '201012.688000', '201012.690000', '201012.693000', '201012.695000', '201012.698000', '201012.701000', '201012.704000', '201012.706000', '201012.709000', '201012.711000', '201012.714000', '201012.717000', '201012.719000', '201012.722000', '201032.596000', '201032.599000', '201032.601000', '201032.604000', '201032.607000', '201032.609000', '201032.612000', '201032.615000', '201032.617000', '201032.620000', '201032.623000', '201032.625000', '201032.628000', '201032.631000', '201032.633000', '201032.637000', '201032.639000', '201032.642000', '201032.646000', '201032.649000', '201032.652000', '201032.655000', '201032.657000', '201032.660000', '201032.663000', '201032.665000', '201032.668000', '201032.671000', '201032.674000', '201032.676000', '201032.679000', '201032.682000', '201032.684000', '201032.687000', '201032.690000', '201032.693000', '201032.695000', '201032.698000', '201032.701000', '201032.704000', '201032.707000', '201032.709000', '201032.712000', '201038.124000', '201038.127000', '201038.130000', '201038.133000', '201038.136000', '201038.138000', '201038.141000', '201038.144000', '201038.147000', '201038.149000', '201038.152000', '201038.155000', '201038.157000'], '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': [11122, 7592, 10685, 7119, 8170, 7259, 8468, 7014, 10326, 6613, 9216, 10241, 6804, 9585, 6642, 8643, 6875, 8066, 6800, 7795, 6648, 6878, 10487, 6890, 9344, 6748, 8468, 6484, 7410, 6958, 6925, 6770, 6987, 9287, 7134, 7609, 6548, 7196, 11449, 6614, 12004, 8527, 8062, 6766, 7195, 7179, 6931, 10582, 6707, 7975, 6899, 7350, 8296, 6784, 9475, 6789, 9488, 6698, 7397, 15567, 11483, 11505, 9579, 8957, 8691, 6652, 15203, 7945, 10601, 6608, 7245, 6761, 6857, 8594, 6594, 9349, 6627, 7739, 6603, 7325, 6645, 6787, 10773, 7001, 9528, 7346, 8332, 6517, 6753, 15230, 9382, 11576, 7782, 7173, 6582, 6744, 10195, 7290, 8315, 6684, 7164, 6483, 6818, 10310, 7336, 8499, 6462, 6970, 6661, 6860, 9734, 6862, 7638, 11531, 6747, 13861, 8239, 8959, 9945, 6972, 14921, 7797, 10309, 6516, 7420, 6701, 6505, 7627, 6650, 8341, 7081, 7945, 6421, 6887, 9706, 6915, 8842, 6684, 7116, 12030, 7471, 9689, 8180, 7667, 7545, 6810, 11059, 7128, 8106, 6762, 6858, 6781, 6636, 9063, 7360, 7691, 6650, 6929, 6789, 6501, 8659, 7195, 7415, 6639, 6519, 12763, 6989, 9457, 6756, 7289, 12216, 6973, 12521, 6765, 8154, 6670, 6886, 8278, 6707, 7975, 7152, 7429, 7556, 6730, 11170, 8871, 9715, 7010, 7185, 12509, 6647, 10146, 8120, 8772, 6702, 7097, 13678, 7234, 10673, 8383, 8389, 6668, 6982, 12387, 7305, 9138, 7560, 7507, 6365, 6745, 10031, 7162, 7905, 6893, 7295, 7187, 6631, 9128, 7070, 7328, 7878, 7014, 13776, 7048, 8655, 6725, 7029, 6573, 7079, 6682, 6888, 10610, 7280, 9143, 7068, 8612, 7345, 7291, 9621, 6852, 7653, 6770, 11673, 7468, 8223, 7452, 7295, 6689, 7317, 6584, 6950, 13493, 8017, 13570, 9354, 11834, 9152, 10166, 8703, 8397, 6952, 6830, 9020, 6853, 8861, 7113, 7947, 7106, 8477, 8155, 7725, 6315, 6816, 6388, 7073, 10172, 8828, 8673, 6919, 8124, 7009, 7524, 6868, 7380, 14486, 10625, 14917, 12290, 12626, 10169, 9938, 8152, 8777, 6958, 7649, 6969, 7378, 6998, 6996, 7366, 9147, 7436, 8436, 8151, 7012, 15045, 9448, 11162, 7135, 7301, 6999, 6789, 6763, 6785, 6677, 7250, 9457, 7011, 10958, 6737, 8166, 6585, 7007, 6789, 6866, 7199, 6795, 7236, 6870, 9514, 6612, 8171, 7211, 6862, 6611, 6912, 6534, 7564, 6739, 7424, 6703, 6617, 6975, 11468, 8784, 10191, 9663, 11629, 9940, 10966, 14903, 11377, 12402, 10066, 9164, 6685, 6931, 6556, 6851, 8686, 6697, 8345, 7262, 7571, 6835, 7349, 6804, 6900, 8444, 6718, 10252, 6532, 8352, 7126, 7882, 6988, 7167, 10148, 6754, 12786, 9091, 10662, 8618, 8139, 9134, 6712, 12322, 7498, 9314, 7187, 7146, 7183, 6486, 9717, 7054, 7796, 6602, 7200, 6468, 6965, 8092, 6758, 7319, 6717, 6991, 6621, 6667, 10333, 8358, 8954, 7255, 9272, 11868, 7635, 13691, 11433, 10454, 7194, 7348, 9201, 6807, 11544, 7316, 8395, 6549, 7214, 6487, 6725, 8821, 6799, 8044, 6715, 7110, 6960, 6770, 10399, 7615, 10846, 7997, 9011, 6635, 7598, 7080, 9690, 7433, 13107, 9927, 13313, 8926, 8061, 13752, 7389, 13465, 10884, 9575, 7202, 7842, 6157, 6896, 8727, 6751, 8886, 6564, 7986, 6874, 7221, 6593, 6904, 6660, 6817, 10717, 7727, 8105, 8936, 7065, 9418, 6941, 11777, 7718, 7587, 10992, 6825, 11348, 6723, 8087, 6570, 7003, 11993, 6977, 8409, 6974, 7267, 7519, 6773, 11282, 8601, 8364, 6901, 7145, 7308, 6615, 8541, 6566, 7806, 6705, 7195, 6716, 7301, 9930, 7313, 8578, 7691, 6948, 14069, 10409, 10678, 12031, 9113, 15428, 12413, 11201, 8239, 7388, 12988, 7000, 9336, 7342, 7419, 6295, 6764, 8956, 6957, 8206, 7032, 7702, 6761, 7204, 6723, 6830, 9036, 6810, 9840, 7441, 7891, 11608, 8526, 13154, 10837, 10291, 9867, 6747, 14232, 10213, 10232, 7361, 6809, 10019, 6502, 8484, 6844, 7305, 6625, 6597, 10067, 6598, 7460, 6476, 6952, 7926, 6576, 8041, 6481, 7400, 6753, 6653, 10427, 7586, 10209, 8091, 8854, 7770, 6701, 14618, 9042, 11386, 7157, 6779, 9896, 6467, 10159, 8144, 8239, 6510, 7086, 12054, 6876, 9337, 7515, 7121, 6564, 6875, 10036, 6816, 8027, 6535, 6822, 6531, 6874, 9402, 6856, 7587, 6686, 6867, 11146, 6648, 11487, 8762, 9190, 7651, 6734, 15063, 6843, 11275, 8456, 7017, 7939, 6809, 9168, 6845, 7451, 6642, 6828, 6360, 6690, 8984, 6573, 8279, 6718, 7415, 6646, 7043, 6719, 6914, 9487, 6592, 12388, 7440, 10239, 6797, 7030, 10124, 6552, 12275, 8444, 9090, 6520, 6550, 13686, 6624, 10054, 7247, 8158, 6611, 6619, 8724, 6514, 8081, 6542, 8651, 6467, 6819, 11630, 7407, 12576, 6884, 9273, 6683, 6844, 10455, 6464, 14887, 6590, 8940, 6688, 6815, 6946, 6521, 6966, 6308, 7953, 7227, 8945, 11179, 8874, 12449, 8445, 11403, 8422, 9431, 13736, 9596, 12498, 7401, 12659, 6536, 8103, 6872, 6579, 7400, 6774, 7112, 7071, 6565, 6809, 7024, 8136, 10066, 10439, 9941, 14221, 10930, 6727, 6834, 11226, 8020, 7727, 14765, 6795, 11819, 8026, 7106, 11600, 6729, 8940, 7445, 8343, 7469, 6730, 8265, 6621, 11926, 9737, 13645, 10597, 12323, 8041, 9362, 6846, 7658, 10609, 7052, 15326, 10794, 10704, 6985, 8249, 6814, 7389, 6923, 7633, 6820, 7797, 6706, 7442, 6502, 7166, 6580, 6821, 6632, 6969, 10931, 6977, 10839, 9041, 8698, 7259, 7712, 6884, 7094, 7019, 6977, 10006, 7146, 12350, 7984, 9808, 7302, 7309, 6990, 6781, 14411, 7404, 12508, 10127, 10072, 7174, 8602, 6788, 8312, 6765, 6766, 6669, 6377, 7065, 7289, 7400, 12605, 11282, 11262, 9251, 9419, 10216, 6927, 15494, 9789, 11916, 7289, 7487, 6567, 6614, 12587, 6907, 9983, 6736, 7453, 6769, 6611, 11146, 6920, 9550, 6820, 7580, 6925, 6826, 10389, 6693, 8704, 7135, 7846, 6813, 7189, 9379, 6648, 9341, 6745, 8019, 6732, 7622, 6713, 7052, 6973, 6930, 10838, 7346, 9262, 7457, 7686, 6985, 7478, 14625, 9228, 12761, 9598, 9074, 7920, 7622, 12444, 6922, 8769, 6611, 8192, 6757, 6679, 6685, 6391, 6894, 8694, 7339, 7641, 7324, 6670, 8240, 13850, 12254, 12472, 9840, 7949, 15844, 11923, 11554, 11531, 7318, 11807, 9164, 12695, 14298, 11828, 8161, 6945, 15564, 7055, 10752, 6781, 8310, 6621, 6973, 7198, 7196, 6728, 6850, 6995, 6852, 8347, 6945, 9070, 7159, 6467, 7769, 6617, 10119, 7563, 9962, 6722, 10490, 7320, 7050, 7356, 7179, 8551, 7022, 15593, 12374, 12795, 9127, 11096, 8566, 12148, 9392, 7547, 6810, 10767, 6941, 11833, 8385, 7994, 7075, 7635, 6543, 7125, 6873, 7065, 6652, 7163, 6955, 6975, 6756, 6970, 7917, 6877, 6549, 7146, 9142, 7238, 8723, 6861, 7672, 6670, 6727, 7085, 7169, 6894, 7166, 6751, 9389, 7313, 14599, 10767, 13567, 8970, 8492, 9926, 7007, 14212, 7377, 11888, 6911, 7692, 7749, 6672, 8129, 6560, 9112, 6922, 7740, 6559, 6900, 6405, 7039, 7572, 6672, 8760, 6722, 7047, 6739, 7090, 10176, 6772, 10068, 8361, 8640, 7924, 6721, 14187, 11990, 11909, 7865, 8949, 8446, 6657, 12521, 7109, 9381, 7387, 7938, 6486, 6972, 10717, 6785, 11913, 8848, 8471, 6479, 6992, 14242, 7232, 10633, 8041, 7919, 14636, 6597, 11447, 7939, 8218, 6938, 6492, 6665, 6694, 8962, 6662, 8062, 6624, 7152, 6403, 6718, 9317, 6884, 7807, 6885, 6636, 14183, 8490, 11458, 8417, 7665, 14091, 7988, 13341, 6857, 7870, 6528, 7140, 6830, 6833, 6954, 7018, 7394, 6752, 7156, 12170, 6844, 11482, 8844, 9171, 7438, 9242, 7122, 8250, 6898, 9383, 6967, 7142, 6606, 6864, 7072, 6882, 7741, 6918, 6589, 6723, 6917, 7504, 6881, 7265, 6790, 7856, 6680, 8338, 6656, 8976, 7454, 10994, 7154, 9164, 10320, 10873, 7434, 9050, 6905, 6894, 7072, 6705, 11528, 6869, 7046, 6943, 8972, 7142, 8955, 7109, 9087, 7217, 8443, 6917, 8927, 6654, 6963, 6724, 7374, 6699, 9337, 6815, 8228, 7094, 8384, 6902, 8582, 7223, 10059, 7034, 8166, 6966, 9015, 6830, 8061, 6917, 7761, 6802, 7264], 'WindowCenter': [4157.0, 4102.0, 4118.0, 4065.0, 4083.0, 4073.0, 4082.0, 4062.0, 4102.0, 4051.0, 4090.0, 4089.0, 4049.0, 4078.0, 4049.0, 4078.0, 4050.0, 4070.0, 4051.0, 4071.0, 4050.0, 4063.0, 4102.0, 4062.0, 4090.0, 4050.0, 4082.0, 4051.0, 4060.0, 4061.0, 4061.0, 4050.0, 4061.0, 4092.0, 4062.0, 4071.0, 4052.0, 4061.0, 4111.0, 4051.0, 4112.0, 4080.0, 4069.0, 4048.0, 4059.0, 4048.0, 4061.0, 4100.0, 4061.0, 4070.0, 4060.0, 4072.0, 4081.0, 4062.0, 4093.0, 4052.0, 4092.0, 4050.0, 4060.0, 4131.0, 4112.0, 4111.0, 4090.0, 4080.0, 4068.0, 4049.0, 4129.0, 4068.0, 4088.0, 4047.0, 4057.0, 4036.0, 4049.0, 4079.0, 4050.0, 4079.0, 4050.0, 4059.0, 4050.0, 4061.0, 4051.0, 4051.0, 4101.0, 4060.0, 4090.0, 4060.0, 4081.0, 4039.0, 4049.0, 4130.0, 4079.0, 4099.0, 4058.0, 4048.0, 4047.0, 4047.0, 4087.0, 4057.0, 4068.0, 4049.0, 4048.0, 4038.0, 4048.0, 4089.0, 4058.0, 4079.0, 4038.0, 4059.0, 4047.0, 4049.0, 4089.0, 4049.0, 4070.0, 4099.0, 4048.0, 4119.0, 4068.0, 4078.0, 4087.0, 4047.0, 4118.0, 4056.0, 4086.0, 4024.0, 4045.0, 4035.0, 4038.0, 4057.0, 4047.0, 4066.0, 4047.0, 4067.0, 4038.0, 4060.0, 4089.0, 4060.0, 4079.0, 4048.0, 4049.0, 4108.0, 4059.0, 4089.0, 4068.0, 4058.0, 4056.0, 4037.0, 4097.0, 4047.0, 4067.0, 4037.0, 4037.0, 4036.0, 4047.0, 4076.0, 4057.0, 4057.0, 4047.0, 4048.0, 4037.0, 4038.0, 4068.0, 4060.0, 4061.0, 4049.0, 4039.0, 4109.0, 4048.0, 4078.0, 4037.0, 4059.0, 4109.0, 4047.0, 4108.0, 4036.0, 4056.0, 4036.0, 4048.0, 4068.0, 4048.0, 4068.0, 4060.0, 4059.0, 4059.0, 4050.0, 4100.0, 4081.0, 4090.0, 4048.0, 4048.0, 4109.0, 4049.0, 4089.0, 4069.0, 4078.0, 4037.0, 4048.0, 4119.0, 4058.0, 4088.0, 4068.0, 4068.0, 4036.0, 4047.0, 4108.0, 4058.0, 4077.0, 4058.0, 4046.0, 4036.0, 4037.0, 4088.0, 4059.0, 4068.0, 4048.0, 4059.0, 4047.0, 4048.0, 4078.0, 4049.0, 4060.0, 4057.0, 4048.0, 4119.0, 4047.0, 4069.0, 4049.0, 4048.0, 4048.0, 4048.0, 4049.0, 4062.0, 4102.0, 4062.0, 4090.0, 4061.0, 4081.0, 4060.0, 4061.0, 4091.0, 4063.0, 4070.0, 4050.0, 4100.0, 4061.0, 4081.0, 4062.0, 4071.0, 4051.0, 4073.0, 4063.0, 4063.0, 4136.0, 4084.0, 4123.0, 4092.0, 4111.0, 4092.0, 4090.0, 4080.0, 4080.0, 4064.0, 4079.0, 4094.0, 4063.0, 4082.0, 4062.0, 4082.0, 4062.0, 4070.0, 4059.0, 4061.0, 4039.0, 4051.0, 4053.0, 4074.0, 4102.0, 4082.0, 4081.0, 4051.0, 4071.0, 4062.0, 4073.0, 4050.0, 4061.0, 4120.0, 4090.0, 4119.0, 4099.0, 4098.0, 4087.0, 4075.0, 4056.0, 4065.0, 4034.0, 4044.0, 4046.0, 4045.0, 4047.0, 4046.0, 4058.0, 4077.0, 4047.0, 4067.0, 4056.0, 4047.0, 4118.0, 4077.0, 4086.0, 4035.0, 4044.0, 4035.0, 4035.0, 4036.0, 4037.0, 4049.0, 4061.0, 4089.0, 4050.0, 4088.0, 4038.0, 4057.0, 4037.0, 4047.0, 4037.0, 4048.0, 4048.0, 4049.0, 4059.0, 4039.0, 4089.0, 4050.0, 4069.0, 4061.0, 4051.0, 4063.0, 4063.0, 4055.0, 4086.0, 4067.0, 4073.0, 4064.0, 4062.0, 4075.0, 4114.0, 4095.0, 4104.0, 4093.0, 4115.0, 4091.0, 4102.0, 4121.0, 4099.0, 4098.0, 4080.0, 4078.0, 4037.0, 4046.0, 4025.0, 4036.0, 4065.0, 4037.0, 4066.0, 4059.0, 4057.0, 4037.0, 4058.0, 4037.0, 4049.0, 4069.0, 4049.0, 4100.0, 4039.0, 4070.0, 4061.0, 4071.0, 4050.0, 4061.0, 4089.0, 4050.0, 4110.0, 4080.0, 4090.0, 4068.0, 4068.0, 4078.0, 4038.0, 4097.0, 4047.0, 4078.0, 4047.0, 4047.0, 4046.0, 4037.0, 4076.0, 4047.0, 4057.0, 4037.0, 4058.0, 4026.0, 4048.0, 4056.0, 4049.0, 4060.0, 4052.0, 4062.0, 4050.0, 4051.0, 4102.0, 4082.0, 4092.0, 4061.0, 4092.0, 4111.0, 4060.0, 4121.0, 4101.0, 4091.0, 4049.0, 4058.0, 4078.0, 4038.0, 4098.0, 4048.0, 4068.0, 4037.0, 4049.0, 4026.0, 4038.0, 4067.0, 4049.0, 4070.0, 4049.0, 4050.0, 4049.0, 4050.0, 4091.0, 4071.0, 4100.0, 4069.0, 4080.0, 4049.0, 4059.0, 4061.0, 4092.0, 4074.0, 4123.0, 4092.0, 4121.0, 4079.0, 4058.0, 4108.0, 4048.0, 4109.0, 4099.0, 4078.0, 4047.0, 4057.0, 4026.0, 4048.0, 4068.0, 4049.0, 4094.0, 4051.0, 4068.0, 4049.0, 4059.0, 4049.0, 4049.0, 4049.0, 4051.0, 4089.0, 4059.0, 4070.0, 4080.0, 4050.0, 4080.0, 4049.0, 4099.0, 4058.0, 4058.0, 4088.0, 4049.0, 4099.0, 4038.0, 4058.0, 4037.0, 4048.0, 4099.0, 4050.0, 4070.0, 4049.0, 4059.0, 4049.0, 4049.0, 4101.0, 4071.0, 4068.0, 4048.0, 4049.0, 4058.0, 4050.0, 4080.0, 4050.0, 4060.0, 4051.0, 4062.0, 4051.0, 4072.0, 4103.0, 4074.0, 4084.0, 4073.0, 4063.0, 4122.0, 4102.0, 4101.0, 4111.0, 4081.0, 4131.0, 4110.0, 4098.0, 4067.0, 4047.0, 4108.0, 4048.0, 4077.0, 4047.0, 4048.0, 4025.0, 4037.0, 4067.0, 4048.0, 4069.0, 4049.0, 4058.0, 4049.0, 4059.0, 4050.0, 4051.0, 4092.0, 4052.0, 4091.0, 4061.0, 4072.0, 4102.0, 4082.0, 4122.0, 4101.0, 4090.0, 4089.0, 4038.0, 4119.0, 4089.0, 4088.0, 4048.0, 4037.0, 4078.0, 4037.0, 4067.0, 4037.0, 4058.0, 4037.0, 4048.0, 4088.0, 4038.0, 4048.0, 4039.0, 4061.0, 4071.0, 4051.0, 4070.0, 4051.0, 4061.0, 4051.0, 4052.0, 4102.0, 4072.0, 4102.0, 4071.0, 4082.0, 4061.0, 4052.0, 4132.0, 4081.0, 4111.0, 4050.0, 4051.0, 4091.0, 4041.0, 4090.0, 4071.0, 4070.0, 4040.0, 4061.0, 4112.0, 4053.0, 4081.0, 4061.0, 4050.0, 4049.0, 4050.0, 4092.0, 4051.0, 4070.0, 4040.0, 4052.0, 4040.0, 4052.0, 4092.0, 4052.0, 4073.0, 4053.0, 4052.0, 4103.0, 4052.0, 4113.0, 4082.0, 4082.0, 4060.0, 4051.0, 4133.0, 4051.0, 4101.0, 4070.0, 4051.0, 4069.0, 4050.0, 4079.0, 4050.0, 4061.0, 4051.0, 4051.0, 4041.0, 4052.0, 4082.0, 4052.0, 4072.0, 4052.0, 4061.0, 4051.0, 4062.0, 4052.0, 4051.0, 4093.0, 4053.0, 4123.0, 4062.0, 4092.0, 4050.0, 4062.0, 4104.0, 4054.0, 4113.0, 4082.0, 4081.0, 4040.0, 4040.0, 4121.0, 4050.0, 4090.0, 4062.0, 4070.0, 4049.0, 4051.0, 4082.0, 4041.0, 4071.0, 4041.0, 4081.0, 4040.0, 4052.0, 4113.0, 4062.0, 4113.0, 4052.0, 4080.0, 4050.0, 4051.0, 4092.0, 4053.0, 4132.0, 4051.0, 4094.0, 4065.0, 4063.0, 4073.0, 4051.0, 4073.0, 4066.0, 4096.0, 4087.0, 4109.0, 4127.0, 4106.0, 4124.0, 4084.0, 4113.0, 4082.0, 4092.0, 4133.0, 4092.0, 4122.0, 4062.0, 4122.0, 4050.0, 4070.0, 4062.0, 4062.0, 4073.0, 4075.0, 4087.0, 4088.0, 4077.0, 4079.0, 4089.0, 4098.0, 4107.0, 4106.0, 4095.0, 4125.0, 4104.0, 4052.0, 4064.0, 4115.0, 4072.0, 4071.0, 4121.0, 4050.0, 4111.0, 4070.0, 4062.0, 4112.0, 4052.0, 4092.0, 4061.0, 4070.0, 4061.0, 4051.0, 4082.0, 4051.0, 4113.0, 4092.0, 4121.0, 4091.0, 4098.0, 4057.0, 4066.0, 4035.0, 4046.0, 4075.0, 4036.0, 4118.0, 4087.0, 4086.0, 4045.0, 4055.0, 4036.0, 4046.0, 4059.0, 4069.0, 4050.0, 4070.0, 4052.0, 4061.0, 4052.0, 4061.0, 4051.0, 4053.0, 4064.0, 4063.0, 4102.0, 4064.0, 4114.0, 4094.0, 4083.0, 4074.0, 4072.0, 4064.0, 4064.0, 4063.0, 4065.0, 4103.0, 4063.0, 4124.0, 4073.0, 4093.0, 4062.0, 4062.0, 4062.0, 4051.0, 4122.0, 4061.0, 4112.0, 4092.0, 4091.0, 4062.0, 4082.0, 4052.0, 4082.0, 4053.0, 4063.0, 4064.0, 4053.0, 4075.0, 4074.0, 4075.0, 4126.0, 4116.0, 4115.0, 4094.0, 4094.0, 4102.0, 4062.0, 4133.0, 4092.0, 4111.0, 4060.0, 4059.0, 4049.0, 4051.0, 4112.0, 4050.0, 4089.0, 4049.0, 4059.0, 4038.0, 4050.0, 4100.0, 4050.0, 4089.0, 4038.0, 4058.0, 4048.0, 4049.0, 4089.0, 4048.0, 4067.0, 4049.0, 4069.0, 4049.0, 4060.0, 4080.0, 4050.0, 4090.0, 4050.0, 4070.0, 4050.0, 4071.0, 4051.0, 4062.0, 4061.0, 4063.0, 4112.0, 4074.0, 4093.0, 4074.0, 4073.0, 4063.0, 4074.0, 4133.0, 4093.0, 4123.0, 4093.0, 4082.0, 4071.0, 4072.0, 4112.0, 4062.0, 4083.0, 4065.0, 4084.0, 4064.0, 4063.0, 4064.0, 4067.0, 4092.0, 4108.0, 4090.0, 4087.0, 4089.0, 4079.0, 4113.0, 4151.0, 4129.0, 4128.0, 4106.0, 4084.0, 4134.0, 4113.0, 4112.0, 4113.0, 4060.0, 4111.0, 4080.0, 4122.0, 4120.0, 4110.0, 4069.0, 4048.0, 4119.0, 4046.0, 4087.0, 4037.0, 4068.0, 4036.0, 4046.0, 4048.0, 4048.0, 4049.0, 4049.0, 4060.0, 4050.0, 4081.0, 4062.0, 4093.0, 4061.0, 4052.0, 4073.0, 4052.0, 4101.0, 4071.0, 4092.0, 4052.0, 4115.0, 4073.0, 4073.0, 4073.0, 4063.0, 4093.0, 4075.0, 4145.0, 4124.0, 4111.0, 4092.0, 4100.0, 4081.0, 4111.0, 4091.0, 4059.0, 4050.0, 4099.0, 4049.0, 4110.0, 4070.0, 4069.0, 4060.0, 4059.0, 4038.0, 4049.0, 4049.0, 4049.0, 4049.0, 4050.0, 4060.0, 4060.0, 4050.0, 4063.0, 4072.0, 4062.0, 4051.0, 4063.0, 4092.0, 4074.0, 4083.0, 4052.0, 4072.0, 4063.0, 4063.0, 4063.0, 4074.0, 4062.0, 4061.0, 4063.0, 4094.0, 4075.0, 4145.0, 4114.0, 4123.0, 4082.0, 4083.0, 4090.0, 4062.0, 4122.0, 4060.0, 4099.0, 4049.0, 4061.0, 4059.0, 4050.0, 4069.0, 4049.0, 4078.0, 4048.0, 4058.0, 4038.0, 4050.0, 4039.0, 4061.0, 4069.0, 4052.0, 4081.0, 4063.0, 4062.0, 4063.0, 4063.0, 4102.0, 4064.0, 4104.0, 4082.0, 4082.0, 4070.0, 4051.0, 4122.0, 4112.0, 4111.0, 4070.0, 4080.0, 4069.0, 4049.0, 4109.0, 4061.0, 4091.0, 4060.0, 4069.0, 4039.0, 4060.0, 4089.0, 4049.0, 4110.0, 4081.0, 4069.0, 4039.0, 4061.0, 4120.0, 4061.0, 4100.0, 4070.0, 4069.0, 4120.0, 4037.0, 4099.0, 4069.0, 4069.0, 4048.0, 4039.0, 4037.0, 4049.0, 4079.0, 4051.0, 4069.0, 4050.0, 4062.0, 4039.0, 4050.0, 4091.0, 4062.0, 4072.0, 4060.0, 4051.0, 4121.0, 4080.0, 4099.0, 4070.0, 4060.0, 4119.0, 4068.0, 4109.0, 4038.0, 4057.0, 4037.0, 4047.0, 4049.0, 4050.0, 4062.0, 4061.0, 4074.0, 4062.0, 4063.0, 4112.0, 4051.0, 4113.0, 4094.0, 4092.0, 4073.0, 4090.0, 4060.0, 4069.0, 4048.0, 4080.0, 4048.0, 4049.0, 4037.0, 4048.0, 4047.0, 4061.0, 4069.0, 4050.0, 4050.0, 4051.0, 4062.0, 4060.0, 4061.0, 4071.0, 4062.0, 4082.0, 4063.0, 4094.0, 4064.0, 4094.0, 4072.0, 4102.0, 4062.0, 4092.0, 4101.0, 4101.0, 4059.0, 4079.0, 4048.0, 4049.0, 4059.0, 4051.0, 4111.0, 4051.0, 4060.0, 4062.0, 4081.0, 4061.0, 4091.0, 4061.0, 4091.0, 4074.0, 4080.0, 4060.0, 4081.0, 4063.0, 4061.0, 4050.0, 4059.0, 4049.0, 4092.0, 4051.0, 4081.0, 4061.0, 4080.0, 4061.0, 4082.0, 4061.0, 4091.0, 4061.0, 4080.0, 4060.0, 4081.0, 4051.0, 4072.0, 4062.0, 4071.0, 4050.0, 4061.0], 'WindowWidth': [9229.0, 9145.0, 9157.0, 9081.0, 9101.0, 9087.0, 9097.0, 9071.0, 9125.0, 9052.0, 9104.0, 9100.0, 9047.0, 9083.0, 9047.0, 9085.0, 9053.0, 9077.0, 9055.0, 9082.0, 9052.0, 9072.0, 9122.0, 9070.0, 9104.0, 9052.0, 9095.0, 9052.0, 9066.0, 9067.0, 9068.0, 9052.0, 9069.0, 9111.0, 9070.0, 9083.0, 9056.0, 9068.0, 9132.0, 9055.0, 9136.0, 9091.0, 9075.0, 9047.0, 9062.0, 9045.0, 9068.0, 9118.0, 9068.0, 9079.0, 9066.0, 9083.0, 9094.0, 9072.0, 9113.0, 9058.0, 9110.0, 9051.0, 9064.0, 9161.0, 9134.0, 9132.0, 9103.0, 9088.0, 9068.0, 9047.0, 9154.0, 9070.0, 9097.0, 9042.0, 9054.0, 9025.0, 9047.0, 9086.0, 9050.0, 9088.0, 9050.0, 9062.0, 9051.0, 9068.0, 9053.0, 9054.0, 9118.0, 9064.0, 9104.0, 9065.0, 9093.0, 9034.0, 9047.0, 9158.0, 9087.0, 9115.0, 9058.0, 9044.0, 9041.0, 9044.0, 9095.0, 9056.0, 9071.0, 9047.0, 9046.0, 9033.0, 9047.0, 9100.0, 9059.0, 9087.0, 9034.0, 9061.0, 9044.0, 9050.0, 9099.0, 9048.0, 9076.0, 9113.0, 9045.0, 9140.0, 9069.0, 9082.0, 9093.0, 9041.0, 9138.0, 9053.0, 9090.0, 9008.0, 9035.0, 9023.0, 9031.0, 9054.0, 9044.0, 9066.0, 9044.0, 9069.0, 9034.0, 9066.0, 9102.0, 9063.0, 9087.0, 9044.0, 9047.0, 9125.0, 9061.0, 9099.0, 9071.0, 9056.0, 9053.0, 9027.0, 9106.0, 9042.0, 9068.0, 9027.0, 9029.0, 9025.0, 9042.0, 9078.0, 9056.0, 9056.0, 9043.0, 9045.0, 9029.0, 9033.0, 9071.0, 9066.0, 9067.0, 9047.0, 9035.0, 9127.0, 9044.0, 9083.0, 9029.0, 9060.0, 9124.0, 9042.0, 9123.0, 9026.0, 9051.0, 9024.0, 9045.0, 9073.0, 9046.0, 9072.0, 9064.0, 9063.0, 9061.0, 9052.0, 9118.0, 9092.0, 9102.0, 9044.0, 9045.0, 9127.0, 9049.0, 9100.0, 9073.0, 9084.0, 9028.0, 9045.0, 9141.0, 9059.0, 9098.0, 9071.0, 9069.0, 9025.0, 9040.0, 9123.0, 9057.0, 9081.0, 9056.0, 9040.0, 9025.0, 9029.0, 9097.0, 9063.0, 9072.0, 9046.0, 9060.0, 9043.0, 9045.0, 9083.0, 9047.0, 9062.0, 9055.0, 9044.0, 9139.0, 9042.0, 9071.0, 9048.0, 9044.0, 9045.0, 9046.0, 9047.0, 9070.0, 9121.0, 9068.0, 9103.0, 9066.0, 9091.0, 9063.0, 9066.0, 9105.0, 9073.0, 9078.0, 9051.0, 9116.0, 9068.0, 9092.0, 9069.0, 9083.0, 9055.0, 9087.0, 9076.0, 9074.0, 9175.0, 9101.0, 9152.0, 9109.0, 9136.0, 9107.0, 9101.0, 9091.0, 9090.0, 9077.0, 9107.0, 9117.0, 9075.0, 9095.0, 9070.0, 9098.0, 9070.0, 9074.0, 9060.0, 9065.0, 9033.0, 9054.0, 9062.0, 9091.0, 9123.0, 9094.0, 9091.0, 9052.0, 9079.0, 9068.0, 9084.0, 9051.0, 9064.0, 9142.0, 9101.0, 9140.0, 9111.0, 9108.0, 9092.0, 9075.0, 9049.0, 9060.0, 9018.0, 9031.0, 9036.0, 9035.0, 9040.0, 9038.0, 9056.0, 9079.0, 9040.0, 9066.0, 9050.0, 9039.0, 9136.0, 9075.0, 9087.0, 9018.0, 9032.0, 9020.0, 9021.0, 9023.0, 9027.0, 9047.0, 9064.0, 9100.0, 9049.0, 9097.0, 9029.0, 9051.0, 9026.0, 9038.0, 9027.0, 9044.0, 9044.0, 9047.0, 9057.0, 9033.0, 9099.0, 9049.0, 9072.0, 9065.0, 9054.0, 9074.0, 9073.0, 9066.0, 9110.0, 9087.0, 9088.0, 9074.0, 9070.0, 9090.0, 9142.0, 9118.0, 9128.0, 9111.0, 9143.0, 9106.0, 9122.0, 9146.0, 9112.0, 9109.0, 9085.0, 9081.0, 9027.0, 9037.0, 9008.0, 9025.0, 9062.0, 9027.0, 9065.0, 9062.0, 9055.0, 9028.0, 9057.0, 9028.0, 9047.0, 9073.0, 9048.0, 9116.0, 9035.0, 9075.0, 9067.0, 9079.0, 9049.0, 9066.0, 9100.0, 9048.0, 9128.0, 9089.0, 9101.0, 9069.0, 9069.0, 9081.0, 9029.0, 9106.0, 9040.0, 9081.0, 9040.0, 9041.0, 9038.0, 9027.0, 9076.0, 9041.0, 9054.0, 9028.0, 9057.0, 9012.0, 9045.0, 9051.0, 9047.0, 9062.0, 9055.0, 9071.0, 9051.0, 9055.0, 9120.0, 9095.0, 9108.0, 9067.0, 9107.0, 9130.0, 9060.0, 9145.0, 9116.0, 9102.0, 9045.0, 9055.0, 9080.0, 9029.0, 9107.0, 9043.0, 9068.0, 9028.0, 9044.0, 9010.0, 9029.0, 9066.0, 9047.0, 9074.0, 9048.0, 9049.0, 9048.0, 9052.0, 9104.0, 9078.0, 9115.0, 9073.0, 9089.0, 9047.0, 9060.0, 9066.0, 9110.0, 9087.0, 9152.0, 9108.0, 9146.0, 9084.0, 9055.0, 9120.0, 9042.0, 9125.0, 9111.0, 9080.0, 9041.0, 9052.0, 9011.0, 9042.0, 9068.0, 9046.0, 9116.0, 9056.0, 9072.0, 9047.0, 9059.0, 9048.0, 9047.0, 9046.0, 9052.0, 9100.0, 9060.0, 9074.0, 9088.0, 9048.0, 9087.0, 9045.0, 9111.0, 9056.0, 9056.0, 9096.0, 9047.0, 9112.0, 9031.0, 9056.0, 9028.0, 9044.0, 9113.0, 9049.0, 9075.0, 9048.0, 9059.0, 9044.0, 9046.0, 9116.0, 9076.0, 9070.0, 9045.0, 9048.0, 9057.0, 9049.0, 9088.0, 9050.0, 9062.0, 9054.0, 9068.0, 9055.0, 9085.0, 9124.0, 9090.0, 9101.0, 9085.0, 9071.0, 9150.0, 9120.0, 9119.0, 9132.0, 9091.0, 9159.0, 9127.0, 9109.0, 9066.0, 9040.0, 9123.0, 9042.0, 9080.0, 9041.0, 9041.0, 9009.0, 9026.0, 9065.0, 9043.0, 9071.0, 9046.0, 9057.0, 9048.0, 9061.0, 9051.0, 9054.0, 9107.0, 9056.0, 9106.0, 9067.0, 9082.0, 9120.0, 9094.0, 9148.0, 9119.0, 9103.0, 9098.0, 9029.0, 9138.0, 9097.0, 9096.0, 9042.0, 9028.0, 9082.0, 9028.0, 9066.0, 9029.0, 9056.0, 9028.0, 9044.0, 9095.0, 9031.0, 9043.0, 9035.0, 9068.0, 9079.0, 9054.0, 9078.0, 9055.0, 9067.0, 9053.0, 9056.0, 9122.0, 9083.0, 9120.0, 9080.0, 9094.0, 9065.0, 9055.0, 9162.0, 9091.0, 9131.0, 9049.0, 9051.0, 9104.0, 9039.0, 9103.0, 9079.0, 9076.0, 9036.0, 9065.0, 9135.0, 9058.0, 9091.0, 9066.0, 9049.0, 9046.0, 9049.0, 9106.0, 9053.0, 9077.0, 9038.0, 9055.0, 9036.0, 9055.0, 9108.0, 9057.0, 9084.0, 9058.0, 9056.0, 9122.0, 9055.0, 9137.0, 9095.0, 9093.0, 9064.0, 9052.0, 9165.0, 9051.0, 9119.0, 9076.0, 9051.0, 9072.0, 9049.0, 9086.0, 9048.0, 9064.0, 9052.0, 9053.0, 9040.0, 9056.0, 9094.0, 9055.0, 9081.0, 9057.0, 9067.0, 9055.0, 9069.0, 9055.0, 9053.0, 9111.0, 9059.0, 9151.0, 9068.0, 9108.0, 9051.0, 9067.0, 9128.0, 9062.0, 9137.0, 9094.0, 9091.0, 9037.0, 9036.0, 9146.0, 9050.0, 9103.0, 9066.0, 9075.0, 9047.0, 9053.0, 9094.0, 9039.0, 9080.0, 9040.0, 9092.0, 9039.0, 9058.0, 9137.0, 9069.0, 9137.0, 9054.0, 9088.0, 9050.0, 9052.0, 9105.0, 9059.0, 9165.0, 9054.0, 9116.0, 9083.0, 9074.0, 9089.0, 9058.0, 9092.0, 9086.0, 9124.0, 9116.0, 9146.0, 9166.0, 9136.0, 9156.0, 9101.0, 9139.0, 9095.0, 9110.0, 9167.0, 9110.0, 9149.0, 9069.0, 9149.0, 9053.0, 9078.0, 9074.0, 9071.0, 9088.0, 9095.0, 9113.0, 9119.0, 9102.0, 9109.0, 9122.0, 9128.0, 9137.0, 9134.0, 9112.0, 9156.0, 9123.0, 9057.0, 9076.0, 9146.0, 9083.0, 9079.0, 9145.0, 9050.0, 9131.0, 9076.0, 9067.0, 9136.0, 9057.0, 9109.0, 9066.0, 9076.0, 9068.0, 9052.0, 9094.0, 9053.0, 9137.0, 9106.0, 9146.0, 9102.0, 9108.0, 9052.0, 9061.0, 9019.0, 9034.0, 9072.0, 9021.0, 9136.0, 9091.0, 9087.0, 9034.0, 9046.0, 9024.0, 9036.0, 9061.0, 9074.0, 9052.0, 9077.0, 9056.0, 9067.0, 9055.0, 9067.0, 9053.0, 9058.0, 9075.0, 9073.0, 9122.0, 9074.0, 9140.0, 9113.0, 9098.0, 9087.0, 9083.0, 9075.0, 9075.0, 9071.0, 9075.0, 9125.0, 9072.0, 9152.0, 9085.0, 9111.0, 9066.0, 9067.0, 9068.0, 9053.0, 9147.0, 9065.0, 9133.0, 9106.0, 9104.0, 9069.0, 9096.0, 9055.0, 9095.0, 9060.0, 9073.0, 9078.0, 9062.0, 9093.0, 9089.0, 9093.0, 9161.0, 9148.0, 9143.0, 9114.0, 9114.0, 9120.0, 9068.0, 9164.0, 9106.0, 9130.0, 9061.0, 9060.0, 9047.0, 9053.0, 9133.0, 9050.0, 9098.0, 9047.0, 9060.0, 9030.0, 9050.0, 9115.0, 9050.0, 9098.0, 9031.0, 9058.0, 9043.0, 9047.0, 9097.0, 9045.0, 9068.0, 9046.0, 9072.0, 9046.0, 9064.0, 9089.0, 9050.0, 9103.0, 9050.0, 9076.0, 9051.0, 9080.0, 9053.0, 9069.0, 9067.0, 9075.0, 9136.0, 9090.0, 9113.0, 9089.0, 9087.0, 9075.0, 9089.0, 9166.0, 9112.0, 9153.0, 9111.0, 9096.0, 9079.0, 9082.0, 9134.0, 9070.0, 9098.0, 9078.0, 9102.0, 9076.0, 9076.0, 9080.0, 9088.0, 9130.0, 9143.0, 9121.0, 9115.0, 9119.0, 9106.0, 9156.0, 9207.0, 9169.0, 9166.0, 9134.0, 9100.0, 9168.0, 9136.0, 9132.0, 9136.0, 9062.0, 9132.0, 9087.0, 9148.0, 9143.0, 9129.0, 9072.0, 9042.0, 9140.0, 9038.0, 9093.0, 9026.0, 9066.0, 9024.0, 9037.0, 9044.0, 9045.0, 9048.0, 9048.0, 9065.0, 9052.0, 9094.0, 9072.0, 9112.0, 9068.0, 9057.0, 9084.0, 9056.0, 9120.0, 9078.0, 9108.0, 9056.0, 9146.0, 9086.0, 9088.0, 9087.0, 9072.0, 9114.0, 9093.0, 9186.0, 9152.0, 9132.0, 9106.0, 9116.0, 9092.0, 9132.0, 9105.0, 9061.0, 9049.0, 9112.0, 9047.0, 9127.0, 9074.0, 9072.0, 9062.0, 9059.0, 9033.0, 9047.0, 9049.0, 9048.0, 9048.0, 9050.0, 9063.0, 9064.0, 9052.0, 9072.0, 9083.0, 9072.0, 9055.0, 9073.0, 9110.0, 9091.0, 9100.0, 9057.0, 9085.0, 9075.0, 9075.0, 9073.0, 9090.0, 9069.0, 9068.0, 9072.0, 9116.0, 9094.0, 9187.0, 9142.0, 9153.0, 9095.0, 9096.0, 9104.0, 9067.0, 9146.0, 9062.0, 9113.0, 9046.0, 9064.0, 9061.0, 9049.0, 9072.0, 9047.0, 9083.0, 9044.0, 9058.0, 9033.0, 9049.0, 9035.0, 9067.0, 9075.0, 9056.0, 9095.0, 9073.0, 9071.0, 9073.0, 9073.0, 9123.0, 9075.0, 9128.0, 9098.0, 9097.0, 9078.0, 9053.0, 9150.0, 9133.0, 9131.0, 9076.0, 9088.0, 9072.0, 9048.0, 9128.0, 9067.0, 9105.0, 9063.0, 9075.0, 9034.0, 9062.0, 9100.0, 9048.0, 9129.0, 9091.0, 9075.0, 9035.0, 9066.0, 9145.0, 9066.0, 9117.0, 9076.0, 9074.0, 9142.0, 9028.0, 9111.0, 9070.0, 9070.0, 9041.0, 9032.0, 9028.0, 9048.0, 9085.0, 9052.0, 9076.0, 9051.0, 9069.0, 9035.0, 9053.0, 9106.0, 9069.0, 9083.0, 9065.0, 9053.0, 9146.0, 9088.0, 9114.0, 9074.0, 9061.0, 9140.0, 9070.0, 9125.0, 9030.0, 9052.0, 9027.0, 9042.0, 9049.0, 9052.0, 9070.0, 9069.0, 9090.0, 9071.0, 9073.0, 9135.0, 9053.0, 9139.0, 9118.0, 9109.0, 9085.0, 9104.0, 9065.0, 9074.0, 9045.0, 9088.0, 9043.0, 9046.0, 9026.0, 9043.0, 9042.0, 9066.0, 9076.0, 9050.0, 9051.0, 9056.0, 9072.0, 9066.0, 9066.0, 9083.0, 9073.0, 9098.0, 9077.0, 9117.0, 9078.0, 9116.0, 9084.0, 9124.0, 9072.0, 9110.0, 9120.0, 9119.0, 9060.0, 9088.0, 9047.0, 9048.0, 9062.0, 9054.0, 9135.0, 9055.0, 9065.0, 9070.0, 9093.0, 9069.0, 9107.0, 9070.0, 9107.0, 9087.0, 9092.0, 9063.0, 9092.0, 9076.0, 9068.0, 9051.0, 9061.0, 9049.0, 9108.0, 9054.0, 9094.0, 9067.0, 9092.0, 9066.0, 9096.0, 9066.0, 9105.0, 9067.0, 9090.0, 9064.0, 9092.0, 9054.0, 9082.0, 9071.0, 9080.0, 9052.0, 9067.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.0016253160173160172</td></tr>
<tr><td colspan=3>aqi</td><td>0.042016634025974026</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.85496664467075</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1187751320363957</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9892659067331022</td></tr>
<tr><td colspan=3>efc</td><td>0.47</td></tr>
<tr><td colspan=3>fber</td><td>5966.9756</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10808239709858748</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>112</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.696969696969697</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.678660539554508</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6089902105240985</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8961877491313217</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.530803659008103</td></tr>
<tr><td colspan=3>gcor</td><td>0.00452964</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009543066844344139</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02770020067691803</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1155</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.629747897728409</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>17.6959</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.0778</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>157.4707</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300129.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>733.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>288.763</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.694</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>558.7843</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3242.6279</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3475.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76415.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>908.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4331.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>957.3605</td></tr>
<tr><td colspan=3>tsnr</td><td>29.78438606893178</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>