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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>12:20:19.182500</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.999764, 0.00227685, 0.0216205, -0.00226833, 0.999997, -0.000418633]</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.112769</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>[4141, -7776, -7266, 435, -51, -385, 65, 64]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>289.863</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4fe4006f-3705-46e6-8c76-1b042bb12d5a||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.6822926998138428, -0.0060857683420181274, 0.0583777129650116, 115.97306060791016], [-0.006108629517257214, 2.68291974067688, -0.0009976272704079747, -95.88903045654297], [0.0580061674118042, 0.0011231615208089352, 2.699368476867676, -100.05430603027344], [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': ['122019.182500', '122019.642500', '122020.102500', '122020.562500', '122021.022500', '122021.482500', '122021.942500', '122022.402500', '122022.862500', '122023.322500', '122023.782500', '122024.242500', '122024.702500', '122025.162500', '122025.622500', '122026.082500', '122026.542500', '122027.002500', '122027.462500', '122027.922500', '122028.382500', '122028.842500', '122029.302500', '122029.762500', '122030.222500', '122030.682500', '122031.142500', '122031.602500', '122032.062500', '122032.522500', '122032.982500', '122033.442500', '122033.902500', '122034.362500', '122034.822500', '122035.282500', '122035.742500', '122036.202500', '122036.662500', '122037.122500', '122037.582500', '122038.042500', '122038.502500', '122038.962500', '122039.422500', '122039.882500', '122040.342500', '122040.802500', '122041.262500', '122041.722500', '122042.182500', '122042.642500', '122043.102500', '122043.562500', '122044.022500', '122044.482500', '122044.942500', '122045.402500', '122045.862500', '122046.322500', '122046.782500', '122047.242500', '122047.702500', '122048.162500', '122048.622500', '122049.082500', '122049.542500', '122050.002500', '122050.462500', '122050.922500', '122051.382500', '122051.842500', '122052.302500', '122052.762500', '122053.222500', '122053.682500', '122054.142500', '122054.602500', '122055.062500', '122055.522500', '122055.982500', '122056.442500', '122056.902500', '122057.362500', '122057.822500', '122058.282500', '122058.742500', '122059.202500', '122059.662500', '122100.122500', '122100.582500', '122101.042500', '122101.502500', '122101.962500', '122102.422500', '122102.882500', '122103.342500', '122103.802500', '122104.262500', '122104.722500', '122105.182500', '122105.642500', '122106.102500', '122106.562500', '122107.022500', '122107.482500', '122107.942500', '122108.402500', '122108.862500', '122109.322500', '122109.782500', '122110.242500', '122110.702500', '122111.162500', '122111.622500', '122112.082500', '122112.542500', '122113.002500', '122113.462500', '122113.922500', '122114.382500', '122114.842500', '122115.302500', '122115.762500', '122116.222500', '122116.682500', '122117.142500', '122117.602500', '122118.062500', '122118.522500', '122118.982500', '122119.442500', '122119.902500', '122120.362500', '122120.822500', '122121.282500', '122121.742500', '122122.202500', '122122.662500', '122123.122500', '122123.582500', '122124.042500', '122124.502500', '122124.962500', '122125.422500', '122125.882500', '122126.342500', '122126.802500', '122127.262500', '122127.722500', '122128.182500', '122128.642500', '122129.102500', '122129.562500', '122130.022500', '122130.482500', '122130.942500', '122131.402500', '122131.862500', '122132.322500', '122132.782500', '122133.242500', '122133.702500', '122134.162500', '122134.622500', '122135.082500', '122135.542500', '122136.002500', '122136.462500', '122136.922500', '122137.382500', '122137.842500', '122138.302500', '122138.762500', '122139.222500', '122139.682500', '122140.142500', '122140.602500', '122141.062500', '122141.522500', '122141.982500', '122142.442500', '122142.902500', '122143.362500', '122143.822500', '122144.282500', '122144.742500', '122145.202500', '122145.662500', '122146.122500', '122146.582500', '122147.042500', '122147.502500', '122147.962500', '122148.422500', '122148.882500', '122149.342500', '122149.802500', '122150.262500', '122150.722500', '122151.182500', '122151.642500', '122152.102500', '122152.562500', '122153.022500', '122153.482500', '122153.942500', '122154.402500', '122154.862500', '122155.322500', '122155.782500', '122156.242500', '122156.702500', '122157.162500', '122157.622500', '122158.082500', '122158.542500', '122159.002500', '122159.462500', '122159.922500', '122200.382500', '122200.842500', '122201.302500', '122201.762500', '122202.222500', '122202.682500', '122203.142500', '122203.602500', '122204.062500', '122204.522500', '122204.982500', '122205.442500', '122205.902500', '122206.362500', '122206.822500', '122207.282500', '122207.742500', '122208.202500', '122208.662500', '122209.122500', '122209.582500', '122210.042500', '122210.502500', '122210.962500', '122211.422500', '122211.882500', '122212.342500', '122212.802500', '122213.262500', '122213.722500', '122214.182500', '122214.642500', '122215.102500', '122215.562500', '122216.022500', '122216.482500', '122216.942500', '122217.402500', '122217.862500', '122218.322500', '122218.782500', '122219.242500', '122219.702500', '122220.162500', '122220.622500', '122221.082500', '122221.542500', '122222.002500', '122222.462500', '122222.922500', '122223.382500', '122223.842500', '122224.302500', '122224.762500', '122225.222500', '122225.682500', '122226.142500', '122226.602500', '122227.062500', '122227.522500', '122227.982500', '122228.442500', '122228.902500', '122229.362500', '122229.822500', '122230.282500', '122230.742500', '122231.202500', '122231.662500', '122232.122500', '122232.582500', '122233.042500', '122233.502500', '122233.962500', '122234.422500', '122234.882500', '122235.342500', '122235.802500', '122236.262500', '122236.722500', '122237.182500', '122237.642500', '122238.102500', '122238.562500', '122239.022500', '122239.482500', '122239.942500', '122240.402500', '122240.862500', '122241.322500', '122241.782500', '122242.242500', '122242.702500', '122243.162500', '122243.622500', '122244.082500', '122244.542500', '122245.002500', '122245.462500', '122245.922500', '122246.382500', '122246.842500', '122247.302500', '122247.762500', '122248.222500', '122248.682500', '122249.142500', '122249.602500', '122250.062500', '122250.522500', '122250.982500', '122251.442500', '122251.902500', '122252.362500', '122252.822500', '122253.282500', '122253.742500', '122254.202500', '122254.662500', '122255.122500', '122255.582500', '122256.042500', '122256.502500', '122256.962500', '122257.422500', '122257.882500', '122258.342500', '122258.802500', '122259.262500', '122259.722500', '122300.182500', '122300.642500', '122301.102500', '122301.562500', '122302.022500', '122302.482500', '122302.942500', '122303.402500', '122303.862500', '122304.322500', '122304.782500', '122305.242500', '122305.702500', '122306.162500', '122306.622500', '122307.082500', '122307.542500', '122308.002500', '122308.462500', '122308.922500', '122309.382500', '122309.842500', '122310.302500', '122310.762500', '122311.222500', '122311.682500', '122312.142500', '122312.602500', '122313.062500', '122313.522500', '122313.982500', '122314.442500', '122314.902500', '122315.362500', '122315.822500', '122316.282500', '122316.742500', '122317.202500', '122317.662500', '122318.122500', '122318.582500', '122319.042500', '122319.502500', '122319.962500', '122320.422500', '122320.882500', '122321.342500', '122321.802500', '122322.262500', '122322.722500', '122323.182500', '122323.642500', '122324.102500', '122324.562500', '122325.022500', '122325.482500', '122325.942500', '122326.402500', '122326.862500', '122327.322500', '122327.782500', '122328.242500', '122328.702500', '122329.162500', '122329.622500', '122330.082500', '122330.542500', '122331.002500', '122331.462500', '122331.922500', '122332.382500', '122332.842500', '122333.302500', '122333.762500', '122334.222500', '122334.682500', '122335.142500', '122335.602500', '122336.062500', '122336.522500', '122336.982500', '122337.442500', '122337.902500', '122338.362500', '122338.822500', '122339.282500', '122339.742500', '122340.202500', '122340.662500', '122341.122500', '122341.582500', '122342.042500', '122342.502500', '122342.962500', '122343.422500', '122343.882500', '122344.342500', '122344.802500', '122345.262500', '122345.722500', '122346.182500', '122346.642500', '122347.102500', '122347.562500', '122348.022500', '122348.482500', '122348.942500', '122349.402500', '122349.862500', '122350.322500', '122350.782500', '122351.242500', '122351.702500', '122352.162500', '122352.622500', '122353.082500', '122353.542500', '122354.002500', '122354.462500', '122354.922500', '122355.382500', '122355.842500', '122356.302500', '122356.762500', '122357.222500', '122357.682500', '122358.142500', '122358.602500', '122359.062500', '122359.522500', '122359.982500', '122400.442500', '122400.902500', '122401.362500', '122401.822500', '122402.282500', '122402.742500', '122403.202500', '122403.662500', '122404.122500', '122404.582500', '122405.042500', '122405.502500', '122405.962500', '122406.422500', '122406.882500', '122407.342500', '122407.802500', '122408.262500', '122408.722500', '122409.182500', '122409.642500', '122410.102500', '122410.562500', '122411.022500', '122411.482500', '122411.942500', '122412.402500', '122412.862500', '122413.322500', '122413.782500', '122414.242500', '122414.702500', '122415.162500', '122415.622500', '122416.082500', '122416.542500', '122417.002500', '122417.462500', '122417.922500', '122418.382500', '122418.842500', '122419.302500', '122419.762500', '122420.222500', '122420.682500', '122421.142500', '122421.602500', '122422.062500', '122422.522500', '122422.982500', '122423.442500', '122423.902500', '122424.362500', '122424.822500', '122425.282500', '122425.742500', '122426.202500', '122426.662500', '122427.122500', '122427.582500', '122428.042500', '122428.502500', '122428.962500', '122429.422500', '122429.882500', '122430.342500', '122430.802500', '122431.262500', '122431.722500', '122432.182500', '122432.642500', '122433.102500', '122433.562500', '122434.022500', '122434.482500', '122434.942500', '122435.402500', '122435.862500', '122436.322500', '122436.782500', '122437.242500', '122437.702500', '122438.162500', '122438.622500', '122439.082500', '122439.542500', '122440.002500', '122440.462500', '122440.922500', '122441.382500', '122441.842500', '122442.302500', '122442.762500', '122443.222500', '122443.682500', '122444.142500', '122444.602500', '122445.062500', '122445.522500', '122445.982500', '122446.442500', '122446.902500', '122447.362500', '122447.822500', '122448.282500', '122448.742500', '122449.202500', '122449.662500', '122450.122500', '122450.582500', '122451.042500', '122451.502500', '122451.962500', '122452.422500', '122452.882500', '122453.342500', '122453.802500', '122454.262500', '122454.722500', '122455.182500', '122455.642500', '122456.102500', '122456.562500', '122457.022500', '122457.482500', '122457.942500', '122458.402500', '122458.862500', '122459.322500', '122459.782500', '122500.242500', '122500.702500', '122501.162500', '122501.622500', '122502.082500', '122502.542500', '122503.002500', '122503.462500', '122503.922500', '122504.382500', '122504.842500', '122505.302500', '122505.762500', '122506.222500', '122506.682500', '122507.142500', '122507.602500', '122508.062500', '122508.522500', '122508.982500', '122509.442500', '122509.902500', '122510.362500', '122510.822500', '122511.282500', '122511.742500', '122512.202500', '122512.662500', '122513.122500', '122513.582500', '122514.042500', '122514.502500', '122514.962500', '122515.422500', '122515.882500', '122516.342500', '122516.802500', '122517.262500', '122517.722500', '122518.182500', '122518.642500', '122519.102500', '122519.562500', '122520.022500', '122520.482500', '122520.942500', '122521.402500', '122521.862500', '122522.322500', '122522.782500', '122523.242500', '122523.702500', '122524.162500', '122524.622500', '122525.082500', '122525.542500', '122526.002500', '122526.462500', '122526.922500', '122527.382500', '122527.842500', '122528.302500', '122528.762500', '122529.222500', '122529.682500', '122530.142500', '122530.602500', '122531.062500', '122531.522500', '122531.982500', '122532.442500', '122532.902500', '122533.362500', '122533.822500', '122534.282500', '122534.742500', '122535.202500', '122535.662500', '122536.122500', '122536.582500', '122537.042500', '122537.502500', '122537.962500', '122538.422500', '122538.882500', '122539.342500', '122539.802500', '122540.262500', '122540.722500', '122541.182500', '122541.642500', '122542.102500', '122542.562500', '122543.022500', '122543.482500', '122543.942500', '122544.402500', '122544.862500', '122545.322500', '122545.782500', '122546.242500', '122546.702500', '122547.162500', '122547.622500', '122548.082500', '122548.542500', '122549.002500', '122549.462500', '122549.922500', '122550.382500', '122550.842500', '122551.302500', '122551.762500', '122552.222500', '122552.682500', '122553.142500', '122553.602500', '122554.062500', '122554.522500', '122554.982500', '122555.442500', '122555.902500', '122556.362500', '122556.822500', '122557.282500', '122557.742500', '122558.202500', '122558.662500', '122559.122500', '122559.582500', '122600.042500', '122600.502500', '122600.962500', '122601.422500', '122601.882500', '122602.342500', '122602.802500', '122603.262500', '122603.722500', '122604.182500', '122604.642500', '122605.102500', '122605.562500', '122606.022500', '122606.482500', '122606.942500', '122607.402500', '122607.862500', '122608.322500', '122608.782500', '122609.242500', '122609.702500', '122610.162500', '122610.622500', '122611.082500', '122611.542500', '122612.002500', '122612.462500', '122612.922500', '122613.382500', '122613.842500', '122614.302500', '122614.762500', '122615.222500', '122615.682500', '122616.142500', '122616.602500', '122617.062500', '122617.522500', '122617.982500', '122618.442500', '122618.902500', '122619.362500', '122619.822500', '122620.282500', '122620.742500', '122621.202500', '122621.662500', '122622.122500', '122622.582500', '122623.042500', '122623.502500', '122623.962500', '122624.422500', '122624.882500', '122625.342500', '122625.802500', '122626.262500', '122626.722500', '122627.182500', '122627.642500', '122628.102500', '122628.562500', '122629.022500', '122629.482500', '122629.942500', '122630.402500', '122630.862500', '122631.322500', '122631.782500', '122632.242500', '122632.702500', '122633.162500', '122633.622500', '122634.082500', '122634.542500', '122635.002500', '122635.462500', '122635.922500', '122636.382500', '122636.842500', '122637.302500', '122637.762500', '122638.222500', '122638.682500', '122639.142500', '122639.602500', '122640.062500', '122640.522500', '122640.982500', '122641.442500', '122641.902500', '122642.362500', '122642.822500', '122643.282500', '122643.742500', '122644.202500', '122644.662500', '122645.122500', '122645.582500', '122646.042500', '122646.502500', '122646.962500', '122647.422500', '122647.882500', '122648.342500', '122648.802500', '122649.262500', '122649.722500', '122650.182500', '122650.642500', '122651.102500', '122651.562500', '122652.022500', '122652.482500', '122652.942500', '122653.402500', '122653.862500', '122654.322500', '122654.782500', '122655.242500', '122655.702500', '122656.162500', '122656.622500', '122657.082500', '122657.542500', '122658.002500', '122658.462500', '122658.922500', '122659.382500', '122659.842500', '122700.302500', '122700.762500', '122701.222500', '122701.682500', '122702.142500', '122702.602500', '122703.062500', '122703.522500', '122703.982500', '122704.442500', '122704.902500', '122705.362500', '122705.822500', '122706.282500', '122706.742500', '122707.202500', '122707.662500', '122708.122500', '122708.582500', '122709.042500', '122709.502500', '122709.962500', '122710.422500', '122710.882500', '122711.342500', '122711.802500', '122712.262500', '122712.722500', '122713.182500', '122713.642500', '122714.102500', '122714.562500', '122715.022500', '122715.482500', '122715.942500', '122716.402500', '122716.862500', '122717.322500', '122717.782500', '122718.242500', '122718.702500', '122719.162500', '122719.622500', '122720.082500', '122720.542500', '122721.002500', '122721.462500', '122721.922500', '122722.382500', '122722.842500', '122723.302500', '122723.762500', '122724.222500', '122724.682500', '122725.142500', '122725.602500', '122726.062500', '122726.522500', '122726.982500', '122727.442500', '122727.902500', '122728.362500', '122728.822500', '122729.282500', '122729.742500', '122730.202500', '122730.662500', '122731.122500', '122731.582500', '122732.042500', '122732.502500', '122732.962500', '122733.422500', '122733.882500', '122734.342500', '122734.802500', '122735.262500', '122735.722500', '122736.182500', '122736.642500', '122737.102500', '122737.562500', '122738.022500', '122738.482500', '122738.942500', '122739.402500', '122739.862500', '122740.322500', '122740.782500', '122741.242500', '122741.702500', '122742.162500', '122742.622500', '122743.082500', '122743.542500', '122744.002500', '122744.462500', '122744.922500', '122745.382500', '122745.842500', '122746.302500', '122746.762500', '122747.222500', '122747.682500', '122748.142500', '122748.602500', '122749.062500', '122749.522500', '122749.982500', '122750.442500', '122750.902500', '122751.362500', '122751.822500', '122752.282500', '122752.742500', '122753.202500', '122753.662500', '122754.122500', '122754.582500', '122755.042500', '122755.502500', '122755.962500', '122756.422500', '122756.882500', '122757.342500', '122757.802500', '122758.262500', '122758.722500', '122759.182500', '122759.642500', '122800.102500', '122800.562500', '122801.022500', '122801.482500', '122801.942500', '122802.402500', '122802.862500', '122803.322500', '122803.782500', '122804.242500', '122804.702500', '122805.162500', '122805.622500', '122806.082500', '122806.542500', '122807.002500', '122807.462500', '122807.922500', '122808.382500', '122808.842500', '122809.302500', '122809.762500', '122810.222500', '122810.682500', '122811.142500', '122811.602500', '122812.062500', '122812.522500', '122812.982500', '122813.442500', '122813.902500', '122814.362500', '122814.822500', '122815.282500', '122815.742500', '122816.202500', '122816.662500', '122817.122500', '122817.582500', '122818.042500', '122818.502500', '122818.962500', '122819.422500', '122819.882500', '122820.342500', '122820.802500', '122821.262500', '122821.722500', '122822.182500', '122822.642500', '122823.102500', '122823.562500', '122824.022500', '122824.482500', '122824.942500', '122825.402500', '122825.862500', '122826.322500', '122826.782500', '122827.242500', '122827.702500', '122828.162500', '122828.622500', '122829.082500', '122829.542500', '122830.002500', '122830.462500', '122830.922500', '122831.382500', '122831.842500', '122832.302500', '122832.762500', '122833.222500', '122833.682500', '122834.142500', '122834.602500', '122835.062500', '122835.522500', '122835.982500', '122836.442500', '122836.902500', '122837.362500', '122837.822500', '122838.282500', '122838.742500', '122839.202500', '122839.662500', '122840.122500', '122840.582500', '122841.042500', '122841.502500', '122841.962500', '122842.422500', '122842.882500', '122843.342500', '122843.802500', '122844.262500', '122844.722500', '122845.182500', '122845.642500', '122846.102500', '122846.562500', '122847.022500', '122847.482500', '122847.942500', '122848.402500', '122848.862500', '122849.322500', '122849.782500', '122850.242500', '122850.702500', '122851.162500', '122851.622500', '122852.082500', '122852.542500', '122853.002500', '122853.462500', '122853.922500', '122854.382500', '122854.842500', '122855.302500', '122855.762500', '122856.222500', '122856.682500', '122857.142500', '122857.602500', '122858.062500', '122858.522500', '122858.982500', '122859.442500', '122859.902500', '122900.362500', '122900.822500', '122901.282500', '122901.742500', '122902.202500', '122902.662500', '122903.122500', '122903.582500', '122904.042500', '122904.502500', '122904.962500', '122905.422500', '122905.882500', '122906.342500', '122906.802500', '122907.262500', '122907.722500', '122908.182500', '122908.642500', '122909.102500', '122909.562500', '122910.022500', '122910.482500', '122910.942500', '122911.402500'], 'ContentTime': ['122045.618000', '122045.621000', '122045.623000', '122045.626000', '122045.629000', '122045.631000', '122045.634000', '122045.637000', '122045.639000', '122045.642000', '122045.644000', '122045.647000', '122045.650000', '122045.652000', '122045.655000', '122045.658000', '122045.660000', '122045.663000', '122045.665000', '122045.668000', '122045.671000', '122045.673000', '122045.676000', '122045.679000', '122045.681000', '122045.684000', '122045.687000', '122045.689000', '122045.692000', '122045.694000', '122045.697000', '122045.700000', '122045.702000', '122045.705000', '122045.707000', '122045.710000', '122045.712000', '122045.715000', '122045.718000', '122045.720000', '122045.725000', '122045.728000', '122045.731000', '122045.733000', '122045.736000', '122045.738000', '122045.741000', '122045.744000', '122045.746000', '122045.749000', '122045.751000', '122045.754000', '122045.757000', '122045.759000', '122045.762000', '122105.587000', '122105.590000', '122105.593000', '122105.596000', '122105.598000', '122105.601000', '122105.604000', '122105.606000', '122105.609000', '122105.612000', '122105.620000', '122105.623000', '122105.626000', '122105.628000', '122105.631000', '122105.634000', '122105.636000', '122105.639000', '122105.642000', '122105.644000', '122105.647000', '122105.649000', '122105.652000', '122105.655000', '122105.657000', '122105.660000', '122105.663000', '122105.665000', '122105.668000', '122105.671000', '122105.673000', '122105.676000', '122105.678000', '122105.681000', '122105.684000', '122105.686000', '122105.689000', '122105.691000', '122105.694000', '122105.697000', '122105.699000', '122105.702000', '122105.704000', '122125.588000', '122125.591000', '122125.593000', '122125.596000', '122125.599000', '122125.601000', '122125.604000', '122125.607000', '122125.609000', '122125.612000', '122125.615000', '122125.617000', '122125.620000', '122125.623000', '122125.626000', '122125.628000', '122125.631000', '122125.634000', '122125.636000', '122125.639000', '122125.641000', '122125.644000', '122125.646000', '122125.649000', '122125.651000', '122125.654000', '122125.657000', '122125.659000', '122125.662000', '122125.664000', '122125.667000', '122125.670000', '122125.672000', '122125.675000', '122125.678000', '122125.680000', '122125.683000', '122125.685000', '122125.692000', '122125.694000', '122125.697000', '122125.699000', '122125.702000', '122125.705000', '122145.588000', '122145.591000', '122145.594000', '122145.596000', '122145.599000', '122145.602000', '122145.604000', '122145.607000', '122145.610000', '122145.612000', '122145.615000', '122145.617000', '122145.620000', '122145.623000', '122145.625000', '122145.628000', '122145.630000', '122145.633000', '122145.636000', '122145.638000', '122145.641000', '122145.643000', '122145.646000', '122145.648000', '122145.651000', '122145.653000', '122145.656000', '122145.669000', '122145.672000', '122145.674000', '122145.677000', '122145.679000', '122145.682000', '122145.685000', '122145.687000', '122145.690000', '122145.693000', '122145.695000', '122145.698000', '122145.700000', '122145.703000', '122145.706000', '122145.708000', '122205.588000', '122205.591000', '122205.594000', '122205.601000', '122205.603000', '122205.606000', '122205.609000', '122205.611000', '122205.614000', '122205.616000', '122205.619000', '122205.621000', '122205.624000', '122205.627000', '122205.629000', '122205.632000', '122205.634000', '122205.637000', '122205.640000', '122205.642000', '122205.645000', '122205.647000', '122205.650000', '122205.652000', '122205.655000', '122205.658000', '122205.660000', '122205.663000', '122205.665000', '122205.668000', '122205.671000', '122205.673000', '122205.676000', '122205.678000', '122205.681000', '122205.684000', '122205.686000', '122205.689000', '122205.691000', '122205.694000', '122205.696000', '122205.699000', '122205.702000', '122205.704000', '122225.588000', '122225.591000', '122225.594000', '122225.597000', '122225.600000', '122225.602000', '122225.605000', '122225.608000', '122225.610000', '122225.613000', '122225.615000', '122225.618000', '122225.621000', '122225.623000', '122225.626000', '122225.628000', '122225.631000', '122225.634000', '122225.636000', '122225.639000', '122225.642000', '122225.644000', '122225.647000', '122225.649000', '122225.652000', '122225.655000', '122225.657000', '122225.660000', '122225.662000', '122225.665000', '122225.668000', '122225.670000', '122225.673000', '122225.675000', '122225.678000', '122225.680000', '122225.683000', '122225.686000', '122225.688000', '122225.691000', '122225.693000', '122225.696000', '122225.699000', '122245.588000', '122245.591000', '122245.594000', '122245.597000', '122245.599000', '122245.602000', '122245.605000', '122245.609000', '122245.612000', '122245.614000', '122245.617000', '122245.619000', '122245.622000', '122245.625000', '122245.627000', '122245.630000', '122245.632000', '122245.635000', '122245.638000', '122245.640000', '122245.643000', '122245.645000', '122245.648000', '122245.651000', '122245.653000', '122245.656000', '122245.659000', '122245.661000', '122245.664000', '122245.667000', '122245.670000', '122245.672000', '122245.675000', '122245.677000', '122245.680000', '122245.683000', '122245.685000', '122245.688000', '122245.690000', '122245.693000', '122245.696000', '122245.698000', '122245.701000', '122245.704000', '122305.587000', '122305.590000', '122305.593000', '122305.595000', '122305.598000', '122305.601000', '122305.603000', '122305.606000', '122305.609000', '122305.611000', '122305.614000', '122305.617000', '122305.619000', '122305.622000', '122305.633000', '122305.635000', '122305.638000', '122305.640000', '122305.643000', '122305.646000', '122305.648000', '122305.651000', '122305.654000', '122305.656000', '122305.659000', '122305.661000', '122305.664000', '122305.667000', '122305.669000', '122305.672000', '122305.674000', '122305.677000', '122305.680000', '122305.682000', '122305.685000', '122305.687000', '122305.690000', '122305.692000', '122305.695000', '122305.698000', '122305.700000', '122305.703000', '122305.705000', '122325.588000', '122325.590000', '122325.593000', '122325.596000', '122325.598000', '122325.601000', '122325.604000', '122325.606000', '122325.609000', '122325.621000', '122325.623000', '122325.626000', '122325.629000', '122325.631000', '122325.634000', '122325.637000', '122325.639000', '122325.642000', '122325.645000', '122325.647000', '122325.650000', '122325.652000', '122325.655000', '122325.657000', '122325.660000', '122325.663000', '122325.665000', '122325.668000', '122325.671000', '122325.673000', '122325.676000', '122325.678000', '122325.681000', '122325.683000', '122325.686000', '122325.689000', '122325.692000', '122325.694000', '122325.697000', '122325.700000', '122325.702000', '122325.705000', '122325.707000', '122325.710000', '122345.588000', '122345.590000', '122345.593000', '122345.596000', '122345.598000', '122345.601000', '122345.604000', '122345.606000', '122345.609000', '122345.612000', '122345.614000', '122345.617000', '122345.619000', '122345.622000', '122345.625000', '122345.627000', '122345.630000', '122345.632000', '122345.635000', '122345.638000', '122345.640000', '122345.643000', '122345.645000', '122345.648000', '122345.651000', '122345.653000', '122345.656000', '122345.658000', '122345.661000', '122345.664000', '122345.666000', '122345.669000', '122345.671000', '122345.674000', '122345.676000', '122345.679000', '122345.682000', '122345.684000', '122345.687000', '122345.689000', '122345.692000', '122345.695000', '122345.697000', '122405.588000', '122405.591000', '122405.594000', '122405.597000', '122405.600000', '122405.603000', '122405.605000', '122405.608000', '122405.611000', '122405.614000', '122405.616000', '122405.619000', '122405.622000', '122405.624000', '122405.627000', '122405.629000', '122405.632000', '122405.635000', '122405.637000', '122405.640000', '122405.642000', '122405.645000', '122405.649000', '122405.652000', '122405.654000', '122405.657000', '122405.660000', '122405.662000', '122405.665000', '122405.667000', '122405.670000', '122405.673000', '122405.675000', '122405.678000', '122405.680000', '122405.683000', '122405.686000', '122405.688000', '122405.691000', '122405.694000', '122405.696000', '122405.699000', '122405.702000', '122425.589000', '122425.592000', '122425.595000', '122425.597000', '122425.600000', '122425.603000', '122425.605000', '122425.608000', '122425.611000', '122425.613000', '122425.616000', '122425.619000', '122425.621000', '122425.624000', '122425.626000', '122425.629000', '122425.632000', '122425.634000', '122425.637000', '122425.639000', '122425.642000', '122425.645000', '122425.647000', '122425.650000', '122425.652000', '122425.655000', '122425.658000', '122425.660000', '122425.663000', '122425.665000', '122425.668000', '122425.671000', '122425.673000', '122425.676000', '122425.678000', '122425.681000', '122425.684000', '122425.686000', '122425.689000', '122425.691000', '122425.694000', '122425.696000', '122425.699000', '122425.702000', '122445.588000', '122445.591000', '122445.594000', '122445.596000', '122445.599000', '122445.602000', '122445.604000', '122445.607000', '122445.610000', '122445.612000', '122445.615000', '122445.617000', '122445.620000', '122445.623000', '122445.625000', '122445.628000', '122445.630000', '122445.633000', '122445.636000', '122445.638000', '122445.641000', '122445.643000', '122445.646000', '122445.649000', '122445.651000', '122445.654000', '122445.656000', '122445.659000', '122445.662000', '122445.664000', '122445.667000', '122445.669000', '122445.672000', '122445.674000', '122445.688000', '122445.691000', '122445.693000', '122445.696000', '122445.698000', '122445.701000', '122445.704000', '122445.706000', '122445.709000', '122505.588000', '122505.591000', '122505.594000', '122505.597000', '122505.599000', '122505.602000', '122505.605000', '122505.607000', '122505.610000', '122505.613000', '122505.615000', '122505.618000', '122505.620000', '122505.623000', '122505.626000', '122505.628000', '122505.631000', '122505.634000', '122505.636000', '122505.639000', '122505.641000', '122505.644000', '122505.647000', '122505.649000', '122505.652000', '122505.654000', '122505.657000', '122505.660000', '122505.662000', '122505.665000', '122505.667000', '122505.670000', '122505.673000', '122505.675000', '122505.678000', '122505.680000', '122505.683000', '122505.686000', '122505.688000', '122505.691000', '122505.693000', '122505.696000', '122505.699000', '122505.701000', '122525.588000', '122525.591000', '122525.593000', '122525.596000', '122525.599000', '122525.601000', '122525.604000', '122525.607000', '122525.610000', '122525.612000', '122525.615000', '122525.617000', '122525.620000', '122525.623000', '122525.625000', '122525.628000', '122525.631000', '122525.633000', '122525.636000', '122525.639000', '122525.641000', '122525.644000', '122525.647000', '122525.649000', '122525.652000', '122525.654000', '122525.657000', '122525.659000', '122525.662000', '122525.665000', '122525.667000', '122525.670000', '122525.673000', '122525.675000', '122525.678000', '122525.680000', '122525.683000', '122525.687000', '122525.689000', '122525.692000', '122525.695000', '122525.697000', '122525.700000', '122545.587000', '122545.590000', '122545.593000', '122545.596000', '122545.599000', '122545.601000', '122545.604000', '122545.607000', '122545.609000', '122545.612000', '122545.616000', '122545.619000', '122545.622000', '122545.624000', '122545.627000', '122545.630000', '122545.632000', '122545.635000', '122545.638000', '122545.640000', '122545.643000', '122545.646000', '122545.648000', '122545.651000', '122545.653000', '122545.656000', '122545.659000', '122545.661000', '122545.664000', '122545.667000', '122545.669000', '122545.672000', '122545.675000', '122545.677000', '122545.680000', '122545.683000', '122545.685000', '122545.688000', '122545.690000', '122545.693000', '122545.696000', '122545.698000', '122545.701000', '122545.704000', '122605.587000', '122605.590000', '122605.593000', '122605.596000', '122605.598000', '122605.601000', '122605.604000', '122605.606000', '122605.609000', '122605.611000', '122605.614000', '122605.616000', '122605.619000', '122605.622000', '122605.624000', '122605.627000', '122605.630000', '122605.632000', '122605.635000', '122605.638000', '122605.641000', '122605.644000', '122605.647000', '122605.649000', '122605.652000', '122605.654000', '122605.657000', '122605.659000', '122605.662000', '122605.665000', '122605.667000', '122605.675000', '122605.678000', '122605.680000', '122605.683000', '122605.686000', '122605.688000', '122605.691000', '122605.694000', '122605.696000', '122605.699000', '122605.701000', '122605.704000', '122625.589000', '122625.599000', '122625.602000', '122625.604000', '122625.607000', '122625.609000', '122625.612000', '122625.615000', '122625.617000', '122625.620000', '122625.623000', '122625.625000', '122625.628000', '122625.630000', '122625.633000', '122625.636000', '122625.639000', '122625.641000', '122625.644000', '122625.647000', '122625.649000', '122625.652000', '122625.655000', '122625.657000', '122625.660000', '122625.662000', '122625.665000', '122625.668000', '122625.670000', '122625.673000', '122625.676000', '122625.678000', '122625.681000', '122625.683000', '122625.686000', '122625.689000', '122625.691000', '122625.694000', '122625.697000', '122625.699000', '122625.702000', '122625.704000', '122625.707000', '122625.710000', '122645.589000', '122645.591000', '122645.594000', '122645.597000', '122645.600000', '122645.602000', '122645.605000', '122645.607000', '122645.610000', '122645.613000', '122645.615000', '122645.618000', '122645.620000', '122645.623000', '122645.626000', '122645.628000', '122645.631000', '122645.634000', '122645.636000', '122645.639000', '122645.641000', '122645.644000', '122645.646000', '122645.649000', '122645.651000', '122645.654000', '122645.657000', '122645.659000', '122645.662000', '122645.665000', '122645.667000', '122645.670000', '122645.672000', '122645.675000', '122645.678000', '122645.680000', '122645.683000', '122645.685000', '122645.688000', '122645.691000', '122645.693000', '122645.696000', '122645.698000', '122705.588000', '122705.592000', '122705.594000', '122705.597000', '122705.599000', '122705.602000', '122705.605000', '122705.608000', '122705.610000', '122705.613000', '122705.616000', '122705.618000', '122705.621000', '122705.624000', '122705.626000', '122705.629000', '122705.632000', '122705.635000', '122705.637000', '122705.640000', '122705.642000', '122705.645000', '122705.648000', '122705.650000', '122705.653000', '122705.655000', '122705.658000', '122705.661000', '122705.663000', '122705.666000', '122705.669000', '122705.671000', '122705.674000', '122705.676000', '122705.679000', '122705.681000', '122705.684000', '122705.686000', '122705.689000', '122705.692000', '122705.694000', '122705.697000', '122705.700000', '122705.702000', '122725.589000', '122725.591000', '122725.594000', '122725.597000', '122725.600000', '122725.602000', '122725.605000', '122725.608000', '122725.610000', '122725.613000', '122725.616000', '122725.618000', '122725.621000', '122725.624000', '122725.626000', '122725.629000', '122725.632000', '122725.634000', '122725.637000', '122725.640000', '122725.642000', '122725.645000', '122725.647000', '122725.650000', '122725.653000', '122725.656000', '122725.658000', '122725.661000', '122725.664000', '122725.668000', '122725.670000', '122725.673000', '122725.676000', '122725.679000', '122725.681000', '122725.684000', '122725.686000', '122725.689000', '122725.692000', '122725.694000', '122725.697000', '122725.700000', '122725.702000', '122745.587000', '122745.590000', '122745.593000', '122745.596000', '122745.598000', '122745.601000', '122745.604000', '122745.606000', '122745.609000', '122745.612000', '122745.614000', '122745.617000', '122745.652000', '122745.655000', '122745.657000', '122745.660000', '122745.663000', '122745.665000', '122745.668000', '122745.671000', '122745.673000', '122745.676000', '122745.679000', '122745.681000', '122745.684000', '122745.687000', '122745.689000', '122745.692000', '122745.695000', '122745.697000', '122745.700000', '122745.702000', '122745.705000', '122745.708000', '122745.710000', '122745.713000', '122745.716000', '122745.718000', '122745.721000', '122745.724000', '122745.726000', '122745.729000', '122745.732000', '122745.734000', '122805.588000', '122805.590000', '122805.593000', '122805.596000', '122805.599000', '122805.601000', '122805.604000', '122805.607000', '122805.609000', '122805.612000', '122805.615000', '122805.617000', '122805.620000', '122805.622000', '122805.625000', '122805.628000', '122805.630000', '122805.633000', '122805.636000', '122805.638000', '122805.641000', '122805.643000', '122805.646000', '122805.649000', '122805.651000', '122805.654000', '122805.657000', '122805.659000', '122805.662000', '122805.664000', '122805.667000', '122805.670000', '122805.672000', '122805.675000', '122805.678000', '122805.680000', '122805.683000', '122805.685000', '122805.688000', '122805.691000', '122805.693000', '122805.696000', '122805.699000', '122825.588000', '122825.590000', '122825.593000', '122825.596000', '122825.599000', '122825.601000', '122825.604000', '122825.607000', '122825.609000', '122825.612000', '122825.614000', '122825.617000', '122825.620000', '122825.622000', '122825.625000', '122825.628000', '122825.630000', '122825.633000', '122825.636000', '122825.638000', '122825.641000', '122825.644000', '122825.646000', '122825.649000', '122825.652000', '122825.654000', '122825.657000', '122825.660000', '122825.662000', '122825.665000', '122825.667000', '122825.670000', '122825.673000', '122825.675000', '122825.678000', '122825.681000', '122825.683000', '122825.686000', '122825.688000', '122825.691000', '122825.694000', '122825.696000', '122825.699000', '122825.702000', '122845.589000', '122845.592000', '122845.594000', '122845.597000', '122845.600000', '122845.603000', '122845.605000', '122845.608000', '122845.610000', '122845.613000', '122845.616000', '122845.618000', '122845.621000', '122845.624000', '122845.627000', '122845.629000', '122845.632000', '122845.635000', '122845.637000', '122845.640000', '122845.643000', '122845.645000', '122845.648000', '122845.650000', '122845.653000', '122845.656000', '122845.658000', '122845.661000', '122845.664000', '122845.666000', '122845.669000', '122845.672000', '122845.674000', '122845.677000', '122845.680000', '122845.682000', '122845.685000', '122845.688000', '122845.690000', '122845.693000', '122845.696000', '122845.698000', '122845.701000', '122905.588000', '122905.591000', '122905.594000', '122905.597000', '122905.600000', '122905.602000', '122905.605000', '122905.608000', '122905.610000', '122905.638000', '122905.641000', '122905.644000', '122905.646000', '122905.649000', '122905.652000', '122905.654000', '122905.657000', '122905.659000', '122905.662000', '122905.665000', '122905.667000', '122905.670000', '122905.673000', '122905.675000', '122905.678000', '122905.681000', '122905.683000', '122905.686000', '122905.689000', '122905.691000', '122905.694000', '122905.697000', '122905.699000', '122905.702000', '122905.705000', '122905.707000', '122905.710000', '122905.713000', '122905.715000', '122905.718000', '122905.721000', '122905.723000', '122905.726000', '122905.728000', '122912.877000', '122912.880000', '122912.883000', '122912.886000', '122912.889000', '122912.892000', '122912.895000', '122912.898000', '122912.901000', '122912.904000', '122912.907000', '122912.909000', '122912.912000', '122912.915000', '122912.918000', '122912.921000'], 'InstanceCreationTime': ['122045.618000', '122045.621000', '122045.623000', '122045.626000', '122045.629000', '122045.631000', '122045.634000', '122045.637000', '122045.639000', '122045.642000', '122045.644000', '122045.647000', '122045.650000', '122045.652000', '122045.655000', '122045.658000', '122045.660000', '122045.663000', '122045.665000', '122045.668000', '122045.671000', '122045.673000', '122045.676000', '122045.679000', '122045.681000', '122045.684000', '122045.687000', '122045.689000', '122045.692000', '122045.694000', '122045.697000', '122045.700000', '122045.702000', '122045.705000', '122045.707000', '122045.710000', '122045.712000', '122045.715000', '122045.718000', '122045.720000', '122045.725000', '122045.728000', '122045.731000', '122045.733000', '122045.736000', '122045.738000', '122045.741000', '122045.744000', '122045.746000', '122045.749000', '122045.751000', '122045.754000', '122045.757000', '122045.759000', '122045.762000', '122105.587000', '122105.590000', '122105.593000', '122105.596000', '122105.598000', '122105.601000', '122105.604000', '122105.606000', '122105.609000', '122105.612000', '122105.620000', '122105.623000', '122105.626000', '122105.628000', '122105.631000', '122105.634000', '122105.636000', '122105.639000', '122105.642000', '122105.644000', '122105.647000', '122105.649000', '122105.652000', '122105.655000', '122105.657000', '122105.660000', '122105.663000', '122105.665000', '122105.668000', '122105.671000', '122105.673000', '122105.676000', '122105.678000', '122105.681000', '122105.684000', '122105.686000', '122105.689000', '122105.691000', '122105.694000', '122105.697000', '122105.699000', '122105.702000', '122105.704000', '122125.588000', '122125.591000', '122125.593000', '122125.596000', '122125.599000', '122125.601000', '122125.604000', '122125.607000', '122125.609000', '122125.612000', '122125.615000', '122125.617000', '122125.620000', '122125.623000', '122125.626000', '122125.628000', '122125.631000', '122125.634000', '122125.636000', '122125.639000', '122125.641000', '122125.644000', '122125.646000', '122125.649000', '122125.651000', '122125.654000', '122125.657000', '122125.659000', '122125.662000', '122125.664000', '122125.667000', '122125.670000', '122125.672000', '122125.675000', '122125.678000', '122125.680000', '122125.683000', '122125.685000', '122125.692000', '122125.694000', '122125.697000', '122125.699000', '122125.702000', '122125.705000', '122145.588000', '122145.591000', '122145.594000', '122145.596000', '122145.599000', '122145.602000', '122145.604000', '122145.607000', '122145.610000', '122145.612000', '122145.615000', '122145.617000', '122145.620000', '122145.623000', '122145.625000', '122145.628000', '122145.630000', '122145.633000', '122145.636000', '122145.638000', '122145.641000', '122145.643000', '122145.646000', '122145.648000', '122145.651000', '122145.653000', '122145.656000', '122145.669000', '122145.672000', '122145.674000', '122145.677000', '122145.679000', '122145.682000', '122145.685000', '122145.687000', '122145.690000', '122145.693000', '122145.695000', '122145.698000', '122145.700000', '122145.703000', '122145.706000', '122145.708000', '122205.588000', '122205.591000', '122205.594000', '122205.601000', '122205.603000', '122205.606000', '122205.609000', '122205.611000', '122205.614000', '122205.616000', '122205.619000', '122205.621000', '122205.624000', '122205.627000', '122205.629000', '122205.632000', '122205.634000', '122205.637000', '122205.640000', '122205.642000', '122205.645000', '122205.647000', '122205.650000', '122205.652000', '122205.655000', '122205.658000', '122205.660000', '122205.663000', '122205.665000', '122205.668000', '122205.671000', '122205.673000', '122205.676000', '122205.678000', '122205.681000', '122205.684000', '122205.686000', '122205.689000', '122205.691000', '122205.694000', '122205.696000', '122205.699000', '122205.702000', '122205.704000', '122225.588000', '122225.591000', '122225.594000', '122225.597000', '122225.600000', '122225.602000', '122225.605000', '122225.608000', '122225.610000', '122225.613000', '122225.615000', '122225.618000', '122225.621000', '122225.623000', '122225.626000', '122225.628000', '122225.631000', '122225.634000', '122225.636000', '122225.639000', '122225.642000', '122225.644000', '122225.647000', '122225.649000', '122225.652000', '122225.655000', '122225.657000', '122225.660000', '122225.662000', '122225.665000', '122225.668000', '122225.670000', '122225.673000', '122225.675000', '122225.678000', '122225.680000', '122225.683000', '122225.686000', '122225.688000', '122225.691000', '122225.693000', '122225.696000', '122225.699000', '122245.588000', '122245.591000', '122245.594000', '122245.597000', '122245.599000', '122245.602000', '122245.605000', '122245.609000', '122245.612000', '122245.614000', '122245.617000', '122245.619000', '122245.622000', '122245.625000', '122245.627000', '122245.630000', '122245.632000', '122245.635000', '122245.638000', '122245.640000', '122245.643000', '122245.645000', '122245.648000', '122245.651000', '122245.653000', '122245.656000', '122245.659000', '122245.661000', '122245.664000', '122245.667000', '122245.670000', '122245.672000', '122245.675000', '122245.677000', '122245.680000', '122245.683000', '122245.685000', '122245.688000', '122245.690000', '122245.693000', '122245.696000', '122245.698000', '122245.701000', '122245.704000', '122305.587000', '122305.590000', '122305.593000', '122305.595000', '122305.598000', '122305.601000', '122305.603000', '122305.606000', '122305.609000', '122305.611000', '122305.614000', '122305.617000', '122305.619000', '122305.622000', '122305.633000', '122305.635000', '122305.638000', '122305.640000', '122305.643000', '122305.646000', '122305.648000', '122305.651000', '122305.654000', '122305.656000', '122305.659000', '122305.661000', '122305.664000', '122305.667000', '122305.669000', '122305.672000', '122305.674000', '122305.677000', '122305.680000', '122305.682000', '122305.685000', '122305.687000', '122305.690000', '122305.692000', '122305.695000', '122305.698000', '122305.700000', '122305.703000', '122305.705000', '122325.588000', '122325.590000', '122325.593000', '122325.596000', '122325.598000', '122325.601000', '122325.604000', '122325.606000', '122325.609000', '122325.621000', '122325.623000', '122325.626000', '122325.629000', '122325.631000', '122325.634000', '122325.637000', '122325.639000', '122325.642000', '122325.645000', '122325.647000', '122325.650000', '122325.652000', '122325.655000', '122325.657000', '122325.660000', '122325.663000', '122325.665000', '122325.668000', '122325.671000', '122325.673000', '122325.676000', '122325.678000', '122325.681000', '122325.683000', '122325.686000', '122325.689000', '122325.692000', '122325.694000', '122325.697000', '122325.700000', '122325.702000', '122325.705000', '122325.707000', '122325.710000', '122345.588000', '122345.590000', '122345.593000', '122345.596000', '122345.598000', '122345.601000', '122345.604000', '122345.606000', '122345.609000', '122345.612000', '122345.614000', '122345.617000', '122345.619000', '122345.622000', '122345.625000', '122345.627000', '122345.630000', '122345.632000', '122345.635000', '122345.638000', '122345.640000', '122345.643000', '122345.645000', '122345.648000', '122345.651000', '122345.653000', '122345.656000', '122345.658000', '122345.661000', '122345.664000', '122345.666000', '122345.669000', '122345.671000', '122345.674000', '122345.676000', '122345.679000', '122345.682000', '122345.684000', '122345.687000', '122345.689000', '122345.692000', '122345.695000', '122345.697000', '122405.588000', '122405.591000', '122405.594000', '122405.597000', '122405.600000', '122405.603000', '122405.605000', '122405.608000', '122405.611000', '122405.614000', '122405.616000', '122405.619000', '122405.622000', '122405.624000', '122405.627000', '122405.629000', '122405.632000', '122405.635000', '122405.637000', '122405.640000', '122405.642000', '122405.645000', '122405.649000', '122405.652000', '122405.654000', '122405.657000', '122405.660000', '122405.662000', '122405.665000', '122405.667000', '122405.670000', '122405.673000', '122405.675000', '122405.678000', '122405.680000', '122405.683000', '122405.686000', '122405.688000', '122405.691000', '122405.694000', '122405.696000', '122405.699000', '122405.702000', '122425.589000', '122425.592000', '122425.595000', '122425.597000', '122425.600000', '122425.603000', '122425.605000', '122425.608000', '122425.611000', '122425.613000', '122425.616000', '122425.619000', '122425.621000', '122425.624000', '122425.626000', '122425.629000', '122425.632000', '122425.634000', '122425.637000', '122425.639000', '122425.642000', '122425.645000', '122425.647000', '122425.650000', '122425.652000', '122425.655000', '122425.658000', '122425.660000', '122425.663000', '122425.665000', '122425.668000', '122425.671000', '122425.673000', '122425.676000', '122425.678000', '122425.681000', '122425.684000', '122425.686000', '122425.689000', '122425.691000', '122425.694000', '122425.696000', '122425.699000', '122425.702000', '122445.588000', '122445.591000', '122445.594000', '122445.596000', '122445.599000', '122445.602000', '122445.604000', '122445.607000', '122445.610000', '122445.612000', '122445.615000', '122445.617000', '122445.620000', '122445.623000', '122445.625000', '122445.628000', '122445.630000', '122445.633000', '122445.636000', '122445.638000', '122445.641000', '122445.643000', '122445.646000', '122445.649000', '122445.651000', '122445.654000', '122445.656000', '122445.659000', '122445.662000', '122445.664000', '122445.667000', '122445.669000', '122445.672000', '122445.674000', '122445.688000', '122445.691000', '122445.693000', '122445.696000', '122445.698000', '122445.701000', '122445.704000', '122445.706000', '122445.709000', '122505.588000', '122505.591000', '122505.594000', '122505.597000', '122505.599000', '122505.602000', '122505.605000', '122505.607000', '122505.610000', '122505.613000', '122505.615000', '122505.618000', '122505.620000', '122505.623000', '122505.626000', '122505.628000', '122505.631000', '122505.634000', '122505.636000', '122505.639000', '122505.641000', '122505.644000', '122505.647000', '122505.649000', '122505.652000', '122505.654000', '122505.657000', '122505.660000', '122505.662000', '122505.665000', '122505.667000', '122505.670000', '122505.673000', '122505.675000', '122505.678000', '122505.680000', '122505.683000', '122505.686000', '122505.688000', '122505.691000', '122505.693000', '122505.696000', '122505.699000', '122505.701000', '122525.588000', '122525.591000', '122525.593000', '122525.596000', '122525.599000', '122525.601000', '122525.604000', '122525.607000', '122525.610000', '122525.612000', '122525.615000', '122525.617000', '122525.620000', '122525.623000', '122525.625000', '122525.628000', '122525.631000', '122525.633000', '122525.636000', '122525.639000', '122525.641000', '122525.644000', '122525.647000', '122525.649000', '122525.652000', '122525.654000', '122525.657000', '122525.659000', '122525.662000', '122525.665000', '122525.667000', '122525.670000', '122525.673000', '122525.675000', '122525.678000', '122525.680000', '122525.683000', '122525.687000', '122525.689000', '122525.692000', '122525.695000', '122525.697000', '122525.700000', '122545.587000', '122545.590000', '122545.593000', '122545.596000', '122545.599000', '122545.601000', '122545.604000', '122545.607000', '122545.609000', '122545.612000', '122545.616000', '122545.619000', '122545.622000', '122545.624000', '122545.627000', '122545.630000', '122545.632000', '122545.635000', '122545.638000', '122545.640000', '122545.643000', '122545.646000', '122545.648000', '122545.651000', '122545.653000', '122545.656000', '122545.659000', '122545.661000', '122545.664000', '122545.667000', '122545.669000', '122545.672000', '122545.675000', '122545.677000', '122545.680000', '122545.683000', '122545.685000', '122545.688000', '122545.690000', '122545.693000', '122545.696000', '122545.698000', '122545.701000', '122545.704000', '122605.587000', '122605.590000', '122605.593000', '122605.596000', '122605.598000', '122605.601000', '122605.604000', '122605.606000', '122605.609000', '122605.611000', '122605.614000', '122605.616000', '122605.619000', '122605.622000', '122605.624000', '122605.627000', '122605.630000', '122605.632000', '122605.635000', '122605.638000', '122605.641000', '122605.644000', '122605.647000', '122605.649000', '122605.652000', '122605.654000', '122605.657000', '122605.659000', '122605.662000', '122605.665000', '122605.667000', '122605.675000', '122605.678000', '122605.680000', '122605.683000', '122605.686000', '122605.688000', '122605.691000', '122605.694000', '122605.696000', '122605.699000', '122605.701000', '122605.704000', '122625.589000', '122625.599000', '122625.602000', '122625.604000', '122625.607000', '122625.609000', '122625.612000', '122625.615000', '122625.617000', '122625.620000', '122625.623000', '122625.625000', '122625.628000', '122625.630000', '122625.633000', '122625.636000', '122625.639000', '122625.641000', '122625.644000', '122625.647000', '122625.649000', '122625.652000', '122625.655000', '122625.657000', '122625.660000', '122625.662000', '122625.665000', '122625.668000', '122625.670000', '122625.673000', '122625.676000', '122625.678000', '122625.681000', '122625.683000', '122625.686000', '122625.689000', '122625.691000', '122625.694000', '122625.697000', '122625.699000', '122625.702000', '122625.704000', '122625.707000', '122625.710000', '122645.589000', '122645.591000', '122645.594000', '122645.597000', '122645.600000', '122645.602000', '122645.605000', '122645.607000', '122645.610000', '122645.613000', '122645.615000', '122645.618000', '122645.620000', '122645.623000', '122645.626000', '122645.628000', '122645.631000', '122645.634000', '122645.636000', '122645.639000', '122645.641000', '122645.644000', '122645.646000', '122645.649000', '122645.651000', '122645.654000', '122645.657000', '122645.659000', '122645.662000', '122645.665000', '122645.667000', '122645.670000', '122645.672000', '122645.675000', '122645.678000', '122645.680000', '122645.683000', '122645.685000', '122645.688000', '122645.691000', '122645.693000', '122645.696000', '122645.698000', '122705.588000', '122705.592000', '122705.594000', '122705.597000', '122705.599000', '122705.602000', '122705.605000', '122705.608000', '122705.610000', '122705.613000', '122705.616000', '122705.618000', '122705.621000', '122705.624000', '122705.626000', '122705.629000', '122705.632000', '122705.635000', '122705.637000', '122705.640000', '122705.642000', '122705.645000', '122705.648000', '122705.650000', '122705.653000', '122705.655000', '122705.658000', '122705.661000', '122705.663000', '122705.666000', '122705.669000', '122705.671000', '122705.674000', '122705.676000', '122705.679000', '122705.681000', '122705.684000', '122705.686000', '122705.689000', '122705.692000', '122705.694000', '122705.697000', '122705.700000', '122705.702000', '122725.589000', '122725.591000', '122725.594000', '122725.597000', '122725.600000', '122725.602000', '122725.605000', '122725.608000', '122725.610000', '122725.613000', '122725.616000', '122725.618000', '122725.621000', '122725.624000', '122725.626000', '122725.629000', '122725.632000', '122725.634000', '122725.637000', '122725.640000', '122725.642000', '122725.645000', '122725.647000', '122725.650000', '122725.653000', '122725.656000', '122725.658000', '122725.661000', '122725.664000', '122725.668000', '122725.670000', '122725.673000', '122725.676000', '122725.679000', '122725.681000', '122725.684000', '122725.686000', '122725.689000', '122725.692000', '122725.694000', '122725.697000', '122725.700000', '122725.702000', '122745.587000', '122745.590000', '122745.593000', '122745.596000', '122745.598000', '122745.601000', '122745.604000', '122745.606000', '122745.609000', '122745.612000', '122745.614000', '122745.617000', '122745.652000', '122745.655000', '122745.657000', '122745.660000', '122745.663000', '122745.665000', '122745.668000', '122745.671000', '122745.673000', '122745.676000', '122745.679000', '122745.681000', '122745.684000', '122745.687000', '122745.689000', '122745.692000', '122745.695000', '122745.697000', '122745.700000', '122745.702000', '122745.705000', '122745.708000', '122745.710000', '122745.713000', '122745.716000', '122745.718000', '122745.721000', '122745.724000', '122745.726000', '122745.729000', '122745.732000', '122745.734000', '122805.588000', '122805.590000', '122805.593000', '122805.596000', '122805.599000', '122805.601000', '122805.604000', '122805.607000', '122805.609000', '122805.612000', '122805.615000', '122805.617000', '122805.620000', '122805.622000', '122805.625000', '122805.628000', '122805.630000', '122805.633000', '122805.636000', '122805.638000', '122805.641000', '122805.643000', '122805.646000', '122805.649000', '122805.651000', '122805.654000', '122805.657000', '122805.659000', '122805.662000', '122805.664000', '122805.667000', '122805.670000', '122805.672000', '122805.675000', '122805.678000', '122805.680000', '122805.683000', '122805.685000', '122805.688000', '122805.691000', '122805.693000', '122805.696000', '122805.699000', '122825.588000', '122825.590000', '122825.593000', '122825.596000', '122825.599000', '122825.601000', '122825.604000', '122825.607000', '122825.609000', '122825.612000', '122825.614000', '122825.617000', '122825.620000', '122825.622000', '122825.625000', '122825.628000', '122825.630000', '122825.633000', '122825.636000', '122825.638000', '122825.641000', '122825.644000', '122825.646000', '122825.649000', '122825.652000', '122825.654000', '122825.657000', '122825.660000', '122825.662000', '122825.665000', '122825.667000', '122825.670000', '122825.673000', '122825.675000', '122825.678000', '122825.681000', '122825.683000', '122825.686000', '122825.688000', '122825.691000', '122825.694000', '122825.696000', '122825.699000', '122825.702000', '122845.589000', '122845.592000', '122845.594000', '122845.597000', '122845.600000', '122845.603000', '122845.605000', '122845.608000', '122845.610000', '122845.613000', '122845.616000', '122845.618000', '122845.621000', '122845.624000', '122845.627000', '122845.629000', '122845.632000', '122845.635000', '122845.637000', '122845.640000', '122845.643000', '122845.645000', '122845.648000', '122845.650000', '122845.653000', '122845.656000', '122845.658000', '122845.661000', '122845.664000', '122845.666000', '122845.669000', '122845.672000', '122845.674000', '122845.677000', '122845.680000', '122845.682000', '122845.685000', '122845.688000', '122845.690000', '122845.693000', '122845.696000', '122845.698000', '122845.701000', '122905.588000', '122905.591000', '122905.594000', '122905.597000', '122905.600000', '122905.602000', '122905.605000', '122905.608000', '122905.610000', '122905.638000', '122905.641000', '122905.644000', '122905.646000', '122905.649000', '122905.652000', '122905.654000', '122905.657000', '122905.659000', '122905.662000', '122905.665000', '122905.667000', '122905.670000', '122905.673000', '122905.675000', '122905.678000', '122905.681000', '122905.683000', '122905.686000', '122905.689000', '122905.691000', '122905.694000', '122905.697000', '122905.699000', '122905.702000', '122905.705000', '122905.707000', '122905.710000', '122905.713000', '122905.715000', '122905.718000', '122905.721000', '122905.723000', '122905.726000', '122905.728000', '122912.877000', '122912.880000', '122912.883000', '122912.886000', '122912.889000', '122912.892000', '122912.895000', '122912.898000', '122912.901000', '122912.904000', '122912.907000', '122912.909000', '122912.912000', '122912.915000', '122912.918000', '122912.921000'], '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': [6780, 6747, 6732, 6861, 7029, 6919, 8282, 8305, 8763, 9943, 6921, 8573, 6843, 6861, 6745, 6840, 6764, 7809, 7198, 7376, 6644, 7395, 7968, 7926, 7256, 7634, 7347, 7210, 8821, 7312, 7277, 6538, 7370, 6899, 7258, 7205, 8166, 8197, 6954, 6681, 7340, 7322, 7482, 6912, 7502, 8030, 6885, 6493, 6884, 6895, 7462, 6880, 8635, 7416, 8221, 8366, 7952, 7293, 7175, 6683, 7486, 7608, 7460, 7677, 9365, 7507, 8768, 7655, 6917, 7623, 7978, 7582, 7894, 8123, 8051, 7404, 8332, 7595, 6785, 7395, 8077, 7811, 8066, 8442, 8383, 7514, 7838, 7695, 7242, 7773, 7998, 8425, 7326, 7602, 7839, 7092, 6911, 7505, 8244, 8112, 7923, 8790, 10039, 7743, 8352, 7293, 7126, 7370, 7776, 8288, 7694, 8011, 10133, 7410, 8019, 7181, 6811, 7110, 7793, 8215, 7619, 8510, 9840, 7123, 7481, 7537, 7305, 8163, 7853, 9462, 7307, 6758, 7051, 7765, 7849, 7229, 7678, 8648, 7111, 6717, 6715, 6962, 7503, 6914, 6642, 8086, 8250, 8857, 6906, 7125, 6776, 7580, 8430, 6959, 6953, 8397, 7066, 6723, 6589, 6741, 6892, 6650, 6627, 7652, 7155, 8533, 6642, 7451, 6481, 6959, 9547, 6933, 8405, 6871, 10341, 6692, 7481, 6473, 6811, 7606, 6694, 7994, 6783, 6346, 7798, 6971, 6487, 6491, 6877, 6205, 7110, 7431, 7165, 7397, 6820, 6722, 6931, 6401, 6705, 7521, 7056, 8418, 8600, 7316, 6787, 6523, 7153, 6509, 7039, 7340, 6950, 8191, 8223, 7703, 7146, 6199, 7120, 6441, 6759, 7194, 8164, 8406, 9694, 6551, 6380, 6446, 6063, 6957, 6436, 7693, 7949, 7559, 6954, 6095, 6660, 6573, 6698, 7838, 7943, 7464, 7536, 6351, 6824, 6236, 6284, 7013, 6513, 8716, 6505, 6739, 6529, 6514, 7373, 7214, 7802, 9026, 6487, 6258, 6223, 6628, 6358, 6444, 7703, 10111, 7673, 7214, 6281, 6756, 6246, 6478, 7435, 8022, 7912, 7426, 6387, 7730, 6487, 6261, 7185, 7380, 8381, 7203, 6128, 6778, 6140, 5628, 8161, 6282, 7709, 6665, 6075, 6646, 6036, 6087, 5953, 5834, 6087, 9211, 6292, 7565, 6536, 7349, 8409, 5980, 7195, 6177, 7471, 6220, 8624, 6710, 8254, 7464, 5920, 7397, 6232, 7564, 9588, 7337, 7572, 6378, 6360, 6338, 5931, 7873, 10148, 6674, 6745, 6236, 6011, 6341, 6015, 7938, 10790, 7263, 7399, 6220, 6638, 8433, 6836, 7303, 7056, 6137, 6806, 5917, 6685, 6822, 7697, 6690, 7974, 6502, 6475, 7418, 6433, 8036, 10365, 8576, 7529, 6660, 6236, 6155, 6613, 6193, 6827, 9761, 7256, 6863, 6300, 6262, 6562, 5975, 7204, 6234, 7798, 6461, 7505, 6403, 7285, 6434, 5855, 6367, 6231, 6779, 6655, 7953, 6202, 5612, 6171, 5778, 6218, 6045, 6613, 9123, 6572, 7209, 6647, 6029, 6755, 6144, 7524, 6829, 8451, 8916, 6922, 7825, 7108, 5759, 6769, 6541, 7821, 7976, 7389, 7770, 6252, 6668, 8033, 5865, 7340, 6587, 6638, 9423, 6629, 7973, 7463, 5832, 7244, 6479, 6125, 6716, 6270, 7056, 6308, 5842, 6628, 5949, 7205, 6350, 8595, 7693, 7488, 7291, 6302, 6079, 6937, 6300, 7861, 7076, 6565, 7343, 6625, 5836, 6729, 7483, 9377, 7281, 5975, 7242, 6298, 5766, 6814, 6463, 8239, 6825, 6635, 7356, 6495, 7484, 6624, 8258, 6820, 8501, 7442, 7803, 8346, 6068, 7451, 6481, 6931, 6387, 6071, 8756, 6541, 7704, 6614, 5941, 7123, 6532, 8797, 7105, 7030, 6775, 6289, 7382, 6830, 8654, 7387, 6505, 7507, 6242, 7051, 6615, 7957, 6795, 6188, 8454, 6505, 7607, 6589, 6334, 7999, 6995, 8460, 7665, 6154, 7007, 6995, 8740, 7838, 6543, 8888, 6971, 7508, 7471, 6709, 9451, 7887, 8584, 7569, 6827, 8056, 6902, 8897, 8099, 7406, 8418, 6954, 7884, 7300, 6667, 8711, 7056, 8941, 7747, 6540, 7748, 7654, 6706, 7468, 9366, 10115, 8341, 6285, 7562, 6772, 7640, 7120, 6366, 8173, 7331, 6359, 7474, 7826, 9318, 7674, 9121, 7492, 6132, 7677, 7085, 7796, 7336, 6497, 8796, 6933, 8363, 7237, 6281, 7569, 6403, 8808, 6831, 8530, 7222, 8871, 7868, 6895, 8015, 6602, 7595, 7292, 6175, 8182, 6559, 9253, 7548, 5856, 7518, 6622, 7966, 7394, 8475, 8314, 6497, 9066, 7286, 8891, 7188, 5876, 8133, 6979, 9479, 8808, 6216, 8438, 6985, 8498, 7557, 7152, 9226, 7897, 9632, 7963, 6036, 7572, 7201, 9229, 8391, 6568, 7801, 6785, 5559, 7081, 5789, 9065, 6733, 8849, 7867, 9463, 8617, 7875, 7914, 6449, 5568, 7090, 6657, 9624, 8022, 5860, 7084, 6271, 6306, 8415, 6386, 7949, 6885, 8457, 7830, 8228, 9118, 7734, 7283, 6828, 6015, 7466, 6484, 5963, 9088, 7710, 8874, 7989, 5909, 7064, 6103, 6459, 7480, 5879, 8095, 7009, 7925, 9348, 6643, 8013, 7728, 7978, 9176, 6323, 8324, 7027, 6233, 9186, 7718, 9390, 8339, 5690, 7488, 5861, 5858, 6760, 5686, 7462, 7032, 6887, 7104, 6255, 7694, 6445, 9742, 9314, 9812, 6639, 5848, 7035, 6363, 8297, 7632, 7190, 7096, 6039, 6763, 6557, 6285, 8185, 7279, 6686, 7160, 6009, 7974, 6667, 7298, 6837, 7204, 7940, 6431, 8533, 7661, 8589, 8153, 5666, 6925, 6028, 5414, 7177, 6711, 8139, 8066, 7426, 8692, 6992, 7405, 7858, 6670, 8379, 7217, 7451, 9089, 6670, 8172, 7193, 6272, 7633, 6899, 7893, 8884, 7623, 8741, 6990, 5725, 6949, 6388, 6212, 7021, 6246, 8210, 6344, 5857, 9276, 9331, 10022, 7927, 6655, 7251, 7104, 6698, 6718, 8035, 6752, 5976, 7650, 7363, 6278, 7875, 7454, 9179, 7437, 7639, 7637, 6220, 10835, 8386, 10161, 7494, 6002, 7324, 6740, 6970, 6803, 6247, 7889, 6944, 8032, 6709, 6157, 8940, 6640, 9036, 7603, 6019, 8393, 7523, 6425, 8008, 7200, 6346, 7690, 6935, 7481, 7516, 6770, 6906, 7141, 6055, 7737, 6855, 6241, 9244, 6132, 9180, 8023, 7783, 9438, 6965, 9695, 8206, 6333, 8147, 7219, 7784, 7144, 6227, 7363, 6629, 8142, 8416, 8379, 8845, 6554, 7184, 7046, 7185, 8554, 6960, 6658, 7137, 6141, 5632, 6918, 6101, 6481, 7915, 6210, 7315, 6907, 5848, 8188, 6701, 6437, 8717, 7527, 8719, 7181, 6464, 10217, 6703, 6061, 5446, 6436, 6191, 7723, 7526, 6999, 8007, 9656, 7255, 5894, 5948, 5861, 5912, 6947, 6638, 6468, 7255, 7881, 7202, 6528, 8188, 7373, 6783, 9628, 7369, 9378, 11339, 8334, 10470, 6974, 6558, 5754, 6713, 6447, 6206, 6689, 6786, 6390, 5733, 7076, 6267, 5627, 6995, 6185, 5838, 6899, 6529, 7147, 10288, 7447, 6544, 6597, 6038, 6659, 7701, 6560, 6050, 7437, 6820, 7328, 9075, 6357, 9063, 7183, 7148, 7426, 6002, 7744, 6869, 6216, 7965, 6384, 7823, 8161, 5880, 10959, 10346, 10296, 11227, 10230, 7129, 6722, 6935, 6206, 6024, 7602, 7544, 6443, 7646, 6282, 5602, 8276, 6429, 6221, 7986, 6563, 7224, 9481, 6157, 8184, 6678, 6445, 6777, 5904, 10054, 10570, 9173, 9502, 5936, 6403, 6944, 6342, 7836, 6839, 5699, 8364, 7050, 8195, 8226, 6121, 8419, 6999, 8155, 7728, 5790, 7871, 6361, 8292, 7093, 7439, 10974, 7018, 5640, 6555, 6052, 5674, 7855, 6984, 6955, 7650, 6312, 6707, 7385, 5926, 8235, 6943, 6927, 7394, 5882, 7888, 6520, 8090, 6353, 7843, 6446, 6199, 6852, 5619, 7310, 5820, 7480, 6621, 5845, 6960, 6733, 8338, 7524, 5546, 7094, 6108, 5392, 6463, 5572, 5661, 6766, 6006, 7984, 7596, 6140, 8019, 8593, 6394, 9153, 7445, 8902, 10351, 8970, 9750, 9510, 6009, 7977, 7747, 5945, 7880, 7152, 5648, 7859, 7340, 5733, 7789, 7020, 5644, 7377, 7843, 7545, 8250, 8880, 6348, 5941, 7897, 7376, 7805, 8933, 6918, 8078, 7151, 5859, 6447, 7512, 6000, 8387, 7373, 6032, 7908, 7182, 7204, 7212, 6081, 7591, 6543, 8185, 10373, 8510, 6603, 6576, 6337, 7138, 8409, 6917, 6333, 8833, 6896, 5866, 7891, 8624, 6766, 9510, 7287, 5979, 7733, 7055, 6075, 7985, 7137, 6934, 7399, 5845, 7947, 6882, 6429, 6733, 6452, 10965, 8456, 5649, 7015, 6380, 5394, 8178, 7444, 5937, 7871, 6531, 5857, 8075], 'WindowCenter': [3529.0, 3515.0, 3513.0, 3499.0, 3498.0, 3497.0, 3517.0, 3518.0, 3528.0, 3539.0, 3495.0, 3513.0, 3481.0, 3468.0, 3468.0, 3482.0, 3482.0, 3421.0, 3455.0, 3523.0, 3512.0, 3506.0, 3516.0, 3504.0, 3494.0, 3506.0, 3509.0, 3522.0, 3556.0, 3523.0, 3523.0, 3499.0, 3508.0, 3494.0, 3506.0, 3507.0, 3516.0, 3519.0, 3497.0, 3497.0, 3507.0, 3505.0, 3493.0, 3495.0, 3493.0, 3518.0, 3494.0, 3486.0, 3509.0, 3497.0, 3504.0, 3492.0, 3513.0, 3492.0, 3517.0, 3516.0, 3505.0, 3495.0, 3495.0, 3483.0, 3495.0, 3503.0, 3494.0, 3505.0, 3527.0, 3505.0, 3516.0, 3508.0, 3507.0, 3506.0, 3506.0, 3493.0, 3505.0, 3516.0, 3507.0, 3496.0, 3516.0, 3507.0, 3483.0, 3494.0, 3505.0, 3491.0, 3502.0, 3502.0, 3517.0, 3496.0, 3505.0, 3507.0, 3506.0, 3502.0, 3504.0, 3515.0, 3505.0, 3505.0, 3506.0, 3496.0, 3496.0, 3506.0, 3528.0, 3516.0, 3516.0, 3527.0, 3540.0, 3508.0, 3517.0, 3507.0, 3495.0, 3493.0, 3504.0, 3503.0, 3505.0, 3504.0, 3538.0, 3508.0, 3516.0, 3496.0, 3484.0, 3494.0, 3503.0, 3514.0, 3506.0, 3515.0, 3536.0, 3496.0, 3507.0, 3508.0, 3504.0, 3517.0, 3518.0, 3538.0, 3505.0, 3484.0, 3495.0, 3506.0, 3504.0, 3507.0, 3506.0, 3529.0, 3497.0, 3496.0, 3496.0, 3494.0, 3494.0, 3493.0, 3482.0, 3503.0, 3516.0, 3528.0, 3497.0, 3497.0, 3494.0, 3507.0, 3502.0, 3468.0, 3477.0, 3503.0, 3493.0, 3483.0, 3495.0, 3497.0, 3507.0, 3498.0, 3496.0, 3520.0, 3508.0, 3529.0, 3498.0, 3508.0, 3488.0, 3495.0, 3526.0, 3494.0, 3517.0, 3484.0, 3527.0, 3483.0, 3492.0, 3472.0, 3483.0, 3493.0, 3480.0, 3501.0, 3481.0, 3483.0, 3505.0, 3495.0, 3483.0, 3484.0, 3483.0, 3474.0, 3496.0, 3504.0, 3497.0, 3507.0, 3498.0, 3498.0, 3508.0, 3486.0, 3496.0, 3505.0, 3495.0, 3516.0, 3530.0, 3508.0, 3497.0, 3487.0, 3496.0, 3486.0, 3494.0, 3495.0, 3494.0, 3516.0, 3529.0, 3517.0, 3496.0, 3476.0, 3496.0, 3486.0, 3483.0, 3495.0, 3516.0, 3517.0, 3539.0, 3487.0, 3486.0, 3486.0, 3474.0, 3495.0, 3485.0, 3506.0, 3518.0, 3507.0, 3496.0, 3475.0, 3484.0, 3485.0, 3483.0, 3505.0, 3518.0, 3494.0, 3505.0, 3484.0, 3483.0, 3474.0, 3471.0, 3495.0, 3472.0, 3513.0, 3473.0, 3483.0, 3473.0, 3473.0, 3494.0, 3495.0, 3503.0, 3516.0, 3483.0, 3483.0, 3474.0, 3484.0, 3485.0, 3485.0, 3518.0, 3551.0, 3520.0, 3519.0, 3499.0, 3498.0, 3485.0, 3486.0, 3506.0, 3519.0, 3517.0, 3505.0, 3486.0, 3506.0, 3486.0, 3471.0, 3483.0, 3493.0, 3515.0, 3495.0, 3475.0, 3484.0, 3473.0, 3462.0, 3503.0, 3460.0, 3491.0, 3470.0, 3459.0, 3481.0, 3473.0, 3474.0, 3475.0, 3475.0, 3475.0, 3541.0, 3499.0, 3520.0, 3501.0, 3520.0, 3531.0, 3476.0, 3495.0, 3462.0, 3493.0, 3462.0, 3515.0, 3484.0, 3514.0, 3493.0, 3473.0, 3493.0, 3461.0, 3503.0, 3525.0, 3494.0, 3503.0, 3484.0, 3485.0, 3485.0, 3475.0, 3517.0, 3540.0, 3497.0, 3496.0, 3476.0, 3473.0, 3483.0, 3474.0, 3517.0, 3551.0, 3509.0, 3508.0, 3488.0, 3497.0, 3516.0, 3484.0, 3491.0, 3494.0, 3474.0, 3496.0, 3477.0, 3512.0, 3514.0, 3535.0, 3497.0, 3533.0, 3504.0, 3501.0, 3523.0, 3503.0, 3533.0, 3554.0, 3542.0, 3522.0, 3497.0, 3475.0, 3473.0, 3483.0, 3475.0, 3496.0, 3541.0, 3508.0, 3499.0, 3499.0, 3487.0, 3485.0, 3474.0, 3494.0, 3463.0, 3494.0, 3474.0, 3493.0, 3474.0, 3493.0, 3473.0, 3448.0, 3471.0, 3459.0, 3485.0, 3483.0, 3504.0, 3474.0, 3463.0, 3474.0, 3465.0, 3474.0, 3477.0, 3498.0, 3542.0, 3512.0, 3522.0, 3512.0, 3490.0, 3499.0, 3487.0, 3507.0, 3499.0, 3530.0, 3542.0, 3512.0, 3522.0, 3512.0, 3478.0, 3497.0, 3488.0, 3507.0, 3518.0, 3508.0, 3508.0, 3488.0, 3497.0, 3518.0, 3464.0, 3495.0, 3485.0, 3485.0, 3528.0, 3497.0, 3518.0, 3508.0, 3465.0, 3506.0, 3485.0, 3462.0, 3483.0, 3472.0, 3482.0, 3474.0, 3462.0, 3484.0, 3462.0, 3494.0, 3487.0, 3516.0, 3506.0, 3506.0, 3506.0, 3484.0, 3474.0, 3494.0, 3485.0, 3517.0, 3510.0, 3510.0, 3522.0, 3511.0, 3478.0, 3498.0, 3509.0, 3527.0, 3495.0, 3473.0, 3506.0, 3487.0, 3476.0, 3497.0, 3499.0, 3530.0, 3499.0, 3499.0, 3510.0, 3489.0, 3507.0, 3485.0, 3505.0, 3484.0, 3504.0, 3495.0, 3503.0, 3515.0, 3461.0, 3493.0, 3472.0, 3481.0, 3472.0, 3462.0, 3527.0, 3486.0, 3518.0, 3497.0, 3475.0, 3495.0, 3485.0, 3516.0, 3496.0, 3496.0, 3484.0, 3485.0, 3495.0, 3496.0, 3513.0, 3493.0, 3471.0, 3493.0, 3472.0, 3481.0, 3482.0, 3502.0, 3483.0, 3461.0, 3515.0, 3485.0, 3505.0, 3496.0, 3484.0, 3516.0, 3496.0, 3517.0, 3507.0, 3475.0, 3494.0, 3495.0, 3527.0, 3507.0, 3484.0, 3527.0, 3508.0, 3506.0, 3506.0, 3484.0, 3527.0, 3516.0, 3514.0, 3504.0, 3483.0, 3503.0, 3493.0, 3525.0, 3505.0, 3494.0, 3515.0, 3495.0, 3516.0, 3505.0, 3483.0, 3526.0, 3495.0, 3527.0, 3518.0, 3486.0, 3518.0, 3520.0, 3498.0, 3508.0, 3541.0, 3538.0, 3516.0, 3471.0, 3504.0, 3484.0, 3505.0, 3508.0, 3486.0, 3530.0, 3521.0, 3499.0, 3522.0, 3534.0, 3540.0, 3507.0, 3527.0, 3506.0, 3474.0, 3506.0, 3508.0, 3517.0, 3507.0, 3485.0, 3528.0, 3496.0, 3528.0, 3507.0, 3485.0, 3506.0, 3484.0, 3527.0, 3484.0, 3527.0, 3508.0, 3527.0, 3516.0, 3493.0, 3516.0, 3484.0, 3504.0, 3505.0, 3473.0, 3517.0, 3485.0, 3538.0, 3518.0, 3464.0, 3507.0, 3498.0, 3518.0, 3519.0, 3529.0, 3530.0, 3486.0, 3540.0, 3520.0, 3540.0, 3509.0, 3476.0, 3517.0, 3510.0, 3540.0, 3542.0, 3487.0, 3531.0, 3510.0, 3542.0, 3521.0, 3508.0, 3541.0, 3531.0, 3553.0, 3534.0, 3490.0, 3520.0, 3520.0, 3541.0, 3532.0, 3499.0, 3519.0, 3499.0, 3465.0, 3510.0, 3466.0, 3530.0, 3486.0, 3543.0, 3533.0, 3541.0, 3532.0, 3519.0, 3518.0, 3488.0, 3464.0, 3508.0, 3498.0, 3541.0, 3533.0, 3479.0, 3510.0, 3501.0, 3488.0, 3530.0, 3486.0, 3517.0, 3497.0, 3532.0, 3522.0, 3531.0, 3542.0, 3520.0, 3519.0, 3498.0, 3487.0, 3507.0, 3487.0, 3476.0, 3540.0, 3521.0, 3543.0, 3534.0, 3480.0, 3511.0, 3490.0, 3487.0, 3507.0, 3465.0, 3518.0, 3510.0, 3533.0, 3557.0, 3514.0, 3533.0, 3533.0, 3531.0, 3542.0, 3500.0, 3531.0, 3523.0, 3489.0, 3542.0, 3519.0, 3542.0, 3533.0, 3480.0, 3522.0, 3480.0, 3478.0, 3498.0, 3477.0, 3508.0, 3499.0, 3498.0, 3500.0, 3488.0, 3509.0, 3488.0, 3543.0, 3541.0, 3543.0, 3500.0, 3475.0, 3495.0, 3483.0, 3515.0, 3508.0, 3510.0, 3510.0, 3491.0, 3511.0, 3500.0, 3499.0, 3531.0, 3521.0, 3499.0, 3510.0, 3490.0, 3519.0, 3498.0, 3496.0, 3487.0, 3509.0, 3533.0, 3487.0, 3528.0, 3507.0, 3530.0, 3519.0, 3477.0, 3497.0, 3476.0, 3454.0, 3510.0, 3512.0, 3531.0, 3521.0, 3510.0, 3544.0, 3512.0, 3521.0, 3531.0, 3499.0, 3518.0, 3507.0, 3495.0, 3528.0, 3497.0, 3518.0, 3509.0, 3487.0, 3506.0, 3497.0, 3517.0, 3527.0, 3507.0, 3527.0, 3497.0, 3464.0, 3495.0, 3485.0, 3463.0, 3493.0, 3473.0, 3504.0, 3473.0, 3452.0, 3528.0, 3528.0, 3541.0, 3519.0, 3499.0, 3521.0, 3510.0, 3497.0, 3485.0, 3518.0, 3511.0, 3503.0, 3534.0, 3536.0, 3516.0, 3545.0, 3522.0, 3540.0, 3507.0, 3506.0, 3505.0, 3474.0, 3539.0, 3517.0, 3538.0, 3494.0, 3461.0, 3491.0, 3469.0, 3468.0, 3470.0, 3459.0, 3492.0, 3481.0, 3503.0, 3483.0, 3461.0, 3515.0, 3496.0, 3541.0, 3518.0, 3487.0, 3528.0, 3521.0, 3500.0, 3533.0, 3523.0, 3514.0, 3533.0, 3511.0, 3522.0, 3523.0, 3513.0, 3511.0, 3511.0, 3490.0, 3520.0, 3498.0, 3487.0, 3530.0, 3478.0, 3556.0, 3535.0, 3519.0, 3540.0, 3496.0, 3540.0, 3518.0, 3486.0, 3516.0, 3507.0, 3503.0, 3482.0, 3461.0, 3493.0, 3483.0, 3518.0, 3518.0, 3518.0, 3542.0, 3500.0, 3508.0, 3510.0, 3510.0, 3529.0, 3523.0, 3511.0, 3510.0, 3489.0, 3477.0, 3497.0, 3478.0, 3489.0, 3520.0, 3477.0, 3496.0, 3497.0, 3464.0, 3506.0, 3485.0, 3474.0, 3531.0, 3522.0, 3529.0, 3496.0, 3486.0, 3550.0, 3497.0, 3475.0, 3452.0, 3473.0, 3476.0, 3522.0, 3522.0, 3510.0, 3518.0, 3539.0, 3510.0, 3479.0, 3487.0, 3475.0, 3465.0, 3497.0, 3498.0, 3489.0, 3509.0, 3520.0, 3510.0, 3487.0, 3517.0, 3496.0, 3472.0, 3527.0, 3495.0, 3514.0, 3524.0, 3504.0, 3538.0, 3482.0, 3472.0, 3450.0, 3472.0, 3460.0, 3460.0, 3470.0, 3471.0, 3473.0, 3451.0, 3482.0, 3474.0, 3451.0, 3470.0, 3448.0, 3435.0, 3457.0, 3459.0, 3482.0, 3539.0, 3496.0, 3484.0, 3484.0, 3473.0, 3497.0, 3519.0, 3500.0, 3491.0, 3522.0, 3512.0, 3510.0, 3542.0, 3489.0, 3546.0, 3524.0, 3513.0, 3510.0, 3478.0, 3494.0, 3472.0, 3460.0, 3490.0, 3458.0, 3479.0, 3491.0, 3421.0, 3524.0, 3511.0, 3511.0, 3523.0, 3523.0, 3482.0, 3481.0, 3481.0, 3461.0, 3461.0, 3505.0, 3519.0, 3487.0, 3520.0, 3488.0, 3479.0, 3519.0, 3487.0, 3474.0, 3506.0, 3485.0, 3494.0, 3526.0, 3462.0, 3504.0, 3472.0, 3459.0, 3484.0, 3450.0, 3525.0, 3525.0, 3515.0, 3527.0, 3463.0, 3485.0, 3493.0, 3471.0, 3491.0, 3482.0, 3462.0, 3517.0, 3498.0, 3518.0, 3519.0, 3475.0, 3515.0, 3482.0, 3490.0, 3491.0, 3448.0, 3491.0, 3472.0, 3516.0, 3496.0, 3496.0, 3538.0, 3497.0, 3463.0, 3470.0, 3458.0, 3447.0, 3502.0, 3495.0, 3497.0, 3520.0, 3489.0, 3498.0, 3507.0, 3463.0, 3491.0, 3470.0, 3468.0, 3480.0, 3436.0, 3479.0, 3446.0, 3477.0, 3445.0, 3475.0, 3443.0, 3419.0, 3441.0, 3419.0, 3452.0, 3421.0, 3464.0, 3455.0, 3422.0, 3481.0, 3471.0, 3504.0, 3494.0, 3440.0, 3482.0, 3473.0, 3453.0, 3486.0, 3454.0, 3465.0, 3498.0, 3478.0, 3522.0, 3535.0, 3504.0, 3534.0, 3532.0, 3487.0, 3529.0, 3509.0, 3529.0, 3541.0, 3530.0, 3540.0, 3529.0, 3474.0, 3503.0, 3491.0, 3447.0, 3489.0, 3468.0, 3448.0, 3506.0, 3510.0, 3464.0, 3506.0, 3495.0, 3463.0, 3494.0, 3504.0, 3494.0, 3517.0, 3528.0, 3487.0, 3474.0, 3504.0, 3495.0, 3495.0, 3517.0, 3497.0, 3508.0, 3485.0, 3452.0, 3472.0, 3482.0, 3461.0, 3491.0, 3482.0, 3450.0, 3492.0, 3472.0, 3481.0, 3481.0, 3451.0, 3481.0, 3473.0, 3504.0, 3526.0, 3517.0, 3484.0, 3482.0, 3472.0, 3494.0, 3519.0, 3511.0, 3489.0, 3544.0, 3512.0, 3492.0, 3531.0, 3532.0, 3501.0, 3554.0, 3510.0, 3478.0, 3508.0, 3486.0, 3463.0, 3494.0, 3484.0, 3470.0, 3481.0, 3437.0, 3479.0, 3469.0, 3447.0, 3472.0, 3471.0, 3537.0, 3517.0, 3464.0, 3495.0, 3484.0, 3450.0, 3516.0, 3508.0, 3476.0, 3520.0, 3500.0, 3477.0, 3518.0], 'WindowWidth': [8029.0, 8003.0, 7996.0, 7970.0, 7964.0, 7962.0, 7988.0, 7992.0, 8003.0, 8018.0, 7956.0, 7975.0, 7928.0, 7908.0, 7907.0, 7933.0, 7932.0, 7806.0, 7880.0, 8012.0, 7992.0, 7972.0, 7982.0, 7963.0, 7950.0, 7971.0, 7982.0, 8003.0, 8054.0, 8009.0, 8008.0, 7969.0, 7978.0, 7950.0, 7972.0, 7974.0, 7984.0, 7991.0, 7962.0, 7962.0, 7975.0, 7966.0, 7948.0, 7952.0, 7951.0, 7986.0, 7951.0, 7943.0, 7980.0, 7960.0, 7966.0, 7945.0, 7973.0, 7944.0, 7984.0, 7982.0, 7968.0, 7954.0, 7954.0, 7935.0, 7953.0, 7959.0, 7948.0, 7964.0, 7998.0, 7969.0, 7985.0, 7975.0, 7974.0, 7971.0, 7969.0, 7945.0, 7965.0, 7982.0, 7971.0, 7955.0, 7981.0, 7972.0, 7935.0, 7951.0, 7964.0, 7941.0, 7958.0, 7960.0, 7984.0, 7955.0, 7967.0, 7972.0, 7971.0, 7959.0, 7962.0, 7981.0, 7967.0, 7968.0, 7972.0, 7958.0, 7957.0, 7971.0, 8004.0, 7982.0, 7985.0, 8000.0, 8022.0, 7976.0, 7988.0, 7973.0, 7955.0, 7948.0, 7962.0, 7958.0, 7966.0, 7963.0, 8016.0, 7974.0, 7983.0, 7957.0, 7940.0, 7951.0, 7961.0, 7977.0, 7968.0, 7979.0, 8011.0, 7957.0, 7973.0, 7976.0, 7965.0, 7987.0, 7989.0, 8014.0, 7968.0, 7937.0, 7953.0, 7970.0, 7964.0, 7972.0, 7970.0, 8006.0, 7961.0, 7958.0, 7958.0, 7953.0, 7951.0, 7949.0, 7933.0, 7964.0, 7984.0, 8003.0, 7960.0, 7959.0, 7953.0, 7971.0, 7956.0, 7905.0, 7917.0, 7958.0, 7948.0, 7937.0, 7957.0, 7963.0, 7977.0, 7965.0, 7959.0, 7996.0, 7978.0, 8007.0, 7966.0, 7977.0, 7952.0, 7956.0, 7996.0, 7950.0, 7984.0, 7936.0, 7995.0, 7933.0, 7944.0, 7918.0, 7933.0, 7946.0, 7927.0, 7955.0, 7932.0, 7938.0, 7968.0, 7956.0, 7939.0, 7940.0, 7937.0, 7925.0, 7955.0, 7967.0, 7962.0, 7976.0, 7965.0, 7964.0, 7977.0, 7948.0, 7959.0, 7969.0, 7956.0, 7986.0, 8008.0, 7978.0, 7963.0, 7949.0, 7958.0, 7944.0, 7951.0, 7954.0, 7951.0, 7984.0, 8005.0, 7987.0, 7960.0, 7935.0, 7957.0, 7943.0, 7936.0, 7955.0, 7986.0, 7986.0, 8019.0, 7947.0, 7945.0, 7947.0, 7926.0, 7954.0, 7941.0, 7971.0, 7989.0, 7974.0, 7960.0, 7930.0, 7940.0, 7941.0, 7934.0, 7967.0, 7987.0, 7951.0, 7967.0, 7939.0, 7935.0, 7926.0, 7917.0, 7952.0, 7919.0, 7975.0, 7922.0, 7935.0, 7921.0, 7920.0, 7950.0, 7953.0, 7962.0, 7980.0, 7936.0, 7936.0, 7927.0, 7938.0, 7941.0, 7944.0, 7990.0, 8038.0, 7995.0, 7995.0, 7968.0, 7964.0, 7944.0, 7945.0, 7971.0, 7990.0, 7987.0, 7969.0, 7946.0, 7970.0, 7942.0, 7918.0, 7935.0, 7948.0, 7981.0, 7955.0, 7927.0, 7938.0, 7922.0, 7906.0, 7958.0, 7895.0, 7937.0, 7910.0, 7897.0, 7929.0, 7923.0, 7928.0, 7929.0, 7932.0, 7929.0, 8024.0, 7967.0, 7997.0, 7973.0, 7997.0, 8011.0, 7933.0, 7954.0, 7907.0, 7944.0, 7904.0, 7976.0, 7937.0, 7977.0, 7949.0, 7921.0, 7947.0, 7904.0, 7960.0, 7990.0, 7949.0, 7962.0, 7940.0, 7943.0, 7942.0, 7927.0, 7984.0, 8018.0, 7960.0, 7958.0, 7931.0, 7924.0, 7938.0, 7927.0, 7987.0, 8038.0, 7979.0, 7978.0, 7950.0, 7962.0, 7980.0, 7935.0, 7943.0, 7951.0, 7926.0, 7958.0, 7938.0, 7992.0, 7996.0, 8024.0, 7962.0, 8020.0, 7985.0, 7974.0, 8006.0, 7981.0, 8021.0, 8048.0, 8031.0, 8002.0, 7962.0, 7928.0, 7923.0, 7935.0, 7930.0, 7959.0, 8024.0, 7978.0, 7967.0, 7967.0, 7946.0, 7942.0, 7923.0, 7949.0, 7907.0, 7948.0, 7924.0, 7947.0, 7924.0, 7945.0, 7921.0, 7881.0, 7914.0, 7896.0, 7941.0, 7934.0, 7964.0, 7924.0, 7911.0, 7926.0, 7917.0, 7928.0, 7935.0, 7965.0, 8028.0, 7989.0, 8003.0, 7990.0, 7959.0, 7966.0, 7949.0, 7974.0, 7965.0, 8008.0, 8029.0, 7988.0, 8002.0, 7988.0, 7939.0, 7960.0, 7950.0, 7973.0, 7989.0, 7974.0, 7975.0, 7950.0, 7962.0, 7990.0, 7914.0, 7954.0, 7940.0, 7940.0, 8002.0, 7961.0, 7991.0, 7978.0, 7917.0, 7971.0, 7939.0, 7905.0, 7933.0, 7917.0, 7932.0, 7923.0, 7906.0, 7937.0, 7904.0, 7949.0, 7948.0, 7985.0, 7971.0, 7970.0, 7970.0, 7939.0, 7928.0, 7953.0, 7944.0, 7989.0, 7984.0, 7985.0, 8003.0, 7987.0, 7941.0, 7966.0, 7980.0, 8000.0, 7953.0, 7923.0, 7971.0, 7947.0, 7933.0, 7961.0, 7970.0, 8009.0, 7968.0, 7968.0, 7983.0, 7953.0, 7973.0, 7941.0, 7963.0, 7936.0, 7960.0, 7951.0, 7960.0, 7978.0, 7904.0, 7946.0, 7919.0, 7928.0, 7919.0, 7905.0, 7998.0, 7944.0, 7990.0, 7962.0, 7929.0, 7955.0, 7942.0, 7981.0, 7956.0, 7955.0, 7938.0, 7941.0, 7953.0, 7960.0, 7973.0, 7948.0, 7917.0, 7948.0, 7917.0, 7929.0, 7932.0, 7957.0, 7935.0, 7904.0, 7982.0, 7942.0, 7968.0, 7958.0, 7940.0, 7986.0, 7958.0, 7987.0, 7974.0, 7928.0, 7953.0, 7955.0, 7999.0, 7974.0, 7941.0, 8000.0, 7978.0, 7972.0, 7972.0, 7939.0, 7999.0, 7983.0, 7978.0, 7965.0, 7934.0, 7963.0, 7949.0, 7993.0, 7967.0, 7951.0, 7981.0, 7955.0, 7983.0, 7968.0, 7937.0, 7997.0, 7956.0, 8002.0, 7991.0, 7949.0, 7993.0, 7997.0, 7966.0, 7978.0, 8027.0, 8015.0, 7982.0, 7918.0, 7963.0, 7940.0, 7970.0, 7979.0, 7948.0, 8011.0, 8002.0, 7972.0, 8005.0, 8025.0, 8025.0, 7974.0, 7999.0, 7969.0, 7926.0, 7972.0, 7977.0, 7988.0, 7976.0, 7943.0, 8003.0, 7960.0, 8002.0, 7976.0, 7942.0, 7972.0, 7940.0, 7998.0, 7940.0, 8000.0, 7977.0, 8000.0, 7984.0, 7951.0, 7984.0, 7939.0, 7965.0, 7968.0, 7925.0, 7988.0, 7943.0, 8018.0, 7991.0, 7917.0, 7976.0, 7965.0, 7991.0, 7996.0, 8005.0, 8011.0, 7946.0, 8022.0, 7997.0, 8023.0, 7981.0, 7935.0, 7990.0, 7985.0, 8023.0, 8028.0, 7952.0, 8013.0, 7986.0, 8030.0, 8000.0, 7981.0, 8027.0, 8013.0, 8044.0, 8021.0, 7959.0, 7999.0, 7998.0, 8025.0, 8015.0, 7968.0, 7995.0, 7969.0, 7918.0, 7983.0, 7917.0, 8006.0, 7945.0, 8032.0, 8020.0, 8026.0, 8015.0, 7994.0, 7990.0, 7950.0, 7915.0, 7980.0, 7967.0, 8025.0, 8019.0, 7944.0, 7986.0, 7974.0, 7953.0, 8007.0, 7945.0, 7986.0, 7962.0, 8016.0, 8004.0, 8013.0, 8028.0, 7999.0, 7996.0, 7965.0, 7950.0, 7973.0, 7947.0, 7933.0, 8024.0, 8001.0, 8033.0, 8022.0, 7946.0, 7988.0, 7957.0, 7948.0, 7974.0, 7915.0, 7988.0, 7983.0, 8018.0, 8059.0, 7997.0, 8021.0, 8020.0, 8012.0, 8029.0, 7972.0, 8015.0, 8010.0, 7956.0, 8028.0, 7994.0, 8029.0, 8020.0, 7948.0, 8005.0, 7946.0, 7939.0, 7965.0, 7937.0, 7977.0, 7967.0, 7963.0, 7969.0, 7948.0, 7977.0, 7950.0, 8031.0, 8025.0, 8030.0, 7971.0, 7932.0, 7956.0, 7938.0, 7983.0, 7978.0, 7983.0, 7986.0, 7965.0, 7988.0, 7973.0, 7969.0, 8013.0, 8001.0, 7970.0, 7984.0, 7958.0, 7992.0, 7965.0, 7956.0, 7947.0, 7978.0, 8019.0, 7950.0, 8004.0, 7975.0, 8009.0, 7993.0, 7935.0, 7963.0, 7932.0, 7902.0, 7986.0, 7992.0, 8014.0, 8000.0, 7984.0, 8034.0, 7990.0, 8001.0, 8014.0, 7969.0, 7989.0, 7974.0, 7955.0, 8002.0, 7961.0, 7991.0, 7980.0, 7951.0, 7973.0, 7961.0, 7985.0, 8000.0, 7973.0, 8002.0, 7962.0, 7913.0, 7955.0, 7940.0, 7907.0, 7948.0, 7920.0, 7961.0, 7919.0, 7892.0, 8002.0, 8004.0, 8022.0, 7993.0, 7970.0, 8002.0, 7987.0, 7962.0, 7941.0, 7992.0, 7989.0, 7983.0, 8027.0, 8031.0, 8005.0, 8039.0, 8003.0, 8022.0, 7971.0, 7966.0, 7965.0, 7924.0, 8016.0, 7984.0, 8013.0, 7948.0, 7902.0, 7940.0, 7908.0, 7905.0, 7910.0, 7893.0, 7941.0, 7928.0, 7957.0, 7935.0, 7903.0, 7978.0, 7957.0, 8027.0, 7990.0, 7949.0, 8005.0, 8000.0, 7973.0, 8022.0, 8008.0, 7999.0, 8021.0, 7990.0, 8005.0, 8007.0, 7992.0, 7986.0, 7986.0, 7957.0, 7995.0, 7964.0, 7947.0, 8005.0, 7939.0, 8053.0, 8025.0, 7993.0, 8022.0, 7960.0, 8022.0, 7991.0, 7944.0, 7984.0, 7971.0, 7961.0, 7932.0, 7902.0, 7946.0, 7934.0, 7990.0, 7990.0, 7990.0, 8030.0, 7973.0, 7980.0, 7986.0, 7985.0, 8009.0, 8007.0, 7988.0, 7983.0, 7956.0, 7935.0, 7961.0, 7937.0, 7953.0, 7994.0, 7933.0, 7956.0, 7959.0, 7912.0, 7967.0, 7938.0, 7924.0, 8014.0, 8005.0, 8007.0, 7959.0, 7945.0, 8036.0, 7961.0, 7928.0, 7892.0, 7920.0, 7929.0, 8005.0, 8001.0, 7983.0, 7992.0, 8020.0, 7984.0, 7943.0, 7951.0, 7932.0, 7916.0, 7960.0, 7964.0, 7953.0, 7977.0, 7995.0, 7979.0, 7946.0, 7984.0, 7955.0, 7915.0, 7998.0, 7951.0, 7975.0, 7987.0, 7961.0, 8011.0, 7927.0, 7917.0, 7886.0, 7915.0, 7897.0, 7896.0, 7908.0, 7909.0, 7915.0, 7885.0, 7927.0, 7919.0, 7885.0, 7905.0, 7875.0, 7852.0, 7882.0, 7891.0, 7929.0, 8019.0, 7957.0, 7940.0, 7939.0, 7925.0, 7962.0, 7993.0, 7972.0, 7964.0, 8006.0, 7990.0, 7984.0, 8027.0, 7954.0, 8041.0, 8010.0, 7992.0, 7983.0, 7937.0, 7948.0, 7914.0, 7895.0, 7933.0, 7888.0, 7913.0, 7936.0, 7828.0, 7986.0, 7963.0, 7963.0, 7985.0, 7985.0, 7930.0, 7928.0, 7927.0, 7904.0, 7906.0, 7968.0, 7992.0, 7948.0, 7993.0, 7952.0, 7943.0, 7993.0, 7944.0, 7924.0, 7966.0, 7937.0, 7946.0, 7992.0, 7902.0, 7957.0, 7913.0, 7893.0, 7936.0, 7888.0, 7991.0, 7989.0, 7975.0, 7998.0, 7909.0, 7942.0, 7947.0, 7915.0, 7940.0, 7931.0, 7906.0, 7983.0, 7962.0, 7989.0, 7991.0, 7926.0, 7978.0, 7929.0, 7934.0, 7938.0, 7878.0, 7937.0, 7918.0, 7981.0, 7957.0, 7956.0, 8013.0, 7961.0, 7910.0, 7913.0, 7894.0, 7879.0, 7957.0, 7953.0, 7958.0, 7994.0, 7953.0, 7963.0, 7970.0, 7906.0, 7937.0, 7907.0, 7901.0, 7918.0, 7855.0, 7914.0, 7869.0, 7910.0, 7865.0, 7902.0, 7858.0, 7820.0, 7851.0, 7821.0, 7866.0, 7827.0, 7886.0, 7878.0, 7832.0, 7924.0, 7915.0, 7960.0, 7948.0, 7871.0, 7931.0, 7920.0, 7898.0, 7944.0, 7900.0, 7914.0, 7962.0, 7938.0, 7999.0, 8022.0, 7982.0, 8020.0, 8014.0, 7945.0, 8001.0, 7978.0, 8005.0, 8025.0, 8008.0, 8020.0, 8001.0, 7924.0, 7955.0, 7937.0, 7873.0, 7930.0, 7901.0, 7878.0, 7967.0, 7984.0, 7912.0, 7967.0, 7951.0, 7909.0, 7949.0, 7961.0, 7949.0, 7982.0, 8000.0, 7949.0, 7925.0, 7962.0, 7952.0, 7952.0, 7982.0, 7958.0, 7972.0, 7937.0, 7892.0, 7914.0, 7925.0, 7897.0, 7937.0, 7925.0, 7880.0, 7939.0, 7913.0, 7923.0, 7922.0, 7882.0, 7922.0, 7921.0, 7960.0, 7995.0, 7985.0, 7936.0, 7931.0, 7918.0, 7949.0, 7992.0, 7987.0, 7954.0, 8032.0, 7990.0, 7967.0, 8013.0, 8013.0, 7973.0, 8045.0, 7978.0, 7934.0, 7971.0, 7938.0, 7903.0, 7943.0, 7930.0, 7906.0, 7921.0, 7860.0, 7916.0, 7903.0, 7871.0, 7916.0, 7916.0, 8008.0, 7986.0, 7915.0, 7955.0, 7939.0, 7889.0, 7982.0, 7975.0, 7933.0, 7994.0, 7971.0, 7935.0, 7986.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.0028915038893690577</td></tr>
<tr><td colspan=3>aqi</td><td>0.06930550674157303</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.62536282198967</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0659489440657444</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9717190562110737</td></tr>
<tr><td colspan=3>efc</td><td>0.4776</td></tr>
<tr><td colspan=3>fber</td><td>4158.083</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.20681182020342154</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>399</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>34.485738980121006</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7713117290522167</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.547452939263989</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.1131746530488598</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6533075948438003</td></tr>
<tr><td colspan=3>gcor</td><td>0.00849836</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01674465462565422</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.034546010196208954</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1157</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.8439480062969036</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>20.5504</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.1493</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>145.1204</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>301754.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>591.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>252.496</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0491</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>441.2752</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2723.3714</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2895.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74790.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>876.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3587.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>753.1269</td></tr>
<tr><td colspan=3>tsnr</td><td>22.678041352075525</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>