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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-02_subject-0131_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-0131/figures/sub-0131_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0131/figures/sub-0131_ses-02_task-faces_acq-mb8_run-02_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-0131/figures/sub-0131_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-02_task-faces_acq-mb8_run-02_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-0131/ses-02/func/sub-0131_ses-02_task-faces_acq-mb8_run-02_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>ab5aed171363f9eacac8709f07685c7c</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>10:43:41.252500</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.99968, -0.00994899, 0.0232427, 0.00802615, 0.996649, 0.0814045]</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-02_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.0858588</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-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4231, -8112, -7361, 482, -103, -1056, 731, 144]</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.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.143</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3889c5f3-6988-4352-a12a-b8ecbe62b6e2||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.6820693016052246, 0.021533580496907234, 0.06473170220851898, 110.87844848632812], [0.026692409068346024, 2.673935890197754, 0.2192182093858719, -104.15113067626953], [0.06235847249627113, -0.21840234100818634, 2.690307140350342, -60.67454528808594], [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': ['104341.252500', '104341.712500', '104342.172500', '104342.632500', '104343.092500', '104343.552500', '104344.012500', '104344.472500', '104344.932500', '104345.392500', '104345.852500', '104346.312500', '104346.772500', '104347.232500', '104347.692500', '104348.152500', '104348.612500', '104349.072500', '104349.532500', '104349.992500', '104350.452500', '104350.912500', '104351.372500', '104351.832500', '104352.292500', '104352.752500', '104353.212500', '104353.672500', '104354.132500', '104354.592500', '104355.052500', '104355.512500', '104355.972500', '104356.432500', '104356.892500', '104357.352500', '104357.812500', '104358.272500', '104358.732500', '104359.192500', '104359.652500', '104400.112500', '104400.572500', '104401.032500', '104401.492500', '104401.952500', '104402.412500', '104402.872500', '104403.332500', '104403.792500', '104404.252500', '104404.712500', '104405.172500', '104405.632500', '104406.092500', '104406.552500', '104407.012500', '104407.472500', '104407.932500', '104408.392500', '104408.852500', '104409.312500', '104409.772500', '104410.232500', '104410.692500', '104411.152500', '104411.612500', '104412.072500', '104412.532500', '104412.992500', '104413.452500', '104413.912500', '104414.372500', '104414.832500', '104415.292500', '104415.752500', '104416.212500', '104416.672500', '104417.132500', '104417.592500', '104418.052500', '104418.512500', '104418.972500', '104419.432500', '104419.892500', '104420.352500', '104420.812500', '104421.272500', '104421.732500', '104422.192500', '104422.652500', '104423.112500', '104423.572500', '104424.032500', '104424.492500', '104424.952500', '104425.412500', '104425.872500', '104426.332500', '104426.792500', '104427.252500', '104427.712500', '104428.172500', '104428.632500', '104429.092500', '104429.552500', '104430.012500', '104430.472500', '104430.932500', '104431.392500', '104431.852500', '104432.312500', '104432.772500', '104433.232500', '104433.692500', '104434.152500', '104434.612500', '104435.072500', '104435.532500', '104435.992500', '104436.452500', '104436.912500', '104437.372500', '104437.832500', '104438.292500', '104438.752500', '104439.212500', '104439.672500', '104440.132500', '104440.592500', '104441.052500', '104441.512500', '104441.972500', '104442.432500', '104442.892500', '104443.352500', '104443.812500', '104444.272500', '104444.732500', '104445.192500', '104445.652500', '104446.112500', '104446.572500', '104447.032500', '104447.492500', '104447.952500', '104448.412500', '104448.872500', '104449.332500', '104449.792500', '104450.252500', '104450.712500', '104451.172500', '104451.632500', '104452.092500', '104452.552500', '104453.012500', '104453.472500', '104453.932500', '104454.392500', '104454.852500', '104455.312500', '104455.772500', '104456.232500', '104456.692500', '104457.152500', '104457.612500', '104458.072500', '104458.532500', '104458.992500', '104459.452500', '104459.912500', '104500.372500', '104500.832500', '104501.292500', '104501.752500', '104502.212500', '104502.672500', '104503.132500', '104503.592500', '104504.052500', '104504.512500', '104504.972500', '104505.432500', '104505.892500', '104506.352500', '104506.812500', '104507.272500', '104507.732500', '104508.192500', '104508.652500', '104509.112500', '104509.572500', '104510.032500', '104510.492500', '104510.952500', '104511.412500', '104511.872500', '104512.332500', '104512.792500', '104513.252500', '104513.712500', '104514.172500', '104514.632500', '104515.092500', '104515.552500', '104516.012500', '104516.472500', '104516.932500', '104517.392500', '104517.852500', '104518.312500', '104518.772500', '104519.232500', '104519.692500', '104520.152500', '104520.612500', '104521.072500', '104521.532500', '104521.992500', '104522.452500', '104522.912500', '104523.372500', '104523.832500', '104524.292500', '104524.752500', '104525.212500', '104525.672500', '104526.132500', '104526.592500', '104527.052500', '104527.512500', '104527.972500', '104528.432500', '104528.892500', '104529.352500', '104529.812500', '104530.272500', '104530.732500', '104531.192500', '104531.652500', '104532.112500', '104532.572500', '104533.032500', '104533.492500', '104533.952500', '104534.412500', '104534.872500', '104535.332500', '104535.792500', '104536.252500', '104536.712500', '104537.172500', '104537.632500', '104538.092500', '104538.552500', '104539.012500', '104539.472500', '104539.932500', '104540.392500', '104540.852500', '104541.312500', '104541.772500', '104542.232500', '104542.692500', '104543.152500', '104543.612500', '104544.072500', '104544.532500', '104544.992500', '104545.452500', '104545.912500', '104546.372500', '104546.832500', '104547.292500', '104547.752500', '104548.212500', '104548.672500', '104549.132500', '104549.592500', '104550.052500', '104550.512500', '104550.972500', '104551.432500', '104551.892500', '104552.352500', '104552.812500', '104553.272500', '104553.732500', '104554.192500', '104554.652500', '104555.112500', '104555.572500', '104556.032500', '104556.492500', '104556.952500', '104557.412500', '104557.872500', '104558.332500', '104558.792500', '104559.252500', '104559.712500', '104600.172500', '104600.632500', '104601.092500', '104601.552500', '104602.012500', '104602.472500', '104602.932500', '104603.392500', '104603.852500', '104604.312500', '104604.772500', '104605.232500', '104605.692500', '104606.152500', '104606.612500', '104607.072500', '104607.532500', '104607.992500', '104608.452500', '104608.912500', '104609.372500', '104609.832500', '104610.292500', '104610.752500', '104611.212500', '104611.672500', '104612.132500', '104612.592500', '104613.052500', '104613.512500', '104613.972500', '104614.432500', '104614.892500', '104615.352500', '104615.812500', '104616.272500', '104616.732500', '104617.192500', '104617.652500', '104618.112500', '104618.572500', '104619.032500', '104619.492500', '104619.952500', '104620.412500', '104620.872500', '104621.332500', '104621.792500', '104622.252500', '104622.712500', '104623.172500', '104623.632500', '104624.092500', '104624.552500', '104625.012500', '104625.472500', '104625.932500', '104626.392500', '104626.852500', '104627.312500', '104627.772500', '104628.232500', '104628.692500', '104629.152500', '104629.612500', '104630.072500', '104630.532500', '104630.992500', '104631.452500', '104631.912500', '104632.372500', '104632.832500', '104633.292500', '104633.752500', '104634.212500', '104634.672500', '104635.132500', '104635.592500', '104636.052500', '104636.512500', '104636.972500', '104637.432500', '104637.892500', '104638.352500', '104638.812500', '104639.272500', '104639.732500', '104640.192500', '104640.652500', '104641.112500', '104641.572500', '104642.032500', '104642.492500', '104642.952500', '104643.412500', '104643.872500', '104644.332500', '104644.792500', '104645.252500', '104645.712500', '104646.172500', '104646.632500', '104647.092500', '104647.552500', '104648.012500', '104648.472500', '104648.932500', '104649.392500', '104649.852500', '104650.312500', '104650.772500', '104651.232500', '104651.692500', '104652.152500', '104652.612500', '104653.072500', '104653.532500', '104653.992500', '104654.452500', '104654.912500', '104655.372500', '104655.832500', '104656.292500', '104656.752500', '104657.212500', '104657.672500', '104658.132500', '104658.592500', '104659.052500', '104659.512500', '104659.972500', '104700.432500', '104700.892500', '104701.352500', '104701.812500', '104702.272500', '104702.732500', '104703.192500', '104703.652500', '104704.112500', '104704.572500', '104705.032500', '104705.492500', '104705.952500', '104706.412500', '104706.872500', '104707.332500', '104707.792500', '104708.252500', '104708.712500', '104709.172500', '104709.632500', '104710.092500', '104710.552500', '104711.012500', '104711.472500', '104711.932500', '104712.392500', '104712.852500', '104713.312500', '104713.772500', '104714.232500', '104714.692500', '104715.152500', '104715.612500', '104716.072500', '104716.532500', '104716.992500', '104717.452500', '104717.912500', '104718.372500', '104718.832500', '104719.292500', '104719.752500', '104720.212500', '104720.672500', '104721.132500', '104721.592500', '104722.052500', '104722.512500', '104722.972500', '104723.432500', '104723.892500', '104724.352500', '104724.812500', '104725.272500', '104725.732500', '104726.192500', '104726.652500', '104727.112500', '104727.572500', '104728.032500', '104728.492500', '104728.952500', '104729.412500', '104729.872500', '104730.332500', '104730.792500', '104731.252500', '104731.712500', '104732.172500', '104732.632500', '104733.092500', '104733.552500', '104734.012500', '104734.472500', '104734.932500', '104735.392500', '104735.852500', '104736.312500', '104736.772500', '104737.232500', '104737.692500', '104738.152500', '104738.612500', '104739.072500', '104739.532500', '104739.992500', '104740.452500', '104740.912500', '104741.372500', '104741.832500', '104742.292500', '104742.752500', '104743.212500', '104743.672500', '104744.132500', '104744.592500', '104745.052500', '104745.512500', '104745.972500', '104746.432500', '104746.892500', '104747.352500', '104747.812500', '104748.272500', '104748.732500', '104749.192500', '104749.652500', '104750.112500', '104750.572500', '104751.032500', '104751.492500', '104751.952500', '104752.412500', '104752.872500', '104753.332500', '104753.792500', '104754.252500', '104754.712500', '104755.172500', '104755.632500', '104756.092500', '104756.552500', '104757.012500', '104757.472500', '104757.932500', '104758.392500', '104758.852500', '104759.312500', '104759.772500', '104800.232500', '104800.692500', '104801.152500', '104801.612500', '104802.072500', '104802.532500', '104802.992500', '104803.452500', '104803.912500', '104804.372500', '104804.832500', '104805.292500', '104805.752500', '104806.212500', '104806.672500', '104807.132500', '104807.592500', '104808.052500', '104808.512500', '104808.972500', '104809.432500', '104809.892500', '104810.352500', '104810.812500', '104811.272500', '104811.732500', '104812.192500', '104812.652500', '104813.112500', '104813.572500', '104814.032500', '104814.492500', '104814.952500', '104815.412500', '104815.872500', '104816.332500', '104816.792500', '104817.252500', '104817.712500', '104818.172500', '104818.632500', '104819.092500', '104819.552500', '104820.012500', '104820.472500', '104820.932500', '104821.392500', '104821.852500', '104822.312500', '104822.772500', '104823.232500', '104823.692500', '104824.152500', '104824.612500', '104825.072500', '104825.532500', '104825.992500', '104826.452500', '104826.912500', '104827.372500', '104827.832500', '104828.292500', '104828.752500', '104829.212500', '104829.672500', '104830.132500', '104830.592500', '104831.052500', '104831.512500', '104831.972500', '104832.432500', '104832.892500', '104833.352500', '104833.812500', '104834.272500', '104834.732500', '104835.192500', '104835.652500', '104836.112500', '104836.572500', '104837.032500', '104837.492500', '104837.952500', '104838.412500', '104838.872500', '104839.332500', '104839.792500', '104840.252500', '104840.712500', '104841.172500', '104841.632500', '104842.092500', '104842.552500', '104843.012500', '104843.472500', '104843.932500', '104844.392500', '104844.852500', '104845.312500', '104845.772500', '104846.232500', '104846.692500', '104847.152500', '104847.612500', '104848.072500', '104848.532500', '104848.992500', '104849.452500', '104849.912500', '104850.372500', '104850.832500', '104851.292500', '104851.752500', '104852.212500', '104852.672500', '104853.132500', '104853.592500', '104854.052500', '104854.512500', '104854.972500', '104855.432500', '104855.892500', '104856.352500', '104856.812500', '104857.272500', '104857.732500', '104858.192500', '104858.652500', '104859.112500', '104859.572500', '104900.032500', '104900.492500', '104900.952500', '104901.412500', '104901.872500', '104902.332500', '104902.792500', '104903.252500', '104903.712500', '104904.172500', '104904.632500', '104905.092500', '104905.552500', '104906.012500', '104906.472500', '104906.932500', '104907.392500', '104907.852500', '104908.312500', '104908.772500', '104909.232500', '104909.692500', '104910.152500', '104910.612500', '104911.072500', '104911.532500', '104911.992500', '104912.452500', '104912.912500', '104913.372500', '104913.832500', '104914.292500', '104914.752500', '104915.212500', '104915.672500', '104916.132500', '104916.592500', '104917.052500', '104917.512500', '104917.972500', '104918.432500', '104918.892500', '104919.352500', '104919.812500', '104920.272500', '104920.732500', '104921.192500', '104921.652500', '104922.112500', '104922.572500', '104923.032500', '104923.492500', '104923.952500', '104924.412500', '104924.872500', '104925.332500', '104925.792500', '104926.252500', '104926.712500', '104927.172500', '104927.632500', '104928.092500', '104928.552500', '104929.012500', '104929.472500', '104929.932500', '104930.392500', '104930.852500', '104931.312500', '104931.772500', '104932.232500', '104932.692500', '104933.152500', '104933.612500', '104934.072500', '104934.532500', '104934.992500', '104935.452500', '104935.912500', '104936.372500', '104936.832500', '104937.292500', '104937.752500', '104938.212500', '104938.672500', '104939.132500', '104939.592500', '104940.052500', '104940.512500', '104940.972500', '104941.432500', '104941.892500', '104942.352500', '104942.812500', '104943.272500', '104943.732500', '104944.192500', '104944.652500', '104945.112500', '104945.572500', '104946.032500', '104946.492500', '104946.952500', '104947.412500', '104947.872500', '104948.332500', '104948.792500', '104949.252500', '104949.712500', '104950.172500', '104950.632500', '104951.092500', '104951.552500', '104952.012500', '104952.472500', '104952.932500', '104953.392500', '104953.852500', '104954.312500', '104954.772500', '104955.232500', '104955.692500', '104956.152500', '104956.612500', '104957.072500', '104957.532500', '104957.992500', '104958.452500', '104958.912500', '104959.372500', '104959.832500', '105000.292500', '105000.752500', '105001.212500', '105001.672500', '105002.132500', '105002.592500', '105003.052500', '105003.512500', '105003.972500', '105004.432500', '105004.892500', '105005.352500', '105005.812500', '105006.272500', '105006.732500', '105007.192500', '105007.652500', '105008.112500', '105008.572500', '105009.032500', '105009.492500', '105009.952500', '105010.412500', '105010.872500', '105011.332500', '105011.792500', '105012.252500', '105012.712500', '105013.172500', '105013.632500', '105014.092500', '105014.552500', '105015.012500', '105015.472500', '105015.932500', '105016.392500', '105016.852500', '105017.312500', '105017.772500', '105018.232500', '105018.692500', '105019.152500', '105019.612500', '105020.072500', '105020.532500', '105020.992500', '105021.452500', '105021.912500', '105022.372500', '105022.832500', '105023.292500', '105023.752500', '105024.212500', '105024.672500', '105025.132500', '105025.592500', '105026.052500', '105026.512500', '105026.972500', '105027.432500', '105027.892500', '105028.352500', '105028.812500', '105029.272500', '105029.732500', '105030.192500', '105030.652500', '105031.112500', '105031.572500', '105032.032500', '105032.492500', '105032.952500', '105033.412500', '105033.872500', '105034.332500', '105034.792500', '105035.252500', '105035.712500', '105036.172500', '105036.632500', '105037.092500', '105037.552500', '105038.012500', '105038.472500', '105038.932500', '105039.392500', '105039.852500', '105040.312500', '105040.772500', '105041.232500'], 'ContentTime': ['104359.788000', '104359.791000', '104359.794000', '104359.796000', '104359.799000', '104359.801000', '104359.804000', '104359.807000', '104359.809000', '104359.812000', '104359.814000', '104359.817000', '104359.820000', '104359.822000', '104359.825000', '104359.827000', '104359.830000', '104359.833000', '104359.835000', '104359.838000', '104359.840000', '104359.843000', '104359.845000', '104359.848000', '104359.854000', '104359.856000', '104359.859000', '104359.861000', '104359.864000', '104359.867000', '104359.869000', '104359.872000', '104359.874000', '104359.877000', '104359.880000', '104359.883000', '104359.886000', '104419.749000', '104419.752000', '104419.755000', '104419.757000', '104419.766000', '104419.768000', '104419.771000', '104419.773000', '104419.776000', '104419.778000', '104419.781000', '104419.783000', '104419.786000', '104419.789000', '104419.791000', '104419.794000', '104419.796000', '104419.799000', '104419.810000', '104419.812000', '104419.815000', '104419.818000', '104419.820000', '104419.823000', '104419.825000', '104419.828000', '104419.830000', '104419.833000', '104419.835000', '104419.838000', '104419.841000', '104419.843000', '104419.846000', '104419.848000', '104419.851000', '104419.853000', '104419.856000', '104419.859000', '104419.861000', '104419.864000', '104419.866000', '104419.869000', '104419.871000', '104419.874000', '104439.750000', '104439.752000', '104439.755000', '104439.758000', '104439.760000', '104439.763000', '104439.765000', '104439.768000', '104439.770000', '104439.773000', '104439.776000', '104439.778000', '104439.781000', '104439.784000', '104439.786000', '104439.789000', '104439.791000', '104439.794000', '104439.797000', '104439.799000', '104439.802000', '104439.805000', '104439.807000', '104439.810000', '104439.813000', '104439.815000', '104439.818000', '104439.821000', '104439.823000', '104439.826000', '104439.829000', '104439.833000', '104439.835000', '104439.838000', '104439.841000', '104439.844000', '104439.846000', '104439.849000', '104439.852000', '104439.854000', '104439.857000', '104439.859000', '104439.862000', '104459.750000', '104459.753000', '104459.756000', '104459.759000', '104459.763000', '104459.766000', '104459.769000', '104459.772000', '104459.775000', '104459.778000', '104459.781000', '104459.784000', '104459.787000', '104459.790000', '104459.792000', '104459.795000', '104459.798000', '104459.801000', '104459.803000', '104459.806000', '104459.809000', '104459.811000', '104459.814000', '104459.817000', '104459.819000', '104459.822000', '104459.825000', '104459.828000', '104459.831000', '104459.833000', '104459.836000', '104459.839000', '104459.842000', '104459.844000', '104459.847000', '104459.859000', '104459.862000', '104459.865000', '104459.868000', '104459.870000', '104459.873000', '104459.875000', '104459.878000', '104459.881000', '104519.749000', '104519.752000', '104519.755000', '104519.758000', '104519.760000', '104519.763000', '104519.766000', '104519.768000', '104519.771000', '104519.773000', '104519.776000', '104519.778000', '104519.781000', '104519.784000', '104519.786000', '104519.789000', '104519.791000', '104519.794000', '104519.797000', '104519.799000', '104519.802000', '104519.805000', '104519.807000', '104519.810000', '104519.812000', '104519.815000', '104519.818000', '104519.820000', '104519.823000', '104519.825000', '104519.828000', '104519.831000', '104519.833000', '104519.836000', '104519.838000', '104519.841000', '104519.844000', '104519.846000', '104519.849000', '104519.851000', '104519.854000', '104519.857000', '104519.859000', '104539.750000', '104539.752000', '104539.755000', '104539.758000', '104539.760000', '104539.763000', '104539.766000', '104539.768000', '104539.771000', '104539.773000', '104539.776000', '104539.779000', '104539.782000', '104539.784000', '104539.787000', '104539.790000', '104539.792000', '104539.795000', '104539.797000', '104539.800000', '104539.803000', '104539.806000', '104539.808000', '104539.811000', '104539.814000', '104539.816000', '104539.819000', '104539.821000', '104539.824000', '104539.849000', '104539.852000', '104539.855000', '104539.857000', '104539.860000', '104539.863000', '104539.865000', '104539.868000', '104539.870000', '104539.873000', '104539.876000', '104539.878000', '104539.881000', '104539.883000', '104539.886000', '104559.750000', '104559.752000', '104559.755000', '104559.758000', '104559.760000', '104559.763000', '104559.765000', '104559.768000', '104559.770000', '104559.773000', '104559.776000', '104559.778000', '104559.781000', '104559.783000', '104559.786000', '104559.789000', '104559.791000', '104559.794000', '104559.796000', '104559.799000', '104559.802000', '104559.804000', '104559.807000', '104559.810000', '104559.812000', '104559.815000', '104559.817000', '104559.820000', '104559.823000', '104559.825000', '104559.828000', '104559.830000', '104559.833000', '104559.836000', '104559.838000', '104559.841000', '104559.843000', '104559.846000', '104559.848000', '104559.851000', '104559.854000', '104559.857000', '104559.859000', '104619.749000', '104619.752000', '104619.755000', '104619.758000', '104619.760000', '104619.763000', '104619.766000', '104619.768000', '104619.771000', '104619.774000', '104619.776000', '104619.779000', '104619.782000', '104619.784000', '104619.787000', '104619.789000', '104619.792000', '104619.795000', '104619.798000', '104619.801000', '104619.803000', '104619.806000', '104619.809000', '104619.811000', '104619.814000', '104619.816000', '104619.819000', '104619.822000', '104619.824000', '104619.827000', '104619.838000', '104619.840000', '104619.843000', '104619.845000', '104619.848000', '104619.851000', '104619.853000', '104619.856000', '104619.859000', '104619.861000', '104619.864000', '104619.867000', '104619.870000', '104619.872000', '104639.749000', '104639.752000', '104639.755000', '104639.757000', '104639.760000', '104639.763000', '104639.765000', '104639.768000', '104639.770000', '104639.773000', '104639.776000', '104639.778000', '104639.781000', '104639.783000', '104639.786000', '104639.789000', '104639.791000', '104639.794000', '104639.796000', '104639.799000', '104639.802000', '104639.804000', '104639.807000', '104639.809000', '104639.812000', '104639.815000', '104639.817000', '104639.820000', '104639.822000', '104639.825000', '104639.828000', '104639.830000', '104639.833000', '104639.836000', '104639.838000', '104639.841000', '104639.844000', '104639.846000', '104639.849000', '104639.852000', '104639.854000', '104639.857000', '104639.859000', '104659.751000', '104659.754000', '104659.757000', '104659.760000', '104659.762000', '104659.765000', '104659.767000', '104659.770000', '104659.773000', '104659.775000', '104659.778000', '104659.780000', '104659.783000', '104659.786000', '104659.788000', '104659.791000', '104659.794000', '104659.796000', '104659.799000', '104659.802000', '104659.804000', '104659.807000', '104659.810000', '104659.812000', '104659.815000', '104659.818000', '104659.820000', '104659.823000', '104659.825000', '104659.828000', '104659.831000', '104659.833000', '104659.836000', '104659.838000', '104659.841000', '104659.843000', '104659.846000', '104659.849000', '104659.851000', '104659.854000', '104659.857000', '104659.859000', '104659.862000', '104659.864000', '104719.749000', '104719.752000', '104719.755000', '104719.758000', '104719.760000', '104719.763000', '104719.765000', '104719.768000', '104719.771000', '104719.773000', '104719.776000', '104719.779000', '104719.781000', '104719.784000', '104719.787000', '104719.789000', '104719.792000', '104719.795000', '104719.797000', '104719.800000', '104719.802000', '104719.805000', '104719.808000', '104719.810000', '104719.823000', '104719.825000', '104719.828000', '104719.830000', '104719.833000', '104719.836000', '104719.838000', '104719.841000', '104719.843000', '104719.846000', '104719.849000', '104719.851000', '104719.854000', '104719.857000', '104719.859000', '104719.862000', '104719.864000', '104719.867000', '104719.870000', '104739.749000', '104739.753000', '104739.756000', '104739.758000', '104739.761000', '104739.763000', '104739.766000', '104739.769000', '104739.771000', '104739.774000', '104739.777000', '104739.779000', '104739.783000', '104739.785000', '104739.788000', '104739.791000', '104739.793000', '104739.796000', '104739.799000', '104739.801000', '104739.804000', '104739.807000', '104739.809000', '104739.812000', '104739.815000', '104739.817000', '104739.820000', '104739.822000', '104739.825000', '104739.828000', '104739.830000', '104739.833000', '104739.836000', '104739.838000', '104739.841000', '104739.844000', '104739.846000', '104739.849000', '104739.851000', '104739.854000', '104739.857000', '104739.859000', '104739.862000', '104759.750000', '104759.753000', '104759.755000', '104759.758000', '104759.760000', '104759.763000', '104759.766000', '104759.768000', '104759.771000', '104759.774000', '104759.776000', '104759.779000', '104759.781000', '104759.784000', '104759.787000', '104759.789000', '104759.792000', '104759.794000', '104759.797000', '104759.800000', '104759.802000', '104759.805000', '104759.808000', '104759.810000', '104759.813000', '104759.815000', '104759.818000', '104759.821000', '104759.823000', '104759.826000', '104759.829000', '104759.831000', '104759.834000', '104759.837000', '104759.839000', '104759.842000', '104759.844000', '104759.847000', '104759.850000', '104759.852000', '104759.855000', '104759.858000', '104759.860000', '104759.863000', '104819.750000', '104819.753000', '104819.755000', '104819.758000', '104819.761000', '104819.763000', '104819.766000', '104819.769000', '104819.771000', '104819.774000', '104819.776000', '104819.779000', '104819.782000', '104819.784000', '104819.787000', '104819.789000', '104819.792000', '104819.795000', '104819.797000', '104819.800000', '104819.803000', '104819.805000', '104819.808000', '104819.811000', '104819.813000', '104819.822000', '104819.824000', '104819.827000', '104819.830000', '104819.832000', '104819.835000', '104819.837000', '104819.840000', '104819.843000', '104819.845000', '104819.848000', '104819.850000', '104819.853000', '104819.856000', '104819.858000', '104819.861000', '104819.863000', '104819.866000', '104839.749000', '104839.752000', '104839.755000', '104839.758000', '104839.760000', '104839.763000', '104839.766000', '104839.768000', '104839.771000', '104839.774000', '104839.776000', '104839.779000', '104839.781000', '104839.784000', '104839.787000', '104839.789000', '104839.792000', '104839.795000', '104839.797000', '104839.800000', '104839.803000', '104839.805000', '104839.808000', '104839.810000', '104839.813000', '104839.816000', '104839.818000', '104839.821000', '104839.824000', '104839.826000', '104839.829000', '104839.831000', '104839.834000', '104839.837000', '104839.839000', '104839.842000', '104839.856000', '104839.859000', '104839.862000', '104839.865000', '104839.867000', '104839.870000', '104839.872000', '104839.875000', '104859.750000', '104859.752000', '104859.755000', '104859.758000', '104859.761000', '104859.763000', '104859.766000', '104859.769000', '104859.771000', '104859.774000', '104859.777000', '104859.779000', '104859.782000', '104859.784000', '104859.787000', '104859.790000', '104859.792000', '104859.795000', '104859.798000', '104859.800000', '104859.803000', '104859.806000', '104859.808000', '104859.811000', '104859.813000', '104859.816000', '104859.819000', '104859.822000', '104859.825000', '104859.828000', '104859.831000', '104859.833000', '104859.836000', '104859.839000', '104859.841000', '104859.844000', '104859.846000', '104859.849000', '104859.852000', '104859.854000', '104859.857000', '104859.860000', '104859.862000', '104919.750000', '104919.752000', '104919.755000', '104919.758000', '104919.760000', '104919.763000', '104919.766000', '104919.769000', '104919.771000', '104919.774000', '104919.777000', '104919.779000', '104919.782000', '104919.784000', '104919.787000', '104919.790000', '104919.792000', '104919.795000', '104919.798000', '104919.800000', '104919.803000', '104919.806000', '104919.808000', '104919.811000', '104919.814000', '104919.816000', '104919.819000', '104919.821000', '104919.824000', '104919.827000', '104919.829000', '104919.832000', '104919.834000', '104919.837000', '104919.840000', '104919.842000', '104919.845000', '104919.847000', '104919.850000', '104919.853000', '104919.855000', '104919.858000', '104919.860000', '104919.863000', '104939.750000', '104939.752000', '104939.755000', '104939.758000', '104939.760000', '104939.763000', '104939.766000', '104939.768000', '104939.771000', '104939.774000', '104939.776000', '104939.779000', '104939.782000', '104939.784000', '104939.787000', '104939.789000', '104939.792000', '104939.795000', '104939.797000', '104939.801000', '104939.804000', '104939.807000', '104939.810000', '104939.812000', '104939.815000', '104939.818000', '104939.820000', '104939.823000', '104939.825000', '104939.828000', '104939.831000', '104939.833000', '104939.836000', '104939.838000', '104939.841000', '104939.844000', '104939.846000', '104939.849000', '104939.851000', '104939.854000', '104939.857000', '104939.859000', '104939.862000', '104959.750000', '104959.752000', '104959.755000', '104959.758000', '104959.760000', '104959.763000', '104959.765000', '104959.768000', '104959.771000', '104959.773000', '104959.776000', '104959.778000', '104959.781000', '104959.784000', '104959.786000', '104959.789000', '104959.791000', '104959.794000', '104959.797000', '104959.800000', '104959.802000', '104959.805000', '104959.807000', '104959.810000', '104959.813000', '104959.815000', '104959.818000', '104959.820000', '104959.823000', '104959.826000', '104959.829000', '104959.831000', '104959.834000', '104959.837000', '104959.839000', '104959.842000', '104959.845000', '104959.847000', '104959.850000', '104959.853000', '104959.855000', '104959.858000', '104959.860000', '104959.863000', '105019.750000', '105019.752000', '105019.765000', '105019.767000', '105019.770000', '105019.773000', '105019.775000', '105019.778000', '105019.780000', '105019.783000', '105019.785000', '105019.788000', '105019.791000', '105019.793000', '105019.796000', '105019.799000', '105019.801000', '105019.804000', '105019.807000', '105019.809000', '105019.812000', '105019.815000', '105019.817000', '105019.820000', '105019.822000', '105019.825000', '105019.828000', '105019.831000', '105019.834000', '105019.837000', '105019.840000', '105019.843000', '105019.845000', '105019.848000', '105019.851000', '105019.853000', '105019.856000', '105019.858000', '105019.862000', '105019.865000', '105019.867000', '105019.870000', '105019.873000', '105039.749000', '105039.752000', '105039.755000', '105039.758000', '105039.760000', '105039.763000', '105039.771000', '105039.774000', '105039.777000', '105039.779000', '105039.782000', '105039.785000', '105039.787000', '105039.790000', '105039.792000', '105039.795000', '105039.798000', '105039.801000', '105039.803000', '105039.806000', '105039.808000', '105039.811000', '105039.814000', '105039.816000', '105039.819000', '105039.821000', '105039.824000', '105039.827000', '105039.829000', '105039.832000', '105039.834000', '105039.837000', '105039.840000', '105039.842000', '105039.845000', '105039.847000', '105039.850000', '105039.853000', '105039.855000', '105039.858000', '105039.861000', '105039.863000', '105039.866000', '105039.868000', '105042.824000', '105042.829000', '105042.832000', '105042.835000', '105042.837000', '105042.840000', '105042.843000'], 'InstanceCreationTime': ['104359.788000', '104359.791000', '104359.794000', '104359.796000', '104359.799000', '104359.801000', '104359.804000', '104359.807000', '104359.809000', '104359.812000', '104359.814000', '104359.817000', '104359.820000', '104359.822000', '104359.825000', '104359.827000', '104359.830000', '104359.833000', '104359.835000', '104359.838000', '104359.840000', '104359.843000', '104359.845000', '104359.848000', '104359.854000', '104359.856000', '104359.859000', '104359.861000', '104359.864000', '104359.867000', '104359.869000', '104359.872000', '104359.874000', '104359.877000', '104359.880000', '104359.883000', '104359.886000', '104419.749000', '104419.752000', '104419.755000', '104419.757000', '104419.766000', '104419.768000', '104419.771000', '104419.773000', '104419.776000', '104419.778000', '104419.781000', '104419.783000', '104419.786000', '104419.789000', '104419.791000', '104419.794000', '104419.796000', '104419.799000', '104419.810000', '104419.812000', '104419.815000', '104419.818000', '104419.820000', '104419.823000', '104419.825000', '104419.828000', '104419.830000', '104419.833000', '104419.835000', '104419.838000', '104419.841000', '104419.843000', '104419.846000', '104419.848000', '104419.851000', '104419.853000', '104419.856000', '104419.859000', '104419.861000', '104419.864000', '104419.866000', '104419.869000', '104419.871000', '104419.874000', '104439.750000', '104439.752000', '104439.755000', '104439.758000', '104439.760000', '104439.763000', '104439.765000', '104439.768000', '104439.770000', '104439.773000', '104439.776000', '104439.778000', '104439.781000', '104439.784000', '104439.786000', '104439.789000', '104439.791000', '104439.794000', '104439.797000', '104439.799000', '104439.802000', '104439.805000', '104439.807000', '104439.810000', '104439.813000', '104439.815000', '104439.818000', '104439.821000', '104439.823000', '104439.826000', '104439.829000', '104439.833000', '104439.835000', '104439.838000', '104439.841000', '104439.844000', '104439.846000', '104439.849000', '104439.852000', '104439.854000', '104439.857000', '104439.859000', '104439.862000', '104459.750000', '104459.753000', '104459.756000', '104459.759000', '104459.763000', '104459.766000', '104459.769000', '104459.772000', '104459.775000', '104459.778000', '104459.781000', '104459.784000', '104459.787000', '104459.790000', '104459.792000', '104459.795000', '104459.798000', '104459.801000', '104459.803000', '104459.806000', '104459.809000', '104459.811000', '104459.814000', '104459.817000', '104459.819000', '104459.822000', '104459.825000', '104459.828000', '104459.831000', '104459.833000', '104459.836000', '104459.839000', '104459.842000', '104459.844000', '104459.847000', '104459.859000', '104459.862000', '104459.865000', '104459.868000', '104459.870000', '104459.873000', '104459.875000', '104459.878000', '104459.881000', '104519.749000', '104519.752000', '104519.755000', '104519.758000', '104519.760000', '104519.763000', '104519.766000', '104519.768000', '104519.771000', '104519.773000', '104519.776000', '104519.778000', '104519.781000', '104519.784000', '104519.786000', '104519.789000', '104519.791000', '104519.794000', '104519.797000', '104519.799000', '104519.802000', '104519.805000', '104519.807000', '104519.810000', '104519.812000', '104519.815000', '104519.818000', '104519.820000', '104519.823000', '104519.825000', '104519.828000', '104519.831000', '104519.833000', '104519.836000', '104519.838000', '104519.841000', '104519.844000', '104519.846000', '104519.849000', '104519.851000', '104519.854000', '104519.857000', '104519.859000', '104539.750000', '104539.752000', '104539.755000', '104539.758000', '104539.760000', '104539.763000', '104539.766000', '104539.768000', '104539.771000', '104539.773000', '104539.776000', '104539.779000', '104539.782000', '104539.784000', '104539.787000', '104539.790000', '104539.792000', '104539.795000', '104539.797000', '104539.800000', '104539.803000', '104539.806000', '104539.808000', '104539.811000', '104539.814000', '104539.816000', '104539.819000', '104539.821000', '104539.824000', '104539.849000', '104539.852000', '104539.855000', '104539.857000', '104539.860000', '104539.863000', '104539.865000', '104539.868000', '104539.870000', '104539.873000', '104539.876000', '104539.878000', '104539.881000', '104539.883000', '104539.886000', '104559.750000', '104559.752000', '104559.755000', '104559.758000', '104559.760000', '104559.763000', '104559.765000', '104559.768000', '104559.770000', '104559.773000', '104559.776000', '104559.778000', '104559.781000', '104559.783000', '104559.786000', '104559.789000', '104559.791000', '104559.794000', '104559.796000', '104559.799000', '104559.802000', '104559.804000', '104559.807000', '104559.810000', '104559.812000', '104559.815000', '104559.817000', '104559.820000', '104559.823000', '104559.825000', '104559.828000', '104559.830000', '104559.833000', '104559.836000', '104559.838000', '104559.841000', '104559.843000', '104559.846000', '104559.848000', '104559.851000', '104559.854000', '104559.857000', '104559.859000', '104619.749000', '104619.752000', '104619.755000', '104619.758000', '104619.760000', '104619.763000', '104619.766000', '104619.768000', '104619.771000', '104619.774000', '104619.776000', '104619.779000', '104619.782000', '104619.784000', '104619.787000', '104619.789000', '104619.792000', '104619.795000', '104619.798000', '104619.801000', '104619.803000', '104619.806000', '104619.809000', '104619.811000', '104619.814000', '104619.816000', '104619.819000', '104619.822000', '104619.824000', '104619.827000', '104619.838000', '104619.840000', '104619.843000', '104619.845000', '104619.848000', '104619.851000', '104619.853000', '104619.856000', '104619.859000', '104619.861000', '104619.864000', '104619.867000', '104619.870000', '104619.872000', '104639.749000', '104639.752000', '104639.755000', '104639.757000', '104639.760000', '104639.763000', '104639.765000', '104639.768000', '104639.770000', '104639.773000', '104639.776000', '104639.778000', '104639.781000', '104639.783000', '104639.786000', '104639.789000', '104639.791000', '104639.794000', '104639.796000', '104639.799000', '104639.802000', '104639.804000', '104639.807000', '104639.809000', '104639.812000', '104639.815000', '104639.817000', '104639.820000', '104639.822000', '104639.825000', '104639.828000', '104639.830000', '104639.833000', '104639.836000', '104639.838000', '104639.841000', '104639.844000', '104639.846000', '104639.849000', '104639.852000', '104639.854000', '104639.857000', '104639.859000', '104659.751000', '104659.754000', '104659.757000', '104659.760000', '104659.762000', '104659.765000', '104659.767000', '104659.770000', '104659.773000', '104659.775000', '104659.778000', '104659.780000', '104659.783000', '104659.786000', '104659.788000', '104659.791000', '104659.794000', '104659.796000', '104659.799000', '104659.802000', '104659.804000', '104659.807000', '104659.810000', '104659.812000', '104659.815000', '104659.818000', '104659.820000', '104659.823000', '104659.825000', '104659.828000', '104659.831000', '104659.833000', '104659.836000', '104659.838000', '104659.841000', '104659.843000', '104659.846000', '104659.849000', '104659.851000', '104659.854000', '104659.857000', '104659.859000', '104659.862000', '104659.864000', '104719.749000', '104719.752000', '104719.755000', '104719.758000', '104719.760000', '104719.763000', '104719.765000', '104719.768000', '104719.771000', '104719.773000', '104719.776000', '104719.779000', '104719.781000', '104719.784000', '104719.787000', '104719.789000', '104719.792000', '104719.795000', '104719.797000', '104719.800000', '104719.802000', '104719.805000', '104719.808000', '104719.810000', '104719.823000', '104719.825000', '104719.828000', '104719.830000', '104719.833000', '104719.836000', '104719.838000', '104719.841000', '104719.843000', '104719.846000', '104719.849000', '104719.851000', '104719.854000', '104719.857000', '104719.859000', '104719.862000', '104719.864000', '104719.867000', '104719.870000', '104739.749000', '104739.753000', '104739.756000', '104739.758000', '104739.761000', '104739.763000', '104739.766000', '104739.769000', '104739.771000', '104739.774000', '104739.777000', '104739.779000', '104739.783000', '104739.785000', '104739.788000', '104739.791000', '104739.793000', '104739.796000', '104739.799000', '104739.801000', '104739.804000', '104739.807000', '104739.809000', '104739.812000', '104739.815000', '104739.817000', '104739.820000', '104739.822000', '104739.825000', '104739.828000', '104739.830000', '104739.833000', '104739.836000', '104739.838000', '104739.841000', '104739.844000', '104739.846000', '104739.849000', '104739.851000', '104739.854000', '104739.857000', '104739.859000', '104739.862000', '104759.750000', '104759.753000', '104759.755000', '104759.758000', '104759.760000', '104759.763000', '104759.766000', '104759.768000', '104759.771000', '104759.774000', '104759.776000', '104759.779000', '104759.781000', '104759.784000', '104759.787000', '104759.789000', '104759.792000', '104759.794000', '104759.797000', '104759.800000', '104759.802000', '104759.805000', '104759.808000', '104759.810000', '104759.813000', '104759.815000', '104759.818000', '104759.821000', '104759.823000', '104759.826000', '104759.829000', '104759.831000', '104759.834000', '104759.837000', '104759.839000', '104759.842000', '104759.844000', '104759.847000', '104759.850000', '104759.852000', '104759.855000', '104759.858000', '104759.860000', '104759.863000', '104819.750000', '104819.753000', '104819.755000', '104819.758000', '104819.761000', '104819.763000', '104819.766000', '104819.769000', '104819.771000', '104819.774000', '104819.776000', '104819.779000', '104819.782000', '104819.784000', '104819.787000', '104819.789000', '104819.792000', '104819.795000', '104819.797000', '104819.800000', '104819.803000', '104819.805000', '104819.808000', '104819.811000', '104819.813000', '104819.822000', '104819.824000', '104819.827000', '104819.830000', '104819.832000', '104819.835000', '104819.837000', '104819.840000', '104819.843000', '104819.845000', '104819.848000', '104819.850000', '104819.853000', '104819.856000', '104819.858000', '104819.861000', '104819.863000', '104819.866000', '104839.749000', '104839.752000', '104839.755000', '104839.758000', '104839.760000', '104839.763000', '104839.766000', '104839.768000', '104839.771000', '104839.774000', '104839.776000', '104839.779000', '104839.781000', '104839.784000', '104839.787000', '104839.789000', '104839.792000', '104839.795000', '104839.797000', '104839.800000', '104839.803000', '104839.805000', '104839.808000', '104839.810000', '104839.813000', '104839.816000', '104839.818000', '104839.821000', '104839.824000', '104839.826000', '104839.829000', '104839.831000', '104839.834000', '104839.837000', '104839.839000', '104839.842000', '104839.856000', '104839.859000', '104839.862000', '104839.865000', '104839.867000', '104839.870000', '104839.872000', '104839.875000', '104859.750000', '104859.752000', '104859.755000', '104859.758000', '104859.761000', '104859.763000', '104859.766000', '104859.769000', '104859.771000', '104859.774000', '104859.777000', '104859.779000', '104859.782000', '104859.784000', '104859.787000', '104859.790000', '104859.792000', '104859.795000', '104859.798000', '104859.800000', '104859.803000', '104859.806000', '104859.808000', '104859.811000', '104859.813000', '104859.816000', '104859.819000', '104859.822000', '104859.825000', '104859.828000', '104859.831000', '104859.833000', '104859.836000', '104859.839000', '104859.841000', '104859.844000', '104859.846000', '104859.849000', '104859.852000', '104859.854000', '104859.857000', '104859.860000', '104859.862000', '104919.750000', '104919.752000', '104919.755000', '104919.758000', '104919.760000', '104919.763000', '104919.766000', '104919.769000', '104919.771000', '104919.774000', '104919.777000', '104919.779000', '104919.782000', '104919.784000', '104919.787000', '104919.790000', '104919.792000', '104919.795000', '104919.798000', '104919.800000', '104919.803000', '104919.806000', '104919.808000', '104919.811000', '104919.814000', '104919.816000', '104919.819000', '104919.821000', '104919.824000', '104919.827000', '104919.829000', '104919.832000', '104919.834000', '104919.837000', '104919.840000', '104919.842000', '104919.845000', '104919.847000', '104919.850000', '104919.853000', '104919.855000', '104919.858000', '104919.860000', '104919.863000', '104939.750000', '104939.752000', '104939.755000', '104939.758000', '104939.760000', '104939.763000', '104939.766000', '104939.768000', '104939.771000', '104939.774000', '104939.776000', '104939.779000', '104939.782000', '104939.784000', '104939.787000', '104939.789000', '104939.792000', '104939.795000', '104939.797000', '104939.801000', '104939.804000', '104939.807000', '104939.810000', '104939.812000', '104939.815000', '104939.818000', '104939.820000', '104939.823000', '104939.825000', '104939.828000', '104939.831000', '104939.833000', '104939.836000', '104939.838000', '104939.841000', '104939.844000', '104939.846000', '104939.849000', '104939.851000', '104939.854000', '104939.857000', '104939.859000', '104939.862000', '104959.750000', '104959.752000', '104959.755000', '104959.758000', '104959.760000', '104959.763000', '104959.765000', '104959.768000', '104959.771000', '104959.773000', '104959.776000', '104959.778000', '104959.781000', '104959.784000', '104959.786000', '104959.789000', '104959.791000', '104959.794000', '104959.797000', '104959.800000', '104959.802000', '104959.805000', '104959.807000', '104959.810000', '104959.813000', '104959.815000', '104959.818000', '104959.820000', '104959.823000', '104959.826000', '104959.829000', '104959.831000', '104959.834000', '104959.837000', '104959.839000', '104959.842000', '104959.845000', '104959.847000', '104959.850000', '104959.853000', '104959.855000', '104959.858000', '104959.860000', '104959.863000', '105019.750000', '105019.752000', '105019.765000', '105019.767000', '105019.770000', '105019.773000', '105019.775000', '105019.778000', '105019.780000', '105019.783000', '105019.785000', '105019.788000', '105019.791000', '105019.793000', '105019.796000', '105019.799000', '105019.801000', '105019.804000', '105019.807000', '105019.809000', '105019.812000', '105019.815000', '105019.817000', '105019.820000', '105019.822000', '105019.825000', '105019.828000', '105019.831000', '105019.834000', '105019.837000', '105019.840000', '105019.843000', '105019.845000', '105019.848000', '105019.851000', '105019.853000', '105019.856000', '105019.858000', '105019.862000', '105019.865000', '105019.867000', '105019.870000', '105019.873000', '105039.749000', '105039.752000', '105039.755000', '105039.758000', '105039.760000', '105039.763000', '105039.771000', '105039.774000', '105039.777000', '105039.779000', '105039.782000', '105039.785000', '105039.787000', '105039.790000', '105039.792000', '105039.795000', '105039.798000', '105039.801000', '105039.803000', '105039.806000', '105039.808000', '105039.811000', '105039.814000', '105039.816000', '105039.819000', '105039.821000', '105039.824000', '105039.827000', '105039.829000', '105039.832000', '105039.834000', '105039.837000', '105039.840000', '105039.842000', '105039.845000', '105039.847000', '105039.850000', '105039.853000', '105039.855000', '105039.858000', '105039.861000', '105039.863000', '105039.866000', '105039.868000', '105042.824000', '105042.829000', '105042.832000', '105042.835000', '105042.837000', '105042.840000', '105042.843000'], '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': [9455, 9234, 9041, 8563, 8302, 8387, 8211, 8176, 8166, 8206, 8180, 8290, 7969, 8512, 8287, 8193, 8290, 8009, 8224, 8109, 8558, 8267, 8256, 8382, 7974, 8113, 8123, 8139, 8489, 8193, 8312, 8197, 7964, 8199, 8144, 8266, 7993, 8314, 8091, 8366, 8002, 8479, 8178, 8107, 8125, 8093, 8140, 8440, 7963, 8213, 8028, 7993, 8328, 8068, 8330, 8227, 8323, 8022, 8505, 7881, 8353, 8082, 8153, 8068, 8111, 8287, 8125, 8422, 8178, 8049, 8049, 8187, 8171, 8165, 8450, 8309, 8447, 7938, 8495, 7984, 8317, 7883, 8533, 8157, 8436, 8154, 8272, 8074, 7853, 8209, 7994, 8447, 8030, 8239, 7855, 8127, 7962, 8166, 8011, 8130, 8314, 7952, 8320, 8059, 8423, 8315, 8321, 7979, 8193, 8075, 8317, 7976, 8328, 8064, 8075, 7998, 8050, 8170, 8139, 8295, 8341, 8119, 8168, 8285, 8127, 8427, 8036, 8349, 8054, 8292, 8254, 8334, 7940, 8232, 7999, 8256, 8018, 8225, 8004, 8111, 8230, 8245, 8190, 8165, 8378, 8119, 8416, 8168, 8290, 8232, 8285, 8247, 8197, 8114, 8276, 8093, 8417, 8102, 8189, 7816, 8079, 8278, 8002, 8375, 7928, 8325, 8158, 8019, 8198, 8278, 8040, 8370, 8176, 8369, 8131, 8214, 8466, 8232, 8309, 8389, 8080, 8200, 8152, 8324, 8276, 8110, 8463, 7929, 8208, 7854, 8505, 8106, 8371, 7991, 8188, 7961, 8094, 8463, 8325, 8517, 8097, 8295, 8096, 8229, 8056, 8096, 8409, 8285, 8207, 8291, 8187, 8451, 8240, 8219, 7963, 7933, 8196, 8193, 8217, 8108, 8379, 8574, 8105, 8263, 8222, 8135, 8186, 8179, 8144, 8183, 8131, 8375, 8000, 8223, 8446, 8065, 8169, 7886, 8346, 8062, 8278, 7930, 8136, 7986, 8492, 7855, 8465, 8072, 8192, 8176, 8344, 7877, 8240, 7912, 8233, 8290, 8106, 8399, 8072, 8378, 8005, 8336, 8005, 8137, 7762, 8425, 7801, 8414, 8258, 8183, 8123, 7994, 8524, 8236, 8316, 8291, 8757, 8592, 8545, 8471, 8354, 8245, 8592, 8533, 8359, 8490, 8300, 8354, 8375, 8355, 8289, 8214, 8606, 8175, 8508, 8060, 8294, 8306, 8285, 8572, 8510, 8221, 8245, 8245, 8216, 8332, 8144, 8426, 8363, 8518, 8217, 8325, 8252, 8334, 8442, 7931, 8245, 8086, 8355, 8131, 8278, 8316, 8387, 8507, 8349, 8571, 8238, 8215, 8412, 8475, 8406, 8403, 8273, 8352, 8232, 8268, 8417, 8297, 8249, 8222, 8531, 8277, 8328, 8148, 8476, 8318, 8397, 8440, 8287, 8380, 8279, 8374, 8272, 8202, 8178, 8329, 8344, 8256, 8367, 8244, 8448, 8335, 8480, 8341, 8423, 8204, 8281, 8238, 8544, 8424, 8529, 8318, 8460, 8449, 8501, 8444, 8688, 8239, 8409, 8543, 8484, 8395, 8228, 8463, 8297, 8313, 8216, 8770, 8232, 8149, 8416, 8359, 8359, 8177, 8406, 8385, 8424, 8387, 8409, 8536, 8215, 7965, 8380, 8068, 8309, 8125, 8415, 8281, 8085, 8170, 8126, 8719, 8534, 8144, 8364, 8235, 8396, 8378, 8525, 8364, 8647, 8411, 8153, 8280, 8515, 8527, 8520, 8453, 8520, 8670, 8412, 8502, 8476, 8692, 8312, 8470, 8431, 8367, 8302, 8257, 8515, 8280, 8416, 8396, 8427, 8456, 8135, 8236, 8254, 8405, 8064, 8020, 8417, 8224, 8460, 8443, 8385, 8193, 8517, 8452, 8446, 8626, 8321, 8509, 8588, 8296, 8543, 8359, 8212, 8395, 8195, 8263, 8170, 8404, 8201, 8401, 8342, 8219, 8474, 8633, 8348, 8430, 8731, 8294, 8259, 8346, 8269, 8210, 8226, 8332, 8354, 8122, 8138, 8212, 8155, 8233, 8095, 8414, 8166, 8343, 8118, 8229, 8081, 8323, 8278, 8197, 8419, 8231, 8212, 8252, 8472, 8044, 8543, 8091, 8543, 8378, 8399, 8133, 8272, 8277, 8272, 8393, 8282, 8301, 8388, 8341, 8189, 8269, 8168, 8110, 8349, 8198, 8173, 8235, 8323, 8394, 8428, 8305, 8070, 8238, 8145, 8387, 8417, 8293, 8421, 8258, 8519, 8276, 8477, 8365, 8438, 8480, 8324, 8413, 8339, 8307, 8480, 8357, 8316, 8434, 8352, 8277, 8425, 8024, 8479, 8285, 8197, 8057, 8412, 8153, 8326, 8144, 8207, 8258, 8246, 8449, 8357, 8237, 8191, 8539, 8277, 8140, 8434, 8449, 8035, 8048, 7806, 8157, 8330, 8435, 8651, 8345, 8483, 8754, 8219, 8788, 8200, 8229, 8359, 8665, 8554, 8354, 8318, 8240, 8306, 8488, 8564, 8249, 8568, 8395, 8292, 8427, 8430, 8289, 8304, 8419, 8403, 8455, 8053, 8436, 8216, 8250, 8179, 8002, 8120, 8330, 8142, 8274, 8503, 8264, 8219, 8586, 8279, 8235, 8312, 8161, 8168, 8229, 8196, 8521, 8295, 8249, 8437, 8519, 8622, 8253, 8514, 8244, 8348, 8569, 8451, 8294, 8332, 8541, 8208, 8250, 8422, 8309, 8322, 8168, 8349, 8222, 8298, 8269, 8229, 8037, 8543, 8485, 8350, 8157, 8343, 8341, 8192, 8542, 8087, 8664, 8246, 8398, 8433, 8317, 8128, 8347, 8185, 8723, 8421, 8370, 8286, 8545, 8309, 8324, 8243, 8129, 8608, 8257, 8316, 8291, 8181, 8154, 8243, 8218, 8317, 8350, 8213, 8270, 8218, 8353, 8235, 8505, 8249, 8510, 8194, 8579, 8097, 8483, 8186, 8834, 8115, 8575, 8078, 8640, 8228, 8425, 8421, 8637, 8154, 8412, 8177, 8490, 8148, 8195, 8375, 8375, 8628, 8528, 8369, 8100, 8263, 8276, 8149, 8586, 8190, 8283, 8195, 8492, 8049, 8561, 8056, 8461, 8289, 8450, 8597, 8306, 8420, 8295, 8513, 8449, 8364, 8393, 8196, 8245, 8208, 8377, 8236, 8185, 8277, 8193, 8122, 8282, 8214, 8412, 8159, 8410, 8470, 8333, 8620, 8172, 8438, 8259, 8609, 8176, 8740, 8100, 8498, 8156, 8675, 8363, 8355, 8262, 8448, 8040, 8546, 8068, 8322, 8250, 8364, 8264, 8507, 8836, 8459, 8192, 8256, 8499, 8385, 8248, 8391, 8521, 8237, 8544, 8062, 8513, 8203, 8328, 8468, 8436, 8316, 8296, 7922, 8234, 8127, 8353, 8184, 8356, 8206, 8470, 8534, 8158, 8412, 8271, 8288, 8350, 8641, 8232, 8364, 8150, 8185, 8392, 8395, 8099, 8410, 8257, 8263, 8430, 8386, 8514, 8279, 8215, 8292, 8066, 8289, 8126, 8273, 8085, 8101, 8109, 8425, 8370, 8560, 8490, 8187, 8358, 8301, 8189, 8729, 8467, 8319, 8208, 8306, 8168, 8252, 8429, 8495, 8269, 8402, 8342, 8436, 8221, 8188, 8164, 8245, 8395, 8113, 8254, 8473, 8366, 8308, 8463, 8089, 8355, 8341, 7989, 8386, 8286, 8409, 8614, 8315, 8190, 7992, 8697, 8114, 8339, 8166, 8282, 8197, 8503, 8338, 8100, 8489, 8038, 8503, 8063, 8741, 8192, 8368, 8088], 'WindowCenter': [4495.0, 4477.0, 4463.0, 4451.0, 4450.0, 4449.0, 4449.0, 4438.0, 4434.0, 4437.0, 4437.0, 4449.0, 4450.0, 4459.0, 4449.0, 4450.0, 4449.0, 4451.0, 4450.0, 4449.0, 4449.0, 4450.0, 4450.0, 4449.0, 4439.0, 4439.0, 4449.0, 4450.0, 4460.0, 4448.0, 4447.0, 4446.0, 4450.0, 4449.0, 4451.0, 4447.0, 4448.0, 4448.0, 4451.0, 4462.0, 4451.0, 4448.0, 4460.0, 4448.0, 4452.0, 4451.0, 4449.0, 4450.0, 4450.0, 4461.0, 4450.0, 4449.0, 4460.0, 4451.0, 4462.0, 4462.0, 4449.0, 4450.0, 4457.0, 4451.0, 4462.0, 4451.0, 4448.0, 4449.0, 4449.0, 4450.0, 4451.0, 4448.0, 4450.0, 4446.0, 4449.0, 4448.0, 4448.0, 4447.0, 4448.0, 4450.0, 4450.0, 4450.0, 4449.0, 4449.0, 4448.0, 4452.0, 4460.0, 4452.0, 4449.0, 4451.0, 4452.0, 4452.0, 4452.0, 4449.0, 4450.0, 4451.0, 4452.0, 4460.0, 4449.0, 4450.0, 4451.0, 4450.0, 4451.0, 4451.0, 4447.0, 4451.0, 4449.0, 4453.0, 4451.0, 4451.0, 4448.0, 4452.0, 4452.0, 4452.0, 4451.0, 4449.0, 4449.0, 4451.0, 4450.0, 4450.0, 4449.0, 4451.0, 4451.0, 4451.0, 4451.0, 4438.0, 4448.0, 4449.0, 4451.0, 4451.0, 4450.0, 4448.0, 4450.0, 4449.0, 4451.0, 4461.0, 4449.0, 4450.0, 4452.0, 4450.0, 4451.0, 4463.0, 4439.0, 4438.0, 4449.0, 4451.0, 4451.0, 4452.0, 4450.0, 4450.0, 4448.0, 4450.0, 4449.0, 4452.0, 4447.0, 4450.0, 4450.0, 4449.0, 4451.0, 4449.0, 4448.0, 4438.0, 4449.0, 4439.0, 4440.0, 4435.0, 4436.0, 4435.0, 4435.0, 4449.0, 4439.0, 4437.0, 4436.0, 4448.0, 4438.0, 4450.0, 4448.0, 4447.0, 4449.0, 4449.0, 4452.0, 4452.0, 4450.0, 4450.0, 4452.0, 4452.0, 4453.0, 4463.0, 4450.0, 4439.0, 4448.0, 4450.0, 4450.0, 4449.0, 4448.0, 4451.0, 4448.0, 4451.0, 4450.0, 4438.0, 4439.0, 4449.0, 4450.0, 4448.0, 4437.0, 4449.0, 4439.0, 4451.0, 4450.0, 4448.0, 4449.0, 4449.0, 4461.0, 4462.0, 4452.0, 4450.0, 4464.0, 4464.0, 4454.0, 4464.0, 4451.0, 4453.0, 4451.0, 4452.0, 4464.0, 4461.0, 4450.0, 4451.0, 4449.0, 4451.0, 4451.0, 4449.0, 4437.0, 4450.0, 4439.0, 4450.0, 4439.0, 4448.0, 4449.0, 4449.0, 4450.0, 4453.0, 4453.0, 4450.0, 4449.0, 4452.0, 4451.0, 4452.0, 4460.0, 4449.0, 4451.0, 4450.0, 4452.0, 4463.0, 4450.0, 4450.0, 4450.0, 4451.0, 4453.0, 4450.0, 4438.0, 4449.0, 4439.0, 4450.0, 4452.0, 4450.0, 4439.0, 4435.0, 4446.0, 4440.0, 4419.0, 4460.0, 4473.0, 4459.0, 4463.0, 4451.0, 4460.0, 4449.0, 4446.0, 4447.0, 4447.0, 4459.0, 4463.0, 4450.0, 4449.0, 4449.0, 4446.0, 4448.0, 4439.0, 4447.0, 4449.0, 4436.0, 4435.0, 4449.0, 4438.0, 4449.0, 4448.0, 4437.0, 4447.0, 4436.0, 4450.0, 4449.0, 4448.0, 4435.0, 4446.0, 4436.0, 4438.0, 4450.0, 4449.0, 4448.0, 4437.0, 4436.0, 4449.0, 4450.0, 4448.0, 4448.0, 4449.0, 4448.0, 4451.0, 4450.0, 4448.0, 4438.0, 4450.0, 4440.0, 4452.0, 4450.0, 4437.0, 4446.0, 4450.0, 4450.0, 4449.0, 4447.0, 4448.0, 4437.0, 4450.0, 4450.0, 4449.0, 4449.0, 4450.0, 4451.0, 4451.0, 4453.0, 4450.0, 4450.0, 4448.0, 4450.0, 4451.0, 4451.0, 4450.0, 4449.0, 4451.0, 4451.0, 4451.0, 4451.0, 4450.0, 4446.0, 4450.0, 4449.0, 4450.0, 4449.0, 4447.0, 4451.0, 4450.0, 4450.0, 4438.0, 4437.0, 4446.0, 4450.0, 4451.0, 4450.0, 4451.0, 4447.0, 4447.0, 4447.0, 4451.0, 4466.0, 4475.0, 4451.0, 4460.0, 4462.0, 4461.0, 4464.0, 4465.0, 4461.0, 4462.0, 4452.0, 4463.0, 4462.0, 4450.0, 4448.0, 4451.0, 4450.0, 4451.0, 4451.0, 4438.0, 4447.0, 4436.0, 4450.0, 4449.0, 4448.0, 4447.0, 4449.0, 4448.0, 4451.0, 4449.0, 4438.0, 4449.0, 4441.0, 4450.0, 4449.0, 4449.0, 4450.0, 4444.0, 4442.0, 4431.0, 4445.0, 4457.0, 4449.0, 4449.0, 4461.0, 4461.0, 4465.0, 4463.0, 4463.0, 4461.0, 4463.0, 4452.0, 4451.0, 4451.0, 4450.0, 4450.0, 4452.0, 4460.0, 4449.0, 4447.0, 4447.0, 4437.0, 4449.0, 4448.0, 4436.0, 4434.0, 4448.0, 4437.0, 4448.0, 4449.0, 4446.0, 4435.0, 4445.0, 4447.0, 4448.0, 4438.0, 4446.0, 4446.0, 4448.0, 4438.0, 4450.0, 4448.0, 4445.0, 4436.0, 4448.0, 4448.0, 4450.0, 4450.0, 4448.0, 4437.0, 4448.0, 4449.0, 4450.0, 4448.0, 4448.0, 4448.0, 4450.0, 4450.0, 4461.0, 4450.0, 4447.0, 4450.0, 4452.0, 4478.0, 4463.0, 4461.0, 4452.0, 4450.0, 4460.0, 4451.0, 4450.0, 4449.0, 4448.0, 4450.0, 4462.0, 4451.0, 4449.0, 4449.0, 4449.0, 4450.0, 4452.0, 4452.0, 4447.0, 4439.0, 4448.0, 4450.0, 4451.0, 4449.0, 4447.0, 4448.0, 4449.0, 4450.0, 4452.0, 4449.0, 4449.0, 4451.0, 4450.0, 4461.0, 4461.0, 4449.0, 4451.0, 4460.0, 4463.0, 4461.0, 4460.0, 4450.0, 4452.0, 4462.0, 4461.0, 4460.0, 4449.0, 4449.0, 4450.0, 4451.0, 4448.0, 4451.0, 4449.0, 4450.0, 4454.0, 4460.0, 4450.0, 4463.0, 4461.0, 4463.0, 4463.0, 4463.0, 4462.0, 4464.0, 4463.0, 4464.0, 4463.0, 4461.0, 4462.0, 4452.0, 4452.0, 4450.0, 4449.0, 4451.0, 4450.0, 4463.0, 4464.0, 4452.0, 4447.0, 4462.0, 4461.0, 4462.0, 4450.0, 4448.0, 4447.0, 4451.0, 4451.0, 4451.0, 4450.0, 4447.0, 4452.0, 4449.0, 4450.0, 4451.0, 4438.0, 4449.0, 4450.0, 4450.0, 4461.0, 4450.0, 4450.0, 4462.0, 4452.0, 4463.0, 4463.0, 4450.0, 4452.0, 4462.0, 4461.0, 4456.0, 4441.0, 4428.0, 4428.0, 4442.0, 4445.0, 4460.0, 4462.0, 4462.0, 4462.0, 4461.0, 4448.0, 4449.0, 4451.0, 4451.0, 4461.0, 4460.0, 4447.0, 4452.0, 4449.0, 4451.0, 4462.0, 4449.0, 4447.0, 4448.0, 4447.0, 4450.0, 4449.0, 4447.0, 4449.0, 4450.0, 4449.0, 4453.0, 4450.0, 4449.0, 4448.0, 4449.0, 4450.0, 4462.0, 4451.0, 4449.0, 4450.0, 4451.0, 4463.0, 4476.0, 4475.0, 4464.0, 4462.0, 4465.0, 4462.0, 4475.0, 4475.0, 4464.0, 4463.0, 4463.0, 4464.0, 4464.0, 4464.0, 4451.0, 4461.0, 4459.0, 4449.0, 4461.0, 4450.0, 4448.0, 4449.0, 4449.0, 4449.0, 4448.0, 4448.0, 4436.0, 4436.0, 4437.0, 4447.0, 4447.0, 4449.0, 4447.0, 4448.0, 4448.0, 4449.0, 4461.0, 4447.0, 4448.0, 4460.0, 4451.0, 4463.0, 4463.0, 4462.0, 4461.0, 4461.0, 4464.0, 4463.0, 4460.0, 4451.0, 4461.0, 4462.0, 4454.0, 4465.0, 4450.0, 4460.0, 4461.0, 4464.0, 4463.0, 4464.0, 4451.0, 4460.0, 4451.0, 4450.0, 4460.0, 4449.0, 4450.0, 4451.0, 4463.0, 4453.0, 4449.0, 4450.0, 4450.0, 4450.0, 4462.0, 4463.0, 4450.0, 4450.0, 4450.0, 4460.0, 4464.0, 4462.0, 4459.0, 4460.0, 4453.0, 4464.0, 4466.0, 4460.0, 4453.0, 4461.0, 4465.0, 4464.0, 4462.0, 4461.0, 4463.0, 4462.0, 4465.0, 4462.0, 4462.0, 4463.0, 4465.0, 4453.0, 4465.0, 4463.0, 4462.0, 4461.0, 4452.0, 4452.0, 4464.0, 4463.0, 4451.0, 4462.0, 4451.0, 4451.0, 4463.0, 4462.0, 4452.0, 4450.0, 4450.0, 4450.0, 4450.0, 4448.0, 4460.0, 4451.0, 4451.0, 4451.0, 4447.0, 4450.0, 4450.0, 4450.0, 4450.0, 4450.0, 4448.0, 4449.0, 4450.0, 4452.0, 4462.0, 4452.0, 4439.0, 4448.0, 4450.0, 4452.0, 4451.0, 4451.0, 4450.0, 4450.0, 4462.0, 4451.0, 4451.0, 4461.0, 4460.0, 4451.0, 4461.0, 4453.0, 4464.0, 4467.0, 4476.0, 4463.0, 4462.0, 4464.0, 4465.0, 4465.0, 4475.0, 4454.0, 4453.0, 4465.0, 4464.0, 4465.0, 4465.0, 4462.0, 4463.0, 4463.0, 4466.0, 4477.0, 4466.0, 4464.0, 4466.0, 4464.0, 4476.0, 4465.0, 4453.0, 4463.0, 4464.0, 4466.0, 4466.0, 4464.0, 4464.0, 4451.0, 4453.0, 4464.0, 4464.0, 4463.0, 4463.0, 4464.0, 4462.0, 4465.0, 4463.0, 4450.0, 4450.0, 4462.0, 4452.0, 4464.0, 4463.0, 4452.0, 4451.0, 4452.0, 4462.0, 4464.0, 4464.0, 4453.0, 4452.0, 4452.0, 4463.0, 4464.0, 4462.0, 4461.0, 4464.0, 4463.0, 4465.0, 4466.0, 4463.0, 4465.0, 4472.0, 4446.0, 4443.0, 4444.0, 4445.0, 4450.0, 4463.0, 4462.0, 4463.0, 4464.0, 4478.0, 4476.0, 4460.0, 4450.0, 4451.0, 4452.0, 4453.0, 4451.0, 4449.0, 4450.0, 4448.0, 4450.0, 4451.0, 4448.0, 4436.0, 4436.0, 4448.0, 4438.0, 4449.0, 4449.0, 4438.0, 4437.0, 4437.0, 4446.0, 4449.0, 4448.0, 4437.0, 4438.0, 4438.0, 4439.0, 4451.0, 4449.0, 4449.0, 4450.0, 4452.0, 4450.0, 4452.0, 4449.0, 4448.0, 4450.0, 4462.0, 4452.0, 4464.0, 4462.0, 4450.0, 4451.0, 4461.0, 4451.0, 4461.0, 4452.0, 4460.0, 4452.0, 4453.0, 4453.0], 'WindowWidth': [9914.0, 9874.0, 9841.0, 9820.0, 9818.0, 9812.0, 9812.0, 9795.0, 9784.0, 9793.0, 9791.0, 9809.0, 9816.0, 9826.0, 9812.0, 9817.0, 9813.0, 9818.0, 9816.0, 9811.0, 9811.0, 9814.0, 9817.0, 9813.0, 9798.0, 9796.0, 9812.0, 9817.0, 9828.0, 9809.0, 9808.0, 9803.0, 9813.0, 9810.0, 9817.0, 9808.0, 9809.0, 9811.0, 9818.0, 9834.0, 9819.0, 9811.0, 9831.0, 9812.0, 9822.0, 9819.0, 9812.0, 9815.0, 9817.0, 9833.0, 9815.0, 9812.0, 9831.0, 9820.0, 9836.0, 9837.0, 9813.0, 9815.0, 9825.0, 9819.0, 9835.0, 9820.0, 9813.0, 9815.0, 9813.0, 9814.0, 9818.0, 9808.0, 9815.0, 9806.0, 9813.0, 9811.0, 9808.0, 9808.0, 9811.0, 9816.0, 9817.0, 9815.0, 9812.0, 9814.0, 9812.0, 9823.0, 9832.0, 9821.0, 9815.0, 9821.0, 9821.0, 9824.0, 9823.0, 9814.0, 9817.0, 9817.0, 9822.0, 9833.0, 9813.0, 9814.0, 9816.0, 9816.0, 9819.0, 9818.0, 9809.0, 9816.0, 9813.0, 9825.0, 9819.0, 9816.0, 9811.0, 9820.0, 9822.0, 9823.0, 9818.0, 9813.0, 9813.0, 9816.0, 9819.0, 9816.0, 9813.0, 9818.0, 9817.0, 9817.0, 9818.0, 9796.0, 9809.0, 9812.0, 9816.0, 9818.0, 9815.0, 9811.0, 9814.0, 9813.0, 9817.0, 9833.0, 9811.0, 9814.0, 9822.0, 9815.0, 9817.0, 9838.0, 9799.0, 9795.0, 9811.0, 9817.0, 9814.0, 9822.0, 9816.0, 9815.0, 9810.0, 9815.0, 9812.0, 9820.0, 9808.0, 9815.0, 9814.0, 9812.0, 9819.0, 9812.0, 9807.0, 9795.0, 9809.0, 9797.0, 9799.0, 9787.0, 9790.0, 9786.0, 9787.0, 9810.0, 9799.0, 9791.0, 9790.0, 9809.0, 9796.0, 9814.0, 9809.0, 9808.0, 9815.0, 9813.0, 9821.0, 9821.0, 9815.0, 9814.0, 9820.0, 9819.0, 9823.0, 9837.0, 9814.0, 9799.0, 9809.0, 9816.0, 9816.0, 9813.0, 9810.0, 9817.0, 9810.0, 9817.0, 9816.0, 9794.0, 9796.0, 9809.0, 9816.0, 9809.0, 9792.0, 9812.0, 9799.0, 9817.0, 9816.0, 9811.0, 9813.0, 9813.0, 9833.0, 9837.0, 9820.0, 9816.0, 9840.0, 9841.0, 9827.0, 9843.0, 9820.0, 9823.0, 9818.0, 9821.0, 9840.0, 9830.0, 9815.0, 9817.0, 9814.0, 9818.0, 9818.0, 9812.0, 9794.0, 9811.0, 9798.0, 9814.0, 9799.0, 9809.0, 9812.0, 9813.0, 9815.0, 9827.0, 9824.0, 9815.0, 9815.0, 9820.0, 9817.0, 9823.0, 9832.0, 9814.0, 9819.0, 9817.0, 9821.0, 9838.0, 9817.0, 9817.0, 9815.0, 9817.0, 9823.0, 9815.0, 9794.0, 9811.0, 9798.0, 9812.0, 9820.0, 9816.0, 9798.0, 9789.0, 9812.0, 9793.0, 9759.0, 9833.0, 9856.0, 9829.0, 9844.0, 9819.0, 9829.0, 9812.0, 9805.0, 9808.0, 9805.0, 9829.0, 9838.0, 9816.0, 9813.0, 9809.0, 9802.0, 9809.0, 9795.0, 9807.0, 9812.0, 9789.0, 9785.0, 9811.0, 9794.0, 9813.0, 9811.0, 9792.0, 9804.0, 9791.0, 9812.0, 9811.0, 9809.0, 9786.0, 9803.0, 9790.0, 9795.0, 9813.0, 9813.0, 9809.0, 9791.0, 9790.0, 9810.0, 9814.0, 9808.0, 9810.0, 9813.0, 9812.0, 9817.0, 9814.0, 9809.0, 9795.0, 9812.0, 9800.0, 9822.0, 9814.0, 9792.0, 9804.0, 9814.0, 9812.0, 9812.0, 9807.0, 9807.0, 9792.0, 9813.0, 9817.0, 9813.0, 9810.0, 9815.0, 9816.0, 9817.0, 9824.0, 9816.0, 9814.0, 9811.0, 9816.0, 9817.0, 9817.0, 9816.0, 9810.0, 9817.0, 9816.0, 9818.0, 9817.0, 9815.0, 9806.0, 9816.0, 9812.0, 9814.0, 9812.0, 9807.0, 9818.0, 9815.0, 9815.0, 9795.0, 9792.0, 9804.0, 9816.0, 9815.0, 9812.0, 9818.0, 9806.0, 9807.0, 9809.0, 9817.0, 9847.0, 9863.0, 9820.0, 9829.0, 9836.0, 9834.0, 9840.0, 9844.0, 9834.0, 9836.0, 9822.0, 9839.0, 9837.0, 9816.0, 9811.0, 9819.0, 9814.0, 9816.0, 9818.0, 9793.0, 9806.0, 9789.0, 9817.0, 9813.0, 9809.0, 9807.0, 9814.0, 9810.0, 9816.0, 9813.0, 9795.0, 9811.0, 9802.0, 9817.0, 9813.0, 9810.0, 9816.0, 9804.0, 9797.0, 9779.0, 9801.0, 9823.0, 9813.0, 9815.0, 9836.0, 9834.0, 9847.0, 9841.0, 9837.0, 9833.0, 9838.0, 9823.0, 9820.0, 9816.0, 9815.0, 9817.0, 9819.0, 9830.0, 9814.0, 9806.0, 9804.0, 9793.0, 9810.0, 9807.0, 9789.0, 9784.0, 9808.0, 9791.0, 9810.0, 9815.0, 9803.0, 9787.0, 9802.0, 9808.0, 9810.0, 9797.0, 9804.0, 9804.0, 9810.0, 9794.0, 9815.0, 9811.0, 9803.0, 9790.0, 9811.0, 9808.0, 9815.0, 9816.0, 9809.0, 9793.0, 9808.0, 9812.0, 9815.0, 9810.0, 9808.0, 9812.0, 9813.0, 9818.0, 9834.0, 9815.0, 9808.0, 9816.0, 9821.0, 9866.0, 9841.0, 9834.0, 9822.0, 9817.0, 9831.0, 9818.0, 9816.0, 9813.0, 9811.0, 9817.0, 9837.0, 9819.0, 9812.0, 9813.0, 9814.0, 9816.0, 9823.0, 9823.0, 9808.0, 9797.0, 9811.0, 9814.0, 9819.0, 9815.0, 9809.0, 9811.0, 9812.0, 9814.0, 9821.0, 9814.0, 9812.0, 9816.0, 9818.0, 9834.0, 9834.0, 9813.0, 9818.0, 9830.0, 9840.0, 9836.0, 9831.0, 9815.0, 9823.0, 9834.0, 9834.0, 9829.0, 9813.0, 9814.0, 9815.0, 9819.0, 9811.0, 9818.0, 9812.0, 9816.0, 9827.0, 9833.0, 9817.0, 9838.0, 9834.0, 9841.0, 9843.0, 9838.0, 9837.0, 9842.0, 9841.0, 9841.0, 9837.0, 9833.0, 9838.0, 9820.0, 9821.0, 9816.0, 9814.0, 9820.0, 9814.0, 9837.0, 9841.0, 9821.0, 9811.0, 9837.0, 9833.0, 9835.0, 9816.0, 9811.0, 9807.0, 9818.0, 9818.0, 9818.0, 9816.0, 9808.0, 9820.0, 9811.0, 9815.0, 9819.0, 9796.0, 9812.0, 9815.0, 9818.0, 9832.0, 9816.0, 9817.0, 9835.0, 9820.0, 9839.0, 9838.0, 9817.0, 9820.0, 9837.0, 9833.0, 9825.0, 9801.0, 9772.0, 9776.0, 9798.0, 9805.0, 9830.0, 9839.0, 9836.0, 9837.0, 9836.0, 9812.0, 9814.0, 9816.0, 9819.0, 9832.0, 9828.0, 9808.0, 9821.0, 9814.0, 9820.0, 9837.0, 9812.0, 9807.0, 9810.0, 9809.0, 9814.0, 9812.0, 9806.0, 9811.0, 9814.0, 9812.0, 9823.0, 9815.0, 9811.0, 9809.0, 9813.0, 9815.0, 9836.0, 9820.0, 9813.0, 9814.0, 9818.0, 9838.0, 9863.0, 9863.0, 9844.0, 9838.0, 9844.0, 9838.0, 9859.0, 9860.0, 9842.0, 9838.0, 9840.0, 9843.0, 9843.0, 9843.0, 9818.0, 9834.0, 9826.0, 9814.0, 9834.0, 9813.0, 9808.0, 9810.0, 9812.0, 9812.0, 9810.0, 9810.0, 9788.0, 9789.0, 9791.0, 9807.0, 9807.0, 9810.0, 9806.0, 9811.0, 9809.0, 9813.0, 9834.0, 9810.0, 9811.0, 9831.0, 9820.0, 9840.0, 9841.0, 9835.0, 9833.0, 9834.0, 9842.0, 9839.0, 9833.0, 9819.0, 9836.0, 9834.0, 9828.0, 9845.0, 9817.0, 9831.0, 9833.0, 9841.0, 9838.0, 9840.0, 9818.0, 9830.0, 9818.0, 9820.0, 9831.0, 9814.0, 9816.0, 9819.0, 9838.0, 9823.0, 9816.0, 9816.0, 9815.0, 9815.0, 9837.0, 9839.0, 9818.0, 9816.0, 9816.0, 9830.0, 9843.0, 9837.0, 9828.0, 9832.0, 9824.0, 9842.0, 9847.0, 9833.0, 9825.0, 9834.0, 9846.0, 9843.0, 9836.0, 9835.0, 9839.0, 9838.0, 9847.0, 9839.0, 9836.0, 9839.0, 9844.0, 9823.0, 9846.0, 9838.0, 9834.0, 9833.0, 9821.0, 9823.0, 9841.0, 9838.0, 9822.0, 9834.0, 9819.0, 9820.0, 9839.0, 9836.0, 9821.0, 9814.0, 9817.0, 9817.0, 9815.0, 9810.0, 9830.0, 9818.0, 9820.0, 9819.0, 9809.0, 9814.0, 9815.0, 9814.0, 9816.0, 9816.0, 9809.0, 9811.0, 9815.0, 9821.0, 9834.0, 9819.0, 9798.0, 9809.0, 9817.0, 9818.0, 9818.0, 9818.0, 9814.0, 9813.0, 9832.0, 9818.0, 9819.0, 9834.0, 9830.0, 9817.0, 9833.0, 9825.0, 9840.0, 9851.0, 9859.0, 9837.0, 9837.0, 9844.0, 9843.0, 9845.0, 9860.0, 9826.0, 9824.0, 9843.0, 9841.0, 9844.0, 9844.0, 9834.0, 9837.0, 9839.0, 9848.0, 9864.0, 9847.0, 9842.0, 9847.0, 9842.0, 9862.0, 9844.0, 9825.0, 9839.0, 9841.0, 9846.0, 9847.0, 9842.0, 9838.0, 9820.0, 9825.0, 9842.0, 9839.0, 9838.0, 9837.0, 9841.0, 9835.0, 9846.0, 9839.0, 9818.0, 9817.0, 9835.0, 9822.0, 9843.0, 9838.0, 9822.0, 9819.0, 9822.0, 9836.0, 9840.0, 9841.0, 9822.0, 9820.0, 9822.0, 9838.0, 9840.0, 9837.0, 9833.0, 9840.0, 9837.0, 9846.0, 9847.0, 9839.0, 9845.0, 9857.0, 9811.0, 9799.0, 9801.0, 9803.0, 9816.0, 9837.0, 9837.0, 9840.0, 9843.0, 9867.0, 9863.0, 9832.0, 9815.0, 9820.0, 9820.0, 9824.0, 9818.0, 9814.0, 9813.0, 9811.0, 9812.0, 9818.0, 9809.0, 9790.0, 9789.0, 9809.0, 9793.0, 9811.0, 9813.0, 9794.0, 9790.0, 9791.0, 9804.0, 9812.0, 9808.0, 9792.0, 9795.0, 9796.0, 9798.0, 9819.0, 9812.0, 9811.0, 9814.0, 9819.0, 9816.0, 9821.0, 9812.0, 9811.0, 9815.0, 9836.0, 9819.0, 9840.0, 9836.0, 9815.0, 9818.0, 9832.0, 9820.0, 9832.0, 9820.0, 9829.0, 9820.0, 9822.0, 9825.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.001250745614035088</td></tr>
<tr><td colspan=3>aqi</td><td>0.020986363486842106</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>32.331559678540096</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0835269445664095</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9748621763666312</td></tr>
<tr><td colspan=3>efc</td><td>0.4653</td></tr>
<tr><td colspan=3>fber</td><td>5814.855</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0889074491138412</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>20</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.192982456140351</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.1693345982470684</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>3.1106065622009966</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.475212098962669</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.9221851335775386</td></tr>
<tr><td colspan=3>gcor</td><td>0.00608473</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.004314318299293518</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.016964739188551903</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.88728635386056</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>54.8981</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.4165</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>168.3306</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300311.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>785.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>369.9426</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6102</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>612.204</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3649.6636</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3879.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76233.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1385.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4835.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>997.8618</td></tr>
<tr><td colspan=3>tsnr</td><td>40.33551343367435</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>