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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-02_subject-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-01_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-01_desc-background_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-02_subject-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-01_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-01_desc-zoomed_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-02_subject-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-01_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-01_desc-carpet_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg</a></small>

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0093/ses-02/func/sub-0093_ses-02_task-faces_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>da0091a3a45b9ca566b4fd0c90341852</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:13:20.680000</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-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.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-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[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.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.968</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>cc869130-7f74-48da-a532-1e6a9dde8493||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': ['151320.680000', '151321.140000', '151321.600000', '151322.060000', '151322.520000', '151322.980000', '151323.440000', '151323.900000', '151324.360000', '151324.820000', '151325.280000', '151325.740000', '151326.200000', '151326.660000', '151327.120000', '151327.580000', '151328.040000', '151328.500000', '151328.960000', '151329.420000', '151329.880000', '151330.340000', '151330.800000', '151331.260000', '151331.720000', '151332.180000', '151332.640000', '151333.100000', '151333.560000', '151334.020000', '151334.480000', '151334.940000', '151335.400000', '151335.860000', '151336.320000', '151336.780000', '151337.240000', '151337.700000', '151338.160000', '151338.620000', '151339.080000', '151339.540000', '151340.000000', '151340.460000', '151340.920000', '151341.380000', '151341.840000', '151342.300000', '151342.760000', '151343.220000', '151343.680000', '151344.140000', '151344.600000', '151345.060000', '151345.520000', '151345.980000', '151346.440000', '151346.900000', '151347.360000', '151347.820000', '151348.280000', '151348.740000', '151349.200000', '151349.660000', '151350.120000', '151350.580000', '151351.040000', '151351.500000', '151351.960000', '151352.420000', '151352.880000', '151353.340000', '151353.800000', '151354.260000', '151354.720000', '151355.180000', '151355.640000', '151356.100000', '151356.560000', '151357.020000', '151357.480000', '151357.940000', '151358.400000', '151358.860000', '151359.320000', '151359.780000', '151400.240000', '151400.700000', '151401.160000', '151401.620000', '151402.080000', '151402.540000', '151403.000000', '151403.460000', '151403.920000', '151404.380000', '151404.840000', '151405.300000', '151405.760000', '151406.220000', '151406.680000', '151407.140000', '151407.600000', '151408.060000', '151408.520000', '151408.980000', '151409.440000', '151409.900000', '151410.360000', '151410.820000', '151411.280000', '151411.740000', '151412.200000', '151412.660000', '151413.120000', '151413.580000', '151414.040000', '151414.500000', '151414.960000', '151415.420000', '151415.880000', '151416.340000', '151416.800000', '151417.260000', '151417.720000', '151418.180000', '151418.640000', '151419.100000', '151419.560000', '151420.020000', '151420.480000', '151420.940000', '151421.400000', '151421.860000', '151422.320000', '151422.780000', '151423.240000', '151423.700000', '151424.160000', '151424.620000', '151425.080000', '151425.540000', '151426.000000', '151426.460000', '151426.920000', '151427.380000', '151427.840000', '151428.300000', '151428.760000', '151429.220000', '151429.680000', '151430.140000', '151430.600000', '151431.060000', '151431.520000', '151431.980000', '151432.440000', '151432.900000', '151433.360000', '151433.820000', '151434.280000', '151434.740000', '151435.200000', '151435.660000', '151436.120000', '151436.580000', '151437.040000', '151437.500000', '151437.960000', '151438.420000', '151438.880000', '151439.340000', '151439.800000', '151440.260000', '151440.720000', '151441.180000', '151441.640000', '151442.100000', '151442.560000', '151443.020000', '151443.480000', '151443.940000', '151444.400000', '151444.860000', '151445.320000', '151445.780000', '151446.240000', '151446.700000', '151447.160000', '151447.620000', '151448.080000', '151448.540000', '151449.000000', '151449.460000', '151449.920000', '151450.380000', '151450.840000', '151451.300000', '151451.760000', '151452.220000', '151452.680000', '151453.140000', '151453.600000', '151454.060000', '151454.520000', '151454.980000', '151455.440000', '151455.900000', '151456.360000', '151456.820000', '151457.280000', '151457.740000', '151458.200000', '151458.660000', '151459.120000', '151459.580000', '151500.040000', '151500.500000', '151500.960000', '151501.420000', '151501.880000', '151502.340000', '151502.800000', '151503.260000', '151503.720000', '151504.180000', '151504.640000', '151505.100000', '151505.560000', '151506.020000', '151506.480000', '151506.940000', '151507.400000', '151507.860000', '151508.320000', '151508.780000', '151509.240000', '151509.700000', '151510.160000', '151510.620000', '151511.080000', '151511.540000', '151512.000000', '151512.460000', '151512.920000', '151513.380000', '151513.840000', '151514.300000', '151514.760000', '151515.220000', '151515.680000', '151516.140000', '151516.600000', '151517.060000', '151517.520000', '151517.980000', '151518.440000', '151518.900000', '151519.360000', '151519.820000', '151520.280000', '151520.740000', '151521.200000', '151521.660000', '151522.120000', '151522.580000', '151523.040000', '151523.500000', '151523.960000', '151524.420000', '151524.880000', '151525.340000', '151525.800000', '151526.260000', '151526.720000', '151527.180000', '151527.640000', '151528.100000', '151528.560000', '151529.020000', '151529.480000', '151529.940000', '151530.400000', '151530.860000', '151531.320000', '151531.780000', '151532.240000', '151532.700000', '151533.160000', '151533.620000', '151534.080000', '151534.540000', '151535.000000', '151535.460000', '151535.920000', '151536.380000', '151536.840000', '151537.300000', '151537.760000', '151538.220000', '151538.680000', '151539.140000', '151539.600000', '151540.060000', '151540.520000', '151540.980000', '151541.440000', '151541.900000', '151542.360000', '151542.820000', '151543.280000', '151543.740000', '151544.200000', '151544.660000', '151545.120000', '151545.580000', '151546.040000', '151546.500000', '151546.960000', '151547.420000', '151547.880000', '151548.340000', '151548.800000', '151549.260000', '151549.720000', '151550.180000', '151550.640000', '151551.100000', '151551.560000', '151552.020000', '151552.480000', '151552.940000', '151553.400000', '151553.860000', '151554.320000', '151554.780000', '151555.240000', '151555.700000', '151556.160000', '151556.620000', '151557.080000', '151557.540000', '151558.000000', '151558.460000', '151558.920000', '151559.380000', '151559.840000', '151600.300000', '151600.760000', '151601.220000', '151601.680000', '151602.140000', '151602.600000', '151603.060000', '151603.520000', '151603.980000', '151604.440000', '151604.900000', '151605.360000', '151605.820000', '151606.280000', '151606.740000', '151607.200000', '151607.660000', '151608.120000', '151608.580000', '151609.040000', '151609.500000', '151609.960000', '151610.420000', '151610.880000', '151611.340000', '151611.800000', '151612.260000', '151612.720000', '151613.180000', '151613.640000', '151614.100000', '151614.560000', '151615.020000', '151615.480000', '151615.940000', '151616.400000', '151616.860000', '151617.320000', '151617.780000', '151618.240000', '151618.700000', '151619.160000', '151619.620000', '151620.080000', '151620.540000', '151621.000000', '151621.460000', '151621.920000', '151622.380000', '151622.840000', '151623.300000', '151623.760000', '151624.220000', '151624.680000', '151625.140000', '151625.600000', '151626.060000', '151626.520000', '151626.980000', '151627.440000', '151627.900000', '151628.360000', '151628.820000', '151629.280000', '151629.740000', '151630.200000', '151630.660000', '151631.120000', '151631.580000', '151632.040000', '151632.500000', '151632.960000', '151633.420000', '151633.880000', '151634.340000', '151634.800000', '151635.260000', '151635.720000', '151636.180000', '151636.640000', '151637.100000', '151637.560000', '151638.020000', '151638.480000', '151638.940000', '151639.400000', '151639.860000', '151640.320000', '151640.780000', '151641.240000', '151641.700000', '151642.160000', '151642.620000', '151643.080000', '151643.540000', '151644.000000', '151644.460000', '151644.920000', '151645.380000', '151645.840000', '151646.300000', '151646.760000', '151647.220000', '151647.680000', '151648.140000', '151648.600000', '151649.060000', '151649.520000', '151649.980000', '151650.440000', '151650.900000', '151651.360000', '151651.820000', '151652.280000', '151652.740000', '151653.200000', '151653.660000', '151654.120000', '151654.580000', '151655.040000', '151655.500000', '151655.960000', '151656.420000', '151656.880000', '151657.340000', '151657.800000', '151658.260000', '151658.720000', '151659.180000', '151659.640000', '151700.100000', '151700.560000', '151701.020000', '151701.480000', '151701.940000', '151702.400000', '151702.860000', '151703.320000', '151703.780000', '151704.240000', '151704.700000', '151705.160000', '151705.620000', '151706.080000', '151706.540000', '151707.000000', '151707.460000', '151707.920000', '151708.380000', '151708.840000', '151709.300000', '151709.760000', '151710.220000', '151710.680000', '151711.140000', '151711.600000', '151712.060000', '151712.520000', '151712.980000', '151713.440000', '151713.900000', '151714.360000', '151714.820000', '151715.280000', '151715.740000', '151716.200000', '151716.660000', '151717.120000', '151717.580000', '151718.040000', '151718.500000', '151718.960000', '151719.420000', '151719.880000', '151720.340000', '151720.800000', '151721.260000', '151721.720000', '151722.180000', '151722.640000', '151723.100000', '151723.560000', '151724.020000', '151724.480000', '151724.940000', '151725.400000', '151725.860000', '151726.320000', '151726.780000', '151727.240000', '151727.700000', '151728.160000', '151728.620000', '151729.080000', '151729.540000', '151730.000000', '151730.460000', '151730.920000', '151731.380000', '151731.840000', '151732.300000', '151732.760000', '151733.220000', '151733.680000', '151734.140000', '151734.600000', '151735.060000', '151735.520000', '151735.980000', '151736.440000', '151736.900000', '151737.360000', '151737.820000', '151738.280000', '151738.740000', '151739.200000', '151739.660000', '151740.120000', '151740.580000', '151741.040000', '151741.500000', '151741.960000', '151742.420000', '151742.880000', '151743.340000', '151743.800000', '151744.260000', '151744.720000', '151745.180000', '151745.640000', '151746.100000', '151746.560000', '151747.020000', '151747.480000', '151747.940000', '151748.400000', '151748.860000', '151749.320000', '151749.780000', '151750.240000', '151750.700000', '151751.160000', '151751.620000', '151752.080000', '151752.540000', '151753.000000', '151753.460000', '151753.920000', '151754.380000', '151754.840000', '151755.300000', '151755.760000', '151756.220000', '151756.680000', '151757.140000', '151757.600000', '151758.060000', '151758.520000', '151758.980000', '151759.440000', '151759.900000', '151800.360000', '151800.820000', '151801.280000', '151801.740000', '151802.200000', '151802.660000', '151803.120000', '151803.580000', '151804.040000', '151804.500000', '151804.960000', '151805.420000', '151805.880000', '151806.340000', '151806.800000', '151807.260000', '151807.720000', '151808.180000', '151808.640000', '151809.100000', '151809.560000', '151810.020000', '151810.480000', '151810.940000', '151811.400000', '151811.860000', '151812.320000', '151812.780000', '151813.240000', '151813.700000', '151814.160000', '151814.620000', '151815.080000', '151815.540000', '151816.000000', '151816.460000', '151816.920000', '151817.380000', '151817.840000', '151818.300000', '151818.760000', '151819.220000', '151819.680000', '151820.140000', '151820.600000', '151821.060000', '151821.520000', '151821.980000', '151822.440000', '151822.900000', '151823.360000', '151823.820000', '151824.280000', '151824.740000', '151825.200000', '151825.660000', '151826.120000', '151826.580000', '151827.040000', '151827.500000', '151827.960000', '151828.420000', '151828.880000', '151829.340000', '151829.800000', '151830.260000', '151830.720000', '151831.180000', '151831.640000', '151832.100000', '151832.560000', '151833.020000', '151833.480000', '151833.940000', '151834.400000', '151834.860000', '151835.320000', '151835.780000', '151836.240000', '151836.700000', '151837.160000', '151837.620000', '151838.080000', '151838.540000', '151839.000000', '151839.460000', '151839.920000', '151840.380000', '151840.840000', '151841.300000', '151841.760000', '151842.220000', '151842.680000', '151843.140000', '151843.600000', '151844.060000', '151844.520000', '151844.980000', '151845.440000', '151845.900000', '151846.360000', '151846.820000', '151847.280000', '151847.740000', '151848.200000', '151848.660000', '151849.120000', '151849.580000', '151850.040000', '151850.500000', '151850.960000', '151851.420000', '151851.880000', '151852.340000', '151852.800000', '151853.260000', '151853.720000', '151854.180000', '151854.640000', '151855.100000', '151855.560000', '151856.020000', '151856.480000', '151856.940000', '151857.400000', '151857.860000', '151858.320000', '151858.780000', '151859.240000', '151859.700000', '151900.160000', '151900.620000', '151901.080000', '151901.540000', '151902.000000', '151902.460000', '151902.920000', '151903.380000', '151903.840000', '151904.300000', '151904.760000', '151905.220000', '151905.680000', '151906.140000', '151906.600000', '151907.060000', '151907.520000', '151907.980000', '151908.440000', '151908.900000', '151909.360000', '151909.820000', '151910.280000', '151910.740000', '151911.200000', '151911.660000', '151912.120000', '151912.580000', '151913.040000', '151913.500000', '151913.960000', '151914.420000', '151914.880000', '151915.340000', '151915.800000', '151916.260000', '151916.720000', '151917.180000', '151917.640000', '151918.100000', '151918.560000', '151919.020000', '151919.480000', '151919.940000', '151920.400000', '151920.860000', '151921.320000', '151921.780000', '151922.240000', '151922.700000', '151923.160000', '151923.620000', '151924.080000', '151924.540000', '151925.000000', '151925.460000', '151925.920000', '151926.380000', '151926.840000', '151927.300000', '151927.760000', '151928.220000', '151928.680000', '151929.140000', '151929.600000', '151930.060000', '151930.520000', '151930.980000', '151931.440000', '151931.900000', '151932.360000', '151932.820000', '151933.280000', '151933.740000', '151934.200000', '151934.660000', '151935.120000', '151935.580000', '151936.040000', '151936.500000', '151936.960000', '151937.420000', '151937.880000', '151938.340000', '151938.800000', '151939.260000', '151939.720000', '151940.180000', '151940.640000', '151941.100000', '151941.560000', '151942.020000', '151942.480000', '151942.940000', '151943.400000', '151943.860000', '151944.320000', '151944.780000', '151945.240000', '151945.700000', '151946.160000', '151946.620000', '151947.080000', '151947.540000', '151948.000000', '151948.460000', '151948.920000', '151949.380000', '151949.840000', '151950.300000', '151950.760000', '151951.220000', '151951.680000', '151952.140000', '151952.600000', '151953.060000', '151953.520000', '151953.980000', '151954.440000', '151954.900000', '151955.360000', '151955.820000', '151956.280000', '151956.740000', '151957.200000', '151957.660000', '151958.120000', '151958.580000', '151959.040000', '151959.500000', '151959.960000', '152000.420000', '152000.880000', '152001.340000', '152001.800000', '152002.260000', '152002.720000', '152003.180000', '152003.640000', '152004.100000', '152004.560000', '152005.020000', '152005.480000', '152005.940000', '152006.400000', '152006.860000', '152007.320000', '152007.780000', '152008.240000', '152008.700000', '152009.160000', '152009.620000', '152010.080000', '152010.540000', '152011.000000', '152011.460000', '152011.920000', '152012.380000', '152012.840000', '152013.300000', '152013.760000', '152014.220000', '152014.680000', '152015.140000', '152015.600000', '152016.060000', '152016.520000', '152016.980000', '152017.440000', '152017.900000', '152018.360000', '152018.820000', '152019.280000', '152019.740000', '152020.200000', '152020.660000'], 'ContentTime': ['151350.618000', '151350.620000', '151350.623000', '151350.626000', '151350.628000', '151350.631000', '151350.634000', '151350.636000', '151350.639000', '151350.648000', '151350.651000', '151350.653000', '151350.656000', '151350.658000', '151350.661000', '151350.663000', '151350.666000', '151350.668000', '151350.671000', '151350.674000', '151350.676000', '151350.679000', '151350.681000', '151350.684000', '151350.686000', '151350.689000', '151350.691000', '151350.694000', '151350.696000', '151350.699000', '151350.701000', '151350.704000', '151350.706000', '151350.709000', '151350.712000', '151350.714000', '151350.717000', '151350.719000', '151350.722000', '151350.724000', '151350.727000', '151350.729000', '151350.732000', '151350.734000', '151350.737000', '151350.739000', '151350.742000', '151350.744000', '151350.752000', '151350.755000', '151350.757000', '151350.760000', '151350.762000', '151350.765000', '151350.768000', '151350.770000', '151350.773000', '151350.775000', '151350.778000', '151350.780000', '151350.783000', '151350.786000', '151410.586000', '151410.589000', '151410.592000', '151410.594000', '151410.597000', '151410.599000', '151410.602000', '151410.605000', '151410.607000', '151410.610000', '151410.612000', '151410.615000', '151410.617000', '151410.620000', '151410.622000', '151410.625000', '151410.627000', '151410.630000', '151410.632000', '151410.635000', '151410.638000', '151410.640000', '151410.643000', '151410.645000', '151410.648000', '151410.650000', '151410.653000', '151410.655000', '151410.658000', '151410.660000', '151410.663000', '151410.665000', '151410.668000', '151410.670000', '151410.673000', '151410.676000', '151410.678000', '151410.681000', '151410.683000', '151410.686000', '151410.688000', '151410.691000', '151410.693000', '151430.585000', '151430.588000', '151430.591000', '151430.593000', '151430.596000', '151430.598000', '151430.601000', '151430.611000', '151430.613000', '151430.616000', '151430.619000', '151430.621000', '151430.624000', '151430.626000', '151430.629000', '151430.631000', '151430.634000', '151430.636000', '151430.639000', '151430.641000', '151430.644000', '151430.646000', '151430.649000', '151430.652000', '151430.654000', '151430.657000', '151430.659000', '151430.662000', '151430.664000', '151430.667000', '151430.670000', '151430.673000', '151430.675000', '151430.678000', '151430.681000', '151430.683000', '151430.686000', '151430.688000', '151430.691000', '151430.694000', '151430.696000', '151430.699000', '151430.701000', '151430.704000', '151450.587000', '151450.590000', '151450.592000', '151450.595000', '151450.597000', '151450.600000', '151450.602000', '151450.605000', '151450.607000', '151450.610000', '151450.612000', '151450.615000', '151450.617000', '151450.620000', '151450.623000', '151450.625000', '151450.628000', '151450.630000', '151450.633000', '151450.635000', '151450.638000', '151450.640000', '151450.643000', '151450.645000', '151450.648000', '151450.650000', '151450.653000', '151450.655000', '151450.658000', '151450.662000', '151450.665000', '151450.667000', '151450.670000', '151450.673000', '151450.675000', '151450.678000', '151450.680000', '151450.683000', '151450.685000', '151450.688000', '151450.690000', '151450.693000', '151450.695000', '151510.587000', '151510.589000', '151510.592000', '151510.594000', '151510.597000', '151510.600000', '151510.602000', '151510.605000', '151510.607000', '151510.610000', '151510.612000', '151510.615000', '151510.617000', '151510.620000', '151510.622000', '151510.625000', '151510.627000', '151510.630000', '151510.633000', '151510.635000', '151510.638000', '151510.640000', '151510.643000', '151510.645000', '151510.648000', '151510.650000', '151510.653000', '151510.656000', '151510.658000', '151510.661000', '151510.663000', '151510.666000', '151510.668000', '151510.671000', '151510.673000', '151510.676000', '151510.678000', '151510.681000', '151510.683000', '151510.686000', '151510.689000', '151510.691000', '151510.694000', '151510.696000', '151530.586000', '151530.589000', '151530.592000', '151530.594000', '151530.597000', '151530.600000', '151530.602000', '151530.605000', '151530.607000', '151530.610000', '151530.613000', '151530.615000', '151530.618000', '151530.620000', '151530.623000', '151530.625000', '151530.628000', '151530.630000', '151530.633000', '151530.636000', '151530.638000', '151530.641000', '151530.643000', '151530.646000', '151530.648000', '151530.651000', '151530.653000', '151530.656000', '151530.658000', '151530.661000', '151530.664000', '151530.666000', '151530.669000', '151530.671000', '151530.674000', '151530.676000', '151530.679000', '151530.682000', '151530.684000', '151530.687000', '151530.690000', '151530.693000', '151530.695000', '151550.586000', '151550.589000', '151550.592000', '151550.594000', '151550.597000', '151550.599000', '151550.602000', '151550.604000', '151550.607000', '151550.610000', '151550.612000', '151550.615000', '151550.617000', '151550.620000', '151550.622000', '151550.625000', '151550.627000', '151550.630000', '151550.632000', '151550.635000', '151550.638000', '151550.640000', '151550.643000', '151550.645000', '151550.648000', '151550.650000', '151550.653000', '151550.655000', '151550.658000', '151550.660000', '151550.663000', '151550.666000', '151550.668000', '151550.671000', '151550.673000', '151550.676000', '151550.678000', '151550.681000', '151550.683000', '151550.686000', '151550.689000', '151550.691000', '151550.694000', '151550.697000', '151610.586000', '151610.589000', '151610.603000', '151610.606000', '151610.608000', '151610.611000', '151610.613000', '151610.616000', '151610.619000', '151610.621000', '151610.624000', '151610.626000', '151610.629000', '151610.631000', '151610.634000', '151610.636000', '151610.639000', '151610.642000', '151610.644000', '151610.647000', '151610.649000', '151610.652000', '151610.654000', '151610.657000', '151610.660000', '151610.662000', '151610.665000', '151610.667000', '151610.670000', '151610.672000', '151610.675000', '151610.678000', '151610.680000', '151610.683000', '151610.685000', '151610.688000', '151610.691000', '151610.693000', '151610.696000', '151610.698000', '151610.701000', '151610.704000', '151610.706000', '151630.586000', '151630.589000', '151630.592000', '151630.595000', '151630.597000', '151630.600000', '151630.603000', '151630.605000', '151630.608000', '151630.610000', '151630.613000', '151630.615000', '151630.618000', '151630.620000', '151630.623000', '151630.626000', '151630.628000', '151630.631000', '151630.633000', '151630.636000', '151630.638000', '151630.641000', '151630.643000', '151630.646000', '151630.648000', '151630.651000', '151630.653000', '151630.656000', '151630.659000', '151630.661000', '151630.664000', '151630.666000', '151630.669000', '151630.671000', '151630.674000', '151630.677000', '151630.679000', '151630.682000', '151630.684000', '151630.687000', '151630.689000', '151630.692000', '151630.694000', '151630.697000', '151650.585000', '151650.588000', '151650.591000', '151650.593000', '151650.596000', '151650.598000', '151650.601000', '151650.604000', '151650.606000', '151650.609000', '151650.611000', '151650.614000', '151650.616000', '151650.619000', '151650.621000', '151650.624000', '151650.627000', '151650.629000', '151650.632000', '151650.634000', '151650.637000', '151650.639000', '151650.642000', '151650.644000', '151650.647000', '151650.650000', '151650.652000', '151650.655000', '151650.657000', '151650.660000', '151650.662000', '151650.665000', '151650.667000', '151650.670000', '151650.673000', '151650.675000', '151650.678000', '151650.680000', '151650.683000', '151650.685000', '151650.688000', '151650.690000', '151650.693000', '151710.586000', '151710.589000', '151710.592000', '151710.594000', '151710.597000', '151710.600000', '151710.602000', '151710.605000', '151710.607000', '151710.610000', '151710.612000', '151710.615000', '151710.617000', '151710.620000', '151710.623000', '151710.625000', '151710.628000', '151710.630000', '151710.633000', '151710.635000', '151710.638000', '151710.641000', '151710.643000', '151710.646000', '151710.648000', '151710.651000', '151710.653000', '151710.656000', '151710.658000', '151710.661000', '151710.664000', '151710.666000', '151710.669000', '151710.671000', '151710.674000', '151710.676000', '151710.679000', '151710.681000', '151710.684000', '151710.686000', '151710.689000', '151710.691000', '151710.694000', '151710.697000', '151730.586000', '151730.589000', '151730.592000', '151730.594000', '151730.597000', '151730.600000', '151730.602000', '151730.605000', '151730.607000', '151730.610000', '151730.612000', '151730.615000', '151730.618000', '151730.620000', '151730.623000', '151730.625000', '151730.628000', '151730.630000', '151730.633000', '151730.635000', '151730.638000', '151730.641000', '151730.643000', '151730.646000', '151730.648000', '151730.651000', '151730.653000', '151730.664000', '151730.667000', '151730.669000', '151730.672000', '151730.674000', '151730.677000', '151730.679000', '151730.682000', '151730.690000', '151730.692000', '151730.695000', '151730.697000', '151730.700000', '151730.702000', '151730.705000', '151730.708000', '151750.587000', '151750.589000', '151750.592000', '151750.594000', '151750.597000', '151750.600000', '151750.602000', '151750.605000', '151750.607000', '151750.610000', '151750.612000', '151750.615000', '151750.618000', '151750.620000', '151750.623000', '151750.625000', '151750.628000', '151750.631000', '151750.633000', '151750.636000', '151750.639000', '151750.641000', '151750.644000', '151750.646000', '151750.649000', '151750.651000', '151750.654000', '151750.657000', '151750.659000', '151750.662000', '151750.664000', '151750.667000', '151750.669000', '151750.672000', '151750.675000', '151750.677000', '151750.680000', '151750.682000', '151750.685000', '151750.687000', '151750.690000', '151750.693000', '151750.695000', '151750.698000', '151810.587000', '151810.589000', '151810.592000', '151810.594000', '151810.597000', '151810.600000', '151810.602000', '151810.605000', '151810.607000', '151810.610000', '151810.613000', '151810.615000', '151810.618000', '151810.620000', '151810.623000', '151810.625000', '151810.628000', '151810.631000', '151810.633000', '151810.636000', '151810.638000', '151810.641000', '151810.643000', '151810.646000', '151810.648000', '151810.651000', '151810.654000', '151810.656000', '151810.659000', '151810.661000', '151810.664000', '151810.667000', '151810.669000', '151810.672000', '151810.674000', '151810.677000', '151810.679000', '151810.682000', '151810.684000', '151810.687000', '151810.690000', '151810.692000', '151810.695000', '151830.587000', '151830.592000', '151830.595000', '151830.598000', '151830.600000', '151830.603000', '151830.605000', '151830.608000', '151830.611000', '151830.613000', '151830.616000', '151830.618000', '151830.621000', '151830.624000', '151830.626000', '151830.629000', '151830.631000', '151830.634000', '151830.637000', '151830.639000', '151830.642000', '151830.644000', '151830.647000', '151830.649000', '151830.652000', '151830.655000', '151830.657000', '151830.660000', '151830.662000', '151830.665000', '151830.667000', '151830.670000', '151830.673000', '151830.675000', '151830.678000', '151830.680000', '151830.683000', '151830.685000', '151830.688000', '151830.691000', '151830.693000', '151830.696000', '151830.698000', '151830.701000', '151850.586000', '151850.589000', '151850.592000', '151850.594000', '151850.597000', '151850.600000', '151850.602000', '151850.605000', '151850.607000', '151850.610000', '151850.612000', '151850.615000', '151850.618000', '151850.620000', '151850.623000', '151850.625000', '151850.628000', '151850.630000', '151850.633000', '151850.635000', '151850.638000', '151850.641000', '151850.643000', '151850.646000', '151850.649000', '151850.651000', '151850.654000', '151850.656000', '151850.659000', '151850.661000', '151850.664000', '151850.667000', '151850.669000', '151850.672000', '151850.674000', '151850.677000', '151850.680000', '151850.682000', '151850.685000', '151850.687000', '151850.690000', '151850.692000', '151850.695000', '151910.586000', '151910.588000', '151910.591000', '151910.593000', '151910.596000', '151910.599000', '151910.601000', '151910.604000', '151910.606000', '151910.609000', '151910.612000', '151910.614000', '151910.617000', '151910.620000', '151910.623000', '151910.625000', '151910.628000', '151910.630000', '151910.633000', '151910.636000', '151910.638000', '151910.641000', '151910.643000', '151910.646000', '151910.648000', '151910.651000', '151910.654000', '151910.656000', '151910.659000', '151910.663000', '151910.665000', '151910.668000', '151910.671000', '151910.673000', '151910.676000', '151910.679000', '151910.681000', '151910.684000', '151910.686000', '151910.689000', '151910.691000', '151910.694000', '151910.696000', '151910.699000', '151930.587000', '151930.590000', '151930.592000', '151930.595000', '151930.597000', '151930.600000', '151930.603000', '151930.605000', '151930.608000', '151930.610000', '151930.613000', '151930.615000', '151930.618000', '151930.620000', '151930.623000', '151930.626000', '151930.628000', '151930.631000', '151930.633000', '151930.636000', '151930.638000', '151930.641000', '151930.643000', '151930.646000', '151930.648000', '151930.651000', '151930.654000', '151930.656000', '151930.659000', '151930.661000', '151930.664000', '151930.666000', '151930.669000', '151930.672000', '151930.674000', '151930.677000', '151930.682000', '151930.684000', '151930.687000', '151930.690000', '151930.692000', '151930.695000', '151930.697000', '151950.587000', '151950.589000', '151950.592000', '151950.595000', '151950.597000', '151950.600000', '151950.602000', '151950.605000', '151950.608000', '151950.610000', '151950.613000', '151950.615000', '151950.618000', '151950.621000', '151950.623000', '151950.626000', '151950.628000', '151950.631000', '151950.633000', '151950.636000', '151950.639000', '151950.641000', '151950.644000', '151950.646000', '151950.649000', '151950.651000', '151950.654000', '151950.657000', '151950.659000', '151950.662000', '151950.664000', '151950.667000', '151950.670000', '151950.672000', '151950.675000', '151950.677000', '151950.680000', '151950.683000', '151950.685000', '151950.688000', '151950.690000', '151950.693000', '151950.695000', '152010.587000', '152010.589000', '152010.592000', '152010.595000', '152010.597000', '152010.600000', '152010.602000', '152010.605000', '152010.608000', '152010.610000', '152010.613000', '152010.615000', '152010.618000', '152010.620000', '152010.623000', '152010.626000', '152010.628000', '152010.631000', '152010.633000', '152010.636000', '152010.638000', '152010.641000', '152010.644000', '152010.646000', '152010.649000', '152010.651000', '152010.654000', '152010.656000', '152010.659000', '152010.662000', '152010.664000', '152010.667000', '152010.669000', '152010.672000', '152010.674000', '152010.677000', '152010.680000', '152010.682000', '152010.685000', '152010.687000', '152010.690000', '152010.692000', '152010.695000', '152010.697000', '152022.347000', '152022.350000', '152022.353000', '152022.356000', '152022.358000', '152022.361000', '152022.364000', '152022.367000', '152022.370000', '152022.372000', '152022.375000', '152022.378000', '152022.381000', '152022.384000', '152022.387000', '152022.390000', '152022.392000', '152022.395000', '152022.398000', '152022.401000', '152022.416000', '152022.419000', '152022.422000', '152022.425000', '152022.428000', '152022.431000'], 'InstanceCreationTime': ['151350.618000', '151350.620000', '151350.623000', '151350.626000', '151350.628000', '151350.631000', '151350.634000', '151350.636000', '151350.639000', '151350.648000', '151350.651000', '151350.653000', '151350.656000', '151350.658000', '151350.661000', '151350.663000', '151350.666000', '151350.668000', '151350.671000', '151350.674000', '151350.676000', '151350.679000', '151350.681000', '151350.684000', '151350.686000', '151350.689000', '151350.691000', '151350.694000', '151350.696000', '151350.699000', '151350.701000', '151350.704000', '151350.706000', '151350.709000', '151350.712000', '151350.714000', '151350.717000', '151350.719000', '151350.722000', '151350.724000', '151350.727000', '151350.729000', '151350.732000', '151350.734000', '151350.737000', '151350.739000', '151350.742000', '151350.744000', '151350.752000', '151350.755000', '151350.757000', '151350.760000', '151350.762000', '151350.765000', '151350.768000', '151350.770000', '151350.773000', '151350.775000', '151350.778000', '151350.780000', '151350.783000', '151350.786000', '151410.586000', '151410.589000', '151410.592000', '151410.594000', '151410.597000', '151410.599000', '151410.602000', '151410.605000', '151410.607000', '151410.610000', '151410.612000', '151410.615000', '151410.617000', '151410.620000', '151410.622000', '151410.625000', '151410.627000', '151410.630000', '151410.632000', '151410.635000', '151410.638000', '151410.640000', '151410.643000', '151410.645000', '151410.648000', '151410.650000', '151410.653000', '151410.655000', '151410.658000', '151410.660000', '151410.663000', '151410.665000', '151410.668000', '151410.670000', '151410.673000', '151410.676000', '151410.678000', '151410.681000', '151410.683000', '151410.686000', '151410.688000', '151410.691000', '151410.693000', '151430.585000', '151430.588000', '151430.591000', '151430.593000', '151430.596000', '151430.598000', '151430.601000', '151430.611000', '151430.613000', '151430.616000', '151430.619000', '151430.621000', '151430.624000', '151430.626000', '151430.629000', '151430.631000', '151430.634000', '151430.636000', '151430.639000', '151430.641000', '151430.644000', '151430.646000', '151430.649000', '151430.652000', '151430.654000', '151430.657000', '151430.659000', '151430.662000', '151430.664000', '151430.667000', '151430.670000', '151430.673000', '151430.675000', '151430.678000', '151430.681000', '151430.683000', '151430.686000', '151430.688000', '151430.691000', '151430.694000', '151430.696000', '151430.699000', '151430.701000', '151430.704000', '151450.587000', '151450.590000', '151450.592000', '151450.595000', '151450.597000', '151450.600000', '151450.602000', '151450.605000', '151450.607000', '151450.610000', '151450.612000', '151450.615000', '151450.617000', '151450.620000', '151450.623000', '151450.625000', '151450.628000', '151450.630000', '151450.633000', '151450.635000', '151450.638000', '151450.640000', '151450.643000', '151450.645000', '151450.648000', '151450.650000', '151450.653000', '151450.655000', '151450.658000', '151450.662000', '151450.665000', '151450.667000', '151450.670000', '151450.673000', '151450.675000', '151450.678000', '151450.680000', '151450.683000', '151450.685000', '151450.688000', '151450.690000', '151450.693000', '151450.695000', '151510.587000', '151510.589000', '151510.592000', '151510.594000', '151510.597000', '151510.600000', '151510.602000', '151510.605000', '151510.607000', '151510.610000', '151510.612000', '151510.615000', '151510.617000', '151510.620000', '151510.622000', '151510.625000', '151510.627000', '151510.630000', '151510.633000', '151510.635000', '151510.638000', '151510.640000', '151510.643000', '151510.645000', '151510.648000', '151510.650000', '151510.653000', '151510.656000', '151510.658000', '151510.661000', '151510.663000', '151510.666000', '151510.668000', '151510.671000', '151510.673000', '151510.676000', '151510.678000', '151510.681000', '151510.683000', '151510.686000', '151510.689000', '151510.691000', '151510.694000', '151510.696000', '151530.586000', '151530.589000', '151530.592000', '151530.594000', '151530.597000', '151530.600000', '151530.602000', '151530.605000', '151530.607000', '151530.610000', '151530.613000', '151530.615000', '151530.618000', '151530.620000', '151530.623000', '151530.625000', '151530.628000', '151530.630000', '151530.633000', '151530.636000', '151530.638000', '151530.641000', '151530.643000', '151530.646000', '151530.648000', '151530.651000', '151530.653000', '151530.656000', '151530.658000', '151530.661000', '151530.664000', '151530.666000', '151530.669000', '151530.671000', '151530.674000', '151530.676000', '151530.679000', '151530.682000', '151530.684000', '151530.687000', '151530.690000', '151530.693000', '151530.695000', '151550.586000', '151550.589000', '151550.592000', '151550.594000', '151550.597000', '151550.599000', '151550.602000', '151550.604000', '151550.607000', '151550.610000', '151550.612000', '151550.615000', '151550.617000', '151550.620000', '151550.622000', '151550.625000', '151550.627000', '151550.630000', '151550.632000', '151550.635000', '151550.638000', '151550.640000', '151550.643000', '151550.645000', '151550.648000', '151550.650000', '151550.653000', '151550.655000', '151550.658000', '151550.660000', '151550.663000', '151550.666000', '151550.668000', '151550.671000', '151550.673000', '151550.676000', '151550.678000', '151550.681000', '151550.683000', '151550.686000', '151550.689000', '151550.691000', '151550.694000', '151550.697000', '151610.586000', '151610.589000', '151610.603000', '151610.606000', '151610.608000', '151610.611000', '151610.613000', '151610.616000', '151610.619000', '151610.621000', '151610.624000', '151610.626000', '151610.629000', '151610.631000', '151610.634000', '151610.636000', '151610.639000', '151610.642000', '151610.644000', '151610.647000', '151610.649000', '151610.652000', '151610.654000', '151610.657000', '151610.660000', '151610.662000', '151610.665000', '151610.667000', '151610.670000', '151610.672000', '151610.675000', '151610.678000', '151610.680000', '151610.683000', '151610.685000', '151610.688000', '151610.691000', '151610.693000', '151610.696000', '151610.698000', '151610.701000', '151610.704000', '151610.706000', '151630.586000', '151630.589000', '151630.592000', '151630.595000', '151630.597000', '151630.600000', '151630.603000', '151630.605000', '151630.608000', '151630.610000', '151630.613000', '151630.615000', '151630.618000', '151630.620000', '151630.623000', '151630.626000', '151630.628000', '151630.631000', '151630.633000', '151630.636000', '151630.638000', '151630.641000', '151630.643000', '151630.646000', '151630.648000', '151630.651000', '151630.653000', '151630.656000', '151630.659000', '151630.661000', '151630.664000', '151630.666000', '151630.669000', '151630.671000', '151630.674000', '151630.677000', '151630.679000', '151630.682000', '151630.684000', '151630.687000', '151630.689000', '151630.692000', '151630.694000', '151630.697000', '151650.585000', '151650.588000', '151650.591000', '151650.593000', '151650.596000', '151650.598000', '151650.601000', '151650.604000', '151650.606000', '151650.609000', '151650.611000', '151650.614000', '151650.616000', '151650.619000', '151650.621000', '151650.624000', '151650.627000', '151650.629000', '151650.632000', '151650.634000', '151650.637000', '151650.639000', '151650.642000', '151650.644000', '151650.647000', '151650.650000', '151650.652000', '151650.655000', '151650.657000', '151650.660000', '151650.662000', '151650.665000', '151650.667000', '151650.670000', '151650.673000', '151650.675000', '151650.678000', '151650.680000', '151650.683000', '151650.685000', '151650.688000', '151650.690000', '151650.693000', '151710.586000', '151710.589000', '151710.592000', '151710.594000', '151710.597000', '151710.600000', '151710.602000', '151710.605000', '151710.607000', '151710.610000', '151710.612000', '151710.615000', '151710.617000', '151710.620000', '151710.623000', '151710.625000', '151710.628000', '151710.630000', '151710.633000', '151710.635000', '151710.638000', '151710.641000', '151710.643000', '151710.646000', '151710.648000', '151710.651000', '151710.653000', '151710.656000', '151710.658000', '151710.661000', '151710.664000', '151710.666000', '151710.669000', '151710.671000', '151710.674000', '151710.676000', '151710.679000', '151710.681000', '151710.684000', '151710.686000', '151710.689000', '151710.691000', '151710.694000', '151710.697000', '151730.586000', '151730.589000', '151730.592000', '151730.594000', '151730.597000', '151730.600000', '151730.602000', '151730.605000', '151730.607000', '151730.610000', '151730.612000', '151730.615000', '151730.618000', '151730.620000', '151730.623000', '151730.625000', '151730.628000', '151730.630000', '151730.633000', '151730.635000', '151730.638000', '151730.641000', '151730.643000', '151730.646000', '151730.648000', '151730.651000', '151730.653000', '151730.664000', '151730.667000', '151730.669000', '151730.672000', '151730.674000', '151730.677000', '151730.679000', '151730.682000', '151730.690000', '151730.692000', '151730.695000', '151730.697000', '151730.700000', '151730.702000', '151730.705000', '151730.708000', '151750.587000', '151750.589000', '151750.592000', '151750.594000', '151750.597000', '151750.600000', '151750.602000', '151750.605000', '151750.607000', '151750.610000', '151750.612000', '151750.615000', '151750.618000', '151750.620000', '151750.623000', '151750.625000', '151750.628000', '151750.631000', '151750.633000', '151750.636000', '151750.639000', '151750.641000', '151750.644000', '151750.646000', '151750.649000', '151750.651000', '151750.654000', '151750.657000', '151750.659000', '151750.662000', '151750.664000', '151750.667000', '151750.669000', '151750.672000', '151750.675000', '151750.677000', '151750.680000', '151750.682000', '151750.685000', '151750.687000', '151750.690000', '151750.693000', '151750.695000', '151750.698000', '151810.587000', '151810.589000', '151810.592000', '151810.594000', '151810.597000', '151810.600000', '151810.602000', '151810.605000', '151810.607000', '151810.610000', '151810.613000', '151810.615000', '151810.618000', '151810.620000', '151810.623000', '151810.625000', '151810.628000', '151810.631000', '151810.633000', '151810.636000', '151810.638000', '151810.641000', '151810.643000', '151810.646000', '151810.648000', '151810.651000', '151810.654000', '151810.656000', '151810.659000', '151810.661000', '151810.664000', '151810.667000', '151810.669000', '151810.672000', '151810.674000', '151810.677000', '151810.679000', '151810.682000', '151810.684000', '151810.687000', '151810.690000', '151810.692000', '151810.695000', '151830.587000', '151830.592000', '151830.595000', '151830.598000', '151830.600000', '151830.603000', '151830.605000', '151830.608000', '151830.611000', '151830.613000', '151830.616000', '151830.618000', '151830.621000', '151830.624000', '151830.626000', '151830.629000', '151830.631000', '151830.634000', '151830.637000', '151830.639000', '151830.642000', '151830.644000', '151830.647000', '151830.649000', '151830.652000', '151830.655000', '151830.657000', '151830.660000', '151830.662000', '151830.665000', '151830.667000', '151830.670000', '151830.673000', '151830.675000', '151830.678000', '151830.680000', '151830.683000', '151830.685000', '151830.688000', '151830.691000', '151830.693000', '151830.696000', '151830.698000', '151830.701000', '151850.586000', '151850.589000', '151850.592000', '151850.594000', '151850.597000', '151850.600000', '151850.602000', '151850.605000', '151850.607000', '151850.610000', '151850.612000', '151850.615000', '151850.618000', '151850.620000', '151850.623000', '151850.625000', '151850.628000', '151850.630000', '151850.633000', '151850.635000', '151850.638000', '151850.641000', '151850.643000', '151850.646000', '151850.649000', '151850.651000', '151850.654000', '151850.656000', '151850.659000', '151850.661000', '151850.664000', '151850.667000', '151850.669000', '151850.672000', '151850.674000', '151850.677000', '151850.680000', '151850.682000', '151850.685000', '151850.687000', '151850.690000', '151850.692000', '151850.695000', '151910.586000', '151910.588000', '151910.591000', '151910.593000', '151910.596000', '151910.599000', '151910.601000', '151910.604000', '151910.606000', '151910.609000', '151910.612000', '151910.614000', '151910.617000', '151910.620000', '151910.623000', '151910.625000', '151910.628000', '151910.630000', '151910.633000', '151910.636000', '151910.638000', '151910.641000', '151910.643000', '151910.646000', '151910.648000', '151910.651000', '151910.654000', '151910.656000', '151910.659000', '151910.663000', '151910.665000', '151910.668000', '151910.671000', '151910.673000', '151910.676000', '151910.679000', '151910.681000', '151910.684000', '151910.686000', '151910.689000', '151910.691000', '151910.694000', '151910.696000', '151910.699000', '151930.587000', '151930.590000', '151930.592000', '151930.595000', '151930.597000', '151930.600000', '151930.603000', '151930.605000', '151930.608000', '151930.610000', '151930.613000', '151930.615000', '151930.618000', '151930.620000', '151930.623000', '151930.626000', '151930.628000', '151930.631000', '151930.633000', '151930.636000', '151930.638000', '151930.641000', '151930.643000', '151930.646000', '151930.648000', '151930.651000', '151930.654000', '151930.656000', '151930.659000', '151930.661000', '151930.664000', '151930.666000', '151930.669000', '151930.672000', '151930.674000', '151930.677000', '151930.682000', '151930.684000', '151930.687000', '151930.690000', '151930.692000', '151930.695000', '151930.697000', '151950.587000', '151950.589000', '151950.592000', '151950.595000', '151950.597000', '151950.600000', '151950.602000', '151950.605000', '151950.608000', '151950.610000', '151950.613000', '151950.615000', '151950.618000', '151950.621000', '151950.623000', '151950.626000', '151950.628000', '151950.631000', '151950.633000', '151950.636000', '151950.639000', '151950.641000', '151950.644000', '151950.646000', '151950.649000', '151950.651000', '151950.654000', '151950.657000', '151950.659000', '151950.662000', '151950.664000', '151950.667000', '151950.670000', '151950.672000', '151950.675000', '151950.677000', '151950.680000', '151950.683000', '151950.685000', '151950.688000', '151950.690000', '151950.693000', '151950.695000', '152010.587000', '152010.589000', '152010.592000', '152010.595000', '152010.597000', '152010.600000', '152010.602000', '152010.605000', '152010.608000', '152010.610000', '152010.613000', '152010.615000', '152010.618000', '152010.620000', '152010.623000', '152010.626000', '152010.628000', '152010.631000', '152010.633000', '152010.636000', '152010.638000', '152010.641000', '152010.644000', '152010.646000', '152010.649000', '152010.651000', '152010.654000', '152010.656000', '152010.659000', '152010.662000', '152010.664000', '152010.667000', '152010.669000', '152010.672000', '152010.674000', '152010.677000', '152010.680000', '152010.682000', '152010.685000', '152010.687000', '152010.690000', '152010.692000', '152010.695000', '152010.697000', '152022.347000', '152022.350000', '152022.353000', '152022.356000', '152022.358000', '152022.361000', '152022.364000', '152022.367000', '152022.370000', '152022.372000', '152022.375000', '152022.378000', '152022.381000', '152022.384000', '152022.387000', '152022.390000', '152022.392000', '152022.395000', '152022.398000', '152022.401000', '152022.416000', '152022.419000', '152022.422000', '152022.425000', '152022.428000', '152022.431000'], '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': [9232, 7405, 13030, 8332, 11352, 9769, 7132, 9584, 7030, 12813, 9354, 9743, 9842, 7429, 9956, 6974, 10103, 8832, 8187, 11493, 7432, 12278, 7101, 11193, 9076, 10193, 10716, 7562, 9023, 7271, 11364, 7477, 12838, 9230, 8011, 9082, 6726, 9562, 7073, 10522, 7173, 12057, 7708, 12395, 7724, 10120, 7718, 8523, 9660, 8127, 11366, 8128, 11232, 6762, 12374, 7156, 12399, 8352, 12501, 9828, 9307, 8604, 7102, 9178, 6961, 10964, 7649, 12469, 7037, 11823, 7313, 12000, 8958, 9905, 9131, 7129, 9022, 7278, 9725, 7519, 12641, 7131, 10879, 7154, 8461, 9118, 8004, 11447, 8143, 11607, 6691, 11714, 7329, 12589, 9545, 10282, 8886, 7085, 8754, 7119, 9864, 7114, 12687, 7354, 10116, 7577, 9022, 10211, 8570, 10413, 7055, 9673, 7009, 10266, 7692, 12939, 7683, 12015, 6912, 11731, 7049, 11056, 8055, 9616, 10395, 7577, 8580, 6789, 9118, 6860, 11749, 7149, 12523, 8513, 9634, 7996, 8627, 9822, 8170, 10979, 7543, 9054, 6774, 10110, 6959, 12677, 7464, 11598, 7341, 12013, 7407, 12003, 8281, 9824, 9858, 7220, 8436, 6961, 8356, 6805, 11574, 7090, 11479, 7117, 9248, 8325, 7270, 9016, 7005, 10543, 6930, 11641, 8733, 9849, 10676, 7408, 10124, 7069, 11871, 7120, 12202, 9804, 10590, 8625, 7688, 9319, 7434, 11567, 8386, 11687, 6832, 10990, 6943, 11620, 7314, 10939, 10115, 7713, 8864, 7240, 9831, 7042, 10625, 7041, 12803, 9644, 10494, 10463, 6934, 11206, 6823, 9065, 8429, 7202, 10522, 7656, 12996, 9115, 8856, 9357, 7087, 9647, 7672, 13086, 8646, 12261, 8204, 9638, 8968, 7637, 11587, 8369, 11973, 7124, 12273, 7246, 12565, 8189, 10034, 10261, 7377, 9128, 6992, 10755, 7155, 12300, 9464, 9317, 10307, 7714, 12127, 7215, 8889, 8686, 7274, 10134, 7014, 12128, 6948, 12896, 7735, 14164, 9304, 11721, 8111, 9962, 9061, 8930, 10214, 7812, 11043, 7204, 9670, 6939, 10112, 6742, 13129, 8477, 9528, 8857, 7123, 9212, 6905, 10782, 6889, 13791, 9088, 10871, 8121, 7124, 9732, 7557, 12041, 7018, 14063, 7983, 7126, 7660, 7093, 9720, 7979, 9195, 11059, 7818, 12799, 6860, 13388, 8326, 13121, 11108, 8094, 10370, 6718, 11303, 7364, 9855, 8763, 9622, 10124, 9934, 10115, 7693, 10432, 7899, 10672, 7652, 10363, 7000, 9137, 6812, 9310, 7057, 9955, 6600, 10722, 7056, 9384, 7332, 6811, 8371, 6970, 8911, 6966, 11677, 9832, 8846, 10897, 6931, 11795, 8398, 9239, 10349, 7737, 12664, 8151, 13931, 7851, 11742, 7702, 9235, 8785, 6800, 11429, 6960, 12903, 6851, 10749, 6930, 7083, 9407, 7061, 10294, 6832, 13052, 8574, 11560, 8329, 9301, 10943, 8349, 12740, 7003, 9352, 8806, 7199, 8375, 7080, 11787, 7575, 12396, 8754, 10437, 8945, 9259, 10412, 9235, 10682, 6977, 10467, 7020, 8936, 7047, 10813, 6972, 8378, 8526, 7472, 10058, 6877, 10799, 8558, 9729, 10315, 8693, 11551, 7633, 10420, 7136, 11900, 6994, 12239, 7097, 11985, 7040, 10136, 10072, 7147, 12165, 6940, 12241, 7984, 6992, 10510, 7032, 9880, 7006, 12247, 7352, 14457, 9675, 12073, 12929, 9221, 13795, 7950, 7037, 7618, 7057, 9606, 7158, 10736, 7068, 12273, 7350, 12423, 8129, 12977, 8251, 10647, 8093, 10036, 9220, 8682, 10154, 7392, 11873, 7931, 12542, 7569, 11758, 7199, 12246, 6953, 7851, 11624, 7922, 13001, 7861, 12488, 7273, 10885, 7213, 8494, 8092, 7128, 9335, 7298, 12107, 7143, 12540, 7246, 11162, 7909, 7203, 8629, 7125, 9978, 7306, 6922, 11135, 7715, 11102, 8296, 9317, 7983, 7112, 12355, 8221, 12118, 10280, 10243, 10744, 7893, 11577, 7464, 12981, 8013, 12745, 8316, 10505, 12121, 7948, 12355, 7349, 11149, 7285, 11712, 7360, 10263, 8376, 8540, 9011, 7441, 10279, 7354, 11467, 7182, 10536, 9210, 7145, 10832, 7122, 11119, 7496, 6955, 9159, 7070, 12724, 7333, 13460, 9548, 11713, 10574, 8200, 10558, 7267, 12444, 7398, 10769, 9320, 8166, 9914, 7373, 13535, 7858, 7872, 9773, 7085, 9709, 7304, 11433, 7173, 12380, 8936, 11218, 8767, 7604, 8993, 7207, 10410, 7140, 11129, 7315, 12429, 7293, 11361, 7395, 11719, 7437, 11844, 7491, 10561, 9379, 9141, 8498, 7327, 10039, 7227, 10249, 7290, 11425, 7075, 12081, 7112, 12679, 9167, 9685, 9265, 7180, 8404, 7225, 10044, 7152, 11675, 7343, 12331, 7777, 10600, 8019, 9440, 9953, 7550, 10413, 7213, 10802, 6935, 9070, 7279, 8009, 8970, 7286, 10502, 7440, 12397, 7546, 12916, 8311, 10325, 10824, 7697, 10386, 7259, 10091, 7472, 6839, 9210, 7245, 12807, 7972, 12262, 9903, 8115, 11014, 7514, 12050, 7774, 13192, 7566, 13253, 7566, 11254, 7979, 7389, 8695, 7539, 12139, 7687, 11099, 9182, 8823, 10379, 7510, 12340, 7548, 8770, 8781, 7386, 11278, 7337, 13662, 8553, 11725, 8376, 9170, 9692, 7817, 12390, 8336, 13363, 7555, 12662, 7597, 11390, 7473, 9517, 8652, 7685, 9930, 7838, 11565, 7576, 12323, 7714, 7487, 10514, 8119, 12329, 9100, 7177, 12796, 7163, 13309, 8748, 10784, 8963, 8462, 10399, 8112, 11776, 8452, 12022, 8137, 13664, 8331, 14470, 8252, 12265, 8026, 7712, 9171, 7033, 12706, 7734, 15091, 9712, 12209, 8888, 7111, 9436, 7121, 11028, 7921, 13062, 8158, 14324, 7911, 14532, 8051, 11286, 7574, 6994, 8658, 7082, 11248, 7231, 9281, 8985, 7504, 13415, 7621, 13039, 8445, 10865, 9401, 7468, 13409, 8597, 16311, 9965, 7488, 8817, 7777, 10811, 7541, 13196, 7879, 13874, 8754, 12687, 8540, 7738, 8849, 7125, 10720, 7337, 13607, 7584, 8158, 8261, 7076, 13819, 10021, 10855, 11620, 7813, 14559, 8824, 11127, 9056, 7632, 13321, 8214, 15913, 9129, 9532, 8806, 7324, 10544, 7498, 12797, 7485, 14555, 9101, 13388, 8147, 7720, 8607, 7300, 12499, 7995, 14196, 7969, 9437, 7964, 7216, 12111, 7683, 13029, 8489, 7054, 11342, 7627, 11452, 8901, 7528, 11976, 8166, 15619, 10326, 12897, 10357, 8839, 11558, 7634, 12603, 7812, 14162, 9596, 7319, 8908, 6905, 11949, 7886, 9638, 9930, 7627, 14015, 8137, 11975, 8544, 7443, 11380, 7838, 14471, 8131, 10860, 8346, 8095, 11823, 8115, 15954, 10360, 10181, 12522, 7750, 10463, 8005, 7321, 9288, 7390, 10724, 7592, 12752, 7962, 13583, 9390, 15559, 10695, 14508, 8666, 12423, 8749, 11672, 9449, 10862, 8990, 10391, 8704, 9270, 10380, 8558, 11674, 8018, 11094, 7374, 12182, 7710, 12825, 7689, 11322, 7731, 6855, 9594, 7530], 'WindowCenter': [4160.0, 4125.0, 4173.0, 4121.0, 4150.0, 4142.0, 4099.0, 4127.0, 4087.0, 4145.0, 4117.0, 4125.0, 4126.0, 4084.0, 4125.0, 4086.0, 4125.0, 4117.0, 4117.0, 4150.0, 4109.0, 4160.0, 4098.0, 4148.0, 4128.0, 4127.0, 4148.0, 4099.0, 4118.0, 4099.0, 4135.0, 4086.0, 4146.0, 4115.0, 4105.0, 4115.0, 4076.0, 4136.0, 4086.0, 4124.0, 4084.0, 4145.0, 4096.0, 4156.0, 4107.0, 4126.0, 4097.0, 4105.0, 4115.0, 4095.0, 4138.0, 4104.0, 4136.0, 4076.0, 4147.0, 4086.0, 4136.0, 4104.0, 4133.0, 4125.0, 4113.0, 4104.0, 4073.0, 4115.0, 4072.0, 4124.0, 4095.0, 4146.0, 4085.0, 4136.0, 4084.0, 4134.0, 4105.0, 4115.0, 4116.0, 4074.0, 4124.0, 4094.0, 4114.0, 4084.0, 4146.0, 4086.0, 4136.0, 4085.0, 4115.0, 4116.0, 4095.0, 4148.0, 4107.0, 4156.0, 4097.0, 4135.0, 4086.0, 4135.0, 4127.0, 4125.0, 4115.0, 4085.0, 4104.0, 4084.0, 4113.0, 4083.0, 4146.0, 4106.0, 4136.0, 4097.0, 4115.0, 4126.0, 4105.0, 4126.0, 4084.0, 4115.0, 4075.0, 4124.0, 4083.0, 4144.0, 4094.0, 4144.0, 4075.0, 4143.0, 4072.0, 4133.0, 4093.0, 4113.0, 4125.0, 4095.0, 4115.0, 4076.0, 4114.0, 4073.0, 4135.0, 4084.0, 4146.0, 4105.0, 4117.0, 4116.0, 4113.0, 4114.0, 4091.0, 4124.0, 4094.0, 4103.0, 4073.0, 4123.0, 4073.0, 4155.0, 4083.0, 4145.0, 4084.0, 4143.0, 4072.0, 4122.0, 4093.0, 4113.0, 4113.0, 4093.0, 4094.0, 4073.0, 4092.0, 4072.0, 4133.0, 4085.0, 4146.0, 4096.0, 4126.0, 4116.0, 4096.0, 4116.0, 4097.0, 4137.0, 4097.0, 4137.0, 4119.0, 4139.0, 4150.0, 4121.0, 4150.0, 4110.0, 4149.0, 4098.0, 4149.0, 4129.0, 4128.0, 4128.0, 4104.0, 4127.0, 4085.0, 4145.0, 4094.0, 4146.0, 4074.0, 4124.0, 4085.0, 4134.0, 4094.0, 4134.0, 4127.0, 4085.0, 4105.0, 4093.0, 4114.0, 4083.0, 4126.0, 4084.0, 4156.0, 4127.0, 4150.0, 4139.0, 4109.0, 4138.0, 4076.0, 4125.0, 4117.0, 4121.0, 4138.0, 4096.0, 4159.0, 4129.0, 4119.0, 4138.0, 4096.0, 4124.0, 4083.0, 4134.0, 4104.0, 4134.0, 4093.0, 4122.0, 4102.0, 4080.0, 4122.0, 4091.0, 4131.0, 4069.0, 4120.0, 4069.0, 4119.0, 4092.0, 4110.0, 4109.0, 4071.0, 4102.0, 4072.0, 4120.0, 4069.0, 4131.0, 4138.0, 4139.0, 4138.0, 4094.0, 4157.0, 4093.0, 4113.0, 4127.0, 4096.0, 4135.0, 4083.0, 4144.0, 4084.0, 4145.0, 4095.0, 4155.0, 4115.0, 4133.0, 4092.0, 4110.0, 4100.0, 4089.0, 4109.0, 4068.0, 4120.0, 4069.0, 4099.0, 4069.0, 4109.0, 4073.0, 4154.0, 4091.0, 4110.0, 4101.0, 4070.0, 4112.0, 4070.0, 4121.0, 4072.0, 4153.0, 4114.0, 4133.0, 4093.0, 4071.0, 4112.0, 4081.0, 4146.0, 4098.0, 4168.0, 4107.0, 4096.0, 4106.0, 4096.0, 4137.0, 4107.0, 4129.0, 4148.0, 4108.0, 4159.0, 4086.0, 4170.0, 4106.0, 4145.0, 4137.0, 4107.0, 4126.0, 4099.0, 4149.0, 4109.0, 4138.0, 4128.0, 4138.0, 4137.0, 4124.0, 4124.0, 4081.0, 4111.0, 4080.0, 4110.0, 4068.0, 4099.0, 4057.0, 4098.0, 4056.0, 4087.0, 4069.0, 4110.0, 4060.0, 4133.0, 4083.0, 4112.0, 4080.0, 4072.0, 4117.0, 4098.0, 4126.0, 4098.0, 4160.0, 4138.0, 4104.0, 4136.0, 4085.0, 4134.0, 4105.0, 4103.0, 4125.0, 4083.0, 4134.0, 4105.0, 4143.0, 4082.0, 4121.0, 4091.0, 4111.0, 4101.0, 4069.0, 4120.0, 4071.0, 4143.0, 4073.0, 4134.0, 4084.0, 4072.0, 4115.0, 4084.0, 4123.0, 4085.0, 4156.0, 4106.0, 4146.0, 4117.0, 4128.0, 4148.0, 4106.0, 4146.0, 4099.0, 4128.0, 4117.0, 4084.0, 4103.0, 4084.0, 4145.0, 4096.0, 4146.0, 4117.0, 4137.0, 4115.0, 4103.0, 4135.0, 4102.0, 4122.0, 4070.0, 4123.0, 4070.0, 4101.0, 4085.0, 4136.0, 4097.0, 4118.0, 4140.0, 4110.0, 4139.0, 4099.0, 4136.0, 4106.0, 4114.0, 4138.0, 4118.0, 4149.0, 4096.0, 4150.0, 4098.0, 4146.0, 4071.0, 4120.0, 4082.0, 4131.0, 4083.0, 4124.0, 4113.0, 4072.0, 4145.0, 4086.0, 4147.0, 4106.0, 4097.0, 4137.0, 4098.0, 4138.0, 4095.0, 4146.0, 4094.0, 4167.0, 4140.0, 4147.0, 4147.0, 4115.0, 4155.0, 4105.0, 4081.0, 4080.0, 4056.0, 4099.0, 4056.0, 4120.0, 4070.0, 4130.0, 4080.0, 4129.0, 4091.0, 4139.0, 4088.0, 4106.0, 4077.0, 4096.0, 4085.0, 4074.0, 4096.0, 4055.0, 4117.0, 4088.0, 4128.0, 4077.0, 4131.0, 4055.0, 4104.0, 4065.0, 4088.0, 4129.0, 4089.0, 4128.0, 4091.0, 4141.0, 4081.0, 4119.0, 4078.0, 4087.0, 4088.0, 4068.0, 4110.0, 4068.0, 4129.0, 4082.0, 4154.0, 4094.0, 4144.0, 4104.0, 4094.0, 4114.0, 4084.0, 4135.0, 4095.0, 4097.0, 4159.0, 4107.0, 4150.0, 4130.0, 4138.0, 4133.0, 4109.0, 4159.0, 4105.0, 4147.0, 4137.0, 4125.0, 4122.0, 4093.0, 4133.0, 4080.0, 4130.0, 4092.0, 4140.0, 4090.0, 4120.0, 4142.0, 4079.0, 4141.0, 4069.0, 4132.0, 4081.0, 4131.0, 4080.0, 4108.0, 4101.0, 4102.0, 4112.0, 4081.0, 4133.0, 4080.0, 4142.0, 4083.0, 4146.0, 4114.0, 4095.0, 4134.0, 4098.0, 4161.0, 4122.0, 4122.0, 4140.0, 4097.0, 4171.0, 4109.0, 4168.0, 4138.0, 4160.0, 4163.0, 4117.0, 4135.0, 4095.0, 4146.0, 4095.0, 4123.0, 4126.0, 4104.0, 4124.0, 4107.0, 4180.0, 4130.0, 4095.0, 4126.0, 4083.0, 4124.0, 4083.0, 4145.0, 4085.0, 4145.0, 4115.0, 4147.0, 4117.0, 4095.0, 4114.0, 4081.0, 4121.0, 4070.0, 4133.0, 4070.0, 4131.0, 4083.0, 4132.0, 4092.0, 4132.0, 4082.0, 4132.0, 4082.0, 4121.0, 4101.0, 4112.0, 4091.0, 4093.0, 4111.0, 4070.0, 4121.0, 4080.0, 4120.0, 4082.0, 4142.0, 4072.0, 4142.0, 4114.0, 4113.0, 4125.0, 4071.0, 4103.0, 4093.0, 4123.0, 4084.0, 4145.0, 4095.0, 4157.0, 4106.0, 4123.0, 4104.0, 4111.0, 4123.0, 4081.0, 4122.0, 4094.0, 4134.0, 4098.0, 4126.0, 4107.0, 4120.0, 4142.0, 4123.0, 4161.0, 4121.0, 4170.0, 4107.0, 4143.0, 4118.0, 4149.0, 4162.0, 4108.0, 4149.0, 4107.0, 4161.0, 4107.0, 4086.0, 4125.0, 4106.0, 4157.0, 4118.0, 4157.0, 4150.0, 4119.0, 4149.0, 4108.0, 4144.0, 4082.0, 4155.0, 4094.0, 4155.0, 4094.0, 4146.0, 4105.0, 4094.0, 4114.0, 4104.0, 4134.0, 4093.0, 4122.0, 4115.0, 4128.0, 4149.0, 4109.0, 4157.0, 4107.0, 4127.0, 4128.0, 4107.0, 4148.0, 4095.0, 4169.0, 4129.0, 4145.0, 4117.0, 4126.0, 4137.0, 4107.0, 4158.0, 4105.0, 4143.0, 4095.0, 4157.0, 4094.0, 4133.0, 4082.0, 4110.0, 4090.0, 4092.0, 4123.0, 4092.0, 4121.0, 4094.0, 4142.0, 4107.0, 4111.0, 4137.0, 4106.0, 4170.0, 4129.0, 4098.0, 4170.0, 4112.0, 4170.0, 4131.0, 4148.0, 4129.0, 4117.0, 4137.0, 4105.0, 4145.0, 4103.0, 4144.0, 4092.0, 4153.0, 4103.0, 4152.0, 4103.0, 4144.0, 4104.0, 4106.0, 4113.0, 4084.0, 4155.0, 4106.0, 4179.0, 4127.0, 4144.0, 4114.0, 4082.0, 4125.0, 4109.0, 4146.0, 4102.0, 4142.0, 4092.0, 4153.0, 4103.0, 4152.0, 4102.0, 4131.0, 4091.0, 4082.0, 4102.0, 4083.0, 4134.0, 4120.0, 4140.0, 4128.0, 4109.0, 4169.0, 4108.0, 4170.0, 4130.0, 4147.0, 4128.0, 4097.0, 4169.0, 4129.0, 4180.0, 4126.0, 4109.0, 4127.0, 4095.0, 4135.0, 4094.0, 4155.0, 4105.0, 4156.0, 4128.0, 4156.0, 4116.0, 4105.0, 4126.0, 4095.0, 4121.0, 4094.0, 4166.0, 4094.0, 4117.0, 4117.0, 4098.0, 4180.0, 4151.0, 4161.0, 4161.0, 4119.0, 4179.0, 4128.0, 4147.0, 4126.0, 4105.0, 4168.0, 4117.0, 4166.0, 4115.0, 4113.0, 4115.0, 4093.0, 4134.0, 4082.0, 4143.0, 4082.0, 4141.0, 4102.0, 4154.0, 4104.0, 4093.0, 4114.0, 4095.0, 4156.0, 4104.0, 4155.0, 4105.0, 4127.0, 4130.0, 4107.0, 4159.0, 4108.0, 4170.0, 4130.0, 4098.0, 4148.0, 4109.0, 4159.0, 4129.0, 4108.0, 4159.0, 4118.0, 4180.0, 4141.0, 4158.0, 4136.0, 4114.0, 4136.0, 4093.0, 4143.0, 4093.0, 4154.0, 4113.0, 4108.0, 4139.0, 4110.0, 4169.0, 4118.0, 4137.0, 4138.0, 4118.0, 4169.0, 4118.0, 4157.0, 4117.0, 4096.0, 4147.0, 4107.0, 4179.0, 4131.0, 4148.0, 4117.0, 4106.0, 4157.0, 4132.0, 4181.0, 4139.0, 4140.0, 4172.0, 4120.0, 4150.0, 4118.0, 4096.0, 4126.0, 4096.0, 4162.0, 4108.0, 4156.0, 4105.0, 4157.0, 4127.0, 4167.0, 4135.0, 4153.0, 4102.0, 4132.0, 4101.0, 4119.0, 4109.0, 4118.0, 4098.0, 4109.0, 4090.0, 4110.0, 4121.0, 4099.0, 4129.0, 4077.0, 4117.0, 4068.0, 4127.0, 4078.0, 4129.0, 4078.0, 4120.0, 4091.0, 4071.0, 4110.0, 4093.0], 'WindowWidth': [9234.0, 9177.0, 9234.0, 9163.0, 9200.0, 9188.0, 9130.0, 9162.0, 9107.0, 9180.0, 9148.0, 9163.0, 9156.0, 9101.0, 9155.0, 9106.0, 9155.0, 9147.0, 9155.0, 9195.0, 9149.0, 9209.0, 9125.0, 9197.0, 9171.0, 9161.0, 9198.0, 9125.0, 9152.0, 9127.0, 9167.0, 9102.0, 9183.0, 9143.0, 9128.0, 9140.0, 9088.0, 9176.0, 9102.0, 9152.0, 9099.0, 9180.0, 9119.0, 9206.0, 9142.0, 9158.0, 9122.0, 9128.0, 9140.0, 9114.0, 9176.0, 9127.0, 9170.0, 9092.0, 9186.0, 9105.0, 9167.0, 9123.0, 9162.0, 9154.0, 9133.0, 9123.0, 9081.0, 9138.0, 9080.0, 9151.0, 9113.0, 9182.0, 9101.0, 9168.0, 9098.0, 9164.0, 9128.0, 9140.0, 9143.0, 9085.0, 9160.0, 9117.0, 9136.0, 9097.0, 9183.0, 9103.0, 9172.0, 9103.0, 9148.0, 9143.0, 9116.0, 9190.0, 9135.0, 9207.0, 9130.0, 9168.0, 9103.0, 9166.0, 9159.0, 9153.0, 9149.0, 9101.0, 9124.0, 9105.0, 9136.0, 9098.0, 9183.0, 9141.0, 9172.0, 9120.0, 9142.0, 9156.0, 9128.0, 9157.0, 9106.0, 9139.0, 9084.0, 9156.0, 9094.0, 9178.0, 9111.0, 9184.0, 9086.0, 9180.0, 9078.0, 9165.0, 9108.0, 9132.0, 9153.0, 9112.0, 9149.0, 9090.0, 9139.0, 9082.0, 9164.0, 9098.0, 9181.0, 9128.0, 9145.0, 9150.0, 9144.0, 9137.0, 9103.0, 9150.0, 9118.0, 9121.0, 9082.0, 9146.0, 9082.0, 9200.0, 9096.0, 9185.0, 9097.0, 9181.0, 9078.0, 9142.0, 9106.0, 9131.0, 9134.0, 9116.0, 9109.0, 9081.0, 9105.0, 9078.0, 9161.0, 9108.0, 9190.0, 9126.0, 9164.0, 9152.0, 9124.0, 9144.0, 9127.0, 9173.0, 9128.0, 9172.0, 9154.0, 9179.0, 9198.0, 9168.0, 9205.0, 9152.0, 9192.0, 9130.0, 9190.0, 9167.0, 9161.0, 9170.0, 9134.0, 9164.0, 9097.0, 9187.0, 9109.0, 9188.0, 9085.0, 9150.0, 9106.0, 9169.0, 9117.0, 9170.0, 9157.0, 9098.0, 9126.0, 9116.0, 9135.0, 9101.0, 9156.0, 9106.0, 9202.0, 9163.0, 9199.0, 9183.0, 9151.0, 9174.0, 9091.0, 9163.0, 9153.0, 9169.0, 9177.0, 9120.0, 9206.0, 9166.0, 9154.0, 9184.0, 9125.0, 9158.0, 9092.0, 9161.0, 9123.0, 9162.0, 9106.0, 9153.0, 9116.0, 9084.0, 9143.0, 9099.0, 9161.0, 9069.0, 9135.0, 9068.0, 9133.0, 9108.0, 9131.0, 9124.0, 9075.0, 9116.0, 9078.0, 9139.0, 9070.0, 9153.0, 9181.0, 9191.0, 9180.0, 9113.0, 9207.0, 9109.0, 9137.0, 9164.0, 9121.0, 9169.0, 9098.0, 9180.0, 9100.0, 9180.0, 9115.0, 9194.0, 9144.0, 9162.0, 9106.0, 9126.0, 9112.0, 9095.0, 9123.0, 9067.0, 9138.0, 9069.0, 9109.0, 9070.0, 9124.0, 9084.0, 9200.0, 9104.0, 9128.0, 9116.0, 9073.0, 9139.0, 9074.0, 9144.0, 9080.0, 9189.0, 9139.0, 9163.0, 9109.0, 9078.0, 9131.0, 9091.0, 9183.0, 9127.0, 9218.0, 9138.0, 9121.0, 9135.0, 9121.0, 9178.0, 9137.0, 9169.0, 9195.0, 9139.0, 9208.0, 9107.0, 9225.0, 9134.0, 9182.0, 9176.0, 9134.0, 9157.0, 9136.0, 9196.0, 9145.0, 9181.0, 9168.0, 9180.0, 9175.0, 9153.0, 9150.0, 9090.0, 9130.0, 9085.0, 9125.0, 9067.0, 9108.0, 9050.0, 9104.0, 9049.0, 9090.0, 9070.0, 9125.0, 9062.0, 9162.0, 9103.0, 9137.0, 9086.0, 9086.0, 9153.0, 9129.0, 9160.0, 9127.0, 9216.0, 9181.0, 9121.0, 9173.0, 9106.0, 9164.0, 9125.0, 9121.0, 9160.0, 9095.0, 9165.0, 9134.0, 9174.0, 9089.0, 9141.0, 9109.0, 9134.0, 9120.0, 9075.0, 9135.0, 9081.0, 9178.0, 9087.0, 9168.0, 9106.0, 9080.0, 9139.0, 9104.0, 9148.0, 9108.0, 9203.0, 9129.0, 9188.0, 9154.0, 9166.0, 9197.0, 9130.0, 9184.0, 9133.0, 9165.0, 9149.0, 9099.0, 9123.0, 9098.0, 9182.0, 9119.0, 9184.0, 9147.0, 9179.0, 9140.0, 9120.0, 9172.0, 9117.0, 9145.0, 9073.0, 9153.0, 9074.0, 9114.0, 9102.0, 9173.0, 9125.0, 9156.0, 9193.0, 9153.0, 9185.0, 9132.0, 9170.0, 9131.0, 9139.0, 9184.0, 9150.0, 9200.0, 9122.0, 9203.0, 9130.0, 9188.0, 9074.0, 9138.0, 9096.0, 9160.0, 9101.0, 9155.0, 9136.0, 9079.0, 9187.0, 9105.0, 9189.0, 9138.0, 9123.0, 9176.0, 9126.0, 9184.0, 9122.0, 9191.0, 9118.0, 9220.0, 9192.0, 9194.0, 9190.0, 9143.0, 9197.0, 9135.0, 9096.0, 9089.0, 9045.0, 9113.0, 9047.0, 9144.0, 9078.0, 9151.0, 9087.0, 9151.0, 9110.0, 9168.0, 9098.0, 9119.0, 9080.0, 9105.0, 9083.0, 9067.0, 9098.0, 9043.0, 9130.0, 9099.0, 9153.0, 9081.0, 9162.0, 9044.0, 9106.0, 9065.0, 9099.0, 9156.0, 9102.0, 9149.0, 9109.0, 9176.0, 9095.0, 9143.0, 9087.0, 9096.0, 9100.0, 9073.0, 9131.0, 9068.0, 9150.0, 9099.0, 9198.0, 9122.0, 9186.0, 9133.0, 9117.0, 9143.0, 9104.0, 9175.0, 9119.0, 9132.0, 9214.0, 9144.0, 9197.0, 9178.0, 9186.0, 9189.0, 9150.0, 9212.0, 9129.0, 9191.0, 9178.0, 9159.0, 9145.0, 9112.0, 9166.0, 9092.0, 9150.0, 9109.0, 9171.0, 9106.0, 9145.0, 9178.0, 9082.0, 9176.0, 9071.0, 9165.0, 9097.0, 9159.0, 9093.0, 9119.0, 9122.0, 9123.0, 9139.0, 9097.0, 9167.0, 9087.0, 9177.0, 9103.0, 9192.0, 9139.0, 9122.0, 9165.0, 9133.0, 9223.0, 9175.0, 9175.0, 9193.0, 9131.0, 9234.0, 9150.0, 9225.0, 9185.0, 9218.0, 9226.0, 9154.0, 9173.0, 9119.0, 9188.0, 9120.0, 9146.0, 9165.0, 9129.0, 9155.0, 9145.0, 9247.0, 9178.0, 9116.0, 9161.0, 9102.0, 9157.0, 9101.0, 9185.0, 9107.0, 9187.0, 9142.0, 9192.0, 9152.0, 9120.0, 9143.0, 9096.0, 9148.0, 9079.0, 9166.0, 9072.0, 9155.0, 9100.0, 9165.0, 9113.0, 9163.0, 9098.0, 9162.0, 9099.0, 9148.0, 9117.0, 9139.0, 9103.0, 9114.0, 9128.0, 9072.0, 9149.0, 9092.0, 9136.0, 9098.0, 9178.0, 9079.0, 9173.0, 9139.0, 9136.0, 9161.0, 9077.0, 9129.0, 9115.0, 9154.0, 9105.0, 9186.0, 9123.0, 9205.0, 9138.0, 9148.0, 9132.0, 9129.0, 9155.0, 9089.0, 9146.0, 9118.0, 9172.0, 9125.0, 9165.0, 9143.0, 9162.0, 9199.0, 9175.0, 9218.0, 9171.0, 9230.0, 9141.0, 9177.0, 9157.0, 9203.0, 9223.0, 9144.0, 9202.0, 9144.0, 9222.0, 9143.0, 9112.0, 9162.0, 9140.0, 9207.0, 9160.0, 9203.0, 9205.0, 9161.0, 9203.0, 9146.0, 9180.0, 9092.0, 9201.0, 9116.0, 9199.0, 9116.0, 9190.0, 9135.0, 9117.0, 9144.0, 9132.0, 9162.0, 9117.0, 9144.0, 9143.0, 9172.0, 9199.0, 9149.0, 9205.0, 9143.0, 9169.0, 9168.0, 9143.0, 9196.0, 9117.0, 9228.0, 9175.0, 9183.0, 9155.0, 9163.0, 9182.0, 9141.0, 9211.0, 9135.0, 9175.0, 9121.0, 9207.0, 9118.0, 9166.0, 9099.0, 9133.0, 9101.0, 9113.0, 9154.0, 9113.0, 9141.0, 9117.0, 9171.0, 9144.0, 9155.0, 9180.0, 9138.0, 9230.0, 9171.0, 9132.0, 9229.0, 9158.0, 9230.0, 9181.0, 9198.0, 9175.0, 9155.0, 9181.0, 9135.0, 9189.0, 9127.0, 9183.0, 9113.0, 9195.0, 9128.0, 9192.0, 9127.0, 9183.0, 9134.0, 9138.0, 9143.0, 9107.0, 9201.0, 9139.0, 9244.0, 9168.0, 9184.0, 9143.0, 9098.0, 9160.0, 9150.0, 9191.0, 9125.0, 9178.0, 9112.0, 9194.0, 9128.0, 9193.0, 9125.0, 9161.0, 9110.0, 9099.0, 9126.0, 9103.0, 9171.0, 9167.0, 9192.0, 9167.0, 9149.0, 9229.0, 9146.0, 9233.0, 9177.0, 9194.0, 9170.0, 9128.0, 9228.0, 9174.0, 9246.0, 9159.0, 9148.0, 9167.0, 9121.0, 9172.0, 9117.0, 9199.0, 9135.0, 9202.0, 9171.0, 9205.0, 9152.0, 9136.0, 9167.0, 9121.0, 9143.0, 9119.0, 9219.0, 9115.0, 9155.0, 9156.0, 9135.0, 9244.0, 9208.0, 9222.0, 9220.0, 9163.0, 9242.0, 9171.0, 9193.0, 9165.0, 9136.0, 9222.0, 9155.0, 9213.0, 9141.0, 9135.0, 9148.0, 9116.0, 9169.0, 9097.0, 9180.0, 9100.0, 9170.0, 9120.0, 9198.0, 9132.0, 9117.0, 9146.0, 9124.0, 9204.0, 9131.0, 9201.0, 9137.0, 9169.0, 9179.0, 9143.0, 9214.0, 9144.0, 9231.0, 9180.0, 9134.0, 9197.0, 9147.0, 9213.0, 9174.0, 9145.0, 9214.0, 9159.0, 9244.0, 9192.0, 9210.0, 9179.0, 9145.0, 9174.0, 9113.0, 9180.0, 9115.0, 9197.0, 9135.0, 9147.0, 9192.0, 9154.0, 9230.0, 9158.0, 9183.0, 9187.0, 9160.0, 9227.0, 9157.0, 9208.0, 9156.0, 9127.0, 9195.0, 9140.0, 9242.0, 9184.0, 9200.0, 9157.0, 9137.0, 9209.0, 9184.0, 9248.0, 9184.0, 9188.0, 9235.0, 9162.0, 9203.0, 9157.0, 9123.0, 9161.0, 9124.0, 9222.0, 9146.0, 9204.0, 9135.0, 9207.0, 9168.0, 9223.0, 9175.0, 9196.0, 9125.0, 9161.0, 9120.0, 9140.0, 9128.0, 9138.0, 9112.0, 9126.0, 9103.0, 9132.0, 9147.0, 9115.0, 9154.0, 9082.0, 9137.0, 9071.0, 9149.0, 9086.0, 9154.0, 9088.0, 9144.0, 9110.0, 9085.0, 9126.0, 9117.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.007559188596491227</td></tr>
<tr><td colspan=3>aqi</td><td>0.10983530526315788</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.26401791114157</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0312469921734357</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.8975163263446765</td></tr>
<tr><td colspan=3>efc</td><td>0.454</td></tr>
<tr><td colspan=3>fber</td><td>5300.0688</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11958316640004964</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>123</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.486842105263158</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7199979980169338</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.552089666426168</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.876559931417467</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7313443962071666</td></tr>
<tr><td colspan=3>gcor</td><td>0.00566364</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014297164045274258</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02289692871272564</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.835284934302186</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.6247</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.2816</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>151.0339</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306553.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>656.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>273.6589</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8199</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>528.8239</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3334.921</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3570.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69991.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1072.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4372.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>930.8238</td></tr>
<tr><td colspan=3>tsnr</td><td>22.283449839800596</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>