<?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-0003_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-0003_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-0003_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-0003/figures/sub-0003_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0003/figures/sub-0003_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-0003/figures/sub-0003_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003/ses-02/func/sub-0003_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>da9adaab3c965537e6c5a34df43ce165</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>13:43:47.525000</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_VE11C_LATEST_20160120</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.999846, 0.00102744, -0.0175252, 0.00209402, 0.984179, 0.177167]</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.114298</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>[4152, -7751, -7257, 540, -25, -17, 53, 77]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.1</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e3df122b-6752-486d-a89d-44422ccdcdf9||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682513475418091, 0.005618114490061998, -0.04706088453531265, 113.9674301147461], [-0.002756553702056408, 2.64047908782959, 0.47837644815444946, -97.92819213867188], [-0.04701883718371391, -0.4753262996673584, 2.6568667888641357, -34.85775375366211], [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': ['134347.525000', '134347.985000', '134348.445000', '134348.905000', '134349.365000', '134349.825000', '134350.285000', '134350.745000', '134351.205000', '134351.665000', '134352.125000', '134352.585000', '134353.045000', '134353.505000', '134353.965000', '134354.425000', '134354.885000', '134355.345000', '134355.805000', '134356.265000', '134356.725000', '134357.185000', '134357.645000', '134358.105000', '134358.565000', '134359.025000', '134359.485000', '134359.945000', '134400.405000', '134400.865000', '134401.325000', '134401.785000', '134402.245000', '134402.705000', '134403.165000', '134403.625000', '134404.085000', '134404.545000', '134405.005000', '134405.465000', '134405.925000', '134406.385000', '134406.845000', '134407.305000', '134407.765000', '134408.225000', '134408.685000', '134409.145000', '134409.605000', '134410.065000', '134410.525000', '134410.985000', '134411.445000', '134411.905000', '134412.365000', '134412.825000', '134413.285000', '134413.745000', '134414.205000', '134414.665000', '134415.125000', '134415.585000', '134416.045000', '134416.505000', '134416.965000', '134417.425000', '134417.885000', '134418.345000', '134418.805000', '134419.265000', '134419.725000', '134420.185000', '134420.645000', '134421.105000', '134421.565000', '134422.025000', '134422.485000', '134422.945000', '134423.405000', '134423.865000', '134424.325000', '134424.785000', '134425.245000', '134425.705000', '134426.165000', '134426.625000', '134427.085000', '134427.545000', '134428.005000', '134428.465000', '134428.925000', '134429.385000', '134429.845000', '134430.305000', '134430.765000', '134431.225000', '134431.685000', '134432.145000', '134432.605000', '134433.065000', '134433.525000', '134433.985000', '134434.445000', '134434.905000', '134435.365000', '134435.825000', '134436.285000', '134436.745000', '134437.205000', '134437.665000', '134438.125000', '134438.585000', '134439.045000', '134439.505000', '134439.965000', '134440.425000', '134440.885000', '134441.345000', '134441.805000', '134442.265000', '134442.725000', '134443.185000', '134443.645000', '134444.105000', '134444.565000', '134445.025000', '134445.485000', '134445.945000', '134446.405000', '134446.865000', '134447.325000', '134447.785000', '134448.245000', '134448.705000', '134449.165000', '134449.625000', '134450.085000', '134450.545000', '134451.005000', '134451.465000', '134451.925000', '134452.385000', '134452.845000', '134453.305000', '134453.765000', '134454.225000', '134454.685000', '134455.145000', '134455.605000', '134456.065000', '134456.525000', '134456.985000', '134457.445000', '134457.905000', '134458.365000', '134458.825000', '134459.285000', '134459.745000', '134500.205000', '134500.665000', '134501.125000', '134501.585000', '134502.045000', '134502.505000', '134502.965000', '134503.425000', '134503.885000', '134504.345000', '134504.805000', '134505.265000', '134505.725000', '134506.185000', '134506.645000', '134507.105000', '134507.565000', '134508.025000', '134508.485000', '134508.945000', '134509.405000', '134509.865000', '134510.325000', '134510.785000', '134511.245000', '134511.705000', '134512.165000', '134512.625000', '134513.085000', '134513.545000', '134514.005000', '134514.465000', '134514.925000', '134515.385000', '134515.845000', '134516.305000', '134516.765000', '134517.225000', '134517.685000', '134518.145000', '134518.605000', '134519.065000', '134519.525000', '134519.985000', '134520.445000', '134520.905000', '134521.365000', '134521.825000', '134522.285000', '134522.745000', '134523.205000', '134523.665000', '134524.125000', '134524.585000', '134525.045000', '134525.505000', '134525.965000', '134526.425000', '134526.885000', '134527.345000', '134527.805000', '134528.265000', '134528.725000', '134529.185000', '134529.645000', '134530.105000', '134530.565000', '134531.025000', '134531.485000', '134531.945000', '134532.405000', '134532.865000', '134533.325000', '134533.785000', '134534.245000', '134534.705000', '134535.165000', '134535.625000', '134536.085000', '134536.545000', '134537.005000', '134537.465000', '134537.925000', '134538.385000', '134538.845000', '134539.305000', '134539.765000', '134540.225000', '134540.685000', '134541.145000', '134541.605000', '134542.065000', '134542.525000', '134542.985000', '134543.445000', '134543.905000', '134544.365000', '134544.825000', '134545.285000', '134545.745000', '134546.205000', '134546.665000', '134547.125000', '134547.585000', '134548.045000', '134548.505000', '134548.965000', '134549.425000', '134549.885000', '134550.345000', '134550.805000', '134551.265000', '134551.725000', '134552.185000', '134552.645000', '134553.105000', '134553.565000', '134554.025000', '134554.485000', '134554.945000', '134555.405000', '134555.865000', '134556.325000', '134556.785000', '134557.245000', '134557.705000', '134558.165000', '134558.625000', '134559.085000', '134559.545000', '134600.005000', '134600.465000', '134600.925000', '134601.385000', '134601.845000', '134602.305000', '134602.765000', '134603.225000', '134603.685000', '134604.145000', '134604.605000', '134605.065000', '134605.525000', '134605.985000', '134606.445000', '134606.905000', '134607.365000', '134607.825000', '134608.285000', '134608.745000', '134609.205000', '134609.665000', '134610.125000', '134610.585000', '134611.045000', '134611.505000', '134611.965000', '134612.425000', '134612.885000', '134613.345000', '134613.805000', '134614.265000', '134614.725000', '134615.185000', '134615.645000', '134616.105000', '134616.565000', '134617.025000', '134617.485000', '134617.945000', '134618.405000', '134618.865000', '134619.325000', '134619.785000', '134620.245000', '134620.705000', '134621.165000', '134621.625000', '134622.085000', '134622.545000', '134623.005000', '134623.465000', '134623.925000', '134624.385000', '134624.845000', '134625.305000', '134625.765000', '134626.225000', '134626.685000', '134627.145000', '134627.605000', '134628.065000', '134628.525000', '134628.985000', '134629.445000', '134629.905000', '134630.365000', '134630.825000', '134631.285000', '134631.745000', '134632.205000', '134632.665000', '134633.125000', '134633.585000', '134634.045000', '134634.505000', '134634.965000', '134635.425000', '134635.885000', '134636.345000', '134636.805000', '134637.265000', '134637.725000', '134638.185000', '134638.645000', '134639.105000', '134639.565000', '134640.025000', '134640.485000', '134640.945000', '134641.405000', '134641.865000', '134642.325000', '134642.785000', '134643.245000', '134643.705000', '134644.165000', '134644.625000', '134645.085000', '134645.545000', '134646.005000', '134646.465000', '134646.925000', '134647.385000', '134647.845000', '134648.305000', '134648.765000', '134649.225000', '134649.685000', '134650.145000', '134650.605000', '134651.065000', '134651.525000', '134651.985000', '134652.445000', '134652.905000', '134653.365000', '134653.825000', '134654.285000', '134654.745000', '134655.205000', '134655.665000', '134656.125000', '134656.585000', '134657.045000', '134657.505000', '134657.965000', '134658.425000', '134658.885000', '134659.345000', '134659.805000', '134700.265000', '134700.725000', '134701.185000', '134701.645000', '134702.105000', '134702.565000', '134703.025000', '134703.485000', '134703.945000', '134704.405000', '134704.865000', '134705.325000', '134705.785000', '134706.245000', '134706.705000', '134707.165000', '134707.625000', '134708.085000', '134708.545000', '134709.005000', '134709.465000', '134709.925000', '134710.385000', '134710.845000', '134711.305000', '134711.765000', '134712.225000', '134712.685000', '134713.145000', '134713.605000', '134714.065000', '134714.525000', '134714.985000', '134715.445000', '134715.905000', '134716.365000', '134716.825000', '134717.285000', '134717.745000', '134718.205000', '134718.665000', '134719.125000', '134719.585000', '134720.045000', '134720.505000', '134720.965000', '134721.425000', '134721.885000', '134722.345000', '134722.805000', '134723.265000', '134723.725000', '134724.185000', '134724.645000', '134725.105000', '134725.565000', '134726.025000', '134726.485000', '134726.945000', '134727.405000', '134727.865000', '134728.325000', '134728.785000', '134729.245000', '134729.705000', '134730.165000', '134730.625000', '134731.085000', '134731.545000', '134732.005000', '134732.465000', '134732.925000', '134733.385000', '134733.845000', '134734.305000', '134734.765000', '134735.225000', '134735.685000', '134736.145000', '134736.605000', '134737.065000', '134737.525000', '134737.985000', '134738.445000', '134738.905000', '134739.365000', '134739.825000', '134740.285000', '134740.745000', '134741.205000', '134741.665000', '134742.125000', '134742.585000', '134743.045000', '134743.505000', '134743.965000', '134744.425000', '134744.885000', '134745.345000', '134745.805000', '134746.265000', '134746.725000', '134747.185000', '134747.645000', '134748.105000', '134748.565000', '134749.025000', '134749.485000', '134749.945000', '134750.405000', '134750.865000', '134751.325000', '134751.785000', '134752.245000', '134752.705000', '134753.165000', '134753.625000', '134754.085000', '134754.545000', '134755.005000', '134755.465000', '134755.925000', '134756.385000', '134756.845000', '134757.305000', '134757.765000', '134758.225000', '134758.685000', '134759.145000', '134759.605000', '134800.065000', '134800.525000', '134800.985000', '134801.445000', '134801.905000', '134802.365000', '134802.825000', '134803.285000', '134803.745000', '134804.205000', '134804.665000', '134805.125000', '134805.585000', '134806.045000', '134806.505000', '134806.965000', '134807.425000', '134807.885000', '134808.345000', '134808.805000', '134809.265000', '134809.725000', '134810.185000', '134810.645000', '134811.105000', '134811.565000', '134812.025000', '134812.485000', '134812.945000', '134813.405000', '134813.865000', '134814.325000', '134814.785000', '134815.245000', '134815.705000', '134816.165000', '134816.625000', '134817.085000', '134817.545000', '134818.005000', '134818.465000', '134818.925000', '134819.385000', '134819.845000', '134820.305000', '134820.765000', '134821.225000', '134821.685000', '134822.145000', '134822.605000', '134823.065000', '134823.525000', '134823.985000', '134824.445000', '134824.905000', '134825.365000', '134825.825000', '134826.285000', '134826.745000', '134827.205000', '134827.665000', '134828.125000', '134828.585000', '134829.045000', '134829.505000', '134829.965000', '134830.425000', '134830.885000', '134831.345000', '134831.805000', '134832.265000', '134832.725000', '134833.185000', '134833.645000', '134834.105000', '134834.565000', '134835.025000', '134835.485000', '134835.945000', '134836.405000', '134836.865000', '134837.325000', '134837.785000', '134838.245000', '134838.705000', '134839.165000', '134839.625000', '134840.085000', '134840.545000', '134841.005000', '134841.465000', '134841.925000', '134842.385000', '134842.845000', '134843.305000', '134843.765000', '134844.225000', '134844.685000', '134845.145000', '134845.605000', '134846.065000', '134846.525000', '134846.985000', '134847.445000', '134847.905000', '134848.365000', '134848.825000', '134849.285000', '134849.745000', '134850.205000', '134850.665000', '134851.125000', '134851.585000', '134852.045000', '134852.505000', '134852.965000', '134853.425000', '134853.885000', '134854.345000', '134854.805000', '134855.265000', '134855.725000', '134856.185000', '134856.645000', '134857.105000', '134857.565000', '134858.025000', '134858.485000', '134858.945000', '134859.405000', '134859.865000', '134900.325000', '134900.785000', '134901.245000', '134901.705000', '134902.165000', '134902.625000', '134903.085000', '134903.545000', '134904.005000', '134904.465000', '134904.925000', '134905.385000', '134905.845000', '134906.305000', '134906.765000', '134907.225000', '134907.685000', '134908.145000', '134908.605000', '134909.065000', '134909.525000', '134909.985000', '134910.445000', '134910.905000', '134911.365000', '134911.825000', '134912.285000', '134912.745000', '134913.205000', '134913.665000', '134914.125000', '134914.585000', '134915.045000', '134915.505000', '134915.965000', '134916.425000', '134916.885000', '134917.345000', '134917.805000', '134918.265000', '134918.725000', '134919.185000', '134919.645000', '134920.105000', '134920.565000', '134921.025000', '134921.485000', '134921.945000', '134922.405000', '134922.865000', '134923.325000', '134923.785000', '134924.245000', '134924.705000', '134925.165000', '134925.625000', '134926.085000', '134926.545000', '134927.005000', '134927.465000', '134927.925000', '134928.385000', '134928.845000', '134929.305000', '134929.765000', '134930.225000', '134930.685000', '134931.145000', '134931.605000', '134932.065000', '134932.525000', '134932.985000', '134933.445000', '134933.905000', '134934.365000', '134934.825000', '134935.285000', '134935.745000', '134936.205000', '134936.665000', '134937.125000', '134937.585000', '134938.045000', '134938.505000', '134938.965000', '134939.425000', '134939.885000', '134940.345000', '134940.805000', '134941.265000', '134941.725000', '134942.185000', '134942.645000', '134943.105000', '134943.565000', '134944.025000', '134944.485000', '134944.945000', '134945.405000', '134945.865000', '134946.325000', '134946.785000', '134947.245000', '134947.705000', '134948.165000', '134948.625000', '134949.085000', '134949.545000', '134950.005000', '134950.465000', '134950.925000', '134951.385000', '134951.845000', '134952.305000', '134952.765000', '134953.225000', '134953.685000', '134954.145000', '134954.605000', '134955.065000', '134955.525000', '134955.985000', '134956.445000', '134956.905000', '134957.365000', '134957.825000', '134958.285000', '134958.745000', '134959.205000', '134959.665000', '135000.125000', '135000.585000', '135001.045000', '135001.505000', '135001.965000', '135002.425000', '135002.885000', '135003.345000', '135003.805000', '135004.265000', '135004.725000', '135005.185000', '135005.645000', '135006.105000', '135006.565000', '135007.025000', '135007.485000', '135007.945000', '135008.405000', '135008.865000', '135009.325000', '135009.785000', '135010.245000', '135010.705000', '135011.165000', '135011.625000', '135012.085000', '135012.545000', '135013.005000', '135013.465000', '135013.925000', '135014.385000', '135014.845000', '135015.305000', '135015.765000', '135016.225000', '135016.685000', '135017.145000', '135017.605000', '135018.065000', '135018.525000', '135018.985000', '135019.445000', '135019.905000', '135020.365000', '135020.825000', '135021.285000', '135021.745000', '135022.205000', '135022.665000', '135023.125000', '135023.585000', '135024.045000', '135024.505000', '135024.965000', '135025.425000', '135025.885000', '135026.345000', '135026.805000', '135027.265000', '135027.725000', '135028.185000', '135028.645000', '135029.105000', '135029.565000', '135030.025000', '135030.485000', '135030.945000', '135031.405000', '135031.865000', '135032.325000', '135032.785000', '135033.245000', '135033.705000', '135034.165000', '135034.625000', '135035.085000', '135035.545000', '135036.005000', '135036.465000', '135036.925000', '135037.385000', '135037.845000', '135038.305000', '135038.765000', '135039.225000', '135039.685000', '135040.145000', '135040.605000', '135041.065000', '135041.525000', '135041.985000', '135042.445000', '135042.905000', '135043.365000', '135043.825000', '135044.285000', '135044.745000', '135045.205000', '135045.665000', '135046.125000', '135046.585000', '135047.045000', '135047.505000', '135047.965000', '135048.425000', '135048.885000', '135049.345000', '135049.805000', '135050.265000', '135050.725000', '135051.185000', '135051.645000', '135052.105000', '135052.565000', '135053.025000', '135053.485000', '135053.945000', '135054.405000', '135054.865000', '135055.325000', '135055.785000', '135056.245000', '135056.705000', '135057.165000', '135057.625000', '135058.085000', '135058.545000', '135059.005000', '135059.465000', '135059.925000', '135100.385000', '135100.845000', '135101.305000', '135101.765000', '135102.225000', '135102.685000', '135103.145000', '135103.605000', '135104.065000', '135104.525000', '135104.985000', '135105.445000', '135105.905000', '135106.365000', '135106.825000', '135107.285000', '135107.745000', '135108.205000', '135108.665000', '135109.125000', '135109.585000', '135110.045000', '135110.505000', '135110.965000', '135111.425000', '135111.885000', '135112.345000', '135112.805000', '135113.265000', '135113.725000', '135114.185000', '135114.645000', '135115.105000', '135115.565000', '135116.025000', '135116.485000', '135116.945000', '135117.405000', '135117.865000', '135118.325000', '135118.785000', '135119.245000', '135119.705000', '135120.165000', '135120.625000', '135121.085000', '135121.545000', '135122.005000', '135122.465000', '135122.925000', '135123.385000', '135123.845000', '135124.305000', '135124.765000', '135125.225000', '135125.685000', '135126.145000', '135126.605000', '135127.065000', '135127.525000', '135127.985000', '135128.445000', '135128.905000', '135129.365000', '135129.825000', '135130.285000', '135130.745000', '135131.205000', '135131.665000', '135132.125000', '135132.585000', '135133.045000', '135133.505000', '135133.965000', '135134.425000', '135134.885000', '135135.345000', '135135.805000', '135136.265000', '135136.725000', '135137.185000', '135137.645000', '135138.105000', '135138.565000', '135139.025000', '135139.485000', '135139.945000', '135140.405000', '135140.865000', '135141.325000', '135141.785000', '135142.245000', '135142.705000', '135143.165000', '135143.625000', '135144.085000', '135144.545000', '135145.005000', '135145.465000', '135145.925000', '135146.385000', '135146.845000', '135147.305000', '135147.765000', '135148.225000', '135148.685000', '135149.145000', '135149.605000', '135150.065000', '135150.525000', '135150.985000', '135151.445000', '135151.905000', '135152.365000', '135152.825000', '135153.285000', '135153.745000', '135154.205000', '135154.665000', '135155.125000', '135155.585000', '135156.045000', '135156.505000', '135156.965000', '135157.425000', '135157.885000', '135158.345000', '135158.805000', '135159.265000', '135159.725000', '135200.185000', '135200.645000', '135201.105000', '135201.565000', '135202.025000', '135202.485000', '135202.945000', '135203.405000', '135203.865000', '135204.325000', '135204.785000', '135205.245000', '135205.705000', '135206.165000', '135206.625000', '135207.085000', '135207.545000', '135208.005000', '135208.465000', '135208.925000', '135209.385000', '135209.845000', '135210.305000', '135210.765000', '135211.225000', '135211.685000', '135212.145000', '135212.605000', '135213.065000', '135213.525000', '135213.985000', '135214.445000', '135214.905000', '135215.365000', '135215.825000', '135216.285000', '135216.745000', '135217.205000', '135217.665000', '135218.125000', '135218.585000', '135219.045000', '135219.505000', '135219.965000', '135220.425000', '135220.885000', '135221.345000', '135221.805000', '135222.265000', '135222.725000', '135223.185000', '135223.645000', '135224.105000', '135224.565000', '135225.025000', '135225.485000', '135225.945000', '135226.405000', '135226.865000', '135227.325000', '135227.785000', '135228.245000', '135228.705000', '135229.165000', '135229.625000', '135230.085000', '135230.545000', '135231.005000', '135231.465000', '135231.925000', '135232.385000', '135232.845000', '135233.305000', '135233.765000', '135234.225000', '135234.685000', '135235.145000', '135235.605000', '135236.065000', '135236.525000', '135236.985000', '135237.445000', '135237.905000', '135238.365000', '135238.825000', '135239.285000', '135239.745000'], 'ContentTime': ['134404.300000', '134404.303000', '134404.306000', '134404.310000', '134404.313000', '134404.316000', '134404.319000', '134404.322000', '134404.325000', '134404.328000', '134404.331000', '134404.334000', '134404.337000', '134404.354000', '134404.357000', '134404.360000', '134404.364000', '134404.367000', '134404.370000', '134404.373000', '134404.376000', '134404.379000', '134404.382000', '134404.385000', '134404.388000', '134404.391000', '134404.393000', '134404.396000', '134404.399000', '134404.403000', '134404.405000', '134404.409000', '134404.419000', '134404.422000', '134404.425000', '134404.429000', '134424.263000', '134424.266000', '134424.269000', '134424.272000', '134424.285000', '134424.288000', '134424.291000', '134424.294000', '134424.297000', '134424.300000', '134424.303000', '134424.306000', '134424.309000', '134424.313000', '134424.316000', '134424.319000', '134424.322000', '134424.325000', '134424.328000', '134424.331000', '134424.334000', '134424.337000', '134424.340000', '134424.343000', '134424.346000', '134424.349000', '134424.356000', '134424.360000', '134424.363000', '134424.366000', '134424.369000', '134424.372000', '134424.375000', '134424.378000', '134424.381000', '134424.384000', '134424.387000', '134424.390000', '134424.393000', '134424.396000', '134424.399000', '134424.402000', '134424.405000', '134444.264000', '134444.267000', '134444.270000', '134444.273000', '134444.280000', '134444.283000', '134444.286000', '134444.289000', '134444.291000', '134444.294000', '134444.297000', '134444.300000', '134444.303000', '134444.306000', '134444.309000', '134444.312000', '134444.315000', '134444.318000', '134444.321000', '134444.324000', '134444.326000', '134444.329000', '134444.332000', '134444.335000', '134444.338000', '134444.341000', '134444.344000', '134444.347000', '134444.350000', '134444.353000', '134444.355000', '134444.358000', '134444.361000', '134444.364000', '134444.367000', '134444.370000', '134444.373000', '134444.376000', '134444.379000', '134444.381000', '134444.384000', '134444.387000', '134444.390000', '134444.393000', '134504.264000', '134504.267000', '134504.270000', '134504.285000', '134504.288000', '134504.291000', '134504.294000', '134504.297000', '134504.300000', '134504.311000', '134504.313000', '134504.317000', '134504.319000', '134504.322000', '134504.325000', '134504.328000', '134504.331000', '134504.334000', '134504.337000', '134504.340000', '134504.343000', '134504.346000', '134504.349000', '134504.352000', '134504.354000', '134504.357000', '134504.360000', '134504.363000', '134504.366000', '134504.369000', '134504.372000', '134504.375000', '134504.378000', '134504.381000', '134504.384000', '134504.387000', '134504.391000', '134504.393000', '134504.396000', '134504.399000', '134504.402000', '134504.405000', '134504.408000', '134524.264000', '134524.267000', '134524.270000', '134524.273000', '134524.276000', '134524.279000', '134524.282000', '134524.285000', '134524.288000', '134524.290000', '134524.293000', '134524.296000', '134524.299000', '134524.302000', '134524.305000', '134524.308000', '134524.311000', '134524.314000', '134524.317000', '134524.320000', '134524.323000', '134524.326000', '134524.328000', '134524.331000', '134524.334000', '134524.337000', '134524.340000', '134524.343000', '134524.346000', '134524.349000', '134524.352000', '134524.355000', '134524.358000', '134524.361000', '134524.364000', '134524.367000', '134524.370000', '134524.372000', '134524.375000', '134524.378000', '134524.381000', '134524.384000', '134524.387000', '134524.390000', '134544.264000', '134544.267000', '134544.270000', '134544.273000', '134544.276000', '134544.279000', '134544.282000', '134544.285000', '134544.288000', '134544.290000', '134544.293000', '134544.296000', '134544.299000', '134544.302000', '134544.305000', '134544.308000', '134544.311000', '134544.314000', '134544.317000', '134544.320000', '134544.323000', '134544.325000', '134544.328000', '134544.331000', '134544.334000', '134544.337000', '134544.340000', '134544.343000', '134544.346000', '134544.349000', '134544.352000', '134544.355000', '134544.358000', '134544.361000', '134544.364000', '134544.367000', '134544.369000', '134544.372000', '134544.375000', '134544.378000', '134544.381000', '134544.384000', '134544.387000', '134604.263000', '134604.266000', '134604.269000', '134604.272000', '134604.275000', '134604.278000', '134604.281000', '134604.284000', '134604.287000', '134604.289000', '134604.292000', '134604.295000', '134604.298000', '134604.301000', '134604.304000', '134604.307000', '134604.310000', '134604.313000', '134604.316000', '134604.319000', '134604.322000', '134604.325000', '134604.328000', '134604.331000', '134604.334000', '134604.337000', '134604.340000', '134604.343000', '134604.345000', '134604.348000', '134604.351000', '134604.354000', '134604.357000', '134604.360000', '134604.363000', '134604.366000', '134604.369000', '134604.372000', '134604.375000', '134604.378000', '134604.380000', '134604.383000', '134604.386000', '134604.389000', '134624.263000', '134624.266000', '134624.269000', '134624.272000', '134624.275000', '134624.278000', '134624.281000', '134624.284000', '134624.286000', '134624.289000', '134624.292000', '134624.295000', '134624.298000', '134624.301000', '134624.304000', '134624.307000', '134624.310000', '134624.313000', '134624.316000', '134624.319000', '134624.322000', '134624.325000', '134624.328000', '134624.331000', '134624.333000', '134624.336000', '134624.339000', '134624.342000', '134624.345000', '134624.348000', '134624.351000', '134624.354000', '134624.357000', '134624.360000', '134624.363000', '134624.366000', '134624.368000', '134624.372000', '134624.374000', '134624.377000', '134624.380000', '134624.383000', '134624.395000', '134644.263000', '134644.266000', '134644.269000', '134644.272000', '134644.275000', '134644.279000', '134644.281000', '134644.284000', '134644.287000', '134644.290000', '134644.293000', '134644.296000', '134644.299000', '134644.302000', '134644.305000', '134644.308000', '134644.311000', '134644.314000', '134644.317000', '134644.320000', '134644.323000', '134644.325000', '134644.329000', '134644.331000', '134644.334000', '134644.337000', '134644.340000', '134644.343000', '134644.346000', '134644.349000', '134644.352000', '134644.355000', '134644.358000', '134644.361000', '134644.364000', '134644.367000', '134644.370000', '134644.372000', '134644.375000', '134644.378000', '134644.381000', '134644.384000', '134644.387000', '134704.264000', '134704.267000', '134704.270000', '134704.273000', '134704.276000', '134704.279000', '134704.282000', '134704.285000', '134704.288000', '134704.291000', '134704.294000', '134704.297000', '134704.299000', '134704.303000', '134704.306000', '134704.308000', '134704.311000', '134704.314000', '134704.317000', '134704.320000', '134704.323000', '134704.326000', '134704.329000', '134704.332000', '134704.335000', '134704.338000', '134704.341000', '134704.344000', '134704.347000', '134704.350000', '134704.353000', '134704.355000', '134704.358000', '134704.361000', '134704.364000', '134704.367000', '134704.370000', '134704.373000', '134704.376000', '134704.379000', '134704.382000', '134704.385000', '134704.388000', '134704.391000', '134724.264000', '134724.267000', '134724.270000', '134724.273000', '134724.276000', '134724.279000', '134724.282000', '134724.285000', '134724.288000', '134724.291000', '134724.294000', '134724.297000', '134724.300000', '134724.303000', '134724.306000', '134724.309000', '134724.312000', '134724.315000', '134724.318000', '134724.321000', '134724.324000', '134724.327000', '134724.330000', '134724.332000', '134724.335000', '134724.338000', '134724.341000', '134724.344000', '134724.347000', '134724.350000', '134724.353000', '134724.356000', '134724.359000', '134724.362000', '134724.365000', '134724.368000', '134724.371000', '134724.374000', '134724.377000', '134724.379000', '134724.382000', '134724.385000', '134724.388000', '134744.264000', '134744.267000', '134744.270000', '134744.273000', '134744.276000', '134744.279000', '134744.282000', '134744.285000', '134744.288000', '134744.291000', '134744.293000', '134744.296000', '134744.299000', '134744.302000', '134744.305000', '134744.308000', '134744.311000', '134744.314000', '134744.317000', '134744.320000', '134744.323000', '134744.326000', '134744.329000', '134744.331000', '134744.335000', '134744.337000', '134744.340000', '134744.343000', '134744.346000', '134744.349000', '134744.352000', '134744.355000', '134744.358000', '134744.361000', '134744.364000', '134744.367000', '134744.370000', '134744.373000', '134744.376000', '134744.379000', '134744.382000', '134744.385000', '134744.387000', '134744.390000', '134804.264000', '134804.267000', '134804.270000', '134804.273000', '134804.276000', '134804.279000', '134804.282000', '134804.285000', '134804.288000', '134804.291000', '134804.305000', '134804.308000', '134804.311000', '134804.314000', '134804.317000', '134804.320000', '134804.323000', '134804.326000', '134804.329000', '134804.332000', '134804.335000', '134804.338000', '134804.341000', '134804.343000', '134804.357000', '134804.360000', '134804.363000', '134804.366000', '134804.374000', '134804.377000', '134804.380000', '134804.383000', '134804.386000', '134804.389000', '134804.392000', '134804.394000', '134804.397000', '134804.400000', '134804.403000', '134804.406000', '134804.409000', '134804.412000', '134804.415000', '134824.263000', '134824.266000', '134824.269000', '134824.272000', '134824.275000', '134824.278000', '134824.281000', '134824.284000', '134824.287000', '134824.289000', '134824.292000', '134824.295000', '134824.298000', '134824.301000', '134824.304000', '134824.307000', '134824.310000', '134824.313000', '134824.316000', '134824.319000', '134824.322000', '134824.325000', '134824.328000', '134824.331000', '134824.334000', '134824.337000', '134824.340000', '134824.343000', '134824.346000', '134824.349000', '134824.351000', '134824.354000', '134824.357000', '134824.360000', '134824.363000', '134824.366000', '134824.369000', '134824.372000', '134824.375000', '134824.378000', '134824.381000', '134824.384000', '134824.387000', '134824.390000', '134844.265000', '134844.268000', '134844.271000', '134844.274000', '134844.277000', '134844.280000', '134844.283000', '134844.286000', '134844.289000', '134844.292000', '134844.295000', '134844.298000', '134844.300000', '134844.303000', '134844.306000', '134844.309000', '134844.312000', '134844.315000', '134844.318000', '134844.321000', '134844.326000', '134844.330000', '134844.333000', '134844.336000', '134844.339000', '134844.342000', '134844.345000', '134844.348000', '134844.351000', '134844.353000', '134844.356000', '134844.359000', '134844.362000', '134844.365000', '134844.368000', '134844.371000', '134844.374000', '134844.377000', '134844.380000', '134844.383000', '134844.386000', '134844.389000', '134844.392000', '134904.263000', '134904.266000', '134904.269000', '134904.272000', '134904.275000', '134904.278000', '134904.281000', '134904.284000', '134904.287000', '134904.290000', '134904.293000', '134904.296000', '134904.299000', '134904.302000', '134904.305000', '134904.307000', '134904.310000', '134904.313000', '134904.316000', '134904.319000', '134904.322000', '134904.325000', '134904.328000', '134904.331000', '134904.334000', '134904.337000', '134904.340000', '134904.343000', '134904.346000', '134904.349000', '134904.352000', '134904.355000', '134904.358000', '134904.363000', '134904.366000', '134904.369000', '134904.372000', '134904.374000', '134904.377000', '134904.380000', '134904.383000', '134904.386000', '134904.389000', '134904.392000', '134924.264000', '134924.267000', '134924.270000', '134924.273000', '134924.276000', '134924.279000', '134924.282000', '134924.285000', '134924.288000', '134924.291000', '134924.294000', '134924.297000', '134924.300000', '134924.302000', '134924.305000', '134924.308000', '134924.311000', '134924.314000', '134924.317000', '134924.320000', '134924.323000', '134924.326000', '134924.329000', '134924.332000', '134924.335000', '134924.338000', '134924.341000', '134924.344000', '134924.347000', '134924.350000', '134924.353000', '134924.355000', '134924.358000', '134924.361000', '134924.364000', '134924.383000', '134924.386000', '134924.389000', '134924.392000', '134924.395000', '134924.398000', '134924.401000', '134924.404000', '134944.264000', '134944.267000', '134944.270000', '134944.273000', '134944.276000', '134944.279000', '134944.282000', '134944.285000', '134944.288000', '134944.291000', '134944.294000', '134944.297000', '134944.300000', '134944.303000', '134944.306000', '134944.308000', '134944.311000', '134944.314000', '134944.317000', '134944.320000', '134944.323000', '134944.326000', '134944.329000', '134944.332000', '134944.335000', '134944.338000', '134944.341000', '134944.343000', '134944.346000', '134944.349000', '134944.352000', '134944.355000', '134944.358000', '134944.361000', '134944.364000', '134944.367000', '134944.370000', '134944.373000', '134944.376000', '134944.379000', '134944.381000', '134944.385000', '134944.387000', '134944.390000', '135004.264000', '135004.267000', '135004.270000', '135004.273000', '135004.276000', '135004.279000', '135004.282000', '135004.285000', '135004.288000', '135004.291000', '135004.294000', '135004.297000', '135004.300000', '135004.304000', '135004.307000', '135004.310000', '135004.313000', '135004.316000', '135004.318000', '135004.322000', '135004.325000', '135004.327000', '135004.330000', '135004.333000', '135004.336000', '135004.339000', '135004.342000', '135004.345000', '135004.348000', '135004.351000', '135004.354000', '135004.357000', '135004.360000', '135004.363000', '135004.366000', '135004.369000', '135004.374000', '135004.377000', '135004.380000', '135004.383000', '135004.386000', '135004.389000', '135004.392000', '135024.264000', '135024.267000', '135024.270000', '135024.273000', '135024.276000', '135024.279000', '135024.282000', '135024.285000', '135024.288000', '135024.291000', '135024.294000', '135024.296000', '135024.300000', '135024.302000', '135024.305000', '135024.308000', '135024.311000', '135024.314000', '135024.317000', '135024.320000', '135024.323000', '135024.326000', '135024.329000', '135024.332000', '135024.335000', '135024.338000', '135024.340000', '135024.343000', '135024.346000', '135024.349000', '135024.352000', '135024.355000', '135024.358000', '135024.361000', '135024.364000', '135024.367000', '135024.370000', '135024.373000', '135024.376000', '135024.379000', '135024.382000', '135024.385000', '135024.388000', '135024.390000', '135044.263000', '135044.266000', '135044.269000', '135044.272000', '135044.275000', '135044.278000', '135044.281000', '135044.284000', '135044.287000', '135044.290000', '135044.293000', '135044.296000', '135044.299000', '135044.301000', '135044.304000', '135044.307000', '135044.310000', '135044.313000', '135044.316000', '135044.319000', '135044.322000', '135044.325000', '135044.328000', '135044.331000', '135044.334000', '135044.337000', '135044.340000', '135044.343000', '135044.345000', '135044.348000', '135044.351000', '135044.354000', '135044.357000', '135044.360000', '135044.363000', '135044.366000', '135044.369000', '135044.372000', '135044.375000', '135044.378000', '135044.381000', '135044.384000', '135044.387000', '135104.263000', '135104.266000', '135104.269000', '135104.272000', '135104.275000', '135104.278000', '135104.281000', '135104.284000', '135104.287000', '135104.290000', '135104.293000', '135104.296000', '135104.299000', '135104.301000', '135104.304000', '135104.307000', '135104.310000', '135104.313000', '135104.316000', '135104.319000', '135104.322000', '135104.325000', '135104.328000', '135104.331000', '135104.334000', '135104.337000', '135104.340000', '135104.343000', '135104.345000', '135104.348000', '135104.351000', '135104.354000', '135104.357000', '135104.360000', '135104.363000', '135104.366000', '135104.369000', '135104.372000', '135104.375000', '135104.378000', '135104.381000', '135104.384000', '135104.386000', '135104.389000', '135124.263000', '135124.266000', '135124.269000', '135124.272000', '135124.275000', '135124.278000', '135124.281000', '135124.284000', '135124.287000', '135124.290000', '135124.293000', '135124.296000', '135124.298000', '135124.302000', '135124.304000', '135124.307000', '135124.310000', '135124.313000', '135124.316000', '135124.319000', '135124.322000', '135124.325000', '135124.328000', '135124.331000', '135124.334000', '135124.337000', '135124.341000', '135124.344000', '135124.347000', '135124.350000', '135124.353000', '135124.356000', '135124.359000', '135124.362000', '135124.365000', '135124.367000', '135124.370000', '135124.373000', '135124.376000', '135124.379000', '135124.382000', '135124.385000', '135124.388000', '135144.264000', '135144.267000', '135144.270000', '135144.273000', '135144.276000', '135144.279000', '135144.282000', '135144.286000', '135144.289000', '135144.292000', '135144.295000', '135144.298000', '135144.301000', '135144.303000', '135144.307000', '135144.310000', '135144.313000', '135144.316000', '135144.319000', '135144.321000', '135144.324000', '135144.327000', '135144.330000', '135144.333000', '135144.336000', '135144.339000', '135144.342000', '135144.345000', '135144.348000', '135144.351000', '135144.354000', '135144.357000', '135144.359000', '135144.362000', '135144.365000', '135144.368000', '135144.371000', '135144.374000', '135144.377000', '135144.380000', '135144.383000', '135144.386000', '135144.389000', '135144.392000', '135204.264000', '135204.267000', '135204.270000', '135204.273000', '135204.276000', '135204.279000', '135204.282000', '135204.285000', '135204.288000', '135204.291000', '135204.294000', '135204.296000', '135204.300000', '135204.302000', '135204.305000', '135204.308000', '135204.311000', '135204.314000', '135204.317000', '135204.320000', '135204.323000', '135204.326000', '135204.329000', '135204.332000', '135204.335000', '135204.338000', '135204.341000', '135204.344000', '135204.347000', '135204.350000', '135204.353000', '135204.355000', '135204.359000', '135204.361000', '135204.364000', '135204.367000', '135204.370000', '135204.373000', '135204.376000', '135204.379000', '135204.382000', '135204.385000', '135204.388000', '135224.264000', '135224.268000', '135224.271000', '135224.273000', '135224.276000', '135224.279000', '135224.282000', '135224.285000', '135224.288000', '135224.291000', '135224.294000', '135224.297000', '135224.300000', '135224.303000', '135224.306000', '135224.309000', '135224.312000', '135224.315000', '135224.318000', '135224.321000', '135224.323000', '135224.327000', '135224.329000', '135224.332000', '135224.335000', '135224.338000', '135224.341000', '135224.344000', '135224.347000', '135224.350000', '135224.353000', '135224.356000', '135224.359000', '135224.362000', '135224.365000', '135224.368000', '135224.370000', '135224.374000', '135224.376000', '135224.379000', '135224.382000', '135224.385000', '135224.388000', '135224.391000', '135240.370000', '135240.374000', '135240.377000', '135240.389000', '135240.392000', '135240.395000', '135240.398000', '135240.401000', '135240.404000', '135240.407000', '135240.410000', '135240.413000', '135240.416000', '135240.419000', '135240.422000', '135240.425000', '135240.429000', '135240.432000', '135240.435000', '135240.438000', '135240.441000', '135240.444000', '135240.447000', '135240.450000', '135240.453000', '135240.455000', '135240.458000', '135240.461000', '135240.464000', '135240.467000', '135240.470000', '135240.473000', '135240.476000', '135240.479000', '135240.482000'], 'InstanceCreationTime': ['134404.300000', '134404.303000', '134404.306000', '134404.310000', '134404.313000', '134404.316000', '134404.319000', '134404.322000', '134404.325000', '134404.328000', '134404.331000', '134404.334000', '134404.337000', '134404.354000', '134404.357000', '134404.360000', '134404.364000', '134404.367000', '134404.370000', '134404.373000', '134404.376000', '134404.379000', '134404.382000', '134404.385000', '134404.388000', '134404.391000', '134404.393000', '134404.396000', '134404.399000', '134404.403000', '134404.405000', '134404.409000', '134404.419000', '134404.422000', '134404.425000', '134404.429000', '134424.263000', '134424.266000', '134424.269000', '134424.272000', '134424.285000', '134424.288000', '134424.291000', '134424.294000', '134424.297000', '134424.300000', '134424.303000', '134424.306000', '134424.309000', '134424.313000', '134424.316000', '134424.319000', '134424.322000', '134424.325000', '134424.328000', '134424.331000', '134424.334000', '134424.337000', '134424.340000', '134424.343000', '134424.346000', '134424.349000', '134424.356000', '134424.360000', '134424.363000', '134424.366000', '134424.369000', '134424.372000', '134424.375000', '134424.378000', '134424.381000', '134424.384000', '134424.387000', '134424.390000', '134424.393000', '134424.396000', '134424.399000', '134424.402000', '134424.405000', '134444.264000', '134444.267000', '134444.270000', '134444.273000', '134444.280000', '134444.283000', '134444.286000', '134444.289000', '134444.291000', '134444.294000', '134444.297000', '134444.300000', '134444.303000', '134444.306000', '134444.309000', '134444.312000', '134444.315000', '134444.318000', '134444.321000', '134444.324000', '134444.326000', '134444.329000', '134444.332000', '134444.335000', '134444.338000', '134444.341000', '134444.344000', '134444.347000', '134444.350000', '134444.353000', '134444.355000', '134444.358000', '134444.361000', '134444.364000', '134444.367000', '134444.370000', '134444.373000', '134444.376000', '134444.379000', '134444.381000', '134444.384000', '134444.387000', '134444.390000', '134444.393000', '134504.264000', '134504.267000', '134504.270000', '134504.285000', '134504.288000', '134504.291000', '134504.294000', '134504.297000', '134504.300000', '134504.311000', '134504.313000', '134504.317000', '134504.319000', '134504.322000', '134504.325000', '134504.328000', '134504.331000', '134504.334000', '134504.337000', '134504.340000', '134504.343000', '134504.346000', '134504.349000', '134504.352000', '134504.354000', '134504.357000', '134504.360000', '134504.363000', '134504.366000', '134504.369000', '134504.372000', '134504.375000', '134504.378000', '134504.381000', '134504.384000', '134504.387000', '134504.391000', '134504.393000', '134504.396000', '134504.399000', '134504.402000', '134504.405000', '134504.408000', '134524.264000', '134524.267000', '134524.270000', '134524.273000', '134524.276000', '134524.279000', '134524.282000', '134524.285000', '134524.288000', '134524.290000', '134524.293000', '134524.296000', '134524.299000', '134524.302000', '134524.305000', '134524.308000', '134524.311000', '134524.314000', '134524.317000', '134524.320000', '134524.323000', '134524.326000', '134524.328000', '134524.331000', '134524.334000', '134524.337000', '134524.340000', '134524.343000', '134524.346000', '134524.349000', '134524.352000', '134524.355000', '134524.358000', '134524.361000', '134524.364000', '134524.367000', '134524.370000', '134524.372000', '134524.375000', '134524.378000', '134524.381000', '134524.384000', '134524.387000', '134524.390000', '134544.264000', '134544.267000', '134544.270000', '134544.273000', '134544.276000', '134544.279000', '134544.282000', '134544.285000', '134544.288000', '134544.290000', '134544.293000', '134544.296000', '134544.299000', '134544.302000', '134544.305000', '134544.308000', '134544.311000', '134544.314000', '134544.317000', '134544.320000', '134544.323000', '134544.325000', '134544.328000', '134544.331000', '134544.334000', '134544.337000', '134544.340000', '134544.343000', '134544.346000', '134544.349000', '134544.352000', '134544.355000', '134544.358000', '134544.361000', '134544.364000', '134544.367000', '134544.369000', '134544.372000', '134544.375000', '134544.378000', '134544.381000', '134544.384000', '134544.387000', '134604.263000', '134604.266000', '134604.269000', '134604.272000', '134604.275000', '134604.278000', '134604.281000', '134604.284000', '134604.287000', '134604.289000', '134604.292000', '134604.295000', '134604.298000', '134604.301000', '134604.304000', '134604.307000', '134604.310000', '134604.313000', '134604.316000', '134604.319000', '134604.322000', '134604.325000', '134604.328000', '134604.331000', '134604.334000', '134604.337000', '134604.340000', '134604.343000', '134604.345000', '134604.348000', '134604.351000', '134604.354000', '134604.357000', '134604.360000', '134604.363000', '134604.366000', '134604.369000', '134604.372000', '134604.375000', '134604.378000', '134604.380000', '134604.383000', '134604.386000', '134604.389000', '134624.263000', '134624.266000', '134624.269000', '134624.272000', '134624.275000', '134624.278000', '134624.281000', '134624.284000', '134624.286000', '134624.289000', '134624.292000', '134624.295000', '134624.298000', '134624.301000', '134624.304000', '134624.307000', '134624.310000', '134624.313000', '134624.316000', '134624.319000', '134624.322000', '134624.325000', '134624.328000', '134624.331000', '134624.333000', '134624.336000', '134624.339000', '134624.342000', '134624.345000', '134624.348000', '134624.351000', '134624.354000', '134624.357000', '134624.360000', '134624.363000', '134624.366000', '134624.368000', '134624.372000', '134624.374000', '134624.377000', '134624.380000', '134624.383000', '134624.395000', '134644.263000', '134644.266000', '134644.269000', '134644.272000', '134644.275000', '134644.279000', '134644.281000', '134644.284000', '134644.287000', '134644.290000', '134644.293000', '134644.296000', '134644.299000', '134644.302000', '134644.305000', '134644.308000', '134644.311000', '134644.314000', '134644.317000', '134644.320000', '134644.323000', '134644.325000', '134644.329000', '134644.331000', '134644.334000', '134644.337000', '134644.340000', '134644.343000', '134644.346000', '134644.349000', '134644.352000', '134644.355000', '134644.358000', '134644.361000', '134644.364000', '134644.367000', '134644.370000', '134644.372000', '134644.375000', '134644.378000', '134644.381000', '134644.384000', '134644.387000', '134704.264000', '134704.267000', '134704.270000', '134704.273000', '134704.276000', '134704.279000', '134704.282000', '134704.285000', '134704.288000', '134704.291000', '134704.294000', '134704.297000', '134704.299000', '134704.303000', '134704.306000', '134704.308000', '134704.311000', '134704.314000', '134704.317000', '134704.320000', '134704.323000', '134704.326000', '134704.329000', '134704.332000', '134704.335000', '134704.338000', '134704.341000', '134704.344000', '134704.347000', '134704.350000', '134704.353000', '134704.355000', '134704.358000', '134704.361000', '134704.364000', '134704.367000', '134704.370000', '134704.373000', '134704.376000', '134704.379000', '134704.382000', '134704.385000', '134704.388000', '134704.391000', '134724.264000', '134724.267000', '134724.270000', '134724.273000', '134724.276000', '134724.279000', '134724.282000', '134724.285000', '134724.288000', '134724.291000', '134724.294000', '134724.297000', '134724.300000', '134724.303000', '134724.306000', '134724.309000', '134724.312000', '134724.315000', '134724.318000', '134724.321000', '134724.324000', '134724.327000', '134724.330000', '134724.332000', '134724.335000', '134724.338000', '134724.341000', '134724.344000', '134724.347000', '134724.350000', '134724.353000', '134724.356000', '134724.359000', '134724.362000', '134724.365000', '134724.368000', '134724.371000', '134724.374000', '134724.377000', '134724.379000', '134724.382000', '134724.385000', '134724.388000', '134744.264000', '134744.267000', '134744.270000', '134744.273000', '134744.276000', '134744.279000', '134744.282000', '134744.285000', '134744.288000', '134744.291000', '134744.293000', '134744.296000', '134744.299000', '134744.302000', '134744.305000', '134744.308000', '134744.311000', '134744.314000', '134744.317000', '134744.320000', '134744.323000', '134744.326000', '134744.329000', '134744.331000', '134744.335000', '134744.337000', '134744.340000', '134744.343000', '134744.346000', '134744.349000', '134744.352000', '134744.355000', '134744.358000', '134744.361000', '134744.364000', '134744.367000', '134744.370000', '134744.373000', '134744.376000', '134744.379000', '134744.382000', '134744.385000', '134744.387000', '134744.390000', '134804.264000', '134804.267000', '134804.270000', '134804.273000', '134804.276000', '134804.279000', '134804.282000', '134804.285000', '134804.288000', '134804.291000', '134804.305000', '134804.308000', '134804.311000', '134804.314000', '134804.317000', '134804.320000', '134804.323000', '134804.326000', '134804.329000', '134804.332000', '134804.335000', '134804.338000', '134804.341000', '134804.343000', '134804.357000', '134804.360000', '134804.363000', '134804.366000', '134804.374000', '134804.377000', '134804.380000', '134804.383000', '134804.386000', '134804.389000', '134804.392000', '134804.394000', '134804.397000', '134804.400000', '134804.403000', '134804.406000', '134804.409000', '134804.412000', '134804.415000', '134824.263000', '134824.266000', '134824.269000', '134824.272000', '134824.275000', '134824.278000', '134824.281000', '134824.284000', '134824.287000', '134824.289000', '134824.292000', '134824.295000', '134824.298000', '134824.301000', '134824.304000', '134824.307000', '134824.310000', '134824.313000', '134824.316000', '134824.319000', '134824.322000', '134824.325000', '134824.328000', '134824.331000', '134824.334000', '134824.337000', '134824.340000', '134824.343000', '134824.346000', '134824.349000', '134824.351000', '134824.354000', '134824.357000', '134824.360000', '134824.363000', '134824.366000', '134824.369000', '134824.372000', '134824.375000', '134824.378000', '134824.381000', '134824.384000', '134824.387000', '134824.390000', '134844.265000', '134844.268000', '134844.271000', '134844.274000', '134844.277000', '134844.280000', '134844.283000', '134844.286000', '134844.289000', '134844.292000', '134844.295000', '134844.298000', '134844.300000', '134844.303000', '134844.306000', '134844.309000', '134844.312000', '134844.315000', '134844.318000', '134844.321000', '134844.326000', '134844.330000', '134844.333000', '134844.336000', '134844.339000', '134844.342000', '134844.345000', '134844.348000', '134844.351000', '134844.353000', '134844.356000', '134844.359000', '134844.362000', '134844.365000', '134844.368000', '134844.371000', '134844.374000', '134844.377000', '134844.380000', '134844.383000', '134844.386000', '134844.389000', '134844.392000', '134904.263000', '134904.266000', '134904.269000', '134904.272000', '134904.275000', '134904.278000', '134904.281000', '134904.284000', '134904.287000', '134904.290000', '134904.293000', '134904.296000', '134904.299000', '134904.302000', '134904.305000', '134904.307000', '134904.310000', '134904.313000', '134904.316000', '134904.319000', '134904.322000', '134904.325000', '134904.328000', '134904.331000', '134904.334000', '134904.337000', '134904.340000', '134904.343000', '134904.346000', '134904.349000', '134904.352000', '134904.355000', '134904.358000', '134904.363000', '134904.366000', '134904.369000', '134904.372000', '134904.374000', '134904.377000', '134904.380000', '134904.383000', '134904.386000', '134904.389000', '134904.392000', '134924.264000', '134924.267000', '134924.270000', '134924.273000', '134924.276000', '134924.279000', '134924.282000', '134924.285000', '134924.288000', '134924.291000', '134924.294000', '134924.297000', '134924.300000', '134924.302000', '134924.305000', '134924.308000', '134924.311000', '134924.314000', '134924.317000', '134924.320000', '134924.323000', '134924.326000', '134924.329000', '134924.332000', '134924.335000', '134924.338000', '134924.341000', '134924.344000', '134924.347000', '134924.350000', '134924.353000', '134924.355000', '134924.358000', '134924.361000', '134924.364000', '134924.383000', '134924.386000', '134924.389000', '134924.392000', '134924.395000', '134924.398000', '134924.401000', '134924.404000', '134944.264000', '134944.267000', '134944.270000', '134944.273000', '134944.276000', '134944.279000', '134944.282000', '134944.285000', '134944.288000', '134944.291000', '134944.294000', '134944.297000', '134944.300000', '134944.303000', '134944.306000', '134944.308000', '134944.311000', '134944.314000', '134944.317000', '134944.320000', '134944.323000', '134944.326000', '134944.329000', '134944.332000', '134944.335000', '134944.338000', '134944.341000', '134944.343000', '134944.346000', '134944.349000', '134944.352000', '134944.355000', '134944.358000', '134944.361000', '134944.364000', '134944.367000', '134944.370000', '134944.373000', '134944.376000', '134944.379000', '134944.381000', '134944.385000', '134944.387000', '134944.390000', '135004.264000', '135004.267000', '135004.270000', '135004.273000', '135004.276000', '135004.279000', '135004.282000', '135004.285000', '135004.288000', '135004.291000', '135004.294000', '135004.297000', '135004.300000', '135004.304000', '135004.307000', '135004.310000', '135004.313000', '135004.316000', '135004.318000', '135004.322000', '135004.325000', '135004.327000', '135004.330000', '135004.333000', '135004.336000', '135004.339000', '135004.342000', '135004.345000', '135004.348000', '135004.351000', '135004.354000', '135004.357000', '135004.360000', '135004.363000', '135004.366000', '135004.369000', '135004.374000', '135004.377000', '135004.380000', '135004.383000', '135004.386000', '135004.389000', '135004.392000', '135024.264000', '135024.267000', '135024.270000', '135024.273000', '135024.276000', '135024.279000', '135024.282000', '135024.285000', '135024.288000', '135024.291000', '135024.294000', '135024.296000', '135024.300000', '135024.302000', '135024.305000', '135024.308000', '135024.311000', '135024.314000', '135024.317000', '135024.320000', '135024.323000', '135024.326000', '135024.329000', '135024.332000', '135024.335000', '135024.338000', '135024.340000', '135024.343000', '135024.346000', '135024.349000', '135024.352000', '135024.355000', '135024.358000', '135024.361000', '135024.364000', '135024.367000', '135024.370000', '135024.373000', '135024.376000', '135024.379000', '135024.382000', '135024.385000', '135024.388000', '135024.390000', '135044.263000', '135044.266000', '135044.269000', '135044.272000', '135044.275000', '135044.278000', '135044.281000', '135044.284000', '135044.287000', '135044.290000', '135044.293000', '135044.296000', '135044.299000', '135044.301000', '135044.304000', '135044.307000', '135044.310000', '135044.313000', '135044.316000', '135044.319000', '135044.322000', '135044.325000', '135044.328000', '135044.331000', '135044.334000', '135044.337000', '135044.340000', '135044.343000', '135044.345000', '135044.348000', '135044.351000', '135044.354000', '135044.357000', '135044.360000', '135044.363000', '135044.366000', '135044.369000', '135044.372000', '135044.375000', '135044.378000', '135044.381000', '135044.384000', '135044.387000', '135104.263000', '135104.266000', '135104.269000', '135104.272000', '135104.275000', '135104.278000', '135104.281000', '135104.284000', '135104.287000', '135104.290000', '135104.293000', '135104.296000', '135104.299000', '135104.301000', '135104.304000', '135104.307000', '135104.310000', '135104.313000', '135104.316000', '135104.319000', '135104.322000', '135104.325000', '135104.328000', '135104.331000', '135104.334000', '135104.337000', '135104.340000', '135104.343000', '135104.345000', '135104.348000', '135104.351000', '135104.354000', '135104.357000', '135104.360000', '135104.363000', '135104.366000', '135104.369000', '135104.372000', '135104.375000', '135104.378000', '135104.381000', '135104.384000', '135104.386000', '135104.389000', '135124.263000', '135124.266000', '135124.269000', '135124.272000', '135124.275000', '135124.278000', '135124.281000', '135124.284000', '135124.287000', '135124.290000', '135124.293000', '135124.296000', '135124.298000', '135124.302000', '135124.304000', '135124.307000', '135124.310000', '135124.313000', '135124.316000', '135124.319000', '135124.322000', '135124.325000', '135124.328000', '135124.331000', '135124.334000', '135124.337000', '135124.341000', '135124.344000', '135124.347000', '135124.350000', '135124.353000', '135124.356000', '135124.359000', '135124.362000', '135124.365000', '135124.367000', '135124.370000', '135124.373000', '135124.376000', '135124.379000', '135124.382000', '135124.385000', '135124.388000', '135144.264000', '135144.267000', '135144.270000', '135144.273000', '135144.276000', '135144.279000', '135144.282000', '135144.286000', '135144.289000', '135144.292000', '135144.295000', '135144.298000', '135144.301000', '135144.303000', '135144.307000', '135144.310000', '135144.313000', '135144.316000', '135144.319000', '135144.321000', '135144.324000', '135144.327000', '135144.330000', '135144.333000', '135144.336000', '135144.339000', '135144.342000', '135144.345000', '135144.348000', '135144.351000', '135144.354000', '135144.357000', '135144.359000', '135144.362000', '135144.365000', '135144.368000', '135144.371000', '135144.374000', '135144.377000', '135144.380000', '135144.383000', '135144.386000', '135144.389000', '135144.392000', '135204.264000', '135204.267000', '135204.270000', '135204.273000', '135204.276000', '135204.279000', '135204.282000', '135204.285000', '135204.288000', '135204.291000', '135204.294000', '135204.296000', '135204.300000', '135204.302000', '135204.305000', '135204.308000', '135204.311000', '135204.314000', '135204.317000', '135204.320000', '135204.323000', '135204.326000', '135204.329000', '135204.332000', '135204.335000', '135204.338000', '135204.341000', '135204.344000', '135204.347000', '135204.350000', '135204.353000', '135204.355000', '135204.359000', '135204.361000', '135204.364000', '135204.367000', '135204.370000', '135204.373000', '135204.376000', '135204.379000', '135204.382000', '135204.385000', '135204.388000', '135224.264000', '135224.268000', '135224.271000', '135224.273000', '135224.276000', '135224.279000', '135224.282000', '135224.285000', '135224.288000', '135224.291000', '135224.294000', '135224.297000', '135224.300000', '135224.303000', '135224.306000', '135224.309000', '135224.312000', '135224.315000', '135224.318000', '135224.321000', '135224.323000', '135224.327000', '135224.329000', '135224.332000', '135224.335000', '135224.338000', '135224.341000', '135224.344000', '135224.347000', '135224.350000', '135224.353000', '135224.356000', '135224.359000', '135224.362000', '135224.365000', '135224.368000', '135224.370000', '135224.374000', '135224.376000', '135224.379000', '135224.382000', '135224.385000', '135224.388000', '135224.391000', '135240.370000', '135240.374000', '135240.377000', '135240.389000', '135240.392000', '135240.395000', '135240.398000', '135240.401000', '135240.404000', '135240.407000', '135240.410000', '135240.413000', '135240.416000', '135240.419000', '135240.422000', '135240.425000', '135240.429000', '135240.432000', '135240.435000', '135240.438000', '135240.441000', '135240.444000', '135240.447000', '135240.450000', '135240.453000', '135240.455000', '135240.458000', '135240.461000', '135240.464000', '135240.467000', '135240.470000', '135240.473000', '135240.476000', '135240.479000', '135240.482000'], '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': [7617, 7543, 6979, 6898, 8115, 7981, 6852, 10511, 8746, 6842, 7907, 8294, 6703, 12363, 8040, 9527, 9974, 7208, 11056, 7254, 6731, 10490, 7003, 7087, 9472, 6833, 7274, 8062, 6670, 10372, 8465, 7115, 11606, 8838, 6743, 9707, 8091, 6656, 9273, 9627, 6858, 9664, 12298, 8200, 6373, 10855, 7088, 6673, 11465, 9493, 10406, 9375, 6845, 9247, 8065, 7812, 12427, 8018, 6909, 9401, 6946, 6634, 10436, 7684, 6974, 9288, 6875, 7030, 7498, 7812, 6851, 10009, 8712, 6948, 10384, 7825, 6898, 11466, 8504, 8339, 13236, 13170, 10483, 9093, 6661, 6750, 8890, 7158, 10203, 10733, 6779, 7126, 8286, 6658, 7402, 9148, 7761, 12054, 9525, 8056, 10243, 7583, 6961, 10021, 7351, 7062, 10777, 7279, 8280, 8427, 6685, 6658, 7854, 7729, 11869, 7564, 8741, 8894, 7641, 11126, 7773, 6971, 8686, 6625, 7908, 8296, 7837, 11283, 7439, 7032, 8786, 6596, 11901, 8400, 6907, 10086, 6519, 7079, 7859, 6742, 9709, 8269, 7484, 11147, 7763, 6860, 7520, 7612, 6858, 7320, 10203, 7158, 10503, 8071, 6845, 9566, 8112, 7264, 11859, 8845, 8802, 11989, 8252, 10523, 7937, 6687, 11745, 9501, 6788, 8661, 6796, 7219, 8570, 6718, 6823, 10016, 6703, 7237, 9520, 6648, 8517, 9044, 7254, 12557, 8711, 7028, 10169, 6586, 8936, 7803, 7185, 11865, 7208, 7887, 8402, 7281, 14059, 11888, 9288, 11160, 6833, 7419, 7233, 6717, 8415, 7064, 6976, 11944, 6751, 9247, 7263, 6994, 9434, 7100, 6881, 8834, 6834, 6752, 12167, 8523, 8493, 10727, 6628, 7641, 7322, 6971, 11766, 7941, 9429, 9692, 6509, 8447, 7286, 6917, 11051, 6845, 8586, 9476, 6787, 8194, 7153, 7053, 10542, 7065, 6606, 6988, 6850, 12250, 8948, 7565, 8677, 9129, 12106, 7350, 6681, 7465, 6736, 6653, 6896, 10583, 7290, 6748, 8699, 10231, 7173, 7123, 7606, 6670, 6664, 12080, 8556, 8861, 10519, 9013, 12478, 8448, 6609, 9539, 6990, 6790, 10571, 8305, 6498, 6707, 7205, 6521, 6980, 9700, 6884, 9402, 11642, 7471, 6812, 10026, 6828, 6831, 11102, 9107, 8915, 10693, 7081, 6671, 10424, 7091, 7325, 11977, 8114, 6642, 9296, 7035, 6726, 10314, 7680, 6803, 10400, 7076, 6744, 9186, 7028, 6797, 11196, 9985, 9405, 9627, 6807, 7119, 9252, 6927, 7094, 10206, 7037, 8534, 10100, 6593, 7109, 9604, 6663, 7005, 11212, 8007, 7058, 12700, 10336, 7400, 7588, 7385, 6766, 7144, 7729, 6624, 7735, 7953, 6931, 11916, 9316, 7723, 11630, 8555, 8327, 10835, 8349, 7018, 7171, 11685, 8384, 8436, 10775, 8316, 8125, 10185, 8707, 7430, 8942, 8537, 7155, 8915, 8530, 7098, 7046, 8580, 7934, 7845, 8072, 8094, 6824, 7828, 9094, 8885, 7367, 8723, 8386, 7161, 7135, 12033, 7437, 6998, 12113, 7970, 7543, 9382, 7429, 7373, 11182, 7374, 7051, 9396, 6746, 10815, 8301, 7684, 11741, 6898, 6913, 8492, 6710, 7020, 10114, 6785, 7365, 8672, 6650, 12248, 8576, 7521, 11327, 6708, 7005, 9513, 6847, 7425, 8861, 6543, 11525, 8344, 7003, 10767, 6903, 7221, 7211, 6835, 7722, 6897, 6646, 8677, 7211, 8358, 10177, 8066, 11740, 8021, 6864, 9717, 6901, 7106, 9595, 6879, 7315, 10596, 7148, 7252, 11414, 6845, 7298, 9598, 6643, 6902, 11398, 7885, 10947, 9013, 7196, 10397, 8675, 6607, 11854, 8731, 7611, 11107, 6846, 6940, 9545, 7025, 6815, 11342, 8539, 6665, 6617, 10842, 7315, 6784, 12424, 9508, 10791, 10246, 7095, 11836, 7271, 8338, 10231, 7250, 11802, 7636, 6906, 8568, 6534, 6689, 10491, 7642, 6978, 10073, 6932, 6705, 9158, 6771, 11738, 9350, 6911, 11262, 7097, 6778, 10151, 7055, 10422, 8900, 6501, 8051, 6990, 6529, 8768, 8015, 6723, 9541, 8760, 6870, 9798, 10106, 7130, 6581, 10167, 7218, 6788, 11113, 7930, 6711, 11323, 7444, 9550, 10321, 6984, 6506, 7635, 6835, 9653, 7558, 6833, 11481, 7161, 6900, 9383, 6858, 7054, 8540, 6719, 12068, 9449, 6953, 8072, 6730, 10833, 6913, 11529, 8131, 6721, 7476, 7104, 8018, 6741, 6609, 9039, 6999, 6892, 10256, 6800, 10176, 8916, 6834, 11630, 6821, 12105, 7756, 9708, 10175, 8077, 10853, 6902, 6719, 7461, 6748, 10277, 8368, 6604, 10147, 6916, 6910, 10475, 6506, 12405, 9253, 10053, 9252, 6979, 11224, 8007, 6748, 11581, 7061, 6981, 11617, 6643, 6987, 8084, 6700, 6885, 10853, 8294, 6856, 11374, 6779, 7480, 8005, 6668, 11660, 7237, 11894, 7574, 6634, 9797, 7106, 7966, 7524, 6613, 9152, 6981, 7056, 9265, 6683, 9124, 8397, 6760, 11457, 7908, 6663, 11061, 7089, 11810, 8077, 6993, 10703, 6722, 8104, 9470, 6675, 9582, 6770, 6600, 11042, 7497, 6916, 11825, 6716, 9428, 7818, 6989, 11910, 7864, 7189, 11087, 6519, 7379, 7274, 7067, 11485, 8228, 6768, 11649, 6970, 6857, 9563, 6968, 6579, 10990, 6915, 10063, 9842, 6626, 10677, 7673, 7212, 11338, 7416, 7495, 12123, 9291, 7205, 7981, 7464, 6946, 7335, 9161, 7315, 7098, 7207, 8906, 7752, 7794, 11953, 11211, 7069, 10396, 8690, 7129, 7198, 10468, 8433, 7236, 7849, 12399, 7507, 6934, 6577, 8305, 7165, 7072, 10454, 8396, 6733, 6891, 10039, 6879, 7155, 10237, 8163, 6913, 9949, 10187, 7052, 7035, 8703, 7547, 7614, 6944, 10533, 7912, 8283, 10489, 7560, 6989, 7110, 9781, 7787, 7858, 11746, 9433, 9917, 10396, 8992, 7581, 6844, 12043, 9922, 8016, 7215, 8246, 10334, 8481, 8569, 9077, 11930, 8793, 10057, 12119, 8374, 8576, 11288, 8567, 8480, 9446, 8037, 6831, 7015, 10308, 8043, 6790, 6866, 7107, 7939, 7025, 7064, 8565, 8160, 6978, 7549, 10251, 7190, 7111, 6964, 10706, 7007, 6760, 12317, 9057, 6698, 6592, 8237, 7221, 9365, 8543, 7147, 13327, 10256, 7479, 10243, 6554, 9722, 7260, 6500, 9355, 6504, 10590, 6949, 6911, 8872, 6697, 8067, 7704, 6839, 11660, 6897, 12081, 7252, 11658, 8288, 10293, 9802, 7440, 10456, 7046, 6845, 6956, 6683, 10950, 6855, 11222, 8049, 7153, 8267, 6566, 11124, 7865, 12338, 7903, 11398, 7823, 8945, 7446, 6788, 10290, 6946, 6882, 6949, 6867, 11837, 8080, 7012, 9824, 6999, 11868, 7897, 8515, 9824, 7503, 11692, 7126, 6596, 10376, 7780, 8051, 11303, 7283, 7685, 7076, 6628, 9609, 9699, 7098, 9674, 6590, 7351, 8722, 8347, 6944, 9403, 8826, 7306, 11738, 8824, 7164, 11099, 7546, 7117, 12117, 8977, 7873, 9933, 7343, 6988, 10427, 7303, 6648, 11608, 7088, 6822, 9817, 7662, 6750, 11100, 7513, 6687, 9499, 7015, 6635, 10489, 7160, 6786, 8854, 7022, 7124, 7496, 8845, 7636, 10066, 10425, 7534, 6726, 9801, 6679, 6820, 12279, 9448, 6924, 7622, 7951, 7135, 6932, 11454, 7885, 7619, 10425, 7344, 6897, 9486, 8119, 8039, 11320, 8064, 7140, 10271, 7462, 7051, 9904, 7710, 6951, 6960, 7151, 6845, 7457, 9543, 6850, 7493, 8931, 6981, 11141, 10050, 8375, 12696, 9324, 9252, 8282, 6797, 11617, 7821, 6444, 10612, 6873, 6969, 7839, 6876, 6829, 7738, 6738, 10767, 8879, 6676, 11736, 7273, 8695, 10297, 8324, 12314, 7772, 6538, 10595, 6751, 6714, 10057, 6890, 6499, 10119, 6920, 6914, 9336, 6933, 8722, 8505, 6843, 11971, 8534, 6718, 11066, 7224, 11540, 9170, 7139, 11401, 7522, 7195, 8773, 6886, 9069, 8038, 6939, 7523, 6927, 6949, 9112, 8169, 6777, 7408, 7631, 6640, 11912, 10675, 8343, 11554, 7132, 6733, 12036, 9460, 7966, 11085, 7344, 6554, 9621, 7111, 6472, 10515, 7187, 6635, 8752, 7149, 7067, 9335, 6785, 11633, 8832, 6491, 10360, 6953, 10935, 9204, 7234, 10978, 6807, 6713, 10375, 7401, 6589, 10921, 7269, 6771, 10594, 7339, 6731, 11974, 8733, 6964, 9979, 7474, 7249, 11916, 9127, 7518, 11477, 7218, 7395, 11107, 7574, 7574, 11798, 7196, 7308, 9980, 7091, 6993, 11363, 8363, 7109, 11178, 7363, 6787, 11064, 8258, 9567, 10016, 7505, 7953, 7307, 7669, 10844, 8983, 7609, 10813, 6997, 6898, 11034, 7804, 7448, 10072, 6947, 7277, 6700, 8559, 6908, 6729, 11112, 7971, 7401, 9484, 7373, 11150, 8442, 7473, 12240, 9967, 8645, 10816, 7123, 7489], 'WindowCenter': [4091.0, 4076.0, 4062.0, 4060.0, 4058.0, 4067.0, 4047.0, 4078.0, 4055.0, 4033.0, 4042.0, 4040.0, 4019.0, 4070.0, 4054.0, 4063.0, 4062.0, 4030.0, 4059.0, 4026.0, 4018.0, 4073.0, 4031.0, 4030.0, 4048.0, 4020.0, 4029.0, 4038.0, 4020.0, 4072.0, 4051.0, 4030.0, 4075.0, 4065.0, 4031.0, 4060.0, 4051.0, 4029.0, 4075.0, 4076.0, 4043.0, 4075.0, 4084.0, 4050.0, 4017.0, 4058.0, 4028.0, 4030.0, 4071.0, 4064.0, 4061.0, 4048.0, 4017.0, 4047.0, 4037.0, 4026.0, 4068.0, 4025.0, 4011.0, 4033.0, 4014.0, 4026.0, 4058.0, 4051.0, 4011.0, 4048.0, 4057.0, 4043.0, 4041.0, 4036.0, 4028.0, 4049.0, 4049.0, 4029.0, 4061.0, 4027.0, 4027.0, 4057.0, 4037.0, 4040.0, 4080.0, 4083.0, 4058.0, 4033.0, 4001.0, 3999.0, 4018.0, 4011.0, 4043.0, 4043.0, 4013.0, 4011.0, 4019.0, 4001.0, 4011.0, 4032.0, 4024.0, 4052.0, 4033.0, 4011.0, 4030.0, 4007.0, 3999.0, 4029.0, 4010.0, 4001.0, 4041.0, 4011.0, 4022.0, 4022.0, 4001.0, 3998.0, 4011.0, 4011.0, 4038.0, 4011.0, 4034.0, 4022.0, 4009.0, 4039.0, 4009.0, 3998.0, 4017.0, 4000.0, 4021.0, 4023.0, 4024.0, 4043.0, 4012.0, 4011.0, 4022.0, 4000.0, 4054.0, 4022.0, 4012.0, 4044.0, 4003.0, 4013.0, 4021.0, 4013.0, 4047.0, 4035.0, 4026.0, 4059.0, 4037.0, 4016.0, 4038.0, 4036.0, 4027.0, 4040.0, 4072.0, 4030.0, 4059.0, 4036.0, 4017.0, 4046.0, 4023.0, 4027.0, 4082.0, 4047.0, 4037.0, 4053.0, 4023.0, 4043.0, 4022.0, 4014.0, 4055.0, 4046.0, 4015.0, 4034.0, 4013.0, 4024.0, 4046.0, 4014.0, 4016.0, 4048.0, 4016.0, 4024.0, 4046.0, 4027.0, 4036.0, 4048.0, 4025.0, 4069.0, 4035.0, 4014.0, 4046.0, 4013.0, 4034.0, 4024.0, 4027.0, 4054.0, 4012.0, 4023.0, 4022.0, 4039.0, 4079.0, 4068.0, 4035.0, 4045.0, 4028.0, 4025.0, 4024.0, 4014.0, 4035.0, 4015.0, 4027.0, 4082.0, 4029.0, 4034.0, 4015.0, 4013.0, 4034.0, 4011.0, 4013.0, 4032.0, 4011.0, 4030.0, 4070.0, 4049.0, 4049.0, 4058.0, 4016.0, 4025.0, 4014.0, 4013.0, 4054.0, 4023.0, 4036.0, 4034.0, 4003.0, 4022.0, 4011.0, 4002.0, 4055.0, 4016.0, 4034.0, 4034.0, 4003.0, 4022.0, 4011.0, 4012.0, 4046.0, 4027.0, 4014.0, 4012.0, 4012.0, 4056.0, 4036.0, 4027.0, 4048.0, 4048.0, 4057.0, 4023.0, 4014.0, 4025.0, 4018.0, 4028.0, 4040.0, 4068.0, 4039.0, 4028.0, 4050.0, 4062.0, 4028.0, 4030.0, 4038.0, 4029.0, 4028.0, 4070.0, 4039.0, 4049.0, 4059.0, 4049.0, 4071.0, 4025.0, 4015.0, 4034.0, 4015.0, 4015.0, 4055.0, 4036.0, 4015.0, 4015.0, 4025.0, 4014.0, 4028.0, 4063.0, 4041.0, 4063.0, 4071.0, 4041.0, 4017.0, 4049.0, 4018.0, 4030.0, 4058.0, 4038.0, 4035.0, 4047.0, 4015.0, 4012.0, 4043.0, 4015.0, 4015.0, 4056.0, 4025.0, 4002.0, 4032.0, 4013.0, 4014.0, 4044.0, 4026.0, 4029.0, 4058.0, 4015.0, 4014.0, 4033.0, 4029.0, 4016.0, 4072.0, 4048.0, 4035.0, 4036.0, 4014.0, 4027.0, 4047.0, 4027.0, 4026.0, 4057.0, 4027.0, 4051.0, 4057.0, 4016.0, 4015.0, 4045.0, 4016.0, 4015.0, 4056.0, 4025.0, 4015.0, 4069.0, 4059.0, 4039.0, 4025.0, 4013.0, 4026.0, 4010.0, 4024.0, 4015.0, 4024.0, 4052.0, 4056.0, 4084.0, 4049.0, 4027.0, 4057.0, 4035.0, 4024.0, 4044.0, 4022.0, 4013.0, 4012.0, 4043.0, 4020.0, 4020.0, 4041.0, 4009.0, 4009.0, 4030.0, 4009.0, 3998.0, 4021.0, 4020.0, 4001.0, 4022.0, 4019.0, 4010.0, 4012.0, 4021.0, 4021.0, 4024.0, 4025.0, 4036.0, 4028.0, 4026.0, 4051.0, 4048.0, 4025.0, 4049.0, 4037.0, 4026.0, 4014.0, 4056.0, 4025.0, 4015.0, 4055.0, 4026.0, 4025.0, 4034.0, 4012.0, 4012.0, 4042.0, 4013.0, 4011.0, 4033.0, 4002.0, 4056.0, 4024.0, 4022.0, 4054.0, 4012.0, 4012.0, 4033.0, 4012.0, 4014.0, 4045.0, 4016.0, 4026.0, 4035.0, 4017.0, 4067.0, 4037.0, 4026.0, 4055.0, 4016.0, 4013.0, 4033.0, 4014.0, 4014.0, 4034.0, 4002.0, 4057.0, 4037.0, 4015.0, 4055.0, 4015.0, 4025.0, 4014.0, 4014.0, 4037.0, 4026.0, 4013.0, 4036.0, 4025.0, 4036.0, 4059.0, 4038.0, 4069.0, 4035.0, 4014.0, 4045.0, 4026.0, 4026.0, 4045.0, 4015.0, 4026.0, 4060.0, 4040.0, 4040.0, 4069.0, 4029.0, 4027.0, 4047.0, 4028.0, 4029.0, 4083.0, 4041.0, 4072.0, 4049.0, 4027.0, 4049.0, 4037.0, 4018.0, 4070.0, 4037.0, 4026.0, 4058.0, 4015.0, 4014.0, 4046.0, 4028.0, 4031.0, 4072.0, 4051.0, 4029.0, 4042.0, 4074.0, 4040.0, 4044.0, 4095.0, 4062.0, 4072.0, 4058.0, 4015.0, 4056.0, 4025.0, 4039.0, 4058.0, 4026.0, 4057.0, 4023.0, 4013.0, 4021.0, 4014.0, 4028.0, 4057.0, 4037.0, 4027.0, 4047.0, 4027.0, 4015.0, 4061.0, 4040.0, 4069.0, 4048.0, 4026.0, 4057.0, 4015.0, 4014.0, 4058.0, 4015.0, 4046.0, 4035.0, 4030.0, 4009.0, 3985.0, 3987.0, 4020.0, 4035.0, 4015.0, 4044.0, 4037.0, 4028.0, 4060.0, 4058.0, 4014.0, 4004.0, 4043.0, 4012.0, 4002.0, 4043.0, 4023.0, 4003.0, 4057.0, 4026.0, 4035.0, 4043.0, 4011.0, 4002.0, 4011.0, 4001.0, 4032.0, 4024.0, 4015.0, 4055.0, 4013.0, 4013.0, 4033.0, 4014.0, 4013.0, 4037.0, 4016.0, 4082.0, 4060.0, 4026.0, 4027.0, 4015.0, 4071.0, 4041.0, 4067.0, 4026.0, 4013.0, 4013.0, 4026.0, 4037.0, 4028.0, 4029.0, 4047.0, 4028.0, 4028.0, 4060.0, 4041.0, 4072.0, 4063.0, 4027.0, 4069.0, 4016.0, 4066.0, 4040.0, 4061.0, 4059.0, 4026.0, 4044.0, 4013.0, 4013.0, 4024.0, 4029.0, 4057.0, 4048.0, 4018.0, 4058.0, 4028.0, 4015.0, 4057.0, 4033.0, 4070.0, 4048.0, 4047.0, 4034.0, 4013.0, 4041.0, 4023.0, 4025.0, 4066.0, 4016.0, 4012.0, 4054.0, 4014.0, 4013.0, 4023.0, 4012.0, 4015.0, 4058.0, 4037.0, 4015.0, 4056.0, 4016.0, 4014.0, 4025.0, 4016.0, 4069.0, 4025.0, 4055.0, 4013.0, 4000.0, 4031.0, 4012.0, 4037.0, 4025.0, 4015.0, 4031.0, 4014.0, 4015.0, 4049.0, 4029.0, 4050.0, 4049.0, 4030.0, 4068.0, 4037.0, 4016.0, 4072.0, 4029.0, 4067.0, 4025.0, 4013.0, 4044.0, 4014.0, 4037.0, 4046.0, 4014.0, 4046.0, 4013.0, 4015.0, 4055.0, 4041.0, 4029.0, 4069.0, 4017.0, 4047.0, 4024.0, 4014.0, 4069.0, 4037.0, 4015.0, 4056.0, 4003.0, 4014.0, 4013.0, 4013.0, 4055.0, 4050.0, 4029.0, 4069.0, 4025.0, 4030.0, 4044.0, 4016.0, 4016.0, 4058.0, 4030.0, 4049.0, 4060.0, 4015.0, 4046.0, 4025.0, 4014.0, 4044.0, 4029.0, 4044.0, 4099.0, 4066.0, 4043.0, 4036.0, 4027.0, 4027.0, 4026.0, 4048.0, 4027.0, 4016.0, 4027.0, 4037.0, 4038.0, 4028.0, 4072.0, 4074.0, 4028.0, 4059.0, 4036.0, 4016.0, 4013.0, 4044.0, 4023.0, 4014.0, 4024.0, 4055.0, 4013.0, 4015.0, 4004.0, 4024.0, 4013.0, 4013.0, 4047.0, 4026.0, 4004.0, 4014.0, 4046.0, 4014.0, 4015.0, 4046.0, 4026.0, 4030.0, 4048.0, 4046.0, 4015.0, 4014.0, 4023.0, 4014.0, 4026.0, 4017.0, 4061.0, 4040.0, 4039.0, 4048.0, 4025.0, 4015.0, 4017.0, 4048.0, 4024.0, 4027.0, 4059.0, 4051.0, 4049.0, 4049.0, 4062.0, 4040.0, 4031.0, 4070.0, 4049.0, 4038.0, 4029.0, 4037.0, 4045.0, 4022.0, 4022.0, 4021.0, 4039.0, 4010.0, 4019.0, 4044.0, 4007.0, 3996.0, 4016.0, 3995.0, 3995.0, 4005.0, 3994.0, 4000.0, 4012.0, 4041.0, 4021.0, 4000.0, 4001.0, 4012.0, 4022.0, 4027.0, 4028.0, 4049.0, 4038.0, 4031.0, 4043.0, 4047.0, 4029.0, 4042.0, 4031.0, 4072.0, 4031.0, 4031.0, 4071.0, 4049.0, 4016.0, 4019.0, 4039.0, 4029.0, 4049.0, 4052.0, 4031.0, 4083.0, 4060.0, 4028.0, 4047.0, 4005.0, 4035.0, 4016.0, 4004.0, 4046.0, 4005.0, 4047.0, 4026.0, 4016.0, 4039.0, 4017.0, 4039.0, 4039.0, 4018.0, 4070.0, 4028.0, 4059.0, 4027.0, 4059.0, 4039.0, 4048.0, 4047.0, 4027.0, 4046.0, 4016.0, 4014.0, 4014.0, 4017.0, 4060.0, 4029.0, 4060.0, 4038.0, 4028.0, 4038.0, 4016.0, 4059.0, 4028.0, 4058.0, 4023.0, 4046.0, 4015.0, 4036.0, 4029.0, 4017.0, 4045.0, 4015.0, 4014.0, 4027.0, 4028.0, 4071.0, 4040.0, 4029.0, 4049.0, 4017.0, 4059.0, 4028.0, 4051.0, 4049.0, 4028.0, 4057.0, 4016.0, 4003.0, 4046.0, 4029.0, 4039.0, 4058.0, 4016.0, 4026.0, 4016.0, 4018.0, 4048.0, 4050.0, 4029.0, 4049.0, 4017.0, 4016.0, 4038.0, 4024.0, 4013.0, 4035.0, 4037.0, 4029.0, 4058.0, 4025.0, 4015.0, 4045.0, 4014.0, 4015.0, 4046.0, 4036.0, 4024.0, 4033.0, 4012.0, 4003.0, 4043.0, 4027.0, 4006.0, 4046.0, 4004.0, 4001.0, 4033.0, 4014.0, 4004.0, 4059.0, 4029.0, 4016.0, 4035.0, 4014.0, 4019.0, 4059.0, 4017.0, 4017.0, 4037.0, 4016.0, 4016.0, 4041.0, 4051.0, 4039.0, 4050.0, 4062.0, 4027.0, 4015.0, 4036.0, 4014.0, 4017.0, 4070.0, 4064.0, 4030.0, 4027.0, 4038.0, 4029.0, 4030.0, 4073.0, 4039.0, 4028.0, 4047.0, 4016.0, 4016.0, 4048.0, 4028.0, 4038.0, 4060.0, 4026.0, 4015.0, 4045.0, 4016.0, 4030.0, 4049.0, 4027.0, 4016.0, 4029.0, 4018.0, 4020.0, 4043.0, 4066.0, 4031.0, 4030.0, 4052.0, 4030.0, 4072.0, 4063.0, 4039.0, 4073.0, 4051.0, 4037.0, 4026.0, 4015.0, 4059.0, 4027.0, 4007.0, 4047.0, 4016.0, 4016.0, 4027.0, 4018.0, 4019.0, 4039.0, 4031.0, 4073.0, 4053.0, 4030.0, 4071.0, 4030.0, 4052.0, 4050.0, 4028.0, 4059.0, 4016.0, 4007.0, 4048.0, 4017.0, 4018.0, 4047.0, 4028.0, 4019.0, 4048.0, 4016.0, 4028.0, 4050.0, 4030.0, 4038.0, 4039.0, 4019.0, 4059.0, 4038.0, 4018.0, 4059.0, 4028.0, 4059.0, 4036.0, 4016.0, 4043.0, 4015.0, 4015.0, 4040.0, 4018.0, 4037.0, 4026.0, 4014.0, 4026.0, 4030.0, 4032.0, 4051.0, 4040.0, 4030.0, 4030.0, 4042.0, 4045.0, 4088.0, 4076.0, 4053.0, 4072.0, 4030.0, 4033.0, 4074.0, 4054.0, 4028.0, 4059.0, 4030.0, 4019.0, 4050.0, 4029.0, 4021.0, 4059.0, 4031.0, 4017.0, 4038.0, 4018.0, 4028.0, 4052.0, 4032.0, 4074.0, 4051.0, 4008.0, 4048.0, 4019.0, 4058.0, 4038.0, 4016.0, 4046.0, 4003.0, 4005.0, 4049.0, 4027.0, 4019.0, 4060.0, 4017.0, 4017.0, 4047.0, 4029.0, 4019.0, 4058.0, 4037.0, 4016.0, 4036.0, 4015.0, 4017.0, 4060.0, 4038.0, 4015.0, 4045.0, 4002.0, 4013.0, 4044.0, 4015.0, 4015.0, 4047.0, 4001.0, 4002.0, 4034.0, 4003.0, 4004.0, 4046.0, 4024.0, 4003.0, 4044.0, 4003.0, 4002.0, 4046.0, 4025.0, 4035.0, 4033.0, 4001.0, 4011.0, 4000.0, 4014.0, 4033.0, 4022.0, 4012.0, 4033.0, 4002.0, 4003.0, 4045.0, 4028.0, 4015.0, 4036.0, 4016.0, 4015.0, 4015.0, 4025.0, 4017.0, 4018.0, 4060.0, 4041.0, 4031.0, 4049.0, 4029.0, 4048.0, 4026.0, 4014.0, 4045.0, 4036.0, 4027.0, 4047.0, 4014.0, 4015.0], 'WindowWidth': [9139.0, 9108.0, 9077.0, 9069.0, 9061.0, 9072.0, 9047.0, 9084.0, 9050.0, 9017.0, 9026.0, 9019.0, 8990.0, 9060.0, 9046.0, 9056.0, 9053.0, 9004.0, 9042.0, 8995.0, 8987.0, 9069.0, 9011.0, 9005.0, 9027.0, 8991.0, 9001.0, 9013.0, 8991.0, 9070.0, 9041.0, 9006.0, 9075.0, 9063.0, 9013.0, 9051.0, 9040.0, 9011.0, 9079.0, 9079.0, 9036.0, 9078.0, 9089.0, 9036.0, 8988.0, 9042.0, 9002.0, 9010.0, 9065.0, 9060.0, 9051.0, 9029.0, 8985.0, 9024.0, 9014.0, 8998.0, 9054.0, 8992.0, 8970.0, 9002.0, 8978.0, 9001.0, 9044.0, 9042.0, 8972.0, 9030.0, 9060.0, 9034.0, 9027.0, 9013.0, 9004.0, 9032.0, 9035.0, 9004.0, 9050.0, 8999.0, 9000.0, 9040.0, 9013.0, 9024.0, 9078.0, 9088.0, 9043.0, 9001.0, 8955.0, 8950.0, 8975.0, 8969.0, 9015.0, 9014.0, 8977.0, 8969.0, 8976.0, 8956.0, 8968.0, 8996.0, 8989.0, 9026.0, 9000.0, 8966.0, 8991.0, 8956.0, 8947.0, 8990.0, 8963.0, 8954.0, 9008.0, 8966.0, 8983.0, 8985.0, 8956.0, 8948.0, 8965.0, 8964.0, 9000.0, 8967.0, 9003.0, 8984.0, 8961.0, 9001.0, 8960.0, 8944.0, 8969.0, 8951.0, 8984.0, 8988.0, 8989.0, 9013.0, 8971.0, 8967.0, 8984.0, 8953.0, 9032.0, 8987.0, 8972.0, 9014.0, 8959.0, 8974.0, 8983.0, 8973.0, 9027.0, 9006.0, 8998.0, 9045.0, 9012.0, 8984.0, 9019.0, 9011.0, 9001.0, 9024.0, 9071.0, 9009.0, 9045.0, 9011.0, 8984.0, 9023.0, 8989.0, 9000.0, 9082.0, 9028.0, 9012.0, 9029.0, 8987.0, 9012.0, 8985.0, 8977.0, 9033.0, 9023.0, 8979.0, 9003.0, 8975.0, 8990.0, 9026.0, 8981.0, 8984.0, 9027.0, 8982.0, 8991.0, 9023.0, 9000.0, 9011.0, 9029.0, 8997.0, 9060.0, 9008.0, 8977.0, 9020.0, 8975.0, 9003.0, 8991.0, 8998.0, 9032.0, 8973.0, 8986.0, 8984.0, 9022.0, 9078.0, 9060.0, 9008.0, 9019.0, 9003.0, 8995.0, 8990.0, 8976.0, 9007.0, 8981.0, 9002.0, 9084.0, 9007.0, 9006.0, 8977.0, 8973.0, 9002.0, 8968.0, 8972.0, 8997.0, 8970.0, 9012.0, 9061.0, 9033.0, 9033.0, 9043.0, 8984.0, 8993.0, 8976.0, 8974.0, 9029.0, 8989.0, 9010.0, 9005.0, 8960.0, 8982.0, 8967.0, 8954.0, 9032.0, 8986.0, 9003.0, 9002.0, 8958.0, 8983.0, 8969.0, 8970.0, 9022.0, 9000.0, 8976.0, 8972.0, 8973.0, 9036.0, 9007.0, 9000.0, 9029.0, 9026.0, 9040.0, 8988.0, 8976.0, 8992.0, 8988.0, 9005.0, 9024.0, 9059.0, 9019.0, 9006.0, 9036.0, 9054.0, 9005.0, 9009.0, 9015.0, 9003.0, 9001.0, 9059.0, 9018.0, 9033.0, 9048.0, 9030.0, 9065.0, 8992.0, 8978.0, 9003.0, 8979.0, 8980.0, 9036.0, 9009.0, 8979.0, 8980.0, 8994.0, 8979.0, 9002.0, 9058.0, 9025.0, 9058.0, 9067.0, 9024.0, 8986.0, 9029.0, 8987.0, 9007.0, 9043.0, 9014.0, 9006.0, 9025.0, 8978.0, 8972.0, 9014.0, 8978.0, 8978.0, 9037.0, 8991.0, 8957.0, 8997.0, 8973.0, 8976.0, 9015.0, 8998.0, 9005.0, 9040.0, 8980.0, 8976.0, 9000.0, 9005.0, 8983.0, 9067.0, 9031.0, 9007.0, 9008.0, 8978.0, 9001.0, 9027.0, 9000.0, 8997.0, 9043.0, 9002.0, 9039.0, 9041.0, 8984.0, 8980.0, 9020.0, 8981.0, 8980.0, 9037.0, 8993.0, 8982.0, 9063.0, 9048.0, 9021.0, 8994.0, 8972.0, 8998.0, 8964.0, 8988.0, 8980.0, 8992.0, 9044.0, 9056.0, 9088.0, 9034.0, 9000.0, 9040.0, 9006.0, 8988.0, 9015.0, 8982.0, 8973.0, 8972.0, 9015.0, 8980.0, 8977.0, 9007.0, 8962.0, 8961.0, 8989.0, 8960.0, 8945.0, 8979.0, 8977.0, 8954.0, 8983.0, 8974.0, 8964.0, 8970.0, 8981.0, 8981.0, 8988.0, 8992.0, 9011.0, 9006.0, 8996.0, 9037.0, 9028.0, 8996.0, 9034.0, 9012.0, 8995.0, 8978.0, 9037.0, 8996.0, 8978.0, 9035.0, 8995.0, 8991.0, 9001.0, 8972.0, 8971.0, 9010.0, 8972.0, 8969.0, 8998.0, 8956.0, 9039.0, 8990.0, 8985.0, 9030.0, 8971.0, 8971.0, 9000.0, 8972.0, 8977.0, 9021.0, 8982.0, 8996.0, 9007.0, 8985.0, 9051.0, 9013.0, 8996.0, 9036.0, 8981.0, 8973.0, 9001.0, 8977.0, 8977.0, 9003.0, 8961.0, 9039.0, 9012.0, 8981.0, 9035.0, 8979.0, 8992.0, 8977.0, 8977.0, 9016.0, 8997.0, 8975.0, 9008.0, 8993.0, 9010.0, 9046.0, 9019.0, 9059.0, 9008.0, 8977.0, 9020.0, 8996.0, 8995.0, 9020.0, 8981.0, 8996.0, 9049.0, 9024.0, 9022.0, 9061.0, 9006.0, 9000.0, 9027.0, 9004.0, 9007.0, 9086.0, 9025.0, 9067.0, 9032.0, 9000.0, 9030.0, 9012.0, 8988.0, 9062.0, 9014.0, 8998.0, 9043.0, 8980.0, 8976.0, 9021.0, 9004.0, 9014.0, 9069.0, 9037.0, 9009.0, 9032.0, 9074.0, 9024.0, 9039.0, 9108.0, 9056.0, 9068.0, 9043.0, 8981.0, 9036.0, 8996.0, 9020.0, 9043.0, 8997.0, 9039.0, 8988.0, 8973.0, 8983.0, 8982.0, 9008.0, 9040.0, 9014.0, 8999.0, 9026.0, 8999.0, 8983.0, 9054.0, 9026.0, 9059.0, 9030.0, 8997.0, 9039.0, 8980.0, 8976.0, 9043.0, 8983.0, 9023.0, 9008.0, 9010.0, 8962.0, 8922.0, 8929.0, 8978.0, 9010.0, 8980.0, 9019.0, 9015.0, 9006.0, 9051.0, 9044.0, 8979.0, 8963.0, 9013.0, 8972.0, 8957.0, 9015.0, 8989.0, 8961.0, 9042.0, 8996.0, 9005.0, 9013.0, 8970.0, 8956.0, 8968.0, 8955.0, 8998.0, 8992.0, 8982.0, 9034.0, 8976.0, 8973.0, 9003.0, 8977.0, 8977.0, 9013.0, 8986.0, 9086.0, 9050.0, 8998.0, 8999.0, 8980.0, 9067.0, 9028.0, 9055.0, 8997.0, 8975.0, 8975.0, 8999.0, 9017.0, 9005.0, 9007.0, 9029.0, 9004.0, 9005.0, 9050.0, 9030.0, 9070.0, 9057.0, 9002.0, 9059.0, 8985.0, 9052.0, 9023.0, 9052.0, 9045.0, 8994.0, 9018.0, 8975.0, 8975.0, 8994.0, 9008.0, 9042.0, 9032.0, 8990.0, 9042.0, 9002.0, 8982.0, 9040.0, 9020.0, 9065.0, 9031.0, 9026.0, 9003.0, 8974.0, 9011.0, 8988.0, 8998.0, 9053.0, 8985.0, 8973.0, 9032.0, 8978.0, 8978.0, 8987.0, 8973.0, 8982.0, 9045.0, 9013.0, 8983.0, 9036.0, 8983.0, 8977.0, 8992.0, 8983.0, 9062.0, 8994.0, 9034.0, 8973.0, 8953.0, 8996.0, 8975.0, 9015.0, 8997.0, 8981.0, 8999.0, 8978.0, 8981.0, 9032.0, 9010.0, 9035.0, 9033.0, 9011.0, 9058.0, 9013.0, 8984.0, 9070.0, 9006.0, 9056.0, 8994.0, 8975.0, 9016.0, 8979.0, 9016.0, 9025.0, 8981.0, 9023.0, 8975.0, 8979.0, 9036.0, 9027.0, 9006.0, 9061.0, 8985.0, 9024.0, 8991.0, 8976.0, 9059.0, 9013.0, 8981.0, 9036.0, 8963.0, 8977.0, 8975.0, 8975.0, 9034.0, 9038.0, 9006.0, 9059.0, 8996.0, 9010.0, 9020.0, 8982.0, 8982.0, 9043.0, 9011.0, 9033.0, 9048.0, 8981.0, 9022.0, 8993.0, 8977.0, 9017.0, 9005.0, 9035.0, 9120.0, 9070.0, 9030.0, 9011.0, 9002.0, 9001.0, 8999.0, 9029.0, 8999.0, 8983.0, 8998.0, 9012.0, 9016.0, 9001.0, 9068.0, 9072.0, 9001.0, 9046.0, 9010.0, 8983.0, 8973.0, 9017.0, 8985.0, 8976.0, 8989.0, 9032.0, 8971.0, 8975.0, 8963.0, 8987.0, 8972.0, 8974.0, 9024.0, 8995.0, 8964.0, 8978.0, 9020.0, 8977.0, 8977.0, 9020.0, 8994.0, 9006.0, 9025.0, 9019.0, 8976.0, 8975.0, 8987.0, 8974.0, 8993.0, 8983.0, 9051.0, 9020.0, 9017.0, 9027.0, 8992.0, 8979.0, 8984.0, 9028.0, 8990.0, 8995.0, 9042.0, 9038.0, 9032.0, 9030.0, 9057.0, 9024.0, 9015.0, 9064.0, 9033.0, 9018.0, 9006.0, 9013.0, 9020.0, 8983.0, 8982.0, 8978.0, 9001.0, 8960.0, 8970.0, 9015.0, 8953.0, 8936.0, 8962.0, 8933.0, 8932.0, 8948.0, 8933.0, 8954.0, 8970.0, 9011.0, 8983.0, 8951.0, 8953.0, 8969.0, 8984.0, 9000.0, 9004.0, 9033.0, 9015.0, 9012.0, 9031.0, 9025.0, 9007.0, 9028.0, 9012.0, 9069.0, 9010.0, 9009.0, 9065.0, 9030.0, 8983.0, 8993.0, 9016.0, 9002.0, 9027.0, 9039.0, 9012.0, 9083.0, 9048.0, 9000.0, 9023.0, 8968.0, 9007.0, 8980.0, 8964.0, 9022.0, 8968.0, 9024.0, 8997.0, 8983.0, 9015.0, 8987.0, 9019.0, 9021.0, 8990.0, 9059.0, 9001.0, 9044.0, 8998.0, 9043.0, 9017.0, 9029.0, 9027.0, 8998.0, 9021.0, 8980.0, 8976.0, 8978.0, 8984.0, 9047.0, 9006.0, 9048.0, 9015.0, 9001.0, 9013.0, 8982.0, 9045.0, 9001.0, 9042.0, 8987.0, 9020.0, 8977.0, 9009.0, 9004.0, 8984.0, 9020.0, 8979.0, 8978.0, 8999.0, 9004.0, 9066.0, 9023.0, 9005.0, 9030.0, 8986.0, 9043.0, 9000.0, 9038.0, 9032.0, 9001.0, 9039.0, 8980.0, 8959.0, 9020.0, 9004.0, 9017.0, 9042.0, 8981.0, 8993.0, 8982.0, 8988.0, 9027.0, 9035.0, 9008.0, 9032.0, 8987.0, 8980.0, 9011.0, 8992.0, 8975.0, 9006.0, 9011.0, 9000.0, 9040.0, 8991.0, 8976.0, 9015.0, 8974.0, 8977.0, 9019.0, 9007.0, 8987.0, 8998.0, 8969.0, 8957.0, 9012.0, 8999.0, 8967.0, 9020.0, 8959.0, 8953.0, 8998.0, 8975.0, 8964.0, 9042.0, 9006.0, 8981.0, 9004.0, 8976.0, 8992.0, 9043.0, 8985.0, 8984.0, 9009.0, 8980.0, 8981.0, 9024.0, 9037.0, 9019.0, 9034.0, 9049.0, 8998.0, 8980.0, 9005.0, 8977.0, 8982.0, 9060.0, 9057.0, 9005.0, 8998.0, 9012.0, 9004.0, 9006.0, 9071.0, 9021.0, 9001.0, 9025.0, 8980.0, 8980.0, 9026.0, 9000.0, 9014.0, 9047.0, 8992.0, 8977.0, 9017.0, 8981.0, 9009.0, 9031.0, 8999.0, 8983.0, 9004.0, 8987.0, 8993.0, 9029.0, 9061.0, 9009.0, 9007.0, 9039.0, 9007.0, 9067.0, 9055.0, 9017.0, 9070.0, 9034.0, 9010.0, 8995.0, 8978.0, 9043.0, 8999.0, 8971.0, 9024.0, 8980.0, 8982.0, 8997.0, 8987.0, 8991.0, 9017.0, 9010.0, 9071.0, 9042.0, 9008.0, 9062.0, 9006.0, 9039.0, 9033.0, 8999.0, 9043.0, 8980.0, 8967.0, 9025.0, 8982.0, 8984.0, 9024.0, 9001.0, 8987.0, 9027.0, 8984.0, 9001.0, 9032.0, 9005.0, 9014.0, 9017.0, 8990.0, 9046.0, 9014.0, 8986.0, 9041.0, 8999.0, 9044.0, 9008.0, 8979.0, 9014.0, 8976.0, 8976.0, 9020.0, 8987.0, 9010.0, 8992.0, 8976.0, 8993.0, 9008.0, 9011.0, 9035.0, 9021.0, 9006.0, 9008.0, 9026.0, 9038.0, 9095.0, 9081.0, 9042.0, 9067.0, 9007.0, 9017.0, 9070.0, 9042.0, 9000.0, 9044.0, 9004.0, 8991.0, 9030.0, 9004.0, 8998.0, 9045.0, 9010.0, 8985.0, 9012.0, 8986.0, 9000.0, 9039.0, 9010.0, 9072.0, 9034.0, 8972.0, 9025.0, 8987.0, 9040.0, 9012.0, 8978.0, 9020.0, 8959.0, 8963.0, 9028.0, 8998.0, 8987.0, 9042.0, 8984.0, 8983.0, 9020.0, 9002.0, 8989.0, 9041.0, 9009.0, 8979.0, 9006.0, 8976.0, 8980.0, 9045.0, 9010.0, 8975.0, 9015.0, 8954.0, 8967.0, 9013.0, 8978.0, 8977.0, 9021.0, 8952.0, 8954.0, 9000.0, 8957.0, 8958.0, 9019.0, 8988.0, 8957.0, 9012.0, 8955.0, 8954.0, 9018.0, 8987.0, 9001.0, 8996.0, 8951.0, 8962.0, 8948.0, 8975.0, 8997.0, 8982.0, 8966.0, 8994.0, 8953.0, 8954.0, 9017.0, 9000.0, 8975.0, 9007.0, 8980.0, 8978.0, 8978.0, 8991.0, 8982.0, 8985.0, 9045.0, 9023.0, 9007.0, 9028.0, 9001.0, 9023.0, 8989.0, 8973.0, 9017.0, 9008.0, 8996.0, 9024.0, 8975.0, 8979.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.0007639100346020762</td></tr>
<tr><td colspan=3>aqi</td><td>0.03858038823529411</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.15166254416446</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1256572537922078</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.963650970874458</td></tr>
<tr><td colspan=3>efc</td><td>0.4965</td></tr>
<tr><td colspan=3>fber</td><td>5260.1714</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13068640686358773</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>149</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.889273356401384</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.428853937721017</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2992501269997874</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5959596653802257</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3913520207830374</td></tr>
<tr><td colspan=3>gcor</td><td>0.0104369</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0032493562903255224</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03734997659921646</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1156</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.018953198525455</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>14.4742</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.6161</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>195.0888</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296104.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>1026.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>371.4309</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6928</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>486.2899</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3232.8528</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3401.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80440.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1186.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4221.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>846.235</td></tr>
<tr><td colspan=3>tsnr</td><td>32.94207964162342</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>