<?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-0085_ses-02_task-alignvideo_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0085_ses-02_task-alignvideo_acq-mb8_run-03_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-02_subject-0085_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-0085/figures/sub-0085_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0085/figures/sub-0085_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-02_subject-0085_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-0085/figures/sub-0085_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0085/figures/sub-0085_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-02_subject-0085_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-0085/figures/sub-0085_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0085/figures/sub-0085_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0085_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-0085/figures/sub-0085_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0085/figures/sub-0085_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0085/figures/sub-0085_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0085/ses-02/func/sub-0085_ses-02_task-alignvideo_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>6be6753735d993ab3d6599a9ab0228f3</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>17:24:28.410000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999093, 0.0364467, 0.0219999, -0.0369843, 0.999014, 0.0245453]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.123681</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4155, -7778, -7191, 599, -49, -309, 153, 6]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>261.073</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>34a6c0e9-c1b1-412d-b47a-b6a7eea8366b||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680494546890259, -0.09922616928815842, 0.05692581832408905, 114.55065155029297], [-0.09778381884098053, 2.6802825927734375, 0.06840918958187103, -87.7139663696289], [0.05902417004108429, -0.06585334986448288, 2.698532819747925, -55.12203598022461], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1158]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'AcquisitionTime': ['172428.410000', '172428.870000', '172429.330000', '172429.790000', '172430.250000', '172430.710000', '172431.170000', '172431.630000', '172432.090000', '172432.550000', '172433.010000', '172433.470000', '172433.930000', '172434.390000', '172434.850000', '172435.310000', '172435.770000', '172436.230000', '172436.690000', '172437.150000', '172437.610000', '172438.070000', '172438.530000', '172438.990000', '172439.450000', '172439.910000', '172440.370000', '172440.830000', '172441.290000', '172441.750000', '172442.210000', '172442.670000', '172443.130000', '172443.590000', '172444.050000', '172444.510000', '172444.970000', '172445.430000', '172445.890000', '172446.350000', '172446.810000', '172447.270000', '172447.730000', '172448.190000', '172448.650000', '172449.110000', '172449.570000', '172450.030000', '172450.490000', '172450.950000', '172451.410000', '172451.870000', '172452.330000', '172452.790000', '172453.250000', '172453.710000', '172454.170000', '172454.630000', '172455.090000', '172455.550000', '172456.010000', '172456.470000', '172456.930000', '172457.390000', '172457.850000', '172458.310000', '172458.770000', '172459.230000', '172459.690000', '172500.150000', '172500.610000', '172501.070000', '172501.530000', '172501.990000', '172502.450000', '172502.910000', '172503.370000', '172503.830000', '172504.290000', '172504.750000', '172505.210000', '172505.670000', '172506.130000', '172506.590000', '172507.050000', '172507.510000', '172507.970000', '172508.430000', '172508.890000', '172509.350000', '172509.810000', '172510.270000', '172510.730000', '172511.190000', '172511.650000', '172512.110000', '172512.570000', '172513.030000', '172513.490000', '172513.950000', '172514.410000', '172514.870000', '172515.330000', '172515.790000', '172516.250000', '172516.710000', '172517.170000', '172517.630000', '172518.090000', '172518.550000', '172519.010000', '172519.470000', '172519.930000', '172520.390000', '172520.850000', '172521.310000', '172521.770000', '172522.230000', '172522.690000', '172523.150000', '172523.610000', '172524.070000', '172524.530000', '172524.990000', '172525.450000', '172525.910000', '172526.370000', '172526.830000', '172527.290000', '172527.750000', '172528.210000', '172528.670000', '172529.130000', '172529.590000', '172530.050000', '172530.510000', '172530.970000', '172531.430000', '172531.890000', '172532.350000', '172532.810000', '172533.270000', '172533.730000', '172534.190000', '172534.650000', '172535.110000', '172535.570000', '172536.030000', '172536.490000', '172536.950000', '172537.410000', '172537.870000', '172538.330000', '172538.790000', '172539.250000', '172539.710000', '172540.170000', '172540.630000', '172541.090000', '172541.550000', '172542.010000', '172542.470000', '172542.930000', '172543.390000', '172543.850000', '172544.310000', '172544.770000', '172545.230000', '172545.690000', '172546.150000', '172546.610000', '172547.070000', '172547.530000', '172547.990000', '172548.450000', '172548.910000', '172549.370000', '172549.830000', '172550.290000', '172550.750000', '172551.210000', '172551.670000', '172552.130000', '172552.590000', '172553.050000', '172553.510000', '172553.970000', '172554.430000', '172554.890000', '172555.350000', '172555.810000', '172556.270000', '172556.730000', '172557.190000', '172557.650000', '172558.110000', '172558.570000', '172559.030000', '172559.490000', '172559.950000', '172600.410000', '172600.870000', '172601.330000', '172601.790000', '172602.250000', '172602.710000', '172603.170000', '172603.630000', '172604.090000', '172604.550000', '172605.010000', '172605.470000', '172605.930000', '172606.390000', '172606.850000', '172607.310000', '172607.770000', '172608.230000', '172608.690000', '172609.150000', '172609.610000', '172610.070000', '172610.530000', '172610.990000', '172611.450000', '172611.910000', '172612.370000', '172612.830000', '172613.290000', '172613.750000', '172614.210000', '172614.670000', '172615.130000', '172615.590000', '172616.050000', '172616.510000', '172616.970000', '172617.430000', '172617.890000', '172618.350000', '172618.810000', '172619.270000', '172619.730000', '172620.190000', '172620.650000', '172621.110000', '172621.570000', '172622.030000', '172622.490000', '172622.950000', '172623.410000', '172623.870000', '172624.330000', '172624.790000', '172625.250000', '172625.710000', '172626.170000', '172626.630000', '172627.090000', '172627.550000', '172628.010000', '172628.470000', '172628.930000', '172629.390000', '172629.850000', '172630.310000', '172630.770000', '172631.230000', '172631.690000', '172632.150000', '172632.610000', '172633.070000', '172633.530000', '172633.990000', '172634.450000', '172634.910000', '172635.370000', '172635.830000', '172636.290000', '172636.750000', '172637.210000', '172637.670000', '172638.130000', '172638.590000', '172639.050000', '172639.510000', '172639.970000', '172640.430000', '172640.890000', '172641.350000', '172641.810000', '172642.270000', '172642.730000', '172643.190000', '172643.650000', '172644.110000', '172644.570000', '172645.030000', '172645.490000', '172645.950000', '172646.410000', '172646.870000', '172647.330000', '172647.790000', '172648.250000', '172648.710000', '172649.170000', '172649.630000', '172650.090000', '172650.550000', '172651.010000', '172651.470000', '172651.930000', '172652.390000', '172652.850000', '172653.310000', '172653.770000', '172654.230000', '172654.690000', '172655.150000', '172655.610000', '172656.070000', '172656.530000', '172656.990000', '172657.450000', '172657.910000', '172658.370000', '172658.830000', '172659.290000', '172659.750000', '172700.210000', '172700.670000', '172701.130000', '172701.590000', '172702.050000', '172702.510000', '172702.970000', '172703.430000', '172703.890000', '172704.350000', '172704.810000', '172705.270000', '172705.730000', '172706.190000', '172706.650000', '172707.110000', '172707.570000', '172708.030000', '172708.490000', '172708.950000', '172709.410000', '172709.870000', '172710.330000', '172710.790000', '172711.250000', '172711.710000', '172712.170000', '172712.630000', '172713.090000', '172713.550000', '172714.010000', '172714.470000', '172714.930000', '172715.390000', '172715.850000', '172716.310000', '172716.770000', '172717.230000', '172717.690000', '172718.150000', '172718.610000', '172719.070000', '172719.530000', '172719.990000', '172720.450000', '172720.910000', '172721.370000', '172721.830000', '172722.290000', '172722.750000', '172723.210000', '172723.670000', '172724.130000', '172724.590000', '172725.050000', '172725.510000', '172725.970000', '172726.430000', '172726.890000', '172727.350000', '172727.810000', '172728.270000', '172728.730000', '172729.190000', '172729.650000', '172730.110000', '172730.570000', '172731.030000', '172731.490000', '172731.950000', '172732.410000', '172732.870000', '172733.330000', '172733.790000', '172734.250000', '172734.710000', '172735.170000', '172735.630000', '172736.090000', '172736.550000', '172737.010000', '172737.470000', '172737.930000', '172738.390000', '172738.850000', '172739.310000', '172739.770000', '172740.230000', '172740.690000', '172741.150000', '172741.610000', '172742.070000', '172742.530000', '172742.990000', '172743.450000', '172743.910000', '172744.370000', '172744.830000', '172745.290000', '172745.750000', '172746.210000', '172746.670000', '172747.130000', '172747.590000', '172748.050000', '172748.510000', '172748.970000', '172749.430000', '172749.890000', '172750.350000', '172750.810000', '172751.270000', '172751.730000', '172752.190000', '172752.650000', '172753.110000', '172753.570000', '172754.030000', '172754.490000', '172754.950000', '172755.410000', '172755.870000', '172756.330000', '172756.790000', '172757.250000', '172757.710000', '172758.170000', '172758.630000', '172759.090000', '172759.550000', '172800.010000', '172800.470000', '172800.930000', '172801.390000', '172801.850000', '172802.310000', '172802.770000', '172803.230000', '172803.690000', '172804.150000', '172804.610000', '172805.070000', '172805.530000', '172805.990000', '172806.450000', '172806.910000', '172807.370000', '172807.830000', '172808.290000', '172808.750000', '172809.210000', '172809.670000', '172810.130000', '172810.590000', '172811.050000', '172811.510000', '172811.970000', '172812.430000', '172812.890000', '172813.350000', '172813.810000', '172814.270000', '172814.730000', '172815.190000', '172815.650000', '172816.110000', '172816.570000', '172817.030000', '172817.490000', '172817.950000', '172818.410000', '172818.870000', '172819.330000', '172819.790000', '172820.250000', '172820.710000', '172821.170000', '172821.630000', '172822.090000', '172822.550000', '172823.010000', '172823.470000', '172823.930000', '172824.390000', '172824.850000', '172825.310000', '172825.770000', '172826.230000', '172826.690000', '172827.150000', '172827.610000', '172828.070000', '172828.530000', '172828.990000', '172829.450000', '172829.910000', '172830.370000', '172830.830000', '172831.290000', '172831.750000', '172832.210000', '172832.670000', '172833.130000', '172833.590000', '172834.050000', '172834.510000', '172834.970000', '172835.430000', '172835.890000', '172836.350000', '172836.810000', '172837.270000', '172837.730000', '172838.190000', '172838.650000', '172839.110000', '172839.570000', '172840.030000', '172840.490000', '172840.950000', '172841.410000', '172841.870000', '172842.330000', '172842.790000', '172843.250000', '172843.710000', '172844.170000', '172844.630000', '172845.090000', '172845.550000', '172846.010000', '172846.470000', '172846.930000', '172847.390000', '172847.850000', '172848.310000', '172848.770000', '172849.230000', '172849.690000', '172850.150000', '172850.610000', '172851.070000', '172851.530000', '172851.990000', '172852.450000', '172852.910000', '172853.370000', '172853.830000', '172854.290000', '172854.750000', '172855.210000', '172855.670000', '172856.130000', '172856.590000', '172857.050000', '172857.510000', '172857.970000', '172858.430000', '172858.890000', '172859.350000', '172859.810000', '172900.270000', '172900.730000', '172901.190000', '172901.650000', '172902.110000', '172902.570000', '172903.030000', '172903.490000', '172903.950000', '172904.410000', '172904.870000', '172905.330000', '172905.790000', '172906.250000', '172906.710000', '172907.170000', '172907.630000', '172908.090000', '172908.550000', '172909.010000', '172909.470000', '172909.930000', '172910.390000', '172910.850000', '172911.310000', '172911.770000', '172912.230000', '172912.690000', '172913.150000', '172913.610000', '172914.070000', '172914.530000', '172914.990000', '172915.450000', '172915.910000', '172916.370000', '172916.830000', '172917.290000', '172917.750000', '172918.210000', '172918.670000', '172919.130000', '172919.590000', '172920.050000', '172920.510000', '172920.970000', '172921.430000', '172921.890000', '172922.350000', '172922.810000', '172923.270000', '172923.730000', '172924.190000', '172924.650000', '172925.110000', '172925.570000', '172926.030000', '172926.490000', '172926.950000', '172927.410000', '172927.870000', '172928.330000', '172928.790000', '172929.250000', '172929.710000', '172930.170000', '172930.630000', '172931.090000', '172931.550000', '172932.010000', '172932.470000', '172932.930000', '172933.390000', '172933.850000', '172934.310000', '172934.770000', '172935.230000', '172935.690000', '172936.150000', '172936.610000', '172937.070000', '172937.530000', '172937.990000', '172938.450000', '172938.910000', '172939.370000', '172939.830000', '172940.290000', '172940.750000', '172941.210000', '172941.670000', '172942.130000', '172942.590000', '172943.050000', '172943.510000', '172943.970000', '172944.430000', '172944.890000', '172945.350000', '172945.810000', '172946.270000', '172946.730000', '172947.190000', '172947.650000', '172948.110000', '172948.570000', '172949.030000', '172949.490000', '172949.950000', '172950.410000', '172950.870000', '172951.330000', '172951.790000', '172952.250000', '172952.710000', '172953.170000', '172953.630000', '172954.090000', '172954.550000', '172955.010000', '172955.470000', '172955.930000', '172956.390000', '172956.850000', '172957.310000', '172957.770000', '172958.230000', '172958.690000', '172959.150000', '172959.610000', '173000.070000', '173000.530000', '173000.990000', '173001.450000', '173001.910000', '173002.370000', '173002.830000', '173003.290000', '173003.750000', '173004.210000', '173004.670000', '173005.130000', '173005.590000', '173006.050000', '173006.510000', '173006.970000', '173007.430000', '173007.890000', '173008.350000', '173008.810000', '173009.270000', '173009.730000', '173010.190000', '173010.650000', '173011.110000', '173011.570000', '173012.030000', '173012.490000', '173012.950000', '173013.410000', '173013.870000', '173014.330000', '173014.790000', '173015.250000', '173015.710000', '173016.170000', '173016.630000', '173017.090000', '173017.550000', '173018.010000', '173018.470000', '173018.930000', '173019.390000', '173019.850000', '173020.310000', '173020.770000', '173021.230000', '173021.690000', '173022.150000', '173022.610000', '173023.070000', '173023.530000', '173023.990000', '173024.450000', '173024.910000', '173025.370000', '173025.830000', '173026.290000', '173026.750000', '173027.210000', '173027.670000', '173028.130000', '173028.590000', '173029.050000', '173029.510000', '173029.970000', '173030.430000', '173030.890000', '173031.350000', '173031.810000', '173032.270000', '173032.730000', '173033.190000', '173033.650000', '173034.110000', '173034.570000', '173035.030000', '173035.490000', '173035.950000', '173036.410000', '173036.870000', '173037.330000', '173037.790000', '173038.250000', '173038.710000', '173039.170000', '173039.630000', '173040.090000', '173040.550000', '173041.010000', '173041.470000', '173041.930000', '173042.390000', '173042.850000', '173043.310000', '173043.770000', '173044.230000', '173044.690000', '173045.150000', '173045.610000', '173046.070000', '173046.530000', '173046.990000', '173047.450000', '173047.910000', '173048.370000', '173048.830000', '173049.290000', '173049.750000', '173050.210000', '173050.670000', '173051.130000', '173051.590000', '173052.050000', '173052.510000', '173052.970000', '173053.430000', '173053.890000', '173054.350000', '173054.810000', '173055.270000', '173055.730000', '173056.190000', '173056.650000', '173057.110000', '173057.570000', '173058.030000', '173058.490000', '173058.950000', '173059.410000', '173059.870000', '173100.330000', '173100.790000', '173101.250000', '173101.710000', '173102.170000', '173102.630000', '173103.090000', '173103.550000', '173104.010000', '173104.470000', '173104.930000', '173105.390000', '173105.850000', '173106.310000', '173106.770000', '173107.230000', '173107.690000', '173108.150000', '173108.610000', '173109.070000', '173109.530000', '173109.990000', '173110.450000', '173110.910000', '173111.370000', '173111.830000', '173112.290000', '173112.750000', '173113.210000', '173113.670000', '173114.130000', '173114.590000', '173115.050000', '173115.510000', '173115.970000', '173116.430000', '173116.890000', '173117.350000', '173117.810000', '173118.270000', '173118.730000', '173119.190000', '173119.650000', '173120.110000', '173120.570000', '173121.030000', '173121.490000', '173121.950000', '173122.410000', '173122.870000', '173123.330000', '173123.790000', '173124.250000', '173124.710000', '173125.170000', '173125.630000', '173126.090000', '173126.550000', '173127.010000', '173127.470000', '173127.930000', '173128.390000', '173128.850000', '173129.310000', '173129.770000', '173130.230000', '173130.690000', '173131.150000', '173131.610000', '173132.070000', '173132.530000', '173132.990000', '173133.450000', '173133.910000', '173134.370000', '173134.830000', '173135.290000', '173135.750000', '173136.210000', '173136.670000', '173137.130000', '173137.590000', '173138.050000', '173138.510000', '173138.970000', '173139.430000', '173139.890000', '173140.350000', '173140.810000', '173141.270000', '173141.730000', '173142.190000', '173142.650000', '173143.110000', '173143.570000', '173144.030000', '173144.490000', '173144.950000', '173145.410000', '173145.870000', '173146.330000', '173146.790000', '173147.250000', '173147.710000', '173148.170000', '173148.630000', '173149.090000', '173149.550000', '173150.010000', '173150.470000', '173150.930000', '173151.390000', '173151.850000', '173152.310000', '173152.770000', '173153.230000', '173153.690000', '173154.150000', '173154.610000', '173155.070000', '173155.530000', '173155.990000', '173156.450000', '173156.910000', '173157.370000', '173157.830000', '173158.290000', '173158.750000', '173159.210000', '173159.670000', '173200.130000', '173200.590000', '173201.050000', '173201.510000', '173201.970000', '173202.430000', '173202.890000', '173203.350000', '173203.810000', '173204.270000', '173204.730000', '173205.190000', '173205.650000', '173206.110000', '173206.570000', '173207.030000', '173207.490000', '173207.950000', '173208.410000', '173208.870000', '173209.330000', '173209.790000', '173210.250000', '173210.710000', '173211.170000', '173211.630000', '173212.090000', '173212.550000', '173213.010000', '173213.470000', '173213.930000', '173214.390000', '173214.850000', '173215.310000', '173215.770000', '173216.230000', '173216.690000', '173217.150000', '173217.610000', '173218.070000', '173218.530000', '173218.990000', '173219.450000', '173219.910000', '173220.370000', '173220.830000', '173221.290000', '173221.750000', '173222.210000', '173222.670000', '173223.130000', '173223.590000', '173224.050000', '173224.510000', '173224.970000', '173225.430000', '173225.890000', '173226.350000', '173226.810000', '173227.270000', '173227.730000', '173228.190000', '173228.650000', '173229.110000', '173229.570000', '173230.030000', '173230.490000', '173230.950000', '173231.410000', '173231.870000', '173232.330000', '173232.790000', '173233.250000', '173233.710000', '173234.170000', '173234.630000', '173235.090000', '173235.550000', '173236.010000', '173236.470000', '173236.930000', '173237.390000', '173237.850000', '173238.310000', '173238.770000', '173239.230000', '173239.690000', '173240.150000', '173240.610000', '173241.070000', '173241.530000', '173241.990000', '173242.450000', '173242.910000', '173243.370000', '173243.830000', '173244.290000', '173244.750000', '173245.210000', '173245.670000', '173246.130000', '173246.590000', '173247.050000', '173247.510000', '173247.970000', '173248.430000', '173248.890000', '173249.350000', '173249.810000', '173250.270000', '173250.730000', '173251.190000', '173251.650000', '173252.110000', '173252.570000', '173253.030000', '173253.490000', '173253.950000', '173254.410000', '173254.870000', '173255.330000', '173255.790000', '173256.250000', '173256.710000', '173257.170000', '173257.630000', '173258.090000', '173258.550000', '173259.010000', '173259.470000', '173259.930000', '173300.390000', '173300.850000', '173301.310000', '173301.770000', '173302.230000', '173302.690000', '173303.150000', '173303.610000', '173304.070000', '173304.530000', '173304.990000', '173305.450000', '173305.910000', '173306.370000', '173306.830000', '173307.290000', '173307.750000', '173308.210000', '173308.670000', '173309.130000', '173309.590000', '173310.050000', '173310.510000', '173310.970000', '173311.430000', '173311.890000', '173312.350000', '173312.810000', '173313.270000', '173313.730000', '173314.190000', '173314.650000', '173315.110000', '173315.570000', '173316.030000', '173316.490000', '173316.950000', '173317.410000', '173317.870000', '173318.330000', '173318.790000', '173319.250000', '173319.710000', '173320.170000', '173320.630000'], 'ContentTime': ['172447.499000', '172447.502000', '172447.505000', '172447.507000', '172447.510000', '172447.513000', '172447.515000', '172447.518000', '172447.521000', '172447.523000', '172447.526000', '172447.529000', '172447.532000', '172447.534000', '172447.537000', '172447.539000', '172447.542000', '172447.544000', '172447.547000', '172447.550000', '172447.552000', '172447.555000', '172447.558000', '172447.560000', '172447.563000', '172447.579000', '172447.582000', '172447.585000', '172447.587000', '172447.590000', '172447.595000', '172447.597000', '172447.600000', '172447.603000', '172447.606000', '172447.644000', '172447.647000', '172447.649000', '172507.462000', '172507.465000', '172507.467000', '172507.470000', '172507.472000', '172507.475000', '172507.478000', '172507.480000', '172507.483000', '172507.486000', '172507.488000', '172507.491000', '172507.493000', '172507.496000', '172507.499000', '172507.501000', '172507.504000', '172507.507000', '172507.509000', '172507.512000', '172507.514000', '172507.517000', '172507.519000', '172507.522000', '172507.525000', '172507.527000', '172507.530000', '172507.532000', '172507.535000', '172507.538000', '172507.540000', '172507.543000', '172507.545000', '172507.548000', '172507.550000', '172507.553000', '172507.555000', '172507.558000', '172507.561000', '172507.563000', '172507.566000', '172507.569000', '172507.571000', '172507.574000', '172527.462000', '172527.464000', '172527.467000', '172527.470000', '172527.472000', '172527.475000', '172527.477000', '172527.480000', '172527.483000', '172527.485000', '172527.488000', '172527.490000', '172527.493000', '172527.506000', '172527.509000', '172527.511000', '172527.545000', '172527.548000', '172527.551000', '172527.553000', '172527.556000', '172527.559000', '172527.561000', '172527.564000', '172527.566000', '172527.569000', '172527.572000', '172527.575000', '172527.578000', '172527.580000', '172527.583000', '172527.586000', '172527.588000', '172527.591000', '172527.594000', '172527.596000', '172527.599000', '172527.602000', '172527.604000', '172527.607000', '172527.609000', '172527.612000', '172527.614000', '172547.461000', '172547.464000', '172547.467000', '172547.469000', '172547.472000', '172547.474000', '172547.477000', '172547.480000', '172547.482000', '172547.485000', '172547.488000', '172547.490000', '172547.493000', '172547.495000', '172547.498000', '172547.501000', '172547.503000', '172547.506000', '172547.508000', '172547.511000', '172547.514000', '172547.516000', '172547.519000', '172547.521000', '172547.524000', '172547.527000', '172547.529000', '172547.532000', '172547.534000', '172547.537000', '172547.540000', '172547.543000', '172547.546000', '172547.549000', '172547.551000', '172547.554000', '172547.557000', '172547.559000', '172547.562000', '172547.564000', '172547.567000', '172547.569000', '172547.572000', '172547.575000', '172607.461000', '172607.463000', '172607.466000', '172607.469000', '172607.471000', '172607.474000', '172607.477000', '172607.479000', '172607.482000', '172607.484000', '172607.487000', '172607.489000', '172607.492000', '172607.495000', '172607.497000', '172607.500000', '172607.502000', '172607.505000', '172607.508000', '172607.510000', '172607.513000', '172607.516000', '172607.518000', '172607.521000', '172607.523000', '172607.526000', '172607.529000', '172607.531000', '172607.534000', '172607.536000', '172607.539000', '172607.542000', '172607.544000', '172607.552000', '172607.555000', '172607.558000', '172607.560000', '172607.563000', '172607.565000', '172607.568000', '172607.570000', '172607.573000', '172607.576000', '172627.462000', '172627.464000', '172627.467000', '172627.470000', '172627.472000', '172627.475000', '172627.478000', '172627.480000', '172627.483000', '172627.485000', '172627.488000', '172627.491000', '172627.493000', '172627.496000', '172627.498000', '172627.501000', '172627.504000', '172627.506000', '172627.509000', '172627.511000', '172627.514000', '172627.517000', '172627.519000', '172627.522000', '172627.525000', '172627.527000', '172627.530000', '172627.533000', '172627.535000', '172627.538000', '172627.541000', '172627.543000', '172627.546000', '172627.548000', '172627.551000', '172627.554000', '172627.564000', '172627.566000', '172627.569000', '172627.571000', '172627.574000', '172627.577000', '172627.579000', '172627.582000', '172647.462000', '172647.464000', '172647.467000', '172647.470000', '172647.472000', '172647.475000', '172647.477000', '172647.480000', '172647.483000', '172647.485000', '172647.488000', '172647.490000', '172647.493000', '172647.496000', '172647.498000', '172647.501000', '172647.503000', '172647.506000', '172647.509000', '172647.511000', '172647.514000', '172647.517000', '172647.519000', '172647.522000', '172647.524000', '172647.527000', '172647.530000', '172647.532000', '172647.535000', '172647.538000', '172647.540000', '172647.543000', '172647.545000', '172647.548000', '172647.551000', '172647.553000', '172647.556000', '172647.559000', '172647.561000', '172647.564000', '172647.566000', '172647.569000', '172647.572000', '172707.462000', '172707.464000', '172707.468000', '172707.470000', '172707.473000', '172707.476000', '172707.478000', '172707.481000', '172707.483000', '172707.486000', '172707.489000', '172707.491000', '172707.504000', '172707.506000', '172707.509000', '172707.512000', '172707.514000', '172707.517000', '172707.520000', '172707.522000', '172707.525000', '172707.527000', '172707.530000', '172707.533000', '172707.535000', '172707.538000', '172707.541000', '172707.543000', '172707.546000', '172707.549000', '172707.551000', '172707.559000', '172707.562000', '172707.564000', '172707.567000', '172707.570000', '172707.572000', '172707.575000', '172707.577000', '172707.580000', '172707.583000', '172707.585000', '172707.588000', '172707.591000', '172727.461000', '172727.464000', '172727.467000', '172727.470000', '172727.473000', '172727.475000', '172727.478000', '172727.481000', '172727.483000', '172727.486000', '172727.489000', '172727.491000', '172727.494000', '172727.496000', '172727.499000', '172727.502000', '172727.504000', '172727.507000', '172727.510000', '172727.512000', '172727.522000', '172727.525000', '172727.527000', '172727.530000', '172727.533000', '172727.536000', '172727.538000', '172727.541000', '172727.544000', '172727.546000', '172727.549000', '172727.552000', '172727.554000', '172727.557000', '172727.560000', '172727.562000', '172727.565000', '172727.567000', '172727.570000', '172727.573000', '172727.576000', '172727.578000', '172727.581000', '172747.461000', '172747.464000', '172747.467000', '172747.470000', '172747.472000', '172747.475000', '172747.478000', '172747.480000', '172747.483000', '172747.485000', '172747.488000', '172747.491000', '172747.493000', '172747.496000', '172747.498000', '172747.501000', '172747.504000', '172747.507000', '172747.509000', '172747.512000', '172747.514000', '172747.517000', '172747.519000', '172747.522000', '172747.525000', '172747.527000', '172747.530000', '172747.533000', '172747.535000', '172747.538000', '172747.540000', '172747.543000', '172747.545000', '172747.548000', '172747.551000', '172747.553000', '172747.556000', '172747.558000', '172747.561000', '172747.564000', '172747.566000', '172747.569000', '172747.571000', '172747.574000', '172807.462000', '172807.465000', '172807.467000', '172807.470000', '172807.473000', '172807.475000', '172807.478000', '172807.480000', '172807.483000', '172807.486000', '172807.488000', '172807.491000', '172807.493000', '172807.496000', '172807.499000', '172807.501000', '172807.504000', '172807.506000', '172807.509000', '172807.512000', '172807.514000', '172807.517000', '172807.519000', '172807.522000', '172807.525000', '172807.528000', '172807.530000', '172807.533000', '172807.535000', '172807.538000', '172807.540000', '172807.543000', '172807.546000', '172807.548000', '172807.551000', '172807.553000', '172807.556000', '172807.559000', '172807.561000', '172807.564000', '172807.566000', '172807.569000', '172807.572000', '172827.461000', '172827.463000', '172827.466000', '172827.469000', '172827.471000', '172827.474000', '172827.477000', '172827.479000', '172827.482000', '172827.485000', '172827.487000', '172827.490000', '172827.493000', '172827.495000', '172827.498000', '172827.500000', '172827.503000', '172827.505000', '172827.508000', '172827.511000', '172827.513000', '172827.516000', '172827.518000', '172827.521000', '172827.524000', '172827.526000', '172827.529000', '172827.532000', '172827.534000', '172827.537000', '172827.539000', '172827.542000', '172827.545000', '172827.547000', '172827.550000', '172827.553000', '172827.555000', '172827.570000', '172827.572000', '172827.575000', '172827.578000', '172827.580000', '172827.583000', '172827.585000', '172847.462000', '172847.464000', '172847.467000', '172847.470000', '172847.472000', '172847.475000', '172847.478000', '172847.480000', '172847.483000', '172847.485000', '172847.488000', '172847.491000', '172847.493000', '172847.496000', '172847.499000', '172847.501000', '172847.504000', '172847.506000', '172847.509000', '172847.512000', '172847.514000', '172847.517000', '172847.520000', '172847.522000', '172847.525000', '172847.528000', '172847.530000', '172847.533000', '172847.536000', '172847.538000', '172847.541000', '172847.544000', '172847.546000', '172847.549000', '172847.552000', '172847.554000', '172847.557000', '172847.559000', '172847.562000', '172847.565000', '172847.567000', '172847.570000', '172847.572000', '172907.462000', '172907.464000', '172907.467000', '172907.470000', '172907.472000', '172907.475000', '172907.478000', '172907.480000', '172907.483000', '172907.485000', '172907.488000', '172907.491000', '172907.493000', '172907.496000', '172907.499000', '172907.501000', '172907.504000', '172907.507000', '172907.509000', '172907.512000', '172907.514000', '172907.517000', '172907.520000', '172907.522000', '172907.525000', '172907.527000', '172907.530000', '172907.533000', '172907.535000', '172907.538000', '172907.540000', '172907.543000', '172907.546000', '172907.548000', '172907.551000', '172907.553000', '172907.556000', '172907.559000', '172907.561000', '172907.564000', '172907.566000', '172907.569000', '172907.571000', '172907.574000', '172927.462000', '172927.464000', '172927.467000', '172927.470000', '172927.472000', '172927.475000', '172927.478000', '172927.480000', '172927.483000', '172927.485000', '172927.488000', '172927.491000', '172927.493000', '172927.496000', '172927.499000', '172927.501000', '172927.504000', '172927.506000', '172927.509000', '172927.512000', '172927.514000', '172927.517000', '172927.520000', '172927.522000', '172927.525000', '172927.527000', '172927.530000', '172927.532000', '172927.535000', '172927.538000', '172927.540000', '172927.543000', '172927.546000', '172927.548000', '172927.551000', '172927.553000', '172927.556000', '172927.559000', '172927.561000', '172927.564000', '172927.566000', '172927.569000', '172927.571000', '172947.462000', '172947.464000', '172947.467000', '172947.470000', '172947.472000', '172947.475000', '172947.478000', '172947.480000', '172947.483000', '172947.485000', '172947.488000', '172947.491000', '172947.493000', '172947.496000', '172947.499000', '172947.501000', '172947.504000', '172947.506000', '172947.509000', '172947.512000', '172947.514000', '172947.517000', '172947.520000', '172947.522000', '172947.525000', '172947.527000', '172947.530000', '172947.532000', '172947.535000', '172947.538000', '172947.542000', '172947.545000', '172947.548000', '172947.550000', '172947.553000', '172947.555000', '172947.558000', '172947.561000', '172947.563000', '172947.566000', '172947.568000', '172947.571000', '172947.573000', '172947.576000', '173007.461000', '173007.464000', '173007.467000', '173007.482000', '173007.485000', '173007.487000', '173007.490000', '173007.492000', '173007.495000', '173007.498000', '173007.500000', '173007.503000', '173007.505000', '173007.508000', '173007.510000', '173007.513000', '173007.516000', '173007.518000', '173007.521000', '173007.523000', '173007.526000', '173007.529000', '173007.531000', '173007.534000', '173007.536000', '173007.539000', '173007.542000', '173007.544000', '173007.547000', '173007.549000', '173007.552000', '173007.555000', '173007.557000', '173007.560000', '173007.562000', '173007.565000', '173007.568000', '173007.570000', '173007.573000', '173007.575000', '173007.578000', '173007.581000', '173007.583000', '173027.462000', '173027.465000', '173027.467000', '173027.470000', '173027.472000', '173027.475000', '173027.478000', '173027.480000', '173027.483000', '173027.485000', '173027.488000', '173027.491000', '173027.494000', '173027.497000', '173027.499000', '173027.502000', '173027.505000', '173027.507000', '173027.510000', '173027.512000', '173027.515000', '173027.518000', '173027.520000', '173027.523000', '173027.525000', '173027.528000', '173027.531000', '173027.533000', '173027.536000', '173027.538000', '173027.541000', '173027.543000', '173027.546000', '173027.549000', '173027.551000', '173027.554000', '173027.557000', '173027.559000', '173027.562000', '173027.565000', '173027.567000', '173027.570000', '173027.572000', '173027.575000', '173047.461000', '173047.464000', '173047.467000', '173047.470000', '173047.473000', '173047.475000', '173047.478000', '173047.480000', '173047.483000', '173047.486000', '173047.488000', '173047.491000', '173047.493000', '173047.496000', '173047.499000', '173047.501000', '173047.504000', '173047.506000', '173047.509000', '173047.512000', '173047.514000', '173047.517000', '173047.520000', '173047.522000', '173047.525000', '173047.527000', '173047.530000', '173047.533000', '173047.535000', '173047.538000', '173047.540000', '173047.543000', '173047.546000', '173047.548000', '173047.551000', '173047.554000', '173047.556000', '173047.559000', '173047.562000', '173047.564000', '173047.567000', '173047.570000', '173047.572000', '173107.462000', '173107.464000', '173107.467000', '173107.470000', '173107.472000', '173107.475000', '173107.478000', '173107.480000', '173107.483000', '173107.486000', '173107.488000', '173107.491000', '173107.493000', '173107.496000', '173107.499000', '173107.501000', '173107.504000', '173107.507000', '173107.509000', '173107.512000', '173107.515000', '173107.517000', '173107.520000', '173107.522000', '173107.525000', '173107.528000', '173107.530000', '173107.533000', '173107.535000', '173107.538000', '173107.541000', '173107.543000', '173107.546000', '173107.549000', '173107.551000', '173107.554000', '173107.556000', '173107.559000', '173107.562000', '173107.564000', '173107.567000', '173107.570000', '173107.572000', '173127.462000', '173127.465000', '173127.467000', '173127.470000', '173127.473000', '173127.475000', '173127.478000', '173127.481000', '173127.483000', '173127.486000', '173127.488000', '173127.491000', '173127.494000', '173127.497000', '173127.499000', '173127.520000', '173127.523000', '173127.525000', '173127.528000', '173127.531000', '173127.533000', '173127.536000', '173127.539000', '173127.541000', '173127.544000', '173127.547000', '173127.549000', '173127.552000', '173127.554000', '173127.557000', '173127.560000', '173127.562000', '173127.570000', '173127.573000', '173127.576000', '173127.578000', '173127.581000', '173127.584000', '173127.587000', '173127.589000', '173127.592000', '173127.595000', '173127.597000', '173127.600000', '173147.462000', '173147.465000', '173147.468000', '173147.470000', '173147.473000', '173147.476000', '173147.478000', '173147.481000', '173147.484000', '173147.486000', '173147.489000', '173147.492000', '173147.494000', '173147.497000', '173147.499000', '173147.502000', '173147.505000', '173147.507000', '173147.510000', '173147.513000', '173147.515000', '173147.518000', '173147.520000', '173147.523000', '173147.526000', '173147.528000', '173147.532000', '173147.535000', '173147.538000', '173147.541000', '173147.543000', '173147.546000', '173147.549000', '173147.551000', '173147.554000', '173147.556000', '173147.559000', '173147.561000', '173147.564000', '173147.567000', '173147.569000', '173147.572000', '173147.575000', '173207.462000', '173207.464000', '173207.468000', '173207.470000', '173207.473000', '173207.475000', '173207.478000', '173207.481000', '173207.483000', '173207.486000', '173207.489000', '173207.491000', '173207.494000', '173207.496000', '173207.499000', '173207.502000', '173207.505000', '173207.507000', '173207.518000', '173207.521000', '173207.523000', '173207.526000', '173207.529000', '173207.531000', '173207.534000', '173207.536000', '173207.539000', '173207.542000', '173207.544000', '173207.547000', '173207.549000', '173207.552000', '173207.555000', '173207.557000', '173207.560000', '173207.562000', '173207.565000', '173207.568000', '173207.570000', '173207.573000', '173207.575000', '173207.578000', '173207.581000', '173207.583000', '173227.462000', '173227.464000', '173227.467000', '173227.470000', '173227.472000', '173227.475000', '173227.478000', '173227.480000', '173227.483000', '173227.486000', '173227.488000', '173227.491000', '173227.494000', '173227.496000', '173227.499000', '173227.502000', '173227.504000', '173227.507000', '173227.509000', '173227.512000', '173227.515000', '173227.517000', '173227.520000', '173227.522000', '173227.525000', '173227.528000', '173227.530000', '173227.533000', '173227.536000', '173227.538000', '173227.541000', '173227.544000', '173227.546000', '173227.549000', '173227.552000', '173227.554000', '173227.557000', '173227.559000', '173227.562000', '173227.565000', '173227.567000', '173227.570000', '173227.573000', '173247.462000', '173247.465000', '173247.467000', '173247.470000', '173247.473000', '173247.475000', '173247.478000', '173247.481000', '173247.483000', '173247.486000', '173247.489000', '173247.491000', '173247.503000', '173247.506000', '173247.509000', '173247.511000', '173247.514000', '173247.517000', '173247.519000', '173247.522000', '173247.524000', '173247.527000', '173247.530000', '173247.532000', '173247.546000', '173247.549000', '173247.551000', '173247.554000', '173247.557000', '173247.559000', '173247.562000', '173247.565000', '173247.567000', '173247.570000', '173247.573000', '173247.575000', '173247.578000', '173247.581000', '173247.583000', '173247.586000', '173247.589000', '173247.599000', '173247.601000', '173247.604000', '173307.461000', '173307.463000', '173307.466000', '173307.469000', '173307.471000', '173307.474000', '173307.477000', '173307.479000', '173307.482000', '173307.484000', '173307.487000', '173307.490000', '173307.492000', '173307.495000', '173307.497000', '173307.500000', '173307.503000', '173307.505000', '173307.508000', '173307.511000', '173307.513000', '173307.516000', '173307.518000', '173307.521000', '173307.524000', '173307.526000', '173307.529000', '173307.531000', '173307.534000', '173307.537000', '173307.541000', '173307.543000', '173307.546000', '173307.549000', '173307.552000', '173307.554000', '173307.557000', '173307.559000', '173307.562000', '173307.565000', '173307.567000', '173307.570000', '173307.573000', '173322.347000', '173322.350000', '173322.353000', '173322.356000', '173322.358000', '173322.361000', '173322.364000', '173322.367000', '173322.370000', '173322.373000', '173322.378000', '173322.381000', '173322.383000', '173322.386000', '173322.389000', '173322.393000', '173322.395000', '173322.398000', '173322.401000', '173322.404000', '173322.407000', '173322.410000', '173322.412000', '173322.415000', '173322.418000', '173322.421000', '173322.425000', '173322.433000', '173322.436000', '173322.439000', '173322.442000', '173322.445000', '173322.448000'], 'InstanceCreationTime': ['172447.499000', '172447.502000', '172447.505000', '172447.507000', '172447.510000', '172447.513000', '172447.515000', '172447.518000', '172447.521000', '172447.523000', '172447.526000', '172447.529000', '172447.532000', '172447.534000', '172447.537000', '172447.539000', '172447.542000', '172447.544000', '172447.547000', '172447.550000', '172447.552000', '172447.555000', '172447.558000', '172447.560000', '172447.563000', '172447.579000', '172447.582000', '172447.585000', '172447.587000', '172447.590000', '172447.595000', '172447.597000', '172447.600000', '172447.603000', '172447.606000', '172447.644000', '172447.647000', '172447.649000', '172507.462000', '172507.465000', '172507.467000', '172507.470000', '172507.472000', '172507.475000', '172507.478000', '172507.480000', '172507.483000', '172507.486000', '172507.488000', '172507.491000', '172507.493000', '172507.496000', '172507.499000', '172507.501000', '172507.504000', '172507.507000', '172507.509000', '172507.512000', '172507.514000', '172507.517000', '172507.519000', '172507.522000', '172507.525000', '172507.527000', '172507.530000', '172507.532000', '172507.535000', '172507.538000', '172507.540000', '172507.543000', '172507.545000', '172507.548000', '172507.550000', '172507.553000', '172507.555000', '172507.558000', '172507.561000', '172507.563000', '172507.566000', '172507.569000', '172507.571000', '172507.574000', '172527.462000', '172527.464000', '172527.467000', '172527.470000', '172527.472000', '172527.475000', '172527.477000', '172527.480000', '172527.483000', '172527.485000', '172527.488000', '172527.490000', '172527.493000', '172527.506000', '172527.509000', '172527.511000', '172527.545000', '172527.548000', '172527.551000', '172527.553000', '172527.556000', '172527.559000', '172527.561000', '172527.564000', '172527.566000', '172527.569000', '172527.572000', '172527.575000', '172527.578000', '172527.580000', '172527.583000', '172527.586000', '172527.588000', '172527.591000', '172527.594000', '172527.596000', '172527.599000', '172527.602000', '172527.604000', '172527.607000', '172527.609000', '172527.612000', '172527.614000', '172547.461000', '172547.464000', '172547.467000', '172547.469000', '172547.472000', '172547.474000', '172547.477000', '172547.480000', '172547.482000', '172547.485000', '172547.488000', '172547.490000', '172547.493000', '172547.495000', '172547.498000', '172547.501000', '172547.503000', '172547.506000', '172547.508000', '172547.511000', '172547.514000', '172547.516000', '172547.519000', '172547.521000', '172547.524000', '172547.527000', '172547.529000', '172547.532000', '172547.534000', '172547.537000', '172547.540000', '172547.543000', '172547.546000', '172547.549000', '172547.551000', '172547.554000', '172547.557000', '172547.559000', '172547.562000', '172547.564000', '172547.567000', '172547.569000', '172547.572000', '172547.575000', '172607.461000', '172607.463000', '172607.466000', '172607.469000', '172607.471000', '172607.474000', '172607.477000', '172607.479000', '172607.482000', '172607.484000', '172607.487000', '172607.489000', '172607.492000', '172607.495000', '172607.497000', '172607.500000', '172607.502000', '172607.505000', '172607.508000', '172607.510000', '172607.513000', '172607.516000', '172607.518000', '172607.521000', '172607.523000', '172607.526000', '172607.529000', '172607.531000', '172607.534000', '172607.536000', '172607.539000', '172607.542000', '172607.544000', '172607.552000', '172607.555000', '172607.558000', '172607.560000', '172607.563000', '172607.565000', '172607.568000', '172607.570000', '172607.573000', '172607.576000', '172627.462000', '172627.464000', '172627.467000', '172627.470000', '172627.472000', '172627.475000', '172627.478000', '172627.480000', '172627.483000', '172627.485000', '172627.488000', '172627.491000', '172627.493000', '172627.496000', '172627.498000', '172627.501000', '172627.504000', '172627.506000', '172627.509000', '172627.511000', '172627.514000', '172627.517000', '172627.519000', '172627.522000', '172627.525000', '172627.527000', '172627.530000', '172627.533000', '172627.535000', '172627.538000', '172627.541000', '172627.543000', '172627.546000', '172627.548000', '172627.551000', '172627.554000', '172627.564000', '172627.566000', '172627.569000', '172627.571000', '172627.574000', '172627.577000', '172627.579000', '172627.582000', '172647.462000', '172647.464000', '172647.467000', '172647.470000', '172647.472000', '172647.475000', '172647.477000', '172647.480000', '172647.483000', '172647.485000', '172647.488000', '172647.490000', '172647.493000', '172647.496000', '172647.498000', '172647.501000', '172647.503000', '172647.506000', '172647.509000', '172647.511000', '172647.514000', '172647.517000', '172647.519000', '172647.522000', '172647.524000', '172647.527000', '172647.530000', '172647.532000', '172647.535000', '172647.538000', '172647.540000', '172647.543000', '172647.545000', '172647.548000', '172647.551000', '172647.553000', '172647.556000', '172647.559000', '172647.561000', '172647.564000', '172647.566000', '172647.569000', '172647.572000', '172707.462000', '172707.464000', '172707.468000', '172707.470000', '172707.473000', '172707.476000', '172707.478000', '172707.481000', '172707.483000', '172707.486000', '172707.489000', '172707.491000', '172707.504000', '172707.506000', '172707.509000', '172707.512000', '172707.514000', '172707.517000', '172707.520000', '172707.522000', '172707.525000', '172707.527000', '172707.530000', '172707.533000', '172707.535000', '172707.538000', '172707.541000', '172707.543000', '172707.546000', '172707.549000', '172707.551000', '172707.559000', '172707.562000', '172707.564000', '172707.567000', '172707.570000', '172707.572000', '172707.575000', '172707.577000', '172707.580000', '172707.583000', '172707.585000', '172707.588000', '172707.591000', '172727.461000', '172727.464000', '172727.467000', '172727.470000', '172727.473000', '172727.475000', '172727.478000', '172727.481000', '172727.483000', '172727.486000', '172727.489000', '172727.491000', '172727.494000', '172727.496000', '172727.499000', '172727.502000', '172727.504000', '172727.507000', '172727.510000', '172727.512000', '172727.522000', '172727.525000', '172727.527000', '172727.530000', '172727.533000', '172727.536000', '172727.538000', '172727.541000', '172727.544000', '172727.546000', '172727.549000', '172727.552000', '172727.554000', '172727.557000', '172727.560000', '172727.562000', '172727.565000', '172727.567000', '172727.570000', '172727.573000', '172727.576000', '172727.578000', '172727.581000', '172747.461000', '172747.464000', '172747.467000', '172747.470000', '172747.472000', '172747.475000', '172747.478000', '172747.480000', '172747.483000', '172747.485000', '172747.488000', '172747.491000', '172747.493000', '172747.496000', '172747.498000', '172747.501000', '172747.504000', '172747.507000', '172747.509000', '172747.512000', '172747.514000', '172747.517000', '172747.519000', '172747.522000', '172747.525000', '172747.527000', '172747.530000', '172747.533000', '172747.535000', '172747.538000', '172747.540000', '172747.543000', '172747.545000', '172747.548000', '172747.551000', '172747.553000', '172747.556000', '172747.558000', '172747.561000', '172747.564000', '172747.566000', '172747.569000', '172747.571000', '172747.574000', '172807.462000', '172807.465000', '172807.467000', '172807.470000', '172807.473000', '172807.475000', '172807.478000', '172807.480000', '172807.483000', '172807.486000', '172807.488000', '172807.491000', '172807.493000', '172807.496000', '172807.499000', '172807.501000', '172807.504000', '172807.506000', '172807.509000', '172807.512000', '172807.514000', '172807.517000', '172807.519000', '172807.522000', '172807.525000', '172807.528000', '172807.530000', '172807.533000', '172807.535000', '172807.538000', '172807.540000', '172807.543000', '172807.546000', '172807.548000', '172807.551000', '172807.553000', '172807.556000', '172807.559000', '172807.561000', '172807.564000', '172807.566000', '172807.569000', '172807.572000', '172827.461000', '172827.463000', '172827.466000', '172827.469000', '172827.471000', '172827.474000', '172827.477000', '172827.479000', '172827.482000', '172827.485000', '172827.487000', '172827.490000', '172827.493000', '172827.495000', '172827.498000', '172827.500000', '172827.503000', '172827.505000', '172827.508000', '172827.511000', '172827.513000', '172827.516000', '172827.518000', '172827.521000', '172827.524000', '172827.526000', '172827.529000', '172827.532000', '172827.534000', '172827.537000', '172827.539000', '172827.542000', '172827.545000', '172827.547000', '172827.550000', '172827.553000', '172827.555000', '172827.570000', '172827.572000', '172827.575000', '172827.578000', '172827.580000', '172827.583000', '172827.585000', '172847.462000', '172847.464000', '172847.467000', '172847.470000', '172847.472000', '172847.475000', '172847.478000', '172847.480000', '172847.483000', '172847.485000', '172847.488000', '172847.491000', '172847.493000', '172847.496000', '172847.499000', '172847.501000', '172847.504000', '172847.506000', '172847.509000', '172847.512000', '172847.514000', '172847.517000', '172847.520000', '172847.522000', '172847.525000', '172847.528000', '172847.530000', '172847.533000', '172847.536000', '172847.538000', '172847.541000', '172847.544000', '172847.546000', '172847.549000', '172847.552000', '172847.554000', '172847.557000', '172847.559000', '172847.562000', '172847.565000', '172847.567000', '172847.570000', '172847.572000', '172907.462000', '172907.464000', '172907.467000', '172907.470000', '172907.472000', '172907.475000', '172907.478000', '172907.480000', '172907.483000', '172907.485000', '172907.488000', '172907.491000', '172907.493000', '172907.496000', '172907.499000', '172907.501000', '172907.504000', '172907.507000', '172907.509000', '172907.512000', '172907.514000', '172907.517000', '172907.520000', '172907.522000', '172907.525000', '172907.527000', '172907.530000', '172907.533000', '172907.535000', '172907.538000', '172907.540000', '172907.543000', '172907.546000', '172907.548000', '172907.551000', '172907.553000', '172907.556000', '172907.559000', '172907.561000', '172907.564000', '172907.566000', '172907.569000', '172907.571000', '172907.574000', '172927.462000', '172927.464000', '172927.467000', '172927.470000', '172927.472000', '172927.475000', '172927.478000', '172927.480000', '172927.483000', '172927.485000', '172927.488000', '172927.491000', '172927.493000', '172927.496000', '172927.499000', '172927.501000', '172927.504000', '172927.506000', '172927.509000', '172927.512000', '172927.514000', '172927.517000', '172927.520000', '172927.522000', '172927.525000', '172927.527000', '172927.530000', '172927.532000', '172927.535000', '172927.538000', '172927.540000', '172927.543000', '172927.546000', '172927.548000', '172927.551000', '172927.553000', '172927.556000', '172927.559000', '172927.561000', '172927.564000', '172927.566000', '172927.569000', '172927.571000', '172947.462000', '172947.464000', '172947.467000', '172947.470000', '172947.472000', '172947.475000', '172947.478000', '172947.480000', '172947.483000', '172947.485000', '172947.488000', '172947.491000', '172947.493000', '172947.496000', '172947.499000', '172947.501000', '172947.504000', '172947.506000', '172947.509000', '172947.512000', '172947.514000', '172947.517000', '172947.520000', '172947.522000', '172947.525000', '172947.527000', '172947.530000', '172947.532000', '172947.535000', '172947.538000', '172947.542000', '172947.545000', '172947.548000', '172947.550000', '172947.553000', '172947.555000', '172947.558000', '172947.561000', '172947.563000', '172947.566000', '172947.568000', '172947.571000', '172947.573000', '172947.576000', '173007.461000', '173007.464000', '173007.467000', '173007.482000', '173007.485000', '173007.487000', '173007.490000', '173007.492000', '173007.495000', '173007.498000', '173007.500000', '173007.503000', '173007.505000', '173007.508000', '173007.510000', '173007.513000', '173007.516000', '173007.518000', '173007.521000', '173007.523000', '173007.526000', '173007.529000', '173007.531000', '173007.534000', '173007.536000', '173007.539000', '173007.542000', '173007.544000', '173007.547000', '173007.549000', '173007.552000', '173007.555000', '173007.557000', '173007.560000', '173007.562000', '173007.565000', '173007.568000', '173007.570000', '173007.573000', '173007.575000', '173007.578000', '173007.581000', '173007.583000', '173027.462000', '173027.465000', '173027.467000', '173027.470000', '173027.472000', '173027.475000', '173027.478000', '173027.480000', '173027.483000', '173027.485000', '173027.488000', '173027.491000', '173027.494000', '173027.497000', '173027.499000', '173027.502000', '173027.505000', '173027.507000', '173027.510000', '173027.512000', '173027.515000', '173027.518000', '173027.520000', '173027.523000', '173027.525000', '173027.528000', '173027.531000', '173027.533000', '173027.536000', '173027.538000', '173027.541000', '173027.543000', '173027.546000', '173027.549000', '173027.551000', '173027.554000', '173027.557000', '173027.559000', '173027.562000', '173027.565000', '173027.567000', '173027.570000', '173027.572000', '173027.575000', '173047.461000', '173047.464000', '173047.467000', '173047.470000', '173047.473000', '173047.475000', '173047.478000', '173047.480000', '173047.483000', '173047.486000', '173047.488000', '173047.491000', '173047.493000', '173047.496000', '173047.499000', '173047.501000', '173047.504000', '173047.506000', '173047.509000', '173047.512000', '173047.514000', '173047.517000', '173047.520000', '173047.522000', '173047.525000', '173047.527000', '173047.530000', '173047.533000', '173047.535000', '173047.538000', '173047.540000', '173047.543000', '173047.546000', '173047.548000', '173047.551000', '173047.554000', '173047.556000', '173047.559000', '173047.562000', '173047.564000', '173047.567000', '173047.570000', '173047.572000', '173107.462000', '173107.464000', '173107.467000', '173107.470000', '173107.472000', '173107.475000', '173107.478000', '173107.480000', '173107.483000', '173107.486000', '173107.488000', '173107.491000', '173107.493000', '173107.496000', '173107.499000', '173107.501000', '173107.504000', '173107.507000', '173107.509000', '173107.512000', '173107.515000', '173107.517000', '173107.520000', '173107.522000', '173107.525000', '173107.528000', '173107.530000', '173107.533000', '173107.535000', '173107.538000', '173107.541000', '173107.543000', '173107.546000', '173107.549000', '173107.551000', '173107.554000', '173107.556000', '173107.559000', '173107.562000', '173107.564000', '173107.567000', '173107.570000', '173107.572000', '173127.462000', '173127.465000', '173127.467000', '173127.470000', '173127.473000', '173127.475000', '173127.478000', '173127.481000', '173127.483000', '173127.486000', '173127.488000', '173127.491000', '173127.494000', '173127.497000', '173127.499000', '173127.520000', '173127.523000', '173127.525000', '173127.528000', '173127.531000', '173127.533000', '173127.536000', '173127.539000', '173127.541000', '173127.544000', '173127.547000', '173127.549000', '173127.552000', '173127.554000', '173127.557000', '173127.560000', '173127.562000', '173127.570000', '173127.573000', '173127.576000', '173127.578000', '173127.581000', '173127.584000', '173127.587000', '173127.589000', '173127.592000', '173127.595000', '173127.597000', '173127.600000', '173147.462000', '173147.465000', '173147.468000', '173147.470000', '173147.473000', '173147.476000', '173147.478000', '173147.481000', '173147.484000', '173147.486000', '173147.489000', '173147.492000', '173147.494000', '173147.497000', '173147.499000', '173147.502000', '173147.505000', '173147.507000', '173147.510000', '173147.513000', '173147.515000', '173147.518000', '173147.520000', '173147.523000', '173147.526000', '173147.528000', '173147.532000', '173147.535000', '173147.538000', '173147.541000', '173147.543000', '173147.546000', '173147.549000', '173147.551000', '173147.554000', '173147.556000', '173147.559000', '173147.561000', '173147.564000', '173147.567000', '173147.569000', '173147.572000', '173147.575000', '173207.462000', '173207.464000', '173207.468000', '173207.470000', '173207.473000', '173207.475000', '173207.478000', '173207.481000', '173207.483000', '173207.486000', '173207.489000', '173207.491000', '173207.494000', '173207.496000', '173207.499000', '173207.502000', '173207.505000', '173207.507000', '173207.518000', '173207.521000', '173207.523000', '173207.526000', '173207.529000', '173207.531000', '173207.534000', '173207.536000', '173207.539000', '173207.542000', '173207.544000', '173207.547000', '173207.549000', '173207.552000', '173207.555000', '173207.557000', '173207.560000', '173207.562000', '173207.565000', '173207.568000', '173207.570000', '173207.573000', '173207.575000', '173207.578000', '173207.581000', '173207.583000', '173227.462000', '173227.464000', '173227.467000', '173227.470000', '173227.472000', '173227.475000', '173227.478000', '173227.480000', '173227.483000', '173227.486000', '173227.488000', '173227.491000', '173227.494000', '173227.496000', '173227.499000', '173227.502000', '173227.504000', '173227.507000', '173227.509000', '173227.512000', '173227.515000', '173227.517000', '173227.520000', '173227.522000', '173227.525000', '173227.528000', '173227.530000', '173227.533000', '173227.536000', '173227.538000', '173227.541000', '173227.544000', '173227.546000', '173227.549000', '173227.552000', '173227.554000', '173227.557000', '173227.559000', '173227.562000', '173227.565000', '173227.567000', '173227.570000', '173227.573000', '173247.462000', '173247.465000', '173247.467000', '173247.470000', '173247.473000', '173247.475000', '173247.478000', '173247.481000', '173247.483000', '173247.486000', '173247.489000', '173247.491000', '173247.503000', '173247.506000', '173247.509000', '173247.511000', '173247.514000', '173247.517000', '173247.519000', '173247.522000', '173247.524000', '173247.527000', '173247.530000', '173247.532000', '173247.546000', '173247.549000', '173247.551000', '173247.554000', '173247.557000', '173247.559000', '173247.562000', '173247.565000', '173247.567000', '173247.570000', '173247.573000', '173247.575000', '173247.578000', '173247.581000', '173247.583000', '173247.586000', '173247.589000', '173247.599000', '173247.601000', '173247.604000', '173307.461000', '173307.463000', '173307.466000', '173307.469000', '173307.471000', '173307.474000', '173307.477000', '173307.479000', '173307.482000', '173307.484000', '173307.487000', '173307.490000', '173307.492000', '173307.495000', '173307.497000', '173307.500000', '173307.503000', '173307.505000', '173307.508000', '173307.511000', '173307.513000', '173307.516000', '173307.518000', '173307.521000', '173307.524000', '173307.526000', '173307.529000', '173307.531000', '173307.534000', '173307.537000', '173307.541000', '173307.543000', '173307.546000', '173307.549000', '173307.552000', '173307.554000', '173307.557000', '173307.559000', '173307.562000', '173307.565000', '173307.567000', '173307.570000', '173307.573000', '173322.347000', '173322.350000', '173322.353000', '173322.356000', '173322.358000', '173322.361000', '173322.364000', '173322.367000', '173322.370000', '173322.373000', '173322.378000', '173322.381000', '173322.383000', '173322.386000', '173322.389000', '173322.393000', '173322.395000', '173322.398000', '173322.401000', '173322.404000', '173322.407000', '173322.410000', '173322.412000', '173322.415000', '173322.418000', '173322.421000', '173322.425000', '173322.433000', '173322.436000', '173322.439000', '173322.442000', '173322.445000', '173322.448000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'LargestImagePixelValue': [13736, 10672, 11203, 10712, 10241, 10622, 12452, 10575, 11466, 10649, 10447, 10654, 10614, 10635, 10859, 10485, 10842, 10500, 10517, 10587, 10651, 10608, 11564, 10890, 14198, 15287, 20669, 15168, 13014, 16680, 9932, 9529, 9681, 9938, 9912, 10263, 10475, 9864, 10235, 9648, 10300, 13420, 15937, 11314, 9912, 10249, 10055, 10320, 10080, 10156, 16221, 10017, 20058, 15026, 18229, 13115, 14158, 10000, 10386, 9968, 9962, 16346, 9866, 16930, 9990, 13008, 9936, 9584, 9822, 9556, 9729, 9775, 9582, 9801, 9588, 9994, 9831, 9895, 9991, 9739, 9781, 9778, 10569, 9898, 10620, 9818, 10807, 9754, 10723, 9598, 9897, 9705, 9668, 9514, 10616, 9674, 10518, 9784, 10667, 10181, 9239, 9981, 9940, 10438, 10543, 10352, 9636, 10272, 9421, 10211, 9619, 11455, 9568, 11336, 9947, 10609, 9695, 11288, 9859, 11453, 9873, 11416, 9923, 10755, 9953, 10612, 10104, 10768, 10042, 10946, 10110, 10852, 9871, 10488, 9735, 10196, 9893, 10857, 10029, 11336, 10631, 10543, 9810, 9261, 12429, 10185, 11568, 10311, 10574, 10152, 10449, 14899, 12397, 16851, 9920, 13371, 9956, 11363, 9743, 18471, 10911, 14595, 10552, 10070, 10309, 11006, 19233, 14710, 19357, 15524, 14752, 10883, 12217, 10385, 12875, 12322, 18800, 9957, 10950, 10161, 10215, 10074, 8848, 9992, 10011, 10307, 10273, 10540, 10123, 11041, 10103, 12233, 10060, 16002, 9894, 9809, 10068, 9940, 9848, 10118, 13818, 10159, 11309, 10140, 10737, 10117, 10934, 10150, 11081, 10377, 11271, 10140, 10846, 10169, 10899, 10202, 11072, 10319, 10903, 10174, 8805, 9942, 9736, 10053, 9955, 11724, 9892, 10533, 9974, 10643, 9936, 10580, 9714, 10858, 9892, 11241, 10078, 11129, 10199, 8822, 10010, 9127, 10552, 9660, 10723, 9864, 10614, 9871, 10389, 9654, 10500, 10113, 10850, 9549, 10122, 9786, 14184, 11799, 18891, 14960, 15059, 10258, 10875, 10209, 9859, 14869, 10659, 19051, 13459, 15044, 10088, 9125, 9577, 11800, 10674, 14825, 9927, 9337, 10269, 10144, 9594, 9905, 17155, 16921, 14557, 10620, 10330, 8819, 10475, 9139, 9689, 10089, 9928, 9141, 10489, 9955, 9829, 10033, 9517, 9914, 9489, 10129, 9703, 9917, 10238, 9943, 9802, 9849, 9530, 9554, 9628, 9250, 10056, 9112, 9862, 8776, 9849, 9845, 9792, 8952, 9813, 9653, 10376, 9678, 9967, 9573, 10243, 9770, 10853, 9779, 10947, 9581, 10706, 9716, 9107, 9898, 9653, 10387, 9559, 10560, 9688, 10196, 9741, 9846, 9886, 10453, 9922, 10850, 10282, 9915, 10323, 9779, 10456, 10077, 12422, 10793, 9392, 10646, 9713, 17874, 13809, 18896, 14403, 14736, 10051, 11593, 10016, 15604, 16853, 19510, 17808, 14462, 18052, 11468, 18118, 12331, 19210, 16034, 19811, 15078, 11635, 9984, 10197, 12399, 10238, 14839, 10318, 19085, 11210, 9943, 9562, 9977, 10646, 9863, 10562, 9542, 10960, 9763, 15464, 10217, 9832, 9991, 9921, 10025, 9697, 10053, 9595, 10010, 9652, 10538, 9325, 11370, 9577, 10335, 9630, 10498, 10149, 10036, 9976, 11339, 10388, 9892, 9417, 9839, 11072, 10790, 18437, 14355, 14434, 9867, 10040, 9934, 10094, 9652, 12263, 9360, 11149, 9880, 17605, 12283, 14804, 9674, 9809, 9863, 10476, 10242, 10257, 10558, 10783, 10763, 9865, 11650, 10361, 11279, 10571, 10669, 10502, 10352, 10366, 10190, 10135, 12609, 10046, 14908, 11650, 10297, 9916, 9966, 10011, 9836, 9953, 10690, 9731, 11105, 9960, 9761, 10102, 10122, 10333, 10071, 10656, 9883, 10002, 10129, 15320, 9957, 12863, 10157, 10973, 10180, 10529, 10184, 9705, 10155, 10961, 10188, 11957, 10128, 10022, 10301, 10287, 10334, 9832, 10166, 10522, 10363, 10449, 10639, 10129, 10485, 9868, 10293, 13593, 9904, 11026, 9747, 9732, 10054, 9803, 10101, 16215, 11361, 14684, 9938, 11094, 9776, 10094, 13281, 17613, 15552, 12814, 9882, 9553, 9650, 9795, 16740, 14624, 17361, 11058, 11997, 9843, 10771, 9998, 13863, 10003, 13415, 9833, 10459, 9839, 9769, 9942, 10001, 10017, 10438, 9873, 10020, 9987, 9944, 10094, 10078, 10027, 9767, 10194, 10439, 9811, 10929, 10046, 10374, 10271, 10333, 9989, 10332, 11921, 10190, 10434, 10233, 10193, 10501, 9713, 10192, 10378, 10227, 10435, 10152, 9636, 10374, 11139, 10017, 11315, 10084, 10394, 10466, 10514, 9642, 10326, 11613, 10244, 9629, 10400, 9644, 10628, 10297, 10296, 16745, 10751, 12507, 10222, 10616, 10110, 11371, 10237, 17853, 10584, 13283, 10245, 11268, 10341, 11080, 10074, 18226, 10609, 12894, 9733, 9870, 9742, 10279, 15807, 11413, 16998, 10020, 10044, 10061, 9520, 10039, 11571, 9677, 11319, 10044, 10073, 9956, 10426, 10183, 10610, 9583, 10211, 9514, 10121, 9695, 10220, 10730, 10438, 9406, 10064, 9430, 9990, 9408, 10138, 11196, 9653, 10841, 9542, 10074, 10107, 10107, 9864, 10253, 15304, 10139, 17063, 9960, 12375, 10094, 10043, 10204, 11419, 9952, 14301, 9889, 10550, 9926, 11007, 9689, 10022, 13129, 10568, 15386, 9758, 11497, 9796, 9726, 10034, 9906, 9931, 12022, 9754, 9198, 9718, 11069, 9893, 10163, 9659, 10000, 11717, 9884, 9458, 10134, 9926, 10311, 9972, 10232, 11784, 10110, 11576, 9906, 10667, 10034, 10276, 10123, 10526, 10103, 17809, 10476, 12063, 10011, 9223, 9885, 10056, 10053, 10270, 9927, 10125, 12956, 10084, 9627, 9999, 9827, 10037, 9331, 10205, 10753, 9958, 11396, 9657, 9736, 10159, 9491, 9900, 13821, 10928, 12596, 9698, 9132, 9628, 11143, 9571, 13173, 14139, 13692, 9855, 11188, 9753, 11032, 9535, 10617, 9948, 10835, 9860, 11265, 9795, 11508, 9500, 18169, 10048, 14300, 9438, 9387, 9515, 10948, 9549, 16869, 10810, 10118, 9813, 9274, 9664, 9485, 9770, 9269, 9550, 10667, 9730, 11024, 9698, 11206, 9394, 11067, 9488, 10090, 9492, 9952, 9576, 9298, 9748, 11288, 9639, 9234, 9702, 9016, 9778, 9317, 9734, 10525, 9650, 9398, 9666, 9388, 9807, 9451, 9915, 10992, 9696, 9701, 9876, 9162, 9987, 9420, 10003, 11266, 9746, 9793, 9494, 10871, 9988, 10003, 9972, 9928, 10212, 9725, 9512, 10023, 9310, 10153, 9570, 10190, 10015, 10085, 9642, 9874, 12559, 9801, 9622, 9931, 10134, 10037, 10878, 9433, 9779, 10114, 10548, 11048, 11458, 11118, 10288, 12008, 11909, 17380, 10520, 12539, 10560, 10571, 9976, 16542, 16286, 20063, 15758, 19954, 12435, 12632, 9859, 10005, 10633, 10308, 10881, 10154, 10666, 10763, 10531, 10590, 10512, 10068, 10415, 15969, 12426, 18123, 13392, 18435, 14055, 17892, 13337, 16865, 11889, 15624, 10278, 11694, 9993, 10266, 9801, 11827, 10318, 9499, 10705, 9888, 10767, 10358, 10623, 10141, 10144, 9708, 10096, 10082, 9672, 10283, 9198, 10271, 9460, 9868, 10279, 9549, 9999, 9917, 9748, 10383, 10316, 10376, 10109, 10400, 9750, 10283, 12534, 10563, 15734, 10884, 12495, 10601, 12818, 9765, 18760, 14529, 12149, 10276, 10006, 10923, 10964, 10702, 10589, 10457, 9596, 10162, 10191, 10138, 10495, 10146, 9506, 13167, 10224, 15331, 9882, 13864, 10732, 18171, 12621, 13830, 11709, 10756, 10977, 11172, 10881, 10207, 10998, 11829, 10715, 10513, 10847, 10100, 10611, 10569, 13684, 10340, 18590, 13061, 17948, 13418, 17233, 12119, 14933, 10318, 12972, 10279, 10839, 10183, 10947, 9963, 10140, 10365, 10143, 10197, 10501, 9985, 10280, 9978, 10292, 10612, 11125, 10662, 10301, 10751, 11662, 10620, 11086, 10939, 11321, 10873, 10520, 10780, 11449, 10042, 11073, 10700, 10688, 10572, 10476, 10527, 10415, 18125, 12866, 16888, 11650, 18508, 12586, 16498, 10003, 11743, 10032, 10445, 9888, 10303, 16139, 10512, 19527, 12475, 16091, 11396, 12807, 9936, 11008, 10498, 10419, 10307, 12864, 10231, 10998, 10489, 10401, 10166, 10667, 10566, 10487, 15916, 10750, 10814, 9991, 10109, 10154, 10450, 14851, 10847, 16031, 10193, 10271, 10016, 10409, 10293, 10315, 9951, 10247, 10285, 10470, 10224, 10126, 10109, 10650, 10476, 10580, 10263, 10732, 10167, 12656, 13140, 9825, 10547, 10338, 10583, 10807, 17944, 13621, 18664, 11686, 14434, 10991, 11610, 10811, 12481, 10837, 11614, 10962, 10534, 11101, 9873, 11073, 10181, 10783, 10553, 10806, 10646, 10533, 10315, 10599, 11033, 10815, 9910, 10936, 9924, 10765, 9878, 10442, 9824, 10907, 10837, 9989, 10522, 9531, 10717, 9641, 10936, 10868, 10935, 10177, 10877, 9528, 10670, 10937, 10885, 16037, 10685, 10241, 11024, 9825, 10737], 'WindowCenter': [4353.0, 4305.0, 4290.0, 4277.0, 4267.0, 4265.0, 4283.0, 4263.0, 4259.0, 4249.0, 4248.0, 4249.0, 4249.0, 4250.0, 4261.0, 4248.0, 4259.0, 4250.0, 4261.0, 4262.0, 4273.0, 4288.0, 4285.0, 4287.0, 4316.0, 4317.0, 4350.0, 4305.0, 4295.0, 4302.0, 4215.0, 4216.0, 4214.0, 4224.0, 4225.0, 4224.0, 4236.0, 4237.0, 4238.0, 4240.0, 4235.0, 4265.0, 4275.0, 4234.0, 4211.0, 4224.0, 4224.0, 4234.0, 4224.0, 4235.0, 4288.0, 4226.0, 4297.0, 4265.0, 4284.0, 4242.0, 4240.0, 4199.0, 4209.0, 4197.0, 4200.0, 4257.0, 4199.0, 4259.0, 4198.0, 4228.0, 4197.0, 4187.0, 4186.0, 4187.0, 4197.0, 4198.0, 4198.0, 4209.0, 4199.0, 4211.0, 4210.0, 4210.0, 4210.0, 4212.0, 4210.0, 4213.0, 4222.0, 4224.0, 4222.0, 4224.0, 4223.0, 4214.0, 4234.0, 4226.0, 4238.0, 4227.0, 4225.0, 4228.0, 4237.0, 4228.0, 4236.0, 4229.0, 4248.0, 4251.0, 4241.0, 4240.0, 4238.0, 4251.0, 4249.0, 4251.0, 4240.0, 4249.0, 4243.0, 4263.0, 4253.0, 4275.0, 4254.0, 4264.0, 4255.0, 4253.0, 4256.0, 4263.0, 4254.0, 4262.0, 4243.0, 4263.0, 4243.0, 4252.0, 4242.0, 4250.0, 4253.0, 4251.0, 4253.0, 4252.0, 4254.0, 4252.0, 4253.0, 4264.0, 4255.0, 4252.0, 4254.0, 4264.0, 4255.0, 4273.0, 4264.0, 4277.0, 4266.0, 4255.0, 4286.0, 4266.0, 4263.0, 4252.0, 4251.0, 4265.0, 4263.0, 4292.0, 4284.0, 4302.0, 4242.0, 4270.0, 4252.0, 4272.0, 4241.0, 4314.0, 4252.0, 4291.0, 4249.0, 4239.0, 4250.0, 4251.0, 4311.0, 4281.0, 4300.0, 4279.0, 4267.0, 4235.0, 4243.0, 4225.0, 4245.0, 4245.0, 4287.0, 4214.0, 4223.0, 4223.0, 4223.0, 4224.0, 4217.0, 4225.0, 4237.0, 4237.0, 4237.0, 4236.0, 4237.0, 4236.0, 4238.0, 4256.0, 4226.0, 4276.0, 4215.0, 4224.0, 4213.0, 4226.0, 4224.0, 4225.0, 4254.0, 4225.0, 4233.0, 4225.0, 4236.0, 4236.0, 4235.0, 4226.0, 4235.0, 4236.0, 4235.0, 4238.0, 4248.0, 4238.0, 4247.0, 4239.0, 4247.0, 4238.0, 4237.0, 4238.0, 4217.0, 4227.0, 4229.0, 4239.0, 4228.0, 4247.0, 4227.0, 4237.0, 4227.0, 4236.0, 4239.0, 4250.0, 4240.0, 4250.0, 4241.0, 4249.0, 4240.0, 4248.0, 4250.0, 4231.0, 4239.0, 4229.0, 4249.0, 4229.0, 4249.0, 4239.0, 4250.0, 4251.0, 4263.0, 4255.0, 4290.0, 4278.0, 4275.0, 4278.0, 4277.0, 4265.0, 4294.0, 4289.0, 4336.0, 4318.0, 4293.0, 4252.0, 4250.0, 4237.0, 4238.0, 4279.0, 4239.0, 4311.0, 4270.0, 4278.0, 4226.0, 4228.0, 4226.0, 4245.0, 4234.0, 4266.0, 4224.0, 4215.0, 4225.0, 4225.0, 4227.0, 4227.0, 4286.0, 4287.0, 4266.0, 4225.0, 4224.0, 4203.0, 4233.0, 4227.0, 4214.0, 4225.0, 4224.0, 4215.0, 4235.0, 4223.0, 4213.0, 4223.0, 4212.0, 4225.0, 4213.0, 4225.0, 4214.0, 4224.0, 4223.0, 4224.0, 4224.0, 4224.0, 4215.0, 4227.0, 4225.0, 4214.0, 4225.0, 4204.0, 4225.0, 4204.0, 4224.0, 4237.0, 4237.0, 4217.0, 4238.0, 4230.0, 4237.0, 4238.0, 4227.0, 4228.0, 4226.0, 4227.0, 4236.0, 4228.0, 4237.0, 4228.0, 4238.0, 4228.0, 4218.0, 4239.0, 4239.0, 4240.0, 4240.0, 4249.0, 4253.0, 4264.0, 4253.0, 4240.0, 4252.0, 4263.0, 4264.0, 4273.0, 4265.0, 4267.0, 4263.0, 4265.0, 4267.0, 4268.0, 4286.0, 4276.0, 4254.0, 4265.0, 4267.0, 4325.0, 4295.0, 4328.0, 4305.0, 4294.0, 4255.0, 4273.0, 4265.0, 4305.0, 4314.0, 4326.0, 4314.0, 4293.0, 4300.0, 4249.0, 4298.0, 4260.0, 4299.0, 4276.0, 4299.0, 4265.0, 4234.0, 4201.0, 4212.0, 4229.0, 4211.0, 4252.0, 4211.0, 4284.0, 4209.0, 4200.0, 4188.0, 4199.0, 4207.0, 4198.0, 4208.0, 4201.0, 4220.0, 4211.0, 4262.0, 4211.0, 4210.0, 4210.0, 4224.0, 4212.0, 4212.0, 4224.0, 4214.0, 4222.0, 4224.0, 4235.0, 4215.0, 4244.0, 4227.0, 4226.0, 4226.0, 4235.0, 4237.0, 4226.0, 4242.0, 4250.0, 4250.0, 4240.0, 4241.0, 4252.0, 4261.0, 4250.0, 4310.0, 4291.0, 4279.0, 4239.0, 4235.0, 4239.0, 4235.0, 4228.0, 4247.0, 4217.0, 4248.0, 4228.0, 4287.0, 4246.0, 4265.0, 4225.0, 4224.0, 4225.0, 4264.0, 4283.0, 4269.0, 4251.0, 4219.0, 4233.0, 4226.0, 4261.0, 4263.0, 4259.0, 4249.0, 4248.0, 4249.0, 4249.0, 4252.0, 4251.0, 4264.0, 4283.0, 4253.0, 4303.0, 4261.0, 4240.0, 4238.0, 4226.0, 4226.0, 4237.0, 4237.0, 4238.0, 4229.0, 4247.0, 4237.0, 4227.0, 4238.0, 4225.0, 4236.0, 4225.0, 4235.0, 4226.0, 4236.0, 4238.0, 4289.0, 4240.0, 4267.0, 4238.0, 4246.0, 4238.0, 4235.0, 4238.0, 4239.0, 4239.0, 4247.0, 4239.0, 4259.0, 4249.0, 4237.0, 4249.0, 4237.0, 4251.0, 4250.0, 4252.0, 4264.0, 4264.0, 4263.0, 4264.0, 4263.0, 4263.0, 4253.0, 4264.0, 4295.0, 4265.0, 4275.0, 4255.0, 4254.0, 4266.0, 4266.0, 4263.0, 4314.0, 4273.0, 4293.0, 4241.0, 4262.0, 4239.0, 4252.0, 4280.0, 4313.0, 4302.0, 4271.0, 4239.0, 4239.0, 4226.0, 4239.0, 4287.0, 4290.0, 4289.0, 4248.0, 4246.0, 4226.0, 4236.0, 4235.0, 4265.0, 4226.0, 4255.0, 4225.0, 4234.0, 4225.0, 4223.0, 4225.0, 4225.0, 4226.0, 4235.0, 4226.0, 4226.0, 4237.0, 4225.0, 4236.0, 4225.0, 4237.0, 4238.0, 4249.0, 4249.0, 4239.0, 4250.0, 4239.0, 4247.0, 4249.0, 4251.0, 4238.0, 4250.0, 4259.0, 4249.0, 4248.0, 4249.0, 4250.0, 4262.0, 4239.0, 4250.0, 4249.0, 4248.0, 4249.0, 4249.0, 4240.0, 4252.0, 4260.0, 4251.0, 4260.0, 4251.0, 4250.0, 4250.0, 4262.0, 4240.0, 4249.0, 4271.0, 4251.0, 4241.0, 4261.0, 4240.0, 4264.0, 4250.0, 4252.0, 4311.0, 4261.0, 4270.0, 4251.0, 4249.0, 4250.0, 4260.0, 4250.0, 4311.0, 4250.0, 4279.0, 4249.0, 4248.0, 4251.0, 4260.0, 4239.0, 4311.0, 4249.0, 4267.0, 4227.0, 4227.0, 4226.0, 4238.0, 4277.0, 4247.0, 4285.0, 4226.0, 4223.0, 4226.0, 4225.0, 4227.0, 4246.0, 4226.0, 4247.0, 4225.0, 4226.0, 4226.0, 4236.0, 4236.0, 4248.0, 4226.0, 4238.0, 4228.0, 4239.0, 4227.0, 4249.0, 4259.0, 4250.0, 4228.0, 4241.0, 4230.0, 4240.0, 4230.0, 4251.0, 4271.0, 4241.0, 4260.0, 4240.0, 4241.0, 4239.0, 4250.0, 4241.0, 4252.0, 4291.0, 4250.0, 4300.0, 4240.0, 4268.0, 4249.0, 4240.0, 4251.0, 4259.0, 4252.0, 4291.0, 4241.0, 4249.0, 4240.0, 4249.0, 4238.0, 4250.0, 4270.0, 4250.0, 4288.0, 4229.0, 4248.0, 4238.0, 4229.0, 4239.0, 4239.0, 4239.0, 4259.0, 4229.0, 4228.0, 4228.0, 4248.0, 4239.0, 4251.0, 4240.0, 4240.0, 4261.0, 4240.0, 4229.0, 4240.0, 4238.0, 4249.0, 4251.0, 4252.0, 4261.0, 4251.0, 4260.0, 4240.0, 4250.0, 4240.0, 4240.0, 4253.0, 4251.0, 4249.0, 4311.0, 4251.0, 4260.0, 4240.0, 4228.0, 4239.0, 4240.0, 4239.0, 4252.0, 4251.0, 4250.0, 4270.0, 4251.0, 4239.0, 4251.0, 4239.0, 4250.0, 4241.0, 4263.0, 4263.0, 4267.0, 4285.0, 4257.0, 4253.0, 4277.0, 4254.0, 4252.0, 4294.0, 4264.0, 4272.0, 4242.0, 4240.0, 4240.0, 4262.0, 4240.0, 4280.0, 4292.0, 4281.0, 4239.0, 4259.0, 4228.0, 4262.0, 4240.0, 4251.0, 4241.0, 4250.0, 4239.0, 4248.0, 4238.0, 4259.0, 4228.0, 4311.0, 4240.0, 4278.0, 4228.0, 4227.0, 4229.0, 4248.0, 4226.0, 4299.0, 4237.0, 4237.0, 4226.0, 4226.0, 4226.0, 4227.0, 4226.0, 4227.0, 4227.0, 4236.0, 4225.0, 4235.0, 4225.0, 4248.0, 4215.0, 4248.0, 4226.0, 4237.0, 4226.0, 4226.0, 4239.0, 4227.0, 4228.0, 4248.0, 4229.0, 4227.0, 4238.0, 4217.0, 4239.0, 4228.0, 4239.0, 4249.0, 4240.0, 4228.0, 4240.0, 4228.0, 4251.0, 4240.0, 4239.0, 4250.0, 4242.0, 4228.0, 4240.0, 4228.0, 4239.0, 4240.0, 4240.0, 4250.0, 4229.0, 4227.0, 4228.0, 4248.0, 4238.0, 4239.0, 4238.0, 4239.0, 4239.0, 4229.0, 4229.0, 4238.0, 4227.0, 4250.0, 4227.0, 4250.0, 4240.0, 4264.0, 4241.0, 4240.0, 4271.0, 4240.0, 4239.0, 4239.0, 4250.0, 4253.0, 4274.0, 4258.0, 4268.0, 4265.0, 4251.0, 4273.0, 4285.0, 4272.0, 4262.0, 4284.0, 4286.0, 4326.0, 4264.0, 4271.0, 4262.0, 4263.0, 4256.0, 4315.0, 4315.0, 4340.0, 4307.0, 4324.0, 4270.0, 4257.0, 4215.0, 4225.0, 4223.0, 4227.0, 4237.0, 4239.0, 4248.0, 4249.0, 4248.0, 4248.0, 4236.0, 4226.0, 4235.0, 4288.0, 4260.0, 4298.0, 4270.0, 4287.0, 4257.0, 4276.0, 4244.0, 4260.0, 4210.0, 4238.0, 4196.0, 4206.0, 4199.0, 4209.0, 4198.0, 4218.0, 4208.0, 4199.0, 4210.0, 4198.0, 4220.0, 4211.0, 4222.0, 4223.0, 4237.0, 4227.0, 4224.0, 4226.0, 4225.0, 4235.0, 4214.0, 4235.0, 4226.0, 4227.0, 4248.0, 4240.0, 4238.0, 4241.0, 4240.0, 4249.0, 4236.0, 4239.0, 4237.0, 4249.0, 4229.0, 4253.0, 4271.0, 4263.0, 4302.0, 4262.0, 4259.0, 4264.0, 4295.0, 4252.0, 4311.0, 4290.0, 4286.0, 4262.0, 4251.0, 4275.0, 4261.0, 4261.0, 4248.0, 4264.0, 4242.0, 4248.0, 4250.0, 4238.0, 4250.0, 4251.0, 4252.0, 4281.0, 4249.0, 4289.0, 4251.0, 4292.0, 4270.0, 4337.0, 4296.0, 4304.0, 4272.0, 4261.0, 4248.0, 4260.0, 4251.0, 4252.0, 4263.0, 4272.0, 4252.0, 4238.0, 4261.0, 4250.0, 4252.0, 4250.0, 4281.0, 4240.0, 4300.0, 4269.0, 4299.0, 4268.0, 4286.0, 4245.0, 4263.0, 4212.0, 4241.0, 4211.0, 4209.0, 4208.0, 4209.0, 4199.0, 4209.0, 4209.0, 4210.0, 4209.0, 4220.0, 4211.0, 4221.0, 4211.0, 4223.0, 4247.0, 4248.0, 4237.0, 4235.0, 4248.0, 4257.0, 4249.0, 4258.0, 4260.0, 4260.0, 4260.0, 4262.0, 4264.0, 4272.0, 4252.0, 4263.0, 4251.0, 4261.0, 4249.0, 4251.0, 4251.0, 4262.0, 4312.0, 4283.0, 4314.0, 4287.0, 4324.0, 4271.0, 4300.0, 4238.0, 4257.0, 4228.0, 4237.0, 4238.0, 4252.0, 4301.0, 4251.0, 4310.0, 4270.0, 4290.0, 4247.0, 4257.0, 4227.0, 4248.0, 4237.0, 4236.0, 4236.0, 4267.0, 4239.0, 4247.0, 4250.0, 4249.0, 4240.0, 4262.0, 4251.0, 4250.0, 4302.0, 4251.0, 4248.0, 4238.0, 4238.0, 4237.0, 4250.0, 4279.0, 4249.0, 4287.0, 4238.0, 4238.0, 4237.0, 4247.0, 4237.0, 4249.0, 4238.0, 4251.0, 4276.0, 4263.0, 4252.0, 4250.0, 4265.0, 4265.0, 4251.0, 4239.0, 4238.0, 4250.0, 4239.0, 4272.0, 4271.0, 4240.0, 4238.0, 4239.0, 4238.0, 4252.0, 4300.0, 4281.0, 4300.0, 4259.0, 4267.0, 4236.0, 4245.0, 4248.0, 4256.0, 4249.0, 4246.0, 4236.0, 4224.0, 4249.0, 4228.0, 4247.0, 4226.0, 4248.0, 4236.0, 4247.0, 4236.0, 4250.0, 4237.0, 4239.0, 4248.0, 4248.0, 4227.0, 4249.0, 4227.0, 4250.0, 4240.0, 4249.0, 4238.0, 4250.0, 4249.0, 4240.0, 4249.0, 4239.0, 4251.0, 4241.0, 4263.0, 4262.0, 4251.0, 4240.0, 4252.0, 4254.0, 4262.0, 4251.0, 4251.0, 4302.0, 4252.0, 4238.0, 4250.0, 4240.0, 4262.0], 'WindowWidth': [9609.0, 9527.0, 9493.0, 9468.0, 9453.0, 9445.0, 9464.0, 9436.0, 9425.0, 9413.0, 9409.0, 9410.0, 9410.0, 9413.0, 9433.0, 9410.0, 9424.0, 9416.0, 9430.0, 9435.0, 9456.0, 9485.0, 9472.0, 9482.0, 9516.0, 9515.0, 9574.0, 9495.0, 9481.0, 9483.0, 9353.0, 9354.0, 9350.0, 9364.0, 9370.0, 9366.0, 9387.0, 9388.0, 9394.0, 9400.0, 9385.0, 9424.0, 9439.0, 9379.0, 9345.0, 9366.0, 9365.0, 9382.0, 9368.0, 9384.0, 9463.0, 9374.0, 9474.0, 9424.0, 9448.0, 9387.0, 9381.0, 9323.0, 9338.0, 9319.0, 9326.0, 9399.0, 9324.0, 9405.0, 9321.0, 9360.0, 9318.0, 9302.0, 9300.0, 9303.0, 9316.0, 9321.0, 9320.0, 9338.0, 9322.0, 9343.0, 9339.0, 9342.0, 9339.0, 9346.0, 9341.0, 9348.0, 9359.0, 9364.0, 9359.0, 9367.0, 9362.0, 9354.0, 9377.0, 9371.0, 9393.0, 9375.0, 9370.0, 9377.0, 9388.0, 9379.0, 9386.0, 9381.0, 9405.0, 9417.0, 9403.0, 9398.0, 9395.0, 9414.0, 9410.0, 9414.0, 9397.0, 9409.0, 9408.0, 9434.0, 9422.0, 9453.0, 9425.0, 9437.0, 9425.0, 9421.0, 9432.0, 9434.0, 9422.0, 9429.0, 9405.0, 9431.0, 9406.0, 9417.0, 9403.0, 9411.0, 9420.0, 9413.0, 9420.0, 9415.0, 9421.0, 9414.0, 9419.0, 9437.0, 9427.0, 9416.0, 9423.0, 9436.0, 9428.0, 9447.0, 9438.0, 9461.0, 9444.0, 9429.0, 9471.0, 9445.0, 9435.0, 9420.0, 9416.0, 9441.0, 9434.0, 9473.0, 9465.0, 9484.0, 9403.0, 9437.0, 9420.0, 9446.0, 9401.0, 9507.0, 9418.0, 9468.0, 9409.0, 9396.0, 9414.0, 9416.0, 9497.0, 9457.0, 9481.0, 9448.0, 9427.0, 9382.0, 9390.0, 9369.0, 9395.0, 9393.0, 9457.0, 9350.0, 9361.0, 9363.0, 9363.0, 9367.0, 9363.0, 9371.0, 9390.0, 9389.0, 9390.0, 9384.0, 9387.0, 9385.0, 9391.0, 9414.0, 9371.0, 9440.0, 9354.0, 9365.0, 9349.0, 9373.0, 9367.0, 9369.0, 9408.0, 9368.0, 9377.0, 9369.0, 9385.0, 9384.0, 9382.0, 9374.0, 9380.0, 9386.0, 9383.0, 9391.0, 9407.0, 9393.0, 9402.0, 9393.0, 9401.0, 9392.0, 9388.0, 9390.0, 9361.0, 9374.0, 9381.0, 9396.0, 9376.0, 9401.0, 9374.0, 9386.0, 9373.0, 9384.0, 9395.0, 9414.0, 9397.0, 9408.0, 9399.0, 9406.0, 9396.0, 9403.0, 9412.0, 9388.0, 9396.0, 9380.0, 9407.0, 9381.0, 9406.0, 9396.0, 9414.0, 9415.0, 9436.0, 9430.0, 9486.0, 9466.0, 9455.0, 9470.0, 9462.0, 9442.0, 9480.0, 9480.0, 9543.0, 9522.0, 9475.0, 9416.0, 9410.0, 9387.0, 9392.0, 9450.0, 9395.0, 9497.0, 9439.0, 9447.0, 9373.0, 9380.0, 9373.0, 9397.0, 9382.0, 9426.0, 9366.0, 9356.0, 9369.0, 9369.0, 9378.0, 9375.0, 9453.0, 9457.0, 9425.0, 9370.0, 9365.0, 9336.0, 9376.0, 9375.0, 9355.0, 9371.0, 9368.0, 9356.0, 9382.0, 9366.0, 9349.0, 9364.0, 9348.0, 9371.0, 9350.0, 9369.0, 9352.0, 9365.0, 9364.0, 9366.0, 9365.0, 9367.0, 9356.0, 9376.0, 9369.0, 9354.0, 9368.0, 9339.0, 9368.0, 9340.0, 9367.0, 9389.0, 9389.0, 9363.0, 9391.0, 9383.0, 9390.0, 9393.0, 9374.0, 9378.0, 9371.0, 9375.0, 9384.0, 9377.0, 9387.0, 9379.0, 9389.0, 9379.0, 9365.0, 9393.0, 9395.0, 9397.0, 9398.0, 9408.0, 9421.0, 9441.0, 9421.0, 9400.0, 9417.0, 9433.0, 9439.0, 9450.0, 9442.0, 9449.0, 9439.0, 9442.0, 9445.0, 9451.0, 9469.0, 9459.0, 9427.0, 9442.0, 9449.0, 9524.0, 9485.0, 9536.0, 9498.0, 9477.0, 9428.0, 9449.0, 9444.0, 9498.0, 9505.0, 9532.0, 9505.0, 9474.0, 9481.0, 9409.0, 9475.0, 9424.0, 9481.0, 9440.0, 9479.0, 9421.0, 9378.0, 9329.0, 9344.0, 9363.0, 9344.0, 9399.0, 9342.0, 9448.0, 9337.0, 9326.0, 9306.0, 9322.0, 9329.0, 9320.0, 9333.0, 9329.0, 9352.0, 9344.0, 9412.0, 9343.0, 9341.0, 9342.0, 9366.0, 9347.0, 9349.0, 9365.0, 9352.0, 9361.0, 9368.0, 9382.0, 9357.0, 9394.0, 9374.0, 9371.0, 9375.0, 9384.0, 9389.0, 9372.0, 9404.0, 9409.0, 9413.0, 9399.0, 9402.0, 9420.0, 9430.0, 9412.0, 9497.0, 9470.0, 9449.0, 9395.0, 9387.0, 9394.0, 9385.0, 9377.0, 9400.0, 9361.0, 9405.0, 9378.0, 9456.0, 9399.0, 9422.0, 9369.0, 9366.0, 9369.0, 9439.0, 9481.0, 9454.0, 9413.0, 9348.0, 9373.0, 9372.0, 9427.0, 9435.0, 9424.0, 9410.0, 9405.0, 9409.0, 9410.0, 9419.0, 9416.0, 9437.0, 9463.0, 9423.0, 9488.0, 9429.0, 9398.0, 9393.0, 9373.0, 9373.0, 9387.0, 9390.0, 9391.0, 9380.0, 9403.0, 9389.0, 9377.0, 9390.0, 9370.0, 9384.0, 9367.0, 9381.0, 9371.0, 9387.0, 9392.0, 9463.0, 9396.0, 9429.0, 9393.0, 9399.0, 9390.0, 9381.0, 9390.0, 9396.0, 9395.0, 9403.0, 9394.0, 9421.0, 9408.0, 9389.0, 9409.0, 9390.0, 9416.0, 9411.0, 9418.0, 9437.0, 9438.0, 9436.0, 9440.0, 9433.0, 9435.0, 9420.0, 9438.0, 9483.0, 9442.0, 9456.0, 9429.0, 9423.0, 9444.0, 9447.0, 9436.0, 9507.0, 9448.0, 9473.0, 9402.0, 9430.0, 9396.0, 9418.0, 9451.0, 9504.0, 9486.0, 9441.0, 9395.0, 9395.0, 9374.0, 9392.0, 9456.0, 9467.0, 9462.0, 9404.0, 9397.0, 9370.0, 9385.0, 9385.0, 9424.0, 9372.0, 9408.0, 9369.0, 9378.0, 9368.0, 9364.0, 9371.0, 9372.0, 9373.0, 9383.0, 9374.0, 9372.0, 9389.0, 9369.0, 9388.0, 9370.0, 9390.0, 9392.0, 9409.0, 9408.0, 9395.0, 9410.0, 9396.0, 9406.0, 9409.0, 9417.0, 9393.0, 9412.0, 9422.0, 9409.0, 9405.0, 9410.0, 9412.0, 9432.0, 9396.0, 9412.0, 9409.0, 9409.0, 9408.0, 9411.0, 9401.0, 9417.0, 9426.0, 9416.0, 9427.0, 9414.0, 9412.0, 9412.0, 9435.0, 9400.0, 9412.0, 9443.0, 9416.0, 9400.0, 9429.0, 9402.0, 9438.0, 9415.0, 9420.0, 9499.0, 9429.0, 9438.0, 9416.0, 9410.0, 9414.0, 9427.0, 9414.0, 9500.0, 9414.0, 9450.0, 9410.0, 9407.0, 9415.0, 9426.0, 9395.0, 9497.0, 9409.0, 9431.0, 9376.0, 9375.0, 9373.0, 9391.0, 9442.0, 9401.0, 9453.0, 9372.0, 9365.0, 9372.0, 9368.0, 9375.0, 9401.0, 9372.0, 9402.0, 9370.0, 9374.0, 9372.0, 9386.0, 9386.0, 9406.0, 9372.0, 9394.0, 9378.0, 9395.0, 9377.0, 9409.0, 9423.0, 9412.0, 9380.0, 9403.0, 9384.0, 9399.0, 9383.0, 9414.0, 9444.0, 9400.0, 9426.0, 9399.0, 9401.0, 9395.0, 9412.0, 9402.0, 9419.0, 9470.0, 9413.0, 9481.0, 9399.0, 9434.0, 9409.0, 9399.0, 9415.0, 9424.0, 9418.0, 9467.0, 9401.0, 9408.0, 9398.0, 9408.0, 9395.0, 9412.0, 9437.0, 9411.0, 9461.0, 9381.0, 9405.0, 9392.0, 9381.0, 9398.0, 9394.0, 9395.0, 9423.0, 9381.0, 9378.0, 9379.0, 9404.0, 9393.0, 9415.0, 9398.0, 9398.0, 9427.0, 9398.0, 9382.0, 9397.0, 9393.0, 9409.0, 9417.0, 9419.0, 9427.0, 9416.0, 9424.0, 9399.0, 9410.0, 9399.0, 9398.0, 9423.0, 9416.0, 9410.0, 9498.0, 9413.0, 9423.0, 9397.0, 9380.0, 9395.0, 9396.0, 9395.0, 9417.0, 9417.0, 9413.0, 9439.0, 9414.0, 9396.0, 9413.0, 9397.0, 9415.0, 9404.0, 9436.0, 9434.0, 9449.0, 9470.0, 9432.0, 9424.0, 9462.0, 9428.0, 9421.0, 9477.0, 9440.0, 9445.0, 9407.0, 9400.0, 9401.0, 9433.0, 9401.0, 9455.0, 9471.0, 9456.0, 9397.0, 9422.0, 9381.0, 9430.0, 9398.0, 9417.0, 9402.0, 9411.0, 9395.0, 9405.0, 9396.0, 9422.0, 9378.0, 9499.0, 9397.0, 9446.0, 9379.0, 9375.0, 9381.0, 9406.0, 9372.0, 9479.0, 9388.0, 9389.0, 9372.0, 9372.0, 9371.0, 9376.0, 9372.0, 9375.0, 9375.0, 9386.0, 9370.0, 9384.0, 9371.0, 9403.0, 9357.0, 9405.0, 9373.0, 9386.0, 9372.0, 9373.0, 9398.0, 9376.0, 9377.0, 9406.0, 9381.0, 9376.0, 9394.0, 9363.0, 9396.0, 9381.0, 9396.0, 9410.0, 9399.0, 9379.0, 9398.0, 9379.0, 9417.0, 9398.0, 9398.0, 9412.0, 9403.0, 9380.0, 9399.0, 9378.0, 9395.0, 9399.0, 9398.0, 9410.0, 9380.0, 9376.0, 9379.0, 9405.0, 9391.0, 9396.0, 9394.0, 9394.0, 9395.0, 9381.0, 9380.0, 9393.0, 9377.0, 9411.0, 9377.0, 9411.0, 9398.0, 9438.0, 9404.0, 9398.0, 9440.0, 9398.0, 9393.0, 9396.0, 9412.0, 9420.0, 9453.0, 9438.0, 9449.0, 9440.0, 9415.0, 9449.0, 9470.0, 9447.0, 9434.0, 9466.0, 9472.0, 9526.0, 9437.0, 9442.0, 9433.0, 9434.0, 9431.0, 9510.0, 9512.0, 9557.0, 9501.0, 9520.0, 9438.0, 9413.0, 9350.0, 9369.0, 9362.0, 9373.0, 9386.0, 9393.0, 9405.0, 9410.0, 9407.0, 9406.0, 9387.0, 9370.0, 9382.0, 9459.0, 9422.0, 9474.0, 9435.0, 9459.0, 9414.0, 9438.0, 9390.0, 9406.0, 9335.0, 9369.0, 9312.0, 9323.0, 9323.0, 9338.0, 9319.0, 9345.0, 9333.0, 9320.0, 9338.0, 9320.0, 9353.0, 9342.0, 9358.0, 9361.0, 9388.0, 9373.0, 9366.0, 9371.0, 9370.0, 9382.0, 9352.0, 9381.0, 9373.0, 9375.0, 9408.0, 9396.0, 9395.0, 9402.0, 9398.0, 9409.0, 9387.0, 9393.0, 9387.0, 9407.0, 9380.0, 9420.0, 9441.0, 9435.0, 9484.0, 9432.0, 9422.0, 9437.0, 9483.0, 9420.0, 9497.0, 9465.0, 9474.0, 9438.0, 9418.0, 9458.0, 9430.0, 9431.0, 9407.0, 9439.0, 9403.0, 9406.0, 9410.0, 9391.0, 9410.0, 9418.0, 9421.0, 9457.0, 9411.0, 9464.0, 9417.0, 9474.0, 9447.0, 9552.0, 9492.0, 9496.0, 9446.0, 9428.0, 9405.0, 9424.0, 9413.0, 9417.0, 9433.0, 9442.0, 9417.0, 9389.0, 9427.0, 9410.0, 9417.0, 9413.0, 9454.0, 9398.0, 9480.0, 9436.0, 9476.0, 9432.0, 9453.0, 9393.0, 9415.0, 9344.0, 9380.0, 9340.0, 9335.0, 9333.0, 9333.0, 9321.0, 9336.0, 9337.0, 9339.0, 9338.0, 9355.0, 9342.0, 9355.0, 9343.0, 9362.0, 9404.0, 9406.0, 9388.0, 9382.0, 9404.0, 9414.0, 9411.0, 9419.0, 9427.0, 9422.0, 9426.0, 9434.0, 9438.0, 9445.0, 9418.0, 9434.0, 9415.0, 9428.0, 9409.0, 9414.0, 9418.0, 9432.0, 9502.0, 9460.0, 9506.0, 9475.0, 9519.0, 9442.0, 9479.0, 9393.0, 9414.0, 9377.0, 9390.0, 9392.0, 9417.0, 9480.0, 9414.0, 9495.0, 9436.0, 9465.0, 9401.0, 9415.0, 9374.0, 9406.0, 9391.0, 9385.0, 9386.0, 9428.0, 9395.0, 9403.0, 9412.0, 9408.0, 9397.0, 9434.0, 9416.0, 9414.0, 9486.0, 9416.0, 9408.0, 9392.0, 9391.0, 9390.0, 9412.0, 9449.0, 9410.0, 9458.0, 9390.0, 9391.0, 9390.0, 9404.0, 9392.0, 9409.0, 9392.0, 9417.0, 9462.0, 9439.0, 9419.0, 9414.0, 9441.0, 9441.0, 9412.0, 9390.0, 9392.0, 9409.0, 9394.0, 9442.0, 9441.0, 9397.0, 9392.0, 9395.0, 9391.0, 9414.0, 9478.0, 9456.0, 9480.0, 9419.0, 9427.0, 9384.0, 9397.0, 9406.0, 9410.0, 9407.0, 9396.0, 9383.0, 9365.0, 9407.0, 9377.0, 9402.0, 9373.0, 9406.0, 9384.0, 9402.0, 9385.0, 9412.0, 9388.0, 9394.0, 9404.0, 9406.0, 9376.0, 9408.0, 9376.0, 9412.0, 9399.0, 9409.0, 9392.0, 9410.0, 9409.0, 9397.0, 9408.0, 9396.0, 9415.0, 9401.0, 9435.0, 9431.0, 9415.0, 9397.0, 9417.0, 9425.0, 9434.0, 9414.0, 9414.0, 9484.0, 9416.0, 9393.0, 9410.0, 9397.0, 9431.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.003938176318063959</td></tr>
<tr><td colspan=3>aqi</td><td>0.04289240933448574</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.314738969887614</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1629954893252596</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0045293235553636</td></tr>
<tr><td colspan=3>efc</td><td>0.4758</td></tr>
<tr><td colspan=3>fber</td><td>5688.1875</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11433852688751439</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>127</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.97666378565255</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4297680960576606</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.300167036068835</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.699607662909065</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.289529589195082</td></tr>
<tr><td colspan=3>gcor</td><td>0.01202</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014160128310322762</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028616752475500107</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1157</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.832668777189554</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>26.096</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.4457</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>193.0237</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302647.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>916.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>379.5704</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0239</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>609.8747</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3450.3259</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3614.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73897.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1222.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4610.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>942.9397</td></tr>
<tr><td colspan=3>tsnr</td><td>27.686210374929942</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>