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

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0001_ses-02_task-narratives_acq-mb8_run-01_bold.nii.gz";

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0001/ses-02/func/sub-0001_ses-02_task-narratives_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>81101462c9cf6f7b7de1de729788928d</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:38:29.802500</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.999683, -0.0235779, 0.00888234, 0.0204168, 0.964644, 0.262765]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-narratives_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.0887834</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4148, -7779, -7247, 470, -31, -241, 23, 52]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>239.727</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>92a374af-73e6-46e4-9990-82fa08a5464f||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.682075262069702, 0.05477670952677727, 0.03986210748553276, 107.83089447021484], [0.06325774639844894, 2.588068723678589, 0.70875084400177, -105.70752716064453], [0.023830680176615715, -0.7049794793128967, 2.605011224746704, -29.296693801879883], [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, 937]</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], 'AcquisitionTime': ['143829.802500', '143830.262500', '143830.722500', '143831.182500', '143831.642500', '143832.102500', '143832.562500', '143833.022500', '143833.482500', '143833.942500', '143834.402500', '143834.862500', '143835.322500', '143835.782500', '143836.242500', '143836.702500', '143837.162500', '143837.622500', '143838.082500', '143838.542500', '143839.002500', '143839.462500', '143839.922500', '143840.382500', '143840.842500', '143841.302500', '143841.762500', '143842.222500', '143842.682500', '143843.142500', '143843.602500', '143844.062500', '143844.522500', '143844.982500', '143845.442500', '143845.902500', '143846.362500', '143846.822500', '143847.282500', '143847.742500', '143848.202500', '143848.662500', '143849.122500', '143849.582500', '143850.042500', '143850.502500', '143850.962500', '143851.422500', '143851.882500', '143852.342500', '143852.802500', '143853.262500', '143853.722500', '143854.182500', '143854.642500', '143855.102500', '143855.562500', '143856.022500', '143856.482500', '143856.942500', '143857.402500', '143857.862500', '143858.322500', '143858.782500', '143859.242500', '143859.702500', '143900.162500', '143900.622500', '143901.082500', '143901.542500', '143902.002500', '143902.462500', '143902.922500', '143903.382500', '143903.842500', '143904.302500', '143904.762500', '143905.222500', '143905.682500', '143906.142500', '143906.602500', '143907.062500', '143907.522500', '143907.982500', '143908.442500', '143908.902500', '143909.362500', '143909.822500', '143910.282500', '143910.742500', '143911.202500', '143911.662500', '143912.122500', '143912.582500', '143913.042500', '143913.502500', '143913.962500', '143914.422500', '143914.882500', '143915.342500', '143915.802500', '143916.262500', '143916.722500', '143917.182500', '143917.642500', '143918.102500', '143918.562500', '143919.022500', '143919.482500', '143919.942500', '143920.402500', '143920.862500', '143921.322500', '143921.782500', '143922.242500', '143922.702500', '143923.162500', '143923.622500', '143924.082500', '143924.542500', '143925.002500', '143925.462500', '143925.922500', '143926.382500', '143926.842500', '143927.302500', '143927.762500', '143928.222500', '143928.682500', '143929.142500', '143929.602500', '143930.062500', '143930.522500', '143930.982500', '143931.442500', '143931.902500', '143932.362500', '143932.822500', '143933.282500', '143933.742500', '143934.202500', '143934.662500', '143935.122500', '143935.582500', '143936.042500', '143936.502500', '143936.962500', '143937.422500', '143937.882500', '143938.342500', '143938.802500', '143939.262500', '143939.722500', '143940.182500', '143940.642500', '143941.102500', '143941.562500', '143942.022500', '143942.482500', '143942.942500', '143943.402500', '143943.862500', '143944.322500', '143944.782500', '143945.242500', '143945.702500', '143946.162500', '143946.622500', '143947.082500', '143947.542500', '143948.002500', '143948.462500', '143948.922500', '143949.382500', '143949.842500', '143950.302500', '143950.762500', '143951.222500', '143951.682500', '143952.142500', '143952.602500', '143953.062500', '143953.522500', '143953.982500', '143954.442500', '143954.902500', '143955.362500', '143955.822500', '143956.282500', '143956.742500', '143957.202500', '143957.662500', '143958.122500', '143958.582500', '143959.042500', '143959.502500', '143959.962500', '144000.422500', '144000.882500', '144001.342500', '144001.802500', '144002.262500', '144002.722500', '144003.182500', '144003.642500', '144004.102500', '144004.562500', '144005.022500', '144005.482500', '144005.942500', '144006.402500', '144006.862500', '144007.322500', '144007.782500', '144008.242500', '144008.702500', '144009.162500', '144009.622500', '144010.082500', '144010.542500', '144011.002500', '144011.462500', '144011.922500', '144012.382500', '144012.842500', '144013.302500', '144013.762500', '144014.222500', '144014.682500', '144015.142500', '144015.602500', '144016.062500', '144016.522500', '144016.982500', '144017.442500', '144017.902500', '144018.362500', '144018.822500', '144019.282500', '144019.742500', '144020.202500', '144020.662500', '144021.122500', '144021.582500', '144022.042500', '144022.502500', '144022.962500', '144023.422500', '144023.882500', '144024.342500', '144024.802500', '144025.262500', '144025.722500', '144026.182500', '144026.642500', '144027.102500', '144027.562500', '144028.022500', '144028.482500', '144028.942500', '144029.402500', '144029.862500', '144030.322500', '144030.782500', '144031.242500', '144031.702500', '144032.162500', '144032.622500', '144033.082500', '144033.542500', '144034.002500', '144034.462500', '144034.922500', '144035.382500', '144035.842500', '144036.302500', '144036.762500', '144037.222500', '144037.682500', '144038.142500', '144038.602500', '144039.062500', '144039.522500', '144039.982500', '144040.442500', '144040.902500', '144041.362500', '144041.822500', '144042.282500', '144042.742500', '144043.202500', '144043.662500', '144044.122500', '144044.582500', '144045.042500', '144045.502500', '144045.962500', '144046.422500', '144046.882500', '144047.342500', '144047.802500', '144048.262500', '144048.722500', '144049.182500', '144049.642500', '144050.102500', '144050.562500', '144051.022500', '144051.482500', '144051.942500', '144052.402500', '144052.862500', '144053.322500', '144053.782500', '144054.242500', '144054.702500', '144055.162500', '144055.622500', '144056.082500', '144056.542500', '144057.002500', '144057.462500', '144057.922500', '144058.382500', '144058.842500', '144059.302500', '144059.762500', '144100.222500', '144100.682500', '144101.142500', '144101.602500', '144102.062500', '144102.522500', '144102.982500', '144103.442500', '144103.902500', '144104.362500', '144104.822500', '144105.282500', '144105.742500', '144106.202500', '144106.662500', '144107.122500', '144107.582500', '144108.042500', '144108.502500', '144108.962500', '144109.422500', '144109.882500', '144110.342500', '144110.802500', '144111.262500', '144111.722500', '144112.182500', '144112.642500', '144113.102500', '144113.562500', '144114.022500', '144114.482500', '144114.942500', '144115.402500', '144115.862500', '144116.322500', '144116.782500', '144117.242500', '144117.702500', '144118.162500', '144118.622500', '144119.082500', '144119.542500', '144120.002500', '144120.462500', '144120.922500', '144121.382500', '144121.842500', '144122.302500', '144122.762500', '144123.222500', '144123.682500', '144124.142500', '144124.602500', '144125.062500', '144125.522500', '144125.982500', '144126.442500', '144126.902500', '144127.362500', '144127.822500', '144128.282500', '144128.742500', '144129.202500', '144129.662500', '144130.122500', '144130.582500', '144131.042500', '144131.502500', '144131.962500', '144132.422500', '144132.882500', '144133.342500', '144133.802500', '144134.262500', '144134.722500', '144135.182500', '144135.642500', '144136.102500', '144136.562500', '144137.022500', '144137.482500', '144137.942500', '144138.402500', '144138.862500', '144139.322500', '144139.782500', '144140.242500', '144140.702500', '144141.162500', '144141.622500', '144142.082500', '144142.542500', '144143.002500', '144143.462500', '144143.922500', '144144.382500', '144144.842500', '144145.302500', '144145.762500', '144146.222500', '144146.682500', '144147.142500', '144147.602500', '144148.062500', '144148.522500', '144148.982500', '144149.442500', '144149.902500', '144150.362500', '144150.822500', '144151.282500', '144151.742500', '144152.202500', '144152.662500', '144153.122500', '144153.582500', '144154.042500', '144154.502500', '144154.962500', '144155.422500', '144155.882500', '144156.342500', '144156.802500', '144157.262500', '144157.722500', '144158.182500', '144158.642500', '144159.102500', '144159.562500', '144200.022500', '144200.482500', '144200.942500', '144201.402500', '144201.862500', '144202.322500', '144202.782500', '144203.242500', '144203.702500', '144204.162500', '144204.622500', '144205.082500', '144205.542500', '144206.002500', '144206.462500', '144206.922500', '144207.382500', '144207.842500', '144208.302500', '144208.762500', '144209.222500', '144209.682500', '144210.142500', '144210.602500', '144211.062500', '144211.522500', '144211.982500', '144212.442500', '144212.902500', '144213.362500', '144213.822500', '144214.282500', '144214.742500', '144215.202500', '144215.662500', '144216.122500', '144216.582500', '144217.042500', '144217.502500', '144217.962500', '144218.422500', '144218.882500', '144219.342500', '144219.802500', '144220.262500', '144220.722500', '144221.182500', '144221.642500', '144222.102500', '144222.562500', '144223.022500', '144223.482500', '144223.942500', '144224.402500', '144224.862500', '144225.322500', '144225.782500', '144226.242500', '144226.702500', '144227.162500', '144227.622500', '144228.082500', '144228.542500', '144229.002500', '144229.462500', '144229.922500', '144230.382500', '144230.842500', '144231.302500', '144231.762500', '144232.222500', '144232.682500', '144233.142500', '144233.602500', '144234.062500', '144234.522500', '144234.982500', '144235.442500', '144235.902500', '144236.362500', '144236.822500', '144237.282500', '144237.742500', '144238.202500', '144238.662500', '144239.122500', '144239.582500', '144240.042500', '144240.502500', '144240.962500', '144241.422500', '144241.882500', '144242.342500', '144242.802500', '144243.262500', '144243.722500', '144244.182500', '144244.642500', '144245.102500', '144245.562500', '144246.022500', '144246.482500', '144246.942500', '144247.402500', '144247.862500', '144248.322500', '144248.782500', '144249.242500', '144249.702500', '144250.162500', '144250.622500', '144251.082500', '144251.542500', '144252.002500', '144252.462500', '144252.922500', '144253.382500', '144253.842500', '144254.302500', '144254.762500', '144255.222500', '144255.682500', '144256.142500', '144256.602500', '144257.062500', '144257.522500', '144257.982500', '144258.442500', '144258.902500', '144259.362500', '144259.822500', '144300.282500', '144300.742500', '144301.202500', '144301.662500', '144302.122500', '144302.582500', '144303.042500', '144303.502500', '144303.962500', '144304.422500', '144304.882500', '144305.342500', '144305.802500', '144306.262500', '144306.722500', '144307.182500', '144307.642500', '144308.102500', '144308.562500', '144309.022500', '144309.482500', '144309.942500', '144310.402500', '144310.862500', '144311.322500', '144311.782500', '144312.242500', '144312.702500', '144313.162500', '144313.622500', '144314.082500', '144314.542500', '144315.002500', '144315.462500', '144315.922500', '144316.382500', '144316.842500', '144317.302500', '144317.762500', '144318.222500', '144318.682500', '144319.142500', '144319.602500', '144320.062500', '144320.522500', '144320.982500', '144321.442500', '144321.902500', '144322.362500', '144322.822500', '144323.282500', '144323.742500', '144324.202500', '144324.662500', '144325.122500', '144325.582500', '144326.042500', '144326.502500', '144326.962500', '144327.422500', '144327.882500', '144328.342500', '144328.802500', '144329.262500', '144329.722500', '144330.182500', '144330.642500', '144331.102500', '144331.562500', '144332.022500', '144332.482500', '144332.942500', '144333.402500', '144333.862500', '144334.322500', '144334.782500', '144335.242500', '144335.702500', '144336.162500', '144336.622500', '144337.082500', '144337.542500', '144338.002500', '144338.462500', '144338.922500', '144339.382500', '144339.842500', '144340.302500', '144340.762500', '144341.222500', '144341.682500', '144342.142500', '144342.602500', '144343.062500', '144343.522500', '144343.982500', '144344.442500', '144344.902500', '144345.362500', '144345.822500', '144346.282500', '144346.742500', '144347.202500', '144347.662500', '144348.122500', '144348.582500', '144349.042500', '144349.502500', '144349.962500', '144350.422500', '144350.882500', '144351.342500', '144351.802500', '144352.262500', '144352.722500', '144353.182500', '144353.642500', '144354.102500', '144354.562500', '144355.022500', '144355.482500', '144355.942500', '144356.402500', '144356.862500', '144357.322500', '144357.782500', '144358.242500', '144358.702500', '144359.162500', '144359.622500', '144400.082500', '144400.542500', '144401.002500', '144401.462500', '144401.922500', '144402.382500', '144402.842500', '144403.302500', '144403.762500', '144404.222500', '144404.682500', '144405.142500', '144405.602500', '144406.062500', '144406.522500', '144406.982500', '144407.442500', '144407.902500', '144408.362500', '144408.822500', '144409.282500', '144409.742500', '144410.202500', '144410.662500', '144411.122500', '144411.582500', '144412.042500', '144412.502500', '144412.962500', '144413.422500', '144413.882500', '144414.342500', '144414.802500', '144415.262500', '144415.722500', '144416.182500', '144416.642500', '144417.102500', '144417.562500', '144418.022500', '144418.482500', '144418.942500', '144419.402500', '144419.862500', '144420.322500', '144420.782500', '144421.242500', '144421.702500', '144422.162500', '144422.622500', '144423.082500', '144423.542500', '144424.002500', '144424.462500', '144424.922500', '144425.382500', '144425.842500', '144426.302500', '144426.762500', '144427.222500', '144427.682500', '144428.142500', '144428.602500', '144429.062500', '144429.522500', '144429.982500', '144430.442500', '144430.902500', '144431.362500', '144431.822500', '144432.282500', '144432.742500', '144433.202500', '144433.662500', '144434.122500', '144434.582500', '144435.042500', '144435.502500', '144435.962500', '144436.422500', '144436.882500', '144437.342500', '144437.802500', '144438.262500', '144438.722500', '144439.182500', '144439.642500', '144440.102500', '144440.562500', '144441.022500', '144441.482500', '144441.942500', '144442.402500', '144442.862500', '144443.322500', '144443.782500', '144444.242500', '144444.702500', '144445.162500', '144445.622500', '144446.082500', '144446.542500', '144447.002500', '144447.462500', '144447.922500', '144448.382500', '144448.842500', '144449.302500', '144449.762500', '144450.222500', '144450.682500', '144451.142500', '144451.602500', '144452.062500', '144452.522500', '144452.982500', '144453.442500', '144453.902500', '144454.362500', '144454.822500', '144455.282500', '144455.742500', '144456.202500', '144456.662500', '144457.122500', '144457.582500', '144458.042500', '144458.502500', '144458.962500', '144459.422500', '144459.882500', '144500.342500', '144500.802500', '144501.262500', '144501.722500', '144502.182500', '144502.642500', '144503.102500', '144503.562500', '144504.022500', '144504.482500', '144504.942500', '144505.402500', '144505.862500', '144506.322500', '144506.782500', '144507.242500', '144507.702500', '144508.162500', '144508.622500', '144509.082500', '144509.542500', '144510.002500', '144510.462500', '144510.922500', '144511.382500', '144511.842500', '144512.302500', '144512.762500', '144513.222500', '144513.682500', '144514.142500', '144514.602500', '144515.062500', '144515.522500', '144515.982500', '144516.442500', '144516.902500', '144517.362500', '144517.822500', '144518.282500', '144518.742500', '144519.202500', '144519.662500', '144520.122500', '144520.582500', '144521.042500', '144521.502500', '144521.962500', '144522.422500', '144522.882500', '144523.342500', '144523.802500', '144524.262500', '144524.722500', '144525.182500', '144525.642500', '144526.102500', '144526.562500', '144527.022500', '144527.482500', '144527.942500', '144528.402500', '144528.862500', '144529.322500', '144529.782500', '144530.242500', '144530.702500', '144531.162500', '144531.622500', '144532.082500', '144532.542500', '144533.002500', '144533.462500', '144533.922500', '144534.382500', '144534.842500', '144535.302500', '144535.762500', '144536.222500', '144536.682500', '144537.142500', '144537.602500', '144538.062500', '144538.522500', '144538.982500', '144539.442500', '144539.902500', '144540.362500'], 'ContentTime': ['143855.695000', '143855.699000', '143855.702000', '143855.705000', '143855.708000', '143855.711000', '143855.714000', '143855.716000', '143855.720000', '143855.723000', '143855.726000', '143855.729000', '143855.732000', '143855.735000', '143855.738000', '143855.740000', '143855.743000', '143855.746000', '143855.749000', '143855.752000', '143855.755000', '143855.758000', '143855.761000', '143855.764000', '143855.767000', '143855.770000', '143855.773000', '143855.776000', '143855.779000', '143855.782000', '143855.785000', '143855.788000', '143855.791000', '143855.794000', '143855.797000', '143855.805000', '143855.808000', '143855.811000', '143855.814000', '143855.816000', '143855.820000', '143855.823000', '143855.825000', '143855.828000', '143855.831000', '143855.834000', '143855.837000', '143855.840000', '143855.843000', '143855.846000', '143855.849000', '143855.852000', '143855.855000', '143855.858000', '143855.861000', '143915.660000', '143915.663000', '143915.666000', '143915.669000', '143915.672000', '143915.675000', '143915.678000', '143915.681000', '143915.684000', '143915.687000', '143915.690000', '143915.693000', '143915.696000', '143915.717000', '143915.720000', '143915.723000', '143915.726000', '143915.729000', '143915.732000', '143915.735000', '143915.738000', '143915.741000', '143915.743000', '143915.752000', '143915.755000', '143915.758000', '143915.761000', '143915.764000', '143915.766000', '143915.769000', '143915.772000', '143915.775000', '143915.778000', '143915.781000', '143915.784000', '143915.787000', '143915.790000', '143915.792000', '143915.795000', '143915.798000', '143915.801000', '143915.804000', '143915.807000', '143935.659000', '143935.662000', '143935.665000', '143935.668000', '143935.671000', '143935.674000', '143935.677000', '143935.680000', '143935.682000', '143935.685000', '143935.688000', '143935.691000', '143935.694000', '143935.697000', '143935.700000', '143935.703000', '143935.706000', '143935.709000', '143935.712000', '143935.714000', '143935.717000', '143935.720000', '143935.723000', '143935.726000', '143935.729000', '143935.732000', '143935.735000', '143935.737000', '143935.740000', '143935.743000', '143935.746000', '143935.749000', '143935.752000', '143935.755000', '143935.758000', '143935.761000', '143935.763000', '143935.766000', '143935.769000', '143935.772000', '143935.775000', '143935.778000', '143935.781000', '143935.784000', '143955.659000', '143955.671000', '143955.674000', '143955.677000', '143955.681000', '143955.684000', '143955.687000', '143955.690000', '143955.693000', '143955.696000', '143955.699000', '143955.702000', '143955.706000', '143955.709000', '143955.712000', '143955.715000', '143955.718000', '143955.721000', '143955.724000', '143955.727000', '143955.730000', '143955.732000', '143955.735000', '143955.738000', '143955.741000', '143955.744000', '143955.747000', '143955.750000', '143955.753000', '143955.756000', '143955.759000', '143955.762000', '143955.765000', '143955.768000', '143955.771000', '143955.774000', '143955.776000', '143955.779000', '143955.782000', '143955.785000', '143955.788000', '143955.791000', '143955.794000', '144015.659000', '144015.662000', '144015.666000', '144015.669000', '144015.672000', '144015.675000', '144015.685000', '144015.688000', '144015.691000', '144015.694000', '144015.697000', '144015.700000', '144015.703000', '144015.706000', '144015.709000', '144015.712000', '144015.715000', '144015.718000', '144015.721000', '144015.724000', '144015.727000', '144015.730000', '144015.733000', '144015.736000', '144015.739000', '144015.742000', '144015.754000', '144015.756000', '144015.759000', '144015.762000', '144015.776000', '144015.779000', '144015.782000', '144015.785000', '144015.788000', '144015.791000', '144015.794000', '144015.797000', '144015.800000', '144015.803000', '144015.806000', '144015.809000', '144015.812000', '144015.815000', '144035.660000', '144035.663000', '144035.666000', '144035.669000', '144035.672000', '144035.675000', '144035.678000', '144035.681000', '144035.684000', '144035.687000', '144035.697000', '144035.700000', '144035.710000', '144035.713000', '144035.716000', '144035.719000', '144035.722000', '144035.725000', '144035.728000', '144035.731000', '144035.734000', '144035.737000', '144035.740000', '144035.743000', '144035.746000', '144035.749000', '144035.752000', '144035.755000', '144035.758000', '144035.761000', '144035.764000', '144035.766000', '144035.769000', '144035.772000', '144035.775000', '144035.778000', '144035.789000', '144035.792000', '144035.795000', '144035.798000', '144035.801000', '144035.804000', '144035.806000', '144055.660000', '144055.663000', '144055.666000', '144055.669000', '144055.672000', '144055.675000', '144055.678000', '144055.681000', '144055.684000', '144055.687000', '144055.690000', '144055.692000', '144055.695000', '144055.698000', '144055.701000', '144055.704000', '144055.707000', '144055.710000', '144055.713000', '144055.716000', '144055.719000', '144055.722000', '144055.725000', '144055.728000', '144055.731000', '144055.734000', '144055.736000', '144055.739000', '144055.742000', '144055.745000', '144055.748000', '144055.751000', '144055.754000', '144055.757000', '144055.760000', '144055.763000', '144055.766000', '144055.769000', '144055.772000', '144055.775000', '144055.778000', '144055.780000', '144055.783000', '144055.793000', '144115.660000', '144115.663000', '144115.666000', '144115.669000', '144115.672000', '144115.675000', '144115.678000', '144115.681000', '144115.683000', '144115.686000', '144115.689000', '144115.692000', '144115.695000', '144115.698000', '144115.701000', '144115.704000', '144115.707000', '144115.710000', '144115.713000', '144115.716000', '144115.718000', '144115.721000', '144115.724000', '144115.732000', '144115.735000', '144115.738000', '144115.741000', '144115.744000', '144115.747000', '144115.750000', '144115.753000', '144115.762000', '144115.765000', '144115.768000', '144115.771000', '144115.774000', '144115.777000', '144115.780000', '144115.783000', '144115.794000', '144115.797000', '144115.800000', '144115.803000', '144135.660000', '144135.663000', '144135.666000', '144135.669000', '144135.672000', '144135.675000', '144135.685000', '144135.688000', '144135.691000', '144135.694000', '144135.697000', '144135.700000', '144135.702000', '144135.705000', '144135.708000', '144135.711000', '144135.714000', '144135.717000', '144135.720000', '144135.723000', '144135.726000', '144135.729000', '144135.732000', '144135.735000', '144135.738000', '144135.741000', '144135.744000', '144135.747000', '144135.750000', '144135.753000', '144135.756000', '144135.759000', '144135.762000', '144135.765000', '144135.767000', '144135.770000', '144135.774000', '144135.777000', '144135.779000', '144135.782000', '144135.785000', '144135.788000', '144135.791000', '144135.794000', '144155.659000', '144155.662000', '144155.665000', '144155.668000', '144155.671000', '144155.674000', '144155.677000', '144155.692000', '144155.695000', '144155.698000', '144155.701000', '144155.704000', '144155.707000', '144155.710000', '144155.713000', '144155.716000', '144155.719000', '144155.722000', '144155.725000', '144155.728000', '144155.731000', '144155.733000', '144155.737000', '144155.740000', '144155.742000', '144155.746000', '144155.756000', '144155.759000', '144155.762000', '144155.765000', '144155.768000', '144155.772000', '144155.783000', '144155.786000', '144155.788000', '144155.791000', '144155.795000', '144155.798000', '144155.800000', '144155.803000', '144155.806000', '144155.809000', '144155.812000', '144215.659000', '144215.662000', '144215.665000', '144215.668000', '144215.671000', '144215.674000', '144215.677000', '144215.680000', '144215.683000', '144215.686000', '144215.689000', '144215.691000', '144215.694000', '144215.697000', '144215.700000', '144215.703000', '144215.706000', '144215.709000', '144215.712000', '144215.715000', '144215.718000', '144215.721000', '144215.723000', '144215.726000', '144215.729000', '144215.732000', '144215.735000', '144215.738000', '144215.741000', '144215.744000', '144215.747000', '144215.750000', '144215.753000', '144215.755000', '144215.758000', '144215.761000', '144215.764000', '144215.767000', '144215.770000', '144215.773000', '144215.776000', '144215.779000', '144215.782000', '144215.785000', '144235.660000', '144235.663000', '144235.666000', '144235.669000', '144235.672000', '144235.675000', '144235.678000', '144235.681000', '144235.684000', '144235.687000', '144235.690000', '144235.692000', '144235.695000', '144235.698000', '144235.704000', '144235.707000', '144235.710000', '144235.722000', '144235.725000', '144235.728000', '144235.730000', '144235.733000', '144235.736000', '144235.739000', '144235.742000', '144235.745000', '144235.748000', '144235.751000', '144235.754000', '144235.757000', '144235.760000', '144235.763000', '144235.766000', '144235.768000', '144235.771000', '144235.774000', '144235.777000', '144235.780000', '144235.783000', '144235.786000', '144235.789000', '144235.792000', '144235.795000', '144255.660000', '144255.663000', '144255.666000', '144255.669000', '144255.672000', '144255.675000', '144255.678000', '144255.681000', '144255.684000', '144255.687000', '144255.690000', '144255.693000', '144255.695000', '144255.698000', '144255.701000', '144255.704000', '144255.707000', '144255.710000', '144255.713000', '144255.716000', '144255.719000', '144255.722000', '144255.725000', '144255.728000', '144255.731000', '144255.733000', '144255.736000', '144255.739000', '144255.742000', '144255.745000', '144255.748000', '144255.751000', '144255.754000', '144255.757000', '144255.760000', '144255.763000', '144255.766000', '144255.769000', '144255.772000', '144255.774000', '144255.777000', '144255.780000', '144255.783000', '144255.786000', '144315.660000', '144315.663000', '144315.666000', '144315.669000', '144315.672000', '144315.675000', '144315.678000', '144315.681000', '144315.684000', '144315.686000', '144315.689000', '144315.692000', '144315.695000', '144315.698000', '144315.701000', '144315.704000', '144315.707000', '144315.710000', '144315.713000', '144315.716000', '144315.719000', '144315.722000', '144315.725000', '144315.728000', '144315.732000', '144315.735000', '144315.738000', '144315.741000', '144315.744000', '144315.747000', '144315.750000', '144315.753000', '144315.763000', '144315.766000', '144315.769000', '144315.772000', '144315.775000', '144315.778000', '144315.781000', '144315.784000', '144315.787000', '144315.791000', '144315.794000', '144335.660000', '144335.664000', '144335.667000', '144335.670000', '144335.673000', '144335.676000', '144335.679000', '144335.682000', '144335.685000', '144335.687000', '144335.691000', '144335.693000', '144335.696000', '144335.699000', '144335.702000', '144335.705000', '144335.708000', '144335.711000', '144335.714000', '144335.717000', '144335.720000', '144335.723000', '144335.726000', '144335.728000', '144335.731000', '144335.734000', '144335.737000', '144335.740000', '144335.743000', '144335.746000', '144335.749000', '144335.752000', '144335.755000', '144335.758000', '144335.761000', '144335.764000', '144335.767000', '144335.770000', '144335.772000', '144335.775000', '144335.778000', '144335.781000', '144335.784000', '144335.787000', '144355.660000', '144355.663000', '144355.666000', '144355.669000', '144355.672000', '144355.675000', '144355.678000', '144355.681000', '144355.684000', '144355.687000', '144355.690000', '144355.692000', '144355.695000', '144355.698000', '144355.701000', '144355.704000', '144355.707000', '144355.710000', '144355.713000', '144355.716000', '144355.719000', '144355.722000', '144355.725000', '144355.728000', '144355.730000', '144355.733000', '144355.736000', '144355.739000', '144355.742000', '144355.745000', '144355.748000', '144355.751000', '144355.754000', '144355.757000', '144355.760000', '144355.762000', '144355.765000', '144355.768000', '144355.771000', '144355.774000', '144355.777000', '144355.780000', '144355.783000', '144415.659000', '144415.662000', '144415.665000', '144415.668000', '144415.671000', '144415.674000', '144415.677000', '144415.680000', '144415.683000', '144415.685000', '144415.688000', '144415.691000', '144415.694000', '144415.697000', '144415.700000', '144415.703000', '144415.713000', '144415.716000', '144415.719000', '144415.722000', '144415.725000', '144415.728000', '144415.730000', '144415.733000', '144415.736000', '144415.739000', '144415.742000', '144415.745000', '144415.748000', '144415.751000', '144415.754000', '144415.757000', '144415.760000', '144415.763000', '144415.766000', '144415.769000', '144415.772000', '144415.775000', '144415.777000', '144415.780000', '144415.783000', '144415.786000', '144415.789000', '144415.792000', '144435.659000', '144435.662000', '144435.672000', '144435.675000', '144435.678000', '144435.681000', '144435.684000', '144435.687000', '144435.690000', '144435.693000', '144435.696000', '144435.699000', '144435.702000', '144435.705000', '144435.708000', '144435.711000', '144435.714000', '144435.717000', '144435.720000', '144435.723000', '144435.726000', '144435.729000', '144435.731000', '144435.734000', '144435.737000', '144435.740000', '144435.743000', '144435.746000', '144435.749000', '144435.752000', '144435.755000', '144435.758000', '144435.761000', '144435.764000', '144435.768000', '144435.771000', '144435.774000', '144435.777000', '144435.780000', '144435.783000', '144435.786000', '144435.789000', '144435.791000', '144455.674000', '144455.677000', '144455.680000', '144455.683000', '144455.686000', '144455.689000', '144455.692000', '144455.695000', '144455.698000', '144455.700000', '144455.703000', '144455.706000', '144455.709000', '144455.712000', '144455.715000', '144455.718000', '144455.721000', '144455.724000', '144455.727000', '144455.730000', '144455.733000', '144455.736000', '144455.739000', '144455.742000', '144455.745000', '144455.748000', '144455.751000', '144455.754000', '144455.757000', '144455.760000', '144455.763000', '144455.766000', '144455.769000', '144455.771000', '144455.774000', '144455.777000', '144455.780000', '144455.783000', '144455.786000', '144455.789000', '144455.792000', '144455.795000', '144455.798000', '144515.660000', '144515.663000', '144515.666000', '144515.669000', '144515.672000', '144515.675000', '144515.678000', '144515.681000', '144515.684000', '144515.687000', '144515.690000', '144515.693000', '144515.696000', '144515.699000', '144515.702000', '144515.705000', '144515.708000', '144515.711000', '144515.714000', '144515.717000', '144515.720000', '144515.722000', '144515.726000', '144515.728000', '144515.731000', '144515.734000', '144515.737000', '144515.740000', '144515.743000', '144515.746000', '144515.749000', '144515.752000', '144515.755000', '144515.758000', '144515.761000', '144515.764000', '144515.767000', '144515.769000', '144515.772000', '144515.775000', '144515.778000', '144515.781000', '144515.784000', '144515.787000', '144535.660000', '144535.663000', '144535.666000', '144535.669000', '144535.672000', '144535.675000', '144535.678000', '144535.681000', '144535.683000', '144535.686000', '144535.689000', '144535.692000', '144535.695000', '144535.698000', '144535.701000', '144535.704000', '144535.707000', '144535.710000', '144535.713000', '144535.716000', '144535.719000', '144535.722000', '144535.725000', '144535.727000', '144535.730000', '144535.733000', '144535.736000', '144535.739000', '144535.742000', '144535.745000', '144535.748000', '144535.751000', '144535.754000', '144535.757000', '144535.760000', '144535.762000', '144535.765000', '144535.768000', '144535.771000', '144535.774000', '144535.777000', '144535.780000', '144535.783000', '144535.786000', '144541.206000', '144541.210000', '144541.213000', '144541.217000', '144541.220000', '144541.223000', '144541.227000', '144541.230000', '144541.233000', '144541.237000', '144541.240000', '144541.243000'], 'InstanceCreationTime': ['143855.695000', '143855.699000', '143855.702000', '143855.705000', '143855.708000', '143855.711000', '143855.714000', '143855.716000', '143855.720000', '143855.723000', '143855.726000', '143855.729000', '143855.732000', '143855.735000', '143855.738000', '143855.740000', '143855.743000', '143855.746000', '143855.749000', '143855.752000', '143855.755000', '143855.758000', '143855.761000', '143855.764000', '143855.767000', '143855.770000', '143855.773000', '143855.776000', '143855.779000', '143855.782000', '143855.785000', '143855.788000', '143855.791000', '143855.794000', '143855.797000', '143855.805000', '143855.808000', '143855.811000', '143855.814000', '143855.816000', '143855.820000', '143855.823000', '143855.825000', '143855.828000', '143855.831000', '143855.834000', '143855.837000', '143855.840000', '143855.843000', '143855.846000', '143855.849000', '143855.852000', '143855.855000', '143855.858000', '143855.861000', '143915.660000', '143915.663000', '143915.666000', '143915.669000', '143915.672000', '143915.675000', '143915.678000', '143915.681000', '143915.684000', '143915.687000', '143915.690000', '143915.693000', '143915.696000', '143915.717000', '143915.720000', '143915.723000', '143915.726000', '143915.729000', '143915.732000', '143915.735000', '143915.738000', '143915.741000', '143915.743000', '143915.752000', '143915.755000', '143915.758000', '143915.761000', '143915.764000', '143915.766000', '143915.769000', '143915.772000', '143915.775000', '143915.778000', '143915.781000', '143915.784000', '143915.787000', '143915.790000', '143915.792000', '143915.795000', '143915.798000', '143915.801000', '143915.804000', '143915.807000', '143935.659000', '143935.662000', '143935.665000', '143935.668000', '143935.671000', '143935.674000', '143935.677000', '143935.680000', '143935.682000', '143935.685000', '143935.688000', '143935.691000', '143935.694000', '143935.697000', '143935.700000', '143935.703000', '143935.706000', '143935.709000', '143935.712000', '143935.714000', '143935.717000', '143935.720000', '143935.723000', '143935.726000', '143935.729000', '143935.732000', '143935.735000', '143935.737000', '143935.740000', '143935.743000', '143935.746000', '143935.749000', '143935.752000', '143935.755000', '143935.758000', '143935.761000', '143935.763000', '143935.766000', '143935.769000', '143935.772000', '143935.775000', '143935.778000', '143935.781000', '143935.784000', '143955.659000', '143955.671000', '143955.674000', '143955.677000', '143955.681000', '143955.684000', '143955.687000', '143955.690000', '143955.693000', '143955.696000', '143955.699000', '143955.702000', '143955.706000', '143955.709000', '143955.712000', '143955.715000', '143955.718000', '143955.721000', '143955.724000', '143955.727000', '143955.730000', '143955.732000', '143955.735000', '143955.738000', '143955.741000', '143955.744000', '143955.747000', '143955.750000', '143955.753000', '143955.756000', '143955.759000', '143955.762000', '143955.765000', '143955.768000', '143955.771000', '143955.774000', '143955.776000', '143955.779000', '143955.782000', '143955.785000', '143955.788000', '143955.791000', '143955.794000', '144015.659000', '144015.662000', '144015.666000', '144015.669000', '144015.672000', '144015.675000', '144015.685000', '144015.688000', '144015.691000', '144015.694000', '144015.697000', '144015.700000', '144015.703000', '144015.706000', '144015.709000', '144015.712000', '144015.715000', '144015.718000', '144015.721000', '144015.724000', '144015.727000', '144015.730000', '144015.733000', '144015.736000', '144015.739000', '144015.742000', '144015.754000', '144015.756000', '144015.759000', '144015.762000', '144015.776000', '144015.779000', '144015.782000', '144015.785000', '144015.788000', '144015.791000', '144015.794000', '144015.797000', '144015.800000', '144015.803000', '144015.806000', '144015.809000', '144015.812000', '144015.815000', '144035.660000', '144035.663000', '144035.666000', '144035.669000', '144035.672000', '144035.675000', '144035.678000', '144035.681000', '144035.684000', '144035.687000', '144035.697000', '144035.700000', '144035.710000', '144035.713000', '144035.716000', '144035.719000', '144035.722000', '144035.725000', '144035.728000', '144035.731000', '144035.734000', '144035.737000', '144035.740000', '144035.743000', '144035.746000', '144035.749000', '144035.752000', '144035.755000', '144035.758000', '144035.761000', '144035.764000', '144035.766000', '144035.769000', '144035.772000', '144035.775000', '144035.778000', '144035.789000', '144035.792000', '144035.795000', '144035.798000', '144035.801000', '144035.804000', '144035.806000', '144055.660000', '144055.663000', '144055.666000', '144055.669000', '144055.672000', '144055.675000', '144055.678000', '144055.681000', '144055.684000', '144055.687000', '144055.690000', '144055.692000', '144055.695000', '144055.698000', '144055.701000', '144055.704000', '144055.707000', '144055.710000', '144055.713000', '144055.716000', '144055.719000', '144055.722000', '144055.725000', '144055.728000', '144055.731000', '144055.734000', '144055.736000', '144055.739000', '144055.742000', '144055.745000', '144055.748000', '144055.751000', '144055.754000', '144055.757000', '144055.760000', '144055.763000', '144055.766000', '144055.769000', '144055.772000', '144055.775000', '144055.778000', '144055.780000', '144055.783000', '144055.793000', '144115.660000', '144115.663000', '144115.666000', '144115.669000', '144115.672000', '144115.675000', '144115.678000', '144115.681000', '144115.683000', '144115.686000', '144115.689000', '144115.692000', '144115.695000', '144115.698000', '144115.701000', '144115.704000', '144115.707000', '144115.710000', '144115.713000', '144115.716000', '144115.718000', '144115.721000', '144115.724000', '144115.732000', '144115.735000', '144115.738000', '144115.741000', '144115.744000', '144115.747000', '144115.750000', '144115.753000', '144115.762000', '144115.765000', '144115.768000', '144115.771000', '144115.774000', '144115.777000', '144115.780000', '144115.783000', '144115.794000', '144115.797000', '144115.800000', '144115.803000', '144135.660000', '144135.663000', '144135.666000', '144135.669000', '144135.672000', '144135.675000', '144135.685000', '144135.688000', '144135.691000', '144135.694000', '144135.697000', '144135.700000', '144135.702000', '144135.705000', '144135.708000', '144135.711000', '144135.714000', '144135.717000', '144135.720000', '144135.723000', '144135.726000', '144135.729000', '144135.732000', '144135.735000', '144135.738000', '144135.741000', '144135.744000', '144135.747000', '144135.750000', '144135.753000', '144135.756000', '144135.759000', '144135.762000', '144135.765000', '144135.767000', '144135.770000', '144135.774000', '144135.777000', '144135.779000', '144135.782000', '144135.785000', '144135.788000', '144135.791000', '144135.794000', '144155.659000', '144155.662000', '144155.665000', '144155.668000', '144155.671000', '144155.674000', '144155.677000', '144155.692000', '144155.695000', '144155.698000', '144155.701000', '144155.704000', '144155.707000', '144155.710000', '144155.713000', '144155.716000', '144155.719000', '144155.722000', '144155.725000', '144155.728000', '144155.731000', '144155.733000', '144155.737000', '144155.740000', '144155.742000', '144155.746000', '144155.756000', '144155.759000', '144155.762000', '144155.765000', '144155.768000', '144155.772000', '144155.783000', '144155.786000', '144155.788000', '144155.791000', '144155.795000', '144155.798000', '144155.800000', '144155.803000', '144155.806000', '144155.809000', '144155.812000', '144215.659000', '144215.662000', '144215.665000', '144215.668000', '144215.671000', '144215.674000', '144215.677000', '144215.680000', '144215.683000', '144215.686000', '144215.689000', '144215.691000', '144215.694000', '144215.697000', '144215.700000', '144215.703000', '144215.706000', '144215.709000', '144215.712000', '144215.715000', '144215.718000', '144215.721000', '144215.723000', '144215.726000', '144215.729000', '144215.732000', '144215.735000', '144215.738000', '144215.741000', '144215.744000', '144215.747000', '144215.750000', '144215.753000', '144215.755000', '144215.758000', '144215.761000', '144215.764000', '144215.767000', '144215.770000', '144215.773000', '144215.776000', '144215.779000', '144215.782000', '144215.785000', '144235.660000', '144235.663000', '144235.666000', '144235.669000', '144235.672000', '144235.675000', '144235.678000', '144235.681000', '144235.684000', '144235.687000', '144235.690000', '144235.692000', '144235.695000', '144235.698000', '144235.704000', '144235.707000', '144235.710000', '144235.722000', '144235.725000', '144235.728000', '144235.730000', '144235.733000', '144235.736000', '144235.739000', '144235.742000', '144235.745000', '144235.748000', '144235.751000', '144235.754000', '144235.757000', '144235.760000', '144235.763000', '144235.766000', '144235.768000', '144235.771000', '144235.774000', '144235.777000', '144235.780000', '144235.783000', '144235.786000', '144235.789000', '144235.792000', '144235.795000', '144255.660000', '144255.663000', '144255.666000', '144255.669000', '144255.672000', '144255.675000', '144255.678000', '144255.681000', '144255.684000', '144255.687000', '144255.690000', '144255.693000', '144255.695000', '144255.698000', '144255.701000', '144255.704000', '144255.707000', '144255.710000', '144255.713000', '144255.716000', '144255.719000', '144255.722000', '144255.725000', '144255.728000', '144255.731000', '144255.733000', '144255.736000', '144255.739000', '144255.742000', '144255.745000', '144255.748000', '144255.751000', '144255.754000', '144255.757000', '144255.760000', '144255.763000', '144255.766000', '144255.769000', '144255.772000', '144255.774000', '144255.777000', '144255.780000', '144255.783000', '144255.786000', '144315.660000', '144315.663000', '144315.666000', '144315.669000', '144315.672000', '144315.675000', '144315.678000', '144315.681000', '144315.684000', '144315.686000', '144315.689000', '144315.692000', '144315.695000', '144315.698000', '144315.701000', '144315.704000', '144315.707000', '144315.710000', '144315.713000', '144315.716000', '144315.719000', '144315.722000', '144315.725000', '144315.728000', '144315.732000', '144315.735000', '144315.738000', '144315.741000', '144315.744000', '144315.747000', '144315.750000', '144315.753000', '144315.763000', '144315.766000', '144315.769000', '144315.772000', '144315.775000', '144315.778000', '144315.781000', '144315.784000', '144315.787000', '144315.791000', '144315.794000', '144335.660000', '144335.664000', '144335.667000', '144335.670000', '144335.673000', '144335.676000', '144335.679000', '144335.682000', '144335.685000', '144335.687000', '144335.691000', '144335.693000', '144335.696000', '144335.699000', '144335.702000', '144335.705000', '144335.708000', '144335.711000', '144335.714000', '144335.717000', '144335.720000', '144335.723000', '144335.726000', '144335.728000', '144335.731000', '144335.734000', '144335.737000', '144335.740000', '144335.743000', '144335.746000', '144335.749000', '144335.752000', '144335.755000', '144335.758000', '144335.761000', '144335.764000', '144335.767000', '144335.770000', '144335.772000', '144335.775000', '144335.778000', '144335.781000', '144335.784000', '144335.787000', '144355.660000', '144355.663000', '144355.666000', '144355.669000', '144355.672000', '144355.675000', '144355.678000', '144355.681000', '144355.684000', '144355.687000', '144355.690000', '144355.692000', '144355.695000', '144355.698000', '144355.701000', '144355.704000', '144355.707000', '144355.710000', '144355.713000', '144355.716000', '144355.719000', '144355.722000', '144355.725000', '144355.728000', '144355.730000', '144355.733000', '144355.736000', '144355.739000', '144355.742000', '144355.745000', '144355.748000', '144355.751000', '144355.754000', '144355.757000', '144355.760000', '144355.762000', '144355.765000', '144355.768000', '144355.771000', '144355.774000', '144355.777000', '144355.780000', '144355.783000', '144415.659000', '144415.662000', '144415.665000', '144415.668000', '144415.671000', '144415.674000', '144415.677000', '144415.680000', '144415.683000', '144415.685000', '144415.688000', '144415.691000', '144415.694000', '144415.697000', '144415.700000', '144415.703000', '144415.713000', '144415.716000', '144415.719000', '144415.722000', '144415.725000', '144415.728000', '144415.730000', '144415.733000', '144415.736000', '144415.739000', '144415.742000', '144415.745000', '144415.748000', '144415.751000', '144415.754000', '144415.757000', '144415.760000', '144415.763000', '144415.766000', '144415.769000', '144415.772000', '144415.775000', '144415.777000', '144415.780000', '144415.783000', '144415.786000', '144415.789000', '144415.792000', '144435.659000', '144435.662000', '144435.672000', '144435.675000', '144435.678000', '144435.681000', '144435.684000', '144435.687000', '144435.690000', '144435.693000', '144435.696000', '144435.699000', '144435.702000', '144435.705000', '144435.708000', '144435.711000', '144435.714000', '144435.717000', '144435.720000', '144435.723000', '144435.726000', '144435.729000', '144435.731000', '144435.734000', '144435.737000', '144435.740000', '144435.743000', '144435.746000', '144435.749000', '144435.752000', '144435.755000', '144435.758000', '144435.761000', '144435.764000', '144435.768000', '144435.771000', '144435.774000', '144435.777000', '144435.780000', '144435.783000', '144435.786000', '144435.789000', '144435.791000', '144455.674000', '144455.677000', '144455.680000', '144455.683000', '144455.686000', '144455.689000', '144455.692000', '144455.695000', '144455.698000', '144455.700000', '144455.703000', '144455.706000', '144455.709000', '144455.712000', '144455.715000', '144455.718000', '144455.721000', '144455.724000', '144455.727000', '144455.730000', '144455.733000', '144455.736000', '144455.739000', '144455.742000', '144455.745000', '144455.748000', '144455.751000', '144455.754000', '144455.757000', '144455.760000', '144455.763000', '144455.766000', '144455.769000', '144455.771000', '144455.774000', '144455.777000', '144455.780000', '144455.783000', '144455.786000', '144455.789000', '144455.792000', '144455.795000', '144455.798000', '144515.660000', '144515.663000', '144515.666000', '144515.669000', '144515.672000', '144515.675000', '144515.678000', '144515.681000', '144515.684000', '144515.687000', '144515.690000', '144515.693000', '144515.696000', '144515.699000', '144515.702000', '144515.705000', '144515.708000', '144515.711000', '144515.714000', '144515.717000', '144515.720000', '144515.722000', '144515.726000', '144515.728000', '144515.731000', '144515.734000', '144515.737000', '144515.740000', '144515.743000', '144515.746000', '144515.749000', '144515.752000', '144515.755000', '144515.758000', '144515.761000', '144515.764000', '144515.767000', '144515.769000', '144515.772000', '144515.775000', '144515.778000', '144515.781000', '144515.784000', '144515.787000', '144535.660000', '144535.663000', '144535.666000', '144535.669000', '144535.672000', '144535.675000', '144535.678000', '144535.681000', '144535.683000', '144535.686000', '144535.689000', '144535.692000', '144535.695000', '144535.698000', '144535.701000', '144535.704000', '144535.707000', '144535.710000', '144535.713000', '144535.716000', '144535.719000', '144535.722000', '144535.725000', '144535.727000', '144535.730000', '144535.733000', '144535.736000', '144535.739000', '144535.742000', '144535.745000', '144535.748000', '144535.751000', '144535.754000', '144535.757000', '144535.760000', '144535.762000', '144535.765000', '144535.768000', '144535.771000', '144535.774000', '144535.777000', '144535.780000', '144535.783000', '144535.786000', '144541.206000', '144541.210000', '144541.213000', '144541.217000', '144541.220000', '144541.223000', '144541.227000', '144541.230000', '144541.233000', '144541.237000', '144541.240000', '144541.243000'], '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], 'LargestImagePixelValue': [10489, 12408, 11552, 10056, 10853, 11941, 11267, 12986, 11827, 11241, 12651, 11615, 11473, 11322, 11904, 11907, 10222, 11876, 11493, 10035, 12549, 11967, 10295, 11569, 11749, 9805, 11113, 11704, 11549, 12823, 11748, 11385, 12068, 11352, 11611, 12390, 11262, 11543, 12323, 11781, 11536, 11477, 11078, 11964, 11685, 12299, 11734, 11934, 11864, 11928, 11112, 12477, 12012, 10324, 12374, 11671, 10300, 11258, 11871, 10102, 11542, 11559, 10229, 11701, 11597, 10625, 11054, 11488, 9152, 11471, 11316, 10904, 11683, 11605, 11519, 13326, 12051, 11471, 12506, 12109, 11496, 12217, 11515, 11710, 11506, 11211, 11616, 10940, 10933, 11887, 10902, 11574, 11739, 10644, 10970, 11810, 11563, 11653, 11905, 11339, 12108, 12007, 10707, 12340, 11602, 10631, 11629, 11692, 10303, 11920, 12089, 10186, 11241, 11533, 11061, 11783, 11569, 11229, 11304, 11607, 11465, 12690, 11954, 11858, 12547, 11945, 11639, 12320, 10993, 11655, 12195, 11788, 12114, 10549, 11911, 12053, 9968, 11565, 11900, 9686, 12002, 11669, 9449, 10752, 11381, 11355, 11324, 11573, 10875, 9892, 11180, 11584, 13062, 11503, 11599, 11879, 11214, 11466, 12014, 10799, 8726, 12403, 12333, 11073, 10938, 11584, 11464, 13974, 11726, 11160, 13508, 11610, 11472, 13566, 12006, 11649, 12004, 11954, 11420, 11525, 12716, 11793, 11119, 12559, 11697, 10335, 10478, 11447, 10129, 11204, 11432, 9864, 10775, 11432, 11197, 13875, 11488, 11279, 12559, 11373, 11266, 13274, 12020, 8851, 11929, 11658, 11777, 10659, 11238, 10601, 11410, 11528, 9930, 10347, 11122, 11239, 13316, 11849, 10191, 10157, 11409, 10118, 10338, 11350, 9266, 10683, 11334, 9530, 10690, 11328, 11363, 12554, 11359, 9160, 10619, 11427, 11641, 12830, 11316, 11113, 11171, 11430, 11276, 13117, 11865, 11713, 12917, 12145, 11607, 12765, 11208, 11752, 12793, 11662, 11777, 12536, 11589, 11634, 11939, 12532, 11803, 10405, 12687, 11865, 9836, 11703, 11480, 9605, 10982, 11473, 10873, 10265, 11247, 11622, 12759, 11911, 11388, 12204, 11470, 11951, 11603, 11528, 11589, 11295, 11068, 11781, 11176, 12517, 11863, 11030, 12790, 11881, 11122, 12059, 11883, 10767, 11799, 11220, 9619, 10373, 11016, 11017, 14012, 11833, 11154, 12459, 11496, 10945, 13013, 11930, 11426, 12289, 11930, 11354, 11865, 11635, 11699, 11551, 11981, 11720, 11159, 11133, 11477, 10943, 12454, 11918, 10234, 12058, 11629, 10480, 11316, 12099, 9848, 11329, 11699, 10323, 10346, 11692, 10503, 10920, 11513, 10448, 11241, 11462, 11322, 13440, 12193, 11131, 12712, 11710, 11351, 12901, 11363, 11650, 11855, 11598, 11259, 12193, 12171, 11871, 10983, 12587, 11654, 10531, 12464, 11853, 10531, 11149, 11470, 9889, 10806, 11426, 11178, 12826, 11373, 11479, 12177, 11609, 11168, 13662, 12146, 11081, 12681, 11873, 11351, 12647, 12298, 11683, 11212, 12465, 11740, 10298, 11933, 11448, 10605, 12085, 11471, 10752, 11732, 11458, 11069, 13122, 12540, 11571, 11476, 11485, 11510, 10673, 12115, 11869, 10166, 11931, 11700, 9921, 10106, 11822, 11086, 11766, 11297, 11204, 13246, 11718, 11782, 12084, 12230, 11786, 10513, 12343, 11735, 10383, 9684, 12006, 10508, 10916, 11486, 9744, 9449, 11278, 11324, 12953, 12309, 11535, 13091, 11740, 11318, 12605, 12294, 11922, 11428, 11985, 11741, 10637, 11628, 11794, 10562, 10807, 11443, 11292, 13530, 11639, 11621, 12849, 11725, 11450, 11460, 12225, 11723, 10546, 11568, 11737, 10532, 10886, 11665, 10958, 12848, 11523, 10925, 10959, 11332, 11308, 13313, 11802, 11585, 12991, 11767, 11508, 12630, 11550, 11360, 12651, 12749, 11576, 11109, 12724, 11566, 10520, 10692, 11799, 10895, 11230, 11484, 11038, 12772, 11924, 11357, 11820, 11673, 11287, 12042, 12386, 11924, 10530, 12856, 11567, 10509, 10922, 11615, 11073, 11955, 11629, 10997, 12417, 11505, 11240, 13186, 12075, 11204, 13157, 11361, 11089, 12623, 12272, 11957, 11200, 12182, 11668, 11207, 13321, 11703, 10922, 12747, 11727, 10676, 11720, 12016, 10685, 11802, 11991, 10327, 12607, 11860, 10009, 10457, 11616, 9656, 10360, 11763, 11248, 13320, 11931, 11550, 12538, 11837, 11545, 11398, 12815, 12007, 11011, 11935, 12043, 10745, 11913, 12031, 11119, 12154, 12006, 10512, 11718, 11574, 11291, 14530, 11785, 11179, 13258, 11833, 11389, 12976, 12479, 11813, 11506, 12074, 11696, 10721, 12611, 11967, 10140, 10908, 11628, 10500, 10623, 11742, 11259, 12601, 11692, 11157, 13048, 12686, 11971, 12314, 12025, 12247, 13047, 11416, 11573, 12528, 12433, 12216, 11358, 12779, 11775, 11009, 11934, 8604, 12502, 11801, 10968, 14398, 12642, 11956, 11178, 11822, 11523, 10569, 14734, 12211, 11610, 12843, 11822, 11553, 11208, 12765, 12047, 10201, 11652, 11899, 9878, 10893, 11767, 11165, 13127, 12530, 11619, 12665, 12301, 11405, 12186, 12646, 11862, 11491, 12411, 11953, 11122, 11625, 11968, 10701, 12016, 11611, 10768, 13214, 12064, 11321, 12749, 12134, 11698, 12134, 11486, 11749, 10928, 12264, 11773, 10260, 10393, 11426, 11465, 13256, 12117, 11709, 12319, 11781, 11733, 11481, 13038, 11031, 10228, 11997, 11115, 10433, 10835, 10657, 10244, 13815, 11562, 10980, 13240, 11265, 10896, 12393, 12229, 11429, 11104, 11908, 11128, 10535, 11610, 11381, 10490, 13816, 11728, 10710, 12523, 11092, 10575, 11508, 12845, 11394, 10446, 12037, 11344, 10372, 10793, 11538, 10771, 12740, 11415, 10509, 13022, 11431, 10643, 12225, 11869, 11433, 11795, 12562, 10931, 10887, 11929, 11444, 10479, 11250, 11032, 10009, 13708, 11609, 10818, 12640, 11140, 10932, 11255, 12252, 11670, 10704, 12068, 11668, 10169, 10537, 11480, 10947, 12843, 11827, 11165, 11432, 10449, 11446, 11329, 12914, 11681, 10661, 12040, 11453, 11055, 11516, 11393, 10834, 12736, 11028, 10191, 14091, 11502, 11143, 12729, 12056, 10923, 11707, 12493, 11628, 10801, 11239, 10949, 10070, 10463, 11486, 10942, 12915, 11424, 11067, 12902, 11726, 11318, 11973, 12062, 11848, 11138, 12425, 11344, 11046, 11036, 11461, 10605, 10443, 11356, 10461, 14109, 12049, 10994, 13483, 11434, 11173, 12747, 12716, 11552, 11074, 11921, 11614, 10464, 12456, 11183, 11166, 12724, 12426, 11184, 12030, 11044, 11267, 11510, 12904, 11695, 10430, 12581, 11527, 10473, 11169, 11627, 11021, 11283, 11361, 10790, 11627, 11823, 11428, 13927, 12264, 11684, 13243, 11787, 11653, 12128, 12951, 11331, 11462, 12014, 11712, 10979, 12584, 11337, 11186, 14615, 11838, 11584, 13149, 12176, 12115, 10962, 11952, 11749, 10339, 10608, 11628, 11065, 12110, 11331, 11422, 13324, 11490, 11594, 12534, 11357, 11990, 12221, 12619, 11790, 11745, 12403, 11571, 11372, 12303, 12015, 11144, 11774, 11790, 10975, 10950, 11773, 10612, 11683, 11440, 11392, 13298, 11606, 11761, 13114, 12257, 11660, 13373, 11579, 11560, 11822, 12509, 11897, 10502, 12416, 11890, 11188, 11822, 11506, 10546, 11724, 11990], 'WindowCenter': [3940.0, 3946.0, 3934.0, 3912.0, 3910.0, 3920.0, 3920.0, 3917.0, 3917.0, 3908.0, 3916.0, 3905.0, 3907.0, 3906.0, 3907.0, 3918.0, 3897.0, 3918.0, 3919.0, 3897.0, 3917.0, 3918.0, 3897.0, 3906.0, 3917.0, 3897.0, 3920.0, 3932.0, 3921.0, 3918.0, 3919.0, 3907.0, 3916.0, 3907.0, 3918.0, 3917.0, 3908.0, 3921.0, 3918.0, 3920.0, 3920.0, 3917.0, 3909.0, 3920.0, 3919.0, 3919.0, 3919.0, 3918.0, 3918.0, 3918.0, 3907.0, 3917.0, 3918.0, 3897.0, 3916.0, 3918.0, 3897.0, 3907.0, 3917.0, 3897.0, 3907.0, 3918.0, 3898.0, 3907.0, 3917.0, 3908.0, 3907.0, 3907.0, 3886.0, 3906.0, 3907.0, 3908.0, 3907.0, 3907.0, 3919.0, 3918.0, 3918.0, 3917.0, 3917.0, 3918.0, 3908.0, 3915.0, 3906.0, 3918.0, 3906.0, 3906.0, 3908.0, 3906.0, 3906.0, 3919.0, 3907.0, 3918.0, 3919.0, 3908.0, 3908.0, 3920.0, 3919.0, 3919.0, 3919.0, 3919.0, 3919.0, 3920.0, 3908.0, 3918.0, 3918.0, 3908.0, 3908.0, 3919.0, 3898.0, 3919.0, 3919.0, 3897.0, 3906.0, 3907.0, 3909.0, 3907.0, 3907.0, 3908.0, 3907.0, 3917.0, 3918.0, 3918.0, 3919.0, 3919.0, 3917.0, 3917.0, 3918.0, 3917.0, 3906.0, 3919.0, 3918.0, 3919.0, 3919.0, 3908.0, 3917.0, 3919.0, 3896.0, 3917.0, 3919.0, 3897.0, 3918.0, 3920.0, 3898.0, 3907.0, 3919.0, 3919.0, 3919.0, 3921.0, 3921.0, 3911.0, 3921.0, 3920.0, 3930.0, 3920.0, 3932.0, 3919.0, 3921.0, 3932.0, 3931.0, 3922.0, 3901.0, 3932.0, 3945.0, 3934.0, 3921.0, 3920.0, 3933.0, 3941.0, 3921.0, 3922.0, 3930.0, 3921.0, 3921.0, 3930.0, 3931.0, 3920.0, 3920.0, 3919.0, 3920.0, 3920.0, 3930.0, 3919.0, 3921.0, 3918.0, 3919.0, 3909.0, 3908.0, 3921.0, 3909.0, 3918.0, 3921.0, 3910.0, 3907.0, 3919.0, 3922.0, 3932.0, 3919.0, 3921.0, 3919.0, 3918.0, 3919.0, 3928.0, 3919.0, 3888.0, 3921.0, 3932.0, 3921.0, 3910.0, 3920.0, 3910.0, 3907.0, 3920.0, 3898.0, 3896.0, 3907.0, 3920.0, 3929.0, 3917.0, 3909.0, 3896.0, 3918.0, 3911.0, 3897.0, 3921.0, 3900.0, 3908.0, 3920.0, 3900.0, 3910.0, 3920.0, 3921.0, 3920.0, 3920.0, 3899.0, 3909.0, 3920.0, 3932.0, 3931.0, 3921.0, 3922.0, 3920.0, 3922.0, 3921.0, 3931.0, 3931.0, 3933.0, 3931.0, 3931.0, 3922.0, 3931.0, 3921.0, 3932.0, 3931.0, 3921.0, 3921.0, 3920.0, 3919.0, 3920.0, 3920.0, 3918.0, 3920.0, 3909.0, 3919.0, 3920.0, 3899.0, 3918.0, 3919.0, 3899.0, 3908.0, 3920.0, 3911.0, 3897.0, 3919.0, 3932.0, 3931.0, 3919.0, 3921.0, 3920.0, 3922.0, 3934.0, 3919.0, 3919.0, 3921.0, 3919.0, 3920.0, 3933.0, 3921.0, 3932.0, 3931.0, 3920.0, 3931.0, 3921.0, 3920.0, 3919.0, 3919.0, 3920.0, 3919.0, 3910.0, 3898.0, 3908.0, 3909.0, 3910.0, 3928.0, 3919.0, 3919.0, 3919.0, 3919.0, 3909.0, 3930.0, 3918.0, 3921.0, 3931.0, 3919.0, 3919.0, 3916.0, 3920.0, 3931.0, 3919.0, 3919.0, 3919.0, 3919.0, 3919.0, 3921.0, 3921.0, 3929.0, 3920.0, 3908.0, 3919.0, 3920.0, 3910.0, 3919.0, 3930.0, 3909.0, 3918.0, 3920.0, 3909.0, 3908.0, 3920.0, 3910.0, 3910.0, 3921.0, 3911.0, 3908.0, 3919.0, 3921.0, 3930.0, 3921.0, 3919.0, 3928.0, 3920.0, 3920.0, 3931.0, 3919.0, 3920.0, 3920.0, 3919.0, 3921.0, 3920.0, 3932.0, 3920.0, 3911.0, 3919.0, 3919.0, 3909.0, 3931.0, 3932.0, 3909.0, 3908.0, 3918.0, 3899.0, 3909.0, 3919.0, 3922.0, 3930.0, 3920.0, 3922.0, 3919.0, 3919.0, 3922.0, 3930.0, 3932.0, 3920.0, 3931.0, 3919.0, 3919.0, 3919.0, 3919.0, 3921.0, 3909.0, 3917.0, 3919.0, 3897.0, 3907.0, 3920.0, 3908.0, 3918.0, 3909.0, 3909.0, 3905.0, 3907.0, 3908.0, 3918.0, 3918.0, 3908.0, 3907.0, 3908.0, 3919.0, 3909.0, 3917.0, 3918.0, 3908.0, 3919.0, 3919.0, 3909.0, 3896.0, 3920.0, 3921.0, 3918.0, 3921.0, 3923.0, 3930.0, 3920.0, 3931.0, 3920.0, 3919.0, 3921.0, 3909.0, 3928.0, 3931.0, 3911.0, 3897.0, 3944.0, 3922.0, 3919.0, 3922.0, 3911.0, 3897.0, 3921.0, 3922.0, 3933.0, 3932.0, 3924.0, 3931.0, 3931.0, 3922.0, 3930.0, 3920.0, 3932.0, 3921.0, 3919.0, 3920.0, 3909.0, 3909.0, 3919.0, 3910.0, 3908.0, 3920.0, 3921.0, 3928.0, 3920.0, 3920.0, 3929.0, 3920.0, 3922.0, 3920.0, 3920.0, 3921.0, 3922.0, 3921.0, 3921.0, 3910.0, 3909.0, 3921.0, 3920.0, 3931.0, 3932.0, 3923.0, 3920.0, 3920.0, 3921.0, 3930.0, 3920.0, 3931.0, 3942.0, 3932.0, 3923.0, 3930.0, 3920.0, 3932.0, 3932.0, 3930.0, 3921.0, 3921.0, 3929.0, 3921.0, 3911.0, 3910.0, 3920.0, 3921.0, 3919.0, 3922.0, 3922.0, 3932.0, 3933.0, 3919.0, 3920.0, 3919.0, 3921.0, 3930.0, 3932.0, 3932.0, 3911.0, 3929.0, 3921.0, 3910.0, 3921.0, 3921.0, 3919.0, 3920.0, 3919.0, 3909.0, 3918.0, 3919.0, 3920.0, 3931.0, 3920.0, 3921.0, 3927.0, 3918.0, 3919.0, 3929.0, 3930.0, 3919.0, 3920.0, 3919.0, 3919.0, 3920.0, 3928.0, 3919.0, 3909.0, 3928.0, 3920.0, 3908.0, 3918.0, 3920.0, 3907.0, 3918.0, 3922.0, 3909.0, 3929.0, 3930.0, 3909.0, 3920.0, 3922.0, 3900.0, 3910.0, 3932.0, 3921.0, 3942.0, 3932.0, 3932.0, 3930.0, 3932.0, 3922.0, 3920.0, 3931.0, 3932.0, 3922.0, 3919.0, 3932.0, 3920.0, 3931.0, 3934.0, 3922.0, 3920.0, 3919.0, 3909.0, 3919.0, 3918.0, 3921.0, 3941.0, 3919.0, 3921.0, 3929.0, 3929.0, 3919.0, 3929.0, 3930.0, 3921.0, 3921.0, 3919.0, 3920.0, 3909.0, 3919.0, 3922.0, 3910.0, 3909.0, 3921.0, 3912.0, 3908.0, 3931.0, 3922.0, 3931.0, 3921.0, 3921.0, 3931.0, 3944.0, 3945.0, 3931.0, 3930.0, 3931.0, 3928.0, 3919.0, 3919.0, 3929.0, 3930.0, 3933.0, 3921.0, 3930.0, 3930.0, 3921.0, 3932.0, 3890.0, 3930.0, 3932.0, 3925.0, 3943.0, 3930.0, 3921.0, 3920.0, 3919.0, 3919.0, 3911.0, 3941.0, 3918.0, 3920.0, 3928.0, 3917.0, 3919.0, 3908.0, 3929.0, 3932.0, 3910.0, 3907.0, 3920.0, 3898.0, 3906.0, 3918.0, 3921.0, 3929.0, 3929.0, 3920.0, 3928.0, 3920.0, 3920.0, 3931.0, 3930.0, 3919.0, 3919.0, 3929.0, 3920.0, 3920.0, 3920.0, 3931.0, 3912.0, 3932.0, 3920.0, 3909.0, 3928.0, 3918.0, 3922.0, 3930.0, 3919.0, 3932.0, 3919.0, 3919.0, 3920.0, 3922.0, 3918.0, 3919.0, 3910.0, 3907.0, 3918.0, 3920.0, 3929.0, 3932.0, 3923.0, 3921.0, 3919.0, 3920.0, 3921.0, 3929.0, 3923.0, 3913.0, 3920.0, 3919.0, 3910.0, 3908.0, 3910.0, 3910.0, 3931.0, 3921.0, 3922.0, 3932.0, 3920.0, 3920.0, 3920.0, 3919.0, 3921.0, 3921.0, 3919.0, 3908.0, 3910.0, 3908.0, 3907.0, 3908.0, 3929.0, 3921.0, 3910.0, 3918.0, 3908.0, 3911.0, 3908.0, 3929.0, 3918.0, 3908.0, 3918.0, 3910.0, 3909.0, 3907.0, 3920.0, 3921.0, 3918.0, 3919.0, 3911.0, 3917.0, 3918.0, 3909.0, 3918.0, 3919.0, 3918.0, 3921.0, 3919.0, 3910.0, 3909.0, 3918.0, 3919.0, 3910.0, 3909.0, 3909.0, 3898.0, 3929.0, 3920.0, 3909.0, 3930.0, 3908.0, 3908.0, 3907.0, 3918.0, 3931.0, 3908.0, 3918.0, 3919.0, 3909.0, 3907.0, 3920.0, 3923.0, 3929.0, 3919.0, 3921.0, 3919.0, 3909.0, 3920.0, 3920.0, 3929.0, 3922.0, 3910.0, 3920.0, 3921.0, 3921.0, 3920.0, 3920.0, 3922.0, 3918.0, 3909.0, 3910.0, 3930.0, 3920.0, 3921.0, 3930.0, 3919.0, 3909.0, 3919.0, 3918.0, 3920.0, 3910.0, 3908.0, 3908.0, 3910.0, 3905.0, 3918.0, 3920.0, 3920.0, 3918.0, 3921.0, 3930.0, 3919.0, 3920.0, 3931.0, 3931.0, 3932.0, 3921.0, 3930.0, 3920.0, 3921.0, 3920.0, 3920.0, 3910.0, 3907.0, 3919.0, 3911.0, 3930.0, 3929.0, 3921.0, 3929.0, 3920.0, 3919.0, 3919.0, 3918.0, 3920.0, 3909.0, 3920.0, 3919.0, 3910.0, 3918.0, 3919.0, 3922.0, 3930.0, 3920.0, 3919.0, 3918.0, 3908.0, 3920.0, 3920.0, 3931.0, 3932.0, 3921.0, 3931.0, 3933.0, 3924.0, 3921.0, 3921.0, 3921.0, 3918.0, 3920.0, 3922.0, 3919.0, 3920.0, 3923.0, 3943.0, 3921.0, 3922.0, 3929.0, 3920.0, 3920.0, 3933.0, 3932.0, 3921.0, 3920.0, 3919.0, 3932.0, 3923.0, 3919.0, 3909.0, 3920.0, 3930.0, 3918.0, 3922.0, 3929.0, 3919.0, 3920.0, 3908.0, 3918.0, 3919.0, 3911.0, 3897.0, 3921.0, 3921.0, 3919.0, 3908.0, 3921.0, 3931.0, 3920.0, 3921.0, 3919.0, 3921.0, 3921.0, 3933.0, 3944.0, 3932.0, 3921.0, 3920.0, 3921.0, 3921.0, 3932.0, 3933.0, 3921.0, 3920.0, 3920.0, 3921.0, 3909.0, 3931.0, 3923.0, 3920.0, 3921.0, 3921.0, 3929.0, 3921.0, 3932.0, 3931.0, 3932.0, 3922.0, 3931.0, 3921.0, 3920.0, 3920.0, 3933.0, 3933.0, 3910.0, 3929.0, 3932.0, 3922.0, 3933.0, 3934.0, 3924.0, 3931.0, 3934.0], 'WindowWidth': [8813.0, 8808.0, 8790.0, 8758.0, 8749.0, 8762.0, 8762.0, 8755.0, 8751.0, 8740.0, 8749.0, 8734.0, 8738.0, 8736.0, 8738.0, 8756.0, 8727.0, 8753.0, 8757.0, 8725.0, 8752.0, 8754.0, 8727.0, 8737.0, 8752.0, 8727.0, 8761.0, 8782.0, 8767.0, 8757.0, 8755.0, 8740.0, 8750.0, 8737.0, 8754.0, 8751.0, 8741.0, 8763.0, 8756.0, 8761.0, 8762.0, 8753.0, 8745.0, 8760.0, 8758.0, 8757.0, 8758.0, 8754.0, 8753.0, 8755.0, 8740.0, 8751.0, 8754.0, 8726.0, 8748.0, 8755.0, 8726.0, 8738.0, 8752.0, 8726.0, 8737.0, 8754.0, 8728.0, 8737.0, 8752.0, 8744.0, 8738.0, 8739.0, 8710.0, 8735.0, 8738.0, 8743.0, 8738.0, 8739.0, 8757.0, 8754.0, 8754.0, 8753.0, 8753.0, 8752.0, 8740.0, 8747.0, 8736.0, 8752.0, 8736.0, 8736.0, 8740.0, 8735.0, 8738.0, 8757.0, 8739.0, 8755.0, 8758.0, 8741.0, 8742.0, 8762.0, 8758.0, 8757.0, 8759.0, 8758.0, 8756.0, 8760.0, 8743.0, 8754.0, 8755.0, 8743.0, 8740.0, 8756.0, 8729.0, 8757.0, 8757.0, 8726.0, 8734.0, 8738.0, 8745.0, 8740.0, 8739.0, 8742.0, 8738.0, 8752.0, 8756.0, 8756.0, 8759.0, 8759.0, 8755.0, 8753.0, 8756.0, 8754.0, 8737.0, 8757.0, 8755.0, 8757.0, 8757.0, 8742.0, 8751.0, 8758.0, 8724.0, 8753.0, 8759.0, 8727.0, 8755.0, 8761.0, 8732.0, 8740.0, 8760.0, 8761.0, 8759.0, 8763.0, 8766.0, 8752.0, 8766.0, 8763.0, 8774.0, 8762.0, 8782.0, 8761.0, 8765.0, 8782.0, 8779.0, 8769.0, 8739.0, 8781.0, 8803.0, 8790.0, 8766.0, 8764.0, 8785.0, 8793.0, 8764.0, 8769.0, 8777.0, 8763.0, 8767.0, 8777.0, 8778.0, 8763.0, 8761.0, 8759.0, 8762.0, 8762.0, 8775.0, 8761.0, 8765.0, 8754.0, 8760.0, 8747.0, 8742.0, 8763.0, 8746.0, 8756.0, 8761.0, 8748.0, 8740.0, 8759.0, 8768.0, 8781.0, 8759.0, 8764.0, 8759.0, 8756.0, 8758.0, 8770.0, 8758.0, 8715.0, 8763.0, 8782.0, 8768.0, 8747.0, 8761.0, 8750.0, 8738.0, 8758.0, 8730.0, 8723.0, 8738.0, 8759.0, 8772.0, 8753.0, 8747.0, 8724.0, 8755.0, 8751.0, 8727.0, 8763.0, 8737.0, 8742.0, 8760.0, 8736.0, 8746.0, 8762.0, 8766.0, 8761.0, 8761.0, 8734.0, 8746.0, 8763.0, 8782.0, 8779.0, 8764.0, 8768.0, 8761.0, 8766.0, 8765.0, 8780.0, 8777.0, 8782.0, 8777.0, 8778.0, 8767.0, 8778.0, 8763.0, 8781.0, 8776.0, 8763.0, 8765.0, 8761.0, 8756.0, 8761.0, 8763.0, 8756.0, 8760.0, 8746.0, 8756.0, 8761.0, 8733.0, 8756.0, 8759.0, 8733.0, 8743.0, 8760.0, 8750.0, 8727.0, 8758.0, 8782.0, 8779.0, 8760.0, 8766.0, 8761.0, 8766.0, 8785.0, 8759.0, 8758.0, 8763.0, 8759.0, 8761.0, 8782.0, 8766.0, 8780.0, 8778.0, 8763.0, 8776.0, 8763.0, 8762.0, 8756.0, 8759.0, 8764.0, 8759.0, 8745.0, 8731.0, 8741.0, 8743.0, 8747.0, 8772.0, 8758.0, 8759.0, 8758.0, 8759.0, 8745.0, 8773.0, 8755.0, 8763.0, 8780.0, 8759.0, 8759.0, 8751.0, 8760.0, 8778.0, 8757.0, 8758.0, 8760.0, 8757.0, 8758.0, 8765.0, 8766.0, 8773.0, 8761.0, 8743.0, 8756.0, 8761.0, 8748.0, 8758.0, 8774.0, 8746.0, 8757.0, 8762.0, 8746.0, 8742.0, 8762.0, 8751.0, 8747.0, 8762.0, 8750.0, 8743.0, 8760.0, 8764.0, 8774.0, 8762.0, 8760.0, 8770.0, 8760.0, 8762.0, 8775.0, 8757.0, 8762.0, 8759.0, 8757.0, 8765.0, 8761.0, 8778.0, 8762.0, 8750.0, 8758.0, 8758.0, 8745.0, 8775.0, 8781.0, 8748.0, 8741.0, 8756.0, 8732.0, 8743.0, 8759.0, 8765.0, 8774.0, 8762.0, 8767.0, 8758.0, 8760.0, 8767.0, 8775.0, 8778.0, 8762.0, 8777.0, 8758.0, 8759.0, 8757.0, 8758.0, 8764.0, 8745.0, 8751.0, 8756.0, 8727.0, 8736.0, 8760.0, 8745.0, 8754.0, 8743.0, 8744.0, 8734.0, 8738.0, 8742.0, 8754.0, 8753.0, 8741.0, 8739.0, 8740.0, 8757.0, 8744.0, 8753.0, 8755.0, 8741.0, 8756.0, 8759.0, 8747.0, 8723.0, 8761.0, 8763.0, 8756.0, 8764.0, 8770.0, 8776.0, 8761.0, 8778.0, 8760.0, 8758.0, 8765.0, 8747.0, 8769.0, 8776.0, 8750.0, 8729.0, 8802.0, 8768.0, 8759.0, 8766.0, 8752.0, 8728.0, 8764.0, 8767.0, 8783.0, 8783.0, 8773.0, 8780.0, 8777.0, 8767.0, 8776.0, 8759.0, 8782.0, 8766.0, 8757.0, 8760.0, 8746.0, 8742.0, 8757.0, 8748.0, 8744.0, 8761.0, 8764.0, 8772.0, 8761.0, 8763.0, 8772.0, 8760.0, 8767.0, 8762.0, 8760.0, 8764.0, 8768.0, 8765.0, 8764.0, 8749.0, 8746.0, 8763.0, 8764.0, 8778.0, 8780.0, 8769.0, 8760.0, 8763.0, 8764.0, 8777.0, 8761.0, 8780.0, 8795.0, 8779.0, 8770.0, 8777.0, 8761.0, 8781.0, 8782.0, 8774.0, 8764.0, 8763.0, 8769.0, 8764.0, 8753.0, 8748.0, 8760.0, 8765.0, 8757.0, 8765.0, 8766.0, 8780.0, 8781.0, 8761.0, 8761.0, 8759.0, 8765.0, 8776.0, 8781.0, 8782.0, 8752.0, 8771.0, 8764.0, 8750.0, 8762.0, 8763.0, 8761.0, 8760.0, 8757.0, 8745.0, 8755.0, 8757.0, 8763.0, 8779.0, 8759.0, 8763.0, 8767.0, 8756.0, 8760.0, 8773.0, 8776.0, 8760.0, 8759.0, 8757.0, 8760.0, 8761.0, 8771.0, 8759.0, 8747.0, 8769.0, 8762.0, 8745.0, 8755.0, 8760.0, 8742.0, 8756.0, 8765.0, 8746.0, 8769.0, 8775.0, 8747.0, 8763.0, 8768.0, 8736.0, 8746.0, 8779.0, 8766.0, 8797.0, 8781.0, 8781.0, 8775.0, 8781.0, 8767.0, 8761.0, 8777.0, 8780.0, 8766.0, 8758.0, 8780.0, 8762.0, 8776.0, 8786.0, 8768.0, 8761.0, 8757.0, 8747.0, 8757.0, 8756.0, 8766.0, 8793.0, 8759.0, 8765.0, 8775.0, 8774.0, 8761.0, 8772.0, 8774.0, 8763.0, 8762.0, 8757.0, 8760.0, 8745.0, 8758.0, 8766.0, 8749.0, 8745.0, 8763.0, 8752.0, 8746.0, 8779.0, 8768.0, 8778.0, 8765.0, 8764.0, 8777.0, 8799.0, 8806.0, 8779.0, 8774.0, 8777.0, 8769.0, 8759.0, 8762.0, 8774.0, 8776.0, 8781.0, 8766.0, 8773.0, 8776.0, 8768.0, 8780.0, 8722.0, 8776.0, 8781.0, 8778.0, 8801.0, 8773.0, 8764.0, 8763.0, 8758.0, 8757.0, 8750.0, 8792.0, 8757.0, 8761.0, 8770.0, 8752.0, 8758.0, 8741.0, 8769.0, 8779.0, 8747.0, 8739.0, 8760.0, 8729.0, 8736.0, 8754.0, 8765.0, 8773.0, 8771.0, 8763.0, 8770.0, 8760.0, 8762.0, 8779.0, 8776.0, 8759.0, 8760.0, 8769.0, 8762.0, 8761.0, 8759.0, 8777.0, 8755.0, 8779.0, 8760.0, 8745.0, 8769.0, 8755.0, 8767.0, 8774.0, 8759.0, 8782.0, 8758.0, 8758.0, 8761.0, 8767.0, 8756.0, 8758.0, 8747.0, 8739.0, 8756.0, 8761.0, 8774.0, 8778.0, 8768.0, 8764.0, 8758.0, 8761.0, 8763.0, 8770.0, 8773.0, 8757.0, 8759.0, 8758.0, 8747.0, 8742.0, 8748.0, 8749.0, 8777.0, 8764.0, 8767.0, 8779.0, 8759.0, 8762.0, 8761.0, 8758.0, 8763.0, 8762.0, 8756.0, 8741.0, 8747.0, 8740.0, 8738.0, 8742.0, 8772.0, 8763.0, 8747.0, 8755.0, 8741.0, 8748.0, 8742.0, 8770.0, 8755.0, 8742.0, 8752.0, 8746.0, 8744.0, 8737.0, 8758.0, 8763.0, 8754.0, 8755.0, 8749.0, 8753.0, 8753.0, 8745.0, 8756.0, 8757.0, 8756.0, 8762.0, 8756.0, 8748.0, 8746.0, 8755.0, 8758.0, 8749.0, 8744.0, 8743.0, 8728.0, 8770.0, 8760.0, 8746.0, 8772.0, 8742.0, 8743.0, 8739.0, 8755.0, 8779.0, 8744.0, 8754.0, 8758.0, 8745.0, 8738.0, 8760.0, 8769.0, 8773.0, 8758.0, 8764.0, 8756.0, 8745.0, 8762.0, 8762.0, 8771.0, 8764.0, 8749.0, 8759.0, 8763.0, 8765.0, 8761.0, 8761.0, 8767.0, 8757.0, 8745.0, 8747.0, 8774.0, 8762.0, 8763.0, 8774.0, 8757.0, 8745.0, 8758.0, 8756.0, 8760.0, 8749.0, 8742.0, 8743.0, 8749.0, 8734.0, 8755.0, 8763.0, 8759.0, 8756.0, 8763.0, 8774.0, 8759.0, 8762.0, 8778.0, 8778.0, 8782.0, 8765.0, 8774.0, 8763.0, 8767.0, 8762.0, 8760.0, 8749.0, 8740.0, 8758.0, 8751.0, 8776.0, 8774.0, 8763.0, 8773.0, 8760.0, 8759.0, 8757.0, 8753.0, 8760.0, 8746.0, 8759.0, 8758.0, 8749.0, 8757.0, 8759.0, 8767.0, 8773.0, 8758.0, 8759.0, 8755.0, 8742.0, 8761.0, 8762.0, 8775.0, 8779.0, 8765.0, 8776.0, 8785.0, 8774.0, 8764.0, 8763.0, 8766.0, 8756.0, 8761.0, 8767.0, 8757.0, 8760.0, 8769.0, 8799.0, 8765.0, 8767.0, 8772.0, 8759.0, 8763.0, 8785.0, 8779.0, 8763.0, 8762.0, 8756.0, 8779.0, 8773.0, 8757.0, 8743.0, 8762.0, 8774.0, 8755.0, 8768.0, 8774.0, 8756.0, 8760.0, 8744.0, 8752.0, 8759.0, 8751.0, 8725.0, 8763.0, 8764.0, 8756.0, 8743.0, 8764.0, 8778.0, 8761.0, 8764.0, 8757.0, 8762.0, 8765.0, 8785.0, 8800.0, 8779.0, 8764.0, 8760.0, 8764.0, 8765.0, 8780.0, 8782.0, 8765.0, 8760.0, 8762.0, 8765.0, 8745.0, 8779.0, 8770.0, 8761.0, 8762.0, 8765.0, 8771.0, 8762.0, 8783.0, 8777.0, 8778.0, 8766.0, 8778.0, 8762.0, 8763.0, 8763.0, 8782.0, 8783.0, 8749.0, 8773.0, 8781.0, 8770.0, 8783.0, 8785.0, 8774.0, 8776.0, 8785.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.0013807494646680943</td></tr>
<tr><td colspan=3>aqi</td><td>0.026128208137044973</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.951636384865914</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1898092840728836</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.984340890600213</td></tr>
<tr><td colspan=3>efc</td><td>0.4637</td></tr>
<tr><td colspan=3>fber</td><td>6065.9946</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08406768905181412</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>16</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.7130620985010707</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6070012401841076</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5561971208736933</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.876332567786524</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.388474031892105</td></tr>
<tr><td colspan=3>gcor</td><td>0.00296524</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017397567629814148</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02108781598508358</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>934</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.4266514136860113</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>47.0851</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.8</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>165.5307</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304496.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>792.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>331.5292</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.5236</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>528.7214</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3061.6545</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3317.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>72048.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>687.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4139.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>967.9937</td></tr>
<tr><td colspan=3>tsnr</td><td>36.43718491040636</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>