<?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-0066_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-0066_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-0066_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-0066/figures/sub-0066_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0066/figures/sub-0066_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-0066/figures/sub-0066_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066/ses-03/func/sub-0066_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>e3dd3b61df4779011e3b38ae462a0b9f</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>14:57:22.092500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99958, -0.0160887, 0.0240879, 0.0167498, 0.999481, -0.0274995]</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.118423</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>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4138, -7717, -7268, 497, -150, 6, 44, 76]</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>284.678</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c287ecd9-0c0e-47cd-8e09-9d05fb29e0c1||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6818010807037354, 0.04493840038776398, 0.06380906701087952, 106.0342025756836], [0.04316473752260208, 2.6815357208251953, -0.0753069818019867, -83.22756958007812], [0.06462609767913818, 0.07377927750349045, 2.698195219039917, -65.66676330566406], [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': ['145722.092500', '145722.552500', '145723.012500', '145723.472500', '145723.932500', '145724.392500', '145724.852500', '145725.312500', '145725.772500', '145726.232500', '145726.692500', '145727.152500', '145727.612500', '145728.072500', '145728.532500', '145728.992500', '145729.452500', '145729.912500', '145730.372500', '145730.832500', '145731.292500', '145731.752500', '145732.212500', '145732.672500', '145733.132500', '145733.592500', '145734.052500', '145734.512500', '145734.972500', '145735.432500', '145735.892500', '145736.352500', '145736.812500', '145737.272500', '145737.732500', '145738.192500', '145738.652500', '145739.112500', '145739.572500', '145740.032500', '145740.492500', '145740.952500', '145741.412500', '145741.872500', '145742.332500', '145742.792500', '145743.252500', '145743.712500', '145744.172500', '145744.632500', '145745.092500', '145745.552500', '145746.012500', '145746.472500', '145746.932500', '145747.392500', '145747.852500', '145748.312500', '145748.772500', '145749.232500', '145749.692500', '145750.152500', '145750.612500', '145751.072500', '145751.532500', '145751.992500', '145752.452500', '145752.912500', '145753.372500', '145753.832500', '145754.292500', '145754.752500', '145755.212500', '145755.672500', '145756.132500', '145756.592500', '145757.052500', '145757.512500', '145757.972500', '145758.432500', '145758.892500', '145759.352500', '145759.812500', '145800.272500', '145800.732500', '145801.192500', '145801.652500', '145802.112500', '145802.572500', '145803.032500', '145803.492500', '145803.952500', '145804.412500', '145804.872500', '145805.332500', '145805.792500', '145806.252500', '145806.712500', '145807.172500', '145807.632500', '145808.092500', '145808.552500', '145809.012500', '145809.472500', '145809.932500', '145810.392500', '145810.852500', '145811.312500', '145811.772500', '145812.232500', '145812.692500', '145813.152500', '145813.612500', '145814.072500', '145814.532500', '145814.992500', '145815.452500', '145815.912500', '145816.372500', '145816.832500', '145817.292500', '145817.752500', '145818.212500', '145818.672500', '145819.132500', '145819.592500', '145820.052500', '145820.512500', '145820.972500', '145821.432500', '145821.892500', '145822.352500', '145822.812500', '145823.272500', '145823.732500', '145824.192500', '145824.652500', '145825.112500', '145825.572500', '145826.032500', '145826.492500', '145826.952500', '145827.412500', '145827.872500', '145828.332500', '145828.792500', '145829.252500', '145829.712500', '145830.172500', '145830.632500', '145831.092500', '145831.552500', '145832.012500', '145832.472500', '145832.932500', '145833.392500', '145833.852500', '145834.312500', '145834.772500', '145835.232500', '145835.692500', '145836.152500', '145836.612500', '145837.072500', '145837.532500', '145837.992500', '145838.452500', '145838.912500', '145839.372500', '145839.832500', '145840.292500', '145840.752500', '145841.212500', '145841.672500', '145842.132500', '145842.592500', '145843.052500', '145843.512500', '145843.972500', '145844.432500', '145844.892500', '145845.352500', '145845.812500', '145846.272500', '145846.732500', '145847.192500', '145847.652500', '145848.112500', '145848.572500', '145849.032500', '145849.492500', '145849.952500', '145850.412500', '145850.872500', '145851.332500', '145851.792500', '145852.252500', '145852.712500', '145853.172500', '145853.632500', '145854.092500', '145854.552500', '145855.012500', '145855.472500', '145855.932500', '145856.392500', '145856.852500', '145857.312500', '145857.772500', '145858.232500', '145858.692500', '145859.152500', '145859.612500', '145900.072500', '145900.532500', '145900.992500', '145901.452500', '145901.912500', '145902.372500', '145902.832500', '145903.292500', '145903.752500', '145904.212500', '145904.672500', '145905.132500', '145905.592500', '145906.052500', '145906.512500', '145906.972500', '145907.432500', '145907.892500', '145908.352500', '145908.812500', '145909.272500', '145909.732500', '145910.192500', '145910.652500', '145911.112500', '145911.572500', '145912.032500', '145912.492500', '145912.952500', '145913.412500', '145913.872500', '145914.332500', '145914.792500', '145915.252500', '145915.712500', '145916.172500', '145916.632500', '145917.092500', '145917.552500', '145918.012500', '145918.472500', '145918.932500', '145919.392500', '145919.852500', '145920.312500', '145920.772500', '145921.232500', '145921.692500', '145922.152500', '145922.612500', '145923.072500', '145923.532500', '145923.992500', '145924.452500', '145924.912500', '145925.372500', '145925.832500', '145926.292500', '145926.752500', '145927.212500', '145927.672500', '145928.132500', '145928.592500', '145929.052500', '145929.512500', '145929.972500', '145930.432500', '145930.892500', '145931.352500', '145931.812500', '145932.272500', '145932.732500', '145933.192500', '145933.652500', '145934.112500', '145934.572500', '145935.032500', '145935.492500', '145935.952500', '145936.412500', '145936.872500', '145937.332500', '145937.792500', '145938.252500', '145938.712500', '145939.172500', '145939.632500', '145940.092500', '145940.552500', '145941.012500', '145941.472500', '145941.932500', '145942.392500', '145942.852500', '145943.312500', '145943.772500', '145944.232500', '145944.692500', '145945.152500', '145945.612500', '145946.072500', '145946.532500', '145946.992500', '145947.452500', '145947.912500', '145948.372500', '145948.832500', '145949.292500', '145949.752500', '145950.212500', '145950.672500', '145951.132500', '145951.592500', '145952.052500', '145952.512500', '145952.972500', '145953.432500', '145953.892500', '145954.352500', '145954.812500', '145955.272500', '145955.732500', '145956.192500', '145956.652500', '145957.112500', '145957.572500', '145958.032500', '145958.492500', '145958.952500', '145959.412500', '145959.872500', '150000.332500', '150000.792500', '150001.252500', '150001.712500', '150002.172500', '150002.632500', '150003.092500', '150003.552500', '150004.012500', '150004.472500', '150004.932500', '150005.392500', '150005.852500', '150006.312500', '150006.772500', '150007.232500', '150007.692500', '150008.152500', '150008.612500', '150009.072500', '150009.532500', '150009.992500', '150010.452500', '150010.912500', '150011.372500', '150011.832500', '150012.292500', '150012.752500', '150013.212500', '150013.672500', '150014.132500', '150014.592500', '150015.052500', '150015.512500', '150015.972500', '150016.432500', '150016.892500', '150017.352500', '150017.812500', '150018.272500', '150018.732500', '150019.192500', '150019.652500', '150020.112500', '150020.572500', '150021.032500', '150021.492500', '150021.952500', '150022.412500', '150022.872500', '150023.332500', '150023.792500', '150024.252500', '150024.712500', '150025.172500', '150025.632500', '150026.092500', '150026.552500', '150027.012500', '150027.472500', '150027.932500', '150028.392500', '150028.852500', '150029.312500', '150029.772500', '150030.232500', '150030.692500', '150031.152500', '150031.612500', '150032.072500', '150032.532500', '150032.992500', '150033.452500', '150033.912500', '150034.372500', '150034.832500', '150035.292500', '150035.752500', '150036.212500', '150036.672500', '150037.132500', '150037.592500', '150038.052500', '150038.512500', '150038.972500', '150039.432500', '150039.892500', '150040.352500', '150040.812500', '150041.272500', '150041.732500', '150042.192500', '150042.652500', '150043.112500', '150043.572500', '150044.032500', '150044.492500', '150044.952500', '150045.412500', '150045.872500', '150046.332500', '150046.792500', '150047.252500', '150047.712500', '150048.172500', '150048.632500', '150049.092500', '150049.552500', '150050.012500', '150050.472500', '150050.932500', '150051.392500', '150051.852500', '150052.312500', '150052.772500', '150053.232500', '150053.692500', '150054.152500', '150054.612500', '150055.072500', '150055.532500', '150055.992500', '150056.452500', '150056.912500', '150057.372500', '150057.832500', '150058.292500', '150058.752500', '150059.212500', '150059.672500', '150100.132500', '150100.592500', '150101.052500', '150101.512500', '150101.972500', '150102.432500', '150102.892500', '150103.352500', '150103.812500', '150104.272500', '150104.732500', '150105.192500', '150105.652500', '150106.112500', '150106.572500', '150107.032500', '150107.492500', '150107.952500', '150108.412500', '150108.872500', '150109.332500', '150109.792500', '150110.252500', '150110.712500', '150111.172500', '150111.632500', '150112.092500', '150112.552500', '150113.012500', '150113.472500', '150113.932500', '150114.392500', '150114.852500', '150115.312500', '150115.772500', '150116.232500', '150116.692500', '150117.152500', '150117.612500', '150118.072500', '150118.532500', '150118.992500', '150119.452500', '150119.912500', '150120.372500', '150120.832500', '150121.292500', '150121.752500', '150122.212500', '150122.672500', '150123.132500', '150123.592500', '150124.052500', '150124.512500', '150124.972500', '150125.432500', '150125.892500', '150126.352500', '150126.812500', '150127.272500', '150127.732500', '150128.192500', '150128.652500', '150129.112500', '150129.572500', '150130.032500', '150130.492500', '150130.952500', '150131.412500', '150131.872500', '150132.332500', '150132.792500', '150133.252500', '150133.712500', '150134.172500', '150134.632500', '150135.092500', '150135.552500', '150136.012500', '150136.472500', '150136.932500', '150137.392500', '150137.852500', '150138.312500', '150138.772500', '150139.232500', '150139.692500', '150140.152500', '150140.612500', '150141.072500', '150141.532500', '150141.992500', '150142.452500', '150142.912500', '150143.372500', '150143.832500', '150144.292500', '150144.752500', '150145.212500', '150145.672500', '150146.132500', '150146.592500', '150147.052500', '150147.512500', '150147.972500', '150148.432500', '150148.892500', '150149.352500', '150149.812500', '150150.272500', '150150.732500', '150151.192500', '150151.652500', '150152.112500', '150152.572500', '150153.032500', '150153.492500', '150153.952500', '150154.412500', '150154.872500', '150155.332500', '150155.792500', '150156.252500', '150156.712500', '150157.172500', '150157.632500', '150158.092500', '150158.552500', '150159.012500', '150159.472500', '150159.932500', '150200.392500', '150200.852500', '150201.312500', '150201.772500', '150202.232500', '150202.692500', '150203.152500', '150203.612500', '150204.072500', '150204.532500', '150204.992500', '150205.452500', '150205.912500', '150206.372500', '150206.832500', '150207.292500', '150207.752500', '150208.212500', '150208.672500', '150209.132500', '150209.592500', '150210.052500', '150210.512500', '150210.972500', '150211.432500', '150211.892500', '150212.352500', '150212.812500', '150213.272500', '150213.732500', '150214.192500', '150214.652500', '150215.112500', '150215.572500', '150216.032500', '150216.492500', '150216.952500', '150217.412500', '150217.872500', '150218.332500', '150218.792500', '150219.252500', '150219.712500', '150220.172500', '150220.632500', '150221.092500', '150221.552500', '150222.012500', '150222.472500', '150222.932500', '150223.392500', '150223.852500', '150224.312500', '150224.772500', '150225.232500', '150225.692500', '150226.152500', '150226.612500', '150227.072500', '150227.532500', '150227.992500', '150228.452500', '150228.912500', '150229.372500', '150229.832500', '150230.292500', '150230.752500', '150231.212500', '150231.672500', '150232.132500', '150232.592500', '150233.052500', '150233.512500', '150233.972500', '150234.432500', '150234.892500', '150235.352500', '150235.812500', '150236.272500', '150236.732500', '150237.192500', '150237.652500', '150238.112500', '150238.572500', '150239.032500', '150239.492500', '150239.952500', '150240.412500', '150240.872500', '150241.332500', '150241.792500', '150242.252500', '150242.712500', '150243.172500', '150243.632500', '150244.092500', '150244.552500', '150245.012500', '150245.472500', '150245.932500', '150246.392500', '150246.852500', '150247.312500', '150247.772500', '150248.232500', '150248.692500', '150249.152500', '150249.612500', '150250.072500', '150250.532500', '150250.992500', '150251.452500', '150251.912500', '150252.372500', '150252.832500', '150253.292500', '150253.752500', '150254.212500', '150254.672500', '150255.132500', '150255.592500', '150256.052500', '150256.512500', '150256.972500', '150257.432500', '150257.892500', '150258.352500', '150258.812500', '150259.272500', '150259.732500', '150300.192500', '150300.652500', '150301.112500', '150301.572500', '150302.032500', '150302.492500', '150302.952500', '150303.412500', '150303.872500', '150304.332500', '150304.792500', '150305.252500', '150305.712500', '150306.172500', '150306.632500', '150307.092500', '150307.552500', '150308.012500', '150308.472500', '150308.932500', '150309.392500', '150309.852500', '150310.312500', '150310.772500', '150311.232500', '150311.692500', '150312.152500', '150312.612500', '150313.072500', '150313.532500', '150313.992500', '150314.452500', '150314.912500', '150315.372500', '150315.832500', '150316.292500', '150316.752500', '150317.212500', '150317.672500', '150318.132500', '150318.592500', '150319.052500', '150319.512500', '150319.972500', '150320.432500', '150320.892500', '150321.352500', '150321.812500', '150322.272500', '150322.732500', '150323.192500', '150323.652500', '150324.112500', '150324.572500', '150325.032500', '150325.492500', '150325.952500', '150326.412500', '150326.872500', '150327.332500', '150327.792500', '150328.252500', '150328.712500', '150329.172500', '150329.632500', '150330.092500', '150330.552500', '150331.012500', '150331.472500', '150331.932500', '150332.392500', '150332.852500', '150333.312500', '150333.772500', '150334.232500', '150334.692500', '150335.152500', '150335.612500', '150336.072500', '150336.532500', '150336.992500', '150337.452500', '150337.912500', '150338.372500', '150338.832500', '150339.292500', '150339.752500', '150340.212500', '150340.672500', '150341.132500', '150341.592500', '150342.052500', '150342.512500', '150342.972500', '150343.432500', '150343.892500', '150344.352500', '150344.812500', '150345.272500', '150345.732500', '150346.192500', '150346.652500', '150347.112500', '150347.572500', '150348.032500', '150348.492500', '150348.952500', '150349.412500', '150349.872500', '150350.332500', '150350.792500', '150351.252500', '150351.712500', '150352.172500', '150352.632500', '150353.092500', '150353.552500', '150354.012500', '150354.472500', '150354.932500', '150355.392500', '150355.852500', '150356.312500', '150356.772500', '150357.232500', '150357.692500', '150358.152500', '150358.612500', '150359.072500', '150359.532500', '150359.992500', '150400.452500', '150400.912500', '150401.372500', '150401.832500', '150402.292500', '150402.752500', '150403.212500', '150403.672500', '150404.132500', '150404.592500', '150405.052500', '150405.512500', '150405.972500', '150406.432500', '150406.892500', '150407.352500', '150407.812500', '150408.272500', '150408.732500', '150409.192500', '150409.652500', '150410.112500', '150410.572500', '150411.032500', '150411.492500', '150411.952500', '150412.412500', '150412.872500', '150413.332500', '150413.792500', '150414.252500', '150414.712500', '150415.172500', '150415.632500', '150416.092500', '150416.552500', '150417.012500', '150417.472500', '150417.932500', '150418.392500', '150418.852500', '150419.312500', '150419.772500', '150420.232500', '150420.692500', '150421.152500', '150421.612500', '150422.072500', '150422.532500', '150422.992500', '150423.452500', '150423.912500', '150424.372500', '150424.832500', '150425.292500', '150425.752500', '150426.212500', '150426.672500', '150427.132500', '150427.592500', '150428.052500', '150428.512500', '150428.972500', '150429.432500', '150429.892500', '150430.352500', '150430.812500', '150431.272500', '150431.732500', '150432.192500', '150432.652500', '150433.112500', '150433.572500', '150434.032500', '150434.492500', '150434.952500', '150435.412500', '150435.872500', '150436.332500', '150436.792500', '150437.252500', '150437.712500', '150438.172500', '150438.632500', '150439.092500', '150439.552500', '150440.012500', '150440.472500', '150440.932500', '150441.392500', '150441.852500', '150442.312500', '150442.772500', '150443.232500', '150443.692500', '150444.152500', '150444.612500', '150445.072500', '150445.532500', '150445.992500', '150446.452500', '150446.912500', '150447.372500', '150447.832500', '150448.292500', '150448.752500', '150449.212500', '150449.672500', '150450.132500', '150450.592500', '150451.052500', '150451.512500', '150451.972500', '150452.432500', '150452.892500', '150453.352500', '150453.812500', '150454.272500', '150454.732500', '150455.192500', '150455.652500', '150456.112500', '150456.572500', '150457.032500', '150457.492500', '150457.952500', '150458.412500', '150458.872500', '150459.332500', '150459.792500', '150500.252500', '150500.712500', '150501.172500', '150501.632500', '150502.092500', '150502.552500', '150503.012500', '150503.472500', '150503.932500', '150504.392500', '150504.852500', '150505.312500', '150505.772500', '150506.232500', '150506.692500', '150507.152500', '150507.612500', '150508.072500', '150508.532500', '150508.992500', '150509.452500', '150509.912500', '150510.372500', '150510.832500', '150511.292500', '150511.752500', '150512.212500', '150512.672500', '150513.132500', '150513.592500', '150514.052500', '150514.512500', '150514.972500', '150515.432500', '150515.892500', '150516.352500', '150516.812500', '150517.272500', '150517.732500', '150518.192500', '150518.652500', '150519.112500', '150519.572500', '150520.032500', '150520.492500', '150520.952500', '150521.412500', '150521.872500', '150522.332500', '150522.792500', '150523.252500', '150523.712500', '150524.172500', '150524.632500', '150525.092500', '150525.552500', '150526.012500', '150526.472500', '150526.932500', '150527.392500', '150527.852500', '150528.312500', '150528.772500', '150529.232500', '150529.692500', '150530.152500', '150530.612500', '150531.072500', '150531.532500', '150531.992500', '150532.452500', '150532.912500', '150533.372500', '150533.832500', '150534.292500', '150534.752500', '150535.212500', '150535.672500', '150536.132500', '150536.592500', '150537.052500', '150537.512500', '150537.972500', '150538.432500', '150538.892500', '150539.352500', '150539.812500', '150540.272500', '150540.732500', '150541.192500', '150541.652500', '150542.112500', '150542.572500', '150543.032500', '150543.492500', '150543.952500', '150544.412500', '150544.872500', '150545.332500', '150545.792500', '150546.252500', '150546.712500', '150547.172500', '150547.632500', '150548.092500', '150548.552500', '150549.012500', '150549.472500', '150549.932500', '150550.392500', '150550.852500', '150551.312500', '150551.772500', '150552.232500', '150552.692500', '150553.152500', '150553.612500', '150554.072500', '150554.532500', '150554.992500', '150555.452500', '150555.912500', '150556.372500', '150556.832500', '150557.292500', '150557.752500', '150558.212500', '150558.672500', '150559.132500', '150559.592500', '150600.052500', '150600.512500', '150600.972500', '150601.432500', '150601.892500', '150602.352500', '150602.812500', '150603.272500', '150603.732500', '150604.192500', '150604.652500', '150605.112500', '150605.572500', '150606.032500', '150606.492500', '150606.952500', '150607.412500', '150607.872500', '150608.332500', '150608.792500', '150609.252500', '150609.712500', '150610.172500', '150610.632500', '150611.092500', '150611.552500', '150612.012500', '150612.472500', '150612.932500', '150613.392500', '150613.852500'], 'ContentTime': ['145735.376000', '145735.385000', '145735.391000', '145735.394000', '145735.396000', '145735.407000', '145735.410000', '145735.413000', '145735.415000', '145735.418000', '145735.420000', '145735.423000', '145735.425000', '145735.428000', '145735.431000', '145735.433000', '145735.436000', '145735.438000', '145735.441000', '145735.448000', '145735.450000', '145735.453000', '145735.455000', '145735.458000', '145735.460000', '145735.463000', '145755.339000', '145755.342000', '145755.345000', '145755.354000', '145755.356000', '145755.359000', '145755.362000', '145755.364000', '145755.367000', '145755.370000', '145755.372000', '145755.375000', '145755.378000', '145755.380000', '145755.383000', '145755.385000', '145755.388000', '145755.390000', '145755.393000', '145755.395000', '145755.398000', '145755.400000', '145755.403000', '145755.405000', '145755.408000', '145755.411000', '145755.421000', '145755.424000', '145755.426000', '145755.429000', '145755.432000', '145755.434000', '145755.437000', '145755.440000', '145755.443000', '145755.446000', '145755.448000', '145755.451000', '145755.453000', '145755.456000', '145755.459000', '145755.461000', '145755.464000', '145815.340000', '145815.343000', '145815.346000', '145815.348000', '145815.351000', '145815.354000', '145815.356000', '145815.359000', '145815.361000', '145815.364000', '145815.366000', '145815.369000', '145815.371000', '145815.374000', '145815.376000', '145815.379000', '145815.382000', '145815.384000', '145815.387000', '145815.389000', '145815.392000', '145815.394000', '145815.397000', '145815.399000', '145815.402000', '145815.404000', '145815.407000', '145815.409000', '145815.412000', '145815.415000', '145815.417000', '145815.420000', '145815.422000', '145815.425000', '145815.427000', '145815.430000', '145815.432000', '145815.435000', '145815.437000', '145815.440000', '145815.443000', '145815.445000', '145815.448000', '145815.450000', '145835.340000', '145835.342000', '145835.345000', '145835.348000', '145835.350000', '145835.353000', '145835.355000', '145835.358000', '145835.360000', '145835.363000', '145835.365000', '145835.368000', '145835.371000', '145835.373000', '145835.376000', '145835.378000', '145835.381000', '145835.383000', '145835.386000', '145835.389000', '145835.391000', '145835.394000', '145835.396000', '145835.399000', '145835.401000', '145835.404000', '145835.407000', '145835.409000', '145835.412000', '145835.414000', '145835.417000', '145835.419000', '145835.422000', '145835.424000', '145835.427000', '145835.430000', '145835.432000', '145835.435000', '145835.437000', '145835.440000', '145835.442000', '145835.445000', '145835.447000', '145835.450000', '145855.340000', '145855.342000', '145855.345000', '145855.348000', '145855.350000', '145855.353000', '145855.355000', '145855.358000', '145855.360000', '145855.363000', '145855.366000', '145855.368000', '145855.375000', '145855.378000', '145855.380000', '145855.383000', '145855.385000', '145855.388000', '145855.390000', '145855.393000', '145855.396000', '145855.398000', '145855.401000', '145855.403000', '145855.406000', '145855.408000', '145855.411000', '145855.414000', '145855.416000', '145855.419000', '145855.421000', '145855.424000', '145855.426000', '145855.429000', '145855.431000', '145855.434000', '145855.436000', '145855.439000', '145855.441000', '145855.444000', '145855.447000', '145855.449000', '145855.452000', '145915.339000', '145915.342000', '145915.345000', '145915.347000', '145915.350000', '145915.353000', '145915.355000', '145915.358000', '145915.360000', '145915.363000', '145915.365000', '145915.369000', '145915.371000', '145915.374000', '145915.377000', '145915.379000', '145915.382000', '145915.384000', '145915.387000', '145915.390000', '145915.392000', '145915.395000', '145915.397000', '145915.400000', '145915.402000', '145915.405000', '145915.408000', '145915.411000', '145915.414000', '145915.417000', '145915.419000', '145915.422000', '145915.424000', '145915.427000', '145915.429000', '145915.432000', '145915.434000', '145915.437000', '145915.440000', '145915.442000', '145915.445000', '145915.447000', '145915.450000', '145935.340000', '145935.343000', '145935.345000', '145935.348000', '145935.350000', '145935.353000', '145935.355000', '145935.358000', '145935.360000', '145935.363000', '145935.365000', '145935.368000', '145935.371000', '145935.373000', '145935.376000', '145935.379000', '145935.381000', '145935.384000', '145935.386000', '145935.389000', '145935.391000', '145935.394000', '145935.397000', '145935.399000', '145935.402000', '145935.404000', '145935.407000', '145935.409000', '145935.412000', '145935.415000', '145935.417000', '145935.420000', '145935.422000', '145935.425000', '145935.427000', '145935.430000', '145935.433000', '145935.435000', '145935.438000', '145935.440000', '145935.443000', '145935.446000', '145935.448000', '145935.451000', '145955.340000', '145955.342000', '145955.345000', '145955.347000', '145955.350000', '145955.353000', '145955.355000', '145955.358000', '145955.360000', '145955.363000', '145955.366000', '145955.368000', '145955.371000', '145955.374000', '145955.376000', '145955.379000', '145955.381000', '145955.384000', '145955.386000', '145955.389000', '145955.391000', '145955.394000', '145955.397000', '145955.399000', '145955.402000', '145955.404000', '145955.407000', '145955.409000', '145955.412000', '145955.415000', '145955.417000', '145955.420000', '145955.422000', '145955.425000', '145955.427000', '145955.430000', '145955.432000', '145955.435000', '145955.438000', '145955.440000', '145955.443000', '145955.445000', '145955.448000', '150015.339000', '150015.342000', '150015.345000', '150015.347000', '150015.350000', '150015.353000', '150015.355000', '150015.358000', '150015.360000', '150015.363000', '150015.365000', '150015.368000', '150015.371000', '150015.373000', '150015.376000', '150015.378000', '150015.381000', '150015.384000', '150015.386000', '150015.389000', '150015.391000', '150015.394000', '150015.396000', '150015.399000', '150015.402000', '150015.404000', '150015.407000', '150015.409000', '150015.412000', '150015.415000', '150015.417000', '150015.420000', '150015.422000', '150015.425000', '150015.428000', '150015.430000', '150015.433000', '150015.435000', '150015.438000', '150015.441000', '150015.443000', '150015.446000', '150015.448000', '150015.451000', '150035.340000', '150035.343000', '150035.346000', '150035.349000', '150035.351000', '150035.354000', '150035.356000', '150035.359000', '150035.367000', '150035.370000', '150035.372000', '150035.375000', '150035.378000', '150035.380000', '150035.383000', '150035.387000', '150035.389000', '150035.392000', '150035.395000', '150035.397000', '150035.400000', '150035.402000', '150035.405000', '150035.408000', '150035.410000', '150035.413000', '150035.415000', '150035.418000', '150035.421000', '150035.423000', '150035.426000', '150035.428000', '150035.431000', '150035.433000', '150035.436000', '150035.439000', '150035.441000', '150035.444000', '150035.446000', '150035.450000', '150035.453000', '150035.456000', '150035.458000', '150055.339000', '150055.342000', '150055.345000', '150055.347000', '150055.350000', '150055.353000', '150055.355000', '150055.358000', '150055.360000', '150055.363000', '150055.365000', '150055.368000', '150055.371000', '150055.373000', '150055.376000', '150055.378000', '150055.381000', '150055.383000', '150055.386000', '150055.389000', '150055.391000', '150055.394000', '150055.396000', '150055.399000', '150055.401000', '150055.404000', '150055.406000', '150055.409000', '150055.411000', '150055.414000', '150055.417000', '150055.419000', '150055.422000', '150055.424000', '150055.427000', '150055.429000', '150055.432000', '150055.435000', '150055.437000', '150055.440000', '150055.442000', '150055.445000', '150055.448000', '150055.450000', '150115.339000', '150115.342000', '150115.345000', '150115.348000', '150115.350000', '150115.353000', '150115.355000', '150115.358000', '150115.361000', '150115.363000', '150115.366000', '150115.368000', '150115.371000', '150115.374000', '150115.376000', '150115.379000', '150115.381000', '150115.384000', '150115.386000', '150115.389000', '150115.392000', '150115.394000', '150115.397000', '150115.399000', '150115.402000', '150115.405000', '150115.408000', '150115.411000', '150115.414000', '150115.416000', '150115.419000', '150115.421000', '150115.424000', '150115.426000', '150115.429000', '150115.432000', '150115.434000', '150115.437000', '150115.440000', '150115.442000', '150115.445000', '150115.447000', '150115.450000', '150135.340000', '150135.342000', '150135.345000', '150135.348000', '150135.350000', '150135.353000', '150135.355000', '150135.358000', '150135.361000', '150135.363000', '150135.366000', '150135.368000', '150135.371000', '150135.374000', '150135.376000', '150135.379000', '150135.381000', '150135.384000', '150135.386000', '150135.389000', '150135.392000', '150135.394000', '150135.397000', '150135.399000', '150135.402000', '150135.404000', '150135.407000', '150135.409000', '150135.412000', '150135.415000', '150135.417000', '150135.420000', '150135.422000', '150135.425000', '150135.427000', '150135.430000', '150135.432000', '150135.435000', '150135.438000', '150135.440000', '150135.443000', '150135.445000', '150135.448000', '150135.451000', '150155.340000', '150155.342000', '150155.345000', '150155.348000', '150155.350000', '150155.353000', '150155.355000', '150155.358000', '150155.360000', '150155.363000', '150155.366000', '150155.368000', '150155.371000', '150155.373000', '150155.376000', '150155.378000', '150155.381000', '150155.384000', '150155.386000', '150155.389000', '150155.391000', '150155.394000', '150155.396000', '150155.399000', '150155.402000', '150155.404000', '150155.407000', '150155.409000', '150155.412000', '150155.414000', '150155.417000', '150155.420000', '150155.422000', '150155.433000', '150155.436000', '150155.439000', '150155.442000', '150155.444000', '150155.447000', '150155.450000', '150155.452000', '150155.455000', '150155.457000', '150215.339000', '150215.342000', '150215.345000', '150215.347000', '150215.350000', '150215.353000', '150215.355000', '150215.358000', '150215.360000', '150215.363000', '150215.366000', '150215.368000', '150215.371000', '150215.373000', '150215.376000', '150215.378000', '150215.381000', '150215.383000', '150215.386000', '150215.389000', '150215.391000', '150215.394000', '150215.397000', '150215.399000', '150215.402000', '150215.404000', '150215.407000', '150215.409000', '150215.412000', '150215.415000', '150215.417000', '150215.420000', '150215.422000', '150215.425000', '150215.428000', '150215.430000', '150215.433000', '150215.435000', '150215.438000', '150215.440000', '150215.443000', '150215.445000', '150215.448000', '150215.451000', '150235.339000', '150235.343000', '150235.346000', '150235.348000', '150235.351000', '150235.354000', '150235.356000', '150235.359000', '150235.362000', '150235.364000', '150235.367000', '150235.369000', '150235.372000', '150235.375000', '150235.377000', '150235.380000', '150235.382000', '150235.385000', '150235.388000', '150235.390000', '150235.393000', '150235.395000', '150235.398000', '150235.400000', '150235.403000', '150235.406000', '150235.409000', '150235.411000', '150235.414000', '150235.416000', '150235.419000', '150235.422000', '150235.424000', '150235.427000', '150235.429000', '150235.432000', '150235.435000', '150235.437000', '150235.440000', '150235.443000', '150235.445000', '150235.448000', '150235.450000', '150255.341000', '150255.344000', '150255.346000', '150255.349000', '150255.352000', '150255.354000', '150255.357000', '150255.360000', '150255.362000', '150255.365000', '150255.367000', '150255.376000', '150255.379000', '150255.381000', '150255.384000', '150255.387000', '150255.390000', '150255.392000', '150255.395000', '150255.397000', '150255.400000', '150255.403000', '150255.405000', '150255.408000', '150255.410000', '150255.413000', '150255.416000', '150255.418000', '150255.421000', '150255.424000', '150255.426000', '150255.429000', '150255.432000', '150255.434000', '150255.437000', '150255.439000', '150255.442000', '150255.445000', '150255.447000', '150255.450000', '150255.452000', '150255.455000', '150255.457000', '150255.460000', '150315.340000', '150315.342000', '150315.345000', '150315.348000', '150315.350000', '150315.353000', '150315.355000', '150315.358000', '150315.361000', '150315.363000', '150315.366000', '150315.368000', '150315.371000', '150315.374000', '150315.376000', '150315.379000', '150315.381000', '150315.384000', '150315.386000', '150315.389000', '150315.391000', '150315.394000', '150315.396000', '150315.399000', '150315.402000', '150315.404000', '150315.407000', '150315.409000', '150315.412000', '150315.414000', '150315.417000', '150315.420000', '150315.422000', '150315.425000', '150315.427000', '150315.430000', '150315.433000', '150315.435000', '150315.438000', '150315.440000', '150315.443000', '150315.446000', '150315.448000', '150335.356000', '150335.360000', '150335.362000', '150335.365000', '150335.367000', '150335.370000', '150335.373000', '150335.375000', '150335.378000', '150335.380000', '150335.383000', '150335.386000', '150335.388000', '150335.391000', '150335.394000', '150335.396000', '150335.399000', '150335.402000', '150335.404000', '150335.407000', '150335.409000', '150335.412000', '150335.415000', '150335.417000', '150335.420000', '150335.422000', '150335.425000', '150335.428000', '150335.430000', '150335.433000', '150335.435000', '150335.438000', '150335.441000', '150335.443000', '150335.446000', '150335.448000', '150335.451000', '150335.454000', '150335.456000', '150335.459000', '150335.461000', '150335.464000', '150335.467000', '150335.469000', '150355.339000', '150355.342000', '150355.345000', '150355.348000', '150355.350000', '150355.353000', '150355.356000', '150355.358000', '150355.361000', '150355.364000', '150355.366000', '150355.369000', '150355.371000', '150355.374000', '150355.377000', '150355.379000', '150355.382000', '150355.384000', '150355.387000', '150355.389000', '150355.392000', '150355.394000', '150355.397000', '150355.399000', '150355.402000', '150355.405000', '150355.407000', '150355.410000', '150355.412000', '150355.415000', '150355.417000', '150355.420000', '150355.423000', '150355.425000', '150355.428000', '150355.431000', '150355.433000', '150355.436000', '150355.438000', '150355.441000', '150355.444000', '150355.446000', '150355.449000', '150415.340000', '150415.343000', '150415.345000', '150415.348000', '150415.351000', '150415.353000', '150415.356000', '150415.358000', '150415.361000', '150415.364000', '150415.366000', '150415.369000', '150415.372000', '150415.374000', '150415.377000', '150415.380000', '150415.382000', '150415.385000', '150415.387000', '150415.390000', '150415.393000', '150415.395000', '150415.398000', '150415.401000', '150415.403000', '150415.406000', '150415.408000', '150415.411000', '150415.413000', '150415.416000', '150415.419000', '150415.421000', '150415.424000', '150415.426000', '150415.429000', '150415.431000', '150415.434000', '150415.436000', '150415.439000', '150415.442000', '150415.444000', '150415.447000', '150415.449000', '150415.452000', '150435.340000', '150435.342000', '150435.345000', '150435.348000', '150435.350000', '150435.353000', '150435.355000', '150435.358000', '150435.360000', '150435.363000', '150435.366000', '150435.368000', '150435.371000', '150435.374000', '150435.376000', '150435.379000', '150435.381000', '150435.384000', '150435.386000', '150435.389000', '150435.392000', '150435.394000', '150435.397000', '150435.399000', '150435.402000', '150435.404000', '150435.407000', '150435.409000', '150435.412000', '150435.415000', '150435.417000', '150435.420000', '150435.422000', '150435.425000', '150435.427000', '150435.430000', '150435.432000', '150435.435000', '150435.438000', '150435.440000', '150435.443000', '150435.445000', '150435.448000', '150455.340000', '150455.342000', '150455.345000', '150455.348000', '150455.350000', '150455.353000', '150455.355000', '150455.358000', '150455.360000', '150455.363000', '150455.365000', '150455.377000', '150455.380000', '150455.382000', '150455.385000', '150455.387000', '150455.390000', '150455.393000', '150455.395000', '150455.398000', '150455.400000', '150455.403000', '150455.405000', '150455.408000', '150455.411000', '150455.413000', '150455.416000', '150455.418000', '150455.421000', '150455.423000', '150455.426000', '150455.429000', '150455.431000', '150455.434000', '150455.436000', '150455.439000', '150455.442000', '150455.444000', '150455.447000', '150455.450000', '150455.453000', '150455.455000', '150455.458000', '150455.461000', '150515.341000', '150515.343000', '150515.346000', '150515.349000', '150515.351000', '150515.354000', '150515.356000', '150515.359000', '150515.362000', '150515.364000', '150515.367000', '150515.369000', '150515.372000', '150515.375000', '150515.377000', '150515.380000', '150515.382000', '150515.385000', '150515.387000', '150515.390000', '150515.392000', '150515.401000', '150515.404000', '150515.407000', '150515.409000', '150515.412000', '150515.415000', '150515.417000', '150515.420000', '150515.422000', '150515.425000', '150515.428000', '150515.430000', '150515.433000', '150515.436000', '150515.438000', '150515.441000', '150515.444000', '150515.446000', '150515.449000', '150515.452000', '150515.454000', '150515.457000', '150535.340000', '150535.342000', '150535.345000', '150535.348000', '150535.350000', '150535.353000', '150535.355000', '150535.358000', '150535.361000', '150535.363000', '150535.366000', '150535.369000', '150535.372000', '150535.374000', '150535.377000', '150535.380000', '150535.382000', '150535.385000', '150535.388000', '150535.391000', '150535.393000', '150535.396000', '150535.399000', '150535.401000', '150535.404000', '150535.406000', '150535.409000', '150535.412000', '150535.414000', '150535.417000', '150535.420000', '150535.422000', '150535.425000', '150535.428000', '150535.430000', '150535.433000', '150535.436000', '150535.438000', '150535.441000', '150535.444000', '150535.446000', '150535.449000', '150535.452000', '150535.454000', '150555.339000', '150555.342000', '150555.345000', '150555.348000', '150555.350000', '150555.353000', '150555.356000', '150555.358000', '150555.361000', '150555.363000', '150555.366000', '150555.369000', '150555.371000', '150555.374000', '150555.377000', '150555.379000', '150555.382000', '150555.384000', '150555.387000', '150555.389000', '150555.392000', '150555.395000', '150555.397000', '150555.400000', '150555.402000', '150555.405000', '150555.408000', '150555.410000', '150555.413000', '150555.415000', '150555.418000', '150555.420000', '150555.423000', '150555.426000', '150555.428000', '150555.431000', '150555.433000', '150555.436000', '150555.439000', '150555.441000', '150555.444000', '150555.446000', '150555.449000', '150615.327000', '150615.330000', '150615.333000', '150615.336000', '150615.338000', '150615.341000', '150615.344000', '150615.347000', '150615.350000', '150615.353000', '150615.355000', '150615.358000', '150615.361000', '150615.363000', '150615.366000', '150615.369000', '150615.371000', '150615.374000', '150615.377000', '150615.380000', '150615.382000', '150615.386000', '150615.388000', '150615.391000', '150615.394000', '150615.397000', '150615.400000', '150615.403000', '150615.406000', '150615.417000', '150615.419000', '150615.422000', '150615.425000', '150615.428000', '150615.431000', '150615.434000', '150615.437000', '150615.440000', '150615.443000', '150615.445000', '150615.448000', '150615.451000', '150615.453000', '150615.456000'], 'InstanceCreationTime': ['145735.376000', '145735.385000', '145735.391000', '145735.394000', '145735.396000', '145735.407000', '145735.410000', '145735.413000', '145735.415000', '145735.418000', '145735.420000', '145735.423000', '145735.425000', '145735.428000', '145735.431000', '145735.433000', '145735.436000', '145735.438000', '145735.441000', '145735.448000', '145735.450000', '145735.453000', '145735.455000', '145735.458000', '145735.460000', '145735.463000', '145755.339000', '145755.342000', '145755.345000', '145755.354000', '145755.356000', '145755.359000', '145755.362000', '145755.364000', '145755.367000', '145755.370000', '145755.372000', '145755.375000', '145755.378000', '145755.380000', '145755.383000', '145755.385000', '145755.388000', '145755.390000', '145755.393000', '145755.395000', '145755.398000', '145755.400000', '145755.403000', '145755.405000', '145755.408000', '145755.411000', '145755.421000', '145755.424000', '145755.426000', '145755.429000', '145755.432000', '145755.434000', '145755.437000', '145755.440000', '145755.443000', '145755.446000', '145755.448000', '145755.451000', '145755.453000', '145755.456000', '145755.459000', '145755.461000', '145755.464000', '145815.340000', '145815.343000', '145815.346000', '145815.348000', '145815.351000', '145815.354000', '145815.356000', '145815.359000', '145815.361000', '145815.364000', '145815.366000', '145815.369000', '145815.371000', '145815.374000', '145815.376000', '145815.379000', '145815.382000', '145815.384000', '145815.387000', '145815.389000', '145815.392000', '145815.394000', '145815.397000', '145815.399000', '145815.402000', '145815.404000', '145815.407000', '145815.409000', '145815.412000', '145815.415000', '145815.417000', '145815.420000', '145815.422000', '145815.425000', '145815.427000', '145815.430000', '145815.432000', '145815.435000', '145815.437000', '145815.440000', '145815.443000', '145815.445000', '145815.448000', '145815.450000', '145835.340000', '145835.342000', '145835.345000', '145835.348000', '145835.350000', '145835.353000', '145835.355000', '145835.358000', '145835.360000', '145835.363000', '145835.365000', '145835.368000', '145835.371000', '145835.373000', '145835.376000', '145835.378000', '145835.381000', '145835.383000', '145835.386000', '145835.389000', '145835.391000', '145835.394000', '145835.396000', '145835.399000', '145835.401000', '145835.404000', '145835.407000', '145835.409000', '145835.412000', '145835.414000', '145835.417000', '145835.419000', '145835.422000', '145835.424000', '145835.427000', '145835.430000', '145835.432000', '145835.435000', '145835.437000', '145835.440000', '145835.442000', '145835.445000', '145835.447000', '145835.450000', '145855.340000', '145855.342000', '145855.345000', '145855.348000', '145855.350000', '145855.353000', '145855.355000', '145855.358000', '145855.360000', '145855.363000', '145855.366000', '145855.368000', '145855.375000', '145855.378000', '145855.380000', '145855.383000', '145855.385000', '145855.388000', '145855.390000', '145855.393000', '145855.396000', '145855.398000', '145855.401000', '145855.403000', '145855.406000', '145855.408000', '145855.411000', '145855.414000', '145855.416000', '145855.419000', '145855.421000', '145855.424000', '145855.426000', '145855.429000', '145855.431000', '145855.434000', '145855.436000', '145855.439000', '145855.441000', '145855.444000', '145855.447000', '145855.449000', '145855.452000', '145915.339000', '145915.342000', '145915.345000', '145915.347000', '145915.350000', '145915.353000', '145915.355000', '145915.358000', '145915.360000', '145915.363000', '145915.365000', '145915.369000', '145915.371000', '145915.374000', '145915.377000', '145915.379000', '145915.382000', '145915.384000', '145915.387000', '145915.390000', '145915.392000', '145915.395000', '145915.397000', '145915.400000', '145915.402000', '145915.405000', '145915.408000', '145915.411000', '145915.414000', '145915.417000', '145915.419000', '145915.422000', '145915.424000', '145915.427000', '145915.429000', '145915.432000', '145915.434000', '145915.437000', '145915.440000', '145915.442000', '145915.445000', '145915.447000', '145915.450000', '145935.340000', '145935.343000', '145935.345000', '145935.348000', '145935.350000', '145935.353000', '145935.355000', '145935.358000', '145935.360000', '145935.363000', '145935.365000', '145935.368000', '145935.371000', '145935.373000', '145935.376000', '145935.379000', '145935.381000', '145935.384000', '145935.386000', '145935.389000', '145935.391000', '145935.394000', '145935.397000', '145935.399000', '145935.402000', '145935.404000', '145935.407000', '145935.409000', '145935.412000', '145935.415000', '145935.417000', '145935.420000', '145935.422000', '145935.425000', '145935.427000', '145935.430000', '145935.433000', '145935.435000', '145935.438000', '145935.440000', '145935.443000', '145935.446000', '145935.448000', '145935.451000', '145955.340000', '145955.342000', '145955.345000', '145955.347000', '145955.350000', '145955.353000', '145955.355000', '145955.358000', '145955.360000', '145955.363000', '145955.366000', '145955.368000', '145955.371000', '145955.374000', '145955.376000', '145955.379000', '145955.381000', '145955.384000', '145955.386000', '145955.389000', '145955.391000', '145955.394000', '145955.397000', '145955.399000', '145955.402000', '145955.404000', '145955.407000', '145955.409000', '145955.412000', '145955.415000', '145955.417000', '145955.420000', '145955.422000', '145955.425000', '145955.427000', '145955.430000', '145955.432000', '145955.435000', '145955.438000', '145955.440000', '145955.443000', '145955.445000', '145955.448000', '150015.339000', '150015.342000', '150015.345000', '150015.347000', '150015.350000', '150015.353000', '150015.355000', '150015.358000', '150015.360000', '150015.363000', '150015.365000', '150015.368000', '150015.371000', '150015.373000', '150015.376000', '150015.378000', '150015.381000', '150015.384000', '150015.386000', '150015.389000', '150015.391000', '150015.394000', '150015.396000', '150015.399000', '150015.402000', '150015.404000', '150015.407000', '150015.409000', '150015.412000', '150015.415000', '150015.417000', '150015.420000', '150015.422000', '150015.425000', '150015.428000', '150015.430000', '150015.433000', '150015.435000', '150015.438000', '150015.441000', '150015.443000', '150015.446000', '150015.448000', '150015.451000', '150035.340000', '150035.343000', '150035.346000', '150035.349000', '150035.351000', '150035.354000', '150035.356000', '150035.359000', '150035.367000', '150035.370000', '150035.372000', '150035.375000', '150035.378000', '150035.380000', '150035.383000', '150035.387000', '150035.389000', '150035.392000', '150035.395000', '150035.397000', '150035.400000', '150035.402000', '150035.405000', '150035.408000', '150035.410000', '150035.413000', '150035.415000', '150035.418000', '150035.421000', '150035.423000', '150035.426000', '150035.428000', '150035.431000', '150035.433000', '150035.436000', '150035.439000', '150035.441000', '150035.444000', '150035.446000', '150035.450000', '150035.453000', '150035.456000', '150035.458000', '150055.339000', '150055.342000', '150055.345000', '150055.347000', '150055.350000', '150055.353000', '150055.355000', '150055.358000', '150055.360000', '150055.363000', '150055.365000', '150055.368000', '150055.371000', '150055.373000', '150055.376000', '150055.378000', '150055.381000', '150055.383000', '150055.386000', '150055.389000', '150055.391000', '150055.394000', '150055.396000', '150055.399000', '150055.401000', '150055.404000', '150055.406000', '150055.409000', '150055.411000', '150055.414000', '150055.417000', '150055.419000', '150055.422000', '150055.424000', '150055.427000', '150055.429000', '150055.432000', '150055.435000', '150055.437000', '150055.440000', '150055.442000', '150055.445000', '150055.448000', '150055.450000', '150115.339000', '150115.342000', '150115.345000', '150115.348000', '150115.350000', '150115.353000', '150115.355000', '150115.358000', '150115.361000', '150115.363000', '150115.366000', '150115.368000', '150115.371000', '150115.374000', '150115.376000', '150115.379000', '150115.381000', '150115.384000', '150115.386000', '150115.389000', '150115.392000', '150115.394000', '150115.397000', '150115.399000', '150115.402000', '150115.405000', '150115.408000', '150115.411000', '150115.414000', '150115.416000', '150115.419000', '150115.421000', '150115.424000', '150115.426000', '150115.429000', '150115.432000', '150115.434000', '150115.437000', '150115.440000', '150115.442000', '150115.445000', '150115.447000', '150115.450000', '150135.340000', '150135.342000', '150135.345000', '150135.348000', '150135.350000', '150135.353000', '150135.355000', '150135.358000', '150135.361000', '150135.363000', '150135.366000', '150135.368000', '150135.371000', '150135.374000', '150135.376000', '150135.379000', '150135.381000', '150135.384000', '150135.386000', '150135.389000', '150135.392000', '150135.394000', '150135.397000', '150135.399000', '150135.402000', '150135.404000', '150135.407000', '150135.409000', '150135.412000', '150135.415000', '150135.417000', '150135.420000', '150135.422000', '150135.425000', '150135.427000', '150135.430000', '150135.432000', '150135.435000', '150135.438000', '150135.440000', '150135.443000', '150135.445000', '150135.448000', '150135.451000', '150155.340000', '150155.342000', '150155.345000', '150155.348000', '150155.350000', '150155.353000', '150155.355000', '150155.358000', '150155.360000', '150155.363000', '150155.366000', '150155.368000', '150155.371000', '150155.373000', '150155.376000', '150155.378000', '150155.381000', '150155.384000', '150155.386000', '150155.389000', '150155.391000', '150155.394000', '150155.396000', '150155.399000', '150155.402000', '150155.404000', '150155.407000', '150155.409000', '150155.412000', '150155.414000', '150155.417000', '150155.420000', '150155.422000', '150155.433000', '150155.436000', '150155.439000', '150155.442000', '150155.444000', '150155.447000', '150155.450000', '150155.452000', '150155.455000', '150155.457000', '150215.339000', '150215.342000', '150215.345000', '150215.347000', '150215.350000', '150215.353000', '150215.355000', '150215.358000', '150215.360000', '150215.363000', '150215.366000', '150215.368000', '150215.371000', '150215.373000', '150215.376000', '150215.378000', '150215.381000', '150215.383000', '150215.386000', '150215.389000', '150215.391000', '150215.394000', '150215.397000', '150215.399000', '150215.402000', '150215.404000', '150215.407000', '150215.409000', '150215.412000', '150215.415000', '150215.417000', '150215.420000', '150215.422000', '150215.425000', '150215.428000', '150215.430000', '150215.433000', '150215.435000', '150215.438000', '150215.440000', '150215.443000', '150215.445000', '150215.448000', '150215.451000', '150235.339000', '150235.343000', '150235.346000', '150235.348000', '150235.351000', '150235.354000', '150235.356000', '150235.359000', '150235.362000', '150235.364000', '150235.367000', '150235.369000', '150235.372000', '150235.375000', '150235.377000', '150235.380000', '150235.382000', '150235.385000', '150235.388000', '150235.390000', '150235.393000', '150235.395000', '150235.398000', '150235.400000', '150235.403000', '150235.406000', '150235.409000', '150235.411000', '150235.414000', '150235.416000', '150235.419000', '150235.422000', '150235.424000', '150235.427000', '150235.429000', '150235.432000', '150235.435000', '150235.437000', '150235.440000', '150235.443000', '150235.445000', '150235.448000', '150235.450000', '150255.341000', '150255.344000', '150255.346000', '150255.349000', '150255.352000', '150255.354000', '150255.357000', '150255.360000', '150255.362000', '150255.365000', '150255.367000', '150255.376000', '150255.379000', '150255.381000', '150255.384000', '150255.387000', '150255.390000', '150255.392000', '150255.395000', '150255.397000', '150255.400000', '150255.403000', '150255.405000', '150255.408000', '150255.410000', '150255.413000', '150255.416000', '150255.418000', '150255.421000', '150255.424000', '150255.426000', '150255.429000', '150255.432000', '150255.434000', '150255.437000', '150255.439000', '150255.442000', '150255.445000', '150255.447000', '150255.450000', '150255.452000', '150255.455000', '150255.457000', '150255.460000', '150315.340000', '150315.342000', '150315.345000', '150315.348000', '150315.350000', '150315.353000', '150315.355000', '150315.358000', '150315.361000', '150315.363000', '150315.366000', '150315.368000', '150315.371000', '150315.374000', '150315.376000', '150315.379000', '150315.381000', '150315.384000', '150315.386000', '150315.389000', '150315.391000', '150315.394000', '150315.396000', '150315.399000', '150315.402000', '150315.404000', '150315.407000', '150315.409000', '150315.412000', '150315.414000', '150315.417000', '150315.420000', '150315.422000', '150315.425000', '150315.427000', '150315.430000', '150315.433000', '150315.435000', '150315.438000', '150315.440000', '150315.443000', '150315.446000', '150315.448000', '150335.356000', '150335.360000', '150335.362000', '150335.365000', '150335.367000', '150335.370000', '150335.373000', '150335.375000', '150335.378000', '150335.380000', '150335.383000', '150335.386000', '150335.388000', '150335.391000', '150335.394000', '150335.396000', '150335.399000', '150335.402000', '150335.404000', '150335.407000', '150335.409000', '150335.412000', '150335.415000', '150335.417000', '150335.420000', '150335.422000', '150335.425000', '150335.428000', '150335.430000', '150335.433000', '150335.435000', '150335.438000', '150335.441000', '150335.443000', '150335.446000', '150335.448000', '150335.451000', '150335.454000', '150335.456000', '150335.459000', '150335.461000', '150335.464000', '150335.467000', '150335.469000', '150355.339000', '150355.342000', '150355.345000', '150355.348000', '150355.350000', '150355.353000', '150355.356000', '150355.358000', '150355.361000', '150355.364000', '150355.366000', '150355.369000', '150355.371000', '150355.374000', '150355.377000', '150355.379000', '150355.382000', '150355.384000', '150355.387000', '150355.389000', '150355.392000', '150355.394000', '150355.397000', '150355.399000', '150355.402000', '150355.405000', '150355.407000', '150355.410000', '150355.412000', '150355.415000', '150355.417000', '150355.420000', '150355.423000', '150355.425000', '150355.428000', '150355.431000', '150355.433000', '150355.436000', '150355.438000', '150355.441000', '150355.444000', '150355.446000', '150355.449000', '150415.340000', '150415.343000', '150415.345000', '150415.348000', '150415.351000', '150415.353000', '150415.356000', '150415.358000', '150415.361000', '150415.364000', '150415.366000', '150415.369000', '150415.372000', '150415.374000', '150415.377000', '150415.380000', '150415.382000', '150415.385000', '150415.387000', '150415.390000', '150415.393000', '150415.395000', '150415.398000', '150415.401000', '150415.403000', '150415.406000', '150415.408000', '150415.411000', '150415.413000', '150415.416000', '150415.419000', '150415.421000', '150415.424000', '150415.426000', '150415.429000', '150415.431000', '150415.434000', '150415.436000', '150415.439000', '150415.442000', '150415.444000', '150415.447000', '150415.449000', '150415.452000', '150435.340000', '150435.342000', '150435.345000', '150435.348000', '150435.350000', '150435.353000', '150435.355000', '150435.358000', '150435.360000', '150435.363000', '150435.366000', '150435.368000', '150435.371000', '150435.374000', '150435.376000', '150435.379000', '150435.381000', '150435.384000', '150435.386000', '150435.389000', '150435.392000', '150435.394000', '150435.397000', '150435.399000', '150435.402000', '150435.404000', '150435.407000', '150435.409000', '150435.412000', '150435.415000', '150435.417000', '150435.420000', '150435.422000', '150435.425000', '150435.427000', '150435.430000', '150435.432000', '150435.435000', '150435.438000', '150435.440000', '150435.443000', '150435.445000', '150435.448000', '150455.340000', '150455.342000', '150455.345000', '150455.348000', '150455.350000', '150455.353000', '150455.355000', '150455.358000', '150455.360000', '150455.363000', '150455.365000', '150455.377000', '150455.380000', '150455.382000', '150455.385000', '150455.387000', '150455.390000', '150455.393000', '150455.395000', '150455.398000', '150455.400000', '150455.403000', '150455.405000', '150455.408000', '150455.411000', '150455.413000', '150455.416000', '150455.418000', '150455.421000', '150455.423000', '150455.426000', '150455.429000', '150455.431000', '150455.434000', '150455.436000', '150455.439000', '150455.442000', '150455.444000', '150455.447000', '150455.450000', '150455.453000', '150455.455000', '150455.458000', '150455.461000', '150515.341000', '150515.343000', '150515.346000', '150515.349000', '150515.351000', '150515.354000', '150515.356000', '150515.359000', '150515.362000', '150515.364000', '150515.367000', '150515.369000', '150515.372000', '150515.375000', '150515.377000', '150515.380000', '150515.382000', '150515.385000', '150515.387000', '150515.390000', '150515.392000', '150515.401000', '150515.404000', '150515.407000', '150515.409000', '150515.412000', '150515.415000', '150515.417000', '150515.420000', '150515.422000', '150515.425000', '150515.428000', '150515.430000', '150515.433000', '150515.436000', '150515.438000', '150515.441000', '150515.444000', '150515.446000', '150515.449000', '150515.452000', '150515.454000', '150515.457000', '150535.340000', '150535.342000', '150535.345000', '150535.348000', '150535.350000', '150535.353000', '150535.355000', '150535.358000', '150535.361000', '150535.363000', '150535.366000', '150535.369000', '150535.372000', '150535.374000', '150535.377000', '150535.380000', '150535.382000', '150535.385000', '150535.388000', '150535.391000', '150535.393000', '150535.396000', '150535.399000', '150535.401000', '150535.404000', '150535.406000', '150535.409000', '150535.412000', '150535.414000', '150535.417000', '150535.420000', '150535.422000', '150535.425000', '150535.428000', '150535.430000', '150535.433000', '150535.436000', '150535.438000', '150535.441000', '150535.444000', '150535.446000', '150535.449000', '150535.452000', '150535.454000', '150555.339000', '150555.342000', '150555.345000', '150555.348000', '150555.350000', '150555.353000', '150555.356000', '150555.358000', '150555.361000', '150555.363000', '150555.366000', '150555.369000', '150555.371000', '150555.374000', '150555.377000', '150555.379000', '150555.382000', '150555.384000', '150555.387000', '150555.389000', '150555.392000', '150555.395000', '150555.397000', '150555.400000', '150555.402000', '150555.405000', '150555.408000', '150555.410000', '150555.413000', '150555.415000', '150555.418000', '150555.420000', '150555.423000', '150555.426000', '150555.428000', '150555.431000', '150555.433000', '150555.436000', '150555.439000', '150555.441000', '150555.444000', '150555.446000', '150555.449000', '150615.327000', '150615.330000', '150615.333000', '150615.336000', '150615.338000', '150615.341000', '150615.344000', '150615.347000', '150615.350000', '150615.353000', '150615.355000', '150615.358000', '150615.361000', '150615.363000', '150615.366000', '150615.369000', '150615.371000', '150615.374000', '150615.377000', '150615.380000', '150615.382000', '150615.386000', '150615.388000', '150615.391000', '150615.394000', '150615.397000', '150615.400000', '150615.403000', '150615.406000', '150615.417000', '150615.419000', '150615.422000', '150615.425000', '150615.428000', '150615.431000', '150615.434000', '150615.437000', '150615.440000', '150615.443000', '150615.445000', '150615.448000', '150615.451000', '150615.453000', '150615.456000'], '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': [13692, 9928, 14788, 11993, 16282, 8365, 9903, 7688, 9597, 8045, 8880, 10568, 8831, 14448, 8736, 13846, 9535, 12385, 8079, 10319, 7845, 10176, 7783, 11320, 9273, 11095, 9159, 9684, 13177, 9513, 16468, 10532, 15316, 9164, 13067, 8354, 12016, 7900, 12408, 8677, 12429, 7683, 9490, 8881, 8923, 15221, 9442, 17328, 10914, 14363, 8134, 11243, 7686, 10508, 7839, 12470, 8109, 10170, 8120, 9258, 10360, 8777, 15970, 10397, 16302, 8542, 12617, 8129, 11373, 8453, 13654, 8548, 10829, 7303, 9715, 7999, 10068, 12971, 10364, 13402, 8858, 14840, 8769, 14246, 9611, 14979, 9166, 12662, 8170, 10940, 7889, 10695, 8852, 11625, 9187, 9463, 9618, 8988, 13596, 8654, 16457, 10872, 15323, 8330, 11291, 7790, 10411, 7946, 11544, 8051, 10179, 7438, 9262, 9043, 8793, 14648, 9525, 15452, 8702, 14122, 7953, 12373, 8344, 13294, 8844, 12190, 7767, 10538, 7517, 10274, 8051, 10819, 10120, 9951, 9107, 8836, 12954, 8626, 15699, 8822, 14579, 9064, 12613, 7899, 11260, 7641, 11441, 8015, 11489, 7732, 10355, 7757, 9552, 9734, 9442, 15532, 10182, 15112, 8516, 13930, 8360, 12845, 8664, 12807, 8704, 10871, 7854, 9739, 7574, 9104, 10419, 9250, 13793, 9488, 12890, 8429, 15708, 8643, 14092, 9449, 14420, 8723, 11583, 7848, 10377, 7457, 10634, 9753, 10731, 7820, 9749, 8823, 9372, 13993, 9335, 17630, 10191, 14768, 8285, 12466, 7839, 12285, 8738, 12814, 8157, 10776, 7401, 10406, 7859, 11398, 9819, 11089, 8462, 10262, 9439, 9811, 15038, 10606, 14918, 9271, 15765, 8911, 13856, 9675, 13717, 9865, 12515, 7921, 10740, 7762, 10589, 7979, 10536, 11011, 10958, 8780, 9549, 9290, 9290, 12995, 9239, 18107, 10676, 15529, 8382, 12024, 7552, 11228, 7880, 11971, 8118, 10813, 7608, 9995, 7715, 10176, 8557, 12044, 8392, 10805, 8304, 10268, 8935, 10498, 12798, 10964, 8419, 9284, 8864, 9538, 12643, 10068, 11880, 9582, 11222, 8807, 12934, 8949, 15726, 10495, 13190, 8374, 12196, 8124, 14328, 9326, 15963, 9181, 13986, 8283, 12609, 8360, 12958, 9271, 13390, 8157, 10778, 7652, 10320, 7568, 11704, 8403, 10269, 7261, 9521, 7167, 9746, 8253, 11268, 8178, 10344, 8113, 10236, 9310, 10657, 13351, 10168, 12493, 8923, 13891, 8811, 15673, 10717, 15854, 9815, 12636, 8148, 10991, 7722, 12005, 8631, 13981, 8502, 11739, 7923, 10536, 7817, 11659, 8637, 12335, 7569, 10357, 7421, 10178, 7888, 10838, 9695, 11648, 7512, 10021, 7669, 9772, 8504, 9975, 10839, 9500, 8708, 8857, 10755, 8791, 14221, 8405, 15720, 9889, 14500, 8406, 13321, 8329, 12197, 8499, 12370, 8222, 13243, 8491, 11709, 7531, 10932, 7607, 12157, 8928, 14010, 8369, 12522, 7872, 11316, 7773, 10727, 8242, 11501, 7706, 9821, 7417, 9290, 8123, 9498, 9494, 10676, 14675, 18157, 10571, 10483, 7411, 10218, 8169, 13673, 8497, 13641, 8750, 12800, 7883, 12700, 8764, 11058, 7671, 9938, 7782, 9844, 11778, 9839, 15747, 12263, 17595, 13986, 18007, 13320, 18195, 11869, 14464, 8981, 12083, 8640, 11816, 8166, 11646, 8500, 12598, 8078, 11359, 8027, 11636, 8267, 12122, 8313, 12274, 8507, 13800, 8636, 11415, 7661, 10581, 7719, 10733, 7932, 11699, 8457, 11301, 7518, 10614, 7575, 10910, 7863, 11832, 8737, 13235, 8180, 11170, 7828, 12589, 7743, 11517, 7648, 12439, 8206, 10418, 7717, 10792, 7606, 10651, 8004, 14578, 9831, 12733, 9082, 7416, 9502, 7810, 11614, 8107, 14537, 10537, 17259, 11684, 11463, 8544, 8320, 9415, 8436, 10751, 10539, 14445, 10410, 15193, 8024, 11242, 8193, 12426, 8382, 13023, 9077, 15918, 10580, 13289, 8092, 12146, 8033, 13394, 8361, 11717, 12506, 14826, 8358, 9666, 7215, 10007, 7331, 10175, 8452, 11111, 10894, 10335, 7929, 9319, 9076, 9033, 15112, 9234, 16866, 11590, 16585, 10326, 13559, 8021, 10581, 7674, 11038, 8153, 13590, 8257, 10275, 7428, 9300, 7566, 9582, 10078, 9382, 13469, 8093, 13711, 7733, 11181, 7375, 9739, 7496, 9940, 7415, 9359, 7697, 8550, 9916, 8569, 14309, 9128, 14861, 8596, 14063, 8917, 13365, 9505, 13345, 8394, 11217, 7515, 10280, 7704, 10242, 8251, 10253, 8444, 9772, 10269, 9190, 14296, 8844, 16650, 10026, 15004, 9130, 13818, 8652, 12683, 8763, 14026, 9597, 15030, 8294, 11783, 7533, 10942, 7640, 11629, 8127, 12243, 7548, 10478, 7690, 9974, 7278, 9944, 8915, 11134, 7923, 10147, 7343, 9866, 8429, 10126, 12776, 11510, 12055, 10009, 8593, 9400, 9769, 9495, 15987, 11129, 15795, 9201, 13559, 8453, 14286, 8622, 14967, 10543, 15391, 9818, 12437, 8021, 10847, 7841, 11469, 9321, 14898, 8766, 9700, 7948, 9219, 9626, 8803, 15190, 10810, 17302, 10771, 13128, 8460, 10125, 8105, 13605, 9930, 12365, 8518, 10868, 8151, 14339, 8380, 14864, 10777, 15618, 10022, 10410, 7933, 9465, 7472, 9669, 9837, 10167, 13411, 9362, 12507, 8624, 13336, 8273, 12922, 9113, 14308, 9501, 12988, 8164, 11256, 8211, 11047, 7791, 11427, 8236, 13013, 7663, 9730, 7654, 9102, 8372, 8818, 10456, 8935, 14496, 10212, 13955, 8784, 12284, 8409, 13444, 8331, 12380, 8883, 12659, 8904, 11874, 7595, 9574, 7878, 9445, 7494, 9339, 9236, 9641, 10190, 8640, 11911, 8247, 13122, 8454, 15358, 10451, 12584, 8033, 10762, 8274, 12968, 9048, 9679, 8754, 8423, 10154, 11100, 12379, 7528, 10919, 7465, 10604, 8012, 11117, 8716, 13110, 9680, 11257, 7344, 10545, 7620, 10488, 8194, 12763, 10101, 15309, 9677, 11341, 7960, 10528, 8129, 11622, 8419, 12943, 9662, 14697, 8113, 10206, 7926, 9934, 7791, 10425, 8006, 10677, 8083, 9615, 7444, 9074, 8053, 9356, 9282, 10479, 10899, 9787, 7478, 8539, 8745, 8770, 12489, 8873, 17419, 11042, 15315, 9285, 11436, 8076, 9739, 7301, 9869, 11792, 10027, 13566, 8486, 12729, 8200, 12263, 8360, 12750, 8921, 11403, 7840, 9738, 7745, 9607, 7662, 10305, 12010, 9773, 11623, 8487, 14584, 8460, 12211, 8739, 13212, 8365, 11550, 7413, 10146, 7405, 10066, 9676, 11150, 10090, 9878, 11098, 9032, 15420, 9033, 14991, 10428, 14202, 8513, 12031, 7700, 10461, 7505, 10350, 9838, 10698, 10475, 9645, 11830, 8813, 15992, 9048, 13566, 9972, 13204, 8063, 10227, 7473, 9897, 8104, 10039, 12404, 10397, 12066, 9267, 13102, 8635, 15057, 8908, 14102, 10179, 14168, 8508, 11704, 7880, 10298, 7783, 10041, 9694, 10207, 8894, 9162, 9571, 8462, 13129, 8387, 15955, 9828, 15190, 8665, 12923, 8164, 12252, 8310, 12456, 8847, 14291, 8330, 10929, 7695, 9894, 7558, 9646, 9888, 10093, 13604, 9877, 11460, 8726, 12377, 8720, 14327, 9044, 15722, 9250, 14179, 8656, 12770, 8177, 13219, 9115, 13948, 8568, 10656, 7470, 9999, 8427, 9845, 13037, 9515, 14335, 9022, 15189, 8544, 13223, 8534, 12863, 8664, 13015, 8108, 11538, 7673, 11449, 7610, 11190, 9472, 10219, 7514, 9627, 8121, 9372, 10226, 9520, 14348, 10124, 12127, 8806, 13268, 8718, 15465, 9272, 16810, 10369, 14959, 8546, 13084, 8191, 12688, 8141, 12529, 8054, 11395, 7749, 10513, 7558, 10285, 8453, 10400, 10350, 10255, 11976, 9226, 14509, 9217, 16486, 9740, 14148, 8541, 13598, 8594, 13329, 8820, 14547, 9060, 12112, 8154, 11740, 8414, 14272, 9326, 16117, 10354, 14370, 8892, 15180, 9075, 16036, 11239, 15422, 10133, 13620, 8428, 13396, 8779, 15639, 10697, 14624, 9057, 13754, 8642, 14234, 9020, 15113, 9711, 11410, 9019, 10332, 9492, 9592, 10319, 12297, 12108, 8419, 11542, 8094, 12688, 8733, 16149, 9535, 14276, 7695, 11548, 8243, 13402, 9261, 15998, 9184, 13988, 8389, 13701, 8451, 14693, 9883, 15534, 9161, 13728, 8405, 13183, 9263, 14471, 9759, 14290, 8699, 13923, 9057, 8192, 8323, 7335, 9953, 8919, 15192, 10060, 8599, 13624, 8643, 9236, 8832, 7622, 11316, 8188, 15430, 11114, 16468, 9558, 9304, 9045, 7567, 10352, 8238, 13261, 10382, 16566, 9792, 12844, 8390, 12313, 9007, 14276, 9731, 17429, 12841, 16617, 9036, 9848, 8765, 9671, 9154, 15561, 9907, 15308, 11482, 15921, 8603, 11801, 7693, 10100, 7903, 11047, 8807, 11362, 7527, 9993, 7430, 9871, 7855, 11129, 9527, 12672, 7757, 10010, 7461, 10436, 7651, 11549, 8510, 14632, 8498], 'WindowCenter': [4492.0, 4439.0, 4472.0, 4441.0, 4459.0, 4384.0, 4404.0, 4372.0, 4392.0, 4369.0, 4390.0, 4399.0, 4390.0, 4444.0, 4395.0, 4443.0, 4416.0, 4434.0, 4385.0, 4415.0, 4384.0, 4415.0, 4397.0, 4427.0, 4418.0, 4429.0, 4408.0, 4418.0, 4436.0, 4417.0, 4467.0, 4427.0, 4459.0, 4404.0, 4435.0, 4396.0, 4436.0, 4398.0, 4434.0, 4396.0, 4436.0, 4384.0, 4404.0, 4393.0, 4395.0, 4456.0, 4403.0, 4465.0, 4426.0, 4444.0, 4382.0, 4421.0, 4383.0, 4424.0, 4382.0, 4435.0, 4382.0, 4413.0, 4384.0, 4401.0, 4411.0, 4394.0, 4454.0, 4426.0, 4466.0, 4393.0, 4435.0, 4394.0, 4435.0, 4395.0, 4458.0, 4405.0, 4427.0, 4387.0, 4413.0, 4408.0, 4415.0, 4445.0, 4430.0, 4444.0, 4405.0, 4454.0, 4407.0, 4456.0, 4415.0, 4457.0, 4405.0, 4433.0, 4395.0, 4413.0, 4384.0, 4424.0, 4401.0, 4436.0, 4405.0, 4400.0, 4403.0, 4390.0, 4443.0, 4392.0, 4454.0, 4424.0, 4453.0, 4391.0, 4422.0, 4379.0, 4424.0, 4394.0, 4434.0, 4393.0, 4413.0, 4371.0, 4402.0, 4401.0, 4406.0, 4440.0, 4414.0, 4455.0, 4391.0, 4443.0, 4381.0, 4434.0, 4393.0, 4443.0, 4404.0, 4436.0, 4383.0, 4415.0, 4383.0, 4414.0, 4397.0, 4425.0, 4414.0, 4413.0, 4403.0, 4392.0, 4431.0, 4395.0, 4463.0, 4402.0, 4456.0, 4406.0, 4435.0, 4396.0, 4425.0, 4396.0, 4434.0, 4394.0, 4437.0, 4384.0, 4424.0, 4385.0, 4414.0, 4414.0, 4416.0, 4467.0, 4427.0, 4456.0, 4405.0, 4445.0, 4393.0, 4445.0, 4405.0, 4446.0, 4403.0, 4424.0, 4394.0, 4416.0, 4384.0, 4417.0, 4425.0, 4405.0, 4457.0, 4415.0, 4447.0, 4396.0, 4467.0, 4406.0, 4456.0, 4417.0, 4469.0, 4406.0, 4435.0, 4396.0, 4425.0, 4396.0, 4423.0, 4415.0, 4438.0, 4394.0, 4417.0, 4404.0, 4417.0, 4467.0, 4416.0, 4489.0, 4429.0, 4456.0, 4405.0, 4446.0, 4409.0, 4447.0, 4406.0, 4459.0, 4396.0, 4437.0, 4398.0, 4439.0, 4407.0, 4440.0, 4430.0, 4437.0, 4405.0, 4425.0, 4416.0, 4425.0, 4455.0, 4427.0, 4468.0, 4405.0, 4464.0, 4405.0, 4447.0, 4413.0, 4445.0, 4414.0, 4434.0, 4391.0, 4425.0, 4382.0, 4424.0, 4395.0, 4415.0, 4422.0, 4423.0, 4394.0, 4403.0, 4402.0, 4401.0, 4441.0, 4402.0, 4475.0, 4427.0, 4455.0, 4393.0, 4430.0, 4381.0, 4422.0, 4392.0, 4434.0, 4394.0, 4425.0, 4384.0, 4412.0, 4395.0, 4426.0, 4406.0, 4451.0, 4407.0, 4424.0, 4393.0, 4415.0, 4407.0, 4425.0, 4435.0, 4425.0, 4393.0, 4402.0, 4404.0, 4414.0, 4432.0, 4416.0, 4434.0, 4403.0, 4422.0, 4402.0, 4445.0, 4402.0, 4465.0, 4424.0, 4442.0, 4394.0, 4431.0, 4394.0, 4441.0, 4405.0, 4464.0, 4404.0, 4443.0, 4391.0, 4433.0, 4395.0, 4432.0, 4406.0, 4444.0, 4380.0, 4421.0, 4382.0, 4414.0, 4382.0, 4433.0, 4393.0, 4412.0, 4382.0, 4402.0, 4383.0, 4415.0, 4392.0, 4437.0, 4406.0, 4425.0, 4394.0, 4426.0, 4415.0, 4425.0, 4448.0, 4414.0, 4432.0, 4403.0, 4442.0, 4403.0, 4452.0, 4411.0, 4463.0, 4401.0, 4431.0, 4380.0, 4410.0, 4383.0, 4431.0, 4393.0, 4454.0, 4392.0, 4432.0, 4393.0, 4411.0, 4393.0, 4422.0, 4404.0, 4434.0, 4383.0, 4413.0, 4382.0, 4412.0, 4394.0, 4423.0, 4412.0, 4436.0, 4372.0, 4411.0, 4383.0, 4412.0, 4391.0, 4410.0, 4424.0, 4411.0, 4391.0, 4401.0, 4423.0, 4391.0, 4453.0, 4403.0, 4464.0, 4425.0, 4455.0, 4392.0, 4442.0, 4391.0, 4431.0, 4392.0, 4432.0, 4381.0, 4442.0, 4390.0, 4421.0, 4380.0, 4410.0, 4381.0, 4431.0, 4404.0, 4453.0, 4393.0, 4433.0, 4382.0, 4421.0, 4382.0, 4423.0, 4392.0, 4434.0, 4383.0, 4413.0, 4370.0, 4402.0, 4392.0, 4413.0, 4416.0, 4439.0, 4456.0, 4477.0, 4424.0, 4411.0, 4382.0, 4413.0, 4394.0, 4455.0, 4408.0, 4458.0, 4407.0, 4458.0, 4408.0, 4448.0, 4408.0, 4436.0, 4383.0, 4414.0, 4383.0, 4414.0, 4433.0, 4416.0, 4455.0, 4434.0, 4463.0, 4442.0, 4464.0, 4430.0, 4448.0, 4407.0, 4414.0, 4365.0, 4403.0, 4363.0, 4393.0, 4364.0, 4394.0, 4375.0, 4404.0, 4364.0, 4395.0, 4364.0, 4405.0, 4365.0, 4405.0, 4375.0, 4417.0, 4378.0, 4430.0, 4379.0, 4409.0, 4368.0, 4397.0, 4366.0, 4407.0, 4378.0, 4421.0, 4390.0, 4421.0, 4370.0, 4411.0, 4380.0, 4422.0, 4391.0, 4433.0, 4394.0, 4445.0, 4394.0, 4424.0, 4395.0, 4434.0, 4384.0, 4434.0, 4395.0, 4434.0, 4394.0, 4424.0, 4383.0, 4424.0, 4384.0, 4438.0, 4410.0, 4469.0, 4430.0, 4458.0, 4417.0, 4399.0, 4418.0, 4397.0, 4436.0, 4398.0, 4458.0, 4440.0, 4482.0, 4438.0, 4438.0, 4407.0, 4395.0, 4406.0, 4395.0, 4425.0, 4427.0, 4458.0, 4428.0, 4456.0, 4395.0, 4437.0, 4396.0, 4433.0, 4393.0, 4434.0, 4406.0, 4455.0, 4413.0, 4444.0, 4383.0, 4434.0, 4383.0, 4433.0, 4382.0, 4422.0, 4433.0, 4446.0, 4379.0, 4390.0, 4372.0, 4399.0, 4368.0, 4412.0, 4382.0, 4423.0, 4426.0, 4413.0, 4383.0, 4403.0, 4390.0, 4392.0, 4441.0, 4403.0, 4453.0, 4424.0, 4453.0, 4400.0, 4420.0, 4368.0, 4396.0, 4368.0, 4409.0, 4368.0, 4443.0, 4380.0, 4399.0, 4368.0, 4388.0, 4369.0, 4401.0, 4399.0, 4391.0, 4432.0, 4369.0, 4428.0, 4369.0, 4409.0, 4370.0, 4401.0, 4371.0, 4412.0, 4372.0, 4403.0, 4383.0, 4403.0, 4415.0, 4406.0, 4455.0, 4417.0, 4456.0, 4406.0, 4456.0, 4407.0, 4457.0, 4417.0, 4447.0, 4392.0, 4424.0, 4384.0, 4412.0, 4383.0, 4415.0, 4394.0, 4415.0, 4394.0, 4414.0, 4416.0, 4405.0, 4456.0, 4405.0, 4466.0, 4416.0, 4456.0, 4406.0, 4446.0, 4404.0, 4445.0, 4395.0, 4446.0, 4405.0, 4455.0, 4393.0, 4424.0, 4382.0, 4425.0, 4395.0, 4424.0, 4383.0, 4437.0, 4383.0, 4414.0, 4384.0, 4414.0, 4384.0, 4416.0, 4404.0, 4438.0, 4396.0, 4428.0, 4386.0, 4428.0, 4408.0, 4430.0, 4447.0, 4439.0, 4450.0, 4416.0, 4405.0, 4415.0, 4428.0, 4419.0, 4466.0, 4426.0, 4468.0, 4406.0, 4446.0, 4395.0, 4457.0, 4395.0, 4455.0, 4416.0, 4457.0, 4415.0, 4433.0, 4382.0, 4412.0, 4384.0, 4425.0, 4403.0, 4455.0, 4393.0, 4402.0, 4382.0, 4390.0, 4401.0, 4393.0, 4443.0, 4413.0, 4465.0, 4413.0, 4430.0, 4378.0, 4399.0, 4379.0, 4431.0, 4401.0, 4423.0, 4379.0, 4410.0, 4379.0, 4440.0, 4382.0, 4443.0, 4414.0, 4453.0, 4401.0, 4401.0, 4379.0, 4390.0, 4358.0, 4401.0, 4400.0, 4398.0, 4433.0, 4389.0, 4420.0, 4377.0, 4418.0, 4367.0, 4418.0, 4377.0, 4431.0, 4389.0, 4419.0, 4377.0, 4408.0, 4367.0, 4396.0, 4368.0, 4408.0, 4367.0, 4419.0, 4356.0, 4375.0, 4355.0, 4377.0, 4364.0, 4374.0, 4397.0, 4375.0, 4429.0, 4397.0, 4427.0, 4376.0, 4405.0, 4366.0, 4415.0, 4367.0, 4418.0, 4387.0, 4418.0, 4390.0, 4409.0, 4368.0, 4389.0, 4367.0, 4387.0, 4368.0, 4389.0, 4391.0, 4400.0, 4402.0, 4380.0, 4410.0, 4378.0, 4431.0, 4381.0, 4442.0, 4413.0, 4434.0, 4382.0, 4413.0, 4394.0, 4434.0, 4403.0, 4418.0, 4407.0, 4395.0, 4415.0, 4425.0, 4436.0, 4384.0, 4425.0, 4384.0, 4414.0, 4382.0, 4425.0, 4393.0, 4446.0, 4406.0, 4412.0, 4373.0, 4412.0, 4380.0, 4401.0, 4380.0, 4433.0, 4412.0, 4456.0, 4403.0, 4424.0, 4382.0, 4412.0, 4382.0, 4410.0, 4384.0, 4433.0, 4404.0, 4446.0, 4382.0, 4401.0, 4379.0, 4388.0, 4369.0, 4399.0, 4368.0, 4412.0, 4371.0, 4387.0, 4360.0, 4380.0, 4367.0, 4391.0, 4390.0, 4412.0, 4412.0, 4402.0, 4372.0, 4391.0, 4380.0, 4380.0, 4422.0, 4391.0, 4452.0, 4412.0, 4442.0, 4390.0, 4409.0, 4368.0, 4388.0, 4369.0, 4388.0, 4409.0, 4402.0, 4431.0, 4379.0, 4417.0, 4379.0, 4421.0, 4380.0, 4422.0, 4402.0, 4420.0, 4381.0, 4400.0, 4371.0, 4402.0, 4384.0, 4411.0, 4437.0, 4415.0, 4423.0, 4391.0, 4444.0, 4394.0, 4436.0, 4394.0, 4445.0, 4395.0, 4424.0, 4385.0, 4413.0, 4383.0, 4415.0, 4405.0, 4426.0, 4415.0, 4414.0, 4422.0, 4394.0, 4455.0, 4403.0, 4443.0, 4425.0, 4443.0, 4392.0, 4422.0, 4370.0, 4413.0, 4385.0, 4414.0, 4401.0, 4425.0, 4413.0, 4401.0, 4421.0, 4392.0, 4453.0, 4403.0, 4433.0, 4404.0, 4435.0, 4382.0, 4412.0, 4372.0, 4403.0, 4395.0, 4415.0, 4433.0, 4415.0, 4434.0, 4403.0, 4433.0, 4392.0, 4455.0, 4405.0, 4442.0, 4413.0, 4444.0, 4393.0, 4422.0, 4382.0, 4412.0, 4384.0, 4404.0, 4402.0, 4415.0, 4394.0, 4401.0, 4403.0, 4392.0, 4434.0, 4394.0, 4454.0, 4415.0, 4456.0, 4394.0, 4435.0, 4395.0, 4433.0, 4396.0, 4434.0, 4404.0, 4459.0, 4396.0, 4413.0, 4383.0, 4413.0, 4382.0, 4415.0, 4414.0, 4412.0, 4446.0, 4414.0, 4423.0, 4392.0, 4433.0, 4406.0, 4454.0, 4404.0, 4466.0, 4416.0, 4454.0, 4404.0, 4435.0, 4393.0, 4444.0, 4404.0, 4447.0, 4394.0, 4412.0, 4372.0, 4401.0, 4395.0, 4414.0, 4433.0, 4404.0, 4446.0, 4403.0, 4453.0, 4392.0, 4445.0, 4407.0, 4434.0, 4394.0, 4445.0, 4384.0, 4425.0, 4383.0, 4425.0, 4386.0, 4424.0, 4402.0, 4414.0, 4373.0, 4404.0, 4381.0, 4405.0, 4425.0, 4415.0, 4454.0, 4415.0, 4434.0, 4405.0, 4444.0, 4406.0, 4470.0, 4416.0, 4476.0, 4416.0, 4456.0, 4396.0, 4435.0, 4394.0, 4446.0, 4397.0, 4435.0, 4396.0, 4435.0, 4384.0, 4425.0, 4386.0, 4428.0, 4407.0, 4425.0, 4416.0, 4416.0, 4435.0, 4405.0, 4458.0, 4416.0, 4468.0, 4414.0, 4447.0, 4404.0, 4444.0, 4405.0, 4459.0, 4416.0, 4458.0, 4409.0, 4449.0, 4399.0, 4438.0, 4412.0, 4471.0, 4420.0, 4482.0, 4441.0, 4470.0, 4419.0, 4472.0, 4423.0, 4482.0, 4440.0, 4470.0, 4431.0, 4459.0, 4408.0, 4473.0, 4421.0, 4469.0, 4445.0, 4473.0, 4419.0, 4459.0, 4422.0, 4473.0, 4421.0, 4471.0, 4421.0, 4440.0, 4420.0, 4431.0, 4432.0, 4433.0, 4442.0, 4452.0, 4454.0, 4412.0, 4442.0, 4399.0, 4450.0, 4409.0, 4471.0, 4419.0, 4459.0, 4387.0, 4429.0, 4410.0, 4449.0, 4408.0, 4469.0, 4409.0, 4448.0, 4398.0, 4449.0, 4397.0, 4457.0, 4418.0, 4459.0, 4408.0, 4446.0, 4395.0, 4448.0, 4409.0, 4446.0, 4406.0, 4445.0, 4409.0, 4471.0, 4420.0, 4409.0, 4410.0, 4387.0, 4433.0, 4408.0, 4456.0, 4416.0, 4410.0, 4448.0, 4397.0, 4405.0, 4395.0, 4386.0, 4426.0, 4398.0, 4458.0, 4429.0, 4469.0, 4405.0, 4406.0, 4393.0, 4372.0, 4403.0, 4384.0, 4434.0, 4403.0, 4458.0, 4404.0, 4423.0, 4382.0, 4412.0, 4393.0, 4444.0, 4393.0, 4454.0, 4425.0, 4453.0, 4382.0, 4390.0, 4380.0, 4390.0, 4391.0, 4442.0, 4402.0, 4444.0, 4413.0, 4443.0, 4381.0, 4412.0, 4372.0, 4400.0, 4382.0, 4413.0, 4392.0, 4427.0, 4373.0, 4403.0, 4373.0, 4402.0, 4395.0, 4415.0, 4393.0, 4435.0, 4372.0, 4403.0, 4372.0, 4401.0, 4370.0, 4412.0, 4381.0, 4445.0, 4383.0], 'WindowWidth': [9869.0, 9782.0, 9820.0, 9771.0, 9794.0, 9683.0, 9707.0, 9661.0, 9686.0, 9655.0, 9684.0, 9696.0, 9684.0, 9765.0, 9699.0, 9762.0, 9729.0, 9751.0, 9684.0, 9724.0, 9682.0, 9726.0, 9707.0, 9745.0, 9734.0, 9749.0, 9718.0, 9731.0, 9756.0, 9733.0, 9801.0, 9747.0, 9792.0, 9710.0, 9752.0, 9699.0, 9754.0, 9709.0, 9751.0, 9702.0, 9760.0, 9682.0, 9709.0, 9693.0, 9696.0, 9784.0, 9706.0, 9799.0, 9742.0, 9766.0, 9678.0, 9730.0, 9681.0, 9740.0, 9678.0, 9756.0, 9679.0, 9722.0, 9682.0, 9703.0, 9719.0, 9698.0, 9777.0, 9745.0, 9801.0, 9695.0, 9756.0, 9701.0, 9760.0, 9700.0, 9794.0, 9716.0, 9745.0, 9695.0, 9723.0, 9726.0, 9729.0, 9770.0, 9754.0, 9770.0, 9715.0, 9782.0, 9721.0, 9787.0, 9727.0, 9790.0, 9714.0, 9750.0, 9697.0, 9721.0, 9685.0, 9739.0, 9704.0, 9760.0, 9712.0, 9703.0, 9708.0, 9688.0, 9767.0, 9693.0, 9781.0, 9741.0, 9780.0, 9689.0, 9732.0, 9675.0, 9742.0, 9700.0, 9753.0, 9697.0, 9721.0, 9664.0, 9704.0, 9706.0, 9716.0, 9757.0, 9726.0, 9781.0, 9690.0, 9763.0, 9676.0, 9753.0, 9696.0, 9765.0, 9715.0, 9756.0, 9683.0, 9726.0, 9683.0, 9727.0, 9707.0, 9741.0, 9728.0, 9723.0, 9709.0, 9693.0, 9744.0, 9698.0, 9794.0, 9707.0, 9785.0, 9716.0, 9755.0, 9703.0, 9741.0, 9706.0, 9754.0, 9700.0, 9763.0, 9686.0, 9741.0, 9690.0, 9727.0, 9730.0, 9730.0, 9801.0, 9747.0, 9787.0, 9714.0, 9769.0, 9697.0, 9772.0, 9717.0, 9771.0, 9712.0, 9741.0, 9698.0, 9729.0, 9687.0, 9735.0, 9744.0, 9716.0, 9790.0, 9730.0, 9773.0, 9704.0, 9802.0, 9721.0, 9789.0, 9734.0, 9811.0, 9719.0, 9756.0, 9704.0, 9742.0, 9708.0, 9738.0, 9728.0, 9763.0, 9700.0, 9733.0, 9714.0, 9736.0, 9804.0, 9731.0, 9840.0, 9754.0, 9789.0, 9718.0, 9773.0, 9730.0, 9777.0, 9720.0, 9797.0, 9708.0, 9762.0, 9711.0, 9772.0, 9725.0, 9771.0, 9758.0, 9764.0, 9717.0, 9743.0, 9733.0, 9746.0, 9785.0, 9748.0, 9805.0, 9715.0, 9797.0, 9714.0, 9776.0, 9723.0, 9769.0, 9727.0, 9754.0, 9693.0, 9740.0, 9680.0, 9737.0, 9700.0, 9727.0, 9734.0, 9737.0, 9698.0, 9709.0, 9706.0, 9705.0, 9760.0, 9705.0, 9813.0, 9746.0, 9783.0, 9694.0, 9743.0, 9678.0, 9735.0, 9694.0, 9754.0, 9699.0, 9741.0, 9686.0, 9722.0, 9703.0, 9745.0, 9717.0, 9786.0, 9720.0, 9740.0, 9697.0, 9728.0, 9721.0, 9741.0, 9754.0, 9742.0, 9697.0, 9708.0, 9712.0, 9728.0, 9747.0, 9732.0, 9755.0, 9709.0, 9734.0, 9709.0, 9770.0, 9707.0, 9797.0, 9739.0, 9764.0, 9698.0, 9746.0, 9702.0, 9761.0, 9714.0, 9797.0, 9710.0, 9766.0, 9692.0, 9751.0, 9702.0, 9747.0, 9717.0, 9766.0, 9676.0, 9731.0, 9679.0, 9726.0, 9680.0, 9750.0, 9697.0, 9720.0, 9681.0, 9706.0, 9687.0, 9728.0, 9695.0, 9763.0, 9717.0, 9742.0, 9702.0, 9746.0, 9731.0, 9741.0, 9779.0, 9726.0, 9749.0, 9707.0, 9761.0, 9709.0, 9775.0, 9719.0, 9796.0, 9703.0, 9746.0, 9675.0, 9715.0, 9683.0, 9745.0, 9695.0, 9782.0, 9692.0, 9748.0, 9695.0, 9717.0, 9698.0, 9733.0, 9712.0, 9755.0, 9682.0, 9721.0, 9680.0, 9720.0, 9700.0, 9736.0, 9723.0, 9761.0, 9666.0, 9719.0, 9681.0, 9719.0, 9692.0, 9714.0, 9738.0, 9718.0, 9691.0, 9704.0, 9734.0, 9692.0, 9778.0, 9712.0, 9795.0, 9744.0, 9783.0, 9695.0, 9761.0, 9690.0, 9744.0, 9691.0, 9746.0, 9675.0, 9762.0, 9689.0, 9729.0, 9674.0, 9714.0, 9676.0, 9744.0, 9711.0, 9780.0, 9695.0, 9748.0, 9679.0, 9730.0, 9680.0, 9736.0, 9694.0, 9755.0, 9681.0, 9721.0, 9663.0, 9705.0, 9695.0, 9723.0, 9734.0, 9769.0, 9786.0, 9823.0, 9738.0, 9719.0, 9682.0, 9724.0, 9699.0, 9784.0, 9726.0, 9793.0, 9723.0, 9794.0, 9727.0, 9779.0, 9723.0, 9759.0, 9684.0, 9725.0, 9684.0, 9726.0, 9751.0, 9729.0, 9786.0, 9751.0, 9795.0, 9757.0, 9794.0, 9739.0, 9764.0, 9702.0, 9709.0, 9641.0, 9691.0, 9637.0, 9680.0, 9641.0, 9681.0, 9657.0, 9698.0, 9642.0, 9685.0, 9642.0, 9698.0, 9646.0, 9698.0, 9660.0, 9719.0, 9665.0, 9740.0, 9669.0, 9708.0, 9653.0, 9690.0, 9649.0, 9705.0, 9667.0, 9727.0, 9686.0, 9729.0, 9663.0, 9716.0, 9675.0, 9731.0, 9692.0, 9748.0, 9698.0, 9771.0, 9697.0, 9738.0, 9701.0, 9752.0, 9684.0, 9753.0, 9702.0, 9753.0, 9699.0, 9739.0, 9686.0, 9738.0, 9686.0, 9766.0, 9731.0, 9812.0, 9757.0, 9792.0, 9736.0, 9714.0, 9736.0, 9707.0, 9758.0, 9709.0, 9791.0, 9769.0, 9835.0, 9765.0, 9764.0, 9721.0, 9702.0, 9716.0, 9699.0, 9741.0, 9745.0, 9794.0, 9749.0, 9788.0, 9701.0, 9760.0, 9702.0, 9748.0, 9692.0, 9749.0, 9716.0, 9784.0, 9722.0, 9767.0, 9682.0, 9752.0, 9680.0, 9746.0, 9676.0, 9729.0, 9747.0, 9770.0, 9670.0, 9685.0, 9662.0, 9696.0, 9653.0, 9717.0, 9677.0, 9737.0, 9745.0, 9722.0, 9681.0, 9706.0, 9687.0, 9690.0, 9757.0, 9706.0, 9779.0, 9739.0, 9779.0, 9698.0, 9724.0, 9653.0, 9688.0, 9651.0, 9709.0, 9653.0, 9763.0, 9670.0, 9695.0, 9654.0, 9679.0, 9657.0, 9701.0, 9695.0, 9689.0, 9745.0, 9655.0, 9736.0, 9655.0, 9710.0, 9659.0, 9701.0, 9663.0, 9718.0, 9665.0, 9707.0, 9681.0, 9710.0, 9731.0, 9717.0, 9785.0, 9734.0, 9787.0, 9717.0, 9786.0, 9719.0, 9788.0, 9732.0, 9772.0, 9694.0, 9738.0, 9682.0, 9720.0, 9683.0, 9727.0, 9700.0, 9727.0, 9700.0, 9725.0, 9730.0, 9715.0, 9784.0, 9715.0, 9802.0, 9732.0, 9787.0, 9716.0, 9771.0, 9711.0, 9768.0, 9700.0, 9770.0, 9713.0, 9784.0, 9694.0, 9737.0, 9679.0, 9739.0, 9702.0, 9738.0, 9682.0, 9758.0, 9681.0, 9724.0, 9684.0, 9724.0, 9685.0, 9730.0, 9711.0, 9765.0, 9705.0, 9749.0, 9693.0, 9749.0, 9725.0, 9756.0, 9774.0, 9768.0, 9782.0, 9732.0, 9715.0, 9729.0, 9748.0, 9737.0, 9798.0, 9743.0, 9805.0, 9715.0, 9771.0, 9700.0, 9788.0, 9699.0, 9782.0, 9728.0, 9789.0, 9725.0, 9750.0, 9679.0, 9717.0, 9683.0, 9738.0, 9707.0, 9785.0, 9692.0, 9703.0, 9678.0, 9685.0, 9700.0, 9692.0, 9761.0, 9720.0, 9798.0, 9717.0, 9740.0, 9666.0, 9696.0, 9670.0, 9738.0, 9701.0, 9731.0, 9670.0, 9712.0, 9670.0, 9752.0, 9676.0, 9760.0, 9722.0, 9780.0, 9700.0, 9700.0, 9669.0, 9682.0, 9637.0, 9701.0, 9696.0, 9694.0, 9746.0, 9681.0, 9723.0, 9662.0, 9717.0, 9648.0, 9720.0, 9662.0, 9741.0, 9682.0, 9722.0, 9662.0, 9704.0, 9649.0, 9686.0, 9650.0, 9705.0, 9648.0, 9723.0, 9633.0, 9656.0, 9630.0, 9659.0, 9639.0, 9653.0, 9688.0, 9656.0, 9733.0, 9691.0, 9730.0, 9658.0, 9698.0, 9646.0, 9711.0, 9647.0, 9718.0, 9677.0, 9719.0, 9684.0, 9708.0, 9652.0, 9679.0, 9650.0, 9676.0, 9653.0, 9684.0, 9685.0, 9699.0, 9702.0, 9669.0, 9710.0, 9666.0, 9740.0, 9673.0, 9759.0, 9723.0, 9751.0, 9678.0, 9721.0, 9694.0, 9750.0, 9709.0, 9733.0, 9716.0, 9701.0, 9725.0, 9740.0, 9758.0, 9682.0, 9739.0, 9686.0, 9722.0, 9675.0, 9737.0, 9694.0, 9771.0, 9716.0, 9719.0, 9665.0, 9718.0, 9673.0, 9698.0, 9673.0, 9746.0, 9716.0, 9783.0, 9706.0, 9736.0, 9679.0, 9718.0, 9676.0, 9712.0, 9681.0, 9745.0, 9710.0, 9770.0, 9675.0, 9700.0, 9669.0, 9679.0, 9655.0, 9696.0, 9652.0, 9717.0, 9658.0, 9677.0, 9641.0, 9668.0, 9649.0, 9686.0, 9683.0, 9718.0, 9717.0, 9702.0, 9664.0, 9686.0, 9670.0, 9671.0, 9729.0, 9686.0, 9777.0, 9715.0, 9758.0, 9683.0, 9708.0, 9651.0, 9679.0, 9656.0, 9678.0, 9709.0, 9705.0, 9739.0, 9667.0, 9718.0, 9666.0, 9730.0, 9673.0, 9729.0, 9705.0, 9727.0, 9675.0, 9700.0, 9662.0, 9708.0, 9684.0, 9717.0, 9759.0, 9725.0, 9733.0, 9690.0, 9762.0, 9698.0, 9757.0, 9695.0, 9770.0, 9701.0, 9737.0, 9685.0, 9720.0, 9683.0, 9729.0, 9712.0, 9742.0, 9725.0, 9721.0, 9730.0, 9693.0, 9782.0, 9709.0, 9761.0, 9740.0, 9765.0, 9690.0, 9730.0, 9660.0, 9718.0, 9688.0, 9722.0, 9702.0, 9742.0, 9718.0, 9700.0, 9728.0, 9688.0, 9774.0, 9708.0, 9748.0, 9707.0, 9753.0, 9677.0, 9717.0, 9664.0, 9707.0, 9701.0, 9725.0, 9748.0, 9728.0, 9750.0, 9704.0, 9747.0, 9691.0, 9781.0, 9713.0, 9760.0, 9722.0, 9768.0, 9693.0, 9731.0, 9678.0, 9716.0, 9685.0, 9707.0, 9704.0, 9728.0, 9696.0, 9703.0, 9706.0, 9691.0, 9750.0, 9699.0, 9777.0, 9729.0, 9783.0, 9697.0, 9754.0, 9698.0, 9748.0, 9703.0, 9752.0, 9709.0, 9793.0, 9702.0, 9722.0, 9681.0, 9720.0, 9679.0, 9728.0, 9722.0, 9720.0, 9771.0, 9724.0, 9734.0, 9692.0, 9748.0, 9718.0, 9780.0, 9711.0, 9799.0, 9731.0, 9780.0, 9711.0, 9754.0, 9696.0, 9766.0, 9711.0, 9774.0, 9697.0, 9718.0, 9663.0, 9702.0, 9700.0, 9726.0, 9748.0, 9710.0, 9769.0, 9708.0, 9775.0, 9692.0, 9766.0, 9720.0, 9751.0, 9698.0, 9768.0, 9683.0, 9739.0, 9682.0, 9738.0, 9690.0, 9738.0, 9705.0, 9723.0, 9667.0, 9709.0, 9677.0, 9711.0, 9743.0, 9728.0, 9779.0, 9728.0, 9752.0, 9713.0, 9766.0, 9715.0, 9811.0, 9731.0, 9815.0, 9731.0, 9784.0, 9701.0, 9754.0, 9696.0, 9770.0, 9709.0, 9755.0, 9703.0, 9754.0, 9684.0, 9740.0, 9690.0, 9750.0, 9722.0, 9741.0, 9731.0, 9729.0, 9754.0, 9713.0, 9793.0, 9733.0, 9803.0, 9726.0, 9773.0, 9713.0, 9768.0, 9715.0, 9797.0, 9732.0, 9790.0, 9724.0, 9777.0, 9711.0, 9763.0, 9733.0, 9813.0, 9742.0, 9829.0, 9773.0, 9810.0, 9739.0, 9814.0, 9749.0, 9829.0, 9768.0, 9810.0, 9755.0, 9793.0, 9722.0, 9821.0, 9745.0, 9809.0, 9783.0, 9817.0, 9739.0, 9795.0, 9746.0, 9820.0, 9743.0, 9812.0, 9743.0, 9768.0, 9741.0, 9758.0, 9760.0, 9764.0, 9774.0, 9785.0, 9793.0, 9731.0, 9773.0, 9711.0, 9779.0, 9723.0, 9815.0, 9737.0, 9792.0, 9692.0, 9748.0, 9726.0, 9779.0, 9720.0, 9805.0, 9722.0, 9775.0, 9706.0, 9776.0, 9706.0, 9786.0, 9732.0, 9792.0, 9716.0, 9767.0, 9698.0, 9773.0, 9721.0, 9768.0, 9714.0, 9767.0, 9722.0, 9812.0, 9743.0, 9726.0, 9730.0, 9694.0, 9762.0, 9722.0, 9783.0, 9729.0, 9726.0, 9777.0, 9705.0, 9711.0, 9697.0, 9686.0, 9741.0, 9707.0, 9786.0, 9749.0, 9806.0, 9712.0, 9713.0, 9691.0, 9661.0, 9704.0, 9682.0, 9748.0, 9706.0, 9790.0, 9705.0, 9729.0, 9672.0, 9713.0, 9687.0, 9760.0, 9688.0, 9777.0, 9736.0, 9771.0, 9673.0, 9680.0, 9668.0, 9681.0, 9683.0, 9755.0, 9701.0, 9761.0, 9718.0, 9759.0, 9670.0, 9713.0, 9658.0, 9695.0, 9676.0, 9714.0, 9688.0, 9742.0, 9663.0, 9703.0, 9662.0, 9700.0, 9699.0, 9721.0, 9690.0, 9751.0, 9661.0, 9702.0, 9659.0, 9698.0, 9656.0, 9714.0, 9672.0, 9768.0, 9677.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.0003290562770562771</td></tr>
<tr><td colspan=3>aqi</td><td>0.016410415411255413</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.62794692293761</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1833789568804152</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.003220139454073</td></tr>
<tr><td colspan=3>efc</td><td>0.5185</td></tr>
<tr><td colspan=3>fber</td><td>3438.7161</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07005304908616726</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.5194805194805194</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.673876043555641</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5665030297188904</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.944273293439418</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5108518075086135</td></tr>
<tr><td colspan=3>gcor</td><td>0.0120853</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013201099820435047</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027860816568136215</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1155</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.734983875467182</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>12.1112</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>62.6634</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>246.6836</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>64.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>290695.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1199.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>434.2774</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8136</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>588.3708</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3510.3878</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3754.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85849.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1113.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4671.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1005.0855</td></tr>
<tr><td colspan=3>tsnr</td><td>40.324230927508324</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>