<?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-0038_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-0038_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-0038_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-0038/figures/sub-0038_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0038/figures/sub-0038_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-0038/figures/sub-0038_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038/ses-02/func/sub-0038_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>34d18fac128f3845d927c1ea88681449</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>10:56:36.555000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999042, 0.0165122, 0.0405219, -0.0186593, 0.99841, 0.0531922]</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.0719628</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>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4151, -7758, -7268, 580, -112, -211, -23, 100]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.28</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9af4ee12-3a83-4e7b-a235-39c44ea0bfe2||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6803572177886963, -0.05006156489253044, 0.10686357319355011, 110.32943725585938], [-0.04430115222930908, 2.6786608695983887, 0.145522803068161, -93.91531372070312], [0.1087171733379364, -0.14271070063114166, 2.6939568519592285, -77.9487533569336], [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': ['105636.555000', '105637.015000', '105637.475000', '105637.935000', '105638.395000', '105638.855000', '105639.315000', '105639.775000', '105640.235000', '105640.695000', '105641.155000', '105641.615000', '105642.075000', '105642.535000', '105642.995000', '105643.455000', '105643.915000', '105644.375000', '105644.835000', '105645.295000', '105645.755000', '105646.215000', '105646.675000', '105647.135000', '105647.595000', '105648.055000', '105648.515000', '105648.975000', '105649.435000', '105649.895000', '105650.355000', '105650.815000', '105651.275000', '105651.735000', '105652.195000', '105652.655000', '105653.115000', '105653.575000', '105654.035000', '105654.495000', '105654.955000', '105655.415000', '105655.875000', '105656.335000', '105656.795000', '105657.255000', '105657.715000', '105658.175000', '105658.635000', '105659.095000', '105659.555000', '105700.015000', '105700.475000', '105700.935000', '105701.395000', '105701.855000', '105702.315000', '105702.775000', '105703.235000', '105703.695000', '105704.155000', '105704.615000', '105705.075000', '105705.535000', '105705.995000', '105706.455000', '105706.915000', '105707.375000', '105707.835000', '105708.295000', '105708.755000', '105709.215000', '105709.675000', '105710.135000', '105710.595000', '105711.055000', '105711.515000', '105711.975000', '105712.435000', '105712.895000', '105713.355000', '105713.815000', '105714.275000', '105714.735000', '105715.195000', '105715.655000', '105716.115000', '105716.575000', '105717.035000', '105717.495000', '105717.955000', '105718.415000', '105718.875000', '105719.335000', '105719.795000', '105720.255000', '105720.715000', '105721.175000', '105721.635000', '105722.095000', '105722.555000', '105723.015000', '105723.475000', '105723.935000', '105724.395000', '105724.855000', '105725.315000', '105725.775000', '105726.235000', '105726.695000', '105727.155000', '105727.615000', '105728.075000', '105728.535000', '105728.995000', '105729.455000', '105729.915000', '105730.375000', '105730.835000', '105731.295000', '105731.755000', '105732.215000', '105732.675000', '105733.135000', '105733.595000', '105734.055000', '105734.515000', '105734.975000', '105735.435000', '105735.895000', '105736.355000', '105736.815000', '105737.275000', '105737.735000', '105738.195000', '105738.655000', '105739.115000', '105739.575000', '105740.035000', '105740.495000', '105740.955000', '105741.415000', '105741.875000', '105742.335000', '105742.795000', '105743.255000', '105743.715000', '105744.175000', '105744.635000', '105745.095000', '105745.555000', '105746.015000', '105746.475000', '105746.935000', '105747.395000', '105747.855000', '105748.315000', '105748.775000', '105749.235000', '105749.695000', '105750.155000', '105750.615000', '105751.075000', '105751.535000', '105751.995000', '105752.455000', '105752.915000', '105753.375000', '105753.835000', '105754.295000', '105754.755000', '105755.215000', '105755.675000', '105756.135000', '105756.595000', '105757.055000', '105757.515000', '105757.975000', '105758.435000', '105758.895000', '105759.355000', '105759.815000', '105800.275000', '105800.735000', '105801.195000', '105801.655000', '105802.115000', '105802.575000', '105803.035000', '105803.495000', '105803.955000', '105804.415000', '105804.875000', '105805.335000', '105805.795000', '105806.255000', '105806.715000', '105807.175000', '105807.635000', '105808.095000', '105808.555000', '105809.015000', '105809.475000', '105809.935000', '105810.395000', '105810.855000', '105811.315000', '105811.775000', '105812.235000', '105812.695000', '105813.155000', '105813.615000', '105814.075000', '105814.535000', '105814.995000', '105815.455000', '105815.915000', '105816.375000', '105816.835000', '105817.295000', '105817.755000', '105818.215000', '105818.675000', '105819.135000', '105819.595000', '105820.055000', '105820.515000', '105820.975000', '105821.435000', '105821.895000', '105822.355000', '105822.815000', '105823.275000', '105823.735000', '105824.195000', '105824.655000', '105825.115000', '105825.575000', '105826.035000', '105826.495000', '105826.955000', '105827.415000', '105827.875000', '105828.335000', '105828.795000', '105829.255000', '105829.715000', '105830.175000', '105830.635000', '105831.095000', '105831.555000', '105832.015000', '105832.475000', '105832.935000', '105833.395000', '105833.855000', '105834.315000', '105834.775000', '105835.235000', '105835.695000', '105836.155000', '105836.615000', '105837.075000', '105837.535000', '105837.995000', '105838.455000', '105838.915000', '105839.375000', '105839.835000', '105840.295000', '105840.755000', '105841.215000', '105841.675000', '105842.135000', '105842.595000', '105843.055000', '105843.515000', '105843.975000', '105844.435000', '105844.895000', '105845.355000', '105845.815000', '105846.275000', '105846.735000', '105847.195000', '105847.655000', '105848.115000', '105848.575000', '105849.035000', '105849.495000', '105849.955000', '105850.415000', '105850.875000', '105851.335000', '105851.795000', '105852.255000', '105852.715000', '105853.175000', '105853.635000', '105854.095000', '105854.555000', '105855.015000', '105855.475000', '105855.935000', '105856.395000', '105856.855000', '105857.315000', '105857.775000', '105858.235000', '105858.695000', '105859.155000', '105859.615000', '105900.075000', '105900.535000', '105900.995000', '105901.455000', '105901.915000', '105902.375000', '105902.835000', '105903.295000', '105903.755000', '105904.215000', '105904.675000', '105905.135000', '105905.595000', '105906.055000', '105906.515000', '105906.975000', '105907.435000', '105907.895000', '105908.355000', '105908.815000', '105909.275000', '105909.735000', '105910.195000', '105910.655000', '105911.115000', '105911.575000', '105912.035000', '105912.495000', '105912.955000', '105913.415000', '105913.875000', '105914.335000', '105914.795000', '105915.255000', '105915.715000', '105916.175000', '105916.635000', '105917.095000', '105917.555000', '105918.015000', '105918.475000', '105918.935000', '105919.395000', '105919.855000', '105920.315000', '105920.775000', '105921.235000', '105921.695000', '105922.155000', '105922.615000', '105923.075000', '105923.535000', '105923.995000', '105924.455000', '105924.915000', '105925.375000', '105925.835000', '105926.295000', '105926.755000', '105927.215000', '105927.675000', '105928.135000', '105928.595000', '105929.055000', '105929.515000', '105929.975000', '105930.435000', '105930.895000', '105931.355000', '105931.815000', '105932.275000', '105932.735000', '105933.195000', '105933.655000', '105934.115000', '105934.575000', '105935.035000', '105935.495000', '105935.955000', '105936.415000', '105936.875000', '105937.335000', '105937.795000', '105938.255000', '105938.715000', '105939.175000', '105939.635000', '105940.095000', '105940.555000', '105941.015000', '105941.475000', '105941.935000', '105942.395000', '105942.855000', '105943.315000', '105943.775000', '105944.235000', '105944.695000', '105945.155000', '105945.615000', '105946.075000', '105946.535000', '105946.995000', '105947.455000', '105947.915000', '105948.375000', '105948.835000', '105949.295000', '105949.755000', '105950.215000', '105950.675000', '105951.135000', '105951.595000', '105952.055000', '105952.515000', '105952.975000', '105953.435000', '105953.895000', '105954.355000', '105954.815000', '105955.275000', '105955.735000', '105956.195000', '105956.655000', '105957.115000', '105957.575000', '105958.035000', '105958.495000', '105958.955000', '105959.415000', '105959.875000', '110000.335000', '110000.795000', '110001.255000', '110001.715000', '110002.175000', '110002.635000', '110003.095000', '110003.555000', '110004.015000', '110004.475000', '110004.935000', '110005.395000', '110005.855000', '110006.315000', '110006.775000', '110007.235000', '110007.695000', '110008.155000', '110008.615000', '110009.075000', '110009.535000', '110009.995000', '110010.455000', '110010.915000', '110011.375000', '110011.835000', '110012.295000', '110012.755000', '110013.215000', '110013.675000', '110014.135000', '110014.595000', '110015.055000', '110015.515000', '110015.975000', '110016.435000', '110016.895000', '110017.355000', '110017.815000', '110018.275000', '110018.735000', '110019.195000', '110019.655000', '110020.115000', '110020.575000', '110021.035000', '110021.495000', '110021.955000', '110022.415000', '110022.875000', '110023.335000', '110023.795000', '110024.255000', '110024.715000', '110025.175000', '110025.635000', '110026.095000', '110026.555000', '110027.015000', '110027.475000', '110027.935000', '110028.395000', '110028.855000', '110029.315000', '110029.775000', '110030.235000', '110030.695000', '110031.155000', '110031.615000', '110032.075000', '110032.535000', '110032.995000', '110033.455000', '110033.915000', '110034.375000', '110034.835000', '110035.295000', '110035.755000', '110036.215000', '110036.675000', '110037.135000', '110037.595000', '110038.055000', '110038.515000', '110038.975000', '110039.435000', '110039.895000', '110040.355000', '110040.815000', '110041.275000', '110041.735000', '110042.195000', '110042.655000', '110043.115000', '110043.575000', '110044.035000', '110044.495000', '110044.955000', '110045.415000', '110045.875000', '110046.335000', '110046.795000', '110047.255000', '110047.715000', '110048.175000', '110048.635000', '110049.095000', '110049.555000', '110050.015000', '110050.475000', '110050.935000', '110051.395000', '110051.855000', '110052.315000', '110052.775000', '110053.235000', '110053.695000', '110054.155000', '110054.615000', '110055.075000', '110055.535000', '110055.995000', '110056.455000', '110056.915000', '110057.375000', '110057.835000', '110058.295000', '110058.755000', '110059.215000', '110059.675000', '110100.135000', '110100.595000', '110101.055000', '110101.515000', '110101.975000', '110102.435000', '110102.895000', '110103.355000', '110103.815000', '110104.275000', '110104.735000', '110105.195000', '110105.655000', '110106.115000', '110106.575000', '110107.035000', '110107.495000', '110107.955000', '110108.415000', '110108.875000', '110109.335000', '110109.795000', '110110.255000', '110110.715000', '110111.175000', '110111.635000', '110112.095000', '110112.555000', '110113.015000', '110113.475000', '110113.935000', '110114.395000', '110114.855000', '110115.315000', '110115.775000', '110116.235000', '110116.695000', '110117.155000', '110117.615000', '110118.075000', '110118.535000', '110118.995000', '110119.455000', '110119.915000', '110120.375000', '110120.835000', '110121.295000', '110121.755000', '110122.215000', '110122.675000', '110123.135000', '110123.595000', '110124.055000', '110124.515000', '110124.975000', '110125.435000', '110125.895000', '110126.355000', '110126.815000', '110127.275000', '110127.735000', '110128.195000', '110128.655000', '110129.115000', '110129.575000', '110130.035000', '110130.495000', '110130.955000', '110131.415000', '110131.875000', '110132.335000', '110132.795000', '110133.255000', '110133.715000', '110134.175000', '110134.635000', '110135.095000', '110135.555000', '110136.015000', '110136.475000', '110136.935000', '110137.395000', '110137.855000', '110138.315000', '110138.775000', '110139.235000', '110139.695000', '110140.155000', '110140.615000', '110141.075000', '110141.535000', '110141.995000', '110142.455000', '110142.915000', '110143.375000', '110143.835000', '110144.295000', '110144.755000', '110145.215000', '110145.675000', '110146.135000', '110146.595000', '110147.055000', '110147.515000', '110147.975000', '110148.435000', '110148.895000', '110149.355000', '110149.815000', '110150.275000', '110150.735000', '110151.195000', '110151.655000', '110152.115000', '110152.575000', '110153.035000', '110153.495000', '110153.955000', '110154.415000', '110154.875000', '110155.335000', '110155.795000', '110156.255000', '110156.715000', '110157.175000', '110157.635000', '110158.095000', '110158.555000', '110159.015000', '110159.475000', '110159.935000', '110200.395000', '110200.855000', '110201.315000', '110201.775000', '110202.235000', '110202.695000', '110203.155000', '110203.615000', '110204.075000', '110204.535000', '110204.995000', '110205.455000', '110205.915000', '110206.375000', '110206.835000', '110207.295000', '110207.755000', '110208.215000', '110208.675000', '110209.135000', '110209.595000', '110210.055000', '110210.515000', '110210.975000', '110211.435000', '110211.895000', '110212.355000', '110212.815000', '110213.275000', '110213.735000', '110214.195000', '110214.655000', '110215.115000', '110215.575000', '110216.035000', '110216.495000', '110216.955000', '110217.415000', '110217.875000', '110218.335000', '110218.795000', '110219.255000', '110219.715000', '110220.175000', '110220.635000', '110221.095000', '110221.555000', '110222.015000', '110222.475000', '110222.935000', '110223.395000', '110223.855000', '110224.315000', '110224.775000', '110225.235000', '110225.695000', '110226.155000', '110226.615000', '110227.075000', '110227.535000', '110227.995000', '110228.455000', '110228.915000', '110229.375000', '110229.835000', '110230.295000', '110230.755000', '110231.215000', '110231.675000', '110232.135000', '110232.595000', '110233.055000', '110233.515000', '110233.975000', '110234.435000', '110234.895000', '110235.355000', '110235.815000', '110236.275000', '110236.735000', '110237.195000', '110237.655000', '110238.115000', '110238.575000', '110239.035000', '110239.495000', '110239.955000', '110240.415000', '110240.875000', '110241.335000', '110241.795000', '110242.255000', '110242.715000', '110243.175000', '110243.635000', '110244.095000', '110244.555000', '110245.015000', '110245.475000', '110245.935000', '110246.395000', '110246.855000', '110247.315000', '110247.775000', '110248.235000', '110248.695000', '110249.155000', '110249.615000', '110250.075000', '110250.535000', '110250.995000', '110251.455000', '110251.915000', '110252.375000', '110252.835000', '110253.295000', '110253.755000', '110254.215000', '110254.675000', '110255.135000', '110255.595000', '110256.055000', '110256.515000', '110256.975000', '110257.435000', '110257.895000', '110258.355000', '110258.815000', '110259.275000', '110259.735000', '110300.195000', '110300.655000', '110301.115000', '110301.575000', '110302.035000', '110302.495000', '110302.955000', '110303.415000', '110303.875000', '110304.335000', '110304.795000', '110305.255000', '110305.715000', '110306.175000', '110306.635000', '110307.095000', '110307.555000', '110308.015000', '110308.475000', '110308.935000', '110309.395000', '110309.855000', '110310.315000', '110310.775000', '110311.235000', '110311.695000', '110312.155000', '110312.615000', '110313.075000', '110313.535000', '110313.995000', '110314.455000', '110314.915000', '110315.375000', '110315.835000', '110316.295000', '110316.755000', '110317.215000', '110317.675000', '110318.135000', '110318.595000', '110319.055000', '110319.515000', '110319.975000', '110320.435000', '110320.895000', '110321.355000', '110321.815000', '110322.275000', '110322.735000', '110323.195000', '110323.655000', '110324.115000', '110324.575000', '110325.035000', '110325.495000', '110325.955000', '110326.415000', '110326.875000', '110327.335000', '110327.795000', '110328.255000', '110328.715000', '110329.175000', '110329.635000', '110330.095000', '110330.555000', '110331.015000', '110331.475000', '110331.935000', '110332.395000', '110332.855000', '110333.315000', '110333.775000', '110334.235000', '110334.695000', '110335.155000', '110335.615000', '110336.075000', '110336.535000'], 'ContentTime': ['105701.227000', '105701.230000', '105701.233000', '105701.236000', '105701.251000', '105701.254000', '105701.257000', '105701.260000', '105701.263000', '105701.266000', '105701.269000', '105701.272000', '105701.275000', '105701.279000', '105701.282000', '105701.285000', '105701.288000', '105701.296000', '105701.299000', '105701.302000', '105701.306000', '105701.309000', '105701.312000', '105701.314000', '105701.318000', '105701.321000', '105701.324000', '105701.327000', '105701.330000', '105701.333000', '105701.336000', '105701.339000', '105701.342000', '105701.345000', '105701.348000', '105701.351000', '105701.354000', '105701.357000', '105701.360000', '105701.363000', '105701.366000', '105701.369000', '105701.372000', '105701.375000', '105701.378000', '105701.381000', '105701.384000', '105701.387000', '105701.390000', '105701.393000', '105701.396000', '105701.399000', '105721.185000', '105721.188000', '105721.191000', '105721.194000', '105721.197000', '105721.200000', '105721.203000', '105721.206000', '105721.209000', '105721.212000', '105721.215000', '105721.217000', '105721.220000', '105721.223000', '105721.226000', '105721.229000', '105721.232000', '105721.235000', '105721.238000', '105721.241000', '105721.244000', '105721.247000', '105721.250000', '105721.252000', '105721.255000', '105721.258000', '105721.261000', '105721.264000', '105721.267000', '105721.271000', '105721.276000', '105721.279000', '105721.289000', '105721.292000', '105721.295000', '105721.298000', '105721.301000', '105721.304000', '105721.307000', '105721.310000', '105721.312000', '105721.315000', '105721.318000', '105741.185000', '105741.188000', '105741.191000', '105741.194000', '105741.197000', '105741.200000', '105741.203000', '105741.206000', '105741.208000', '105741.211000', '105741.214000', '105741.217000', '105741.220000', '105741.223000', '105741.226000', '105741.229000', '105741.232000', '105741.235000', '105741.238000', '105741.240000', '105741.243000', '105741.246000', '105741.249000', '105741.252000', '105741.255000', '105741.258000', '105741.261000', '105741.264000', '105741.267000', '105741.269000', '105741.272000', '105741.275000', '105741.278000', '105741.281000', '105741.287000', '105741.290000', '105741.293000', '105741.296000', '105741.299000', '105741.302000', '105741.305000', '105741.308000', '105741.311000', '105741.314000', '105801.185000', '105801.188000', '105801.191000', '105801.194000', '105801.197000', '105801.200000', '105801.202000', '105801.205000', '105801.208000', '105801.211000', '105801.214000', '105801.217000', '105801.220000', '105801.223000', '105801.226000', '105801.229000', '105801.256000', '105801.259000', '105801.262000', '105801.265000', '105801.268000', '105801.271000', '105801.274000', '105801.277000', '105801.280000', '105801.282000', '105801.292000', '105801.295000', '105801.299000', '105801.304000', '105801.307000', '105801.310000', '105801.313000', '105801.316000', '105801.319000', '105801.322000', '105801.325000', '105801.328000', '105801.331000', '105801.333000', '105801.336000', '105801.339000', '105801.342000', '105821.185000', '105821.188000', '105821.191000', '105821.194000', '105821.197000', '105821.200000', '105821.203000', '105821.206000', '105821.208000', '105821.212000', '105821.214000', '105821.217000', '105821.220000', '105821.223000', '105821.226000', '105821.229000', '105821.232000', '105821.235000', '105821.238000', '105821.241000', '105821.244000', '105821.247000', '105821.250000', '105821.253000', '105821.256000', '105821.259000', '105821.261000', '105821.264000', '105821.267000', '105821.270000', '105821.273000', '105821.276000', '105821.279000', '105821.282000', '105821.285000', '105821.287000', '105821.290000', '105821.293000', '105821.296000', '105821.299000', '105821.302000', '105821.305000', '105821.308000', '105821.311000', '105841.186000', '105841.189000', '105841.192000', '105841.195000', '105841.198000', '105841.201000', '105841.203000', '105841.206000', '105841.209000', '105841.212000', '105841.215000', '105841.218000', '105841.221000', '105841.224000', '105841.227000', '105841.230000', '105841.233000', '105841.236000', '105841.239000', '105841.242000', '105841.244000', '105841.247000', '105841.250000', '105841.253000', '105841.256000', '105841.259000', '105841.262000', '105841.265000', '105841.268000', '105841.271000', '105841.273000', '105841.276000', '105841.279000', '105841.282000', '105841.285000', '105841.288000', '105841.291000', '105841.294000', '105841.296000', '105841.299000', '105841.302000', '105841.305000', '105841.308000', '105901.186000', '105901.189000', '105901.192000', '105901.195000', '105901.198000', '105901.201000', '105901.203000', '105901.206000', '105901.209000', '105901.212000', '105901.215000', '105901.218000', '105901.221000', '105901.224000', '105901.227000', '105901.230000', '105901.233000', '105901.236000', '105901.239000', '105901.242000', '105901.245000', '105901.248000', '105901.250000', '105901.253000', '105901.256000', '105901.259000', '105901.262000', '105901.265000', '105901.268000', '105901.271000', '105901.274000', '105901.277000', '105901.280000', '105901.283000', '105901.286000', '105901.289000', '105901.292000', '105901.294000', '105901.297000', '105901.300000', '105901.303000', '105901.306000', '105901.309000', '105901.312000', '105921.186000', '105921.189000', '105921.192000', '105921.195000', '105921.198000', '105921.201000', '105921.204000', '105921.207000', '105921.209000', '105921.212000', '105921.215000', '105921.218000', '105921.221000', '105921.224000', '105921.227000', '105921.230000', '105921.233000', '105921.236000', '105921.245000', '105921.248000', '105921.251000', '105921.254000', '105921.257000', '105921.260000', '105921.263000', '105921.265000', '105921.269000', '105921.271000', '105921.275000', '105921.278000', '105921.281000', '105921.284000', '105921.287000', '105921.290000', '105921.293000', '105921.296000', '105921.299000', '105921.302000', '105921.305000', '105921.308000', '105921.311000', '105921.314000', '105921.317000', '105941.185000', '105941.188000', '105941.191000', '105941.199000', '105941.202000', '105941.204000', '105941.207000', '105941.210000', '105941.213000', '105941.216000', '105941.219000', '105941.222000', '105941.239000', '105941.242000', '105941.245000', '105941.256000', '105941.259000', '105941.262000', '105941.265000', '105941.268000', '105941.271000', '105941.273000', '105941.276000', '105941.279000', '105941.282000', '105941.285000', '105941.288000', '105941.291000', '105941.294000', '105941.297000', '105941.300000', '105941.303000', '105941.306000', '105941.309000', '105941.312000', '105941.315000', '105941.318000', '105941.321000', '105941.323000', '105941.326000', '105941.329000', '105941.332000', '105941.335000', '105941.338000', '110001.185000', '110001.188000', '110001.191000', '110001.194000', '110001.197000', '110001.200000', '110001.203000', '110001.206000', '110001.208000', '110001.211000', '110001.215000', '110001.217000', '110001.220000', '110001.223000', '110001.226000', '110001.229000', '110001.235000', '110001.238000', '110001.241000', '110001.244000', '110001.247000', '110001.250000', '110001.253000', '110001.256000', '110001.259000', '110001.262000', '110001.265000', '110001.268000', '110001.270000', '110001.273000', '110001.276000', '110001.279000', '110001.282000', '110001.285000', '110001.288000', '110001.291000', '110001.294000', '110001.297000', '110001.299000', '110001.302000', '110001.305000', '110001.308000', '110001.311000', '110021.185000', '110021.188000', '110021.191000', '110021.194000', '110021.197000', '110021.200000', '110021.203000', '110021.205000', '110021.208000', '110021.211000', '110021.214000', '110021.217000', '110021.220000', '110021.223000', '110021.226000', '110021.229000', '110021.232000', '110021.235000', '110021.238000', '110021.241000', '110021.244000', '110021.246000', '110021.250000', '110021.252000', '110021.255000', '110021.258000', '110021.261000', '110021.264000', '110021.267000', '110021.270000', '110021.273000', '110021.276000', '110021.279000', '110021.282000', '110021.285000', '110021.288000', '110021.290000', '110021.293000', '110021.296000', '110021.299000', '110021.302000', '110021.305000', '110021.308000', '110021.311000', '110041.185000', '110041.188000', '110041.191000', '110041.194000', '110041.197000', '110041.200000', '110041.203000', '110041.206000', '110041.209000', '110041.212000', '110041.215000', '110041.217000', '110041.221000', '110041.223000', '110041.226000', '110041.229000', '110041.232000', '110041.235000', '110041.238000', '110041.241000', '110041.244000', '110041.247000', '110041.250000', '110041.253000', '110041.256000', '110041.259000', '110041.262000', '110041.265000', '110041.268000', '110041.270000', '110041.273000', '110041.276000', '110041.279000', '110041.282000', '110041.285000', '110041.288000', '110041.291000', '110041.294000', '110041.297000', '110041.299000', '110041.302000', '110041.305000', '110041.308000', '110101.186000', '110101.189000', '110101.192000', '110101.195000', '110101.198000', '110101.201000', '110101.204000', '110101.207000', '110101.210000', '110101.213000', '110101.216000', '110101.218000', '110101.221000', '110101.224000', '110101.227000', '110101.230000', '110101.233000', '110101.236000', '110101.239000', '110101.242000', '110101.245000', '110101.248000', '110101.251000', '110101.254000', '110101.257000', '110101.260000', '110101.262000', '110101.265000', '110101.268000', '110101.271000', '110101.274000', '110101.277000', '110101.280000', '110101.283000', '110101.286000', '110101.288000', '110101.291000', '110101.311000', '110101.314000', '110101.317000', '110101.320000', '110101.323000', '110101.326000', '110101.329000', '110121.186000', '110121.189000', '110121.192000', '110121.195000', '110121.198000', '110121.201000', '110121.204000', '110121.207000', '110121.210000', '110121.212000', '110121.215000', '110121.218000', '110121.221000', '110121.224000', '110121.227000', '110121.230000', '110121.233000', '110121.236000', '110121.239000', '110121.242000', '110121.245000', '110121.247000', '110121.250000', '110121.253000', '110121.256000', '110121.259000', '110121.262000', '110121.265000', '110121.268000', '110121.271000', '110121.274000', '110121.277000', '110121.279000', '110121.282000', '110121.285000', '110121.288000', '110121.291000', '110121.294000', '110121.297000', '110121.300000', '110121.303000', '110121.306000', '110121.308000', '110141.186000', '110141.189000', '110141.192000', '110141.195000', '110141.204000', '110141.207000', '110141.210000', '110141.213000', '110141.216000', '110141.219000', '110141.221000', '110141.224000', '110141.228000', '110141.230000', '110141.233000', '110141.236000', '110141.239000', '110141.242000', '110141.245000', '110141.248000', '110141.251000', '110141.254000', '110141.257000', '110141.260000', '110141.263000', '110141.266000', '110141.269000', '110141.271000', '110141.274000', '110141.277000', '110141.280000', '110141.283000', '110141.286000', '110141.289000', '110141.292000', '110141.295000', '110141.300000', '110141.303000', '110141.306000', '110141.309000', '110141.312000', '110141.315000', '110141.318000', '110201.185000', '110201.188000', '110201.191000', '110201.194000', '110201.197000', '110201.200000', '110201.203000', '110201.206000', '110201.209000', '110201.211000', '110201.214000', '110201.217000', '110201.220000', '110201.223000', '110201.226000', '110201.229000', '110201.232000', '110201.235000', '110201.238000', '110201.249000', '110201.252000', '110201.255000', '110201.258000', '110201.261000', '110201.264000', '110201.267000', '110201.269000', '110201.272000', '110201.275000', '110201.278000', '110201.281000', '110201.284000', '110201.287000', '110201.290000', '110201.293000', '110201.296000', '110201.299000', '110201.301000', '110201.304000', '110201.307000', '110201.310000', '110201.313000', '110201.316000', '110201.319000', '110221.185000', '110221.202000', '110221.205000', '110221.208000', '110221.211000', '110221.214000', '110221.217000', '110221.220000', '110221.223000', '110221.226000', '110221.229000', '110221.232000', '110221.235000', '110221.237000', '110221.240000', '110221.243000', '110221.246000', '110221.249000', '110221.252000', '110221.255000', '110221.258000', '110221.261000', '110221.264000', '110221.267000', '110221.270000', '110221.273000', '110221.275000', '110221.278000', '110221.281000', '110221.284000', '110221.287000', '110221.290000', '110221.293000', '110221.296000', '110221.299000', '110221.302000', '110221.305000', '110221.308000', '110221.311000', '110221.314000', '110221.317000', '110221.320000', '110221.323000', '110241.185000', '110241.188000', '110241.191000', '110241.194000', '110241.208000', '110241.211000', '110241.214000', '110241.217000', '110241.219000', '110241.222000', '110241.225000', '110241.228000', '110241.231000', '110241.234000', '110241.237000', '110241.240000', '110241.243000', '110241.246000', '110241.249000', '110241.252000', '110241.255000', '110241.257000', '110241.260000', '110241.263000', '110241.266000', '110241.269000', '110241.272000', '110241.275000', '110241.278000', '110241.281000', '110241.284000', '110241.287000', '110241.289000', '110241.292000', '110241.295000', '110241.298000', '110241.301000', '110241.304000', '110241.307000', '110241.310000', '110241.313000', '110241.316000', '110241.319000', '110241.322000', '110301.185000', '110301.188000', '110301.191000', '110301.194000', '110301.197000', '110301.200000', '110301.203000', '110301.206000', '110301.209000', '110301.212000', '110301.215000', '110301.217000', '110301.221000', '110301.223000', '110301.226000', '110301.229000', '110301.232000', '110301.235000', '110301.238000', '110301.241000', '110301.244000', '110301.247000', '110301.250000', '110301.253000', '110301.257000', '110301.260000', '110301.263000', '110301.266000', '110301.268000', '110301.271000', '110301.274000', '110301.277000', '110301.280000', '110301.283000', '110301.286000', '110301.289000', '110301.292000', '110301.295000', '110301.298000', '110301.301000', '110301.303000', '110301.306000', '110301.309000', '110321.186000', '110321.189000', '110321.192000', '110321.195000', '110321.198000', '110321.201000', '110321.204000', '110321.207000', '110321.210000', '110321.213000', '110321.216000', '110321.219000', '110321.221000', '110321.224000', '110321.227000', '110321.230000', '110321.233000', '110321.236000', '110321.239000', '110321.242000', '110321.249000', '110321.252000', '110321.255000', '110321.258000', '110321.260000', '110321.263000', '110321.266000', '110321.269000', '110321.272000', '110321.275000', '110321.278000', '110321.281000', '110321.284000', '110321.287000', '110321.290000', '110321.292000', '110321.295000', '110321.298000', '110321.301000', '110321.304000', '110321.307000', '110321.310000', '110321.313000', '110321.316000', '110337.610000', '110337.614000', '110337.616000', '110337.619000', '110337.622000', '110337.625000', '110337.628000', '110337.631000', '110337.634000', '110337.637000', '110337.640000', '110337.643000', '110337.646000', '110337.649000', '110337.652000', '110337.654000', '110337.657000', '110337.660000', '110337.663000', '110337.666000', '110337.669000', '110337.672000', '110337.675000', '110337.678000', '110337.681000', '110337.684000', '110337.687000', '110337.690000', '110337.692000', '110337.695000', '110337.698000', '110337.701000', '110337.704000', '110337.707000', '110337.710000', '110337.713000'], 'InstanceCreationTime': ['105701.227000', '105701.230000', '105701.233000', '105701.236000', '105701.251000', '105701.254000', '105701.257000', '105701.260000', '105701.263000', '105701.266000', '105701.269000', '105701.272000', '105701.275000', '105701.279000', '105701.282000', '105701.285000', '105701.288000', '105701.296000', '105701.299000', '105701.302000', '105701.306000', '105701.309000', '105701.312000', '105701.314000', '105701.318000', '105701.321000', '105701.324000', '105701.327000', '105701.330000', '105701.333000', '105701.336000', '105701.339000', '105701.342000', '105701.345000', '105701.348000', '105701.351000', '105701.354000', '105701.357000', '105701.360000', '105701.363000', '105701.366000', '105701.369000', '105701.372000', '105701.375000', '105701.378000', '105701.381000', '105701.384000', '105701.387000', '105701.390000', '105701.393000', '105701.396000', '105701.399000', '105721.185000', '105721.188000', '105721.191000', '105721.194000', '105721.197000', '105721.200000', '105721.203000', '105721.206000', '105721.209000', '105721.212000', '105721.215000', '105721.217000', '105721.220000', '105721.223000', '105721.226000', '105721.229000', '105721.232000', '105721.235000', '105721.238000', '105721.241000', '105721.244000', '105721.247000', '105721.250000', '105721.252000', '105721.255000', '105721.258000', '105721.261000', '105721.264000', '105721.267000', '105721.271000', '105721.276000', '105721.279000', '105721.289000', '105721.292000', '105721.295000', '105721.298000', '105721.301000', '105721.304000', '105721.307000', '105721.310000', '105721.312000', '105721.315000', '105721.318000', '105741.185000', '105741.188000', '105741.191000', '105741.194000', '105741.197000', '105741.200000', '105741.203000', '105741.206000', '105741.208000', '105741.211000', '105741.214000', '105741.217000', '105741.220000', '105741.223000', '105741.226000', '105741.229000', '105741.232000', '105741.235000', '105741.238000', '105741.240000', '105741.243000', '105741.246000', '105741.249000', '105741.252000', '105741.255000', '105741.258000', '105741.261000', '105741.264000', '105741.267000', '105741.269000', '105741.272000', '105741.275000', '105741.278000', '105741.281000', '105741.287000', '105741.290000', '105741.293000', '105741.296000', '105741.299000', '105741.302000', '105741.305000', '105741.308000', '105741.311000', '105741.314000', '105801.185000', '105801.188000', '105801.191000', '105801.194000', '105801.197000', '105801.200000', '105801.202000', '105801.205000', '105801.208000', '105801.211000', '105801.214000', '105801.217000', '105801.220000', '105801.223000', '105801.226000', '105801.229000', '105801.256000', '105801.259000', '105801.262000', '105801.265000', '105801.268000', '105801.271000', '105801.274000', '105801.277000', '105801.280000', '105801.282000', '105801.292000', '105801.295000', '105801.299000', '105801.304000', '105801.307000', '105801.310000', '105801.313000', '105801.316000', '105801.319000', '105801.322000', '105801.325000', '105801.328000', '105801.331000', '105801.333000', '105801.336000', '105801.339000', '105801.342000', '105821.185000', '105821.188000', '105821.191000', '105821.194000', '105821.197000', '105821.200000', '105821.203000', '105821.206000', '105821.208000', '105821.212000', '105821.214000', '105821.217000', '105821.220000', '105821.223000', '105821.226000', '105821.229000', '105821.232000', '105821.235000', '105821.238000', '105821.241000', '105821.244000', '105821.247000', '105821.250000', '105821.253000', '105821.256000', '105821.259000', '105821.261000', '105821.264000', '105821.267000', '105821.270000', '105821.273000', '105821.276000', '105821.279000', '105821.282000', '105821.285000', '105821.287000', '105821.290000', '105821.293000', '105821.296000', '105821.299000', '105821.302000', '105821.305000', '105821.308000', '105821.311000', '105841.186000', '105841.189000', '105841.192000', '105841.195000', '105841.198000', '105841.201000', '105841.203000', '105841.206000', '105841.209000', '105841.212000', '105841.215000', '105841.218000', '105841.221000', '105841.224000', '105841.227000', '105841.230000', '105841.233000', '105841.236000', '105841.239000', '105841.242000', '105841.244000', '105841.247000', '105841.250000', '105841.253000', '105841.256000', '105841.259000', '105841.262000', '105841.265000', '105841.268000', '105841.271000', '105841.273000', '105841.276000', '105841.279000', '105841.282000', '105841.285000', '105841.288000', '105841.291000', '105841.294000', '105841.296000', '105841.299000', '105841.302000', '105841.305000', '105841.308000', '105901.186000', '105901.189000', '105901.192000', '105901.195000', '105901.198000', '105901.201000', '105901.203000', '105901.206000', '105901.209000', '105901.212000', '105901.215000', '105901.218000', '105901.221000', '105901.224000', '105901.227000', '105901.230000', '105901.233000', '105901.236000', '105901.239000', '105901.242000', '105901.245000', '105901.248000', '105901.250000', '105901.253000', '105901.256000', '105901.259000', '105901.262000', '105901.265000', '105901.268000', '105901.271000', '105901.274000', '105901.277000', '105901.280000', '105901.283000', '105901.286000', '105901.289000', '105901.292000', '105901.294000', '105901.297000', '105901.300000', '105901.303000', '105901.306000', '105901.309000', '105901.312000', '105921.186000', '105921.189000', '105921.192000', '105921.195000', '105921.198000', '105921.201000', '105921.204000', '105921.207000', '105921.209000', '105921.212000', '105921.215000', '105921.218000', '105921.221000', '105921.224000', '105921.227000', '105921.230000', '105921.233000', '105921.236000', '105921.245000', '105921.248000', '105921.251000', '105921.254000', '105921.257000', '105921.260000', '105921.263000', '105921.265000', '105921.269000', '105921.271000', '105921.275000', '105921.278000', '105921.281000', '105921.284000', '105921.287000', '105921.290000', '105921.293000', '105921.296000', '105921.299000', '105921.302000', '105921.305000', '105921.308000', '105921.311000', '105921.314000', '105921.317000', '105941.185000', '105941.188000', '105941.191000', '105941.199000', '105941.202000', '105941.204000', '105941.207000', '105941.210000', '105941.213000', '105941.216000', '105941.219000', '105941.222000', '105941.239000', '105941.242000', '105941.245000', '105941.256000', '105941.259000', '105941.262000', '105941.265000', '105941.268000', '105941.271000', '105941.273000', '105941.276000', '105941.279000', '105941.282000', '105941.285000', '105941.288000', '105941.291000', '105941.294000', '105941.297000', '105941.300000', '105941.303000', '105941.306000', '105941.309000', '105941.312000', '105941.315000', '105941.318000', '105941.321000', '105941.323000', '105941.326000', '105941.329000', '105941.332000', '105941.335000', '105941.338000', '110001.185000', '110001.188000', '110001.191000', '110001.194000', '110001.197000', '110001.200000', '110001.203000', '110001.206000', '110001.208000', '110001.211000', '110001.215000', '110001.217000', '110001.220000', '110001.223000', '110001.226000', '110001.229000', '110001.235000', '110001.238000', '110001.241000', '110001.244000', '110001.247000', '110001.250000', '110001.253000', '110001.256000', '110001.259000', '110001.262000', '110001.265000', '110001.268000', '110001.270000', '110001.273000', '110001.276000', '110001.279000', '110001.282000', '110001.285000', '110001.288000', '110001.291000', '110001.294000', '110001.297000', '110001.299000', '110001.302000', '110001.305000', '110001.308000', '110001.311000', '110021.185000', '110021.188000', '110021.191000', '110021.194000', '110021.197000', '110021.200000', '110021.203000', '110021.205000', '110021.208000', '110021.211000', '110021.214000', '110021.217000', '110021.220000', '110021.223000', '110021.226000', '110021.229000', '110021.232000', '110021.235000', '110021.238000', '110021.241000', '110021.244000', '110021.246000', '110021.250000', '110021.252000', '110021.255000', '110021.258000', '110021.261000', '110021.264000', '110021.267000', '110021.270000', '110021.273000', '110021.276000', '110021.279000', '110021.282000', '110021.285000', '110021.288000', '110021.290000', '110021.293000', '110021.296000', '110021.299000', '110021.302000', '110021.305000', '110021.308000', '110021.311000', '110041.185000', '110041.188000', '110041.191000', '110041.194000', '110041.197000', '110041.200000', '110041.203000', '110041.206000', '110041.209000', '110041.212000', '110041.215000', '110041.217000', '110041.221000', '110041.223000', '110041.226000', '110041.229000', '110041.232000', '110041.235000', '110041.238000', '110041.241000', '110041.244000', '110041.247000', '110041.250000', '110041.253000', '110041.256000', '110041.259000', '110041.262000', '110041.265000', '110041.268000', '110041.270000', '110041.273000', '110041.276000', '110041.279000', '110041.282000', '110041.285000', '110041.288000', '110041.291000', '110041.294000', '110041.297000', '110041.299000', '110041.302000', '110041.305000', '110041.308000', '110101.186000', '110101.189000', '110101.192000', '110101.195000', '110101.198000', '110101.201000', '110101.204000', '110101.207000', '110101.210000', '110101.213000', '110101.216000', '110101.218000', '110101.221000', '110101.224000', '110101.227000', '110101.230000', '110101.233000', '110101.236000', '110101.239000', '110101.242000', '110101.245000', '110101.248000', '110101.251000', '110101.254000', '110101.257000', '110101.260000', '110101.262000', '110101.265000', '110101.268000', '110101.271000', '110101.274000', '110101.277000', '110101.280000', '110101.283000', '110101.286000', '110101.288000', '110101.291000', '110101.311000', '110101.314000', '110101.317000', '110101.320000', '110101.323000', '110101.326000', '110101.329000', '110121.186000', '110121.189000', '110121.192000', '110121.195000', '110121.198000', '110121.201000', '110121.204000', '110121.207000', '110121.210000', '110121.212000', '110121.215000', '110121.218000', '110121.221000', '110121.224000', '110121.227000', '110121.230000', '110121.233000', '110121.236000', '110121.239000', '110121.242000', '110121.245000', '110121.247000', '110121.250000', '110121.253000', '110121.256000', '110121.259000', '110121.262000', '110121.265000', '110121.268000', '110121.271000', '110121.274000', '110121.277000', '110121.279000', '110121.282000', '110121.285000', '110121.288000', '110121.291000', '110121.294000', '110121.297000', '110121.300000', '110121.303000', '110121.306000', '110121.308000', '110141.186000', '110141.189000', '110141.192000', '110141.195000', '110141.204000', '110141.207000', '110141.210000', '110141.213000', '110141.216000', '110141.219000', '110141.221000', '110141.224000', '110141.228000', '110141.230000', '110141.233000', '110141.236000', '110141.239000', '110141.242000', '110141.245000', '110141.248000', '110141.251000', '110141.254000', '110141.257000', '110141.260000', '110141.263000', '110141.266000', '110141.269000', '110141.271000', '110141.274000', '110141.277000', '110141.280000', '110141.283000', '110141.286000', '110141.289000', '110141.292000', '110141.295000', '110141.300000', '110141.303000', '110141.306000', '110141.309000', '110141.312000', '110141.315000', '110141.318000', '110201.185000', '110201.188000', '110201.191000', '110201.194000', '110201.197000', '110201.200000', '110201.203000', '110201.206000', '110201.209000', '110201.211000', '110201.214000', '110201.217000', '110201.220000', '110201.223000', '110201.226000', '110201.229000', '110201.232000', '110201.235000', '110201.238000', '110201.249000', '110201.252000', '110201.255000', '110201.258000', '110201.261000', '110201.264000', '110201.267000', '110201.269000', '110201.272000', '110201.275000', '110201.278000', '110201.281000', '110201.284000', '110201.287000', '110201.290000', '110201.293000', '110201.296000', '110201.299000', '110201.301000', '110201.304000', '110201.307000', '110201.310000', '110201.313000', '110201.316000', '110201.319000', '110221.185000', '110221.202000', '110221.205000', '110221.208000', '110221.211000', '110221.214000', '110221.217000', '110221.220000', '110221.223000', '110221.226000', '110221.229000', '110221.232000', '110221.235000', '110221.237000', '110221.240000', '110221.243000', '110221.246000', '110221.249000', '110221.252000', '110221.255000', '110221.258000', '110221.261000', '110221.264000', '110221.267000', '110221.270000', '110221.273000', '110221.275000', '110221.278000', '110221.281000', '110221.284000', '110221.287000', '110221.290000', '110221.293000', '110221.296000', '110221.299000', '110221.302000', '110221.305000', '110221.308000', '110221.311000', '110221.314000', '110221.317000', '110221.320000', '110221.323000', '110241.185000', '110241.188000', '110241.191000', '110241.194000', '110241.208000', '110241.211000', '110241.214000', '110241.217000', '110241.219000', '110241.222000', '110241.225000', '110241.228000', '110241.231000', '110241.234000', '110241.237000', '110241.240000', '110241.243000', '110241.246000', '110241.249000', '110241.252000', '110241.255000', '110241.257000', '110241.260000', '110241.263000', '110241.266000', '110241.269000', '110241.272000', '110241.275000', '110241.278000', '110241.281000', '110241.284000', '110241.287000', '110241.289000', '110241.292000', '110241.295000', '110241.298000', '110241.301000', '110241.304000', '110241.307000', '110241.310000', '110241.313000', '110241.316000', '110241.319000', '110241.322000', '110301.185000', '110301.188000', '110301.191000', '110301.194000', '110301.197000', '110301.200000', '110301.203000', '110301.206000', '110301.209000', '110301.212000', '110301.215000', '110301.217000', '110301.221000', '110301.223000', '110301.226000', '110301.229000', '110301.232000', '110301.235000', '110301.238000', '110301.241000', '110301.244000', '110301.247000', '110301.250000', '110301.253000', '110301.257000', '110301.260000', '110301.263000', '110301.266000', '110301.268000', '110301.271000', '110301.274000', '110301.277000', '110301.280000', '110301.283000', '110301.286000', '110301.289000', '110301.292000', '110301.295000', '110301.298000', '110301.301000', '110301.303000', '110301.306000', '110301.309000', '110321.186000', '110321.189000', '110321.192000', '110321.195000', '110321.198000', '110321.201000', '110321.204000', '110321.207000', '110321.210000', '110321.213000', '110321.216000', '110321.219000', '110321.221000', '110321.224000', '110321.227000', '110321.230000', '110321.233000', '110321.236000', '110321.239000', '110321.242000', '110321.249000', '110321.252000', '110321.255000', '110321.258000', '110321.260000', '110321.263000', '110321.266000', '110321.269000', '110321.272000', '110321.275000', '110321.278000', '110321.281000', '110321.284000', '110321.287000', '110321.290000', '110321.292000', '110321.295000', '110321.298000', '110321.301000', '110321.304000', '110321.307000', '110321.310000', '110321.313000', '110321.316000', '110337.610000', '110337.614000', '110337.616000', '110337.619000', '110337.622000', '110337.625000', '110337.628000', '110337.631000', '110337.634000', '110337.637000', '110337.640000', '110337.643000', '110337.646000', '110337.649000', '110337.652000', '110337.654000', '110337.657000', '110337.660000', '110337.663000', '110337.666000', '110337.669000', '110337.672000', '110337.675000', '110337.678000', '110337.681000', '110337.684000', '110337.687000', '110337.690000', '110337.692000', '110337.695000', '110337.698000', '110337.701000', '110337.704000', '110337.707000', '110337.710000', '110337.713000'], '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': [8316, 7891, 8014, 8034, 8849, 8209, 7600, 8165, 8631, 8249, 11558, 8351, 8780, 7837, 8032, 12291, 8343, 11027, 8406, 7895, 8711, 8379, 8731, 8247, 7912, 7730, 8243, 9746, 8442, 8037, 7424, 8162, 9376, 8166, 7959, 7690, 7962, 12872, 8417, 9328, 8281, 7868, 13214, 8397, 11041, 8419, 8565, 7859, 8182, 12801, 9359, 10412, 8101, 8050, 13595, 8576, 11565, 8494, 8658, 7853, 8136, 11842, 8444, 10229, 8377, 7996, 12492, 8568, 9690, 8320, 8174, 7830, 8224, 10796, 8678, 9414, 8217, 8178, 12983, 8380, 10046, 8403, 8051, 7894, 8244, 11456, 8431, 8992, 8502, 8096, 7843, 8324, 10006, 8550, 8522, 8196, 8100, 7673, 8170, 10466, 8561, 9247, 8432, 8088, 7779, 8300, 10943, 8683, 9098, 8400, 8109, 7625, 8458, 10972, 8352, 9242, 8227, 12695, 8414, 7387, 8127, 10964, 8681, 9407, 9547, 8479, 11592, 8527, 10809, 8573, 8296, 11013, 9545, 13160, 10322, 12119, 8142, 7996, 8152, 7972, 14454, 8217, 12622, 8106, 9624, 8580, 8535, 8525, 7888, 8059, 8177, 9349, 8461, 9715, 8508, 8701, 8549, 7995, 8267, 8193, 12756, 8152, 11237, 8493, 8104, 8179, 8132, 11321, 8294, 11382, 8688, 8020, 8252, 8246, 8264, 8094, 8173, 8120, 7946, 8315, 12549, 8336, 11037, 8491, 8658, 8230, 8284, 11092, 9287, 11930, 8133, 11260, 8647, 9351, 8288, 8073, 9742, 8386, 9403, 8363, 8130, 7880, 8361, 9425, 8450, 8074, 12826, 8539, 9150, 8319, 7942, 10537, 8388, 8719, 8157, 7903, 8411, 8194, 9281, 8061, 7934, 7762, 8162, 12333, 8193, 10638, 8052, 7954, 9914, 8193, 11782, 8253, 10594, 8016, 7921, 13007, 8279, 9245, 7771, 7824, 12537, 8026, 7863, 8840, 8161, 12629, 8220, 9494, 7970, 7974, 11205, 8141, 10690, 8238, 8660, 8043, 8042, 12582, 8870, 9036, 8766, 8229, 11054, 8043, 8216, 13788, 8184, 9933, 7703, 7971, 12337, 8153, 9287, 7831, 7846, 7893, 8100, 11605, 8250, 9062, 7719, 7925, 12955, 8178, 11609, 8017, 8321, 11081, 8071, 11983, 7946, 7942, 7431, 7921, 9229, 8203, 9849, 8292, 10130, 8179, 11198, 8538, 12037, 8139, 10845, 7827, 10597, 9016, 8156, 12717, 8079, 8333, 8167, 8134, 9794, 12867, 10891, 10515, 10561, 8030, 7920, 8154, 8524, 8250, 9059, 8500, 8109, 11642, 8813, 7870, 8345, 8544, 9636, 8566, 12561, 9564, 12163, 11411, 8988, 8640, 8234, 9877, 8324, 11740, 8300, 10314, 8142, 9443, 8378, 9493, 8574, 9422, 8576, 8841, 8539, 7947, 8236, 8091, 8518, 7952, 8317, 8015, 7876, 8282, 8163, 8050, 8001, 8208, 7844, 8161, 9383, 8181, 13653, 8346, 11604, 8497, 8904, 8279, 8005, 7614, 8186, 13979, 8292, 11980, 8326, 8300, 8458, 8145, 7570, 8342, 12020, 8225, 9898, 7969, 7885, 7666, 7959, 11053, 8154, 8974, 8567, 7798, 11502, 8041, 9339, 7606, 7929, 7774, 7835, 12083, 8042, 9616, 7802, 7742, 7457, 7782, 12492, 7854, 11399, 8248, 8279, 11581, 8064, 10330, 7910, 7943, 10400, 8246, 12534, 8052, 8174, 8265, 8043, 11646, 7800, 8078, 10242, 8037, 10944, 7803, 8077, 8754, 7937, 9851, 7953, 7912, 8074, 8099, 9541, 7821, 7719, 9354, 8210, 10157, 7789, 8014, 7731, 8006, 13255, 8255, 10053, 8042, 7795, 12418, 8218, 11012, 7892, 7598, 13450, 8036, 10660, 7691, 7817, 7369, 7893, 11616, 7903, 10282, 7754, 7841, 7439, 7822, 12553, 7958, 10128, 7871, 7805, 11086, 7977, 12295, 8845, 9232, 7494, 7955, 12190, 7934, 9549, 8587, 7784, 12420, 7887, 9599, 7915, 8062, 7772, 7827, 11839, 8070, 9177, 7994, 7956, 7854, 8249, 13282, 8427, 10000, 8156, 8189, 8976, 8271, 10062, 8028, 7963, 7669, 8371, 11698, 8197, 8406, 8178, 8100, 11807, 8275, 10259, 8048, 7748, 7509, 8260, 12796, 8219, 10406, 8253, 8120, 13246, 8477, 11496, 8094, 8335, 7955, 8109, 11331, 7996, 8830, 7945, 8293, 12619, 8122, 8054, 7737, 7956, 12261, 8298, 8708, 8340, 8056, 12535, 8373, 9465, 8008, 7830, 7748, 8186, 10491, 8070, 9988, 8057, 9166, 7718, 9257, 8248, 7793, 7305, 7966, 14199, 8181, 12194, 9103, 9064, 8098, 8117, 10733, 8147, 11764, 8099, 7954, 7651, 8005, 10652, 7746, 9436, 7842, 8021, 7499, 7827, 12555, 7872, 10874, 7798, 8956, 7492, 7644, 13525, 7942, 11381, 7809, 8795, 7375, 7753, 12960, 7784, 10621, 7881, 7798, 7672, 7678, 11802, 7964, 9459, 7615, 7559, 7410, 8037, 13179, 7957, 10775, 7755, 7499, 10997, 8071, 11568, 8689, 9561, 7573, 7677, 12718, 8079, 10270, 8008, 8549, 8002, 7637, 9985, 8134, 12368, 8831, 9631, 7862, 7763, 7560, 8323, 12541, 7917, 9377, 8158, 7645, 13592, 7925, 11403, 7990, 7493, 7487, 7959, 11203, 8022, 8848, 7812, 7618, 7132, 7935, 11045, 7986, 8939, 7963, 7797, 10262, 8027, 10476, 8050, 9208, 8174, 7721, 7350, 7966, 7672, 7971, 7458, 7878, 9610, 8187, 13628, 8604, 11522, 7954, 8479, 7846, 7974, 11228, 8051, 12852, 8975, 10885, 7969, 8906, 7861, 7722, 7847, 8340, 13883, 9024, 12474, 7997, 9716, 8117, 9243, 8137, 9742, 8080, 10756, 8180, 9316, 8046, 8195, 8108, 12825, 10031, 13034, 8232, 8068, 8782, 7567, 8488, 8599, 10351, 11374, 9713, 13091, 8230, 11943, 8138, 11224, 8055, 11050, 10190, 8484, 12053, 8038, 8578, 8110, 9547, 8082, 7516, 8055, 7895, 8261, 7903, 8537, 9528, 8154, 12817, 8164, 11409, 8458, 9369, 8158, 7858, 7882, 8002, 12967, 8113, 11580, 8162, 7665, 7824, 7989, 7333, 7931, 9899, 8124, 8656, 8117, 7859, 7972, 7558, 7654, 7851, 7450, 8223, 13089, 7957, 10385, 7838, 9127, 8179, 7729, 13721, 8122, 11122, 7588, 10127, 8222, 7611, 8029, 8037, 11443, 7917, 9828, 7844, 7896, 8068, 7711, 7430, 7740, 12504, 8047, 10377, 7987, 8930, 7707, 7835, 8159, 7872, 8288, 7956, 7612, 8062, 13425, 7979, 12606, 8344, 9346, 8115, 8061, 7808, 7958, 11789, 9276, 11454, 7724, 7589, 7683, 8222, 8005, 8051, 7887, 7584, 7784, 8277, 10649, 8142, 7573, 8705, 8356, 7583, 8218, 10494, 8353, 13122, 10623, 12204, 7659, 7716, 8465, 8017, 11073, 8502, 8875, 8110, 9829, 7819, 8946, 8185, 7900, 7805, 7735, 7222, 8123, 10877, 8078, 8727, 7908, 7619, 8490, 7921, 8149, 7995, 6928, 8099, 10511, 8052, 10553, 7810, 10344, 7607, 7769, 7592, 8096, 11558, 8036, 13266, 7975, 11076, 7799, 10954, 7765, 7912], 'WindowCenter': [3964.0, 3948.0, 3934.0, 3935.0, 3944.0, 3932.0, 3922.0, 3932.0, 3929.0, 3933.0, 3951.0, 3919.0, 3920.0, 3906.0, 3918.0, 3949.0, 3920.0, 3950.0, 3919.0, 3919.0, 3918.0, 3917.0, 3917.0, 3918.0, 3919.0, 3907.0, 3917.0, 3927.0, 3919.0, 3919.0, 3910.0, 3919.0, 3929.0, 3930.0, 3920.0, 3920.0, 3921.0, 3960.0, 3931.0, 3940.0, 3929.0, 3930.0, 3962.0, 3931.0, 3949.0, 3930.0, 3931.0, 3918.0, 3929.0, 3961.0, 3931.0, 3938.0, 3918.0, 3921.0, 3959.0, 3930.0, 3949.0, 3917.0, 3917.0, 3905.0, 3916.0, 3948.0, 3917.0, 3939.0, 3917.0, 3919.0, 3946.0, 3929.0, 3928.0, 3918.0, 3917.0, 3905.0, 3917.0, 3938.0, 3928.0, 3930.0, 3917.0, 3919.0, 3957.0, 3916.0, 3928.0, 3916.0, 3916.0, 3906.0, 3916.0, 3937.0, 3916.0, 3927.0, 3917.0, 3918.0, 3906.0, 3916.0, 3936.0, 3916.0, 3918.0, 3917.0, 3919.0, 3907.0, 3917.0, 3936.0, 3928.0, 3928.0, 3918.0, 3918.0, 3907.0, 3917.0, 3936.0, 3928.0, 3928.0, 3916.0, 3918.0, 3906.0, 3919.0, 3936.0, 3930.0, 3941.0, 3931.0, 3960.0, 3931.0, 3921.0, 3934.0, 3962.0, 3930.0, 3944.0, 3940.0, 3931.0, 3961.0, 3932.0, 3951.0, 3931.0, 3919.0, 3939.0, 3927.0, 3946.0, 3927.0, 3936.0, 3892.0, 3893.0, 3891.0, 3891.0, 3944.0, 3902.0, 3930.0, 3892.0, 3912.0, 3902.0, 3900.0, 3901.0, 3903.0, 3902.0, 3914.0, 3913.0, 3914.0, 3925.0, 3916.0, 3914.0, 3915.0, 3906.0, 3914.0, 3917.0, 3946.0, 3918.0, 3936.0, 3916.0, 3905.0, 3915.0, 3916.0, 3937.0, 3916.0, 3936.0, 3914.0, 3905.0, 3917.0, 3917.0, 3916.0, 3917.0, 3918.0, 3919.0, 3917.0, 3929.0, 3961.0, 3931.0, 3948.0, 3928.0, 3928.0, 3919.0, 3929.0, 3949.0, 3930.0, 3948.0, 3917.0, 3937.0, 3916.0, 3928.0, 3916.0, 3917.0, 3925.0, 3917.0, 3928.0, 3919.0, 3917.0, 3905.0, 3918.0, 3925.0, 3917.0, 3919.0, 3959.0, 3918.0, 3927.0, 3916.0, 3919.0, 3935.0, 3917.0, 3927.0, 3919.0, 3919.0, 3916.0, 3918.0, 3938.0, 3931.0, 3930.0, 3920.0, 3933.0, 3960.0, 3930.0, 3951.0, 3920.0, 3920.0, 3940.0, 3930.0, 3960.0, 3930.0, 3952.0, 3919.0, 3921.0, 3961.0, 3920.0, 3939.0, 3907.0, 3918.0, 3958.0, 3917.0, 3919.0, 3929.0, 3930.0, 3959.0, 3919.0, 3939.0, 3918.0, 3919.0, 3949.0, 3921.0, 3950.0, 3930.0, 3931.0, 3918.0, 3921.0, 3960.0, 3930.0, 3929.0, 3918.0, 3918.0, 3949.0, 3918.0, 3920.0, 3958.0, 3917.0, 3928.0, 3906.0, 3917.0, 3947.0, 3919.0, 3927.0, 3908.0, 3918.0, 3919.0, 3919.0, 3949.0, 3918.0, 3929.0, 3907.0, 3918.0, 3960.0, 3919.0, 3952.0, 3917.0, 3917.0, 3936.0, 3905.0, 3936.0, 3905.0, 3908.0, 3907.0, 3918.0, 3926.0, 3917.0, 3937.0, 3929.0, 3938.0, 3930.0, 3952.0, 3932.0, 3962.0, 3919.0, 3938.0, 3907.0, 3939.0, 3917.0, 3906.0, 3946.0, 3905.0, 3915.0, 3917.0, 3916.0, 3940.0, 3960.0, 3951.0, 3937.0, 3925.0, 3892.0, 3892.0, 3906.0, 3916.0, 3917.0, 3916.0, 3906.0, 3904.0, 3935.0, 3915.0, 3902.0, 3903.0, 3913.0, 3924.0, 3902.0, 3933.0, 3903.0, 3923.0, 3910.0, 3890.0, 3876.0, 3877.0, 3897.0, 3888.0, 3919.0, 3890.0, 3908.0, 3888.0, 3898.0, 3900.0, 3910.0, 3902.0, 3911.0, 3915.0, 3914.0, 3913.0, 3903.0, 3915.0, 3905.0, 3915.0, 3906.0, 3906.0, 3906.0, 3918.0, 3917.0, 3917.0, 3917.0, 3918.0, 3930.0, 3919.0, 3931.0, 3929.0, 3929.0, 3959.0, 3919.0, 3949.0, 3930.0, 3928.0, 3917.0, 3919.0, 3906.0, 3920.0, 3958.0, 3918.0, 3947.0, 3918.0, 3917.0, 3917.0, 3919.0, 3906.0, 3917.0, 3946.0, 3917.0, 3940.0, 3917.0, 3908.0, 3905.0, 3917.0, 3938.0, 3919.0, 3929.0, 3919.0, 3907.0, 3948.0, 3918.0, 3930.0, 3920.0, 3919.0, 3907.0, 3920.0, 3959.0, 3919.0, 3940.0, 3919.0, 3921.0, 3909.0, 3920.0, 3962.0, 3931.0, 3962.0, 3920.0, 3931.0, 3948.0, 3918.0, 3940.0, 3918.0, 3918.0, 3940.0, 3918.0, 3949.0, 3907.0, 3918.0, 3916.0, 3906.0, 3938.0, 3907.0, 3906.0, 3928.0, 3917.0, 3936.0, 3906.0, 3908.0, 3915.0, 3906.0, 3927.0, 3906.0, 3907.0, 3905.0, 3907.0, 3928.0, 3907.0, 3907.0, 3926.0, 3918.0, 3938.0, 3906.0, 3918.0, 3908.0, 3919.0, 3959.0, 3918.0, 3939.0, 3918.0, 3920.0, 3960.0, 3920.0, 3950.0, 3919.0, 3919.0, 3959.0, 3919.0, 3941.0, 3919.0, 3921.0, 3908.0, 3921.0, 3961.0, 3931.0, 3952.0, 3921.0, 3931.0, 3909.0, 3924.0, 3963.0, 3931.0, 3952.0, 3920.0, 3921.0, 3950.0, 3932.0, 3961.0, 3931.0, 3930.0, 3908.0, 3918.0, 3948.0, 3918.0, 3939.0, 3917.0, 3920.0, 3947.0, 3917.0, 3929.0, 3920.0, 3919.0, 3906.0, 3919.0, 3949.0, 3920.0, 3929.0, 3920.0, 3918.0, 3918.0, 3929.0, 3959.0, 3918.0, 3938.0, 3917.0, 3918.0, 3929.0, 3918.0, 3926.0, 3918.0, 3917.0, 3907.0, 3918.0, 3946.0, 3917.0, 3917.0, 3917.0, 3917.0, 3947.0, 3918.0, 3937.0, 3917.0, 3908.0, 3906.0, 3930.0, 3959.0, 3929.0, 3939.0, 3917.0, 3918.0, 3958.0, 3918.0, 3950.0, 3917.0, 3919.0, 3905.0, 3907.0, 3936.0, 3917.0, 3929.0, 3904.0, 3915.0, 3945.0, 3904.0, 3906.0, 3906.0, 3917.0, 3948.0, 3917.0, 3917.0, 3915.0, 3917.0, 3958.0, 3918.0, 3929.0, 3918.0, 3919.0, 3907.0, 3930.0, 3949.0, 3930.0, 3942.0, 3931.0, 3941.0, 3920.0, 3943.0, 3932.0, 3921.0, 3908.0, 3922.0, 3961.0, 3919.0, 3961.0, 3929.0, 3928.0, 3918.0, 3919.0, 3938.0, 3918.0, 3950.0, 3918.0, 3909.0, 3909.0, 3919.0, 3940.0, 3919.0, 3929.0, 3921.0, 3923.0, 3910.0, 3921.0, 3962.0, 3922.0, 3953.0, 3921.0, 3931.0, 3910.0, 3922.0, 3960.0, 3920.0, 3951.0, 3921.0, 3930.0, 3910.0, 3922.0, 3961.0, 3921.0, 3952.0, 3919.0, 3922.0, 3908.0, 3919.0, 3951.0, 3919.0, 3940.0, 3918.0, 3919.0, 3908.0, 3919.0, 3959.0, 3919.0, 3951.0, 3909.0, 3910.0, 3939.0, 3918.0, 3950.0, 3929.0, 3931.0, 3907.0, 3908.0, 3950.0, 3919.0, 3939.0, 3918.0, 3917.0, 3919.0, 3907.0, 3928.0, 3919.0, 3947.0, 3927.0, 3928.0, 3907.0, 3908.0, 3895.0, 3916.0, 3947.0, 3906.0, 3927.0, 3905.0, 3906.0, 3945.0, 3905.0, 3935.0, 3905.0, 3896.0, 3894.0, 3906.0, 3935.0, 3905.0, 3915.0, 3906.0, 3906.0, 3896.0, 3919.0, 3936.0, 3919.0, 3917.0, 3905.0, 3907.0, 3936.0, 3917.0, 3938.0, 3917.0, 3928.0, 3918.0, 3908.0, 3908.0, 3918.0, 3918.0, 3920.0, 3907.0, 3920.0, 3940.0, 3918.0, 3961.0, 3930.0, 3949.0, 3907.0, 3916.0, 3906.0, 3919.0, 3939.0, 3906.0, 3946.0, 3914.0, 3934.0, 3905.0, 3915.0, 3906.0, 3893.0, 3903.0, 3916.0, 3945.0, 3915.0, 3944.0, 3904.0, 3913.0, 3903.0, 3913.0, 3915.0, 3924.0, 3907.0, 3934.0, 3916.0, 3915.0, 3906.0, 3905.0, 3906.0, 3947.0, 3926.0, 3957.0, 3915.0, 3904.0, 3928.0, 3906.0, 3929.0, 3929.0, 3951.0, 3952.0, 3941.0, 3946.0, 3916.0, 3936.0, 3904.0, 3924.0, 3891.0, 3934.0, 3913.0, 3902.0, 3920.0, 3890.0, 3900.0, 3891.0, 3910.0, 3890.0, 3890.0, 3902.0, 3904.0, 3915.0, 3905.0, 3916.0, 3925.0, 3904.0, 3945.0, 3914.0, 3936.0, 3917.0, 3914.0, 3906.0, 3904.0, 3904.0, 3917.0, 3946.0, 3905.0, 3936.0, 3914.0, 3904.0, 3903.0, 3905.0, 3896.0, 3905.0, 3924.0, 3905.0, 3915.0, 3917.0, 3905.0, 3917.0, 3908.0, 3906.0, 3918.0, 3908.0, 3918.0, 3959.0, 3919.0, 3938.0, 3920.0, 3929.0, 3918.0, 3909.0, 3958.0, 3907.0, 3938.0, 3908.0, 3937.0, 3916.0, 3908.0, 3907.0, 3918.0, 3946.0, 3918.0, 3927.0, 3919.0, 3918.0, 3918.0, 3920.0, 3907.0, 3920.0, 3958.0, 3918.0, 3938.0, 3920.0, 3928.0, 3909.0, 3908.0, 3918.0, 3919.0, 3918.0, 3908.0, 3906.0, 3918.0, 3958.0, 3918.0, 3960.0, 3919.0, 3928.0, 3919.0, 3919.0, 3920.0, 3932.0, 3963.0, 3940.0, 3947.0, 3906.0, 3906.0, 3905.0, 3918.0, 3906.0, 3904.0, 3907.0, 3905.0, 3905.0, 3919.0, 3936.0, 3906.0, 3905.0, 3915.0, 3929.0, 3919.0, 3930.0, 3949.0, 3931.0, 3961.0, 3940.0, 3949.0, 3905.0, 3895.0, 3904.0, 3904.0, 3936.0, 3905.0, 3902.0, 3903.0, 3913.0, 3893.0, 3913.0, 3905.0, 3903.0, 3891.0, 3905.0, 3893.0, 3905.0, 3937.0, 3919.0, 3915.0, 3916.0, 3906.0, 3918.0, 3918.0, 3909.0, 3918.0, 3895.0, 3919.0, 3938.0, 3919.0, 3941.0, 3908.0, 3937.0, 3907.0, 3907.0, 3907.0, 3918.0, 3948.0, 3919.0, 3948.0, 3917.0, 3937.0, 3907.0, 3937.0, 3906.0, 3907.0], 'WindowWidth': [8870.0, 8838.0, 8812.0, 8814.0, 8823.0, 8803.0, 8788.0, 8801.0, 8795.0, 8802.0, 8825.0, 8781.0, 8779.0, 8757.0, 8775.0, 8817.0, 8780.0, 8820.0, 8777.0, 8776.0, 8773.0, 8771.0, 8772.0, 8776.0, 8777.0, 8758.0, 8774.0, 8786.0, 8777.0, 8780.0, 8768.0, 8779.0, 8791.0, 8795.0, 8782.0, 8781.0, 8786.0, 8835.0, 8798.0, 8808.0, 8792.0, 8797.0, 8840.0, 8798.0, 8819.0, 8795.0, 8798.0, 8776.0, 8794.0, 8836.0, 8797.0, 8802.0, 8775.0, 8781.0, 8830.0, 8792.0, 8817.0, 8773.0, 8771.0, 8753.0, 8770.0, 8814.0, 8774.0, 8803.0, 8773.0, 8778.0, 8811.0, 8790.0, 8788.0, 8776.0, 8772.0, 8754.0, 8772.0, 8802.0, 8789.0, 8794.0, 8772.0, 8778.0, 8825.0, 8770.0, 8786.0, 8771.0, 8770.0, 8756.0, 8769.0, 8797.0, 8769.0, 8784.0, 8771.0, 8774.0, 8756.0, 8771.0, 8796.0, 8772.0, 8776.0, 8773.0, 8778.0, 8759.0, 8772.0, 8797.0, 8788.0, 8790.0, 8776.0, 8774.0, 8758.0, 8773.0, 8796.0, 8787.0, 8788.0, 8770.0, 8773.0, 8755.0, 8775.0, 8797.0, 8794.0, 8812.0, 8800.0, 8836.0, 8801.0, 8787.0, 8809.0, 8844.0, 8798.0, 8820.0, 8808.0, 8799.0, 8837.0, 8801.0, 8825.0, 8796.0, 8779.0, 8803.0, 8785.0, 8809.0, 8783.0, 8791.0, 8729.0, 8731.0, 8726.0, 8727.0, 8801.0, 8744.0, 8778.0, 8728.0, 8753.0, 8743.0, 8739.0, 8741.0, 8746.0, 8742.0, 8761.0, 8759.0, 8763.0, 8780.0, 8767.0, 8762.0, 8766.0, 8755.0, 8764.0, 8772.0, 8809.0, 8774.0, 8795.0, 8769.0, 8754.0, 8767.0, 8770.0, 8796.0, 8768.0, 8794.0, 8765.0, 8753.0, 8772.0, 8773.0, 8770.0, 8775.0, 8775.0, 8779.0, 8774.0, 8793.0, 8836.0, 8796.0, 8816.0, 8790.0, 8789.0, 8778.0, 8793.0, 8819.0, 8793.0, 8813.0, 8772.0, 8797.0, 8771.0, 8788.0, 8770.0, 8772.0, 8781.0, 8773.0, 8787.0, 8778.0, 8774.0, 8754.0, 8775.0, 8780.0, 8773.0, 8777.0, 8829.0, 8774.0, 8783.0, 8770.0, 8778.0, 8795.0, 8774.0, 8786.0, 8778.0, 8779.0, 8772.0, 8776.0, 8803.0, 8799.0, 8797.0, 8783.0, 8802.0, 8836.0, 8797.0, 8827.0, 8783.0, 8784.0, 8807.0, 8794.0, 8833.0, 8797.0, 8828.0, 8778.0, 8783.0, 8835.0, 8781.0, 8807.0, 8759.0, 8776.0, 8828.0, 8773.0, 8779.0, 8792.0, 8795.0, 8830.0, 8778.0, 8805.0, 8776.0, 8778.0, 8819.0, 8784.0, 8822.0, 8796.0, 8799.0, 8778.0, 8785.0, 8836.0, 8794.0, 8793.0, 8776.0, 8776.0, 8818.0, 8775.0, 8780.0, 8828.0, 8772.0, 8788.0, 8754.0, 8772.0, 8812.0, 8776.0, 8784.0, 8761.0, 8775.0, 8777.0, 8780.0, 8818.0, 8777.0, 8792.0, 8760.0, 8775.0, 8834.0, 8779.0, 8824.0, 8773.0, 8773.0, 8795.0, 8753.0, 8794.0, 8753.0, 8758.0, 8760.0, 8776.0, 8782.0, 8773.0, 8800.0, 8792.0, 8803.0, 8795.0, 8827.0, 8802.0, 8838.0, 8781.0, 8803.0, 8760.0, 8805.0, 8771.0, 8756.0, 8810.0, 8754.0, 8767.0, 8773.0, 8770.0, 8808.0, 8838.0, 8825.0, 8798.0, 8778.0, 8730.0, 8729.0, 8754.0, 8769.0, 8772.0, 8771.0, 8753.0, 8749.0, 8790.0, 8761.0, 8743.0, 8747.0, 8759.0, 8777.0, 8743.0, 8788.0, 8742.0, 8770.0, 8748.0, 8719.0, 8695.0, 8698.0, 8725.0, 8716.0, 8757.0, 8723.0, 8741.0, 8719.0, 8730.0, 8736.0, 8749.0, 8743.0, 8753.0, 8763.0, 8760.0, 8761.0, 8747.0, 8767.0, 8753.0, 8767.0, 8754.0, 8753.0, 8755.0, 8775.0, 8772.0, 8771.0, 8773.0, 8775.0, 8795.0, 8780.0, 8798.0, 8792.0, 8793.0, 8831.0, 8778.0, 8817.0, 8792.0, 8787.0, 8772.0, 8778.0, 8758.0, 8781.0, 8829.0, 8774.0, 8812.0, 8775.0, 8772.0, 8773.0, 8777.0, 8756.0, 8774.0, 8808.0, 8773.0, 8805.0, 8773.0, 8761.0, 8754.0, 8773.0, 8799.0, 8779.0, 8791.0, 8776.0, 8761.0, 8813.0, 8776.0, 8793.0, 8781.0, 8778.0, 8761.0, 8782.0, 8831.0, 8779.0, 8809.0, 8780.0, 8783.0, 8765.0, 8782.0, 8839.0, 8800.0, 8841.0, 8783.0, 8797.0, 8815.0, 8777.0, 8807.0, 8777.0, 8776.0, 8805.0, 8776.0, 8817.0, 8760.0, 8774.0, 8769.0, 8757.0, 8800.0, 8758.0, 8757.0, 8786.0, 8772.0, 8797.0, 8755.0, 8760.0, 8765.0, 8756.0, 8783.0, 8757.0, 8758.0, 8753.0, 8759.0, 8786.0, 8758.0, 8760.0, 8783.0, 8773.0, 8800.0, 8758.0, 8775.0, 8761.0, 8778.0, 8830.0, 8777.0, 8804.0, 8775.0, 8782.0, 8834.0, 8782.0, 8821.0, 8778.0, 8778.0, 8831.0, 8780.0, 8810.0, 8778.0, 8784.0, 8763.0, 8786.0, 8839.0, 8799.0, 8826.0, 8787.0, 8800.0, 8768.0, 8792.0, 8845.0, 8800.0, 8826.0, 8782.0, 8786.0, 8823.0, 8800.0, 8837.0, 8796.0, 8795.0, 8761.0, 8776.0, 8815.0, 8776.0, 8804.0, 8772.0, 8780.0, 8814.0, 8773.0, 8791.0, 8782.0, 8780.0, 8759.0, 8780.0, 8818.0, 8780.0, 8791.0, 8783.0, 8779.0, 8777.0, 8792.0, 8832.0, 8775.0, 8805.0, 8774.0, 8776.0, 8790.0, 8776.0, 8784.0, 8775.0, 8773.0, 8759.0, 8774.0, 8810.0, 8772.0, 8772.0, 8772.0, 8775.0, 8813.0, 8777.0, 8801.0, 8774.0, 8763.0, 8759.0, 8796.0, 8833.0, 8793.0, 8807.0, 8773.0, 8775.0, 8828.0, 8777.0, 8818.0, 8772.0, 8777.0, 8753.0, 8758.0, 8796.0, 8772.0, 8790.0, 8751.0, 8766.0, 8806.0, 8752.0, 8755.0, 8756.0, 8773.0, 8812.0, 8772.0, 8773.0, 8768.0, 8774.0, 8829.0, 8776.0, 8790.0, 8777.0, 8779.0, 8762.0, 8795.0, 8821.0, 8796.0, 8811.0, 8798.0, 8811.0, 8784.0, 8816.0, 8800.0, 8784.0, 8765.0, 8787.0, 8838.0, 8778.0, 8836.0, 8793.0, 8789.0, 8774.0, 8777.0, 8802.0, 8776.0, 8819.0, 8775.0, 8763.0, 8762.0, 8778.0, 8806.0, 8780.0, 8793.0, 8785.0, 8789.0, 8768.0, 8785.0, 8839.0, 8789.0, 8828.0, 8785.0, 8797.0, 8767.0, 8787.0, 8836.0, 8782.0, 8823.0, 8785.0, 8794.0, 8766.0, 8786.0, 8835.0, 8783.0, 8825.0, 8778.0, 8786.0, 8761.0, 8778.0, 8823.0, 8780.0, 8807.0, 8777.0, 8779.0, 8763.0, 8779.0, 8832.0, 8779.0, 8821.0, 8765.0, 8767.0, 8805.0, 8777.0, 8819.0, 8791.0, 8795.0, 8760.0, 8761.0, 8819.0, 8778.0, 8803.0, 8775.0, 8773.0, 8776.0, 8761.0, 8788.0, 8776.0, 8812.0, 8787.0, 8787.0, 8757.0, 8760.0, 8739.0, 8769.0, 8811.0, 8755.0, 8782.0, 8751.0, 8755.0, 8806.0, 8753.0, 8793.0, 8752.0, 8743.0, 8736.0, 8756.0, 8793.0, 8755.0, 8766.0, 8756.0, 8756.0, 8742.0, 8776.0, 8796.0, 8776.0, 8772.0, 8755.0, 8759.0, 8796.0, 8773.0, 8801.0, 8774.0, 8788.0, 8774.0, 8762.0, 8763.0, 8778.0, 8778.0, 8782.0, 8761.0, 8782.0, 8807.0, 8778.0, 8837.0, 8794.0, 8817.0, 8759.0, 8770.0, 8757.0, 8778.0, 8802.0, 8756.0, 8808.0, 8764.0, 8789.0, 8752.0, 8763.0, 8754.0, 8734.0, 8746.0, 8767.0, 8806.0, 8766.0, 8801.0, 8749.0, 8760.0, 8748.0, 8760.0, 8767.0, 8777.0, 8759.0, 8789.0, 8768.0, 8765.0, 8753.0, 8754.0, 8756.0, 8811.0, 8783.0, 8824.0, 8769.0, 8750.0, 8788.0, 8758.0, 8794.0, 8795.0, 8827.0, 8826.0, 8811.0, 8812.0, 8769.0, 8794.0, 8749.0, 8774.0, 8729.0, 8788.0, 8757.0, 8742.0, 8761.0, 8722.0, 8735.0, 8726.0, 8751.0, 8727.0, 8726.0, 8745.0, 8749.0, 8768.0, 8754.0, 8771.0, 8780.0, 8752.0, 8806.0, 8765.0, 8794.0, 8770.0, 8763.0, 8755.0, 8752.0, 8750.0, 8771.0, 8809.0, 8753.0, 8794.0, 8763.0, 8751.0, 8748.0, 8753.0, 8740.0, 8752.0, 8775.0, 8753.0, 8767.0, 8773.0, 8753.0, 8774.0, 8762.0, 8757.0, 8778.0, 8762.0, 8776.0, 8832.0, 8778.0, 8801.0, 8781.0, 8791.0, 8774.0, 8763.0, 8829.0, 8759.0, 8800.0, 8763.0, 8799.0, 8768.0, 8761.0, 8757.0, 8774.0, 8810.0, 8774.0, 8785.0, 8778.0, 8776.0, 8775.0, 8781.0, 8759.0, 8779.0, 8828.0, 8775.0, 8802.0, 8780.0, 8786.0, 8765.0, 8763.0, 8775.0, 8779.0, 8772.0, 8760.0, 8754.0, 8772.0, 8828.0, 8776.0, 8832.0, 8777.0, 8788.0, 8781.0, 8782.0, 8784.0, 8803.0, 8844.0, 8810.0, 8813.0, 8755.0, 8756.0, 8754.0, 8775.0, 8757.0, 8752.0, 8759.0, 8755.0, 8754.0, 8777.0, 8796.0, 8755.0, 8754.0, 8766.0, 8793.0, 8780.0, 8798.0, 8821.0, 8800.0, 8841.0, 8809.0, 8814.0, 8753.0, 8738.0, 8747.0, 8751.0, 8794.0, 8752.0, 8742.0, 8746.0, 8759.0, 8734.0, 8761.0, 8750.0, 8746.0, 8726.0, 8750.0, 8732.0, 8753.0, 8798.0, 8776.0, 8767.0, 8770.0, 8757.0, 8775.0, 8776.0, 8762.0, 8776.0, 8741.0, 8778.0, 8802.0, 8779.0, 8808.0, 8765.0, 8798.0, 8758.0, 8759.0, 8758.0, 8775.0, 8815.0, 8776.0, 8814.0, 8771.0, 8798.0, 8761.0, 8799.0, 8756.0, 8757.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.0004308004385964912</td></tr>
<tr><td colspan=3>aqi</td><td>0.021226305153508776</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.08291410754117</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.211001714873765</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9903458912843023</td></tr>
<tr><td colspan=3>efc</td><td>0.446</td></tr>
<tr><td colspan=3>fber</td><td>8484.0996</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0799868041637213</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>18</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.9736842105263157</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3908794997141354</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3012106724075894</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.673516754440212</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.197911072294605</td></tr>
<tr><td colspan=3>gcor</td><td>0.0112792</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015306584537029266</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027534814551472664</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</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.8335859584866405</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>28.4401</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.0274</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>144.2292</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>37.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308606.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>674.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>295.2469</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1374</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>466.1589</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3190.2091</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3409.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67938.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>990.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4179.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>889.2392</td></tr>
<tr><td colspan=3>tsnr</td><td>43.09474607021548</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>