<?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-0115_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-0115_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-0115_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-0115/figures/sub-0115_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0115/figures/sub-0115_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-0115/figures/sub-0115_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115/ses-02/func/sub-0115_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>664b339eb65ac42e5f546ddb007b084c</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>19:33:10.005000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999347, -0.0357968, 0.00484332, 0.0361205, 0.988674, -0.145669]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.10506</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>38</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4236, -7750, -7277, 211, -78, -101, -38, 55]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.16</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e404cd91-f5f4-4fe8-aace-58e81c2081a5||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681175947189331, 0.09690860658884048, -0.0011502864072099328, 107.21641540527344], [0.0960402637720108, 2.6525392532348633, -0.3935227692127228, -101.85558319091797], [0.012994281947612762, 0.39082005620002747, 2.671168088912964, -97.86311340332031], [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': ['193310.005000', '193310.465000', '193310.925000', '193311.385000', '193311.845000', '193312.305000', '193312.765000', '193313.225000', '193313.685000', '193314.145000', '193314.605000', '193315.065000', '193315.525000', '193315.985000', '193316.445000', '193316.905000', '193317.365000', '193317.825000', '193318.285000', '193318.745000', '193319.205000', '193319.665000', '193320.125000', '193320.585000', '193321.045000', '193321.505000', '193321.965000', '193322.425000', '193322.885000', '193323.345000', '193323.805000', '193324.265000', '193324.725000', '193325.185000', '193325.645000', '193326.105000', '193326.565000', '193327.025000', '193327.485000', '193327.945000', '193328.405000', '193328.865000', '193329.325000', '193329.785000', '193330.245000', '193330.705000', '193331.165000', '193331.625000', '193332.085000', '193332.545000', '193333.005000', '193333.465000', '193333.925000', '193334.385000', '193334.845000', '193335.305000', '193335.765000', '193336.225000', '193336.685000', '193337.145000', '193337.605000', '193338.065000', '193338.525000', '193338.985000', '193339.445000', '193339.905000', '193340.365000', '193340.825000', '193341.285000', '193341.745000', '193342.205000', '193342.665000', '193343.125000', '193343.585000', '193344.045000', '193344.505000', '193344.965000', '193345.425000', '193345.885000', '193346.345000', '193346.805000', '193347.265000', '193347.725000', '193348.185000', '193348.645000', '193349.105000', '193349.565000', '193350.025000', '193350.485000', '193350.945000', '193351.405000', '193351.865000', '193352.325000', '193352.785000', '193353.245000', '193353.705000', '193354.165000', '193354.625000', '193355.085000', '193355.545000', '193356.005000', '193356.465000', '193356.925000', '193357.385000', '193357.845000', '193358.305000', '193358.765000', '193359.225000', '193359.685000', '193400.145000', '193400.605000', '193401.065000', '193401.525000', '193401.985000', '193402.445000', '193402.905000', '193403.365000', '193403.825000', '193404.285000', '193404.745000', '193405.205000', '193405.665000', '193406.125000', '193406.585000', '193407.045000', '193407.505000', '193407.965000', '193408.425000', '193408.885000', '193409.345000', '193409.805000', '193410.265000', '193410.725000', '193411.185000', '193411.645000', '193412.105000', '193412.565000', '193413.025000', '193413.485000', '193413.945000', '193414.405000', '193414.865000', '193415.325000', '193415.785000', '193416.245000', '193416.705000', '193417.165000', '193417.625000', '193418.085000', '193418.545000', '193419.005000', '193419.465000', '193419.925000', '193420.385000', '193420.845000', '193421.305000', '193421.765000', '193422.225000', '193422.685000', '193423.145000', '193423.605000', '193424.065000', '193424.525000', '193424.985000', '193425.445000', '193425.905000', '193426.365000', '193426.825000', '193427.285000', '193427.745000', '193428.205000', '193428.665000', '193429.125000', '193429.585000', '193430.045000', '193430.505000', '193430.965000', '193431.425000', '193431.885000', '193432.345000', '193432.805000', '193433.265000', '193433.725000', '193434.185000', '193434.645000', '193435.105000', '193435.565000', '193436.025000', '193436.485000', '193436.945000', '193437.405000', '193437.865000', '193438.325000', '193438.785000', '193439.245000', '193439.705000', '193440.165000', '193440.625000', '193441.085000', '193441.545000', '193442.005000', '193442.465000', '193442.925000', '193443.385000', '193443.845000', '193444.305000', '193444.765000', '193445.225000', '193445.685000', '193446.145000', '193446.605000', '193447.065000', '193447.525000', '193447.985000', '193448.445000', '193448.905000', '193449.365000', '193449.825000', '193450.285000', '193450.745000', '193451.205000', '193451.665000', '193452.125000', '193452.585000', '193453.045000', '193453.505000', '193453.965000', '193454.425000', '193454.885000', '193455.345000', '193455.805000', '193456.265000', '193456.725000', '193457.185000', '193457.645000', '193458.105000', '193458.565000', '193459.025000', '193459.485000', '193459.945000', '193500.405000', '193500.865000', '193501.325000', '193501.785000', '193502.245000', '193502.705000', '193503.165000', '193503.625000', '193504.085000', '193504.545000', '193505.005000', '193505.465000', '193505.925000', '193506.385000', '193506.845000', '193507.305000', '193507.765000', '193508.225000', '193508.685000', '193509.145000', '193509.605000', '193510.065000', '193510.525000', '193510.985000', '193511.445000', '193511.905000', '193512.365000', '193512.825000', '193513.285000', '193513.745000', '193514.205000', '193514.665000', '193515.125000', '193515.585000', '193516.045000', '193516.505000', '193516.965000', '193517.425000', '193517.885000', '193518.345000', '193518.805000', '193519.265000', '193519.725000', '193520.185000', '193520.645000', '193521.105000', '193521.565000', '193522.025000', '193522.485000', '193522.945000', '193523.405000', '193523.865000', '193524.325000', '193524.785000', '193525.245000', '193525.705000', '193526.165000', '193526.625000', '193527.085000', '193527.545000', '193528.005000', '193528.465000', '193528.925000', '193529.385000', '193529.845000', '193530.305000', '193530.765000', '193531.225000', '193531.685000', '193532.145000', '193532.605000', '193533.065000', '193533.525000', '193533.985000', '193534.445000', '193534.905000', '193535.365000', '193535.825000', '193536.285000', '193536.745000', '193537.205000', '193537.665000', '193538.125000', '193538.585000', '193539.045000', '193539.505000', '193539.965000', '193540.425000', '193540.885000', '193541.345000', '193541.805000', '193542.265000', '193542.725000', '193543.185000', '193543.645000', '193544.105000', '193544.565000', '193545.025000', '193545.485000', '193545.945000', '193546.405000', '193546.865000', '193547.325000', '193547.785000', '193548.245000', '193548.705000', '193549.165000', '193549.625000', '193550.085000', '193550.545000', '193551.005000', '193551.465000', '193551.925000', '193552.385000', '193552.845000', '193553.305000', '193553.765000', '193554.225000', '193554.685000', '193555.145000', '193555.605000', '193556.065000', '193556.525000', '193556.985000', '193557.445000', '193557.905000', '193558.365000', '193558.825000', '193559.285000', '193559.745000', '193600.205000', '193600.665000', '193601.125000', '193601.585000', '193602.045000', '193602.505000', '193602.965000', '193603.425000', '193603.885000', '193604.345000', '193604.805000', '193605.265000', '193605.725000', '193606.185000', '193606.645000', '193607.105000', '193607.565000', '193608.025000', '193608.485000', '193608.945000', '193609.405000', '193609.865000', '193610.325000', '193610.785000', '193611.245000', '193611.705000', '193612.165000', '193612.625000', '193613.085000', '193613.545000', '193614.005000', '193614.465000', '193614.925000', '193615.385000', '193615.845000', '193616.305000', '193616.765000', '193617.225000', '193617.685000', '193618.145000', '193618.605000', '193619.065000', '193619.525000', '193619.985000', '193620.445000', '193620.905000', '193621.365000', '193621.825000', '193622.285000', '193622.745000', '193623.205000', '193623.665000', '193624.125000', '193624.585000', '193625.045000', '193625.505000', '193625.965000', '193626.425000', '193626.885000', '193627.345000', '193627.805000', '193628.265000', '193628.725000', '193629.185000', '193629.645000', '193630.105000', '193630.565000', '193631.025000', '193631.485000', '193631.945000', '193632.405000', '193632.865000', '193633.325000', '193633.785000', '193634.245000', '193634.705000', '193635.165000', '193635.625000', '193636.085000', '193636.545000', '193637.005000', '193637.465000', '193637.925000', '193638.385000', '193638.845000', '193639.305000', '193639.765000', '193640.225000', '193640.685000', '193641.145000', '193641.605000', '193642.065000', '193642.525000', '193642.985000', '193643.445000', '193643.905000', '193644.365000', '193644.825000', '193645.285000', '193645.745000', '193646.205000', '193646.665000', '193647.125000', '193647.585000', '193648.045000', '193648.505000', '193648.965000', '193649.425000', '193649.885000', '193650.345000', '193650.805000', '193651.265000', '193651.725000', '193652.185000', '193652.645000', '193653.105000', '193653.565000', '193654.025000', '193654.485000', '193654.945000', '193655.405000', '193655.865000', '193656.325000', '193656.785000', '193657.245000', '193657.705000', '193658.165000', '193658.625000', '193659.085000', '193659.545000', '193700.005000', '193700.465000', '193700.925000', '193701.385000', '193701.845000', '193702.305000', '193702.765000', '193703.225000', '193703.685000', '193704.145000', '193704.605000', '193705.065000', '193705.525000', '193705.985000', '193706.445000', '193706.905000', '193707.365000', '193707.825000', '193708.285000', '193708.745000', '193709.205000', '193709.665000', '193710.125000', '193710.585000', '193711.045000', '193711.505000', '193711.965000', '193712.425000', '193712.885000', '193713.345000', '193713.805000', '193714.265000', '193714.725000', '193715.185000', '193715.645000', '193716.105000', '193716.565000', '193717.025000', '193717.485000', '193717.945000', '193718.405000', '193718.865000', '193719.325000', '193719.785000', '193720.245000', '193720.705000', '193721.165000', '193721.625000', '193722.085000', '193722.545000', '193723.005000', '193723.465000', '193723.925000', '193724.385000', '193724.845000', '193725.305000', '193725.765000', '193726.225000', '193726.685000', '193727.145000', '193727.605000', '193728.065000', '193728.525000', '193728.985000', '193729.445000', '193729.905000', '193730.365000', '193730.825000', '193731.285000', '193731.745000', '193732.205000', '193732.665000', '193733.125000', '193733.585000', '193734.045000', '193734.505000', '193734.965000', '193735.425000', '193735.885000', '193736.345000', '193736.805000', '193737.265000', '193737.725000', '193738.185000', '193738.645000', '193739.105000', '193739.565000', '193740.025000', '193740.485000', '193740.945000', '193741.405000', '193741.865000', '193742.325000', '193742.785000', '193743.245000', '193743.705000', '193744.165000', '193744.625000', '193745.085000', '193745.545000', '193746.005000', '193746.465000', '193746.925000', '193747.385000', '193747.845000', '193748.305000', '193748.765000', '193749.225000', '193749.685000', '193750.145000', '193750.605000', '193751.065000', '193751.525000', '193751.985000', '193752.445000', '193752.905000', '193753.365000', '193753.825000', '193754.285000', '193754.745000', '193755.205000', '193755.665000', '193756.125000', '193756.585000', '193757.045000', '193757.505000', '193757.965000', '193758.425000', '193758.885000', '193759.345000', '193759.805000', '193800.265000', '193800.725000', '193801.185000', '193801.645000', '193802.105000', '193802.565000', '193803.025000', '193803.485000', '193803.945000', '193804.405000', '193804.865000', '193805.325000', '193805.785000', '193806.245000', '193806.705000', '193807.165000', '193807.625000', '193808.085000', '193808.545000', '193809.005000', '193809.465000', '193809.925000', '193810.385000', '193810.845000', '193811.305000', '193811.765000', '193812.225000', '193812.685000', '193813.145000', '193813.605000', '193814.065000', '193814.525000', '193814.985000', '193815.445000', '193815.905000', '193816.365000', '193816.825000', '193817.285000', '193817.745000', '193818.205000', '193818.665000', '193819.125000', '193819.585000', '193820.045000', '193820.505000', '193820.965000', '193821.425000', '193821.885000', '193822.345000', '193822.805000', '193823.265000', '193823.725000', '193824.185000', '193824.645000', '193825.105000', '193825.565000', '193826.025000', '193826.485000', '193826.945000', '193827.405000', '193827.865000', '193828.325000', '193828.785000', '193829.245000', '193829.705000', '193830.165000', '193830.625000', '193831.085000', '193831.545000', '193832.005000', '193832.465000', '193832.925000', '193833.385000', '193833.845000', '193834.305000', '193834.765000', '193835.225000', '193835.685000', '193836.145000', '193836.605000', '193837.065000', '193837.525000', '193837.985000', '193838.445000', '193838.905000', '193839.365000', '193839.825000', '193840.285000', '193840.745000', '193841.205000', '193841.665000', '193842.125000', '193842.585000', '193843.045000', '193843.505000', '193843.965000', '193844.425000', '193844.885000', '193845.345000', '193845.805000', '193846.265000', '193846.725000', '193847.185000', '193847.645000', '193848.105000', '193848.565000', '193849.025000', '193849.485000', '193849.945000', '193850.405000', '193850.865000', '193851.325000', '193851.785000', '193852.245000', '193852.705000', '193853.165000', '193853.625000', '193854.085000', '193854.545000', '193855.005000', '193855.465000', '193855.925000', '193856.385000', '193856.845000', '193857.305000', '193857.765000', '193858.225000', '193858.685000', '193859.145000', '193859.605000', '193900.065000', '193900.525000', '193900.985000', '193901.445000', '193901.905000', '193902.365000', '193902.825000', '193903.285000', '193903.745000', '193904.205000', '193904.665000', '193905.125000', '193905.585000', '193906.045000', '193906.505000', '193906.965000', '193907.425000', '193907.885000', '193908.345000', '193908.805000', '193909.265000', '193909.725000', '193910.185000', '193910.645000', '193911.105000', '193911.565000', '193912.025000', '193912.485000', '193912.945000', '193913.405000', '193913.865000', '193914.325000', '193914.785000', '193915.245000', '193915.705000', '193916.165000', '193916.625000', '193917.085000', '193917.545000', '193918.005000', '193918.465000', '193918.925000', '193919.385000', '193919.845000', '193920.305000', '193920.765000', '193921.225000', '193921.685000', '193922.145000', '193922.605000', '193923.065000', '193923.525000', '193923.985000', '193924.445000', '193924.905000', '193925.365000', '193925.825000', '193926.285000', '193926.745000', '193927.205000', '193927.665000', '193928.125000', '193928.585000', '193929.045000', '193929.505000', '193929.965000', '193930.425000', '193930.885000', '193931.345000', '193931.805000', '193932.265000', '193932.725000', '193933.185000', '193933.645000', '193934.105000', '193934.565000', '193935.025000', '193935.485000', '193935.945000', '193936.405000', '193936.865000', '193937.325000', '193937.785000', '193938.245000', '193938.705000', '193939.165000', '193939.625000', '193940.085000', '193940.545000', '193941.005000', '193941.465000', '193941.925000', '193942.385000', '193942.845000', '193943.305000', '193943.765000', '193944.225000', '193944.685000', '193945.145000', '193945.605000', '193946.065000', '193946.525000', '193946.985000', '193947.445000', '193947.905000', '193948.365000', '193948.825000', '193949.285000', '193949.745000', '193950.205000', '193950.665000', '193951.125000', '193951.585000', '193952.045000', '193952.505000', '193952.965000', '193953.425000', '193953.885000', '193954.345000', '193954.805000', '193955.265000', '193955.725000', '193956.185000', '193956.645000', '193957.105000', '193957.565000', '193958.025000', '193958.485000', '193958.945000', '193959.405000', '193959.865000', '194000.325000', '194000.785000', '194001.245000', '194001.705000', '194002.165000', '194002.625000', '194003.085000', '194003.545000', '194004.005000', '194004.465000', '194004.925000', '194005.385000', '194005.845000', '194006.305000', '194006.765000', '194007.225000', '194007.685000', '194008.145000', '194008.605000', '194009.065000', '194009.525000', '194009.985000'], 'ContentTime': ['193331.972000', '193331.975000', '193331.978000', '193331.981000', '193331.983000', '193331.986000', '193331.995000', '193331.998000', '193332.001000', '193332.004000', '193332.006000', '193332.009000', '193332.012000', '193332.014000', '193332.017000', '193332.019000', '193332.022000', '193332.024000', '193332.027000', '193332.029000', '193332.032000', '193332.035000', '193332.037000', '193332.040000', '193332.042000', '193332.045000', '193332.047000', '193332.050000', '193332.053000', '193332.055000', '193332.068000', '193332.071000', '193332.073000', '193332.076000', '193332.078000', '193332.081000', '193332.083000', '193332.086000', '193332.088000', '193332.091000', '193332.094000', '193332.096000', '193332.099000', '193332.102000', '193332.104000', '193351.937000', '193351.940000', '193351.943000', '193351.945000', '193351.948000', '193351.951000', '193351.953000', '193351.956000', '193351.958000', '193351.961000', '193351.964000', '193351.966000', '193351.969000', '193351.972000', '193351.974000', '193351.977000', '193351.979000', '193351.982000', '193351.984000', '193351.987000', '193351.990000', '193351.992000', '193351.995000', '193351.997000', '193352.001000', '193352.004000', '193352.006000', '193352.012000', '193352.015000', '193352.018000', '193352.020000', '193352.023000', '193352.025000', '193352.028000', '193352.031000', '193352.033000', '193352.036000', '193352.038000', '193352.041000', '193352.067000', '193352.070000', '193352.073000', '193352.075000', '193352.078000', '193411.937000', '193411.940000', '193411.943000', '193411.945000', '193411.948000', '193411.951000', '193411.953000', '193411.956000', '193411.958000', '193411.961000', '193411.964000', '193411.966000', '193411.969000', '193411.971000', '193411.974000', '193411.977000', '193411.979000', '193411.982000', '193411.984000', '193411.987000', '193411.990000', '193411.992000', '193411.995000', '193411.998000', '193412.001000', '193412.004000', '193412.007000', '193412.009000', '193412.012000', '193412.015000', '193412.017000', '193412.020000', '193412.023000', '193412.025000', '193412.028000', '193412.030000', '193412.041000', '193412.043000', '193412.046000', '193412.049000', '193412.051000', '193412.054000', '193412.056000', '193431.937000', '193431.940000', '193431.943000', '193431.945000', '193431.948000', '193431.951000', '193431.953000', '193431.956000', '193431.959000', '193431.961000', '193431.964000', '193431.969000', '193431.971000', '193431.974000', '193431.977000', '193431.979000', '193431.982000', '193431.984000', '193431.987000', '193431.990000', '193431.993000', '193431.995000', '193431.998000', '193432.001000', '193432.004000', '193432.007000', '193432.009000', '193432.012000', '193432.015000', '193432.017000', '193432.020000', '193432.023000', '193432.025000', '193432.028000', '193432.031000', '193432.040000', '193432.042000', '193432.045000', '193432.048000', '193432.050000', '193432.053000', '193432.055000', '193432.058000', '193451.937000', '193451.939000', '193451.942000', '193451.945000', '193451.948000', '193451.950000', '193451.953000', '193451.956000', '193451.958000', '193451.961000', '193451.963000', '193451.966000', '193451.969000', '193451.971000', '193451.974000', '193451.977000', '193451.979000', '193451.982000', '193451.984000', '193451.987000', '193451.990000', '193451.992000', '193451.995000', '193451.997000', '193452.001000', '193452.004000', '193452.006000', '193452.009000', '193452.011000', '193452.014000', '193452.017000', '193452.019000', '193452.022000', '193452.025000', '193452.027000', '193452.030000', '193452.033000', '193452.035000', '193452.038000', '193452.040000', '193452.043000', '193452.046000', '193452.048000', '193452.051000', '193511.936000', '193511.939000', '193511.942000', '193511.956000', '193511.959000', '193511.961000', '193511.964000', '193511.967000', '193511.969000', '193511.972000', '193511.975000', '193511.977000', '193511.980000', '193511.982000', '193511.985000', '193511.988000', '193511.990000', '193511.993000', '193511.996000', '193511.998000', '193512.002000', '193512.005000', '193512.007000', '193512.010000', '193512.013000', '193512.015000', '193512.018000', '193512.021000', '193512.023000', '193512.026000', '193512.028000', '193512.031000', '193512.034000', '193512.036000', '193512.039000', '193512.042000', '193512.044000', '193512.047000', '193512.049000', '193512.052000', '193512.055000', '193512.057000', '193512.060000', '193512.062000', '193531.937000', '193531.941000', '193531.944000', '193531.946000', '193531.949000', '193531.952000', '193531.954000', '193531.957000', '193531.960000', '193531.962000', '193531.965000', '193531.968000', '193531.970000', '193531.973000', '193531.975000', '193531.978000', '193531.980000', '193531.983000', '193531.986000', '193531.988000', '193531.991000', '193531.994000', '193531.996000', '193531.999000', '193532.001000', '193532.004000', '193532.007000', '193532.009000', '193532.012000', '193532.015000', '193532.017000', '193532.020000', '193532.022000', '193532.032000', '193532.035000', '193532.038000', '193532.040000', '193532.043000', '193532.046000', '193532.048000', '193532.051000', '193532.053000', '193532.056000', '193551.938000', '193551.940000', '193551.943000', '193551.946000', '193551.949000', '193551.951000', '193551.954000', '193551.956000', '193551.959000', '193551.962000', '193551.965000', '193551.967000', '193551.977000', '193551.980000', '193551.983000', '193551.985000', '193551.988000', '193551.991000', '193551.994000', '193551.996000', '193552.000000', '193552.003000', '193552.007000', '193552.010000', '193552.013000', '193552.015000', '193552.018000', '193552.021000', '193552.023000', '193552.026000', '193552.028000', '193552.031000', '193552.034000', '193552.036000', '193552.039000', '193552.042000', '193552.044000', '193552.047000', '193552.049000', '193552.052000', '193552.055000', '193552.057000', '193552.060000', '193611.938000', '193611.941000', '193611.943000', '193611.946000', '193611.948000', '193611.951000', '193611.954000', '193611.956000', '193611.959000', '193611.962000', '193611.964000', '193611.967000', '193611.969000', '193611.972000', '193611.975000', '193611.977000', '193611.980000', '193611.983000', '193611.985000', '193611.988000', '193611.991000', '193611.993000', '193611.996000', '193611.998000', '193612.002000', '193612.005000', '193612.007000', '193612.010000', '193612.013000', '193612.015000', '193612.018000', '193612.021000', '193612.023000', '193612.026000', '193612.028000', '193612.031000', '193612.034000', '193612.036000', '193612.039000', '193612.042000', '193612.044000', '193612.047000', '193612.049000', '193612.052000', '193631.937000', '193631.940000', '193631.943000', '193631.946000', '193631.948000', '193631.951000', '193631.953000', '193631.956000', '193631.959000', '193631.961000', '193631.964000', '193631.967000', '193631.969000', '193631.972000', '193631.974000', '193631.977000', '193631.980000', '193631.982000', '193631.985000', '193631.988000', '193631.990000', '193631.993000', '193631.997000', '193632.001000', '193632.003000', '193632.006000', '193632.008000', '193632.011000', '193632.014000', '193632.016000', '193632.019000', '193632.022000', '193632.024000', '193632.027000', '193632.030000', '193632.032000', '193632.035000', '193632.037000', '193632.040000', '193632.043000', '193632.045000', '193632.048000', '193632.050000', '193651.937000', '193651.940000', '193651.943000', '193651.946000', '193651.949000', '193651.952000', '193651.954000', '193651.957000', '193651.959000', '193651.962000', '193651.965000', '193651.967000', '193651.970000', '193651.973000', '193651.975000', '193651.978000', '193651.981000', '193651.984000', '193651.986000', '193651.989000', '193651.991000', '193651.994000', '193651.997000', '193652.000000', '193652.003000', '193652.006000', '193652.008000', '193652.011000', '193652.013000', '193652.016000', '193652.019000', '193652.021000', '193652.024000', '193652.027000', '193652.029000', '193652.032000', '193652.034000', '193652.037000', '193652.040000', '193652.042000', '193652.045000', '193652.048000', '193652.050000', '193652.053000', '193711.937000', '193711.939000', '193711.942000', '193711.945000', '193711.947000', '193711.950000', '193711.952000', '193711.955000', '193711.958000', '193711.960000', '193711.963000', '193711.965000', '193711.968000', '193711.971000', '193711.973000', '193711.976000', '193711.979000', '193711.981000', '193711.984000', '193711.987000', '193711.990000', '193711.992000', '193711.995000', '193711.998000', '193712.001000', '193712.004000', '193712.006000', '193712.009000', '193712.012000', '193712.015000', '193712.026000', '193712.029000', '193712.031000', '193712.034000', '193712.037000', '193712.039000', '193712.042000', '193712.045000', '193712.048000', '193712.051000', '193712.054000', '193712.056000', '193712.059000', '193731.936000', '193731.939000', '193731.942000', '193731.945000', '193731.947000', '193731.950000', '193731.952000', '193731.955000', '193731.957000', '193731.960000', '193731.963000', '193731.965000', '193731.968000', '193731.970000', '193731.973000', '193731.976000', '193731.978000', '193731.981000', '193731.983000', '193731.986000', '193731.989000', '193731.991000', '193731.994000', '193731.996000', '193731.999000', '193732.001000', '193732.004000', '193732.008000', '193732.010000', '193732.013000', '193732.016000', '193732.019000', '193732.021000', '193732.024000', '193732.026000', '193732.029000', '193732.032000', '193732.034000', '193732.037000', '193732.040000', '193732.042000', '193732.045000', '193732.048000', '193732.050000', '193751.937000', '193751.940000', '193751.943000', '193751.959000', '193751.962000', '193751.965000', '193751.968000', '193751.970000', '193751.973000', '193751.975000', '193751.978000', '193751.981000', '193751.983000', '193751.986000', '193751.988000', '193751.991000', '193751.994000', '193751.996000', '193751.999000', '193752.001000', '193752.004000', '193752.007000', '193752.009000', '193752.012000', '193752.015000', '193752.017000', '193752.020000', '193752.022000', '193752.025000', '193752.028000', '193752.030000', '193752.033000', '193752.035000', '193752.038000', '193752.040000', '193752.043000', '193752.046000', '193752.048000', '193752.051000', '193752.054000', '193752.057000', '193752.060000', '193752.063000', '193811.937000', '193812.102000', '193812.105000', '193812.108000', '193812.110000', '193812.113000', '193812.115000', '193812.118000', '193812.121000', '193812.123000', '193812.126000', '193812.128000', '193812.131000', '193812.134000', '193812.136000', '193812.139000', '193812.142000', '193812.144000', '193812.147000', '193812.149000', '193812.152000', '193812.155000', '193812.157000', '193812.160000', '193812.162000', '193812.165000', '193812.168000', '193812.170000', '193812.173000', '193812.176000', '193812.178000', '193812.181000', '193812.183000', '193812.186000', '193812.189000', '193812.191000', '193812.194000', '193812.196000', '193812.199000', '193812.202000', '193812.204000', '193812.207000', '193812.209000', '193812.212000', '193831.937000', '193831.940000', '193831.943000', '193831.946000', '193831.948000', '193831.951000', '193831.953000', '193831.956000', '193831.959000', '193831.961000', '193831.964000', '193831.966000', '193831.969000', '193831.972000', '193831.974000', '193831.977000', '193831.979000', '193831.982000', '193831.984000', '193831.987000', '193831.990000', '193831.992000', '193831.995000', '193831.998000', '193832.001000', '193832.004000', '193832.007000', '193832.010000', '193832.012000', '193832.015000', '193832.017000', '193832.020000', '193832.023000', '193832.025000', '193832.028000', '193832.030000', '193832.033000', '193832.035000', '193832.038000', '193832.041000', '193832.043000', '193832.059000', '193832.062000', '193851.937000', '193851.940000', '193851.943000', '193851.946000', '193851.948000', '193851.951000', '193851.953000', '193851.956000', '193851.959000', '193851.963000', '193851.966000', '193851.968000', '193851.971000', '193851.974000', '193851.976000', '193851.979000', '193851.981000', '193851.984000', '193851.987000', '193851.989000', '193851.992000', '193851.994000', '193851.997000', '193852.001000', '193852.003000', '193852.006000', '193852.009000', '193852.012000', '193852.014000', '193852.017000', '193852.020000', '193852.022000', '193852.025000', '193852.027000', '193852.030000', '193852.033000', '193852.035000', '193852.038000', '193852.040000', '193852.043000', '193852.046000', '193852.048000', '193852.051000', '193852.054000', '193911.938000', '193911.940000', '193911.943000', '193911.946000', '193911.948000', '193911.951000', '193911.954000', '193911.956000', '193911.959000', '193911.961000', '193911.964000', '193911.967000', '193911.969000', '193911.972000', '193911.975000', '193911.977000', '193911.980000', '193911.982000', '193911.985000', '193911.988000', '193911.990000', '193911.993000', '193911.995000', '193911.998000', '193912.002000', '193912.004000', '193912.007000', '193912.010000', '193912.012000', '193912.015000', '193912.017000', '193912.020000', '193912.023000', '193912.025000', '193912.028000', '193912.031000', '193912.034000', '193912.037000', '193912.039000', '193912.042000', '193912.045000', '193912.047000', '193912.050000', '193931.937000', '193931.940000', '193931.943000', '193931.945000', '193931.948000', '193931.951000', '193931.953000', '193931.956000', '193931.959000', '193931.961000', '193931.964000', '193931.966000', '193931.969000', '193931.972000', '193931.974000', '193931.977000', '193931.980000', '193931.982000', '193931.985000', '193931.987000', '193931.990000', '193931.993000', '193931.995000', '193931.998000', '193932.002000', '193932.004000', '193932.007000', '193932.009000', '193932.012000', '193932.015000', '193932.017000', '193932.020000', '193932.023000', '193932.025000', '193932.028000', '193932.030000', '193932.033000', '193932.035000', '193932.038000', '193932.041000', '193932.043000', '193932.046000', '193932.048000', '193932.051000', '193951.937000', '193951.939000', '193951.942000', '193951.945000', '193951.947000', '193951.950000', '193951.953000', '193951.955000', '193951.958000', '193951.961000', '193951.963000', '193951.966000', '193951.969000', '193951.971000', '193951.974000', '193951.976000', '193951.979000', '193951.982000', '193951.984000', '193951.987000', '193951.990000', '193951.992000', '193951.995000', '193951.998000', '193952.001000', '193952.004000', '193952.007000', '193952.009000', '193952.012000', '193952.015000', '193952.017000', '193952.020000', '193952.022000', '193952.025000', '193952.028000', '193952.030000', '193952.033000', '193952.036000', '193952.038000', '193952.041000', '193952.043000', '193952.046000', '193952.049000', '194011.389000', '194011.392000', '194011.395000', '194011.397000', '194011.400000', '194011.403000', '194011.405000', '194011.408000', '194011.431000', '194011.434000', '194011.436000', '194011.439000', '194011.441000', '194011.444000', '194011.447000', '194011.449000', '194011.452000', '194011.454000', '194011.457000', '194011.460000', '194011.462000', '194011.465000', '194011.467000', '194011.470000', '194011.473000', '194011.475000', '194011.478000', '194011.480000', '194011.483000', '194011.486000', '194011.488000', '194011.491000', '194011.493000', '194011.496000', '194011.499000', '194011.501000', '194011.504000', '194011.506000', '194011.509000', '194011.512000', '194011.514000', '194011.517000', '194011.519000'], 'InstanceCreationTime': ['193331.972000', '193331.975000', '193331.978000', '193331.981000', '193331.983000', '193331.986000', '193331.995000', '193331.998000', '193332.001000', '193332.004000', '193332.006000', '193332.009000', '193332.012000', '193332.014000', '193332.017000', '193332.019000', '193332.022000', '193332.024000', '193332.027000', '193332.029000', '193332.032000', '193332.035000', '193332.037000', '193332.040000', '193332.042000', '193332.045000', '193332.047000', '193332.050000', '193332.053000', '193332.055000', '193332.068000', '193332.071000', '193332.073000', '193332.076000', '193332.078000', '193332.081000', '193332.083000', '193332.086000', '193332.088000', '193332.091000', '193332.094000', '193332.096000', '193332.099000', '193332.102000', '193332.104000', '193351.937000', '193351.940000', '193351.943000', '193351.945000', '193351.948000', '193351.951000', '193351.953000', '193351.956000', '193351.958000', '193351.961000', '193351.964000', '193351.966000', '193351.969000', '193351.972000', '193351.974000', '193351.977000', '193351.979000', '193351.982000', '193351.984000', '193351.987000', '193351.990000', '193351.992000', '193351.995000', '193351.997000', '193352.001000', '193352.004000', '193352.006000', '193352.012000', '193352.015000', '193352.018000', '193352.020000', '193352.023000', '193352.025000', '193352.028000', '193352.031000', '193352.033000', '193352.036000', '193352.038000', '193352.041000', '193352.067000', '193352.070000', '193352.073000', '193352.075000', '193352.078000', '193411.937000', '193411.940000', '193411.943000', '193411.945000', '193411.948000', '193411.951000', '193411.953000', '193411.956000', '193411.958000', '193411.961000', '193411.964000', '193411.966000', '193411.969000', '193411.971000', '193411.974000', '193411.977000', '193411.979000', '193411.982000', '193411.984000', '193411.987000', '193411.990000', '193411.992000', '193411.995000', '193411.998000', '193412.001000', '193412.004000', '193412.007000', '193412.009000', '193412.012000', '193412.015000', '193412.017000', '193412.020000', '193412.023000', '193412.025000', '193412.028000', '193412.030000', '193412.041000', '193412.043000', '193412.046000', '193412.049000', '193412.051000', '193412.054000', '193412.056000', '193431.937000', '193431.940000', '193431.943000', '193431.945000', '193431.948000', '193431.951000', '193431.953000', '193431.956000', '193431.959000', '193431.961000', '193431.964000', '193431.969000', '193431.971000', '193431.974000', '193431.977000', '193431.979000', '193431.982000', '193431.984000', '193431.987000', '193431.990000', '193431.993000', '193431.995000', '193431.998000', '193432.001000', '193432.004000', '193432.007000', '193432.009000', '193432.012000', '193432.015000', '193432.017000', '193432.020000', '193432.023000', '193432.025000', '193432.028000', '193432.031000', '193432.040000', '193432.042000', '193432.045000', '193432.048000', '193432.050000', '193432.053000', '193432.055000', '193432.058000', '193451.937000', '193451.939000', '193451.942000', '193451.945000', '193451.948000', '193451.950000', '193451.953000', '193451.956000', '193451.958000', '193451.961000', '193451.963000', '193451.966000', '193451.969000', '193451.971000', '193451.974000', '193451.977000', '193451.979000', '193451.982000', '193451.984000', '193451.987000', '193451.990000', '193451.992000', '193451.995000', '193451.997000', '193452.001000', '193452.004000', '193452.006000', '193452.009000', '193452.011000', '193452.014000', '193452.017000', '193452.019000', '193452.022000', '193452.025000', '193452.027000', '193452.030000', '193452.033000', '193452.035000', '193452.038000', '193452.040000', '193452.043000', '193452.046000', '193452.048000', '193452.051000', '193511.936000', '193511.939000', '193511.942000', '193511.956000', '193511.959000', '193511.961000', '193511.964000', '193511.967000', '193511.969000', '193511.972000', '193511.975000', '193511.977000', '193511.980000', '193511.982000', '193511.985000', '193511.988000', '193511.990000', '193511.993000', '193511.996000', '193511.998000', '193512.002000', '193512.005000', '193512.007000', '193512.010000', '193512.013000', '193512.015000', '193512.018000', '193512.021000', '193512.023000', '193512.026000', '193512.028000', '193512.031000', '193512.034000', '193512.036000', '193512.039000', '193512.042000', '193512.044000', '193512.047000', '193512.049000', '193512.052000', '193512.055000', '193512.057000', '193512.060000', '193512.062000', '193531.937000', '193531.941000', '193531.944000', '193531.946000', '193531.949000', '193531.952000', '193531.954000', '193531.957000', '193531.960000', '193531.962000', '193531.965000', '193531.968000', '193531.970000', '193531.973000', '193531.975000', '193531.978000', '193531.980000', '193531.983000', '193531.986000', '193531.988000', '193531.991000', '193531.994000', '193531.996000', '193531.999000', '193532.001000', '193532.004000', '193532.007000', '193532.009000', '193532.012000', '193532.015000', '193532.017000', '193532.020000', '193532.022000', '193532.032000', '193532.035000', '193532.038000', '193532.040000', '193532.043000', '193532.046000', '193532.048000', '193532.051000', '193532.053000', '193532.056000', '193551.938000', '193551.940000', '193551.943000', '193551.946000', '193551.949000', '193551.951000', '193551.954000', '193551.956000', '193551.959000', '193551.962000', '193551.965000', '193551.967000', '193551.977000', '193551.980000', '193551.983000', '193551.985000', '193551.988000', '193551.991000', '193551.994000', '193551.996000', '193552.000000', '193552.003000', '193552.007000', '193552.010000', '193552.013000', '193552.015000', '193552.018000', '193552.021000', '193552.023000', '193552.026000', '193552.028000', '193552.031000', '193552.034000', '193552.036000', '193552.039000', '193552.042000', '193552.044000', '193552.047000', '193552.049000', '193552.052000', '193552.055000', '193552.057000', '193552.060000', '193611.938000', '193611.941000', '193611.943000', '193611.946000', '193611.948000', '193611.951000', '193611.954000', '193611.956000', '193611.959000', '193611.962000', '193611.964000', '193611.967000', '193611.969000', '193611.972000', '193611.975000', '193611.977000', '193611.980000', '193611.983000', '193611.985000', '193611.988000', '193611.991000', '193611.993000', '193611.996000', '193611.998000', '193612.002000', '193612.005000', '193612.007000', '193612.010000', '193612.013000', '193612.015000', '193612.018000', '193612.021000', '193612.023000', '193612.026000', '193612.028000', '193612.031000', '193612.034000', '193612.036000', '193612.039000', '193612.042000', '193612.044000', '193612.047000', '193612.049000', '193612.052000', '193631.937000', '193631.940000', '193631.943000', '193631.946000', '193631.948000', '193631.951000', '193631.953000', '193631.956000', '193631.959000', '193631.961000', '193631.964000', '193631.967000', '193631.969000', '193631.972000', '193631.974000', '193631.977000', '193631.980000', '193631.982000', '193631.985000', '193631.988000', '193631.990000', '193631.993000', '193631.997000', '193632.001000', '193632.003000', '193632.006000', '193632.008000', '193632.011000', '193632.014000', '193632.016000', '193632.019000', '193632.022000', '193632.024000', '193632.027000', '193632.030000', '193632.032000', '193632.035000', '193632.037000', '193632.040000', '193632.043000', '193632.045000', '193632.048000', '193632.050000', '193651.937000', '193651.940000', '193651.943000', '193651.946000', '193651.949000', '193651.952000', '193651.954000', '193651.957000', '193651.959000', '193651.962000', '193651.965000', '193651.967000', '193651.970000', '193651.973000', '193651.975000', '193651.978000', '193651.981000', '193651.984000', '193651.986000', '193651.989000', '193651.991000', '193651.994000', '193651.997000', '193652.000000', '193652.003000', '193652.006000', '193652.008000', '193652.011000', '193652.013000', '193652.016000', '193652.019000', '193652.021000', '193652.024000', '193652.027000', '193652.029000', '193652.032000', '193652.034000', '193652.037000', '193652.040000', '193652.042000', '193652.045000', '193652.048000', '193652.050000', '193652.053000', '193711.937000', '193711.939000', '193711.942000', '193711.945000', '193711.947000', '193711.950000', '193711.952000', '193711.955000', '193711.958000', '193711.960000', '193711.963000', '193711.965000', '193711.968000', '193711.971000', '193711.973000', '193711.976000', '193711.979000', '193711.981000', '193711.984000', '193711.987000', '193711.990000', '193711.992000', '193711.995000', '193711.998000', '193712.001000', '193712.004000', '193712.006000', '193712.009000', '193712.012000', '193712.015000', '193712.026000', '193712.029000', '193712.031000', '193712.034000', '193712.037000', '193712.039000', '193712.042000', '193712.045000', '193712.048000', '193712.051000', '193712.054000', '193712.056000', '193712.059000', '193731.936000', '193731.939000', '193731.942000', '193731.945000', '193731.947000', '193731.950000', '193731.952000', '193731.955000', '193731.957000', '193731.960000', '193731.963000', '193731.965000', '193731.968000', '193731.970000', '193731.973000', '193731.976000', '193731.978000', '193731.981000', '193731.983000', '193731.986000', '193731.989000', '193731.991000', '193731.994000', '193731.996000', '193731.999000', '193732.001000', '193732.004000', '193732.008000', '193732.010000', '193732.013000', '193732.016000', '193732.019000', '193732.021000', '193732.024000', '193732.026000', '193732.029000', '193732.032000', '193732.034000', '193732.037000', '193732.040000', '193732.042000', '193732.045000', '193732.048000', '193732.050000', '193751.937000', '193751.940000', '193751.943000', '193751.959000', '193751.962000', '193751.965000', '193751.968000', '193751.970000', '193751.973000', '193751.975000', '193751.978000', '193751.981000', '193751.983000', '193751.986000', '193751.988000', '193751.991000', '193751.994000', '193751.996000', '193751.999000', '193752.001000', '193752.004000', '193752.007000', '193752.009000', '193752.012000', '193752.015000', '193752.017000', '193752.020000', '193752.022000', '193752.025000', '193752.028000', '193752.030000', '193752.033000', '193752.035000', '193752.038000', '193752.040000', '193752.043000', '193752.046000', '193752.048000', '193752.051000', '193752.054000', '193752.057000', '193752.060000', '193752.063000', '193811.937000', '193812.102000', '193812.105000', '193812.108000', '193812.110000', '193812.113000', '193812.115000', '193812.118000', '193812.121000', '193812.123000', '193812.126000', '193812.128000', '193812.131000', '193812.134000', '193812.136000', '193812.139000', '193812.142000', '193812.144000', '193812.147000', '193812.149000', '193812.152000', '193812.155000', '193812.157000', '193812.160000', '193812.162000', '193812.165000', '193812.168000', '193812.170000', '193812.173000', '193812.176000', '193812.178000', '193812.181000', '193812.183000', '193812.186000', '193812.189000', '193812.191000', '193812.194000', '193812.196000', '193812.199000', '193812.202000', '193812.204000', '193812.207000', '193812.209000', '193812.212000', '193831.937000', '193831.940000', '193831.943000', '193831.946000', '193831.948000', '193831.951000', '193831.953000', '193831.956000', '193831.959000', '193831.961000', '193831.964000', '193831.966000', '193831.969000', '193831.972000', '193831.974000', '193831.977000', '193831.979000', '193831.982000', '193831.984000', '193831.987000', '193831.990000', '193831.992000', '193831.995000', '193831.998000', '193832.001000', '193832.004000', '193832.007000', '193832.010000', '193832.012000', '193832.015000', '193832.017000', '193832.020000', '193832.023000', '193832.025000', '193832.028000', '193832.030000', '193832.033000', '193832.035000', '193832.038000', '193832.041000', '193832.043000', '193832.059000', '193832.062000', '193851.937000', '193851.940000', '193851.943000', '193851.946000', '193851.948000', '193851.951000', '193851.953000', '193851.956000', '193851.959000', '193851.963000', '193851.966000', '193851.968000', '193851.971000', '193851.974000', '193851.976000', '193851.979000', '193851.981000', '193851.984000', '193851.987000', '193851.989000', '193851.992000', '193851.994000', '193851.997000', '193852.001000', '193852.003000', '193852.006000', '193852.009000', '193852.012000', '193852.014000', '193852.017000', '193852.020000', '193852.022000', '193852.025000', '193852.027000', '193852.030000', '193852.033000', '193852.035000', '193852.038000', '193852.040000', '193852.043000', '193852.046000', '193852.048000', '193852.051000', '193852.054000', '193911.938000', '193911.940000', '193911.943000', '193911.946000', '193911.948000', '193911.951000', '193911.954000', '193911.956000', '193911.959000', '193911.961000', '193911.964000', '193911.967000', '193911.969000', '193911.972000', '193911.975000', '193911.977000', '193911.980000', '193911.982000', '193911.985000', '193911.988000', '193911.990000', '193911.993000', '193911.995000', '193911.998000', '193912.002000', '193912.004000', '193912.007000', '193912.010000', '193912.012000', '193912.015000', '193912.017000', '193912.020000', '193912.023000', '193912.025000', '193912.028000', '193912.031000', '193912.034000', '193912.037000', '193912.039000', '193912.042000', '193912.045000', '193912.047000', '193912.050000', '193931.937000', '193931.940000', '193931.943000', '193931.945000', '193931.948000', '193931.951000', '193931.953000', '193931.956000', '193931.959000', '193931.961000', '193931.964000', '193931.966000', '193931.969000', '193931.972000', '193931.974000', '193931.977000', '193931.980000', '193931.982000', '193931.985000', '193931.987000', '193931.990000', '193931.993000', '193931.995000', '193931.998000', '193932.002000', '193932.004000', '193932.007000', '193932.009000', '193932.012000', '193932.015000', '193932.017000', '193932.020000', '193932.023000', '193932.025000', '193932.028000', '193932.030000', '193932.033000', '193932.035000', '193932.038000', '193932.041000', '193932.043000', '193932.046000', '193932.048000', '193932.051000', '193951.937000', '193951.939000', '193951.942000', '193951.945000', '193951.947000', '193951.950000', '193951.953000', '193951.955000', '193951.958000', '193951.961000', '193951.963000', '193951.966000', '193951.969000', '193951.971000', '193951.974000', '193951.976000', '193951.979000', '193951.982000', '193951.984000', '193951.987000', '193951.990000', '193951.992000', '193951.995000', '193951.998000', '193952.001000', '193952.004000', '193952.007000', '193952.009000', '193952.012000', '193952.015000', '193952.017000', '193952.020000', '193952.022000', '193952.025000', '193952.028000', '193952.030000', '193952.033000', '193952.036000', '193952.038000', '193952.041000', '193952.043000', '193952.046000', '193952.049000', '194011.389000', '194011.392000', '194011.395000', '194011.397000', '194011.400000', '194011.403000', '194011.405000', '194011.408000', '194011.431000', '194011.434000', '194011.436000', '194011.439000', '194011.441000', '194011.444000', '194011.447000', '194011.449000', '194011.452000', '194011.454000', '194011.457000', '194011.460000', '194011.462000', '194011.465000', '194011.467000', '194011.470000', '194011.473000', '194011.475000', '194011.478000', '194011.480000', '194011.483000', '194011.486000', '194011.488000', '194011.491000', '194011.493000', '194011.496000', '194011.499000', '194011.501000', '194011.504000', '194011.506000', '194011.509000', '194011.512000', '194011.514000', '194011.517000', '194011.519000'], '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': [8363, 8210, 10962, 7892, 10972, 8053, 9511, 7921, 8358, 8216, 8156, 8253, 8200, 8195, 8103, 10499, 8189, 10044, 7883, 10130, 7990, 7908, 8140, 7724, 12063, 7977, 10364, 7980, 8129, 8303, 8092, 12451, 7960, 9612, 7931, 8145, 8205, 7995, 10035, 8130, 11906, 7791, 9511, 8197, 9255, 8263, 8056, 8216, 8000, 10316, 8028, 10603, 7760, 8720, 8304, 8138, 8584, 8224, 9616, 8581, 8749, 8251, 9833, 8163, 10729, 7891, 10275, 8019, 8515, 8198, 8032, 9738, 8598, 10990, 8363, 10092, 7971, 9455, 7973, 9489, 8165, 8204, 8055, 7749, 11332, 8076, 10733, 7781, 8313, 8332, 9027, 8590, 9479, 8263, 10036, 8231, 8032, 8379, 7978, 8669, 7922, 11969, 8108, 7831, 11301, 8254, 13090, 8146, 10569, 7995, 8268, 7925, 8070, 8092, 8069, 8151, 8047, 10047, 8217, 9629, 7933, 9167, 7709, 8131, 8046, 8308, 8337, 9159, 8264, 8006, 8354, 8122, 12458, 8667, 12669, 8305, 9746, 8173, 9122, 7979, 10200, 7818, 8230, 8338, 7989, 10312, 8226, 12403, 8256, 9152, 7853, 9085, 7767, 8967, 7947, 7961, 8058, 8222, 9568, 8054, 8750, 8140, 8843, 8063, 9798, 7831, 10480, 7889, 9637, 8061, 9872, 7976, 10996, 8117, 8531, 8065, 7901, 8138, 8253, 8014, 9571, 8451, 12890, 10343, 7788, 8086, 7866, 8154, 8106, 11352, 7645, 11481, 8207, 7921, 9858, 8078, 15747, 8412, 12182, 8217, 8972, 7895, 8276, 7604, 8099, 7910, 7929, 8109, 8163, 11069, 8492, 10020, 8059, 8480, 7797, 9129, 7916, 8324, 8176, 7821, 8171, 8142, 12224, 8273, 11130, 8005, 9159, 8054, 9612, 7591, 9100, 7887, 7954, 8123, 8011, 9809, 8207, 10599, 8152, 8110, 7998, 9784, 8033, 10659, 8208, 8910, 7976, 8350, 7940, 8058, 8133, 7938, 7848, 7712, 9733, 7658, 9964, 7956, 9524, 7822, 7874, 8216, 8178, 11204, 8080, 11526, 8127, 9476, 8115, 9688, 7928, 11103, 7691, 7931, 7799, 8187, 8101, 8576, 8886, 7953, 10571, 8078, 10056, 7775, 8562, 8045, 8421, 8002, 8242, 7846, 7826, 9434, 7893, 10312, 7900, 9067, 7875, 7925, 8153, 8103, 12483, 9176, 12170, 8088, 9329, 7648, 8282, 8274, 8772, 13353, 8145, 10917, 7909, 9586, 7606, 9483, 7810, 7873, 8240, 8062, 11172, 7661, 8898, 7808, 8265, 8159, 8206, 8804, 8041, 11695, 8029, 9269, 7623, 8206, 7709, 9843, 7945, 8046, 8284, 8127, 11303, 7887, 9932, 7788, 8343, 7948, 7847, 8154, 7997, 8048, 8239, 7687, 8173, 8528, 8054, 9779, 8346, 10190, 7896, 8893, 12787, 7792, 12826, 9055, 13339, 9241, 10786, 7959, 8122, 7952, 7870, 13731, 7977, 11099, 7931, 8583, 8020, 10568, 7907, 7897, 8266, 8122, 11257, 8260, 11423, 7972, 9068, 7594, 7942, 7814, 7945, 9944, 8082, 9851, 8343, 8402, 7661, 8089, 8246, 7970, 8186, 7908, 8382, 8053, 8133, 7925, 9159, 8034, 10685, 8220, 8018, 12288, 8041, 11349, 7957, 10814, 7649, 7956, 7620, 8129, 7956, 7906, 7804, 8101, 9846, 8087, 9314, 7600, 9728, 7714, 8188, 7934, 8148, 8039, 7816, 12136, 7944, 10554, 8112, 9544, 7699, 10203, 7543, 8919, 7817, 8266, 8212, 8300, 10658, 8366, 9902, 8196, 10223, 8344, 10282, 8184, 11325, 8299, 9224, 7896, 8261, 7865, 9759, 7919, 7719, 8098, 7634, 9578, 7973, 9736, 8455, 9338, 8054, 7943, 9097, 7831, 11034, 8233, 8318, 8455, 10345, 8360, 10998, 8232, 8518, 8005, 9241, 7838, 9865, 7633, 7626, 8165, 7934, 7991, 7853, 11572, 8261, 9594, 8094, 9029, 8405, 9475, 8328, 8855, 8370, 8431, 7800, 7998, 8356, 8814, 7807, 7900, 8702, 8023, 9436, 8581, 9768, 8507, 8054, 8332, 7758, 8226, 7722, 10765, 8016, 10417, 8148, 8156, 8276, 7817, 8119, 7806, 7888, 8062, 8378, 8285, 8468, 7918, 8043, 7774, 8200, 8104, 8183, 10344, 8429, 9606, 8238, 7996, 8251, 8353, 7858, 8473, 7604, 7901, 8332, 7999, 8578, 8308, 11577, 7701, 8158, 7608, 7887, 7848, 10047, 14411, 7788, 10101, 8317, 8830, 7762, 14750, 8342, 12065, 7816, 7842, 8120, 8005, 10980, 11280, 7728, 7974, 8074, 8099, 8307, 8231, 7804, 8575, 8187, 7681, 8047, 7972, 12068, 7950, 11729, 8360, 8927, 8038, 7825, 8607, 7810, 8493, 8167, 7783, 9423, 8003, 12207, 8270, 8047, 7893, 8233, 8141, 9653, 11562, 8057, 10912, 8165, 8758, 8198, 8441, 7756, 8143, 7960, 8358, 8132, 8130, 7874, 7872, 9114, 8078, 9972, 7968, 8692, 7817, 8333, 7594, 8029, 7604, 8372, 8252, 9765, 8330, 11902, 8434, 8052, 8137, 7811, 8222, 7669, 10862, 7633, 11231, 8213, 8106, 7568, 7985, 7685, 10477, 7756, 8019, 7712, 7751, 11599, 8353, 10725, 7825, 7858, 7651, 7997, 7726, 7970, 7660, 7766, 7614, 8163, 7878, 8142, 10329, 9381, 8233, 8168, 11702, 8145, 11337, 8076, 11130, 8261, 8028, 7497, 7941, 7968, 8265, 7846, 7914, 8693, 8172, 8986, 7978, 10032, 7996, 8353, 7658, 8079, 7413, 8340, 7650, 7612, 7510, 7984, 7903, 7932, 7940, 9885, 7731, 7960, 7700, 8224, 9178, 7803, 11666, 8120, 10533, 7902, 8685, 8131, 8213, 7660, 9902, 8018, 8149, 7732, 7750, 9883, 7795, 10219, 7493, 8055, 7642, 8022, 7332, 8378, 8140, 9470, 8429, 9962, 8326, 9238, 11727, 8134, 9306, 8414, 10572, 8119, 15433, 11178, 13351, 8027, 8481, 7762, 9342, 7809, 7856, 7720, 7851, 11450, 8225, 10575, 8376, 8059, 7535, 7982, 8285, 7800, 12196, 8020, 9306, 8003, 8082, 7631, 8804, 7915, 7872, 8139, 8208, 9595, 7984, 10342, 7973, 8019, 7688, 7872, 8015, 8468, 8048, 7837, 11072, 8087, 10224, 8339, 9947, 7852, 7966, 7663, 7917, 7987, 7903, 11371, 8178, 9443, 7699, 8161, 7730, 8478, 7817, 7945, 7730, 8002, 8069, 8017, 10987, 7905, 9868, 7917, 8334, 7745, 8091, 7740, 9624, 7500, 7889, 8010, 7990, 7936, 9817, 8183, 8687, 7973, 8012, 8116, 9428, 8172, 10476, 8131, 12535, 9003, 15103, 9924, 12200, 7995, 12763, 9096, 15292, 9970, 10971, 7396, 7819, 7952, 8120, 7912, 7840, 7757, 8071, 7899, 8080, 10679, 8290, 9544, 8087, 8844, 7973, 9190, 8007, 10354, 7398, 7512, 7691, 7657, 8935, 8062, 14719, 8633, 11182, 8012, 9014, 8067, 9554, 7890, 10799, 7682, 8050, 7371, 7744, 7519, 8612, 7880, 8022, 8002, 7947, 11018, 8043, 10126, 7906, 7871, 7586, 7919, 7607, 8978, 11110, 7954, 10060, 8010, 8542, 7902, 9361], 'WindowCenter': [3909.0, 3904.0, 3921.0, 3877.0, 3907.0, 3863.0, 3883.0, 3862.0, 3861.0, 3861.0, 3860.0, 3871.0, 3872.0, 3873.0, 3861.0, 3890.0, 3873.0, 3892.0, 3861.0, 3892.0, 3861.0, 3861.0, 3860.0, 3861.0, 3913.0, 3861.0, 3893.0, 3860.0, 3860.0, 3859.0, 3861.0, 3912.0, 3861.0, 3880.0, 3860.0, 3859.0, 3871.0, 3860.0, 3880.0, 3860.0, 3901.0, 3849.0, 3880.0, 3860.0, 3870.0, 3860.0, 3860.0, 3859.0, 3860.0, 3891.0, 3860.0, 3892.0, 3860.0, 3870.0, 3860.0, 3859.0, 3871.0, 3870.0, 3881.0, 3872.0, 3871.0, 3872.0, 3891.0, 3871.0, 3891.0, 3861.0, 3892.0, 3860.0, 3871.0, 3871.0, 3861.0, 3881.0, 3871.0, 3891.0, 3871.0, 3891.0, 3860.0, 3880.0, 3860.0, 3882.0, 3860.0, 3871.0, 3860.0, 3862.0, 3902.0, 3860.0, 3890.0, 3859.0, 3858.0, 3871.0, 3881.0, 3870.0, 3892.0, 3884.0, 3893.0, 3872.0, 3871.0, 3870.0, 3871.0, 3871.0, 3873.0, 3915.0, 3861.0, 3861.0, 3902.0, 3871.0, 3913.0, 3859.0, 3890.0, 3858.0, 3857.0, 3859.0, 3859.0, 3859.0, 3860.0, 3859.0, 3859.0, 3879.0, 3861.0, 3881.0, 3861.0, 3881.0, 3861.0, 3860.0, 3861.0, 3872.0, 3871.0, 3883.0, 3872.0, 3862.0, 3870.0, 3862.0, 3914.0, 3872.0, 3913.0, 3861.0, 3879.0, 3860.0, 3870.0, 3858.0, 3891.0, 3848.0, 3859.0, 3859.0, 3860.0, 3891.0, 3860.0, 3902.0, 3859.0, 3880.0, 3861.0, 3870.0, 3859.0, 3870.0, 3860.0, 3860.0, 3860.0, 3872.0, 3881.0, 3861.0, 3871.0, 3861.0, 3880.0, 3872.0, 3893.0, 3863.0, 3903.0, 3873.0, 3892.0, 3872.0, 3894.0, 3874.0, 3905.0, 3863.0, 3871.0, 3862.0, 3861.0, 3861.0, 3870.0, 3862.0, 3892.0, 3874.0, 3925.0, 3894.0, 3861.0, 3859.0, 3861.0, 3859.0, 3862.0, 3903.0, 3862.0, 3904.0, 3871.0, 3859.0, 3892.0, 3860.0, 3923.0, 3860.0, 3901.0, 3859.0, 3869.0, 3860.0, 3860.0, 3860.0, 3860.0, 3860.0, 3860.0, 3860.0, 3871.0, 3891.0, 3871.0, 3880.0, 3859.0, 3869.0, 3859.0, 3870.0, 3860.0, 3860.0, 3860.0, 3848.0, 3870.0, 3861.0, 3903.0, 3871.0, 3891.0, 3860.0, 3879.0, 3861.0, 3880.0, 3850.0, 3870.0, 3859.0, 3859.0, 3859.0, 3859.0, 3891.0, 3870.0, 3892.0, 3860.0, 3859.0, 3859.0, 3891.0, 3861.0, 3891.0, 3872.0, 3880.0, 3861.0, 3871.0, 3861.0, 3873.0, 3872.0, 3873.0, 3872.0, 3863.0, 3894.0, 3874.0, 3894.0, 3874.0, 3894.0, 3862.0, 3862.0, 3872.0, 3872.0, 3903.0, 3862.0, 3902.0, 3860.0, 3881.0, 3861.0, 3882.0, 3861.0, 3902.0, 3861.0, 3859.0, 3860.0, 3871.0, 3860.0, 3871.0, 3871.0, 3861.0, 3892.0, 3860.0, 3892.0, 3861.0, 3870.0, 3860.0, 3860.0, 3861.0, 3872.0, 3872.0, 3862.0, 3893.0, 3874.0, 3905.0, 3873.0, 3884.0, 3873.0, 3862.0, 3861.0, 3862.0, 3914.0, 3883.0, 3914.0, 3861.0, 3869.0, 3848.0, 3859.0, 3860.0, 3870.0, 3912.0, 3848.0, 3889.0, 3859.0, 3880.0, 3847.0, 3879.0, 3847.0, 3859.0, 3859.0, 3860.0, 3889.0, 3849.0, 3868.0, 3849.0, 3859.0, 3859.0, 3870.0, 3869.0, 3861.0, 3902.0, 3860.0, 3879.0, 3861.0, 3871.0, 3861.0, 3882.0, 3861.0, 3860.0, 3870.0, 3861.0, 3891.0, 3861.0, 3880.0, 3861.0, 3870.0, 3861.0, 3872.0, 3873.0, 3874.0, 3873.0, 3886.0, 3875.0, 3886.0, 3885.0, 3887.0, 3908.0, 3887.0, 3908.0, 3877.0, 3887.0, 3927.0, 3863.0, 3915.0, 3884.0, 3914.0, 3882.0, 3891.0, 3859.0, 3860.0, 3860.0, 3861.0, 3913.0, 3860.0, 3891.0, 3859.0, 3869.0, 3860.0, 3891.0, 3857.0, 3859.0, 3859.0, 3860.0, 3890.0, 3860.0, 3900.0, 3860.0, 3870.0, 3848.0, 3860.0, 3859.0, 3860.0, 3880.0, 3859.0, 3879.0, 3859.0, 3871.0, 3861.0, 3861.0, 3872.0, 3873.0, 3884.0, 3874.0, 3885.0, 3873.0, 3873.0, 3874.0, 3895.0, 3874.0, 3907.0, 3874.0, 3874.0, 3915.0, 3861.0, 3903.0, 3862.0, 3903.0, 3861.0, 3860.0, 3861.0, 3862.0, 3862.0, 3872.0, 3862.0, 3873.0, 3893.0, 3873.0, 3883.0, 3862.0, 3883.0, 3862.0, 3871.0, 3862.0, 3862.0, 3862.0, 3863.0, 3914.0, 3873.0, 3893.0, 3862.0, 3882.0, 3862.0, 3892.0, 3861.0, 3872.0, 3862.0, 3872.0, 3872.0, 3873.0, 3892.0, 3873.0, 3892.0, 3872.0, 3892.0, 3872.0, 3892.0, 3873.0, 3904.0, 3872.0, 3882.0, 3860.0, 3870.0, 3860.0, 3882.0, 3860.0, 3848.0, 3859.0, 3849.0, 3880.0, 3860.0, 3882.0, 3870.0, 3881.0, 3872.0, 3873.0, 3884.0, 3862.0, 3903.0, 3872.0, 3870.0, 3872.0, 3905.0, 3873.0, 3904.0, 3873.0, 3871.0, 3862.0, 3882.0, 3862.0, 3893.0, 3860.0, 3850.0, 3858.0, 3858.0, 3859.0, 3861.0, 3902.0, 3873.0, 3881.0, 3861.0, 3869.0, 3870.0, 3881.0, 3872.0, 3871.0, 3870.0, 3860.0, 3861.0, 3860.0, 3870.0, 3882.0, 3849.0, 3860.0, 3869.0, 3860.0, 3881.0, 3871.0, 3881.0, 3870.0, 3858.0, 3860.0, 3848.0, 3859.0, 3850.0, 3890.0, 3859.0, 3879.0, 3858.0, 3848.0, 3859.0, 3848.0, 3859.0, 3849.0, 3859.0, 3859.0, 3858.0, 3860.0, 3859.0, 3860.0, 3860.0, 3860.0, 3860.0, 3860.0, 3871.0, 3892.0, 3872.0, 3880.0, 3872.0, 3861.0, 3872.0, 3871.0, 3873.0, 3873.0, 3862.0, 3861.0, 3873.0, 3872.0, 3872.0, 3872.0, 3902.0, 3861.0, 3859.0, 3859.0, 3861.0, 3861.0, 3894.0, 3926.0, 3861.0, 3891.0, 3872.0, 3881.0, 3861.0, 3925.0, 3872.0, 3903.0, 3850.0, 3859.0, 3860.0, 3861.0, 3903.0, 3904.0, 3861.0, 3860.0, 3860.0, 3859.0, 3872.0, 3872.0, 3863.0, 3884.0, 3873.0, 3863.0, 3872.0, 3873.0, 3915.0, 3862.0, 3903.0, 3871.0, 3870.0, 3860.0, 3848.0, 3858.0, 3848.0, 3859.0, 3858.0, 3860.0, 3881.0, 3860.0, 3901.0, 3859.0, 3858.0, 3858.0, 3858.0, 3859.0, 3882.0, 3901.0, 3859.0, 3890.0, 3859.0, 3869.0, 3859.0, 3859.0, 3848.0, 3857.0, 3858.0, 3860.0, 3859.0, 3861.0, 3859.0, 3860.0, 3870.0, 3859.0, 3893.0, 3873.0, 3871.0, 3862.0, 3872.0, 3861.0, 3861.0, 3861.0, 3870.0, 3873.0, 3894.0, 3874.0, 3915.0, 3873.0, 3860.0, 3862.0, 3861.0, 3873.0, 3875.0, 3906.0, 3863.0, 3905.0, 3872.0, 3861.0, 3862.0, 3861.0, 3862.0, 3893.0, 3860.0, 3860.0, 3861.0, 3861.0, 3902.0, 3871.0, 3892.0, 3850.0, 3859.0, 3848.0, 3859.0, 3860.0, 3862.0, 3861.0, 3860.0, 3861.0, 3871.0, 3861.0, 3861.0, 3893.0, 3883.0, 3860.0, 3871.0, 3902.0, 3860.0, 3902.0, 3860.0, 3892.0, 3860.0, 3859.0, 3838.0, 3859.0, 3859.0, 3859.0, 3859.0, 3860.0, 3870.0, 3860.0, 3870.0, 3860.0, 3880.0, 3860.0, 3860.0, 3850.0, 3860.0, 3850.0, 3871.0, 3862.0, 3861.0, 3850.0, 3861.0, 3861.0, 3862.0, 3862.0, 3894.0, 3863.0, 3861.0, 3862.0, 3873.0, 3882.0, 3861.0, 3904.0, 3874.0, 3894.0, 3863.0, 3872.0, 3873.0, 3872.0, 3861.0, 3893.0, 3861.0, 3859.0, 3861.0, 3863.0, 3894.0, 3864.0, 3904.0, 3863.0, 3872.0, 3864.0, 3873.0, 3864.0, 3874.0, 3875.0, 3894.0, 3875.0, 3907.0, 3888.0, 3897.0, 3918.0, 3863.0, 3883.0, 3872.0, 3904.0, 3874.0, 3936.0, 3905.0, 3913.0, 3862.0, 3870.0, 3861.0, 3881.0, 3850.0, 3860.0, 3848.0, 3860.0, 3902.0, 3861.0, 3892.0, 3859.0, 3860.0, 3849.0, 3860.0, 3860.0, 3850.0, 3901.0, 3859.0, 3869.0, 3859.0, 3859.0, 3848.0, 3870.0, 3859.0, 3860.0, 3859.0, 3870.0, 3881.0, 3861.0, 3891.0, 3861.0, 3860.0, 3850.0, 3861.0, 3861.0, 3861.0, 3861.0, 3850.0, 3891.0, 3861.0, 3891.0, 3861.0, 3881.0, 3860.0, 3860.0, 3849.0, 3860.0, 3860.0, 3860.0, 3902.0, 3860.0, 3881.0, 3861.0, 3871.0, 3862.0, 3872.0, 3860.0, 3861.0, 3861.0, 3861.0, 3861.0, 3862.0, 3903.0, 3862.0, 3892.0, 3861.0, 3871.0, 3863.0, 3873.0, 3876.0, 3894.0, 3864.0, 3872.0, 3874.0, 3875.0, 3889.0, 3908.0, 3887.0, 3884.0, 3874.0, 3872.0, 3873.0, 3881.0, 3874.0, 3904.0, 3875.0, 3927.0, 3886.0, 3937.0, 3894.0, 3914.0, 3860.0, 3913.0, 3872.0, 3924.0, 3881.0, 3891.0, 3849.0, 3849.0, 3860.0, 3860.0, 3859.0, 3859.0, 3847.0, 3859.0, 3859.0, 3861.0, 3907.0, 3885.0, 3892.0, 3861.0, 3870.0, 3861.0, 3883.0, 3861.0, 3892.0, 3850.0, 3849.0, 3849.0, 3849.0, 3871.0, 3862.0, 3924.0, 3871.0, 3890.0, 3858.0, 3868.0, 3872.0, 3895.0, 3873.0, 3902.0, 3860.0, 3859.0, 3849.0, 3848.0, 3848.0, 3869.0, 3858.0, 3858.0, 3859.0, 3860.0, 3901.0, 3861.0, 3890.0, 3859.0, 3859.0, 3849.0, 3859.0, 3849.0, 3870.0, 3901.0, 3859.0, 3879.0, 3859.0, 3869.0, 3860.0, 3880.0], 'WindowWidth': [8776.0, 8757.0, 8772.0, 8708.0, 8742.0, 8679.0, 8702.0, 8672.0, 8668.0, 8669.0, 8668.0, 8684.0, 8685.0, 8687.0, 8670.0, 8708.0, 8687.0, 8713.0, 8671.0, 8713.0, 8669.0, 8669.0, 8668.0, 8671.0, 8741.0, 8670.0, 8712.0, 8669.0, 8667.0, 8665.0, 8669.0, 8737.0, 8670.0, 8694.0, 8667.0, 8665.0, 8683.0, 8668.0, 8694.0, 8666.0, 8721.0, 8650.0, 8692.0, 8666.0, 8678.0, 8665.0, 8667.0, 8664.0, 8668.0, 8709.0, 8669.0, 8710.0, 8669.0, 8681.0, 8667.0, 8666.0, 8684.0, 8683.0, 8698.0, 8687.0, 8684.0, 8684.0, 8711.0, 8685.0, 8710.0, 8671.0, 8712.0, 8670.0, 8682.0, 8684.0, 8670.0, 8697.0, 8684.0, 8711.0, 8683.0, 8709.0, 8670.0, 8694.0, 8668.0, 8698.0, 8668.0, 8683.0, 8668.0, 8672.0, 8727.0, 8668.0, 8707.0, 8667.0, 8663.0, 8684.0, 8697.0, 8684.0, 8714.0, 8708.0, 8718.0, 8689.0, 8686.0, 8683.0, 8687.0, 8686.0, 8689.0, 8751.0, 8672.0, 8671.0, 8728.0, 8683.0, 8742.0, 8665.0, 8706.0, 8662.0, 8658.0, 8666.0, 8664.0, 8665.0, 8667.0, 8664.0, 8665.0, 8692.0, 8669.0, 8696.0, 8670.0, 8696.0, 8669.0, 8666.0, 8672.0, 8686.0, 8684.0, 8703.0, 8685.0, 8672.0, 8682.0, 8673.0, 8743.0, 8685.0, 8742.0, 8669.0, 8692.0, 8667.0, 8679.0, 8663.0, 8709.0, 8649.0, 8664.0, 8664.0, 8667.0, 8709.0, 8667.0, 8725.0, 8665.0, 8692.0, 8670.0, 8680.0, 8666.0, 8681.0, 8668.0, 8666.0, 8669.0, 8685.0, 8698.0, 8670.0, 8683.0, 8670.0, 8694.0, 8687.0, 8715.0, 8677.0, 8731.0, 8691.0, 8714.0, 8690.0, 8718.0, 8693.0, 8734.0, 8675.0, 8685.0, 8674.0, 8672.0, 8671.0, 8682.0, 8673.0, 8715.0, 8695.0, 8764.0, 8720.0, 8673.0, 8668.0, 8671.0, 8667.0, 8674.0, 8730.0, 8674.0, 8730.0, 8685.0, 8665.0, 8714.0, 8668.0, 8757.0, 8669.0, 8722.0, 8664.0, 8676.0, 8669.0, 8666.0, 8669.0, 8667.0, 8667.0, 8667.0, 8669.0, 8683.0, 8708.0, 8682.0, 8692.0, 8664.0, 8677.0, 8666.0, 8679.0, 8667.0, 8667.0, 8666.0, 8651.0, 8682.0, 8669.0, 8727.0, 8683.0, 8709.0, 8666.0, 8691.0, 8669.0, 8693.0, 8653.0, 8679.0, 8665.0, 8664.0, 8663.0, 8664.0, 8711.0, 8681.0, 8713.0, 8668.0, 8664.0, 8665.0, 8710.0, 8670.0, 8708.0, 8685.0, 8696.0, 8672.0, 8683.0, 8671.0, 8688.0, 8686.0, 8690.0, 8687.0, 8677.0, 8718.0, 8693.0, 8719.0, 8694.0, 8718.0, 8674.0, 8672.0, 8685.0, 8686.0, 8729.0, 8671.0, 8726.0, 8668.0, 8695.0, 8672.0, 8698.0, 8671.0, 8725.0, 8670.0, 8665.0, 8668.0, 8682.0, 8669.0, 8683.0, 8684.0, 8670.0, 8713.0, 8667.0, 8711.0, 8670.0, 8679.0, 8667.0, 8666.0, 8671.0, 8687.0, 8686.0, 8674.0, 8717.0, 8694.0, 8733.0, 8691.0, 8707.0, 8689.0, 8674.0, 8671.0, 8674.0, 8746.0, 8701.0, 8743.0, 8670.0, 8679.0, 8650.0, 8665.0, 8666.0, 8679.0, 8738.0, 8648.0, 8703.0, 8664.0, 8691.0, 8647.0, 8692.0, 8645.0, 8662.0, 8663.0, 8666.0, 8703.0, 8651.0, 8676.0, 8651.0, 8663.0, 8666.0, 8681.0, 8678.0, 8670.0, 8724.0, 8667.0, 8692.0, 8671.0, 8684.0, 8672.0, 8699.0, 8669.0, 8667.0, 8680.0, 8669.0, 8708.0, 8669.0, 8694.0, 8671.0, 8681.0, 8672.0, 8688.0, 8691.0, 8694.0, 8691.0, 8712.0, 8696.0, 8713.0, 8710.0, 8717.0, 8745.0, 8716.0, 8743.0, 8700.0, 8715.0, 8768.0, 8677.0, 8748.0, 8704.0, 8743.0, 8698.0, 8709.0, 8664.0, 8667.0, 8667.0, 8668.0, 8744.0, 8667.0, 8709.0, 8664.0, 8677.0, 8667.0, 8707.0, 8659.0, 8663.0, 8664.0, 8665.0, 8706.0, 8667.0, 8719.0, 8667.0, 8679.0, 8649.0, 8666.0, 8667.0, 8667.0, 8692.0, 8666.0, 8690.0, 8664.0, 8684.0, 8671.0, 8669.0, 8687.0, 8690.0, 8708.0, 8693.0, 8709.0, 8691.0, 8690.0, 8693.0, 8721.0, 8693.0, 8741.0, 8690.0, 8690.0, 8746.0, 8672.0, 8728.0, 8673.0, 8728.0, 8671.0, 8667.0, 8670.0, 8671.0, 8672.0, 8687.0, 8672.0, 8688.0, 8715.0, 8688.0, 8701.0, 8674.0, 8701.0, 8673.0, 8683.0, 8672.0, 8673.0, 8674.0, 8674.0, 8744.0, 8690.0, 8715.0, 8673.0, 8698.0, 8673.0, 8712.0, 8671.0, 8685.0, 8671.0, 8685.0, 8685.0, 8688.0, 8714.0, 8688.0, 8713.0, 8686.0, 8713.0, 8687.0, 8714.0, 8690.0, 8730.0, 8687.0, 8697.0, 8668.0, 8680.0, 8669.0, 8696.0, 8666.0, 8649.0, 8663.0, 8649.0, 8693.0, 8670.0, 8699.0, 8682.0, 8697.0, 8687.0, 8691.0, 8706.0, 8674.0, 8730.0, 8687.0, 8682.0, 8687.0, 8733.0, 8693.0, 8732.0, 8690.0, 8685.0, 8673.0, 8700.0, 8675.0, 8714.0, 8668.0, 8654.0, 8663.0, 8664.0, 8666.0, 8669.0, 8727.0, 8689.0, 8696.0, 8669.0, 8679.0, 8681.0, 8696.0, 8685.0, 8682.0, 8681.0, 8667.0, 8669.0, 8667.0, 8682.0, 8698.0, 8652.0, 8667.0, 8678.0, 8666.0, 8694.0, 8683.0, 8695.0, 8678.0, 8662.0, 8666.0, 8648.0, 8664.0, 8652.0, 8706.0, 8665.0, 8689.0, 8661.0, 8646.0, 8664.0, 8647.0, 8662.0, 8651.0, 8662.0, 8664.0, 8661.0, 8666.0, 8665.0, 8667.0, 8667.0, 8667.0, 8667.0, 8666.0, 8684.0, 8711.0, 8684.0, 8693.0, 8685.0, 8669.0, 8685.0, 8684.0, 8690.0, 8688.0, 8674.0, 8672.0, 8688.0, 8688.0, 8686.0, 8686.0, 8726.0, 8671.0, 8666.0, 8666.0, 8670.0, 8671.0, 8717.0, 8765.0, 8672.0, 8710.0, 8687.0, 8698.0, 8671.0, 8763.0, 8685.0, 8727.0, 8654.0, 8666.0, 8668.0, 8671.0, 8730.0, 8730.0, 8672.0, 8668.0, 8668.0, 8665.0, 8687.0, 8688.0, 8678.0, 8707.0, 8690.0, 8677.0, 8688.0, 8690.0, 8747.0, 8674.0, 8727.0, 8684.0, 8680.0, 8665.0, 8648.0, 8662.0, 8648.0, 8663.0, 8661.0, 8669.0, 8696.0, 8669.0, 8723.0, 8664.0, 8661.0, 8661.0, 8662.0, 8663.0, 8697.0, 8723.0, 8665.0, 8707.0, 8663.0, 8675.0, 8663.0, 8662.0, 8649.0, 8660.0, 8662.0, 8667.0, 8665.0, 8670.0, 8666.0, 8668.0, 8680.0, 8667.0, 8713.0, 8691.0, 8686.0, 8674.0, 8685.0, 8671.0, 8672.0, 8673.0, 8682.0, 8688.0, 8718.0, 8694.0, 8748.0, 8689.0, 8666.0, 8672.0, 8672.0, 8689.0, 8696.0, 8737.0, 8676.0, 8734.0, 8688.0, 8670.0, 8672.0, 8671.0, 8672.0, 8714.0, 8668.0, 8667.0, 8669.0, 8668.0, 8725.0, 8683.0, 8710.0, 8655.0, 8664.0, 8650.0, 8663.0, 8670.0, 8672.0, 8670.0, 8669.0, 8671.0, 8684.0, 8671.0, 8671.0, 8715.0, 8702.0, 8669.0, 8682.0, 8726.0, 8666.0, 8725.0, 8668.0, 8710.0, 8666.0, 8664.0, 8636.0, 8664.0, 8663.0, 8665.0, 8663.0, 8665.0, 8679.0, 8667.0, 8680.0, 8668.0, 8694.0, 8667.0, 8665.0, 8655.0, 8667.0, 8657.0, 8683.0, 8672.0, 8670.0, 8656.0, 8670.0, 8671.0, 8674.0, 8674.0, 8719.0, 8675.0, 8672.0, 8673.0, 8688.0, 8700.0, 8672.0, 8730.0, 8692.0, 8716.0, 8675.0, 8687.0, 8690.0, 8687.0, 8670.0, 8714.0, 8668.0, 8666.0, 8670.0, 8675.0, 8717.0, 8679.0, 8732.0, 8676.0, 8687.0, 8679.0, 8690.0, 8681.0, 8693.0, 8695.0, 8718.0, 8697.0, 8742.0, 8718.0, 8728.0, 8756.0, 8677.0, 8700.0, 8686.0, 8731.0, 8692.0, 8778.0, 8735.0, 8741.0, 8672.0, 8682.0, 8672.0, 8696.0, 8653.0, 8666.0, 8649.0, 8666.0, 8725.0, 8668.0, 8710.0, 8665.0, 8665.0, 8652.0, 8666.0, 8666.0, 8652.0, 8722.0, 8664.0, 8675.0, 8664.0, 8663.0, 8650.0, 8679.0, 8664.0, 8666.0, 8665.0, 8680.0, 8696.0, 8670.0, 8709.0, 8669.0, 8666.0, 8654.0, 8668.0, 8668.0, 8669.0, 8668.0, 8653.0, 8708.0, 8669.0, 8708.0, 8669.0, 8696.0, 8667.0, 8666.0, 8651.0, 8667.0, 8667.0, 8667.0, 8726.0, 8667.0, 8696.0, 8670.0, 8681.0, 8672.0, 8684.0, 8668.0, 8669.0, 8670.0, 8669.0, 8670.0, 8672.0, 8727.0, 8674.0, 8712.0, 8671.0, 8683.0, 8676.0, 8688.0, 8700.0, 8717.0, 8681.0, 8686.0, 8694.0, 8695.0, 8721.0, 8744.0, 8717.0, 8707.0, 8695.0, 8689.0, 8690.0, 8698.0, 8692.0, 8730.0, 8696.0, 8768.0, 8713.0, 8782.0, 8718.0, 8745.0, 8669.0, 8741.0, 8685.0, 8758.0, 8696.0, 8708.0, 8650.0, 8651.0, 8666.0, 8666.0, 8664.0, 8662.0, 8647.0, 8664.0, 8663.0, 8671.0, 8742.0, 8712.0, 8714.0, 8672.0, 8682.0, 8671.0, 8701.0, 8673.0, 8711.0, 8655.0, 8652.0, 8650.0, 8651.0, 8685.0, 8671.0, 8757.0, 8683.0, 8707.0, 8662.0, 8675.0, 8687.0, 8723.0, 8692.0, 8727.0, 8669.0, 8663.0, 8650.0, 8650.0, 8649.0, 8677.0, 8661.0, 8663.0, 8664.0, 8668.0, 8723.0, 8668.0, 8706.0, 8664.0, 8662.0, 8650.0, 8665.0, 8651.0, 8680.0, 8722.0, 8664.0, 8690.0, 8663.0, 8678.0, 8668.0, 8692.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.0004109010989010989</td></tr>
<tr><td colspan=3>aqi</td><td>0.016120988901098903</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.32248875752474</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.153239825511552</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0044673058195814</td></tr>
<tr><td colspan=3>efc</td><td>0.5024</td></tr>
<tr><td colspan=3>fber</td><td>2853.9607</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06625380701392991</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.43956043956043955</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.486853173329418</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.532968757791137</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6043982106335806</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.323192551563536</td></tr>
<tr><td colspan=3>gcor</td><td>0.00562889</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004329691641032696</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.020791590213775635</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>910</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.8427070824929235</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>24.7777</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>57.9144</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>194.1676</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>60.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295718.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>879.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>357.3099</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5448</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>519.377</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3047.2462</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3193.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80826.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1019.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4035.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>830.9195</td></tr>
<tr><td colspan=3>tsnr</td><td>41.60971588175744</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>