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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0007/ses-03/func/sub-0007_ses-03_task-alignvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>4136e5bcfa37d965cdbca6cded606b10</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>16:24:37.770000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998733, -0.00393515, 0.0501701, 0.00156882, 0.998888, 0.0471187]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0828528</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>38</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4167, -7732, -7228, 686, 25, -207, -5, 45]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.334</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>de928bff-6db9-48c0-bc99-f25552a44af4||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679527521133423, 0.004209025762975216, 0.13580918312072754, 113.1746826171875], [0.010557732544839382, 2.679943561553955, 0.1268467754125595, -101.2837905883789], [0.1346026211977005, -0.12641602754592896, 2.6935973167419434, -61.25643539428711], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1157]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157], 'AcquisitionTime': ['162437.770000', '162438.230000', '162438.690000', '162439.150000', '162439.610000', '162440.070000', '162440.530000', '162440.990000', '162441.450000', '162441.910000', '162442.370000', '162442.830000', '162443.290000', '162443.750000', '162444.210000', '162444.670000', '162445.130000', '162445.590000', '162446.050000', '162446.510000', '162446.970000', '162447.430000', '162447.890000', '162448.350000', '162448.810000', '162449.270000', '162449.730000', '162450.190000', '162450.650000', '162451.110000', '162451.570000', '162452.030000', '162452.490000', '162452.950000', '162453.410000', '162453.870000', '162454.330000', '162454.790000', '162455.250000', '162455.710000', '162456.170000', '162456.630000', '162457.090000', '162457.550000', '162458.010000', '162458.470000', '162458.930000', '162459.390000', '162459.850000', '162500.310000', '162500.770000', '162501.230000', '162501.690000', '162502.150000', '162502.610000', '162503.070000', '162503.530000', '162503.990000', '162504.450000', '162504.910000', '162505.370000', '162505.830000', '162506.290000', '162506.750000', '162507.210000', '162507.670000', '162508.130000', '162508.590000', '162509.050000', '162509.510000', '162509.970000', '162510.430000', '162510.890000', '162511.350000', '162511.810000', '162512.270000', '162512.730000', '162513.190000', '162513.650000', '162514.110000', '162514.570000', '162515.030000', '162515.490000', '162515.950000', '162516.410000', '162516.870000', '162517.330000', '162517.790000', '162518.250000', '162518.710000', '162519.170000', '162519.630000', '162520.090000', '162520.550000', '162521.010000', '162521.470000', '162521.930000', '162522.390000', '162522.850000', '162523.310000', '162523.770000', '162524.230000', '162524.690000', '162525.150000', '162525.610000', '162526.070000', '162526.530000', '162526.990000', '162527.450000', '162527.910000', '162528.370000', '162528.830000', '162529.290000', '162529.750000', '162530.210000', '162530.670000', '162531.130000', '162531.590000', '162532.050000', '162532.510000', '162532.970000', '162533.430000', '162533.890000', '162534.350000', '162534.810000', '162535.270000', '162535.730000', '162536.190000', '162536.650000', '162537.110000', '162537.570000', '162538.030000', '162538.490000', '162538.950000', '162539.410000', '162539.870000', '162540.330000', '162540.790000', '162541.250000', '162541.710000', '162542.170000', '162542.630000', '162543.090000', '162543.550000', '162544.010000', '162544.470000', '162544.930000', '162545.390000', '162545.850000', '162546.310000', '162546.770000', '162547.230000', '162547.690000', '162548.150000', '162548.610000', '162549.070000', '162549.530000', '162549.990000', '162550.450000', '162550.910000', '162551.370000', '162551.830000', '162552.290000', '162552.750000', '162553.210000', '162553.670000', '162554.130000', '162554.590000', '162555.050000', '162555.510000', '162555.970000', '162556.430000', '162556.890000', '162557.350000', '162557.810000', '162558.270000', '162558.730000', '162559.190000', '162559.650000', '162600.110000', '162600.570000', '162601.030000', '162601.490000', '162601.950000', '162602.410000', '162602.870000', '162603.330000', '162603.790000', '162604.250000', '162604.710000', '162605.170000', '162605.630000', '162606.090000', '162606.550000', '162607.010000', '162607.470000', '162607.930000', '162608.390000', '162608.850000', '162609.310000', '162609.770000', '162610.230000', '162610.690000', '162611.150000', '162611.610000', '162612.070000', '162612.530000', '162612.990000', '162613.450000', '162613.910000', '162614.370000', '162614.830000', '162615.290000', '162615.750000', '162616.210000', '162616.670000', '162617.130000', '162617.590000', '162618.050000', '162618.510000', '162618.970000', '162619.430000', '162619.890000', '162620.350000', '162620.810000', '162621.270000', '162621.730000', '162622.190000', '162622.650000', '162623.110000', '162623.570000', '162624.030000', '162624.490000', '162624.950000', '162625.410000', '162625.870000', '162626.330000', '162626.790000', '162627.250000', '162627.710000', '162628.170000', '162628.630000', '162629.090000', '162629.550000', '162630.010000', '162630.470000', '162630.930000', '162631.390000', '162631.850000', '162632.310000', '162632.770000', '162633.230000', '162633.690000', '162634.150000', '162634.610000', '162635.070000', '162635.530000', '162635.990000', '162636.450000', '162636.910000', '162637.370000', '162637.830000', '162638.290000', '162638.750000', '162639.210000', '162639.670000', '162640.130000', '162640.590000', '162641.050000', '162641.510000', '162641.970000', '162642.430000', '162642.890000', '162643.350000', '162643.810000', '162644.270000', '162644.730000', '162645.190000', '162645.650000', '162646.110000', '162646.570000', '162647.030000', '162647.490000', '162647.950000', '162648.410000', '162648.870000', '162649.330000', '162649.790000', '162650.250000', '162650.710000', '162651.170000', '162651.630000', '162652.090000', '162652.550000', '162653.010000', '162653.470000', '162653.930000', '162654.390000', '162654.850000', '162655.310000', '162655.770000', '162656.230000', '162656.690000', '162657.150000', '162657.610000', '162658.070000', '162658.530000', '162658.990000', '162659.450000', '162659.910000', '162700.370000', '162700.830000', '162701.290000', '162701.750000', '162702.210000', '162702.670000', '162703.130000', '162703.590000', '162704.050000', '162704.510000', '162704.970000', '162705.430000', '162705.890000', '162706.350000', '162706.810000', '162707.270000', '162707.730000', '162708.190000', '162708.650000', '162709.110000', '162709.570000', '162710.030000', '162710.490000', '162710.950000', '162711.410000', '162711.870000', '162712.330000', '162712.790000', '162713.250000', '162713.710000', '162714.170000', '162714.630000', '162715.090000', '162715.550000', '162716.010000', '162716.470000', '162716.930000', '162717.390000', '162717.850000', '162718.310000', '162718.770000', '162719.230000', '162719.690000', '162720.150000', '162720.610000', '162721.070000', '162721.530000', '162721.990000', '162722.450000', '162722.910000', '162723.370000', '162723.830000', '162724.290000', '162724.750000', '162725.210000', '162725.670000', '162726.130000', '162726.590000', '162727.050000', '162727.510000', '162727.970000', '162728.430000', '162728.890000', '162729.350000', '162729.810000', '162730.270000', '162730.730000', '162731.190000', '162731.650000', '162732.110000', '162732.570000', '162733.030000', '162733.490000', '162733.950000', '162734.410000', '162734.870000', '162735.330000', '162735.790000', '162736.250000', '162736.710000', '162737.170000', '162737.630000', '162738.090000', '162738.550000', '162739.010000', '162739.470000', '162739.930000', '162740.390000', '162740.850000', '162741.310000', '162741.770000', '162742.230000', '162742.690000', '162743.150000', '162743.610000', '162744.070000', '162744.530000', '162744.990000', '162745.450000', '162745.910000', '162746.370000', '162746.830000', '162747.290000', '162747.750000', '162748.210000', '162748.670000', '162749.130000', '162749.590000', '162750.050000', '162750.510000', '162750.970000', '162751.430000', '162751.890000', '162752.350000', '162752.810000', '162753.270000', '162753.730000', '162754.190000', '162754.650000', '162755.110000', '162755.570000', '162756.030000', '162756.490000', '162756.950000', '162757.410000', '162757.870000', '162758.330000', '162758.790000', '162759.250000', '162759.710000', '162800.170000', '162800.630000', '162801.090000', '162801.550000', '162802.010000', '162802.470000', '162802.930000', '162803.390000', '162803.850000', '162804.310000', '162804.770000', '162805.230000', '162805.690000', '162806.150000', '162806.610000', '162807.070000', '162807.530000', '162807.990000', '162808.450000', '162808.910000', '162809.370000', '162809.830000', '162810.290000', '162810.750000', '162811.210000', '162811.670000', '162812.130000', '162812.590000', '162813.050000', '162813.510000', '162813.970000', '162814.430000', '162814.890000', '162815.350000', '162815.810000', '162816.270000', '162816.730000', '162817.190000', '162817.650000', '162818.110000', '162818.570000', '162819.030000', '162819.490000', '162819.950000', '162820.410000', '162820.870000', '162821.330000', '162821.790000', '162822.250000', '162822.710000', '162823.170000', '162823.630000', '162824.090000', '162824.550000', '162825.010000', '162825.470000', '162825.930000', '162826.390000', '162826.850000', '162827.310000', '162827.770000', '162828.230000', '162828.690000', '162829.150000', '162829.610000', '162830.070000', '162830.530000', '162830.990000', '162831.450000', '162831.910000', '162832.370000', '162832.830000', '162833.290000', '162833.750000', '162834.210000', '162834.670000', '162835.130000', '162835.590000', '162836.050000', '162836.510000', '162836.970000', '162837.430000', '162837.890000', '162838.350000', '162838.810000', '162839.270000', '162839.730000', '162840.190000', '162840.650000', '162841.110000', '162841.570000', '162842.030000', '162842.490000', '162842.950000', '162843.410000', '162843.870000', '162844.330000', '162844.790000', '162845.250000', '162845.710000', '162846.170000', '162846.630000', '162847.090000', '162847.550000', '162848.010000', '162848.470000', '162848.930000', '162849.390000', '162849.850000', '162850.310000', '162850.770000', '162851.230000', '162851.690000', '162852.150000', '162852.610000', '162853.070000', '162853.530000', '162853.990000', '162854.450000', '162854.910000', '162855.370000', '162855.830000', '162856.290000', '162856.750000', '162857.210000', '162857.670000', '162858.130000', '162858.590000', '162859.050000', '162859.510000', '162859.970000', '162900.430000', '162900.890000', '162901.350000', '162901.810000', '162902.270000', '162902.730000', '162903.190000', '162903.650000', '162904.110000', '162904.570000', '162905.030000', '162905.490000', '162905.950000', '162906.410000', '162906.870000', '162907.330000', '162907.790000', '162908.250000', '162908.710000', '162909.170000', '162909.630000', '162910.090000', '162910.550000', '162911.010000', '162911.470000', '162911.930000', '162912.390000', '162912.850000', '162913.310000', '162913.770000', '162914.230000', '162914.690000', '162915.150000', '162915.610000', '162916.070000', '162916.530000', '162916.990000', '162917.450000', '162917.910000', '162918.370000', '162918.830000', '162919.290000', '162919.750000', '162920.210000', '162920.670000', '162921.130000', '162921.590000', '162922.050000', '162922.510000', '162922.970000', '162923.430000', '162923.890000', '162924.350000', '162924.810000', '162925.270000', '162925.730000', '162926.190000', '162926.650000', '162927.110000', '162927.570000', '162928.030000', '162928.490000', '162928.950000', '162929.410000', '162929.870000', '162930.330000', '162930.790000', '162931.250000', '162931.710000', '162932.170000', '162932.630000', '162933.090000', '162933.550000', '162934.010000', '162934.470000', '162934.930000', '162935.390000', '162935.850000', '162936.310000', '162936.770000', '162937.230000', '162937.690000', '162938.150000', '162938.610000', '162939.070000', '162939.530000', '162939.990000', '162940.450000', '162940.910000', '162941.370000', '162941.830000', '162942.290000', '162942.750000', '162943.210000', '162943.670000', '162944.130000', '162944.590000', '162945.050000', '162945.510000', '162945.970000', '162946.430000', '162946.890000', '162947.350000', '162947.810000', '162948.270000', '162948.730000', '162949.190000', '162949.650000', '162950.110000', '162950.570000', '162951.030000', '162951.490000', '162951.950000', '162952.410000', '162952.870000', '162953.330000', '162953.790000', '162954.250000', '162954.710000', '162955.170000', '162955.630000', '162956.090000', '162956.550000', '162957.010000', '162957.470000', '162957.930000', '162958.390000', '162958.850000', '162959.310000', '162959.770000', '163000.230000', '163000.690000', '163001.150000', '163001.610000', '163002.070000', '163002.530000', '163002.990000', '163003.450000', '163003.910000', '163004.370000', '163004.830000', '163005.290000', '163005.750000', '163006.210000', '163006.670000', '163007.130000', '163007.590000', '163008.050000', '163008.510000', '163008.970000', '163009.430000', '163009.890000', '163010.350000', '163010.810000', '163011.270000', '163011.730000', '163012.190000', '163012.650000', '163013.110000', '163013.570000', '163014.030000', '163014.490000', '163014.950000', '163015.410000', '163015.870000', '163016.330000', '163016.790000', '163017.250000', '163017.710000', '163018.170000', '163018.630000', '163019.090000', '163019.550000', '163020.010000', '163020.470000', '163020.930000', '163021.390000', '163021.850000', '163022.310000', '163022.770000', '163023.230000', '163023.690000', '163024.150000', '163024.610000', '163025.070000', '163025.530000', '163025.990000', '163026.450000', '163026.910000', '163027.370000', '163027.830000', '163028.290000', '163028.750000', '163029.210000', '163029.670000', '163030.130000', '163030.590000', '163031.050000', '163031.510000', '163031.970000', '163032.430000', '163032.890000', '163033.350000', '163033.810000', '163034.270000', '163034.730000', '163035.190000', '163035.650000', '163036.110000', '163036.570000', '163037.030000', '163037.490000', '163037.950000', '163038.410000', '163038.870000', '163039.330000', '163039.790000', '163040.250000', '163040.710000', '163041.170000', '163041.630000', '163042.090000', '163042.550000', '163043.010000', '163043.470000', '163043.930000', '163044.390000', '163044.850000', '163045.310000', '163045.770000', '163046.230000', '163046.690000', '163047.150000', '163047.610000', '163048.070000', '163048.530000', '163048.990000', '163049.450000', '163049.910000', '163050.370000', '163050.830000', '163051.290000', '163051.750000', '163052.210000', '163052.670000', '163053.130000', '163053.590000', '163054.050000', '163054.510000', '163054.970000', '163055.430000', '163055.890000', '163056.350000', '163056.810000', '163057.270000', '163057.730000', '163058.190000', '163058.650000', '163059.110000', '163059.570000', '163100.030000', '163100.490000', '163100.950000', '163101.410000', '163101.870000', '163102.330000', '163102.790000', '163103.250000', '163103.710000', '163104.170000', '163104.630000', '163105.090000', '163105.550000', '163106.010000', '163106.470000', '163106.930000', '163107.390000', '163107.850000', '163108.310000', '163108.770000', '163109.230000', '163109.690000', '163110.150000', '163110.610000', '163111.070000', '163111.530000', '163111.990000', '163112.450000', '163112.910000', '163113.370000', '163113.830000', '163114.290000', '163114.750000', '163115.210000', '163115.670000', '163116.130000', '163116.590000', '163117.050000', '163117.510000', '163117.970000', '163118.430000', '163118.890000', '163119.350000', '163119.810000', '163120.270000', '163120.730000', '163121.190000', '163121.650000', '163122.110000', '163122.570000', '163123.030000', '163123.490000', '163123.950000', '163124.410000', '163124.870000', '163125.330000', '163125.790000', '163126.250000', '163126.710000', '163127.170000', '163127.630000', '163128.090000', '163128.550000', '163129.010000', '163129.470000', '163129.930000', '163130.390000', '163130.850000', '163131.310000', '163131.770000', '163132.230000', '163132.690000', '163133.150000', '163133.610000', '163134.070000', '163134.530000', '163134.990000', '163135.450000', '163135.910000', '163136.370000', '163136.830000', '163137.290000', '163137.750000', '163138.210000', '163138.670000', '163139.130000', '163139.590000', '163140.050000', '163140.510000', '163140.970000', '163141.430000', '163141.890000', '163142.350000', '163142.810000', '163143.270000', '163143.730000', '163144.190000', '163144.650000', '163145.110000', '163145.570000', '163146.030000', '163146.490000', '163146.950000', '163147.410000', '163147.870000', '163148.330000', '163148.790000', '163149.250000', '163149.710000', '163150.170000', '163150.630000', '163151.090000', '163151.550000', '163152.010000', '163152.470000', '163152.930000', '163153.390000', '163153.850000', '163154.310000', '163154.770000', '163155.230000', '163155.690000', '163156.150000', '163156.610000', '163157.070000', '163157.530000', '163157.990000', '163158.450000', '163158.910000', '163159.370000', '163159.830000', '163200.290000', '163200.750000', '163201.210000', '163201.670000', '163202.130000', '163202.590000', '163203.050000', '163203.510000', '163203.970000', '163204.430000', '163204.890000', '163205.350000', '163205.810000', '163206.270000', '163206.730000', '163207.190000', '163207.650000', '163208.110000', '163208.570000', '163209.030000', '163209.490000', '163209.950000', '163210.410000', '163210.870000', '163211.330000', '163211.790000', '163212.250000', '163212.710000', '163213.170000', '163213.630000', '163214.090000', '163214.550000', '163215.010000', '163215.470000', '163215.930000', '163216.390000', '163216.850000', '163217.310000', '163217.770000', '163218.230000', '163218.690000', '163219.150000', '163219.610000', '163220.070000', '163220.530000', '163220.990000', '163221.450000', '163221.910000', '163222.370000', '163222.830000', '163223.290000', '163223.750000', '163224.210000', '163224.670000', '163225.130000', '163225.590000', '163226.050000', '163226.510000', '163226.970000', '163227.430000', '163227.890000', '163228.350000', '163228.810000', '163229.270000', '163229.730000', '163230.190000', '163230.650000', '163231.110000', '163231.570000', '163232.030000', '163232.490000', '163232.950000', '163233.410000', '163233.870000', '163234.330000', '163234.790000', '163235.250000', '163235.710000', '163236.170000', '163236.630000', '163237.090000', '163237.550000', '163238.010000', '163238.470000', '163238.930000', '163239.390000', '163239.850000', '163240.310000', '163240.770000', '163241.230000', '163241.690000', '163242.150000', '163242.610000', '163243.070000', '163243.530000', '163243.990000', '163244.450000', '163244.910000', '163245.370000', '163245.830000', '163246.290000', '163246.750000', '163247.210000', '163247.670000', '163248.130000', '163248.590000', '163249.050000', '163249.510000', '163249.970000', '163250.430000', '163250.890000', '163251.350000', '163251.810000', '163252.270000', '163252.730000', '163253.190000', '163253.650000', '163254.110000', '163254.570000', '163255.030000', '163255.490000', '163255.950000', '163256.410000', '163256.870000', '163257.330000', '163257.790000', '163258.250000', '163258.710000', '163259.170000', '163259.630000', '163300.090000', '163300.550000', '163301.010000', '163301.470000', '163301.930000', '163302.390000', '163302.850000', '163303.310000', '163303.770000', '163304.230000', '163304.690000', '163305.150000', '163305.610000', '163306.070000', '163306.530000', '163306.990000', '163307.450000', '163307.910000', '163308.370000', '163308.830000', '163309.290000', '163309.750000', '163310.210000', '163310.670000', '163311.130000', '163311.590000', '163312.050000', '163312.510000', '163312.970000', '163313.430000', '163313.890000', '163314.350000', '163314.810000', '163315.270000', '163315.730000', '163316.190000', '163316.650000', '163317.110000', '163317.570000', '163318.030000', '163318.490000', '163318.950000', '163319.410000', '163319.870000', '163320.330000', '163320.790000', '163321.250000', '163321.710000', '163322.170000', '163322.630000', '163323.090000', '163323.550000', '163324.010000', '163324.470000', '163324.930000', '163325.390000', '163325.850000', '163326.310000', '163326.770000', '163327.230000', '163327.690000', '163328.150000', '163328.610000', '163329.070000', '163329.530000'], 'ContentTime': ['162504.012000', '162504.015000', '162504.018000', '162504.021000', '162504.024000', '162504.027000', '162504.030000', '162504.033000', '162504.036000', '162504.038000', '162504.041000', '162504.044000', '162504.047000', '162504.065000', '162504.067000', '162504.070000', '162504.073000', '162504.076000', '162504.079000', '162504.082000', '162504.085000', '162504.087000', '162504.090000', '162504.093000', '162504.103000', '162504.106000', '162504.108000', '162504.111000', '162504.114000', '162504.117000', '162504.120000', '162504.123000', '162504.126000', '162504.129000', '162504.131000', '162504.134000', '162504.137000', '162504.140000', '162504.143000', '162504.146000', '162504.148000', '162504.151000', '162504.154000', '162504.157000', '162504.160000', '162504.163000', '162504.166000', '162504.169000', '162504.171000', '162504.174000', '162504.177000', '162504.180000', '162504.183000', '162504.185000', '162504.188000', '162523.970000', '162523.973000', '162523.976000', '162523.979000', '162523.982000', '162523.985000', '162523.987000', '162523.997000', '162524.001000', '162524.004000', '162524.006000', '162524.009000', '162524.012000', '162524.015000', '162524.018000', '162524.021000', '162524.024000', '162524.027000', '162524.029000', '162524.033000', '162524.037000', '162524.040000', '162524.042000', '162524.045000', '162524.048000', '162524.051000', '162524.054000', '162524.057000', '162524.060000', '162524.063000', '162524.065000', '162524.068000', '162524.071000', '162524.074000', '162524.077000', '162524.080000', '162524.083000', '162524.086000', '162524.089000', '162524.092000', '162524.094000', '162524.097000', '162524.100000', '162543.971000', '162543.974000', '162543.977000', '162543.980000', '162543.983000', '162543.985000', '162543.988000', '162543.991000', '162543.994000', '162543.997000', '162544.001000', '162544.005000', '162544.008000', '162544.011000', '162544.013000', '162544.016000', '162544.019000', '162544.022000', '162544.025000', '162544.028000', '162544.031000', '162544.034000', '162544.037000', '162544.039000', '162544.042000', '162544.045000', '162544.048000', '162544.051000', '162544.054000', '162544.057000', '162544.060000', '162544.063000', '162544.065000', '162544.068000', '162544.071000', '162544.074000', '162544.077000', '162544.080000', '162544.082000', '162544.085000', '162544.088000', '162544.091000', '162544.094000', '162544.097000', '162603.971000', '162603.974000', '162603.977000', '162603.980000', '162603.983000', '162603.986000', '162603.989000', '162603.992000', '162603.995000', '162603.997000', '162604.001000', '162604.004000', '162604.007000', '162604.010000', '162604.013000', '162604.016000', '162604.019000', '162604.022000', '162604.025000', '162604.027000', '162604.030000', '162604.033000', '162604.042000', '162604.045000', '162604.048000', '162604.051000', '162604.054000', '162604.057000', '162604.060000', '162604.063000', '162604.065000', '162604.068000', '162604.071000', '162604.074000', '162604.077000', '162604.080000', '162604.083000', '162604.086000', '162604.089000', '162604.092000', '162604.094000', '162604.097000', '162604.100000', '162623.971000', '162623.980000', '162623.983000', '162623.986000', '162623.989000', '162623.992000', '162623.994000', '162623.997000', '162624.001000', '162624.004000', '162624.007000', '162624.010000', '162624.013000', '162624.016000', '162624.019000', '162624.022000', '162624.025000', '162624.028000', '162624.031000', '162624.033000', '162624.036000', '162624.039000', '162624.042000', '162624.045000', '162624.048000', '162624.051000', '162624.054000', '162624.057000', '162624.060000', '162624.063000', '162624.065000', '162624.068000', '162624.071000', '162624.074000', '162624.077000', '162624.080000', '162624.083000', '162624.086000', '162624.089000', '162624.092000', '162624.095000', '162624.098000', '162624.100000', '162624.103000', '162643.971000', '162643.974000', '162643.977000', '162643.980000', '162643.983000', '162643.985000', '162643.988000', '162643.991000', '162643.994000', '162643.997000', '162644.001000', '162644.013000', '162644.016000', '162644.019000', '162644.022000', '162644.024000', '162644.027000', '162644.030000', '162644.033000', '162644.036000', '162644.039000', '162644.042000', '162644.045000', '162644.048000', '162644.051000', '162644.054000', '162644.057000', '162644.060000', '162644.062000', '162644.065000', '162644.077000', '162644.080000', '162644.082000', '162644.085000', '162644.088000', '162644.091000', '162644.094000', '162644.097000', '162644.100000', '162644.103000', '162644.106000', '162644.109000', '162644.112000', '162703.970000', '162703.973000', '162703.976000', '162703.979000', '162703.982000', '162703.985000', '162703.988000', '162703.990000', '162703.993000', '162703.996000', '162704.000000', '162704.003000', '162704.006000', '162704.009000', '162704.012000', '162704.014000', '162704.017000', '162704.020000', '162704.023000', '162704.026000', '162704.029000', '162704.032000', '162704.035000', '162704.038000', '162704.041000', '162704.044000', '162704.046000', '162704.049000', '162704.052000', '162704.055000', '162704.058000', '162704.061000', '162704.064000', '162704.067000', '162704.069000', '162704.073000', '162704.075000', '162704.078000', '162704.081000', '162704.084000', '162704.087000', '162704.090000', '162704.093000', '162704.096000', '162723.970000', '162723.980000', '162723.983000', '162723.986000', '162723.989000', '162723.992000', '162723.995000', '162723.998000', '162724.002000', '162724.005000', '162724.008000', '162724.011000', '162724.014000', '162724.017000', '162724.020000', '162724.022000', '162724.025000', '162724.028000', '162724.031000', '162724.034000', '162724.037000', '162724.040000', '162724.043000', '162724.046000', '162724.049000', '162724.052000', '162724.055000', '162724.058000', '162724.061000', '162724.063000', '162724.066000', '162724.069000', '162724.072000', '162724.075000', '162724.078000', '162724.081000', '162724.084000', '162724.087000', '162724.090000', '162724.093000', '162724.095000', '162724.098000', '162724.101000', '162743.970000', '162743.973000', '162743.976000', '162743.979000', '162743.982000', '162743.984000', '162743.987000', '162743.990000', '162743.993000', '162743.996000', '162744.000000', '162744.003000', '162744.006000', '162744.008000', '162744.011000', '162744.014000', '162744.017000', '162744.020000', '162744.023000', '162744.026000', '162744.029000', '162744.031000', '162744.034000', '162744.037000', '162744.040000', '162744.043000', '162744.046000', '162744.049000', '162744.051000', '162744.054000', '162744.058000', '162744.060000', '162744.063000', '162744.066000', '162744.069000', '162744.072000', '162744.075000', '162744.078000', '162744.081000', '162744.084000', '162744.087000', '162744.090000', '162744.093000', '162744.096000', '162803.971000', '162803.984000', '162803.987000', '162803.990000', '162803.993000', '162803.996000', '162804.000000', '162804.003000', '162804.006000', '162804.009000', '162804.012000', '162804.015000', '162804.017000', '162804.020000', '162804.023000', '162804.026000', '162804.029000', '162804.032000', '162804.035000', '162804.038000', '162804.040000', '162804.043000', '162804.046000', '162804.049000', '162804.052000', '162804.055000', '162804.058000', '162804.061000', '162804.064000', '162804.067000', '162804.070000', '162804.072000', '162804.075000', '162804.078000', '162804.081000', '162804.084000', '162804.102000', '162804.104000', '162804.107000', '162804.111000', '162804.114000', '162804.117000', '162804.120000', '162823.971000', '162823.974000', '162823.977000', '162823.980000', '162823.983000', '162823.986000', '162823.989000', '162823.992000', '162823.995000', '162823.998000', '162824.002000', '162824.004000', '162824.007000', '162824.010000', '162824.013000', '162824.016000', '162824.019000', '162824.022000', '162824.026000', '162824.031000', '162824.034000', '162824.037000', '162824.040000', '162824.043000', '162824.046000', '162824.049000', '162824.052000', '162824.055000', '162824.058000', '162824.061000', '162824.063000', '162824.066000', '162824.069000', '162824.072000', '162824.075000', '162824.078000', '162824.081000', '162824.084000', '162824.087000', '162824.090000', '162824.093000', '162824.096000', '162824.098000', '162843.971000', '162843.974000', '162843.977000', '162843.980000', '162843.983000', '162843.986000', '162843.988000', '162843.991000', '162843.995000', '162843.997000', '162844.001000', '162844.004000', '162844.007000', '162844.010000', '162844.013000', '162844.016000', '162844.019000', '162844.022000', '162844.025000', '162844.028000', '162844.031000', '162844.034000', '162844.037000', '162844.039000', '162844.043000', '162844.045000', '162844.048000', '162844.051000', '162844.054000', '162844.057000', '162844.060000', '162844.063000', '162844.066000', '162844.069000', '162844.072000', '162844.075000', '162844.078000', '162844.081000', '162844.084000', '162844.087000', '162844.090000', '162844.092000', '162844.095000', '162844.098000', '162903.971000', '162903.974000', '162903.977000', '162903.981000', '162903.984000', '162903.987000', '162903.990000', '162903.993000', '162903.996000', '162904.000000', '162904.003000', '162904.005000', '162904.008000', '162904.011000', '162904.014000', '162904.017000', '162904.020000', '162904.023000', '162904.026000', '162904.029000', '162904.032000', '162904.035000', '162904.038000', '162904.041000', '162904.044000', '162904.047000', '162904.049000', '162904.052000', '162904.055000', '162904.058000', '162904.061000', '162904.064000', '162904.067000', '162904.070000', '162904.073000', '162904.076000', '162904.079000', '162904.082000', '162904.085000', '162904.087000', '162904.090000', '162904.093000', '162904.096000', '162923.970000', '162923.973000', '162923.976000', '162923.979000', '162923.982000', '162923.985000', '162923.988000', '162923.991000', '162923.993000', '162923.996000', '162924.000000', '162924.003000', '162924.006000', '162924.009000', '162924.012000', '162924.015000', '162924.017000', '162924.020000', '162924.023000', '162924.026000', '162924.029000', '162924.032000', '162924.035000', '162924.038000', '162924.041000', '162924.044000', '162924.046000', '162924.049000', '162924.052000', '162924.055000', '162924.058000', '162924.061000', '162924.064000', '162924.067000', '162924.070000', '162924.073000', '162924.075000', '162924.078000', '162924.081000', '162924.084000', '162924.087000', '162924.090000', '162924.093000', '162924.095000', '162943.970000', '162943.973000', '162943.976000', '162943.979000', '162943.982000', '162943.985000', '162943.988000', '162943.991000', '162943.994000', '162943.997000', '162944.001000', '162944.004000', '162944.007000', '162944.009000', '162944.012000', '162944.015000', '162944.018000', '162944.021000', '162944.035000', '162944.038000', '162944.041000', '162944.044000', '162944.047000', '162944.050000', '162944.052000', '162944.055000', '162944.058000', '162944.061000', '162944.064000', '162944.067000', '162944.070000', '162944.073000', '162944.076000', '162944.078000', '162944.081000', '162944.084000', '162944.087000', '162944.090000', '162944.093000', '162944.096000', '162944.099000', '162944.102000', '162944.104000', '163003.970000', '163003.973000', '163003.976000', '163003.979000', '163003.982000', '163003.985000', '163003.988000', '163003.991000', '163003.993000', '163003.996000', '163004.000000', '163004.003000', '163004.006000', '163004.009000', '163004.012000', '163004.015000', '163004.017000', '163004.020000', '163004.023000', '163004.026000', '163004.029000', '163004.032000', '163004.035000', '163004.038000', '163004.041000', '163004.044000', '163004.047000', '163004.049000', '163004.052000', '163004.055000', '163004.058000', '163004.061000', '163004.064000', '163004.067000', '163004.070000', '163004.073000', '163004.075000', '163004.078000', '163004.081000', '163004.084000', '163004.087000', '163004.090000', '163004.093000', '163004.096000', '163023.971000', '163023.974000', '163023.977000', '163023.980000', '163023.983000', '163023.988000', '163023.991000', '163023.993000', '163023.996000', '163024.000000', '163024.003000', '163024.006000', '163024.009000', '163024.012000', '163024.015000', '163024.018000', '163024.021000', '163024.024000', '163024.027000', '163024.030000', '163024.033000', '163024.036000', '163024.039000', '163024.041000', '163024.044000', '163024.047000', '163024.050000', '163024.053000', '163024.056000', '163024.059000', '163024.062000', '163024.065000', '163024.068000', '163024.070000', '163024.073000', '163024.076000', '163024.079000', '163024.082000', '163024.085000', '163024.088000', '163024.091000', '163024.094000', '163024.096000', '163043.971000', '163043.974000', '163043.977000', '163043.980000', '163043.983000', '163043.986000', '163043.989000', '163043.992000', '163043.995000', '163043.998000', '163044.001000', '163044.004000', '163044.007000', '163044.010000', '163044.013000', '163044.016000', '163044.019000', '163044.022000', '163044.025000', '163044.027000', '163044.030000', '163044.033000', '163044.036000', '163044.039000', '163044.042000', '163044.045000', '163044.048000', '163044.051000', '163044.054000', '163044.057000', '163044.060000', '163044.062000', '163044.065000', '163044.068000', '163044.071000', '163044.074000', '163044.077000', '163044.080000', '163044.083000', '163044.086000', '163044.089000', '163044.091000', '163044.094000', '163044.097000', '163103.971000', '163103.974000', '163103.977000', '163103.980000', '163103.983000', '163103.986000', '163103.988000', '163103.991000', '163103.994000', '163103.997000', '163104.001000', '163104.004000', '163104.007000', '163104.009000', '163104.012000', '163104.015000', '163104.018000', '163104.021000', '163104.024000', '163104.027000', '163104.030000', '163104.033000', '163104.035000', '163104.039000', '163104.042000', '163104.045000', '163104.048000', '163104.051000', '163104.071000', '163104.074000', '163104.077000', '163104.080000', '163104.082000', '163104.085000', '163104.088000', '163104.091000', '163104.094000', '163104.097000', '163104.100000', '163104.103000', '163104.105000', '163104.108000', '163104.111000', '163123.971000', '163123.974000', '163123.977000', '163123.980000', '163123.983000', '163123.986000', '163123.989000', '163123.992000', '163123.994000', '163123.997000', '163124.001000', '163124.004000', '163124.007000', '163124.010000', '163124.013000', '163124.016000', '163124.019000', '163124.021000', '163124.024000', '163124.027000', '163124.030000', '163124.033000', '163124.036000', '163124.039000', '163124.042000', '163124.045000', '163124.047000', '163124.050000', '163124.053000', '163124.056000', '163124.059000', '163124.062000', '163124.065000', '163124.068000', '163124.071000', '163124.074000', '163124.076000', '163124.079000', '163124.082000', '163124.085000', '163124.088000', '163124.091000', '163124.094000', '163124.097000', '163143.970000', '163143.973000', '163143.976000', '163143.979000', '163143.982000', '163143.986000', '163143.989000', '163143.992000', '163143.995000', '163143.998000', '163144.002000', '163144.004000', '163144.007000', '163144.010000', '163144.013000', '163144.016000', '163144.019000', '163144.022000', '163144.025000', '163144.028000', '163144.031000', '163144.034000', '163144.037000', '163144.040000', '163144.043000', '163144.046000', '163144.050000', '163144.055000', '163144.058000', '163144.061000', '163144.064000', '163144.067000', '163144.070000', '163144.073000', '163144.076000', '163144.078000', '163144.081000', '163144.084000', '163144.087000', '163144.090000', '163144.093000', '163144.096000', '163144.099000', '163203.970000', '163203.973000', '163203.976000', '163203.979000', '163203.982000', '163203.985000', '163203.988000', '163203.991000', '163203.993000', '163203.996000', '163204.000000', '163204.003000', '163204.006000', '163204.009000', '163204.012000', '163204.023000', '163204.026000', '163204.029000', '163204.031000', '163204.034000', '163204.037000', '163204.040000', '163204.043000', '163204.046000', '163204.049000', '163204.052000', '163204.055000', '163204.058000', '163204.061000', '163204.064000', '163204.067000', '163204.069000', '163204.072000', '163204.075000', '163204.078000', '163204.081000', '163204.084000', '163204.086000', '163204.089000', '163204.092000', '163204.095000', '163204.098000', '163204.101000', '163204.104000', '163223.970000', '163223.973000', '163223.976000', '163223.979000', '163223.982000', '163223.985000', '163223.988000', '163223.991000', '163223.993000', '163223.996000', '163224.000000', '163224.003000', '163224.006000', '163224.009000', '163224.012000', '163224.015000', '163224.017000', '163224.020000', '163224.023000', '163224.026000', '163224.029000', '163224.032000', '163224.035000', '163224.038000', '163224.040000', '163224.056000', '163224.059000', '163224.062000', '163224.065000', '163224.068000', '163224.071000', '163224.074000', '163224.077000', '163224.079000', '163224.082000', '163224.085000', '163224.088000', '163224.091000', '163224.094000', '163224.097000', '163224.100000', '163224.103000', '163224.105000', '163243.971000', '163243.974000', '163243.977000', '163243.980000', '163243.983000', '163243.986000', '163243.989000', '163243.992000', '163243.995000', '163243.997000', '163244.006000', '163244.009000', '163244.012000', '163244.015000', '163244.018000', '163244.021000', '163244.023000', '163244.026000', '163244.029000', '163244.032000', '163244.035000', '163244.038000', '163244.041000', '163244.044000', '163244.047000', '163244.050000', '163244.053000', '163244.056000', '163244.058000', '163244.061000', '163244.064000', '163244.067000', '163244.070000', '163244.073000', '163244.076000', '163244.079000', '163244.082000', '163244.084000', '163244.087000', '163244.090000', '163244.093000', '163244.097000', '163244.100000', '163244.103000', '163303.971000', '163303.974000', '163303.977000', '163303.980000', '163303.983000', '163303.986000', '163303.989000', '163303.991000', '163303.994000', '163303.997000', '163304.001000', '163304.004000', '163304.007000', '163304.010000', '163304.013000', '163304.016000', '163304.018000', '163304.021000', '163304.026000', '163304.029000', '163304.032000', '163304.035000', '163304.038000', '163304.041000', '163304.055000', '163304.058000', '163304.061000', '163304.064000', '163304.067000', '163304.070000', '163304.072000', '163304.075000', '163304.078000', '163304.081000', '163304.084000', '163304.087000', '163304.090000', '163304.093000', '163304.096000', '163304.099000', '163304.102000', '163304.105000', '163304.108000', '163323.971000', '163323.974000', '163323.977000', '163323.980000', '163323.983000', '163323.986000', '163323.989000', '163323.992000', '163323.995000', '163323.998000', '163324.002000', '163324.005000', '163324.008000', '163324.010000', '163324.013000', '163324.016000', '163324.019000', '163324.022000', '163324.025000', '163324.028000', '163324.031000', '163324.039000', '163324.042000', '163324.045000', '163324.048000', '163324.051000', '163324.054000', '163324.057000', '163324.060000', '163324.063000', '163324.066000', '163324.069000', '163324.072000', '163324.075000', '163324.078000', '163324.080000', '163324.083000', '163324.086000', '163324.089000', '163324.092000', '163324.095000', '163324.098000', '163324.101000', '163324.104000', '163330.835000', '163330.839000', '163330.842000', '163330.845000', '163330.849000', '163330.852000', '163330.855000', '163330.858000', '163330.861000', '163330.864000', '163330.867000', '163330.870000', '163330.873000', '163330.876000', '163330.879000'], 'InstanceCreationTime': ['162504.012000', '162504.015000', '162504.018000', '162504.021000', '162504.024000', '162504.027000', '162504.030000', '162504.033000', '162504.036000', '162504.038000', '162504.041000', '162504.044000', '162504.047000', '162504.065000', '162504.067000', '162504.070000', '162504.073000', '162504.076000', '162504.079000', '162504.082000', '162504.085000', '162504.087000', '162504.090000', '162504.093000', '162504.103000', '162504.106000', '162504.108000', '162504.111000', '162504.114000', '162504.117000', '162504.120000', '162504.123000', '162504.126000', '162504.129000', '162504.131000', '162504.134000', '162504.137000', '162504.140000', '162504.143000', '162504.146000', '162504.148000', '162504.151000', '162504.154000', '162504.157000', '162504.160000', '162504.163000', '162504.166000', '162504.169000', '162504.171000', '162504.174000', '162504.177000', '162504.180000', '162504.183000', '162504.185000', '162504.188000', '162523.970000', '162523.973000', '162523.976000', '162523.979000', '162523.982000', '162523.985000', '162523.987000', '162523.997000', '162524.001000', '162524.004000', '162524.006000', '162524.009000', '162524.012000', '162524.015000', '162524.018000', '162524.021000', '162524.024000', '162524.027000', '162524.029000', '162524.033000', '162524.037000', '162524.040000', '162524.042000', '162524.045000', '162524.048000', '162524.051000', '162524.054000', '162524.057000', '162524.060000', '162524.063000', '162524.065000', '162524.068000', '162524.071000', '162524.074000', '162524.077000', '162524.080000', '162524.083000', '162524.086000', '162524.089000', '162524.092000', '162524.094000', '162524.097000', '162524.100000', '162543.971000', '162543.974000', '162543.977000', '162543.980000', '162543.983000', '162543.985000', '162543.988000', '162543.991000', '162543.994000', '162543.997000', '162544.001000', '162544.005000', '162544.008000', '162544.011000', '162544.013000', '162544.016000', '162544.019000', '162544.022000', '162544.025000', '162544.028000', '162544.031000', '162544.034000', '162544.037000', '162544.039000', '162544.042000', '162544.045000', '162544.048000', '162544.051000', '162544.054000', '162544.057000', '162544.060000', '162544.063000', '162544.065000', '162544.068000', '162544.071000', '162544.074000', '162544.077000', '162544.080000', '162544.082000', '162544.085000', '162544.088000', '162544.091000', '162544.094000', '162544.097000', '162603.971000', '162603.974000', '162603.977000', '162603.980000', '162603.983000', '162603.986000', '162603.989000', '162603.992000', '162603.995000', '162603.997000', '162604.001000', '162604.004000', '162604.007000', '162604.010000', '162604.013000', '162604.016000', '162604.019000', '162604.022000', '162604.025000', '162604.027000', '162604.030000', '162604.033000', '162604.042000', '162604.045000', '162604.048000', '162604.051000', '162604.054000', '162604.057000', '162604.060000', '162604.063000', '162604.065000', '162604.068000', '162604.071000', '162604.074000', '162604.077000', '162604.080000', '162604.083000', '162604.086000', '162604.089000', '162604.092000', '162604.094000', '162604.097000', '162604.100000', '162623.971000', '162623.980000', '162623.983000', '162623.986000', '162623.989000', '162623.992000', '162623.994000', '162623.997000', '162624.001000', '162624.004000', '162624.007000', '162624.010000', '162624.013000', '162624.016000', '162624.019000', '162624.022000', '162624.025000', '162624.028000', '162624.031000', '162624.033000', '162624.036000', '162624.039000', '162624.042000', '162624.045000', '162624.048000', '162624.051000', '162624.054000', '162624.057000', '162624.060000', '162624.063000', '162624.065000', '162624.068000', '162624.071000', '162624.074000', '162624.077000', '162624.080000', '162624.083000', '162624.086000', '162624.089000', '162624.092000', '162624.095000', '162624.098000', '162624.100000', '162624.103000', '162643.971000', '162643.974000', '162643.977000', '162643.980000', '162643.983000', '162643.985000', '162643.988000', '162643.991000', '162643.994000', '162643.997000', '162644.001000', '162644.013000', '162644.016000', '162644.019000', '162644.022000', '162644.024000', '162644.027000', '162644.030000', '162644.033000', '162644.036000', '162644.039000', '162644.042000', '162644.045000', '162644.048000', '162644.051000', '162644.054000', '162644.057000', '162644.060000', '162644.062000', '162644.065000', '162644.077000', '162644.080000', '162644.082000', '162644.085000', '162644.088000', '162644.091000', '162644.094000', '162644.097000', '162644.100000', '162644.103000', '162644.106000', '162644.109000', '162644.112000', '162703.970000', '162703.973000', '162703.976000', '162703.979000', '162703.982000', '162703.985000', '162703.988000', '162703.990000', '162703.993000', '162703.996000', '162704.000000', '162704.003000', '162704.006000', '162704.009000', '162704.012000', '162704.014000', '162704.017000', '162704.020000', '162704.023000', '162704.026000', '162704.029000', '162704.032000', '162704.035000', '162704.038000', '162704.041000', '162704.044000', '162704.046000', '162704.049000', '162704.052000', '162704.055000', '162704.058000', '162704.061000', '162704.064000', '162704.067000', '162704.069000', '162704.073000', '162704.075000', '162704.078000', '162704.081000', '162704.084000', '162704.087000', '162704.090000', '162704.093000', '162704.096000', '162723.970000', '162723.980000', '162723.983000', '162723.986000', '162723.989000', '162723.992000', '162723.995000', '162723.998000', '162724.002000', '162724.005000', '162724.008000', '162724.011000', '162724.014000', '162724.017000', '162724.020000', '162724.022000', '162724.025000', '162724.028000', '162724.031000', '162724.034000', '162724.037000', '162724.040000', '162724.043000', '162724.046000', '162724.049000', '162724.052000', '162724.055000', '162724.058000', '162724.061000', '162724.063000', '162724.066000', '162724.069000', '162724.072000', '162724.075000', '162724.078000', '162724.081000', '162724.084000', '162724.087000', '162724.090000', '162724.093000', '162724.095000', '162724.098000', '162724.101000', '162743.970000', '162743.973000', '162743.976000', '162743.979000', '162743.982000', '162743.984000', '162743.987000', '162743.990000', '162743.993000', '162743.996000', '162744.000000', '162744.003000', '162744.006000', '162744.008000', '162744.011000', '162744.014000', '162744.017000', '162744.020000', '162744.023000', '162744.026000', '162744.029000', '162744.031000', '162744.034000', '162744.037000', '162744.040000', '162744.043000', '162744.046000', '162744.049000', '162744.051000', '162744.054000', '162744.058000', '162744.060000', '162744.063000', '162744.066000', '162744.069000', '162744.072000', '162744.075000', '162744.078000', '162744.081000', '162744.084000', '162744.087000', '162744.090000', '162744.093000', '162744.096000', '162803.971000', '162803.984000', '162803.987000', '162803.990000', '162803.993000', '162803.996000', '162804.000000', '162804.003000', '162804.006000', '162804.009000', '162804.012000', '162804.015000', '162804.017000', '162804.020000', '162804.023000', '162804.026000', '162804.029000', '162804.032000', '162804.035000', '162804.038000', '162804.040000', '162804.043000', '162804.046000', '162804.049000', '162804.052000', '162804.055000', '162804.058000', '162804.061000', '162804.064000', '162804.067000', '162804.070000', '162804.072000', '162804.075000', '162804.078000', '162804.081000', '162804.084000', '162804.102000', '162804.104000', '162804.107000', '162804.111000', '162804.114000', '162804.117000', '162804.120000', '162823.971000', '162823.974000', '162823.977000', '162823.980000', '162823.983000', '162823.986000', '162823.989000', '162823.992000', '162823.995000', '162823.998000', '162824.002000', '162824.004000', '162824.007000', '162824.010000', '162824.013000', '162824.016000', '162824.019000', '162824.022000', '162824.026000', '162824.031000', '162824.034000', '162824.037000', '162824.040000', '162824.043000', '162824.046000', '162824.049000', '162824.052000', '162824.055000', '162824.058000', '162824.061000', '162824.063000', '162824.066000', '162824.069000', '162824.072000', '162824.075000', '162824.078000', '162824.081000', '162824.084000', '162824.087000', '162824.090000', '162824.093000', '162824.096000', '162824.098000', '162843.971000', '162843.974000', '162843.977000', '162843.980000', '162843.983000', '162843.986000', '162843.988000', '162843.991000', '162843.995000', '162843.997000', '162844.001000', '162844.004000', '162844.007000', '162844.010000', '162844.013000', '162844.016000', '162844.019000', '162844.022000', '162844.025000', '162844.028000', '162844.031000', '162844.034000', '162844.037000', '162844.039000', '162844.043000', '162844.045000', '162844.048000', '162844.051000', '162844.054000', '162844.057000', '162844.060000', '162844.063000', '162844.066000', '162844.069000', '162844.072000', '162844.075000', '162844.078000', '162844.081000', '162844.084000', '162844.087000', '162844.090000', '162844.092000', '162844.095000', '162844.098000', '162903.971000', '162903.974000', '162903.977000', '162903.981000', '162903.984000', '162903.987000', '162903.990000', '162903.993000', '162903.996000', '162904.000000', '162904.003000', '162904.005000', '162904.008000', '162904.011000', '162904.014000', '162904.017000', '162904.020000', '162904.023000', '162904.026000', '162904.029000', '162904.032000', '162904.035000', '162904.038000', '162904.041000', '162904.044000', '162904.047000', '162904.049000', '162904.052000', '162904.055000', '162904.058000', '162904.061000', '162904.064000', '162904.067000', '162904.070000', '162904.073000', '162904.076000', '162904.079000', '162904.082000', '162904.085000', '162904.087000', '162904.090000', '162904.093000', '162904.096000', '162923.970000', '162923.973000', '162923.976000', '162923.979000', '162923.982000', '162923.985000', '162923.988000', '162923.991000', '162923.993000', '162923.996000', '162924.000000', '162924.003000', '162924.006000', '162924.009000', '162924.012000', '162924.015000', '162924.017000', '162924.020000', '162924.023000', '162924.026000', '162924.029000', '162924.032000', '162924.035000', '162924.038000', '162924.041000', '162924.044000', '162924.046000', '162924.049000', '162924.052000', '162924.055000', '162924.058000', '162924.061000', '162924.064000', '162924.067000', '162924.070000', '162924.073000', '162924.075000', '162924.078000', '162924.081000', '162924.084000', '162924.087000', '162924.090000', '162924.093000', '162924.095000', '162943.970000', '162943.973000', '162943.976000', '162943.979000', '162943.982000', '162943.985000', '162943.988000', '162943.991000', '162943.994000', '162943.997000', '162944.001000', '162944.004000', '162944.007000', '162944.009000', '162944.012000', '162944.015000', '162944.018000', '162944.021000', '162944.035000', '162944.038000', '162944.041000', '162944.044000', '162944.047000', '162944.050000', '162944.052000', '162944.055000', '162944.058000', '162944.061000', '162944.064000', '162944.067000', '162944.070000', '162944.073000', '162944.076000', '162944.078000', '162944.081000', '162944.084000', '162944.087000', '162944.090000', '162944.093000', '162944.096000', '162944.099000', '162944.102000', '162944.104000', '163003.970000', '163003.973000', '163003.976000', '163003.979000', '163003.982000', '163003.985000', '163003.988000', '163003.991000', '163003.993000', '163003.996000', '163004.000000', '163004.003000', '163004.006000', '163004.009000', '163004.012000', '163004.015000', '163004.017000', '163004.020000', '163004.023000', '163004.026000', '163004.029000', '163004.032000', '163004.035000', '163004.038000', '163004.041000', '163004.044000', '163004.047000', '163004.049000', '163004.052000', '163004.055000', '163004.058000', '163004.061000', '163004.064000', '163004.067000', '163004.070000', '163004.073000', '163004.075000', '163004.078000', '163004.081000', '163004.084000', '163004.087000', '163004.090000', '163004.093000', '163004.096000', '163023.971000', '163023.974000', '163023.977000', '163023.980000', '163023.983000', '163023.988000', '163023.991000', '163023.993000', '163023.996000', '163024.000000', '163024.003000', '163024.006000', '163024.009000', '163024.012000', '163024.015000', '163024.018000', '163024.021000', '163024.024000', '163024.027000', '163024.030000', '163024.033000', '163024.036000', '163024.039000', '163024.041000', '163024.044000', '163024.047000', '163024.050000', '163024.053000', '163024.056000', '163024.059000', '163024.062000', '163024.065000', '163024.068000', '163024.070000', '163024.073000', '163024.076000', '163024.079000', '163024.082000', '163024.085000', '163024.088000', '163024.091000', '163024.094000', '163024.096000', '163043.971000', '163043.974000', '163043.977000', '163043.980000', '163043.983000', '163043.986000', '163043.989000', '163043.992000', '163043.995000', '163043.998000', '163044.001000', '163044.004000', '163044.007000', '163044.010000', '163044.013000', '163044.016000', '163044.019000', '163044.022000', '163044.025000', '163044.027000', '163044.030000', '163044.033000', '163044.036000', '163044.039000', '163044.042000', '163044.045000', '163044.048000', '163044.051000', '163044.054000', '163044.057000', '163044.060000', '163044.062000', '163044.065000', '163044.068000', '163044.071000', '163044.074000', '163044.077000', '163044.080000', '163044.083000', '163044.086000', '163044.089000', '163044.091000', '163044.094000', '163044.097000', '163103.971000', '163103.974000', '163103.977000', '163103.980000', '163103.983000', '163103.986000', '163103.988000', '163103.991000', '163103.994000', '163103.997000', '163104.001000', '163104.004000', '163104.007000', '163104.009000', '163104.012000', '163104.015000', '163104.018000', '163104.021000', '163104.024000', '163104.027000', '163104.030000', '163104.033000', '163104.035000', '163104.039000', '163104.042000', '163104.045000', '163104.048000', '163104.051000', '163104.071000', '163104.074000', '163104.077000', '163104.080000', '163104.082000', '163104.085000', '163104.088000', '163104.091000', '163104.094000', '163104.097000', '163104.100000', '163104.103000', '163104.105000', '163104.108000', '163104.111000', '163123.971000', '163123.974000', '163123.977000', '163123.980000', '163123.983000', '163123.986000', '163123.989000', '163123.992000', '163123.994000', '163123.997000', '163124.001000', '163124.004000', '163124.007000', '163124.010000', '163124.013000', '163124.016000', '163124.019000', '163124.021000', '163124.024000', '163124.027000', '163124.030000', '163124.033000', '163124.036000', '163124.039000', '163124.042000', '163124.045000', '163124.047000', '163124.050000', '163124.053000', '163124.056000', '163124.059000', '163124.062000', '163124.065000', '163124.068000', '163124.071000', '163124.074000', '163124.076000', '163124.079000', '163124.082000', '163124.085000', '163124.088000', '163124.091000', '163124.094000', '163124.097000', '163143.970000', '163143.973000', '163143.976000', '163143.979000', '163143.982000', '163143.986000', '163143.989000', '163143.992000', '163143.995000', '163143.998000', '163144.002000', '163144.004000', '163144.007000', '163144.010000', '163144.013000', '163144.016000', '163144.019000', '163144.022000', '163144.025000', '163144.028000', '163144.031000', '163144.034000', '163144.037000', '163144.040000', '163144.043000', '163144.046000', '163144.050000', '163144.055000', '163144.058000', '163144.061000', '163144.064000', '163144.067000', '163144.070000', '163144.073000', '163144.076000', '163144.078000', '163144.081000', '163144.084000', '163144.087000', '163144.090000', '163144.093000', '163144.096000', '163144.099000', '163203.970000', '163203.973000', '163203.976000', '163203.979000', '163203.982000', '163203.985000', '163203.988000', '163203.991000', '163203.993000', '163203.996000', '163204.000000', '163204.003000', '163204.006000', '163204.009000', '163204.012000', '163204.023000', '163204.026000', '163204.029000', '163204.031000', '163204.034000', '163204.037000', '163204.040000', '163204.043000', '163204.046000', '163204.049000', '163204.052000', '163204.055000', '163204.058000', '163204.061000', '163204.064000', '163204.067000', '163204.069000', '163204.072000', '163204.075000', '163204.078000', '163204.081000', '163204.084000', '163204.086000', '163204.089000', '163204.092000', '163204.095000', '163204.098000', '163204.101000', '163204.104000', '163223.970000', '163223.973000', '163223.976000', '163223.979000', '163223.982000', '163223.985000', '163223.988000', '163223.991000', '163223.993000', '163223.996000', '163224.000000', '163224.003000', '163224.006000', '163224.009000', '163224.012000', '163224.015000', '163224.017000', '163224.020000', '163224.023000', '163224.026000', '163224.029000', '163224.032000', '163224.035000', '163224.038000', '163224.040000', '163224.056000', '163224.059000', '163224.062000', '163224.065000', '163224.068000', '163224.071000', '163224.074000', '163224.077000', '163224.079000', '163224.082000', '163224.085000', '163224.088000', '163224.091000', '163224.094000', '163224.097000', '163224.100000', '163224.103000', '163224.105000', '163243.971000', '163243.974000', '163243.977000', '163243.980000', '163243.983000', '163243.986000', '163243.989000', '163243.992000', '163243.995000', '163243.997000', '163244.006000', '163244.009000', '163244.012000', '163244.015000', '163244.018000', '163244.021000', '163244.023000', '163244.026000', '163244.029000', '163244.032000', '163244.035000', '163244.038000', '163244.041000', '163244.044000', '163244.047000', '163244.050000', '163244.053000', '163244.056000', '163244.058000', '163244.061000', '163244.064000', '163244.067000', '163244.070000', '163244.073000', '163244.076000', '163244.079000', '163244.082000', '163244.084000', '163244.087000', '163244.090000', '163244.093000', '163244.097000', '163244.100000', '163244.103000', '163303.971000', '163303.974000', '163303.977000', '163303.980000', '163303.983000', '163303.986000', '163303.989000', '163303.991000', '163303.994000', '163303.997000', '163304.001000', '163304.004000', '163304.007000', '163304.010000', '163304.013000', '163304.016000', '163304.018000', '163304.021000', '163304.026000', '163304.029000', '163304.032000', '163304.035000', '163304.038000', '163304.041000', '163304.055000', '163304.058000', '163304.061000', '163304.064000', '163304.067000', '163304.070000', '163304.072000', '163304.075000', '163304.078000', '163304.081000', '163304.084000', '163304.087000', '163304.090000', '163304.093000', '163304.096000', '163304.099000', '163304.102000', '163304.105000', '163304.108000', '163323.971000', '163323.974000', '163323.977000', '163323.980000', '163323.983000', '163323.986000', '163323.989000', '163323.992000', '163323.995000', '163323.998000', '163324.002000', '163324.005000', '163324.008000', '163324.010000', '163324.013000', '163324.016000', '163324.019000', '163324.022000', '163324.025000', '163324.028000', '163324.031000', '163324.039000', '163324.042000', '163324.045000', '163324.048000', '163324.051000', '163324.054000', '163324.057000', '163324.060000', '163324.063000', '163324.066000', '163324.069000', '163324.072000', '163324.075000', '163324.078000', '163324.080000', '163324.083000', '163324.086000', '163324.089000', '163324.092000', '163324.095000', '163324.098000', '163324.101000', '163324.104000', '163330.835000', '163330.839000', '163330.842000', '163330.845000', '163330.849000', '163330.852000', '163330.855000', '163330.858000', '163330.861000', '163330.864000', '163330.867000', '163330.870000', '163330.873000', '163330.876000', '163330.879000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157], 'LargestImagePixelValue': [10487, 15121, 10951, 12598, 8311, 10431, 8343, 10935, 8501, 13450, 11473, 11004, 8375, 8344, 8264, 8407, 8188, 11344, 10517, 8585, 8214, 8776, 8193, 9729, 8062, 11490, 10135, 9147, 8230, 9921, 8187, 10867, 8508, 11294, 10370, 11177, 8364, 10060, 8627, 12068, 8497, 12243, 11089, 12714, 8756, 9806, 8428, 9572, 8284, 14918, 11393, 14157, 11999, 9892, 8097, 11568, 8572, 13242, 9147, 13975, 11674, 9318, 8344, 9814, 8404, 10902, 8378, 12196, 11668, 8387, 8131, 8185, 8305, 10806, 8118, 11787, 12153, 8117, 9020, 8193, 8260, 8223, 9811, 7907, 13096, 12247, 13642, 9130, 12745, 8374, 12532, 8431, 12754, 10456, 13589, 8334, 11034, 8002, 8102, 8563, 7701, 8071, 9549, 8554, 8150, 8809, 8182, 8437, 8278, 10898, 9900, 8957, 8390, 8592, 8185, 10598, 8366, 13345, 10911, 10665, 8710, 10256, 8506, 13025, 8430, 12461, 9569, 12460, 11549, 11033, 8567, 11033, 8819, 12025, 8496, 11891, 11154, 12340, 8460, 11714, 8446, 9576, 8505, 8924, 8427, 14124, 7915, 11758, 8275, 10299, 8432, 12663, 8576, 13536, 11420, 13319, 9756, 11615, 8357, 12851, 8483, 11881, 8622, 11555, 10726, 12528, 8540, 10889, 8427, 9344, 8513, 8452, 9000, 8126, 11822, 8439, 9828, 8456, 10635, 9185, 13916, 11379, 11722, 11935, 8369, 9139, 9221, 8112, 14128, 9314, 13925, 11150, 10609, 8294, 8390, 8187, 8516, 8314, 7952, 11667, 8530, 8808, 8392, 9942, 8672, 12196, 10277, 14352, 10955, 10952, 8509, 9102, 8077, 9024, 8086, 8122, 10735, 8441, 8180, 8267, 9488, 8343, 13127, 11337, 13181, 8481, 10366, 8459, 9676, 8883, 8308, 12481, 8416, 8848, 8612, 9706, 8170, 13296, 12269, 12788, 8396, 10894, 8800, 10581, 8395, 11269, 8276, 12018, 8507, 10837, 8514, 12219, 8700, 9454, 8379, 9235, 7991, 8427, 8485, 8074, 13130, 10509, 11801, 8178, 8674, 8295, 8467, 10276, 8460, 14119, 11715, 13148, 8331, 13112, 8203, 12605, 10681, 10840, 12488, 8260, 9416, 8029, 9823, 8146, 12935, 10521, 8695, 8445, 8232, 9037, 8188, 12271, 9924, 12840, 11343, 8909, 10000, 8156, 8478, 8125, 8913, 8069, 13755, 8188, 11160, 8129, 8832, 7991, 9834, 8245, 12679, 8292, 9822, 8059, 8803, 8392, 8415, 8619, 8528, 13021, 8434, 9635, 8069, 9028, 8312, 11168, 8852, 13851, 11765, 12687, 8628, 11291, 8437, 10826, 9015, 10253, 11447, 8204, 8783, 8140, 8575, 8078, 9500, 8286, 13350, 8238, 9086, 8180, 8398, 8486, 8396, 8253, 8934, 8560, 8315, 8888, 8243, 8921, 8250, 8450, 10750, 8244, 9506, 8348, 8188, 8685, 8368, 8818, 9139, 12082, 11495, 8338, 9301, 8630, 8408, 8589, 8236, 9907, 10240, 8242, 10672, 8387, 8619, 8233, 10193, 8567, 13267, 9148, 14239, 8256, 12103, 8377, 11326, 8399, 13588, 10329, 12662, 11213, 8391, 8425, 8162, 8365, 8284, 11195, 8178, 13231, 8376, 11890, 8484, 11324, 8586, 13972, 10477, 10211, 8344, 8859, 8246, 8958, 10351, 8292, 9157, 8408, 8388, 8264, 8350, 7994, 12484, 8044, 10318, 8043, 8836, 8345, 10311, 8603, 12762, 10929, 13722, 11931, 9625, 8580, 8816, 8313, 8045, 11899, 8417, 13782, 8290, 10043, 8369, 10143, 8457, 8565, 12958, 12898, 12284, 13216, 8354, 12279, 8699, 11797, 8448, 12081, 11658, 9372, 13639, 8248, 10868, 8357, 11347, 8729, 12926, 10301, 14151, 9648, 10218, 8381, 8624, 8246, 8272, 9241, 8573, 13185, 8424, 12576, 8710, 10682, 8732, 13857, 8784, 12636, 8545, 10795, 8470, 13961, 9078, 13193, 8718, 8651, 8703, 9202, 8146, 8765, 8381, 8325, 8421, 9159, 8516, 9915, 11995, 8321, 8115, 8331, 9050, 8444, 13491, 8567, 12316, 8266, 11350, 8428, 13918, 12290, 12933, 8751, 8865, 8775, 13463, 8793, 12651, 11110, 13548, 10529, 11580, 8696, 13635, 8574, 12225, 8743, 12375, 11555, 12567, 8605, 11226, 8514, 9221, 8504, 9845, 13635, 8493, 10814, 8258, 9748, 8593, 11164, 8697, 13020, 10570, 13737, 8347, 12163, 8309, 9201, 8486, 8228, 8041, 9753, 8142, 13514, 8600, 8142, 8481, 8393, 8358, 9063, 8449, 12095, 8974, 11909, 8223, 8126, 10938, 8291, 13246, 9559, 11875, 8388, 10680, 8386, 8182, 8343, 8340, 13844, 8886, 12618, 8651, 11318, 8990, 9669, 8618, 9498, 8933, 10923, 8670, 8050, 8345, 8075, 8295, 8101, 9647, 8612, 8376, 8243, 8853, 8375, 13425, 8848, 12716, 8758, 11885, 8434, 12222, 11221, 12994, 8349, 12348, 8538, 11123, 8787, 13493, 9681, 12356, 9271, 11752, 8618, 11254, 8514, 12622, 8086, 10929, 8521, 8804, 8550, 13966, 8202, 11422, 8665, 10098, 8256, 11550, 8524, 13019, 10939, 12441, 8264, 10346, 8451, 11845, 8367, 14556, 10023, 12635, 11693, 11856, 8696, 11769, 8544, 13755, 10915, 8245, 9287, 8480, 8343, 8117, 11187, 8673, 14622, 11651, 12675, 9099, 9867, 8150, 10761, 8120, 13070, 11190, 11393, 11390, 8511, 8982, 8166, 8183, 8381, 8991, 9986, 14251, 9642, 13267, 8265, 9610, 8493, 10070, 8256, 11540, 8455, 12806, 11141, 12763, 8539, 9019, 8006, 8578, 7910, 9557, 8390, 11335, 12828, 9000, 10301, 8520, 8523, 8241, 9919, 8255, 12363, 10296, 14861, 12730, 9238, 9410, 8276, 8163, 8555, 10173, 8137, 13919, 9905, 12932, 8163, 8893, 8008, 9658, 8342, 13663, 8165, 10584, 8318, 8683, 8336, 8965, 8376, 12969, 8221, 11130, 8647, 9727, 8611, 12692, 8357, 13415, 11239, 12669, 8812, 11444, 8164, 12799, 8464, 14707, 9896, 13854, 11729, 13162, 8591, 13136, 8241, 11160, 8407, 10990, 9366, 12496, 8120, 11862, 8255, 9978, 8464, 10379, 8152, 13517, 8651, 12066, 8419, 9677, 8396, 10661, 8391, 13462, 8645, 12215, 8013, 10804, 8249, 10947, 8521, 13424, 9760, 11917, 8269, 9776, 7982, 11310, 9925, 14642, 8696, 11698, 8294, 8345, 8190, 12690, 11478, 11773, 11006, 8545, 8219, 8266, 8139, 9654, 8380, 13234, 12087, 8876, 10505, 8015, 8070, 8369, 8024, 11515, 9954, 8782, 9601, 8447, 8370, 7790, 8793, 8020, 9895, 11551, 13622, 9638, 10194, 8504, 8133, 8183, 7967, 9598, 8116, 8763, 8618, 8127, 8307, 8281, 8089, 10686, 9869, 10386, 10775, 8213, 8372, 7914, 8174, 10812, 11377, 8654, 10451, 8679, 8621, 8591, 8995, 8158, 11938, 9935, 15588, 10812, 8425, 8015, 8180, 9551, 8012, 12912, 10165, 15062, 10509, 12956, 8515, 10374, 8280, 10573, 8309, 13445, 10432, 13742, 8445, 12614, 8654, 10729, 8412, 10961, 8451, 13267, 10540, 11062, 8389, 8170, 8248, 8358, 10135, 8086, 13133, 11555, 16198, 13160, 9079, 8132, 8385, 8503, 8214, 9878, 8369, 13305, 9346, 14049, 8240, 11363, 8674, 10092, 8253, 11296, 8606, 12209, 8981, 10935, 8006, 8286, 8441, 8056, 9919, 8439, 12151, 8576, 11103, 8261, 9806, 8471, 12069, 8409, 11783, 9124, 12848, 10280, 12523, 8557, 9739, 8605, 8794, 10576, 8277, 12346, 11287, 8668, 8575, 8566, 8278, 11634, 8205, 14887, 11606, 12732, 8160, 13462, 8622, 12805, 11339, 13527, 11736, 12526, 8475, 10645, 8456, 10268, 8305, 9989, 8124, 11842, 8605, 12739, 8729, 8700, 8456, 8400, 12174, 8929, 14298, 12016, 10445, 8487, 10998, 8241, 13627, 8148, 13263, 11424, 12414, 8711, 10496, 8238, 9986, 8500, 9247, 8501, 12858, 8494, 8633, 8563, 8490, 8161, 8121, 11814, 11919, 8709, 9262, 8480, 8421, 10253, 8133, 15327, 11324, 13405, 8765, 11756, 8394, 10346, 8588, 11336, 8628, 11219, 8348, 9153, 8231, 10332, 8720, 13186, 8288, 11692, 8008, 10239, 8472, 11910, 8669, 12745, 8559, 8983, 8007, 8346, 8421, 10605, 8464, 12853, 8363, 9872, 8529, 10084, 8468, 11301, 8368, 12443, 8288, 9368, 8475, 8267, 8117, 9755, 8530, 8812, 8302, 7938, 8354, 12691, 13505, 12821, 12980, 8433, 8877, 8297, 9051, 8793, 8825, 11491, 8740, 12719, 11567, 13249, 12119, 13152, 9895, 11813, 9708, 11181, 9704, 11478, 9947, 13533, 11462, 12058, 8171, 9564, 8466, 10816, 8226, 12040, 8415, 12787, 10980, 8746, 8127, 7831, 8541, 8003, 8438, 8215, 8040, 8404, 12305, 8164, 9269, 8164, 9597, 8057, 10796, 8249, 12222, 9846, 12642, 8369, 11748, 8234, 9693, 8140, 9962, 8336, 11243, 8473, 11719, 8243, 12326, 10782, 11468, 8704, 8317, 8503], 'WindowCenter': [4315.0, 4333.0, 4289.0, 4294.0, 4243.0, 4270.0, 4242.0, 4270.0, 4252.0, 4290.0, 4281.0, 4269.0, 4239.0, 4228.0, 4239.0, 4238.0, 4241.0, 4266.0, 4271.0, 4238.0, 4240.0, 4238.0, 4239.0, 4259.0, 4243.0, 4279.0, 4271.0, 4249.0, 4241.0, 4259.0, 4240.0, 4270.0, 4252.0, 4270.0, 4273.0, 4268.0, 4240.0, 4258.0, 4250.0, 4280.0, 4252.0, 4280.0, 4282.0, 4280.0, 4251.0, 4259.0, 4239.0, 4249.0, 4240.0, 4299.0, 4281.0, 4288.0, 4280.0, 4248.0, 4230.0, 4267.0, 4239.0, 4278.0, 4249.0, 4287.0, 4270.0, 4237.0, 4228.0, 4245.0, 4238.0, 4257.0, 4238.0, 4278.0, 4269.0, 4226.0, 4228.0, 4224.0, 4226.0, 4255.0, 4227.0, 4266.0, 4268.0, 4215.0, 4237.0, 4226.0, 4224.0, 4227.0, 4256.0, 4229.0, 4279.0, 4280.0, 4278.0, 4249.0, 4267.0, 4227.0, 4266.0, 4225.0, 4265.0, 4245.0, 4265.0, 4213.0, 4254.0, 4214.0, 4213.0, 4224.0, 4214.0, 4214.0, 4246.0, 4226.0, 4227.0, 4235.0, 4237.0, 4227.0, 4239.0, 4257.0, 4259.0, 4236.0, 4227.0, 4226.0, 4228.0, 4255.0, 4238.0, 4277.0, 4270.0, 4258.0, 4238.0, 4246.0, 4239.0, 4275.0, 4227.0, 4276.0, 4248.0, 4277.0, 4268.0, 4256.0, 4237.0, 4253.0, 4238.0, 4267.0, 4238.0, 4267.0, 4268.0, 4267.0, 4227.0, 4266.0, 4226.0, 4245.0, 4237.0, 4237.0, 4227.0, 4287.0, 4228.0, 4267.0, 4238.0, 4257.0, 4238.0, 4278.0, 4239.0, 4278.0, 4270.0, 4278.0, 4249.0, 4254.0, 4227.0, 4266.0, 4237.0, 4265.0, 4227.0, 4255.0, 4257.0, 4265.0, 4227.0, 4255.0, 4227.0, 4246.0, 4238.0, 4239.0, 4251.0, 4241.0, 4282.0, 4252.0, 4261.0, 4252.0, 4270.0, 4252.0, 4291.0, 4272.0, 4270.0, 4281.0, 4227.0, 4249.0, 4237.0, 4226.0, 4277.0, 4238.0, 4278.0, 4257.0, 4245.0, 4228.0, 4225.0, 4226.0, 4237.0, 4225.0, 4227.0, 4268.0, 4238.0, 4237.0, 4239.0, 4247.0, 4239.0, 4279.0, 4259.0, 4288.0, 4259.0, 4255.0, 4227.0, 4224.0, 4216.0, 4237.0, 4226.0, 4216.0, 4258.0, 4225.0, 4226.0, 4227.0, 4247.0, 4240.0, 4277.0, 4268.0, 4277.0, 4239.0, 4246.0, 4227.0, 4245.0, 4237.0, 4227.0, 4278.0, 4227.0, 4237.0, 4236.0, 4246.0, 4228.0, 4277.0, 4268.0, 4266.0, 4227.0, 4255.0, 4237.0, 4256.0, 4228.0, 4257.0, 4228.0, 4266.0, 4239.0, 4256.0, 4239.0, 4279.0, 4250.0, 4248.0, 4240.0, 4248.0, 4229.0, 4239.0, 4250.0, 4242.0, 4291.0, 4271.0, 4279.0, 4240.0, 4239.0, 4238.0, 4239.0, 4260.0, 4239.0, 4288.0, 4279.0, 4276.0, 4229.0, 4277.0, 4226.0, 4267.0, 4259.0, 4257.0, 4277.0, 4226.0, 4236.0, 4227.0, 4246.0, 4226.0, 4266.0, 4258.0, 4226.0, 4227.0, 4227.0, 4236.0, 4238.0, 4267.0, 4249.0, 4278.0, 4258.0, 4236.0, 4247.0, 4216.0, 4227.0, 4216.0, 4236.0, 4227.0, 4278.0, 4227.0, 4257.0, 4216.0, 4236.0, 4227.0, 4246.0, 4226.0, 4276.0, 4229.0, 4246.0, 4228.0, 4237.0, 4239.0, 4228.0, 4237.0, 4236.0, 4278.0, 4229.0, 4247.0, 4217.0, 4236.0, 4228.0, 4257.0, 4239.0, 4278.0, 4269.0, 4266.0, 4237.0, 4256.0, 4227.0, 4257.0, 4249.0, 4247.0, 4269.0, 4227.0, 4238.0, 4216.0, 4237.0, 4228.0, 4247.0, 4227.0, 4279.0, 4226.0, 4237.0, 4226.0, 4228.0, 4226.0, 4228.0, 4227.0, 4238.0, 4237.0, 4228.0, 4237.0, 4228.0, 4239.0, 4239.0, 4228.0, 4271.0, 4229.0, 4249.0, 4228.0, 4239.0, 4239.0, 4240.0, 4239.0, 4250.0, 4269.0, 4269.0, 4227.0, 4237.0, 4226.0, 4226.0, 4226.0, 4228.0, 4247.0, 4258.0, 4227.0, 4257.0, 4228.0, 4238.0, 4227.0, 4247.0, 4228.0, 4279.0, 4238.0, 4277.0, 4216.0, 4255.0, 4225.0, 4255.0, 4227.0, 4275.0, 4248.0, 4266.0, 4257.0, 4214.0, 4215.0, 4216.0, 4225.0, 4227.0, 4258.0, 4225.0, 4267.0, 4228.0, 4256.0, 4226.0, 4255.0, 4227.0, 4275.0, 4258.0, 4246.0, 4227.0, 4237.0, 4227.0, 4238.0, 4258.0, 4226.0, 4238.0, 4225.0, 4226.0, 4216.0, 4227.0, 4228.0, 4268.0, 4217.0, 4247.0, 4218.0, 4236.0, 4229.0, 4258.0, 4241.0, 4279.0, 4270.0, 4279.0, 4270.0, 4246.0, 4238.0, 4237.0, 4228.0, 4228.0, 4270.0, 4229.0, 4279.0, 4229.0, 4248.0, 4241.0, 4269.0, 4240.0, 4251.0, 4293.0, 4306.0, 4295.0, 4294.0, 4242.0, 4281.0, 4241.0, 4270.0, 4229.0, 4270.0, 4271.0, 4240.0, 4291.0, 4227.0, 4258.0, 4228.0, 4256.0, 4227.0, 4266.0, 4248.0, 4276.0, 4237.0, 4245.0, 4227.0, 4225.0, 4228.0, 4227.0, 4248.0, 4239.0, 4278.0, 4228.0, 4268.0, 4228.0, 4258.0, 4240.0, 4278.0, 4238.0, 4267.0, 4228.0, 4255.0, 4229.0, 4288.0, 4241.0, 4278.0, 4239.0, 4236.0, 4239.0, 4248.0, 4229.0, 4240.0, 4240.0, 4230.0, 4241.0, 4251.0, 4252.0, 4250.0, 4281.0, 4229.0, 4228.0, 4228.0, 4237.0, 4229.0, 4290.0, 4241.0, 4269.0, 4231.0, 4269.0, 4242.0, 4290.0, 4281.0, 4278.0, 4240.0, 4238.0, 4241.0, 4289.0, 4240.0, 4290.0, 4272.0, 4291.0, 4271.0, 4268.0, 4239.0, 4278.0, 4239.0, 4269.0, 4229.0, 4268.0, 4269.0, 4267.0, 4238.0, 4257.0, 4238.0, 4237.0, 4241.0, 4260.0, 4290.0, 4238.0, 4258.0, 4228.0, 4249.0, 4240.0, 4270.0, 4240.0, 4280.0, 4258.0, 4278.0, 4227.0, 4268.0, 4227.0, 4235.0, 4226.0, 4226.0, 4216.0, 4237.0, 4216.0, 4277.0, 4225.0, 4216.0, 4238.0, 4228.0, 4239.0, 4250.0, 4240.0, 4281.0, 4239.0, 4271.0, 4227.0, 4218.0, 4246.0, 4227.0, 4266.0, 4237.0, 4258.0, 4226.0, 4247.0, 4217.0, 4226.0, 4215.0, 4227.0, 4277.0, 4238.0, 4265.0, 4225.0, 4255.0, 4236.0, 4236.0, 4227.0, 4247.0, 4238.0, 4258.0, 4225.0, 4217.0, 4226.0, 4227.0, 4227.0, 4229.0, 4249.0, 4239.0, 4228.0, 4240.0, 4237.0, 4239.0, 4289.0, 4240.0, 4279.0, 4240.0, 4268.0, 4240.0, 4281.0, 4272.0, 4279.0, 4229.0, 4268.0, 4238.0, 4256.0, 4241.0, 4277.0, 4250.0, 4269.0, 4249.0, 4268.0, 4239.0, 4268.0, 4239.0, 4268.0, 4218.0, 4257.0, 4227.0, 4238.0, 4239.0, 4289.0, 4229.0, 4268.0, 4239.0, 4248.0, 4230.0, 4268.0, 4240.0, 4279.0, 4272.0, 4280.0, 4240.0, 4260.0, 4241.0, 4269.0, 4229.0, 4288.0, 4248.0, 4267.0, 4269.0, 4267.0, 4229.0, 4267.0, 4238.0, 4288.0, 4259.0, 4227.0, 4246.0, 4239.0, 4239.0, 4231.0, 4270.0, 4253.0, 4303.0, 4284.0, 4290.0, 4251.0, 4249.0, 4229.0, 4258.0, 4230.0, 4280.0, 4271.0, 4270.0, 4269.0, 4228.0, 4239.0, 4226.0, 4227.0, 4217.0, 4237.0, 4248.0, 4277.0, 4237.0, 4266.0, 4216.0, 4235.0, 4227.0, 4245.0, 4227.0, 4256.0, 4230.0, 4278.0, 4270.0, 4266.0, 4237.0, 4238.0, 4217.0, 4226.0, 4217.0, 4236.0, 4229.0, 4257.0, 4279.0, 4226.0, 4248.0, 4226.0, 4226.0, 4227.0, 4245.0, 4226.0, 4267.0, 4259.0, 4289.0, 4279.0, 4237.0, 4239.0, 4227.0, 4227.0, 4227.0, 4247.0, 4218.0, 4278.0, 4248.0, 4278.0, 4227.0, 4237.0, 4228.0, 4248.0, 4228.0, 4278.0, 4227.0, 4257.0, 4227.0, 4226.0, 4228.0, 4238.0, 4239.0, 4291.0, 4241.0, 4268.0, 4241.0, 4249.0, 4253.0, 4291.0, 4242.0, 4290.0, 4273.0, 4282.0, 4251.0, 4268.0, 4230.0, 4277.0, 4229.0, 4289.0, 4248.0, 4277.0, 4268.0, 4277.0, 4228.0, 4266.0, 4227.0, 4256.0, 4226.0, 4257.0, 4238.0, 4267.0, 4218.0, 4266.0, 4230.0, 4248.0, 4229.0, 4259.0, 4230.0, 4277.0, 4239.0, 4268.0, 4228.0, 4249.0, 4231.0, 4261.0, 4242.0, 4291.0, 4241.0, 4280.0, 4228.0, 4269.0, 4230.0, 4270.0, 4241.0, 4291.0, 4252.0, 4270.0, 4230.0, 4259.0, 4230.0, 4270.0, 4260.0, 4291.0, 4241.0, 4267.0, 4230.0, 4229.0, 4241.0, 4281.0, 4283.0, 4269.0, 4261.0, 4238.0, 4229.0, 4226.0, 4228.0, 4248.0, 4229.0, 4279.0, 4270.0, 4227.0, 4258.0, 4216.0, 4228.0, 4226.0, 4217.0, 4256.0, 4249.0, 4227.0, 4248.0, 4228.0, 4228.0, 4218.0, 4228.0, 4219.0, 4248.0, 4258.0, 4278.0, 4236.0, 4235.0, 4215.0, 4215.0, 4214.0, 4215.0, 4235.0, 4218.0, 4227.0, 4229.0, 4217.0, 4229.0, 4228.0, 4230.0, 4259.0, 4261.0, 4258.0, 4261.0, 4229.0, 4228.0, 4217.0, 4228.0, 4259.0, 4270.0, 4224.0, 4248.0, 4227.0, 4227.0, 4226.0, 4226.0, 4228.0, 4281.0, 4263.0, 4299.0, 4260.0, 4228.0, 4228.0, 4228.0, 4249.0, 4229.0, 4279.0, 4249.0, 4289.0, 4248.0, 4267.0, 4226.0, 4245.0, 4216.0, 4246.0, 4217.0, 4276.0, 4247.0, 4266.0, 4216.0, 4265.0, 4226.0, 4245.0, 4226.0, 4257.0, 4229.0, 4277.0, 4259.0, 4258.0, 4229.0, 4227.0, 4229.0, 4230.0, 4259.0, 4229.0, 4279.0, 4271.0, 4300.0, 4280.0, 4237.0, 4218.0, 4229.0, 4240.0, 4229.0, 4250.0, 4228.0, 4281.0, 4238.0, 4278.0, 4228.0, 4257.0, 4227.0, 4247.0, 4217.0, 4258.0, 4227.0, 4269.0, 4226.0, 4257.0, 4214.0, 4227.0, 4214.0, 4217.0, 4236.0, 4229.0, 4268.0, 4240.0, 4268.0, 4242.0, 4259.0, 4241.0, 4280.0, 4241.0, 4281.0, 4252.0, 4281.0, 4261.0, 4280.0, 4229.0, 4248.0, 4228.0, 4228.0, 4246.0, 4229.0, 4267.0, 4259.0, 4227.0, 4240.0, 4226.0, 4230.0, 4267.0, 4240.0, 4289.0, 4271.0, 4278.0, 4230.0, 4279.0, 4240.0, 4279.0, 4269.0, 4279.0, 4269.0, 4268.0, 4227.0, 4246.0, 4229.0, 4248.0, 4229.0, 4249.0, 4230.0, 4270.0, 4240.0, 4281.0, 4238.0, 4240.0, 4229.0, 4231.0, 4268.0, 4241.0, 4289.0, 4270.0, 4248.0, 4229.0, 4257.0, 4229.0, 4276.0, 4229.0, 4279.0, 4271.0, 4268.0, 4229.0, 4247.0, 4227.0, 4248.0, 4228.0, 4239.0, 4229.0, 4278.0, 4228.0, 4240.0, 4229.0, 4240.0, 4228.0, 4230.0, 4269.0, 4269.0, 4226.0, 4238.0, 4226.0, 4228.0, 4247.0, 4218.0, 4287.0, 4259.0, 4267.0, 4228.0, 4257.0, 4228.0, 4248.0, 4227.0, 4258.0, 4229.0, 4256.0, 4229.0, 4240.0, 4229.0, 4260.0, 4240.0, 4280.0, 4227.0, 4268.0, 4218.0, 4248.0, 4229.0, 4269.0, 4229.0, 4268.0, 4228.0, 4238.0, 4218.0, 4229.0, 4230.0, 4259.0, 4229.0, 4277.0, 4228.0, 4249.0, 4240.0, 4259.0, 4228.0, 4258.0, 4229.0, 4269.0, 4217.0, 4238.0, 4218.0, 4229.0, 4228.0, 4248.0, 4227.0, 4237.0, 4227.0, 4217.0, 4240.0, 4304.0, 4304.0, 4293.0, 4307.0, 4243.0, 4252.0, 4242.0, 4250.0, 4254.0, 4264.0, 4285.0, 4255.0, 4296.0, 4285.0, 4294.0, 4283.0, 4268.0, 4236.0, 4244.0, 4224.0, 4232.0, 4222.0, 4243.0, 4235.0, 4254.0, 4242.0, 4240.0, 4201.0, 4209.0, 4200.0, 4229.0, 4202.0, 4253.0, 4216.0, 4264.0, 4245.0, 4214.0, 4204.0, 4192.0, 4215.0, 4201.0, 4214.0, 4215.0, 4216.0, 4217.0, 4268.0, 4216.0, 4226.0, 4215.0, 4237.0, 4217.0, 4247.0, 4217.0, 4267.0, 4238.0, 4267.0, 4217.0, 4256.0, 4217.0, 4237.0, 4217.0, 4236.0, 4215.0, 4257.0, 4229.0, 4267.0, 4229.0, 4281.0, 4270.0, 4258.0, 4227.0, 4214.0, 4229.0], 'WindowWidth': [9543.0, 9556.0, 9489.0, 9484.0, 9414.0, 9445.0, 9410.0, 9443.0, 9422.0, 9469.0, 9460.0, 9440.0, 9401.0, 9382.0, 9399.0, 9398.0, 9406.0, 9434.0, 9446.0, 9397.0, 9403.0, 9397.0, 9402.0, 9429.0, 9412.0, 9455.0, 9446.0, 9412.0, 9405.0, 9425.0, 9405.0, 9442.0, 9423.0, 9443.0, 9450.0, 9437.0, 9404.0, 9424.0, 9419.0, 9456.0, 9423.0, 9457.0, 9461.0, 9456.0, 9419.0, 9425.0, 9402.0, 9411.0, 9404.0, 9482.0, 9460.0, 9464.0, 9456.0, 9407.0, 9389.0, 9433.0, 9398.0, 9449.0, 9414.0, 9462.0, 9441.0, 9391.0, 9383.0, 9402.0, 9397.0, 9420.0, 9399.0, 9448.0, 9439.0, 9377.0, 9382.0, 9371.0, 9376.0, 9416.0, 9380.0, 9431.0, 9436.0, 9361.0, 9392.0, 9378.0, 9373.0, 9383.0, 9419.0, 9389.0, 9452.0, 9456.0, 9449.0, 9412.0, 9430.0, 9380.0, 9428.0, 9374.0, 9427.0, 9400.0, 9426.0, 9355.0, 9410.0, 9355.0, 9354.0, 9370.0, 9357.0, 9358.0, 9404.0, 9376.0, 9379.0, 9388.0, 9394.0, 9381.0, 9399.0, 9421.0, 9425.0, 9390.0, 9380.0, 9377.0, 9383.0, 9415.0, 9396.0, 9446.0, 9442.0, 9421.0, 9397.0, 9403.0, 9398.0, 9441.0, 9381.0, 9442.0, 9410.0, 9446.0, 9437.0, 9415.0, 9394.0, 9409.0, 9395.0, 9431.0, 9395.0, 9433.0, 9437.0, 9431.0, 9379.0, 9428.0, 9377.0, 9399.0, 9394.0, 9393.0, 9381.0, 9460.0, 9384.0, 9434.0, 9399.0, 9420.0, 9398.0, 9448.0, 9399.0, 9449.0, 9441.0, 9447.0, 9410.0, 9411.0, 9380.0, 9428.0, 9391.0, 9425.0, 9378.0, 9412.0, 9418.0, 9425.0, 9379.0, 9413.0, 9380.0, 9403.0, 9399.0, 9400.0, 9419.0, 9407.0, 9461.0, 9424.0, 9433.0, 9423.0, 9444.0, 9423.0, 9472.0, 9448.0, 9441.0, 9459.0, 9380.0, 9413.0, 9392.0, 9377.0, 9447.0, 9396.0, 9446.0, 9419.0, 9397.0, 9382.0, 9372.0, 9378.0, 9393.0, 9377.0, 9379.0, 9434.0, 9396.0, 9393.0, 9398.0, 9406.0, 9399.0, 9451.0, 9427.0, 9463.0, 9425.0, 9414.0, 9379.0, 9371.0, 9364.0, 9392.0, 9378.0, 9363.0, 9421.0, 9375.0, 9376.0, 9381.0, 9406.0, 9403.0, 9446.0, 9435.0, 9444.0, 9396.0, 9402.0, 9380.0, 9402.0, 9396.0, 9379.0, 9449.0, 9379.0, 9391.0, 9389.0, 9404.0, 9385.0, 9445.0, 9436.0, 9429.0, 9380.0, 9412.0, 9393.0, 9417.0, 9383.0, 9418.0, 9383.0, 9429.0, 9398.0, 9417.0, 9399.0, 9454.0, 9417.0, 9411.0, 9401.0, 9410.0, 9387.0, 9401.0, 9416.0, 9409.0, 9470.0, 9446.0, 9452.0, 9404.0, 9399.0, 9399.0, 9400.0, 9428.0, 9400.0, 9465.0, 9454.0, 9445.0, 9385.0, 9446.0, 9378.0, 9431.0, 9424.0, 9420.0, 9448.0, 9377.0, 9389.0, 9378.0, 9401.0, 9379.0, 9429.0, 9422.0, 9376.0, 9379.0, 9380.0, 9391.0, 9397.0, 9433.0, 9412.0, 9447.0, 9423.0, 9390.0, 9405.0, 9364.0, 9380.0, 9364.0, 9389.0, 9380.0, 9448.0, 9378.0, 9415.0, 9364.0, 9386.0, 9379.0, 9404.0, 9379.0, 9443.0, 9384.0, 9402.0, 9384.0, 9392.0, 9398.0, 9383.0, 9396.0, 9390.0, 9450.0, 9382.0, 9405.0, 9366.0, 9389.0, 9380.0, 9418.0, 9398.0, 9446.0, 9438.0, 9427.0, 9392.0, 9414.0, 9379.0, 9418.0, 9413.0, 9406.0, 9437.0, 9379.0, 9393.0, 9363.0, 9392.0, 9381.0, 9407.0, 9379.0, 9450.0, 9375.0, 9390.0, 9374.0, 9380.0, 9374.0, 9381.0, 9381.0, 9394.0, 9391.0, 9381.0, 9391.0, 9383.0, 9397.0, 9400.0, 9383.0, 9445.0, 9385.0, 9412.0, 9383.0, 9399.0, 9398.0, 9403.0, 9398.0, 9416.0, 9438.0, 9438.0, 9378.0, 9393.0, 9375.0, 9378.0, 9374.0, 9380.0, 9405.0, 9422.0, 9377.0, 9418.0, 9380.0, 9393.0, 9379.0, 9404.0, 9382.0, 9450.0, 9393.0, 9443.0, 9361.0, 9411.0, 9372.0, 9410.0, 9379.0, 9440.0, 9407.0, 9426.0, 9417.0, 9356.0, 9359.0, 9359.0, 9372.0, 9377.0, 9420.0, 9374.0, 9430.0, 9379.0, 9413.0, 9375.0, 9411.0, 9378.0, 9439.0, 9422.0, 9402.0, 9379.0, 9390.0, 9380.0, 9394.0, 9422.0, 9376.0, 9394.0, 9372.0, 9375.0, 9360.0, 9378.0, 9382.0, 9433.0, 9365.0, 9405.0, 9368.0, 9389.0, 9386.0, 9420.0, 9403.0, 9451.0, 9442.0, 9451.0, 9441.0, 9402.0, 9395.0, 9390.0, 9380.0, 9381.0, 9439.0, 9383.0, 9450.0, 9386.0, 9408.0, 9407.0, 9441.0, 9404.0, 9420.0, 9479.0, 9501.0, 9482.0, 9479.0, 9409.0, 9456.0, 9403.0, 9438.0, 9384.0, 9438.0, 9442.0, 9399.0, 9469.0, 9379.0, 9418.0, 9380.0, 9415.0, 9378.0, 9426.0, 9405.0, 9440.0, 9389.0, 9397.0, 9377.0, 9371.0, 9380.0, 9378.0, 9406.0, 9396.0, 9446.0, 9381.0, 9433.0, 9380.0, 9420.0, 9401.0, 9447.0, 9396.0, 9428.0, 9381.0, 9413.0, 9382.0, 9461.0, 9403.0, 9447.0, 9396.0, 9389.0, 9398.0, 9409.0, 9387.0, 9400.0, 9402.0, 9387.0, 9403.0, 9416.0, 9420.0, 9413.0, 9457.0, 9383.0, 9382.0, 9381.0, 9393.0, 9385.0, 9465.0, 9402.0, 9437.0, 9388.0, 9436.0, 9408.0, 9467.0, 9457.0, 9448.0, 9400.0, 9395.0, 9403.0, 9465.0, 9402.0, 9468.0, 9449.0, 9469.0, 9443.0, 9435.0, 9399.0, 9445.0, 9396.0, 9434.0, 9384.0, 9434.0, 9438.0, 9431.0, 9395.0, 9416.0, 9396.0, 9392.0, 9404.0, 9426.0, 9467.0, 9394.0, 9422.0, 9383.0, 9410.0, 9401.0, 9438.0, 9401.0, 9451.0, 9422.0, 9448.0, 9379.0, 9432.0, 9377.0, 9386.0, 9374.0, 9375.0, 9360.0, 9391.0, 9361.0, 9444.0, 9372.0, 9361.0, 9393.0, 9381.0, 9399.0, 9413.0, 9403.0, 9458.0, 9399.0, 9443.0, 9379.0, 9369.0, 9400.0, 9378.0, 9429.0, 9391.0, 9418.0, 9376.0, 9403.0, 9362.0, 9375.0, 9357.0, 9379.0, 9444.0, 9392.0, 9423.0, 9371.0, 9410.0, 9389.0, 9387.0, 9378.0, 9405.0, 9394.0, 9420.0, 9374.0, 9366.0, 9375.0, 9379.0, 9377.0, 9384.0, 9411.0, 9400.0, 9381.0, 9401.0, 9392.0, 9400.0, 9463.0, 9400.0, 9450.0, 9400.0, 9433.0, 9403.0, 9456.0, 9448.0, 9450.0, 9386.0, 9433.0, 9396.0, 9417.0, 9402.0, 9447.0, 9413.0, 9436.0, 9411.0, 9433.0, 9396.0, 9435.0, 9399.0, 9435.0, 9368.0, 9419.0, 9379.0, 9395.0, 9400.0, 9465.0, 9384.0, 9435.0, 9399.0, 9406.0, 9388.0, 9433.0, 9400.0, 9452.0, 9446.0, 9454.0, 9403.0, 9425.0, 9403.0, 9436.0, 9386.0, 9462.0, 9410.0, 9431.0, 9437.0, 9430.0, 9382.0, 9429.0, 9397.0, 9461.0, 9424.0, 9378.0, 9404.0, 9398.0, 9399.0, 9392.0, 9442.0, 9426.0, 9490.0, 9467.0, 9471.0, 9419.0, 9412.0, 9385.0, 9421.0, 9388.0, 9453.0, 9444.0, 9438.0, 9439.0, 9381.0, 9395.0, 9375.0, 9379.0, 9363.0, 9393.0, 9405.0, 9446.0, 9390.0, 9427.0, 9360.0, 9384.0, 9378.0, 9400.0, 9379.0, 9416.0, 9387.0, 9447.0, 9440.0, 9430.0, 9393.0, 9392.0, 9367.0, 9376.0, 9366.0, 9390.0, 9382.0, 9418.0, 9451.0, 9376.0, 9405.0, 9374.0, 9375.0, 9379.0, 9399.0, 9378.0, 9431.0, 9426.0, 9463.0, 9450.0, 9391.0, 9396.0, 9377.0, 9380.0, 9380.0, 9406.0, 9369.0, 9449.0, 9408.0, 9447.0, 9380.0, 9392.0, 9382.0, 9407.0, 9382.0, 9447.0, 9378.0, 9416.0, 9378.0, 9375.0, 9380.0, 9396.0, 9400.0, 9468.0, 9402.0, 9436.0, 9405.0, 9412.0, 9424.0, 9469.0, 9409.0, 9469.0, 9450.0, 9457.0, 9416.0, 9434.0, 9389.0, 9446.0, 9385.0, 9462.0, 9408.0, 9445.0, 9435.0, 9445.0, 9380.0, 9427.0, 9378.0, 9413.0, 9375.0, 9417.0, 9395.0, 9430.0, 9367.0, 9428.0, 9386.0, 9406.0, 9385.0, 9425.0, 9388.0, 9446.0, 9397.0, 9434.0, 9383.0, 9409.0, 9389.0, 9429.0, 9407.0, 9469.0, 9404.0, 9453.0, 9385.0, 9438.0, 9389.0, 9439.0, 9405.0, 9468.0, 9419.0, 9438.0, 9388.0, 9424.0, 9391.0, 9442.0, 9431.0, 9470.0, 9402.0, 9433.0, 9388.0, 9384.0, 9403.0, 9456.0, 9462.0, 9438.0, 9430.0, 9395.0, 9384.0, 9377.0, 9382.0, 9406.0, 9386.0, 9449.0, 9438.0, 9376.0, 9420.0, 9361.0, 9381.0, 9374.0, 9365.0, 9417.0, 9410.0, 9377.0, 9407.0, 9378.0, 9380.0, 9366.0, 9381.0, 9368.0, 9407.0, 9419.0, 9447.0, 9385.0, 9384.0, 9357.0, 9358.0, 9353.0, 9358.0, 9384.0, 9366.0, 9376.0, 9383.0, 9363.0, 9384.0, 9381.0, 9389.0, 9425.0, 9432.0, 9420.0, 9428.0, 9381.0, 9381.0, 9364.0, 9380.0, 9422.0, 9438.0, 9370.0, 9405.0, 9376.0, 9375.0, 9373.0, 9375.0, 9382.0, 9458.0, 9435.0, 9479.0, 9427.0, 9379.0, 9382.0, 9382.0, 9411.0, 9383.0, 9450.0, 9409.0, 9465.0, 9405.0, 9430.0, 9374.0, 9397.0, 9361.0, 9398.0, 9364.0, 9439.0, 9403.0, 9426.0, 9362.0, 9424.0, 9374.0, 9395.0, 9375.0, 9414.0, 9382.0, 9444.0, 9423.0, 9418.0, 9383.0, 9379.0, 9384.0, 9386.0, 9423.0, 9386.0, 9452.0, 9442.0, 9479.0, 9455.0, 9392.0, 9369.0, 9384.0, 9399.0, 9383.0, 9412.0, 9382.0, 9455.0, 9394.0, 9447.0, 9379.0, 9417.0, 9377.0, 9403.0, 9363.0, 9418.0, 9376.0, 9436.0, 9373.0, 9416.0, 9356.0, 9377.0, 9356.0, 9365.0, 9386.0, 9383.0, 9435.0, 9402.0, 9434.0, 9407.0, 9426.0, 9406.0, 9455.0, 9405.0, 9457.0, 9420.0, 9455.0, 9429.0, 9452.0, 9384.0, 9406.0, 9379.0, 9381.0, 9402.0, 9382.0, 9431.0, 9422.0, 9376.0, 9398.0, 9375.0, 9387.0, 9432.0, 9402.0, 9464.0, 9444.0, 9447.0, 9387.0, 9448.0, 9399.0, 9451.0, 9438.0, 9449.0, 9437.0, 9431.0, 9379.0, 9401.0, 9383.0, 9406.0, 9384.0, 9410.0, 9388.0, 9441.0, 9400.0, 9457.0, 9397.0, 9401.0, 9384.0, 9388.0, 9435.0, 9402.0, 9463.0, 9439.0, 9405.0, 9382.0, 9416.0, 9382.0, 9442.0, 9385.0, 9448.0, 9441.0, 9432.0, 9383.0, 9402.0, 9379.0, 9405.0, 9382.0, 9395.0, 9382.0, 9447.0, 9381.0, 9398.0, 9382.0, 9399.0, 9382.0, 9387.0, 9435.0, 9437.0, 9375.0, 9393.0, 9374.0, 9380.0, 9401.0, 9368.0, 9456.0, 9422.0, 9429.0, 9379.0, 9415.0, 9379.0, 9405.0, 9379.0, 9418.0, 9382.0, 9416.0, 9385.0, 9397.0, 9385.0, 9424.0, 9400.0, 9451.0, 9379.0, 9433.0, 9368.0, 9405.0, 9383.0, 9434.0, 9382.0, 9434.0, 9378.0, 9393.0, 9366.0, 9381.0, 9387.0, 9422.0, 9384.0, 9444.0, 9380.0, 9409.0, 9399.0, 9422.0, 9381.0, 9420.0, 9382.0, 9434.0, 9363.0, 9391.0, 9364.0, 9384.0, 9382.0, 9407.0, 9378.0, 9391.0, 9377.0, 9364.0, 9403.0, 9495.0, 9499.0, 9481.0, 9505.0, 9413.0, 9421.0, 9409.0, 9415.0, 9428.0, 9441.0, 9470.0, 9431.0, 9486.0, 9472.0, 9481.0, 9462.0, 9435.0, 9386.0, 9391.0, 9365.0, 9371.0, 9360.0, 9388.0, 9382.0, 9404.0, 9386.0, 9379.0, 9327.0, 9335.0, 9328.0, 9365.0, 9334.0, 9401.0, 9359.0, 9421.0, 9397.0, 9351.0, 9339.0, 9321.0, 9356.0, 9333.0, 9355.0, 9355.0, 9362.0, 9361.0, 9431.0, 9360.0, 9374.0, 9359.0, 9387.0, 9365.0, 9401.0, 9363.0, 9429.0, 9391.0, 9428.0, 9363.0, 9413.0, 9361.0, 9386.0, 9363.0, 9385.0, 9361.0, 9415.0, 9382.0, 9428.0, 9383.0, 9455.0, 9442.0, 9418.0, 9378.0, 9357.0, 9382.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.00019323223570190642</td></tr>
<tr><td colspan=3>aqi</td><td>0.023725219670710573</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.43452105898525</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2212604912055494</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9674688661144851</td></tr>
<tr><td colspan=3>efc</td><td>0.4618</td></tr>
<tr><td colspan=3>fber</td><td>6252.6689</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08566834350619483</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>19</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.6464471403812826</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4410094369842583</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3711231252862013</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.659979300217515</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2919258854490585</td></tr>
<tr><td colspan=3>gcor</td><td>0.00606397</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014309907332062721</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027492450550198555</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1154</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.668818648821076</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>28.3361</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.886</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>164.39</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303243.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>733.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>321.1805</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0486</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>570.5307</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3433.0684</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3649.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73301.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>991.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4567.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>994.5913</td></tr>
<tr><td colspan=3>tsnr</td><td>38.688151956070215</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>