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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0040/ses-02/func/sub-0040_ses-02_task-alignvideo_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>93b4aca0631b4d5396cccb1bb724e7c5</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:51:55.542500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.992215, -0.0426644, 0.117005, 0.0408922, 0.99901, 0.0175065]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0891101</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4146, -7739, -7194, 542, -150, -69, 110, 68]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.143</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3a52accb-45b1-4daa-9bff-ab4f334cb101||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.662038803100586, 0.10971066355705261, 0.31761765480041504, 102.87063598632812], [0.1144653782248497, 2.6802713871002197, 0.033981144428253174, -97.58558654785156], [0.31391608715057373, -0.046968650072813034, 2.6810379028320312, -51.554134368896484], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1158]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'AcquisitionTime': ['145155.542500', '145156.002500', '145156.462500', '145156.922500', '145157.382500', '145157.842500', '145158.302500', '145158.762500', '145159.222500', '145159.682500', '145200.142500', '145200.602500', '145201.062500', '145201.522500', '145201.982500', '145202.442500', '145202.902500', '145203.362500', '145203.822500', '145204.282500', '145204.742500', '145205.202500', '145205.662500', '145206.122500', '145206.582500', '145207.042500', '145207.502500', '145207.962500', '145208.422500', '145208.882500', '145209.342500', '145209.802500', '145210.262500', '145210.722500', '145211.182500', '145211.642500', '145212.102500', '145212.562500', '145213.022500', '145213.482500', '145213.942500', '145214.402500', '145214.862500', '145215.322500', '145215.782500', '145216.242500', '145216.702500', '145217.162500', '145217.622500', '145218.082500', '145218.542500', '145219.002500', '145219.462500', '145219.922500', '145220.382500', '145220.842500', '145221.302500', '145221.762500', '145222.222500', '145222.682500', '145223.142500', '145223.602500', '145224.062500', '145224.522500', '145224.982500', '145225.442500', '145225.902500', '145226.362500', '145226.822500', '145227.282500', '145227.742500', '145228.202500', '145228.662500', '145229.122500', '145229.582500', '145230.042500', '145230.502500', '145230.962500', '145231.422500', '145231.882500', '145232.342500', '145232.802500', '145233.262500', '145233.722500', '145234.182500', '145234.642500', '145235.102500', '145235.562500', '145236.022500', '145236.482500', '145236.942500', '145237.402500', '145237.862500', '145238.322500', '145238.782500', '145239.242500', '145239.702500', '145240.162500', '145240.622500', '145241.082500', '145241.542500', '145242.002500', '145242.462500', '145242.922500', '145243.382500', '145243.842500', '145244.302500', '145244.762500', '145245.222500', '145245.682500', '145246.142500', '145246.602500', '145247.062500', '145247.522500', '145247.982500', '145248.442500', '145248.902500', '145249.362500', '145249.822500', '145250.282500', '145250.742500', '145251.202500', '145251.662500', '145252.122500', '145252.582500', '145253.042500', '145253.502500', '145253.962500', '145254.422500', '145254.882500', '145255.342500', '145255.802500', '145256.262500', '145256.722500', '145257.182500', '145257.642500', '145258.102500', '145258.562500', '145259.022500', '145259.482500', '145259.942500', '145300.402500', '145300.862500', '145301.322500', '145301.782500', '145302.242500', '145302.702500', '145303.162500', '145303.622500', '145304.082500', '145304.542500', '145305.002500', '145305.462500', '145305.922500', '145306.382500', '145306.842500', '145307.302500', '145307.762500', '145308.222500', '145308.682500', '145309.142500', '145309.602500', '145310.062500', '145310.522500', '145310.982500', '145311.442500', '145311.902500', '145312.362500', '145312.822500', '145313.282500', '145313.742500', '145314.202500', '145314.662500', '145315.122500', '145315.582500', '145316.042500', '145316.502500', '145316.962500', '145317.422500', '145317.882500', '145318.342500', '145318.802500', '145319.262500', '145319.722500', '145320.182500', '145320.642500', '145321.102500', '145321.562500', '145322.022500', '145322.482500', '145322.942500', '145323.402500', '145323.862500', '145324.322500', '145324.782500', '145325.242500', '145325.702500', '145326.162500', '145326.622500', '145327.082500', '145327.542500', '145328.002500', '145328.462500', '145328.922500', '145329.382500', '145329.842500', '145330.302500', '145330.762500', '145331.222500', '145331.682500', '145332.142500', '145332.602500', '145333.062500', '145333.522500', '145333.982500', '145334.442500', '145334.902500', '145335.362500', '145335.822500', '145336.282500', '145336.742500', '145337.202500', '145337.662500', '145338.122500', '145338.582500', '145339.042500', '145339.502500', '145339.962500', '145340.422500', '145340.882500', '145341.342500', '145341.802500', '145342.262500', '145342.722500', '145343.182500', '145343.642500', '145344.102500', '145344.562500', '145345.022500', '145345.482500', '145345.942500', '145346.402500', '145346.862500', '145347.322500', '145347.782500', '145348.242500', '145348.702500', '145349.162500', '145349.622500', '145350.082500', '145350.542500', '145351.002500', '145351.462500', '145351.922500', '145352.382500', '145352.842500', '145353.302500', '145353.762500', '145354.222500', '145354.682500', '145355.142500', '145355.602500', '145356.062500', '145356.522500', '145356.982500', '145357.442500', '145357.902500', '145358.362500', '145358.822500', '145359.282500', '145359.742500', '145400.202500', '145400.662500', '145401.122500', '145401.582500', '145402.042500', '145402.502500', '145402.962500', '145403.422500', '145403.882500', '145404.342500', '145404.802500', '145405.262500', '145405.722500', '145406.182500', '145406.642500', '145407.102500', '145407.562500', '145408.022500', '145408.482500', '145408.942500', '145409.402500', '145409.862500', '145410.322500', '145410.782500', '145411.242500', '145411.702500', '145412.162500', '145412.622500', '145413.082500', '145413.542500', '145414.002500', '145414.462500', '145414.922500', '145415.382500', '145415.842500', '145416.302500', '145416.762500', '145417.222500', '145417.682500', '145418.142500', '145418.602500', '145419.062500', '145419.522500', '145419.982500', '145420.442500', '145420.902500', '145421.362500', '145421.822500', '145422.282500', '145422.742500', '145423.202500', '145423.662500', '145424.122500', '145424.582500', '145425.042500', '145425.502500', '145425.962500', '145426.422500', '145426.882500', '145427.342500', '145427.802500', '145428.262500', '145428.722500', '145429.182500', '145429.642500', '145430.102500', '145430.562500', '145431.022500', '145431.482500', '145431.942500', '145432.402500', '145432.862500', '145433.322500', '145433.782500', '145434.242500', '145434.702500', '145435.162500', '145435.622500', '145436.082500', '145436.542500', '145437.002500', '145437.462500', '145437.922500', '145438.382500', '145438.842500', '145439.302500', '145439.762500', '145440.222500', '145440.682500', '145441.142500', '145441.602500', '145442.062500', '145442.522500', '145442.982500', '145443.442500', '145443.902500', '145444.362500', '145444.822500', '145445.282500', '145445.742500', '145446.202500', '145446.662500', '145447.122500', '145447.582500', '145448.042500', '145448.502500', '145448.962500', '145449.422500', '145449.882500', '145450.342500', '145450.802500', '145451.262500', '145451.722500', '145452.182500', '145452.642500', '145453.102500', '145453.562500', '145454.022500', '145454.482500', '145454.942500', '145455.402500', '145455.862500', '145456.322500', '145456.782500', '145457.242500', '145457.702500', '145458.162500', '145458.622500', '145459.082500', '145459.542500', '145500.002500', '145500.462500', '145500.922500', '145501.382500', '145501.842500', '145502.302500', '145502.762500', '145503.222500', '145503.682500', '145504.142500', '145504.602500', '145505.062500', '145505.522500', '145505.982500', '145506.442500', '145506.902500', '145507.362500', '145507.822500', '145508.282500', '145508.742500', '145509.202500', '145509.662500', '145510.122500', '145510.582500', '145511.042500', '145511.502500', '145511.962500', '145512.422500', '145512.882500', '145513.342500', '145513.802500', '145514.262500', '145514.722500', '145515.182500', '145515.642500', '145516.102500', '145516.562500', '145517.022500', '145517.482500', '145517.942500', '145518.402500', '145518.862500', '145519.322500', '145519.782500', '145520.242500', '145520.702500', '145521.162500', '145521.622500', '145522.082500', '145522.542500', '145523.002500', '145523.462500', '145523.922500', '145524.382500', '145524.842500', '145525.302500', '145525.762500', '145526.222500', '145526.682500', '145527.142500', '145527.602500', '145528.062500', '145528.522500', '145528.982500', '145529.442500', '145529.902500', '145530.362500', '145530.822500', '145531.282500', '145531.742500', '145532.202500', '145532.662500', '145533.122500', '145533.582500', '145534.042500', '145534.502500', '145534.962500', '145535.422500', '145535.882500', '145536.342500', '145536.802500', '145537.262500', '145537.722500', '145538.182500', '145538.642500', '145539.102500', '145539.562500', '145540.022500', '145540.482500', '145540.942500', '145541.402500', '145541.862500', '145542.322500', '145542.782500', '145543.242500', '145543.702500', '145544.162500', '145544.622500', '145545.082500', '145545.542500', '145546.002500', '145546.462500', '145546.922500', '145547.382500', '145547.842500', '145548.302500', '145548.762500', '145549.222500', '145549.682500', '145550.142500', '145550.602500', '145551.062500', '145551.522500', '145551.982500', '145552.442500', '145552.902500', '145553.362500', '145553.822500', '145554.282500', '145554.742500', '145555.202500', '145555.662500', '145556.122500', '145556.582500', '145557.042500', '145557.502500', '145557.962500', '145558.422500', '145558.882500', '145559.342500', '145559.802500', '145600.262500', '145600.722500', '145601.182500', '145601.642500', '145602.102500', '145602.562500', '145603.022500', '145603.482500', '145603.942500', '145604.402500', '145604.862500', '145605.322500', '145605.782500', '145606.242500', '145606.702500', '145607.162500', '145607.622500', '145608.082500', '145608.542500', '145609.002500', '145609.462500', '145609.922500', '145610.382500', '145610.842500', '145611.302500', '145611.762500', '145612.222500', '145612.682500', '145613.142500', '145613.602500', '145614.062500', '145614.522500', '145614.982500', '145615.442500', '145615.902500', '145616.362500', '145616.822500', '145617.282500', '145617.742500', '145618.202500', '145618.662500', '145619.122500', '145619.582500', '145620.042500', '145620.502500', '145620.962500', '145621.422500', '145621.882500', '145622.342500', '145622.802500', '145623.262500', '145623.722500', '145624.182500', '145624.642500', '145625.102500', '145625.562500', '145626.022500', '145626.482500', '145626.942500', '145627.402500', '145627.862500', '145628.322500', '145628.782500', '145629.242500', '145629.702500', '145630.162500', '145630.622500', '145631.082500', '145631.542500', '145632.002500', '145632.462500', '145632.922500', '145633.382500', '145633.842500', '145634.302500', '145634.762500', '145635.222500', '145635.682500', '145636.142500', '145636.602500', '145637.062500', '145637.522500', '145637.982500', '145638.442500', '145638.902500', '145639.362500', '145639.822500', '145640.282500', '145640.742500', '145641.202500', '145641.662500', '145642.122500', '145642.582500', '145643.042500', '145643.502500', '145643.962500', '145644.422500', '145644.882500', '145645.342500', '145645.802500', '145646.262500', '145646.722500', '145647.182500', '145647.642500', '145648.102500', '145648.562500', '145649.022500', '145649.482500', '145649.942500', '145650.402500', '145650.862500', '145651.322500', '145651.782500', '145652.242500', '145652.702500', '145653.162500', '145653.622500', '145654.082500', '145654.542500', '145655.002500', '145655.462500', '145655.922500', '145656.382500', '145656.842500', '145657.302500', '145657.762500', '145658.222500', '145658.682500', '145659.142500', '145659.602500', '145700.062500', '145700.522500', '145700.982500', '145701.442500', '145701.902500', '145702.362500', '145702.822500', '145703.282500', '145703.742500', '145704.202500', '145704.662500', '145705.122500', '145705.582500', '145706.042500', '145706.502500', '145706.962500', '145707.422500', '145707.882500', '145708.342500', '145708.802500', '145709.262500', '145709.722500', '145710.182500', '145710.642500', '145711.102500', '145711.562500', '145712.022500', '145712.482500', '145712.942500', '145713.402500', '145713.862500', '145714.322500', '145714.782500', '145715.242500', '145715.702500', '145716.162500', '145716.622500', '145717.082500', '145717.542500', '145718.002500', '145718.462500', '145718.922500', '145719.382500', '145719.842500', '145720.302500', '145720.762500', '145721.222500', '145721.682500', '145722.142500', '145722.602500', '145723.062500', '145723.522500', '145723.982500', '145724.442500', '145724.902500', '145725.362500', '145725.822500', '145726.282500', '145726.742500', '145727.202500', '145727.662500', '145728.122500', '145728.582500', '145729.042500', '145729.502500', '145729.962500', '145730.422500', '145730.882500', '145731.342500', '145731.802500', '145732.262500', '145732.722500', '145733.182500', '145733.642500', '145734.102500', '145734.562500', '145735.022500', '145735.482500', '145735.942500', '145736.402500', '145736.862500', '145737.322500', '145737.782500', '145738.242500', '145738.702500', '145739.162500', '145739.622500', '145740.082500', '145740.542500', '145741.002500', '145741.462500', '145741.922500', '145742.382500', '145742.842500', '145743.302500', '145743.762500', '145744.222500', '145744.682500', '145745.142500', '145745.602500', '145746.062500', '145746.522500', '145746.982500', '145747.442500', '145747.902500', '145748.362500', '145748.822500', '145749.282500', '145749.742500', '145750.202500', '145750.662500', '145751.122500', '145751.582500', '145752.042500', '145752.502500', '145752.962500', '145753.422500', '145753.882500', '145754.342500', '145754.802500', '145755.262500', '145755.722500', '145756.182500', '145756.642500', '145757.102500', '145757.562500', '145758.022500', '145758.482500', '145758.942500', '145759.402500', '145759.862500', '145800.322500', '145800.782500', '145801.242500', '145801.702500', '145802.162500', '145802.622500', '145803.082500', '145803.542500', '145804.002500', '145804.462500', '145804.922500', '145805.382500', '145805.842500', '145806.302500', '145806.762500', '145807.222500', '145807.682500', '145808.142500', '145808.602500', '145809.062500', '145809.522500', '145809.982500', '145810.442500', '145810.902500', '145811.362500', '145811.822500', '145812.282500', '145812.742500', '145813.202500', '145813.662500', '145814.122500', '145814.582500', '145815.042500', '145815.502500', '145815.962500', '145816.422500', '145816.882500', '145817.342500', '145817.802500', '145818.262500', '145818.722500', '145819.182500', '145819.642500', '145820.102500', '145820.562500', '145821.022500', '145821.482500', '145821.942500', '145822.402500', '145822.862500', '145823.322500', '145823.782500', '145824.242500', '145824.702500', '145825.162500', '145825.622500', '145826.082500', '145826.542500', '145827.002500', '145827.462500', '145827.922500', '145828.382500', '145828.842500', '145829.302500', '145829.762500', '145830.222500', '145830.682500', '145831.142500', '145831.602500', '145832.062500', '145832.522500', '145832.982500', '145833.442500', '145833.902500', '145834.362500', '145834.822500', '145835.282500', '145835.742500', '145836.202500', '145836.662500', '145837.122500', '145837.582500', '145838.042500', '145838.502500', '145838.962500', '145839.422500', '145839.882500', '145840.342500', '145840.802500', '145841.262500', '145841.722500', '145842.182500', '145842.642500', '145843.102500', '145843.562500', '145844.022500', '145844.482500', '145844.942500', '145845.402500', '145845.862500', '145846.322500', '145846.782500', '145847.242500', '145847.702500', '145848.162500', '145848.622500', '145849.082500', '145849.542500', '145850.002500', '145850.462500', '145850.922500', '145851.382500', '145851.842500', '145852.302500', '145852.762500', '145853.222500', '145853.682500', '145854.142500', '145854.602500', '145855.062500', '145855.522500', '145855.982500', '145856.442500', '145856.902500', '145857.362500', '145857.822500', '145858.282500', '145858.742500', '145859.202500', '145859.662500', '145900.122500', '145900.582500', '145901.042500', '145901.502500', '145901.962500', '145902.422500', '145902.882500', '145903.342500', '145903.802500', '145904.262500', '145904.722500', '145905.182500', '145905.642500', '145906.102500', '145906.562500', '145907.022500', '145907.482500', '145907.942500', '145908.402500', '145908.862500', '145909.322500', '145909.782500', '145910.242500', '145910.702500', '145911.162500', '145911.622500', '145912.082500', '145912.542500', '145913.002500', '145913.462500', '145913.922500', '145914.382500', '145914.842500', '145915.302500', '145915.762500', '145916.222500', '145916.682500', '145917.142500', '145917.602500', '145918.062500', '145918.522500', '145918.982500', '145919.442500', '145919.902500', '145920.362500', '145920.822500', '145921.282500', '145921.742500', '145922.202500', '145922.662500', '145923.122500', '145923.582500', '145924.042500', '145924.502500', '145924.962500', '145925.422500', '145925.882500', '145926.342500', '145926.802500', '145927.262500', '145927.722500', '145928.182500', '145928.642500', '145929.102500', '145929.562500', '145930.022500', '145930.482500', '145930.942500', '145931.402500', '145931.862500', '145932.322500', '145932.782500', '145933.242500', '145933.702500', '145934.162500', '145934.622500', '145935.082500', '145935.542500', '145936.002500', '145936.462500', '145936.922500', '145937.382500', '145937.842500', '145938.302500', '145938.762500', '145939.222500', '145939.682500', '145940.142500', '145940.602500', '145941.062500', '145941.522500', '145941.982500', '145942.442500', '145942.902500', '145943.362500', '145943.822500', '145944.282500', '145944.742500', '145945.202500', '145945.662500', '145946.122500', '145946.582500', '145947.042500', '145947.502500', '145947.962500', '145948.422500', '145948.882500', '145949.342500', '145949.802500', '145950.262500', '145950.722500', '145951.182500', '145951.642500', '145952.102500', '145952.562500', '145953.022500', '145953.482500', '145953.942500', '145954.402500', '145954.862500', '145955.322500', '145955.782500', '145956.242500', '145956.702500', '145957.162500', '145957.622500', '145958.082500', '145958.542500', '145959.002500', '145959.462500', '145959.922500', '150000.382500', '150000.842500', '150001.302500', '150001.762500', '150002.222500', '150002.682500', '150003.142500', '150003.602500', '150004.062500', '150004.522500', '150004.982500', '150005.442500', '150005.902500', '150006.362500', '150006.822500', '150007.282500', '150007.742500', '150008.202500', '150008.662500', '150009.122500', '150009.582500', '150010.042500', '150010.502500', '150010.962500', '150011.422500', '150011.882500', '150012.342500', '150012.802500', '150013.262500', '150013.722500', '150014.182500', '150014.642500', '150015.102500', '150015.562500', '150016.022500', '150016.482500', '150016.942500', '150017.402500', '150017.862500', '150018.322500', '150018.782500', '150019.242500', '150019.702500', '150020.162500', '150020.622500', '150021.082500', '150021.542500', '150022.002500', '150022.462500', '150022.922500', '150023.382500', '150023.842500', '150024.302500', '150024.762500', '150025.222500', '150025.682500', '150026.142500', '150026.602500', '150027.062500', '150027.522500', '150027.982500', '150028.442500', '150028.902500', '150029.362500', '150029.822500', '150030.282500', '150030.742500', '150031.202500', '150031.662500', '150032.122500', '150032.582500', '150033.042500', '150033.502500', '150033.962500', '150034.422500', '150034.882500', '150035.342500', '150035.802500', '150036.262500', '150036.722500', '150037.182500', '150037.642500', '150038.102500', '150038.562500', '150039.022500', '150039.482500', '150039.942500', '150040.402500', '150040.862500', '150041.322500', '150041.782500', '150042.242500', '150042.702500', '150043.162500', '150043.622500', '150044.082500', '150044.542500', '150045.002500', '150045.462500', '150045.922500', '150046.382500', '150046.842500', '150047.302500', '150047.762500'], 'ContentTime': ['145207.075000', '145207.079000', '145207.090000', '145207.094000', '145207.103000', '145207.106000', '145207.109000', '145207.112000', '145207.115000', '145207.118000', '145207.121000', '145207.124000', '145207.127000', '145207.130000', '145207.133000', '145207.136000', '145207.139000', '145207.142000', '145207.161000', '145207.164000', '145207.167000', '145207.170000', '145207.173000', '145207.176000', '145227.034000', '145227.037000', '145227.040000', '145227.044000', '145227.047000', '145227.050000', '145227.052000', '145227.056000', '145227.059000', '145227.062000', '145227.070000', '145227.073000', '145227.076000', '145227.079000', '145227.082000', '145227.085000', '145227.088000', '145227.091000', '145227.094000', '145227.097000', '145227.100000', '145227.103000', '145227.106000', '145227.109000', '145227.112000', '145227.115000', '145227.118000', '145227.121000', '145227.124000', '145227.127000', '145227.130000', '145227.133000', '145227.136000', '145227.139000', '145227.142000', '145227.145000', '145227.148000', '145227.151000', '145227.154000', '145227.157000', '145227.160000', '145227.163000', '145227.166000', '145247.035000', '145247.038000', '145247.041000', '145247.043000', '145247.067000', '145247.071000', '145247.073000', '145247.076000', '145247.079000', '145247.082000', '145247.085000', '145247.088000', '145247.091000', '145247.094000', '145247.097000', '145247.100000', '145247.103000', '145247.106000', '145247.109000', '145247.112000', '145247.115000', '145247.118000', '145247.126000', '145247.129000', '145247.132000', '145247.135000', '145247.138000', '145247.141000', '145247.144000', '145247.147000', '145247.150000', '145247.153000', '145247.156000', '145247.159000', '145247.162000', '145247.165000', '145247.168000', '145247.171000', '145247.174000', '145247.177000', '145247.180000', '145247.183000', '145247.186000', '145247.189000', '145307.035000', '145307.038000', '145307.050000', '145307.052000', '145307.055000', '145307.058000', '145307.061000', '145307.064000', '145307.067000', '145307.069000', '145307.072000', '145307.075000', '145307.078000', '145307.081000', '145307.084000', '145307.095000', '145307.098000', '145307.101000', '145307.104000', '145307.107000', '145307.109000', '145307.112000', '145307.115000', '145307.118000', '145307.121000', '145307.123000', '145307.126000', '145307.129000', '145307.132000', '145307.135000', '145307.138000', '145307.140000', '145307.143000', '145307.146000', '145307.149000', '145307.152000', '145307.155000', '145307.157000', '145307.160000', '145307.163000', '145307.166000', '145307.169000', '145307.172000', '145327.035000', '145327.038000', '145327.040000', '145327.043000', '145327.046000', '145327.049000', '145327.052000', '145327.055000', '145327.058000', '145327.060000', '145327.063000', '145327.066000', '145327.069000', '145327.072000', '145327.075000', '145327.078000', '145327.081000', '145327.083000', '145327.086000', '145327.089000', '145327.092000', '145327.095000', '145327.098000', '145327.100000', '145327.103000', '145327.106000', '145327.109000', '145327.112000', '145327.115000', '145327.118000', '145327.120000', '145327.123000', '145327.126000', '145327.132000', '145327.135000', '145327.138000', '145327.141000', '145327.144000', '145327.146000', '145327.149000', '145327.152000', '145327.155000', '145327.158000', '145347.034000', '145347.037000', '145347.040000', '145347.043000', '145347.045000', '145347.048000', '145347.051000', '145347.054000', '145347.057000', '145347.060000', '145347.063000', '145347.066000', '145347.068000', '145347.071000', '145347.074000', '145347.077000', '145347.080000', '145347.083000', '145347.086000', '145347.089000', '145347.091000', '145347.094000', '145347.097000', '145347.100000', '145347.103000', '145347.106000', '145347.109000', '145347.111000', '145347.114000', '145347.117000', '145347.120000', '145347.123000', '145347.126000', '145347.128000', '145347.131000', '145347.134000', '145347.137000', '145347.140000', '145347.143000', '145347.146000', '145347.148000', '145347.151000', '145347.154000', '145347.157000', '145407.034000', '145407.037000', '145407.040000', '145407.043000', '145407.046000', '145407.049000', '145407.053000', '145407.055000', '145407.058000', '145407.061000', '145407.064000', '145407.067000', '145407.070000', '145407.072000', '145407.075000', '145407.078000', '145407.081000', '145407.084000', '145407.087000', '145407.089000', '145407.092000', '145407.095000', '145407.098000', '145407.101000', '145407.104000', '145407.111000', '145407.114000', '145407.117000', '145407.120000', '145407.122000', '145407.129000', '145407.132000', '145407.134000', '145407.137000', '145407.140000', '145407.143000', '145407.146000', '145407.149000', '145407.152000', '145407.155000', '145407.157000', '145407.160000', '145407.163000', '145427.034000', '145427.037000', '145427.040000', '145427.043000', '145427.045000', '145427.048000', '145427.051000', '145427.054000', '145427.057000', '145427.060000', '145427.063000', '145427.066000', '145427.068000', '145427.071000', '145427.074000', '145427.077000', '145427.080000', '145427.083000', '145427.086000', '145427.088000', '145427.091000', '145427.094000', '145427.097000', '145427.100000', '145427.103000', '145427.106000', '145427.109000', '145427.111000', '145427.114000', '145427.117000', '145427.120000', '145427.123000', '145427.126000', '145427.129000', '145427.131000', '145427.134000', '145427.137000', '145427.140000', '145427.143000', '145427.146000', '145427.149000', '145427.152000', '145427.155000', '145427.157000', '145447.034000', '145447.037000', '145447.040000', '145447.043000', '145447.046000', '145447.048000', '145447.051000', '145447.056000', '145447.059000', '145447.062000', '145447.064000', '145447.085000', '145447.088000', '145447.091000', '145447.094000', '145447.096000', '145447.099000', '145447.102000', '145447.105000', '145447.108000', '145447.111000', '145447.114000', '145447.116000', '145447.119000', '145447.122000', '145447.125000', '145447.128000', '145447.131000', '145447.133000', '145447.136000', '145447.139000', '145447.142000', '145447.145000', '145447.148000', '145447.151000', '145447.153000', '145447.156000', '145447.159000', '145447.162000', '145447.165000', '145447.168000', '145447.171000', '145447.174000', '145507.035000', '145507.038000', '145507.041000', '145507.044000', '145507.047000', '145507.049000', '145507.052000', '145507.055000', '145507.058000', '145507.061000', '145507.064000', '145507.067000', '145507.070000', '145507.073000', '145507.075000', '145507.078000', '145507.081000', '145507.084000', '145507.087000', '145507.090000', '145507.093000', '145507.096000', '145507.098000', '145507.101000', '145507.104000', '145507.107000', '145507.110000', '145507.113000', '145507.116000', '145507.119000', '145507.121000', '145507.124000', '145507.127000', '145507.130000', '145507.133000', '145507.135000', '145507.138000', '145507.141000', '145507.144000', '145507.147000', '145507.150000', '145507.153000', '145507.156000', '145507.159000', '145527.035000', '145527.038000', '145527.041000', '145527.044000', '145527.047000', '145527.050000', '145527.052000', '145527.055000', '145527.058000', '145527.061000', '145527.064000', '145527.067000', '145527.070000', '145527.073000', '145527.076000', '145527.079000', '145527.081000', '145527.085000', '145527.090000', '145527.094000', '145527.097000', '145527.100000', '145527.103000', '145527.106000', '145527.109000', '145527.112000', '145527.114000', '145527.117000', '145527.120000', '145527.123000', '145527.126000', '145527.129000', '145527.131000', '145527.134000', '145527.137000', '145527.140000', '145527.143000', '145527.146000', '145527.149000', '145527.151000', '145527.154000', '145527.157000', '145527.160000', '145547.035000', '145547.038000', '145547.041000', '145547.044000', '145547.047000', '145547.049000', '145547.052000', '145547.055000', '145547.058000', '145547.061000', '145547.064000', '145547.067000', '145547.070000', '145547.072000', '145547.075000', '145547.078000', '145547.081000', '145547.084000', '145547.087000', '145547.090000', '145547.093000', '145547.095000', '145547.098000', '145547.101000', '145547.104000', '145547.107000', '145547.110000', '145547.117000', '145547.120000', '145547.122000', '145547.125000', '145547.128000', '145547.131000', '145547.134000', '145547.137000', '145547.140000', '145547.142000', '145547.145000', '145547.148000', '145547.151000', '145547.154000', '145547.157000', '145547.160000', '145547.163000', '145607.034000', '145607.037000', '145607.040000', '145607.043000', '145607.046000', '145607.049000', '145607.051000', '145607.054000', '145607.057000', '145607.060000', '145607.063000', '145607.066000', '145607.069000', '145607.072000', '145607.075000', '145607.077000', '145607.080000', '145607.083000', '145607.086000', '145607.089000', '145607.092000', '145607.097000', '145607.101000', '145607.104000', '145607.107000', '145607.110000', '145607.113000', '145607.116000', '145607.119000', '145607.122000', '145607.124000', '145607.127000', '145607.130000', '145607.133000', '145607.136000', '145607.139000', '145607.151000', '145607.154000', '145607.156000', '145607.159000', '145607.162000', '145607.165000', '145607.168000', '145627.034000', '145627.037000', '145627.040000', '145627.043000', '145627.045000', '145627.048000', '145627.051000', '145627.054000', '145627.057000', '145627.060000', '145627.063000', '145627.066000', '145627.069000', '145627.071000', '145627.074000', '145627.077000', '145627.080000', '145627.083000', '145627.086000', '145627.089000', '145627.091000', '145627.094000', '145627.097000', '145627.100000', '145627.103000', '145627.106000', '145627.109000', '145627.111000', '145627.114000', '145627.117000', '145627.120000', '145627.123000', '145627.126000', '145627.128000', '145627.131000', '145627.134000', '145627.137000', '145627.140000', '145627.143000', '145627.146000', '145627.148000', '145627.151000', '145627.154000', '145627.157000', '145647.034000', '145647.037000', '145647.040000', '145647.042000', '145647.045000', '145647.048000', '145647.051000', '145647.055000', '145647.058000', '145647.061000', '145647.064000', '145647.067000', '145647.070000', '145647.073000', '145647.076000', '145647.078000', '145647.081000', '145647.084000', '145647.087000', '145647.090000', '145647.093000', '145647.096000', '145647.099000', '145647.102000', '145647.105000', '145647.107000', '145647.110000', '145647.113000', '145647.116000', '145647.119000', '145647.122000', '145647.125000', '145647.128000', '145647.131000', '145647.134000', '145647.137000', '145647.140000', '145647.143000', '145647.146000', '145647.148000', '145647.151000', '145647.154000', '145647.157000', '145707.034000', '145707.041000', '145707.044000', '145707.047000', '145707.050000', '145707.053000', '145707.056000', '145707.058000', '145707.061000', '145707.064000', '145707.067000', '145707.070000', '145707.073000', '145707.076000', '145707.079000', '145707.081000', '145707.084000', '145707.087000', '145707.090000', '145707.093000', '145707.096000', '145707.099000', '145707.102000', '145707.105000', '145707.108000', '145707.110000', '145707.113000', '145707.116000', '145707.119000', '145707.122000', '145707.125000', '145707.127000', '145707.130000', '145707.133000', '145707.136000', '145707.139000', '145707.142000', '145707.145000', '145707.148000', '145707.150000', '145707.153000', '145707.156000', '145707.159000', '145707.162000', '145727.035000', '145727.038000', '145727.041000', '145727.044000', '145727.047000', '145727.050000', '145727.052000', '145727.055000', '145727.058000', '145727.061000', '145727.064000', '145727.067000', '145727.070000', '145727.073000', '145727.076000', '145727.078000', '145727.081000', '145727.084000', '145727.087000', '145727.090000', '145727.093000', '145727.096000', '145727.098000', '145727.102000', '145727.104000', '145727.107000', '145727.110000', '145727.113000', '145727.116000', '145727.119000', '145727.122000', '145727.125000', '145727.127000', '145727.130000', '145727.133000', '145727.136000', '145727.139000', '145727.142000', '145727.145000', '145727.148000', '145727.151000', '145727.154000', '145727.156000', '145747.035000', '145747.038000', '145747.041000', '145747.043000', '145747.062000', '145747.064000', '145747.067000', '145747.070000', '145747.073000', '145747.076000', '145747.079000', '145747.082000', '145747.085000', '145747.088000', '145747.090000', '145747.093000', '145747.096000', '145747.099000', '145747.102000', '145747.105000', '145747.108000', '145747.110000', '145747.113000', '145747.116000', '145747.119000', '145747.122000', '145747.125000', '145747.127000', '145747.131000', '145747.133000', '145747.136000', '145747.139000', '145747.142000', '145747.145000', '145747.148000', '145747.150000', '145747.154000', '145747.156000', '145747.159000', '145747.162000', '145747.165000', '145747.168000', '145747.170000', '145747.173000', '145807.035000', '145807.038000', '145807.041000', '145807.044000', '145807.046000', '145807.049000', '145807.052000', '145807.055000', '145807.058000', '145807.061000', '145807.064000', '145807.067000', '145807.069000', '145807.072000', '145807.075000', '145807.078000', '145807.081000', '145807.084000', '145807.087000', '145807.090000', '145807.093000', '145807.096000', '145807.099000', '145807.102000', '145807.105000', '145807.108000', '145807.111000', '145807.114000', '145807.117000', '145807.119000', '145807.122000', '145807.125000', '145807.128000', '145807.131000', '145807.134000', '145807.137000', '145807.140000', '145807.143000', '145807.145000', '145807.148000', '145807.151000', '145807.154000', '145807.157000', '145827.034000', '145827.037000', '145827.040000', '145827.043000', '145827.045000', '145827.048000', '145827.051000', '145827.054000', '145827.057000', '145827.060000', '145827.063000', '145827.066000', '145827.069000', '145827.071000', '145827.074000', '145827.077000', '145827.080000', '145827.083000', '145827.086000', '145827.089000', '145827.092000', '145827.094000', '145827.097000', '145827.100000', '145827.103000', '145827.106000', '145827.109000', '145827.112000', '145827.115000', '145827.117000', '145827.120000', '145827.123000', '145827.126000', '145827.129000', '145827.132000', '145827.135000', '145827.138000', '145827.140000', '145827.143000', '145827.146000', '145827.149000', '145827.152000', '145827.155000', '145827.158000', '145847.034000', '145847.037000', '145847.040000', '145847.043000', '145847.045000', '145847.048000', '145847.051000', '145847.054000', '145847.057000', '145847.060000', '145847.063000', '145847.066000', '145847.069000', '145847.071000', '145847.078000', '145847.081000', '145847.084000', '145847.087000', '145847.090000', '145847.092000', '145847.095000', '145847.098000', '145847.101000', '145847.104000', '145847.107000', '145847.110000', '145847.112000', '145847.115000', '145847.118000', '145847.121000', '145847.124000', '145847.127000', '145847.130000', '145847.133000', '145847.135000', '145847.138000', '145847.141000', '145847.144000', '145847.147000', '145847.150000', '145847.152000', '145847.156000', '145847.158000', '145907.034000', '145907.037000', '145907.040000', '145907.043000', '145907.046000', '145907.048000', '145907.051000', '145907.054000', '145907.057000', '145907.060000', '145907.063000', '145907.066000', '145907.069000', '145907.071000', '145907.074000', '145907.088000', '145907.091000', '145907.094000', '145907.097000', '145907.099000', '145907.102000', '145907.105000', '145907.108000', '145907.111000', '145907.114000', '145907.116000', '145907.119000', '145907.122000', '145907.125000', '145907.128000', '145907.131000', '145907.134000', '145907.137000', '145907.140000', '145907.143000', '145907.145000', '145907.148000', '145907.151000', '145907.154000', '145907.157000', '145907.160000', '145907.162000', '145907.165000', '145907.168000', '145927.034000', '145927.037000', '145927.040000', '145927.043000', '145927.046000', '145927.048000', '145927.051000', '145927.054000', '145927.057000', '145927.060000', '145927.063000', '145927.066000', '145927.069000', '145927.072000', '145927.075000', '145927.077000', '145927.080000', '145927.083000', '145927.087000', '145927.090000', '145927.093000', '145927.096000', '145927.098000', '145927.101000', '145927.104000', '145927.107000', '145927.110000', '145927.113000', '145927.116000', '145927.119000', '145927.121000', '145927.124000', '145927.127000', '145927.130000', '145927.134000', '145927.137000', '145927.140000', '145927.143000', '145927.146000', '145927.148000', '145927.151000', '145927.154000', '145927.157000', '145947.035000', '145947.038000', '145947.041000', '145947.044000', '145947.046000', '145947.049000', '145947.052000', '145947.055000', '145947.058000', '145947.061000', '145947.064000', '145947.066000', '145947.069000', '145947.072000', '145947.075000', '145947.078000', '145947.081000', '145947.084000', '145947.087000', '145947.090000', '145947.092000', '145947.095000', '145947.098000', '145947.101000', '145947.104000', '145947.107000', '145947.110000', '145947.113000', '145947.115000', '145947.118000', '145947.121000', '145947.124000', '145947.127000', '145947.130000', '145947.133000', '145947.136000', '145947.138000', '145947.141000', '145947.144000', '145947.147000', '145947.150000', '145947.153000', '145947.156000', '145947.158000', '150007.035000', '150007.038000', '150007.041000', '150007.044000', '150007.047000', '150007.050000', '150007.053000', '150007.056000', '150007.058000', '150007.061000', '150007.064000', '150007.067000', '150007.070000', '150007.073000', '150007.076000', '150007.079000', '150007.081000', '150007.084000', '150007.087000', '150007.090000', '150007.093000', '150007.096000', '150007.099000', '150007.102000', '150007.105000', '150007.107000', '150007.110000', '150007.113000', '150007.116000', '150007.119000', '150007.122000', '150007.125000', '150007.128000', '150007.130000', '150007.133000', '150007.136000', '150007.139000', '150007.142000', '150007.145000', '150007.148000', '150007.150000', '150007.153000', '150007.156000', '150027.036000', '150027.041000', '150027.043000', '150027.046000', '150027.049000', '150027.052000', '150027.055000', '150027.058000', '150027.061000', '150027.064000', '150027.066000', '150027.078000', '150027.081000', '150027.084000', '150027.086000', '150027.089000', '150027.092000', '150027.095000', '150027.098000', '150027.101000', '150027.104000', '150027.107000', '150027.109000', '150027.112000', '150027.115000', '150027.118000', '150027.121000', '150027.124000', '150027.127000', '150027.130000', '150027.132000', '150027.135000', '150027.138000', '150027.141000', '150027.144000', '150027.147000', '150027.149000', '150027.152000', '150027.155000', '150027.158000', '150027.161000', '150027.164000', '150027.166000', '150047.034000', '150047.037000', '150047.040000', '150047.043000', '150047.046000', '150047.048000', '150047.051000', '150047.054000', '150047.057000', '150047.060000', '150047.063000', '150047.066000', '150047.069000', '150047.072000', '150047.074000', '150047.077000', '150047.080000', '150047.083000', '150047.086000', '150047.089000', '150047.092000', '150047.095000', '150047.097000', '150047.100000', '150047.103000', '150047.106000', '150047.109000', '150047.112000', '150047.115000', '150047.118000', '150047.121000', '150047.124000', '150047.127000', '150047.129000', '150047.132000', '150047.135000', '150047.138000', '150047.141000', '150047.144000', '150047.147000', '150047.150000', '150047.152000', '150047.155000', '150047.158000', '150048.676000', '150048.680000', '150048.683000', '150048.692000'], 'InstanceCreationTime': ['145207.075000', '145207.079000', '145207.090000', '145207.094000', '145207.103000', '145207.106000', '145207.109000', '145207.112000', '145207.115000', '145207.118000', '145207.121000', '145207.124000', '145207.127000', '145207.130000', '145207.133000', '145207.136000', '145207.139000', '145207.142000', '145207.161000', '145207.164000', '145207.167000', '145207.170000', '145207.173000', '145207.176000', '145227.034000', '145227.037000', '145227.040000', '145227.044000', '145227.047000', '145227.050000', '145227.052000', '145227.056000', '145227.059000', '145227.062000', '145227.070000', '145227.073000', '145227.076000', '145227.079000', '145227.082000', '145227.085000', '145227.088000', '145227.091000', '145227.094000', '145227.097000', '145227.100000', '145227.103000', '145227.106000', '145227.109000', '145227.112000', '145227.115000', '145227.118000', '145227.121000', '145227.124000', '145227.127000', '145227.130000', '145227.133000', '145227.136000', '145227.139000', '145227.142000', '145227.145000', '145227.148000', '145227.151000', '145227.154000', '145227.157000', '145227.160000', '145227.163000', '145227.166000', '145247.035000', '145247.038000', '145247.041000', '145247.043000', '145247.067000', '145247.071000', '145247.073000', '145247.076000', '145247.079000', '145247.082000', '145247.085000', '145247.088000', '145247.091000', '145247.094000', '145247.097000', '145247.100000', '145247.103000', '145247.106000', '145247.109000', '145247.112000', '145247.115000', '145247.118000', '145247.126000', '145247.129000', '145247.132000', '145247.135000', '145247.138000', '145247.141000', '145247.144000', '145247.147000', '145247.150000', '145247.153000', '145247.156000', '145247.159000', '145247.162000', '145247.165000', '145247.168000', '145247.171000', '145247.174000', '145247.177000', '145247.180000', '145247.183000', '145247.186000', '145247.189000', '145307.035000', '145307.038000', '145307.050000', '145307.052000', '145307.055000', '145307.058000', '145307.061000', '145307.064000', '145307.067000', '145307.069000', '145307.072000', '145307.075000', '145307.078000', '145307.081000', '145307.084000', '145307.095000', '145307.098000', '145307.101000', '145307.104000', '145307.107000', '145307.109000', '145307.112000', '145307.115000', '145307.118000', '145307.121000', '145307.123000', '145307.126000', '145307.129000', '145307.132000', '145307.135000', '145307.138000', '145307.140000', '145307.143000', '145307.146000', '145307.149000', '145307.152000', '145307.155000', '145307.157000', '145307.160000', '145307.163000', '145307.166000', '145307.169000', '145307.172000', '145327.035000', '145327.038000', '145327.040000', '145327.043000', '145327.046000', '145327.049000', '145327.052000', '145327.055000', '145327.058000', '145327.060000', '145327.063000', '145327.066000', '145327.069000', '145327.072000', '145327.075000', '145327.078000', '145327.081000', '145327.083000', '145327.086000', '145327.089000', '145327.092000', '145327.095000', '145327.098000', '145327.100000', '145327.103000', '145327.106000', '145327.109000', '145327.112000', '145327.115000', '145327.118000', '145327.120000', '145327.123000', '145327.126000', '145327.132000', '145327.135000', '145327.138000', '145327.141000', '145327.144000', '145327.146000', '145327.149000', '145327.152000', '145327.155000', '145327.158000', '145347.034000', '145347.037000', '145347.040000', '145347.043000', '145347.045000', '145347.048000', '145347.051000', '145347.054000', '145347.057000', '145347.060000', '145347.063000', '145347.066000', '145347.068000', '145347.071000', '145347.074000', '145347.077000', '145347.080000', '145347.083000', '145347.086000', '145347.089000', '145347.091000', '145347.094000', '145347.097000', '145347.100000', '145347.103000', '145347.106000', '145347.109000', '145347.111000', '145347.114000', '145347.117000', '145347.120000', '145347.123000', '145347.126000', '145347.128000', '145347.131000', '145347.134000', '145347.137000', '145347.140000', '145347.143000', '145347.146000', '145347.148000', '145347.151000', '145347.154000', '145347.157000', '145407.034000', '145407.037000', '145407.040000', '145407.043000', '145407.046000', '145407.049000', '145407.053000', '145407.055000', '145407.058000', '145407.061000', '145407.064000', '145407.067000', '145407.070000', '145407.072000', '145407.075000', '145407.078000', '145407.081000', '145407.084000', '145407.087000', '145407.089000', '145407.092000', '145407.095000', '145407.098000', '145407.101000', '145407.104000', '145407.111000', '145407.114000', '145407.117000', '145407.120000', '145407.122000', '145407.129000', '145407.132000', '145407.134000', '145407.137000', '145407.140000', '145407.143000', '145407.146000', '145407.149000', '145407.152000', '145407.155000', '145407.157000', '145407.160000', '145407.163000', '145427.034000', '145427.037000', '145427.040000', '145427.043000', '145427.045000', '145427.048000', '145427.051000', '145427.054000', '145427.057000', '145427.060000', '145427.063000', '145427.066000', '145427.068000', '145427.071000', '145427.074000', '145427.077000', '145427.080000', '145427.083000', '145427.086000', '145427.088000', '145427.091000', '145427.094000', '145427.097000', '145427.100000', '145427.103000', '145427.106000', '145427.109000', '145427.111000', '145427.114000', '145427.117000', '145427.120000', '145427.123000', '145427.126000', '145427.129000', '145427.131000', '145427.134000', '145427.137000', '145427.140000', '145427.143000', '145427.146000', '145427.149000', '145427.152000', '145427.155000', '145427.157000', '145447.034000', '145447.037000', '145447.040000', '145447.043000', '145447.046000', '145447.048000', '145447.051000', '145447.056000', '145447.059000', '145447.062000', '145447.064000', '145447.085000', '145447.088000', '145447.091000', '145447.094000', '145447.096000', '145447.099000', '145447.102000', '145447.105000', '145447.108000', '145447.111000', '145447.114000', '145447.116000', '145447.119000', '145447.122000', '145447.125000', '145447.128000', '145447.131000', '145447.133000', '145447.136000', '145447.139000', '145447.142000', '145447.145000', '145447.148000', '145447.151000', '145447.153000', '145447.156000', '145447.159000', '145447.162000', '145447.165000', '145447.168000', '145447.171000', '145447.174000', '145507.035000', '145507.038000', '145507.041000', '145507.044000', '145507.047000', '145507.049000', '145507.052000', '145507.055000', '145507.058000', '145507.061000', '145507.064000', '145507.067000', '145507.070000', '145507.073000', '145507.075000', '145507.078000', '145507.081000', '145507.084000', '145507.087000', '145507.090000', '145507.093000', '145507.096000', '145507.098000', '145507.101000', '145507.104000', '145507.107000', '145507.110000', '145507.113000', '145507.116000', '145507.119000', '145507.121000', '145507.124000', '145507.127000', '145507.130000', '145507.133000', '145507.135000', '145507.138000', '145507.141000', '145507.144000', '145507.147000', '145507.150000', '145507.153000', '145507.156000', '145507.159000', '145527.035000', '145527.038000', '145527.041000', '145527.044000', '145527.047000', '145527.050000', '145527.052000', '145527.055000', '145527.058000', '145527.061000', '145527.064000', '145527.067000', '145527.070000', '145527.073000', '145527.076000', '145527.079000', '145527.081000', '145527.085000', '145527.090000', '145527.094000', '145527.097000', '145527.100000', '145527.103000', '145527.106000', '145527.109000', '145527.112000', '145527.114000', '145527.117000', '145527.120000', '145527.123000', '145527.126000', '145527.129000', '145527.131000', '145527.134000', '145527.137000', '145527.140000', '145527.143000', '145527.146000', '145527.149000', '145527.151000', '145527.154000', '145527.157000', '145527.160000', '145547.035000', '145547.038000', '145547.041000', '145547.044000', '145547.047000', '145547.049000', '145547.052000', '145547.055000', '145547.058000', '145547.061000', '145547.064000', '145547.067000', '145547.070000', '145547.072000', '145547.075000', '145547.078000', '145547.081000', '145547.084000', '145547.087000', '145547.090000', '145547.093000', '145547.095000', '145547.098000', '145547.101000', '145547.104000', '145547.107000', '145547.110000', '145547.117000', '145547.120000', '145547.122000', '145547.125000', '145547.128000', '145547.131000', '145547.134000', '145547.137000', '145547.140000', '145547.142000', '145547.145000', '145547.148000', '145547.151000', '145547.154000', '145547.157000', '145547.160000', '145547.163000', '145607.034000', '145607.037000', '145607.040000', '145607.043000', '145607.046000', '145607.049000', '145607.051000', '145607.054000', '145607.057000', '145607.060000', '145607.063000', '145607.066000', '145607.069000', '145607.072000', '145607.075000', '145607.077000', '145607.080000', '145607.083000', '145607.086000', '145607.089000', '145607.092000', '145607.097000', '145607.101000', '145607.104000', '145607.107000', '145607.110000', '145607.113000', '145607.116000', '145607.119000', '145607.122000', '145607.124000', '145607.127000', '145607.130000', '145607.133000', '145607.136000', '145607.139000', '145607.151000', '145607.154000', '145607.156000', '145607.159000', '145607.162000', '145607.165000', '145607.168000', '145627.034000', '145627.037000', '145627.040000', '145627.043000', '145627.045000', '145627.048000', '145627.051000', '145627.054000', '145627.057000', '145627.060000', '145627.063000', '145627.066000', '145627.069000', '145627.071000', '145627.074000', '145627.077000', '145627.080000', '145627.083000', '145627.086000', '145627.089000', '145627.091000', '145627.094000', '145627.097000', '145627.100000', '145627.103000', '145627.106000', '145627.109000', '145627.111000', '145627.114000', '145627.117000', '145627.120000', '145627.123000', '145627.126000', '145627.128000', '145627.131000', '145627.134000', '145627.137000', '145627.140000', '145627.143000', '145627.146000', '145627.148000', '145627.151000', '145627.154000', '145627.157000', '145647.034000', '145647.037000', '145647.040000', '145647.042000', '145647.045000', '145647.048000', '145647.051000', '145647.055000', '145647.058000', '145647.061000', '145647.064000', '145647.067000', '145647.070000', '145647.073000', '145647.076000', '145647.078000', '145647.081000', '145647.084000', '145647.087000', '145647.090000', '145647.093000', '145647.096000', '145647.099000', '145647.102000', '145647.105000', '145647.107000', '145647.110000', '145647.113000', '145647.116000', '145647.119000', '145647.122000', '145647.125000', '145647.128000', '145647.131000', '145647.134000', '145647.137000', '145647.140000', '145647.143000', '145647.146000', '145647.148000', '145647.151000', '145647.154000', '145647.157000', '145707.034000', '145707.041000', '145707.044000', '145707.047000', '145707.050000', '145707.053000', '145707.056000', '145707.058000', '145707.061000', '145707.064000', '145707.067000', '145707.070000', '145707.073000', '145707.076000', '145707.079000', '145707.081000', '145707.084000', '145707.087000', '145707.090000', '145707.093000', '145707.096000', '145707.099000', '145707.102000', '145707.105000', '145707.108000', '145707.110000', '145707.113000', '145707.116000', '145707.119000', '145707.122000', '145707.125000', '145707.127000', '145707.130000', '145707.133000', '145707.136000', '145707.139000', '145707.142000', '145707.145000', '145707.148000', '145707.150000', '145707.153000', '145707.156000', '145707.159000', '145707.162000', '145727.035000', '145727.038000', '145727.041000', '145727.044000', '145727.047000', '145727.050000', '145727.052000', '145727.055000', '145727.058000', '145727.061000', '145727.064000', '145727.067000', '145727.070000', '145727.073000', '145727.076000', '145727.078000', '145727.081000', '145727.084000', '145727.087000', '145727.090000', '145727.093000', '145727.096000', '145727.098000', '145727.102000', '145727.104000', '145727.107000', '145727.110000', '145727.113000', '145727.116000', '145727.119000', '145727.122000', '145727.125000', '145727.127000', '145727.130000', '145727.133000', '145727.136000', '145727.139000', '145727.142000', '145727.145000', '145727.148000', '145727.151000', '145727.154000', '145727.156000', '145747.035000', '145747.038000', '145747.041000', '145747.043000', '145747.062000', '145747.064000', '145747.067000', '145747.070000', '145747.073000', '145747.076000', '145747.079000', '145747.082000', '145747.085000', '145747.088000', '145747.090000', '145747.093000', '145747.096000', '145747.099000', '145747.102000', '145747.105000', '145747.108000', '145747.110000', '145747.113000', '145747.116000', '145747.119000', '145747.122000', '145747.125000', '145747.127000', '145747.131000', '145747.133000', '145747.136000', '145747.139000', '145747.142000', '145747.145000', '145747.148000', '145747.150000', '145747.154000', '145747.156000', '145747.159000', '145747.162000', '145747.165000', '145747.168000', '145747.170000', '145747.173000', '145807.035000', '145807.038000', '145807.041000', '145807.044000', '145807.046000', '145807.049000', '145807.052000', '145807.055000', '145807.058000', '145807.061000', '145807.064000', '145807.067000', '145807.069000', '145807.072000', '145807.075000', '145807.078000', '145807.081000', '145807.084000', '145807.087000', '145807.090000', '145807.093000', '145807.096000', '145807.099000', '145807.102000', '145807.105000', '145807.108000', '145807.111000', '145807.114000', '145807.117000', '145807.119000', '145807.122000', '145807.125000', '145807.128000', '145807.131000', '145807.134000', '145807.137000', '145807.140000', '145807.143000', '145807.145000', '145807.148000', '145807.151000', '145807.154000', '145807.157000', '145827.034000', '145827.037000', '145827.040000', '145827.043000', '145827.045000', '145827.048000', '145827.051000', '145827.054000', '145827.057000', '145827.060000', '145827.063000', '145827.066000', '145827.069000', '145827.071000', '145827.074000', '145827.077000', '145827.080000', '145827.083000', '145827.086000', '145827.089000', '145827.092000', '145827.094000', '145827.097000', '145827.100000', '145827.103000', '145827.106000', '145827.109000', '145827.112000', '145827.115000', '145827.117000', '145827.120000', '145827.123000', '145827.126000', '145827.129000', '145827.132000', '145827.135000', '145827.138000', '145827.140000', '145827.143000', '145827.146000', '145827.149000', '145827.152000', '145827.155000', '145827.158000', '145847.034000', '145847.037000', '145847.040000', '145847.043000', '145847.045000', '145847.048000', '145847.051000', '145847.054000', '145847.057000', '145847.060000', '145847.063000', '145847.066000', '145847.069000', '145847.071000', '145847.078000', '145847.081000', '145847.084000', '145847.087000', '145847.090000', '145847.092000', '145847.095000', '145847.098000', '145847.101000', '145847.104000', '145847.107000', '145847.110000', '145847.112000', '145847.115000', '145847.118000', '145847.121000', '145847.124000', '145847.127000', '145847.130000', '145847.133000', '145847.135000', '145847.138000', '145847.141000', '145847.144000', '145847.147000', '145847.150000', '145847.152000', '145847.156000', '145847.158000', '145907.034000', '145907.037000', '145907.040000', '145907.043000', '145907.046000', '145907.048000', '145907.051000', '145907.054000', '145907.057000', '145907.060000', '145907.063000', '145907.066000', '145907.069000', '145907.071000', '145907.074000', '145907.088000', '145907.091000', '145907.094000', '145907.097000', '145907.099000', '145907.102000', '145907.105000', '145907.108000', '145907.111000', '145907.114000', '145907.116000', '145907.119000', '145907.122000', '145907.125000', '145907.128000', '145907.131000', '145907.134000', '145907.137000', '145907.140000', '145907.143000', '145907.145000', '145907.148000', '145907.151000', '145907.154000', '145907.157000', '145907.160000', '145907.162000', '145907.165000', '145907.168000', '145927.034000', '145927.037000', '145927.040000', '145927.043000', '145927.046000', '145927.048000', '145927.051000', '145927.054000', '145927.057000', '145927.060000', '145927.063000', '145927.066000', '145927.069000', '145927.072000', '145927.075000', '145927.077000', '145927.080000', '145927.083000', '145927.087000', '145927.090000', '145927.093000', '145927.096000', '145927.098000', '145927.101000', '145927.104000', '145927.107000', '145927.110000', '145927.113000', '145927.116000', '145927.119000', '145927.121000', '145927.124000', '145927.127000', '145927.130000', '145927.134000', '145927.137000', '145927.140000', '145927.143000', '145927.146000', '145927.148000', '145927.151000', '145927.154000', '145927.157000', '145947.035000', '145947.038000', '145947.041000', '145947.044000', '145947.046000', '145947.049000', '145947.052000', '145947.055000', '145947.058000', '145947.061000', '145947.064000', '145947.066000', '145947.069000', '145947.072000', '145947.075000', '145947.078000', '145947.081000', '145947.084000', '145947.087000', '145947.090000', '145947.092000', '145947.095000', '145947.098000', '145947.101000', '145947.104000', '145947.107000', '145947.110000', '145947.113000', '145947.115000', '145947.118000', '145947.121000', '145947.124000', '145947.127000', '145947.130000', '145947.133000', '145947.136000', '145947.138000', '145947.141000', '145947.144000', '145947.147000', '145947.150000', '145947.153000', '145947.156000', '145947.158000', '150007.035000', '150007.038000', '150007.041000', '150007.044000', '150007.047000', '150007.050000', '150007.053000', '150007.056000', '150007.058000', '150007.061000', '150007.064000', '150007.067000', '150007.070000', '150007.073000', '150007.076000', '150007.079000', '150007.081000', '150007.084000', '150007.087000', '150007.090000', '150007.093000', '150007.096000', '150007.099000', '150007.102000', '150007.105000', '150007.107000', '150007.110000', '150007.113000', '150007.116000', '150007.119000', '150007.122000', '150007.125000', '150007.128000', '150007.130000', '150007.133000', '150007.136000', '150007.139000', '150007.142000', '150007.145000', '150007.148000', '150007.150000', '150007.153000', '150007.156000', '150027.036000', '150027.041000', '150027.043000', '150027.046000', '150027.049000', '150027.052000', '150027.055000', '150027.058000', '150027.061000', '150027.064000', '150027.066000', '150027.078000', '150027.081000', '150027.084000', '150027.086000', '150027.089000', '150027.092000', '150027.095000', '150027.098000', '150027.101000', '150027.104000', '150027.107000', '150027.109000', '150027.112000', '150027.115000', '150027.118000', '150027.121000', '150027.124000', '150027.127000', '150027.130000', '150027.132000', '150027.135000', '150027.138000', '150027.141000', '150027.144000', '150027.147000', '150027.149000', '150027.152000', '150027.155000', '150027.158000', '150027.161000', '150027.164000', '150027.166000', '150047.034000', '150047.037000', '150047.040000', '150047.043000', '150047.046000', '150047.048000', '150047.051000', '150047.054000', '150047.057000', '150047.060000', '150047.063000', '150047.066000', '150047.069000', '150047.072000', '150047.074000', '150047.077000', '150047.080000', '150047.083000', '150047.086000', '150047.089000', '150047.092000', '150047.095000', '150047.097000', '150047.100000', '150047.103000', '150047.106000', '150047.109000', '150047.112000', '150047.115000', '150047.118000', '150047.121000', '150047.124000', '150047.127000', '150047.129000', '150047.132000', '150047.135000', '150047.138000', '150047.141000', '150047.144000', '150047.147000', '150047.150000', '150047.152000', '150047.155000', '150047.158000', '150048.676000', '150048.680000', '150048.683000', '150048.692000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'LargestImagePixelValue': [12336, 14613, 13627, 8463, 15099, 12251, 12782, 14545, 11094, 15789, 12730, 14573, 14544, 10502, 16086, 11502, 9387, 13742, 10703, 12278, 13230, 8628, 14531, 11244, 14487, 13052, 8942, 14871, 11356, 13021, 12441, 9133, 15918, 11581, 11633, 13175, 8311, 14379, 12006, 17629, 13606, 9877, 14665, 10938, 16276, 12441, 17520, 13090, 8742, 14280, 10221, 13962, 11401, 16281, 11903, 9191, 14200, 10302, 14462, 11589, 16861, 13149, 17122, 11831, 9268, 13841, 8735, 14326, 9788, 18011, 11739, 8983, 11848, 7995, 15014, 11118, 15399, 12170, 17308, 11222, 10554, 12936, 9723, 14066, 11353, 18657, 11173, 15366, 11232, 11919, 13385, 15199, 13355, 8762, 14855, 10446, 14689, 10846, 12656, 12721, 8710, 14943, 10099, 16481, 11333, 17739, 12595, 11875, 13249, 8663, 14303, 9210, 14629, 11358, 16900, 13396, 8412, 13386, 9751, 13934, 11285, 15934, 13304, 9496, 12736, 8151, 14631, 11145, 14959, 12629, 17405, 13284, 8592, 13009, 9344, 14250, 11042, 16759, 13448, 12264, 11705, 9131, 13642, 8990, 14413, 9712, 16130, 13315, 13793, 10799, 7856, 14100, 10094, 14598, 10512, 13256, 11534, 8326, 13931, 9547, 14362, 10963, 18233, 12935, 12745, 11810, 8428, 13598, 8636, 14732, 10592, 15146, 12367, 15441, 10560, 9847, 11266, 8103, 12828, 8221, 13441, 8736, 14223, 10198, 17538, 10720, 14985, 11120, 16382, 13056, 17170, 13895, 14906, 12017, 8006, 12844, 8348, 14398, 9754, 13853, 10879, 14758, 10929, 8149, 12759, 8354, 13953, 8625, 13733, 9603, 16061, 11703, 15955, 10460, 11348, 10695, 8654, 12555, 8539, 13699, 11051, 15638, 10328, 15016, 11057, 13356, 11919, 10700, 12963, 8920, 17103, 14156, 18701, 14268, 9510, 10443, 11318, 15050, 11925, 13671, 11288, 13406, 9408, 13740, 11223, 13485, 16586, 13905, 18634, 15775, 15089, 18462, 12379, 19399, 12720, 19234, 12580, 17323, 12759, 16212, 12549, 15741, 11537, 11853, 11336, 8666, 14856, 11425, 8799, 13116, 9831, 9673, 12709, 10696, 12559, 12121, 7976, 14448, 10728, 14651, 12283, 16849, 11814, 7780, 14727, 10896, 10811, 12670, 7805, 13634, 11346, 15780, 12237, 7955, 14726, 11271, 17941, 12374, 12572, 13342, 8893, 16007, 12184, 9664, 13573, 9925, 15343, 11833, 16954, 12020, 9064, 15361, 10946, 12717, 12230, 8214, 14590, 11082, 17727, 13940, 12477, 14322, 10065, 9582, 11915, 8410, 14809, 12602, 18167, 14193, 11095, 14225, 10475, 8800, 12380, 9209, 15060, 11761, 17753, 12329, 11556, 13857, 10245, 19846, 13620, 10544, 13574, 9347, 16831, 12243, 9005, 13053, 9899, 16946, 11321, 14523, 11641, 9224, 13951, 9781, 18789, 11970, 9186, 13432, 10179, 16580, 10655, 13052, 12419, 9011, 16726, 10593, 14496, 10821, 14601, 12442, 13091, 13401, 9698, 16812, 12143, 9494, 11687, 9253, 15768, 11424, 17641, 13453, 18993, 13231, 15083, 11959, 9046, 14045, 10393, 16526, 11166, 16660, 13422, 11303, 11945, 8929, 14465, 10467, 13873, 10714, 11536, 14094, 9616, 15897, 10732, 14397, 11170, 10062, 15022, 9826, 16524, 10914, 15248, 11322, 11239, 16260, 10887, 18098, 11339, 9015, 13188, 9665, 14834, 9971, 17733, 11997, 14314, 10929, 8996, 13800, 10003, 16301, 11744, 14915, 12570, 8906, 15238, 10581, 17153, 11367, 18171, 13411, 16211, 13068, 9314, 15323, 10715, 9434, 10640, 8527, 14420, 9312, 15801, 10853, 16107, 11395, 16333, 12891, 13029, 11895, 8618, 13515, 9790, 14937, 10332, 16059, 12304, 14126, 11046, 9196, 12046, 8971, 15057, 9655, 16279, 11603, 17512, 10996, 12060, 10641, 8502, 11730, 9335, 14511, 10475, 15713, 10182, 14708, 10315, 13695, 10510, 9931, 14570, 8961, 15481, 10432, 16822, 11512, 19252, 12992, 15690, 12417, 10657, 14065, 9782, 15931, 10934, 16518, 11002, 16613, 11722, 15147, 11615, 9546, 14289, 9118, 14484, 10237, 15989, 11069, 16739, 12449, 12608, 12623, 9181, 14153, 9929, 15691, 10707, 18191, 11662, 15397, 12527, 10600, 14479, 9757, 14798, 10110, 12446, 10307, 10531, 11471, 9396, 15320, 10069, 16522, 10523, 16423, 11044, 18260, 11905, 16545, 13529, 12573, 12113, 9096, 12575, 8863, 14204, 9888, 14438, 10347, 15022, 11022, 16957, 10223, 13102, 10320, 13990, 10178, 13409, 10396, 12691, 12560, 9633, 12897, 8820, 14327, 9694, 14804, 10597, 15320, 10775, 18359, 13977, 10793, 10799, 8819, 12194, 9212, 13990, 9319, 15559, 9819, 18005, 11086, 16801, 10588, 15621, 10397, 16100, 10479, 15662, 10079, 14813, 11101, 8550, 11724, 8939, 13673, 9888, 15198, 10347, 15786, 10695, 16093, 11531, 17060, 11391, 17765, 10994, 14964, 10523, 11478, 10370, 9042, 11979, 8772, 12979, 9663, 14351, 10540, 15255, 11613, 17424, 10934, 14622, 10423, 11154, 11274, 11537, 12042, 10616, 13085, 10227, 15444, 11252, 15025, 10669, 15130, 10647, 15844, 10738, 17484, 13407, 16277, 10547, 13838, 11097, 13395, 12270, 11939, 15695, 9356, 15135, 10440, 16006, 10650, 15373, 11177, 15082, 10704, 14999, 10658, 15053, 10708, 15096, 11052, 16560, 10677, 12079, 10897, 9703, 11514, 10643, 11719, 10451, 13349, 9552, 14906, 9983, 15043, 10774, 15618, 10754, 18021, 12466, 9341, 11240, 8939, 13773, 10144, 15648, 10907, 16968, 13786, 19239, 11238, 10248, 11214, 9228, 12387, 9302, 14216, 9806, 18534, 11133, 16898, 11290, 11059, 11598, 9886, 13525, 9104, 14756, 9647, 20631, 13789, 17857, 10584, 7996, 11439, 10452, 7936, 13916, 10098, 10952, 11096, 17740, 12969, 11062, 16575, 9812, 13092, 9684, 9330, 11673, 15389, 13748, 9312, 14415, 9725, 8001, 13374, 9474, 16465, 10715, 12814, 11885, 9040, 15631, 9552, 8129, 14062, 9542, 17932, 12657, 17200, 13693, 13224, 11116, 8594, 11813, 9280, 8265, 11086, 8137, 15193, 11566, 15132, 9717, 8615, 10761, 8435, 12954, 9662, 17075, 12515, 10269, 15524, 11633, 10917, 11859, 8841, 20619, 11274, 19590, 12008, 13727, 13322, 9566, 14191, 10746, 20915, 11424, 14531, 11710, 10131, 14648, 9963, 19524, 10580, 8661, 10988, 8845, 12643, 10560, 12973, 10209, 13623, 9388, 12019, 8998, 13679, 10151, 14799, 11497, 9773, 10204, 8024, 11404, 8805, 13865, 9689, 14082, 9849, 14829, 11107, 16368, 10186, 15812, 10273, 18265, 10601, 18468, 12248, 11080, 12845, 9152, 13427, 9940, 16286, 10771, 16380, 12058, 18048, 11866, 14434, 9969, 12234, 10197, 10619, 12581, 9355, 16494, 9903, 8225, 11343, 8630, 15006, 11053, 10996, 10393, 13012, 11319, 18294, 14949, 19517, 16744, 17665, 11881, 15408, 10635, 9519, 11620, 10063, 13445, 9282, 18592, 10837, 10696, 10592, 8613, 12349, 9012, 14605, 11465, 11327, 10736, 8986, 12934, 11322, 12880, 14571, 11833, 10215, 15718, 10091, 9874, 10328, 8198, 13841, 9195, 14413, 10371, 13856, 9638, 18886, 9997, 9386, 10621, 8196, 13148, 8740, 15371, 11704, 15316, 10864, 8262, 12862, 9715, 17403, 10445, 15903, 11169, 18750, 12394, 11471, 11972, 8613, 14400, 9616, 8381, 11197, 8452, 13814, 10968, 18371, 11143, 9118, 11787, 9779, 17932, 10699, 13191, 11241, 9272, 17769, 10049, 10121, 10985, 8782, 13119, 9020, 15322, 11625, 9163, 12399, 9249, 10125, 9577, 8785, 12758, 9619, 16288, 12083, 9155, 11714, 9319, 14732, 10640, 17433, 12715, 11234, 12382, 9082, 13894, 9646, 12362, 9879, 9403, 13098, 9127, 16981, 9914, 8594, 10854, 8646, 13360, 9888, 16597, 11688, 9382, 11375, 8881, 13972, 10259, 15345, 11103, 10590, 13462, 9409, 14868, 10797, 17678, 11965, 10935, 13852, 9503, 16993, 9752, 9005, 10758, 8887, 12197, 8718, 14681, 11561, 10093, 10310, 8201, 12932, 9811, 16683, 11184, 10654, 10829, 9022, 11895, 8785, 14078, 10336, 17426, 11597, 10655, 10470, 8558, 11881, 8557, 13757, 9005, 15231, 11254, 16340, 9897, 8166, 10703, 8626, 12140, 9449, 14497, 10254, 17127, 10173, 13880, 9801, 10524, 11526, 9368, 15516, 10539, 15668, 10264, 10392, 11966, 9389, 14413, 10431, 8300, 11021, 9091, 14041, 10501, 16902, 13256, 10188, 11101, 8861, 16043, 9961, 8585, 14358, 11308, 19402, 14006, 12717, 13615, 9951, 14982, 10634, 17955, 11334, 17275, 13079, 12460, 12062, 9250, 10143, 9314, 7996, 12843, 10134, 16021, 11711, 15372, 12585, 10190, 14319, 9778, 9854, 9841, 8630, 12747, 9128, 14756, 10343, 18270, 10532, 8746, 10272, 8347, 13386, 9077, 14828, 9389, 17076, 11765, 15786, 10181, 8117, 10493, 8703, 13456, 10236, 9947, 11283, 8820, 14613, 13394, 17483, 15506, 11458], 'WindowCenter': [4782.0, 4793.0, 4771.0, 4709.0, 4760.0, 4741.0, 4737.0, 4751.0, 4718.0, 4759.0, 4771.0, 4767.0, 4768.0, 4715.0, 4764.0, 4713.0, 4704.0, 4742.0, 4724.0, 4735.0, 4744.0, 4687.0, 4749.0, 4730.0, 4750.0, 4736.0, 4689.0, 4748.0, 4716.0, 4747.0, 4745.0, 4705.0, 4762.0, 4725.0, 4736.0, 4743.0, 4685.0, 4747.0, 4727.0, 4766.0, 4744.0, 4704.0, 4754.0, 4717.0, 4759.0, 4725.0, 4765.0, 4725.0, 4683.0, 4742.0, 4714.0, 4742.0, 4728.0, 4763.0, 4734.0, 4685.0, 4741.0, 4710.0, 4744.0, 4724.0, 4745.0, 4726.0, 4758.0, 4715.0, 4685.0, 4743.0, 4682.0, 4733.0, 4693.0, 4763.0, 4713.0, 4692.0, 4723.0, 4665.0, 4745.0, 4716.0, 4746.0, 4733.0, 4755.0, 4705.0, 4710.0, 4722.0, 4693.0, 4734.0, 4711.0, 4752.0, 4705.0, 4740.0, 4712.0, 4712.0, 4731.0, 4734.0, 4723.0, 4670.0, 4733.0, 4704.0, 4740.0, 4713.0, 4732.0, 4732.0, 4674.0, 4751.0, 4704.0, 4751.0, 4713.0, 4763.0, 4732.0, 4721.0, 4731.0, 4682.0, 4732.0, 4691.0, 4742.0, 4723.0, 4743.0, 4730.0, 4669.0, 4722.0, 4693.0, 4739.0, 4725.0, 4751.0, 4723.0, 4683.0, 4720.0, 4673.0, 4731.0, 4712.0, 4737.0, 4732.0, 4750.0, 4730.0, 4670.0, 4729.0, 4691.0, 4740.0, 4722.0, 4748.0, 4731.0, 4720.0, 4720.0, 4680.0, 4729.0, 4671.0, 4738.0, 4702.0, 4740.0, 4732.0, 4729.0, 4700.0, 4662.0, 4734.0, 4691.0, 4741.0, 4708.0, 4728.0, 4723.0, 4679.0, 4734.0, 4702.0, 4736.0, 4720.0, 4764.0, 4725.0, 4721.0, 4721.0, 4671.0, 4732.0, 4682.0, 4741.0, 4710.0, 4741.0, 4732.0, 4751.0, 4712.0, 4696.0, 4706.0, 4663.0, 4733.0, 4683.0, 4731.0, 4686.0, 4735.0, 4704.0, 4754.0, 4703.0, 4740.0, 4711.0, 4743.0, 4726.0, 4751.0, 4720.0, 4738.0, 4709.0, 4659.0, 4717.0, 4670.0, 4728.0, 4693.0, 4723.0, 4713.0, 4742.0, 4711.0, 4663.0, 4722.0, 4665.0, 4740.0, 4676.0, 4724.0, 4683.0, 4752.0, 4714.0, 4749.0, 4695.0, 4707.0, 4704.0, 4674.0, 4726.0, 4683.0, 4745.0, 4725.0, 4745.0, 4704.0, 4753.0, 4723.0, 4733.0, 4734.0, 4726.0, 4744.0, 4693.0, 4764.0, 4748.0, 4775.0, 4748.0, 4704.0, 4717.0, 4737.0, 4748.0, 4724.0, 4743.0, 4724.0, 4743.0, 4684.0, 4745.0, 4723.0, 4743.0, 4752.0, 4724.0, 4740.0, 4728.0, 4726.0, 4733.0, 4688.0, 4747.0, 4704.0, 4735.0, 4688.0, 4712.0, 4683.0, 4710.0, 4682.0, 4711.0, 4682.0, 4675.0, 4696.0, 4659.0, 4737.0, 4706.0, 4673.0, 4729.0, 4717.0, 4696.0, 4724.0, 4714.0, 4715.0, 4722.0, 4674.0, 4737.0, 4710.0, 4735.0, 4727.0, 4742.0, 4721.0, 4663.0, 4742.0, 4705.0, 4712.0, 4725.0, 4663.0, 4743.0, 4718.0, 4753.0, 4724.0, 4666.0, 4755.0, 4725.0, 4762.0, 4734.0, 4722.0, 4732.0, 4695.0, 4754.0, 4724.0, 4692.0, 4731.0, 4704.0, 4733.0, 4722.0, 4751.0, 4722.0, 4673.0, 4745.0, 4740.0, 4734.0, 4717.0, 4664.0, 4741.0, 4711.0, 4764.0, 4742.0, 4721.0, 4734.0, 4701.0, 4692.0, 4715.0, 4672.0, 4745.0, 4733.0, 4765.0, 4743.0, 4708.0, 4742.0, 4712.0, 4693.0, 4733.0, 4696.0, 4752.0, 4724.0, 4756.0, 4724.0, 4726.0, 4743.0, 4727.0, 4790.0, 4757.0, 4716.0, 4735.0, 4688.0, 4751.0, 4723.0, 4688.0, 4736.0, 4717.0, 4765.0, 4718.0, 4737.0, 4722.0, 4693.0, 4743.0, 4697.0, 4764.0, 4716.0, 4684.0, 4738.0, 4714.0, 4745.0, 4707.0, 4731.0, 4728.0, 4696.0, 4757.0, 4708.0, 4736.0, 4706.0, 4735.0, 4716.0, 4726.0, 4724.0, 4694.0, 4751.0, 4717.0, 4687.0, 4715.0, 4705.0, 4752.0, 4718.0, 4762.0, 4734.0, 4764.0, 4727.0, 4735.0, 4722.0, 4683.0, 4741.0, 4695.0, 4751.0, 4707.0, 4746.0, 4737.0, 4707.0, 4718.0, 4687.0, 4735.0, 4707.0, 4745.0, 4715.0, 4724.0, 4737.0, 4704.0, 4754.0, 4724.0, 4749.0, 4725.0, 4696.0, 4748.0, 4695.0, 4749.0, 4714.0, 4745.0, 4707.0, 4716.0, 4747.0, 4713.0, 4764.0, 4714.0, 4676.0, 4725.0, 4693.0, 4733.0, 4696.0, 4748.0, 4706.0, 4739.0, 4711.0, 4674.0, 4731.0, 4702.0, 4745.0, 4718.0, 4742.0, 4719.0, 4675.0, 4744.0, 4708.0, 4751.0, 4716.0, 4755.0, 4732.0, 4746.0, 4726.0, 4676.0, 4742.0, 4692.0, 4693.0, 4703.0, 4674.0, 4735.0, 4696.0, 4752.0, 4715.0, 4752.0, 4714.0, 4743.0, 4728.0, 4725.0, 4711.0, 4683.0, 4731.0, 4699.0, 4743.0, 4705.0, 4754.0, 4731.0, 4745.0, 4707.0, 4694.0, 4717.0, 4681.0, 4734.0, 4695.0, 4757.0, 4728.0, 4758.0, 4716.0, 4723.0, 4707.0, 4677.0, 4725.0, 4698.0, 4756.0, 4717.0, 4748.0, 4711.0, 4756.0, 4718.0, 4745.0, 4713.0, 4700.0, 4747.0, 4699.0, 4749.0, 4716.0, 4766.0, 4726.0, 4766.0, 4747.0, 4747.0, 4729.0, 4707.0, 4736.0, 4705.0, 4753.0, 4708.0, 4746.0, 4715.0, 4748.0, 4726.0, 4746.0, 4719.0, 4687.0, 4738.0, 4685.0, 4743.0, 4699.0, 4747.0, 4715.0, 4747.0, 4737.0, 4722.0, 4735.0, 4697.0, 4743.0, 4698.0, 4746.0, 4715.0, 4765.0, 4722.0, 4754.0, 4735.0, 4704.0, 4735.0, 4695.0, 4736.0, 4704.0, 4730.0, 4715.0, 4708.0, 4726.0, 4690.0, 4750.0, 4706.0, 4748.0, 4714.0, 4754.0, 4716.0, 4764.0, 4718.0, 4753.0, 4726.0, 4725.0, 4724.0, 4686.0, 4715.0, 4684.0, 4743.0, 4703.0, 4737.0, 4711.0, 4754.0, 4720.0, 4759.0, 4718.0, 4745.0, 4717.0, 4737.0, 4717.0, 4745.0, 4709.0, 4737.0, 4727.0, 4708.0, 4747.0, 4698.0, 4738.0, 4698.0, 4745.0, 4716.0, 4748.0, 4727.0, 4761.0, 4758.0, 4725.0, 4726.0, 4697.0, 4728.0, 4707.0, 4745.0, 4696.0, 4751.0, 4697.0, 4765.0, 4716.0, 4758.0, 4716.0, 4753.0, 4704.0, 4754.0, 4715.0, 4747.0, 4700.0, 4754.0, 4727.0, 4685.0, 4726.0, 4698.0, 4745.0, 4716.0, 4755.0, 4716.0, 4755.0, 4718.0, 4747.0, 4726.0, 4764.0, 4719.0, 4775.0, 4719.0, 4754.0, 4715.0, 4719.0, 4708.0, 4697.0, 4732.0, 4698.0, 4746.0, 4718.0, 4747.0, 4721.0, 4760.0, 4730.0, 4777.0, 4728.0, 4757.0, 4729.0, 4729.0, 4733.0, 4732.0, 4736.0, 4727.0, 4748.0, 4710.0, 4756.0, 4722.0, 4759.0, 4727.0, 4766.0, 4721.0, 4769.0, 4739.0, 4778.0, 4749.0, 4759.0, 4727.0, 4741.0, 4727.0, 4736.0, 4736.0, 4716.0, 4749.0, 4695.0, 4753.0, 4705.0, 4745.0, 4715.0, 4754.0, 4725.0, 4754.0, 4716.0, 4753.0, 4711.0, 4746.0, 4709.0, 4754.0, 4724.0, 4756.0, 4716.0, 4735.0, 4705.0, 4704.0, 4717.0, 4706.0, 4736.0, 4716.0, 4741.0, 4698.0, 4755.0, 4704.0, 4753.0, 4716.0, 4745.0, 4727.0, 4768.0, 4732.0, 4699.0, 4719.0, 4697.0, 4756.0, 4712.0, 4765.0, 4723.0, 4756.0, 4737.0, 4776.0, 4726.0, 4709.0, 4726.0, 4691.0, 4735.0, 4697.0, 4745.0, 4699.0, 4756.0, 4725.0, 4764.0, 4726.0, 4717.0, 4727.0, 4705.0, 4733.0, 4677.0, 4745.0, 4685.0, 4774.0, 4745.0, 4760.0, 4707.0, 4677.0, 4738.0, 4721.0, 4690.0, 4760.0, 4731.0, 4729.0, 4723.0, 4765.0, 4734.0, 4714.0, 4753.0, 4707.0, 4736.0, 4706.0, 4696.0, 4725.0, 4736.0, 4725.0, 4683.0, 4725.0, 4692.0, 4667.0, 4735.0, 4689.0, 4752.0, 4695.0, 4719.0, 4719.0, 4686.0, 4752.0, 4689.0, 4667.0, 4743.0, 4691.0, 4748.0, 4723.0, 4735.0, 4715.0, 4713.0, 4695.0, 4673.0, 4713.0, 4682.0, 4667.0, 4715.0, 4677.0, 4737.0, 4716.0, 4744.0, 4684.0, 4673.0, 4703.0, 4675.0, 4716.0, 4711.0, 4767.0, 4735.0, 4707.0, 4742.0, 4704.0, 4695.0, 4704.0, 4688.0, 4777.0, 4735.0, 4778.0, 4722.0, 4729.0, 4725.0, 4686.0, 4724.0, 4707.0, 4764.0, 4709.0, 4728.0, 4706.0, 4689.0, 4727.0, 4681.0, 4756.0, 4695.0, 4664.0, 4704.0, 4676.0, 4715.0, 4695.0, 4715.0, 4685.0, 4731.0, 4679.0, 4722.0, 4675.0, 4730.0, 4694.0, 4726.0, 4707.0, 4697.0, 4705.0, 4669.0, 4718.0, 4689.0, 4738.0, 4694.0, 4737.0, 4706.0, 4735.0, 4708.0, 4755.0, 4700.0, 4747.0, 4701.0, 4757.0, 4709.0, 4765.0, 4720.0, 4715.0, 4727.0, 4687.0, 4726.0, 4700.0, 4757.0, 4708.0, 4750.0, 4724.0, 4757.0, 4724.0, 4737.0, 4697.0, 4723.0, 4698.0, 4707.0, 4735.0, 4687.0, 4765.0, 4731.0, 4688.0, 4724.0, 4692.0, 4751.0, 4720.0, 4719.0, 4710.0, 4748.0, 4720.0, 4770.0, 4750.0, 4758.0, 4747.0, 4752.0, 4714.0, 4735.0, 4700.0, 4673.0, 4703.0, 4686.0, 4713.0, 4675.0, 4744.0, 4701.0, 4684.0, 4683.0, 4665.0, 4713.0, 4682.0, 4731.0, 4706.0, 4712.0, 4694.0, 4665.0, 4717.0, 4697.0, 4703.0, 4723.0, 4699.0, 4678.0, 4732.0, 4691.0, 4683.0, 4683.0, 4667.0, 4725.0, 4676.0, 4730.0, 4684.0, 4714.0, 4673.0, 4749.0, 4685.0, 4674.0, 4692.0, 4655.0, 4713.0, 4663.0, 4725.0, 4705.0, 4723.0, 4693.0, 4664.0, 4723.0, 4687.0, 4746.0, 4696.0, 4733.0, 4700.0, 4745.0, 4704.0, 4693.0, 4702.0, 4666.0, 4730.0, 4684.0, 4664.0, 4704.0, 4666.0, 4726.0, 4707.0, 4746.0, 4712.0, 4675.0, 4712.0, 4690.0, 4744.0, 4695.0, 4715.0, 4695.0, 4674.0, 4751.0, 4685.0, 4685.0, 4697.0, 4665.0, 4724.0, 4676.0, 4743.0, 4704.0, 4674.0, 4713.0, 4675.0, 4696.0, 4686.0, 4676.0, 4725.0, 4694.0, 4746.0, 4716.0, 4676.0, 4715.0, 4677.0, 4734.0, 4697.0, 4753.0, 4715.0, 4707.0, 4721.0, 4676.0, 4727.0, 4689.0, 4714.0, 4691.0, 4675.0, 4724.0, 4675.0, 4745.0, 4689.0, 4665.0, 4705.0, 4669.0, 4727.0, 4697.0, 4745.0, 4705.0, 4679.0, 4705.0, 4675.0, 4742.0, 4701.0, 4736.0, 4708.0, 4705.0, 4726.0, 4677.0, 4734.0, 4698.0, 4745.0, 4715.0, 4695.0, 4724.0, 4682.0, 4743.0, 4684.0, 4681.0, 4701.0, 4665.0, 4710.0, 4671.0, 4735.0, 4711.0, 4684.0, 4694.0, 4674.0, 4715.0, 4697.0, 4748.0, 4708.0, 4696.0, 4697.0, 4676.0, 4704.0, 4669.0, 4734.0, 4700.0, 4744.0, 4705.0, 4696.0, 4702.0, 4666.0, 4711.0, 4666.0, 4727.0, 4676.0, 4734.0, 4705.0, 4743.0, 4684.0, 4666.0, 4701.0, 4666.0, 4722.0, 4688.0, 4740.0, 4696.0, 4744.0, 4695.0, 4723.0, 4687.0, 4702.0, 4705.0, 4676.0, 4737.0, 4702.0, 4735.0, 4720.0, 4709.0, 4716.0, 4686.0, 4737.0, 4708.0, 4685.0, 4712.0, 4715.0, 4749.0, 4710.0, 4765.0, 4729.0, 4706.0, 4730.0, 4708.0, 4765.0, 4697.0, 4687.0, 4746.0, 4709.0, 4765.0, 4726.0, 4716.0, 4714.0, 4691.0, 4732.0, 4703.0, 4750.0, 4702.0, 4733.0, 4713.0, 4702.0, 4706.0, 4673.0, 4689.0, 4672.0, 4656.0, 4714.0, 4696.0, 4735.0, 4718.0, 4756.0, 4723.0, 4689.0, 4723.0, 4685.0, 4683.0, 4683.0, 4673.0, 4723.0, 4685.0, 4724.0, 4691.0, 4744.0, 4684.0, 4664.0, 4684.0, 4672.0, 4713.0, 4665.0, 4727.0, 4675.0, 4732.0, 4706.0, 4740.0, 4689.0, 4655.0, 4693.0, 4666.0, 4730.0, 4696.0, 4687.0, 4706.0, 4683.0, 4759.0, 4723.0, 4758.0, 4710.0, 4687.0], 'WindowWidth': [10432.0, 10441.0, 10403.0, 10316.0, 10378.0, 10350.0, 10339.0, 10359.0, 10313.0, 10377.0, 10402.0, 10391.0, 10392.0, 10310.0, 10380.0, 10298.0, 10296.0, 10344.0, 10323.0, 10340.0, 10350.0, 10271.0, 10357.0, 10333.0, 10357.0, 10337.0, 10275.0, 10357.0, 10309.0, 10357.0, 10352.0, 10298.0, 10378.0, 10326.0, 10340.0, 10347.0, 10271.0, 10351.0, 10324.0, 10385.0, 10351.0, 10294.0, 10360.0, 10307.0, 10369.0, 10320.0, 10383.0, 10315.0, 10264.0, 10343.0, 10307.0, 10345.0, 10325.0, 10373.0, 10335.0, 10262.0, 10341.0, 10298.0, 10349.0, 10322.0, 10347.0, 10320.0, 10364.0, 10302.0, 10261.0, 10343.0, 10261.0, 10327.0, 10270.0, 10377.0, 10296.0, 10275.0, 10316.0, 10236.0, 10344.0, 10305.0, 10347.0, 10334.0, 10362.0, 10287.0, 10297.0, 10308.0, 10276.0, 10327.0, 10298.0, 10356.0, 10286.0, 10337.0, 10298.0, 10292.0, 10325.0, 10326.0, 10310.0, 10240.0, 10323.0, 10284.0, 10336.0, 10303.0, 10329.0, 10329.0, 10245.0, 10356.0, 10286.0, 10355.0, 10298.0, 10375.0, 10329.0, 10310.0, 10325.0, 10258.0, 10319.0, 10271.0, 10341.0, 10317.0, 10341.0, 10324.0, 10241.0, 10306.0, 10277.0, 10337.0, 10323.0, 10356.0, 10311.0, 10256.0, 10308.0, 10249.0, 10319.0, 10299.0, 10333.0, 10329.0, 10356.0, 10324.0, 10242.0, 10318.0, 10272.0, 10338.0, 10317.0, 10353.0, 10327.0, 10309.0, 10308.0, 10255.0, 10321.0, 10235.0, 10331.0, 10288.0, 10339.0, 10327.0, 10321.0, 10280.0, 10232.0, 10324.0, 10266.0, 10341.0, 10295.0, 10321.0, 10319.0, 10257.0, 10327.0, 10291.0, 10332.0, 10313.0, 10378.0, 10317.0, 10308.0, 10313.0, 10247.0, 10327.0, 10262.0, 10339.0, 10300.0, 10343.0, 10330.0, 10355.0, 10300.0, 10274.0, 10290.0, 10230.0, 10330.0, 10263.0, 10323.0, 10273.0, 10331.0, 10292.0, 10359.0, 10284.0, 10339.0, 10298.0, 10339.0, 10315.0, 10359.0, 10304.0, 10331.0, 10290.0, 10223.0, 10300.0, 10240.0, 10317.0, 10276.0, 10310.0, 10304.0, 10341.0, 10299.0, 10230.0, 10308.0, 10233.0, 10337.0, 10249.0, 10313.0, 10258.0, 10360.0, 10298.0, 10353.0, 10273.0, 10290.0, 10286.0, 10247.0, 10316.0, 10267.0, 10351.0, 10322.0, 10347.0, 10288.0, 10360.0, 10320.0, 10328.0, 10336.0, 10331.0, 10348.0, 10279.0, 10381.0, 10354.0, 10397.0, 10354.0, 10296.0, 10309.0, 10343.0, 10356.0, 10320.0, 10345.0, 10321.0, 10348.0, 10262.0, 10353.0, 10320.0, 10345.0, 10357.0, 10311.0, 10331.0, 10319.0, 10309.0, 10324.0, 10250.0, 10346.0, 10275.0, 10325.0, 10248.0, 10287.0, 10235.0, 10278.0, 10233.0, 10279.0, 10241.0, 10227.0, 10268.0, 10216.0, 10330.0, 10286.0, 10241.0, 10320.0, 10316.0, 10280.0, 10314.0, 10305.0, 10298.0, 10312.0, 10250.0, 10330.0, 10297.0, 10331.0, 10321.0, 10336.0, 10311.0, 10238.0, 10342.0, 10288.0, 10301.0, 10313.0, 10238.0, 10346.0, 10311.0, 10360.0, 10313.0, 10240.0, 10363.0, 10322.0, 10374.0, 10333.0, 10309.0, 10327.0, 10283.0, 10364.0, 10318.0, 10274.0, 10325.0, 10291.0, 10326.0, 10316.0, 10354.0, 10316.0, 10241.0, 10346.0, 10352.0, 10334.0, 10302.0, 10227.0, 10338.0, 10298.0, 10380.0, 10344.0, 10311.0, 10326.0, 10285.0, 10274.0, 10298.0, 10247.0, 10349.0, 10329.0, 10381.0, 10344.0, 10292.0, 10342.0, 10302.0, 10276.0, 10330.0, 10283.0, 10358.0, 10322.0, 10358.0, 10313.0, 10325.0, 10347.0, 10330.0, 10419.0, 10369.0, 10311.0, 10333.0, 10267.0, 10352.0, 10316.0, 10269.0, 10331.0, 10316.0, 10379.0, 10308.0, 10333.0, 10313.0, 10275.0, 10344.0, 10277.0, 10379.0, 10303.0, 10259.0, 10333.0, 10305.0, 10343.0, 10292.0, 10327.0, 10320.0, 10282.0, 10362.0, 10293.0, 10331.0, 10289.0, 10328.0, 10302.0, 10313.0, 10310.0, 10278.0, 10355.0, 10303.0, 10264.0, 10300.0, 10296.0, 10355.0, 10308.0, 10374.0, 10333.0, 10379.0, 10319.0, 10326.0, 10313.0, 10261.0, 10338.0, 10273.0, 10352.0, 10291.0, 10346.0, 10333.0, 10291.0, 10306.0, 10265.0, 10329.0, 10293.0, 10350.0, 10309.0, 10320.0, 10336.0, 10293.0, 10361.0, 10320.0, 10352.0, 10323.0, 10277.0, 10350.0, 10274.0, 10351.0, 10307.0, 10342.0, 10290.0, 10303.0, 10349.0, 10303.0, 10378.0, 10303.0, 10248.0, 10312.0, 10273.0, 10324.0, 10273.0, 10351.0, 10287.0, 10335.0, 10296.0, 10242.0, 10324.0, 10287.0, 10343.0, 10308.0, 10341.0, 10307.0, 10247.0, 10339.0, 10292.0, 10356.0, 10303.0, 10360.0, 10327.0, 10342.0, 10315.0, 10245.0, 10341.0, 10266.0, 10274.0, 10287.0, 10250.0, 10326.0, 10281.0, 10355.0, 10306.0, 10356.0, 10305.0, 10339.0, 10320.0, 10311.0, 10295.0, 10260.0, 10323.0, 10280.0, 10342.0, 10295.0, 10362.0, 10328.0, 10349.0, 10291.0, 10277.0, 10304.0, 10259.0, 10326.0, 10280.0, 10368.0, 10326.0, 10365.0, 10310.0, 10316.0, 10290.0, 10251.0, 10321.0, 10287.0, 10365.0, 10312.0, 10352.0, 10303.0, 10367.0, 10316.0, 10350.0, 10307.0, 10286.0, 10350.0, 10290.0, 10353.0, 10311.0, 10381.0, 10325.0, 10378.0, 10356.0, 10348.0, 10325.0, 10297.0, 10329.0, 10294.0, 10358.0, 10294.0, 10345.0, 10308.0, 10349.0, 10324.0, 10345.0, 10309.0, 10263.0, 10335.0, 10267.0, 10341.0, 10282.0, 10345.0, 10308.0, 10349.0, 10338.0, 10314.0, 10333.0, 10284.0, 10342.0, 10280.0, 10344.0, 10308.0, 10380.0, 10319.0, 10361.0, 10337.0, 10291.0, 10328.0, 10280.0, 10330.0, 10293.0, 10325.0, 10307.0, 10294.0, 10324.0, 10273.0, 10356.0, 10295.0, 10351.0, 10305.0, 10361.0, 10310.0, 10376.0, 10307.0, 10359.0, 10317.0, 10319.0, 10317.0, 10268.0, 10298.0, 10265.0, 10341.0, 10290.0, 10332.0, 10300.0, 10362.0, 10314.0, 10367.0, 10318.0, 10350.0, 10315.0, 10335.0, 10313.0, 10351.0, 10299.0, 10340.0, 10323.0, 10303.0, 10356.0, 10290.0, 10336.0, 10282.0, 10344.0, 10311.0, 10353.0, 10331.0, 10375.0, 10371.0, 10324.0, 10325.0, 10289.0, 10324.0, 10300.0, 10352.0, 10283.0, 10358.0, 10280.0, 10382.0, 10311.0, 10365.0, 10310.0, 10358.0, 10293.0, 10361.0, 10310.0, 10349.0, 10286.0, 10361.0, 10327.0, 10268.0, 10324.0, 10289.0, 10349.0, 10312.0, 10365.0, 10313.0, 10367.0, 10316.0, 10350.0, 10326.0, 10378.0, 10312.0, 10395.0, 10311.0, 10361.0, 10308.0, 10311.0, 10296.0, 10288.0, 10333.0, 10292.0, 10355.0, 10319.0, 10350.0, 10318.0, 10371.0, 10330.0, 10400.0, 10333.0, 10365.0, 10334.0, 10326.0, 10335.0, 10333.0, 10341.0, 10330.0, 10360.0, 10299.0, 10371.0, 10320.0, 10368.0, 10331.0, 10384.0, 10320.0, 10392.0, 10350.0, 10405.0, 10364.0, 10369.0, 10329.0, 10344.0, 10328.0, 10332.0, 10339.0, 10305.0, 10354.0, 10282.0, 10359.0, 10290.0, 10343.0, 10307.0, 10359.0, 10321.0, 10360.0, 10310.0, 10360.0, 10302.0, 10346.0, 10298.0, 10362.0, 10322.0, 10361.0, 10311.0, 10334.0, 10289.0, 10294.0, 10306.0, 10290.0, 10338.0, 10311.0, 10345.0, 10281.0, 10364.0, 10292.0, 10359.0, 10312.0, 10344.0, 10328.0, 10381.0, 10333.0, 10285.0, 10313.0, 10287.0, 10366.0, 10306.0, 10379.0, 10321.0, 10364.0, 10337.0, 10396.0, 10324.0, 10298.0, 10324.0, 10274.0, 10336.0, 10288.0, 10352.0, 10283.0, 10365.0, 10324.0, 10379.0, 10323.0, 10307.0, 10326.0, 10293.0, 10333.0, 10252.0, 10351.0, 10256.0, 10400.0, 10352.0, 10368.0, 10291.0, 10261.0, 10345.0, 10317.0, 10282.0, 10379.0, 10338.0, 10334.0, 10322.0, 10379.0, 10333.0, 10301.0, 10360.0, 10296.0, 10337.0, 10296.0, 10282.0, 10320.0, 10327.0, 10312.0, 10258.0, 10314.0, 10270.0, 10237.0, 10332.0, 10268.0, 10356.0, 10271.0, 10307.0, 10307.0, 10266.0, 10357.0, 10266.0, 10237.0, 10342.0, 10269.0, 10351.0, 10312.0, 10328.0, 10297.0, 10291.0, 10266.0, 10245.0, 10300.0, 10258.0, 10233.0, 10306.0, 10255.0, 10332.0, 10306.0, 10343.0, 10255.0, 10246.0, 10285.0, 10251.0, 10299.0, 10304.0, 10383.0, 10333.0, 10292.0, 10331.0, 10279.0, 10268.0, 10279.0, 10265.0, 10392.0, 10341.0, 10394.0, 10314.0, 10319.0, 10309.0, 10257.0, 10307.0, 10287.0, 10365.0, 10292.0, 10316.0, 10285.0, 10264.0, 10314.0, 10248.0, 10357.0, 10268.0, 10229.0, 10282.0, 10245.0, 10296.0, 10269.0, 10296.0, 10255.0, 10322.0, 10253.0, 10309.0, 10243.0, 10319.0, 10270.0, 10311.0, 10289.0, 10274.0, 10290.0, 10242.0, 10305.0, 10270.0, 10333.0, 10278.0, 10332.0, 10294.0, 10327.0, 10291.0, 10363.0, 10283.0, 10346.0, 10286.0, 10360.0, 10294.0, 10376.0, 10309.0, 10305.0, 10316.0, 10264.0, 10317.0, 10286.0, 10362.0, 10295.0, 10355.0, 10320.0, 10361.0, 10318.0, 10331.0, 10275.0, 10313.0, 10278.0, 10290.0, 10336.0, 10265.0, 10382.0, 10343.0, 10279.0, 10324.0, 10281.0, 10359.0, 10316.0, 10313.0, 10301.0, 10357.0, 10312.0, 10386.0, 10353.0, 10372.0, 10348.0, 10355.0, 10302.0, 10324.0, 10279.0, 10238.0, 10276.0, 10257.0, 10293.0, 10242.0, 10339.0, 10280.0, 10252.0, 10251.0, 10227.0, 10291.0, 10257.0, 10323.0, 10286.0, 10296.0, 10267.0, 10229.0, 10303.0, 10272.0, 10279.0, 10303.0, 10274.0, 10244.0, 10316.0, 10265.0, 10250.0, 10252.0, 10235.0, 10312.0, 10244.0, 10323.0, 10253.0, 10294.0, 10238.0, 10349.0, 10254.0, 10240.0, 10262.0, 10214.0, 10290.0, 10223.0, 10312.0, 10281.0, 10305.0, 10262.0, 10228.0, 10307.0, 10262.0, 10340.0, 10273.0, 10320.0, 10278.0, 10340.0, 10277.0, 10261.0, 10273.0, 10230.0, 10320.0, 10253.0, 10229.0, 10282.0, 10231.0, 10315.0, 10289.0, 10343.0, 10297.0, 10244.0, 10296.0, 10267.0, 10338.0, 10271.0, 10296.0, 10271.0, 10239.0, 10353.0, 10255.0, 10256.0, 10272.0, 10228.0, 10310.0, 10246.0, 10342.0, 10280.0, 10239.0, 10292.0, 10243.0, 10273.0, 10261.0, 10248.0, 10313.0, 10277.0, 10346.0, 10302.0, 10247.0, 10297.0, 10249.0, 10325.0, 10275.0, 10360.0, 10299.0, 10286.0, 10308.0, 10243.0, 10315.0, 10264.0, 10295.0, 10269.0, 10244.0, 10310.0, 10242.0, 10341.0, 10264.0, 10231.0, 10284.0, 10239.0, 10317.0, 10277.0, 10344.0, 10286.0, 10251.0, 10284.0, 10246.0, 10340.0, 10287.0, 10328.0, 10292.0, 10289.0, 10315.0, 10248.0, 10325.0, 10278.0, 10342.0, 10304.0, 10270.0, 10310.0, 10256.0, 10334.0, 10254.0, 10254.0, 10280.0, 10230.0, 10293.0, 10242.0, 10326.0, 10296.0, 10255.0, 10266.0, 10249.0, 10298.0, 10277.0, 10349.0, 10292.0, 10273.0, 10275.0, 10247.0, 10283.0, 10238.0, 10329.0, 10281.0, 10340.0, 10284.0, 10272.0, 10283.0, 10232.0, 10295.0, 10232.0, 10315.0, 10246.0, 10325.0, 10283.0, 10335.0, 10254.0, 10232.0, 10282.0, 10233.0, 10314.0, 10264.0, 10339.0, 10272.0, 10340.0, 10270.0, 10306.0, 10261.0, 10285.0, 10283.0, 10244.0, 10332.0, 10284.0, 10326.0, 10315.0, 10297.0, 10303.0, 10263.0, 10333.0, 10293.0, 10268.0, 10302.0, 10317.0, 10354.0, 10301.0, 10380.0, 10322.0, 10295.0, 10331.0, 10304.0, 10382.0, 10281.0, 10272.0, 10352.0, 10296.0, 10378.0, 10317.0, 10296.0, 10292.0, 10267.0, 10325.0, 10284.0, 10351.0, 10281.0, 10323.0, 10291.0, 10274.0, 10282.0, 10235.0, 10262.0, 10236.0, 10219.0, 10294.0, 10273.0, 10327.0, 10306.0, 10367.0, 10312.0, 10260.0, 10305.0, 10252.0, 10251.0, 10250.0, 10244.0, 10313.0, 10262.0, 10311.0, 10267.0, 10339.0, 10252.0, 10227.0, 10252.0, 10241.0, 10291.0, 10227.0, 10315.0, 10242.0, 10317.0, 10283.0, 10332.0, 10259.0, 10214.0, 10263.0, 10233.0, 10321.0, 10272.0, 10261.0, 10286.0, 10261.0, 10370.0, 10307.0, 10366.0, 10282.0, 10253.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.0037732640692640694</td></tr>
<tr><td colspan=3>aqi</td><td>0.0709227897835498</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.22172440607453</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0937641459445409</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9117102543240909</td></tr>
<tr><td colspan=3>efc</td><td>0.4753</td></tr>
<tr><td colspan=3>fber</td><td>6048.4624</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13521828214962753</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>48</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.1558441558441555</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.8913749917894003</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7931808424962883</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0995701079186717</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7813740249532413</td></tr>
<tr><td colspan=3>gcor</td><td>0.00465587</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018930833786725998</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0316191092133522</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.8961183863748716</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>23.849</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.7513</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>186.798</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298621.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>820.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>346.5148</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.222</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>642.378</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3879.9895</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4113.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77923.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1325.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5093.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1055.6593</td></tr>
<tr><td colspan=3>tsnr</td><td>23.784679937758483</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>