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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0062/ses-02/func/sub-0062_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>ee118005c3517bdfe94c4e21b2112dc6</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>11:44:15.295000</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.999683, -0.0220464, 0.0121714, 0.0225114, 0.998966, -0.0394924]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.10782</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4143, -7719, -7296, 480, -76, -132, -33, 72]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>273.474</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f04f5680-968a-49cc-b626-ccf323eb3715||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.6820759773254395, 0.060396526008844376, 0.030478093773126602, 105.29087829589844], [0.059148889034986496, 2.6801533699035645, -0.10733535140752792, -92.33726501464844], [0.032655056565999985, 0.10595512390136719, 2.6976935863494873, -64.97203063964844], [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': ['114415.295000', '114415.755000', '114416.215000', '114416.675000', '114417.135000', '114417.595000', '114418.055000', '114418.515000', '114418.975000', '114419.435000', '114419.895000', '114420.355000', '114420.815000', '114421.275000', '114421.735000', '114422.195000', '114422.655000', '114423.115000', '114423.575000', '114424.035000', '114424.495000', '114424.955000', '114425.415000', '114425.875000', '114426.335000', '114426.795000', '114427.255000', '114427.715000', '114428.175000', '114428.635000', '114429.095000', '114429.555000', '114430.015000', '114430.475000', '114430.935000', '114431.395000', '114431.855000', '114432.315000', '114432.775000', '114433.235000', '114433.695000', '114434.155000', '114434.615000', '114435.075000', '114435.535000', '114435.995000', '114436.455000', '114436.915000', '114437.375000', '114437.835000', '114438.295000', '114438.755000', '114439.215000', '114439.675000', '114440.135000', '114440.595000', '114441.055000', '114441.515000', '114441.975000', '114442.435000', '114442.895000', '114443.355000', '114443.815000', '114444.275000', '114444.735000', '114445.195000', '114445.655000', '114446.115000', '114446.575000', '114447.035000', '114447.495000', '114447.955000', '114448.415000', '114448.875000', '114449.335000', '114449.795000', '114450.255000', '114450.715000', '114451.175000', '114451.635000', '114452.095000', '114452.555000', '114453.015000', '114453.475000', '114453.935000', '114454.395000', '114454.855000', '114455.315000', '114455.775000', '114456.235000', '114456.695000', '114457.155000', '114457.615000', '114458.075000', '114458.535000', '114458.995000', '114459.455000', '114459.915000', '114500.375000', '114500.835000', '114501.295000', '114501.755000', '114502.215000', '114502.675000', '114503.135000', '114503.595000', '114504.055000', '114504.515000', '114504.975000', '114505.435000', '114505.895000', '114506.355000', '114506.815000', '114507.275000', '114507.735000', '114508.195000', '114508.655000', '114509.115000', '114509.575000', '114510.035000', '114510.495000', '114510.955000', '114511.415000', '114511.875000', '114512.335000', '114512.795000', '114513.255000', '114513.715000', '114514.175000', '114514.635000', '114515.095000', '114515.555000', '114516.015000', '114516.475000', '114516.935000', '114517.395000', '114517.855000', '114518.315000', '114518.775000', '114519.235000', '114519.695000', '114520.155000', '114520.615000', '114521.075000', '114521.535000', '114521.995000', '114522.455000', '114522.915000', '114523.375000', '114523.835000', '114524.295000', '114524.755000', '114525.215000', '114525.675000', '114526.135000', '114526.595000', '114527.055000', '114527.515000', '114527.975000', '114528.435000', '114528.895000', '114529.355000', '114529.815000', '114530.275000', '114530.735000', '114531.195000', '114531.655000', '114532.115000', '114532.575000', '114533.035000', '114533.495000', '114533.955000', '114534.415000', '114534.875000', '114535.335000', '114535.795000', '114536.255000', '114536.715000', '114537.175000', '114537.635000', '114538.095000', '114538.555000', '114539.015000', '114539.475000', '114539.935000', '114540.395000', '114540.855000', '114541.315000', '114541.775000', '114542.235000', '114542.695000', '114543.155000', '114543.615000', '114544.075000', '114544.535000', '114544.995000', '114545.455000', '114545.915000', '114546.375000', '114546.835000', '114547.295000', '114547.755000', '114548.215000', '114548.675000', '114549.135000', '114549.595000', '114550.055000', '114550.515000', '114550.975000', '114551.435000', '114551.895000', '114552.355000', '114552.815000', '114553.275000', '114553.735000', '114554.195000', '114554.655000', '114555.115000', '114555.575000', '114556.035000', '114556.495000', '114556.955000', '114557.415000', '114557.875000', '114558.335000', '114558.795000', '114559.255000', '114559.715000', '114600.175000', '114600.635000', '114601.095000', '114601.555000', '114602.015000', '114602.475000', '114602.935000', '114603.395000', '114603.855000', '114604.315000', '114604.775000', '114605.235000', '114605.695000', '114606.155000', '114606.615000', '114607.075000', '114607.535000', '114607.995000', '114608.455000', '114608.915000', '114609.375000', '114609.835000', '114610.295000', '114610.755000', '114611.215000', '114611.675000', '114612.135000', '114612.595000', '114613.055000', '114613.515000', '114613.975000', '114614.435000', '114614.895000', '114615.355000', '114615.815000', '114616.275000', '114616.735000', '114617.195000', '114617.655000', '114618.115000', '114618.575000', '114619.035000', '114619.495000', '114619.955000', '114620.415000', '114620.875000', '114621.335000', '114621.795000', '114622.255000', '114622.715000', '114623.175000', '114623.635000', '114624.095000', '114624.555000', '114625.015000', '114625.475000', '114625.935000', '114626.395000', '114626.855000', '114627.315000', '114627.775000', '114628.235000', '114628.695000', '114629.155000', '114629.615000', '114630.075000', '114630.535000', '114630.995000', '114631.455000', '114631.915000', '114632.375000', '114632.835000', '114633.295000', '114633.755000', '114634.215000', '114634.675000', '114635.135000', '114635.595000', '114636.055000', '114636.515000', '114636.975000', '114637.435000', '114637.895000', '114638.355000', '114638.815000', '114639.275000', '114639.735000', '114640.195000', '114640.655000', '114641.115000', '114641.575000', '114642.035000', '114642.495000', '114642.955000', '114643.415000', '114643.875000', '114644.335000', '114644.795000', '114645.255000', '114645.715000', '114646.175000', '114646.635000', '114647.095000', '114647.555000', '114648.015000', '114648.475000', '114648.935000', '114649.395000', '114649.855000', '114650.315000', '114650.775000', '114651.235000', '114651.695000', '114652.155000', '114652.615000', '114653.075000', '114653.535000', '114653.995000', '114654.455000', '114654.915000', '114655.375000', '114655.835000', '114656.295000', '114656.755000', '114657.215000', '114657.675000', '114658.135000', '114658.595000', '114659.055000', '114659.515000', '114659.975000', '114700.435000', '114700.895000', '114701.355000', '114701.815000', '114702.275000', '114702.735000', '114703.195000', '114703.655000', '114704.115000', '114704.575000', '114705.035000', '114705.495000', '114705.955000', '114706.415000', '114706.875000', '114707.335000', '114707.795000', '114708.255000', '114708.715000', '114709.175000', '114709.635000', '114710.095000', '114710.555000', '114711.015000', '114711.475000', '114711.935000', '114712.395000', '114712.855000', '114713.315000', '114713.775000', '114714.235000', '114714.695000', '114715.155000', '114715.615000', '114716.075000', '114716.535000', '114716.995000', '114717.455000', '114717.915000', '114718.375000', '114718.835000', '114719.295000', '114719.755000', '114720.215000', '114720.675000', '114721.135000', '114721.595000', '114722.055000', '114722.515000', '114722.975000', '114723.435000', '114723.895000', '114724.355000', '114724.815000', '114725.275000', '114725.735000', '114726.195000', '114726.655000', '114727.115000', '114727.575000', '114728.035000', '114728.495000', '114728.955000', '114729.415000', '114729.875000', '114730.335000', '114730.795000', '114731.255000', '114731.715000', '114732.175000', '114732.635000', '114733.095000', '114733.555000', '114734.015000', '114734.475000', '114734.935000', '114735.395000', '114735.855000', '114736.315000', '114736.775000', '114737.235000', '114737.695000', '114738.155000', '114738.615000', '114739.075000', '114739.535000', '114739.995000', '114740.455000', '114740.915000', '114741.375000', '114741.835000', '114742.295000', '114742.755000', '114743.215000', '114743.675000', '114744.135000', '114744.595000', '114745.055000', '114745.515000', '114745.975000', '114746.435000', '114746.895000', '114747.355000', '114747.815000', '114748.275000', '114748.735000', '114749.195000', '114749.655000', '114750.115000', '114750.575000', '114751.035000', '114751.495000', '114751.955000', '114752.415000', '114752.875000', '114753.335000', '114753.795000', '114754.255000', '114754.715000', '114755.175000', '114755.635000', '114756.095000', '114756.555000', '114757.015000', '114757.475000', '114757.935000', '114758.395000', '114758.855000', '114759.315000', '114759.775000', '114800.235000', '114800.695000', '114801.155000', '114801.615000', '114802.075000', '114802.535000', '114802.995000', '114803.455000', '114803.915000', '114804.375000', '114804.835000', '114805.295000', '114805.755000', '114806.215000', '114806.675000', '114807.135000', '114807.595000', '114808.055000', '114808.515000', '114808.975000', '114809.435000', '114809.895000', '114810.355000', '114810.815000', '114811.275000', '114811.735000', '114812.195000', '114812.655000', '114813.115000', '114813.575000', '114814.035000', '114814.495000', '114814.955000', '114815.415000', '114815.875000', '114816.335000', '114816.795000', '114817.255000', '114817.715000', '114818.175000', '114818.635000', '114819.095000', '114819.555000', '114820.015000', '114820.475000', '114820.935000', '114821.395000', '114821.855000', '114822.315000', '114822.775000', '114823.235000', '114823.695000', '114824.155000', '114824.615000', '114825.075000', '114825.535000', '114825.995000', '114826.455000', '114826.915000', '114827.375000', '114827.835000', '114828.295000', '114828.755000', '114829.215000', '114829.675000', '114830.135000', '114830.595000', '114831.055000', '114831.515000', '114831.975000', '114832.435000', '114832.895000', '114833.355000', '114833.815000', '114834.275000', '114834.735000', '114835.195000', '114835.655000', '114836.115000', '114836.575000', '114837.035000', '114837.495000', '114837.955000', '114838.415000', '114838.875000', '114839.335000', '114839.795000', '114840.255000', '114840.715000', '114841.175000', '114841.635000', '114842.095000', '114842.555000', '114843.015000', '114843.475000', '114843.935000', '114844.395000', '114844.855000', '114845.315000', '114845.775000', '114846.235000', '114846.695000', '114847.155000', '114847.615000', '114848.075000', '114848.535000', '114848.995000', '114849.455000', '114849.915000', '114850.375000', '114850.835000', '114851.295000', '114851.755000', '114852.215000', '114852.675000', '114853.135000', '114853.595000', '114854.055000', '114854.515000', '114854.975000', '114855.435000', '114855.895000', '114856.355000', '114856.815000', '114857.275000', '114857.735000', '114858.195000', '114858.655000', '114859.115000', '114859.575000', '114900.035000', '114900.495000', '114900.955000', '114901.415000', '114901.875000', '114902.335000', '114902.795000', '114903.255000', '114903.715000', '114904.175000', '114904.635000', '114905.095000', '114905.555000', '114906.015000', '114906.475000', '114906.935000', '114907.395000', '114907.855000', '114908.315000', '114908.775000', '114909.235000', '114909.695000', '114910.155000', '114910.615000', '114911.075000', '114911.535000', '114911.995000', '114912.455000', '114912.915000', '114913.375000', '114913.835000', '114914.295000', '114914.755000', '114915.215000', '114915.675000', '114916.135000', '114916.595000', '114917.055000', '114917.515000', '114917.975000', '114918.435000', '114918.895000', '114919.355000', '114919.815000', '114920.275000', '114920.735000', '114921.195000', '114921.655000', '114922.115000', '114922.575000', '114923.035000', '114923.495000', '114923.955000', '114924.415000', '114924.875000', '114925.335000', '114925.795000', '114926.255000', '114926.715000', '114927.175000', '114927.635000', '114928.095000', '114928.555000', '114929.015000', '114929.475000', '114929.935000', '114930.395000', '114930.855000', '114931.315000', '114931.775000', '114932.235000', '114932.695000', '114933.155000', '114933.615000', '114934.075000', '114934.535000', '114934.995000', '114935.455000', '114935.915000', '114936.375000', '114936.835000', '114937.295000', '114937.755000', '114938.215000', '114938.675000', '114939.135000', '114939.595000', '114940.055000', '114940.515000', '114940.975000', '114941.435000', '114941.895000', '114942.355000', '114942.815000', '114943.275000', '114943.735000', '114944.195000', '114944.655000', '114945.115000', '114945.575000', '114946.035000', '114946.495000', '114946.955000', '114947.415000', '114947.875000', '114948.335000', '114948.795000', '114949.255000', '114949.715000', '114950.175000', '114950.635000', '114951.095000', '114951.555000', '114952.015000', '114952.475000', '114952.935000', '114953.395000', '114953.855000', '114954.315000', '114954.775000', '114955.235000', '114955.695000', '114956.155000', '114956.615000', '114957.075000', '114957.535000', '114957.995000', '114958.455000', '114958.915000', '114959.375000', '114959.835000', '115000.295000', '115000.755000', '115001.215000', '115001.675000', '115002.135000', '115002.595000', '115003.055000', '115003.515000', '115003.975000', '115004.435000', '115004.895000', '115005.355000', '115005.815000', '115006.275000', '115006.735000', '115007.195000', '115007.655000', '115008.115000', '115008.575000', '115009.035000', '115009.495000', '115009.955000', '115010.415000', '115010.875000', '115011.335000', '115011.795000', '115012.255000', '115012.715000', '115013.175000', '115013.635000', '115014.095000', '115014.555000', '115015.015000', '115015.475000', '115015.935000', '115016.395000', '115016.855000', '115017.315000', '115017.775000', '115018.235000', '115018.695000', '115019.155000', '115019.615000', '115020.075000', '115020.535000', '115020.995000', '115021.455000', '115021.915000', '115022.375000', '115022.835000', '115023.295000', '115023.755000', '115024.215000', '115024.675000', '115025.135000', '115025.595000', '115026.055000', '115026.515000', '115026.975000', '115027.435000', '115027.895000', '115028.355000', '115028.815000', '115029.275000', '115029.735000', '115030.195000', '115030.655000', '115031.115000', '115031.575000', '115032.035000', '115032.495000', '115032.955000', '115033.415000', '115033.875000', '115034.335000', '115034.795000', '115035.255000', '115035.715000', '115036.175000', '115036.635000', '115037.095000', '115037.555000', '115038.015000', '115038.475000', '115038.935000', '115039.395000', '115039.855000', '115040.315000', '115040.775000', '115041.235000', '115041.695000', '115042.155000', '115042.615000', '115043.075000', '115043.535000', '115043.995000', '115044.455000', '115044.915000', '115045.375000', '115045.835000', '115046.295000', '115046.755000', '115047.215000', '115047.675000', '115048.135000', '115048.595000', '115049.055000', '115049.515000', '115049.975000', '115050.435000', '115050.895000', '115051.355000', '115051.815000', '115052.275000', '115052.735000', '115053.195000', '115053.655000', '115054.115000', '115054.575000', '115055.035000', '115055.495000', '115055.955000', '115056.415000', '115056.875000', '115057.335000', '115057.795000', '115058.255000', '115058.715000', '115059.175000', '115059.635000', '115100.095000', '115100.555000', '115101.015000', '115101.475000', '115101.935000', '115102.395000', '115102.855000', '115103.315000', '115103.775000', '115104.235000', '115104.695000', '115105.155000', '115105.615000', '115106.075000', '115106.535000', '115106.995000', '115107.455000', '115107.915000', '115108.375000', '115108.835000', '115109.295000', '115109.755000', '115110.215000', '115110.675000', '115111.135000', '115111.595000', '115112.055000', '115112.515000', '115112.975000', '115113.435000', '115113.895000', '115114.355000', '115114.815000', '115115.275000'], 'ContentTime': ['114443.829000', '114443.832000', '114443.834000', '114443.838000', '114443.840000', '114443.843000', '114443.849000', '114443.851000', '114443.854000', '114443.857000', '114443.859000', '114443.862000', '114443.864000', '114443.867000', '114443.869000', '114443.872000', '114443.875000', '114443.877000', '114443.880000', '114443.882000', '114443.885000', '114443.888000', '114443.890000', '114443.893000', '114443.896000', '114443.898000', '114443.901000', '114443.904000', '114443.907000', '114443.909000', '114443.912000', '114443.914000', '114443.917000', '114443.920000', '114443.922000', '114443.925000', '114443.927000', '114443.930000', '114443.932000', '114443.935000', '114443.938000', '114443.958000', '114443.960000', '114443.963000', '114443.976000', '114443.978000', '114443.981000', '114443.983000', '114443.986000', '114443.989000', '114443.991000', '114443.994000', '114443.996000', '114444.000000', '114444.003000', '114444.005000', '114444.008000', '114444.010000', '114444.013000', '114503.801000', '114503.804000', '114503.807000', '114503.809000', '114503.812000', '114503.823000', '114503.825000', '114503.828000', '114503.830000', '114503.833000', '114503.836000', '114503.838000', '114503.841000', '114503.843000', '114503.846000', '114503.849000', '114503.851000', '114503.854000', '114503.856000', '114503.859000', '114503.862000', '114503.864000', '114503.867000', '114503.869000', '114503.872000', '114503.875000', '114503.877000', '114503.880000', '114503.883000', '114503.885000', '114503.888000', '114503.890000', '114503.893000', '114503.896000', '114503.898000', '114503.901000', '114503.903000', '114503.906000', '114503.908000', '114503.911000', '114503.914000', '114503.916000', '114503.919000', '114503.921000', '114523.802000', '114523.860000', '114523.863000', '114523.865000', '114523.868000', '114523.871000', '114523.873000', '114523.876000', '114523.878000', '114523.881000', '114523.884000', '114523.886000', '114523.889000', '114523.892000', '114523.894000', '114523.897000', '114523.899000', '114523.902000', '114523.905000', '114523.907000', '114523.910000', '114523.912000', '114523.915000', '114523.918000', '114523.920000', '114523.923000', '114523.926000', '114523.928000', '114523.931000', '114523.933000', '114523.936000', '114523.939000', '114523.941000', '114523.944000', '114523.946000', '114523.949000', '114523.952000', '114523.954000', '114523.957000', '114523.959000', '114523.962000', '114523.965000', '114523.967000', '114543.801000', '114543.804000', '114543.807000', '114543.810000', '114543.812000', '114543.815000', '114543.817000', '114543.820000', '114543.822000', '114543.825000', '114543.828000', '114543.830000', '114543.833000', '114543.836000', '114543.838000', '114543.841000', '114543.843000', '114543.846000', '114543.849000', '114543.851000', '114543.854000', '114543.856000', '114543.859000', '114543.862000', '114543.864000', '114543.867000', '114543.869000', '114543.872000', '114543.875000', '114543.877000', '114543.880000', '114543.882000', '114543.885000', '114543.888000', '114543.890000', '114543.893000', '114543.895000', '114543.898000', '114543.901000', '114543.903000', '114543.906000', '114543.908000', '114543.911000', '114543.914000', '114603.801000', '114603.804000', '114603.807000', '114603.809000', '114603.812000', '114603.815000', '114603.817000', '114603.820000', '114603.822000', '114603.825000', '114603.828000', '114603.830000', '114603.833000', '114603.835000', '114603.838000', '114603.841000', '114603.843000', '114603.852000', '114603.855000', '114603.857000', '114603.860000', '114603.863000', '114603.865000', '114603.868000', '114603.871000', '114603.873000', '114603.876000', '114603.880000', '114603.882000', '114603.885000', '114603.888000', '114603.890000', '114603.893000', '114603.896000', '114603.899000', '114603.902000', '114603.904000', '114603.907000', '114603.909000', '114603.912000', '114603.915000', '114603.917000', '114603.920000', '114623.802000', '114623.804000', '114623.807000', '114623.810000', '114623.812000', '114623.815000', '114623.817000', '114623.820000', '114623.823000', '114623.825000', '114623.828000', '114623.830000', '114623.833000', '114623.836000', '114623.838000', '114623.841000', '114623.843000', '114623.846000', '114623.849000', '114623.851000', '114623.854000', '114623.896000', '114623.899000', '114623.901000', '114623.904000', '114623.906000', '114623.909000', '114623.911000', '114623.914000', '114623.917000', '114623.919000', '114623.922000', '114623.924000', '114623.936000', '114623.938000', '114623.941000', '114623.944000', '114623.946000', '114623.949000', '114623.952000', '114623.954000', '114623.957000', '114623.959000', '114623.962000', '114643.802000', '114643.805000', '114643.808000', '114643.810000', '114643.813000', '114643.816000', '114643.818000', '114643.821000', '114643.824000', '114643.826000', '114643.829000', '114643.831000', '114643.834000', '114643.837000', '114643.839000', '114643.843000', '114643.845000', '114643.848000', '114643.850000', '114643.853000', '114643.856000', '114643.858000', '114643.861000', '114643.864000', '114643.866000', '114643.869000', '114643.871000', '114643.874000', '114643.877000', '114643.879000', '114643.882000', '114643.884000', '114643.887000', '114643.890000', '114643.892000', '114643.895000', '114643.897000', '114643.900000', '114643.903000', '114643.905000', '114643.908000', '114643.911000', '114643.913000', '114703.801000', '114703.804000', '114703.807000', '114703.820000', '114703.822000', '114703.825000', '114703.827000', '114703.830000', '114703.833000', '114703.835000', '114703.838000', '114703.841000', '114703.843000', '114703.846000', '114703.848000', '114703.851000', '114703.854000', '114703.856000', '114703.859000', '114703.862000', '114703.864000', '114703.867000', '114703.870000', '114703.872000', '114703.875000', '114703.877000', '114703.880000', '114703.883000', '114703.885000', '114703.888000', '114703.891000', '114703.893000', '114703.896000', '114703.898000', '114703.901000', '114703.904000', '114703.906000', '114703.909000', '114703.911000', '114703.914000', '114703.917000', '114703.919000', '114703.922000', '114703.925000', '114723.802000', '114723.821000', '114723.823000', '114723.826000', '114723.828000', '114723.831000', '114723.834000', '114723.836000', '114723.839000', '114723.841000', '114723.844000', '114723.847000', '114723.849000', '114723.852000', '114723.855000', '114723.857000', '114723.860000', '114723.863000', '114723.865000', '114723.869000', '114723.871000', '114723.874000', '114723.877000', '114723.879000', '114723.882000', '114723.885000', '114723.887000', '114723.890000', '114723.892000', '114723.895000', '114723.898000', '114723.900000', '114723.903000', '114723.906000', '114723.908000', '114723.911000', '114723.913000', '114723.917000', '114723.920000', '114723.922000', '114723.925000', '114723.928000', '114723.930000', '114743.802000', '114743.829000', '114743.831000', '114743.834000', '114743.837000', '114743.839000', '114743.842000', '114743.845000', '114743.847000', '114743.850000', '114743.853000', '114743.855000', '114743.858000', '114743.860000', '114743.863000', '114743.866000', '114743.868000', '114743.871000', '114743.874000', '114743.876000', '114743.879000', '114743.881000', '114743.884000', '114743.887000', '114743.889000', '114743.892000', '114743.895000', '114743.897000', '114743.900000', '114743.902000', '114743.905000', '114743.908000', '114743.911000', '114743.913000', '114743.916000', '114743.918000', '114743.921000', '114743.924000', '114743.926000', '114743.929000', '114743.937000', '114743.939000', '114743.942000', '114743.945000', '114803.801000', '114803.804000', '114803.821000', '114803.824000', '114803.826000', '114803.829000', '114803.832000', '114803.834000', '114803.837000', '114803.839000', '114803.842000', '114803.845000', '114803.847000', '114803.850000', '114803.852000', '114803.855000', '114803.858000', '114803.860000', '114803.863000', '114803.865000', '114803.868000', '114803.871000', '114803.873000', '114803.876000', '114803.879000', '114803.882000', '114803.885000', '114803.888000', '114803.891000', '114803.894000', '114803.896000', '114803.899000', '114803.901000', '114803.904000', '114803.907000', '114803.909000', '114803.912000', '114803.914000', '114803.917000', '114803.920000', '114803.922000', '114803.925000', '114803.928000', '114823.802000', '114823.805000', '114823.807000', '114823.810000', '114823.812000', '114823.815000', '114823.818000', '114823.820000', '114823.823000', '114823.826000', '114823.828000', '114823.831000', '114823.833000', '114823.836000', '114823.839000', '114823.841000', '114823.844000', '114823.847000', '114823.849000', '114823.852000', '114823.854000', '114823.857000', '114823.860000', '114823.862000', '114823.865000', '114823.874000', '114823.877000', '114823.879000', '114823.882000', '114823.885000', '114823.887000', '114823.890000', '114823.893000', '114823.895000', '114823.898000', '114823.900000', '114823.903000', '114823.905000', '114823.908000', '114823.911000', '114823.913000', '114823.916000', '114823.919000', '114823.921000', '114843.802000', '114843.804000', '114843.807000', '114843.810000', '114843.812000', '114843.815000', '114843.817000', '114843.820000', '114843.823000', '114843.825000', '114843.828000', '114843.830000', '114843.833000', '114843.835000', '114843.838000', '114843.841000', '114843.843000', '114843.846000', '114843.849000', '114843.851000', '114843.854000', '114843.857000', '114843.859000', '114843.862000', '114843.864000', '114843.867000', '114843.870000', '114843.872000', '114843.875000', '114843.878000', '114843.880000', '114843.883000', '114843.885000', '114843.888000', '114843.891000', '114843.893000', '114843.896000', '114843.899000', '114843.901000', '114843.904000', '114843.907000', '114843.909000', '114843.912000', '114903.802000', '114903.839000', '114903.842000', '114903.844000', '114903.847000', '114903.850000', '114903.852000', '114903.855000', '114903.857000', '114903.860000', '114903.863000', '114903.865000', '114903.868000', '114903.871000', '114903.873000', '114903.876000', '114903.879000', '114903.881000', '114903.884000', '114903.886000', '114903.889000', '114903.892000', '114903.894000', '114903.897000', '114903.900000', '114903.902000', '114903.905000', '114903.907000', '114903.910000', '114903.913000', '114903.915000', '114903.918000', '114903.921000', '114903.924000', '114903.926000', '114903.929000', '114903.931000', '114903.934000', '114903.937000', '114903.939000', '114903.942000', '114903.944000', '114903.947000', '114903.950000', '114923.801000', '114923.852000', '114923.854000', '114923.857000', '114923.860000', '114923.862000', '114923.865000', '114923.867000', '114923.870000', '114923.873000', '114923.875000', '114923.878000', '114923.881000', '114923.883000', '114923.886000', '114923.889000', '114923.891000', '114923.894000', '114923.897000', '114923.899000', '114923.902000', '114923.904000', '114923.907000', '114923.910000', '114923.912000', '114923.915000', '114923.917000', '114923.942000', '114923.944000', '114923.947000', '114923.950000', '114923.952000', '114923.955000', '114923.958000', '114923.960000', '114923.963000', '114923.966000', '114923.968000', '114923.971000', '114923.973000', '114923.976000', '114923.979000', '114923.981000', '114943.802000', '114943.859000', '114943.862000', '114943.864000', '114943.867000', '114943.870000', '114943.872000', '114943.875000', '114943.877000', '114943.880000', '114943.883000', '114943.885000', '114943.888000', '114943.890000', '114943.893000', '114943.896000', '114943.898000', '114943.901000', '114943.904000', '114943.906000', '114943.909000', '114943.911000', '114943.914000', '114943.917000', '114943.919000', '114943.922000', '114943.925000', '114943.927000', '114943.930000', '114943.937000', '114943.940000', '114943.942000', '114943.945000', '114943.947000', '114943.950000', '114943.953000', '114943.955000', '114943.958000', '114943.961000', '114943.963000', '114943.966000', '114943.968000', '114943.971000', '114943.974000', '115003.802000', '115003.804000', '115003.807000', '115003.810000', '115003.812000', '115003.815000', '115003.818000', '115003.820000', '115003.823000', '115003.826000', '115003.828000', '115003.831000', '115003.833000', '115003.836000', '115003.840000', '115003.843000', '115003.846000', '115003.848000', '115003.851000', '115003.853000', '115003.856000', '115003.859000', '115003.861000', '115003.864000', '115003.866000', '115003.869000', '115003.872000', '115003.875000', '115003.877000', '115003.880000', '115003.882000', '115003.885000', '115003.888000', '115003.890000', '115003.893000', '115003.895000', '115003.898000', '115003.901000', '115003.903000', '115003.906000', '115003.909000', '115003.911000', '115003.914000', '115023.801000', '115023.823000', '115023.826000', '115023.828000', '115023.831000', '115023.833000', '115023.836000', '115023.839000', '115023.841000', '115023.844000', '115023.846000', '115023.849000', '115023.852000', '115023.854000', '115023.857000', '115023.860000', '115023.862000', '115023.865000', '115023.867000', '115023.870000', '115023.872000', '115023.875000', '115023.878000', '115023.880000', '115023.883000', '115023.886000', '115023.888000', '115023.891000', '115023.893000', '115023.896000', '115023.899000', '115023.901000', '115023.904000', '115023.906000', '115023.909000', '115023.912000', '115023.914000', '115023.917000', '115023.920000', '115023.922000', '115023.925000', '115023.927000', '115023.930000', '115023.933000', '115043.802000', '115043.837000', '115043.840000', '115043.842000', '115043.845000', '115043.848000', '115043.850000', '115043.853000', '115043.855000', '115043.858000', '115043.861000', '115043.863000', '115043.866000', '115043.869000', '115043.871000', '115043.874000', '115043.877000', '115043.879000', '115043.882000', '115043.884000', '115043.887000', '115043.890000', '115043.892000', '115043.895000', '115043.898000', '115043.900000', '115043.903000', '115043.905000', '115043.908000', '115043.911000', '115043.913000', '115043.916000', '115043.919000', '115043.921000', '115043.924000', '115043.927000', '115043.929000', '115043.932000', '115043.944000', '115043.947000', '115043.949000', '115043.952000', '115043.954000', '115103.802000', '115103.837000', '115103.840000', '115103.842000', '115103.845000', '115103.848000', '115103.850000', '115103.853000', '115103.856000', '115103.858000', '115103.861000', '115103.863000', '115103.866000', '115103.869000', '115103.871000', '115103.874000', '115103.877000', '115103.879000', '115103.882000', '115103.884000', '115103.887000', '115103.890000', '115103.892000', '115103.895000', '115103.898000', '115103.900000', '115103.903000', '115103.905000', '115103.908000', '115103.911000', '115103.913000', '115103.916000', '115103.919000', '115103.921000', '115103.924000', '115103.926000', '115103.929000', '115103.932000', '115103.934000', '115103.937000', '115103.939000', '115103.942000', '115103.945000', '115103.947000', '115116.630000', '115116.633000', '115116.636000', '115116.639000', '115116.641000', '115116.644000', '115116.647000', '115116.650000', '115116.652000', '115116.656000', '115116.658000', '115116.661000', '115116.664000', '115116.666000', '115116.669000', '115116.672000', '115116.675000', '115116.679000', '115116.682000', '115116.687000', '115116.690000', '115116.693000', '115116.695000', '115116.698000', '115116.701000', '115116.703000', '115116.706000', '115116.709000'], 'InstanceCreationTime': ['114443.829000', '114443.832000', '114443.834000', '114443.838000', '114443.840000', '114443.843000', '114443.849000', '114443.851000', '114443.854000', '114443.857000', '114443.859000', '114443.862000', '114443.864000', '114443.867000', '114443.869000', '114443.872000', '114443.875000', '114443.877000', '114443.880000', '114443.882000', '114443.885000', '114443.888000', '114443.890000', '114443.893000', '114443.896000', '114443.898000', '114443.901000', '114443.904000', '114443.907000', '114443.909000', '114443.912000', '114443.914000', '114443.917000', '114443.920000', '114443.922000', '114443.925000', '114443.927000', '114443.930000', '114443.932000', '114443.935000', '114443.938000', '114443.958000', '114443.960000', '114443.963000', '114443.976000', '114443.978000', '114443.981000', '114443.983000', '114443.986000', '114443.989000', '114443.991000', '114443.994000', '114443.996000', '114444.000000', '114444.003000', '114444.005000', '114444.008000', '114444.010000', '114444.013000', '114503.801000', '114503.804000', '114503.807000', '114503.809000', '114503.812000', '114503.823000', '114503.825000', '114503.828000', '114503.830000', '114503.833000', '114503.836000', '114503.838000', '114503.841000', '114503.843000', '114503.846000', '114503.849000', '114503.851000', '114503.854000', '114503.856000', '114503.859000', '114503.862000', '114503.864000', '114503.867000', '114503.869000', '114503.872000', '114503.875000', '114503.877000', '114503.880000', '114503.883000', '114503.885000', '114503.888000', '114503.890000', '114503.893000', '114503.896000', '114503.898000', '114503.901000', '114503.903000', '114503.906000', '114503.908000', '114503.911000', '114503.914000', '114503.916000', '114503.919000', '114503.921000', '114523.802000', '114523.860000', '114523.863000', '114523.865000', '114523.868000', '114523.871000', '114523.873000', '114523.876000', '114523.878000', '114523.881000', '114523.884000', '114523.886000', '114523.889000', '114523.892000', '114523.894000', '114523.897000', '114523.899000', '114523.902000', '114523.905000', '114523.907000', '114523.910000', '114523.912000', '114523.915000', '114523.918000', '114523.920000', '114523.923000', '114523.926000', '114523.928000', '114523.931000', '114523.933000', '114523.936000', '114523.939000', '114523.941000', '114523.944000', '114523.946000', '114523.949000', '114523.952000', '114523.954000', '114523.957000', '114523.959000', '114523.962000', '114523.965000', '114523.967000', '114543.801000', '114543.804000', '114543.807000', '114543.810000', '114543.812000', '114543.815000', '114543.817000', '114543.820000', '114543.822000', '114543.825000', '114543.828000', '114543.830000', '114543.833000', '114543.836000', '114543.838000', '114543.841000', '114543.843000', '114543.846000', '114543.849000', '114543.851000', '114543.854000', '114543.856000', '114543.859000', '114543.862000', '114543.864000', '114543.867000', '114543.869000', '114543.872000', '114543.875000', '114543.877000', '114543.880000', '114543.882000', '114543.885000', '114543.888000', '114543.890000', '114543.893000', '114543.895000', '114543.898000', '114543.901000', '114543.903000', '114543.906000', '114543.908000', '114543.911000', '114543.914000', '114603.801000', '114603.804000', '114603.807000', '114603.809000', '114603.812000', '114603.815000', '114603.817000', '114603.820000', '114603.822000', '114603.825000', '114603.828000', '114603.830000', '114603.833000', '114603.835000', '114603.838000', '114603.841000', '114603.843000', '114603.852000', '114603.855000', '114603.857000', '114603.860000', '114603.863000', '114603.865000', '114603.868000', '114603.871000', '114603.873000', '114603.876000', '114603.880000', '114603.882000', '114603.885000', '114603.888000', '114603.890000', '114603.893000', '114603.896000', '114603.899000', '114603.902000', '114603.904000', '114603.907000', '114603.909000', '114603.912000', '114603.915000', '114603.917000', '114603.920000', '114623.802000', '114623.804000', '114623.807000', '114623.810000', '114623.812000', '114623.815000', '114623.817000', '114623.820000', '114623.823000', '114623.825000', '114623.828000', '114623.830000', '114623.833000', '114623.836000', '114623.838000', '114623.841000', '114623.843000', '114623.846000', '114623.849000', '114623.851000', '114623.854000', '114623.896000', '114623.899000', '114623.901000', '114623.904000', '114623.906000', '114623.909000', '114623.911000', '114623.914000', '114623.917000', '114623.919000', '114623.922000', '114623.924000', '114623.936000', '114623.938000', '114623.941000', '114623.944000', '114623.946000', '114623.949000', '114623.952000', '114623.954000', '114623.957000', '114623.959000', '114623.962000', '114643.802000', '114643.805000', '114643.808000', '114643.810000', '114643.813000', '114643.816000', '114643.818000', '114643.821000', '114643.824000', '114643.826000', '114643.829000', '114643.831000', '114643.834000', '114643.837000', '114643.839000', '114643.843000', '114643.845000', '114643.848000', '114643.850000', '114643.853000', '114643.856000', '114643.858000', '114643.861000', '114643.864000', '114643.866000', '114643.869000', '114643.871000', '114643.874000', '114643.877000', '114643.879000', '114643.882000', '114643.884000', '114643.887000', '114643.890000', '114643.892000', '114643.895000', '114643.897000', '114643.900000', '114643.903000', '114643.905000', '114643.908000', '114643.911000', '114643.913000', '114703.801000', '114703.804000', '114703.807000', '114703.820000', '114703.822000', '114703.825000', '114703.827000', '114703.830000', '114703.833000', '114703.835000', '114703.838000', '114703.841000', '114703.843000', '114703.846000', '114703.848000', '114703.851000', '114703.854000', '114703.856000', '114703.859000', '114703.862000', '114703.864000', '114703.867000', '114703.870000', '114703.872000', '114703.875000', '114703.877000', '114703.880000', '114703.883000', '114703.885000', '114703.888000', '114703.891000', '114703.893000', '114703.896000', '114703.898000', '114703.901000', '114703.904000', '114703.906000', '114703.909000', '114703.911000', '114703.914000', '114703.917000', '114703.919000', '114703.922000', '114703.925000', '114723.802000', '114723.821000', '114723.823000', '114723.826000', '114723.828000', '114723.831000', '114723.834000', '114723.836000', '114723.839000', '114723.841000', '114723.844000', '114723.847000', '114723.849000', '114723.852000', '114723.855000', '114723.857000', '114723.860000', '114723.863000', '114723.865000', '114723.869000', '114723.871000', '114723.874000', '114723.877000', '114723.879000', '114723.882000', '114723.885000', '114723.887000', '114723.890000', '114723.892000', '114723.895000', '114723.898000', '114723.900000', '114723.903000', '114723.906000', '114723.908000', '114723.911000', '114723.913000', '114723.917000', '114723.920000', '114723.922000', '114723.925000', '114723.928000', '114723.930000', '114743.802000', '114743.829000', '114743.831000', '114743.834000', '114743.837000', '114743.839000', '114743.842000', '114743.845000', '114743.847000', '114743.850000', '114743.853000', '114743.855000', '114743.858000', '114743.860000', '114743.863000', '114743.866000', '114743.868000', '114743.871000', '114743.874000', '114743.876000', '114743.879000', '114743.881000', '114743.884000', '114743.887000', '114743.889000', '114743.892000', '114743.895000', '114743.897000', '114743.900000', '114743.902000', '114743.905000', '114743.908000', '114743.911000', '114743.913000', '114743.916000', '114743.918000', '114743.921000', '114743.924000', '114743.926000', '114743.929000', '114743.937000', '114743.939000', '114743.942000', '114743.945000', '114803.801000', '114803.804000', '114803.821000', '114803.824000', '114803.826000', '114803.829000', '114803.832000', '114803.834000', '114803.837000', '114803.839000', '114803.842000', '114803.845000', '114803.847000', '114803.850000', '114803.852000', '114803.855000', '114803.858000', '114803.860000', '114803.863000', '114803.865000', '114803.868000', '114803.871000', '114803.873000', '114803.876000', '114803.879000', '114803.882000', '114803.885000', '114803.888000', '114803.891000', '114803.894000', '114803.896000', '114803.899000', '114803.901000', '114803.904000', '114803.907000', '114803.909000', '114803.912000', '114803.914000', '114803.917000', '114803.920000', '114803.922000', '114803.925000', '114803.928000', '114823.802000', '114823.805000', '114823.807000', '114823.810000', '114823.812000', '114823.815000', '114823.818000', '114823.820000', '114823.823000', '114823.826000', '114823.828000', '114823.831000', '114823.833000', '114823.836000', '114823.839000', '114823.841000', '114823.844000', '114823.847000', '114823.849000', '114823.852000', '114823.854000', '114823.857000', '114823.860000', '114823.862000', '114823.865000', '114823.874000', '114823.877000', '114823.879000', '114823.882000', '114823.885000', '114823.887000', '114823.890000', '114823.893000', '114823.895000', '114823.898000', '114823.900000', '114823.903000', '114823.905000', '114823.908000', '114823.911000', '114823.913000', '114823.916000', '114823.919000', '114823.921000', '114843.802000', '114843.804000', '114843.807000', '114843.810000', '114843.812000', '114843.815000', '114843.817000', '114843.820000', '114843.823000', '114843.825000', '114843.828000', '114843.830000', '114843.833000', '114843.835000', '114843.838000', '114843.841000', '114843.843000', '114843.846000', '114843.849000', '114843.851000', '114843.854000', '114843.857000', '114843.859000', '114843.862000', '114843.864000', '114843.867000', '114843.870000', '114843.872000', '114843.875000', '114843.878000', '114843.880000', '114843.883000', '114843.885000', '114843.888000', '114843.891000', '114843.893000', '114843.896000', '114843.899000', '114843.901000', '114843.904000', '114843.907000', '114843.909000', '114843.912000', '114903.802000', '114903.839000', '114903.842000', '114903.844000', '114903.847000', '114903.850000', '114903.852000', '114903.855000', '114903.857000', '114903.860000', '114903.863000', '114903.865000', '114903.868000', '114903.871000', '114903.873000', '114903.876000', '114903.879000', '114903.881000', '114903.884000', '114903.886000', '114903.889000', '114903.892000', '114903.894000', '114903.897000', '114903.900000', '114903.902000', '114903.905000', '114903.907000', '114903.910000', '114903.913000', '114903.915000', '114903.918000', '114903.921000', '114903.924000', '114903.926000', '114903.929000', '114903.931000', '114903.934000', '114903.937000', '114903.939000', '114903.942000', '114903.944000', '114903.947000', '114903.950000', '114923.801000', '114923.852000', '114923.854000', '114923.857000', '114923.860000', '114923.862000', '114923.865000', '114923.867000', '114923.870000', '114923.873000', '114923.875000', '114923.878000', '114923.881000', '114923.883000', '114923.886000', '114923.889000', '114923.891000', '114923.894000', '114923.897000', '114923.899000', '114923.902000', '114923.904000', '114923.907000', '114923.910000', '114923.912000', '114923.915000', '114923.917000', '114923.942000', '114923.944000', '114923.947000', '114923.950000', '114923.952000', '114923.955000', '114923.958000', '114923.960000', '114923.963000', '114923.966000', '114923.968000', '114923.971000', '114923.973000', '114923.976000', '114923.979000', '114923.981000', '114943.802000', '114943.859000', '114943.862000', '114943.864000', '114943.867000', '114943.870000', '114943.872000', '114943.875000', '114943.877000', '114943.880000', '114943.883000', '114943.885000', '114943.888000', '114943.890000', '114943.893000', '114943.896000', '114943.898000', '114943.901000', '114943.904000', '114943.906000', '114943.909000', '114943.911000', '114943.914000', '114943.917000', '114943.919000', '114943.922000', '114943.925000', '114943.927000', '114943.930000', '114943.937000', '114943.940000', '114943.942000', '114943.945000', '114943.947000', '114943.950000', '114943.953000', '114943.955000', '114943.958000', '114943.961000', '114943.963000', '114943.966000', '114943.968000', '114943.971000', '114943.974000', '115003.802000', '115003.804000', '115003.807000', '115003.810000', '115003.812000', '115003.815000', '115003.818000', '115003.820000', '115003.823000', '115003.826000', '115003.828000', '115003.831000', '115003.833000', '115003.836000', '115003.840000', '115003.843000', '115003.846000', '115003.848000', '115003.851000', '115003.853000', '115003.856000', '115003.859000', '115003.861000', '115003.864000', '115003.866000', '115003.869000', '115003.872000', '115003.875000', '115003.877000', '115003.880000', '115003.882000', '115003.885000', '115003.888000', '115003.890000', '115003.893000', '115003.895000', '115003.898000', '115003.901000', '115003.903000', '115003.906000', '115003.909000', '115003.911000', '115003.914000', '115023.801000', '115023.823000', '115023.826000', '115023.828000', '115023.831000', '115023.833000', '115023.836000', '115023.839000', '115023.841000', '115023.844000', '115023.846000', '115023.849000', '115023.852000', '115023.854000', '115023.857000', '115023.860000', '115023.862000', '115023.865000', '115023.867000', '115023.870000', '115023.872000', '115023.875000', '115023.878000', '115023.880000', '115023.883000', '115023.886000', '115023.888000', '115023.891000', '115023.893000', '115023.896000', '115023.899000', '115023.901000', '115023.904000', '115023.906000', '115023.909000', '115023.912000', '115023.914000', '115023.917000', '115023.920000', '115023.922000', '115023.925000', '115023.927000', '115023.930000', '115023.933000', '115043.802000', '115043.837000', '115043.840000', '115043.842000', '115043.845000', '115043.848000', '115043.850000', '115043.853000', '115043.855000', '115043.858000', '115043.861000', '115043.863000', '115043.866000', '115043.869000', '115043.871000', '115043.874000', '115043.877000', '115043.879000', '115043.882000', '115043.884000', '115043.887000', '115043.890000', '115043.892000', '115043.895000', '115043.898000', '115043.900000', '115043.903000', '115043.905000', '115043.908000', '115043.911000', '115043.913000', '115043.916000', '115043.919000', '115043.921000', '115043.924000', '115043.927000', '115043.929000', '115043.932000', '115043.944000', '115043.947000', '115043.949000', '115043.952000', '115043.954000', '115103.802000', '115103.837000', '115103.840000', '115103.842000', '115103.845000', '115103.848000', '115103.850000', '115103.853000', '115103.856000', '115103.858000', '115103.861000', '115103.863000', '115103.866000', '115103.869000', '115103.871000', '115103.874000', '115103.877000', '115103.879000', '115103.882000', '115103.884000', '115103.887000', '115103.890000', '115103.892000', '115103.895000', '115103.898000', '115103.900000', '115103.903000', '115103.905000', '115103.908000', '115103.911000', '115103.913000', '115103.916000', '115103.919000', '115103.921000', '115103.924000', '115103.926000', '115103.929000', '115103.932000', '115103.934000', '115103.937000', '115103.939000', '115103.942000', '115103.945000', '115103.947000', '115116.630000', '115116.633000', '115116.636000', '115116.639000', '115116.641000', '115116.644000', '115116.647000', '115116.650000', '115116.652000', '115116.656000', '115116.658000', '115116.661000', '115116.664000', '115116.666000', '115116.669000', '115116.672000', '115116.675000', '115116.679000', '115116.682000', '115116.687000', '115116.690000', '115116.693000', '115116.695000', '115116.698000', '115116.701000', '115116.703000', '115116.706000', '115116.709000'], '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': [7558, 7151, 9496, 7553, 8096, 9210, 7838, 6914, 6921, 7352, 10045, 7374, 7297, 7971, 7677, 6898, 9484, 7658, 6827, 8719, 6976, 7153, 7915, 7006, 10053, 7360, 6892, 8317, 6777, 9923, 7291, 7227, 8795, 6807, 8587, 7176, 7061, 9669, 6951, 7302, 9129, 7009, 10882, 7594, 6602, 9637, 8141, 12783, 9772, 8093, 12455, 7647, 6960, 10143, 9191, 14056, 11869, 7487, 14496, 8009, 9172, 9870, 7536, 15691, 11255, 6981, 9024, 6960, 7927, 8283, 7132, 10684, 7676, 8414, 8581, 7026, 9770, 7193, 7711, 8885, 6845, 11179, 7725, 6918, 8585, 6823, 10505, 8751, 7252, 8568, 6995, 8680, 7700, 8387, 9034, 6779, 10515, 7046, 7079, 8046, 6439, 10232, 7740, 6945, 8752, 7030, 8435, 8048, 7135, 8815, 6827, 13253, 7473, 6792, 8733, 6845, 10500, 7632, 13328, 10870, 7792, 8752, 7316, 7326, 8335, 6979, 11682, 9445, 7161, 9860, 7131, 12223, 7861, 9421, 9565, 6946, 8478, 7855, 6917, 9480, 6868, 8322, 8546, 6906, 12551, 7732, 6762, 8850, 6936, 10125, 8197, 7243, 9964, 7120, 6783, 8327, 6957, 10754, 7363, 7154, 9821, 6816, 6759, 7562, 7037, 10116, 7521, 10767, 8759, 6812, 9453, 7660, 7151, 9410, 7124, 11698, 8631, 7357, 9846, 7261, 7624, 8040, 6885, 10859, 7433, 6692, 8243, 7063, 8949, 7455, 7185, 10063, 7048, 6575, 7560, 6699, 10254, 7365, 10181, 7842, 7027, 9067, 7284, 7256, 7762, 7406, 10018, 7373, 14459, 7563, 6739, 8507, 7031, 10133, 8148, 10051, 8227, 6879, 8775, 7507, 6842, 9340, 7152, 11923, 7838, 6818, 9127, 7370, 7546, 9860, 7428, 11013, 7874, 6915, 9208, 7075, 10036, 8408, 6924, 12353, 7572, 6819, 9067, 7030, 8661, 8868, 7075, 12842, 7766, 7051, 8162, 6864, 9959, 7580, 10453, 8427, 6723, 9064, 7195, 6908, 8573, 6842, 10811, 7745, 6864, 7945, 6843, 9144, 7743, 7007, 9475, 7010, 7046, 7379, 6681, 9573, 7449, 9319, 9309, 7119, 6779, 8275, 7042, 10278, 7870, 7246, 11952, 7682, 6744, 8661, 7919, 7075, 10446, 8344, 13206, 12959, 9922, 14458, 8446, 9179, 9294, 7562, 15781, 13514, 8837, 9588, 7453, 8273, 7664, 7304, 10137, 7737, 6498, 7740, 7251, 10114, 7525, 7081, 8983, 7444, 10253, 7994, 6676, 8125, 7096, 8986, 8191, 7249, 9788, 7424, 7481, 7626, 7333, 10368, 7657, 6895, 8084, 7396, 9497, 7607, 7563, 8561, 7129, 11246, 7713, 7352, 9522, 7710, 6895, 8930, 7148, 12105, 8243, 7000, 8559, 7570, 7060, 9008, 7297, 8420, 7449, 6703, 9241, 7195, 7922, 8043, 6633, 10344, 7195, 6771, 7780, 6828, 8404, 7401, 7379, 9407, 6948, 9434, 7671, 7378, 9556, 7234, 9735, 8870, 6935, 11193, 7438, 7090, 9604, 7408, 10269, 8317, 7217, 10425, 7126, 9653, 7687, 6764, 10802, 7316, 6938, 8567, 7411, 6824, 8167, 6805, 9837, 7755, 6904, 8191, 7248, 7295, 9735, 7573, 10961, 11493, 7615, 8589, 8423, 6975, 15264, 11778, 13122, 10657, 7515, 7403, 7478, 6892, 10875, 8513, 7319, 10875, 7721, 6832, 8269, 6799, 8207, 8396, 7077, 6972, 7318, 7260, 9840, 7335, 7486, 9850, 7419, 7051, 7856, 7000, 10185, 7786, 6698, 8959, 7141, 8682, 7186, 7322, 9517, 7664, 6864, 9237, 7307, 9532, 7353, 7585, 7735, 7452, 6601, 8257, 6756, 6889, 8899, 7302, 7212, 8808, 7405, 11220, 7904, 7054, 9167, 7344, 10336, 8211, 7149, 14179, 9472, 8582, 8268, 7320, 10486, 7411, 7522, 9190, 7041, 11328, 7231, 7297, 8301, 6949, 7201, 9347, 7719, 6685, 8227, 7356, 10212, 7613, 7889, 8854, 8254, 14506, 7386, 7093, 8791, 7256, 9593, 7066, 6909, 8982, 7103, 6791, 7290, 6998, 9402, 7463, 6901, 8331, 6834, 8545, 6937, 6794, 9354, 7260, 7484, 7946, 6695, 12384, 7146, 7107, 8999, 6957, 8966, 8612, 7054, 13204, 8173, 11659, 8223, 8589, 7661, 6789, 10162, 7180, 7613, 7503, 6953, 8947, 6918, 7775, 7905, 6670, 9333, 6911, 6899, 8201, 7123, 9269, 7523, 7993, 7852, 6579, 7418, 7444, 7195, 9644, 7282, 9745, 8750, 7060, 6768, 7453, 6840, 9319, 8121, 9927, 10796, 6874, 7644, 7726, 6945, 10260, 8150, 7005, 9342, 7572, 7026, 9328, 7240, 8253, 8423, 8433, 15004, 6953, 7123, 9774, 7188, 6725, 8289, 6835, 7971, 7066, 6850, 9085, 7481, 6874, 9197, 7173, 6828, 7422, 6763, 9672, 7336, 6978, 9397, 6958, 6899, 7909, 7009, 9458, 7145, 7347, 9807, 7900, 7163, 8195, 7027, 7811, 7187, 7566, 8986, 7418, 7767, 7537, 6920, 8483, 7130, 7099, 9235, 7134, 9775, 7367, 6779, 8512, 6915, 7343, 9146, 7001, 11009, 7066, 6732, 8274, 6651, 9953, 7363, 10474, 8544, 6947, 11265, 7223, 6846, 7434, 6825, 9292, 7612, 7427, 8388, 6926, 8263, 7427, 6823, 8698, 6749, 10641, 7241, 6912, 8299, 6888, 9639, 7193, 10293, 8454, 7017, 9490, 7438, 7641, 7384, 7052, 9153, 6928, 11185, 8355, 7020, 8263, 7133, 8599, 6957, 11790, 8076, 10054, 7419, 6781, 8339, 7332, 6996, 7990, 6727, 10154, 7324, 6836, 7543, 6825, 9616, 6717, 12774, 10480, 8224, 8000, 6908, 8437, 6992, 7427, 8985, 7144, 6852, 8771, 7078, 6982, 7142, 6994, 9894, 7053, 12104, 10010, 12961, 7529, 6969, 9133, 7202, 7593, 7510, 7403, 9499, 7308, 7073, 7223, 6901, 9557, 7129, 8734, 8359, 6898, 9560, 7269, 7718, 7780, 7030, 9146, 7234, 8666, 7321, 6733, 8018, 6975, 7279, 6972, 7117, 8313, 7021, 7391, 7221, 6940, 8406, 7490, 11976, 10803, 7324, 8528, 6948, 9802, 7985, 14377, 11643, 6991, 8927, 6997, 7172, 7326, 7188, 9515, 7228, 15119, 7499, 11510, 7513, 7537, 9680, 7421, 13473, 7437, 7390, 10665, 8116, 6775, 9264, 7139, 13418, 9031, 7363, 9549, 7307, 7530, 9403, 7532, 11890, 8562, 7344, 8421, 6976, 7475, 9198, 7468, 7220, 9433, 7269, 7009, 7563, 6825, 7550, 7476, 7517, 12361, 7706, 6906, 7568, 7277, 9447, 7417, 7747, 7691, 7588, 9218, 7307, 7401, 7210, 7039, 9207, 7064, 8045, 8382, 6667, 7148, 7050, 6840, 9334, 7357, 7862, 8459, 7231, 13037, 6967, 7205, 8849, 7130, 7957, 8202, 7062, 14343, 7162, 7096, 8526, 6890, 9609, 7211, 8760, 9646, 6822, 11838, 7219, 6858, 7336, 6733, 8160, 7652, 6708, 8498, 6891, 8525, 7269, 6913, 8226, 6774, 10974, 7044, 7129, 8236, 7044, 8473, 7163, 7175, 9426, 6937, 8608, 6932], 'WindowCenter': [4296.0, 4282.0, 4311.0, 4291.0, 4304.0, 4324.0, 4290.0, 4280.0, 4266.0, 4280.0, 4310.0, 4279.0, 4281.0, 4291.0, 4292.0, 4283.0, 4325.0, 4304.0, 4285.0, 4313.0, 4284.0, 4283.0, 4304.0, 4284.0, 4332.0, 4296.0, 4297.0, 4316.0, 4285.0, 4336.0, 4296.0, 4295.0, 4316.0, 4284.0, 4327.0, 4295.0, 4308.0, 4337.0, 4298.0, 4307.0, 4336.0, 4299.0, 4359.0, 4309.0, 4295.0, 4335.0, 4316.0, 4369.0, 4338.0, 4318.0, 4368.0, 4306.0, 4296.0, 4334.0, 4326.0, 4366.0, 4356.0, 4295.0, 4376.0, 4304.0, 4313.0, 4323.0, 4293.0, 4373.0, 4332.0, 4283.0, 4313.0, 4283.0, 4290.0, 4302.0, 4281.0, 4333.0, 4294.0, 4304.0, 4313.0, 4283.0, 4322.0, 4283.0, 4293.0, 4313.0, 4283.0, 4343.0, 4304.0, 4283.0, 4313.0, 4284.0, 4335.0, 4315.0, 4295.0, 4314.0, 4294.0, 4313.0, 4292.0, 4304.0, 4314.0, 4284.0, 4332.0, 4294.0, 4283.0, 4303.0, 4274.0, 4334.0, 4305.0, 4295.0, 4312.0, 4294.0, 4304.0, 4305.0, 4294.0, 4314.0, 4285.0, 4366.0, 4295.0, 4285.0, 4314.0, 4284.0, 4334.0, 4295.0, 4364.0, 4333.0, 4306.0, 4315.0, 4306.0, 4294.0, 4303.0, 4282.0, 4344.0, 4323.0, 4284.0, 4335.0, 4295.0, 4354.0, 4303.0, 4324.0, 4321.0, 4283.0, 4304.0, 4303.0, 4284.0, 4323.0, 4283.0, 4303.0, 4313.0, 4284.0, 4355.0, 4293.0, 4283.0, 4314.0, 4281.0, 4332.0, 4302.0, 4292.0, 4333.0, 4295.0, 4284.0, 4303.0, 4283.0, 4333.0, 4292.0, 4284.0, 4335.0, 4285.0, 4296.0, 4304.0, 4294.0, 4333.0, 4306.0, 4333.0, 4313.0, 4285.0, 4325.0, 4304.0, 4283.0, 4324.0, 4283.0, 4343.0, 4314.0, 4295.0, 4322.0, 4293.0, 4292.0, 4302.0, 4282.0, 4332.0, 4293.0, 4284.0, 4303.0, 4283.0, 4311.0, 4294.0, 4294.0, 4335.0, 4295.0, 4285.0, 4304.0, 4284.0, 4334.0, 4307.0, 4333.0, 4305.0, 4296.0, 4325.0, 4295.0, 4293.0, 4305.0, 4294.0, 4335.0, 4295.0, 4375.0, 4303.0, 4284.0, 4313.0, 4283.0, 4334.0, 4304.0, 4335.0, 4314.0, 4295.0, 4314.0, 4293.0, 4283.0, 4323.0, 4295.0, 4355.0, 4304.0, 4285.0, 4321.0, 4293.0, 4294.0, 4324.0, 4294.0, 4345.0, 4304.0, 4293.0, 4312.0, 4283.0, 4323.0, 4303.0, 4284.0, 4354.0, 4293.0, 4283.0, 4312.0, 4283.0, 4313.0, 4312.0, 4283.0, 4354.0, 4293.0, 4283.0, 4301.0, 4282.0, 4322.0, 4293.0, 4333.0, 4302.0, 4284.0, 4311.0, 4281.0, 4282.0, 4314.0, 4284.0, 4344.0, 4305.0, 4295.0, 4303.0, 4283.0, 4313.0, 4304.0, 4283.0, 4336.0, 4296.0, 4296.0, 4294.0, 4282.0, 4325.0, 4306.0, 4326.0, 4326.0, 4296.0, 4284.0, 4314.0, 4312.0, 4365.0, 4304.0, 4280.0, 4342.0, 4304.0, 4283.0, 4313.0, 4303.0, 4284.0, 4334.0, 4304.0, 4355.0, 4354.0, 4325.0, 4363.0, 4301.0, 4311.0, 4309.0, 4280.0, 4361.0, 4350.0, 4300.0, 4311.0, 4280.0, 4289.0, 4278.0, 4279.0, 4320.0, 4291.0, 4271.0, 4291.0, 4293.0, 4323.0, 4290.0, 4282.0, 4300.0, 4282.0, 4320.0, 4292.0, 4272.0, 4291.0, 4272.0, 4301.0, 4302.0, 4283.0, 4324.0, 4294.0, 4283.0, 4292.0, 4292.0, 4322.0, 4292.0, 4284.0, 4291.0, 4282.0, 4311.0, 4291.0, 4292.0, 4303.0, 4282.0, 4334.0, 4291.0, 4294.0, 4323.0, 4293.0, 4282.0, 4313.0, 4283.0, 4344.0, 4305.0, 4298.0, 4327.0, 4305.0, 4281.0, 4313.0, 4294.0, 4305.0, 4294.0, 4284.0, 4313.0, 4284.0, 4303.0, 4304.0, 4284.0, 4334.0, 4294.0, 4285.0, 4293.0, 4282.0, 4301.0, 4293.0, 4295.0, 4324.0, 4296.0, 4326.0, 4304.0, 4294.0, 4323.0, 4295.0, 4325.0, 4315.0, 4295.0, 4345.0, 4292.0, 4282.0, 4323.0, 4294.0, 4335.0, 4303.0, 4293.0, 4333.0, 4282.0, 4311.0, 4292.0, 4272.0, 4333.0, 4293.0, 4295.0, 4313.0, 4294.0, 4283.0, 4304.0, 4285.0, 4325.0, 4305.0, 4297.0, 4316.0, 4295.0, 4295.0, 4325.0, 4305.0, 4346.0, 4346.0, 4304.0, 4314.0, 4303.0, 4283.0, 4375.0, 4344.0, 4353.0, 4333.0, 4294.0, 4281.0, 4281.0, 4282.0, 4332.0, 4302.0, 4282.0, 4333.0, 4291.0, 4271.0, 4301.0, 4271.0, 4301.0, 4300.0, 4281.0, 4283.0, 4281.0, 4291.0, 4320.0, 4292.0, 4282.0, 4323.0, 4293.0, 4282.0, 4290.0, 4282.0, 4321.0, 4290.0, 4270.0, 4310.0, 4282.0, 4303.0, 4281.0, 4282.0, 4311.0, 4291.0, 4270.0, 4312.0, 4282.0, 4323.0, 4309.0, 4322.0, 4319.0, 4279.0, 4282.0, 4301.0, 4270.0, 4283.0, 4313.0, 4294.0, 4294.0, 4315.0, 4295.0, 4345.0, 4305.0, 4285.0, 4324.0, 4292.0, 4323.0, 4303.0, 4283.0, 4364.0, 4323.0, 4313.0, 4302.0, 4281.0, 4320.0, 4279.0, 4290.0, 4309.0, 4279.0, 4332.0, 4281.0, 4282.0, 4301.0, 4281.0, 4282.0, 4311.0, 4293.0, 4281.0, 4303.0, 4293.0, 4322.0, 4292.0, 4292.0, 4312.0, 4302.0, 4363.0, 4292.0, 4282.0, 4301.0, 4281.0, 4310.0, 4281.0, 4281.0, 4310.0, 4282.0, 4281.0, 4292.0, 4282.0, 4312.0, 4292.0, 4282.0, 4303.0, 4283.0, 4314.0, 4283.0, 4284.0, 4313.0, 4294.0, 4293.0, 4303.0, 4283.0, 4354.0, 4293.0, 4295.0, 4314.0, 4283.0, 4313.0, 4303.0, 4282.0, 4353.0, 4303.0, 4343.0, 4302.0, 4301.0, 4280.0, 4270.0, 4321.0, 4281.0, 4293.0, 4280.0, 4282.0, 4310.0, 4282.0, 4290.0, 4292.0, 4272.0, 4324.0, 4283.0, 4284.0, 4303.0, 4294.0, 4313.0, 4294.0, 4304.0, 4304.0, 4285.0, 4294.0, 4293.0, 4283.0, 4324.0, 4294.0, 4324.0, 4313.0, 4295.0, 4284.0, 4293.0, 4283.0, 4324.0, 4304.0, 4324.0, 4345.0, 4284.0, 4293.0, 4291.0, 4282.0, 4321.0, 4292.0, 4283.0, 4313.0, 4292.0, 4281.0, 4312.0, 4282.0, 4302.0, 4302.0, 4303.0, 4376.0, 4296.0, 4296.0, 4324.0, 4282.0, 4270.0, 4302.0, 4272.0, 4304.0, 4282.0, 4283.0, 4312.0, 4292.0, 4273.0, 4313.0, 4283.0, 4284.0, 4282.0, 4282.0, 4323.0, 4294.0, 4284.0, 4324.0, 4284.0, 4293.0, 4303.0, 4283.0, 4323.0, 4283.0, 4293.0, 4323.0, 4303.0, 4283.0, 4302.0, 4283.0, 4293.0, 4280.0, 4292.0, 4313.0, 4293.0, 4294.0, 4294.0, 4295.0, 4313.0, 4283.0, 4283.0, 4323.0, 4283.0, 4335.0, 4294.0, 4284.0, 4312.0, 4283.0, 4294.0, 4324.0, 4284.0, 4346.0, 4294.0, 4283.0, 4304.0, 4284.0, 4322.0, 4294.0, 4335.0, 4302.0, 4284.0, 4345.0, 4294.0, 4282.0, 4281.0, 4282.0, 4323.0, 4294.0, 4295.0, 4315.0, 4285.0, 4304.0, 4295.0, 4284.0, 4314.0, 4284.0, 4335.0, 4295.0, 4297.0, 4317.0, 4295.0, 4325.0, 4285.0, 4325.0, 4305.0, 4298.0, 4325.0, 4295.0, 4295.0, 4293.0, 4283.0, 4313.0, 4283.0, 4334.0, 4304.0, 4284.0, 4302.0, 4283.0, 4301.0, 4282.0, 4332.0, 4293.0, 4323.0, 4281.0, 4273.0, 4302.0, 4281.0, 4282.0, 4303.0, 4283.0, 4324.0, 4294.0, 4284.0, 4291.0, 4273.0, 4322.0, 4271.0, 4342.0, 4322.0, 4302.0, 4290.0, 4282.0, 4300.0, 4281.0, 4281.0, 4301.0, 4283.0, 4282.0, 4313.0, 4295.0, 4294.0, 4284.0, 4284.0, 4323.0, 4284.0, 4343.0, 4324.0, 4355.0, 4293.0, 4284.0, 4312.0, 4282.0, 4290.0, 4282.0, 4282.0, 4323.0, 4283.0, 4282.0, 4281.0, 4282.0, 4311.0, 4281.0, 4301.0, 4301.0, 4282.0, 4311.0, 4281.0, 4291.0, 4290.0, 4270.0, 4311.0, 4280.0, 4302.0, 4281.0, 4282.0, 4292.0, 4282.0, 4282.0, 4294.0, 4284.0, 4316.0, 4297.0, 4307.0, 4296.0, 4295.0, 4315.0, 4295.0, 4357.0, 4346.0, 4297.0, 4315.0, 4298.0, 4337.0, 4305.0, 4365.0, 4345.0, 4294.0, 4315.0, 4294.0, 4284.0, 4294.0, 4283.0, 4325.0, 4294.0, 4375.0, 4294.0, 4343.0, 4281.0, 4292.0, 4313.0, 4282.0, 4353.0, 4281.0, 4281.0, 4320.0, 4291.0, 4270.0, 4311.0, 4269.0, 4351.0, 4300.0, 4281.0, 4311.0, 4280.0, 4280.0, 4311.0, 4290.0, 4331.0, 4300.0, 4280.0, 4300.0, 4270.0, 4280.0, 4309.0, 4280.0, 4282.0, 4311.0, 4306.0, 4296.0, 4304.0, 4283.0, 4291.0, 4293.0, 4295.0, 4345.0, 4293.0, 4293.0, 4292.0, 4294.0, 4323.0, 4293.0, 4291.0, 4290.0, 4291.0, 4311.0, 4292.0, 4291.0, 4291.0, 4282.0, 4311.0, 4281.0, 4302.0, 4302.0, 4283.0, 4283.0, 4281.0, 4272.0, 4311.0, 4292.0, 4302.0, 4302.0, 4282.0, 4353.0, 4282.0, 4290.0, 4311.0, 4281.0, 4291.0, 4302.0, 4282.0, 4363.0, 4282.0, 4282.0, 4301.0, 4281.0, 4310.0, 4291.0, 4301.0, 4321.0, 4282.0, 4342.0, 4290.0, 4271.0, 4280.0, 4272.0, 4302.0, 4292.0, 4284.0, 4314.0, 4294.0, 4311.0, 4292.0, 4282.0, 4303.0, 4272.0, 4333.0, 4283.0, 4283.0, 4303.0, 4283.0, 4302.0, 4283.0, 4283.0, 4324.0, 4295.0, 4315.0, 4283.0], 'WindowWidth': [9530.0, 9505.0, 9539.0, 9510.0, 9530.0, 9559.0, 9508.0, 9493.0, 9469.0, 9492.0, 9531.0, 9490.0, 9495.0, 9510.0, 9513.0, 9502.0, 9561.0, 9533.0, 9508.0, 9542.0, 9505.0, 9501.0, 9532.0, 9504.0, 9568.0, 9524.0, 9528.0, 9553.0, 9511.0, 9577.0, 9526.0, 9523.0, 9550.0, 9508.0, 9570.0, 9525.0, 9545.0, 9583.0, 9533.0, 9543.0, 9581.0, 9534.0, 9616.0, 9547.0, 9525.0, 9578.0, 9554.0, 9627.0, 9583.0, 9558.0, 9625.0, 9539.0, 9524.0, 9574.0, 9564.0, 9618.0, 9605.0, 9522.0, 9630.0, 9532.0, 9542.0, 9555.0, 9515.0, 9623.0, 9565.0, 9503.0, 9543.0, 9502.0, 9508.0, 9525.0, 9497.0, 9570.0, 9517.0, 9531.0, 9541.0, 9503.0, 9552.0, 9501.0, 9515.0, 9542.0, 9504.0, 9585.0, 9531.0, 9504.0, 9541.0, 9505.0, 9576.0, 9550.0, 9523.0, 9546.0, 9520.0, 9543.0, 9513.0, 9531.0, 9545.0, 9505.0, 9570.0, 9520.0, 9502.0, 9529.0, 9492.0, 9573.0, 9534.0, 9523.0, 9544.0, 9522.0, 9533.0, 9533.0, 9520.0, 9546.0, 9508.0, 9619.0, 9524.0, 9511.0, 9546.0, 9506.0, 9572.0, 9520.0, 9613.0, 9570.0, 9537.0, 9549.0, 9541.0, 9519.0, 9528.0, 9499.0, 9584.0, 9556.0, 9506.0, 9574.0, 9523.0, 9597.0, 9530.0, 9557.0, 9552.0, 9504.0, 9532.0, 9529.0, 9506.0, 9555.0, 9503.0, 9528.0, 9542.0, 9505.0, 9600.0, 9517.0, 9504.0, 9544.0, 9499.0, 9566.0, 9527.0, 9514.0, 9571.0, 9522.0, 9507.0, 9530.0, 9503.0, 9570.0, 9516.0, 9505.0, 9575.0, 9511.0, 9527.0, 9533.0, 9521.0, 9571.0, 9538.0, 9571.0, 9544.0, 9510.0, 9562.0, 9532.0, 9504.0, 9557.0, 9504.0, 9584.0, 9544.0, 9521.0, 9555.0, 9515.0, 9512.0, 9527.0, 9500.0, 9567.0, 9518.0, 9506.0, 9528.0, 9502.0, 9537.0, 9519.0, 9520.0, 9575.0, 9522.0, 9510.0, 9533.0, 9508.0, 9574.0, 9540.0, 9572.0, 9536.0, 9527.0, 9563.0, 9523.0, 9517.0, 9536.0, 9519.0, 9576.0, 9520.0, 9629.0, 9531.0, 9506.0, 9541.0, 9503.0, 9573.0, 9532.0, 9575.0, 9547.0, 9524.0, 9546.0, 9517.0, 9502.0, 9558.0, 9522.0, 9603.0, 9532.0, 9508.0, 9551.0, 9517.0, 9518.0, 9560.0, 9520.0, 9590.0, 9533.0, 9517.0, 9540.0, 9503.0, 9555.0, 9529.0, 9505.0, 9600.0, 9517.0, 9504.0, 9540.0, 9502.0, 9541.0, 9539.0, 9503.0, 9600.0, 9516.0, 9502.0, 9523.0, 9497.0, 9552.0, 9515.0, 9568.0, 9527.0, 9505.0, 9538.0, 9499.0, 9500.0, 9544.0, 9507.0, 9586.0, 9535.0, 9525.0, 9531.0, 9504.0, 9542.0, 9534.0, 9504.0, 9577.0, 9525.0, 9526.0, 9520.0, 9502.0, 9562.0, 9538.0, 9563.0, 9566.0, 9527.0, 9510.0, 9545.0, 9558.0, 9638.0, 9533.0, 9493.0, 9578.0, 9531.0, 9504.0, 9543.0, 9528.0, 9505.0, 9572.0, 9532.0, 9600.0, 9599.0, 9559.0, 9609.0, 9523.0, 9536.0, 9530.0, 9492.0, 9602.0, 9585.0, 9520.0, 9534.0, 9493.0, 9503.0, 9488.0, 9491.0, 9545.0, 9509.0, 9482.0, 9507.0, 9515.0, 9554.0, 9504.0, 9496.0, 9518.0, 9495.0, 9546.0, 9509.0, 9485.0, 9507.0, 9482.0, 9521.0, 9524.0, 9500.0, 9555.0, 9515.0, 9500.0, 9511.0, 9511.0, 9551.0, 9511.0, 9502.0, 9510.0, 9498.0, 9534.0, 9508.0, 9510.0, 9525.0, 9497.0, 9569.0, 9510.0, 9515.0, 9553.0, 9513.0, 9498.0, 9540.0, 9501.0, 9582.0, 9535.0, 9533.0, 9568.0, 9534.0, 9497.0, 9541.0, 9516.0, 9533.0, 9518.0, 9507.0, 9542.0, 9504.0, 9528.0, 9532.0, 9504.0, 9573.0, 9518.0, 9508.0, 9516.0, 9500.0, 9525.0, 9516.0, 9519.0, 9559.0, 9525.0, 9564.0, 9533.0, 9517.0, 9556.0, 9520.0, 9559.0, 9546.0, 9521.0, 9588.0, 9513.0, 9498.0, 9555.0, 9517.0, 9572.0, 9529.0, 9516.0, 9565.0, 9497.0, 9535.0, 9510.0, 9484.0, 9568.0, 9517.0, 9522.0, 9542.0, 9520.0, 9502.0, 9531.0, 9507.0, 9561.0, 9535.0, 9527.0, 9551.0, 9521.0, 9521.0, 9563.0, 9536.0, 9589.0, 9592.0, 9534.0, 9544.0, 9528.0, 9502.0, 9629.0, 9585.0, 9596.0, 9569.0, 9517.0, 9497.0, 9494.0, 9498.0, 9565.0, 9524.0, 9498.0, 9567.0, 9510.0, 9484.0, 9520.0, 9481.0, 9522.0, 9520.0, 9496.0, 9501.0, 9497.0, 9511.0, 9548.0, 9512.0, 9499.0, 9553.0, 9514.0, 9499.0, 9508.0, 9496.0, 9548.0, 9506.0, 9479.0, 9534.0, 9497.0, 9528.0, 9496.0, 9498.0, 9535.0, 9509.0, 9479.0, 9538.0, 9497.0, 9554.0, 9549.0, 9570.0, 9564.0, 9491.0, 9501.0, 9524.0, 9481.0, 9504.0, 9543.0, 9519.0, 9518.0, 9547.0, 9522.0, 9588.0, 9534.0, 9508.0, 9557.0, 9514.0, 9554.0, 9529.0, 9501.0, 9612.0, 9555.0, 9541.0, 9523.0, 9494.0, 9545.0, 9490.0, 9506.0, 9530.0, 9491.0, 9563.0, 9494.0, 9498.0, 9522.0, 9495.0, 9498.0, 9536.0, 9514.0, 9499.0, 9528.0, 9516.0, 9552.0, 9511.0, 9511.0, 9539.0, 9524.0, 9608.0, 9512.0, 9498.0, 9522.0, 9494.0, 9533.0, 9495.0, 9494.0, 9534.0, 9499.0, 9498.0, 9511.0, 9499.0, 9538.0, 9513.0, 9499.0, 9528.0, 9501.0, 9546.0, 9502.0, 9506.0, 9541.0, 9518.0, 9514.0, 9528.0, 9503.0, 9599.0, 9517.0, 9521.0, 9544.0, 9502.0, 9541.0, 9529.0, 9499.0, 9597.0, 9528.0, 9581.0, 9526.0, 9521.0, 9493.0, 9480.0, 9549.0, 9496.0, 9515.0, 9494.0, 9498.0, 9533.0, 9498.0, 9508.0, 9511.0, 9487.0, 9557.0, 9504.0, 9505.0, 9526.0, 9517.0, 9542.0, 9517.0, 9529.0, 9532.0, 9507.0, 9518.0, 9515.0, 9502.0, 9558.0, 9518.0, 9557.0, 9542.0, 9520.0, 9506.0, 9514.0, 9502.0, 9557.0, 9533.0, 9557.0, 9586.0, 9504.0, 9513.0, 9508.0, 9499.0, 9551.0, 9510.0, 9502.0, 9541.0, 9512.0, 9496.0, 9539.0, 9497.0, 9525.0, 9524.0, 9526.0, 9634.0, 9527.0, 9524.0, 9556.0, 9498.0, 9479.0, 9523.0, 9484.0, 9530.0, 9500.0, 9502.0, 9539.0, 9512.0, 9488.0, 9543.0, 9503.0, 9504.0, 9498.0, 9500.0, 9553.0, 9518.0, 9504.0, 9558.0, 9505.0, 9517.0, 9529.0, 9502.0, 9554.0, 9500.0, 9514.0, 9554.0, 9528.0, 9502.0, 9525.0, 9503.0, 9515.0, 9495.0, 9510.0, 9540.0, 9514.0, 9517.0, 9518.0, 9521.0, 9543.0, 9503.0, 9503.0, 9556.0, 9505.0, 9574.0, 9517.0, 9506.0, 9541.0, 9503.0, 9518.0, 9559.0, 9506.0, 9589.0, 9521.0, 9504.0, 9530.0, 9504.0, 9553.0, 9519.0, 9572.0, 9526.0, 9505.0, 9586.0, 9517.0, 9499.0, 9496.0, 9500.0, 9555.0, 9518.0, 9521.0, 9547.0, 9508.0, 9531.0, 9520.0, 9505.0, 9544.0, 9506.0, 9574.0, 9519.0, 9526.0, 9553.0, 9521.0, 9559.0, 9506.0, 9557.0, 9533.0, 9531.0, 9562.0, 9519.0, 9520.0, 9515.0, 9499.0, 9541.0, 9501.0, 9571.0, 9530.0, 9505.0, 9526.0, 9501.0, 9522.0, 9497.0, 9564.0, 9513.0, 9552.0, 9496.0, 9488.0, 9526.0, 9497.0, 9499.0, 9529.0, 9502.0, 9558.0, 9518.0, 9504.0, 9510.0, 9487.0, 9551.0, 9483.0, 9578.0, 9550.0, 9524.0, 9508.0, 9498.0, 9520.0, 9494.0, 9493.0, 9522.0, 9502.0, 9500.0, 9542.0, 9520.0, 9520.0, 9506.0, 9505.0, 9555.0, 9505.0, 9584.0, 9557.0, 9599.0, 9514.0, 9504.0, 9538.0, 9499.0, 9506.0, 9499.0, 9497.0, 9553.0, 9499.0, 9500.0, 9496.0, 9498.0, 9534.0, 9497.0, 9522.0, 9522.0, 9499.0, 9535.0, 9494.0, 9507.0, 9505.0, 9478.0, 9535.0, 9493.0, 9523.0, 9495.0, 9500.0, 9511.0, 9499.0, 9499.0, 9519.0, 9505.0, 9551.0, 9528.0, 9541.0, 9524.0, 9521.0, 9548.0, 9523.0, 9606.0, 9591.0, 9526.0, 9548.0, 9532.0, 9580.0, 9534.0, 9615.0, 9586.0, 9519.0, 9546.0, 9519.0, 9505.0, 9517.0, 9502.0, 9559.0, 9516.0, 9626.0, 9516.0, 9580.0, 9495.0, 9508.0, 9539.0, 9497.0, 9593.0, 9494.0, 9496.0, 9545.0, 9506.0, 9479.0, 9534.0, 9477.0, 9586.0, 9519.0, 9496.0, 9534.0, 9492.0, 9490.0, 9534.0, 9506.0, 9559.0, 9518.0, 9493.0, 9519.0, 9477.0, 9491.0, 9529.0, 9493.0, 9497.0, 9536.0, 9538.0, 9526.0, 9534.0, 9505.0, 9511.0, 9515.0, 9521.0, 9586.0, 9515.0, 9516.0, 9511.0, 9517.0, 9554.0, 9516.0, 9509.0, 9505.0, 9508.0, 9537.0, 9513.0, 9511.0, 9510.0, 9499.0, 9537.0, 9498.0, 9526.0, 9526.0, 9503.0, 9503.0, 9498.0, 9486.0, 9536.0, 9513.0, 9526.0, 9526.0, 9499.0, 9595.0, 9499.0, 9508.0, 9536.0, 9497.0, 9509.0, 9527.0, 9498.0, 9609.0, 9499.0, 9499.0, 9523.0, 9496.0, 9532.0, 9511.0, 9524.0, 9550.0, 9498.0, 9578.0, 9508.0, 9483.0, 9493.0, 9485.0, 9527.0, 9513.0, 9506.0, 9544.0, 9519.0, 9537.0, 9513.0, 9499.0, 9527.0, 9486.0, 9568.0, 9501.0, 9504.0, 9529.0, 9503.0, 9525.0, 9502.0, 9502.0, 9558.0, 9521.0, 9549.0, 9503.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.001225601750547046</td></tr>
<tr><td colspan=3>aqi</td><td>0.02073352789934355</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.14447969105143</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1644172130777655</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0084358838335161</td></tr>
<tr><td colspan=3>efc</td><td>0.4991</td></tr>
<tr><td colspan=3>fber</td><td>4723.0215</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08464915496943495</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>28</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.063457330415755</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6366257357172516</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5543185754639355</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.885732749380588</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.469825882307231</td></tr>
<tr><td colspan=3>gcor</td><td>0.00457432</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0061005172319710255</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03199733793735504</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>914</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.6119590216490507</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>14.4888</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.9105</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>216.3381</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295020.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>1025.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>388.5855</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6622</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>557.1528</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3443.3121</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3720.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81524.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>940.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4567.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1029.9057</td></tr>
<tr><td colspan=3>tsnr</td><td>39.62826244428288</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>