<?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-0021_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-0021_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-0021_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-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0021/figures/sub-0021_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-0021/figures/sub-0021_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021/ses-01/func/sub-0021_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>562b18ce8649305af744b451061a47a8</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>17:03:38.345000</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.998711, 0.0496185, -0.0107279, -0.0504178, 0.994153, -0.0954906]</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.108815</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>66</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4145, -7725, -7222, 510, -33, -29, -149, 57]</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>252.242</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d2686441-e030-4a3f-83d5-be53979dc279||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.6794676780700684, -0.1352672576904297, -0.016002951189875603, 118.39840698242188], [-0.13312283158302307, 2.66723895072937, -0.25895264744758606, -90.2393569946289], [-0.028782039880752563, 0.2561943829059601, 2.6875057220458984, -54.835044860839844], [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': ['170338.345000', '170338.805000', '170339.265000', '170339.725000', '170340.185000', '170340.645000', '170341.105000', '170341.565000', '170342.025000', '170342.485000', '170342.945000', '170343.405000', '170343.865000', '170344.325000', '170344.785000', '170345.245000', '170345.705000', '170346.165000', '170346.625000', '170347.085000', '170347.545000', '170348.005000', '170348.465000', '170348.925000', '170349.385000', '170349.845000', '170350.305000', '170350.765000', '170351.225000', '170351.685000', '170352.145000', '170352.605000', '170353.065000', '170353.525000', '170353.985000', '170354.445000', '170354.905000', '170355.365000', '170355.825000', '170356.285000', '170356.745000', '170357.205000', '170357.665000', '170358.125000', '170358.585000', '170359.045000', '170359.505000', '170359.965000', '170400.425000', '170400.885000', '170401.345000', '170401.805000', '170402.265000', '170402.725000', '170403.185000', '170403.645000', '170404.105000', '170404.565000', '170405.025000', '170405.485000', '170405.945000', '170406.405000', '170406.865000', '170407.325000', '170407.785000', '170408.245000', '170408.705000', '170409.165000', '170409.625000', '170410.085000', '170410.545000', '170411.005000', '170411.465000', '170411.925000', '170412.385000', '170412.845000', '170413.305000', '170413.765000', '170414.225000', '170414.685000', '170415.145000', '170415.605000', '170416.065000', '170416.525000', '170416.985000', '170417.445000', '170417.905000', '170418.365000', '170418.825000', '170419.285000', '170419.745000', '170420.205000', '170420.665000', '170421.125000', '170421.585000', '170422.045000', '170422.505000', '170422.965000', '170423.425000', '170423.885000', '170424.345000', '170424.805000', '170425.265000', '170425.725000', '170426.185000', '170426.645000', '170427.105000', '170427.565000', '170428.025000', '170428.485000', '170428.945000', '170429.405000', '170429.865000', '170430.325000', '170430.785000', '170431.245000', '170431.705000', '170432.165000', '170432.625000', '170433.085000', '170433.545000', '170434.005000', '170434.465000', '170434.925000', '170435.385000', '170435.845000', '170436.305000', '170436.765000', '170437.225000', '170437.685000', '170438.145000', '170438.605000', '170439.065000', '170439.525000', '170439.985000', '170440.445000', '170440.905000', '170441.365000', '170441.825000', '170442.285000', '170442.745000', '170443.205000', '170443.665000', '170444.125000', '170444.585000', '170445.045000', '170445.505000', '170445.965000', '170446.425000', '170446.885000', '170447.345000', '170447.805000', '170448.265000', '170448.725000', '170449.185000', '170449.645000', '170450.105000', '170450.565000', '170451.025000', '170451.485000', '170451.945000', '170452.405000', '170452.865000', '170453.325000', '170453.785000', '170454.245000', '170454.705000', '170455.165000', '170455.625000', '170456.085000', '170456.545000', '170457.005000', '170457.465000', '170457.925000', '170458.385000', '170458.845000', '170459.305000', '170459.765000', '170500.225000', '170500.685000', '170501.145000', '170501.605000', '170502.065000', '170502.525000', '170502.985000', '170503.445000', '170503.905000', '170504.365000', '170504.825000', '170505.285000', '170505.745000', '170506.205000', '170506.665000', '170507.125000', '170507.585000', '170508.045000', '170508.505000', '170508.965000', '170509.425000', '170509.885000', '170510.345000', '170510.805000', '170511.265000', '170511.725000', '170512.185000', '170512.645000', '170513.105000', '170513.565000', '170514.025000', '170514.485000', '170514.945000', '170515.405000', '170515.865000', '170516.325000', '170516.785000', '170517.245000', '170517.705000', '170518.165000', '170518.625000', '170519.085000', '170519.545000', '170520.005000', '170520.465000', '170520.925000', '170521.385000', '170521.845000', '170522.305000', '170522.765000', '170523.225000', '170523.685000', '170524.145000', '170524.605000', '170525.065000', '170525.525000', '170525.985000', '170526.445000', '170526.905000', '170527.365000', '170527.825000', '170528.285000', '170528.745000', '170529.205000', '170529.665000', '170530.125000', '170530.585000', '170531.045000', '170531.505000', '170531.965000', '170532.425000', '170532.885000', '170533.345000', '170533.805000', '170534.265000', '170534.725000', '170535.185000', '170535.645000', '170536.105000', '170536.565000', '170537.025000', '170537.485000', '170537.945000', '170538.405000', '170538.865000', '170539.325000', '170539.785000', '170540.245000', '170540.705000', '170541.165000', '170541.625000', '170542.085000', '170542.545000', '170543.005000', '170543.465000', '170543.925000', '170544.385000', '170544.845000', '170545.305000', '170545.765000', '170546.225000', '170546.685000', '170547.145000', '170547.605000', '170548.065000', '170548.525000', '170548.985000', '170549.445000', '170549.905000', '170550.365000', '170550.825000', '170551.285000', '170551.745000', '170552.205000', '170552.665000', '170553.125000', '170553.585000', '170554.045000', '170554.505000', '170554.965000', '170555.425000', '170555.885000', '170556.345000', '170556.805000', '170557.265000', '170557.725000', '170558.185000', '170558.645000', '170559.105000', '170559.565000', '170600.025000', '170600.485000', '170600.945000', '170601.405000', '170601.865000', '170602.325000', '170602.785000', '170603.245000', '170603.705000', '170604.165000', '170604.625000', '170605.085000', '170605.545000', '170606.005000', '170606.465000', '170606.925000', '170607.385000', '170607.845000', '170608.305000', '170608.765000', '170609.225000', '170609.685000', '170610.145000', '170610.605000', '170611.065000', '170611.525000', '170611.985000', '170612.445000', '170612.905000', '170613.365000', '170613.825000', '170614.285000', '170614.745000', '170615.205000', '170615.665000', '170616.125000', '170616.585000', '170617.045000', '170617.505000', '170617.965000', '170618.425000', '170618.885000', '170619.345000', '170619.805000', '170620.265000', '170620.725000', '170621.185000', '170621.645000', '170622.105000', '170622.565000', '170623.025000', '170623.485000', '170623.945000', '170624.405000', '170624.865000', '170625.325000', '170625.785000', '170626.245000', '170626.705000', '170627.165000', '170627.625000', '170628.085000', '170628.545000', '170629.005000', '170629.465000', '170629.925000', '170630.385000', '170630.845000', '170631.305000', '170631.765000', '170632.225000', '170632.685000', '170633.145000', '170633.605000', '170634.065000', '170634.525000', '170634.985000', '170635.445000', '170635.905000', '170636.365000', '170636.825000', '170637.285000', '170637.745000', '170638.205000', '170638.665000', '170639.125000', '170639.585000', '170640.045000', '170640.505000', '170640.965000', '170641.425000', '170641.885000', '170642.345000', '170642.805000', '170643.265000', '170643.725000', '170644.185000', '170644.645000', '170645.105000', '170645.565000', '170646.025000', '170646.485000', '170646.945000', '170647.405000', '170647.865000', '170648.325000', '170648.785000', '170649.245000', '170649.705000', '170650.165000', '170650.625000', '170651.085000', '170651.545000', '170652.005000', '170652.465000', '170652.925000', '170653.385000', '170653.845000', '170654.305000', '170654.765000', '170655.225000', '170655.685000', '170656.145000', '170656.605000', '170657.065000', '170657.525000', '170657.985000', '170658.445000', '170658.905000', '170659.365000', '170659.825000', '170700.285000', '170700.745000', '170701.205000', '170701.665000', '170702.125000', '170702.585000', '170703.045000', '170703.505000', '170703.965000', '170704.425000', '170704.885000', '170705.345000', '170705.805000', '170706.265000', '170706.725000', '170707.185000', '170707.645000', '170708.105000', '170708.565000', '170709.025000', '170709.485000', '170709.945000', '170710.405000', '170710.865000', '170711.325000', '170711.785000', '170712.245000', '170712.705000', '170713.165000', '170713.625000', '170714.085000', '170714.545000', '170715.005000', '170715.465000', '170715.925000', '170716.385000', '170716.845000', '170717.305000', '170717.765000', '170718.225000', '170718.685000', '170719.145000', '170719.605000', '170720.065000', '170720.525000', '170720.985000', '170721.445000', '170721.905000', '170722.365000', '170722.825000', '170723.285000', '170723.745000', '170724.205000', '170724.665000', '170725.125000', '170725.585000', '170726.045000', '170726.505000', '170726.965000', '170727.425000', '170727.885000', '170728.345000', '170728.805000', '170729.265000', '170729.725000', '170730.185000', '170730.645000', '170731.105000', '170731.565000', '170732.025000', '170732.485000', '170732.945000', '170733.405000', '170733.865000', '170734.325000', '170734.785000', '170735.245000', '170735.705000', '170736.165000', '170736.625000', '170737.085000', '170737.545000', '170738.005000', '170738.465000', '170738.925000', '170739.385000', '170739.845000', '170740.305000', '170740.765000', '170741.225000', '170741.685000', '170742.145000', '170742.605000', '170743.065000', '170743.525000', '170743.985000', '170744.445000', '170744.905000', '170745.365000', '170745.825000', '170746.285000', '170746.745000', '170747.205000', '170747.665000', '170748.125000', '170748.585000', '170749.045000', '170749.505000', '170749.965000', '170750.425000', '170750.885000', '170751.345000', '170751.805000', '170752.265000', '170752.725000', '170753.185000', '170753.645000', '170754.105000', '170754.565000', '170755.025000', '170755.485000', '170755.945000', '170756.405000', '170756.865000', '170757.325000', '170757.785000', '170758.245000', '170758.705000', '170759.165000', '170759.625000', '170800.085000', '170800.545000', '170801.005000', '170801.465000', '170801.925000', '170802.385000', '170802.845000', '170803.305000', '170803.765000', '170804.225000', '170804.685000', '170805.145000', '170805.605000', '170806.065000', '170806.525000', '170806.985000', '170807.445000', '170807.905000', '170808.365000', '170808.825000', '170809.285000', '170809.745000', '170810.205000', '170810.665000', '170811.125000', '170811.585000', '170812.045000', '170812.505000', '170812.965000', '170813.425000', '170813.885000', '170814.345000', '170814.805000', '170815.265000', '170815.725000', '170816.185000', '170816.645000', '170817.105000', '170817.565000', '170818.025000', '170818.485000', '170818.945000', '170819.405000', '170819.865000', '170820.325000', '170820.785000', '170821.245000', '170821.705000', '170822.165000', '170822.625000', '170823.085000', '170823.545000', '170824.005000', '170824.465000', '170824.925000', '170825.385000', '170825.845000', '170826.305000', '170826.765000', '170827.225000', '170827.685000', '170828.145000', '170828.605000', '170829.065000', '170829.525000', '170829.985000', '170830.445000', '170830.905000', '170831.365000', '170831.825000', '170832.285000', '170832.745000', '170833.205000', '170833.665000', '170834.125000', '170834.585000', '170835.045000', '170835.505000', '170835.965000', '170836.425000', '170836.885000', '170837.345000', '170837.805000', '170838.265000', '170838.725000', '170839.185000', '170839.645000', '170840.105000', '170840.565000', '170841.025000', '170841.485000', '170841.945000', '170842.405000', '170842.865000', '170843.325000', '170843.785000', '170844.245000', '170844.705000', '170845.165000', '170845.625000', '170846.085000', '170846.545000', '170847.005000', '170847.465000', '170847.925000', '170848.385000', '170848.845000', '170849.305000', '170849.765000', '170850.225000', '170850.685000', '170851.145000', '170851.605000', '170852.065000', '170852.525000', '170852.985000', '170853.445000', '170853.905000', '170854.365000', '170854.825000', '170855.285000', '170855.745000', '170856.205000', '170856.665000', '170857.125000', '170857.585000', '170858.045000', '170858.505000', '170858.965000', '170859.425000', '170859.885000', '170900.345000', '170900.805000', '170901.265000', '170901.725000', '170902.185000', '170902.645000', '170903.105000', '170903.565000', '170904.025000', '170904.485000', '170904.945000', '170905.405000', '170905.865000', '170906.325000', '170906.785000', '170907.245000', '170907.705000', '170908.165000', '170908.625000', '170909.085000', '170909.545000', '170910.005000', '170910.465000', '170910.925000', '170911.385000', '170911.845000', '170912.305000', '170912.765000', '170913.225000', '170913.685000', '170914.145000', '170914.605000', '170915.065000', '170915.525000', '170915.985000', '170916.445000', '170916.905000', '170917.365000', '170917.825000', '170918.285000', '170918.745000', '170919.205000', '170919.665000', '170920.125000', '170920.585000', '170921.045000', '170921.505000', '170921.965000', '170922.425000', '170922.885000', '170923.345000', '170923.805000', '170924.265000', '170924.725000', '170925.185000', '170925.645000', '170926.105000', '170926.565000', '170927.025000', '170927.485000', '170927.945000', '170928.405000', '170928.865000', '170929.325000', '170929.785000', '170930.245000', '170930.705000', '170931.165000', '170931.625000', '170932.085000', '170932.545000', '170933.005000', '170933.465000', '170933.925000', '170934.385000', '170934.845000', '170935.305000', '170935.765000', '170936.225000', '170936.685000', '170937.145000', '170937.605000', '170938.065000', '170938.525000', '170938.985000', '170939.445000', '170939.905000', '170940.365000', '170940.825000', '170941.285000', '170941.745000', '170942.205000', '170942.665000', '170943.125000', '170943.585000', '170944.045000', '170944.505000', '170944.965000', '170945.425000', '170945.885000', '170946.345000', '170946.805000', '170947.265000', '170947.725000', '170948.185000', '170948.645000', '170949.105000', '170949.565000', '170950.025000', '170950.485000', '170950.945000', '170951.405000', '170951.865000', '170952.325000', '170952.785000', '170953.245000', '170953.705000', '170954.165000', '170954.625000', '170955.085000', '170955.545000', '170956.005000', '170956.465000', '170956.925000', '170957.385000', '170957.845000', '170958.305000', '170958.765000', '170959.225000', '170959.685000', '171000.145000', '171000.605000', '171001.065000', '171001.525000', '171001.985000', '171002.445000', '171002.905000', '171003.365000', '171003.825000', '171004.285000', '171004.745000', '171005.205000', '171005.665000', '171006.125000', '171006.585000', '171007.045000', '171007.505000', '171007.965000', '171008.425000', '171008.885000', '171009.345000', '171009.805000', '171010.265000', '171010.725000', '171011.185000', '171011.645000', '171012.105000', '171012.565000', '171013.025000', '171013.485000', '171013.945000', '171014.405000', '171014.865000', '171015.325000', '171015.785000', '171016.245000', '171016.705000', '171017.165000', '171017.625000', '171018.085000', '171018.545000', '171019.005000', '171019.465000', '171019.925000', '171020.385000', '171020.845000', '171021.305000', '171021.765000', '171022.225000', '171022.685000', '171023.145000', '171023.605000', '171024.065000', '171024.525000', '171024.985000', '171025.445000', '171025.905000', '171026.365000', '171026.825000', '171027.285000', '171027.745000', '171028.205000', '171028.665000', '171029.125000', '171029.585000', '171030.045000', '171030.505000', '171030.965000', '171031.425000', '171031.885000', '171032.345000', '171032.805000', '171033.265000', '171033.725000', '171034.185000', '171034.645000', '171035.105000', '171035.565000', '171036.025000', '171036.485000', '171036.945000', '171037.405000', '171037.865000', '171038.325000', '171038.785000', '171039.245000', '171039.705000', '171040.165000', '171040.625000', '171041.085000', '171041.545000', '171042.005000', '171042.465000', '171042.925000', '171043.385000', '171043.845000', '171044.305000', '171044.765000', '171045.225000', '171045.685000', '171046.145000', '171046.605000', '171047.065000', '171047.525000', '171047.985000', '171048.445000', '171048.905000', '171049.365000', '171049.825000', '171050.285000', '171050.745000', '171051.205000', '171051.665000', '171052.125000', '171052.585000', '171053.045000', '171053.505000', '171053.965000', '171054.425000', '171054.885000', '171055.345000', '171055.805000', '171056.265000', '171056.725000', '171057.185000', '171057.645000', '171058.105000', '171058.565000', '171059.025000', '171059.485000', '171059.945000', '171100.405000', '171100.865000', '171101.325000', '171101.785000', '171102.245000', '171102.705000', '171103.165000', '171103.625000', '171104.085000', '171104.545000', '171105.005000', '171105.465000', '171105.925000', '171106.385000', '171106.845000', '171107.305000', '171107.765000', '171108.225000', '171108.685000', '171109.145000', '171109.605000', '171110.065000', '171110.525000', '171110.985000', '171111.445000', '171111.905000', '171112.365000', '171112.825000', '171113.285000', '171113.745000', '171114.205000', '171114.665000', '171115.125000', '171115.585000', '171116.045000', '171116.505000', '171116.965000', '171117.425000', '171117.885000', '171118.345000', '171118.805000', '171119.265000', '171119.725000', '171120.185000', '171120.645000', '171121.105000', '171121.565000', '171122.025000', '171122.485000', '171122.945000', '171123.405000', '171123.865000', '171124.325000', '171124.785000', '171125.245000'], 'ContentTime': ['170342.873000', '170343.102000', '170343.321000', '170343.520000', '170343.721000', '170343.954000', '170344.141000', '170344.319000', '170344.584000', '170344.736000', '170344.950000', '170345.182000', '170345.410000', '170345.817000', '170346.304000', '170346.780000', '170347.221000', '170347.679000', '170348.145000', '170348.607000', '170349.068000', '170349.523000', '170349.986000', '170350.433000', '170350.897000', '170351.357000', '170351.870000', '170352.294000', '170352.746000', '170353.204000', '170353.676000', '170354.130000', '170354.563000', '170355.031000', '170355.570000', '170355.984000', '170356.432000', '170356.872000', '170357.343000', '170357.807000', '170358.262000', '170358.732000', '170359.191000', '170400.167000', '170400.286000', '170400.564000', '170401.017000', '170401.476000', '170401.941000', '170402.404000', '170402.853000', '170403.321000', '170403.772000', '170404.230000', '170404.694000', '170405.170000', '170405.615000', '170406.077000', '170406.544000', '170406.987000', '170407.453000', '170407.939000', '170408.377000', '170408.833000', '170409.301000', '170409.761000', '170410.216000', '170410.690000', '170411.150000', '170411.651000', '170412.054000', '170412.526000', '170412.985000', '170413.441000', '170413.908000', '170414.355000', '170414.828000', '170415.277000', '170415.732000', '170416.194000', '170416.653000', '170417.113000', '170417.585000', '170418.224000', '170418.498000', '170418.970000', '170419.411000', '170419.934000', '170420.340000', '170420.796000', '170421.270000', '170421.731000', '170422.182000', '170422.650000', '170423.090000', '170423.560000', '170424.009000', '170424.494000', '170424.942000', '170425.401000', '170425.870000', '170426.373000', '170426.775000', '170427.249000', '170427.708000', '170428.160000', '170428.623000', '170429.109000', '170429.543000', '170430.000000', '170430.468000', '170430.909000', '170431.374000', '170431.830000', '170432.331000', '170432.770000', '170433.232000', '170433.688000', '170434.150000', '170434.600000', '170435.057000', '170435.565000', '170435.992000', '170436.464000', '170436.901000', '170437.367000', '170437.820000', '170438.286000', '170438.751000', '170439.194000', '170439.667000', '170440.124000', '170440.586000', '170441.056000', '170441.510000', '170441.973000', '170442.422000', '170442.883000', '170443.343000', '170444.115000', '170444.367000', '170444.729000', '170445.174000', '170445.632000', '170446.104000', '170446.562000', '170447.031000', '170447.482000', '170447.947000', '170448.403000', '170448.858000', '170449.314000', '170449.783000', '170450.240000', '170450.696000', '170451.172000', '170451.616000', '170452.090000', '170452.564000', '170453.009000', '170453.466000', '170453.924000', '170454.383000', '170454.835000', '170455.305000', '170455.757000', '170456.216000', '170456.670000', '170457.141000', '170457.608000', '170458.054000', '170458.513000', '170458.981000', '170459.451000', '170459.914000', '170500.357000', '170500.829000', '170501.272000', '170501.742000', '170502.195000', '170502.687000', '170503.116000', '170503.590000', '170504.037000', '170504.515000', '170504.963000', '170505.433000', '170505.884000', '170506.353000', '170506.808000', '170507.281000', '170507.715000', '170508.194000', '170508.651000', '170509.122000', '170509.576000', '170510.029000', '170510.490000', '170510.956000', '170511.407000', '170511.897000', '170512.324000', '170512.788000', '170513.241000', '170513.719000', '170514.176000', '170514.618000', '170515.084000', '170515.593000', '170516.013000', '170516.459000', '170516.926000', '170517.396000', '170517.835000', '170518.295000', '170518.761000', '170519.232000', '170519.705000', '170520.654000', '170520.830000', '170521.075000', '170521.525000', '170521.974000', '170522.445000', '170522.912000', '170523.376000', '170523.828000', '170524.325000', '170524.735000', '170525.200000', '170525.665000', '170526.127000', '170526.592000', '170527.055000', '170527.507000', '170527.983000', '170528.415000', '170528.878000', '170529.339000', '170529.851000', '170530.270000', '170530.727000', '170531.184000', '170531.642000', '170532.116000', '170532.558000', '170533.048000', '170533.492000', '170533.939000', '170534.407000', '170534.858000', '170535.327000', '170535.898000', '170536.252000', '170536.721000', '170537.175000', '170537.635000', '170538.087000', '170538.545000', '170538.995000', '170539.457000', '170539.957000', '170540.385000', '170540.838000', '170541.297000', '170541.762000', '170542.233000', '170542.689000', '170543.161000', '170543.609000', '170544.055000', '170544.530000', '170544.983000', '170545.437000', '170545.932000', '170546.354000', '170546.830000', '170547.292000', '170547.747000', '170548.201000', '170548.674000', '170549.133000', '170549.586000', '170550.044000', '170550.510000', '170550.970000', '170551.480000', '170551.888000', '170552.436000', '170552.800000', '170553.256000', '170553.760000', '170554.191000', '170554.659000', '170555.096000', '170555.568000', '170556.022000', '170556.489000', '170556.952000', '170557.414000', '170557.854000', '170558.319000', '170558.787000', '170559.239000', '170559.714000', '170600.169000', '170600.622000', '170601.090000', '170601.538000', '170602.019000', '170602.485000', '170602.935000', '170603.416000', '170603.839000', '170604.318000', '170604.765000', '170605.226000', '170605.701000', '170606.139000', '170606.619000', '170607.122000', '170607.518000', '170607.981000', '170608.446000', '170608.920000', '170609.378000', '170609.819000', '170610.288000', '170610.757000', '170611.195000', '170611.665000', '170612.136000', '170612.592000', '170613.047000', '170613.516000', '170613.972000', '170614.420000', '170614.889000', '170615.360000', '170615.802000', '170616.276000', '170616.732000', '170617.190000', '170617.653000', '170618.114000', '170618.571000', '170619.038000', '170619.528000', '170619.952000', '170620.403000', '170620.858000', '170621.333000', '170621.798000', '170622.250000', '170622.711000', '170623.165000', '170623.620000', '170624.085000', '170624.552000', '170625.005000', '170625.467000', '170625.936000', '170626.393000', '170626.861000', '170627.306000', '170627.804000', '170628.258000', '170628.707000', '170629.157000', '170629.606000', '170630.088000', '170630.534000', '170630.998000', '170631.448000', '170631.949000', '170632.365000', '170632.840000', '170633.296000', '170633.754000', '170634.216000', '170634.677000', '170635.125000', '170635.601000', '170636.054000', '170636.505000', '170636.969000', '170637.432000', '170637.895000', '170638.345000', '170638.804000', '170639.275000', '170639.727000', '170640.199000', '170640.643000', '170641.102000', '170641.625000', '170642.065000', '170642.498000', '170642.961000', '170643.417000', '170643.871000', '170644.366000', '170644.805000', '170645.248000', '170645.716000', '170646.177000', '170646.635000', '170647.168000', '170647.554000', '170648.016000', '170648.474000', '170648.937000', '170649.399000', '170650.015000', '170650.313000', '170650.767000', '170651.242000', '170651.698000', '170652.168000', '170652.607000', '170653.073000', '170653.536000', '170654.032000', '170654.442000', '170654.907000', '170655.431000', '170655.822000', '170656.312000', '170656.741000', '170657.230000', '170657.668000', '170658.132000', '170658.594000', '170659.046000', '170659.512000', '170659.968000', '170700.439000', '170700.900000', '170701.347000', '170701.956000', '170702.344000', '170702.725000', '170703.195000', '170703.647000', '170704.118000', '170704.569000', '170705.034000', '170705.486000', '170705.944000', '170706.412000', '170706.876000', '170707.327000', '170707.786000', '170708.257000', '170708.717000', '170709.178000', '170709.630000', '170710.099000', '170710.551000', '170711.019000', '170711.475000', '170711.944000', '170712.387000', '170712.845000', '170713.312000', '170713.777000', '170714.236000', '170714.688000', '170715.162000', '170715.607000', '170716.083000', '170716.545000', '170717.004000', '170717.466000', '170717.920000', '170718.377000', '170718.875000', '170719.299000', '170719.746000', '170720.214000', '170720.667000', '170721.139000', '170721.616000', '170722.061000', '170722.518000', '170723.007000', '170723.432000', '170723.928000', '170724.360000', '170724.818000', '170725.277000', '170725.743000', '170726.190000', '170726.662000', '170727.112000', '170727.578000', '170728.045000', '170728.494000', '170728.958000', '170729.424000', '170729.872000', '170730.338000', '170730.792000', '170731.258000', '170731.714000', '170732.200000', '170732.631000', '170733.098000', '170733.553000', '170734.063000', '170734.479000', '170734.940000', '170735.391000', '170735.873000', '170736.328000', '170736.786000', '170737.248000', '170737.691000', '170738.152000', '170738.611000', '170739.086000', '170739.588000', '170740.002000', '170740.460000', '170740.919000', '170741.377000', '170741.844000', '170742.290000', '170742.762000', '170743.227000', '170743.731000', '170744.142000', '170744.608000', '170745.061000', '170745.509000', '170745.985000', '170746.448000', '170746.887000', '170747.355000', '170747.813000', '170748.284000', '170748.779000', '170749.194000', '170749.658000', '170750.110000', '170750.574000', '170751.048000', '170751.496000', '170751.966000', '170752.424000', '170752.883000', '170753.339000', '170753.852000', '170754.304000', '170754.718000', '170755.189000', '170755.667000', '170756.134000', '170756.582000', '170757.013000', '170757.489000', '170757.941000', '170758.400000', '170758.853000', '170759.315000', '170759.784000', '170800.239000', '170800.708000', '170801.151000', '170801.629000', '170802.090000', '170802.540000', '170803.009000', '170803.466000', '170803.945000', '170804.403000', '170804.842000', '170805.306000', '170805.761000', '170806.221000', '170806.685000', '170807.128000', '170807.607000', '170808.054000', '170808.517000', '170808.983000', '170809.436000', '170809.893000', '170810.364000', '170810.817000', '170811.284000', '170811.749000', '170812.206000', '170812.669000', '170813.132000', '170813.575000', '170814.033000', '170814.505000', '170814.969000', '170815.414000', '170815.882000', '170816.340000', '170816.812000', '170817.265000', '170817.727000', '170818.198000', '170818.641000', '170819.111000', '170819.562000', '170820.023000', '170820.492000', '170820.936000', '170821.405000', '170821.873000', '170822.364000', '170822.779000', '170823.249000', '170823.696000', '170824.169000', '170824.627000', '170825.093000', '170825.543000', '170826.005000', '170826.471000', '170826.920000', '170827.407000', '170827.853000', '170828.293000', '170828.769000', '170829.247000', '170829.674000', '170830.157000', '170830.614000', '170831.073000', '170831.530000', '170831.993000', '170832.451000', '170832.910000', '170833.367000', '170833.811000', '170834.289000', '170834.740000', '170835.213000', '170835.655000', '170836.114000', '170836.590000', '170837.042000', '170837.501000', '170837.976000', '170838.426000', '170838.888000', '170839.350000', '170839.814000', '170840.272000', '170840.734000', '170841.190000', '170841.638000', '170842.100000', '170842.571000', '170843.027000', '170843.493000', '170843.950000', '170844.401000', '170844.866000', '170845.325000', '170845.942000', '170846.249000', '170846.716000', '170847.161000', '170847.630000', '170848.099000', '170848.537000', '170849.047000', '170849.475000', '170849.919000', '170850.387000', '170850.861000', '170851.296000', '170851.761000', '170852.242000', '170852.679000', '170853.144000', '170853.608000', '170854.069000', '170854.516000', '170854.990000', '170855.456000', '170855.984000', '170856.369000', '170856.819000', '170857.289000', '170857.757000', '170858.205000', '170858.668000', '170859.136000', '170859.640000', '170900.043000', '170900.509000', '170900.973000', '170901.430000', '170901.888000', '170902.338000', '170902.806000', '170903.278000', '170903.734000', '170904.185000', '170904.644000', '170905.121000', '170905.562000', '170906.037000', '170906.485000', '170906.954000', '170907.422000', '170907.871000', '170908.321000', '170908.785000', '170909.239000', '170909.711000', '170910.177000', '170910.635000', '170911.081000', '170911.557000', '170912.005000', '170912.474000', '170912.955000', '170913.387000', '170913.863000', '170914.309000', '170914.781000', '170915.222000', '170915.697000', '170916.178000', '170916.619000', '170917.062000', '170917.533000', '170917.985000', '170918.458000', '170918.925000', '170919.382000', '170919.842000', '170920.294000', '170920.754000', '170921.222000', '170921.662000', '170922.135000', '170922.601000', '170923.064000', '170923.517000', '170923.977000', '170924.427000', '170924.891000', '170925.354000', '170925.817000', '170926.298000', '170926.770000', '170927.188000', '170927.657000', '170928.170000', '170928.596000', '170929.038000', '170929.494000', '170929.950000', '170930.411000', '170930.862000', '170931.340000', '170931.790000', '170932.262000', '170932.738000', '170933.177000', '170933.624000', '170934.127000', '170934.541000', '170935.005000', '170935.463000', '170935.958000', '170936.396000', '170936.867000', '170937.309000', '170937.800000', '170938.227000', '170938.718000', '170939.148000', '170939.615000', '170940.081000', '170940.536000', '170940.996000', '170941.458000', '170941.921000', '170942.378000', '170942.853000', '170943.292000', '170943.758000', '170944.204000', '170944.674000', '170945.137000', '170945.597000', '170946.048000', '170946.518000', '170946.976000', '170947.438000', '170947.901000', '170948.365000', '170948.824000', '170949.271000', '170949.729000', '170950.186000', '170950.667000', '170951.118000', '170951.566000', '170952.047000', '170952.486000', '170952.961000', '170953.426000', '170953.910000', '170954.343000', '170954.788000', '170955.266000', '170955.719000', '170956.179000', '170956.638000', '170957.131000', '170957.557000', '170958.023000', '170958.488000', '170958.929000', '170959.387000', '170959.862000', '171000.332000', '171000.807000', '171001.245000', '171001.699000', '171002.155000', '171002.619000', '171003.074000', '171003.543000', '171004.004000', '171004.461000', '171004.931000', '171005.377000', '171005.833000', '171006.304000', '171006.771000', '171007.212000', '171007.670000', '171008.136000', '171008.602000', '171009.066000', '171009.520000', '171009.982000', '171010.433000', '171010.889000', '171011.362000', '171011.977000', '171012.282000', '171012.745000', '171013.202000', '171013.671000', '171014.112000', '171014.584000', '171015.035000', '171015.493000', '171015.962000', '171016.414000', '171016.883000', '171017.345000', '171017.801000', '171018.254000', '171018.713000', '171019.183000', '171019.632000', '171020.099000', '171020.551000', '171021.027000', '171021.483000', '171021.942000', '171022.403000', '171022.861000', '171023.311000', '171023.955000', '171024.235000', '171024.711000', '171025.161000', '171025.632000', '171026.083000', '171026.531000', '171027.011000', '171027.475000', '171027.927000', '171028.392000', '171028.842000', '171029.360000', '171029.761000', '171030.227000', '171030.677000', '171031.180000', '171031.593000', '171032.064000', '171032.513000', '171032.984000', '171033.453000', '171034.048000', '171034.372000', '171034.830000', '171035.278000', '171035.755000', '171036.208000', '171036.670000', '171037.117000', '171037.593000', '171038.053000', '171038.503000', '171038.966000', '171039.424000', '171039.887000', '171040.347000', '171040.810000', '171041.311000', '171041.743000', '171042.184000', '171042.660000', '171043.102000', '171043.552000', '171044.032000', '171044.488000', '171044.953000', '171045.413000', '171045.864000', '171046.325000', '171046.818000', '171047.249000', '171047.694000', '171048.160000', '171048.626000', '171049.081000', '171049.555000', '171050.005000', '171050.471000', '171050.963000', '171051.386000', '171051.956000', '171052.315000', '171052.811000', '171053.230000', '171053.683000', '171054.140000', '171054.605000', '171055.071000', '171055.531000', '171055.993000', '171056.450000', '171056.902000', '171057.374000', '171057.862000', '171058.281000', '171058.745000', '171059.213000', '171059.700000', '171100.182000', '171100.588000', '171101.056000', '171101.539000', '171101.968000', '171102.418000', '171102.893000', '171103.348000', '171103.817000', '171104.281000', '171104.739000', '171105.192000', '171105.685000', '171106.104000', '171106.579000', '171107.022000', '171107.499000', '171107.941000', '171108.407000', '171108.877000', '171109.335000', '171109.796000', '171110.257000', '171110.726000', '171111.178000', '171111.632000', '171112.085000', '171112.547000', '171113.008000', '171113.463000', '171113.940000', '171114.390000', '171114.849000', '171115.313000', '171115.779000', '171116.235000', '171116.695000', '171117.147000', '171117.617000', '171118.082000', '171118.538000', '171118.984000', '171119.454000', '171119.903000', '171120.375000', '171120.840000', '171121.298000', '171121.787000', '171122.208000', '171122.676000', '171123.127000', '171123.602000', '171124.043000', '171124.515000', '171124.962000', '171125.437000', '171125.884000', '171126.352000', '171126.805000'], 'InstanceCreationTime': ['170342.873000', '170343.102000', '170343.321000', '170343.520000', '170343.721000', '170343.954000', '170344.141000', '170344.319000', '170344.584000', '170344.736000', '170344.950000', '170345.182000', '170345.410000', '170345.817000', '170346.304000', '170346.780000', '170347.221000', '170347.679000', '170348.145000', '170348.607000', '170349.068000', '170349.523000', '170349.986000', '170350.433000', '170350.897000', '170351.357000', '170351.870000', '170352.294000', '170352.746000', '170353.204000', '170353.676000', '170354.130000', '170354.563000', '170355.031000', '170355.570000', '170355.984000', '170356.432000', '170356.872000', '170357.343000', '170357.807000', '170358.262000', '170358.732000', '170359.191000', '170400.167000', '170400.286000', '170400.564000', '170401.017000', '170401.476000', '170401.941000', '170402.404000', '170402.853000', '170403.321000', '170403.772000', '170404.230000', '170404.694000', '170405.170000', '170405.615000', '170406.077000', '170406.544000', '170406.987000', '170407.453000', '170407.939000', '170408.377000', '170408.833000', '170409.301000', '170409.761000', '170410.216000', '170410.690000', '170411.150000', '170411.651000', '170412.054000', '170412.526000', '170412.985000', '170413.441000', '170413.908000', '170414.355000', '170414.828000', '170415.277000', '170415.732000', '170416.194000', '170416.653000', '170417.113000', '170417.585000', '170418.224000', '170418.498000', '170418.970000', '170419.411000', '170419.934000', '170420.340000', '170420.796000', '170421.270000', '170421.731000', '170422.182000', '170422.650000', '170423.090000', '170423.560000', '170424.009000', '170424.494000', '170424.942000', '170425.401000', '170425.870000', '170426.373000', '170426.775000', '170427.249000', '170427.708000', '170428.160000', '170428.623000', '170429.109000', '170429.543000', '170430.000000', '170430.468000', '170430.909000', '170431.374000', '170431.830000', '170432.331000', '170432.770000', '170433.232000', '170433.688000', '170434.150000', '170434.600000', '170435.057000', '170435.565000', '170435.992000', '170436.464000', '170436.901000', '170437.367000', '170437.820000', '170438.286000', '170438.751000', '170439.194000', '170439.667000', '170440.124000', '170440.586000', '170441.056000', '170441.510000', '170441.973000', '170442.422000', '170442.883000', '170443.343000', '170444.115000', '170444.367000', '170444.729000', '170445.174000', '170445.632000', '170446.104000', '170446.562000', '170447.031000', '170447.482000', '170447.947000', '170448.403000', '170448.858000', '170449.314000', '170449.783000', '170450.240000', '170450.696000', '170451.172000', '170451.616000', '170452.090000', '170452.564000', '170453.009000', '170453.466000', '170453.924000', '170454.383000', '170454.835000', '170455.305000', '170455.757000', '170456.216000', '170456.670000', '170457.141000', '170457.608000', '170458.054000', '170458.513000', '170458.981000', '170459.451000', '170459.914000', '170500.357000', '170500.829000', '170501.272000', '170501.742000', '170502.195000', '170502.687000', '170503.116000', '170503.590000', '170504.037000', '170504.515000', '170504.963000', '170505.433000', '170505.884000', '170506.353000', '170506.808000', '170507.281000', '170507.715000', '170508.194000', '170508.651000', '170509.122000', '170509.576000', '170510.029000', '170510.490000', '170510.956000', '170511.407000', '170511.897000', '170512.324000', '170512.788000', '170513.241000', '170513.719000', '170514.176000', '170514.618000', '170515.084000', '170515.593000', '170516.013000', '170516.459000', '170516.926000', '170517.396000', '170517.835000', '170518.295000', '170518.761000', '170519.232000', '170519.705000', '170520.654000', '170520.830000', '170521.075000', '170521.525000', '170521.974000', '170522.445000', '170522.912000', '170523.376000', '170523.828000', '170524.325000', '170524.735000', '170525.200000', '170525.665000', '170526.127000', '170526.592000', '170527.055000', '170527.507000', '170527.983000', '170528.415000', '170528.878000', '170529.339000', '170529.851000', '170530.270000', '170530.727000', '170531.184000', '170531.642000', '170532.116000', '170532.558000', '170533.048000', '170533.492000', '170533.939000', '170534.407000', '170534.858000', '170535.327000', '170535.898000', '170536.252000', '170536.721000', '170537.175000', '170537.635000', '170538.087000', '170538.545000', '170538.995000', '170539.457000', '170539.957000', '170540.385000', '170540.838000', '170541.297000', '170541.762000', '170542.233000', '170542.689000', '170543.161000', '170543.609000', '170544.055000', '170544.530000', '170544.983000', '170545.437000', '170545.932000', '170546.354000', '170546.830000', '170547.292000', '170547.747000', '170548.201000', '170548.674000', '170549.133000', '170549.586000', '170550.044000', '170550.510000', '170550.970000', '170551.480000', '170551.888000', '170552.436000', '170552.800000', '170553.256000', '170553.760000', '170554.191000', '170554.659000', '170555.096000', '170555.568000', '170556.022000', '170556.489000', '170556.952000', '170557.414000', '170557.854000', '170558.319000', '170558.787000', '170559.239000', '170559.714000', '170600.169000', '170600.622000', '170601.090000', '170601.538000', '170602.019000', '170602.485000', '170602.935000', '170603.416000', '170603.839000', '170604.318000', '170604.765000', '170605.226000', '170605.701000', '170606.139000', '170606.619000', '170607.122000', '170607.518000', '170607.981000', '170608.446000', '170608.920000', '170609.378000', '170609.819000', '170610.288000', '170610.757000', '170611.195000', '170611.665000', '170612.136000', '170612.592000', '170613.047000', '170613.516000', '170613.972000', '170614.420000', '170614.889000', '170615.360000', '170615.802000', '170616.276000', '170616.732000', '170617.190000', '170617.653000', '170618.114000', '170618.571000', '170619.038000', '170619.528000', '170619.952000', '170620.403000', '170620.858000', '170621.333000', '170621.798000', '170622.250000', '170622.711000', '170623.165000', '170623.620000', '170624.085000', '170624.552000', '170625.005000', '170625.467000', '170625.936000', '170626.393000', '170626.861000', '170627.306000', '170627.804000', '170628.258000', '170628.707000', '170629.157000', '170629.606000', '170630.088000', '170630.534000', '170630.998000', '170631.448000', '170631.949000', '170632.365000', '170632.840000', '170633.296000', '170633.754000', '170634.216000', '170634.677000', '170635.125000', '170635.601000', '170636.054000', '170636.505000', '170636.969000', '170637.432000', '170637.895000', '170638.345000', '170638.804000', '170639.275000', '170639.727000', '170640.199000', '170640.643000', '170641.102000', '170641.625000', '170642.065000', '170642.498000', '170642.961000', '170643.417000', '170643.871000', '170644.366000', '170644.805000', '170645.248000', '170645.716000', '170646.177000', '170646.635000', '170647.168000', '170647.554000', '170648.016000', '170648.474000', '170648.937000', '170649.399000', '170650.015000', '170650.313000', '170650.767000', '170651.242000', '170651.698000', '170652.168000', '170652.607000', '170653.073000', '170653.536000', '170654.032000', '170654.442000', '170654.907000', '170655.431000', '170655.822000', '170656.312000', '170656.741000', '170657.230000', '170657.668000', '170658.132000', '170658.594000', '170659.046000', '170659.512000', '170659.968000', '170700.439000', '170700.900000', '170701.347000', '170701.956000', '170702.344000', '170702.725000', '170703.195000', '170703.647000', '170704.118000', '170704.569000', '170705.034000', '170705.486000', '170705.944000', '170706.412000', '170706.876000', '170707.327000', '170707.786000', '170708.257000', '170708.717000', '170709.178000', '170709.630000', '170710.099000', '170710.551000', '170711.019000', '170711.475000', '170711.944000', '170712.387000', '170712.845000', '170713.312000', '170713.777000', '170714.236000', '170714.688000', '170715.162000', '170715.607000', '170716.083000', '170716.545000', '170717.004000', '170717.466000', '170717.920000', '170718.377000', '170718.875000', '170719.299000', '170719.746000', '170720.214000', '170720.667000', '170721.139000', '170721.616000', '170722.061000', '170722.518000', '170723.007000', '170723.432000', '170723.928000', '170724.360000', '170724.818000', '170725.277000', '170725.743000', '170726.190000', '170726.662000', '170727.112000', '170727.578000', '170728.045000', '170728.494000', '170728.958000', '170729.424000', '170729.872000', '170730.338000', '170730.792000', '170731.258000', '170731.714000', '170732.200000', '170732.631000', '170733.098000', '170733.553000', '170734.063000', '170734.479000', '170734.940000', '170735.391000', '170735.873000', '170736.328000', '170736.786000', '170737.248000', '170737.691000', '170738.152000', '170738.611000', '170739.086000', '170739.588000', '170740.002000', '170740.460000', '170740.919000', '170741.377000', '170741.844000', '170742.290000', '170742.762000', '170743.227000', '170743.731000', '170744.142000', '170744.608000', '170745.061000', '170745.509000', '170745.985000', '170746.448000', '170746.887000', '170747.355000', '170747.813000', '170748.284000', '170748.779000', '170749.194000', '170749.658000', '170750.110000', '170750.574000', '170751.048000', '170751.496000', '170751.966000', '170752.424000', '170752.883000', '170753.339000', '170753.852000', '170754.304000', '170754.718000', '170755.189000', '170755.667000', '170756.134000', '170756.582000', '170757.013000', '170757.489000', '170757.941000', '170758.400000', '170758.853000', '170759.315000', '170759.784000', '170800.239000', '170800.708000', '170801.151000', '170801.629000', '170802.090000', '170802.540000', '170803.009000', '170803.466000', '170803.945000', '170804.403000', '170804.842000', '170805.306000', '170805.761000', '170806.221000', '170806.685000', '170807.128000', '170807.607000', '170808.054000', '170808.517000', '170808.983000', '170809.436000', '170809.893000', '170810.364000', '170810.817000', '170811.284000', '170811.749000', '170812.206000', '170812.669000', '170813.132000', '170813.575000', '170814.033000', '170814.505000', '170814.969000', '170815.414000', '170815.882000', '170816.340000', '170816.812000', '170817.265000', '170817.727000', '170818.198000', '170818.641000', '170819.111000', '170819.562000', '170820.023000', '170820.492000', '170820.936000', '170821.405000', '170821.873000', '170822.364000', '170822.779000', '170823.249000', '170823.696000', '170824.169000', '170824.627000', '170825.093000', '170825.543000', '170826.005000', '170826.471000', '170826.920000', '170827.407000', '170827.853000', '170828.293000', '170828.769000', '170829.247000', '170829.674000', '170830.157000', '170830.614000', '170831.073000', '170831.530000', '170831.993000', '170832.451000', '170832.910000', '170833.367000', '170833.811000', '170834.289000', '170834.740000', '170835.213000', '170835.655000', '170836.114000', '170836.590000', '170837.042000', '170837.501000', '170837.976000', '170838.426000', '170838.888000', '170839.350000', '170839.814000', '170840.272000', '170840.734000', '170841.190000', '170841.638000', '170842.100000', '170842.571000', '170843.027000', '170843.493000', '170843.950000', '170844.401000', '170844.866000', '170845.325000', '170845.942000', '170846.249000', '170846.716000', '170847.161000', '170847.630000', '170848.099000', '170848.537000', '170849.047000', '170849.475000', '170849.919000', '170850.387000', '170850.861000', '170851.296000', '170851.761000', '170852.242000', '170852.679000', '170853.144000', '170853.608000', '170854.069000', '170854.516000', '170854.990000', '170855.456000', '170855.984000', '170856.369000', '170856.819000', '170857.289000', '170857.757000', '170858.205000', '170858.668000', '170859.136000', '170859.640000', '170900.043000', '170900.509000', '170900.973000', '170901.430000', '170901.888000', '170902.338000', '170902.806000', '170903.278000', '170903.734000', '170904.185000', '170904.644000', '170905.121000', '170905.562000', '170906.037000', '170906.485000', '170906.954000', '170907.422000', '170907.871000', '170908.321000', '170908.785000', '170909.239000', '170909.711000', '170910.177000', '170910.635000', '170911.081000', '170911.557000', '170912.005000', '170912.474000', '170912.955000', '170913.387000', '170913.863000', '170914.309000', '170914.781000', '170915.222000', '170915.697000', '170916.178000', '170916.619000', '170917.062000', '170917.533000', '170917.985000', '170918.458000', '170918.925000', '170919.382000', '170919.842000', '170920.294000', '170920.754000', '170921.222000', '170921.662000', '170922.135000', '170922.601000', '170923.064000', '170923.517000', '170923.977000', '170924.427000', '170924.891000', '170925.354000', '170925.817000', '170926.298000', '170926.770000', '170927.188000', '170927.657000', '170928.170000', '170928.596000', '170929.038000', '170929.494000', '170929.950000', '170930.411000', '170930.862000', '170931.340000', '170931.790000', '170932.262000', '170932.738000', '170933.177000', '170933.624000', '170934.127000', '170934.541000', '170935.005000', '170935.463000', '170935.958000', '170936.396000', '170936.867000', '170937.309000', '170937.800000', '170938.227000', '170938.718000', '170939.148000', '170939.615000', '170940.081000', '170940.536000', '170940.996000', '170941.458000', '170941.921000', '170942.378000', '170942.853000', '170943.292000', '170943.758000', '170944.204000', '170944.674000', '170945.137000', '170945.597000', '170946.048000', '170946.518000', '170946.976000', '170947.438000', '170947.901000', '170948.365000', '170948.824000', '170949.271000', '170949.729000', '170950.186000', '170950.667000', '170951.118000', '170951.566000', '170952.047000', '170952.486000', '170952.961000', '170953.426000', '170953.910000', '170954.343000', '170954.788000', '170955.266000', '170955.719000', '170956.179000', '170956.638000', '170957.131000', '170957.557000', '170958.023000', '170958.488000', '170958.929000', '170959.387000', '170959.862000', '171000.332000', '171000.807000', '171001.245000', '171001.699000', '171002.155000', '171002.619000', '171003.074000', '171003.543000', '171004.004000', '171004.461000', '171004.931000', '171005.377000', '171005.833000', '171006.304000', '171006.771000', '171007.212000', '171007.670000', '171008.136000', '171008.602000', '171009.066000', '171009.520000', '171009.982000', '171010.433000', '171010.889000', '171011.362000', '171011.977000', '171012.282000', '171012.745000', '171013.202000', '171013.671000', '171014.112000', '171014.584000', '171015.035000', '171015.493000', '171015.962000', '171016.414000', '171016.883000', '171017.345000', '171017.801000', '171018.254000', '171018.713000', '171019.183000', '171019.632000', '171020.099000', '171020.551000', '171021.027000', '171021.483000', '171021.942000', '171022.403000', '171022.861000', '171023.311000', '171023.955000', '171024.235000', '171024.711000', '171025.161000', '171025.632000', '171026.083000', '171026.531000', '171027.011000', '171027.475000', '171027.927000', '171028.392000', '171028.842000', '171029.360000', '171029.761000', '171030.227000', '171030.677000', '171031.180000', '171031.593000', '171032.064000', '171032.513000', '171032.984000', '171033.453000', '171034.048000', '171034.372000', '171034.830000', '171035.278000', '171035.755000', '171036.208000', '171036.670000', '171037.117000', '171037.593000', '171038.053000', '171038.503000', '171038.966000', '171039.424000', '171039.887000', '171040.347000', '171040.810000', '171041.311000', '171041.743000', '171042.184000', '171042.660000', '171043.102000', '171043.552000', '171044.032000', '171044.488000', '171044.953000', '171045.413000', '171045.864000', '171046.325000', '171046.818000', '171047.249000', '171047.694000', '171048.160000', '171048.626000', '171049.081000', '171049.555000', '171050.005000', '171050.471000', '171050.963000', '171051.386000', '171051.956000', '171052.315000', '171052.811000', '171053.230000', '171053.683000', '171054.140000', '171054.605000', '171055.071000', '171055.531000', '171055.993000', '171056.450000', '171056.902000', '171057.374000', '171057.862000', '171058.281000', '171058.745000', '171059.213000', '171059.700000', '171100.182000', '171100.588000', '171101.056000', '171101.539000', '171101.968000', '171102.418000', '171102.893000', '171103.348000', '171103.817000', '171104.281000', '171104.739000', '171105.192000', '171105.685000', '171106.104000', '171106.579000', '171107.022000', '171107.499000', '171107.941000', '171108.407000', '171108.877000', '171109.335000', '171109.796000', '171110.257000', '171110.726000', '171111.178000', '171111.632000', '171112.085000', '171112.547000', '171113.008000', '171113.463000', '171113.940000', '171114.390000', '171114.849000', '171115.313000', '171115.779000', '171116.235000', '171116.695000', '171117.147000', '171117.617000', '171118.082000', '171118.538000', '171118.984000', '171119.454000', '171119.903000', '171120.375000', '171120.840000', '171121.298000', '171121.787000', '171122.208000', '171122.676000', '171123.127000', '171123.602000', '171124.043000', '171124.515000', '171124.962000', '171125.437000', '171125.884000', '171126.352000', '171126.805000'], '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': [630, 908, 621, 869, 630, 748, 642, 746, 632, 873, 626, 739, 629, 689, 609, 682, 624, 699, 636, 683, 622, 700, 606, 675, 645, 673, 625, 675, 652, 654, 644, 700, 645, 712, 624, 680, 649, 733, 616, 625, 626, 608, 625, 607, 636, 617, 615, 628, 611, 599, 626, 597, 622, 604, 1022, 607, 727, 614, 722, 612, 660, 635, 591, 603, 603, 592, 624, 715, 609, 684, 605, 656, 624, 585, 588, 600, 684, 620, 728, 607, 715, 583, 652, 627, 614, 591, 611, 567, 622, 777, 608, 891, 604, 816, 591, 664, 589, 606, 579, 608, 890, 608, 783, 606, 691, 624, 643, 585, 611, 909, 610, 764, 606, 666, 603, 594, 589, 602, 654, 611, 1062, 605, 784, 613, 696, 593, 666, 615, 598, 593, 619, 828, 616, 941, 599, 711, 595, 689, 634, 623, 611, 592, 621, 614, 588, 620, 593, 612, 591, 612, 795, 617, 885, 625, 938, 617, 826, 620, 698, 609, 653, 619, 659, 600, 608, 592, 623, 616, 629, 891, 622, 691, 614, 690, 595, 659, 609, 632, 607, 610, 574, 610, 642, 628, 759, 609, 672, 619, 654, 624, 615, 589, 598, 666, 636, 776, 615, 696, 629, 676, 592, 650, 637, 623, 607, 636, 566, 597, 684, 610, 984, 602, 720, 608, 734, 610, 661, 611, 590, 600, 602, 887, 615, 747, 580, 706, 615, 640, 587, 585, 586, 591, 815, 595, 912, 620, 707, 587, 667, 546, 653, 541, 539, 520, 501, 523, 556, 967, 594, 1051, 589, 956, 580, 829, 571, 753, 565, 628, 754, 607, 1074, 614, 697, 533, 597, 534, 575, 790, 574, 624, 504, 556, 536, 547, 707, 548, 594, 517, 553, 525, 546, 660, 539, 596, 539, 549, 534, 563, 698, 656, 805, 662, 576, 688, 940, 743, 648, 729, 607, 730, 722, 751, 754, 701, 736, 714, 716, 712, 673, 737, 727, 770, 982, 709, 937, 705, 1032, 683, 949, 711, 779, 728, 709, 962, 708, 1001, 702, 863, 657, 836, 644, 729, 662, 704, 658, 735, 672, 744, 632, 713, 1003, 650, 1062, 681, 991, 654, 827, 652, 671, 684, 633, 612, 642, 1055, 663, 783, 632, 659, 638, 638, 866, 660, 649, 678, 614, 585, 630, 1063, 629, 709, 638, 613, 648, 615, 635, 614, 747, 659, 786, 659, 627, 624, 641, 966, 652, 629, 669, 631, 614, 672, 767, 641, 649, 686, 650, 951, 633, 620, 671, 641, 623, 659, 826, 636, 634, 661, 631, 683, 657, 833, 660, 620, 712, 620, 708, 634, 686, 658, 849, 656, 933, 699, 792, 677, 667, 680, 662, 1056, 644, 705, 711, 644, 665, 648, 690, 645, 732, 669, 677, 683, 859, 657, 1145, 697, 979, 670, 839, 655, 732, 693, 715, 668, 648, 685, 656, 741, 706, 667, 748, 684, 703, 734, 692, 873, 718, 913, 690, 800, 669, 735, 679, 784, 668, 590, 477, 677, 506, 577, 502, 450, 643, 533, 783, 564, 825, 619, 676, 598, 564, 823, 619, 964, 711, 896, 708, 676, 870, 574, 785, 549, 683, 488, 543, 706, 557, 641, 513, 628, 443, 532, 511, 540, 680, 535, 640, 496, 571, 506, 554, 782, 525, 701, 524, 684, 499, 634, 520, 581, 562, 560, 778, 518, 663, 511, 664, 523, 649, 504, 651, 533, 654, 551, 613, 583, 581, 720, 530, 750, 535, 671, 500, 699, 499, 685, 517, 651, 530, 654, 515, 645, 526, 657, 550, 657, 513, 676, 527, 674, 546, 661, 533, 649, 541, 630, 728, 640, 544, 619, 542, 656, 835, 702, 920, 676, 977, 598, 909, 619, 712, 578, 596, 818, 521, 771, 538, 679, 498, 554, 570, 563, 671, 514, 787, 506, 713, 538, 707, 503, 588, 496, 584, 467, 634, 509, 605, 558, 908, 610, 706, 519, 450, 651, 518, 721, 550, 676, 566, 576, 625, 535, 724, 514, 694, 496, 655, 508, 688, 472, 595, 460, 573, 465, 575, 531, 562, 551, 522, 705, 504, 803, 539, 770, 569, 708, 517, 679, 519, 706, 527, 739, 564, 747, 555, 691, 530, 617, 593, 641, 616, 747, 617, 498, 581, 519, 606, 614, 614, 501, 585, 486, 596, 511, 614, 539, 576, 518, 568, 545, 584, 570, 597, 596, 557, 626, 565, 568, 632, 538, 660, 560, 706, 553, 658, 491, 673, 535, 718, 572, 628, 536, 613, 570, 568, 704, 564, 786, 551, 723, 526, 681, 511, 685, 569, 682, 529, 633, 499, 635, 508, 648, 514, 625, 566, 614, 655, 593, 730, 554, 840, 562, 762, 572, 715, 560, 716, 560, 670, 521, 661, 573, 671, 582, 630, 649, 605, 845, 610, 811, 563, 785, 554, 743, 586, 711, 534, 686, 570, 695, 520, 634, 511, 635, 587, 605, 622, 566, 852, 553, 729, 579, 696, 506, 587, 555, 569, 773, 545, 703, 520, 670, 546, 645, 527, 572, 621, 519, 770, 524, 669, 520, 639, 489, 621, 496, 610, 515, 578, 612, 520, 791, 533, 672, 547, 650, 488, 595, 565, 576, 603, 501, 824, 534, 714, 561, 686, 525, 654, 502, 612, 478, 578, 530, 574, 546, 542, 671, 529, 817, 552, 719, 529, 698, 537, 709, 556, 695, 503, 666, 517, 723, 558, 550, 552, 533, 607, 845, 600, 856, 585, 926, 520, 744, 527, 668, 470, 666, 467, 621, 450, 579, 465, 578, 506, 564, 508, 540, 603, 581, 586, 562, 610, 579, 667, 594, 697, 539, 740, 522, 679, 534, 665, 514, 745, 565, 700, 516, 664, 505, 676, 497, 677, 465, 612, 469, 554, 487, 582, 533, 520, 616, 525, 697, 521, 651, 482, 646, 490, 641, 499, 639, 444, 575, 462, 566, 477, 544, 593, 550, 677, 509, 667, 493, 664, 501, 676, 484, 641, 496, 580, 468, 542, 484, 556, 565, 537, 617, 489, 653, 484, 721, 529, 633, 494, 638, 527, 642, 544, 631, 508, 634, 517, 662, 552, 653, 532, 637, 631, 634, 631, 597, 722, 553, 822, 567, 757, 530, 695, 534, 687, 535, 692, 498, 652, 499, 644, 498, 591, 492, 588, 588, 597, 623, 561, 803, 529, 725, 520, 673, 543, 668, 507, 645, 552, 637, 607, 537, 820, 541, 715, 578, 630, 504, 610, 562, 593, 774], 'WindowCenter': [275.0, 275.0, 272.0, 273.0, 271.0, 271.0, 270.0, 271.0, 270.0, 272.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 269.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 269.0, 269.0, 269.0, 269.0, 269.0, 268.0, 269.0, 269.0, 269.0, 269.0, 269.0, 268.0, 269.0, 269.0, 269.0, 269.0, 271.0, 268.0, 269.0, 269.0, 270.0, 269.0, 269.0, 269.0, 269.0, 268.0, 269.0, 268.0, 269.0, 270.0, 269.0, 270.0, 269.0, 269.0, 269.0, 268.0, 268.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 268.0, 270.0, 269.0, 269.0, 269.0, 270.0, 268.0, 270.0, 271.0, 269.0, 271.0, 269.0, 271.0, 269.0, 270.0, 268.0, 269.0, 268.0, 269.0, 271.0, 269.0, 270.0, 269.0, 270.0, 269.0, 269.0, 269.0, 270.0, 272.0, 269.0, 270.0, 269.0, 270.0, 269.0, 269.0, 268.0, 269.0, 270.0, 270.0, 272.0, 269.0, 270.0, 270.0, 270.0, 269.0, 270.0, 269.0, 269.0, 269.0, 270.0, 271.0, 270.0, 271.0, 269.0, 270.0, 269.0, 270.0, 270.0, 270.0, 269.0, 269.0, 270.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 271.0, 270.0, 272.0, 270.0, 272.0, 270.0, 271.0, 270.0, 270.0, 269.0, 270.0, 270.0, 270.0, 269.0, 270.0, 269.0, 270.0, 270.0, 270.0, 272.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 269.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 270.0, 269.0, 269.0, 270.0, 270.0, 271.0, 270.0, 270.0, 270.0, 270.0, 269.0, 270.0, 270.0, 270.0, 269.0, 270.0, 268.0, 269.0, 270.0, 269.0, 272.0, 269.0, 270.0, 269.0, 270.0, 269.0, 269.0, 269.0, 268.0, 268.0, 268.0, 270.0, 269.0, 269.0, 268.0, 269.0, 268.0, 269.0, 268.0, 268.0, 268.0, 268.0, 270.0, 268.0, 271.0, 270.0, 270.0, 269.0, 271.0, 268.0, 269.0, 268.0, 269.0, 268.0, 268.0, 268.0, 269.0, 272.0, 269.0, 271.0, 268.0, 271.0, 268.0, 269.0, 267.0, 269.0, 267.0, 267.0, 268.0, 267.0, 270.0, 266.0, 267.0, 266.0, 266.0, 266.0, 267.0, 268.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 269.0, 268.0, 268.0, 268.0, 268.0, 267.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 269.0, 270.0, 271.0, 272.0, 273.0, 271.0, 271.0, 272.0, 273.0, 272.0, 271.0, 272.0, 271.0, 273.0, 273.0, 273.0, 274.0, 273.0, 274.0, 273.0, 273.0, 273.0, 272.0, 273.0, 272.0, 274.0, 274.0, 272.0, 273.0, 271.0, 274.0, 271.0, 273.0, 271.0, 271.0, 270.0, 270.0, 272.0, 271.0, 273.0, 271.0, 272.0, 270.0, 271.0, 270.0, 270.0, 269.0, 270.0, 270.0, 270.0, 270.0, 270.0, 269.0, 270.0, 272.0, 269.0, 271.0, 269.0, 271.0, 269.0, 270.0, 269.0, 269.0, 269.0, 269.0, 268.0, 269.0, 271.0, 269.0, 269.0, 268.0, 269.0, 268.0, 269.0, 270.0, 269.0, 269.0, 269.0, 269.0, 268.0, 269.0, 271.0, 269.0, 269.0, 269.0, 268.0, 269.0, 269.0, 269.0, 269.0, 270.0, 270.0, 270.0, 270.0, 269.0, 269.0, 269.0, 271.0, 270.0, 269.0, 270.0, 270.0, 270.0, 270.0, 271.0, 270.0, 270.0, 270.0, 270.0, 272.0, 270.0, 270.0, 270.0, 270.0, 270.0, 271.0, 272.0, 271.0, 271.0, 271.0, 271.0, 271.0, 271.0, 272.0, 271.0, 271.0, 272.0, 271.0, 271.0, 271.0, 271.0, 271.0, 273.0, 272.0, 273.0, 272.0, 272.0, 271.0, 271.0, 271.0, 271.0, 274.0, 271.0, 271.0, 272.0, 271.0, 271.0, 271.0, 272.0, 271.0, 273.0, 272.0, 271.0, 272.0, 273.0, 271.0, 274.0, 271.0, 273.0, 271.0, 273.0, 271.0, 271.0, 271.0, 271.0, 271.0, 271.0, 271.0, 271.0, 272.0, 273.0, 271.0, 272.0, 271.0, 271.0, 271.0, 271.0, 272.0, 271.0, 272.0, 272.0, 272.0, 271.0, 271.0, 271.0, 273.0, 270.0, 270.0, 268.0, 270.0, 268.0, 269.0, 267.0, 267.0, 270.0, 269.0, 271.0, 269.0, 271.0, 269.0, 269.0, 269.0, 268.0, 270.0, 268.0, 270.0, 268.0, 270.0, 268.0, 268.0, 269.0, 266.0, 267.0, 265.0, 267.0, 264.0, 265.0, 266.0, 265.0, 266.0, 265.0, 266.0, 263.0, 265.0, 265.0, 265.0, 267.0, 265.0, 266.0, 265.0, 266.0, 265.0, 266.0, 268.0, 266.0, 267.0, 266.0, 268.0, 266.0, 268.0, 266.0, 268.0, 268.0, 268.0, 270.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 268.0, 270.0, 269.0, 271.0, 270.0, 270.0, 270.0, 271.0, 272.0, 271.0, 272.0, 271.0, 272.0, 270.0, 272.0, 270.0, 273.0, 271.0, 272.0, 271.0, 272.0, 271.0, 272.0, 271.0, 272.0, 271.0, 272.0, 271.0, 272.0, 271.0, 273.0, 271.0, 272.0, 271.0, 271.0, 270.0, 271.0, 272.0, 272.0, 270.0, 271.0, 271.0, 272.0, 273.0, 272.0, 273.0, 271.0, 273.0, 270.0, 272.0, 270.0, 271.0, 269.0, 270.0, 271.0, 269.0, 271.0, 269.0, 270.0, 268.0, 269.0, 269.0, 269.0, 270.0, 269.0, 271.0, 268.0, 271.0, 269.0, 271.0, 268.0, 269.0, 269.0, 270.0, 269.0, 271.0, 269.0, 270.0, 270.0, 272.0, 270.0, 270.0, 269.0, 268.0, 270.0, 269.0, 271.0, 269.0, 270.0, 269.0, 269.0, 269.0, 269.0, 270.0, 268.0, 270.0, 268.0, 270.0, 268.0, 270.0, 267.0, 269.0, 267.0, 269.0, 267.0, 269.0, 269.0, 269.0, 269.0, 269.0, 270.0, 268.0, 271.0, 270.0, 271.0, 270.0, 271.0, 269.0, 271.0, 269.0, 271.0, 269.0, 272.0, 270.0, 272.0, 270.0, 271.0, 270.0, 270.0, 270.0, 269.0, 269.0, 271.0, 269.0, 268.0, 269.0, 268.0, 269.0, 269.0, 269.0, 268.0, 269.0, 267.0, 269.0, 268.0, 269.0, 269.0, 269.0, 268.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 268.0, 270.0, 269.0, 271.0, 269.0, 269.0, 268.0, 269.0, 269.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 268.0, 269.0, 268.0, 270.0, 269.0, 270.0, 268.0, 269.0, 268.0, 269.0, 268.0, 270.0, 269.0, 270.0, 269.0, 270.0, 270.0, 270.0, 271.0, 270.0, 272.0, 270.0, 272.0, 270.0, 271.0, 269.0, 271.0, 269.0, 270.0, 268.0, 270.0, 269.0, 271.0, 269.0, 270.0, 270.0, 269.0, 271.0, 270.0, 271.0, 270.0, 271.0, 270.0, 271.0, 269.0, 271.0, 269.0, 271.0, 270.0, 271.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 271.0, 270.0, 271.0, 270.0, 271.0, 268.0, 269.0, 269.0, 269.0, 271.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 268.0, 269.0, 269.0, 269.0, 271.0, 269.0, 270.0, 269.0, 270.0, 268.0, 269.0, 268.0, 270.0, 269.0, 270.0, 270.0, 269.0, 271.0, 270.0, 271.0, 270.0, 271.0, 268.0, 270.0, 270.0, 270.0, 270.0, 269.0, 272.0, 270.0, 272.0, 270.0, 271.0, 270.0, 271.0, 269.0, 270.0, 268.0, 270.0, 270.0, 270.0, 270.0, 270.0, 272.0, 270.0, 272.0, 270.0, 272.0, 270.0, 272.0, 270.0, 271.0, 270.0, 271.0, 269.0, 271.0, 269.0, 271.0, 270.0, 270.0, 270.0, 269.0, 270.0, 271.0, 270.0, 271.0, 269.0, 271.0, 268.0, 270.0, 268.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 269.0, 268.0, 269.0, 268.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 270.0, 270.0, 269.0, 270.0, 269.0, 271.0, 268.0, 270.0, 269.0, 269.0, 269.0, 270.0, 269.0, 270.0, 268.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 269.0, 268.0, 268.0, 269.0, 268.0, 270.0, 268.0, 269.0, 267.0, 269.0, 268.0, 269.0, 268.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 269.0, 269.0, 269.0, 270.0, 268.0, 270.0, 268.0, 269.0, 268.0, 270.0, 267.0, 269.0, 267.0, 269.0, 267.0, 268.0, 267.0, 269.0, 269.0, 269.0, 269.0, 268.0, 270.0, 268.0, 271.0, 269.0, 270.0, 269.0, 271.0, 270.0, 271.0, 270.0, 271.0, 269.0, 271.0, 270.0, 272.0, 270.0, 272.0, 270.0, 271.0, 271.0, 271.0, 271.0, 270.0, 272.0, 270.0, 272.0, 270.0, 272.0, 269.0, 271.0, 269.0, 270.0, 269.0, 270.0, 268.0, 270.0, 268.0, 270.0, 268.0, 270.0, 268.0, 270.0, 269.0, 270.0, 270.0, 270.0, 271.0, 269.0, 271.0, 269.0, 271.0, 270.0, 271.0, 268.0, 270.0, 269.0, 270.0, 270.0, 269.0, 271.0, 269.0, 271.0, 270.0, 270.0, 268.0, 270.0, 269.0, 270.0, 271.0], 'WindowWidth': [607.0, 607.0, 602.0, 602.0, 598.0, 599.0, 597.0, 598.0, 596.0, 599.0, 595.0, 596.0, 595.0, 596.0, 595.0, 596.0, 596.0, 596.0, 596.0, 596.0, 596.0, 597.0, 595.0, 596.0, 596.0, 597.0, 596.0, 597.0, 596.0, 596.0, 596.0, 597.0, 596.0, 597.0, 596.0, 596.0, 596.0, 597.0, 595.0, 595.0, 594.0, 595.0, 594.0, 594.0, 594.0, 594.0, 594.0, 594.0, 595.0, 594.0, 594.0, 594.0, 594.0, 594.0, 598.0, 593.0, 595.0, 594.0, 595.0, 594.0, 594.0, 594.0, 594.0, 593.0, 595.0, 593.0, 595.0, 595.0, 595.0, 595.0, 595.0, 595.0, 595.0, 594.0, 594.0, 595.0, 595.0, 595.0, 595.0, 595.0, 595.0, 594.0, 595.0, 595.0, 595.0, 595.0, 596.0, 594.0, 596.0, 598.0, 595.0, 598.0, 595.0, 598.0, 595.0, 596.0, 594.0, 595.0, 594.0, 595.0, 597.0, 595.0, 597.0, 595.0, 596.0, 595.0, 595.0, 595.0, 596.0, 598.0, 595.0, 596.0, 595.0, 596.0, 595.0, 595.0, 594.0, 595.0, 596.0, 596.0, 599.0, 595.0, 597.0, 596.0, 596.0, 595.0, 596.0, 595.0, 595.0, 595.0, 596.0, 598.0, 596.0, 598.0, 595.0, 597.0, 595.0, 596.0, 596.0, 596.0, 595.0, 595.0, 596.0, 596.0, 595.0, 596.0, 595.0, 596.0, 595.0, 596.0, 598.0, 596.0, 599.0, 596.0, 599.0, 596.0, 598.0, 596.0, 596.0, 595.0, 596.0, 596.0, 596.0, 595.0, 596.0, 595.0, 596.0, 596.0, 597.0, 599.0, 596.0, 597.0, 596.0, 597.0, 596.0, 597.0, 596.0, 596.0, 596.0, 596.0, 595.0, 596.0, 596.0, 596.0, 597.0, 596.0, 597.0, 596.0, 597.0, 596.0, 596.0, 595.0, 595.0, 596.0, 596.0, 598.0, 596.0, 597.0, 596.0, 597.0, 595.0, 596.0, 596.0, 596.0, 595.0, 596.0, 594.0, 595.0, 596.0, 595.0, 599.0, 595.0, 596.0, 595.0, 596.0, 594.0, 595.0, 594.0, 594.0, 593.0, 593.0, 596.0, 594.0, 595.0, 593.0, 594.0, 593.0, 594.0, 593.0, 594.0, 593.0, 593.0, 596.0, 593.0, 597.0, 596.0, 596.0, 596.0, 598.0, 594.0, 594.0, 593.0, 595.0, 594.0, 594.0, 594.0, 595.0, 598.0, 595.0, 598.0, 594.0, 597.0, 592.0, 595.0, 592.0, 594.0, 590.0, 592.0, 592.0, 590.0, 595.0, 590.0, 591.0, 589.0, 590.0, 589.0, 590.0, 593.0, 590.0, 591.0, 590.0, 591.0, 590.0, 591.0, 593.0, 592.0, 593.0, 592.0, 592.0, 592.0, 594.0, 594.0, 594.0, 595.0, 594.0, 594.0, 596.0, 597.0, 599.0, 600.0, 601.0, 599.0, 598.0, 601.0, 602.0, 600.0, 599.0, 600.0, 598.0, 601.0, 602.0, 602.0, 603.0, 602.0, 603.0, 602.0, 602.0, 602.0, 601.0, 602.0, 601.0, 603.0, 603.0, 600.0, 602.0, 599.0, 603.0, 599.0, 601.0, 599.0, 598.0, 597.0, 597.0, 600.0, 597.0, 602.0, 599.0, 599.0, 596.0, 598.0, 596.0, 595.0, 595.0, 596.0, 596.0, 597.0, 596.0, 597.0, 595.0, 596.0, 598.0, 595.0, 598.0, 595.0, 597.0, 595.0, 597.0, 595.0, 595.0, 594.0, 595.0, 594.0, 595.0, 598.0, 594.0, 595.0, 593.0, 594.0, 593.0, 594.0, 596.0, 594.0, 594.0, 594.0, 594.0, 593.0, 594.0, 598.0, 594.0, 594.0, 594.0, 594.0, 594.0, 595.0, 594.0, 595.0, 596.0, 596.0, 597.0, 596.0, 595.0, 595.0, 595.0, 598.0, 596.0, 595.0, 596.0, 596.0, 596.0, 597.0, 598.0, 596.0, 596.0, 597.0, 597.0, 600.0, 597.0, 596.0, 597.0, 597.0, 596.0, 598.0, 599.0, 597.0, 598.0, 598.0, 598.0, 599.0, 599.0, 599.0, 599.0, 598.0, 600.0, 598.0, 599.0, 599.0, 599.0, 599.0, 601.0, 599.0, 602.0, 600.0, 600.0, 599.0, 599.0, 599.0, 599.0, 603.0, 598.0, 599.0, 600.0, 599.0, 599.0, 599.0, 600.0, 599.0, 601.0, 601.0, 599.0, 600.0, 601.0, 599.0, 603.0, 599.0, 602.0, 599.0, 601.0, 598.0, 599.0, 597.0, 598.0, 597.0, 598.0, 599.0, 599.0, 601.0, 602.0, 599.0, 600.0, 599.0, 599.0, 598.0, 598.0, 599.0, 598.0, 600.0, 600.0, 599.0, 598.0, 598.0, 598.0, 601.0, 597.0, 598.0, 595.0, 597.0, 594.0, 594.0, 592.0, 593.0, 596.0, 595.0, 598.0, 595.0, 598.0, 595.0, 595.0, 594.0, 593.0, 595.0, 592.0, 595.0, 593.0, 595.0, 592.0, 592.0, 593.0, 590.0, 591.0, 587.0, 590.0, 586.0, 587.0, 589.0, 588.0, 589.0, 587.0, 589.0, 586.0, 588.0, 587.0, 588.0, 590.0, 588.0, 589.0, 587.0, 589.0, 587.0, 590.0, 592.0, 589.0, 592.0, 590.0, 593.0, 590.0, 593.0, 591.0, 593.0, 592.0, 593.0, 595.0, 593.0, 595.0, 594.0, 595.0, 594.0, 596.0, 594.0, 597.0, 595.0, 598.0, 596.0, 597.0, 597.0, 599.0, 599.0, 598.0, 600.0, 598.0, 599.0, 597.0, 600.0, 598.0, 602.0, 599.0, 600.0, 598.0, 600.0, 598.0, 600.0, 599.0, 600.0, 599.0, 600.0, 598.0, 600.0, 598.0, 601.0, 598.0, 600.0, 598.0, 599.0, 597.0, 599.0, 600.0, 600.0, 598.0, 599.0, 598.0, 600.0, 601.0, 599.0, 601.0, 598.0, 601.0, 597.0, 600.0, 597.0, 598.0, 595.0, 596.0, 598.0, 595.0, 598.0, 595.0, 596.0, 594.0, 595.0, 596.0, 595.0, 596.0, 595.0, 598.0, 594.0, 598.0, 595.0, 598.0, 594.0, 595.0, 595.0, 598.0, 596.0, 598.0, 596.0, 597.0, 597.0, 600.0, 597.0, 597.0, 595.0, 593.0, 597.0, 595.0, 598.0, 595.0, 596.0, 594.0, 594.0, 595.0, 594.0, 596.0, 594.0, 596.0, 594.0, 596.0, 594.0, 596.0, 592.0, 594.0, 593.0, 595.0, 593.0, 596.0, 595.0, 595.0, 595.0, 595.0, 597.0, 594.0, 598.0, 596.0, 599.0, 596.0, 598.0, 595.0, 598.0, 595.0, 598.0, 595.0, 599.0, 596.0, 599.0, 596.0, 598.0, 597.0, 597.0, 596.0, 596.0, 596.0, 597.0, 596.0, 594.0, 596.0, 594.0, 596.0, 595.0, 596.0, 593.0, 596.0, 593.0, 596.0, 594.0, 596.0, 595.0, 596.0, 594.0, 595.0, 595.0, 596.0, 595.0, 596.0, 595.0, 595.0, 595.0, 596.0, 595.0, 597.0, 595.0, 597.0, 595.0, 596.0, 594.0, 596.0, 594.0, 596.0, 595.0, 597.0, 594.0, 595.0, 593.0, 595.0, 594.0, 594.0, 596.0, 594.0, 597.0, 594.0, 596.0, 594.0, 595.0, 594.0, 596.0, 595.0, 596.0, 594.0, 595.0, 593.0, 595.0, 594.0, 597.0, 595.0, 597.0, 595.0, 597.0, 597.0, 597.0, 597.0, 596.0, 600.0, 596.0, 599.0, 596.0, 598.0, 596.0, 597.0, 595.0, 597.0, 594.0, 597.0, 596.0, 598.0, 596.0, 597.0, 597.0, 596.0, 599.0, 597.0, 599.0, 596.0, 599.0, 596.0, 598.0, 596.0, 598.0, 595.0, 598.0, 596.0, 598.0, 595.0, 597.0, 595.0, 597.0, 596.0, 596.0, 596.0, 596.0, 598.0, 596.0, 598.0, 596.0, 597.0, 594.0, 596.0, 595.0, 595.0, 597.0, 595.0, 596.0, 595.0, 597.0, 595.0, 597.0, 594.0, 596.0, 595.0, 595.0, 597.0, 595.0, 597.0, 595.0, 597.0, 594.0, 596.0, 594.0, 597.0, 595.0, 596.0, 597.0, 595.0, 599.0, 596.0, 598.0, 596.0, 598.0, 594.0, 597.0, 596.0, 597.0, 597.0, 596.0, 600.0, 597.0, 599.0, 597.0, 598.0, 596.0, 598.0, 595.0, 597.0, 594.0, 597.0, 596.0, 598.0, 596.0, 597.0, 599.0, 597.0, 600.0, 598.0, 599.0, 597.0, 599.0, 597.0, 599.0, 597.0, 598.0, 595.0, 598.0, 596.0, 598.0, 596.0, 596.0, 596.0, 595.0, 596.0, 598.0, 596.0, 598.0, 595.0, 598.0, 594.0, 596.0, 594.0, 595.0, 593.0, 595.0, 593.0, 595.0, 593.0, 595.0, 593.0, 596.0, 594.0, 595.0, 594.0, 595.0, 595.0, 595.0, 595.0, 595.0, 596.0, 596.0, 596.0, 595.0, 596.0, 595.0, 597.0, 594.0, 596.0, 595.0, 596.0, 595.0, 596.0, 595.0, 596.0, 594.0, 595.0, 593.0, 595.0, 593.0, 595.0, 591.0, 594.0, 591.0, 594.0, 592.0, 594.0, 593.0, 593.0, 594.0, 594.0, 596.0, 594.0, 595.0, 593.0, 595.0, 594.0, 595.0, 594.0, 595.0, 592.0, 595.0, 593.0, 595.0, 593.0, 595.0, 596.0, 595.0, 596.0, 594.0, 596.0, 594.0, 595.0, 594.0, 596.0, 593.0, 596.0, 593.0, 595.0, 592.0, 594.0, 593.0, 595.0, 594.0, 595.0, 595.0, 594.0, 597.0, 595.0, 598.0, 595.0, 597.0, 596.0, 598.0, 597.0, 598.0, 596.0, 598.0, 596.0, 598.0, 597.0, 600.0, 596.0, 599.0, 597.0, 599.0, 599.0, 599.0, 599.0, 598.0, 599.0, 598.0, 600.0, 597.0, 599.0, 595.0, 598.0, 596.0, 597.0, 595.0, 597.0, 594.0, 597.0, 594.0, 597.0, 594.0, 596.0, 594.0, 596.0, 596.0, 596.0, 597.0, 596.0, 599.0, 595.0, 598.0, 595.0, 598.0, 596.0, 598.0, 594.0, 597.0, 595.0, 597.0, 596.0, 595.0, 599.0, 595.0, 598.0, 596.0, 597.0, 594.0, 597.0, 595.0, 597.0, 598.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.012436191889218594</td></tr>
<tr><td colspan=3>aqi</td><td>0.12447294233432246</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.50083344341587</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1040898320198032</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9742008662376245</td></tr>
<tr><td colspan=3>efc</td><td>0.5206</td></tr>
<tr><td colspan=3>fber</td><td>3704.7273</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09264482216289231</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>43</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.253214638971316</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7430656913101914</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6721339362913623</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.708974299049383</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.84808883858983</td></tr>
<tr><td colspan=3>gcor</td><td>0.015782</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.01355829369276762</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.018105026334524155</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1011</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.598319108642166</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>21.9744</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>4.4346</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>15.0155</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>4.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>290510.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>72.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>30.1367</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.6625</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>30.6463</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>216.0871</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>223.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>86034.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>105.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>275.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>48.4957</td></tr>
<tr><td colspan=3>tsnr</td><td>21.78495361842215</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>