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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0130/ses-02/func/sub-0130_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>1feb9de3193731cf9f8b81b959595502</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>13:14:10.920000</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.99023, -0.0960558, 0.101082, 0.103903, 0.991721, -0.0754527]</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.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0946572</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4248, -7760, -7230, 398, -228, 32, -2, 71]</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>242.794</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>09681219-7e1a-4b1c-ac6f-430304ad37c8||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.656715154647827, 0.27876317501068115, 0.25109294056892395, 89.5161361694336], [0.2577107846736908, 2.6607158184051514, -0.23008926212787628, -111.15914154052734], [0.27119532227516174, 0.20243416726589203, 2.678434371948242, -94.22096252441406], [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': ['131410.920000', '131411.380000', '131411.840000', '131412.300000', '131412.760000', '131413.220000', '131413.680000', '131414.140000', '131414.600000', '131415.060000', '131415.520000', '131415.980000', '131416.440000', '131416.900000', '131417.360000', '131417.820000', '131418.280000', '131418.740000', '131419.200000', '131419.660000', '131420.120000', '131420.580000', '131421.040000', '131421.500000', '131421.960000', '131422.420000', '131422.880000', '131423.340000', '131423.800000', '131424.260000', '131424.720000', '131425.180000', '131425.640000', '131426.100000', '131426.560000', '131427.020000', '131427.480000', '131427.940000', '131428.400000', '131428.860000', '131429.320000', '131429.780000', '131430.240000', '131430.700000', '131431.160000', '131431.620000', '131432.080000', '131432.540000', '131433.000000', '131433.460000', '131433.920000', '131434.380000', '131434.840000', '131435.300000', '131435.760000', '131436.220000', '131436.680000', '131437.140000', '131437.600000', '131438.060000', '131438.520000', '131438.980000', '131439.440000', '131439.900000', '131440.360000', '131440.820000', '131441.280000', '131441.740000', '131442.200000', '131442.660000', '131443.120000', '131443.580000', '131444.040000', '131444.500000', '131444.960000', '131445.420000', '131445.880000', '131446.340000', '131446.800000', '131447.260000', '131447.720000', '131448.180000', '131448.640000', '131449.100000', '131449.560000', '131450.020000', '131450.480000', '131450.940000', '131451.400000', '131451.860000', '131452.320000', '131452.780000', '131453.240000', '131453.700000', '131454.160000', '131454.620000', '131455.080000', '131455.540000', '131456.000000', '131456.460000', '131456.920000', '131457.380000', '131457.840000', '131458.300000', '131458.760000', '131459.220000', '131459.680000', '131500.140000', '131500.600000', '131501.060000', '131501.520000', '131501.980000', '131502.440000', '131502.900000', '131503.360000', '131503.820000', '131504.280000', '131504.740000', '131505.200000', '131505.660000', '131506.120000', '131506.580000', '131507.040000', '131507.500000', '131507.960000', '131508.420000', '131508.880000', '131509.340000', '131509.800000', '131510.260000', '131510.720000', '131511.180000', '131511.640000', '131512.100000', '131512.560000', '131513.020000', '131513.480000', '131513.940000', '131514.400000', '131514.860000', '131515.320000', '131515.780000', '131516.240000', '131516.700000', '131517.160000', '131517.620000', '131518.080000', '131518.540000', '131519.000000', '131519.460000', '131519.920000', '131520.380000', '131520.840000', '131521.300000', '131521.760000', '131522.220000', '131522.680000', '131523.140000', '131523.600000', '131524.060000', '131524.520000', '131524.980000', '131525.440000', '131525.900000', '131526.360000', '131526.820000', '131527.280000', '131527.740000', '131528.200000', '131528.660000', '131529.120000', '131529.580000', '131530.040000', '131530.500000', '131530.960000', '131531.420000', '131531.880000', '131532.340000', '131532.800000', '131533.260000', '131533.720000', '131534.180000', '131534.640000', '131535.100000', '131535.560000', '131536.020000', '131536.480000', '131536.940000', '131537.400000', '131537.860000', '131538.320000', '131538.780000', '131539.240000', '131539.700000', '131540.160000', '131540.620000', '131541.080000', '131541.540000', '131542.000000', '131542.460000', '131542.920000', '131543.380000', '131543.840000', '131544.300000', '131544.760000', '131545.220000', '131545.680000', '131546.140000', '131546.600000', '131547.060000', '131547.520000', '131547.980000', '131548.440000', '131548.900000', '131549.360000', '131549.820000', '131550.280000', '131550.740000', '131551.200000', '131551.660000', '131552.120000', '131552.580000', '131553.040000', '131553.500000', '131553.960000', '131554.420000', '131554.880000', '131555.340000', '131555.800000', '131556.260000', '131556.720000', '131557.180000', '131557.640000', '131558.100000', '131558.560000', '131559.020000', '131559.480000', '131559.940000', '131600.400000', '131600.860000', '131601.320000', '131601.780000', '131602.240000', '131602.700000', '131603.160000', '131603.620000', '131604.080000', '131604.540000', '131605.000000', '131605.460000', '131605.920000', '131606.380000', '131606.840000', '131607.300000', '131607.760000', '131608.220000', '131608.680000', '131609.140000', '131609.600000', '131610.060000', '131610.520000', '131610.980000', '131611.440000', '131611.900000', '131612.360000', '131612.820000', '131613.280000', '131613.740000', '131614.200000', '131614.660000', '131615.120000', '131615.580000', '131616.040000', '131616.500000', '131616.960000', '131617.420000', '131617.880000', '131618.340000', '131618.800000', '131619.260000', '131619.720000', '131620.180000', '131620.640000', '131621.100000', '131621.560000', '131622.020000', '131622.480000', '131622.940000', '131623.400000', '131623.860000', '131624.320000', '131624.780000', '131625.240000', '131625.700000', '131626.160000', '131626.620000', '131627.080000', '131627.540000', '131628.000000', '131628.460000', '131628.920000', '131629.380000', '131629.840000', '131630.300000', '131630.760000', '131631.220000', '131631.680000', '131632.140000', '131632.600000', '131633.060000', '131633.520000', '131633.980000', '131634.440000', '131634.900000', '131635.360000', '131635.820000', '131636.280000', '131636.740000', '131637.200000', '131637.660000', '131638.120000', '131638.580000', '131639.040000', '131639.500000', '131639.960000', '131640.420000', '131640.880000', '131641.340000', '131641.800000', '131642.260000', '131642.720000', '131643.180000', '131643.640000', '131644.100000', '131644.560000', '131645.020000', '131645.480000', '131645.940000', '131646.400000', '131646.860000', '131647.320000', '131647.780000', '131648.240000', '131648.700000', '131649.160000', '131649.620000', '131650.080000', '131650.540000', '131651.000000', '131651.460000', '131651.920000', '131652.380000', '131652.840000', '131653.300000', '131653.760000', '131654.220000', '131654.680000', '131655.140000', '131655.600000', '131656.060000', '131656.520000', '131656.980000', '131657.440000', '131657.900000', '131658.360000', '131658.820000', '131659.280000', '131659.740000', '131700.200000', '131700.660000', '131701.120000', '131701.580000', '131702.040000', '131702.500000', '131702.960000', '131703.420000', '131703.880000', '131704.340000', '131704.800000', '131705.260000', '131705.720000', '131706.180000', '131706.640000', '131707.100000', '131707.560000', '131708.020000', '131708.480000', '131708.940000', '131709.400000', '131709.860000', '131710.320000', '131710.780000', '131711.240000', '131711.700000', '131712.160000', '131712.620000', '131713.080000', '131713.540000', '131714.000000', '131714.460000', '131714.920000', '131715.380000', '131715.840000', '131716.300000', '131716.760000', '131717.220000', '131717.680000', '131718.140000', '131718.600000', '131719.060000', '131719.520000', '131719.980000', '131720.440000', '131720.900000', '131721.360000', '131721.820000', '131722.280000', '131722.740000', '131723.200000', '131723.660000', '131724.120000', '131724.580000', '131725.040000', '131725.500000', '131725.960000', '131726.420000', '131726.880000', '131727.340000', '131727.800000', '131728.260000', '131728.720000', '131729.180000', '131729.640000', '131730.100000', '131730.560000', '131731.020000', '131731.480000', '131731.940000', '131732.400000', '131732.860000', '131733.320000', '131733.780000', '131734.240000', '131734.700000', '131735.160000', '131735.620000', '131736.080000', '131736.540000', '131737.000000', '131737.460000', '131737.920000', '131738.380000', '131738.840000', '131739.300000', '131739.760000', '131740.220000', '131740.680000', '131741.140000', '131741.600000', '131742.060000', '131742.520000', '131742.980000', '131743.440000', '131743.900000', '131744.360000', '131744.820000', '131745.280000', '131745.740000', '131746.200000', '131746.660000', '131747.120000', '131747.580000', '131748.040000', '131748.500000', '131748.960000', '131749.420000', '131749.880000', '131750.340000', '131750.800000', '131751.260000', '131751.720000', '131752.180000', '131752.640000', '131753.100000', '131753.560000', '131754.020000', '131754.480000', '131754.940000', '131755.400000', '131755.860000', '131756.320000', '131756.780000', '131757.240000', '131757.700000', '131758.160000', '131758.620000', '131759.080000', '131759.540000', '131800.000000', '131800.460000', '131800.920000', '131801.380000', '131801.840000', '131802.300000', '131802.760000', '131803.220000', '131803.680000', '131804.140000', '131804.600000', '131805.060000', '131805.520000', '131805.980000', '131806.440000', '131806.900000', '131807.360000', '131807.820000', '131808.280000', '131808.740000', '131809.200000', '131809.660000', '131810.120000', '131810.580000', '131811.040000', '131811.500000', '131811.960000', '131812.420000', '131812.880000', '131813.340000', '131813.800000', '131814.260000', '131814.720000', '131815.180000', '131815.640000', '131816.100000', '131816.560000', '131817.020000', '131817.480000', '131817.940000', '131818.400000', '131818.860000', '131819.320000', '131819.780000', '131820.240000', '131820.700000', '131821.160000', '131821.620000', '131822.080000', '131822.540000', '131823.000000', '131823.460000', '131823.920000', '131824.380000', '131824.840000', '131825.300000', '131825.760000', '131826.220000', '131826.680000', '131827.140000', '131827.600000', '131828.060000', '131828.520000', '131828.980000', '131829.440000', '131829.900000', '131830.360000', '131830.820000', '131831.280000', '131831.740000', '131832.200000', '131832.660000', '131833.120000', '131833.580000', '131834.040000', '131834.500000', '131834.960000', '131835.420000', '131835.880000', '131836.340000', '131836.800000', '131837.260000', '131837.720000', '131838.180000', '131838.640000', '131839.100000', '131839.560000', '131840.020000', '131840.480000', '131840.940000', '131841.400000', '131841.860000', '131842.320000', '131842.780000', '131843.240000', '131843.700000', '131844.160000', '131844.620000', '131845.080000', '131845.540000', '131846.000000', '131846.460000', '131846.920000', '131847.380000', '131847.840000', '131848.300000', '131848.760000', '131849.220000', '131849.680000', '131850.140000', '131850.600000', '131851.060000', '131851.520000', '131851.980000', '131852.440000', '131852.900000', '131853.360000', '131853.820000', '131854.280000', '131854.740000', '131855.200000', '131855.660000', '131856.120000', '131856.580000', '131857.040000', '131857.500000', '131857.960000', '131858.420000', '131858.880000', '131859.340000', '131859.800000', '131900.260000', '131900.720000', '131901.180000', '131901.640000', '131902.100000', '131902.560000', '131903.020000', '131903.480000', '131903.940000', '131904.400000', '131904.860000', '131905.320000', '131905.780000', '131906.240000', '131906.700000', '131907.160000', '131907.620000', '131908.080000', '131908.540000', '131909.000000', '131909.460000', '131909.920000', '131910.380000', '131910.840000', '131911.300000', '131911.760000', '131912.220000', '131912.680000', '131913.140000', '131913.600000', '131914.060000', '131914.520000', '131914.980000', '131915.440000', '131915.900000', '131916.360000', '131916.820000', '131917.280000', '131917.740000', '131918.200000', '131918.660000', '131919.120000', '131919.580000', '131920.040000', '131920.500000', '131920.960000', '131921.420000', '131921.880000', '131922.340000', '131922.800000', '131923.260000', '131923.720000', '131924.180000', '131924.640000', '131925.100000', '131925.560000', '131926.020000', '131926.480000', '131926.940000', '131927.400000', '131927.860000', '131928.320000', '131928.780000', '131929.240000', '131929.700000', '131930.160000', '131930.620000', '131931.080000', '131931.540000', '131932.000000', '131932.460000', '131932.920000', '131933.380000', '131933.840000', '131934.300000', '131934.760000', '131935.220000', '131935.680000', '131936.140000', '131936.600000', '131937.060000', '131937.520000', '131937.980000', '131938.440000', '131938.900000', '131939.360000', '131939.820000', '131940.280000', '131940.740000', '131941.200000', '131941.660000', '131942.120000', '131942.580000', '131943.040000', '131943.500000', '131943.960000', '131944.420000', '131944.880000', '131945.340000', '131945.800000', '131946.260000', '131946.720000', '131947.180000', '131947.640000', '131948.100000', '131948.560000', '131949.020000', '131949.480000', '131949.940000', '131950.400000', '131950.860000', '131951.320000', '131951.780000', '131952.240000', '131952.700000', '131953.160000', '131953.620000', '131954.080000', '131954.540000', '131955.000000', '131955.460000', '131955.920000', '131956.380000', '131956.840000', '131957.300000', '131957.760000', '131958.220000', '131958.680000', '131959.140000', '131959.600000', '132000.060000', '132000.520000', '132000.980000', '132001.440000', '132001.900000', '132002.360000', '132002.820000', '132003.280000', '132003.740000', '132004.200000', '132004.660000', '132005.120000', '132005.580000', '132006.040000', '132006.500000', '132006.960000', '132007.420000', '132007.880000', '132008.340000', '132008.800000', '132009.260000', '132009.720000', '132010.180000', '132010.640000', '132011.100000', '132011.560000', '132012.020000', '132012.480000', '132012.940000', '132013.400000', '132013.860000', '132014.320000', '132014.780000', '132015.240000', '132015.700000', '132016.160000', '132016.620000', '132017.080000', '132017.540000', '132018.000000', '132018.460000', '132018.920000', '132019.380000', '132019.840000', '132020.300000', '132020.760000', '132021.220000', '132021.680000', '132022.140000', '132022.600000', '132023.060000', '132023.520000', '132023.980000', '132024.440000', '132024.900000', '132025.360000', '132025.820000', '132026.280000', '132026.740000', '132027.200000', '132027.660000', '132028.120000', '132028.580000', '132029.040000', '132029.500000', '132029.960000', '132030.420000', '132030.880000', '132031.340000', '132031.800000', '132032.260000', '132032.720000', '132033.180000', '132033.640000', '132034.100000', '132034.560000', '132035.020000', '132035.480000', '132035.940000', '132036.400000', '132036.860000', '132037.320000', '132037.780000', '132038.240000', '132038.700000', '132039.160000', '132039.620000', '132040.080000', '132040.540000', '132041.000000', '132041.460000', '132041.920000', '132042.380000', '132042.840000', '132043.300000', '132043.760000', '132044.220000', '132044.680000', '132045.140000', '132045.600000', '132046.060000', '132046.520000', '132046.980000', '132047.440000', '132047.900000', '132048.360000', '132048.820000', '132049.280000', '132049.740000', '132050.200000', '132050.660000', '132051.120000', '132051.580000', '132052.040000', '132052.500000', '132052.960000', '132053.420000', '132053.880000', '132054.340000', '132054.800000', '132055.260000', '132055.720000', '132056.180000', '132056.640000', '132057.100000', '132057.560000', '132058.020000', '132058.480000', '132058.940000', '132059.400000', '132059.860000', '132100.320000', '132100.780000', '132101.240000', '132101.700000', '132102.160000', '132102.620000', '132103.080000', '132103.540000', '132104.000000', '132104.460000', '132104.920000', '132105.380000', '132105.840000', '132106.300000', '132106.760000', '132107.220000', '132107.680000', '132108.140000', '132108.600000', '132109.060000', '132109.520000', '132109.980000', '132110.440000', '132110.900000'], 'ContentTime': ['131430.885000', '131430.896000', '131430.899000', '131430.902000', '131430.909000', '131430.912000', '131430.914000', '131430.917000', '131430.920000', '131430.922000', '131430.932000', '131430.934000', '131430.937000', '131430.940000', '131430.943000', '131430.946000', '131430.949000', '131430.951000', '131430.954000', '131430.957000', '131430.959000', '131430.962000', '131430.964000', '131430.967000', '131430.969000', '131430.972000', '131430.975000', '131430.977000', '131430.980000', '131430.982000', '131430.985000', '131430.988000', '131430.990000', '131430.993000', '131430.995000', '131430.998000', '131431.002000', '131431.004000', '131431.007000', '131431.010000', '131431.012000', '131431.036000', '131450.859000', '131450.862000', '131450.865000', '131450.868000', '131450.870000', '131450.873000', '131450.876000', '131450.879000', '131450.881000', '131450.884000', '131450.887000', '131450.889000', '131450.892000', '131450.895000', '131450.897000', '131450.900000', '131450.902000', '131450.905000', '131450.908000', '131450.910000', '131450.913000', '131450.915000', '131450.918000', '131450.921000', '131450.923000', '131450.926000', '131450.929000', '131450.931000', '131450.934000', '131450.936000', '131450.939000', '131450.942000', '131450.944000', '131450.947000', '131450.949000', '131450.952000', '131450.954000', '131450.957000', '131450.960000', '131450.962000', '131450.965000', '131450.968000', '131450.971000', '131510.859000', '131510.862000', '131510.865000', '131510.868000', '131510.870000', '131510.873000', '131510.875000', '131510.878000', '131510.881000', '131510.883000', '131510.886000', '131510.889000', '131510.891000', '131510.894000', '131510.896000', '131510.899000', '131510.902000', '131510.904000', '131510.907000', '131510.910000', '131510.912000', '131510.915000', '131510.917000', '131510.920000', '131510.923000', '131510.925000', '131510.928000', '131510.930000', '131510.933000', '131510.935000', '131510.938000', '131510.941000', '131510.943000', '131510.946000', '131510.949000', '131510.951000', '131510.954000', '131510.956000', '131510.959000', '131510.962000', '131510.964000', '131510.967000', '131510.970000', '131510.972000', '131530.860000', '131530.863000', '131530.865000', '131530.868000', '131530.870000', '131530.873000', '131530.876000', '131530.878000', '131530.881000', '131530.884000', '131530.886000', '131530.889000', '131530.891000', '131530.894000', '131530.897000', '131530.899000', '131530.902000', '131530.905000', '131530.907000', '131530.910000', '131530.912000', '131530.922000', '131530.925000', '131530.928000', '131530.930000', '131530.933000', '131530.936000', '131530.939000', '131530.941000', '131530.944000', '131530.946000', '131530.949000', '131530.952000', '131530.954000', '131530.957000', '131530.960000', '131530.963000', '131530.966000', '131530.968000', '131530.971000', '131530.974000', '131530.977000', '131530.979000', '131550.859000', '131550.862000', '131550.865000', '131550.868000', '131550.870000', '131550.873000', '131550.876000', '131550.879000', '131550.881000', '131550.884000', '131550.886000', '131550.889000', '131550.892000', '131550.894000', '131550.897000', '131550.900000', '131550.902000', '131550.905000', '131550.908000', '131550.910000', '131550.913000', '131550.915000', '131550.926000', '131550.929000', '131550.931000', '131550.934000', '131550.937000', '131550.939000', '131550.942000', '131550.944000', '131550.947000', '131550.950000', '131550.952000', '131550.955000', '131550.957000', '131550.960000', '131550.963000', '131550.965000', '131550.968000', '131550.970000', '131550.973000', '131550.976000', '131550.978000', '131550.981000', '131610.859000', '131610.862000', '131610.865000', '131610.868000', '131610.870000', '131610.873000', '131610.876000', '131610.878000', '131610.881000', '131610.883000', '131610.886000', '131610.889000', '131610.891000', '131610.894000', '131610.897000', '131610.899000', '131610.902000', '131610.905000', '131610.907000', '131610.910000', '131610.913000', '131610.915000', '131610.918000', '131610.920000', '131610.923000', '131610.926000', '131610.928000', '131610.931000', '131610.933000', '131610.936000', '131610.939000', '131610.941000', '131610.944000', '131610.946000', '131610.949000', '131610.951000', '131610.961000', '131610.964000', '131610.979000', '131610.982000', '131610.984000', '131610.987000', '131610.990000', '131630.858000', '131630.861000', '131630.864000', '131630.867000', '131630.870000', '131630.872000', '131630.875000', '131630.878000', '131630.880000', '131630.883000', '131630.885000', '131630.888000', '131630.891000', '131630.893000', '131630.896000', '131630.899000', '131630.901000', '131630.904000', '131630.907000', '131630.910000', '131630.912000', '131630.915000', '131630.919000', '131630.921000', '131630.924000', '131630.927000', '131630.930000', '131630.932000', '131630.935000', '131630.938000', '131630.940000', '131630.943000', '131630.945000', '131630.948000', '131630.951000', '131630.953000', '131630.956000', '131630.959000', '131630.961000', '131630.964000', '131630.967000', '131630.969000', '131630.972000', '131650.858000', '131650.861000', '131650.864000', '131650.866000', '131650.870000', '131650.872000', '131650.875000', '131650.877000', '131650.880000', '131650.883000', '131650.885000', '131650.888000', '131650.890000', '131650.893000', '131650.896000', '131650.898000', '131650.901000', '131650.904000', '131650.906000', '131650.909000', '131650.911000', '131650.914000', '131650.917000', '131650.920000', '131650.922000', '131650.925000', '131650.928000', '131650.930000', '131650.933000', '131650.935000', '131650.938000', '131650.941000', '131650.943000', '131650.946000', '131650.948000', '131650.951000', '131650.954000', '131650.956000', '131650.959000', '131650.962000', '131650.964000', '131650.967000', '131650.970000', '131650.972000', '131710.861000', '131710.864000', '131710.866000', '131710.869000', '131710.872000', '131710.874000', '131710.877000', '131710.880000', '131710.882000', '131710.885000', '131710.887000', '131710.890000', '131710.893000', '131710.895000', '131710.898000', '131710.900000', '131710.903000', '131710.906000', '131710.908000', '131710.911000', '131710.914000', '131710.916000', '131710.919000', '131710.921000', '131710.924000', '131710.927000', '131710.929000', '131710.932000', '131710.934000', '131710.937000', '131710.940000', '131710.942000', '131710.945000', '131710.948000', '131710.950000', '131710.953000', '131710.956000', '131710.958000', '131710.961000', '131710.963000', '131710.966000', '131710.968000', '131710.971000', '131710.974000', '131730.859000', '131730.862000', '131730.865000', '131730.868000', '131730.870000', '131730.873000', '131730.876000', '131730.878000', '131730.881000', '131730.883000', '131730.886000', '131730.889000', '131730.891000', '131730.894000', '131730.896000', '131730.899000', '131730.902000', '131730.904000', '131730.907000', '131730.909000', '131730.912000', '131730.915000', '131730.917000', '131730.920000', '131730.923000', '131730.925000', '131730.928000', '131730.931000', '131730.933000', '131730.936000', '131730.938000', '131730.941000', '131730.943000', '131730.946000', '131730.949000', '131730.951000', '131730.954000', '131730.957000', '131730.959000', '131730.962000', '131730.965000', '131730.967000', '131730.970000', '131750.860000', '131750.862000', '131750.865000', '131750.868000', '131750.870000', '131750.873000', '131750.876000', '131750.879000', '131750.881000', '131750.884000', '131750.886000', '131750.889000', '131750.892000', '131750.894000', '131750.897000', '131750.899000', '131750.902000', '131750.905000', '131750.907000', '131750.910000', '131750.913000', '131750.915000', '131750.918000', '131750.921000', '131750.923000', '131750.926000', '131750.928000', '131750.931000', '131750.934000', '131750.936000', '131750.939000', '131750.941000', '131750.944000', '131750.946000', '131750.990000', '131750.993000', '131750.996000', '131750.998000', '131751.002000', '131751.005000', '131751.007000', '131751.010000', '131751.012000', '131751.015000', '131810.859000', '131810.862000', '131810.865000', '131810.868000', '131810.870000', '131810.873000', '131810.876000', '131810.878000', '131810.881000', '131810.883000', '131810.886000', '131810.889000', '131810.891000', '131810.894000', '131810.896000', '131810.899000', '131810.902000', '131810.904000', '131810.907000', '131810.910000', '131810.912000', '131810.915000', '131810.917000', '131810.920000', '131810.923000', '131810.925000', '131810.928000', '131810.931000', '131810.933000', '131810.936000', '131810.939000', '131810.941000', '131810.944000', '131810.946000', '131810.949000', '131810.952000', '131810.954000', '131810.957000', '131810.960000', '131810.962000', '131810.965000', '131810.967000', '131810.970000', '131830.859000', '131830.862000', '131830.865000', '131830.868000', '131830.870000', '131830.873000', '131830.876000', '131830.878000', '131830.881000', '131830.883000', '131830.886000', '131830.889000', '131830.891000', '131830.894000', '131830.897000', '131830.900000', '131830.903000', '131830.905000', '131830.908000', '131830.911000', '131830.914000', '131830.916000', '131830.919000', '131830.921000', '131830.924000', '131830.927000', '131830.929000', '131830.932000', '131830.935000', '131830.937000', '131830.940000', '131830.943000', '131830.945000', '131830.948000', '131830.951000', '131830.953000', '131830.956000', '131830.958000', '131830.961000', '131830.964000', '131830.966000', '131830.969000', '131830.972000', '131830.974000', '131850.859000', '131850.861000', '131850.864000', '131850.867000', '131850.870000', '131850.872000', '131850.875000', '131850.877000', '131850.880000', '131850.882000', '131850.885000', '131850.888000', '131850.890000', '131850.893000', '131850.895000', '131850.898000', '131850.901000', '131850.903000', '131850.906000', '131850.909000', '131850.911000', '131850.914000', '131850.917000', '131850.919000', '131850.922000', '131850.924000', '131850.927000', '131850.930000', '131850.932000', '131850.935000', '131850.937000', '131850.940000', '131850.943000', '131850.945000', '131850.948000', '131850.951000', '131850.953000', '131850.956000', '131850.958000', '131850.961000', '131850.969000', '131850.972000', '131850.974000', '131910.858000', '131910.861000', '131910.864000', '131910.867000', '131910.869000', '131910.872000', '131910.875000', '131910.877000', '131910.880000', '131910.882000', '131910.885000', '131910.888000', '131910.890000', '131910.893000', '131910.895000', '131910.898000', '131910.901000', '131910.903000', '131910.906000', '131910.909000', '131910.911000', '131910.914000', '131910.917000', '131910.919000', '131910.922000', '131910.925000', '131910.927000', '131910.930000', '131910.932000', '131910.935000', '131910.938000', '131910.940000', '131910.943000', '131910.946000', '131910.948000', '131910.951000', '131910.953000', '131910.956000', '131910.959000', '131910.961000', '131910.964000', '131910.967000', '131910.969000', '131930.859000', '131930.862000', '131930.877000', '131930.880000', '131930.883000', '131930.886000', '131930.888000', '131930.891000', '131930.894000', '131930.896000', '131930.899000', '131930.901000', '131930.904000', '131930.907000', '131930.909000', '131930.912000', '131930.915000', '131930.917000', '131930.920000', '131930.923000', '131930.925000', '131930.928000', '131930.931000', '131930.933000', '131930.936000', '131930.939000', '131930.941000', '131930.944000', '131930.947000', '131930.949000', '131930.952000', '131930.963000', '131930.966000', '131930.968000', '131930.971000', '131930.974000', '131930.976000', '131930.979000', '131930.982000', '131930.984000', '131930.987000', '131930.990000', '131930.992000', '131930.995000', '131950.860000', '131950.862000', '131950.865000', '131950.868000', '131950.870000', '131950.873000', '131950.876000', '131950.878000', '131950.881000', '131950.883000', '131950.886000', '131950.889000', '131950.891000', '131950.894000', '131950.897000', '131950.899000', '131950.902000', '131950.906000', '131950.908000', '131950.911000', '131950.914000', '131950.917000', '131950.919000', '131950.922000', '131950.925000', '131950.927000', '131950.930000', '131950.932000', '131950.935000', '131950.938000', '131950.941000', '131950.944000', '131950.947000', '131950.949000', '131950.952000', '131950.954000', '131950.957000', '131950.960000', '131950.962000', '131950.965000', '131950.969000', '131950.972000', '131950.974000', '132010.859000', '132010.862000', '132010.865000', '132010.868000', '132010.871000', '132010.873000', '132010.876000', '132010.879000', '132010.881000', '132010.884000', '132010.887000', '132010.889000', '132010.892000', '132010.894000', '132010.897000', '132010.900000', '132010.902000', '132010.905000', '132010.908000', '132010.910000', '132010.913000', '132010.915000', '132010.918000', '132010.921000', '132010.923000', '132010.926000', '132010.928000', '132010.931000', '132010.934000', '132010.936000', '132010.939000', '132010.942000', '132010.944000', '132010.947000', '132010.949000', '132010.952000', '132010.955000', '132010.957000', '132010.960000', '132010.963000', '132010.965000', '132010.968000', '132010.970000', '132010.973000', '132030.859000', '132030.862000', '132030.865000', '132030.868000', '132030.870000', '132030.873000', '132030.876000', '132030.878000', '132030.881000', '132030.883000', '132030.886000', '132030.889000', '132030.891000', '132030.894000', '132030.897000', '132030.899000', '132030.902000', '132030.905000', '132030.908000', '132030.910000', '132030.915000', '132030.917000', '132030.920000', '132030.922000', '132030.925000', '132030.927000', '132030.930000', '132030.933000', '132030.935000', '132030.938000', '132030.940000', '132030.943000', '132030.946000', '132030.948000', '132030.951000', '132030.954000', '132030.956000', '132030.959000', '132030.961000', '132030.964000', '132030.967000', '132030.969000', '132030.972000', '132050.860000', '132050.863000', '132050.866000', '132050.869000', '132050.871000', '132050.874000', '132050.876000', '132050.879000', '132050.882000', '132050.884000', '132050.887000', '132050.889000', '132050.892000', '132050.905000', '132050.908000', '132050.911000', '132050.913000', '132050.916000', '132050.919000', '132050.921000', '132050.924000', '132050.926000', '132050.929000', '132050.932000', '132050.934000', '132050.937000', '132050.940000', '132050.942000', '132050.945000', '132050.947000', '132050.950000', '132050.953000', '132050.955000', '132050.958000', '132050.960000', '132050.963000', '132050.966000', '132050.968000', '132050.971000', '132050.974000', '132050.976000', '132050.979000', '132050.981000', '132050.984000', '132110.858000', '132110.861000', '132110.864000', '132110.867000', '132110.869000', '132110.872000', '132110.874000', '132110.877000', '132110.880000', '132110.882000', '132110.885000', '132110.887000', '132110.890000', '132110.899000', '132110.901000', '132110.904000', '132110.907000', '132110.909000', '132110.912000', '132110.915000', '132110.918000', '132110.920000', '132110.923000', '132110.927000', '132110.930000', '132110.932000', '132110.935000', '132110.938000', '132110.940000', '132110.943000', '132110.946000', '132110.948000', '132110.951000', '132110.953000', '132110.956000', '132110.959000', '132110.961000', '132110.964000', '132110.966000', '132110.969000', '132110.975000', '132110.978000', '132110.981000', '132111.871000', '132111.874000', '132111.877000'], 'InstanceCreationTime': ['131430.885000', '131430.896000', '131430.899000', '131430.902000', '131430.909000', '131430.912000', '131430.914000', '131430.917000', '131430.920000', '131430.922000', '131430.932000', '131430.934000', '131430.937000', '131430.940000', '131430.943000', '131430.946000', '131430.949000', '131430.951000', '131430.954000', '131430.957000', '131430.959000', '131430.962000', '131430.964000', '131430.967000', '131430.969000', '131430.972000', '131430.975000', '131430.977000', '131430.980000', '131430.982000', '131430.985000', '131430.988000', '131430.990000', '131430.993000', '131430.995000', '131430.998000', '131431.002000', '131431.004000', '131431.007000', '131431.010000', '131431.012000', '131431.036000', '131450.859000', '131450.862000', '131450.865000', '131450.868000', '131450.870000', '131450.873000', '131450.876000', '131450.879000', '131450.881000', '131450.884000', '131450.887000', '131450.889000', '131450.892000', '131450.895000', '131450.897000', '131450.900000', '131450.902000', '131450.905000', '131450.908000', '131450.910000', '131450.913000', '131450.915000', '131450.918000', '131450.921000', '131450.923000', '131450.926000', '131450.929000', '131450.931000', '131450.934000', '131450.936000', '131450.939000', '131450.942000', '131450.944000', '131450.947000', '131450.949000', '131450.952000', '131450.954000', '131450.957000', '131450.960000', '131450.962000', '131450.965000', '131450.968000', '131450.971000', '131510.859000', '131510.862000', '131510.865000', '131510.868000', '131510.870000', '131510.873000', '131510.875000', '131510.878000', '131510.881000', '131510.883000', '131510.886000', '131510.889000', '131510.891000', '131510.894000', '131510.896000', '131510.899000', '131510.902000', '131510.904000', '131510.907000', '131510.910000', '131510.912000', '131510.915000', '131510.917000', '131510.920000', '131510.923000', '131510.925000', '131510.928000', '131510.930000', '131510.933000', '131510.935000', '131510.938000', '131510.941000', '131510.943000', '131510.946000', '131510.949000', '131510.951000', '131510.954000', '131510.956000', '131510.959000', '131510.962000', '131510.964000', '131510.967000', '131510.970000', '131510.972000', '131530.860000', '131530.863000', '131530.865000', '131530.868000', '131530.870000', '131530.873000', '131530.876000', '131530.878000', '131530.881000', '131530.884000', '131530.886000', '131530.889000', '131530.891000', '131530.894000', '131530.897000', '131530.899000', '131530.902000', '131530.905000', '131530.907000', '131530.910000', '131530.912000', '131530.922000', '131530.925000', '131530.928000', '131530.930000', '131530.933000', '131530.936000', '131530.939000', '131530.941000', '131530.944000', '131530.946000', '131530.949000', '131530.952000', '131530.954000', '131530.957000', '131530.960000', '131530.963000', '131530.966000', '131530.968000', '131530.971000', '131530.974000', '131530.977000', '131530.979000', '131550.859000', '131550.862000', '131550.865000', '131550.868000', '131550.870000', '131550.873000', '131550.876000', '131550.879000', '131550.881000', '131550.884000', '131550.886000', '131550.889000', '131550.892000', '131550.894000', '131550.897000', '131550.900000', '131550.902000', '131550.905000', '131550.908000', '131550.910000', '131550.913000', '131550.915000', '131550.926000', '131550.929000', '131550.931000', '131550.934000', '131550.937000', '131550.939000', '131550.942000', '131550.944000', '131550.947000', '131550.950000', '131550.952000', '131550.955000', '131550.957000', '131550.960000', '131550.963000', '131550.965000', '131550.968000', '131550.970000', '131550.973000', '131550.976000', '131550.978000', '131550.981000', '131610.859000', '131610.862000', '131610.865000', '131610.868000', '131610.870000', '131610.873000', '131610.876000', '131610.878000', '131610.881000', '131610.883000', '131610.886000', '131610.889000', '131610.891000', '131610.894000', '131610.897000', '131610.899000', '131610.902000', '131610.905000', '131610.907000', '131610.910000', '131610.913000', '131610.915000', '131610.918000', '131610.920000', '131610.923000', '131610.926000', '131610.928000', '131610.931000', '131610.933000', '131610.936000', '131610.939000', '131610.941000', '131610.944000', '131610.946000', '131610.949000', '131610.951000', '131610.961000', '131610.964000', '131610.979000', '131610.982000', '131610.984000', '131610.987000', '131610.990000', '131630.858000', '131630.861000', '131630.864000', '131630.867000', '131630.870000', '131630.872000', '131630.875000', '131630.878000', '131630.880000', '131630.883000', '131630.885000', '131630.888000', '131630.891000', '131630.893000', '131630.896000', '131630.899000', '131630.901000', '131630.904000', '131630.907000', '131630.910000', '131630.912000', '131630.915000', '131630.919000', '131630.921000', '131630.924000', '131630.927000', '131630.930000', '131630.932000', '131630.935000', '131630.938000', '131630.940000', '131630.943000', '131630.945000', '131630.948000', '131630.951000', '131630.953000', '131630.956000', '131630.959000', '131630.961000', '131630.964000', '131630.967000', '131630.969000', '131630.972000', '131650.858000', '131650.861000', '131650.864000', '131650.866000', '131650.870000', '131650.872000', '131650.875000', '131650.877000', '131650.880000', '131650.883000', '131650.885000', '131650.888000', '131650.890000', '131650.893000', '131650.896000', '131650.898000', '131650.901000', '131650.904000', '131650.906000', '131650.909000', '131650.911000', '131650.914000', '131650.917000', '131650.920000', '131650.922000', '131650.925000', '131650.928000', '131650.930000', '131650.933000', '131650.935000', '131650.938000', '131650.941000', '131650.943000', '131650.946000', '131650.948000', '131650.951000', '131650.954000', '131650.956000', '131650.959000', '131650.962000', '131650.964000', '131650.967000', '131650.970000', '131650.972000', '131710.861000', '131710.864000', '131710.866000', '131710.869000', '131710.872000', '131710.874000', '131710.877000', '131710.880000', '131710.882000', '131710.885000', '131710.887000', '131710.890000', '131710.893000', '131710.895000', '131710.898000', '131710.900000', '131710.903000', '131710.906000', '131710.908000', '131710.911000', '131710.914000', '131710.916000', '131710.919000', '131710.921000', '131710.924000', '131710.927000', '131710.929000', '131710.932000', '131710.934000', '131710.937000', '131710.940000', '131710.942000', '131710.945000', '131710.948000', '131710.950000', '131710.953000', '131710.956000', '131710.958000', '131710.961000', '131710.963000', '131710.966000', '131710.968000', '131710.971000', '131710.974000', '131730.859000', '131730.862000', '131730.865000', '131730.868000', '131730.870000', '131730.873000', '131730.876000', '131730.878000', '131730.881000', '131730.883000', '131730.886000', '131730.889000', '131730.891000', '131730.894000', '131730.896000', '131730.899000', '131730.902000', '131730.904000', '131730.907000', '131730.909000', '131730.912000', '131730.915000', '131730.917000', '131730.920000', '131730.923000', '131730.925000', '131730.928000', '131730.931000', '131730.933000', '131730.936000', '131730.938000', '131730.941000', '131730.943000', '131730.946000', '131730.949000', '131730.951000', '131730.954000', '131730.957000', '131730.959000', '131730.962000', '131730.965000', '131730.967000', '131730.970000', '131750.860000', '131750.862000', '131750.865000', '131750.868000', '131750.870000', '131750.873000', '131750.876000', '131750.879000', '131750.881000', '131750.884000', '131750.886000', '131750.889000', '131750.892000', '131750.894000', '131750.897000', '131750.899000', '131750.902000', '131750.905000', '131750.907000', '131750.910000', '131750.913000', '131750.915000', '131750.918000', '131750.921000', '131750.923000', '131750.926000', '131750.928000', '131750.931000', '131750.934000', '131750.936000', '131750.939000', '131750.941000', '131750.944000', '131750.946000', '131750.990000', '131750.993000', '131750.996000', '131750.998000', '131751.002000', '131751.005000', '131751.007000', '131751.010000', '131751.012000', '131751.015000', '131810.859000', '131810.862000', '131810.865000', '131810.868000', '131810.870000', '131810.873000', '131810.876000', '131810.878000', '131810.881000', '131810.883000', '131810.886000', '131810.889000', '131810.891000', '131810.894000', '131810.896000', '131810.899000', '131810.902000', '131810.904000', '131810.907000', '131810.910000', '131810.912000', '131810.915000', '131810.917000', '131810.920000', '131810.923000', '131810.925000', '131810.928000', '131810.931000', '131810.933000', '131810.936000', '131810.939000', '131810.941000', '131810.944000', '131810.946000', '131810.949000', '131810.952000', '131810.954000', '131810.957000', '131810.960000', '131810.962000', '131810.965000', '131810.967000', '131810.970000', '131830.859000', '131830.862000', '131830.865000', '131830.868000', '131830.870000', '131830.873000', '131830.876000', '131830.878000', '131830.881000', '131830.883000', '131830.886000', '131830.889000', '131830.891000', '131830.894000', '131830.897000', '131830.900000', '131830.903000', '131830.905000', '131830.908000', '131830.911000', '131830.914000', '131830.916000', '131830.919000', '131830.921000', '131830.924000', '131830.927000', '131830.929000', '131830.932000', '131830.935000', '131830.937000', '131830.940000', '131830.943000', '131830.945000', '131830.948000', '131830.951000', '131830.953000', '131830.956000', '131830.958000', '131830.961000', '131830.964000', '131830.966000', '131830.969000', '131830.972000', '131830.974000', '131850.859000', '131850.861000', '131850.864000', '131850.867000', '131850.870000', '131850.872000', '131850.875000', '131850.877000', '131850.880000', '131850.882000', '131850.885000', '131850.888000', '131850.890000', '131850.893000', '131850.895000', '131850.898000', '131850.901000', '131850.903000', '131850.906000', '131850.909000', '131850.911000', '131850.914000', '131850.917000', '131850.919000', '131850.922000', '131850.924000', '131850.927000', '131850.930000', '131850.932000', '131850.935000', '131850.937000', '131850.940000', '131850.943000', '131850.945000', '131850.948000', '131850.951000', '131850.953000', '131850.956000', '131850.958000', '131850.961000', '131850.969000', '131850.972000', '131850.974000', '131910.858000', '131910.861000', '131910.864000', '131910.867000', '131910.869000', '131910.872000', '131910.875000', '131910.877000', '131910.880000', '131910.882000', '131910.885000', '131910.888000', '131910.890000', '131910.893000', '131910.895000', '131910.898000', '131910.901000', '131910.903000', '131910.906000', '131910.909000', '131910.911000', '131910.914000', '131910.917000', '131910.919000', '131910.922000', '131910.925000', '131910.927000', '131910.930000', '131910.932000', '131910.935000', '131910.938000', '131910.940000', '131910.943000', '131910.946000', '131910.948000', '131910.951000', '131910.953000', '131910.956000', '131910.959000', '131910.961000', '131910.964000', '131910.967000', '131910.969000', '131930.859000', '131930.862000', '131930.877000', '131930.880000', '131930.883000', '131930.886000', '131930.888000', '131930.891000', '131930.894000', '131930.896000', '131930.899000', '131930.901000', '131930.904000', '131930.907000', '131930.909000', '131930.912000', '131930.915000', '131930.917000', '131930.920000', '131930.923000', '131930.925000', '131930.928000', '131930.931000', '131930.933000', '131930.936000', '131930.939000', '131930.941000', '131930.944000', '131930.947000', '131930.949000', '131930.952000', '131930.963000', '131930.966000', '131930.968000', '131930.971000', '131930.974000', '131930.976000', '131930.979000', '131930.982000', '131930.984000', '131930.987000', '131930.990000', '131930.992000', '131930.995000', '131950.860000', '131950.862000', '131950.865000', '131950.868000', '131950.870000', '131950.873000', '131950.876000', '131950.878000', '131950.881000', '131950.883000', '131950.886000', '131950.889000', '131950.891000', '131950.894000', '131950.897000', '131950.899000', '131950.902000', '131950.906000', '131950.908000', '131950.911000', '131950.914000', '131950.917000', '131950.919000', '131950.922000', '131950.925000', '131950.927000', '131950.930000', '131950.932000', '131950.935000', '131950.938000', '131950.941000', '131950.944000', '131950.947000', '131950.949000', '131950.952000', '131950.954000', '131950.957000', '131950.960000', '131950.962000', '131950.965000', '131950.969000', '131950.972000', '131950.974000', '132010.859000', '132010.862000', '132010.865000', '132010.868000', '132010.871000', '132010.873000', '132010.876000', '132010.879000', '132010.881000', '132010.884000', '132010.887000', '132010.889000', '132010.892000', '132010.894000', '132010.897000', '132010.900000', '132010.902000', '132010.905000', '132010.908000', '132010.910000', '132010.913000', '132010.915000', '132010.918000', '132010.921000', '132010.923000', '132010.926000', '132010.928000', '132010.931000', '132010.934000', '132010.936000', '132010.939000', '132010.942000', '132010.944000', '132010.947000', '132010.949000', '132010.952000', '132010.955000', '132010.957000', '132010.960000', '132010.963000', '132010.965000', '132010.968000', '132010.970000', '132010.973000', '132030.859000', '132030.862000', '132030.865000', '132030.868000', '132030.870000', '132030.873000', '132030.876000', '132030.878000', '132030.881000', '132030.883000', '132030.886000', '132030.889000', '132030.891000', '132030.894000', '132030.897000', '132030.899000', '132030.902000', '132030.905000', '132030.908000', '132030.910000', '132030.915000', '132030.917000', '132030.920000', '132030.922000', '132030.925000', '132030.927000', '132030.930000', '132030.933000', '132030.935000', '132030.938000', '132030.940000', '132030.943000', '132030.946000', '132030.948000', '132030.951000', '132030.954000', '132030.956000', '132030.959000', '132030.961000', '132030.964000', '132030.967000', '132030.969000', '132030.972000', '132050.860000', '132050.863000', '132050.866000', '132050.869000', '132050.871000', '132050.874000', '132050.876000', '132050.879000', '132050.882000', '132050.884000', '132050.887000', '132050.889000', '132050.892000', '132050.905000', '132050.908000', '132050.911000', '132050.913000', '132050.916000', '132050.919000', '132050.921000', '132050.924000', '132050.926000', '132050.929000', '132050.932000', '132050.934000', '132050.937000', '132050.940000', '132050.942000', '132050.945000', '132050.947000', '132050.950000', '132050.953000', '132050.955000', '132050.958000', '132050.960000', '132050.963000', '132050.966000', '132050.968000', '132050.971000', '132050.974000', '132050.976000', '132050.979000', '132050.981000', '132050.984000', '132110.858000', '132110.861000', '132110.864000', '132110.867000', '132110.869000', '132110.872000', '132110.874000', '132110.877000', '132110.880000', '132110.882000', '132110.885000', '132110.887000', '132110.890000', '132110.899000', '132110.901000', '132110.904000', '132110.907000', '132110.909000', '132110.912000', '132110.915000', '132110.918000', '132110.920000', '132110.923000', '132110.927000', '132110.930000', '132110.932000', '132110.935000', '132110.938000', '132110.940000', '132110.943000', '132110.946000', '132110.948000', '132110.951000', '132110.953000', '132110.956000', '132110.959000', '132110.961000', '132110.964000', '132110.966000', '132110.969000', '132110.975000', '132110.978000', '132110.981000', '132111.871000', '132111.874000', '132111.877000'], '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': [11489, 7887, 14590, 12088, 11501, 7096, 6969, 9742, 6983, 9836, 7587, 6945, 12239, 6787, 10740, 8066, 6888, 14446, 6822, 11719, 13686, 11464, 14667, 10250, 13098, 16103, 11567, 13615, 13608, 8791, 13717, 8908, 7964, 8124, 6781, 9677, 7131, 9507, 8288, 6994, 10039, 7368, 9339, 8131, 7744, 8000, 6870, 10099, 6991, 9692, 8251, 6764, 11016, 7090, 8965, 8040, 7097, 8007, 6798, 10420, 7675, 8382, 7497, 7089, 14337, 7403, 11266, 7467, 7259, 13425, 6917, 10310, 8229, 7178, 6921, 7020, 10442, 7036, 8800, 6641, 7640, 11528, 7012, 11296, 8120, 7984, 9854, 6936, 11161, 8331, 7905, 7570, 6799, 9110, 7173, 8142, 8893, 6837, 10646, 7257, 8961, 10654, 7393, 11081, 7428, 8287, 10252, 7011, 11184, 8986, 7257, 10160, 6906, 9928, 8105, 7591, 9574, 6861, 9207, 7029, 7048, 11843, 7002, 10412, 6773, 8071, 14034, 7255, 11202, 7157, 7743, 13307, 7026, 10940, 7199, 8531, 8920, 6899, 12874, 7772, 8075, 7033, 6998, 10863, 6918, 9130, 6769, 6839, 11132, 6873, 9734, 8065, 6896, 11188, 7207, 8834, 7624, 6694, 10311, 7025, 8555, 7422, 6885, 12537, 7170, 9392, 6807, 6798, 10893, 8355, 7949, 8372, 6846, 9386, 6808, 8323, 9407, 6918, 11355, 7206, 9268, 7495, 6780, 11525, 6879, 9661, 7887, 7149, 14199, 8055, 10350, 6551, 7146, 12403, 7505, 9377, 6847, 6743, 9731, 6976, 8196, 14096, 7087, 9399, 6771, 6680, 10285, 6857, 9704, 7804, 6577, 13359, 6768, 9695, 7272, 7915, 7498, 6652, 9268, 6887, 10052, 8273, 8085, 11220, 6928, 9866, 7766, 7230, 14460, 8637, 11819, 7137, 7007, 10734, 6952, 9977, 7456, 7086, 6813, 6677, 10917, 7967, 9549, 6967, 6915, 11085, 6680, 10114, 11024, 7218, 14162, 7254, 10887, 8005, 7662, 14177, 7178, 11509, 7222, 7409, 14292, 7303, 11206, 6613, 7053, 10632, 6908, 8905, 6843, 7557, 7669, 6969, 9167, 7041, 10202, 6998, 9160, 7742, 7871, 13570, 6762, 13713, 9457, 9550, 11527, 7072, 10372, 6788, 9684, 7768, 6787, 13649, 7021, 9942, 7594, 7588, 9779, 7057, 10019, 6857, 9143, 7416, 6824, 12580, 7258, 10086, 7549, 6797, 14355, 7510, 8146, 7624, 6774, 10225, 8344, 7406, 6605, 6729, 9414, 8020, 8076, 7199, 6824, 9133, 7400, 7791, 13142, 6977, 12250, 7142, 8105, 14665, 8461, 11357, 7199, 7347, 12600, 7668, 10026, 6784, 6765, 10593, 7127, 9506, 8008, 6872, 12300, 6790, 9216, 7615, 6688, 10379, 6966, 8302, 7103, 7101, 11353, 6908, 9877, 7366, 7594, 7355, 7452, 10217, 7052, 11206, 7681, 7811, 14889, 8514, 9369, 6713, 6901, 9728, 6771, 9454, 8145, 6775, 11290, 7573, 8191, 9926, 6998, 10270, 7225, 8721, 13059, 6967, 10696, 8494, 6699, 13749, 7021, 9163, 7803, 6848, 10547, 6889, 9133, 12969, 7061, 11240, 7911, 6696, 12447, 7513, 8027, 7633, 6992, 9378, 6868, 7688, 9458, 6948, 11268, 6893, 10653, 6404, 8080, 7579, 7257, 6987, 11591, 14380, 11337, 13350, 7989, 7729, 10077, 7023, 9544, 8117, 7481, 11856, 7586, 8057, 13569, 6871, 10042, 6981, 7226, 10044, 7109, 8964, 7318, 6831, 6681, 7032, 9639, 6907, 9052, 8151, 6601, 14148, 7003, 11639, 7780, 8763, 13671, 7129, 12335, 8102, 7630, 13790, 6926, 11257, 6756, 7185, 12850, 7680, 9607, 6796, 6760, 12405, 7641, 12520, 8813, 6812, 14928, 7121, 11088, 7755, 7255, 13764, 8371, 10480, 6887, 6844, 9355, 6934, 8874, 7665, 6563, 12034, 6738, 9863, 7079, 7784, 13598, 8386, 12219, 7059, 8051, 9532, 7032, 12697, 8584, 8037, 12685, 6913, 9777, 6910, 7059, 12202, 7116, 10292, 7336, 7188, 7830, 6758, 9050, 7170, 7820, 6647, 6711, 9277, 6664, 9642, 8489, 7793, 7000, 6900, 11491, 6971, 9177, 10593, 7033, 11157, 6769, 8212, 7301, 7004, 11914, 7129, 10694, 7101, 7323, 10287, 6796, 10229, 8193, 7239, 9950, 6889, 9642, 7000, 7961, 7630, 6740, 11382, 7150, 9123, 7181, 6989, 12307, 8318, 10904, 6687, 6881, 11848, 6964, 10297, 8564, 6701, 12686, 6974, 7699, 6818, 7003, 10208, 6796, 8550, 7018, 6965, 9592, 6713, 9044, 7548, 6775, 12712, 6945, 10145, 7951, 6731, 12304, 6830, 9363, 6974, 7692, 12934, 7513, 10844, 7041, 7935, 12003, 7000, 10413, 7148, 7602, 9284, 6858, 9840, 7845, 7434, 11013, 6904, 10581, 7472, 7574, 14214, 9322, 11123, 6635, 6689, 10759, 6770, 9792, 11272, 7265, 11118, 6861, 6892, 10019, 7096, 9076, 8017, 6913, 8699, 6965, 7965, 6936, 7168, 9724, 6954, 8319, 7181, 7012, 9477, 8683, 7363, 10703, 6951, 9521, 7756, 7044, 14567, 8460, 8965, 12353, 6958, 9363, 7500, 7170, 11884, 7305, 9114, 9482, 6691, 9731, 7507, 7065, 12417, 7847, 8798, 7601, 6642, 9945, 6866, 7879, 12341, 6999, 10211, 7349, 6930, 10624, 7260, 9523, 7914, 6682, 12454, 6960, 8932, 7054, 6858, 11088, 6980, 8644, 10729, 6811, 9915, 6946, 6991, 12243, 7341, 9484, 6617, 6750, 10012, 6730, 9291, 7683, 6830, 12821, 7289, 7997, 14896, 8679, 11695, 6783, 7053, 13088, 7660, 12136, 11599, 7158, 14132, 8060, 7341, 11793, 6832, 10490, 7120, 7004, 11274, 7070, 9798, 8220, 6781, 11241, 7229, 8607, 7197, 7055, 11013, 6813, 8427, 7056, 6823, 9679, 6887, 8136, 6489, 6936, 9361, 7097, 7945, 12688, 6953, 10721, 6642, 6754, 11925, 7713, 8126, 7481, 6727, 10207, 8219, 9200, 10687, 7326, 10514, 6646, 9413, 14799, 7796, 10493, 6934, 6877, 9614, 7025, 9119, 7664, 7134, 11177, 7244, 8105, 9945, 6937, 10946, 8015, 7444, 8259, 6687, 7103, 6724, 8545, 6892, 6787, 7719, 12097, 8477, 14575, 10305, 7997, 15313, 11549, 11910, 9370, 7064, 13823, 7046, 9080, 7720, 6779, 9411, 6760, 8185, 7855, 7142, 8938, 6795, 8437, 6940, 7728, 10894, 7111, 9697, 7190, 7925, 9288, 7032, 10798, 8189, 8673, 6919, 6869, 11202, 7524, 9555, 13142, 7788, 11333, 7545, 7372, 9655, 6952, 10113, 8240, 7373, 12769, 7183, 8794, 7061, 6938, 10141, 6654, 8180, 7008, 6727, 8708, 7216, 7832, 12153, 8608, 10074, 6854, 6846, 10678, 7073, 7943, 6542, 6665, 8038, 7061, 7512, 10190, 6994, 8603, 6805, 6963, 10026, 6960, 8489, 12428, 7513, 8763, 7515, 6690, 8756, 7201, 7807, 11136, 6989, 8843, 7132, 6977, 9158, 7114, 8179, 8764, 7138, 9183, 7735, 8019, 11573, 7227, 9376, 7523, 7742, 6920, 7262, 10521, 8140], 'WindowCenter': [4130.0, 4077.0, 4139.0, 4116.0, 4091.0, 4039.0, 4038.0, 4064.0, 4023.0, 4066.0, 4046.0, 4035.0, 4088.0, 4027.0, 4088.0, 4046.0, 4038.0, 4098.0, 4025.0, 4089.0, 4096.0, 4076.0, 4096.0, 4052.0, 4085.0, 4083.0, 4051.0, 4071.0, 4056.0, 4017.0, 4057.0, 4015.0, 4004.0, 4003.0, 3985.0, 4025.0, 3994.0, 4038.0, 4016.0, 3997.0, 4036.0, 4009.0, 4029.0, 4017.0, 4019.0, 4017.0, 3999.0, 4048.0, 4008.0, 4051.0, 4029.0, 4011.0, 4050.0, 4010.0, 4042.0, 4031.0, 4022.0, 4030.0, 4012.0, 4063.0, 4032.0, 4042.0, 4022.0, 4012.0, 4083.0, 4023.0, 4062.0, 4020.0, 4023.0, 4072.0, 4011.0, 4051.0, 4032.0, 4023.0, 4010.0, 4024.0, 4063.0, 4022.0, 4055.0, 4011.0, 4033.0, 4074.0, 4023.0, 4077.0, 4033.0, 4034.0, 4053.0, 4023.0, 4063.0, 4042.0, 4033.0, 4021.0, 4012.0, 4043.0, 4022.0, 4045.0, 4042.0, 4012.0, 4063.0, 4033.0, 4056.0, 4065.0, 4033.0, 4074.0, 4021.0, 4044.0, 4063.0, 4023.0, 4074.0, 4044.0, 4024.0, 4052.0, 4022.0, 4063.0, 4033.0, 4033.0, 4052.0, 4012.0, 4053.0, 4023.0, 4025.0, 4074.0, 4024.0, 4064.0, 4013.0, 4044.0, 4095.0, 4024.0, 4074.0, 4022.0, 4033.0, 4084.0, 4022.0, 4063.0, 4022.0, 4045.0, 4043.0, 4023.0, 4073.0, 4022.0, 4033.0, 4010.0, 4011.0, 4062.0, 4012.0, 4053.0, 4011.0, 4011.0, 4063.0, 4012.0, 4053.0, 4031.0, 4022.0, 4063.0, 4021.0, 4044.0, 4021.0, 4012.0, 4053.0, 4012.0, 4043.0, 4022.0, 4022.0, 4073.0, 4023.0, 4054.0, 4011.0, 4013.0, 4062.0, 4031.0, 4033.0, 4031.0, 4011.0, 4042.0, 4012.0, 4044.0, 4043.0, 4023.0, 4063.0, 4022.0, 4053.0, 4020.0, 4013.0, 4072.0, 4012.0, 4053.0, 4032.0, 4023.0, 4084.0, 4033.0, 4053.0, 4000.0, 4011.0, 4084.0, 4021.0, 4055.0, 4011.0, 4013.0, 4051.0, 4023.0, 4046.0, 4085.0, 4012.0, 4042.0, 4009.0, 4010.0, 4050.0, 4011.0, 4053.0, 4021.0, 4011.0, 4083.0, 4011.0, 4053.0, 4020.0, 4031.0, 4020.0, 4011.0, 4041.0, 4012.0, 4053.0, 4031.0, 4033.0, 4061.0, 4012.0, 4053.0, 4021.0, 4023.0, 4083.0, 4044.0, 4074.0, 4011.0, 4013.0, 4062.0, 4011.0, 4054.0, 4022.0, 4022.0, 4012.0, 4013.0, 4074.0, 4034.0, 4055.0, 4021.0, 4023.0, 4075.0, 4012.0, 4065.0, 4063.0, 4023.0, 4083.0, 4021.0, 4063.0, 4033.0, 4033.0, 4083.0, 4011.0, 4071.0, 4022.0, 4022.0, 4082.0, 4023.0, 4062.0, 4000.0, 4010.0, 4051.0, 4011.0, 4041.0, 4009.0, 4032.0, 4031.0, 4022.0, 4053.0, 4023.0, 4063.0, 4024.0, 4055.0, 4033.0, 4034.0, 4084.0, 4013.0, 4085.0, 4052.0, 4053.0, 4062.0, 4010.0, 4052.0, 4011.0, 4054.0, 4021.0, 4013.0, 4083.0, 4011.0, 4053.0, 4022.0, 4033.0, 4052.0, 4022.0, 4052.0, 4012.0, 4054.0, 4022.0, 4014.0, 4085.0, 4024.0, 4064.0, 4031.0, 4013.0, 4083.0, 4022.0, 4034.0, 4020.0, 4012.0, 4064.0, 4032.0, 4024.0, 4011.0, 4013.0, 4053.0, 4034.0, 4045.0, 4020.0, 4013.0, 4053.0, 4023.0, 4034.0, 4084.0, 4024.0, 4075.0, 4022.0, 4044.0, 4094.0, 4043.0, 4063.0, 4011.0, 4023.0, 4072.0, 4022.0, 4053.0, 4000.0, 4012.0, 4061.0, 4011.0, 4053.0, 4020.0, 4010.0, 4072.0, 4012.0, 4054.0, 4020.0, 4011.0, 4052.0, 4010.0, 4033.0, 4011.0, 4023.0, 4063.0, 4012.0, 4052.0, 4022.0, 4033.0, 4023.0, 4024.0, 4063.0, 4025.0, 4075.0, 4023.0, 4035.0, 4094.0, 4042.0, 4043.0, 4000.0, 4012.0, 4052.0, 4012.0, 4054.0, 4032.0, 4011.0, 4062.0, 4021.0, 4043.0, 4052.0, 4023.0, 4052.0, 4023.0, 4044.0, 4083.0, 4022.0, 4063.0, 4042.0, 4012.0, 4083.0, 4012.0, 4052.0, 4022.0, 4012.0, 4063.0, 4023.0, 4055.0, 4083.0, 4023.0, 4075.0, 4033.0, 4013.0, 4074.0, 4021.0, 4033.0, 4021.0, 4013.0, 4043.0, 4013.0, 4033.0, 4054.0, 4024.0, 4075.0, 4025.0, 4077.0, 4016.0, 4048.0, 4035.0, 4034.0, 4037.0, 4091.0, 4099.0, 4078.0, 4087.0, 4033.0, 4023.0, 4052.0, 4013.0, 4054.0, 4022.0, 4022.0, 4064.0, 4021.0, 4032.0, 4072.0, 4000.0, 4051.0, 4010.0, 4020.0, 4049.0, 4010.0, 4042.0, 4021.0, 4011.0, 4012.0, 4024.0, 4053.0, 4025.0, 4056.0, 4034.0, 4013.0, 4084.0, 4023.0, 4074.0, 4023.0, 4044.0, 4085.0, 4012.0, 4073.0, 4032.0, 4023.0, 4084.0, 4013.0, 4063.0, 4012.0, 4024.0, 4073.0, 4023.0, 4052.0, 4012.0, 4012.0, 4072.0, 4022.0, 4074.0, 4042.0, 4010.0, 4082.0, 4009.0, 4062.0, 4019.0, 4022.0, 4072.0, 4031.0, 4051.0, 4010.0, 4010.0, 4040.0, 4009.0, 4042.0, 4020.0, 4011.0, 4072.0, 4012.0, 4052.0, 4011.0, 4023.0, 4073.0, 4032.0, 4072.0, 4011.0, 4032.0, 4040.0, 4011.0, 4072.0, 4031.0, 4021.0, 4072.0, 4010.0, 4039.0, 3997.0, 4011.0, 4060.0, 4009.0, 4050.0, 4008.0, 4009.0, 4020.0, 4009.0, 4042.0, 4010.0, 4022.0, 4010.0, 4011.0, 4052.0, 4014.0, 4054.0, 4044.0, 4034.0, 4012.0, 4023.0, 4074.0, 4012.0, 4054.0, 4063.0, 4012.0, 4062.0, 4011.0, 4033.0, 4023.0, 4024.0, 4074.0, 4024.0, 4064.0, 4012.0, 4024.0, 4053.0, 4013.0, 4064.0, 4033.0, 4024.0, 4052.0, 4012.0, 4053.0, 4022.0, 4035.0, 4020.0, 4014.0, 4073.0, 4022.0, 4055.0, 4011.0, 4023.0, 4075.0, 4044.0, 4063.0, 4012.0, 4012.0, 4073.0, 4023.0, 4065.0, 4041.0, 4013.0, 4072.0, 4011.0, 4022.0, 4011.0, 4023.0, 4063.0, 4013.0, 4044.0, 4023.0, 4024.0, 4052.0, 4013.0, 4056.0, 4034.0, 4014.0, 4084.0, 4024.0, 4063.0, 4032.0, 4014.0, 4074.0, 4012.0, 4054.0, 4023.0, 4034.0, 4084.0, 4023.0, 4064.0, 4023.0, 4032.0, 4074.0, 4023.0, 4064.0, 4023.0, 4035.0, 4052.0, 4013.0, 4054.0, 4033.0, 4025.0, 4064.0, 4025.0, 4066.0, 4022.0, 4034.0, 4097.0, 4053.0, 4063.0, 4010.0, 4010.0, 4052.0, 4010.0, 4053.0, 4062.0, 4021.0, 4062.0, 3999.0, 4010.0, 4050.0, 4010.0, 4041.0, 4019.0, 4011.0, 4030.0, 4012.0, 4033.0, 4022.0, 4025.0, 4053.0, 4023.0, 4046.0, 4012.0, 4023.0, 4055.0, 4043.0, 4035.0, 4064.0, 4024.0, 4055.0, 4033.0, 4024.0, 4095.0, 4035.0, 4055.0, 4072.0, 4022.0, 4053.0, 4021.0, 4023.0, 4075.0, 4024.0, 4055.0, 4052.0, 4012.0, 4054.0, 4022.0, 4022.0, 4073.0, 4033.0, 4045.0, 4021.0, 4012.0, 4054.0, 4012.0, 4035.0, 4074.0, 4023.0, 4065.0, 4022.0, 4024.0, 4063.0, 4022.0, 4054.0, 4033.0, 4014.0, 4074.0, 4023.0, 4054.0, 4023.0, 4014.0, 4074.0, 4023.0, 4045.0, 4064.0, 4012.0, 4053.0, 4013.0, 4023.0, 4075.0, 4023.0, 4055.0, 4012.0, 4015.0, 4054.0, 4014.0, 4056.0, 4032.0, 4014.0, 4086.0, 4024.0, 4034.0, 4095.0, 4044.0, 4074.0, 4011.0, 4023.0, 4084.0, 4023.0, 4075.0, 4063.0, 4012.0, 4083.0, 4021.0, 4021.0, 4061.0, 4000.0, 4051.0, 4009.0, 4011.0, 4061.0, 4012.0, 4053.0, 4031.0, 4011.0, 4061.0, 4022.0, 4042.0, 4011.0, 4012.0, 4062.0, 4011.0, 4034.0, 4010.0, 4013.0, 4053.0, 4013.0, 4034.0, 4002.0, 4022.0, 4052.0, 4023.0, 4034.0, 4073.0, 4024.0, 4064.0, 4013.0, 4012.0, 4075.0, 4023.0, 4034.0, 4021.0, 4012.0, 4063.0, 4043.0, 4056.0, 4063.0, 4023.0, 4064.0, 4012.0, 4054.0, 4084.0, 4022.0, 4063.0, 4011.0, 4012.0, 4054.0, 4012.0, 4044.0, 4022.0, 4023.0, 4065.0, 4024.0, 4034.0, 4053.0, 4023.0, 4064.0, 4033.0, 4034.0, 4044.0, 4024.0, 4024.0, 4026.0, 4055.0, 4037.0, 4037.0, 4058.0, 4098.0, 4071.0, 4110.0, 4077.0, 4047.0, 4096.0, 4076.0, 4076.0, 4055.0, 4014.0, 4084.0, 4013.0, 4044.0, 4023.0, 4014.0, 4042.0, 4013.0, 4034.0, 4033.0, 4023.0, 4043.0, 4014.0, 4044.0, 4023.0, 4035.0, 4065.0, 4024.0, 4054.0, 4024.0, 4035.0, 4043.0, 4025.0, 4065.0, 4035.0, 4046.0, 4011.0, 4013.0, 4064.0, 4023.0, 4054.0, 4073.0, 4023.0, 4063.0, 4021.0, 4022.0, 4051.0, 4013.0, 4065.0, 4031.0, 4023.0, 4073.0, 4013.0, 4032.0, 4011.0, 4012.0, 4052.0, 4012.0, 4034.0, 4011.0, 4013.0, 4043.0, 4023.0, 4035.0, 4075.0, 4045.0, 4064.0, 4010.0, 4012.0, 4052.0, 4012.0, 4033.0, 4000.0, 4011.0, 4033.0, 4024.0, 4035.0, 4065.0, 4026.0, 4046.0, 4013.0, 4025.0, 4054.0, 4025.0, 4046.0, 4074.0, 4025.0, 4046.0, 4021.0, 4012.0, 4043.0, 4022.0, 4034.0, 4064.0, 4013.0, 4044.0, 4011.0, 4023.0, 4042.0, 4022.0, 4043.0, 4043.0, 4024.0, 4055.0, 4032.0, 4045.0, 4075.0, 4025.0, 4054.0, 4034.0, 4034.0, 4023.0, 4034.0, 4066.0, 4046.0], 'WindowWidth': [9160.0, 9082.0, 9171.0, 9127.0, 9086.0, 9015.0, 9011.0, 9036.0, 8984.0, 9042.0, 9019.0, 9002.0, 9072.0, 8994.0, 9075.0, 9016.0, 9008.0, 9087.0, 8988.0, 9080.0, 9083.0, 9054.0, 9081.0, 9015.0, 9065.0, 9058.0, 9009.0, 9037.0, 9008.0, 8956.0, 9011.0, 8949.0, 8937.0, 8932.0, 8913.0, 8965.0, 8927.0, 8988.0, 8957.0, 8935.0, 8984.0, 8951.0, 8977.0, 8961.0, 8966.0, 8960.0, 8940.0, 9003.0, 8952.0, 9012.0, 8979.0, 8958.0, 9009.0, 8957.0, 9001.0, 8986.0, 8977.0, 8985.0, 8964.0, 9031.0, 8990.0, 9005.0, 8975.0, 8964.0, 9058.0, 8978.0, 9030.0, 8970.0, 8978.0, 9042.0, 8961.0, 9015.0, 8988.0, 8979.0, 8959.0, 8981.0, 9034.0, 8978.0, 9023.0, 8961.0, 8994.0, 9049.0, 8982.0, 9057.0, 8992.0, 8996.0, 9016.0, 8979.0, 9032.0, 9003.0, 8993.0, 8972.0, 8963.0, 9005.0, 8979.0, 9013.0, 9003.0, 8966.0, 9034.0, 8994.0, 9027.0, 9035.0, 8993.0, 9048.0, 8975.0, 9008.0, 9031.0, 8980.0, 9049.0, 9006.0, 8981.0, 9016.0, 8978.0, 9033.0, 8993.0, 8995.0, 9016.0, 8966.0, 9020.0, 8981.0, 8987.0, 9049.0, 8983.0, 9037.0, 8967.0, 9009.0, 9076.0, 8983.0, 9047.0, 8978.0, 8994.0, 9061.0, 8977.0, 9034.0, 8978.0, 9010.0, 9006.0, 8979.0, 9046.0, 8975.0, 8991.0, 8956.0, 8961.0, 9027.0, 8962.0, 9019.0, 8959.0, 8961.0, 9030.0, 8964.0, 9020.0, 8985.0, 8975.0, 9029.0, 8973.0, 9007.0, 8972.0, 8963.0, 9017.0, 8962.0, 9005.0, 8977.0, 8976.0, 9045.0, 8978.0, 9021.0, 8959.0, 8966.0, 9030.0, 8987.0, 8993.0, 8986.0, 8962.0, 9001.0, 8963.0, 9009.0, 9004.0, 8980.0, 9030.0, 8977.0, 9020.0, 8972.0, 8965.0, 9043.0, 8965.0, 9020.0, 8990.0, 8979.0, 9061.0, 8991.0, 9018.0, 8943.0, 8961.0, 9062.0, 8974.0, 9023.0, 8958.0, 8966.0, 9013.0, 8979.0, 9017.0, 9062.0, 8964.0, 9001.0, 8954.0, 8957.0, 9009.0, 8961.0, 9021.0, 8973.0, 8960.0, 9057.0, 8960.0, 9018.0, 8971.0, 8988.0, 8971.0, 8962.0, 9000.0, 8963.0, 9018.0, 8988.0, 8994.0, 9026.0, 8962.0, 9017.0, 8973.0, 8978.0, 9057.0, 9007.0, 9046.0, 8959.0, 8965.0, 9028.0, 8962.0, 9020.0, 8975.0, 8976.0, 8964.0, 8968.0, 9049.0, 8994.0, 9024.0, 8975.0, 8979.0, 9049.0, 8965.0, 9038.0, 9032.0, 8978.0, 9058.0, 8974.0, 9033.0, 8990.0, 8992.0, 9059.0, 8961.0, 9040.0, 8976.0, 8977.0, 9055.0, 8978.0, 9029.0, 8943.0, 8958.0, 9012.0, 8960.0, 9000.0, 8956.0, 8991.0, 8989.0, 8980.0, 9019.0, 8981.0, 9032.0, 8984.0, 9025.0, 8993.0, 8996.0, 9062.0, 8965.0, 9065.0, 9014.0, 9020.0, 9025.0, 8957.0, 9013.0, 8960.0, 9020.0, 8972.0, 8965.0, 9057.0, 8961.0, 9018.0, 8974.0, 8991.0, 9015.0, 8978.0, 9015.0, 8964.0, 9022.0, 8976.0, 8970.0, 9064.0, 8982.0, 9034.0, 8986.0, 8965.0, 9060.0, 8976.0, 8995.0, 8969.0, 8963.0, 9033.0, 8988.0, 8982.0, 8961.0, 8967.0, 9020.0, 8995.0, 9011.0, 8973.0, 8967.0, 9021.0, 8980.0, 8997.0, 9062.0, 8984.0, 9050.0, 8978.0, 9010.0, 9073.0, 9005.0, 9031.0, 8959.0, 8980.0, 9042.0, 8978.0, 9017.0, 8943.0, 8963.0, 9024.0, 8960.0, 9017.0, 8970.0, 8959.0, 9039.0, 8961.0, 9019.0, 8971.0, 8961.0, 9014.0, 8958.0, 8990.0, 8959.0, 8979.0, 9032.0, 8963.0, 9016.0, 8977.0, 8991.0, 8979.0, 8983.0, 9032.0, 8984.0, 9051.0, 8978.0, 8996.0, 9073.0, 9001.0, 9005.0, 8942.0, 8963.0, 9014.0, 8962.0, 9020.0, 8987.0, 8961.0, 9029.0, 8974.0, 9006.0, 9016.0, 8979.0, 9015.0, 8980.0, 9008.0, 9057.0, 8977.0, 9032.0, 9001.0, 8962.0, 9059.0, 8963.0, 9015.0, 8976.0, 8964.0, 9031.0, 8980.0, 9024.0, 9059.0, 8980.0, 9051.0, 8991.0, 8965.0, 9045.0, 8973.0, 8993.0, 8971.0, 8966.0, 9003.0, 8967.0, 8994.0, 9019.0, 8985.0, 9054.0, 8985.0, 9058.0, 8974.0, 9023.0, 9001.0, 8999.0, 9008.0, 9084.0, 9092.0, 9060.0, 9071.0, 8992.0, 8978.0, 9014.0, 8964.0, 9021.0, 8973.0, 8975.0, 9032.0, 8972.0, 8987.0, 9038.0, 8942.0, 9010.0, 8955.0, 8970.0, 9007.0, 8957.0, 9001.0, 8974.0, 8961.0, 8965.0, 8984.0, 9019.0, 8986.0, 9027.0, 8994.0, 8968.0, 9061.0, 8977.0, 9047.0, 8977.0, 9009.0, 9062.0, 8961.0, 9045.0, 8987.0, 8978.0, 9058.0, 8965.0, 9032.0, 8963.0, 8980.0, 9043.0, 8978.0, 9015.0, 8963.0, 8964.0, 9041.0, 8976.0, 9046.0, 8999.0, 8958.0, 9054.0, 8953.0, 9026.0, 8966.0, 8973.0, 9041.0, 8983.0, 9011.0, 8954.0, 8956.0, 8995.0, 8955.0, 9002.0, 8969.0, 8961.0, 9040.0, 8961.0, 9014.0, 8959.0, 8978.0, 9043.0, 8989.0, 9040.0, 8959.0, 8988.0, 8994.0, 8960.0, 9041.0, 8983.0, 8971.0, 9038.0, 8954.0, 8991.0, 8934.0, 8958.0, 9020.0, 8954.0, 9008.0, 8951.0, 8955.0, 8967.0, 8955.0, 9000.0, 8958.0, 8974.0, 8958.0, 8962.0, 9015.0, 8968.0, 9022.0, 9007.0, 8996.0, 8963.0, 8979.0, 9046.0, 8962.0, 9019.0, 9028.0, 8964.0, 9028.0, 8961.0, 8990.0, 8980.0, 8982.0, 9048.0, 8982.0, 9034.0, 8964.0, 8982.0, 9018.0, 8965.0, 9034.0, 8991.0, 8982.0, 9014.0, 8962.0, 9017.0, 8976.0, 8996.0, 8972.0, 8968.0, 9045.0, 8977.0, 9022.0, 8962.0, 8981.0, 9049.0, 9008.0, 9033.0, 8962.0, 8963.0, 9042.0, 8978.0, 9035.0, 8998.0, 8965.0, 9041.0, 8960.0, 8975.0, 8959.0, 8978.0, 9031.0, 8965.0, 9009.0, 8978.0, 8982.0, 9017.0, 8969.0, 9026.0, 8994.0, 8969.0, 9061.0, 8981.0, 9034.0, 8989.0, 8969.0, 9046.0, 8964.0, 9022.0, 8980.0, 8997.0, 9061.0, 8981.0, 9035.0, 8979.0, 8991.0, 9045.0, 8979.0, 9033.0, 8978.0, 8998.0, 9016.0, 8967.0, 9022.0, 8992.0, 8986.0, 9032.0, 8984.0, 9040.0, 8978.0, 8996.0, 9083.0, 9018.0, 9031.0, 8956.0, 8957.0, 9012.0, 8958.0, 9016.0, 9025.0, 8972.0, 9028.0, 8939.0, 8957.0, 9007.0, 8956.0, 9000.0, 8967.0, 8959.0, 8983.0, 8963.0, 8991.0, 8976.0, 8984.0, 9018.0, 8980.0, 9014.0, 8964.0, 8979.0, 9024.0, 9004.0, 9000.0, 9034.0, 8981.0, 9025.0, 8991.0, 8983.0, 9079.0, 8996.0, 9024.0, 9042.0, 8977.0, 9020.0, 8975.0, 8981.0, 9049.0, 8981.0, 9024.0, 9015.0, 8964.0, 9020.0, 8974.0, 8977.0, 9045.0, 8990.0, 9009.0, 8972.0, 8965.0, 9019.0, 8964.0, 8998.0, 9047.0, 8980.0, 9036.0, 8976.0, 8981.0, 9029.0, 8979.0, 9022.0, 8992.0, 8968.0, 9047.0, 8979.0, 9022.0, 8978.0, 8969.0, 9048.0, 8980.0, 9012.0, 9035.0, 8964.0, 9019.0, 8966.0, 8982.0, 9050.0, 8981.0, 9026.0, 8963.0, 8971.0, 9021.0, 8970.0, 9028.0, 8991.0, 8970.0, 9068.0, 8981.0, 8997.0, 9077.0, 9007.0, 9047.0, 8960.0, 8978.0, 9058.0, 8978.0, 9049.0, 9028.0, 8962.0, 9057.0, 8971.0, 8972.0, 9024.0, 8943.0, 9012.0, 8953.0, 8961.0, 9024.0, 8962.0, 9019.0, 8986.0, 8960.0, 9024.0, 8974.0, 9001.0, 8958.0, 8963.0, 9029.0, 8960.0, 8993.0, 8957.0, 8965.0, 9018.0, 8964.0, 8995.0, 8949.0, 8976.0, 9017.0, 8978.0, 8996.0, 9046.0, 8982.0, 9036.0, 8964.0, 8966.0, 9049.0, 8978.0, 8996.0, 8973.0, 8965.0, 9033.0, 9006.0, 9028.0, 9031.0, 8979.0, 9034.0, 8961.0, 9021.0, 9058.0, 8975.0, 9031.0, 8957.0, 8965.0, 9020.0, 8964.0, 9009.0, 8975.0, 8979.0, 9036.0, 8980.0, 8997.0, 9017.0, 8980.0, 9034.0, 8991.0, 8996.0, 9011.0, 8985.0, 8983.0, 8991.0, 9028.0, 9008.0, 9007.0, 9040.0, 9092.0, 9060.0, 9111.0, 9058.0, 9017.0, 9081.0, 9052.0, 9054.0, 9020.0, 8968.0, 9058.0, 8963.0, 9006.0, 8976.0, 8967.0, 9001.0, 8964.0, 8992.0, 8991.0, 8978.0, 9003.0, 8967.0, 9008.0, 8979.0, 8999.0, 9036.0, 8983.0, 9021.0, 8980.0, 8997.0, 9004.0, 8982.0, 9036.0, 8995.0, 9012.0, 8960.0, 8964.0, 9031.0, 8976.0, 9020.0, 9043.0, 8978.0, 9031.0, 8972.0, 8975.0, 9013.0, 8965.0, 9035.0, 8986.0, 8979.0, 9043.0, 8963.0, 8988.0, 8958.0, 8963.0, 9014.0, 8961.0, 8994.0, 8959.0, 8966.0, 9004.0, 8978.0, 8997.0, 9051.0, 9011.0, 9036.0, 8957.0, 8961.0, 9014.0, 8960.0, 8992.0, 8944.0, 8962.0, 8991.0, 8982.0, 8999.0, 9037.0, 8990.0, 9015.0, 8966.0, 8984.0, 9020.0, 8982.0, 9014.0, 9047.0, 8983.0, 9012.0, 8973.0, 8962.0, 9004.0, 8974.0, 8995.0, 9033.0, 8964.0, 9007.0, 8958.0, 8977.0, 9000.0, 8977.0, 9007.0, 9004.0, 8981.0, 9022.0, 8990.0, 9010.0, 9049.0, 8984.0, 9022.0, 8993.0, 8997.0, 8979.0, 8997.0, 9040.0, 9013.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.0022127680525164117</td></tr>
<tr><td colspan=3>aqi</td><td>0.01968126652078775</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.20521734256293</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2514749992552041</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0455984708652803</td></tr>
<tr><td colspan=3>efc</td><td>0.4503</td></tr>
<tr><td colspan=3>fber</td><td>5928.0557</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07623103653115407</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>16</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.75054704595186</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4503218509164904</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.406006669909058</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6467996641681055</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.298159218672307</td></tr>
<tr><td colspan=3>gcor</td><td>0.00852217</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016356883570551872</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025178896263241768</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>914</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.60056989892769</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>26.037</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.3214</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>159.9515</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308870.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>725.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>311.0067</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8213</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>508.9477</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3266.1727</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3536.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67674.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>839.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4303.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>982.0595</td></tr>
<tr><td colspan=3>tsnr</td><td>44.41761792078614</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>