<?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-0026_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-0026_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-0026_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-0026/figures/sub-0026_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0026/figures/sub-0026_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-0026/figures/sub-0026_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026/ses-02/func/sub-0026_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>b7493b63b8256b30667b14c0a253fbe1</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:31:23.060000</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.999467, 0.00376026, 0.0324222, -0.00523321, 0.998952, 0.0454657]</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.134251</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>[4178, -7733, -7184, 557, -9, -35, 16, 31]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>300.137</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>74e7d0e8-3c3b-4766-89c7-b0eeff8729b1||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.68149733543396, -0.014040317386388779, 0.08698663860559464, 111.34471130371094], [-0.010088506154716015, 2.6801156997680664, 0.12315021455287933, -94.51126098632812], [0.08698641508817673, -0.12198126316070557, 2.695786952972412, -19.513805389404297], [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': ['103123.060000', '103123.520000', '103123.980000', '103124.440000', '103124.900000', '103125.360000', '103125.820000', '103126.280000', '103126.740000', '103127.200000', '103127.660000', '103128.120000', '103128.580000', '103129.040000', '103129.500000', '103129.960000', '103130.420000', '103130.880000', '103131.340000', '103131.800000', '103132.260000', '103132.720000', '103133.180000', '103133.640000', '103134.100000', '103134.560000', '103135.020000', '103135.480000', '103135.940000', '103136.400000', '103136.860000', '103137.320000', '103137.780000', '103138.240000', '103138.700000', '103139.160000', '103139.620000', '103140.080000', '103140.540000', '103141.000000', '103141.460000', '103141.920000', '103142.380000', '103142.840000', '103143.300000', '103143.760000', '103144.220000', '103144.680000', '103145.140000', '103145.600000', '103146.060000', '103146.520000', '103146.980000', '103147.440000', '103147.900000', '103148.360000', '103148.820000', '103149.280000', '103149.740000', '103150.200000', '103150.660000', '103151.120000', '103151.580000', '103152.040000', '103152.500000', '103152.960000', '103153.420000', '103153.880000', '103154.340000', '103154.800000', '103155.260000', '103155.720000', '103156.180000', '103156.640000', '103157.100000', '103157.560000', '103158.020000', '103158.480000', '103158.940000', '103159.400000', '103159.860000', '103200.320000', '103200.780000', '103201.240000', '103201.700000', '103202.160000', '103202.620000', '103203.080000', '103203.540000', '103204.000000', '103204.460000', '103204.920000', '103205.380000', '103205.840000', '103206.300000', '103206.760000', '103207.220000', '103207.680000', '103208.140000', '103208.600000', '103209.060000', '103209.520000', '103209.980000', '103210.440000', '103210.900000', '103211.360000', '103211.820000', '103212.280000', '103212.740000', '103213.200000', '103213.660000', '103214.120000', '103214.580000', '103215.040000', '103215.500000', '103215.960000', '103216.420000', '103216.880000', '103217.340000', '103217.800000', '103218.260000', '103218.720000', '103219.180000', '103219.640000', '103220.100000', '103220.560000', '103221.020000', '103221.480000', '103221.940000', '103222.400000', '103222.860000', '103223.320000', '103223.780000', '103224.240000', '103224.700000', '103225.160000', '103225.620000', '103226.080000', '103226.540000', '103227.000000', '103227.460000', '103227.920000', '103228.380000', '103228.840000', '103229.300000', '103229.760000', '103230.220000', '103230.680000', '103231.140000', '103231.600000', '103232.060000', '103232.520000', '103232.980000', '103233.440000', '103233.900000', '103234.360000', '103234.820000', '103235.280000', '103235.740000', '103236.200000', '103236.660000', '103237.120000', '103237.580000', '103238.040000', '103238.500000', '103238.960000', '103239.420000', '103239.880000', '103240.340000', '103240.800000', '103241.260000', '103241.720000', '103242.180000', '103242.640000', '103243.100000', '103243.560000', '103244.020000', '103244.480000', '103244.940000', '103245.400000', '103245.860000', '103246.320000', '103246.780000', '103247.240000', '103247.700000', '103248.160000', '103248.620000', '103249.080000', '103249.540000', '103250.000000', '103250.460000', '103250.920000', '103251.380000', '103251.840000', '103252.300000', '103252.760000', '103253.220000', '103253.680000', '103254.140000', '103254.600000', '103255.060000', '103255.520000', '103255.980000', '103256.440000', '103256.900000', '103257.360000', '103257.820000', '103258.280000', '103258.740000', '103259.200000', '103259.660000', '103300.120000', '103300.580000', '103301.040000', '103301.500000', '103301.960000', '103302.420000', '103302.880000', '103303.340000', '103303.800000', '103304.260000', '103304.720000', '103305.180000', '103305.640000', '103306.100000', '103306.560000', '103307.020000', '103307.480000', '103307.940000', '103308.400000', '103308.860000', '103309.320000', '103309.780000', '103310.240000', '103310.700000', '103311.160000', '103311.620000', '103312.080000', '103312.540000', '103313.000000', '103313.460000', '103313.920000', '103314.380000', '103314.840000', '103315.300000', '103315.760000', '103316.220000', '103316.680000', '103317.140000', '103317.600000', '103318.060000', '103318.520000', '103318.980000', '103319.440000', '103319.900000', '103320.360000', '103320.820000', '103321.280000', '103321.740000', '103322.200000', '103322.660000', '103323.120000', '103323.580000', '103324.040000', '103324.500000', '103324.960000', '103325.420000', '103325.880000', '103326.340000', '103326.800000', '103327.260000', '103327.720000', '103328.180000', '103328.640000', '103329.100000', '103329.560000', '103330.020000', '103330.480000', '103330.940000', '103331.400000', '103331.860000', '103332.320000', '103332.780000', '103333.240000', '103333.700000', '103334.160000', '103334.620000', '103335.080000', '103335.540000', '103336.000000', '103336.460000', '103336.920000', '103337.380000', '103337.840000', '103338.300000', '103338.760000', '103339.220000', '103339.680000', '103340.140000', '103340.600000', '103341.060000', '103341.520000', '103341.980000', '103342.440000', '103342.900000', '103343.360000', '103343.820000', '103344.280000', '103344.740000', '103345.200000', '103345.660000', '103346.120000', '103346.580000', '103347.040000', '103347.500000', '103347.960000', '103348.420000', '103348.880000', '103349.340000', '103349.800000', '103350.260000', '103350.720000', '103351.180000', '103351.640000', '103352.100000', '103352.560000', '103353.020000', '103353.480000', '103353.940000', '103354.400000', '103354.860000', '103355.320000', '103355.780000', '103356.240000', '103356.700000', '103357.160000', '103357.620000', '103358.080000', '103358.540000', '103359.000000', '103359.460000', '103359.920000', '103400.380000', '103400.840000', '103401.300000', '103401.760000', '103402.220000', '103402.680000', '103403.140000', '103403.600000', '103404.060000', '103404.520000', '103404.980000', '103405.440000', '103405.900000', '103406.360000', '103406.820000', '103407.280000', '103407.740000', '103408.200000', '103408.660000', '103409.120000', '103409.580000', '103410.040000', '103410.500000', '103410.960000', '103411.420000', '103411.880000', '103412.340000', '103412.800000', '103413.260000', '103413.720000', '103414.180000', '103414.640000', '103415.100000', '103415.560000', '103416.020000', '103416.480000', '103416.940000', '103417.400000', '103417.860000', '103418.320000', '103418.780000', '103419.240000', '103419.700000', '103420.160000', '103420.620000', '103421.080000', '103421.540000', '103422.000000', '103422.460000', '103422.920000', '103423.380000', '103423.840000', '103424.300000', '103424.760000', '103425.220000', '103425.680000', '103426.140000', '103426.600000', '103427.060000', '103427.520000', '103427.980000', '103428.440000', '103428.900000', '103429.360000', '103429.820000', '103430.280000', '103430.740000', '103431.200000', '103431.660000', '103432.120000', '103432.580000', '103433.040000', '103433.500000', '103433.960000', '103434.420000', '103434.880000', '103435.340000', '103435.800000', '103436.260000', '103436.720000', '103437.180000', '103437.640000', '103438.100000', '103438.560000', '103439.020000', '103439.480000', '103439.940000', '103440.400000', '103440.860000', '103441.320000', '103441.780000', '103442.240000', '103442.700000', '103443.160000', '103443.620000', '103444.080000', '103444.540000', '103445.000000', '103445.460000', '103445.920000', '103446.380000', '103446.840000', '103447.300000', '103447.760000', '103448.220000', '103448.680000', '103449.140000', '103449.600000', '103450.060000', '103450.520000', '103450.980000', '103451.440000', '103451.900000', '103452.360000', '103452.820000', '103453.280000', '103453.740000', '103454.200000', '103454.660000', '103455.120000', '103455.580000', '103456.040000', '103456.500000', '103456.960000', '103457.420000', '103457.880000', '103458.340000', '103458.800000', '103459.260000', '103459.720000', '103500.180000', '103500.640000', '103501.100000', '103501.560000', '103502.020000', '103502.480000', '103502.940000', '103503.400000', '103503.860000', '103504.320000', '103504.780000', '103505.240000', '103505.700000', '103506.160000', '103506.620000', '103507.080000', '103507.540000', '103508.000000', '103508.460000', '103508.920000', '103509.380000', '103509.840000', '103510.300000', '103510.760000', '103511.220000', '103511.680000', '103512.140000', '103512.600000', '103513.060000', '103513.520000', '103513.980000', '103514.440000', '103514.900000', '103515.360000', '103515.820000', '103516.280000', '103516.740000', '103517.200000', '103517.660000', '103518.120000', '103518.580000', '103519.040000', '103519.500000', '103519.960000', '103520.420000', '103520.880000', '103521.340000', '103521.800000', '103522.260000', '103522.720000', '103523.180000', '103523.640000', '103524.100000', '103524.560000', '103525.020000', '103525.480000', '103525.940000', '103526.400000', '103526.860000', '103527.320000', '103527.780000', '103528.240000', '103528.700000', '103529.160000', '103529.620000', '103530.080000', '103530.540000', '103531.000000', '103531.460000', '103531.920000', '103532.380000', '103532.840000', '103533.300000', '103533.760000', '103534.220000', '103534.680000', '103535.140000', '103535.600000', '103536.060000', '103536.520000', '103536.980000', '103537.440000', '103537.900000', '103538.360000', '103538.820000', '103539.280000', '103539.740000', '103540.200000', '103540.660000', '103541.120000', '103541.580000', '103542.040000', '103542.500000', '103542.960000', '103543.420000', '103543.880000', '103544.340000', '103544.800000', '103545.260000', '103545.720000', '103546.180000', '103546.640000', '103547.100000', '103547.560000', '103548.020000', '103548.480000', '103548.940000', '103549.400000', '103549.860000', '103550.320000', '103550.780000', '103551.240000', '103551.700000', '103552.160000', '103552.620000', '103553.080000', '103553.540000', '103554.000000', '103554.460000', '103554.920000', '103555.380000', '103555.840000', '103556.300000', '103556.760000', '103557.220000', '103557.680000', '103558.140000', '103558.600000', '103559.060000', '103559.520000', '103559.980000', '103600.440000', '103600.900000', '103601.360000', '103601.820000', '103602.280000', '103602.740000', '103603.200000', '103603.660000', '103604.120000', '103604.580000', '103605.040000', '103605.500000', '103605.960000', '103606.420000', '103606.880000', '103607.340000', '103607.800000', '103608.260000', '103608.720000', '103609.180000', '103609.640000', '103610.100000', '103610.560000', '103611.020000', '103611.480000', '103611.940000', '103612.400000', '103612.860000', '103613.320000', '103613.780000', '103614.240000', '103614.700000', '103615.160000', '103615.620000', '103616.080000', '103616.540000', '103617.000000', '103617.460000', '103617.920000', '103618.380000', '103618.840000', '103619.300000', '103619.760000', '103620.220000', '103620.680000', '103621.140000', '103621.600000', '103622.060000', '103622.520000', '103622.980000', '103623.440000', '103623.900000', '103624.360000', '103624.820000', '103625.280000', '103625.740000', '103626.200000', '103626.660000', '103627.120000', '103627.580000', '103628.040000', '103628.500000', '103628.960000', '103629.420000', '103629.880000', '103630.340000', '103630.800000', '103631.260000', '103631.720000', '103632.180000', '103632.640000', '103633.100000', '103633.560000', '103634.020000', '103634.480000', '103634.940000', '103635.400000', '103635.860000', '103636.320000', '103636.780000', '103637.240000', '103637.700000', '103638.160000', '103638.620000', '103639.080000', '103639.540000', '103640.000000', '103640.460000', '103640.920000', '103641.380000', '103641.840000', '103642.300000', '103642.760000', '103643.220000', '103643.680000', '103644.140000', '103644.600000', '103645.060000', '103645.520000', '103645.980000', '103646.440000', '103646.900000', '103647.360000', '103647.820000', '103648.280000', '103648.740000', '103649.200000', '103649.660000', '103650.120000', '103650.580000', '103651.040000', '103651.500000', '103651.960000', '103652.420000', '103652.880000', '103653.340000', '103653.800000', '103654.260000', '103654.720000', '103655.180000', '103655.640000', '103656.100000', '103656.560000', '103657.020000', '103657.480000', '103657.940000', '103658.400000', '103658.860000', '103659.320000', '103659.780000', '103700.240000', '103700.700000', '103701.160000', '103701.620000', '103702.080000', '103702.540000', '103703.000000', '103703.460000', '103703.920000', '103704.380000', '103704.840000', '103705.300000', '103705.760000', '103706.220000', '103706.680000', '103707.140000', '103707.600000', '103708.060000', '103708.520000', '103708.980000', '103709.440000', '103709.900000', '103710.360000', '103710.820000', '103711.280000', '103711.740000', '103712.200000', '103712.660000', '103713.120000', '103713.580000', '103714.040000', '103714.500000', '103714.960000', '103715.420000', '103715.880000', '103716.340000', '103716.800000', '103717.260000', '103717.720000', '103718.180000', '103718.640000', '103719.100000', '103719.560000', '103720.020000', '103720.480000', '103720.940000', '103721.400000', '103721.860000', '103722.320000', '103722.780000', '103723.240000', '103723.700000', '103724.160000', '103724.620000', '103725.080000', '103725.540000', '103726.000000', '103726.460000', '103726.920000', '103727.380000', '103727.840000', '103728.300000', '103728.760000', '103729.220000', '103729.680000', '103730.140000', '103730.600000', '103731.060000', '103731.520000', '103731.980000', '103732.440000', '103732.900000', '103733.360000', '103733.820000', '103734.280000', '103734.740000', '103735.200000', '103735.660000', '103736.120000', '103736.580000', '103737.040000', '103737.500000', '103737.960000', '103738.420000', '103738.880000', '103739.340000', '103739.800000', '103740.260000', '103740.720000', '103741.180000', '103741.640000', '103742.100000', '103742.560000', '103743.020000', '103743.480000', '103743.940000', '103744.400000', '103744.860000', '103745.320000', '103745.780000', '103746.240000', '103746.700000', '103747.160000', '103747.620000', '103748.080000', '103748.540000', '103749.000000', '103749.460000', '103749.920000', '103750.380000', '103750.840000', '103751.300000', '103751.760000', '103752.220000', '103752.680000', '103753.140000', '103753.600000', '103754.060000', '103754.520000', '103754.980000', '103755.440000', '103755.900000', '103756.360000', '103756.820000', '103757.280000', '103757.740000', '103758.200000', '103758.660000', '103759.120000', '103759.580000', '103800.040000', '103800.500000', '103800.960000', '103801.420000', '103801.880000', '103802.340000', '103802.800000', '103803.260000', '103803.720000', '103804.180000', '103804.640000', '103805.100000', '103805.560000', '103806.020000', '103806.480000', '103806.940000', '103807.400000', '103807.860000', '103808.320000', '103808.780000', '103809.240000', '103809.700000', '103810.160000', '103810.620000', '103811.080000', '103811.540000', '103812.000000', '103812.460000', '103812.920000', '103813.380000', '103813.840000', '103814.300000', '103814.760000', '103815.220000', '103815.680000', '103816.140000', '103816.600000', '103817.060000', '103817.520000', '103817.980000', '103818.440000', '103818.900000', '103819.360000', '103819.820000', '103820.280000', '103820.740000', '103821.200000', '103821.660000', '103822.120000', '103822.580000', '103823.040000'], 'ContentTime': ['103138.609000', '103138.612000', '103138.615000', '103138.618000', '103138.621000', '103138.624000', '103138.628000', '103138.631000', '103138.634000', '103138.637000', '103138.639000', '103138.642000', '103138.645000', '103138.648000', '103138.651000', '103138.654000', '103138.666000', '103138.669000', '103138.672000', '103138.675000', '103138.678000', '103138.680000', '103138.683000', '103138.686000', '103138.689000', '103138.695000', '103138.698000', '103138.701000', '103138.704000', '103138.707000', '103138.710000', '103138.713000', '103158.576000', '103158.579000', '103158.582000', '103158.585000', '103158.588000', '103158.590000', '103158.593000', '103158.596000', '103158.599000', '103158.602000', '103158.605000', '103158.607000', '103158.610000', '103158.613000', '103158.616000', '103158.619000', '103158.629000', '103158.632000', '103158.635000', '103158.637000', '103158.640000', '103158.643000', '103158.646000', '103158.649000', '103158.652000', '103158.655000', '103158.657000', '103158.660000', '103158.663000', '103158.666000', '103158.669000', '103158.672000', '103158.674000', '103158.677000', '103158.680000', '103158.683000', '103158.686000', '103158.698000', '103158.701000', '103158.704000', '103158.707000', '103158.710000', '103158.713000', '103218.576000', '103218.579000', '103218.582000', '103218.585000', '103218.588000', '103218.590000', '103218.593000', '103218.596000', '103218.599000', '103218.602000', '103218.605000', '103218.608000', '103218.611000', '103218.613000', '103218.616000', '103218.619000', '103218.622000', '103218.625000', '103218.628000', '103218.631000', '103218.639000', '103218.642000', '103218.645000', '103218.648000', '103218.651000', '103218.654000', '103218.657000', '103218.659000', '103218.662000', '103218.665000', '103218.668000', '103218.671000', '103218.674000', '103218.676000', '103218.679000', '103218.682000', '103218.685000', '103218.688000', '103218.691000', '103218.694000', '103218.696000', '103218.699000', '103218.702000', '103218.705000', '103238.576000', '103238.579000', '103238.582000', '103238.585000', '103238.588000', '103238.591000', '103238.593000', '103238.596000', '103238.599000', '103238.602000', '103238.605000', '103238.608000', '103238.611000', '103238.614000', '103238.616000', '103238.619000', '103238.622000', '103238.625000', '103238.628000', '103238.631000', '103238.634000', '103238.637000', '103238.639000', '103238.642000', '103238.645000', '103238.648000', '103238.651000', '103238.654000', '103238.656000', '103238.659000', '103238.662000', '103238.665000', '103238.668000', '103238.671000', '103238.674000', '103238.676000', '103238.679000', '103238.682000', '103238.685000', '103238.688000', '103238.691000', '103238.693000', '103238.697000', '103258.576000', '103258.579000', '103258.582000', '103258.585000', '103258.587000', '103258.590000', '103258.593000', '103258.596000', '103258.599000', '103258.602000', '103258.605000', '103258.608000', '103258.610000', '103258.613000', '103258.616000', '103258.619000', '103258.622000', '103258.625000', '103258.628000', '103258.630000', '103258.633000', '103258.636000', '103258.639000', '103258.642000', '103258.645000', '103258.648000', '103258.651000', '103258.654000', '103258.657000', '103258.659000', '103258.662000', '103258.665000', '103258.668000', '103258.671000', '103258.674000', '103258.677000', '103258.680000', '103258.682000', '103258.685000', '103258.688000', '103258.691000', '103258.694000', '103258.697000', '103258.700000', '103318.576000', '103318.579000', '103318.582000', '103318.585000', '103318.588000', '103318.591000', '103318.594000', '103318.597000', '103318.599000', '103318.602000', '103318.605000', '103318.608000', '103318.611000', '103318.614000', '103318.617000', '103318.620000', '103318.622000', '103318.625000', '103318.628000', '103318.631000', '103318.634000', '103318.637000', '103318.640000', '103318.643000', '103318.646000', '103318.649000', '103318.651000', '103318.654000', '103318.657000', '103318.660000', '103318.663000', '103318.666000', '103318.669000', '103318.672000', '103318.680000', '103318.683000', '103318.686000', '103318.689000', '103318.692000', '103318.695000', '103318.697000', '103318.700000', '103318.703000', '103338.575000', '103338.578000', '103338.581000', '103338.584000', '103338.587000', '103338.589000', '103338.592000', '103338.595000', '103338.598000', '103338.601000', '103338.604000', '103338.607000', '103338.610000', '103338.613000', '103338.615000', '103338.618000', '103338.621000', '103338.624000', '103338.627000', '103338.630000', '103338.633000', '103338.636000', '103338.638000', '103338.641000', '103338.644000', '103338.647000', '103338.650000', '103338.653000', '103338.656000', '103338.659000', '103338.661000', '103338.664000', '103338.667000', '103338.682000', '103338.685000', '103338.688000', '103338.691000', '103338.694000', '103338.697000', '103338.699000', '103338.702000', '103338.705000', '103338.708000', '103358.576000', '103358.579000', '103358.582000', '103358.585000', '103358.588000', '103358.591000', '103358.593000', '103358.596000', '103358.599000', '103358.602000', '103358.605000', '103358.608000', '103358.611000', '103358.613000', '103358.616000', '103358.619000', '103358.622000', '103358.625000', '103358.628000', '103358.631000', '103358.634000', '103358.637000', '103358.639000', '103358.642000', '103358.645000', '103358.648000', '103358.651000', '103358.654000', '103358.657000', '103358.660000', '103358.662000', '103358.665000', '103358.668000', '103358.671000', '103358.674000', '103358.677000', '103358.680000', '103358.682000', '103358.685000', '103358.688000', '103358.691000', '103358.694000', '103358.697000', '103358.700000', '103418.576000', '103418.579000', '103418.582000', '103418.585000', '103418.588000', '103418.591000', '103418.594000', '103418.597000', '103418.600000', '103418.603000', '103418.606000', '103418.609000', '103418.611000', '103418.614000', '103418.617000', '103418.620000', '103418.623000', '103418.626000', '103418.629000', '103418.632000', '103418.635000', '103418.638000', '103418.640000', '103418.643000', '103418.646000', '103418.649000', '103418.652000', '103418.655000', '103418.658000', '103418.661000', '103418.664000', '103418.666000', '103418.669000', '103418.672000', '103418.675000', '103418.678000', '103418.681000', '103418.684000', '103418.687000', '103418.690000', '103418.692000', '103418.695000', '103418.698000', '103438.576000', '103438.579000', '103438.582000', '103438.585000', '103438.588000', '103438.591000', '103438.593000', '103438.596000', '103438.599000', '103438.602000', '103438.605000', '103438.608000', '103438.611000', '103438.614000', '103438.616000', '103438.619000', '103438.622000', '103438.625000', '103438.628000', '103438.631000', '103438.634000', '103438.637000', '103438.640000', '103438.642000', '103438.645000', '103438.648000', '103438.651000', '103438.654000', '103438.657000', '103438.660000', '103438.663000', '103438.666000', '103438.668000', '103438.671000', '103438.674000', '103438.677000', '103438.680000', '103438.683000', '103438.686000', '103438.689000', '103438.691000', '103438.694000', '103438.700000', '103438.703000', '103458.576000', '103458.579000', '103458.582000', '103458.585000', '103458.588000', '103458.591000', '103458.594000', '103458.597000', '103458.600000', '103458.603000', '103458.607000', '103458.612000', '103458.615000', '103458.618000', '103458.621000', '103458.624000', '103458.627000', '103458.630000', '103458.633000', '103458.635000', '103458.638000', '103458.641000', '103458.644000', '103458.647000', '103458.650000', '103458.653000', '103458.656000', '103458.658000', '103458.661000', '103458.664000', '103458.667000', '103458.670000', '103458.673000', '103458.676000', '103458.679000', '103458.682000', '103458.684000', '103458.687000', '103458.690000', '103458.693000', '103458.696000', '103458.699000', '103458.702000', '103518.576000', '103518.579000', '103518.582000', '103518.585000', '103518.588000', '103518.591000', '103518.594000', '103518.597000', '103518.599000', '103518.602000', '103518.605000', '103518.608000', '103518.611000', '103518.614000', '103518.617000', '103518.633000', '103518.636000', '103518.639000', '103518.642000', '103518.645000', '103518.648000', '103518.651000', '103518.654000', '103518.657000', '103518.660000', '103518.663000', '103518.665000', '103518.668000', '103518.671000', '103518.674000', '103518.677000', '103518.680000', '103518.683000', '103518.686000', '103518.689000', '103518.691000', '103518.694000', '103518.697000', '103518.700000', '103518.703000', '103518.706000', '103518.709000', '103518.712000', '103518.714000', '103538.576000', '103538.579000', '103538.582000', '103538.585000', '103538.588000', '103538.591000', '103538.593000', '103538.596000', '103538.599000', '103538.602000', '103538.605000', '103538.608000', '103538.611000', '103538.614000', '103538.617000', '103538.620000', '103538.623000', '103538.626000', '103538.629000', '103538.632000', '103538.634000', '103538.637000', '103538.640000', '103538.643000', '103538.646000', '103538.649000', '103538.652000', '103538.655000', '103538.658000', '103538.661000', '103538.663000', '103538.666000', '103538.669000', '103538.672000', '103538.675000', '103538.678000', '103538.681000', '103538.684000', '103538.686000', '103538.689000', '103538.692000', '103538.695000', '103538.698000', '103558.575000', '103558.578000', '103558.581000', '103558.584000', '103558.587000', '103558.590000', '103558.592000', '103558.595000', '103558.598000', '103558.601000', '103558.604000', '103558.607000', '103558.610000', '103558.613000', '103558.615000', '103558.618000', '103558.621000', '103558.624000', '103558.627000', '103558.630000', '103558.633000', '103558.636000', '103558.639000', '103558.642000', '103558.645000', '103558.647000', '103558.650000', '103558.653000', '103558.656000', '103558.659000', '103558.662000', '103558.665000', '103558.668000', '103558.671000', '103558.673000', '103558.676000', '103558.679000', '103558.682000', '103558.685000', '103558.688000', '103558.691000', '103558.694000', '103558.697000', '103558.700000', '103618.578000', '103618.581000', '103618.584000', '103618.587000', '103618.590000', '103618.593000', '103618.595000', '103618.598000', '103618.601000', '103618.604000', '103618.607000', '103618.610000', '103618.613000', '103618.616000', '103618.619000', '103618.622000', '103618.625000', '103618.628000', '103618.631000', '103618.633000', '103618.636000', '103618.641000', '103618.646000', '103618.649000', '103618.652000', '103618.654000', '103618.657000', '103618.660000', '103618.663000', '103618.666000', '103618.669000', '103618.672000', '103618.675000', '103618.678000', '103618.680000', '103618.683000', '103618.686000', '103618.689000', '103618.692000', '103618.695000', '103618.698000', '103618.701000', '103618.704000', '103638.576000', '103638.579000', '103638.582000', '103638.585000', '103638.588000', '103638.591000', '103638.594000', '103638.597000', '103638.599000', '103638.602000', '103638.605000', '103638.608000', '103638.611000', '103638.614000', '103638.617000', '103638.620000', '103638.623000', '103638.625000', '103638.628000', '103638.631000', '103638.634000', '103638.637000', '103638.640000', '103638.643000', '103638.646000', '103638.649000', '103638.652000', '103638.654000', '103638.657000', '103638.660000', '103638.663000', '103638.666000', '103638.669000', '103638.672000', '103638.675000', '103638.677000', '103638.680000', '103638.683000', '103638.686000', '103638.689000', '103638.704000', '103638.707000', '103638.710000', '103638.713000', '103658.576000', '103658.579000', '103658.582000', '103658.585000', '103658.588000', '103658.591000', '103658.594000', '103658.596000', '103658.599000', '103658.602000', '103658.605000', '103658.608000', '103658.611000', '103658.614000', '103658.617000', '103658.620000', '103658.623000', '103658.626000', '103658.629000', '103658.631000', '103658.634000', '103658.637000', '103658.640000', '103658.643000', '103658.646000', '103658.649000', '103658.652000', '103658.655000', '103658.658000', '103658.661000', '103658.664000', '103658.667000', '103658.670000', '103658.673000', '103658.676000', '103658.679000', '103658.682000', '103658.685000', '103658.687000', '103658.692000', '103658.695000', '103658.698000', '103658.701000', '103718.576000', '103718.579000', '103718.582000', '103718.585000', '103718.588000', '103718.591000', '103718.594000', '103718.597000', '103718.600000', '103718.603000', '103718.606000', '103718.609000', '103718.612000', '103718.615000', '103718.618000', '103718.621000', '103718.624000', '103718.627000', '103718.629000', '103718.632000', '103718.635000', '103718.638000', '103718.641000', '103718.644000', '103718.647000', '103718.650000', '103718.653000', '103718.656000', '103718.659000', '103718.661000', '103718.664000', '103718.667000', '103718.670000', '103718.673000', '103718.676000', '103718.679000', '103718.681000', '103718.684000', '103718.687000', '103718.690000', '103718.693000', '103718.696000', '103718.699000', '103718.702000', '103738.576000', '103738.579000', '103738.582000', '103738.585000', '103738.588000', '103738.591000', '103738.594000', '103738.597000', '103738.600000', '103738.603000', '103738.606000', '103738.610000', '103738.613000', '103738.616000', '103738.619000', '103738.622000', '103738.625000', '103738.628000', '103738.631000', '103738.634000', '103738.637000', '103738.640000', '103738.643000', '103738.646000', '103738.649000', '103738.652000', '103738.655000', '103738.657000', '103738.661000', '103738.664000', '103738.667000', '103738.670000', '103738.673000', '103738.676000', '103738.679000', '103738.682000', '103738.685000', '103738.688000', '103738.691000', '103738.696000', '103738.698000', '103738.701000', '103738.704000', '103758.576000', '103758.579000', '103758.582000', '103758.585000', '103758.588000', '103758.591000', '103758.593000', '103758.596000', '103758.599000', '103758.602000', '103758.605000', '103758.608000', '103758.611000', '103758.614000', '103758.617000', '103758.620000', '103758.622000', '103758.625000', '103758.628000', '103758.631000', '103758.634000', '103758.637000', '103758.640000', '103758.643000', '103758.646000', '103758.648000', '103758.651000', '103758.654000', '103758.657000', '103758.660000', '103758.663000', '103758.666000', '103758.669000', '103758.672000', '103758.674000', '103758.677000', '103758.680000', '103758.683000', '103758.686000', '103758.689000', '103758.692000', '103758.695000', '103758.698000', '103758.701000', '103818.575000', '103818.578000', '103818.581000', '103818.584000', '103818.587000', '103818.590000', '103818.593000', '103818.596000', '103818.598000', '103818.601000', '103818.604000', '103818.608000', '103818.611000', '103818.614000', '103818.616000', '103818.619000', '103818.622000', '103818.625000', '103818.628000', '103818.631000', '103818.634000', '103818.637000', '103818.640000', '103818.643000', '103818.646000', '103818.649000', '103818.652000', '103818.654000', '103818.657000', '103818.660000', '103818.663000', '103818.666000', '103818.669000', '103818.672000', '103818.675000', '103818.678000', '103818.680000', '103818.683000', '103818.686000', '103818.689000', '103818.692000', '103818.695000', '103818.698000', '103824.270000', '103824.274000', '103824.277000', '103824.280000', '103824.283000', '103824.286000', '103824.290000', '103824.293000', '103824.297000', '103824.300000', '103824.303000', '103824.306000', '103824.310000'], 'InstanceCreationTime': ['103138.609000', '103138.612000', '103138.615000', '103138.618000', '103138.621000', '103138.624000', '103138.628000', '103138.631000', '103138.634000', '103138.637000', '103138.639000', '103138.642000', '103138.645000', '103138.648000', '103138.651000', '103138.654000', '103138.666000', '103138.669000', '103138.672000', '103138.675000', '103138.678000', '103138.680000', '103138.683000', '103138.686000', '103138.689000', '103138.695000', '103138.698000', '103138.701000', '103138.704000', '103138.707000', '103138.710000', '103138.713000', '103158.576000', '103158.579000', '103158.582000', '103158.585000', '103158.588000', '103158.590000', '103158.593000', '103158.596000', '103158.599000', '103158.602000', '103158.605000', '103158.607000', '103158.610000', '103158.613000', '103158.616000', '103158.619000', '103158.629000', '103158.632000', '103158.635000', '103158.637000', '103158.640000', '103158.643000', '103158.646000', '103158.649000', '103158.652000', '103158.655000', '103158.657000', '103158.660000', '103158.663000', '103158.666000', '103158.669000', '103158.672000', '103158.674000', '103158.677000', '103158.680000', '103158.683000', '103158.686000', '103158.698000', '103158.701000', '103158.704000', '103158.707000', '103158.710000', '103158.713000', '103218.576000', '103218.579000', '103218.582000', '103218.585000', '103218.588000', '103218.590000', '103218.593000', '103218.596000', '103218.599000', '103218.602000', '103218.605000', '103218.608000', '103218.611000', '103218.613000', '103218.616000', '103218.619000', '103218.622000', '103218.625000', '103218.628000', '103218.631000', '103218.639000', '103218.642000', '103218.645000', '103218.648000', '103218.651000', '103218.654000', '103218.657000', '103218.659000', '103218.662000', '103218.665000', '103218.668000', '103218.671000', '103218.674000', '103218.676000', '103218.679000', '103218.682000', '103218.685000', '103218.688000', '103218.691000', '103218.694000', '103218.696000', '103218.699000', '103218.702000', '103218.705000', '103238.576000', '103238.579000', '103238.582000', '103238.585000', '103238.588000', '103238.591000', '103238.593000', '103238.596000', '103238.599000', '103238.602000', '103238.605000', '103238.608000', '103238.611000', '103238.614000', '103238.616000', '103238.619000', '103238.622000', '103238.625000', '103238.628000', '103238.631000', '103238.634000', '103238.637000', '103238.639000', '103238.642000', '103238.645000', '103238.648000', '103238.651000', '103238.654000', '103238.656000', '103238.659000', '103238.662000', '103238.665000', '103238.668000', '103238.671000', '103238.674000', '103238.676000', '103238.679000', '103238.682000', '103238.685000', '103238.688000', '103238.691000', '103238.693000', '103238.697000', '103258.576000', '103258.579000', '103258.582000', '103258.585000', '103258.587000', '103258.590000', '103258.593000', '103258.596000', '103258.599000', '103258.602000', '103258.605000', '103258.608000', '103258.610000', '103258.613000', '103258.616000', '103258.619000', '103258.622000', '103258.625000', '103258.628000', '103258.630000', '103258.633000', '103258.636000', '103258.639000', '103258.642000', '103258.645000', '103258.648000', '103258.651000', '103258.654000', '103258.657000', '103258.659000', '103258.662000', '103258.665000', '103258.668000', '103258.671000', '103258.674000', '103258.677000', '103258.680000', '103258.682000', '103258.685000', '103258.688000', '103258.691000', '103258.694000', '103258.697000', '103258.700000', '103318.576000', '103318.579000', '103318.582000', '103318.585000', '103318.588000', '103318.591000', '103318.594000', '103318.597000', '103318.599000', '103318.602000', '103318.605000', '103318.608000', '103318.611000', '103318.614000', '103318.617000', '103318.620000', '103318.622000', '103318.625000', '103318.628000', '103318.631000', '103318.634000', '103318.637000', '103318.640000', '103318.643000', '103318.646000', '103318.649000', '103318.651000', '103318.654000', '103318.657000', '103318.660000', '103318.663000', '103318.666000', '103318.669000', '103318.672000', '103318.680000', '103318.683000', '103318.686000', '103318.689000', '103318.692000', '103318.695000', '103318.697000', '103318.700000', '103318.703000', '103338.575000', '103338.578000', '103338.581000', '103338.584000', '103338.587000', '103338.589000', '103338.592000', '103338.595000', '103338.598000', '103338.601000', '103338.604000', '103338.607000', '103338.610000', '103338.613000', '103338.615000', '103338.618000', '103338.621000', '103338.624000', '103338.627000', '103338.630000', '103338.633000', '103338.636000', '103338.638000', '103338.641000', '103338.644000', '103338.647000', '103338.650000', '103338.653000', '103338.656000', '103338.659000', '103338.661000', '103338.664000', '103338.667000', '103338.682000', '103338.685000', '103338.688000', '103338.691000', '103338.694000', '103338.697000', '103338.699000', '103338.702000', '103338.705000', '103338.708000', '103358.576000', '103358.579000', '103358.582000', '103358.585000', '103358.588000', '103358.591000', '103358.593000', '103358.596000', '103358.599000', '103358.602000', '103358.605000', '103358.608000', '103358.611000', '103358.613000', '103358.616000', '103358.619000', '103358.622000', '103358.625000', '103358.628000', '103358.631000', '103358.634000', '103358.637000', '103358.639000', '103358.642000', '103358.645000', '103358.648000', '103358.651000', '103358.654000', '103358.657000', '103358.660000', '103358.662000', '103358.665000', '103358.668000', '103358.671000', '103358.674000', '103358.677000', '103358.680000', '103358.682000', '103358.685000', '103358.688000', '103358.691000', '103358.694000', '103358.697000', '103358.700000', '103418.576000', '103418.579000', '103418.582000', '103418.585000', '103418.588000', '103418.591000', '103418.594000', '103418.597000', '103418.600000', '103418.603000', '103418.606000', '103418.609000', '103418.611000', '103418.614000', '103418.617000', '103418.620000', '103418.623000', '103418.626000', '103418.629000', '103418.632000', '103418.635000', '103418.638000', '103418.640000', '103418.643000', '103418.646000', '103418.649000', '103418.652000', '103418.655000', '103418.658000', '103418.661000', '103418.664000', '103418.666000', '103418.669000', '103418.672000', '103418.675000', '103418.678000', '103418.681000', '103418.684000', '103418.687000', '103418.690000', '103418.692000', '103418.695000', '103418.698000', '103438.576000', '103438.579000', '103438.582000', '103438.585000', '103438.588000', '103438.591000', '103438.593000', '103438.596000', '103438.599000', '103438.602000', '103438.605000', '103438.608000', '103438.611000', '103438.614000', '103438.616000', '103438.619000', '103438.622000', '103438.625000', '103438.628000', '103438.631000', '103438.634000', '103438.637000', '103438.640000', '103438.642000', '103438.645000', '103438.648000', '103438.651000', '103438.654000', '103438.657000', '103438.660000', '103438.663000', '103438.666000', '103438.668000', '103438.671000', '103438.674000', '103438.677000', '103438.680000', '103438.683000', '103438.686000', '103438.689000', '103438.691000', '103438.694000', '103438.700000', '103438.703000', '103458.576000', '103458.579000', '103458.582000', '103458.585000', '103458.588000', '103458.591000', '103458.594000', '103458.597000', '103458.600000', '103458.603000', '103458.607000', '103458.612000', '103458.615000', '103458.618000', '103458.621000', '103458.624000', '103458.627000', '103458.630000', '103458.633000', '103458.635000', '103458.638000', '103458.641000', '103458.644000', '103458.647000', '103458.650000', '103458.653000', '103458.656000', '103458.658000', '103458.661000', '103458.664000', '103458.667000', '103458.670000', '103458.673000', '103458.676000', '103458.679000', '103458.682000', '103458.684000', '103458.687000', '103458.690000', '103458.693000', '103458.696000', '103458.699000', '103458.702000', '103518.576000', '103518.579000', '103518.582000', '103518.585000', '103518.588000', '103518.591000', '103518.594000', '103518.597000', '103518.599000', '103518.602000', '103518.605000', '103518.608000', '103518.611000', '103518.614000', '103518.617000', '103518.633000', '103518.636000', '103518.639000', '103518.642000', '103518.645000', '103518.648000', '103518.651000', '103518.654000', '103518.657000', '103518.660000', '103518.663000', '103518.665000', '103518.668000', '103518.671000', '103518.674000', '103518.677000', '103518.680000', '103518.683000', '103518.686000', '103518.689000', '103518.691000', '103518.694000', '103518.697000', '103518.700000', '103518.703000', '103518.706000', '103518.709000', '103518.712000', '103518.714000', '103538.576000', '103538.579000', '103538.582000', '103538.585000', '103538.588000', '103538.591000', '103538.593000', '103538.596000', '103538.599000', '103538.602000', '103538.605000', '103538.608000', '103538.611000', '103538.614000', '103538.617000', '103538.620000', '103538.623000', '103538.626000', '103538.629000', '103538.632000', '103538.634000', '103538.637000', '103538.640000', '103538.643000', '103538.646000', '103538.649000', '103538.652000', '103538.655000', '103538.658000', '103538.661000', '103538.663000', '103538.666000', '103538.669000', '103538.672000', '103538.675000', '103538.678000', '103538.681000', '103538.684000', '103538.686000', '103538.689000', '103538.692000', '103538.695000', '103538.698000', '103558.575000', '103558.578000', '103558.581000', '103558.584000', '103558.587000', '103558.590000', '103558.592000', '103558.595000', '103558.598000', '103558.601000', '103558.604000', '103558.607000', '103558.610000', '103558.613000', '103558.615000', '103558.618000', '103558.621000', '103558.624000', '103558.627000', '103558.630000', '103558.633000', '103558.636000', '103558.639000', '103558.642000', '103558.645000', '103558.647000', '103558.650000', '103558.653000', '103558.656000', '103558.659000', '103558.662000', '103558.665000', '103558.668000', '103558.671000', '103558.673000', '103558.676000', '103558.679000', '103558.682000', '103558.685000', '103558.688000', '103558.691000', '103558.694000', '103558.697000', '103558.700000', '103618.578000', '103618.581000', '103618.584000', '103618.587000', '103618.590000', '103618.593000', '103618.595000', '103618.598000', '103618.601000', '103618.604000', '103618.607000', '103618.610000', '103618.613000', '103618.616000', '103618.619000', '103618.622000', '103618.625000', '103618.628000', '103618.631000', '103618.633000', '103618.636000', '103618.641000', '103618.646000', '103618.649000', '103618.652000', '103618.654000', '103618.657000', '103618.660000', '103618.663000', '103618.666000', '103618.669000', '103618.672000', '103618.675000', '103618.678000', '103618.680000', '103618.683000', '103618.686000', '103618.689000', '103618.692000', '103618.695000', '103618.698000', '103618.701000', '103618.704000', '103638.576000', '103638.579000', '103638.582000', '103638.585000', '103638.588000', '103638.591000', '103638.594000', '103638.597000', '103638.599000', '103638.602000', '103638.605000', '103638.608000', '103638.611000', '103638.614000', '103638.617000', '103638.620000', '103638.623000', '103638.625000', '103638.628000', '103638.631000', '103638.634000', '103638.637000', '103638.640000', '103638.643000', '103638.646000', '103638.649000', '103638.652000', '103638.654000', '103638.657000', '103638.660000', '103638.663000', '103638.666000', '103638.669000', '103638.672000', '103638.675000', '103638.677000', '103638.680000', '103638.683000', '103638.686000', '103638.689000', '103638.704000', '103638.707000', '103638.710000', '103638.713000', '103658.576000', '103658.579000', '103658.582000', '103658.585000', '103658.588000', '103658.591000', '103658.594000', '103658.596000', '103658.599000', '103658.602000', '103658.605000', '103658.608000', '103658.611000', '103658.614000', '103658.617000', '103658.620000', '103658.623000', '103658.626000', '103658.629000', '103658.631000', '103658.634000', '103658.637000', '103658.640000', '103658.643000', '103658.646000', '103658.649000', '103658.652000', '103658.655000', '103658.658000', '103658.661000', '103658.664000', '103658.667000', '103658.670000', '103658.673000', '103658.676000', '103658.679000', '103658.682000', '103658.685000', '103658.687000', '103658.692000', '103658.695000', '103658.698000', '103658.701000', '103718.576000', '103718.579000', '103718.582000', '103718.585000', '103718.588000', '103718.591000', '103718.594000', '103718.597000', '103718.600000', '103718.603000', '103718.606000', '103718.609000', '103718.612000', '103718.615000', '103718.618000', '103718.621000', '103718.624000', '103718.627000', '103718.629000', '103718.632000', '103718.635000', '103718.638000', '103718.641000', '103718.644000', '103718.647000', '103718.650000', '103718.653000', '103718.656000', '103718.659000', '103718.661000', '103718.664000', '103718.667000', '103718.670000', '103718.673000', '103718.676000', '103718.679000', '103718.681000', '103718.684000', '103718.687000', '103718.690000', '103718.693000', '103718.696000', '103718.699000', '103718.702000', '103738.576000', '103738.579000', '103738.582000', '103738.585000', '103738.588000', '103738.591000', '103738.594000', '103738.597000', '103738.600000', '103738.603000', '103738.606000', '103738.610000', '103738.613000', '103738.616000', '103738.619000', '103738.622000', '103738.625000', '103738.628000', '103738.631000', '103738.634000', '103738.637000', '103738.640000', '103738.643000', '103738.646000', '103738.649000', '103738.652000', '103738.655000', '103738.657000', '103738.661000', '103738.664000', '103738.667000', '103738.670000', '103738.673000', '103738.676000', '103738.679000', '103738.682000', '103738.685000', '103738.688000', '103738.691000', '103738.696000', '103738.698000', '103738.701000', '103738.704000', '103758.576000', '103758.579000', '103758.582000', '103758.585000', '103758.588000', '103758.591000', '103758.593000', '103758.596000', '103758.599000', '103758.602000', '103758.605000', '103758.608000', '103758.611000', '103758.614000', '103758.617000', '103758.620000', '103758.622000', '103758.625000', '103758.628000', '103758.631000', '103758.634000', '103758.637000', '103758.640000', '103758.643000', '103758.646000', '103758.648000', '103758.651000', '103758.654000', '103758.657000', '103758.660000', '103758.663000', '103758.666000', '103758.669000', '103758.672000', '103758.674000', '103758.677000', '103758.680000', '103758.683000', '103758.686000', '103758.689000', '103758.692000', '103758.695000', '103758.698000', '103758.701000', '103818.575000', '103818.578000', '103818.581000', '103818.584000', '103818.587000', '103818.590000', '103818.593000', '103818.596000', '103818.598000', '103818.601000', '103818.604000', '103818.608000', '103818.611000', '103818.614000', '103818.616000', '103818.619000', '103818.622000', '103818.625000', '103818.628000', '103818.631000', '103818.634000', '103818.637000', '103818.640000', '103818.643000', '103818.646000', '103818.649000', '103818.652000', '103818.654000', '103818.657000', '103818.660000', '103818.663000', '103818.666000', '103818.669000', '103818.672000', '103818.675000', '103818.678000', '103818.680000', '103818.683000', '103818.686000', '103818.689000', '103818.692000', '103818.695000', '103818.698000', '103824.270000', '103824.274000', '103824.277000', '103824.280000', '103824.283000', '103824.286000', '103824.290000', '103824.293000', '103824.297000', '103824.300000', '103824.303000', '103824.306000', '103824.310000'], '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': [10824, 17423, 13808, 15453, 13196, 11690, 18456, 14546, 18030, 11900, 15397, 18215, 12642, 18564, 12025, 10905, 19515, 12441, 10289, 10577, 10591, 11361, 10713, 10081, 10942, 11000, 10851, 10411, 10315, 12440, 11297, 11461, 10034, 9945, 10750, 9688, 9070, 10020, 10843, 13155, 10463, 10767, 11621, 10475, 12592, 9923, 10877, 13791, 10537, 11925, 9493, 10010, 10080, 10322, 13733, 10558, 11566, 16065, 12009, 19719, 17026, 19241, 20025, 16185, 20041, 12991, 11969, 10650, 11414, 17715, 10858, 16062, 10444, 11356, 14872, 10818, 12348, 9624, 11784, 10126, 10734, 10489, 10489, 10044, 10162, 12574, 10510, 12921, 10301, 11171, 14803, 9863, 12474, 10748, 16124, 18094, 15449, 19186, 13015, 9909, 9586, 10240, 9600, 11515, 9511, 11502, 10501, 10125, 13664, 9819, 11176, 12902, 11177, 18206, 12610, 17245, 9741, 11449, 10205, 11566, 12726, 10811, 18847, 13551, 16140, 18533, 12151, 18056, 10079, 11614, 10111, 11039, 15688, 10272, 11726, 9944, 11593, 10986, 11052, 18884, 14768, 19043, 9833, 10903, 9518, 11499, 9974, 10815, 13340, 9928, 11332, 11915, 10255, 11799, 9584, 11563, 9541, 10835, 11986, 10613, 16592, 11602, 17731, 17977, 19231, 18676, 14359, 9441, 10613, 11330, 10237, 12021, 10211, 10753, 14587, 10192, 11574, 10597, 11042, 18954, 10529, 12755, 9896, 11642, 10416, 10810, 9896, 10512, 11799, 10504, 11223, 9772, 11280, 10341, 11175, 16742, 10812, 18022, 12004, 11109, 9930, 11227, 13142, 10074, 11522, 10202, 11620, 14687, 10545, 9405, 9845, 11652, 9297, 11467, 9689, 11504, 13001, 10450, 12452, 11026, 11652, 18009, 12804, 18448, 19001, 19691, 19519, 13311, 11529, 10397, 11968, 10100, 11813, 9767, 10924, 14795, 10899, 12014, 11059, 10590, 17252, 11735, 19779, 15904, 13809, 9494, 10777, 9399, 10144, 11826, 10780, 11697, 9989, 11682, 10684, 10502, 12551, 10446, 11800, 9974, 11233, 15787, 12085, 17418, 17109, 15390, 12798, 10381, 11942, 10411, 11525, 9813, 11521, 12946, 10880, 12066, 10187, 12813, 18670, 11883, 10191, 10349, 11681, 9837, 11636, 9971, 11936, 10474, 10547, 14191, 10456, 12561, 15469, 11350, 18181, 16766, 18075, 9694, 11238, 10155, 10450, 12566, 10461, 18226, 11763, 11780, 10489, 11006, 9973, 10455, 12894, 10973, 15081, 9955, 11260, 10334, 10415, 12151, 10664, 11861, 10127, 11300, 12924, 10917, 19838, 18535, 20467, 12902, 10834, 9505, 10841, 10793, 10419, 11239, 10139, 11128, 10730, 10278, 12837, 9892, 11657, 16567, 12556, 16314, 12316, 15296, 18116, 12192, 18637, 14103, 14315, 11284, 11446, 17455, 10575, 11733, 10599, 11596, 10880, 10917, 10251, 10364, 11651, 10179, 11147, 10169, 10480, 12477, 10144, 13656, 9101, 10291, 9240, 9945, 9835, 10083, 10460, 10117, 11851, 9408, 10528, 13540, 10472, 11802, 10872, 13681, 18614, 17142, 18275, 13857, 18424, 19891, 16013, 19760, 18965, 14473, 20322, 14282, 14337, 18855, 10985, 14858, 10048, 10917, 12368, 10169, 16762, 10443, 9645, 9791, 9354, 9273, 9275, 10120, 11746, 10034, 11230, 10010, 10596, 14275, 10412, 11886, 11004, 10929, 15531, 12819, 15911, 12111, 15906, 14645, 14438, 17151, 13289, 18542, 12773, 17217, 10996, 17940, 15974, 21037, 17744, 18142, 10476, 10606, 10852, 11441, 10016, 11396, 10152, 10879, 10489, 10544, 10330, 10613, 11406, 10830, 12152, 10534, 12006, 10668, 12009, 10031, 13740, 13209, 11835, 18766, 15473, 12378, 10639, 10760, 11596, 10282, 11774, 10135, 14784, 10095, 10898, 9937, 10648, 10176, 10284, 9975, 10110, 12662, 10385, 10855, 14501, 9836, 11033, 9881, 10483, 11668, 10341, 15620, 12396, 16540, 13009, 16958, 18018, 14755, 19051, 14949, 17717, 14877, 13023, 19586, 15231, 15228, 9675, 10917, 10659, 10044, 10005, 10129, 11611, 10593, 11023, 9841, 11134, 9282, 10484, 10152, 9843, 12002, 10297, 11245, 10052, 10949, 10096, 10496, 10062, 9957, 9938, 9657, 11389, 10014, 10663, 10578, 9332, 12385, 9636, 10706, 9750, 10684, 11263, 11334, 15766, 14051, 18464, 15934, 18752, 16123, 18794, 17936, 18412, 19501, 14611, 20386, 16279, 14872, 14035, 19797, 16105, 19455, 10413, 9806, 9344, 10331, 9655, 10811, 9398, 10033, 13261, 9128, 10041, 12995, 9686, 10776, 9406, 9736, 13009, 9558, 10853, 9251, 9948, 10143, 9623, 12449, 9748, 11030, 10212, 10023, 16841, 11161, 13166, 9582, 10535, 10249, 10379, 9762, 10017, 17507, 12838, 18420, 9624, 10045, 9700, 11333, 9930, 11008, 9481, 9876, 13425, 9970, 10944, 9392, 13286, 14504, 11324, 9709, 9738, 10579, 9906, 12457, 10079, 10947, 9941, 10195, 17861, 14540, 17308, 11783, 12185, 10793, 9809, 9903, 9293, 9736, 9582, 10808, 9943, 10928, 9767, 18690, 19209, 20171, 16744, 19821, 9856, 9774, 9928, 9659, 12769, 9441, 9501, 9529, 9372, 10815, 9153, 10410, 9193, 9371, 11131, 9362, 10915, 9450, 9972, 10406, 9570, 15410, 11934, 15576, 12928, 14898, 16389, 11362, 19068, 14845, 12477, 10376, 9860, 9926, 10490, 13221, 11290, 13022, 10039, 9862, 9628, 9290, 10472, 13118, 9657, 10166, 14246, 9175, 10110, 13447, 10865, 15413, 13028, 14402, 10818, 18934, 18182, 19679, 15016, 18701, 18995, 10743, 15571, 9872, 9961, 11643, 9585, 10347, 12645, 9356, 12325, 9141, 10112, 13864, 9748, 19656, 13972, 17296, 11810, 13067, 9307, 10481, 9161, 10348, 9133, 10262, 9397, 10365, 9683, 10127, 9553, 10023, 9554, 9708, 9353, 9596, 11845, 10223, 10991, 9299, 10594, 9070, 9865, 9008, 9717, 9357, 9842, 8906, 9515, 9024, 9334, 11566, 9187, 10600, 15224, 9405, 10039, 14875, 12112, 10602, 14811, 9395, 11586, 9459, 10533, 9494, 10653, 14874, 14307, 17243, 10133, 17038, 11094, 16043, 10527, 14845, 11242, 16120, 17253, 12584, 20039, 15907, 20333, 17549, 20848, 16907, 11849, 9536, 9840, 9075, 9750, 10005, 9765, 11924, 9869, 11890, 9793, 11082, 9412, 10815, 10335, 10800, 9871, 10850, 14565, 11264, 18218, 14637, 17874, 15409, 12092, 19473, 11655, 14445, 9801, 10204, 10508, 10832, 10280, 11291, 19777, 14967, 20970, 11902, 10112, 9729, 10752, 9529, 10145, 12499, 10305, 10189, 9973, 10205, 13916, 10331, 14036, 9605, 10556, 10157, 10651, 10327, 10394, 10305, 10275, 13047, 10447, 17859, 13560, 16098, 15799, 11089, 20142, 14819, 20432, 18999, 19942, 11463, 11595, 10652, 9700, 10746, 10448, 10300, 14236, 9791, 11447, 10208, 9905, 9225, 9850, 10681, 10964, 11174, 10644, 10410, 10275, 11784, 10287, 10047, 10226, 10336, 12530, 9779, 10317, 13526, 9873, 9778, 17966, 11992, 9841, 18711, 13599, 12373, 14143, 10624, 19047, 14268, 16220, 12169, 11066, 10570, 10074, 10360, 10305, 10130], 'WindowCenter': [4738.0, 4770.0, 4737.0, 4743.0, 4712.0, 4701.0, 4748.0, 4718.0, 4737.0, 4686.0, 4715.0, 4735.0, 4683.0, 4734.0, 4673.0, 4661.0, 4731.0, 4671.0, 4652.0, 4652.0, 4651.0, 4660.0, 4642.0, 4652.0, 4663.0, 4664.0, 4665.0, 4664.0, 4666.0, 4695.0, 4676.0, 4686.0, 4668.0, 4669.0, 4668.0, 4669.0, 4658.0, 4670.0, 4689.0, 4707.0, 4678.0, 4678.0, 4702.0, 4689.0, 4713.0, 4681.0, 4692.0, 4719.0, 4691.0, 4700.0, 4670.0, 4681.0, 4681.0, 4692.0, 4730.0, 4693.0, 4701.0, 4753.0, 4710.0, 4771.0, 4739.0, 4759.0, 4747.0, 4713.0, 4742.0, 4672.0, 4669.0, 4652.0, 4671.0, 4722.0, 4662.0, 4711.0, 4661.0, 4660.0, 4700.0, 4661.0, 4669.0, 4642.0, 4671.0, 4652.0, 4661.0, 4651.0, 4663.0, 4654.0, 4666.0, 4684.0, 4664.0, 4696.0, 4665.0, 4673.0, 4702.0, 4657.0, 4695.0, 4676.0, 4725.0, 4733.0, 4715.0, 4744.0, 4694.0, 4652.0, 4653.0, 4650.0, 4655.0, 4685.0, 4657.0, 4699.0, 4681.0, 4680.0, 4719.0, 4669.0, 4688.0, 4697.0, 4679.0, 4736.0, 4695.0, 4723.0, 4656.0, 4674.0, 4666.0, 4676.0, 4696.0, 4676.0, 4745.0, 4694.0, 4714.0, 4733.0, 4672.0, 4722.0, 4642.0, 4662.0, 4652.0, 4662.0, 4700.0, 4653.0, 4672.0, 4653.0, 4672.0, 4662.0, 4662.0, 4733.0, 4704.0, 4743.0, 4654.0, 4665.0, 4656.0, 4674.0, 4667.0, 4678.0, 4706.0, 4667.0, 4689.0, 4697.0, 4667.0, 4687.0, 4656.0, 4674.0, 4654.0, 4676.0, 4686.0, 4677.0, 4736.0, 4687.0, 4736.0, 4736.0, 4746.0, 4734.0, 4693.0, 4643.0, 4651.0, 4661.0, 4653.0, 4673.0, 4651.0, 4663.0, 4703.0, 4654.0, 4663.0, 4653.0, 4663.0, 4720.0, 4650.0, 4669.0, 4639.0, 4661.0, 4651.0, 4653.0, 4642.0, 4651.0, 4671.0, 4662.0, 4660.0, 4652.0, 4662.0, 4654.0, 4672.0, 4723.0, 4666.0, 4733.0, 4684.0, 4663.0, 4653.0, 4672.0, 4693.0, 4651.0, 4685.0, 4664.0, 4687.0, 4716.0, 4667.0, 4646.0, 4666.0, 4684.0, 4657.0, 4685.0, 4666.0, 4698.0, 4708.0, 4679.0, 4711.0, 4679.0, 4688.0, 4736.0, 4685.0, 4734.0, 4733.0, 4732.0, 4731.0, 4683.0, 4660.0, 4652.0, 4671.0, 4654.0, 4672.0, 4653.0, 4663.0, 4703.0, 4664.0, 4673.0, 4662.0, 4663.0, 4722.0, 4671.0, 4729.0, 4700.0, 4679.0, 4639.0, 4662.0, 4643.0, 4654.0, 4685.0, 4676.0, 4675.0, 4655.0, 4686.0, 4665.0, 4665.0, 4684.0, 4654.0, 4673.0, 4644.0, 4674.0, 4710.0, 4674.0, 4722.0, 4723.0, 4703.0, 4682.0, 4655.0, 4661.0, 4652.0, 4662.0, 4643.0, 4674.0, 4683.0, 4665.0, 4672.0, 4654.0, 4683.0, 4731.0, 4673.0, 4654.0, 4652.0, 4671.0, 4654.0, 4675.0, 4668.0, 4699.0, 4679.0, 4679.0, 4721.0, 4679.0, 4687.0, 4716.0, 4675.0, 4723.0, 4712.0, 4722.0, 4643.0, 4664.0, 4652.0, 4653.0, 4682.0, 4664.0, 4735.0, 4673.0, 4673.0, 4652.0, 4662.0, 4641.0, 4664.0, 4683.0, 4664.0, 4704.0, 4644.0, 4664.0, 4653.0, 4653.0, 4672.0, 4664.0, 4674.0, 4655.0, 4676.0, 4695.0, 4677.0, 4748.0, 4736.0, 4746.0, 4684.0, 4662.0, 4644.0, 4664.0, 4663.0, 4666.0, 4675.0, 4667.0, 4677.0, 4676.0, 4666.0, 4684.0, 4654.0, 4673.0, 4711.0, 4672.0, 4712.0, 4671.0, 4701.0, 4716.0, 4671.0, 4719.0, 4678.0, 4677.0, 4637.0, 4647.0, 4696.0, 4637.0, 4646.0, 4638.0, 4647.0, 4649.0, 4649.0, 4639.0, 4640.0, 4659.0, 4650.0, 4657.0, 4663.0, 4662.0, 4684.0, 4666.0, 4705.0, 4636.0, 4652.0, 4645.0, 4655.0, 4656.0, 4669.0, 4680.0, 4682.0, 4712.0, 4660.0, 4692.0, 4721.0, 4691.0, 4701.0, 4680.0, 4718.0, 4749.0, 4738.0, 4738.0, 4691.0, 4735.0, 4734.0, 4702.0, 4721.0, 4709.0, 4678.0, 4714.0, 4667.0, 4668.0, 4705.0, 4627.0, 4666.0, 4617.0, 4639.0, 4658.0, 4640.0, 4699.0, 4636.0, 4628.0, 4626.0, 4617.0, 4630.0, 4632.0, 4654.0, 4684.0, 4667.0, 4688.0, 4668.0, 4678.0, 4716.0, 4668.0, 4676.0, 4665.0, 4667.0, 4714.0, 4684.0, 4712.0, 4672.0, 4714.0, 4702.0, 4692.0, 4711.0, 4681.0, 4720.0, 4670.0, 4708.0, 4649.0, 4718.0, 4699.0, 4732.0, 4709.0, 4708.0, 4639.0, 4641.0, 4651.0, 4651.0, 4643.0, 4661.0, 4643.0, 4662.0, 4652.0, 4654.0, 4653.0, 4653.0, 4662.0, 4664.0, 4673.0, 4654.0, 4672.0, 4654.0, 4673.0, 4643.0, 4683.0, 4683.0, 4662.0, 4720.0, 4690.0, 4659.0, 4640.0, 4650.0, 4662.0, 4665.0, 4673.0, 4652.0, 4704.0, 4654.0, 4651.0, 4643.0, 4651.0, 4654.0, 4656.0, 4657.0, 4679.0, 4699.0, 4679.0, 4681.0, 4717.0, 4670.0, 4676.0, 4656.0, 4666.0, 4675.0, 4667.0, 4715.0, 4686.0, 4726.0, 4695.0, 4724.0, 4723.0, 4692.0, 4721.0, 4692.0, 4698.0, 4678.0, 4657.0, 4708.0, 4679.0, 4677.0, 4617.0, 4638.0, 4637.0, 4627.0, 4627.0, 4628.0, 4649.0, 4650.0, 4651.0, 4641.0, 4661.0, 4632.0, 4666.0, 4666.0, 4656.0, 4684.0, 4655.0, 4677.0, 4658.0, 4665.0, 4644.0, 4652.0, 4644.0, 4655.0, 4657.0, 4671.0, 4689.0, 4669.0, 4692.0, 4680.0, 4662.0, 4701.0, 4670.0, 4679.0, 4671.0, 4679.0, 4689.0, 4691.0, 4730.0, 4709.0, 4738.0, 4717.0, 4728.0, 4705.0, 4723.0, 4710.0, 4710.0, 4709.0, 4667.0, 4708.0, 4683.0, 4677.0, 4668.0, 4717.0, 4685.0, 4707.0, 4627.0, 4615.0, 4619.0, 4637.0, 4633.0, 4652.0, 4632.0, 4645.0, 4683.0, 4634.0, 4645.0, 4672.0, 4633.0, 4650.0, 4630.0, 4632.0, 4670.0, 4631.0, 4652.0, 4633.0, 4643.0, 4654.0, 4645.0, 4674.0, 4643.0, 4651.0, 4641.0, 4632.0, 4711.0, 4652.0, 4660.0, 4618.0, 4643.0, 4643.0, 4655.0, 4644.0, 4631.0, 4725.0, 4671.0, 4722.0, 4633.0, 4642.0, 4645.0, 4664.0, 4657.0, 4679.0, 4658.0, 4669.0, 4697.0, 4659.0, 4666.0, 4647.0, 4695.0, 4707.0, 4668.0, 4649.0, 4649.0, 4667.0, 4670.0, 4702.0, 4670.0, 4681.0, 4670.0, 4671.0, 4736.0, 4707.0, 4728.0, 4691.0, 4686.0, 4666.0, 4659.0, 4660.0, 4649.0, 4657.0, 4647.0, 4667.0, 4668.0, 4678.0, 4658.0, 4736.0, 4746.0, 4749.0, 4716.0, 4735.0, 4654.0, 4646.0, 4645.0, 4646.0, 4684.0, 4644.0, 4646.0, 4645.0, 4647.0, 4667.0, 4644.0, 4656.0, 4634.0, 4644.0, 4664.0, 4645.0, 4666.0, 4646.0, 4658.0, 4667.0, 4648.0, 4708.0, 4680.0, 4706.0, 4673.0, 4694.0, 4700.0, 4654.0, 4720.0, 4682.0, 4670.0, 4653.0, 4654.0, 4642.0, 4652.0, 4681.0, 4652.0, 4683.0, 4655.0, 4645.0, 4647.0, 4642.0, 4679.0, 4708.0, 4659.0, 4669.0, 4709.0, 4647.0, 4667.0, 4695.0, 4665.0, 4716.0, 4696.0, 4694.0, 4665.0, 4749.0, 4738.0, 4758.0, 4717.0, 4745.0, 4747.0, 4676.0, 4703.0, 4646.0, 4644.0, 4662.0, 4633.0, 4642.0, 4672.0, 4632.0, 4660.0, 4621.0, 4629.0, 4670.0, 4619.0, 4708.0, 4679.0, 4698.0, 4637.0, 4654.0, 4593.0, 4615.0, 4605.0, 4615.0, 4605.0, 4614.0, 4606.0, 4627.0, 4632.0, 4629.0, 4620.0, 4632.0, 4634.0, 4631.0, 4621.0, 4631.0, 4649.0, 4641.0, 4652.0, 4633.0, 4641.0, 4623.0, 4657.0, 4648.0, 4657.0, 4659.0, 4668.0, 4649.0, 4661.0, 4650.0, 4663.0, 4690.0, 4660.0, 4682.0, 4733.0, 4662.0, 4671.0, 4720.0, 4688.0, 4669.0, 4706.0, 4646.0, 4675.0, 4657.0, 4667.0, 4658.0, 4680.0, 4719.0, 4709.0, 4738.0, 4669.0, 4724.0, 4666.0, 4714.0, 4656.0, 4705.0, 4666.0, 4716.0, 4724.0, 4676.0, 4746.0, 4704.0, 4733.0, 4712.0, 4733.0, 4712.0, 4661.0, 4633.0, 4645.0, 4635.0, 4658.0, 4657.0, 4659.0, 4688.0, 4662.0, 4688.0, 4657.0, 4665.0, 4646.0, 4666.0, 4667.0, 4667.0, 4657.0, 4678.0, 4709.0, 4679.0, 4735.0, 4706.0, 4725.0, 4704.0, 4675.0, 4732.0, 4663.0, 4694.0, 4643.0, 4642.0, 4654.0, 4653.0, 4643.0, 4665.0, 4744.0, 4704.0, 4755.0, 4677.0, 4655.0, 4650.0, 4666.0, 4646.0, 4669.0, 4687.0, 4660.0, 4669.0, 4660.0, 4669.0, 4710.0, 4670.0, 4710.0, 4672.0, 4682.0, 4673.0, 4680.0, 4670.0, 4683.0, 4683.0, 4683.0, 4711.0, 4683.0, 4740.0, 4698.0, 4716.0, 4706.0, 4666.0, 4746.0, 4705.0, 4731.0, 4709.0, 4708.0, 4650.0, 4647.0, 4642.0, 4632.0, 4653.0, 4642.0, 4644.0, 4682.0, 4644.0, 4663.0, 4657.0, 4644.0, 4619.0, 4629.0, 4638.0, 4658.0, 4673.0, 4665.0, 4652.0, 4655.0, 4675.0, 4656.0, 4655.0, 4656.0, 4670.0, 4688.0, 4658.0, 4658.0, 4687.0, 4646.0, 4644.0, 4714.0, 4654.0, 4633.0, 4711.0, 4671.0, 4658.0, 4671.0, 4641.0, 4712.0, 4672.0, 4690.0, 4650.0, 4638.0, 4628.0, 4619.0, 4630.0, 4626.0, 4630.0], 'WindowWidth': [10375.0, 10398.0, 10348.0, 10350.0, 10301.0, 10283.0, 10349.0, 10302.0, 10330.0, 10255.0, 10293.0, 10319.0, 10246.0, 10319.0, 10231.0, 10213.0, 10309.0, 10224.0, 10200.0, 10199.0, 10198.0, 10210.0, 10182.0, 10203.0, 10220.0, 10222.0, 10224.0, 10222.0, 10227.0, 10265.0, 10237.0, 10258.0, 10236.0, 10240.0, 10229.0, 10238.0, 10222.0, 10240.0, 10264.0, 10286.0, 10248.0, 10243.0, 10288.0, 10269.0, 10306.0, 10260.0, 10273.0, 10307.0, 10273.0, 10282.0, 10242.0, 10258.0, 10257.0, 10276.0, 10327.0, 10278.0, 10289.0, 10359.0, 10297.0, 10386.0, 10333.0, 10364.0, 10345.0, 10287.0, 10328.0, 10221.0, 10221.0, 10202.0, 10228.0, 10298.0, 10217.0, 10284.0, 10214.0, 10212.0, 10263.0, 10211.0, 10220.0, 10188.0, 10226.0, 10200.0, 10209.0, 10198.0, 10221.0, 10209.0, 10227.0, 10251.0, 10223.0, 10267.0, 10222.0, 10232.0, 10272.0, 10216.0, 10267.0, 10240.0, 10308.0, 10317.0, 10295.0, 10332.0, 10262.0, 10205.0, 10205.0, 10198.0, 10209.0, 10252.0, 10213.0, 10278.0, 10256.0, 10254.0, 10305.0, 10237.0, 10260.0, 10269.0, 10247.0, 10325.0, 10265.0, 10301.0, 10211.0, 10235.0, 10226.0, 10240.0, 10267.0, 10241.0, 10337.0, 10262.0, 10288.0, 10311.0, 10228.0, 10297.0, 10187.0, 10213.0, 10200.0, 10214.0, 10265.0, 10202.0, 10228.0, 10205.0, 10230.0, 10216.0, 10217.0, 10319.0, 10277.0, 10328.0, 10209.0, 10224.0, 10214.0, 10234.0, 10230.0, 10246.0, 10283.0, 10231.0, 10263.0, 10272.0, 10232.0, 10257.0, 10214.0, 10235.0, 10209.0, 10239.0, 10254.0, 10244.0, 10326.0, 10258.0, 10325.0, 10322.0, 10342.0, 10317.0, 10257.0, 10188.0, 10198.0, 10210.0, 10201.0, 10230.0, 10201.0, 10218.0, 10272.0, 10206.0, 10218.0, 10202.0, 10215.0, 10291.0, 10193.0, 10218.0, 10178.0, 10209.0, 10195.0, 10201.0, 10189.0, 10199.0, 10226.0, 10214.0, 10208.0, 10201.0, 10214.0, 10206.0, 10232.0, 10301.0, 10226.0, 10318.0, 10247.0, 10215.0, 10204.0, 10230.0, 10258.0, 10204.0, 10253.0, 10223.0, 10257.0, 10296.0, 10229.0, 10200.0, 10227.0, 10249.0, 10216.0, 10252.0, 10230.0, 10277.0, 10291.0, 10253.0, 10296.0, 10249.0, 10261.0, 10325.0, 10250.0, 10318.0, 10313.0, 10314.0, 10308.0, 10240.0, 10209.0, 10199.0, 10225.0, 10205.0, 10228.0, 10203.0, 10217.0, 10273.0, 10219.0, 10231.0, 10212.0, 10217.0, 10300.0, 10224.0, 10305.0, 10262.0, 10232.0, 10179.0, 10212.0, 10190.0, 10207.0, 10252.0, 10240.0, 10235.0, 10210.0, 10253.0, 10224.0, 10222.0, 10248.0, 10206.0, 10230.0, 10191.0, 10234.0, 10281.0, 10232.0, 10300.0, 10298.0, 10271.0, 10240.0, 10207.0, 10210.0, 10200.0, 10212.0, 10189.0, 10232.0, 10245.0, 10221.0, 10230.0, 10208.0, 10244.0, 10306.0, 10228.0, 10205.0, 10200.0, 10224.0, 10208.0, 10237.0, 10232.0, 10276.0, 10250.0, 10249.0, 10314.0, 10248.0, 10256.0, 10294.0, 10237.0, 10302.0, 10282.0, 10296.0, 10188.0, 10218.0, 10201.0, 10203.0, 10243.0, 10219.0, 10320.0, 10230.0, 10230.0, 10201.0, 10213.0, 10184.0, 10219.0, 10244.0, 10221.0, 10277.0, 10192.0, 10220.0, 10204.0, 10203.0, 10226.0, 10218.0, 10233.0, 10209.0, 10242.0, 10266.0, 10244.0, 10349.0, 10325.0, 10340.0, 10247.0, 10214.0, 10193.0, 10220.0, 10218.0, 10227.0, 10238.0, 10229.0, 10242.0, 10241.0, 10225.0, 10249.0, 10205.0, 10230.0, 10279.0, 10225.0, 10281.0, 10223.0, 10265.0, 10283.0, 10223.0, 10289.0, 10227.0, 10225.0, 10170.0, 10182.0, 10246.0, 10170.0, 10181.0, 10172.0, 10184.0, 10188.0, 10189.0, 10176.0, 10178.0, 10204.0, 10193.0, 10203.0, 10220.0, 10214.0, 10250.0, 10230.0, 10283.0, 10184.0, 10202.0, 10198.0, 10209.0, 10212.0, 10236.0, 10252.0, 10260.0, 10299.0, 10224.0, 10271.0, 10312.0, 10271.0, 10283.0, 10252.0, 10303.0, 10348.0, 10328.0, 10331.0, 10255.0, 10320.0, 10321.0, 10267.0, 10293.0, 10270.0, 10227.0, 10274.0, 10208.0, 10210.0, 10258.0, 10153.0, 10204.0, 10139.0, 10176.0, 10202.0, 10182.0, 10258.0, 10169.0, 10164.0, 10157.0, 10145.0, 10168.0, 10171.0, 10208.0, 10249.0, 10232.0, 10262.0, 10233.0, 10246.0, 10297.0, 10231.0, 10240.0, 10222.0, 10227.0, 10288.0, 10249.0, 10285.0, 10227.0, 10286.0, 10265.0, 10252.0, 10277.0, 10237.0, 10288.0, 10219.0, 10270.0, 10192.0, 10287.0, 10259.0, 10317.0, 10273.0, 10268.0, 10176.0, 10179.0, 10193.0, 10194.0, 10187.0, 10208.0, 10186.0, 10212.0, 10199.0, 10203.0, 10201.0, 10201.0, 10214.0, 10216.0, 10228.0, 10205.0, 10227.0, 10205.0, 10229.0, 10189.0, 10242.0, 10240.0, 10213.0, 10291.0, 10246.0, 10204.0, 10178.0, 10192.0, 10214.0, 10222.0, 10234.0, 10201.0, 10277.0, 10208.0, 10199.0, 10189.0, 10197.0, 10205.0, 10213.0, 10216.0, 10251.0, 10276.0, 10251.0, 10256.0, 10299.0, 10236.0, 10241.0, 10211.0, 10226.0, 10238.0, 10229.0, 10295.0, 10253.0, 10310.0, 10264.0, 10304.0, 10297.0, 10255.0, 10297.0, 10250.0, 10256.0, 10224.0, 10197.0, 10268.0, 10225.0, 10226.0, 10142.0, 10172.0, 10169.0, 10157.0, 10157.0, 10160.0, 10188.0, 10192.0, 10194.0, 10181.0, 10210.0, 10173.0, 10223.0, 10228.0, 10211.0, 10248.0, 10209.0, 10242.0, 10219.0, 10225.0, 10190.0, 10200.0, 10191.0, 10212.0, 10217.0, 10242.0, 10265.0, 10236.0, 10275.0, 10254.0, 10230.0, 10281.0, 10238.0, 10250.0, 10240.0, 10250.0, 10263.0, 10269.0, 10320.0, 10291.0, 10331.0, 10296.0, 10318.0, 10275.0, 10303.0, 10271.0, 10275.0, 10266.0, 10206.0, 10267.0, 10228.0, 10225.0, 10212.0, 10281.0, 10231.0, 10266.0, 10155.0, 10137.0, 10147.0, 10170.0, 10173.0, 10200.0, 10173.0, 10192.0, 10243.0, 10175.0, 10190.0, 10224.0, 10171.0, 10191.0, 10165.0, 10170.0, 10217.0, 10168.0, 10196.0, 10172.0, 10187.0, 10203.0, 10192.0, 10229.0, 10187.0, 10197.0, 10180.0, 10169.0, 10276.0, 10196.0, 10203.0, 10142.0, 10186.0, 10184.0, 10209.0, 10190.0, 10164.0, 10301.0, 10224.0, 10292.0, 10174.0, 10185.0, 10194.0, 10218.0, 10213.0, 10246.0, 10215.0, 10234.0, 10270.0, 10219.0, 10226.0, 10200.0, 10263.0, 10279.0, 10228.0, 10202.0, 10204.0, 10228.0, 10238.0, 10280.0, 10239.0, 10254.0, 10238.0, 10239.0, 10325.0, 10280.0, 10312.0, 10263.0, 10252.0, 10225.0, 10216.0, 10219.0, 10206.0, 10213.0, 10200.0, 10227.0, 10232.0, 10247.0, 10218.0, 10325.0, 10338.0, 10350.0, 10293.0, 10316.0, 10207.0, 10194.0, 10191.0, 10195.0, 10244.0, 10191.0, 10197.0, 10192.0, 10198.0, 10225.0, 10192.0, 10209.0, 10177.0, 10193.0, 10219.0, 10195.0, 10224.0, 10197.0, 10215.0, 10226.0, 10202.0, 10285.0, 10244.0, 10278.0, 10226.0, 10255.0, 10259.0, 10199.0, 10287.0, 10233.0, 10219.0, 10201.0, 10209.0, 10189.0, 10198.0, 10238.0, 10199.0, 10239.0, 10208.0, 10195.0, 10198.0, 10190.0, 10248.0, 10287.0, 10218.0, 10233.0, 10285.0, 10200.0, 10230.0, 10262.0, 10223.0, 10298.0, 10264.0, 10257.0, 10226.0, 10350.0, 10328.0, 10360.0, 10299.0, 10338.0, 10339.0, 10240.0, 10270.0, 10193.0, 10190.0, 10209.0, 10169.0, 10183.0, 10223.0, 10170.0, 10204.0, 10153.0, 10161.0, 10214.0, 10146.0, 10265.0, 10227.0, 10254.0, 10166.0, 10186.0, 10099.0, 10130.0, 10119.0, 10133.0, 10119.0, 10133.0, 10125.0, 10153.0, 10167.0, 10161.0, 10150.0, 10169.0, 10173.0, 10167.0, 10153.0, 10166.0, 10187.0, 10180.0, 10195.0, 10170.0, 10179.0, 10159.0, 10213.0, 10206.0, 10216.0, 10223.0, 10232.0, 10207.0, 10223.0, 10208.0, 10232.0, 10264.0, 10223.0, 10256.0, 10324.0, 10226.0, 10238.0, 10305.0, 10258.0, 10232.0, 10275.0, 10195.0, 10233.0, 10213.0, 10228.0, 10216.0, 10249.0, 10302.0, 10289.0, 10325.0, 10230.0, 10301.0, 10222.0, 10286.0, 10208.0, 10274.0, 10220.0, 10291.0, 10297.0, 10235.0, 10334.0, 10270.0, 10313.0, 10278.0, 10315.0, 10277.0, 10206.0, 10172.0, 10189.0, 10179.0, 10216.0, 10214.0, 10220.0, 10259.0, 10226.0, 10256.0, 10212.0, 10219.0, 10195.0, 10225.0, 10228.0, 10227.0, 10215.0, 10246.0, 10286.0, 10246.0, 10321.0, 10277.0, 10303.0, 10270.0, 10231.0, 10305.0, 10213.0, 10257.0, 10188.0, 10184.0, 10205.0, 10199.0, 10187.0, 10222.0, 10328.0, 10274.0, 10347.0, 10240.0, 10208.0, 10207.0, 10226.0, 10196.0, 10232.0, 10254.0, 10219.0, 10233.0, 10223.0, 10233.0, 10290.0, 10237.0, 10292.0, 10242.0, 10255.0, 10244.0, 10249.0, 10234.0, 10257.0, 10259.0, 10259.0, 10294.0, 10257.0, 10335.0, 10267.0, 10291.0, 10273.0, 10219.0, 10334.0, 10274.0, 10305.0, 10266.0, 10268.0, 10187.0, 10186.0, 10182.0, 10170.0, 10199.0, 10184.0, 10189.0, 10240.0, 10189.0, 10214.0, 10215.0, 10189.0, 10144.0, 10160.0, 10173.0, 10206.0, 10234.0, 10222.0, 10202.0, 10210.0, 10237.0, 10211.0, 10208.0, 10210.0, 10234.0, 10256.0, 10213.0, 10213.0, 10253.0, 10191.0, 10188.0, 10282.0, 10197.0, 10171.0, 10274.0, 10217.0, 10199.0, 10215.0, 10177.0, 10275.0, 10218.0, 10241.0, 10185.0, 10167.0, 10156.0, 10144.0, 10160.0, 10152.0, 10161.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.0016971851040525738</td></tr>
<tr><td colspan=3>aqi</td><td>0.0313890595837897</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.89473117021925</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1873880456798243</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9733450254495619</td></tr>
<tr><td colspan=3>efc</td><td>0.4993</td></tr>
<tr><td colspan=3>fber</td><td>4596.3994</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0867649883603617</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>27</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.9572836801752462</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.436517756971457</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3144424902739367</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.696007117540363</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.299103663100072</td></tr>
<tr><td colspan=3>gcor</td><td>0.0114876</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018511686474084854</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.032729052007198334</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>3.7357397541487476</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>15.2014</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.4669</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>257.7597</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298064.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1261.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>483.2561</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8042</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>695.5019</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3839.7219</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4022.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78480.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1308.5</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5213.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1076.6206</td></tr>
<tr><td colspan=3>tsnr</td><td>30.991716893040575</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>