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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0087/ses-01/func/sub-0087_ses-01_task-alignvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>0a9cb53825de177d894e1c525a7f6ce2</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>22:41:15.602500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999311, 0.0331416, -0.0167186, -0.0305317, 0.99002, 0.137581]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-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.0945955</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4161, -7782, -7246, 540, -37, -23, 37, 60]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>253.67</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>eb191d08-c1f6-4712-9cc1-9c3cd992f396||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6810779571533203, -0.08191429823637009, -0.05700075998902321, 118.06758880615234], [-0.08891642093658447, 2.6561508178710938, 0.36983534693717957, -99.9625473022461], [-0.04485474154353142, -0.36912059783935547, 2.673943281173706, -52.67265319824219], [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, 921]</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], 'AcquisitionTime': ['224115.602500', '224116.062500', '224116.522500', '224116.982500', '224117.442500', '224117.902500', '224118.362500', '224118.822500', '224119.282500', '224119.742500', '224120.202500', '224120.662500', '224121.122500', '224121.582500', '224122.042500', '224122.502500', '224122.962500', '224123.422500', '224123.882500', '224124.342500', '224124.802500', '224125.262500', '224125.722500', '224126.182500', '224126.642500', '224127.102500', '224127.562500', '224128.022500', '224128.482500', '224128.942500', '224129.402500', '224129.862500', '224130.322500', '224130.782500', '224131.242500', '224131.702500', '224132.162500', '224132.622500', '224133.082500', '224133.542500', '224134.002500', '224134.462500', '224134.922500', '224135.382500', '224135.842500', '224136.302500', '224136.762500', '224137.222500', '224137.682500', '224138.142500', '224138.602500', '224139.062500', '224139.522500', '224139.982500', '224140.442500', '224140.902500', '224141.362500', '224141.822500', '224142.282500', '224142.742500', '224143.202500', '224143.662500', '224144.122500', '224144.582500', '224145.042500', '224145.502500', '224145.962500', '224146.422500', '224146.882500', '224147.342500', '224147.802500', '224148.262500', '224148.722500', '224149.182500', '224149.642500', '224150.102500', '224150.562500', '224151.022500', '224151.482500', '224151.942500', '224152.402500', '224152.862500', '224153.322500', '224153.782500', '224154.242500', '224154.702500', '224155.162500', '224155.622500', '224156.082500', '224156.542500', '224157.002500', '224157.462500', '224157.922500', '224158.382500', '224158.842500', '224159.302500', '224159.762500', '224200.222500', '224200.682500', '224201.142500', '224201.602500', '224202.062500', '224202.522500', '224202.982500', '224203.442500', '224203.902500', '224204.362500', '224204.822500', '224205.282500', '224205.742500', '224206.202500', '224206.662500', '224207.122500', '224207.582500', '224208.042500', '224208.502500', '224208.962500', '224209.422500', '224209.882500', '224210.342500', '224210.802500', '224211.262500', '224211.722500', '224212.182500', '224212.642500', '224213.102500', '224213.562500', '224214.022500', '224214.482500', '224214.942500', '224215.402500', '224215.862500', '224216.322500', '224216.782500', '224217.242500', '224217.702500', '224218.162500', '224218.622500', '224219.082500', '224219.542500', '224220.002500', '224220.462500', '224220.922500', '224221.382500', '224221.842500', '224222.302500', '224222.762500', '224223.222500', '224223.682500', '224224.142500', '224224.602500', '224225.062500', '224225.522500', '224225.982500', '224226.442500', '224226.902500', '224227.362500', '224227.822500', '224228.282500', '224228.742500', '224229.202500', '224229.662500', '224230.122500', '224230.582500', '224231.042500', '224231.502500', '224231.962500', '224232.422500', '224232.882500', '224233.342500', '224233.802500', '224234.262500', '224234.722500', '224235.182500', '224235.642500', '224236.102500', '224236.562500', '224237.022500', '224237.482500', '224237.942500', '224238.402500', '224238.862500', '224239.322500', '224239.782500', '224240.242500', '224240.702500', '224241.162500', '224241.622500', '224242.082500', '224242.542500', '224243.002500', '224243.462500', '224243.922500', '224244.382500', '224244.842500', '224245.302500', '224245.762500', '224246.222500', '224246.682500', '224247.142500', '224247.602500', '224248.062500', '224248.522500', '224248.982500', '224249.442500', '224249.902500', '224250.362500', '224250.822500', '224251.282500', '224251.742500', '224252.202500', '224252.662500', '224253.122500', '224253.582500', '224254.042500', '224254.502500', '224254.962500', '224255.422500', '224255.882500', '224256.342500', '224256.802500', '224257.262500', '224257.722500', '224258.182500', '224258.642500', '224259.102500', '224259.562500', '224300.022500', '224300.482500', '224300.942500', '224301.402500', '224301.862500', '224302.322500', '224302.782500', '224303.242500', '224303.702500', '224304.162500', '224304.622500', '224305.082500', '224305.542500', '224306.002500', '224306.462500', '224306.922500', '224307.382500', '224307.842500', '224308.302500', '224308.762500', '224309.222500', '224309.682500', '224310.142500', '224310.602500', '224311.062500', '224311.522500', '224311.982500', '224312.442500', '224312.902500', '224313.362500', '224313.822500', '224314.282500', '224314.742500', '224315.202500', '224315.662500', '224316.122500', '224316.582500', '224317.042500', '224317.502500', '224317.962500', '224318.422500', '224318.882500', '224319.342500', '224319.802500', '224320.262500', '224320.722500', '224321.182500', '224321.642500', '224322.102500', '224322.562500', '224323.022500', '224323.482500', '224323.942500', '224324.402500', '224324.862500', '224325.322500', '224325.782500', '224326.242500', '224326.702500', '224327.162500', '224327.622500', '224328.082500', '224328.542500', '224329.002500', '224329.462500', '224329.922500', '224330.382500', '224330.842500', '224331.302500', '224331.762500', '224332.222500', '224332.682500', '224333.142500', '224333.602500', '224334.062500', '224334.522500', '224334.982500', '224335.442500', '224335.902500', '224336.362500', '224336.822500', '224337.282500', '224337.742500', '224338.202500', '224338.662500', '224339.122500', '224339.582500', '224340.042500', '224340.502500', '224340.962500', '224341.422500', '224341.882500', '224342.342500', '224342.802500', '224343.262500', '224343.722500', '224344.182500', '224344.642500', '224345.102500', '224345.562500', '224346.022500', '224346.482500', '224346.942500', '224347.402500', '224347.862500', '224348.322500', '224348.782500', '224349.242500', '224349.702500', '224350.162500', '224350.622500', '224351.082500', '224351.542500', '224352.002500', '224352.462500', '224352.922500', '224353.382500', '224353.842500', '224354.302500', '224354.762500', '224355.222500', '224355.682500', '224356.142500', '224356.602500', '224357.062500', '224357.522500', '224357.982500', '224358.442500', '224358.902500', '224359.362500', '224359.822500', '224400.282500', '224400.742500', '224401.202500', '224401.662500', '224402.122500', '224402.582500', '224403.042500', '224403.502500', '224403.962500', '224404.422500', '224404.882500', '224405.342500', '224405.802500', '224406.262500', '224406.722500', '224407.182500', '224407.642500', '224408.102500', '224408.562500', '224409.022500', '224409.482500', '224409.942500', '224410.402500', '224410.862500', '224411.322500', '224411.782500', '224412.242500', '224412.702500', '224413.162500', '224413.622500', '224414.082500', '224414.542500', '224415.002500', '224415.462500', '224415.922500', '224416.382500', '224416.842500', '224417.302500', '224417.762500', '224418.222500', '224418.682500', '224419.142500', '224419.602500', '224420.062500', '224420.522500', '224420.982500', '224421.442500', '224421.902500', '224422.362500', '224422.822500', '224423.282500', '224423.742500', '224424.202500', '224424.662500', '224425.122500', '224425.582500', '224426.042500', '224426.502500', '224426.962500', '224427.422500', '224427.882500', '224428.342500', '224428.802500', '224429.262500', '224429.722500', '224430.182500', '224430.642500', '224431.102500', '224431.562500', '224432.022500', '224432.482500', '224432.942500', '224433.402500', '224433.862500', '224434.322500', '224434.782500', '224435.242500', '224435.702500', '224436.162500', '224436.622500', '224437.082500', '224437.542500', '224438.002500', '224438.462500', '224438.922500', '224439.382500', '224439.842500', '224440.302500', '224440.762500', '224441.222500', '224441.682500', '224442.142500', '224442.602500', '224443.062500', '224443.522500', '224443.982500', '224444.442500', '224444.902500', '224445.362500', '224445.822500', '224446.282500', '224446.742500', '224447.202500', '224447.662500', '224448.122500', '224448.582500', '224449.042500', '224449.502500', '224449.962500', '224450.422500', '224450.882500', '224451.342500', '224451.802500', '224452.262500', '224452.722500', '224453.182500', '224453.642500', '224454.102500', '224454.562500', '224455.022500', '224455.482500', '224455.942500', '224456.402500', '224456.862500', '224457.322500', '224457.782500', '224458.242500', '224458.702500', '224459.162500', '224459.622500', '224500.082500', '224500.542500', '224501.002500', '224501.462500', '224501.922500', '224502.382500', '224502.842500', '224503.302500', '224503.762500', '224504.222500', '224504.682500', '224505.142500', '224505.602500', '224506.062500', '224506.522500', '224506.982500', '224507.442500', '224507.902500', '224508.362500', '224508.822500', '224509.282500', '224509.742500', '224510.202500', '224510.662500', '224511.122500', '224511.582500', '224512.042500', '224512.502500', '224512.962500', '224513.422500', '224513.882500', '224514.342500', '224514.802500', '224515.262500', '224515.722500', '224516.182500', '224516.642500', '224517.102500', '224517.562500', '224518.022500', '224518.482500', '224518.942500', '224519.402500', '224519.862500', '224520.322500', '224520.782500', '224521.242500', '224521.702500', '224522.162500', '224522.622500', '224523.082500', '224523.542500', '224524.002500', '224524.462500', '224524.922500', '224525.382500', '224525.842500', '224526.302500', '224526.762500', '224527.222500', '224527.682500', '224528.142500', '224528.602500', '224529.062500', '224529.522500', '224529.982500', '224530.442500', '224530.902500', '224531.362500', '224531.822500', '224532.282500', '224532.742500', '224533.202500', '224533.662500', '224534.122500', '224534.582500', '224535.042500', '224535.502500', '224535.962500', '224536.422500', '224536.882500', '224537.342500', '224537.802500', '224538.262500', '224538.722500', '224539.182500', '224539.642500', '224540.102500', '224540.562500', '224541.022500', '224541.482500', '224541.942500', '224542.402500', '224542.862500', '224543.322500', '224543.782500', '224544.242500', '224544.702500', '224545.162500', '224545.622500', '224546.082500', '224546.542500', '224547.002500', '224547.462500', '224547.922500', '224548.382500', '224548.842500', '224549.302500', '224549.762500', '224550.222500', '224550.682500', '224551.142500', '224551.602500', '224552.062500', '224552.522500', '224552.982500', '224553.442500', '224553.902500', '224554.362500', '224554.822500', '224555.282500', '224555.742500', '224556.202500', '224556.662500', '224557.122500', '224557.582500', '224558.042500', '224558.502500', '224558.962500', '224559.422500', '224559.882500', '224600.342500', '224600.802500', '224601.262500', '224601.722500', '224602.182500', '224602.642500', '224603.102500', '224603.562500', '224604.022500', '224604.482500', '224604.942500', '224605.402500', '224605.862500', '224606.322500', '224606.782500', '224607.242500', '224607.702500', '224608.162500', '224608.622500', '224609.082500', '224609.542500', '224610.002500', '224610.462500', '224610.922500', '224611.382500', '224611.842500', '224612.302500', '224612.762500', '224613.222500', '224613.682500', '224614.142500', '224614.602500', '224615.062500', '224615.522500', '224615.982500', '224616.442500', '224616.902500', '224617.362500', '224617.822500', '224618.282500', '224618.742500', '224619.202500', '224619.662500', '224620.122500', '224620.582500', '224621.042500', '224621.502500', '224621.962500', '224622.422500', '224622.882500', '224623.342500', '224623.802500', '224624.262500', '224624.722500', '224625.182500', '224625.642500', '224626.102500', '224626.562500', '224627.022500', '224627.482500', '224627.942500', '224628.402500', '224628.862500', '224629.322500', '224629.782500', '224630.242500', '224630.702500', '224631.162500', '224631.622500', '224632.082500', '224632.542500', '224633.002500', '224633.462500', '224633.922500', '224634.382500', '224634.842500', '224635.302500', '224635.762500', '224636.222500', '224636.682500', '224637.142500', '224637.602500', '224638.062500', '224638.522500', '224638.982500', '224639.442500', '224639.902500', '224640.362500', '224640.822500', '224641.282500', '224641.742500', '224642.202500', '224642.662500', '224643.122500', '224643.582500', '224644.042500', '224644.502500', '224644.962500', '224645.422500', '224645.882500', '224646.342500', '224646.802500', '224647.262500', '224647.722500', '224648.182500', '224648.642500', '224649.102500', '224649.562500', '224650.022500', '224650.482500', '224650.942500', '224651.402500', '224651.862500', '224652.322500', '224652.782500', '224653.242500', '224653.702500', '224654.162500', '224654.622500', '224655.082500', '224655.542500', '224656.002500', '224656.462500', '224656.922500', '224657.382500', '224657.842500', '224658.302500', '224658.762500', '224659.222500', '224659.682500', '224700.142500', '224700.602500', '224701.062500', '224701.522500', '224701.982500', '224702.442500', '224702.902500', '224703.362500', '224703.822500', '224704.282500', '224704.742500', '224705.202500', '224705.662500', '224706.122500', '224706.582500', '224707.042500', '224707.502500', '224707.962500', '224708.422500', '224708.882500', '224709.342500', '224709.802500', '224710.262500', '224710.722500', '224711.182500', '224711.642500', '224712.102500', '224712.562500', '224713.022500', '224713.482500', '224713.942500', '224714.402500', '224714.862500', '224715.322500', '224715.782500', '224716.242500', '224716.702500', '224717.162500', '224717.622500', '224718.082500', '224718.542500', '224719.002500', '224719.462500', '224719.922500', '224720.382500', '224720.842500', '224721.302500', '224721.762500', '224722.222500', '224722.682500', '224723.142500', '224723.602500', '224724.062500', '224724.522500', '224724.982500', '224725.442500', '224725.902500', '224726.362500', '224726.822500', '224727.282500', '224727.742500', '224728.202500', '224728.662500', '224729.122500', '224729.582500', '224730.042500', '224730.502500', '224730.962500', '224731.422500', '224731.882500', '224732.342500', '224732.802500', '224733.262500', '224733.722500', '224734.182500', '224734.642500', '224735.102500', '224735.562500', '224736.022500', '224736.482500', '224736.942500', '224737.402500', '224737.862500', '224738.322500', '224738.782500', '224739.242500', '224739.702500', '224740.162500', '224740.622500', '224741.082500', '224741.542500', '224742.002500', '224742.462500', '224742.922500', '224743.382500', '224743.842500', '224744.302500', '224744.762500', '224745.222500', '224745.682500', '224746.142500', '224746.602500', '224747.062500', '224747.522500', '224747.982500', '224748.442500', '224748.902500', '224749.362500', '224749.822500', '224750.282500', '224750.742500', '224751.202500', '224751.662500', '224752.122500', '224752.582500', '224753.042500', '224753.502500', '224753.962500', '224754.422500', '224754.882500', '224755.342500', '224755.802500', '224756.262500', '224756.722500', '224757.182500', '224757.642500', '224758.102500', '224758.562500', '224759.022500', '224759.482500', '224759.942500', '224800.402500', '224800.862500', '224801.322500', '224801.782500', '224802.242500', '224802.702500', '224803.162500', '224803.622500', '224804.082500', '224804.542500', '224805.002500', '224805.462500', '224805.922500', '224806.382500', '224806.842500', '224807.302500', '224807.762500', '224808.222500', '224808.682500', '224809.142500', '224809.602500', '224810.062500', '224810.522500', '224810.982500', '224811.442500', '224811.902500', '224812.362500', '224812.822500', '224813.282500', '224813.742500', '224814.202500', '224814.662500', '224815.122500', '224815.582500', '224816.042500', '224816.502500', '224816.962500', '224817.422500', '224817.882500', '224818.342500', '224818.802500'], 'ContentTime': ['224145.458000', '224145.462000', '224145.465000', '224145.468000', '224145.470000', '224145.473000', '224145.475000', '224145.478000', '224145.480000', '224145.483000', '224145.485000', '224145.488000', '224145.491000', '224145.493000', '224145.496000', '224145.498000', '224145.501000', '224145.504000', '224145.506000', '224145.509000', '224145.517000', '224145.520000', '224145.522000', '224145.525000', '224145.527000', '224145.530000', '224145.532000', '224145.535000', '224145.541000', '224145.543000', '224145.546000', '224145.548000', '224145.551000', '224145.553000', '224145.556000', '224145.558000', '224145.561000', '224145.564000', '224145.566000', '224145.569000', '224145.571000', '224145.574000', '224145.577000', '224145.579000', '224145.582000', '224145.584000', '224145.587000', '224145.589000', '224145.592000', '224145.595000', '224145.597000', '224145.600000', '224145.602000', '224145.605000', '224145.607000', '224145.610000', '224145.613000', '224145.615000', '224145.618000', '224145.620000', '224145.623000', '224145.626000', '224205.416000', '224205.419000', '224205.422000', '224205.424000', '224205.427000', '224205.430000', '224205.432000', '224205.435000', '224205.437000', '224205.440000', '224205.443000', '224205.445000', '224205.448000', '224205.450000', '224205.453000', '224205.455000', '224205.458000', '224205.460000', '224205.463000', '224205.465000', '224205.468000', '224205.470000', '224205.473000', '224205.477000', '224205.479000', '224205.482000', '224205.485000', '224205.488000', '224205.490000', '224205.493000', '224205.496000', '224205.499000', '224205.501000', '224205.504000', '224205.507000', '224205.509000', '224205.522000', '224205.525000', '224205.527000', '224205.530000', '224205.533000', '224205.535000', '224205.538000', '224225.417000', '224225.420000', '224225.423000', '224225.425000', '224225.428000', '224225.430000', '224225.433000', '224225.436000', '224225.438000', '224225.441000', '224225.444000', '224225.446000', '224225.449000', '224225.451000', '224225.454000', '224225.456000', '224225.459000', '224225.462000', '224225.464000', '224225.467000', '224225.469000', '224225.472000', '224225.474000', '224225.477000', '224225.480000', '224225.482000', '224225.485000', '224225.487000', '224225.490000', '224225.492000', '224225.495000', '224225.498000', '224225.500000', '224225.503000', '224225.505000', '224225.508000', '224225.511000', '224225.513000', '224225.516000', '224225.518000', '224225.521000', '224225.523000', '224225.526000', '224225.529000', '224245.417000', '224245.420000', '224245.423000', '224245.426000', '224245.428000', '224245.431000', '224245.433000', '224245.436000', '224245.438000', '224245.441000', '224245.444000', '224245.446000', '224245.449000', '224245.451000', '224245.454000', '224245.456000', '224245.459000', '224245.462000', '224245.464000', '224245.467000', '224245.469000', '224245.472000', '224245.474000', '224245.477000', '224245.480000', '224245.482000', '224245.485000', '224245.487000', '224245.490000', '224245.492000', '224245.495000', '224245.498000', '224245.500000', '224245.503000', '224245.505000', '224245.508000', '224245.510000', '224245.513000', '224245.516000', '224245.518000', '224245.521000', '224245.523000', '224245.526000', '224305.418000', '224305.420000', '224305.423000', '224305.426000', '224305.428000', '224305.431000', '224305.433000', '224305.436000', '224305.438000', '224305.441000', '224305.443000', '224305.446000', '224305.449000', '224305.451000', '224305.454000', '224305.456000', '224305.459000', '224305.462000', '224305.464000', '224305.467000', '224305.469000', '224305.472000', '224305.475000', '224305.477000', '224305.480000', '224305.482000', '224305.485000', '224305.487000', '224305.490000', '224305.492000', '224305.495000', '224305.498000', '224305.500000', '224305.503000', '224305.505000', '224305.508000', '224305.510000', '224305.513000', '224305.516000', '224305.518000', '224305.521000', '224305.523000', '224305.526000', '224305.528000', '224325.417000', '224325.420000', '224325.423000', '224325.426000', '224325.428000', '224325.431000', '224325.433000', '224325.436000', '224325.439000', '224325.441000', '224325.444000', '224325.446000', '224325.449000', '224325.452000', '224325.454000', '224325.457000', '224325.459000', '224325.462000', '224325.464000', '224325.467000', '224325.470000', '224325.472000', '224325.475000', '224325.477000', '224325.480000', '224325.482000', '224325.485000', '224325.487000', '224325.490000', '224325.493000', '224325.495000', '224325.498000', '224325.500000', '224325.503000', '224325.506000', '224325.508000', '224325.511000', '224325.513000', '224325.516000', '224325.519000', '224325.522000', '224325.524000', '224325.527000', '224345.417000', '224345.419000', '224345.422000', '224345.425000', '224345.427000', '224345.430000', '224345.432000', '224345.435000', '224345.437000', '224345.440000', '224345.443000', '224345.445000', '224345.448000', '224345.450000', '224345.453000', '224345.455000', '224345.458000', '224345.460000', '224345.463000', '224345.466000', '224345.468000', '224345.471000', '224345.473000', '224345.476000', '224345.478000', '224345.481000', '224345.483000', '224345.486000', '224345.489000', '224345.491000', '224345.494000', '224345.496000', '224345.555000', '224345.558000', '224345.560000', '224345.563000', '224345.565000', '224345.568000', '224345.570000', '224345.573000', '224345.576000', '224345.578000', '224345.581000', '224345.583000', '224405.416000', '224405.419000', '224405.422000', '224405.425000', '224405.427000', '224405.430000', '224405.432000', '224405.435000', '224405.437000', '224405.440000', '224405.443000', '224405.445000', '224405.448000', '224405.450000', '224405.453000', '224405.455000', '224405.458000', '224405.461000', '224405.463000', '224405.466000', '224405.469000', '224405.471000', '224405.474000', '224405.476000', '224405.479000', '224405.481000', '224405.484000', '224405.486000', '224405.489000', '224405.492000', '224405.494000', '224405.497000', '224405.499000', '224405.502000', '224405.505000', '224405.507000', '224405.510000', '224405.512000', '224405.515000', '224405.517000', '224405.520000', '224405.523000', '224405.526000', '224425.417000', '224425.420000', '224425.422000', '224425.425000', '224425.428000', '224425.430000', '224425.433000', '224425.435000', '224425.438000', '224425.440000', '224425.443000', '224425.446000', '224425.448000', '224425.451000', '224425.453000', '224425.456000', '224425.459000', '224425.461000', '224425.464000', '224425.466000', '224425.469000', '224425.471000', '224425.474000', '224425.477000', '224425.479000', '224425.482000', '224425.484000', '224425.487000', '224425.490000', '224425.492000', '224425.495000', '224425.497000', '224425.500000', '224425.503000', '224425.505000', '224425.508000', '224425.510000', '224425.513000', '224425.516000', '224425.518000', '224425.521000', '224425.523000', '224425.526000', '224425.528000', '224445.417000', '224445.420000', '224445.423000', '224445.426000', '224445.428000', '224445.431000', '224445.433000', '224445.436000', '224445.439000', '224445.441000', '224445.444000', '224445.446000', '224445.449000', '224445.451000', '224445.454000', '224445.457000', '224445.459000', '224445.462000', '224445.465000', '224445.467000', '224445.470000', '224445.472000', '224445.475000', '224445.477000', '224445.480000', '224445.483000', '224445.485000', '224445.488000', '224445.490000', '224445.493000', '224445.495000', '224445.498000', '224445.501000', '224445.503000', '224445.506000', '224445.508000', '224445.511000', '224445.513000', '224445.516000', '224445.518000', '224445.521000', '224445.524000', '224445.526000', '224505.418000', '224505.420000', '224505.423000', '224505.426000', '224505.428000', '224505.431000', '224505.433000', '224505.436000', '224505.438000', '224505.441000', '224505.444000', '224505.446000', '224505.449000', '224505.451000', '224505.454000', '224505.457000', '224505.459000', '224505.462000', '224505.464000', '224505.467000', '224505.469000', '224505.472000', '224505.475000', '224505.477000', '224505.480000', '224505.482000', '224505.485000', '224505.487000', '224505.490000', '224505.493000', '224505.495000', '224505.498000', '224505.501000', '224505.503000', '224505.506000', '224505.508000', '224505.511000', '224505.513000', '224505.516000', '224505.518000', '224505.521000', '224505.524000', '224505.526000', '224505.529000', '224525.418000', '224525.420000', '224525.423000', '224525.426000', '224525.428000', '224525.431000', '224525.433000', '224525.436000', '224525.438000', '224525.441000', '224525.444000', '224525.446000', '224525.449000', '224525.493000', '224525.496000', '224525.498000', '224525.501000', '224525.503000', '224525.506000', '224525.509000', '224525.511000', '224525.514000', '224525.516000', '224525.519000', '224525.521000', '224525.524000', '224525.527000', '224525.529000', '224525.532000', '224525.534000', '224525.537000', '224525.540000', '224525.542000', '224525.545000', '224525.547000', '224525.550000', '224525.552000', '224525.555000', '224525.558000', '224525.560000', '224525.563000', '224525.565000', '224525.568000', '224545.418000', '224545.420000', '224545.423000', '224545.426000', '224545.428000', '224545.431000', '224545.433000', '224545.436000', '224545.438000', '224545.441000', '224545.444000', '224545.446000', '224545.449000', '224545.452000', '224545.454000', '224545.457000', '224545.459000', '224545.462000', '224545.464000', '224545.467000', '224545.470000', '224545.472000', '224545.475000', '224545.477000', '224545.480000', '224545.483000', '224545.485000', '224545.488000', '224545.490000', '224545.493000', '224545.496000', '224545.498000', '224545.501000', '224545.503000', '224545.506000', '224545.509000', '224545.511000', '224545.514000', '224545.516000', '224545.519000', '224545.522000', '224545.524000', '224545.527000', '224545.529000', '224605.416000', '224605.419000', '224605.422000', '224605.425000', '224605.427000', '224605.430000', '224605.432000', '224605.435000', '224605.437000', '224605.440000', '224605.443000', '224605.445000', '224605.448000', '224605.451000', '224605.453000', '224605.456000', '224605.458000', '224605.461000', '224605.464000', '224605.466000', '224605.469000', '224605.471000', '224605.474000', '224605.476000', '224605.479000', '224605.482000', '224605.484000', '224605.487000', '224605.489000', '224605.492000', '224605.495000', '224605.497000', '224605.500000', '224605.502000', '224605.505000', '224605.507000', '224605.510000', '224605.513000', '224605.515000', '224605.518000', '224605.521000', '224605.523000', '224605.526000', '224625.416000', '224625.419000', '224625.422000', '224625.424000', '224625.427000', '224625.430000', '224625.432000', '224625.435000', '224625.437000', '224625.440000', '224625.443000', '224625.445000', '224625.448000', '224625.451000', '224625.453000', '224625.456000', '224625.459000', '224625.461000', '224625.464000', '224625.467000', '224625.469000', '224625.472000', '224625.474000', '224625.477000', '224625.479000', '224625.482000', '224625.485000', '224625.487000', '224625.490000', '224625.493000', '224625.495000', '224625.498000', '224625.500000', '224625.503000', '224625.505000', '224625.508000', '224625.511000', '224625.513000', '224625.516000', '224625.518000', '224625.521000', '224625.524000', '224625.526000', '224625.529000', '224645.417000', '224645.420000', '224645.422000', '224645.425000', '224645.427000', '224645.430000', '224645.432000', '224645.435000', '224645.438000', '224645.440000', '224645.443000', '224645.446000', '224645.448000', '224645.451000', '224645.454000', '224645.456000', '224645.459000', '224645.461000', '224645.464000', '224645.466000', '224645.469000', '224645.472000', '224645.474000', '224645.477000', '224645.479000', '224645.482000', '224645.485000', '224645.487000', '224645.490000', '224645.492000', '224645.495000', '224645.497000', '224645.501000', '224645.503000', '224645.506000', '224645.508000', '224645.511000', '224645.513000', '224645.561000', '224645.563000', '224645.566000', '224645.569000', '224645.571000', '224705.418000', '224705.420000', '224705.424000', '224705.426000', '224705.429000', '224705.432000', '224705.434000', '224705.437000', '224705.441000', '224705.444000', '224705.446000', '224705.449000', '224705.453000', '224705.455000', '224705.458000', '224705.461000', '224705.463000', '224705.466000', '224705.468000', '224705.471000', '224705.473000', '224705.476000', '224705.478000', '224705.481000', '224705.484000', '224705.486000', '224705.489000', '224705.491000', '224705.494000', '224705.497000', '224705.499000', '224705.502000', '224705.504000', '224705.507000', '224705.510000', '224705.512000', '224705.515000', '224705.517000', '224705.520000', '224705.523000', '224705.525000', '224705.528000', '224705.530000', '224725.418000', '224725.420000', '224725.423000', '224725.426000', '224725.428000', '224725.431000', '224725.433000', '224725.436000', '224725.438000', '224725.441000', '224725.444000', '224725.446000', '224725.449000', '224725.451000', '224725.454000', '224725.457000', '224725.459000', '224725.462000', '224725.464000', '224725.467000', '224725.470000', '224725.472000', '224725.475000', '224725.477000', '224725.480000', '224725.483000', '224725.485000', '224725.488000', '224725.490000', '224725.493000', '224725.495000', '224725.498000', '224725.501000', '224725.503000', '224725.506000', '224725.508000', '224725.511000', '224725.514000', '224725.516000', '224725.519000', '224725.521000', '224725.524000', '224725.527000', '224725.529000', '224745.417000', '224745.420000', '224745.423000', '224745.425000', '224745.428000', '224745.431000', '224745.433000', '224745.436000', '224745.438000', '224745.441000', '224745.444000', '224745.446000', '224745.449000', '224745.451000', '224745.454000', '224745.457000', '224745.459000', '224745.462000', '224745.464000', '224745.467000', '224745.469000', '224745.472000', '224745.475000', '224745.477000', '224745.480000', '224745.482000', '224745.485000', '224745.487000', '224745.490000', '224745.493000', '224745.495000', '224745.498000', '224745.501000', '224745.503000', '224745.506000', '224745.508000', '224745.511000', '224745.514000', '224745.516000', '224745.519000', '224745.521000', '224745.524000', '224745.526000', '224745.529000', '224805.417000', '224805.420000', '224805.431000', '224805.434000', '224805.436000', '224805.439000', '224805.442000', '224805.444000', '224805.447000', '224805.449000', '224805.452000', '224805.454000', '224805.457000', '224805.460000', '224805.462000', '224805.465000', '224805.467000', '224805.470000', '224805.472000', '224805.475000', '224805.478000', '224805.480000', '224805.483000', '224805.485000', '224805.488000', '224805.490000', '224805.493000', '224805.495000', '224805.498000', '224805.501000', '224805.503000', '224805.506000', '224805.508000', '224805.511000', '224805.514000', '224805.516000', '224805.519000', '224805.521000', '224805.524000', '224805.527000', '224805.529000', '224805.532000', '224805.534000', '224820.597000', '224820.600000', '224820.602000', '224820.605000', '224820.608000', '224820.612000', '224820.615000', '224820.619000', '224820.622000', '224820.624000', '224820.627000', '224820.630000', '224820.633000', '224820.636000', '224820.638000', '224820.641000', '224820.643000', '224820.646000', '224820.649000', '224820.651000', '224820.654000', '224820.657000', '224820.659000', '224820.662000', '224820.664000', '224820.667000', '224820.670000', '224820.672000', '224820.675000', '224820.677000', '224820.680000', '224820.682000', '224820.685000'], 'InstanceCreationTime': ['224145.458000', '224145.462000', '224145.465000', '224145.468000', '224145.470000', '224145.473000', '224145.475000', '224145.478000', '224145.480000', '224145.483000', '224145.485000', '224145.488000', '224145.491000', '224145.493000', '224145.496000', '224145.498000', '224145.501000', '224145.504000', '224145.506000', '224145.509000', '224145.517000', '224145.520000', '224145.522000', '224145.525000', '224145.527000', '224145.530000', '224145.532000', '224145.535000', '224145.541000', '224145.543000', '224145.546000', '224145.548000', '224145.551000', '224145.553000', '224145.556000', '224145.558000', '224145.561000', '224145.564000', '224145.566000', '224145.569000', '224145.571000', '224145.574000', '224145.577000', '224145.579000', '224145.582000', '224145.584000', '224145.587000', '224145.589000', '224145.592000', '224145.595000', '224145.597000', '224145.600000', '224145.602000', '224145.605000', '224145.607000', '224145.610000', '224145.613000', '224145.615000', '224145.618000', '224145.620000', '224145.623000', '224145.626000', '224205.416000', '224205.419000', '224205.422000', '224205.424000', '224205.427000', '224205.430000', '224205.432000', '224205.435000', '224205.437000', '224205.440000', '224205.443000', '224205.445000', '224205.448000', '224205.450000', '224205.453000', '224205.455000', '224205.458000', '224205.460000', '224205.463000', '224205.465000', '224205.468000', '224205.470000', '224205.473000', '224205.477000', '224205.479000', '224205.482000', '224205.485000', '224205.488000', '224205.490000', '224205.493000', '224205.496000', '224205.499000', '224205.501000', '224205.504000', '224205.507000', '224205.509000', '224205.522000', '224205.525000', '224205.527000', '224205.530000', '224205.533000', '224205.535000', '224205.538000', '224225.417000', '224225.420000', '224225.423000', '224225.425000', '224225.428000', '224225.430000', '224225.433000', '224225.436000', '224225.438000', '224225.441000', '224225.444000', '224225.446000', '224225.449000', '224225.451000', '224225.454000', '224225.456000', '224225.459000', '224225.462000', '224225.464000', '224225.467000', '224225.469000', '224225.472000', '224225.474000', '224225.477000', '224225.480000', '224225.482000', '224225.485000', '224225.487000', '224225.490000', '224225.492000', '224225.495000', '224225.498000', '224225.500000', '224225.503000', '224225.505000', '224225.508000', '224225.511000', '224225.513000', '224225.516000', '224225.518000', '224225.521000', '224225.523000', '224225.526000', '224225.529000', '224245.417000', '224245.420000', '224245.423000', '224245.426000', '224245.428000', '224245.431000', '224245.433000', '224245.436000', '224245.438000', '224245.441000', '224245.444000', '224245.446000', '224245.449000', '224245.451000', '224245.454000', '224245.456000', '224245.459000', '224245.462000', '224245.464000', '224245.467000', '224245.469000', '224245.472000', '224245.474000', '224245.477000', '224245.480000', '224245.482000', '224245.485000', '224245.487000', '224245.490000', '224245.492000', '224245.495000', '224245.498000', '224245.500000', '224245.503000', '224245.505000', '224245.508000', '224245.510000', '224245.513000', '224245.516000', '224245.518000', '224245.521000', '224245.523000', '224245.526000', '224305.418000', '224305.420000', '224305.423000', '224305.426000', '224305.428000', '224305.431000', '224305.433000', '224305.436000', '224305.438000', '224305.441000', '224305.443000', '224305.446000', '224305.449000', '224305.451000', '224305.454000', '224305.456000', '224305.459000', '224305.462000', '224305.464000', '224305.467000', '224305.469000', '224305.472000', '224305.475000', '224305.477000', '224305.480000', '224305.482000', '224305.485000', '224305.487000', '224305.490000', '224305.492000', '224305.495000', '224305.498000', '224305.500000', '224305.503000', '224305.505000', '224305.508000', '224305.510000', '224305.513000', '224305.516000', '224305.518000', '224305.521000', '224305.523000', '224305.526000', '224305.528000', '224325.417000', '224325.420000', '224325.423000', '224325.426000', '224325.428000', '224325.431000', '224325.433000', '224325.436000', '224325.439000', '224325.441000', '224325.444000', '224325.446000', '224325.449000', '224325.452000', '224325.454000', '224325.457000', '224325.459000', '224325.462000', '224325.464000', '224325.467000', '224325.470000', '224325.472000', '224325.475000', '224325.477000', '224325.480000', '224325.482000', '224325.485000', '224325.487000', '224325.490000', '224325.493000', '224325.495000', '224325.498000', '224325.500000', '224325.503000', '224325.506000', '224325.508000', '224325.511000', '224325.513000', '224325.516000', '224325.519000', '224325.522000', '224325.524000', '224325.527000', '224345.417000', '224345.419000', '224345.422000', '224345.425000', '224345.427000', '224345.430000', '224345.432000', '224345.435000', '224345.437000', '224345.440000', '224345.443000', '224345.445000', '224345.448000', '224345.450000', '224345.453000', '224345.455000', '224345.458000', '224345.460000', '224345.463000', '224345.466000', '224345.468000', '224345.471000', '224345.473000', '224345.476000', '224345.478000', '224345.481000', '224345.483000', '224345.486000', '224345.489000', '224345.491000', '224345.494000', '224345.496000', '224345.555000', '224345.558000', '224345.560000', '224345.563000', '224345.565000', '224345.568000', '224345.570000', '224345.573000', '224345.576000', '224345.578000', '224345.581000', '224345.583000', '224405.416000', '224405.419000', '224405.422000', '224405.425000', '224405.427000', '224405.430000', '224405.432000', '224405.435000', '224405.437000', '224405.440000', '224405.443000', '224405.445000', '224405.448000', '224405.450000', '224405.453000', '224405.455000', '224405.458000', '224405.461000', '224405.463000', '224405.466000', '224405.469000', '224405.471000', '224405.474000', '224405.476000', '224405.479000', '224405.481000', '224405.484000', '224405.486000', '224405.489000', '224405.492000', '224405.494000', '224405.497000', '224405.499000', '224405.502000', '224405.505000', '224405.507000', '224405.510000', '224405.512000', '224405.515000', '224405.517000', '224405.520000', '224405.523000', '224405.526000', '224425.417000', '224425.420000', '224425.422000', '224425.425000', '224425.428000', '224425.430000', '224425.433000', '224425.435000', '224425.438000', '224425.440000', '224425.443000', '224425.446000', '224425.448000', '224425.451000', '224425.453000', '224425.456000', '224425.459000', '224425.461000', '224425.464000', '224425.466000', '224425.469000', '224425.471000', '224425.474000', '224425.477000', '224425.479000', '224425.482000', '224425.484000', '224425.487000', '224425.490000', '224425.492000', '224425.495000', '224425.497000', '224425.500000', '224425.503000', '224425.505000', '224425.508000', '224425.510000', '224425.513000', '224425.516000', '224425.518000', '224425.521000', '224425.523000', '224425.526000', '224425.528000', '224445.417000', '224445.420000', '224445.423000', '224445.426000', '224445.428000', '224445.431000', '224445.433000', '224445.436000', '224445.439000', '224445.441000', '224445.444000', '224445.446000', '224445.449000', '224445.451000', '224445.454000', '224445.457000', '224445.459000', '224445.462000', '224445.465000', '224445.467000', '224445.470000', '224445.472000', '224445.475000', '224445.477000', '224445.480000', '224445.483000', '224445.485000', '224445.488000', '224445.490000', '224445.493000', '224445.495000', '224445.498000', '224445.501000', '224445.503000', '224445.506000', '224445.508000', '224445.511000', '224445.513000', '224445.516000', '224445.518000', '224445.521000', '224445.524000', '224445.526000', '224505.418000', '224505.420000', '224505.423000', '224505.426000', '224505.428000', '224505.431000', '224505.433000', '224505.436000', '224505.438000', '224505.441000', '224505.444000', '224505.446000', '224505.449000', '224505.451000', '224505.454000', '224505.457000', '224505.459000', '224505.462000', '224505.464000', '224505.467000', '224505.469000', '224505.472000', '224505.475000', '224505.477000', '224505.480000', '224505.482000', '224505.485000', '224505.487000', '224505.490000', '224505.493000', '224505.495000', '224505.498000', '224505.501000', '224505.503000', '224505.506000', '224505.508000', '224505.511000', '224505.513000', '224505.516000', '224505.518000', '224505.521000', '224505.524000', '224505.526000', '224505.529000', '224525.418000', '224525.420000', '224525.423000', '224525.426000', '224525.428000', '224525.431000', '224525.433000', '224525.436000', '224525.438000', '224525.441000', '224525.444000', '224525.446000', '224525.449000', '224525.493000', '224525.496000', '224525.498000', '224525.501000', '224525.503000', '224525.506000', '224525.509000', '224525.511000', '224525.514000', '224525.516000', '224525.519000', '224525.521000', '224525.524000', '224525.527000', '224525.529000', '224525.532000', '224525.534000', '224525.537000', '224525.540000', '224525.542000', '224525.545000', '224525.547000', '224525.550000', '224525.552000', '224525.555000', '224525.558000', '224525.560000', '224525.563000', '224525.565000', '224525.568000', '224545.418000', '224545.420000', '224545.423000', '224545.426000', '224545.428000', '224545.431000', '224545.433000', '224545.436000', '224545.438000', '224545.441000', '224545.444000', '224545.446000', '224545.449000', '224545.452000', '224545.454000', '224545.457000', '224545.459000', '224545.462000', '224545.464000', '224545.467000', '224545.470000', '224545.472000', '224545.475000', '224545.477000', '224545.480000', '224545.483000', '224545.485000', '224545.488000', '224545.490000', '224545.493000', '224545.496000', '224545.498000', '224545.501000', '224545.503000', '224545.506000', '224545.509000', '224545.511000', '224545.514000', '224545.516000', '224545.519000', '224545.522000', '224545.524000', '224545.527000', '224545.529000', '224605.416000', '224605.419000', '224605.422000', '224605.425000', '224605.427000', '224605.430000', '224605.432000', '224605.435000', '224605.437000', '224605.440000', '224605.443000', '224605.445000', '224605.448000', '224605.451000', '224605.453000', '224605.456000', '224605.458000', '224605.461000', '224605.464000', '224605.466000', '224605.469000', '224605.471000', '224605.474000', '224605.476000', '224605.479000', '224605.482000', '224605.484000', '224605.487000', '224605.489000', '224605.492000', '224605.495000', '224605.497000', '224605.500000', '224605.502000', '224605.505000', '224605.507000', '224605.510000', '224605.513000', '224605.515000', '224605.518000', '224605.521000', '224605.523000', '224605.526000', '224625.416000', '224625.419000', '224625.422000', '224625.424000', '224625.427000', '224625.430000', '224625.432000', '224625.435000', '224625.437000', '224625.440000', '224625.443000', '224625.445000', '224625.448000', '224625.451000', '224625.453000', '224625.456000', '224625.459000', '224625.461000', '224625.464000', '224625.467000', '224625.469000', '224625.472000', '224625.474000', '224625.477000', '224625.479000', '224625.482000', '224625.485000', '224625.487000', '224625.490000', '224625.493000', '224625.495000', '224625.498000', '224625.500000', '224625.503000', '224625.505000', '224625.508000', '224625.511000', '224625.513000', '224625.516000', '224625.518000', '224625.521000', '224625.524000', '224625.526000', '224625.529000', '224645.417000', '224645.420000', '224645.422000', '224645.425000', '224645.427000', '224645.430000', '224645.432000', '224645.435000', '224645.438000', '224645.440000', '224645.443000', '224645.446000', '224645.448000', '224645.451000', '224645.454000', '224645.456000', '224645.459000', '224645.461000', '224645.464000', '224645.466000', '224645.469000', '224645.472000', '224645.474000', '224645.477000', '224645.479000', '224645.482000', '224645.485000', '224645.487000', '224645.490000', '224645.492000', '224645.495000', '224645.497000', '224645.501000', '224645.503000', '224645.506000', '224645.508000', '224645.511000', '224645.513000', '224645.561000', '224645.563000', '224645.566000', '224645.569000', '224645.571000', '224705.418000', '224705.420000', '224705.424000', '224705.426000', '224705.429000', '224705.432000', '224705.434000', '224705.437000', '224705.441000', '224705.444000', '224705.446000', '224705.449000', '224705.453000', '224705.455000', '224705.458000', '224705.461000', '224705.463000', '224705.466000', '224705.468000', '224705.471000', '224705.473000', '224705.476000', '224705.478000', '224705.481000', '224705.484000', '224705.486000', '224705.489000', '224705.491000', '224705.494000', '224705.497000', '224705.499000', '224705.502000', '224705.504000', '224705.507000', '224705.510000', '224705.512000', '224705.515000', '224705.517000', '224705.520000', '224705.523000', '224705.525000', '224705.528000', '224705.530000', '224725.418000', '224725.420000', '224725.423000', '224725.426000', '224725.428000', '224725.431000', '224725.433000', '224725.436000', '224725.438000', '224725.441000', '224725.444000', '224725.446000', '224725.449000', '224725.451000', '224725.454000', '224725.457000', '224725.459000', '224725.462000', '224725.464000', '224725.467000', '224725.470000', '224725.472000', '224725.475000', '224725.477000', '224725.480000', '224725.483000', '224725.485000', '224725.488000', '224725.490000', '224725.493000', '224725.495000', '224725.498000', '224725.501000', '224725.503000', '224725.506000', '224725.508000', '224725.511000', '224725.514000', '224725.516000', '224725.519000', '224725.521000', '224725.524000', '224725.527000', '224725.529000', '224745.417000', '224745.420000', '224745.423000', '224745.425000', '224745.428000', '224745.431000', '224745.433000', '224745.436000', '224745.438000', '224745.441000', '224745.444000', '224745.446000', '224745.449000', '224745.451000', '224745.454000', '224745.457000', '224745.459000', '224745.462000', '224745.464000', '224745.467000', '224745.469000', '224745.472000', '224745.475000', '224745.477000', '224745.480000', '224745.482000', '224745.485000', '224745.487000', '224745.490000', '224745.493000', '224745.495000', '224745.498000', '224745.501000', '224745.503000', '224745.506000', '224745.508000', '224745.511000', '224745.514000', '224745.516000', '224745.519000', '224745.521000', '224745.524000', '224745.526000', '224745.529000', '224805.417000', '224805.420000', '224805.431000', '224805.434000', '224805.436000', '224805.439000', '224805.442000', '224805.444000', '224805.447000', '224805.449000', '224805.452000', '224805.454000', '224805.457000', '224805.460000', '224805.462000', '224805.465000', '224805.467000', '224805.470000', '224805.472000', '224805.475000', '224805.478000', '224805.480000', '224805.483000', '224805.485000', '224805.488000', '224805.490000', '224805.493000', '224805.495000', '224805.498000', '224805.501000', '224805.503000', '224805.506000', '224805.508000', '224805.511000', '224805.514000', '224805.516000', '224805.519000', '224805.521000', '224805.524000', '224805.527000', '224805.529000', '224805.532000', '224805.534000', '224820.597000', '224820.600000', '224820.602000', '224820.605000', '224820.608000', '224820.612000', '224820.615000', '224820.619000', '224820.622000', '224820.624000', '224820.627000', '224820.630000', '224820.633000', '224820.636000', '224820.638000', '224820.641000', '224820.643000', '224820.646000', '224820.649000', '224820.651000', '224820.654000', '224820.657000', '224820.659000', '224820.662000', '224820.664000', '224820.667000', '224820.670000', '224820.672000', '224820.675000', '224820.677000', '224820.680000', '224820.682000', '224820.685000'], '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], 'LargestImagePixelValue': [10653, 11141, 9909, 11049, 10135, 12192, 10727, 13508, 10674, 13244, 10473, 12933, 10816, 13614, 11294, 13131, 10904, 12939, 11056, 13247, 11191, 13036, 10976, 11593, 11333, 10066, 10706, 9688, 10729, 9015, 10485, 9989, 10603, 9885, 10765, 10140, 10679, 10503, 10435, 10499, 10684, 10829, 11174, 10436, 11024, 10976, 11256, 11511, 11918, 10868, 11339, 10968, 11193, 10947, 8533, 10856, 9710, 12514, 10701, 13132, 10243, 13723, 11398, 14693, 11421, 13845, 11022, 11919, 11196, 9549, 12512, 10152, 12895, 10800, 13868, 10513, 13112, 11153, 14335, 11045, 13335, 11141, 11423, 11108, 11616, 11014, 10019, 11203, 9910, 12513, 10748, 12608, 10464, 12031, 10532, 13051, 11012, 11280, 11128, 10350, 10887, 9758, 11547, 10772, 11885, 10958, 12742, 11322, 11826, 11377, 9920, 11009, 9511, 11959, 10684, 12508, 10574, 13064, 10763, 13923, 11077, 13951, 11111, 12834, 11526, 10359, 11117, 9134, 10895, 10145, 11212, 9430, 10900, 10328, 11206, 10688, 11440, 10377, 11149, 11332, 11740, 11182, 11707, 11060, 11934, 11210, 11174, 11068, 11011, 11102, 10604, 11382, 8892, 10861, 8074, 10949, 10035, 10541, 10185, 10575, 10537, 10879, 10310, 11252, 10328, 11706, 11369, 12417, 10980, 9379, 11123, 9137, 11690, 10067, 12442, 10336, 13208, 10487, 13549, 11036, 14903, 11107, 13297, 11065, 10919, 11278, 10026, 12984, 9951, 13122, 10371, 14497, 10765, 14189, 11101, 14643, 11571, 11951, 11359, 9650, 12753, 10622, 14895, 10942, 14661, 11402, 14569, 11551, 13145, 11083, 10852, 10878, 10035, 12150, 9230, 12186, 10406, 11909, 10455, 13008, 10292, 12805, 11025, 11745, 11452, 8570, 10936, 9666, 11436, 10251, 12272, 10426, 12076, 10650, 12955, 10396, 12472, 10932, 12302, 11167, 12971, 11390, 9983, 11119, 9583, 11131, 10070, 10960, 9524, 10817, 10612, 11683, 10558, 11642, 10399, 12084, 10506, 12715, 10665, 12048, 10694, 12394, 10580, 12317, 10456, 12079, 11283, 14224, 11411, 12640, 10433, 9529, 9718, 9699, 10691, 9983, 8844, 9981, 8512, 12137, 10326, 15001, 11626, 17321, 13662, 16992, 13730, 16250, 14117, 14982, 12544, 16187, 12397, 16967, 12341, 15901, 11469, 14479, 10888, 11380, 10518, 10172, 10520, 9414, 10847, 9863, 11568, 10393, 11851, 10623, 11780, 10205, 12209, 10525, 11969, 10474, 11922, 9933, 11468, 9849, 8427, 10322, 9885, 10892, 9679, 10939, 10390, 11518, 10542, 11581, 9791, 11369, 10060, 9451, 10194, 9768, 10660, 9905, 11412, 10415, 11519, 10389, 12292, 10384, 10373, 9776, 9197, 10157, 8591, 11388, 8658, 11373, 9096, 12146, 9950, 12157, 10260, 12821, 10260, 12878, 10536, 13138, 10482, 13641, 10490, 11170, 9822, 10040, 10677, 8541, 11819, 9163, 11906, 9968, 13041, 10159, 12743, 10102, 15051, 10685, 10674, 10647, 9244, 11693, 9013, 12560, 9727, 12368, 9902, 13176, 10879, 14045, 10545, 10911, 10734, 8705, 12672, 9265, 12959, 9972, 13800, 10639, 14759, 10811, 11733, 10980, 8890, 12645, 9484, 12980, 10103, 14319, 10996, 14999, 11130, 13768, 11024, 8968, 12278, 9294, 12659, 9880, 13563, 10655, 13993, 10718, 11231, 10662, 8735, 11966, 9620, 12271, 10233, 12710, 10581, 12674, 10281, 8939, 11224, 9496, 12158, 9963, 13190, 10630, 12880, 10614, 10114, 11599, 9569, 12742, 9831, 13798, 10502, 14074, 10591, 14017, 10857, 9595, 11123, 9305, 11990, 9397, 12874, 10090, 12644, 10340, 14665, 11036, 9871, 10736, 8820, 11739, 9770, 12247, 10221, 12029, 10068, 9191, 10948, 9554, 12458, 10033, 14335, 10979, 12239, 11162, 9421, 12469, 9710, 13321, 10343, 14370, 11214, 14813, 11376, 9456, 11373, 9099, 13080, 10407, 13123, 10392, 14256, 11162, 9844, 10993, 9284, 12040, 9507, 12865, 10271, 13286, 10335, 12372, 10553, 8702, 12044, 9832, 12154, 9871, 12813, 10303, 11900, 10234, 9288, 11501, 9643, 12248, 10564, 12872, 10379, 10281, 10320, 8816, 12260, 9532, 12818, 10148, 14050, 10622, 13495, 10971, 12539, 10747, 8867, 12201, 9587, 12128, 9746, 14352, 10265, 13984, 10536, 10835, 10180, 8862, 12177, 9753, 12856, 9795, 14234, 10785, 14857, 10956, 10379, 11055, 9142, 12521, 9468, 13157, 10173, 14285, 10886, 16391, 11234, 10634, 11531, 8932, 12807, 9639, 13347, 10442, 13793, 11166, 16371, 11865, 9551, 11727, 9263, 12520, 9601, 13019, 10671, 13943, 10813, 10740, 11011, 10102, 12667, 10436, 13098, 10792, 9620, 12860, 10433, 9815, 13143, 10253, 15193, 11286, 13266, 11939, 9486, 13318, 9738, 14166, 10392, 13653, 10814, 11453, 10265, 8885, 10885, 9278, 11975, 9764, 12105, 9755, 13235, 10148, 11083, 10020, 9971, 9695, 8562, 10706, 8098, 10801, 8316, 11419, 9645, 12128, 9688, 12504, 10212, 10419, 10324, 8138, 11150, 8708, 12706, 9537, 13287, 10376, 14846, 10971, 9504, 11275, 8580, 12916, 9384, 14072, 10870, 16352, 11708, 14856, 11934, 10268, 13097, 9807, 14311, 9829, 14913, 11020, 16386, 12211, 15438, 11699, 9891, 13435, 10407, 15719, 11285, 9502, 13696, 9296, 14082, 9238, 13480, 9807, 9089, 11789, 8744, 12965, 9259, 12557, 10015, 12962, 10315, 8391, 9973, 8868, 10985, 9828, 9274, 10873, 10649, 8943, 10542, 9484, 14072, 10953, 9790, 10614, 9936, 12624, 10655, 12809, 10500, 15930, 11117, 12534, 10511, 10472, 10333, 8745, 11077, 9834, 11190, 10071, 11900, 10342, 11909, 10089, 11363, 9990, 9150, 10101, 8781, 10696, 9667, 11262, 11425, 12550, 11195, 10001, 9741, 8740, 12254, 10402, 9465, 12546, 10523, 15194, 11014, 12753, 10950, 9226, 11980, 10275, 12632, 9304, 12188, 10290, 11866, 10053, 12621, 10651, 11885, 10537, 12244, 10508, 13879, 10437, 10473, 10334, 10050, 10230, 8719, 10528, 8879, 10475, 9763, 11713, 9951, 11853, 10679, 11696, 10529, 14038, 10479, 10121, 10268, 9291, 10836, 9161, 11782, 9864, 12081, 10297, 13871, 10410, 13150, 10504, 15407, 11044, 10306, 10464, 8665, 11479, 9334, 12158, 10168, 12386, 10149, 13568, 10427, 13041, 10673, 12933, 10042, 14016, 10075, 10392, 10215, 8403, 10401, 9659, 11455, 9742, 11885, 10204, 11996, 10180, 14041, 10116, 11745, 10260, 11459, 9988, 10526, 10399, 8917, 11338, 9539, 11885, 9953, 12007, 10441, 14000, 10727, 13225, 10183, 9847, 9975, 9388, 11294, 9914, 11270, 10409, 14433, 10149, 8525, 10287, 9974, 11250, 10172, 13849, 10166, 14365, 10781, 13477, 10570, 10225, 10937, 9806, 12351, 9640, 12675, 10185, 14706, 11657, 13389, 10918, 10283, 12246, 9676, 14435, 11291, 11374, 12063, 10722, 14766, 11881, 15462, 11536, 9146, 11027, 10018, 11970, 10494, 11473, 10075, 9468, 10517, 8752, 9994, 9866, 10998, 10385, 12494, 10578, 13424, 11158, 12284, 10871, 9376, 10874, 8833, 10537, 9690], 'WindowCenter': [4280.0, 4275.0, 4249.0, 4259.0, 4236.0, 4256.0, 4245.0, 4265.0, 4233.0, 4254.0, 4233.0, 4243.0, 4234.0, 4252.0, 4231.0, 4241.0, 4233.0, 4242.0, 4242.0, 4253.0, 4232.0, 4241.0, 4232.0, 4229.0, 4232.0, 4220.0, 4221.0, 4210.0, 4230.0, 4212.0, 4232.0, 4221.0, 4233.0, 4221.0, 4231.0, 4221.0, 4221.0, 4220.0, 4221.0, 4231.0, 4220.0, 4233.0, 4231.0, 4221.0, 4231.0, 4232.0, 4231.0, 4243.0, 4241.0, 4234.0, 4231.0, 4233.0, 4243.0, 4232.0, 4212.0, 4233.0, 4223.0, 4254.0, 4234.0, 4253.0, 4233.0, 4252.0, 4244.0, 4263.0, 4243.0, 4254.0, 4232.0, 4241.0, 4232.0, 4210.0, 4243.0, 4221.0, 4242.0, 4233.0, 4252.0, 4232.0, 4252.0, 4231.0, 4263.0, 4233.0, 4250.0, 4232.0, 4229.0, 4232.0, 4230.0, 4220.0, 4209.0, 4230.0, 4220.0, 4241.0, 4220.0, 4239.0, 4221.0, 4240.0, 4232.0, 4241.0, 4231.0, 4230.0, 4231.0, 4219.0, 4232.0, 4210.0, 4232.0, 4231.0, 4241.0, 4233.0, 4252.0, 4233.0, 4231.0, 4243.0, 4221.0, 4233.0, 4222.0, 4242.0, 4232.0, 4242.0, 4232.0, 4253.0, 4233.0, 4251.0, 4232.0, 4249.0, 4232.0, 4252.0, 4231.0, 4220.0, 4231.0, 4209.0, 4231.0, 4221.0, 4231.0, 4209.0, 4220.0, 4232.0, 4231.0, 4221.0, 4230.0, 4220.0, 4231.0, 4242.0, 4241.0, 4233.0, 4241.0, 4243.0, 4243.0, 4231.0, 4230.0, 4232.0, 4230.0, 4232.0, 4219.0, 4231.0, 4198.0, 4231.0, 4191.0, 4231.0, 4221.0, 4231.0, 4221.0, 4231.0, 4231.0, 4229.0, 4221.0, 4231.0, 4222.0, 4241.0, 4243.0, 4242.0, 4245.0, 4213.0, 4244.0, 4224.0, 4243.0, 4222.0, 4252.0, 4233.0, 4254.0, 4234.0, 4253.0, 4234.0, 4263.0, 4245.0, 4251.0, 4244.0, 4232.0, 4244.0, 4223.0, 4254.0, 4222.0, 4253.0, 4233.0, 4265.0, 4231.0, 4253.0, 4244.0, 4264.0, 4245.0, 4242.0, 4232.0, 4211.0, 4242.0, 4234.0, 4263.0, 4232.0, 4252.0, 4231.0, 4262.0, 4232.0, 4240.0, 4231.0, 4218.0, 4220.0, 4208.0, 4230.0, 4198.0, 4228.0, 4219.0, 4229.0, 4220.0, 4239.0, 4220.0, 4239.0, 4231.0, 4231.0, 4231.0, 4198.0, 4220.0, 4210.0, 4231.0, 4220.0, 4239.0, 4220.0, 4240.0, 4221.0, 4240.0, 4221.0, 4240.0, 4232.0, 4241.0, 4232.0, 4241.0, 4230.0, 4221.0, 4231.0, 4222.0, 4233.0, 4210.0, 4230.0, 4209.0, 4230.0, 4231.0, 4231.0, 4220.0, 4229.0, 4219.0, 4241.0, 4230.0, 4240.0, 4221.0, 4239.0, 4232.0, 4241.0, 4221.0, 4230.0, 4221.0, 4240.0, 4232.0, 4265.0, 4246.0, 4254.0, 4233.0, 4223.0, 4222.0, 4235.0, 4231.0, 4222.0, 4211.0, 4234.0, 4225.0, 4268.0, 4247.0, 4277.0, 4257.0, 4275.0, 4255.0, 4276.0, 4253.0, 4249.0, 4240.0, 4237.0, 4217.0, 4235.0, 4213.0, 4233.0, 4201.0, 4220.0, 4190.0, 4208.0, 4189.0, 4188.0, 4190.0, 4179.0, 4191.0, 4183.0, 4204.0, 4192.0, 4203.0, 4193.0, 4213.0, 4203.0, 4216.0, 4205.0, 4214.0, 4204.0, 4215.0, 4206.0, 4227.0, 4219.0, 4228.0, 4208.0, 4186.0, 4219.0, 4208.0, 4230.0, 4221.0, 4218.0, 4220.0, 4229.0, 4232.0, 4242.0, 4221.0, 4230.0, 4222.0, 4210.0, 4222.0, 4221.0, 4232.0, 4222.0, 4242.0, 4233.0, 4243.0, 4233.0, 4242.0, 4234.0, 4233.0, 4235.0, 4223.0, 4233.0, 4213.0, 4243.0, 4214.0, 4244.0, 4213.0, 4255.0, 4221.0, 4254.0, 4234.0, 4252.0, 4234.0, 4253.0, 4234.0, 4264.0, 4235.0, 4263.0, 4246.0, 4243.0, 4236.0, 4234.0, 4235.0, 4214.0, 4255.0, 4224.0, 4255.0, 4224.0, 4254.0, 4234.0, 4255.0, 4235.0, 4264.0, 4235.0, 4232.0, 4233.0, 4224.0, 4244.0, 4212.0, 4255.0, 4224.0, 4256.0, 4235.0, 4253.0, 4245.0, 4264.0, 4246.0, 4244.0, 4245.0, 4214.0, 4254.0, 4226.0, 4266.0, 4235.0, 4264.0, 4234.0, 4265.0, 4246.0, 4242.0, 4233.0, 4212.0, 4254.0, 4236.0, 4265.0, 4234.0, 4263.0, 4234.0, 4275.0, 4245.0, 4253.0, 4233.0, 4211.0, 4243.0, 4224.0, 4254.0, 4222.0, 4252.0, 4233.0, 4263.0, 4234.0, 4232.0, 4233.0, 4202.0, 4243.0, 4223.0, 4243.0, 4223.0, 4253.0, 4232.0, 4254.0, 4233.0, 4213.0, 4245.0, 4224.0, 4255.0, 4234.0, 4254.0, 4235.0, 4254.0, 4246.0, 4232.0, 4244.0, 4212.0, 4253.0, 4234.0, 4253.0, 4232.0, 4252.0, 4232.0, 4264.0, 4232.0, 4222.0, 4243.0, 4212.0, 4244.0, 4224.0, 4253.0, 4233.0, 4253.0, 4234.0, 4263.0, 4234.0, 4221.0, 4233.0, 4213.0, 4244.0, 4223.0, 4243.0, 4235.0, 4254.0, 4236.0, 4224.0, 4245.0, 4224.0, 4254.0, 4237.0, 4264.0, 4247.0, 4255.0, 4245.0, 4224.0, 4255.0, 4222.0, 4254.0, 4222.0, 4263.0, 4244.0, 4262.0, 4244.0, 4211.0, 4243.0, 4213.0, 4253.0, 4232.0, 4252.0, 4222.0, 4263.0, 4233.0, 4220.0, 4233.0, 4211.0, 4243.0, 4223.0, 4242.0, 4222.0, 4252.0, 4221.0, 4253.0, 4231.0, 4201.0, 4243.0, 4220.0, 4243.0, 4223.0, 4241.0, 4223.0, 4241.0, 4222.0, 4213.0, 4232.0, 4222.0, 4242.0, 4233.0, 4254.0, 4235.0, 4222.0, 4233.0, 4212.0, 4241.0, 4224.0, 4252.0, 4223.0, 4252.0, 4234.0, 4253.0, 4233.0, 4253.0, 4233.0, 4211.0, 4242.0, 4222.0, 4243.0, 4224.0, 4263.0, 4233.0, 4264.0, 4233.0, 4234.0, 4234.0, 4213.0, 4244.0, 4222.0, 4252.0, 4224.0, 4263.0, 4234.0, 4263.0, 4235.0, 4223.0, 4244.0, 4224.0, 4243.0, 4222.0, 4253.0, 4222.0, 4263.0, 4233.0, 4263.0, 4245.0, 4232.0, 4243.0, 4214.0, 4253.0, 4212.0, 4252.0, 4232.0, 4252.0, 4233.0, 4262.0, 4242.0, 4211.0, 4240.0, 4212.0, 4242.0, 4222.0, 4251.0, 4233.0, 4252.0, 4233.0, 4232.0, 4232.0, 4232.0, 4254.0, 4234.0, 4265.0, 4245.0, 4225.0, 4253.0, 4235.0, 4224.0, 4255.0, 4234.0, 4265.0, 4245.0, 4253.0, 4245.0, 4211.0, 4253.0, 4224.0, 4250.0, 4220.0, 4239.0, 4230.0, 4229.0, 4221.0, 4199.0, 4231.0, 4209.0, 4230.0, 4222.0, 4241.0, 4212.0, 4241.0, 4222.0, 4230.0, 4222.0, 4222.0, 4212.0, 4200.0, 4221.0, 4190.0, 4232.0, 4202.0, 4230.0, 4222.0, 4241.0, 4223.0, 4242.0, 4235.0, 4232.0, 4233.0, 4203.0, 4244.0, 4214.0, 4254.0, 4224.0, 4264.0, 4236.0, 4265.0, 4246.0, 4223.0, 4243.0, 4215.0, 4255.0, 4224.0, 4264.0, 4234.0, 4274.0, 4244.0, 4264.0, 4245.0, 4233.0, 4255.0, 4222.0, 4264.0, 4222.0, 4263.0, 4232.0, 4262.0, 4243.0, 4264.0, 4273.0, 4295.0, 4309.0, 4265.0, 4251.0, 4204.0, 4222.0, 4310.0, 4229.0, 4279.0, 4198.0, 4226.0, 4223.0, 4215.0, 4217.0, 4159.0, 4213.0, 4200.0, 4229.0, 4207.0, 4253.0, 4248.0, 4213.0, 4147.0, 4111.0, 4185.0, 4204.0, 4196.0, 4217.0, 4219.0, 4211.0, 4232.0, 4224.0, 4266.0, 4233.0, 4233.0, 4235.0, 4222.0, 4243.0, 4221.0, 4241.0, 4234.0, 4262.0, 4233.0, 4240.0, 4220.0, 4217.0, 4221.0, 4200.0, 4231.0, 4221.0, 4230.0, 4220.0, 4241.0, 4221.0, 4241.0, 4222.0, 4241.0, 4234.0, 4210.0, 4222.0, 4201.0, 4231.0, 4223.0, 4242.0, 4243.0, 4252.0, 4243.0, 4222.0, 4222.0, 4213.0, 4256.0, 4245.0, 4236.0, 4256.0, 4245.0, 4277.0, 4246.0, 4254.0, 4235.0, 4211.0, 4243.0, 4233.0, 4243.0, 4211.0, 4242.0, 4218.0, 4241.0, 4221.0, 4240.0, 4219.0, 4228.0, 4220.0, 4239.0, 4221.0, 4250.0, 4232.0, 4219.0, 4221.0, 4221.0, 4221.0, 4200.0, 4230.0, 4199.0, 4231.0, 4221.0, 4241.0, 4221.0, 4241.0, 4231.0, 4243.0, 4233.0, 4251.0, 4233.0, 4221.0, 4233.0, 4223.0, 4232.0, 4210.0, 4242.0, 4220.0, 4243.0, 4222.0, 4252.0, 4232.0, 4251.0, 4233.0, 4263.0, 4242.0, 4220.0, 4230.0, 4211.0, 4242.0, 4210.0, 4242.0, 4221.0, 4241.0, 4232.0, 4251.0, 4221.0, 4240.0, 4221.0, 4240.0, 4222.0, 4249.0, 4219.0, 4219.0, 4220.0, 4189.0, 4221.0, 4210.0, 4230.0, 4209.0, 4230.0, 4219.0, 4241.0, 4221.0, 4250.0, 4221.0, 4228.0, 4221.0, 4241.0, 4221.0, 4219.0, 4220.0, 4199.0, 4230.0, 4210.0, 4240.0, 4220.0, 4239.0, 4232.0, 4250.0, 4232.0, 4240.0, 4221.0, 4221.0, 4221.0, 4210.0, 4231.0, 4223.0, 4245.0, 4246.0, 4264.0, 4232.0, 4200.0, 4220.0, 4234.0, 4242.0, 4222.0, 4251.0, 4222.0, 4250.0, 4233.0, 4252.0, 4232.0, 4220.0, 4231.0, 4208.0, 4242.0, 4207.0, 4241.0, 4220.0, 4249.0, 4231.0, 4237.0, 4219.0, 4208.0, 4240.0, 4220.0, 4249.0, 4218.0, 4217.0, 4228.0, 4235.0, 4320.0, 4287.0, 4278.0, 4218.0, 4186.0, 4205.0, 4182.0, 4202.0, 4191.0, 4204.0, 4195.0, 4183.0, 4194.0, 4173.0, 4195.0, 4195.0, 4206.0, 4208.0, 4258.0, 4234.0, 4254.0, 4233.0, 4231.0, 4221.0, 4199.0, 4219.0, 4199.0, 4221.0, 4224.0], 'WindowWidth': [9482.0, 9464.0, 9416.0, 9428.0, 9391.0, 9418.0, 9402.0, 9431.0, 9383.0, 9410.0, 9381.0, 9395.0, 9384.0, 9406.0, 9377.0, 9389.0, 9380.0, 9393.0, 9393.0, 9409.0, 9379.0, 9387.0, 9377.0, 9371.0, 9378.0, 9358.0, 9360.0, 9345.0, 9374.0, 9351.0, 9379.0, 9362.0, 9379.0, 9359.0, 9374.0, 9362.0, 9363.0, 9359.0, 9362.0, 9374.0, 9360.0, 9380.0, 9374.0, 9363.0, 9374.0, 9379.0, 9377.0, 9393.0, 9390.0, 9383.0, 9375.0, 9383.0, 9394.0, 9380.0, 9351.0, 9382.0, 9368.0, 9410.0, 9382.0, 9408.0, 9381.0, 9407.0, 9399.0, 9425.0, 9396.0, 9410.0, 9379.0, 9390.0, 9378.0, 9345.0, 9394.0, 9361.0, 9392.0, 9381.0, 9406.0, 9379.0, 9404.0, 9378.0, 9424.0, 9382.0, 9400.0, 9379.0, 9370.0, 9378.0, 9373.0, 9359.0, 9341.0, 9370.0, 9358.0, 9388.0, 9359.0, 9384.0, 9360.0, 9387.0, 9379.0, 9389.0, 9376.0, 9371.0, 9375.0, 9358.0, 9377.0, 9346.0, 9377.0, 9374.0, 9389.0, 9380.0, 9406.0, 9381.0, 9374.0, 9393.0, 9360.0, 9381.0, 9365.0, 9393.0, 9377.0, 9392.0, 9377.0, 9409.0, 9381.0, 9403.0, 9378.0, 9398.0, 9378.0, 9406.0, 9375.0, 9358.0, 9374.0, 9342.0, 9375.0, 9361.0, 9374.0, 9342.0, 9359.0, 9378.0, 9377.0, 9362.0, 9374.0, 9361.0, 9377.0, 9392.0, 9389.0, 9380.0, 9387.0, 9394.0, 9396.0, 9377.0, 9373.0, 9379.0, 9372.0, 9377.0, 9355.0, 9374.0, 9326.0, 9373.0, 9323.0, 9375.0, 9360.0, 9376.0, 9361.0, 9376.0, 9376.0, 9370.0, 9363.0, 9374.0, 9365.0, 9391.0, 9395.0, 9392.0, 9400.0, 9355.0, 9399.0, 9371.0, 9395.0, 9367.0, 9408.0, 9382.0, 9413.0, 9383.0, 9409.0, 9383.0, 9424.0, 9400.0, 9405.0, 9398.0, 9377.0, 9398.0, 9370.0, 9411.0, 9364.0, 9411.0, 9382.0, 9428.0, 9378.0, 9410.0, 9397.0, 9427.0, 9400.0, 9393.0, 9380.0, 9349.0, 9393.0, 9383.0, 9425.0, 9376.0, 9406.0, 9374.0, 9421.0, 9377.0, 9385.0, 9374.0, 9353.0, 9358.0, 9341.0, 9370.0, 9325.0, 9368.0, 9353.0, 9370.0, 9360.0, 9382.0, 9360.0, 9382.0, 9375.0, 9374.0, 9373.0, 9325.0, 9359.0, 9344.0, 9374.0, 9358.0, 9383.0, 9357.0, 9384.0, 9361.0, 9385.0, 9360.0, 9384.0, 9376.0, 9388.0, 9380.0, 9387.0, 9374.0, 9361.0, 9376.0, 9365.0, 9378.0, 9343.0, 9373.0, 9342.0, 9372.0, 9376.0, 9374.0, 9359.0, 9371.0, 9357.0, 9390.0, 9374.0, 9385.0, 9362.0, 9383.0, 9378.0, 9388.0, 9360.0, 9370.0, 9361.0, 9386.0, 9377.0, 9430.0, 9407.0, 9413.0, 9382.0, 9370.0, 9367.0, 9389.0, 9376.0, 9366.0, 9350.0, 9385.0, 9377.0, 9438.0, 9413.0, 9452.0, 9423.0, 9445.0, 9415.0, 9449.0, 9410.0, 9396.0, 9383.0, 9375.0, 9348.0, 9368.0, 9335.0, 9364.0, 9315.0, 9339.0, 9297.0, 9321.0, 9295.0, 9292.0, 9298.0, 9283.0, 9302.0, 9299.0, 9325.0, 9304.0, 9323.0, 9307.0, 9336.0, 9323.0, 9344.0, 9329.0, 9339.0, 9326.0, 9340.0, 9332.0, 9362.0, 9357.0, 9367.0, 9339.0, 9307.0, 9354.0, 9338.0, 9370.0, 9362.0, 9354.0, 9358.0, 9369.0, 9376.0, 9390.0, 9361.0, 9372.0, 9366.0, 9345.0, 9365.0, 9362.0, 9376.0, 9363.0, 9390.0, 9382.0, 9395.0, 9381.0, 9391.0, 9383.0, 9381.0, 9388.0, 9367.0, 9381.0, 9354.0, 9395.0, 9359.0, 9398.0, 9355.0, 9415.0, 9363.0, 9410.0, 9387.0, 9404.0, 9384.0, 9408.0, 9382.0, 9426.0, 9386.0, 9423.0, 9403.0, 9395.0, 9390.0, 9384.0, 9386.0, 9360.0, 9413.0, 9374.0, 9413.0, 9370.0, 9410.0, 9384.0, 9415.0, 9390.0, 9425.0, 9389.0, 9379.0, 9384.0, 9373.0, 9399.0, 9352.0, 9413.0, 9371.0, 9417.0, 9387.0, 9409.0, 9401.0, 9426.0, 9404.0, 9400.0, 9400.0, 9358.0, 9412.0, 9379.0, 9431.0, 9386.0, 9426.0, 9385.0, 9428.0, 9406.0, 9393.0, 9382.0, 9352.0, 9410.0, 9391.0, 9428.0, 9384.0, 9423.0, 9383.0, 9442.0, 9402.0, 9408.0, 9383.0, 9348.0, 9393.0, 9373.0, 9411.0, 9365.0, 9406.0, 9381.0, 9423.0, 9385.0, 9377.0, 9383.0, 9337.0, 9393.0, 9371.0, 9395.0, 9366.0, 9407.0, 9378.0, 9413.0, 9383.0, 9356.0, 9400.0, 9373.0, 9416.0, 9386.0, 9410.0, 9388.0, 9412.0, 9404.0, 9378.0, 9396.0, 9351.0, 9407.0, 9386.0, 9407.0, 9378.0, 9405.0, 9377.0, 9427.0, 9381.0, 9363.0, 9395.0, 9350.0, 9397.0, 9370.0, 9408.0, 9382.0, 9407.0, 9385.0, 9423.0, 9383.0, 9362.0, 9382.0, 9355.0, 9397.0, 9368.0, 9395.0, 9387.0, 9412.0, 9391.0, 9371.0, 9402.0, 9371.0, 9414.0, 9394.0, 9426.0, 9406.0, 9413.0, 9401.0, 9374.0, 9414.0, 9366.0, 9412.0, 9364.0, 9424.0, 9398.0, 9418.0, 9396.0, 9348.0, 9394.0, 9356.0, 9407.0, 9377.0, 9404.0, 9364.0, 9423.0, 9381.0, 9358.0, 9381.0, 9346.0, 9394.0, 9370.0, 9390.0, 9365.0, 9402.0, 9363.0, 9409.0, 9377.0, 9335.0, 9394.0, 9360.0, 9394.0, 9368.0, 9389.0, 9367.0, 9388.0, 9364.0, 9355.0, 9379.0, 9363.0, 9391.0, 9379.0, 9412.0, 9386.0, 9365.0, 9381.0, 9352.0, 9391.0, 9372.0, 9407.0, 9367.0, 9406.0, 9383.0, 9407.0, 9383.0, 9408.0, 9380.0, 9348.0, 9392.0, 9364.0, 9396.0, 9370.0, 9422.0, 9381.0, 9423.0, 9384.0, 9384.0, 9386.0, 9354.0, 9396.0, 9365.0, 9406.0, 9372.0, 9421.0, 9383.0, 9422.0, 9387.0, 9367.0, 9398.0, 9369.0, 9394.0, 9364.0, 9408.0, 9363.0, 9422.0, 9382.0, 9421.0, 9399.0, 9376.0, 9394.0, 9358.0, 9409.0, 9349.0, 9405.0, 9376.0, 9404.0, 9382.0, 9420.0, 9391.0, 9346.0, 9387.0, 9350.0, 9392.0, 9364.0, 9402.0, 9379.0, 9404.0, 9381.0, 9378.0, 9378.0, 9378.0, 9410.0, 9384.0, 9431.0, 9402.0, 9373.0, 9411.0, 9389.0, 9372.0, 9415.0, 9382.0, 9430.0, 9401.0, 9407.0, 9399.0, 9348.0, 9408.0, 9370.0, 9400.0, 9358.0, 9382.0, 9372.0, 9369.0, 9361.0, 9329.0, 9372.0, 9341.0, 9372.0, 9363.0, 9389.0, 9352.0, 9388.0, 9365.0, 9371.0, 9363.0, 9366.0, 9350.0, 9330.0, 9360.0, 9317.0, 9376.0, 9337.0, 9372.0, 9363.0, 9388.0, 9367.0, 9392.0, 9386.0, 9379.0, 9381.0, 9343.0, 9397.0, 9357.0, 9410.0, 9369.0, 9423.0, 9390.0, 9428.0, 9403.0, 9369.0, 9396.0, 9362.0, 9413.0, 9370.0, 9424.0, 9383.0, 9441.0, 9399.0, 9424.0, 9399.0, 9381.0, 9412.0, 9364.0, 9425.0, 9364.0, 9421.0, 9379.0, 9420.0, 9394.0, 9425.0, 9455.0, 9505.0, 9512.0, 9444.0, 9399.0, 9321.0, 9363.0, 9512.0, 9382.0, 9452.0, 9323.0, 9357.0, 9363.0, 9359.0, 9340.0, 9250.0, 9331.0, 9326.0, 9365.0, 9334.0, 9411.0, 9413.0, 9360.0, 9217.0, 9159.0, 9286.0, 9330.0, 9320.0, 9349.0, 9355.0, 9350.0, 9382.0, 9373.0, 9431.0, 9383.0, 9385.0, 9389.0, 9368.0, 9395.0, 9361.0, 9389.0, 9386.0, 9419.0, 9382.0, 9385.0, 9357.0, 9351.0, 9361.0, 9333.0, 9376.0, 9361.0, 9372.0, 9362.0, 9389.0, 9362.0, 9388.0, 9364.0, 9390.0, 9384.0, 9347.0, 9364.0, 9334.0, 9375.0, 9369.0, 9394.0, 9394.0, 9405.0, 9395.0, 9367.0, 9365.0, 9359.0, 9420.0, 9403.0, 9392.0, 9420.0, 9402.0, 9450.0, 9406.0, 9411.0, 9387.0, 9349.0, 9396.0, 9383.0, 9395.0, 9350.0, 9392.0, 9352.0, 9391.0, 9364.0, 9385.0, 9356.0, 9367.0, 9358.0, 9386.0, 9362.0, 9399.0, 9378.0, 9356.0, 9363.0, 9363.0, 9361.0, 9331.0, 9373.0, 9330.0, 9377.0, 9364.0, 9390.0, 9363.0, 9389.0, 9377.0, 9395.0, 9382.0, 9404.0, 9384.0, 9361.0, 9382.0, 9369.0, 9379.0, 9347.0, 9394.0, 9361.0, 9395.0, 9365.0, 9408.0, 9379.0, 9404.0, 9384.0, 9423.0, 9394.0, 9359.0, 9373.0, 9349.0, 9393.0, 9347.0, 9391.0, 9360.0, 9388.0, 9380.0, 9403.0, 9362.0, 9385.0, 9361.0, 9388.0, 9365.0, 9398.0, 9358.0, 9356.0, 9360.0, 9317.0, 9363.0, 9345.0, 9372.0, 9344.0, 9371.0, 9357.0, 9388.0, 9364.0, 9398.0, 9364.0, 9369.0, 9364.0, 9391.0, 9362.0, 9357.0, 9359.0, 9330.0, 9374.0, 9345.0, 9386.0, 9359.0, 9386.0, 9379.0, 9401.0, 9379.0, 9387.0, 9363.0, 9364.0, 9362.0, 9346.0, 9375.0, 9370.0, 9403.0, 9406.0, 9428.0, 9380.0, 9335.0, 9360.0, 9386.0, 9396.0, 9366.0, 9404.0, 9366.0, 9402.0, 9384.0, 9406.0, 9379.0, 9361.0, 9376.0, 9339.0, 9395.0, 9337.0, 9388.0, 9360.0, 9400.0, 9375.0, 9379.0, 9355.0, 9341.0, 9389.0, 9359.0, 9397.0, 9353.0, 9349.0, 9365.0, 9387.0, 9536.0, 9482.0, 9452.0, 9347.0, 9300.0, 9324.0, 9288.0, 9313.0, 9299.0, 9321.0, 9313.0, 9293.0, 9309.0, 9279.0, 9313.0, 9312.0, 9329.0, 9335.0, 9421.0, 9382.0, 9409.0, 9377.0, 9371.0, 9357.0, 9328.0, 9350.0, 9324.0, 9357.0, 9367.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.008264078516902945</td></tr>
<tr><td colspan=3>aqi</td><td>0.03595288778625954</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.20668274667031</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2263353923689972</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.044499735578603</td></tr>
<tr><td colspan=3>efc</td><td>0.4844</td></tr>
<tr><td colspan=3>fber</td><td>4513.5908</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11694483841745004</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>73</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.960741548527808</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6398889690409626</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6104848468521</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8607376590674267</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4484444012033606</td></tr>
<tr><td colspan=3>gcor</td><td>0.0109139</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0019158183131366968</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021514413878321648</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>917</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.879084093666985</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.702</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.6962</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>187.8156</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299158.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>830.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>338.7247</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3225</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>509.0853</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3414.3273</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3626.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77386.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1135.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4493.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>934.7507</td></tr>
<tr><td colspan=3>tsnr</td><td>32.75140729272971</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>