<?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-0061_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-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0061/figures/sub-0061_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-0061/figures/sub-0061_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061/ses-02/func/sub-0061_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>4bc84e2176d7ee7ced139662a603f5f4</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:27:44.240000</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.999458, -0.0252833, 0.0210646, 0.0235536, 0.996623, 0.0786662]</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.084947</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>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4147, -7766, -7286, 619, 0, -155, 0, 64]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.65</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2b52046a-6da9-4cea-9c59-7b000cdd31ee||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.681473731994629, 0.0631924569606781, 0.062052566558122635, 109.1116943359375], [0.06783313304185867, 2.673866033554077, 0.21094410121440887, -109.1078872680664], [0.05651487782597542, -0.2110556811094284, 2.6910316944122314, -67.15544891357422], [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': ['152744.240000', '152744.700000', '152745.160000', '152745.620000', '152746.080000', '152746.540000', '152747.000000', '152747.460000', '152747.920000', '152748.380000', '152748.840000', '152749.300000', '152749.760000', '152750.220000', '152750.680000', '152751.140000', '152751.600000', '152752.060000', '152752.520000', '152752.980000', '152753.440000', '152753.900000', '152754.360000', '152754.820000', '152755.280000', '152755.740000', '152756.200000', '152756.660000', '152757.120000', '152757.580000', '152758.040000', '152758.500000', '152758.960000', '152759.420000', '152759.880000', '152800.340000', '152800.800000', '152801.260000', '152801.720000', '152802.180000', '152802.640000', '152803.100000', '152803.560000', '152804.020000', '152804.480000', '152804.940000', '152805.400000', '152805.860000', '152806.320000', '152806.780000', '152807.240000', '152807.700000', '152808.160000', '152808.620000', '152809.080000', '152809.540000', '152810.000000', '152810.460000', '152810.920000', '152811.380000', '152811.840000', '152812.300000', '152812.760000', '152813.220000', '152813.680000', '152814.140000', '152814.600000', '152815.060000', '152815.520000', '152815.980000', '152816.440000', '152816.900000', '152817.360000', '152817.820000', '152818.280000', '152818.740000', '152819.200000', '152819.660000', '152820.120000', '152820.580000', '152821.040000', '152821.500000', '152821.960000', '152822.420000', '152822.880000', '152823.340000', '152823.800000', '152824.260000', '152824.720000', '152825.180000', '152825.640000', '152826.100000', '152826.560000', '152827.020000', '152827.480000', '152827.940000', '152828.400000', '152828.860000', '152829.320000', '152829.780000', '152830.240000', '152830.700000', '152831.160000', '152831.620000', '152832.080000', '152832.540000', '152833.000000', '152833.460000', '152833.920000', '152834.380000', '152834.840000', '152835.300000', '152835.760000', '152836.220000', '152836.680000', '152837.140000', '152837.600000', '152838.060000', '152838.520000', '152838.980000', '152839.440000', '152839.900000', '152840.360000', '152840.820000', '152841.280000', '152841.740000', '152842.200000', '152842.660000', '152843.120000', '152843.580000', '152844.040000', '152844.500000', '152844.960000', '152845.420000', '152845.880000', '152846.340000', '152846.800000', '152847.260000', '152847.720000', '152848.180000', '152848.640000', '152849.100000', '152849.560000', '152850.020000', '152850.480000', '152850.940000', '152851.400000', '152851.860000', '152852.320000', '152852.780000', '152853.240000', '152853.700000', '152854.160000', '152854.620000', '152855.080000', '152855.540000', '152856.000000', '152856.460000', '152856.920000', '152857.380000', '152857.840000', '152858.300000', '152858.760000', '152859.220000', '152859.680000', '152900.140000', '152900.600000', '152901.060000', '152901.520000', '152901.980000', '152902.440000', '152902.900000', '152903.360000', '152903.820000', '152904.280000', '152904.740000', '152905.200000', '152905.660000', '152906.120000', '152906.580000', '152907.040000', '152907.500000', '152907.960000', '152908.420000', '152908.880000', '152909.340000', '152909.800000', '152910.260000', '152910.720000', '152911.180000', '152911.640000', '152912.100000', '152912.560000', '152913.020000', '152913.480000', '152913.940000', '152914.400000', '152914.860000', '152915.320000', '152915.780000', '152916.240000', '152916.700000', '152917.160000', '152917.620000', '152918.080000', '152918.540000', '152919.000000', '152919.460000', '152919.920000', '152920.380000', '152920.840000', '152921.300000', '152921.760000', '152922.220000', '152922.680000', '152923.140000', '152923.600000', '152924.060000', '152924.520000', '152924.980000', '152925.440000', '152925.900000', '152926.360000', '152926.820000', '152927.280000', '152927.740000', '152928.200000', '152928.660000', '152929.120000', '152929.580000', '152930.040000', '152930.500000', '152930.960000', '152931.420000', '152931.880000', '152932.340000', '152932.800000', '152933.260000', '152933.720000', '152934.180000', '152934.640000', '152935.100000', '152935.560000', '152936.020000', '152936.480000', '152936.940000', '152937.400000', '152937.860000', '152938.320000', '152938.780000', '152939.240000', '152939.700000', '152940.160000', '152940.620000', '152941.080000', '152941.540000', '152942.000000', '152942.460000', '152942.920000', '152943.380000', '152943.840000', '152944.300000', '152944.760000', '152945.220000', '152945.680000', '152946.140000', '152946.600000', '152947.060000', '152947.520000', '152947.980000', '152948.440000', '152948.900000', '152949.360000', '152949.820000', '152950.280000', '152950.740000', '152951.200000', '152951.660000', '152952.120000', '152952.580000', '152953.040000', '152953.500000', '152953.960000', '152954.420000', '152954.880000', '152955.340000', '152955.800000', '152956.260000', '152956.720000', '152957.180000', '152957.640000', '152958.100000', '152958.560000', '152959.020000', '152959.480000', '152959.940000', '153000.400000', '153000.860000', '153001.320000', '153001.780000', '153002.240000', '153002.700000', '153003.160000', '153003.620000', '153004.080000', '153004.540000', '153005.000000', '153005.460000', '153005.920000', '153006.380000', '153006.840000', '153007.300000', '153007.760000', '153008.220000', '153008.680000', '153009.140000', '153009.600000', '153010.060000', '153010.520000', '153010.980000', '153011.440000', '153011.900000', '153012.360000', '153012.820000', '153013.280000', '153013.740000', '153014.200000', '153014.660000', '153015.120000', '153015.580000', '153016.040000', '153016.500000', '153016.960000', '153017.420000', '153017.880000', '153018.340000', '153018.800000', '153019.260000', '153019.720000', '153020.180000', '153020.640000', '153021.100000', '153021.560000', '153022.020000', '153022.480000', '153022.940000', '153023.400000', '153023.860000', '153024.320000', '153024.780000', '153025.240000', '153025.700000', '153026.160000', '153026.620000', '153027.080000', '153027.540000', '153028.000000', '153028.460000', '153028.920000', '153029.380000', '153029.840000', '153030.300000', '153030.760000', '153031.220000', '153031.680000', '153032.140000', '153032.600000', '153033.060000', '153033.520000', '153033.980000', '153034.440000', '153034.900000', '153035.360000', '153035.820000', '153036.280000', '153036.740000', '153037.200000', '153037.660000', '153038.120000', '153038.580000', '153039.040000', '153039.500000', '153039.960000', '153040.420000', '153040.880000', '153041.340000', '153041.800000', '153042.260000', '153042.720000', '153043.180000', '153043.640000', '153044.100000', '153044.560000', '153045.020000', '153045.480000', '153045.940000', '153046.400000', '153046.860000', '153047.320000', '153047.780000', '153048.240000', '153048.700000', '153049.160000', '153049.620000', '153050.080000', '153050.540000', '153051.000000', '153051.460000', '153051.920000', '153052.380000', '153052.840000', '153053.300000', '153053.760000', '153054.220000', '153054.680000', '153055.140000', '153055.600000', '153056.060000', '153056.520000', '153056.980000', '153057.440000', '153057.900000', '153058.360000', '153058.820000', '153059.280000', '153059.740000', '153100.200000', '153100.660000', '153101.120000', '153101.580000', '153102.040000', '153102.500000', '153102.960000', '153103.420000', '153103.880000', '153104.340000', '153104.800000', '153105.260000', '153105.720000', '153106.180000', '153106.640000', '153107.100000', '153107.560000', '153108.020000', '153108.480000', '153108.940000', '153109.400000', '153109.860000', '153110.320000', '153110.780000', '153111.240000', '153111.700000', '153112.160000', '153112.620000', '153113.080000', '153113.540000', '153114.000000', '153114.460000', '153114.920000', '153115.380000', '153115.840000', '153116.300000', '153116.760000', '153117.220000', '153117.680000', '153118.140000', '153118.600000', '153119.060000', '153119.520000', '153119.980000', '153120.440000', '153120.900000', '153121.360000', '153121.820000', '153122.280000', '153122.740000', '153123.200000', '153123.660000', '153124.120000', '153124.580000', '153125.040000', '153125.500000', '153125.960000', '153126.420000', '153126.880000', '153127.340000', '153127.800000', '153128.260000', '153128.720000', '153129.180000', '153129.640000', '153130.100000', '153130.560000', '153131.020000', '153131.480000', '153131.940000', '153132.400000', '153132.860000', '153133.320000', '153133.780000', '153134.240000', '153134.700000', '153135.160000', '153135.620000', '153136.080000', '153136.540000', '153137.000000', '153137.460000', '153137.920000', '153138.380000', '153138.840000', '153139.300000', '153139.760000', '153140.220000', '153140.680000', '153141.140000', '153141.600000', '153142.060000', '153142.520000', '153142.980000', '153143.440000', '153143.900000', '153144.360000', '153144.820000', '153145.280000', '153145.740000', '153146.200000', '153146.660000', '153147.120000', '153147.580000', '153148.040000', '153148.500000', '153148.960000', '153149.420000', '153149.880000', '153150.340000', '153150.800000', '153151.260000', '153151.720000', '153152.180000', '153152.640000', '153153.100000', '153153.560000', '153154.020000', '153154.480000', '153154.940000', '153155.400000', '153155.860000', '153156.320000', '153156.780000', '153157.240000', '153157.700000', '153158.160000', '153158.620000', '153159.080000', '153159.540000', '153200.000000', '153200.460000', '153200.920000', '153201.380000', '153201.840000', '153202.300000', '153202.760000', '153203.220000', '153203.680000', '153204.140000', '153204.600000', '153205.060000', '153205.520000', '153205.980000', '153206.440000', '153206.900000', '153207.360000', '153207.820000', '153208.280000', '153208.740000', '153209.200000', '153209.660000', '153210.120000', '153210.580000', '153211.040000', '153211.500000', '153211.960000', '153212.420000', '153212.880000', '153213.340000', '153213.800000', '153214.260000', '153214.720000', '153215.180000', '153215.640000', '153216.100000', '153216.560000', '153217.020000', '153217.480000', '153217.940000', '153218.400000', '153218.860000', '153219.320000', '153219.780000', '153220.240000', '153220.700000', '153221.160000', '153221.620000', '153222.080000', '153222.540000', '153223.000000', '153223.460000', '153223.920000', '153224.380000', '153224.840000', '153225.300000', '153225.760000', '153226.220000', '153226.680000', '153227.140000', '153227.600000', '153228.060000', '153228.520000', '153228.980000', '153229.440000', '153229.900000', '153230.360000', '153230.820000', '153231.280000', '153231.740000', '153232.200000', '153232.660000', '153233.120000', '153233.580000', '153234.040000', '153234.500000', '153234.960000', '153235.420000', '153235.880000', '153236.340000', '153236.800000', '153237.260000', '153237.720000', '153238.180000', '153238.640000', '153239.100000', '153239.560000', '153240.020000', '153240.480000', '153240.940000', '153241.400000', '153241.860000', '153242.320000', '153242.780000', '153243.240000', '153243.700000', '153244.160000', '153244.620000', '153245.080000', '153245.540000', '153246.000000', '153246.460000', '153246.920000', '153247.380000', '153247.840000', '153248.300000', '153248.760000', '153249.220000', '153249.680000', '153250.140000', '153250.600000', '153251.060000', '153251.520000', '153251.980000', '153252.440000', '153252.900000', '153253.360000', '153253.820000', '153254.280000', '153254.740000', '153255.200000', '153255.660000', '153256.120000', '153256.580000', '153257.040000', '153257.500000', '153257.960000', '153258.420000', '153258.880000', '153259.340000', '153259.800000', '153300.260000', '153300.720000', '153301.180000', '153301.640000', '153302.100000', '153302.560000', '153303.020000', '153303.480000', '153303.940000', '153304.400000', '153304.860000', '153305.320000', '153305.780000', '153306.240000', '153306.700000', '153307.160000', '153307.620000', '153308.080000', '153308.540000', '153309.000000', '153309.460000', '153309.920000', '153310.380000', '153310.840000', '153311.300000', '153311.760000', '153312.220000', '153312.680000', '153313.140000', '153313.600000', '153314.060000', '153314.520000', '153314.980000', '153315.440000', '153315.900000', '153316.360000', '153316.820000', '153317.280000', '153317.740000', '153318.200000', '153318.660000', '153319.120000', '153319.580000', '153320.040000', '153320.500000', '153320.960000', '153321.420000', '153321.880000', '153322.340000', '153322.800000', '153323.260000', '153323.720000', '153324.180000', '153324.640000', '153325.100000', '153325.560000', '153326.020000', '153326.480000', '153326.940000', '153327.400000', '153327.860000', '153328.320000', '153328.780000', '153329.240000', '153329.700000', '153330.160000', '153330.620000', '153331.080000', '153331.540000', '153332.000000', '153332.460000', '153332.920000', '153333.380000', '153333.840000', '153334.300000', '153334.760000', '153335.220000', '153335.680000', '153336.140000', '153336.600000', '153337.060000', '153337.520000', '153337.980000', '153338.440000', '153338.900000', '153339.360000', '153339.820000', '153340.280000', '153340.740000', '153341.200000', '153341.660000', '153342.120000', '153342.580000', '153343.040000', '153343.500000', '153343.960000', '153344.420000', '153344.880000', '153345.340000', '153345.800000', '153346.260000', '153346.720000', '153347.180000', '153347.640000', '153348.100000', '153348.560000', '153349.020000', '153349.480000', '153349.940000', '153350.400000', '153350.860000', '153351.320000', '153351.780000', '153352.240000', '153352.700000', '153353.160000', '153353.620000', '153354.080000', '153354.540000', '153355.000000', '153355.460000', '153355.920000', '153356.380000', '153356.840000', '153357.300000', '153357.760000', '153358.220000', '153358.680000', '153359.140000', '153359.600000', '153400.060000', '153400.520000', '153400.980000', '153401.440000', '153401.900000', '153402.360000', '153402.820000', '153403.280000', '153403.740000', '153404.200000', '153404.660000', '153405.120000', '153405.580000', '153406.040000', '153406.500000', '153406.960000', '153407.420000', '153407.880000', '153408.340000', '153408.800000', '153409.260000', '153409.720000', '153410.180000', '153410.640000', '153411.100000', '153411.560000', '153412.020000', '153412.480000', '153412.940000', '153413.400000', '153413.860000', '153414.320000', '153414.780000', '153415.240000', '153415.700000', '153416.160000', '153416.620000', '153417.080000', '153417.540000', '153418.000000', '153418.460000', '153418.920000', '153419.380000', '153419.840000', '153420.300000', '153420.760000', '153421.220000', '153421.680000', '153422.140000', '153422.600000', '153423.060000', '153423.520000', '153423.980000', '153424.440000', '153424.900000', '153425.360000', '153425.820000', '153426.280000', '153426.740000', '153427.200000', '153427.660000', '153428.120000', '153428.580000', '153429.040000', '153429.500000', '153429.960000', '153430.420000', '153430.880000', '153431.340000', '153431.800000', '153432.260000', '153432.720000', '153433.180000', '153433.640000', '153434.100000', '153434.560000', '153435.020000', '153435.480000', '153435.940000', '153436.400000', '153436.860000', '153437.320000', '153437.780000', '153438.240000', '153438.700000', '153439.160000', '153439.620000', '153440.080000', '153440.540000', '153441.000000', '153441.460000', '153441.920000', '153442.380000', '153442.840000', '153443.300000', '153443.760000', '153444.220000'], 'ContentTime': ['152803.847000', '152803.850000', '152803.852000', '152803.855000', '152803.858000', '152803.861000', '152803.863000', '152803.866000', '152803.868000', '152803.871000', '152803.873000', '152803.876000', '152803.879000', '152803.881000', '152803.884000', '152803.894000', '152803.897000', '152803.899000', '152803.902000', '152803.905000', '152803.907000', '152803.910000', '152803.912000', '152803.915000', '152803.918000', '152803.920000', '152803.923000', '152803.925000', '152803.928000', '152803.931000', '152803.933000', '152803.936000', '152803.938000', '152803.941000', '152803.943000', '152803.946000', '152803.948000', '152803.951000', '152803.954000', '152803.956000', '152823.801000', '152823.804000', '152823.807000', '152823.809000', '152823.812000', '152823.815000', '152823.817000', '152823.820000', '152823.822000', '152823.825000', '152823.828000', '152823.830000', '152823.833000', '152823.835000', '152823.838000', '152823.841000', '152823.843000', '152823.846000', '152823.848000', '152823.851000', '152823.853000', '152823.856000', '152823.859000', '152823.861000', '152823.864000', '152823.866000', '152823.869000', '152823.871000', '152823.874000', '152823.877000', '152823.880000', '152823.883000', '152823.886000', '152823.889000', '152823.891000', '152823.894000', '152823.896000', '152823.899000', '152823.902000', '152823.904000', '152823.907000', '152823.909000', '152823.912000', '152843.801000', '152843.804000', '152843.807000', '152843.809000', '152843.812000', '152843.815000', '152843.817000', '152843.820000', '152843.823000', '152843.825000', '152843.828000', '152843.830000', '152843.833000', '152843.835000', '152843.838000', '152843.841000', '152843.843000', '152843.846000', '152843.848000', '152843.851000', '152843.854000', '152843.856000', '152843.859000', '152843.861000', '152843.864000', '152843.866000', '152843.869000', '152843.872000', '152843.874000', '152843.877000', '152843.879000', '152843.882000', '152843.885000', '152843.887000', '152843.890000', '152843.892000', '152843.895000', '152843.897000', '152843.900000', '152843.906000', '152843.909000', '152843.912000', '152843.914000', '152843.917000', '152903.802000', '152903.805000', '152903.808000', '152903.810000', '152903.813000', '152903.816000', '152903.818000', '152903.821000', '152903.823000', '152903.826000', '152903.829000', '152903.831000', '152903.834000', '152903.836000', '152903.839000', '152903.842000', '152903.844000', '152903.847000', '152903.849000', '152903.852000', '152903.855000', '152903.857000', '152903.860000', '152903.862000', '152903.865000', '152903.867000', '152903.870000', '152903.873000', '152903.875000', '152903.878000', '152903.880000', '152903.883000', '152903.886000', '152903.888000', '152903.891000', '152903.894000', '152903.896000', '152903.899000', '152903.901000', '152903.904000', '152903.907000', '152903.909000', '152903.912000', '152923.802000', '152923.804000', '152923.807000', '152923.810000', '152923.812000', '152923.815000', '152923.818000', '152923.820000', '152923.823000', '152923.825000', '152923.828000', '152923.831000', '152923.833000', '152923.836000', '152923.838000', '152923.841000', '152923.844000', '152923.846000', '152923.849000', '152923.852000', '152923.854000', '152923.857000', '152923.859000', '152923.862000', '152923.865000', '152923.867000', '152923.870000', '152923.886000', '152923.888000', '152923.891000', '152923.894000', '152923.896000', '152923.899000', '152923.901000', '152923.904000', '152923.907000', '152923.909000', '152923.912000', '152923.914000', '152923.917000', '152923.920000', '152923.922000', '152923.925000', '152923.928000', '152943.802000', '152943.804000', '152943.807000', '152943.810000', '152943.812000', '152943.815000', '152943.817000', '152943.820000', '152943.823000', '152943.825000', '152943.828000', '152943.831000', '152943.833000', '152943.836000', '152943.839000', '152943.841000', '152943.844000', '152943.846000', '152943.849000', '152943.851000', '152943.854000', '152943.857000', '152943.860000', '152943.862000', '152943.865000', '152943.867000', '152943.870000', '152943.873000', '152943.875000', '152943.878000', '152943.880000', '152943.883000', '152943.886000', '152943.888000', '152943.891000', '152943.894000', '152943.896000', '152943.899000', '152943.901000', '152943.904000', '152943.907000', '152943.909000', '152943.912000', '153003.801000', '153003.819000', '153003.821000', '153003.824000', '153003.826000', '153003.829000', '153003.832000', '153003.834000', '153003.837000', '153003.839000', '153003.842000', '153003.845000', '153003.847000', '153003.850000', '153003.853000', '153003.855000', '153003.858000', '153003.860000', '153003.863000', '153003.865000', '153003.868000', '153003.871000', '153003.873000', '153003.876000', '153003.878000', '153003.881000', '153003.884000', '153003.886000', '153003.889000', '153003.891000', '153003.894000', '153003.897000', '153003.899000', '153003.902000', '153003.904000', '153003.907000', '153003.909000', '153003.912000', '153003.915000', '153003.917000', '153003.920000', '153003.923000', '153003.925000', '153003.928000', '153023.801000', '153023.809000', '153023.811000', '153023.814000', '153023.817000', '153023.819000', '153023.822000', '153023.824000', '153023.827000', '153023.830000', '153023.832000', '153023.835000', '153023.837000', '153023.840000', '153023.843000', '153023.845000', '153023.848000', '153023.850000', '153023.853000', '153023.856000', '153023.858000', '153023.861000', '153023.864000', '153023.866000', '153023.869000', '153023.871000', '153023.874000', '153023.877000', '153023.879000', '153023.882000', '153023.884000', '153023.887000', '153023.890000', '153023.892000', '153023.895000', '153023.897000', '153023.900000', '153023.903000', '153023.905000', '153023.908000', '153023.911000', '153023.913000', '153023.916000', '153043.802000', '153043.805000', '153043.807000', '153043.810000', '153043.812000', '153043.815000', '153043.818000', '153043.820000', '153043.823000', '153043.826000', '153043.828000', '153043.831000', '153043.833000', '153043.836000', '153043.839000', '153043.842000', '153043.844000', '153043.847000', '153043.850000', '153043.852000', '153043.855000', '153043.857000', '153043.860000', '153043.863000', '153043.865000', '153043.868000', '153043.871000', '153043.873000', '153043.876000', '153043.878000', '153043.881000', '153043.884000', '153043.886000', '153043.889000', '153043.892000', '153043.894000', '153043.897000', '153043.899000', '153043.902000', '153043.905000', '153043.907000', '153043.910000', '153043.912000', '153043.915000', '153103.802000', '153103.817000', '153103.819000', '153103.822000', '153103.825000', '153103.827000', '153103.830000', '153103.833000', '153103.858000', '153103.861000', '153103.864000', '153103.866000', '153103.869000', '153103.871000', '153103.874000', '153103.877000', '153103.879000', '153103.882000', '153103.884000', '153103.887000', '153103.890000', '153103.892000', '153103.895000', '153103.897000', '153103.900000', '153103.903000', '153103.905000', '153103.908000', '153103.910000', '153103.913000', '153103.916000', '153103.918000', '153103.921000', '153103.923000', '153103.926000', '153103.929000', '153103.931000', '153103.934000', '153103.936000', '153103.939000', '153103.942000', '153103.944000', '153103.947000', '153123.802000', '153123.816000', '153123.818000', '153123.821000', '153123.823000', '153123.826000', '153123.829000', '153123.831000', '153123.834000', '153123.836000', '153123.839000', '153123.842000', '153123.844000', '153123.847000', '153123.849000', '153123.852000', '153123.855000', '153123.857000', '153123.860000', '153123.862000', '153123.865000', '153123.868000', '153123.870000', '153123.873000', '153123.875000', '153123.878000', '153123.881000', '153123.883000', '153123.886000', '153123.888000', '153123.891000', '153123.894000', '153123.896000', '153123.899000', '153123.901000', '153123.904000', '153123.907000', '153123.909000', '153123.912000', '153123.914000', '153123.917000', '153123.920000', '153123.922000', '153123.925000', '153143.802000', '153143.804000', '153143.807000', '153143.810000', '153143.812000', '153143.815000', '153143.818000', '153143.820000', '153143.823000', '153143.825000', '153143.828000', '153143.831000', '153143.833000', '153143.836000', '153143.838000', '153143.841000', '153143.844000', '153143.846000', '153143.849000', '153143.851000', '153143.854000', '153143.857000', '153143.859000', '153143.862000', '153143.864000', '153143.867000', '153143.870000', '153143.872000', '153143.875000', '153143.877000', '153143.880000', '153143.883000', '153143.885000', '153143.888000', '153143.891000', '153143.893000', '153143.896000', '153143.898000', '153143.901000', '153143.904000', '153143.906000', '153143.909000', '153143.912000', '153203.801000', '153203.804000', '153203.807000', '153203.809000', '153203.812000', '153203.815000', '153203.817000', '153203.820000', '153203.823000', '153203.826000', '153203.829000', '153203.831000', '153203.834000', '153203.836000', '153203.839000', '153203.842000', '153203.844000', '153203.847000', '153203.850000', '153203.852000', '153203.855000', '153203.857000', '153203.860000', '153203.863000', '153203.865000', '153203.868000', '153203.870000', '153203.873000', '153203.876000', '153203.878000', '153203.881000', '153203.884000', '153203.887000', '153203.889000', '153203.892000', '153203.895000', '153203.897000', '153203.900000', '153203.902000', '153203.905000', '153203.908000', '153203.910000', '153203.913000', '153203.915000', '153223.801000', '153223.804000', '153223.807000', '153223.809000', '153223.812000', '153223.815000', '153223.818000', '153223.820000', '153223.823000', '153223.825000', '153223.828000', '153223.831000', '153223.833000', '153223.836000', '153223.839000', '153223.841000', '153223.844000', '153223.846000', '153223.849000', '153223.852000', '153223.854000', '153223.857000', '153223.859000', '153223.862000', '153223.865000', '153223.867000', '153223.870000', '153223.872000', '153223.875000', '153223.878000', '153223.880000', '153223.883000', '153223.885000', '153223.898000', '153223.901000', '153223.904000', '153223.906000', '153223.909000', '153223.911000', '153223.914000', '153223.917000', '153223.919000', '153223.922000', '153243.802000', '153243.837000', '153243.840000', '153243.842000', '153243.845000', '153243.848000', '153243.850000', '153243.853000', '153243.856000', '153243.858000', '153243.861000', '153243.863000', '153243.866000', '153243.868000', '153243.871000', '153243.874000', '153243.876000', '153243.879000', '153243.882000', '153243.884000', '153243.887000', '153243.890000', '153243.892000', '153243.895000', '153243.897000', '153243.900000', '153243.903000', '153243.905000', '153243.908000', '153243.910000', '153243.913000', '153243.916000', '153243.918000', '153243.921000', '153243.923000', '153243.926000', '153243.929000', '153243.931000', '153243.934000', '153243.936000', '153243.939000', '153243.942000', '153243.944000', '153303.802000', '153303.825000', '153303.827000', '153303.830000', '153303.832000', '153303.835000', '153303.838000', '153303.840000', '153303.843000', '153303.845000', '153303.848000', '153303.851000', '153303.853000', '153303.856000', '153303.858000', '153303.861000', '153303.864000', '153303.866000', '153303.869000', '153303.872000', '153303.874000', '153303.877000', '153303.879000', '153303.882000', '153303.884000', '153303.887000', '153303.890000', '153303.892000', '153303.895000', '153303.897000', '153303.900000', '153303.903000', '153303.905000', '153303.908000', '153303.911000', '153303.913000', '153303.916000', '153303.918000', '153303.921000', '153303.924000', '153303.926000', '153303.929000', '153303.931000', '153303.934000', '153323.802000', '153323.841000', '153323.844000', '153323.846000', '153323.849000', '153323.851000', '153323.854000', '153323.857000', '153323.859000', '153323.862000', '153323.865000', '153323.868000', '153323.870000', '153323.873000', '153323.875000', '153323.878000', '153323.881000', '153323.883000', '153323.886000', '153323.889000', '153323.891000', '153323.894000', '153323.896000', '153323.899000', '153323.902000', '153323.904000', '153323.907000', '153323.910000', '153323.912000', '153323.915000', '153323.917000', '153323.920000', '153323.923000', '153323.926000', '153323.928000', '153323.931000', '153323.933000', '153323.936000', '153323.939000', '153323.941000', '153323.944000', '153323.946000', '153323.949000', '153343.802000', '153343.824000', '153343.828000', '153343.831000', '153343.834000', '153343.836000', '153343.839000', '153343.842000', '153343.844000', '153343.847000', '153343.850000', '153343.852000', '153343.855000', '153343.857000', '153343.860000', '153343.863000', '153343.865000', '153343.868000', '153343.871000', '153343.873000', '153343.876000', '153343.878000', '153343.881000', '153343.883000', '153343.886000', '153343.889000', '153343.891000', '153343.894000', '153343.896000', '153343.899000', '153343.902000', '153343.904000', '153343.907000', '153343.910000', '153343.912000', '153343.915000', '153343.917000', '153343.920000', '153343.923000', '153343.925000', '153343.928000', '153343.931000', '153343.933000', '153343.936000', '153403.802000', '153403.839000', '153403.841000', '153403.845000', '153403.848000', '153403.851000', '153403.854000', '153403.856000', '153403.859000', '153403.862000', '153403.864000', '153403.867000', '153403.869000', '153403.872000', '153403.875000', '153403.877000', '153403.880000', '153403.883000', '153403.885000', '153403.888000', '153403.891000', '153403.893000', '153403.896000', '153403.898000', '153403.901000', '153403.904000', '153403.906000', '153403.909000', '153403.911000', '153403.914000', '153403.917000', '153403.919000', '153403.922000', '153403.925000', '153403.927000', '153403.930000', '153403.932000', '153403.935000', '153403.938000', '153403.940000', '153403.943000', '153403.945000', '153403.948000', '153423.802000', '153423.875000', '153423.878000', '153423.881000', '153423.883000', '153423.886000', '153423.888000', '153423.891000', '153423.894000', '153423.896000', '153423.899000', '153423.902000', '153423.904000', '153423.907000', '153423.909000', '153423.912000', '153423.915000', '153423.917000', '153423.920000', '153423.922000', '153423.925000', '153423.928000', '153423.930000', '153423.933000', '153423.935000', '153423.938000', '153423.941000', '153423.943000', '153423.946000', '153423.949000', '153423.951000', '153423.954000', '153423.956000', '153423.959000', '153423.962000', '153423.964000', '153423.967000', '153423.969000', '153423.972000', '153423.975000', '153423.977000', '153423.980000', '153423.983000', '153423.985000', '153443.801000', '153443.853000', '153443.856000', '153443.859000', '153443.862000', '153443.864000', '153443.867000', '153443.870000', '153443.872000', '153443.875000', '153443.877000', '153443.880000', '153443.883000', '153443.885000', '153443.888000', '153443.891000', '153443.893000', '153443.896000', '153443.898000', '153443.901000', '153443.904000', '153443.907000', '153443.910000', '153443.913000', '153443.915000', '153443.918000', '153443.920000', '153443.923000', '153443.926000', '153443.928000', '153443.931000', '153443.934000', '153443.936000', '153443.939000', '153443.941000', '153443.944000', '153443.947000', '153443.949000', '153443.952000', '153443.958000', '153443.961000', '153443.964000', '153443.966000', '153445.726000', '153445.729000', '153445.732000', '153445.735000', '153445.738000'], 'InstanceCreationTime': ['152803.847000', '152803.850000', '152803.852000', '152803.855000', '152803.858000', '152803.861000', '152803.863000', '152803.866000', '152803.868000', '152803.871000', '152803.873000', '152803.876000', '152803.879000', '152803.881000', '152803.884000', '152803.894000', '152803.897000', '152803.899000', '152803.902000', '152803.905000', '152803.907000', '152803.910000', '152803.912000', '152803.915000', '152803.918000', '152803.920000', '152803.923000', '152803.925000', '152803.928000', '152803.931000', '152803.933000', '152803.936000', '152803.938000', '152803.941000', '152803.943000', '152803.946000', '152803.948000', '152803.951000', '152803.954000', '152803.956000', '152823.801000', '152823.804000', '152823.807000', '152823.809000', '152823.812000', '152823.815000', '152823.817000', '152823.820000', '152823.822000', '152823.825000', '152823.828000', '152823.830000', '152823.833000', '152823.835000', '152823.838000', '152823.841000', '152823.843000', '152823.846000', '152823.848000', '152823.851000', '152823.853000', '152823.856000', '152823.859000', '152823.861000', '152823.864000', '152823.866000', '152823.869000', '152823.871000', '152823.874000', '152823.877000', '152823.880000', '152823.883000', '152823.886000', '152823.889000', '152823.891000', '152823.894000', '152823.896000', '152823.899000', '152823.902000', '152823.904000', '152823.907000', '152823.909000', '152823.912000', '152843.801000', '152843.804000', '152843.807000', '152843.809000', '152843.812000', '152843.815000', '152843.817000', '152843.820000', '152843.823000', '152843.825000', '152843.828000', '152843.830000', '152843.833000', '152843.835000', '152843.838000', '152843.841000', '152843.843000', '152843.846000', '152843.848000', '152843.851000', '152843.854000', '152843.856000', '152843.859000', '152843.861000', '152843.864000', '152843.866000', '152843.869000', '152843.872000', '152843.874000', '152843.877000', '152843.879000', '152843.882000', '152843.885000', '152843.887000', '152843.890000', '152843.892000', '152843.895000', '152843.897000', '152843.900000', '152843.906000', '152843.909000', '152843.912000', '152843.914000', '152843.917000', '152903.802000', '152903.805000', '152903.808000', '152903.810000', '152903.813000', '152903.816000', '152903.818000', '152903.821000', '152903.823000', '152903.826000', '152903.829000', '152903.831000', '152903.834000', '152903.836000', '152903.839000', '152903.842000', '152903.844000', '152903.847000', '152903.849000', '152903.852000', '152903.855000', '152903.857000', '152903.860000', '152903.862000', '152903.865000', '152903.867000', '152903.870000', '152903.873000', '152903.875000', '152903.878000', '152903.880000', '152903.883000', '152903.886000', '152903.888000', '152903.891000', '152903.894000', '152903.896000', '152903.899000', '152903.901000', '152903.904000', '152903.907000', '152903.909000', '152903.912000', '152923.802000', '152923.804000', '152923.807000', '152923.810000', '152923.812000', '152923.815000', '152923.818000', '152923.820000', '152923.823000', '152923.825000', '152923.828000', '152923.831000', '152923.833000', '152923.836000', '152923.838000', '152923.841000', '152923.844000', '152923.846000', '152923.849000', '152923.852000', '152923.854000', '152923.857000', '152923.859000', '152923.862000', '152923.865000', '152923.867000', '152923.870000', '152923.886000', '152923.888000', '152923.891000', '152923.894000', '152923.896000', '152923.899000', '152923.901000', '152923.904000', '152923.907000', '152923.909000', '152923.912000', '152923.914000', '152923.917000', '152923.920000', '152923.922000', '152923.925000', '152923.928000', '152943.802000', '152943.804000', '152943.807000', '152943.810000', '152943.812000', '152943.815000', '152943.817000', '152943.820000', '152943.823000', '152943.825000', '152943.828000', '152943.831000', '152943.833000', '152943.836000', '152943.839000', '152943.841000', '152943.844000', '152943.846000', '152943.849000', '152943.851000', '152943.854000', '152943.857000', '152943.860000', '152943.862000', '152943.865000', '152943.867000', '152943.870000', '152943.873000', '152943.875000', '152943.878000', '152943.880000', '152943.883000', '152943.886000', '152943.888000', '152943.891000', '152943.894000', '152943.896000', '152943.899000', '152943.901000', '152943.904000', '152943.907000', '152943.909000', '152943.912000', '153003.801000', '153003.819000', '153003.821000', '153003.824000', '153003.826000', '153003.829000', '153003.832000', '153003.834000', '153003.837000', '153003.839000', '153003.842000', '153003.845000', '153003.847000', '153003.850000', '153003.853000', '153003.855000', '153003.858000', '153003.860000', '153003.863000', '153003.865000', '153003.868000', '153003.871000', '153003.873000', '153003.876000', '153003.878000', '153003.881000', '153003.884000', '153003.886000', '153003.889000', '153003.891000', '153003.894000', '153003.897000', '153003.899000', '153003.902000', '153003.904000', '153003.907000', '153003.909000', '153003.912000', '153003.915000', '153003.917000', '153003.920000', '153003.923000', '153003.925000', '153003.928000', '153023.801000', '153023.809000', '153023.811000', '153023.814000', '153023.817000', '153023.819000', '153023.822000', '153023.824000', '153023.827000', '153023.830000', '153023.832000', '153023.835000', '153023.837000', '153023.840000', '153023.843000', '153023.845000', '153023.848000', '153023.850000', '153023.853000', '153023.856000', '153023.858000', '153023.861000', '153023.864000', '153023.866000', '153023.869000', '153023.871000', '153023.874000', '153023.877000', '153023.879000', '153023.882000', '153023.884000', '153023.887000', '153023.890000', '153023.892000', '153023.895000', '153023.897000', '153023.900000', '153023.903000', '153023.905000', '153023.908000', '153023.911000', '153023.913000', '153023.916000', '153043.802000', '153043.805000', '153043.807000', '153043.810000', '153043.812000', '153043.815000', '153043.818000', '153043.820000', '153043.823000', '153043.826000', '153043.828000', '153043.831000', '153043.833000', '153043.836000', '153043.839000', '153043.842000', '153043.844000', '153043.847000', '153043.850000', '153043.852000', '153043.855000', '153043.857000', '153043.860000', '153043.863000', '153043.865000', '153043.868000', '153043.871000', '153043.873000', '153043.876000', '153043.878000', '153043.881000', '153043.884000', '153043.886000', '153043.889000', '153043.892000', '153043.894000', '153043.897000', '153043.899000', '153043.902000', '153043.905000', '153043.907000', '153043.910000', '153043.912000', '153043.915000', '153103.802000', '153103.817000', '153103.819000', '153103.822000', '153103.825000', '153103.827000', '153103.830000', '153103.833000', '153103.858000', '153103.861000', '153103.864000', '153103.866000', '153103.869000', '153103.871000', '153103.874000', '153103.877000', '153103.879000', '153103.882000', '153103.884000', '153103.887000', '153103.890000', '153103.892000', '153103.895000', '153103.897000', '153103.900000', '153103.903000', '153103.905000', '153103.908000', '153103.910000', '153103.913000', '153103.916000', '153103.918000', '153103.921000', '153103.923000', '153103.926000', '153103.929000', '153103.931000', '153103.934000', '153103.936000', '153103.939000', '153103.942000', '153103.944000', '153103.947000', '153123.802000', '153123.816000', '153123.818000', '153123.821000', '153123.823000', '153123.826000', '153123.829000', '153123.831000', '153123.834000', '153123.836000', '153123.839000', '153123.842000', '153123.844000', '153123.847000', '153123.849000', '153123.852000', '153123.855000', '153123.857000', '153123.860000', '153123.862000', '153123.865000', '153123.868000', '153123.870000', '153123.873000', '153123.875000', '153123.878000', '153123.881000', '153123.883000', '153123.886000', '153123.888000', '153123.891000', '153123.894000', '153123.896000', '153123.899000', '153123.901000', '153123.904000', '153123.907000', '153123.909000', '153123.912000', '153123.914000', '153123.917000', '153123.920000', '153123.922000', '153123.925000', '153143.802000', '153143.804000', '153143.807000', '153143.810000', '153143.812000', '153143.815000', '153143.818000', '153143.820000', '153143.823000', '153143.825000', '153143.828000', '153143.831000', '153143.833000', '153143.836000', '153143.838000', '153143.841000', '153143.844000', '153143.846000', '153143.849000', '153143.851000', '153143.854000', '153143.857000', '153143.859000', '153143.862000', '153143.864000', '153143.867000', '153143.870000', '153143.872000', '153143.875000', '153143.877000', '153143.880000', '153143.883000', '153143.885000', '153143.888000', '153143.891000', '153143.893000', '153143.896000', '153143.898000', '153143.901000', '153143.904000', '153143.906000', '153143.909000', '153143.912000', '153203.801000', '153203.804000', '153203.807000', '153203.809000', '153203.812000', '153203.815000', '153203.817000', '153203.820000', '153203.823000', '153203.826000', '153203.829000', '153203.831000', '153203.834000', '153203.836000', '153203.839000', '153203.842000', '153203.844000', '153203.847000', '153203.850000', '153203.852000', '153203.855000', '153203.857000', '153203.860000', '153203.863000', '153203.865000', '153203.868000', '153203.870000', '153203.873000', '153203.876000', '153203.878000', '153203.881000', '153203.884000', '153203.887000', '153203.889000', '153203.892000', '153203.895000', '153203.897000', '153203.900000', '153203.902000', '153203.905000', '153203.908000', '153203.910000', '153203.913000', '153203.915000', '153223.801000', '153223.804000', '153223.807000', '153223.809000', '153223.812000', '153223.815000', '153223.818000', '153223.820000', '153223.823000', '153223.825000', '153223.828000', '153223.831000', '153223.833000', '153223.836000', '153223.839000', '153223.841000', '153223.844000', '153223.846000', '153223.849000', '153223.852000', '153223.854000', '153223.857000', '153223.859000', '153223.862000', '153223.865000', '153223.867000', '153223.870000', '153223.872000', '153223.875000', '153223.878000', '153223.880000', '153223.883000', '153223.885000', '153223.898000', '153223.901000', '153223.904000', '153223.906000', '153223.909000', '153223.911000', '153223.914000', '153223.917000', '153223.919000', '153223.922000', '153243.802000', '153243.837000', '153243.840000', '153243.842000', '153243.845000', '153243.848000', '153243.850000', '153243.853000', '153243.856000', '153243.858000', '153243.861000', '153243.863000', '153243.866000', '153243.868000', '153243.871000', '153243.874000', '153243.876000', '153243.879000', '153243.882000', '153243.884000', '153243.887000', '153243.890000', '153243.892000', '153243.895000', '153243.897000', '153243.900000', '153243.903000', '153243.905000', '153243.908000', '153243.910000', '153243.913000', '153243.916000', '153243.918000', '153243.921000', '153243.923000', '153243.926000', '153243.929000', '153243.931000', '153243.934000', '153243.936000', '153243.939000', '153243.942000', '153243.944000', '153303.802000', '153303.825000', '153303.827000', '153303.830000', '153303.832000', '153303.835000', '153303.838000', '153303.840000', '153303.843000', '153303.845000', '153303.848000', '153303.851000', '153303.853000', '153303.856000', '153303.858000', '153303.861000', '153303.864000', '153303.866000', '153303.869000', '153303.872000', '153303.874000', '153303.877000', '153303.879000', '153303.882000', '153303.884000', '153303.887000', '153303.890000', '153303.892000', '153303.895000', '153303.897000', '153303.900000', '153303.903000', '153303.905000', '153303.908000', '153303.911000', '153303.913000', '153303.916000', '153303.918000', '153303.921000', '153303.924000', '153303.926000', '153303.929000', '153303.931000', '153303.934000', '153323.802000', '153323.841000', '153323.844000', '153323.846000', '153323.849000', '153323.851000', '153323.854000', '153323.857000', '153323.859000', '153323.862000', '153323.865000', '153323.868000', '153323.870000', '153323.873000', '153323.875000', '153323.878000', '153323.881000', '153323.883000', '153323.886000', '153323.889000', '153323.891000', '153323.894000', '153323.896000', '153323.899000', '153323.902000', '153323.904000', '153323.907000', '153323.910000', '153323.912000', '153323.915000', '153323.917000', '153323.920000', '153323.923000', '153323.926000', '153323.928000', '153323.931000', '153323.933000', '153323.936000', '153323.939000', '153323.941000', '153323.944000', '153323.946000', '153323.949000', '153343.802000', '153343.824000', '153343.828000', '153343.831000', '153343.834000', '153343.836000', '153343.839000', '153343.842000', '153343.844000', '153343.847000', '153343.850000', '153343.852000', '153343.855000', '153343.857000', '153343.860000', '153343.863000', '153343.865000', '153343.868000', '153343.871000', '153343.873000', '153343.876000', '153343.878000', '153343.881000', '153343.883000', '153343.886000', '153343.889000', '153343.891000', '153343.894000', '153343.896000', '153343.899000', '153343.902000', '153343.904000', '153343.907000', '153343.910000', '153343.912000', '153343.915000', '153343.917000', '153343.920000', '153343.923000', '153343.925000', '153343.928000', '153343.931000', '153343.933000', '153343.936000', '153403.802000', '153403.839000', '153403.841000', '153403.845000', '153403.848000', '153403.851000', '153403.854000', '153403.856000', '153403.859000', '153403.862000', '153403.864000', '153403.867000', '153403.869000', '153403.872000', '153403.875000', '153403.877000', '153403.880000', '153403.883000', '153403.885000', '153403.888000', '153403.891000', '153403.893000', '153403.896000', '153403.898000', '153403.901000', '153403.904000', '153403.906000', '153403.909000', '153403.911000', '153403.914000', '153403.917000', '153403.919000', '153403.922000', '153403.925000', '153403.927000', '153403.930000', '153403.932000', '153403.935000', '153403.938000', '153403.940000', '153403.943000', '153403.945000', '153403.948000', '153423.802000', '153423.875000', '153423.878000', '153423.881000', '153423.883000', '153423.886000', '153423.888000', '153423.891000', '153423.894000', '153423.896000', '153423.899000', '153423.902000', '153423.904000', '153423.907000', '153423.909000', '153423.912000', '153423.915000', '153423.917000', '153423.920000', '153423.922000', '153423.925000', '153423.928000', '153423.930000', '153423.933000', '153423.935000', '153423.938000', '153423.941000', '153423.943000', '153423.946000', '153423.949000', '153423.951000', '153423.954000', '153423.956000', '153423.959000', '153423.962000', '153423.964000', '153423.967000', '153423.969000', '153423.972000', '153423.975000', '153423.977000', '153423.980000', '153423.983000', '153423.985000', '153443.801000', '153443.853000', '153443.856000', '153443.859000', '153443.862000', '153443.864000', '153443.867000', '153443.870000', '153443.872000', '153443.875000', '153443.877000', '153443.880000', '153443.883000', '153443.885000', '153443.888000', '153443.891000', '153443.893000', '153443.896000', '153443.898000', '153443.901000', '153443.904000', '153443.907000', '153443.910000', '153443.913000', '153443.915000', '153443.918000', '153443.920000', '153443.923000', '153443.926000', '153443.928000', '153443.931000', '153443.934000', '153443.936000', '153443.939000', '153443.941000', '153443.944000', '153443.947000', '153443.949000', '153443.952000', '153443.958000', '153443.961000', '153443.964000', '153443.966000', '153445.726000', '153445.729000', '153445.732000', '153445.735000', '153445.738000'], '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': [15536, 10390, 13983, 9808, 10305, 10041, 8876, 9847, 9612, 9876, 9817, 10325, 11088, 9791, 9417, 10415, 8803, 10039, 9408, 13182, 9131, 10533, 9160, 11116, 9437, 12160, 9514, 11511, 9281, 10251, 9248, 11337, 9442, 11905, 9355, 10715, 9457, 11087, 9373, 11536, 9424, 11826, 9653, 11598, 9760, 10274, 9575, 10714, 9877, 14594, 9847, 12376, 9828, 12858, 9775, 16782, 9826, 13278, 9734, 12211, 10108, 17486, 9839, 12991, 10063, 11524, 9808, 11859, 9873, 10671, 10028, 10227, 10070, 10783, 10105, 10503, 9897, 10397, 10075, 10767, 9978, 10179, 10211, 10016, 10002, 10063, 10018, 9715, 10527, 10016, 11599, 9347, 14051, 10216, 12259, 10395, 11721, 10414, 15018, 10388, 14036, 9804, 12603, 9872, 13702, 9565, 12678, 9671, 11912, 9746, 9837, 9826, 10074, 10032, 10111, 9981, 9987, 9765, 9836, 10072, 12836, 10434, 9741, 9610, 9930, 9730, 10354, 10177, 9619, 9784, 9920, 9858, 10045, 9918, 9721, 9932, 10043, 10119, 9716, 10258, 9918, 10877, 9980, 10875, 10029, 13401, 9734, 11682, 9618, 13383, 10347, 13883, 9730, 12137, 9823, 13383, 9479, 13974, 9732, 12619, 9601, 14465, 9722, 13546, 9756, 11968, 9905, 12285, 9702, 12075, 9487, 11687, 9722, 11176, 9957, 10363, 9815, 10381, 10129, 12023, 9841, 10599, 9811, 10961, 9719, 12340, 9646, 12625, 9578, 12565, 9384, 11648, 9316, 11971, 9385, 12214, 9373, 11085, 9686, 11862, 9695, 11705, 9676, 11085, 9916, 13035, 9865, 13244, 9802, 12541, 9939, 12839, 9890, 12211, 9692, 11076, 9634, 11614, 9880, 10467, 9891, 10198, 9747, 11110, 9351, 11472, 9232, 11474, 9407, 12773, 9673, 12077, 9829, 11041, 9790, 15516, 10259, 14138, 9633, 12665, 9281, 12626, 9423, 12384, 9366, 11533, 9529, 11399, 10135, 11031, 9635, 10439, 9680, 11319, 10384, 12378, 10322, 11191, 9867, 9569, 9662, 9292, 9560, 9288, 9370, 9831, 10112, 9704, 9478, 9251, 9593, 9329, 12774, 9775, 11694, 9347, 12670, 9643, 15214, 9974, 12204, 9365, 11772, 9646, 14280, 9603, 11098, 9381, 11555, 9755, 14285, 9676, 10970, 9308, 11733, 9678, 16249, 9739, 13875, 9333, 12529, 9367, 12472, 9651, 12113, 9356, 11319, 9092, 11909, 10069, 10657, 9270, 10194, 9642, 11126, 10092, 12136, 9896, 10360, 9560, 10789, 10151, 11486, 9707, 10859, 9773, 10916, 9859, 11636, 9876, 9832, 9284, 9847, 9029, 11190, 9445, 11016, 9852, 10208, 9287, 11388, 10123, 10755, 10218, 10404, 9895, 13822, 9608, 13210, 9557, 12807, 9713, 11724, 9329, 11297, 9219, 10767, 9515, 12158, 9207, 11783, 9322, 11434, 9706, 13804, 9100, 11780, 9897, 10621, 9208, 12963, 9288, 9724, 9486, 9239, 9320, 8923, 9418, 11135, 10375, 10972, 10185, 11423, 9590, 11325, 9778, 11035, 9642, 9690, 9336, 10384, 9578, 9367, 9766, 9043, 15173, 9458, 10286, 9405, 12003, 8954, 15018, 9377, 12032, 9413, 11488, 9340, 12697, 9002, 11105, 9227, 10675, 9279, 11309, 9329, 10336, 9249, 9489, 9173, 12973, 9222, 9729, 8959, 9912, 9125, 9744, 9166, 10584, 9009, 9771, 9029, 10379, 9090, 12892, 8764, 9897, 8831, 9843, 10098, 9364, 12615, 9596, 10447, 9700, 11547, 9782, 12436, 9450, 9988, 9272, 10094, 9252, 13596, 9109, 12540, 9354, 11045, 9216, 13618, 9156, 12400, 9221, 10357, 9100, 10311, 9180, 10075, 8985, 9999, 8818, 9913, 8907, 9580, 10877, 10389, 10693, 10527, 10691, 9213, 10796, 10078, 10407, 9374, 13085, 9191, 13914, 9136, 13452, 9239, 13099, 8990, 12578, 9109, 10050, 8977, 10031, 8843, 11542, 8970, 9673, 8690, 9939, 8815, 9590, 8924, 9731, 9511, 9809, 10795, 10159, 11135, 9534, 13548, 9338, 12654, 9441, 14566, 9217, 11422, 8890, 9748, 8792, 9958, 11403, 9518, 11386, 9351, 10683, 11573, 9753, 12856, 9629, 14402, 11772, 12310, 10203, 10761, 9074, 11154, 11421, 10470, 10188, 9625, 10721, 10101, 10795, 9586, 10571, 9299, 10813, 9144, 10253, 9033, 9621, 10788, 9855, 10028, 9697, 13378, 9611, 13091, 9385, 11555, 9339, 10494, 9122, 10680, 9043, 10410, 8899, 9805, 11206, 9256, 12049, 9818, 9872, 9492, 12051, 9602, 13460, 9527, 10867, 9581, 10850, 9075, 13499, 9029, 10619, 8720, 10010, 8705, 12679, 8753, 9813, 8493, 10097, 8623, 9644, 9390, 9277, 10263, 9907, 9507, 9885, 9763, 9413, 10206, 9391, 10240, 9294, 10483, 9277, 10994, 9176, 10539, 9263, 10898, 8921, 12055, 9227, 11465, 9154, 10856, 9086, 10124, 8742, 10538, 8901, 12040, 8912, 14184, 8881, 10359, 8760, 10439, 8762, 11776, 8885, 10167, 8861, 10208, 9054, 9883, 9030, 9907, 9214, 9613, 10670, 9426, 10715, 8920, 10849, 9194, 12359, 9263, 14513, 8900, 12945, 9218, 11478, 9040, 11104, 9101, 11624, 8717, 11813, 8777, 11482, 8951, 9976, 8678, 10072, 8779, 9767, 9343, 9184, 10384, 9274, 9512, 9151, 11903, 9185, 12840, 9080, 10777, 9100, 11250, 9228, 11683, 8819, 11814, 9131, 11485, 8918, 12000, 8887, 11921, 8875, 11456, 9144, 11051, 9013, 11275, 8776, 12200, 8858, 11854, 9241, 11893, 8748, 11773, 8867, 11240, 8915, 12153, 8974, 11932, 8803, 12139, 9038, 11188, 8834, 12223, 8939, 11841, 9353, 11385, 9342, 11828, 8826, 11739, 8973, 11730, 9102, 11517, 9338, 11571, 9285, 11091, 9317, 10162, 9439, 11492, 9154, 10576, 9470, 10139, 9442, 11197, 8961, 10495, 9227, 11000, 9470, 11243, 9304, 11159, 9184, 10266, 9694, 10140, 9673, 10507, 9667, 10333, 9638, 10730, 9618, 10659, 9299, 10601, 9554, 10897, 9718, 9269, 9576, 9235, 9796, 8913, 9923, 8917, 10068, 9045, 9637, 9271, 9816, 9205, 13587, 8745, 13662, 9062, 12798, 8841, 11748, 8842, 12115, 8855, 11736, 9132, 10779, 9132, 11628, 8960, 11282, 9159, 10187, 9027, 10392, 9140, 9808, 9468, 9707, 9058, 11100, 9295, 10033, 9209, 9968, 9411, 15680, 9215, 14158, 9297, 14344, 9132, 13830, 8828, 12776, 9230, 11633, 9507, 12568, 8888, 12676, 9188, 11998, 9565, 10765, 9331, 11608, 9393, 12391, 9209, 12891, 9151, 12554, 8681, 11560, 8915, 11324, 9107, 11746, 8961, 11798, 9196, 9983, 9341, 10031, 8842, 10165, 9316, 11037, 9325, 12984, 8937, 13107, 8751, 12252, 8959, 11435, 9196, 10876, 9168, 10886, 9593, 9560, 9176, 11579, 9474, 11538, 9472, 9506, 9358, 9153, 9481, 9368, 9385, 9245, 10150, 9202, 11792, 9109, 9751, 9126, 10020, 9413, 12727, 8804, 12892, 8712, 11596, 8719, 11270, 8919, 11859, 8790, 11044, 8956, 10627, 8712, 11820, 8685, 11780, 8875], 'WindowCenter': [4314.0, 4257.0, 4271.0, 4228.0, 4226.0, 4226.0, 4216.0, 4224.0, 4214.0, 4214.0, 4214.0, 4225.0, 4235.0, 4215.0, 4215.0, 4224.0, 4205.0, 4225.0, 4216.0, 4244.0, 4213.0, 4223.0, 4204.0, 4235.0, 4227.0, 4234.0, 4215.0, 4233.0, 4215.0, 4225.0, 4217.0, 4235.0, 4215.0, 4234.0, 4215.0, 4224.0, 4226.0, 4225.0, 4215.0, 4223.0, 4213.0, 4235.0, 4226.0, 4224.0, 4226.0, 4213.0, 4214.0, 4223.0, 4214.0, 4245.0, 4215.0, 4233.0, 4213.0, 4232.0, 4213.0, 4242.0, 4213.0, 4230.0, 4201.0, 4222.0, 4213.0, 4253.0, 4213.0, 4219.0, 4201.0, 4209.0, 4211.0, 4221.0, 4213.0, 4212.0, 4211.0, 4210.0, 4213.0, 4212.0, 4212.0, 4212.0, 4213.0, 4212.0, 4214.0, 4213.0, 4213.0, 4213.0, 4212.0, 4212.0, 4214.0, 4215.0, 4214.0, 4214.0, 4224.0, 4213.0, 4234.0, 4214.0, 4244.0, 4213.0, 4223.0, 4211.0, 4221.0, 4212.0, 4243.0, 4213.0, 4232.0, 4200.0, 4222.0, 4213.0, 4232.0, 4201.0, 4220.0, 4202.0, 4222.0, 4213.0, 4213.0, 4212.0, 4212.0, 4214.0, 4213.0, 4214.0, 4212.0, 4213.0, 4201.0, 4212.0, 4232.0, 4213.0, 4201.0, 4201.0, 4199.0, 4200.0, 4211.0, 4212.0, 4201.0, 4211.0, 4200.0, 4211.0, 4212.0, 4212.0, 4202.0, 4212.0, 4211.0, 4213.0, 4201.0, 4212.0, 4211.0, 4212.0, 4211.0, 4223.0, 4213.0, 4232.0, 4214.0, 4222.0, 4203.0, 4244.0, 4214.0, 4232.0, 4201.0, 4220.0, 4213.0, 4231.0, 4201.0, 4230.0, 4201.0, 4220.0, 4201.0, 4230.0, 4201.0, 4220.0, 4199.0, 4210.0, 4200.0, 4219.0, 4200.0, 4220.0, 4200.0, 4220.0, 4201.0, 4209.0, 4200.0, 4199.0, 4201.0, 4201.0, 4213.0, 4221.0, 4202.0, 4210.0, 4202.0, 4209.0, 4200.0, 4220.0, 4202.0, 4220.0, 4200.0, 4219.0, 4201.0, 4220.0, 4201.0, 4220.0, 4200.0, 4219.0, 4200.0, 4209.0, 4201.0, 4222.0, 4203.0, 4222.0, 4201.0, 4211.0, 4213.0, 4232.0, 4212.0, 4230.0, 4200.0, 4220.0, 4202.0, 4221.0, 4200.0, 4219.0, 4199.0, 4210.0, 4202.0, 4220.0, 4213.0, 4209.0, 4211.0, 4211.0, 4213.0, 4223.0, 4202.0, 4223.0, 4203.0, 4223.0, 4203.0, 4234.0, 4213.0, 4233.0, 4214.0, 4222.0, 4213.0, 4244.0, 4213.0, 4232.0, 4203.0, 4221.0, 4202.0, 4221.0, 4202.0, 4220.0, 4201.0, 4210.0, 4201.0, 4222.0, 4211.0, 4210.0, 4202.0, 4211.0, 4201.0, 4221.0, 4211.0, 4222.0, 4212.0, 4211.0, 4201.0, 4201.0, 4200.0, 4201.0, 4201.0, 4201.0, 4190.0, 4201.0, 4211.0, 4201.0, 4200.0, 4202.0, 4201.0, 4215.0, 4233.0, 4215.0, 4222.0, 4202.0, 4232.0, 4215.0, 4244.0, 4212.0, 4222.0, 4201.0, 4220.0, 4203.0, 4231.0, 4203.0, 4212.0, 4203.0, 4211.0, 4202.0, 4232.0, 4201.0, 4210.0, 4201.0, 4220.0, 4202.0, 4241.0, 4202.0, 4231.0, 4190.0, 4220.0, 4190.0, 4220.0, 4200.0, 4209.0, 4190.0, 4208.0, 4190.0, 4209.0, 4199.0, 4200.0, 4189.0, 4198.0, 4199.0, 4210.0, 4200.0, 4220.0, 4201.0, 4199.0, 4199.0, 4210.0, 4211.0, 4221.0, 4200.0, 4209.0, 4199.0, 4211.0, 4201.0, 4221.0, 4200.0, 4201.0, 4191.0, 4201.0, 4190.0, 4212.0, 4201.0, 4210.0, 4200.0, 4213.0, 4202.0, 4223.0, 4211.0, 4213.0, 4213.0, 4212.0, 4212.0, 4233.0, 4201.0, 4220.0, 4200.0, 4220.0, 4200.0, 4220.0, 4190.0, 4210.0, 4191.0, 4210.0, 4201.0, 4221.0, 4201.0, 4222.0, 4191.0, 4222.0, 4202.0, 4231.0, 4191.0, 4211.0, 4199.0, 4200.0, 4191.0, 4220.0, 4190.0, 4190.0, 4188.0, 4190.0, 4189.0, 4190.0, 4191.0, 4210.0, 4200.0, 4212.0, 4213.0, 4224.0, 4202.0, 4223.0, 4201.0, 4212.0, 4214.0, 4203.0, 4203.0, 4213.0, 4202.0, 4203.0, 4201.0, 4192.0, 4243.0, 4201.0, 4200.0, 4190.0, 4221.0, 4192.0, 4231.0, 4191.0, 4221.0, 4190.0, 4211.0, 4202.0, 4222.0, 4193.0, 4212.0, 4201.0, 4201.0, 4203.0, 4211.0, 4203.0, 4211.0, 4201.0, 4202.0, 4203.0, 4232.0, 4203.0, 4201.0, 4192.0, 4201.0, 4201.0, 4201.0, 4202.0, 4212.0, 4191.0, 4200.0, 4190.0, 4199.0, 4190.0, 4221.0, 4191.0, 4199.0, 4189.0, 4199.0, 4200.0, 4191.0, 4221.0, 4200.0, 4199.0, 4190.0, 4209.0, 4199.0, 4220.0, 4189.0, 4199.0, 4189.0, 4199.0, 4192.0, 4232.0, 4192.0, 4220.0, 4191.0, 4211.0, 4201.0, 4233.0, 4201.0, 4220.0, 4190.0, 4199.0, 4190.0, 4200.0, 4201.0, 4200.0, 4192.0, 4200.0, 4190.0, 4201.0, 4192.0, 4202.0, 4212.0, 4211.0, 4211.0, 4212.0, 4214.0, 4201.0, 4213.0, 4201.0, 4210.0, 4202.0, 4232.0, 4202.0, 4233.0, 4203.0, 4231.0, 4201.0, 4231.0, 4192.0, 4222.0, 4192.0, 4201.0, 4191.0, 4202.0, 4203.0, 4224.0, 4192.0, 4200.0, 4190.0, 4199.0, 4191.0, 4201.0, 4192.0, 4201.0, 4201.0, 4201.0, 4211.0, 4213.0, 4213.0, 4203.0, 4232.0, 4203.0, 4221.0, 4204.0, 4243.0, 4204.0, 4211.0, 4192.0, 4201.0, 4192.0, 4213.0, 4224.0, 4226.0, 4234.0, 4204.0, 4214.0, 4236.0, 4215.0, 4246.0, 4227.0, 4257.0, 4236.0, 4236.0, 4214.0, 4210.0, 4190.0, 4209.0, 4210.0, 4198.0, 4198.0, 4189.0, 4199.0, 4198.0, 4209.0, 4201.0, 4210.0, 4200.0, 4209.0, 4200.0, 4211.0, 4202.0, 4203.0, 4212.0, 4212.0, 4201.0, 4213.0, 4234.0, 4202.0, 4221.0, 4190.0, 4210.0, 4201.0, 4211.0, 4202.0, 4211.0, 4193.0, 4211.0, 4191.0, 4202.0, 4222.0, 4202.0, 4221.0, 4200.0, 4200.0, 4200.0, 4221.0, 4202.0, 4231.0, 4201.0, 4210.0, 4200.0, 4210.0, 4193.0, 4232.0, 4191.0, 4211.0, 4190.0, 4201.0, 4191.0, 4222.0, 4191.0, 4200.0, 4179.0, 4198.0, 4190.0, 4201.0, 4191.0, 4190.0, 4200.0, 4201.0, 4200.0, 4201.0, 4201.0, 4201.0, 4211.0, 4201.0, 4201.0, 4201.0, 4213.0, 4202.0, 4211.0, 4203.0, 4210.0, 4201.0, 4212.0, 4202.0, 4221.0, 4201.0, 4210.0, 4201.0, 4212.0, 4203.0, 4212.0, 4192.0, 4211.0, 4191.0, 4222.0, 4193.0, 4231.0, 4191.0, 4200.0, 4190.0, 4210.0, 4192.0, 4222.0, 4192.0, 4200.0, 4190.0, 4199.0, 4191.0, 4202.0, 4191.0, 4201.0, 4190.0, 4200.0, 4211.0, 4202.0, 4211.0, 4191.0, 4212.0, 4201.0, 4221.0, 4203.0, 4231.0, 4191.0, 4220.0, 4190.0, 4209.0, 4191.0, 4211.0, 4191.0, 4210.0, 4191.0, 4209.0, 4190.0, 4222.0, 4203.0, 4202.0, 4191.0, 4201.0, 4190.0, 4200.0, 4202.0, 4200.0, 4201.0, 4190.0, 4189.0, 4190.0, 4220.0, 4191.0, 4221.0, 4190.0, 4198.0, 4189.0, 4208.0, 4191.0, 4221.0, 4190.0, 4209.0, 4190.0, 4208.0, 4190.0, 4221.0, 4191.0, 4209.0, 4190.0, 4208.0, 4189.0, 4208.0, 4191.0, 4210.0, 4191.0, 4220.0, 4191.0, 4209.0, 4202.0, 4222.0, 4191.0, 4221.0, 4191.0, 4210.0, 4191.0, 4221.0, 4192.0, 4222.0, 4191.0, 4220.0, 4190.0, 4209.0, 4191.0, 4221.0, 4191.0, 4210.0, 4191.0, 4210.0, 4201.0, 4222.0, 4203.0, 4221.0, 4192.0, 4220.0, 4191.0, 4210.0, 4202.0, 4222.0, 4202.0, 4210.0, 4190.0, 4199.0, 4202.0, 4222.0, 4202.0, 4211.0, 4201.0, 4201.0, 4201.0, 4222.0, 4203.0, 4212.0, 4202.0, 4211.0, 4201.0, 4211.0, 4203.0, 4212.0, 4202.0, 4201.0, 4200.0, 4200.0, 4202.0, 4212.0, 4201.0, 4201.0, 4201.0, 4210.0, 4201.0, 4211.0, 4190.0, 4212.0, 4200.0, 4210.0, 4200.0, 4202.0, 4201.0, 4191.0, 4200.0, 4191.0, 4199.0, 4190.0, 4200.0, 4191.0, 4200.0, 4190.0, 4199.0, 4201.0, 4231.0, 4190.0, 4230.0, 4190.0, 4220.0, 4189.0, 4210.0, 4191.0, 4220.0, 4190.0, 4209.0, 4190.0, 4210.0, 4202.0, 4210.0, 4192.0, 4211.0, 4201.0, 4200.0, 4203.0, 4212.0, 4203.0, 4202.0, 4203.0, 4202.0, 4204.0, 4223.0, 4203.0, 4202.0, 4191.0, 4201.0, 4202.0, 4242.0, 4191.0, 4230.0, 4190.0, 4218.0, 4189.0, 4219.0, 4179.0, 4219.0, 4189.0, 4208.0, 4189.0, 4219.0, 4190.0, 4219.0, 4189.0, 4209.0, 4189.0, 4198.0, 4190.0, 4209.0, 4190.0, 4219.0, 4189.0, 4208.0, 4189.0, 4219.0, 4179.0, 4208.0, 4179.0, 4197.0, 4190.0, 4220.0, 4192.0, 4220.0, 4201.0, 4200.0, 4201.0, 4202.0, 4203.0, 4213.0, 4203.0, 4211.0, 4202.0, 4233.0, 4193.0, 4221.0, 4181.0, 4220.0, 4190.0, 4211.0, 4201.0, 4210.0, 4190.0, 4210.0, 4200.0, 4201.0, 4191.0, 4211.0, 4200.0, 4210.0, 4189.0, 4190.0, 4190.0, 4190.0, 4190.0, 4189.0, 4188.0, 4189.0, 4198.0, 4190.0, 4210.0, 4190.0, 4189.0, 4190.0, 4199.0, 4190.0, 4232.0, 4203.0, 4220.0, 4192.0, 4210.0, 4190.0, 4211.0, 4192.0, 4221.0, 4191.0, 4210.0, 4191.0, 4211.0, 4193.0, 4221.0, 4192.0, 4221.0, 4191.0], 'WindowWidth': [9528.0, 9435.0, 9442.0, 9376.0, 9370.0, 9368.0, 9354.0, 9363.0, 9348.0, 9348.0, 9347.0, 9364.0, 9376.0, 9349.0, 9349.0, 9359.0, 9336.0, 9365.0, 9354.0, 9388.0, 9346.0, 9358.0, 9332.0, 9377.0, 9370.0, 9375.0, 9350.0, 9371.0, 9350.0, 9363.0, 9357.0, 9378.0, 9350.0, 9373.0, 9348.0, 9359.0, 9365.0, 9363.0, 9351.0, 9359.0, 9346.0, 9377.0, 9367.0, 9362.0, 9365.0, 9344.0, 9346.0, 9358.0, 9348.0, 9390.0, 9350.0, 9369.0, 9341.0, 9367.0, 9342.0, 9382.0, 9342.0, 9362.0, 9323.0, 9354.0, 9341.0, 9398.0, 9341.0, 9345.0, 9322.0, 9333.0, 9338.0, 9351.0, 9340.0, 9340.0, 9337.0, 9334.0, 9342.0, 9342.0, 9340.0, 9339.0, 9341.0, 9340.0, 9344.0, 9343.0, 9344.0, 9342.0, 9341.0, 9342.0, 9348.0, 9349.0, 9347.0, 9347.0, 9360.0, 9344.0, 9374.0, 9346.0, 9387.0, 9344.0, 9354.0, 9337.0, 9351.0, 9341.0, 9383.0, 9341.0, 9365.0, 9322.0, 9351.0, 9342.0, 9364.0, 9324.0, 9347.0, 9328.0, 9354.0, 9343.0, 9344.0, 9341.0, 9340.0, 9348.0, 9346.0, 9347.0, 9342.0, 9344.0, 9324.0, 9339.0, 9367.0, 9340.0, 9322.0, 9321.0, 9316.0, 9320.0, 9337.0, 9338.0, 9323.0, 9335.0, 9319.0, 9336.0, 9339.0, 9340.0, 9325.0, 9340.0, 9339.0, 9343.0, 9326.0, 9341.0, 9337.0, 9338.0, 9338.0, 9356.0, 9343.0, 9367.0, 9344.0, 9352.0, 9329.0, 9385.0, 9344.0, 9366.0, 9322.0, 9346.0, 9340.0, 9362.0, 9324.0, 9359.0, 9322.0, 9346.0, 9324.0, 9360.0, 9322.0, 9345.0, 9318.0, 9331.0, 9320.0, 9343.0, 9320.0, 9344.0, 9319.0, 9347.0, 9323.0, 9332.0, 9320.0, 9317.0, 9321.0, 9323.0, 9340.0, 9350.0, 9325.0, 9334.0, 9323.0, 9330.0, 9320.0, 9347.0, 9324.0, 9346.0, 9321.0, 9343.0, 9322.0, 9347.0, 9323.0, 9347.0, 9321.0, 9343.0, 9320.0, 9329.0, 9323.0, 9353.0, 9327.0, 9350.0, 9324.0, 9336.0, 9341.0, 9367.0, 9339.0, 9360.0, 9321.0, 9348.0, 9326.0, 9348.0, 9321.0, 9343.0, 9317.0, 9333.0, 9326.0, 9346.0, 9341.0, 9330.0, 9335.0, 9334.0, 9343.0, 9355.0, 9328.0, 9355.0, 9329.0, 9354.0, 9330.0, 9372.0, 9344.0, 9368.0, 9343.0, 9352.0, 9342.0, 9387.0, 9342.0, 9366.0, 9326.0, 9349.0, 9324.0, 9349.0, 9325.0, 9346.0, 9321.0, 9332.0, 9322.0, 9351.0, 9337.0, 9333.0, 9324.0, 9334.0, 9322.0, 9351.0, 9337.0, 9351.0, 9338.0, 9335.0, 9321.0, 9321.0, 9320.0, 9320.0, 9320.0, 9321.0, 9305.0, 9323.0, 9336.0, 9324.0, 9321.0, 9325.0, 9324.0, 9347.0, 9370.0, 9346.0, 9351.0, 9324.0, 9364.0, 9345.0, 9385.0, 9339.0, 9350.0, 9323.0, 9346.0, 9326.0, 9364.0, 9326.0, 9337.0, 9325.0, 9335.0, 9325.0, 9365.0, 9324.0, 9334.0, 9321.0, 9345.0, 9324.0, 9377.0, 9325.0, 9361.0, 9305.0, 9343.0, 9305.0, 9345.0, 9319.0, 9329.0, 9305.0, 9324.0, 9305.0, 9328.0, 9317.0, 9316.0, 9304.0, 9314.0, 9317.0, 9332.0, 9320.0, 9344.0, 9321.0, 9314.0, 9317.0, 9332.0, 9335.0, 9346.0, 9319.0, 9329.0, 9317.0, 9335.0, 9321.0, 9348.0, 9320.0, 9321.0, 9306.0, 9320.0, 9305.0, 9336.0, 9320.0, 9331.0, 9319.0, 9340.0, 9326.0, 9353.0, 9335.0, 9341.0, 9343.0, 9338.0, 9338.0, 9368.0, 9322.0, 9346.0, 9318.0, 9346.0, 9318.0, 9345.0, 9305.0, 9331.0, 9307.0, 9332.0, 9324.0, 9348.0, 9322.0, 9349.0, 9307.0, 9350.0, 9324.0, 9361.0, 9308.0, 9332.0, 9316.0, 9317.0, 9307.0, 9344.0, 9304.0, 9304.0, 9299.0, 9304.0, 9302.0, 9303.0, 9306.0, 9331.0, 9319.0, 9335.0, 9341.0, 9356.0, 9324.0, 9353.0, 9320.0, 9336.0, 9342.0, 9328.0, 9327.0, 9340.0, 9324.0, 9324.0, 9321.0, 9309.0, 9378.0, 9319.0, 9318.0, 9305.0, 9346.0, 9310.0, 9361.0, 9306.0, 9345.0, 9304.0, 9332.0, 9324.0, 9350.0, 9312.0, 9337.0, 9321.0, 9319.0, 9327.0, 9336.0, 9325.0, 9335.0, 9321.0, 9322.0, 9326.0, 9365.0, 9325.0, 9321.0, 9309.0, 9320.0, 9321.0, 9321.0, 9324.0, 9336.0, 9306.0, 9318.0, 9304.0, 9317.0, 9306.0, 9346.0, 9305.0, 9314.0, 9301.0, 9315.0, 9319.0, 9306.0, 9346.0, 9317.0, 9315.0, 9303.0, 9327.0, 9315.0, 9344.0, 9302.0, 9314.0, 9303.0, 9315.0, 9309.0, 9361.0, 9311.0, 9343.0, 9308.0, 9332.0, 9322.0, 9366.0, 9322.0, 9345.0, 9305.0, 9313.0, 9303.0, 9319.0, 9320.0, 9319.0, 9308.0, 9317.0, 9305.0, 9320.0, 9310.0, 9324.0, 9336.0, 9335.0, 9334.0, 9337.0, 9341.0, 9322.0, 9337.0, 9321.0, 9331.0, 9324.0, 9364.0, 9324.0, 9364.0, 9326.0, 9359.0, 9321.0, 9362.0, 9311.0, 9351.0, 9310.0, 9320.0, 9308.0, 9323.0, 9328.0, 9355.0, 9310.0, 9317.0, 9304.0, 9315.0, 9305.0, 9320.0, 9309.0, 9319.0, 9319.0, 9319.0, 9333.0, 9340.0, 9340.0, 9327.0, 9364.0, 9326.0, 9347.0, 9328.0, 9381.0, 9329.0, 9335.0, 9309.0, 9319.0, 9309.0, 9342.0, 9359.0, 9368.0, 9373.0, 9329.0, 9342.0, 9377.0, 9349.0, 9394.0, 9369.0, 9412.0, 9379.0, 9378.0, 9343.0, 9331.0, 9305.0, 9328.0, 9331.0, 9313.0, 9312.0, 9299.0, 9312.0, 9313.0, 9329.0, 9321.0, 9332.0, 9320.0, 9330.0, 9320.0, 9335.0, 9325.0, 9326.0, 9338.0, 9338.0, 9321.0, 9342.0, 9370.0, 9326.0, 9347.0, 9305.0, 9330.0, 9321.0, 9336.0, 9326.0, 9336.0, 9311.0, 9334.0, 9307.0, 9324.0, 9352.0, 9324.0, 9348.0, 9318.0, 9317.0, 9319.0, 9347.0, 9323.0, 9358.0, 9320.0, 9330.0, 9318.0, 9331.0, 9313.0, 9366.0, 9309.0, 9334.0, 9306.0, 9319.0, 9309.0, 9352.0, 9307.0, 9316.0, 9288.0, 9312.0, 9303.0, 9321.0, 9308.0, 9304.0, 9316.0, 9319.0, 9317.0, 9323.0, 9321.0, 9322.0, 9333.0, 9323.0, 9320.0, 9322.0, 9340.0, 9326.0, 9335.0, 9325.0, 9332.0, 9321.0, 9336.0, 9325.0, 9346.0, 9321.0, 9330.0, 9321.0, 9339.0, 9327.0, 9337.0, 9312.0, 9335.0, 9308.0, 9351.0, 9314.0, 9362.0, 9307.0, 9317.0, 9305.0, 9331.0, 9311.0, 9351.0, 9309.0, 9317.0, 9305.0, 9315.0, 9307.0, 9324.0, 9309.0, 9319.0, 9306.0, 9318.0, 9333.0, 9325.0, 9336.0, 9309.0, 9337.0, 9322.0, 9348.0, 9328.0, 9362.0, 9309.0, 9345.0, 9304.0, 9328.0, 9308.0, 9335.0, 9309.0, 9331.0, 9307.0, 9328.0, 9305.0, 9351.0, 9328.0, 9323.0, 9307.0, 9320.0, 9306.0, 9320.0, 9324.0, 9320.0, 9320.0, 9304.0, 9300.0, 9303.0, 9345.0, 9307.0, 9347.0, 9304.0, 9311.0, 9300.0, 9324.0, 9307.0, 9346.0, 9305.0, 9326.0, 9304.0, 9325.0, 9303.0, 9345.0, 9307.0, 9328.0, 9303.0, 9324.0, 9300.0, 9325.0, 9308.0, 9330.0, 9307.0, 9343.0, 9307.0, 9328.0, 9323.0, 9350.0, 9309.0, 9346.0, 9309.0, 9330.0, 9308.0, 9348.0, 9313.0, 9348.0, 9307.0, 9342.0, 9305.0, 9328.0, 9309.0, 9348.0, 9309.0, 9331.0, 9308.0, 9330.0, 9322.0, 9351.0, 9328.0, 9348.0, 9310.0, 9345.0, 9308.0, 9331.0, 9324.0, 9350.0, 9323.0, 9331.0, 9306.0, 9316.0, 9324.0, 9352.0, 9324.0, 9334.0, 9322.0, 9320.0, 9322.0, 9351.0, 9327.0, 9336.0, 9324.0, 9333.0, 9323.0, 9335.0, 9328.0, 9338.0, 9324.0, 9320.0, 9318.0, 9317.0, 9324.0, 9336.0, 9323.0, 9321.0, 9320.0, 9330.0, 9321.0, 9334.0, 9306.0, 9334.0, 9319.0, 9330.0, 9318.0, 9323.0, 9321.0, 9307.0, 9316.0, 9305.0, 9314.0, 9305.0, 9319.0, 9307.0, 9316.0, 9304.0, 9315.0, 9319.0, 9364.0, 9305.0, 9358.0, 9304.0, 9343.0, 9302.0, 9330.0, 9308.0, 9343.0, 9306.0, 9328.0, 9305.0, 9329.0, 9323.0, 9331.0, 9310.0, 9333.0, 9321.0, 9319.0, 9326.0, 9339.0, 9328.0, 9326.0, 9327.0, 9324.0, 9329.0, 9356.0, 9326.0, 9323.0, 9308.0, 9320.0, 9324.0, 9380.0, 9308.0, 9359.0, 9303.0, 9338.0, 9301.0, 9341.0, 9287.0, 9339.0, 9300.0, 9324.0, 9301.0, 9339.0, 9304.0, 9341.0, 9302.0, 9326.0, 9300.0, 9311.0, 9304.0, 9328.0, 9304.0, 9339.0, 9301.0, 9323.0, 9302.0, 9340.0, 9289.0, 9325.0, 9288.0, 9309.0, 9303.0, 9345.0, 9310.0, 9344.0, 9321.0, 9318.0, 9322.0, 9325.0, 9327.0, 9339.0, 9327.0, 9336.0, 9324.0, 9370.0, 9313.0, 9348.0, 9293.0, 9342.0, 9304.0, 9333.0, 9322.0, 9331.0, 9305.0, 9329.0, 9316.0, 9320.0, 9307.0, 9332.0, 9316.0, 9328.0, 9301.0, 9304.0, 9304.0, 9305.0, 9303.0, 9302.0, 9298.0, 9300.0, 9311.0, 9303.0, 9331.0, 9302.0, 9301.0, 9304.0, 9314.0, 9305.0, 9365.0, 9328.0, 9345.0, 9313.0, 9330.0, 9305.0, 9333.0, 9312.0, 9346.0, 9309.0, 9330.0, 9306.0, 9333.0, 9314.0, 9347.0, 9311.0, 9348.0, 9309.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.002202875960482986</td></tr>
<tr><td colspan=3>aqi</td><td>0.06861554818880351</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.269395375714254</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1176830819230754</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9231572774505489</td></tr>
<tr><td colspan=3>efc</td><td>0.4673</td></tr>
<tr><td colspan=3>fber</td><td>5805.2056</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10264444094430056</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>59</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.476399560922063</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.555584167657496</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4339202146980927</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.688280481360944</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5445518069134496</td></tr>
<tr><td colspan=3>gcor</td><td>0.00279337</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015983758494257927</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021290697157382965</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</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>4.239147285827318</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>38.7345</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.1915</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>166.3631</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303324.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>760.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>320.1721</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.821</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>481.228</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3457.1357</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3638.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73220.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1383.5</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4436.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>858.1856</td></tr>
<tr><td colspan=3>tsnr</td><td>29.029514691559598</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>