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

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0098_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz";

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

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

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

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

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

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

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

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

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

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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0098_suffix-bold_task-faces" 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-0098/figures/sub-0098_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg</a></small>

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0098/ses-02/func/sub-0098_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>f78a90072bc98a57986937bb993a0b11</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>13:57:55.680000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99768, -0.0677909, -0.00618284, 0.068015, 0.988996, 0.13138]</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.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-faces_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.112342</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4236, -7798, -7165, 235, -102, 72, -39, 85]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>254.074</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>297519ce-19e7-4925-ae3c-24bcd391b3df||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.676703453063965, 0.18247941136360168, 0.00753721734508872, 105.40565490722656], [0.18187814950942993, 2.6534042358398438, 0.3550384044647217, -107.4439926147461], [-0.0165881160646677, -0.35248273611068726, 2.676544427871704, -25.00989532470703], [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': ['135755.680000', '135756.140000', '135756.600000', '135757.060000', '135757.520000', '135757.980000', '135758.440000', '135758.900000', '135759.360000', '135759.820000', '135800.280000', '135800.740000', '135801.200000', '135801.660000', '135802.120000', '135802.580000', '135803.040000', '135803.500000', '135803.960000', '135804.420000', '135804.880000', '135805.340000', '135805.800000', '135806.260000', '135806.720000', '135807.180000', '135807.640000', '135808.100000', '135808.560000', '135809.020000', '135809.480000', '135809.940000', '135810.400000', '135810.860000', '135811.320000', '135811.780000', '135812.240000', '135812.700000', '135813.160000', '135813.620000', '135814.080000', '135814.540000', '135815.000000', '135815.460000', '135815.920000', '135816.380000', '135816.840000', '135817.300000', '135817.760000', '135818.220000', '135818.680000', '135819.140000', '135819.600000', '135820.060000', '135820.520000', '135820.980000', '135821.440000', '135821.900000', '135822.360000', '135822.820000', '135823.280000', '135823.740000', '135824.200000', '135824.660000', '135825.120000', '135825.580000', '135826.040000', '135826.500000', '135826.960000', '135827.420000', '135827.880000', '135828.340000', '135828.800000', '135829.260000', '135829.720000', '135830.180000', '135830.640000', '135831.100000', '135831.560000', '135832.020000', '135832.480000', '135832.940000', '135833.400000', '135833.860000', '135834.320000', '135834.780000', '135835.240000', '135835.700000', '135836.160000', '135836.620000', '135837.080000', '135837.540000', '135838.000000', '135838.460000', '135838.920000', '135839.380000', '135839.840000', '135840.300000', '135840.760000', '135841.220000', '135841.680000', '135842.140000', '135842.600000', '135843.060000', '135843.520000', '135843.980000', '135844.440000', '135844.900000', '135845.360000', '135845.820000', '135846.280000', '135846.740000', '135847.200000', '135847.660000', '135848.120000', '135848.580000', '135849.040000', '135849.500000', '135849.960000', '135850.420000', '135850.880000', '135851.340000', '135851.800000', '135852.260000', '135852.720000', '135853.180000', '135853.640000', '135854.100000', '135854.560000', '135855.020000', '135855.480000', '135855.940000', '135856.400000', '135856.860000', '135857.320000', '135857.780000', '135858.240000', '135858.700000', '135859.160000', '135859.620000', '135900.080000', '135900.540000', '135901.000000', '135901.460000', '135901.920000', '135902.380000', '135902.840000', '135903.300000', '135903.760000', '135904.220000', '135904.680000', '135905.140000', '135905.600000', '135906.060000', '135906.520000', '135906.980000', '135907.440000', '135907.900000', '135908.360000', '135908.820000', '135909.280000', '135909.740000', '135910.200000', '135910.660000', '135911.120000', '135911.580000', '135912.040000', '135912.500000', '135912.960000', '135913.420000', '135913.880000', '135914.340000', '135914.800000', '135915.260000', '135915.720000', '135916.180000', '135916.640000', '135917.100000', '135917.560000', '135918.020000', '135918.480000', '135918.940000', '135919.400000', '135919.860000', '135920.320000', '135920.780000', '135921.240000', '135921.700000', '135922.160000', '135922.620000', '135923.080000', '135923.540000', '135924.000000', '135924.460000', '135924.920000', '135925.380000', '135925.840000', '135926.300000', '135926.760000', '135927.220000', '135927.680000', '135928.140000', '135928.600000', '135929.060000', '135929.520000', '135929.980000', '135930.440000', '135930.900000', '135931.360000', '135931.820000', '135932.280000', '135932.740000', '135933.200000', '135933.660000', '135934.120000', '135934.580000', '135935.040000', '135935.500000', '135935.960000', '135936.420000', '135936.880000', '135937.340000', '135937.800000', '135938.260000', '135938.720000', '135939.180000', '135939.640000', '135940.100000', '135940.560000', '135941.020000', '135941.480000', '135941.940000', '135942.400000', '135942.860000', '135943.320000', '135943.780000', '135944.240000', '135944.700000', '135945.160000', '135945.620000', '135946.080000', '135946.540000', '135947.000000', '135947.460000', '135947.920000', '135948.380000', '135948.840000', '135949.300000', '135949.760000', '135950.220000', '135950.680000', '135951.140000', '135951.600000', '135952.060000', '135952.520000', '135952.980000', '135953.440000', '135953.900000', '135954.360000', '135954.820000', '135955.280000', '135955.740000', '135956.200000', '135956.660000', '135957.120000', '135957.580000', '135958.040000', '135958.500000', '135958.960000', '135959.420000', '135959.880000', '140000.340000', '140000.800000', '140001.260000', '140001.720000', '140002.180000', '140002.640000', '140003.100000', '140003.560000', '140004.020000', '140004.480000', '140004.940000', '140005.400000', '140005.860000', '140006.320000', '140006.780000', '140007.240000', '140007.700000', '140008.160000', '140008.620000', '140009.080000', '140009.540000', '140010.000000', '140010.460000', '140010.920000', '140011.380000', '140011.840000', '140012.300000', '140012.760000', '140013.220000', '140013.680000', '140014.140000', '140014.600000', '140015.060000', '140015.520000', '140015.980000', '140016.440000', '140016.900000', '140017.360000', '140017.820000', '140018.280000', '140018.740000', '140019.200000', '140019.660000', '140020.120000', '140020.580000', '140021.040000', '140021.500000', '140021.960000', '140022.420000', '140022.880000', '140023.340000', '140023.800000', '140024.260000', '140024.720000', '140025.180000', '140025.640000', '140026.100000', '140026.560000', '140027.020000', '140027.480000', '140027.940000', '140028.400000', '140028.860000', '140029.320000', '140029.780000', '140030.240000', '140030.700000', '140031.160000', '140031.620000', '140032.080000', '140032.540000', '140033.000000', '140033.460000', '140033.920000', '140034.380000', '140034.840000', '140035.300000', '140035.760000', '140036.220000', '140036.680000', '140037.140000', '140037.600000', '140038.060000', '140038.520000', '140038.980000', '140039.440000', '140039.900000', '140040.360000', '140040.820000', '140041.280000', '140041.740000', '140042.200000', '140042.660000', '140043.120000', '140043.580000', '140044.040000', '140044.500000', '140044.960000', '140045.420000', '140045.880000', '140046.340000', '140046.800000', '140047.260000', '140047.720000', '140048.180000', '140048.640000', '140049.100000', '140049.560000', '140050.020000', '140050.480000', '140050.940000', '140051.400000', '140051.860000', '140052.320000', '140052.780000', '140053.240000', '140053.700000', '140054.160000', '140054.620000', '140055.080000', '140055.540000', '140056.000000', '140056.460000', '140056.920000', '140057.380000', '140057.840000', '140058.300000', '140058.760000', '140059.220000', '140059.680000', '140100.140000', '140100.600000', '140101.060000', '140101.520000', '140101.980000', '140102.440000', '140102.900000', '140103.360000', '140103.820000', '140104.280000', '140104.740000', '140105.200000', '140105.660000', '140106.120000', '140106.580000', '140107.040000', '140107.500000', '140107.960000', '140108.420000', '140108.880000', '140109.340000', '140109.800000', '140110.260000', '140110.720000', '140111.180000', '140111.640000', '140112.100000', '140112.560000', '140113.020000', '140113.480000', '140113.940000', '140114.400000', '140114.860000', '140115.320000', '140115.780000', '140116.240000', '140116.700000', '140117.160000', '140117.620000', '140118.080000', '140118.540000', '140119.000000', '140119.460000', '140119.920000', '140120.380000', '140120.840000', '140121.300000', '140121.760000', '140122.220000', '140122.680000', '140123.140000', '140123.600000', '140124.060000', '140124.520000', '140124.980000', '140125.440000', '140125.900000', '140126.360000', '140126.820000', '140127.280000', '140127.740000', '140128.200000', '140128.660000', '140129.120000', '140129.580000', '140130.040000', '140130.500000', '140130.960000', '140131.420000', '140131.880000', '140132.340000', '140132.800000', '140133.260000', '140133.720000', '140134.180000', '140134.640000', '140135.100000', '140135.560000', '140136.020000', '140136.480000', '140136.940000', '140137.400000', '140137.860000', '140138.320000', '140138.780000', '140139.240000', '140139.700000', '140140.160000', '140140.620000', '140141.080000', '140141.540000', '140142.000000', '140142.460000', '140142.920000', '140143.380000', '140143.840000', '140144.300000', '140144.760000', '140145.220000', '140145.680000', '140146.140000', '140146.600000', '140147.060000', '140147.520000', '140147.980000', '140148.440000', '140148.900000', '140149.360000', '140149.820000', '140150.280000', '140150.740000', '140151.200000', '140151.660000', '140152.120000', '140152.580000', '140153.040000', '140153.500000', '140153.960000', '140154.420000', '140154.880000', '140155.340000', '140155.800000', '140156.260000', '140156.720000', '140157.180000', '140157.640000', '140158.100000', '140158.560000', '140159.020000', '140159.480000', '140159.940000', '140200.400000', '140200.860000', '140201.320000', '140201.780000', '140202.240000', '140202.700000', '140203.160000', '140203.620000', '140204.080000', '140204.540000', '140205.000000', '140205.460000', '140205.920000', '140206.380000', '140206.840000', '140207.300000', '140207.760000', '140208.220000', '140208.680000', '140209.140000', '140209.600000', '140210.060000', '140210.520000', '140210.980000', '140211.440000', '140211.900000', '140212.360000', '140212.820000', '140213.280000', '140213.740000', '140214.200000', '140214.660000', '140215.120000', '140215.580000', '140216.040000', '140216.500000', '140216.960000', '140217.420000', '140217.880000', '140218.340000', '140218.800000', '140219.260000', '140219.720000', '140220.180000', '140220.640000', '140221.100000', '140221.560000', '140222.020000', '140222.480000', '140222.940000', '140223.400000', '140223.860000', '140224.320000', '140224.780000', '140225.240000', '140225.700000', '140226.160000', '140226.620000', '140227.080000', '140227.540000', '140228.000000', '140228.460000', '140228.920000', '140229.380000', '140229.840000', '140230.300000', '140230.760000', '140231.220000', '140231.680000', '140232.140000', '140232.600000', '140233.060000', '140233.520000', '140233.980000', '140234.440000', '140234.900000', '140235.360000', '140235.820000', '140236.280000', '140236.740000', '140237.200000', '140237.660000', '140238.120000', '140238.580000', '140239.040000', '140239.500000', '140239.960000', '140240.420000', '140240.880000', '140241.340000', '140241.800000', '140242.260000', '140242.720000', '140243.180000', '140243.640000', '140244.100000', '140244.560000', '140245.020000', '140245.480000', '140245.940000', '140246.400000', '140246.860000', '140247.320000', '140247.780000', '140248.240000', '140248.700000', '140249.160000', '140249.620000', '140250.080000', '140250.540000', '140251.000000', '140251.460000', '140251.920000', '140252.380000', '140252.840000', '140253.300000', '140253.760000', '140254.220000', '140254.680000', '140255.140000', '140255.600000', '140256.060000', '140256.520000', '140256.980000', '140257.440000', '140257.900000', '140258.360000', '140258.820000', '140259.280000', '140259.740000', '140300.200000', '140300.660000', '140301.120000', '140301.580000', '140302.040000', '140302.500000', '140302.960000', '140303.420000', '140303.880000', '140304.340000', '140304.800000', '140305.260000', '140305.720000', '140306.180000', '140306.640000', '140307.100000', '140307.560000', '140308.020000', '140308.480000', '140308.940000', '140309.400000', '140309.860000', '140310.320000', '140310.780000', '140311.240000', '140311.700000', '140312.160000', '140312.620000', '140313.080000', '140313.540000', '140314.000000', '140314.460000', '140314.920000', '140315.380000', '140315.840000', '140316.300000', '140316.760000', '140317.220000', '140317.680000', '140318.140000', '140318.600000', '140319.060000', '140319.520000', '140319.980000', '140320.440000', '140320.900000', '140321.360000', '140321.820000', '140322.280000', '140322.740000', '140323.200000', '140323.660000', '140324.120000', '140324.580000', '140325.040000', '140325.500000', '140325.960000', '140326.420000', '140326.880000', '140327.340000', '140327.800000', '140328.260000', '140328.720000', '140329.180000', '140329.640000', '140330.100000', '140330.560000', '140331.020000', '140331.480000', '140331.940000', '140332.400000', '140332.860000', '140333.320000', '140333.780000', '140334.240000', '140334.700000', '140335.160000', '140335.620000', '140336.080000', '140336.540000', '140337.000000', '140337.460000', '140337.920000', '140338.380000', '140338.840000', '140339.300000', '140339.760000', '140340.220000', '140340.680000', '140341.140000', '140341.600000', '140342.060000', '140342.520000', '140342.980000', '140343.440000', '140343.900000', '140344.360000', '140344.820000', '140345.280000', '140345.740000', '140346.200000', '140346.660000', '140347.120000', '140347.580000', '140348.040000', '140348.500000', '140348.960000', '140349.420000', '140349.880000', '140350.340000', '140350.800000', '140351.260000', '140351.720000', '140352.180000', '140352.640000', '140353.100000', '140353.560000', '140354.020000', '140354.480000', '140354.940000', '140355.400000', '140355.860000', '140356.320000', '140356.780000', '140357.240000', '140357.700000', '140358.160000', '140358.620000', '140359.080000', '140359.540000', '140400.000000', '140400.460000', '140400.920000', '140401.380000', '140401.840000', '140402.300000', '140402.760000', '140403.220000', '140403.680000', '140404.140000', '140404.600000', '140405.060000', '140405.520000', '140405.980000', '140406.440000', '140406.900000', '140407.360000', '140407.820000', '140408.280000', '140408.740000', '140409.200000', '140409.660000', '140410.120000', '140410.580000', '140411.040000', '140411.500000', '140411.960000', '140412.420000', '140412.880000', '140413.340000', '140413.800000', '140414.260000', '140414.720000', '140415.180000', '140415.640000', '140416.100000', '140416.560000', '140417.020000', '140417.480000', '140417.940000', '140418.400000', '140418.860000', '140419.320000', '140419.780000', '140420.240000', '140420.700000', '140421.160000', '140421.620000', '140422.080000', '140422.540000', '140423.000000', '140423.460000', '140423.920000', '140424.380000', '140424.840000', '140425.300000', '140425.760000', '140426.220000', '140426.680000', '140427.140000', '140427.600000', '140428.060000', '140428.520000', '140428.980000', '140429.440000', '140429.900000', '140430.360000', '140430.820000', '140431.280000', '140431.740000', '140432.200000', '140432.660000', '140433.120000', '140433.580000', '140434.040000', '140434.500000', '140434.960000', '140435.420000', '140435.880000', '140436.340000', '140436.800000', '140437.260000', '140437.720000', '140438.180000', '140438.640000', '140439.100000', '140439.560000', '140440.020000', '140440.480000', '140440.940000', '140441.400000', '140441.860000', '140442.320000', '140442.780000', '140443.240000', '140443.700000', '140444.160000', '140444.620000', '140445.080000', '140445.540000', '140446.000000', '140446.460000', '140446.920000', '140447.380000', '140447.840000', '140448.300000', '140448.760000', '140449.220000', '140449.680000', '140450.140000', '140450.600000', '140451.060000', '140451.520000', '140451.980000', '140452.440000', '140452.900000', '140453.360000', '140453.820000', '140454.280000', '140454.740000', '140455.200000', '140455.660000'], 'ContentTime': ['135822.729000', '135822.732000', '135822.735000', '135822.737000', '135822.740000', '135822.743000', '135822.745000', '135822.748000', '135822.750000', '135822.753000', '135822.756000', '135822.758000', '135822.761000', '135822.764000', '135822.766000', '135822.769000', '135822.772000', '135822.774000', '135822.777000', '135822.780000', '135822.782000', '135822.785000', '135822.787000', '135822.790000', '135822.793000', '135822.795000', '135822.798000', '135822.801000', '135822.838000', '135822.841000', '135822.844000', '135822.846000', '135822.849000', '135822.852000', '135822.854000', '135822.857000', '135822.859000', '135822.862000', '135822.865000', '135822.867000', '135822.870000', '135822.873000', '135822.875000', '135822.878000', '135822.880000', '135822.883000', '135822.886000', '135822.888000', '135822.891000', '135822.893000', '135822.896000', '135822.899000', '135822.905000', '135822.907000', '135822.910000', '135822.912000', '135822.915000', '135842.703000', '135842.705000', '135842.708000', '135842.711000', '135842.714000', '135842.717000', '135842.719000', '135842.722000', '135842.725000', '135842.728000', '135842.730000', '135842.736000', '135842.739000', '135842.742000', '135842.744000', '135842.747000', '135842.750000', '135842.752000', '135842.755000', '135842.757000', '135842.760000', '135842.763000', '135842.765000', '135842.768000', '135842.770000', '135842.773000', '135842.776000', '135842.778000', '135842.781000', '135842.784000', '135842.786000', '135842.789000', '135842.792000', '135842.794000', '135842.797000', '135842.799000', '135842.802000', '135842.805000', '135842.807000', '135842.810000', '135842.813000', '135842.815000', '135842.818000', '135842.821000', '135902.704000', '135902.706000', '135902.709000', '135902.712000', '135902.714000', '135902.717000', '135902.720000', '135902.722000', '135902.725000', '135902.727000', '135902.730000', '135902.733000', '135902.735000', '135902.738000', '135902.741000', '135902.743000', '135902.746000', '135902.749000', '135902.751000', '135902.754000', '135902.756000', '135902.759000', '135902.762000', '135902.764000', '135902.767000', '135902.770000', '135902.772000', '135902.775000', '135902.778000', '135902.780000', '135902.783000', '135902.785000', '135902.788000', '135902.791000', '135902.794000', '135902.797000', '135902.800000', '135902.803000', '135902.806000', '135902.808000', '135902.811000', '135902.813000', '135902.816000', '135922.703000', '135922.706000', '135922.709000', '135922.711000', '135922.714000', '135922.717000', '135922.719000', '135922.722000', '135922.724000', '135922.727000', '135922.730000', '135922.732000', '135922.735000', '135922.737000', '135922.761000', '135922.764000', '135922.766000', '135922.769000', '135922.772000', '135922.774000', '135922.777000', '135922.780000', '135922.782000', '135922.785000', '135922.788000', '135922.791000', '135922.793000', '135922.796000', '135922.799000', '135922.801000', '135922.804000', '135922.807000', '135922.809000', '135922.812000', '135922.814000', '135922.817000', '135922.820000', '135922.822000', '135922.825000', '135922.836000', '135922.839000', '135922.841000', '135922.844000', '135922.847000', '135942.703000', '135942.706000', '135942.709000', '135942.711000', '135942.714000', '135942.717000', '135942.719000', '135942.722000', '135942.724000', '135942.727000', '135942.730000', '135942.732000', '135942.735000', '135942.738000', '135942.740000', '135942.743000', '135942.746000', '135942.748000', '135942.751000', '135942.753000', '135942.756000', '135942.758000', '135942.761000', '135942.764000', '135942.766000', '135942.769000', '135942.772000', '135942.774000', '135942.777000', '135942.779000', '135942.782000', '135942.784000', '135942.787000', '135942.790000', '135942.792000', '135942.795000', '135942.797000', '135942.849000', '135942.852000', '135942.854000', '135942.857000', '135942.860000', '135942.862000', '140002.702000', '140002.705000', '140002.708000', '140002.711000', '140002.713000', '140002.716000', '140002.718000', '140002.721000', '140002.724000', '140002.726000', '140002.729000', '140002.731000', '140002.734000', '140002.737000', '140002.739000', '140002.742000', '140002.744000', '140002.747000', '140002.750000', '140002.752000', '140002.755000', '140002.757000', '140002.760000', '140002.763000', '140002.765000', '140002.768000', '140002.770000', '140002.773000', '140002.775000', '140002.778000', '140002.781000', '140002.783000', '140002.786000', '140002.789000', '140002.791000', '140002.794000', '140002.796000', '140002.799000', '140002.834000', '140002.836000', '140002.839000', '140002.842000', '140002.844000', '140002.847000', '140022.703000', '140022.705000', '140022.708000', '140022.711000', '140022.713000', '140022.716000', '140022.718000', '140022.721000', '140022.724000', '140022.726000', '140022.729000', '140022.731000', '140022.734000', '140022.737000', '140022.739000', '140022.742000', '140022.744000', '140022.747000', '140022.750000', '140022.752000', '140022.755000', '140022.757000', '140022.760000', '140022.763000', '140022.765000', '140022.768000', '140022.770000', '140022.773000', '140022.776000', '140022.778000', '140022.781000', '140022.783000', '140022.786000', '140022.788000', '140022.791000', '140022.794000', '140022.796000', '140022.799000', '140022.822000', '140022.824000', '140022.827000', '140022.830000', '140022.832000', '140042.702000', '140042.705000', '140042.708000', '140042.711000', '140042.713000', '140042.716000', '140042.719000', '140042.722000', '140042.724000', '140042.727000', '140042.729000', '140042.732000', '140042.734000', '140042.737000', '140042.740000', '140042.742000', '140042.745000', '140042.748000', '140042.750000', '140042.753000', '140042.755000', '140042.758000', '140042.761000', '140042.763000', '140042.766000', '140042.768000', '140042.771000', '140042.774000', '140042.776000', '140042.779000', '140042.781000', '140042.784000', '140042.787000', '140042.789000', '140042.792000', '140042.794000', '140042.797000', '140042.833000', '140042.836000', '140042.838000', '140042.841000', '140042.843000', '140042.846000', '140042.849000', '140102.702000', '140102.705000', '140102.708000', '140102.710000', '140102.713000', '140102.716000', '140102.718000', '140102.721000', '140102.724000', '140102.726000', '140102.729000', '140102.731000', '140102.734000', '140102.736000', '140102.739000', '140102.742000', '140102.744000', '140102.747000', '140102.749000', '140102.752000', '140102.755000', '140102.757000', '140102.760000', '140102.763000', '140102.765000', '140102.768000', '140102.770000', '140102.773000', '140102.775000', '140102.778000', '140102.781000', '140102.783000', '140102.786000', '140102.788000', '140102.802000', '140102.854000', '140102.857000', '140102.859000', '140102.862000', '140102.865000', '140102.867000', '140102.871000', '140102.874000', '140122.703000', '140122.706000', '140122.709000', '140122.711000', '140122.714000', '140122.717000', '140122.719000', '140122.722000', '140122.725000', '140122.727000', '140122.730000', '140122.732000', '140122.735000', '140122.738000', '140122.740000', '140122.743000', '140122.745000', '140122.748000', '140122.751000', '140122.753000', '140122.756000', '140122.759000', '140122.761000', '140122.766000', '140122.768000', '140122.771000', '140122.774000', '140122.776000', '140122.779000', '140122.781000', '140122.784000', '140122.787000', '140122.789000', '140122.792000', '140122.794000', '140122.797000', '140122.800000', '140122.803000', '140122.805000', '140122.808000', '140122.810000', '140122.813000', '140122.816000', '140122.818000', '140142.704000', '140142.706000', '140142.709000', '140142.712000', '140142.714000', '140142.717000', '140142.719000', '140142.722000', '140142.725000', '140142.727000', '140142.730000', '140142.732000', '140142.735000', '140142.738000', '140142.740000', '140142.743000', '140142.746000', '140142.748000', '140142.751000', '140142.754000', '140142.756000', '140142.759000', '140142.762000', '140142.764000', '140142.767000', '140142.769000', '140142.772000', '140142.775000', '140142.777000', '140142.780000', '140142.783000', '140142.785000', '140142.788000', '140142.791000', '140142.793000', '140142.796000', '140142.799000', '140142.860000', '140142.862000', '140142.865000', '140142.867000', '140142.870000', '140142.873000', '140202.704000', '140202.708000', '140202.712000', '140202.714000', '140202.717000', '140202.720000', '140202.722000', '140202.725000', '140202.728000', '140202.730000', '140202.733000', '140202.736000', '140202.739000', '140202.742000', '140202.744000', '140202.747000', '140202.750000', '140202.752000', '140202.755000', '140202.758000', '140202.760000', '140202.763000', '140202.766000', '140202.769000', '140202.771000', '140202.774000', '140202.776000', '140202.779000', '140202.782000', '140202.784000', '140202.796000', '140202.799000', '140202.858000', '140202.860000', '140202.863000', '140202.874000', '140202.876000', '140202.879000', '140202.882000', '140202.884000', '140202.887000', '140202.890000', '140202.892000', '140222.702000', '140222.705000', '140222.708000', '140222.711000', '140222.713000', '140222.716000', '140222.719000', '140222.721000', '140222.724000', '140222.726000', '140222.729000', '140222.731000', '140222.734000', '140222.737000', '140222.739000', '140222.742000', '140222.744000', '140222.747000', '140222.750000', '140222.752000', '140222.755000', '140222.757000', '140222.760000', '140222.763000', '140222.765000', '140222.768000', '140222.770000', '140222.773000', '140222.775000', '140222.778000', '140222.781000', '140222.784000', '140222.786000', '140222.789000', '140222.792000', '140222.794000', '140222.797000', '140222.846000', '140222.848000', '140222.851000', '140222.854000', '140222.856000', '140222.859000', '140222.862000', '140242.703000', '140242.706000', '140242.708000', '140242.711000', '140242.714000', '140242.716000', '140242.719000', '140242.722000', '140242.725000', '140242.727000', '140242.730000', '140242.733000', '140242.735000', '140242.738000', '140242.741000', '140242.743000', '140242.757000', '140242.759000', '140242.762000', '140242.765000', '140242.767000', '140242.770000', '140242.773000', '140242.775000', '140242.778000', '140242.781000', '140242.783000', '140242.786000', '140242.789000', '140242.791000', '140242.794000', '140242.797000', '140242.861000', '140242.864000', '140242.866000', '140242.869000', '140242.871000', '140242.874000', '140242.877000', '140242.879000', '140242.882000', '140242.884000', '140242.887000', '140242.890000', '140302.703000', '140302.705000', '140302.708000', '140302.711000', '140302.713000', '140302.716000', '140302.719000', '140302.721000', '140302.724000', '140302.727000', '140302.729000', '140302.732000', '140302.735000', '140302.737000', '140302.740000', '140302.742000', '140302.745000', '140302.748000', '140302.750000', '140302.753000', '140302.756000', '140302.758000', '140302.761000', '140302.764000', '140302.766000', '140302.769000', '140302.771000', '140302.774000', '140302.777000', '140302.779000', '140302.782000', '140302.784000', '140302.787000', '140302.789000', '140302.792000', '140302.795000', '140302.797000', '140302.861000', '140302.864000', '140302.866000', '140302.869000', '140302.872000', '140302.874000', '140322.702000', '140322.705000', '140322.708000', '140322.710000', '140322.713000', '140322.716000', '140322.718000', '140322.721000', '140322.724000', '140322.726000', '140322.729000', '140322.731000', '140322.734000', '140322.736000', '140322.739000', '140322.742000', '140322.744000', '140322.748000', '140322.751000', '140322.753000', '140322.756000', '140322.759000', '140322.761000', '140322.764000', '140322.766000', '140322.769000', '140322.772000', '140322.774000', '140322.777000', '140322.779000', '140322.782000', '140322.785000', '140322.787000', '140322.790000', '140322.792000', '140322.795000', '140322.798000', '140322.801000', '140322.803000', '140322.806000', '140322.809000', '140322.811000', '140322.814000', '140322.817000', '140342.704000', '140342.706000', '140342.709000', '140342.712000', '140342.715000', '140342.717000', '140342.720000', '140342.725000', '140342.727000', '140342.730000', '140342.733000', '140342.735000', '140342.738000', '140342.741000', '140342.743000', '140342.746000', '140342.749000', '140342.751000', '140342.754000', '140342.757000', '140342.759000', '140342.762000', '140342.764000', '140342.767000', '140342.770000', '140342.772000', '140342.775000', '140342.777000', '140342.780000', '140342.783000', '140342.785000', '140342.788000', '140342.790000', '140342.793000', '140342.795000', '140342.798000', '140342.801000', '140342.804000', '140342.806000', '140342.809000', '140342.811000', '140342.814000', '140342.817000', '140402.703000', '140402.706000', '140402.709000', '140402.712000', '140402.714000', '140402.718000', '140402.721000', '140402.723000', '140402.726000', '140402.729000', '140402.731000', '140402.734000', '140402.737000', '140402.739000', '140402.742000', '140402.744000', '140402.747000', '140402.750000', '140402.752000', '140402.755000', '140402.757000', '140402.760000', '140402.763000', '140402.765000', '140402.768000', '140402.770000', '140402.773000', '140402.790000', '140402.792000', '140402.795000', '140402.798000', '140402.801000', '140402.803000', '140402.806000', '140402.809000', '140402.811000', '140402.814000', '140402.816000', '140402.819000', '140402.822000', '140402.824000', '140402.827000', '140402.830000', '140422.702000', '140422.705000', '140422.708000', '140422.711000', '140422.713000', '140422.716000', '140422.718000', '140422.721000', '140422.723000', '140422.726000', '140422.729000', '140422.731000', '140422.734000', '140422.737000', '140422.739000', '140422.742000', '140422.744000', '140422.747000', '140422.749000', '140422.752000', '140422.755000', '140422.757000', '140422.760000', '140422.762000', '140422.765000', '140422.768000', '140422.770000', '140422.773000', '140422.775000', '140422.778000', '140422.781000', '140422.783000', '140422.786000', '140422.788000', '140422.791000', '140422.793000', '140422.796000', '140422.799000', '140422.868000', '140422.870000', '140422.873000', '140422.876000', '140422.879000', '140422.881000', '140442.703000', '140442.705000', '140442.708000', '140442.711000', '140442.713000', '140442.716000', '140442.718000', '140442.721000', '140442.724000', '140442.727000', '140442.729000', '140442.732000', '140442.736000', '140442.739000', '140442.741000', '140442.744000', '140442.747000', '140442.749000', '140442.752000', '140442.755000', '140442.757000', '140442.760000', '140442.763000', '140442.765000', '140442.768000', '140442.771000', '140442.773000', '140442.776000', '140442.779000', '140442.781000', '140442.784000', '140442.788000', '140442.790000', '140442.793000', '140442.796000', '140442.798000', '140442.868000', '140442.871000', '140442.873000', '140442.876000', '140442.878000', '140442.881000', '140442.884000', '140456.562000', '140456.565000', '140456.568000', '140456.570000', '140456.573000', '140456.576000', '140456.578000', '140456.581000', '140456.583000', '140456.586000', '140456.589000', '140456.591000', '140456.594000', '140456.596000', '140456.599000', '140456.602000', '140456.604000', '140456.607000', '140456.609000', '140456.612000', '140456.615000', '140456.617000', '140456.620000', '140456.622000', '140456.625000', '140456.628000', '140456.630000', '140456.633000', '140456.635000', '140456.638000', '140456.640000'], 'InstanceCreationTime': ['135822.729000', '135822.732000', '135822.735000', '135822.737000', '135822.740000', '135822.743000', '135822.745000', '135822.748000', '135822.750000', '135822.753000', '135822.756000', '135822.758000', '135822.761000', '135822.764000', '135822.766000', '135822.769000', '135822.772000', '135822.774000', '135822.777000', '135822.780000', '135822.782000', '135822.785000', '135822.787000', '135822.790000', '135822.793000', '135822.795000', '135822.798000', '135822.801000', '135822.838000', '135822.841000', '135822.844000', '135822.846000', '135822.849000', '135822.852000', '135822.854000', '135822.857000', '135822.859000', '135822.862000', '135822.865000', '135822.867000', '135822.870000', '135822.873000', '135822.875000', '135822.878000', '135822.880000', '135822.883000', '135822.886000', '135822.888000', '135822.891000', '135822.893000', '135822.896000', '135822.899000', '135822.905000', '135822.907000', '135822.910000', '135822.912000', '135822.915000', '135842.703000', '135842.705000', '135842.708000', '135842.711000', '135842.714000', '135842.717000', '135842.719000', '135842.722000', '135842.725000', '135842.728000', '135842.730000', '135842.736000', '135842.739000', '135842.742000', '135842.744000', '135842.747000', '135842.750000', '135842.752000', '135842.755000', '135842.757000', '135842.760000', '135842.763000', '135842.765000', '135842.768000', '135842.770000', '135842.773000', '135842.776000', '135842.778000', '135842.781000', '135842.784000', '135842.786000', '135842.789000', '135842.792000', '135842.794000', '135842.797000', '135842.799000', '135842.802000', '135842.805000', '135842.807000', '135842.810000', '135842.813000', '135842.815000', '135842.818000', '135842.821000', '135902.704000', '135902.706000', '135902.709000', '135902.712000', '135902.714000', '135902.717000', '135902.720000', '135902.722000', '135902.725000', '135902.727000', '135902.730000', '135902.733000', '135902.735000', '135902.738000', '135902.741000', '135902.743000', '135902.746000', '135902.749000', '135902.751000', '135902.754000', '135902.756000', '135902.759000', '135902.762000', '135902.764000', '135902.767000', '135902.770000', '135902.772000', '135902.775000', '135902.778000', '135902.780000', '135902.783000', '135902.785000', '135902.788000', '135902.791000', '135902.794000', '135902.797000', '135902.800000', '135902.803000', '135902.806000', '135902.808000', '135902.811000', '135902.813000', '135902.816000', '135922.703000', '135922.706000', '135922.709000', '135922.711000', '135922.714000', '135922.717000', '135922.719000', '135922.722000', '135922.724000', '135922.727000', '135922.730000', '135922.732000', '135922.735000', '135922.737000', '135922.761000', '135922.764000', '135922.766000', '135922.769000', '135922.772000', '135922.774000', '135922.777000', '135922.780000', '135922.782000', '135922.785000', '135922.788000', '135922.791000', '135922.793000', '135922.796000', '135922.799000', '135922.801000', '135922.804000', '135922.807000', '135922.809000', '135922.812000', '135922.814000', '135922.817000', '135922.820000', '135922.822000', '135922.825000', '135922.836000', '135922.839000', '135922.841000', '135922.844000', '135922.847000', '135942.703000', '135942.706000', '135942.709000', '135942.711000', '135942.714000', '135942.717000', '135942.719000', '135942.722000', '135942.724000', '135942.727000', '135942.730000', '135942.732000', '135942.735000', '135942.738000', '135942.740000', '135942.743000', '135942.746000', '135942.748000', '135942.751000', '135942.753000', '135942.756000', '135942.758000', '135942.761000', '135942.764000', '135942.766000', '135942.769000', '135942.772000', '135942.774000', '135942.777000', '135942.779000', '135942.782000', '135942.784000', '135942.787000', '135942.790000', '135942.792000', '135942.795000', '135942.797000', '135942.849000', '135942.852000', '135942.854000', '135942.857000', '135942.860000', '135942.862000', '140002.702000', '140002.705000', '140002.708000', '140002.711000', '140002.713000', '140002.716000', '140002.718000', '140002.721000', '140002.724000', '140002.726000', '140002.729000', '140002.731000', '140002.734000', '140002.737000', '140002.739000', '140002.742000', '140002.744000', '140002.747000', '140002.750000', '140002.752000', '140002.755000', '140002.757000', '140002.760000', '140002.763000', '140002.765000', '140002.768000', '140002.770000', '140002.773000', '140002.775000', '140002.778000', '140002.781000', '140002.783000', '140002.786000', '140002.789000', '140002.791000', '140002.794000', '140002.796000', '140002.799000', '140002.834000', '140002.836000', '140002.839000', '140002.842000', '140002.844000', '140002.847000', '140022.703000', '140022.705000', '140022.708000', '140022.711000', '140022.713000', '140022.716000', '140022.718000', '140022.721000', '140022.724000', '140022.726000', '140022.729000', '140022.731000', '140022.734000', '140022.737000', '140022.739000', '140022.742000', '140022.744000', '140022.747000', '140022.750000', '140022.752000', '140022.755000', '140022.757000', '140022.760000', '140022.763000', '140022.765000', '140022.768000', '140022.770000', '140022.773000', '140022.776000', '140022.778000', '140022.781000', '140022.783000', '140022.786000', '140022.788000', '140022.791000', '140022.794000', '140022.796000', '140022.799000', '140022.822000', '140022.824000', '140022.827000', '140022.830000', '140022.832000', '140042.702000', '140042.705000', '140042.708000', '140042.711000', '140042.713000', '140042.716000', '140042.719000', '140042.722000', '140042.724000', '140042.727000', '140042.729000', '140042.732000', '140042.734000', '140042.737000', '140042.740000', '140042.742000', '140042.745000', '140042.748000', '140042.750000', '140042.753000', '140042.755000', '140042.758000', '140042.761000', '140042.763000', '140042.766000', '140042.768000', '140042.771000', '140042.774000', '140042.776000', '140042.779000', '140042.781000', '140042.784000', '140042.787000', '140042.789000', '140042.792000', '140042.794000', '140042.797000', '140042.833000', '140042.836000', '140042.838000', '140042.841000', '140042.843000', '140042.846000', '140042.849000', '140102.702000', '140102.705000', '140102.708000', '140102.710000', '140102.713000', '140102.716000', '140102.718000', '140102.721000', '140102.724000', '140102.726000', '140102.729000', '140102.731000', '140102.734000', '140102.736000', '140102.739000', '140102.742000', '140102.744000', '140102.747000', '140102.749000', '140102.752000', '140102.755000', '140102.757000', '140102.760000', '140102.763000', '140102.765000', '140102.768000', '140102.770000', '140102.773000', '140102.775000', '140102.778000', '140102.781000', '140102.783000', '140102.786000', '140102.788000', '140102.802000', '140102.854000', '140102.857000', '140102.859000', '140102.862000', '140102.865000', '140102.867000', '140102.871000', '140102.874000', '140122.703000', '140122.706000', '140122.709000', '140122.711000', '140122.714000', '140122.717000', '140122.719000', '140122.722000', '140122.725000', '140122.727000', '140122.730000', '140122.732000', '140122.735000', '140122.738000', '140122.740000', '140122.743000', '140122.745000', '140122.748000', '140122.751000', '140122.753000', '140122.756000', '140122.759000', '140122.761000', '140122.766000', '140122.768000', '140122.771000', '140122.774000', '140122.776000', '140122.779000', '140122.781000', '140122.784000', '140122.787000', '140122.789000', '140122.792000', '140122.794000', '140122.797000', '140122.800000', '140122.803000', '140122.805000', '140122.808000', '140122.810000', '140122.813000', '140122.816000', '140122.818000', '140142.704000', '140142.706000', '140142.709000', '140142.712000', '140142.714000', '140142.717000', '140142.719000', '140142.722000', '140142.725000', '140142.727000', '140142.730000', '140142.732000', '140142.735000', '140142.738000', '140142.740000', '140142.743000', '140142.746000', '140142.748000', '140142.751000', '140142.754000', '140142.756000', '140142.759000', '140142.762000', '140142.764000', '140142.767000', '140142.769000', '140142.772000', '140142.775000', '140142.777000', '140142.780000', '140142.783000', '140142.785000', '140142.788000', '140142.791000', '140142.793000', '140142.796000', '140142.799000', '140142.860000', '140142.862000', '140142.865000', '140142.867000', '140142.870000', '140142.873000', '140202.704000', '140202.708000', '140202.712000', '140202.714000', '140202.717000', '140202.720000', '140202.722000', '140202.725000', '140202.728000', '140202.730000', '140202.733000', '140202.736000', '140202.739000', '140202.742000', '140202.744000', '140202.747000', '140202.750000', '140202.752000', '140202.755000', '140202.758000', '140202.760000', '140202.763000', '140202.766000', '140202.769000', '140202.771000', '140202.774000', '140202.776000', '140202.779000', '140202.782000', '140202.784000', '140202.796000', '140202.799000', '140202.858000', '140202.860000', '140202.863000', '140202.874000', '140202.876000', '140202.879000', '140202.882000', '140202.884000', '140202.887000', '140202.890000', '140202.892000', '140222.702000', '140222.705000', '140222.708000', '140222.711000', '140222.713000', '140222.716000', '140222.719000', '140222.721000', '140222.724000', '140222.726000', '140222.729000', '140222.731000', '140222.734000', '140222.737000', '140222.739000', '140222.742000', '140222.744000', '140222.747000', '140222.750000', '140222.752000', '140222.755000', '140222.757000', '140222.760000', '140222.763000', '140222.765000', '140222.768000', '140222.770000', '140222.773000', '140222.775000', '140222.778000', '140222.781000', '140222.784000', '140222.786000', '140222.789000', '140222.792000', '140222.794000', '140222.797000', '140222.846000', '140222.848000', '140222.851000', '140222.854000', '140222.856000', '140222.859000', '140222.862000', '140242.703000', '140242.706000', '140242.708000', '140242.711000', '140242.714000', '140242.716000', '140242.719000', '140242.722000', '140242.725000', '140242.727000', '140242.730000', '140242.733000', '140242.735000', '140242.738000', '140242.741000', '140242.743000', '140242.757000', '140242.759000', '140242.762000', '140242.765000', '140242.767000', '140242.770000', '140242.773000', '140242.775000', '140242.778000', '140242.781000', '140242.783000', '140242.786000', '140242.789000', '140242.791000', '140242.794000', '140242.797000', '140242.861000', '140242.864000', '140242.866000', '140242.869000', '140242.871000', '140242.874000', '140242.877000', '140242.879000', '140242.882000', '140242.884000', '140242.887000', '140242.890000', '140302.703000', '140302.705000', '140302.708000', '140302.711000', '140302.713000', '140302.716000', '140302.719000', '140302.721000', '140302.724000', '140302.727000', '140302.729000', '140302.732000', '140302.735000', '140302.737000', '140302.740000', '140302.742000', '140302.745000', '140302.748000', '140302.750000', '140302.753000', '140302.756000', '140302.758000', '140302.761000', '140302.764000', '140302.766000', '140302.769000', '140302.771000', '140302.774000', '140302.777000', '140302.779000', '140302.782000', '140302.784000', '140302.787000', '140302.789000', '140302.792000', '140302.795000', '140302.797000', '140302.861000', '140302.864000', '140302.866000', '140302.869000', '140302.872000', '140302.874000', '140322.702000', '140322.705000', '140322.708000', '140322.710000', '140322.713000', '140322.716000', '140322.718000', '140322.721000', '140322.724000', '140322.726000', '140322.729000', '140322.731000', '140322.734000', '140322.736000', '140322.739000', '140322.742000', '140322.744000', '140322.748000', '140322.751000', '140322.753000', '140322.756000', '140322.759000', '140322.761000', '140322.764000', '140322.766000', '140322.769000', '140322.772000', '140322.774000', '140322.777000', '140322.779000', '140322.782000', '140322.785000', '140322.787000', '140322.790000', '140322.792000', '140322.795000', '140322.798000', '140322.801000', '140322.803000', '140322.806000', '140322.809000', '140322.811000', '140322.814000', '140322.817000', '140342.704000', '140342.706000', '140342.709000', '140342.712000', '140342.715000', '140342.717000', '140342.720000', '140342.725000', '140342.727000', '140342.730000', '140342.733000', '140342.735000', '140342.738000', '140342.741000', '140342.743000', '140342.746000', '140342.749000', '140342.751000', '140342.754000', '140342.757000', '140342.759000', '140342.762000', '140342.764000', '140342.767000', '140342.770000', '140342.772000', '140342.775000', '140342.777000', '140342.780000', '140342.783000', '140342.785000', '140342.788000', '140342.790000', '140342.793000', '140342.795000', '140342.798000', '140342.801000', '140342.804000', '140342.806000', '140342.809000', '140342.811000', '140342.814000', '140342.817000', '140402.703000', '140402.706000', '140402.709000', '140402.712000', '140402.714000', '140402.718000', '140402.721000', '140402.723000', '140402.726000', '140402.729000', '140402.731000', '140402.734000', '140402.737000', '140402.739000', '140402.742000', '140402.744000', '140402.747000', '140402.750000', '140402.752000', '140402.755000', '140402.757000', '140402.760000', '140402.763000', '140402.765000', '140402.768000', '140402.770000', '140402.773000', '140402.790000', '140402.792000', '140402.795000', '140402.798000', '140402.801000', '140402.803000', '140402.806000', '140402.809000', '140402.811000', '140402.814000', '140402.816000', '140402.819000', '140402.822000', '140402.824000', '140402.827000', '140402.830000', '140422.702000', '140422.705000', '140422.708000', '140422.711000', '140422.713000', '140422.716000', '140422.718000', '140422.721000', '140422.723000', '140422.726000', '140422.729000', '140422.731000', '140422.734000', '140422.737000', '140422.739000', '140422.742000', '140422.744000', '140422.747000', '140422.749000', '140422.752000', '140422.755000', '140422.757000', '140422.760000', '140422.762000', '140422.765000', '140422.768000', '140422.770000', '140422.773000', '140422.775000', '140422.778000', '140422.781000', '140422.783000', '140422.786000', '140422.788000', '140422.791000', '140422.793000', '140422.796000', '140422.799000', '140422.868000', '140422.870000', '140422.873000', '140422.876000', '140422.879000', '140422.881000', '140442.703000', '140442.705000', '140442.708000', '140442.711000', '140442.713000', '140442.716000', '140442.718000', '140442.721000', '140442.724000', '140442.727000', '140442.729000', '140442.732000', '140442.736000', '140442.739000', '140442.741000', '140442.744000', '140442.747000', '140442.749000', '140442.752000', '140442.755000', '140442.757000', '140442.760000', '140442.763000', '140442.765000', '140442.768000', '140442.771000', '140442.773000', '140442.776000', '140442.779000', '140442.781000', '140442.784000', '140442.788000', '140442.790000', '140442.793000', '140442.796000', '140442.798000', '140442.868000', '140442.871000', '140442.873000', '140442.876000', '140442.878000', '140442.881000', '140442.884000', '140456.562000', '140456.565000', '140456.568000', '140456.570000', '140456.573000', '140456.576000', '140456.578000', '140456.581000', '140456.583000', '140456.586000', '140456.589000', '140456.591000', '140456.594000', '140456.596000', '140456.599000', '140456.602000', '140456.604000', '140456.607000', '140456.609000', '140456.612000', '140456.615000', '140456.617000', '140456.620000', '140456.622000', '140456.625000', '140456.628000', '140456.630000', '140456.633000', '140456.635000', '140456.638000', '140456.640000'], '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': [9641, 9672, 10759, 9116, 17582, 9862, 13885, 8751, 11763, 8951, 15067, 10753, 12993, 10273, 8266, 8828, 8589, 12073, 10953, 15346, 8730, 8456, 8671, 8735, 8422, 10672, 8502, 10182, 8734, 8861, 8651, 9127, 8427, 10568, 9787, 8143, 8809, 10387, 8991, 17988, 12001, 17217, 10961, 15319, 11363, 15362, 12061, 16302, 8914, 11154, 8387, 8413, 8426, 10233, 8793, 8784, 8605, 8644, 11514, 12373, 18193, 12335, 18772, 11450, 13730, 8738, 13196, 10034, 11679, 8631, 8923, 12242, 8630, 13003, 8829, 10783, 8739, 8859, 8964, 8565, 8565, 10020, 8943, 8609, 8654, 8730, 11468, 11455, 12413, 8678, 17971, 11809, 17021, 12686, 17617, 10994, 14519, 8662, 10941, 9500, 14138, 8588, 8830, 8317, 8599, 9578, 8695, 14843, 11306, 17508, 10104, 12856, 8817, 12712, 11484, 18368, 10941, 10968, 8782, 9039, 8643, 8892, 8578, 8960, 9149, 9913, 9416, 8524, 8833, 8470, 16106, 13445, 18869, 13132, 18894, 13315, 19012, 14223, 19977, 13358, 18744, 9595, 13085, 8907, 11672, 8761, 11019, 9297, 9567, 8620, 8982, 8812, 9102, 8861, 9143, 8838, 8833, 9145, 8404, 9159, 8728, 9396, 8352, 9357, 10734, 9375, 14941, 12485, 16421, 13291, 15016, 19069, 13187, 18841, 12864, 18378, 15953, 17943, 11702, 9604, 9662, 8871, 9357, 9206, 9503, 12638, 9195, 16238, 10105, 19154, 13360, 18115, 12327, 16681, 9244, 12202, 11187, 17745, 10943, 13880, 8966, 8900, 8410, 9125, 12068, 9455, 8494, 9040, 8298, 8917, 16796, 10274, 17676, 10086, 8889, 8627, 8868, 8865, 8879, 8771, 9184, 8345, 9157, 9034, 9006, 15336, 11712, 15400, 13513, 16154, 13583, 14902, 10760, 10258, 9452, 9713, 15025, 11148, 17943, 11915, 18379, 12473, 16252, 9575, 13569, 9078, 12114, 8701, 8845, 9000, 8850, 8739, 8828, 8569, 16337, 13425, 17486, 12858, 12507, 9172, 9749, 8838, 11134, 9611, 8829, 8868, 8966, 9506, 9549, 15070, 14428, 17817, 12538, 13536, 9599, 14439, 12557, 17147, 9137, 11571, 9146, 10442, 9074, 14419, 9048, 10177, 9076, 8482, 9586, 8718, 8760, 9562, 8727, 9651, 8840, 8887, 9500, 16446, 12124, 15796, 15959, 14534, 18010, 12032, 17585, 12681, 17208, 12944, 17253, 10962, 8531, 8785, 9528, 8774, 9972, 8286, 9269, 9209, 8852, 9233, 9269, 9393, 11103, 10425, 14905, 11040, 14196, 9421, 13290, 9117, 14832, 13497, 10989, 10305, 8637, 8414, 8897, 9400, 8991, 8419, 9270, 8957, 9612, 12709, 10405, 14240, 9660, 11764, 8999, 12103, 12277, 15657, 16193, 11743, 17788, 10674, 15344, 9159, 16523, 11490, 16079, 9198, 12589, 9234, 12908, 10909, 17975, 15557, 15048, 16632, 10152, 17909, 9652, 17059, 12124, 17952, 10696, 12490, 9162, 11961, 14388, 15645, 16028, 9578, 17359, 9475, 13802, 9384, 14022, 8903, 10674, 8775, 8599, 8761, 8779, 8489, 8989, 8501, 8614, 8949, 8878, 11770, 8664, 14800, 8611, 15596, 9742, 16706, 13615, 17789, 11863, 15164, 9178, 13343, 10462, 18872, 10359, 15766, 8724, 12506, 12569, 18021, 9423, 14522, 9277, 11507, 9029, 18970, 11092, 16981, 9271, 12169, 13688, 17280, 12926, 13125, 8680, 8634, 8531, 9069, 13489, 12751, 8680, 8514, 8142, 8979, 8833, 13516, 8798, 9400, 9343, 10379, 9115, 14629, 8951, 9444, 8990, 8497, 8820, 16135, 11248, 16617, 11346, 15998, 9372, 16563, 11245, 17908, 11863, 16085, 9360, 9661, 8820, 9320, 8727, 11328, 8951, 8925, 9135, 11411, 8980, 8861, 9475, 9007, 9585, 9175, 9237, 11713, 9754, 13461, 9543, 12409, 9489, 13109, 9512, 14923, 9350, 12790, 8637, 9335, 8788, 8896, 10718, 9028, 8885, 8969, 8610, 9111, 10891, 9310, 11047, 9087, 10138, 9200, 9153, 9444, 8677, 9317, 8683, 9447, 8557, 9717, 8798, 9480, 12379, 9516, 14166, 10759, 14026, 10495, 15340, 13374, 16588, 12650, 14681, 15096, 10224, 18349, 12510, 16708, 11775, 15110, 9259, 10979, 9136, 11743, 9754, 12188, 9221, 8447, 9213, 8811, 8722, 12585, 9506, 15993, 11905, 16684, 12925, 17064, 13578, 15723, 8919, 9979, 9048, 10521, 8716, 11323, 9032, 8866, 8945, 9115, 13651, 9175, 15224, 10577, 15926, 14394, 17968, 15716, 13400, 17110, 10016, 17967, 11874, 17213, 10794, 14613, 8713, 13272, 10790, 13962, 9344, 11959, 9381, 10235, 9030, 10416, 9803, 9112, 9580, 8721, 8723, 8974, 11899, 9142, 10627, 9087, 10364, 9425, 8698, 9084, 9061, 8905, 9070, 8948, 8959, 11017, 9038, 10287, 8930, 11733, 8635, 9043, 9153, 9018, 9079, 9569, 8609, 16929, 11447, 8928, 9185, 8886, 8752, 8778, 13484, 11969, 14282, 8998, 9250, 9229, 8962, 8894, 9713, 8502, 16551, 13770, 17559, 12100, 19014, 21377, 20236, 23324, 15997, 8424, 8310, 9501, 9271, 9031, 8647, 11117, 10660, 15675, 17939, 15659, 18315, 17803, 15041, 19525, 16861, 18849, 18651, 11287, 19872, 14186, 17479, 10333, 8460, 9096, 9046, 9243, 9429, 9189, 9779, 8522, 9381, 8827, 9475, 9276, 9019, 9373, 8727, 9702, 8660, 9482, 8790, 9412, 8932, 9122, 9531, 9277, 9519, 12339, 9127, 10005, 9147, 11470, 9407, 15332, 9721, 15705, 9687, 11491, 9564, 14553, 9576, 13577, 9354, 9838, 8931, 11787, 11698, 8722, 9515, 8925, 11955, 12760, 15087, 9226, 10963, 9741, 14608, 10555, 18367, 9712, 15806, 9425, 15691, 10341, 17125, 9646, 14823, 9912, 12498, 9546, 15991, 9667, 13467, 9350, 9328, 8920, 8986, 9417, 10692, 9066, 8754, 9067, 8858, 16966, 9738, 16858, 10882, 13333, 9352, 9774, 9320, 9143, 9123, 9104, 9371, 8695, 9777, 8745, 9341, 9504, 9149, 12671, 9092, 10399, 9424, 8620, 9471, 8775, 8834, 8785, 9299, 8664, 12461, 13783, 18108, 11520, 14020, 9352, 11637, 10497, 14252, 17335, 15012, 10957, 8863, 8917, 8813, 12481, 9262, 9074, 9090, 9315, 9079, 9104, 10888, 15289, 15235, 15679, 9345, 19109, 10397, 17238, 12995, 17100, 9366, 10569, 9388, 10235, 9375, 17292, 10072, 14376, 9762, 8759, 8958, 9483, 8930, 9441, 15656, 9400, 17219, 12362, 17852, 14922, 18794, 9731, 15408, 18042, 12290, 19862, 15136, 17366, 9212, 11866, 9469, 8877, 9366, 8685, 9649, 8895, 9372, 8988, 9530, 9485, 9466, 14284, 9362, 11063, 9229, 13442, 10020, 16137, 9363, 8997, 9366, 10144, 9328, 12561, 8923, 8856, 9044, 9100, 11425, 15714, 10220, 9154, 13653, 9475, 20736, 14490, 19663, 11349, 13381, 9302, 8770, 8924, 8821, 9237, 8852, 9332, 9239, 8821, 8877, 9290, 8643, 9300, 11658, 10395, 8714, 9071, 8745, 9175, 8936, 9267, 9010, 8892, 8998, 9992], 'WindowCenter': [5106.0, 5093.0, 5091.0, 5068.0, 5123.0, 5063.0, 5092.0, 5044.0, 5060.0, 5055.0, 5090.0, 5061.0, 5081.0, 5051.0, 5020.0, 5030.0, 5031.0, 5070.0, 5051.0, 5089.0, 5019.0, 5020.0, 5027.0, 5030.0, 5029.0, 5050.0, 5044.0, 5050.0, 5032.0, 5040.0, 5033.0, 5041.0, 5034.0, 5061.0, 5052.0, 5047.0, 5054.0, 5057.0, 5038.0, 5110.0, 5072.0, 5099.0, 5052.0, 5100.0, 5071.0, 5089.0, 5059.0, 5087.0, 5029.0, 5047.0, 5019.0, 5018.0, 5025.0, 5053.0, 5045.0, 5040.0, 5044.0, 5043.0, 5055.0, 5069.0, 5108.0, 5069.0, 5110.0, 5062.0, 5066.0, 5041.0, 5081.0, 5045.0, 5058.0, 5017.0, 5039.0, 5054.0, 5030.0, 5053.0, 5029.0, 5050.0, 5032.0, 5029.0, 5030.0, 5029.0, 5030.0, 5038.0, 5054.0, 5044.0, 5027.0, 5033.0, 5061.0, 5063.0, 5071.0, 5046.0, 5105.0, 5070.0, 5099.0, 5068.0, 5096.0, 5049.0, 5088.0, 5030.0, 5048.0, 5037.0, 5067.0, 5030.0, 5043.0, 5034.0, 5042.0, 5040.0, 5031.0, 5090.0, 5061.0, 5095.0, 5041.0, 5069.0, 5030.0, 5072.0, 5058.0, 5097.0, 5037.0, 5034.0, 5005.0, 5014.0, 5003.0, 5005.0, 5016.0, 5027.0, 5029.0, 5038.0, 5042.0, 5029.0, 5031.0, 5019.0, 5087.0, 5069.0, 5104.0, 5069.0, 5096.0, 5056.0, 5094.0, 5053.0, 5093.0, 5043.0, 5081.0, 5025.0, 5043.0, 5001.0, 5021.0, 4991.0, 5021.0, 5003.0, 5013.0, 5004.0, 5014.0, 5015.0, 5002.0, 5015.0, 5013.0, 5016.0, 5015.0, 5027.0, 5007.0, 5028.0, 5031.0, 5053.0, 5044.0, 5058.0, 5063.0, 5057.0, 5090.0, 5071.0, 5090.0, 5070.0, 5091.0, 5103.0, 5068.0, 5119.0, 5070.0, 5097.0, 5073.0, 5098.0, 5048.0, 5025.0, 5038.0, 5030.0, 5038.0, 5031.0, 5042.0, 5070.0, 5042.0, 5088.0, 5039.0, 5096.0, 5069.0, 5096.0, 5072.0, 5098.0, 5040.0, 5057.0, 5036.0, 5096.0, 5048.0, 5066.0, 5016.0, 5016.0, 5006.0, 5017.0, 5046.0, 5027.0, 5018.0, 5017.0, 5021.0, 5030.0, 5074.0, 5038.0, 5098.0, 5051.0, 5043.0, 5029.0, 5042.0, 5027.0, 5029.0, 5018.0, 5031.0, 5021.0, 5044.0, 5046.0, 5046.0, 5093.0, 5075.0, 5095.0, 5071.0, 5090.0, 5069.0, 5081.0, 5054.0, 5040.0, 5041.0, 5041.0, 5079.0, 5048.0, 5084.0, 5048.0, 5085.0, 5045.0, 5073.0, 5028.0, 5067.0, 5018.0, 5062.0, 5033.0, 5019.0, 5028.0, 5028.0, 5029.0, 5030.0, 5032.0, 5097.0, 5083.0, 5098.0, 5058.0, 5057.0, 5029.0, 5030.0, 5031.0, 5048.0, 5040.0, 5031.0, 5028.0, 5031.0, 5052.0, 5042.0, 5088.0, 5079.0, 5096.0, 5059.0, 5068.0, 5030.0, 5067.0, 5071.0, 5097.0, 5030.0, 5045.0, 5017.0, 5034.0, 5015.0, 5064.0, 5019.0, 5037.0, 5029.0, 5021.0, 5027.0, 5031.0, 5021.0, 5039.0, 5031.0, 5054.0, 5046.0, 5044.0, 5056.0, 5100.0, 5060.0, 5088.0, 5079.0, 5069.0, 5087.0, 5034.0, 5073.0, 5033.0, 5071.0, 5043.0, 5070.0, 5022.0, 5001.0, 5002.0, 5013.0, 4991.0, 5012.0, 5006.0, 5016.0, 5029.0, 5029.0, 5028.0, 5027.0, 5029.0, 5048.0, 5051.0, 5077.0, 5048.0, 5066.0, 5028.0, 5056.0, 5018.0, 5065.0, 5057.0, 5036.0, 5026.0, 5017.0, 5018.0, 5030.0, 5042.0, 5041.0, 5032.0, 5042.0, 5042.0, 5041.0, 5069.0, 5052.0, 5091.0, 5068.0, 5073.0, 5044.0, 5066.0, 5059.0, 5087.0, 5101.0, 5074.0, 5109.0, 5045.0, 5072.0, 5026.0, 5082.0, 5059.0, 5083.0, 5049.0, 5072.0, 5044.0, 5066.0, 5052.0, 5108.0, 5090.0, 5088.0, 5087.0, 5040.0, 5104.0, 5042.0, 5098.0, 5061.0, 5096.0, 5038.0, 5056.0, 5041.0, 5058.0, 5066.0, 5086.0, 5076.0, 5028.0, 5083.0, 5038.0, 5065.0, 5026.0, 5064.0, 5016.0, 5037.0, 5018.0, 5017.0, 5019.0, 5029.0, 5029.0, 5030.0, 5019.0, 5042.0, 5041.0, 5041.0, 5058.0, 5029.0, 5076.0, 5031.0, 5101.0, 5052.0, 5086.0, 5068.0, 5096.0, 5047.0, 5072.0, 5028.0, 5065.0, 5037.0, 5095.0, 5038.0, 5070.0, 5016.0, 5055.0, 5044.0, 5083.0, 5016.0, 5064.0, 5026.0, 5045.0, 5015.0, 5094.0, 5035.0, 5082.0, 5015.0, 5044.0, 5053.0, 5071.0, 5041.0, 5042.0, 5002.0, 5002.0, 5002.0, 5012.0, 5040.0, 5042.0, 5003.0, 5003.0, 4994.0, 5012.0, 5003.0, 5050.0, 5003.0, 5012.0, 5013.0, 5022.0, 5015.0, 5061.0, 5016.0, 5023.0, 5015.0, 5016.0, 5016.0, 5072.0, 5037.0, 5073.0, 5045.0, 5072.0, 5016.0, 5071.0, 5035.0, 5082.0, 5033.0, 5070.0, 5012.0, 5013.0, 5014.0, 5014.0, 5003.0, 5033.0, 5016.0, 5021.0, 5019.0, 5034.0, 5005.0, 5004.0, 5017.0, 5017.0, 5017.0, 5005.0, 5017.0, 5035.0, 5019.0, 5055.0, 5028.0, 5046.0, 5042.0, 5069.0, 5028.0, 5066.0, 5005.0, 5034.0, 4996.0, 5005.0, 4996.0, 5005.0, 5025.0, 5017.0, 5018.0, 5016.0, 5005.0, 5006.0, 5024.0, 5017.0, 5035.0, 5019.0, 5038.0, 5029.0, 5018.0, 5028.0, 5018.0, 5029.0, 5019.0, 5040.0, 5021.0, 5042.0, 5045.0, 5055.0, 5071.0, 5045.0, 5080.0, 5053.0, 5081.0, 5053.0, 5092.0, 5083.0, 5091.0, 5062.0, 5070.0, 5077.0, 5039.0, 5095.0, 5059.0, 5086.0, 5073.0, 5089.0, 5041.0, 5051.0, 5031.0, 5048.0, 5041.0, 5058.0, 5028.0, 5019.0, 5043.0, 5043.0, 5032.0, 5072.0, 5043.0, 5090.0, 5063.0, 5089.0, 5061.0, 5101.0, 5084.0, 5089.0, 5018.0, 5018.0, 5016.0, 5023.0, 5007.0, 5035.0, 5020.0, 5017.0, 5017.0, 5016.0, 5067.0, 5028.0, 5076.0, 5038.0, 5075.0, 5065.0, 5086.0, 5063.0, 5043.0, 5074.0, 5013.0, 5070.0, 5032.0, 5060.0, 5021.0, 5040.0, 4991.0, 5029.0, 5011.0, 5038.0, 5000.0, 5017.0, 5000.0, 5000.0, 5005.0, 5012.0, 5002.0, 4991.0, 5000.0, 4991.0, 4990.0, 5000.0, 5021.0, 5004.0, 5011.0, 5004.0, 5011.0, 5015.0, 4995.0, 5003.0, 5014.0, 5003.0, 5007.0, 5006.0, 5016.0, 5026.0, 5015.0, 5024.0, 5016.0, 5046.0, 5019.0, 5007.0, 5018.0, 5015.0, 5031.0, 5041.0, 5033.0, 5087.0, 5049.0, 5018.0, 5031.0, 5018.0, 5017.0, 5019.0, 5066.0, 5048.0, 5066.0, 5021.0, 5030.0, 5044.0, 5033.0, 5032.0, 5041.0, 5044.0, 5112.0, 5083.0, 5097.0, 5061.0, 5109.0, 5141.0, 5105.0, 5124.0, 5070.0, 4961.0, 5009.0, 5002.0, 5003.0, 5008.0, 5003.0, 5067.0, 5046.0, 5082.0, 5089.0, 5068.0, 5076.0, 5075.0, 5045.0, 5062.0, 5050.0, 5058.0, 5048.0, 4987.0, 5044.0, 5005.0, 5032.0, 4973.0, 4943.0, 4953.0, 4953.0, 4963.0, 4967.0, 4966.0, 4987.0, 4966.0, 4981.0, 4979.0, 4990.0, 4992.0, 4992.0, 4993.0, 4992.0, 5004.0, 4996.0, 5017.0, 5007.0, 5020.0, 5008.0, 5018.0, 5020.0, 5018.0, 5020.0, 5048.0, 5020.0, 5021.0, 5022.0, 5039.0, 5021.0, 5080.0, 5021.0, 5077.0, 5032.0, 5039.0, 5031.0, 5068.0, 5033.0, 5059.0, 5032.0, 5032.0, 5022.0, 5051.0, 5053.0, 5022.0, 5031.0, 5023.0, 5051.0, 5060.0, 5081.0, 5023.0, 5041.0, 5034.0, 5081.0, 5041.0, 5099.0, 5034.0, 5080.0, 5023.0, 5080.0, 5032.0, 5089.0, 5022.0, 5070.0, 5021.0, 5049.0, 5021.0, 5076.0, 5021.0, 5058.0, 5035.0, 5033.0, 5021.0, 5011.0, 5020.0, 5030.0, 5009.0, 5023.0, 5022.0, 5021.0, 5087.0, 5019.0, 5077.0, 5028.0, 5049.0, 5020.0, 5032.0, 5032.0, 5020.0, 5024.0, 5021.0, 5035.0, 5022.0, 5045.0, 5035.0, 5046.0, 5044.0, 5036.0, 5064.0, 5035.0, 5045.0, 5035.0, 5039.0, 5070.0, 5048.0, 5046.0, 5037.0, 5061.0, 5038.0, 5073.0, 5074.0, 5115.0, 5056.0, 5085.0, 5036.0, 5065.0, 5044.0, 5084.0, 5103.0, 5082.0, 5042.0, 5035.0, 5024.0, 5023.0, 5062.0, 5033.0, 5025.0, 5025.0, 5033.0, 5024.0, 5035.0, 5055.0, 5094.0, 5095.0, 5083.0, 5035.0, 5099.0, 5032.0, 5089.0, 5061.0, 5088.0, 5021.0, 5031.0, 5021.0, 5029.0, 5020.0, 5088.0, 5034.0, 5072.0, 5033.0, 5012.0, 5011.0, 5032.0, 5021.0, 5034.0, 5081.0, 5038.0, 5093.0, 5062.0, 5091.0, 5070.0, 5090.0, 5022.0, 5067.0, 5088.0, 5040.0, 5086.0, 5057.0, 5064.0, 5007.0, 5026.0, 5018.0, 5007.0, 5009.0, 5008.0, 5019.0, 5009.0, 5033.0, 5034.0, 5044.0, 5034.0, 5035.0, 5069.0, 5023.0, 5040.0, 5021.0, 5072.0, 5043.0, 5079.0, 5032.0, 5023.0, 5022.0, 5031.0, 5023.0, 5060.0, 5022.0, 5037.0, 5033.0, 5034.0, 5053.0, 5080.0, 5032.0, 5023.0, 5071.0, 5032.0, 5103.0, 5082.0, 5122.0, 5054.0, 5071.0, 5032.0, 5021.0, 5019.0, 5019.0, 5030.0, 5021.0, 5032.0, 5032.0, 5034.0, 5034.0, 5034.0, 5024.0, 5046.0, 5065.0, 5045.0, 5023.0, 5034.0, 5024.0, 5034.0, 5024.0, 5034.0, 5034.0, 5036.0, 5032.0, 5044.0], 'WindowWidth': [11085.0, 11059.0, 11047.0, 11013.0, 11079.0, 10999.0, 11035.0, 10971.0, 10985.0, 10986.0, 11026.0, 10988.0, 11014.0, 10971.0, 10928.0, 10942.0, 10942.0, 10997.0, 10971.0, 11020.0, 10925.0, 10927.0, 10934.0, 10940.0, 10938.0, 10971.0, 10964.0, 10969.0, 10948.0, 10956.0, 10950.0, 10959.0, 10951.0, 10987.0, 10976.0, 10977.0, 10983.0, 10981.0, 10955.0, 11052.0, 11001.0, 11035.0, 10971.0, 11040.0, 11003.0, 11021.0, 10980.0, 11016.0, 10938.0, 10960.0, 10922.0, 10922.0, 10931.0, 10978.0, 10971.0, 10957.0, 10968.0, 10965.0, 10973.0, 10994.0, 11049.0, 10994.0, 11052.0, 10989.0, 10989.0, 10958.0, 11014.0, 10962.0, 10979.0, 10920.0, 10954.0, 10970.0, 10939.0, 10964.0, 10938.0, 10968.0, 10948.0, 10939.0, 10941.0, 10937.0, 10941.0, 10952.0, 10984.0, 10968.0, 10937.0, 10948.0, 10983.0, 10989.0, 11000.0, 10974.0, 11045.0, 10998.0, 11035.0, 10992.0, 11030.0, 10966.0, 11023.0, 10943.0, 10963.0, 10947.0, 10987.0, 10940.0, 10969.0, 10954.0, 10963.0, 10957.0, 10945.0, 11029.0, 10989.0, 11027.0, 10956.0, 10994.0, 10942.0, 11003.0, 10979.0, 11029.0, 10945.0, 10937.0, 10897.0, 10908.0, 10893.0, 10896.0, 10915.0, 10933.0, 10942.0, 10953.0, 10962.0, 10943.0, 10943.0, 10926.0, 11017.0, 10992.0, 11042.0, 10993.0, 11028.0, 10969.0, 11023.0, 10959.0, 11021.0, 10946.0, 10998.0, 10926.0, 10949.0, 10887.0, 10912.0, 10871.0, 10913.0, 10890.0, 10906.0, 10893.0, 10911.0, 10911.0, 10892.0, 10910.0, 10907.0, 10916.0, 10913.0, 10932.0, 10906.0, 10938.0, 10946.0, 10979.0, 10969.0, 10994.0, 10995.0, 10991.0, 11026.0, 10999.0, 11026.0, 10994.0, 11026.0, 11039.0, 10991.0, 11068.0, 10998.0, 11030.0, 10992.0, 11035.0, 10963.0, 10926.0, 10950.0, 10943.0, 10952.0, 10944.0, 10964.0, 10996.0, 10960.0, 11018.0, 10952.0, 11027.0, 10993.0, 11027.0, 11002.0, 11035.0, 10957.0, 10975.0, 10942.0, 11028.0, 10963.0, 10984.0, 10913.0, 10915.0, 10900.0, 10915.0, 10955.0, 10930.0, 10919.0, 10917.0, 10930.0, 10940.0, 10994.0, 10950.0, 11035.0, 10976.0, 10966.0, 10939.0, 10963.0, 10932.0, 10939.0, 10921.0, 10940.0, 10929.0, 10964.0, 10968.0, 10968.0, 11029.0, 11008.0, 11036.0, 10995.0, 11023.0, 10990.0, 11010.0, 10977.0, 10952.0, 10955.0, 10956.0, 11006.0, 10960.0, 11007.0, 10959.0, 11008.0, 10953.0, 10989.0, 10932.0, 10984.0, 10920.0, 10987.0, 10948.0, 10923.0, 10934.0, 10935.0, 10938.0, 10941.0, 10948.0, 11032.0, 11021.0, 11035.0, 10977.0, 10973.0, 10939.0, 10940.0, 10944.0, 10963.0, 10955.0, 10941.0, 10936.0, 10946.0, 10978.0, 10961.0, 11021.0, 11009.0, 11028.0, 10979.0, 10990.0, 10939.0, 10986.0, 11001.0, 11031.0, 10939.0, 10954.0, 10916.0, 10937.0, 10910.0, 10979.0, 10924.0, 10950.0, 10942.0, 10930.0, 10932.0, 10947.0, 10929.0, 10953.0, 10946.0, 10983.0, 10974.0, 10970.0, 10988.0, 11042.0, 10984.0, 11020.0, 11008.0, 10990.0, 11018.0, 10934.0, 10993.0, 10932.0, 10985.0, 10948.0, 10984.0, 10919.0, 10887.0, 10889.0, 10903.0, 10873.0, 10903.0, 10900.0, 10916.0, 10936.0, 10939.0, 10936.0, 10934.0, 10938.0, 10964.0, 10972.0, 11001.0, 10962.0, 10985.0, 10936.0, 10970.0, 10919.0, 10982.0, 10970.0, 10944.0, 10928.0, 10919.0, 10922.0, 10943.0, 10964.0, 10959.0, 10947.0, 10962.0, 10961.0, 10960.0, 10994.0, 10975.0, 11029.0, 11009.0, 11009.0, 10968.0, 10991.0, 10979.0, 11017.0, 11041.0, 11011.0, 11050.0, 10960.0, 10992.0, 10934.0, 11007.0, 10981.0, 11010.0, 10974.0, 11003.0, 10967.0, 10992.0, 10973.0, 11049.0, 11023.0, 11020.0, 11017.0, 10954.0, 11042.0, 10961.0, 11033.0, 10984.0, 11027.0, 10948.0, 10972.0, 10958.0, 10976.0, 10985.0, 11014.0, 10997.0, 10934.0, 11006.0, 10950.0, 10983.0, 10930.0, 10977.0, 10917.0, 10943.0, 10919.0, 10916.0, 10923.0, 10940.0, 10939.0, 10939.0, 10926.0, 10966.0, 10963.0, 10963.0, 10980.0, 10938.0, 11001.0, 10944.0, 11044.0, 10978.0, 11014.0, 10989.0, 11027.0, 10961.0, 10992.0, 10935.0, 10984.0, 10945.0, 11026.0, 10947.0, 10988.0, 10916.0, 10969.0, 10952.0, 11007.0, 10915.0, 10981.0, 10930.0, 10953.0, 10913.0, 11022.0, 10941.0, 11003.0, 10912.0, 10951.0, 10960.0, 10986.0, 10943.0, 10947.0, 10890.0, 10893.0, 10891.0, 10905.0, 10941.0, 10946.0, 10894.0, 10892.0, 10884.0, 10904.0, 10892.0, 10956.0, 10893.0, 10907.0, 10909.0, 10919.0, 10912.0, 10972.0, 10917.0, 10924.0, 10914.0, 10917.0, 10916.0, 10990.0, 10946.0, 10990.0, 10955.0, 10989.0, 10916.0, 10987.0, 10940.0, 11001.0, 10933.0, 10983.0, 10906.0, 10908.0, 10911.0, 10911.0, 10895.0, 10935.0, 10917.0, 10931.0, 10922.0, 10937.0, 10898.0, 10895.0, 10918.0, 10918.0, 10920.0, 10897.0, 10916.0, 10938.0, 10922.0, 10968.0, 10935.0, 10957.0, 10961.0, 10994.0, 10936.0, 10984.0, 10896.0, 10934.0, 10883.0, 10895.0, 10886.0, 10897.0, 10924.0, 10917.0, 10918.0, 10916.0, 10899.0, 10901.0, 10922.0, 10916.0, 10937.0, 10921.0, 10951.0, 10936.0, 10920.0, 10935.0, 10921.0, 10938.0, 10923.0, 10955.0, 10930.0, 10962.0, 10972.0, 10984.0, 11000.0, 10969.0, 11011.0, 10978.0, 11013.0, 10977.0, 11031.0, 11020.0, 11030.0, 10986.0, 10996.0, 10999.0, 10949.0, 11025.0, 10976.0, 11012.0, 11007.0, 11028.0, 10962.0, 10972.0, 10943.0, 10962.0, 10959.0, 10979.0, 10940.0, 10925.0, 10963.0, 10968.0, 10950.0, 11002.0, 10965.0, 11025.0, 10991.0, 11025.0, 10985.0, 11042.0, 11020.0, 11022.0, 10919.0, 10916.0, 10916.0, 10918.0, 10902.0, 10939.0, 10928.0, 10920.0, 10919.0, 10916.0, 10987.0, 10936.0, 11000.0, 10948.0, 10998.0, 10981.0, 11013.0, 10975.0, 10947.0, 10990.0, 10904.0, 10979.0, 10928.0, 10966.0, 10912.0, 10937.0, 10871.0, 10919.0, 10897.0, 10932.0, 10882.0, 10903.0, 10882.0, 10883.0, 10897.0, 10899.0, 10884.0, 10869.0, 10882.0, 10871.0, 10869.0, 10884.0, 10911.0, 10892.0, 10899.0, 10893.0, 10900.0, 10911.0, 10882.0, 10892.0, 10911.0, 10893.0, 10901.0, 10900.0, 10916.0, 10927.0, 10911.0, 10922.0, 10913.0, 10956.0, 10924.0, 10902.0, 10920.0, 10913.0, 10941.0, 10961.0, 10953.0, 11015.0, 10964.0, 10921.0, 10940.0, 10920.0, 10918.0, 10923.0, 10986.0, 10958.0, 10983.0, 10924.0, 10939.0, 10966.0, 10946.0, 10947.0, 10958.0, 10967.0, 11063.0, 11021.0, 11031.0, 10981.0, 11054.0, 11106.0, 11041.0, 11071.0, 10985.0, 10811.0, 10916.0, 10886.0, 10887.0, 10903.0, 10890.0, 11001.0, 10968.0, 11012.0, 11021.0, 10990.0, 10996.0, 10993.0, 10946.0, 10970.0, 10947.0, 10956.0, 10942.0, 10852.0, 10931.0, 10877.0, 10909.0, 10828.0, 10787.0, 10801.0, 10802.0, 10816.0, 10824.0, 10824.0, 10857.0, 10827.0, 10851.0, 10849.0, 10865.0, 10870.0, 10873.0, 10875.0, 10874.0, 10894.0, 10884.0, 10913.0, 10902.0, 10920.0, 10904.0, 10918.0, 10921.0, 10918.0, 10921.0, 10960.0, 10922.0, 10924.0, 10928.0, 10949.0, 10925.0, 11004.0, 10926.0, 11000.0, 10941.0, 10949.0, 10941.0, 10987.0, 10947.0, 10978.0, 10944.0, 10943.0, 10930.0, 10967.0, 10972.0, 10930.0, 10942.0, 10931.0, 10969.0, 10978.0, 11009.0, 10931.0, 10955.0, 10947.0, 11010.0, 10954.0, 11034.0, 10947.0, 11007.0, 10931.0, 11007.0, 10942.0, 11018.0, 10928.0, 10992.0, 10925.0, 10961.0, 10925.0, 10998.0, 10924.0, 10972.0, 10953.0, 10945.0, 10927.0, 10911.0, 10922.0, 10937.0, 10908.0, 10931.0, 10929.0, 10928.0, 11012.0, 10920.0, 10996.0, 10932.0, 10960.0, 10921.0, 10944.0, 10945.0, 10924.0, 10931.0, 10924.0, 10949.0, 10930.0, 10968.0, 10953.0, 10970.0, 10964.0, 10953.0, 10988.0, 10952.0, 10964.0, 10951.0, 10963.0, 11015.0, 10978.0, 10973.0, 10959.0, 10998.0, 10963.0, 11004.0, 11005.0, 11065.0, 10979.0, 11021.0, 10956.0, 10995.0, 10962.0, 11018.0, 11044.0, 11013.0, 10955.0, 10955.0, 10937.0, 10935.0, 10984.0, 10947.0, 10938.0, 10938.0, 10947.0, 10937.0, 10953.0, 10982.0, 11035.0, 11036.0, 11016.0, 10950.0, 11035.0, 10945.0, 11020.0, 10981.0, 11017.0, 10927.0, 10938.0, 10925.0, 10932.0, 10920.0, 11015.0, 10945.0, 10997.0, 10945.0, 10912.0, 10909.0, 10944.0, 10927.0, 10946.0, 11008.0, 10961.0, 11027.0, 10983.0, 11021.0, 10989.0, 11020.0, 10924.0, 10982.0, 11010.0, 10945.0, 11005.0, 10966.0, 10972.0, 10898.0, 10922.0, 10915.0, 10900.0, 10903.0, 10904.0, 10920.0, 10905.0, 10947.0, 10952.0, 10965.0, 10949.0, 10950.0, 10990.0, 10928.0, 10948.0, 10926.0, 10999.0, 10963.0, 11003.0, 10944.0, 10932.0, 10926.0, 10938.0, 10928.0, 10979.0, 10931.0, 10959.0, 10949.0, 10949.0, 10971.0, 11007.0, 10941.0, 10932.0, 10992.0, 10941.0, 11034.0, 11012.0, 11072.0, 10978.0, 10996.0, 10945.0, 10927.0, 10922.0, 10924.0, 10939.0, 10929.0, 10946.0, 10947.0, 10950.0, 10950.0, 10951.0, 10936.0, 10972.0, 10994.0, 10965.0, 10932.0, 10948.0, 10935.0, 10949.0, 10935.0, 10950.0, 10951.0, 10954.0, 10947.0, 10965.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.009878081140350877</td></tr>
<tr><td colspan=3>aqi</td><td>0.06284527653508772</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.31181067027445</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1870360178265646</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0878248015038419</td></tr>
<tr><td colspan=3>efc</td><td>0.4918</td></tr>
<tr><td colspan=3>fber</td><td>7131.9536</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13850553176595462</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>116</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.719298245614034</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.721316026995016</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5308703032957136</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9848185652000163</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6482592124893185</td></tr>
<tr><td colspan=3>gcor</td><td>0.00854503</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0018609497928991914</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04449485242366791</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>4.0158210510551315</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>14.0025</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.6798</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>232.7796</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294992.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1185.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>445.8469</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4868</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>643.0429</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4235.12</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4427.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81552.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1580.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5587.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1102.383</td></tr>
<tr><td colspan=3>tsnr</td><td>25.678046770975925</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>