<?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-0077_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-0077_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-0077_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-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077_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-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077_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-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077_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-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077_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-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077_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-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077_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-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0077/figures/sub-0077_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-0077/figures/sub-0077_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077/ses-02/func/sub-0077_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>deb997ed4e5b5d0ced9a01604795fbb6</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>22:36:56.947500</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.999766, -0.02119, 0.00431713, 0.0211166, 0.999643, 0.0163878]</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.0853169</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>[4144, -7726, -7291, 827, -21, -157, -97, 27]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 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>238.611</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6ede5c65-31e7-4dc5-bc18-f6b29ca3a0b3||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.6822993755340576, 0.05665440112352371, 0.01258968748152256, 112.70344543457031], [0.056851278990507126, 2.6819682121276855, 0.043990664184093475, -99.23693084716797], [0.011582547798752785, -0.043967362493276596, 2.6996123790740967, -78.84504699707031], [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': ['223656.947500', '223657.407500', '223657.867500', '223658.327500', '223658.787500', '223659.247500', '223659.707500', '223700.167500', '223700.627500', '223701.087500', '223701.547500', '223702.007500', '223702.467500', '223702.927500', '223703.387500', '223703.847500', '223704.307500', '223704.767500', '223705.227500', '223705.687500', '223706.147500', '223706.607500', '223707.067500', '223707.527500', '223707.987500', '223708.447500', '223708.907500', '223709.367500', '223709.827500', '223710.287500', '223710.747500', '223711.207500', '223711.667500', '223712.127500', '223712.587500', '223713.047500', '223713.507500', '223713.967500', '223714.427500', '223714.887500', '223715.347500', '223715.807500', '223716.267500', '223716.727500', '223717.187500', '223717.647500', '223718.107500', '223718.567500', '223719.027500', '223719.487500', '223719.947500', '223720.407500', '223720.867500', '223721.327500', '223721.787500', '223722.247500', '223722.707500', '223723.167500', '223723.627500', '223724.087500', '223724.547500', '223725.007500', '223725.467500', '223725.927500', '223726.387500', '223726.847500', '223727.307500', '223727.767500', '223728.227500', '223728.687500', '223729.147500', '223729.607500', '223730.067500', '223730.527500', '223730.987500', '223731.447500', '223731.907500', '223732.367500', '223732.827500', '223733.287500', '223733.747500', '223734.207500', '223734.667500', '223735.127500', '223735.587500', '223736.047500', '223736.507500', '223736.967500', '223737.427500', '223737.887500', '223738.347500', '223738.807500', '223739.267500', '223739.727500', '223740.187500', '223740.647500', '223741.107500', '223741.567500', '223742.027500', '223742.487500', '223742.947500', '223743.407500', '223743.867500', '223744.327500', '223744.787500', '223745.247500', '223745.707500', '223746.167500', '223746.627500', '223747.087500', '223747.547500', '223748.007500', '223748.467500', '223748.927500', '223749.387500', '223749.847500', '223750.307500', '223750.767500', '223751.227500', '223751.687500', '223752.147500', '223752.607500', '223753.067500', '223753.527500', '223753.987500', '223754.447500', '223754.907500', '223755.367500', '223755.827500', '223756.287500', '223756.747500', '223757.207500', '223757.667500', '223758.127500', '223758.587500', '223759.047500', '223759.507500', '223759.967500', '223800.427500', '223800.887500', '223801.347500', '223801.807500', '223802.267500', '223802.727500', '223803.187500', '223803.647500', '223804.107500', '223804.567500', '223805.027500', '223805.487500', '223805.947500', '223806.407500', '223806.867500', '223807.327500', '223807.787500', '223808.247500', '223808.707500', '223809.167500', '223809.627500', '223810.087500', '223810.547500', '223811.007500', '223811.467500', '223811.927500', '223812.387500', '223812.847500', '223813.307500', '223813.767500', '223814.227500', '223814.687500', '223815.147500', '223815.607500', '223816.067500', '223816.527500', '223816.987500', '223817.447500', '223817.907500', '223818.367500', '223818.827500', '223819.287500', '223819.747500', '223820.207500', '223820.667500', '223821.127500', '223821.587500', '223822.047500', '223822.507500', '223822.967500', '223823.427500', '223823.887500', '223824.347500', '223824.807500', '223825.267500', '223825.727500', '223826.187500', '223826.647500', '223827.107500', '223827.567500', '223828.027500', '223828.487500', '223828.947500', '223829.407500', '223829.867500', '223830.327500', '223830.787500', '223831.247500', '223831.707500', '223832.167500', '223832.627500', '223833.087500', '223833.547500', '223834.007500', '223834.467500', '223834.927500', '223835.387500', '223835.847500', '223836.307500', '223836.767500', '223837.227500', '223837.687500', '223838.147500', '223838.607500', '223839.067500', '223839.527500', '223839.987500', '223840.447500', '223840.907500', '223841.367500', '223841.827500', '223842.287500', '223842.747500', '223843.207500', '223843.667500', '223844.127500', '223844.587500', '223845.047500', '223845.507500', '223845.967500', '223846.427500', '223846.887500', '223847.347500', '223847.807500', '223848.267500', '223848.727500', '223849.187500', '223849.647500', '223850.107500', '223850.567500', '223851.027500', '223851.487500', '223851.947500', '223852.407500', '223852.867500', '223853.327500', '223853.787500', '223854.247500', '223854.707500', '223855.167500', '223855.627500', '223856.087500', '223856.547500', '223857.007500', '223857.467500', '223857.927500', '223858.387500', '223858.847500', '223859.307500', '223859.767500', '223900.227500', '223900.687500', '223901.147500', '223901.607500', '223902.067500', '223902.527500', '223902.987500', '223903.447500', '223903.907500', '223904.367500', '223904.827500', '223905.287500', '223905.747500', '223906.207500', '223906.667500', '223907.127500', '223907.587500', '223908.047500', '223908.507500', '223908.967500', '223909.427500', '223909.887500', '223910.347500', '223910.807500', '223911.267500', '223911.727500', '223912.187500', '223912.647500', '223913.107500', '223913.567500', '223914.027500', '223914.487500', '223914.947500', '223915.407500', '223915.867500', '223916.327500', '223916.787500', '223917.247500', '223917.707500', '223918.167500', '223918.627500', '223919.087500', '223919.547500', '223920.007500', '223920.467500', '223920.927500', '223921.387500', '223921.847500', '223922.307500', '223922.767500', '223923.227500', '223923.687500', '223924.147500', '223924.607500', '223925.067500', '223925.527500', '223925.987500', '223926.447500', '223926.907500', '223927.367500', '223927.827500', '223928.287500', '223928.747500', '223929.207500', '223929.667500', '223930.127500', '223930.587500', '223931.047500', '223931.507500', '223931.967500', '223932.427500', '223932.887500', '223933.347500', '223933.807500', '223934.267500', '223934.727500', '223935.187500', '223935.647500', '223936.107500', '223936.567500', '223937.027500', '223937.487500', '223937.947500', '223938.407500', '223938.867500', '223939.327500', '223939.787500', '223940.247500', '223940.707500', '223941.167500', '223941.627500', '223942.087500', '223942.547500', '223943.007500', '223943.467500', '223943.927500', '223944.387500', '223944.847500', '223945.307500', '223945.767500', '223946.227500', '223946.687500', '223947.147500', '223947.607500', '223948.067500', '223948.527500', '223948.987500', '223949.447500', '223949.907500', '223950.367500', '223950.827500', '223951.287500', '223951.747500', '223952.207500', '223952.667500', '223953.127500', '223953.587500', '223954.047500', '223954.507500', '223954.967500', '223955.427500', '223955.887500', '223956.347500', '223956.807500', '223957.267500', '223957.727500', '223958.187500', '223958.647500', '223959.107500', '223959.567500', '224000.027500', '224000.487500', '224000.947500', '224001.407500', '224001.867500', '224002.327500', '224002.787500', '224003.247500', '224003.707500', '224004.167500', '224004.627500', '224005.087500', '224005.547500', '224006.007500', '224006.467500', '224006.927500', '224007.387500', '224007.847500', '224008.307500', '224008.767500', '224009.227500', '224009.687500', '224010.147500', '224010.607500', '224011.067500', '224011.527500', '224011.987500', '224012.447500', '224012.907500', '224013.367500', '224013.827500', '224014.287500', '224014.747500', '224015.207500', '224015.667500', '224016.127500', '224016.587500', '224017.047500', '224017.507500', '224017.967500', '224018.427500', '224018.887500', '224019.347500', '224019.807500', '224020.267500', '224020.727500', '224021.187500', '224021.647500', '224022.107500', '224022.567500', '224023.027500', '224023.487500', '224023.947500', '224024.407500', '224024.867500', '224025.327500', '224025.787500', '224026.247500', '224026.707500', '224027.167500', '224027.627500', '224028.087500', '224028.547500', '224029.007500', '224029.467500', '224029.927500', '224030.387500', '224030.847500', '224031.307500', '224031.767500', '224032.227500', '224032.687500', '224033.147500', '224033.607500', '224034.067500', '224034.527500', '224034.987500', '224035.447500', '224035.907500', '224036.367500', '224036.827500', '224037.287500', '224037.747500', '224038.207500', '224038.667500', '224039.127500', '224039.587500', '224040.047500', '224040.507500', '224040.967500', '224041.427500', '224041.887500', '224042.347500', '224042.807500', '224043.267500', '224043.727500', '224044.187500', '224044.647500', '224045.107500', '224045.567500', '224046.027500', '224046.487500', '224046.947500', '224047.407500', '224047.867500', '224048.327500', '224048.787500', '224049.247500', '224049.707500', '224050.167500', '224050.627500', '224051.087500', '224051.547500', '224052.007500', '224052.467500', '224052.927500', '224053.387500', '224053.847500', '224054.307500', '224054.767500', '224055.227500', '224055.687500', '224056.147500', '224056.607500', '224057.067500', '224057.527500', '224057.987500', '224058.447500', '224058.907500', '224059.367500', '224059.827500', '224100.287500', '224100.747500', '224101.207500', '224101.667500', '224102.127500', '224102.587500', '224103.047500', '224103.507500', '224103.967500', '224104.427500', '224104.887500', '224105.347500', '224105.807500', '224106.267500', '224106.727500', '224107.187500', '224107.647500', '224108.107500', '224108.567500', '224109.027500', '224109.487500', '224109.947500', '224110.407500', '224110.867500', '224111.327500', '224111.787500', '224112.247500', '224112.707500', '224113.167500', '224113.627500', '224114.087500', '224114.547500', '224115.007500', '224115.467500', '224115.927500', '224116.387500', '224116.847500', '224117.307500', '224117.767500', '224118.227500', '224118.687500', '224119.147500', '224119.607500', '224120.067500', '224120.527500', '224120.987500', '224121.447500', '224121.907500', '224122.367500', '224122.827500', '224123.287500', '224123.747500', '224124.207500', '224124.667500', '224125.127500', '224125.587500', '224126.047500', '224126.507500', '224126.967500', '224127.427500', '224127.887500', '224128.347500', '224128.807500', '224129.267500', '224129.727500', '224130.187500', '224130.647500', '224131.107500', '224131.567500', '224132.027500', '224132.487500', '224132.947500', '224133.407500', '224133.867500', '224134.327500', '224134.787500', '224135.247500', '224135.707500', '224136.167500', '224136.627500', '224137.087500', '224137.547500', '224138.007500', '224138.467500', '224138.927500', '224139.387500', '224139.847500', '224140.307500', '224140.767500', '224141.227500', '224141.687500', '224142.147500', '224142.607500', '224143.067500', '224143.527500', '224143.987500', '224144.447500', '224144.907500', '224145.367500', '224145.827500', '224146.287500', '224146.747500', '224147.207500', '224147.667500', '224148.127500', '224148.587500', '224149.047500', '224149.507500', '224149.967500', '224150.427500', '224150.887500', '224151.347500', '224151.807500', '224152.267500', '224152.727500', '224153.187500', '224153.647500', '224154.107500', '224154.567500', '224155.027500', '224155.487500', '224155.947500', '224156.407500', '224156.867500', '224157.327500', '224157.787500', '224158.247500', '224158.707500', '224159.167500', '224159.627500', '224200.087500', '224200.547500', '224201.007500', '224201.467500', '224201.927500', '224202.387500', '224202.847500', '224203.307500', '224203.767500', '224204.227500', '224204.687500', '224205.147500', '224205.607500', '224206.067500', '224206.527500', '224206.987500', '224207.447500', '224207.907500', '224208.367500', '224208.827500', '224209.287500', '224209.747500', '224210.207500', '224210.667500', '224211.127500', '224211.587500', '224212.047500', '224212.507500', '224212.967500', '224213.427500', '224213.887500', '224214.347500', '224214.807500', '224215.267500', '224215.727500', '224216.187500', '224216.647500', '224217.107500', '224217.567500', '224218.027500', '224218.487500', '224218.947500', '224219.407500', '224219.867500', '224220.327500', '224220.787500', '224221.247500', '224221.707500', '224222.167500', '224222.627500', '224223.087500', '224223.547500', '224224.007500', '224224.467500', '224224.927500', '224225.387500', '224225.847500', '224226.307500', '224226.767500', '224227.227500', '224227.687500', '224228.147500', '224228.607500', '224229.067500', '224229.527500', '224229.987500', '224230.447500', '224230.907500', '224231.367500', '224231.827500', '224232.287500', '224232.747500', '224233.207500', '224233.667500', '224234.127500', '224234.587500', '224235.047500', '224235.507500', '224235.967500', '224236.427500', '224236.887500', '224237.347500', '224237.807500', '224238.267500', '224238.727500', '224239.187500', '224239.647500', '224240.107500', '224240.567500', '224241.027500', '224241.487500', '224241.947500', '224242.407500', '224242.867500', '224243.327500', '224243.787500', '224244.247500', '224244.707500', '224245.167500', '224245.627500', '224246.087500', '224246.547500', '224247.007500', '224247.467500', '224247.927500', '224248.387500', '224248.847500', '224249.307500', '224249.767500', '224250.227500', '224250.687500', '224251.147500', '224251.607500', '224252.067500', '224252.527500', '224252.987500', '224253.447500', '224253.907500', '224254.367500', '224254.827500', '224255.287500', '224255.747500', '224256.207500', '224256.667500', '224257.127500', '224257.587500', '224258.047500', '224258.507500', '224258.967500', '224259.427500', '224259.887500', '224300.347500', '224300.807500', '224301.267500', '224301.727500', '224302.187500', '224302.647500', '224303.107500', '224303.567500', '224304.027500', '224304.487500', '224304.947500', '224305.407500', '224305.867500', '224306.327500', '224306.787500', '224307.247500', '224307.707500', '224308.167500', '224308.627500', '224309.087500', '224309.547500', '224310.007500', '224310.467500', '224310.927500', '224311.387500', '224311.847500', '224312.307500', '224312.767500', '224313.227500', '224313.687500', '224314.147500', '224314.607500', '224315.067500', '224315.527500', '224315.987500', '224316.447500', '224316.907500', '224317.367500', '224317.827500', '224318.287500', '224318.747500', '224319.207500', '224319.667500', '224320.127500', '224320.587500', '224321.047500', '224321.507500', '224321.967500', '224322.427500', '224322.887500', '224323.347500', '224323.807500', '224324.267500', '224324.727500', '224325.187500', '224325.647500', '224326.107500', '224326.567500', '224327.027500', '224327.487500', '224327.947500', '224328.407500', '224328.867500', '224329.327500', '224329.787500', '224330.247500', '224330.707500', '224331.167500', '224331.627500', '224332.087500', '224332.547500', '224333.007500', '224333.467500', '224333.927500', '224334.387500', '224334.847500', '224335.307500', '224335.767500', '224336.227500', '224336.687500', '224337.147500', '224337.607500', '224338.067500', '224338.527500', '224338.987500', '224339.447500', '224339.907500', '224340.367500', '224340.827500', '224341.287500', '224341.747500', '224342.207500', '224342.667500', '224343.127500', '224343.587500', '224344.047500', '224344.507500', '224344.967500', '224345.427500', '224345.887500', '224346.347500', '224346.807500', '224347.267500', '224347.727500', '224348.187500', '224348.647500', '224349.107500', '224349.567500', '224350.027500', '224350.487500', '224350.947500', '224351.407500', '224351.867500', '224352.327500', '224352.787500', '224353.247500', '224353.707500', '224354.167500', '224354.627500', '224355.087500', '224355.547500', '224356.007500', '224356.467500', '224356.927500'], 'ContentTime': ['223716.523000', '223716.526000', '223716.529000', '223716.532000', '223716.535000', '223716.537000', '223716.540000', '223716.543000', '223716.545000', '223716.548000', '223716.550000', '223716.553000', '223716.555000', '223716.558000', '223716.561000', '223716.563000', '223716.566000', '223716.568000', '223716.571000', '223716.573000', '223716.576000', '223716.578000', '223716.581000', '223716.584000', '223716.586000', '223716.616000', '223716.619000', '223716.621000', '223716.624000', '223716.627000', '223716.629000', '223716.632000', '223716.634000', '223716.637000', '223716.639000', '223716.642000', '223716.645000', '223716.647000', '223716.650000', '223716.652000', '223716.655000', '223736.492000', '223736.495000', '223736.498000', '223736.501000', '223736.503000', '223736.506000', '223736.508000', '223736.511000', '223736.513000', '223736.516000', '223736.518000', '223736.521000', '223736.524000', '223736.526000', '223736.529000', '223736.531000', '223736.534000', '223736.536000', '223736.539000', '223736.541000', '223736.544000', '223736.547000', '223736.549000', '223736.552000', '223736.554000', '223736.557000', '223736.560000', '223736.562000', '223736.565000', '223736.567000', '223736.570000', '223736.572000', '223736.575000', '223736.578000', '223736.580000', '223736.583000', '223736.585000', '223736.588000', '223736.590000', '223736.593000', '223736.596000', '223736.598000', '223736.601000', '223756.477000', '223756.480000', '223756.483000', '223756.485000', '223756.488000', '223756.490000', '223756.493000', '223756.496000', '223756.498000', '223756.501000', '223756.504000', '223756.506000', '223756.509000', '223756.511000', '223756.514000', '223756.517000', '223756.519000', '223756.522000', '223756.525000', '223756.527000', '223756.530000', '223756.532000', '223756.535000', '223756.537000', '223756.540000', '223756.543000', '223756.545000', '223756.548000', '223756.550000', '223756.553000', '223756.556000', '223756.558000', '223756.561000', '223756.563000', '223756.566000', '223756.568000', '223756.571000', '223756.574000', '223756.576000', '223756.579000', '223756.581000', '223756.584000', '223756.587000', '223756.589000', '223816.478000', '223816.480000', '223816.483000', '223816.486000', '223816.488000', '223816.491000', '223816.493000', '223816.496000', '223816.499000', '223816.501000', '223816.504000', '223816.506000', '223816.509000', '223816.512000', '223816.514000', '223816.517000', '223816.519000', '223816.522000', '223816.525000', '223816.527000', '223816.530000', '223816.532000', '223816.535000', '223816.538000', '223816.540000', '223816.543000', '223816.545000', '223816.548000', '223816.551000', '223816.553000', '223816.556000', '223816.558000', '223816.561000', '223816.563000', '223816.566000', '223816.569000', '223816.571000', '223816.574000', '223816.577000', '223816.579000', '223816.582000', '223816.584000', '223816.587000', '223836.477000', '223836.480000', '223836.483000', '223836.485000', '223836.488000', '223836.491000', '223836.493000', '223836.496000', '223836.498000', '223836.501000', '223836.504000', '223836.506000', '223836.509000', '223836.511000', '223836.514000', '223836.517000', '223836.519000', '223836.522000', '223836.524000', '223836.527000', '223836.530000', '223836.550000', '223836.553000', '223836.555000', '223836.558000', '223836.561000', '223836.563000', '223836.566000', '223836.569000', '223836.571000', '223836.574000', '223836.576000', '223836.579000', '223836.582000', '223836.584000', '223836.587000', '223836.589000', '223836.592000', '223836.595000', '223836.597000', '223836.600000', '223836.602000', '223836.605000', '223856.477000', '223856.480000', '223856.483000', '223856.485000', '223856.488000', '223856.491000', '223856.493000', '223856.496000', '223856.498000', '223856.501000', '223856.504000', '223856.506000', '223856.509000', '223856.511000', '223856.514000', '223856.517000', '223856.519000', '223856.522000', '223856.524000', '223856.527000', '223856.530000', '223856.532000', '223856.535000', '223856.537000', '223856.540000', '223856.543000', '223856.545000', '223856.548000', '223856.551000', '223856.553000', '223856.556000', '223856.558000', '223856.561000', '223856.564000', '223856.566000', '223856.569000', '223856.571000', '223856.574000', '223856.576000', '223856.579000', '223856.592000', '223856.595000', '223856.598000', '223856.600000', '223916.476000', '223916.479000', '223916.482000', '223916.485000', '223916.488000', '223916.491000', '223916.493000', '223916.496000', '223916.498000', '223916.501000', '223916.504000', '223916.506000', '223916.509000', '223916.512000', '223916.514000', '223916.517000', '223916.519000', '223916.522000', '223916.525000', '223916.527000', '223916.530000', '223916.533000', '223916.535000', '223916.538000', '223916.541000', '223916.543000', '223916.546000', '223916.548000', '223916.551000', '223916.554000', '223916.556000', '223916.559000', '223916.561000', '223916.564000', '223916.567000', '223916.569000', '223916.572000', '223916.574000', '223916.577000', '223916.580000', '223916.582000', '223916.585000', '223916.587000', '223916.590000', '223936.478000', '223936.480000', '223936.483000', '223936.486000', '223936.488000', '223936.491000', '223936.493000', '223936.496000', '223936.499000', '223936.501000', '223936.504000', '223936.507000', '223936.509000', '223936.512000', '223936.514000', '223936.517000', '223936.519000', '223936.522000', '223936.525000', '223936.527000', '223936.530000', '223936.532000', '223936.535000', '223936.538000', '223936.540000', '223936.543000', '223936.545000', '223936.548000', '223936.551000', '223936.553000', '223936.556000', '223936.558000', '223936.561000', '223936.564000', '223936.566000', '223936.569000', '223936.580000', '223936.583000', '223936.586000', '223936.589000', '223936.591000', '223936.594000', '223936.596000', '223956.478000', '223956.481000', '223956.483000', '223956.486000', '223956.489000', '223956.491000', '223956.494000', '223956.497000', '223956.499000', '223956.502000', '223956.504000', '223956.507000', '223956.510000', '223956.512000', '223956.515000', '223956.517000', '223956.520000', '223956.523000', '223956.525000', '223956.528000', '223956.531000', '223956.533000', '223956.536000', '223956.538000', '223956.541000', '223956.544000', '223956.546000', '223956.549000', '223956.551000', '223956.554000', '223956.557000', '223956.559000', '223956.562000', '223956.564000', '223956.567000', '223956.570000', '223956.572000', '223956.575000', '223956.578000', '223956.580000', '223956.583000', '223956.585000', '223956.588000', '224016.478000', '224016.480000', '224016.483000', '224016.486000', '224016.488000', '224016.491000', '224016.493000', '224016.496000', '224016.499000', '224016.501000', '224016.504000', '224016.506000', '224016.509000', '224016.511000', '224016.514000', '224016.517000', '224016.519000', '224016.522000', '224016.524000', '224016.527000', '224016.530000', '224016.532000', '224016.535000', '224016.538000', '224016.540000', '224016.543000', '224016.546000', '224016.548000', '224016.551000', '224016.553000', '224016.556000', '224016.559000', '224016.561000', '224016.564000', '224016.567000', '224016.569000', '224016.572000', '224016.574000', '224016.577000', '224016.580000', '224016.582000', '224016.585000', '224016.587000', '224016.590000', '224036.478000', '224036.480000', '224036.483000', '224036.486000', '224036.488000', '224036.491000', '224036.493000', '224036.496000', '224036.499000', '224036.501000', '224036.504000', '224036.506000', '224036.509000', '224036.512000', '224036.514000', '224036.517000', '224036.520000', '224036.522000', '224036.526000', '224036.529000', '224036.532000', '224036.535000', '224036.538000', '224036.540000', '224036.543000', '224036.545000', '224036.548000', '224036.551000', '224036.553000', '224036.556000', '224036.558000', '224036.561000', '224036.564000', '224036.566000', '224036.569000', '224036.579000', '224036.582000', '224036.584000', '224036.587000', '224036.589000', '224036.592000', '224036.595000', '224036.597000', '224056.477000', '224056.480000', '224056.483000', '224056.485000', '224056.488000', '224056.491000', '224056.493000', '224056.496000', '224056.499000', '224056.501000', '224056.504000', '224056.506000', '224056.509000', '224056.512000', '224056.514000', '224056.517000', '224056.520000', '224056.522000', '224056.525000', '224056.527000', '224056.530000', '224056.533000', '224056.535000', '224056.538000', '224056.541000', '224056.543000', '224056.546000', '224056.548000', '224056.551000', '224056.554000', '224056.556000', '224056.559000', '224056.561000', '224056.564000', '224056.567000', '224056.569000', '224056.572000', '224056.574000', '224056.577000', '224056.580000', '224056.582000', '224056.585000', '224056.587000', '224056.590000', '224116.478000', '224116.480000', '224116.484000', '224116.487000', '224116.490000', '224116.492000', '224116.495000', '224116.498000', '224116.500000', '224116.503000', '224116.505000', '224116.508000', '224116.510000', '224116.513000', '224116.516000', '224116.518000', '224116.521000', '224116.524000', '224116.526000', '224116.529000', '224116.531000', '224116.534000', '224116.537000', '224116.539000', '224116.542000', '224116.544000', '224116.547000', '224116.550000', '224116.553000', '224116.555000', '224116.558000', '224116.560000', '224116.563000', '224116.566000', '224116.568000', '224116.571000', '224116.574000', '224116.576000', '224116.579000', '224116.582000', '224116.584000', '224116.587000', '224116.590000', '224136.477000', '224136.479000', '224136.482000', '224136.485000', '224136.487000', '224136.490000', '224136.493000', '224136.495000', '224136.498000', '224136.501000', '224136.503000', '224136.506000', '224136.508000', '224136.511000', '224136.514000', '224136.516000', '224136.519000', '224136.521000', '224136.524000', '224136.527000', '224136.529000', '224136.532000', '224136.535000', '224136.537000', '224136.540000', '224136.542000', '224136.545000', '224136.548000', '224136.550000', '224136.553000', '224136.556000', '224136.558000', '224136.561000', '224136.563000', '224136.566000', '224136.569000', '224136.571000', '224136.574000', '224136.577000', '224136.579000', '224136.582000', '224136.584000', '224136.587000', '224136.590000', '224156.478000', '224156.480000', '224156.483000', '224156.486000', '224156.488000', '224156.491000', '224156.494000', '224156.496000', '224156.499000', '224156.502000', '224156.504000', '224156.507000', '224156.510000', '224156.512000', '224156.515000', '224156.517000', '224156.520000', '224156.523000', '224156.525000', '224156.528000', '224156.531000', '224156.533000', '224156.536000', '224156.539000', '224156.541000', '224156.544000', '224156.546000', '224156.549000', '224156.552000', '224156.554000', '224156.557000', '224156.559000', '224156.562000', '224156.565000', '224156.568000', '224156.571000', '224156.574000', '224156.577000', '224156.579000', '224156.582000', '224156.584000', '224156.587000', '224156.590000', '224216.478000', '224216.480000', '224216.483000', '224216.508000', '224216.511000', '224216.514000', '224216.516000', '224216.519000', '224216.521000', '224216.524000', '224216.529000', '224216.531000', '224216.534000', '224216.537000', '224216.539000', '224216.542000', '224216.545000', '224216.547000', '224216.550000', '224216.552000', '224216.555000', '224216.558000', '224216.560000', '224216.563000', '224216.565000', '224216.568000', '224216.571000', '224216.573000', '224216.576000', '224216.578000', '224216.581000', '224216.584000', '224216.586000', '224216.589000', '224216.592000', '224216.594000', '224216.597000', '224216.599000', '224216.602000', '224216.604000', '224216.607000', '224216.610000', '224216.612000', '224216.615000', '224236.477000', '224236.480000', '224236.483000', '224236.486000', '224236.488000', '224236.491000', '224236.493000', '224236.496000', '224236.498000', '224236.501000', '224236.504000', '224236.506000', '224236.509000', '224236.511000', '224236.514000', '224236.517000', '224236.519000', '224236.522000', '224236.524000', '224236.527000', '224236.529000', '224236.532000', '224236.535000', '224236.537000', '224236.540000', '224236.542000', '224236.545000', '224236.548000', '224236.551000', '224236.554000', '224236.557000', '224236.559000', '224236.562000', '224236.565000', '224236.567000', '224236.570000', '224236.572000', '224236.575000', '224236.578000', '224236.580000', '224236.583000', '224236.585000', '224236.588000', '224256.478000', '224256.483000', '224256.485000', '224256.488000', '224256.491000', '224256.493000', '224256.496000', '224256.498000', '224256.501000', '224256.504000', '224256.506000', '224256.509000', '224256.511000', '224256.514000', '224256.517000', '224256.519000', '224256.522000', '224256.524000', '224256.527000', '224256.530000', '224256.532000', '224256.535000', '224256.538000', '224256.540000', '224256.543000', '224256.545000', '224256.548000', '224256.551000', '224256.553000', '224256.556000', '224256.558000', '224256.561000', '224256.564000', '224256.566000', '224256.569000', '224256.571000', '224256.574000', '224256.577000', '224256.579000', '224256.582000', '224256.584000', '224256.587000', '224256.590000', '224256.592000', '224316.477000', '224316.480000', '224316.483000', '224316.486000', '224316.488000', '224316.491000', '224316.493000', '224316.496000', '224316.499000', '224316.501000', '224316.504000', '224316.507000', '224316.509000', '224316.512000', '224316.514000', '224316.517000', '224316.520000', '224316.522000', '224316.525000', '224316.527000', '224316.530000', '224316.533000', '224316.535000', '224316.538000', '224316.541000', '224316.543000', '224316.546000', '224316.549000', '224316.552000', '224316.554000', '224316.557000', '224316.560000', '224316.562000', '224316.565000', '224316.567000', '224316.570000', '224316.573000', '224316.575000', '224316.578000', '224316.580000', '224316.583000', '224316.586000', '224316.588000', '224336.478000', '224336.480000', '224336.483000', '224336.486000', '224336.488000', '224336.491000', '224336.494000', '224336.496000', '224336.499000', '224336.501000', '224336.504000', '224336.506000', '224336.509000', '224336.512000', '224336.524000', '224336.527000', '224336.530000', '224336.532000', '224336.535000', '224336.537000', '224336.540000', '224336.543000', '224336.546000', '224336.548000', '224336.551000', '224336.554000', '224336.556000', '224336.559000', '224336.563000', '224336.566000', '224336.568000', '224336.571000', '224336.573000', '224336.576000', '224336.579000', '224336.581000', '224336.584000', '224336.586000', '224336.589000', '224336.592000', '224336.594000', '224336.597000', '224336.600000', '224336.602000', '224356.477000', '224356.479000', '224356.482000', '224356.485000', '224356.487000', '224356.490000', '224356.492000', '224356.495000', '224356.498000', '224356.500000', '224356.503000', '224356.505000', '224356.508000', '224356.511000', '224356.513000', '224356.516000', '224356.518000', '224356.521000', '224356.524000', '224356.526000', '224356.529000', '224356.532000', '224356.534000', '224356.537000', '224356.539000', '224356.542000', '224356.545000', '224356.547000', '224356.550000', '224356.553000', '224356.555000', '224356.558000', '224356.560000', '224356.563000', '224356.566000', '224356.568000', '224356.571000', '224356.573000', '224356.576000', '224356.579000', '224356.581000', '224356.584000', '224356.587000', '224357.951000', '224357.954000', '224357.956000', '224357.968000'], 'InstanceCreationTime': ['223716.523000', '223716.526000', '223716.529000', '223716.532000', '223716.535000', '223716.537000', '223716.540000', '223716.543000', '223716.545000', '223716.548000', '223716.550000', '223716.553000', '223716.555000', '223716.558000', '223716.561000', '223716.563000', '223716.566000', '223716.568000', '223716.571000', '223716.573000', '223716.576000', '223716.578000', '223716.581000', '223716.584000', '223716.586000', '223716.616000', '223716.619000', '223716.621000', '223716.624000', '223716.627000', '223716.629000', '223716.632000', '223716.634000', '223716.637000', '223716.639000', '223716.642000', '223716.645000', '223716.647000', '223716.650000', '223716.652000', '223716.655000', '223736.492000', '223736.495000', '223736.498000', '223736.501000', '223736.503000', '223736.506000', '223736.508000', '223736.511000', '223736.513000', '223736.516000', '223736.518000', '223736.521000', '223736.524000', '223736.526000', '223736.529000', '223736.531000', '223736.534000', '223736.536000', '223736.539000', '223736.541000', '223736.544000', '223736.547000', '223736.549000', '223736.552000', '223736.554000', '223736.557000', '223736.560000', '223736.562000', '223736.565000', '223736.567000', '223736.570000', '223736.572000', '223736.575000', '223736.578000', '223736.580000', '223736.583000', '223736.585000', '223736.588000', '223736.590000', '223736.593000', '223736.596000', '223736.598000', '223736.601000', '223756.477000', '223756.480000', '223756.483000', '223756.485000', '223756.488000', '223756.490000', '223756.493000', '223756.496000', '223756.498000', '223756.501000', '223756.504000', '223756.506000', '223756.509000', '223756.511000', '223756.514000', '223756.517000', '223756.519000', '223756.522000', '223756.525000', '223756.527000', '223756.530000', '223756.532000', '223756.535000', '223756.537000', '223756.540000', '223756.543000', '223756.545000', '223756.548000', '223756.550000', '223756.553000', '223756.556000', '223756.558000', '223756.561000', '223756.563000', '223756.566000', '223756.568000', '223756.571000', '223756.574000', '223756.576000', '223756.579000', '223756.581000', '223756.584000', '223756.587000', '223756.589000', '223816.478000', '223816.480000', '223816.483000', '223816.486000', '223816.488000', '223816.491000', '223816.493000', '223816.496000', '223816.499000', '223816.501000', '223816.504000', '223816.506000', '223816.509000', '223816.512000', '223816.514000', '223816.517000', '223816.519000', '223816.522000', '223816.525000', '223816.527000', '223816.530000', '223816.532000', '223816.535000', '223816.538000', '223816.540000', '223816.543000', '223816.545000', '223816.548000', '223816.551000', '223816.553000', '223816.556000', '223816.558000', '223816.561000', '223816.563000', '223816.566000', '223816.569000', '223816.571000', '223816.574000', '223816.577000', '223816.579000', '223816.582000', '223816.584000', '223816.587000', '223836.477000', '223836.480000', '223836.483000', '223836.485000', '223836.488000', '223836.491000', '223836.493000', '223836.496000', '223836.498000', '223836.501000', '223836.504000', '223836.506000', '223836.509000', '223836.511000', '223836.514000', '223836.517000', '223836.519000', '223836.522000', '223836.524000', '223836.527000', '223836.530000', '223836.550000', '223836.553000', '223836.555000', '223836.558000', '223836.561000', '223836.563000', '223836.566000', '223836.569000', '223836.571000', '223836.574000', '223836.576000', '223836.579000', '223836.582000', '223836.584000', '223836.587000', '223836.589000', '223836.592000', '223836.595000', '223836.597000', '223836.600000', '223836.602000', '223836.605000', '223856.477000', '223856.480000', '223856.483000', '223856.485000', '223856.488000', '223856.491000', '223856.493000', '223856.496000', '223856.498000', '223856.501000', '223856.504000', '223856.506000', '223856.509000', '223856.511000', '223856.514000', '223856.517000', '223856.519000', '223856.522000', '223856.524000', '223856.527000', '223856.530000', '223856.532000', '223856.535000', '223856.537000', '223856.540000', '223856.543000', '223856.545000', '223856.548000', '223856.551000', '223856.553000', '223856.556000', '223856.558000', '223856.561000', '223856.564000', '223856.566000', '223856.569000', '223856.571000', '223856.574000', '223856.576000', '223856.579000', '223856.592000', '223856.595000', '223856.598000', '223856.600000', '223916.476000', '223916.479000', '223916.482000', '223916.485000', '223916.488000', '223916.491000', '223916.493000', '223916.496000', '223916.498000', '223916.501000', '223916.504000', '223916.506000', '223916.509000', '223916.512000', '223916.514000', '223916.517000', '223916.519000', '223916.522000', '223916.525000', '223916.527000', '223916.530000', '223916.533000', '223916.535000', '223916.538000', '223916.541000', '223916.543000', '223916.546000', '223916.548000', '223916.551000', '223916.554000', '223916.556000', '223916.559000', '223916.561000', '223916.564000', '223916.567000', '223916.569000', '223916.572000', '223916.574000', '223916.577000', '223916.580000', '223916.582000', '223916.585000', '223916.587000', '223916.590000', '223936.478000', '223936.480000', '223936.483000', '223936.486000', '223936.488000', '223936.491000', '223936.493000', '223936.496000', '223936.499000', '223936.501000', '223936.504000', '223936.507000', '223936.509000', '223936.512000', '223936.514000', '223936.517000', '223936.519000', '223936.522000', '223936.525000', '223936.527000', '223936.530000', '223936.532000', '223936.535000', '223936.538000', '223936.540000', '223936.543000', '223936.545000', '223936.548000', '223936.551000', '223936.553000', '223936.556000', '223936.558000', '223936.561000', '223936.564000', '223936.566000', '223936.569000', '223936.580000', '223936.583000', '223936.586000', '223936.589000', '223936.591000', '223936.594000', '223936.596000', '223956.478000', '223956.481000', '223956.483000', '223956.486000', '223956.489000', '223956.491000', '223956.494000', '223956.497000', '223956.499000', '223956.502000', '223956.504000', '223956.507000', '223956.510000', '223956.512000', '223956.515000', '223956.517000', '223956.520000', '223956.523000', '223956.525000', '223956.528000', '223956.531000', '223956.533000', '223956.536000', '223956.538000', '223956.541000', '223956.544000', '223956.546000', '223956.549000', '223956.551000', '223956.554000', '223956.557000', '223956.559000', '223956.562000', '223956.564000', '223956.567000', '223956.570000', '223956.572000', '223956.575000', '223956.578000', '223956.580000', '223956.583000', '223956.585000', '223956.588000', '224016.478000', '224016.480000', '224016.483000', '224016.486000', '224016.488000', '224016.491000', '224016.493000', '224016.496000', '224016.499000', '224016.501000', '224016.504000', '224016.506000', '224016.509000', '224016.511000', '224016.514000', '224016.517000', '224016.519000', '224016.522000', '224016.524000', '224016.527000', '224016.530000', '224016.532000', '224016.535000', '224016.538000', '224016.540000', '224016.543000', '224016.546000', '224016.548000', '224016.551000', '224016.553000', '224016.556000', '224016.559000', '224016.561000', '224016.564000', '224016.567000', '224016.569000', '224016.572000', '224016.574000', '224016.577000', '224016.580000', '224016.582000', '224016.585000', '224016.587000', '224016.590000', '224036.478000', '224036.480000', '224036.483000', '224036.486000', '224036.488000', '224036.491000', '224036.493000', '224036.496000', '224036.499000', '224036.501000', '224036.504000', '224036.506000', '224036.509000', '224036.512000', '224036.514000', '224036.517000', '224036.520000', '224036.522000', '224036.526000', '224036.529000', '224036.532000', '224036.535000', '224036.538000', '224036.540000', '224036.543000', '224036.545000', '224036.548000', '224036.551000', '224036.553000', '224036.556000', '224036.558000', '224036.561000', '224036.564000', '224036.566000', '224036.569000', '224036.579000', '224036.582000', '224036.584000', '224036.587000', '224036.589000', '224036.592000', '224036.595000', '224036.597000', '224056.477000', '224056.480000', '224056.483000', '224056.485000', '224056.488000', '224056.491000', '224056.493000', '224056.496000', '224056.499000', '224056.501000', '224056.504000', '224056.506000', '224056.509000', '224056.512000', '224056.514000', '224056.517000', '224056.520000', '224056.522000', '224056.525000', '224056.527000', '224056.530000', '224056.533000', '224056.535000', '224056.538000', '224056.541000', '224056.543000', '224056.546000', '224056.548000', '224056.551000', '224056.554000', '224056.556000', '224056.559000', '224056.561000', '224056.564000', '224056.567000', '224056.569000', '224056.572000', '224056.574000', '224056.577000', '224056.580000', '224056.582000', '224056.585000', '224056.587000', '224056.590000', '224116.478000', '224116.480000', '224116.484000', '224116.487000', '224116.490000', '224116.492000', '224116.495000', '224116.498000', '224116.500000', '224116.503000', '224116.505000', '224116.508000', '224116.510000', '224116.513000', '224116.516000', '224116.518000', '224116.521000', '224116.524000', '224116.526000', '224116.529000', '224116.531000', '224116.534000', '224116.537000', '224116.539000', '224116.542000', '224116.544000', '224116.547000', '224116.550000', '224116.553000', '224116.555000', '224116.558000', '224116.560000', '224116.563000', '224116.566000', '224116.568000', '224116.571000', '224116.574000', '224116.576000', '224116.579000', '224116.582000', '224116.584000', '224116.587000', '224116.590000', '224136.477000', '224136.479000', '224136.482000', '224136.485000', '224136.487000', '224136.490000', '224136.493000', '224136.495000', '224136.498000', '224136.501000', '224136.503000', '224136.506000', '224136.508000', '224136.511000', '224136.514000', '224136.516000', '224136.519000', '224136.521000', '224136.524000', '224136.527000', '224136.529000', '224136.532000', '224136.535000', '224136.537000', '224136.540000', '224136.542000', '224136.545000', '224136.548000', '224136.550000', '224136.553000', '224136.556000', '224136.558000', '224136.561000', '224136.563000', '224136.566000', '224136.569000', '224136.571000', '224136.574000', '224136.577000', '224136.579000', '224136.582000', '224136.584000', '224136.587000', '224136.590000', '224156.478000', '224156.480000', '224156.483000', '224156.486000', '224156.488000', '224156.491000', '224156.494000', '224156.496000', '224156.499000', '224156.502000', '224156.504000', '224156.507000', '224156.510000', '224156.512000', '224156.515000', '224156.517000', '224156.520000', '224156.523000', '224156.525000', '224156.528000', '224156.531000', '224156.533000', '224156.536000', '224156.539000', '224156.541000', '224156.544000', '224156.546000', '224156.549000', '224156.552000', '224156.554000', '224156.557000', '224156.559000', '224156.562000', '224156.565000', '224156.568000', '224156.571000', '224156.574000', '224156.577000', '224156.579000', '224156.582000', '224156.584000', '224156.587000', '224156.590000', '224216.478000', '224216.480000', '224216.483000', '224216.508000', '224216.511000', '224216.514000', '224216.516000', '224216.519000', '224216.521000', '224216.524000', '224216.529000', '224216.531000', '224216.534000', '224216.537000', '224216.539000', '224216.542000', '224216.545000', '224216.547000', '224216.550000', '224216.552000', '224216.555000', '224216.558000', '224216.560000', '224216.563000', '224216.565000', '224216.568000', '224216.571000', '224216.573000', '224216.576000', '224216.578000', '224216.581000', '224216.584000', '224216.586000', '224216.589000', '224216.592000', '224216.594000', '224216.597000', '224216.599000', '224216.602000', '224216.604000', '224216.607000', '224216.610000', '224216.612000', '224216.615000', '224236.477000', '224236.480000', '224236.483000', '224236.486000', '224236.488000', '224236.491000', '224236.493000', '224236.496000', '224236.498000', '224236.501000', '224236.504000', '224236.506000', '224236.509000', '224236.511000', '224236.514000', '224236.517000', '224236.519000', '224236.522000', '224236.524000', '224236.527000', '224236.529000', '224236.532000', '224236.535000', '224236.537000', '224236.540000', '224236.542000', '224236.545000', '224236.548000', '224236.551000', '224236.554000', '224236.557000', '224236.559000', '224236.562000', '224236.565000', '224236.567000', '224236.570000', '224236.572000', '224236.575000', '224236.578000', '224236.580000', '224236.583000', '224236.585000', '224236.588000', '224256.478000', '224256.483000', '224256.485000', '224256.488000', '224256.491000', '224256.493000', '224256.496000', '224256.498000', '224256.501000', '224256.504000', '224256.506000', '224256.509000', '224256.511000', '224256.514000', '224256.517000', '224256.519000', '224256.522000', '224256.524000', '224256.527000', '224256.530000', '224256.532000', '224256.535000', '224256.538000', '224256.540000', '224256.543000', '224256.545000', '224256.548000', '224256.551000', '224256.553000', '224256.556000', '224256.558000', '224256.561000', '224256.564000', '224256.566000', '224256.569000', '224256.571000', '224256.574000', '224256.577000', '224256.579000', '224256.582000', '224256.584000', '224256.587000', '224256.590000', '224256.592000', '224316.477000', '224316.480000', '224316.483000', '224316.486000', '224316.488000', '224316.491000', '224316.493000', '224316.496000', '224316.499000', '224316.501000', '224316.504000', '224316.507000', '224316.509000', '224316.512000', '224316.514000', '224316.517000', '224316.520000', '224316.522000', '224316.525000', '224316.527000', '224316.530000', '224316.533000', '224316.535000', '224316.538000', '224316.541000', '224316.543000', '224316.546000', '224316.549000', '224316.552000', '224316.554000', '224316.557000', '224316.560000', '224316.562000', '224316.565000', '224316.567000', '224316.570000', '224316.573000', '224316.575000', '224316.578000', '224316.580000', '224316.583000', '224316.586000', '224316.588000', '224336.478000', '224336.480000', '224336.483000', '224336.486000', '224336.488000', '224336.491000', '224336.494000', '224336.496000', '224336.499000', '224336.501000', '224336.504000', '224336.506000', '224336.509000', '224336.512000', '224336.524000', '224336.527000', '224336.530000', '224336.532000', '224336.535000', '224336.537000', '224336.540000', '224336.543000', '224336.546000', '224336.548000', '224336.551000', '224336.554000', '224336.556000', '224336.559000', '224336.563000', '224336.566000', '224336.568000', '224336.571000', '224336.573000', '224336.576000', '224336.579000', '224336.581000', '224336.584000', '224336.586000', '224336.589000', '224336.592000', '224336.594000', '224336.597000', '224336.600000', '224336.602000', '224356.477000', '224356.479000', '224356.482000', '224356.485000', '224356.487000', '224356.490000', '224356.492000', '224356.495000', '224356.498000', '224356.500000', '224356.503000', '224356.505000', '224356.508000', '224356.511000', '224356.513000', '224356.516000', '224356.518000', '224356.521000', '224356.524000', '224356.526000', '224356.529000', '224356.532000', '224356.534000', '224356.537000', '224356.539000', '224356.542000', '224356.545000', '224356.547000', '224356.550000', '224356.553000', '224356.555000', '224356.558000', '224356.560000', '224356.563000', '224356.566000', '224356.568000', '224356.571000', '224356.573000', '224356.576000', '224356.579000', '224356.581000', '224356.584000', '224356.587000', '224357.951000', '224357.954000', '224357.956000', '224357.968000'], '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': [15528, 13540, 15978, 11889, 16284, 13235, 15666, 14518, 10834, 14527, 11174, 14294, 12607, 14965, 10429, 14269, 10821, 14771, 13243, 15446, 13691, 16545, 13118, 17325, 13276, 16688, 12546, 12310, 13986, 13512, 14394, 14401, 15150, 11293, 14048, 10462, 14485, 11036, 15092, 11965, 14819, 13287, 14806, 13912, 15099, 13780, 17084, 13339, 14839, 12355, 15876, 13244, 12941, 14000, 11875, 13838, 13415, 14768, 11345, 14203, 10018, 13344, 10310, 15155, 12546, 14744, 13500, 14454, 12889, 16951, 13357, 15277, 12140, 13730, 13877, 13658, 15038, 9746, 14605, 11845, 14614, 13924, 17329, 13280, 14821, 12154, 14278, 13976, 14578, 15066, 11306, 14035, 9844, 13883, 11193, 15086, 12427, 14453, 12732, 14496, 13327, 16042, 13088, 14659, 12348, 12159, 13044, 12836, 14779, 10265, 14635, 11677, 14227, 12836, 14774, 13935, 15229, 12931, 13374, 14256, 13012, 15035, 11904, 14592, 13035, 13312, 12317, 15385, 12361, 14250, 10926, 13190, 13012, 14759, 15060, 10737, 14484, 12204, 14433, 13265, 15977, 12306, 14081, 13304, 14568, 14656, 11854, 14383, 10447, 14124, 13555, 17848, 13365, 15259, 13325, 13624, 14410, 14425, 14663, 10302, 13688, 10424, 14927, 13465, 15299, 12945, 16359, 12202, 15579, 12208, 15998, 12565, 11677, 13139, 10544, 14795, 13723, 15287, 13328, 17305, 12748, 15674, 12304, 15364, 13660, 9822, 14122, 13431, 16928, 12875, 14558, 13214, 11150, 14368, 12549, 14986, 11743, 14377, 12862, 14604, 13993, 17340, 13571, 15188, 12663, 15139, 12989, 14848, 12557, 12960, 14700, 13372, 14505, 10964, 13807, 10706, 14159, 13327, 14698, 13103, 16363, 13022, 15664, 12621, 13012, 12230, 10427, 11835, 10845, 13639, 11297, 12765, 11467, 14552, 13466, 14987, 13052, 16679, 12660, 14576, 12960, 14978, 13298, 14512, 12280, 13659, 12860, 14746, 15439, 10625, 14612, 12618, 14188, 13782, 16260, 13119, 14490, 12867, 11369, 12872, 13103, 14619, 10771, 13387, 10681, 11677, 9567, 12735, 10555, 13252, 11207, 12533, 11429, 15011, 13321, 15350, 13319, 15017, 12520, 15321, 13269, 15073, 14455, 11111, 14140, 12222, 14795, 13425, 14655, 12731, 13484, 11262, 14834, 13032, 14369, 12298, 13278, 11731, 14379, 13490, 16165, 13360, 14628, 12351, 15505, 13956, 12216, 14147, 10973, 13816, 12309, 14933, 13374, 15549, 12866, 15010, 12072, 16729, 12587, 15467, 12395, 13540, 10567, 13691, 12612, 15097, 14771, 10765, 13849, 10550, 14213, 12290, 15281, 10880, 14841, 12533, 15329, 13663, 16707, 13061, 15211, 11935, 15291, 12020, 14840, 12132, 12335, 12709, 12486, 13214, 9751, 13224, 10904, 13896, 12263, 17278, 13242, 15081, 12626, 12051, 14273, 13217, 14895, 10567, 14381, 10482, 14145, 12861, 15285, 13604, 15694, 12914, 10550, 12883, 10722, 13444, 12307, 14685, 13787, 14740, 10875, 14133, 10722, 14278, 13645, 14497, 11065, 13119, 10318, 12909, 11204, 14100, 10769, 14173, 10039, 14089, 11687, 14993, 10976, 14405, 10638, 13939, 11777, 14441, 10185, 14351, 11984, 14023, 12576, 14459, 13418, 14898, 12167, 11859, 14242, 12563, 14497, 11348, 14696, 11116, 14191, 11259, 14401, 11673, 13792, 10283, 12548, 10163, 13670, 11756, 14162, 10115, 13232, 10953, 14745, 12104, 15316, 12451, 15205, 12438, 14747, 10603, 14430, 11248, 15113, 12275, 14382, 12629, 14239, 12728, 14667, 14177, 17075, 13630, 13420, 11913, 14274, 13532, 14291, 14371, 11529, 13225, 11592, 14065, 12702, 14118, 10351, 12880, 11579, 12980, 12754, 13442, 12052, 13601, 11858, 13789, 13360, 15208, 15404, 10679, 14415, 10905, 14129, 11444, 14409, 11959, 13670, 12243, 15056, 12357, 14688, 13542, 12785, 13386, 11221, 13284, 12183, 13986, 10439, 13294, 12062, 13247, 12784, 14895, 12797, 14558, 12110, 12616, 11553, 13415, 10957, 10771, 11315, 10586, 13565, 12113, 14927, 13036, 13589, 13489, 14220, 15536, 11252, 14752, 12126, 13167, 12642, 14180, 12311, 14880, 11518, 14362, 11106, 13682, 11654, 12532, 10722, 14424, 14464, 12535, 14852, 10218, 14043, 11846, 15278, 12135, 14788, 12879, 16291, 12614, 14840, 12128, 12772, 12069, 10876, 12382, 11329, 14468, 10511, 14538, 11790, 15105, 13179, 15293, 13208, 15874, 13196, 15139, 13161, 14894, 12924, 12947, 10836, 11189, 12679, 13003, 14639, 10294, 13888, 12068, 14106, 13714, 15959, 13055, 13309, 11439, 13619, 13474, 11257, 13146, 10194, 11687, 11303, 12285, 11642, 13902, 11626, 12809, 10698, 14953, 13823, 13320, 15065, 10287, 13939, 11608, 14784, 13712, 16265, 12600, 13550, 11804, 15467, 12390, 15395, 12620, 12550, 10079, 11871, 12512, 13067, 14818, 10292, 14123, 12178, 14542, 12616, 14293, 12064, 13038, 10745, 12603, 13379, 10569, 13301, 11263, 15153, 11679, 15422, 13326, 10827, 13917, 10601, 14536, 12135, 14904, 12343, 14873, 12368, 15399, 12220, 14679, 11637, 9974, 12374, 11320, 13418, 12480, 14923, 12768, 13437, 10904, 14644, 13355, 13595, 12528, 10326, 12807, 10694, 12786, 12249, 13650, 9709, 12686, 9496, 13582, 11448, 15800, 13026, 16694, 13088, 17085, 13301, 16928, 14028, 14974, 12740, 13894, 12311, 14901, 13358, 14814, 13616, 9911, 13461, 11779, 14982, 12196, 14853, 12797, 14387, 12623, 14661, 13061, 14347, 12072, 13386, 12184, 15483, 14283, 11657, 13304, 9673, 13630, 12448, 15172, 12550, 15215, 12418, 15155, 12254, 15617, 12207, 11213, 12714, 11111, 14177, 12034, 15208, 12763, 14007, 11249, 15799, 14400, 12444, 14201, 10546, 14472, 12257, 14420, 10481, 14026, 11438, 13624, 12266, 16598, 12357, 14221, 10761, 10901, 13888, 11535, 15118, 11645, 15381, 10908, 14119, 11291, 14319, 13341, 9238, 14738, 12301, 15466, 13297, 15929, 12487, 13866, 11341, 14816, 12495, 15508, 12500, 13777, 11096, 15626, 13459, 14325, 12854, 11233, 14313, 12580, 15143, 11274, 15404, 10573, 13895, 12467, 15295, 13273, 16950, 13208, 14444, 12050, 15857, 13111, 11731, 13478, 10246, 14515, 12897, 15154, 10949, 14153, 11617, 15003, 14140, 17162, 13563, 14317, 12159, 15238, 13368, 14700, 12594, 11391, 14283, 12627, 15245, 10697, 14856, 10696, 14700, 13218, 15854, 13223, 14501, 12059, 14713, 13809, 14067, 14565, 10281, 14205, 11336, 15050, 11457, 15249, 12140, 13974, 12107, 17060, 12966, 14580, 12388, 10288, 14682, 12046, 15264, 11290, 15076, 12211, 14516, 12396, 15496, 12420, 13877, 12988, 14755, 14135, 14324, 14823, 10091, 13953, 10126, 15185, 13510, 15557, 13166, 16813, 12654, 15295, 12404, 15689, 12135, 10946, 13851, 10832, 14820, 11867, 15177, 11699, 14271, 12171, 16329, 12800, 15957, 11872, 12011, 13649, 11811, 13929, 13528, 14433, 10733, 13145, 10000, 13764, 13038, 15396, 11807, 15332, 10223, 14868, 10503, 14988, 12822, 15875, 12994, 13990, 11302, 15794, 14780, 13282], 'WindowCenter': [3754.0, 3741.0, 3737.0, 3715.0, 3724.0, 3712.0, 3711.0, 3712.0, 3701.0, 3711.0, 3688.0, 3711.0, 3699.0, 3708.0, 3688.0, 3699.0, 3688.0, 3699.0, 3698.0, 3709.0, 3700.0, 3710.0, 3700.0, 3708.0, 3701.0, 3709.0, 3699.0, 3700.0, 3710.0, 3698.0, 3711.0, 3698.0, 3710.0, 3688.0, 3699.0, 3688.0, 3699.0, 3688.0, 3709.0, 3699.0, 3709.0, 3700.0, 3698.0, 3700.0, 3698.0, 3699.0, 3709.0, 3701.0, 3708.0, 3700.0, 3709.0, 3700.0, 3699.0, 3699.0, 3697.0, 3700.0, 3698.0, 3709.0, 3687.0, 3698.0, 3678.0, 3699.0, 3688.0, 3709.0, 3700.0, 3698.0, 3700.0, 3698.0, 3701.0, 3709.0, 3699.0, 3709.0, 3699.0, 3699.0, 3699.0, 3699.0, 3710.0, 3678.0, 3709.0, 3699.0, 3699.0, 3710.0, 3710.0, 3700.0, 3710.0, 3701.0, 3710.0, 3712.0, 3711.0, 3712.0, 3700.0, 3710.0, 3690.0, 3701.0, 3690.0, 3710.0, 3701.0, 3711.0, 3700.0, 3711.0, 3712.0, 3711.0, 3701.0, 3710.0, 3700.0, 3700.0, 3699.0, 3699.0, 3711.0, 3690.0, 3711.0, 3701.0, 3699.0, 3701.0, 3710.0, 3712.0, 3711.0, 3711.0, 3712.0, 3713.0, 3711.0, 3714.0, 3702.0, 3712.0, 3713.0, 3701.0, 3702.0, 3712.0, 3702.0, 3711.0, 3701.0, 3699.0, 3712.0, 3711.0, 3711.0, 3701.0, 3710.0, 3702.0, 3711.0, 3714.0, 3724.0, 3713.0, 3712.0, 3712.0, 3711.0, 3713.0, 3702.0, 3712.0, 3692.0, 3711.0, 3711.0, 3721.0, 3711.0, 3720.0, 3711.0, 3710.0, 3712.0, 3709.0, 3710.0, 3689.0, 3700.0, 3688.0, 3711.0, 3700.0, 3710.0, 3700.0, 3709.0, 3699.0, 3707.0, 3699.0, 3709.0, 3687.0, 3688.0, 3699.0, 3689.0, 3710.0, 3710.0, 3710.0, 3712.0, 3721.0, 3701.0, 3709.0, 3701.0, 3712.0, 3711.0, 3690.0, 3711.0, 3711.0, 3722.0, 3701.0, 3711.0, 3712.0, 3699.0, 3712.0, 3701.0, 3711.0, 3703.0, 3710.0, 3711.0, 3710.0, 3712.0, 3721.0, 3713.0, 3711.0, 3712.0, 3710.0, 3712.0, 3711.0, 3713.0, 3712.0, 3724.0, 3710.0, 3714.0, 3704.0, 3714.0, 3703.0, 3715.0, 3714.0, 3724.0, 3714.0, 3723.0, 3714.0, 3724.0, 3705.0, 3711.0, 3700.0, 3690.0, 3701.0, 3689.0, 3699.0, 3691.0, 3699.0, 3700.0, 3711.0, 3700.0, 3708.0, 3711.0, 3723.0, 3701.0, 3710.0, 3701.0, 3710.0, 3699.0, 3710.0, 3700.0, 3698.0, 3700.0, 3710.0, 3711.0, 3690.0, 3712.0, 3702.0, 3712.0, 3712.0, 3712.0, 3701.0, 3710.0, 3712.0, 3701.0, 3714.0, 3713.0, 3714.0, 3702.0, 3712.0, 3692.0, 3702.0, 3690.0, 3701.0, 3691.0, 3700.0, 3701.0, 3700.0, 3701.0, 3711.0, 3701.0, 3710.0, 3711.0, 3710.0, 3711.0, 3711.0, 3711.0, 3712.0, 3713.0, 3702.0, 3712.0, 3702.0, 3711.0, 3712.0, 3713.0, 3713.0, 3711.0, 3701.0, 3711.0, 3701.0, 3698.0, 3702.0, 3701.0, 3701.0, 3710.0, 3712.0, 3722.0, 3712.0, 3709.0, 3701.0, 3713.0, 3712.0, 3701.0, 3713.0, 3701.0, 3712.0, 3703.0, 3711.0, 3713.0, 3711.0, 3700.0, 3710.0, 3701.0, 3709.0, 3701.0, 3709.0, 3699.0, 3700.0, 3689.0, 3699.0, 3699.0, 3700.0, 3699.0, 3688.0, 3698.0, 3688.0, 3700.0, 3688.0, 3710.0, 3689.0, 3709.0, 3700.0, 3710.0, 3701.0, 3711.0, 3700.0, 3698.0, 3689.0, 3709.0, 3700.0, 3709.0, 3700.0, 3698.0, 3700.0, 3688.0, 3700.0, 3677.0, 3700.0, 3689.0, 3699.0, 3700.0, 3722.0, 3700.0, 3710.0, 3700.0, 3700.0, 3711.0, 3699.0, 3711.0, 3690.0, 3709.0, 3689.0, 3709.0, 3699.0, 3711.0, 3712.0, 3709.0, 3712.0, 3704.0, 3713.0, 3702.0, 3702.0, 3700.0, 3711.0, 3701.0, 3711.0, 3690.0, 3711.0, 3690.0, 3712.0, 3699.0, 3700.0, 3688.0, 3688.0, 3677.0, 3688.0, 3687.0, 3699.0, 3687.0, 3698.0, 3676.0, 3698.0, 3687.0, 3699.0, 3689.0, 3698.0, 3687.0, 3699.0, 3689.0, 3698.0, 3677.0, 3699.0, 3699.0, 3700.0, 3700.0, 3700.0, 3701.0, 3711.0, 3701.0, 3700.0, 3710.0, 3702.0, 3713.0, 3704.0, 3712.0, 3704.0, 3713.0, 3701.0, 3713.0, 3702.0, 3702.0, 3692.0, 3701.0, 3690.0, 3712.0, 3699.0, 3701.0, 3692.0, 3701.0, 3691.0, 3712.0, 3700.0, 3712.0, 3702.0, 3713.0, 3701.0, 3711.0, 3690.0, 3709.0, 3701.0, 3713.0, 3703.0, 3711.0, 3700.0, 3713.0, 3701.0, 3712.0, 3712.0, 3725.0, 3714.0, 3710.0, 3702.0, 3711.0, 3712.0, 3711.0, 3714.0, 3702.0, 3712.0, 3700.0, 3715.0, 3713.0, 3713.0, 3703.0, 3713.0, 3702.0, 3713.0, 3714.0, 3712.0, 3716.0, 3724.0, 3715.0, 3723.0, 3725.0, 3724.0, 3727.0, 3705.0, 3724.0, 3704.0, 3725.0, 3704.0, 3714.0, 3714.0, 3712.0, 3716.0, 3725.0, 3717.0, 3724.0, 3717.0, 3715.0, 3725.0, 3702.0, 3726.0, 3715.0, 3725.0, 3703.0, 3716.0, 3713.0, 3715.0, 3715.0, 3723.0, 3715.0, 3725.0, 3716.0, 3713.0, 3715.0, 3714.0, 3705.0, 3706.0, 3704.0, 3705.0, 3715.0, 3715.0, 3723.0, 3716.0, 3715.0, 3727.0, 3725.0, 3726.0, 3715.0, 3723.0, 3715.0, 3715.0, 3718.0, 3715.0, 3715.0, 3725.0, 3705.0, 3712.0, 3704.0, 3714.0, 3714.0, 3713.0, 3704.0, 3723.0, 3725.0, 3712.0, 3725.0, 3703.0, 3723.0, 3716.0, 3726.0, 3715.0, 3724.0, 3716.0, 3724.0, 3713.0, 3724.0, 3712.0, 3714.0, 3715.0, 3703.0, 3715.0, 3704.0, 3713.0, 3702.0, 3714.0, 3714.0, 3724.0, 3714.0, 3724.0, 3716.0, 3725.0, 3716.0, 3725.0, 3716.0, 3724.0, 3715.0, 3712.0, 3702.0, 3701.0, 3715.0, 3714.0, 3725.0, 3704.0, 3712.0, 3715.0, 3714.0, 3716.0, 3724.0, 3715.0, 3714.0, 3704.0, 3715.0, 3716.0, 3704.0, 3715.0, 3705.0, 3704.0, 3703.0, 3700.0, 3704.0, 3713.0, 3705.0, 3716.0, 3703.0, 3713.0, 3715.0, 3711.0, 3724.0, 3705.0, 3713.0, 3703.0, 3713.0, 3714.0, 3722.0, 3714.0, 3713.0, 3703.0, 3723.0, 3713.0, 3711.0, 3703.0, 3700.0, 3692.0, 3702.0, 3714.0, 3711.0, 3713.0, 3704.0, 3714.0, 3714.0, 3723.0, 3715.0, 3724.0, 3714.0, 3715.0, 3705.0, 3713.0, 3715.0, 3704.0, 3713.0, 3704.0, 3724.0, 3713.0, 3724.0, 3715.0, 3703.0, 3715.0, 3704.0, 3727.0, 3716.0, 3725.0, 3716.0, 3725.0, 3716.0, 3726.0, 3716.0, 3724.0, 3704.0, 3694.0, 3714.0, 3703.0, 3713.0, 3715.0, 3725.0, 3716.0, 3714.0, 3706.0, 3725.0, 3716.0, 3713.0, 3715.0, 3703.0, 3713.0, 3692.0, 3715.0, 3702.0, 3714.0, 3691.0, 3712.0, 3690.0, 3711.0, 3701.0, 3722.0, 3712.0, 3722.0, 3713.0, 3723.0, 3713.0, 3722.0, 3714.0, 3711.0, 3713.0, 3711.0, 3703.0, 3712.0, 3714.0, 3711.0, 3713.0, 3691.0, 3713.0, 3702.0, 3724.0, 3713.0, 3724.0, 3714.0, 3714.0, 3714.0, 3713.0, 3714.0, 3713.0, 3713.0, 3711.0, 3712.0, 3723.0, 3713.0, 3702.0, 3712.0, 3691.0, 3713.0, 3713.0, 3722.0, 3714.0, 3722.0, 3714.0, 3711.0, 3703.0, 3711.0, 3701.0, 3700.0, 3701.0, 3691.0, 3712.0, 3701.0, 3710.0, 3712.0, 3712.0, 3702.0, 3723.0, 3711.0, 3713.0, 3713.0, 3690.0, 3713.0, 3702.0, 3711.0, 3691.0, 3711.0, 3701.0, 3711.0, 3701.0, 3723.0, 3701.0, 3711.0, 3689.0, 3701.0, 3713.0, 3699.0, 3711.0, 3700.0, 3712.0, 3690.0, 3711.0, 3690.0, 3710.0, 3710.0, 3690.0, 3710.0, 3702.0, 3711.0, 3701.0, 3711.0, 3699.0, 3699.0, 3691.0, 3710.0, 3699.0, 3711.0, 3700.0, 3698.0, 3689.0, 3710.0, 3700.0, 3698.0, 3699.0, 3687.0, 3710.0, 3699.0, 3711.0, 3689.0, 3709.0, 3690.0, 3710.0, 3701.0, 3712.0, 3710.0, 3724.0, 3713.0, 3709.0, 3702.0, 3711.0, 3700.0, 3701.0, 3702.0, 3690.0, 3712.0, 3702.0, 3712.0, 3701.0, 3711.0, 3701.0, 3712.0, 3711.0, 3722.0, 3713.0, 3711.0, 3702.0, 3711.0, 3712.0, 3711.0, 3701.0, 3689.0, 3710.0, 3700.0, 3712.0, 3691.0, 3711.0, 3691.0, 3709.0, 3699.0, 3711.0, 3700.0, 3712.0, 3701.0, 3711.0, 3710.0, 3711.0, 3711.0, 3690.0, 3711.0, 3688.0, 3711.0, 3689.0, 3709.0, 3700.0, 3698.0, 3700.0, 3711.0, 3701.0, 3709.0, 3700.0, 3690.0, 3712.0, 3699.0, 3711.0, 3689.0, 3709.0, 3700.0, 3711.0, 3700.0, 3710.0, 3702.0, 3700.0, 3700.0, 3710.0, 3699.0, 3698.0, 3701.0, 3690.0, 3698.0, 3690.0, 3710.0, 3701.0, 3709.0, 3701.0, 3710.0, 3700.0, 3709.0, 3700.0, 3711.0, 3701.0, 3700.0, 3712.0, 3701.0, 3714.0, 3701.0, 3711.0, 3702.0, 3709.0, 3702.0, 3722.0, 3712.0, 3722.0, 3702.0, 3702.0, 3712.0, 3700.0, 3710.0, 3699.0, 3711.0, 3689.0, 3698.0, 3677.0, 3702.0, 3700.0, 3711.0, 3700.0, 3712.0, 3688.0, 3710.0, 3690.0, 3710.0, 3701.0, 3711.0, 3713.0, 3712.0, 3703.0, 3723.0, 3724.0, 3712.0], 'WindowWidth': [8428.0, 8403.0, 8390.0, 8356.0, 8363.0, 8346.0, 8342.0, 8343.0, 8326.0, 8340.0, 8305.0, 8340.0, 8319.0, 8333.0, 8305.0, 8321.0, 8304.0, 8322.0, 8319.0, 8333.0, 8324.0, 8338.0, 8325.0, 8333.0, 8327.0, 8336.0, 8322.0, 8322.0, 8336.0, 8319.0, 8340.0, 8318.0, 8338.0, 8303.0, 8321.0, 8304.0, 8321.0, 8302.0, 8336.0, 8320.0, 8333.0, 8323.0, 8318.0, 8323.0, 8319.0, 8321.0, 8335.0, 8326.0, 8330.0, 8323.0, 8334.0, 8324.0, 8320.0, 8322.0, 8316.0, 8324.0, 8318.0, 8336.0, 8301.0, 8318.0, 8290.0, 8321.0, 8304.0, 8335.0, 8322.0, 8317.0, 8324.0, 8318.0, 8326.0, 8336.0, 8323.0, 8332.0, 8321.0, 8319.0, 8323.0, 8319.0, 8337.0, 8291.0, 8334.0, 8321.0, 8320.0, 8338.0, 8338.0, 8325.0, 8337.0, 8327.0, 8336.0, 8345.0, 8339.0, 8343.0, 8325.0, 8339.0, 8310.0, 8328.0, 8310.0, 8340.0, 8327.0, 8339.0, 8326.0, 8338.0, 8344.0, 8340.0, 8327.0, 8337.0, 8323.0, 8321.0, 8323.0, 8319.0, 8341.0, 8308.0, 8339.0, 8327.0, 8321.0, 8328.0, 8339.0, 8343.0, 8341.0, 8342.0, 8342.0, 8348.0, 8341.0, 8351.0, 8330.0, 8343.0, 8347.0, 8327.0, 8330.0, 8344.0, 8330.0, 8340.0, 8326.0, 8322.0, 8345.0, 8338.0, 8342.0, 8326.0, 8339.0, 8330.0, 8342.0, 8350.0, 8365.0, 8347.0, 8343.0, 8345.0, 8341.0, 8348.0, 8330.0, 8345.0, 8315.0, 8341.0, 8342.0, 8357.0, 8343.0, 8353.0, 8340.0, 8335.0, 8345.0, 8334.0, 8336.0, 8308.0, 8322.0, 8304.0, 8340.0, 8323.0, 8336.0, 8324.0, 8335.0, 8322.0, 8328.0, 8322.0, 8333.0, 8303.0, 8304.0, 8321.0, 8307.0, 8339.0, 8338.0, 8339.0, 8342.0, 8353.0, 8327.0, 8335.0, 8329.0, 8341.0, 8340.0, 8312.0, 8338.0, 8341.0, 8357.0, 8327.0, 8340.0, 8343.0, 8321.0, 8345.0, 8326.0, 8342.0, 8333.0, 8340.0, 8342.0, 8340.0, 8346.0, 8357.0, 8346.0, 8340.0, 8344.0, 8338.0, 8346.0, 8340.0, 8347.0, 8342.0, 8363.0, 8339.0, 8351.0, 8336.0, 8350.0, 8334.0, 8352.0, 8350.0, 8364.0, 8352.0, 8362.0, 8351.0, 8362.0, 8339.0, 8339.0, 8326.0, 8308.0, 8328.0, 8308.0, 8322.0, 8312.0, 8321.0, 8325.0, 8340.0, 8326.0, 8334.0, 8341.0, 8357.0, 8327.0, 8337.0, 8326.0, 8337.0, 8322.0, 8335.0, 8323.0, 8318.0, 8325.0, 8337.0, 8341.0, 8311.0, 8341.0, 8331.0, 8343.0, 8344.0, 8344.0, 8329.0, 8338.0, 8344.0, 8325.0, 8349.0, 8344.0, 8349.0, 8331.0, 8343.0, 8317.0, 8329.0, 8311.0, 8326.0, 8312.0, 8323.0, 8327.0, 8324.0, 8327.0, 8340.0, 8326.0, 8336.0, 8341.0, 8337.0, 8341.0, 8340.0, 8342.0, 8342.0, 8345.0, 8329.0, 8344.0, 8329.0, 8343.0, 8343.0, 8345.0, 8347.0, 8341.0, 8329.0, 8341.0, 8327.0, 8319.0, 8330.0, 8326.0, 8327.0, 8337.0, 8344.0, 8357.0, 8343.0, 8335.0, 8327.0, 8345.0, 8345.0, 8324.0, 8344.0, 8328.0, 8342.0, 8333.0, 8342.0, 8345.0, 8340.0, 8325.0, 8335.0, 8325.0, 8336.0, 8325.0, 8334.0, 8320.0, 8320.0, 8307.0, 8318.0, 8321.0, 8320.0, 8320.0, 8301.0, 8318.0, 8303.0, 8325.0, 8303.0, 8336.0, 8308.0, 8333.0, 8323.0, 8337.0, 8327.0, 8339.0, 8322.0, 8317.0, 8308.0, 8334.0, 8322.0, 8333.0, 8323.0, 8317.0, 8322.0, 8301.0, 8321.0, 8286.0, 8321.0, 8307.0, 8319.0, 8324.0, 8356.0, 8325.0, 8337.0, 8324.0, 8321.0, 8340.0, 8320.0, 8340.0, 8310.0, 8336.0, 8308.0, 8336.0, 8323.0, 8341.0, 8345.0, 8337.0, 8343.0, 8335.0, 8348.0, 8329.0, 8329.0, 8321.0, 8342.0, 8325.0, 8339.0, 8309.0, 8339.0, 8311.0, 8345.0, 8320.0, 8324.0, 8304.0, 8303.0, 8286.0, 8304.0, 8300.0, 8320.0, 8301.0, 8316.0, 8284.0, 8316.0, 8298.0, 8320.0, 8304.0, 8319.0, 8301.0, 8320.0, 8304.0, 8320.0, 8290.0, 8319.0, 8321.0, 8321.0, 8324.0, 8324.0, 8326.0, 8339.0, 8325.0, 8324.0, 8340.0, 8329.0, 8347.0, 8334.0, 8345.0, 8334.0, 8347.0, 8326.0, 8347.0, 8328.0, 8330.0, 8314.0, 8326.0, 8311.0, 8345.0, 8320.0, 8326.0, 8315.0, 8327.0, 8313.0, 8342.0, 8324.0, 8343.0, 8330.0, 8342.0, 8326.0, 8340.0, 8311.0, 8336.0, 8326.0, 8344.0, 8332.0, 8340.0, 8327.0, 8344.0, 8328.0, 8344.0, 8344.0, 8363.0, 8349.0, 8339.0, 8332.0, 8342.0, 8346.0, 8341.0, 8350.0, 8331.0, 8346.0, 8326.0, 8354.0, 8345.0, 8348.0, 8333.0, 8348.0, 8332.0, 8348.0, 8350.0, 8344.0, 8356.0, 8363.0, 8353.0, 8362.0, 8368.0, 8364.0, 8372.0, 8338.0, 8365.0, 8336.0, 8368.0, 8337.0, 8351.0, 8351.0, 8346.0, 8356.0, 8367.0, 8360.0, 8364.0, 8358.0, 8352.0, 8368.0, 8332.0, 8371.0, 8352.0, 8367.0, 8334.0, 8356.0, 8348.0, 8353.0, 8353.0, 8362.0, 8355.0, 8366.0, 8355.0, 8348.0, 8354.0, 8349.0, 8341.0, 8340.0, 8339.0, 8338.0, 8354.0, 8352.0, 8363.0, 8357.0, 8354.0, 8372.0, 8366.0, 8371.0, 8352.0, 8364.0, 8355.0, 8353.0, 8361.0, 8353.0, 8354.0, 8365.0, 8339.0, 8347.0, 8339.0, 8351.0, 8351.0, 8347.0, 8339.0, 8360.0, 8367.0, 8345.0, 8366.0, 8334.0, 8362.0, 8354.0, 8369.0, 8353.0, 8363.0, 8356.0, 8366.0, 8350.0, 8363.0, 8347.0, 8350.0, 8353.0, 8332.0, 8353.0, 8336.0, 8349.0, 8333.0, 8350.0, 8350.0, 8364.0, 8351.0, 8364.0, 8356.0, 8367.0, 8354.0, 8366.0, 8356.0, 8364.0, 8352.0, 8344.0, 8332.0, 8328.0, 8354.0, 8349.0, 8367.0, 8337.0, 8345.0, 8353.0, 8350.0, 8355.0, 8364.0, 8353.0, 8349.0, 8337.0, 8351.0, 8357.0, 8336.0, 8352.0, 8338.0, 8335.0, 8334.0, 8327.0, 8334.0, 8347.0, 8339.0, 8355.0, 8335.0, 8346.0, 8351.0, 8340.0, 8363.0, 8337.0, 8348.0, 8334.0, 8349.0, 8351.0, 8360.0, 8351.0, 8346.0, 8334.0, 8360.0, 8347.0, 8342.0, 8334.0, 8325.0, 8319.0, 8328.0, 8350.0, 8341.0, 8348.0, 8336.0, 8349.0, 8350.0, 8362.0, 8354.0, 8364.0, 8352.0, 8351.0, 8339.0, 8348.0, 8354.0, 8336.0, 8348.0, 8338.0, 8365.0, 8349.0, 8364.0, 8353.0, 8334.0, 8353.0, 8337.0, 8373.0, 8354.0, 8369.0, 8356.0, 8366.0, 8355.0, 8371.0, 8356.0, 8363.0, 8337.0, 8322.0, 8351.0, 8335.0, 8349.0, 8353.0, 8366.0, 8355.0, 8349.0, 8341.0, 8365.0, 8356.0, 8348.0, 8352.0, 8334.0, 8349.0, 8318.0, 8353.0, 8329.0, 8350.0, 8314.0, 8342.0, 8311.0, 8342.0, 8328.0, 8357.0, 8346.0, 8358.0, 8348.0, 8361.0, 8347.0, 8360.0, 8350.0, 8340.0, 8346.0, 8340.0, 8332.0, 8344.0, 8349.0, 8341.0, 8346.0, 8315.0, 8346.0, 8331.0, 8365.0, 8346.0, 8362.0, 8351.0, 8348.0, 8349.0, 8347.0, 8350.0, 8347.0, 8347.0, 8340.0, 8347.0, 8359.0, 8348.0, 8329.0, 8344.0, 8316.0, 8347.0, 8347.0, 8359.0, 8350.0, 8357.0, 8348.0, 8341.0, 8333.0, 8340.0, 8326.0, 8324.0, 8327.0, 8312.0, 8344.0, 8326.0, 8339.0, 8344.0, 8343.0, 8331.0, 8360.0, 8343.0, 8345.0, 8345.0, 8311.0, 8346.0, 8329.0, 8342.0, 8313.0, 8339.0, 8327.0, 8341.0, 8327.0, 8358.0, 8329.0, 8341.0, 8308.0, 8325.0, 8347.0, 8321.0, 8341.0, 8325.0, 8342.0, 8311.0, 8339.0, 8310.0, 8335.0, 8337.0, 8311.0, 8339.0, 8330.0, 8341.0, 8326.0, 8341.0, 8322.0, 8320.0, 8312.0, 8336.0, 8321.0, 8337.0, 8324.0, 8318.0, 8309.0, 8335.0, 8324.0, 8318.0, 8322.0, 8301.0, 8337.0, 8320.0, 8340.0, 8308.0, 8334.0, 8310.0, 8337.0, 8326.0, 8343.0, 8339.0, 8361.0, 8347.0, 8334.0, 8330.0, 8341.0, 8325.0, 8325.0, 8329.0, 8308.0, 8345.0, 8327.0, 8343.0, 8327.0, 8339.0, 8328.0, 8342.0, 8341.0, 8357.0, 8345.0, 8339.0, 8331.0, 8341.0, 8344.0, 8341.0, 8326.0, 8307.0, 8339.0, 8322.0, 8344.0, 8312.0, 8339.0, 8311.0, 8335.0, 8322.0, 8338.0, 8326.0, 8340.0, 8327.0, 8338.0, 8339.0, 8338.0, 8341.0, 8309.0, 8339.0, 8306.0, 8342.0, 8305.0, 8332.0, 8321.0, 8315.0, 8322.0, 8340.0, 8325.0, 8334.0, 8323.0, 8307.0, 8342.0, 8319.0, 8340.0, 8308.0, 8333.0, 8324.0, 8338.0, 8325.0, 8337.0, 8328.0, 8322.0, 8323.0, 8335.0, 8322.0, 8316.0, 8324.0, 8307.0, 8319.0, 8308.0, 8337.0, 8326.0, 8335.0, 8325.0, 8337.0, 8324.0, 8333.0, 8325.0, 8339.0, 8326.0, 8324.0, 8343.0, 8325.0, 8351.0, 8325.0, 8340.0, 8330.0, 8335.0, 8330.0, 8357.0, 8343.0, 8355.0, 8328.0, 8327.0, 8341.0, 8322.0, 8338.0, 8319.0, 8338.0, 8307.0, 8319.0, 8289.0, 8327.0, 8321.0, 8342.0, 8321.0, 8342.0, 8304.0, 8338.0, 8308.0, 8339.0, 8325.0, 8342.0, 8345.0, 8343.0, 8335.0, 8359.0, 8363.0, 8344.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.0001667032967032967</td></tr>
<tr><td colspan=3>aqi</td><td>0.02599343681318681</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.069595525808566</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2050835973927394</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9697533501650163</td></tr>
<tr><td colspan=3>efc</td><td>0.4437</td></tr>
<tr><td colspan=3>fber</td><td>7902.5112</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08148670430981467</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.43956043956043955</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5806961588173554</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.47182285015806</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9126101123761456</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.357655513917861</td></tr>
<tr><td colspan=3>gcor</td><td>0.00633076</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019976889714598656</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02198932319879532</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>910</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.783726688293145</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>61.25</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>25.5219</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>128.5803</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>35.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308269.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>620.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>272.0888</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.278</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>432.9604</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2924.2362</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3139.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68275.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>858.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3796.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>829.5993</td></tr>
<tr><td colspan=3>tsnr</td><td>41.229454681277275</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>