<?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-0055_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-0055_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-0055_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-0055/figures/sub-0055_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0055/figures/sub-0055_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-0055/figures/sub-0055_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055/ses-03/func/sub-0055_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>7cdbdb8affa88448711356769d8f8d4f</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>15:54:16.490000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999898, 0.00892468, 0.0111177, -0.00820234, 0.997954, -0.063404]</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.093281</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4146, -7688, -7291, 582, -28, -154, -89, 91]</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>256.935</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8b415976-9310-4381-ad0f-1259292efb15||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6826541423797607, -0.022006290033459663, 0.03148430958390236, 114.70291900634766], [-0.023944256827235222, 2.677438259124756, -0.17092718183994293, -81.94304656982422], [0.029828082770109177, 0.17010830342769623, 2.6944003105163574, -88.2132568359375], [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': ['155416.490000', '155416.950000', '155417.410000', '155417.870000', '155418.330000', '155418.790000', '155419.250000', '155419.710000', '155420.170000', '155420.630000', '155421.090000', '155421.550000', '155422.010000', '155422.470000', '155422.930000', '155423.390000', '155423.850000', '155424.310000', '155424.770000', '155425.230000', '155425.690000', '155426.150000', '155426.610000', '155427.070000', '155427.530000', '155427.990000', '155428.450000', '155428.910000', '155429.370000', '155429.830000', '155430.290000', '155430.750000', '155431.210000', '155431.670000', '155432.130000', '155432.590000', '155433.050000', '155433.510000', '155433.970000', '155434.430000', '155434.890000', '155435.350000', '155435.810000', '155436.270000', '155436.730000', '155437.190000', '155437.650000', '155438.110000', '155438.570000', '155439.030000', '155439.490000', '155439.950000', '155440.410000', '155440.870000', '155441.330000', '155441.790000', '155442.250000', '155442.710000', '155443.170000', '155443.630000', '155444.090000', '155444.550000', '155445.010000', '155445.470000', '155445.930000', '155446.390000', '155446.850000', '155447.310000', '155447.770000', '155448.230000', '155448.690000', '155449.150000', '155449.610000', '155450.070000', '155450.530000', '155450.990000', '155451.450000', '155451.910000', '155452.370000', '155452.830000', '155453.290000', '155453.750000', '155454.210000', '155454.670000', '155455.130000', '155455.590000', '155456.050000', '155456.510000', '155456.970000', '155457.430000', '155457.890000', '155458.350000', '155458.810000', '155459.270000', '155459.730000', '155500.190000', '155500.650000', '155501.110000', '155501.570000', '155502.030000', '155502.490000', '155502.950000', '155503.410000', '155503.870000', '155504.330000', '155504.790000', '155505.250000', '155505.710000', '155506.170000', '155506.630000', '155507.090000', '155507.550000', '155508.010000', '155508.470000', '155508.930000', '155509.390000', '155509.850000', '155510.310000', '155510.770000', '155511.230000', '155511.690000', '155512.150000', '155512.610000', '155513.070000', '155513.530000', '155513.990000', '155514.450000', '155514.910000', '155515.370000', '155515.830000', '155516.290000', '155516.750000', '155517.210000', '155517.670000', '155518.130000', '155518.590000', '155519.050000', '155519.510000', '155519.970000', '155520.430000', '155520.890000', '155521.350000', '155521.810000', '155522.270000', '155522.730000', '155523.190000', '155523.650000', '155524.110000', '155524.570000', '155525.030000', '155525.490000', '155525.950000', '155526.410000', '155526.870000', '155527.330000', '155527.790000', '155528.250000', '155528.710000', '155529.170000', '155529.630000', '155530.090000', '155530.550000', '155531.010000', '155531.470000', '155531.930000', '155532.390000', '155532.850000', '155533.310000', '155533.770000', '155534.230000', '155534.690000', '155535.150000', '155535.610000', '155536.070000', '155536.530000', '155536.990000', '155537.450000', '155537.910000', '155538.370000', '155538.830000', '155539.290000', '155539.750000', '155540.210000', '155540.670000', '155541.130000', '155541.590000', '155542.050000', '155542.510000', '155542.970000', '155543.430000', '155543.890000', '155544.350000', '155544.810000', '155545.270000', '155545.730000', '155546.190000', '155546.650000', '155547.110000', '155547.570000', '155548.030000', '155548.490000', '155548.950000', '155549.410000', '155549.870000', '155550.330000', '155550.790000', '155551.250000', '155551.710000', '155552.170000', '155552.630000', '155553.090000', '155553.550000', '155554.010000', '155554.470000', '155554.930000', '155555.390000', '155555.850000', '155556.310000', '155556.770000', '155557.230000', '155557.690000', '155558.150000', '155558.610000', '155559.070000', '155559.530000', '155559.990000', '155600.450000', '155600.910000', '155601.370000', '155601.830000', '155602.290000', '155602.750000', '155603.210000', '155603.670000', '155604.130000', '155604.590000', '155605.050000', '155605.510000', '155605.970000', '155606.430000', '155606.890000', '155607.350000', '155607.810000', '155608.270000', '155608.730000', '155609.190000', '155609.650000', '155610.110000', '155610.570000', '155611.030000', '155611.490000', '155611.950000', '155612.410000', '155612.870000', '155613.330000', '155613.790000', '155614.250000', '155614.710000', '155615.170000', '155615.630000', '155616.090000', '155616.550000', '155617.010000', '155617.470000', '155617.930000', '155618.390000', '155618.850000', '155619.310000', '155619.770000', '155620.230000', '155620.690000', '155621.150000', '155621.610000', '155622.070000', '155622.530000', '155622.990000', '155623.450000', '155623.910000', '155624.370000', '155624.830000', '155625.290000', '155625.750000', '155626.210000', '155626.670000', '155627.130000', '155627.590000', '155628.050000', '155628.510000', '155628.970000', '155629.430000', '155629.890000', '155630.350000', '155630.810000', '155631.270000', '155631.730000', '155632.190000', '155632.650000', '155633.110000', '155633.570000', '155634.030000', '155634.490000', '155634.950000', '155635.410000', '155635.870000', '155636.330000', '155636.790000', '155637.250000', '155637.710000', '155638.170000', '155638.630000', '155639.090000', '155639.550000', '155640.010000', '155640.470000', '155640.930000', '155641.390000', '155641.850000', '155642.310000', '155642.770000', '155643.230000', '155643.690000', '155644.150000', '155644.610000', '155645.070000', '155645.530000', '155645.990000', '155646.450000', '155646.910000', '155647.370000', '155647.830000', '155648.290000', '155648.750000', '155649.210000', '155649.670000', '155650.130000', '155650.590000', '155651.050000', '155651.510000', '155651.970000', '155652.430000', '155652.890000', '155653.350000', '155653.810000', '155654.270000', '155654.730000', '155655.190000', '155655.650000', '155656.110000', '155656.570000', '155657.030000', '155657.490000', '155657.950000', '155658.410000', '155658.870000', '155659.330000', '155659.790000', '155700.250000', '155700.710000', '155701.170000', '155701.630000', '155702.090000', '155702.550000', '155703.010000', '155703.470000', '155703.930000', '155704.390000', '155704.850000', '155705.310000', '155705.770000', '155706.230000', '155706.690000', '155707.150000', '155707.610000', '155708.070000', '155708.530000', '155708.990000', '155709.450000', '155709.910000', '155710.370000', '155710.830000', '155711.290000', '155711.750000', '155712.210000', '155712.670000', '155713.130000', '155713.590000', '155714.050000', '155714.510000', '155714.970000', '155715.430000', '155715.890000', '155716.350000', '155716.810000', '155717.270000', '155717.730000', '155718.190000', '155718.650000', '155719.110000', '155719.570000', '155720.030000', '155720.490000', '155720.950000', '155721.410000', '155721.870000', '155722.330000', '155722.790000', '155723.250000', '155723.710000', '155724.170000', '155724.630000', '155725.090000', '155725.550000', '155726.010000', '155726.470000', '155726.930000', '155727.390000', '155727.850000', '155728.310000', '155728.770000', '155729.230000', '155729.690000', '155730.150000', '155730.610000', '155731.070000', '155731.530000', '155731.990000', '155732.450000', '155732.910000', '155733.370000', '155733.830000', '155734.290000', '155734.750000', '155735.210000', '155735.670000', '155736.130000', '155736.590000', '155737.050000', '155737.510000', '155737.970000', '155738.430000', '155738.890000', '155739.350000', '155739.810000', '155740.270000', '155740.730000', '155741.190000', '155741.650000', '155742.110000', '155742.570000', '155743.030000', '155743.490000', '155743.950000', '155744.410000', '155744.870000', '155745.330000', '155745.790000', '155746.250000', '155746.710000', '155747.170000', '155747.630000', '155748.090000', '155748.550000', '155749.010000', '155749.470000', '155749.930000', '155750.390000', '155750.850000', '155751.310000', '155751.770000', '155752.230000', '155752.690000', '155753.150000', '155753.610000', '155754.070000', '155754.530000', '155754.990000', '155755.450000', '155755.910000', '155756.370000', '155756.830000', '155757.290000', '155757.750000', '155758.210000', '155758.670000', '155759.130000', '155759.590000', '155800.050000', '155800.510000', '155800.970000', '155801.430000', '155801.890000', '155802.350000', '155802.810000', '155803.270000', '155803.730000', '155804.190000', '155804.650000', '155805.110000', '155805.570000', '155806.030000', '155806.490000', '155806.950000', '155807.410000', '155807.870000', '155808.330000', '155808.790000', '155809.250000', '155809.710000', '155810.170000', '155810.630000', '155811.090000', '155811.550000', '155812.010000', '155812.470000', '155812.930000', '155813.390000', '155813.850000', '155814.310000', '155814.770000', '155815.230000', '155815.690000', '155816.150000', '155816.610000', '155817.070000', '155817.530000', '155817.990000', '155818.450000', '155818.910000', '155819.370000', '155819.830000', '155820.290000', '155820.750000', '155821.210000', '155821.670000', '155822.130000', '155822.590000', '155823.050000', '155823.510000', '155823.970000', '155824.430000', '155824.890000', '155825.350000', '155825.810000', '155826.270000', '155826.730000', '155827.190000', '155827.650000', '155828.110000', '155828.570000', '155829.030000', '155829.490000', '155829.950000', '155830.410000', '155830.870000', '155831.330000', '155831.790000', '155832.250000', '155832.710000', '155833.170000', '155833.630000', '155834.090000', '155834.550000', '155835.010000', '155835.470000', '155835.930000', '155836.390000', '155836.850000', '155837.310000', '155837.770000', '155838.230000', '155838.690000', '155839.150000', '155839.610000', '155840.070000', '155840.530000', '155840.990000', '155841.450000', '155841.910000', '155842.370000', '155842.830000', '155843.290000', '155843.750000', '155844.210000', '155844.670000', '155845.130000', '155845.590000', '155846.050000', '155846.510000', '155846.970000', '155847.430000', '155847.890000', '155848.350000', '155848.810000', '155849.270000', '155849.730000', '155850.190000', '155850.650000', '155851.110000', '155851.570000', '155852.030000', '155852.490000', '155852.950000', '155853.410000', '155853.870000', '155854.330000', '155854.790000', '155855.250000', '155855.710000', '155856.170000', '155856.630000', '155857.090000', '155857.550000', '155858.010000', '155858.470000', '155858.930000', '155859.390000', '155859.850000', '155900.310000', '155900.770000', '155901.230000', '155901.690000', '155902.150000', '155902.610000', '155903.070000', '155903.530000', '155903.990000', '155904.450000', '155904.910000', '155905.370000', '155905.830000', '155906.290000', '155906.750000', '155907.210000', '155907.670000', '155908.130000', '155908.590000', '155909.050000', '155909.510000', '155909.970000', '155910.430000', '155910.890000', '155911.350000', '155911.810000', '155912.270000', '155912.730000', '155913.190000', '155913.650000', '155914.110000', '155914.570000', '155915.030000', '155915.490000', '155915.950000', '155916.410000', '155916.870000', '155917.330000', '155917.790000', '155918.250000', '155918.710000', '155919.170000', '155919.630000', '155920.090000', '155920.550000', '155921.010000', '155921.470000', '155921.930000', '155922.390000', '155922.850000', '155923.310000', '155923.770000', '155924.230000', '155924.690000', '155925.150000', '155925.610000', '155926.070000', '155926.530000', '155926.990000', '155927.450000', '155927.910000', '155928.370000', '155928.830000', '155929.290000', '155929.750000', '155930.210000', '155930.670000', '155931.130000', '155931.590000', '155932.050000', '155932.510000', '155932.970000', '155933.430000', '155933.890000', '155934.350000', '155934.810000', '155935.270000', '155935.730000', '155936.190000', '155936.650000', '155937.110000', '155937.570000', '155938.030000', '155938.490000', '155938.950000', '155939.410000', '155939.870000', '155940.330000', '155940.790000', '155941.250000', '155941.710000', '155942.170000', '155942.630000', '155943.090000', '155943.550000', '155944.010000', '155944.470000', '155944.930000', '155945.390000', '155945.850000', '155946.310000', '155946.770000', '155947.230000', '155947.690000', '155948.150000', '155948.610000', '155949.070000', '155949.530000', '155949.990000', '155950.450000', '155950.910000', '155951.370000', '155951.830000', '155952.290000', '155952.750000', '155953.210000', '155953.670000', '155954.130000', '155954.590000', '155955.050000', '155955.510000', '155955.970000', '155956.430000', '155956.890000', '155957.350000', '155957.810000', '155958.270000', '155958.730000', '155959.190000', '155959.650000', '160000.110000', '160000.570000', '160001.030000', '160001.490000', '160001.950000', '160002.410000', '160002.870000', '160003.330000', '160003.790000', '160004.250000', '160004.710000', '160005.170000', '160005.630000', '160006.090000', '160006.550000', '160007.010000', '160007.470000', '160007.930000', '160008.390000', '160008.850000', '160009.310000', '160009.770000', '160010.230000', '160010.690000', '160011.150000', '160011.610000', '160012.070000', '160012.530000', '160012.990000', '160013.450000', '160013.910000', '160014.370000', '160014.830000', '160015.290000', '160015.750000', '160016.210000', '160016.670000', '160017.130000', '160017.590000', '160018.050000', '160018.510000', '160018.970000', '160019.430000', '160019.890000', '160020.350000', '160020.810000', '160021.270000', '160021.730000', '160022.190000', '160022.650000', '160023.110000', '160023.570000', '160024.030000', '160024.490000', '160024.950000', '160025.410000', '160025.870000', '160026.330000', '160026.790000', '160027.250000', '160027.710000', '160028.170000', '160028.630000', '160029.090000', '160029.550000', '160030.010000', '160030.470000', '160030.930000', '160031.390000', '160031.850000', '160032.310000', '160032.770000', '160033.230000', '160033.690000', '160034.150000', '160034.610000', '160035.070000', '160035.530000', '160035.990000', '160036.450000', '160036.910000', '160037.370000', '160037.830000', '160038.290000', '160038.750000', '160039.210000', '160039.670000', '160040.130000', '160040.590000', '160041.050000', '160041.510000', '160041.970000', '160042.430000', '160042.890000', '160043.350000', '160043.810000', '160044.270000', '160044.730000', '160045.190000', '160045.650000', '160046.110000', '160046.570000', '160047.030000', '160047.490000', '160047.950000', '160048.410000', '160048.870000', '160049.330000', '160049.790000', '160050.250000', '160050.710000', '160051.170000', '160051.630000', '160052.090000', '160052.550000', '160053.010000', '160053.470000', '160053.930000', '160054.390000', '160054.850000', '160055.310000', '160055.770000', '160056.230000', '160056.690000', '160057.150000', '160057.610000', '160058.070000', '160058.530000', '160058.990000', '160059.450000', '160059.910000', '160100.370000', '160100.830000', '160101.290000', '160101.750000', '160102.210000', '160102.670000', '160103.130000', '160103.590000', '160104.050000', '160104.510000', '160104.970000', '160105.430000', '160105.890000', '160106.350000', '160106.810000', '160107.270000', '160107.730000', '160108.190000', '160108.650000', '160109.110000', '160109.570000', '160110.030000', '160110.490000', '160110.950000', '160111.410000', '160111.870000', '160112.330000', '160112.790000', '160113.250000', '160113.710000', '160114.170000', '160114.630000', '160115.090000', '160115.550000', '160116.010000', '160116.470000', '160116.930000', '160117.390000', '160117.850000', '160118.310000', '160118.770000', '160119.230000', '160119.690000', '160120.150000', '160120.610000', '160121.070000', '160121.530000', '160121.990000', '160122.450000', '160122.910000', '160123.370000', '160123.830000', '160124.290000', '160124.750000', '160125.210000', '160125.670000', '160126.130000', '160126.590000', '160127.050000', '160127.510000', '160127.970000', '160128.430000', '160128.890000', '160129.350000', '160129.810000', '160130.270000', '160130.730000', '160131.190000', '160131.650000', '160132.110000', '160132.570000', '160133.030000', '160133.490000', '160133.950000', '160134.410000', '160134.870000', '160135.330000', '160135.790000', '160136.250000', '160136.710000', '160137.170000', '160137.630000', '160138.090000', '160138.550000', '160139.010000', '160139.470000', '160139.930000', '160140.390000', '160140.850000', '160141.310000', '160141.770000', '160142.230000', '160142.690000', '160143.150000', '160143.610000', '160144.070000', '160144.530000', '160144.990000', '160145.450000', '160145.910000', '160146.370000', '160146.830000', '160147.290000', '160147.750000', '160148.210000', '160148.670000', '160149.130000', '160149.590000', '160150.050000', '160150.510000', '160150.970000', '160151.430000', '160151.890000', '160152.350000', '160152.810000', '160153.270000', '160153.730000', '160154.190000', '160154.650000', '160155.110000', '160155.570000', '160156.030000', '160156.490000', '160156.950000', '160157.410000', '160157.870000', '160158.330000', '160158.790000', '160159.250000', '160159.710000', '160200.170000', '160200.630000', '160201.090000', '160201.550000', '160202.010000', '160202.470000', '160202.930000', '160203.390000', '160203.850000', '160204.310000', '160204.770000', '160205.230000', '160205.690000', '160206.150000', '160206.610000', '160207.070000', '160207.530000', '160207.990000', '160208.450000', '160208.910000', '160209.370000', '160209.830000', '160210.290000', '160210.750000', '160211.210000', '160211.670000', '160212.130000', '160212.590000', '160213.050000', '160213.510000', '160213.970000', '160214.430000', '160214.890000', '160215.350000', '160215.810000', '160216.270000', '160216.730000', '160217.190000', '160217.650000', '160218.110000', '160218.570000', '160219.030000', '160219.490000', '160219.950000', '160220.410000', '160220.870000', '160221.330000', '160221.790000', '160222.250000', '160222.710000', '160223.170000', '160223.630000', '160224.090000', '160224.550000', '160225.010000', '160225.470000', '160225.930000', '160226.390000', '160226.850000', '160227.310000', '160227.770000', '160228.230000', '160228.690000', '160229.150000', '160229.610000', '160230.070000', '160230.530000', '160230.990000', '160231.450000', '160231.910000', '160232.370000', '160232.830000', '160233.290000', '160233.750000', '160234.210000', '160234.670000', '160235.130000', '160235.590000', '160236.050000', '160236.510000', '160236.970000', '160237.430000', '160237.890000', '160238.350000', '160238.810000', '160239.270000', '160239.730000', '160240.190000', '160240.650000', '160241.110000', '160241.570000', '160242.030000', '160242.490000', '160242.950000', '160243.410000', '160243.870000', '160244.330000', '160244.790000', '160245.250000', '160245.710000', '160246.170000', '160246.630000', '160247.090000', '160247.550000', '160248.010000', '160248.470000', '160248.930000', '160249.390000', '160249.850000', '160250.310000', '160250.770000', '160251.230000', '160251.690000', '160252.150000', '160252.610000', '160253.070000', '160253.530000', '160253.990000', '160254.450000', '160254.910000', '160255.370000', '160255.830000', '160256.290000', '160256.750000', '160257.210000', '160257.670000', '160258.130000', '160258.590000', '160259.050000', '160259.510000', '160259.970000', '160300.430000', '160300.890000', '160301.350000', '160301.810000', '160302.270000', '160302.730000', '160303.190000', '160303.650000', '160304.110000', '160304.570000', '160305.030000', '160305.490000', '160305.950000', '160306.410000', '160306.870000', '160307.330000', '160307.790000', '160308.250000'], 'ContentTime': ['155437.956000', '155437.959000', '155437.969000', '155437.971000', '155437.974000', '155437.977000', '155437.979000', '155437.982000', '155437.984000', '155437.987000', '155437.989000', '155437.992000', '155437.994000', '155438.006000', '155438.009000', '155438.011000', '155438.014000', '155438.017000', '155438.019000', '155438.022000', '155438.024000', '155438.027000', '155438.029000', '155438.032000', '155438.034000', '155438.037000', '155438.039000', '155438.042000', '155438.045000', '155438.047000', '155438.050000', '155438.052000', '155438.055000', '155438.057000', '155438.060000', '155438.063000', '155438.065000', '155438.068000', '155438.070000', '155438.073000', '155438.075000', '155438.078000', '155438.080000', '155438.083000', '155457.917000', '155457.920000', '155457.923000', '155457.925000', '155457.928000', '155457.931000', '155457.933000', '155457.936000', '155457.938000', '155457.941000', '155457.943000', '155457.946000', '155457.948000', '155457.951000', '155457.954000', '155457.957000', '155457.960000', '155457.963000', '155457.965000', '155457.983000', '155457.986000', '155457.989000', '155457.991000', '155457.995000', '155457.997000', '155458.001000', '155458.004000', '155458.006000', '155458.009000', '155458.012000', '155458.014000', '155458.017000', '155458.019000', '155458.022000', '155458.024000', '155458.027000', '155458.029000', '155458.032000', '155458.035000', '155458.037000', '155458.040000', '155458.042000', '155458.048000', '155517.917000', '155517.920000', '155517.923000', '155517.925000', '155517.928000', '155517.931000', '155517.933000', '155517.936000', '155517.938000', '155517.941000', '155517.943000', '155517.946000', '155517.949000', '155517.951000', '155517.954000', '155517.956000', '155517.959000', '155517.961000', '155517.964000', '155517.967000', '155517.969000', '155517.972000', '155517.974000', '155517.977000', '155517.979000', '155517.982000', '155517.985000', '155517.987000', '155517.990000', '155517.992000', '155517.995000', '155517.997000', '155518.001000', '155518.004000', '155518.006000', '155518.009000', '155518.011000', '155518.014000', '155518.016000', '155518.019000', '155518.022000', '155518.024000', '155518.027000', '155518.029000', '155537.918000', '155537.921000', '155537.924000', '155537.926000', '155537.929000', '155537.931000', '155537.934000', '155537.937000', '155537.939000', '155537.942000', '155537.944000', '155537.947000', '155537.949000', '155537.952000', '155537.954000', '155537.957000', '155537.960000', '155537.962000', '155537.965000', '155537.967000', '155537.970000', '155537.972000', '155537.975000', '155537.977000', '155537.980000', '155537.983000', '155537.985000', '155537.988000', '155537.990000', '155537.993000', '155537.996000', '155537.998000', '155538.002000', '155538.004000', '155538.007000', '155538.013000', '155538.016000', '155538.019000', '155538.021000', '155538.024000', '155538.026000', '155538.029000', '155538.032000', '155557.918000', '155557.921000', '155557.924000', '155557.927000', '155557.929000', '155557.932000', '155557.934000', '155557.937000', '155557.940000', '155557.942000', '155557.945000', '155557.947000', '155557.950000', '155557.952000', '155557.955000', '155557.958000', '155557.960000', '155557.963000', '155557.965000', '155557.968000', '155557.970000', '155557.973000', '155557.976000', '155557.978000', '155557.981000', '155557.983000', '155557.986000', '155557.989000', '155557.991000', '155557.994000', '155557.996000', '155558.000000', '155558.002000', '155558.005000', '155558.008000', '155558.010000', '155558.013000', '155558.015000', '155558.018000', '155558.021000', '155558.023000', '155558.026000', '155558.028000', '155558.031000', '155617.918000', '155617.921000', '155617.924000', '155617.926000', '155617.929000', '155617.932000', '155617.934000', '155617.937000', '155617.952000', '155617.955000', '155617.957000', '155617.960000', '155617.962000', '155617.965000', '155617.968000', '155617.970000', '155617.973000', '155617.975000', '155617.978000', '155617.980000', '155617.984000', '155617.987000', '155617.990000', '155617.993000', '155617.995000', '155617.998000', '155618.001000', '155618.004000', '155618.006000', '155618.009000', '155618.012000', '155618.014000', '155618.017000', '155618.019000', '155618.022000', '155618.024000', '155618.027000', '155618.030000', '155618.033000', '155618.036000', '155618.044000', '155618.047000', '155618.049000', '155637.918000', '155637.921000', '155637.924000', '155637.926000', '155637.929000', '155637.932000', '155637.934000', '155637.937000', '155637.939000', '155637.942000', '155637.945000', '155637.947000', '155637.950000', '155637.952000', '155637.955000', '155637.957000', '155637.960000', '155637.963000', '155637.965000', '155637.968000', '155637.970000', '155637.973000', '155637.976000', '155637.978000', '155637.981000', '155637.983000', '155637.986000', '155637.988000', '155637.991000', '155637.994000', '155637.996000', '155638.000000', '155638.003000', '155638.005000', '155638.008000', '155638.010000', '155638.013000', '155638.016000', '155638.018000', '155638.021000', '155638.023000', '155638.026000', '155638.029000', '155638.031000', '155657.918000', '155657.921000', '155657.924000', '155657.927000', '155657.929000', '155657.932000', '155657.934000', '155657.937000', '155657.940000', '155657.942000', '155657.945000', '155657.947000', '155657.950000', '155657.953000', '155657.956000', '155657.959000', '155657.962000', '155657.965000', '155657.967000', '155657.970000', '155657.972000', '155657.975000', '155657.977000', '155657.980000', '155657.983000', '155657.985000', '155657.988000', '155657.990000', '155657.993000', '155657.996000', '155657.998000', '155658.002000', '155658.004000', '155658.007000', '155658.010000', '155658.012000', '155658.015000', '155658.017000', '155658.020000', '155658.022000', '155658.025000', '155658.028000', '155658.030000', '155717.918000', '155717.920000', '155717.923000', '155717.925000', '155717.928000', '155717.931000', '155717.933000', '155717.936000', '155717.938000', '155717.941000', '155717.944000', '155717.946000', '155717.949000', '155717.951000', '155717.954000', '155717.956000', '155717.959000', '155717.962000', '155717.964000', '155717.967000', '155717.969000', '155717.972000', '155717.975000', '155717.977000', '155717.980000', '155717.982000', '155717.985000', '155717.988000', '155717.990000', '155717.993000', '155717.995000', '155717.998000', '155718.001000', '155718.004000', '155718.007000', '155718.009000', '155718.012000', '155718.014000', '155718.017000', '155718.020000', '155718.022000', '155718.025000', '155718.027000', '155737.918000', '155737.920000', '155737.923000', '155737.925000', '155737.928000', '155737.931000', '155737.933000', '155737.936000', '155737.938000', '155737.941000', '155737.944000', '155737.946000', '155737.949000', '155737.951000', '155737.954000', '155737.956000', '155737.959000', '155737.961000', '155737.964000', '155737.967000', '155737.969000', '155737.972000', '155737.974000', '155737.977000', '155737.980000', '155737.982000', '155737.985000', '155737.987000', '155737.990000', '155737.992000', '155737.995000', '155737.998000', '155738.001000', '155738.004000', '155738.006000', '155738.009000', '155738.012000', '155738.014000', '155738.017000', '155738.020000', '155738.023000', '155738.026000', '155738.029000', '155738.031000', '155757.918000', '155757.921000', '155757.924000', '155757.927000', '155757.953000', '155757.955000', '155757.958000', '155757.960000', '155757.963000', '155757.965000', '155757.968000', '155757.971000', '155757.973000', '155757.976000', '155757.978000', '155757.981000', '155757.983000', '155757.986000', '155757.989000', '155757.991000', '155757.994000', '155757.996000', '155758.000000', '155758.003000', '155758.005000', '155758.008000', '155758.010000', '155758.013000', '155758.016000', '155758.018000', '155758.021000', '155758.023000', '155758.026000', '155758.029000', '155758.031000', '155758.034000', '155758.036000', '155758.039000', '155758.042000', '155758.044000', '155758.047000', '155758.049000', '155758.052000', '155758.054000', '155817.919000', '155817.921000', '155817.924000', '155817.927000', '155817.929000', '155817.932000', '155817.935000', '155817.937000', '155817.940000', '155817.942000', '155817.945000', '155817.947000', '155817.950000', '155817.952000', '155817.955000', '155817.958000', '155817.960000', '155817.963000', '155817.965000', '155817.968000', '155817.971000', '155817.973000', '155817.976000', '155817.978000', '155817.981000', '155817.983000', '155817.986000', '155817.989000', '155817.991000', '155817.994000', '155817.996000', '155818.000000', '155818.003000', '155818.005000', '155818.008000', '155818.010000', '155818.013000', '155818.016000', '155818.018000', '155818.021000', '155818.023000', '155818.026000', '155818.028000', '155837.918000', '155837.921000', '155837.924000', '155837.927000', '155837.929000', '155837.932000', '155837.935000', '155837.937000', '155837.940000', '155837.942000', '155837.945000', '155837.948000', '155837.950000', '155837.953000', '155837.955000', '155837.958000', '155837.961000', '155837.963000', '155837.966000', '155837.968000', '155837.971000', '155837.973000', '155837.976000', '155837.979000', '155837.981000', '155837.984000', '155837.986000', '155837.989000', '155837.991000', '155837.994000', '155837.997000', '155838.000000', '155838.003000', '155838.006000', '155838.008000', '155838.011000', '155838.013000', '155838.016000', '155838.018000', '155838.021000', '155838.024000', '155838.026000', '155838.029000', '155838.032000', '155857.919000', '155857.922000', '155857.924000', '155857.927000', '155857.929000', '155857.932000', '155857.935000', '155857.937000', '155857.940000', '155857.942000', '155857.945000', '155857.947000', '155857.950000', '155857.953000', '155857.955000', '155857.958000', '155857.961000', '155857.963000', '155857.966000', '155857.968000', '155857.971000', '155857.973000', '155857.976000', '155857.979000', '155857.981000', '155857.984000', '155857.986000', '155857.989000', '155857.992000', '155857.994000', '155857.997000', '155858.001000', '155858.003000', '155858.006000', '155858.008000', '155858.011000', '155858.014000', '155858.016000', '155858.019000', '155858.021000', '155858.024000', '155858.026000', '155858.029000', '155917.918000', '155917.921000', '155917.924000', '155917.926000', '155917.929000', '155917.932000', '155917.934000', '155917.937000', '155917.940000', '155917.942000', '155917.945000', '155917.947000', '155917.950000', '155917.952000', '155917.965000', '155917.968000', '155917.971000', '155917.973000', '155917.976000', '155917.978000', '155917.981000', '155917.983000', '155917.986000', '155917.989000', '155917.991000', '155917.994000', '155917.996000', '155918.000000', '155918.002000', '155918.005000', '155918.008000', '155918.010000', '155918.013000', '155918.015000', '155918.018000', '155918.021000', '155918.023000', '155918.026000', '155918.029000', '155918.031000', '155918.034000', '155918.036000', '155918.039000', '155918.042000', '155937.918000', '155937.920000', '155937.923000', '155937.926000', '155937.928000', '155937.931000', '155937.933000', '155937.936000', '155937.939000', '155937.941000', '155937.944000', '155937.946000', '155937.949000', '155937.951000', '155937.954000', '155937.957000', '155937.959000', '155937.962000', '155937.964000', '155937.967000', '155937.970000', '155937.972000', '155937.975000', '155937.977000', '155937.980000', '155937.982000', '155937.985000', '155937.988000', '155937.990000', '155937.993000', '155937.996000', '155937.998000', '155938.002000', '155938.004000', '155938.007000', '155938.009000', '155938.012000', '155938.015000', '155938.017000', '155938.020000', '155938.022000', '155938.025000', '155938.028000', '155957.917000', '155957.920000', '155957.923000', '155957.926000', '155957.928000', '155957.931000', '155957.933000', '155957.936000', '155957.938000', '155957.941000', '155957.944000', '155957.946000', '155957.949000', '155957.951000', '155957.956000', '155957.958000', '155957.961000', '155957.964000', '155957.966000', '155957.969000', '155957.972000', '155957.974000', '155957.977000', '155957.980000', '155957.982000', '155957.985000', '155957.987000', '155957.990000', '155957.993000', '155957.995000', '155957.998000', '155958.001000', '155958.004000', '155958.007000', '155958.009000', '155958.012000', '155958.014000', '155958.017000', '155958.019000', '155958.022000', '155958.025000', '155958.027000', '155958.030000', '155958.033000', '160017.919000', '160017.921000', '160017.924000', '160017.927000', '160017.929000', '160017.932000', '160017.934000', '160017.937000', '160017.939000', '160017.942000', '160017.944000', '160017.947000', '160017.950000', '160017.952000', '160017.955000', '160017.957000', '160017.960000', '160017.963000', '160017.965000', '160017.968000', '160017.970000', '160017.973000', '160017.975000', '160017.978000', '160017.981000', '160017.983000', '160017.986000', '160017.989000', '160017.991000', '160017.994000', '160017.996000', '160018.000000', '160018.002000', '160018.005000', '160018.007000', '160018.010000', '160018.013000', '160018.015000', '160018.018000', '160018.020000', '160018.023000', '160018.027000', '160018.029000', '160037.918000', '160037.921000', '160037.924000', '160037.926000', '160037.929000', '160037.932000', '160037.934000', '160037.937000', '160037.939000', '160037.942000', '160037.944000', '160037.947000', '160037.950000', '160037.952000', '160037.955000', '160037.957000', '160037.960000', '160037.963000', '160037.965000', '160037.968000', '160037.970000', '160037.973000', '160037.975000', '160037.978000', '160037.981000', '160037.983000', '160037.986000', '160037.988000', '160037.991000', '160037.994000', '160037.996000', '160037.999000', '160038.001000', '160038.004000', '160038.006000', '160038.009000', '160038.012000', '160038.014000', '160038.017000', '160038.031000', '160038.034000', '160038.036000', '160038.039000', '160038.041000', '160057.919000', '160057.921000', '160057.924000', '160057.927000', '160057.929000', '160057.932000', '160057.935000', '160057.937000', '160057.940000', '160057.942000', '160057.945000', '160057.947000', '160057.950000', '160057.953000', '160057.955000', '160057.958000', '160057.960000', '160057.963000', '160057.965000', '160057.968000', '160057.971000', '160057.973000', '160057.976000', '160057.978000', '160057.981000', '160057.984000', '160057.986000', '160057.989000', '160057.991000', '160057.994000', '160057.997000', '160057.999000', '160058.002000', '160058.004000', '160058.007000', '160058.010000', '160058.012000', '160058.015000', '160058.017000', '160058.020000', '160058.023000', '160058.025000', '160058.028000', '160117.919000', '160117.921000', '160117.924000', '160117.927000', '160117.929000', '160117.932000', '160117.934000', '160117.937000', '160117.940000', '160117.942000', '160117.945000', '160117.956000', '160117.959000', '160117.961000', '160117.964000', '160117.966000', '160117.969000', '160117.972000', '160117.974000', '160117.977000', '160117.979000', '160117.982000', '160117.985000', '160117.987000', '160117.990000', '160117.992000', '160117.995000', '160117.998000', '160118.001000', '160118.004000', '160118.007000', '160118.009000', '160118.012000', '160118.015000', '160118.017000', '160118.020000', '160118.023000', '160118.025000', '160118.028000', '160118.030000', '160118.033000', '160118.036000', '160118.038000', '160118.041000', '160137.919000', '160137.921000', '160137.924000', '160137.927000', '160137.929000', '160137.932000', '160137.935000', '160137.937000', '160137.940000', '160137.942000', '160137.945000', '160137.948000', '160137.950000', '160137.953000', '160137.955000', '160137.958000', '160137.961000', '160137.963000', '160137.966000', '160137.968000', '160137.971000', '160137.974000', '160137.976000', '160137.979000', '160137.981000', '160137.984000', '160137.987000', '160137.989000', '160137.992000', '160137.994000', '160137.997000', '160138.001000', '160138.003000', '160138.006000', '160138.008000', '160138.011000', '160138.013000', '160138.016000', '160138.019000', '160138.021000', '160138.024000', '160138.026000', '160138.029000', '160157.918000', '160157.921000', '160157.924000', '160157.927000', '160157.929000', '160157.932000', '160157.934000', '160157.937000', '160157.939000', '160157.942000', '160157.945000', '160157.947000', '160157.950000', '160157.952000', '160157.955000', '160157.957000', '160157.960000', '160157.963000', '160157.965000', '160157.968000', '160157.970000', '160157.973000', '160157.976000', '160157.978000', '160157.981000', '160157.983000', '160157.986000', '160157.989000', '160157.991000', '160157.994000', '160157.996000', '160158.000000', '160158.003000', '160158.005000', '160158.008000', '160158.010000', '160158.022000', '160158.024000', '160158.027000', '160158.030000', '160158.032000', '160158.035000', '160158.037000', '160217.918000', '160217.921000', '160217.923000', '160217.926000', '160217.928000', '160217.931000', '160217.933000', '160217.936000', '160217.939000', '160217.941000', '160217.944000', '160217.947000', '160217.949000', '160217.952000', '160217.954000', '160217.957000', '160217.960000', '160217.962000', '160217.965000', '160217.967000', '160217.970000', '160217.973000', '160217.975000', '160217.978000', '160217.980000', '160217.983000', '160217.986000', '160217.988000', '160217.991000', '160217.993000', '160217.996000', '160217.998000', '160218.002000', '160218.005000', '160218.007000', '160218.010000', '160218.013000', '160218.015000', '160218.018000', '160218.020000', '160218.023000', '160218.026000', '160218.028000', '160218.031000', '160237.919000', '160237.921000', '160237.924000', '160237.927000', '160237.929000', '160237.932000', '160237.935000', '160237.937000', '160237.940000', '160237.942000', '160237.945000', '160237.948000', '160237.950000', '160237.953000', '160237.956000', '160237.959000', '160237.962000', '160237.965000', '160237.967000', '160237.970000', '160237.973000', '160237.975000', '160237.978000', '160237.980000', '160237.983000', '160237.986000', '160237.988000', '160237.992000', '160237.995000', '160237.997000', '160238.001000', '160238.004000', '160238.006000', '160238.009000', '160238.012000', '160238.014000', '160238.017000', '160238.019000', '160238.022000', '160238.024000', '160238.027000', '160238.030000', '160238.032000', '160257.919000', '160257.922000', '160257.924000', '160257.927000', '160257.930000', '160257.932000', '160257.935000', '160257.937000', '160257.940000', '160257.943000', '160257.945000', '160257.948000', '160257.950000', '160257.953000', '160257.956000', '160257.958000', '160257.961000', '160257.963000', '160257.966000', '160257.968000', '160257.971000', '160257.974000', '160257.976000', '160257.979000', '160257.981000', '160257.984000', '160257.987000', '160257.989000', '160257.992000', '160257.994000', '160257.997000', '160258.001000', '160258.003000', '160258.006000', '160258.008000', '160258.011000', '160258.014000', '160258.016000', '160258.019000', '160258.021000', '160258.024000', '160258.027000', '160258.029000', '160258.032000', '160309.669000', '160309.673000', '160309.675000', '160309.678000', '160309.682000', '160309.685000', '160309.688000', '160309.691000', '160309.694000', '160309.697000', '160309.700000', '160309.703000', '160309.706000', '160309.710000', '160309.713000', '160309.716000', '160309.718000', '160309.721000', '160309.724000', '160309.727000', '160309.729000', '160309.732000', '160309.735000', '160309.738000', '160309.741000', '160309.743000'], 'InstanceCreationTime': ['155437.956000', '155437.959000', '155437.969000', '155437.971000', '155437.974000', '155437.977000', '155437.979000', '155437.982000', '155437.984000', '155437.987000', '155437.989000', '155437.992000', '155437.994000', '155438.006000', '155438.009000', '155438.011000', '155438.014000', '155438.017000', '155438.019000', '155438.022000', '155438.024000', '155438.027000', '155438.029000', '155438.032000', '155438.034000', '155438.037000', '155438.039000', '155438.042000', '155438.045000', '155438.047000', '155438.050000', '155438.052000', '155438.055000', '155438.057000', '155438.060000', '155438.063000', '155438.065000', '155438.068000', '155438.070000', '155438.073000', '155438.075000', '155438.078000', '155438.080000', '155438.083000', '155457.917000', '155457.920000', '155457.923000', '155457.925000', '155457.928000', '155457.931000', '155457.933000', '155457.936000', '155457.938000', '155457.941000', '155457.943000', '155457.946000', '155457.948000', '155457.951000', '155457.954000', '155457.957000', '155457.960000', '155457.963000', '155457.965000', '155457.983000', '155457.986000', '155457.989000', '155457.991000', '155457.995000', '155457.997000', '155458.001000', '155458.004000', '155458.006000', '155458.009000', '155458.012000', '155458.014000', '155458.017000', '155458.019000', '155458.022000', '155458.024000', '155458.027000', '155458.029000', '155458.032000', '155458.035000', '155458.037000', '155458.040000', '155458.042000', '155458.048000', '155517.917000', '155517.920000', '155517.923000', '155517.925000', '155517.928000', '155517.931000', '155517.933000', '155517.936000', '155517.938000', '155517.941000', '155517.943000', '155517.946000', '155517.949000', '155517.951000', '155517.954000', '155517.956000', '155517.959000', '155517.961000', '155517.964000', '155517.967000', '155517.969000', '155517.972000', '155517.974000', '155517.977000', '155517.979000', '155517.982000', '155517.985000', '155517.987000', '155517.990000', '155517.992000', '155517.995000', '155517.997000', '155518.001000', '155518.004000', '155518.006000', '155518.009000', '155518.011000', '155518.014000', '155518.016000', '155518.019000', '155518.022000', '155518.024000', '155518.027000', '155518.029000', '155537.918000', '155537.921000', '155537.924000', '155537.926000', '155537.929000', '155537.931000', '155537.934000', '155537.937000', '155537.939000', '155537.942000', '155537.944000', '155537.947000', '155537.949000', '155537.952000', '155537.954000', '155537.957000', '155537.960000', '155537.962000', '155537.965000', '155537.967000', '155537.970000', '155537.972000', '155537.975000', '155537.977000', '155537.980000', '155537.983000', '155537.985000', '155537.988000', '155537.990000', '155537.993000', '155537.996000', '155537.998000', '155538.002000', '155538.004000', '155538.007000', '155538.013000', '155538.016000', '155538.019000', '155538.021000', '155538.024000', '155538.026000', '155538.029000', '155538.032000', '155557.918000', '155557.921000', '155557.924000', '155557.927000', '155557.929000', '155557.932000', '155557.934000', '155557.937000', '155557.940000', '155557.942000', '155557.945000', '155557.947000', '155557.950000', '155557.952000', '155557.955000', '155557.958000', '155557.960000', '155557.963000', '155557.965000', '155557.968000', '155557.970000', '155557.973000', '155557.976000', '155557.978000', '155557.981000', '155557.983000', '155557.986000', '155557.989000', '155557.991000', '155557.994000', '155557.996000', '155558.000000', '155558.002000', '155558.005000', '155558.008000', '155558.010000', '155558.013000', '155558.015000', '155558.018000', '155558.021000', '155558.023000', '155558.026000', '155558.028000', '155558.031000', '155617.918000', '155617.921000', '155617.924000', '155617.926000', '155617.929000', '155617.932000', '155617.934000', '155617.937000', '155617.952000', '155617.955000', '155617.957000', '155617.960000', '155617.962000', '155617.965000', '155617.968000', '155617.970000', '155617.973000', '155617.975000', '155617.978000', '155617.980000', '155617.984000', '155617.987000', '155617.990000', '155617.993000', '155617.995000', '155617.998000', '155618.001000', '155618.004000', '155618.006000', '155618.009000', '155618.012000', '155618.014000', '155618.017000', '155618.019000', '155618.022000', '155618.024000', '155618.027000', '155618.030000', '155618.033000', '155618.036000', '155618.044000', '155618.047000', '155618.049000', '155637.918000', '155637.921000', '155637.924000', '155637.926000', '155637.929000', '155637.932000', '155637.934000', '155637.937000', '155637.939000', '155637.942000', '155637.945000', '155637.947000', '155637.950000', '155637.952000', '155637.955000', '155637.957000', '155637.960000', '155637.963000', '155637.965000', '155637.968000', '155637.970000', '155637.973000', '155637.976000', '155637.978000', '155637.981000', '155637.983000', '155637.986000', '155637.988000', '155637.991000', '155637.994000', '155637.996000', '155638.000000', '155638.003000', '155638.005000', '155638.008000', '155638.010000', '155638.013000', '155638.016000', '155638.018000', '155638.021000', '155638.023000', '155638.026000', '155638.029000', '155638.031000', '155657.918000', '155657.921000', '155657.924000', '155657.927000', '155657.929000', '155657.932000', '155657.934000', '155657.937000', '155657.940000', '155657.942000', '155657.945000', '155657.947000', '155657.950000', '155657.953000', '155657.956000', '155657.959000', '155657.962000', '155657.965000', '155657.967000', '155657.970000', '155657.972000', '155657.975000', '155657.977000', '155657.980000', '155657.983000', '155657.985000', '155657.988000', '155657.990000', '155657.993000', '155657.996000', '155657.998000', '155658.002000', '155658.004000', '155658.007000', '155658.010000', '155658.012000', '155658.015000', '155658.017000', '155658.020000', '155658.022000', '155658.025000', '155658.028000', '155658.030000', '155717.918000', '155717.920000', '155717.923000', '155717.925000', '155717.928000', '155717.931000', '155717.933000', '155717.936000', '155717.938000', '155717.941000', '155717.944000', '155717.946000', '155717.949000', '155717.951000', '155717.954000', '155717.956000', '155717.959000', '155717.962000', '155717.964000', '155717.967000', '155717.969000', '155717.972000', '155717.975000', '155717.977000', '155717.980000', '155717.982000', '155717.985000', '155717.988000', '155717.990000', '155717.993000', '155717.995000', '155717.998000', '155718.001000', '155718.004000', '155718.007000', '155718.009000', '155718.012000', '155718.014000', '155718.017000', '155718.020000', '155718.022000', '155718.025000', '155718.027000', '155737.918000', '155737.920000', '155737.923000', '155737.925000', '155737.928000', '155737.931000', '155737.933000', '155737.936000', '155737.938000', '155737.941000', '155737.944000', '155737.946000', '155737.949000', '155737.951000', '155737.954000', '155737.956000', '155737.959000', '155737.961000', '155737.964000', '155737.967000', '155737.969000', '155737.972000', '155737.974000', '155737.977000', '155737.980000', '155737.982000', '155737.985000', '155737.987000', '155737.990000', '155737.992000', '155737.995000', '155737.998000', '155738.001000', '155738.004000', '155738.006000', '155738.009000', '155738.012000', '155738.014000', '155738.017000', '155738.020000', '155738.023000', '155738.026000', '155738.029000', '155738.031000', '155757.918000', '155757.921000', '155757.924000', '155757.927000', '155757.953000', '155757.955000', '155757.958000', '155757.960000', '155757.963000', '155757.965000', '155757.968000', '155757.971000', '155757.973000', '155757.976000', '155757.978000', '155757.981000', '155757.983000', '155757.986000', '155757.989000', '155757.991000', '155757.994000', '155757.996000', '155758.000000', '155758.003000', '155758.005000', '155758.008000', '155758.010000', '155758.013000', '155758.016000', '155758.018000', '155758.021000', '155758.023000', '155758.026000', '155758.029000', '155758.031000', '155758.034000', '155758.036000', '155758.039000', '155758.042000', '155758.044000', '155758.047000', '155758.049000', '155758.052000', '155758.054000', '155817.919000', '155817.921000', '155817.924000', '155817.927000', '155817.929000', '155817.932000', '155817.935000', '155817.937000', '155817.940000', '155817.942000', '155817.945000', '155817.947000', '155817.950000', '155817.952000', '155817.955000', '155817.958000', '155817.960000', '155817.963000', '155817.965000', '155817.968000', '155817.971000', '155817.973000', '155817.976000', '155817.978000', '155817.981000', '155817.983000', '155817.986000', '155817.989000', '155817.991000', '155817.994000', '155817.996000', '155818.000000', '155818.003000', '155818.005000', '155818.008000', '155818.010000', '155818.013000', '155818.016000', '155818.018000', '155818.021000', '155818.023000', '155818.026000', '155818.028000', '155837.918000', '155837.921000', '155837.924000', '155837.927000', '155837.929000', '155837.932000', '155837.935000', '155837.937000', '155837.940000', '155837.942000', '155837.945000', '155837.948000', '155837.950000', '155837.953000', '155837.955000', '155837.958000', '155837.961000', '155837.963000', '155837.966000', '155837.968000', '155837.971000', '155837.973000', '155837.976000', '155837.979000', '155837.981000', '155837.984000', '155837.986000', '155837.989000', '155837.991000', '155837.994000', '155837.997000', '155838.000000', '155838.003000', '155838.006000', '155838.008000', '155838.011000', '155838.013000', '155838.016000', '155838.018000', '155838.021000', '155838.024000', '155838.026000', '155838.029000', '155838.032000', '155857.919000', '155857.922000', '155857.924000', '155857.927000', '155857.929000', '155857.932000', '155857.935000', '155857.937000', '155857.940000', '155857.942000', '155857.945000', '155857.947000', '155857.950000', '155857.953000', '155857.955000', '155857.958000', '155857.961000', '155857.963000', '155857.966000', '155857.968000', '155857.971000', '155857.973000', '155857.976000', '155857.979000', '155857.981000', '155857.984000', '155857.986000', '155857.989000', '155857.992000', '155857.994000', '155857.997000', '155858.001000', '155858.003000', '155858.006000', '155858.008000', '155858.011000', '155858.014000', '155858.016000', '155858.019000', '155858.021000', '155858.024000', '155858.026000', '155858.029000', '155917.918000', '155917.921000', '155917.924000', '155917.926000', '155917.929000', '155917.932000', '155917.934000', '155917.937000', '155917.940000', '155917.942000', '155917.945000', '155917.947000', '155917.950000', '155917.952000', '155917.965000', '155917.968000', '155917.971000', '155917.973000', '155917.976000', '155917.978000', '155917.981000', '155917.983000', '155917.986000', '155917.989000', '155917.991000', '155917.994000', '155917.996000', '155918.000000', '155918.002000', '155918.005000', '155918.008000', '155918.010000', '155918.013000', '155918.015000', '155918.018000', '155918.021000', '155918.023000', '155918.026000', '155918.029000', '155918.031000', '155918.034000', '155918.036000', '155918.039000', '155918.042000', '155937.918000', '155937.920000', '155937.923000', '155937.926000', '155937.928000', '155937.931000', '155937.933000', '155937.936000', '155937.939000', '155937.941000', '155937.944000', '155937.946000', '155937.949000', '155937.951000', '155937.954000', '155937.957000', '155937.959000', '155937.962000', '155937.964000', '155937.967000', '155937.970000', '155937.972000', '155937.975000', '155937.977000', '155937.980000', '155937.982000', '155937.985000', '155937.988000', '155937.990000', '155937.993000', '155937.996000', '155937.998000', '155938.002000', '155938.004000', '155938.007000', '155938.009000', '155938.012000', '155938.015000', '155938.017000', '155938.020000', '155938.022000', '155938.025000', '155938.028000', '155957.917000', '155957.920000', '155957.923000', '155957.926000', '155957.928000', '155957.931000', '155957.933000', '155957.936000', '155957.938000', '155957.941000', '155957.944000', '155957.946000', '155957.949000', '155957.951000', '155957.956000', '155957.958000', '155957.961000', '155957.964000', '155957.966000', '155957.969000', '155957.972000', '155957.974000', '155957.977000', '155957.980000', '155957.982000', '155957.985000', '155957.987000', '155957.990000', '155957.993000', '155957.995000', '155957.998000', '155958.001000', '155958.004000', '155958.007000', '155958.009000', '155958.012000', '155958.014000', '155958.017000', '155958.019000', '155958.022000', '155958.025000', '155958.027000', '155958.030000', '155958.033000', '160017.919000', '160017.921000', '160017.924000', '160017.927000', '160017.929000', '160017.932000', '160017.934000', '160017.937000', '160017.939000', '160017.942000', '160017.944000', '160017.947000', '160017.950000', '160017.952000', '160017.955000', '160017.957000', '160017.960000', '160017.963000', '160017.965000', '160017.968000', '160017.970000', '160017.973000', '160017.975000', '160017.978000', '160017.981000', '160017.983000', '160017.986000', '160017.989000', '160017.991000', '160017.994000', '160017.996000', '160018.000000', '160018.002000', '160018.005000', '160018.007000', '160018.010000', '160018.013000', '160018.015000', '160018.018000', '160018.020000', '160018.023000', '160018.027000', '160018.029000', '160037.918000', '160037.921000', '160037.924000', '160037.926000', '160037.929000', '160037.932000', '160037.934000', '160037.937000', '160037.939000', '160037.942000', '160037.944000', '160037.947000', '160037.950000', '160037.952000', '160037.955000', '160037.957000', '160037.960000', '160037.963000', '160037.965000', '160037.968000', '160037.970000', '160037.973000', '160037.975000', '160037.978000', '160037.981000', '160037.983000', '160037.986000', '160037.988000', '160037.991000', '160037.994000', '160037.996000', '160037.999000', '160038.001000', '160038.004000', '160038.006000', '160038.009000', '160038.012000', '160038.014000', '160038.017000', '160038.031000', '160038.034000', '160038.036000', '160038.039000', '160038.041000', '160057.919000', '160057.921000', '160057.924000', '160057.927000', '160057.929000', '160057.932000', '160057.935000', '160057.937000', '160057.940000', '160057.942000', '160057.945000', '160057.947000', '160057.950000', '160057.953000', '160057.955000', '160057.958000', '160057.960000', '160057.963000', '160057.965000', '160057.968000', '160057.971000', '160057.973000', '160057.976000', '160057.978000', '160057.981000', '160057.984000', '160057.986000', '160057.989000', '160057.991000', '160057.994000', '160057.997000', '160057.999000', '160058.002000', '160058.004000', '160058.007000', '160058.010000', '160058.012000', '160058.015000', '160058.017000', '160058.020000', '160058.023000', '160058.025000', '160058.028000', '160117.919000', '160117.921000', '160117.924000', '160117.927000', '160117.929000', '160117.932000', '160117.934000', '160117.937000', '160117.940000', '160117.942000', '160117.945000', '160117.956000', '160117.959000', '160117.961000', '160117.964000', '160117.966000', '160117.969000', '160117.972000', '160117.974000', '160117.977000', '160117.979000', '160117.982000', '160117.985000', '160117.987000', '160117.990000', '160117.992000', '160117.995000', '160117.998000', '160118.001000', '160118.004000', '160118.007000', '160118.009000', '160118.012000', '160118.015000', '160118.017000', '160118.020000', '160118.023000', '160118.025000', '160118.028000', '160118.030000', '160118.033000', '160118.036000', '160118.038000', '160118.041000', '160137.919000', '160137.921000', '160137.924000', '160137.927000', '160137.929000', '160137.932000', '160137.935000', '160137.937000', '160137.940000', '160137.942000', '160137.945000', '160137.948000', '160137.950000', '160137.953000', '160137.955000', '160137.958000', '160137.961000', '160137.963000', '160137.966000', '160137.968000', '160137.971000', '160137.974000', '160137.976000', '160137.979000', '160137.981000', '160137.984000', '160137.987000', '160137.989000', '160137.992000', '160137.994000', '160137.997000', '160138.001000', '160138.003000', '160138.006000', '160138.008000', '160138.011000', '160138.013000', '160138.016000', '160138.019000', '160138.021000', '160138.024000', '160138.026000', '160138.029000', '160157.918000', '160157.921000', '160157.924000', '160157.927000', '160157.929000', '160157.932000', '160157.934000', '160157.937000', '160157.939000', '160157.942000', '160157.945000', '160157.947000', '160157.950000', '160157.952000', '160157.955000', '160157.957000', '160157.960000', '160157.963000', '160157.965000', '160157.968000', '160157.970000', '160157.973000', '160157.976000', '160157.978000', '160157.981000', '160157.983000', '160157.986000', '160157.989000', '160157.991000', '160157.994000', '160157.996000', '160158.000000', '160158.003000', '160158.005000', '160158.008000', '160158.010000', '160158.022000', '160158.024000', '160158.027000', '160158.030000', '160158.032000', '160158.035000', '160158.037000', '160217.918000', '160217.921000', '160217.923000', '160217.926000', '160217.928000', '160217.931000', '160217.933000', '160217.936000', '160217.939000', '160217.941000', '160217.944000', '160217.947000', '160217.949000', '160217.952000', '160217.954000', '160217.957000', '160217.960000', '160217.962000', '160217.965000', '160217.967000', '160217.970000', '160217.973000', '160217.975000', '160217.978000', '160217.980000', '160217.983000', '160217.986000', '160217.988000', '160217.991000', '160217.993000', '160217.996000', '160217.998000', '160218.002000', '160218.005000', '160218.007000', '160218.010000', '160218.013000', '160218.015000', '160218.018000', '160218.020000', '160218.023000', '160218.026000', '160218.028000', '160218.031000', '160237.919000', '160237.921000', '160237.924000', '160237.927000', '160237.929000', '160237.932000', '160237.935000', '160237.937000', '160237.940000', '160237.942000', '160237.945000', '160237.948000', '160237.950000', '160237.953000', '160237.956000', '160237.959000', '160237.962000', '160237.965000', '160237.967000', '160237.970000', '160237.973000', '160237.975000', '160237.978000', '160237.980000', '160237.983000', '160237.986000', '160237.988000', '160237.992000', '160237.995000', '160237.997000', '160238.001000', '160238.004000', '160238.006000', '160238.009000', '160238.012000', '160238.014000', '160238.017000', '160238.019000', '160238.022000', '160238.024000', '160238.027000', '160238.030000', '160238.032000', '160257.919000', '160257.922000', '160257.924000', '160257.927000', '160257.930000', '160257.932000', '160257.935000', '160257.937000', '160257.940000', '160257.943000', '160257.945000', '160257.948000', '160257.950000', '160257.953000', '160257.956000', '160257.958000', '160257.961000', '160257.963000', '160257.966000', '160257.968000', '160257.971000', '160257.974000', '160257.976000', '160257.979000', '160257.981000', '160257.984000', '160257.987000', '160257.989000', '160257.992000', '160257.994000', '160257.997000', '160258.001000', '160258.003000', '160258.006000', '160258.008000', '160258.011000', '160258.014000', '160258.016000', '160258.019000', '160258.021000', '160258.024000', '160258.027000', '160258.029000', '160258.032000', '160309.669000', '160309.673000', '160309.675000', '160309.678000', '160309.682000', '160309.685000', '160309.688000', '160309.691000', '160309.694000', '160309.697000', '160309.700000', '160309.703000', '160309.706000', '160309.710000', '160309.713000', '160309.716000', '160309.718000', '160309.721000', '160309.724000', '160309.727000', '160309.729000', '160309.732000', '160309.735000', '160309.738000', '160309.741000', '160309.743000'], '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': [10147, 9898, 10813, 10021, 11030, 13108, 10811, 14240, 10787, 13879, 10681, 14522, 10832, 13632, 11084, 14044, 10512, 13185, 10654, 12834, 10565, 11788, 11260, 9379, 10731, 10521, 11015, 11210, 11557, 10738, 11008, 11334, 10840, 11945, 10780, 13751, 10683, 14120, 10757, 13318, 10939, 10516, 10602, 10051, 10870, 14426, 10793, 12124, 10439, 15033, 10783, 15345, 11516, 14083, 10481, 14891, 10526, 14766, 11622, 13510, 10751, 14366, 10502, 14079, 11435, 13889, 10817, 15001, 10733, 13611, 10544, 14352, 11060, 10021, 11316, 11281, 10615, 10495, 11984, 10686, 11350, 12373, 10788, 11652, 10975, 10011, 14836, 10535, 11083, 12549, 10715, 10289, 10413, 15678, 10458, 14290, 11034, 12877, 10154, 11853, 10375, 10425, 10000, 10252, 11350, 9993, 12235, 9633, 13685, 10289, 13095, 10574, 12161, 10355, 9458, 9680, 9719, 10238, 11614, 9684, 10332, 10111, 10230, 12365, 10733, 13764, 10586, 14025, 10287, 13591, 10375, 12119, 10561, 11884, 10825, 10374, 10984, 9701, 10825, 10796, 10471, 9875, 10292, 9899, 10610, 9906, 10108, 10398, 11615, 10396, 11387, 10401, 13980, 10384, 13009, 10935, 11633, 10855, 10517, 11297, 10161, 11051, 10077, 10936, 10259, 10469, 10174, 13234, 10332, 13125, 10717, 13836, 9914, 12891, 10883, 11258, 10944, 11628, 11184, 10315, 9910, 10263, 9754, 10414, 13721, 10933, 13163, 10495, 12304, 10507, 11745, 11367, 10277, 10075, 10588, 9514, 10347, 13053, 10679, 13121, 10211, 12506, 10681, 12824, 10613, 12601, 11082, 11605, 10988, 12309, 10978, 12062, 11076, 11579, 10970, 11855, 10917, 11262, 11005, 11711, 10764, 12124, 10969, 11760, 11246, 11347, 10740, 12367, 11171, 11938, 11570, 10269, 11719, 10177, 10651, 10530, 9970, 10640, 10941, 10469, 11386, 10542, 10184, 10777, 9449, 10383, 9055, 10282, 12993, 10479, 13787, 10766, 13877, 10974, 13121, 10782, 12760, 10793, 11739, 11042, 10235, 10123, 10137, 10295, 10305, 12447, 10563, 13645, 10443, 13460, 10808, 13354, 10506, 11739, 10592, 11020, 10284, 9656, 11124, 10295, 10987, 10228, 10685, 11310, 11660, 15733, 11228, 13114, 10234, 12349, 10856, 10716, 10522, 10488, 11440, 10293, 10695, 11071, 10658, 11410, 11189, 10865, 10837, 10590, 11272, 10393, 11221, 10696, 11278, 10536, 10126, 10675, 9663, 10919, 11185, 10355, 11451, 10777, 11643, 10664, 12808, 10423, 12322, 10806, 12766, 10448, 13184, 9905, 12202, 10395, 12417, 9941, 11377, 11174, 10702, 11846, 10552, 11342, 10642, 10090, 10887, 10534, 10884, 9856, 10586, 10504, 10385, 10614, 10930, 11581, 10811, 9863, 10939, 11595, 10848, 10484, 10432, 11151, 11025, 10945, 11753, 10118, 11006, 11315, 10313, 10728, 11278, 10872, 11241, 11473, 10626, 11000, 10414, 11391, 10703, 11579, 10660, 11492, 11594, 10897, 11923, 10331, 12272, 10897, 10822, 10846, 10063, 10853, 11874, 10550, 10953, 11595, 10810, 12397, 10280, 12726, 10566, 11785, 10552, 10447, 10759, 11623, 10613, 10963, 12376, 11323, 11977, 10408, 12400, 10591, 12765, 10254, 9289, 9264, 10150, 12605, 10495, 12330, 10235, 11425, 10391, 11846, 10530, 13909, 10393, 12614, 10530, 12455, 9927, 11724, 9780, 10862, 10250, 11015, 10300, 10598, 10249, 12451, 10538, 12553, 10957, 12545, 10560, 12149, 10628, 11787, 10872, 11754, 11122, 12022, 10901, 12228, 10605, 10409, 10506, 9508, 10346, 10750, 10202, 10104, 12560, 10678, 10783, 11200, 10700, 12503, 10730, 11323, 10550, 10597, 10147, 11195, 10286, 12421, 10243, 10061, 10473, 9563, 8663, 10408, 9918, 11490, 14768, 9736, 9589, 11258, 9987, 11344, 9770, 11639, 11020, 10049, 11060, 10099, 10956, 11397, 10676, 10136, 12261, 10445, 14623, 11261, 10233, 14468, 10338, 11420, 10360, 11206, 10996, 11638, 10661, 10367, 11527, 10535, 10051, 10878, 10112, 10903, 9836, 10731, 11180, 10525, 10871, 10604, 10135, 9270, 10362, 11944, 9511, 10861, 9656, 12080, 10426, 11545, 9679, 11667, 10212, 10197, 10459, 10138, 11384, 9944, 10259, 10796, 10240, 12263, 9793, 11951, 9493, 11247, 9452, 10352, 10125, 10371, 10199, 10995, 10784, 10095, 13037, 9921, 12605, 9823, 12120, 9386, 11253, 10236, 10644, 11075, 10290, 9987, 10007, 9761, 9703, 10900, 9716, 11571, 9812, 11921, 9677, 13679, 9689, 13101, 9724, 13449, 9235, 12507, 9515, 12363, 9352, 12157, 10499, 10780, 10846, 10311, 9834, 9711, 10833, 9703, 10403, 9896, 11879, 9854, 13773, 9831, 13810, 10068, 13155, 9321, 12297, 9322, 11825, 10152, 11422, 10596, 11413, 10621, 10142, 10751, 10210, 10418, 10418, 10807, 10314, 10854, 10232, 10575, 11294, 10456, 10179, 11149, 9758, 14782, 11006, 13025, 10452, 13830, 10343, 12966, 9819, 11132, 10273, 10218, 10953, 10406, 11205, 10116, 10775, 10351, 11202, 10155, 10505, 10241, 10662, 10202, 10516, 10115, 10643, 10631, 11027, 10249, 10987, 10377, 10507, 11655, 9739, 11371, 10016, 9855, 10573, 10501, 11533, 10312, 13198, 10420, 12937, 11031, 10516, 10773, 12990, 10907, 13619, 10901, 12880, 11076, 10852, 10007, 10642, 9948, 10664, 10337, 10044, 10476, 9974, 9691, 10431, 12276, 12121, 9725, 10207, 10091, 9881, 10192, 10234, 10970, 10296, 9826, 10202, 10000, 10832, 10642, 9942, 10649, 9992, 10859, 11115, 10884, 10952, 10348, 11391, 10455, 9841, 9927, 10415, 10775, 11951, 9725, 11930, 9661, 9607, 9929, 9928, 9722, 10215, 10256, 10498, 11456, 10707, 13127, 10068, 12073, 9934, 11363, 9944, 10373, 9576, 9538, 10081, 9779, 12784, 10111, 11978, 9959, 13799, 10204, 13808, 9936, 9928, 9920, 10385, 11943, 10256, 9492, 10082, 10060, 12461, 10400, 11968, 10009, 11123, 10262, 10443, 10115, 10100, 13066, 10390, 10606, 10552, 11147, 12633, 10670, 10515, 11042, 9342, 9125, 14913, 11805, 9192, 11558, 9065, 12570, 10129, 10361, 12540, 10259, 10797, 15343, 10798, 10608, 10236, 11346, 13830, 12722, 13609, 9821, 10555, 12227, 9095, 10286, 10801, 8911, 13866, 9385, 8820, 12276, 8797, 8813, 10110, 10280, 9223, 10251, 9707, 8833, 9709, 10143, 9085, 10129, 10073, 12856, 9876, 13189, 11257, 10428, 12129, 9254, 9291, 10512, 10368, 13135, 10818, 10579, 10576, 10101, 10171, 12512, 9730, 9496, 10472, 9774, 11347, 10498, 10404, 9902, 9717, 11020, 11240, 9949, 11522, 10054, 10189, 10220, 10856, 13117, 10446, 9249, 10031, 10571, 12009, 10810, 14141, 10591, 13582, 10713, 13810, 10343, 12789, 10425, 11952, 10488, 11675, 10770, 12591, 10564, 12579, 10655, 11341, 10600, 10385, 10289, 10058, 10282, 12761, 10126, 11603, 10420, 13952, 10591, 12946, 10351, 12204, 10291, 11841, 10605, 10233, 10739, 10146, 10719, 9928, 10689, 10054, 11184, 10258, 10917, 10589, 10638, 11076, 10691, 9974, 10103, 10027, 12044, 10254, 13595, 11185, 10680, 11399, 9803, 14492, 10224, 10400, 10390, 10525, 14310, 10746, 13584, 11366, 10178, 12997, 10561, 12584, 10073, 11308, 10561, 10329, 10811, 10233, 10741, 10459, 10692, 10274, 10300, 10605, 10210, 11267, 9668, 11600, 10147, 12239, 10030, 12180, 10571, 10428, 10785, 9736, 10644, 10034, 10423, 12151, 10195, 11656, 10266, 13081, 10263, 12990, 10193, 13387, 10920, 12037, 10631, 12091, 10035, 12664, 10714, 11742, 10379, 10212, 10410, 10630, 10090, 10174, 10259, 10813, 10393, 14514, 10629, 13668, 10329, 13385, 10224, 12996, 10128, 12316, 10120, 11855, 10935, 11389, 10876, 11250, 10958, 10571, 10191, 10135, 10742, 10943, 10968, 9732, 10825, 10524, 10356, 10932, 10644, 10475, 9868, 10680, 10946, 11214, 13942, 10474, 12749, 10919, 11785, 10974, 11396, 10642, 11559, 10274, 12459, 10363, 11264, 10195, 11678, 10363, 9897, 9939, 11242, 10637, 10102, 11588, 10627, 11705, 10258, 13295, 10427, 9841, 10000, 10604, 11785, 10415, 11186, 10577, 12090, 10434, 9473, 9330, 9846, 11736, 9936, 14025, 10180, 9980, 11214, 10516, 12444, 10808, 12793, 10081, 12178, 10054, 10335, 10666, 10288, 11200, 10168, 10255, 13523, 11057, 9584, 11229, 9928, 10277, 12501, 13133, 11096, 10796, 12142, 9456, 10485, 9107, 9874, 12120, 9619, 14913, 11569, 9888, 12649, 9562, 14919, 9932, 9757, 9790, 9688, 11566, 9083, 11508, 9605, 9504, 10055, 9868, 12615, 9414, 9492, 9413, 9381, 11113, 9265, 11594, 9912, 9546, 10622, 9512, 11088, 9811, 9534, 10909, 9864, 13272, 9541, 10024, 9758, 10386, 13712, 10202, 9707, 10824, 9717, 12641, 10049, 9848, 9643, 9896, 10297, 10103, 10365, 9852, 11099, 8622, 13425, 9691], 'WindowCenter': [4255.0, 4241.0, 4224.0, 4223.0, 4219.0, 4226.0, 4207.0, 4226.0, 4205.0, 4224.0, 4206.0, 4213.0, 4206.0, 4214.0, 4205.0, 4225.0, 4204.0, 4215.0, 4205.0, 4213.0, 4203.0, 4203.0, 4192.0, 4182.0, 4193.0, 4192.0, 4204.0, 4203.0, 4203.0, 4204.0, 4193.0, 4202.0, 4206.0, 4201.0, 4204.0, 4223.0, 4207.0, 4225.0, 4206.0, 4214.0, 4206.0, 4206.0, 4204.0, 4195.0, 4205.0, 4224.0, 4206.0, 4204.0, 4194.0, 4226.0, 4204.0, 4223.0, 4205.0, 4212.0, 4204.0, 4222.0, 4190.0, 4222.0, 4202.0, 4212.0, 4206.0, 4224.0, 4204.0, 4213.0, 4205.0, 4213.0, 4204.0, 4223.0, 4206.0, 4213.0, 4193.0, 4223.0, 4202.0, 4190.0, 4203.0, 4202.0, 4201.0, 4209.0, 4231.0, 4219.0, 4232.0, 4227.0, 4222.0, 4220.0, 4207.0, 4193.0, 4230.0, 4206.0, 4219.0, 4219.0, 4209.0, 4209.0, 4210.0, 4229.0, 4207.0, 4213.0, 4193.0, 4202.0, 4194.0, 4202.0, 4205.0, 4204.0, 4195.0, 4207.0, 4203.0, 4208.0, 4227.0, 4208.0, 4226.0, 4210.0, 4228.0, 4221.0, 4230.0, 4208.0, 4197.0, 4197.0, 4194.0, 4209.0, 4207.0, 4197.0, 4195.0, 4196.0, 4208.0, 4218.0, 4206.0, 4225.0, 4207.0, 4226.0, 4206.0, 4228.0, 4196.0, 4206.0, 4194.0, 4204.0, 4204.0, 4192.0, 4192.0, 4184.0, 4193.0, 4193.0, 4205.0, 4193.0, 4192.0, 4190.0, 4191.0, 4193.0, 4192.0, 4206.0, 4205.0, 4194.0, 4202.0, 4194.0, 4214.0, 4194.0, 4214.0, 4191.0, 4202.0, 4203.0, 4192.0, 4203.0, 4193.0, 4204.0, 4193.0, 4203.0, 4194.0, 4207.0, 4205.0, 4215.0, 4193.0, 4211.0, 4193.0, 4213.0, 4192.0, 4201.0, 4190.0, 4190.0, 4188.0, 4201.0, 4204.0, 4193.0, 4180.0, 4190.0, 4193.0, 4205.0, 4225.0, 4206.0, 4213.0, 4194.0, 4202.0, 4205.0, 4203.0, 4203.0, 4191.0, 4180.0, 4191.0, 4181.0, 4190.0, 4200.0, 4204.0, 4208.0, 4194.0, 4214.0, 4208.0, 4214.0, 4219.0, 4217.0, 4206.0, 4203.0, 4207.0, 4214.0, 4216.0, 4216.0, 4203.0, 4204.0, 4205.0, 4203.0, 4204.0, 4202.0, 4203.0, 4201.0, 4207.0, 4212.0, 4218.0, 4204.0, 4206.0, 4203.0, 4203.0, 4212.0, 4218.0, 4217.0, 4203.0, 4194.0, 4200.0, 4193.0, 4191.0, 4194.0, 4192.0, 4191.0, 4190.0, 4192.0, 4201.0, 4203.0, 4191.0, 4203.0, 4194.0, 4194.0, 4185.0, 4208.0, 4224.0, 4206.0, 4224.0, 4219.0, 4227.0, 4206.0, 4225.0, 4205.0, 4215.0, 4206.0, 4204.0, 4214.0, 4195.0, 4194.0, 4193.0, 4191.0, 4191.0, 4212.0, 4193.0, 4212.0, 4190.0, 4201.0, 4193.0, 4211.0, 4204.0, 4203.0, 4203.0, 4203.0, 4190.0, 4197.0, 4219.0, 4218.0, 4217.0, 4208.0, 4209.0, 4207.0, 4219.0, 4241.0, 4192.0, 4200.0, 4193.0, 4205.0, 4193.0, 4191.0, 4188.0, 4190.0, 4203.0, 4193.0, 4205.0, 4201.0, 4204.0, 4202.0, 4206.0, 4205.0, 4215.0, 4208.0, 4214.0, 4209.0, 4216.0, 4208.0, 4220.0, 4206.0, 4204.0, 4207.0, 4194.0, 4206.0, 4215.0, 4203.0, 4203.0, 4207.0, 4204.0, 4206.0, 4216.0, 4205.0, 4212.0, 4207.0, 4214.0, 4207.0, 4226.0, 4205.0, 4216.0, 4206.0, 4213.0, 4205.0, 4217.0, 4206.0, 4207.0, 4214.0, 4207.0, 4215.0, 4206.0, 4195.0, 4206.0, 4204.0, 4206.0, 4192.0, 4205.0, 4205.0, 4194.0, 4205.0, 4218.0, 4215.0, 4216.0, 4204.0, 4206.0, 4203.0, 4205.0, 4203.0, 4204.0, 4204.0, 4203.0, 4206.0, 4213.0, 4207.0, 4203.0, 4206.0, 4206.0, 4203.0, 4203.0, 4218.0, 4204.0, 4205.0, 4205.0, 4204.0, 4192.0, 4214.0, 4193.0, 4203.0, 4190.0, 4204.0, 4200.0, 4206.0, 4203.0, 4206.0, 4214.0, 4207.0, 4205.0, 4206.0, 4192.0, 4205.0, 4204.0, 4193.0, 4218.0, 4203.0, 4193.0, 4202.0, 4193.0, 4213.0, 4205.0, 4203.0, 4203.0, 4205.0, 4216.0, 4216.0, 4206.0, 4201.0, 4212.0, 4204.0, 4201.0, 4205.0, 4214.0, 4206.0, 4215.0, 4193.0, 4181.0, 4182.0, 4202.0, 4212.0, 4206.0, 4225.0, 4208.0, 4217.0, 4208.0, 4216.0, 4206.0, 4225.0, 4208.0, 4216.0, 4204.0, 4216.0, 4193.0, 4214.0, 4192.0, 4190.0, 4203.0, 4201.0, 4193.0, 4189.0, 4191.0, 4210.0, 4202.0, 4214.0, 4204.0, 4203.0, 4205.0, 4202.0, 4205.0, 4203.0, 4193.0, 4202.0, 4203.0, 4198.0, 4203.0, 4200.0, 4192.0, 4193.0, 4193.0, 4193.0, 4193.0, 4191.0, 4194.0, 4194.0, 4215.0, 4194.0, 4204.0, 4204.0, 4194.0, 4201.0, 4193.0, 4191.0, 4192.0, 4179.0, 4180.0, 4189.0, 4193.0, 4213.0, 4204.0, 4194.0, 4192.0, 4189.0, 4181.0, 4197.0, 4204.0, 4217.0, 4226.0, 4182.0, 4183.0, 4191.0, 4179.0, 4188.0, 4177.0, 4190.0, 4192.0, 4191.0, 4190.0, 4188.0, 4190.0, 4200.0, 4194.0, 4192.0, 4202.0, 4192.0, 4216.0, 4179.0, 4167.0, 4187.0, 4163.0, 4162.0, 4164.0, 4173.0, 4174.0, 4175.0, 4163.0, 4163.0, 4171.0, 4161.0, 4163.0, 4174.0, 4162.0, 4174.0, 4163.0, 4173.0, 4175.0, 4187.0, 4189.0, 4188.0, 4192.0, 4193.0, 4205.0, 4216.0, 4209.0, 4216.0, 4198.0, 4214.0, 4209.0, 4214.0, 4195.0, 4206.0, 4194.0, 4207.0, 4194.0, 4194.0, 4202.0, 4194.0, 4194.0, 4190.0, 4194.0, 4212.0, 4195.0, 4215.0, 4194.0, 4201.0, 4191.0, 4194.0, 4192.0, 4192.0, 4195.0, 4205.0, 4202.0, 4204.0, 4213.0, 4193.0, 4201.0, 4182.0, 4211.0, 4181.0, 4191.0, 4190.0, 4191.0, 4202.0, 4192.0, 4182.0, 4193.0, 4181.0, 4193.0, 4202.0, 4194.0, 4203.0, 4192.0, 4200.0, 4183.0, 4212.0, 4194.0, 4212.0, 4193.0, 4215.0, 4195.0, 4212.0, 4196.0, 4215.0, 4185.0, 4215.0, 4194.0, 4194.0, 4192.0, 4194.0, 4193.0, 4183.0, 4192.0, 4184.0, 4191.0, 4180.0, 4201.0, 4190.0, 4212.0, 4195.0, 4212.0, 4182.0, 4202.0, 4192.0, 4201.0, 4184.0, 4199.0, 4191.0, 4192.0, 4192.0, 4203.0, 4192.0, 4191.0, 4191.0, 4192.0, 4204.0, 4193.0, 4204.0, 4194.0, 4203.0, 4193.0, 4207.0, 4206.0, 4207.0, 4206.0, 4206.0, 4197.0, 4228.0, 4208.0, 4216.0, 4193.0, 4212.0, 4195.0, 4213.0, 4184.0, 4190.0, 4189.0, 4178.0, 4204.0, 4193.0, 4192.0, 4179.0, 4191.0, 4181.0, 4190.0, 4192.0, 4191.0, 4193.0, 4191.0, 4181.0, 4205.0, 4193.0, 4190.0, 4205.0, 4190.0, 4190.0, 4205.0, 4206.0, 4206.0, 4203.0, 4197.0, 4205.0, 4208.0, 4194.0, 4204.0, 4210.0, 4217.0, 4210.0, 4216.0, 4206.0, 4218.0, 4221.0, 4204.0, 4207.0, 4216.0, 4196.0, 4216.0, 4192.0, 4203.0, 4194.0, 4192.0, 4180.0, 4196.0, 4195.0, 4206.0, 4208.0, 4197.0, 4208.0, 4194.0, 4197.0, 4209.0, 4217.0, 4204.0, 4185.0, 4183.0, 4183.0, 4196.0, 4194.0, 4195.0, 4193.0, 4196.0, 4196.0, 4209.0, 4198.0, 4208.0, 4209.0, 4198.0, 4194.0, 4198.0, 4206.0, 4209.0, 4209.0, 4205.0, 4205.0, 4219.0, 4206.0, 4198.0, 4198.0, 4206.0, 4221.0, 4219.0, 4196.0, 4208.0, 4186.0, 4185.0, 4195.0, 4193.0, 4185.0, 4193.0, 4196.0, 4196.0, 4206.0, 4195.0, 4216.0, 4196.0, 4205.0, 4197.0, 4205.0, 4196.0, 4197.0, 4197.0, 4196.0, 4195.0, 4196.0, 4214.0, 4195.0, 4203.0, 4198.0, 4217.0, 4197.0, 4217.0, 4184.0, 4192.0, 4195.0, 4193.0, 4204.0, 4210.0, 4210.0, 4208.0, 4209.0, 4218.0, 4211.0, 4218.0, 4197.0, 4207.0, 4207.0, 4209.0, 4196.0, 4194.0, 4213.0, 4191.0, 4191.0, 4178.0, 4188.0, 4190.0, 4193.0, 4192.0, 4204.0, 4183.0, 4186.0, 4225.0, 4214.0, 4179.0, 4199.0, 4181.0, 4200.0, 4180.0, 4167.0, 4187.0, 4166.0, 4163.0, 4193.0, 4177.0, 4178.0, 4167.0, 4175.0, 4188.0, 4175.0, 4173.0, 4155.0, 4165.0, 4161.0, 4142.0, 4150.0, 4162.0, 4140.0, 4169.0, 4138.0, 4139.0, 4159.0, 4142.0, 4141.0, 4161.0, 4165.0, 4154.0, 4177.0, 4180.0, 4170.0, 4194.0, 4193.0, 4184.0, 4189.0, 4193.0, 4203.0, 4197.0, 4229.0, 4206.0, 4196.0, 4203.0, 4185.0, 4186.0, 4196.0, 4197.0, 4215.0, 4205.0, 4207.0, 4207.0, 4223.0, 4224.0, 4235.0, 4208.0, 4201.0, 4224.0, 4211.0, 4211.0, 4198.0, 4207.0, 4194.0, 4198.0, 4206.0, 4204.0, 4196.0, 4204.0, 4196.0, 4219.0, 4221.0, 4221.0, 4232.0, 4223.0, 4199.0, 4225.0, 4222.0, 4232.0, 4221.0, 4241.0, 4222.0, 4243.0, 4221.0, 4244.0, 4211.0, 4220.0, 4222.0, 4215.0, 4205.0, 4218.0, 4220.0, 4214.0, 4219.0, 4230.0, 4209.0, 4216.0, 4204.0, 4194.0, 4206.0, 4210.0, 4207.0, 4217.0, 4198.0, 4206.0, 4193.0, 4226.0, 4203.0, 4204.0, 4192.0, 4203.0, 4194.0, 4203.0, 4203.0, 4195.0, 4203.0, 4192.0, 4195.0, 4195.0, 4203.0, 4207.0, 4205.0, 4207.0, 4207.0, 4207.0, 4209.0, 4220.0, 4209.0, 4198.0, 4209.0, 4209.0, 4217.0, 4196.0, 4214.0, 4207.0, 4208.0, 4205.0, 4192.0, 4228.0, 4222.0, 4222.0, 4207.0, 4209.0, 4230.0, 4209.0, 4232.0, 4206.0, 4193.0, 4203.0, 4191.0, 4202.0, 4180.0, 4192.0, 4191.0, 4193.0, 4201.0, 4193.0, 4206.0, 4205.0, 4208.0, 4208.0, 4221.0, 4217.0, 4219.0, 4220.0, 4214.0, 4229.0, 4223.0, 4231.0, 4212.0, 4233.0, 4208.0, 4212.0, 4208.0, 4198.0, 4219.0, 4206.0, 4211.0, 4221.0, 4210.0, 4215.0, 4219.0, 4230.0, 4210.0, 4229.0, 4209.0, 4229.0, 4206.0, 4215.0, 4206.0, 4205.0, 4209.0, 4229.0, 4208.0, 4217.0, 4208.0, 4194.0, 4208.0, 4208.0, 4196.0, 4197.0, 4195.0, 4208.0, 4208.0, 4223.0, 4206.0, 4215.0, 4194.0, 4228.0, 4197.0, 4215.0, 4194.0, 4201.0, 4194.0, 4203.0, 4194.0, 4204.0, 4204.0, 4193.0, 4203.0, 4193.0, 4194.0, 4194.0, 4194.0, 4204.0, 4204.0, 4192.0, 4204.0, 4193.0, 4206.0, 4207.0, 4207.0, 4209.0, 4210.0, 4210.0, 4217.0, 4220.0, 4228.0, 4209.0, 4217.0, 4209.0, 4203.0, 4207.0, 4201.0, 4207.0, 4215.0, 4207.0, 4217.0, 4208.0, 4207.0, 4208.0, 4215.0, 4208.0, 4198.0, 4197.0, 4218.0, 4205.0, 4209.0, 4216.0, 4208.0, 4219.0, 4209.0, 4229.0, 4221.0, 4206.0, 4206.0, 4207.0, 4216.0, 4208.0, 4204.0, 4208.0, 4217.0, 4205.0, 4198.0, 4197.0, 4206.0, 4219.0, 4208.0, 4227.0, 4196.0, 4196.0, 4208.0, 4196.0, 4214.0, 4204.0, 4202.0, 4194.0, 4204.0, 4183.0, 4191.0, 4191.0, 4195.0, 4220.0, 4207.0, 4206.0, 4239.0, 4201.0, 4192.0, 4215.0, 4206.0, 4208.0, 4233.0, 4230.0, 4207.0, 4195.0, 4206.0, 4183.0, 4192.0, 4187.0, 4196.0, 4217.0, 4184.0, 4229.0, 4196.0, 4172.0, 4191.0, 4157.0, 4198.0, 4154.0, 4157.0, 4153.0, 4155.0, 4176.0, 4157.0, 4178.0, 4170.0, 4166.0, 4167.0, 4180.0, 4202.0, 4170.0, 4181.0, 4170.0, 4169.0, 4180.0, 4172.0, 4192.0, 4195.0, 4183.0, 4181.0, 4183.0, 4204.0, 4196.0, 4184.0, 4191.0, 4184.0, 4216.0, 4197.0, 4196.0, 4196.0, 4206.0, 4227.0, 4194.0, 4194.0, 4206.0, 4195.0, 4218.0, 4184.0, 4182.0, 4181.0, 4183.0, 4194.0, 4193.0, 4195.0, 4183.0, 4205.0, 4171.0, 4217.0, 4185.0], 'WindowWidth': [9428.0, 9398.0, 9364.0, 9360.0, 9350.0, 9352.0, 9324.0, 9348.0, 9318.0, 9347.0, 9321.0, 9328.0, 9322.0, 9329.0, 9319.0, 9346.0, 9316.0, 9332.0, 9317.0, 9325.0, 9315.0, 9314.0, 9297.0, 9284.0, 9298.0, 9296.0, 9318.0, 9314.0, 9313.0, 9314.0, 9299.0, 9310.0, 9321.0, 9311.0, 9317.0, 9343.0, 9326.0, 9347.0, 9323.0, 9330.0, 9323.0, 9322.0, 9318.0, 9306.0, 9321.0, 9345.0, 9324.0, 9315.0, 9303.0, 9349.0, 9317.0, 9340.0, 9319.0, 9326.0, 9317.0, 9338.0, 9295.0, 9339.0, 9312.0, 9326.0, 9321.0, 9342.0, 9318.0, 9328.0, 9320.0, 9326.0, 9315.0, 9342.0, 9322.0, 9327.0, 9302.0, 9340.0, 9310.0, 9292.0, 9312.0, 9310.0, 9309.0, 9329.0, 9365.0, 9350.0, 9365.0, 9357.0, 9353.0, 9344.0, 9323.0, 9302.0, 9362.0, 9324.0, 9346.0, 9346.0, 9331.0, 9331.0, 9332.0, 9360.0, 9324.0, 9329.0, 9299.0, 9308.0, 9301.0, 9308.0, 9319.0, 9316.0, 9306.0, 9323.0, 9316.0, 9328.0, 9354.0, 9328.0, 9350.0, 9333.0, 9353.0, 9350.0, 9360.0, 9328.0, 9310.0, 9311.0, 9304.0, 9331.0, 9323.0, 9310.0, 9304.0, 9308.0, 9328.0, 9340.0, 9320.0, 9347.0, 9323.0, 9348.0, 9327.0, 9356.0, 9308.0, 9322.0, 9302.0, 9315.0, 9318.0, 9296.0, 9295.0, 9287.0, 9298.0, 9299.0, 9319.0, 9300.0, 9294.0, 9293.0, 9293.0, 9298.0, 9295.0, 9323.0, 9320.0, 9300.0, 9310.0, 9300.0, 9331.0, 9301.0, 9331.0, 9294.0, 9310.0, 9311.0, 9296.0, 9315.0, 9299.0, 9313.0, 9300.0, 9312.0, 9303.0, 9324.0, 9320.0, 9332.0, 9300.0, 9323.0, 9298.0, 9329.0, 9297.0, 9308.0, 9290.0, 9288.0, 9288.0, 9309.0, 9316.0, 9299.0, 9277.0, 9294.0, 9300.0, 9317.0, 9350.0, 9322.0, 9327.0, 9301.0, 9313.0, 9318.0, 9312.0, 9315.0, 9294.0, 9278.0, 9293.0, 9279.0, 9294.0, 9307.0, 9315.0, 9317.0, 9302.0, 9330.0, 9329.0, 9332.0, 9346.0, 9339.0, 9321.0, 9316.0, 9324.0, 9330.0, 9336.0, 9335.0, 9314.0, 9318.0, 9317.0, 9314.0, 9319.0, 9312.0, 9312.0, 9311.0, 9323.0, 9326.0, 9341.0, 9318.0, 9321.0, 9315.0, 9315.0, 9326.0, 9340.0, 9341.0, 9314.0, 9302.0, 9306.0, 9298.0, 9290.0, 9301.0, 9297.0, 9293.0, 9291.0, 9296.0, 9306.0, 9314.0, 9296.0, 9313.0, 9302.0, 9303.0, 9291.0, 9329.0, 9348.0, 9323.0, 9347.0, 9344.0, 9356.0, 9324.0, 9350.0, 9320.0, 9336.0, 9321.0, 9318.0, 9333.0, 9307.0, 9304.0, 9300.0, 9295.0, 9295.0, 9330.0, 9301.0, 9325.0, 9293.0, 9308.0, 9297.0, 9326.0, 9317.0, 9314.0, 9317.0, 9315.0, 9291.0, 9310.0, 9344.0, 9345.0, 9342.0, 9330.0, 9330.0, 9322.0, 9344.0, 9381.0, 9299.0, 9308.0, 9301.0, 9317.0, 9296.0, 9294.0, 9286.0, 9291.0, 9311.0, 9300.0, 9319.0, 9312.0, 9318.0, 9312.0, 9322.0, 9320.0, 9336.0, 9328.0, 9332.0, 9331.0, 9338.0, 9330.0, 9347.0, 9324.0, 9321.0, 9325.0, 9304.0, 9322.0, 9338.0, 9316.0, 9318.0, 9323.0, 9318.0, 9323.0, 9338.0, 9320.0, 9329.0, 9323.0, 9329.0, 9327.0, 9353.0, 9321.0, 9335.0, 9323.0, 9331.0, 9323.0, 9340.0, 9321.0, 9327.0, 9332.0, 9325.0, 9335.0, 9322.0, 9307.0, 9323.0, 9315.0, 9321.0, 9300.0, 9321.0, 9320.0, 9304.0, 9318.0, 9341.0, 9335.0, 9339.0, 9319.0, 9323.0, 9316.0, 9322.0, 9315.0, 9317.0, 9317.0, 9317.0, 9320.0, 9330.0, 9326.0, 9316.0, 9321.0, 9324.0, 9315.0, 9316.0, 9342.0, 9320.0, 9318.0, 9322.0, 9316.0, 9299.0, 9334.0, 9302.0, 9312.0, 9296.0, 9314.0, 9309.0, 9322.0, 9315.0, 9322.0, 9333.0, 9325.0, 9318.0, 9324.0, 9301.0, 9321.0, 9315.0, 9300.0, 9341.0, 9316.0, 9300.0, 9311.0, 9299.0, 9329.0, 9320.0, 9315.0, 9317.0, 9318.0, 9337.0, 9335.0, 9323.0, 9312.0, 9328.0, 9316.0, 9310.0, 9320.0, 9333.0, 9322.0, 9336.0, 9301.0, 9282.0, 9283.0, 9315.0, 9329.0, 9324.0, 9349.0, 9329.0, 9341.0, 9328.0, 9338.0, 9325.0, 9351.0, 9330.0, 9339.0, 9317.0, 9337.0, 9302.0, 9333.0, 9299.0, 9294.0, 9317.0, 9311.0, 9301.0, 9293.0, 9297.0, 9320.0, 9312.0, 9330.0, 9317.0, 9317.0, 9319.0, 9314.0, 9319.0, 9315.0, 9301.0, 9311.0, 9313.0, 9304.0, 9315.0, 9307.0, 9299.0, 9299.0, 9299.0, 9299.0, 9300.0, 9291.0, 9302.0, 9304.0, 9334.0, 9303.0, 9316.0, 9316.0, 9302.0, 9313.0, 9298.0, 9294.0, 9295.0, 9276.0, 9276.0, 9286.0, 9298.0, 9328.0, 9320.0, 9303.0, 9298.0, 9289.0, 9282.0, 9303.0, 9319.0, 9340.0, 9355.0, 9286.0, 9288.0, 9295.0, 9277.0, 9287.0, 9270.0, 9294.0, 9295.0, 9295.0, 9290.0, 9288.0, 9292.0, 9305.0, 9302.0, 9296.0, 9312.0, 9298.0, 9342.0, 9279.0, 9256.0, 9285.0, 9244.0, 9241.0, 9245.0, 9257.0, 9259.0, 9263.0, 9244.0, 9242.0, 9250.0, 9239.0, 9242.0, 9260.0, 9241.0, 9258.0, 9242.0, 9257.0, 9262.0, 9283.0, 9287.0, 9286.0, 9298.0, 9300.0, 9322.0, 9343.0, 9333.0, 9341.0, 9316.0, 9335.0, 9331.0, 9335.0, 9307.0, 9324.0, 9305.0, 9324.0, 9303.0, 9302.0, 9316.0, 9302.0, 9304.0, 9292.0, 9301.0, 9328.0, 9305.0, 9335.0, 9306.0, 9310.0, 9296.0, 9304.0, 9299.0, 9300.0, 9303.0, 9319.0, 9311.0, 9320.0, 9330.0, 9298.0, 9308.0, 9282.0, 9326.0, 9283.0, 9296.0, 9291.0, 9292.0, 9311.0, 9297.0, 9281.0, 9298.0, 9278.0, 9297.0, 9313.0, 9301.0, 9312.0, 9296.0, 9305.0, 9285.0, 9326.0, 9303.0, 9325.0, 9300.0, 9332.0, 9305.0, 9325.0, 9309.0, 9332.0, 9292.0, 9333.0, 9302.0, 9302.0, 9296.0, 9301.0, 9297.0, 9287.0, 9299.0, 9287.0, 9294.0, 9278.0, 9305.0, 9294.0, 9325.0, 9306.0, 9323.0, 9283.0, 9308.0, 9300.0, 9310.0, 9288.0, 9304.0, 9293.0, 9295.0, 9296.0, 9313.0, 9296.0, 9295.0, 9292.0, 9296.0, 9316.0, 9300.0, 9315.0, 9303.0, 9314.0, 9301.0, 9324.0, 9324.0, 9325.0, 9323.0, 9320.0, 9312.0, 9359.0, 9328.0, 9339.0, 9303.0, 9327.0, 9305.0, 9332.0, 9288.0, 9293.0, 9290.0, 9275.0, 9315.0, 9299.0, 9295.0, 9277.0, 9293.0, 9278.0, 9291.0, 9297.0, 9293.0, 9299.0, 9292.0, 9279.0, 9318.0, 9299.0, 9293.0, 9318.0, 9293.0, 9291.0, 9322.0, 9321.0, 9323.0, 9317.0, 9312.0, 9322.0, 9327.0, 9307.0, 9317.0, 9332.0, 9339.0, 9332.0, 9337.0, 9323.0, 9339.0, 9350.0, 9319.0, 9324.0, 9334.0, 9306.0, 9335.0, 9298.0, 9309.0, 9297.0, 9293.0, 9274.0, 9305.0, 9302.0, 9319.0, 9324.0, 9307.0, 9323.0, 9301.0, 9308.0, 9328.0, 9338.0, 9315.0, 9286.0, 9281.0, 9281.0, 9303.0, 9298.0, 9301.0, 9299.0, 9306.0, 9305.0, 9326.0, 9311.0, 9325.0, 9326.0, 9311.0, 9302.0, 9311.0, 9321.0, 9328.0, 9327.0, 9318.0, 9319.0, 9342.0, 9322.0, 9310.0, 9310.0, 9320.0, 9347.0, 9343.0, 9308.0, 9326.0, 9290.0, 9289.0, 9305.0, 9300.0, 9290.0, 9298.0, 9305.0, 9305.0, 9320.0, 9303.0, 9332.0, 9307.0, 9316.0, 9308.0, 9320.0, 9308.0, 9308.0, 9307.0, 9305.0, 9303.0, 9305.0, 9330.0, 9302.0, 9312.0, 9312.0, 9337.0, 9310.0, 9335.0, 9286.0, 9296.0, 9301.0, 9299.0, 9317.0, 9331.0, 9331.0, 9327.0, 9332.0, 9340.0, 9335.0, 9338.0, 9307.0, 9322.0, 9325.0, 9330.0, 9308.0, 9301.0, 9329.0, 9294.0, 9291.0, 9270.0, 9282.0, 9290.0, 9298.0, 9298.0, 9316.0, 9287.0, 9293.0, 9346.0, 9329.0, 9274.0, 9301.0, 9281.0, 9303.0, 9275.0, 9252.0, 9278.0, 9249.0, 9239.0, 9280.0, 9268.0, 9265.0, 9252.0, 9258.0, 9282.0, 9263.0, 9255.0, 9234.0, 9246.0, 9235.0, 9209.0, 9218.0, 9234.0, 9203.0, 9241.0, 9197.0, 9199.0, 9227.0, 9211.0, 9206.0, 9234.0, 9245.0, 9227.0, 9265.0, 9276.0, 9264.0, 9301.0, 9298.0, 9285.0, 9288.0, 9296.0, 9310.0, 9309.0, 9357.0, 9321.0, 9305.0, 9314.0, 9288.0, 9291.0, 9303.0, 9305.0, 9326.0, 9316.0, 9325.0, 9326.0, 9355.0, 9357.0, 9374.0, 9332.0, 9318.0, 9356.0, 9335.0, 9333.0, 9308.0, 9324.0, 9301.0, 9311.0, 9319.0, 9315.0, 9305.0, 9314.0, 9306.0, 9344.0, 9349.0, 9347.0, 9364.0, 9354.0, 9317.0, 9361.0, 9352.0, 9367.0, 9352.0, 9378.0, 9354.0, 9385.0, 9352.0, 9387.0, 9336.0, 9347.0, 9350.0, 9337.0, 9320.0, 9344.0, 9343.0, 9330.0, 9344.0, 9360.0, 9329.0, 9338.0, 9317.0, 9304.0, 9324.0, 9334.0, 9325.0, 9340.0, 9313.0, 9320.0, 9300.0, 9351.0, 9315.0, 9316.0, 9298.0, 9311.0, 9300.0, 9312.0, 9314.0, 9305.0, 9313.0, 9298.0, 9302.0, 9305.0, 9315.0, 9325.0, 9320.0, 9325.0, 9324.0, 9324.0, 9329.0, 9348.0, 9331.0, 9314.0, 9329.0, 9329.0, 9337.0, 9307.0, 9331.0, 9320.0, 9325.0, 9314.0, 9294.0, 9357.0, 9353.0, 9351.0, 9326.0, 9330.0, 9358.0, 9328.0, 9367.0, 9323.0, 9299.0, 9312.0, 9291.0, 9309.0, 9276.0, 9296.0, 9294.0, 9297.0, 9308.0, 9298.0, 9320.0, 9320.0, 9327.0, 9329.0, 9349.0, 9341.0, 9349.0, 9349.0, 9345.0, 9361.0, 9354.0, 9363.0, 9339.0, 9370.0, 9329.0, 9337.0, 9326.0, 9313.0, 9345.0, 9324.0, 9333.0, 9349.0, 9330.0, 9337.0, 9347.0, 9359.0, 9333.0, 9357.0, 9327.0, 9355.0, 9325.0, 9335.0, 9323.0, 9319.0, 9327.0, 9358.0, 9327.0, 9339.0, 9325.0, 9303.0, 9326.0, 9328.0, 9308.0, 9308.0, 9305.0, 9328.0, 9327.0, 9345.0, 9322.0, 9332.0, 9304.0, 9354.0, 9309.0, 9331.0, 9303.0, 9309.0, 9303.0, 9315.0, 9302.0, 9316.0, 9314.0, 9297.0, 9313.0, 9301.0, 9301.0, 9303.0, 9299.0, 9316.0, 9316.0, 9300.0, 9314.0, 9299.0, 9321.0, 9325.0, 9325.0, 9328.0, 9331.0, 9331.0, 9342.0, 9343.0, 9356.0, 9327.0, 9338.0, 9327.0, 9317.0, 9321.0, 9311.0, 9321.0, 9335.0, 9325.0, 9338.0, 9325.0, 9325.0, 9328.0, 9335.0, 9327.0, 9311.0, 9311.0, 9342.0, 9322.0, 9328.0, 9337.0, 9324.0, 9343.0, 9331.0, 9356.0, 9351.0, 9324.0, 9324.0, 9326.0, 9338.0, 9326.0, 9318.0, 9325.0, 9339.0, 9324.0, 9312.0, 9309.0, 9322.0, 9343.0, 9329.0, 9353.0, 9307.0, 9306.0, 9327.0, 9307.0, 9332.0, 9315.0, 9311.0, 9303.0, 9315.0, 9286.0, 9294.0, 9296.0, 9306.0, 9347.0, 9326.0, 9322.0, 9373.0, 9306.0, 9297.0, 9334.0, 9324.0, 9329.0, 9370.0, 9361.0, 9319.0, 9298.0, 9315.0, 9286.0, 9297.0, 9294.0, 9305.0, 9336.0, 9289.0, 9358.0, 9306.0, 9265.0, 9288.0, 9237.0, 9297.0, 9233.0, 9235.0, 9228.0, 9231.0, 9260.0, 9240.0, 9268.0, 9260.0, 9249.0, 9251.0, 9274.0, 9307.0, 9262.0, 9276.0, 9260.0, 9257.0, 9273.0, 9268.0, 9293.0, 9302.0, 9281.0, 9277.0, 9283.0, 9315.0, 9304.0, 9285.0, 9292.0, 9283.0, 9332.0, 9307.0, 9308.0, 9307.0, 9321.0, 9351.0, 9302.0, 9300.0, 9318.0, 9305.0, 9339.0, 9284.0, 9278.0, 9277.0, 9284.0, 9303.0, 9300.0, 9302.0, 9283.0, 9315.0, 9263.0, 9336.0, 9291.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.0028665047701647876</td></tr>
<tr><td colspan=3>aqi</td><td>0.0354232947094536</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.817002624305445</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.269196149600693</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0355871181597225</td></tr>
<tr><td colspan=3>efc</td><td>0.5227</td></tr>
<tr><td colspan=3>fber</td><td>5040.7837</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1362948873942925</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>196</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>16.99913269731136</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.465189589220142</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3332801261884484</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6854775723368616</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.376811069135117</td></tr>
<tr><td colspan=3>gcor</td><td>0.011953</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010287530720233917</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.05158209428191185</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1153</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.30907593920533</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>21.0147</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.2976</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>202.1812</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>284627.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>982.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>385.2914</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.4202</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>491.2361</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3321.377</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3439.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>91917.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1449.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4292.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>798.0786</td></tr>
<tr><td colspan=3>tsnr</td><td>33.657717099413276</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>