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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0001_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-0001/figures/sub-0001_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0001/figures/sub-0001_ses-02_task-faces_acq-mb8_run-01_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-0001/figures/sub-0001_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0001/figures/sub-0001_ses-02_task-faces_acq-mb8_run-01_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-0001/ses-02/func/sub-0001_ses-02_task-faces_acq-mb8_run-01_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>bd1edeb78fff6fc1fdf09abd5ab14cbf</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>15:23:53.830000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999683, -0.0235779, 0.00888234, 0.0204168, 0.964644, 0.262765]</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-01_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.0887704</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-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4148, -7779, -7247, 470, -31, -241, 23, 52]</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>239.727</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>49328fcf-c45f-4d8b-8eb4-287bb7298ade||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682075262069702, 0.05477670952677727, 0.03986210748553276, 107.83089447021484], [0.06325774639844894, 2.588068723678589, 0.70875084400177, -105.70752716064453], [0.023830680176615715, -0.7049794793128967, 2.605011224746704, -29.296693801879883], [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': ['152353.830000', '152354.290000', '152354.750000', '152355.210000', '152355.670000', '152356.130000', '152356.590000', '152357.050000', '152357.510000', '152357.970000', '152358.430000', '152358.890000', '152359.350000', '152359.810000', '152400.270000', '152400.730000', '152401.190000', '152401.650000', '152402.110000', '152402.570000', '152403.030000', '152403.490000', '152403.950000', '152404.410000', '152404.870000', '152405.330000', '152405.790000', '152406.250000', '152406.710000', '152407.170000', '152407.630000', '152408.090000', '152408.550000', '152409.010000', '152409.470000', '152409.930000', '152410.390000', '152410.850000', '152411.310000', '152411.770000', '152412.230000', '152412.690000', '152413.150000', '152413.610000', '152414.070000', '152414.530000', '152414.990000', '152415.450000', '152415.910000', '152416.370000', '152416.830000', '152417.290000', '152417.750000', '152418.210000', '152418.670000', '152419.130000', '152419.590000', '152420.050000', '152420.510000', '152420.970000', '152421.430000', '152421.890000', '152422.350000', '152422.810000', '152423.270000', '152423.730000', '152424.190000', '152424.650000', '152425.110000', '152425.570000', '152426.030000', '152426.490000', '152426.950000', '152427.410000', '152427.870000', '152428.330000', '152428.790000', '152429.250000', '152429.710000', '152430.170000', '152430.630000', '152431.090000', '152431.550000', '152432.010000', '152432.470000', '152432.930000', '152433.390000', '152433.850000', '152434.310000', '152434.770000', '152435.230000', '152435.690000', '152436.150000', '152436.610000', '152437.070000', '152437.530000', '152437.990000', '152438.450000', '152438.910000', '152439.370000', '152439.830000', '152440.290000', '152440.750000', '152441.210000', '152441.670000', '152442.130000', '152442.590000', '152443.050000', '152443.510000', '152443.970000', '152444.430000', '152444.890000', '152445.350000', '152445.810000', '152446.270000', '152446.730000', '152447.190000', '152447.650000', '152448.110000', '152448.570000', '152449.030000', '152449.490000', '152449.950000', '152450.410000', '152450.870000', '152451.330000', '152451.790000', '152452.250000', '152452.710000', '152453.170000', '152453.630000', '152454.090000', '152454.550000', '152455.010000', '152455.470000', '152455.930000', '152456.390000', '152456.850000', '152457.310000', '152457.770000', '152458.230000', '152458.690000', '152459.150000', '152459.610000', '152500.070000', '152500.530000', '152500.990000', '152501.450000', '152501.910000', '152502.370000', '152502.830000', '152503.290000', '152503.750000', '152504.210000', '152504.670000', '152505.130000', '152505.590000', '152506.050000', '152506.510000', '152506.970000', '152507.430000', '152507.890000', '152508.350000', '152508.810000', '152509.270000', '152509.730000', '152510.190000', '152510.650000', '152511.110000', '152511.570000', '152512.030000', '152512.490000', '152512.950000', '152513.410000', '152513.870000', '152514.330000', '152514.790000', '152515.250000', '152515.710000', '152516.170000', '152516.630000', '152517.090000', '152517.550000', '152518.010000', '152518.470000', '152518.930000', '152519.390000', '152519.850000', '152520.310000', '152520.770000', '152521.230000', '152521.690000', '152522.150000', '152522.610000', '152523.070000', '152523.530000', '152523.990000', '152524.450000', '152524.910000', '152525.370000', '152525.830000', '152526.290000', '152526.750000', '152527.210000', '152527.670000', '152528.130000', '152528.590000', '152529.050000', '152529.510000', '152529.970000', '152530.430000', '152530.890000', '152531.350000', '152531.810000', '152532.270000', '152532.730000', '152533.190000', '152533.650000', '152534.110000', '152534.570000', '152535.030000', '152535.490000', '152535.950000', '152536.410000', '152536.870000', '152537.330000', '152537.790000', '152538.250000', '152538.710000', '152539.170000', '152539.630000', '152540.090000', '152540.550000', '152541.010000', '152541.470000', '152541.930000', '152542.390000', '152542.850000', '152543.310000', '152543.770000', '152544.230000', '152544.690000', '152545.150000', '152545.610000', '152546.070000', '152546.530000', '152546.990000', '152547.450000', '152547.910000', '152548.370000', '152548.830000', '152549.290000', '152549.750000', '152550.210000', '152550.670000', '152551.130000', '152551.590000', '152552.050000', '152552.510000', '152552.970000', '152553.430000', '152553.890000', '152554.350000', '152554.810000', '152555.270000', '152555.730000', '152556.190000', '152556.650000', '152557.110000', '152557.570000', '152558.030000', '152558.490000', '152558.950000', '152559.410000', '152559.870000', '152600.330000', '152600.790000', '152601.250000', '152601.710000', '152602.170000', '152602.630000', '152603.090000', '152603.550000', '152604.010000', '152604.470000', '152604.930000', '152605.390000', '152605.850000', '152606.310000', '152606.770000', '152607.230000', '152607.690000', '152608.150000', '152608.610000', '152609.070000', '152609.530000', '152609.990000', '152610.450000', '152610.910000', '152611.370000', '152611.830000', '152612.290000', '152612.750000', '152613.210000', '152613.670000', '152614.130000', '152614.590000', '152615.050000', '152615.510000', '152615.970000', '152616.430000', '152616.890000', '152617.350000', '152617.810000', '152618.270000', '152618.730000', '152619.190000', '152619.650000', '152620.110000', '152620.570000', '152621.030000', '152621.490000', '152621.950000', '152622.410000', '152622.870000', '152623.330000', '152623.790000', '152624.250000', '152624.710000', '152625.170000', '152625.630000', '152626.090000', '152626.550000', '152627.010000', '152627.470000', '152627.930000', '152628.390000', '152628.850000', '152629.310000', '152629.770000', '152630.230000', '152630.690000', '152631.150000', '152631.610000', '152632.070000', '152632.530000', '152632.990000', '152633.450000', '152633.910000', '152634.370000', '152634.830000', '152635.290000', '152635.750000', '152636.210000', '152636.670000', '152637.130000', '152637.590000', '152638.050000', '152638.510000', '152638.970000', '152639.430000', '152639.890000', '152640.350000', '152640.810000', '152641.270000', '152641.730000', '152642.190000', '152642.650000', '152643.110000', '152643.570000', '152644.030000', '152644.490000', '152644.950000', '152645.410000', '152645.870000', '152646.330000', '152646.790000', '152647.250000', '152647.710000', '152648.170000', '152648.630000', '152649.090000', '152649.550000', '152650.010000', '152650.470000', '152650.930000', '152651.390000', '152651.850000', '152652.310000', '152652.770000', '152653.230000', '152653.690000', '152654.150000', '152654.610000', '152655.070000', '152655.530000', '152655.990000', '152656.450000', '152656.910000', '152657.370000', '152657.830000', '152658.290000', '152658.750000', '152659.210000', '152659.670000', '152700.130000', '152700.590000', '152701.050000', '152701.510000', '152701.970000', '152702.430000', '152702.890000', '152703.350000', '152703.810000', '152704.270000', '152704.730000', '152705.190000', '152705.650000', '152706.110000', '152706.570000', '152707.030000', '152707.490000', '152707.950000', '152708.410000', '152708.870000', '152709.330000', '152709.790000', '152710.250000', '152710.710000', '152711.170000', '152711.630000', '152712.090000', '152712.550000', '152713.010000', '152713.470000', '152713.930000', '152714.390000', '152714.850000', '152715.310000', '152715.770000', '152716.230000', '152716.690000', '152717.150000', '152717.610000', '152718.070000', '152718.530000', '152718.990000', '152719.450000', '152719.910000', '152720.370000', '152720.830000', '152721.290000', '152721.750000', '152722.210000', '152722.670000', '152723.130000', '152723.590000', '152724.050000', '152724.510000', '152724.970000', '152725.430000', '152725.890000', '152726.350000', '152726.810000', '152727.270000', '152727.730000', '152728.190000', '152728.650000', '152729.110000', '152729.570000', '152730.030000', '152730.490000', '152730.950000', '152731.410000', '152731.870000', '152732.330000', '152732.790000', '152733.250000', '152733.710000', '152734.170000', '152734.630000', '152735.090000', '152735.550000', '152736.010000', '152736.470000', '152736.930000', '152737.390000', '152737.850000', '152738.310000', '152738.770000', '152739.230000', '152739.690000', '152740.150000', '152740.610000', '152741.070000', '152741.530000', '152741.990000', '152742.450000', '152742.910000', '152743.370000', '152743.830000', '152744.290000', '152744.750000', '152745.210000', '152745.670000', '152746.130000', '152746.590000', '152747.050000', '152747.510000', '152747.970000', '152748.430000', '152748.890000', '152749.350000', '152749.810000', '152750.270000', '152750.730000', '152751.190000', '152751.650000', '152752.110000', '152752.570000', '152753.030000', '152753.490000', '152753.950000', '152754.410000', '152754.870000', '152755.330000', '152755.790000', '152756.250000', '152756.710000', '152757.170000', '152757.630000', '152758.090000', '152758.550000', '152759.010000', '152759.470000', '152759.930000', '152800.390000', '152800.850000', '152801.310000', '152801.770000', '152802.230000', '152802.690000', '152803.150000', '152803.610000', '152804.070000', '152804.530000', '152804.990000', '152805.450000', '152805.910000', '152806.370000', '152806.830000', '152807.290000', '152807.750000', '152808.210000', '152808.670000', '152809.130000', '152809.590000', '152810.050000', '152810.510000', '152810.970000', '152811.430000', '152811.890000', '152812.350000', '152812.810000', '152813.270000', '152813.730000', '152814.190000', '152814.650000', '152815.110000', '152815.570000', '152816.030000', '152816.490000', '152816.950000', '152817.410000', '152817.870000', '152818.330000', '152818.790000', '152819.250000', '152819.710000', '152820.170000', '152820.630000', '152821.090000', '152821.550000', '152822.010000', '152822.470000', '152822.930000', '152823.390000', '152823.850000', '152824.310000', '152824.770000', '152825.230000', '152825.690000', '152826.150000', '152826.610000', '152827.070000', '152827.530000', '152827.990000', '152828.450000', '152828.910000', '152829.370000', '152829.830000', '152830.290000', '152830.750000', '152831.210000', '152831.670000', '152832.130000', '152832.590000', '152833.050000', '152833.510000', '152833.970000', '152834.430000', '152834.890000', '152835.350000', '152835.810000', '152836.270000', '152836.730000', '152837.190000', '152837.650000', '152838.110000', '152838.570000', '152839.030000', '152839.490000', '152839.950000', '152840.410000', '152840.870000', '152841.330000', '152841.790000', '152842.250000', '152842.710000', '152843.170000', '152843.630000', '152844.090000', '152844.550000', '152845.010000', '152845.470000', '152845.930000', '152846.390000', '152846.850000', '152847.310000', '152847.770000', '152848.230000', '152848.690000', '152849.150000', '152849.610000', '152850.070000', '152850.530000', '152850.990000', '152851.450000', '152851.910000', '152852.370000', '152852.830000', '152853.290000', '152853.750000', '152854.210000', '152854.670000', '152855.130000', '152855.590000', '152856.050000', '152856.510000', '152856.970000', '152857.430000', '152857.890000', '152858.350000', '152858.810000', '152859.270000', '152859.730000', '152900.190000', '152900.650000', '152901.110000', '152901.570000', '152902.030000', '152902.490000', '152902.950000', '152903.410000', '152903.870000', '152904.330000', '152904.790000', '152905.250000', '152905.710000', '152906.170000', '152906.630000', '152907.090000', '152907.550000', '152908.010000', '152908.470000', '152908.930000', '152909.390000', '152909.850000', '152910.310000', '152910.770000', '152911.230000', '152911.690000', '152912.150000', '152912.610000', '152913.070000', '152913.530000', '152913.990000', '152914.450000', '152914.910000', '152915.370000', '152915.830000', '152916.290000', '152916.750000', '152917.210000', '152917.670000', '152918.130000', '152918.590000', '152919.050000', '152919.510000', '152919.970000', '152920.430000', '152920.890000', '152921.350000', '152921.810000', '152922.270000', '152922.730000', '152923.190000', '152923.650000', '152924.110000', '152924.570000', '152925.030000', '152925.490000', '152925.950000', '152926.410000', '152926.870000', '152927.330000', '152927.790000', '152928.250000', '152928.710000', '152929.170000', '152929.630000', '152930.090000', '152930.550000', '152931.010000', '152931.470000', '152931.930000', '152932.390000', '152932.850000', '152933.310000', '152933.770000', '152934.230000', '152934.690000', '152935.150000', '152935.610000', '152936.070000', '152936.530000', '152936.990000', '152937.450000', '152937.910000', '152938.370000', '152938.830000', '152939.290000', '152939.750000', '152940.210000', '152940.670000', '152941.130000', '152941.590000', '152942.050000', '152942.510000', '152942.970000', '152943.430000', '152943.890000', '152944.350000', '152944.810000', '152945.270000', '152945.730000', '152946.190000', '152946.650000', '152947.110000', '152947.570000', '152948.030000', '152948.490000', '152948.950000', '152949.410000', '152949.870000', '152950.330000', '152950.790000', '152951.250000', '152951.710000', '152952.170000', '152952.630000', '152953.090000', '152953.550000', '152954.010000', '152954.470000', '152954.930000', '152955.390000', '152955.850000', '152956.310000', '152956.770000', '152957.230000', '152957.690000', '152958.150000', '152958.610000', '152959.070000', '152959.530000', '152959.990000', '153000.450000', '153000.910000', '153001.370000', '153001.830000', '153002.290000', '153002.750000', '153003.210000', '153003.670000', '153004.130000', '153004.590000', '153005.050000', '153005.510000', '153005.970000', '153006.430000', '153006.890000', '153007.350000', '153007.810000', '153008.270000', '153008.730000', '153009.190000', '153009.650000', '153010.110000', '153010.570000', '153011.030000', '153011.490000', '153011.950000', '153012.410000', '153012.870000', '153013.330000', '153013.790000', '153014.250000', '153014.710000', '153015.170000', '153015.630000', '153016.090000', '153016.550000', '153017.010000', '153017.470000', '153017.930000', '153018.390000', '153018.850000', '153019.310000', '153019.770000', '153020.230000', '153020.690000', '153021.150000', '153021.610000', '153022.070000', '153022.530000', '153022.990000', '153023.450000', '153023.910000', '153024.370000', '153024.830000', '153025.290000', '153025.750000', '153026.210000', '153026.670000', '153027.130000', '153027.590000', '153028.050000', '153028.510000', '153028.970000', '153029.430000', '153029.890000', '153030.350000', '153030.810000', '153031.270000', '153031.730000', '153032.190000', '153032.650000', '153033.110000', '153033.570000', '153034.030000', '153034.490000', '153034.950000', '153035.410000', '153035.870000', '153036.330000', '153036.790000', '153037.250000', '153037.710000', '153038.170000', '153038.630000', '153039.090000', '153039.550000', '153040.010000', '153040.470000', '153040.930000', '153041.390000', '153041.850000', '153042.310000', '153042.770000', '153043.230000', '153043.690000', '153044.150000', '153044.610000', '153045.070000', '153045.530000', '153045.990000', '153046.450000', '153046.910000', '153047.370000', '153047.830000', '153048.290000', '153048.750000', '153049.210000', '153049.670000', '153050.130000', '153050.590000', '153051.050000', '153051.510000', '153051.970000', '153052.430000', '153052.890000', '153053.350000', '153053.810000'], 'ContentTime': ['152415.769000', '152415.773000', '152415.776000', '152415.779000', '152415.782000', '152415.785000', '152415.787000', '152415.790000', '152415.793000', '152415.796000', '152415.799000', '152415.802000', '152415.805000', '152415.808000', '152415.811000', '152415.814000', '152415.816000', '152415.826000', '152415.829000', '152415.832000', '152415.835000', '152415.838000', '152415.841000', '152415.844000', '152415.847000', '152415.850000', '152415.853000', '152415.856000', '152415.859000', '152415.862000', '152415.865000', '152415.868000', '152415.875000', '152415.878000', '152415.881000', '152415.884000', '152415.887000', '152415.890000', '152415.893000', '152415.896000', '152415.899000', '152415.902000', '152415.905000', '152415.908000', '152415.911000', '152415.913000', '152435.731000', '152435.734000', '152435.737000', '152435.740000', '152435.743000', '152435.746000', '152435.749000', '152435.752000', '152435.755000', '152435.758000', '152435.761000', '152435.763000', '152435.766000', '152435.769000', '152435.772000', '152435.775000', '152435.778000', '152435.781000', '152435.784000', '152435.787000', '152435.790000', '152435.793000', '152435.796000', '152435.799000', '152435.802000', '152435.804000', '152435.807000', '152435.810000', '152435.813000', '152435.816000', '152435.819000', '152435.822000', '152435.825000', '152435.828000', '152435.830000', '152435.833000', '152435.836000', '152435.842000', '152435.845000', '152435.848000', '152435.851000', '152435.854000', '152435.857000', '152435.860000', '152455.731000', '152455.734000', '152455.737000', '152455.740000', '152455.743000', '152455.746000', '152455.749000', '152455.752000', '152455.755000', '152455.758000', '152455.761000', '152455.763000', '152455.766000', '152455.769000', '152455.772000', '152455.775000', '152455.778000', '152455.781000', '152455.784000', '152455.787000', '152455.790000', '152455.793000', '152455.796000', '152455.799000', '152455.802000', '152455.804000', '152455.807000', '152455.810000', '152455.813000', '152455.816000', '152455.819000', '152455.822000', '152455.825000', '152455.828000', '152455.831000', '152455.834000', '152455.837000', '152455.840000', '152455.843000', '152455.846000', '152455.849000', '152455.852000', '152455.855000', '152515.731000', '152515.734000', '152515.737000', '152515.740000', '152515.743000', '152515.745000', '152515.748000', '152515.751000', '152515.754000', '152515.757000', '152515.761000', '152515.763000', '152515.766000', '152515.769000', '152515.772000', '152515.775000', '152515.778000', '152515.781000', '152515.784000', '152515.787000', '152515.790000', '152515.793000', '152515.796000', '152515.799000', '152515.802000', '152515.805000', '152515.808000', '152515.810000', '152515.813000', '152515.816000', '152515.819000', '152515.822000', '152515.825000', '152515.828000', '152515.831000', '152515.834000', '152515.837000', '152515.840000', '152515.843000', '152515.846000', '152515.849000', '152515.852000', '152515.855000', '152515.858000', '152535.731000', '152535.734000', '152535.737000', '152535.740000', '152535.743000', '152535.746000', '152535.749000', '152535.752000', '152535.755000', '152535.757000', '152535.760000', '152535.763000', '152535.766000', '152535.769000', '152535.772000', '152535.775000', '152535.778000', '152535.781000', '152535.783000', '152535.786000', '152535.789000', '152535.792000', '152535.795000', '152535.798000', '152535.803000', '152535.806000', '152535.809000', '152535.812000', '152535.815000', '152535.818000', '152535.821000', '152535.824000', '152535.827000', '152535.830000', '152535.847000', '152535.850000', '152535.853000', '152535.856000', '152535.859000', '152535.864000', '152535.867000', '152535.871000', '152535.874000', '152555.730000', '152555.733000', '152555.736000', '152555.739000', '152555.742000', '152555.745000', '152555.748000', '152555.751000', '152555.754000', '152555.757000', '152555.760000', '152555.762000', '152555.766000', '152555.768000', '152555.771000', '152555.774000', '152555.777000', '152555.780000', '152555.783000', '152555.786000', '152555.789000', '152555.792000', '152555.795000', '152555.798000', '152555.801000', '152555.804000', '152555.807000', '152555.810000', '152555.813000', '152555.816000', '152555.819000', '152555.822000', '152555.825000', '152555.827000', '152555.830000', '152555.833000', '152555.836000', '152555.839000', '152555.842000', '152555.855000', '152555.858000', '152555.861000', '152555.864000', '152555.867000', '152615.730000', '152615.733000', '152615.736000', '152615.739000', '152615.742000', '152615.745000', '152615.748000', '152615.751000', '152615.754000', '152615.757000', '152615.760000', '152615.763000', '152615.765000', '152615.768000', '152615.771000', '152615.774000', '152615.777000', '152615.780000', '152615.783000', '152615.786000', '152615.789000', '152615.792000', '152615.795000', '152615.798000', '152615.801000', '152615.804000', '152615.807000', '152615.810000', '152615.813000', '152615.816000', '152615.819000', '152615.821000', '152615.824000', '152615.827000', '152615.830000', '152615.833000', '152615.836000', '152615.839000', '152615.842000', '152615.845000', '152615.848000', '152615.851000', '152615.854000', '152635.731000', '152635.734000', '152635.737000', '152635.745000', '152635.748000', '152635.751000', '152635.754000', '152635.757000', '152635.760000', '152635.763000', '152635.766000', '152635.769000', '152635.772000', '152635.775000', '152635.777000', '152635.780000', '152635.783000', '152635.786000', '152635.789000', '152635.792000', '152635.795000', '152635.798000', '152635.801000', '152635.804000', '152635.807000', '152635.810000', '152635.813000', '152635.816000', '152635.819000', '152635.822000', '152635.824000', '152635.827000', '152635.830000', '152635.833000', '152635.836000', '152635.839000', '152635.842000', '152635.845000', '152635.848000', '152635.851000', '152635.854000', '152635.857000', '152635.860000', '152635.863000', '152655.731000', '152655.734000', '152655.737000', '152655.740000', '152655.743000', '152655.746000', '152655.749000', '152655.752000', '152655.755000', '152655.758000', '152655.761000', '152655.764000', '152655.767000', '152655.770000', '152655.773000', '152655.775000', '152655.778000', '152655.781000', '152655.784000', '152655.787000', '152655.790000', '152655.793000', '152655.796000', '152655.799000', '152655.802000', '152655.805000', '152655.808000', '152655.811000', '152655.814000', '152655.817000', '152655.820000', '152655.823000', '152655.826000', '152655.829000', '152655.832000', '152655.835000', '152655.837000', '152655.841000', '152655.845000', '152655.848000', '152655.851000', '152655.854000', '152655.857000', '152715.731000', '152715.734000', '152715.737000', '152715.740000', '152715.743000', '152715.746000', '152715.749000', '152715.752000', '152715.755000', '152715.758000', '152715.761000', '152715.764000', '152715.767000', '152715.770000', '152715.773000', '152715.776000', '152715.787000', '152715.789000', '152715.793000', '152715.795000', '152715.798000', '152715.801000', '152715.804000', '152715.808000', '152715.811000', '152715.814000', '152715.817000', '152715.820000', '152715.823000', '152715.826000', '152715.829000', '152715.832000', '152715.835000', '152715.838000', '152715.841000', '152715.844000', '152715.846000', '152715.849000', '152715.852000', '152715.855000', '152715.858000', '152715.861000', '152715.864000', '152715.867000', '152735.731000', '152735.734000', '152735.737000', '152735.740000', '152735.743000', '152735.746000', '152735.749000', '152735.752000', '152735.755000', '152735.758000', '152735.761000', '152735.764000', '152735.767000', '152735.770000', '152735.773000', '152735.776000', '152735.779000', '152735.781000', '152735.784000', '152735.787000', '152735.790000', '152735.793000', '152735.796000', '152735.799000', '152735.802000', '152735.805000', '152735.808000', '152735.811000', '152735.814000', '152735.817000', '152735.820000', '152735.823000', '152735.826000', '152735.829000', '152735.832000', '152735.835000', '152735.838000', '152735.840000', '152735.843000', '152735.846000', '152735.849000', '152735.852000', '152735.855000', '152755.731000', '152755.734000', '152755.737000', '152755.740000', '152755.743000', '152755.746000', '152755.749000', '152755.752000', '152755.755000', '152755.758000', '152755.761000', '152755.764000', '152755.766000', '152755.769000', '152755.772000', '152755.775000', '152755.778000', '152755.781000', '152755.784000', '152755.787000', '152755.790000', '152755.793000', '152755.796000', '152755.799000', '152755.802000', '152755.805000', '152755.808000', '152755.811000', '152755.814000', '152755.817000', '152755.820000', '152755.823000', '152755.825000', '152755.829000', '152755.831000', '152755.834000', '152755.837000', '152755.840000', '152755.843000', '152755.846000', '152755.849000', '152755.852000', '152755.855000', '152755.858000', '152815.730000', '152815.733000', '152815.736000', '152815.739000', '152815.742000', '152815.745000', '152815.748000', '152815.751000', '152815.754000', '152815.757000', '152815.760000', '152815.763000', '152815.766000', '152815.769000', '152815.772000', '152815.775000', '152815.778000', '152815.781000', '152815.783000', '152815.786000', '152815.789000', '152815.792000', '152815.795000', '152815.799000', '152815.801000', '152815.804000', '152815.807000', '152815.810000', '152815.813000', '152815.816000', '152815.819000', '152815.822000', '152815.825000', '152815.828000', '152815.831000', '152815.834000', '152815.837000', '152815.840000', '152815.842000', '152815.845000', '152815.848000', '152815.851000', '152815.854000', '152835.730000', '152835.733000', '152835.736000', '152835.739000', '152835.742000', '152835.745000', '152835.748000', '152835.750000', '152835.754000', '152835.757000', '152835.759000', '152835.762000', '152835.765000', '152835.768000', '152835.771000', '152835.774000', '152835.777000', '152835.780000', '152835.783000', '152835.786000', '152835.789000', '152835.792000', '152835.795000', '152835.798000', '152835.801000', '152835.804000', '152835.807000', '152835.810000', '152835.813000', '152835.816000', '152835.819000', '152835.821000', '152835.825000', '152835.827000', '152835.830000', '152835.833000', '152835.836000', '152835.839000', '152835.842000', '152835.845000', '152835.848000', '152835.868000', '152835.871000', '152835.874000', '152855.731000', '152855.734000', '152855.737000', '152855.740000', '152855.743000', '152855.746000', '152855.749000', '152855.752000', '152855.755000', '152855.758000', '152855.761000', '152855.764000', '152855.767000', '152855.770000', '152855.773000', '152855.776000', '152855.779000', '152855.781000', '152855.784000', '152855.787000', '152855.790000', '152855.793000', '152855.796000', '152855.799000', '152855.802000', '152855.805000', '152855.808000', '152855.811000', '152855.814000', '152855.817000', '152855.820000', '152855.823000', '152855.826000', '152855.829000', '152855.832000', '152855.835000', '152855.838000', '152855.841000', '152855.844000', '152855.847000', '152855.849000', '152855.852000', '152855.855000', '152915.731000', '152915.735000', '152915.738000', '152915.741000', '152915.744000', '152915.748000', '152915.751000', '152915.754000', '152915.757000', '152915.760000', '152915.763000', '152915.766000', '152915.769000', '152915.772000', '152915.775000', '152915.778000', '152915.781000', '152915.784000', '152915.787000', '152915.790000', '152915.793000', '152915.796000', '152915.799000', '152915.802000', '152915.805000', '152915.808000', '152915.811000', '152915.814000', '152915.816000', '152915.819000', '152915.822000', '152915.825000', '152915.828000', '152915.831000', '152915.834000', '152915.837000', '152915.840000', '152915.843000', '152915.846000', '152915.849000', '152915.852000', '152915.855000', '152915.858000', '152935.731000', '152935.734000', '152935.737000', '152935.740000', '152935.743000', '152935.746000', '152935.749000', '152935.752000', '152935.755000', '152935.758000', '152935.761000', '152935.764000', '152935.767000', '152935.770000', '152935.773000', '152935.776000', '152935.779000', '152935.781000', '152935.785000', '152935.787000', '152935.790000', '152935.793000', '152935.796000', '152935.799000', '152935.802000', '152935.805000', '152935.808000', '152935.811000', '152935.814000', '152935.817000', '152935.820000', '152935.823000', '152935.826000', '152935.829000', '152935.832000', '152935.835000', '152935.838000', '152935.841000', '152935.844000', '152935.847000', '152935.850000', '152935.853000', '152935.856000', '152935.859000', '152955.731000', '152955.734000', '152955.737000', '152955.740000', '152955.743000', '152955.746000', '152955.749000', '152955.754000', '152955.757000', '152955.760000', '152955.764000', '152955.766000', '152955.769000', '152955.772000', '152955.775000', '152955.778000', '152955.781000', '152955.784000', '152955.787000', '152955.790000', '152955.793000', '152955.796000', '152955.799000', '152955.802000', '152955.805000', '152955.808000', '152955.811000', '152955.814000', '152955.817000', '152955.820000', '152955.823000', '152955.826000', '152955.829000', '152955.832000', '152955.835000', '152955.838000', '152955.840000', '152955.843000', '152955.846000', '152955.849000', '152955.852000', '152955.855000', '152955.858000', '153015.731000', '153015.734000', '153015.737000', '153015.740000', '153015.743000', '153015.746000', '153015.749000', '153015.752000', '153015.755000', '153015.773000', '153015.776000', '153015.779000', '153015.782000', '153015.785000', '153015.788000', '153015.791000', '153015.794000', '153015.797000', '153015.800000', '153015.803000', '153015.806000', '153015.809000', '153015.812000', '153015.815000', '153015.818000', '153015.821000', '153015.823000', '153015.826000', '153015.829000', '153015.832000', '153015.835000', '153015.838000', '153015.841000', '153015.844000', '153015.847000', '153015.850000', '153015.853000', '153015.856000', '153015.859000', '153015.862000', '153015.865000', '153015.868000', '153015.871000', '153015.874000', '153035.730000', '153035.733000', '153035.736000', '153035.739000', '153035.742000', '153035.745000', '153035.748000', '153035.751000', '153035.754000', '153035.757000', '153035.760000', '153035.763000', '153035.766000', '153035.769000', '153035.772000', '153035.775000', '153035.778000', '153035.781000', '153035.784000', '153035.787000', '153035.791000', '153035.796000', '153035.799000', '153035.802000', '153035.805000', '153035.808000', '153035.811000', '153035.814000', '153035.817000', '153035.820000', '153035.823000', '153035.826000', '153035.829000', '153035.832000', '153035.835000', '153035.838000', '153035.841000', '153035.844000', '153035.847000', '153035.849000', '153035.852000', '153035.855000', '153035.858000', '153054.689000', '153054.693000', '153054.696000', '153054.699000', '153054.703000', '153054.706000', '153054.709000', '153054.712000', '153054.715000', '153054.718000', '153054.722000', '153054.725000', '153054.729000', '153054.732000', '153054.735000', '153054.738000', '153054.741000', '153054.744000', '153054.747000', '153054.750000', '153054.753000', '153054.756000', '153054.759000', '153054.762000', '153054.765000', '153054.768000', '153054.771000', '153054.774000', '153054.782000', '153054.785000', '153054.788000', '153054.791000', '153054.794000', '153054.797000', '153054.800000', '153054.803000', '153054.806000', '153054.809000', '153054.812000', '153054.815000', '153054.819000', '153054.822000'], 'InstanceCreationTime': ['152415.769000', '152415.773000', '152415.776000', '152415.779000', '152415.782000', '152415.785000', '152415.787000', '152415.790000', '152415.793000', '152415.796000', '152415.799000', '152415.802000', '152415.805000', '152415.808000', '152415.811000', '152415.814000', '152415.816000', '152415.826000', '152415.829000', '152415.832000', '152415.835000', '152415.838000', '152415.841000', '152415.844000', '152415.847000', '152415.850000', '152415.853000', '152415.856000', '152415.859000', '152415.862000', '152415.865000', '152415.868000', '152415.875000', '152415.878000', '152415.881000', '152415.884000', '152415.887000', '152415.890000', '152415.893000', '152415.896000', '152415.899000', '152415.902000', '152415.905000', '152415.908000', '152415.911000', '152415.913000', '152435.731000', '152435.734000', '152435.737000', '152435.740000', '152435.743000', '152435.746000', '152435.749000', '152435.752000', '152435.755000', '152435.758000', '152435.761000', '152435.763000', '152435.766000', '152435.769000', '152435.772000', '152435.775000', '152435.778000', '152435.781000', '152435.784000', '152435.787000', '152435.790000', '152435.793000', '152435.796000', '152435.799000', '152435.802000', '152435.804000', '152435.807000', '152435.810000', '152435.813000', '152435.816000', '152435.819000', '152435.822000', '152435.825000', '152435.828000', '152435.830000', '152435.833000', '152435.836000', '152435.842000', '152435.845000', '152435.848000', '152435.851000', '152435.854000', '152435.857000', '152435.860000', '152455.731000', '152455.734000', '152455.737000', '152455.740000', '152455.743000', '152455.746000', '152455.749000', '152455.752000', '152455.755000', '152455.758000', '152455.761000', '152455.763000', '152455.766000', '152455.769000', '152455.772000', '152455.775000', '152455.778000', '152455.781000', '152455.784000', '152455.787000', '152455.790000', '152455.793000', '152455.796000', '152455.799000', '152455.802000', '152455.804000', '152455.807000', '152455.810000', '152455.813000', '152455.816000', '152455.819000', '152455.822000', '152455.825000', '152455.828000', '152455.831000', '152455.834000', '152455.837000', '152455.840000', '152455.843000', '152455.846000', '152455.849000', '152455.852000', '152455.855000', '152515.731000', '152515.734000', '152515.737000', '152515.740000', '152515.743000', '152515.745000', '152515.748000', '152515.751000', '152515.754000', '152515.757000', '152515.761000', '152515.763000', '152515.766000', '152515.769000', '152515.772000', '152515.775000', '152515.778000', '152515.781000', '152515.784000', '152515.787000', '152515.790000', '152515.793000', '152515.796000', '152515.799000', '152515.802000', '152515.805000', '152515.808000', '152515.810000', '152515.813000', '152515.816000', '152515.819000', '152515.822000', '152515.825000', '152515.828000', '152515.831000', '152515.834000', '152515.837000', '152515.840000', '152515.843000', '152515.846000', '152515.849000', '152515.852000', '152515.855000', '152515.858000', '152535.731000', '152535.734000', '152535.737000', '152535.740000', '152535.743000', '152535.746000', '152535.749000', '152535.752000', '152535.755000', '152535.757000', '152535.760000', '152535.763000', '152535.766000', '152535.769000', '152535.772000', '152535.775000', '152535.778000', '152535.781000', '152535.783000', '152535.786000', '152535.789000', '152535.792000', '152535.795000', '152535.798000', '152535.803000', '152535.806000', '152535.809000', '152535.812000', '152535.815000', '152535.818000', '152535.821000', '152535.824000', '152535.827000', '152535.830000', '152535.847000', '152535.850000', '152535.853000', '152535.856000', '152535.859000', '152535.864000', '152535.867000', '152535.871000', '152535.874000', '152555.730000', '152555.733000', '152555.736000', '152555.739000', '152555.742000', '152555.745000', '152555.748000', '152555.751000', '152555.754000', '152555.757000', '152555.760000', '152555.762000', '152555.766000', '152555.768000', '152555.771000', '152555.774000', '152555.777000', '152555.780000', '152555.783000', '152555.786000', '152555.789000', '152555.792000', '152555.795000', '152555.798000', '152555.801000', '152555.804000', '152555.807000', '152555.810000', '152555.813000', '152555.816000', '152555.819000', '152555.822000', '152555.825000', '152555.827000', '152555.830000', '152555.833000', '152555.836000', '152555.839000', '152555.842000', '152555.855000', '152555.858000', '152555.861000', '152555.864000', '152555.867000', '152615.730000', '152615.733000', '152615.736000', '152615.739000', '152615.742000', '152615.745000', '152615.748000', '152615.751000', '152615.754000', '152615.757000', '152615.760000', '152615.763000', '152615.765000', '152615.768000', '152615.771000', '152615.774000', '152615.777000', '152615.780000', '152615.783000', '152615.786000', '152615.789000', '152615.792000', '152615.795000', '152615.798000', '152615.801000', '152615.804000', '152615.807000', '152615.810000', '152615.813000', '152615.816000', '152615.819000', '152615.821000', '152615.824000', '152615.827000', '152615.830000', '152615.833000', '152615.836000', '152615.839000', '152615.842000', '152615.845000', '152615.848000', '152615.851000', '152615.854000', '152635.731000', '152635.734000', '152635.737000', '152635.745000', '152635.748000', '152635.751000', '152635.754000', '152635.757000', '152635.760000', '152635.763000', '152635.766000', '152635.769000', '152635.772000', '152635.775000', '152635.777000', '152635.780000', '152635.783000', '152635.786000', '152635.789000', '152635.792000', '152635.795000', '152635.798000', '152635.801000', '152635.804000', '152635.807000', '152635.810000', '152635.813000', '152635.816000', '152635.819000', '152635.822000', '152635.824000', '152635.827000', '152635.830000', '152635.833000', '152635.836000', '152635.839000', '152635.842000', '152635.845000', '152635.848000', '152635.851000', '152635.854000', '152635.857000', '152635.860000', '152635.863000', '152655.731000', '152655.734000', '152655.737000', '152655.740000', '152655.743000', '152655.746000', '152655.749000', '152655.752000', '152655.755000', '152655.758000', '152655.761000', '152655.764000', '152655.767000', '152655.770000', '152655.773000', '152655.775000', '152655.778000', '152655.781000', '152655.784000', '152655.787000', '152655.790000', '152655.793000', '152655.796000', '152655.799000', '152655.802000', '152655.805000', '152655.808000', '152655.811000', '152655.814000', '152655.817000', '152655.820000', '152655.823000', '152655.826000', '152655.829000', '152655.832000', '152655.835000', '152655.837000', '152655.841000', '152655.845000', '152655.848000', '152655.851000', '152655.854000', '152655.857000', '152715.731000', '152715.734000', '152715.737000', '152715.740000', '152715.743000', '152715.746000', '152715.749000', '152715.752000', '152715.755000', '152715.758000', '152715.761000', '152715.764000', '152715.767000', '152715.770000', '152715.773000', '152715.776000', '152715.787000', '152715.789000', '152715.793000', '152715.795000', '152715.798000', '152715.801000', '152715.804000', '152715.808000', '152715.811000', '152715.814000', '152715.817000', '152715.820000', '152715.823000', '152715.826000', '152715.829000', '152715.832000', '152715.835000', '152715.838000', '152715.841000', '152715.844000', '152715.846000', '152715.849000', '152715.852000', '152715.855000', '152715.858000', '152715.861000', '152715.864000', '152715.867000', '152735.731000', '152735.734000', '152735.737000', '152735.740000', '152735.743000', '152735.746000', '152735.749000', '152735.752000', '152735.755000', '152735.758000', '152735.761000', '152735.764000', '152735.767000', '152735.770000', '152735.773000', '152735.776000', '152735.779000', '152735.781000', '152735.784000', '152735.787000', '152735.790000', '152735.793000', '152735.796000', '152735.799000', '152735.802000', '152735.805000', '152735.808000', '152735.811000', '152735.814000', '152735.817000', '152735.820000', '152735.823000', '152735.826000', '152735.829000', '152735.832000', '152735.835000', '152735.838000', '152735.840000', '152735.843000', '152735.846000', '152735.849000', '152735.852000', '152735.855000', '152755.731000', '152755.734000', '152755.737000', '152755.740000', '152755.743000', '152755.746000', '152755.749000', '152755.752000', '152755.755000', '152755.758000', '152755.761000', '152755.764000', '152755.766000', '152755.769000', '152755.772000', '152755.775000', '152755.778000', '152755.781000', '152755.784000', '152755.787000', '152755.790000', '152755.793000', '152755.796000', '152755.799000', '152755.802000', '152755.805000', '152755.808000', '152755.811000', '152755.814000', '152755.817000', '152755.820000', '152755.823000', '152755.825000', '152755.829000', '152755.831000', '152755.834000', '152755.837000', '152755.840000', '152755.843000', '152755.846000', '152755.849000', '152755.852000', '152755.855000', '152755.858000', '152815.730000', '152815.733000', '152815.736000', '152815.739000', '152815.742000', '152815.745000', '152815.748000', '152815.751000', '152815.754000', '152815.757000', '152815.760000', '152815.763000', '152815.766000', '152815.769000', '152815.772000', '152815.775000', '152815.778000', '152815.781000', '152815.783000', '152815.786000', '152815.789000', '152815.792000', '152815.795000', '152815.799000', '152815.801000', '152815.804000', '152815.807000', '152815.810000', '152815.813000', '152815.816000', '152815.819000', '152815.822000', '152815.825000', '152815.828000', '152815.831000', '152815.834000', '152815.837000', '152815.840000', '152815.842000', '152815.845000', '152815.848000', '152815.851000', '152815.854000', '152835.730000', '152835.733000', '152835.736000', '152835.739000', '152835.742000', '152835.745000', '152835.748000', '152835.750000', '152835.754000', '152835.757000', '152835.759000', '152835.762000', '152835.765000', '152835.768000', '152835.771000', '152835.774000', '152835.777000', '152835.780000', '152835.783000', '152835.786000', '152835.789000', '152835.792000', '152835.795000', '152835.798000', '152835.801000', '152835.804000', '152835.807000', '152835.810000', '152835.813000', '152835.816000', '152835.819000', '152835.821000', '152835.825000', '152835.827000', '152835.830000', '152835.833000', '152835.836000', '152835.839000', '152835.842000', '152835.845000', '152835.848000', '152835.868000', '152835.871000', '152835.874000', '152855.731000', '152855.734000', '152855.737000', '152855.740000', '152855.743000', '152855.746000', '152855.749000', '152855.752000', '152855.755000', '152855.758000', '152855.761000', '152855.764000', '152855.767000', '152855.770000', '152855.773000', '152855.776000', '152855.779000', '152855.781000', '152855.784000', '152855.787000', '152855.790000', '152855.793000', '152855.796000', '152855.799000', '152855.802000', '152855.805000', '152855.808000', '152855.811000', '152855.814000', '152855.817000', '152855.820000', '152855.823000', '152855.826000', '152855.829000', '152855.832000', '152855.835000', '152855.838000', '152855.841000', '152855.844000', '152855.847000', '152855.849000', '152855.852000', '152855.855000', '152915.731000', '152915.735000', '152915.738000', '152915.741000', '152915.744000', '152915.748000', '152915.751000', '152915.754000', '152915.757000', '152915.760000', '152915.763000', '152915.766000', '152915.769000', '152915.772000', '152915.775000', '152915.778000', '152915.781000', '152915.784000', '152915.787000', '152915.790000', '152915.793000', '152915.796000', '152915.799000', '152915.802000', '152915.805000', '152915.808000', '152915.811000', '152915.814000', '152915.816000', '152915.819000', '152915.822000', '152915.825000', '152915.828000', '152915.831000', '152915.834000', '152915.837000', '152915.840000', '152915.843000', '152915.846000', '152915.849000', '152915.852000', '152915.855000', '152915.858000', '152935.731000', '152935.734000', '152935.737000', '152935.740000', '152935.743000', '152935.746000', '152935.749000', '152935.752000', '152935.755000', '152935.758000', '152935.761000', '152935.764000', '152935.767000', '152935.770000', '152935.773000', '152935.776000', '152935.779000', '152935.781000', '152935.785000', '152935.787000', '152935.790000', '152935.793000', '152935.796000', '152935.799000', '152935.802000', '152935.805000', '152935.808000', '152935.811000', '152935.814000', '152935.817000', '152935.820000', '152935.823000', '152935.826000', '152935.829000', '152935.832000', '152935.835000', '152935.838000', '152935.841000', '152935.844000', '152935.847000', '152935.850000', '152935.853000', '152935.856000', '152935.859000', '152955.731000', '152955.734000', '152955.737000', '152955.740000', '152955.743000', '152955.746000', '152955.749000', '152955.754000', '152955.757000', '152955.760000', '152955.764000', '152955.766000', '152955.769000', '152955.772000', '152955.775000', '152955.778000', '152955.781000', '152955.784000', '152955.787000', '152955.790000', '152955.793000', '152955.796000', '152955.799000', '152955.802000', '152955.805000', '152955.808000', '152955.811000', '152955.814000', '152955.817000', '152955.820000', '152955.823000', '152955.826000', '152955.829000', '152955.832000', '152955.835000', '152955.838000', '152955.840000', '152955.843000', '152955.846000', '152955.849000', '152955.852000', '152955.855000', '152955.858000', '153015.731000', '153015.734000', '153015.737000', '153015.740000', '153015.743000', '153015.746000', '153015.749000', '153015.752000', '153015.755000', '153015.773000', '153015.776000', '153015.779000', '153015.782000', '153015.785000', '153015.788000', '153015.791000', '153015.794000', '153015.797000', '153015.800000', '153015.803000', '153015.806000', '153015.809000', '153015.812000', '153015.815000', '153015.818000', '153015.821000', '153015.823000', '153015.826000', '153015.829000', '153015.832000', '153015.835000', '153015.838000', '153015.841000', '153015.844000', '153015.847000', '153015.850000', '153015.853000', '153015.856000', '153015.859000', '153015.862000', '153015.865000', '153015.868000', '153015.871000', '153015.874000', '153035.730000', '153035.733000', '153035.736000', '153035.739000', '153035.742000', '153035.745000', '153035.748000', '153035.751000', '153035.754000', '153035.757000', '153035.760000', '153035.763000', '153035.766000', '153035.769000', '153035.772000', '153035.775000', '153035.778000', '153035.781000', '153035.784000', '153035.787000', '153035.791000', '153035.796000', '153035.799000', '153035.802000', '153035.805000', '153035.808000', '153035.811000', '153035.814000', '153035.817000', '153035.820000', '153035.823000', '153035.826000', '153035.829000', '153035.832000', '153035.835000', '153035.838000', '153035.841000', '153035.844000', '153035.847000', '153035.849000', '153035.852000', '153035.855000', '153035.858000', '153054.689000', '153054.693000', '153054.696000', '153054.699000', '153054.703000', '153054.706000', '153054.709000', '153054.712000', '153054.715000', '153054.718000', '153054.722000', '153054.725000', '153054.729000', '153054.732000', '153054.735000', '153054.738000', '153054.741000', '153054.744000', '153054.747000', '153054.750000', '153054.753000', '153054.756000', '153054.759000', '153054.762000', '153054.765000', '153054.768000', '153054.771000', '153054.774000', '153054.782000', '153054.785000', '153054.788000', '153054.791000', '153054.794000', '153054.797000', '153054.800000', '153054.803000', '153054.806000', '153054.809000', '153054.812000', '153054.815000', '153054.819000', '153054.822000'], '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': [10058, 11779, 9528, 10696, 11981, 10454, 10178, 11912, 11603, 11268, 11548, 10267, 10803, 11312, 12288, 12249, 11363, 12326, 11739, 11148, 12244, 11848, 10298, 11796, 12049, 10878, 11482, 12088, 10596, 11455, 10610, 11305, 11175, 12369, 11832, 11724, 12718, 12046, 12018, 12259, 11590, 10936, 12047, 11211, 11116, 11787, 11573, 10347, 11559, 11975, 10434, 11692, 11256, 10850, 11351, 12000, 11206, 11549, 11635, 11812, 11901, 12343, 11505, 11738, 12444, 11585, 11504, 11896, 11692, 10582, 12089, 11209, 10230, 11629, 11886, 10411, 11466, 10748, 10198, 11680, 11963, 10733, 11835, 11734, 10318, 11970, 10720, 10458, 11265, 10916, 10648, 11508, 10113, 10592, 11045, 12085, 11724, 11669, 9687, 10609, 11655, 12179, 12020, 11317, 12303, 11638, 11431, 12443, 12105, 11289, 9738, 10425, 11366, 11028, 11608, 11477, 12385, 11726, 11421, 11252, 10884, 11616, 12091, 11743, 11214, 12375, 11611, 11238, 12269, 11698, 10522, 12137, 11641, 10842, 12528, 11376, 9970, 12215, 11373, 10802, 11506, 11660, 10221, 11579, 10070, 10726, 11640, 10143, 10762, 11260, 11395, 11789, 11527, 10951, 11004, 11431, 10941, 12017, 11896, 12132, 11703, 11616, 12327, 12194, 11674, 12376, 11779, 11536, 12582, 11495, 10537, 12547, 11359, 11126, 12296, 11569, 11300, 12222, 11424, 10705, 11729, 11712, 10823, 11661, 11812, 10575, 11375, 10427, 10384, 11497, 11370, 11401, 11726, 12487, 12277, 11396, 11838, 11744, 11687, 12354, 11570, 10830, 12465, 11838, 10863, 12650, 11574, 10496, 11995, 11305, 10779, 11698, 11112, 10214, 12044, 10303, 10559, 11487, 11495, 10617, 11507, 10308, 10692, 11404, 11382, 11064, 11328, 9730, 10238, 11179, 10987, 11356, 10986, 10537, 11054, 11141, 11965, 11782, 11018, 12186, 11519, 11000, 12136, 11551, 10262, 12233, 10680, 10229, 11771, 11933, 10338, 11645, 11504, 10444, 11774, 10376, 10321, 11339, 10263, 10229, 11425, 12475, 12200, 11500, 12071, 11393, 11161, 12294, 11701, 11559, 12390, 11309, 10985, 12238, 11358, 10583, 12217, 11173, 10853, 11978, 10768, 10687, 12012, 11667, 10729, 11671, 10493, 10418, 11258, 10829, 10467, 11119, 12114, 10669, 10985, 11598, 11253, 11652, 11728, 11711, 10604, 11915, 11348, 10673, 11698, 11627, 11033, 11622, 11014, 11419, 11597, 10329, 10348, 10891, 10708, 10992, 10857, 11327, 11197, 10626, 11771, 11346, 10836, 12075, 11189, 11208, 11989, 10995, 10665, 11890, 11141, 10309, 11918, 10872, 10900, 11370, 10622, 10823, 11178, 10545, 10609, 10973, 11693, 11477, 10781, 10407, 10718, 11099, 11705, 11515, 11222, 11739, 11176, 10309, 11668, 10581, 10629, 11428, 10928, 11071, 11037, 10402, 10804, 11328, 10272, 10281, 10881, 10281, 10563, 10883, 10959, 10091, 10772, 11093, 10692, 10983, 11055, 11463, 10626, 10675, 10517, 10852, 11460, 11760, 10835, 11687, 11319, 11248, 11361, 11363, 10970, 11671, 11482, 10646, 11816, 11297, 11603, 11540, 11277, 10578, 11901, 11012, 11097, 11152, 10747, 10478, 11046, 11064, 10294, 10922, 10850, 10473, 10936, 11235, 10361, 11069, 11967, 10774, 11093, 11877, 11429, 11374, 11777, 10879, 11125, 11465, 10936, 10642, 11765, 10650, 10160, 11386, 10804, 10300, 11045, 10790, 10623, 11033, 10537, 10502, 11115, 10303, 10609, 10962, 10982, 11237, 11187, 10637, 10607, 10966, 10999, 11388, 11213, 10843, 11025, 11103, 10830, 10368, 11187, 10363, 10413, 10992, 11223, 11129, 10796, 10707, 10730, 11113, 11520, 10624, 11158, 11113, 11100, 10896, 10600, 10345, 11088, 11396, 11386, 11395, 10415, 10327, 10825, 11299, 11158, 11000, 10926, 10841, 10804, 10847, 10522, 10920, 10885, 10801, 10572, 10243, 10811, 11303, 11880, 10692, 11137, 10306, 10346, 11124, 10886, 10541, 11037, 10488, 10436, 11134, 10490, 10374, 11545, 11949, 10706, 11305, 10357, 11323, 11511, 10344, 11223, 11620, 10516, 10781, 11612, 10249, 11533, 11624, 10341, 10421, 11324, 10518, 11541, 11758, 10234, 11158, 11440, 10918, 11242, 11405, 10536, 11290, 11595, 10507, 11137, 11359, 11037, 11550, 11807, 11484, 10818, 11850, 11183, 11116, 11530, 10706, 11721, 11673, 10247, 10670, 11442, 10809, 11665, 11775, 10438, 11306, 11630, 10818, 11722, 11577, 10465, 11292, 11959, 10560, 11608, 11682, 10690, 11348, 11840, 10730, 11165, 11686, 10503, 11533, 11949, 10612, 11404, 11861, 11186, 11826, 12203, 10508, 11587, 11672, 10759, 11825, 11814, 11356, 11400, 11974, 10201, 11351, 11857, 10655, 11278, 11834, 11660, 11798, 11748, 11235, 11234, 11873, 12422, 11658, 11414, 11775, 11794, 11873, 10759, 11946, 11060, 10881, 11549, 10745, 11139, 11910, 12350, 11357, 11893, 11375, 11038, 11908, 12779, 10693, 12081, 12301, 11606, 11595, 11733, 10876, 11868, 11536, 11014, 11191, 11755, 11145, 12052, 11675, 11640, 11881, 11537, 10987, 11268, 11627, 12333, 11433, 11722, 10827, 10850, 11659, 12223, 11614, 11679, 10496, 11319, 11735, 10664, 11124, 11785, 10851, 10818, 11576, 10339, 11300, 12063, 10445, 10504, 11702, 10239, 11390, 11950, 10187, 11596, 11745, 10554, 11320, 11986, 12070, 12077, 11819, 10874, 11128, 11659, 11117, 11611, 12049, 12459, 11972, 11650, 11509, 12105, 12221, 10765, 11878, 11943, 12145, 12129, 10315, 11057, 11954, 11650, 11246, 11741, 11580, 11585, 12128, 11551, 11018, 11808, 11343, 11607, 12436, 11865, 10660, 11209, 11937, 10761, 11669, 12109, 10420, 11621, 12202, 10837, 11944, 12183, 10079, 11157, 12198, 10148, 11176, 12105, 10400, 11635, 12261, 10799, 11721, 12089, 10872, 12184, 12487, 10795, 11873, 12334, 11411, 11135, 11970, 10939, 12190, 12242, 10725, 12111, 10649, 12166, 12282, 10918, 11435, 12174, 12939, 11346, 12049, 13009, 11102, 12330, 11760, 12110, 11717, 12186, 11583, 12020, 12366, 11309, 11516, 12238, 10214, 12296, 12579, 10381, 11832, 12487, 10246, 13029, 13324, 10203, 12020, 13132, 10523, 11948, 13072, 10027, 11247, 13104, 10244, 12027, 13055, 12749, 13005, 13078, 10645, 11960, 13258, 10373, 12221, 13277, 10399, 11694, 13026, 11441, 12620, 13268, 9998, 12789, 12964, 10426, 12912, 13257, 10070, 12053, 12943, 10428, 12848, 13146, 10598, 12459, 13041, 10665, 12507, 13015, 10288, 12975, 13256, 10143, 12671, 13003, 10472, 12882, 13221, 9989, 12681, 13212, 11256, 11291, 12711, 9980, 11924, 12917, 12193, 11363, 12445, 11564, 11373, 12741, 12004, 10718, 12212, 11090, 11421, 12665, 12218, 11045, 12929, 12673, 11935, 12786, 11641, 11241, 12672, 12274, 10552, 12890, 10022, 12083, 13438, 11404, 11085, 12575, 11426, 11545, 13111, 11439, 11560, 13251, 13094, 10773, 12936, 12375, 11452, 12781, 11308, 10880, 12478, 10945, 11163, 12921, 12506, 10756, 12758, 11020, 11689, 12830, 12933, 10390, 12861, 12008, 11240], 'WindowCenter': [3948.0, 3954.0, 3919.0, 3918.0, 3926.0, 3914.0, 3903.0, 3925.0, 3913.0, 3913.0, 3924.0, 3901.0, 3913.0, 3913.0, 3922.0, 3923.0, 3925.0, 3935.0, 3923.0, 3925.0, 3925.0, 3923.0, 3916.0, 3937.0, 3936.0, 3926.0, 3925.0, 3924.0, 3916.0, 3926.0, 3914.0, 3927.0, 3926.0, 3926.0, 3924.0, 3925.0, 3923.0, 3924.0, 3936.0, 3925.0, 3924.0, 3915.0, 3922.0, 3925.0, 3925.0, 3937.0, 3936.0, 3916.0, 3937.0, 3924.0, 3915.0, 3938.0, 3926.0, 3925.0, 3926.0, 3923.0, 3913.0, 3924.0, 3912.0, 3923.0, 3937.0, 3935.0, 3924.0, 3924.0, 3922.0, 3911.0, 3923.0, 3923.0, 3924.0, 3915.0, 3924.0, 3911.0, 3915.0, 3925.0, 3936.0, 3914.0, 3926.0, 3913.0, 3915.0, 3925.0, 3936.0, 3927.0, 3937.0, 3926.0, 3916.0, 3926.0, 3913.0, 3914.0, 3926.0, 3913.0, 3915.0, 3924.0, 3902.0, 3914.0, 3925.0, 3937.0, 3925.0, 3924.0, 3902.0, 3913.0, 3925.0, 3936.0, 3936.0, 3927.0, 3925.0, 3925.0, 3926.0, 3933.0, 3937.0, 3926.0, 3905.0, 3914.0, 3935.0, 3914.0, 3925.0, 3938.0, 3935.0, 3937.0, 3926.0, 3925.0, 3914.0, 3925.0, 3925.0, 3926.0, 3924.0, 3936.0, 3924.0, 3924.0, 3924.0, 3923.0, 3927.0, 3935.0, 3923.0, 3914.0, 3922.0, 3923.0, 3916.0, 3936.0, 3913.0, 3914.0, 3924.0, 3923.0, 3914.0, 3937.0, 3914.0, 3926.0, 3928.0, 3912.0, 3924.0, 3926.0, 3925.0, 3937.0, 3926.0, 3914.0, 3924.0, 3925.0, 3913.0, 3936.0, 3937.0, 3925.0, 3925.0, 3925.0, 3923.0, 3924.0, 3936.0, 3936.0, 3925.0, 3924.0, 3922.0, 3922.0, 3915.0, 3937.0, 3925.0, 3923.0, 3924.0, 3924.0, 3925.0, 3923.0, 3913.0, 3915.0, 3925.0, 3922.0, 3912.0, 3924.0, 3923.0, 3927.0, 3937.0, 3915.0, 3903.0, 3925.0, 3913.0, 3923.0, 3924.0, 3935.0, 3935.0, 3924.0, 3925.0, 3925.0, 3925.0, 3924.0, 3926.0, 3925.0, 3925.0, 3924.0, 3915.0, 3925.0, 3913.0, 3916.0, 3925.0, 3912.0, 3915.0, 3925.0, 3912.0, 3915.0, 3936.0, 3916.0, 3926.0, 3925.0, 3925.0, 3915.0, 3925.0, 3912.0, 3927.0, 3926.0, 3925.0, 3925.0, 3924.0, 3902.0, 3913.0, 3927.0, 3927.0, 3925.0, 3927.0, 3914.0, 3924.0, 3927.0, 3937.0, 3935.0, 3926.0, 3934.0, 3925.0, 3925.0, 3938.0, 3936.0, 3917.0, 3937.0, 3914.0, 3915.0, 3938.0, 3936.0, 3915.0, 3925.0, 3925.0, 3914.0, 3925.0, 3915.0, 3914.0, 3925.0, 3913.0, 3913.0, 3926.0, 3925.0, 3936.0, 3926.0, 3924.0, 3925.0, 3926.0, 3924.0, 3937.0, 3938.0, 3935.0, 3925.0, 3916.0, 3924.0, 3913.0, 3915.0, 3936.0, 3914.0, 3916.0, 3926.0, 3913.0, 3914.0, 3924.0, 3924.0, 3927.0, 3926.0, 3913.0, 3913.0, 3914.0, 3913.0, 3915.0, 3939.0, 3937.0, 3916.0, 3926.0, 3923.0, 3913.0, 3925.0, 3925.0, 3926.0, 3916.0, 3923.0, 3914.0, 3914.0, 3925.0, 3925.0, 3927.0, 3927.0, 3914.0, 3926.0, 3925.0, 3902.0, 3915.0, 3915.0, 3915.0, 3914.0, 3915.0, 3914.0, 3924.0, 3928.0, 3926.0, 3914.0, 3915.0, 3925.0, 3915.0, 3924.0, 3925.0, 3925.0, 3914.0, 3923.0, 3914.0, 3916.0, 3925.0, 3912.0, 3927.0, 3928.0, 3913.0, 3914.0, 3915.0, 3911.0, 3915.0, 3916.0, 3924.0, 3926.0, 3915.0, 3914.0, 3916.0, 3926.0, 3924.0, 3926.0, 3926.0, 3925.0, 3914.0, 3914.0, 3924.0, 3902.0, 3916.0, 3925.0, 3915.0, 3926.0, 3917.0, 3914.0, 3925.0, 3928.0, 3916.0, 3915.0, 3927.0, 3916.0, 3926.0, 3928.0, 3927.0, 3917.0, 3927.0, 3926.0, 3914.0, 3926.0, 3926.0, 3938.0, 3928.0, 3915.0, 3925.0, 3927.0, 3926.0, 3939.0, 3928.0, 3927.0, 3926.0, 3927.0, 3926.0, 3925.0, 3928.0, 3928.0, 3926.0, 3915.0, 3923.0, 3914.0, 3926.0, 3926.0, 3926.0, 3915.0, 3925.0, 3913.0, 3914.0, 3924.0, 3925.0, 3928.0, 3927.0, 3924.0, 3916.0, 3927.0, 3915.0, 3928.0, 3941.0, 3928.0, 3917.0, 3929.0, 3925.0, 3916.0, 3926.0, 3925.0, 3925.0, 3925.0, 3925.0, 3915.0, 3915.0, 3925.0, 3917.0, 3917.0, 3926.0, 3914.0, 3915.0, 3926.0, 3914.0, 3917.0, 3926.0, 3916.0, 3917.0, 3916.0, 3915.0, 3916.0, 3929.0, 3916.0, 3916.0, 3914.0, 3925.0, 3929.0, 3927.0, 3916.0, 3928.0, 3926.0, 3914.0, 3926.0, 3916.0, 3912.0, 3914.0, 3927.0, 3925.0, 3915.0, 3927.0, 3902.0, 3915.0, 3927.0, 3926.0, 3927.0, 3926.0, 3915.0, 3927.0, 3928.0, 3924.0, 3915.0, 3939.0, 3925.0, 3926.0, 3928.0, 3914.0, 3915.0, 3926.0, 3926.0, 3927.0, 3926.0, 3914.0, 3915.0, 3927.0, 3913.0, 3927.0, 3929.0, 3916.0, 3927.0, 3927.0, 3915.0, 3915.0, 3928.0, 3927.0, 3926.0, 3928.0, 3916.0, 3927.0, 3928.0, 3938.0, 3927.0, 3926.0, 3917.0, 3917.0, 3926.0, 3926.0, 3928.0, 3927.0, 3916.0, 3916.0, 3928.0, 3913.0, 3916.0, 3939.0, 3938.0, 3916.0, 3926.0, 3916.0, 3927.0, 3928.0, 3903.0, 3926.0, 3938.0, 3914.0, 3915.0, 3926.0, 3903.0, 3926.0, 3926.0, 3915.0, 3916.0, 3926.0, 3916.0, 3928.0, 3928.0, 3915.0, 3928.0, 3938.0, 3916.0, 3925.0, 3927.0, 3915.0, 3925.0, 3927.0, 3915.0, 3925.0, 3927.0, 3915.0, 3927.0, 3928.0, 3913.0, 3915.0, 3938.0, 3914.0, 3914.0, 3926.0, 3915.0, 3927.0, 3927.0, 3915.0, 3917.0, 3926.0, 3915.0, 3925.0, 3926.0, 3917.0, 3930.0, 3927.0, 3915.0, 3926.0, 3927.0, 3916.0, 3928.0, 3928.0, 3917.0, 3928.0, 3926.0, 3914.0, 3926.0, 3937.0, 3914.0, 3914.0, 3926.0, 3913.0, 3927.0, 3926.0, 3915.0, 3938.0, 3938.0, 3914.0, 3929.0, 3927.0, 3915.0, 3926.0, 3925.0, 3915.0, 3928.0, 3926.0, 3914.0, 3928.0, 3927.0, 3916.0, 3927.0, 3927.0, 3915.0, 3928.0, 3926.0, 3928.0, 3937.0, 3927.0, 3925.0, 3928.0, 3925.0, 3938.0, 3940.0, 3927.0, 3928.0, 3939.0, 3926.0, 3916.0, 3938.0, 3928.0, 3929.0, 3940.0, 3927.0, 3927.0, 3941.0, 3938.0, 3929.0, 3938.0, 3927.0, 3927.0, 3939.0, 3925.0, 3915.0, 3940.0, 3926.0, 3925.0, 3927.0, 3924.0, 3915.0, 3927.0, 3926.0, 3928.0, 3926.0, 3925.0, 3925.0, 3937.0, 3925.0, 3926.0, 3939.0, 3928.0, 3914.0, 3927.0, 3914.0, 3925.0, 3924.0, 3924.0, 3926.0, 3926.0, 3925.0, 3926.0, 3927.0, 3926.0, 3926.0, 3927.0, 3926.0, 3916.0, 3927.0, 3924.0, 3926.0, 3929.0, 3927.0, 3916.0, 3929.0, 3926.0, 3915.0, 3929.0, 3938.0, 3916.0, 3939.0, 3926.0, 3917.0, 3939.0, 3940.0, 3928.0, 3927.0, 3927.0, 3936.0, 3938.0, 3937.0, 3928.0, 3928.0, 3926.0, 3926.0, 3928.0, 3925.0, 3936.0, 3940.0, 3926.0, 3924.0, 3927.0, 3923.0, 3913.0, 3925.0, 3924.0, 3926.0, 3925.0, 3904.0, 3926.0, 3927.0, 3926.0, 3928.0, 3927.0, 3926.0, 3925.0, 3926.0, 3915.0, 3916.0, 3927.0, 3915.0, 3914.0, 3925.0, 3913.0, 3916.0, 3927.0, 3924.0, 3913.0, 3928.0, 3924.0, 3914.0, 3926.0, 3927.0, 3915.0, 3926.0, 3925.0, 3904.0, 3926.0, 3926.0, 3916.0, 3929.0, 3936.0, 3916.0, 3940.0, 3938.0, 3928.0, 3937.0, 3938.0, 3916.0, 3938.0, 3927.0, 3915.0, 3926.0, 3939.0, 3926.0, 3926.0, 3926.0, 3917.0, 3926.0, 3924.0, 3913.0, 3925.0, 3928.0, 3939.0, 3940.0, 3917.0, 3927.0, 3926.0, 3937.0, 3925.0, 3927.0, 3926.0, 3915.0, 3926.0, 3925.0, 3936.0, 3925.0, 3926.0, 3926.0, 3927.0, 3925.0, 3927.0, 3939.0, 3926.0, 3903.0, 3926.0, 3926.0, 3903.0, 3927.0, 3939.0, 3916.0, 3940.0, 3937.0, 3907.0, 3939.0, 3949.0, 3928.0, 3938.0, 3949.0, 3905.0, 3928.0, 3938.0, 3930.0, 3939.0, 3937.0, 3938.0, 3939.0, 3936.0, 3918.0, 3926.0, 3937.0, 3906.0, 3927.0, 3936.0, 3917.0, 3939.0, 3936.0, 3928.0, 3938.0, 3937.0, 3903.0, 3939.0, 3937.0, 3905.0, 3937.0, 3935.0, 3903.0, 3926.0, 3938.0, 3916.0, 3938.0, 3936.0, 3913.0, 3937.0, 3937.0, 3915.0, 3938.0, 3938.0, 3904.0, 3936.0, 3935.0, 3903.0, 3937.0, 3938.0, 3904.0, 3937.0, 3936.0, 3904.0, 3936.0, 3937.0, 3916.0, 3916.0, 3938.0, 3904.0, 3924.0, 3937.0, 3926.0, 3926.0, 3938.0, 3915.0, 3926.0, 3935.0, 3925.0, 3917.0, 3927.0, 3917.0, 3926.0, 3938.0, 3926.0, 3927.0, 3951.0, 3936.0, 3926.0, 3936.0, 3914.0, 3914.0, 3939.0, 3926.0, 3916.0, 3938.0, 3907.0, 3940.0, 3949.0, 3926.0, 3928.0, 3938.0, 3926.0, 3926.0, 3938.0, 3913.0, 3913.0, 3949.0, 3936.0, 3916.0, 3938.0, 3925.0, 3926.0, 3936.0, 3927.0, 3916.0, 3937.0, 3914.0, 3915.0, 3939.0, 3926.0, 3929.0, 3937.0, 3915.0, 3927.0, 3938.0, 3937.0, 3916.0, 3937.0, 3926.0, 3916.0], 'WindowWidth': [8831.0, 8828.0, 8770.0, 8765.0, 8775.0, 8753.0, 8736.0, 8770.0, 8751.0, 8750.0, 8766.0, 8732.0, 8749.0, 8751.0, 8760.0, 8763.0, 8768.0, 8781.0, 8761.0, 8769.0, 8766.0, 8764.0, 8759.0, 8788.0, 8786.0, 8771.0, 8770.0, 8767.0, 8758.0, 8772.0, 8754.0, 8774.0, 8773.0, 8772.0, 8765.0, 8767.0, 8762.0, 8765.0, 8786.0, 8768.0, 8765.0, 8755.0, 8760.0, 8767.0, 8771.0, 8791.0, 8788.0, 8760.0, 8790.0, 8766.0, 8756.0, 8791.0, 8777.0, 8771.0, 8775.0, 8765.0, 8750.0, 8766.0, 8748.0, 8764.0, 8790.0, 8783.0, 8764.0, 8767.0, 8761.0, 8744.0, 8763.0, 8766.0, 8768.0, 8755.0, 8767.0, 8745.0, 8756.0, 8771.0, 8788.0, 8755.0, 8773.0, 8751.0, 8757.0, 8771.0, 8786.0, 8777.0, 8789.0, 8772.0, 8759.0, 8773.0, 8749.0, 8752.0, 8775.0, 8752.0, 8757.0, 8768.0, 8735.0, 8753.0, 8771.0, 8791.0, 8770.0, 8769.0, 8735.0, 8751.0, 8770.0, 8788.0, 8788.0, 8776.0, 8769.0, 8769.0, 8771.0, 8780.0, 8791.0, 8774.0, 8744.0, 8756.0, 8786.0, 8756.0, 8769.0, 8790.0, 8786.0, 8791.0, 8774.0, 8771.0, 8755.0, 8771.0, 8771.0, 8773.0, 8768.0, 8784.0, 8765.0, 8766.0, 8766.0, 8766.0, 8777.0, 8783.0, 8764.0, 8755.0, 8762.0, 8763.0, 8760.0, 8786.0, 8748.0, 8754.0, 8767.0, 8762.0, 8753.0, 8789.0, 8756.0, 8771.0, 8778.0, 8749.0, 8767.0, 8772.0, 8773.0, 8789.0, 8774.0, 8756.0, 8767.0, 8770.0, 8753.0, 8787.0, 8788.0, 8769.0, 8769.0, 8769.0, 8765.0, 8767.0, 8787.0, 8786.0, 8768.0, 8768.0, 8762.0, 8761.0, 8757.0, 8789.0, 8771.0, 8764.0, 8766.0, 8764.0, 8768.0, 8765.0, 8748.0, 8757.0, 8769.0, 8761.0, 8750.0, 8767.0, 8763.0, 8776.0, 8791.0, 8755.0, 8738.0, 8770.0, 8751.0, 8762.0, 8765.0, 8782.0, 8784.0, 8767.0, 8767.0, 8768.0, 8770.0, 8766.0, 8771.0, 8772.0, 8769.0, 8764.0, 8754.0, 8767.0, 8749.0, 8758.0, 8771.0, 8747.0, 8755.0, 8768.0, 8747.0, 8757.0, 8787.0, 8760.0, 8773.0, 8771.0, 8768.0, 8755.0, 8769.0, 8750.0, 8775.0, 8775.0, 8769.0, 8767.0, 8768.0, 8733.0, 8750.0, 8777.0, 8777.0, 8770.0, 8776.0, 8755.0, 8768.0, 8775.0, 8789.0, 8785.0, 8774.0, 8780.0, 8769.0, 8771.0, 8792.0, 8786.0, 8763.0, 8790.0, 8752.0, 8756.0, 8793.0, 8787.0, 8757.0, 8771.0, 8767.0, 8752.0, 8770.0, 8755.0, 8752.0, 8770.0, 8751.0, 8751.0, 8772.0, 8770.0, 8787.0, 8772.0, 8767.0, 8770.0, 8773.0, 8767.0, 8790.0, 8792.0, 8783.0, 8769.0, 8758.0, 8769.0, 8751.0, 8756.0, 8788.0, 8753.0, 8758.0, 8771.0, 8748.0, 8753.0, 8766.0, 8767.0, 8777.0, 8771.0, 8749.0, 8752.0, 8753.0, 8749.0, 8758.0, 8796.0, 8790.0, 8759.0, 8774.0, 8767.0, 8751.0, 8769.0, 8771.0, 8771.0, 8758.0, 8764.0, 8752.0, 8754.0, 8769.0, 8769.0, 8775.0, 8773.0, 8753.0, 8770.0, 8769.0, 8734.0, 8757.0, 8757.0, 8755.0, 8752.0, 8755.0, 8752.0, 8765.0, 8778.0, 8772.0, 8753.0, 8755.0, 8767.0, 8754.0, 8767.0, 8771.0, 8770.0, 8754.0, 8765.0, 8751.0, 8757.0, 8770.0, 8747.0, 8774.0, 8780.0, 8750.0, 8754.0, 8755.0, 8744.0, 8755.0, 8758.0, 8771.0, 8774.0, 8758.0, 8754.0, 8757.0, 8772.0, 8767.0, 8772.0, 8774.0, 8769.0, 8752.0, 8753.0, 8766.0, 8733.0, 8756.0, 8772.0, 8754.0, 8771.0, 8760.0, 8751.0, 8770.0, 8779.0, 8761.0, 8758.0, 8776.0, 8757.0, 8773.0, 8778.0, 8779.0, 8763.0, 8777.0, 8772.0, 8754.0, 8773.0, 8774.0, 8792.0, 8778.0, 8758.0, 8771.0, 8776.0, 8773.0, 8794.0, 8777.0, 8775.0, 8772.0, 8775.0, 8771.0, 8769.0, 8779.0, 8778.0, 8769.0, 8757.0, 8764.0, 8753.0, 8772.0, 8773.0, 8771.0, 8757.0, 8770.0, 8747.0, 8753.0, 8768.0, 8771.0, 8778.0, 8774.0, 8767.0, 8759.0, 8776.0, 8756.0, 8780.0, 8801.0, 8777.0, 8761.0, 8781.0, 8771.0, 8756.0, 8772.0, 8773.0, 8770.0, 8769.0, 8769.0, 8754.0, 8756.0, 8769.0, 8760.0, 8761.0, 8772.0, 8751.0, 8757.0, 8771.0, 8754.0, 8763.0, 8773.0, 8757.0, 8760.0, 8758.0, 8753.0, 8759.0, 8781.0, 8761.0, 8758.0, 8754.0, 8770.0, 8779.0, 8778.0, 8757.0, 8780.0, 8774.0, 8753.0, 8770.0, 8756.0, 8748.0, 8752.0, 8778.0, 8769.0, 8757.0, 8775.0, 8736.0, 8755.0, 8775.0, 8773.0, 8776.0, 8773.0, 8756.0, 8775.0, 8777.0, 8768.0, 8756.0, 8796.0, 8771.0, 8772.0, 8777.0, 8752.0, 8754.0, 8772.0, 8775.0, 8774.0, 8773.0, 8753.0, 8757.0, 8775.0, 8753.0, 8775.0, 8783.0, 8760.0, 8774.0, 8776.0, 8757.0, 8756.0, 8779.0, 8777.0, 8774.0, 8779.0, 8759.0, 8776.0, 8779.0, 8792.0, 8776.0, 8774.0, 8760.0, 8762.0, 8773.0, 8773.0, 8778.0, 8776.0, 8759.0, 8757.0, 8776.0, 8750.0, 8760.0, 8794.0, 8792.0, 8758.0, 8773.0, 8757.0, 8774.0, 8777.0, 8736.0, 8771.0, 8791.0, 8751.0, 8754.0, 8770.0, 8737.0, 8770.0, 8772.0, 8757.0, 8759.0, 8772.0, 8757.0, 8776.0, 8778.0, 8755.0, 8777.0, 8794.0, 8758.0, 8770.0, 8775.0, 8754.0, 8769.0, 8774.0, 8756.0, 8770.0, 8774.0, 8754.0, 8773.0, 8778.0, 8750.0, 8754.0, 8792.0, 8753.0, 8753.0, 8770.0, 8754.0, 8774.0, 8774.0, 8757.0, 8760.0, 8772.0, 8754.0, 8771.0, 8774.0, 8762.0, 8781.0, 8773.0, 8755.0, 8772.0, 8773.0, 8756.0, 8778.0, 8777.0, 8759.0, 8775.0, 8773.0, 8752.0, 8773.0, 8791.0, 8752.0, 8753.0, 8773.0, 8750.0, 8773.0, 8773.0, 8756.0, 8792.0, 8791.0, 8753.0, 8780.0, 8774.0, 8752.0, 8771.0, 8772.0, 8757.0, 8776.0, 8772.0, 8752.0, 8776.0, 8776.0, 8760.0, 8774.0, 8773.0, 8755.0, 8776.0, 8771.0, 8776.0, 8788.0, 8774.0, 8768.0, 8775.0, 8769.0, 8792.0, 8798.0, 8775.0, 8776.0, 8794.0, 8773.0, 8757.0, 8789.0, 8779.0, 8779.0, 8796.0, 8775.0, 8775.0, 8799.0, 8794.0, 8780.0, 8790.0, 8773.0, 8774.0, 8794.0, 8769.0, 8754.0, 8795.0, 8772.0, 8769.0, 8774.0, 8766.0, 8755.0, 8772.0, 8772.0, 8776.0, 8770.0, 8768.0, 8768.0, 8787.0, 8768.0, 8770.0, 8795.0, 8778.0, 8753.0, 8773.0, 8752.0, 8766.0, 8766.0, 8767.0, 8773.0, 8772.0, 8768.0, 8770.0, 8773.0, 8772.0, 8774.0, 8774.0, 8772.0, 8757.0, 8772.0, 8767.0, 8773.0, 8781.0, 8774.0, 8757.0, 8779.0, 8771.0, 8753.0, 8781.0, 8792.0, 8758.0, 8794.0, 8773.0, 8760.0, 8794.0, 8798.0, 8778.0, 8776.0, 8774.0, 8784.0, 8789.0, 8790.0, 8779.0, 8778.0, 8772.0, 8771.0, 8777.0, 8769.0, 8784.0, 8797.0, 8771.0, 8766.0, 8773.0, 8763.0, 8750.0, 8769.0, 8768.0, 8770.0, 8769.0, 8740.0, 8770.0, 8773.0, 8772.0, 8778.0, 8773.0, 8771.0, 8767.0, 8770.0, 8754.0, 8758.0, 8774.0, 8752.0, 8752.0, 8767.0, 8749.0, 8757.0, 8774.0, 8765.0, 8749.0, 8773.0, 8765.0, 8749.0, 8771.0, 8774.0, 8755.0, 8770.0, 8769.0, 8736.0, 8770.0, 8770.0, 8758.0, 8779.0, 8787.0, 8757.0, 8796.0, 8791.0, 8775.0, 8790.0, 8792.0, 8758.0, 8788.0, 8773.0, 8752.0, 8770.0, 8791.0, 8772.0, 8771.0, 8771.0, 8757.0, 8770.0, 8766.0, 8749.0, 8766.0, 8779.0, 8796.0, 8800.0, 8759.0, 8770.0, 8772.0, 8788.0, 8769.0, 8774.0, 8771.0, 8754.0, 8769.0, 8768.0, 8785.0, 8768.0, 8768.0, 8770.0, 8772.0, 8768.0, 8772.0, 8793.0, 8772.0, 8734.0, 8770.0, 8767.0, 8734.0, 8772.0, 8794.0, 8759.0, 8793.0, 8786.0, 8744.0, 8790.0, 8807.0, 8779.0, 8791.0, 8805.0, 8742.0, 8777.0, 8791.0, 8784.0, 8792.0, 8788.0, 8789.0, 8791.0, 8784.0, 8763.0, 8772.0, 8788.0, 8741.0, 8772.0, 8783.0, 8761.0, 8792.0, 8784.0, 8774.0, 8790.0, 8786.0, 8736.0, 8794.0, 8788.0, 8741.0, 8785.0, 8780.0, 8735.0, 8769.0, 8791.0, 8759.0, 8787.0, 8784.0, 8748.0, 8787.0, 8786.0, 8756.0, 8787.0, 8789.0, 8738.0, 8784.0, 8780.0, 8736.0, 8788.0, 8790.0, 8738.0, 8785.0, 8783.0, 8738.0, 8782.0, 8788.0, 8757.0, 8755.0, 8787.0, 8737.0, 8764.0, 8786.0, 8771.0, 8771.0, 8788.0, 8753.0, 8768.0, 8781.0, 8768.0, 8761.0, 8773.0, 8759.0, 8769.0, 8787.0, 8769.0, 8774.0, 8811.0, 8783.0, 8769.0, 8783.0, 8750.0, 8752.0, 8791.0, 8774.0, 8760.0, 8789.0, 8747.0, 8795.0, 8808.0, 8772.0, 8778.0, 8791.0, 8769.0, 8769.0, 8787.0, 8747.0, 8749.0, 8804.0, 8786.0, 8756.0, 8788.0, 8764.0, 8767.0, 8784.0, 8775.0, 8757.0, 8788.0, 8752.0, 8755.0, 8791.0, 8773.0, 8778.0, 8788.0, 8753.0, 8770.0, 8788.0, 8788.0, 8759.0, 8788.0, 8770.0, 8755.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.0006960197368421053</td></tr>
<tr><td colspan=3>aqi</td><td>0.024080915679824566</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.310519380636684</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.184940428715697</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.998417479868277</td></tr>
<tr><td colspan=3>efc</td><td>0.4689</td></tr>
<tr><td colspan=3>fber</td><td>5339.2974</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08859869322092785</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.43859649122807015</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.57556947885843</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5184771217730084</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8245980235654264</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3836332912368547</td></tr>
<tr><td colspan=3>gcor</td><td>0.00266056</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017883561551570892</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.017792677506804466</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.4292581482247098</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>45.8673</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.57</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>176.695</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304593.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>848.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>347.8913</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.4545</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>537.7832</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3066.9236</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3321.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71951.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>711.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4151.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>968.4243</td></tr>
<tr><td colspan=3>tsnr</td><td>37.63520085811615</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>