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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0013/ses-02/func/sub-0013_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>4fcb71afca268c2e48bd8631d0141521</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:32:27.150000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998714, 0.0492497, 0.0120257, -0.0505927, 0.983403, 0.174239]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.090066</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4130, -7768, -7234, 464, -203, -232, 35, 44]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>243.756</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d2ba558d-b763-4785-a01f-f906b33234a9||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6794769763946533, -0.1357364058494568, 0.008761233650147915, 119.34879302978516], [-0.13213324546813965, 2.6383981704711914, 0.4714818596839905, -95.38330841064453], [0.03226402774453163, -0.46746930480003357, 2.658501148223877, -28.553653717041016], [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': ['103227.150000', '103227.610000', '103228.070000', '103228.530000', '103228.990000', '103229.450000', '103229.910000', '103230.370000', '103230.830000', '103231.290000', '103231.750000', '103232.210000', '103232.670000', '103233.130000', '103233.590000', '103234.050000', '103234.510000', '103234.970000', '103235.430000', '103235.890000', '103236.350000', '103236.810000', '103237.270000', '103237.730000', '103238.190000', '103238.650000', '103239.110000', '103239.570000', '103240.030000', '103240.490000', '103240.950000', '103241.410000', '103241.870000', '103242.330000', '103242.790000', '103243.250000', '103243.710000', '103244.170000', '103244.630000', '103245.090000', '103245.550000', '103246.010000', '103246.470000', '103246.930000', '103247.390000', '103247.850000', '103248.310000', '103248.770000', '103249.230000', '103249.690000', '103250.150000', '103250.610000', '103251.070000', '103251.530000', '103251.990000', '103252.450000', '103252.910000', '103253.370000', '103253.830000', '103254.290000', '103254.750000', '103255.210000', '103255.670000', '103256.130000', '103256.590000', '103257.050000', '103257.510000', '103257.970000', '103258.430000', '103258.890000', '103259.350000', '103259.810000', '103300.270000', '103300.730000', '103301.190000', '103301.650000', '103302.110000', '103302.570000', '103303.030000', '103303.490000', '103303.950000', '103304.410000', '103304.870000', '103305.330000', '103305.790000', '103306.250000', '103306.710000', '103307.170000', '103307.630000', '103308.090000', '103308.550000', '103309.010000', '103309.470000', '103309.930000', '103310.390000', '103310.850000', '103311.310000', '103311.770000', '103312.230000', '103312.690000', '103313.150000', '103313.610000', '103314.070000', '103314.530000', '103314.990000', '103315.450000', '103315.910000', '103316.370000', '103316.830000', '103317.290000', '103317.750000', '103318.210000', '103318.670000', '103319.130000', '103319.590000', '103320.050000', '103320.510000', '103320.970000', '103321.430000', '103321.890000', '103322.350000', '103322.810000', '103323.270000', '103323.730000', '103324.190000', '103324.650000', '103325.110000', '103325.570000', '103326.030000', '103326.490000', '103326.950000', '103327.410000', '103327.870000', '103328.330000', '103328.790000', '103329.250000', '103329.710000', '103330.170000', '103330.630000', '103331.090000', '103331.550000', '103332.010000', '103332.470000', '103332.930000', '103333.390000', '103333.850000', '103334.310000', '103334.770000', '103335.230000', '103335.690000', '103336.150000', '103336.610000', '103337.070000', '103337.530000', '103337.990000', '103338.450000', '103338.910000', '103339.370000', '103339.830000', '103340.290000', '103340.750000', '103341.210000', '103341.670000', '103342.130000', '103342.590000', '103343.050000', '103343.510000', '103343.970000', '103344.430000', '103344.890000', '103345.350000', '103345.810000', '103346.270000', '103346.730000', '103347.190000', '103347.650000', '103348.110000', '103348.570000', '103349.030000', '103349.490000', '103349.950000', '103350.410000', '103350.870000', '103351.330000', '103351.790000', '103352.250000', '103352.710000', '103353.170000', '103353.630000', '103354.090000', '103354.550000', '103355.010000', '103355.470000', '103355.930000', '103356.390000', '103356.850000', '103357.310000', '103357.770000', '103358.230000', '103358.690000', '103359.150000', '103359.610000', '103400.070000', '103400.530000', '103400.990000', '103401.450000', '103401.910000', '103402.370000', '103402.830000', '103403.290000', '103403.750000', '103404.210000', '103404.670000', '103405.130000', '103405.590000', '103406.050000', '103406.510000', '103406.970000', '103407.430000', '103407.890000', '103408.350000', '103408.810000', '103409.270000', '103409.730000', '103410.190000', '103410.650000', '103411.110000', '103411.570000', '103412.030000', '103412.490000', '103412.950000', '103413.410000', '103413.870000', '103414.330000', '103414.790000', '103415.250000', '103415.710000', '103416.170000', '103416.630000', '103417.090000', '103417.550000', '103418.010000', '103418.470000', '103418.930000', '103419.390000', '103419.850000', '103420.310000', '103420.770000', '103421.230000', '103421.690000', '103422.150000', '103422.610000', '103423.070000', '103423.530000', '103423.990000', '103424.450000', '103424.910000', '103425.370000', '103425.830000', '103426.290000', '103426.750000', '103427.210000', '103427.670000', '103428.130000', '103428.590000', '103429.050000', '103429.510000', '103429.970000', '103430.430000', '103430.890000', '103431.350000', '103431.810000', '103432.270000', '103432.730000', '103433.190000', '103433.650000', '103434.110000', '103434.570000', '103435.030000', '103435.490000', '103435.950000', '103436.410000', '103436.870000', '103437.330000', '103437.790000', '103438.250000', '103438.710000', '103439.170000', '103439.630000', '103440.090000', '103440.550000', '103441.010000', '103441.470000', '103441.930000', '103442.390000', '103442.850000', '103443.310000', '103443.770000', '103444.230000', '103444.690000', '103445.150000', '103445.610000', '103446.070000', '103446.530000', '103446.990000', '103447.450000', '103447.910000', '103448.370000', '103448.830000', '103449.290000', '103449.750000', '103450.210000', '103450.670000', '103451.130000', '103451.590000', '103452.050000', '103452.510000', '103452.970000', '103453.430000', '103453.890000', '103454.350000', '103454.810000', '103455.270000', '103455.730000', '103456.190000', '103456.650000', '103457.110000', '103457.570000', '103458.030000', '103458.490000', '103458.950000', '103459.410000', '103459.870000', '103500.330000', '103500.790000', '103501.250000', '103501.710000', '103502.170000', '103502.630000', '103503.090000', '103503.550000', '103504.010000', '103504.470000', '103504.930000', '103505.390000', '103505.850000', '103506.310000', '103506.770000', '103507.230000', '103507.690000', '103508.150000', '103508.610000', '103509.070000', '103509.530000', '103509.990000', '103510.450000', '103510.910000', '103511.370000', '103511.830000', '103512.290000', '103512.750000', '103513.210000', '103513.670000', '103514.130000', '103514.590000', '103515.050000', '103515.510000', '103515.970000', '103516.430000', '103516.890000', '103517.350000', '103517.810000', '103518.270000', '103518.730000', '103519.190000', '103519.650000', '103520.110000', '103520.570000', '103521.030000', '103521.490000', '103521.950000', '103522.410000', '103522.870000', '103523.330000', '103523.790000', '103524.250000', '103524.710000', '103525.170000', '103525.630000', '103526.090000', '103526.550000', '103527.010000', '103527.470000', '103527.930000', '103528.390000', '103528.850000', '103529.310000', '103529.770000', '103530.230000', '103530.690000', '103531.150000', '103531.610000', '103532.070000', '103532.530000', '103532.990000', '103533.450000', '103533.910000', '103534.370000', '103534.830000', '103535.290000', '103535.750000', '103536.210000', '103536.670000', '103537.130000', '103537.590000', '103538.050000', '103538.510000', '103538.970000', '103539.430000', '103539.890000', '103540.350000', '103540.810000', '103541.270000', '103541.730000', '103542.190000', '103542.650000', '103543.110000', '103543.570000', '103544.030000', '103544.490000', '103544.950000', '103545.410000', '103545.870000', '103546.330000', '103546.790000', '103547.250000', '103547.710000', '103548.170000', '103548.630000', '103549.090000', '103549.550000', '103550.010000', '103550.470000', '103550.930000', '103551.390000', '103551.850000', '103552.310000', '103552.770000', '103553.230000', '103553.690000', '103554.150000', '103554.610000', '103555.070000', '103555.530000', '103555.990000', '103556.450000', '103556.910000', '103557.370000', '103557.830000', '103558.290000', '103558.750000', '103559.210000', '103559.670000', '103600.130000', '103600.590000', '103601.050000', '103601.510000', '103601.970000', '103602.430000', '103602.890000', '103603.350000', '103603.810000', '103604.270000', '103604.730000', '103605.190000', '103605.650000', '103606.110000', '103606.570000', '103607.030000', '103607.490000', '103607.950000', '103608.410000', '103608.870000', '103609.330000', '103609.790000', '103610.250000', '103610.710000', '103611.170000', '103611.630000', '103612.090000', '103612.550000', '103613.010000', '103613.470000', '103613.930000', '103614.390000', '103614.850000', '103615.310000', '103615.770000', '103616.230000', '103616.690000', '103617.150000', '103617.610000', '103618.070000', '103618.530000', '103618.990000', '103619.450000', '103619.910000', '103620.370000', '103620.830000', '103621.290000', '103621.750000', '103622.210000', '103622.670000', '103623.130000', '103623.590000', '103624.050000', '103624.510000', '103624.970000', '103625.430000', '103625.890000', '103626.350000', '103626.810000', '103627.270000', '103627.730000', '103628.190000', '103628.650000', '103629.110000', '103629.570000', '103630.030000', '103630.490000', '103630.950000', '103631.410000', '103631.870000', '103632.330000', '103632.790000', '103633.250000', '103633.710000', '103634.170000', '103634.630000', '103635.090000', '103635.550000', '103636.010000', '103636.470000', '103636.930000', '103637.390000', '103637.850000', '103638.310000', '103638.770000', '103639.230000', '103639.690000', '103640.150000', '103640.610000', '103641.070000', '103641.530000', '103641.990000', '103642.450000', '103642.910000', '103643.370000', '103643.830000', '103644.290000', '103644.750000', '103645.210000', '103645.670000', '103646.130000', '103646.590000', '103647.050000', '103647.510000', '103647.970000', '103648.430000', '103648.890000', '103649.350000', '103649.810000', '103650.270000', '103650.730000', '103651.190000', '103651.650000', '103652.110000', '103652.570000', '103653.030000', '103653.490000', '103653.950000', '103654.410000', '103654.870000', '103655.330000', '103655.790000', '103656.250000', '103656.710000', '103657.170000', '103657.630000', '103658.090000', '103658.550000', '103659.010000', '103659.470000', '103659.930000', '103700.390000', '103700.850000', '103701.310000', '103701.770000', '103702.230000', '103702.690000', '103703.150000', '103703.610000', '103704.070000', '103704.530000', '103704.990000', '103705.450000', '103705.910000', '103706.370000', '103706.830000', '103707.290000', '103707.750000', '103708.210000', '103708.670000', '103709.130000', '103709.590000', '103710.050000', '103710.510000', '103710.970000', '103711.430000', '103711.890000', '103712.350000', '103712.810000', '103713.270000', '103713.730000', '103714.190000', '103714.650000', '103715.110000', '103715.570000', '103716.030000', '103716.490000', '103716.950000', '103717.410000', '103717.870000', '103718.330000', '103718.790000', '103719.250000', '103719.710000', '103720.170000', '103720.630000', '103721.090000', '103721.550000', '103722.010000', '103722.470000', '103722.930000', '103723.390000', '103723.850000', '103724.310000', '103724.770000', '103725.230000', '103725.690000', '103726.150000', '103726.610000', '103727.070000', '103727.530000', '103727.990000', '103728.450000', '103728.910000', '103729.370000', '103729.830000', '103730.290000', '103730.750000', '103731.210000', '103731.670000', '103732.130000', '103732.590000', '103733.050000', '103733.510000', '103733.970000', '103734.430000', '103734.890000', '103735.350000', '103735.810000', '103736.270000', '103736.730000', '103737.190000', '103737.650000', '103738.110000', '103738.570000', '103739.030000', '103739.490000', '103739.950000', '103740.410000', '103740.870000', '103741.330000', '103741.790000', '103742.250000', '103742.710000', '103743.170000', '103743.630000', '103744.090000', '103744.550000', '103745.010000', '103745.470000', '103745.930000', '103746.390000', '103746.850000', '103747.310000', '103747.770000', '103748.230000', '103748.690000', '103749.150000', '103749.610000', '103750.070000', '103750.530000', '103750.990000', '103751.450000', '103751.910000', '103752.370000', '103752.830000', '103753.290000', '103753.750000', '103754.210000', '103754.670000', '103755.130000', '103755.590000', '103756.050000', '103756.510000', '103756.970000', '103757.430000', '103757.890000', '103758.350000', '103758.810000', '103759.270000', '103759.730000', '103800.190000', '103800.650000', '103801.110000', '103801.570000', '103802.030000', '103802.490000', '103802.950000', '103803.410000', '103803.870000', '103804.330000', '103804.790000', '103805.250000', '103805.710000', '103806.170000', '103806.630000', '103807.090000', '103807.550000', '103808.010000', '103808.470000', '103808.930000', '103809.390000', '103809.850000', '103810.310000', '103810.770000', '103811.230000', '103811.690000', '103812.150000', '103812.610000', '103813.070000', '103813.530000', '103813.990000', '103814.450000', '103814.910000', '103815.370000', '103815.830000', '103816.290000', '103816.750000', '103817.210000', '103817.670000', '103818.130000', '103818.590000', '103819.050000', '103819.510000', '103819.970000', '103820.430000', '103820.890000', '103821.350000', '103821.810000', '103822.270000', '103822.730000', '103823.190000', '103823.650000', '103824.110000', '103824.570000', '103825.030000', '103825.490000', '103825.950000', '103826.410000', '103826.870000', '103827.330000', '103827.790000', '103828.250000', '103828.710000', '103829.170000', '103829.630000', '103830.090000', '103830.550000', '103831.010000', '103831.470000', '103831.930000', '103832.390000', '103832.850000', '103833.310000', '103833.770000', '103834.230000', '103834.690000', '103835.150000', '103835.610000', '103836.070000', '103836.530000', '103836.990000', '103837.450000', '103837.910000', '103838.370000', '103838.830000', '103839.290000', '103839.750000', '103840.210000', '103840.670000', '103841.130000', '103841.590000', '103842.050000', '103842.510000', '103842.970000', '103843.430000', '103843.890000', '103844.350000', '103844.810000', '103845.270000', '103845.730000', '103846.190000', '103846.650000', '103847.110000', '103847.570000', '103848.030000', '103848.490000', '103848.950000', '103849.410000', '103849.870000', '103850.330000', '103850.790000', '103851.250000', '103851.710000', '103852.170000', '103852.630000', '103853.090000', '103853.550000', '103854.010000', '103854.470000', '103854.930000', '103855.390000', '103855.850000', '103856.310000', '103856.770000', '103857.230000', '103857.690000', '103858.150000', '103858.610000', '103859.070000', '103859.530000', '103859.990000', '103900.450000', '103900.910000', '103901.370000', '103901.830000', '103902.290000', '103902.750000', '103903.210000', '103903.670000', '103904.130000', '103904.590000', '103905.050000', '103905.510000', '103905.970000', '103906.430000', '103906.890000', '103907.350000', '103907.810000', '103908.270000', '103908.730000', '103909.190000', '103909.650000', '103910.110000', '103910.570000', '103911.030000', '103911.490000', '103911.950000', '103912.410000', '103912.870000', '103913.330000', '103913.790000', '103914.250000', '103914.710000', '103915.170000', '103915.630000', '103916.090000', '103916.550000', '103917.010000', '103917.470000', '103917.930000', '103918.390000', '103918.850000', '103919.310000', '103919.770000', '103920.230000', '103920.690000', '103921.150000', '103921.610000', '103922.070000', '103922.530000', '103922.990000', '103923.450000', '103923.910000', '103924.370000', '103924.830000', '103925.290000', '103925.750000', '103926.210000', '103926.670000', '103927.130000'], 'ContentTime': ['103242.934000', '103242.937000', '103242.940000', '103242.943000', '103242.946000', '103242.949000', '103242.957000', '103242.960000', '103242.963000', '103242.966000', '103242.968000', '103242.971000', '103242.974000', '103242.977000', '103242.980000', '103242.983000', '103242.986000', '103242.989000', '103242.992000', '103242.998000', '103243.002000', '103243.005000', '103243.008000', '103243.011000', '103243.014000', '103243.017000', '103243.020000', '103243.023000', '103243.028000', '103243.031000', '103243.034000', '103243.036000', '103302.905000', '103302.908000', '103302.911000', '103302.914000', '103302.920000', '103302.923000', '103302.926000', '103302.929000', '103302.932000', '103302.935000', '103302.938000', '103302.941000', '103302.944000', '103302.947000', '103302.950000', '103302.953000', '103302.955000', '103302.958000', '103302.961000', '103302.964000', '103302.967000', '103302.970000', '103302.973000', '103302.976000', '103302.979000', '103302.982000', '103302.985000', '103302.988000', '103302.991000', '103302.993000', '103302.996000', '103303.000000', '103303.003000', '103303.006000', '103303.009000', '103303.012000', '103303.015000', '103303.029000', '103303.032000', '103303.035000', '103303.039000', '103303.042000', '103303.044000', '103322.905000', '103322.908000', '103322.911000', '103322.914000', '103322.919000', '103322.922000', '103322.925000', '103322.928000', '103322.931000', '103322.934000', '103322.937000', '103322.940000', '103322.943000', '103322.946000', '103322.948000', '103322.952000', '103322.954000', '103322.957000', '103322.960000', '103322.963000', '103322.966000', '103322.969000', '103322.972000', '103322.975000', '103322.978000', '103322.981000', '103322.984000', '103322.987000', '103322.990000', '103322.993000', '103322.996000', '103323.000000', '103323.002000', '103323.005000', '103323.008000', '103323.011000', '103323.014000', '103323.017000', '103323.020000', '103323.023000', '103323.026000', '103323.029000', '103323.031000', '103323.034000', '103342.904000', '103342.907000', '103342.910000', '103342.913000', '103342.916000', '103342.919000', '103342.922000', '103342.925000', '103342.928000', '103342.931000', '103342.933000', '103342.936000', '103342.939000', '103342.942000', '103342.945000', '103342.948000', '103342.951000', '103342.954000', '103342.957000', '103342.960000', '103342.962000', '103342.966000', '103342.968000', '103342.971000', '103342.974000', '103342.977000', '103342.981000', '103342.984000', '103342.987000', '103342.990000', '103342.993000', '103342.996000', '103343.000000', '103343.003000', '103343.005000', '103343.008000', '103343.011000', '103343.014000', '103343.017000', '103343.020000', '103343.023000', '103343.026000', '103343.029000', '103402.904000', '103402.907000', '103402.910000', '103402.913000', '103402.916000', '103402.918000', '103402.922000', '103402.925000', '103402.928000', '103402.930000', '103402.933000', '103402.936000', '103402.939000', '103402.942000', '103402.945000', '103402.948000', '103402.951000', '103402.954000', '103402.957000', '103402.960000', '103402.963000', '103402.966000', '103402.969000', '103402.972000', '103402.975000', '103402.977000', '103402.981000', '103402.983000', '103402.986000', '103402.989000', '103402.992000', '103402.995000', '103402.998000', '103403.002000', '103403.005000', '103403.008000', '103403.011000', '103403.014000', '103403.017000', '103403.020000', '103403.023000', '103403.025000', '103403.028000', '103403.031000', '103422.904000', '103422.907000', '103422.910000', '103422.913000', '103422.916000', '103422.919000', '103422.922000', '103422.924000', '103422.928000', '103422.930000', '103422.933000', '103422.936000', '103422.939000', '103422.942000', '103422.945000', '103422.948000', '103422.951000', '103422.954000', '103422.957000', '103422.960000', '103422.963000', '103422.966000', '103422.968000', '103422.971000', '103422.974000', '103422.977000', '103422.980000', '103422.983000', '103422.986000', '103422.989000', '103422.992000', '103422.995000', '103422.998000', '103423.002000', '103423.005000', '103423.007000', '103423.010000', '103423.013000', '103423.016000', '103423.019000', '103423.022000', '103423.025000', '103423.028000', '103442.905000', '103442.917000', '103442.920000', '103442.923000', '103442.926000', '103442.929000', '103442.932000', '103442.935000', '103442.938000', '103442.941000', '103442.944000', '103442.947000', '103442.949000', '103442.952000', '103442.955000', '103442.958000', '103442.961000', '103442.964000', '103442.967000', '103442.970000', '103442.973000', '103442.976000', '103442.979000', '103442.981000', '103442.984000', '103442.987000', '103442.990000', '103442.993000', '103442.996000', '103443.000000', '103443.003000', '103443.006000', '103443.009000', '103443.019000', '103443.022000', '103443.025000', '103443.028000', '103443.031000', '103443.034000', '103443.037000', '103443.040000', '103443.043000', '103443.046000', '103443.048000', '103502.905000', '103502.908000', '103502.911000', '103502.914000', '103502.917000', '103502.920000', '103502.923000', '103502.926000', '103502.929000', '103502.932000', '103502.935000', '103502.938000', '103502.940000', '103502.943000', '103502.946000', '103502.949000', '103502.952000', '103502.955000', '103502.958000', '103502.961000', '103502.964000', '103502.967000', '103502.970000', '103502.973000', '103502.976000', '103502.979000', '103502.982000', '103502.985000', '103502.988000', '103502.991000', '103502.993000', '103502.997000', '103503.001000', '103503.003000', '103503.006000', '103503.009000', '103503.012000', '103503.015000', '103503.019000', '103503.022000', '103503.025000', '103503.028000', '103503.031000', '103522.905000', '103522.908000', '103522.911000', '103522.914000', '103522.917000', '103522.920000', '103522.923000', '103522.926000', '103522.929000', '103522.932000', '103522.935000', '103522.937000', '103522.941000', '103522.943000', '103522.946000', '103522.949000', '103522.952000', '103522.955000', '103522.958000', '103522.961000', '103522.964000', '103522.967000', '103522.970000', '103522.973000', '103522.976000', '103522.979000', '103522.982000', '103522.985000', '103522.988000', '103522.991000', '103522.993000', '103522.996000', '103523.000000', '103523.003000', '103523.006000', '103523.009000', '103523.012000', '103523.015000', '103523.018000', '103523.021000', '103523.024000', '103523.026000', '103523.029000', '103523.032000', '103542.905000', '103542.908000', '103542.911000', '103542.914000', '103542.917000', '103542.920000', '103542.923000', '103542.926000', '103542.928000', '103542.931000', '103542.934000', '103542.937000', '103542.940000', '103542.943000', '103542.946000', '103542.949000', '103542.952000', '103542.955000', '103542.958000', '103542.960000', '103542.963000', '103542.966000', '103542.969000', '103542.972000', '103542.975000', '103542.978000', '103542.981000', '103542.984000', '103542.987000', '103542.990000', '103542.993000', '103542.996000', '103543.000000', '103543.003000', '103543.006000', '103543.009000', '103543.011000', '103543.014000', '103543.017000', '103543.020000', '103543.023000', '103543.026000', '103543.029000', '103602.904000', '103602.907000', '103602.910000', '103602.913000', '103602.916000', '103602.919000', '103602.921000', '103602.924000', '103602.927000', '103602.930000', '103602.933000', '103602.936000', '103602.939000', '103602.942000', '103602.945000', '103602.948000', '103602.951000', '103602.953000', '103602.956000', '103602.959000', '103602.962000', '103602.965000', '103602.968000', '103602.971000', '103602.974000', '103602.976000', '103602.979000', '103602.982000', '103602.985000', '103602.988000', '103602.991000', '103602.994000', '103602.997000', '103603.001000', '103603.004000', '103603.006000', '103603.009000', '103603.012000', '103603.015000', '103603.018000', '103603.021000', '103603.024000', '103603.027000', '103603.029000', '103622.904000', '103622.907000', '103622.910000', '103622.913000', '103622.916000', '103622.919000', '103622.922000', '103622.925000', '103622.928000', '103622.931000', '103622.934000', '103622.937000', '103622.940000', '103622.942000', '103622.958000', '103622.961000', '103622.963000', '103622.966000', '103622.969000', '103622.972000', '103622.975000', '103622.978000', '103622.981000', '103622.984000', '103622.987000', '103622.989000', '103622.992000', '103622.995000', '103622.998000', '103623.002000', '103623.005000', '103623.008000', '103623.011000', '103623.014000', '103623.017000', '103623.020000', '103623.022000', '103623.025000', '103623.028000', '103623.031000', '103623.034000', '103623.037000', '103623.040000', '103642.904000', '103642.907000', '103642.910000', '103642.913000', '103642.916000', '103642.919000', '103642.922000', '103642.924000', '103642.927000', '103642.930000', '103642.933000', '103642.936000', '103642.939000', '103642.942000', '103642.945000', '103642.948000', '103642.950000', '103642.953000', '103642.956000', '103642.959000', '103642.962000', '103642.965000', '103642.968000', '103642.971000', '103642.974000', '103642.977000', '103642.979000', '103642.982000', '103642.985000', '103642.988000', '103642.991000', '103642.994000', '103642.997000', '103643.001000', '103643.004000', '103643.007000', '103643.009000', '103643.012000', '103643.015000', '103643.018000', '103643.022000', '103643.025000', '103643.028000', '103702.905000', '103702.908000', '103702.911000', '103702.914000', '103702.917000', '103702.920000', '103702.923000', '103702.926000', '103702.929000', '103702.932000', '103702.935000', '103702.938000', '103702.940000', '103702.943000', '103702.946000', '103702.949000', '103702.952000', '103702.955000', '103702.958000', '103702.961000', '103702.964000', '103702.967000', '103702.970000', '103702.973000', '103702.976000', '103702.978000', '103702.981000', '103702.984000', '103702.987000', '103702.990000', '103702.993000', '103702.996000', '103703.000000', '103703.003000', '103703.006000', '103703.009000', '103703.011000', '103703.014000', '103703.017000', '103703.020000', '103703.023000', '103703.026000', '103703.029000', '103703.032000', '103722.906000', '103722.909000', '103722.913000', '103722.916000', '103722.920000', '103722.922000', '103722.925000', '103722.928000', '103722.931000', '103722.934000', '103722.937000', '103722.940000', '103722.943000', '103722.946000', '103722.950000', '103722.953000', '103722.956000', '103722.959000', '103722.962000', '103722.965000', '103722.968000', '103722.971000', '103722.974000', '103722.977000', '103722.980000', '103722.983000', '103722.986000', '103722.989000', '103722.992000', '103722.995000', '103722.998000', '103723.001000', '103723.004000', '103723.007000', '103723.010000', '103723.013000', '103723.016000', '103723.019000', '103723.022000', '103723.025000', '103723.028000', '103723.031000', '103723.034000', '103742.905000', '103742.908000', '103742.911000', '103742.914000', '103742.917000', '103742.920000', '103742.923000', '103742.926000', '103742.928000', '103742.931000', '103742.934000', '103742.937000', '103742.940000', '103742.943000', '103742.946000', '103742.949000', '103742.952000', '103742.955000', '103742.958000', '103742.961000', '103742.964000', '103742.967000', '103742.970000', '103742.972000', '103742.975000', '103742.978000', '103742.981000', '103742.984000', '103742.987000', '103742.990000', '103742.993000', '103742.996000', '103743.000000', '103743.003000', '103743.006000', '103743.009000', '103743.012000', '103743.014000', '103743.017000', '103743.020000', '103743.035000', '103743.038000', '103743.041000', '103743.044000', '103802.905000', '103802.908000', '103802.911000', '103802.914000', '103802.917000', '103802.920000', '103802.923000', '103802.926000', '103802.929000', '103802.932000', '103802.935000', '103802.937000', '103802.940000', '103802.943000', '103802.946000', '103802.949000', '103802.952000', '103802.955000', '103802.958000', '103802.961000', '103802.964000', '103802.967000', '103802.970000', '103802.973000', '103802.976000', '103802.980000', '103802.985000', '103802.988000', '103802.991000', '103802.994000', '103802.996000', '103803.000000', '103803.003000', '103803.006000', '103803.009000', '103803.012000', '103803.015000', '103803.018000', '103803.021000', '103803.025000', '103803.028000', '103803.031000', '103803.034000', '103822.904000', '103822.907000', '103822.910000', '103822.913000', '103822.916000', '103822.919000', '103822.921000', '103822.924000', '103822.927000', '103822.930000', '103822.933000', '103822.936000', '103822.939000', '103822.942000', '103822.945000', '103822.948000', '103822.951000', '103822.954000', '103822.956000', '103822.959000', '103822.962000', '103822.965000', '103822.968000', '103822.971000', '103822.974000', '103822.977000', '103822.980000', '103822.983000', '103822.986000', '103822.989000', '103822.992000', '103822.995000', '103822.998000', '103823.002000', '103823.005000', '103823.007000', '103823.010000', '103823.013000', '103823.016000', '103823.019000', '103823.022000', '103823.025000', '103823.028000', '103823.031000', '103842.904000', '103842.907000', '103842.910000', '103842.913000', '103842.916000', '103842.919000', '103842.922000', '103842.925000', '103842.927000', '103842.931000', '103842.933000', '103842.936000', '103842.939000', '103842.942000', '103842.945000', '103842.948000', '103842.951000', '103842.954000', '103842.957000', '103842.960000', '103842.963000', '103842.966000', '103842.969000', '103842.972000', '103842.974000', '103842.977000', '103842.980000', '103842.983000', '103842.986000', '103842.990000', '103842.994000', '103842.997000', '103843.001000', '103843.004000', '103843.007000', '103843.009000', '103843.012000', '103843.015000', '103843.018000', '103843.021000', '103843.024000', '103843.027000', '103843.030000', '103902.904000', '103902.907000', '103902.910000', '103902.913000', '103902.916000', '103902.919000', '103902.922000', '103902.925000', '103902.928000', '103902.931000', '103902.934000', '103902.937000', '103902.939000', '103902.942000', '103902.945000', '103902.948000', '103902.951000', '103902.954000', '103902.957000', '103902.960000', '103902.963000', '103902.966000', '103902.968000', '103902.971000', '103902.974000', '103902.977000', '103902.980000', '103902.983000', '103902.986000', '103902.989000', '103902.992000', '103902.995000', '103902.998000', '103903.002000', '103903.005000', '103903.008000', '103903.011000', '103903.031000', '103903.034000', '103903.037000', '103903.040000', '103903.043000', '103903.046000', '103903.049000', '103922.905000', '103922.908000', '103922.911000', '103922.914000', '103922.917000', '103922.920000', '103922.923000', '103922.926000', '103922.929000', '103922.932000', '103922.934000', '103922.937000', '103922.940000', '103922.943000', '103922.946000', '103922.949000', '103922.952000', '103922.955000', '103922.958000', '103922.961000', '103922.964000', '103922.967000', '103922.970000', '103922.973000', '103922.975000', '103922.979000', '103922.985000', '103922.988000', '103922.992000', '103922.994000', '103922.997000', '103923.001000', '103923.004000', '103923.007000', '103923.010000', '103923.013000', '103923.016000', '103923.019000', '103923.022000', '103923.025000', '103923.028000', '103923.031000', '103923.033000', '103928.546000', '103928.550000', '103928.553000', '103928.565000', '103928.569000', '103928.572000', '103928.575000', '103928.578000', '103928.581000', '103928.584000', '103928.587000', '103928.590000', '103928.593000'], 'InstanceCreationTime': ['103242.934000', '103242.937000', '103242.940000', '103242.943000', '103242.946000', '103242.949000', '103242.957000', '103242.960000', '103242.963000', '103242.966000', '103242.968000', '103242.971000', '103242.974000', '103242.977000', '103242.980000', '103242.983000', '103242.986000', '103242.989000', '103242.992000', '103242.998000', '103243.002000', '103243.005000', '103243.008000', '103243.011000', '103243.014000', '103243.017000', '103243.020000', '103243.023000', '103243.028000', '103243.031000', '103243.034000', '103243.036000', '103302.905000', '103302.908000', '103302.911000', '103302.914000', '103302.920000', '103302.923000', '103302.926000', '103302.929000', '103302.932000', '103302.935000', '103302.938000', '103302.941000', '103302.944000', '103302.947000', '103302.950000', '103302.953000', '103302.955000', '103302.958000', '103302.961000', '103302.964000', '103302.967000', '103302.970000', '103302.973000', '103302.976000', '103302.979000', '103302.982000', '103302.985000', '103302.988000', '103302.991000', '103302.993000', '103302.996000', '103303.000000', '103303.003000', '103303.006000', '103303.009000', '103303.012000', '103303.015000', '103303.029000', '103303.032000', '103303.035000', '103303.039000', '103303.042000', '103303.044000', '103322.905000', '103322.908000', '103322.911000', '103322.914000', '103322.919000', '103322.922000', '103322.925000', '103322.928000', '103322.931000', '103322.934000', '103322.937000', '103322.940000', '103322.943000', '103322.946000', '103322.948000', '103322.952000', '103322.954000', '103322.957000', '103322.960000', '103322.963000', '103322.966000', '103322.969000', '103322.972000', '103322.975000', '103322.978000', '103322.981000', '103322.984000', '103322.987000', '103322.990000', '103322.993000', '103322.996000', '103323.000000', '103323.002000', '103323.005000', '103323.008000', '103323.011000', '103323.014000', '103323.017000', '103323.020000', '103323.023000', '103323.026000', '103323.029000', '103323.031000', '103323.034000', '103342.904000', '103342.907000', '103342.910000', '103342.913000', '103342.916000', '103342.919000', '103342.922000', '103342.925000', '103342.928000', '103342.931000', '103342.933000', '103342.936000', '103342.939000', '103342.942000', '103342.945000', '103342.948000', '103342.951000', '103342.954000', '103342.957000', '103342.960000', '103342.962000', '103342.966000', '103342.968000', '103342.971000', '103342.974000', '103342.977000', '103342.981000', '103342.984000', '103342.987000', '103342.990000', '103342.993000', '103342.996000', '103343.000000', '103343.003000', '103343.005000', '103343.008000', '103343.011000', '103343.014000', '103343.017000', '103343.020000', '103343.023000', '103343.026000', '103343.029000', '103402.904000', '103402.907000', '103402.910000', '103402.913000', '103402.916000', '103402.918000', '103402.922000', '103402.925000', '103402.928000', '103402.930000', '103402.933000', '103402.936000', '103402.939000', '103402.942000', '103402.945000', '103402.948000', '103402.951000', '103402.954000', '103402.957000', '103402.960000', '103402.963000', '103402.966000', '103402.969000', '103402.972000', '103402.975000', '103402.977000', '103402.981000', '103402.983000', '103402.986000', '103402.989000', '103402.992000', '103402.995000', '103402.998000', '103403.002000', '103403.005000', '103403.008000', '103403.011000', '103403.014000', '103403.017000', '103403.020000', '103403.023000', '103403.025000', '103403.028000', '103403.031000', '103422.904000', '103422.907000', '103422.910000', '103422.913000', '103422.916000', '103422.919000', '103422.922000', '103422.924000', '103422.928000', '103422.930000', '103422.933000', '103422.936000', '103422.939000', '103422.942000', '103422.945000', '103422.948000', '103422.951000', '103422.954000', '103422.957000', '103422.960000', '103422.963000', '103422.966000', '103422.968000', '103422.971000', '103422.974000', '103422.977000', '103422.980000', '103422.983000', '103422.986000', '103422.989000', '103422.992000', '103422.995000', '103422.998000', '103423.002000', '103423.005000', '103423.007000', '103423.010000', '103423.013000', '103423.016000', '103423.019000', '103423.022000', '103423.025000', '103423.028000', '103442.905000', '103442.917000', '103442.920000', '103442.923000', '103442.926000', '103442.929000', '103442.932000', '103442.935000', '103442.938000', '103442.941000', '103442.944000', '103442.947000', '103442.949000', '103442.952000', '103442.955000', '103442.958000', '103442.961000', '103442.964000', '103442.967000', '103442.970000', '103442.973000', '103442.976000', '103442.979000', '103442.981000', '103442.984000', '103442.987000', '103442.990000', '103442.993000', '103442.996000', '103443.000000', '103443.003000', '103443.006000', '103443.009000', '103443.019000', '103443.022000', '103443.025000', '103443.028000', '103443.031000', '103443.034000', '103443.037000', '103443.040000', '103443.043000', '103443.046000', '103443.048000', '103502.905000', '103502.908000', '103502.911000', '103502.914000', '103502.917000', '103502.920000', '103502.923000', '103502.926000', '103502.929000', '103502.932000', '103502.935000', '103502.938000', '103502.940000', '103502.943000', '103502.946000', '103502.949000', '103502.952000', '103502.955000', '103502.958000', '103502.961000', '103502.964000', '103502.967000', '103502.970000', '103502.973000', '103502.976000', '103502.979000', '103502.982000', '103502.985000', '103502.988000', '103502.991000', '103502.993000', '103502.997000', '103503.001000', '103503.003000', '103503.006000', '103503.009000', '103503.012000', '103503.015000', '103503.019000', '103503.022000', '103503.025000', '103503.028000', '103503.031000', '103522.905000', '103522.908000', '103522.911000', '103522.914000', '103522.917000', '103522.920000', '103522.923000', '103522.926000', '103522.929000', '103522.932000', '103522.935000', '103522.937000', '103522.941000', '103522.943000', '103522.946000', '103522.949000', '103522.952000', '103522.955000', '103522.958000', '103522.961000', '103522.964000', '103522.967000', '103522.970000', '103522.973000', '103522.976000', '103522.979000', '103522.982000', '103522.985000', '103522.988000', '103522.991000', '103522.993000', '103522.996000', '103523.000000', '103523.003000', '103523.006000', '103523.009000', '103523.012000', '103523.015000', '103523.018000', '103523.021000', '103523.024000', '103523.026000', '103523.029000', '103523.032000', '103542.905000', '103542.908000', '103542.911000', '103542.914000', '103542.917000', '103542.920000', '103542.923000', '103542.926000', '103542.928000', '103542.931000', '103542.934000', '103542.937000', '103542.940000', '103542.943000', '103542.946000', '103542.949000', '103542.952000', '103542.955000', '103542.958000', '103542.960000', '103542.963000', '103542.966000', '103542.969000', '103542.972000', '103542.975000', '103542.978000', '103542.981000', '103542.984000', '103542.987000', '103542.990000', '103542.993000', '103542.996000', '103543.000000', '103543.003000', '103543.006000', '103543.009000', '103543.011000', '103543.014000', '103543.017000', '103543.020000', '103543.023000', '103543.026000', '103543.029000', '103602.904000', '103602.907000', '103602.910000', '103602.913000', '103602.916000', '103602.919000', '103602.921000', '103602.924000', '103602.927000', '103602.930000', '103602.933000', '103602.936000', '103602.939000', '103602.942000', '103602.945000', '103602.948000', '103602.951000', '103602.953000', '103602.956000', '103602.959000', '103602.962000', '103602.965000', '103602.968000', '103602.971000', '103602.974000', '103602.976000', '103602.979000', '103602.982000', '103602.985000', '103602.988000', '103602.991000', '103602.994000', '103602.997000', '103603.001000', '103603.004000', '103603.006000', '103603.009000', '103603.012000', '103603.015000', '103603.018000', '103603.021000', '103603.024000', '103603.027000', '103603.029000', '103622.904000', '103622.907000', '103622.910000', '103622.913000', '103622.916000', '103622.919000', '103622.922000', '103622.925000', '103622.928000', '103622.931000', '103622.934000', '103622.937000', '103622.940000', '103622.942000', '103622.958000', '103622.961000', '103622.963000', '103622.966000', '103622.969000', '103622.972000', '103622.975000', '103622.978000', '103622.981000', '103622.984000', '103622.987000', '103622.989000', '103622.992000', '103622.995000', '103622.998000', '103623.002000', '103623.005000', '103623.008000', '103623.011000', '103623.014000', '103623.017000', '103623.020000', '103623.022000', '103623.025000', '103623.028000', '103623.031000', '103623.034000', '103623.037000', '103623.040000', '103642.904000', '103642.907000', '103642.910000', '103642.913000', '103642.916000', '103642.919000', '103642.922000', '103642.924000', '103642.927000', '103642.930000', '103642.933000', '103642.936000', '103642.939000', '103642.942000', '103642.945000', '103642.948000', '103642.950000', '103642.953000', '103642.956000', '103642.959000', '103642.962000', '103642.965000', '103642.968000', '103642.971000', '103642.974000', '103642.977000', '103642.979000', '103642.982000', '103642.985000', '103642.988000', '103642.991000', '103642.994000', '103642.997000', '103643.001000', '103643.004000', '103643.007000', '103643.009000', '103643.012000', '103643.015000', '103643.018000', '103643.022000', '103643.025000', '103643.028000', '103702.905000', '103702.908000', '103702.911000', '103702.914000', '103702.917000', '103702.920000', '103702.923000', '103702.926000', '103702.929000', '103702.932000', '103702.935000', '103702.938000', '103702.940000', '103702.943000', '103702.946000', '103702.949000', '103702.952000', '103702.955000', '103702.958000', '103702.961000', '103702.964000', '103702.967000', '103702.970000', '103702.973000', '103702.976000', '103702.978000', '103702.981000', '103702.984000', '103702.987000', '103702.990000', '103702.993000', '103702.996000', '103703.000000', '103703.003000', '103703.006000', '103703.009000', '103703.011000', '103703.014000', '103703.017000', '103703.020000', '103703.023000', '103703.026000', '103703.029000', '103703.032000', '103722.906000', '103722.909000', '103722.913000', '103722.916000', '103722.920000', '103722.922000', '103722.925000', '103722.928000', '103722.931000', '103722.934000', '103722.937000', '103722.940000', '103722.943000', '103722.946000', '103722.950000', '103722.953000', '103722.956000', '103722.959000', '103722.962000', '103722.965000', '103722.968000', '103722.971000', '103722.974000', '103722.977000', '103722.980000', '103722.983000', '103722.986000', '103722.989000', '103722.992000', '103722.995000', '103722.998000', '103723.001000', '103723.004000', '103723.007000', '103723.010000', '103723.013000', '103723.016000', '103723.019000', '103723.022000', '103723.025000', '103723.028000', '103723.031000', '103723.034000', '103742.905000', '103742.908000', '103742.911000', '103742.914000', '103742.917000', '103742.920000', '103742.923000', '103742.926000', '103742.928000', '103742.931000', '103742.934000', '103742.937000', '103742.940000', '103742.943000', '103742.946000', '103742.949000', '103742.952000', '103742.955000', '103742.958000', '103742.961000', '103742.964000', '103742.967000', '103742.970000', '103742.972000', '103742.975000', '103742.978000', '103742.981000', '103742.984000', '103742.987000', '103742.990000', '103742.993000', '103742.996000', '103743.000000', '103743.003000', '103743.006000', '103743.009000', '103743.012000', '103743.014000', '103743.017000', '103743.020000', '103743.035000', '103743.038000', '103743.041000', '103743.044000', '103802.905000', '103802.908000', '103802.911000', '103802.914000', '103802.917000', '103802.920000', '103802.923000', '103802.926000', '103802.929000', '103802.932000', '103802.935000', '103802.937000', '103802.940000', '103802.943000', '103802.946000', '103802.949000', '103802.952000', '103802.955000', '103802.958000', '103802.961000', '103802.964000', '103802.967000', '103802.970000', '103802.973000', '103802.976000', '103802.980000', '103802.985000', '103802.988000', '103802.991000', '103802.994000', '103802.996000', '103803.000000', '103803.003000', '103803.006000', '103803.009000', '103803.012000', '103803.015000', '103803.018000', '103803.021000', '103803.025000', '103803.028000', '103803.031000', '103803.034000', '103822.904000', '103822.907000', '103822.910000', '103822.913000', '103822.916000', '103822.919000', '103822.921000', '103822.924000', '103822.927000', '103822.930000', '103822.933000', '103822.936000', '103822.939000', '103822.942000', '103822.945000', '103822.948000', '103822.951000', '103822.954000', '103822.956000', '103822.959000', '103822.962000', '103822.965000', '103822.968000', '103822.971000', '103822.974000', '103822.977000', '103822.980000', '103822.983000', '103822.986000', '103822.989000', '103822.992000', '103822.995000', '103822.998000', '103823.002000', '103823.005000', '103823.007000', '103823.010000', '103823.013000', '103823.016000', '103823.019000', '103823.022000', '103823.025000', '103823.028000', '103823.031000', '103842.904000', '103842.907000', '103842.910000', '103842.913000', '103842.916000', '103842.919000', '103842.922000', '103842.925000', '103842.927000', '103842.931000', '103842.933000', '103842.936000', '103842.939000', '103842.942000', '103842.945000', '103842.948000', '103842.951000', '103842.954000', '103842.957000', '103842.960000', '103842.963000', '103842.966000', '103842.969000', '103842.972000', '103842.974000', '103842.977000', '103842.980000', '103842.983000', '103842.986000', '103842.990000', '103842.994000', '103842.997000', '103843.001000', '103843.004000', '103843.007000', '103843.009000', '103843.012000', '103843.015000', '103843.018000', '103843.021000', '103843.024000', '103843.027000', '103843.030000', '103902.904000', '103902.907000', '103902.910000', '103902.913000', '103902.916000', '103902.919000', '103902.922000', '103902.925000', '103902.928000', '103902.931000', '103902.934000', '103902.937000', '103902.939000', '103902.942000', '103902.945000', '103902.948000', '103902.951000', '103902.954000', '103902.957000', '103902.960000', '103902.963000', '103902.966000', '103902.968000', '103902.971000', '103902.974000', '103902.977000', '103902.980000', '103902.983000', '103902.986000', '103902.989000', '103902.992000', '103902.995000', '103902.998000', '103903.002000', '103903.005000', '103903.008000', '103903.011000', '103903.031000', '103903.034000', '103903.037000', '103903.040000', '103903.043000', '103903.046000', '103903.049000', '103922.905000', '103922.908000', '103922.911000', '103922.914000', '103922.917000', '103922.920000', '103922.923000', '103922.926000', '103922.929000', '103922.932000', '103922.934000', '103922.937000', '103922.940000', '103922.943000', '103922.946000', '103922.949000', '103922.952000', '103922.955000', '103922.958000', '103922.961000', '103922.964000', '103922.967000', '103922.970000', '103922.973000', '103922.975000', '103922.979000', '103922.985000', '103922.988000', '103922.992000', '103922.994000', '103922.997000', '103923.001000', '103923.004000', '103923.007000', '103923.010000', '103923.013000', '103923.016000', '103923.019000', '103923.022000', '103923.025000', '103923.028000', '103923.031000', '103923.033000', '103928.546000', '103928.550000', '103928.553000', '103928.565000', '103928.569000', '103928.572000', '103928.575000', '103928.578000', '103928.581000', '103928.584000', '103928.587000', '103928.590000', '103928.593000'], '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': [8555, 10393, 8731, 9307, 11272, 8624, 10192, 8540, 9495, 7855, 9309, 10524, 8612, 9562, 12277, 8707, 10786, 14088, 8742, 10999, 8690, 8988, 11487, 8792, 11905, 8546, 10333, 9799, 8877, 11649, 9066, 10149, 14016, 8767, 12130, 8706, 9993, 13469, 8869, 11689, 10375, 8887, 12277, 8526, 9751, 10384, 8912, 11044, 7893, 9233, 11561, 8497, 9452, 7792, 9084, 11044, 9491, 9743, 9033, 9104, 11004, 8349, 9755, 11898, 8555, 10348, 8062, 9122, 11702, 8582, 9330, 11583, 8753, 10251, 8193, 9076, 11281, 9217, 9551, 13033, 8724, 11053, 13259, 8644, 10120, 10757, 9013, 10849, 9014, 8949, 11390, 8639, 10121, 7689, 9314, 11256, 9066, 9670, 8894, 11016, 11816, 8807, 11200, 14564, 9001, 10649, 10258, 9069, 10499, 8957, 9063, 10297, 8760, 9224, 11534, 8782, 9096, 11082, 8577, 9280, 11579, 8788, 10004, 12050, 8675, 10722, 12344, 8729, 10462, 8452, 9012, 11891, 9080, 10152, 13228, 8654, 10596, 7844, 9101, 11408, 8775, 10005, 8379, 9494, 12681, 8871, 10528, 8210, 9266, 14430, 8912, 13276, 8763, 9961, 8159, 9152, 10519, 8493, 9153, 11437, 9058, 9431, 12783, 8738, 11100, 8391, 9152, 11287, 9033, 11288, 8634, 9613, 13738, 8948, 10731, 9534, 9004, 11929, 9392, 9822, 13565, 8923, 11528, 8973, 9436, 10886, 9084, 11526, 9222, 9378, 10226, 9184, 10306, 9475, 9486, 8687, 9124, 10582, 9341, 9536, 8358, 9108, 11375, 8868, 9523, 8288, 9127, 11073, 9080, 9342, 9154, 9080, 12077, 8467, 10495, 8690, 9445, 9407, 8701, 10516, 8570, 10277, 10193, 8533, 11840, 8474, 10006, 8807, 9813, 10668, 8527, 11325, 8492, 10842, 8105, 8534, 10795, 8405, 10065, 7846, 9618, 12108, 8506, 10955, 8581, 10427, 9671, 8502, 11190, 8456, 10305, 7842, 9406, 11089, 8635, 10386, 8671, 9863, 8704, 8734, 11737, 8508, 9709, 8350, 9020, 9537, 8862, 12427, 8610, 11670, 8399, 10339, 8373, 8972, 12143, 8724, 11024, 8992, 8998, 11087, 8754, 11874, 8708, 10814, 8909, 9604, 7706, 8834, 12188, 8622, 11875, 8756, 10666, 8454, 9312, 13049, 8769, 11960, 8695, 9988, 8141, 8951, 11233, 8909, 10531, 8834, 9719, 8214, 9010, 8237, 8920, 10695, 8522, 10465, 8925, 9618, 7803, 9247, 11603, 8869, 11574, 8704, 9776, 8662, 9027, 11860, 8716, 10835, 8335, 9591, 12467, 8857, 12673, 8837, 10756, 8216, 8903, 10723, 8812, 10945, 9234, 10124, 8194, 8804, 11563, 8754, 10121, 9110, 9164, 7924, 9021, 11432, 8713, 10571, 9219, 9578, 8927, 8995, 11888, 8560, 10661, 8866, 9393, 8136, 8895, 12130, 8565, 10577, 9033, 9658, 9463, 9081, 11223, 8682, 10703, 8184, 9100, 12055, 8736, 10690, 8557, 9347, 11321, 8929, 12217, 8656, 10199, 7841, 9165, 11311, 8656, 10640, 8262, 8677, 11499, 9008, 10778, 8820, 9945, 9104, 9078, 11564, 8629, 9232, 8570, 9058, 11133, 8532, 10366, 8766, 9509, 7744, 9033, 11231, 8746, 10869, 10488, 8945, 13440, 8873, 10684, 8413, 9245, 12275, 8508, 11413, 8834, 9649, 9771, 8777, 10732, 8831, 9250, 8837, 8447, 12828, 8337, 11655, 8446, 10168, 9419, 8527, 11387, 8303, 10330, 8304, 8928, 14104, 8646, 12098, 8759, 9856, 7980, 8517, 11288, 8417, 10502, 8249, 9018, 14287, 8753, 12654, 7961, 10086, 7872, 8764, 11121, 8017, 10479, 8157, 8155, 12038, 8029, 9796, 8274, 9054, 9317, 8393, 10408, 8075, 8865, 7598, 8435, 11391, 8292, 10574, 8201, 8616, 12022, 8104, 11432, 8269, 9629, 9370, 8484, 10953, 8431, 9799, 8720, 8549, 11974, 8181, 10379, 8560, 8412, 11476, 8412, 10651, 8361, 9982, 8970, 8361, 11469, 8190, 10645, 8193, 9276, 8996, 8631, 10625, 8401, 9243, 9239, 8463, 11389, 7929, 10338, 8108, 8827, 10962, 8286, 11138, 7956, 8622, 11497, 8193, 10815, 8169, 9497, 8186, 8306, 10963, 8231, 9679, 7974, 8376, 11602, 8254, 10308, 7940, 9254, 13007, 8127, 10994, 8207, 9422, 11638, 8282, 10784, 8512, 8851, 11754, 7992, 10667, 8078, 9706, 11986, 8327, 7340, 8137, 11480, 9547, 8099, 10249, 8317, 9566, 7427, 8211, 11148, 7913, 10914, 8292, 9910, 10278, 8832, 13546, 8146, 11533, 7911, 8886, 12653, 7863, 10806, 7894, 9322, 11520, 8253, 11904, 7611, 9121, 7739, 8830, 9901, 7846, 11368, 7524, 10034, 7660, 9412, 9054, 7950, 11439, 8221, 9696, 12709, 8122, 10356, 8462, 8151, 11893, 7882, 11073, 7851, 9283, 7785, 8407, 13011, 8499, 12263, 8490, 10826, 7952, 9851, 8138, 10457, 12126, 8402, 10653, 7842, 8183, 12052, 8064, 9512, 12579, 8040, 10758, 7886, 8308, 12894, 8174, 10197, 7802, 7867, 10929, 8129, 10360, 8129, 10894, 8234, 10655, 8501, 11390, 8272, 10338, 12960, 8060, 8685, 11075, 8049, 9457, 11444, 7970, 11020, 7895, 8140, 13157, 7945, 10778, 8015, 10303, 8335, 9343, 12864, 8261, 11660, 10894, 8021, 11614, 8396, 8060, 12104, 7854, 8091, 12009, 7647, 9139, 8608, 8053, 10058, 7890, 7992, 10083, 7805, 10831, 7535, 9346, 7607, 8075, 11806, 7867, 8048, 11302, 7773, 9077, 7485, 8136, 7337, 8285, 10386, 8008, 8319, 11078, 7874, 10549, 10927, 8338, 10965, 8093, 10570, 8057, 10343, 7964, 8243, 12713, 8697, 8746, 13414, 7713, 10264, 13616, 8430, 11317, 7994, 8966, 8043, 9300, 7710, 8698, 12295, 8162, 9104, 10875, 8367, 11217, 8149, 10479, 7865, 10078, 7963, 9179, 12862, 8540, 10216, 7850, 9265, 12617, 8263, 10533, 11548, 8030, 10707, 9229, 8139, 12660, 8046, 9201, 8835, 8212, 9365, 7574, 8078, 11059, 8007, 10540, 8021, 9355, 7575, 8335, 11243, 8015, 10699, 8225, 9750, 10612, 8294, 12201, 7882, 9640, 7684, 8082, 11542, 7998, 10350, 7968, 8749, 12124, 8045, 11475, 7969, 9629, 7828, 9012, 9398, 8116, 10949, 8206, 9051, 11805, 7812, 10917, 8140, 9596, 7607, 8132, 10040, 8185, 9976, 8355, 8965, 8533, 8407, 13339, 8797, 11645, 8053, 9940, 7571, 9058, 8791, 8137, 12536, 7975, 11021, 8235, 9173, 9452, 8148, 10770, 8126, 9241, 7890, 8095, 11288, 7922, 10601, 7801, 8817, 11915, 8182, 11579, 7785, 9061, 8177, 8379, 11216, 7970, 10009, 7610, 8085, 10366, 8108, 10222, 8166, 9194, 8166, 8306, 10795, 7734, 9317, 7835, 8271, 11468, 7934, 10986, 8415, 9569, 8346, 8305, 11786, 7819, 11346, 8758, 9642, 9289, 8171, 11714, 7983, 10372, 9531, 8853, 13663, 7880, 11500, 8139, 9699, 12274, 8301, 11524, 7960, 9381, 8783, 8446, 12527, 7980], 'WindowCenter': [4350.0, 4353.0, 4320.0, 4331.0, 4347.0, 4319.0, 4338.0, 4317.0, 4327.0, 4305.0, 4329.0, 4336.0, 4306.0, 4329.0, 4347.0, 4318.0, 4350.0, 4368.0, 4318.0, 4335.0, 4306.0, 4318.0, 4345.0, 4318.0, 4348.0, 4317.0, 4338.0, 4326.0, 4317.0, 4345.0, 4316.0, 4326.0, 4356.0, 4305.0, 4334.0, 4304.0, 4316.0, 4344.0, 4303.0, 4335.0, 4312.0, 4304.0, 4332.0, 4290.0, 4302.0, 4310.0, 4303.0, 4322.0, 4293.0, 4315.0, 4322.0, 4293.0, 4302.0, 4279.0, 4303.0, 4333.0, 4312.0, 4313.0, 4301.0, 4303.0, 4322.0, 4292.0, 4314.0, 4331.0, 4292.0, 4313.0, 4279.0, 4301.0, 4320.0, 4290.0, 4301.0, 4319.0, 4292.0, 4311.0, 4292.0, 4303.0, 4322.0, 4302.0, 4312.0, 4330.0, 4291.0, 4322.0, 4331.0, 4291.0, 4311.0, 4309.0, 4291.0, 4309.0, 4301.0, 4302.0, 4320.0, 4291.0, 4312.0, 4280.0, 4313.0, 4322.0, 4302.0, 4311.0, 4303.0, 4334.0, 4331.0, 4290.0, 4322.0, 4340.0, 4289.0, 4311.0, 4310.0, 4289.0, 4308.0, 4302.0, 4301.0, 4309.0, 4290.0, 4313.0, 4320.0, 4291.0, 4302.0, 4320.0, 4291.0, 4301.0, 4319.0, 4291.0, 4311.0, 4320.0, 4290.0, 4322.0, 4330.0, 4291.0, 4309.0, 4291.0, 4302.0, 4330.0, 4300.0, 4323.0, 4329.0, 4291.0, 4321.0, 4279.0, 4302.0, 4331.0, 4302.0, 4313.0, 4292.0, 4314.0, 4332.0, 4302.0, 4323.0, 4292.0, 4315.0, 4369.0, 4329.0, 4356.0, 4303.0, 4311.0, 4278.0, 4301.0, 4320.0, 4289.0, 4312.0, 4331.0, 4300.0, 4312.0, 4330.0, 4302.0, 4321.0, 4289.0, 4300.0, 4318.0, 4300.0, 4320.0, 4288.0, 4300.0, 4327.0, 4287.0, 4308.0, 4285.0, 4276.0, 4306.0, 4274.0, 4286.0, 4314.0, 4275.0, 4304.0, 4274.0, 4286.0, 4294.0, 4276.0, 4304.0, 4285.0, 4286.0, 4293.0, 4285.0, 4294.0, 4286.0, 4298.0, 4287.0, 4299.0, 4309.0, 4313.0, 4311.0, 4288.0, 4300.0, 4318.0, 4289.0, 4311.0, 4292.0, 4302.0, 4319.0, 4300.0, 4300.0, 4300.0, 4315.0, 4332.0, 4290.0, 4322.0, 4315.0, 4323.0, 4311.0, 4302.0, 4320.0, 4301.0, 4322.0, 4310.0, 4301.0, 4331.0, 4291.0, 4310.0, 4300.0, 4311.0, 4309.0, 4302.0, 4345.0, 4302.0, 4322.0, 4290.0, 4302.0, 4320.0, 4291.0, 4311.0, 4279.0, 4312.0, 4331.0, 4302.0, 4322.0, 4301.0, 4323.0, 4310.0, 4302.0, 4330.0, 4292.0, 4322.0, 4290.0, 4314.0, 4331.0, 4302.0, 4322.0, 4302.0, 4336.0, 4301.0, 4303.0, 4332.0, 4303.0, 4325.0, 4315.0, 4314.0, 4322.0, 4315.0, 4355.0, 4318.0, 4346.0, 4305.0, 4337.0, 4304.0, 4314.0, 4333.0, 4302.0, 4334.0, 4302.0, 4302.0, 4320.0, 4302.0, 4332.0, 4302.0, 4333.0, 4302.0, 4312.0, 4281.0, 4302.0, 4330.0, 4301.0, 4331.0, 4301.0, 4323.0, 4291.0, 4311.0, 4329.0, 4301.0, 4330.0, 4301.0, 4311.0, 4278.0, 4300.0, 4318.0, 4300.0, 4320.0, 4299.0, 4310.0, 4289.0, 4301.0, 4289.0, 4313.0, 4332.0, 4303.0, 4333.0, 4313.0, 4323.0, 4292.0, 4315.0, 4332.0, 4312.0, 4333.0, 4304.0, 4323.0, 4301.0, 4313.0, 4331.0, 4300.0, 4320.0, 4289.0, 4311.0, 4330.0, 4301.0, 4330.0, 4300.0, 4320.0, 4289.0, 4300.0, 4307.0, 4298.0, 4308.0, 4298.0, 4310.0, 4279.0, 4291.0, 4317.0, 4289.0, 4308.0, 4299.0, 4300.0, 4279.0, 4302.0, 4332.0, 4303.0, 4321.0, 4312.0, 4326.0, 4312.0, 4313.0, 4344.0, 4303.0, 4321.0, 4301.0, 4313.0, 4291.0, 4314.0, 4345.0, 4304.0, 4323.0, 4302.0, 4313.0, 4310.0, 4302.0, 4331.0, 4302.0, 4323.0, 4291.0, 4313.0, 4331.0, 4302.0, 4322.0, 4301.0, 4313.0, 4333.0, 4302.0, 4332.0, 4291.0, 4312.0, 4293.0, 4312.0, 4319.0, 4300.0, 4321.0, 4290.0, 4301.0, 4330.0, 4301.0, 4322.0, 4302.0, 4313.0, 4301.0, 4302.0, 4330.0, 4290.0, 4311.0, 4301.0, 4316.0, 4358.0, 4315.0, 4323.0, 4302.0, 4323.0, 4292.0, 4315.0, 4345.0, 4304.0, 4335.0, 4323.0, 4303.0, 4342.0, 4303.0, 4322.0, 4291.0, 4313.0, 4330.0, 4302.0, 4331.0, 4300.0, 4311.0, 4310.0, 4302.0, 4321.0, 4312.0, 4326.0, 4314.0, 4291.0, 4341.0, 4291.0, 4319.0, 4289.0, 4311.0, 4298.0, 4289.0, 4317.0, 4278.0, 4308.0, 4277.0, 4300.0, 4339.0, 4289.0, 4318.0, 4288.0, 4308.0, 4276.0, 4288.0, 4317.0, 4278.0, 4309.0, 4278.0, 4300.0, 4340.0, 4301.0, 4327.0, 4266.0, 4296.0, 4276.0, 4289.0, 4308.0, 4277.0, 4308.0, 4278.0, 4279.0, 4328.0, 4278.0, 4308.0, 4288.0, 4300.0, 4298.0, 4289.0, 4320.0, 4291.0, 4302.0, 4279.0, 4302.0, 4331.0, 4302.0, 4321.0, 4290.0, 4302.0, 4330.0, 4291.0, 4331.0, 4290.0, 4311.0, 4298.0, 4291.0, 4319.0, 4288.0, 4309.0, 4287.0, 4288.0, 4318.0, 4278.0, 4309.0, 4289.0, 4290.0, 4318.0, 4289.0, 4319.0, 4289.0, 4310.0, 4299.0, 4292.0, 4331.0, 4291.0, 4321.0, 4291.0, 4312.0, 4300.0, 4314.0, 4321.0, 4290.0, 4312.0, 4310.0, 4303.0, 4333.0, 4293.0, 4323.0, 4292.0, 4313.0, 4321.0, 4304.0, 4334.0, 4292.0, 4302.0, 4331.0, 4292.0, 4333.0, 4302.0, 4313.0, 4291.0, 4303.0, 4333.0, 4303.0, 4323.0, 4291.0, 4303.0, 4332.0, 4303.0, 4323.0, 4291.0, 4314.0, 4354.0, 4292.0, 4322.0, 4303.0, 4314.0, 4331.0, 4302.0, 4333.0, 4302.0, 4315.0, 4332.0, 4292.0, 4334.0, 4306.0, 4326.0, 4358.0, 4314.0, 4292.0, 4305.0, 4346.0, 4298.0, 4279.0, 4309.0, 4288.0, 4310.0, 4279.0, 4302.0, 4332.0, 4292.0, 4321.0, 4288.0, 4310.0, 4309.0, 4301.0, 4339.0, 4279.0, 4320.0, 4267.0, 4289.0, 4327.0, 4276.0, 4306.0, 4278.0, 4310.0, 4317.0, 4276.0, 4304.0, 4265.0, 4297.0, 4278.0, 4312.0, 4321.0, 4289.0, 4316.0, 4266.0, 4297.0, 4278.0, 4298.0, 4285.0, 4280.0, 4318.0, 4276.0, 4299.0, 4328.0, 4266.0, 4297.0, 4275.0, 4266.0, 4304.0, 4275.0, 4305.0, 4275.0, 4297.0, 4278.0, 4289.0, 4339.0, 4301.0, 4331.0, 4288.0, 4306.0, 4278.0, 4297.0, 4289.0, 4323.0, 4317.0, 4278.0, 4309.0, 4265.0, 4277.0, 4315.0, 4265.0, 4299.0, 4318.0, 4265.0, 4295.0, 4262.0, 4277.0, 4328.0, 4276.0, 4295.0, 4264.0, 4278.0, 4306.0, 4276.0, 4308.0, 4303.0, 4333.0, 4303.0, 4335.0, 4315.0, 4332.0, 4302.0, 4324.0, 4329.0, 4278.0, 4288.0, 4305.0, 4276.0, 4298.0, 4316.0, 4277.0, 4319.0, 4275.0, 4276.0, 4325.0, 4277.0, 4305.0, 4277.0, 4307.0, 4276.0, 4298.0, 4315.0, 4265.0, 4308.0, 4292.0, 4264.0, 4306.0, 4261.0, 4252.0, 4302.0, 4249.0, 4251.0, 4290.0, 4251.0, 4273.0, 4261.0, 4264.0, 4283.0, 4264.0, 4278.0, 4306.0, 4278.0, 4307.0, 4267.0, 4296.0, 4267.0, 4279.0, 4328.0, 4279.0, 4279.0, 4318.0, 4279.0, 4301.0, 4280.0, 4292.0, 4282.0, 4303.0, 4322.0, 4291.0, 4303.0, 4331.0, 4303.0, 4337.0, 4333.0, 4304.0, 4321.0, 4292.0, 4321.0, 4292.0, 4323.0, 4291.0, 4304.0, 4343.0, 4289.0, 4290.0, 4341.0, 4280.0, 4311.0, 4339.0, 4289.0, 4317.0, 4278.0, 4298.0, 4291.0, 4311.0, 4282.0, 4304.0, 4342.0, 4291.0, 4314.0, 4359.0, 4315.0, 4346.0, 4303.0, 4320.0, 4302.0, 4323.0, 4303.0, 4326.0, 4344.0, 4302.0, 4322.0, 4292.0, 4314.0, 4343.0, 4291.0, 4321.0, 4318.0, 4279.0, 4308.0, 4286.0, 4278.0, 4327.0, 4277.0, 4298.0, 4286.0, 4277.0, 4297.0, 4277.0, 4279.0, 4318.0, 4290.0, 4319.0, 4290.0, 4312.0, 4281.0, 4301.0, 4330.0, 4290.0, 4321.0, 4301.0, 4312.0, 4319.0, 4290.0, 4318.0, 4278.0, 4299.0, 4266.0, 4279.0, 4318.0, 4277.0, 4308.0, 4277.0, 4289.0, 4329.0, 4290.0, 4317.0, 4278.0, 4298.0, 4278.0, 4299.0, 4298.0, 4279.0, 4319.0, 4289.0, 4302.0, 4330.0, 4278.0, 4319.0, 4290.0, 4310.0, 4279.0, 4291.0, 4309.0, 4303.0, 4322.0, 4301.0, 4312.0, 4301.0, 4304.0, 4354.0, 4303.0, 4331.0, 4294.0, 4324.0, 4292.0, 4313.0, 4302.0, 4293.0, 4344.0, 4293.0, 4322.0, 4290.0, 4311.0, 4309.0, 4290.0, 4320.0, 4290.0, 4303.0, 4281.0, 4292.0, 4330.0, 4291.0, 4322.0, 4281.0, 4312.0, 4330.0, 4290.0, 4329.0, 4279.0, 4300.0, 4288.0, 4302.0, 4332.0, 4291.0, 4322.0, 4291.0, 4292.0, 4319.0, 4291.0, 4321.0, 4290.0, 4312.0, 4290.0, 4302.0, 4333.0, 4292.0, 4311.0, 4279.0, 4302.0, 4331.0, 4292.0, 4332.0, 4291.0, 4313.0, 4290.0, 4303.0, 4332.0, 4281.0, 4333.0, 4291.0, 4312.0, 4300.0, 4291.0, 4330.0, 4279.0, 4322.0, 4311.0, 4302.0, 4340.0, 4280.0, 4319.0, 4290.0, 4311.0, 4328.0, 4290.0, 4319.0, 4279.0, 4311.0, 4300.0, 4290.0, 4330.0, 4279.0], 'WindowWidth': [9619.0, 9609.0, 9558.0, 9571.0, 9588.0, 9555.0, 9577.0, 9547.0, 9560.0, 9527.0, 9563.0, 9569.0, 9528.0, 9563.0, 9584.0, 9548.0, 9594.0, 9617.0, 9548.0, 9567.0, 9527.0, 9546.0, 9579.0, 9548.0, 9589.0, 9545.0, 9575.0, 9554.0, 9544.0, 9580.0, 9540.0, 9554.0, 9597.0, 9524.0, 9561.0, 9520.0, 9540.0, 9573.0, 9520.0, 9565.0, 9527.0, 9520.0, 9555.0, 9496.0, 9514.0, 9523.0, 9519.0, 9544.0, 9506.0, 9538.0, 9542.0, 9503.0, 9515.0, 9482.0, 9517.0, 9560.0, 9529.0, 9534.0, 9512.0, 9519.0, 9543.0, 9503.0, 9536.0, 9553.0, 9503.0, 9531.0, 9481.0, 9512.0, 9538.0, 9497.0, 9511.0, 9535.0, 9502.0, 9528.0, 9501.0, 9518.0, 9543.0, 9513.0, 9529.0, 9549.0, 9497.0, 9544.0, 9550.0, 9498.0, 9525.0, 9519.0, 9499.0, 9521.0, 9511.0, 9518.0, 9539.0, 9500.0, 9530.0, 9483.0, 9531.0, 9543.0, 9517.0, 9526.0, 9520.0, 9565.0, 9552.0, 9496.0, 9542.0, 9564.0, 9493.0, 9526.0, 9521.0, 9492.0, 9517.0, 9517.0, 9514.0, 9521.0, 9495.0, 9534.0, 9537.0, 9499.0, 9517.0, 9535.0, 9499.0, 9515.0, 9535.0, 9499.0, 9526.0, 9534.0, 9496.0, 9544.0, 9549.0, 9498.0, 9521.0, 9500.0, 9517.0, 9549.0, 9511.0, 9547.0, 9548.0, 9499.0, 9541.0, 9480.0, 9515.0, 9556.0, 9518.0, 9534.0, 9502.0, 9536.0, 9556.0, 9517.0, 9545.0, 9502.0, 9538.0, 9624.0, 9566.0, 9600.0, 9520.0, 9526.0, 9477.0, 9513.0, 9539.0, 9495.0, 9530.0, 9554.0, 9510.0, 9532.0, 9551.0, 9516.0, 9541.0, 9495.0, 9510.0, 9531.0, 9509.0, 9539.0, 9491.0, 9511.0, 9542.0, 9487.0, 9516.0, 9480.0, 9468.0, 9508.0, 9462.0, 9483.0, 9518.0, 9468.0, 9503.0, 9465.0, 9483.0, 9489.0, 9470.0, 9504.0, 9479.0, 9483.0, 9489.0, 9480.0, 9492.0, 9483.0, 9505.0, 9486.0, 9506.0, 9521.0, 9537.0, 9529.0, 9492.0, 9510.0, 9532.0, 9494.0, 9526.0, 9507.0, 9516.0, 9534.0, 9510.0, 9510.0, 9512.0, 9541.0, 9559.0, 9498.0, 9547.0, 9544.0, 9551.0, 9532.0, 9518.0, 9539.0, 9515.0, 9545.0, 9525.0, 9515.0, 9555.0, 9504.0, 9526.0, 9511.0, 9529.0, 9522.0, 9516.0, 9583.0, 9519.0, 9544.0, 9500.0, 9518.0, 9540.0, 9501.0, 9528.0, 9483.0, 9532.0, 9556.0, 9517.0, 9545.0, 9515.0, 9547.0, 9526.0, 9517.0, 9554.0, 9504.0, 9545.0, 9499.0, 9538.0, 9556.0, 9518.0, 9545.0, 9520.0, 9572.0, 9517.0, 9522.0, 9560.0, 9521.0, 9558.0, 9543.0, 9538.0, 9547.0, 9540.0, 9597.0, 9552.0, 9586.0, 9526.0, 9574.0, 9525.0, 9537.0, 9560.0, 9517.0, 9565.0, 9516.0, 9519.0, 9538.0, 9516.0, 9560.0, 9519.0, 9561.0, 9518.0, 9531.0, 9489.0, 9519.0, 9553.0, 9515.0, 9555.0, 9513.0, 9548.0, 9501.0, 9529.0, 9549.0, 9513.0, 9551.0, 9516.0, 9527.0, 9480.0, 9511.0, 9533.0, 9512.0, 9538.0, 9510.0, 9526.0, 9496.0, 9515.0, 9498.0, 9534.0, 9561.0, 9524.0, 9563.0, 9535.0, 9550.0, 9507.0, 9541.0, 9560.0, 9532.0, 9564.0, 9524.0, 9549.0, 9514.0, 9534.0, 9554.0, 9512.0, 9541.0, 9495.0, 9527.0, 9551.0, 9515.0, 9553.0, 9511.0, 9538.0, 9494.0, 9510.0, 9515.0, 9506.0, 9519.0, 9504.0, 9524.0, 9478.0, 9495.0, 9528.0, 9495.0, 9520.0, 9508.0, 9512.0, 9482.0, 9519.0, 9559.0, 9518.0, 9541.0, 9533.0, 9560.0, 9531.0, 9534.0, 9577.0, 9522.0, 9543.0, 9513.0, 9534.0, 9501.0, 9538.0, 9582.0, 9524.0, 9547.0, 9517.0, 9534.0, 9526.0, 9517.0, 9557.0, 9517.0, 9548.0, 9501.0, 9534.0, 9556.0, 9517.0, 9545.0, 9514.0, 9533.0, 9562.0, 9517.0, 9558.0, 9499.0, 9530.0, 9508.0, 9532.0, 9537.0, 9513.0, 9543.0, 9497.0, 9515.0, 9553.0, 9515.0, 9543.0, 9518.0, 9533.0, 9513.0, 9518.0, 9553.0, 9498.0, 9529.0, 9517.0, 9545.0, 9608.0, 9544.0, 9548.0, 9519.0, 9550.0, 9507.0, 9541.0, 9584.0, 9524.0, 9570.0, 9550.0, 9522.0, 9574.0, 9520.0, 9546.0, 9501.0, 9532.0, 9552.0, 9517.0, 9556.0, 9511.0, 9527.0, 9523.0, 9516.0, 9541.0, 9533.0, 9560.0, 9540.0, 9504.0, 9571.0, 9501.0, 9534.0, 9494.0, 9527.0, 9506.0, 9494.0, 9530.0, 9478.0, 9520.0, 9476.0, 9513.0, 9565.0, 9495.0, 9532.0, 9489.0, 9518.0, 9472.0, 9491.0, 9530.0, 9479.0, 9521.0, 9478.0, 9511.0, 9566.0, 9517.0, 9544.0, 9459.0, 9500.0, 9471.0, 9494.0, 9517.0, 9475.0, 9519.0, 9478.0, 9481.0, 9547.0, 9479.0, 9517.0, 9493.0, 9512.0, 9504.0, 9497.0, 9537.0, 9502.0, 9518.0, 9484.0, 9519.0, 9557.0, 9518.0, 9543.0, 9499.0, 9519.0, 9553.0, 9501.0, 9555.0, 9497.0, 9526.0, 9504.0, 9500.0, 9535.0, 9492.0, 9520.0, 9488.0, 9493.0, 9534.0, 9480.0, 9523.0, 9493.0, 9498.0, 9531.0, 9494.0, 9535.0, 9496.0, 9527.0, 9509.0, 9504.0, 9556.0, 9503.0, 9544.0, 9501.0, 9531.0, 9511.0, 9538.0, 9543.0, 9500.0, 9530.0, 9526.0, 9520.0, 9563.0, 9510.0, 9548.0, 9504.0, 9535.0, 9542.0, 9522.0, 9564.0, 9504.0, 9517.0, 9555.0, 9504.0, 9561.0, 9518.0, 9535.0, 9500.0, 9520.0, 9562.0, 9522.0, 9549.0, 9502.0, 9521.0, 9557.0, 9522.0, 9549.0, 9504.0, 9538.0, 9592.0, 9507.0, 9544.0, 9521.0, 9537.0, 9556.0, 9518.0, 9562.0, 9518.0, 9542.0, 9559.0, 9506.0, 9565.0, 9535.0, 9561.0, 9607.0, 9542.0, 9509.0, 9530.0, 9589.0, 9506.0, 9482.0, 9524.0, 9494.0, 9528.0, 9484.0, 9519.0, 9562.0, 9506.0, 9542.0, 9493.0, 9527.0, 9521.0, 9517.0, 9564.0, 9482.0, 9538.0, 9461.0, 9495.0, 9542.0, 9473.0, 9513.0, 9480.0, 9527.0, 9530.0, 9472.0, 9507.0, 9457.0, 9504.0, 9481.0, 9533.0, 9546.0, 9496.0, 9527.0, 9461.0, 9502.0, 9480.0, 9506.0, 9484.0, 9484.0, 9530.0, 9471.0, 9506.0, 9545.0, 9459.0, 9502.0, 9469.0, 9459.0, 9508.0, 9471.0, 9511.0, 9470.0, 9504.0, 9479.0, 9496.0, 9564.0, 9517.0, 9559.0, 9492.0, 9512.0, 9479.0, 9502.0, 9497.0, 9547.0, 9527.0, 9476.0, 9519.0, 9453.0, 9474.0, 9522.0, 9451.0, 9505.0, 9527.0, 9452.0, 9492.0, 9445.0, 9474.0, 9547.0, 9472.0, 9495.0, 9454.0, 9481.0, 9514.0, 9474.0, 9518.0, 9523.0, 9562.0, 9522.0, 9572.0, 9545.0, 9560.0, 9521.0, 9552.0, 9550.0, 9477.0, 9493.0, 9510.0, 9473.0, 9507.0, 9528.0, 9476.0, 9535.0, 9470.0, 9474.0, 9539.0, 9476.0, 9510.0, 9476.0, 9517.0, 9473.0, 9504.0, 9522.0, 9453.0, 9515.0, 9485.0, 9449.0, 9510.0, 9442.0, 9430.0, 9497.0, 9421.0, 9429.0, 9480.0, 9428.0, 9460.0, 9440.0, 9450.0, 9475.0, 9453.0, 9480.0, 9515.0, 9479.0, 9516.0, 9463.0, 9499.0, 9460.0, 9481.0, 9546.0, 9480.0, 9482.0, 9531.0, 9481.0, 9517.0, 9487.0, 9505.0, 9493.0, 9521.0, 9544.0, 9503.0, 9523.0, 9556.0, 9521.0, 9574.0, 9560.0, 9525.0, 9543.0, 9506.0, 9543.0, 9506.0, 9549.0, 9500.0, 9523.0, 9574.0, 9493.0, 9499.0, 9569.0, 9484.0, 9528.0, 9564.0, 9494.0, 9528.0, 9480.0, 9505.0, 9501.0, 9529.0, 9493.0, 9523.0, 9572.0, 9501.0, 9539.0, 9611.0, 9544.0, 9588.0, 9527.0, 9543.0, 9520.0, 9551.0, 9523.0, 9560.0, 9580.0, 9520.0, 9547.0, 9505.0, 9540.0, 9577.0, 9503.0, 9543.0, 9533.0, 9481.0, 9521.0, 9486.0, 9479.0, 9544.0, 9474.0, 9504.0, 9486.0, 9476.0, 9505.0, 9479.0, 9483.0, 9535.0, 9499.0, 9537.0, 9501.0, 9532.0, 9488.0, 9517.0, 9555.0, 9502.0, 9543.0, 9517.0, 9534.0, 9537.0, 9498.0, 9533.0, 9478.0, 9510.0, 9460.0, 9483.0, 9532.0, 9476.0, 9520.0, 9476.0, 9495.0, 9550.0, 9498.0, 9531.0, 9479.0, 9507.0, 9478.0, 9509.0, 9507.0, 9483.0, 9536.0, 9496.0, 9517.0, 9553.0, 9480.0, 9536.0, 9499.0, 9527.0, 9483.0, 9503.0, 9523.0, 9521.0, 9546.0, 9517.0, 9533.0, 9517.0, 9526.0, 9595.0, 9524.0, 9558.0, 9511.0, 9551.0, 9506.0, 9536.0, 9521.0, 9509.0, 9580.0, 9508.0, 9546.0, 9499.0, 9527.0, 9522.0, 9501.0, 9538.0, 9500.0, 9518.0, 9485.0, 9504.0, 9554.0, 9504.0, 9545.0, 9489.0, 9534.0, 9553.0, 9499.0, 9551.0, 9485.0, 9512.0, 9493.0, 9521.0, 9561.0, 9504.0, 9545.0, 9504.0, 9504.0, 9538.0, 9502.0, 9544.0, 9500.0, 9532.0, 9499.0, 9519.0, 9564.0, 9506.0, 9530.0, 9484.0, 9518.0, 9557.0, 9505.0, 9559.0, 9502.0, 9534.0, 9500.0, 9521.0, 9558.0, 9489.0, 9561.0, 9501.0, 9530.0, 9514.0, 9504.0, 9551.0, 9483.0, 9548.0, 9528.0, 9518.0, 9568.0, 9485.0, 9538.0, 9498.0, 9528.0, 9546.0, 9499.0, 9535.0, 9484.0, 9531.0, 9512.0, 9499.0, 9553.0, 9483.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.0013320043811610078</td></tr>
<tr><td colspan=3>aqi</td><td>0.047878740525739316</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.03089545905705</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1393652274451755</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9589662058881587</td></tr>
<tr><td colspan=3>efc</td><td>0.4684</td></tr>
<tr><td colspan=3>fber</td><td>5512.8931</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08681909138392577</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>18</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.9715224534501643</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4550585634877766</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4505214870295604</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.615602392184634</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.299051811249136</td></tr>
<tr><td colspan=3>gcor</td><td>0.00751797</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01463221199810505</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.014288184233009815</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>913</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.066637660523379</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>33.8499</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.6437</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.8485</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303408.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>792.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>355.4222</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6418</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>542.2685</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3546.2425</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3738.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73136.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1288.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4600.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>919.1806</td></tr>
<tr><td colspan=3>tsnr</td><td>31.736383916111663</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>