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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0024/ses-01/func/sub-0024_ses-01_task-alignvideo_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>2069b86f10e1a39bda5a6ed8996078d4</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>16:54:23.065000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995545, -0.0161382, 0.0928993, 0.0145966, 0.999745, 0.01725]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'FMRI', 'NONE', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0787021</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>73</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4178, -7768, -7260, 617, -20, -321, 104, 53]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.597</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>784d215e-7f69-419d-93d0-197a19f22812||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.670973777770996, 0.039161503314971924, 0.25151577591896057, 99.27080535888672], [0.04329749941825867, 2.682241916656494, 0.042706169188022614, -96.99212646484375], [0.24924211204051971, -0.046280387789011, 2.687920331954956, -85.75289154052734], [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, 1016]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016], 'AcquisitionTime': ['165423.065000', '165423.525000', '165423.985000', '165424.445000', '165424.905000', '165425.365000', '165425.825000', '165426.285000', '165426.745000', '165427.205000', '165427.665000', '165428.125000', '165428.585000', '165429.045000', '165429.505000', '165429.965000', '165430.425000', '165430.885000', '165431.345000', '165431.805000', '165432.265000', '165432.725000', '165433.185000', '165433.645000', '165434.105000', '165434.565000', '165435.025000', '165435.485000', '165435.945000', '165436.405000', '165436.865000', '165437.325000', '165437.785000', '165438.245000', '165438.705000', '165439.165000', '165439.625000', '165440.085000', '165440.545000', '165441.005000', '165441.465000', '165441.925000', '165442.385000', '165442.845000', '165443.305000', '165443.765000', '165444.225000', '165444.685000', '165445.145000', '165445.605000', '165446.065000', '165446.525000', '165446.985000', '165447.445000', '165447.905000', '165448.365000', '165448.825000', '165449.285000', '165449.745000', '165450.205000', '165450.665000', '165451.125000', '165451.585000', '165452.045000', '165452.505000', '165452.965000', '165453.425000', '165453.885000', '165454.345000', '165454.805000', '165455.265000', '165455.725000', '165456.185000', '165456.645000', '165457.105000', '165457.565000', '165458.025000', '165458.485000', '165458.945000', '165459.405000', '165459.865000', '165500.325000', '165500.785000', '165501.245000', '165501.705000', '165502.165000', '165502.625000', '165503.085000', '165503.545000', '165504.005000', '165504.465000', '165504.925000', '165505.385000', '165505.845000', '165506.305000', '165506.765000', '165507.225000', '165507.685000', '165508.145000', '165508.605000', '165509.065000', '165509.525000', '165509.985000', '165510.445000', '165510.905000', '165511.365000', '165511.825000', '165512.285000', '165512.745000', '165513.205000', '165513.665000', '165514.125000', '165514.585000', '165515.045000', '165515.505000', '165515.965000', '165516.425000', '165516.885000', '165517.345000', '165517.805000', '165518.265000', '165518.725000', '165519.185000', '165519.645000', '165520.105000', '165520.565000', '165521.025000', '165521.485000', '165521.945000', '165522.405000', '165522.865000', '165523.325000', '165523.785000', '165524.245000', '165524.705000', '165525.165000', '165525.625000', '165526.085000', '165526.545000', '165527.005000', '165527.465000', '165527.925000', '165528.385000', '165528.845000', '165529.305000', '165529.765000', '165530.225000', '165530.685000', '165531.145000', '165531.605000', '165532.065000', '165532.525000', '165532.985000', '165533.445000', '165533.905000', '165534.365000', '165534.825000', '165535.285000', '165535.745000', '165536.205000', '165536.665000', '165537.125000', '165537.585000', '165538.045000', '165538.505000', '165538.965000', '165539.425000', '165539.885000', '165540.345000', '165540.805000', '165541.265000', '165541.725000', '165542.185000', '165542.645000', '165543.105000', '165543.565000', '165544.025000', '165544.485000', '165544.945000', '165545.405000', '165545.865000', '165546.325000', '165546.785000', '165547.245000', '165547.705000', '165548.165000', '165548.625000', '165549.085000', '165549.545000', '165550.005000', '165550.465000', '165550.925000', '165551.385000', '165551.845000', '165552.305000', '165552.765000', '165553.225000', '165553.685000', '165554.145000', '165554.605000', '165555.065000', '165555.525000', '165555.985000', '165556.445000', '165556.905000', '165557.365000', '165557.825000', '165558.285000', '165558.745000', '165559.205000', '165559.665000', '165600.125000', '165600.585000', '165601.045000', '165601.505000', '165601.965000', '165602.425000', '165602.885000', '165603.345000', '165603.805000', '165604.265000', '165604.725000', '165605.185000', '165605.645000', '165606.105000', '165606.565000', '165607.025000', '165607.485000', '165607.945000', '165608.405000', '165608.865000', '165609.325000', '165609.785000', '165610.245000', '165610.705000', '165611.165000', '165611.625000', '165612.085000', '165612.545000', '165613.005000', '165613.465000', '165613.925000', '165614.385000', '165614.845000', '165615.305000', '165615.765000', '165616.225000', '165616.685000', '165617.145000', '165617.605000', '165618.065000', '165618.525000', '165618.985000', '165619.445000', '165619.905000', '165620.365000', '165620.825000', '165621.285000', '165621.745000', '165622.205000', '165622.665000', '165623.125000', '165623.585000', '165624.045000', '165624.505000', '165624.965000', '165625.425000', '165625.885000', '165626.345000', '165626.805000', '165627.265000', '165627.725000', '165628.185000', '165628.645000', '165629.105000', '165629.565000', '165630.025000', '165630.485000', '165630.945000', '165631.405000', '165631.865000', '165632.325000', '165632.785000', '165633.245000', '165633.705000', '165634.165000', '165634.625000', '165635.085000', '165635.545000', '165636.005000', '165636.465000', '165636.925000', '165637.385000', '165637.845000', '165638.305000', '165638.765000', '165639.225000', '165639.685000', '165640.145000', '165640.605000', '165641.065000', '165641.525000', '165641.985000', '165642.445000', '165642.905000', '165643.365000', '165643.825000', '165644.285000', '165644.745000', '165645.205000', '165645.665000', '165646.125000', '165646.585000', '165647.045000', '165647.505000', '165647.965000', '165648.425000', '165648.885000', '165649.345000', '165649.805000', '165650.265000', '165650.725000', '165651.185000', '165651.645000', '165652.105000', '165652.565000', '165653.025000', '165653.485000', '165653.945000', '165654.405000', '165654.865000', '165655.325000', '165655.785000', '165656.245000', '165656.705000', '165657.165000', '165657.625000', '165658.085000', '165658.545000', '165659.005000', '165659.465000', '165659.925000', '165700.385000', '165700.845000', '165701.305000', '165701.765000', '165702.225000', '165702.685000', '165703.145000', '165703.605000', '165704.065000', '165704.525000', '165704.985000', '165705.445000', '165705.905000', '165706.365000', '165706.825000', '165707.285000', '165707.745000', '165708.205000', '165708.665000', '165709.125000', '165709.585000', '165710.045000', '165710.505000', '165710.965000', '165711.425000', '165711.885000', '165712.345000', '165712.805000', '165713.265000', '165713.725000', '165714.185000', '165714.645000', '165715.105000', '165715.565000', '165716.025000', '165716.485000', '165716.945000', '165717.405000', '165717.865000', '165718.325000', '165718.785000', '165719.245000', '165719.705000', '165720.165000', '165720.625000', '165721.085000', '165721.545000', '165722.005000', '165722.465000', '165722.925000', '165723.385000', '165723.845000', '165724.305000', '165724.765000', '165725.225000', '165725.685000', '165726.145000', '165726.605000', '165727.065000', '165727.525000', '165727.985000', '165728.445000', '165728.905000', '165729.365000', '165729.825000', '165730.285000', '165730.745000', '165731.205000', '165731.665000', '165732.125000', '165732.585000', '165733.045000', '165733.505000', '165733.965000', '165734.425000', '165734.885000', '165735.345000', '165735.805000', '165736.265000', '165736.725000', '165737.185000', '165737.645000', '165738.105000', '165738.565000', '165739.025000', '165739.485000', '165739.945000', '165740.405000', '165740.865000', '165741.325000', '165741.785000', '165742.245000', '165742.705000', '165743.165000', '165743.625000', '165744.085000', '165744.545000', '165745.005000', '165745.465000', '165745.925000', '165746.385000', '165746.845000', '165747.305000', '165747.765000', '165748.225000', '165748.685000', '165749.145000', '165749.605000', '165750.065000', '165750.525000', '165750.985000', '165751.445000', '165751.905000', '165752.365000', '165752.825000', '165753.285000', '165753.745000', '165754.205000', '165754.665000', '165755.125000', '165755.585000', '165756.045000', '165756.505000', '165756.965000', '165757.425000', '165757.885000', '165758.345000', '165758.805000', '165759.265000', '165759.725000', '165800.185000', '165800.645000', '165801.105000', '165801.565000', '165802.025000', '165802.485000', '165802.945000', '165803.405000', '165803.865000', '165804.325000', '165804.785000', '165805.245000', '165805.705000', '165806.165000', '165806.625000', '165807.085000', '165807.545000', '165808.005000', '165808.465000', '165808.925000', '165809.385000', '165809.845000', '165810.305000', '165810.765000', '165811.225000', '165811.685000', '165812.145000', '165812.605000', '165813.065000', '165813.525000', '165813.985000', '165814.445000', '165814.905000', '165815.365000', '165815.825000', '165816.285000', '165816.745000', '165817.205000', '165817.665000', '165818.125000', '165818.585000', '165819.045000', '165819.505000', '165819.965000', '165820.425000', '165820.885000', '165821.345000', '165821.805000', '165822.265000', '165822.725000', '165823.185000', '165823.645000', '165824.105000', '165824.565000', '165825.025000', '165825.485000', '165825.945000', '165826.405000', '165826.865000', '165827.325000', '165827.785000', '165828.245000', '165828.705000', '165829.165000', '165829.625000', '165830.085000', '165830.545000', '165831.005000', '165831.465000', '165831.925000', '165832.385000', '165832.845000', '165833.305000', '165833.765000', '165834.225000', '165834.685000', '165835.145000', '165835.605000', '165836.065000', '165836.525000', '165836.985000', '165837.445000', '165837.905000', '165838.365000', '165838.825000', '165839.285000', '165839.745000', '165840.205000', '165840.665000', '165841.125000', '165841.585000', '165842.045000', '165842.505000', '165842.965000', '165843.425000', '165843.885000', '165844.345000', '165844.805000', '165845.265000', '165845.725000', '165846.185000', '165846.645000', '165847.105000', '165847.565000', '165848.025000', '165848.485000', '165848.945000', '165849.405000', '165849.865000', '165850.325000', '165850.785000', '165851.245000', '165851.705000', '165852.165000', '165852.625000', '165853.085000', '165853.545000', '165854.005000', '165854.465000', '165854.925000', '165855.385000', '165855.845000', '165856.305000', '165856.765000', '165857.225000', '165857.685000', '165858.145000', '165858.605000', '165859.065000', '165859.525000', '165859.985000', '165900.445000', '165900.905000', '165901.365000', '165901.825000', '165902.285000', '165902.745000', '165903.205000', '165903.665000', '165904.125000', '165904.585000', '165905.045000', '165905.505000', '165905.965000', '165906.425000', '165906.885000', '165907.345000', '165907.805000', '165908.265000', '165908.725000', '165909.185000', '165909.645000', '165910.105000', '165910.565000', '165911.025000', '165911.485000', '165911.945000', '165912.405000', '165912.865000', '165913.325000', '165913.785000', '165914.245000', '165914.705000', '165915.165000', '165915.625000', '165916.085000', '165916.545000', '165917.005000', '165917.465000', '165917.925000', '165918.385000', '165918.845000', '165919.305000', '165919.765000', '165920.225000', '165920.685000', '165921.145000', '165921.605000', '165922.065000', '165922.525000', '165922.985000', '165923.445000', '165923.905000', '165924.365000', '165924.825000', '165925.285000', '165925.745000', '165926.205000', '165926.665000', '165927.125000', '165927.585000', '165928.045000', '165928.505000', '165928.965000', '165929.425000', '165929.885000', '165930.345000', '165930.805000', '165931.265000', '165931.725000', '165932.185000', '165932.645000', '165933.105000', '165933.565000', '165934.025000', '165934.485000', '165934.945000', '165935.405000', '165935.865000', '165936.325000', '165936.785000', '165937.245000', '165937.705000', '165938.165000', '165938.625000', '165939.085000', '165939.545000', '165940.005000', '165940.465000', '165940.925000', '165941.385000', '165941.845000', '165942.305000', '165942.765000', '165943.225000', '165943.685000', '165944.145000', '165944.605000', '165945.065000', '165945.525000', '165945.985000', '165946.445000', '165946.905000', '165947.365000', '165947.825000', '165948.285000', '165948.745000', '165949.205000', '165949.665000', '165950.125000', '165950.585000', '165951.045000', '165951.505000', '165951.965000', '165952.425000', '165952.885000', '165953.345000', '165953.805000', '165954.265000', '165954.725000', '165955.185000', '165955.645000', '165956.105000', '165956.565000', '165957.025000', '165957.485000', '165957.945000', '165958.405000', '165958.865000', '165959.325000', '165959.785000', '170000.245000', '170000.705000', '170001.165000', '170001.625000', '170002.085000', '170002.545000', '170003.005000', '170003.465000', '170003.925000', '170004.385000', '170004.845000', '170005.305000', '170005.765000', '170006.225000', '170006.685000', '170007.145000', '170007.605000', '170008.065000', '170008.525000', '170008.985000', '170009.445000', '170009.905000', '170010.365000', '170010.825000', '170011.285000', '170011.745000', '170012.205000', '170012.665000', '170013.125000', '170013.585000', '170014.045000', '170014.505000', '170014.965000', '170015.425000', '170015.885000', '170016.345000', '170016.805000', '170017.265000', '170017.725000', '170018.185000', '170018.645000', '170019.105000', '170019.565000', '170020.025000', '170020.485000', '170020.945000', '170021.405000', '170021.865000', '170022.325000', '170022.785000', '170023.245000', '170023.705000', '170024.165000', '170024.625000', '170025.085000', '170025.545000', '170026.005000', '170026.465000', '170026.925000', '170027.385000', '170027.845000', '170028.305000', '170028.765000', '170029.225000', '170029.685000', '170030.145000', '170030.605000', '170031.065000', '170031.525000', '170031.985000', '170032.445000', '170032.905000', '170033.365000', '170033.825000', '170034.285000', '170034.745000', '170035.205000', '170035.665000', '170036.125000', '170036.585000', '170037.045000', '170037.505000', '170037.965000', '170038.425000', '170038.885000', '170039.345000', '170039.805000', '170040.265000', '170040.725000', '170041.185000', '170041.645000', '170042.105000', '170042.565000', '170043.025000', '170043.485000', '170043.945000', '170044.405000', '170044.865000', '170045.325000', '170045.785000', '170046.245000', '170046.705000', '170047.165000', '170047.625000', '170048.085000', '170048.545000', '170049.005000', '170049.465000', '170049.925000', '170050.385000', '170050.845000', '170051.305000', '170051.765000', '170052.225000', '170052.685000', '170053.145000', '170053.605000', '170054.065000', '170054.525000', '170054.985000', '170055.445000', '170055.905000', '170056.365000', '170056.825000', '170057.285000', '170057.745000', '170058.205000', '170058.665000', '170059.125000', '170059.585000', '170100.045000', '170100.505000', '170100.965000', '170101.425000', '170101.885000', '170102.345000', '170102.805000', '170103.265000', '170103.725000', '170104.185000', '170104.645000', '170105.105000', '170105.565000', '170106.025000', '170106.485000', '170106.945000', '170107.405000', '170107.865000', '170108.325000', '170108.785000', '170109.245000', '170109.705000', '170110.165000', '170110.625000', '170111.085000', '170111.545000', '170112.005000', '170112.465000', '170112.925000', '170113.385000', '170113.845000', '170114.305000', '170114.765000', '170115.225000', '170115.685000', '170116.145000', '170116.605000', '170117.065000', '170117.525000', '170117.985000', '170118.445000', '170118.905000', '170119.365000', '170119.825000', '170120.285000', '170120.745000', '170121.205000', '170121.665000', '170122.125000', '170122.585000', '170123.045000', '170123.505000', '170123.965000', '170124.425000', '170124.885000', '170125.345000', '170125.805000', '170126.265000', '170126.725000', '170127.185000', '170127.645000', '170128.105000', '170128.565000', '170129.025000', '170129.485000', '170129.945000', '170130.405000', '170130.865000', '170131.325000', '170131.785000', '170132.245000', '170132.705000', '170133.165000', '170133.625000', '170134.085000', '170134.545000', '170135.005000', '170135.465000', '170135.925000', '170136.385000', '170136.845000', '170137.305000', '170137.765000', '170138.225000', '170138.685000', '170139.145000', '170139.605000', '170140.065000', '170140.525000', '170140.985000', '170141.445000', '170141.905000', '170142.365000', '170142.825000', '170143.285000', '170143.745000', '170144.205000', '170144.665000', '170145.125000', '170145.585000', '170146.045000', '170146.505000', '170146.965000', '170147.425000', '170147.885000', '170148.345000', '170148.805000', '170149.265000', '170149.725000', '170150.185000', '170150.645000', '170151.105000', '170151.565000', '170152.025000', '170152.485000', '170152.945000', '170153.405000', '170153.865000', '170154.325000', '170154.785000', '170155.245000', '170155.705000', '170156.165000', '170156.625000', '170157.085000', '170157.545000', '170158.005000', '170158.465000', '170158.925000', '170159.385000', '170159.845000', '170200.305000', '170200.765000', '170201.225000', '170201.685000', '170202.145000', '170202.605000', '170203.065000', '170203.525000', '170203.985000', '170204.445000', '170204.905000', '170205.365000', '170205.825000', '170206.285000', '170206.745000', '170207.205000', '170207.665000', '170208.125000', '170208.585000', '170209.045000', '170209.505000', '170209.965000'], 'ContentTime': ['165426.817000', '165427.075000', '165427.259000', '165427.490000', '165427.694000', '165427.896000', '165428.143000', '165428.287000', '165428.578000', '165428.708000', '165428.921000', '165429.108000', '165429.507000', '165429.978000', '165430.471000', '165430.913000', '165431.378000', '165431.836000', '165432.301000', '165432.760000', '165433.224000', '165433.691000', '165434.147000', '165434.601000', '165435.065000', '165435.526000', '165435.989000', '165436.450000', '165436.906000', '165437.365000', '165437.826000', '165438.280000', '165438.731000', '165439.202000', '165439.654000', '165440.116000', '165440.589000', '165441.045000', '165441.501000', '165441.967000', '165442.421000', '165442.884000', '165443.340000', '165443.835000', '165444.257000', '165444.725000', '165445.197000', '165445.645000', '165446.096000', '165446.552000', '165447.011000', '165447.485000', '165447.935000', '165448.397000', '165448.853000', '165449.313000', '165449.776000', '165450.234000', '165450.705000', '165451.159000', '165451.628000', '165452.086000', '165452.537000', '165453.040000', '165453.465000', '165453.921000', '165454.391000', '165454.877000', '165455.300000', '165455.764000', '165456.223000', '165456.687000', '165457.136000', '165457.599000', '165458.068000', '165458.521000', '165458.987000', '165459.434000', '165459.903000', '165500.364000', '165500.819000', '165501.308000', '165501.739000', '165502.208000', '165502.651000', '165503.123000', '165503.587000', '165504.054000', '165504.507000', '165504.960000', '165505.434000', '165505.876000', '165506.377000', '165506.799000', '165507.258000', '165507.727000', '165508.181000', '165508.645000', '165509.103000', '165509.562000', '165510.026000', '165510.486000', '165510.954000', '165511.406000', '165511.867000', '165512.323000', '165512.785000', '165513.246000', '165513.712000', '165514.158000', '165514.634000', '165515.073000', '165515.589000', '165516.008000', '165516.468000', '165516.931000', '165517.392000', '165517.851000', '165518.303000', '165518.767000', '165519.267000', '165519.687000', '165520.132000', '165520.651000', '165521.075000', '165521.556000', '165521.976000', '165522.448000', '165522.917000', '165523.371000', '165523.824000', '165524.275000', '165524.740000', '165525.210000', '165525.659000', '165526.127000', '165526.595000', '165527.035000', '165527.499000', '165527.962000', '165528.432000', '165528.889000', '165529.339000', '165529.800000', '165530.270000', '165530.836000', '165531.174000', '165531.649000', '165532.107000', '165532.563000', '165533.030000', '165533.473000', '165533.950000', '165534.402000', '165534.872000', '165535.327000', '165535.788000', '165536.244000', '165536.705000', '165537.154000', '165537.614000', '165538.092000', '165538.547000', '165539.000000', '165539.461000', '165539.913000', '165540.388000', '165540.836000', '165541.308000', '165541.760000', '165542.223000', '165542.686000', '165543.139000', '165543.610000', '165544.098000', '165544.528000', '165544.989000', '165545.445000', '165545.896000', '165546.373000', '165546.840000', '165547.291000', '165547.757000', '165548.201000', '165548.664000', '165549.126000', '165549.576000', '165550.043000', '165550.500000', '165550.957000', '165551.434000', '165551.923000', '165552.337000', '165552.806000', '165553.266000', '165553.729000', '165554.192000', '165554.650000', '165555.097000', '165555.571000', '165556.033000', '165556.486000', '165556.948000', '165557.398000', '165557.858000', '165558.346000', '165558.791000', '165559.242000', '165559.739000', '165600.174000', '165600.650000', '165601.091000', '165601.537000', '165602.013000', '165602.467000', '165602.921000', '165603.416000', '165603.844000', '165604.300000', '165604.912000', '165605.226000', '165605.688000', '165606.135000', '165606.605000', '165607.073000', '165607.559000', '165607.988000', '165608.449000', '165608.906000', '165609.376000', '165609.819000', '165610.279000', '165610.755000', '165611.200000', '165611.666000', '165612.115000', '165612.588000', '165613.052000', '165613.509000', '165613.966000', '165614.431000', '165614.892000', '165615.339000', '165615.804000', '165616.281000', '165616.749000', '165617.191000', '165617.642000', '165618.108000', '165618.566000', '165619.035000', '165619.483000', '165619.948000', '165620.406000', '165620.932000', '165621.319000', '165621.783000', '165622.249000', '165622.739000', '165623.176000', '165623.628000', '165624.096000', '165624.554000', '165625.007000', '165625.459000', '165625.928000', '165626.399000', '165626.966000', '165627.295000', '165627.770000', '165628.238000', '165628.683000', '165629.156000', '165629.615000', '165630.056000', '165630.539000', '165630.980000', '165631.439000', '165631.914000', '165632.372000', '165632.875000', '165633.285000', '165633.748000', '165634.196000', '165634.664000', '165635.131000', '165635.634000', '165636.043000', '165636.515000', '165637.004000', '165637.428000', '165637.903000', '165638.337000', '165638.940000', '165639.263000', '165639.726000', '165640.191000', '165640.661000', '165641.170000', '165641.570000', '165642.019000', '165642.493000', '165642.941000', '165643.418000', '165643.882000', '165644.320000', '165644.791000', '165645.256000', '165645.709000', '165646.166000', '165646.631000', '165647.103000', '165647.544000', '165648.016000', '165648.496000', '165648.932000', '165649.398000', '165649.846000', '165650.319000', '165650.769000', '165651.237000', '165651.697000', '165652.157000', '165652.610000', '165653.163000', '165653.534000', '165653.996000', '165654.456000', '165654.907000', '165655.383000', '165655.913000', '165656.297000', '165656.754000', '165657.203000', '165657.660000', '165658.132000', '165658.581000', '165659.043000', '165659.523000', '165659.969000', '165700.432000', '165700.912000', '165701.352000', '165701.814000', '165702.318000', '165702.730000', '165703.196000', '165704.134000', '165704.237000', '165704.574000', '165705.029000', '165705.497000', '165706.042000', '165706.481000', '165706.870000', '165707.334000', '165707.810000', '165708.253000', '165708.707000', '165709.174000', '165709.636000', '165710.088000', '165710.552000', '165711.008000', '165711.480000', '165711.928000', '165712.384000', '165712.967000', '165713.312000', '165713.767000', '165714.234000', '165714.701000', '165715.143000', '165715.617000', '165716.068000', '165716.529000', '165716.997000', '165717.457000', '165717.903000', '165718.404000', '165718.916000', '165719.299000', '165719.760000', '165720.206000', '165720.721000', '165721.141000', '165721.601000', '165722.054000', '165722.508000', '165723.010000', '165723.467000', '165723.882000', '165724.354000', '165724.828000', '165725.273000', '165725.739000', '165726.232000', '165726.656000', '165727.120000', '165727.581000', '165728.037000', '165728.497000', '165728.960000', '165729.417000', '165729.877000', '165730.334000', '165730.825000', '165731.253000', '165731.710000', '165732.175000', '165732.637000', '165733.140000', '165733.554000', '165734.011000', '165734.476000', '165735.034000', '165735.398000', '165735.916000', '165736.324000', '165736.763000', '165737.231000', '165737.693000', '165738.215000', '165738.619000', '165739.077000', '165739.540000', '165740.001000', '165740.458000', '165740.925000', '165741.386000', '165741.826000', '165742.288000', '165742.759000', '165743.218000', '165743.672000', '165744.129000', '165744.597000', '165745.092000', '165745.513000', '165745.974000', '165746.439000', '165746.896000', '165747.354000', '165747.825000', '165748.282000', '165748.742000', '165749.184000', '165749.656000', '165750.104000', '165750.577000', '165751.046000', '165751.544000', '165751.965000', '165752.439000', '165752.879000', '165753.337000', '165753.805000', '165754.258000', '165754.722000', '165755.172000', '165755.629000', '165756.093000', '165756.560000', '165757.016000', '165757.484000', '165757.941000', '165758.393000', '165758.936000', '165759.307000', '165759.786000', '165800.232000', '165800.694000', '165801.144000', '165801.607000', '165802.085000', '165802.528000', '165803.032000', '165803.447000', '165803.919000', '165804.378000', '165804.836000', '165805.294000', '165805.755000', '165806.208000', '165806.685000', '165807.141000', '165807.605000', '165808.061000', '165808.518000', '165808.978000', '165809.492000', '165809.925000', '165810.353000', '165810.824000', '165811.269000', '165811.739000', '165812.191000', '165812.648000', '165813.115000', '165813.575000', '165814.034000', '165814.490000', '165814.960000', '165815.410000', '165815.883000', '165816.342000', '165816.800000', '165817.260000', '165817.762000', '165818.168000', '165818.626000', '165819.146000', '165819.554000', '165820.029000', '165820.485000', '165820.942000', '165821.392000', '165821.849000', '165822.326000', '165822.768000', '165823.240000', '165823.706000', '165824.150000', '165824.624000', '165825.085000', '165825.539000', '165826.048000', '165826.451000', '165826.919000', '165827.370000', '165827.836000', '165828.305000', '165828.750000', '165829.208000', '165829.676000', '165830.139000', '165830.598000', '165831.069000', '165831.516000', '165831.984000', '165832.490000', '165832.899000', '165833.360000', '165833.842000', '165834.283000', '165834.740000', '165835.197000', '165835.659000', '165836.115000', '165836.569000', '165837.041000', '165837.500000', '165838.015000', '165838.422000', '165838.913000', '165839.348000', '165839.790000', '165840.261000', '165840.726000', '165841.185000', '165841.648000', '165842.100000', '165842.565000', '165843.038000', '165843.480000', '165843.949000', '165844.394000', '165844.852000', '165845.323000', '165845.783000', '165846.233000', '165846.737000', '165847.153000', '165847.622000', '165848.076000', '165848.551000', '165848.992000', '165849.469000', '165849.922000', '165850.375000', '165850.843000', '165851.301000', '165851.763000', '165852.212000', '165852.698000', '165853.135000', '165853.603000', '165854.067000', '165854.533000', '165854.989000', '165855.507000', '165855.911000', '165856.361000', '165856.812000', '165857.276000', '165857.747000', '165858.202000', '165858.664000', '165859.123000', '165859.581000', '165900.049000', '165900.504000', '165900.951000', '165901.431000', '165901.914000', '165902.339000', '165902.827000', '165903.259000', '165903.713000', '165904.189000', '165904.635000', '165905.107000', '165905.562000', '165906.063000', '165906.478000', '165906.984000', '165907.394000', '165907.856000', '165908.318000', '165908.790000', '165909.244000', '165909.701000', '165910.202000', '165910.624000', '165911.085000', '165911.569000', '165912.008000', '165912.467000', '165912.929000', '165913.393000', '165913.839000', '165914.367000', '165914.771000', '165915.258000', '165915.686000', '165916.139000', '165916.594000', '165917.066000', '165917.527000', '165917.983000', '165918.446000', '165918.897000', '165919.368000', '165919.815000', '165920.274000', '165920.737000', '165921.212000', '165921.662000', '165922.120000', '165922.592000', '165923.047000', '165923.507000', '165923.955000', '165924.433000', '165924.884000', '165925.350000', '165925.807000', '165926.274000', '165926.718000', '165927.182000', '165927.656000', '165928.102000', '165928.630000', '165929.030000', '165929.479000', '165929.939000', '165930.405000', '165930.861000', '165931.355000', '165931.827000', '165932.241000', '165932.737000', '165933.166000', '165933.636000', '165934.089000', '165934.576000', '165935.002000', '165935.522000', '165935.934000', '165936.388000', '165936.887000', '165937.318000', '165937.761000', '165938.234000', '165938.693000', '165939.143000', '165939.640000', '165940.061000', '165940.531000', '165941.039000', '165941.445000', '165941.895000', '165942.363000', '165942.821000', '165943.294000', '165943.757000', '165944.208000', '165944.667000', '165945.119000', '165945.587000', '165946.044000', '165946.506000', '165946.959000', '165947.433000', '165947.884000', '165948.351000', '165948.797000', '165949.274000', '165949.726000', '165950.179000', '165950.639000', '165951.110000', '165951.570000', '165952.034000', '165952.483000', '165952.956000', '165953.409000', '165953.871000', '165954.320000', '165954.795000', '165955.249000', '165955.711000', '165956.168000', '165956.631000', '165957.095000', '165957.554000', '165958.016000', '165958.469000', '165958.930000', '165959.397000', '165959.847000', '170000.304000', '170000.763000', '170001.249000', '170001.682000', '170002.148000', '170002.614000', '170003.063000', '170003.547000', '170003.995000', '170004.456000', '170004.916000', '170005.360000', '170005.821000', '170006.287000', '170006.758000', '170007.218000', '170007.666000', '170008.130000', '170008.599000', '170009.090000', '170009.513000', '170009.975000', '170010.432000', '170010.933000', '170011.348000', '170011.820000', '170012.268000', '170012.725000', '170013.179000', '170013.649000', '170014.121000', '170014.576000', '170015.040000', '170015.483000', '170015.954000', '170016.408000', '170016.874000', '170017.334000', '170017.783000', '170018.265000', '170018.706000', '170019.178000', '170019.665000', '170020.098000', '170020.546000', '170021.007000', '170021.468000', '170021.939000', '170022.403000', '170022.878000', '170023.325000', '170023.774000', '170024.226000', '170024.683000', '170025.160000', '170025.616000', '170026.079000', '170026.526000', '170026.993000', '170027.447000', '170027.917000', '170028.375000', '170028.942000', '170029.290000', '170029.746000', '170030.217000', '170030.668000', '170031.127000', '170031.590000', '170032.053000', '170032.514000', '170032.977000', '170033.429000', '170033.901000', '170034.358000', '170034.819000', '170035.278000', '170035.730000', '170036.224000', '170036.666000', '170037.119000', '170037.570000', '170038.036000', '170038.497000', '170038.986000', '170039.419000', '170039.869000', '170040.331000', '170040.798000', '170041.250000', '170041.720000', '170042.184000', '170042.633000', '170043.100000', '170043.559000', '170044.018000', '170044.478000', '170045.000000', '170045.398000', '170045.857000', '170046.327000', '170046.772000', '170047.238000', '170047.704000', '170048.149000', '170048.609000', '170049.075000', '170049.542000', '170049.996000', '170050.473000', '170050.923000', '170051.442000', '170051.835000', '170052.299000', '170052.761000', '170053.225000', '170053.713000', '170054.142000', '170054.599000', '170055.054000', '170055.511000', '170055.987000', '170056.442000', '170056.895000', '170057.360000', '170057.830000', '170058.282000', '170058.742000', '170059.201000', '170059.670000', '170100.120000', '170100.594000', '170101.045000', '170101.506000', '170101.959000', '170102.413000', '170102.882000', '170103.339000', '170103.807000', '170104.258000', '170104.733000', '170105.171000', '170105.634000', '170106.104000', '170106.589000', '170107.012000', '170107.487000', '170107.931000', '170108.400000', '170108.858000', '170109.312000', '170109.814000', '170110.258000', '170110.706000', '170111.166000', '170111.625000', '170112.078000', '170112.539000', '170113.000000', '170113.456000', '170113.917000', '170114.383000', '170114.850000', '170115.296000', '170115.787000', '170116.218000', '170116.683000', '170117.143000', '170117.600000', '170118.061000', '170118.524000', '170118.984000', '170119.448000', '170119.901000', '170120.363000', '170120.880000', '170121.277000', '170121.749000', '170122.203000', '170122.670000', '170123.122000', '170123.584000', '170124.047000', '170124.513000', '170124.971000', '170125.416000', '170125.891000', '170126.351000', '170126.807000', '170127.269000', '170127.731000', '170128.181000', '170128.636000', '170129.104000', '170129.561000', '170130.067000', '170130.509000', '170130.974000', '170131.401000', '170131.872000', '170132.330000', '170132.779000', '170133.245000', '170133.702000', '170134.156000', '170134.628000', '170135.080000', '170135.553000', '170136.001000', '170136.458000', '170136.918000', '170137.393000', '170137.847000', '170138.314000', '170138.771000', '170139.223000', '170139.697000', '170140.149000', '170140.595000', '170141.068000', '170141.518000', '170141.990000', '170142.455000', '170142.906000', '170143.358000', '170143.878000', '170144.319000', '170144.768000', '170145.202000', '170145.658000', '170146.132000', '170146.595000', '170147.053000', '170147.500000', '170148.005000', '170148.430000', '170148.922000', '170149.352000', '170149.800000', '170150.280000', '170150.763000', '170151.177000', '170151.658000', '170152.120000', '170152.569000', '170153.021000', '170153.495000', '170153.955000', '170154.415000', '170154.875000', '170155.365000', '170155.796000', '170156.252000', '170156.706000', '170157.174000', '170157.634000', '170158.088000', '170158.558000', '170159.017000', '170159.468000', '170159.935000', '170200.398000', '170200.856000', '170201.305000', '170201.762000', '170202.232000', '170202.680000', '170203.151000', '170203.618000', '170204.070000', '170204.533000', '170204.983000', '170205.462000', '170205.918000', '170206.378000', '170206.838000', '170207.290000', '170207.748000', '170208.212000', '170208.681000', '170209.133000', '170209.586000', '170210.055000', '170210.505000', '170210.971000'], 'InstanceCreationTime': ['165426.817000', '165427.075000', '165427.259000', '165427.490000', '165427.694000', '165427.896000', '165428.143000', '165428.287000', '165428.578000', '165428.708000', '165428.921000', '165429.108000', '165429.507000', '165429.978000', '165430.471000', '165430.913000', '165431.378000', '165431.836000', '165432.301000', '165432.760000', '165433.224000', '165433.691000', '165434.147000', '165434.601000', '165435.065000', '165435.526000', '165435.989000', '165436.450000', '165436.906000', '165437.365000', '165437.826000', '165438.280000', '165438.731000', '165439.202000', '165439.654000', '165440.116000', '165440.589000', '165441.045000', '165441.501000', '165441.967000', '165442.421000', '165442.884000', '165443.340000', '165443.835000', '165444.257000', '165444.725000', '165445.197000', '165445.645000', '165446.096000', '165446.552000', '165447.011000', '165447.485000', '165447.935000', '165448.397000', '165448.853000', '165449.313000', '165449.776000', '165450.234000', '165450.705000', '165451.159000', '165451.628000', '165452.086000', '165452.537000', '165453.040000', '165453.465000', '165453.921000', '165454.391000', '165454.877000', '165455.300000', '165455.764000', '165456.223000', '165456.687000', '165457.136000', '165457.599000', '165458.068000', '165458.521000', '165458.987000', '165459.434000', '165459.903000', '165500.364000', '165500.819000', '165501.308000', '165501.739000', '165502.208000', '165502.651000', '165503.123000', '165503.587000', '165504.054000', '165504.507000', '165504.960000', '165505.434000', '165505.876000', '165506.377000', '165506.799000', '165507.258000', '165507.727000', '165508.181000', '165508.645000', '165509.103000', '165509.562000', '165510.026000', '165510.486000', '165510.954000', '165511.406000', '165511.867000', '165512.323000', '165512.785000', '165513.246000', '165513.712000', '165514.158000', '165514.634000', '165515.073000', '165515.589000', '165516.008000', '165516.468000', '165516.931000', '165517.392000', '165517.851000', '165518.303000', '165518.767000', '165519.267000', '165519.687000', '165520.132000', '165520.651000', '165521.075000', '165521.556000', '165521.976000', '165522.448000', '165522.917000', '165523.371000', '165523.824000', '165524.275000', '165524.740000', '165525.210000', '165525.659000', '165526.127000', '165526.595000', '165527.035000', '165527.499000', '165527.962000', '165528.432000', '165528.889000', '165529.339000', '165529.800000', '165530.270000', '165530.836000', '165531.174000', '165531.649000', '165532.107000', '165532.563000', '165533.030000', '165533.473000', '165533.950000', '165534.402000', '165534.872000', '165535.327000', '165535.788000', '165536.244000', '165536.705000', '165537.154000', '165537.614000', '165538.092000', '165538.547000', '165539.000000', '165539.461000', '165539.913000', '165540.388000', '165540.836000', '165541.308000', '165541.760000', '165542.223000', '165542.686000', '165543.139000', '165543.610000', '165544.098000', '165544.528000', '165544.989000', '165545.445000', '165545.896000', '165546.373000', '165546.840000', '165547.291000', '165547.757000', '165548.201000', '165548.664000', '165549.126000', '165549.576000', '165550.043000', '165550.500000', '165550.957000', '165551.434000', '165551.923000', '165552.337000', '165552.806000', '165553.266000', '165553.729000', '165554.192000', '165554.650000', '165555.097000', '165555.571000', '165556.033000', '165556.486000', '165556.948000', '165557.398000', '165557.858000', '165558.346000', '165558.791000', '165559.242000', '165559.739000', '165600.174000', '165600.650000', '165601.091000', '165601.537000', '165602.013000', '165602.467000', '165602.921000', '165603.416000', '165603.844000', '165604.300000', '165604.912000', '165605.226000', '165605.688000', '165606.135000', '165606.605000', '165607.073000', '165607.559000', '165607.988000', '165608.449000', '165608.906000', '165609.376000', '165609.819000', '165610.279000', '165610.755000', '165611.200000', '165611.666000', '165612.115000', '165612.588000', '165613.052000', '165613.509000', '165613.966000', '165614.431000', '165614.892000', '165615.339000', '165615.804000', '165616.281000', '165616.749000', '165617.191000', '165617.642000', '165618.108000', '165618.566000', '165619.035000', '165619.483000', '165619.948000', '165620.406000', '165620.932000', '165621.319000', '165621.783000', '165622.249000', '165622.739000', '165623.176000', '165623.628000', '165624.096000', '165624.554000', '165625.007000', '165625.459000', '165625.928000', '165626.399000', '165626.966000', '165627.295000', '165627.770000', '165628.238000', '165628.683000', '165629.156000', '165629.615000', '165630.056000', '165630.539000', '165630.980000', '165631.439000', '165631.914000', '165632.372000', '165632.875000', '165633.285000', '165633.748000', '165634.196000', '165634.664000', '165635.131000', '165635.634000', '165636.043000', '165636.515000', '165637.004000', '165637.428000', '165637.903000', '165638.337000', '165638.940000', '165639.263000', '165639.726000', '165640.191000', '165640.661000', '165641.170000', '165641.570000', '165642.019000', '165642.493000', '165642.941000', '165643.418000', '165643.882000', '165644.320000', '165644.791000', '165645.256000', '165645.709000', '165646.166000', '165646.631000', '165647.103000', '165647.544000', '165648.016000', '165648.496000', '165648.932000', '165649.398000', '165649.846000', '165650.319000', '165650.769000', '165651.237000', '165651.697000', '165652.157000', '165652.610000', '165653.163000', '165653.534000', '165653.996000', '165654.456000', '165654.907000', '165655.383000', '165655.913000', '165656.297000', '165656.754000', '165657.203000', '165657.660000', '165658.132000', '165658.581000', '165659.043000', '165659.523000', '165659.969000', '165700.432000', '165700.912000', '165701.352000', '165701.814000', '165702.318000', '165702.730000', '165703.196000', '165704.134000', '165704.237000', '165704.574000', '165705.029000', '165705.497000', '165706.042000', '165706.481000', '165706.870000', '165707.334000', '165707.810000', '165708.253000', '165708.707000', '165709.174000', '165709.636000', '165710.088000', '165710.552000', '165711.008000', '165711.480000', '165711.928000', '165712.384000', '165712.967000', '165713.312000', '165713.767000', '165714.234000', '165714.701000', '165715.143000', '165715.617000', '165716.068000', '165716.529000', '165716.997000', '165717.457000', '165717.903000', '165718.404000', '165718.916000', '165719.299000', '165719.760000', '165720.206000', '165720.721000', '165721.141000', '165721.601000', '165722.054000', '165722.508000', '165723.010000', '165723.467000', '165723.882000', '165724.354000', '165724.828000', '165725.273000', '165725.739000', '165726.232000', '165726.656000', '165727.120000', '165727.581000', '165728.037000', '165728.497000', '165728.960000', '165729.417000', '165729.877000', '165730.334000', '165730.825000', '165731.253000', '165731.710000', '165732.175000', '165732.637000', '165733.140000', '165733.554000', '165734.011000', '165734.476000', '165735.034000', '165735.398000', '165735.916000', '165736.324000', '165736.763000', '165737.231000', '165737.693000', '165738.215000', '165738.619000', '165739.077000', '165739.540000', '165740.001000', '165740.458000', '165740.925000', '165741.386000', '165741.826000', '165742.288000', '165742.759000', '165743.218000', '165743.672000', '165744.129000', '165744.597000', '165745.092000', '165745.513000', '165745.974000', '165746.439000', '165746.896000', '165747.354000', '165747.825000', '165748.282000', '165748.742000', '165749.184000', '165749.656000', '165750.104000', '165750.577000', '165751.046000', '165751.544000', '165751.965000', '165752.439000', '165752.879000', '165753.337000', '165753.805000', '165754.258000', '165754.722000', '165755.172000', '165755.629000', '165756.093000', '165756.560000', '165757.016000', '165757.484000', '165757.941000', '165758.393000', '165758.936000', '165759.307000', '165759.786000', '165800.232000', '165800.694000', '165801.144000', '165801.607000', '165802.085000', '165802.528000', '165803.032000', '165803.447000', '165803.919000', '165804.378000', '165804.836000', '165805.294000', '165805.755000', '165806.208000', '165806.685000', '165807.141000', '165807.605000', '165808.061000', '165808.518000', '165808.978000', '165809.492000', '165809.925000', '165810.353000', '165810.824000', '165811.269000', '165811.739000', '165812.191000', '165812.648000', '165813.115000', '165813.575000', '165814.034000', '165814.490000', '165814.960000', '165815.410000', '165815.883000', '165816.342000', '165816.800000', '165817.260000', '165817.762000', '165818.168000', '165818.626000', '165819.146000', '165819.554000', '165820.029000', '165820.485000', '165820.942000', '165821.392000', '165821.849000', '165822.326000', '165822.768000', '165823.240000', '165823.706000', '165824.150000', '165824.624000', '165825.085000', '165825.539000', '165826.048000', '165826.451000', '165826.919000', '165827.370000', '165827.836000', '165828.305000', '165828.750000', '165829.208000', '165829.676000', '165830.139000', '165830.598000', '165831.069000', '165831.516000', '165831.984000', '165832.490000', '165832.899000', '165833.360000', '165833.842000', '165834.283000', '165834.740000', '165835.197000', '165835.659000', '165836.115000', '165836.569000', '165837.041000', '165837.500000', '165838.015000', '165838.422000', '165838.913000', '165839.348000', '165839.790000', '165840.261000', '165840.726000', '165841.185000', '165841.648000', '165842.100000', '165842.565000', '165843.038000', '165843.480000', '165843.949000', '165844.394000', '165844.852000', '165845.323000', '165845.783000', '165846.233000', '165846.737000', '165847.153000', '165847.622000', '165848.076000', '165848.551000', '165848.992000', '165849.469000', '165849.922000', '165850.375000', '165850.843000', '165851.301000', '165851.763000', '165852.212000', '165852.698000', '165853.135000', '165853.603000', '165854.067000', '165854.533000', '165854.989000', '165855.507000', '165855.911000', '165856.361000', '165856.812000', '165857.276000', '165857.747000', '165858.202000', '165858.664000', '165859.123000', '165859.581000', '165900.049000', '165900.504000', '165900.951000', '165901.431000', '165901.914000', '165902.339000', '165902.827000', '165903.259000', '165903.713000', '165904.189000', '165904.635000', '165905.107000', '165905.562000', '165906.063000', '165906.478000', '165906.984000', '165907.394000', '165907.856000', '165908.318000', '165908.790000', '165909.244000', '165909.701000', '165910.202000', '165910.624000', '165911.085000', '165911.569000', '165912.008000', '165912.467000', '165912.929000', '165913.393000', '165913.839000', '165914.367000', '165914.771000', '165915.258000', '165915.686000', '165916.139000', '165916.594000', '165917.066000', '165917.527000', '165917.983000', '165918.446000', '165918.897000', '165919.368000', '165919.815000', '165920.274000', '165920.737000', '165921.212000', '165921.662000', '165922.120000', '165922.592000', '165923.047000', '165923.507000', '165923.955000', '165924.433000', '165924.884000', '165925.350000', '165925.807000', '165926.274000', '165926.718000', '165927.182000', '165927.656000', '165928.102000', '165928.630000', '165929.030000', '165929.479000', '165929.939000', '165930.405000', '165930.861000', '165931.355000', '165931.827000', '165932.241000', '165932.737000', '165933.166000', '165933.636000', '165934.089000', '165934.576000', '165935.002000', '165935.522000', '165935.934000', '165936.388000', '165936.887000', '165937.318000', '165937.761000', '165938.234000', '165938.693000', '165939.143000', '165939.640000', '165940.061000', '165940.531000', '165941.039000', '165941.445000', '165941.895000', '165942.363000', '165942.821000', '165943.294000', '165943.757000', '165944.208000', '165944.667000', '165945.119000', '165945.587000', '165946.044000', '165946.506000', '165946.959000', '165947.433000', '165947.884000', '165948.351000', '165948.797000', '165949.274000', '165949.726000', '165950.179000', '165950.639000', '165951.110000', '165951.570000', '165952.034000', '165952.483000', '165952.956000', '165953.409000', '165953.871000', '165954.320000', '165954.795000', '165955.249000', '165955.711000', '165956.168000', '165956.631000', '165957.095000', '165957.554000', '165958.016000', '165958.469000', '165958.930000', '165959.397000', '165959.847000', '170000.304000', '170000.763000', '170001.249000', '170001.682000', '170002.148000', '170002.614000', '170003.063000', '170003.547000', '170003.995000', '170004.456000', '170004.916000', '170005.360000', '170005.821000', '170006.287000', '170006.758000', '170007.218000', '170007.666000', '170008.130000', '170008.599000', '170009.090000', '170009.513000', '170009.975000', '170010.432000', '170010.933000', '170011.348000', '170011.820000', '170012.268000', '170012.725000', '170013.179000', '170013.649000', '170014.121000', '170014.576000', '170015.040000', '170015.483000', '170015.954000', '170016.408000', '170016.874000', '170017.334000', '170017.783000', '170018.265000', '170018.706000', '170019.178000', '170019.665000', '170020.098000', '170020.546000', '170021.007000', '170021.468000', '170021.939000', '170022.403000', '170022.878000', '170023.325000', '170023.774000', '170024.226000', '170024.683000', '170025.160000', '170025.616000', '170026.079000', '170026.526000', '170026.993000', '170027.447000', '170027.917000', '170028.375000', '170028.942000', '170029.290000', '170029.746000', '170030.217000', '170030.668000', '170031.127000', '170031.590000', '170032.053000', '170032.514000', '170032.977000', '170033.429000', '170033.901000', '170034.358000', '170034.819000', '170035.278000', '170035.730000', '170036.224000', '170036.666000', '170037.119000', '170037.570000', '170038.036000', '170038.497000', '170038.986000', '170039.419000', '170039.869000', '170040.331000', '170040.798000', '170041.250000', '170041.720000', '170042.184000', '170042.633000', '170043.100000', '170043.559000', '170044.018000', '170044.478000', '170045.000000', '170045.398000', '170045.857000', '170046.327000', '170046.772000', '170047.238000', '170047.704000', '170048.149000', '170048.609000', '170049.075000', '170049.542000', '170049.996000', '170050.473000', '170050.923000', '170051.442000', '170051.835000', '170052.299000', '170052.761000', '170053.225000', '170053.713000', '170054.142000', '170054.599000', '170055.054000', '170055.511000', '170055.987000', '170056.442000', '170056.895000', '170057.360000', '170057.830000', '170058.282000', '170058.742000', '170059.201000', '170059.670000', '170100.120000', '170100.594000', '170101.045000', '170101.506000', '170101.959000', '170102.413000', '170102.882000', '170103.339000', '170103.807000', '170104.258000', '170104.733000', '170105.171000', '170105.634000', '170106.104000', '170106.589000', '170107.012000', '170107.487000', '170107.931000', '170108.400000', '170108.858000', '170109.312000', '170109.814000', '170110.258000', '170110.706000', '170111.166000', '170111.625000', '170112.078000', '170112.539000', '170113.000000', '170113.456000', '170113.917000', '170114.383000', '170114.850000', '170115.296000', '170115.787000', '170116.218000', '170116.683000', '170117.143000', '170117.600000', '170118.061000', '170118.524000', '170118.984000', '170119.448000', '170119.901000', '170120.363000', '170120.880000', '170121.277000', '170121.749000', '170122.203000', '170122.670000', '170123.122000', '170123.584000', '170124.047000', '170124.513000', '170124.971000', '170125.416000', '170125.891000', '170126.351000', '170126.807000', '170127.269000', '170127.731000', '170128.181000', '170128.636000', '170129.104000', '170129.561000', '170130.067000', '170130.509000', '170130.974000', '170131.401000', '170131.872000', '170132.330000', '170132.779000', '170133.245000', '170133.702000', '170134.156000', '170134.628000', '170135.080000', '170135.553000', '170136.001000', '170136.458000', '170136.918000', '170137.393000', '170137.847000', '170138.314000', '170138.771000', '170139.223000', '170139.697000', '170140.149000', '170140.595000', '170141.068000', '170141.518000', '170141.990000', '170142.455000', '170142.906000', '170143.358000', '170143.878000', '170144.319000', '170144.768000', '170145.202000', '170145.658000', '170146.132000', '170146.595000', '170147.053000', '170147.500000', '170148.005000', '170148.430000', '170148.922000', '170149.352000', '170149.800000', '170150.280000', '170150.763000', '170151.177000', '170151.658000', '170152.120000', '170152.569000', '170153.021000', '170153.495000', '170153.955000', '170154.415000', '170154.875000', '170155.365000', '170155.796000', '170156.252000', '170156.706000', '170157.174000', '170157.634000', '170158.088000', '170158.558000', '170159.017000', '170159.468000', '170159.935000', '170200.398000', '170200.856000', '170201.305000', '170201.762000', '170202.232000', '170202.680000', '170203.151000', '170203.618000', '170204.070000', '170204.533000', '170204.983000', '170205.462000', '170205.918000', '170206.378000', '170206.838000', '170207.290000', '170207.748000', '170208.212000', '170208.681000', '170209.133000', '170209.586000', '170210.055000', '170210.505000', '170210.971000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016], 'LargestImagePixelValue': [740, 883, 666, 872, 605, 708, 678, 742, 793, 699, 910, 671, 911, 619, 774, 611, 632, 714, 758, 868, 696, 832, 782, 781, 800, 709, 779, 706, 815, 667, 802, 699, 676, 697, 636, 724, 759, 774, 726, 798, 701, 830, 735, 868, 679, 694, 782, 729, 774, 649, 706, 813, 729, 895, 699, 761, 764, 820, 849, 667, 758, 827, 697, 793, 684, 874, 666, 767, 704, 774, 695, 722, 733, 657, 758, 668, 774, 683, 744, 779, 733, 835, 720, 755, 662, 801, 856, 757, 900, 722, 877, 727, 854, 730, 830, 719, 845, 702, 831, 788, 792, 856, 743, 837, 714, 849, 721, 704, 662, 730, 664, 811, 739, 833, 688, 735, 674, 733, 665, 661, 713, 776, 797, 824, 901, 769, 802, 704, 803, 762, 794, 821, 726, 833, 703, 790, 708, 861, 688, 847, 684, 825, 749, 688, 729, 728, 779, 733, 715, 717, 729, 706, 801, 763, 851, 738, 913, 677, 823, 804, 789, 794, 682, 709, 811, 672, 757, 786, 743, 793, 677, 763, 720, 756, 839, 683, 808, 829, 704, 751, 814, 756, 826, 634, 718, 670, 811, 678, 738, 749, 723, 867, 749, 819, 736, 763, 643, 731, 758, 718, 776, 711, 779, 664, 785, 733, 712, 774, 715, 760, 718, 808, 700, 836, 758, 753, 722, 733, 648, 748, 653, 666, 765, 707, 698, 723, 734, 686, 744, 644, 818, 700, 753, 625, 688, 633, 780, 723, 697, 829, 728, 713, 819, 662, 812, 682, 705, 774, 703, 705, 809, 733, 693, 713, 708, 848, 717, 743, 800, 673, 863, 667, 827, 641, 782, 702, 701, 831, 679, 781, 623, 712, 682, 712, 779, 731, 800, 613, 769, 658, 684, 811, 751, 757, 608, 665, 669, 718, 703, 718, 750, 643, 745, 660, 753, 624, 791, 650, 771, 607, 645, 675, 706, 705, 705, 781, 603, 694, 653, 705, 804, 729, 795, 614, 703, 642, 704, 717, 686, 735, 740, 748, 781, 760, 856, 721, 785, 767, 780, 804, 791, 883, 747, 777, 726, 760, 703, 793, 721, 691, 777, 726, 817, 741, 853, 693, 732, 717, 731, 667, 789, 672, 743, 712, 706, 763, 732, 775, 712, 725, 688, 821, 638, 813, 642, 644, 746, 737, 757, 744, 750, 657, 790, 694, 726, 668, 768, 753, 649, 726, 750, 760, 776, 733, 783, 718, 712, 718, 747, 715, 824, 745, 783, 742, 757, 727, 752, 735, 817, 718, 863, 700, 763, 649, 759, 684, 795, 789, 778, 634, 740, 701, 806, 822, 731, 721, 762, 703, 770, 724, 809, 746, 807, 782, 731, 750, 702, 768, 729, 810, 665, 784, 645, 796, 782, 859, 783, 740, 724, 766, 747, 840, 901, 762, 788, 649, 754, 712, 723, 826, 762, 800, 660, 767, 826, 779, 874, 799, 722, 726, 694, 846, 830, 802, 780, 706, 761, 661, 764, 841, 744, 743, 742, 863, 647, 702, 797, 646, 761, 853, 746, 808, 697, 654, 678, 649, 847, 720, 795, 739, 696, 706, 651, 835, 669, 890, 712, 802, 705, 641, 714, 639, 786, 675, 897, 656, 804, 691, 629, 774, 691, 800, 678, 862, 662, 768, 693, 636, 883, 890, 807, 815, 626, 742, 690, 659, 734, 683, 738, 691, 717, 636, 726, 620, 758, 634, 754, 646, 769, 657, 766, 681, 765, 689, 741, 671, 735, 621, 778, 680, 724, 675, 685, 715, 658, 724, 638, 738, 681, 709, 618, 766, 664, 795, 678, 746, 721, 693, 723, 729, 678, 673, 802, 671, 768, 687, 720, 740, 689, 842, 700, 713, 703, 733, 874, 668, 648, 749, 670, 824, 773, 672, 775, 688, 800, 664, 815, 684, 811, 683, 699, 721, 652, 776, 653, 904, 670, 805, 646, 743, 725, 669, 758, 635, 726, 649, 819, 681, 754, 682, 626, 737, 680, 788, 653, 794, 663, 757, 699, 652, 773, 664, 837, 709, 720, 796, 719, 732, 897, 881, 807, 764, 734, 822, 643, 829, 660, 766, 673, 667, 746, 696, 763, 631, 782, 803, 653, 718, 699, 843, 647, 797, 773, 746, 708, 685, 735, 730, 803, 689, 779, 621, 808, 683, 722, 844, 732, 786, 634, 840, 688, 776, 820, 749, 851, 687, 764, 682, 840, 810, 708, 701, 738, 745, 747, 878, 689, 788, 674, 721, 726, 809, 844, 764, 806, 671, 801, 682, 823, 809, 797, 812, 718, 698, 746, 719, 747, 858, 703, 829, 631, 801, 705, 811, 777, 836, 868, 850, 890, 749, 820, 689, 894, 923, 856, 888, 852, 860, 825, 874, 803, 869, 752, 881, 693, 783, 844, 785, 637, 645, 664, 717, 687, 727, 761, 736, 745, 754, 654, 731, 701, 735, 851, 649, 757, 632, 853, 681, 798, 765, 664, 637, 769, 683, 734, 792, 782, 865, 727, 839, 642, 773, 631, 798, 782, 777, 761, 750, 619, 767, 696, 774, 851, 741, 831, 678, 806, 781, 809, 727, 790, 792, 807, 910, 747, 732, 669, 772, 847, 746, 838, 735, 761, 753, 844, 805, 754, 775, 728, 789, 605, 802, 768, 861, 781, 781, 798, 743, 723, 748, 766, 729, 814, 701, 785, 635, 762, 643, 767, 723, 739, 754, 687, 787, 668, 663, 686, 727, 682, 676, 786, 664, 689, 692, 748, 736, 652, 657, 699, 727, 705, 714, 701, 718, 688, 735, 716, 678, 767, 629, 715, 740, 720, 789, 687, 780, 656, 793, 713, 717, 760, 758, 642, 712, 781, 862, 891, 832, 741, 609, 700, 650, 721, 822, 733, 712, 637, 771, 649, 845, 860, 864, 857, 766, 849, 625, 788, 710, 724, 746, 628, 737, 606, 660, 764, 877, 784, 834, 829, 769, 863, 729, 842, 646, 695, 591, 755, 686, 692, 730, 632, 752, 616, 837, 705, 717, 612, 660, 744, 682, 737, 676, 726, 634, 711, 629, 698, 786, 643, 798, 606, 660, 780, 761, 808, 772, 715, 658, 654, 745, 600, 671, 689, 688, 733, 689, 753, 659, 672, 704, 699, 753, 683, 664, 680, 650, 703, 798, 673, 751, 628, 769, 616, 686, 724, 739, 767, 641, 763, 678, 684, 754, 723, 749, 672, 741, 666, 806, 656, 672, 754, 739, 759, 672, 670, 659, 730, 790, 727, 719, 678, 702, 657, 815, 664, 734], 'WindowCenter': [290.0, 290.0, 287.0, 289.0, 286.0, 287.0, 286.0, 287.0, 287.0, 286.0, 288.0, 286.0, 288.0, 285.0, 287.0, 285.0, 286.0, 287.0, 288.0, 288.0, 288.0, 289.0, 288.0, 288.0, 287.0, 287.0, 288.0, 287.0, 288.0, 287.0, 288.0, 287.0, 287.0, 287.0, 286.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 286.0, 287.0, 287.0, 287.0, 288.0, 287.0, 288.0, 288.0, 288.0, 289.0, 288.0, 288.0, 288.0, 288.0, 288.0, 287.0, 288.0, 288.0, 287.0, 288.0, 287.0, 288.0, 286.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 285.0, 287.0, 286.0, 287.0, 286.0, 287.0, 287.0, 287.0, 288.0, 288.0, 288.0, 286.0, 288.0, 288.0, 288.0, 289.0, 288.0, 289.0, 288.0, 289.0, 288.0, 288.0, 287.0, 288.0, 287.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 287.0, 286.0, 288.0, 286.0, 287.0, 287.0, 288.0, 286.0, 287.0, 286.0, 288.0, 286.0, 286.0, 287.0, 288.0, 288.0, 288.0, 290.0, 288.0, 289.0, 289.0, 289.0, 288.0, 289.0, 289.0, 289.0, 289.0, 288.0, 288.0, 288.0, 289.0, 288.0, 289.0, 287.0, 288.0, 288.0, 287.0, 288.0, 288.0, 288.0, 288.0, 287.0, 288.0, 287.0, 287.0, 288.0, 288.0, 288.0, 288.0, 289.0, 287.0, 288.0, 288.0, 288.0, 289.0, 288.0, 289.0, 289.0, 288.0, 289.0, 289.0, 289.0, 288.0, 287.0, 288.0, 288.0, 288.0, 289.0, 288.0, 289.0, 289.0, 288.0, 289.0, 288.0, 288.0, 288.0, 287.0, 288.0, 287.0, 289.0, 287.0, 288.0, 288.0, 287.0, 288.0, 288.0, 288.0, 288.0, 288.0, 287.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 287.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 287.0, 288.0, 288.0, 288.0, 287.0, 287.0, 286.0, 288.0, 286.0, 287.0, 288.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 286.0, 287.0, 287.0, 288.0, 286.0, 287.0, 286.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 289.0, 288.0, 289.0, 287.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 287.0, 288.0, 288.0, 287.0, 288.0, 286.0, 288.0, 287.0, 288.0, 287.0, 287.0, 287.0, 287.0, 288.0, 286.0, 288.0, 287.0, 288.0, 288.0, 287.0, 287.0, 286.0, 287.0, 286.0, 287.0, 288.0, 288.0, 288.0, 286.0, 287.0, 286.0, 287.0, 287.0, 287.0, 287.0, 286.0, 287.0, 286.0, 287.0, 285.0, 287.0, 286.0, 287.0, 285.0, 286.0, 286.0, 287.0, 287.0, 287.0, 287.0, 286.0, 288.0, 287.0, 288.0, 288.0, 288.0, 288.0, 286.0, 288.0, 287.0, 287.0, 287.0, 287.0, 287.0, 288.0, 288.0, 288.0, 288.0, 288.0, 287.0, 288.0, 288.0, 288.0, 288.0, 288.0, 289.0, 288.0, 288.0, 288.0, 288.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 286.0, 287.0, 286.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 286.0, 288.0, 286.0, 287.0, 286.0, 286.0, 287.0, 288.0, 287.0, 288.0, 288.0, 288.0, 289.0, 288.0, 288.0, 287.0, 288.0, 288.0, 288.0, 289.0, 289.0, 289.0, 289.0, 289.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 287.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 287.0, 288.0, 288.0, 288.0, 288.0, 288.0, 287.0, 288.0, 288.0, 289.0, 289.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 289.0, 288.0, 289.0, 289.0, 289.0, 288.0, 289.0, 288.0, 289.0, 289.0, 288.0, 288.0, 288.0, 289.0, 289.0, 289.0, 289.0, 288.0, 288.0, 289.0, 289.0, 290.0, 290.0, 289.0, 290.0, 288.0, 289.0, 288.0, 289.0, 289.0, 289.0, 290.0, 288.0, 289.0, 290.0, 289.0, 290.0, 289.0, 289.0, 289.0, 289.0, 289.0, 289.0, 288.0, 288.0, 288.0, 288.0, 287.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 287.0, 287.0, 287.0, 286.0, 287.0, 287.0, 287.0, 287.0, 286.0, 286.0, 286.0, 286.0, 287.0, 286.0, 287.0, 286.0, 286.0, 286.0, 286.0, 287.0, 286.0, 288.0, 287.0, 287.0, 286.0, 286.0, 287.0, 286.0, 287.0, 287.0, 288.0, 286.0, 287.0, 287.0, 286.0, 287.0, 287.0, 287.0, 287.0, 288.0, 286.0, 287.0, 287.0, 286.0, 289.0, 289.0, 289.0, 289.0, 287.0, 288.0, 288.0, 287.0, 287.0, 286.0, 287.0, 287.0, 287.0, 287.0, 287.0, 286.0, 287.0, 286.0, 287.0, 285.0, 286.0, 285.0, 286.0, 285.0, 285.0, 285.0, 285.0, 285.0, 285.0, 284.0, 286.0, 285.0, 286.0, 285.0, 286.0, 286.0, 285.0, 286.0, 285.0, 286.0, 286.0, 286.0, 286.0, 287.0, 286.0, 287.0, 287.0, 288.0, 287.0, 288.0, 288.0, 288.0, 287.0, 287.0, 288.0, 287.0, 288.0, 288.0, 288.0, 288.0, 288.0, 289.0, 288.0, 289.0, 288.0, 288.0, 289.0, 288.0, 288.0, 288.0, 288.0, 289.0, 288.0, 288.0, 288.0, 288.0, 288.0, 287.0, 288.0, 287.0, 288.0, 287.0, 287.0, 287.0, 286.0, 287.0, 286.0, 288.0, 287.0, 287.0, 286.0, 287.0, 287.0, 286.0, 287.0, 286.0, 287.0, 286.0, 287.0, 287.0, 287.0, 287.0, 286.0, 287.0, 287.0, 287.0, 287.0, 287.0, 286.0, 287.0, 287.0, 287.0, 288.0, 288.0, 289.0, 288.0, 288.0, 288.0, 288.0, 288.0, 289.0, 289.0, 288.0, 288.0, 288.0, 288.0, 287.0, 287.0, 286.0, 287.0, 287.0, 286.0, 287.0, 287.0, 287.0, 286.0, 288.0, 288.0, 287.0, 288.0, 288.0, 288.0, 287.0, 288.0, 288.0, 287.0, 287.0, 287.0, 287.0, 288.0, 288.0, 287.0, 288.0, 286.0, 288.0, 287.0, 288.0, 288.0, 288.0, 288.0, 287.0, 289.0, 288.0, 288.0, 288.0, 288.0, 289.0, 288.0, 288.0, 288.0, 289.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 289.0, 288.0, 288.0, 287.0, 288.0, 287.0, 289.0, 289.0, 288.0, 289.0, 288.0, 289.0, 288.0, 289.0, 289.0, 288.0, 289.0, 288.0, 288.0, 288.0, 288.0, 288.0, 289.0, 288.0, 289.0, 287.0, 289.0, 288.0, 289.0, 289.0, 290.0, 290.0, 290.0, 290.0, 289.0, 290.0, 290.0, 291.0, 291.0, 290.0, 290.0, 290.0, 290.0, 290.0, 290.0, 290.0, 290.0, 289.0, 290.0, 290.0, 290.0, 290.0, 289.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 289.0, 288.0, 289.0, 288.0, 289.0, 288.0, 288.0, 289.0, 288.0, 289.0, 288.0, 289.0, 288.0, 289.0, 289.0, 288.0, 288.0, 289.0, 288.0, 289.0, 289.0, 289.0, 290.0, 289.0, 290.0, 288.0, 289.0, 288.0, 289.0, 289.0, 289.0, 289.0, 289.0, 288.0, 289.0, 288.0, 289.0, 290.0, 289.0, 290.0, 288.0, 290.0, 290.0, 290.0, 288.0, 289.0, 289.0, 289.0, 290.0, 290.0, 290.0, 289.0, 290.0, 289.0, 289.0, 290.0, 289.0, 289.0, 290.0, 290.0, 290.0, 289.0, 289.0, 288.0, 289.0, 288.0, 289.0, 289.0, 290.0, 289.0, 290.0, 289.0, 288.0, 288.0, 288.0, 288.0, 288.0, 289.0, 287.0, 288.0, 287.0, 288.0, 288.0, 288.0, 288.0, 288.0, 289.0, 288.0, 288.0, 287.0, 287.0, 287.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 287.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 287.0, 288.0, 288.0, 288.0, 288.0, 287.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 287.0, 288.0, 289.0, 290.0, 289.0, 290.0, 289.0, 287.0, 288.0, 288.0, 288.0, 289.0, 288.0, 288.0, 288.0, 288.0, 288.0, 290.0, 289.0, 289.0, 289.0, 288.0, 289.0, 288.0, 289.0, 288.0, 288.0, 287.0, 286.0, 287.0, 285.0, 287.0, 288.0, 289.0, 287.0, 288.0, 288.0, 288.0, 288.0, 287.0, 288.0, 287.0, 287.0, 286.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 289.0, 287.0, 287.0, 286.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 286.0, 288.0, 288.0, 287.0, 288.0, 287.0, 288.0, 288.0, 288.0, 288.0, 289.0, 288.0, 288.0, 288.0, 288.0, 287.0, 288.0, 288.0, 288.0, 288.0, 288.0, 289.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 287.0, 288.0, 287.0, 288.0, 288.0, 288.0, 288.0, 287.0, 288.0, 287.0, 288.0, 288.0, 288.0, 288.0, 288.0, 289.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 289.0, 287.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 287.0, 289.0, 287.0, 287.0], 'WindowWidth': [636.0, 635.0, 630.0, 632.0, 629.0, 629.0, 628.0, 629.0, 630.0, 628.0, 630.0, 628.0, 630.0, 627.0, 630.0, 627.0, 628.0, 629.0, 630.0, 631.0, 630.0, 632.0, 632.0, 631.0, 630.0, 630.0, 630.0, 629.0, 631.0, 629.0, 631.0, 629.0, 629.0, 629.0, 628.0, 629.0, 629.0, 628.0, 629.0, 630.0, 629.0, 629.0, 629.0, 629.0, 628.0, 629.0, 630.0, 629.0, 630.0, 630.0, 631.0, 631.0, 630.0, 632.0, 630.0, 632.0, 631.0, 632.0, 631.0, 630.0, 631.0, 631.0, 629.0, 630.0, 629.0, 631.0, 628.0, 629.0, 629.0, 629.0, 629.0, 629.0, 629.0, 627.0, 629.0, 628.0, 629.0, 628.0, 629.0, 630.0, 629.0, 631.0, 630.0, 630.0, 628.0, 631.0, 631.0, 630.0, 632.0, 631.0, 632.0, 631.0, 632.0, 630.0, 631.0, 629.0, 631.0, 629.0, 632.0, 630.0, 631.0, 631.0, 630.0, 631.0, 631.0, 631.0, 630.0, 630.0, 628.0, 630.0, 628.0, 630.0, 629.0, 631.0, 628.0, 629.0, 628.0, 630.0, 628.0, 628.0, 629.0, 630.0, 631.0, 631.0, 633.0, 631.0, 633.0, 632.0, 633.0, 632.0, 633.0, 633.0, 632.0, 633.0, 631.0, 632.0, 631.0, 632.0, 631.0, 632.0, 630.0, 631.0, 631.0, 630.0, 630.0, 631.0, 631.0, 630.0, 629.0, 630.0, 629.0, 630.0, 631.0, 630.0, 631.0, 630.0, 632.0, 629.0, 631.0, 631.0, 632.0, 633.0, 631.0, 632.0, 633.0, 631.0, 633.0, 633.0, 632.0, 632.0, 630.0, 631.0, 631.0, 632.0, 632.0, 631.0, 633.0, 633.0, 631.0, 632.0, 632.0, 632.0, 632.0, 630.0, 631.0, 630.0, 632.0, 630.0, 630.0, 630.0, 629.0, 631.0, 630.0, 631.0, 630.0, 630.0, 629.0, 632.0, 631.0, 631.0, 632.0, 631.0, 632.0, 630.0, 632.0, 631.0, 631.0, 631.0, 631.0, 631.0, 631.0, 631.0, 630.0, 631.0, 631.0, 630.0, 629.0, 629.0, 628.0, 630.0, 628.0, 630.0, 630.0, 629.0, 629.0, 629.0, 629.0, 629.0, 629.0, 629.0, 630.0, 629.0, 630.0, 628.0, 630.0, 629.0, 631.0, 630.0, 631.0, 631.0, 631.0, 631.0, 633.0, 631.0, 632.0, 630.0, 631.0, 631.0, 631.0, 631.0, 632.0, 631.0, 631.0, 631.0, 631.0, 631.0, 629.0, 630.0, 630.0, 629.0, 631.0, 628.0, 631.0, 629.0, 630.0, 629.0, 629.0, 630.0, 629.0, 630.0, 628.0, 630.0, 629.0, 630.0, 630.0, 629.0, 630.0, 628.0, 630.0, 628.0, 629.0, 630.0, 630.0, 630.0, 628.0, 629.0, 628.0, 629.0, 629.0, 629.0, 629.0, 628.0, 629.0, 628.0, 628.0, 627.0, 629.0, 628.0, 629.0, 627.0, 628.0, 628.0, 629.0, 629.0, 629.0, 630.0, 628.0, 630.0, 629.0, 630.0, 631.0, 631.0, 631.0, 628.0, 630.0, 629.0, 629.0, 629.0, 630.0, 630.0, 630.0, 631.0, 631.0, 630.0, 631.0, 630.0, 630.0, 630.0, 631.0, 631.0, 631.0, 632.0, 631.0, 630.0, 630.0, 630.0, 629.0, 630.0, 629.0, 629.0, 629.0, 629.0, 630.0, 629.0, 629.0, 629.0, 629.0, 629.0, 629.0, 628.0, 630.0, 628.0, 630.0, 629.0, 629.0, 630.0, 629.0, 630.0, 629.0, 629.0, 628.0, 631.0, 628.0, 630.0, 628.0, 628.0, 629.0, 630.0, 630.0, 630.0, 630.0, 631.0, 632.0, 631.0, 630.0, 630.0, 632.0, 632.0, 631.0, 632.0, 633.0, 633.0, 633.0, 632.0, 632.0, 632.0, 630.0, 631.0, 630.0, 631.0, 631.0, 631.0, 630.0, 630.0, 630.0, 630.0, 630.0, 630.0, 631.0, 630.0, 631.0, 630.0, 630.0, 630.0, 631.0, 631.0, 631.0, 631.0, 631.0, 630.0, 631.0, 631.0, 633.0, 632.0, 632.0, 631.0, 632.0, 631.0, 632.0, 632.0, 633.0, 632.0, 633.0, 633.0, 632.0, 632.0, 632.0, 632.0, 632.0, 633.0, 631.0, 631.0, 631.0, 633.0, 633.0, 633.0, 633.0, 632.0, 632.0, 632.0, 632.0, 634.0, 634.0, 634.0, 634.0, 632.0, 633.0, 632.0, 632.0, 633.0, 633.0, 634.0, 631.0, 633.0, 634.0, 633.0, 634.0, 633.0, 632.0, 632.0, 632.0, 633.0, 633.0, 632.0, 632.0, 631.0, 630.0, 630.0, 630.0, 632.0, 630.0, 630.0, 630.0, 631.0, 630.0, 629.0, 630.0, 627.0, 629.0, 630.0, 629.0, 630.0, 628.0, 628.0, 628.0, 627.0, 629.0, 628.0, 629.0, 628.0, 628.0, 628.0, 628.0, 629.0, 628.0, 630.0, 629.0, 629.0, 628.0, 628.0, 629.0, 628.0, 630.0, 629.0, 631.0, 628.0, 630.0, 629.0, 628.0, 630.0, 629.0, 630.0, 629.0, 631.0, 628.0, 630.0, 629.0, 628.0, 632.0, 633.0, 633.0, 633.0, 630.0, 631.0, 630.0, 629.0, 629.0, 628.0, 629.0, 629.0, 629.0, 630.0, 630.0, 629.0, 630.0, 628.0, 628.0, 627.0, 627.0, 626.0, 627.0, 626.0, 626.0, 626.0, 625.0, 626.0, 625.0, 624.0, 626.0, 626.0, 627.0, 626.0, 627.0, 627.0, 627.0, 627.0, 627.0, 627.0, 628.0, 627.0, 627.0, 628.0, 628.0, 629.0, 629.0, 630.0, 630.0, 630.0, 630.0, 630.0, 629.0, 629.0, 631.0, 630.0, 631.0, 630.0, 632.0, 632.0, 631.0, 633.0, 632.0, 632.0, 631.0, 632.0, 633.0, 631.0, 631.0, 632.0, 631.0, 632.0, 632.0, 631.0, 632.0, 631.0, 631.0, 630.0, 631.0, 630.0, 631.0, 629.0, 629.0, 629.0, 628.0, 630.0, 628.0, 631.0, 629.0, 630.0, 628.0, 629.0, 629.0, 628.0, 630.0, 628.0, 629.0, 628.0, 629.0, 629.0, 630.0, 629.0, 628.0, 630.0, 629.0, 630.0, 629.0, 630.0, 628.0, 630.0, 630.0, 630.0, 632.0, 631.0, 633.0, 631.0, 631.0, 632.0, 631.0, 632.0, 632.0, 633.0, 631.0, 631.0, 631.0, 631.0, 630.0, 630.0, 628.0, 629.0, 629.0, 628.0, 629.0, 629.0, 630.0, 628.0, 630.0, 631.0, 630.0, 630.0, 630.0, 631.0, 629.0, 630.0, 630.0, 630.0, 629.0, 629.0, 630.0, 630.0, 631.0, 629.0, 630.0, 628.0, 631.0, 629.0, 631.0, 631.0, 632.0, 631.0, 630.0, 632.0, 631.0, 632.0, 631.0, 632.0, 632.0, 631.0, 631.0, 631.0, 632.0, 631.0, 631.0, 631.0, 631.0, 630.0, 631.0, 632.0, 630.0, 631.0, 630.0, 631.0, 630.0, 633.0, 632.0, 632.0, 633.0, 632.0, 633.0, 631.0, 632.0, 633.0, 632.0, 632.0, 632.0, 631.0, 632.0, 630.0, 631.0, 632.0, 631.0, 632.0, 630.0, 632.0, 631.0, 633.0, 633.0, 634.0, 635.0, 635.0, 635.0, 633.0, 635.0, 635.0, 637.0, 636.0, 635.0, 635.0, 635.0, 634.0, 634.0, 634.0, 634.0, 634.0, 633.0, 635.0, 635.0, 634.0, 634.0, 633.0, 631.0, 631.0, 631.0, 632.0, 631.0, 632.0, 632.0, 633.0, 632.0, 633.0, 631.0, 633.0, 631.0, 632.0, 633.0, 631.0, 633.0, 631.0, 633.0, 632.0, 633.0, 633.0, 632.0, 631.0, 633.0, 632.0, 633.0, 633.0, 633.0, 634.0, 633.0, 634.0, 632.0, 633.0, 631.0, 633.0, 633.0, 633.0, 633.0, 633.0, 631.0, 633.0, 632.0, 633.0, 634.0, 633.0, 634.0, 632.0, 634.0, 634.0, 634.0, 632.0, 633.0, 633.0, 633.0, 635.0, 634.0, 635.0, 633.0, 634.0, 633.0, 633.0, 635.0, 633.0, 633.0, 635.0, 635.0, 634.0, 633.0, 633.0, 632.0, 633.0, 631.0, 632.0, 633.0, 634.0, 633.0, 634.0, 633.0, 632.0, 632.0, 632.0, 631.0, 631.0, 632.0, 630.0, 631.0, 630.0, 631.0, 631.0, 632.0, 631.0, 632.0, 633.0, 631.0, 631.0, 629.0, 629.0, 629.0, 630.0, 630.0, 631.0, 631.0, 631.0, 631.0, 630.0, 632.0, 630.0, 630.0, 631.0, 631.0, 631.0, 631.0, 632.0, 630.0, 630.0, 629.0, 630.0, 631.0, 631.0, 632.0, 629.0, 632.0, 630.0, 631.0, 631.0, 631.0, 632.0, 631.0, 631.0, 632.0, 631.0, 632.0, 632.0, 630.0, 632.0, 633.0, 634.0, 633.0, 634.0, 633.0, 630.0, 632.0, 631.0, 632.0, 632.0, 632.0, 632.0, 631.0, 632.0, 631.0, 635.0, 632.0, 632.0, 632.0, 631.0, 632.0, 631.0, 632.0, 631.0, 630.0, 630.0, 628.0, 630.0, 627.0, 629.0, 631.0, 632.0, 630.0, 631.0, 631.0, 631.0, 631.0, 630.0, 631.0, 629.0, 629.0, 628.0, 630.0, 629.0, 630.0, 630.0, 629.0, 630.0, 630.0, 632.0, 630.0, 630.0, 628.0, 629.0, 630.0, 629.0, 630.0, 629.0, 630.0, 629.0, 630.0, 628.0, 630.0, 631.0, 630.0, 631.0, 630.0, 631.0, 632.0, 631.0, 631.0, 632.0, 632.0, 631.0, 631.0, 632.0, 630.0, 631.0, 631.0, 631.0, 632.0, 631.0, 633.0, 631.0, 631.0, 630.0, 631.0, 631.0, 631.0, 629.0, 631.0, 629.0, 631.0, 631.0, 631.0, 631.0, 630.0, 632.0, 630.0, 631.0, 632.0, 632.0, 632.0, 631.0, 633.0, 631.0, 631.0, 631.0, 632.0, 631.0, 631.0, 632.0, 631.0, 632.0, 630.0, 631.0, 631.0, 632.0, 632.0, 631.0, 631.0, 630.0, 632.0, 631.0, 631.0, 631.0, 630.0, 630.0, 630.0, 632.0, 629.0, 630.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.0013981163708086785</td></tr>
<tr><td colspan=3>aqi</td><td>0.02832092958579882</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.53196162752223</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2939177346693</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.016734435686081</td></tr>
<tr><td colspan=3>efc</td><td>0.4777</td></tr>
<tr><td colspan=3>fber</td><td>6569.1548</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10283265838900155</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>62</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.11439842209073</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.454487814967519</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4190670332340383</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.614663119479755</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.329733292188763</td></tr>
<tr><td colspan=3>gcor</td><td>0.0103986</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016048545017838478</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025510044768452644</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1014</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.125769010070106</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>30.8592</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>2.9857</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>11.7561</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>3.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298178.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>1.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>23.8199</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0698</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>36.2155</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>237.3027</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>249.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78366.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>92.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>307.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>60.352</td></tr>
<tr><td colspan=3>tsnr</td><td>36.723723374307156</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>