<?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-0111_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-0111_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-0111_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-0111/figures/sub-0111_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0111/figures/sub-0111_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-0111/figures/sub-0111_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111/ses-02/func/sub-0111_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>97218e677cc8a9a6deeb6c8d907a8b78</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>14:11:41.780000</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.997015, 0.074352, -0.0207856, -0.0732162, 0.996016, 0.0509041]</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.0820768</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>[4234, -7721, -7197, 309, -49, 174, 144, 63]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>222.337</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6d9472db-8a55-4a78-9583-c1d7899087aa||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.674919366836548, -0.19643373787403107, -0.06611664593219757, 122.91509246826172], [-0.19948090612888336, 2.67223858833313, 0.13292181491851807, -97.3626937866211], [-0.05576633661985397, -0.13657191395759583, 2.695915460586548, -38.50493621826172], [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': ['141141.780000', '141142.240000', '141142.700000', '141143.160000', '141143.620000', '141144.080000', '141144.540000', '141145.000000', '141145.460000', '141145.920000', '141146.380000', '141146.840000', '141147.300000', '141147.760000', '141148.220000', '141148.680000', '141149.140000', '141149.600000', '141150.060000', '141150.520000', '141150.980000', '141151.440000', '141151.900000', '141152.360000', '141152.820000', '141153.280000', '141153.740000', '141154.200000', '141154.660000', '141155.120000', '141155.580000', '141156.040000', '141156.500000', '141156.960000', '141157.420000', '141157.880000', '141158.340000', '141158.800000', '141159.260000', '141159.720000', '141200.180000', '141200.640000', '141201.100000', '141201.560000', '141202.020000', '141202.480000', '141202.940000', '141203.400000', '141203.860000', '141204.320000', '141204.780000', '141205.240000', '141205.700000', '141206.160000', '141206.620000', '141207.080000', '141207.540000', '141208.000000', '141208.460000', '141208.920000', '141209.380000', '141209.840000', '141210.300000', '141210.760000', '141211.220000', '141211.680000', '141212.140000', '141212.600000', '141213.060000', '141213.520000', '141213.980000', '141214.440000', '141214.900000', '141215.360000', '141215.820000', '141216.280000', '141216.740000', '141217.200000', '141217.660000', '141218.120000', '141218.580000', '141219.040000', '141219.500000', '141219.960000', '141220.420000', '141220.880000', '141221.340000', '141221.800000', '141222.260000', '141222.720000', '141223.180000', '141223.640000', '141224.100000', '141224.560000', '141225.020000', '141225.480000', '141225.940000', '141226.400000', '141226.860000', '141227.320000', '141227.780000', '141228.240000', '141228.700000', '141229.160000', '141229.620000', '141230.080000', '141230.540000', '141231.000000', '141231.460000', '141231.920000', '141232.380000', '141232.840000', '141233.300000', '141233.760000', '141234.220000', '141234.680000', '141235.140000', '141235.600000', '141236.060000', '141236.520000', '141236.980000', '141237.440000', '141237.900000', '141238.360000', '141238.820000', '141239.280000', '141239.740000', '141240.200000', '141240.660000', '141241.120000', '141241.580000', '141242.040000', '141242.500000', '141242.960000', '141243.420000', '141243.880000', '141244.340000', '141244.800000', '141245.260000', '141245.720000', '141246.180000', '141246.640000', '141247.100000', '141247.560000', '141248.020000', '141248.480000', '141248.940000', '141249.400000', '141249.860000', '141250.320000', '141250.780000', '141251.240000', '141251.700000', '141252.160000', '141252.620000', '141253.080000', '141253.540000', '141254.000000', '141254.460000', '141254.920000', '141255.380000', '141255.840000', '141256.300000', '141256.760000', '141257.220000', '141257.680000', '141258.140000', '141258.600000', '141259.060000', '141259.520000', '141259.980000', '141300.440000', '141300.900000', '141301.360000', '141301.820000', '141302.280000', '141302.740000', '141303.200000', '141303.660000', '141304.120000', '141304.580000', '141305.040000', '141305.500000', '141305.960000', '141306.420000', '141306.880000', '141307.340000', '141307.800000', '141308.260000', '141308.720000', '141309.180000', '141309.640000', '141310.100000', '141310.560000', '141311.020000', '141311.480000', '141311.940000', '141312.400000', '141312.860000', '141313.320000', '141313.780000', '141314.240000', '141314.700000', '141315.160000', '141315.620000', '141316.080000', '141316.540000', '141317.000000', '141317.460000', '141317.920000', '141318.380000', '141318.840000', '141319.300000', '141319.760000', '141320.220000', '141320.680000', '141321.140000', '141321.600000', '141322.060000', '141322.520000', '141322.980000', '141323.440000', '141323.900000', '141324.360000', '141324.820000', '141325.280000', '141325.740000', '141326.200000', '141326.660000', '141327.120000', '141327.580000', '141328.040000', '141328.500000', '141328.960000', '141329.420000', '141329.880000', '141330.340000', '141330.800000', '141331.260000', '141331.720000', '141332.180000', '141332.640000', '141333.100000', '141333.560000', '141334.020000', '141334.480000', '141334.940000', '141335.400000', '141335.860000', '141336.320000', '141336.780000', '141337.240000', '141337.700000', '141338.160000', '141338.620000', '141339.080000', '141339.540000', '141340.000000', '141340.460000', '141340.920000', '141341.380000', '141341.840000', '141342.300000', '141342.760000', '141343.220000', '141343.680000', '141344.140000', '141344.600000', '141345.060000', '141345.520000', '141345.980000', '141346.440000', '141346.900000', '141347.360000', '141347.820000', '141348.280000', '141348.740000', '141349.200000', '141349.660000', '141350.120000', '141350.580000', '141351.040000', '141351.500000', '141351.960000', '141352.420000', '141352.880000', '141353.340000', '141353.800000', '141354.260000', '141354.720000', '141355.180000', '141355.640000', '141356.100000', '141356.560000', '141357.020000', '141357.480000', '141357.940000', '141358.400000', '141358.860000', '141359.320000', '141359.780000', '141400.240000', '141400.700000', '141401.160000', '141401.620000', '141402.080000', '141402.540000', '141403.000000', '141403.460000', '141403.920000', '141404.380000', '141404.840000', '141405.300000', '141405.760000', '141406.220000', '141406.680000', '141407.140000', '141407.600000', '141408.060000', '141408.520000', '141408.980000', '141409.440000', '141409.900000', '141410.360000', '141410.820000', '141411.280000', '141411.740000', '141412.200000', '141412.660000', '141413.120000', '141413.580000', '141414.040000', '141414.500000', '141414.960000', '141415.420000', '141415.880000', '141416.340000', '141416.800000', '141417.260000', '141417.720000', '141418.180000', '141418.640000', '141419.100000', '141419.560000', '141420.020000', '141420.480000', '141420.940000', '141421.400000', '141421.860000', '141422.320000', '141422.780000', '141423.240000', '141423.700000', '141424.160000', '141424.620000', '141425.080000', '141425.540000', '141426.000000', '141426.460000', '141426.920000', '141427.380000', '141427.840000', '141428.300000', '141428.760000', '141429.220000', '141429.680000', '141430.140000', '141430.600000', '141431.060000', '141431.520000', '141431.980000', '141432.440000', '141432.900000', '141433.360000', '141433.820000', '141434.280000', '141434.740000', '141435.200000', '141435.660000', '141436.120000', '141436.580000', '141437.040000', '141437.500000', '141437.960000', '141438.420000', '141438.880000', '141439.340000', '141439.800000', '141440.260000', '141440.720000', '141441.180000', '141441.640000', '141442.100000', '141442.560000', '141443.020000', '141443.480000', '141443.940000', '141444.400000', '141444.860000', '141445.320000', '141445.780000', '141446.240000', '141446.700000', '141447.160000', '141447.620000', '141448.080000', '141448.540000', '141449.000000', '141449.460000', '141449.920000', '141450.380000', '141450.840000', '141451.300000', '141451.760000', '141452.220000', '141452.680000', '141453.140000', '141453.600000', '141454.060000', '141454.520000', '141454.980000', '141455.440000', '141455.900000', '141456.360000', '141456.820000', '141457.280000', '141457.740000', '141458.200000', '141458.660000', '141459.120000', '141459.580000', '141500.040000', '141500.500000', '141500.960000', '141501.420000', '141501.880000', '141502.340000', '141502.800000', '141503.260000', '141503.720000', '141504.180000', '141504.640000', '141505.100000', '141505.560000', '141506.020000', '141506.480000', '141506.940000', '141507.400000', '141507.860000', '141508.320000', '141508.780000', '141509.240000', '141509.700000', '141510.160000', '141510.620000', '141511.080000', '141511.540000', '141512.000000', '141512.460000', '141512.920000', '141513.380000', '141513.840000', '141514.300000', '141514.760000', '141515.220000', '141515.680000', '141516.140000', '141516.600000', '141517.060000', '141517.520000', '141517.980000', '141518.440000', '141518.900000', '141519.360000', '141519.820000', '141520.280000', '141520.740000', '141521.200000', '141521.660000', '141522.120000', '141522.580000', '141523.040000', '141523.500000', '141523.960000', '141524.420000', '141524.880000', '141525.340000', '141525.800000', '141526.260000', '141526.720000', '141527.180000', '141527.640000', '141528.100000', '141528.560000', '141529.020000', '141529.480000', '141529.940000', '141530.400000', '141530.860000', '141531.320000', '141531.780000', '141532.240000', '141532.700000', '141533.160000', '141533.620000', '141534.080000', '141534.540000', '141535.000000', '141535.460000', '141535.920000', '141536.380000', '141536.840000', '141537.300000', '141537.760000', '141538.220000', '141538.680000', '141539.140000', '141539.600000', '141540.060000', '141540.520000', '141540.980000', '141541.440000', '141541.900000', '141542.360000', '141542.820000', '141543.280000', '141543.740000', '141544.200000', '141544.660000', '141545.120000', '141545.580000', '141546.040000', '141546.500000', '141546.960000', '141547.420000', '141547.880000', '141548.340000', '141548.800000', '141549.260000', '141549.720000', '141550.180000', '141550.640000', '141551.100000', '141551.560000', '141552.020000', '141552.480000', '141552.940000', '141553.400000', '141553.860000', '141554.320000', '141554.780000', '141555.240000', '141555.700000', '141556.160000', '141556.620000', '141557.080000', '141557.540000', '141558.000000', '141558.460000', '141558.920000', '141559.380000', '141559.840000', '141600.300000', '141600.760000', '141601.220000', '141601.680000', '141602.140000', '141602.600000', '141603.060000', '141603.520000', '141603.980000', '141604.440000', '141604.900000', '141605.360000', '141605.820000', '141606.280000', '141606.740000', '141607.200000', '141607.660000', '141608.120000', '141608.580000', '141609.040000', '141609.500000', '141609.960000', '141610.420000', '141610.880000', '141611.340000', '141611.800000', '141612.260000', '141612.720000', '141613.180000', '141613.640000', '141614.100000', '141614.560000', '141615.020000', '141615.480000', '141615.940000', '141616.400000', '141616.860000', '141617.320000', '141617.780000', '141618.240000', '141618.700000', '141619.160000', '141619.620000', '141620.080000', '141620.540000', '141621.000000', '141621.460000', '141621.920000', '141622.380000', '141622.840000', '141623.300000', '141623.760000', '141624.220000', '141624.680000', '141625.140000', '141625.600000', '141626.060000', '141626.520000', '141626.980000', '141627.440000', '141627.900000', '141628.360000', '141628.820000', '141629.280000', '141629.740000', '141630.200000', '141630.660000', '141631.120000', '141631.580000', '141632.040000', '141632.500000', '141632.960000', '141633.420000', '141633.880000', '141634.340000', '141634.800000', '141635.260000', '141635.720000', '141636.180000', '141636.640000', '141637.100000', '141637.560000', '141638.020000', '141638.480000', '141638.940000', '141639.400000', '141639.860000', '141640.320000', '141640.780000', '141641.240000', '141641.700000', '141642.160000', '141642.620000', '141643.080000', '141643.540000', '141644.000000', '141644.460000', '141644.920000', '141645.380000', '141645.840000', '141646.300000', '141646.760000', '141647.220000', '141647.680000', '141648.140000', '141648.600000', '141649.060000', '141649.520000', '141649.980000', '141650.440000', '141650.900000', '141651.360000', '141651.820000', '141652.280000', '141652.740000', '141653.200000', '141653.660000', '141654.120000', '141654.580000', '141655.040000', '141655.500000', '141655.960000', '141656.420000', '141656.880000', '141657.340000', '141657.800000', '141658.260000', '141658.720000', '141659.180000', '141659.640000', '141700.100000', '141700.560000', '141701.020000', '141701.480000', '141701.940000', '141702.400000', '141702.860000', '141703.320000', '141703.780000', '141704.240000', '141704.700000', '141705.160000', '141705.620000', '141706.080000', '141706.540000', '141707.000000', '141707.460000', '141707.920000', '141708.380000', '141708.840000', '141709.300000', '141709.760000', '141710.220000', '141710.680000', '141711.140000', '141711.600000', '141712.060000', '141712.520000', '141712.980000', '141713.440000', '141713.900000', '141714.360000', '141714.820000', '141715.280000', '141715.740000', '141716.200000', '141716.660000', '141717.120000', '141717.580000', '141718.040000', '141718.500000', '141718.960000', '141719.420000', '141719.880000', '141720.340000', '141720.800000', '141721.260000', '141721.720000', '141722.180000', '141722.640000', '141723.100000', '141723.560000', '141724.020000', '141724.480000', '141724.940000', '141725.400000', '141725.860000', '141726.320000', '141726.780000', '141727.240000', '141727.700000', '141728.160000', '141728.620000', '141729.080000', '141729.540000', '141730.000000', '141730.460000', '141730.920000', '141731.380000', '141731.840000', '141732.300000', '141732.760000', '141733.220000', '141733.680000', '141734.140000', '141734.600000', '141735.060000', '141735.520000', '141735.980000', '141736.440000', '141736.900000', '141737.360000', '141737.820000', '141738.280000', '141738.740000', '141739.200000', '141739.660000', '141740.120000', '141740.580000', '141741.040000', '141741.500000', '141741.960000', '141742.420000', '141742.880000', '141743.340000', '141743.800000', '141744.260000', '141744.720000', '141745.180000', '141745.640000', '141746.100000', '141746.560000', '141747.020000', '141747.480000', '141747.940000', '141748.400000', '141748.860000', '141749.320000', '141749.780000', '141750.240000', '141750.700000', '141751.160000', '141751.620000', '141752.080000', '141752.540000', '141753.000000', '141753.460000', '141753.920000', '141754.380000', '141754.840000', '141755.300000', '141755.760000', '141756.220000', '141756.680000', '141757.140000', '141757.600000', '141758.060000', '141758.520000', '141758.980000', '141759.440000', '141759.900000', '141800.360000', '141800.820000', '141801.280000', '141801.740000', '141802.200000', '141802.660000', '141803.120000', '141803.580000', '141804.040000', '141804.500000', '141804.960000', '141805.420000', '141805.880000', '141806.340000', '141806.800000', '141807.260000', '141807.720000', '141808.180000', '141808.640000', '141809.100000', '141809.560000', '141810.020000', '141810.480000', '141810.940000', '141811.400000', '141811.860000', '141812.320000', '141812.780000', '141813.240000', '141813.700000', '141814.160000', '141814.620000', '141815.080000', '141815.540000', '141816.000000', '141816.460000', '141816.920000', '141817.380000', '141817.840000', '141818.300000', '141818.760000', '141819.220000', '141819.680000', '141820.140000', '141820.600000', '141821.060000', '141821.520000', '141821.980000', '141822.440000', '141822.900000', '141823.360000', '141823.820000', '141824.280000', '141824.740000', '141825.200000', '141825.660000', '141826.120000', '141826.580000', '141827.040000', '141827.500000', '141827.960000', '141828.420000', '141828.880000', '141829.340000', '141829.800000', '141830.260000', '141830.720000', '141831.180000', '141831.640000', '141832.100000', '141832.560000', '141833.020000', '141833.480000', '141833.940000', '141834.400000', '141834.860000', '141835.320000', '141835.780000', '141836.240000', '141836.700000', '141837.160000', '141837.620000', '141838.080000', '141838.540000', '141839.000000', '141839.460000', '141839.920000', '141840.380000', '141840.840000', '141841.300000', '141841.760000'], 'ContentTime': ['141158.908000', '141158.911000', '141158.916000', '141158.918000', '141158.921000', '141158.924000', '141158.927000', '141158.929000', '141158.932000', '141158.934000', '141158.937000', '141158.939000', '141158.942000', '141158.945000', '141158.947000', '141158.950000', '141158.953000', '141158.955000', '141158.958000', '141158.960000', '141158.963000', '141158.965000', '141158.968000', '141158.970000', '141158.973000', '141158.975000', '141158.978000', '141158.981000', '141158.983000', '141158.997000', '141159.001000', '141159.003000', '141159.006000', '141159.009000', '141159.011000', '141159.014000', '141218.875000', '141218.878000', '141218.881000', '141218.883000', '141218.886000', '141218.889000', '141218.891000', '141218.894000', '141218.896000', '141218.899000', '141218.902000', '141218.910000', '141218.912000', '141218.915000', '141218.917000', '141218.920000', '141218.922000', '141218.925000', '141218.928000', '141218.939000', '141218.942000', '141218.944000', '141218.947000', '141218.949000', '141218.952000', '141218.954000', '141218.957000', '141218.959000', '141218.962000', '141218.964000', '141218.967000', '141218.970000', '141218.972000', '141218.975000', '141218.977000', '141218.980000', '141218.982000', '141218.985000', '141218.988000', '141218.990000', '141218.993000', '141218.995000', '141218.998000', '141238.875000', '141238.878000', '141238.881000', '141238.883000', '141238.886000', '141238.888000', '141238.891000', '141238.894000', '141238.896000', '141238.899000', '141238.901000', '141238.904000', '141238.906000', '141238.909000', '141238.911000', '141238.914000', '141238.916000', '141238.919000', '141238.922000', '141238.924000', '141238.927000', '141238.929000', '141238.932000', '141238.935000', '141238.937000', '141238.940000', '141238.942000', '141238.945000', '141238.947000', '141238.950000', '141238.952000', '141238.955000', '141238.957000', '141238.960000', '141238.963000', '141238.965000', '141238.968000', '141238.970000', '141238.973000', '141238.975000', '141238.978000', '141238.981000', '141238.983000', '141238.986000', '141258.874000', '141258.877000', '141258.880000', '141258.883000', '141258.885000', '141258.888000', '141258.890000', '141258.893000', '141258.896000', '141258.898000', '141258.901000', '141258.903000', '141258.906000', '141258.908000', '141258.911000', '141258.914000', '141258.916000', '141258.919000', '141258.921000', '141258.924000', '141258.926000', '141258.929000', '141258.932000', '141258.934000', '141258.937000', '141258.940000', '141258.943000', '141258.946000', '141258.948000', '141258.951000', '141258.953000', '141258.956000', '141258.959000', '141258.961000', '141258.964000', '141258.966000', '141258.969000', '141258.972000', '141258.974000', '141258.977000', '141258.979000', '141258.982000', '141258.984000', '141318.874000', '141318.877000', '141318.880000', '141318.882000', '141318.885000', '141318.888000', '141318.890000', '141318.893000', '141318.895000', '141318.898000', '141318.901000', '141318.903000', '141318.906000', '141318.908000', '141318.911000', '141318.914000', '141318.917000', '141318.919000', '141318.922000', '141318.925000', '141318.927000', '141318.930000', '141318.932000', '141318.935000', '141318.937000', '141318.940000', '141318.942000', '141318.945000', '141318.948000', '141318.950000', '141318.953000', '141318.955000', '141318.958000', '141318.960000', '141318.963000', '141318.966000', '141318.968000', '141318.971000', '141318.973000', '141318.976000', '141318.978000', '141318.981000', '141318.984000', '141338.874000', '141338.877000', '141338.880000', '141338.883000', '141338.885000', '141338.888000', '141338.890000', '141338.893000', '141338.895000', '141338.898000', '141338.901000', '141338.903000', '141338.906000', '141338.908000', '141338.911000', '141338.914000', '141338.916000', '141338.919000', '141338.921000', '141338.924000', '141338.926000', '141338.929000', '141338.932000', '141338.934000', '141338.937000', '141338.939000', '141338.942000', '141338.945000', '141338.947000', '141338.950000', '141338.952000', '141338.955000', '141338.958000', '141338.960000', '141338.963000', '141338.965000', '141338.968000', '141338.970000', '141338.973000', '141338.976000', '141338.978000', '141338.981000', '141338.983000', '141338.986000', '141358.875000', '141358.877000', '141358.880000', '141358.883000', '141358.885000', '141358.888000', '141358.890000', '141358.893000', '141358.896000', '141358.898000', '141358.901000', '141358.903000', '141358.906000', '141358.908000', '141358.911000', '141358.920000', '141358.922000', '141358.925000', '141358.927000', '141358.930000', '141358.933000', '141358.935000', '141358.938000', '141358.940000', '141358.943000', '141358.946000', '141358.948000', '141358.951000', '141358.954000', '141358.957000', '141358.960000', '141358.963000', '141358.965000', '141358.968000', '141358.970000', '141358.973000', '141358.976000', '141358.978000', '141358.981000', '141358.984000', '141358.986000', '141358.989000', '141358.991000', '141358.994000', '141418.876000', '141418.879000', '141418.881000', '141418.884000', '141418.886000', '141418.889000', '141418.892000', '141418.894000', '141418.897000', '141418.899000', '141418.902000', '141418.904000', '141418.907000', '141418.910000', '141418.912000', '141418.915000', '141418.918000', '141418.920000', '141418.923000', '141418.925000', '141418.928000', '141418.930000', '141418.933000', '141418.936000', '141418.938000', '141418.941000', '141418.943000', '141418.946000', '141418.949000', '141418.951000', '141418.954000', '141418.957000', '141418.959000', '141418.962000', '141418.964000', '141418.967000', '141418.970000', '141418.972000', '141418.975000', '141418.977000', '141418.980000', '141418.982000', '141418.985000', '141438.876000', '141438.879000', '141438.881000', '141438.884000', '141438.887000', '141438.889000', '141438.892000', '141438.895000', '141438.897000', '141438.900000', '141438.903000', '141438.906000', '141438.908000', '141438.911000', '141438.914000', '141438.916000', '141438.919000', '141438.921000', '141438.924000', '141438.927000', '141438.929000', '141438.932000', '141438.934000', '141438.937000', '141438.939000', '141438.942000', '141438.945000', '141438.947000', '141438.950000', '141438.952000', '141438.955000', '141438.958000', '141438.960000', '141438.963000', '141438.965000', '141438.968000', '141438.971000', '141438.973000', '141438.976000', '141438.978000', '141438.981000', '141438.983000', '141438.986000', '141458.875000', '141458.878000', '141458.881000', '141458.884000', '141458.886000', '141458.889000', '141458.891000', '141458.894000', '141458.896000', '141458.899000', '141458.902000', '141458.904000', '141458.907000', '141458.909000', '141458.912000', '141458.915000', '141458.917000', '141458.920000', '141458.922000', '141458.925000', '141458.927000', '141458.930000', '141458.933000', '141458.935000', '141458.938000', '141458.940000', '141458.943000', '141458.946000', '141458.948000', '141458.951000', '141458.953000', '141458.956000', '141458.958000', '141458.961000', '141458.964000', '141458.966000', '141458.969000', '141458.972000', '141458.975000', '141458.978000', '141458.980000', '141458.983000', '141458.985000', '141458.988000', '141518.874000', '141518.877000', '141518.880000', '141518.882000', '141518.885000', '141518.888000', '141518.891000', '141518.894000', '141518.897000', '141518.900000', '141518.902000', '141518.905000', '141518.907000', '141518.910000', '141518.913000', '141518.915000', '141518.918000', '141518.920000', '141518.923000', '141518.926000', '141518.928000', '141518.931000', '141518.933000', '141518.936000', '141518.938000', '141518.941000', '141518.944000', '141518.946000', '141518.949000', '141518.951000', '141518.954000', '141518.957000', '141518.959000', '141518.962000', '141518.964000', '141518.967000', '141518.970000', '141518.972000', '141518.975000', '141518.977000', '141518.986000', '141518.988000', '141518.991000', '141538.875000', '141538.877000', '141538.880000', '141538.883000', '141538.885000', '141538.888000', '141538.890000', '141538.893000', '141538.896000', '141538.898000', '141538.901000', '141538.904000', '141538.906000', '141538.909000', '141538.912000', '141538.914000', '141538.917000', '141538.919000', '141538.922000', '141538.925000', '141538.927000', '141538.930000', '141538.932000', '141538.935000', '141538.937000', '141538.940000', '141538.943000', '141538.945000', '141538.948000', '141538.951000', '141538.953000', '141538.956000', '141538.958000', '141538.961000', '141538.964000', '141538.966000', '141538.969000', '141538.971000', '141538.974000', '141538.976000', '141538.979000', '141538.982000', '141538.984000', '141538.987000', '141558.874000', '141558.877000', '141558.880000', '141558.883000', '141558.885000', '141558.888000', '141558.890000', '141558.893000', '141558.896000', '141558.898000', '141558.901000', '141558.904000', '141558.906000', '141558.909000', '141558.911000', '141558.914000', '141558.917000', '141558.919000', '141558.922000', '141558.924000', '141558.927000', '141558.929000', '141558.932000', '141558.935000', '141558.937000', '141558.941000', '141558.943000', '141558.946000', '141558.949000', '141558.951000', '141558.954000', '141558.956000', '141558.959000', '141558.962000', '141558.964000', '141558.967000', '141558.969000', '141558.972000', '141558.975000', '141558.977000', '141558.980000', '141558.983000', '141558.985000', '141618.875000', '141618.877000', '141618.880000', '141618.882000', '141618.885000', '141618.888000', '141618.890000', '141618.893000', '141618.895000', '141618.898000', '141618.901000', '141618.903000', '141618.906000', '141618.908000', '141618.911000', '141618.914000', '141618.916000', '141618.919000', '141618.922000', '141618.924000', '141618.927000', '141618.929000', '141618.932000', '141618.934000', '141618.937000', '141618.940000', '141618.942000', '141618.945000', '141618.947000', '141618.950000', '141618.953000', '141618.955000', '141618.958000', '141618.960000', '141618.963000', '141618.965000', '141618.968000', '141618.971000', '141618.973000', '141618.976000', '141618.979000', '141618.981000', '141618.984000', '141618.986000', '141638.875000', '141638.878000', '141638.881000', '141638.883000', '141638.886000', '141638.889000', '141638.891000', '141638.894000', '141638.896000', '141638.899000', '141638.902000', '141638.904000', '141638.907000', '141638.910000', '141638.912000', '141638.915000', '141638.917000', '141638.920000', '141638.923000', '141638.925000', '141638.928000', '141638.930000', '141638.933000', '141638.936000', '141638.938000', '141638.941000', '141638.945000', '141638.947000', '141638.950000', '141638.953000', '141638.955000', '141638.958000', '141638.960000', '141638.963000', '141638.966000', '141638.968000', '141638.971000', '141638.973000', '141638.976000', '141638.979000', '141638.981000', '141638.984000', '141638.986000', '141658.876000', '141658.878000', '141658.881000', '141658.884000', '141658.886000', '141658.889000', '141658.891000', '141658.894000', '141658.909000', '141658.912000', '141658.914000', '141658.917000', '141658.920000', '141658.922000', '141658.925000', '141658.928000', '141658.930000', '141658.933000', '141658.935000', '141658.938000', '141658.941000', '141658.943000', '141658.946000', '141658.948000', '141658.951000', '141658.954000', '141658.956000', '141658.959000', '141658.961000', '141658.964000', '141658.967000', '141658.969000', '141658.972000', '141658.975000', '141658.977000', '141658.980000', '141658.983000', '141658.985000', '141658.988000', '141658.991000', '141658.993000', '141658.996000', '141658.999000', '141659.001000', '141718.875000', '141718.878000', '141718.881000', '141718.884000', '141718.886000', '141718.889000', '141718.891000', '141718.894000', '141718.897000', '141718.899000', '141718.902000', '141718.905000', '141718.907000', '141718.910000', '141718.912000', '141718.915000', '141718.918000', '141718.920000', '141718.923000', '141718.925000', '141718.928000', '141718.931000', '141718.933000', '141718.936000', '141718.938000', '141718.941000', '141718.944000', '141718.946000', '141718.949000', '141718.952000', '141718.954000', '141718.957000', '141718.959000', '141718.962000', '141718.965000', '141718.967000', '141718.970000', '141718.973000', '141718.975000', '141718.978000', '141718.982000', '141718.984000', '141718.987000', '141738.875000', '141738.877000', '141738.880000', '141738.883000', '141738.885000', '141738.888000', '141738.891000', '141738.893000', '141738.896000', '141738.898000', '141738.901000', '141738.904000', '141738.906000', '141738.909000', '141738.911000', '141738.914000', '141738.916000', '141738.919000', '141738.921000', '141738.924000', '141738.927000', '141738.929000', '141738.932000', '141738.934000', '141738.937000', '141738.940000', '141738.942000', '141738.945000', '141738.948000', '141738.950000', '141738.953000', '141738.955000', '141738.958000', '141738.961000', '141738.963000', '141738.966000', '141738.969000', '141738.971000', '141738.974000', '141738.976000', '141738.979000', '141738.982000', '141738.984000', '141738.987000', '141758.875000', '141758.877000', '141758.880000', '141758.883000', '141758.885000', '141758.888000', '141758.891000', '141758.893000', '141758.896000', '141758.898000', '141758.901000', '141758.904000', '141758.906000', '141758.909000', '141758.911000', '141758.914000', '141758.917000', '141758.919000', '141758.922000', '141758.924000', '141758.927000', '141758.930000', '141758.932000', '141758.935000', '141758.937000', '141758.940000', '141758.943000', '141758.945000', '141758.948000', '141758.950000', '141758.953000', '141758.956000', '141758.958000', '141758.961000', '141758.964000', '141758.966000', '141758.969000', '141758.971000', '141758.974000', '141758.976000', '141758.979000', '141758.982000', '141758.984000', '141818.875000', '141818.877000', '141818.880000', '141818.883000', '141818.885000', '141818.888000', '141818.891000', '141818.893000', '141818.896000', '141818.898000', '141818.901000', '141818.904000', '141818.906000', '141818.909000', '141818.911000', '141818.914000', '141818.917000', '141818.919000', '141818.922000', '141818.925000', '141818.927000', '141818.930000', '141818.932000', '141818.935000', '141818.938000', '141818.940000', '141818.943000', '141818.945000', '141818.948000', '141818.951000', '141818.953000', '141818.956000', '141818.958000', '141818.975000', '141818.978000', '141818.980000', '141818.983000', '141818.986000', '141818.988000', '141818.991000', '141818.993000', '141818.996000', '141818.999000', '141819.001000', '141838.874000', '141838.877000', '141838.880000', '141838.883000', '141838.885000', '141838.888000', '141838.891000', '141838.893000', '141838.896000', '141838.898000', '141838.901000', '141838.903000', '141838.906000', '141838.909000', '141838.911000', '141838.914000', '141838.916000', '141838.919000', '141838.922000', '141838.924000', '141838.927000', '141838.929000', '141838.932000', '141838.934000', '141838.937000', '141838.940000', '141838.942000', '141838.945000', '141838.947000', '141838.950000', '141838.952000', '141838.955000', '141838.958000', '141838.960000', '141838.963000', '141838.965000', '141838.968000', '141838.971000', '141838.973000', '141838.976000', '141838.978000', '141838.981000', '141838.983000', '141842.655000', '141842.658000', '141842.660000', '141842.663000', '141842.666000', '141842.669000', '141842.672000', '141842.674000', '141842.677000'], 'InstanceCreationTime': ['141158.908000', '141158.911000', '141158.916000', '141158.918000', '141158.921000', '141158.924000', '141158.927000', '141158.929000', '141158.932000', '141158.934000', '141158.937000', '141158.939000', '141158.942000', '141158.945000', '141158.947000', '141158.950000', '141158.953000', '141158.955000', '141158.958000', '141158.960000', '141158.963000', '141158.965000', '141158.968000', '141158.970000', '141158.973000', '141158.975000', '141158.978000', '141158.981000', '141158.983000', '141158.997000', '141159.001000', '141159.003000', '141159.006000', '141159.009000', '141159.011000', '141159.014000', '141218.875000', '141218.878000', '141218.881000', '141218.883000', '141218.886000', '141218.889000', '141218.891000', '141218.894000', '141218.896000', '141218.899000', '141218.902000', '141218.910000', '141218.912000', '141218.915000', '141218.917000', '141218.920000', '141218.922000', '141218.925000', '141218.928000', '141218.939000', '141218.942000', '141218.944000', '141218.947000', '141218.949000', '141218.952000', '141218.954000', '141218.957000', '141218.959000', '141218.962000', '141218.964000', '141218.967000', '141218.970000', '141218.972000', '141218.975000', '141218.977000', '141218.980000', '141218.982000', '141218.985000', '141218.988000', '141218.990000', '141218.993000', '141218.995000', '141218.998000', '141238.875000', '141238.878000', '141238.881000', '141238.883000', '141238.886000', '141238.888000', '141238.891000', '141238.894000', '141238.896000', '141238.899000', '141238.901000', '141238.904000', '141238.906000', '141238.909000', '141238.911000', '141238.914000', '141238.916000', '141238.919000', '141238.922000', '141238.924000', '141238.927000', '141238.929000', '141238.932000', '141238.935000', '141238.937000', '141238.940000', '141238.942000', '141238.945000', '141238.947000', '141238.950000', '141238.952000', '141238.955000', '141238.957000', '141238.960000', '141238.963000', '141238.965000', '141238.968000', '141238.970000', '141238.973000', '141238.975000', '141238.978000', '141238.981000', '141238.983000', '141238.986000', '141258.874000', '141258.877000', '141258.880000', '141258.883000', '141258.885000', '141258.888000', '141258.890000', '141258.893000', '141258.896000', '141258.898000', '141258.901000', '141258.903000', '141258.906000', '141258.908000', '141258.911000', '141258.914000', '141258.916000', '141258.919000', '141258.921000', '141258.924000', '141258.926000', '141258.929000', '141258.932000', '141258.934000', '141258.937000', '141258.940000', '141258.943000', '141258.946000', '141258.948000', '141258.951000', '141258.953000', '141258.956000', '141258.959000', '141258.961000', '141258.964000', '141258.966000', '141258.969000', '141258.972000', '141258.974000', '141258.977000', '141258.979000', '141258.982000', '141258.984000', '141318.874000', '141318.877000', '141318.880000', '141318.882000', '141318.885000', '141318.888000', '141318.890000', '141318.893000', '141318.895000', '141318.898000', '141318.901000', '141318.903000', '141318.906000', '141318.908000', '141318.911000', '141318.914000', '141318.917000', '141318.919000', '141318.922000', '141318.925000', '141318.927000', '141318.930000', '141318.932000', '141318.935000', '141318.937000', '141318.940000', '141318.942000', '141318.945000', '141318.948000', '141318.950000', '141318.953000', '141318.955000', '141318.958000', '141318.960000', '141318.963000', '141318.966000', '141318.968000', '141318.971000', '141318.973000', '141318.976000', '141318.978000', '141318.981000', '141318.984000', '141338.874000', '141338.877000', '141338.880000', '141338.883000', '141338.885000', '141338.888000', '141338.890000', '141338.893000', '141338.895000', '141338.898000', '141338.901000', '141338.903000', '141338.906000', '141338.908000', '141338.911000', '141338.914000', '141338.916000', '141338.919000', '141338.921000', '141338.924000', '141338.926000', '141338.929000', '141338.932000', '141338.934000', '141338.937000', '141338.939000', '141338.942000', '141338.945000', '141338.947000', '141338.950000', '141338.952000', '141338.955000', '141338.958000', '141338.960000', '141338.963000', '141338.965000', '141338.968000', '141338.970000', '141338.973000', '141338.976000', '141338.978000', '141338.981000', '141338.983000', '141338.986000', '141358.875000', '141358.877000', '141358.880000', '141358.883000', '141358.885000', '141358.888000', '141358.890000', '141358.893000', '141358.896000', '141358.898000', '141358.901000', '141358.903000', '141358.906000', '141358.908000', '141358.911000', '141358.920000', '141358.922000', '141358.925000', '141358.927000', '141358.930000', '141358.933000', '141358.935000', '141358.938000', '141358.940000', '141358.943000', '141358.946000', '141358.948000', '141358.951000', '141358.954000', '141358.957000', '141358.960000', '141358.963000', '141358.965000', '141358.968000', '141358.970000', '141358.973000', '141358.976000', '141358.978000', '141358.981000', '141358.984000', '141358.986000', '141358.989000', '141358.991000', '141358.994000', '141418.876000', '141418.879000', '141418.881000', '141418.884000', '141418.886000', '141418.889000', '141418.892000', '141418.894000', '141418.897000', '141418.899000', '141418.902000', '141418.904000', '141418.907000', '141418.910000', '141418.912000', '141418.915000', '141418.918000', '141418.920000', '141418.923000', '141418.925000', '141418.928000', '141418.930000', '141418.933000', '141418.936000', '141418.938000', '141418.941000', '141418.943000', '141418.946000', '141418.949000', '141418.951000', '141418.954000', '141418.957000', '141418.959000', '141418.962000', '141418.964000', '141418.967000', '141418.970000', '141418.972000', '141418.975000', '141418.977000', '141418.980000', '141418.982000', '141418.985000', '141438.876000', '141438.879000', '141438.881000', '141438.884000', '141438.887000', '141438.889000', '141438.892000', '141438.895000', '141438.897000', '141438.900000', '141438.903000', '141438.906000', '141438.908000', '141438.911000', '141438.914000', '141438.916000', '141438.919000', '141438.921000', '141438.924000', '141438.927000', '141438.929000', '141438.932000', '141438.934000', '141438.937000', '141438.939000', '141438.942000', '141438.945000', '141438.947000', '141438.950000', '141438.952000', '141438.955000', '141438.958000', '141438.960000', '141438.963000', '141438.965000', '141438.968000', '141438.971000', '141438.973000', '141438.976000', '141438.978000', '141438.981000', '141438.983000', '141438.986000', '141458.875000', '141458.878000', '141458.881000', '141458.884000', '141458.886000', '141458.889000', '141458.891000', '141458.894000', '141458.896000', '141458.899000', '141458.902000', '141458.904000', '141458.907000', '141458.909000', '141458.912000', '141458.915000', '141458.917000', '141458.920000', '141458.922000', '141458.925000', '141458.927000', '141458.930000', '141458.933000', '141458.935000', '141458.938000', '141458.940000', '141458.943000', '141458.946000', '141458.948000', '141458.951000', '141458.953000', '141458.956000', '141458.958000', '141458.961000', '141458.964000', '141458.966000', '141458.969000', '141458.972000', '141458.975000', '141458.978000', '141458.980000', '141458.983000', '141458.985000', '141458.988000', '141518.874000', '141518.877000', '141518.880000', '141518.882000', '141518.885000', '141518.888000', '141518.891000', '141518.894000', '141518.897000', '141518.900000', '141518.902000', '141518.905000', '141518.907000', '141518.910000', '141518.913000', '141518.915000', '141518.918000', '141518.920000', '141518.923000', '141518.926000', '141518.928000', '141518.931000', '141518.933000', '141518.936000', '141518.938000', '141518.941000', '141518.944000', '141518.946000', '141518.949000', '141518.951000', '141518.954000', '141518.957000', '141518.959000', '141518.962000', '141518.964000', '141518.967000', '141518.970000', '141518.972000', '141518.975000', '141518.977000', '141518.986000', '141518.988000', '141518.991000', '141538.875000', '141538.877000', '141538.880000', '141538.883000', '141538.885000', '141538.888000', '141538.890000', '141538.893000', '141538.896000', '141538.898000', '141538.901000', '141538.904000', '141538.906000', '141538.909000', '141538.912000', '141538.914000', '141538.917000', '141538.919000', '141538.922000', '141538.925000', '141538.927000', '141538.930000', '141538.932000', '141538.935000', '141538.937000', '141538.940000', '141538.943000', '141538.945000', '141538.948000', '141538.951000', '141538.953000', '141538.956000', '141538.958000', '141538.961000', '141538.964000', '141538.966000', '141538.969000', '141538.971000', '141538.974000', '141538.976000', '141538.979000', '141538.982000', '141538.984000', '141538.987000', '141558.874000', '141558.877000', '141558.880000', '141558.883000', '141558.885000', '141558.888000', '141558.890000', '141558.893000', '141558.896000', '141558.898000', '141558.901000', '141558.904000', '141558.906000', '141558.909000', '141558.911000', '141558.914000', '141558.917000', '141558.919000', '141558.922000', '141558.924000', '141558.927000', '141558.929000', '141558.932000', '141558.935000', '141558.937000', '141558.941000', '141558.943000', '141558.946000', '141558.949000', '141558.951000', '141558.954000', '141558.956000', '141558.959000', '141558.962000', '141558.964000', '141558.967000', '141558.969000', '141558.972000', '141558.975000', '141558.977000', '141558.980000', '141558.983000', '141558.985000', '141618.875000', '141618.877000', '141618.880000', '141618.882000', '141618.885000', '141618.888000', '141618.890000', '141618.893000', '141618.895000', '141618.898000', '141618.901000', '141618.903000', '141618.906000', '141618.908000', '141618.911000', '141618.914000', '141618.916000', '141618.919000', '141618.922000', '141618.924000', '141618.927000', '141618.929000', '141618.932000', '141618.934000', '141618.937000', '141618.940000', '141618.942000', '141618.945000', '141618.947000', '141618.950000', '141618.953000', '141618.955000', '141618.958000', '141618.960000', '141618.963000', '141618.965000', '141618.968000', '141618.971000', '141618.973000', '141618.976000', '141618.979000', '141618.981000', '141618.984000', '141618.986000', '141638.875000', '141638.878000', '141638.881000', '141638.883000', '141638.886000', '141638.889000', '141638.891000', '141638.894000', '141638.896000', '141638.899000', '141638.902000', '141638.904000', '141638.907000', '141638.910000', '141638.912000', '141638.915000', '141638.917000', '141638.920000', '141638.923000', '141638.925000', '141638.928000', '141638.930000', '141638.933000', '141638.936000', '141638.938000', '141638.941000', '141638.945000', '141638.947000', '141638.950000', '141638.953000', '141638.955000', '141638.958000', '141638.960000', '141638.963000', '141638.966000', '141638.968000', '141638.971000', '141638.973000', '141638.976000', '141638.979000', '141638.981000', '141638.984000', '141638.986000', '141658.876000', '141658.878000', '141658.881000', '141658.884000', '141658.886000', '141658.889000', '141658.891000', '141658.894000', '141658.909000', '141658.912000', '141658.914000', '141658.917000', '141658.920000', '141658.922000', '141658.925000', '141658.928000', '141658.930000', '141658.933000', '141658.935000', '141658.938000', '141658.941000', '141658.943000', '141658.946000', '141658.948000', '141658.951000', '141658.954000', '141658.956000', '141658.959000', '141658.961000', '141658.964000', '141658.967000', '141658.969000', '141658.972000', '141658.975000', '141658.977000', '141658.980000', '141658.983000', '141658.985000', '141658.988000', '141658.991000', '141658.993000', '141658.996000', '141658.999000', '141659.001000', '141718.875000', '141718.878000', '141718.881000', '141718.884000', '141718.886000', '141718.889000', '141718.891000', '141718.894000', '141718.897000', '141718.899000', '141718.902000', '141718.905000', '141718.907000', '141718.910000', '141718.912000', '141718.915000', '141718.918000', '141718.920000', '141718.923000', '141718.925000', '141718.928000', '141718.931000', '141718.933000', '141718.936000', '141718.938000', '141718.941000', '141718.944000', '141718.946000', '141718.949000', '141718.952000', '141718.954000', '141718.957000', '141718.959000', '141718.962000', '141718.965000', '141718.967000', '141718.970000', '141718.973000', '141718.975000', '141718.978000', '141718.982000', '141718.984000', '141718.987000', '141738.875000', '141738.877000', '141738.880000', '141738.883000', '141738.885000', '141738.888000', '141738.891000', '141738.893000', '141738.896000', '141738.898000', '141738.901000', '141738.904000', '141738.906000', '141738.909000', '141738.911000', '141738.914000', '141738.916000', '141738.919000', '141738.921000', '141738.924000', '141738.927000', '141738.929000', '141738.932000', '141738.934000', '141738.937000', '141738.940000', '141738.942000', '141738.945000', '141738.948000', '141738.950000', '141738.953000', '141738.955000', '141738.958000', '141738.961000', '141738.963000', '141738.966000', '141738.969000', '141738.971000', '141738.974000', '141738.976000', '141738.979000', '141738.982000', '141738.984000', '141738.987000', '141758.875000', '141758.877000', '141758.880000', '141758.883000', '141758.885000', '141758.888000', '141758.891000', '141758.893000', '141758.896000', '141758.898000', '141758.901000', '141758.904000', '141758.906000', '141758.909000', '141758.911000', '141758.914000', '141758.917000', '141758.919000', '141758.922000', '141758.924000', '141758.927000', '141758.930000', '141758.932000', '141758.935000', '141758.937000', '141758.940000', '141758.943000', '141758.945000', '141758.948000', '141758.950000', '141758.953000', '141758.956000', '141758.958000', '141758.961000', '141758.964000', '141758.966000', '141758.969000', '141758.971000', '141758.974000', '141758.976000', '141758.979000', '141758.982000', '141758.984000', '141818.875000', '141818.877000', '141818.880000', '141818.883000', '141818.885000', '141818.888000', '141818.891000', '141818.893000', '141818.896000', '141818.898000', '141818.901000', '141818.904000', '141818.906000', '141818.909000', '141818.911000', '141818.914000', '141818.917000', '141818.919000', '141818.922000', '141818.925000', '141818.927000', '141818.930000', '141818.932000', '141818.935000', '141818.938000', '141818.940000', '141818.943000', '141818.945000', '141818.948000', '141818.951000', '141818.953000', '141818.956000', '141818.958000', '141818.975000', '141818.978000', '141818.980000', '141818.983000', '141818.986000', '141818.988000', '141818.991000', '141818.993000', '141818.996000', '141818.999000', '141819.001000', '141838.874000', '141838.877000', '141838.880000', '141838.883000', '141838.885000', '141838.888000', '141838.891000', '141838.893000', '141838.896000', '141838.898000', '141838.901000', '141838.903000', '141838.906000', '141838.909000', '141838.911000', '141838.914000', '141838.916000', '141838.919000', '141838.922000', '141838.924000', '141838.927000', '141838.929000', '141838.932000', '141838.934000', '141838.937000', '141838.940000', '141838.942000', '141838.945000', '141838.947000', '141838.950000', '141838.952000', '141838.955000', '141838.958000', '141838.960000', '141838.963000', '141838.965000', '141838.968000', '141838.971000', '141838.973000', '141838.976000', '141838.978000', '141838.981000', '141838.983000', '141842.655000', '141842.658000', '141842.660000', '141842.663000', '141842.666000', '141842.669000', '141842.672000', '141842.674000', '141842.677000'], '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': [13095, 11505, 14009, 12034, 14238, 11963, 14056, 11924, 13240, 13191, 13339, 11860, 14061, 13009, 14143, 12627, 12499, 13084, 9723, 12205, 10614, 11720, 11585, 12227, 11661, 12438, 11884, 12275, 10877, 12591, 11937, 12222, 11636, 12090, 11301, 12039, 11700, 11790, 11524, 12516, 11207, 11923, 11706, 12188, 11590, 13653, 12640, 13642, 13007, 13012, 12166, 12879, 12508, 10569, 12578, 14119, 12514, 13714, 11811, 15023, 13619, 13593, 11480, 12315, 11163, 12037, 10948, 12023, 11090, 12213, 10232, 11938, 12719, 12143, 12057, 11864, 10443, 12063, 11096, 12065, 12168, 11811, 11624, 12167, 11740, 12042, 11271, 12209, 10963, 13004, 10842, 13547, 11792, 13339, 11908, 13236, 11249, 14400, 11876, 12870, 10652, 12359, 11712, 11929, 12586, 12334, 11490, 11837, 10294, 11082, 10138, 11332, 10192, 11837, 9655, 11563, 10233, 11421, 9589, 11408, 9704, 11563, 10289, 11350, 11886, 13202, 13955, 11758, 14680, 11294, 12447, 11168, 12374, 11274, 12112, 10782, 11680, 11653, 11237, 11332, 11460, 11130, 11963, 11708, 12214, 10735, 11795, 12415, 12075, 11554, 11851, 10738, 11996, 10853, 11767, 11436, 12142, 11093, 12124, 12379, 11419, 11863, 11677, 11975, 11578, 11829, 12154, 11472, 11541, 11780, 11591, 11345, 11656, 11357, 11587, 11597, 11567, 11458, 11432, 11319, 11887, 11834, 11590, 10699, 12075, 11718, 12287, 10855, 12140, 11885, 11772, 11597, 11843, 12467, 12287, 11242, 12707, 10716, 11632, 10143, 11507, 10048, 11691, 10114, 11983, 10170, 11629, 10937, 11100, 15138, 12013, 14870, 12512, 12707, 11263, 11589, 11357, 11425, 10874, 11755, 12054, 11390, 10758, 10957, 10064, 12077, 9857, 11489, 10033, 11451, 14142, 12858, 13298, 11545, 13782, 11297, 12323, 11491, 12192, 10843, 11540, 10887, 11742, 12141, 11751, 11082, 10992, 10624, 11594, 10134, 11579, 9996, 11792, 10115, 10755, 11700, 12369, 10216, 10965, 14326, 13529, 12740, 12530, 12300, 11242, 12166, 11556, 11374, 10450, 11752, 10386, 12532, 11840, 12453, 13794, 11721, 12193, 12138, 12008, 10901, 11355, 10537, 11296, 11784, 11101, 11671, 11236, 11999, 12295, 11170, 11636, 10960, 11533, 10042, 11427, 10092, 11355, 10407, 12325, 9930, 11548, 11949, 11753, 14149, 11658, 12660, 11296, 12236, 10972, 11895, 12104, 11509, 13070, 11839, 12206, 11638, 11238, 12698, 11481, 11164, 11616, 11584, 11210, 11345, 9993, 11214, 10055, 11392, 10266, 11203, 13927, 12550, 14306, 11615, 13753, 11119, 12701, 10972, 12167, 12992, 11523, 12767, 12309, 11709, 11001, 10147, 11157, 10023, 12606, 9921, 11035, 9885, 11501, 11300, 11895, 12001, 11574, 13677, 13230, 12515, 10713, 12065, 12786, 11767, 11319, 11191, 10166, 11284, 10751, 11891, 11037, 11408, 13799, 12484, 12459, 10497, 11437, 12225, 11151, 11650, 12757, 10467, 11348, 11296, 13068, 13482, 10869, 14686, 12692, 12674, 11293, 12324, 11024, 11864, 11058, 11845, 11901, 11826, 12918, 11759, 12178, 11753, 11861, 11511, 11666, 11135, 11367, 12006, 10906, 11169, 10370, 12116, 12052, 12835, 10003, 12260, 10929, 11422, 14668, 12258, 13726, 11656, 13580, 11149, 12797, 11443, 12454, 11440, 12333, 11557, 11788, 11580, 12012, 10968, 11913, 13088, 11534, 12118, 11955, 11537, 11598, 10261, 12076, 14618, 12245, 14751, 12064, 14406, 11445, 12366, 11734, 12179, 11553, 11563, 11282, 11819, 11789, 11384, 10309, 12053, 10047, 11884, 12703, 11146, 13000, 11591, 11749, 12349, 12056, 11603, 11438, 9612, 11800, 13429, 13221, 13156, 11894, 12940, 11524, 11714, 11249, 11552, 13131, 11220, 12688, 11564, 12032, 11392, 10260, 11974, 10163, 12321, 9838, 11528, 10201, 11799, 14392, 12246, 13562, 12102, 12760, 11439, 12181, 12466, 11655, 12847, 11739, 11151, 12033, 10306, 11924, 9866, 13133, 9687, 11537, 9477, 11722, 9737, 11353, 10116, 13184, 10356, 11678, 10164, 11790, 10822, 12058, 11632, 12998, 14533, 12532, 13154, 11764, 13415, 11814, 12934, 12398, 9572, 11397, 11269, 11922, 12102, 12139, 11689, 12856, 10051, 11371, 11180, 11925, 16416, 13166, 15462, 12771, 15301, 11658, 12870, 12771, 12977, 15440, 12919, 15163, 12807, 12920, 12729, 13672, 12457, 13441, 12092, 13491, 11707, 11655, 9942, 12789, 12878, 12339, 13929, 12079, 13075, 11001, 12135, 12662, 11361, 11329, 11196, 10123, 11157, 9680, 11350, 9723, 11465, 9564, 11555, 9721, 11601, 9808, 11324, 9792, 11419, 9761, 11297, 9519, 12053, 9648, 11277, 9621, 11549, 9942, 12464, 9962, 12668, 9411, 12825, 9975, 12514, 10757, 11031, 10222, 11592, 10086, 11303, 10289, 11242, 9843, 10983, 9702, 11200, 10840, 12380, 10488, 12023, 10560, 11703, 13695, 12181, 14121, 12403, 12809, 11358, 11014, 11185, 12428, 12700, 13975, 11148, 14155, 12022, 13824, 11375, 12662, 11675, 11848, 12260, 12414, 11185, 10951, 10158, 10937, 9798, 11143, 9921, 11111, 10783, 11591, 12091, 12178, 12198, 11573, 11114, 13527, 11373, 9954, 11330, 10480, 11590, 14491, 13075, 14071, 12042, 14362, 12509, 14263, 12428, 13679, 12233, 12693, 12305, 15354, 11307, 13280, 11907, 12901, 12149, 14300, 11781, 13509, 11525, 13108, 11581, 12603, 12155, 12853, 11464, 12891, 11586, 12784, 11525, 12539, 11710, 12565, 11816, 12760, 11841, 12171, 11431, 11673, 12211, 12768, 10644, 10587, 10100, 11687, 12923, 12032, 12640, 10740, 13393, 12191, 12897, 11154, 12932, 11838, 13165, 12183, 12089, 10823, 12020, 12853, 11621, 10620, 12581, 10921, 10463, 9464, 10860, 12020, 12406, 13681, 11889, 12955, 11482, 13520, 11152, 12406, 10469, 11782, 10502, 12065, 12219, 13394, 10547, 14115, 11694, 11402, 11542, 11919, 11547, 12986, 11594, 11685, 10732, 11430, 10170, 10874, 10189, 11326, 12675, 12073, 14218, 11767, 12482, 11449, 12361, 11957, 11964, 11052, 11940, 11665, 12881, 10885, 11008, 10081, 11106, 10323, 11348, 10141, 11196, 9622, 11452, 14045, 12445, 13773, 11956, 15382, 11536, 12408, 10824, 11557, 12556, 11287, 12347, 12125, 10380, 10861, 10237, 12404, 11922, 12371, 13287, 12593, 13912, 11601, 12018, 11544, 11564, 11238, 11853, 10801, 12109, 11655, 13755, 10666, 10830, 10349, 12151, 13743, 12933, 12936, 11143, 11833, 11909, 11311, 11405, 11204, 9798, 10727, 14277, 11122, 12124, 10786, 11634, 11164, 11089, 11046, 10738, 10134, 10752, 9968, 11217, 10794, 11546, 13222, 11179, 12430, 12074, 13338, 10262, 11045, 10368, 11809, 10216, 11699, 10669, 10971, 11348, 12859, 10174, 12851, 10667, 12574, 10925, 12019, 11287, 13747, 10602, 10989, 10551, 11018, 13311, 12017, 13961, 12196, 13738, 12040, 13422, 11875, 13456, 11464, 14140, 11203, 11014, 10586, 11266, 10121, 12729, 12946, 12395, 13531, 12528, 14272, 11378, 12858, 11673, 12764, 10830], 'WindowCenter': [5239.0, 5201.0, 5208.0, 5172.0, 5181.0, 5158.0, 5175.0, 5157.0, 5154.0, 5153.0, 5153.0, 5145.0, 5162.0, 5166.0, 5176.0, 5170.0, 5165.0, 5177.0, 5150.0, 5180.0, 5162.0, 5183.0, 5184.0, 5195.0, 5184.0, 5183.0, 5184.0, 5195.0, 5189.0, 5194.0, 5185.0, 5183.0, 5184.0, 5183.0, 5187.0, 5194.0, 5185.0, 5183.0, 5183.0, 5182.0, 5185.0, 5182.0, 5196.0, 5182.0, 5186.0, 5203.0, 5206.0, 5204.0, 5219.0, 5207.0, 5208.0, 5205.0, 5208.0, 5187.0, 5209.0, 5217.0, 5209.0, 5206.0, 5197.0, 5213.0, 5207.0, 5194.0, 5188.0, 5196.0, 5187.0, 5185.0, 5176.0, 5183.0, 5187.0, 5195.0, 5189.0, 5197.0, 5207.0, 5195.0, 5195.0, 5196.0, 5187.0, 5196.0, 5198.0, 5198.0, 5197.0, 5186.0, 5187.0, 5195.0, 5194.0, 5196.0, 5189.0, 5195.0, 5188.0, 5205.0, 5187.0, 5206.0, 5209.0, 5217.0, 5210.0, 5206.0, 5200.0, 5215.0, 5197.0, 5206.0, 5190.0, 5208.0, 5198.0, 5198.0, 5196.0, 5195.0, 5185.0, 5185.0, 5177.0, 5188.0, 5165.0, 5186.0, 5163.0, 5196.0, 5163.0, 5196.0, 5178.0, 5188.0, 5165.0, 5187.0, 5167.0, 5198.0, 5178.0, 5201.0, 5197.0, 5207.0, 5205.0, 5197.0, 5203.0, 5184.0, 5195.0, 5176.0, 5182.0, 5171.0, 5172.0, 5174.0, 5183.0, 5186.0, 5182.0, 5184.0, 5182.0, 5186.0, 5183.0, 5197.0, 5195.0, 5186.0, 5195.0, 5196.0, 5183.0, 5186.0, 5196.0, 5185.0, 5185.0, 5176.0, 5184.0, 5185.0, 5183.0, 5186.0, 5184.0, 5194.0, 5174.0, 5184.0, 5172.0, 5184.0, 5185.0, 5196.0, 5184.0, 5182.0, 5185.0, 5185.0, 5184.0, 5185.0, 5186.0, 5185.0, 5185.0, 5185.0, 5182.0, 5184.0, 5185.0, 5187.0, 5195.0, 5185.0, 5185.0, 5176.0, 5195.0, 5196.0, 5196.0, 5188.0, 5195.0, 5187.0, 5185.0, 5184.0, 5184.0, 5194.0, 5194.0, 5175.0, 5194.0, 5175.0, 5184.0, 5162.0, 5186.0, 5165.0, 5185.0, 5164.0, 5186.0, 5164.0, 5198.0, 5184.0, 5188.0, 5202.0, 5195.0, 5202.0, 5196.0, 5194.0, 5186.0, 5186.0, 5185.0, 5174.0, 5175.0, 5184.0, 5184.0, 5186.0, 5187.0, 5187.0, 5165.0, 5196.0, 5175.0, 5187.0, 5164.0, 5196.0, 5215.0, 5205.0, 5194.0, 5198.0, 5204.0, 5186.0, 5194.0, 5197.0, 5197.0, 5187.0, 5175.0, 5174.0, 5181.0, 5184.0, 5183.0, 5185.0, 5176.0, 5162.0, 5173.0, 5161.0, 5184.0, 5163.0, 5198.0, 5176.0, 5187.0, 5183.0, 5207.0, 5176.0, 5200.0, 5213.0, 5218.0, 5195.0, 5196.0, 5185.0, 5185.0, 5185.0, 5184.0, 5185.0, 5161.0, 5173.0, 5152.0, 5183.0, 5170.0, 5183.0, 5192.0, 5181.0, 5183.0, 5182.0, 5170.0, 5171.0, 5184.0, 5187.0, 5172.0, 5185.0, 5174.0, 5184.0, 5185.0, 5196.0, 5197.0, 5186.0, 5186.0, 5175.0, 5185.0, 5174.0, 5197.0, 5178.0, 5188.0, 5175.0, 5196.0, 5162.0, 5186.0, 5183.0, 5198.0, 5214.0, 5186.0, 5193.0, 5187.0, 5183.0, 5175.0, 5185.0, 5196.0, 5185.0, 5206.0, 5185.0, 5193.0, 5185.0, 5187.0, 5195.0, 5182.0, 5175.0, 5185.0, 5187.0, 5186.0, 5188.0, 5178.0, 5188.0, 5166.0, 5196.0, 5175.0, 5198.0, 5213.0, 5197.0, 5203.0, 5186.0, 5193.0, 5175.0, 5193.0, 5175.0, 5184.0, 5194.0, 5172.0, 5191.0, 5182.0, 5183.0, 5186.0, 5175.0, 5173.0, 5162.0, 5192.0, 5165.0, 5186.0, 5165.0, 5198.0, 5185.0, 5186.0, 5183.0, 5186.0, 5203.0, 5205.0, 5196.0, 5177.0, 5184.0, 5191.0, 5185.0, 5173.0, 5174.0, 5164.0, 5185.0, 5174.0, 5184.0, 5173.0, 5184.0, 5191.0, 5194.0, 5193.0, 5177.0, 5183.0, 5195.0, 5185.0, 5184.0, 5194.0, 5175.0, 5200.0, 5186.0, 5206.0, 5203.0, 5187.0, 5203.0, 5205.0, 5204.0, 5198.0, 5192.0, 5187.0, 5185.0, 5198.0, 5197.0, 5197.0, 5186.0, 5194.0, 5185.0, 5195.0, 5186.0, 5198.0, 5197.0, 5196.0, 5186.0, 5186.0, 5196.0, 5185.0, 5198.0, 5178.0, 5207.0, 5194.0, 5195.0, 5164.0, 5194.0, 5174.0, 5186.0, 5213.0, 5198.0, 5216.0, 5187.0, 5192.0, 5185.0, 5189.0, 5196.0, 5195.0, 5185.0, 5182.0, 5185.0, 5183.0, 5185.0, 5184.0, 5186.0, 5195.0, 5195.0, 5184.0, 5186.0, 5185.0, 5180.0, 5186.0, 5175.0, 5196.0, 5200.0, 5183.0, 5189.0, 5182.0, 5189.0, 5174.0, 5192.0, 5184.0, 5182.0, 5184.0, 5172.0, 5183.0, 5183.0, 5185.0, 5186.0, 5174.0, 5192.0, 5163.0, 5193.0, 5183.0, 5174.0, 5192.0, 5185.0, 5183.0, 5182.0, 5182.0, 5170.0, 5184.0, 5153.0, 5194.0, 5203.0, 5204.0, 5192.0, 5195.0, 5193.0, 5195.0, 5196.0, 5198.0, 5197.0, 5205.0, 5186.0, 5205.0, 5196.0, 5197.0, 5195.0, 5176.0, 5196.0, 5162.0, 5193.0, 5164.0, 5187.0, 5165.0, 5199.0, 5213.0, 5194.0, 5195.0, 5196.0, 5192.0, 5196.0, 5196.0, 5206.0, 5185.0, 5194.0, 5185.0, 5184.0, 5195.0, 5175.0, 5197.0, 5163.0, 5205.0, 5166.0, 5186.0, 5165.0, 5197.0, 5167.0, 5187.0, 5176.0, 5208.0, 5177.0, 5195.0, 5188.0, 5209.0, 5186.0, 5198.0, 5184.0, 5205.0, 5202.0, 5195.0, 5194.0, 5185.0, 5193.0, 5187.0, 5206.0, 5185.0, 5166.0, 5182.0, 5185.0, 5195.0, 5206.0, 5205.0, 5197.0, 5208.0, 5178.0, 5200.0, 5187.0, 5198.0, 5212.0, 5182.0, 5186.0, 5156.0, 5177.0, 5134.0, 5154.0, 5141.0, 5153.0, 5155.0, 5140.0, 5148.0, 5139.0, 5139.0, 5153.0, 5150.0, 5141.0, 5150.0, 5141.0, 5151.0, 5141.0, 5143.0, 5132.0, 5165.0, 5151.0, 5154.0, 5161.0, 5154.0, 5163.0, 5157.0, 5167.0, 5179.0, 5158.0, 5158.0, 5159.0, 5161.0, 5184.0, 5163.0, 5185.0, 5163.0, 5186.0, 5164.0, 5196.0, 5177.0, 5197.0, 5176.0, 5186.0, 5176.0, 5197.0, 5189.0, 5200.0, 5177.0, 5210.0, 5167.0, 5198.0, 5178.0, 5200.0, 5188.0, 5208.0, 5178.0, 5216.0, 5179.0, 5216.0, 5191.0, 5207.0, 5198.0, 5198.0, 5189.0, 5211.0, 5189.0, 5201.0, 5180.0, 5197.0, 5177.0, 5200.0, 5178.0, 5200.0, 5187.0, 5208.0, 5177.0, 5208.0, 5175.0, 5197.0, 5214.0, 5207.0, 5213.0, 5207.0, 5204.0, 5197.0, 5197.0, 5197.0, 5207.0, 5218.0, 5217.0, 5200.0, 5216.0, 5209.0, 5215.0, 5197.0, 5207.0, 5197.0, 5185.0, 5184.0, 5192.0, 5174.0, 5184.0, 5173.0, 5185.0, 5175.0, 5185.0, 5167.0, 5185.0, 5187.0, 5194.0, 5219.0, 5222.0, 5221.0, 5198.0, 5199.0, 5216.0, 5199.0, 5190.0, 5211.0, 5188.0, 5211.0, 5227.0, 5219.0, 5203.0, 5193.0, 5203.0, 5195.0, 5202.0, 5206.0, 5201.0, 5182.0, 5181.0, 5182.0, 5198.0, 5172.0, 5189.0, 5181.0, 5180.0, 5172.0, 5177.0, 5169.0, 5177.0, 5170.0, 5178.0, 5181.0, 5169.0, 5171.0, 5165.0, 5170.0, 5179.0, 5171.0, 5181.0, 5182.0, 5180.0, 5186.0, 5180.0, 5182.0, 5179.0, 5184.0, 5195.0, 5184.0, 5174.0, 5183.0, 5182.0, 5162.0, 5176.0, 5163.0, 5183.0, 5180.0, 5182.0, 5191.0, 5181.0, 5199.0, 5207.0, 5208.0, 5198.0, 5204.0, 5208.0, 5205.0, 5209.0, 5206.0, 5201.0, 5209.0, 5218.0, 5198.0, 5186.0, 5199.0, 5187.0, 5186.0, 5166.0, 5200.0, 5209.0, 5207.0, 5204.0, 5197.0, 5193.0, 5198.0, 5206.0, 5200.0, 5207.0, 5201.0, 5200.0, 5188.0, 5207.0, 5220.0, 5220.0, 5191.0, 5216.0, 5198.0, 5188.0, 5185.0, 5197.0, 5196.0, 5206.0, 5199.0, 5198.0, 5175.0, 5186.0, 5164.0, 5177.0, 5164.0, 5187.0, 5195.0, 5196.0, 5193.0, 5195.0, 5184.0, 5173.0, 5182.0, 5183.0, 5186.0, 5174.0, 5183.0, 5173.0, 5184.0, 5172.0, 5174.0, 5173.0, 5185.0, 5161.0, 5172.0, 5163.0, 5185.0, 5163.0, 5198.0, 5203.0, 5193.0, 5191.0, 5185.0, 5212.0, 5184.0, 5192.0, 5183.0, 5183.0, 5196.0, 5184.0, 5195.0, 5195.0, 5175.0, 5189.0, 5178.0, 5196.0, 5183.0, 5197.0, 5193.0, 5195.0, 5204.0, 5197.0, 5197.0, 5187.0, 5187.0, 5200.0, 5196.0, 5187.0, 5197.0, 5197.0, 5219.0, 5189.0, 5189.0, 5175.0, 5201.0, 5203.0, 5208.0, 5198.0, 5186.0, 5182.0, 5183.0, 5174.0, 5183.0, 5186.0, 5163.0, 5187.0, 5213.0, 5185.0, 5192.0, 5187.0, 5198.0, 5187.0, 5186.0, 5199.0, 5200.0, 5190.0, 5201.0, 5178.0, 5202.0, 5187.0, 5199.0, 5221.0, 5199.0, 5196.0, 5196.0, 5204.0, 5176.0, 5197.0, 5177.0, 5222.0, 5188.0, 5209.0, 5189.0, 5186.0, 5199.0, 5206.0, 5201.0, 5220.0, 5203.0, 5208.0, 5200.0, 5210.0, 5190.0, 5216.0, 5175.0, 5189.0, 5176.0, 5187.0, 5192.0, 5184.0, 5189.0, 5171.0, 5178.0, 5169.0, 5168.0, 5169.0, 5177.0, 5158.0, 5176.0, 5145.0, 5145.0, 5134.0, 5160.0, 5149.0, 5178.0, 5169.0, 5168.0, 5174.0, 5169.0, 5188.0, 5171.0, 5167.0, 5172.0, 5178.0, 5160.0], 'WindowWidth': [11319.0, 11251.0, 11255.0, 11192.0, 11202.0, 11164.0, 11188.0, 11161.0, 11152.0, 11149.0, 11149.0, 11141.0, 11162.0, 11174.0, 11187.0, 11185.0, 11173.0, 11190.0, 11158.0, 11199.0, 11179.0, 11212.0, 11213.0, 11230.0, 11213.0, 11208.0, 11213.0, 11229.0, 11226.0, 11226.0, 11214.0, 11209.0, 11213.0, 11208.0, 11221.0, 11228.0, 11215.0, 11208.0, 11210.0, 11206.0, 11216.0, 11210.0, 11232.0, 11206.0, 11217.0, 11237.0, 11245.0, 11240.0, 11269.0, 11252.0, 11254.0, 11244.0, 11253.0, 11222.0, 11256.0, 11265.0, 11257.0, 11248.0, 11238.0, 11252.0, 11248.0, 11227.0, 11223.0, 11232.0, 11222.0, 11214.0, 11204.0, 11212.0, 11220.0, 11228.0, 11227.0, 11237.0, 11251.0, 11229.0, 11230.0, 11231.0, 11221.0, 11232.0, 11239.0, 11237.0, 11236.0, 11217.0, 11222.0, 11231.0, 11231.0, 11233.0, 11227.0, 11232.0, 11223.0, 11243.0, 11224.0, 11247.0, 11258.0, 11266.0, 11258.0, 11247.0, 11244.0, 11259.0, 11239.0, 11247.0, 11230.0, 11254.0, 11239.0, 11238.0, 11230.0, 11227.0, 11213.0, 11215.0, 11207.0, 11224.0, 11185.0, 11215.0, 11180.0, 11231.0, 11183.0, 11233.0, 11210.0, 11223.0, 11188.0, 11222.0, 11194.0, 11240.0, 11212.0, 11248.0, 11237.0, 11249.0, 11241.0, 11234.0, 11236.0, 11213.0, 11230.0, 11203.0, 11205.0, 11189.0, 11190.0, 11199.0, 11210.0, 11219.0, 11209.0, 11213.0, 11208.0, 11217.0, 11212.0, 11235.0, 11233.0, 11220.0, 11230.0, 11230.0, 11210.0, 11218.0, 11230.0, 11218.0, 11215.0, 11203.0, 11212.0, 11214.0, 11209.0, 11217.0, 11212.0, 11226.0, 11196.0, 11210.0, 11193.0, 11211.0, 11216.0, 11233.0, 11212.0, 11208.0, 11216.0, 11214.0, 11211.0, 11217.0, 11219.0, 11216.0, 11215.0, 11214.0, 11210.0, 11213.0, 11216.0, 11223.0, 11229.0, 11216.0, 11214.0, 11204.0, 11228.0, 11232.0, 11233.0, 11225.0, 11227.0, 11220.0, 11213.0, 11211.0, 11210.0, 11226.0, 11228.0, 11200.0, 11228.0, 11198.0, 11211.0, 11179.0, 11218.0, 11189.0, 11215.0, 11182.0, 11216.0, 11184.0, 11239.0, 11215.0, 11225.0, 11234.0, 11229.0, 11235.0, 11230.0, 11225.0, 11220.0, 11219.0, 11215.0, 11197.0, 11200.0, 11209.0, 11213.0, 11219.0, 11223.0, 11224.0, 11187.0, 11231.0, 11202.0, 11221.0, 11185.0, 11235.0, 11259.0, 11245.0, 11226.0, 11240.0, 11239.0, 11219.0, 11225.0, 11236.0, 11237.0, 11221.0, 11198.0, 11198.0, 11205.0, 11211.0, 11210.0, 11214.0, 11204.0, 11180.0, 11194.0, 11176.0, 11211.0, 11180.0, 11241.0, 11203.0, 11222.0, 11210.0, 11249.0, 11205.0, 11246.0, 11256.0, 11268.0, 11231.0, 11232.0, 11214.0, 11214.0, 11214.0, 11212.0, 11214.0, 11175.0, 11192.0, 11161.0, 11206.0, 11183.0, 11209.0, 11220.0, 11203.0, 11210.0, 11206.0, 11186.0, 11192.0, 11213.0, 11222.0, 11196.0, 11214.0, 11199.0, 11213.0, 11219.0, 11234.0, 11235.0, 11219.0, 11217.0, 11201.0, 11217.0, 11201.0, 11236.0, 11211.0, 11225.0, 11201.0, 11231.0, 11180.0, 11216.0, 11207.0, 11238.0, 11258.0, 11219.0, 11224.0, 11221.0, 11209.0, 11202.0, 11216.0, 11232.0, 11213.0, 11245.0, 11213.0, 11225.0, 11214.0, 11223.0, 11230.0, 11208.0, 11200.0, 11214.0, 11220.0, 11219.0, 11225.0, 11210.0, 11224.0, 11190.0, 11235.0, 11201.0, 11239.0, 11255.0, 11236.0, 11239.0, 11216.0, 11222.0, 11202.0, 11224.0, 11204.0, 11212.0, 11225.0, 11191.0, 11218.0, 11206.0, 11208.0, 11218.0, 11203.0, 11196.0, 11179.0, 11223.0, 11187.0, 11218.0, 11187.0, 11237.0, 11216.0, 11218.0, 11208.0, 11219.0, 11237.0, 11242.0, 11232.0, 11208.0, 11211.0, 11218.0, 11216.0, 11194.0, 11198.0, 11183.0, 11217.0, 11197.0, 11212.0, 11193.0, 11213.0, 11219.0, 11227.0, 11227.0, 11208.0, 11213.0, 11229.0, 11215.0, 11213.0, 11228.0, 11203.0, 11244.0, 11218.0, 11245.0, 11241.0, 11221.0, 11237.0, 11244.0, 11243.0, 11238.0, 11223.0, 11220.0, 11215.0, 11238.0, 11235.0, 11237.0, 11218.0, 11228.0, 11215.0, 11230.0, 11218.0, 11238.0, 11236.0, 11232.0, 11219.0, 11217.0, 11232.0, 11217.0, 11239.0, 11211.0, 11253.0, 11226.0, 11228.0, 11183.0, 11227.0, 11198.0, 11221.0, 11255.0, 11238.0, 11261.0, 11220.0, 11221.0, 11214.0, 11215.0, 11233.0, 11229.0, 11216.0, 11207.0, 11214.0, 11208.0, 11215.0, 11211.0, 11218.0, 11231.0, 11229.0, 11211.0, 11214.0, 11214.0, 11204.0, 11219.0, 11201.0, 11231.0, 11230.0, 11206.0, 11209.0, 11203.0, 11211.0, 11195.0, 11222.0, 11213.0, 11206.0, 11211.0, 11192.0, 11210.0, 11208.0, 11214.0, 11221.0, 11202.0, 11222.0, 11181.0, 11226.0, 11205.0, 11198.0, 11220.0, 11216.0, 11210.0, 11205.0, 11207.0, 11189.0, 11212.0, 11168.0, 11227.0, 11238.0, 11241.0, 11220.0, 11231.0, 11224.0, 11232.0, 11234.0, 11242.0, 11236.0, 11245.0, 11217.0, 11245.0, 11234.0, 11234.0, 11233.0, 11208.0, 11233.0, 11181.0, 11225.0, 11185.0, 11220.0, 11187.0, 11241.0, 11254.0, 11230.0, 11229.0, 11232.0, 11224.0, 11235.0, 11235.0, 11249.0, 11215.0, 11227.0, 11216.0, 11212.0, 11231.0, 11203.0, 11235.0, 11180.0, 11245.0, 11190.0, 11218.0, 11189.0, 11238.0, 11194.0, 11222.0, 11206.0, 11253.0, 11209.0, 11234.0, 11227.0, 11259.0, 11219.0, 11238.0, 11211.0, 11244.0, 11235.0, 11229.0, 11227.0, 11214.0, 11222.0, 11217.0, 11245.0, 11212.0, 11188.0, 11207.0, 11217.0, 11232.0, 11249.0, 11248.0, 11236.0, 11254.0, 11211.0, 11244.0, 11220.0, 11239.0, 11248.0, 11204.0, 11204.0, 11158.0, 11186.0, 11119.0, 11151.0, 11125.0, 11147.0, 11141.0, 11124.0, 11132.0, 11123.0, 11121.0, 11149.0, 11142.0, 11128.0, 11139.0, 11127.0, 11144.0, 11130.0, 11137.0, 11122.0, 11171.0, 11143.0, 11152.0, 11159.0, 11153.0, 11165.0, 11165.0, 11178.0, 11199.0, 11167.0, 11168.0, 11171.0, 11176.0, 11214.0, 11186.0, 11215.0, 11183.0, 11218.0, 11186.0, 11235.0, 11210.0, 11236.0, 11204.0, 11220.0, 11205.0, 11238.0, 11231.0, 11246.0, 11210.0, 11259.0, 11194.0, 11239.0, 11214.0, 11246.0, 11225.0, 11254.0, 11212.0, 11266.0, 11215.0, 11267.0, 11237.0, 11254.0, 11242.0, 11242.0, 11230.0, 11264.0, 11231.0, 11249.0, 11214.0, 11239.0, 11209.0, 11246.0, 11214.0, 11248.0, 11224.0, 11255.0, 11208.0, 11252.0, 11203.0, 11237.0, 11259.0, 11254.0, 11254.0, 11250.0, 11244.0, 11239.0, 11239.0, 11240.0, 11251.0, 11271.0, 11265.0, 11245.0, 11263.0, 11256.0, 11258.0, 11236.0, 11251.0, 11237.0, 11217.0, 11212.0, 11222.0, 11197.0, 11215.0, 11197.0, 11219.0, 11203.0, 11216.0, 11191.0, 11218.0, 11223.0, 11232.0, 11272.0, 11284.0, 11279.0, 11241.0, 11244.0, 11263.0, 11244.0, 11231.0, 11264.0, 11225.0, 11265.0, 11280.0, 11270.0, 11239.0, 11226.0, 11237.0, 11231.0, 11236.0, 11248.0, 11235.0, 11209.0, 11202.0, 11206.0, 11223.0, 11191.0, 11212.0, 11204.0, 11199.0, 11188.0, 11190.0, 11183.0, 11190.0, 11184.0, 11197.0, 11204.0, 11182.0, 11188.0, 11172.0, 11184.0, 11195.0, 11188.0, 11203.0, 11210.0, 11201.0, 11217.0, 11200.0, 11205.0, 11197.0, 11210.0, 11229.0, 11214.0, 11195.0, 11207.0, 11207.0, 11178.0, 11203.0, 11182.0, 11211.0, 11200.0, 11208.0, 11217.0, 11208.0, 11230.0, 11252.0, 11254.0, 11241.0, 11243.0, 11255.0, 11247.0, 11257.0, 11250.0, 11249.0, 11258.0, 11271.0, 11238.0, 11219.0, 11239.0, 11222.0, 11222.0, 11193.0, 11247.0, 11253.0, 11250.0, 11241.0, 11235.0, 11225.0, 11238.0, 11247.0, 11245.0, 11253.0, 11249.0, 11243.0, 11228.0, 11252.0, 11276.0, 11274.0, 11232.0, 11262.0, 11235.0, 11223.0, 11218.0, 11235.0, 11234.0, 11248.0, 11241.0, 11239.0, 11200.0, 11217.0, 11183.0, 11206.0, 11184.0, 11220.0, 11229.0, 11232.0, 11223.0, 11231.0, 11210.0, 11195.0, 11205.0, 11210.0, 11216.0, 11197.0, 11209.0, 11194.0, 11210.0, 11192.0, 11199.0, 11198.0, 11215.0, 11179.0, 11195.0, 11181.0, 11214.0, 11183.0, 11239.0, 11240.0, 11226.0, 11219.0, 11214.0, 11248.0, 11216.0, 11224.0, 11214.0, 11211.0, 11229.0, 11213.0, 11229.0, 11229.0, 11203.0, 11228.0, 11209.0, 11233.0, 11210.0, 11234.0, 11222.0, 11230.0, 11242.0, 11237.0, 11234.0, 11221.0, 11219.0, 11245.0, 11235.0, 11225.0, 11237.0, 11237.0, 11271.0, 11230.0, 11228.0, 11204.0, 11244.0, 11238.0, 11251.0, 11235.0, 11217.0, 11207.0, 11209.0, 11198.0, 11210.0, 11219.0, 11181.0, 11224.0, 11254.0, 11218.0, 11223.0, 11222.0, 11236.0, 11222.0, 11221.0, 11242.0, 11245.0, 11228.0, 11248.0, 11213.0, 11249.0, 11222.0, 11243.0, 11275.0, 11245.0, 11235.0, 11231.0, 11243.0, 11207.0, 11238.0, 11208.0, 11282.0, 11227.0, 11258.0, 11231.0, 11219.0, 11245.0, 11249.0, 11251.0, 11277.0, 11257.0, 11256.0, 11248.0, 11258.0, 11228.0, 11261.0, 11204.0, 11226.0, 11204.0, 11220.0, 11221.0, 11213.0, 11211.0, 11187.0, 11190.0, 11180.0, 11177.0, 11182.0, 11192.0, 11164.0, 11186.0, 11141.0, 11143.0, 11126.0, 11169.0, 11155.0, 11194.0, 11180.0, 11180.0, 11182.0, 11181.0, 11211.0, 11191.0, 11178.0, 11192.0, 11193.0, 11173.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.0007273493975903615</td></tr>
<tr><td colspan=3>aqi</td><td>0.02101742420591457</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.8176065035526</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2905465120285087</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0005428144188597</td></tr>
<tr><td colspan=3>efc</td><td>0.488</td></tr>
<tr><td colspan=3>fber</td><td>6643.1973</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08269318725119185</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.2048192771084338</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.577672561933778</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5106908492313744</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8033898422528867</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4189369943170727</td></tr>
<tr><td colspan=3>gcor</td><td>0.016582</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014740478247404099</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.036473292857408524</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>913</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.0668720695633205</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>25.0497</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.3455</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>214.6297</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293358.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1012.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>417.0888</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6819</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>660.824</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4366.167</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4601.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83186.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1587.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5662.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1131.3295</td></tr>
<tr><td colspan=3>tsnr</td><td>44.50385147589259</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>