<?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-0038_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-0038_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-0038_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-0038/figures/sub-0038_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0038/figures/sub-0038_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-0038/figures/sub-0038_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038/ses-03/func/sub-0038_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>d0028423720409c0187cb64074d333ac</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>16:33:38.315000</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.992472, -0.120072, 0.024113, 0.117116, 0.988086, 0.0998523]</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.0719892</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>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4145, -7744, -7241, 551, -78, -193, -65, 62]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.808</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c4e887b1-e01e-4ded-8707-504a5a5275ba||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.6627304553985596, 0.31421253085136414, 0.09670092165470123, 95.74491882324219], [0.32214510440826416, 2.6509618759155273, 0.2599468529224396, -114.96015930175781], [0.06469328701496124, -0.2678963541984558, 2.6857171058654785, -57.74821472167969], [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': ['163338.315000', '163338.775000', '163339.235000', '163339.695000', '163340.155000', '163340.615000', '163341.075000', '163341.535000', '163341.995000', '163342.455000', '163342.915000', '163343.375000', '163343.835000', '163344.295000', '163344.755000', '163345.215000', '163345.675000', '163346.135000', '163346.595000', '163347.055000', '163347.515000', '163347.975000', '163348.435000', '163348.895000', '163349.355000', '163349.815000', '163350.275000', '163350.735000', '163351.195000', '163351.655000', '163352.115000', '163352.575000', '163353.035000', '163353.495000', '163353.955000', '163354.415000', '163354.875000', '163355.335000', '163355.795000', '163356.255000', '163356.715000', '163357.175000', '163357.635000', '163358.095000', '163358.555000', '163359.015000', '163359.475000', '163359.935000', '163400.395000', '163400.855000', '163401.315000', '163401.775000', '163402.235000', '163402.695000', '163403.155000', '163403.615000', '163404.075000', '163404.535000', '163404.995000', '163405.455000', '163405.915000', '163406.375000', '163406.835000', '163407.295000', '163407.755000', '163408.215000', '163408.675000', '163409.135000', '163409.595000', '163410.055000', '163410.515000', '163410.975000', '163411.435000', '163411.895000', '163412.355000', '163412.815000', '163413.275000', '163413.735000', '163414.195000', '163414.655000', '163415.115000', '163415.575000', '163416.035000', '163416.495000', '163416.955000', '163417.415000', '163417.875000', '163418.335000', '163418.795000', '163419.255000', '163419.715000', '163420.175000', '163420.635000', '163421.095000', '163421.555000', '163422.015000', '163422.475000', '163422.935000', '163423.395000', '163423.855000', '163424.315000', '163424.775000', '163425.235000', '163425.695000', '163426.155000', '163426.615000', '163427.075000', '163427.535000', '163427.995000', '163428.455000', '163428.915000', '163429.375000', '163429.835000', '163430.295000', '163430.755000', '163431.215000', '163431.675000', '163432.135000', '163432.595000', '163433.055000', '163433.515000', '163433.975000', '163434.435000', '163434.895000', '163435.355000', '163435.815000', '163436.275000', '163436.735000', '163437.195000', '163437.655000', '163438.115000', '163438.575000', '163439.035000', '163439.495000', '163439.955000', '163440.415000', '163440.875000', '163441.335000', '163441.795000', '163442.255000', '163442.715000', '163443.175000', '163443.635000', '163444.095000', '163444.555000', '163445.015000', '163445.475000', '163445.935000', '163446.395000', '163446.855000', '163447.315000', '163447.775000', '163448.235000', '163448.695000', '163449.155000', '163449.615000', '163450.075000', '163450.535000', '163450.995000', '163451.455000', '163451.915000', '163452.375000', '163452.835000', '163453.295000', '163453.755000', '163454.215000', '163454.675000', '163455.135000', '163455.595000', '163456.055000', '163456.515000', '163456.975000', '163457.435000', '163457.895000', '163458.355000', '163458.815000', '163459.275000', '163459.735000', '163500.195000', '163500.655000', '163501.115000', '163501.575000', '163502.035000', '163502.495000', '163502.955000', '163503.415000', '163503.875000', '163504.335000', '163504.795000', '163505.255000', '163505.715000', '163506.175000', '163506.635000', '163507.095000', '163507.555000', '163508.015000', '163508.475000', '163508.935000', '163509.395000', '163509.855000', '163510.315000', '163510.775000', '163511.235000', '163511.695000', '163512.155000', '163512.615000', '163513.075000', '163513.535000', '163513.995000', '163514.455000', '163514.915000', '163515.375000', '163515.835000', '163516.295000', '163516.755000', '163517.215000', '163517.675000', '163518.135000', '163518.595000', '163519.055000', '163519.515000', '163519.975000', '163520.435000', '163520.895000', '163521.355000', '163521.815000', '163522.275000', '163522.735000', '163523.195000', '163523.655000', '163524.115000', '163524.575000', '163525.035000', '163525.495000', '163525.955000', '163526.415000', '163526.875000', '163527.335000', '163527.795000', '163528.255000', '163528.715000', '163529.175000', '163529.635000', '163530.095000', '163530.555000', '163531.015000', '163531.475000', '163531.935000', '163532.395000', '163532.855000', '163533.315000', '163533.775000', '163534.235000', '163534.695000', '163535.155000', '163535.615000', '163536.075000', '163536.535000', '163536.995000', '163537.455000', '163537.915000', '163538.375000', '163538.835000', '163539.295000', '163539.755000', '163540.215000', '163540.675000', '163541.135000', '163541.595000', '163542.055000', '163542.515000', '163542.975000', '163543.435000', '163543.895000', '163544.355000', '163544.815000', '163545.275000', '163545.735000', '163546.195000', '163546.655000', '163547.115000', '163547.575000', '163548.035000', '163548.495000', '163548.955000', '163549.415000', '163549.875000', '163550.335000', '163550.795000', '163551.255000', '163551.715000', '163552.175000', '163552.635000', '163553.095000', '163553.555000', '163554.015000', '163554.475000', '163554.935000', '163555.395000', '163555.855000', '163556.315000', '163556.775000', '163557.235000', '163557.695000', '163558.155000', '163558.615000', '163559.075000', '163559.535000', '163559.995000', '163600.455000', '163600.915000', '163601.375000', '163601.835000', '163602.295000', '163602.755000', '163603.215000', '163603.675000', '163604.135000', '163604.595000', '163605.055000', '163605.515000', '163605.975000', '163606.435000', '163606.895000', '163607.355000', '163607.815000', '163608.275000', '163608.735000', '163609.195000', '163609.655000', '163610.115000', '163610.575000', '163611.035000', '163611.495000', '163611.955000', '163612.415000', '163612.875000', '163613.335000', '163613.795000', '163614.255000', '163614.715000', '163615.175000', '163615.635000', '163616.095000', '163616.555000', '163617.015000', '163617.475000', '163617.935000', '163618.395000', '163618.855000', '163619.315000', '163619.775000', '163620.235000', '163620.695000', '163621.155000', '163621.615000', '163622.075000', '163622.535000', '163622.995000', '163623.455000', '163623.915000', '163624.375000', '163624.835000', '163625.295000', '163625.755000', '163626.215000', '163626.675000', '163627.135000', '163627.595000', '163628.055000', '163628.515000', '163628.975000', '163629.435000', '163629.895000', '163630.355000', '163630.815000', '163631.275000', '163631.735000', '163632.195000', '163632.655000', '163633.115000', '163633.575000', '163634.035000', '163634.495000', '163634.955000', '163635.415000', '163635.875000', '163636.335000', '163636.795000', '163637.255000', '163637.715000', '163638.175000', '163638.635000', '163639.095000', '163639.555000', '163640.015000', '163640.475000', '163640.935000', '163641.395000', '163641.855000', '163642.315000', '163642.775000', '163643.235000', '163643.695000', '163644.155000', '163644.615000', '163645.075000', '163645.535000', '163645.995000', '163646.455000', '163646.915000', '163647.375000', '163647.835000', '163648.295000', '163648.755000', '163649.215000', '163649.675000', '163650.135000', '163650.595000', '163651.055000', '163651.515000', '163651.975000', '163652.435000', '163652.895000', '163653.355000', '163653.815000', '163654.275000', '163654.735000', '163655.195000', '163655.655000', '163656.115000', '163656.575000', '163657.035000', '163657.495000', '163657.955000', '163658.415000', '163658.875000', '163659.335000', '163659.795000', '163700.255000', '163700.715000', '163701.175000', '163701.635000', '163702.095000', '163702.555000', '163703.015000', '163703.475000', '163703.935000', '163704.395000', '163704.855000', '163705.315000', '163705.775000', '163706.235000', '163706.695000', '163707.155000', '163707.615000', '163708.075000', '163708.535000', '163708.995000', '163709.455000', '163709.915000', '163710.375000', '163710.835000', '163711.295000', '163711.755000', '163712.215000', '163712.675000', '163713.135000', '163713.595000', '163714.055000', '163714.515000', '163714.975000', '163715.435000', '163715.895000', '163716.355000', '163716.815000', '163717.275000', '163717.735000', '163718.195000', '163718.655000', '163719.115000', '163719.575000', '163720.035000', '163720.495000', '163720.955000', '163721.415000', '163721.875000', '163722.335000', '163722.795000', '163723.255000', '163723.715000', '163724.175000', '163724.635000', '163725.095000', '163725.555000', '163726.015000', '163726.475000', '163726.935000', '163727.395000', '163727.855000', '163728.315000', '163728.775000', '163729.235000', '163729.695000', '163730.155000', '163730.615000', '163731.075000', '163731.535000', '163731.995000', '163732.455000', '163732.915000', '163733.375000', '163733.835000', '163734.295000', '163734.755000', '163735.215000', '163735.675000', '163736.135000', '163736.595000', '163737.055000', '163737.515000', '163737.975000', '163738.435000', '163738.895000', '163739.355000', '163739.815000', '163740.275000', '163740.735000', '163741.195000', '163741.655000', '163742.115000', '163742.575000', '163743.035000', '163743.495000', '163743.955000', '163744.415000', '163744.875000', '163745.335000', '163745.795000', '163746.255000', '163746.715000', '163747.175000', '163747.635000', '163748.095000', '163748.555000', '163749.015000', '163749.475000', '163749.935000', '163750.395000', '163750.855000', '163751.315000', '163751.775000', '163752.235000', '163752.695000', '163753.155000', '163753.615000', '163754.075000', '163754.535000', '163754.995000', '163755.455000', '163755.915000', '163756.375000', '163756.835000', '163757.295000', '163757.755000', '163758.215000', '163758.675000', '163759.135000', '163759.595000', '163800.055000', '163800.515000', '163800.975000', '163801.435000', '163801.895000', '163802.355000', '163802.815000', '163803.275000', '163803.735000', '163804.195000', '163804.655000', '163805.115000', '163805.575000', '163806.035000', '163806.495000', '163806.955000', '163807.415000', '163807.875000', '163808.335000', '163808.795000', '163809.255000', '163809.715000', '163810.175000', '163810.635000', '163811.095000', '163811.555000', '163812.015000', '163812.475000', '163812.935000', '163813.395000', '163813.855000', '163814.315000', '163814.775000', '163815.235000', '163815.695000', '163816.155000', '163816.615000', '163817.075000', '163817.535000', '163817.995000', '163818.455000', '163818.915000', '163819.375000', '163819.835000', '163820.295000', '163820.755000', '163821.215000', '163821.675000', '163822.135000', '163822.595000', '163823.055000', '163823.515000', '163823.975000', '163824.435000', '163824.895000', '163825.355000', '163825.815000', '163826.275000', '163826.735000', '163827.195000', '163827.655000', '163828.115000', '163828.575000', '163829.035000', '163829.495000', '163829.955000', '163830.415000', '163830.875000', '163831.335000', '163831.795000', '163832.255000', '163832.715000', '163833.175000', '163833.635000', '163834.095000', '163834.555000', '163835.015000', '163835.475000', '163835.935000', '163836.395000', '163836.855000', '163837.315000', '163837.775000', '163838.235000', '163838.695000', '163839.155000', '163839.615000', '163840.075000', '163840.535000', '163840.995000', '163841.455000', '163841.915000', '163842.375000', '163842.835000', '163843.295000', '163843.755000', '163844.215000', '163844.675000', '163845.135000', '163845.595000', '163846.055000', '163846.515000', '163846.975000', '163847.435000', '163847.895000', '163848.355000', '163848.815000', '163849.275000', '163849.735000', '163850.195000', '163850.655000', '163851.115000', '163851.575000', '163852.035000', '163852.495000', '163852.955000', '163853.415000', '163853.875000', '163854.335000', '163854.795000', '163855.255000', '163855.715000', '163856.175000', '163856.635000', '163857.095000', '163857.555000', '163858.015000', '163858.475000', '163858.935000', '163859.395000', '163859.855000', '163900.315000', '163900.775000', '163901.235000', '163901.695000', '163902.155000', '163902.615000', '163903.075000', '163903.535000', '163903.995000', '163904.455000', '163904.915000', '163905.375000', '163905.835000', '163906.295000', '163906.755000', '163907.215000', '163907.675000', '163908.135000', '163908.595000', '163909.055000', '163909.515000', '163909.975000', '163910.435000', '163910.895000', '163911.355000', '163911.815000', '163912.275000', '163912.735000', '163913.195000', '163913.655000', '163914.115000', '163914.575000', '163915.035000', '163915.495000', '163915.955000', '163916.415000', '163916.875000', '163917.335000', '163917.795000', '163918.255000', '163918.715000', '163919.175000', '163919.635000', '163920.095000', '163920.555000', '163921.015000', '163921.475000', '163921.935000', '163922.395000', '163922.855000', '163923.315000', '163923.775000', '163924.235000', '163924.695000', '163925.155000', '163925.615000', '163926.075000', '163926.535000', '163926.995000', '163927.455000', '163927.915000', '163928.375000', '163928.835000', '163929.295000', '163929.755000', '163930.215000', '163930.675000', '163931.135000', '163931.595000', '163932.055000', '163932.515000', '163932.975000', '163933.435000', '163933.895000', '163934.355000', '163934.815000', '163935.275000', '163935.735000', '163936.195000', '163936.655000', '163937.115000', '163937.575000', '163938.035000', '163938.495000', '163938.955000', '163939.415000', '163939.875000', '163940.335000', '163940.795000', '163941.255000', '163941.715000', '163942.175000', '163942.635000', '163943.095000', '163943.555000', '163944.015000', '163944.475000', '163944.935000', '163945.395000', '163945.855000', '163946.315000', '163946.775000', '163947.235000', '163947.695000', '163948.155000', '163948.615000', '163949.075000', '163949.535000', '163949.995000', '163950.455000', '163950.915000', '163951.375000', '163951.835000', '163952.295000', '163952.755000', '163953.215000', '163953.675000', '163954.135000', '163954.595000', '163955.055000', '163955.515000', '163955.975000', '163956.435000', '163956.895000', '163957.355000', '163957.815000', '163958.275000', '163958.735000', '163959.195000', '163959.655000', '164000.115000', '164000.575000', '164001.035000', '164001.495000', '164001.955000', '164002.415000', '164002.875000', '164003.335000', '164003.795000', '164004.255000', '164004.715000', '164005.175000', '164005.635000', '164006.095000', '164006.555000', '164007.015000', '164007.475000', '164007.935000', '164008.395000', '164008.855000', '164009.315000', '164009.775000', '164010.235000', '164010.695000', '164011.155000', '164011.615000', '164012.075000', '164012.535000', '164012.995000', '164013.455000', '164013.915000', '164014.375000', '164014.835000', '164015.295000', '164015.755000', '164016.215000', '164016.675000', '164017.135000', '164017.595000', '164018.055000', '164018.515000', '164018.975000', '164019.435000', '164019.895000', '164020.355000', '164020.815000', '164021.275000', '164021.735000', '164022.195000', '164022.655000', '164023.115000', '164023.575000', '164024.035000', '164024.495000', '164024.955000', '164025.415000', '164025.875000', '164026.335000', '164026.795000', '164027.255000', '164027.715000', '164028.175000', '164028.635000', '164029.095000', '164029.555000', '164030.015000', '164030.475000', '164030.935000', '164031.395000', '164031.855000', '164032.315000', '164032.775000', '164033.235000', '164033.695000', '164034.155000', '164034.615000', '164035.075000', '164035.535000', '164035.995000', '164036.455000', '164036.915000', '164037.375000', '164037.835000', '164038.295000', '164038.755000', '164039.215000', '164039.675000', '164040.135000', '164040.595000', '164041.055000', '164041.515000', '164041.975000', '164042.435000', '164042.895000', '164043.355000', '164043.815000', '164044.275000', '164044.735000', '164045.195000', '164045.655000', '164046.115000', '164046.575000', '164047.035000', '164047.495000', '164047.955000', '164048.415000', '164048.875000', '164049.335000', '164049.795000', '164050.255000', '164050.715000', '164051.175000', '164051.635000', '164052.095000', '164052.555000', '164053.015000', '164053.475000', '164053.935000', '164054.395000', '164054.855000', '164055.315000', '164055.775000', '164056.235000', '164056.695000', '164057.155000', '164057.615000', '164058.075000', '164058.535000', '164058.995000', '164059.455000', '164059.915000', '164100.375000', '164100.835000', '164101.295000', '164101.755000', '164102.215000', '164102.675000', '164103.135000', '164103.595000', '164104.055000', '164104.515000', '164104.975000', '164105.435000', '164105.895000', '164106.355000', '164106.815000', '164107.275000', '164107.735000', '164108.195000', '164108.655000', '164109.115000', '164109.575000', '164110.035000', '164110.495000', '164110.955000', '164111.415000', '164111.875000', '164112.335000', '164112.795000', '164113.255000', '164113.715000', '164114.175000', '164114.635000', '164115.095000', '164115.555000', '164116.015000', '164116.475000', '164116.935000', '164117.395000', '164117.855000', '164118.315000', '164118.775000', '164119.235000', '164119.695000', '164120.155000', '164120.615000', '164121.075000', '164121.535000', '164121.995000', '164122.455000', '164122.915000', '164123.375000', '164123.835000', '164124.295000', '164124.755000', '164125.215000', '164125.675000', '164126.135000', '164126.595000', '164127.055000', '164127.515000', '164127.975000', '164128.435000', '164128.895000', '164129.355000', '164129.815000', '164130.275000', '164130.735000', '164131.195000', '164131.655000', '164132.115000', '164132.575000', '164133.035000', '164133.495000', '164133.955000', '164134.415000', '164134.875000', '164135.335000', '164135.795000', '164136.255000', '164136.715000', '164137.175000', '164137.635000', '164138.095000', '164138.555000', '164139.015000', '164139.475000', '164139.935000', '164140.395000', '164140.855000', '164141.315000', '164141.775000', '164142.235000', '164142.695000', '164143.155000', '164143.615000', '164144.075000', '164144.535000', '164144.995000', '164145.455000', '164145.915000', '164146.375000', '164146.835000', '164147.295000', '164147.755000', '164148.215000', '164148.675000', '164149.135000', '164149.595000', '164150.055000', '164150.515000', '164150.975000', '164151.435000', '164151.895000', '164152.355000', '164152.815000', '164153.275000', '164153.735000', '164154.195000', '164154.655000', '164155.115000', '164155.575000', '164156.035000', '164156.495000', '164156.955000', '164157.415000', '164157.875000', '164158.335000', '164158.795000', '164159.255000', '164159.715000', '164200.175000', '164200.635000', '164201.095000', '164201.555000', '164202.015000', '164202.475000', '164202.935000', '164203.395000', '164203.855000', '164204.315000', '164204.775000', '164205.235000', '164205.695000', '164206.155000', '164206.615000', '164207.075000', '164207.535000', '164207.995000', '164208.455000', '164208.915000', '164209.375000', '164209.835000', '164210.295000', '164210.755000', '164211.215000', '164211.675000', '164212.135000', '164212.595000', '164213.055000', '164213.515000', '164213.975000', '164214.435000', '164214.895000', '164215.355000', '164215.815000', '164216.275000', '164216.735000', '164217.195000', '164217.655000', '164218.115000', '164218.575000', '164219.035000', '164219.495000', '164219.955000', '164220.415000', '164220.875000', '164221.335000', '164221.795000', '164222.255000', '164222.715000', '164223.175000', '164223.635000', '164224.095000', '164224.555000', '164225.015000', '164225.475000', '164225.935000', '164226.395000', '164226.855000', '164227.315000', '164227.775000', '164228.235000', '164228.695000', '164229.155000', '164229.615000', '164230.075000'], 'ContentTime': ['163407.148000', '163407.151000', '163407.154000', '163407.157000', '163407.160000', '163407.163000', '163407.166000', '163407.168000', '163407.171000', '163407.174000', '163407.177000', '163407.180000', '163407.183000', '163407.186000', '163407.196000', '163407.199000', '163407.202000', '163407.205000', '163407.207000', '163407.210000', '163407.213000', '163407.216000', '163407.219000', '163407.222000', '163407.224000', '163407.227000', '163407.230000', '163407.233000', '163407.236000', '163407.239000', '163407.242000', '163407.244000', '163407.247000', '163407.250000', '163407.259000', '163407.262000', '163407.264000', '163407.267000', '163407.270000', '163407.273000', '163407.276000', '163407.279000', '163407.282000', '163407.284000', '163407.287000', '163407.290000', '163407.293000', '163407.296000', '163407.298000', '163407.301000', '163407.304000', '163407.307000', '163407.310000', '163407.313000', '163407.316000', '163407.319000', '163407.321000', '163407.324000', '163407.327000', '163407.330000', '163427.107000', '163427.110000', '163427.113000', '163427.116000', '163427.119000', '163427.121000', '163427.124000', '163427.127000', '163427.130000', '163427.141000', '163427.144000', '163427.147000', '163427.150000', '163427.152000', '163427.155000', '163427.158000', '163427.161000', '163427.164000', '163427.167000', '163427.169000', '163427.176000', '163427.179000', '163427.182000', '163427.184000', '163427.187000', '163427.190000', '163427.193000', '163427.196000', '163427.199000', '163427.201000', '163427.204000', '163427.207000', '163427.210000', '163427.213000', '163427.216000', '163427.218000', '163427.221000', '163427.224000', '163427.227000', '163427.230000', '163427.233000', '163427.236000', '163427.238000', '163447.107000', '163447.110000', '163447.113000', '163447.116000', '163447.119000', '163447.121000', '163447.124000', '163447.127000', '163447.130000', '163447.133000', '163447.136000', '163447.139000', '163447.142000', '163447.144000', '163447.147000', '163447.150000', '163447.153000', '163447.156000', '163447.159000', '163447.162000', '163447.164000', '163447.167000', '163447.170000', '163447.173000', '163447.176000', '163447.179000', '163447.182000', '163447.185000', '163447.188000', '163447.190000', '163447.193000', '163447.196000', '163447.199000', '163447.202000', '163447.205000', '163447.208000', '163447.210000', '163447.213000', '163447.216000', '163447.219000', '163447.222000', '163447.225000', '163447.228000', '163447.231000', '163507.107000', '163507.110000', '163507.113000', '163507.116000', '163507.119000', '163507.122000', '163507.133000', '163507.136000', '163507.139000', '163507.142000', '163507.145000', '163507.148000', '163507.151000', '163507.154000', '163507.156000', '163507.159000', '163507.162000', '163507.165000', '163507.168000', '163507.171000', '163507.174000', '163507.176000', '163507.179000', '163507.182000', '163507.185000', '163507.188000', '163507.198000', '163507.201000', '163507.204000', '163507.206000', '163507.209000', '163507.212000', '163507.215000', '163507.218000', '163507.221000', '163507.224000', '163507.227000', '163507.229000', '163507.232000', '163507.235000', '163507.238000', '163507.241000', '163507.244000', '163527.107000', '163527.110000', '163527.113000', '163527.116000', '163527.119000', '163527.121000', '163527.130000', '163527.133000', '163527.136000', '163527.139000', '163527.142000', '163527.144000', '163527.147000', '163527.150000', '163527.153000', '163527.156000', '163527.159000', '163527.161000', '163527.164000', '163527.167000', '163527.170000', '163527.173000', '163527.176000', '163527.179000', '163527.181000', '163527.184000', '163527.187000', '163527.190000', '163527.193000', '163527.196000', '163527.199000', '163527.201000', '163527.204000', '163527.207000', '163527.210000', '163527.213000', '163527.216000', '163527.219000', '163527.222000', '163527.224000', '163527.227000', '163527.230000', '163527.233000', '163527.236000', '163547.106000', '163547.109000', '163547.112000', '163547.115000', '163547.118000', '163547.121000', '163547.124000', '163547.126000', '163547.129000', '163547.132000', '163547.135000', '163547.138000', '163547.141000', '163547.144000', '163547.147000', '163547.150000', '163547.153000', '163547.155000', '163547.158000', '163547.161000', '163547.164000', '163547.167000', '163547.170000', '163547.173000', '163547.176000', '163547.179000', '163547.181000', '163547.184000', '163547.187000', '163547.190000', '163547.193000', '163547.196000', '163547.199000', '163547.201000', '163547.204000', '163547.207000', '163547.210000', '163547.213000', '163547.216000', '163547.219000', '163547.221000', '163547.224000', '163547.227000', '163607.106000', '163607.109000', '163607.112000', '163607.115000', '163607.118000', '163607.130000', '163607.133000', '163607.136000', '163607.139000', '163607.142000', '163607.145000', '163607.147000', '163607.150000', '163607.153000', '163607.156000', '163607.159000', '163607.162000', '163607.165000', '163607.168000', '163607.170000', '163607.173000', '163607.176000', '163607.179000', '163607.182000', '163607.185000', '163607.188000', '163607.191000', '163607.193000', '163607.196000', '163607.199000', '163607.202000', '163607.205000', '163607.208000', '163607.211000', '163607.213000', '163607.216000', '163607.219000', '163607.222000', '163607.225000', '163607.228000', '163607.231000', '163607.234000', '163607.236000', '163607.239000', '163627.106000', '163627.109000', '163627.112000', '163627.115000', '163627.118000', '163627.121000', '163627.123000', '163627.126000', '163627.129000', '163627.132000', '163627.135000', '163627.138000', '163627.141000', '163627.144000', '163627.147000', '163627.150000', '163627.153000', '163627.155000', '163627.158000', '163627.161000', '163627.164000', '163627.167000', '163627.170000', '163627.173000', '163627.176000', '163627.179000', '163627.182000', '163627.185000', '163627.188000', '163627.191000', '163627.194000', '163627.196000', '163627.199000', '163627.202000', '163627.205000', '163627.208000', '163627.211000', '163627.214000', '163627.216000', '163627.219000', '163627.222000', '163627.225000', '163627.228000', '163647.107000', '163647.110000', '163647.113000', '163647.116000', '163647.119000', '163647.122000', '163647.124000', '163647.127000', '163647.130000', '163647.133000', '163647.136000', '163647.139000', '163647.142000', '163647.145000', '163647.147000', '163647.150000', '163647.153000', '163647.156000', '163647.159000', '163647.162000', '163647.165000', '163647.167000', '163647.170000', '163647.173000', '163647.176000', '163647.179000', '163647.182000', '163647.184000', '163647.187000', '163647.190000', '163647.193000', '163647.196000', '163647.199000', '163647.202000', '163647.205000', '163647.207000', '163647.210000', '163647.213000', '163647.216000', '163647.219000', '163647.222000', '163647.225000', '163647.227000', '163647.230000', '163707.107000', '163707.110000', '163707.113000', '163707.116000', '163707.119000', '163707.122000', '163707.125000', '163707.128000', '163707.130000', '163707.133000', '163707.136000', '163707.139000', '163707.142000', '163707.145000', '163707.148000', '163707.151000', '163707.153000', '163707.156000', '163707.159000', '163707.162000', '163707.165000', '163707.168000', '163707.171000', '163707.174000', '163707.177000', '163707.179000', '163707.183000', '163707.185000', '163707.189000', '163707.191000', '163707.194000', '163707.197000', '163707.200000', '163707.203000', '163707.206000', '163707.208000', '163707.211000', '163707.214000', '163707.217000', '163707.220000', '163707.223000', '163707.226000', '163707.228000', '163727.107000', '163727.110000', '163727.113000', '163727.124000', '163727.127000', '163727.129000', '163727.132000', '163727.135000', '163727.138000', '163727.141000', '163727.144000', '163727.147000', '163727.150000', '163727.152000', '163727.155000', '163727.158000', '163727.161000', '163727.164000', '163727.167000', '163727.170000', '163727.172000', '163727.175000', '163727.178000', '163727.181000', '163727.184000', '163727.187000', '163727.189000', '163727.193000', '163727.195000', '163727.198000', '163727.201000', '163727.204000', '163727.207000', '163727.210000', '163727.213000', '163727.216000', '163727.218000', '163727.221000', '163727.224000', '163727.227000', '163727.230000', '163727.233000', '163727.236000', '163727.238000', '163747.107000', '163747.110000', '163747.113000', '163747.116000', '163747.119000', '163747.122000', '163747.125000', '163747.128000', '163747.132000', '163747.135000', '163747.138000', '163747.140000', '163747.143000', '163747.146000', '163747.149000', '163747.152000', '163747.155000', '163747.158000', '163747.161000', '163747.164000', '163747.167000', '163747.170000', '163747.172000', '163747.175000', '163747.178000', '163747.181000', '163747.186000', '163747.190000', '163747.194000', '163747.197000', '163747.199000', '163747.202000', '163747.205000', '163747.208000', '163747.211000', '163747.214000', '163747.217000', '163747.219000', '163747.222000', '163747.225000', '163747.228000', '163747.231000', '163747.234000', '163807.106000', '163807.109000', '163807.112000', '163807.115000', '163807.118000', '163807.121000', '163807.123000', '163807.126000', '163807.129000', '163807.132000', '163807.135000', '163807.138000', '163807.141000', '163807.143000', '163807.146000', '163807.149000', '163807.152000', '163807.155000', '163807.158000', '163807.161000', '163807.164000', '163807.167000', '163807.169000', '163807.172000', '163807.175000', '163807.178000', '163807.181000', '163807.184000', '163807.187000', '163807.190000', '163807.192000', '163807.195000', '163807.198000', '163807.201000', '163807.204000', '163807.207000', '163807.209000', '163807.212000', '163807.215000', '163807.218000', '163807.221000', '163807.224000', '163807.227000', '163807.230000', '163827.106000', '163827.109000', '163827.112000', '163827.115000', '163827.118000', '163827.121000', '163827.124000', '163827.127000', '163827.129000', '163827.132000', '163827.135000', '163827.138000', '163827.141000', '163827.144000', '163827.147000', '163827.150000', '163827.153000', '163827.156000', '163827.158000', '163827.161000', '163827.164000', '163827.167000', '163827.170000', '163827.173000', '163827.176000', '163827.178000', '163827.181000', '163827.184000', '163827.187000', '163827.190000', '163827.193000', '163827.196000', '163827.199000', '163827.202000', '163827.204000', '163827.207000', '163827.210000', '163827.213000', '163827.216000', '163827.219000', '163827.222000', '163827.225000', '163827.228000', '163847.106000', '163847.109000', '163847.112000', '163847.115000', '163847.118000', '163847.120000', '163847.123000', '163847.126000', '163847.129000', '163847.132000', '163847.135000', '163847.138000', '163847.140000', '163847.143000', '163847.146000', '163847.149000', '163847.152000', '163847.155000', '163847.158000', '163847.160000', '163847.163000', '163847.166000', '163847.169000', '163847.172000', '163847.175000', '163847.178000', '163847.180000', '163847.183000', '163847.186000', '163847.189000', '163847.192000', '163847.195000', '163847.198000', '163847.200000', '163847.203000', '163847.206000', '163847.209000', '163847.212000', '163847.215000', '163847.218000', '163847.221000', '163847.223000', '163847.226000', '163847.229000', '163907.107000', '163907.110000', '163907.113000', '163907.116000', '163907.119000', '163907.122000', '163907.125000', '163907.128000', '163907.131000', '163907.133000', '163907.136000', '163907.153000', '163907.156000', '163907.158000', '163907.161000', '163907.164000', '163907.168000', '163907.171000', '163907.174000', '163907.177000', '163907.180000', '163907.183000', '163907.186000', '163907.189000', '163907.192000', '163907.195000', '163907.198000', '163907.200000', '163907.203000', '163907.206000', '163907.215000', '163907.218000', '163907.221000', '163907.225000', '163907.228000', '163907.231000', '163907.235000', '163907.237000', '163907.240000', '163907.245000', '163907.248000', '163907.251000', '163907.254000', '163927.107000', '163927.110000', '163927.113000', '163927.116000', '163927.119000', '163927.121000', '163927.124000', '163927.127000', '163927.130000', '163927.133000', '163927.136000', '163927.139000', '163927.142000', '163927.144000', '163927.147000', '163927.150000', '163927.153000', '163927.156000', '163927.159000', '163927.162000', '163927.164000', '163927.167000', '163927.170000', '163927.173000', '163927.176000', '163927.179000', '163927.181000', '163927.184000', '163927.187000', '163927.190000', '163927.193000', '163927.196000', '163927.199000', '163927.202000', '163927.204000', '163927.207000', '163927.210000', '163927.213000', '163927.216000', '163927.219000', '163927.221000', '163927.224000', '163927.227000', '163927.230000', '163947.107000', '163947.110000', '163947.113000', '163947.116000', '163947.119000', '163947.122000', '163947.124000', '163947.127000', '163947.130000', '163947.133000', '163947.136000', '163947.139000', '163947.142000', '163947.145000', '163947.148000', '163947.150000', '163947.160000', '163947.163000', '163947.166000', '163947.168000', '163947.171000', '163947.174000', '163947.177000', '163947.180000', '163947.183000', '163947.186000', '163947.189000', '163947.191000', '163947.194000', '163947.197000', '163947.200000', '163947.203000', '163947.206000', '163947.209000', '163947.211000', '163947.214000', '163947.217000', '163947.220000', '163947.223000', '163947.226000', '163947.229000', '163947.231000', '163947.234000', '164007.107000', '164007.110000', '164007.113000', '164007.116000', '164007.118000', '164007.122000', '164007.125000', '164007.127000', '164007.130000', '164007.133000', '164007.136000', '164007.139000', '164007.142000', '164007.145000', '164007.148000', '164007.150000', '164007.153000', '164007.156000', '164007.159000', '164007.162000', '164007.165000', '164007.168000', '164007.170000', '164007.173000', '164007.176000', '164007.179000', '164007.182000', '164007.185000', '164007.188000', '164007.191000', '164007.193000', '164007.196000', '164007.199000', '164007.202000', '164007.205000', '164007.208000', '164007.210000', '164007.213000', '164007.216000', '164007.219000', '164007.222000', '164007.225000', '164007.228000', '164007.230000', '164027.106000', '164027.109000', '164027.112000', '164027.115000', '164027.118000', '164027.121000', '164027.124000', '164027.127000', '164027.130000', '164027.132000', '164027.135000', '164027.138000', '164027.141000', '164027.144000', '164027.147000', '164027.150000', '164027.153000', '164027.155000', '164027.158000', '164027.161000', '164027.164000', '164027.167000', '164027.183000', '164027.186000', '164027.189000', '164027.192000', '164027.195000', '164027.198000', '164027.201000', '164027.204000', '164027.207000', '164027.210000', '164027.213000', '164027.216000', '164027.219000', '164027.222000', '164027.225000', '164027.228000', '164027.231000', '164027.233000', '164027.236000', '164027.239000', '164027.242000', '164047.106000', '164047.109000', '164047.112000', '164047.114000', '164047.117000', '164047.120000', '164047.123000', '164047.126000', '164047.129000', '164047.132000', '164047.135000', '164047.138000', '164047.140000', '164047.143000', '164047.146000', '164047.149000', '164047.152000', '164047.155000', '164047.158000', '164047.160000', '164047.163000', '164047.166000', '164047.170000', '164047.173000', '164047.176000', '164047.179000', '164047.182000', '164047.184000', '164047.187000', '164047.190000', '164047.193000', '164047.196000', '164047.199000', '164047.202000', '164047.204000', '164047.207000', '164047.210000', '164047.213000', '164047.216000', '164047.219000', '164047.222000', '164047.224000', '164047.227000', '164047.230000', '164107.106000', '164107.109000', '164107.112000', '164107.115000', '164107.118000', '164107.120000', '164107.124000', '164107.126000', '164107.129000', '164107.132000', '164107.135000', '164107.138000', '164107.141000', '164107.144000', '164107.147000', '164107.150000', '164107.152000', '164107.155000', '164107.158000', '164107.161000', '164107.164000', '164107.167000', '164107.173000', '164107.176000', '164107.179000', '164107.182000', '164107.185000', '164107.188000', '164107.190000', '164107.193000', '164107.196000', '164107.199000', '164107.202000', '164107.205000', '164107.208000', '164107.210000', '164107.213000', '164107.216000', '164107.219000', '164107.222000', '164107.225000', '164107.227000', '164107.230000', '164127.107000', '164127.110000', '164127.113000', '164127.116000', '164127.119000', '164127.121000', '164127.124000', '164127.127000', '164127.130000', '164127.133000', '164127.136000', '164127.139000', '164127.141000', '164127.144000', '164127.147000', '164127.150000', '164127.153000', '164127.156000', '164127.158000', '164127.161000', '164127.164000', '164127.167000', '164127.170000', '164127.173000', '164127.176000', '164127.179000', '164127.181000', '164127.185000', '164127.187000', '164127.190000', '164127.193000', '164127.196000', '164127.199000', '164127.202000', '164127.205000', '164127.208000', '164127.210000', '164127.213000', '164127.216000', '164127.219000', '164127.222000', '164127.225000', '164127.228000', '164127.231000', '164147.107000', '164147.110000', '164147.113000', '164147.116000', '164147.119000', '164147.122000', '164147.125000', '164147.127000', '164147.130000', '164147.133000', '164147.136000', '164147.139000', '164147.142000', '164147.145000', '164147.148000', '164147.150000', '164147.153000', '164147.156000', '164147.159000', '164147.177000', '164147.180000', '164147.183000', '164147.186000', '164147.189000', '164147.192000', '164147.195000', '164147.197000', '164147.200000', '164147.203000', '164147.206000', '164147.209000', '164147.212000', '164147.215000', '164147.218000', '164147.220000', '164147.223000', '164147.226000', '164147.229000', '164147.232000', '164147.234000', '164147.237000', '164147.240000', '164147.244000', '164207.107000', '164207.110000', '164207.113000', '164207.116000', '164207.119000', '164207.122000', '164207.125000', '164207.127000', '164207.130000', '164207.133000', '164207.136000', '164207.139000', '164207.142000', '164207.144000', '164207.147000', '164207.150000', '164207.153000', '164207.156000', '164207.159000', '164207.162000', '164207.165000', '164207.167000', '164207.170000', '164207.173000', '164207.176000', '164207.179000', '164207.182000', '164207.185000', '164207.188000', '164207.190000', '164207.194000', '164207.196000', '164207.199000', '164207.202000', '164207.205000', '164207.208000', '164207.211000', '164207.214000', '164207.217000', '164207.219000', '164207.222000', '164207.225000', '164207.228000', '164207.231000', '164227.106000', '164227.109000', '164227.112000', '164227.115000', '164227.118000', '164227.121000', '164227.124000', '164227.126000', '164227.129000', '164227.132000', '164227.135000', '164227.138000', '164227.141000', '164227.144000', '164227.147000', '164227.149000', '164227.152000', '164227.155000', '164227.158000', '164227.161000', '164227.164000', '164227.167000', '164227.169000', '164227.172000', '164227.175000', '164227.178000', '164227.181000', '164227.184000', '164227.187000', '164227.190000', '164227.192000', '164227.195000', '164227.198000', '164227.201000', '164227.204000', '164227.207000', '164227.210000', '164227.212000', '164227.215000', '164227.228000', '164227.231000', '164227.234000', '164227.237000', '164231.525000', '164231.528000', '164231.531000', '164231.535000', '164231.538000', '164231.541000', '164231.544000', '164231.547000', '164231.550000', '164231.554000'], 'InstanceCreationTime': ['163407.148000', '163407.151000', '163407.154000', '163407.157000', '163407.160000', '163407.163000', '163407.166000', '163407.168000', '163407.171000', '163407.174000', '163407.177000', '163407.180000', '163407.183000', '163407.186000', '163407.196000', '163407.199000', '163407.202000', '163407.205000', '163407.207000', '163407.210000', '163407.213000', '163407.216000', '163407.219000', '163407.222000', '163407.224000', '163407.227000', '163407.230000', '163407.233000', '163407.236000', '163407.239000', '163407.242000', '163407.244000', '163407.247000', '163407.250000', '163407.259000', '163407.262000', '163407.264000', '163407.267000', '163407.270000', '163407.273000', '163407.276000', '163407.279000', '163407.282000', '163407.284000', '163407.287000', '163407.290000', '163407.293000', '163407.296000', '163407.298000', '163407.301000', '163407.304000', '163407.307000', '163407.310000', '163407.313000', '163407.316000', '163407.319000', '163407.321000', '163407.324000', '163407.327000', '163407.330000', '163427.107000', '163427.110000', '163427.113000', '163427.116000', '163427.119000', '163427.121000', '163427.124000', '163427.127000', '163427.130000', '163427.141000', '163427.144000', '163427.147000', '163427.150000', '163427.152000', '163427.155000', '163427.158000', '163427.161000', '163427.164000', '163427.167000', '163427.169000', '163427.176000', '163427.179000', '163427.182000', '163427.184000', '163427.187000', '163427.190000', '163427.193000', '163427.196000', '163427.199000', '163427.201000', '163427.204000', '163427.207000', '163427.210000', '163427.213000', '163427.216000', '163427.218000', '163427.221000', '163427.224000', '163427.227000', '163427.230000', '163427.233000', '163427.236000', '163427.238000', '163447.107000', '163447.110000', '163447.113000', '163447.116000', '163447.119000', '163447.121000', '163447.124000', '163447.127000', '163447.130000', '163447.133000', '163447.136000', '163447.139000', '163447.142000', '163447.144000', '163447.147000', '163447.150000', '163447.153000', '163447.156000', '163447.159000', '163447.162000', '163447.164000', '163447.167000', '163447.170000', '163447.173000', '163447.176000', '163447.179000', '163447.182000', '163447.185000', '163447.188000', '163447.190000', '163447.193000', '163447.196000', '163447.199000', '163447.202000', '163447.205000', '163447.208000', '163447.210000', '163447.213000', '163447.216000', '163447.219000', '163447.222000', '163447.225000', '163447.228000', '163447.231000', '163507.107000', '163507.110000', '163507.113000', '163507.116000', '163507.119000', '163507.122000', '163507.133000', '163507.136000', '163507.139000', '163507.142000', '163507.145000', '163507.148000', '163507.151000', '163507.154000', '163507.156000', '163507.159000', '163507.162000', '163507.165000', '163507.168000', '163507.171000', '163507.174000', '163507.176000', '163507.179000', '163507.182000', '163507.185000', '163507.188000', '163507.198000', '163507.201000', '163507.204000', '163507.206000', '163507.209000', '163507.212000', '163507.215000', '163507.218000', '163507.221000', '163507.224000', '163507.227000', '163507.229000', '163507.232000', '163507.235000', '163507.238000', '163507.241000', '163507.244000', '163527.107000', '163527.110000', '163527.113000', '163527.116000', '163527.119000', '163527.121000', '163527.130000', '163527.133000', '163527.136000', '163527.139000', '163527.142000', '163527.144000', '163527.147000', '163527.150000', '163527.153000', '163527.156000', '163527.159000', '163527.161000', '163527.164000', '163527.167000', '163527.170000', '163527.173000', '163527.176000', '163527.179000', '163527.181000', '163527.184000', '163527.187000', '163527.190000', '163527.193000', '163527.196000', '163527.199000', '163527.201000', '163527.204000', '163527.207000', '163527.210000', '163527.213000', '163527.216000', '163527.219000', '163527.222000', '163527.224000', '163527.227000', '163527.230000', '163527.233000', '163527.236000', '163547.106000', '163547.109000', '163547.112000', '163547.115000', '163547.118000', '163547.121000', '163547.124000', '163547.126000', '163547.129000', '163547.132000', '163547.135000', '163547.138000', '163547.141000', '163547.144000', '163547.147000', '163547.150000', '163547.153000', '163547.155000', '163547.158000', '163547.161000', '163547.164000', '163547.167000', '163547.170000', '163547.173000', '163547.176000', '163547.179000', '163547.181000', '163547.184000', '163547.187000', '163547.190000', '163547.193000', '163547.196000', '163547.199000', '163547.201000', '163547.204000', '163547.207000', '163547.210000', '163547.213000', '163547.216000', '163547.219000', '163547.221000', '163547.224000', '163547.227000', '163607.106000', '163607.109000', '163607.112000', '163607.115000', '163607.118000', '163607.130000', '163607.133000', '163607.136000', '163607.139000', '163607.142000', '163607.145000', '163607.147000', '163607.150000', '163607.153000', '163607.156000', '163607.159000', '163607.162000', '163607.165000', '163607.168000', '163607.170000', '163607.173000', '163607.176000', '163607.179000', '163607.182000', '163607.185000', '163607.188000', '163607.191000', '163607.193000', '163607.196000', '163607.199000', '163607.202000', '163607.205000', '163607.208000', '163607.211000', '163607.213000', '163607.216000', '163607.219000', '163607.222000', '163607.225000', '163607.228000', '163607.231000', '163607.234000', '163607.236000', '163607.239000', '163627.106000', '163627.109000', '163627.112000', '163627.115000', '163627.118000', '163627.121000', '163627.123000', '163627.126000', '163627.129000', '163627.132000', '163627.135000', '163627.138000', '163627.141000', '163627.144000', '163627.147000', '163627.150000', '163627.153000', '163627.155000', '163627.158000', '163627.161000', '163627.164000', '163627.167000', '163627.170000', '163627.173000', '163627.176000', '163627.179000', '163627.182000', '163627.185000', '163627.188000', '163627.191000', '163627.194000', '163627.196000', '163627.199000', '163627.202000', '163627.205000', '163627.208000', '163627.211000', '163627.214000', '163627.216000', '163627.219000', '163627.222000', '163627.225000', '163627.228000', '163647.107000', '163647.110000', '163647.113000', '163647.116000', '163647.119000', '163647.122000', '163647.124000', '163647.127000', '163647.130000', '163647.133000', '163647.136000', '163647.139000', '163647.142000', '163647.145000', '163647.147000', '163647.150000', '163647.153000', '163647.156000', '163647.159000', '163647.162000', '163647.165000', '163647.167000', '163647.170000', '163647.173000', '163647.176000', '163647.179000', '163647.182000', '163647.184000', '163647.187000', '163647.190000', '163647.193000', '163647.196000', '163647.199000', '163647.202000', '163647.205000', '163647.207000', '163647.210000', '163647.213000', '163647.216000', '163647.219000', '163647.222000', '163647.225000', '163647.227000', '163647.230000', '163707.107000', '163707.110000', '163707.113000', '163707.116000', '163707.119000', '163707.122000', '163707.125000', '163707.128000', '163707.130000', '163707.133000', '163707.136000', '163707.139000', '163707.142000', '163707.145000', '163707.148000', '163707.151000', '163707.153000', '163707.156000', '163707.159000', '163707.162000', '163707.165000', '163707.168000', '163707.171000', '163707.174000', '163707.177000', '163707.179000', '163707.183000', '163707.185000', '163707.189000', '163707.191000', '163707.194000', '163707.197000', '163707.200000', '163707.203000', '163707.206000', '163707.208000', '163707.211000', '163707.214000', '163707.217000', '163707.220000', '163707.223000', '163707.226000', '163707.228000', '163727.107000', '163727.110000', '163727.113000', '163727.124000', '163727.127000', '163727.129000', '163727.132000', '163727.135000', '163727.138000', '163727.141000', '163727.144000', '163727.147000', '163727.150000', '163727.152000', '163727.155000', '163727.158000', '163727.161000', '163727.164000', '163727.167000', '163727.170000', '163727.172000', '163727.175000', '163727.178000', '163727.181000', '163727.184000', '163727.187000', '163727.189000', '163727.193000', '163727.195000', '163727.198000', '163727.201000', '163727.204000', '163727.207000', '163727.210000', '163727.213000', '163727.216000', '163727.218000', '163727.221000', '163727.224000', '163727.227000', '163727.230000', '163727.233000', '163727.236000', '163727.238000', '163747.107000', '163747.110000', '163747.113000', '163747.116000', '163747.119000', '163747.122000', '163747.125000', '163747.128000', '163747.132000', '163747.135000', '163747.138000', '163747.140000', '163747.143000', '163747.146000', '163747.149000', '163747.152000', '163747.155000', '163747.158000', '163747.161000', '163747.164000', '163747.167000', '163747.170000', '163747.172000', '163747.175000', '163747.178000', '163747.181000', '163747.186000', '163747.190000', '163747.194000', '163747.197000', '163747.199000', '163747.202000', '163747.205000', '163747.208000', '163747.211000', '163747.214000', '163747.217000', '163747.219000', '163747.222000', '163747.225000', '163747.228000', '163747.231000', '163747.234000', '163807.106000', '163807.109000', '163807.112000', '163807.115000', '163807.118000', '163807.121000', '163807.123000', '163807.126000', '163807.129000', '163807.132000', '163807.135000', '163807.138000', '163807.141000', '163807.143000', '163807.146000', '163807.149000', '163807.152000', '163807.155000', '163807.158000', '163807.161000', '163807.164000', '163807.167000', '163807.169000', '163807.172000', '163807.175000', '163807.178000', '163807.181000', '163807.184000', '163807.187000', '163807.190000', '163807.192000', '163807.195000', '163807.198000', '163807.201000', '163807.204000', '163807.207000', '163807.209000', '163807.212000', '163807.215000', '163807.218000', '163807.221000', '163807.224000', '163807.227000', '163807.230000', '163827.106000', '163827.109000', '163827.112000', '163827.115000', '163827.118000', '163827.121000', '163827.124000', '163827.127000', '163827.129000', '163827.132000', '163827.135000', '163827.138000', '163827.141000', '163827.144000', '163827.147000', '163827.150000', '163827.153000', '163827.156000', '163827.158000', '163827.161000', '163827.164000', '163827.167000', '163827.170000', '163827.173000', '163827.176000', '163827.178000', '163827.181000', '163827.184000', '163827.187000', '163827.190000', '163827.193000', '163827.196000', '163827.199000', '163827.202000', '163827.204000', '163827.207000', '163827.210000', '163827.213000', '163827.216000', '163827.219000', '163827.222000', '163827.225000', '163827.228000', '163847.106000', '163847.109000', '163847.112000', '163847.115000', '163847.118000', '163847.120000', '163847.123000', '163847.126000', '163847.129000', '163847.132000', '163847.135000', '163847.138000', '163847.140000', '163847.143000', '163847.146000', '163847.149000', '163847.152000', '163847.155000', '163847.158000', '163847.160000', '163847.163000', '163847.166000', '163847.169000', '163847.172000', '163847.175000', '163847.178000', '163847.180000', '163847.183000', '163847.186000', '163847.189000', '163847.192000', '163847.195000', '163847.198000', '163847.200000', '163847.203000', '163847.206000', '163847.209000', '163847.212000', '163847.215000', '163847.218000', '163847.221000', '163847.223000', '163847.226000', '163847.229000', '163907.107000', '163907.110000', '163907.113000', '163907.116000', '163907.119000', '163907.122000', '163907.125000', '163907.128000', '163907.131000', '163907.133000', '163907.136000', '163907.153000', '163907.156000', '163907.158000', '163907.161000', '163907.164000', '163907.168000', '163907.171000', '163907.174000', '163907.177000', '163907.180000', '163907.183000', '163907.186000', '163907.189000', '163907.192000', '163907.195000', '163907.198000', '163907.200000', '163907.203000', '163907.206000', '163907.215000', '163907.218000', '163907.221000', '163907.225000', '163907.228000', '163907.231000', '163907.235000', '163907.237000', '163907.240000', '163907.245000', '163907.248000', '163907.251000', '163907.254000', '163927.107000', '163927.110000', '163927.113000', '163927.116000', '163927.119000', '163927.121000', '163927.124000', '163927.127000', '163927.130000', '163927.133000', '163927.136000', '163927.139000', '163927.142000', '163927.144000', '163927.147000', '163927.150000', '163927.153000', '163927.156000', '163927.159000', '163927.162000', '163927.164000', '163927.167000', '163927.170000', '163927.173000', '163927.176000', '163927.179000', '163927.181000', '163927.184000', '163927.187000', '163927.190000', '163927.193000', '163927.196000', '163927.199000', '163927.202000', '163927.204000', '163927.207000', '163927.210000', '163927.213000', '163927.216000', '163927.219000', '163927.221000', '163927.224000', '163927.227000', '163927.230000', '163947.107000', '163947.110000', '163947.113000', '163947.116000', '163947.119000', '163947.122000', '163947.124000', '163947.127000', '163947.130000', '163947.133000', '163947.136000', '163947.139000', '163947.142000', '163947.145000', '163947.148000', '163947.150000', '163947.160000', '163947.163000', '163947.166000', '163947.168000', '163947.171000', '163947.174000', '163947.177000', '163947.180000', '163947.183000', '163947.186000', '163947.189000', '163947.191000', '163947.194000', '163947.197000', '163947.200000', '163947.203000', '163947.206000', '163947.209000', '163947.211000', '163947.214000', '163947.217000', '163947.220000', '163947.223000', '163947.226000', '163947.229000', '163947.231000', '163947.234000', '164007.107000', '164007.110000', '164007.113000', '164007.116000', '164007.118000', '164007.122000', '164007.125000', '164007.127000', '164007.130000', '164007.133000', '164007.136000', '164007.139000', '164007.142000', '164007.145000', '164007.148000', '164007.150000', '164007.153000', '164007.156000', '164007.159000', '164007.162000', '164007.165000', '164007.168000', '164007.170000', '164007.173000', '164007.176000', '164007.179000', '164007.182000', '164007.185000', '164007.188000', '164007.191000', '164007.193000', '164007.196000', '164007.199000', '164007.202000', '164007.205000', '164007.208000', '164007.210000', '164007.213000', '164007.216000', '164007.219000', '164007.222000', '164007.225000', '164007.228000', '164007.230000', '164027.106000', '164027.109000', '164027.112000', '164027.115000', '164027.118000', '164027.121000', '164027.124000', '164027.127000', '164027.130000', '164027.132000', '164027.135000', '164027.138000', '164027.141000', '164027.144000', '164027.147000', '164027.150000', '164027.153000', '164027.155000', '164027.158000', '164027.161000', '164027.164000', '164027.167000', '164027.183000', '164027.186000', '164027.189000', '164027.192000', '164027.195000', '164027.198000', '164027.201000', '164027.204000', '164027.207000', '164027.210000', '164027.213000', '164027.216000', '164027.219000', '164027.222000', '164027.225000', '164027.228000', '164027.231000', '164027.233000', '164027.236000', '164027.239000', '164027.242000', '164047.106000', '164047.109000', '164047.112000', '164047.114000', '164047.117000', '164047.120000', '164047.123000', '164047.126000', '164047.129000', '164047.132000', '164047.135000', '164047.138000', '164047.140000', '164047.143000', '164047.146000', '164047.149000', '164047.152000', '164047.155000', '164047.158000', '164047.160000', '164047.163000', '164047.166000', '164047.170000', '164047.173000', '164047.176000', '164047.179000', '164047.182000', '164047.184000', '164047.187000', '164047.190000', '164047.193000', '164047.196000', '164047.199000', '164047.202000', '164047.204000', '164047.207000', '164047.210000', '164047.213000', '164047.216000', '164047.219000', '164047.222000', '164047.224000', '164047.227000', '164047.230000', '164107.106000', '164107.109000', '164107.112000', '164107.115000', '164107.118000', '164107.120000', '164107.124000', '164107.126000', '164107.129000', '164107.132000', '164107.135000', '164107.138000', '164107.141000', '164107.144000', '164107.147000', '164107.150000', '164107.152000', '164107.155000', '164107.158000', '164107.161000', '164107.164000', '164107.167000', '164107.173000', '164107.176000', '164107.179000', '164107.182000', '164107.185000', '164107.188000', '164107.190000', '164107.193000', '164107.196000', '164107.199000', '164107.202000', '164107.205000', '164107.208000', '164107.210000', '164107.213000', '164107.216000', '164107.219000', '164107.222000', '164107.225000', '164107.227000', '164107.230000', '164127.107000', '164127.110000', '164127.113000', '164127.116000', '164127.119000', '164127.121000', '164127.124000', '164127.127000', '164127.130000', '164127.133000', '164127.136000', '164127.139000', '164127.141000', '164127.144000', '164127.147000', '164127.150000', '164127.153000', '164127.156000', '164127.158000', '164127.161000', '164127.164000', '164127.167000', '164127.170000', '164127.173000', '164127.176000', '164127.179000', '164127.181000', '164127.185000', '164127.187000', '164127.190000', '164127.193000', '164127.196000', '164127.199000', '164127.202000', '164127.205000', '164127.208000', '164127.210000', '164127.213000', '164127.216000', '164127.219000', '164127.222000', '164127.225000', '164127.228000', '164127.231000', '164147.107000', '164147.110000', '164147.113000', '164147.116000', '164147.119000', '164147.122000', '164147.125000', '164147.127000', '164147.130000', '164147.133000', '164147.136000', '164147.139000', '164147.142000', '164147.145000', '164147.148000', '164147.150000', '164147.153000', '164147.156000', '164147.159000', '164147.177000', '164147.180000', '164147.183000', '164147.186000', '164147.189000', '164147.192000', '164147.195000', '164147.197000', '164147.200000', '164147.203000', '164147.206000', '164147.209000', '164147.212000', '164147.215000', '164147.218000', '164147.220000', '164147.223000', '164147.226000', '164147.229000', '164147.232000', '164147.234000', '164147.237000', '164147.240000', '164147.244000', '164207.107000', '164207.110000', '164207.113000', '164207.116000', '164207.119000', '164207.122000', '164207.125000', '164207.127000', '164207.130000', '164207.133000', '164207.136000', '164207.139000', '164207.142000', '164207.144000', '164207.147000', '164207.150000', '164207.153000', '164207.156000', '164207.159000', '164207.162000', '164207.165000', '164207.167000', '164207.170000', '164207.173000', '164207.176000', '164207.179000', '164207.182000', '164207.185000', '164207.188000', '164207.190000', '164207.194000', '164207.196000', '164207.199000', '164207.202000', '164207.205000', '164207.208000', '164207.211000', '164207.214000', '164207.217000', '164207.219000', '164207.222000', '164207.225000', '164207.228000', '164207.231000', '164227.106000', '164227.109000', '164227.112000', '164227.115000', '164227.118000', '164227.121000', '164227.124000', '164227.126000', '164227.129000', '164227.132000', '164227.135000', '164227.138000', '164227.141000', '164227.144000', '164227.147000', '164227.149000', '164227.152000', '164227.155000', '164227.158000', '164227.161000', '164227.164000', '164227.167000', '164227.169000', '164227.172000', '164227.175000', '164227.178000', '164227.181000', '164227.184000', '164227.187000', '164227.190000', '164227.192000', '164227.195000', '164227.198000', '164227.201000', '164227.204000', '164227.207000', '164227.210000', '164227.212000', '164227.215000', '164227.228000', '164227.231000', '164227.234000', '164227.237000', '164231.525000', '164231.528000', '164231.531000', '164231.535000', '164231.538000', '164231.541000', '164231.544000', '164231.547000', '164231.550000', '164231.554000'], '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': [8484, 7918, 9296, 7906, 8662, 8024, 8335, 7892, 9252, 7776, 8422, 8055, 8070, 7756, 8256, 7486, 7939, 7024, 8071, 10781, 8153, 9646, 8020, 8201, 7874, 8525, 7914, 8070, 7737, 7843, 7067, 8182, 6984, 8094, 8479, 8208, 9970, 8146, 9639, 8099, 9359, 7828, 9234, 7653, 8195, 7687, 8161, 7043, 7980, 11809, 8255, 10481, 7842, 8116, 7607, 8224, 7240, 7983, 11121, 8130, 9748, 8043, 8308, 7846, 8242, 7141, 8206, 10307, 8067, 9735, 8143, 8638, 7778, 8310, 7904, 8232, 7120, 8149, 10625, 7975, 10830, 8157, 9453, 7751, 9571, 7899, 8528, 8015, 8049, 7047, 8144, 10902, 8146, 10603, 8130, 8569, 7881, 8682, 8105, 8449, 8074, 8306, 7150, 7944, 7153, 8052, 10507, 7963, 10352, 8100, 8912, 8056, 8121, 7643, 8312, 7413, 7960, 7039, 8129, 7974, 7898, 6982, 8246, 7923, 8264, 10433, 8025, 9781, 7972, 9546, 8111, 8463, 7443, 8118, 8209, 8164, 9634, 7968, 9573, 7828, 8194, 8005, 8315, 7520, 8004, 7302, 8058, 9451, 8191, 10076, 7936, 9095, 8026, 8299, 8042, 8248, 7389, 8028, 7246, 8264, 9368, 8039, 9468, 8070, 8537, 7954, 8239, 7602, 8030, 7190, 7851, 10394, 8346, 10350, 8070, 9739, 7763, 8833, 7996, 8532, 7940, 8223, 7999, 8348, 7827, 8380, 7310, 8037, 6923, 8085, 10510, 8304, 10081, 8169, 9509, 7901, 7936, 7695, 7958, 7645, 8015, 6973, 8264, 10540, 8049, 10003, 8171, 8837, 7894, 9152, 7817, 8274, 7866, 8040, 7675, 9100, 7764, 8165, 7741, 8138, 7415, 8086, 7341, 8074, 9851, 8333, 10912, 8018, 10502, 8109, 8829, 8007, 9132, 7865, 8985, 8139, 8741, 8060, 9487, 8072, 8487, 8183, 8020, 7168, 8191, 8651, 8240, 9473, 8031, 9204, 7908, 8391, 8123, 8029, 7682, 8179, 8015, 8002, 7584, 7889, 7107, 8043, 10889, 8043, 9969, 7882, 9885, 7979, 9928, 8026, 8411, 7432, 8011, 9594, 8157, 9880, 8153, 9051, 7883, 9296, 7847, 8106, 8247, 8129, 7906, 8211, 7923, 8060, 7371, 8264, 10958, 8291, 9762, 8270, 9717, 8262, 9682, 8097, 9251, 8046, 8314, 8077, 8135, 8056, 8093, 7458, 7920, 7125, 8295, 7233, 8165, 8708, 8272, 10429, 8223, 9994, 8253, 9274, 7884, 8924, 8044, 8357, 7844, 8101, 7226, 8009, 8820, 8138, 10436, 8138, 9806, 7934, 9225, 7971, 8350, 8333, 8394, 7781, 8545, 7559, 7998, 10282, 8159, 10332, 8130, 9922, 8030, 8720, 8019, 8978, 8029, 8099, 7768, 7980, 8253, 8273, 9632, 8093, 8945, 7913, 8097, 7151, 8153, 9518, 8173, 9879, 8234, 9113, 7917, 8314, 8008, 8440, 7842, 8348, 7467, 8123, 7309, 8254, 10460, 8318, 10007, 7991, 9719, 7835, 9262, 8129, 8623, 7747, 7913, 7374, 7929, 7920, 8354, 8994, 8309, 10378, 8212, 9925, 8032, 8979, 8013, 8599, 8039, 8790, 8249, 8516, 8137, 8396, 8156, 8527, 7374, 7919, 7507, 8233, 9846, 7972, 9648, 7895, 8477, 7970, 7964, 7815, 8441, 9922, 8283, 9082, 8054, 9128, 7979, 8014, 7776, 8072, 8093, 8075, 7660, 7926, 8345, 8207, 10887, 8152, 10264, 7987, 8678, 7734, 8269, 7617, 8282, 7842, 8331, 9732, 8138, 9747, 8093, 9170, 7921, 8261, 7907, 8471, 7421, 8163, 9828, 8262, 9824, 8086, 9874, 8081, 9105, 8254, 8418, 7834, 8350, 7550, 8167, 7282, 8067, 10720, 8441, 10322, 8232, 9677, 8101, 9599, 7985, 8608, 8120, 8361, 8092, 9213, 7865, 9353, 8075, 9082, 8035, 10027, 7953, 9719, 8091, 8790, 8028, 9839, 8019, 9774, 7982, 8746, 7911, 8159, 8301, 8147, 8171, 8315, 8100, 8364, 8199, 8089, 8142, 8970, 8068, 9042, 8066, 8601, 8091, 9075, 7916, 9218, 7942, 8676, 8278, 9420, 7992, 9076, 8098, 8434, 8270, 8927, 8026, 8164, 7981, 8265, 8074, 8117, 8300, 8093, 7985, 8174, 7918, 8155, 8008, 8114, 7720, 8307, 7656, 7873, 7357, 8122, 10939, 8130, 9906, 8295, 8868, 8005, 9232, 7900, 8021, 8120, 7994, 7419, 8174, 8538, 8078, 9473, 8240, 9134, 7880, 8083, 8206, 7915, 7631, 7631, 9866, 7685, 9153, 7907, 8709, 7944, 8172, 7667, 7818, 10316, 8069, 10673, 7863, 10070, 7956, 10476, 8142, 8378, 7401, 7903, 9727, 8079, 11227, 8026, 10540, 8048, 10558, 7988, 9951, 8101, 8821, 8098, 8216, 7558, 8078, 7811, 8032, 7915, 8207, 10468, 8289, 10577, 8206, 9965, 8204, 10138, 8170, 9120, 8246, 8404, 8308, 8644, 7800, 7922, 7222, 8098, 10029, 8224, 9791, 8139, 8301, 7867, 8498, 7419, 7975, 10402, 8203, 9114, 8060, 8783, 8323, 8068, 7804, 7991, 7262, 8346, 8979, 8113, 10058, 8135, 10450, 8376, 7914, 8142, 10016, 8139, 10026, 8069, 9334, 7998, 9848, 8181, 9899, 7875, 8288, 7556, 8163, 7239, 8294, 11284, 8324, 8247, 8191, 7349, 8294, 10261, 8369, 9698, 8124, 9348, 8308, 8644, 8127, 8166, 7827, 8040, 7534, 8032, 7233, 8222, 10706, 8447, 10438, 8282, 9922, 8346, 8807, 8069, 8922, 8040, 9044, 8021, 8287, 8085, 8409, 8050, 8608, 8025, 8213, 7460, 8010, 8782, 8385, 7681, 8236, 10250, 8383, 10134, 8273, 10035, 8097, 9686, 8253, 9527, 8024, 9001, 7976, 8591, 7799, 9053, 8042, 8550, 8059, 7881, 7444, 8178, 10089, 8162, 9886, 8215, 9730, 8018, 8961, 8071, 8192, 8027, 8481, 7875, 8069, 7856, 7853, 7206, 8126, 7200, 8042, 10525, 8208, 10337, 8664, 10155, 8046, 9597, 7998, 9650, 8027, 9231, 7898, 9106, 8091, 9492, 8072, 8937, 7901, 7820, 7691, 8178, 7434, 7970, 8844, 8201, 10164, 8386, 9889, 8301, 8333, 8087, 9303, 8032, 8301, 8284, 8385, 8206, 9186, 7966, 8998, 8055, 8235, 7825, 8387, 7829, 8330, 7833, 8575, 7725, 8158, 7630, 8162, 8095, 8378, 10697, 8223, 10039, 8039, 8653, 8297, 8475, 8050, 8138, 7746, 8044, 7512, 8329, 7935, 8311, 10576, 8289, 9633, 8241, 9650, 8083, 9011, 7726, 8407, 7537, 8205, 11881, 8395, 10912, 7893, 8831, 8083, 8331, 7696, 8110, 8387, 8248, 10129, 8190, 9387, 8048, 8382, 8016, 8101, 8050, 8349, 10294, 8343, 9583, 8170, 8796, 7971, 8291, 9161, 8188, 9815, 8287, 8664, 7677, 8153, 10322, 8067, 8737, 8141, 8528, 7789, 8334, 7166, 8153, 9812, 8250, 9334, 8123, 9001, 7867, 8298, 8509, 8255, 10730, 8073, 10252, 7980, 8522, 7425, 8360, 12096, 8204, 10661, 8274, 8460, 7728, 8387, 7537, 8259, 11241, 8261, 10266, 7940, 9132, 8133, 8524, 7902, 8227, 10306, 8206, 10498, 8110, 9827, 7941, 8748, 7770, 8255, 12040, 8219, 9290, 8108, 9273, 8024, 8736, 8213, 8455, 7918, 8086, 11473, 8333, 10773, 8334, 8904, 8170, 8452, 7952, 8217, 8109, 8196, 9952, 8234, 9655, 8109, 8762, 7801, 8360, 9052, 8087, 10767, 8338, 10340, 8214, 8677, 7663, 8778, 7503, 8366, 11110, 8481, 10286, 8138, 10195, 8195, 9154, 8120, 8787, 7589, 8354, 7448, 8356, 11509, 8670, 10498, 8204, 9729, 8239, 8476, 8023, 8663, 7798, 8252, 10874, 8383, 10713, 8243, 9217, 8001, 8807, 7539, 8378, 11968, 8444, 11096, 8492, 8991, 8018, 8850, 7511, 8409, 11062, 8404, 9204, 8397, 8769, 7913, 8379, 9640, 8465, 10367, 8361, 9094, 8421, 8422, 7873, 8501, 11190, 8321, 9709, 8212, 9158, 8332, 8928, 8216, 8212, 7714, 8322, 8229, 8420, 7476, 8240, 7410, 8293, 7622, 8452, 7753, 8321, 10096, 8368, 11148, 8483, 10509, 8362, 10528, 8250, 10351, 8366, 8976, 7946, 8731, 7755, 8251, 7522, 8248, 9093, 8365, 10221, 8233, 9966, 8279, 8720, 8160, 8500, 7782, 8417, 9287, 8419, 10684, 8350, 10042, 8391, 9309, 7969, 9443, 8312, 9218, 8085, 9431, 8121, 7824, 8663, 8062, 9164, 8165, 9492, 8372, 10877, 8250, 8196, 7517, 8178, 12764, 8230, 10803, 8355, 10007, 8445, 9966, 8271, 9237, 8270, 8927, 8513, 10117, 8498, 8993, 8376, 10595, 8402, 7628, 8107, 8301, 8208, 11467, 8982, 11035, 8190, 8974, 8141, 10167, 8614, 7583, 7969, 7594, 8211, 9870, 7947, 8131, 8401, 10851, 8429, 9423, 7913, 9530, 8179, 7294, 7926, 7734, 8457, 7581, 8560, 8026, 8477, 7905, 8177, 7698], 'WindowCenter': [4094.0, 4082.0, 4079.0, 4058.0, 4065.0, 4055.0, 4054.0, 4055.0, 4064.0, 4042.0, 4052.0, 4053.0, 4053.0, 4043.0, 4053.0, 4043.0, 4053.0, 4033.0, 4054.0, 4084.0, 4055.0, 4073.0, 4054.0, 4053.0, 4055.0, 4065.0, 4055.0, 4055.0, 4055.0, 4065.0, 4045.0, 4068.0, 4046.0, 4069.0, 4066.0, 4068.0, 4088.0, 4068.0, 4077.0, 4068.0, 4075.0, 4057.0, 4077.0, 4057.0, 4066.0, 4054.0, 4067.0, 4045.0, 4055.0, 4085.0, 4054.0, 4073.0, 4054.0, 4052.0, 4043.0, 4055.0, 4042.0, 4054.0, 4084.0, 4054.0, 4072.0, 4055.0, 4054.0, 4054.0, 4054.0, 4044.0, 4066.0, 4074.0, 4055.0, 4074.0, 4055.0, 4065.0, 4056.0, 4068.0, 4056.0, 4068.0, 4045.0, 4066.0, 4086.0, 4056.0, 4085.0, 4055.0, 4075.0, 4056.0, 4074.0, 4055.0, 4065.0, 4053.0, 4054.0, 4034.0, 4054.0, 4084.0, 4054.0, 4072.0, 4053.0, 4052.0, 4053.0, 4053.0, 4054.0, 4053.0, 4053.0, 4065.0, 4043.0, 4055.0, 4033.0, 4054.0, 4083.0, 4054.0, 4073.0, 4054.0, 4063.0, 4053.0, 4053.0, 4054.0, 4065.0, 4043.0, 4054.0, 4043.0, 4056.0, 4054.0, 4068.0, 4046.0, 4068.0, 4055.0, 4067.0, 4087.0, 4056.0, 4076.0, 4055.0, 4074.0, 4054.0, 4055.0, 4033.0, 4053.0, 4052.0, 4052.0, 4062.0, 4053.0, 4061.0, 4041.0, 4052.0, 4043.0, 4053.0, 4042.0, 4055.0, 4043.0, 4055.0, 4074.0, 4065.0, 4074.0, 4054.0, 4063.0, 4054.0, 4054.0, 4054.0, 4065.0, 4042.0, 4055.0, 4043.0, 4054.0, 4064.0, 4055.0, 4075.0, 4055.0, 4064.0, 4053.0, 4055.0, 4053.0, 4055.0, 4034.0, 4055.0, 4074.0, 4065.0, 4074.0, 4055.0, 4074.0, 4055.0, 4064.0, 4055.0, 4064.0, 4055.0, 4054.0, 4053.0, 4055.0, 4043.0, 4055.0, 4043.0, 4054.0, 4033.0, 4055.0, 4073.0, 4065.0, 4074.0, 4054.0, 4063.0, 4053.0, 4042.0, 4045.0, 4054.0, 4044.0, 4055.0, 4033.0, 4065.0, 4085.0, 4053.0, 4074.0, 4065.0, 4064.0, 4055.0, 4064.0, 4055.0, 4054.0, 4054.0, 4053.0, 4057.0, 4076.0, 4055.0, 4065.0, 4044.0, 4054.0, 4044.0, 4055.0, 4043.0, 4055.0, 4073.0, 4054.0, 4083.0, 4054.0, 4073.0, 4055.0, 4063.0, 4054.0, 4063.0, 4055.0, 4063.0, 4053.0, 4053.0, 4053.0, 4072.0, 4054.0, 4052.0, 4053.0, 4042.0, 4032.0, 4053.0, 4052.0, 4053.0, 4061.0, 4053.0, 4063.0, 4054.0, 4054.0, 4055.0, 4054.0, 4055.0, 4066.0, 4055.0, 4055.0, 4055.0, 4056.0, 4046.0, 4056.0, 4085.0, 4055.0, 4074.0, 4054.0, 4074.0, 4055.0, 4075.0, 4055.0, 4054.0, 4041.0, 4054.0, 4063.0, 4054.0, 4073.0, 4054.0, 4063.0, 4054.0, 4074.0, 4055.0, 4053.0, 4054.0, 4054.0, 4055.0, 4055.0, 4054.0, 4055.0, 4043.0, 4055.0, 4084.0, 4055.0, 4074.0, 4065.0, 4064.0, 4054.0, 4074.0, 4055.0, 4063.0, 4055.0, 4054.0, 4053.0, 4053.0, 4053.0, 4054.0, 4043.0, 4054.0, 4044.0, 4066.0, 4043.0, 4066.0, 4064.0, 4066.0, 4083.0, 4066.0, 4073.0, 4065.0, 4063.0, 4054.0, 4064.0, 4054.0, 4055.0, 4054.0, 4055.0, 4044.0, 4055.0, 4064.0, 4054.0, 4084.0, 4054.0, 4074.0, 4054.0, 4063.0, 4055.0, 4052.0, 4065.0, 4065.0, 4055.0, 4065.0, 4044.0, 4055.0, 4073.0, 4054.0, 4074.0, 4054.0, 4073.0, 4054.0, 4052.0, 4054.0, 4064.0, 4054.0, 4054.0, 4043.0, 4055.0, 4054.0, 4066.0, 4075.0, 4055.0, 4065.0, 4055.0, 4055.0, 4033.0, 4055.0, 4075.0, 4055.0, 4074.0, 4066.0, 4064.0, 4056.0, 4054.0, 4057.0, 4066.0, 4066.0, 4068.0, 4046.0, 4055.0, 4045.0, 4067.0, 4087.0, 4067.0, 4087.0, 4057.0, 4075.0, 4043.0, 4065.0, 4054.0, 4065.0, 4041.0, 4052.0, 4044.0, 4054.0, 4053.0, 4053.0, 4063.0, 4054.0, 4073.0, 4054.0, 4074.0, 4055.0, 4062.0, 4055.0, 4064.0, 4055.0, 4065.0, 4055.0, 4065.0, 4055.0, 4055.0, 4055.0, 4066.0, 4044.0, 4055.0, 4033.0, 4054.0, 4073.0, 4054.0, 4074.0, 4054.0, 4054.0, 4053.0, 4054.0, 4043.0, 4054.0, 4073.0, 4055.0, 4064.0, 4066.0, 4076.0, 4057.0, 4055.0, 4056.0, 4056.0, 4067.0, 4067.0, 4056.0, 4057.0, 4055.0, 4066.0, 4085.0, 4056.0, 4074.0, 4054.0, 4054.0, 4042.0, 4054.0, 4042.0, 4054.0, 4042.0, 4054.0, 4073.0, 4055.0, 4074.0, 4055.0, 4064.0, 4054.0, 4054.0, 4054.0, 4055.0, 4043.0, 4053.0, 4062.0, 4053.0, 4062.0, 4053.0, 4072.0, 4043.0, 4052.0, 4052.0, 4052.0, 4042.0, 4053.0, 4040.0, 4053.0, 4030.0, 4053.0, 4083.0, 4054.0, 4073.0, 4065.0, 4074.0, 4054.0, 4074.0, 4054.0, 4051.0, 4054.0, 4053.0, 4054.0, 4074.0, 4055.0, 4063.0, 4054.0, 4063.0, 4054.0, 4074.0, 4054.0, 4062.0, 4053.0, 4052.0, 4053.0, 4071.0, 4053.0, 4061.0, 4041.0, 4051.0, 4041.0, 4040.0, 4051.0, 4041.0, 4051.0, 4053.0, 4053.0, 4052.0, 4053.0, 4042.0, 4052.0, 4063.0, 4053.0, 4061.0, 4042.0, 4052.0, 4053.0, 4062.0, 4053.0, 4062.0, 4052.0, 4052.0, 4053.0, 4062.0, 4053.0, 4051.0, 4053.0, 4051.0, 4053.0, 4063.0, 4042.0, 4052.0, 4042.0, 4052.0, 4052.0, 4042.0, 4053.0, 4053.0, 4054.0, 4053.0, 4054.0, 4054.0, 4053.0, 4054.0, 4043.0, 4053.0, 4043.0, 4054.0, 4031.0, 4051.0, 4072.0, 4052.0, 4072.0, 4054.0, 4063.0, 4054.0, 4064.0, 4054.0, 4054.0, 4054.0, 4054.0, 4043.0, 4066.0, 4064.0, 4055.0, 4075.0, 4066.0, 4076.0, 4055.0, 4054.0, 4065.0, 4068.0, 4055.0, 4070.0, 4085.0, 4056.0, 4064.0, 4056.0, 4066.0, 4067.0, 4066.0, 4056.0, 4068.0, 4088.0, 4068.0, 4087.0, 4068.0, 4087.0, 4056.0, 4087.0, 4055.0, 4067.0, 4046.0, 4067.0, 4075.0, 4054.0, 4083.0, 4055.0, 4073.0, 4042.0, 4073.0, 4043.0, 4062.0, 4042.0, 4052.0, 4041.0, 4052.0, 4041.0, 4053.0, 4040.0, 4052.0, 4040.0, 4052.0, 4072.0, 4053.0, 4071.0, 4054.0, 4073.0, 4053.0, 4074.0, 4053.0, 4062.0, 4054.0, 4052.0, 4053.0, 4064.0, 4044.0, 4054.0, 4033.0, 4053.0, 4074.0, 4053.0, 4073.0, 4053.0, 4053.0, 4041.0, 4064.0, 4042.0, 4053.0, 4070.0, 4052.0, 4050.0, 4051.0, 4053.0, 4052.0, 4041.0, 4041.0, 4053.0, 4042.0, 4064.0, 4063.0, 4054.0, 4073.0, 4054.0, 4084.0, 4065.0, 4052.0, 4055.0, 4073.0, 4055.0, 4074.0, 4054.0, 4062.0, 4053.0, 4071.0, 4053.0, 4073.0, 4041.0, 4042.0, 4030.0, 4052.0, 4029.0, 4052.0, 4081.0, 4053.0, 4040.0, 4052.0, 4031.0, 4052.0, 4072.0, 4052.0, 4061.0, 4053.0, 4062.0, 4055.0, 4052.0, 4043.0, 4051.0, 4041.0, 4054.0, 4042.0, 4042.0, 4031.0, 4053.0, 4070.0, 4052.0, 4072.0, 4054.0, 4061.0, 4052.0, 4051.0, 4042.0, 4062.0, 4052.0, 4063.0, 4054.0, 4053.0, 4054.0, 4065.0, 4055.0, 4065.0, 4054.0, 4054.0, 4042.0, 4054.0, 4052.0, 4054.0, 4043.0, 4054.0, 4073.0, 4055.0, 4075.0, 4066.0, 4074.0, 4055.0, 4074.0, 4065.0, 4075.0, 4056.0, 4065.0, 4055.0, 4064.0, 4055.0, 4066.0, 4055.0, 4064.0, 4054.0, 4055.0, 4045.0, 4066.0, 4074.0, 4055.0, 4074.0, 4065.0, 4074.0, 4056.0, 4064.0, 4054.0, 4054.0, 4055.0, 4065.0, 4055.0, 4055.0, 4054.0, 4055.0, 4043.0, 4054.0, 4043.0, 4055.0, 4084.0, 4065.0, 4073.0, 4065.0, 4073.0, 4054.0, 4062.0, 4053.0, 4062.0, 4053.0, 4059.0, 4053.0, 4051.0, 4052.0, 4063.0, 4042.0, 4051.0, 4039.0, 4031.0, 4030.0, 4041.0, 4029.0, 4040.0, 4049.0, 4051.0, 4071.0, 4052.0, 4060.0, 4052.0, 4051.0, 4053.0, 4062.0, 4054.0, 4052.0, 4054.0, 4052.0, 4065.0, 4064.0, 4054.0, 4064.0, 4042.0, 4053.0, 4042.0, 4054.0, 4043.0, 4053.0, 4042.0, 4064.0, 4042.0, 4043.0, 4040.0, 4053.0, 4042.0, 4054.0, 4072.0, 4054.0, 4072.0, 4053.0, 4052.0, 4055.0, 4054.0, 4053.0, 4054.0, 4043.0, 4055.0, 4044.0, 4067.0, 4055.0, 4067.0, 4085.0, 4066.0, 4076.0, 4067.0, 4076.0, 4056.0, 4066.0, 4045.0, 4066.0, 4044.0, 4055.0, 4085.0, 4055.0, 4074.0, 4043.0, 4062.0, 4054.0, 4054.0, 4042.0, 4053.0, 4052.0, 4053.0, 4074.0, 4055.0, 4064.0, 4055.0, 4065.0, 4055.0, 4067.0, 4054.0, 4066.0, 4075.0, 4065.0, 4075.0, 4066.0, 4066.0, 4054.0, 4055.0, 4063.0, 4054.0, 4074.0, 4054.0, 4065.0, 4043.0, 4054.0, 4073.0, 4054.0, 4054.0, 4055.0, 4066.0, 4044.0, 4066.0, 4044.0, 4056.0, 4087.0, 4078.0, 4078.0, 4068.0, 4078.0, 4068.0, 4069.0, 4068.0, 4069.0, 4088.0, 4067.0, 4088.0, 4056.0, 4068.0, 4044.0, 4068.0, 4096.0, 4066.0, 4086.0, 4065.0, 4067.0, 4056.0, 4067.0, 4056.0, 4068.0, 4096.0, 4078.0, 4089.0, 4069.0, 4078.0, 4068.0, 4079.0, 4068.0, 4068.0, 4088.0, 4069.0, 4087.0, 4057.0, 4076.0, 4056.0, 4067.0, 4044.0, 4065.0, 4095.0, 4064.0, 4074.0, 4056.0, 4076.0, 4056.0, 4066.0, 4066.0, 4067.0, 4055.0, 4056.0, 4096.0, 4066.0, 4085.0, 4056.0, 4065.0, 4065.0, 4067.0, 4067.0, 4079.0, 4068.0, 4078.0, 4088.0, 4080.0, 4090.0, 4068.0, 4080.0, 4058.0, 4080.0, 4077.0, 4069.0, 4097.0, 4068.0, 4087.0, 4067.0, 4068.0, 4057.0, 4079.0, 4057.0, 4069.0, 4098.0, 4078.0, 4088.0, 4069.0, 4099.0, 4079.0, 4079.0, 4068.0, 4079.0, 4058.0, 4068.0, 4055.0, 4066.0, 4098.0, 4090.0, 4100.0, 4069.0, 4076.0, 4066.0, 4065.0, 4066.0, 4077.0, 4057.0, 4079.0, 4097.0, 4067.0, 4087.0, 4067.0, 4077.0, 4055.0, 4077.0, 4055.0, 4066.0, 4095.0, 4065.0, 4083.0, 4064.0, 4064.0, 4054.0, 4064.0, 4043.0, 4054.0, 4082.0, 4053.0, 4061.0, 4053.0, 4053.0, 4042.0, 4054.0, 4073.0, 4054.0, 4074.0, 4066.0, 4065.0, 4055.0, 4065.0, 4054.0, 4066.0, 4096.0, 4066.0, 4076.0, 4066.0, 4075.0, 4066.0, 4077.0, 4065.0, 4066.0, 4044.0, 4065.0, 4066.0, 4067.0, 4057.0, 4068.0, 4057.0, 4078.0, 4067.0, 4079.0, 4069.0, 4079.0, 4087.0, 4067.0, 4097.0, 4078.0, 4087.0, 4068.0, 4087.0, 4068.0, 4085.0, 4066.0, 4064.0, 4054.0, 4064.0, 4053.0, 4066.0, 4054.0, 4066.0, 4064.0, 4065.0, 4084.0, 4066.0, 4074.0, 4065.0, 4065.0, 4064.0, 4065.0, 4054.0, 4066.0, 4064.0, 4054.0, 4071.0, 4053.0, 4073.0, 4054.0, 4063.0, 4053.0, 4073.0, 4065.0, 4063.0, 4053.0, 4064.0, 4056.0, 4054.0, 4066.0, 4056.0, 4076.0, 4066.0, 4074.0, 4066.0, 4087.0, 4054.0, 4054.0, 4032.0, 4052.0, 4091.0, 4053.0, 4072.0, 4053.0, 4060.0, 4053.0, 4073.0, 4054.0, 4062.0, 4054.0, 4063.0, 4065.0, 4073.0, 4065.0, 4064.0, 4065.0, 4085.0, 4066.0, 4055.0, 4055.0, 4054.0, 4065.0, 4084.0, 4065.0, 4072.0, 4053.0, 4060.0, 4053.0, 4073.0, 4053.0, 4041.0, 4042.0, 4041.0, 4052.0, 4061.0, 4041.0, 4038.0, 4041.0, 4071.0, 4052.0, 4061.0, 4039.0, 4060.0, 4051.0, 4029.0, 4042.0, 4041.0, 4052.0, 4042.0, 4053.0, 4053.0, 4053.0, 4042.0, 4051.0, 4042.0], 'WindowWidth': [9117.0, 9095.0, 9083.0, 9052.0, 9055.0, 9043.0, 9038.0, 9041.0, 9052.0, 9022.0, 9033.0, 9034.0, 9035.0, 9023.0, 9037.0, 9022.0, 9037.0, 9010.0, 9039.0, 9079.0, 9041.0, 9062.0, 9039.0, 9038.0, 9043.0, 9054.0, 9043.0, 9043.0, 9041.0, 9058.0, 9031.0, 9064.0, 9031.0, 9066.0, 9060.0, 9066.0, 9091.0, 9067.0, 9075.0, 9065.0, 9070.0, 9048.0, 9076.0, 9049.0, 9058.0, 9041.0, 9060.0, 9028.0, 9043.0, 9082.0, 9039.0, 9063.0, 9037.0, 9034.0, 9024.0, 9041.0, 9021.0, 9040.0, 9077.0, 9039.0, 9061.0, 9042.0, 9037.0, 9038.0, 9038.0, 9026.0, 9057.0, 9067.0, 9042.0, 9066.0, 9042.0, 9055.0, 9047.0, 9063.0, 9044.0, 9063.0, 9028.0, 9060.0, 9085.0, 9046.0, 9081.0, 9041.0, 9067.0, 9046.0, 9067.0, 9044.0, 9054.0, 9036.0, 9039.0, 9013.0, 9038.0, 9078.0, 9037.0, 9060.0, 9035.0, 9032.0, 9037.0, 9036.0, 9038.0, 9037.0, 9037.0, 9054.0, 9024.0, 9041.0, 9008.0, 9040.0, 9076.0, 9041.0, 9063.0, 9040.0, 9049.0, 9037.0, 9036.0, 9039.0, 9055.0, 9024.0, 9040.0, 9022.0, 9044.0, 9041.0, 9064.0, 9032.0, 9064.0, 9044.0, 9062.0, 9090.0, 9048.0, 9070.0, 9043.0, 9065.0, 9038.0, 9042.0, 9008.0, 9035.0, 9031.0, 9032.0, 9045.0, 9036.0, 9044.0, 9017.0, 9032.0, 9023.0, 9037.0, 9021.0, 9042.0, 9024.0, 9043.0, 9064.0, 9055.0, 9066.0, 9039.0, 9048.0, 9040.0, 9039.0, 9039.0, 9056.0, 9021.0, 9041.0, 9023.0, 9040.0, 9052.0, 9044.0, 9068.0, 9042.0, 9053.0, 9037.0, 9041.0, 9038.0, 9042.0, 9012.0, 9042.0, 9065.0, 9054.0, 9065.0, 9042.0, 9065.0, 9041.0, 9051.0, 9041.0, 9052.0, 9041.0, 9040.0, 9037.0, 9041.0, 9024.0, 9043.0, 9022.0, 9039.0, 9008.0, 9042.0, 9063.0, 9054.0, 9065.0, 9040.0, 9048.0, 9036.0, 9020.0, 9027.0, 9040.0, 9025.0, 9041.0, 9009.0, 9056.0, 9082.0, 9039.0, 9067.0, 9057.0, 9053.0, 9043.0, 9054.0, 9042.0, 9040.0, 9040.0, 9037.0, 9048.0, 9074.0, 9044.0, 9057.0, 9027.0, 9042.0, 9028.0, 9042.0, 9023.0, 9040.0, 9064.0, 9039.0, 9077.0, 9040.0, 9061.0, 9040.0, 9048.0, 9041.0, 9050.0, 9042.0, 9049.0, 9037.0, 9034.0, 9039.0, 9060.0, 9039.0, 9032.0, 9034.0, 9020.0, 9006.0, 9036.0, 9033.0, 9036.0, 9044.0, 9037.0, 9051.0, 9041.0, 9039.0, 9041.0, 9041.0, 9044.0, 9060.0, 9044.0, 9043.0, 9043.0, 9046.0, 9032.0, 9048.0, 9083.0, 9042.0, 9066.0, 9040.0, 9065.0, 9042.0, 9068.0, 9041.0, 9039.0, 9018.0, 9039.0, 9049.0, 9038.0, 9061.0, 9038.0, 9048.0, 9040.0, 9067.0, 9042.0, 9037.0, 9040.0, 9040.0, 9042.0, 9043.0, 9039.0, 9042.0, 9024.0, 9041.0, 9081.0, 9041.0, 9064.0, 9055.0, 9051.0, 9040.0, 9065.0, 9043.0, 9049.0, 9041.0, 9038.0, 9037.0, 9038.0, 9038.0, 9041.0, 9024.0, 9040.0, 9028.0, 9058.0, 9025.0, 9059.0, 9054.0, 9060.0, 9078.0, 9059.0, 9064.0, 9056.0, 9050.0, 9041.0, 9053.0, 9040.0, 9041.0, 9038.0, 9041.0, 9026.0, 9042.0, 9053.0, 9040.0, 9078.0, 9040.0, 9066.0, 9041.0, 9051.0, 9042.0, 9036.0, 9056.0, 9058.0, 9042.0, 9057.0, 9025.0, 9041.0, 9064.0, 9040.0, 9064.0, 9040.0, 9061.0, 9040.0, 9034.0, 9040.0, 9052.0, 9041.0, 9040.0, 9024.0, 9043.0, 9040.0, 9058.0, 9069.0, 9043.0, 9054.0, 9041.0, 9042.0, 9011.0, 9044.0, 9067.0, 9042.0, 9066.0, 9058.0, 9053.0, 9045.0, 9040.0, 9048.0, 9060.0, 9060.0, 9064.0, 9032.0, 9044.0, 9031.0, 9062.0, 9088.0, 9062.0, 9088.0, 9049.0, 9068.0, 9024.0, 9055.0, 9040.0, 9055.0, 9019.0, 9034.0, 9024.0, 9038.0, 9038.0, 9038.0, 9049.0, 9040.0, 9064.0, 9040.0, 9066.0, 9042.0, 9048.0, 9041.0, 9051.0, 9043.0, 9056.0, 9042.0, 9054.0, 9042.0, 9043.0, 9043.0, 9059.0, 9025.0, 9041.0, 9008.0, 9038.0, 9063.0, 9041.0, 9065.0, 9039.0, 9038.0, 9034.0, 9040.0, 9023.0, 9040.0, 9064.0, 9041.0, 9053.0, 9061.0, 9071.0, 9047.0, 9043.0, 9046.0, 9047.0, 9063.0, 9063.0, 9047.0, 9049.0, 9043.0, 9058.0, 9082.0, 9045.0, 9066.0, 9038.0, 9037.0, 9019.0, 9039.0, 9021.0, 9037.0, 9020.0, 9039.0, 9063.0, 9042.0, 9066.0, 9042.0, 9051.0, 9039.0, 9039.0, 9038.0, 9042.0, 9022.0, 9036.0, 9046.0, 9033.0, 9045.0, 9036.0, 9059.0, 9022.0, 9031.0, 9034.0, 9033.0, 9020.0, 9036.0, 9014.0, 9033.0, 9000.0, 9035.0, 9076.0, 9039.0, 9064.0, 9055.0, 9064.0, 9040.0, 9066.0, 9040.0, 9031.0, 9039.0, 9035.0, 9040.0, 9067.0, 9042.0, 9050.0, 9039.0, 9048.0, 9040.0, 9064.0, 9039.0, 9045.0, 9035.0, 9031.0, 9038.0, 9058.0, 9037.0, 9044.0, 9017.0, 9030.0, 9015.0, 9013.0, 9029.0, 9015.0, 9031.0, 9035.0, 9035.0, 9034.0, 9035.0, 9020.0, 9034.0, 9050.0, 9036.0, 9044.0, 9021.0, 9032.0, 9036.0, 9047.0, 9037.0, 9046.0, 9034.0, 9031.0, 9036.0, 9046.0, 9036.0, 9028.0, 9034.0, 9029.0, 9036.0, 9048.0, 9018.0, 9033.0, 9018.0, 9033.0, 9034.0, 9020.0, 9036.0, 9035.0, 9038.0, 9038.0, 9039.0, 9038.0, 9037.0, 9037.0, 9024.0, 9038.0, 9021.0, 9037.0, 9002.0, 9032.0, 9060.0, 9034.0, 9060.0, 9037.0, 9049.0, 9040.0, 9052.0, 9039.0, 9039.0, 9040.0, 9040.0, 9026.0, 9058.0, 9053.0, 9043.0, 9068.0, 9059.0, 9071.0, 9043.0, 9041.0, 9055.0, 9068.0, 9047.0, 9071.0, 9084.0, 9047.0, 9054.0, 9046.0, 9059.0, 9062.0, 9062.0, 9047.0, 9066.0, 9092.0, 9067.0, 9091.0, 9066.0, 9089.0, 9047.0, 9089.0, 9043.0, 9061.0, 9032.0, 9062.0, 9067.0, 9041.0, 9077.0, 9041.0, 9061.0, 9020.0, 9059.0, 9021.0, 9046.0, 9018.0, 9031.0, 9014.0, 9031.0, 9016.0, 9035.0, 9015.0, 9032.0, 9014.0, 9032.0, 9059.0, 9036.0, 9058.0, 9039.0, 9061.0, 9036.0, 9065.0, 9036.0, 9046.0, 9037.0, 9033.0, 9035.0, 9053.0, 9024.0, 9039.0, 9008.0, 9037.0, 9065.0, 9037.0, 9063.0, 9035.0, 9034.0, 9017.0, 9051.0, 9019.0, 9035.0, 9055.0, 9032.0, 9028.0, 9032.0, 9035.0, 9030.0, 9017.0, 9015.0, 9035.0, 9021.0, 9053.0, 9050.0, 9040.0, 9062.0, 9039.0, 9081.0, 9057.0, 9033.0, 9042.0, 9064.0, 9042.0, 9064.0, 9040.0, 9046.0, 9037.0, 9057.0, 9036.0, 9063.0, 9016.0, 9017.0, 8998.0, 9029.0, 8997.0, 9032.0, 9071.0, 9035.0, 9014.0, 9033.0, 9003.0, 9034.0, 9057.0, 9034.0, 9045.0, 9036.0, 9047.0, 9040.0, 9033.0, 9022.0, 9032.0, 9017.0, 9037.0, 9019.0, 9019.0, 9001.0, 9033.0, 9053.0, 9032.0, 9059.0, 9037.0, 9042.0, 9032.0, 9028.0, 9020.0, 9046.0, 9035.0, 9047.0, 9038.0, 9035.0, 9040.0, 9055.0, 9043.0, 9056.0, 9036.0, 9039.0, 9019.0, 9039.0, 9034.0, 9038.0, 9021.0, 9039.0, 9063.0, 9041.0, 9068.0, 9058.0, 9065.0, 9042.0, 9064.0, 9056.0, 9069.0, 9045.0, 9054.0, 9043.0, 9053.0, 9044.0, 9058.0, 9042.0, 9054.0, 9040.0, 9043.0, 9029.0, 9057.0, 9067.0, 9041.0, 9065.0, 9057.0, 9065.0, 9044.0, 9050.0, 9039.0, 9038.0, 9044.0, 9057.0, 9041.0, 9041.0, 9038.0, 9043.0, 9025.0, 9040.0, 9022.0, 9041.0, 9077.0, 9055.0, 9064.0, 9055.0, 9060.0, 9036.0, 9044.0, 9036.0, 9046.0, 9036.0, 9038.0, 9034.0, 9030.0, 9035.0, 9047.0, 9018.0, 9029.0, 9009.0, 9000.0, 8998.0, 9014.0, 8997.0, 9013.0, 9022.0, 9029.0, 9055.0, 9031.0, 9039.0, 9031.0, 9029.0, 9036.0, 9045.0, 9038.0, 9033.0, 9038.0, 9032.0, 9054.0, 9052.0, 9039.0, 9050.0, 9019.0, 9034.0, 9019.0, 9038.0, 9021.0, 9036.0, 9020.0, 9051.0, 9020.0, 9023.0, 9014.0, 9036.0, 9019.0, 9037.0, 9060.0, 9037.0, 9059.0, 9034.0, 9032.0, 9040.0, 9038.0, 9036.0, 9040.0, 9023.0, 9042.0, 9027.0, 9061.0, 9042.0, 9060.0, 9081.0, 9059.0, 9070.0, 9061.0, 9073.0, 9046.0, 9059.0, 9027.0, 9056.0, 9025.0, 9043.0, 9080.0, 9040.0, 9063.0, 9022.0, 9046.0, 9038.0, 9039.0, 9019.0, 9035.0, 9032.0, 9035.0, 9064.0, 9041.0, 9053.0, 9043.0, 9055.0, 9042.0, 9062.0, 9039.0, 9057.0, 9066.0, 9054.0, 9066.0, 9057.0, 9057.0, 9038.0, 9042.0, 9048.0, 9039.0, 9064.0, 9039.0, 9054.0, 9022.0, 9038.0, 9062.0, 9038.0, 9037.0, 9044.0, 9058.0, 9027.0, 9059.0, 9026.0, 9045.0, 9088.0, 9078.0, 9078.0, 9065.0, 9077.0, 9064.0, 9068.0, 9064.0, 9066.0, 9090.0, 9063.0, 9089.0, 9045.0, 9062.0, 9029.0, 9063.0, 9098.0, 9059.0, 9084.0, 9055.0, 9062.0, 9046.0, 9063.0, 9046.0, 9066.0, 9100.0, 9078.0, 9093.0, 9068.0, 9079.0, 9064.0, 9082.0, 9065.0, 9067.0, 9090.0, 9066.0, 9087.0, 9047.0, 9072.0, 9046.0, 9061.0, 9025.0, 9056.0, 9094.0, 9053.0, 9066.0, 9046.0, 9071.0, 9046.0, 9057.0, 9060.0, 9061.0, 9042.0, 9045.0, 9099.0, 9059.0, 9081.0, 9043.0, 9054.0, 9056.0, 9061.0, 9063.0, 9082.0, 9065.0, 9081.0, 9094.0, 9085.0, 9098.0, 9067.0, 9084.0, 9052.0, 9084.0, 9076.0, 9068.0, 9104.0, 9066.0, 9088.0, 9063.0, 9064.0, 9049.0, 9082.0, 9050.0, 9067.0, 9105.0, 9080.0, 9093.0, 9070.0, 9110.0, 9083.0, 9083.0, 9065.0, 9082.0, 9052.0, 9065.0, 9045.0, 9061.0, 9104.0, 9101.0, 9113.0, 9068.0, 9073.0, 9060.0, 9057.0, 9061.0, 9076.0, 9049.0, 9081.0, 9101.0, 9063.0, 9089.0, 9062.0, 9076.0, 9044.0, 9075.0, 9041.0, 9060.0, 9096.0, 9056.0, 9076.0, 9051.0, 9052.0, 9038.0, 9053.0, 9021.0, 9038.0, 9073.0, 9034.0, 9043.0, 9036.0, 9035.0, 9020.0, 9039.0, 9062.0, 9039.0, 9065.0, 9059.0, 9056.0, 9041.0, 9056.0, 9037.0, 9060.0, 9098.0, 9060.0, 9070.0, 9059.0, 9069.0, 9060.0, 9076.0, 9055.0, 9060.0, 9027.0, 9056.0, 9059.0, 9062.0, 9048.0, 9063.0, 9048.0, 9078.0, 9066.0, 9083.0, 9068.0, 9082.0, 9089.0, 9063.0, 9103.0, 9080.0, 9090.0, 9065.0, 9088.0, 9067.0, 9084.0, 9058.0, 9054.0, 9040.0, 9053.0, 9039.0, 9059.0, 9040.0, 9060.0, 9055.0, 9057.0, 9081.0, 9060.0, 9067.0, 9057.0, 9058.0, 9052.0, 9057.0, 9040.0, 9059.0, 9051.0, 9039.0, 9056.0, 9035.0, 9061.0, 9038.0, 9048.0, 9037.0, 9062.0, 9056.0, 9049.0, 9038.0, 9052.0, 9045.0, 9041.0, 9060.0, 9046.0, 9073.0, 9058.0, 9066.0, 9057.0, 9088.0, 9039.0, 9038.0, 9004.0, 9032.0, 9085.0, 9033.0, 9057.0, 9033.0, 9041.0, 9034.0, 9062.0, 9039.0, 9046.0, 9038.0, 9049.0, 9055.0, 9064.0, 9056.0, 9052.0, 9054.0, 9083.0, 9059.0, 9041.0, 9043.0, 9038.0, 9055.0, 9081.0, 9056.0, 9058.0, 9035.0, 9040.0, 9035.0, 9061.0, 9036.0, 9015.0, 9018.0, 9014.0, 9031.0, 9040.0, 9014.0, 9007.0, 9014.0, 9054.0, 9032.0, 9040.0, 9011.0, 9040.0, 9029.0, 8999.0, 9018.0, 9016.0, 9033.0, 9018.0, 9036.0, 9034.0, 9035.0, 9018.0, 9030.0, 9017.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.0007783650519031142</td></tr>
<tr><td colspan=3>aqi</td><td>0.018893987543252593</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.929687711428585</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2079705130303031</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0073488485108237</td></tr>
<tr><td colspan=3>efc</td><td>0.4436</td></tr>
<tr><td colspan=3>fber</td><td>7795.0928</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07732445384452516</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.25951557093425603</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.332431787137931</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2724137640032525</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6070483014794883</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1178332959310513</td></tr>
<tr><td colspan=3>gcor</td><td>0.00793266</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015219097025692463</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02856435254216194</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1156</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.812288450146647</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>34.7097</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.8378</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>150.1858</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309625.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>689.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>305.989</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1119</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>486.1817</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3337.6497</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3569.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66919.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1040.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4371.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>936.1761</td></tr>
<tr><td colspan=3>tsnr</td><td>45.93587282113731</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>