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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0093/ses-02/func/sub-0093_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>20acfd42677eb45226e37338d0b8db0d</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:28:2.310000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995118, 0.0249944, 0.0954771, -0.040142, 0.986269, 0.160194]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.105722</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4142, -7786, -7236, 606, -78, -320, 65, 51]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.968</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a158f659-335d-4b7f-8883-72a8305e41a7||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.669828176498413, -0.10769816488027573, 0.24343769252300262, 115.50228881835938], [-0.06705807894468307, 2.646087408065796, 0.44076117873191833, -100.68376159667969], [0.2561579942703247, -0.4297896921634674, 2.6526341438293457, -50.71902084350586], [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': ['152802.310000', '152802.770000', '152803.230000', '152803.690000', '152804.150000', '152804.610000', '152805.070000', '152805.530000', '152805.990000', '152806.450000', '152806.910000', '152807.370000', '152807.830000', '152808.290000', '152808.750000', '152809.210000', '152809.670000', '152810.130000', '152810.590000', '152811.050000', '152811.510000', '152811.970000', '152812.430000', '152812.890000', '152813.350000', '152813.810000', '152814.270000', '152814.730000', '152815.190000', '152815.650000', '152816.110000', '152816.570000', '152817.030000', '152817.490000', '152817.950000', '152818.410000', '152818.870000', '152819.330000', '152819.790000', '152820.250000', '152820.710000', '152821.170000', '152821.630000', '152822.090000', '152822.550000', '152823.010000', '152823.470000', '152823.930000', '152824.390000', '152824.850000', '152825.310000', '152825.770000', '152826.230000', '152826.690000', '152827.150000', '152827.610000', '152828.070000', '152828.530000', '152828.990000', '152829.450000', '152829.910000', '152830.370000', '152830.830000', '152831.290000', '152831.750000', '152832.210000', '152832.670000', '152833.130000', '152833.590000', '152834.050000', '152834.510000', '152834.970000', '152835.430000', '152835.890000', '152836.350000', '152836.810000', '152837.270000', '152837.730000', '152838.190000', '152838.650000', '152839.110000', '152839.570000', '152840.030000', '152840.490000', '152840.950000', '152841.410000', '152841.870000', '152842.330000', '152842.790000', '152843.250000', '152843.710000', '152844.170000', '152844.630000', '152845.090000', '152845.550000', '152846.010000', '152846.470000', '152846.930000', '152847.390000', '152847.850000', '152848.310000', '152848.770000', '152849.230000', '152849.690000', '152850.150000', '152850.610000', '152851.070000', '152851.530000', '152851.990000', '152852.450000', '152852.910000', '152853.370000', '152853.830000', '152854.290000', '152854.750000', '152855.210000', '152855.670000', '152856.130000', '152856.590000', '152857.050000', '152857.510000', '152857.970000', '152858.430000', '152858.890000', '152859.350000', '152859.810000', '152900.270000', '152900.730000', '152901.190000', '152901.650000', '152902.110000', '152902.570000', '152903.030000', '152903.490000', '152903.950000', '152904.410000', '152904.870000', '152905.330000', '152905.790000', '152906.250000', '152906.710000', '152907.170000', '152907.630000', '152908.090000', '152908.550000', '152909.010000', '152909.470000', '152909.930000', '152910.390000', '152910.850000', '152911.310000', '152911.770000', '152912.230000', '152912.690000', '152913.150000', '152913.610000', '152914.070000', '152914.530000', '152914.990000', '152915.450000', '152915.910000', '152916.370000', '152916.830000', '152917.290000', '152917.750000', '152918.210000', '152918.670000', '152919.130000', '152919.590000', '152920.050000', '152920.510000', '152920.970000', '152921.430000', '152921.890000', '152922.350000', '152922.810000', '152923.270000', '152923.730000', '152924.190000', '152924.650000', '152925.110000', '152925.570000', '152926.030000', '152926.490000', '152926.950000', '152927.410000', '152927.870000', '152928.330000', '152928.790000', '152929.250000', '152929.710000', '152930.170000', '152930.630000', '152931.090000', '152931.550000', '152932.010000', '152932.470000', '152932.930000', '152933.390000', '152933.850000', '152934.310000', '152934.770000', '152935.230000', '152935.690000', '152936.150000', '152936.610000', '152937.070000', '152937.530000', '152937.990000', '152938.450000', '152938.910000', '152939.370000', '152939.830000', '152940.290000', '152940.750000', '152941.210000', '152941.670000', '152942.130000', '152942.590000', '152943.050000', '152943.510000', '152943.970000', '152944.430000', '152944.890000', '152945.350000', '152945.810000', '152946.270000', '152946.730000', '152947.190000', '152947.650000', '152948.110000', '152948.570000', '152949.030000', '152949.490000', '152949.950000', '152950.410000', '152950.870000', '152951.330000', '152951.790000', '152952.250000', '152952.710000', '152953.170000', '152953.630000', '152954.090000', '152954.550000', '152955.010000', '152955.470000', '152955.930000', '152956.390000', '152956.850000', '152957.310000', '152957.770000', '152958.230000', '152958.690000', '152959.150000', '152959.610000', '153000.070000', '153000.530000', '153000.990000', '153001.450000', '153001.910000', '153002.370000', '153002.830000', '153003.290000', '153003.750000', '153004.210000', '153004.670000', '153005.130000', '153005.590000', '153006.050000', '153006.510000', '153006.970000', '153007.430000', '153007.890000', '153008.350000', '153008.810000', '153009.270000', '153009.730000', '153010.190000', '153010.650000', '153011.110000', '153011.570000', '153012.030000', '153012.490000', '153012.950000', '153013.410000', '153013.870000', '153014.330000', '153014.790000', '153015.250000', '153015.710000', '153016.170000', '153016.630000', '153017.090000', '153017.550000', '153018.010000', '153018.470000', '153018.930000', '153019.390000', '153019.850000', '153020.310000', '153020.770000', '153021.230000', '153021.690000', '153022.150000', '153022.610000', '153023.070000', '153023.530000', '153023.990000', '153024.450000', '153024.910000', '153025.370000', '153025.830000', '153026.290000', '153026.750000', '153027.210000', '153027.670000', '153028.130000', '153028.590000', '153029.050000', '153029.510000', '153029.970000', '153030.430000', '153030.890000', '153031.350000', '153031.810000', '153032.270000', '153032.730000', '153033.190000', '153033.650000', '153034.110000', '153034.570000', '153035.030000', '153035.490000', '153035.950000', '153036.410000', '153036.870000', '153037.330000', '153037.790000', '153038.250000', '153038.710000', '153039.170000', '153039.630000', '153040.090000', '153040.550000', '153041.010000', '153041.470000', '153041.930000', '153042.390000', '153042.850000', '153043.310000', '153043.770000', '153044.230000', '153044.690000', '153045.150000', '153045.610000', '153046.070000', '153046.530000', '153046.990000', '153047.450000', '153047.910000', '153048.370000', '153048.830000', '153049.290000', '153049.750000', '153050.210000', '153050.670000', '153051.130000', '153051.590000', '153052.050000', '153052.510000', '153052.970000', '153053.430000', '153053.890000', '153054.350000', '153054.810000', '153055.270000', '153055.730000', '153056.190000', '153056.650000', '153057.110000', '153057.570000', '153058.030000', '153058.490000', '153058.950000', '153059.410000', '153059.870000', '153100.330000', '153100.790000', '153101.250000', '153101.710000', '153102.170000', '153102.630000', '153103.090000', '153103.550000', '153104.010000', '153104.470000', '153104.930000', '153105.390000', '153105.850000', '153106.310000', '153106.770000', '153107.230000', '153107.690000', '153108.150000', '153108.610000', '153109.070000', '153109.530000', '153109.990000', '153110.450000', '153110.910000', '153111.370000', '153111.830000', '153112.290000', '153112.750000', '153113.210000', '153113.670000', '153114.130000', '153114.590000', '153115.050000', '153115.510000', '153115.970000', '153116.430000', '153116.890000', '153117.350000', '153117.810000', '153118.270000', '153118.730000', '153119.190000', '153119.650000', '153120.110000', '153120.570000', '153121.030000', '153121.490000', '153121.950000', '153122.410000', '153122.870000', '153123.330000', '153123.790000', '153124.250000', '153124.710000', '153125.170000', '153125.630000', '153126.090000', '153126.550000', '153127.010000', '153127.470000', '153127.930000', '153128.390000', '153128.850000', '153129.310000', '153129.770000', '153130.230000', '153130.690000', '153131.150000', '153131.610000', '153132.070000', '153132.530000', '153132.990000', '153133.450000', '153133.910000', '153134.370000', '153134.830000', '153135.290000', '153135.750000', '153136.210000', '153136.670000', '153137.130000', '153137.590000', '153138.050000', '153138.510000', '153138.970000', '153139.430000', '153139.890000', '153140.350000', '153140.810000', '153141.270000', '153141.730000', '153142.190000', '153142.650000', '153143.110000', '153143.570000', '153144.030000', '153144.490000', '153144.950000', '153145.410000', '153145.870000', '153146.330000', '153146.790000', '153147.250000', '153147.710000', '153148.170000', '153148.630000', '153149.090000', '153149.550000', '153150.010000', '153150.470000', '153150.930000', '153151.390000', '153151.850000', '153152.310000', '153152.770000', '153153.230000', '153153.690000', '153154.150000', '153154.610000', '153155.070000', '153155.530000', '153155.990000', '153156.450000', '153156.910000', '153157.370000', '153157.830000', '153158.290000', '153158.750000', '153159.210000', '153159.670000', '153200.130000', '153200.590000', '153201.050000', '153201.510000', '153201.970000', '153202.430000', '153202.890000', '153203.350000', '153203.810000', '153204.270000', '153204.730000', '153205.190000', '153205.650000', '153206.110000', '153206.570000', '153207.030000', '153207.490000', '153207.950000', '153208.410000', '153208.870000', '153209.330000', '153209.790000', '153210.250000', '153210.710000', '153211.170000', '153211.630000', '153212.090000', '153212.550000', '153213.010000', '153213.470000', '153213.930000', '153214.390000', '153214.850000', '153215.310000', '153215.770000', '153216.230000', '153216.690000', '153217.150000', '153217.610000', '153218.070000', '153218.530000', '153218.990000', '153219.450000', '153219.910000', '153220.370000', '153220.830000', '153221.290000', '153221.750000', '153222.210000', '153222.670000', '153223.130000', '153223.590000', '153224.050000', '153224.510000', '153224.970000', '153225.430000', '153225.890000', '153226.350000', '153226.810000', '153227.270000', '153227.730000', '153228.190000', '153228.650000', '153229.110000', '153229.570000', '153230.030000', '153230.490000', '153230.950000', '153231.410000', '153231.870000', '153232.330000', '153232.790000', '153233.250000', '153233.710000', '153234.170000', '153234.630000', '153235.090000', '153235.550000', '153236.010000', '153236.470000', '153236.930000', '153237.390000', '153237.850000', '153238.310000', '153238.770000', '153239.230000', '153239.690000', '153240.150000', '153240.610000', '153241.070000', '153241.530000', '153241.990000', '153242.450000', '153242.910000', '153243.370000', '153243.830000', '153244.290000', '153244.750000', '153245.210000', '153245.670000', '153246.130000', '153246.590000', '153247.050000', '153247.510000', '153247.970000', '153248.430000', '153248.890000', '153249.350000', '153249.810000', '153250.270000', '153250.730000', '153251.190000', '153251.650000', '153252.110000', '153252.570000', '153253.030000', '153253.490000', '153253.950000', '153254.410000', '153254.870000', '153255.330000', '153255.790000', '153256.250000', '153256.710000', '153257.170000', '153257.630000', '153258.090000', '153258.550000', '153259.010000', '153259.470000', '153259.930000', '153300.390000', '153300.850000', '153301.310000', '153301.770000', '153302.230000', '153302.690000', '153303.150000', '153303.610000', '153304.070000', '153304.530000', '153304.990000', '153305.450000', '153305.910000', '153306.370000', '153306.830000', '153307.290000', '153307.750000', '153308.210000', '153308.670000', '153309.130000', '153309.590000', '153310.050000', '153310.510000', '153310.970000', '153311.430000', '153311.890000', '153312.350000', '153312.810000', '153313.270000', '153313.730000', '153314.190000', '153314.650000', '153315.110000', '153315.570000', '153316.030000', '153316.490000', '153316.950000', '153317.410000', '153317.870000', '153318.330000', '153318.790000', '153319.250000', '153319.710000', '153320.170000', '153320.630000', '153321.090000', '153321.550000', '153322.010000', '153322.470000', '153322.930000', '153323.390000', '153323.850000', '153324.310000', '153324.770000', '153325.230000', '153325.690000', '153326.150000', '153326.610000', '153327.070000', '153327.530000', '153327.990000', '153328.450000', '153328.910000', '153329.370000', '153329.830000', '153330.290000', '153330.750000', '153331.210000', '153331.670000', '153332.130000', '153332.590000', '153333.050000', '153333.510000', '153333.970000', '153334.430000', '153334.890000', '153335.350000', '153335.810000', '153336.270000', '153336.730000', '153337.190000', '153337.650000', '153338.110000', '153338.570000', '153339.030000', '153339.490000', '153339.950000', '153340.410000', '153340.870000', '153341.330000', '153341.790000', '153342.250000', '153342.710000', '153343.170000', '153343.630000', '153344.090000', '153344.550000', '153345.010000', '153345.470000', '153345.930000', '153346.390000', '153346.850000', '153347.310000', '153347.770000', '153348.230000', '153348.690000', '153349.150000', '153349.610000', '153350.070000', '153350.530000', '153350.990000', '153351.450000', '153351.910000', '153352.370000', '153352.830000', '153353.290000', '153353.750000', '153354.210000', '153354.670000', '153355.130000', '153355.590000', '153356.050000', '153356.510000', '153356.970000', '153357.430000', '153357.890000', '153358.350000', '153358.810000', '153359.270000', '153359.730000', '153400.190000', '153400.650000', '153401.110000', '153401.570000', '153402.030000', '153402.490000', '153402.950000', '153403.410000', '153403.870000', '153404.330000', '153404.790000', '153405.250000', '153405.710000', '153406.170000', '153406.630000', '153407.090000', '153407.550000', '153408.010000', '153408.470000', '153408.930000', '153409.390000', '153409.850000', '153410.310000', '153410.770000', '153411.230000', '153411.690000', '153412.150000', '153412.610000', '153413.070000', '153413.530000', '153413.990000', '153414.450000', '153414.910000', '153415.370000', '153415.830000', '153416.290000', '153416.750000', '153417.210000', '153417.670000', '153418.130000', '153418.590000', '153419.050000', '153419.510000', '153419.970000', '153420.430000', '153420.890000', '153421.350000', '153421.810000', '153422.270000', '153422.730000', '153423.190000', '153423.650000', '153424.110000', '153424.570000', '153425.030000', '153425.490000', '153425.950000', '153426.410000', '153426.870000', '153427.330000', '153427.790000', '153428.250000', '153428.710000', '153429.170000', '153429.630000', '153430.090000', '153430.550000', '153431.010000', '153431.470000', '153431.930000', '153432.390000', '153432.850000', '153433.310000', '153433.770000', '153434.230000', '153434.690000', '153435.150000', '153435.610000', '153436.070000', '153436.530000', '153436.990000', '153437.450000', '153437.910000', '153438.370000', '153438.830000', '153439.290000', '153439.750000', '153440.210000', '153440.670000', '153441.130000', '153441.590000', '153442.050000', '153442.510000', '153442.970000', '153443.430000', '153443.890000', '153444.350000', '153444.810000', '153445.270000', '153445.730000', '153446.190000', '153446.650000', '153447.110000', '153447.570000', '153448.030000', '153448.490000', '153448.950000', '153449.410000', '153449.870000', '153450.330000', '153450.790000', '153451.250000', '153451.710000', '153452.170000', '153452.630000', '153453.090000', '153453.550000', '153454.010000', '153454.470000', '153454.930000', '153455.390000', '153455.850000', '153456.310000', '153456.770000', '153457.230000', '153457.690000', '153458.150000', '153458.610000', '153459.070000', '153459.530000', '153459.990000', '153500.450000', '153500.910000', '153501.370000', '153501.830000', '153502.290000'], 'ContentTime': ['152830.536000', '152830.538000', '152830.541000', '152830.544000', '152830.546000', '152830.549000', '152830.552000', '152830.554000', '152830.557000', '152830.559000', '152830.562000', '152830.564000', '152830.567000', '152830.569000', '152830.572000', '152830.574000', '152830.577000', '152830.579000', '152830.582000', '152830.584000', '152830.593000', '152830.595000', '152830.598000', '152830.600000', '152830.603000', '152830.605000', '152830.608000', '152830.611000', '152830.613000', '152830.616000', '152830.618000', '152830.621000', '152830.623000', '152830.626000', '152830.628000', '152830.631000', '152830.634000', '152830.636000', '152830.639000', '152830.641000', '152830.644000', '152830.646000', '152830.649000', '152830.652000', '152830.654000', '152830.657000', '152830.659000', '152830.662000', '152830.664000', '152830.667000', '152830.669000', '152830.672000', '152830.674000', '152830.677000', '152830.679000', '152830.685000', '152830.688000', '152830.690000', '152850.492000', '152850.495000', '152850.498000', '152850.501000', '152850.503000', '152850.506000', '152850.508000', '152850.511000', '152850.513000', '152850.516000', '152850.518000', '152850.521000', '152850.524000', '152850.526000', '152850.529000', '152850.531000', '152850.534000', '152850.537000', '152850.539000', '152850.542000', '152850.544000', '152850.547000', '152850.549000', '152850.552000', '152850.554000', '152850.557000', '152850.578000', '152850.580000', '152850.583000', '152850.585000', '152850.588000', '152850.590000', '152850.593000', '152850.596000', '152850.598000', '152850.601000', '152850.603000', '152850.606000', '152850.608000', '152850.611000', '152850.614000', '152850.616000', '152850.619000', '152850.621000', '152910.492000', '152910.495000', '152910.498000', '152910.500000', '152910.503000', '152910.505000', '152910.508000', '152910.511000', '152910.513000', '152910.516000', '152910.518000', '152910.521000', '152910.524000', '152910.527000', '152910.530000', '152910.533000', '152910.535000', '152910.538000', '152910.540000', '152910.543000', '152910.545000', '152910.548000', '152910.550000', '152910.553000', '152910.556000', '152910.558000', '152910.561000', '152910.563000', '152910.566000', '152910.568000', '152910.571000', '152910.574000', '152910.577000', '152910.579000', '152910.582000', '152910.585000', '152910.587000', '152910.590000', '152910.592000', '152910.595000', '152910.597000', '152910.600000', '152910.603000', '152930.492000', '152930.495000', '152930.498000', '152930.500000', '152930.503000', '152930.505000', '152930.508000', '152930.510000', '152930.513000', '152930.515000', '152930.518000', '152930.521000', '152930.523000', '152930.526000', '152930.528000', '152930.531000', '152930.533000', '152930.536000', '152930.538000', '152930.541000', '152930.544000', '152930.546000', '152930.549000', '152930.551000', '152930.554000', '152930.557000', '152930.559000', '152930.562000', '152930.564000', '152930.567000', '152930.569000', '152930.572000', '152930.574000', '152930.577000', '152930.579000', '152930.582000', '152930.585000', '152930.587000', '152930.590000', '152930.592000', '152930.595000', '152930.597000', '152930.600000', '152930.603000', '152950.493000', '152950.496000', '152950.498000', '152950.509000', '152950.512000', '152950.514000', '152950.517000', '152950.519000', '152950.522000', '152950.525000', '152950.527000', '152950.530000', '152950.532000', '152950.535000', '152950.537000', '152950.540000', '152950.543000', '152950.545000', '152950.548000', '152950.550000', '152950.553000', '152950.556000', '152950.558000', '152950.561000', '152950.563000', '152950.566000', '152950.568000', '152950.571000', '152950.573000', '152950.576000', '152950.579000', '152950.581000', '152950.584000', '152950.586000', '152950.589000', '152950.591000', '152950.594000', '152950.597000', '152950.599000', '152950.602000', '152950.604000', '152950.607000', '152950.609000', '153010.493000', '153010.495000', '153010.498000', '153010.501000', '153010.503000', '153010.506000', '153010.508000', '153010.511000', '153010.513000', '153010.516000', '153010.518000', '153010.521000', '153010.524000', '153010.526000', '153010.529000', '153010.531000', '153010.534000', '153010.536000', '153010.539000', '153010.542000', '153010.544000', '153010.547000', '153010.549000', '153010.552000', '153010.554000', '153010.557000', '153010.559000', '153010.562000', '153010.565000', '153010.567000', '153010.570000', '153010.572000', '153010.575000', '153010.577000', '153010.580000', '153010.582000', '153010.585000', '153010.588000', '153010.590000', '153010.593000', '153010.595000', '153010.598000', '153010.601000', '153010.603000', '153030.492000', '153030.495000', '153030.498000', '153030.500000', '153030.503000', '153030.505000', '153030.508000', '153030.511000', '153030.513000', '153030.516000', '153030.518000', '153030.521000', '153030.523000', '153030.526000', '153030.528000', '153030.531000', '153030.534000', '153030.536000', '153030.539000', '153030.541000', '153030.544000', '153030.560000', '153030.562000', '153030.565000', '153030.567000', '153030.570000', '153030.573000', '153030.575000', '153030.578000', '153030.580000', '153030.583000', '153030.586000', '153030.588000', '153030.591000', '153030.593000', '153030.596000', '153030.599000', '153030.602000', '153030.604000', '153030.607000', '153030.610000', '153030.613000', '153030.615000', '153050.491000', '153050.494000', '153050.497000', '153050.499000', '153050.502000', '153050.505000', '153050.507000', '153050.510000', '153050.512000', '153050.515000', '153050.543000', '153050.546000', '153050.548000', '153050.551000', '153050.553000', '153050.556000', '153050.559000', '153050.561000', '153050.564000', '153050.566000', '153050.569000', '153050.572000', '153050.574000', '153050.577000', '153050.580000', '153050.582000', '153050.585000', '153050.587000', '153050.590000', '153050.592000', '153050.595000', '153050.598000', '153050.600000', '153050.603000', '153050.605000', '153050.623000', '153050.626000', '153050.628000', '153050.631000', '153050.634000', '153050.636000', '153050.639000', '153050.641000', '153050.644000', '153110.493000', '153110.495000', '153110.498000', '153110.501000', '153110.503000', '153110.506000', '153110.508000', '153110.511000', '153110.513000', '153110.516000', '153110.519000', '153110.521000', '153110.524000', '153110.526000', '153110.529000', '153110.531000', '153110.534000', '153110.536000', '153110.539000', '153110.542000', '153110.544000', '153110.547000', '153110.549000', '153110.552000', '153110.554000', '153110.557000', '153110.560000', '153110.562000', '153110.565000', '153110.567000', '153110.570000', '153110.572000', '153110.576000', '153110.579000', '153110.582000', '153110.584000', '153110.587000', '153110.590000', '153110.592000', '153110.595000', '153110.597000', '153110.600000', '153110.603000', '153130.493000', '153130.495000', '153130.498000', '153130.501000', '153130.503000', '153130.506000', '153130.508000', '153130.511000', '153130.513000', '153130.516000', '153130.519000', '153130.521000', '153130.524000', '153130.526000', '153130.529000', '153130.531000', '153130.534000', '153130.536000', '153130.539000', '153130.542000', '153130.544000', '153130.547000', '153130.549000', '153130.552000', '153130.554000', '153130.568000', '153130.570000', '153130.573000', '153130.576000', '153130.578000', '153130.581000', '153130.583000', '153130.586000', '153130.589000', '153130.591000', '153130.594000', '153130.596000', '153130.599000', '153130.602000', '153130.604000', '153130.607000', '153130.609000', '153130.612000', '153130.614000', '153150.492000', '153150.495000', '153150.498000', '153150.500000', '153150.503000', '153150.505000', '153150.508000', '153150.511000', '153150.513000', '153150.516000', '153150.518000', '153150.521000', '153150.523000', '153150.526000', '153150.529000', '153150.531000', '153150.534000', '153150.536000', '153150.539000', '153150.542000', '153150.544000', '153150.547000', '153150.549000', '153150.552000', '153150.555000', '153150.557000', '153150.560000', '153150.562000', '153150.565000', '153150.567000', '153150.570000', '153150.572000', '153150.575000', '153150.578000', '153150.580000', '153150.583000', '153150.585000', '153150.588000', '153150.591000', '153150.593000', '153150.596000', '153150.599000', '153150.601000', '153210.493000', '153210.495000', '153210.498000', '153210.513000', '153210.515000', '153210.518000', '153210.521000', '153210.523000', '153210.526000', '153210.528000', '153210.531000', '153210.533000', '153210.536000', '153210.539000', '153210.541000', '153210.544000', '153210.546000', '153210.549000', '153210.551000', '153210.554000', '153210.556000', '153210.559000', '153210.562000', '153210.564000', '153210.567000', '153210.569000', '153210.572000', '153210.574000', '153210.577000', '153210.579000', '153210.582000', '153210.585000', '153210.587000', '153210.590000', '153210.604000', '153210.607000', '153210.609000', '153210.612000', '153210.614000', '153210.617000', '153210.619000', '153210.622000', '153210.624000', '153210.627000', '153230.492000', '153230.495000', '153230.498000', '153230.501000', '153230.503000', '153230.506000', '153230.508000', '153230.511000', '153230.513000', '153230.516000', '153230.518000', '153230.521000', '153230.524000', '153230.526000', '153230.529000', '153230.531000', '153230.534000', '153230.536000', '153230.539000', '153230.541000', '153230.544000', '153230.547000', '153230.549000', '153230.552000', '153230.554000', '153230.557000', '153230.559000', '153230.562000', '153230.565000', '153230.567000', '153230.570000', '153230.572000', '153230.575000', '153230.577000', '153230.580000', '153230.583000', '153230.585000', '153230.588000', '153230.590000', '153230.593000', '153230.595000', '153230.598000', '153230.601000', '153250.492000', '153250.495000', '153250.498000', '153250.500000', '153250.503000', '153250.506000', '153250.508000', '153250.511000', '153250.514000', '153250.516000', '153250.519000', '153250.521000', '153250.524000', '153250.526000', '153250.529000', '153250.532000', '153250.534000', '153250.537000', '153250.540000', '153250.542000', '153250.545000', '153250.547000', '153250.550000', '153250.552000', '153250.555000', '153250.558000', '153250.560000', '153250.563000', '153250.565000', '153250.568000', '153250.571000', '153250.573000', '153250.576000', '153250.579000', '153250.581000', '153250.584000', '153250.586000', '153250.589000', '153250.591000', '153250.594000', '153250.597000', '153250.599000', '153250.602000', '153250.605000', '153310.492000', '153310.494000', '153310.497000', '153310.500000', '153310.502000', '153310.505000', '153310.507000', '153310.510000', '153310.512000', '153310.515000', '153310.517000', '153310.520000', '153310.522000', '153310.525000', '153310.528000', '153310.530000', '153310.533000', '153310.535000', '153310.538000', '153310.540000', '153310.543000', '153310.546000', '153310.548000', '153310.551000', '153310.553000', '153310.556000', '153310.559000', '153310.561000', '153310.564000', '153310.566000', '153310.569000', '153310.571000', '153310.574000', '153310.576000', '153310.579000', '153310.582000', '153310.584000', '153310.587000', '153310.589000', '153310.592000', '153310.594000', '153310.597000', '153310.600000', '153330.493000', '153330.495000', '153330.498000', '153330.501000', '153330.503000', '153330.506000', '153330.508000', '153330.511000', '153330.513000', '153330.516000', '153330.519000', '153330.521000', '153330.524000', '153330.538000', '153330.540000', '153330.543000', '153330.546000', '153330.548000', '153330.551000', '153330.553000', '153330.556000', '153330.558000', '153330.561000', '153330.563000', '153330.566000', '153330.569000', '153330.571000', '153330.574000', '153330.576000', '153330.579000', '153330.581000', '153330.584000', '153330.587000', '153330.589000', '153330.596000', '153330.599000', '153330.601000', '153330.604000', '153330.606000', '153330.609000', '153330.612000', '153330.614000', '153330.617000', '153330.619000', '153350.493000', '153350.495000', '153350.498000', '153350.501000', '153350.503000', '153350.506000', '153350.508000', '153350.513000', '153350.515000', '153350.518000', '153350.521000', '153350.523000', '153350.526000', '153350.528000', '153350.531000', '153350.533000', '153350.536000', '153350.539000', '153350.541000', '153350.544000', '153350.546000', '153350.549000', '153350.551000', '153350.554000', '153350.557000', '153350.559000', '153350.562000', '153350.564000', '153350.567000', '153350.569000', '153350.572000', '153350.575000', '153350.577000', '153350.580000', '153350.582000', '153350.585000', '153350.588000', '153350.590000', '153350.593000', '153350.596000', '153350.598000', '153350.601000', '153350.604000', '153410.494000', '153410.497000', '153410.500000', '153410.502000', '153410.505000', '153410.507000', '153410.510000', '153410.512000', '153410.515000', '153410.518000', '153410.520000', '153410.523000', '153410.525000', '153410.528000', '153410.530000', '153410.533000', '153410.536000', '153410.538000', '153410.541000', '153410.543000', '153410.546000', '153410.548000', '153410.551000', '153410.554000', '153410.556000', '153410.559000', '153410.561000', '153410.564000', '153410.566000', '153410.569000', '153410.572000', '153410.574000', '153410.577000', '153410.579000', '153410.582000', '153410.584000', '153410.587000', '153410.589000', '153410.592000', '153410.595000', '153410.597000', '153410.600000', '153410.602000', '153410.605000', '153430.492000', '153430.495000', '153430.498000', '153430.500000', '153430.503000', '153430.506000', '153430.508000', '153430.511000', '153430.513000', '153430.516000', '153430.518000', '153430.521000', '153430.523000', '153430.526000', '153430.529000', '153430.531000', '153430.534000', '153430.536000', '153430.539000', '153430.541000', '153430.544000', '153430.546000', '153430.549000', '153430.551000', '153430.554000', '153430.557000', '153430.559000', '153430.562000', '153430.564000', '153430.567000', '153430.569000', '153430.572000', '153430.575000', '153430.577000', '153430.580000', '153430.582000', '153430.585000', '153430.587000', '153430.590000', '153430.593000', '153430.595000', '153430.598000', '153430.601000', '153450.492000', '153450.495000', '153450.498000', '153450.500000', '153450.503000', '153450.506000', '153450.508000', '153450.511000', '153450.513000', '153450.516000', '153450.518000', '153450.521000', '153450.523000', '153450.526000', '153450.529000', '153450.531000', '153450.534000', '153450.536000', '153450.539000', '153450.541000', '153450.544000', '153450.546000', '153450.549000', '153450.552000', '153450.564000', '153450.566000', '153450.569000', '153450.572000', '153450.574000', '153450.577000', '153450.579000', '153450.582000', '153450.584000', '153450.587000', '153450.590000', '153450.592000', '153450.595000', '153450.597000', '153450.600000', '153450.603000', '153450.605000', '153450.608000', '153450.611000', '153450.613000', '153503.820000', '153503.823000', '153503.825000', '153503.828000', '153503.830000', '153503.833000', '153503.836000', '153503.838000', '153503.841000', '153503.843000', '153503.846000', '153503.849000', '153503.851000', '153503.854000', '153503.856000', '153503.859000', '153503.862000', '153503.864000', '153503.867000', '153503.869000', '153503.872000', '153503.874000', '153503.877000', '153503.880000', '153503.882000', '153503.885000', '153503.887000', '153503.890000', '153503.892000'], 'InstanceCreationTime': ['152830.536000', '152830.538000', '152830.541000', '152830.544000', '152830.546000', '152830.549000', '152830.552000', '152830.554000', '152830.557000', '152830.559000', '152830.562000', '152830.564000', '152830.567000', '152830.569000', '152830.572000', '152830.574000', '152830.577000', '152830.579000', '152830.582000', '152830.584000', '152830.593000', '152830.595000', '152830.598000', '152830.600000', '152830.603000', '152830.605000', '152830.608000', '152830.611000', '152830.613000', '152830.616000', '152830.618000', '152830.621000', '152830.623000', '152830.626000', '152830.628000', '152830.631000', '152830.634000', '152830.636000', '152830.639000', '152830.641000', '152830.644000', '152830.646000', '152830.649000', '152830.652000', '152830.654000', '152830.657000', '152830.659000', '152830.662000', '152830.664000', '152830.667000', '152830.669000', '152830.672000', '152830.674000', '152830.677000', '152830.679000', '152830.685000', '152830.688000', '152830.690000', '152850.492000', '152850.495000', '152850.498000', '152850.501000', '152850.503000', '152850.506000', '152850.508000', '152850.511000', '152850.513000', '152850.516000', '152850.518000', '152850.521000', '152850.524000', '152850.526000', '152850.529000', '152850.531000', '152850.534000', '152850.537000', '152850.539000', '152850.542000', '152850.544000', '152850.547000', '152850.549000', '152850.552000', '152850.554000', '152850.557000', '152850.578000', '152850.580000', '152850.583000', '152850.585000', '152850.588000', '152850.590000', '152850.593000', '152850.596000', '152850.598000', '152850.601000', '152850.603000', '152850.606000', '152850.608000', '152850.611000', '152850.614000', '152850.616000', '152850.619000', '152850.621000', '152910.492000', '152910.495000', '152910.498000', '152910.500000', '152910.503000', '152910.505000', '152910.508000', '152910.511000', '152910.513000', '152910.516000', '152910.518000', '152910.521000', '152910.524000', '152910.527000', '152910.530000', '152910.533000', '152910.535000', '152910.538000', '152910.540000', '152910.543000', '152910.545000', '152910.548000', '152910.550000', '152910.553000', '152910.556000', '152910.558000', '152910.561000', '152910.563000', '152910.566000', '152910.568000', '152910.571000', '152910.574000', '152910.577000', '152910.579000', '152910.582000', '152910.585000', '152910.587000', '152910.590000', '152910.592000', '152910.595000', '152910.597000', '152910.600000', '152910.603000', '152930.492000', '152930.495000', '152930.498000', '152930.500000', '152930.503000', '152930.505000', '152930.508000', '152930.510000', '152930.513000', '152930.515000', '152930.518000', '152930.521000', '152930.523000', '152930.526000', '152930.528000', '152930.531000', '152930.533000', '152930.536000', '152930.538000', '152930.541000', '152930.544000', '152930.546000', '152930.549000', '152930.551000', '152930.554000', '152930.557000', '152930.559000', '152930.562000', '152930.564000', '152930.567000', '152930.569000', '152930.572000', '152930.574000', '152930.577000', '152930.579000', '152930.582000', '152930.585000', '152930.587000', '152930.590000', '152930.592000', '152930.595000', '152930.597000', '152930.600000', '152930.603000', '152950.493000', '152950.496000', '152950.498000', '152950.509000', '152950.512000', '152950.514000', '152950.517000', '152950.519000', '152950.522000', '152950.525000', '152950.527000', '152950.530000', '152950.532000', '152950.535000', '152950.537000', '152950.540000', '152950.543000', '152950.545000', '152950.548000', '152950.550000', '152950.553000', '152950.556000', '152950.558000', '152950.561000', '152950.563000', '152950.566000', '152950.568000', '152950.571000', '152950.573000', '152950.576000', '152950.579000', '152950.581000', '152950.584000', '152950.586000', '152950.589000', '152950.591000', '152950.594000', '152950.597000', '152950.599000', '152950.602000', '152950.604000', '152950.607000', '152950.609000', '153010.493000', '153010.495000', '153010.498000', '153010.501000', '153010.503000', '153010.506000', '153010.508000', '153010.511000', '153010.513000', '153010.516000', '153010.518000', '153010.521000', '153010.524000', '153010.526000', '153010.529000', '153010.531000', '153010.534000', '153010.536000', '153010.539000', '153010.542000', '153010.544000', '153010.547000', '153010.549000', '153010.552000', '153010.554000', '153010.557000', '153010.559000', '153010.562000', '153010.565000', '153010.567000', '153010.570000', '153010.572000', '153010.575000', '153010.577000', '153010.580000', '153010.582000', '153010.585000', '153010.588000', '153010.590000', '153010.593000', '153010.595000', '153010.598000', '153010.601000', '153010.603000', '153030.492000', '153030.495000', '153030.498000', '153030.500000', '153030.503000', '153030.505000', '153030.508000', '153030.511000', '153030.513000', '153030.516000', '153030.518000', '153030.521000', '153030.523000', '153030.526000', '153030.528000', '153030.531000', '153030.534000', '153030.536000', '153030.539000', '153030.541000', '153030.544000', '153030.560000', '153030.562000', '153030.565000', '153030.567000', '153030.570000', '153030.573000', '153030.575000', '153030.578000', '153030.580000', '153030.583000', '153030.586000', '153030.588000', '153030.591000', '153030.593000', '153030.596000', '153030.599000', '153030.602000', '153030.604000', '153030.607000', '153030.610000', '153030.613000', '153030.615000', '153050.491000', '153050.494000', '153050.497000', '153050.499000', '153050.502000', '153050.505000', '153050.507000', '153050.510000', '153050.512000', '153050.515000', '153050.543000', '153050.546000', '153050.548000', '153050.551000', '153050.553000', '153050.556000', '153050.559000', '153050.561000', '153050.564000', '153050.566000', '153050.569000', '153050.572000', '153050.574000', '153050.577000', '153050.580000', '153050.582000', '153050.585000', '153050.587000', '153050.590000', '153050.592000', '153050.595000', '153050.598000', '153050.600000', '153050.603000', '153050.605000', '153050.623000', '153050.626000', '153050.628000', '153050.631000', '153050.634000', '153050.636000', '153050.639000', '153050.641000', '153050.644000', '153110.493000', '153110.495000', '153110.498000', '153110.501000', '153110.503000', '153110.506000', '153110.508000', '153110.511000', '153110.513000', '153110.516000', '153110.519000', '153110.521000', '153110.524000', '153110.526000', '153110.529000', '153110.531000', '153110.534000', '153110.536000', '153110.539000', '153110.542000', '153110.544000', '153110.547000', '153110.549000', '153110.552000', '153110.554000', '153110.557000', '153110.560000', '153110.562000', '153110.565000', '153110.567000', '153110.570000', '153110.572000', '153110.576000', '153110.579000', '153110.582000', '153110.584000', '153110.587000', '153110.590000', '153110.592000', '153110.595000', '153110.597000', '153110.600000', '153110.603000', '153130.493000', '153130.495000', '153130.498000', '153130.501000', '153130.503000', '153130.506000', '153130.508000', '153130.511000', '153130.513000', '153130.516000', '153130.519000', '153130.521000', '153130.524000', '153130.526000', '153130.529000', '153130.531000', '153130.534000', '153130.536000', '153130.539000', '153130.542000', '153130.544000', '153130.547000', '153130.549000', '153130.552000', '153130.554000', '153130.568000', '153130.570000', '153130.573000', '153130.576000', '153130.578000', '153130.581000', '153130.583000', '153130.586000', '153130.589000', '153130.591000', '153130.594000', '153130.596000', '153130.599000', '153130.602000', '153130.604000', '153130.607000', '153130.609000', '153130.612000', '153130.614000', '153150.492000', '153150.495000', '153150.498000', '153150.500000', '153150.503000', '153150.505000', '153150.508000', '153150.511000', '153150.513000', '153150.516000', '153150.518000', '153150.521000', '153150.523000', '153150.526000', '153150.529000', '153150.531000', '153150.534000', '153150.536000', '153150.539000', '153150.542000', '153150.544000', '153150.547000', '153150.549000', '153150.552000', '153150.555000', '153150.557000', '153150.560000', '153150.562000', '153150.565000', '153150.567000', '153150.570000', '153150.572000', '153150.575000', '153150.578000', '153150.580000', '153150.583000', '153150.585000', '153150.588000', '153150.591000', '153150.593000', '153150.596000', '153150.599000', '153150.601000', '153210.493000', '153210.495000', '153210.498000', '153210.513000', '153210.515000', '153210.518000', '153210.521000', '153210.523000', '153210.526000', '153210.528000', '153210.531000', '153210.533000', '153210.536000', '153210.539000', '153210.541000', '153210.544000', '153210.546000', '153210.549000', '153210.551000', '153210.554000', '153210.556000', '153210.559000', '153210.562000', '153210.564000', '153210.567000', '153210.569000', '153210.572000', '153210.574000', '153210.577000', '153210.579000', '153210.582000', '153210.585000', '153210.587000', '153210.590000', '153210.604000', '153210.607000', '153210.609000', '153210.612000', '153210.614000', '153210.617000', '153210.619000', '153210.622000', '153210.624000', '153210.627000', '153230.492000', '153230.495000', '153230.498000', '153230.501000', '153230.503000', '153230.506000', '153230.508000', '153230.511000', '153230.513000', '153230.516000', '153230.518000', '153230.521000', '153230.524000', '153230.526000', '153230.529000', '153230.531000', '153230.534000', '153230.536000', '153230.539000', '153230.541000', '153230.544000', '153230.547000', '153230.549000', '153230.552000', '153230.554000', '153230.557000', '153230.559000', '153230.562000', '153230.565000', '153230.567000', '153230.570000', '153230.572000', '153230.575000', '153230.577000', '153230.580000', '153230.583000', '153230.585000', '153230.588000', '153230.590000', '153230.593000', '153230.595000', '153230.598000', '153230.601000', '153250.492000', '153250.495000', '153250.498000', '153250.500000', '153250.503000', '153250.506000', '153250.508000', '153250.511000', '153250.514000', '153250.516000', '153250.519000', '153250.521000', '153250.524000', '153250.526000', '153250.529000', '153250.532000', '153250.534000', '153250.537000', '153250.540000', '153250.542000', '153250.545000', '153250.547000', '153250.550000', '153250.552000', '153250.555000', '153250.558000', '153250.560000', '153250.563000', '153250.565000', '153250.568000', '153250.571000', '153250.573000', '153250.576000', '153250.579000', '153250.581000', '153250.584000', '153250.586000', '153250.589000', '153250.591000', '153250.594000', '153250.597000', '153250.599000', '153250.602000', '153250.605000', '153310.492000', '153310.494000', '153310.497000', '153310.500000', '153310.502000', '153310.505000', '153310.507000', '153310.510000', '153310.512000', '153310.515000', '153310.517000', '153310.520000', '153310.522000', '153310.525000', '153310.528000', '153310.530000', '153310.533000', '153310.535000', '153310.538000', '153310.540000', '153310.543000', '153310.546000', '153310.548000', '153310.551000', '153310.553000', '153310.556000', '153310.559000', '153310.561000', '153310.564000', '153310.566000', '153310.569000', '153310.571000', '153310.574000', '153310.576000', '153310.579000', '153310.582000', '153310.584000', '153310.587000', '153310.589000', '153310.592000', '153310.594000', '153310.597000', '153310.600000', '153330.493000', '153330.495000', '153330.498000', '153330.501000', '153330.503000', '153330.506000', '153330.508000', '153330.511000', '153330.513000', '153330.516000', '153330.519000', '153330.521000', '153330.524000', '153330.538000', '153330.540000', '153330.543000', '153330.546000', '153330.548000', '153330.551000', '153330.553000', '153330.556000', '153330.558000', '153330.561000', '153330.563000', '153330.566000', '153330.569000', '153330.571000', '153330.574000', '153330.576000', '153330.579000', '153330.581000', '153330.584000', '153330.587000', '153330.589000', '153330.596000', '153330.599000', '153330.601000', '153330.604000', '153330.606000', '153330.609000', '153330.612000', '153330.614000', '153330.617000', '153330.619000', '153350.493000', '153350.495000', '153350.498000', '153350.501000', '153350.503000', '153350.506000', '153350.508000', '153350.513000', '153350.515000', '153350.518000', '153350.521000', '153350.523000', '153350.526000', '153350.528000', '153350.531000', '153350.533000', '153350.536000', '153350.539000', '153350.541000', '153350.544000', '153350.546000', '153350.549000', '153350.551000', '153350.554000', '153350.557000', '153350.559000', '153350.562000', '153350.564000', '153350.567000', '153350.569000', '153350.572000', '153350.575000', '153350.577000', '153350.580000', '153350.582000', '153350.585000', '153350.588000', '153350.590000', '153350.593000', '153350.596000', '153350.598000', '153350.601000', '153350.604000', '153410.494000', '153410.497000', '153410.500000', '153410.502000', '153410.505000', '153410.507000', '153410.510000', '153410.512000', '153410.515000', '153410.518000', '153410.520000', '153410.523000', '153410.525000', '153410.528000', '153410.530000', '153410.533000', '153410.536000', '153410.538000', '153410.541000', '153410.543000', '153410.546000', '153410.548000', '153410.551000', '153410.554000', '153410.556000', '153410.559000', '153410.561000', '153410.564000', '153410.566000', '153410.569000', '153410.572000', '153410.574000', '153410.577000', '153410.579000', '153410.582000', '153410.584000', '153410.587000', '153410.589000', '153410.592000', '153410.595000', '153410.597000', '153410.600000', '153410.602000', '153410.605000', '153430.492000', '153430.495000', '153430.498000', '153430.500000', '153430.503000', '153430.506000', '153430.508000', '153430.511000', '153430.513000', '153430.516000', '153430.518000', '153430.521000', '153430.523000', '153430.526000', '153430.529000', '153430.531000', '153430.534000', '153430.536000', '153430.539000', '153430.541000', '153430.544000', '153430.546000', '153430.549000', '153430.551000', '153430.554000', '153430.557000', '153430.559000', '153430.562000', '153430.564000', '153430.567000', '153430.569000', '153430.572000', '153430.575000', '153430.577000', '153430.580000', '153430.582000', '153430.585000', '153430.587000', '153430.590000', '153430.593000', '153430.595000', '153430.598000', '153430.601000', '153450.492000', '153450.495000', '153450.498000', '153450.500000', '153450.503000', '153450.506000', '153450.508000', '153450.511000', '153450.513000', '153450.516000', '153450.518000', '153450.521000', '153450.523000', '153450.526000', '153450.529000', '153450.531000', '153450.534000', '153450.536000', '153450.539000', '153450.541000', '153450.544000', '153450.546000', '153450.549000', '153450.552000', '153450.564000', '153450.566000', '153450.569000', '153450.572000', '153450.574000', '153450.577000', '153450.579000', '153450.582000', '153450.584000', '153450.587000', '153450.590000', '153450.592000', '153450.595000', '153450.597000', '153450.600000', '153450.603000', '153450.605000', '153450.608000', '153450.611000', '153450.613000', '153503.820000', '153503.823000', '153503.825000', '153503.828000', '153503.830000', '153503.833000', '153503.836000', '153503.838000', '153503.841000', '153503.843000', '153503.846000', '153503.849000', '153503.851000', '153503.854000', '153503.856000', '153503.859000', '153503.862000', '153503.864000', '153503.867000', '153503.869000', '153503.872000', '153503.874000', '153503.877000', '153503.880000', '153503.882000', '153503.885000', '153503.887000', '153503.890000', '153503.892000'], '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': [12692, 9572, 11811, 8228, 11023, 7722, 11955, 9063, 13809, 8515, 9080, 8630, 7791, 10238, 8487, 12421, 8059, 11767, 8172, 12895, 9481, 14536, 10296, 12340, 9087, 8745, 8910, 8135, 10391, 8112, 10053, 7581, 10413, 7737, 10943, 7730, 11782, 8680, 10924, 9499, 7878, 10274, 7289, 11734, 9010, 9952, 11277, 7853, 9782, 8694, 8346, 10656, 8070, 13471, 7808, 11417, 9976, 9121, 14239, 8662, 15592, 9662, 13148, 9394, 11380, 9145, 7711, 10100, 8225, 13926, 8538, 12261, 8255, 13770, 9366, 14448, 9696, 8397, 8447, 6937, 9280, 7666, 12024, 8421, 12091, 8373, 9004, 8449, 7055, 9431, 7556, 11499, 8607, 9743, 9247, 9292, 12353, 11159, 8631, 14377, 8768, 12459, 9567, 8495, 9431, 7686, 10130, 7177, 12450, 8709, 10029, 11101, 8534, 13111, 10343, 8964, 11286, 8188, 15554, 10996, 19050, 13417, 13041, 10234, 8738, 10548, 7638, 10491, 8183, 10972, 9432, 7635, 8975, 7126, 9220, 7499, 10967, 8350, 10085, 8443, 8106, 9117, 7285, 9243, 7519, 10237, 8174, 15198, 10815, 11685, 9900, 8466, 13802, 9482, 14180, 8168, 8111, 8129, 6809, 9540, 7097, 10865, 7327, 11772, 7282, 12184, 8260, 12907, 10887, 7840, 11064, 7767, 12919, 8489, 13091, 8413, 13594, 8958, 12602, 9569, 10915, 9188, 7959, 8591, 7311, 10537, 8668, 11265, 9086, 7245, 9930, 7540, 13114, 8397, 13774, 8822, 13265, 8977, 12373, 8510, 8790, 8858, 7249, 12862, 8084, 14212, 8458, 9418, 8236, 7139, 10473, 7863, 13756, 7731, 10285, 9101, 15709, 11936, 10672, 10478, 8026, 12035, 8456, 11376, 8501, 8369, 7962, 6878, 8583, 6953, 10997, 7362, 12943, 8228, 12648, 8832, 11614, 8978, 10061, 10849, 9412, 13704, 8580, 11658, 7792, 13049, 8858, 12578, 8835, 7162, 8786, 7106, 10261, 7724, 10019, 8894, 7587, 11852, 7904, 13841, 9162, 10699, 9633, 7952, 10799, 7868, 10577, 8754, 7552, 11534, 7899, 13763, 8969, 7718, 9282, 7500, 13303, 8203, 14409, 8858, 11180, 8710, 7335, 12812, 8741, 12496, 9979, 8064, 11638, 7465, 9112, 9207, 7174, 14196, 9704, 13845, 10058, 8523, 8747, 7257, 11064, 7764, 13120, 8552, 11983, 9103, 7142, 10221, 7865, 6965, 8481, 7184, 11595, 8363, 8152, 9541, 7596, 13287, 8483, 14405, 9784, 13373, 10223, 9801, 9984, 8187, 11937, 8425, 12992, 8688, 11204, 8961, 7481, 11091, 8363, 14161, 9115, 6698, 8362, 11658, 15788, 12076, 9442, 9505, 7864, 10875, 7879, 11479, 8672, 9991, 9573, 7504, 14054, 7921, 11448, 8247, 8298, 9945, 8075, 12754, 8895, 13392, 8480, 14102, 8283, 14076, 8485, 13665, 8369, 12041, 7825, 7388, 8965, 7261, 11406, 7668, 7198, 11869, 8934, 11131, 9517, 8449, 12856, 8407, 7370, 9862, 7418, 12981, 8650, 12643, 10475, 9641, 11558, 8639, 11929, 8037, 12234, 7715, 12028, 8077, 7338, 8767, 7377, 9224, 8793, 7022, 11085, 8070, 7836, 15441, 11122, 8726, 13216, 8150, 6779, 9797, 8088, 7357, 10663, 8588, 8672, 10149, 9337, 16539, 12976, 10736, 12677, 8711, 12254, 8610, 13593, 8967, 7617, 12942, 8554, 15461, 8284, 7278, 8519, 7282, 11193, 7789, 14339, 9038, 12237, 8643, 8021, 9635, 7358, 11065, 8118, 13111, 8628, 7081, 8950, 7384, 12718, 8247, 13327, 10011, 8608, 9915, 7707, 12850, 8166, 14343, 8508, 14382, 8888, 15667, 9302, 13568, 9460, 9738, 9168, 7466, 9565, 7400, 11514, 7694, 12762, 7938, 14468, 8497, 9974, 8593, 7165, 10982, 7505, 8976, 8125, 7247, 10033, 7664, 13110, 8951, 9629, 9666, 7955, 11814, 7583, 13316, 8358, 10629, 8777, 7442, 11393, 8495, 15161, 10519, 8204, 10279, 7562, 13845, 8844, 10376, 10441, 8592, 14722, 7888, 13350, 8811, 12239, 9826, 7984, 10202, 8213, 16595, 10961, 13244, 11534, 9176, 10228, 7617, 11930, 8999, 9130, 9567, 7845, 11921, 7741, 13620, 8291, 14272, 8719, 13545, 9116, 10343, 8608, 7448, 9603, 7338, 11768, 8609, 12502, 9479, 7929, 9877, 7248, 11932, 8706, 10505, 9078, 7772, 11245, 7830, 12917, 8304, 12899, 8374, 12229, 8481, 8780, 10712, 9326, 16279, 9410, 9463, 9585, 7824, 11023, 8170, 12536, 9539, 11986, 10878, 8791, 11759, 8054, 14005, 9041, 14177, 10008, 13995, 10369, 7964, 9761, 8011, 12419, 8217, 13497, 8883, 14864, 10029, 8614, 8907, 7759, 10047, 7633, 11473, 8086, 11832, 9321, 8699, 12101, 8265, 13325, 9244, 10887, 8961, 8181, 13949, 9158, 15932, 9666, 11905, 9299, 8522, 9674, 8146, 15469, 10240, 13932, 9681, 7236, 8962, 7407, 9272, 7614, 12129, 8038, 12836, 9143, 9549, 10494, 7931, 12144, 8133, 14122, 9487, 14738, 9904, 14340, 9558, 13910, 9368, 12869, 8651, 12796, 8579, 7963, 9215, 7210, 11742, 7869, 7284, 8746, 7124, 7037, 8777, 7452, 11032, 8225, 10705, 10902, 8372, 13122, 8432, 14199, 9781, 14245, 9684, 14211, 8947, 10495, 9338, 7510, 10982, 7656, 12260, 8407, 13780, 9236, 10878, 8933, 7458, 10662, 7070, 7300, 7194, 7540, 11714, 8123, 7355, 8557, 9022, 10550, 9782, 7368, 12743, 9238, 13596, 10232, 12433, 10842, 11892, 11203, 12255, 11202, 12459, 9971, 9957, 9145, 7331, 9464, 7348, 10828, 7679, 9552, 7932, 7576, 9049, 7502, 10970, 7840, 7414, 9319, 6864, 10199, 9596, 8820, 13499, 10515, 14181, 11975, 8139, 14892, 9650, 9001, 10379, 7889, 13719, 8856, 14311, 9365, 14373, 9693, 14323, 9428, 13813, 9669, 13661, 9270, 13232, 9407, 7925, 9367, 7464, 11584, 8130, 13350, 9033, 13381, 8771, 12803, 8749, 9970, 8578, 7457, 12101, 7902, 10217, 7355, 7012, 10038, 8052, 7057, 10869, 7925, 12670, 8532, 14190, 8956, 11101, 9341, 10292, 10903, 9489, 12484, 9854, 13164, 9244, 13055, 8258, 12362, 8057, 11869, 7891, 11796, 7930, 12021, 8282, 11399, 7916, 11463, 7627, 7410, 8322, 7001, 9698, 7345, 8168, 7276, 7516, 10979, 7147, 9496, 8529, 7380, 11949, 8681, 14434, 13078, 13298, 10834, 8673, 12264, 8457, 10733, 10161, 8944, 13368, 8861, 14377, 9181, 14364, 9452, 14989, 9850, 14395, 9118, 13322, 8787, 12131, 8509, 10103, 8870, 7202, 11325, 8191, 12331, 8512, 9864, 8892, 8238, 12287, 9152, 14336, 9746, 14747, 9612, 13076, 9773, 11568, 11185, 9382, 13743, 8492, 13103, 8685, 13641, 9132, 14613, 9811, 14583, 10138, 14905, 9292, 12420, 8580, 8820, 7845, 7188, 9437, 7224, 7173, 9363, 7452, 11721, 8594, 9786, 9046, 9344, 11542, 8831, 13280, 9204, 14115, 9771, 14363, 10096, 14801, 10409, 14294], 'WindowCenter': [4186.0, 4156.0, 4162.0, 4133.0, 4150.0, 4108.0, 4134.0, 4116.0, 4170.0, 4129.0, 4126.0, 4129.0, 4108.0, 4139.0, 4119.0, 4159.0, 4119.0, 4159.0, 4117.0, 4157.0, 4129.0, 4169.0, 4139.0, 4158.0, 4118.0, 4115.0, 4115.0, 4094.0, 4124.0, 4093.0, 4125.0, 4093.0, 4125.0, 4096.0, 4135.0, 4096.0, 4147.0, 4118.0, 4147.0, 4128.0, 4118.0, 4150.0, 4111.0, 4172.0, 4130.0, 4141.0, 4150.0, 4121.0, 4164.0, 4143.0, 4135.0, 4152.0, 4121.0, 4171.0, 4110.0, 4151.0, 4142.0, 4131.0, 4173.0, 4132.0, 4183.0, 4141.0, 4158.0, 4117.0, 4135.0, 4115.0, 4084.0, 4125.0, 4105.0, 4157.0, 4106.0, 4159.0, 4107.0, 4155.0, 4114.0, 4168.0, 4128.0, 4103.0, 4104.0, 4083.0, 4114.0, 4095.0, 4146.0, 4107.0, 4146.0, 4107.0, 4116.0, 4105.0, 4085.0, 4115.0, 4097.0, 4148.0, 4132.0, 4154.0, 4142.0, 4143.0, 4174.0, 4176.0, 4143.0, 4182.0, 4130.0, 4158.0, 4128.0, 4107.0, 4130.0, 4110.0, 4140.0, 4099.0, 4157.0, 4119.0, 4128.0, 4137.0, 4106.0, 4146.0, 4126.0, 4104.0, 4125.0, 4093.0, 4156.0, 4126.0, 4178.0, 4147.0, 4145.0, 4113.0, 4102.0, 4109.0, 4069.0, 4108.0, 4090.0, 4121.0, 4112.0, 4081.0, 4103.0, 4084.0, 4112.0, 4081.0, 4120.0, 4104.0, 4124.0, 4104.0, 4093.0, 4102.0, 4083.0, 4114.0, 4085.0, 4137.0, 4107.0, 4167.0, 4147.0, 4147.0, 4139.0, 4134.0, 4173.0, 4130.0, 4156.0, 4105.0, 4081.0, 4093.0, 4063.0, 4113.0, 4072.0, 4123.0, 4082.0, 4132.0, 4083.0, 4132.0, 4104.0, 4145.0, 4136.0, 4095.0, 4147.0, 4109.0, 4145.0, 4104.0, 4144.0, 4093.0, 4145.0, 4117.0, 4146.0, 4125.0, 4123.0, 4113.0, 4107.0, 4142.0, 4107.0, 4136.0, 4114.0, 4134.0, 4115.0, 4094.0, 4136.0, 4107.0, 4158.0, 4117.0, 4157.0, 4118.0, 4145.0, 4115.0, 4144.0, 4104.0, 4103.0, 4113.0, 4083.0, 4145.0, 4104.0, 4155.0, 4105.0, 4113.0, 4104.0, 4084.0, 4126.0, 4105.0, 4170.0, 4122.0, 4139.0, 4127.0, 4167.0, 4137.0, 4149.0, 4137.0, 4107.0, 4135.0, 4093.0, 4119.0, 4103.0, 4091.0, 4092.0, 4072.0, 4117.0, 4097.0, 4146.0, 4095.0, 4143.0, 4091.0, 4131.0, 4102.0, 4132.0, 4103.0, 4113.0, 4122.0, 4099.0, 4142.0, 4090.0, 4120.0, 4078.0, 4127.0, 4088.0, 4117.0, 4099.0, 4057.0, 4088.0, 4069.0, 4122.0, 4091.0, 4123.0, 4114.0, 4094.0, 4144.0, 4106.0, 4155.0, 4115.0, 4136.0, 4141.0, 4121.0, 4148.0, 4108.0, 4133.0, 4116.0, 4094.0, 4144.0, 4093.0, 4168.0, 4129.0, 4095.0, 4127.0, 4084.0, 4154.0, 4106.0, 4156.0, 4116.0, 4135.0, 4105.0, 4084.0, 4145.0, 4116.0, 4172.0, 4152.0, 4108.0, 4148.0, 4097.0, 4103.0, 4115.0, 4086.0, 4170.0, 4130.0, 4170.0, 4140.0, 4118.0, 4106.0, 4085.0, 4134.0, 4094.0, 4145.0, 4119.0, 4147.0, 4117.0, 4101.0, 4149.0, 4118.0, 4098.0, 4142.0, 4111.0, 4160.0, 4130.0, 4121.0, 4154.0, 4134.0, 4186.0, 4146.0, 4182.0, 4140.0, 4158.0, 4126.0, 4124.0, 4125.0, 4106.0, 4146.0, 4118.0, 4157.0, 4115.0, 4133.0, 4115.0, 4094.0, 4144.0, 4117.0, 4169.0, 4143.0, 4086.0, 4116.0, 4162.0, 4196.0, 4173.0, 4141.0, 4139.0, 4119.0, 4149.0, 4107.0, 4146.0, 4132.0, 4154.0, 4131.0, 4100.0, 4170.0, 4109.0, 4147.0, 4106.0, 4094.0, 4114.0, 4094.0, 4146.0, 4104.0, 4146.0, 4105.0, 4145.0, 4104.0, 4144.0, 4101.0, 4141.0, 4090.0, 4132.0, 4106.0, 4083.0, 4115.0, 4095.0, 4146.0, 4108.0, 4099.0, 4159.0, 4144.0, 4151.0, 4117.0, 4095.0, 4145.0, 4106.0, 4099.0, 4140.0, 4111.0, 4161.0, 4118.0, 4148.0, 4126.0, 4115.0, 4135.0, 4103.0, 4132.0, 4081.0, 4131.0, 4095.0, 4146.0, 4105.0, 4085.0, 4102.0, 4109.0, 4126.0, 4105.0, 4086.0, 4147.0, 4120.0, 4122.0, 4194.0, 4163.0, 4157.0, 4197.0, 4134.0, 4104.0, 4141.0, 4137.0, 4115.0, 4154.0, 4123.0, 4121.0, 4129.0, 4129.0, 4170.0, 4148.0, 4127.0, 4147.0, 4104.0, 4134.0, 4092.0, 4132.0, 4091.0, 4082.0, 4133.0, 4103.0, 4153.0, 4093.0, 4071.0, 4092.0, 4072.0, 4122.0, 4083.0, 4155.0, 4117.0, 4145.0, 4105.0, 4094.0, 4129.0, 4097.0, 4148.0, 4108.0, 4160.0, 4106.0, 4076.0, 4118.0, 4099.0, 4159.0, 4121.0, 4172.0, 4140.0, 4117.0, 4127.0, 4096.0, 4147.0, 4106.0, 4157.0, 4107.0, 4157.0, 4117.0, 4166.0, 4116.0, 4144.0, 4114.0, 4112.0, 4113.0, 4082.0, 4113.0, 4084.0, 4135.0, 4107.0, 4157.0, 4107.0, 4157.0, 4117.0, 4127.0, 4118.0, 4114.0, 4164.0, 4124.0, 4154.0, 4121.0, 4109.0, 4138.0, 4110.0, 4171.0, 4143.0, 4142.0, 4143.0, 4122.0, 4162.0, 4110.0, 4159.0, 4119.0, 4138.0, 4118.0, 4098.0, 4161.0, 4133.0, 4195.0, 4164.0, 4133.0, 4163.0, 4122.0, 4170.0, 4130.0, 4140.0, 4151.0, 4131.0, 4183.0, 4122.0, 4172.0, 4130.0, 4158.0, 4139.0, 4106.0, 4125.0, 4106.0, 4179.0, 4150.0, 4170.0, 4160.0, 4140.0, 4148.0, 4107.0, 4145.0, 4116.0, 4126.0, 4128.0, 4107.0, 4148.0, 4097.0, 4158.0, 4106.0, 4156.0, 4116.0, 4155.0, 4114.0, 4122.0, 4103.0, 4083.0, 4123.0, 4095.0, 4146.0, 4118.0, 4158.0, 4139.0, 4118.0, 4137.0, 4097.0, 4147.0, 4119.0, 4138.0, 4129.0, 4109.0, 4151.0, 4110.0, 4159.0, 4117.0, 4157.0, 4106.0, 4147.0, 4117.0, 4117.0, 4150.0, 4141.0, 4193.0, 4142.0, 4152.0, 4151.0, 4121.0, 4148.0, 4131.0, 4185.0, 4142.0, 4161.0, 4162.0, 4143.0, 4161.0, 4119.0, 4157.0, 4115.0, 4155.0, 4126.0, 4157.0, 4137.0, 4106.0, 4126.0, 4107.0, 4158.0, 4105.0, 4144.0, 4116.0, 4167.0, 4126.0, 4116.0, 4115.0, 4095.0, 4125.0, 4095.0, 4146.0, 4107.0, 4158.0, 4140.0, 4129.0, 4171.0, 4120.0, 4171.0, 4129.0, 4150.0, 4141.0, 4120.0, 4170.0, 4129.0, 4181.0, 4142.0, 4148.0, 4116.0, 4105.0, 4129.0, 4106.0, 4168.0, 4139.0, 4168.0, 4126.0, 4095.0, 4115.0, 4110.0, 4127.0, 4096.0, 4132.0, 4093.0, 4144.0, 4126.0, 4125.0, 4136.0, 4104.0, 4145.0, 4092.0, 4153.0, 4113.0, 4154.0, 4122.0, 4142.0, 4110.0, 4141.0, 4099.0, 4129.0, 4089.0, 4127.0, 4088.0, 4087.0, 4111.0, 4094.0, 4155.0, 4105.0, 4096.0, 4100.0, 4071.0, 4071.0, 4102.0, 4108.0, 4146.0, 4117.0, 4136.0, 4147.0, 4117.0, 4158.0, 4117.0, 4157.0, 4126.0, 4154.0, 4113.0, 4142.0, 4113.0, 4122.0, 4112.0, 4082.0, 4134.0, 4093.0, 4143.0, 4104.0, 4155.0, 4124.0, 4133.0, 4115.0, 4083.0, 4135.0, 4097.0, 4095.0, 4095.0, 4107.0, 4158.0, 4105.0, 4096.0, 4103.0, 4115.0, 4135.0, 4126.0, 4097.0, 4159.0, 4129.0, 4158.0, 4127.0, 4146.0, 4125.0, 4133.0, 4124.0, 4122.0, 4121.0, 4118.0, 4097.0, 4098.0, 4100.0, 4066.0, 4097.0, 4069.0, 4119.0, 4080.0, 4110.0, 4092.0, 4094.0, 4129.0, 4110.0, 4150.0, 4119.0, 4110.0, 4137.0, 4097.0, 4161.0, 4151.0, 4142.0, 4184.0, 4153.0, 4198.0, 4188.0, 4150.0, 4209.0, 4154.0, 4132.0, 4139.0, 4096.0, 4157.0, 4129.0, 4169.0, 4117.0, 4156.0, 4115.0, 4154.0, 4102.0, 4140.0, 4099.0, 4142.0, 4100.0, 4130.0, 4111.0, 4090.0, 4111.0, 4081.0, 4133.0, 4093.0, 4154.0, 4112.0, 4141.0, 4101.0, 4143.0, 4114.0, 4137.0, 4128.0, 4108.0, 4170.0, 4119.0, 4149.0, 4096.0, 4086.0, 4154.0, 4122.0, 4085.0, 4136.0, 4109.0, 4160.0, 4119.0, 4158.0, 4116.0, 4136.0, 4116.0, 4124.0, 4136.0, 4114.0, 4146.0, 4113.0, 4145.0, 4102.0, 4132.0, 4090.0, 4129.0, 4079.0, 4119.0, 4079.0, 4132.0, 4091.0, 4132.0, 4101.0, 4120.0, 4090.0, 4130.0, 4091.0, 4082.0, 4103.0, 4085.0, 4151.0, 4122.0, 4132.0, 4123.0, 4125.0, 4175.0, 4115.0, 4154.0, 4132.0, 4111.0, 4163.0, 4119.0, 4172.0, 4174.0, 4171.0, 4150.0, 4119.0, 4148.0, 4118.0, 4137.0, 4137.0, 4116.0, 4157.0, 4117.0, 4158.0, 4126.0, 4156.0, 4126.0, 4166.0, 4124.0, 4142.0, 4099.0, 4140.0, 4090.0, 4131.0, 4102.0, 4121.0, 4113.0, 4096.0, 4145.0, 4117.0, 4158.0, 4128.0, 4138.0, 4127.0, 4118.0, 4160.0, 4140.0, 4170.0, 4139.0, 4180.0, 4139.0, 4157.0, 4126.0, 4135.0, 4136.0, 4116.0, 4157.0, 4116.0, 4156.0, 4115.0, 4155.0, 4113.0, 4155.0, 4123.0, 4154.0, 4136.0, 4164.0, 4114.0, 4144.0, 4117.0, 4128.0, 4119.0, 4111.0, 4140.0, 4111.0, 4110.0, 4140.0, 4122.0, 4172.0, 4157.0, 4153.0, 4143.0, 4142.0, 4163.0, 4132.0, 4173.0, 4142.0, 4171.0, 4139.0, 4170.0, 4151.0, 4169.0, 4137.0, 4156.0], 'WindowWidth': [9265.0, 9224.0, 9224.0, 9189.0, 9204.0, 9143.0, 9169.0, 9148.0, 9229.0, 9171.0, 9164.0, 9170.0, 9143.0, 9184.0, 9158.0, 9211.0, 9158.0, 9213.0, 9154.0, 9206.0, 9171.0, 9224.0, 9185.0, 9207.0, 9154.0, 9146.0, 9145.0, 9116.0, 9157.0, 9114.0, 9156.0, 9113.0, 9157.0, 9120.0, 9172.0, 9123.0, 9193.0, 9154.0, 9191.0, 9169.0, 9156.0, 9202.0, 9153.0, 9236.0, 9176.0, 9192.0, 9202.0, 9165.0, 9231.0, 9200.0, 9189.0, 9206.0, 9162.0, 9230.0, 9145.0, 9204.0, 9192.0, 9179.0, 9239.0, 9180.0, 9252.0, 9192.0, 9208.0, 9149.0, 9171.0, 9144.0, 9100.0, 9158.0, 9131.0, 9204.0, 9134.0, 9212.0, 9139.0, 9198.0, 9140.0, 9221.0, 9167.0, 9125.0, 9128.0, 9100.0, 9141.0, 9117.0, 9188.0, 9138.0, 9188.0, 9137.0, 9149.0, 9133.0, 9107.0, 9146.0, 9124.0, 9193.0, 9180.0, 9218.0, 9197.0, 9200.0, 9243.0, 9248.0, 9199.0, 9249.0, 9173.0, 9207.0, 9166.0, 9137.0, 9174.0, 9149.0, 9186.0, 9131.0, 9206.0, 9154.0, 9165.0, 9176.0, 9134.0, 9185.0, 9159.0, 9126.0, 9156.0, 9109.0, 9201.0, 9160.0, 9239.0, 9194.0, 9184.0, 9138.0, 9120.0, 9125.0, 9069.0, 9121.0, 9098.0, 9141.0, 9134.0, 9093.0, 9126.0, 9101.0, 9136.0, 9092.0, 9143.0, 9128.0, 9156.0, 9130.0, 9113.0, 9124.0, 9099.0, 9141.0, 9105.0, 9179.0, 9137.0, 9216.0, 9193.0, 9192.0, 9187.0, 9188.0, 9238.0, 9174.0, 9200.0, 9129.0, 9091.0, 9108.0, 9071.0, 9136.0, 9080.0, 9148.0, 9095.0, 9160.0, 9096.0, 9159.0, 9126.0, 9185.0, 9177.0, 9117.0, 9192.0, 9144.0, 9185.0, 9129.0, 9182.0, 9112.0, 9184.0, 9153.0, 9189.0, 9158.0, 9152.0, 9139.0, 9141.0, 9198.0, 9143.0, 9174.0, 9144.0, 9168.0, 9146.0, 9118.0, 9176.0, 9139.0, 9207.0, 9153.0, 9203.0, 9152.0, 9185.0, 9146.0, 9180.0, 9128.0, 9125.0, 9139.0, 9099.0, 9184.0, 9131.0, 9200.0, 9131.0, 9139.0, 9130.0, 9101.0, 9161.0, 9132.0, 9232.0, 9171.0, 9186.0, 9167.0, 9220.0, 9176.0, 9199.0, 9180.0, 9139.0, 9169.0, 9110.0, 9139.0, 9122.0, 9105.0, 9108.0, 9081.0, 9154.0, 9127.0, 9190.0, 9119.0, 9177.0, 9106.0, 9158.0, 9122.0, 9161.0, 9124.0, 9138.0, 9149.0, 9114.0, 9177.0, 9103.0, 9141.0, 9081.0, 9146.0, 9096.0, 9133.0, 9110.0, 9055.0, 9097.0, 9075.0, 9148.0, 9109.0, 9152.0, 9143.0, 9115.0, 9183.0, 9136.0, 9202.0, 9145.0, 9175.0, 9194.0, 9165.0, 9197.0, 9141.0, 9165.0, 9151.0, 9118.0, 9185.0, 9109.0, 9226.0, 9173.0, 9120.0, 9166.0, 9104.0, 9194.0, 9133.0, 9201.0, 9148.0, 9170.0, 9131.0, 9101.0, 9184.0, 9149.0, 9236.0, 9207.0, 9142.0, 9194.0, 9124.0, 9123.0, 9142.0, 9108.0, 9226.0, 9173.0, 9228.0, 9186.0, 9152.0, 9133.0, 9103.0, 9167.0, 9114.0, 9183.0, 9158.0, 9190.0, 9150.0, 9140.0, 9198.0, 9156.0, 9129.0, 9197.0, 9155.0, 9215.0, 9177.0, 9166.0, 9214.0, 9189.0, 9262.0, 9208.0, 9252.0, 9190.0, 9209.0, 9162.0, 9156.0, 9158.0, 9136.0, 9189.0, 9157.0, 9206.0, 9147.0, 9168.0, 9145.0, 9117.0, 9185.0, 9152.0, 9227.0, 9200.0, 9113.0, 9151.0, 9222.0, 9278.0, 9241.0, 9191.0, 9187.0, 9159.0, 9198.0, 9139.0, 9188.0, 9181.0, 9212.0, 9174.0, 9132.0, 9228.0, 9143.0, 9190.0, 9133.0, 9112.0, 9140.0, 9112.0, 9186.0, 9128.0, 9187.0, 9130.0, 9184.0, 9129.0, 9181.0, 9120.0, 9171.0, 9102.0, 9163.0, 9138.0, 9099.0, 9147.0, 9120.0, 9187.0, 9143.0, 9133.0, 9211.0, 9201.0, 9204.0, 9146.0, 9116.0, 9184.0, 9131.0, 9131.0, 9188.0, 9151.0, 9217.0, 9155.0, 9193.0, 9160.0, 9145.0, 9171.0, 9122.0, 9162.0, 9090.0, 9157.0, 9118.0, 9189.0, 9133.0, 9105.0, 9121.0, 9146.0, 9160.0, 9132.0, 9107.0, 9193.0, 9166.0, 9170.0, 9273.0, 9229.0, 9227.0, 9281.0, 9189.0, 9150.0, 9193.0, 9197.0, 9165.0, 9208.0, 9166.0, 9160.0, 9166.0, 9166.0, 9227.0, 9193.0, 9162.0, 9191.0, 9126.0, 9166.0, 9107.0, 9157.0, 9102.0, 9091.0, 9162.0, 9122.0, 9193.0, 9110.0, 9080.0, 9108.0, 9079.0, 9147.0, 9099.0, 9196.0, 9149.0, 9184.0, 9132.0, 9114.0, 9172.0, 9124.0, 9194.0, 9139.0, 9212.0, 9131.0, 9089.0, 9152.0, 9131.0, 9210.0, 9162.0, 9233.0, 9187.0, 9151.0, 9162.0, 9119.0, 9190.0, 9134.0, 9204.0, 9136.0, 9205.0, 9150.0, 9216.0, 9146.0, 9180.0, 9141.0, 9135.0, 9138.0, 9095.0, 9138.0, 9101.0, 9171.0, 9140.0, 9204.0, 9138.0, 9204.0, 9152.0, 9164.0, 9155.0, 9164.0, 9230.0, 9176.0, 9217.0, 9166.0, 9145.0, 9183.0, 9149.0, 9231.0, 9197.0, 9196.0, 9198.0, 9167.0, 9222.0, 9147.0, 9213.0, 9157.0, 9181.0, 9156.0, 9130.0, 9219.0, 9185.0, 9273.0, 9231.0, 9187.0, 9226.0, 9168.0, 9230.0, 9176.0, 9188.0, 9207.0, 9178.0, 9254.0, 9169.0, 9236.0, 9175.0, 9209.0, 9186.0, 9135.0, 9160.0, 9137.0, 9241.0, 9204.0, 9232.0, 9217.0, 9190.0, 9199.0, 9139.0, 9186.0, 9150.0, 9163.0, 9170.0, 9141.0, 9196.0, 9126.0, 9208.0, 9136.0, 9203.0, 9151.0, 9201.0, 9141.0, 9151.0, 9127.0, 9102.0, 9156.0, 9122.0, 9190.0, 9156.0, 9211.0, 9188.0, 9157.0, 9181.0, 9127.0, 9195.0, 9158.0, 9183.0, 9174.0, 9147.0, 9204.0, 9148.0, 9212.0, 9154.0, 9207.0, 9138.0, 9193.0, 9152.0, 9154.0, 9202.0, 9194.0, 9269.0, 9197.0, 9209.0, 9206.0, 9166.0, 9199.0, 9178.0, 9260.0, 9198.0, 9220.0, 9225.0, 9202.0, 9219.0, 9160.0, 9205.0, 9146.0, 9198.0, 9161.0, 9205.0, 9180.0, 9135.0, 9164.0, 9140.0, 9209.0, 9131.0, 9182.0, 9149.0, 9221.0, 9162.0, 9150.0, 9147.0, 9120.0, 9160.0, 9120.0, 9188.0, 9140.0, 9209.0, 9189.0, 9174.0, 9233.0, 9163.0, 9232.0, 9173.0, 9203.0, 9194.0, 9163.0, 9230.0, 9171.0, 9250.0, 9195.0, 9194.0, 9149.0, 9132.0, 9172.0, 9137.0, 9223.0, 9185.0, 9226.0, 9164.0, 9119.0, 9147.0, 9150.0, 9167.0, 9124.0, 9163.0, 9114.0, 9182.0, 9163.0, 9161.0, 9179.0, 9132.0, 9185.0, 9112.0, 9195.0, 9141.0, 9198.0, 9151.0, 9179.0, 9131.0, 9173.0, 9114.0, 9155.0, 9100.0, 9150.0, 9098.0, 9099.0, 9134.0, 9120.0, 9205.0, 9138.0, 9125.0, 9118.0, 9083.0, 9081.0, 9126.0, 9146.0, 9193.0, 9154.0, 9179.0, 9196.0, 9153.0, 9211.0, 9153.0, 9208.0, 9164.0, 9201.0, 9142.0, 9180.0, 9142.0, 9151.0, 9138.0, 9099.0, 9172.0, 9118.0, 9182.0, 9133.0, 9202.0, 9159.0, 9169.0, 9147.0, 9100.0, 9175.0, 9128.0, 9124.0, 9124.0, 9138.0, 9210.0, 9133.0, 9123.0, 9127.0, 9143.0, 9170.0, 9163.0, 9126.0, 9212.0, 9171.0, 9208.0, 9167.0, 9188.0, 9160.0, 9166.0, 9155.0, 9149.0, 9146.0, 9135.0, 9107.0, 9111.0, 9116.0, 9065.0, 9106.0, 9074.0, 9140.0, 9092.0, 9132.0, 9110.0, 9117.0, 9176.0, 9152.0, 9203.0, 9162.0, 9151.0, 9183.0, 9134.0, 9226.0, 9212.0, 9198.0, 9259.0, 9216.0, 9286.0, 9271.0, 9225.0, 9304.0, 9218.0, 9182.0, 9182.0, 9120.0, 9202.0, 9172.0, 9226.0, 9152.0, 9204.0, 9144.0, 9196.0, 9120.0, 9170.0, 9111.0, 9176.0, 9117.0, 9158.0, 9132.0, 9103.0, 9134.0, 9095.0, 9167.0, 9115.0, 9196.0, 9138.0, 9174.0, 9121.0, 9181.0, 9148.0, 9183.0, 9174.0, 9145.0, 9232.0, 9163.0, 9202.0, 9124.0, 9108.0, 9214.0, 9167.0, 9105.0, 9175.0, 9147.0, 9216.0, 9159.0, 9207.0, 9149.0, 9173.0, 9147.0, 9156.0, 9174.0, 9140.0, 9188.0, 9138.0, 9186.0, 9121.0, 9165.0, 9101.0, 9154.0, 9086.0, 9141.0, 9086.0, 9162.0, 9107.0, 9164.0, 9122.0, 9144.0, 9103.0, 9158.0, 9108.0, 9097.0, 9127.0, 9108.0, 9210.0, 9173.0, 9182.0, 9174.0, 9179.0, 9247.0, 9167.0, 9214.0, 9184.0, 9153.0, 9225.0, 9160.0, 9235.0, 9240.0, 9232.0, 9202.0, 9156.0, 9195.0, 9155.0, 9178.0, 9180.0, 9149.0, 9208.0, 9150.0, 9210.0, 9163.0, 9205.0, 9161.0, 9218.0, 9155.0, 9175.0, 9113.0, 9169.0, 9103.0, 9158.0, 9124.0, 9149.0, 9143.0, 9123.0, 9190.0, 9155.0, 9209.0, 9170.0, 9183.0, 9169.0, 9157.0, 9215.0, 9188.0, 9230.0, 9185.0, 9243.0, 9185.0, 9208.0, 9164.0, 9174.0, 9178.0, 9149.0, 9206.0, 9148.0, 9203.0, 9146.0, 9199.0, 9143.0, 9199.0, 9155.0, 9197.0, 9177.0, 9213.0, 9144.0, 9185.0, 9153.0, 9173.0, 9160.0, 9154.0, 9191.0, 9156.0, 9151.0, 9189.0, 9171.0, 9237.0, 9227.0, 9215.0, 9199.0, 9195.0, 9227.0, 9182.0, 9243.0, 9196.0, 9235.0, 9186.0, 9232.0, 9205.0, 9229.0, 9181.0, 9204.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.0058519605695509305</td></tr>
<tr><td colspan=3>aqi</td><td>0.08476508762322015</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.88253115769737</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.112232817214911</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9583745043530708</td></tr>
<tr><td colspan=3>efc</td><td>0.4527</td></tr>
<tr><td colspan=3>fber</td><td>5698.0405</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.15493090777388202</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>184</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>20.153340635268346</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.670028093336787</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5492867574020854</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.801097569580266</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6596999530280088</td></tr>
<tr><td colspan=3>gcor</td><td>0.00811971</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012327981181442738</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027449410408735275</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>913</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.843911371641303</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>19.67</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.938</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>148.7359</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306691.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>641.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>268.4465</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8783</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>542.1727</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3340.3683</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3563.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69853.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1108.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4391.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>926.9138</td></tr>
<tr><td colspan=3>tsnr</td><td>23.72914753993973</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>