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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>12:46:59.870000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999629, 0.0272106, -0.0013799, -0.0272238, 0.999573, -0.0106539]</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.0928626</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4140, -7717, -7226, 595, -50, -43, -115, 72]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>288.042</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>88b779ad-9092-4871-b84b-03280089b983||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6819310188293457, -0.0730394572019577, -0.002941403305158019, 114.76361846923828], [-0.0730040967464447, 2.6817800998687744, -0.028856249526143074, -94.40242004394531], [-0.003702163463458419, 0.028583604842424393, 2.6998441219329834, -69.02823638916016], [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': ['124659.870000', '124700.330000', '124700.790000', '124701.250000', '124701.710000', '124702.170000', '124702.630000', '124703.090000', '124703.550000', '124704.010000', '124704.470000', '124704.930000', '124705.390000', '124705.850000', '124706.310000', '124706.770000', '124707.230000', '124707.690000', '124708.150000', '124708.610000', '124709.070000', '124709.530000', '124709.990000', '124710.450000', '124710.910000', '124711.370000', '124711.830000', '124712.290000', '124712.750000', '124713.210000', '124713.670000', '124714.130000', '124714.590000', '124715.050000', '124715.510000', '124715.970000', '124716.430000', '124716.890000', '124717.350000', '124717.810000', '124718.270000', '124718.730000', '124719.190000', '124719.650000', '124720.110000', '124720.570000', '124721.030000', '124721.490000', '124721.950000', '124722.410000', '124722.870000', '124723.330000', '124723.790000', '124724.250000', '124724.710000', '124725.170000', '124725.630000', '124726.090000', '124726.550000', '124727.010000', '124727.470000', '124727.930000', '124728.390000', '124728.850000', '124729.310000', '124729.770000', '124730.230000', '124730.690000', '124731.150000', '124731.610000', '124732.070000', '124732.530000', '124732.990000', '124733.450000', '124733.910000', '124734.370000', '124734.830000', '124735.290000', '124735.750000', '124736.210000', '124736.670000', '124737.130000', '124737.590000', '124738.050000', '124738.510000', '124738.970000', '124739.430000', '124739.890000', '124740.350000', '124740.810000', '124741.270000', '124741.730000', '124742.190000', '124742.650000', '124743.110000', '124743.570000', '124744.030000', '124744.490000', '124744.950000', '124745.410000', '124745.870000', '124746.330000', '124746.790000', '124747.250000', '124747.710000', '124748.170000', '124748.630000', '124749.090000', '124749.550000', '124750.010000', '124750.470000', '124750.930000', '124751.390000', '124751.850000', '124752.310000', '124752.770000', '124753.230000', '124753.690000', '124754.150000', '124754.610000', '124755.070000', '124755.530000', '124755.990000', '124756.450000', '124756.910000', '124757.370000', '124757.830000', '124758.290000', '124758.750000', '124759.210000', '124759.670000', '124800.130000', '124800.590000', '124801.050000', '124801.510000', '124801.970000', '124802.430000', '124802.890000', '124803.350000', '124803.810000', '124804.270000', '124804.730000', '124805.190000', '124805.650000', '124806.110000', '124806.570000', '124807.030000', '124807.490000', '124807.950000', '124808.410000', '124808.870000', '124809.330000', '124809.790000', '124810.250000', '124810.710000', '124811.170000', '124811.630000', '124812.090000', '124812.550000', '124813.010000', '124813.470000', '124813.930000', '124814.390000', '124814.850000', '124815.310000', '124815.770000', '124816.230000', '124816.690000', '124817.150000', '124817.610000', '124818.070000', '124818.530000', '124818.990000', '124819.450000', '124819.910000', '124820.370000', '124820.830000', '124821.290000', '124821.750000', '124822.210000', '124822.670000', '124823.130000', '124823.590000', '124824.050000', '124824.510000', '124824.970000', '124825.430000', '124825.890000', '124826.350000', '124826.810000', '124827.270000', '124827.730000', '124828.190000', '124828.650000', '124829.110000', '124829.570000', '124830.030000', '124830.490000', '124830.950000', '124831.410000', '124831.870000', '124832.330000', '124832.790000', '124833.250000', '124833.710000', '124834.170000', '124834.630000', '124835.090000', '124835.550000', '124836.010000', '124836.470000', '124836.930000', '124837.390000', '124837.850000', '124838.310000', '124838.770000', '124839.230000', '124839.690000', '124840.150000', '124840.610000', '124841.070000', '124841.530000', '124841.990000', '124842.450000', '124842.910000', '124843.370000', '124843.830000', '124844.290000', '124844.750000', '124845.210000', '124845.670000', '124846.130000', '124846.590000', '124847.050000', '124847.510000', '124847.970000', '124848.430000', '124848.890000', '124849.350000', '124849.810000', '124850.270000', '124850.730000', '124851.190000', '124851.650000', '124852.110000', '124852.570000', '124853.030000', '124853.490000', '124853.950000', '124854.410000', '124854.870000', '124855.330000', '124855.790000', '124856.250000', '124856.710000', '124857.170000', '124857.630000', '124858.090000', '124858.550000', '124859.010000', '124859.470000', '124859.930000', '124900.390000', '124900.850000', '124901.310000', '124901.770000', '124902.230000', '124902.690000', '124903.150000', '124903.610000', '124904.070000', '124904.530000', '124904.990000', '124905.450000', '124905.910000', '124906.370000', '124906.830000', '124907.290000', '124907.750000', '124908.210000', '124908.670000', '124909.130000', '124909.590000', '124910.050000', '124910.510000', '124910.970000', '124911.430000', '124911.890000', '124912.350000', '124912.810000', '124913.270000', '124913.730000', '124914.190000', '124914.650000', '124915.110000', '124915.570000', '124916.030000', '124916.490000', '124916.950000', '124917.410000', '124917.870000', '124918.330000', '124918.790000', '124919.250000', '124919.710000', '124920.170000', '124920.630000', '124921.090000', '124921.550000', '124922.010000', '124922.470000', '124922.930000', '124923.390000', '124923.850000', '124924.310000', '124924.770000', '124925.230000', '124925.690000', '124926.150000', '124926.610000', '124927.070000', '124927.530000', '124927.990000', '124928.450000', '124928.910000', '124929.370000', '124929.830000', '124930.290000', '124930.750000', '124931.210000', '124931.670000', '124932.130000', '124932.590000', '124933.050000', '124933.510000', '124933.970000', '124934.430000', '124934.890000', '124935.350000', '124935.810000', '124936.270000', '124936.730000', '124937.190000', '124937.650000', '124938.110000', '124938.570000', '124939.030000', '124939.490000', '124939.950000', '124940.410000', '124940.870000', '124941.330000', '124941.790000', '124942.250000', '124942.710000', '124943.170000', '124943.630000', '124944.090000', '124944.550000', '124945.010000', '124945.470000', '124945.930000', '124946.390000', '124946.850000', '124947.310000', '124947.770000', '124948.230000', '124948.690000', '124949.150000', '124949.610000', '124950.070000', '124950.530000', '124950.990000', '124951.450000', '124951.910000', '124952.370000', '124952.830000', '124953.290000', '124953.750000', '124954.210000', '124954.670000', '124955.130000', '124955.590000', '124956.050000', '124956.510000', '124956.970000', '124957.430000', '124957.890000', '124958.350000', '124958.810000', '124959.270000', '124959.730000', '125000.190000', '125000.650000', '125001.110000', '125001.570000', '125002.030000', '125002.490000', '125002.950000', '125003.410000', '125003.870000', '125004.330000', '125004.790000', '125005.250000', '125005.710000', '125006.170000', '125006.630000', '125007.090000', '125007.550000', '125008.010000', '125008.470000', '125008.930000', '125009.390000', '125009.850000', '125010.310000', '125010.770000', '125011.230000', '125011.690000', '125012.150000', '125012.610000', '125013.070000', '125013.530000', '125013.990000', '125014.450000', '125014.910000', '125015.370000', '125015.830000', '125016.290000', '125016.750000', '125017.210000', '125017.670000', '125018.130000', '125018.590000', '125019.050000', '125019.510000', '125019.970000', '125020.430000', '125020.890000', '125021.350000', '125021.810000', '125022.270000', '125022.730000', '125023.190000', '125023.650000', '125024.110000', '125024.570000', '125025.030000', '125025.490000', '125025.950000', '125026.410000', '125026.870000', '125027.330000', '125027.790000', '125028.250000', '125028.710000', '125029.170000', '125029.630000', '125030.090000', '125030.550000', '125031.010000', '125031.470000', '125031.930000', '125032.390000', '125032.850000', '125033.310000', '125033.770000', '125034.230000', '125034.690000', '125035.150000', '125035.610000', '125036.070000', '125036.530000', '125036.990000', '125037.450000', '125037.910000', '125038.370000', '125038.830000', '125039.290000', '125039.750000', '125040.210000', '125040.670000', '125041.130000', '125041.590000', '125042.050000', '125042.510000', '125042.970000', '125043.430000', '125043.890000', '125044.350000', '125044.810000', '125045.270000', '125045.730000', '125046.190000', '125046.650000', '125047.110000', '125047.570000', '125048.030000', '125048.490000', '125048.950000', '125049.410000', '125049.870000', '125050.330000', '125050.790000', '125051.250000', '125051.710000', '125052.170000', '125052.630000', '125053.090000', '125053.550000', '125054.010000', '125054.470000', '125054.930000', '125055.390000', '125055.850000', '125056.310000', '125056.770000', '125057.230000', '125057.690000', '125058.150000', '125058.610000', '125059.070000', '125059.530000', '125059.990000', '125100.450000', '125100.910000', '125101.370000', '125101.830000', '125102.290000', '125102.750000', '125103.210000', '125103.670000', '125104.130000', '125104.590000', '125105.050000', '125105.510000', '125105.970000', '125106.430000', '125106.890000', '125107.350000', '125107.810000', '125108.270000', '125108.730000', '125109.190000', '125109.650000', '125110.110000', '125110.570000', '125111.030000', '125111.490000', '125111.950000', '125112.410000', '125112.870000', '125113.330000', '125113.790000', '125114.250000', '125114.710000', '125115.170000', '125115.630000', '125116.090000', '125116.550000', '125117.010000', '125117.470000', '125117.930000', '125118.390000', '125118.850000', '125119.310000', '125119.770000', '125120.230000', '125120.690000', '125121.150000', '125121.610000', '125122.070000', '125122.530000', '125122.990000', '125123.450000', '125123.910000', '125124.370000', '125124.830000', '125125.290000', '125125.750000', '125126.210000', '125126.670000', '125127.130000', '125127.590000', '125128.050000', '125128.510000', '125128.970000', '125129.430000', '125129.890000', '125130.350000', '125130.810000', '125131.270000', '125131.730000', '125132.190000', '125132.650000', '125133.110000', '125133.570000', '125134.030000', '125134.490000', '125134.950000', '125135.410000', '125135.870000', '125136.330000', '125136.790000', '125137.250000', '125137.710000', '125138.170000', '125138.630000', '125139.090000', '125139.550000', '125140.010000', '125140.470000', '125140.930000', '125141.390000', '125141.850000', '125142.310000', '125142.770000', '125143.230000', '125143.690000', '125144.150000', '125144.610000', '125145.070000', '125145.530000', '125145.990000', '125146.450000', '125146.910000', '125147.370000', '125147.830000', '125148.290000', '125148.750000', '125149.210000', '125149.670000', '125150.130000', '125150.590000', '125151.050000', '125151.510000', '125151.970000', '125152.430000', '125152.890000', '125153.350000', '125153.810000', '125154.270000', '125154.730000', '125155.190000', '125155.650000', '125156.110000', '125156.570000', '125157.030000', '125157.490000', '125157.950000', '125158.410000', '125158.870000', '125159.330000', '125159.790000', '125200.250000', '125200.710000', '125201.170000', '125201.630000', '125202.090000', '125202.550000', '125203.010000', '125203.470000', '125203.930000', '125204.390000', '125204.850000', '125205.310000', '125205.770000', '125206.230000', '125206.690000', '125207.150000', '125207.610000', '125208.070000', '125208.530000', '125208.990000', '125209.450000', '125209.910000', '125210.370000', '125210.830000', '125211.290000', '125211.750000', '125212.210000', '125212.670000', '125213.130000', '125213.590000', '125214.050000', '125214.510000', '125214.970000', '125215.430000', '125215.890000', '125216.350000', '125216.810000', '125217.270000', '125217.730000', '125218.190000', '125218.650000', '125219.110000', '125219.570000', '125220.030000', '125220.490000', '125220.950000', '125221.410000', '125221.870000', '125222.330000', '125222.790000', '125223.250000', '125223.710000', '125224.170000', '125224.630000', '125225.090000', '125225.550000', '125226.010000', '125226.470000', '125226.930000', '125227.390000', '125227.850000', '125228.310000', '125228.770000', '125229.230000', '125229.690000', '125230.150000', '125230.610000', '125231.070000', '125231.530000', '125231.990000', '125232.450000', '125232.910000', '125233.370000', '125233.830000', '125234.290000', '125234.750000', '125235.210000', '125235.670000', '125236.130000', '125236.590000', '125237.050000', '125237.510000', '125237.970000', '125238.430000', '125238.890000', '125239.350000', '125239.810000', '125240.270000', '125240.730000', '125241.190000', '125241.650000', '125242.110000', '125242.570000', '125243.030000', '125243.490000', '125243.950000', '125244.410000', '125244.870000', '125245.330000', '125245.790000', '125246.250000', '125246.710000', '125247.170000', '125247.630000', '125248.090000', '125248.550000', '125249.010000', '125249.470000', '125249.930000', '125250.390000', '125250.850000', '125251.310000', '125251.770000', '125252.230000', '125252.690000', '125253.150000', '125253.610000', '125254.070000', '125254.530000', '125254.990000', '125255.450000', '125255.910000', '125256.370000', '125256.830000', '125257.290000', '125257.750000', '125258.210000', '125258.670000', '125259.130000', '125259.590000', '125300.050000', '125300.510000', '125300.970000', '125301.430000', '125301.890000', '125302.350000', '125302.810000', '125303.270000', '125303.730000', '125304.190000', '125304.650000', '125305.110000', '125305.570000', '125306.030000', '125306.490000', '125306.950000', '125307.410000', '125307.870000', '125308.330000', '125308.790000', '125309.250000', '125309.710000', '125310.170000', '125310.630000', '125311.090000', '125311.550000', '125312.010000', '125312.470000', '125312.930000', '125313.390000', '125313.850000', '125314.310000', '125314.770000', '125315.230000', '125315.690000', '125316.150000', '125316.610000', '125317.070000', '125317.530000', '125317.990000', '125318.450000', '125318.910000', '125319.370000', '125319.830000', '125320.290000', '125320.750000', '125321.210000', '125321.670000', '125322.130000', '125322.590000', '125323.050000', '125323.510000', '125323.970000', '125324.430000', '125324.890000', '125325.350000', '125325.810000', '125326.270000', '125326.730000', '125327.190000', '125327.650000', '125328.110000', '125328.570000', '125329.030000', '125329.490000', '125329.950000', '125330.410000', '125330.870000', '125331.330000', '125331.790000', '125332.250000', '125332.710000', '125333.170000', '125333.630000', '125334.090000', '125334.550000', '125335.010000', '125335.470000', '125335.930000', '125336.390000', '125336.850000', '125337.310000', '125337.770000', '125338.230000', '125338.690000', '125339.150000', '125339.610000', '125340.070000', '125340.530000', '125340.990000', '125341.450000', '125341.910000', '125342.370000', '125342.830000', '125343.290000', '125343.750000', '125344.210000', '125344.670000', '125345.130000', '125345.590000', '125346.050000', '125346.510000', '125346.970000', '125347.430000', '125347.890000', '125348.350000', '125348.810000', '125349.270000', '125349.730000', '125350.190000', '125350.650000', '125351.110000', '125351.570000', '125352.030000', '125352.490000', '125352.950000', '125353.410000', '125353.870000', '125354.330000', '125354.790000', '125355.250000', '125355.710000', '125356.170000', '125356.630000', '125357.090000', '125357.550000', '125358.010000', '125358.470000', '125358.930000', '125359.390000', '125359.850000', '125400.310000', '125400.770000', '125401.230000', '125401.690000', '125402.150000', '125402.610000', '125403.070000', '125403.530000', '125403.990000', '125404.450000', '125404.910000', '125405.370000', '125405.830000', '125406.290000', '125406.750000', '125407.210000', '125407.670000', '125408.130000', '125408.590000', '125409.050000', '125409.510000', '125409.970000', '125410.430000', '125410.890000', '125411.350000', '125411.810000', '125412.270000', '125412.730000', '125413.190000', '125413.650000', '125414.110000', '125414.570000', '125415.030000', '125415.490000', '125415.950000', '125416.410000', '125416.870000', '125417.330000', '125417.790000', '125418.250000', '125418.710000', '125419.170000', '125419.630000', '125420.090000', '125420.550000', '125421.010000', '125421.470000', '125421.930000', '125422.390000', '125422.850000', '125423.310000', '125423.770000', '125424.230000', '125424.690000', '125425.150000', '125425.610000', '125426.070000', '125426.530000', '125426.990000', '125427.450000', '125427.910000', '125428.370000', '125428.830000', '125429.290000', '125429.750000', '125430.210000', '125430.670000', '125431.130000', '125431.590000', '125432.050000', '125432.510000', '125432.970000', '125433.430000', '125433.890000', '125434.350000', '125434.810000', '125435.270000', '125435.730000', '125436.190000', '125436.650000', '125437.110000', '125437.570000', '125438.030000', '125438.490000', '125438.950000', '125439.410000', '125439.870000', '125440.330000', '125440.790000', '125441.250000', '125441.710000', '125442.170000', '125442.630000', '125443.090000', '125443.550000', '125444.010000', '125444.470000', '125444.930000', '125445.390000', '125445.850000', '125446.310000', '125446.770000', '125447.230000', '125447.690000', '125448.150000', '125448.610000', '125449.070000', '125449.530000', '125449.990000', '125450.450000', '125450.910000', '125451.370000', '125451.830000', '125452.290000', '125452.750000', '125453.210000', '125453.670000', '125454.130000', '125454.590000', '125455.050000', '125455.510000', '125455.970000', '125456.430000', '125456.890000', '125457.350000', '125457.810000', '125458.270000', '125458.730000', '125459.190000', '125459.650000', '125500.110000', '125500.570000', '125501.030000', '125501.490000', '125501.950000', '125502.410000', '125502.870000', '125503.330000', '125503.790000', '125504.250000', '125504.710000', '125505.170000', '125505.630000', '125506.090000', '125506.550000', '125507.010000', '125507.470000', '125507.930000', '125508.390000', '125508.850000', '125509.310000', '125509.770000', '125510.230000', '125510.690000', '125511.150000', '125511.610000', '125512.070000', '125512.530000', '125512.990000', '125513.450000', '125513.910000', '125514.370000', '125514.830000', '125515.290000', '125515.750000', '125516.210000', '125516.670000', '125517.130000', '125517.590000', '125518.050000', '125518.510000', '125518.970000', '125519.430000', '125519.890000', '125520.350000', '125520.810000', '125521.270000', '125521.730000', '125522.190000', '125522.650000', '125523.110000', '125523.570000', '125524.030000', '125524.490000', '125524.950000', '125525.410000', '125525.870000', '125526.330000', '125526.790000', '125527.250000', '125527.710000', '125528.170000', '125528.630000', '125529.090000', '125529.550000', '125530.010000', '125530.470000', '125530.930000', '125531.390000', '125531.850000', '125532.310000', '125532.770000', '125533.230000', '125533.690000', '125534.150000', '125534.610000', '125535.070000', '125535.530000', '125535.990000', '125536.450000', '125536.910000', '125537.370000', '125537.830000', '125538.290000', '125538.750000', '125539.210000', '125539.670000', '125540.130000', '125540.590000', '125541.050000', '125541.510000', '125541.970000', '125542.430000', '125542.890000', '125543.350000', '125543.810000', '125544.270000', '125544.730000', '125545.190000', '125545.650000', '125546.110000', '125546.570000', '125547.030000', '125547.490000', '125547.950000', '125548.410000', '125548.870000', '125549.330000', '125549.790000', '125550.250000', '125550.710000', '125551.170000', '125551.630000'], 'ContentTime': ['124724.019000', '124724.022000', '124724.025000', '124724.033000', '124724.036000', '124724.039000', '124724.042000', '124724.045000', '124724.048000', '124724.050000', '124724.053000', '124724.056000', '124724.059000', '124724.062000', '124724.065000', '124724.068000', '124724.071000', '124724.073000', '124724.076000', '124724.079000', '124724.082000', '124724.085000', '124724.088000', '124724.091000', '124724.094000', '124724.097000', '124724.099000', '124724.103000', '124724.105000', '124724.108000', '124724.114000', '124724.117000', '124724.120000', '124724.123000', '124724.126000', '124724.129000', '124724.132000', '124724.134000', '124724.137000', '124724.140000', '124724.143000', '124724.146000', '124724.149000', '124724.152000', '124724.154000', '124724.157000', '124724.164000', '124724.167000', '124724.170000', '124724.173000', '124724.176000', '124724.179000', '124743.984000', '124743.987000', '124743.990000', '124743.993000', '124743.996000', '124744.000000', '124744.003000', '124744.005000', '124744.008000', '124744.011000', '124744.014000', '124744.017000', '124744.020000', '124744.023000', '124744.026000', '124744.029000', '124744.032000', '124744.035000', '124744.038000', '124744.045000', '124744.048000', '124744.051000', '124744.054000', '124744.057000', '124744.060000', '124744.062000', '124744.065000', '124744.068000', '124744.071000', '124744.074000', '124744.077000', '124744.080000', '124744.083000', '124744.086000', '124744.089000', '124744.091000', '124744.094000', '124744.097000', '124744.100000', '124744.108000', '124744.111000', '124744.114000', '124744.117000', '124803.984000', '124803.987000', '124803.990000', '124803.993000', '124803.996000', '124804.000000', '124804.003000', '124804.006000', '124804.009000', '124804.012000', '124804.015000', '124804.018000', '124804.021000', '124804.024000', '124804.027000', '124804.030000', '124804.033000', '124804.036000', '124804.039000', '124804.042000', '124804.045000', '124804.048000', '124804.050000', '124804.053000', '124804.056000', '124804.059000', '124804.062000', '124804.065000', '124804.068000', '124804.071000', '124804.074000', '124804.077000', '124804.079000', '124804.083000', '124804.086000', '124804.089000', '124804.092000', '124804.095000', '124804.097000', '124804.109000', '124804.112000', '124804.115000', '124804.118000', '124804.120000', '124823.984000', '124823.987000', '124823.990000', '124823.993000', '124823.996000', '124824.000000', '124824.008000', '124824.012000', '124824.014000', '124824.017000', '124824.020000', '124824.023000', '124824.026000', '124824.029000', '124824.032000', '124824.035000', '124824.038000', '124824.040000', '124824.043000', '124824.046000', '124824.049000', '124824.052000', '124824.055000', '124824.058000', '124824.061000', '124824.063000', '124824.066000', '124824.069000', '124824.072000', '124824.075000', '124824.078000', '124824.081000', '124824.084000', '124824.087000', '124824.090000', '124824.093000', '124824.095000', '124824.098000', '124824.101000', '124824.104000', '124824.107000', '124824.110000', '124824.113000', '124843.984000', '124844.003000', '124844.006000', '124844.009000', '124844.012000', '124844.015000', '124844.017000', '124844.020000', '124844.023000', '124844.026000', '124844.029000', '124844.032000', '124844.035000', '124844.038000', '124844.048000', '124844.051000', '124844.054000', '124844.057000', '124844.059000', '124844.062000', '124844.065000', '124844.077000', '124844.080000', '124844.083000', '124844.086000', '124844.089000', '124844.092000', '124844.095000', '124844.098000', '124844.101000', '124844.103000', '124844.106000', '124844.109000', '124844.112000', '124844.115000', '124844.118000', '124844.121000', '124844.124000', '124844.126000', '124844.129000', '124844.132000', '124844.135000', '124844.138000', '124903.984000', '124903.987000', '124903.990000', '124903.993000', '124903.996000', '124903.998000', '124904.002000', '124904.005000', '124904.008000', '124904.011000', '124904.014000', '124904.017000', '124904.020000', '124904.023000', '124904.026000', '124904.029000', '124904.042000', '124904.045000', '124904.047000', '124904.050000', '124904.053000', '124904.056000', '124904.059000', '124904.062000', '124904.065000', '124904.068000', '124904.071000', '124904.074000', '124904.076000', '124904.079000', '124904.082000', '124904.085000', '124904.088000', '124904.091000', '124904.094000', '124904.097000', '124904.100000', '124904.103000', '124904.106000', '124904.109000', '124904.111000', '124904.114000', '124904.117000', '124904.120000', '124923.984000', '124923.987000', '124923.990000', '124923.993000', '124923.996000', '124924.000000', '124924.005000', '124924.008000', '124924.011000', '124924.014000', '124924.017000', '124924.020000', '124924.023000', '124924.026000', '124924.029000', '124924.032000', '124924.034000', '124924.037000', '124924.040000', '124924.043000', '124924.046000', '124924.049000', '124924.052000', '124924.055000', '124924.058000', '124924.060000', '124924.063000', '124924.066000', '124924.069000', '124924.080000', '124924.083000', '124924.086000', '124924.089000', '124924.092000', '124924.094000', '124924.098000', '124924.100000', '124924.103000', '124924.106000', '124924.109000', '124924.112000', '124924.115000', '124924.118000', '124943.984000', '124943.987000', '124943.990000', '124943.993000', '124943.996000', '124944.000000', '124944.003000', '124944.005000', '124944.008000', '124944.011000', '124944.014000', '124944.017000', '124944.020000', '124944.023000', '124944.026000', '124944.029000', '124944.046000', '124944.049000', '124944.052000', '124944.055000', '124944.058000', '124944.061000', '124944.064000', '124944.066000', '124944.069000', '124944.072000', '124944.075000', '124944.078000', '124944.081000', '124944.084000', '124944.087000', '124944.090000', '124944.093000', '124944.095000', '124944.098000', '124944.101000', '124944.104000', '124944.107000', '124944.110000', '124944.113000', '124944.116000', '124944.119000', '124944.122000', '124944.124000', '125003.984000', '125003.987000', '125003.990000', '125003.993000', '125003.996000', '125004.000000', '125004.002000', '125004.005000', '125004.008000', '125004.011000', '125004.014000', '125004.017000', '125004.020000', '125004.023000', '125004.026000', '125004.030000', '125004.034000', '125004.037000', '125004.041000', '125004.043000', '125004.046000', '125004.049000', '125004.052000', '125004.055000', '125004.058000', '125004.061000', '125004.064000', '125004.067000', '125004.069000', '125004.072000', '125004.075000', '125004.078000', '125004.081000', '125004.084000', '125004.087000', '125004.090000', '125004.092000', '125004.095000', '125004.098000', '125004.101000', '125004.120000', '125004.123000', '125004.134000', '125023.984000', '125023.987000', '125023.990000', '125023.993000', '125023.996000', '125024.000000', '125024.003000', '125024.005000', '125024.008000', '125024.016000', '125024.018000', '125024.021000', '125024.024000', '125024.027000', '125024.030000', '125024.033000', '125024.036000', '125024.039000', '125024.042000', '125024.045000', '125024.048000', '125024.051000', '125024.053000', '125024.056000', '125024.059000', '125024.062000', '125024.065000', '125024.068000', '125024.071000', '125024.074000', '125024.077000', '125024.080000', '125024.082000', '125024.086000', '125024.088000', '125024.099000', '125024.102000', '125024.105000', '125024.108000', '125024.111000', '125024.114000', '125024.117000', '125024.120000', '125024.123000', '125043.984000', '125043.987000', '125043.990000', '125043.993000', '125043.996000', '125044.000000', '125044.003000', '125044.006000', '125044.009000', '125044.011000', '125044.014000', '125044.017000', '125044.020000', '125044.023000', '125044.026000', '125044.029000', '125044.032000', '125044.035000', '125044.041000', '125044.044000', '125044.047000', '125044.050000', '125044.053000', '125044.056000', '125044.059000', '125044.062000', '125044.065000', '125044.068000', '125044.070000', '125044.073000', '125044.076000', '125044.079000', '125044.082000', '125044.089000', '125044.092000', '125044.095000', '125044.097000', '125044.100000', '125044.103000', '125044.106000', '125044.109000', '125044.112000', '125044.115000', '125103.984000', '125103.987000', '125103.990000', '125103.993000', '125103.996000', '125104.013000', '125104.016000', '125104.019000', '125104.022000', '125104.025000', '125104.028000', '125104.031000', '125104.034000', '125104.037000', '125104.039000', '125104.042000', '125104.045000', '125104.048000', '125104.051000', '125104.054000', '125104.057000', '125104.060000', '125104.063000', '125104.066000', '125104.069000', '125104.072000', '125104.075000', '125104.078000', '125104.081000', '125104.084000', '125104.086000', '125104.089000', '125104.092000', '125104.095000', '125104.098000', '125104.101000', '125104.104000', '125104.107000', '125104.110000', '125104.113000', '125104.116000', '125104.119000', '125104.121000', '125104.124000', '125123.984000', '125123.987000', '125123.990000', '125123.993000', '125123.996000', '125124.000000', '125124.003000', '125124.006000', '125124.009000', '125124.011000', '125124.014000', '125124.017000', '125124.020000', '125124.023000', '125124.026000', '125124.029000', '125124.032000', '125124.035000', '125124.038000', '125124.040000', '125124.043000', '125124.046000', '125124.053000', '125124.056000', '125124.059000', '125124.062000', '125124.065000', '125124.068000', '125124.071000', '125124.074000', '125124.076000', '125124.079000', '125124.082000', '125124.091000', '125124.094000', '125124.097000', '125124.100000', '125124.103000', '125124.106000', '125124.109000', '125124.112000', '125124.115000', '125124.117000', '125143.984000', '125143.987000', '125143.990000', '125143.993000', '125143.996000', '125144.000000', '125144.003000', '125144.006000', '125144.009000', '125144.011000', '125144.014000', '125144.017000', '125144.020000', '125144.023000', '125144.026000', '125144.029000', '125144.032000', '125144.034000', '125144.041000', '125144.044000', '125144.047000', '125144.050000', '125144.070000', '125144.073000', '125144.076000', '125144.078000', '125144.081000', '125144.084000', '125144.087000', '125144.090000', '125144.093000', '125144.096000', '125144.099000', '125144.102000', '125144.104000', '125144.107000', '125144.110000', '125144.114000', '125144.117000', '125144.120000', '125144.123000', '125144.126000', '125144.129000', '125144.132000', '125203.984000', '125203.987000', '125203.990000', '125203.993000', '125203.996000', '125204.000000', '125204.003000', '125204.006000', '125204.009000', '125204.012000', '125204.015000', '125204.018000', '125204.021000', '125204.024000', '125204.027000', '125204.030000', '125204.033000', '125204.036000', '125204.039000', '125204.041000', '125204.044000', '125204.047000', '125204.050000', '125204.053000', '125204.056000', '125204.059000', '125204.062000', '125204.065000', '125204.068000', '125204.071000', '125204.074000', '125204.078000', '125204.081000', '125204.084000', '125204.086000', '125204.089000', '125204.092000', '125204.095000', '125204.098000', '125204.101000', '125204.104000', '125204.107000', '125204.110000', '125223.984000', '125223.987000', '125223.990000', '125223.993000', '125223.996000', '125224.000000', '125224.003000', '125224.006000', '125224.008000', '125224.011000', '125224.014000', '125224.017000', '125224.020000', '125224.023000', '125224.026000', '125224.029000', '125224.032000', '125224.034000', '125224.038000', '125224.040000', '125224.043000', '125224.046000', '125224.049000', '125224.052000', '125224.055000', '125224.058000', '125224.061000', '125224.064000', '125224.066000', '125224.069000', '125224.072000', '125224.075000', '125224.078000', '125224.081000', '125224.084000', '125224.087000', '125224.090000', '125224.093000', '125224.096000', '125224.098000', '125224.101000', '125224.104000', '125224.107000', '125224.110000', '125243.986000', '125243.989000', '125243.992000', '125243.995000', '125243.998000', '125244.002000', '125244.005000', '125244.008000', '125244.011000', '125244.013000', '125244.016000', '125244.019000', '125244.022000', '125244.025000', '125244.028000', '125244.031000', '125244.034000', '125244.037000', '125244.039000', '125244.042000', '125244.045000', '125244.048000', '125244.051000', '125244.054000', '125244.057000', '125244.060000', '125244.063000', '125244.066000', '125244.069000', '125244.071000', '125244.074000', '125244.077000', '125244.080000', '125244.083000', '125244.086000', '125244.089000', '125244.092000', '125244.095000', '125244.097000', '125244.100000', '125244.103000', '125244.106000', '125244.109000', '125303.984000', '125303.987000', '125303.990000', '125303.993000', '125303.996000', '125304.000000', '125304.003000', '125304.006000', '125304.008000', '125304.011000', '125304.014000', '125304.017000', '125304.020000', '125304.023000', '125304.026000', '125304.029000', '125304.032000', '125304.035000', '125304.037000', '125304.040000', '125304.043000', '125304.046000', '125304.049000', '125304.052000', '125304.055000', '125304.058000', '125304.061000', '125304.064000', '125304.066000', '125304.070000', '125304.072000', '125304.075000', '125304.078000', '125304.090000', '125304.093000', '125304.096000', '125304.098000', '125304.102000', '125304.104000', '125304.107000', '125304.110000', '125304.113000', '125304.116000', '125304.119000', '125323.984000', '125323.987000', '125323.990000', '125323.993000', '125323.996000', '125324.000000', '125324.003000', '125324.006000', '125324.008000', '125324.011000', '125324.014000', '125324.017000', '125324.020000', '125324.023000', '125324.026000', '125324.029000', '125324.032000', '125324.035000', '125324.037000', '125324.040000', '125324.043000', '125324.047000', '125324.050000', '125324.054000', '125324.056000', '125324.059000', '125324.062000', '125324.065000', '125324.068000', '125324.071000', '125324.074000', '125324.077000', '125324.079000', '125324.082000', '125324.085000', '125324.088000', '125324.091000', '125324.094000', '125324.097000', '125324.100000', '125324.103000', '125324.106000', '125324.108000', '125343.984000', '125343.987000', '125343.990000', '125343.993000', '125343.996000', '125344.000000', '125344.003000', '125344.005000', '125344.009000', '125344.011000', '125344.015000', '125344.018000', '125344.021000', '125344.024000', '125344.027000', '125344.030000', '125344.033000', '125344.044000', '125344.047000', '125344.050000', '125344.053000', '125344.055000', '125344.058000', '125344.061000', '125344.064000', '125344.067000', '125344.070000', '125344.073000', '125344.076000', '125344.079000', '125344.081000', '125344.084000', '125344.087000', '125344.090000', '125344.093000', '125344.096000', '125344.099000', '125344.102000', '125344.105000', '125344.107000', '125344.110000', '125344.113000', '125344.116000', '125344.119000', '125403.985000', '125403.988000', '125403.991000', '125403.994000', '125403.997000', '125404.000000', '125404.003000', '125404.006000', '125404.009000', '125404.012000', '125404.015000', '125404.017000', '125404.020000', '125404.023000', '125404.026000', '125404.029000', '125404.032000', '125404.035000', '125404.038000', '125404.041000', '125404.044000', '125404.046000', '125404.049000', '125404.052000', '125404.055000', '125404.058000', '125404.061000', '125404.064000', '125404.067000', '125404.070000', '125404.073000', '125404.075000', '125404.078000', '125404.081000', '125404.084000', '125404.087000', '125404.090000', '125404.093000', '125404.096000', '125404.099000', '125404.102000', '125404.105000', '125404.108000', '125423.984000', '125423.987000', '125423.990000', '125424.001000', '125424.004000', '125424.007000', '125424.010000', '125424.013000', '125424.016000', '125424.018000', '125424.021000', '125424.024000', '125424.027000', '125424.030000', '125424.033000', '125424.036000', '125424.045000', '125424.048000', '125424.051000', '125424.054000', '125424.057000', '125424.060000', '125424.063000', '125424.066000', '125424.069000', '125424.071000', '125424.074000', '125424.077000', '125424.080000', '125424.083000', '125424.086000', '125424.089000', '125424.092000', '125424.095000', '125424.098000', '125424.101000', '125424.103000', '125424.106000', '125424.109000', '125424.112000', '125424.115000', '125424.118000', '125424.121000', '125424.132000', '125443.984000', '125443.987000', '125443.990000', '125443.993000', '125443.996000', '125444.000000', '125444.003000', '125444.006000', '125444.008000', '125444.012000', '125444.014000', '125444.017000', '125444.020000', '125444.023000', '125444.026000', '125444.029000', '125444.032000', '125444.035000', '125444.038000', '125444.040000', '125444.043000', '125444.046000', '125444.049000', '125444.052000', '125444.055000', '125444.058000', '125444.061000', '125444.064000', '125444.066000', '125444.070000', '125444.073000', '125444.075000', '125444.078000', '125444.081000', '125444.084000', '125444.088000', '125444.091000', '125444.094000', '125444.097000', '125444.100000', '125444.103000', '125444.106000', '125444.109000', '125503.984000', '125503.987000', '125503.990000', '125503.993000', '125503.996000', '125504.000000', '125504.003000', '125504.006000', '125504.008000', '125504.011000', '125504.014000', '125504.017000', '125504.020000', '125504.023000', '125504.026000', '125504.029000', '125504.032000', '125504.034000', '125504.038000', '125504.040000', '125504.043000', '125504.046000', '125504.049000', '125504.053000', '125504.056000', '125504.059000', '125504.062000', '125504.065000', '125504.068000', '125504.070000', '125504.073000', '125504.076000', '125504.079000', '125504.082000', '125504.085000', '125504.088000', '125504.091000', '125504.094000', '125504.097000', '125504.100000', '125504.102000', '125504.105000', '125504.108000', '125504.111000', '125523.984000', '125523.991000', '125523.994000', '125523.997000', '125524.001000', '125524.004000', '125524.007000', '125524.010000', '125524.013000', '125524.016000', '125524.018000', '125524.021000', '125524.024000', '125524.027000', '125524.030000', '125524.033000', '125524.036000', '125524.039000', '125524.042000', '125524.045000', '125524.048000', '125524.050000', '125524.053000', '125524.056000', '125524.059000', '125524.062000', '125524.065000', '125524.068000', '125524.071000', '125524.074000', '125524.077000', '125524.079000', '125524.082000', '125524.085000', '125524.088000', '125524.091000', '125524.094000', '125524.097000', '125524.100000', '125524.103000', '125524.106000', '125524.109000', '125524.112000', '125543.984000', '125543.987000', '125543.990000', '125543.993000', '125543.996000', '125544.000000', '125544.003000', '125544.006000', '125544.009000', '125544.012000', '125544.015000', '125544.017000', '125544.020000', '125544.023000', '125544.026000', '125544.029000', '125544.032000', '125544.035000', '125544.038000', '125544.041000', '125544.043000', '125544.046000', '125544.049000', '125544.052000', '125544.055000', '125544.058000', '125544.078000', '125544.081000', '125544.084000', '125544.096000', '125544.099000', '125544.102000', '125544.105000', '125544.108000', '125544.110000', '125544.113000', '125544.116000', '125544.119000', '125544.122000', '125544.125000', '125544.128000', '125544.131000', '125544.134000', '125544.137000', '125552.282000', '125552.286000', '125552.289000', '125552.292000', '125552.295000', '125552.299000', '125552.303000', '125552.306000', '125552.310000', '125552.314000', '125552.317000', '125552.320000', '125552.324000', '125552.327000', '125552.330000', '125552.333000', '125552.336000', '125552.339000'], 'InstanceCreationTime': ['124724.019000', '124724.022000', '124724.025000', '124724.033000', '124724.036000', '124724.039000', '124724.042000', '124724.045000', '124724.048000', '124724.050000', '124724.053000', '124724.056000', '124724.059000', '124724.062000', '124724.065000', '124724.068000', '124724.071000', '124724.073000', '124724.076000', '124724.079000', '124724.082000', '124724.085000', '124724.088000', '124724.091000', '124724.094000', '124724.097000', '124724.099000', '124724.103000', '124724.105000', '124724.108000', '124724.114000', '124724.117000', '124724.120000', '124724.123000', '124724.126000', '124724.129000', '124724.132000', '124724.134000', '124724.137000', '124724.140000', '124724.143000', '124724.146000', '124724.149000', '124724.152000', '124724.154000', '124724.157000', '124724.164000', '124724.167000', '124724.170000', '124724.173000', '124724.176000', '124724.179000', '124743.984000', '124743.987000', '124743.990000', '124743.993000', '124743.996000', '124744.000000', '124744.003000', '124744.005000', '124744.008000', '124744.011000', '124744.014000', '124744.017000', '124744.020000', '124744.023000', '124744.026000', '124744.029000', '124744.032000', '124744.035000', '124744.038000', '124744.045000', '124744.048000', '124744.051000', '124744.054000', '124744.057000', '124744.060000', '124744.062000', '124744.065000', '124744.068000', '124744.071000', '124744.074000', '124744.077000', '124744.080000', '124744.083000', '124744.086000', '124744.089000', '124744.091000', '124744.094000', '124744.097000', '124744.100000', '124744.108000', '124744.111000', '124744.114000', '124744.117000', '124803.984000', '124803.987000', '124803.990000', '124803.993000', '124803.996000', '124804.000000', '124804.003000', '124804.006000', '124804.009000', '124804.012000', '124804.015000', '124804.018000', '124804.021000', '124804.024000', '124804.027000', '124804.030000', '124804.033000', '124804.036000', '124804.039000', '124804.042000', '124804.045000', '124804.048000', '124804.050000', '124804.053000', '124804.056000', '124804.059000', '124804.062000', '124804.065000', '124804.068000', '124804.071000', '124804.074000', '124804.077000', '124804.079000', '124804.083000', '124804.086000', '124804.089000', '124804.092000', '124804.095000', '124804.097000', '124804.109000', '124804.112000', '124804.115000', '124804.118000', '124804.120000', '124823.984000', '124823.987000', '124823.990000', '124823.993000', '124823.996000', '124824.000000', '124824.008000', '124824.012000', '124824.014000', '124824.017000', '124824.020000', '124824.023000', '124824.026000', '124824.029000', '124824.032000', '124824.035000', '124824.038000', '124824.040000', '124824.043000', '124824.046000', '124824.049000', '124824.052000', '124824.055000', '124824.058000', '124824.061000', '124824.063000', '124824.066000', '124824.069000', '124824.072000', '124824.075000', '124824.078000', '124824.081000', '124824.084000', '124824.087000', '124824.090000', '124824.093000', '124824.095000', '124824.098000', '124824.101000', '124824.104000', '124824.107000', '124824.110000', '124824.113000', '124843.984000', '124844.003000', '124844.006000', '124844.009000', '124844.012000', '124844.015000', '124844.017000', '124844.020000', '124844.023000', '124844.026000', '124844.029000', '124844.032000', '124844.035000', '124844.038000', '124844.048000', '124844.051000', '124844.054000', '124844.057000', '124844.059000', '124844.062000', '124844.065000', '124844.077000', '124844.080000', '124844.083000', '124844.086000', '124844.089000', '124844.092000', '124844.095000', '124844.098000', '124844.101000', '124844.103000', '124844.106000', '124844.109000', '124844.112000', '124844.115000', '124844.118000', '124844.121000', '124844.124000', '124844.126000', '124844.129000', '124844.132000', '124844.135000', '124844.138000', '124903.984000', '124903.987000', '124903.990000', '124903.993000', '124903.996000', '124903.998000', '124904.002000', '124904.005000', '124904.008000', '124904.011000', '124904.014000', '124904.017000', '124904.020000', '124904.023000', '124904.026000', '124904.029000', '124904.042000', '124904.045000', '124904.047000', '124904.050000', '124904.053000', '124904.056000', '124904.059000', '124904.062000', '124904.065000', '124904.068000', '124904.071000', '124904.074000', '124904.076000', '124904.079000', '124904.082000', '124904.085000', '124904.088000', '124904.091000', '124904.094000', '124904.097000', '124904.100000', '124904.103000', '124904.106000', '124904.109000', '124904.111000', '124904.114000', '124904.117000', '124904.120000', '124923.984000', '124923.987000', '124923.990000', '124923.993000', '124923.996000', '124924.000000', '124924.005000', '124924.008000', '124924.011000', '124924.014000', '124924.017000', '124924.020000', '124924.023000', '124924.026000', '124924.029000', '124924.032000', '124924.034000', '124924.037000', '124924.040000', '124924.043000', '124924.046000', '124924.049000', '124924.052000', '124924.055000', '124924.058000', '124924.060000', '124924.063000', '124924.066000', '124924.069000', '124924.080000', '124924.083000', '124924.086000', '124924.089000', '124924.092000', '124924.094000', '124924.098000', '124924.100000', '124924.103000', '124924.106000', '124924.109000', '124924.112000', '124924.115000', '124924.118000', '124943.984000', '124943.987000', '124943.990000', '124943.993000', '124943.996000', '124944.000000', '124944.003000', '124944.005000', '124944.008000', '124944.011000', '124944.014000', '124944.017000', '124944.020000', '124944.023000', '124944.026000', '124944.029000', '124944.046000', '124944.049000', '124944.052000', '124944.055000', '124944.058000', '124944.061000', '124944.064000', '124944.066000', '124944.069000', '124944.072000', '124944.075000', '124944.078000', '124944.081000', '124944.084000', '124944.087000', '124944.090000', '124944.093000', '124944.095000', '124944.098000', '124944.101000', '124944.104000', '124944.107000', '124944.110000', '124944.113000', '124944.116000', '124944.119000', '124944.122000', '124944.124000', '125003.984000', '125003.987000', '125003.990000', '125003.993000', '125003.996000', '125004.000000', '125004.002000', '125004.005000', '125004.008000', '125004.011000', '125004.014000', '125004.017000', '125004.020000', '125004.023000', '125004.026000', '125004.030000', '125004.034000', '125004.037000', '125004.041000', '125004.043000', '125004.046000', '125004.049000', '125004.052000', '125004.055000', '125004.058000', '125004.061000', '125004.064000', '125004.067000', '125004.069000', '125004.072000', '125004.075000', '125004.078000', '125004.081000', '125004.084000', '125004.087000', '125004.090000', '125004.092000', '125004.095000', '125004.098000', '125004.101000', '125004.120000', '125004.123000', '125004.134000', '125023.984000', '125023.987000', '125023.990000', '125023.993000', '125023.996000', '125024.000000', '125024.003000', '125024.005000', '125024.008000', '125024.016000', '125024.018000', '125024.021000', '125024.024000', '125024.027000', '125024.030000', '125024.033000', '125024.036000', '125024.039000', '125024.042000', '125024.045000', '125024.048000', '125024.051000', '125024.053000', '125024.056000', '125024.059000', '125024.062000', '125024.065000', '125024.068000', '125024.071000', '125024.074000', '125024.077000', '125024.080000', '125024.082000', '125024.086000', '125024.088000', '125024.099000', '125024.102000', '125024.105000', '125024.108000', '125024.111000', '125024.114000', '125024.117000', '125024.120000', '125024.123000', '125043.984000', '125043.987000', '125043.990000', '125043.993000', '125043.996000', '125044.000000', '125044.003000', '125044.006000', '125044.009000', '125044.011000', '125044.014000', '125044.017000', '125044.020000', '125044.023000', '125044.026000', '125044.029000', '125044.032000', '125044.035000', '125044.041000', '125044.044000', '125044.047000', '125044.050000', '125044.053000', '125044.056000', '125044.059000', '125044.062000', '125044.065000', '125044.068000', '125044.070000', '125044.073000', '125044.076000', '125044.079000', '125044.082000', '125044.089000', '125044.092000', '125044.095000', '125044.097000', '125044.100000', '125044.103000', '125044.106000', '125044.109000', '125044.112000', '125044.115000', '125103.984000', '125103.987000', '125103.990000', '125103.993000', '125103.996000', '125104.013000', '125104.016000', '125104.019000', '125104.022000', '125104.025000', '125104.028000', '125104.031000', '125104.034000', '125104.037000', '125104.039000', '125104.042000', '125104.045000', '125104.048000', '125104.051000', '125104.054000', '125104.057000', '125104.060000', '125104.063000', '125104.066000', '125104.069000', '125104.072000', '125104.075000', '125104.078000', '125104.081000', '125104.084000', '125104.086000', '125104.089000', '125104.092000', '125104.095000', '125104.098000', '125104.101000', '125104.104000', '125104.107000', '125104.110000', '125104.113000', '125104.116000', '125104.119000', '125104.121000', '125104.124000', '125123.984000', '125123.987000', '125123.990000', '125123.993000', '125123.996000', '125124.000000', '125124.003000', '125124.006000', '125124.009000', '125124.011000', '125124.014000', '125124.017000', '125124.020000', '125124.023000', '125124.026000', '125124.029000', '125124.032000', '125124.035000', '125124.038000', '125124.040000', '125124.043000', '125124.046000', '125124.053000', '125124.056000', '125124.059000', '125124.062000', '125124.065000', '125124.068000', '125124.071000', '125124.074000', '125124.076000', '125124.079000', '125124.082000', '125124.091000', '125124.094000', '125124.097000', '125124.100000', '125124.103000', '125124.106000', '125124.109000', '125124.112000', '125124.115000', '125124.117000', '125143.984000', '125143.987000', '125143.990000', '125143.993000', '125143.996000', '125144.000000', '125144.003000', '125144.006000', '125144.009000', '125144.011000', '125144.014000', '125144.017000', '125144.020000', '125144.023000', '125144.026000', '125144.029000', '125144.032000', '125144.034000', '125144.041000', '125144.044000', '125144.047000', '125144.050000', '125144.070000', '125144.073000', '125144.076000', '125144.078000', '125144.081000', '125144.084000', '125144.087000', '125144.090000', '125144.093000', '125144.096000', '125144.099000', '125144.102000', '125144.104000', '125144.107000', '125144.110000', '125144.114000', '125144.117000', '125144.120000', '125144.123000', '125144.126000', '125144.129000', '125144.132000', '125203.984000', '125203.987000', '125203.990000', '125203.993000', '125203.996000', '125204.000000', '125204.003000', '125204.006000', '125204.009000', '125204.012000', '125204.015000', '125204.018000', '125204.021000', '125204.024000', '125204.027000', '125204.030000', '125204.033000', '125204.036000', '125204.039000', '125204.041000', '125204.044000', '125204.047000', '125204.050000', '125204.053000', '125204.056000', '125204.059000', '125204.062000', '125204.065000', '125204.068000', '125204.071000', '125204.074000', '125204.078000', '125204.081000', '125204.084000', '125204.086000', '125204.089000', '125204.092000', '125204.095000', '125204.098000', '125204.101000', '125204.104000', '125204.107000', '125204.110000', '125223.984000', '125223.987000', '125223.990000', '125223.993000', '125223.996000', '125224.000000', '125224.003000', '125224.006000', '125224.008000', '125224.011000', '125224.014000', '125224.017000', '125224.020000', '125224.023000', '125224.026000', '125224.029000', '125224.032000', '125224.034000', '125224.038000', '125224.040000', '125224.043000', '125224.046000', '125224.049000', '125224.052000', '125224.055000', '125224.058000', '125224.061000', '125224.064000', '125224.066000', '125224.069000', '125224.072000', '125224.075000', '125224.078000', '125224.081000', '125224.084000', '125224.087000', '125224.090000', '125224.093000', '125224.096000', '125224.098000', '125224.101000', '125224.104000', '125224.107000', '125224.110000', '125243.986000', '125243.989000', '125243.992000', '125243.995000', '125243.998000', '125244.002000', '125244.005000', '125244.008000', '125244.011000', '125244.013000', '125244.016000', '125244.019000', '125244.022000', '125244.025000', '125244.028000', '125244.031000', '125244.034000', '125244.037000', '125244.039000', '125244.042000', '125244.045000', '125244.048000', '125244.051000', '125244.054000', '125244.057000', '125244.060000', '125244.063000', '125244.066000', '125244.069000', '125244.071000', '125244.074000', '125244.077000', '125244.080000', '125244.083000', '125244.086000', '125244.089000', '125244.092000', '125244.095000', '125244.097000', '125244.100000', '125244.103000', '125244.106000', '125244.109000', '125303.984000', '125303.987000', '125303.990000', '125303.993000', '125303.996000', '125304.000000', '125304.003000', '125304.006000', '125304.008000', '125304.011000', '125304.014000', '125304.017000', '125304.020000', '125304.023000', '125304.026000', '125304.029000', '125304.032000', '125304.035000', '125304.037000', '125304.040000', '125304.043000', '125304.046000', '125304.049000', '125304.052000', '125304.055000', '125304.058000', '125304.061000', '125304.064000', '125304.066000', '125304.070000', '125304.072000', '125304.075000', '125304.078000', '125304.090000', '125304.093000', '125304.096000', '125304.098000', '125304.102000', '125304.104000', '125304.107000', '125304.110000', '125304.113000', '125304.116000', '125304.119000', '125323.984000', '125323.987000', '125323.990000', '125323.993000', '125323.996000', '125324.000000', '125324.003000', '125324.006000', '125324.008000', '125324.011000', '125324.014000', '125324.017000', '125324.020000', '125324.023000', '125324.026000', '125324.029000', '125324.032000', '125324.035000', '125324.037000', '125324.040000', '125324.043000', '125324.047000', '125324.050000', '125324.054000', '125324.056000', '125324.059000', '125324.062000', '125324.065000', '125324.068000', '125324.071000', '125324.074000', '125324.077000', '125324.079000', '125324.082000', '125324.085000', '125324.088000', '125324.091000', '125324.094000', '125324.097000', '125324.100000', '125324.103000', '125324.106000', '125324.108000', '125343.984000', '125343.987000', '125343.990000', '125343.993000', '125343.996000', '125344.000000', '125344.003000', '125344.005000', '125344.009000', '125344.011000', '125344.015000', '125344.018000', '125344.021000', '125344.024000', '125344.027000', '125344.030000', '125344.033000', '125344.044000', '125344.047000', '125344.050000', '125344.053000', '125344.055000', '125344.058000', '125344.061000', '125344.064000', '125344.067000', '125344.070000', '125344.073000', '125344.076000', '125344.079000', '125344.081000', '125344.084000', '125344.087000', '125344.090000', '125344.093000', '125344.096000', '125344.099000', '125344.102000', '125344.105000', '125344.107000', '125344.110000', '125344.113000', '125344.116000', '125344.119000', '125403.985000', '125403.988000', '125403.991000', '125403.994000', '125403.997000', '125404.000000', '125404.003000', '125404.006000', '125404.009000', '125404.012000', '125404.015000', '125404.017000', '125404.020000', '125404.023000', '125404.026000', '125404.029000', '125404.032000', '125404.035000', '125404.038000', '125404.041000', '125404.044000', '125404.046000', '125404.049000', '125404.052000', '125404.055000', '125404.058000', '125404.061000', '125404.064000', '125404.067000', '125404.070000', '125404.073000', '125404.075000', '125404.078000', '125404.081000', '125404.084000', '125404.087000', '125404.090000', '125404.093000', '125404.096000', '125404.099000', '125404.102000', '125404.105000', '125404.108000', '125423.984000', '125423.987000', '125423.990000', '125424.001000', '125424.004000', '125424.007000', '125424.010000', '125424.013000', '125424.016000', '125424.018000', '125424.021000', '125424.024000', '125424.027000', '125424.030000', '125424.033000', '125424.036000', '125424.045000', '125424.048000', '125424.051000', '125424.054000', '125424.057000', '125424.060000', '125424.063000', '125424.066000', '125424.069000', '125424.071000', '125424.074000', '125424.077000', '125424.080000', '125424.083000', '125424.086000', '125424.089000', '125424.092000', '125424.095000', '125424.098000', '125424.101000', '125424.103000', '125424.106000', '125424.109000', '125424.112000', '125424.115000', '125424.118000', '125424.121000', '125424.132000', '125443.984000', '125443.987000', '125443.990000', '125443.993000', '125443.996000', '125444.000000', '125444.003000', '125444.006000', '125444.008000', '125444.012000', '125444.014000', '125444.017000', '125444.020000', '125444.023000', '125444.026000', '125444.029000', '125444.032000', '125444.035000', '125444.038000', '125444.040000', '125444.043000', '125444.046000', '125444.049000', '125444.052000', '125444.055000', '125444.058000', '125444.061000', '125444.064000', '125444.066000', '125444.070000', '125444.073000', '125444.075000', '125444.078000', '125444.081000', '125444.084000', '125444.088000', '125444.091000', '125444.094000', '125444.097000', '125444.100000', '125444.103000', '125444.106000', '125444.109000', '125503.984000', '125503.987000', '125503.990000', '125503.993000', '125503.996000', '125504.000000', '125504.003000', '125504.006000', '125504.008000', '125504.011000', '125504.014000', '125504.017000', '125504.020000', '125504.023000', '125504.026000', '125504.029000', '125504.032000', '125504.034000', '125504.038000', '125504.040000', '125504.043000', '125504.046000', '125504.049000', '125504.053000', '125504.056000', '125504.059000', '125504.062000', '125504.065000', '125504.068000', '125504.070000', '125504.073000', '125504.076000', '125504.079000', '125504.082000', '125504.085000', '125504.088000', '125504.091000', '125504.094000', '125504.097000', '125504.100000', '125504.102000', '125504.105000', '125504.108000', '125504.111000', '125523.984000', '125523.991000', '125523.994000', '125523.997000', '125524.001000', '125524.004000', '125524.007000', '125524.010000', '125524.013000', '125524.016000', '125524.018000', '125524.021000', '125524.024000', '125524.027000', '125524.030000', '125524.033000', '125524.036000', '125524.039000', '125524.042000', '125524.045000', '125524.048000', '125524.050000', '125524.053000', '125524.056000', '125524.059000', '125524.062000', '125524.065000', '125524.068000', '125524.071000', '125524.074000', '125524.077000', '125524.079000', '125524.082000', '125524.085000', '125524.088000', '125524.091000', '125524.094000', '125524.097000', '125524.100000', '125524.103000', '125524.106000', '125524.109000', '125524.112000', '125543.984000', '125543.987000', '125543.990000', '125543.993000', '125543.996000', '125544.000000', '125544.003000', '125544.006000', '125544.009000', '125544.012000', '125544.015000', '125544.017000', '125544.020000', '125544.023000', '125544.026000', '125544.029000', '125544.032000', '125544.035000', '125544.038000', '125544.041000', '125544.043000', '125544.046000', '125544.049000', '125544.052000', '125544.055000', '125544.058000', '125544.078000', '125544.081000', '125544.084000', '125544.096000', '125544.099000', '125544.102000', '125544.105000', '125544.108000', '125544.110000', '125544.113000', '125544.116000', '125544.119000', '125544.122000', '125544.125000', '125544.128000', '125544.131000', '125544.134000', '125544.137000', '125552.282000', '125552.286000', '125552.289000', '125552.292000', '125552.295000', '125552.299000', '125552.303000', '125552.306000', '125552.310000', '125552.314000', '125552.317000', '125552.320000', '125552.324000', '125552.327000', '125552.330000', '125552.333000', '125552.336000', '125552.339000'], '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': [12484, 14324, 12900, 12302, 14939, 13331, 12603, 15452, 12970, 11833, 12356, 12151, 13694, 13424, 12735, 14943, 13286, 11970, 13305, 12184, 12521, 15615, 13083, 12440, 15508, 12688, 11614, 14128, 12242, 11513, 14113, 13018, 12634, 15326, 12676, 11570, 13566, 12471, 11853, 13029, 13107, 13263, 13634, 13007, 12604, 12599, 12602, 13567, 12717, 13255, 14783, 13535, 12830, 15628, 12902, 11975, 15112, 12962, 13491, 15089, 12898, 13747, 12160, 12338, 14371, 12136, 12632, 15386, 12897, 11982, 15000, 12634, 11965, 14575, 13080, 14165, 12651, 12487, 14115, 12799, 12449, 14426, 12897, 12980, 14729, 13252, 11345, 12174, 12701, 13948, 12294, 13211, 15313, 12699, 12959, 15911, 12447, 11947, 14408, 12960, 13720, 13839, 12960, 15275, 11859, 12165, 14473, 12618, 12661, 15246, 12822, 12625, 15262, 12551, 11879, 15380, 12996, 12859, 15605, 13144, 12474, 14547, 12690, 12152, 15098, 13255, 12840, 15501, 13156, 12497, 13256, 13004, 11763, 12302, 12980, 13405, 12453, 12659, 14157, 11392, 12512, 13772, 11473, 12736, 14400, 11970, 12297, 14570, 11868, 12462, 14282, 11914, 12726, 14392, 13324, 13057, 13601, 11595, 12654, 13075, 12180, 13389, 12756, 15230, 13583, 13901, 12098, 13071, 12678, 12541, 13349, 12992, 15203, 13483, 15003, 12045, 12327, 13662, 11695, 12909, 14148, 14273, 12926, 14755, 11560, 12483, 13693, 11456, 12952, 14504, 11666, 12664, 14310, 11430, 12479, 13355, 11289, 13141, 15074, 12815, 12681, 14812, 12994, 12360, 14847, 13574, 12889, 16085, 13071, 12369, 15157, 13081, 11988, 14876, 13300, 12462, 15203, 12761, 11369, 11579, 12170, 13438, 11743, 12786, 14928, 12507, 12651, 14101, 12828, 12288, 14348, 13049, 12937, 14958, 13217, 14698, 12902, 12433, 14337, 12898, 12955, 15081, 13536, 13009, 15318, 13085, 12479, 14187, 13273, 13130, 13638, 13384, 14873, 12649, 12443, 14513, 12184, 12147, 15035, 12946, 12694, 16379, 12836, 12688, 11582, 12223, 14088, 11959, 13078, 14974, 12306, 12801, 15801, 12453, 11908, 15210, 13100, 12654, 15966, 13171, 12583, 14975, 12856, 11848, 14735, 13279, 12675, 14913, 13062, 12477, 14427, 12808, 12080, 14616, 12697, 12571, 13256, 12619, 12584, 11670, 12604, 14087, 11200, 12693, 14658, 11922, 12463, 14317, 11976, 12948, 14158, 11335, 13042, 13704, 12584, 12952, 13884, 12913, 13369, 14795, 13489, 14418, 12368, 12773, 14983, 12916, 13211, 15067, 12255, 13145, 15159, 11827, 12642, 14938, 13578, 13029, 14154, 12590, 13032, 15063, 12145, 12748, 15227, 12660, 12811, 15256, 12691, 12677, 15252, 12768, 12643, 15307, 12550, 13008, 14948, 12074, 13262, 14552, 12772, 12843, 14781, 12885, 13302, 15671, 13152, 13496, 12457, 13072, 14158, 14865, 12993, 15131, 17327, 12974, 15808, 11537, 12589, 14359, 11813, 12651, 15414, 17504, 13518, 14524, 15732, 12385, 11658, 15510, 12971, 12505, 15618, 12898, 12283, 14837, 12780, 12708, 14253, 13038, 12855, 15177, 13295, 13307, 14877, 13438, 13297, 14233, 13079, 13600, 14916, 13021, 13704, 16253, 12718, 13262, 15716, 12422, 12327, 15418, 12697, 12548, 16198, 12592, 12494, 12157, 12836, 13411, 16387, 12930, 13612, 16310, 13273, 12532, 15098, 13207, 12792, 15304, 12856, 13098, 15522, 13012, 13124, 14885, 13089, 12784, 14766, 13403, 13268, 16078, 13093, 15306, 11846, 12470, 14689, 11226, 12704, 15616, 13013, 12750, 15644, 13510, 12605, 13458, 16982, 12992, 12286, 16397, 12974, 12130, 15737, 13081, 12138, 15401, 13559, 12304, 12706, 13244, 12398, 13135, 13999, 13148, 12929, 15353, 13235, 10996, 13144, 13278, 12812, 14872, 11957, 12911, 16387, 11878, 12528, 14518, 14922, 12221, 13709, 14857, 13069, 15808, 13174, 11471, 12373, 10237, 12315, 13129, 14722, 15360, 12866, 15146, 13294, 12725, 15207, 12697, 12851, 15285, 13087, 11017, 13398, 10573, 11548, 14986, 12255, 14400, 11620, 9779, 12474, 10929, 15912, 12639, 13348, 13128, 12699, 12550, 11966, 16695, 12801, 12360, 14144, 12280, 12638, 14647, 12480, 12159, 15137, 12833, 12820, 16738, 13464, 13717, 12531, 10247, 11736, 12536, 13928, 13389, 13086, 15549, 13017, 12687, 13911, 10798, 12425, 14070, 10797, 12878, 15303, 10894, 12579, 16051, 11373, 12212, 15195, 10978, 12872, 16037, 12195, 12491, 16229, 11256, 12240, 14861, 17006, 13093, 14579, 17278, 12877, 12060, 16774, 12944, 12487, 17619, 13248, 13725, 16921, 12511, 12540, 16274, 12940, 15627, 16849, 12562, 15657, 11373, 11981, 15591, 11683, 12169, 16295, 11881, 12588, 16592, 12163, 11689, 16224, 12672, 12328, 16954, 12503, 12026, 16724, 12744, 11584, 16842, 13235, 12873, 17289, 12724, 15350, 12522, 11676, 17222, 13155, 12322, 17778, 13313, 14286, 17630, 12290, 13080, 17206, 12279, 13390, 17900, 13895, 15879, 11726, 11540, 15797, 13612, 11727, 15071, 17055, 12208, 16436, 11894, 11318, 15127, 12409, 11720, 16470, 12916, 12788, 17035, 11997, 11234, 16556, 12818, 11294, 17252, 12002, 10790, 16879, 12695, 10866, 15929, 11915, 10984, 15634, 11657, 10442, 16309, 11722, 11238, 16964, 12235, 11981, 18578, 10809, 10880, 11680, 11592, 15745, 13766, 11963, 17300, 11984, 10770, 15386, 11525, 14959, 16639, 12439, 12544, 16352, 12336, 11397, 16293, 12113, 11147, 15894, 12804, 11903, 16641, 12439, 12309, 15909, 11957, 12095, 16655, 12330, 12503, 16240, 12407, 15126, 11649, 11740, 14881, 11929, 11945, 16412, 12480, 15186, 11973, 11863, 15393, 11787, 14643, 12001, 12263, 17234, 13518, 15242, 17198, 11943, 14372, 12251, 11983, 15941, 17587, 13604, 14647, 15892, 11648, 12245, 14967, 11749, 13699, 17368, 12210, 14158, 12140, 11703, 14682, 12335, 11147, 15508, 12121, 15726, 13011, 11809, 16983, 11990, 11734, 16581, 12613, 11579, 15935, 14047, 12025, 11467, 16168, 12188, 11487, 16849, 12458, 12286, 14177, 12023, 10996, 14621, 12444, 11534, 15715, 12427, 14794, 11450, 11899, 13278, 11201, 12234, 14240, 11745, 12585, 15600, 12686, 11872, 15587, 12861, 12032, 16427, 12758, 12079, 16191, 12714, 12356, 15759, 12354, 12469, 16793, 12239, 12148, 16619, 12162, 15481, 15058, 12315, 16664, 12115, 11459, 17189, 12170, 13230, 18093, 12373, 13931, 17047, 11728, 11572, 17097, 12388, 13134, 17540, 12520, 15145, 11580, 12049, 15236, 12119, 12117, 16299, 13170, 13382, 17706, 12483, 12489, 14978, 12699, 15508, 13612, 12510, 16084, 11997, 11676, 15810, 11818, 12063, 17186, 12352, 15179, 14211, 11984, 15393, 14888, 12253, 16260, 11184, 12322, 17193, 12115, 11575, 17067, 12261, 12965, 17666, 12517, 14780, 17534, 12347, 12949, 17523, 12689, 13212, 16851, 12867, 15677, 11731, 12142, 16003, 12014, 11862, 16700, 11204, 12229, 17444, 11922, 11964, 16672, 12034, 11490, 17315, 12001, 12377, 17780, 12383, 13010, 11270, 11919, 15120, 13738, 12417, 16161, 15930, 12536, 15202, 11817, 11698, 14959, 11660, 12247, 16814, 12095, 12109, 16966, 12516, 11525, 16918, 11989, 12023, 16696, 10940, 12043, 15793, 11588, 11646, 15765, 12042, 11959, 16500, 11497, 11963, 17022, 12140, 12726, 17629, 12184, 12096, 17008, 12529, 13137, 17465, 12339, 14835, 11976, 11907, 14929, 11790, 12032, 16542, 12236, 12275, 17340, 12098, 11234, 13187, 12083, 15445, 15688, 12139, 16491, 11339, 11551, 16443, 11691, 12013, 17203, 11692, 11840, 16749, 12103, 11540, 16847, 12227, 13804, 17008, 12348, 15067, 11207, 11895, 15991, 11207, 12440, 17490, 12358, 12717, 18319, 12597, 12822, 18064, 12456, 13119, 18056, 12631, 15189, 11552, 11826, 14662, 14462, 12248, 15477, 13342, 12178, 16519, 11776, 11733, 16625, 12075, 12108, 17203, 12048, 12062, 16247, 12198, 12554, 16549, 12413, 14232, 17443, 12453, 12923, 12215, 12324, 13859, 11735, 12578, 16618, 12015, 12661, 17167, 12321, 11865, 17094, 12275, 11904, 18291, 12127, 13841, 15441, 11671, 13800, 16798, 12088, 15033, 15005, 12144, 16140, 12049, 11616, 16770, 11999, 12158, 17103, 12427, 12271, 17266, 12413, 11391, 16501, 12590, 12275, 17587, 12436, 14554, 10887, 12216, 15284, 12386, 12412, 17220, 12387, 13912, 11152, 11725, 16414, 11134, 11760, 17619, 11899, 14340, 11491, 11497, 16654, 11747, 11775, 18266, 12112, 15617, 11672, 11421, 16717, 11926, 11817, 17044, 12329, 12268, 16437, 12116, 14074, 16463, 11733, 15242, 14546, 12191, 17416, 12551, 11581, 16699, 11945, 12852, 17162, 12242, 15971, 11730, 11733, 16628, 11908, 12636, 17935, 10535, 15118, 11756, 10788, 11588, 10535, 11447, 11641, 16415, 17403, 12465, 14853, 15909, 12432, 15393, 12363, 11678, 15596, 12034], 'WindowCenter': [4433.0, 4427.0, 4401.0, 4390.0, 4409.0, 4387.0, 4375.0, 4395.0, 4372.0, 4362.0, 4372.0, 4362.0, 4370.0, 4370.0, 4371.0, 4382.0, 4372.0, 4363.0, 4381.0, 4372.0, 4373.0, 4382.0, 4371.0, 4360.0, 4378.0, 4360.0, 4362.0, 4379.0, 4359.0, 4360.0, 4370.0, 4370.0, 4360.0, 4379.0, 4369.0, 4362.0, 4370.0, 4370.0, 4361.0, 4369.0, 4369.0, 4372.0, 4369.0, 4370.0, 4370.0, 4372.0, 4372.0, 4382.0, 4370.0, 4370.0, 4382.0, 4369.0, 4372.0, 4394.0, 4373.0, 4363.0, 4381.0, 4370.0, 4371.0, 4380.0, 4372.0, 4381.0, 4371.0, 4372.0, 4382.0, 4371.0, 4372.0, 4382.0, 4371.0, 4362.0, 4393.0, 4370.0, 4362.0, 4379.0, 4371.0, 4382.0, 4370.0, 4372.0, 4382.0, 4370.0, 4372.0, 4382.0, 4370.0, 4369.0, 4381.0, 4371.0, 4363.0, 4374.0, 4385.0, 4395.0, 4373.0, 4384.0, 4394.0, 4383.0, 4385.0, 4406.0, 4385.0, 4375.0, 4383.0, 4383.0, 4382.0, 4382.0, 4383.0, 4395.0, 4373.0, 4385.0, 4395.0, 4373.0, 4384.0, 4393.0, 4372.0, 4375.0, 4395.0, 4384.0, 4374.0, 4394.0, 4382.0, 4372.0, 4391.0, 4382.0, 4373.0, 4393.0, 4384.0, 4374.0, 4393.0, 4382.0, 4373.0, 4390.0, 4373.0, 4374.0, 4372.0, 4382.0, 4363.0, 4359.0, 4381.0, 4382.0, 4372.0, 4373.0, 4384.0, 4361.0, 4373.0, 4384.0, 4362.0, 4382.0, 4383.0, 4362.0, 4373.0, 4395.0, 4361.0, 4374.0, 4395.0, 4362.0, 4372.0, 4382.0, 4371.0, 4370.0, 4382.0, 4360.0, 4383.0, 4370.0, 4360.0, 4380.0, 4370.0, 4390.0, 4382.0, 4384.0, 4373.0, 4383.0, 4374.0, 4371.0, 4380.0, 4371.0, 4391.0, 4383.0, 4395.0, 4374.0, 4384.0, 4384.0, 4361.0, 4371.0, 4381.0, 4380.0, 4372.0, 4393.0, 4362.0, 4372.0, 4383.0, 4360.0, 4382.0, 4382.0, 4361.0, 4371.0, 4382.0, 4362.0, 4372.0, 4383.0, 4361.0, 4382.0, 4393.0, 4372.0, 4384.0, 4393.0, 4383.0, 4374.0, 4394.0, 4383.0, 4372.0, 4393.0, 4372.0, 4374.0, 4393.0, 4382.0, 4374.0, 4381.0, 4382.0, 4372.0, 4380.0, 4371.0, 4362.0, 4361.0, 4372.0, 4383.0, 4373.0, 4384.0, 4394.0, 4372.0, 4373.0, 4384.0, 4383.0, 4374.0, 4384.0, 4381.0, 4384.0, 4393.0, 4383.0, 4396.0, 4384.0, 4385.0, 4395.0, 4383.0, 4384.0, 4392.0, 4382.0, 4384.0, 4395.0, 4385.0, 4384.0, 4394.0, 4383.0, 4384.0, 4382.0, 4384.0, 4397.0, 4386.0, 4387.0, 4396.0, 4384.0, 4375.0, 4395.0, 4384.0, 4385.0, 4404.0, 4385.0, 4385.0, 4374.0, 4373.0, 4382.0, 4361.0, 4371.0, 4382.0, 4372.0, 4384.0, 4395.0, 4383.0, 4374.0, 4392.0, 4381.0, 4373.0, 4392.0, 4372.0, 4373.0, 4393.0, 4384.0, 4374.0, 4382.0, 4382.0, 4371.0, 4379.0, 4370.0, 4361.0, 4381.0, 4371.0, 4371.0, 4382.0, 4372.0, 4372.0, 4372.0, 4373.0, 4373.0, 4363.0, 4385.0, 4397.0, 4362.0, 4384.0, 4393.0, 4363.0, 4374.0, 4384.0, 4363.0, 4383.0, 4384.0, 4362.0, 4371.0, 4383.0, 4372.0, 4384.0, 4384.0, 4384.0, 4396.0, 4397.0, 4398.0, 4409.0, 4388.0, 4399.0, 4411.0, 4386.0, 4386.0, 4396.0, 4373.0, 4374.0, 4395.0, 4373.0, 4387.0, 4409.0, 4384.0, 4385.0, 4383.0, 4371.0, 4371.0, 4393.0, 4385.0, 4384.0, 4406.0, 4385.0, 4385.0, 4394.0, 4383.0, 4386.0, 4407.0, 4387.0, 4387.0, 4397.0, 4374.0, 4386.0, 4395.0, 4373.0, 4384.0, 4395.0, 4385.0, 4386.0, 4395.0, 4383.0, 4395.0, 4406.0, 4387.0, 4397.0, 4387.0, 4397.0, 4398.0, 4395.0, 4385.0, 4396.0, 4405.0, 4386.0, 4406.0, 4374.0, 4385.0, 4394.0, 4372.0, 4382.0, 4394.0, 4403.0, 4372.0, 4382.0, 4390.0, 4371.0, 4362.0, 4381.0, 4370.0, 4360.0, 4380.0, 4368.0, 4360.0, 4381.0, 4370.0, 4372.0, 4381.0, 4372.0, 4384.0, 4394.0, 4382.0, 4385.0, 4394.0, 4384.0, 4386.0, 4395.0, 4397.0, 4397.0, 4397.0, 4386.0, 4396.0, 4406.0, 4385.0, 4386.0, 4395.0, 4384.0, 4385.0, 4393.0, 4371.0, 4373.0, 4393.0, 4373.0, 4374.0, 4373.0, 4385.0, 4398.0, 4406.0, 4385.0, 4385.0, 4392.0, 4372.0, 4373.0, 4392.0, 4384.0, 4386.0, 4394.0, 4383.0, 4384.0, 4393.0, 4383.0, 4385.0, 4406.0, 4396.0, 4397.0, 4397.0, 4396.0, 4397.0, 4407.0, 4397.0, 4407.0, 4388.0, 4400.0, 4406.0, 4375.0, 4386.0, 4407.0, 4384.0, 4373.0, 4397.0, 4383.0, 4373.0, 4385.0, 4404.0, 4371.0, 4372.0, 4391.0, 4371.0, 4362.0, 4390.0, 4396.0, 4403.0, 4408.0, 4399.0, 4387.0, 4384.0, 4396.0, 4399.0, 4397.0, 4396.0, 4400.0, 4401.0, 4411.0, 4400.0, 4380.0, 4400.0, 4400.0, 4401.0, 4424.0, 4391.0, 4402.0, 4422.0, 4365.0, 4372.0, 4386.0, 4383.0, 4374.0, 4386.0, 4395.0, 4386.0, 4407.0, 4372.0, 4362.0, 4372.0, 4351.0, 4372.0, 4374.0, 4398.0, 4395.0, 4374.0, 4385.0, 4371.0, 4372.0, 4384.0, 4361.0, 4361.0, 4396.0, 4374.0, 4367.0, 4401.0, 4381.0, 4390.0, 4408.0, 4358.0, 4369.0, 4362.0, 4341.0, 4373.0, 4367.0, 4397.0, 4363.0, 4372.0, 4372.0, 4385.0, 4376.0, 4377.0, 4398.0, 4361.0, 4349.0, 4358.0, 4348.0, 4358.0, 4371.0, 4361.0, 4373.0, 4383.0, 4373.0, 4373.0, 4392.0, 4372.0, 4385.0, 4374.0, 4355.0, 4376.0, 4387.0, 4399.0, 4387.0, 4387.0, 4409.0, 4386.0, 4389.0, 4397.0, 4377.0, 4387.0, 4397.0, 4364.0, 4384.0, 4396.0, 4366.0, 4389.0, 4410.0, 4378.0, 4387.0, 4409.0, 4365.0, 4385.0, 4407.0, 4376.0, 4387.0, 4408.0, 4365.0, 4375.0, 4396.0, 4405.0, 4383.0, 4396.0, 4405.0, 4386.0, 4375.0, 4405.0, 4384.0, 4374.0, 4404.0, 4386.0, 4396.0, 4406.0, 4387.0, 4386.0, 4406.0, 4385.0, 4406.0, 4405.0, 4376.0, 4396.0, 4374.0, 4374.0, 4395.0, 4362.0, 4372.0, 4395.0, 4363.0, 4374.0, 4408.0, 4374.0, 4377.0, 4405.0, 4373.0, 4375.0, 4404.0, 4386.0, 4388.0, 4407.0, 4386.0, 4378.0, 4406.0, 4384.0, 4385.0, 4405.0, 4386.0, 4407.0, 4386.0, 4388.0, 4417.0, 4385.0, 4386.0, 4406.0, 4386.0, 4398.0, 4408.0, 4376.0, 4386.0, 4403.0, 4362.0, 4372.0, 4403.0, 4384.0, 4405.0, 4374.0, 4374.0, 4395.0, 4372.0, 4360.0, 4382.0, 4390.0, 4361.0, 4394.0, 4362.0, 4361.0, 4383.0, 4371.0, 4361.0, 4392.0, 4360.0, 4373.0, 4393.0, 4360.0, 4362.0, 4391.0, 4370.0, 4350.0, 4392.0, 4362.0, 4350.0, 4391.0, 4370.0, 4350.0, 4391.0, 4359.0, 4351.0, 4381.0, 4350.0, 4351.0, 4392.0, 4361.0, 4362.0, 4393.0, 4361.0, 4363.0, 4417.0, 4366.0, 4352.0, 4360.0, 4360.0, 4393.0, 4371.0, 4361.0, 4405.0, 4374.0, 4364.0, 4395.0, 4362.0, 4395.0, 4393.0, 4359.0, 4361.0, 4380.0, 4361.0, 4362.0, 4392.0, 4363.0, 4362.0, 4391.0, 4369.0, 4362.0, 4391.0, 4372.0, 4374.0, 4394.0, 4375.0, 4377.0, 4394.0, 4375.0, 4375.0, 4395.0, 4375.0, 4397.0, 4378.0, 4376.0, 4395.0, 4376.0, 4376.0, 4406.0, 4386.0, 4398.0, 4388.0, 4389.0, 4409.0, 4390.0, 4409.0, 4376.0, 4387.0, 4408.0, 4386.0, 4408.0, 4419.0, 4377.0, 4399.0, 4375.0, 4373.0, 4405.0, 4405.0, 4371.0, 4384.0, 4393.0, 4374.0, 4376.0, 4383.0, 4362.0, 4384.0, 4392.0, 4362.0, 4383.0, 4373.0, 4373.0, 4393.0, 4373.0, 4365.0, 4395.0, 4373.0, 4395.0, 4376.0, 4364.0, 4405.0, 4363.0, 4363.0, 4394.0, 4360.0, 4349.0, 4380.0, 4368.0, 4358.0, 4349.0, 4379.0, 4359.0, 4362.0, 4389.0, 4361.0, 4361.0, 4370.0, 4360.0, 4354.0, 4382.0, 4373.0, 4362.0, 4382.0, 4373.0, 4394.0, 4363.0, 4375.0, 4384.0, 4363.0, 4373.0, 4385.0, 4363.0, 4375.0, 4407.0, 4387.0, 4389.0, 4397.0, 4386.0, 4388.0, 4421.0, 4389.0, 4390.0, 4408.0, 4387.0, 4388.0, 4404.0, 4386.0, 4386.0, 4418.0, 4388.0, 4388.0, 4419.0, 4389.0, 4409.0, 4407.0, 4388.0, 4422.0, 4389.0, 4379.0, 4419.0, 4376.0, 4385.0, 4405.0, 4374.0, 4385.0, 4406.0, 4376.0, 4376.0, 4403.0, 4374.0, 4384.0, 4404.0, 4374.0, 4395.0, 4375.0, 4376.0, 4396.0, 4376.0, 4376.0, 4405.0, 4386.0, 4398.0, 4417.0, 4388.0, 4388.0, 4395.0, 4386.0, 4408.0, 4384.0, 4385.0, 4409.0, 4387.0, 4389.0, 4410.0, 4377.0, 4386.0, 4418.0, 4389.0, 4410.0, 4407.0, 4388.0, 4410.0, 4409.0, 4387.0, 4408.0, 4375.0, 4388.0, 4421.0, 4390.0, 4389.0, 4419.0, 4386.0, 4388.0, 4418.0, 4376.0, 4397.0, 4418.0, 4387.0, 4387.0, 4416.0, 4386.0, 4385.0, 4406.0, 4386.0, 4407.0, 4378.0, 4389.0, 4408.0, 4387.0, 4376.0, 4406.0, 4364.0, 4376.0, 4409.0, 4376.0, 4376.0, 4407.0, 4386.0, 4377.0, 4403.0, 4374.0, 4374.0, 4416.0, 4385.0, 4388.0, 4378.0, 4388.0, 4409.0, 4385.0, 4375.0, 4405.0, 4405.0, 4376.0, 4406.0, 4376.0, 4387.0, 4406.0, 4373.0, 4373.0, 4408.0, 4374.0, 4376.0, 4406.0, 4385.0, 4377.0, 4406.0, 4362.0, 4372.0, 4393.0, 4352.0, 4372.0, 4393.0, 4362.0, 4375.0, 4394.0, 4374.0, 4373.0, 4405.0, 4375.0, 4378.0, 4416.0, 4388.0, 4387.0, 4416.0, 4376.0, 4374.0, 4406.0, 4375.0, 4384.0, 4406.0, 4375.0, 4397.0, 4377.0, 4376.0, 4395.0, 4363.0, 4374.0, 4406.0, 4374.0, 4384.0, 4417.0, 4388.0, 4380.0, 4397.0, 4386.0, 4407.0, 4406.0, 4386.0, 4420.0, 4378.0, 4388.0, 4409.0, 4377.0, 4386.0, 4407.0, 4376.0, 4377.0, 4418.0, 4389.0, 4388.0, 4419.0, 4387.0, 4399.0, 4418.0, 4390.0, 4410.0, 4377.0, 4390.0, 4409.0, 4376.0, 4388.0, 4418.0, 4387.0, 4389.0, 4420.0, 4389.0, 4387.0, 4407.0, 4375.0, 4386.0, 4405.0, 4376.0, 4397.0, 4375.0, 4377.0, 4397.0, 4393.0, 4374.0, 4396.0, 4384.0, 4374.0, 4417.0, 4376.0, 4387.0, 4406.0, 4387.0, 4386.0, 4405.0, 4376.0, 4388.0, 4409.0, 4387.0, 4388.0, 4407.0, 4388.0, 4397.0, 4416.0, 4388.0, 4387.0, 4388.0, 4389.0, 4400.0, 4378.0, 4387.0, 4418.0, 4387.0, 4388.0, 4419.0, 4386.0, 4389.0, 4408.0, 4375.0, 4377.0, 4416.0, 4376.0, 4397.0, 4407.0, 4376.0, 4398.0, 4406.0, 4374.0, 4394.0, 4395.0, 4375.0, 4408.0, 4388.0, 4389.0, 4421.0, 4375.0, 4377.0, 4407.0, 4376.0, 4387.0, 4419.0, 4388.0, 4377.0, 4407.0, 4387.0, 4388.0, 4418.0, 4390.0, 4410.0, 4380.0, 4389.0, 4410.0, 4388.0, 4389.0, 4420.0, 4387.0, 4400.0, 4379.0, 4390.0, 4420.0, 4377.0, 4376.0, 4406.0, 4376.0, 4397.0, 4377.0, 4390.0, 4418.0, 4377.0, 4375.0, 4406.0, 4375.0, 4395.0, 4376.0, 4378.0, 4409.0, 4365.0, 4362.0, 4393.0, 4360.0, 4373.0, 4405.0, 4374.0, 4397.0, 4405.0, 4374.0, 4395.0, 4383.0, 4362.0, 4405.0, 4373.0, 4364.0, 4406.0, 4373.0, 4373.0, 4402.0, 4362.0, 4391.0, 4362.0, 4363.0, 4405.0, 4374.0, 4375.0, 4403.0, 4352.0, 4383.0, 4363.0, 4351.0, 4364.0, 4365.0, 4378.0, 4389.0, 4422.0, 4406.0, 4362.0, 4383.0, 4391.0, 4362.0, 4393.0, 4373.0, 4373.0, 4394.0, 4361.0], 'WindowWidth': [9765.0, 9746.0, 9699.0, 9680.0, 9707.0, 9667.0, 9651.0, 9682.0, 9642.0, 9629.0, 9639.0, 9624.0, 9637.0, 9633.0, 9636.0, 9657.0, 9640.0, 9633.0, 9655.0, 9641.0, 9644.0, 9659.0, 9635.0, 9623.0, 9648.0, 9620.0, 9625.0, 9649.0, 9619.0, 9622.0, 9637.0, 9633.0, 9621.0, 9653.0, 9634.0, 9627.0, 9635.0, 9633.0, 9623.0, 9633.0, 9632.0, 9641.0, 9634.0, 9636.0, 9639.0, 9639.0, 9639.0, 9657.0, 9635.0, 9636.0, 9657.0, 9633.0, 9641.0, 9677.0, 9643.0, 9630.0, 9655.0, 9635.0, 9640.0, 9649.0, 9639.0, 9654.0, 9638.0, 9641.0, 9657.0, 9637.0, 9639.0, 9658.0, 9635.0, 9627.0, 9673.0, 9636.0, 9628.0, 9649.0, 9638.0, 9656.0, 9637.0, 9640.0, 9659.0, 9634.0, 9640.0, 9657.0, 9634.0, 9634.0, 9654.0, 9636.0, 9631.0, 9647.0, 9664.0, 9680.0, 9644.0, 9660.0, 9679.0, 9657.0, 9666.0, 9700.0, 9663.0, 9652.0, 9659.0, 9655.0, 9657.0, 9654.0, 9658.0, 9682.0, 9645.0, 9664.0, 9680.0, 9645.0, 9660.0, 9676.0, 9642.0, 9652.0, 9682.0, 9661.0, 9649.0, 9676.0, 9656.0, 9642.0, 9671.0, 9655.0, 9645.0, 9675.0, 9659.0, 9648.0, 9675.0, 9654.0, 9644.0, 9670.0, 9643.0, 9646.0, 9642.0, 9654.0, 9632.0, 9622.0, 9651.0, 9658.0, 9642.0, 9643.0, 9663.0, 9625.0, 9642.0, 9661.0, 9626.0, 9653.0, 9661.0, 9626.0, 9644.0, 9679.0, 9625.0, 9645.0, 9681.0, 9627.0, 9641.0, 9658.0, 9636.0, 9634.0, 9656.0, 9623.0, 9655.0, 9639.0, 9621.0, 9647.0, 9639.0, 9663.0, 9653.0, 9662.0, 9645.0, 9657.0, 9650.0, 9640.0, 9648.0, 9641.0, 9667.0, 9657.0, 9680.0, 9646.0, 9661.0, 9665.0, 9626.0, 9638.0, 9657.0, 9651.0, 9639.0, 9674.0, 9629.0, 9642.0, 9662.0, 9624.0, 9655.0, 9657.0, 9624.0, 9638.0, 9660.0, 9627.0, 9641.0, 9659.0, 9625.0, 9653.0, 9673.0, 9639.0, 9659.0, 9676.0, 9657.0, 9648.0, 9676.0, 9658.0, 9644.0, 9674.0, 9642.0, 9646.0, 9673.0, 9655.0, 9648.0, 9656.0, 9654.0, 9641.0, 9651.0, 9638.0, 9628.0, 9625.0, 9641.0, 9660.0, 9644.0, 9660.0, 9677.0, 9640.0, 9644.0, 9662.0, 9657.0, 9648.0, 9663.0, 9654.0, 9662.0, 9671.0, 9657.0, 9681.0, 9660.0, 9664.0, 9678.0, 9657.0, 9659.0, 9673.0, 9654.0, 9661.0, 9680.0, 9663.0, 9661.0, 9675.0, 9659.0, 9663.0, 9657.0, 9661.0, 9686.0, 9666.0, 9669.0, 9685.0, 9662.0, 9649.0, 9680.0, 9661.0, 9665.0, 9695.0, 9665.0, 9666.0, 9645.0, 9644.0, 9660.0, 9623.0, 9637.0, 9660.0, 9640.0, 9660.0, 9683.0, 9659.0, 9649.0, 9673.0, 9653.0, 9644.0, 9671.0, 9641.0, 9646.0, 9675.0, 9659.0, 9649.0, 9659.0, 9655.0, 9640.0, 9650.0, 9634.0, 9624.0, 9652.0, 9636.0, 9637.0, 9656.0, 9640.0, 9642.0, 9640.0, 9642.0, 9647.0, 9630.0, 9663.0, 9686.0, 9629.0, 9658.0, 9674.0, 9629.0, 9645.0, 9663.0, 9627.0, 9657.0, 9663.0, 9626.0, 9639.0, 9658.0, 9640.0, 9660.0, 9663.0, 9660.0, 9681.0, 9687.0, 9686.0, 9705.0, 9673.0, 9689.0, 9713.0, 9667.0, 9665.0, 9683.0, 9642.0, 9644.0, 9679.0, 9643.0, 9667.0, 9706.0, 9660.0, 9662.0, 9659.0, 9636.0, 9637.0, 9673.0, 9662.0, 9662.0, 9696.0, 9663.0, 9665.0, 9677.0, 9658.0, 9667.0, 9700.0, 9668.0, 9670.0, 9686.0, 9645.0, 9665.0, 9680.0, 9641.0, 9657.0, 9678.0, 9662.0, 9664.0, 9678.0, 9660.0, 9677.0, 9696.0, 9668.0, 9686.0, 9670.0, 9682.0, 9689.0, 9680.0, 9661.0, 9682.0, 9696.0, 9666.0, 9697.0, 9647.0, 9662.0, 9677.0, 9641.0, 9654.0, 9678.0, 9689.0, 9642.0, 9658.0, 9666.0, 9637.0, 9628.0, 9654.0, 9635.0, 9622.0, 9649.0, 9629.0, 9620.0, 9650.0, 9634.0, 9640.0, 9651.0, 9639.0, 9657.0, 9676.0, 9654.0, 9661.0, 9674.0, 9659.0, 9666.0, 9680.0, 9683.0, 9685.0, 9684.0, 9665.0, 9683.0, 9698.0, 9664.0, 9667.0, 9680.0, 9660.0, 9663.0, 9673.0, 9641.0, 9643.0, 9674.0, 9643.0, 9648.0, 9647.0, 9664.0, 9687.0, 9700.0, 9663.0, 9665.0, 9672.0, 9641.0, 9643.0, 9670.0, 9659.0, 9666.0, 9674.0, 9658.0, 9659.0, 9673.0, 9655.0, 9663.0, 9695.0, 9680.0, 9684.0, 9686.0, 9681.0, 9685.0, 9700.0, 9683.0, 9702.0, 9672.0, 9689.0, 9700.0, 9649.0, 9666.0, 9701.0, 9660.0, 9646.0, 9685.0, 9657.0, 9641.0, 9663.0, 9695.0, 9638.0, 9640.0, 9666.0, 9635.0, 9626.0, 9663.0, 9681.0, 9703.0, 9701.0, 9687.0, 9669.0, 9660.0, 9679.0, 9688.0, 9683.0, 9682.0, 9690.0, 9693.0, 9710.0, 9690.0, 9666.0, 9691.0, 9693.0, 9697.0, 9732.0, 9680.0, 9697.0, 9732.0, 9633.0, 9638.0, 9663.0, 9655.0, 9642.0, 9663.0, 9676.0, 9664.0, 9697.0, 9639.0, 9626.0, 9637.0, 9607.0, 9637.0, 9642.0, 9685.0, 9675.0, 9640.0, 9661.0, 9634.0, 9635.0, 9658.0, 9619.0, 9616.0, 9679.0, 9645.0, 9641.0, 9696.0, 9664.0, 9678.0, 9703.0, 9612.0, 9632.0, 9624.0, 9596.0, 9641.0, 9640.0, 9687.0, 9629.0, 9640.0, 9639.0, 9663.0, 9648.0, 9652.0, 9689.0, 9620.0, 9598.0, 9612.0, 9596.0, 9611.0, 9635.0, 9620.0, 9640.0, 9658.0, 9639.0, 9641.0, 9671.0, 9638.0, 9664.0, 9644.0, 9621.0, 9649.0, 9667.0, 9690.0, 9669.0, 9666.0, 9702.0, 9664.0, 9669.0, 9685.0, 9653.0, 9666.0, 9681.0, 9630.0, 9658.0, 9681.0, 9638.0, 9673.0, 9707.0, 9657.0, 9669.0, 9702.0, 9635.0, 9660.0, 9698.0, 9651.0, 9667.0, 9702.0, 9634.0, 9647.0, 9681.0, 9691.0, 9654.0, 9679.0, 9694.0, 9662.0, 9651.0, 9693.0, 9658.0, 9648.0, 9691.0, 9663.0, 9680.0, 9696.0, 9666.0, 9667.0, 9694.0, 9661.0, 9694.0, 9692.0, 9651.0, 9679.0, 9646.0, 9646.0, 9679.0, 9625.0, 9638.0, 9678.0, 9628.0, 9644.0, 9701.0, 9646.0, 9653.0, 9691.0, 9641.0, 9646.0, 9690.0, 9664.0, 9673.0, 9700.0, 9666.0, 9656.0, 9696.0, 9660.0, 9664.0, 9695.0, 9667.0, 9697.0, 9667.0, 9673.0, 9717.0, 9662.0, 9664.0, 9697.0, 9663.0, 9685.0, 9703.0, 9652.0, 9667.0, 9689.0, 9627.0, 9641.0, 9688.0, 9660.0, 9692.0, 9645.0, 9646.0, 9679.0, 9639.0, 9619.0, 9654.0, 9661.0, 9623.0, 9674.0, 9625.0, 9624.0, 9658.0, 9636.0, 9622.0, 9669.0, 9618.0, 9642.0, 9674.0, 9622.0, 9626.0, 9666.0, 9631.0, 9606.0, 9670.0, 9624.0, 9608.0, 9666.0, 9632.0, 9608.0, 9665.0, 9615.0, 9608.0, 9650.0, 9603.0, 9608.0, 9669.0, 9619.0, 9624.0, 9671.0, 9622.0, 9630.0, 9711.0, 9636.0, 9611.0, 9616.0, 9617.0, 9670.0, 9634.0, 9623.0, 9690.0, 9643.0, 9632.0, 9674.0, 9625.0, 9673.0, 9672.0, 9616.0, 9621.0, 9648.0, 9620.0, 9624.0, 9667.0, 9626.0, 9624.0, 9663.0, 9629.0, 9623.0, 9665.0, 9636.0, 9644.0, 9675.0, 9645.0, 9651.0, 9674.0, 9644.0, 9647.0, 9675.0, 9645.0, 9683.0, 9656.0, 9649.0, 9676.0, 9647.0, 9651.0, 9695.0, 9664.0, 9685.0, 9670.0, 9672.0, 9702.0, 9676.0, 9702.0, 9650.0, 9668.0, 9703.0, 9663.0, 9701.0, 9718.0, 9654.0, 9685.0, 9646.0, 9640.0, 9689.0, 9694.0, 9637.0, 9657.0, 9670.0, 9643.0, 9648.0, 9654.0, 9624.0, 9656.0, 9668.0, 9622.0, 9653.0, 9639.0, 9639.0, 9669.0, 9640.0, 9633.0, 9676.0, 9642.0, 9677.0, 9646.0, 9631.0, 9692.0, 9627.0, 9629.0, 9675.0, 9617.0, 9600.0, 9647.0, 9626.0, 9611.0, 9602.0, 9643.0, 9612.0, 9622.0, 9657.0, 9617.0, 9619.0, 9631.0, 9619.0, 9613.0, 9649.0, 9636.0, 9626.0, 9654.0, 9639.0, 9673.0, 9627.0, 9646.0, 9659.0, 9625.0, 9640.0, 9663.0, 9627.0, 9645.0, 9697.0, 9666.0, 9672.0, 9682.0, 9660.0, 9668.0, 9725.0, 9668.0, 9674.0, 9697.0, 9665.0, 9668.0, 9689.0, 9664.0, 9666.0, 9714.0, 9671.0, 9673.0, 9718.0, 9673.0, 9703.0, 9698.0, 9672.0, 9726.0, 9674.0, 9660.0, 9718.0, 9649.0, 9663.0, 9693.0, 9642.0, 9661.0, 9693.0, 9649.0, 9649.0, 9686.0, 9643.0, 9658.0, 9688.0, 9643.0, 9675.0, 9646.0, 9649.0, 9680.0, 9646.0, 9648.0, 9691.0, 9662.0, 9684.0, 9715.0, 9669.0, 9670.0, 9677.0, 9664.0, 9697.0, 9659.0, 9662.0, 9704.0, 9666.0, 9673.0, 9704.0, 9653.0, 9666.0, 9713.0, 9671.0, 9704.0, 9698.0, 9669.0, 9706.0, 9699.0, 9665.0, 9700.0, 9649.0, 9669.0, 9722.0, 9675.0, 9674.0, 9717.0, 9665.0, 9670.0, 9713.0, 9651.0, 9684.0, 9716.0, 9668.0, 9670.0, 9709.0, 9662.0, 9662.0, 9694.0, 9665.0, 9696.0, 9656.0, 9673.0, 9703.0, 9667.0, 9651.0, 9696.0, 9632.0, 9648.0, 9703.0, 9648.0, 9651.0, 9696.0, 9665.0, 9654.0, 9689.0, 9644.0, 9646.0, 9708.0, 9662.0, 9669.0, 9656.0, 9670.0, 9702.0, 9663.0, 9647.0, 9692.0, 9691.0, 9649.0, 9694.0, 9650.0, 9665.0, 9693.0, 9644.0, 9642.0, 9699.0, 9647.0, 9651.0, 9696.0, 9661.0, 9652.0, 9696.0, 9626.0, 9638.0, 9672.0, 9610.0, 9637.0, 9670.0, 9625.0, 9646.0, 9673.0, 9643.0, 9644.0, 9691.0, 9647.0, 9657.0, 9711.0, 9670.0, 9670.0, 9709.0, 9649.0, 9646.0, 9693.0, 9648.0, 9660.0, 9694.0, 9648.0, 9681.0, 9652.0, 9650.0, 9676.0, 9627.0, 9644.0, 9692.0, 9644.0, 9662.0, 9712.0, 9670.0, 9661.0, 9682.0, 9665.0, 9698.0, 9692.0, 9664.0, 9718.0, 9656.0, 9672.0, 9704.0, 9652.0, 9666.0, 9699.0, 9650.0, 9654.0, 9714.0, 9671.0, 9672.0, 9716.0, 9669.0, 9688.0, 9716.0, 9674.0, 9706.0, 9656.0, 9675.0, 9705.0, 9653.0, 9669.0, 9718.0, 9666.0, 9674.0, 9721.0, 9672.0, 9668.0, 9696.0, 9646.0, 9662.0, 9691.0, 9650.0, 9682.0, 9649.0, 9651.0, 9681.0, 9671.0, 9643.0, 9677.0, 9656.0, 9645.0, 9712.0, 9650.0, 9668.0, 9696.0, 9665.0, 9664.0, 9693.0, 9649.0, 9669.0, 9703.0, 9669.0, 9672.0, 9699.0, 9668.0, 9684.0, 9710.0, 9668.0, 9669.0, 9670.0, 9670.0, 9688.0, 9655.0, 9668.0, 9717.0, 9669.0, 9671.0, 9718.0, 9666.0, 9671.0, 9702.0, 9650.0, 9654.0, 9709.0, 9649.0, 9682.0, 9696.0, 9649.0, 9682.0, 9693.0, 9645.0, 9675.0, 9675.0, 9648.0, 9699.0, 9670.0, 9674.0, 9720.0, 9648.0, 9651.0, 9697.0, 9649.0, 9667.0, 9716.0, 9670.0, 9656.0, 9696.0, 9667.0, 9669.0, 9711.0, 9673.0, 9705.0, 9662.0, 9674.0, 9705.0, 9671.0, 9674.0, 9720.0, 9668.0, 9689.0, 9660.0, 9673.0, 9721.0, 9654.0, 9650.0, 9695.0, 9648.0, 9682.0, 9654.0, 9674.0, 9716.0, 9653.0, 9650.0, 9697.0, 9647.0, 9677.0, 9651.0, 9657.0, 9706.0, 9633.0, 9624.0, 9671.0, 9618.0, 9640.0, 9691.0, 9646.0, 9682.0, 9690.0, 9643.0, 9675.0, 9653.0, 9625.0, 9691.0, 9642.0, 9632.0, 9694.0, 9641.0, 9643.0, 9682.0, 9624.0, 9665.0, 9624.0, 9628.0, 9688.0, 9642.0, 9647.0, 9685.0, 9611.0, 9655.0, 9625.0, 9609.0, 9630.0, 9635.0, 9655.0, 9672.0, 9727.0, 9697.0, 9625.0, 9654.0, 9663.0, 9622.0, 9670.0, 9640.0, 9642.0, 9673.0, 9619.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.0003568169991326973</td></tr>
<tr><td colspan=3>aqi</td><td>0.03686358976582827</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.00731005268231</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2348614536284725</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9470229135069452</td></tr>
<tr><td colspan=3>efc</td><td>0.5181</td></tr>
<tr><td colspan=3>fber</td><td>3712.0967</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09741312380742946</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>42</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.642671292281006</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3043912200780956</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.203768583821699</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5076754856669026</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.201729590745686</td></tr>
<tr><td colspan=3>gcor</td><td>0.00584653</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-9.686409612186253e-05</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02866133116185665</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.364231757016855</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.867</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>60.2852</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>244.1001</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292616.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1194.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>440.6377</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.4942</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>498.7105</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3558.2581</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3693.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83928.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1582.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4581.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>846.192</td></tr>
<tr><td colspan=3>tsnr</td><td>34.36156775557902</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>