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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0093_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-0093/figures/sub-0093_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0093/figures/sub-0093_ses-03_task-alignvideo_acq-mb8_run-01_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-0093/figures/sub-0093_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-03_task-alignvideo_acq-mb8_run-01_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-0093/ses-03/func/sub-0093_ses-03_task-alignvideo_acq-mb8_run-01_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>55a1520bec79d52af6163b7c49fda698</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:4.037500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99805, 0.00778216, -0.0619382, 0.000522616, 0.991123, 0.13295]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.100258</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-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4231, -7812, -7254, 296, -101, -304, 35, 38]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.949</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0cdc70a7-2e1f-4428-affb-0068a994ab2f||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.677694320678711, 0.00140213908161968, -0.16854213178157806, 117.23657989501953], [-0.020878974348306656, 2.659109592437744, 0.3583517372608185, -102.2784194946289], [-0.1661757230758667, -0.3566945791244507, 2.6708009243011475, -65.44146728515625], [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, 1157]</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], 'AcquisitionTime': ['203904.037500', '203904.497500', '203904.957500', '203905.417500', '203905.877500', '203906.337500', '203906.797500', '203907.257500', '203907.717500', '203908.177500', '203908.637500', '203909.097500', '203909.557500', '203910.017500', '203910.477500', '203910.937500', '203911.397500', '203911.857500', '203912.317500', '203912.777500', '203913.237500', '203913.697500', '203914.157500', '203914.617500', '203915.077500', '203915.537500', '203915.997500', '203916.457500', '203916.917500', '203917.377500', '203917.837500', '203918.297500', '203918.757500', '203919.217500', '203919.677500', '203920.137500', '203920.597500', '203921.057500', '203921.517500', '203921.977500', '203922.437500', '203922.897500', '203923.357500', '203923.817500', '203924.277500', '203924.737500', '203925.197500', '203925.657500', '203926.117500', '203926.577500', '203927.037500', '203927.497500', '203927.957500', '203928.417500', '203928.877500', '203929.337500', '203929.797500', '203930.257500', '203930.717500', '203931.177500', '203931.637500', '203932.097500', '203932.557500', '203933.017500', '203933.477500', '203933.937500', '203934.397500', '203934.857500', '203935.317500', '203935.777500', '203936.237500', '203936.697500', '203937.157500', '203937.617500', '203938.077500', '203938.537500', '203938.997500', '203939.457500', '203939.917500', '203940.377500', '203940.837500', '203941.297500', '203941.757500', '203942.217500', '203942.677500', '203943.137500', '203943.597500', '203944.057500', '203944.517500', '203944.977500', '203945.437500', '203945.897500', '203946.357500', '203946.817500', '203947.277500', '203947.737500', '203948.197500', '203948.657500', '203949.117500', '203949.577500', '203950.037500', '203950.497500', '203950.957500', '203951.417500', '203951.877500', '203952.337500', '203952.797500', '203953.257500', '203953.717500', '203954.177500', '203954.637500', '203955.097500', '203955.557500', '203956.017500', '203956.477500', '203956.937500', '203957.397500', '203957.857500', '203958.317500', '203958.777500', '203959.237500', '203959.697500', '204000.157500', '204000.617500', '204001.077500', '204001.537500', '204001.997500', '204002.457500', '204002.917500', '204003.377500', '204003.837500', '204004.297500', '204004.757500', '204005.217500', '204005.677500', '204006.137500', '204006.597500', '204007.057500', '204007.517500', '204007.977500', '204008.437500', '204008.897500', '204009.357500', '204009.817500', '204010.277500', '204010.737500', '204011.197500', '204011.657500', '204012.117500', '204012.577500', '204013.037500', '204013.497500', '204013.957500', '204014.417500', '204014.877500', '204015.337500', '204015.797500', '204016.257500', '204016.717500', '204017.177500', '204017.637500', '204018.097500', '204018.557500', '204019.017500', '204019.477500', '204019.937500', '204020.397500', '204020.857500', '204021.317500', '204021.777500', '204022.237500', '204022.697500', '204023.157500', '204023.617500', '204024.077500', '204024.537500', '204024.997500', '204025.457500', '204025.917500', '204026.377500', '204026.837500', '204027.297500', '204027.757500', '204028.217500', '204028.677500', '204029.137500', '204029.597500', '204030.057500', '204030.517500', '204030.977500', '204031.437500', '204031.897500', '204032.357500', '204032.817500', '204033.277500', '204033.737500', '204034.197500', '204034.657500', '204035.117500', '204035.577500', '204036.037500', '204036.497500', '204036.957500', '204037.417500', '204037.877500', '204038.337500', '204038.797500', '204039.257500', '204039.717500', '204040.177500', '204040.637500', '204041.097500', '204041.557500', '204042.017500', '204042.477500', '204042.937500', '204043.397500', '204043.857500', '204044.317500', '204044.777500', '204045.237500', '204045.697500', '204046.157500', '204046.617500', '204047.077500', '204047.537500', '204047.997500', '204048.457500', '204048.917500', '204049.377500', '204049.837500', '204050.297500', '204050.757500', '204051.217500', '204051.677500', '204052.137500', '204052.597500', '204053.057500', '204053.517500', '204053.977500', '204054.437500', '204054.897500', '204055.357500', '204055.817500', '204056.277500', '204056.737500', '204057.197500', '204057.657500', '204058.117500', '204058.577500', '204059.037500', '204059.497500', '204059.957500', '204100.417500', '204100.877500', '204101.337500', '204101.797500', '204102.257500', '204102.717500', '204103.177500', '204103.637500', '204104.097500', '204104.557500', '204105.017500', '204105.477500', '204105.937500', '204106.397500', '204106.857500', '204107.317500', '204107.777500', '204108.237500', '204108.697500', '204109.157500', '204109.617500', '204110.077500', '204110.537500', '204110.997500', '204111.457500', '204111.917500', '204112.377500', '204112.837500', '204113.297500', '204113.757500', '204114.217500', '204114.677500', '204115.137500', '204115.597500', '204116.057500', '204116.517500', '204116.977500', '204117.437500', '204117.897500', '204118.357500', '204118.817500', '204119.277500', '204119.737500', '204120.197500', '204120.657500', '204121.117500', '204121.577500', '204122.037500', '204122.497500', '204122.957500', '204123.417500', '204123.877500', '204124.337500', '204124.797500', '204125.257500', '204125.717500', '204126.177500', '204126.637500', '204127.097500', '204127.557500', '204128.017500', '204128.477500', '204128.937500', '204129.397500', '204129.857500', '204130.317500', '204130.777500', '204131.237500', '204131.697500', '204132.157500', '204132.617500', '204133.077500', '204133.537500', '204133.997500', '204134.457500', '204134.917500', '204135.377500', '204135.837500', '204136.297500', '204136.757500', '204137.217500', '204137.677500', '204138.137500', '204138.597500', '204139.057500', '204139.517500', '204139.977500', '204140.437500', '204140.897500', '204141.357500', '204141.817500', '204142.277500', '204142.737500', '204143.197500', '204143.657500', '204144.117500', '204144.577500', '204145.037500', '204145.497500', '204145.957500', '204146.417500', '204146.877500', '204147.337500', '204147.797500', '204148.257500', '204148.717500', '204149.177500', '204149.637500', '204150.097500', '204150.557500', '204151.017500', '204151.477500', '204151.937500', '204152.397500', '204152.857500', '204153.317500', '204153.777500', '204154.237500', '204154.697500', '204155.157500', '204155.617500', '204156.077500', '204156.537500', '204156.997500', '204157.457500', '204157.917500', '204158.377500', '204158.837500', '204159.297500', '204159.757500', '204200.217500', '204200.677500', '204201.137500', '204201.597500', '204202.057500', '204202.517500', '204202.977500', '204203.437500', '204203.897500', '204204.357500', '204204.817500', '204205.277500', '204205.737500', '204206.197500', '204206.657500', '204207.117500', '204207.577500', '204208.037500', '204208.497500', '204208.957500', '204209.417500', '204209.877500', '204210.337500', '204210.797500', '204211.257500', '204211.717500', '204212.177500', '204212.637500', '204213.097500', '204213.557500', '204214.017500', '204214.477500', '204214.937500', '204215.397500', '204215.857500', '204216.317500', '204216.777500', '204217.237500', '204217.697500', '204218.157500', '204218.617500', '204219.077500', '204219.537500', '204219.997500', '204220.457500', '204220.917500', '204221.377500', '204221.837500', '204222.297500', '204222.757500', '204223.217500', '204223.677500', '204224.137500', '204224.597500', '204225.057500', '204225.517500', '204225.977500', '204226.437500', '204226.897500', '204227.357500', '204227.817500', '204228.277500', '204228.737500', '204229.197500', '204229.657500', '204230.117500', '204230.577500', '204231.037500', '204231.497500', '204231.957500', '204232.417500', '204232.877500', '204233.337500', '204233.797500', '204234.257500', '204234.717500', '204235.177500', '204235.637500', '204236.097500', '204236.557500', '204237.017500', '204237.477500', '204237.937500', '204238.397500', '204238.857500', '204239.317500', '204239.777500', '204240.237500', '204240.697500', '204241.157500', '204241.617500', '204242.077500', '204242.537500', '204242.997500', '204243.457500', '204243.917500', '204244.377500', '204244.837500', '204245.297500', '204245.757500', '204246.217500', '204246.677500', '204247.137500', '204247.597500', '204248.057500', '204248.517500', '204248.977500', '204249.437500', '204249.897500', '204250.357500', '204250.817500', '204251.277500', '204251.737500', '204252.197500', '204252.657500', '204253.117500', '204253.577500', '204254.037500', '204254.497500', '204254.957500', '204255.417500', '204255.877500', '204256.337500', '204256.797500', '204257.257500', '204257.717500', '204258.177500', '204258.637500', '204259.097500', '204259.557500', '204300.017500', '204300.477500', '204300.937500', '204301.397500', '204301.857500', '204302.317500', '204302.777500', '204303.237500', '204303.697500', '204304.157500', '204304.617500', '204305.077500', '204305.537500', '204305.997500', '204306.457500', '204306.917500', '204307.377500', '204307.837500', '204308.297500', '204308.757500', '204309.217500', '204309.677500', '204310.137500', '204310.597500', '204311.057500', '204311.517500', '204311.977500', '204312.437500', '204312.897500', '204313.357500', '204313.817500', '204314.277500', '204314.737500', '204315.197500', '204315.657500', '204316.117500', '204316.577500', '204317.037500', '204317.497500', '204317.957500', '204318.417500', '204318.877500', '204319.337500', '204319.797500', '204320.257500', '204320.717500', '204321.177500', '204321.637500', '204322.097500', '204322.557500', '204323.017500', '204323.477500', '204323.937500', '204324.397500', '204324.857500', '204325.317500', '204325.777500', '204326.237500', '204326.697500', '204327.157500', '204327.617500', '204328.077500', '204328.537500', '204328.997500', '204329.457500', '204329.917500', '204330.377500', '204330.837500', '204331.297500', '204331.757500', '204332.217500', '204332.677500', '204333.137500', '204333.597500', '204334.057500', '204334.517500', '204334.977500', '204335.437500', '204335.897500', '204336.357500', '204336.817500', '204337.277500', '204337.737500', '204338.197500', '204338.657500', '204339.117500', '204339.577500', '204340.037500', '204340.497500', '204340.957500', '204341.417500', '204341.877500', '204342.337500', '204342.797500', '204343.257500', '204343.717500', '204344.177500', '204344.637500', '204345.097500', '204345.557500', '204346.017500', '204346.477500', '204346.937500', '204347.397500', '204347.857500', '204348.317500', '204348.777500', '204349.237500', '204349.697500', '204350.157500', '204350.617500', '204351.077500', '204351.537500', '204351.997500', '204352.457500', '204352.917500', '204353.377500', '204353.837500', '204354.297500', '204354.757500', '204355.217500', '204355.677500', '204356.137500', '204356.597500', '204357.057500', '204357.517500', '204357.977500', '204358.437500', '204358.897500', '204359.357500', '204359.817500', '204400.277500', '204400.737500', '204401.197500', '204401.657500', '204402.117500', '204402.577500', '204403.037500', '204403.497500', '204403.957500', '204404.417500', '204404.877500', '204405.337500', '204405.797500', '204406.257500', '204406.717500', '204407.177500', '204407.637500', '204408.097500', '204408.557500', '204409.017500', '204409.477500', '204409.937500', '204410.397500', '204410.857500', '204411.317500', '204411.777500', '204412.237500', '204412.697500', '204413.157500', '204413.617500', '204414.077500', '204414.537500', '204414.997500', '204415.457500', '204415.917500', '204416.377500', '204416.837500', '204417.297500', '204417.757500', '204418.217500', '204418.677500', '204419.137500', '204419.597500', '204420.057500', '204420.517500', '204420.977500', '204421.437500', '204421.897500', '204422.357500', '204422.817500', '204423.277500', '204423.737500', '204424.197500', '204424.657500', '204425.117500', '204425.577500', '204426.037500', '204426.497500', '204426.957500', '204427.417500', '204427.877500', '204428.337500', '204428.797500', '204429.257500', '204429.717500', '204430.177500', '204430.637500', '204431.097500', '204431.557500', '204432.017500', '204432.477500', '204432.937500', '204433.397500', '204433.857500', '204434.317500', '204434.777500', '204435.237500', '204435.697500', '204436.157500', '204436.617500', '204437.077500', '204437.537500', '204437.997500', '204438.457500', '204438.917500', '204439.377500', '204439.837500', '204440.297500', '204440.757500', '204441.217500', '204441.677500', '204442.137500', '204442.597500', '204443.057500', '204443.517500', '204443.977500', '204444.437500', '204444.897500', '204445.357500', '204445.817500', '204446.277500', '204446.737500', '204447.197500', '204447.657500', '204448.117500', '204448.577500', '204449.037500', '204449.497500', '204449.957500', '204450.417500', '204450.877500', '204451.337500', '204451.797500', '204452.257500', '204452.717500', '204453.177500', '204453.637500', '204454.097500', '204454.557500', '204455.017500', '204455.477500', '204455.937500', '204456.397500', '204456.857500', '204457.317500', '204457.777500', '204458.237500', '204458.697500', '204459.157500', '204459.617500', '204500.077500', '204500.537500', '204500.997500', '204501.457500', '204501.917500', '204502.377500', '204502.837500', '204503.297500', '204503.757500', '204504.217500', '204504.677500', '204505.137500', '204505.597500', '204506.057500', '204506.517500', '204506.977500', '204507.437500', '204507.897500', '204508.357500', '204508.817500', '204509.277500', '204509.737500', '204510.197500', '204510.657500', '204511.117500', '204511.577500', '204512.037500', '204512.497500', '204512.957500', '204513.417500', '204513.877500', '204514.337500', '204514.797500', '204515.257500', '204515.717500', '204516.177500', '204516.637500', '204517.097500', '204517.557500', '204518.017500', '204518.477500', '204518.937500', '204519.397500', '204519.857500', '204520.317500', '204520.777500', '204521.237500', '204521.697500', '204522.157500', '204522.617500', '204523.077500', '204523.537500', '204523.997500', '204524.457500', '204524.917500', '204525.377500', '204525.837500', '204526.297500', '204526.757500', '204527.217500', '204527.677500', '204528.137500', '204528.597500', '204529.057500', '204529.517500', '204529.977500', '204530.437500', '204530.897500', '204531.357500', '204531.817500', '204532.277500', '204532.737500', '204533.197500', '204533.657500', '204534.117500', '204534.577500', '204535.037500', '204535.497500', '204535.957500', '204536.417500', '204536.877500', '204537.337500', '204537.797500', '204538.257500', '204538.717500', '204539.177500', '204539.637500', '204540.097500', '204540.557500', '204541.017500', '204541.477500', '204541.937500', '204542.397500', '204542.857500', '204543.317500', '204543.777500', '204544.237500', '204544.697500', '204545.157500', '204545.617500', '204546.077500', '204546.537500', '204546.997500', '204547.457500', '204547.917500', '204548.377500', '204548.837500', '204549.297500', '204549.757500', '204550.217500', '204550.677500', '204551.137500', '204551.597500', '204552.057500', '204552.517500', '204552.977500', '204553.437500', '204553.897500', '204554.357500', '204554.817500', '204555.277500', '204555.737500', '204556.197500', '204556.657500', '204557.117500', '204557.577500', '204558.037500', '204558.497500', '204558.957500', '204559.417500', '204559.877500', '204600.337500', '204600.797500', '204601.257500', '204601.717500', '204602.177500', '204602.637500', '204603.097500', '204603.557500', '204604.017500', '204604.477500', '204604.937500', '204605.397500', '204605.857500', '204606.317500', '204606.777500', '204607.237500', '204607.697500', '204608.157500', '204608.617500', '204609.077500', '204609.537500', '204609.997500', '204610.457500', '204610.917500', '204611.377500', '204611.837500', '204612.297500', '204612.757500', '204613.217500', '204613.677500', '204614.137500', '204614.597500', '204615.057500', '204615.517500', '204615.977500', '204616.437500', '204616.897500', '204617.357500', '204617.817500', '204618.277500', '204618.737500', '204619.197500', '204619.657500', '204620.117500', '204620.577500', '204621.037500', '204621.497500', '204621.957500', '204622.417500', '204622.877500', '204623.337500', '204623.797500', '204624.257500', '204624.717500', '204625.177500', '204625.637500', '204626.097500', '204626.557500', '204627.017500', '204627.477500', '204627.937500', '204628.397500', '204628.857500', '204629.317500', '204629.777500', '204630.237500', '204630.697500', '204631.157500', '204631.617500', '204632.077500', '204632.537500', '204632.997500', '204633.457500', '204633.917500', '204634.377500', '204634.837500', '204635.297500', '204635.757500', '204636.217500', '204636.677500', '204637.137500', '204637.597500', '204638.057500', '204638.517500', '204638.977500', '204639.437500', '204639.897500', '204640.357500', '204640.817500', '204641.277500', '204641.737500', '204642.197500', '204642.657500', '204643.117500', '204643.577500', '204644.037500', '204644.497500', '204644.957500', '204645.417500', '204645.877500', '204646.337500', '204646.797500', '204647.257500', '204647.717500', '204648.177500', '204648.637500', '204649.097500', '204649.557500', '204650.017500', '204650.477500', '204650.937500', '204651.397500', '204651.857500', '204652.317500', '204652.777500', '204653.237500', '204653.697500', '204654.157500', '204654.617500', '204655.077500', '204655.537500', '204655.997500', '204656.457500', '204656.917500', '204657.377500', '204657.837500', '204658.297500', '204658.757500', '204659.217500', '204659.677500', '204700.137500', '204700.597500', '204701.057500', '204701.517500', '204701.977500', '204702.437500', '204702.897500', '204703.357500', '204703.817500', '204704.277500', '204704.737500', '204705.197500', '204705.657500', '204706.117500', '204706.577500', '204707.037500', '204707.497500', '204707.957500', '204708.417500', '204708.877500', '204709.337500', '204709.797500', '204710.257500', '204710.717500', '204711.177500', '204711.637500', '204712.097500', '204712.557500', '204713.017500', '204713.477500', '204713.937500', '204714.397500', '204714.857500', '204715.317500', '204715.777500', '204716.237500', '204716.697500', '204717.157500', '204717.617500', '204718.077500', '204718.537500', '204718.997500', '204719.457500', '204719.917500', '204720.377500', '204720.837500', '204721.297500', '204721.757500', '204722.217500', '204722.677500', '204723.137500', '204723.597500', '204724.057500', '204724.517500', '204724.977500', '204725.437500', '204725.897500', '204726.357500', '204726.817500', '204727.277500', '204727.737500', '204728.197500', '204728.657500', '204729.117500', '204729.577500', '204730.037500', '204730.497500', '204730.957500', '204731.417500', '204731.877500', '204732.337500', '204732.797500', '204733.257500', '204733.717500', '204734.177500', '204734.637500', '204735.097500', '204735.557500', '204736.017500', '204736.477500', '204736.937500', '204737.397500', '204737.857500', '204738.317500', '204738.777500', '204739.237500', '204739.697500', '204740.157500', '204740.617500', '204741.077500', '204741.537500', '204741.997500', '204742.457500', '204742.917500', '204743.377500', '204743.837500', '204744.297500', '204744.757500', '204745.217500', '204745.677500', '204746.137500', '204746.597500', '204747.057500', '204747.517500', '204747.977500', '204748.437500', '204748.897500', '204749.357500', '204749.817500', '204750.277500', '204750.737500', '204751.197500', '204751.657500', '204752.117500', '204752.577500', '204753.037500', '204753.497500', '204753.957500', '204754.417500', '204754.877500', '204755.337500', '204755.797500'], 'ContentTime': ['203918.182000', '203918.185000', '203918.187000', '203918.190000', '203918.193000', '203918.196000', '203918.198000', '203918.201000', '203918.203000', '203918.206000', '203918.209000', '203918.211000', '203918.214000', '203918.216000', '203918.219000', '203918.222000', '203918.224000', '203918.227000', '203918.229000', '203918.232000', '203918.234000', '203918.237000', '203918.240000', '203918.242000', '203918.245000', '203918.247000', '203918.250000', '203918.252000', '203938.123000', '203938.126000', '203938.129000', '203938.131000', '203938.134000', '203938.136000', '203938.139000', '203938.142000', '203938.144000', '203938.147000', '203938.149000', '203938.152000', '203938.154000', '203938.157000', '203938.159000', '203938.162000', '203938.164000', '203938.167000', '203938.170000', '203938.172000', '203938.175000', '203938.177000', '203938.180000', '203938.183000', '203938.185000', '203938.188000', '203938.190000', '203938.193000', '203938.195000', '203938.198000', '203938.201000', '203938.203000', '203938.212000', '203938.214000', '203938.217000', '203938.219000', '203938.222000', '203938.224000', '203938.227000', '203938.229000', '203938.232000', '203938.234000', '203938.237000', '203938.240000', '203958.124000', '203958.127000', '203958.130000', '203958.132000', '203958.135000', '203958.137000', '203958.140000', '203958.143000', '203958.145000', '203958.148000', '203958.150000', '203958.153000', '203958.155000', '203958.158000', '203958.161000', '203958.163000', '203958.166000', '203958.168000', '203958.171000', '203958.173000', '203958.176000', '203958.178000', '203958.181000', '203958.183000', '203958.186000', '203958.189000', '203958.191000', '203958.194000', '203958.196000', '203958.199000', '203958.202000', '203958.204000', '203958.207000', '203958.209000', '203958.212000', '203958.214000', '203958.217000', '203958.220000', '203958.222000', '203958.225000', '203958.227000', '203958.234000', '203958.237000', '204018.125000', '204018.127000', '204018.130000', '204018.132000', '204018.135000', '204018.138000', '204018.140000', '204018.143000', '204018.145000', '204018.148000', '204018.150000', '204018.153000', '204018.156000', '204018.158000', '204018.161000', '204018.163000', '204018.166000', '204018.169000', '204018.171000', '204018.174000', '204018.176000', '204018.179000', '204018.181000', '204018.184000', '204018.186000', '204018.189000', '204018.192000', '204018.194000', '204018.197000', '204018.199000', '204018.202000', '204018.204000', '204018.207000', '204018.210000', '204018.212000', '204018.215000', '204018.217000', '204018.220000', '204018.222000', '204018.225000', '204018.241000', '204018.243000', '204018.246000', '204018.248000', '204038.124000', '204038.127000', '204038.130000', '204038.132000', '204038.135000', '204038.138000', '204038.140000', '204038.143000', '204038.145000', '204038.148000', '204038.151000', '204038.153000', '204038.156000', '204038.158000', '204038.161000', '204038.163000', '204038.166000', '204038.169000', '204038.171000', '204038.174000', '204038.176000', '204038.179000', '204038.181000', '204038.184000', '204038.187000', '204038.189000', '204038.192000', '204038.194000', '204038.197000', '204038.200000', '204038.202000', '204038.205000', '204038.207000', '204038.210000', '204038.212000', '204038.215000', '204038.218000', '204038.220000', '204038.223000', '204038.225000', '204038.228000', '204038.230000', '204038.233000', '204058.124000', '204058.128000', '204058.130000', '204058.133000', '204058.135000', '204058.138000', '204058.141000', '204058.143000', '204058.146000', '204058.149000', '204058.152000', '204058.155000', '204058.158000', '204058.160000', '204058.163000', '204058.166000', '204058.168000', '204058.171000', '204058.174000', '204058.176000', '204058.179000', '204058.181000', '204058.184000', '204058.186000', '204058.189000', '204058.192000', '204058.194000', '204058.197000', '204058.199000', '204058.202000', '204058.204000', '204058.207000', '204058.210000', '204058.213000', '204058.215000', '204058.218000', '204058.220000', '204058.223000', '204058.226000', '204058.228000', '204058.231000', '204058.233000', '204058.236000', '204058.238000', '204118.124000', '204118.127000', '204118.130000', '204118.133000', '204118.136000', '204118.138000', '204118.141000', '204118.143000', '204118.146000', '204118.149000', '204118.151000', '204118.154000', '204118.156000', '204118.159000', '204118.161000', '204118.164000', '204118.167000', '204118.169000', '204118.172000', '204118.174000', '204118.177000', '204118.180000', '204118.182000', '204118.185000', '204118.187000', '204118.190000', '204118.193000', '204118.195000', '204118.198000', '204118.200000', '204118.203000', '204118.206000', '204118.208000', '204118.211000', '204118.214000', '204118.216000', '204118.219000', '204118.222000', '204118.224000', '204118.227000', '204118.229000', '204118.232000', '204118.234000', '204138.125000', '204138.127000', '204138.130000', '204138.133000', '204138.135000', '204138.138000', '204138.140000', '204138.143000', '204138.145000', '204138.148000', '204138.150000', '204138.153000', '204138.156000', '204138.158000', '204138.161000', '204138.163000', '204138.166000', '204138.169000', '204138.171000', '204138.174000', '204138.176000', '204138.179000', '204138.182000', '204138.184000', '204138.187000', '204138.189000', '204138.192000', '204138.194000', '204138.197000', '204138.199000', '204138.202000', '204138.205000', '204138.207000', '204138.210000', '204138.212000', '204138.215000', '204138.218000', '204138.220000', '204138.223000', '204138.225000', '204138.228000', '204138.231000', '204138.233000', '204138.236000', '204158.124000', '204158.126000', '204158.129000', '204158.132000', '204158.134000', '204158.137000', '204158.140000', '204158.142000', '204158.145000', '204158.147000', '204158.150000', '204158.152000', '204158.155000', '204158.157000', '204158.160000', '204158.163000', '204158.165000', '204158.168000', '204158.170000', '204158.173000', '204158.176000', '204158.178000', '204158.181000', '204158.183000', '204158.186000', '204158.188000', '204158.191000', '204158.194000', '204158.196000', '204158.199000', '204158.201000', '204158.204000', '204158.207000', '204158.209000', '204158.212000', '204158.225000', '204158.227000', '204158.230000', '204158.233000', '204158.235000', '204158.238000', '204158.240000', '204158.243000', '204218.125000', '204218.127000', '204218.130000', '204218.133000', '204218.135000', '204218.138000', '204218.141000', '204218.144000', '204218.147000', '204218.149000', '204218.152000', '204218.155000', '204218.157000', '204218.160000', '204218.163000', '204218.165000', '204218.168000', '204218.171000', '204218.173000', '204218.176000', '204218.178000', '204218.181000', '204218.184000', '204218.186000', '204218.189000', '204218.192000', '204218.195000', '204218.198000', '204218.201000', '204218.203000', '204218.206000', '204218.209000', '204218.211000', '204218.214000', '204218.216000', '204218.219000', '204218.222000', '204218.224000', '204218.227000', '204218.230000', '204218.232000', '204218.235000', '204218.238000', '204238.125000', '204238.127000', '204238.130000', '204238.133000', '204238.135000', '204238.138000', '204238.140000', '204238.143000', '204238.145000', '204238.148000', '204238.151000', '204238.153000', '204238.156000', '204238.158000', '204238.161000', '204238.164000', '204238.166000', '204238.169000', '204238.171000', '204238.174000', '204238.176000', '204238.179000', '204238.182000', '204238.184000', '204238.187000', '204238.189000', '204238.192000', '204238.194000', '204238.197000', '204238.200000', '204238.202000', '204238.205000', '204238.207000', '204238.210000', '204238.213000', '204238.215000', '204238.218000', '204238.220000', '204238.223000', '204238.226000', '204238.228000', '204238.231000', '204238.233000', '204238.236000', '204258.124000', '204258.127000', '204258.130000', '204258.133000', '204258.135000', '204258.138000', '204258.140000', '204258.143000', '204258.146000', '204258.148000', '204258.151000', '204258.154000', '204258.156000', '204258.159000', '204258.161000', '204258.164000', '204258.167000', '204258.169000', '204258.172000', '204258.175000', '204258.178000', '204258.181000', '204258.184000', '204258.187000', '204258.189000', '204258.192000', '204258.194000', '204258.197000', '204258.200000', '204258.202000', '204258.205000', '204258.207000', '204258.210000', '204258.213000', '204258.215000', '204258.218000', '204258.220000', '204258.223000', '204258.226000', '204258.228000', '204258.231000', '204258.233000', '204258.236000', '204318.125000', '204318.127000', '204318.130000', '204318.133000', '204318.135000', '204318.138000', '204318.140000', '204318.143000', '204318.146000', '204318.148000', '204318.151000', '204318.153000', '204318.156000', '204318.159000', '204318.161000', '204318.164000', '204318.167000', '204318.169000', '204318.172000', '204318.175000', '204318.177000', '204318.180000', '204318.182000', '204318.185000', '204318.188000', '204318.190000', '204318.193000', '204318.196000', '204318.198000', '204318.201000', '204318.203000', '204318.206000', '204318.209000', '204318.211000', '204318.214000', '204318.217000', '204318.219000', '204318.222000', '204318.224000', '204318.227000', '204318.230000', '204318.232000', '204318.235000', '204318.238000', '204338.124000', '204338.127000', '204338.140000', '204338.142000', '204338.145000', '204338.148000', '204338.150000', '204338.153000', '204338.155000', '204338.158000', '204338.160000', '204338.163000', '204338.166000', '204338.168000', '204338.171000', '204338.173000', '204338.176000', '204338.179000', '204338.181000', '204338.184000', '204338.186000', '204338.189000', '204338.192000', '204338.194000', '204338.197000', '204338.199000', '204338.202000', '204338.204000', '204338.207000', '204338.210000', '204338.212000', '204338.215000', '204338.217000', '204338.220000', '204338.223000', '204338.225000', '204338.228000', '204338.231000', '204338.234000', '204338.237000', '204338.239000', '204338.242000', '204338.244000', '204358.124000', '204358.127000', '204358.130000', '204358.133000', '204358.135000', '204358.138000', '204358.141000', '204358.143000', '204358.146000', '204358.148000', '204358.151000', '204358.154000', '204358.156000', '204358.159000', '204358.161000', '204358.164000', '204358.167000', '204358.169000', '204358.172000', '204358.174000', '204358.177000', '204358.179000', '204358.182000', '204358.185000', '204358.187000', '204358.190000', '204358.192000', '204358.195000', '204358.198000', '204358.200000', '204358.203000', '204358.205000', '204358.208000', '204358.211000', '204358.213000', '204358.216000', '204358.218000', '204358.221000', '204358.223000', '204358.226000', '204358.229000', '204358.231000', '204358.234000', '204358.236000', '204418.124000', '204418.127000', '204418.129000', '204418.132000', '204418.134000', '204418.137000', '204418.140000', '204418.142000', '204418.145000', '204418.147000', '204418.150000', '204418.152000', '204418.155000', '204418.158000', '204418.160000', '204418.163000', '204418.165000', '204418.168000', '204418.171000', '204418.173000', '204418.176000', '204418.178000', '204418.181000', '204418.184000', '204418.186000', '204418.189000', '204418.192000', '204418.195000', '204418.198000', '204418.201000', '204418.204000', '204418.206000', '204418.209000', '204418.211000', '204418.214000', '204418.216000', '204418.219000', '204418.222000', '204418.224000', '204418.227000', '204418.229000', '204418.232000', '204418.235000', '204438.125000', '204438.127000', '204438.130000', '204438.133000', '204438.135000', '204438.138000', '204438.141000', '204438.143000', '204438.146000', '204438.148000', '204438.151000', '204438.154000', '204438.156000', '204438.159000', '204438.161000', '204438.164000', '204438.166000', '204438.169000', '204438.172000', '204438.174000', '204438.177000', '204438.179000', '204438.182000', '204438.184000', '204438.187000', '204438.190000', '204438.192000', '204438.195000', '204438.197000', '204438.200000', '204438.203000', '204438.205000', '204438.208000', '204438.212000', '204438.215000', '204438.218000', '204438.220000', '204438.223000', '204438.226000', '204438.228000', '204438.231000', '204438.233000', '204438.236000', '204438.239000', '204458.125000', '204458.128000', '204458.130000', '204458.133000', '204458.135000', '204458.138000', '204458.140000', '204458.143000', '204458.146000', '204458.148000', '204458.151000', '204458.153000', '204458.156000', '204458.166000', '204458.169000', '204458.171000', '204458.174000', '204458.177000', '204458.179000', '204458.182000', '204458.184000', '204458.187000', '204458.190000', '204458.192000', '204458.195000', '204458.197000', '204458.200000', '204458.203000', '204458.205000', '204458.208000', '204458.211000', '204458.213000', '204458.216000', '204458.218000', '204458.221000', '204458.224000', '204458.226000', '204458.229000', '204458.231000', '204458.234000', '204458.237000', '204458.240000', '204458.243000', '204518.125000', '204518.127000', '204518.130000', '204518.133000', '204518.135000', '204518.138000', '204518.141000', '204518.143000', '204518.146000', '204518.148000', '204518.151000', '204518.154000', '204518.156000', '204518.159000', '204518.161000', '204518.164000', '204518.167000', '204518.169000', '204518.172000', '204518.174000', '204518.177000', '204518.180000', '204518.182000', '204518.185000', '204518.187000', '204518.190000', '204518.193000', '204518.195000', '204518.198000', '204518.200000', '204518.203000', '204518.206000', '204518.208000', '204518.211000', '204518.213000', '204518.216000', '204518.218000', '204518.221000', '204518.224000', '204518.226000', '204518.229000', '204518.231000', '204518.234000', '204518.237000', '204538.125000', '204538.127000', '204538.130000', '204538.133000', '204538.135000', '204538.138000', '204538.140000', '204538.143000', '204538.146000', '204538.148000', '204538.151000', '204538.154000', '204538.156000', '204538.159000', '204538.161000', '204538.164000', '204538.166000', '204538.169000', '204538.171000', '204538.174000', '204538.177000', '204538.179000', '204538.182000', '204538.184000', '204538.187000', '204538.190000', '204538.192000', '204538.195000', '204538.197000', '204538.200000', '204538.202000', '204538.205000', '204538.208000', '204538.210000', '204538.213000', '204538.215000', '204538.218000', '204538.220000', '204538.223000', '204538.226000', '204538.228000', '204538.231000', '204538.233000', '204558.125000', '204558.128000', '204558.130000', '204558.133000', '204558.136000', '204558.138000', '204558.141000', '204558.143000', '204558.146000', '204558.149000', '204558.151000', '204558.154000', '204558.156000', '204558.159000', '204558.162000', '204558.164000', '204558.167000', '204558.169000', '204558.172000', '204558.174000', '204558.177000', '204558.180000', '204558.182000', '204558.185000', '204558.187000', '204558.190000', '204558.193000', '204558.195000', '204558.198000', '204558.200000', '204558.203000', '204558.206000', '204558.208000', '204558.211000', '204558.213000', '204558.216000', '204558.218000', '204558.221000', '204558.224000', '204558.226000', '204558.229000', '204558.231000', '204558.234000', '204558.237000', '204618.125000', '204618.127000', '204618.130000', '204618.133000', '204618.135000', '204618.138000', '204618.140000', '204618.143000', '204618.146000', '204618.148000', '204618.151000', '204618.154000', '204618.156000', '204618.159000', '204618.161000', '204618.164000', '204618.167000', '204618.169000', '204618.172000', '204618.174000', '204618.177000', '204618.180000', '204618.182000', '204618.185000', '204618.195000', '204618.198000', '204618.200000', '204618.203000', '204618.205000', '204618.208000', '204618.211000', '204618.213000', '204618.216000', '204618.218000', '204618.221000', '204618.224000', '204618.226000', '204618.229000', '204618.231000', '204618.234000', '204618.237000', '204618.239000', '204618.242000', '204638.124000', '204638.127000', '204638.129000', '204638.132000', '204638.135000', '204638.137000', '204638.140000', '204638.143000', '204638.145000', '204638.148000', '204638.151000', '204638.153000', '204638.156000', '204638.159000', '204638.161000', '204638.164000', '204638.166000', '204638.169000', '204638.172000', '204638.174000', '204638.177000', '204638.179000', '204638.182000', '204638.184000', '204638.187000', '204638.190000', '204638.192000', '204638.195000', '204638.197000', '204638.200000', '204638.203000', '204638.205000', '204638.208000', '204638.210000', '204638.213000', '204638.216000', '204638.218000', '204638.221000', '204638.223000', '204638.226000', '204638.229000', '204638.231000', '204638.234000', '204638.236000', '204658.125000', '204658.127000', '204658.130000', '204658.133000', '204658.135000', '204658.138000', '204658.140000', '204658.143000', '204658.146000', '204658.148000', '204658.151000', '204658.154000', '204658.156000', '204658.159000', '204658.161000', '204658.164000', '204658.166000', '204658.169000', '204658.172000', '204658.174000', '204658.177000', '204658.179000', '204658.182000', '204658.185000', '204658.187000', '204658.190000', '204658.192000', '204658.195000', '204658.197000', '204658.200000', '204658.203000', '204658.205000', '204658.208000', '204658.210000', '204658.213000', '204658.216000', '204658.218000', '204658.221000', '204658.223000', '204658.226000', '204658.229000', '204658.231000', '204658.234000', '204718.125000', '204718.127000', '204718.130000', '204718.133000', '204718.135000', '204718.138000', '204718.140000', '204718.143000', '204718.146000', '204718.148000', '204718.151000', '204718.153000', '204718.156000', '204718.159000', '204718.161000', '204718.164000', '204718.166000', '204718.169000', '204718.172000', '204718.174000', '204718.177000', '204718.179000', '204718.182000', '204718.185000', '204718.187000', '204718.190000', '204718.192000', '204718.195000', '204718.198000', '204718.200000', '204718.203000', '204718.205000', '204718.208000', '204718.211000', '204718.213000', '204718.216000', '204718.218000', '204718.221000', '204718.224000', '204718.226000', '204718.229000', '204718.231000', '204718.234000', '204718.237000', '204738.125000', '204738.127000', '204738.130000', '204738.133000', '204738.135000', '204738.138000', '204738.141000', '204738.143000', '204738.146000', '204738.148000', '204738.151000', '204738.154000', '204738.156000', '204738.159000', '204738.161000', '204738.164000', '204738.167000', '204738.169000', '204738.172000', '204738.175000', '204738.188000', '204738.190000', '204738.193000', '204738.196000', '204738.198000', '204738.201000', '204738.203000', '204738.206000', '204738.209000', '204738.211000', '204738.214000', '204738.216000', '204738.219000', '204738.222000', '204738.224000', '204738.227000', '204738.229000', '204738.232000', '204738.235000', '204738.237000', '204738.240000', '204738.242000', '204738.245000', '204757.159000', '204757.162000', '204757.165000', '204757.168000', '204757.170000', '204757.173000', '204757.176000', '204757.179000', '204757.182000', '204757.184000', '204757.187000', '204757.190000', '204757.193000', '204757.196000', '204757.198000', '204757.201000', '204757.204000', '204757.206000', '204757.209000', '204757.212000', '204757.215000', '204757.218000', '204757.221000', '204757.223000', '204757.226000', '204757.229000', '204757.232000', '204757.235000', '204757.238000', '204757.241000', '204757.244000', '204757.246000', '204757.249000', '204757.252000', '204757.254000', '204757.257000', '204757.262000', '204757.267000', '204757.270000', '204757.274000', '204757.280000', '204757.285000'], 'InstanceCreationTime': ['203918.182000', '203918.185000', '203918.187000', '203918.190000', '203918.193000', '203918.196000', '203918.198000', '203918.201000', '203918.203000', '203918.206000', '203918.209000', '203918.211000', '203918.214000', '203918.216000', '203918.219000', '203918.222000', '203918.224000', '203918.227000', '203918.229000', '203918.232000', '203918.234000', '203918.237000', '203918.240000', '203918.242000', '203918.245000', '203918.247000', '203918.250000', '203918.252000', '203938.123000', '203938.126000', '203938.129000', '203938.131000', '203938.134000', '203938.136000', '203938.139000', '203938.142000', '203938.144000', '203938.147000', '203938.149000', '203938.152000', '203938.154000', '203938.157000', '203938.159000', '203938.162000', '203938.164000', '203938.167000', '203938.170000', '203938.172000', '203938.175000', '203938.177000', '203938.180000', '203938.183000', '203938.185000', '203938.188000', '203938.190000', '203938.193000', '203938.195000', '203938.198000', '203938.201000', '203938.203000', '203938.212000', '203938.214000', '203938.217000', '203938.219000', '203938.222000', '203938.224000', '203938.227000', '203938.229000', '203938.232000', '203938.234000', '203938.237000', '203938.240000', '203958.124000', '203958.127000', '203958.130000', '203958.132000', '203958.135000', '203958.137000', '203958.140000', '203958.143000', '203958.145000', '203958.148000', '203958.150000', '203958.153000', '203958.155000', '203958.158000', '203958.161000', '203958.163000', '203958.166000', '203958.168000', '203958.171000', '203958.173000', '203958.176000', '203958.178000', '203958.181000', '203958.183000', '203958.186000', '203958.189000', '203958.191000', '203958.194000', '203958.196000', '203958.199000', '203958.202000', '203958.204000', '203958.207000', '203958.209000', '203958.212000', '203958.214000', '203958.217000', '203958.220000', '203958.222000', '203958.225000', '203958.227000', '203958.234000', '203958.237000', '204018.125000', '204018.127000', '204018.130000', '204018.132000', '204018.135000', '204018.138000', '204018.140000', '204018.143000', '204018.145000', '204018.148000', '204018.150000', '204018.153000', '204018.156000', '204018.158000', '204018.161000', '204018.163000', '204018.166000', '204018.169000', '204018.171000', '204018.174000', '204018.176000', '204018.179000', '204018.181000', '204018.184000', '204018.186000', '204018.189000', '204018.192000', '204018.194000', '204018.197000', '204018.199000', '204018.202000', '204018.204000', '204018.207000', '204018.210000', '204018.212000', '204018.215000', '204018.217000', '204018.220000', '204018.222000', '204018.225000', '204018.241000', '204018.243000', '204018.246000', '204018.248000', '204038.124000', '204038.127000', '204038.130000', '204038.132000', '204038.135000', '204038.138000', '204038.140000', '204038.143000', '204038.145000', '204038.148000', '204038.151000', '204038.153000', '204038.156000', '204038.158000', '204038.161000', '204038.163000', '204038.166000', '204038.169000', '204038.171000', '204038.174000', '204038.176000', '204038.179000', '204038.181000', '204038.184000', '204038.187000', '204038.189000', '204038.192000', '204038.194000', '204038.197000', '204038.200000', '204038.202000', '204038.205000', '204038.207000', '204038.210000', '204038.212000', '204038.215000', '204038.218000', '204038.220000', '204038.223000', '204038.225000', '204038.228000', '204038.230000', '204038.233000', '204058.124000', '204058.128000', '204058.130000', '204058.133000', '204058.135000', '204058.138000', '204058.141000', '204058.143000', '204058.146000', '204058.149000', '204058.152000', '204058.155000', '204058.158000', '204058.160000', '204058.163000', '204058.166000', '204058.168000', '204058.171000', '204058.174000', '204058.176000', '204058.179000', '204058.181000', '204058.184000', '204058.186000', '204058.189000', '204058.192000', '204058.194000', '204058.197000', '204058.199000', '204058.202000', '204058.204000', '204058.207000', '204058.210000', '204058.213000', '204058.215000', '204058.218000', '204058.220000', '204058.223000', '204058.226000', '204058.228000', '204058.231000', '204058.233000', '204058.236000', '204058.238000', '204118.124000', '204118.127000', '204118.130000', '204118.133000', '204118.136000', '204118.138000', '204118.141000', '204118.143000', '204118.146000', '204118.149000', '204118.151000', '204118.154000', '204118.156000', '204118.159000', '204118.161000', '204118.164000', '204118.167000', '204118.169000', '204118.172000', '204118.174000', '204118.177000', '204118.180000', '204118.182000', '204118.185000', '204118.187000', '204118.190000', '204118.193000', '204118.195000', '204118.198000', '204118.200000', '204118.203000', '204118.206000', '204118.208000', '204118.211000', '204118.214000', '204118.216000', '204118.219000', '204118.222000', '204118.224000', '204118.227000', '204118.229000', '204118.232000', '204118.234000', '204138.125000', '204138.127000', '204138.130000', '204138.133000', '204138.135000', '204138.138000', '204138.140000', '204138.143000', '204138.145000', '204138.148000', '204138.150000', '204138.153000', '204138.156000', '204138.158000', '204138.161000', '204138.163000', '204138.166000', '204138.169000', '204138.171000', '204138.174000', '204138.176000', '204138.179000', '204138.182000', '204138.184000', '204138.187000', '204138.189000', '204138.192000', '204138.194000', '204138.197000', '204138.199000', '204138.202000', '204138.205000', '204138.207000', '204138.210000', '204138.212000', '204138.215000', '204138.218000', '204138.220000', '204138.223000', '204138.225000', '204138.228000', '204138.231000', '204138.233000', '204138.236000', '204158.124000', '204158.126000', '204158.129000', '204158.132000', '204158.134000', '204158.137000', '204158.140000', '204158.142000', '204158.145000', '204158.147000', '204158.150000', '204158.152000', '204158.155000', '204158.157000', '204158.160000', '204158.163000', '204158.165000', '204158.168000', '204158.170000', '204158.173000', '204158.176000', '204158.178000', '204158.181000', '204158.183000', '204158.186000', '204158.188000', '204158.191000', '204158.194000', '204158.196000', '204158.199000', '204158.201000', '204158.204000', '204158.207000', '204158.209000', '204158.212000', '204158.225000', '204158.227000', '204158.230000', '204158.233000', '204158.235000', '204158.238000', '204158.240000', '204158.243000', '204218.125000', '204218.127000', '204218.130000', '204218.133000', '204218.135000', '204218.138000', '204218.141000', '204218.144000', '204218.147000', '204218.149000', '204218.152000', '204218.155000', '204218.157000', '204218.160000', '204218.163000', '204218.165000', '204218.168000', '204218.171000', '204218.173000', '204218.176000', '204218.178000', '204218.181000', '204218.184000', '204218.186000', '204218.189000', '204218.192000', '204218.195000', '204218.198000', '204218.201000', '204218.203000', '204218.206000', '204218.209000', '204218.211000', '204218.214000', '204218.216000', '204218.219000', '204218.222000', '204218.224000', '204218.227000', '204218.230000', '204218.232000', '204218.235000', '204218.238000', '204238.125000', '204238.127000', '204238.130000', '204238.133000', '204238.135000', '204238.138000', '204238.140000', '204238.143000', '204238.145000', '204238.148000', '204238.151000', '204238.153000', '204238.156000', '204238.158000', '204238.161000', '204238.164000', '204238.166000', '204238.169000', '204238.171000', '204238.174000', '204238.176000', '204238.179000', '204238.182000', '204238.184000', '204238.187000', '204238.189000', '204238.192000', '204238.194000', '204238.197000', '204238.200000', '204238.202000', '204238.205000', '204238.207000', '204238.210000', '204238.213000', '204238.215000', '204238.218000', '204238.220000', '204238.223000', '204238.226000', '204238.228000', '204238.231000', '204238.233000', '204238.236000', '204258.124000', '204258.127000', '204258.130000', '204258.133000', '204258.135000', '204258.138000', '204258.140000', '204258.143000', '204258.146000', '204258.148000', '204258.151000', '204258.154000', '204258.156000', '204258.159000', '204258.161000', '204258.164000', '204258.167000', '204258.169000', '204258.172000', '204258.175000', '204258.178000', '204258.181000', '204258.184000', '204258.187000', '204258.189000', '204258.192000', '204258.194000', '204258.197000', '204258.200000', '204258.202000', '204258.205000', '204258.207000', '204258.210000', '204258.213000', '204258.215000', '204258.218000', '204258.220000', '204258.223000', '204258.226000', '204258.228000', '204258.231000', '204258.233000', '204258.236000', '204318.125000', '204318.127000', '204318.130000', '204318.133000', '204318.135000', '204318.138000', '204318.140000', '204318.143000', '204318.146000', '204318.148000', '204318.151000', '204318.153000', '204318.156000', '204318.159000', '204318.161000', '204318.164000', '204318.167000', '204318.169000', '204318.172000', '204318.175000', '204318.177000', '204318.180000', '204318.182000', '204318.185000', '204318.188000', '204318.190000', '204318.193000', '204318.196000', '204318.198000', '204318.201000', '204318.203000', '204318.206000', '204318.209000', '204318.211000', '204318.214000', '204318.217000', '204318.219000', '204318.222000', '204318.224000', '204318.227000', '204318.230000', '204318.232000', '204318.235000', '204318.238000', '204338.124000', '204338.127000', '204338.140000', '204338.142000', '204338.145000', '204338.148000', '204338.150000', '204338.153000', '204338.155000', '204338.158000', '204338.160000', '204338.163000', '204338.166000', '204338.168000', '204338.171000', '204338.173000', '204338.176000', '204338.179000', '204338.181000', '204338.184000', '204338.186000', '204338.189000', '204338.192000', '204338.194000', '204338.197000', '204338.199000', '204338.202000', '204338.204000', '204338.207000', '204338.210000', '204338.212000', '204338.215000', '204338.217000', '204338.220000', '204338.223000', '204338.225000', '204338.228000', '204338.231000', '204338.234000', '204338.237000', '204338.239000', '204338.242000', '204338.244000', '204358.124000', '204358.127000', '204358.130000', '204358.133000', '204358.135000', '204358.138000', '204358.141000', '204358.143000', '204358.146000', '204358.148000', '204358.151000', '204358.154000', '204358.156000', '204358.159000', '204358.161000', '204358.164000', '204358.167000', '204358.169000', '204358.172000', '204358.174000', '204358.177000', '204358.179000', '204358.182000', '204358.185000', '204358.187000', '204358.190000', '204358.192000', '204358.195000', '204358.198000', '204358.200000', '204358.203000', '204358.205000', '204358.208000', '204358.211000', '204358.213000', '204358.216000', '204358.218000', '204358.221000', '204358.223000', '204358.226000', '204358.229000', '204358.231000', '204358.234000', '204358.236000', '204418.124000', '204418.127000', '204418.129000', '204418.132000', '204418.134000', '204418.137000', '204418.140000', '204418.142000', '204418.145000', '204418.147000', '204418.150000', '204418.152000', '204418.155000', '204418.158000', '204418.160000', '204418.163000', '204418.165000', '204418.168000', '204418.171000', '204418.173000', '204418.176000', '204418.178000', '204418.181000', '204418.184000', '204418.186000', '204418.189000', '204418.192000', '204418.195000', '204418.198000', '204418.201000', '204418.204000', '204418.206000', '204418.209000', '204418.211000', '204418.214000', '204418.216000', '204418.219000', '204418.222000', '204418.224000', '204418.227000', '204418.229000', '204418.232000', '204418.235000', '204438.125000', '204438.127000', '204438.130000', '204438.133000', '204438.135000', '204438.138000', '204438.141000', '204438.143000', '204438.146000', '204438.148000', '204438.151000', '204438.154000', '204438.156000', '204438.159000', '204438.161000', '204438.164000', '204438.166000', '204438.169000', '204438.172000', '204438.174000', '204438.177000', '204438.179000', '204438.182000', '204438.184000', '204438.187000', '204438.190000', '204438.192000', '204438.195000', '204438.197000', '204438.200000', '204438.203000', '204438.205000', '204438.208000', '204438.212000', '204438.215000', '204438.218000', '204438.220000', '204438.223000', '204438.226000', '204438.228000', '204438.231000', '204438.233000', '204438.236000', '204438.239000', '204458.125000', '204458.128000', '204458.130000', '204458.133000', '204458.135000', '204458.138000', '204458.140000', '204458.143000', '204458.146000', '204458.148000', '204458.151000', '204458.153000', '204458.156000', '204458.166000', '204458.169000', '204458.171000', '204458.174000', '204458.177000', '204458.179000', '204458.182000', '204458.184000', '204458.187000', '204458.190000', '204458.192000', '204458.195000', '204458.197000', '204458.200000', '204458.203000', '204458.205000', '204458.208000', '204458.211000', '204458.213000', '204458.216000', '204458.218000', '204458.221000', '204458.224000', '204458.226000', '204458.229000', '204458.231000', '204458.234000', '204458.237000', '204458.240000', '204458.243000', '204518.125000', '204518.127000', '204518.130000', '204518.133000', '204518.135000', '204518.138000', '204518.141000', '204518.143000', '204518.146000', '204518.148000', '204518.151000', '204518.154000', '204518.156000', '204518.159000', '204518.161000', '204518.164000', '204518.167000', '204518.169000', '204518.172000', '204518.174000', '204518.177000', '204518.180000', '204518.182000', '204518.185000', '204518.187000', '204518.190000', '204518.193000', '204518.195000', '204518.198000', '204518.200000', '204518.203000', '204518.206000', '204518.208000', '204518.211000', '204518.213000', '204518.216000', '204518.218000', '204518.221000', '204518.224000', '204518.226000', '204518.229000', '204518.231000', '204518.234000', '204518.237000', '204538.125000', '204538.127000', '204538.130000', '204538.133000', '204538.135000', '204538.138000', '204538.140000', '204538.143000', '204538.146000', '204538.148000', '204538.151000', '204538.154000', '204538.156000', '204538.159000', '204538.161000', '204538.164000', '204538.166000', '204538.169000', '204538.171000', '204538.174000', '204538.177000', '204538.179000', '204538.182000', '204538.184000', '204538.187000', '204538.190000', '204538.192000', '204538.195000', '204538.197000', '204538.200000', '204538.202000', '204538.205000', '204538.208000', '204538.210000', '204538.213000', '204538.215000', '204538.218000', '204538.220000', '204538.223000', '204538.226000', '204538.228000', '204538.231000', '204538.233000', '204558.125000', '204558.128000', '204558.130000', '204558.133000', '204558.136000', '204558.138000', '204558.141000', '204558.143000', '204558.146000', '204558.149000', '204558.151000', '204558.154000', '204558.156000', '204558.159000', '204558.162000', '204558.164000', '204558.167000', '204558.169000', '204558.172000', '204558.174000', '204558.177000', '204558.180000', '204558.182000', '204558.185000', '204558.187000', '204558.190000', '204558.193000', '204558.195000', '204558.198000', '204558.200000', '204558.203000', '204558.206000', '204558.208000', '204558.211000', '204558.213000', '204558.216000', '204558.218000', '204558.221000', '204558.224000', '204558.226000', '204558.229000', '204558.231000', '204558.234000', '204558.237000', '204618.125000', '204618.127000', '204618.130000', '204618.133000', '204618.135000', '204618.138000', '204618.140000', '204618.143000', '204618.146000', '204618.148000', '204618.151000', '204618.154000', '204618.156000', '204618.159000', '204618.161000', '204618.164000', '204618.167000', '204618.169000', '204618.172000', '204618.174000', '204618.177000', '204618.180000', '204618.182000', '204618.185000', '204618.195000', '204618.198000', '204618.200000', '204618.203000', '204618.205000', '204618.208000', '204618.211000', '204618.213000', '204618.216000', '204618.218000', '204618.221000', '204618.224000', '204618.226000', '204618.229000', '204618.231000', '204618.234000', '204618.237000', '204618.239000', '204618.242000', '204638.124000', '204638.127000', '204638.129000', '204638.132000', '204638.135000', '204638.137000', '204638.140000', '204638.143000', '204638.145000', '204638.148000', '204638.151000', '204638.153000', '204638.156000', '204638.159000', '204638.161000', '204638.164000', '204638.166000', '204638.169000', '204638.172000', '204638.174000', '204638.177000', '204638.179000', '204638.182000', '204638.184000', '204638.187000', '204638.190000', '204638.192000', '204638.195000', '204638.197000', '204638.200000', '204638.203000', '204638.205000', '204638.208000', '204638.210000', '204638.213000', '204638.216000', '204638.218000', '204638.221000', '204638.223000', '204638.226000', '204638.229000', '204638.231000', '204638.234000', '204638.236000', '204658.125000', '204658.127000', '204658.130000', '204658.133000', '204658.135000', '204658.138000', '204658.140000', '204658.143000', '204658.146000', '204658.148000', '204658.151000', '204658.154000', '204658.156000', '204658.159000', '204658.161000', '204658.164000', '204658.166000', '204658.169000', '204658.172000', '204658.174000', '204658.177000', '204658.179000', '204658.182000', '204658.185000', '204658.187000', '204658.190000', '204658.192000', '204658.195000', '204658.197000', '204658.200000', '204658.203000', '204658.205000', '204658.208000', '204658.210000', '204658.213000', '204658.216000', '204658.218000', '204658.221000', '204658.223000', '204658.226000', '204658.229000', '204658.231000', '204658.234000', '204718.125000', '204718.127000', '204718.130000', '204718.133000', '204718.135000', '204718.138000', '204718.140000', '204718.143000', '204718.146000', '204718.148000', '204718.151000', '204718.153000', '204718.156000', '204718.159000', '204718.161000', '204718.164000', '204718.166000', '204718.169000', '204718.172000', '204718.174000', '204718.177000', '204718.179000', '204718.182000', '204718.185000', '204718.187000', '204718.190000', '204718.192000', '204718.195000', '204718.198000', '204718.200000', '204718.203000', '204718.205000', '204718.208000', '204718.211000', '204718.213000', '204718.216000', '204718.218000', '204718.221000', '204718.224000', '204718.226000', '204718.229000', '204718.231000', '204718.234000', '204718.237000', '204738.125000', '204738.127000', '204738.130000', '204738.133000', '204738.135000', '204738.138000', '204738.141000', '204738.143000', '204738.146000', '204738.148000', '204738.151000', '204738.154000', '204738.156000', '204738.159000', '204738.161000', '204738.164000', '204738.167000', '204738.169000', '204738.172000', '204738.175000', '204738.188000', '204738.190000', '204738.193000', '204738.196000', '204738.198000', '204738.201000', '204738.203000', '204738.206000', '204738.209000', '204738.211000', '204738.214000', '204738.216000', '204738.219000', '204738.222000', '204738.224000', '204738.227000', '204738.229000', '204738.232000', '204738.235000', '204738.237000', '204738.240000', '204738.242000', '204738.245000', '204757.159000', '204757.162000', '204757.165000', '204757.168000', '204757.170000', '204757.173000', '204757.176000', '204757.179000', '204757.182000', '204757.184000', '204757.187000', '204757.190000', '204757.193000', '204757.196000', '204757.198000', '204757.201000', '204757.204000', '204757.206000', '204757.209000', '204757.212000', '204757.215000', '204757.218000', '204757.221000', '204757.223000', '204757.226000', '204757.229000', '204757.232000', '204757.235000', '204757.238000', '204757.241000', '204757.244000', '204757.246000', '204757.249000', '204757.252000', '204757.254000', '204757.257000', '204757.262000', '204757.267000', '204757.270000', '204757.274000', '204757.280000', '204757.285000'], '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], 'LargestImagePixelValue': [6963, 8059, 8286, 6939, 10533, 6753, 9087, 7330, 9558, 6554, 9100, 6488, 7047, 6761, 6896, 9096, 6736, 8575, 6656, 8367, 6589, 8194, 6460, 7441, 6463, 8251, 6590, 9442, 6780, 9523, 6423, 8776, 6712, 8838, 6525, 9373, 7423, 11073, 8169, 10369, 6641, 9029, 6741, 8761, 7149, 10199, 7643, 10219, 6654, 9414, 6552, 9447, 6895, 10132, 7159, 9871, 6462, 9105, 6883, 8978, 6477, 9282, 6629, 8972, 6580, 7389, 6560, 7716, 6309, 9649, 6754, 9013, 6340, 7979, 6503, 8958, 6619, 9425, 7256, 9490, 6728, 8506, 6504, 9148, 6800, 9594, 7746, 10168, 7478, 9911, 7017, 9985, 6958, 9875, 7822, 11044, 8161, 10040, 6746, 9017, 6646, 9003, 7067, 10572, 8080, 9529, 6453, 8515, 6595, 8492, 6614, 9128, 7358, 10463, 7973, 9865, 6962, 9563, 6842, 9558, 7258, 9808, 7970, 7376, 7225, 6626, 6649, 6879, 7124, 6610, 10083, 7434, 11413, 7994, 9753, 6871, 9287, 6751, 9254, 6917, 10191, 8355, 11238, 7412, 8781, 6981, 8926, 7168, 9028, 7217, 9184, 7180, 9367, 7362, 9461, 6789, 8469, 6568, 8659, 6511, 9388, 6815, 9071, 6681, 8560, 6313, 8063, 6576, 7978, 6702, 9092, 6507, 9093, 6308, 7964, 6450, 7256, 7441, 7546, 9211, 9294, 7708, 7482, 6793, 6783, 8214, 6623, 9530, 6696, 9274, 6917, 9245, 6550, 8723, 6810, 7980, 6583, 7341, 6838, 6807, 8089, 6932, 9706, 7283, 10239, 7738, 9665, 6727, 8817, 6487, 9181, 6883, 8585, 6562, 8348, 6438, 8345, 6465, 9214, 7080, 10015, 7280, 8096, 6535, 8605, 6734, 7807, 8719, 7565, 8883, 6760, 8600, 6783, 9890, 7589, 10710, 8758, 10887, 7101, 8970, 6902, 8808, 6957, 8689, 7124, 8792, 6974, 8218, 6873, 9026, 7448, 10066, 8902, 7612, 7122, 6577, 6726, 6654, 6980, 7159, 9338, 7873, 9560, 6633, 7936, 6603, 8021, 6624, 9019, 7196, 10783, 7658, 9688, 6476, 9082, 6730, 9108, 7000, 9821, 7676, 10398, 6800, 8871, 6590, 8697, 6856, 8977, 7086, 10278, 7496, 9504, 6541, 8693, 6450, 9115, 7003, 9158, 7143, 6804, 6799, 6471, 6623, 6567, 8324, 6825, 10912, 7862, 9632, 6546, 9551, 6555, 8236, 7363, 8001, 9495, 6489, 9388, 6665, 9478, 6678, 10284, 7424, 11106, 9145, 10635, 6913, 9148, 6851, 8867, 6764, 9645, 7926, 9692, 6624, 7116, 6921, 7254, 6889, 8583, 7143, 9137, 7092, 8370, 6749, 7861, 6709, 8671, 7188, 7636, 6993, 6683, 6939, 7624, 6820, 8767, 6979, 6615, 6702, 6690, 7006, 7445, 6979, 7097, 10364, 6471, 8889, 6694, 8748, 6823, 9303, 6534, 8490, 7013, 7110, 6785, 6697, 9792, 8262, 11484, 9030, 9300, 7084, 9307, 6562, 8809, 6761, 9798, 7844, 11145, 7254, 9984, 6619, 9182, 6421, 8711, 6530, 9802, 7417, 9597, 6485, 8730, 6601, 8541, 6372, 8844, 6779, 10002, 7254, 10062, 6702, 9710, 6709, 9724, 6770, 10074, 7958, 10762, 6907, 8485, 6785, 7377, 6637, 7134, 6806, 7123, 7334, 6472, 6755, 6767, 7997, 6764, 8675, 6690, 9727, 6761, 10138, 6605, 8468, 6720, 8575, 6363, 9735, 7276, 10333, 6564, 8764, 6524, 8742, 6713, 9172, 6999, 10320, 7421, 9003, 6738, 8569, 6783, 9007, 6763, 9397, 7709, 8937, 6502, 8544, 6712, 9277, 7958, 10545, 7671, 9591, 6702, 9476, 6539, 9554, 7273, 10625, 7146, 10231, 6505, 10200, 6664, 9731, 7042, 10091, 7462, 8601, 6729, 8852, 6482, 9601, 6881, 10220, 7167, 8862, 6572, 8110, 6575, 8824, 7157, 9829, 6464, 9170, 6864, 9238, 6914, 10116, 6994, 9912, 6708, 10205, 8083, 11006, 7870, 9575, 6674, 7582, 6875, 6792, 7543, 6777, 10211, 8068, 11283, 8084, 9449, 6870, 7913, 7090, 7621, 8469, 9552, 9578, 6383, 6808, 6715, 6600, 6769, 6904, 6772, 7831, 7461, 10027, 6435, 6738, 6617, 6794, 6844, 8589, 7297, 11373, 7622, 9056, 6551, 7583, 6466, 7984, 6647, 9907, 7752, 10498, 6959, 8402, 6697, 8504, 6746, 9356, 6653, 9934, 8006, 10793, 6591, 8892, 6884, 9047, 6862, 9141, 6869, 10583, 6880, 9234, 6765, 8993, 6685, 7744, 6545, 8145, 7275, 7760, 6610, 7015, 6763, 7480, 8180, 7090, 8531, 7090, 9077, 7012, 9397, 7951, 12465, 9531, 10393, 6895, 8852, 6850, 8692, 6678, 9059, 6819, 10042, 7470, 9800, 6486, 8764, 6672, 7201, 7139, 8701, 8527, 10112, 7764, 6923, 8881, 7159, 11253, 7696, 10499, 8281, 11337, 7351, 10304, 7084, 9806, 6528, 8866, 6577, 10097, 7156, 10198, 6803, 7533, 6701, 7074, 6646, 9012, 7026, 10481, 6607, 8321, 6476, 7817, 6792, 8728, 6786, 11048, 7411, 10263, 6790, 8907, 6592, 8773, 6648, 10162, 7776, 10413, 6910, 8585, 6915, 8758, 7097, 8358, 6859, 7280, 6965, 6849, 7205, 7336, 8439, 9044, 9041, 8029, 7571, 7574, 7076, 7339, 8971, 7861, 10709, 6793, 6908, 6903, 6738, 6720, 8036, 6933, 11710, 7586, 8714, 6677, 8425, 6803, 8258, 6714, 6612, 7673, 6617, 11998, 9014, 11458, 7699, 10439, 7015, 10406, 7891, 11150, 9025, 11114, 7402, 9737, 7009, 9875, 7191, 11029, 8710, 10463, 6842, 8997, 6677, 8295, 6655, 10636, 7840, 10993, 7396, 8336, 6721, 7420, 6644, 8266, 7412, 9288, 7250, 8492, 6750, 8927, 7078, 9164, 7022, 9764, 8314, 10470, 7372, 9399, 7272, 9019, 7072, 9043, 6983, 10147, 7457, 7664, 7114, 7675, 7087, 7149, 8060, 7249, 7063, 6983, 6899, 6933, 6960, 7040, 7249, 9652, 9260, 7109, 7334, 7030, 6967, 6886, 7064, 7144, 8448, 6741, 7974, 6757, 7152, 6763, 7484, 6708, 9210, 7342, 11132, 7682, 9247, 6718, 8559, 6947, 9146, 7555, 10244, 8760, 10595, 11893, 9973, 9612, 8018, 8613, 6603, 7167, 6768, 6491, 6467, 6620, 6664, 6697, 6619, 7071, 6704, 9207, 7408, 10172, 8401, 10757, 7908, 9822, 7337, 9408, 6903, 9396, 7305, 7816, 6610, 7269, 6553, 6783, 6502, 6918, 7587, 6668, 8816, 6700, 8452, 6639, 8118, 6956, 9867, 6917, 8973, 6633, 7973, 6763, 7973, 6733, 8574, 6777, 8339, 6901, 8955, 7006, 9942, 6631, 8553, 6924, 7969, 7019, 8606, 9523, 9921, 7935, 8053, 7176, 7301, 7189, 7906, 7044, 7378, 7249, 7044, 7696, 6673, 6726, 6618, 7007, 6670, 7240, 7657, 8004, 8179, 8882, 6673, 6924, 6750, 6534, 6794, 7230, 7657, 8421, 8455, 6772, 7458, 6685, 8652, 7104, 9242, 7097, 9994, 6807, 9724, 6510, 9619, 6390, 9409, 6502, 9050, 6429, 7457, 6786, 6755, 6761, 8596, 6722, 9719, 6621, 8133, 6614, 8541, 6447, 9051, 6444, 9719, 7899, 10274, 6888, 9372, 6915, 9381, 7157, 9450, 7050, 10065, 7804, 10004, 7370, 8665, 7013, 8690, 6970, 9531, 6751, 9968, 7005, 9709, 7970, 10775, 7207, 9289, 6843, 8913, 6840, 9199, 6946, 9433, 6868, 9083, 7008, 8928, 7067, 9437, 6668, 8846, 6853, 9080, 6834, 9386, 6709, 9205, 6459, 8992, 6595, 8866, 6911, 8943, 6561, 9354, 6587, 9291, 6572, 9368, 6403, 9069, 6589, 9348, 7489, 9801, 6355, 8409, 6737, 8938, 6393, 9311, 6711, 9150, 6922, 9847, 7395, 8959, 6565, 9080, 6837, 9459, 6538, 9705, 7517, 10448, 8180, 9538, 6904, 9578, 6773, 9658, 6828, 9779, 7558, 10141, 7302, 9701, 7128, 8931, 6950, 8811, 7197, 9345, 7137, 7985, 6884, 6921, 7003, 6836, 6931, 6918, 7060, 7380, 7680, 6424, 6618, 6553, 7223, 6837, 8260, 6610, 9575, 6648, 8488, 7362, 6679, 9820, 7894, 11633, 8839, 10502, 7173, 8621, 7093, 8227, 7052, 7949, 6918, 7053, 6843, 7580, 10339, 7365, 8614, 6792, 7774, 6704, 7841, 6397, 8862, 6686, 9365, 7271, 10761, 8849, 12853, 10104, 11033, 9435, 7750, 6776, 7151, 7986, 6492, 7989, 6641, 8491, 6732, 8954, 7383, 9624, 7501, 9880, 8003, 10566, 8571, 11276, 7110, 10529, 7499, 7927, 6708, 6621, 6739, 7132, 7057, 7676, 7264, 9099, 7654, 10997, 8849, 10672, 8972, 8781, 6871, 7143, 6958, 7493, 6972, 8523, 9685, 9084, 7505, 6899, 7101, 7333, 7178, 8026, 7042, 7813, 7739, 8438, 10260, 7714, 8992, 6419, 7843, 6791, 8778, 6786, 10473, 7882, 12487, 8587], 'WindowCenter': [3946.0, 3953.0, 3947.0, 3927.0, 3965.0, 3914.0, 3944.0, 3924.0, 3954.0, 3902.0, 3945.0, 3902.0, 3913.0, 3901.0, 3911.0, 3942.0, 3914.0, 3944.0, 3916.0, 3946.0, 3927.0, 3946.0, 3917.0, 3937.0, 3917.0, 3948.0, 3929.0, 3970.0, 3930.0, 3971.0, 3930.0, 3961.0, 3930.0, 3960.0, 3918.0, 3960.0, 3940.0, 3992.0, 3961.0, 3982.0, 3941.0, 3970.0, 3928.0, 3958.0, 3941.0, 3981.0, 3952.0, 3982.0, 3941.0, 3970.0, 3930.0, 3970.0, 3939.0, 3981.0, 3940.0, 3971.0, 3929.0, 3960.0, 3938.0, 3960.0, 3929.0, 3971.0, 3929.0, 3960.0, 3929.0, 3939.0, 3929.0, 3949.0, 3930.0, 3972.0, 3942.0, 3973.0, 3931.0, 3961.0, 3930.0, 3972.0, 3942.0, 3973.0, 3953.0, 3985.0, 3944.0, 3973.0, 3942.0, 3972.0, 3943.0, 3984.0, 3965.0, 3995.0, 3954.0, 3984.0, 3954.0, 3981.0, 3940.0, 3968.0, 3952.0, 3993.0, 3962.0, 3982.0, 3931.0, 3959.0, 3928.0, 3958.0, 3929.0, 3981.0, 3951.0, 3969.0, 3930.0, 3960.0, 3929.0, 3948.0, 3927.0, 3959.0, 3940.0, 3980.0, 3951.0, 3981.0, 3941.0, 3969.0, 3928.0, 3957.0, 3939.0, 3969.0, 3949.0, 3938.0, 3940.0, 3929.0, 3929.0, 3926.0, 3926.0, 3926.0, 3970.0, 3939.0, 3991.0, 3947.0, 3970.0, 3929.0, 3957.0, 3927.0, 3956.0, 3928.0, 3969.0, 3960.0, 3980.0, 3940.0, 3958.0, 3937.0, 3956.0, 3926.0, 3956.0, 3937.0, 3955.0, 3927.0, 3957.0, 3939.0, 3968.0, 3928.0, 3946.0, 3926.0, 3945.0, 3914.0, 3957.0, 3928.0, 3958.0, 3928.0, 3958.0, 3918.0, 3947.0, 3926.0, 3947.0, 3928.0, 3958.0, 3918.0, 3960.0, 3918.0, 3950.0, 3916.0, 3937.0, 3937.0, 3950.0, 3970.0, 3970.0, 3949.0, 3940.0, 3928.0, 3929.0, 3947.0, 3928.0, 3968.0, 3929.0, 3969.0, 3940.0, 3969.0, 3930.0, 3960.0, 3927.0, 3948.0, 3916.0, 3938.0, 3927.0, 3929.0, 3948.0, 3940.0, 3969.0, 3939.0, 3981.0, 3951.0, 3970.0, 3928.0, 3958.0, 3918.0, 3959.0, 3940.0, 3960.0, 3941.0, 3961.0, 3931.0, 3960.0, 3930.0, 3970.0, 3943.0, 3983.0, 3954.0, 3961.0, 3930.0, 3961.0, 3942.0, 3963.0, 3975.0, 3965.0, 3986.0, 3954.0, 3972.0, 3941.0, 3982.0, 3964.0, 3995.0, 3976.0, 3994.0, 3954.0, 3972.0, 3942.0, 3970.0, 3941.0, 3960.0, 3942.0, 3961.0, 3942.0, 3961.0, 3941.0, 3960.0, 3950.0, 3971.0, 3972.0, 3950.0, 3940.0, 3928.0, 3928.0, 3928.0, 3939.0, 3939.0, 3972.0, 3960.0, 3983.0, 3940.0, 3961.0, 3929.0, 3949.0, 3928.0, 3960.0, 3940.0, 3981.0, 3951.0, 3971.0, 3930.0, 3959.0, 3928.0, 3958.0, 3928.0, 3969.0, 3949.0, 3968.0, 3929.0, 3959.0, 3928.0, 3946.0, 3916.0, 3957.0, 3938.0, 3968.0, 3939.0, 3969.0, 3928.0, 3957.0, 3917.0, 3956.0, 3928.0, 3968.0, 3940.0, 3928.0, 3941.0, 3928.0, 3930.0, 3928.0, 3960.0, 3930.0, 3982.0, 3962.0, 3981.0, 3932.0, 3982.0, 3930.0, 3960.0, 3952.0, 3963.0, 3985.0, 3932.0, 3984.0, 3942.0, 3981.0, 3930.0, 3982.0, 3951.0, 3994.0, 3973.0, 3983.0, 3940.0, 3970.0, 3928.0, 3957.0, 3927.0, 3969.0, 3950.0, 3968.0, 3929.0, 3937.0, 3939.0, 3936.0, 3927.0, 3947.0, 3928.0, 3958.0, 3938.0, 3946.0, 3928.0, 3935.0, 3927.0, 3947.0, 3927.0, 3936.0, 3927.0, 3925.0, 3938.0, 3936.0, 3929.0, 3959.0, 3940.0, 3929.0, 3930.0, 3928.0, 3940.0, 3939.0, 3941.0, 3941.0, 3993.0, 3942.0, 3973.0, 3941.0, 3961.0, 3940.0, 3972.0, 3931.0, 3973.0, 3954.0, 3954.0, 3944.0, 3942.0, 3996.0, 3974.0, 4008.0, 3975.0, 3984.0, 3942.0, 3971.0, 3929.0, 3959.0, 3930.0, 3971.0, 3951.0, 3991.0, 3951.0, 3969.0, 3928.0, 3957.0, 3916.0, 3946.0, 3917.0, 3968.0, 3940.0, 3970.0, 3930.0, 3958.0, 3927.0, 3947.0, 3916.0, 3956.0, 3929.0, 3968.0, 3939.0, 3970.0, 3929.0, 3969.0, 3928.0, 3956.0, 3928.0, 3969.0, 3950.0, 3979.0, 3940.0, 3959.0, 3929.0, 3937.0, 3917.0, 3926.0, 3927.0, 3928.0, 3939.0, 3918.0, 3929.0, 3928.0, 3949.0, 3928.0, 3959.0, 3927.0, 3970.0, 3928.0, 3980.0, 3930.0, 3959.0, 3929.0, 3959.0, 3919.0, 3971.0, 3951.0, 3982.0, 3941.0, 3960.0, 3930.0, 3960.0, 3930.0, 3971.0, 3942.0, 3983.0, 3953.0, 3973.0, 3943.0, 3960.0, 3940.0, 3960.0, 3942.0, 3971.0, 3953.0, 3973.0, 3932.0, 3961.0, 3929.0, 3969.0, 3952.0, 3980.0, 3951.0, 3968.0, 3929.0, 3957.0, 3918.0, 3967.0, 3939.0, 3980.0, 3940.0, 3981.0, 3928.0, 3968.0, 3928.0, 3968.0, 3940.0, 3979.0, 3940.0, 3958.0, 3929.0, 3970.0, 3928.0, 3970.0, 3940.0, 3980.0, 3941.0, 3970.0, 3929.0, 3949.0, 3942.0, 3960.0, 3940.0, 3981.0, 3930.0, 3969.0, 3930.0, 3968.0, 3939.0, 3980.0, 3940.0, 3969.0, 3928.0, 3969.0, 3950.0, 3981.0, 3950.0, 3969.0, 3927.0, 3936.0, 3926.0, 3927.0, 3937.0, 3927.0, 3980.0, 3962.0, 3991.0, 3961.0, 3971.0, 3940.0, 3947.0, 3927.0, 3937.0, 3950.0, 3969.0, 3972.0, 3928.0, 3929.0, 3928.0, 3927.0, 3914.0, 3926.0, 3926.0, 3938.0, 3938.0, 3980.0, 3929.0, 3927.0, 3927.0, 3927.0, 3914.0, 3957.0, 3937.0, 3981.0, 3948.0, 3958.0, 3917.0, 3937.0, 3916.0, 3936.0, 3916.0, 3967.0, 3949.0, 3980.0, 3939.0, 3958.0, 3927.0, 3957.0, 3927.0, 3968.0, 3929.0, 3970.0, 3961.0, 3990.0, 3929.0, 3958.0, 3927.0, 3957.0, 3928.0, 3958.0, 3929.0, 3979.0, 3938.0, 3969.0, 3927.0, 3958.0, 3927.0, 3937.0, 3915.0, 3949.0, 3937.0, 3949.0, 3928.0, 3938.0, 3928.0, 3939.0, 3959.0, 3939.0, 3959.0, 3940.0, 3959.0, 3940.0, 3972.0, 3962.0, 4004.0, 3984.0, 3982.0, 3942.0, 3970.0, 3929.0, 3956.0, 3927.0, 3959.0, 3941.0, 3982.0, 3952.0, 3983.0, 3931.0, 3960.0, 3928.0, 3937.0, 3926.0, 3959.0, 3958.0, 3982.0, 3948.0, 3939.0, 3958.0, 3937.0, 3975.0, 3936.0, 3965.0, 3948.0, 3977.0, 3937.0, 3967.0, 3926.0, 3967.0, 3915.0, 3956.0, 3914.0, 3967.0, 3926.0, 3966.0, 3926.0, 3936.0, 3925.0, 3925.0, 3924.0, 3957.0, 3938.0, 3978.0, 3926.0, 3957.0, 3916.0, 3936.0, 3926.0, 3957.0, 3926.0, 3980.0, 3939.0, 3980.0, 3928.0, 3957.0, 3926.0, 3957.0, 3927.0, 3978.0, 3950.0, 3979.0, 3939.0, 3958.0, 3937.0, 3958.0, 3940.0, 3959.0, 3930.0, 3948.0, 3940.0, 3928.0, 3951.0, 3950.0, 3962.0, 3970.0, 3971.0, 3950.0, 3949.0, 3948.0, 3939.0, 3939.0, 3971.0, 3950.0, 3981.0, 3929.0, 3939.0, 3938.0, 3927.0, 3926.0, 3949.0, 3940.0, 4004.0, 3962.0, 3971.0, 3941.0, 3960.0, 3930.0, 3960.0, 3941.0, 3942.0, 3964.0, 3955.0, 4018.0, 3988.0, 4007.0, 3965.0, 3991.0, 3940.0, 3979.0, 3952.0, 3993.0, 3973.0, 3993.0, 3952.0, 3970.0, 3939.0, 3967.0, 3927.0, 3978.0, 3958.0, 3979.0, 3927.0, 3956.0, 3926.0, 3945.0, 3915.0, 3967.0, 3947.0, 3978.0, 3939.0, 3947.0, 3926.0, 3936.0, 3915.0, 3944.0, 3937.0, 3957.0, 3938.0, 3958.0, 3927.0, 3956.0, 3925.0, 3955.0, 3925.0, 3966.0, 3947.0, 3978.0, 3938.0, 3969.0, 3939.0, 3943.0, 3913.0, 3944.0, 3925.0, 3968.0, 3937.0, 3948.0, 3937.0, 3936.0, 3927.0, 3924.0, 3947.0, 3936.0, 3937.0, 3926.0, 3938.0, 3925.0, 3936.0, 3925.0, 3937.0, 3967.0, 3970.0, 3927.0, 3936.0, 3926.0, 3924.0, 3924.0, 3925.0, 3924.0, 3947.0, 3925.0, 3945.0, 3925.0, 3925.0, 3913.0, 3924.0, 3913.0, 3957.0, 3936.0, 3978.0, 3948.0, 3967.0, 3928.0, 3957.0, 3941.0, 3969.0, 3938.0, 3981.0, 3972.0, 3995.0, 4007.0, 3996.0, 3984.0, 3963.0, 3958.0, 3927.0, 3926.0, 3916.0, 3917.0, 3917.0, 3928.0, 3929.0, 3929.0, 3930.0, 3939.0, 3928.0, 3958.0, 3938.0, 3967.0, 3949.0, 3968.0, 3937.0, 3955.0, 3924.0, 3944.0, 3912.0, 3942.0, 3921.0, 3920.0, 3900.0, 3911.0, 3900.0, 3900.0, 3900.0, 3912.0, 3920.0, 3912.0, 3941.0, 3911.0, 3931.0, 3911.0, 3932.0, 3914.0, 3954.0, 3925.0, 3944.0, 3915.0, 3934.0, 3915.0, 3936.0, 3927.0, 3957.0, 3928.0, 3946.0, 3939.0, 3959.0, 3940.0, 3980.0, 3930.0, 3958.0, 3938.0, 3946.0, 3928.0, 3959.0, 3970.0, 3969.0, 3965.0, 3951.0, 3928.0, 3914.0, 3927.0, 3948.0, 3939.0, 3937.0, 3939.0, 3939.0, 3961.0, 3929.0, 3928.0, 3927.0, 3926.0, 3926.0, 3938.0, 3949.0, 3950.0, 3960.0, 3971.0, 3940.0, 3940.0, 3926.0, 3917.0, 3915.0, 3938.0, 3937.0, 3959.0, 3948.0, 3929.0, 3938.0, 3928.0, 3956.0, 3928.0, 3958.0, 3939.0, 3967.0, 3929.0, 3967.0, 3917.0, 3968.0, 3917.0, 3968.0, 3929.0, 3959.0, 3917.0, 3940.0, 3928.0, 3929.0, 3929.0, 3971.0, 3941.0, 3984.0, 3944.0, 3963.0, 3942.0, 3970.0, 3930.0, 3970.0, 3933.0, 3983.0, 3965.0, 3995.0, 3955.0, 3983.0, 3952.0, 3970.0, 3941.0, 3970.0, 3940.0, 3981.0, 3952.0, 3982.0, 3953.0, 3961.0, 3941.0, 3958.0, 3939.0, 3968.0, 3929.0, 3968.0, 3940.0, 3969.0, 3961.0, 3981.0, 3950.0, 3970.0, 3928.0, 3957.0, 3927.0, 3958.0, 3928.0, 3958.0, 3928.0, 3959.0, 3939.0, 3971.0, 3942.0, 3971.0, 3941.0, 3971.0, 3930.0, 3958.0, 3930.0, 3969.0, 3929.0, 3970.0, 3931.0, 3971.0, 3942.0, 3972.0, 3943.0, 3971.0, 3932.0, 3971.0, 3930.0, 3972.0, 3932.0, 3971.0, 3932.0, 3971.0, 3932.0, 3973.0, 3952.0, 3982.0, 3931.0, 3962.0, 3931.0, 3970.0, 3931.0, 3972.0, 3931.0, 3973.0, 3943.0, 3985.0, 3954.0, 3974.0, 3943.0, 3972.0, 3941.0, 3971.0, 3930.0, 3972.0, 3954.0, 3994.0, 3976.0, 3984.0, 3944.0, 3982.0, 3942.0, 3969.0, 3929.0, 3971.0, 3952.0, 3981.0, 3952.0, 3982.0, 3942.0, 3960.0, 3939.0, 3959.0, 3939.0, 3960.0, 3940.0, 3948.0, 3940.0, 3938.0, 3941.0, 3928.0, 3939.0, 3940.0, 3941.0, 3940.0, 3950.0, 3929.0, 3930.0, 3918.0, 3939.0, 3930.0, 3962.0, 3938.0, 3971.0, 3942.0, 3971.0, 3952.0, 3940.0, 3983.0, 3963.0, 4004.0, 3974.0, 3994.0, 3954.0, 3973.0, 3943.0, 3961.0, 3942.0, 3962.0, 3942.0, 3939.0, 3941.0, 3953.0, 3985.0, 3953.0, 3973.0, 3942.0, 3951.0, 3930.0, 3950.0, 3919.0, 3960.0, 3930.0, 3972.0, 3954.0, 3995.0, 3986.0, 4016.0, 4009.0, 4007.0, 3986.0, 3962.0, 3941.0, 3952.0, 3961.0, 3945.0, 3978.0, 3958.0, 3976.0, 3946.0, 3975.0, 3954.0, 3971.0, 3941.0, 3972.0, 3951.0, 3982.0, 3961.0, 3980.0, 3929.0, 3968.0, 3938.0, 3935.0, 3927.0, 3916.0, 3928.0, 3927.0, 3939.0, 3948.0, 3940.0, 3959.0, 3939.0, 3968.0, 3959.0, 3968.0, 3947.0, 3946.0, 3916.0, 3925.0, 3926.0, 3924.0, 3928.0, 3947.0, 3971.0, 3960.0, 3940.0, 3927.0, 3928.0, 3926.0, 3926.0, 3936.0, 3927.0, 3936.0, 3939.0, 3949.0, 3981.0, 3949.0, 3960.0, 3918.0, 3948.0, 3926.0, 3959.0, 3929.0, 3980.0, 3950.0, 3992.0, 3961.0], 'WindowWidth': [8843.0, 8844.0, 8826.0, 8798.0, 8844.0, 8775.0, 8813.0, 8789.0, 8828.0, 8757.0, 8816.0, 8756.0, 8773.0, 8752.0, 8768.0, 8808.0, 8777.0, 8815.0, 8781.0, 8820.0, 8799.0, 8823.0, 8785.0, 8811.0, 8787.0, 8828.0, 8806.0, 8861.0, 8810.0, 8863.0, 8809.0, 8851.0, 8808.0, 8846.0, 8789.0, 8847.0, 8823.0, 8893.0, 8852.0, 8881.0, 8826.0, 8861.0, 8804.0, 8843.0, 8823.0, 8878.0, 8841.0, 8879.0, 8825.0, 8862.0, 8810.0, 8861.0, 8819.0, 8878.0, 8821.0, 8862.0, 8805.0, 8848.0, 8817.0, 8847.0, 8806.0, 8863.0, 8806.0, 8848.0, 8807.0, 8819.0, 8804.0, 8832.0, 8811.0, 8869.0, 8829.0, 8869.0, 8813.0, 8852.0, 8809.0, 8865.0, 8830.0, 8872.0, 8848.0, 8890.0, 8835.0, 8873.0, 8831.0, 8868.0, 8831.0, 8886.0, 8864.0, 8903.0, 8850.0, 8889.0, 8847.0, 8880.0, 8822.0, 8859.0, 8841.0, 8899.0, 8855.0, 8881.0, 8811.0, 8845.0, 8803.0, 8841.0, 8806.0, 8875.0, 8836.0, 8860.0, 8809.0, 8845.0, 8805.0, 8827.0, 8802.0, 8845.0, 8822.0, 8876.0, 8840.0, 8877.0, 8824.0, 8858.0, 8802.0, 8838.0, 8819.0, 8858.0, 8834.0, 8817.0, 8823.0, 8806.0, 8804.0, 8798.0, 8797.0, 8799.0, 8861.0, 8820.0, 8893.0, 8830.0, 8862.0, 8806.0, 8839.0, 8798.0, 8835.0, 8804.0, 8858.0, 8849.0, 8875.0, 8821.0, 8842.0, 8814.0, 8835.0, 8795.0, 8834.0, 8811.0, 8833.0, 8800.0, 8839.0, 8818.0, 8855.0, 8801.0, 8823.0, 8796.0, 8818.0, 8779.0, 8837.0, 8802.0, 8842.0, 8804.0, 8842.0, 8790.0, 8826.0, 8796.0, 8826.0, 8801.0, 8843.0, 8790.0, 8847.0, 8791.0, 8833.0, 8785.0, 8814.0, 8813.0, 8832.0, 8860.0, 8863.0, 8834.0, 8822.0, 8804.0, 8806.0, 8827.0, 8803.0, 8854.0, 8805.0, 8857.0, 8822.0, 8860.0, 8811.0, 8848.0, 8802.0, 8829.0, 8784.0, 8817.0, 8800.0, 8805.0, 8829.0, 8821.0, 8859.0, 8820.0, 8876.0, 8838.0, 8860.0, 8805.0, 8842.0, 8791.0, 8843.0, 8823.0, 8849.0, 8827.0, 8852.0, 8814.0, 8850.0, 8810.0, 8863.0, 8832.0, 8885.0, 8848.0, 8853.0, 8813.0, 8851.0, 8828.0, 8858.0, 8877.0, 8864.0, 8893.0, 8851.0, 8871.0, 8829.0, 8881.0, 8862.0, 8905.0, 8881.0, 8903.0, 8850.0, 8870.0, 8830.0, 8863.0, 8826.0, 8849.0, 8829.0, 8853.0, 8829.0, 8852.0, 8826.0, 8848.0, 8837.0, 8864.0, 8868.0, 8834.0, 8823.0, 8804.0, 8803.0, 8801.0, 8819.0, 8820.0, 8868.0, 8850.0, 8884.0, 8825.0, 8851.0, 8806.0, 8831.0, 8803.0, 8848.0, 8824.0, 8879.0, 8840.0, 8866.0, 8811.0, 8846.0, 8804.0, 8840.0, 8802.0, 8858.0, 8833.0, 8858.0, 8806.0, 8845.0, 8803.0, 8824.0, 8784.0, 8839.0, 8817.0, 8856.0, 8820.0, 8858.0, 8805.0, 8840.0, 8789.0, 8837.0, 8804.0, 8856.0, 8823.0, 8805.0, 8825.0, 8807.0, 8809.0, 8806.0, 8849.0, 8812.0, 8883.0, 8857.0, 8881.0, 8816.0, 8881.0, 8811.0, 8850.0, 8843.0, 8859.0, 8892.0, 8819.0, 8887.0, 8831.0, 8878.0, 8811.0, 8880.0, 8841.0, 8902.0, 8871.0, 8884.0, 8824.0, 8862.0, 8804.0, 8839.0, 8801.0, 8857.0, 8836.0, 8858.0, 8807.0, 8814.0, 8818.0, 8810.0, 8800.0, 8826.0, 8803.0, 8841.0, 8817.0, 8824.0, 8802.0, 8808.0, 8800.0, 8825.0, 8800.0, 8808.0, 8799.0, 8795.0, 8817.0, 8810.0, 8805.0, 8847.0, 8824.0, 8806.0, 8809.0, 8803.0, 8822.0, 8819.0, 8826.0, 8827.0, 8901.0, 8831.0, 8871.0, 8828.0, 8851.0, 8825.0, 8869.0, 8814.0, 8869.0, 8848.0, 8848.0, 8837.0, 8832.0, 8907.0, 8875.0, 8928.0, 8879.0, 8889.0, 8829.0, 8862.0, 8804.0, 8843.0, 8808.0, 8863.0, 8839.0, 8894.0, 8840.0, 8860.0, 8803.0, 8838.0, 8783.0, 8822.0, 8787.0, 8854.0, 8821.0, 8861.0, 8809.0, 8842.0, 8802.0, 8825.0, 8783.0, 8836.0, 8805.0, 8856.0, 8821.0, 8861.0, 8806.0, 8857.0, 8802.0, 8834.0, 8802.0, 8856.0, 8835.0, 8871.0, 8822.0, 8844.0, 8805.0, 8812.0, 8786.0, 8798.0, 8801.0, 8802.0, 8819.0, 8790.0, 8806.0, 8803.0, 8832.0, 8803.0, 8845.0, 8800.0, 8860.0, 8804.0, 8874.0, 8808.0, 8844.0, 8806.0, 8845.0, 8793.0, 8863.0, 8840.0, 8881.0, 8828.0, 8851.0, 8811.0, 8848.0, 8811.0, 8864.0, 8830.0, 8884.0, 8847.0, 8873.0, 8834.0, 8851.0, 8825.0, 8849.0, 8830.0, 8866.0, 8846.0, 8870.0, 8817.0, 8851.0, 8808.0, 8859.0, 8841.0, 8875.0, 8839.0, 8858.0, 8805.0, 8839.0, 8789.0, 8853.0, 8819.0, 8874.0, 8825.0, 8876.0, 8803.0, 8855.0, 8804.0, 8853.0, 8822.0, 8872.0, 8822.0, 8842.0, 8807.0, 8863.0, 8803.0, 8861.0, 8821.0, 8875.0, 8825.0, 8861.0, 8808.0, 8833.0, 8831.0, 8847.0, 8823.0, 8875.0, 8810.0, 8858.0, 8808.0, 8855.0, 8820.0, 8874.0, 8820.0, 8856.0, 8803.0, 8857.0, 8836.0, 8877.0, 8835.0, 8857.0, 8798.0, 8808.0, 8798.0, 8798.0, 8814.0, 8801.0, 8875.0, 8854.0, 8893.0, 8852.0, 8866.0, 8824.0, 8826.0, 8801.0, 8812.0, 8833.0, 8860.0, 8868.0, 8806.0, 8808.0, 8802.0, 8800.0, 8778.0, 8797.0, 8796.0, 8815.0, 8816.0, 8876.0, 8807.0, 8803.0, 8800.0, 8799.0, 8779.0, 8839.0, 8813.0, 8877.0, 8830.0, 8843.0, 8788.0, 8812.0, 8784.0, 8809.0, 8785.0, 8853.0, 8832.0, 8873.0, 8821.0, 8843.0, 8801.0, 8840.0, 8801.0, 8856.0, 8808.0, 8861.0, 8852.0, 8891.0, 8808.0, 8842.0, 8800.0, 8838.0, 8803.0, 8842.0, 8805.0, 8870.0, 8817.0, 8857.0, 8801.0, 8841.0, 8799.0, 8813.0, 8783.0, 8832.0, 8814.0, 8832.0, 8802.0, 8818.0, 8802.0, 8820.0, 8844.0, 8819.0, 8845.0, 8821.0, 8845.0, 8825.0, 8867.0, 8857.0, 8917.0, 8889.0, 8884.0, 8829.0, 8862.0, 8806.0, 8837.0, 8800.0, 8846.0, 8826.0, 8883.0, 8844.0, 8885.0, 8816.0, 8850.0, 8802.0, 8812.0, 8797.0, 8846.0, 8842.0, 8880.0, 8832.0, 8820.0, 8841.0, 8814.0, 8859.0, 8809.0, 8847.0, 8827.0, 8865.0, 8812.0, 8852.0, 8799.0, 8851.0, 8781.0, 8834.0, 8779.0, 8851.0, 8796.0, 8850.0, 8797.0, 8810.0, 8794.0, 8793.0, 8793.0, 8841.0, 8815.0, 8870.0, 8799.0, 8841.0, 8784.0, 8810.0, 8796.0, 8840.0, 8800.0, 8875.0, 8820.0, 8873.0, 8804.0, 8839.0, 8798.0, 8839.0, 8801.0, 8870.0, 8834.0, 8872.0, 8819.0, 8842.0, 8816.0, 8842.0, 8821.0, 8846.0, 8809.0, 8830.0, 8824.0, 8806.0, 8839.0, 8837.0, 8854.0, 8864.0, 8866.0, 8835.0, 8832.0, 8828.0, 8819.0, 8817.0, 8864.0, 8835.0, 8879.0, 8808.0, 8818.0, 8814.0, 8799.0, 8799.0, 8834.0, 8824.0, 8914.0, 8858.0, 8868.0, 8826.0, 8849.0, 8809.0, 8848.0, 8827.0, 8830.0, 8861.0, 8853.0, 8943.0, 8903.0, 8927.0, 8866.0, 8895.0, 8822.0, 8873.0, 8841.0, 8901.0, 8873.0, 8899.0, 8844.0, 8863.0, 8819.0, 8851.0, 8801.0, 8869.0, 8844.0, 8871.0, 8801.0, 8836.0, 8798.0, 8820.0, 8782.0, 8853.0, 8827.0, 8870.0, 8820.0, 8825.0, 8797.0, 8810.0, 8780.0, 8818.0, 8814.0, 8840.0, 8818.0, 8842.0, 8802.0, 8837.0, 8793.0, 8830.0, 8794.0, 8849.0, 8828.0, 8870.0, 8817.0, 8857.0, 8818.0, 8812.0, 8773.0, 8813.0, 8794.0, 8854.0, 8813.0, 8831.0, 8814.0, 8810.0, 8801.0, 8792.0, 8826.0, 8812.0, 8814.0, 8797.0, 8816.0, 8796.0, 8812.0, 8794.0, 8813.0, 8853.0, 8860.0, 8801.0, 8812.0, 8796.0, 8792.0, 8791.0, 8794.0, 8792.0, 8825.0, 8794.0, 8821.0, 8794.0, 8794.0, 8777.0, 8789.0, 8775.0, 8838.0, 8812.0, 8870.0, 8830.0, 8854.0, 8803.0, 8840.0, 8827.0, 8859.0, 8814.0, 8881.0, 8868.0, 8905.0, 8927.0, 8909.0, 8887.0, 8858.0, 8843.0, 8798.0, 8795.0, 8783.0, 8783.0, 8785.0, 8803.0, 8806.0, 8808.0, 8808.0, 8819.0, 8805.0, 8842.0, 8816.0, 8853.0, 8830.0, 8854.0, 8811.0, 8831.0, 8789.0, 8815.0, 8771.0, 8809.0, 8780.0, 8777.0, 8749.0, 8766.0, 8749.0, 8752.0, 8752.0, 8770.0, 8778.0, 8770.0, 8806.0, 8767.0, 8792.0, 8769.0, 8797.0, 8776.0, 8829.0, 8793.0, 8816.0, 8781.0, 8803.0, 8781.0, 8808.0, 8800.0, 8839.0, 8802.0, 8824.0, 8819.0, 8844.0, 8823.0, 8874.0, 8808.0, 8843.0, 8815.0, 8822.0, 8802.0, 8843.0, 8862.0, 8860.0, 8864.0, 8835.0, 8801.0, 8771.0, 8797.0, 8829.0, 8818.0, 8814.0, 8818.0, 8822.0, 8852.0, 8808.0, 8804.0, 8798.0, 8797.0, 8797.0, 8816.0, 8830.0, 8836.0, 8848.0, 8866.0, 8822.0, 8821.0, 8797.0, 8785.0, 8782.0, 8815.0, 8813.0, 8844.0, 8828.0, 8808.0, 8815.0, 8804.0, 8837.0, 8803.0, 8842.0, 8818.0, 8853.0, 8804.0, 8853.0, 8788.0, 8855.0, 8789.0, 8856.0, 8805.0, 8843.0, 8786.0, 8821.0, 8803.0, 8806.0, 8807.0, 8866.0, 8827.0, 8886.0, 8835.0, 8858.0, 8828.0, 8862.0, 8810.0, 8863.0, 8818.0, 8884.0, 8866.0, 8905.0, 8852.0, 8886.0, 8843.0, 8862.0, 8825.0, 8861.0, 8824.0, 8877.0, 8842.0, 8882.0, 8845.0, 8851.0, 8826.0, 8843.0, 8819.0, 8856.0, 8804.0, 8854.0, 8821.0, 8860.0, 8853.0, 8879.0, 8837.0, 8859.0, 8804.0, 8838.0, 8799.0, 8839.0, 8803.0, 8841.0, 8803.0, 8842.0, 8820.0, 8862.0, 8828.0, 8864.0, 8826.0, 8862.0, 8809.0, 8843.0, 8808.0, 8859.0, 8808.0, 8861.0, 8813.0, 8864.0, 8829.0, 8868.0, 8830.0, 8863.0, 8813.0, 8861.0, 8809.0, 8863.0, 8812.0, 8864.0, 8813.0, 8865.0, 8814.0, 8869.0, 8842.0, 8881.0, 8813.0, 8851.0, 8811.0, 8862.0, 8812.0, 8864.0, 8813.0, 8870.0, 8831.0, 8888.0, 8847.0, 8872.0, 8833.0, 8867.0, 8826.0, 8863.0, 8810.0, 8867.0, 8847.0, 8901.0, 8878.0, 8887.0, 8833.0, 8881.0, 8828.0, 8859.0, 8807.0, 8863.0, 8841.0, 8877.0, 8841.0, 8881.0, 8828.0, 8848.0, 8819.0, 8843.0, 8821.0, 8847.0, 8821.0, 8830.0, 8821.0, 8817.0, 8824.0, 8804.0, 8819.0, 8822.0, 8824.0, 8821.0, 8835.0, 8807.0, 8807.0, 8790.0, 8818.0, 8807.0, 8853.0, 8820.0, 8866.0, 8830.0, 8867.0, 8844.0, 8824.0, 8884.0, 8860.0, 8915.0, 8876.0, 8902.0, 8849.0, 8871.0, 8831.0, 8853.0, 8830.0, 8853.0, 8827.0, 8820.0, 8828.0, 8844.0, 8890.0, 8844.0, 8871.0, 8827.0, 8837.0, 8809.0, 8833.0, 8792.0, 8844.0, 8809.0, 8867.0, 8847.0, 8904.0, 8895.0, 8938.0, 8933.0, 8929.0, 8898.0, 8858.0, 8829.0, 8845.0, 8855.0, 8840.0, 8885.0, 8859.0, 8881.0, 8842.0, 8876.0, 8848.0, 8863.0, 8825.0, 8864.0, 8835.0, 8877.0, 8850.0, 8872.0, 8803.0, 8851.0, 8812.0, 8807.0, 8798.0, 8782.0, 8800.0, 8800.0, 8818.0, 8828.0, 8821.0, 8844.0, 8818.0, 8854.0, 8842.0, 8851.0, 8824.0, 8819.0, 8783.0, 8793.0, 8796.0, 8791.0, 8801.0, 8826.0, 8863.0, 8845.0, 8821.0, 8799.0, 8802.0, 8796.0, 8797.0, 8808.0, 8799.0, 8808.0, 8815.0, 8830.0, 8876.0, 8832.0, 8847.0, 8789.0, 8829.0, 8798.0, 8846.0, 8806.0, 8872.0, 8833.0, 8892.0, 8850.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.0012704235090751945</td></tr>
<tr><td colspan=3>aqi</td><td>0.02986921002592913</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.82929799961072</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1723228135726644</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0064782750173014</td></tr>
<tr><td colspan=3>efc</td><td>0.4569</td></tr>
<tr><td colspan=3>fber</td><td>5585.2563</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10487587458063088</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>72</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.222990492653414</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4853970443801567</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3889655794062583</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7030292991911233</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.364196254543088</td></tr>
<tr><td colspan=3>gcor</td><td>0.00754648</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011769084259867668</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02468125894665718</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1157</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8553389896855292</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>19.1246</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.7219</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>146.5884</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305635.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>649.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>266.6809</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1083</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>499.9023</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3194.4486</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3414.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70909.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1021.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4169.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>885.519</td></tr>
<tr><td colspan=3>tsnr</td><td>35.05792333104182</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>