<?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-0055_ses-02_task-alignvideo_acq-mb8_run-04_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-0055_ses-02_task-alignvideo_acq-mb8_run-04_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-04_session-02_subject-0055_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-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0055_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-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-04_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-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-04_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-0055/ses-02/func/sub-0055_ses-02_task-alignvideo_acq-mb8_run-04_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>ba9c667c7f53b078011c3bf19fe6025a</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>15:59:46.410000</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.997955, -0.0282306, 0.057354, 0.0304902, 0.998777, -0.038913]</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-04_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.109396</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-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4169, -7699, -7285, 546, 32, -222, -104, 48]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>267.983</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>eeed02bd-76b9-4504-8c0e-d89df805f786||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.6774394512176514, 0.08180306106805801, 0.1517004668712616, 103.24517059326172], [0.07574056088924408, 2.6796464920043945, -0.1095716804265976, -91.88690948486328], [0.1538766473531723, 0.10440061241388321, 2.693507194519043, -102.33171844482422], [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, 914]</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], 'AcquisitionTime': ['155946.410000', '155946.870000', '155947.330000', '155947.790000', '155948.250000', '155948.710000', '155949.170000', '155949.630000', '155950.090000', '155950.550000', '155951.010000', '155951.470000', '155951.930000', '155952.390000', '155952.850000', '155953.310000', '155953.770000', '155954.230000', '155954.690000', '155955.150000', '155955.610000', '155956.070000', '155956.530000', '155956.990000', '155957.450000', '155957.910000', '155958.370000', '155958.830000', '155959.290000', '155959.750000', '160000.210000', '160000.670000', '160001.130000', '160001.590000', '160002.050000', '160002.510000', '160002.970000', '160003.430000', '160003.890000', '160004.350000', '160004.810000', '160005.270000', '160005.730000', '160006.190000', '160006.650000', '160007.110000', '160007.570000', '160008.030000', '160008.490000', '160008.950000', '160009.410000', '160009.870000', '160010.330000', '160010.790000', '160011.250000', '160011.710000', '160012.170000', '160012.630000', '160013.090000', '160013.550000', '160014.010000', '160014.470000', '160014.930000', '160015.390000', '160015.850000', '160016.310000', '160016.770000', '160017.230000', '160017.690000', '160018.150000', '160018.610000', '160019.070000', '160019.530000', '160019.990000', '160020.450000', '160020.910000', '160021.370000', '160021.830000', '160022.290000', '160022.750000', '160023.210000', '160023.670000', '160024.130000', '160024.590000', '160025.050000', '160025.510000', '160025.970000', '160026.430000', '160026.890000', '160027.350000', '160027.810000', '160028.270000', '160028.730000', '160029.190000', '160029.650000', '160030.110000', '160030.570000', '160031.030000', '160031.490000', '160031.950000', '160032.410000', '160032.870000', '160033.330000', '160033.790000', '160034.250000', '160034.710000', '160035.170000', '160035.630000', '160036.090000', '160036.550000', '160037.010000', '160037.470000', '160037.930000', '160038.390000', '160038.850000', '160039.310000', '160039.770000', '160040.230000', '160040.690000', '160041.150000', '160041.610000', '160042.070000', '160042.530000', '160042.990000', '160043.450000', '160043.910000', '160044.370000', '160044.830000', '160045.290000', '160045.750000', '160046.210000', '160046.670000', '160047.130000', '160047.590000', '160048.050000', '160048.510000', '160048.970000', '160049.430000', '160049.890000', '160050.350000', '160050.810000', '160051.270000', '160051.730000', '160052.190000', '160052.650000', '160053.110000', '160053.570000', '160054.030000', '160054.490000', '160054.950000', '160055.410000', '160055.870000', '160056.330000', '160056.790000', '160057.250000', '160057.710000', '160058.170000', '160058.630000', '160059.090000', '160059.550000', '160100.010000', '160100.470000', '160100.930000', '160101.390000', '160101.850000', '160102.310000', '160102.770000', '160103.230000', '160103.690000', '160104.150000', '160104.610000', '160105.070000', '160105.530000', '160105.990000', '160106.450000', '160106.910000', '160107.370000', '160107.830000', '160108.290000', '160108.750000', '160109.210000', '160109.670000', '160110.130000', '160110.590000', '160111.050000', '160111.510000', '160111.970000', '160112.430000', '160112.890000', '160113.350000', '160113.810000', '160114.270000', '160114.730000', '160115.190000', '160115.650000', '160116.110000', '160116.570000', '160117.030000', '160117.490000', '160117.950000', '160118.410000', '160118.870000', '160119.330000', '160119.790000', '160120.250000', '160120.710000', '160121.170000', '160121.630000', '160122.090000', '160122.550000', '160123.010000', '160123.470000', '160123.930000', '160124.390000', '160124.850000', '160125.310000', '160125.770000', '160126.230000', '160126.690000', '160127.150000', '160127.610000', '160128.070000', '160128.530000', '160128.990000', '160129.450000', '160129.910000', '160130.370000', '160130.830000', '160131.290000', '160131.750000', '160132.210000', '160132.670000', '160133.130000', '160133.590000', '160134.050000', '160134.510000', '160134.970000', '160135.430000', '160135.890000', '160136.350000', '160136.810000', '160137.270000', '160137.730000', '160138.190000', '160138.650000', '160139.110000', '160139.570000', '160140.030000', '160140.490000', '160140.950000', '160141.410000', '160141.870000', '160142.330000', '160142.790000', '160143.250000', '160143.710000', '160144.170000', '160144.630000', '160145.090000', '160145.550000', '160146.010000', '160146.470000', '160146.930000', '160147.390000', '160147.850000', '160148.310000', '160148.770000', '160149.230000', '160149.690000', '160150.150000', '160150.610000', '160151.070000', '160151.530000', '160151.990000', '160152.450000', '160152.910000', '160153.370000', '160153.830000', '160154.290000', '160154.750000', '160155.210000', '160155.670000', '160156.130000', '160156.590000', '160157.050000', '160157.510000', '160157.970000', '160158.430000', '160158.890000', '160159.350000', '160159.810000', '160200.270000', '160200.730000', '160201.190000', '160201.650000', '160202.110000', '160202.570000', '160203.030000', '160203.490000', '160203.950000', '160204.410000', '160204.870000', '160205.330000', '160205.790000', '160206.250000', '160206.710000', '160207.170000', '160207.630000', '160208.090000', '160208.550000', '160209.010000', '160209.470000', '160209.930000', '160210.390000', '160210.850000', '160211.310000', '160211.770000', '160212.230000', '160212.690000', '160213.150000', '160213.610000', '160214.070000', '160214.530000', '160214.990000', '160215.450000', '160215.910000', '160216.370000', '160216.830000', '160217.290000', '160217.750000', '160218.210000', '160218.670000', '160219.130000', '160219.590000', '160220.050000', '160220.510000', '160220.970000', '160221.430000', '160221.890000', '160222.350000', '160222.810000', '160223.270000', '160223.730000', '160224.190000', '160224.650000', '160225.110000', '160225.570000', '160226.030000', '160226.490000', '160226.950000', '160227.410000', '160227.870000', '160228.330000', '160228.790000', '160229.250000', '160229.710000', '160230.170000', '160230.630000', '160231.090000', '160231.550000', '160232.010000', '160232.470000', '160232.930000', '160233.390000', '160233.850000', '160234.310000', '160234.770000', '160235.230000', '160235.690000', '160236.150000', '160236.610000', '160237.070000', '160237.530000', '160237.990000', '160238.450000', '160238.910000', '160239.370000', '160239.830000', '160240.290000', '160240.750000', '160241.210000', '160241.670000', '160242.130000', '160242.590000', '160243.050000', '160243.510000', '160243.970000', '160244.430000', '160244.890000', '160245.350000', '160245.810000', '160246.270000', '160246.730000', '160247.190000', '160247.650000', '160248.110000', '160248.570000', '160249.030000', '160249.490000', '160249.950000', '160250.410000', '160250.870000', '160251.330000', '160251.790000', '160252.250000', '160252.710000', '160253.170000', '160253.630000', '160254.090000', '160254.550000', '160255.010000', '160255.470000', '160255.930000', '160256.390000', '160256.850000', '160257.310000', '160257.770000', '160258.230000', '160258.690000', '160259.150000', '160259.610000', '160300.070000', '160300.530000', '160300.990000', '160301.450000', '160301.910000', '160302.370000', '160302.830000', '160303.290000', '160303.750000', '160304.210000', '160304.670000', '160305.130000', '160305.590000', '160306.050000', '160306.510000', '160306.970000', '160307.430000', '160307.890000', '160308.350000', '160308.810000', '160309.270000', '160309.730000', '160310.190000', '160310.650000', '160311.110000', '160311.570000', '160312.030000', '160312.490000', '160312.950000', '160313.410000', '160313.870000', '160314.330000', '160314.790000', '160315.250000', '160315.710000', '160316.170000', '160316.630000', '160317.090000', '160317.550000', '160318.010000', '160318.470000', '160318.930000', '160319.390000', '160319.850000', '160320.310000', '160320.770000', '160321.230000', '160321.690000', '160322.150000', '160322.610000', '160323.070000', '160323.530000', '160323.990000', '160324.450000', '160324.910000', '160325.370000', '160325.830000', '160326.290000', '160326.750000', '160327.210000', '160327.670000', '160328.130000', '160328.590000', '160329.050000', '160329.510000', '160329.970000', '160330.430000', '160330.890000', '160331.350000', '160331.810000', '160332.270000', '160332.730000', '160333.190000', '160333.650000', '160334.110000', '160334.570000', '160335.030000', '160335.490000', '160335.950000', '160336.410000', '160336.870000', '160337.330000', '160337.790000', '160338.250000', '160338.710000', '160339.170000', '160339.630000', '160340.090000', '160340.550000', '160341.010000', '160341.470000', '160341.930000', '160342.390000', '160342.850000', '160343.310000', '160343.770000', '160344.230000', '160344.690000', '160345.150000', '160345.610000', '160346.070000', '160346.530000', '160346.990000', '160347.450000', '160347.910000', '160348.370000', '160348.830000', '160349.290000', '160349.750000', '160350.210000', '160350.670000', '160351.130000', '160351.590000', '160352.050000', '160352.510000', '160352.970000', '160353.430000', '160353.890000', '160354.350000', '160354.810000', '160355.270000', '160355.730000', '160356.190000', '160356.650000', '160357.110000', '160357.570000', '160358.030000', '160358.490000', '160358.950000', '160359.410000', '160359.870000', '160400.330000', '160400.790000', '160401.250000', '160401.710000', '160402.170000', '160402.630000', '160403.090000', '160403.550000', '160404.010000', '160404.470000', '160404.930000', '160405.390000', '160405.850000', '160406.310000', '160406.770000', '160407.230000', '160407.690000', '160408.150000', '160408.610000', '160409.070000', '160409.530000', '160409.990000', '160410.450000', '160410.910000', '160411.370000', '160411.830000', '160412.290000', '160412.750000', '160413.210000', '160413.670000', '160414.130000', '160414.590000', '160415.050000', '160415.510000', '160415.970000', '160416.430000', '160416.890000', '160417.350000', '160417.810000', '160418.270000', '160418.730000', '160419.190000', '160419.650000', '160420.110000', '160420.570000', '160421.030000', '160421.490000', '160421.950000', '160422.410000', '160422.870000', '160423.330000', '160423.790000', '160424.250000', '160424.710000', '160425.170000', '160425.630000', '160426.090000', '160426.550000', '160427.010000', '160427.470000', '160427.930000', '160428.390000', '160428.850000', '160429.310000', '160429.770000', '160430.230000', '160430.690000', '160431.150000', '160431.610000', '160432.070000', '160432.530000', '160432.990000', '160433.450000', '160433.910000', '160434.370000', '160434.830000', '160435.290000', '160435.750000', '160436.210000', '160436.670000', '160437.130000', '160437.590000', '160438.050000', '160438.510000', '160438.970000', '160439.430000', '160439.890000', '160440.350000', '160440.810000', '160441.270000', '160441.730000', '160442.190000', '160442.650000', '160443.110000', '160443.570000', '160444.030000', '160444.490000', '160444.950000', '160445.410000', '160445.870000', '160446.330000', '160446.790000', '160447.250000', '160447.710000', '160448.170000', '160448.630000', '160449.090000', '160449.550000', '160450.010000', '160450.470000', '160450.930000', '160451.390000', '160451.850000', '160452.310000', '160452.770000', '160453.230000', '160453.690000', '160454.150000', '160454.610000', '160455.070000', '160455.530000', '160455.990000', '160456.450000', '160456.910000', '160457.370000', '160457.830000', '160458.290000', '160458.750000', '160459.210000', '160459.670000', '160500.130000', '160500.590000', '160501.050000', '160501.510000', '160501.970000', '160502.430000', '160502.890000', '160503.350000', '160503.810000', '160504.270000', '160504.730000', '160505.190000', '160505.650000', '160506.110000', '160506.570000', '160507.030000', '160507.490000', '160507.950000', '160508.410000', '160508.870000', '160509.330000', '160509.790000', '160510.250000', '160510.710000', '160511.170000', '160511.630000', '160512.090000', '160512.550000', '160513.010000', '160513.470000', '160513.930000', '160514.390000', '160514.850000', '160515.310000', '160515.770000', '160516.230000', '160516.690000', '160517.150000', '160517.610000', '160518.070000', '160518.530000', '160518.990000', '160519.450000', '160519.910000', '160520.370000', '160520.830000', '160521.290000', '160521.750000', '160522.210000', '160522.670000', '160523.130000', '160523.590000', '160524.050000', '160524.510000', '160524.970000', '160525.430000', '160525.890000', '160526.350000', '160526.810000', '160527.270000', '160527.730000', '160528.190000', '160528.650000', '160529.110000', '160529.570000', '160530.030000', '160530.490000', '160530.950000', '160531.410000', '160531.870000', '160532.330000', '160532.790000', '160533.250000', '160533.710000', '160534.170000', '160534.630000', '160535.090000', '160535.550000', '160536.010000', '160536.470000', '160536.930000', '160537.390000', '160537.850000', '160538.310000', '160538.770000', '160539.230000', '160539.690000', '160540.150000', '160540.610000', '160541.070000', '160541.530000', '160541.990000', '160542.450000', '160542.910000', '160543.370000', '160543.830000', '160544.290000', '160544.750000', '160545.210000', '160545.670000', '160546.130000', '160546.590000', '160547.050000', '160547.510000', '160547.970000', '160548.430000', '160548.890000', '160549.350000', '160549.810000', '160550.270000', '160550.730000', '160551.190000', '160551.650000', '160552.110000', '160552.570000', '160553.030000', '160553.490000', '160553.950000', '160554.410000', '160554.870000', '160555.330000', '160555.790000', '160556.250000', '160556.710000', '160557.170000', '160557.630000', '160558.090000', '160558.550000', '160559.010000', '160559.470000', '160559.930000', '160600.390000', '160600.850000', '160601.310000', '160601.770000', '160602.230000', '160602.690000', '160603.150000', '160603.610000', '160604.070000', '160604.530000', '160604.990000', '160605.450000', '160605.910000', '160606.370000', '160606.830000', '160607.290000', '160607.750000', '160608.210000', '160608.670000', '160609.130000', '160609.590000', '160610.050000', '160610.510000', '160610.970000', '160611.430000', '160611.890000', '160612.350000', '160612.810000', '160613.270000', '160613.730000', '160614.190000', '160614.650000', '160615.110000', '160615.570000', '160616.030000', '160616.490000', '160616.950000', '160617.410000', '160617.870000', '160618.330000', '160618.790000', '160619.250000', '160619.710000', '160620.170000', '160620.630000', '160621.090000', '160621.550000', '160622.010000', '160622.470000', '160622.930000', '160623.390000', '160623.850000', '160624.310000', '160624.770000', '160625.230000', '160625.690000', '160626.150000', '160626.610000', '160627.070000', '160627.530000', '160627.990000', '160628.450000', '160628.910000', '160629.370000', '160629.830000', '160630.290000', '160630.750000', '160631.210000', '160631.670000', '160632.130000', '160632.590000', '160633.050000', '160633.510000', '160633.970000', '160634.430000', '160634.890000', '160635.350000', '160635.810000', '160636.270000', '160636.730000', '160637.190000', '160637.650000', '160638.110000', '160638.570000', '160639.030000', '160639.490000', '160639.950000', '160640.410000', '160640.870000', '160641.330000', '160641.790000', '160642.250000', '160642.710000', '160643.170000', '160643.630000', '160644.090000', '160644.550000', '160645.010000', '160645.470000', '160645.930000', '160646.390000'], 'ContentTime': ['160014.812000', '160014.815000', '160014.817000', '160014.820000', '160014.823000', '160014.825000', '160014.828000', '160014.830000', '160014.833000', '160014.835000', '160014.838000', '160014.841000', '160014.843000', '160014.857000', '160014.859000', '160014.862000', '160014.870000', '160014.873000', '160014.875000', '160014.878000', '160014.880000', '160014.883000', '160014.885000', '160014.888000', '160014.891000', '160014.893000', '160014.896000', '160014.899000', '160014.901000', '160014.904000', '160014.906000', '160014.909000', '160014.912000', '160014.914000', '160014.917000', '160014.919000', '160014.922000', '160014.924000', '160014.927000', '160014.930000', '160014.932000', '160014.935000', '160014.937000', '160014.940000', '160014.942000', '160014.945000', '160014.947000', '160014.950000', '160014.953000', '160014.955000', '160014.958000', '160014.960000', '160014.963000', '160014.965000', '160014.968000', '160014.971000', '160014.973000', '160014.976000', '160014.978000', '160034.772000', '160034.775000', '160034.778000', '160034.780000', '160034.783000', '160034.786000', '160034.788000', '160034.791000', '160034.793000', '160034.796000', '160034.798000', '160034.801000', '160034.803000', '160034.806000', '160034.809000', '160034.811000', '160034.814000', '160034.816000', '160034.819000', '160034.821000', '160034.824000', '160034.826000', '160034.829000', '160034.832000', '160034.834000', '160034.837000', '160034.839000', '160034.842000', '160034.845000', '160034.847000', '160034.850000', '160034.852000', '160034.855000', '160034.858000', '160034.860000', '160034.863000', '160034.865000', '160034.868000', '160034.871000', '160034.874000', '160034.876000', '160034.879000', '160034.881000', '160054.772000', '160054.775000', '160054.778000', '160054.781000', '160054.783000', '160054.794000', '160054.797000', '160054.799000', '160054.802000', '160054.804000', '160054.807000', '160054.810000', '160054.812000', '160054.815000', '160054.817000', '160054.820000', '160054.822000', '160054.825000', '160054.828000', '160054.830000', '160054.833000', '160054.835000', '160054.838000', '160054.840000', '160054.843000', '160054.846000', '160054.848000', '160054.851000', '160054.853000', '160054.856000', '160054.858000', '160054.861000', '160054.863000', '160054.866000', '160054.869000', '160054.871000', '160054.874000', '160054.876000', '160054.879000', '160054.882000', '160054.884000', '160054.887000', '160054.889000', '160054.892000', '160114.772000', '160114.775000', '160114.778000', '160114.788000', '160114.790000', '160114.793000', '160114.796000', '160114.798000', '160114.801000', '160114.804000', '160114.806000', '160114.809000', '160114.811000', '160114.814000', '160114.816000', '160114.819000', '160114.822000', '160114.824000', '160114.827000', '160114.829000', '160114.832000', '160114.835000', '160114.837000', '160114.840000', '160114.842000', '160114.845000', '160114.848000', '160114.850000', '160114.853000', '160114.855000', '160114.858000', '160114.861000', '160114.863000', '160114.866000', '160114.868000', '160114.871000', '160114.873000', '160114.876000', '160114.879000', '160114.881000', '160114.884000', '160114.887000', '160114.890000', '160134.771000', '160134.774000', '160134.777000', '160134.779000', '160134.782000', '160134.785000', '160134.787000', '160134.790000', '160134.792000', '160134.795000', '160134.797000', '160134.800000', '160134.803000', '160134.805000', '160134.808000', '160134.810000', '160134.813000', '160134.820000', '160134.822000', '160134.825000', '160134.828000', '160134.830000', '160134.846000', '160134.849000', '160134.851000', '160134.854000', '160134.857000', '160134.859000', '160134.862000', '160134.864000', '160134.867000', '160134.870000', '160134.872000', '160134.875000', '160134.877000', '160134.880000', '160134.883000', '160134.885000', '160134.888000', '160134.890000', '160134.893000', '160134.896000', '160134.898000', '160134.901000', '160154.771000', '160154.774000', '160154.777000', '160154.779000', '160154.782000', '160154.785000', '160154.787000', '160154.790000', '160154.793000', '160154.795000', '160154.798000', '160154.808000', '160154.810000', '160154.813000', '160154.815000', '160154.818000', '160154.821000', '160154.823000', '160154.826000', '160154.828000', '160154.831000', '160154.834000', '160154.836000', '160154.839000', '160154.841000', '160154.844000', '160154.847000', '160154.849000', '160154.852000', '160154.854000', '160154.857000', '160154.860000', '160154.862000', '160154.865000', '160154.867000', '160154.870000', '160154.873000', '160154.875000', '160154.878000', '160154.880000', '160154.883000', '160154.886000', '160154.888000', '160214.772000', '160214.774000', '160214.777000', '160214.780000', '160214.782000', '160214.785000', '160214.788000', '160214.790000', '160214.793000', '160214.795000', '160214.798000', '160214.801000', '160214.803000', '160214.806000', '160214.808000', '160214.811000', '160214.813000', '160214.816000', '160214.818000', '160214.821000', '160214.824000', '160214.826000', '160214.829000', '160214.831000', '160214.834000', '160214.837000', '160214.839000', '160214.842000', '160214.844000', '160214.847000', '160214.850000', '160214.852000', '160214.855000', '160214.857000', '160214.860000', '160214.863000', '160214.865000', '160214.868000', '160214.870000', '160214.873000', '160214.876000', '160214.878000', '160214.881000', '160214.883000', '160234.772000', '160234.775000', '160234.778000', '160234.781000', '160234.783000', '160234.786000', '160234.789000', '160234.791000', '160234.794000', '160234.796000', '160234.799000', '160234.802000', '160234.804000', '160234.807000', '160234.809000', '160234.812000', '160234.815000', '160234.818000', '160234.820000', '160234.823000', '160234.826000', '160234.828000', '160234.831000', '160234.833000', '160234.843000', '160234.846000', '160234.848000', '160234.851000', '160234.854000', '160234.856000', '160234.859000', '160234.861000', '160234.864000', '160234.867000', '160234.869000', '160234.872000', '160234.874000', '160234.877000', '160234.880000', '160234.882000', '160234.885000', '160234.887000', '160234.890000', '160254.773000', '160254.775000', '160254.778000', '160254.781000', '160254.783000', '160254.786000', '160254.788000', '160254.791000', '160254.794000', '160254.796000', '160254.799000', '160254.801000', '160254.804000', '160254.806000', '160254.809000', '160254.812000', '160254.814000', '160254.817000', '160254.819000', '160254.822000', '160254.825000', '160254.827000', '160254.830000', '160254.832000', '160254.835000', '160254.837000', '160254.840000', '160254.843000', '160254.845000', '160254.848000', '160254.850000', '160254.853000', '160254.856000', '160254.858000', '160254.861000', '160254.864000', '160254.866000', '160254.869000', '160254.871000', '160254.874000', '160254.877000', '160254.879000', '160254.882000', '160254.884000', '160314.773000', '160314.775000', '160314.778000', '160314.798000', '160314.801000', '160314.803000', '160314.806000', '160314.808000', '160314.811000', '160314.814000', '160314.816000', '160314.826000', '160314.829000', '160314.831000', '160314.834000', '160314.837000', '160314.839000', '160314.842000', '160314.845000', '160314.847000', '160314.850000', '160314.852000', '160314.855000', '160314.857000', '160314.860000', '160314.863000', '160314.865000', '160314.868000', '160314.870000', '160314.873000', '160314.876000', '160314.878000', '160314.881000', '160314.884000', '160314.886000', '160314.889000', '160314.891000', '160314.894000', '160314.897000', '160314.899000', '160314.902000', '160314.904000', '160314.907000', '160334.773000', '160334.775000', '160334.778000', '160334.781000', '160334.783000', '160334.786000', '160334.788000', '160334.791000', '160334.794000', '160334.796000', '160334.799000', '160334.801000', '160334.804000', '160334.807000', '160334.809000', '160334.812000', '160334.814000', '160334.817000', '160334.820000', '160334.823000', '160334.825000', '160334.828000', '160334.831000', '160334.833000', '160334.836000', '160334.838000', '160334.841000', '160334.843000', '160334.846000', '160334.849000', '160334.851000', '160334.854000', '160334.857000', '160334.859000', '160334.862000', '160334.865000', '160334.867000', '160334.870000', '160334.873000', '160334.875000', '160334.878000', '160334.880000', '160334.883000', '160334.886000', '160354.771000', '160354.775000', '160354.778000', '160354.780000', '160354.783000', '160354.786000', '160354.788000', '160354.791000', '160354.794000', '160354.796000', '160354.799000', '160354.801000', '160354.804000', '160354.807000', '160354.809000', '160354.812000', '160354.814000', '160354.817000', '160354.820000', '160354.822000', '160354.825000', '160354.827000', '160354.830000', '160354.832000', '160354.835000', '160354.838000', '160354.840000', '160354.843000', '160354.845000', '160354.848000', '160354.851000', '160354.853000', '160354.856000', '160354.858000', '160354.861000', '160354.864000', '160354.866000', '160354.869000', '160354.871000', '160354.874000', '160354.877000', '160354.879000', '160354.882000', '160414.771000', '160414.774000', '160414.777000', '160414.780000', '160414.782000', '160414.785000', '160414.788000', '160414.790000', '160414.793000', '160414.795000', '160414.798000', '160414.801000', '160414.803000', '160414.806000', '160414.809000', '160414.811000', '160414.814000', '160414.816000', '160414.819000', '160414.822000', '160414.824000', '160414.827000', '160414.830000', '160414.832000', '160414.835000', '160414.837000', '160414.840000', '160414.842000', '160414.845000', '160414.848000', '160414.850000', '160414.853000', '160414.856000', '160414.858000', '160414.861000', '160414.863000', '160414.866000', '160414.868000', '160414.871000', '160414.874000', '160414.876000', '160414.879000', '160414.881000', '160414.884000', '160434.771000', '160434.774000', '160434.777000', '160434.780000', '160434.782000', '160434.785000', '160434.787000', '160434.790000', '160434.793000', '160434.796000', '160434.798000', '160434.801000', '160434.803000', '160434.806000', '160434.809000', '160434.811000', '160434.814000', '160434.817000', '160434.819000', '160434.822000', '160434.824000', '160434.827000', '160434.830000', '160434.832000', '160434.835000', '160434.838000', '160434.840000', '160434.843000', '160434.853000', '160434.855000', '160434.858000', '160434.860000', '160434.863000', '160434.866000', '160434.868000', '160434.871000', '160434.874000', '160434.876000', '160434.879000', '160434.882000', '160434.884000', '160434.887000', '160434.889000', '160454.772000', '160454.775000', '160454.778000', '160454.781000', '160454.783000', '160454.786000', '160454.789000', '160454.791000', '160454.794000', '160454.797000', '160454.799000', '160454.802000', '160454.805000', '160454.808000', '160454.811000', '160454.814000', '160454.816000', '160454.819000', '160454.822000', '160454.824000', '160454.827000', '160454.829000', '160454.832000', '160454.835000', '160454.837000', '160454.840000', '160454.842000', '160454.845000', '160454.848000', '160454.850000', '160454.853000', '160454.856000', '160454.858000', '160454.861000', '160454.864000', '160454.866000', '160454.869000', '160454.872000', '160454.874000', '160454.877000', '160454.879000', '160454.884000', '160454.887000', '160454.890000', '160514.772000', '160514.775000', '160514.778000', '160514.781000', '160514.784000', '160514.786000', '160514.789000', '160514.791000', '160514.794000', '160514.797000', '160514.799000', '160514.802000', '160514.805000', '160514.807000', '160514.810000', '160514.812000', '160514.815000', '160514.818000', '160514.820000', '160514.829000', '160514.832000', '160514.834000', '160514.837000', '160514.840000', '160514.842000', '160514.845000', '160514.848000', '160514.850000', '160514.853000', '160514.855000', '160514.858000', '160514.861000', '160514.863000', '160514.866000', '160514.868000', '160514.871000', '160514.874000', '160514.876000', '160514.879000', '160514.881000', '160514.884000', '160514.886000', '160514.889000', '160534.773000', '160534.777000', '160534.780000', '160534.782000', '160534.785000', '160534.788000', '160534.790000', '160534.793000', '160534.796000', '160534.798000', '160534.801000', '160534.804000', '160534.807000', '160534.809000', '160534.812000', '160534.814000', '160534.817000', '160534.819000', '160534.822000', '160534.825000', '160534.827000', '160534.830000', '160534.832000', '160534.835000', '160534.838000', '160534.840000', '160534.843000', '160534.846000', '160534.848000', '160534.851000', '160534.853000', '160534.856000', '160534.859000', '160534.861000', '160534.864000', '160534.866000', '160534.869000', '160534.872000', '160534.874000', '160534.877000', '160534.879000', '160534.882000', '160534.884000', '160554.773000', '160554.776000', '160554.778000', '160554.781000', '160554.783000', '160554.786000', '160554.789000', '160554.791000', '160554.794000', '160554.796000', '160554.799000', '160554.801000', '160554.804000', '160554.807000', '160554.809000', '160554.812000', '160554.814000', '160554.817000', '160554.820000', '160554.822000', '160554.825000', '160554.827000', '160554.830000', '160554.833000', '160554.835000', '160554.838000', '160554.841000', '160554.843000', '160554.846000', '160554.848000', '160554.851000', '160554.854000', '160554.856000', '160554.859000', '160554.861000', '160554.864000', '160554.867000', '160554.869000', '160554.872000', '160554.874000', '160554.877000', '160554.880000', '160554.882000', '160554.885000', '160614.771000', '160614.775000', '160614.778000', '160614.781000', '160614.784000', '160614.786000', '160614.789000', '160614.791000', '160614.794000', '160614.797000', '160614.810000', '160614.813000', '160614.816000', '160614.818000', '160614.821000', '160614.823000', '160614.826000', '160614.828000', '160614.831000', '160614.834000', '160614.836000', '160614.839000', '160614.841000', '160614.845000', '160614.848000', '160614.850000', '160614.853000', '160614.856000', '160614.858000', '160614.861000', '160614.863000', '160614.866000', '160614.869000', '160614.871000', '160614.874000', '160614.877000', '160614.879000', '160614.882000', '160614.884000', '160614.887000', '160614.890000', '160614.892000', '160614.895000', '160634.771000', '160634.774000', '160634.777000', '160634.780000', '160634.782000', '160634.785000', '160634.787000', '160634.790000', '160634.792000', '160634.795000', '160634.798000', '160634.800000', '160634.803000', '160634.806000', '160634.808000', '160634.811000', '160634.813000', '160634.816000', '160634.819000', '160634.821000', '160634.824000', '160634.826000', '160634.829000', '160634.832000', '160634.834000', '160634.837000', '160634.839000', '160634.842000', '160634.845000', '160634.847000', '160634.850000', '160634.852000', '160634.855000', '160634.857000', '160634.860000', '160634.863000', '160634.865000', '160634.868000', '160634.871000', '160634.873000', '160634.876000', '160634.878000', '160634.881000', '160634.883000', '160647.915000', '160647.918000', '160647.921000', '160647.923000', '160647.926000', '160647.928000', '160647.931000', '160647.934000', '160647.936000', '160647.939000', '160647.942000', '160647.944000', '160647.947000', '160647.949000', '160647.952000', '160647.954000', '160647.957000', '160647.960000', '160647.962000', '160647.965000', '160647.968000', '160647.970000', '160647.973000', '160647.975000', '160647.978000', '160647.981000', '160647.983000', '160647.986000', '160647.988000'], 'InstanceCreationTime': ['160014.812000', '160014.815000', '160014.817000', '160014.820000', '160014.823000', '160014.825000', '160014.828000', '160014.830000', '160014.833000', '160014.835000', '160014.838000', '160014.841000', '160014.843000', '160014.857000', '160014.859000', '160014.862000', '160014.870000', '160014.873000', '160014.875000', '160014.878000', '160014.880000', '160014.883000', '160014.885000', '160014.888000', '160014.891000', '160014.893000', '160014.896000', '160014.899000', '160014.901000', '160014.904000', '160014.906000', '160014.909000', '160014.912000', '160014.914000', '160014.917000', '160014.919000', '160014.922000', '160014.924000', '160014.927000', '160014.930000', '160014.932000', '160014.935000', '160014.937000', '160014.940000', '160014.942000', '160014.945000', '160014.947000', '160014.950000', '160014.953000', '160014.955000', '160014.958000', '160014.960000', '160014.963000', '160014.965000', '160014.968000', '160014.971000', '160014.973000', '160014.976000', '160014.978000', '160034.772000', '160034.775000', '160034.778000', '160034.780000', '160034.783000', '160034.786000', '160034.788000', '160034.791000', '160034.793000', '160034.796000', '160034.798000', '160034.801000', '160034.803000', '160034.806000', '160034.809000', '160034.811000', '160034.814000', '160034.816000', '160034.819000', '160034.821000', '160034.824000', '160034.826000', '160034.829000', '160034.832000', '160034.834000', '160034.837000', '160034.839000', '160034.842000', '160034.845000', '160034.847000', '160034.850000', '160034.852000', '160034.855000', '160034.858000', '160034.860000', '160034.863000', '160034.865000', '160034.868000', '160034.871000', '160034.874000', '160034.876000', '160034.879000', '160034.881000', '160054.772000', '160054.775000', '160054.778000', '160054.781000', '160054.783000', '160054.794000', '160054.797000', '160054.799000', '160054.802000', '160054.804000', '160054.807000', '160054.810000', '160054.812000', '160054.815000', '160054.817000', '160054.820000', '160054.822000', '160054.825000', '160054.828000', '160054.830000', '160054.833000', '160054.835000', '160054.838000', '160054.840000', '160054.843000', '160054.846000', '160054.848000', '160054.851000', '160054.853000', '160054.856000', '160054.858000', '160054.861000', '160054.863000', '160054.866000', '160054.869000', '160054.871000', '160054.874000', '160054.876000', '160054.879000', '160054.882000', '160054.884000', '160054.887000', '160054.889000', '160054.892000', '160114.772000', '160114.775000', '160114.778000', '160114.788000', '160114.790000', '160114.793000', '160114.796000', '160114.798000', '160114.801000', '160114.804000', '160114.806000', '160114.809000', '160114.811000', '160114.814000', '160114.816000', '160114.819000', '160114.822000', '160114.824000', '160114.827000', '160114.829000', '160114.832000', '160114.835000', '160114.837000', '160114.840000', '160114.842000', '160114.845000', '160114.848000', '160114.850000', '160114.853000', '160114.855000', '160114.858000', '160114.861000', '160114.863000', '160114.866000', '160114.868000', '160114.871000', '160114.873000', '160114.876000', '160114.879000', '160114.881000', '160114.884000', '160114.887000', '160114.890000', '160134.771000', '160134.774000', '160134.777000', '160134.779000', '160134.782000', '160134.785000', '160134.787000', '160134.790000', '160134.792000', '160134.795000', '160134.797000', '160134.800000', '160134.803000', '160134.805000', '160134.808000', '160134.810000', '160134.813000', '160134.820000', '160134.822000', '160134.825000', '160134.828000', '160134.830000', '160134.846000', '160134.849000', '160134.851000', '160134.854000', '160134.857000', '160134.859000', '160134.862000', '160134.864000', '160134.867000', '160134.870000', '160134.872000', '160134.875000', '160134.877000', '160134.880000', '160134.883000', '160134.885000', '160134.888000', '160134.890000', '160134.893000', '160134.896000', '160134.898000', '160134.901000', '160154.771000', '160154.774000', '160154.777000', '160154.779000', '160154.782000', '160154.785000', '160154.787000', '160154.790000', '160154.793000', '160154.795000', '160154.798000', '160154.808000', '160154.810000', '160154.813000', '160154.815000', '160154.818000', '160154.821000', '160154.823000', '160154.826000', '160154.828000', '160154.831000', '160154.834000', '160154.836000', '160154.839000', '160154.841000', '160154.844000', '160154.847000', '160154.849000', '160154.852000', '160154.854000', '160154.857000', '160154.860000', '160154.862000', '160154.865000', '160154.867000', '160154.870000', '160154.873000', '160154.875000', '160154.878000', '160154.880000', '160154.883000', '160154.886000', '160154.888000', '160214.772000', '160214.774000', '160214.777000', '160214.780000', '160214.782000', '160214.785000', '160214.788000', '160214.790000', '160214.793000', '160214.795000', '160214.798000', '160214.801000', '160214.803000', '160214.806000', '160214.808000', '160214.811000', '160214.813000', '160214.816000', '160214.818000', '160214.821000', '160214.824000', '160214.826000', '160214.829000', '160214.831000', '160214.834000', '160214.837000', '160214.839000', '160214.842000', '160214.844000', '160214.847000', '160214.850000', '160214.852000', '160214.855000', '160214.857000', '160214.860000', '160214.863000', '160214.865000', '160214.868000', '160214.870000', '160214.873000', '160214.876000', '160214.878000', '160214.881000', '160214.883000', '160234.772000', '160234.775000', '160234.778000', '160234.781000', '160234.783000', '160234.786000', '160234.789000', '160234.791000', '160234.794000', '160234.796000', '160234.799000', '160234.802000', '160234.804000', '160234.807000', '160234.809000', '160234.812000', '160234.815000', '160234.818000', '160234.820000', '160234.823000', '160234.826000', '160234.828000', '160234.831000', '160234.833000', '160234.843000', '160234.846000', '160234.848000', '160234.851000', '160234.854000', '160234.856000', '160234.859000', '160234.861000', '160234.864000', '160234.867000', '160234.869000', '160234.872000', '160234.874000', '160234.877000', '160234.880000', '160234.882000', '160234.885000', '160234.887000', '160234.890000', '160254.773000', '160254.775000', '160254.778000', '160254.781000', '160254.783000', '160254.786000', '160254.788000', '160254.791000', '160254.794000', '160254.796000', '160254.799000', '160254.801000', '160254.804000', '160254.806000', '160254.809000', '160254.812000', '160254.814000', '160254.817000', '160254.819000', '160254.822000', '160254.825000', '160254.827000', '160254.830000', '160254.832000', '160254.835000', '160254.837000', '160254.840000', '160254.843000', '160254.845000', '160254.848000', '160254.850000', '160254.853000', '160254.856000', '160254.858000', '160254.861000', '160254.864000', '160254.866000', '160254.869000', '160254.871000', '160254.874000', '160254.877000', '160254.879000', '160254.882000', '160254.884000', '160314.773000', '160314.775000', '160314.778000', '160314.798000', '160314.801000', '160314.803000', '160314.806000', '160314.808000', '160314.811000', '160314.814000', '160314.816000', '160314.826000', '160314.829000', '160314.831000', '160314.834000', '160314.837000', '160314.839000', '160314.842000', '160314.845000', '160314.847000', '160314.850000', '160314.852000', '160314.855000', '160314.857000', '160314.860000', '160314.863000', '160314.865000', '160314.868000', '160314.870000', '160314.873000', '160314.876000', '160314.878000', '160314.881000', '160314.884000', '160314.886000', '160314.889000', '160314.891000', '160314.894000', '160314.897000', '160314.899000', '160314.902000', '160314.904000', '160314.907000', '160334.773000', '160334.775000', '160334.778000', '160334.781000', '160334.783000', '160334.786000', '160334.788000', '160334.791000', '160334.794000', '160334.796000', '160334.799000', '160334.801000', '160334.804000', '160334.807000', '160334.809000', '160334.812000', '160334.814000', '160334.817000', '160334.820000', '160334.823000', '160334.825000', '160334.828000', '160334.831000', '160334.833000', '160334.836000', '160334.838000', '160334.841000', '160334.843000', '160334.846000', '160334.849000', '160334.851000', '160334.854000', '160334.857000', '160334.859000', '160334.862000', '160334.865000', '160334.867000', '160334.870000', '160334.873000', '160334.875000', '160334.878000', '160334.880000', '160334.883000', '160334.886000', '160354.771000', '160354.775000', '160354.778000', '160354.780000', '160354.783000', '160354.786000', '160354.788000', '160354.791000', '160354.794000', '160354.796000', '160354.799000', '160354.801000', '160354.804000', '160354.807000', '160354.809000', '160354.812000', '160354.814000', '160354.817000', '160354.820000', '160354.822000', '160354.825000', '160354.827000', '160354.830000', '160354.832000', '160354.835000', '160354.838000', '160354.840000', '160354.843000', '160354.845000', '160354.848000', '160354.851000', '160354.853000', '160354.856000', '160354.858000', '160354.861000', '160354.864000', '160354.866000', '160354.869000', '160354.871000', '160354.874000', '160354.877000', '160354.879000', '160354.882000', '160414.771000', '160414.774000', '160414.777000', '160414.780000', '160414.782000', '160414.785000', '160414.788000', '160414.790000', '160414.793000', '160414.795000', '160414.798000', '160414.801000', '160414.803000', '160414.806000', '160414.809000', '160414.811000', '160414.814000', '160414.816000', '160414.819000', '160414.822000', '160414.824000', '160414.827000', '160414.830000', '160414.832000', '160414.835000', '160414.837000', '160414.840000', '160414.842000', '160414.845000', '160414.848000', '160414.850000', '160414.853000', '160414.856000', '160414.858000', '160414.861000', '160414.863000', '160414.866000', '160414.868000', '160414.871000', '160414.874000', '160414.876000', '160414.879000', '160414.881000', '160414.884000', '160434.771000', '160434.774000', '160434.777000', '160434.780000', '160434.782000', '160434.785000', '160434.787000', '160434.790000', '160434.793000', '160434.796000', '160434.798000', '160434.801000', '160434.803000', '160434.806000', '160434.809000', '160434.811000', '160434.814000', '160434.817000', '160434.819000', '160434.822000', '160434.824000', '160434.827000', '160434.830000', '160434.832000', '160434.835000', '160434.838000', '160434.840000', '160434.843000', '160434.853000', '160434.855000', '160434.858000', '160434.860000', '160434.863000', '160434.866000', '160434.868000', '160434.871000', '160434.874000', '160434.876000', '160434.879000', '160434.882000', '160434.884000', '160434.887000', '160434.889000', '160454.772000', '160454.775000', '160454.778000', '160454.781000', '160454.783000', '160454.786000', '160454.789000', '160454.791000', '160454.794000', '160454.797000', '160454.799000', '160454.802000', '160454.805000', '160454.808000', '160454.811000', '160454.814000', '160454.816000', '160454.819000', '160454.822000', '160454.824000', '160454.827000', '160454.829000', '160454.832000', '160454.835000', '160454.837000', '160454.840000', '160454.842000', '160454.845000', '160454.848000', '160454.850000', '160454.853000', '160454.856000', '160454.858000', '160454.861000', '160454.864000', '160454.866000', '160454.869000', '160454.872000', '160454.874000', '160454.877000', '160454.879000', '160454.884000', '160454.887000', '160454.890000', '160514.772000', '160514.775000', '160514.778000', '160514.781000', '160514.784000', '160514.786000', '160514.789000', '160514.791000', '160514.794000', '160514.797000', '160514.799000', '160514.802000', '160514.805000', '160514.807000', '160514.810000', '160514.812000', '160514.815000', '160514.818000', '160514.820000', '160514.829000', '160514.832000', '160514.834000', '160514.837000', '160514.840000', '160514.842000', '160514.845000', '160514.848000', '160514.850000', '160514.853000', '160514.855000', '160514.858000', '160514.861000', '160514.863000', '160514.866000', '160514.868000', '160514.871000', '160514.874000', '160514.876000', '160514.879000', '160514.881000', '160514.884000', '160514.886000', '160514.889000', '160534.773000', '160534.777000', '160534.780000', '160534.782000', '160534.785000', '160534.788000', '160534.790000', '160534.793000', '160534.796000', '160534.798000', '160534.801000', '160534.804000', '160534.807000', '160534.809000', '160534.812000', '160534.814000', '160534.817000', '160534.819000', '160534.822000', '160534.825000', '160534.827000', '160534.830000', '160534.832000', '160534.835000', '160534.838000', '160534.840000', '160534.843000', '160534.846000', '160534.848000', '160534.851000', '160534.853000', '160534.856000', '160534.859000', '160534.861000', '160534.864000', '160534.866000', '160534.869000', '160534.872000', '160534.874000', '160534.877000', '160534.879000', '160534.882000', '160534.884000', '160554.773000', '160554.776000', '160554.778000', '160554.781000', '160554.783000', '160554.786000', '160554.789000', '160554.791000', '160554.794000', '160554.796000', '160554.799000', '160554.801000', '160554.804000', '160554.807000', '160554.809000', '160554.812000', '160554.814000', '160554.817000', '160554.820000', '160554.822000', '160554.825000', '160554.827000', '160554.830000', '160554.833000', '160554.835000', '160554.838000', '160554.841000', '160554.843000', '160554.846000', '160554.848000', '160554.851000', '160554.854000', '160554.856000', '160554.859000', '160554.861000', '160554.864000', '160554.867000', '160554.869000', '160554.872000', '160554.874000', '160554.877000', '160554.880000', '160554.882000', '160554.885000', '160614.771000', '160614.775000', '160614.778000', '160614.781000', '160614.784000', '160614.786000', '160614.789000', '160614.791000', '160614.794000', '160614.797000', '160614.810000', '160614.813000', '160614.816000', '160614.818000', '160614.821000', '160614.823000', '160614.826000', '160614.828000', '160614.831000', '160614.834000', '160614.836000', '160614.839000', '160614.841000', '160614.845000', '160614.848000', '160614.850000', '160614.853000', '160614.856000', '160614.858000', '160614.861000', '160614.863000', '160614.866000', '160614.869000', '160614.871000', '160614.874000', '160614.877000', '160614.879000', '160614.882000', '160614.884000', '160614.887000', '160614.890000', '160614.892000', '160614.895000', '160634.771000', '160634.774000', '160634.777000', '160634.780000', '160634.782000', '160634.785000', '160634.787000', '160634.790000', '160634.792000', '160634.795000', '160634.798000', '160634.800000', '160634.803000', '160634.806000', '160634.808000', '160634.811000', '160634.813000', '160634.816000', '160634.819000', '160634.821000', '160634.824000', '160634.826000', '160634.829000', '160634.832000', '160634.834000', '160634.837000', '160634.839000', '160634.842000', '160634.845000', '160634.847000', '160634.850000', '160634.852000', '160634.855000', '160634.857000', '160634.860000', '160634.863000', '160634.865000', '160634.868000', '160634.871000', '160634.873000', '160634.876000', '160634.878000', '160634.881000', '160634.883000', '160647.915000', '160647.918000', '160647.921000', '160647.923000', '160647.926000', '160647.928000', '160647.931000', '160647.934000', '160647.936000', '160647.939000', '160647.942000', '160647.944000', '160647.947000', '160647.949000', '160647.952000', '160647.954000', '160647.957000', '160647.960000', '160647.962000', '160647.965000', '160647.968000', '160647.970000', '160647.973000', '160647.975000', '160647.978000', '160647.981000', '160647.983000', '160647.986000', '160647.988000'], '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], 'LargestImagePixelValue': [15844, 13611, 10476, 8938, 11019, 9000, 8984, 9052, 8371, 8926, 11703, 9096, 15070, 10989, 8678, 9701, 9173, 10609, 8659, 9247, 9753, 9107, 13131, 8739, 8556, 11340, 8388, 8797, 9307, 8837, 8753, 13457, 8514, 8926, 8432, 8682, 9850, 8593, 11472, 8624, 11461, 9096, 9730, 9217, 9143, 11016, 8624, 11701, 8648, 11398, 8705, 10288, 9167, 9474, 9157, 8673, 14536, 9664, 10218, 8218, 8813, 10008, 9694, 10592, 8631, 10086, 8556, 10890, 8686, 10882, 8479, 10664, 8415, 9806, 15179, 10403, 12100, 8978, 12966, 8730, 15255, 9494, 12017, 7893, 8432, 8991, 9018, 9136, 10933, 9176, 13888, 8685, 12702, 8733, 11547, 8474, 10561, 8761, 10432, 8596, 11280, 8668, 10853, 8767, 10433, 8502, 10172, 8533, 10102, 8697, 9727, 8339, 9224, 10576, 8015, 8166, 7582, 8181, 10323, 8979, 11274, 10820, 8369, 10142, 8169, 8435, 8792, 10609, 8369, 10212, 10744, 8394, 12127, 8175, 8637, 8159, 14792, 15313, 11264, 12924, 9385, 8175, 14399, 8144, 11549, 8610, 10246, 8023, 9930, 8335, 9342, 12413, 8803, 15631, 9570, 14332, 8395, 13401, 9213, 11564, 8238, 10076, 8125, 10022, 8139, 8861, 7958, 8212, 9755, 7956, 11711, 8151, 11057, 8227, 8245, 8073, 8677, 9649, 8411, 10087, 8491, 10732, 8632, 10712, 8099, 11215, 8060, 9562, 8557, 8549, 8614, 13905, 9713, 13637, 8181, 10792, 8120, 9273, 10095, 7913, 14968, 8036, 11779, 7878, 10746, 7952, 8802, 8183, 7986, 12483, 8103, 10952, 8054, 9684, 8175, 8055, 8180, 8412, 12584, 8495, 10948, 8354, 9834, 8372, 9284, 9078, 9012, 8686, 8373, 12145, 8068, 14142, 8844, 12057, 8254, 10503, 8502, 10235, 8533, 8664, 9082, 8204, 14412, 8052, 11664, 8293, 10732, 8201, 10219, 8492, 9442, 8541, 8131, 9826, 8147, 14880, 8705, 12757, 8035, 11052, 8346, 10901, 8120, 10165, 8429, 9281, 8632, 8997, 8980, 8034, 10789, 8831, 8663, 10528, 8582, 8932, 9580, 17469, 12409, 13741, 10858, 12205, 8025, 10094, 8098, 10323, 8148, 10349, 7844, 10479, 8147, 11192, 8305, 11352, 8006, 10975, 8301, 9978, 7862, 8426, 8452, 7915, 7771, 8361, 7930, 9391, 14121, 8755, 13333, 9441, 9093, 12273, 8938, 12846, 9071, 10870, 11727, 14699, 12498, 9687, 16384, 12617, 16720, 13479, 15533, 10530, 12594, 10423, 8403, 15354, 8575, 9839, 8550, 9160, 8978, 8863, 9132, 9146, 8417, 8830, 8517, 8507, 9016, 10959, 8451, 10364, 8714, 12219, 8429, 10992, 8535, 10459, 8560, 10043, 8411, 9543, 8499, 9188, 8927, 8755, 12740, 8514, 15034, 8367, 12783, 8400, 11151, 8401, 11057, 8409, 10596, 8375, 9861, 8185, 9114, 8608, 9151, 8625, 8421, 9100, 8439, 13469, 8466, 14994, 8323, 11755, 8294, 10912, 8346, 10312, 8356, 9428, 8478, 8331, 8910, 8325, 8251, 8365, 11343, 8590, 11493, 8353, 10290, 8658, 9793, 8289, 9793, 8861, 9807, 8676, 9081, 8619, 9017, 8792, 8454, 8833, 8339, 9752, 8496, 10149, 8374, 11616, 8682, 12651, 8537, 12245, 8598, 10496, 8879, 10606, 8590, 11602, 8872, 9889, 8820, 8400, 11864, 8492, 13583, 8540, 12974, 8536, 11166, 8527, 10434, 8187, 9870, 8152, 9859, 8142, 10624, 8439, 9114, 8438, 12961, 8111, 12092, 8198, 8592, 8371, 8276, 14037, 8269, 13934, 8196, 12471, 8175, 11873, 8318, 11400, 8222, 10626, 8557, 10018, 8416, 9648, 8363, 8563, 8641, 8280, 14943, 8579, 14595, 8204, 12293, 8289, 11283, 8398, 10973, 8206, 10500, 8554, 10059, 8537, 10573, 8428, 9984, 8682, 9966, 8107, 9770, 8359, 8896, 8498, 8390, 10135, 8008, 13829, 8247, 12915, 8609, 11067, 8416, 10456, 8396, 10043, 8097, 9438, 8472, 9061, 8709, 8334, 8439, 8418, 12118, 8186, 16549, 8500, 12849, 8675, 11057, 8463, 9332, 8429, 8261, 11599, 8219, 14686, 8238, 11571, 8147, 10936, 8593, 10165, 8325, 9559, 8330, 8359, 8333, 8308, 13092, 8107, 13345, 8185, 11157, 8507, 10602, 8441, 10098, 8290, 9418, 8458, 8542, 8492, 7992, 11946, 8281, 13201, 8291, 11295, 8275, 10408, 8559, 10098, 8530, 9724, 8250, 8690, 8656, 8206, 8988, 8266, 8799, 8475, 8733, 8897, 14529, 9493, 14525, 8153, 15373, 7977, 12013, 8458, 10668, 8311, 10325, 8331, 9859, 8469, 8851, 9325, 8002, 12685, 8273, 11987, 8284, 11000, 8190, 10118, 8338, 9786, 8295, 9753, 8461, 7998, 8162, 8264, 13278, 7850, 11960, 8154, 10576, 8528, 10210, 8519, 9796, 8321, 10199, 8296, 10058, 8526, 10684, 8326, 9456, 8495, 8103, 12238, 7860, 11268, 8163, 12770, 8348, 10772, 8405, 10321, 8536, 9981, 8350, 9369, 8501, 8907, 8559, 8009, 7894, 7983, 13445, 7941, 13327, 8187, 10754, 8469, 10593, 8524, 10480, 8627, 9992, 8335, 9522, 8222, 8640, 8288, 7985, 7972, 8001, 14466, 8057, 14441, 8331, 10617, 8449, 9888, 8221, 9574, 8158, 8279, 8288, 8055, 12137, 8111, 11974, 7803, 7905, 8404, 8027, 11436, 8375, 9322, 7871, 8463, 12971, 12639, 9592, 15789, 12177, 13282, 9553, 10809, 8097, 9580, 7824, 10093, 8070, 10324, 7956, 10475, 7957, 11051, 8056, 10972, 8116, 8435, 8001, 8063, 8429, 8670, 8011, 7814, 8850, 7991, 14683, 8093, 14080, 7924, 12729, 8507, 11634, 8970, 11752, 8079, 8589, 8213, 14748, 8288, 11653, 8290, 8849, 14303, 8044, 15469, 8148, 11325, 7982, 10162, 8269, 10872, 8696, 8630, 12279, 7658, 13158, 7772, 12782, 7925, 12299, 7985, 11567, 8082, 10602, 8313, 10866, 8118, 10361, 8139, 8281, 8219, 8657, 8077, 14440, 9266, 11478, 8170, 9119, 8322, 8641, 8415, 8063, 9352, 8048, 12402, 8570, 10463, 8309, 9884, 8361, 8963, 8362, 8267, 8473, 8150, 8769, 8260, 12828, 8580, 10602, 8871, 9425, 8434, 8427, 8643, 8715, 11747, 8373, 13329, 8717, 11232, 8875, 10516, 8764, 9885, 8541, 8808, 8821, 8470, 14568, 8518, 14636, 8598, 11404, 8613, 9380, 8180, 8549, 8040, 7952, 7866, 10141, 8252, 11592, 8297, 11061, 8390, 8333, 16743, 10642, 12448, 8366, 11488, 8046, 9158, 15409, 9085, 14205, 8019, 11802, 7952, 10646, 8068, 8895, 8027, 9036, 10348, 7994, 13110, 8406, 8073, 10039, 8160, 13510, 12836, 9456, 15746, 11415, 13014, 8048, 11299, 8146, 10270, 7867, 9138, 8035, 8653, 8495, 8106, 10016, 8058, 11441, 8201, 11210, 8070, 10476, 8117, 8817, 8159, 8320, 8675, 8103, 14057, 8324, 13783, 7970, 10819, 8039, 10254, 7851, 9491, 7865, 8274, 8225, 8536, 8911, 8615, 9067, 8089], 'WindowCenter': [3963.0, 3962.0, 3908.0, 3870.0, 3879.0, 3854.0, 3866.0, 3867.0, 3867.0, 3879.0, 3902.0, 3880.0, 3910.0, 3888.0, 3854.0, 3864.0, 3864.0, 3874.0, 3854.0, 3865.0, 3864.0, 3867.0, 3911.0, 3868.0, 3868.0, 3889.0, 3867.0, 3868.0, 3867.0, 3867.0, 3867.0, 3897.0, 3867.0, 3865.0, 3855.0, 3866.0, 3876.0, 3867.0, 3901.0, 3869.0, 3899.0, 3880.0, 3891.0, 3881.0, 3896.0, 3905.0, 3883.0, 3915.0, 3884.0, 3903.0, 3882.0, 3894.0, 3882.0, 3892.0, 3881.0, 3868.0, 3912.0, 3892.0, 3891.0, 3870.0, 3880.0, 3890.0, 3880.0, 3903.0, 3881.0, 3890.0, 3869.0, 3889.0, 3880.0, 3904.0, 3870.0, 3891.0, 3869.0, 3891.0, 3922.0, 3892.0, 3899.0, 3879.0, 3909.0, 3868.0, 3922.0, 3890.0, 3900.0, 3868.0, 3868.0, 3878.0, 3878.0, 3878.0, 3891.0, 3880.0, 3910.0, 3869.0, 3900.0, 3867.0, 3889.0, 3869.0, 3877.0, 3867.0, 3887.0, 3869.0, 3888.0, 3868.0, 3888.0, 3868.0, 3876.0, 3868.0, 3876.0, 3868.0, 3889.0, 3868.0, 3876.0, 3867.0, 3877.0, 3888.0, 3857.0, 3866.0, 3857.0, 3868.0, 3890.0, 3881.0, 3900.0, 3902.0, 3882.0, 3906.0, 3885.0, 3885.0, 3896.0, 3905.0, 3870.0, 3877.0, 3876.0, 3851.0, 3871.0, 3840.0, 3848.0, 3851.0, 3914.0, 3896.0, 3873.0, 3898.0, 3863.0, 3853.0, 3893.0, 3851.0, 3882.0, 3862.0, 3871.0, 3840.0, 3860.0, 3839.0, 3849.0, 3870.0, 3847.0, 3889.0, 3847.0, 3877.0, 3834.0, 3867.0, 3834.0, 3854.0, 3822.0, 3844.0, 3822.0, 3843.0, 3822.0, 3833.0, 3823.0, 3834.0, 3844.0, 3824.0, 3866.0, 3836.0, 3855.0, 3837.0, 3849.0, 3849.0, 3863.0, 3875.0, 3865.0, 3874.0, 3866.0, 3887.0, 3879.0, 3889.0, 3855.0, 3887.0, 3867.0, 3877.0, 3867.0, 3867.0, 3879.0, 3911.0, 3891.0, 3910.0, 3866.0, 3887.0, 3856.0, 3876.0, 3875.0, 3855.0, 3906.0, 3854.0, 3885.0, 3855.0, 3885.0, 3853.0, 3864.0, 3865.0, 3854.0, 3898.0, 3855.0, 3884.0, 3853.0, 3873.0, 3863.0, 3855.0, 3865.0, 3866.0, 3897.0, 3867.0, 3889.0, 3867.0, 3877.0, 3867.0, 3877.0, 3877.0, 3879.0, 3867.0, 3868.0, 3899.0, 3868.0, 3910.0, 3879.0, 3898.0, 3867.0, 3886.0, 3867.0, 3888.0, 3867.0, 3866.0, 3865.0, 3866.0, 3909.0, 3866.0, 3899.0, 3867.0, 3887.0, 3866.0, 3887.0, 3867.0, 3878.0, 3866.0, 3856.0, 3877.0, 3855.0, 3909.0, 3867.0, 3898.0, 3856.0, 3887.0, 3866.0, 3888.0, 3868.0, 3876.0, 3866.0, 3876.0, 3866.0, 3878.0, 3876.0, 3855.0, 3889.0, 3878.0, 3879.0, 3890.0, 3880.0, 3880.0, 3880.0, 3934.0, 3899.0, 3899.0, 3887.0, 3899.0, 3856.0, 3873.0, 3854.0, 3874.0, 3854.0, 3875.0, 3855.0, 3875.0, 3856.0, 3887.0, 3867.0, 3900.0, 3869.0, 3889.0, 3881.0, 3903.0, 3871.0, 3880.0, 3869.0, 3867.0, 3855.0, 3855.0, 3856.0, 3881.0, 3912.0, 3870.0, 3926.0, 3891.0, 3881.0, 3898.0, 3877.0, 3897.0, 3877.0, 3886.0, 3898.0, 3910.0, 3898.0, 3878.0, 3921.0, 3898.0, 3908.0, 3896.0, 3895.0, 3859.0, 3869.0, 3846.0, 3836.0, 3877.0, 3836.0, 3845.0, 3836.0, 3847.0, 3848.0, 3849.0, 3861.0, 3861.0, 3852.0, 3862.0, 3863.0, 3864.0, 3877.0, 3886.0, 3866.0, 3887.0, 3866.0, 3886.0, 3865.0, 3885.0, 3865.0, 3875.0, 3867.0, 3875.0, 3866.0, 3876.0, 3866.0, 3876.0, 3865.0, 3865.0, 3895.0, 3864.0, 3907.0, 3866.0, 3897.0, 3865.0, 3885.0, 3865.0, 3885.0, 3865.0, 3886.0, 3854.0, 3873.0, 3853.0, 3864.0, 3864.0, 3875.0, 3864.0, 3853.0, 3863.0, 3852.0, 3896.0, 3854.0, 3907.0, 3853.0, 3884.0, 3853.0, 3874.0, 3853.0, 3874.0, 3853.0, 3862.0, 3853.0, 3852.0, 3862.0, 3864.0, 3853.0, 3853.0, 3885.0, 3864.0, 3886.0, 3865.0, 3875.0, 3865.0, 3875.0, 3866.0, 3877.0, 3877.0, 3876.0, 3867.0, 3866.0, 3867.0, 3878.0, 3866.0, 3865.0, 3867.0, 3866.0, 3877.0, 3868.0, 3887.0, 3868.0, 3899.0, 3868.0, 3910.0, 3869.0, 3899.0, 3868.0, 3887.0, 3867.0, 3876.0, 3866.0, 3886.0, 3865.0, 3875.0, 3864.0, 3854.0, 3886.0, 3866.0, 3896.0, 3865.0, 3896.0, 3865.0, 3886.0, 3866.0, 3887.0, 3867.0, 3875.0, 3866.0, 3875.0, 3868.0, 3888.0, 3869.0, 3879.0, 3870.0, 3911.0, 3869.0, 3900.0, 3867.0, 3865.0, 3866.0, 3866.0, 3909.0, 3868.0, 3909.0, 3866.0, 3897.0, 3866.0, 3897.0, 3867.0, 3899.0, 3868.0, 3887.0, 3868.0, 3887.0, 3868.0, 3879.0, 3867.0, 3867.0, 3867.0, 3867.0, 3909.0, 3868.0, 3908.0, 3866.0, 3897.0, 3865.0, 3884.0, 3868.0, 3887.0, 3867.0, 3885.0, 3867.0, 3876.0, 3868.0, 3888.0, 3868.0, 3877.0, 3879.0, 3877.0, 3868.0, 3889.0, 3868.0, 3878.0, 3866.0, 3867.0, 3888.0, 3870.0, 3910.0, 3867.0, 3897.0, 3866.0, 3885.0, 3867.0, 3887.0, 3867.0, 3876.0, 3866.0, 3875.0, 3867.0, 3879.0, 3878.0, 3868.0, 3867.0, 3868.0, 3899.0, 3868.0, 3934.0, 3877.0, 3899.0, 3867.0, 3887.0, 3866.0, 3877.0, 3864.0, 3865.0, 3896.0, 3865.0, 3908.0, 3868.0, 3897.0, 3865.0, 3886.0, 3866.0, 3886.0, 3867.0, 3876.0, 3865.0, 3864.0, 3865.0, 3865.0, 3908.0, 3855.0, 3907.0, 3866.0, 3885.0, 3865.0, 3887.0, 3866.0, 3885.0, 3866.0, 3876.0, 3866.0, 3878.0, 3876.0, 3866.0, 3897.0, 3866.0, 3898.0, 3867.0, 3887.0, 3866.0, 3885.0, 3865.0, 3886.0, 3866.0, 3888.0, 3866.0, 3866.0, 3866.0, 3866.0, 3877.0, 3867.0, 3866.0, 3865.0, 3866.0, 3877.0, 3909.0, 3888.0, 3908.0, 3855.0, 3907.0, 3854.0, 3895.0, 3864.0, 3874.0, 3853.0, 3886.0, 3865.0, 3874.0, 3863.0, 3864.0, 3874.0, 3866.0, 3896.0, 3865.0, 3896.0, 3865.0, 3886.0, 3865.0, 3875.0, 3865.0, 3875.0, 3865.0, 3877.0, 3864.0, 3854.0, 3864.0, 3865.0, 3897.0, 3867.0, 3896.0, 3865.0, 3886.0, 3877.0, 3886.0, 3867.0, 3888.0, 3867.0, 3886.0, 3867.0, 3876.0, 3878.0, 3889.0, 3867.0, 3876.0, 3865.0, 3853.0, 3895.0, 3867.0, 3886.0, 3866.0, 3896.0, 3866.0, 3886.0, 3868.0, 3885.0, 3865.0, 3875.0, 3866.0, 3874.0, 3866.0, 3878.0, 3866.0, 3865.0, 3866.0, 3866.0, 3909.0, 3868.0, 3909.0, 3867.0, 3887.0, 3867.0, 3887.0, 3878.0, 3887.0, 3865.0, 3876.0, 3865.0, 3876.0, 3866.0, 3879.0, 3867.0, 3867.0, 3866.0, 3867.0, 3909.0, 3868.0, 3910.0, 3867.0, 3886.0, 3866.0, 3876.0, 3866.0, 3889.0, 3866.0, 3864.0, 3867.0, 3867.0, 3899.0, 3866.0, 3900.0, 3868.0, 3866.0, 3867.0, 3867.0, 3897.0, 3882.0, 3892.0, 3882.0, 3883.0, 3926.0, 3913.0, 3878.0, 3910.0, 3898.0, 3897.0, 3876.0, 3874.0, 3853.0, 3863.0, 3853.0, 3874.0, 3855.0, 3887.0, 3866.0, 3886.0, 3867.0, 3898.0, 3866.0, 3899.0, 3856.0, 3864.0, 3855.0, 3855.0, 3864.0, 3866.0, 3867.0, 3888.0, 3894.0, 3869.0, 3910.0, 3855.0, 3907.0, 3855.0, 3897.0, 3867.0, 3884.0, 3862.0, 3881.0, 3839.0, 3851.0, 3864.0, 3894.0, 3865.0, 3887.0, 3852.0, 3862.0, 3906.0, 3853.0, 3904.0, 3838.0, 3870.0, 3839.0, 3860.0, 3839.0, 3872.0, 3851.0, 3837.0, 3868.0, 3838.0, 3879.0, 3837.0, 3880.0, 3838.0, 3881.0, 3852.0, 3869.0, 3849.0, 3869.0, 3851.0, 3870.0, 3850.0, 3872.0, 3850.0, 3851.0, 3851.0, 3851.0, 3852.0, 3894.0, 3861.0, 3870.0, 3848.0, 3848.0, 3849.0, 3849.0, 3849.0, 3850.0, 3860.0, 3850.0, 3881.0, 3862.0, 3872.0, 3852.0, 3873.0, 3851.0, 3862.0, 3852.0, 3863.0, 3865.0, 3865.0, 3865.0, 3866.0, 3897.0, 3864.0, 3886.0, 3876.0, 3876.0, 3865.0, 3865.0, 3865.0, 3865.0, 3898.0, 3867.0, 3908.0, 3867.0, 3887.0, 3877.0, 3887.0, 3867.0, 3889.0, 3867.0, 3877.0, 3877.0, 3867.0, 3909.0, 3879.0, 3909.0, 3866.0, 3888.0, 3868.0, 3879.0, 3838.0, 3848.0, 3839.0, 3852.0, 3854.0, 3875.0, 3867.0, 3913.0, 3882.0, 3902.0, 3869.0, 3869.0, 3935.0, 3891.0, 3900.0, 3869.0, 3900.0, 3867.0, 3878.0, 3922.0, 3878.0, 3910.0, 3856.0, 3898.0, 3855.0, 3888.0, 3855.0, 3866.0, 3854.0, 3865.0, 3873.0, 3853.0, 3897.0, 3866.0, 3867.0, 3888.0, 3868.0, 3912.0, 3898.0, 3864.0, 3894.0, 3884.0, 3883.0, 3852.0, 3883.0, 3855.0, 3874.0, 3854.0, 3864.0, 3853.0, 3864.0, 3863.0, 3854.0, 3875.0, 3855.0, 3885.0, 3865.0, 3886.0, 3855.0, 3875.0, 3855.0, 3864.0, 3854.0, 3853.0, 3864.0, 3854.0, 3908.0, 3866.0, 3896.0, 3854.0, 3874.0, 3854.0, 3874.0, 3854.0, 3877.0, 3853.0, 3853.0, 3854.0, 3864.0, 3865.0, 3865.0, 3864.0, 3869.0], 'WindowWidth': [8847.0, 8861.0, 8754.0, 8683.0, 8694.0, 8653.0, 8669.0, 8673.0, 8674.0, 8691.0, 8729.0, 8693.0, 8737.0, 8700.0, 8649.0, 8661.0, 8662.0, 8676.0, 8649.0, 8664.0, 8662.0, 8669.0, 8738.0, 8674.0, 8676.0, 8704.0, 8672.0, 8672.0, 8669.0, 8670.0, 8670.0, 8713.0, 8671.0, 8664.0, 8652.0, 8665.0, 8680.0, 8670.0, 8723.0, 8676.0, 8717.0, 8694.0, 8709.0, 8697.0, 8724.0, 8735.0, 8705.0, 8747.0, 8705.0, 8733.0, 8702.0, 8720.0, 8699.0, 8711.0, 8695.0, 8676.0, 8744.0, 8713.0, 8710.0, 8680.0, 8694.0, 8706.0, 8695.0, 8730.0, 8696.0, 8708.0, 8679.0, 8707.0, 8694.0, 8732.0, 8682.0, 8712.0, 8678.0, 8709.0, 8758.0, 8712.0, 8719.0, 8691.0, 8731.0, 8675.0, 8757.0, 8708.0, 8723.0, 8677.0, 8676.0, 8688.0, 8689.0, 8687.0, 8710.0, 8695.0, 8738.0, 8677.0, 8724.0, 8672.0, 8705.0, 8677.0, 8686.0, 8672.0, 8698.0, 8677.0, 8702.0, 8676.0, 8703.0, 8674.0, 8682.0, 8677.0, 8684.0, 8676.0, 8703.0, 8674.0, 8684.0, 8671.0, 8685.0, 8700.0, 8661.0, 8669.0, 8658.0, 8677.0, 8708.0, 8697.0, 8721.0, 8726.0, 8704.0, 8741.0, 8711.0, 8710.0, 8727.0, 8735.0, 8681.0, 8685.0, 8680.0, 8640.0, 8665.0, 8623.0, 8632.0, 8641.0, 8758.0, 8719.0, 8677.0, 8720.0, 8660.0, 8649.0, 8701.0, 8642.0, 8687.0, 8659.0, 8672.0, 8627.0, 8655.0, 8623.0, 8637.0, 8668.0, 8631.0, 8694.0, 8630.0, 8673.0, 8609.0, 8661.0, 8608.0, 8637.0, 8592.0, 8623.0, 8591.0, 8621.0, 8590.0, 8606.0, 8592.0, 8608.0, 8624.0, 8597.0, 8658.0, 8615.0, 8641.0, 8618.0, 8638.0, 8641.0, 8662.0, 8682.0, 8668.0, 8680.0, 8672.0, 8701.0, 8693.0, 8706.0, 8657.0, 8701.0, 8673.0, 8686.0, 8674.0, 8674.0, 8691.0, 8741.0, 8712.0, 8737.0, 8672.0, 8700.0, 8658.0, 8684.0, 8682.0, 8653.0, 8726.0, 8653.0, 8697.0, 8655.0, 8695.0, 8650.0, 8666.0, 8669.0, 8654.0, 8719.0, 8655.0, 8693.0, 8651.0, 8677.0, 8664.0, 8655.0, 8667.0, 8671.0, 8716.0, 8672.0, 8705.0, 8675.0, 8687.0, 8672.0, 8686.0, 8687.0, 8692.0, 8674.0, 8675.0, 8720.0, 8675.0, 8739.0, 8693.0, 8718.0, 8673.0, 8698.0, 8675.0, 8702.0, 8673.0, 8671.0, 8668.0, 8670.0, 8740.0, 8672.0, 8721.0, 8676.0, 8700.0, 8672.0, 8701.0, 8674.0, 8689.0, 8671.0, 8657.0, 8686.0, 8655.0, 8738.0, 8676.0, 8718.0, 8658.0, 8700.0, 8672.0, 8703.0, 8675.0, 8685.0, 8672.0, 8684.0, 8672.0, 8690.0, 8686.0, 8652.0, 8709.0, 8691.0, 8692.0, 8711.0, 8696.0, 8694.0, 8697.0, 8782.0, 8720.0, 8723.0, 8698.0, 8720.0, 8655.0, 8677.0, 8651.0, 8676.0, 8650.0, 8678.0, 8653.0, 8680.0, 8657.0, 8700.0, 8675.0, 8722.0, 8679.0, 8705.0, 8699.0, 8731.0, 8686.0, 8696.0, 8679.0, 8672.0, 8654.0, 8653.0, 8656.0, 8697.0, 8750.0, 8683.0, 8772.0, 8712.0, 8700.0, 8718.0, 8687.0, 8717.0, 8687.0, 8697.0, 8716.0, 8738.0, 8720.0, 8689.0, 8760.0, 8719.0, 8738.0, 8711.0, 8715.0, 8649.0, 8664.0, 8626.0, 8613.0, 8674.0, 8615.0, 8626.0, 8614.0, 8630.0, 8634.0, 8637.0, 8657.0, 8658.0, 8648.0, 8661.0, 8664.0, 8666.0, 8687.0, 8701.0, 8672.0, 8703.0, 8671.0, 8700.0, 8668.0, 8697.0, 8668.0, 8681.0, 8674.0, 8683.0, 8673.0, 8685.0, 8671.0, 8686.0, 8667.0, 8666.0, 8709.0, 8664.0, 8733.0, 8671.0, 8714.0, 8669.0, 8696.0, 8668.0, 8697.0, 8670.0, 8697.0, 8653.0, 8678.0, 8651.0, 8666.0, 8665.0, 8682.0, 8664.0, 8650.0, 8662.0, 8648.0, 8713.0, 8652.0, 8734.0, 8651.0, 8692.0, 8651.0, 8678.0, 8651.0, 8678.0, 8650.0, 8660.0, 8651.0, 8647.0, 8660.0, 8666.0, 8649.0, 8650.0, 8696.0, 8666.0, 8699.0, 8669.0, 8681.0, 8670.0, 8682.0, 8672.0, 8687.0, 8687.0, 8685.0, 8673.0, 8672.0, 8674.0, 8689.0, 8671.0, 8669.0, 8672.0, 8671.0, 8688.0, 8678.0, 8701.0, 8676.0, 8722.0, 8676.0, 8738.0, 8680.0, 8722.0, 8676.0, 8701.0, 8672.0, 8684.0, 8671.0, 8699.0, 8667.0, 8680.0, 8663.0, 8650.0, 8696.0, 8669.0, 8713.0, 8667.0, 8714.0, 8669.0, 8697.0, 8670.0, 8700.0, 8675.0, 8682.0, 8672.0, 8682.0, 8679.0, 8705.0, 8681.0, 8694.0, 8681.0, 8742.0, 8678.0, 8722.0, 8674.0, 8669.0, 8670.0, 8670.0, 8734.0, 8678.0, 8733.0, 8670.0, 8714.0, 8672.0, 8715.0, 8676.0, 8720.0, 8677.0, 8702.0, 8677.0, 8701.0, 8678.0, 8693.0, 8675.0, 8673.0, 8673.0, 8672.0, 8736.0, 8677.0, 8734.0, 8670.0, 8716.0, 8670.0, 8695.0, 8679.0, 8701.0, 8674.0, 8696.0, 8675.0, 8685.0, 8678.0, 8705.0, 8679.0, 8688.0, 8692.0, 8689.0, 8677.0, 8707.0, 8677.0, 8690.0, 8674.0, 8675.0, 8705.0, 8683.0, 8738.0, 8675.0, 8720.0, 8672.0, 8697.0, 8676.0, 8701.0, 8674.0, 8685.0, 8673.0, 8684.0, 8674.0, 8696.0, 8692.0, 8677.0, 8676.0, 8677.0, 8723.0, 8676.0, 8780.0, 8690.0, 8724.0, 8674.0, 8704.0, 8672.0, 8687.0, 8667.0, 8670.0, 8713.0, 8670.0, 8737.0, 8678.0, 8716.0, 8671.0, 8700.0, 8671.0, 8700.0, 8674.0, 8684.0, 8670.0, 8668.0, 8669.0, 8670.0, 8733.0, 8657.0, 8732.0, 8671.0, 8699.0, 8670.0, 8704.0, 8674.0, 8698.0, 8674.0, 8687.0, 8672.0, 8692.0, 8686.0, 8673.0, 8717.0, 8674.0, 8722.0, 8677.0, 8703.0, 8672.0, 8698.0, 8670.0, 8697.0, 8675.0, 8705.0, 8673.0, 8672.0, 8674.0, 8674.0, 8689.0, 8677.0, 8673.0, 8670.0, 8672.0, 8688.0, 8736.0, 8705.0, 8735.0, 8656.0, 8736.0, 8653.0, 8712.0, 8667.0, 8683.0, 8652.0, 8701.0, 8669.0, 8681.0, 8667.0, 8668.0, 8682.0, 8674.0, 8715.0, 8669.0, 8716.0, 8669.0, 8699.0, 8671.0, 8683.0, 8670.0, 8682.0, 8669.0, 8689.0, 8669.0, 8655.0, 8668.0, 8670.0, 8718.0, 8676.0, 8715.0, 8672.0, 8700.0, 8690.0, 8700.0, 8676.0, 8705.0, 8677.0, 8700.0, 8677.0, 8687.0, 8691.0, 8708.0, 8674.0, 8687.0, 8669.0, 8652.0, 8712.0, 8674.0, 8699.0, 8671.0, 8718.0, 8672.0, 8699.0, 8680.0, 8698.0, 8671.0, 8684.0, 8673.0, 8681.0, 8673.0, 8691.0, 8673.0, 8671.0, 8674.0, 8673.0, 8736.0, 8680.0, 8737.0, 8676.0, 8703.0, 8674.0, 8701.0, 8694.0, 8702.0, 8672.0, 8685.0, 8671.0, 8686.0, 8672.0, 8694.0, 8675.0, 8674.0, 8674.0, 8675.0, 8739.0, 8681.0, 8740.0, 8676.0, 8701.0, 8675.0, 8688.0, 8674.0, 8709.0, 8673.0, 8669.0, 8674.0, 8674.0, 8721.0, 8675.0, 8725.0, 8678.0, 8675.0, 8677.0, 8677.0, 8715.0, 8703.0, 8718.0, 8705.0, 8707.0, 8774.0, 8745.0, 8693.0, 8746.0, 8715.0, 8718.0, 8684.0, 8679.0, 8651.0, 8662.0, 8651.0, 8678.0, 8655.0, 8702.0, 8671.0, 8699.0, 8676.0, 8718.0, 8673.0, 8721.0, 8658.0, 8667.0, 8655.0, 8655.0, 8668.0, 8673.0, 8676.0, 8723.0, 8726.0, 8681.0, 8737.0, 8654.0, 8728.0, 8654.0, 8715.0, 8675.0, 8694.0, 8660.0, 8683.0, 8622.0, 8643.0, 8665.0, 8709.0, 8667.0, 8703.0, 8646.0, 8657.0, 8726.0, 8651.0, 8723.0, 8621.0, 8668.0, 8623.0, 8654.0, 8624.0, 8673.0, 8642.0, 8618.0, 8661.0, 8621.0, 8679.0, 8619.0, 8681.0, 8620.0, 8684.0, 8649.0, 8666.0, 8641.0, 8666.0, 8646.0, 8670.0, 8643.0, 8675.0, 8643.0, 8646.0, 8644.0, 8644.0, 8646.0, 8711.0, 8658.0, 8669.0, 8637.0, 8637.0, 8637.0, 8638.0, 8638.0, 8642.0, 8654.0, 8641.0, 8685.0, 8659.0, 8674.0, 8648.0, 8675.0, 8647.0, 8660.0, 8648.0, 8666.0, 8671.0, 8669.0, 8670.0, 8670.0, 8717.0, 8668.0, 8700.0, 8686.0, 8688.0, 8669.0, 8669.0, 8667.0, 8669.0, 8718.0, 8674.0, 8733.0, 8673.0, 8701.0, 8689.0, 8702.0, 8676.0, 8705.0, 8674.0, 8685.0, 8687.0, 8674.0, 8737.0, 8692.0, 8737.0, 8671.0, 8703.0, 8676.0, 8695.0, 8620.0, 8633.0, 8623.0, 8645.0, 8650.0, 8681.0, 8675.0, 8745.0, 8702.0, 8731.0, 8681.0, 8680.0, 8784.0, 8713.0, 8725.0, 8680.0, 8723.0, 8674.0, 8690.0, 8759.0, 8691.0, 8739.0, 8657.0, 8716.0, 8656.0, 8703.0, 8656.0, 8670.0, 8652.0, 8668.0, 8675.0, 8649.0, 8716.0, 8671.0, 8675.0, 8705.0, 8678.0, 8747.0, 8716.0, 8664.0, 8713.0, 8690.0, 8692.0, 8645.0, 8687.0, 8655.0, 8677.0, 8653.0, 8665.0, 8650.0, 8664.0, 8663.0, 8651.0, 8681.0, 8655.0, 8695.0, 8668.0, 8697.0, 8654.0, 8682.0, 8656.0, 8664.0, 8652.0, 8650.0, 8663.0, 8651.0, 8732.0, 8672.0, 8714.0, 8652.0, 8679.0, 8651.0, 8678.0, 8653.0, 8686.0, 8649.0, 8648.0, 8651.0, 8665.0, 8667.0, 8668.0, 8666.0, 8680.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.004583315098468272</td></tr>
<tr><td colspan=3>aqi</td><td>0.02798430306345733</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.0418194273932</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3151126230777643</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.078730388148959</td></tr>
<tr><td colspan=3>efc</td><td>0.5322</td></tr>
<tr><td colspan=3>fber</td><td>3290.0044</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10915057670818297</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>76</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.315098468271335</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4751998022346804</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3370670351890706</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7070361172774113</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.381496254237559</td></tr>
<tr><td colspan=3>gcor</td><td>0.0100362</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01926719956099987</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03990662097930908</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>914</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.2321003821270535</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>22.6055</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.4231</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>198.7396</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>283575.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>920.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>355.5558</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2716</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>444.7206</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3006.1103</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3122.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>92969.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1259.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3900.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>737.6912</td></tr>
<tr><td colspan=3>tsnr</td><td>36.632001730496995</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>