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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>12:34:32.292500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99762, -0.0630611, 0.0278853, 0.0597938, 0.992613, 0.105568]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0843202</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>[4146, -7792, -7252, 591, -71, -291, 73, 96]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>237.281</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>633a3385-b1ef-44c2-9bef-96631523f8e9||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.676541566848755, 0.16042236983776093, 0.09270868450403214, 101.87405395507812], [0.16918842494487762, 2.663107395172119, 0.279854416847229, -104.54061889648438], [0.07481417804956436, -0.28323230147361755, 2.683856725692749, -58.34901428222656], [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': ['123432.292500', '123432.752500', '123433.212500', '123433.672500', '123434.132500', '123434.592500', '123435.052500', '123435.512500', '123435.972500', '123436.432500', '123436.892500', '123437.352500', '123437.812500', '123438.272500', '123438.732500', '123439.192500', '123439.652500', '123440.112500', '123440.572500', '123441.032500', '123441.492500', '123441.952500', '123442.412500', '123442.872500', '123443.332500', '123443.792500', '123444.252500', '123444.712500', '123445.172500', '123445.632500', '123446.092500', '123446.552500', '123447.012500', '123447.472500', '123447.932500', '123448.392500', '123448.852500', '123449.312500', '123449.772500', '123450.232500', '123450.692500', '123451.152500', '123451.612500', '123452.072500', '123452.532500', '123452.992500', '123453.452500', '123453.912500', '123454.372500', '123454.832500', '123455.292500', '123455.752500', '123456.212500', '123456.672500', '123457.132500', '123457.592500', '123458.052500', '123458.512500', '123458.972500', '123459.432500', '123459.892500', '123500.352500', '123500.812500', '123501.272500', '123501.732500', '123502.192500', '123502.652500', '123503.112500', '123503.572500', '123504.032500', '123504.492500', '123504.952500', '123505.412500', '123505.872500', '123506.332500', '123506.792500', '123507.252500', '123507.712500', '123508.172500', '123508.632500', '123509.092500', '123509.552500', '123510.012500', '123510.472500', '123510.932500', '123511.392500', '123511.852500', '123512.312500', '123512.772500', '123513.232500', '123513.692500', '123514.152500', '123514.612500', '123515.072500', '123515.532500', '123515.992500', '123516.452500', '123516.912500', '123517.372500', '123517.832500', '123518.292500', '123518.752500', '123519.212500', '123519.672500', '123520.132500', '123520.592500', '123521.052500', '123521.512500', '123521.972500', '123522.432500', '123522.892500', '123523.352500', '123523.812500', '123524.272500', '123524.732500', '123525.192500', '123525.652500', '123526.112500', '123526.572500', '123527.032500', '123527.492500', '123527.952500', '123528.412500', '123528.872500', '123529.332500', '123529.792500', '123530.252500', '123530.712500', '123531.172500', '123531.632500', '123532.092500', '123532.552500', '123533.012500', '123533.472500', '123533.932500', '123534.392500', '123534.852500', '123535.312500', '123535.772500', '123536.232500', '123536.692500', '123537.152500', '123537.612500', '123538.072500', '123538.532500', '123538.992500', '123539.452500', '123539.912500', '123540.372500', '123540.832500', '123541.292500', '123541.752500', '123542.212500', '123542.672500', '123543.132500', '123543.592500', '123544.052500', '123544.512500', '123544.972500', '123545.432500', '123545.892500', '123546.352500', '123546.812500', '123547.272500', '123547.732500', '123548.192500', '123548.652500', '123549.112500', '123549.572500', '123550.032500', '123550.492500', '123550.952500', '123551.412500', '123551.872500', '123552.332500', '123552.792500', '123553.252500', '123553.712500', '123554.172500', '123554.632500', '123555.092500', '123555.552500', '123556.012500', '123556.472500', '123556.932500', '123557.392500', '123557.852500', '123558.312500', '123558.772500', '123559.232500', '123559.692500', '123600.152500', '123600.612500', '123601.072500', '123601.532500', '123601.992500', '123602.452500', '123602.912500', '123603.372500', '123603.832500', '123604.292500', '123604.752500', '123605.212500', '123605.672500', '123606.132500', '123606.592500', '123607.052500', '123607.512500', '123607.972500', '123608.432500', '123608.892500', '123609.352500', '123609.812500', '123610.272500', '123610.732500', '123611.192500', '123611.652500', '123612.112500', '123612.572500', '123613.032500', '123613.492500', '123613.952500', '123614.412500', '123614.872500', '123615.332500', '123615.792500', '123616.252500', '123616.712500', '123617.172500', '123617.632500', '123618.092500', '123618.552500', '123619.012500', '123619.472500', '123619.932500', '123620.392500', '123620.852500', '123621.312500', '123621.772500', '123622.232500', '123622.692500', '123623.152500', '123623.612500', '123624.072500', '123624.532500', '123624.992500', '123625.452500', '123625.912500', '123626.372500', '123626.832500', '123627.292500', '123627.752500', '123628.212500', '123628.672500', '123629.132500', '123629.592500', '123630.052500', '123630.512500', '123630.972500', '123631.432500', '123631.892500', '123632.352500', '123632.812500', '123633.272500', '123633.732500', '123634.192500', '123634.652500', '123635.112500', '123635.572500', '123636.032500', '123636.492500', '123636.952500', '123637.412500', '123637.872500', '123638.332500', '123638.792500', '123639.252500', '123639.712500', '123640.172500', '123640.632500', '123641.092500', '123641.552500', '123642.012500', '123642.472500', '123642.932500', '123643.392500', '123643.852500', '123644.312500', '123644.772500', '123645.232500', '123645.692500', '123646.152500', '123646.612500', '123647.072500', '123647.532500', '123647.992500', '123648.452500', '123648.912500', '123649.372500', '123649.832500', '123650.292500', '123650.752500', '123651.212500', '123651.672500', '123652.132500', '123652.592500', '123653.052500', '123653.512500', '123653.972500', '123654.432500', '123654.892500', '123655.352500', '123655.812500', '123656.272500', '123656.732500', '123657.192500', '123657.652500', '123658.112500', '123658.572500', '123659.032500', '123659.492500', '123659.952500', '123700.412500', '123700.872500', '123701.332500', '123701.792500', '123702.252500', '123702.712500', '123703.172500', '123703.632500', '123704.092500', '123704.552500', '123705.012500', '123705.472500', '123705.932500', '123706.392500', '123706.852500', '123707.312500', '123707.772500', '123708.232500', '123708.692500', '123709.152500', '123709.612500', '123710.072500', '123710.532500', '123710.992500', '123711.452500', '123711.912500', '123712.372500', '123712.832500', '123713.292500', '123713.752500', '123714.212500', '123714.672500', '123715.132500', '123715.592500', '123716.052500', '123716.512500', '123716.972500', '123717.432500', '123717.892500', '123718.352500', '123718.812500', '123719.272500', '123719.732500', '123720.192500', '123720.652500', '123721.112500', '123721.572500', '123722.032500', '123722.492500', '123722.952500', '123723.412500', '123723.872500', '123724.332500', '123724.792500', '123725.252500', '123725.712500', '123726.172500', '123726.632500', '123727.092500', '123727.552500', '123728.012500', '123728.472500', '123728.932500', '123729.392500', '123729.852500', '123730.312500', '123730.772500', '123731.232500', '123731.692500', '123732.152500', '123732.612500', '123733.072500', '123733.532500', '123733.992500', '123734.452500', '123734.912500', '123735.372500', '123735.832500', '123736.292500', '123736.752500', '123737.212500', '123737.672500', '123738.132500', '123738.592500', '123739.052500', '123739.512500', '123739.972500', '123740.432500', '123740.892500', '123741.352500', '123741.812500', '123742.272500', '123742.732500', '123743.192500', '123743.652500', '123744.112500', '123744.572500', '123745.032500', '123745.492500', '123745.952500', '123746.412500', '123746.872500', '123747.332500', '123747.792500', '123748.252500', '123748.712500', '123749.172500', '123749.632500', '123750.092500', '123750.552500', '123751.012500', '123751.472500', '123751.932500', '123752.392500', '123752.852500', '123753.312500', '123753.772500', '123754.232500', '123754.692500', '123755.152500', '123755.612500', '123756.072500', '123756.532500', '123756.992500', '123757.452500', '123757.912500', '123758.372500', '123758.832500', '123759.292500', '123759.752500', '123800.212500', '123800.672500', '123801.132500', '123801.592500', '123802.052500', '123802.512500', '123802.972500', '123803.432500', '123803.892500', '123804.352500', '123804.812500', '123805.272500', '123805.732500', '123806.192500', '123806.652500', '123807.112500', '123807.572500', '123808.032500', '123808.492500', '123808.952500', '123809.412500', '123809.872500', '123810.332500', '123810.792500', '123811.252500', '123811.712500', '123812.172500', '123812.632500', '123813.092500', '123813.552500', '123814.012500', '123814.472500', '123814.932500', '123815.392500', '123815.852500', '123816.312500', '123816.772500', '123817.232500', '123817.692500', '123818.152500', '123818.612500', '123819.072500', '123819.532500', '123819.992500', '123820.452500', '123820.912500', '123821.372500', '123821.832500', '123822.292500', '123822.752500', '123823.212500', '123823.672500', '123824.132500', '123824.592500', '123825.052500', '123825.512500', '123825.972500', '123826.432500', '123826.892500', '123827.352500', '123827.812500', '123828.272500', '123828.732500', '123829.192500', '123829.652500', '123830.112500', '123830.572500', '123831.032500', '123831.492500', '123831.952500', '123832.412500', '123832.872500', '123833.332500', '123833.792500', '123834.252500', '123834.712500', '123835.172500', '123835.632500', '123836.092500', '123836.552500', '123837.012500', '123837.472500', '123837.932500', '123838.392500', '123838.852500', '123839.312500', '123839.772500', '123840.232500', '123840.692500', '123841.152500', '123841.612500', '123842.072500', '123842.532500', '123842.992500', '123843.452500', '123843.912500', '123844.372500', '123844.832500', '123845.292500', '123845.752500', '123846.212500', '123846.672500', '123847.132500', '123847.592500', '123848.052500', '123848.512500', '123848.972500', '123849.432500', '123849.892500', '123850.352500', '123850.812500', '123851.272500', '123851.732500', '123852.192500', '123852.652500', '123853.112500', '123853.572500', '123854.032500', '123854.492500', '123854.952500', '123855.412500', '123855.872500', '123856.332500', '123856.792500', '123857.252500', '123857.712500', '123858.172500', '123858.632500', '123859.092500', '123859.552500', '123900.012500', '123900.472500', '123900.932500', '123901.392500', '123901.852500', '123902.312500', '123902.772500', '123903.232500', '123903.692500', '123904.152500', '123904.612500', '123905.072500', '123905.532500', '123905.992500', '123906.452500', '123906.912500', '123907.372500', '123907.832500', '123908.292500', '123908.752500', '123909.212500', '123909.672500', '123910.132500', '123910.592500', '123911.052500', '123911.512500', '123911.972500', '123912.432500', '123912.892500', '123913.352500', '123913.812500', '123914.272500', '123914.732500', '123915.192500', '123915.652500', '123916.112500', '123916.572500', '123917.032500', '123917.492500', '123917.952500', '123918.412500', '123918.872500', '123919.332500', '123919.792500', '123920.252500', '123920.712500', '123921.172500', '123921.632500', '123922.092500', '123922.552500', '123923.012500', '123923.472500', '123923.932500', '123924.392500', '123924.852500', '123925.312500', '123925.772500', '123926.232500', '123926.692500', '123927.152500', '123927.612500', '123928.072500', '123928.532500', '123928.992500', '123929.452500', '123929.912500', '123930.372500', '123930.832500', '123931.292500', '123931.752500', '123932.212500', '123932.672500', '123933.132500', '123933.592500', '123934.052500', '123934.512500', '123934.972500', '123935.432500', '123935.892500', '123936.352500', '123936.812500', '123937.272500', '123937.732500', '123938.192500', '123938.652500', '123939.112500', '123939.572500', '123940.032500', '123940.492500', '123940.952500', '123941.412500', '123941.872500', '123942.332500', '123942.792500', '123943.252500', '123943.712500', '123944.172500', '123944.632500', '123945.092500', '123945.552500', '123946.012500', '123946.472500', '123946.932500', '123947.392500', '123947.852500', '123948.312500', '123948.772500', '123949.232500', '123949.692500', '123950.152500', '123950.612500', '123951.072500', '123951.532500', '123951.992500', '123952.452500', '123952.912500', '123953.372500', '123953.832500', '123954.292500', '123954.752500', '123955.212500', '123955.672500', '123956.132500', '123956.592500', '123957.052500', '123957.512500', '123957.972500', '123958.432500', '123958.892500', '123959.352500', '123959.812500', '124000.272500', '124000.732500', '124001.192500', '124001.652500', '124002.112500', '124002.572500', '124003.032500', '124003.492500', '124003.952500', '124004.412500', '124004.872500', '124005.332500', '124005.792500', '124006.252500', '124006.712500', '124007.172500', '124007.632500', '124008.092500', '124008.552500', '124009.012500', '124009.472500', '124009.932500', '124010.392500', '124010.852500', '124011.312500', '124011.772500', '124012.232500', '124012.692500', '124013.152500', '124013.612500', '124014.072500', '124014.532500', '124014.992500', '124015.452500', '124015.912500', '124016.372500', '124016.832500', '124017.292500', '124017.752500', '124018.212500', '124018.672500', '124019.132500', '124019.592500', '124020.052500', '124020.512500', '124020.972500', '124021.432500', '124021.892500', '124022.352500', '124022.812500', '124023.272500', '124023.732500', '124024.192500', '124024.652500', '124025.112500', '124025.572500', '124026.032500', '124026.492500', '124026.952500', '124027.412500', '124027.872500', '124028.332500', '124028.792500', '124029.252500', '124029.712500', '124030.172500', '124030.632500', '124031.092500', '124031.552500', '124032.012500', '124032.472500', '124032.932500', '124033.392500', '124033.852500', '124034.312500', '124034.772500', '124035.232500', '124035.692500', '124036.152500', '124036.612500', '124037.072500', '124037.532500', '124037.992500', '124038.452500', '124038.912500', '124039.372500', '124039.832500', '124040.292500', '124040.752500', '124041.212500', '124041.672500', '124042.132500', '124042.592500', '124043.052500', '124043.512500', '124043.972500', '124044.432500', '124044.892500', '124045.352500', '124045.812500', '124046.272500', '124046.732500', '124047.192500', '124047.652500', '124048.112500', '124048.572500', '124049.032500', '124049.492500', '124049.952500', '124050.412500', '124050.872500', '124051.332500', '124051.792500', '124052.252500', '124052.712500', '124053.172500', '124053.632500', '124054.092500', '124054.552500', '124055.012500', '124055.472500', '124055.932500', '124056.392500', '124056.852500', '124057.312500', '124057.772500', '124058.232500', '124058.692500', '124059.152500', '124059.612500', '124100.072500', '124100.532500', '124100.992500', '124101.452500', '124101.912500', '124102.372500', '124102.832500', '124103.292500', '124103.752500', '124104.212500', '124104.672500', '124105.132500', '124105.592500', '124106.052500', '124106.512500', '124106.972500', '124107.432500', '124107.892500', '124108.352500', '124108.812500', '124109.272500', '124109.732500', '124110.192500', '124110.652500', '124111.112500', '124111.572500', '124112.032500', '124112.492500', '124112.952500', '124113.412500', '124113.872500', '124114.332500', '124114.792500', '124115.252500', '124115.712500', '124116.172500', '124116.632500', '124117.092500', '124117.552500', '124118.012500', '124118.472500', '124118.932500', '124119.392500', '124119.852500', '124120.312500', '124120.772500', '124121.232500', '124121.692500', '124122.152500', '124122.612500', '124123.072500', '124123.532500', '124123.992500', '124124.452500', '124124.912500', '124125.372500', '124125.832500', '124126.292500', '124126.752500', '124127.212500', '124127.672500', '124128.132500', '124128.592500', '124129.052500', '124129.512500', '124129.972500', '124130.432500', '124130.892500', '124131.352500', '124131.812500', '124132.272500', '124132.732500', '124133.192500', '124133.652500', '124134.112500', '124134.572500', '124135.032500', '124135.492500', '124135.952500', '124136.412500', '124136.872500', '124137.332500', '124137.792500', '124138.252500', '124138.712500', '124139.172500', '124139.632500', '124140.092500', '124140.552500', '124141.012500', '124141.472500', '124141.932500', '124142.392500', '124142.852500', '124143.312500', '124143.772500', '124144.232500', '124144.692500', '124145.152500', '124145.612500', '124146.072500', '124146.532500', '124146.992500', '124147.452500', '124147.912500', '124148.372500', '124148.832500', '124149.292500', '124149.752500', '124150.212500', '124150.672500', '124151.132500', '124151.592500', '124152.052500', '124152.512500', '124152.972500', '124153.432500', '124153.892500', '124154.352500', '124154.812500', '124155.272500', '124155.732500', '124156.192500', '124156.652500', '124157.112500', '124157.572500', '124158.032500', '124158.492500', '124158.952500', '124159.412500', '124159.872500', '124200.332500', '124200.792500', '124201.252500', '124201.712500', '124202.172500', '124202.632500', '124203.092500', '124203.552500', '124204.012500', '124204.472500', '124204.932500', '124205.392500', '124205.852500', '124206.312500', '124206.772500', '124207.232500', '124207.692500', '124208.152500', '124208.612500', '124209.072500', '124209.532500', '124209.992500', '124210.452500', '124210.912500', '124211.372500', '124211.832500', '124212.292500', '124212.752500', '124213.212500', '124213.672500', '124214.132500', '124214.592500', '124215.052500', '124215.512500', '124215.972500', '124216.432500', '124216.892500', '124217.352500', '124217.812500', '124218.272500', '124218.732500', '124219.192500', '124219.652500', '124220.112500', '124220.572500', '124221.032500', '124221.492500', '124221.952500', '124222.412500', '124222.872500', '124223.332500', '124223.792500', '124224.252500', '124224.712500', '124225.172500', '124225.632500', '124226.092500', '124226.552500', '124227.012500', '124227.472500', '124227.932500', '124228.392500', '124228.852500', '124229.312500', '124229.772500', '124230.232500', '124230.692500', '124231.152500', '124231.612500', '124232.072500', '124232.532500', '124232.992500', '124233.452500', '124233.912500', '124234.372500', '124234.832500', '124235.292500', '124235.752500', '124236.212500', '124236.672500', '124237.132500', '124237.592500', '124238.052500', '124238.512500', '124238.972500', '124239.432500', '124239.892500', '124240.352500', '124240.812500', '124241.272500', '124241.732500', '124242.192500', '124242.652500', '124243.112500', '124243.572500', '124244.032500', '124244.492500', '124244.952500', '124245.412500', '124245.872500', '124246.332500', '124246.792500', '124247.252500', '124247.712500', '124248.172500', '124248.632500', '124249.092500', '124249.552500', '124250.012500', '124250.472500', '124250.932500', '124251.392500', '124251.852500', '124252.312500', '124252.772500', '124253.232500', '124253.692500', '124254.152500', '124254.612500', '124255.072500', '124255.532500', '124255.992500', '124256.452500', '124256.912500', '124257.372500', '124257.832500', '124258.292500', '124258.752500', '124259.212500', '124259.672500', '124300.132500', '124300.592500', '124301.052500', '124301.512500', '124301.972500', '124302.432500', '124302.892500', '124303.352500', '124303.812500', '124304.272500', '124304.732500', '124305.192500', '124305.652500', '124306.112500', '124306.572500', '124307.032500', '124307.492500', '124307.952500', '124308.412500', '124308.872500', '124309.332500', '124309.792500', '124310.252500', '124310.712500', '124311.172500', '124311.632500', '124312.092500', '124312.552500', '124313.012500', '124313.472500', '124313.932500', '124314.392500', '124314.852500', '124315.312500', '124315.772500', '124316.232500', '124316.692500', '124317.152500', '124317.612500', '124318.072500', '124318.532500', '124318.992500', '124319.452500', '124319.912500', '124320.372500', '124320.832500', '124321.292500', '124321.752500', '124322.212500', '124322.672500', '124323.132500', '124323.592500', '124324.052500'], 'ContentTime': ['123443.216000', '123443.219000', '123443.228000', '123443.231000', '123443.233000', '123443.236000', '123443.245000', '123443.247000', '123443.250000', '123443.253000', '123443.256000', '123443.258000', '123443.261000', '123443.273000', '123443.276000', '123443.279000', '123443.282000', '123443.285000', '123443.287000', '123443.290000', '123443.293000', '123443.296000', '123503.177000', '123503.180000', '123503.183000', '123503.185000', '123503.188000', '123503.191000', '123503.194000', '123503.197000', '123503.199000', '123503.202000', '123503.205000', '123503.208000', '123503.211000', '123503.213000', '123503.216000', '123503.219000', '123503.222000', '123503.224000', '123503.227000', '123503.230000', '123503.239000', '123503.242000', '123503.244000', '123503.247000', '123503.250000', '123503.253000', '123503.256000', '123503.258000', '123503.261000', '123503.264000', '123503.267000', '123503.270000', '123503.272000', '123503.275000', '123503.278000', '123503.281000', '123503.284000', '123503.286000', '123503.289000', '123503.292000', '123503.297000', '123503.300000', '123503.303000', '123523.176000', '123523.179000', '123523.182000', '123523.184000', '123523.187000', '123523.190000', '123523.193000', '123523.196000', '123523.198000', '123523.201000', '123523.204000', '123523.207000', '123523.210000', '123523.212000', '123523.215000', '123523.218000', '123523.221000', '123523.224000', '123523.226000', '123523.229000', '123523.232000', '123523.235000', '123523.238000', '123523.240000', '123523.243000', '123523.246000', '123523.249000', '123523.251000', '123523.254000', '123523.257000', '123523.260000', '123523.263000', '123523.266000', '123523.268000', '123523.271000', '123523.274000', '123523.277000', '123523.279000', '123523.282000', '123523.285000', '123523.288000', '123523.291000', '123523.293000', '123523.296000', '123543.176000', '123543.179000', '123543.182000', '123543.184000', '123543.187000', '123543.190000', '123543.193000', '123543.196000', '123543.198000', '123543.201000', '123543.204000', '123543.207000', '123543.209000', '123543.212000', '123543.215000', '123543.218000', '123543.220000', '123543.223000', '123543.226000', '123543.229000', '123543.232000', '123543.235000', '123543.237000', '123543.240000', '123543.244000', '123543.247000', '123543.250000', '123543.253000', '123543.256000', '123543.258000', '123543.261000', '123543.275000', '123543.278000', '123543.280000', '123543.283000', '123543.286000', '123543.289000', '123543.291000', '123543.294000', '123543.297000', '123543.300000', '123543.303000', '123543.306000', '123603.176000', '123603.179000', '123603.182000', '123603.184000', '123603.187000', '123603.190000', '123603.193000', '123603.196000', '123603.198000', '123603.201000', '123603.204000', '123603.207000', '123603.210000', '123603.212000', '123603.215000', '123603.218000', '123603.221000', '123603.224000', '123603.226000', '123603.229000', '123603.232000', '123603.235000', '123603.237000', '123603.240000', '123603.243000', '123603.246000', '123603.249000', '123603.251000', '123603.254000', '123603.257000', '123603.260000', '123603.263000', '123603.266000', '123603.268000', '123603.271000', '123603.274000', '123603.277000', '123603.280000', '123603.291000', '123603.293000', '123603.296000', '123603.299000', '123603.302000', '123603.305000', '123623.176000', '123623.179000', '123623.182000', '123623.184000', '123623.187000', '123623.190000', '123623.193000', '123623.196000', '123623.199000', '123623.201000', '123623.204000', '123623.207000', '123623.210000', '123623.213000', '123623.215000', '123623.218000', '123623.221000', '123623.224000', '123623.227000', '123623.230000', '123623.232000', '123623.235000', '123623.238000', '123623.241000', '123623.244000', '123623.247000', '123623.249000', '123623.252000', '123623.255000', '123623.258000', '123623.261000', '123623.263000', '123623.266000', '123623.269000', '123623.272000', '123623.275000', '123623.278000', '123623.280000', '123623.283000', '123623.286000', '123623.289000', '123623.292000', '123623.294000', '123643.176000', '123643.179000', '123643.182000', '123643.185000', '123643.187000', '123643.190000', '123643.193000', '123643.196000', '123643.199000', '123643.201000', '123643.204000', '123643.207000', '123643.210000', '123643.213000', '123643.215000', '123643.218000', '123643.221000', '123643.224000', '123643.227000', '123643.230000', '123643.232000', '123643.235000', '123643.238000', '123643.241000', '123643.244000', '123643.246000', '123643.249000', '123643.252000', '123643.255000', '123643.258000', '123643.261000', '123643.263000', '123643.266000', '123643.269000', '123643.272000', '123643.275000', '123643.277000', '123643.280000', '123643.283000', '123643.286000', '123643.289000', '123643.291000', '123643.294000', '123643.297000', '123703.176000', '123703.179000', '123703.182000', '123703.184000', '123703.187000', '123703.190000', '123703.193000', '123703.196000', '123703.198000', '123703.201000', '123703.204000', '123703.207000', '123703.210000', '123703.212000', '123703.215000', '123703.218000', '123703.221000', '123703.224000', '123703.227000', '123703.229000', '123703.232000', '123703.235000', '123703.238000', '123703.241000', '123703.243000', '123703.246000', '123703.249000', '123703.252000', '123703.254000', '123703.257000', '123703.260000', '123703.263000', '123703.266000', '123703.269000', '123703.271000', '123703.274000', '123703.277000', '123703.281000', '123703.284000', '123703.287000', '123703.289000', '123703.292000', '123703.295000', '123723.177000', '123723.180000', '123723.183000', '123723.185000', '123723.188000', '123723.191000', '123723.194000', '123723.197000', '123723.199000', '123723.202000', '123723.205000', '123723.208000', '123723.211000', '123723.213000', '123723.216000', '123723.219000', '123723.222000', '123723.225000', '123723.227000', '123723.230000', '123723.233000', '123723.236000', '123723.239000', '123723.241000', '123723.244000', '123723.247000', '123723.250000', '123723.265000', '123723.268000', '123723.271000', '123723.273000', '123723.276000', '123723.279000', '123723.282000', '123723.285000', '123723.287000', '123723.290000', '123723.293000', '123723.296000', '123723.298000', '123723.301000', '123723.304000', '123723.307000', '123723.310000', '123743.176000', '123743.179000', '123743.182000', '123743.184000', '123743.187000', '123743.190000', '123743.193000', '123743.196000', '123743.198000', '123743.201000', '123743.204000', '123743.207000', '123743.210000', '123743.213000', '123743.215000', '123743.218000', '123743.221000', '123743.224000', '123743.227000', '123743.229000', '123743.232000', '123743.235000', '123743.238000', '123743.240000', '123743.243000', '123743.246000', '123743.249000', '123743.252000', '123743.255000', '123743.257000', '123743.260000', '123743.263000', '123743.266000', '123743.269000', '123743.272000', '123743.274000', '123743.277000', '123743.280000', '123743.283000', '123743.286000', '123743.288000', '123743.291000', '123743.294000', '123803.176000', '123803.179000', '123803.182000', '123803.185000', '123803.187000', '123803.190000', '123803.193000', '123803.196000', '123803.198000', '123803.201000', '123803.204000', '123803.207000', '123803.210000', '123803.213000', '123803.215000', '123803.218000', '123803.221000', '123803.224000', '123803.227000', '123803.229000', '123803.232000', '123803.235000', '123803.238000', '123803.241000', '123803.243000', '123803.246000', '123803.249000', '123803.252000', '123803.255000', '123803.258000', '123803.260000', '123803.263000', '123803.266000', '123803.269000', '123803.272000', '123803.275000', '123803.277000', '123803.280000', '123803.283000', '123803.286000', '123803.289000', '123803.291000', '123803.294000', '123803.297000', '123823.176000', '123823.179000', '123823.182000', '123823.185000', '123823.188000', '123823.191000', '123823.194000', '123823.196000', '123823.199000', '123823.202000', '123823.205000', '123823.208000', '123823.210000', '123823.213000', '123823.216000', '123823.219000', '123823.222000', '123823.224000', '123823.227000', '123823.230000', '123823.233000', '123823.236000', '123823.238000', '123823.241000', '123823.244000', '123823.247000', '123823.250000', '123823.252000', '123823.255000', '123823.258000', '123823.261000', '123823.264000', '123823.266000', '123823.269000', '123823.272000', '123823.275000', '123823.278000', '123823.280000', '123823.283000', '123823.286000', '123823.289000', '123823.292000', '123823.294000', '123843.176000', '123843.179000', '123843.182000', '123843.185000', '123843.188000', '123843.191000', '123843.194000', '123843.197000', '123843.199000', '123843.202000', '123843.205000', '123843.208000', '123843.211000', '123843.214000', '123843.217000', '123843.219000', '123843.222000', '123843.225000', '123843.228000', '123843.231000', '123843.234000', '123843.236000', '123843.239000', '123843.242000', '123843.245000', '123843.248000', '123843.251000', '123843.254000', '123843.257000', '123843.259000', '123843.262000', '123843.265000', '123843.268000', '123843.271000', '123843.274000', '123843.277000', '123843.279000', '123843.282000', '123843.285000', '123843.288000', '123843.291000', '123843.294000', '123843.297000', '123903.176000', '123903.179000', '123903.182000', '123903.185000', '123903.187000', '123903.190000', '123903.193000', '123903.196000', '123903.199000', '123903.202000', '123903.204000', '123903.207000', '123903.210000', '123903.213000', '123903.216000', '123903.218000', '123903.221000', '123903.224000', '123903.227000', '123903.230000', '123903.233000', '123903.235000', '123903.238000', '123903.241000', '123903.244000', '123903.247000', '123903.249000', '123903.252000', '123903.255000', '123903.258000', '123903.261000', '123903.264000', '123903.266000', '123903.269000', '123903.272000', '123903.275000', '123903.278000', '123903.281000', '123903.283000', '123903.286000', '123903.289000', '123903.292000', '123903.295000', '123903.298000', '123923.177000', '123923.180000', '123923.183000', '123923.186000', '123923.189000', '123923.192000', '123923.195000', '123923.198000', '123923.200000', '123923.208000', '123923.211000', '123923.213000', '123923.216000', '123923.219000', '123923.222000', '123923.225000', '123923.227000', '123923.230000', '123923.233000', '123923.236000', '123923.239000', '123923.241000', '123923.244000', '123923.247000', '123923.250000', '123923.253000', '123923.256000', '123923.258000', '123923.261000', '123923.264000', '123923.267000', '123923.270000', '123923.273000', '123923.276000', '123923.278000', '123923.281000', '123923.284000', '123923.287000', '123923.290000', '123923.293000', '123923.295000', '123923.298000', '123923.301000', '123943.177000', '123943.180000', '123943.183000', '123943.186000', '123943.188000', '123943.191000', '123943.194000', '123943.197000', '123943.200000', '123943.203000', '123943.205000', '123943.208000', '123943.211000', '123943.214000', '123943.217000', '123943.219000', '123943.222000', '123943.225000', '123943.228000', '123943.231000', '123943.233000', '123943.236000', '123943.239000', '123943.242000', '123943.245000', '123943.247000', '123943.250000', '123943.253000', '123943.256000', '123943.259000', '123943.261000', '123943.264000', '123943.267000', '123943.270000', '123943.273000', '123943.275000', '123943.278000', '123943.281000', '123943.284000', '123943.287000', '123943.290000', '123943.292000', '123943.295000', '123943.298000', '124003.176000', '124003.179000', '124003.182000', '124003.185000', '124003.188000', '124003.190000', '124003.193000', '124003.196000', '124003.199000', '124003.202000', '124003.204000', '124003.207000', '124003.210000', '124003.213000', '124003.216000', '124003.219000', '124003.222000', '124003.225000', '124003.228000', '124003.230000', '124003.233000', '124003.236000', '124003.239000', '124003.242000', '124003.244000', '124003.247000', '124003.250000', '124003.253000', '124003.256000', '124003.258000', '124003.261000', '124003.264000', '124003.267000', '124003.270000', '124003.273000', '124003.275000', '124003.278000', '124003.281000', '124003.284000', '124003.287000', '124003.290000', '124003.292000', '124003.295000', '124023.176000', '124023.179000', '124023.182000', '124023.185000', '124023.187000', '124023.190000', '124023.193000', '124023.196000', '124023.199000', '124023.202000', '124023.204000', '124023.207000', '124023.210000', '124023.213000', '124023.216000', '124023.218000', '124023.221000', '124023.224000', '124023.227000', '124023.230000', '124023.241000', '124023.243000', '124023.246000', '124023.249000', '124023.252000', '124023.255000', '124023.257000', '124023.260000', '124023.263000', '124023.266000', '124023.269000', '124023.272000', '124023.275000', '124023.277000', '124023.280000', '124023.283000', '124023.286000', '124023.289000', '124023.291000', '124023.294000', '124023.297000', '124023.300000', '124023.303000', '124023.305000', '124043.176000', '124043.179000', '124043.182000', '124043.185000', '124043.188000', '124043.190000', '124043.193000', '124043.196000', '124043.199000', '124043.202000', '124043.204000', '124043.207000', '124043.210000', '124043.213000', '124043.216000', '124043.220000', '124043.225000', '124043.228000', '124043.233000', '124043.235000', '124043.238000', '124043.241000', '124043.244000', '124043.247000', '124043.249000', '124043.252000', '124043.255000', '124043.258000', '124043.261000', '124043.263000', '124043.266000', '124043.269000', '124043.272000', '124043.275000', '124043.277000', '124043.280000', '124043.283000', '124043.286000', '124043.288000', '124043.291000', '124043.294000', '124043.297000', '124043.300000', '124103.176000', '124103.179000', '124103.182000', '124103.185000', '124103.187000', '124103.190000', '124103.193000', '124103.196000', '124103.199000', '124103.202000', '124103.204000', '124103.207000', '124103.210000', '124103.213000', '124103.215000', '124103.218000', '124103.221000', '124103.224000', '124103.227000', '124103.229000', '124103.232000', '124103.235000', '124103.238000', '124103.241000', '124103.243000', '124103.246000', '124103.249000', '124103.252000', '124103.255000', '124103.257000', '124103.260000', '124103.263000', '124103.266000', '124103.269000', '124103.271000', '124103.274000', '124103.277000', '124103.280000', '124103.283000', '124103.286000', '124103.288000', '124103.291000', '124103.294000', '124103.297000', '124123.176000', '124123.179000', '124123.182000', '124123.185000', '124123.188000', '124123.190000', '124123.193000', '124123.196000', '124123.199000', '124123.202000', '124123.204000', '124123.207000', '124123.210000', '124123.213000', '124123.216000', '124123.218000', '124123.221000', '124123.224000', '124123.227000', '124123.230000', '124123.233000', '124123.236000', '124123.239000', '124123.242000', '124123.245000', '124123.247000', '124123.250000', '124123.253000', '124123.256000', '124123.259000', '124123.261000', '124123.264000', '124123.267000', '124123.270000', '124123.273000', '124123.275000', '124123.278000', '124123.281000', '124123.284000', '124123.287000', '124123.290000', '124123.292000', '124123.295000', '124143.177000', '124143.180000', '124143.183000', '124143.186000', '124143.189000', '124143.191000', '124143.194000', '124143.197000', '124143.200000', '124143.203000', '124143.205000', '124143.208000', '124143.211000', '124143.214000', '124143.217000', '124143.219000', '124143.222000', '124143.225000', '124143.228000', '124143.231000', '124143.233000', '124143.236000', '124143.239000', '124143.242000', '124143.245000', '124143.248000', '124143.250000', '124143.253000', '124143.256000', '124143.259000', '124143.262000', '124143.272000', '124143.275000', '124143.278000', '124143.281000', '124143.283000', '124143.286000', '124143.289000', '124143.292000', '124143.295000', '124143.297000', '124143.300000', '124143.303000', '124143.306000', '124203.177000', '124203.180000', '124203.183000', '124203.186000', '124203.188000', '124203.191000', '124203.195000', '124203.198000', '124203.201000', '124203.204000', '124203.206000', '124203.209000', '124203.212000', '124203.215000', '124203.218000', '124203.221000', '124203.223000', '124203.226000', '124203.229000', '124203.232000', '124203.235000', '124203.237000', '124203.240000', '124203.243000', '124203.246000', '124203.249000', '124203.252000', '124203.254000', '124203.257000', '124203.260000', '124203.263000', '124203.266000', '124203.269000', '124203.274000', '124203.278000', '124203.281000', '124203.284000', '124203.286000', '124203.289000', '124203.292000', '124203.295000', '124203.298000', '124203.300000', '124223.176000', '124223.179000', '124223.182000', '124223.185000', '124223.187000', '124223.190000', '124223.193000', '124223.196000', '124223.199000', '124223.201000', '124223.204000', '124223.207000', '124223.210000', '124223.213000', '124223.215000', '124223.218000', '124223.221000', '124223.224000', '124223.227000', '124223.229000', '124223.232000', '124223.235000', '124223.238000', '124223.241000', '124223.243000', '124223.246000', '124223.249000', '124223.252000', '124223.255000', '124223.258000', '124223.260000', '124223.263000', '124223.266000', '124223.269000', '124223.272000', '124223.274000', '124223.277000', '124223.280000', '124223.283000', '124223.286000', '124223.289000', '124223.291000', '124223.294000', '124223.297000', '124243.176000', '124243.179000', '124243.182000', '124243.185000', '124243.187000', '124243.190000', '124243.193000', '124243.196000', '124243.199000', '124243.202000', '124243.204000', '124243.207000', '124243.210000', '124243.213000', '124243.216000', '124243.218000', '124243.221000', '124243.224000', '124243.227000', '124243.230000', '124243.233000', '124243.235000', '124243.238000', '124243.241000', '124243.244000', '124243.247000', '124243.249000', '124243.252000', '124243.255000', '124243.258000', '124243.261000', '124243.264000', '124243.267000', '124243.269000', '124243.272000', '124243.275000', '124243.278000', '124243.281000', '124243.283000', '124243.286000', '124243.289000', '124243.292000', '124243.295000', '124303.176000', '124303.179000', '124303.182000', '124303.185000', '124303.188000', '124303.190000', '124303.193000', '124303.196000', '124303.199000', '124303.202000', '124303.205000', '124303.208000', '124303.210000', '124303.213000', '124303.216000', '124303.223000', '124303.226000', '124303.229000', '124303.231000', '124303.234000', '124303.237000', '124303.240000', '124303.243000', '124303.246000', '124303.249000', '124303.251000', '124303.254000', '124303.268000', '124303.271000', '124303.274000', '124303.277000', '124303.280000', '124303.282000', '124303.285000', '124303.288000', '124303.291000', '124303.294000', '124303.297000', '124303.299000', '124303.302000', '124303.305000', '124303.308000', '124303.310000', '124303.313000', '124323.176000', '124323.179000', '124323.182000', '124323.185000', '124323.188000', '124323.191000', '124323.193000', '124323.196000', '124323.199000', '124323.202000', '124323.205000', '124323.208000', '124323.210000', '124323.213000', '124323.216000', '124323.219000', '124323.222000', '124323.225000', '124323.227000', '124323.230000', '124323.234000', '124323.237000', '124323.240000', '124323.243000', '124323.245000', '124323.248000', '124323.251000', '124323.254000', '124323.257000', '124323.259000', '124323.262000', '124323.265000', '124323.268000', '124323.271000', '124323.274000', '124323.276000', '124323.279000', '124323.282000', '124323.285000', '124323.288000', '124323.291000', '124323.294000', '124323.297000', '124325.199000', '124325.203000', '124325.207000', '124325.211000', '124325.215000'], 'InstanceCreationTime': ['123443.216000', '123443.219000', '123443.228000', '123443.231000', '123443.233000', '123443.236000', '123443.245000', '123443.247000', '123443.250000', '123443.253000', '123443.256000', '123443.258000', '123443.261000', '123443.273000', '123443.276000', '123443.279000', '123443.282000', '123443.285000', '123443.287000', '123443.290000', '123443.293000', '123443.296000', '123503.177000', '123503.180000', '123503.183000', '123503.185000', '123503.188000', '123503.191000', '123503.194000', '123503.197000', '123503.199000', '123503.202000', '123503.205000', '123503.208000', '123503.211000', '123503.213000', '123503.216000', '123503.219000', '123503.222000', '123503.224000', '123503.227000', '123503.230000', '123503.239000', '123503.242000', '123503.244000', '123503.247000', '123503.250000', '123503.253000', '123503.256000', '123503.258000', '123503.261000', '123503.264000', '123503.267000', '123503.270000', '123503.272000', '123503.275000', '123503.278000', '123503.281000', '123503.284000', '123503.286000', '123503.289000', '123503.292000', '123503.297000', '123503.300000', '123503.303000', '123523.176000', '123523.179000', '123523.182000', '123523.184000', '123523.187000', '123523.190000', '123523.193000', '123523.196000', '123523.198000', '123523.201000', '123523.204000', '123523.207000', '123523.210000', '123523.212000', '123523.215000', '123523.218000', '123523.221000', '123523.224000', '123523.226000', '123523.229000', '123523.232000', '123523.235000', '123523.238000', '123523.240000', '123523.243000', '123523.246000', '123523.249000', '123523.251000', '123523.254000', '123523.257000', '123523.260000', '123523.263000', '123523.266000', '123523.268000', '123523.271000', '123523.274000', '123523.277000', '123523.279000', '123523.282000', '123523.285000', '123523.288000', '123523.291000', '123523.293000', '123523.296000', '123543.176000', '123543.179000', '123543.182000', '123543.184000', '123543.187000', '123543.190000', '123543.193000', '123543.196000', '123543.198000', '123543.201000', '123543.204000', '123543.207000', '123543.209000', '123543.212000', '123543.215000', '123543.218000', '123543.220000', '123543.223000', '123543.226000', '123543.229000', '123543.232000', '123543.235000', '123543.237000', '123543.240000', '123543.244000', '123543.247000', '123543.250000', '123543.253000', '123543.256000', '123543.258000', '123543.261000', '123543.275000', '123543.278000', '123543.280000', '123543.283000', '123543.286000', '123543.289000', '123543.291000', '123543.294000', '123543.297000', '123543.300000', '123543.303000', '123543.306000', '123603.176000', '123603.179000', '123603.182000', '123603.184000', '123603.187000', '123603.190000', '123603.193000', '123603.196000', '123603.198000', '123603.201000', '123603.204000', '123603.207000', '123603.210000', '123603.212000', '123603.215000', '123603.218000', '123603.221000', '123603.224000', '123603.226000', '123603.229000', '123603.232000', '123603.235000', '123603.237000', '123603.240000', '123603.243000', '123603.246000', '123603.249000', '123603.251000', '123603.254000', '123603.257000', '123603.260000', '123603.263000', '123603.266000', '123603.268000', '123603.271000', '123603.274000', '123603.277000', '123603.280000', '123603.291000', '123603.293000', '123603.296000', '123603.299000', '123603.302000', '123603.305000', '123623.176000', '123623.179000', '123623.182000', '123623.184000', '123623.187000', '123623.190000', '123623.193000', '123623.196000', '123623.199000', '123623.201000', '123623.204000', '123623.207000', '123623.210000', '123623.213000', '123623.215000', '123623.218000', '123623.221000', '123623.224000', '123623.227000', '123623.230000', '123623.232000', '123623.235000', '123623.238000', '123623.241000', '123623.244000', '123623.247000', '123623.249000', '123623.252000', '123623.255000', '123623.258000', '123623.261000', '123623.263000', '123623.266000', '123623.269000', '123623.272000', '123623.275000', '123623.278000', '123623.280000', '123623.283000', '123623.286000', '123623.289000', '123623.292000', '123623.294000', '123643.176000', '123643.179000', '123643.182000', '123643.185000', '123643.187000', '123643.190000', '123643.193000', '123643.196000', '123643.199000', '123643.201000', '123643.204000', '123643.207000', '123643.210000', '123643.213000', '123643.215000', '123643.218000', '123643.221000', '123643.224000', '123643.227000', '123643.230000', '123643.232000', '123643.235000', '123643.238000', '123643.241000', '123643.244000', '123643.246000', '123643.249000', '123643.252000', '123643.255000', '123643.258000', '123643.261000', '123643.263000', '123643.266000', '123643.269000', '123643.272000', '123643.275000', '123643.277000', '123643.280000', '123643.283000', '123643.286000', '123643.289000', '123643.291000', '123643.294000', '123643.297000', '123703.176000', '123703.179000', '123703.182000', '123703.184000', '123703.187000', '123703.190000', '123703.193000', '123703.196000', '123703.198000', '123703.201000', '123703.204000', '123703.207000', '123703.210000', '123703.212000', '123703.215000', '123703.218000', '123703.221000', '123703.224000', '123703.227000', '123703.229000', '123703.232000', '123703.235000', '123703.238000', '123703.241000', '123703.243000', '123703.246000', '123703.249000', '123703.252000', '123703.254000', '123703.257000', '123703.260000', '123703.263000', '123703.266000', '123703.269000', '123703.271000', '123703.274000', '123703.277000', '123703.281000', '123703.284000', '123703.287000', '123703.289000', '123703.292000', '123703.295000', '123723.177000', '123723.180000', '123723.183000', '123723.185000', '123723.188000', '123723.191000', '123723.194000', '123723.197000', '123723.199000', '123723.202000', '123723.205000', '123723.208000', '123723.211000', '123723.213000', '123723.216000', '123723.219000', '123723.222000', '123723.225000', '123723.227000', '123723.230000', '123723.233000', '123723.236000', '123723.239000', '123723.241000', '123723.244000', '123723.247000', '123723.250000', '123723.265000', '123723.268000', '123723.271000', '123723.273000', '123723.276000', '123723.279000', '123723.282000', '123723.285000', '123723.287000', '123723.290000', '123723.293000', '123723.296000', '123723.298000', '123723.301000', '123723.304000', '123723.307000', '123723.310000', '123743.176000', '123743.179000', '123743.182000', '123743.184000', '123743.187000', '123743.190000', '123743.193000', '123743.196000', '123743.198000', '123743.201000', '123743.204000', '123743.207000', '123743.210000', '123743.213000', '123743.215000', '123743.218000', '123743.221000', '123743.224000', '123743.227000', '123743.229000', '123743.232000', '123743.235000', '123743.238000', '123743.240000', '123743.243000', '123743.246000', '123743.249000', '123743.252000', '123743.255000', '123743.257000', '123743.260000', '123743.263000', '123743.266000', '123743.269000', '123743.272000', '123743.274000', '123743.277000', '123743.280000', '123743.283000', '123743.286000', '123743.288000', '123743.291000', '123743.294000', '123803.176000', '123803.179000', '123803.182000', '123803.185000', '123803.187000', '123803.190000', '123803.193000', '123803.196000', '123803.198000', '123803.201000', '123803.204000', '123803.207000', '123803.210000', '123803.213000', '123803.215000', '123803.218000', '123803.221000', '123803.224000', '123803.227000', '123803.229000', '123803.232000', '123803.235000', '123803.238000', '123803.241000', '123803.243000', '123803.246000', '123803.249000', '123803.252000', '123803.255000', '123803.258000', '123803.260000', '123803.263000', '123803.266000', '123803.269000', '123803.272000', '123803.275000', '123803.277000', '123803.280000', '123803.283000', '123803.286000', '123803.289000', '123803.291000', '123803.294000', '123803.297000', '123823.176000', '123823.179000', '123823.182000', '123823.185000', '123823.188000', '123823.191000', '123823.194000', '123823.196000', '123823.199000', '123823.202000', '123823.205000', '123823.208000', '123823.210000', '123823.213000', '123823.216000', '123823.219000', '123823.222000', '123823.224000', '123823.227000', '123823.230000', '123823.233000', '123823.236000', '123823.238000', '123823.241000', '123823.244000', '123823.247000', '123823.250000', '123823.252000', '123823.255000', '123823.258000', '123823.261000', '123823.264000', '123823.266000', '123823.269000', '123823.272000', '123823.275000', '123823.278000', '123823.280000', '123823.283000', '123823.286000', '123823.289000', '123823.292000', '123823.294000', '123843.176000', '123843.179000', '123843.182000', '123843.185000', '123843.188000', '123843.191000', '123843.194000', '123843.197000', '123843.199000', '123843.202000', '123843.205000', '123843.208000', '123843.211000', '123843.214000', '123843.217000', '123843.219000', '123843.222000', '123843.225000', '123843.228000', '123843.231000', '123843.234000', '123843.236000', '123843.239000', '123843.242000', '123843.245000', '123843.248000', '123843.251000', '123843.254000', '123843.257000', '123843.259000', '123843.262000', '123843.265000', '123843.268000', '123843.271000', '123843.274000', '123843.277000', '123843.279000', '123843.282000', '123843.285000', '123843.288000', '123843.291000', '123843.294000', '123843.297000', '123903.176000', '123903.179000', '123903.182000', '123903.185000', '123903.187000', '123903.190000', '123903.193000', '123903.196000', '123903.199000', '123903.202000', '123903.204000', '123903.207000', '123903.210000', '123903.213000', '123903.216000', '123903.218000', '123903.221000', '123903.224000', '123903.227000', '123903.230000', '123903.233000', '123903.235000', '123903.238000', '123903.241000', '123903.244000', '123903.247000', '123903.249000', '123903.252000', '123903.255000', '123903.258000', '123903.261000', '123903.264000', '123903.266000', '123903.269000', '123903.272000', '123903.275000', '123903.278000', '123903.281000', '123903.283000', '123903.286000', '123903.289000', '123903.292000', '123903.295000', '123903.298000', '123923.177000', '123923.180000', '123923.183000', '123923.186000', '123923.189000', '123923.192000', '123923.195000', '123923.198000', '123923.200000', '123923.208000', '123923.211000', '123923.213000', '123923.216000', '123923.219000', '123923.222000', '123923.225000', '123923.227000', '123923.230000', '123923.233000', '123923.236000', '123923.239000', '123923.241000', '123923.244000', '123923.247000', '123923.250000', '123923.253000', '123923.256000', '123923.258000', '123923.261000', '123923.264000', '123923.267000', '123923.270000', '123923.273000', '123923.276000', '123923.278000', '123923.281000', '123923.284000', '123923.287000', '123923.290000', '123923.293000', '123923.295000', '123923.298000', '123923.301000', '123943.177000', '123943.180000', '123943.183000', '123943.186000', '123943.188000', '123943.191000', '123943.194000', '123943.197000', '123943.200000', '123943.203000', '123943.205000', '123943.208000', '123943.211000', '123943.214000', '123943.217000', '123943.219000', '123943.222000', '123943.225000', '123943.228000', '123943.231000', '123943.233000', '123943.236000', '123943.239000', '123943.242000', '123943.245000', '123943.247000', '123943.250000', '123943.253000', '123943.256000', '123943.259000', '123943.261000', '123943.264000', '123943.267000', '123943.270000', '123943.273000', '123943.275000', '123943.278000', '123943.281000', '123943.284000', '123943.287000', '123943.290000', '123943.292000', '123943.295000', '123943.298000', '124003.176000', '124003.179000', '124003.182000', '124003.185000', '124003.188000', '124003.190000', '124003.193000', '124003.196000', '124003.199000', '124003.202000', '124003.204000', '124003.207000', '124003.210000', '124003.213000', '124003.216000', '124003.219000', '124003.222000', '124003.225000', '124003.228000', '124003.230000', '124003.233000', '124003.236000', '124003.239000', '124003.242000', '124003.244000', '124003.247000', '124003.250000', '124003.253000', '124003.256000', '124003.258000', '124003.261000', '124003.264000', '124003.267000', '124003.270000', '124003.273000', '124003.275000', '124003.278000', '124003.281000', '124003.284000', '124003.287000', '124003.290000', '124003.292000', '124003.295000', '124023.176000', '124023.179000', '124023.182000', '124023.185000', '124023.187000', '124023.190000', '124023.193000', '124023.196000', '124023.199000', '124023.202000', '124023.204000', '124023.207000', '124023.210000', '124023.213000', '124023.216000', '124023.218000', '124023.221000', '124023.224000', '124023.227000', '124023.230000', '124023.241000', '124023.243000', '124023.246000', '124023.249000', '124023.252000', '124023.255000', '124023.257000', '124023.260000', '124023.263000', '124023.266000', '124023.269000', '124023.272000', '124023.275000', '124023.277000', '124023.280000', '124023.283000', '124023.286000', '124023.289000', '124023.291000', '124023.294000', '124023.297000', '124023.300000', '124023.303000', '124023.305000', '124043.176000', '124043.179000', '124043.182000', '124043.185000', '124043.188000', '124043.190000', '124043.193000', '124043.196000', '124043.199000', '124043.202000', '124043.204000', '124043.207000', '124043.210000', '124043.213000', '124043.216000', '124043.220000', '124043.225000', '124043.228000', '124043.233000', '124043.235000', '124043.238000', '124043.241000', '124043.244000', '124043.247000', '124043.249000', '124043.252000', '124043.255000', '124043.258000', '124043.261000', '124043.263000', '124043.266000', '124043.269000', '124043.272000', '124043.275000', '124043.277000', '124043.280000', '124043.283000', '124043.286000', '124043.288000', '124043.291000', '124043.294000', '124043.297000', '124043.300000', '124103.176000', '124103.179000', '124103.182000', '124103.185000', '124103.187000', '124103.190000', '124103.193000', '124103.196000', '124103.199000', '124103.202000', '124103.204000', '124103.207000', '124103.210000', '124103.213000', '124103.215000', '124103.218000', '124103.221000', '124103.224000', '124103.227000', '124103.229000', '124103.232000', '124103.235000', '124103.238000', '124103.241000', '124103.243000', '124103.246000', '124103.249000', '124103.252000', '124103.255000', '124103.257000', '124103.260000', '124103.263000', '124103.266000', '124103.269000', '124103.271000', '124103.274000', '124103.277000', '124103.280000', '124103.283000', '124103.286000', '124103.288000', '124103.291000', '124103.294000', '124103.297000', '124123.176000', '124123.179000', '124123.182000', '124123.185000', '124123.188000', '124123.190000', '124123.193000', '124123.196000', '124123.199000', '124123.202000', '124123.204000', '124123.207000', '124123.210000', '124123.213000', '124123.216000', '124123.218000', '124123.221000', '124123.224000', '124123.227000', '124123.230000', '124123.233000', '124123.236000', '124123.239000', '124123.242000', '124123.245000', '124123.247000', '124123.250000', '124123.253000', '124123.256000', '124123.259000', '124123.261000', '124123.264000', '124123.267000', '124123.270000', '124123.273000', '124123.275000', '124123.278000', '124123.281000', '124123.284000', '124123.287000', '124123.290000', '124123.292000', '124123.295000', '124143.177000', '124143.180000', '124143.183000', '124143.186000', '124143.189000', '124143.191000', '124143.194000', '124143.197000', '124143.200000', '124143.203000', '124143.205000', '124143.208000', '124143.211000', '124143.214000', '124143.217000', '124143.219000', '124143.222000', '124143.225000', '124143.228000', '124143.231000', '124143.233000', '124143.236000', '124143.239000', '124143.242000', '124143.245000', '124143.248000', '124143.250000', '124143.253000', '124143.256000', '124143.259000', '124143.262000', '124143.272000', '124143.275000', '124143.278000', '124143.281000', '124143.283000', '124143.286000', '124143.289000', '124143.292000', '124143.295000', '124143.297000', '124143.300000', '124143.303000', '124143.306000', '124203.177000', '124203.180000', '124203.183000', '124203.186000', '124203.188000', '124203.191000', '124203.195000', '124203.198000', '124203.201000', '124203.204000', '124203.206000', '124203.209000', '124203.212000', '124203.215000', '124203.218000', '124203.221000', '124203.223000', '124203.226000', '124203.229000', '124203.232000', '124203.235000', '124203.237000', '124203.240000', '124203.243000', '124203.246000', '124203.249000', '124203.252000', '124203.254000', '124203.257000', '124203.260000', '124203.263000', '124203.266000', '124203.269000', '124203.274000', '124203.278000', '124203.281000', '124203.284000', '124203.286000', '124203.289000', '124203.292000', '124203.295000', '124203.298000', '124203.300000', '124223.176000', '124223.179000', '124223.182000', '124223.185000', '124223.187000', '124223.190000', '124223.193000', '124223.196000', '124223.199000', '124223.201000', '124223.204000', '124223.207000', '124223.210000', '124223.213000', '124223.215000', '124223.218000', '124223.221000', '124223.224000', '124223.227000', '124223.229000', '124223.232000', '124223.235000', '124223.238000', '124223.241000', '124223.243000', '124223.246000', '124223.249000', '124223.252000', '124223.255000', '124223.258000', '124223.260000', '124223.263000', '124223.266000', '124223.269000', '124223.272000', '124223.274000', '124223.277000', '124223.280000', '124223.283000', '124223.286000', '124223.289000', '124223.291000', '124223.294000', '124223.297000', '124243.176000', '124243.179000', '124243.182000', '124243.185000', '124243.187000', '124243.190000', '124243.193000', '124243.196000', '124243.199000', '124243.202000', '124243.204000', '124243.207000', '124243.210000', '124243.213000', '124243.216000', '124243.218000', '124243.221000', '124243.224000', '124243.227000', '124243.230000', '124243.233000', '124243.235000', '124243.238000', '124243.241000', '124243.244000', '124243.247000', '124243.249000', '124243.252000', '124243.255000', '124243.258000', '124243.261000', '124243.264000', '124243.267000', '124243.269000', '124243.272000', '124243.275000', '124243.278000', '124243.281000', '124243.283000', '124243.286000', '124243.289000', '124243.292000', '124243.295000', '124303.176000', '124303.179000', '124303.182000', '124303.185000', '124303.188000', '124303.190000', '124303.193000', '124303.196000', '124303.199000', '124303.202000', '124303.205000', '124303.208000', '124303.210000', '124303.213000', '124303.216000', '124303.223000', '124303.226000', '124303.229000', '124303.231000', '124303.234000', '124303.237000', '124303.240000', '124303.243000', '124303.246000', '124303.249000', '124303.251000', '124303.254000', '124303.268000', '124303.271000', '124303.274000', '124303.277000', '124303.280000', '124303.282000', '124303.285000', '124303.288000', '124303.291000', '124303.294000', '124303.297000', '124303.299000', '124303.302000', '124303.305000', '124303.308000', '124303.310000', '124303.313000', '124323.176000', '124323.179000', '124323.182000', '124323.185000', '124323.188000', '124323.191000', '124323.193000', '124323.196000', '124323.199000', '124323.202000', '124323.205000', '124323.208000', '124323.210000', '124323.213000', '124323.216000', '124323.219000', '124323.222000', '124323.225000', '124323.227000', '124323.230000', '124323.234000', '124323.237000', '124323.240000', '124323.243000', '124323.245000', '124323.248000', '124323.251000', '124323.254000', '124323.257000', '124323.259000', '124323.262000', '124323.265000', '124323.268000', '124323.271000', '124323.274000', '124323.276000', '124323.279000', '124323.282000', '124323.285000', '124323.288000', '124323.291000', '124323.294000', '124323.297000', '124325.199000', '124325.203000', '124325.207000', '124325.211000', '124325.215000'], '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': [9517, 11824, 8956, 11698, 8536, 10675, 8804, 9147, 13773, 9495, 11333, 8844, 8762, 8338, 8760, 8546, 11442, 8744, 10982, 9157, 10068, 9231, 9829, 8774, 9490, 9909, 8752, 13219, 9271, 11214, 9308, 11478, 9019, 9479, 11848, 9860, 13228, 9354, 11506, 9530, 10682, 9539, 9117, 14024, 11113, 11598, 9538, 10411, 9359, 9028, 13519, 9662, 12052, 9415, 11323, 8986, 9837, 10402, 8844, 14405, 10259, 11486, 9245, 9302, 12161, 8847, 11865, 9148, 10837, 9483, 9832, 10253, 8765, 13910, 9619, 11401, 8703, 10654, 10469, 9249, 12434, 9078, 11627, 9480, 10572, 9429, 11321, 9008, 10106, 9146, 9663, 10243, 9656, 13503, 11830, 12080, 10073, 10938, 9494, 10767, 8946, 11345, 9190, 11592, 8994, 9379, 9658, 9013, 14769, 10129, 11659, 9004, 10677, 8946, 9309, 9649, 8781, 13560, 9489, 12221, 10146, 11118, 9360, 9978, 8725, 10319, 10263, 11714, 10953, 9458, 13698, 9558, 11172, 9879, 10046, 12528, 8989, 11850, 9517, 9854, 9313, 8804, 12602, 8873, 11012, 9318, 9916, 8971, 9471, 9386, 9308, 9972, 9870, 10199, 9417, 14559, 9968, 11678, 10972, 9357, 14024, 11389, 11920, 9860, 10880, 9212, 9505, 14096, 11648, 11863, 9329, 10162, 11568, 9876, 12315, 9583, 10339, 12449, 9512, 11853, 9574, 10552, 9562, 9534, 12948, 9149, 10913, 9965, 9892, 10616, 9552, 13237, 10052, 10992, 8881, 9771, 10350, 9541, 12002, 10029, 9806, 9366, 9387, 13702, 9386, 10811, 10599, 9748, 9359, 9786, 13062, 9917, 10820, 9978, 10350, 10848, 9762, 12179, 10081, 9872, 9725, 10164, 10038, 9983, 13641, 9474, 11306, 9066, 11074, 9968, 10553, 8754, 10245, 10422, 9422, 14373, 12223, 11879, 10416, 11343, 9252, 10482, 10985, 9570, 13918, 9493, 12303, 9057, 10688, 12446, 9786, 13470, 10970, 11289, 11261, 10406, 9755, 10659, 12765, 10988, 12570, 10907, 11036, 10354, 11259, 10067, 12889, 10376, 12186, 10321, 11513, 9765, 10929, 10242, 11242, 10744, 9760, 11313, 10257, 13903, 10027, 12079, 10314, 12401, 10187, 11817, 10515, 10282, 9779, 10059, 13583, 10459, 12605, 10818, 11149, 9993, 10199, 9490, 10176, 14293, 9986, 10579, 10126, 9993, 9936, 10204, 12829, 9138, 11794, 9896, 10323, 10364, 10545, 9920, 11870, 10417, 11396, 9964, 10119, 13972, 11074, 11342, 9940, 9746, 13870, 10750, 11159, 10227, 10303, 9844, 10237, 13531, 9823, 10663, 10122, 10372, 9657, 10813, 11457, 9888, 11648, 9487, 10472, 10084, 10563, 11612, 10913, 12851, 9640, 11768, 10392, 10595, 10067, 10042, 13848, 10247, 10412, 11504, 11266, 12323, 10070, 10973, 10297, 10115, 10656, 10845, 11430, 10393, 13660, 10188, 10444, 9868, 10480, 10533, 11560, 13480, 9433, 11613, 10419, 10947, 9625, 10830, 10701, 9875, 12799, 12051, 11532, 10557, 11035, 10737, 10813, 11504, 10572, 12471, 10251, 12508, 10563, 10909, 10310, 10463, 11130, 9996, 10350, 10370, 13238, 10945, 10806, 11141, 10689, 10835, 10154, 13512, 9893, 11296, 11166, 11491, 11037, 10552, 12832, 11045, 10360, 9117, 11330, 11152, 10941, 13476, 9775, 11100, 10698, 10739, 10783, 11465, 10838, 10748, 14074, 11492, 11558, 11252, 11251, 9613, 11282, 11704, 10421, 13569, 11122, 11075, 11353, 11005, 9597, 11579, 13729, 11702, 12160, 10811, 10493, 10358, 11206, 10611, 9561, 11090, 9599, 12445, 11850, 10333, 12576, 11258, 13404, 10154, 11777, 12895, 10088, 13276, 10470, 12341, 10205, 10210, 10023, 9770, 13271, 9988, 11766, 10093, 9975, 10908, 9822, 10206, 10198, 11699, 10843, 9710, 9546, 9796, 10193, 10009, 12836, 10495, 10971, 10918, 9959, 10770, 9972, 11076, 10577, 10591, 10871, 9957, 10664, 9844, 11343, 10375, 10099, 10584, 12041, 9608, 10381, 9927, 10307, 10257, 10501, 10964, 11039, 13075, 10280, 11971, 10139, 10964, 11101, 10651, 10680, 11223, 11640, 10191, 11158, 10505, 11078, 10482, 10878, 10586, 12819, 10831, 12286, 10992, 10364, 10058, 10915, 11850, 10975, 10963, 10807, 10853, 13705, 11681, 12655, 10901, 11389, 10749, 9993, 11392, 12122, 11083, 10963, 11448, 10768, 12977, 11014, 11078, 11286, 10912, 12023, 11148, 13146, 11524, 10565, 12792, 11362, 13387, 9372, 10351, 9735, 10572, 9572, 9017, 9522, 10169, 9728, 11840, 9453, 9539, 15079, 11568, 11857, 10097, 10983, 10109, 10115, 14111, 11032, 12427, 10760, 10033, 13991, 10008, 11321, 10296, 10247, 14017, 11324, 11787, 10329, 9795, 9058, 9604, 12560, 9826, 10207, 9665, 9823, 11847, 9924, 12060, 10402, 11621, 10547, 11548, 9773, 9908, 14095, 10361, 12305, 9618, 11242, 9395, 10124, 14132, 10230, 11894, 9789, 10862, 9384, 10051, 13394, 10198, 11943, 10024, 10153, 9430, 10057, 15117, 10302, 11401, 10460, 10109, 10244, 10215, 10017, 10094, 13199, 10103, 13573, 10213, 11050, 10420, 10387, 9764, 10413, 9542, 12351, 9158, 10122, 10247, 10344, 13747, 10506, 11429, 10825, 10943, 10245, 10325, 9240, 9793, 9779, 10305, 9856, 10449, 15889, 11164, 13052, 9883, 12401, 10000, 10039, 9909, 10230, 10244, 10606, 15676, 10503, 12621, 10447, 11033, 9955, 10095, 10401, 10612, 15185, 10220, 12628, 10430, 10177, 10858, 10348, 9721, 10432, 12435, 10011, 12840, 10367, 10405, 10639, 10160, 9527, 10503, 14492, 10211, 12916, 10863, 10936, 10944, 10391, 10240, 10848, 14969, 10534, 12554, 10670, 10550, 11281, 10682, 9349, 10685, 10032, 12253, 10670, 10949, 10674, 11253, 10732, 12136, 12558, 12540, 12733, 10964, 9321, 14625, 9953, 11713, 9747, 12504, 14190, 11120, 13150, 10298, 10658, 15285, 10870, 12832, 10735, 11503, 15513, 12908, 13983, 10572, 14432, 9868, 13249, 10035, 9889, 15105, 11448, 12781, 9834, 9804, 14142, 10153, 10884, 10202, 9821, 9346, 10138, 11491, 10038, 9778, 10023, 9872, 11063, 10393, 9911, 10544, 10253, 10448, 10930, 10386, 10292, 10238, 9993, 9981, 10606, 10197, 13567, 10402, 11208, 10070, 10254, 10805, 10133, 11017, 10244, 11125, 10510, 10101, 10027, 9670, 10222, 14315, 10621, 11057, 9895, 10547, 9375, 10268, 10640, 10812, 15176, 10429, 12648, 10502, 11271, 10756, 10854, 10524, 10577, 10656, 10813, 15497, 10693, 13108, 11019, 11476, 10964, 10419, 10205, 10557, 15298, 11021, 13208, 10765, 11513, 9918, 10421, 14840, 9981, 13086, 10422, 11332, 11027, 10742, 15053, 10730, 12637, 10030, 10426, 12456, 10037, 13188, 10674, 10672, 11112, 10867, 15275, 10552, 12373, 10966, 10847, 9939, 10391, 10989, 10729, 10503, 10838, 15415, 10575, 12937, 9926, 10391, 14008, 11418, 13263, 9861, 11851, 10425, 11077, 11800, 10731, 15240, 12224, 12549, 10502, 10486, 11050, 10921, 15250, 11780, 13119, 10487, 11530, 10417, 10474, 15258, 10148, 13459, 11290, 11880, 9583, 10342, 11036, 10947, 15615, 11910, 12865, 10318, 11708, 10973, 10553, 12073, 10670, 14693, 11730, 12047, 10525, 12004, 9452, 10071, 10053, 10043, 10720, 10480, 11130, 10323, 15473, 10700, 12873, 11333, 10787, 14862, 11749, 13100, 10452, 12915, 11873, 10376, 13909, 9997, 13245, 9420, 10673, 13730, 10142, 12827, 10233, 11084, 10434, 10416, 12427, 10650, 14625, 10670, 12060, 10793, 10339, 11563, 10484, 10599, 10783, 14018, 10378, 12043, 10584, 10678, 10850, 10122, 11775, 10186, 15326, 11267, 13480, 11733, 10627, 15017, 10637, 12615, 11968, 10533, 15245, 10000, 13362, 9679, 10143, 15482, 11981, 13083, 10889, 10626, 14990, 10365, 12843, 10482, 10424, 11218, 10219, 11294, 10395, 13304, 11003, 12074, 12087, 10439, 12237, 10732, 14318, 10214, 11946, 10703, 10331, 9675, 10841, 13244, 9575, 9858, 9399, 10578, 10248, 10197, 10933, 9706, 12747, 10417, 10685, 15035, 13424, 13402, 10741, 12055, 15185, 14074, 14326, 12297, 14314, 10515, 10904, 10136, 10737, 9976, 15280, 12379, 15241, 10609, 12550, 12520, 10010, 15303, 10570, 12708, 10892, 10091, 15615, 10896, 12378, 10682, 10261, 14570, 10406, 10380, 9665, 10065, 9257, 9571, 10319, 9726, 9941, 9818, 9635, 10794, 9600, 12041, 10042, 11900, 10275, 11111, 9620, 9930, 10476, 10111, 11437, 10166, 14534, 10909, 12212, 11926, 8602, 9536, 9211, 8030, 9110, 8154, 12716, 11042, 13361, 11313, 13145, 10279, 11868, 12783, 11319, 12402, 10480, 12614, 11967, 9610, 13616, 11395, 14502, 9845, 12256, 10123, 13533, 11507, 9853, 9804, 9642, 9751, 12745, 10140, 10046, 9472, 9484, 10475, 9556, 9870, 10495, 10287, 10793, 10287, 10210, 10153, 9941, 11341, 10163], 'WindowCenter': [4567.0, 4559.0, 4515.0, 4542.0, 4499.0, 4519.0, 4497.0, 4496.0, 4525.0, 4495.0, 4503.0, 4485.0, 4484.0, 4486.0, 4497.0, 4500.0, 4528.0, 4500.0, 4529.0, 4510.0, 4519.0, 4509.0, 4521.0, 4511.0, 4522.0, 4520.0, 4512.0, 4539.0, 4511.0, 4530.0, 4511.0, 4532.0, 4509.0, 4522.0, 4541.0, 4521.0, 4540.0, 4522.0, 4530.0, 4510.0, 4531.0, 4509.0, 4512.0, 4550.0, 4530.0, 4529.0, 4509.0, 4519.0, 4508.0, 4510.0, 4539.0, 4520.0, 4529.0, 4509.0, 4529.0, 4498.0, 4520.0, 4518.0, 4509.0, 4549.0, 4520.0, 4529.0, 4508.0, 4510.0, 4527.0, 4498.0, 4527.0, 4508.0, 4529.0, 4507.0, 4519.0, 4518.0, 4499.0, 4537.0, 4509.0, 4530.0, 4510.0, 4520.0, 4519.0, 4511.0, 4538.0, 4509.0, 4529.0, 4521.0, 4530.0, 4510.0, 4530.0, 4510.0, 4531.0, 4510.0, 4522.0, 4530.0, 4522.0, 4551.0, 4531.0, 4529.0, 4521.0, 4530.0, 4521.0, 4529.0, 4511.0, 4531.0, 4510.0, 4530.0, 4509.0, 4511.0, 4509.0, 4510.0, 4549.0, 4520.0, 4529.0, 4498.0, 4519.0, 4508.0, 4509.0, 4508.0, 4499.0, 4539.0, 4520.0, 4528.0, 4519.0, 4528.0, 4509.0, 4518.0, 4510.0, 4521.0, 4520.0, 4539.0, 4518.0, 4509.0, 4538.0, 4509.0, 4529.0, 4508.0, 4508.0, 4527.0, 4498.0, 4527.0, 4507.0, 4508.0, 4507.0, 4509.0, 4527.0, 4510.0, 4542.0, 4522.0, 4520.0, 4509.0, 4521.0, 4521.0, 4521.0, 4531.0, 4534.0, 4532.0, 4524.0, 4563.0, 4522.0, 4542.0, 4530.0, 4523.0, 4551.0, 4541.0, 4539.0, 4521.0, 4531.0, 4508.0, 4510.0, 4549.0, 4530.0, 4530.0, 4498.0, 4519.0, 4517.0, 4507.0, 4526.0, 4496.0, 4507.0, 4526.0, 4507.0, 4516.0, 4496.0, 4517.0, 4505.0, 4507.0, 4526.0, 4507.0, 4518.0, 4507.0, 4519.0, 4517.0, 4509.0, 4538.0, 4519.0, 4530.0, 4498.0, 4520.0, 4517.0, 4509.0, 4528.0, 4508.0, 4519.0, 4508.0, 4510.0, 4548.0, 4510.0, 4529.0, 4529.0, 4521.0, 4509.0, 4521.0, 4539.0, 4520.0, 4530.0, 4520.0, 4521.0, 4529.0, 4521.0, 4540.0, 4531.0, 4521.0, 4521.0, 4532.0, 4531.0, 4532.0, 4551.0, 4522.0, 4542.0, 4523.0, 4542.0, 4532.0, 4532.0, 4513.0, 4534.0, 4533.0, 4524.0, 4563.0, 4542.0, 4542.0, 4533.0, 4542.0, 4522.0, 4533.0, 4531.0, 4522.0, 4551.0, 4522.0, 4543.0, 4511.0, 4533.0, 4551.0, 4533.0, 4551.0, 4532.0, 4531.0, 4531.0, 4532.0, 4521.0, 4533.0, 4552.0, 4543.0, 4542.0, 4543.0, 4531.0, 4533.0, 4542.0, 4534.0, 4553.0, 4533.0, 4544.0, 4533.0, 4542.0, 4522.0, 4544.0, 4532.0, 4543.0, 4531.0, 4522.0, 4530.0, 4531.0, 4549.0, 4521.0, 4540.0, 4532.0, 4541.0, 4520.0, 4530.0, 4529.0, 4520.0, 4519.0, 4520.0, 4539.0, 4531.0, 4539.0, 4518.0, 4529.0, 4508.0, 4519.0, 4507.0, 4518.0, 4537.0, 4508.0, 4518.0, 4518.0, 4519.0, 4508.0, 4520.0, 4539.0, 4510.0, 4529.0, 4521.0, 4519.0, 4531.0, 4530.0, 4522.0, 4543.0, 4531.0, 4542.0, 4520.0, 4521.0, 4550.0, 4530.0, 4531.0, 4519.0, 4510.0, 4538.0, 4519.0, 4518.0, 4507.0, 4518.0, 4507.0, 4519.0, 4538.0, 4519.0, 4518.0, 4518.0, 4519.0, 4508.0, 4529.0, 4528.0, 4519.0, 4529.0, 4521.0, 4530.0, 4532.0, 4532.0, 4540.0, 4532.0, 4541.0, 4521.0, 4541.0, 4521.0, 4531.0, 4519.0, 4520.0, 4550.0, 4532.0, 4532.0, 4530.0, 4530.0, 4540.0, 4521.0, 4529.0, 4520.0, 4519.0, 4530.0, 4532.0, 4540.0, 4532.0, 4551.0, 4532.0, 4531.0, 4521.0, 4532.0, 4531.0, 4542.0, 4551.0, 4523.0, 4541.0, 4532.0, 4532.0, 4522.0, 4543.0, 4532.0, 4534.0, 4553.0, 4543.0, 4542.0, 4532.0, 4532.0, 4531.0, 4533.0, 4541.0, 4532.0, 4540.0, 4522.0, 4540.0, 4531.0, 4530.0, 4519.0, 4532.0, 4530.0, 4521.0, 4520.0, 4531.0, 4550.0, 4531.0, 4531.0, 4530.0, 4532.0, 4530.0, 4521.0, 4550.0, 4521.0, 4532.0, 4529.0, 4541.0, 4529.0, 4531.0, 4540.0, 4531.0, 4521.0, 4511.0, 4543.0, 4531.0, 4542.0, 4551.0, 4533.0, 4542.0, 4532.0, 4532.0, 4543.0, 4545.0, 4542.0, 4544.0, 4564.0, 4544.0, 4543.0, 4543.0, 4544.0, 4523.0, 4544.0, 4543.0, 4545.0, 4564.0, 4544.0, 4543.0, 4544.0, 4545.0, 4523.0, 4545.0, 4564.0, 4556.0, 4569.0, 4558.0, 4534.0, 4535.0, 4543.0, 4533.0, 4537.0, 4557.0, 4537.0, 4569.0, 4556.0, 4547.0, 4555.0, 4546.0, 4556.0, 4523.0, 4534.0, 4529.0, 4510.0, 4528.0, 4506.0, 4515.0, 4494.0, 4495.0, 4483.0, 4494.0, 4512.0, 4482.0, 4502.0, 4493.0, 4481.0, 4491.0, 4482.0, 4491.0, 4493.0, 4502.0, 4503.0, 4494.0, 4494.0, 4495.0, 4493.0, 4495.0, 4514.0, 4505.0, 4505.0, 4516.0, 4507.0, 4505.0, 4506.0, 4515.0, 4507.0, 4506.0, 4517.0, 4509.0, 4519.0, 4520.0, 4528.0, 4520.0, 4519.0, 4531.0, 4539.0, 4522.0, 4521.0, 4521.0, 4520.0, 4521.0, 4532.0, 4531.0, 4533.0, 4551.0, 4522.0, 4542.0, 4522.0, 4533.0, 4531.0, 4532.0, 4530.0, 4532.0, 4542.0, 4534.0, 4542.0, 4534.0, 4542.0, 4534.0, 4542.0, 4535.0, 4567.0, 4546.0, 4543.0, 4534.0, 4534.0, 4522.0, 4546.0, 4557.0, 4557.0, 4546.0, 4533.0, 4546.0, 4565.0, 4544.0, 4554.0, 4533.0, 4531.0, 4532.0, 4520.0, 4542.0, 4542.0, 4532.0, 4533.0, 4530.0, 4521.0, 4539.0, 4520.0, 4518.0, 4519.0, 4520.0, 4528.0, 4529.0, 4539.0, 4530.0, 4520.0, 4539.0, 4543.0, 4552.0, 4512.0, 4519.0, 4509.0, 4519.0, 4510.0, 4512.0, 4536.0, 4535.0, 4536.0, 4545.0, 4524.0, 4536.0, 4564.0, 4545.0, 4545.0, 4523.0, 4532.0, 4509.0, 4520.0, 4540.0, 4520.0, 4542.0, 4519.0, 4510.0, 4538.0, 4498.0, 4518.0, 4495.0, 4496.0, 4525.0, 4506.0, 4516.0, 4494.0, 4495.0, 4484.0, 4495.0, 4514.0, 4494.0, 4507.0, 4495.0, 4495.0, 4514.0, 4495.0, 4515.0, 4507.0, 4518.0, 4507.0, 4518.0, 4506.0, 4508.0, 4536.0, 4507.0, 4517.0, 4497.0, 4518.0, 4496.0, 4508.0, 4536.0, 4507.0, 4517.0, 4498.0, 4519.0, 4497.0, 4497.0, 4525.0, 4506.0, 4515.0, 4495.0, 4507.0, 4496.0, 4498.0, 4535.0, 4496.0, 4505.0, 4505.0, 4505.0, 4508.0, 4508.0, 4507.0, 4509.0, 4528.0, 4509.0, 4526.0, 4508.0, 4516.0, 4509.0, 4508.0, 4508.0, 4519.0, 4498.0, 4528.0, 4497.0, 4508.0, 4507.0, 4508.0, 4526.0, 4507.0, 4517.0, 4520.0, 4521.0, 4519.0, 4519.0, 4511.0, 4511.0, 4510.0, 4522.0, 4509.0, 4509.0, 4549.0, 4519.0, 4529.0, 4509.0, 4527.0, 4506.0, 4497.0, 4496.0, 4508.0, 4507.0, 4519.0, 4548.0, 4519.0, 4528.0, 4508.0, 4507.0, 4508.0, 4508.0, 4507.0, 4518.0, 4548.0, 4509.0, 4528.0, 4519.0, 4508.0, 4520.0, 4519.0, 4509.0, 4521.0, 4529.0, 4521.0, 4540.0, 4521.0, 4519.0, 4520.0, 4520.0, 4510.0, 4533.0, 4550.0, 4521.0, 4529.0, 4521.0, 4519.0, 4520.0, 4521.0, 4520.0, 4531.0, 4562.0, 4534.0, 4541.0, 4521.0, 4521.0, 4532.0, 4521.0, 4523.0, 4534.0, 4523.0, 4543.0, 4532.0, 4533.0, 4535.0, 4546.0, 4544.0, 4557.0, 4555.0, 4558.0, 4568.0, 4546.0, 4525.0, 4565.0, 4523.0, 4542.0, 4525.0, 4557.0, 4552.0, 4531.0, 4542.0, 4509.0, 4521.0, 4550.0, 4520.0, 4540.0, 4517.0, 4518.0, 4536.0, 4516.0, 4525.0, 4494.0, 4514.0, 4471.0, 4500.0, 4468.0, 4468.0, 4496.0, 4477.0, 4486.0, 4454.0, 4454.0, 4481.0, 4453.0, 4463.0, 4453.0, 4454.0, 4443.0, 4464.0, 4473.0, 4455.0, 4454.0, 4466.0, 4467.0, 4475.0, 4478.0, 4479.0, 4491.0, 4490.0, 4493.0, 4504.0, 4506.0, 4505.0, 4506.0, 4521.0, 4509.0, 4507.0, 4508.0, 4537.0, 4506.0, 4518.0, 4507.0, 4496.0, 4506.0, 4495.0, 4518.0, 4520.0, 4543.0, 4533.0, 4521.0, 4522.0, 4508.0, 4510.0, 4539.0, 4519.0, 4530.0, 4520.0, 4520.0, 4499.0, 4521.0, 4521.0, 4532.0, 4550.0, 4521.0, 4540.0, 4521.0, 4532.0, 4520.0, 4520.0, 4519.0, 4520.0, 4520.0, 4531.0, 4560.0, 4532.0, 4541.0, 4522.0, 4530.0, 4531.0, 4522.0, 4521.0, 4533.0, 4562.0, 4533.0, 4542.0, 4532.0, 4533.0, 4521.0, 4533.0, 4551.0, 4523.0, 4542.0, 4521.0, 4532.0, 4520.0, 4532.0, 4550.0, 4531.0, 4542.0, 4521.0, 4522.0, 4540.0, 4522.0, 4541.0, 4521.0, 4522.0, 4530.0, 4533.0, 4561.0, 4522.0, 4541.0, 4532.0, 4532.0, 4522.0, 4534.0, 4532.0, 4533.0, 4531.0, 4533.0, 4562.0, 4533.0, 4554.0, 4522.0, 4535.0, 4552.0, 4544.0, 4552.0, 4524.0, 4543.0, 4533.0, 4545.0, 4543.0, 4534.0, 4563.0, 4544.0, 4543.0, 4533.0, 4534.0, 4533.0, 4534.0, 4563.0, 4544.0, 4553.0, 4533.0, 4543.0, 4532.0, 4534.0, 4562.0, 4533.0, 4553.0, 4533.0, 4543.0, 4522.0, 4534.0, 4532.0, 4533.0, 4563.0, 4543.0, 4543.0, 4522.0, 4543.0, 4532.0, 4533.0, 4542.0, 4534.0, 4563.0, 4544.0, 4554.0, 4548.0, 4556.0, 4524.0, 4523.0, 4534.0, 4534.0, 4546.0, 4548.0, 4546.0, 4548.0, 4577.0, 4547.0, 4569.0, 4546.0, 4548.0, 4566.0, 4555.0, 4556.0, 4534.0, 4544.0, 4531.0, 4523.0, 4551.0, 4522.0, 4542.0, 4510.0, 4522.0, 4539.0, 4520.0, 4528.0, 4510.0, 4519.0, 4520.0, 4532.0, 4541.0, 4533.0, 4562.0, 4532.0, 4542.0, 4532.0, 4523.0, 4531.0, 4522.0, 4521.0, 4544.0, 4566.0, 4535.0, 4542.0, 4533.0, 4533.0, 4546.0, 4538.0, 4545.0, 4537.0, 4565.0, 4535.0, 4556.0, 4543.0, 4534.0, 4564.0, 4533.0, 4555.0, 4542.0, 4523.0, 4551.0, 4512.0, 4542.0, 4511.0, 4522.0, 4549.0, 4530.0, 4541.0, 4508.0, 4509.0, 4537.0, 4509.0, 4528.0, 4508.0, 4508.0, 4517.0, 4520.0, 4528.0, 4521.0, 4550.0, 4531.0, 4542.0, 4540.0, 4522.0, 4540.0, 4532.0, 4551.0, 4522.0, 4542.0, 4532.0, 4523.0, 4522.0, 4548.0, 4567.0, 4526.0, 4522.0, 4513.0, 4534.0, 4547.0, 4547.0, 4548.0, 4538.0, 4570.0, 4547.0, 4561.0, 4578.0, 4568.0, 4568.0, 4535.0, 4559.0, 4566.0, 4567.0, 4568.0, 4544.0, 4540.0, 4508.0, 4506.0, 4509.0, 4518.0, 4512.0, 4550.0, 4531.0, 4540.0, 4508.0, 4519.0, 4516.0, 4497.0, 4536.0, 4496.0, 4517.0, 4493.0, 4495.0, 4525.0, 4494.0, 4516.0, 4505.0, 4506.0, 4525.0, 4506.0, 4519.0, 4508.0, 4507.0, 4497.0, 4496.0, 4508.0, 4509.0, 4522.0, 4510.0, 4524.0, 4533.0, 4537.0, 4554.0, 4535.0, 4545.0, 4522.0, 4531.0, 4511.0, 4512.0, 4532.0, 4535.0, 4544.0, 4536.0, 4577.0, 4548.0, 4556.0, 4558.0, 4515.0, 4537.0, 4537.0, 4516.0, 4538.0, 4527.0, 4579.0, 4573.0, 4580.0, 4572.0, 4583.0, 4548.0, 4560.0, 4557.0, 4548.0, 4546.0, 4523.0, 4536.0, 4522.0, 4513.0, 4519.0, 4508.0, 4514.0, 4471.0, 4478.0, 4470.0, 4500.0, 4490.0, 4457.0, 4468.0, 4467.0, 4469.0, 4500.0, 4469.0, 4482.0, 4480.0, 4470.0, 4490.0, 4480.0, 4482.0, 4479.0, 4481.0, 4491.0, 4481.0, 4480.0, 4481.0, 4481.0, 4491.0, 4492.0], 'WindowWidth': [10041.0, 10010.0, 9942.0, 9972.0, 9907.0, 9934.0, 9898.0, 9897.0, 9935.0, 9891.0, 9901.0, 9879.0, 9876.0, 9885.0, 9900.0, 9911.0, 9945.0, 9910.0, 9946.0, 9923.0, 9931.0, 9921.0, 9939.0, 9927.0, 9944.0, 9939.0, 9929.0, 9962.0, 9928.0, 9949.0, 9927.0, 9956.0, 9921.0, 9945.0, 9969.0, 9941.0, 9965.0, 9945.0, 9950.0, 9924.0, 9956.0, 9921.0, 9929.0, 9980.0, 9952.0, 9948.0, 9921.0, 9936.0, 9917.0, 9924.0, 9962.0, 9938.0, 9949.0, 9921.0, 9946.0, 9904.0, 9938.0, 9930.0, 9920.0, 9976.0, 9939.0, 9949.0, 9917.0, 9922.0, 9942.0, 9906.0, 9943.0, 9919.0, 9949.0, 9915.0, 9935.0, 9930.0, 9909.0, 9957.0, 9922.0, 9952.0, 9925.0, 9938.0, 9933.0, 9926.0, 9961.0, 9921.0, 9947.0, 9941.0, 9953.0, 9923.0, 9950.0, 9924.0, 9956.0, 9925.0, 9945.0, 9952.0, 9945.0, 9983.0, 9955.0, 9950.0, 9940.0, 9950.0, 9939.0, 9949.0, 9929.0, 9957.0, 9923.0, 9952.0, 9920.0, 9927.0, 9920.0, 9922.0, 9975.0, 9938.0, 9948.0, 9904.0, 9933.0, 9917.0, 9922.0, 9917.0, 9908.0, 9963.0, 9937.0, 9945.0, 9934.0, 9944.0, 9922.0, 9932.0, 9923.0, 9942.0, 9936.0, 9963.0, 9932.0, 9920.0, 9960.0, 9920.0, 9950.0, 9917.0, 9918.0, 9941.0, 9904.0, 9941.0, 9914.0, 9917.0, 9916.0, 9921.0, 9942.0, 9924.0, 9973.0, 9945.0, 9940.0, 9922.0, 9942.0, 9942.0, 9943.0, 9956.0, 9965.0, 9960.0, 9950.0, 10002.0, 9943.0, 9973.0, 9953.0, 9947.0, 9983.0, 9969.0, 9964.0, 9942.0, 9956.0, 9919.0, 9925.0, 9977.0, 9951.0, 9954.0, 9904.0, 9933.0, 9928.0, 9915.0, 9940.0, 9898.0, 9916.0, 9939.0, 9914.0, 9925.0, 9899.0, 9927.0, 9909.0, 9914.0, 9941.0, 9917.0, 9931.0, 9915.0, 9934.0, 9928.0, 9920.0, 9958.0, 9937.0, 9951.0, 9903.0, 9936.0, 9929.0, 9920.0, 9944.0, 9917.0, 9937.0, 9919.0, 9924.0, 9974.0, 9924.0, 9948.0, 9949.0, 9941.0, 9921.0, 9940.0, 9964.0, 9938.0, 9952.0, 9938.0, 9943.0, 9950.0, 9943.0, 9967.0, 9956.0, 9943.0, 9941.0, 9960.0, 9955.0, 9959.0, 9984.0, 9947.0, 9973.0, 9947.0, 9971.0, 9959.0, 9960.0, 9934.0, 9967.0, 9961.0, 9952.0, 10003.0, 9974.0, 9973.0, 9962.0, 9972.0, 9945.0, 9963.0, 9955.0, 9946.0, 9984.0, 9945.0, 9976.0, 9927.0, 9961.0, 9985.0, 9961.0, 9984.0, 9957.0, 9955.0, 9955.0, 9958.0, 9941.0, 9961.0, 9987.0, 9974.0, 9971.0, 9975.0, 9956.0, 9961.0, 9972.0, 9967.0, 9989.0, 9962.0, 9976.0, 9961.0, 9973.0, 9944.0, 9980.0, 9958.0, 9974.0, 9955.0, 9945.0, 9952.0, 9955.0, 9979.0, 9942.0, 9966.0, 9957.0, 9971.0, 9939.0, 9953.0, 9949.0, 9939.0, 9932.0, 9938.0, 9965.0, 9953.0, 9963.0, 9932.0, 9947.0, 9917.0, 9934.0, 9916.0, 9932.0, 9958.0, 9919.0, 9931.0, 9932.0, 9936.0, 9917.0, 9937.0, 9964.0, 9926.0, 9949.0, 9940.0, 9936.0, 9956.0, 9952.0, 9944.0, 9974.0, 9954.0, 9972.0, 9938.0, 9940.0, 9979.0, 9949.0, 9953.0, 9934.0, 9924.0, 9959.0, 9934.0, 9931.0, 9915.0, 9933.0, 9913.0, 9933.0, 9960.0, 9934.0, 9932.0, 9931.0, 9936.0, 9918.0, 9948.0, 9947.0, 9938.0, 9950.0, 9941.0, 9952.0, 9957.0, 9957.0, 9964.0, 9958.0, 9970.0, 9941.0, 9967.0, 9940.0, 9956.0, 9935.0, 9939.0, 9981.0, 9958.0, 9958.0, 9949.0, 9950.0, 9965.0, 9940.0, 9949.0, 9936.0, 9934.0, 9952.0, 9957.0, 9964.0, 9957.0, 9982.0, 9957.0, 9953.0, 9941.0, 9958.0, 9954.0, 9972.0, 9983.0, 9947.0, 9970.0, 9959.0, 9960.0, 9946.0, 9976.0, 9958.0, 9965.0, 9990.0, 9976.0, 9971.0, 9959.0, 9959.0, 9956.0, 9961.0, 9967.0, 9959.0, 9966.0, 9943.0, 9966.0, 9953.0, 9953.0, 9936.0, 9959.0, 9951.0, 9942.0, 9937.0, 9954.0, 9979.0, 9954.0, 9956.0, 9952.0, 9958.0, 9952.0, 9942.0, 9981.0, 9942.0, 9958.0, 9949.0, 9967.0, 9947.0, 9953.0, 9966.0, 9954.0, 9940.0, 9927.0, 9973.0, 9954.0, 9972.0, 9985.0, 9961.0, 9972.0, 9958.0, 9959.0, 9975.0, 9980.0, 9972.0, 9977.0, 10006.0, 9979.0, 9974.0, 9975.0, 9979.0, 9949.0, 9979.0, 9974.0, 9980.0, 10006.0, 9977.0, 9975.0, 9978.0, 9982.0, 9947.0, 9980.0, 10005.0, 9998.0, 10024.0, 10007.0, 9962.0, 9967.0, 9972.0, 9961.0, 9973.0, 10002.0, 9971.0, 10021.0, 9998.0, 9987.0, 9995.0, 9982.0, 9996.0, 9945.0, 9964.0, 9947.0, 9920.0, 9942.0, 9910.0, 9919.0, 9889.0, 9891.0, 9870.0, 9887.0, 9911.0, 9868.0, 9898.0, 9883.0, 9868.0, 9880.0, 9869.0, 9879.0, 9884.0, 9896.0, 9898.0, 9889.0, 9888.0, 9891.0, 9886.0, 9892.0, 9918.0, 9906.0, 9906.0, 9922.0, 9912.0, 9904.0, 9911.0, 9919.0, 9912.0, 9910.0, 9927.0, 9920.0, 9934.0, 9935.0, 9944.0, 9935.0, 9934.0, 9953.0, 9962.0, 9942.0, 9940.0, 9941.0, 9938.0, 9941.0, 9958.0, 9952.0, 9959.0, 9982.0, 9942.0, 9969.0, 9943.0, 9959.0, 9953.0, 9955.0, 9951.0, 9957.0, 9970.0, 9962.0, 9969.0, 9963.0, 9971.0, 9964.0, 9971.0, 9965.0, 10016.0, 9983.0, 9974.0, 9964.0, 9964.0, 9945.0, 9982.0, 9999.0, 9998.0, 9984.0, 9958.0, 9982.0, 10010.0, 9977.0, 9993.0, 9960.0, 9952.0, 9956.0, 9937.0, 9971.0, 9971.0, 9955.0, 9958.0, 9951.0, 9940.0, 9962.0, 9935.0, 9930.0, 9932.0, 9935.0, 9942.0, 9946.0, 9960.0, 9949.0, 9938.0, 9959.0, 9972.0, 9984.0, 9929.0, 9931.0, 9918.0, 9932.0, 9924.0, 9929.0, 9969.0, 9968.0, 9967.0, 9981.0, 9948.0, 9970.0, 10007.0, 9981.0, 9980.0, 9946.0, 9957.0, 9919.0, 9936.0, 9964.0, 9936.0, 9968.0, 9931.0, 9921.0, 9956.0, 9900.0, 9929.0, 9890.0, 9894.0, 9933.0, 9909.0, 9922.0, 9888.0, 9892.0, 9874.0, 9890.0, 9916.0, 9890.0, 9911.0, 9892.0, 9893.0, 9916.0, 9894.0, 9919.0, 9912.0, 9931.0, 9913.0, 9930.0, 9908.0, 9915.0, 9950.0, 9913.0, 9927.0, 9900.0, 9929.0, 9896.0, 9914.0, 9952.0, 9910.0, 9925.0, 9901.0, 9932.0, 9897.0, 9898.0, 9934.0, 9908.0, 9919.0, 9892.0, 9912.0, 9897.0, 9899.0, 9947.0, 9896.0, 9905.0, 9905.0, 9906.0, 9915.0, 9915.0, 9914.0, 9920.0, 9943.0, 9917.0, 9938.0, 9914.0, 9921.0, 9916.0, 9913.0, 9915.0, 9933.0, 9901.0, 9942.0, 9897.0, 9913.0, 9912.0, 9914.0, 9935.0, 9910.0, 9925.0, 9934.0, 9939.0, 9932.0, 9933.0, 9925.0, 9926.0, 9920.0, 9940.0, 9918.0, 9919.0, 9974.0, 9933.0, 9947.0, 9918.0, 9940.0, 9910.0, 9899.0, 9896.0, 9915.0, 9911.0, 9930.0, 9972.0, 9931.0, 9941.0, 9916.0, 9913.0, 9914.0, 9915.0, 9911.0, 9929.0, 9970.0, 9920.0, 9943.0, 9931.0, 9913.0, 9933.0, 9933.0, 9918.0, 9938.0, 9945.0, 9938.0, 9962.0, 9937.0, 9930.0, 9936.0, 9937.0, 9921.0, 9958.0, 9977.0, 9939.0, 9947.0, 9937.0, 9932.0, 9934.0, 9939.0, 9935.0, 9953.0, 9996.0, 9964.0, 9967.0, 9940.0, 9938.0, 9955.0, 9940.0, 9946.0, 9963.0, 9946.0, 9974.0, 9958.0, 9960.0, 9965.0, 9981.0, 9976.0, 9999.0, 9994.0, 10002.0, 10016.0, 9983.0, 9952.0, 10007.0, 9946.0, 9969.0, 9952.0, 10000.0, 9985.0, 9954.0, 9973.0, 9919.0, 9938.0, 9976.0, 9935.0, 9964.0, 9926.0, 9930.0, 9950.0, 9920.0, 9936.0, 9888.0, 9918.0, 9850.0, 9889.0, 9840.0, 9841.0, 9879.0, 9851.0, 9862.0, 9814.0, 9815.0, 9850.0, 9813.0, 9827.0, 9813.0, 9817.0, 9799.0, 9830.0, 9841.0, 9818.0, 9817.0, 9836.0, 9838.0, 9849.0, 9857.0, 9859.0, 9879.0, 9876.0, 9885.0, 9902.0, 9911.0, 9909.0, 9912.0, 9938.0, 9919.0, 9914.0, 9916.0, 9953.0, 9911.0, 9929.0, 9913.0, 9893.0, 9907.0, 9892.0, 9928.0, 9934.0, 9971.0, 9959.0, 9939.0, 9940.0, 9916.0, 9919.0, 9958.0, 9931.0, 9949.0, 9935.0, 9934.0, 9904.0, 9939.0, 9937.0, 9954.0, 9977.0, 9936.0, 9961.0, 9937.0, 9957.0, 9935.0, 9936.0, 9930.0, 9936.0, 9934.0, 9952.0, 9991.0, 9956.0, 9967.0, 9940.0, 9949.0, 9953.0, 9943.0, 9938.0, 9959.0, 9998.0, 9957.0, 9968.0, 9956.0, 9958.0, 9939.0, 9958.0, 9981.0, 9944.0, 9969.0, 9939.0, 9956.0, 9936.0, 9954.0, 9978.0, 9952.0, 9969.0, 9938.0, 9942.0, 9962.0, 9940.0, 9966.0, 9937.0, 9941.0, 9949.0, 9957.0, 9995.0, 9943.0, 9965.0, 9956.0, 9957.0, 9942.0, 9963.0, 9957.0, 9960.0, 9954.0, 9959.0, 9999.0, 9958.0, 9989.0, 9943.0, 9966.0, 9985.0, 9974.0, 9983.0, 9948.0, 9973.0, 9959.0, 9978.0, 9971.0, 9963.0, 10001.0, 9975.0, 9973.0, 9958.0, 9963.0, 9957.0, 9961.0, 10002.0, 9977.0, 9988.0, 9958.0, 9974.0, 9954.0, 9961.0, 9999.0, 9960.0, 9987.0, 9961.0, 9973.0, 9943.0, 9963.0, 9955.0, 9958.0, 10000.0, 9974.0, 9973.0, 9942.0, 9974.0, 9955.0, 9960.0, 9969.0, 9961.0, 10000.0, 9975.0, 9991.0, 9990.0, 9997.0, 9950.0, 9946.0, 9963.0, 9962.0, 9982.0, 9990.0, 9982.0, 9990.0, 10029.0, 9987.0, 10021.0, 9983.0, 9989.0, 10012.0, 9994.0, 9999.0, 9962.0, 9976.0, 9952.0, 9944.0, 9980.0, 9941.0, 9971.0, 9924.0, 9942.0, 9961.0, 9937.0, 9944.0, 9921.0, 9931.0, 9935.0, 9956.0, 9964.0, 9957.0, 9997.0, 9956.0, 9970.0, 9954.0, 9944.0, 9951.0, 9943.0, 9939.0, 9976.0, 10011.0, 9968.0, 9967.0, 9959.0, 9958.0, 9983.0, 9976.0, 9979.0, 9970.0, 10006.0, 9962.0, 9997.0, 9973.0, 9962.0, 10003.0, 9959.0, 9992.0, 9969.0, 9943.0, 9980.0, 9927.0, 9970.0, 9923.0, 9943.0, 9975.0, 9949.0, 9966.0, 9915.0, 9919.0, 9955.0, 9916.0, 9944.0, 9913.0, 9914.0, 9926.0, 9935.0, 9944.0, 9940.0, 9978.0, 9954.0, 9971.0, 9963.0, 9940.0, 9962.0, 9955.0, 9979.0, 9943.0, 9968.0, 9956.0, 9946.0, 9944.0, 9988.0, 10015.0, 9956.0, 9944.0, 9930.0, 9961.0, 9985.0, 9987.0, 9990.0, 9974.0, 10022.0, 9985.0, 10012.0, 10029.0, 10012.0, 10018.0, 9965.0, 10005.0, 10010.0, 10012.0, 10018.0, 9977.0, 9960.0, 9911.0, 9906.0, 9916.0, 9928.0, 9925.0, 9976.0, 9950.0, 9964.0, 9912.0, 9930.0, 9921.0, 9896.0, 9949.0, 9892.0, 9922.0, 9885.0, 9890.0, 9931.0, 9887.0, 9921.0, 9905.0, 9909.0, 9934.0, 9910.0, 9934.0, 9916.0, 9914.0, 9902.0, 9897.0, 9917.0, 9917.0, 9941.0, 9922.0, 9948.0, 9959.0, 9970.0, 9991.0, 9965.0, 9979.0, 9939.0, 9949.0, 9922.0, 9925.0, 9955.0, 9966.0, 9973.0, 9969.0, 10028.0, 9989.0, 9996.0, 10001.0, 9937.0, 9974.0, 9976.0, 9946.0, 9979.0, 9963.0, 10035.0, 10032.0, 10037.0, 10030.0, 10049.0, 9987.0, 10006.0, 9999.0, 9985.0, 9983.0, 9942.0, 9969.0, 9940.0, 9928.0, 9931.0, 9913.0, 9915.0, 9849.0, 9852.0, 9847.0, 9888.0, 9873.0, 9821.0, 9838.0, 9837.0, 9845.0, 9887.0, 9842.0, 9867.0, 9865.0, 9846.0, 9877.0, 9863.0, 9867.0, 9858.0, 9865.0, 9879.0, 9866.0, 9863.0, 9865.0, 9864.0, 9878.0, 9881.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.0010941991341991341</td></tr>
<tr><td colspan=3>aqi</td><td>0.050741105714285716</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.83613375858762</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2501972176516467</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9557048020970531</td></tr>
<tr><td colspan=3>efc</td><td>0.4813</td></tr>
<tr><td colspan=3>fber</td><td>5773.2324</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09783962688227495</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>58</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.021645021645021</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4759822567557106</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4070987607921115</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6421517551880114</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.378696254287009</td></tr>
<tr><td colspan=3>gcor</td><td>0.0132886</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015575028024613857</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02286798320710659</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1155</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.305258632708142</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>30.0552</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.4716</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>186.8754</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297888.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>891.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>367.006</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2582</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>569.0387</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3744.9991</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3906.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78656.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1618.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4815.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>907.2568</td></tr>
<tr><td colspan=3>tsnr</td><td>31.25885357707739</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>