<?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-0129_ses-04_task-alignvideo_acq-mb8_run-02_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-0129_ses-04_task-alignvideo_acq-mb8_run-02_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-02_session-04_subject-0129_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0129/figures/sub-0129_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0129_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0129/figures/sub-0129_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0129_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0129/figures/sub-0129_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0129_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0129/figures/sub-0129_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-04_task-alignvideo_acq-mb8_run-02_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-02_session-04_subject-0129_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0129/figures/sub-0129_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-04_task-alignvideo_acq-mb8_run-02_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-02_session-04_subject-0129_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0129/figures/sub-0129_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0129_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0129/figures/sub-0129_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0129/figures/sub-0129_ses-04_task-alignvideo_acq-mb8_run-02_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-0129/figures/sub-0129_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-04_task-alignvideo_acq-mb8_run-02_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-0129/ses-04/func/sub-0129_ses-04_task-alignvideo_acq-mb8_run-02_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>aa28b03613969c13cfb91aa2004de1b8</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:31:44.720000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.994908, -0.0931449, -0.038499, 0.0964998, 0.990578, 0.0971749]</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.259</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-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.120862</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-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4228, -7757, -7256, 125, -160, -12, 91, 132]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.89</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>14bce4b3-872a-46ad-8c69-b6a8d09f3279||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6692652702331543, 0.2589019238948822, -0.07852917909622192, 103.84455108642578], [0.2499009370803833, 2.6576483249664307, 0.27106723189353943, -109.10277557373047], [-0.10328991711139679, -0.26071327924728394, 2.685210704803467, -64.8989486694336], [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, 926]</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], 'AcquisitionTime': ['143144.720000', '143145.180000', '143145.640000', '143146.100000', '143146.560000', '143147.020000', '143147.480000', '143147.940000', '143148.400000', '143148.860000', '143149.320000', '143149.780000', '143150.240000', '143150.700000', '143151.160000', '143151.620000', '143152.080000', '143152.540000', '143153.000000', '143153.460000', '143153.920000', '143154.380000', '143154.840000', '143155.300000', '143155.760000', '143156.220000', '143156.680000', '143157.140000', '143157.600000', '143158.060000', '143158.520000', '143158.980000', '143159.440000', '143159.900000', '143200.360000', '143200.820000', '143201.280000', '143201.740000', '143202.200000', '143202.660000', '143203.120000', '143203.580000', '143204.040000', '143204.500000', '143204.960000', '143205.420000', '143205.880000', '143206.340000', '143206.800000', '143207.260000', '143207.720000', '143208.180000', '143208.640000', '143209.100000', '143209.560000', '143210.020000', '143210.480000', '143210.940000', '143211.400000', '143211.860000', '143212.320000', '143212.780000', '143213.240000', '143213.700000', '143214.160000', '143214.620000', '143215.080000', '143215.540000', '143216.000000', '143216.460000', '143216.920000', '143217.380000', '143217.840000', '143218.300000', '143218.760000', '143219.220000', '143219.680000', '143220.140000', '143220.600000', '143221.060000', '143221.520000', '143221.980000', '143222.440000', '143222.900000', '143223.360000', '143223.820000', '143224.280000', '143224.740000', '143225.200000', '143225.660000', '143226.120000', '143226.580000', '143227.040000', '143227.500000', '143227.960000', '143228.420000', '143228.880000', '143229.340000', '143229.800000', '143230.260000', '143230.720000', '143231.180000', '143231.640000', '143232.100000', '143232.560000', '143233.020000', '143233.480000', '143233.940000', '143234.400000', '143234.860000', '143235.320000', '143235.780000', '143236.240000', '143236.700000', '143237.160000', '143237.620000', '143238.080000', '143238.540000', '143239.000000', '143239.460000', '143239.920000', '143240.380000', '143240.840000', '143241.300000', '143241.760000', '143242.220000', '143242.680000', '143243.140000', '143243.600000', '143244.060000', '143244.520000', '143244.980000', '143245.440000', '143245.900000', '143246.360000', '143246.820000', '143247.280000', '143247.740000', '143248.200000', '143248.660000', '143249.120000', '143249.580000', '143250.040000', '143250.500000', '143250.960000', '143251.420000', '143251.880000', '143252.340000', '143252.800000', '143253.260000', '143253.720000', '143254.180000', '143254.640000', '143255.100000', '143255.560000', '143256.020000', '143256.480000', '143256.940000', '143257.400000', '143257.860000', '143258.320000', '143258.780000', '143259.240000', '143259.700000', '143300.160000', '143300.620000', '143301.080000', '143301.540000', '143302.000000', '143302.460000', '143302.920000', '143303.380000', '143303.840000', '143304.300000', '143304.760000', '143305.220000', '143305.680000', '143306.140000', '143306.600000', '143307.060000', '143307.520000', '143307.980000', '143308.440000', '143308.900000', '143309.360000', '143309.820000', '143310.280000', '143310.740000', '143311.200000', '143311.660000', '143312.120000', '143312.580000', '143313.040000', '143313.500000', '143313.960000', '143314.420000', '143314.880000', '143315.340000', '143315.800000', '143316.260000', '143316.720000', '143317.180000', '143317.640000', '143318.100000', '143318.560000', '143319.020000', '143319.480000', '143319.940000', '143320.400000', '143320.860000', '143321.320000', '143321.780000', '143322.240000', '143322.700000', '143323.160000', '143323.620000', '143324.080000', '143324.540000', '143325.000000', '143325.460000', '143325.920000', '143326.380000', '143326.840000', '143327.300000', '143327.760000', '143328.220000', '143328.680000', '143329.140000', '143329.600000', '143330.060000', '143330.520000', '143330.980000', '143331.440000', '143331.900000', '143332.360000', '143332.820000', '143333.280000', '143333.740000', '143334.200000', '143334.660000', '143335.120000', '143335.580000', '143336.040000', '143336.500000', '143336.960000', '143337.420000', '143337.880000', '143338.340000', '143338.800000', '143339.260000', '143339.720000', '143340.180000', '143340.640000', '143341.100000', '143341.560000', '143342.020000', '143342.480000', '143342.940000', '143343.400000', '143343.860000', '143344.320000', '143344.780000', '143345.240000', '143345.700000', '143346.160000', '143346.620000', '143347.080000', '143347.540000', '143348.000000', '143348.460000', '143348.920000', '143349.380000', '143349.840000', '143350.300000', '143350.760000', '143351.220000', '143351.680000', '143352.140000', '143352.600000', '143353.060000', '143353.520000', '143353.980000', '143354.440000', '143354.900000', '143355.360000', '143355.820000', '143356.280000', '143356.740000', '143357.200000', '143357.660000', '143358.120000', '143358.580000', '143359.040000', '143359.500000', '143359.960000', '143400.420000', '143400.880000', '143401.340000', '143401.800000', '143402.260000', '143402.720000', '143403.180000', '143403.640000', '143404.100000', '143404.560000', '143405.020000', '143405.480000', '143405.940000', '143406.400000', '143406.860000', '143407.320000', '143407.780000', '143408.240000', '143408.700000', '143409.160000', '143409.620000', '143410.080000', '143410.540000', '143411.000000', '143411.460000', '143411.920000', '143412.380000', '143412.840000', '143413.300000', '143413.760000', '143414.220000', '143414.680000', '143415.140000', '143415.600000', '143416.060000', '143416.520000', '143416.980000', '143417.440000', '143417.900000', '143418.360000', '143418.820000', '143419.280000', '143419.740000', '143420.200000', '143420.660000', '143421.120000', '143421.580000', '143422.040000', '143422.500000', '143422.960000', '143423.420000', '143423.880000', '143424.340000', '143424.800000', '143425.260000', '143425.720000', '143426.180000', '143426.640000', '143427.100000', '143427.560000', '143428.020000', '143428.480000', '143428.940000', '143429.400000', '143429.860000', '143430.320000', '143430.780000', '143431.240000', '143431.700000', '143432.160000', '143432.620000', '143433.080000', '143433.540000', '143434.000000', '143434.460000', '143434.920000', '143435.380000', '143435.840000', '143436.300000', '143436.760000', '143437.220000', '143437.680000', '143438.140000', '143438.600000', '143439.060000', '143439.520000', '143439.980000', '143440.440000', '143440.900000', '143441.360000', '143441.820000', '143442.280000', '143442.740000', '143443.200000', '143443.660000', '143444.120000', '143444.580000', '143445.040000', '143445.500000', '143445.960000', '143446.420000', '143446.880000', '143447.340000', '143447.800000', '143448.260000', '143448.720000', '143449.180000', '143449.640000', '143450.100000', '143450.560000', '143451.020000', '143451.480000', '143451.940000', '143452.400000', '143452.860000', '143453.320000', '143453.780000', '143454.240000', '143454.700000', '143455.160000', '143455.620000', '143456.080000', '143456.540000', '143457.000000', '143457.460000', '143457.920000', '143458.380000', '143458.840000', '143459.300000', '143459.760000', '143500.220000', '143500.680000', '143501.140000', '143501.600000', '143502.060000', '143502.520000', '143502.980000', '143503.440000', '143503.900000', '143504.360000', '143504.820000', '143505.280000', '143505.740000', '143506.200000', '143506.660000', '143507.120000', '143507.580000', '143508.040000', '143508.500000', '143508.960000', '143509.420000', '143509.880000', '143510.340000', '143510.800000', '143511.260000', '143511.720000', '143512.180000', '143512.640000', '143513.100000', '143513.560000', '143514.020000', '143514.480000', '143514.940000', '143515.400000', '143515.860000', '143516.320000', '143516.780000', '143517.240000', '143517.700000', '143518.160000', '143518.620000', '143519.080000', '143519.540000', '143520.000000', '143520.460000', '143520.920000', '143521.380000', '143521.840000', '143522.300000', '143522.760000', '143523.220000', '143523.680000', '143524.140000', '143524.600000', '143525.060000', '143525.520000', '143525.980000', '143526.440000', '143526.900000', '143527.360000', '143527.820000', '143528.280000', '143528.740000', '143529.200000', '143529.660000', '143530.120000', '143530.580000', '143531.040000', '143531.500000', '143531.960000', '143532.420000', '143532.880000', '143533.340000', '143533.800000', '143534.260000', '143534.720000', '143535.180000', '143535.640000', '143536.100000', '143536.560000', '143537.020000', '143537.480000', '143537.940000', '143538.400000', '143538.860000', '143539.320000', '143539.780000', '143540.240000', '143540.700000', '143541.160000', '143541.620000', '143542.080000', '143542.540000', '143543.000000', '143543.460000', '143543.920000', '143544.380000', '143544.840000', '143545.300000', '143545.760000', '143546.220000', '143546.680000', '143547.140000', '143547.600000', '143548.060000', '143548.520000', '143548.980000', '143549.440000', '143549.900000', '143550.360000', '143550.820000', '143551.280000', '143551.740000', '143552.200000', '143552.660000', '143553.120000', '143553.580000', '143554.040000', '143554.500000', '143554.960000', '143555.420000', '143555.880000', '143556.340000', '143556.800000', '143557.260000', '143557.720000', '143558.180000', '143558.640000', '143559.100000', '143559.560000', '143600.020000', '143600.480000', '143600.940000', '143601.400000', '143601.860000', '143602.320000', '143602.780000', '143603.240000', '143603.700000', '143604.160000', '143604.620000', '143605.080000', '143605.540000', '143606.000000', '143606.460000', '143606.920000', '143607.380000', '143607.840000', '143608.300000', '143608.760000', '143609.220000', '143609.680000', '143610.140000', '143610.600000', '143611.060000', '143611.520000', '143611.980000', '143612.440000', '143612.900000', '143613.360000', '143613.820000', '143614.280000', '143614.740000', '143615.200000', '143615.660000', '143616.120000', '143616.580000', '143617.040000', '143617.500000', '143617.960000', '143618.420000', '143618.880000', '143619.340000', '143619.800000', '143620.260000', '143620.720000', '143621.180000', '143621.640000', '143622.100000', '143622.560000', '143623.020000', '143623.480000', '143623.940000', '143624.400000', '143624.860000', '143625.320000', '143625.780000', '143626.240000', '143626.700000', '143627.160000', '143627.620000', '143628.080000', '143628.540000', '143629.000000', '143629.460000', '143629.920000', '143630.380000', '143630.840000', '143631.300000', '143631.760000', '143632.220000', '143632.680000', '143633.140000', '143633.600000', '143634.060000', '143634.520000', '143634.980000', '143635.440000', '143635.900000', '143636.360000', '143636.820000', '143637.280000', '143637.740000', '143638.200000', '143638.660000', '143639.120000', '143639.580000', '143640.040000', '143640.500000', '143640.960000', '143641.420000', '143641.880000', '143642.340000', '143642.800000', '143643.260000', '143643.720000', '143644.180000', '143644.640000', '143645.100000', '143645.560000', '143646.020000', '143646.480000', '143646.940000', '143647.400000', '143647.860000', '143648.320000', '143648.780000', '143649.240000', '143649.700000', '143650.160000', '143650.620000', '143651.080000', '143651.540000', '143652.000000', '143652.460000', '143652.920000', '143653.380000', '143653.840000', '143654.300000', '143654.760000', '143655.220000', '143655.680000', '143656.140000', '143656.600000', '143657.060000', '143657.520000', '143657.980000', '143658.440000', '143658.900000', '143659.360000', '143659.820000', '143700.280000', '143700.740000', '143701.200000', '143701.660000', '143702.120000', '143702.580000', '143703.040000', '143703.500000', '143703.960000', '143704.420000', '143704.880000', '143705.340000', '143705.800000', '143706.260000', '143706.720000', '143707.180000', '143707.640000', '143708.100000', '143708.560000', '143709.020000', '143709.480000', '143709.940000', '143710.400000', '143710.860000', '143711.320000', '143711.780000', '143712.240000', '143712.700000', '143713.160000', '143713.620000', '143714.080000', '143714.540000', '143715.000000', '143715.460000', '143715.920000', '143716.380000', '143716.840000', '143717.300000', '143717.760000', '143718.220000', '143718.680000', '143719.140000', '143719.600000', '143720.060000', '143720.520000', '143720.980000', '143721.440000', '143721.900000', '143722.360000', '143722.820000', '143723.280000', '143723.740000', '143724.200000', '143724.660000', '143725.120000', '143725.580000', '143726.040000', '143726.500000', '143726.960000', '143727.420000', '143727.880000', '143728.340000', '143728.800000', '143729.260000', '143729.720000', '143730.180000', '143730.640000', '143731.100000', '143731.560000', '143732.020000', '143732.480000', '143732.940000', '143733.400000', '143733.860000', '143734.320000', '143734.780000', '143735.240000', '143735.700000', '143736.160000', '143736.620000', '143737.080000', '143737.540000', '143738.000000', '143738.460000', '143738.920000', '143739.380000', '143739.840000', '143740.300000', '143740.760000', '143741.220000', '143741.680000', '143742.140000', '143742.600000', '143743.060000', '143743.520000', '143743.980000', '143744.440000', '143744.900000', '143745.360000', '143745.820000', '143746.280000', '143746.740000', '143747.200000', '143747.660000', '143748.120000', '143748.580000', '143749.040000', '143749.500000', '143749.960000', '143750.420000', '143750.880000', '143751.340000', '143751.800000', '143752.260000', '143752.720000', '143753.180000', '143753.640000', '143754.100000', '143754.560000', '143755.020000', '143755.480000', '143755.940000', '143756.400000', '143756.860000', '143757.320000', '143757.780000', '143758.240000', '143758.700000', '143759.160000', '143759.620000', '143800.080000', '143800.540000', '143801.000000', '143801.460000', '143801.920000', '143802.380000', '143802.840000', '143803.300000', '143803.760000', '143804.220000', '143804.680000', '143805.140000', '143805.600000', '143806.060000', '143806.520000', '143806.980000', '143807.440000', '143807.900000', '143808.360000', '143808.820000', '143809.280000', '143809.740000', '143810.200000', '143810.660000', '143811.120000', '143811.580000', '143812.040000', '143812.500000', '143812.960000', '143813.420000', '143813.880000', '143814.340000', '143814.800000', '143815.260000', '143815.720000', '143816.180000', '143816.640000', '143817.100000', '143817.560000', '143818.020000', '143818.480000', '143818.940000', '143819.400000', '143819.860000', '143820.320000', '143820.780000', '143821.240000', '143821.700000', '143822.160000', '143822.620000', '143823.080000', '143823.540000', '143824.000000', '143824.460000', '143824.920000', '143825.380000', '143825.840000', '143826.300000', '143826.760000', '143827.220000', '143827.680000', '143828.140000', '143828.600000', '143829.060000', '143829.520000', '143829.980000', '143830.440000', '143830.900000', '143831.360000', '143831.820000', '143832.280000', '143832.740000', '143833.200000', '143833.660000', '143834.120000', '143834.580000', '143835.040000', '143835.500000', '143835.960000', '143836.420000', '143836.880000', '143837.340000', '143837.800000', '143838.260000', '143838.720000', '143839.180000', '143839.640000', '143840.100000', '143840.560000', '143841.020000', '143841.480000', '143841.940000', '143842.400000', '143842.860000', '143843.320000', '143843.780000', '143844.240000', '143844.700000', '143845.160000', '143845.620000', '143846.080000', '143846.540000', '143847.000000', '143847.460000', '143847.920000', '143848.380000', '143848.840000', '143849.300000', '143849.760000', '143850.220000'], 'ContentTime': ['143208.292000', '143208.295000', '143208.298000', '143208.301000', '143208.304000', '143208.306000', '143208.309000', '143208.312000', '143208.315000', '143208.325000', '143208.329000', '143208.332000', '143208.336000', '143208.340000', '143208.344000', '143208.348000', '143208.350000', '143208.354000', '143208.357000', '143208.360000', '143208.363000', '143208.367000', '143208.369000', '143208.379000', '143208.382000', '143208.385000', '143208.389000', '143208.392000', '143208.394000', '143208.397000', '143208.400000', '143208.402000', '143208.405000', '143208.408000', '143208.411000', '143208.413000', '143208.416000', '143208.418000', '143208.421000', '143208.423000', '143208.426000', '143208.429000', '143208.432000', '143208.434000', '143208.437000', '143208.440000', '143208.442000', '143208.445000', '143208.447000', '143228.256000', '143228.259000', '143228.262000', '143228.264000', '143228.267000', '143228.270000', '143228.272000', '143228.275000', '143228.277000', '143228.280000', '143228.282000', '143228.285000', '143228.287000', '143228.290000', '143228.293000', '143228.295000', '143228.298000', '143228.300000', '143228.303000', '143228.305000', '143228.308000', '143228.311000', '143228.313000', '143228.316000', '143228.318000', '143228.321000', '143228.323000', '143228.338000', '143228.341000', '143228.343000', '143228.346000', '143228.348000', '143228.351000', '143228.353000', '143228.356000', '143228.359000', '143228.361000', '143228.364000', '143228.366000', '143228.369000', '143228.372000', '143228.374000', '143228.377000', '143228.379000', '143248.257000', '143248.259000', '143248.262000', '143248.265000', '143248.267000', '143248.270000', '143248.272000', '143248.275000', '143248.278000', '143248.280000', '143248.283000', '143248.285000', '143248.288000', '143248.291000', '143248.293000', '143248.296000', '143248.298000', '143248.301000', '143248.303000', '143248.306000', '143248.309000', '143248.322000', '143248.325000', '143248.327000', '143248.330000', '143248.333000', '143248.335000', '143248.338000', '143248.340000', '143248.343000', '143248.345000', '143248.348000', '143248.351000', '143248.353000', '143248.356000', '143248.358000', '143248.361000', '143248.363000', '143248.366000', '143248.369000', '143248.371000', '143248.374000', '143248.376000', '143308.256000', '143308.259000', '143308.262000', '143308.264000', '143308.267000', '143308.270000', '143308.272000', '143308.275000', '143308.278000', '143308.280000', '143308.283000', '143308.286000', '143308.288000', '143308.291000', '143308.293000', '143308.296000', '143308.299000', '143308.301000', '143308.304000', '143308.312000', '143308.315000', '143308.318000', '143308.320000', '143308.323000', '143308.325000', '143308.328000', '143308.330000', '143308.333000', '143308.336000', '143308.338000', '143308.341000', '143308.343000', '143308.346000', '143308.349000', '143308.351000', '143308.354000', '143308.357000', '143308.359000', '143308.362000', '143308.364000', '143308.367000', '143308.369000', '143308.372000', '143308.375000', '143328.255000', '143328.258000', '143328.261000', '143328.274000', '143328.277000', '143328.280000', '143328.282000', '143328.285000', '143328.287000', '143328.290000', '143328.292000', '143328.295000', '143328.297000', '143328.300000', '143328.303000', '143328.305000', '143328.308000', '143328.311000', '143328.313000', '143328.316000', '143328.318000', '143328.321000', '143328.324000', '143328.326000', '143328.329000', '143328.331000', '143328.334000', '143328.337000', '143328.339000', '143328.342000', '143328.344000', '143328.347000', '143328.350000', '143328.352000', '143328.355000', '143328.357000', '143328.360000', '143328.362000', '143328.365000', '143328.378000', '143328.380000', '143328.383000', '143328.386000', '143348.255000', '143348.258000', '143348.261000', '143348.263000', '143348.266000', '143348.269000', '143348.271000', '143348.274000', '143348.276000', '143348.279000', '143348.282000', '143348.284000', '143348.287000', '143348.289000', '143348.292000', '143348.295000', '143348.297000', '143348.300000', '143348.302000', '143348.305000', '143348.308000', '143348.310000', '143348.313000', '143348.316000', '143348.329000', '143348.332000', '143348.334000', '143348.337000', '143348.339000', '143348.342000', '143348.345000', '143348.347000', '143348.350000', '143348.353000', '143348.355000', '143348.358000', '143348.360000', '143348.363000', '143348.366000', '143348.368000', '143348.371000', '143348.373000', '143348.376000', '143348.379000', '143408.255000', '143408.259000', '143408.261000', '143408.264000', '143408.266000', '143408.269000', '143408.271000', '143408.274000', '143408.277000', '143408.279000', '143408.282000', '143408.284000', '143408.287000', '143408.290000', '143408.292000', '143408.295000', '143408.297000', '143408.300000', '143408.302000', '143408.305000', '143408.308000', '143408.310000', '143408.313000', '143408.316000', '143408.318000', '143408.321000', '143408.323000', '143408.326000', '143408.329000', '143408.331000', '143408.334000', '143408.337000', '143408.339000', '143408.342000', '143408.344000', '143408.347000', '143408.350000', '143408.352000', '143408.355000', '143408.357000', '143408.360000', '143408.363000', '143408.365000', '143428.256000', '143428.260000', '143428.263000', '143428.266000', '143428.268000', '143428.271000', '143428.274000', '143428.276000', '143428.279000', '143428.281000', '143428.284000', '143428.287000', '143428.289000', '143428.292000', '143428.294000', '143428.297000', '143428.300000', '143428.302000', '143428.305000', '143428.308000', '143428.310000', '143428.313000', '143428.316000', '143428.318000', '143428.321000', '143428.323000', '143428.326000', '143428.329000', '143428.331000', '143428.334000', '143428.337000', '143428.339000', '143428.342000', '143428.345000', '143428.347000', '143428.350000', '143428.352000', '143428.355000', '143428.357000', '143428.360000', '143428.363000', '143428.365000', '143428.394000', '143428.397000', '143448.256000', '143448.259000', '143448.262000', '143448.265000', '143448.267000', '143448.270000', '143448.272000', '143448.275000', '143448.278000', '143448.280000', '143448.283000', '143448.285000', '143448.288000', '143448.291000', '143448.293000', '143448.296000', '143448.298000', '143448.301000', '143448.304000', '143448.306000', '143448.309000', '143448.311000', '143448.314000', '143448.317000', '143448.319000', '143448.322000', '143448.325000', '143448.327000', '143448.341000', '143448.345000', '143448.347000', '143448.350000', '143448.353000', '143448.356000', '143448.358000', '143448.361000', '143448.363000', '143448.366000', '143448.369000', '143448.371000', '143448.374000', '143448.376000', '143448.379000', '143508.256000', '143508.259000', '143508.262000', '143508.265000', '143508.267000', '143508.270000', '143508.272000', '143508.275000', '143508.277000', '143508.280000', '143508.283000', '143508.285000', '143508.288000', '143508.290000', '143508.293000', '143508.296000', '143508.298000', '143508.301000', '143508.303000', '143508.306000', '143508.309000', '143508.311000', '143508.314000', '143508.316000', '143508.319000', '143508.322000', '143508.324000', '143508.327000', '143508.330000', '143508.332000', '143508.335000', '143508.337000', '143508.340000', '143508.342000', '143508.345000', '143508.348000', '143508.350000', '143508.353000', '143508.356000', '143508.358000', '143508.361000', '143508.363000', '143508.366000', '143508.374000', '143528.256000', '143528.259000', '143528.262000', '143528.264000', '143528.267000', '143528.270000', '143528.272000', '143528.275000', '143528.277000', '143528.280000', '143528.283000', '143528.285000', '143528.288000', '143528.290000', '143528.293000', '143528.295000', '143528.298000', '143528.301000', '143528.303000', '143528.306000', '143528.309000', '143528.311000', '143528.314000', '143528.316000', '143528.319000', '143528.322000', '143528.324000', '143528.327000', '143528.329000', '143528.332000', '143528.335000', '143528.337000', '143528.340000', '143528.343000', '143528.345000', '143528.348000', '143528.350000', '143528.353000', '143528.356000', '143528.358000', '143528.361000', '143528.363000', '143528.366000', '143548.255000', '143548.258000', '143548.261000', '143548.264000', '143548.266000', '143548.269000', '143548.271000', '143548.274000', '143548.277000', '143548.279000', '143548.282000', '143548.284000', '143548.287000', '143548.290000', '143548.292000', '143548.302000', '143548.305000', '143548.308000', '143548.310000', '143548.313000', '143548.315000', '143548.318000', '143548.321000', '143548.323000', '143548.326000', '143548.328000', '143548.331000', '143548.334000', '143548.336000', '143548.339000', '143548.342000', '143548.344000', '143548.347000', '143548.349000', '143548.352000', '143548.355000', '143548.358000', '143548.360000', '143548.363000', '143548.366000', '143548.369000', '143548.372000', '143548.374000', '143608.256000', '143608.258000', '143608.261000', '143608.264000', '143608.266000', '143608.269000', '143608.272000', '143608.274000', '143608.277000', '143608.279000', '143608.282000', '143608.284000', '143608.287000', '143608.290000', '143608.292000', '143608.295000', '143608.298000', '143608.300000', '143608.303000', '143608.305000', '143608.308000', '143608.310000', '143608.313000', '143608.316000', '143608.318000', '143608.321000', '143608.324000', '143608.326000', '143608.329000', '143608.331000', '143608.334000', '143608.337000', '143608.339000', '143608.342000', '143608.344000', '143608.347000', '143608.350000', '143608.352000', '143608.355000', '143608.357000', '143608.360000', '143608.363000', '143608.365000', '143608.368000', '143628.256000', '143628.258000', '143628.261000', '143628.264000', '143628.266000', '143628.269000', '143628.271000', '143628.274000', '143628.277000', '143628.280000', '143628.314000', '143628.317000', '143628.319000', '143628.322000', '143628.324000', '143628.327000', '143628.330000', '143628.332000', '143628.335000', '143628.337000', '143628.340000', '143628.343000', '143628.345000', '143628.348000', '143628.350000', '143628.353000', '143628.356000', '143628.358000', '143628.361000', '143628.364000', '143628.366000', '143628.369000', '143628.371000', '143628.374000', '143628.376000', '143628.379000', '143628.382000', '143628.384000', '143628.387000', '143628.390000', '143628.392000', '143628.395000', '143628.397000', '143648.256000', '143648.259000', '143648.262000', '143648.264000', '143648.267000', '143648.270000', '143648.272000', '143648.275000', '143648.277000', '143648.280000', '143648.283000', '143648.285000', '143648.288000', '143648.291000', '143648.293000', '143648.296000', '143648.298000', '143648.301000', '143648.304000', '143648.306000', '143648.309000', '143648.311000', '143648.314000', '143648.317000', '143648.319000', '143648.322000', '143648.325000', '143648.327000', '143648.330000', '143648.333000', '143648.335000', '143648.338000', '143648.340000', '143648.343000', '143648.345000', '143648.348000', '143648.351000', '143648.353000', '143648.356000', '143648.358000', '143648.361000', '143648.364000', '143648.366000', '143648.369000', '143708.257000', '143708.259000', '143708.262000', '143708.265000', '143708.267000', '143708.270000', '143708.272000', '143708.275000', '143708.278000', '143708.280000', '143708.283000', '143708.286000', '143708.288000', '143708.291000', '143708.293000', '143708.296000', '143708.298000', '143708.301000', '143708.304000', '143708.306000', '143708.309000', '143708.312000', '143708.314000', '143708.317000', '143708.320000', '143708.323000', '143708.326000', '143708.328000', '143708.340000', '143708.343000', '143708.346000', '143708.348000', '143708.351000', '143708.353000', '143708.356000', '143708.359000', '143708.361000', '143708.364000', '143708.367000', '143708.369000', '143708.372000', '143708.374000', '143708.377000', '143728.256000', '143728.259000', '143728.262000', '143728.264000', '143728.267000', '143728.270000', '143728.272000', '143728.275000', '143728.278000', '143728.280000', '143728.283000', '143728.286000', '143728.288000', '143728.291000', '143728.293000', '143728.296000', '143728.298000', '143728.301000', '143728.304000', '143728.306000', '143728.309000', '143728.312000', '143728.314000', '143728.317000', '143728.320000', '143728.322000', '143728.325000', '143728.327000', '143728.330000', '143728.332000', '143728.335000', '143728.338000', '143728.340000', '143728.343000', '143728.345000', '143728.348000', '143728.351000', '143728.353000', '143728.356000', '143728.358000', '143728.361000', '143728.364000', '143728.366000', '143728.369000', '143748.257000', '143748.260000', '143748.262000', '143748.265000', '143748.267000', '143748.270000', '143748.273000', '143748.275000', '143748.278000', '143748.280000', '143748.283000', '143748.286000', '143748.288000', '143748.291000', '143748.293000', '143748.296000', '143748.299000', '143748.301000', '143748.304000', '143748.306000', '143748.309000', '143748.322000', '143748.324000', '143748.327000', '143748.329000', '143748.332000', '143748.335000', '143748.337000', '143748.340000', '143748.342000', '143748.345000', '143748.347000', '143748.350000', '143748.353000', '143748.355000', '143748.358000', '143748.361000', '143748.363000', '143748.366000', '143748.368000', '143748.371000', '143748.374000', '143748.376000', '143808.256000', '143808.258000', '143808.261000', '143808.264000', '143808.266000', '143808.269000', '143808.272000', '143808.274000', '143808.277000', '143808.280000', '143808.282000', '143808.285000', '143808.287000', '143808.290000', '143808.293000', '143808.295000', '143808.298000', '143808.300000', '143808.303000', '143808.306000', '143808.308000', '143808.311000', '143808.313000', '143808.316000', '143808.319000', '143808.321000', '143808.324000', '143808.326000', '143808.329000', '143808.332000', '143808.334000', '143808.337000', '143808.339000', '143808.342000', '143808.345000', '143808.347000', '143808.350000', '143808.352000', '143808.355000', '143808.358000', '143808.360000', '143808.363000', '143808.365000', '143808.368000', '143828.256000', '143828.258000', '143828.261000', '143828.264000', '143828.266000', '143828.269000', '143828.272000', '143828.274000', '143828.277000', '143828.279000', '143828.282000', '143828.284000', '143828.287000', '143828.290000', '143828.292000', '143828.295000', '143828.297000', '143828.300000', '143828.302000', '143828.305000', '143828.308000', '143828.310000', '143828.313000', '143828.316000', '143828.319000', '143828.322000', '143828.325000', '143828.328000', '143828.330000', '143828.333000', '143828.335000', '143828.338000', '143828.341000', '143828.343000', '143828.346000', '143828.349000', '143828.351000', '143828.354000', '143828.356000', '143828.359000', '143828.362000', '143828.364000', '143828.367000', '143848.255000', '143848.258000', '143848.261000', '143848.264000', '143848.266000', '143848.269000', '143848.271000', '143848.274000', '143848.277000', '143848.279000', '143848.282000', '143848.284000', '143848.287000', '143848.290000', '143848.292000', '143848.295000', '143848.297000', '143848.300000', '143848.302000', '143848.305000', '143848.308000', '143848.310000', '143848.313000', '143848.316000', '143848.318000', '143848.321000', '143848.323000', '143848.326000', '143848.329000', '143848.331000', '143848.334000', '143848.336000', '143848.339000', '143848.341000', '143848.344000', '143848.347000', '143848.349000', '143848.352000', '143848.354000', '143848.357000', '143848.360000', '143848.362000', '143848.365000', '143848.367000', '143851.324000', '143851.327000', '143851.329000', '143851.332000', '143851.335000', '143851.337000', '143851.340000'], 'InstanceCreationTime': ['143208.292000', '143208.295000', '143208.298000', '143208.301000', '143208.304000', '143208.306000', '143208.309000', '143208.312000', '143208.315000', '143208.325000', '143208.329000', '143208.332000', '143208.336000', '143208.340000', '143208.344000', '143208.348000', '143208.350000', '143208.354000', '143208.357000', '143208.360000', '143208.363000', '143208.367000', '143208.369000', '143208.379000', '143208.382000', '143208.385000', '143208.389000', '143208.392000', '143208.394000', '143208.397000', '143208.400000', '143208.402000', '143208.405000', '143208.408000', '143208.411000', '143208.413000', '143208.416000', '143208.418000', '143208.421000', '143208.423000', '143208.426000', '143208.429000', '143208.432000', '143208.434000', '143208.437000', '143208.440000', '143208.442000', '143208.445000', '143208.447000', '143228.256000', '143228.259000', '143228.262000', '143228.264000', '143228.267000', '143228.270000', '143228.272000', '143228.275000', '143228.277000', '143228.280000', '143228.282000', '143228.285000', '143228.287000', '143228.290000', '143228.293000', '143228.295000', '143228.298000', '143228.300000', '143228.303000', '143228.305000', '143228.308000', '143228.311000', '143228.313000', '143228.316000', '143228.318000', '143228.321000', '143228.323000', '143228.338000', '143228.341000', '143228.343000', '143228.346000', '143228.348000', '143228.351000', '143228.353000', '143228.356000', '143228.359000', '143228.361000', '143228.364000', '143228.366000', '143228.369000', '143228.372000', '143228.374000', '143228.377000', '143228.379000', '143248.257000', '143248.259000', '143248.262000', '143248.265000', '143248.267000', '143248.270000', '143248.272000', '143248.275000', '143248.278000', '143248.280000', '143248.283000', '143248.285000', '143248.288000', '143248.291000', '143248.293000', '143248.296000', '143248.298000', '143248.301000', '143248.303000', '143248.306000', '143248.309000', '143248.322000', '143248.325000', '143248.327000', '143248.330000', '143248.333000', '143248.335000', '143248.338000', '143248.340000', '143248.343000', '143248.345000', '143248.348000', '143248.351000', '143248.353000', '143248.356000', '143248.358000', '143248.361000', '143248.363000', '143248.366000', '143248.369000', '143248.371000', '143248.374000', '143248.376000', '143308.256000', '143308.259000', '143308.262000', '143308.264000', '143308.267000', '143308.270000', '143308.272000', '143308.275000', '143308.278000', '143308.280000', '143308.283000', '143308.286000', '143308.288000', '143308.291000', '143308.293000', '143308.296000', '143308.299000', '143308.301000', '143308.304000', '143308.312000', '143308.315000', '143308.318000', '143308.320000', '143308.323000', '143308.325000', '143308.328000', '143308.330000', '143308.333000', '143308.336000', '143308.338000', '143308.341000', '143308.343000', '143308.346000', '143308.349000', '143308.351000', '143308.354000', '143308.357000', '143308.359000', '143308.362000', '143308.364000', '143308.367000', '143308.369000', '143308.372000', '143308.375000', '143328.255000', '143328.258000', '143328.261000', '143328.274000', '143328.277000', '143328.280000', '143328.282000', '143328.285000', '143328.287000', '143328.290000', '143328.292000', '143328.295000', '143328.297000', '143328.300000', '143328.303000', '143328.305000', '143328.308000', '143328.311000', '143328.313000', '143328.316000', '143328.318000', '143328.321000', '143328.324000', '143328.326000', '143328.329000', '143328.331000', '143328.334000', '143328.337000', '143328.339000', '143328.342000', '143328.344000', '143328.347000', '143328.350000', '143328.352000', '143328.355000', '143328.357000', '143328.360000', '143328.362000', '143328.365000', '143328.378000', '143328.380000', '143328.383000', '143328.386000', '143348.255000', '143348.258000', '143348.261000', '143348.263000', '143348.266000', '143348.269000', '143348.271000', '143348.274000', '143348.276000', '143348.279000', '143348.282000', '143348.284000', '143348.287000', '143348.289000', '143348.292000', '143348.295000', '143348.297000', '143348.300000', '143348.302000', '143348.305000', '143348.308000', '143348.310000', '143348.313000', '143348.316000', '143348.329000', '143348.332000', '143348.334000', '143348.337000', '143348.339000', '143348.342000', '143348.345000', '143348.347000', '143348.350000', '143348.353000', '143348.355000', '143348.358000', '143348.360000', '143348.363000', '143348.366000', '143348.368000', '143348.371000', '143348.373000', '143348.376000', '143348.379000', '143408.255000', '143408.259000', '143408.261000', '143408.264000', '143408.266000', '143408.269000', '143408.271000', '143408.274000', '143408.277000', '143408.279000', '143408.282000', '143408.284000', '143408.287000', '143408.290000', '143408.292000', '143408.295000', '143408.297000', '143408.300000', '143408.302000', '143408.305000', '143408.308000', '143408.310000', '143408.313000', '143408.316000', '143408.318000', '143408.321000', '143408.323000', '143408.326000', '143408.329000', '143408.331000', '143408.334000', '143408.337000', '143408.339000', '143408.342000', '143408.344000', '143408.347000', '143408.350000', '143408.352000', '143408.355000', '143408.357000', '143408.360000', '143408.363000', '143408.365000', '143428.256000', '143428.260000', '143428.263000', '143428.266000', '143428.268000', '143428.271000', '143428.274000', '143428.276000', '143428.279000', '143428.281000', '143428.284000', '143428.287000', '143428.289000', '143428.292000', '143428.294000', '143428.297000', '143428.300000', '143428.302000', '143428.305000', '143428.308000', '143428.310000', '143428.313000', '143428.316000', '143428.318000', '143428.321000', '143428.323000', '143428.326000', '143428.329000', '143428.331000', '143428.334000', '143428.337000', '143428.339000', '143428.342000', '143428.345000', '143428.347000', '143428.350000', '143428.352000', '143428.355000', '143428.357000', '143428.360000', '143428.363000', '143428.365000', '143428.394000', '143428.397000', '143448.256000', '143448.259000', '143448.262000', '143448.265000', '143448.267000', '143448.270000', '143448.272000', '143448.275000', '143448.278000', '143448.280000', '143448.283000', '143448.285000', '143448.288000', '143448.291000', '143448.293000', '143448.296000', '143448.298000', '143448.301000', '143448.304000', '143448.306000', '143448.309000', '143448.311000', '143448.314000', '143448.317000', '143448.319000', '143448.322000', '143448.325000', '143448.327000', '143448.341000', '143448.345000', '143448.347000', '143448.350000', '143448.353000', '143448.356000', '143448.358000', '143448.361000', '143448.363000', '143448.366000', '143448.369000', '143448.371000', '143448.374000', '143448.376000', '143448.379000', '143508.256000', '143508.259000', '143508.262000', '143508.265000', '143508.267000', '143508.270000', '143508.272000', '143508.275000', '143508.277000', '143508.280000', '143508.283000', '143508.285000', '143508.288000', '143508.290000', '143508.293000', '143508.296000', '143508.298000', '143508.301000', '143508.303000', '143508.306000', '143508.309000', '143508.311000', '143508.314000', '143508.316000', '143508.319000', '143508.322000', '143508.324000', '143508.327000', '143508.330000', '143508.332000', '143508.335000', '143508.337000', '143508.340000', '143508.342000', '143508.345000', '143508.348000', '143508.350000', '143508.353000', '143508.356000', '143508.358000', '143508.361000', '143508.363000', '143508.366000', '143508.374000', '143528.256000', '143528.259000', '143528.262000', '143528.264000', '143528.267000', '143528.270000', '143528.272000', '143528.275000', '143528.277000', '143528.280000', '143528.283000', '143528.285000', '143528.288000', '143528.290000', '143528.293000', '143528.295000', '143528.298000', '143528.301000', '143528.303000', '143528.306000', '143528.309000', '143528.311000', '143528.314000', '143528.316000', '143528.319000', '143528.322000', '143528.324000', '143528.327000', '143528.329000', '143528.332000', '143528.335000', '143528.337000', '143528.340000', '143528.343000', '143528.345000', '143528.348000', '143528.350000', '143528.353000', '143528.356000', '143528.358000', '143528.361000', '143528.363000', '143528.366000', '143548.255000', '143548.258000', '143548.261000', '143548.264000', '143548.266000', '143548.269000', '143548.271000', '143548.274000', '143548.277000', '143548.279000', '143548.282000', '143548.284000', '143548.287000', '143548.290000', '143548.292000', '143548.302000', '143548.305000', '143548.308000', '143548.310000', '143548.313000', '143548.315000', '143548.318000', '143548.321000', '143548.323000', '143548.326000', '143548.328000', '143548.331000', '143548.334000', '143548.336000', '143548.339000', '143548.342000', '143548.344000', '143548.347000', '143548.349000', '143548.352000', '143548.355000', '143548.358000', '143548.360000', '143548.363000', '143548.366000', '143548.369000', '143548.372000', '143548.374000', '143608.256000', '143608.258000', '143608.261000', '143608.264000', '143608.266000', '143608.269000', '143608.272000', '143608.274000', '143608.277000', '143608.279000', '143608.282000', '143608.284000', '143608.287000', '143608.290000', '143608.292000', '143608.295000', '143608.298000', '143608.300000', '143608.303000', '143608.305000', '143608.308000', '143608.310000', '143608.313000', '143608.316000', '143608.318000', '143608.321000', '143608.324000', '143608.326000', '143608.329000', '143608.331000', '143608.334000', '143608.337000', '143608.339000', '143608.342000', '143608.344000', '143608.347000', '143608.350000', '143608.352000', '143608.355000', '143608.357000', '143608.360000', '143608.363000', '143608.365000', '143608.368000', '143628.256000', '143628.258000', '143628.261000', '143628.264000', '143628.266000', '143628.269000', '143628.271000', '143628.274000', '143628.277000', '143628.280000', '143628.314000', '143628.317000', '143628.319000', '143628.322000', '143628.324000', '143628.327000', '143628.330000', '143628.332000', '143628.335000', '143628.337000', '143628.340000', '143628.343000', '143628.345000', '143628.348000', '143628.350000', '143628.353000', '143628.356000', '143628.358000', '143628.361000', '143628.364000', '143628.366000', '143628.369000', '143628.371000', '143628.374000', '143628.376000', '143628.379000', '143628.382000', '143628.384000', '143628.387000', '143628.390000', '143628.392000', '143628.395000', '143628.397000', '143648.256000', '143648.259000', '143648.262000', '143648.264000', '143648.267000', '143648.270000', '143648.272000', '143648.275000', '143648.277000', '143648.280000', '143648.283000', '143648.285000', '143648.288000', '143648.291000', '143648.293000', '143648.296000', '143648.298000', '143648.301000', '143648.304000', '143648.306000', '143648.309000', '143648.311000', '143648.314000', '143648.317000', '143648.319000', '143648.322000', '143648.325000', '143648.327000', '143648.330000', '143648.333000', '143648.335000', '143648.338000', '143648.340000', '143648.343000', '143648.345000', '143648.348000', '143648.351000', '143648.353000', '143648.356000', '143648.358000', '143648.361000', '143648.364000', '143648.366000', '143648.369000', '143708.257000', '143708.259000', '143708.262000', '143708.265000', '143708.267000', '143708.270000', '143708.272000', '143708.275000', '143708.278000', '143708.280000', '143708.283000', '143708.286000', '143708.288000', '143708.291000', '143708.293000', '143708.296000', '143708.298000', '143708.301000', '143708.304000', '143708.306000', '143708.309000', '143708.312000', '143708.314000', '143708.317000', '143708.320000', '143708.323000', '143708.326000', '143708.328000', '143708.340000', '143708.343000', '143708.346000', '143708.348000', '143708.351000', '143708.353000', '143708.356000', '143708.359000', '143708.361000', '143708.364000', '143708.367000', '143708.369000', '143708.372000', '143708.374000', '143708.377000', '143728.256000', '143728.259000', '143728.262000', '143728.264000', '143728.267000', '143728.270000', '143728.272000', '143728.275000', '143728.278000', '143728.280000', '143728.283000', '143728.286000', '143728.288000', '143728.291000', '143728.293000', '143728.296000', '143728.298000', '143728.301000', '143728.304000', '143728.306000', '143728.309000', '143728.312000', '143728.314000', '143728.317000', '143728.320000', '143728.322000', '143728.325000', '143728.327000', '143728.330000', '143728.332000', '143728.335000', '143728.338000', '143728.340000', '143728.343000', '143728.345000', '143728.348000', '143728.351000', '143728.353000', '143728.356000', '143728.358000', '143728.361000', '143728.364000', '143728.366000', '143728.369000', '143748.257000', '143748.260000', '143748.262000', '143748.265000', '143748.267000', '143748.270000', '143748.273000', '143748.275000', '143748.278000', '143748.280000', '143748.283000', '143748.286000', '143748.288000', '143748.291000', '143748.293000', '143748.296000', '143748.299000', '143748.301000', '143748.304000', '143748.306000', '143748.309000', '143748.322000', '143748.324000', '143748.327000', '143748.329000', '143748.332000', '143748.335000', '143748.337000', '143748.340000', '143748.342000', '143748.345000', '143748.347000', '143748.350000', '143748.353000', '143748.355000', '143748.358000', '143748.361000', '143748.363000', '143748.366000', '143748.368000', '143748.371000', '143748.374000', '143748.376000', '143808.256000', '143808.258000', '143808.261000', '143808.264000', '143808.266000', '143808.269000', '143808.272000', '143808.274000', '143808.277000', '143808.280000', '143808.282000', '143808.285000', '143808.287000', '143808.290000', '143808.293000', '143808.295000', '143808.298000', '143808.300000', '143808.303000', '143808.306000', '143808.308000', '143808.311000', '143808.313000', '143808.316000', '143808.319000', '143808.321000', '143808.324000', '143808.326000', '143808.329000', '143808.332000', '143808.334000', '143808.337000', '143808.339000', '143808.342000', '143808.345000', '143808.347000', '143808.350000', '143808.352000', '143808.355000', '143808.358000', '143808.360000', '143808.363000', '143808.365000', '143808.368000', '143828.256000', '143828.258000', '143828.261000', '143828.264000', '143828.266000', '143828.269000', '143828.272000', '143828.274000', '143828.277000', '143828.279000', '143828.282000', '143828.284000', '143828.287000', '143828.290000', '143828.292000', '143828.295000', '143828.297000', '143828.300000', '143828.302000', '143828.305000', '143828.308000', '143828.310000', '143828.313000', '143828.316000', '143828.319000', '143828.322000', '143828.325000', '143828.328000', '143828.330000', '143828.333000', '143828.335000', '143828.338000', '143828.341000', '143828.343000', '143828.346000', '143828.349000', '143828.351000', '143828.354000', '143828.356000', '143828.359000', '143828.362000', '143828.364000', '143828.367000', '143848.255000', '143848.258000', '143848.261000', '143848.264000', '143848.266000', '143848.269000', '143848.271000', '143848.274000', '143848.277000', '143848.279000', '143848.282000', '143848.284000', '143848.287000', '143848.290000', '143848.292000', '143848.295000', '143848.297000', '143848.300000', '143848.302000', '143848.305000', '143848.308000', '143848.310000', '143848.313000', '143848.316000', '143848.318000', '143848.321000', '143848.323000', '143848.326000', '143848.329000', '143848.331000', '143848.334000', '143848.336000', '143848.339000', '143848.341000', '143848.344000', '143848.347000', '143848.349000', '143848.352000', '143848.354000', '143848.357000', '143848.360000', '143848.362000', '143848.365000', '143848.367000', '143851.324000', '143851.327000', '143851.329000', '143851.332000', '143851.335000', '143851.337000', '143851.340000'], '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], 'LargestImagePixelValue': [9383, 8903, 9064, 9441, 10441, 9433, 10165, 9245, 7890, 9184, 7836, 9284, 7346, 9031, 7635, 8825, 7271, 9118, 7877, 9308, 9830, 8761, 11526, 11380, 9358, 8883, 7971, 9065, 9259, 14802, 11558, 12565, 8109, 9424, 9149, 16024, 8946, 13804, 9443, 13423, 9566, 10772, 9550, 9334, 15439, 9634, 11744, 9292, 7882, 9215, 7977, 9400, 8128, 9367, 8155, 9026, 10529, 9036, 10437, 9302, 9332, 15092, 9373, 11797, 9179, 12658, 12512, 9878, 15276, 9431, 12309, 9206, 7750, 8777, 7776, 9168, 9206, 8405, 9421, 8609, 8875, 7922, 8296, 8904, 8521, 9174, 10738, 9176, 9843, 9497, 12684, 9296, 13411, 9260, 12717, 10966, 10793, 14017, 9324, 13079, 9441, 7546, 8847, 7870, 8327, 7945, 8154, 9274, 10124, 9009, 8024, 8425, 8524, 8438, 8892, 8923, 9486, 8688, 11012, 8771, 12673, 9155, 11840, 9200, 13940, 8860, 13754, 10464, 12096, 9430, 10487, 9317, 13286, 15315, 12199, 16192, 13072, 14448, 9029, 13064, 9191, 11201, 9041, 13917, 9683, 8554, 9226, 7546, 9257, 7600, 8961, 9011, 13359, 8985, 10051, 7866, 8996, 9255, 12047, 9035, 11821, 9198, 11694, 9090, 9475, 13752, 9438, 11025, 9020, 7821, 8641, 9463, 10827, 9347, 9236, 9451, 7408, 9162, 7621, 8309, 9383, 8995, 9395, 7857, 8973, 8485, 8571, 7696, 8508, 9140, 8120, 8442, 12201, 8162, 9753, 9312, 14146, 8832, 13796, 9060, 13368, 9297, 11543, 9017, 13369, 14544, 11849, 13357, 9401, 14682, 9200, 12175, 8919, 13896, 10376, 13478, 9924, 9419, 16236, 9325, 12205, 9502, 11810, 10098, 9226, 9825, 9633, 8602, 9668, 10556, 9158, 9436, 9332, 8126, 9317, 7495, 8715, 9315, 10694, 8969, 11661, 9221, 9423, 9038, 7851, 8419, 9115, 13186, 8939, 11032, 9032, 7709, 8891, 7324, 8498, 7730, 8465, 7266, 8871, 7685, 8708, 10064, 12662, 9647, 15479, 9403, 12598, 9263, 13769, 15856, 8915, 13770, 9159, 12590, 9163, 8610, 11724, 9135, 14500, 8987, 12797, 9414, 7488, 8946, 8093, 8871, 8375, 8952, 7703, 9077, 9300, 16390, 9212, 12673, 9232, 9260, 9221, 7708, 9285, 9240, 14998, 9036, 11976, 9119, 7777, 8739, 7710, 8622, 7849, 8190, 9359, 11046, 8808, 7657, 8751, 7886, 8881, 7880, 8886, 8349, 9218, 9993, 9444, 9151, 13302, 9128, 13456, 9118, 11695, 9917, 9171, 15524, 8856, 10551, 8483, 9901, 8468, 9360, 11612, 9123, 8962, 8310, 7473, 8091, 9145, 12067, 8549, 10291, 8329, 7169, 8200, 7656, 7772, 8935, 11301, 8596, 12751, 8620, 12346, 8590, 11043, 8489, 9013, 8065, 7171, 7767, 8484, 7791, 7676, 8038, 7829, 7633, 7711, 7904, 8877, 8039, 8564, 8352, 12799, 8018, 13708, 11161, 8794, 8262, 8375, 14488, 13243, 15276, 8344, 13312, 9930, 10960, 15799, 16160, 15114, 13467, 11719, 10130, 13823, 10798, 13859, 9748, 15692, 9710, 16832, 8174, 8636, 9318, 7827, 8914, 8687, 8537, 11000, 7616, 8863, 7393, 8783, 9346, 8544, 9118, 8292, 9267, 8303, 9377, 7405, 9361, 9095, 9452, 8893, 8342, 9516, 8941, 9670, 9742, 9568, 7813, 9112, 8606, 9690, 8697, 8252, 9661, 7770, 9830, 9784, 10380, 9248, 14304, 9464, 12653, 9625, 13144, 9381, 11809, 9215, 13951, 10812, 10733, 13750, 10515, 9563, 7926, 9411, 8385, 8524, 9332, 9074, 16453, 9352, 13782, 9191, 13208, 9245, 11852, 9168, 9828, 8521, 7716, 8848, 7902, 8556, 9149, 13885, 9210, 9852, 8807, 7775, 8359, 7561, 8598, 7313, 8571, 9101, 8547, 9396, 8261, 7901, 8401, 9193, 10362, 9056, 13993, 8659, 12540, 9371, 9340, 10863, 9003, 14804, 9172, 12510, 10147, 7757, 11042, 7806, 7711, 7958, 7947, 7853, 7937, 7834, 8684, 8057, 8986, 11948, 13292, 10776, 15184, 8660, 13529, 9004, 12973, 9180, 13648, 8872, 12577, 8798, 13270, 8845, 11822, 8744, 7937, 8463, 8320, 10685, 9113, 10834, 8876, 12676, 8727, 10428, 8618, 7483, 8765, 7273, 9074, 7380, 8795, 10404, 8740, 11818, 8554, 9036, 14766, 9022, 12257, 8845, 8851, 8236, 8004, 8268, 8798, 10746, 8787, 10919, 8698, 7238, 8100, 6868, 7969, 6705, 7997, 6875, 7700, 7238, 7888, 8374, 8946, 8306, 10562, 8842, 13371, 10810, 10425, 15033, 8635, 11906, 9548, 10884, 14982, 8368, 13311, 8360, 11475, 8618, 8169, 8393, 9771, 10270, 9655, 8740, 7360, 8663, 12920, 12703, 12794, 15131, 10762, 14821, 8742, 12148, 8797, 10575, 13227, 8759, 13645, 8936, 11015, 9128, 7293, 8696, 7601, 8556, 7776, 8599, 7593, 8512, 8200, 8858, 8418, 9357, 8900, 13359, 8672, 11622, 8699, 8548, 13194, 9080, 10958, 8824, 9430, 8613, 8012, 8911, 7419, 8669, 7893, 8611, 8701, 13021, 8858, 12532, 9072, 10238, 12057, 9090, 13441, 8882, 7763, 10563, 8795, 13504, 8500, 9145, 8541, 7876, 8527, 8828, 8719, 8763, 9830, 8337, 9020, 8637, 7872, 8419, 7227, 8421, 7851, 7996, 8617, 13106, 8327, 12509, 8317, 8301, 8143, 7629, 10479, 8480, 12811, 7614, 9151, 7337, 8290, 8523, 8163, 9028, 10656, 10753, 8416, 8977, 11134, 8463, 14533, 10699, 14067, 8938, 15933, 8674, 13776, 10042, 14235, 9103, 9203, 8868, 9543, 8790, 10244, 11552, 9308, 10871, 8538, 15715, 12307, 11721, 11115, 12290, 9148, 8264, 9256, 10380, 8947, 8013, 12173, 7927, 10397, 8117, 9311, 8219, 9417, 9129, 9442, 9456, 9012, 9465, 8170, 9251, 8014, 9387, 7709, 9241, 9499, 13379, 10145, 9009, 9601, 13735, 9512, 12056, 9085, 12797, 9339, 12743, 9419, 9078, 9493, 8892, 9125, 8814, 9510, 8167, 9321, 9079, 9297, 13268, 9678, 9203, 9467, 13438, 9110, 12811, 9241, 12309, 9320, 7660, 9236, 7825, 8984, 7759, 9350, 10942, 9087, 13519, 8011, 8927, 9951, 11542, 9311, 12476, 9558, 10463, 7692, 9779, 8302, 9614, 12634, 9405, 10666, 12018, 8666, 9792, 7588, 9778, 9305, 11754, 9554, 14466, 8965, 12200, 9650, 12962, 9695, 11754, 9549, 11500, 9823, 9872, 9730, 8140, 9599, 8859, 9126, 9215, 13519, 7852, 9009, 7591, 8882, 9507, 13160, 9222, 12134, 9502, 8200, 9491, 10984, 9222, 11553, 8940, 7969, 9054, 7830, 10969, 12394, 9583, 10918, 9891, 8757, 9634, 14207, 9363, 13815, 10219, 10957, 9812, 9257, 9779, 10034, 9570, 9776, 9608, 10495, 7670, 9629, 9713, 14795, 9734, 12981, 9925, 13988, 9749, 11309, 9722, 9152, 9714, 10238, 7627, 9387, 7516, 9355, 9590, 13780, 9431, 11118, 9442, 7711, 9185, 9949, 9258, 9592, 9569, 8153, 9470, 11964, 9068, 11615, 9683, 9059, 9486, 14140, 10931, 11524, 12604, 9048], 'WindowCenter': [3855.0, 3828.0, 3826.0, 3823.0, 3820.0, 3810.0, 3819.0, 3821.0, 3801.0, 3822.0, 3789.0, 3821.0, 3788.0, 3811.0, 3801.0, 3823.0, 3793.0, 3824.0, 3813.0, 3825.0, 3834.0, 3814.0, 3845.0, 3845.0, 3814.0, 3810.0, 3800.0, 3809.0, 3812.0, 3854.0, 3832.0, 3841.0, 3789.0, 3809.0, 3809.0, 3850.0, 3809.0, 3841.0, 3808.0, 3838.0, 3807.0, 3817.0, 3796.0, 3797.0, 3847.0, 3806.0, 3827.0, 3809.0, 3786.0, 3808.0, 3786.0, 3808.0, 3786.0, 3821.0, 3799.0, 3811.0, 3832.0, 3812.0, 3832.0, 3810.0, 3810.0, 3852.0, 3809.0, 3830.0, 3809.0, 3843.0, 3840.0, 3820.0, 3849.0, 3808.0, 3827.0, 3796.0, 3775.0, 3797.0, 3789.0, 3810.0, 3821.0, 3799.0, 3811.0, 3810.0, 3811.0, 3800.0, 3800.0, 3812.0, 3811.0, 3824.0, 3844.0, 3836.0, 3835.0, 3836.0, 3856.0, 3825.0, 3855.0, 3812.0, 3856.0, 3835.0, 3833.0, 3853.0, 3809.0, 3840.0, 3808.0, 3787.0, 3811.0, 3801.0, 3799.0, 3800.0, 3800.0, 3823.0, 3820.0, 3823.0, 3800.0, 3813.0, 3824.0, 3814.0, 3824.0, 3836.0, 3836.0, 3826.0, 3847.0, 3827.0, 3869.0, 3837.0, 3856.0, 3836.0, 3866.0, 3813.0, 3855.0, 3823.0, 3844.0, 3811.0, 3819.0, 3809.0, 3839.0, 3850.0, 3829.0, 3849.0, 3828.0, 3836.0, 3794.0, 3824.0, 3793.0, 3803.0, 3795.0, 3836.0, 3793.0, 3784.0, 3792.0, 3771.0, 3793.0, 3772.0, 3793.0, 3794.0, 3835.0, 3795.0, 3805.0, 3785.0, 3795.0, 3807.0, 3827.0, 3810.0, 3831.0, 3809.0, 3829.0, 3796.0, 3807.0, 3838.0, 3808.0, 3817.0, 3797.0, 3787.0, 3799.0, 3809.0, 3819.0, 3808.0, 3807.0, 3809.0, 3777.0, 3808.0, 3788.0, 3800.0, 3823.0, 3822.0, 3824.0, 3802.0, 3823.0, 3812.0, 3825.0, 3802.0, 3824.0, 3835.0, 3816.0, 3827.0, 3858.0, 3826.0, 3836.0, 3838.0, 3868.0, 3826.0, 3867.0, 3826.0, 3856.0, 3824.0, 3843.0, 3811.0, 3854.0, 3853.0, 3843.0, 3840.0, 3810.0, 3850.0, 3808.0, 3830.0, 3808.0, 3852.0, 3818.0, 3838.0, 3806.0, 3795.0, 3848.0, 3794.0, 3828.0, 3806.0, 3827.0, 3805.0, 3806.0, 3805.0, 3804.0, 3783.0, 3806.0, 3815.0, 3809.0, 3809.0, 3808.0, 3788.0, 3808.0, 3776.0, 3797.0, 3809.0, 3832.0, 3811.0, 3842.0, 3821.0, 3809.0, 3809.0, 3799.0, 3799.0, 3823.0, 3866.0, 3823.0, 3843.0, 3822.0, 3799.0, 3822.0, 3791.0, 3824.0, 3801.0, 3814.0, 3803.0, 3835.0, 3803.0, 3824.0, 3836.0, 3855.0, 3835.0, 3866.0, 3822.0, 3843.0, 3810.0, 3853.0, 3861.0, 3810.0, 3840.0, 3808.0, 3839.0, 3807.0, 3795.0, 3826.0, 3808.0, 3849.0, 3797.0, 3839.0, 3805.0, 3773.0, 3795.0, 3785.0, 3807.0, 3797.0, 3808.0, 3786.0, 3807.0, 3808.0, 3861.0, 3807.0, 3839.0, 3795.0, 3795.0, 3796.0, 3773.0, 3795.0, 3805.0, 3847.0, 3795.0, 3841.0, 3808.0, 3785.0, 3796.0, 3784.0, 3795.0, 3797.0, 3796.0, 3819.0, 3829.0, 3821.0, 3799.0, 3822.0, 3811.0, 3823.0, 3811.0, 3824.0, 3814.0, 3823.0, 3835.0, 3837.0, 3836.0, 3866.0, 3824.0, 3854.0, 3812.0, 3843.0, 3820.0, 3822.0, 3862.0, 3822.0, 3844.0, 3814.0, 3833.0, 3811.0, 3822.0, 3841.0, 3821.0, 3822.0, 3813.0, 3802.0, 3801.0, 3825.0, 3856.0, 3825.0, 3835.0, 3814.0, 3792.0, 3826.0, 3815.0, 3815.0, 3836.0, 3858.0, 3825.0, 3867.0, 3827.0, 3868.0, 3827.0, 3859.0, 3826.0, 3838.0, 3841.0, 3805.0, 3816.0, 3825.0, 3816.0, 3816.0, 3828.0, 3815.0, 3816.0, 3816.0, 3828.0, 3838.0, 3828.0, 3828.0, 3855.0, 3884.0, 3830.0, 3881.0, 3859.0, 3826.0, 3813.0, 3839.0, 3881.0, 3879.0, 3890.0, 3827.0, 3865.0, 3822.0, 3845.0, 3882.0, 3892.0, 3869.0, 3844.0, 3829.0, 3805.0, 3824.0, 3790.0, 3810.0, 3778.0, 3820.0, 3766.0, 3818.0, 3754.0, 3754.0, 3763.0, 3743.0, 3752.0, 3751.0, 3752.0, 3772.0, 3731.0, 3751.0, 3731.0, 3752.0, 3762.0, 3755.0, 3763.0, 3754.0, 3764.0, 3754.0, 3764.0, 3744.0, 3777.0, 3767.0, 3792.0, 3780.0, 3771.0, 3805.0, 3794.0, 3806.0, 3794.0, 3806.0, 3773.0, 3797.0, 3798.0, 3810.0, 3798.0, 3799.0, 3823.0, 3789.0, 3823.0, 3821.0, 3821.0, 3822.0, 3853.0, 3821.0, 3841.0, 3821.0, 3841.0, 3810.0, 3831.0, 3809.0, 3851.0, 3818.0, 3821.0, 3840.0, 3807.0, 3807.0, 3787.0, 3822.0, 3813.0, 3811.0, 3810.0, 3811.0, 3864.0, 3811.0, 3841.0, 3810.0, 3840.0, 3809.0, 3829.0, 3808.0, 3819.0, 3800.0, 3789.0, 3809.0, 3799.0, 3799.0, 3810.0, 3850.0, 3810.0, 3818.0, 3809.0, 3788.0, 3800.0, 3801.0, 3812.0, 3790.0, 3823.0, 3822.0, 3824.0, 3835.0, 3825.0, 3815.0, 3826.0, 3837.0, 3835.0, 3825.0, 3866.0, 3825.0, 3857.0, 3824.0, 3824.0, 3833.0, 3823.0, 3865.0, 3822.0, 3844.0, 3822.0, 3805.0, 3844.0, 3802.0, 3790.0, 3800.0, 3801.0, 3812.0, 3813.0, 3814.0, 3826.0, 3814.0, 3825.0, 3857.0, 3855.0, 3834.0, 3864.0, 3812.0, 3852.0, 3810.0, 3841.0, 3810.0, 3840.0, 3809.0, 3841.0, 3799.0, 3839.0, 3797.0, 3828.0, 3796.0, 3787.0, 3799.0, 3798.0, 3817.0, 3807.0, 3818.0, 3808.0, 3838.0, 3799.0, 3830.0, 3798.0, 3776.0, 3798.0, 3776.0, 3809.0, 3787.0, 3811.0, 3832.0, 3811.0, 3842.0, 3810.0, 3810.0, 3850.0, 3810.0, 3829.0, 3810.0, 3823.0, 3800.0, 3799.0, 3799.0, 3809.0, 3828.0, 3810.0, 3829.0, 3811.0, 3788.0, 3813.0, 3780.0, 3812.0, 3780.0, 3814.0, 3791.0, 3816.0, 3803.0, 3827.0, 3828.0, 3838.0, 3828.0, 3848.0, 3827.0, 3871.0, 3845.0, 3847.0, 3866.0, 3812.0, 3844.0, 3821.0, 3832.0, 3865.0, 3815.0, 3854.0, 3811.0, 3841.0, 3809.0, 3798.0, 3798.0, 3820.0, 3831.0, 3823.0, 3810.0, 3788.0, 3808.0, 3840.0, 3841.0, 3842.0, 3850.0, 3817.0, 3848.0, 3795.0, 3827.0, 3784.0, 3806.0, 3824.0, 3795.0, 3838.0, 3795.0, 3816.0, 3794.0, 3773.0, 3794.0, 3772.0, 3782.0, 3784.0, 3796.0, 3786.0, 3807.0, 3807.0, 3820.0, 3809.0, 3809.0, 3808.0, 3840.0, 3798.0, 3829.0, 3796.0, 3796.0, 3837.0, 3796.0, 3815.0, 3795.0, 3795.0, 3795.0, 3785.0, 3806.0, 3787.0, 3807.0, 3797.0, 3807.0, 3809.0, 3839.0, 3810.0, 3840.0, 3808.0, 3818.0, 3827.0, 3796.0, 3837.0, 3797.0, 3787.0, 3828.0, 3796.0, 3851.0, 3811.0, 3819.0, 3797.0, 3786.0, 3796.0, 3809.0, 3798.0, 3821.0, 3831.0, 3811.0, 3822.0, 3824.0, 3802.0, 3813.0, 3801.0, 3812.0, 3813.0, 3815.0, 3838.0, 3867.0, 3827.0, 3856.0, 3814.0, 3814.0, 3814.0, 3803.0, 3834.0, 3824.0, 3854.0, 3803.0, 3835.0, 3804.0, 3826.0, 3825.0, 3825.0, 3825.0, 3845.0, 3847.0, 3813.0, 3824.0, 3843.0, 3813.0, 3863.0, 3834.0, 3852.0, 3811.0, 3863.0, 3799.0, 3853.0, 3819.0, 3851.0, 3797.0, 3808.0, 3807.0, 3806.0, 3811.0, 3832.0, 3842.0, 3822.0, 3830.0, 3811.0, 3862.0, 3828.0, 3816.0, 3814.0, 3825.0, 3793.0, 3782.0, 3793.0, 3803.0, 3782.0, 3774.0, 3815.0, 3773.0, 3793.0, 3774.0, 3793.0, 3782.0, 3795.0, 3794.0, 3805.0, 3806.0, 3797.0, 3797.0, 3786.0, 3808.0, 3789.0, 3809.0, 3786.0, 3807.0, 3809.0, 3840.0, 3819.0, 3808.0, 3820.0, 3850.0, 3809.0, 3828.0, 3809.0, 3840.0, 3809.0, 3839.0, 3809.0, 3797.0, 3819.0, 3797.0, 3809.0, 3798.0, 3809.0, 3798.0, 3808.0, 3808.0, 3808.0, 3851.0, 3819.0, 3809.0, 3820.0, 3850.0, 3809.0, 3842.0, 3810.0, 3841.0, 3810.0, 3787.0, 3810.0, 3787.0, 3808.0, 3786.0, 3808.0, 3829.0, 3809.0, 3852.0, 3799.0, 3822.0, 3834.0, 3843.0, 3821.0, 3840.0, 3821.0, 3831.0, 3788.0, 3821.0, 3799.0, 3822.0, 3841.0, 3809.0, 3819.0, 3840.0, 3798.0, 3818.0, 3788.0, 3817.0, 3808.0, 3828.0, 3808.0, 3849.0, 3808.0, 3827.0, 3818.0, 3838.0, 3807.0, 3827.0, 3818.0, 3828.0, 3818.0, 3818.0, 3820.0, 3786.0, 3807.0, 3808.0, 3807.0, 3808.0, 3849.0, 3797.0, 3809.0, 3798.0, 3808.0, 3820.0, 3852.0, 3821.0, 3852.0, 3822.0, 3811.0, 3833.0, 3843.0, 3822.0, 3844.0, 3812.0, 3801.0, 3812.0, 3800.0, 3831.0, 3842.0, 3822.0, 3832.0, 3832.0, 3811.0, 3822.0, 3863.0, 3810.0, 3852.0, 3832.0, 3831.0, 3820.0, 3821.0, 3832.0, 3821.0, 3821.0, 3832.0, 3820.0, 3819.0, 3789.0, 3822.0, 3822.0, 3852.0, 3819.0, 3839.0, 3819.0, 3850.0, 3808.0, 3817.0, 3806.0, 3794.0, 3806.0, 3817.0, 3787.0, 3810.0, 3789.0, 3809.0, 3820.0, 3850.0, 3809.0, 3828.0, 3820.0, 3787.0, 3809.0, 3820.0, 3821.0, 3821.0, 3822.0, 3799.0, 3821.0, 3842.0, 3809.0, 3842.0, 3821.0, 3811.0, 3821.0, 3864.0, 3830.0, 3829.0, 3840.0, 3810.0], 'WindowWidth': [8651.0, 8600.0, 8592.0, 8582.0, 8573.0, 8560.0, 8570.0, 8576.0, 8550.0, 8579.0, 8531.0, 8575.0, 8529.0, 8562.0, 8549.0, 8581.0, 8543.0, 8586.0, 8568.0, 8588.0, 8599.0, 8572.0, 8612.0, 8612.0, 8569.0, 8560.0, 8547.0, 8557.0, 8563.0, 8622.0, 8592.0, 8599.0, 8528.0, 8555.0, 8557.0, 8613.0, 8556.0, 8603.0, 8554.0, 8591.0, 8549.0, 8562.0, 8533.0, 8535.0, 8602.0, 8547.0, 8576.0, 8559.0, 8522.0, 8553.0, 8522.0, 8555.0, 8522.0, 8575.0, 8543.0, 8563.0, 8591.0, 8566.0, 8591.0, 8560.0, 8560.0, 8617.0, 8555.0, 8586.0, 8557.0, 8606.0, 8598.0, 8572.0, 8608.0, 8550.0, 8575.0, 8533.0, 8505.0, 8537.0, 8531.0, 8559.0, 8575.0, 8543.0, 8562.0, 8559.0, 8562.0, 8546.0, 8547.0, 8566.0, 8564.0, 8585.0, 8611.0, 8604.0, 8601.0, 8604.0, 8629.0, 8585.0, 8628.0, 8565.0, 8630.0, 8599.0, 8594.0, 8617.0, 8556.0, 8597.0, 8553.0, 8523.0, 8562.0, 8549.0, 8545.0, 8547.0, 8545.0, 8579.0, 8573.0, 8580.0, 8548.0, 8572.0, 8585.0, 8575.0, 8587.0, 8605.0, 8604.0, 8592.0, 8622.0, 8596.0, 8655.0, 8609.0, 8632.0, 8604.0, 8645.0, 8569.0, 8631.0, 8580.0, 8610.0, 8560.0, 8570.0, 8555.0, 8596.0, 8613.0, 8583.0, 8613.0, 8580.0, 8587.0, 8527.0, 8568.0, 8523.0, 8539.0, 8531.0, 8586.0, 8524.0, 8514.0, 8523.0, 8493.0, 8525.0, 8497.0, 8525.0, 8531.0, 8585.0, 8531.0, 8545.0, 8519.0, 8534.0, 8552.0, 8580.0, 8562.0, 8588.0, 8557.0, 8584.0, 8536.0, 8550.0, 8591.0, 8551.0, 8563.0, 8537.0, 8525.0, 8542.0, 8557.0, 8567.0, 8553.0, 8550.0, 8557.0, 8512.0, 8555.0, 8528.0, 8547.0, 8582.0, 8579.0, 8583.0, 8552.0, 8582.0, 8567.0, 8588.0, 8556.0, 8589.0, 8604.0, 8579.0, 8594.0, 8637.0, 8593.0, 8605.0, 8610.0, 8652.0, 8592.0, 8651.0, 8592.0, 8630.0, 8585.0, 8611.0, 8565.0, 8624.0, 8623.0, 8608.0, 8600.0, 8559.0, 8612.0, 8552.0, 8587.0, 8555.0, 8621.0, 8566.0, 8592.0, 8546.0, 8532.0, 8605.0, 8528.0, 8579.0, 8549.0, 8579.0, 8544.0, 8547.0, 8543.0, 8543.0, 8514.0, 8547.0, 8560.0, 8558.0, 8557.0, 8556.0, 8527.0, 8553.0, 8509.0, 8539.0, 8557.0, 8594.0, 8564.0, 8606.0, 8577.0, 8557.0, 8558.0, 8544.0, 8545.0, 8583.0, 8644.0, 8583.0, 8610.0, 8579.0, 8546.0, 8580.0, 8538.0, 8588.0, 8553.0, 8574.0, 8558.0, 8604.0, 8559.0, 8587.0, 8606.0, 8629.0, 8603.0, 8644.0, 8579.0, 8610.0, 8560.0, 8621.0, 8632.0, 8562.0, 8605.0, 8556.0, 8596.0, 8550.0, 8534.0, 8574.0, 8556.0, 8613.0, 8538.0, 8595.0, 8546.0, 8500.0, 8533.0, 8521.0, 8552.0, 8540.0, 8554.0, 8524.0, 8552.0, 8554.0, 8632.0, 8553.0, 8598.0, 8534.0, 8532.0, 8533.0, 8502.0, 8530.0, 8546.0, 8603.0, 8535.0, 8602.0, 8557.0, 8522.0, 8536.0, 8519.0, 8535.0, 8539.0, 8538.0, 8572.0, 8586.0, 8577.0, 8547.0, 8581.0, 8567.0, 8584.0, 8567.0, 8588.0, 8572.0, 8585.0, 8602.0, 8608.0, 8606.0, 8643.0, 8588.0, 8626.0, 8567.0, 8611.0, 8574.0, 8580.0, 8634.0, 8580.0, 8613.0, 8573.0, 8597.0, 8565.0, 8579.0, 8603.0, 8578.0, 8582.0, 8574.0, 8556.0, 8553.0, 8588.0, 8629.0, 8592.0, 8601.0, 8573.0, 8543.0, 8592.0, 8576.0, 8576.0, 8607.0, 8635.0, 8592.0, 8649.0, 8596.0, 8652.0, 8595.0, 8639.0, 8594.0, 8613.0, 8623.0, 8565.0, 8580.0, 8591.0, 8582.0, 8582.0, 8599.0, 8580.0, 8582.0, 8582.0, 8603.0, 8613.0, 8601.0, 8599.0, 8649.0, 8686.0, 8604.0, 8673.0, 8640.0, 8595.0, 8574.0, 8619.0, 8685.0, 8671.0, 8689.0, 8598.0, 8642.0, 8582.0, 8613.0, 8689.0, 8697.0, 8663.0, 8613.0, 8584.0, 8543.0, 8567.0, 8515.0, 8541.0, 8495.0, 8553.0, 8475.0, 8547.0, 8457.0, 8456.0, 8467.0, 8440.0, 8449.0, 8449.0, 8451.0, 8476.0, 8421.0, 8449.0, 8422.0, 8451.0, 8464.0, 8458.0, 8466.0, 8458.0, 8469.0, 8458.0, 8472.0, 8444.0, 8493.0, 8479.0, 8520.0, 8503.0, 8493.0, 8545.0, 8529.0, 8548.0, 8529.0, 8546.0, 8500.0, 8537.0, 8537.0, 8556.0, 8539.0, 8544.0, 8579.0, 8533.0, 8580.0, 8577.0, 8574.0, 8579.0, 8621.0, 8576.0, 8602.0, 8575.0, 8604.0, 8558.0, 8586.0, 8555.0, 8614.0, 8566.0, 8573.0, 8595.0, 8548.0, 8547.0, 8523.0, 8579.0, 8568.0, 8564.0, 8559.0, 8563.0, 8641.0, 8562.0, 8601.0, 8558.0, 8599.0, 8557.0, 8583.0, 8553.0, 8569.0, 8546.0, 8530.0, 8555.0, 8543.0, 8543.0, 8560.0, 8611.0, 8558.0, 8567.0, 8557.0, 8529.0, 8548.0, 8549.0, 8566.0, 8535.0, 8586.0, 8582.0, 8588.0, 8602.0, 8591.0, 8577.0, 8594.0, 8608.0, 8603.0, 8589.0, 8646.0, 8589.0, 8636.0, 8585.0, 8585.0, 8594.0, 8582.0, 8643.0, 8580.0, 8611.0, 8578.0, 8562.0, 8613.0, 8553.0, 8534.0, 8548.0, 8551.0, 8567.0, 8572.0, 8574.0, 8592.0, 8574.0, 8591.0, 8637.0, 8628.0, 8598.0, 8643.0, 8566.0, 8620.0, 8560.0, 8604.0, 8561.0, 8602.0, 8557.0, 8602.0, 8543.0, 8596.0, 8538.0, 8580.0, 8536.0, 8525.0, 8543.0, 8541.0, 8566.0, 8552.0, 8566.0, 8553.0, 8595.0, 8543.0, 8588.0, 8541.0, 8511.0, 8541.0, 8510.0, 8559.0, 8528.0, 8566.0, 8595.0, 8564.0, 8608.0, 8561.0, 8560.0, 8614.0, 8559.0, 8583.0, 8560.0, 8582.0, 8548.0, 8545.0, 8543.0, 8557.0, 8581.0, 8559.0, 8583.0, 8562.0, 8530.0, 8570.0, 8525.0, 8569.0, 8523.0, 8574.0, 8541.0, 8580.0, 8561.0, 8599.0, 8603.0, 8613.0, 8601.0, 8625.0, 8595.0, 8661.0, 8615.0, 8622.0, 8646.0, 8567.0, 8612.0, 8578.0, 8594.0, 8642.0, 8576.0, 8627.0, 8565.0, 8602.0, 8558.0, 8542.0, 8544.0, 8575.0, 8591.0, 8583.0, 8562.0, 8530.0, 8557.0, 8601.0, 8604.0, 8606.0, 8616.0, 8566.0, 8608.0, 8533.0, 8578.0, 8516.0, 8546.0, 8570.0, 8533.0, 8595.0, 8532.0, 8561.0, 8531.0, 8501.0, 8530.0, 8500.0, 8513.0, 8518.0, 8535.0, 8523.0, 8554.0, 8555.0, 8577.0, 8562.0, 8559.0, 8556.0, 8602.0, 8542.0, 8584.0, 8537.0, 8536.0, 8590.0, 8534.0, 8558.0, 8533.0, 8533.0, 8533.0, 8521.0, 8551.0, 8526.0, 8555.0, 8540.0, 8553.0, 8559.0, 8600.0, 8562.0, 8602.0, 8555.0, 8570.0, 8579.0, 8536.0, 8593.0, 8538.0, 8527.0, 8583.0, 8537.0, 8616.0, 8567.0, 8573.0, 8539.0, 8522.0, 8537.0, 8558.0, 8541.0, 8580.0, 8593.0, 8566.0, 8580.0, 8585.0, 8553.0, 8569.0, 8550.0, 8570.0, 8571.0, 8578.0, 8613.0, 8649.0, 8594.0, 8632.0, 8573.0, 8572.0, 8572.0, 8557.0, 8599.0, 8588.0, 8627.0, 8558.0, 8602.0, 8560.0, 8595.0, 8593.0, 8592.0, 8591.0, 8616.0, 8623.0, 8573.0, 8586.0, 8611.0, 8571.0, 8637.0, 8601.0, 8621.0, 8564.0, 8638.0, 8544.0, 8626.0, 8572.0, 8621.0, 8538.0, 8553.0, 8555.0, 8550.0, 8563.0, 8594.0, 8605.0, 8580.0, 8590.0, 8565.0, 8639.0, 8582.0, 8562.0, 8554.0, 8571.0, 8525.0, 8510.0, 8527.0, 8539.0, 8511.0, 8499.0, 8553.0, 8494.0, 8520.0, 8497.0, 8524.0, 8510.0, 8531.0, 8529.0, 8546.0, 8545.0, 8536.0, 8534.0, 8522.0, 8553.0, 8530.0, 8557.0, 8524.0, 8551.0, 8556.0, 8599.0, 8570.0, 8554.0, 8572.0, 8612.0, 8557.0, 8579.0, 8557.0, 8598.0, 8558.0, 8596.0, 8558.0, 8539.0, 8569.0, 8538.0, 8556.0, 8538.0, 8557.0, 8538.0, 8554.0, 8553.0, 8556.0, 8616.0, 8571.0, 8557.0, 8574.0, 8614.0, 8558.0, 8605.0, 8560.0, 8601.0, 8559.0, 8525.0, 8559.0, 8524.0, 8555.0, 8524.0, 8554.0, 8584.0, 8559.0, 8621.0, 8546.0, 8581.0, 8600.0, 8608.0, 8576.0, 8599.0, 8575.0, 8589.0, 8529.0, 8578.0, 8546.0, 8579.0, 8603.0, 8557.0, 8571.0, 8599.0, 8542.0, 8567.0, 8527.0, 8566.0, 8554.0, 8580.0, 8554.0, 8610.0, 8554.0, 8579.0, 8567.0, 8594.0, 8554.0, 8580.0, 8568.0, 8582.0, 8569.0, 8569.0, 8573.0, 8523.0, 8554.0, 8554.0, 8553.0, 8555.0, 8612.0, 8540.0, 8558.0, 8545.0, 8558.0, 8576.0, 8620.0, 8578.0, 8621.0, 8580.0, 8566.0, 8598.0, 8611.0, 8580.0, 8610.0, 8563.0, 8548.0, 8563.0, 8548.0, 8589.0, 8605.0, 8581.0, 8594.0, 8595.0, 8564.0, 8580.0, 8639.0, 8561.0, 8624.0, 8593.0, 8589.0, 8576.0, 8578.0, 8594.0, 8578.0, 8576.0, 8595.0, 8574.0, 8570.0, 8533.0, 8580.0, 8580.0, 8619.0, 8570.0, 8599.0, 8569.0, 8612.0, 8554.0, 8566.0, 8550.0, 8531.0, 8548.0, 8563.0, 8525.0, 8560.0, 8533.0, 8558.0, 8574.0, 8613.0, 8557.0, 8581.0, 8571.0, 8526.0, 8559.0, 8576.0, 8578.0, 8579.0, 8581.0, 8548.0, 8577.0, 8606.0, 8560.0, 8605.0, 8578.0, 8564.0, 8579.0, 8641.0, 8588.0, 8585.0, 8599.0, 8561.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.0013092108108108107</td></tr>
<tr><td colspan=3>aqi</td><td>0.021073880756756758</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.709814930270554</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2675982731385291</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0276487130086571</td></tr>
<tr><td colspan=3>efc</td><td>0.4991</td></tr>
<tr><td colspan=3>fber</td><td>3920.8542</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06454411577529216</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>17</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.837837837837838</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4750912005059917</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.339452489677652</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.781984115490512</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3038369963498115</td></tr>
<tr><td colspan=3>gcor</td><td>0.0287154</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.025946790352463722</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04865862429141998</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>925</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.8048643489397542</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>14.3999</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.4931</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>197.8333</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298847.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>944.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>346.6313</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3369</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>482.8426</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3004.5243</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3187.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77697.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>972.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3948.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>837.6066</td></tr>
<tr><td colspan=3>tsnr</td><td>37.75364218605682</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>