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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>20:39:1.282500</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.998444, 0.0392077, 0.0396552, -0.0451644, 0.985654, 0.162626]</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.100495</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>[4150, -7759, -7242, 666, -42, -195, 5, 74]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>238.862</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e39797ee-9205-4d4e-8451-38af5eb41162||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.6787519454956055, -0.12117280811071396, 0.08831733465194702, 115.96089172363281], [-0.10519128292798996, 2.6444365978240967, 0.44324198365211487, -105.52169799804688], [0.1063920184969902, -0.4363130033016205, 2.661904811859131, -47.50556182861328], [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': ['203901.282500', '203901.742500', '203902.202500', '203902.662500', '203903.122500', '203903.582500', '203904.042500', '203904.502500', '203904.962500', '203905.422500', '203905.882500', '203906.342500', '203906.802500', '203907.262500', '203907.722500', '203908.182500', '203908.642500', '203909.102500', '203909.562500', '203910.022500', '203910.482500', '203910.942500', '203911.402500', '203911.862500', '203912.322500', '203912.782500', '203913.242500', '203913.702500', '203914.162500', '203914.622500', '203915.082500', '203915.542500', '203916.002500', '203916.462500', '203916.922500', '203917.382500', '203917.842500', '203918.302500', '203918.762500', '203919.222500', '203919.682500', '203920.142500', '203920.602500', '203921.062500', '203921.522500', '203921.982500', '203922.442500', '203922.902500', '203923.362500', '203923.822500', '203924.282500', '203924.742500', '203925.202500', '203925.662500', '203926.122500', '203926.582500', '203927.042500', '203927.502500', '203927.962500', '203928.422500', '203928.882500', '203929.342500', '203929.802500', '203930.262500', '203930.722500', '203931.182500', '203931.642500', '203932.102500', '203932.562500', '203933.022500', '203933.482500', '203933.942500', '203934.402500', '203934.862500', '203935.322500', '203935.782500', '203936.242500', '203936.702500', '203937.162500', '203937.622500', '203938.082500', '203938.542500', '203939.002500', '203939.462500', '203939.922500', '203940.382500', '203940.842500', '203941.302500', '203941.762500', '203942.222500', '203942.682500', '203943.142500', '203943.602500', '203944.062500', '203944.522500', '203944.982500', '203945.442500', '203945.902500', '203946.362500', '203946.822500', '203947.282500', '203947.742500', '203948.202500', '203948.662500', '203949.122500', '203949.582500', '203950.042500', '203950.502500', '203950.962500', '203951.422500', '203951.882500', '203952.342500', '203952.802500', '203953.262500', '203953.722500', '203954.182500', '203954.642500', '203955.102500', '203955.562500', '203956.022500', '203956.482500', '203956.942500', '203957.402500', '203957.862500', '203958.322500', '203958.782500', '203959.242500', '203959.702500', '204000.162500', '204000.622500', '204001.082500', '204001.542500', '204002.002500', '204002.462500', '204002.922500', '204003.382500', '204003.842500', '204004.302500', '204004.762500', '204005.222500', '204005.682500', '204006.142500', '204006.602500', '204007.062500', '204007.522500', '204007.982500', '204008.442500', '204008.902500', '204009.362500', '204009.822500', '204010.282500', '204010.742500', '204011.202500', '204011.662500', '204012.122500', '204012.582500', '204013.042500', '204013.502500', '204013.962500', '204014.422500', '204014.882500', '204015.342500', '204015.802500', '204016.262500', '204016.722500', '204017.182500', '204017.642500', '204018.102500', '204018.562500', '204019.022500', '204019.482500', '204019.942500', '204020.402500', '204020.862500', '204021.322500', '204021.782500', '204022.242500', '204022.702500', '204023.162500', '204023.622500', '204024.082500', '204024.542500', '204025.002500', '204025.462500', '204025.922500', '204026.382500', '204026.842500', '204027.302500', '204027.762500', '204028.222500', '204028.682500', '204029.142500', '204029.602500', '204030.062500', '204030.522500', '204030.982500', '204031.442500', '204031.902500', '204032.362500', '204032.822500', '204033.282500', '204033.742500', '204034.202500', '204034.662500', '204035.122500', '204035.582500', '204036.042500', '204036.502500', '204036.962500', '204037.422500', '204037.882500', '204038.342500', '204038.802500', '204039.262500', '204039.722500', '204040.182500', '204040.642500', '204041.102500', '204041.562500', '204042.022500', '204042.482500', '204042.942500', '204043.402500', '204043.862500', '204044.322500', '204044.782500', '204045.242500', '204045.702500', '204046.162500', '204046.622500', '204047.082500', '204047.542500', '204048.002500', '204048.462500', '204048.922500', '204049.382500', '204049.842500', '204050.302500', '204050.762500', '204051.222500', '204051.682500', '204052.142500', '204052.602500', '204053.062500', '204053.522500', '204053.982500', '204054.442500', '204054.902500', '204055.362500', '204055.822500', '204056.282500', '204056.742500', '204057.202500', '204057.662500', '204058.122500', '204058.582500', '204059.042500', '204059.502500', '204059.962500', '204100.422500', '204100.882500', '204101.342500', '204101.802500', '204102.262500', '204102.722500', '204103.182500', '204103.642500', '204104.102500', '204104.562500', '204105.022500', '204105.482500', '204105.942500', '204106.402500', '204106.862500', '204107.322500', '204107.782500', '204108.242500', '204108.702500', '204109.162500', '204109.622500', '204110.082500', '204110.542500', '204111.002500', '204111.462500', '204111.922500', '204112.382500', '204112.842500', '204113.302500', '204113.762500', '204114.222500', '204114.682500', '204115.142500', '204115.602500', '204116.062500', '204116.522500', '204116.982500', '204117.442500', '204117.902500', '204118.362500', '204118.822500', '204119.282500', '204119.742500', '204120.202500', '204120.662500', '204121.122500', '204121.582500', '204122.042500', '204122.502500', '204122.962500', '204123.422500', '204123.882500', '204124.342500', '204124.802500', '204125.262500', '204125.722500', '204126.182500', '204126.642500', '204127.102500', '204127.562500', '204128.022500', '204128.482500', '204128.942500', '204129.402500', '204129.862500', '204130.322500', '204130.782500', '204131.242500', '204131.702500', '204132.162500', '204132.622500', '204133.082500', '204133.542500', '204134.002500', '204134.462500', '204134.922500', '204135.382500', '204135.842500', '204136.302500', '204136.762500', '204137.222500', '204137.682500', '204138.142500', '204138.602500', '204139.062500', '204139.522500', '204139.982500', '204140.442500', '204140.902500', '204141.362500', '204141.822500', '204142.282500', '204142.742500', '204143.202500', '204143.662500', '204144.122500', '204144.582500', '204145.042500', '204145.502500', '204145.962500', '204146.422500', '204146.882500', '204147.342500', '204147.802500', '204148.262500', '204148.722500', '204149.182500', '204149.642500', '204150.102500', '204150.562500', '204151.022500', '204151.482500', '204151.942500', '204152.402500', '204152.862500', '204153.322500', '204153.782500', '204154.242500', '204154.702500', '204155.162500', '204155.622500', '204156.082500', '204156.542500', '204157.002500', '204157.462500', '204157.922500', '204158.382500', '204158.842500', '204159.302500', '204159.762500', '204200.222500', '204200.682500', '204201.142500', '204201.602500', '204202.062500', '204202.522500', '204202.982500', '204203.442500', '204203.902500', '204204.362500', '204204.822500', '204205.282500', '204205.742500', '204206.202500', '204206.662500', '204207.122500', '204207.582500', '204208.042500', '204208.502500', '204208.962500', '204209.422500', '204209.882500', '204210.342500', '204210.802500', '204211.262500', '204211.722500', '204212.182500', '204212.642500', '204213.102500', '204213.562500', '204214.022500', '204214.482500', '204214.942500', '204215.402500', '204215.862500', '204216.322500', '204216.782500', '204217.242500', '204217.702500', '204218.162500', '204218.622500', '204219.082500', '204219.542500', '204220.002500', '204220.462500', '204220.922500', '204221.382500', '204221.842500', '204222.302500', '204222.762500', '204223.222500', '204223.682500', '204224.142500', '204224.602500', '204225.062500', '204225.522500', '204225.982500', '204226.442500', '204226.902500', '204227.362500', '204227.822500', '204228.282500', '204228.742500', '204229.202500', '204229.662500', '204230.122500', '204230.582500', '204231.042500', '204231.502500', '204231.962500', '204232.422500', '204232.882500', '204233.342500', '204233.802500', '204234.262500', '204234.722500', '204235.182500', '204235.642500', '204236.102500', '204236.562500', '204237.022500', '204237.482500', '204237.942500', '204238.402500', '204238.862500', '204239.322500', '204239.782500', '204240.242500', '204240.702500', '204241.162500', '204241.622500', '204242.082500', '204242.542500', '204243.002500', '204243.462500', '204243.922500', '204244.382500', '204244.842500', '204245.302500', '204245.762500', '204246.222500', '204246.682500', '204247.142500', '204247.602500', '204248.062500', '204248.522500', '204248.982500', '204249.442500', '204249.902500', '204250.362500', '204250.822500', '204251.282500', '204251.742500', '204252.202500', '204252.662500', '204253.122500', '204253.582500', '204254.042500', '204254.502500', '204254.962500', '204255.422500', '204255.882500', '204256.342500', '204256.802500', '204257.262500', '204257.722500', '204258.182500', '204258.642500', '204259.102500', '204259.562500', '204300.022500', '204300.482500', '204300.942500', '204301.402500', '204301.862500', '204302.322500', '204302.782500', '204303.242500', '204303.702500', '204304.162500', '204304.622500', '204305.082500', '204305.542500', '204306.002500', '204306.462500', '204306.922500', '204307.382500', '204307.842500', '204308.302500', '204308.762500', '204309.222500', '204309.682500', '204310.142500', '204310.602500', '204311.062500', '204311.522500', '204311.982500', '204312.442500', '204312.902500', '204313.362500', '204313.822500', '204314.282500', '204314.742500', '204315.202500', '204315.662500', '204316.122500', '204316.582500', '204317.042500', '204317.502500', '204317.962500', '204318.422500', '204318.882500', '204319.342500', '204319.802500', '204320.262500', '204320.722500', '204321.182500', '204321.642500', '204322.102500', '204322.562500', '204323.022500', '204323.482500', '204323.942500', '204324.402500', '204324.862500', '204325.322500', '204325.782500', '204326.242500', '204326.702500', '204327.162500', '204327.622500', '204328.082500', '204328.542500', '204329.002500', '204329.462500', '204329.922500', '204330.382500', '204330.842500', '204331.302500', '204331.762500', '204332.222500', '204332.682500', '204333.142500', '204333.602500', '204334.062500', '204334.522500', '204334.982500', '204335.442500', '204335.902500', '204336.362500', '204336.822500', '204337.282500', '204337.742500', '204338.202500', '204338.662500', '204339.122500', '204339.582500', '204340.042500', '204340.502500', '204340.962500', '204341.422500', '204341.882500', '204342.342500', '204342.802500', '204343.262500', '204343.722500', '204344.182500', '204344.642500', '204345.102500', '204345.562500', '204346.022500', '204346.482500', '204346.942500', '204347.402500', '204347.862500', '204348.322500', '204348.782500', '204349.242500', '204349.702500', '204350.162500', '204350.622500', '204351.082500', '204351.542500', '204352.002500', '204352.462500', '204352.922500', '204353.382500', '204353.842500', '204354.302500', '204354.762500', '204355.222500', '204355.682500', '204356.142500', '204356.602500', '204357.062500', '204357.522500', '204357.982500', '204358.442500', '204358.902500', '204359.362500', '204359.822500', '204400.282500', '204400.742500', '204401.202500', '204401.662500', '204402.122500', '204402.582500', '204403.042500', '204403.502500', '204403.962500', '204404.422500', '204404.882500', '204405.342500', '204405.802500', '204406.262500', '204406.722500', '204407.182500', '204407.642500', '204408.102500', '204408.562500', '204409.022500', '204409.482500', '204409.942500', '204410.402500', '204410.862500', '204411.322500', '204411.782500', '204412.242500', '204412.702500', '204413.162500', '204413.622500', '204414.082500', '204414.542500', '204415.002500', '204415.462500', '204415.922500', '204416.382500', '204416.842500', '204417.302500', '204417.762500', '204418.222500', '204418.682500', '204419.142500', '204419.602500', '204420.062500', '204420.522500', '204420.982500', '204421.442500', '204421.902500', '204422.362500', '204422.822500', '204423.282500', '204423.742500', '204424.202500', '204424.662500', '204425.122500', '204425.582500', '204426.042500', '204426.502500', '204426.962500', '204427.422500', '204427.882500', '204428.342500', '204428.802500', '204429.262500', '204429.722500', '204430.182500', '204430.642500', '204431.102500', '204431.562500', '204432.022500', '204432.482500', '204432.942500', '204433.402500', '204433.862500', '204434.322500', '204434.782500', '204435.242500', '204435.702500', '204436.162500', '204436.622500', '204437.082500', '204437.542500', '204438.002500', '204438.462500', '204438.922500', '204439.382500', '204439.842500', '204440.302500', '204440.762500', '204441.222500', '204441.682500', '204442.142500', '204442.602500', '204443.062500', '204443.522500', '204443.982500', '204444.442500', '204444.902500', '204445.362500', '204445.822500', '204446.282500', '204446.742500', '204447.202500', '204447.662500', '204448.122500', '204448.582500', '204449.042500', '204449.502500', '204449.962500', '204450.422500', '204450.882500', '204451.342500', '204451.802500', '204452.262500', '204452.722500', '204453.182500', '204453.642500', '204454.102500', '204454.562500', '204455.022500', '204455.482500', '204455.942500', '204456.402500', '204456.862500', '204457.322500', '204457.782500', '204458.242500', '204458.702500', '204459.162500', '204459.622500', '204500.082500', '204500.542500', '204501.002500', '204501.462500', '204501.922500', '204502.382500', '204502.842500', '204503.302500', '204503.762500', '204504.222500', '204504.682500', '204505.142500', '204505.602500', '204506.062500', '204506.522500', '204506.982500', '204507.442500', '204507.902500', '204508.362500', '204508.822500', '204509.282500', '204509.742500', '204510.202500', '204510.662500', '204511.122500', '204511.582500', '204512.042500', '204512.502500', '204512.962500', '204513.422500', '204513.882500', '204514.342500', '204514.802500', '204515.262500', '204515.722500', '204516.182500', '204516.642500', '204517.102500', '204517.562500', '204518.022500', '204518.482500', '204518.942500', '204519.402500', '204519.862500', '204520.322500', '204520.782500', '204521.242500', '204521.702500', '204522.162500', '204522.622500', '204523.082500', '204523.542500', '204524.002500', '204524.462500', '204524.922500', '204525.382500', '204525.842500', '204526.302500', '204526.762500', '204527.222500', '204527.682500', '204528.142500', '204528.602500', '204529.062500', '204529.522500', '204529.982500', '204530.442500', '204530.902500', '204531.362500', '204531.822500', '204532.282500', '204532.742500', '204533.202500', '204533.662500', '204534.122500', '204534.582500', '204535.042500', '204535.502500', '204535.962500', '204536.422500', '204536.882500', '204537.342500', '204537.802500', '204538.262500', '204538.722500', '204539.182500', '204539.642500', '204540.102500', '204540.562500', '204541.022500', '204541.482500', '204541.942500', '204542.402500', '204542.862500', '204543.322500', '204543.782500', '204544.242500', '204544.702500', '204545.162500', '204545.622500', '204546.082500', '204546.542500', '204547.002500', '204547.462500', '204547.922500', '204548.382500', '204548.842500', '204549.302500', '204549.762500', '204550.222500', '204550.682500', '204551.142500', '204551.602500', '204552.062500', '204552.522500', '204552.982500', '204553.442500', '204553.902500', '204554.362500', '204554.822500', '204555.282500', '204555.742500', '204556.202500', '204556.662500', '204557.122500', '204557.582500', '204558.042500', '204558.502500', '204558.962500', '204559.422500', '204559.882500', '204600.342500', '204600.802500', '204601.262500', '204601.722500', '204602.182500', '204602.642500', '204603.102500', '204603.562500', '204604.022500', '204604.482500', '204604.942500', '204605.402500', '204605.862500', '204606.322500', '204606.782500', '204607.242500', '204607.702500', '204608.162500', '204608.622500', '204609.082500', '204609.542500', '204610.002500', '204610.462500', '204610.922500', '204611.382500', '204611.842500', '204612.302500', '204612.762500', '204613.222500', '204613.682500', '204614.142500', '204614.602500', '204615.062500', '204615.522500', '204615.982500', '204616.442500', '204616.902500', '204617.362500', '204617.822500', '204618.282500', '204618.742500', '204619.202500', '204619.662500', '204620.122500', '204620.582500', '204621.042500', '204621.502500', '204621.962500', '204622.422500', '204622.882500', '204623.342500', '204623.802500', '204624.262500', '204624.722500', '204625.182500', '204625.642500', '204626.102500', '204626.562500', '204627.022500', '204627.482500', '204627.942500', '204628.402500', '204628.862500', '204629.322500', '204629.782500', '204630.242500', '204630.702500', '204631.162500', '204631.622500', '204632.082500', '204632.542500', '204633.002500', '204633.462500', '204633.922500', '204634.382500', '204634.842500', '204635.302500', '204635.762500', '204636.222500', '204636.682500', '204637.142500', '204637.602500', '204638.062500', '204638.522500', '204638.982500', '204639.442500', '204639.902500', '204640.362500', '204640.822500', '204641.282500', '204641.742500', '204642.202500', '204642.662500', '204643.122500', '204643.582500', '204644.042500', '204644.502500', '204644.962500', '204645.422500', '204645.882500', '204646.342500', '204646.802500', '204647.262500', '204647.722500', '204648.182500', '204648.642500', '204649.102500', '204649.562500', '204650.022500', '204650.482500', '204650.942500', '204651.402500', '204651.862500', '204652.322500', '204652.782500', '204653.242500', '204653.702500', '204654.162500', '204654.622500', '204655.082500', '204655.542500', '204656.002500', '204656.462500', '204656.922500', '204657.382500', '204657.842500', '204658.302500', '204658.762500', '204659.222500', '204659.682500', '204700.142500', '204700.602500', '204701.062500', '204701.522500', '204701.982500', '204702.442500', '204702.902500', '204703.362500', '204703.822500', '204704.282500', '204704.742500', '204705.202500', '204705.662500', '204706.122500', '204706.582500', '204707.042500', '204707.502500', '204707.962500', '204708.422500', '204708.882500', '204709.342500', '204709.802500', '204710.262500', '204710.722500', '204711.182500', '204711.642500', '204712.102500', '204712.562500', '204713.022500', '204713.482500', '204713.942500', '204714.402500', '204714.862500', '204715.322500', '204715.782500', '204716.242500', '204716.702500', '204717.162500', '204717.622500', '204718.082500', '204718.542500', '204719.002500', '204719.462500', '204719.922500', '204720.382500', '204720.842500', '204721.302500', '204721.762500', '204722.222500', '204722.682500', '204723.142500', '204723.602500', '204724.062500', '204724.522500', '204724.982500', '204725.442500', '204725.902500', '204726.362500', '204726.822500', '204727.282500', '204727.742500', '204728.202500', '204728.662500', '204729.122500', '204729.582500', '204730.042500', '204730.502500', '204730.962500', '204731.422500', '204731.882500', '204732.342500', '204732.802500', '204733.262500', '204733.722500', '204734.182500', '204734.642500', '204735.102500', '204735.562500', '204736.022500', '204736.482500', '204736.942500', '204737.402500', '204737.862500', '204738.322500', '204738.782500', '204739.242500', '204739.702500', '204740.162500', '204740.622500', '204741.082500', '204741.542500', '204742.002500', '204742.462500', '204742.922500', '204743.382500', '204743.842500', '204744.302500', '204744.762500', '204745.222500', '204745.682500', '204746.142500', '204746.602500', '204747.062500', '204747.522500', '204747.982500', '204748.442500', '204748.902500', '204749.362500', '204749.822500', '204750.282500', '204750.742500', '204751.202500', '204751.662500', '204752.122500', '204752.582500', '204753.042500', '204753.502500'], 'ContentTime': ['203921.293000', '203921.297000', '203921.300000', '203921.303000', '203921.306000', '203921.309000', '203921.312000', '203921.315000', '203921.318000', '203921.321000', '203921.324000', '203921.327000', '203921.330000', '203921.334000', '203921.336000', '203921.339000', '203921.342000', '203921.347000', '203921.350000', '203921.353000', '203921.356000', '203921.359000', '203921.362000', '203921.391000', '203921.394000', '203921.397000', '203921.400000', '203921.403000', '203921.406000', '203921.409000', '203921.412000', '203921.415000', '203921.418000', '203921.421000', '203921.424000', '203921.427000', '203921.430000', '203921.433000', '203921.436000', '203921.439000', '203921.441000', '203921.444000', '203941.256000', '203941.259000', '203941.262000', '203941.265000', '203941.268000', '203941.270000', '203941.273000', '203941.276000', '203941.279000', '203941.282000', '203941.285000', '203941.287000', '203941.290000', '203941.293000', '203941.296000', '203941.299000', '203941.302000', '203941.304000', '203941.307000', '203941.310000', '203941.313000', '203941.316000', '203941.318000', '203941.321000', '203941.324000', '203941.327000', '203941.330000', '203941.333000', '203941.336000', '203941.338000', '203941.341000', '203941.344000', '203941.347000', '203941.350000', '203941.353000', '203941.356000', '203941.358000', '203941.361000', '203941.364000', '203941.367000', '203941.370000', '203941.373000', '203941.375000', '203941.378000', '204001.257000', '204001.261000', '204001.264000', '204001.267000', '204001.270000', '204001.273000', '204001.276000', '204001.279000', '204001.282000', '204001.286000', '204001.289000', '204001.292000', '204001.295000', '204001.298000', '204001.301000', '204001.304000', '204001.307000', '204001.310000', '204001.313000', '204001.316000', '204001.319000', '204001.322000', '204001.325000', '204001.328000', '204001.331000', '204001.334000', '204001.337000', '204001.339000', '204001.342000', '204001.345000', '204001.350000', '204001.355000', '204001.358000', '204001.361000', '204001.364000', '204001.367000', '204001.370000', '204001.373000', '204001.376000', '204001.379000', '204001.382000', '204001.385000', '204001.388000', '204021.257000', '204021.260000', '204021.263000', '204021.266000', '204021.269000', '204021.272000', '204021.275000', '204021.278000', '204021.281000', '204021.284000', '204021.287000', '204021.290000', '204021.293000', '204021.296000', '204021.299000', '204021.302000', '204021.305000', '204021.308000', '204021.311000', '204021.314000', '204021.317000', '204021.320000', '204021.323000', '204021.326000', '204021.329000', '204021.332000', '204021.335000', '204021.338000', '204021.341000', '204021.344000', '204021.347000', '204021.350000', '204021.352000', '204021.355000', '204021.358000', '204021.361000', '204021.373000', '204021.376000', '204021.379000', '204021.382000', '204021.385000', '204021.388000', '204021.391000', '204021.394000', '204041.257000', '204041.260000', '204041.263000', '204041.266000', '204041.269000', '204041.272000', '204041.274000', '204041.277000', '204041.280000', '204041.283000', '204041.286000', '204041.289000', '204041.292000', '204041.294000', '204041.297000', '204041.300000', '204041.303000', '204041.306000', '204041.309000', '204041.313000', '204041.316000', '204041.319000', '204041.322000', '204041.325000', '204041.338000', '204041.341000', '204041.344000', '204041.347000', '204041.350000', '204041.353000', '204041.355000', '204041.358000', '204041.361000', '204041.364000', '204041.367000', '204041.370000', '204041.373000', '204041.376000', '204041.379000', '204041.384000', '204041.387000', '204041.390000', '204041.392000', '204101.256000', '204101.259000', '204101.262000', '204101.265000', '204101.268000', '204101.271000', '204101.273000', '204101.276000', '204101.279000', '204101.282000', '204101.285000', '204101.288000', '204101.291000', '204101.294000', '204101.297000', '204101.299000', '204101.302000', '204101.305000', '204101.308000', '204101.311000', '204101.314000', '204101.317000', '204101.319000', '204101.322000', '204101.325000', '204101.328000', '204101.331000', '204101.334000', '204101.337000', '204101.339000', '204101.342000', '204101.345000', '204101.348000', '204101.351000', '204101.354000', '204101.357000', '204101.360000', '204101.362000', '204101.365000', '204101.368000', '204101.371000', '204101.374000', '204101.377000', '204101.380000', '204121.256000', '204121.259000', '204121.262000', '204121.265000', '204121.268000', '204121.271000', '204121.273000', '204121.276000', '204121.279000', '204121.282000', '204121.285000', '204121.288000', '204121.291000', '204121.294000', '204121.296000', '204121.299000', '204121.302000', '204121.305000', '204121.308000', '204121.311000', '204121.314000', '204121.316000', '204121.319000', '204121.322000', '204121.325000', '204121.328000', '204121.331000', '204121.334000', '204121.337000', '204121.340000', '204121.342000', '204121.345000', '204121.348000', '204121.351000', '204121.354000', '204121.357000', '204121.360000', '204121.362000', '204121.365000', '204121.368000', '204121.371000', '204121.374000', '204121.377000', '204141.256000', '204141.259000', '204141.262000', '204141.265000', '204141.268000', '204141.270000', '204141.273000', '204141.276000', '204141.279000', '204141.282000', '204141.285000', '204141.288000', '204141.291000', '204141.294000', '204141.296000', '204141.299000', '204141.302000', '204141.305000', '204141.308000', '204141.311000', '204141.314000', '204141.317000', '204141.320000', '204141.322000', '204141.325000', '204141.328000', '204141.331000', '204141.334000', '204141.339000', '204141.342000', '204141.345000', '204141.348000', '204141.351000', '204141.354000', '204141.357000', '204141.359000', '204141.362000', '204141.365000', '204141.368000', '204141.371000', '204141.374000', '204141.377000', '204141.380000', '204141.382000', '204201.256000', '204201.259000', '204201.262000', '204201.265000', '204201.268000', '204201.271000', '204201.274000', '204201.276000', '204201.279000', '204201.282000', '204201.285000', '204201.288000', '204201.291000', '204201.294000', '204201.297000', '204201.300000', '204201.302000', '204201.305000', '204201.308000', '204201.311000', '204201.314000', '204201.317000', '204201.320000', '204201.323000', '204201.326000', '204201.329000', '204201.332000', '204201.334000', '204201.337000', '204201.340000', '204201.343000', '204201.347000', '204201.350000', '204201.353000', '204201.356000', '204201.359000', '204201.362000', '204201.365000', '204201.368000', '204201.371000', '204201.374000', '204201.377000', '204201.379000', '204221.257000', '204221.260000', '204221.263000', '204221.266000', '204221.269000', '204221.272000', '204221.275000', '204221.278000', '204221.280000', '204221.283000', '204221.286000', '204221.289000', '204221.292000', '204221.295000', '204221.298000', '204221.301000', '204221.303000', '204221.306000', '204221.309000', '204221.312000', '204221.323000', '204221.326000', '204221.329000', '204221.332000', '204221.335000', '204221.338000', '204221.341000', '204221.343000', '204221.346000', '204221.349000', '204221.352000', '204221.355000', '204221.358000', '204221.361000', '204221.363000', '204221.366000', '204221.369000', '204221.372000', '204221.375000', '204221.378000', '204221.381000', '204221.384000', '204221.386000', '204221.389000', '204241.257000', '204241.260000', '204241.263000', '204241.266000', '204241.269000', '204241.272000', '204241.275000', '204241.278000', '204241.280000', '204241.283000', '204241.286000', '204241.289000', '204241.292000', '204241.295000', '204241.298000', '204241.300000', '204241.303000', '204241.306000', '204241.309000', '204241.312000', '204241.315000', '204241.318000', '204241.321000', '204241.323000', '204241.326000', '204241.329000', '204241.332000', '204241.335000', '204241.338000', '204241.341000', '204241.344000', '204241.347000', '204241.349000', '204241.352000', '204241.355000', '204241.358000', '204241.361000', '204241.364000', '204241.367000', '204241.370000', '204241.373000', '204241.375000', '204241.378000', '204301.257000', '204301.260000', '204301.263000', '204301.266000', '204301.269000', '204301.272000', '204301.275000', '204301.278000', '204301.280000', '204301.283000', '204301.286000', '204301.289000', '204301.292000', '204301.295000', '204301.298000', '204301.301000', '204301.304000', '204301.307000', '204301.310000', '204301.313000', '204301.316000', '204301.319000', '204301.321000', '204301.324000', '204301.327000', '204301.330000', '204301.333000', '204301.336000', '204301.339000', '204301.342000', '204301.344000', '204301.347000', '204301.350000', '204301.353000', '204301.356000', '204301.359000', '204301.362000', '204301.365000', '204301.368000', '204301.370000', '204301.373000', '204301.376000', '204301.379000', '204301.382000', '204321.256000', '204321.259000', '204321.262000', '204321.265000', '204321.268000', '204321.271000', '204321.273000', '204321.276000', '204321.279000', '204321.282000', '204321.285000', '204321.288000', '204321.291000', '204321.294000', '204321.297000', '204321.299000', '204321.302000', '204321.305000', '204321.308000', '204321.311000', '204321.314000', '204321.317000', '204321.320000', '204321.323000', '204321.326000', '204321.329000', '204321.331000', '204321.334000', '204321.337000', '204321.340000', '204321.343000', '204321.346000', '204321.349000', '204321.352000', '204321.355000', '204321.358000', '204321.361000', '204321.363000', '204321.366000', '204321.369000', '204321.372000', '204321.375000', '204321.378000', '204341.256000', '204341.259000', '204341.262000', '204341.265000', '204341.268000', '204341.271000', '204341.273000', '204341.276000', '204341.279000', '204341.282000', '204341.285000', '204341.288000', '204341.291000', '204341.294000', '204341.297000', '204341.299000', '204341.302000', '204341.305000', '204341.308000', '204341.311000', '204341.314000', '204341.317000', '204341.320000', '204341.323000', '204341.325000', '204341.328000', '204341.331000', '204341.334000', '204341.337000', '204341.340000', '204341.343000', '204341.346000', '204341.349000', '204341.352000', '204341.355000', '204341.357000', '204341.360000', '204341.363000', '204341.366000', '204341.369000', '204341.372000', '204341.375000', '204341.378000', '204341.381000', '204401.256000', '204401.259000', '204401.262000', '204401.265000', '204401.268000', '204401.271000', '204401.274000', '204401.277000', '204401.280000', '204401.282000', '204401.285000', '204401.288000', '204401.291000', '204401.294000', '204401.297000', '204401.300000', '204401.303000', '204401.306000', '204401.309000', '204401.312000', '204401.314000', '204401.317000', '204401.320000', '204401.323000', '204401.326000', '204401.329000', '204401.332000', '204401.335000', '204401.338000', '204401.341000', '204401.344000', '204401.347000', '204401.349000', '204401.352000', '204401.355000', '204401.358000', '204401.361000', '204401.364000', '204401.367000', '204401.370000', '204401.373000', '204401.375000', '204401.378000', '204421.257000', '204421.260000', '204421.263000', '204421.266000', '204421.269000', '204421.272000', '204421.275000', '204421.278000', '204421.281000', '204421.284000', '204421.287000', '204421.289000', '204421.292000', '204421.295000', '204421.298000', '204421.302000', '204421.305000', '204421.318000', '204421.321000', '204421.324000', '204421.327000', '204421.330000', '204421.333000', '204421.336000', '204421.339000', '204421.344000', '204421.347000', '204421.350000', '204421.353000', '204421.356000', '204421.359000', '204421.361000', '204421.364000', '204421.367000', '204421.370000', '204421.373000', '204421.376000', '204421.379000', '204421.382000', '204421.385000', '204421.388000', '204421.391000', '204421.393000', '204441.257000', '204441.260000', '204441.263000', '204441.266000', '204441.269000', '204441.272000', '204441.275000', '204441.278000', '204441.281000', '204441.283000', '204441.286000', '204441.289000', '204441.292000', '204441.295000', '204441.298000', '204441.301000', '204441.304000', '204441.307000', '204441.309000', '204441.312000', '204441.315000', '204441.318000', '204441.321000', '204441.324000', '204441.327000', '204441.329000', '204441.332000', '204441.335000', '204441.338000', '204441.341000', '204441.344000', '204441.347000', '204441.350000', '204441.353000', '204441.356000', '204441.358000', '204441.361000', '204441.364000', '204441.367000', '204441.370000', '204441.373000', '204441.376000', '204441.379000', '204441.382000', '204501.257000', '204501.260000', '204501.263000', '204501.266000', '204501.269000', '204501.272000', '204501.275000', '204501.278000', '204501.281000', '204501.284000', '204501.287000', '204501.289000', '204501.292000', '204501.295000', '204501.298000', '204501.302000', '204501.307000', '204501.310000', '204501.313000', '204501.316000', '204501.319000', '204501.322000', '204501.325000', '204501.328000', '204501.330000', '204501.333000', '204501.336000', '204501.339000', '204501.342000', '204501.345000', '204501.348000', '204501.351000', '204501.354000', '204501.357000', '204501.360000', '204501.362000', '204501.365000', '204501.368000', '204501.371000', '204501.374000', '204501.377000', '204501.380000', '204501.383000', '204521.257000', '204521.260000', '204521.263000', '204521.266000', '204521.269000', '204521.272000', '204521.275000', '204521.278000', '204521.281000', '204521.284000', '204521.286000', '204521.289000', '204521.292000', '204521.295000', '204521.298000', '204521.301000', '204521.304000', '204521.307000', '204521.310000', '204521.313000', '204521.315000', '204521.318000', '204521.321000', '204521.324000', '204521.327000', '204521.330000', '204521.333000', '204521.336000', '204521.339000', '204521.342000', '204521.345000', '204521.347000', '204521.350000', '204521.353000', '204521.356000', '204521.359000', '204521.362000', '204521.365000', '204521.367000', '204521.370000', '204521.373000', '204521.376000', '204521.379000', '204521.382000', '204541.256000', '204541.259000', '204541.262000', '204541.265000', '204541.268000', '204541.271000', '204541.274000', '204541.277000', '204541.280000', '204541.282000', '204541.286000', '204541.289000', '204541.292000', '204541.294000', '204541.297000', '204541.300000', '204541.303000', '204541.306000', '204541.309000', '204541.312000', '204541.315000', '204541.318000', '204541.320000', '204541.323000', '204541.326000', '204541.329000', '204541.332000', '204541.335000', '204541.338000', '204541.341000', '204541.344000', '204541.347000', '204541.349000', '204541.352000', '204541.355000', '204541.358000', '204541.361000', '204541.364000', '204541.367000', '204541.370000', '204541.373000', '204541.376000', '204541.379000', '204601.256000', '204601.259000', '204601.262000', '204601.265000', '204601.268000', '204601.271000', '204601.274000', '204601.285000', '204601.288000', '204601.291000', '204601.294000', '204601.297000', '204601.300000', '204601.303000', '204601.306000', '204601.309000', '204601.311000', '204601.314000', '204601.317000', '204601.320000', '204601.323000', '204601.326000', '204601.329000', '204601.332000', '204601.335000', '204601.338000', '204601.341000', '204601.343000', '204601.346000', '204601.349000', '204601.352000', '204601.355000', '204601.358000', '204601.361000', '204601.364000', '204601.367000', '204601.369000', '204601.372000', '204601.375000', '204601.378000', '204601.381000', '204601.384000', '204601.387000', '204601.390000', '204621.256000', '204621.259000', '204621.262000', '204621.265000', '204621.268000', '204621.271000', '204621.274000', '204621.276000', '204621.279000', '204621.282000', '204621.285000', '204621.288000', '204621.291000', '204621.294000', '204621.297000', '204621.300000', '204621.303000', '204621.306000', '204621.309000', '204621.312000', '204621.318000', '204621.321000', '204621.324000', '204621.327000', '204621.330000', '204621.333000', '204621.336000', '204621.339000', '204621.342000', '204621.345000', '204621.348000', '204621.350000', '204621.353000', '204621.356000', '204621.359000', '204621.362000', '204621.365000', '204621.368000', '204621.371000', '204621.374000', '204621.377000', '204621.379000', '204621.382000', '204641.257000', '204641.260000', '204641.263000', '204641.266000', '204641.269000', '204641.272000', '204641.275000', '204641.277000', '204641.280000', '204641.301000', '204641.304000', '204641.307000', '204641.310000', '204641.313000', '204641.316000', '204641.319000', '204641.322000', '204641.324000', '204641.327000', '204641.330000', '204641.333000', '204641.336000', '204641.339000', '204641.342000', '204641.345000', '204641.348000', '204641.350000', '204641.353000', '204641.356000', '204641.359000', '204641.362000', '204641.365000', '204641.368000', '204641.371000', '204641.373000', '204641.376000', '204641.379000', '204641.382000', '204641.385000', '204641.388000', '204641.391000', '204641.394000', '204641.397000', '204641.399000', '204701.257000', '204701.261000', '204701.264000', '204701.267000', '204701.270000', '204701.273000', '204701.276000', '204701.279000', '204701.282000', '204701.285000', '204701.288000', '204701.290000', '204701.293000', '204701.296000', '204701.299000', '204701.302000', '204701.305000', '204701.308000', '204701.311000', '204701.313000', '204701.316000', '204701.319000', '204701.322000', '204701.325000', '204701.329000', '204701.332000', '204701.335000', '204701.338000', '204701.341000', '204701.344000', '204701.347000', '204701.350000', '204701.353000', '204701.355000', '204701.358000', '204701.361000', '204701.364000', '204701.367000', '204701.370000', '204701.373000', '204701.376000', '204701.379000', '204701.382000', '204721.257000', '204721.260000', '204721.263000', '204721.266000', '204721.269000', '204721.272000', '204721.274000', '204721.277000', '204721.280000', '204721.283000', '204721.286000', '204721.289000', '204721.292000', '204721.295000', '204721.298000', '204721.301000', '204721.304000', '204721.307000', '204721.309000', '204721.312000', '204721.316000', '204721.319000', '204721.322000', '204721.325000', '204721.327000', '204721.330000', '204721.333000', '204721.336000', '204721.339000', '204721.342000', '204721.345000', '204721.348000', '204721.351000', '204721.354000', '204721.357000', '204721.359000', '204721.362000', '204721.365000', '204721.368000', '204721.371000', '204721.374000', '204721.377000', '204721.380000', '204721.383000', '204741.257000', '204741.260000', '204741.263000', '204741.266000', '204741.269000', '204741.272000', '204741.275000', '204741.277000', '204741.280000', '204741.283000', '204741.286000', '204741.289000', '204741.292000', '204741.295000', '204741.298000', '204741.301000', '204741.303000', '204741.306000', '204741.309000', '204741.312000', '204741.315000', '204741.318000', '204741.321000', '204741.324000', '204741.327000', '204741.330000', '204741.332000', '204741.335000', '204741.338000', '204741.341000', '204741.344000', '204741.347000', '204741.351000', '204741.354000', '204741.357000', '204741.360000', '204741.363000', '204741.366000', '204741.369000', '204741.371000', '204741.374000', '204741.377000', '204741.380000', '204754.308000', '204754.312000', '204754.315000', '204754.318000', '204754.321000', '204754.324000', '204754.327000', '204754.330000', '204754.333000', '204754.341000', '204754.344000', '204754.347000', '204754.350000', '204754.353000', '204754.356000', '204754.359000', '204754.362000', '204754.365000', '204754.368000', '204754.372000', '204754.384000', '204754.387000', '204754.391000', '204754.394000', '204754.397000', '204754.400000', '204754.403000', '204754.406000', '204754.409000'], 'InstanceCreationTime': ['203921.293000', '203921.297000', '203921.300000', '203921.303000', '203921.306000', '203921.309000', '203921.312000', '203921.315000', '203921.318000', '203921.321000', '203921.324000', '203921.327000', '203921.330000', '203921.334000', '203921.336000', '203921.339000', '203921.342000', '203921.347000', '203921.350000', '203921.353000', '203921.356000', '203921.359000', '203921.362000', '203921.391000', '203921.394000', '203921.397000', '203921.400000', '203921.403000', '203921.406000', '203921.409000', '203921.412000', '203921.415000', '203921.418000', '203921.421000', '203921.424000', '203921.427000', '203921.430000', '203921.433000', '203921.436000', '203921.439000', '203921.441000', '203921.444000', '203941.256000', '203941.259000', '203941.262000', '203941.265000', '203941.268000', '203941.270000', '203941.273000', '203941.276000', '203941.279000', '203941.282000', '203941.285000', '203941.287000', '203941.290000', '203941.293000', '203941.296000', '203941.299000', '203941.302000', '203941.304000', '203941.307000', '203941.310000', '203941.313000', '203941.316000', '203941.318000', '203941.321000', '203941.324000', '203941.327000', '203941.330000', '203941.333000', '203941.336000', '203941.338000', '203941.341000', '203941.344000', '203941.347000', '203941.350000', '203941.353000', '203941.356000', '203941.358000', '203941.361000', '203941.364000', '203941.367000', '203941.370000', '203941.373000', '203941.375000', '203941.378000', '204001.257000', '204001.261000', '204001.264000', '204001.267000', '204001.270000', '204001.273000', '204001.276000', '204001.279000', '204001.282000', '204001.286000', '204001.289000', '204001.292000', '204001.295000', '204001.298000', '204001.301000', '204001.304000', '204001.307000', '204001.310000', '204001.313000', '204001.316000', '204001.319000', '204001.322000', '204001.325000', '204001.328000', '204001.331000', '204001.334000', '204001.337000', '204001.339000', '204001.342000', '204001.345000', '204001.350000', '204001.355000', '204001.358000', '204001.361000', '204001.364000', '204001.367000', '204001.370000', '204001.373000', '204001.376000', '204001.379000', '204001.382000', '204001.385000', '204001.388000', '204021.257000', '204021.260000', '204021.263000', '204021.266000', '204021.269000', '204021.272000', '204021.275000', '204021.278000', '204021.281000', '204021.284000', '204021.287000', '204021.290000', '204021.293000', '204021.296000', '204021.299000', '204021.302000', '204021.305000', '204021.308000', '204021.311000', '204021.314000', '204021.317000', '204021.320000', '204021.323000', '204021.326000', '204021.329000', '204021.332000', '204021.335000', '204021.338000', '204021.341000', '204021.344000', '204021.347000', '204021.350000', '204021.352000', '204021.355000', '204021.358000', '204021.361000', '204021.373000', '204021.376000', '204021.379000', '204021.382000', '204021.385000', '204021.388000', '204021.391000', '204021.394000', '204041.257000', '204041.260000', '204041.263000', '204041.266000', '204041.269000', '204041.272000', '204041.274000', '204041.277000', '204041.280000', '204041.283000', '204041.286000', '204041.289000', '204041.292000', '204041.294000', '204041.297000', '204041.300000', '204041.303000', '204041.306000', '204041.309000', '204041.313000', '204041.316000', '204041.319000', '204041.322000', '204041.325000', '204041.338000', '204041.341000', '204041.344000', '204041.347000', '204041.350000', '204041.353000', '204041.355000', '204041.358000', '204041.361000', '204041.364000', '204041.367000', '204041.370000', '204041.373000', '204041.376000', '204041.379000', '204041.384000', '204041.387000', '204041.390000', '204041.392000', '204101.256000', '204101.259000', '204101.262000', '204101.265000', '204101.268000', '204101.271000', '204101.273000', '204101.276000', '204101.279000', '204101.282000', '204101.285000', '204101.288000', '204101.291000', '204101.294000', '204101.297000', '204101.299000', '204101.302000', '204101.305000', '204101.308000', '204101.311000', '204101.314000', '204101.317000', '204101.319000', '204101.322000', '204101.325000', '204101.328000', '204101.331000', '204101.334000', '204101.337000', '204101.339000', '204101.342000', '204101.345000', '204101.348000', '204101.351000', '204101.354000', '204101.357000', '204101.360000', '204101.362000', '204101.365000', '204101.368000', '204101.371000', '204101.374000', '204101.377000', '204101.380000', '204121.256000', '204121.259000', '204121.262000', '204121.265000', '204121.268000', '204121.271000', '204121.273000', '204121.276000', '204121.279000', '204121.282000', '204121.285000', '204121.288000', '204121.291000', '204121.294000', '204121.296000', '204121.299000', '204121.302000', '204121.305000', '204121.308000', '204121.311000', '204121.314000', '204121.316000', '204121.319000', '204121.322000', '204121.325000', '204121.328000', '204121.331000', '204121.334000', '204121.337000', '204121.340000', '204121.342000', '204121.345000', '204121.348000', '204121.351000', '204121.354000', '204121.357000', '204121.360000', '204121.362000', '204121.365000', '204121.368000', '204121.371000', '204121.374000', '204121.377000', '204141.256000', '204141.259000', '204141.262000', '204141.265000', '204141.268000', '204141.270000', '204141.273000', '204141.276000', '204141.279000', '204141.282000', '204141.285000', '204141.288000', '204141.291000', '204141.294000', '204141.296000', '204141.299000', '204141.302000', '204141.305000', '204141.308000', '204141.311000', '204141.314000', '204141.317000', '204141.320000', '204141.322000', '204141.325000', '204141.328000', '204141.331000', '204141.334000', '204141.339000', '204141.342000', '204141.345000', '204141.348000', '204141.351000', '204141.354000', '204141.357000', '204141.359000', '204141.362000', '204141.365000', '204141.368000', '204141.371000', '204141.374000', '204141.377000', '204141.380000', '204141.382000', '204201.256000', '204201.259000', '204201.262000', '204201.265000', '204201.268000', '204201.271000', '204201.274000', '204201.276000', '204201.279000', '204201.282000', '204201.285000', '204201.288000', '204201.291000', '204201.294000', '204201.297000', '204201.300000', '204201.302000', '204201.305000', '204201.308000', '204201.311000', '204201.314000', '204201.317000', '204201.320000', '204201.323000', '204201.326000', '204201.329000', '204201.332000', '204201.334000', '204201.337000', '204201.340000', '204201.343000', '204201.347000', '204201.350000', '204201.353000', '204201.356000', '204201.359000', '204201.362000', '204201.365000', '204201.368000', '204201.371000', '204201.374000', '204201.377000', '204201.379000', '204221.257000', '204221.260000', '204221.263000', '204221.266000', '204221.269000', '204221.272000', '204221.275000', '204221.278000', '204221.280000', '204221.283000', '204221.286000', '204221.289000', '204221.292000', '204221.295000', '204221.298000', '204221.301000', '204221.303000', '204221.306000', '204221.309000', '204221.312000', '204221.323000', '204221.326000', '204221.329000', '204221.332000', '204221.335000', '204221.338000', '204221.341000', '204221.343000', '204221.346000', '204221.349000', '204221.352000', '204221.355000', '204221.358000', '204221.361000', '204221.363000', '204221.366000', '204221.369000', '204221.372000', '204221.375000', '204221.378000', '204221.381000', '204221.384000', '204221.386000', '204221.389000', '204241.257000', '204241.260000', '204241.263000', '204241.266000', '204241.269000', '204241.272000', '204241.275000', '204241.278000', '204241.280000', '204241.283000', '204241.286000', '204241.289000', '204241.292000', '204241.295000', '204241.298000', '204241.300000', '204241.303000', '204241.306000', '204241.309000', '204241.312000', '204241.315000', '204241.318000', '204241.321000', '204241.323000', '204241.326000', '204241.329000', '204241.332000', '204241.335000', '204241.338000', '204241.341000', '204241.344000', '204241.347000', '204241.349000', '204241.352000', '204241.355000', '204241.358000', '204241.361000', '204241.364000', '204241.367000', '204241.370000', '204241.373000', '204241.375000', '204241.378000', '204301.257000', '204301.260000', '204301.263000', '204301.266000', '204301.269000', '204301.272000', '204301.275000', '204301.278000', '204301.280000', '204301.283000', '204301.286000', '204301.289000', '204301.292000', '204301.295000', '204301.298000', '204301.301000', '204301.304000', '204301.307000', '204301.310000', '204301.313000', '204301.316000', '204301.319000', '204301.321000', '204301.324000', '204301.327000', '204301.330000', '204301.333000', '204301.336000', '204301.339000', '204301.342000', '204301.344000', '204301.347000', '204301.350000', '204301.353000', '204301.356000', '204301.359000', '204301.362000', '204301.365000', '204301.368000', '204301.370000', '204301.373000', '204301.376000', '204301.379000', '204301.382000', '204321.256000', '204321.259000', '204321.262000', '204321.265000', '204321.268000', '204321.271000', '204321.273000', '204321.276000', '204321.279000', '204321.282000', '204321.285000', '204321.288000', '204321.291000', '204321.294000', '204321.297000', '204321.299000', '204321.302000', '204321.305000', '204321.308000', '204321.311000', '204321.314000', '204321.317000', '204321.320000', '204321.323000', '204321.326000', '204321.329000', '204321.331000', '204321.334000', '204321.337000', '204321.340000', '204321.343000', '204321.346000', '204321.349000', '204321.352000', '204321.355000', '204321.358000', '204321.361000', '204321.363000', '204321.366000', '204321.369000', '204321.372000', '204321.375000', '204321.378000', '204341.256000', '204341.259000', '204341.262000', '204341.265000', '204341.268000', '204341.271000', '204341.273000', '204341.276000', '204341.279000', '204341.282000', '204341.285000', '204341.288000', '204341.291000', '204341.294000', '204341.297000', '204341.299000', '204341.302000', '204341.305000', '204341.308000', '204341.311000', '204341.314000', '204341.317000', '204341.320000', '204341.323000', '204341.325000', '204341.328000', '204341.331000', '204341.334000', '204341.337000', '204341.340000', '204341.343000', '204341.346000', '204341.349000', '204341.352000', '204341.355000', '204341.357000', '204341.360000', '204341.363000', '204341.366000', '204341.369000', '204341.372000', '204341.375000', '204341.378000', '204341.381000', '204401.256000', '204401.259000', '204401.262000', '204401.265000', '204401.268000', '204401.271000', '204401.274000', '204401.277000', '204401.280000', '204401.282000', '204401.285000', '204401.288000', '204401.291000', '204401.294000', '204401.297000', '204401.300000', '204401.303000', '204401.306000', '204401.309000', '204401.312000', '204401.314000', '204401.317000', '204401.320000', '204401.323000', '204401.326000', '204401.329000', '204401.332000', '204401.335000', '204401.338000', '204401.341000', '204401.344000', '204401.347000', '204401.349000', '204401.352000', '204401.355000', '204401.358000', '204401.361000', '204401.364000', '204401.367000', '204401.370000', '204401.373000', '204401.375000', '204401.378000', '204421.257000', '204421.260000', '204421.263000', '204421.266000', '204421.269000', '204421.272000', '204421.275000', '204421.278000', '204421.281000', '204421.284000', '204421.287000', '204421.289000', '204421.292000', '204421.295000', '204421.298000', '204421.302000', '204421.305000', '204421.318000', '204421.321000', '204421.324000', '204421.327000', '204421.330000', '204421.333000', '204421.336000', '204421.339000', '204421.344000', '204421.347000', '204421.350000', '204421.353000', '204421.356000', '204421.359000', '204421.361000', '204421.364000', '204421.367000', '204421.370000', '204421.373000', '204421.376000', '204421.379000', '204421.382000', '204421.385000', '204421.388000', '204421.391000', '204421.393000', '204441.257000', '204441.260000', '204441.263000', '204441.266000', '204441.269000', '204441.272000', '204441.275000', '204441.278000', '204441.281000', '204441.283000', '204441.286000', '204441.289000', '204441.292000', '204441.295000', '204441.298000', '204441.301000', '204441.304000', '204441.307000', '204441.309000', '204441.312000', '204441.315000', '204441.318000', '204441.321000', '204441.324000', '204441.327000', '204441.329000', '204441.332000', '204441.335000', '204441.338000', '204441.341000', '204441.344000', '204441.347000', '204441.350000', '204441.353000', '204441.356000', '204441.358000', '204441.361000', '204441.364000', '204441.367000', '204441.370000', '204441.373000', '204441.376000', '204441.379000', '204441.382000', '204501.257000', '204501.260000', '204501.263000', '204501.266000', '204501.269000', '204501.272000', '204501.275000', '204501.278000', '204501.281000', '204501.284000', '204501.287000', '204501.289000', '204501.292000', '204501.295000', '204501.298000', '204501.302000', '204501.307000', '204501.310000', '204501.313000', '204501.316000', '204501.319000', '204501.322000', '204501.325000', '204501.328000', '204501.330000', '204501.333000', '204501.336000', '204501.339000', '204501.342000', '204501.345000', '204501.348000', '204501.351000', '204501.354000', '204501.357000', '204501.360000', '204501.362000', '204501.365000', '204501.368000', '204501.371000', '204501.374000', '204501.377000', '204501.380000', '204501.383000', '204521.257000', '204521.260000', '204521.263000', '204521.266000', '204521.269000', '204521.272000', '204521.275000', '204521.278000', '204521.281000', '204521.284000', '204521.286000', '204521.289000', '204521.292000', '204521.295000', '204521.298000', '204521.301000', '204521.304000', '204521.307000', '204521.310000', '204521.313000', '204521.315000', '204521.318000', '204521.321000', '204521.324000', '204521.327000', '204521.330000', '204521.333000', '204521.336000', '204521.339000', '204521.342000', '204521.345000', '204521.347000', '204521.350000', '204521.353000', '204521.356000', '204521.359000', '204521.362000', '204521.365000', '204521.367000', '204521.370000', '204521.373000', '204521.376000', '204521.379000', '204521.382000', '204541.256000', '204541.259000', '204541.262000', '204541.265000', '204541.268000', '204541.271000', '204541.274000', '204541.277000', '204541.280000', '204541.282000', '204541.286000', '204541.289000', '204541.292000', '204541.294000', '204541.297000', '204541.300000', '204541.303000', '204541.306000', '204541.309000', '204541.312000', '204541.315000', '204541.318000', '204541.320000', '204541.323000', '204541.326000', '204541.329000', '204541.332000', '204541.335000', '204541.338000', '204541.341000', '204541.344000', '204541.347000', '204541.349000', '204541.352000', '204541.355000', '204541.358000', '204541.361000', '204541.364000', '204541.367000', '204541.370000', '204541.373000', '204541.376000', '204541.379000', '204601.256000', '204601.259000', '204601.262000', '204601.265000', '204601.268000', '204601.271000', '204601.274000', '204601.285000', '204601.288000', '204601.291000', '204601.294000', '204601.297000', '204601.300000', '204601.303000', '204601.306000', '204601.309000', '204601.311000', '204601.314000', '204601.317000', '204601.320000', '204601.323000', '204601.326000', '204601.329000', '204601.332000', '204601.335000', '204601.338000', '204601.341000', '204601.343000', '204601.346000', '204601.349000', '204601.352000', '204601.355000', '204601.358000', '204601.361000', '204601.364000', '204601.367000', '204601.369000', '204601.372000', '204601.375000', '204601.378000', '204601.381000', '204601.384000', '204601.387000', '204601.390000', '204621.256000', '204621.259000', '204621.262000', '204621.265000', '204621.268000', '204621.271000', '204621.274000', '204621.276000', '204621.279000', '204621.282000', '204621.285000', '204621.288000', '204621.291000', '204621.294000', '204621.297000', '204621.300000', '204621.303000', '204621.306000', '204621.309000', '204621.312000', '204621.318000', '204621.321000', '204621.324000', '204621.327000', '204621.330000', '204621.333000', '204621.336000', '204621.339000', '204621.342000', '204621.345000', '204621.348000', '204621.350000', '204621.353000', '204621.356000', '204621.359000', '204621.362000', '204621.365000', '204621.368000', '204621.371000', '204621.374000', '204621.377000', '204621.379000', '204621.382000', '204641.257000', '204641.260000', '204641.263000', '204641.266000', '204641.269000', '204641.272000', '204641.275000', '204641.277000', '204641.280000', '204641.301000', '204641.304000', '204641.307000', '204641.310000', '204641.313000', '204641.316000', '204641.319000', '204641.322000', '204641.324000', '204641.327000', '204641.330000', '204641.333000', '204641.336000', '204641.339000', '204641.342000', '204641.345000', '204641.348000', '204641.350000', '204641.353000', '204641.356000', '204641.359000', '204641.362000', '204641.365000', '204641.368000', '204641.371000', '204641.373000', '204641.376000', '204641.379000', '204641.382000', '204641.385000', '204641.388000', '204641.391000', '204641.394000', '204641.397000', '204641.399000', '204701.257000', '204701.261000', '204701.264000', '204701.267000', '204701.270000', '204701.273000', '204701.276000', '204701.279000', '204701.282000', '204701.285000', '204701.288000', '204701.290000', '204701.293000', '204701.296000', '204701.299000', '204701.302000', '204701.305000', '204701.308000', '204701.311000', '204701.313000', '204701.316000', '204701.319000', '204701.322000', '204701.325000', '204701.329000', '204701.332000', '204701.335000', '204701.338000', '204701.341000', '204701.344000', '204701.347000', '204701.350000', '204701.353000', '204701.355000', '204701.358000', '204701.361000', '204701.364000', '204701.367000', '204701.370000', '204701.373000', '204701.376000', '204701.379000', '204701.382000', '204721.257000', '204721.260000', '204721.263000', '204721.266000', '204721.269000', '204721.272000', '204721.274000', '204721.277000', '204721.280000', '204721.283000', '204721.286000', '204721.289000', '204721.292000', '204721.295000', '204721.298000', '204721.301000', '204721.304000', '204721.307000', '204721.309000', '204721.312000', '204721.316000', '204721.319000', '204721.322000', '204721.325000', '204721.327000', '204721.330000', '204721.333000', '204721.336000', '204721.339000', '204721.342000', '204721.345000', '204721.348000', '204721.351000', '204721.354000', '204721.357000', '204721.359000', '204721.362000', '204721.365000', '204721.368000', '204721.371000', '204721.374000', '204721.377000', '204721.380000', '204721.383000', '204741.257000', '204741.260000', '204741.263000', '204741.266000', '204741.269000', '204741.272000', '204741.275000', '204741.277000', '204741.280000', '204741.283000', '204741.286000', '204741.289000', '204741.292000', '204741.295000', '204741.298000', '204741.301000', '204741.303000', '204741.306000', '204741.309000', '204741.312000', '204741.315000', '204741.318000', '204741.321000', '204741.324000', '204741.327000', '204741.330000', '204741.332000', '204741.335000', '204741.338000', '204741.341000', '204741.344000', '204741.347000', '204741.351000', '204741.354000', '204741.357000', '204741.360000', '204741.363000', '204741.366000', '204741.369000', '204741.371000', '204741.374000', '204741.377000', '204741.380000', '204754.308000', '204754.312000', '204754.315000', '204754.318000', '204754.321000', '204754.324000', '204754.327000', '204754.330000', '204754.333000', '204754.341000', '204754.344000', '204754.347000', '204754.350000', '204754.353000', '204754.356000', '204754.359000', '204754.362000', '204754.365000', '204754.368000', '204754.372000', '204754.384000', '204754.387000', '204754.391000', '204754.394000', '204754.397000', '204754.400000', '204754.403000', '204754.406000', '204754.409000'], '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': [11085, 11712, 10960, 10845, 10925, 11635, 10919, 11521, 10897, 11268, 11002, 11850, 11079, 11221, 11037, 11027, 11499, 11237, 10776, 11492, 11346, 10660, 11432, 10527, 11706, 10712, 13087, 10999, 12937, 11001, 12364, 11223, 10534, 11540, 10735, 11483, 10880, 11339, 10459, 11534, 10846, 11827, 10899, 13201, 10924, 12408, 11164, 11721, 11341, 10816, 11811, 11530, 11747, 10446, 11369, 10637, 11576, 11046, 13799, 11506, 12784, 11277, 11097, 11162, 10651, 11727, 11056, 12400, 10866, 13295, 11101, 11937, 11692, 10486, 11797, 10923, 11910, 10779, 11369, 11291, 12052, 11572, 10679, 11980, 11219, 13162, 11379, 11555, 11428, 10609, 12383, 11416, 12141, 12041, 11064, 11838, 10552, 11821, 11278, 11966, 11662, 11259, 11573, 10949, 11807, 10861, 11556, 11124, 12683, 11766, 11034, 11969, 10755, 12010, 11039, 12701, 11485, 12238, 12125, 11900, 11704, 10775, 11810, 10913, 12968, 11442, 12821, 11940, 11031, 11921, 10923, 11786, 10823, 11795, 11076, 13057, 11708, 13137, 11689, 12002, 11367, 10754, 12175, 10967, 11839, 11235, 12370, 11540, 12917, 11454, 12277, 11355, 11273, 11453, 10720, 11987, 11271, 13481, 11324, 12321, 11601, 10585, 11875, 10843, 11781, 11483, 12761, 11365, 11952, 11986, 10558, 11885, 11009, 13052, 11489, 12579, 11395, 10353, 11628, 10771, 11961, 11339, 11817, 11734, 12609, 12357, 10681, 11186, 11476, 11965, 11795, 10862, 12713, 11478, 12618, 11624, 10491, 11560, 10813, 12224, 11315, 11218, 11788, 10778, 11710, 10903, 12024, 11286, 12071, 11812, 10476, 11816, 10937, 11858, 11063, 12443, 11336, 11704, 11790, 10888, 11824, 11225, 13145, 11168, 12673, 11365, 10844, 12045, 10754, 11834, 11332, 13230, 11124, 12412, 11276, 10514, 11850, 10854, 13088, 11477, 12508, 11496, 10334, 11671, 10689, 12381, 11276, 12633, 11800, 11778, 11254, 10464, 11610, 10786, 12412, 11523, 11918, 11645, 10660, 11865, 10968, 12005, 11060, 11485, 11354, 12437, 11766, 11430, 12028, 11070, 11909, 10982, 11472, 11009, 12561, 11499, 12341, 11640, 12263, 11996, 11905, 12071, 10622, 11677, 10801, 12594, 11031, 13615, 11063, 14353, 11186, 12659, 10110, 12147, 13403, 11128, 10422, 11894, 10797, 11984, 11628, 10911, 10779, 10460, 12817, 10846, 14247, 11705, 14429, 11744, 14502, 10627, 11358, 10480, 10267, 10295, 10693, 10758, 10636, 10621, 10572, 10967, 10372, 11146, 10569, 11124, 10454, 11029, 10613, 11752, 10991, 12063, 10491, 11921, 10743, 12275, 10869, 11539, 11332, 11624, 11819, 11867, 11581, 10336, 11777, 10784, 11546, 10663, 11541, 10883, 11770, 10674, 11130, 10548, 11267, 10795, 12729, 10861, 12611, 10775, 12693, 10799, 12125, 11064, 11968, 11196, 12275, 11214, 10854, 11533, 10853, 11531, 10567, 11916, 10921, 12037, 11231, 12712, 11074, 13296, 11155, 12016, 11695, 10808, 12775, 11016, 11957, 11588, 10636, 11235, 10403, 11381, 10529, 11519, 10817, 12473, 11011, 12254, 11393, 11567, 10937, 10428, 11518, 10576, 11859, 11003, 12724, 11248, 12149, 11783, 11279, 10939, 10490, 11541, 10401, 11595, 10826, 11873, 11024, 12358, 10801, 11033, 10844, 12779, 11039, 12497, 11202, 11989, 11288, 12489, 11304, 11871, 11153, 12283, 11654, 10735, 11717, 10634, 11533, 10937, 13041, 10892, 11424, 11022, 12945, 11205, 11585, 11665, 10604, 11641, 10717, 11764, 10716, 11317, 10568, 11578, 10751, 11445, 10967, 12715, 11031, 12949, 10925, 12339, 10713, 12852, 10896, 11825, 10043, 11950, 10660, 10485, 11218, 12000, 10430, 10778, 11568, 12237, 11193, 11844, 10621, 12348, 10919, 12294, 10778, 12104, 10707, 12636, 10389, 10583, 10350, 10555, 10465, 10493, 10438, 12638, 10515, 12719, 10246, 11378, 10290, 10723, 10632, 10300, 10629, 10916, 10540, 10067, 10872, 10150, 11310, 10289, 10915, 10625, 12156, 11003, 12461, 11153, 10763, 10821, 10412, 11591, 10541, 12516, 11279, 13088, 10901, 12896, 10856, 11352, 11634, 10756, 11518, 10733, 11511, 10637, 12379, 10848, 13073, 11440, 10508, 11543, 10545, 11440, 10680, 11410, 10658, 12871, 11014, 12470, 11200, 11061, 11587, 10345, 11436, 10603, 12742, 11089, 12607, 11244, 11383, 11493, 10549, 11612, 10481, 12662, 10922, 11855, 11411, 10488, 11646, 10657, 11868, 10481, 11044, 10778, 12037, 11288, 12089, 11488, 11501, 11596, 10410, 11532, 10518, 12887, 11067, 12892, 11782, 12305, 11089, 10099, 11607, 10817, 13019, 11369, 12439, 11217, 11366, 11700, 10551, 11896, 10724, 11898, 10640, 11247, 10715, 11604, 11010, 12862, 11456, 12911, 11225, 10667, 11166, 10193, 11567, 11012, 12877, 10868, 12622, 10738, 12698, 11012, 12195, 11824, 11602, 11538, 10251, 11308, 10238, 11545, 10645, 11800, 10470, 11465, 10644, 12794, 11149, 12422, 11136, 11802, 10838, 11341, 11466, 11087, 11013, 11138, 11287, 10077, 11169, 10415, 12453, 10950, 12783, 10788, 13038, 11163, 12190, 11530, 10638, 11034, 11378, 11144, 10557, 11662, 11057, 11671, 11508, 11280, 10843, 11258, 11277, 11698, 12585, 10913, 11622, 11031, 11918, 11210, 10764, 11528, 10683, 11541, 10452, 11244, 10664, 12532, 11060, 12489, 11322, 12610, 11176, 11698, 10993, 11328, 10975, 11921, 10626, 12269, 11182, 13202, 11095, 12030, 10817, 11156, 10908, 10722, 11255, 10743, 11918, 11011, 12979, 11139, 12489, 11432, 10998, 11056, 12292, 11414, 11045, 11723, 10638, 12162, 10910, 12624, 11025, 12297, 11414, 10822, 11209, 10456, 11912, 10764, 12285, 10926, 12430, 10812, 10913, 11318, 10297, 11383, 10707, 11161, 10892, 13124, 10823, 12522, 10808, 11223, 11145, 10584, 11380, 10579, 11288, 10919, 12127, 10916, 11914, 10804, 11272, 10711, 11429, 10774, 11989, 10734, 10805, 9929, 10430, 10195, 10549, 12271, 10610, 14654, 10814, 12572, 10853, 10190, 11041, 10641, 10751, 10568, 10641, 10768, 11166, 10281, 11334, 10576, 10870, 11933, 10674, 12971, 10889, 13769, 10760, 11252, 10615, 11568, 10703, 13155, 11227, 13672, 11114, 13023, 10946, 12043, 11110, 11667, 11754, 11263, 10735, 11262, 10405, 10302, 10974, 10845, 11284, 10470, 11282, 10678, 11270, 10296, 11095, 10403, 11853, 10832, 13436, 10792, 12693, 10473, 12386, 10443, 11423, 11430, 11540, 11053, 10628, 10753, 10206, 11152, 10565, 12344, 11011, 13279, 10714, 12288, 11334, 10377, 11337, 10836, 12197, 10943, 14532, 11142, 13061, 10708, 11638, 10649, 10513, 10873, 10763, 13565, 10656, 12832, 10409, 10812, 10959, 10441, 11537, 11486, 11632, 11719, 10870, 10328, 10876, 10703, 13513, 10808, 13315, 11112, 12788, 11864, 11207, 10995, 10478, 11453, 10712, 11219, 10660, 12200, 10822, 13780, 10768, 12734, 10311, 11704, 10716, 10788, 11138, 10799, 11031, 10601, 10876, 10461, 11830, 10458, 13318, 10924, 12835, 11050, 12874, 13832, 10319, 10951, 10450, 10668, 10561, 11339, 10790, 11100, 10421, 10747, 10477, 11978, 10598, 13758, 10651, 13418, 10366, 12661, 9979, 10349, 10008, 10717, 10178, 10498, 11604, 10459, 14349, 11389, 10527, 10515, 10710, 10666, 11112, 10691, 11305, 10539, 10598, 10382, 10810, 12145, 10630, 12620, 10843, 13718, 10532, 12383, 10318, 12430, 10424, 12540, 10796, 12739, 10717, 12324, 10878, 10311, 10580, 10217, 11364, 10520, 11242, 10404, 11090, 10220, 11207, 10404, 11320, 10854, 11472, 10526, 10997, 10419, 13245, 10783, 13154, 11020, 12640, 11438, 10519, 11096, 10313, 11124, 10626, 13456, 10918, 13563, 10714, 12448, 10906, 10442, 11217, 10857, 10927, 10657, 11468, 10847, 11152, 10383, 11247, 10584, 11664, 10974, 12319, 11053, 14331, 10873, 13673, 10702, 13201, 11040, 11655, 11253, 11099, 11373, 10759, 11335, 10750, 13150, 10868, 12941, 11331, 12897, 11164, 10653, 10805, 10500, 11170, 10755, 13522, 10864, 12526, 10656, 10629, 11112, 10574, 12238, 10631, 12406, 11072, 11574, 11177, 11183, 10593, 10459, 11253, 10399, 11254, 10801, 13023, 11109, 13056, 11057, 12224, 11359, 10578, 11213, 10268, 11705, 10528, 13831, 10832, 13150, 10726, 11317, 10841, 11459, 11826, 10440, 11492, 10887, 11685, 10727, 11897, 10888, 13627, 11179, 12812, 11296, 10695, 11857, 10980, 14639, 11336, 13342, 10790, 11776, 11356, 10891, 11436, 10956, 11692, 10908, 12590, 10591, 12970, 11112, 10572, 10906, 10801, 13551, 11115, 13154, 10694, 10974, 10905, 10396, 10883, 10714, 13742, 10918, 13439, 10738, 11667, 10797, 10781, 10756, 10587, 11232, 10919, 13684, 10600, 13076, 10665, 12164, 10938, 11229, 11027, 10638, 11199, 10358, 11209, 10577, 10811, 10551, 10887, 10153, 10615, 12587, 10950, 11576, 11126, 10267, 11451, 10819, 12097, 11041], 'WindowCenter': [4257.0, 4243.0, 4229.0, 4217.0, 4226.0, 4227.0, 4227.0, 4226.0, 4228.0, 4227.0, 4229.0, 4239.0, 4229.0, 4229.0, 4229.0, 4228.0, 4228.0, 4228.0, 4230.0, 4229.0, 4229.0, 4229.0, 4229.0, 4228.0, 4228.0, 4227.0, 4239.0, 4228.0, 4240.0, 4228.0, 4239.0, 4227.0, 4228.0, 4228.0, 4228.0, 4238.0, 4228.0, 4229.0, 4229.0, 4227.0, 4227.0, 4239.0, 4230.0, 4250.0, 4228.0, 4239.0, 4228.0, 4239.0, 4229.0, 4230.0, 4241.0, 4241.0, 4240.0, 4231.0, 4240.0, 4230.0, 4240.0, 4241.0, 4252.0, 4240.0, 4251.0, 4229.0, 4230.0, 4229.0, 4229.0, 4239.0, 4240.0, 4240.0, 4229.0, 4250.0, 4229.0, 4239.0, 4238.0, 4229.0, 4239.0, 4229.0, 4240.0, 4240.0, 4240.0, 4241.0, 4241.0, 4241.0, 4231.0, 4240.0, 4241.0, 4253.0, 4241.0, 4242.0, 4240.0, 4231.0, 4240.0, 4239.0, 4241.0, 4241.0, 4241.0, 4240.0, 4230.0, 4240.0, 4229.0, 4240.0, 4240.0, 4241.0, 4241.0, 4242.0, 4241.0, 4241.0, 4241.0, 4240.0, 4252.0, 4240.0, 4242.0, 4241.0, 4241.0, 4252.0, 4241.0, 4252.0, 4242.0, 4251.0, 4252.0, 4253.0, 4241.0, 4243.0, 4242.0, 4242.0, 4253.0, 4243.0, 4252.0, 4240.0, 4242.0, 4253.0, 4243.0, 4241.0, 4242.0, 4252.0, 4242.0, 4253.0, 4251.0, 4253.0, 4242.0, 4254.0, 4254.0, 4242.0, 4252.0, 4243.0, 4242.0, 4242.0, 4251.0, 4243.0, 4252.0, 4243.0, 4253.0, 4242.0, 4243.0, 4240.0, 4241.0, 4241.0, 4242.0, 4252.0, 4242.0, 4251.0, 4241.0, 4231.0, 4240.0, 4241.0, 4242.0, 4240.0, 4250.0, 4240.0, 4241.0, 4240.0, 4230.0, 4240.0, 4230.0, 4250.0, 4239.0, 4241.0, 4240.0, 4230.0, 4240.0, 4241.0, 4251.0, 4241.0, 4254.0, 4252.0, 4255.0, 4254.0, 4245.0, 4243.0, 4242.0, 4242.0, 4240.0, 4231.0, 4251.0, 4241.0, 4252.0, 4239.0, 4230.0, 4240.0, 4229.0, 4239.0, 4229.0, 4229.0, 4240.0, 4230.0, 4239.0, 4228.0, 4240.0, 4229.0, 4240.0, 4239.0, 4230.0, 4241.0, 4229.0, 4241.0, 4240.0, 4252.0, 4241.0, 4242.0, 4239.0, 4230.0, 4242.0, 4242.0, 4253.0, 4242.0, 4252.0, 4241.0, 4231.0, 4241.0, 4242.0, 4241.0, 4242.0, 4252.0, 4241.0, 4252.0, 4241.0, 4232.0, 4241.0, 4241.0, 4253.0, 4242.0, 4241.0, 4241.0, 4231.0, 4240.0, 4230.0, 4240.0, 4230.0, 4252.0, 4242.0, 4243.0, 4241.0, 4231.0, 4241.0, 4231.0, 4241.0, 4240.0, 4242.0, 4241.0, 4232.0, 4253.0, 4243.0, 4253.0, 4243.0, 4241.0, 4242.0, 4251.0, 4241.0, 4242.0, 4253.0, 4243.0, 4242.0, 4242.0, 4240.0, 4241.0, 4251.0, 4241.0, 4252.0, 4243.0, 4254.0, 4243.0, 4253.0, 4253.0, 4243.0, 4241.0, 4232.0, 4241.0, 4241.0, 4264.0, 4255.0, 4275.0, 4256.0, 4277.0, 4245.0, 4254.0, 4239.0, 4214.0, 4205.0, 4226.0, 4229.0, 4242.0, 4243.0, 4245.0, 4245.0, 4246.0, 4255.0, 4232.0, 4241.0, 4219.0, 4238.0, 4217.0, 4226.0, 4205.0, 4203.0, 4203.0, 4192.0, 4191.0, 4191.0, 4191.0, 4190.0, 4202.0, 4202.0, 4204.0, 4204.0, 4214.0, 4204.0, 4214.0, 4204.0, 4213.0, 4215.0, 4228.0, 4217.0, 4227.0, 4217.0, 4227.0, 4229.0, 4229.0, 4228.0, 4228.0, 4230.0, 4230.0, 4230.0, 4241.0, 4229.0, 4231.0, 4240.0, 4231.0, 4230.0, 4231.0, 4242.0, 4231.0, 4240.0, 4231.0, 4231.0, 4229.0, 4229.0, 4230.0, 4252.0, 4231.0, 4240.0, 4229.0, 4240.0, 4230.0, 4240.0, 4231.0, 4241.0, 4230.0, 4241.0, 4230.0, 4230.0, 4241.0, 4231.0, 4240.0, 4232.0, 4243.0, 4244.0, 4253.0, 4244.0, 4254.0, 4243.0, 4264.0, 4242.0, 4241.0, 4230.0, 4230.0, 4240.0, 4229.0, 4240.0, 4240.0, 4232.0, 4230.0, 4230.0, 4228.0, 4228.0, 4228.0, 4229.0, 4239.0, 4229.0, 4239.0, 4240.0, 4231.0, 4230.0, 4230.0, 4229.0, 4218.0, 4228.0, 4229.0, 4239.0, 4227.0, 4229.0, 4240.0, 4230.0, 4229.0, 4219.0, 4229.0, 4218.0, 4228.0, 4229.0, 4238.0, 4229.0, 4240.0, 4230.0, 4231.0, 4230.0, 4252.0, 4230.0, 4241.0, 4231.0, 4242.0, 4242.0, 4242.0, 4242.0, 4242.0, 4243.0, 4243.0, 4241.0, 4231.0, 4241.0, 4232.0, 4242.0, 4232.0, 4253.0, 4233.0, 4242.0, 4231.0, 4241.0, 4230.0, 4230.0, 4229.0, 4230.0, 4240.0, 4231.0, 4241.0, 4232.0, 4241.0, 4231.0, 4239.0, 4230.0, 4228.0, 4229.0, 4241.0, 4230.0, 4241.0, 4232.0, 4242.0, 4231.0, 4241.0, 4229.0, 4239.0, 4218.0, 4239.0, 4231.0, 4244.0, 4255.0, 4254.0, 4242.0, 4231.0, 4239.0, 4240.0, 4230.0, 4239.0, 4231.0, 4242.0, 4231.0, 4241.0, 4231.0, 4241.0, 4220.0, 4228.0, 4219.0, 4207.0, 4205.0, 4205.0, 4205.0, 4204.0, 4205.0, 4213.0, 4192.0, 4211.0, 4191.0, 4201.0, 4190.0, 4201.0, 4191.0, 4192.0, 4203.0, 4202.0, 4203.0, 4193.0, 4203.0, 4204.0, 4214.0, 4206.0, 4216.0, 4217.0, 4240.0, 4230.0, 4241.0, 4230.0, 4229.0, 4229.0, 4231.0, 4230.0, 4231.0, 4252.0, 4243.0, 4252.0, 4233.0, 4251.0, 4229.0, 4230.0, 4241.0, 4231.0, 4243.0, 4232.0, 4241.0, 4232.0, 4242.0, 4230.0, 4252.0, 4230.0, 4231.0, 4242.0, 4233.0, 4242.0, 4232.0, 4241.0, 4231.0, 4242.0, 4231.0, 4252.0, 4230.0, 4242.0, 4243.0, 4233.0, 4242.0, 4231.0, 4253.0, 4241.0, 4251.0, 4231.0, 4242.0, 4243.0, 4233.0, 4242.0, 4232.0, 4252.0, 4231.0, 4241.0, 4240.0, 4230.0, 4242.0, 4233.0, 4242.0, 4233.0, 4242.0, 4241.0, 4252.0, 4242.0, 4254.0, 4255.0, 4254.0, 4254.0, 4245.0, 4254.0, 4244.0, 4255.0, 4243.0, 4255.0, 4255.0, 4256.0, 4244.0, 4244.0, 4242.0, 4244.0, 4265.0, 4255.0, 4254.0, 4243.0, 4243.0, 4242.0, 4232.0, 4254.0, 4245.0, 4254.0, 4243.0, 4244.0, 4244.0, 4253.0, 4243.0, 4266.0, 4254.0, 4256.0, 4243.0, 4243.0, 4243.0, 4233.0, 4254.0, 4243.0, 4253.0, 4243.0, 4253.0, 4242.0, 4251.0, 4232.0, 4253.0, 4253.0, 4243.0, 4242.0, 4232.0, 4242.0, 4231.0, 4253.0, 4243.0, 4253.0, 4233.0, 4242.0, 4242.0, 4254.0, 4244.0, 4254.0, 4243.0, 4243.0, 4232.0, 4242.0, 4241.0, 4242.0, 4244.0, 4244.0, 4243.0, 4233.0, 4242.0, 4242.0, 4255.0, 4242.0, 4254.0, 4242.0, 4252.0, 4242.0, 4242.0, 4241.0, 4230.0, 4232.0, 4242.0, 4242.0, 4232.0, 4242.0, 4230.0, 4240.0, 4242.0, 4231.0, 4232.0, 4244.0, 4244.0, 4243.0, 4254.0, 4243.0, 4242.0, 4230.0, 4242.0, 4230.0, 4231.0, 4242.0, 4232.0, 4241.0, 4231.0, 4229.0, 4230.0, 4241.0, 4241.0, 4253.0, 4242.0, 4241.0, 4230.0, 4241.0, 4231.0, 4241.0, 4241.0, 4242.0, 4243.0, 4255.0, 4243.0, 4253.0, 4243.0, 4253.0, 4231.0, 4230.0, 4229.0, 4230.0, 4229.0, 4230.0, 4241.0, 4231.0, 4252.0, 4231.0, 4241.0, 4240.0, 4231.0, 4242.0, 4242.0, 4240.0, 4242.0, 4241.0, 4232.0, 4241.0, 4231.0, 4254.0, 4243.0, 4254.0, 4231.0, 4231.0, 4229.0, 4219.0, 4229.0, 4229.0, 4240.0, 4231.0, 4241.0, 4230.0, 4229.0, 4229.0, 4219.0, 4228.0, 4219.0, 4230.0, 4230.0, 4241.0, 4229.0, 4239.0, 4231.0, 4229.0, 4229.0, 4230.0, 4228.0, 4230.0, 4231.0, 4231.0, 4242.0, 4231.0, 4242.0, 4231.0, 4240.0, 4231.0, 4229.0, 4230.0, 4229.0, 4231.0, 4231.0, 4232.0, 4244.0, 4234.0, 4244.0, 4255.0, 4233.0, 4264.0, 4232.0, 4267.0, 4289.0, 4261.0, 4231.0, 4230.0, 4217.0, 4218.0, 4217.0, 4217.0, 4228.0, 4219.0, 4228.0, 4218.0, 4229.0, 4240.0, 4231.0, 4252.0, 4232.0, 4253.0, 4232.0, 4241.0, 4232.0, 4231.0, 4231.0, 4251.0, 4242.0, 4253.0, 4233.0, 4252.0, 4244.0, 4241.0, 4230.0, 4230.0, 4241.0, 4232.0, 4230.0, 4243.0, 4231.0, 4221.0, 4229.0, 4229.0, 4228.0, 4230.0, 4230.0, 4229.0, 4230.0, 4220.0, 4229.0, 4219.0, 4228.0, 4230.0, 4250.0, 4231.0, 4240.0, 4219.0, 4240.0, 4228.0, 4229.0, 4230.0, 4229.0, 4228.0, 4230.0, 4227.0, 4218.0, 4228.0, 4228.0, 4241.0, 4229.0, 4251.0, 4230.0, 4240.0, 4229.0, 4219.0, 4229.0, 4228.0, 4240.0, 4231.0, 4251.0, 4231.0, 4240.0, 4229.0, 4228.0, 4217.0, 4217.0, 4217.0, 4218.0, 4238.0, 4218.0, 4237.0, 4229.0, 4227.0, 4228.0, 4229.0, 4242.0, 4242.0, 4242.0, 4242.0, 4232.0, 4232.0, 4230.0, 4230.0, 4251.0, 4229.0, 4251.0, 4240.0, 4242.0, 4241.0, 4241.0, 4232.0, 4230.0, 4240.0, 4231.0, 4230.0, 4230.0, 4241.0, 4231.0, 4253.0, 4231.0, 4251.0, 4219.0, 4239.0, 4217.0, 4217.0, 4228.0, 4230.0, 4229.0, 4229.0, 4228.0, 4229.0, 4238.0, 4219.0, 4250.0, 4229.0, 4240.0, 4228.0, 4242.0, 4252.0, 4219.0, 4229.0, 4229.0, 4229.0, 4230.0, 4241.0, 4232.0, 4230.0, 4231.0, 4229.0, 4229.0, 4228.0, 4219.0, 4240.0, 4218.0, 4240.0, 4218.0, 4240.0, 4219.0, 4219.0, 4220.0, 4230.0, 4218.0, 4242.0, 4256.0, 4244.0, 4263.0, 4243.0, 4231.0, 4232.0, 4230.0, 4231.0, 4216.0, 4218.0, 4244.0, 4217.0, 4232.0, 4245.0, 4243.0, 4243.0, 4230.0, 4253.0, 4244.0, 4253.0, 4230.0, 4241.0, 4231.0, 4240.0, 4229.0, 4239.0, 4230.0, 4240.0, 4231.0, 4240.0, 4229.0, 4219.0, 4218.0, 4219.0, 4242.0, 4231.0, 4230.0, 4231.0, 4230.0, 4231.0, 4231.0, 4231.0, 4242.0, 4242.0, 4241.0, 4233.0, 4232.0, 4231.0, 4251.0, 4230.0, 4251.0, 4230.0, 4241.0, 4229.0, 4230.0, 4228.0, 4220.0, 4228.0, 4218.0, 4250.0, 4230.0, 4251.0, 4229.0, 4239.0, 4228.0, 4229.0, 4228.0, 4230.0, 4229.0, 4230.0, 4243.0, 4232.0, 4230.0, 4230.0, 4240.0, 4230.0, 4230.0, 4231.0, 4254.0, 4243.0, 4262.0, 4231.0, 4251.0, 4231.0, 4252.0, 4229.0, 4241.0, 4241.0, 4230.0, 4231.0, 4230.0, 4229.0, 4230.0, 4249.0, 4230.0, 4251.0, 4231.0, 4241.0, 4230.0, 4231.0, 4229.0, 4231.0, 4230.0, 4228.0, 4238.0, 4217.0, 4239.0, 4230.0, 4219.0, 4227.0, 4217.0, 4228.0, 4216.0, 4226.0, 4226.0, 4226.0, 4228.0, 4229.0, 4229.0, 4229.0, 4229.0, 4229.0, 4228.0, 4228.0, 4250.0, 4231.0, 4252.0, 4230.0, 4241.0, 4229.0, 4230.0, 4229.0, 4220.0, 4229.0, 4231.0, 4252.0, 4230.0, 4251.0, 4230.0, 4231.0, 4230.0, 4241.0, 4239.0, 4231.0, 4242.0, 4242.0, 4244.0, 4243.0, 4243.0, 4243.0, 4253.0, 4242.0, 4252.0, 4230.0, 4231.0, 4242.0, 4232.0, 4263.0, 4232.0, 4252.0, 4231.0, 4240.0, 4229.0, 4229.0, 4240.0, 4231.0, 4241.0, 4243.0, 4252.0, 4232.0, 4251.0, 4229.0, 4230.0, 4230.0, 4230.0, 4252.0, 4240.0, 4252.0, 4231.0, 4230.0, 4229.0, 4219.0, 4228.0, 4219.0, 4250.0, 4231.0, 4251.0, 4229.0, 4239.0, 4229.0, 4230.0, 4228.0, 4229.0, 4240.0, 4231.0, 4252.0, 4231.0, 4251.0, 4231.0, 4241.0, 4231.0, 4241.0, 4232.0, 4230.0, 4240.0, 4231.0, 4240.0, 4241.0, 4242.0, 4242.0, 4243.0, 4244.0, 4255.0, 4267.0, 4245.0, 4243.0, 4242.0, 4231.0, 4229.0, 4230.0, 4240.0, 4228.0], 'WindowWidth': [9428.0, 9400.0, 9372.0, 9354.0, 9364.0, 9367.0, 9366.0, 9365.0, 9366.0, 9367.0, 9370.0, 9385.0, 9371.0, 9371.0, 9369.0, 9369.0, 9369.0, 9370.0, 9372.0, 9373.0, 9371.0, 9371.0, 9370.0, 9367.0, 9370.0, 9366.0, 9386.0, 9369.0, 9389.0, 9369.0, 9385.0, 9367.0, 9370.0, 9366.0, 9368.0, 9381.0, 9371.0, 9369.0, 9370.0, 9365.0, 9366.0, 9387.0, 9373.0, 9403.0, 9370.0, 9386.0, 9369.0, 9386.0, 9371.0, 9375.0, 9392.0, 9393.0, 9388.0, 9379.0, 9387.0, 9377.0, 9387.0, 9390.0, 9409.0, 9389.0, 9405.0, 9371.0, 9374.0, 9370.0, 9372.0, 9384.0, 9388.0, 9391.0, 9371.0, 9400.0, 9370.0, 9385.0, 9382.0, 9371.0, 9384.0, 9373.0, 9389.0, 9387.0, 9389.0, 9389.0, 9392.0, 9389.0, 9379.0, 9389.0, 9393.0, 9412.0, 9391.0, 9395.0, 9388.0, 9377.0, 9389.0, 9385.0, 9390.0, 9389.0, 9392.0, 9387.0, 9375.0, 9389.0, 9371.0, 9388.0, 9387.0, 9390.0, 9392.0, 9394.0, 9390.0, 9391.0, 9391.0, 9388.0, 9407.0, 9388.0, 9394.0, 9391.0, 9393.0, 9408.0, 9392.0, 9410.0, 9393.0, 9408.0, 9407.0, 9413.0, 9392.0, 9397.0, 9393.0, 9395.0, 9412.0, 9396.0, 9410.0, 9388.0, 9396.0, 9410.0, 9397.0, 9392.0, 9393.0, 9406.0, 9394.0, 9411.0, 9406.0, 9412.0, 9394.0, 9415.0, 9412.0, 9398.0, 9408.0, 9397.0, 9393.0, 9393.0, 9409.0, 9396.0, 9413.0, 9399.0, 9413.0, 9395.0, 9397.0, 9389.0, 9392.0, 9392.0, 9392.0, 9410.0, 9393.0, 9406.0, 9390.0, 9378.0, 9388.0, 9390.0, 9395.0, 9389.0, 9406.0, 9389.0, 9393.0, 9388.0, 9376.0, 9387.0, 9373.0, 9406.0, 9386.0, 9392.0, 9387.0, 9375.0, 9388.0, 9390.0, 9404.0, 9392.0, 9417.0, 9412.0, 9419.0, 9414.0, 9404.0, 9399.0, 9393.0, 9396.0, 9387.0, 9378.0, 9406.0, 9392.0, 9409.0, 9385.0, 9374.0, 9386.0, 9371.0, 9387.0, 9369.0, 9372.0, 9385.0, 9374.0, 9385.0, 9369.0, 9388.0, 9372.0, 9387.0, 9385.0, 9376.0, 9389.0, 9374.0, 9390.0, 9390.0, 9408.0, 9392.0, 9394.0, 9386.0, 9376.0, 9394.0, 9394.0, 9411.0, 9393.0, 9407.0, 9390.0, 9379.0, 9389.0, 9392.0, 9391.0, 9393.0, 9409.0, 9393.0, 9408.0, 9391.0, 9381.0, 9389.0, 9391.0, 9412.0, 9392.0, 9393.0, 9390.0, 9378.0, 9387.0, 9375.0, 9390.0, 9374.0, 9407.0, 9394.0, 9397.0, 9389.0, 9378.0, 9389.0, 9378.0, 9393.0, 9388.0, 9396.0, 9391.0, 9381.0, 9410.0, 9399.0, 9411.0, 9398.0, 9394.0, 9393.0, 9406.0, 9389.0, 9394.0, 9408.0, 9396.0, 9394.0, 9394.0, 9390.0, 9391.0, 9406.0, 9391.0, 9409.0, 9397.0, 9415.0, 9396.0, 9412.0, 9409.0, 9398.0, 9390.0, 9380.0, 9393.0, 9391.0, 9432.0, 9419.0, 9449.0, 9425.0, 9458.0, 9407.0, 9415.0, 9388.0, 9341.0, 9331.0, 9356.0, 9370.0, 9391.0, 9396.0, 9402.0, 9403.0, 9407.0, 9417.0, 9380.0, 9390.0, 9354.0, 9381.0, 9348.0, 9362.0, 9327.0, 9323.0, 9321.0, 9306.0, 9303.0, 9303.0, 9300.0, 9300.0, 9320.0, 9320.0, 9324.0, 9325.0, 9338.0, 9327.0, 9338.0, 9326.0, 9338.0, 9343.0, 9367.0, 9351.0, 9364.0, 9352.0, 9366.0, 9368.0, 9368.0, 9366.0, 9367.0, 9372.0, 9374.0, 9371.0, 9391.0, 9371.0, 9375.0, 9385.0, 9376.0, 9372.0, 9375.0, 9392.0, 9377.0, 9388.0, 9377.0, 9374.0, 9371.0, 9370.0, 9371.0, 9406.0, 9375.0, 9388.0, 9371.0, 9387.0, 9371.0, 9387.0, 9374.0, 9391.0, 9372.0, 9391.0, 9373.0, 9374.0, 9388.0, 9377.0, 9385.0, 9379.0, 9395.0, 9399.0, 9412.0, 9398.0, 9414.0, 9397.0, 9428.0, 9391.0, 9392.0, 9370.0, 9373.0, 9387.0, 9370.0, 9388.0, 9388.0, 9379.0, 9373.0, 9374.0, 9368.0, 9367.0, 9368.0, 9367.0, 9384.0, 9369.0, 9386.0, 9387.0, 9377.0, 9372.0, 9373.0, 9370.0, 9354.0, 9369.0, 9368.0, 9383.0, 9365.0, 9371.0, 9385.0, 9375.0, 9370.0, 9356.0, 9369.0, 9353.0, 9367.0, 9368.0, 9381.0, 9369.0, 9386.0, 9374.0, 9375.0, 9375.0, 9408.0, 9375.0, 9390.0, 9375.0, 9392.0, 9392.0, 9394.0, 9393.0, 9395.0, 9395.0, 9396.0, 9389.0, 9378.0, 9388.0, 9378.0, 9393.0, 9380.0, 9413.0, 9382.0, 9394.0, 9377.0, 9391.0, 9372.0, 9374.0, 9369.0, 9373.0, 9387.0, 9378.0, 9391.0, 9379.0, 9389.0, 9376.0, 9385.0, 9373.0, 9369.0, 9369.0, 9391.0, 9374.0, 9391.0, 9379.0, 9393.0, 9375.0, 9389.0, 9371.0, 9386.0, 9357.0, 9388.0, 9379.0, 9407.0, 9420.0, 9418.0, 9397.0, 9377.0, 9386.0, 9387.0, 9372.0, 9384.0, 9377.0, 9395.0, 9376.0, 9391.0, 9376.0, 9391.0, 9359.0, 9369.0, 9354.0, 9336.0, 9329.0, 9327.0, 9330.0, 9324.0, 9327.0, 9337.0, 9304.0, 9330.0, 9301.0, 9316.0, 9299.0, 9316.0, 9300.0, 9305.0, 9324.0, 9321.0, 9320.0, 9310.0, 9322.0, 9326.0, 9339.0, 9332.0, 9347.0, 9350.0, 9386.0, 9373.0, 9390.0, 9371.0, 9372.0, 9370.0, 9375.0, 9373.0, 9376.0, 9408.0, 9395.0, 9408.0, 9380.0, 9404.0, 9371.0, 9375.0, 9386.0, 9378.0, 9395.0, 9381.0, 9390.0, 9379.0, 9394.0, 9375.0, 9407.0, 9372.0, 9378.0, 9394.0, 9381.0, 9392.0, 9380.0, 9391.0, 9377.0, 9393.0, 9376.0, 9407.0, 9374.0, 9393.0, 9395.0, 9383.0, 9393.0, 9378.0, 9410.0, 9391.0, 9406.0, 9376.0, 9394.0, 9396.0, 9383.0, 9392.0, 9378.0, 9407.0, 9376.0, 9391.0, 9387.0, 9376.0, 9393.0, 9382.0, 9394.0, 9382.0, 9395.0, 9392.0, 9409.0, 9394.0, 9414.0, 9415.0, 9416.0, 9413.0, 9404.0, 9414.0, 9400.0, 9418.0, 9398.0, 9419.0, 9415.0, 9420.0, 9398.0, 9401.0, 9397.0, 9399.0, 9434.0, 9415.0, 9416.0, 9397.0, 9398.0, 9394.0, 9381.0, 9413.0, 9402.0, 9414.0, 9399.0, 9399.0, 9401.0, 9413.0, 9398.0, 9435.0, 9414.0, 9421.0, 9397.0, 9398.0, 9395.0, 9384.0, 9416.0, 9396.0, 9414.0, 9398.0, 9411.0, 9394.0, 9406.0, 9379.0, 9411.0, 9411.0, 9399.0, 9394.0, 9382.0, 9393.0, 9380.0, 9412.0, 9398.0, 9411.0, 9384.0, 9396.0, 9395.0, 9415.0, 9401.0, 9414.0, 9398.0, 9398.0, 9381.0, 9396.0, 9391.0, 9395.0, 9399.0, 9401.0, 9397.0, 9384.0, 9395.0, 9395.0, 9419.0, 9396.0, 9415.0, 9395.0, 9409.0, 9392.0, 9394.0, 9389.0, 9376.0, 9380.0, 9395.0, 9393.0, 9381.0, 9392.0, 9377.0, 9388.0, 9392.0, 9376.0, 9380.0, 9400.0, 9399.0, 9397.0, 9415.0, 9396.0, 9396.0, 9376.0, 9393.0, 9373.0, 9377.0, 9392.0, 9379.0, 9392.0, 9376.0, 9375.0, 9374.0, 9391.0, 9391.0, 9410.0, 9394.0, 9392.0, 9374.0, 9389.0, 9378.0, 9392.0, 9393.0, 9394.0, 9398.0, 9419.0, 9398.0, 9412.0, 9395.0, 9411.0, 9377.0, 9377.0, 9370.0, 9373.0, 9370.0, 9371.0, 9392.0, 9377.0, 9408.0, 9377.0, 9392.0, 9389.0, 9380.0, 9393.0, 9393.0, 9388.0, 9394.0, 9389.0, 9379.0, 9392.0, 9379.0, 9414.0, 9398.0, 9414.0, 9377.0, 9376.0, 9368.0, 9356.0, 9370.0, 9369.0, 9389.0, 9374.0, 9391.0, 9371.0, 9372.0, 9369.0, 9356.0, 9367.0, 9356.0, 9374.0, 9373.0, 9391.0, 9372.0, 9387.0, 9374.0, 9372.0, 9371.0, 9373.0, 9366.0, 9373.0, 9378.0, 9377.0, 9395.0, 9377.0, 9394.0, 9377.0, 9387.0, 9378.0, 9371.0, 9372.0, 9372.0, 9375.0, 9377.0, 9382.0, 9401.0, 9386.0, 9399.0, 9416.0, 9382.0, 9428.0, 9378.0, 9439.0, 9491.0, 9434.0, 9372.0, 9373.0, 9350.0, 9350.0, 9351.0, 9351.0, 9366.0, 9356.0, 9367.0, 9355.0, 9370.0, 9386.0, 9374.0, 9406.0, 9379.0, 9411.0, 9379.0, 9390.0, 9378.0, 9376.0, 9375.0, 9404.0, 9393.0, 9412.0, 9382.0, 9409.0, 9397.0, 9390.0, 9371.0, 9372.0, 9390.0, 9379.0, 9373.0, 9396.0, 9374.0, 9361.0, 9369.0, 9371.0, 9367.0, 9373.0, 9374.0, 9371.0, 9372.0, 9359.0, 9371.0, 9357.0, 9369.0, 9373.0, 9404.0, 9376.0, 9389.0, 9358.0, 9390.0, 9368.0, 9372.0, 9373.0, 9373.0, 9367.0, 9375.0, 9365.0, 9354.0, 9367.0, 9369.0, 9392.0, 9372.0, 9405.0, 9373.0, 9387.0, 9371.0, 9359.0, 9369.0, 9369.0, 9390.0, 9377.0, 9407.0, 9377.0, 9388.0, 9370.0, 9369.0, 9350.0, 9351.0, 9350.0, 9352.0, 9385.0, 9353.0, 9381.0, 9368.0, 9367.0, 9367.0, 9372.0, 9393.0, 9397.0, 9392.0, 9397.0, 9379.0, 9381.0, 9376.0, 9374.0, 9404.0, 9372.0, 9404.0, 9388.0, 9394.0, 9391.0, 9394.0, 9379.0, 9374.0, 9387.0, 9375.0, 9371.0, 9372.0, 9393.0, 9377.0, 9412.0, 9378.0, 9405.0, 9358.0, 9384.0, 9349.0, 9352.0, 9369.0, 9373.0, 9370.0, 9371.0, 9368.0, 9371.0, 9384.0, 9357.0, 9403.0, 9373.0, 9389.0, 9366.0, 9394.0, 9409.0, 9360.0, 9371.0, 9370.0, 9371.0, 9374.0, 9390.0, 9379.0, 9374.0, 9377.0, 9372.0, 9370.0, 9369.0, 9355.0, 9387.0, 9355.0, 9388.0, 9356.0, 9387.0, 9355.0, 9357.0, 9361.0, 9373.0, 9356.0, 9392.0, 9422.0, 9400.0, 9426.0, 9396.0, 9377.0, 9378.0, 9373.0, 9375.0, 9344.0, 9353.0, 9400.0, 9348.0, 9380.0, 9403.0, 9395.0, 9397.0, 9373.0, 9410.0, 9397.0, 9412.0, 9374.0, 9389.0, 9376.0, 9389.0, 9371.0, 9386.0, 9375.0, 9389.0, 9376.0, 9388.0, 9370.0, 9358.0, 9353.0, 9358.0, 9392.0, 9378.0, 9374.0, 9379.0, 9373.0, 9378.0, 9378.0, 9378.0, 9394.0, 9395.0, 9393.0, 9383.0, 9380.0, 9376.0, 9405.0, 9373.0, 9404.0, 9374.0, 9391.0, 9371.0, 9374.0, 9368.0, 9358.0, 9369.0, 9355.0, 9404.0, 9374.0, 9404.0, 9372.0, 9386.0, 9368.0, 9373.0, 9369.0, 9375.0, 9370.0, 9376.0, 9396.0, 9381.0, 9375.0, 9376.0, 9386.0, 9373.0, 9373.0, 9375.0, 9414.0, 9396.0, 9424.0, 9377.0, 9406.0, 9377.0, 9407.0, 9371.0, 9391.0, 9390.0, 9376.0, 9376.0, 9373.0, 9371.0, 9371.0, 9401.0, 9373.0, 9405.0, 9376.0, 9392.0, 9373.0, 9377.0, 9370.0, 9376.0, 9372.0, 9368.0, 9384.0, 9351.0, 9384.0, 9372.0, 9358.0, 9365.0, 9351.0, 9367.0, 9347.0, 9361.0, 9359.0, 9363.0, 9366.0, 9371.0, 9369.0, 9370.0, 9369.0, 9370.0, 9368.0, 9368.0, 9401.0, 9377.0, 9409.0, 9373.0, 9390.0, 9371.0, 9373.0, 9369.0, 9360.0, 9371.0, 9375.0, 9408.0, 9375.0, 9405.0, 9374.0, 9376.0, 9374.0, 9392.0, 9385.0, 9379.0, 9394.0, 9396.0, 9400.0, 9398.0, 9398.0, 9396.0, 9410.0, 9392.0, 9408.0, 9374.0, 9376.0, 9394.0, 9380.0, 9427.0, 9381.0, 9408.0, 9376.0, 9387.0, 9369.0, 9372.0, 9387.0, 9378.0, 9392.0, 9395.0, 9409.0, 9379.0, 9406.0, 9372.0, 9373.0, 9371.0, 9371.0, 9408.0, 9389.0, 9407.0, 9375.0, 9374.0, 9370.0, 9359.0, 9367.0, 9356.0, 9403.0, 9375.0, 9404.0, 9372.0, 9386.0, 9371.0, 9375.0, 9369.0, 9372.0, 9388.0, 9377.0, 9408.0, 9376.0, 9403.0, 9375.0, 9391.0, 9377.0, 9391.0, 9381.0, 9376.0, 9388.0, 9377.0, 9387.0, 9392.0, 9396.0, 9394.0, 9396.0, 9401.0, 9420.0, 9438.0, 9402.0, 9400.0, 9392.0, 9378.0, 9372.0, 9373.0, 9387.0, 9368.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.0005193166089965399</td></tr>
<tr><td colspan=3>aqi</td><td>0.017034204930795847</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.62799160777487</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1883478723722916</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9986413127705631</td></tr>
<tr><td colspan=3>efc</td><td>0.4646</td></tr>
<tr><td colspan=3>fber</td><td>6809.9424</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0788047696307197</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>23</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.9896193771626298</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.399306316602202</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3606867618986596</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6250063010513363</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.212225886856611</td></tr>
<tr><td colspan=3>gcor</td><td>0.0130613</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015528498217463493</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022674402222037315</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1156</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.952706957023377</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>36.4384</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.3718</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>171.0361</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303426.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>804.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>354.9593</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5485</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>498.6826</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3456.9791</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3659.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73118.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1184.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4513.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>925.6884</td></tr>
<tr><td colspan=3>tsnr</td><td>45.99614547728561</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>