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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0058/ses-02/func/sub-0058_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>fdabeca9089e7e5faadb2fdad194bfd8</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>12:02:44.432500</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.998222, 0.0585695, -0.0110455, -0.0593053, 0.994516, -0.0861404]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.104537</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4145, -7683, -7279, 556, -64, 57, -28, 73]</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.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>253.631</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0b5a8e79-e41c-4065-8cd9-e04379bd0cc5||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.678157329559326, -0.15911169350147247, -0.016037316992878914, 121.63204193115234], [-0.15713781118392944, 2.6682145595550537, -0.23393426835536957, -78.99569702148438], [-0.029634326696395874, 0.2311083972454071, 2.6897988319396973, -92.24765014648438], [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': ['120244.432500', '120244.892500', '120245.352500', '120245.812500', '120246.272500', '120246.732500', '120247.192500', '120247.652500', '120248.112500', '120248.572500', '120249.032500', '120249.492500', '120249.952500', '120250.412500', '120250.872500', '120251.332500', '120251.792500', '120252.252500', '120252.712500', '120253.172500', '120253.632500', '120254.092500', '120254.552500', '120255.012500', '120255.472500', '120255.932500', '120256.392500', '120256.852500', '120257.312500', '120257.772500', '120258.232500', '120258.692500', '120259.152500', '120259.612500', '120300.072500', '120300.532500', '120300.992500', '120301.452500', '120301.912500', '120302.372500', '120302.832500', '120303.292500', '120303.752500', '120304.212500', '120304.672500', '120305.132500', '120305.592500', '120306.052500', '120306.512500', '120306.972500', '120307.432500', '120307.892500', '120308.352500', '120308.812500', '120309.272500', '120309.732500', '120310.192500', '120310.652500', '120311.112500', '120311.572500', '120312.032500', '120312.492500', '120312.952500', '120313.412500', '120313.872500', '120314.332500', '120314.792500', '120315.252500', '120315.712500', '120316.172500', '120316.632500', '120317.092500', '120317.552500', '120318.012500', '120318.472500', '120318.932500', '120319.392500', '120319.852500', '120320.312500', '120320.772500', '120321.232500', '120321.692500', '120322.152500', '120322.612500', '120323.072500', '120323.532500', '120323.992500', '120324.452500', '120324.912500', '120325.372500', '120325.832500', '120326.292500', '120326.752500', '120327.212500', '120327.672500', '120328.132500', '120328.592500', '120329.052500', '120329.512500', '120329.972500', '120330.432500', '120330.892500', '120331.352500', '120331.812500', '120332.272500', '120332.732500', '120333.192500', '120333.652500', '120334.112500', '120334.572500', '120335.032500', '120335.492500', '120335.952500', '120336.412500', '120336.872500', '120337.332500', '120337.792500', '120338.252500', '120338.712500', '120339.172500', '120339.632500', '120340.092500', '120340.552500', '120341.012500', '120341.472500', '120341.932500', '120342.392500', '120342.852500', '120343.312500', '120343.772500', '120344.232500', '120344.692500', '120345.152500', '120345.612500', '120346.072500', '120346.532500', '120346.992500', '120347.452500', '120347.912500', '120348.372500', '120348.832500', '120349.292500', '120349.752500', '120350.212500', '120350.672500', '120351.132500', '120351.592500', '120352.052500', '120352.512500', '120352.972500', '120353.432500', '120353.892500', '120354.352500', '120354.812500', '120355.272500', '120355.732500', '120356.192500', '120356.652500', '120357.112500', '120357.572500', '120358.032500', '120358.492500', '120358.952500', '120359.412500', '120359.872500', '120400.332500', '120400.792500', '120401.252500', '120401.712500', '120402.172500', '120402.632500', '120403.092500', '120403.552500', '120404.012500', '120404.472500', '120404.932500', '120405.392500', '120405.852500', '120406.312500', '120406.772500', '120407.232500', '120407.692500', '120408.152500', '120408.612500', '120409.072500', '120409.532500', '120409.992500', '120410.452500', '120410.912500', '120411.372500', '120411.832500', '120412.292500', '120412.752500', '120413.212500', '120413.672500', '120414.132500', '120414.592500', '120415.052500', '120415.512500', '120415.972500', '120416.432500', '120416.892500', '120417.352500', '120417.812500', '120418.272500', '120418.732500', '120419.192500', '120419.652500', '120420.112500', '120420.572500', '120421.032500', '120421.492500', '120421.952500', '120422.412500', '120422.872500', '120423.332500', '120423.792500', '120424.252500', '120424.712500', '120425.172500', '120425.632500', '120426.092500', '120426.552500', '120427.012500', '120427.472500', '120427.932500', '120428.392500', '120428.852500', '120429.312500', '120429.772500', '120430.232500', '120430.692500', '120431.152500', '120431.612500', '120432.072500', '120432.532500', '120432.992500', '120433.452500', '120433.912500', '120434.372500', '120434.832500', '120435.292500', '120435.752500', '120436.212500', '120436.672500', '120437.132500', '120437.592500', '120438.052500', '120438.512500', '120438.972500', '120439.432500', '120439.892500', '120440.352500', '120440.812500', '120441.272500', '120441.732500', '120442.192500', '120442.652500', '120443.112500', '120443.572500', '120444.032500', '120444.492500', '120444.952500', '120445.412500', '120445.872500', '120446.332500', '120446.792500', '120447.252500', '120447.712500', '120448.172500', '120448.632500', '120449.092500', '120449.552500', '120450.012500', '120450.472500', '120450.932500', '120451.392500', '120451.852500', '120452.312500', '120452.772500', '120453.232500', '120453.692500', '120454.152500', '120454.612500', '120455.072500', '120455.532500', '120455.992500', '120456.452500', '120456.912500', '120457.372500', '120457.832500', '120458.292500', '120458.752500', '120459.212500', '120459.672500', '120500.132500', '120500.592500', '120501.052500', '120501.512500', '120501.972500', '120502.432500', '120502.892500', '120503.352500', '120503.812500', '120504.272500', '120504.732500', '120505.192500', '120505.652500', '120506.112500', '120506.572500', '120507.032500', '120507.492500', '120507.952500', '120508.412500', '120508.872500', '120509.332500', '120509.792500', '120510.252500', '120510.712500', '120511.172500', '120511.632500', '120512.092500', '120512.552500', '120513.012500', '120513.472500', '120513.932500', '120514.392500', '120514.852500', '120515.312500', '120515.772500', '120516.232500', '120516.692500', '120517.152500', '120517.612500', '120518.072500', '120518.532500', '120518.992500', '120519.452500', '120519.912500', '120520.372500', '120520.832500', '120521.292500', '120521.752500', '120522.212500', '120522.672500', '120523.132500', '120523.592500', '120524.052500', '120524.512500', '120524.972500', '120525.432500', '120525.892500', '120526.352500', '120526.812500', '120527.272500', '120527.732500', '120528.192500', '120528.652500', '120529.112500', '120529.572500', '120530.032500', '120530.492500', '120530.952500', '120531.412500', '120531.872500', '120532.332500', '120532.792500', '120533.252500', '120533.712500', '120534.172500', '120534.632500', '120535.092500', '120535.552500', '120536.012500', '120536.472500', '120536.932500', '120537.392500', '120537.852500', '120538.312500', '120538.772500', '120539.232500', '120539.692500', '120540.152500', '120540.612500', '120541.072500', '120541.532500', '120541.992500', '120542.452500', '120542.912500', '120543.372500', '120543.832500', '120544.292500', '120544.752500', '120545.212500', '120545.672500', '120546.132500', '120546.592500', '120547.052500', '120547.512500', '120547.972500', '120548.432500', '120548.892500', '120549.352500', '120549.812500', '120550.272500', '120550.732500', '120551.192500', '120551.652500', '120552.112500', '120552.572500', '120553.032500', '120553.492500', '120553.952500', '120554.412500', '120554.872500', '120555.332500', '120555.792500', '120556.252500', '120556.712500', '120557.172500', '120557.632500', '120558.092500', '120558.552500', '120559.012500', '120559.472500', '120559.932500', '120600.392500', '120600.852500', '120601.312500', '120601.772500', '120602.232500', '120602.692500', '120603.152500', '120603.612500', '120604.072500', '120604.532500', '120604.992500', '120605.452500', '120605.912500', '120606.372500', '120606.832500', '120607.292500', '120607.752500', '120608.212500', '120608.672500', '120609.132500', '120609.592500', '120610.052500', '120610.512500', '120610.972500', '120611.432500', '120611.892500', '120612.352500', '120612.812500', '120613.272500', '120613.732500', '120614.192500', '120614.652500', '120615.112500', '120615.572500', '120616.032500', '120616.492500', '120616.952500', '120617.412500', '120617.872500', '120618.332500', '120618.792500', '120619.252500', '120619.712500', '120620.172500', '120620.632500', '120621.092500', '120621.552500', '120622.012500', '120622.472500', '120622.932500', '120623.392500', '120623.852500', '120624.312500', '120624.772500', '120625.232500', '120625.692500', '120626.152500', '120626.612500', '120627.072500', '120627.532500', '120627.992500', '120628.452500', '120628.912500', '120629.372500', '120629.832500', '120630.292500', '120630.752500', '120631.212500', '120631.672500', '120632.132500', '120632.592500', '120633.052500', '120633.512500', '120633.972500', '120634.432500', '120634.892500', '120635.352500', '120635.812500', '120636.272500', '120636.732500', '120637.192500', '120637.652500', '120638.112500', '120638.572500', '120639.032500', '120639.492500', '120639.952500', '120640.412500', '120640.872500', '120641.332500', '120641.792500', '120642.252500', '120642.712500', '120643.172500', '120643.632500', '120644.092500', '120644.552500', '120645.012500', '120645.472500', '120645.932500', '120646.392500', '120646.852500', '120647.312500', '120647.772500', '120648.232500', '120648.692500', '120649.152500', '120649.612500', '120650.072500', '120650.532500', '120650.992500', '120651.452500', '120651.912500', '120652.372500', '120652.832500', '120653.292500', '120653.752500', '120654.212500', '120654.672500', '120655.132500', '120655.592500', '120656.052500', '120656.512500', '120656.972500', '120657.432500', '120657.892500', '120658.352500', '120658.812500', '120659.272500', '120659.732500', '120700.192500', '120700.652500', '120701.112500', '120701.572500', '120702.032500', '120702.492500', '120702.952500', '120703.412500', '120703.872500', '120704.332500', '120704.792500', '120705.252500', '120705.712500', '120706.172500', '120706.632500', '120707.092500', '120707.552500', '120708.012500', '120708.472500', '120708.932500', '120709.392500', '120709.852500', '120710.312500', '120710.772500', '120711.232500', '120711.692500', '120712.152500', '120712.612500', '120713.072500', '120713.532500', '120713.992500', '120714.452500', '120714.912500', '120715.372500', '120715.832500', '120716.292500', '120716.752500', '120717.212500', '120717.672500', '120718.132500', '120718.592500', '120719.052500', '120719.512500', '120719.972500', '120720.432500', '120720.892500', '120721.352500', '120721.812500', '120722.272500', '120722.732500', '120723.192500', '120723.652500', '120724.112500', '120724.572500', '120725.032500', '120725.492500', '120725.952500', '120726.412500', '120726.872500', '120727.332500', '120727.792500', '120728.252500', '120728.712500', '120729.172500', '120729.632500', '120730.092500', '120730.552500', '120731.012500', '120731.472500', '120731.932500', '120732.392500', '120732.852500', '120733.312500', '120733.772500', '120734.232500', '120734.692500', '120735.152500', '120735.612500', '120736.072500', '120736.532500', '120736.992500', '120737.452500', '120737.912500', '120738.372500', '120738.832500', '120739.292500', '120739.752500', '120740.212500', '120740.672500', '120741.132500', '120741.592500', '120742.052500', '120742.512500', '120742.972500', '120743.432500', '120743.892500', '120744.352500', '120744.812500', '120745.272500', '120745.732500', '120746.192500', '120746.652500', '120747.112500', '120747.572500', '120748.032500', '120748.492500', '120748.952500', '120749.412500', '120749.872500', '120750.332500', '120750.792500', '120751.252500', '120751.712500', '120752.172500', '120752.632500', '120753.092500', '120753.552500', '120754.012500', '120754.472500', '120754.932500', '120755.392500', '120755.852500', '120756.312500', '120756.772500', '120757.232500', '120757.692500', '120758.152500', '120758.612500', '120759.072500', '120759.532500', '120759.992500', '120800.452500', '120800.912500', '120801.372500', '120801.832500', '120802.292500', '120802.752500', '120803.212500', '120803.672500', '120804.132500', '120804.592500', '120805.052500', '120805.512500', '120805.972500', '120806.432500', '120806.892500', '120807.352500', '120807.812500', '120808.272500', '120808.732500', '120809.192500', '120809.652500', '120810.112500', '120810.572500', '120811.032500', '120811.492500', '120811.952500', '120812.412500', '120812.872500', '120813.332500', '120813.792500', '120814.252500', '120814.712500', '120815.172500', '120815.632500', '120816.092500', '120816.552500', '120817.012500', '120817.472500', '120817.932500', '120818.392500', '120818.852500', '120819.312500', '120819.772500', '120820.232500', '120820.692500', '120821.152500', '120821.612500', '120822.072500', '120822.532500', '120822.992500', '120823.452500', '120823.912500', '120824.372500', '120824.832500', '120825.292500', '120825.752500', '120826.212500', '120826.672500', '120827.132500', '120827.592500', '120828.052500', '120828.512500', '120828.972500', '120829.432500', '120829.892500', '120830.352500', '120830.812500', '120831.272500', '120831.732500', '120832.192500', '120832.652500', '120833.112500', '120833.572500', '120834.032500', '120834.492500', '120834.952500', '120835.412500', '120835.872500', '120836.332500', '120836.792500', '120837.252500', '120837.712500', '120838.172500', '120838.632500', '120839.092500', '120839.552500', '120840.012500', '120840.472500', '120840.932500', '120841.392500', '120841.852500', '120842.312500', '120842.772500', '120843.232500', '120843.692500', '120844.152500', '120844.612500', '120845.072500', '120845.532500', '120845.992500', '120846.452500', '120846.912500', '120847.372500', '120847.832500', '120848.292500', '120848.752500', '120849.212500', '120849.672500', '120850.132500', '120850.592500', '120851.052500', '120851.512500', '120851.972500', '120852.432500', '120852.892500', '120853.352500', '120853.812500', '120854.272500', '120854.732500', '120855.192500', '120855.652500', '120856.112500', '120856.572500', '120857.032500', '120857.492500', '120857.952500', '120858.412500', '120858.872500', '120859.332500', '120859.792500', '120900.252500', '120900.712500', '120901.172500', '120901.632500', '120902.092500', '120902.552500', '120903.012500', '120903.472500', '120903.932500', '120904.392500', '120904.852500', '120905.312500', '120905.772500', '120906.232500', '120906.692500', '120907.152500', '120907.612500', '120908.072500', '120908.532500', '120908.992500', '120909.452500', '120909.912500', '120910.372500', '120910.832500', '120911.292500', '120911.752500', '120912.212500', '120912.672500', '120913.132500', '120913.592500', '120914.052500', '120914.512500', '120914.972500', '120915.432500', '120915.892500', '120916.352500', '120916.812500', '120917.272500', '120917.732500', '120918.192500', '120918.652500', '120919.112500', '120919.572500', '120920.032500', '120920.492500', '120920.952500', '120921.412500', '120921.872500', '120922.332500', '120922.792500', '120923.252500', '120923.712500', '120924.172500', '120924.632500', '120925.092500', '120925.552500', '120926.012500', '120926.472500', '120926.932500', '120927.392500', '120927.852500', '120928.312500', '120928.772500', '120929.232500', '120929.692500', '120930.152500', '120930.612500', '120931.072500', '120931.532500', '120931.992500', '120932.452500', '120932.912500', '120933.372500', '120933.832500', '120934.292500', '120934.752500', '120935.212500', '120935.672500', '120936.132500', '120936.592500', '120937.052500', '120937.512500', '120937.972500', '120938.432500', '120938.892500', '120939.352500', '120939.812500', '120940.272500', '120940.732500', '120941.192500', '120941.652500', '120942.112500', '120942.572500', '120943.032500', '120943.492500', '120943.952500', '120944.412500'], 'ContentTime': ['120256.821000', '120256.824000', '120256.828000', '120256.830000', '120256.833000', '120256.836000', '120256.846000', '120256.849000', '120256.851000', '120256.854000', '120256.857000', '120256.859000', '120256.874000', '120256.877000', '120256.880000', '120256.882000', '120256.885000', '120256.887000', '120256.890000', '120256.892000', '120256.895000', '120256.898000', '120256.900000', '120256.903000', '120256.905000', '120316.777000', '120316.779000', '120316.782000', '120316.785000', '120316.787000', '120316.796000', '120316.799000', '120316.801000', '120316.804000', '120316.806000', '120316.809000', '120316.812000', '120316.814000', '120316.819000', '120316.821000', '120316.824000', '120316.827000', '120316.829000', '120316.832000', '120316.834000', '120316.837000', '120316.840000', '120316.842000', '120316.845000', '120316.847000', '120316.855000', '120316.858000', '120316.861000', '120316.863000', '120316.866000', '120316.869000', '120316.871000', '120316.874000', '120316.877000', '120316.879000', '120316.882000', '120316.885000', '120316.887000', '120316.890000', '120316.892000', '120316.895000', '120316.898000', '120316.900000', '120336.776000', '120336.779000', '120336.782000', '120336.785000', '120336.787000', '120336.790000', '120336.792000', '120336.795000', '120336.797000', '120336.800000', '120336.802000', '120336.805000', '120336.808000', '120336.810000', '120336.813000', '120336.816000', '120336.818000', '120336.821000', '120336.823000', '120336.826000', '120336.829000', '120336.831000', '120336.834000', '120336.836000', '120336.839000', '120336.841000', '120336.844000', '120336.846000', '120336.849000', '120336.852000', '120336.854000', '120336.857000', '120336.859000', '120336.862000', '120336.865000', '120336.867000', '120336.870000', '120336.872000', '120336.875000', '120336.878000', '120336.880000', '120336.883000', '120336.885000', '120336.888000', '120356.777000', '120356.780000', '120356.782000', '120356.785000', '120356.787000', '120356.790000', '120356.793000', '120356.795000', '120356.798000', '120356.801000', '120356.803000', '120356.806000', '120356.812000', '120356.815000', '120356.817000', '120356.820000', '120356.823000', '120356.825000', '120356.828000', '120356.830000', '120356.833000', '120356.836000', '120356.838000', '120356.841000', '120356.843000', '120356.846000', '120356.849000', '120356.851000', '120356.854000', '120356.857000', '120356.859000', '120356.862000', '120356.865000', '120356.868000', '120356.870000', '120356.874000', '120356.878000', '120356.881000', '120356.884000', '120356.886000', '120356.889000', '120356.892000', '120356.894000', '120416.776000', '120416.779000', '120416.783000', '120416.785000', '120416.788000', '120416.790000', '120416.793000', '120416.796000', '120416.798000', '120416.801000', '120416.804000', '120416.806000', '120416.809000', '120416.811000', '120416.826000', '120416.829000', '120416.832000', '120416.834000', '120416.837000', '120416.839000', '120416.842000', '120416.845000', '120416.848000', '120416.850000', '120416.853000', '120416.855000', '120416.858000', '120416.861000', '120416.863000', '120416.866000', '120416.869000', '120416.871000', '120416.874000', '120416.876000', '120416.879000', '120416.882000', '120416.884000', '120416.887000', '120416.889000', '120416.892000', '120416.895000', '120416.897000', '120416.900000', '120416.903000', '120436.776000', '120436.779000', '120436.782000', '120436.784000', '120436.788000', '120436.790000', '120436.793000', '120436.795000', '120436.798000', '120436.801000', '120436.803000', '120436.806000', '120436.809000', '120436.811000', '120436.814000', '120436.816000', '120436.819000', '120436.822000', '120436.824000', '120436.827000', '120436.830000', '120436.832000', '120436.835000', '120436.837000', '120436.840000', '120436.843000', '120436.845000', '120436.848000', '120436.851000', '120436.853000', '120436.856000', '120436.858000', '120436.861000', '120436.864000', '120436.867000', '120436.870000', '120436.873000', '120436.875000', '120436.879000', '120436.882000', '120436.885000', '120436.887000', '120436.890000', '120456.777000', '120456.780000', '120456.782000', '120456.785000', '120456.787000', '120456.790000', '120456.793000', '120456.795000', '120456.798000', '120456.801000', '120456.803000', '120456.806000', '120456.808000', '120456.811000', '120456.814000', '120456.816000', '120456.819000', '120456.822000', '120456.824000', '120456.827000', '120456.829000', '120456.832000', '120456.835000', '120456.837000', '120456.840000', '120456.843000', '120456.845000', '120456.848000', '120456.851000', '120456.853000', '120456.856000', '120456.858000', '120456.861000', '120456.864000', '120456.866000', '120456.869000', '120456.871000', '120456.874000', '120456.877000', '120456.879000', '120456.882000', '120456.885000', '120456.887000', '120456.890000', '120516.776000', '120516.779000', '120516.782000', '120516.785000', '120516.787000', '120516.790000', '120516.792000', '120516.795000', '120516.798000', '120516.800000', '120516.803000', '120516.806000', '120516.808000', '120516.811000', '120516.813000', '120516.816000', '120516.819000', '120516.821000', '120516.824000', '120516.826000', '120516.829000', '120516.832000', '120516.834000', '120516.844000', '120516.847000', '120516.849000', '120516.852000', '120516.855000', '120516.857000', '120516.860000', '120516.862000', '120516.865000', '120516.868000', '120516.870000', '120516.873000', '120516.875000', '120516.878000', '120516.881000', '120516.883000', '120516.886000', '120516.888000', '120516.891000', '120516.893000', '120536.777000', '120536.779000', '120536.782000', '120536.784000', '120536.787000', '120536.790000', '120536.792000', '120536.795000', '120536.798000', '120536.800000', '120536.803000', '120536.805000', '120536.808000', '120536.811000', '120536.813000', '120536.816000', '120536.818000', '120536.821000', '120536.824000', '120536.826000', '120536.829000', '120536.832000', '120536.834000', '120536.837000', '120536.840000', '120536.842000', '120536.845000', '120536.847000', '120536.850000', '120536.853000', '120536.855000', '120536.858000', '120536.860000', '120536.863000', '120536.865000', '120536.868000', '120536.871000', '120536.873000', '120536.876000', '120536.879000', '120536.881000', '120536.884000', '120536.886000', '120536.889000', '120556.777000', '120556.779000', '120556.782000', '120556.785000', '120556.787000', '120556.790000', '120556.793000', '120556.795000', '120556.798000', '120556.812000', '120556.815000', '120556.817000', '120556.820000', '120556.823000', '120556.825000', '120556.828000', '120556.831000', '120556.833000', '120556.836000', '120556.838000', '120556.841000', '120556.844000', '120556.846000', '120556.849000', '120556.852000', '120556.854000', '120556.857000', '120556.860000', '120556.862000', '120556.865000', '120556.867000', '120556.870000', '120556.873000', '120556.875000', '120556.878000', '120556.880000', '120556.883000', '120556.886000', '120556.888000', '120556.891000', '120556.893000', '120556.896000', '120556.899000', '120616.777000', '120616.779000', '120616.782000', '120616.785000', '120616.787000', '120616.790000', '120616.793000', '120616.795000', '120616.798000', '120616.800000', '120616.803000', '120616.806000', '120616.808000', '120616.811000', '120616.813000', '120616.816000', '120616.819000', '120616.821000', '120616.824000', '120616.827000', '120616.829000', '120616.832000', '120616.834000', '120616.837000', '120616.840000', '120616.842000', '120616.845000', '120616.848000', '120616.850000', '120616.853000', '120616.855000', '120616.858000', '120616.861000', '120616.863000', '120616.866000', '120616.868000', '120616.871000', '120616.874000', '120616.876000', '120616.879000', '120616.882000', '120616.884000', '120616.887000', '120616.889000', '120636.776000', '120636.779000', '120636.782000', '120636.785000', '120636.787000', '120636.790000', '120636.792000', '120636.795000', '120636.798000', '120636.801000', '120636.803000', '120636.806000', '120636.809000', '120636.811000', '120636.814000', '120636.816000', '120636.819000', '120636.822000', '120636.824000', '120636.827000', '120636.829000', '120636.832000', '120636.835000', '120636.838000', '120636.840000', '120636.843000', '120636.846000', '120636.848000', '120636.851000', '120636.854000', '120636.856000', '120636.859000', '120636.861000', '120636.864000', '120636.867000', '120636.869000', '120636.872000', '120636.875000', '120636.877000', '120636.880000', '120636.883000', '120636.885000', '120636.888000', '120656.776000', '120656.779000', '120656.782000', '120656.785000', '120656.787000', '120656.790000', '120656.793000', '120656.795000', '120656.798000', '120656.800000', '120656.803000', '120656.806000', '120656.808000', '120656.811000', '120656.813000', '120656.816000', '120656.819000', '120656.821000', '120656.824000', '120656.826000', '120656.829000', '120656.832000', '120656.834000', '120656.837000', '120656.840000', '120656.842000', '120656.845000', '120656.848000', '120656.850000', '120656.853000', '120656.855000', '120656.858000', '120656.861000', '120656.863000', '120656.866000', '120656.869000', '120656.871000', '120656.874000', '120656.876000', '120656.879000', '120656.882000', '120656.884000', '120656.887000', '120656.890000', '120716.776000', '120716.779000', '120716.782000', '120716.784000', '120716.787000', '120716.790000', '120716.792000', '120716.795000', '120716.798000', '120716.800000', '120716.803000', '120716.805000', '120716.808000', '120716.811000', '120716.813000', '120716.816000', '120716.819000', '120716.821000', '120716.824000', '120716.827000', '120716.829000', '120716.832000', '120716.835000', '120716.837000', '120716.840000', '120716.843000', '120716.845000', '120716.848000', '120716.850000', '120716.853000', '120716.856000', '120716.858000', '120716.861000', '120716.863000', '120716.878000', '120716.881000', '120716.884000', '120716.886000', '120716.889000', '120716.891000', '120716.894000', '120716.897000', '120716.899000', '120736.777000', '120736.780000', '120736.782000', '120736.785000', '120736.788000', '120736.790000', '120736.793000', '120736.795000', '120736.798000', '120736.801000', '120736.803000', '120736.806000', '120736.809000', '120736.811000', '120736.814000', '120736.817000', '120736.819000', '120736.822000', '120736.824000', '120736.827000', '120736.830000', '120736.832000', '120736.835000', '120736.838000', '120736.840000', '120736.843000', '120736.846000', '120736.848000', '120736.851000', '120736.854000', '120736.856000', '120736.859000', '120736.861000', '120736.864000', '120736.867000', '120736.869000', '120736.872000', '120736.875000', '120736.877000', '120736.880000', '120736.882000', '120736.885000', '120736.888000', '120736.890000', '120756.776000', '120756.779000', '120756.782000', '120756.785000', '120756.787000', '120756.790000', '120756.793000', '120756.795000', '120756.798000', '120756.800000', '120756.803000', '120756.806000', '120756.808000', '120756.811000', '120756.813000', '120756.816000', '120756.819000', '120756.821000', '120756.824000', '120756.827000', '120756.829000', '120756.832000', '120756.834000', '120756.837000', '120756.840000', '120756.842000', '120756.845000', '120756.848000', '120756.850000', '120756.853000', '120756.855000', '120756.858000', '120756.861000', '120756.863000', '120756.866000', '120756.869000', '120756.871000', '120756.874000', '120756.876000', '120756.879000', '120756.882000', '120756.884000', '120756.887000', '120816.776000', '120816.779000', '120816.782000', '120816.785000', '120816.787000', '120816.790000', '120816.793000', '120816.795000', '120816.798000', '120816.801000', '120816.803000', '120816.806000', '120816.809000', '120816.811000', '120816.814000', '120816.816000', '120816.819000', '120816.822000', '120816.824000', '120816.827000', '120816.830000', '120816.832000', '120816.835000', '120816.837000', '120816.840000', '120816.843000', '120816.845000', '120816.848000', '120816.851000', '120816.853000', '120816.856000', '120816.858000', '120816.861000', '120816.864000', '120816.867000', '120816.869000', '120816.872000', '120816.874000', '120816.877000', '120816.880000', '120816.883000', '120816.885000', '120816.888000', '120816.890000', '120836.777000', '120836.779000', '120836.782000', '120836.785000', '120836.788000', '120836.790000', '120836.793000', '120836.796000', '120836.798000', '120836.801000', '120836.803000', '120836.806000', '120836.808000', '120836.811000', '120836.814000', '120836.816000', '120836.819000', '120836.822000', '120836.824000', '120836.827000', '120836.829000', '120836.832000', '120836.835000', '120836.837000', '120836.840000', '120836.843000', '120836.845000', '120836.848000', '120836.850000', '120836.853000', '120836.856000', '120836.858000', '120836.861000', '120836.864000', '120836.866000', '120836.869000', '120836.871000', '120836.874000', '120836.877000', '120836.879000', '120836.882000', '120836.884000', '120836.887000', '120856.777000', '120856.790000', '120856.793000', '120856.796000', '120856.799000', '120856.801000', '120856.804000', '120856.806000', '120856.809000', '120856.812000', '120856.814000', '120856.817000', '120856.819000', '120856.822000', '120856.825000', '120856.827000', '120856.830000', '120856.833000', '120856.835000', '120856.838000', '120856.840000', '120856.843000', '120856.846000', '120856.848000', '120856.851000', '120856.854000', '120856.856000', '120856.859000', '120856.861000', '120856.864000', '120856.867000', '120856.869000', '120856.872000', '120856.875000', '120856.877000', '120856.880000', '120856.882000', '120856.885000', '120856.888000', '120856.890000', '120856.893000', '120856.895000', '120856.898000', '120916.776000', '120916.779000', '120916.782000', '120916.785000', '120916.787000', '120916.790000', '120916.793000', '120916.795000', '120916.798000', '120916.800000', '120916.803000', '120916.806000', '120916.808000', '120916.811000', '120916.813000', '120916.816000', '120916.819000', '120916.821000', '120916.824000', '120916.827000', '120916.829000', '120916.832000', '120916.834000', '120916.837000', '120916.840000', '120916.842000', '120916.845000', '120916.847000', '120916.850000', '120916.853000', '120916.855000', '120916.858000', '120916.860000', '120916.863000', '120916.866000', '120916.868000', '120916.871000', '120916.874000', '120916.876000', '120916.879000', '120916.881000', '120916.884000', '120916.887000', '120916.889000', '120936.776000', '120936.779000', '120936.782000', '120936.785000', '120936.787000', '120936.790000', '120936.793000', '120936.795000', '120936.798000', '120936.800000', '120936.803000', '120936.806000', '120936.808000', '120936.811000', '120936.814000', '120936.816000', '120936.819000', '120936.821000', '120936.824000', '120936.827000', '120936.829000', '120936.832000', '120936.834000', '120936.837000', '120936.840000', '120936.842000', '120936.845000', '120936.848000', '120936.850000', '120936.853000', '120936.856000', '120936.858000', '120936.861000', '120936.863000', '120936.866000', '120936.869000', '120936.871000', '120936.874000', '120936.876000', '120936.879000', '120936.882000', '120936.884000', '120936.887000', '120936.890000', '120945.506000', '120945.508000', '120945.511000', '120945.514000', '120945.516000', '120945.519000', '120945.521000', '120945.524000', '120945.527000', '120945.529000', '120945.532000', '120945.534000', '120945.537000', '120945.540000', '120945.542000', '120945.545000', '120945.548000', '120945.550000', '120945.553000'], 'InstanceCreationTime': ['120256.821000', '120256.824000', '120256.828000', '120256.830000', '120256.833000', '120256.836000', '120256.846000', '120256.849000', '120256.851000', '120256.854000', '120256.857000', '120256.859000', '120256.874000', '120256.877000', '120256.880000', '120256.882000', '120256.885000', '120256.887000', '120256.890000', '120256.892000', '120256.895000', '120256.898000', '120256.900000', '120256.903000', '120256.905000', '120316.777000', '120316.779000', '120316.782000', '120316.785000', '120316.787000', '120316.796000', '120316.799000', '120316.801000', '120316.804000', '120316.806000', '120316.809000', '120316.812000', '120316.814000', '120316.819000', '120316.821000', '120316.824000', '120316.827000', '120316.829000', '120316.832000', '120316.834000', '120316.837000', '120316.840000', '120316.842000', '120316.845000', '120316.847000', '120316.855000', '120316.858000', '120316.861000', '120316.863000', '120316.866000', '120316.869000', '120316.871000', '120316.874000', '120316.877000', '120316.879000', '120316.882000', '120316.885000', '120316.887000', '120316.890000', '120316.892000', '120316.895000', '120316.898000', '120316.900000', '120336.776000', '120336.779000', '120336.782000', '120336.785000', '120336.787000', '120336.790000', '120336.792000', '120336.795000', '120336.797000', '120336.800000', '120336.802000', '120336.805000', '120336.808000', '120336.810000', '120336.813000', '120336.816000', '120336.818000', '120336.821000', '120336.823000', '120336.826000', '120336.829000', '120336.831000', '120336.834000', '120336.836000', '120336.839000', '120336.841000', '120336.844000', '120336.846000', '120336.849000', '120336.852000', '120336.854000', '120336.857000', '120336.859000', '120336.862000', '120336.865000', '120336.867000', '120336.870000', '120336.872000', '120336.875000', '120336.878000', '120336.880000', '120336.883000', '120336.885000', '120336.888000', '120356.777000', '120356.780000', '120356.782000', '120356.785000', '120356.787000', '120356.790000', '120356.793000', '120356.795000', '120356.798000', '120356.801000', '120356.803000', '120356.806000', '120356.812000', '120356.815000', '120356.817000', '120356.820000', '120356.823000', '120356.825000', '120356.828000', '120356.830000', '120356.833000', '120356.836000', '120356.838000', '120356.841000', '120356.843000', '120356.846000', '120356.849000', '120356.851000', '120356.854000', '120356.857000', '120356.859000', '120356.862000', '120356.865000', '120356.868000', '120356.870000', '120356.874000', '120356.878000', '120356.881000', '120356.884000', '120356.886000', '120356.889000', '120356.892000', '120356.894000', '120416.776000', '120416.779000', '120416.783000', '120416.785000', '120416.788000', '120416.790000', '120416.793000', '120416.796000', '120416.798000', '120416.801000', '120416.804000', '120416.806000', '120416.809000', '120416.811000', '120416.826000', '120416.829000', '120416.832000', '120416.834000', '120416.837000', '120416.839000', '120416.842000', '120416.845000', '120416.848000', '120416.850000', '120416.853000', '120416.855000', '120416.858000', '120416.861000', '120416.863000', '120416.866000', '120416.869000', '120416.871000', '120416.874000', '120416.876000', '120416.879000', '120416.882000', '120416.884000', '120416.887000', '120416.889000', '120416.892000', '120416.895000', '120416.897000', '120416.900000', '120416.903000', '120436.776000', '120436.779000', '120436.782000', '120436.784000', '120436.788000', '120436.790000', '120436.793000', '120436.795000', '120436.798000', '120436.801000', '120436.803000', '120436.806000', '120436.809000', '120436.811000', '120436.814000', '120436.816000', '120436.819000', '120436.822000', '120436.824000', '120436.827000', '120436.830000', '120436.832000', '120436.835000', '120436.837000', '120436.840000', '120436.843000', '120436.845000', '120436.848000', '120436.851000', '120436.853000', '120436.856000', '120436.858000', '120436.861000', '120436.864000', '120436.867000', '120436.870000', '120436.873000', '120436.875000', '120436.879000', '120436.882000', '120436.885000', '120436.887000', '120436.890000', '120456.777000', '120456.780000', '120456.782000', '120456.785000', '120456.787000', '120456.790000', '120456.793000', '120456.795000', '120456.798000', '120456.801000', '120456.803000', '120456.806000', '120456.808000', '120456.811000', '120456.814000', '120456.816000', '120456.819000', '120456.822000', '120456.824000', '120456.827000', '120456.829000', '120456.832000', '120456.835000', '120456.837000', '120456.840000', '120456.843000', '120456.845000', '120456.848000', '120456.851000', '120456.853000', '120456.856000', '120456.858000', '120456.861000', '120456.864000', '120456.866000', '120456.869000', '120456.871000', '120456.874000', '120456.877000', '120456.879000', '120456.882000', '120456.885000', '120456.887000', '120456.890000', '120516.776000', '120516.779000', '120516.782000', '120516.785000', '120516.787000', '120516.790000', '120516.792000', '120516.795000', '120516.798000', '120516.800000', '120516.803000', '120516.806000', '120516.808000', '120516.811000', '120516.813000', '120516.816000', '120516.819000', '120516.821000', '120516.824000', '120516.826000', '120516.829000', '120516.832000', '120516.834000', '120516.844000', '120516.847000', '120516.849000', '120516.852000', '120516.855000', '120516.857000', '120516.860000', '120516.862000', '120516.865000', '120516.868000', '120516.870000', '120516.873000', '120516.875000', '120516.878000', '120516.881000', '120516.883000', '120516.886000', '120516.888000', '120516.891000', '120516.893000', '120536.777000', '120536.779000', '120536.782000', '120536.784000', '120536.787000', '120536.790000', '120536.792000', '120536.795000', '120536.798000', '120536.800000', '120536.803000', '120536.805000', '120536.808000', '120536.811000', '120536.813000', '120536.816000', '120536.818000', '120536.821000', '120536.824000', '120536.826000', '120536.829000', '120536.832000', '120536.834000', '120536.837000', '120536.840000', '120536.842000', '120536.845000', '120536.847000', '120536.850000', '120536.853000', '120536.855000', '120536.858000', '120536.860000', '120536.863000', '120536.865000', '120536.868000', '120536.871000', '120536.873000', '120536.876000', '120536.879000', '120536.881000', '120536.884000', '120536.886000', '120536.889000', '120556.777000', '120556.779000', '120556.782000', '120556.785000', '120556.787000', '120556.790000', '120556.793000', '120556.795000', '120556.798000', '120556.812000', '120556.815000', '120556.817000', '120556.820000', '120556.823000', '120556.825000', '120556.828000', '120556.831000', '120556.833000', '120556.836000', '120556.838000', '120556.841000', '120556.844000', '120556.846000', '120556.849000', '120556.852000', '120556.854000', '120556.857000', '120556.860000', '120556.862000', '120556.865000', '120556.867000', '120556.870000', '120556.873000', '120556.875000', '120556.878000', '120556.880000', '120556.883000', '120556.886000', '120556.888000', '120556.891000', '120556.893000', '120556.896000', '120556.899000', '120616.777000', '120616.779000', '120616.782000', '120616.785000', '120616.787000', '120616.790000', '120616.793000', '120616.795000', '120616.798000', '120616.800000', '120616.803000', '120616.806000', '120616.808000', '120616.811000', '120616.813000', '120616.816000', '120616.819000', '120616.821000', '120616.824000', '120616.827000', '120616.829000', '120616.832000', '120616.834000', '120616.837000', '120616.840000', '120616.842000', '120616.845000', '120616.848000', '120616.850000', '120616.853000', '120616.855000', '120616.858000', '120616.861000', '120616.863000', '120616.866000', '120616.868000', '120616.871000', '120616.874000', '120616.876000', '120616.879000', '120616.882000', '120616.884000', '120616.887000', '120616.889000', '120636.776000', '120636.779000', '120636.782000', '120636.785000', '120636.787000', '120636.790000', '120636.792000', '120636.795000', '120636.798000', '120636.801000', '120636.803000', '120636.806000', '120636.809000', '120636.811000', '120636.814000', '120636.816000', '120636.819000', '120636.822000', '120636.824000', '120636.827000', '120636.829000', '120636.832000', '120636.835000', '120636.838000', '120636.840000', '120636.843000', '120636.846000', '120636.848000', '120636.851000', '120636.854000', '120636.856000', '120636.859000', '120636.861000', '120636.864000', '120636.867000', '120636.869000', '120636.872000', '120636.875000', '120636.877000', '120636.880000', '120636.883000', '120636.885000', '120636.888000', '120656.776000', '120656.779000', '120656.782000', '120656.785000', '120656.787000', '120656.790000', '120656.793000', '120656.795000', '120656.798000', '120656.800000', '120656.803000', '120656.806000', '120656.808000', '120656.811000', '120656.813000', '120656.816000', '120656.819000', '120656.821000', '120656.824000', '120656.826000', '120656.829000', '120656.832000', '120656.834000', '120656.837000', '120656.840000', '120656.842000', '120656.845000', '120656.848000', '120656.850000', '120656.853000', '120656.855000', '120656.858000', '120656.861000', '120656.863000', '120656.866000', '120656.869000', '120656.871000', '120656.874000', '120656.876000', '120656.879000', '120656.882000', '120656.884000', '120656.887000', '120656.890000', '120716.776000', '120716.779000', '120716.782000', '120716.784000', '120716.787000', '120716.790000', '120716.792000', '120716.795000', '120716.798000', '120716.800000', '120716.803000', '120716.805000', '120716.808000', '120716.811000', '120716.813000', '120716.816000', '120716.819000', '120716.821000', '120716.824000', '120716.827000', '120716.829000', '120716.832000', '120716.835000', '120716.837000', '120716.840000', '120716.843000', '120716.845000', '120716.848000', '120716.850000', '120716.853000', '120716.856000', '120716.858000', '120716.861000', '120716.863000', '120716.878000', '120716.881000', '120716.884000', '120716.886000', '120716.889000', '120716.891000', '120716.894000', '120716.897000', '120716.899000', '120736.777000', '120736.780000', '120736.782000', '120736.785000', '120736.788000', '120736.790000', '120736.793000', '120736.795000', '120736.798000', '120736.801000', '120736.803000', '120736.806000', '120736.809000', '120736.811000', '120736.814000', '120736.817000', '120736.819000', '120736.822000', '120736.824000', '120736.827000', '120736.830000', '120736.832000', '120736.835000', '120736.838000', '120736.840000', '120736.843000', '120736.846000', '120736.848000', '120736.851000', '120736.854000', '120736.856000', '120736.859000', '120736.861000', '120736.864000', '120736.867000', '120736.869000', '120736.872000', '120736.875000', '120736.877000', '120736.880000', '120736.882000', '120736.885000', '120736.888000', '120736.890000', '120756.776000', '120756.779000', '120756.782000', '120756.785000', '120756.787000', '120756.790000', '120756.793000', '120756.795000', '120756.798000', '120756.800000', '120756.803000', '120756.806000', '120756.808000', '120756.811000', '120756.813000', '120756.816000', '120756.819000', '120756.821000', '120756.824000', '120756.827000', '120756.829000', '120756.832000', '120756.834000', '120756.837000', '120756.840000', '120756.842000', '120756.845000', '120756.848000', '120756.850000', '120756.853000', '120756.855000', '120756.858000', '120756.861000', '120756.863000', '120756.866000', '120756.869000', '120756.871000', '120756.874000', '120756.876000', '120756.879000', '120756.882000', '120756.884000', '120756.887000', '120816.776000', '120816.779000', '120816.782000', '120816.785000', '120816.787000', '120816.790000', '120816.793000', '120816.795000', '120816.798000', '120816.801000', '120816.803000', '120816.806000', '120816.809000', '120816.811000', '120816.814000', '120816.816000', '120816.819000', '120816.822000', '120816.824000', '120816.827000', '120816.830000', '120816.832000', '120816.835000', '120816.837000', '120816.840000', '120816.843000', '120816.845000', '120816.848000', '120816.851000', '120816.853000', '120816.856000', '120816.858000', '120816.861000', '120816.864000', '120816.867000', '120816.869000', '120816.872000', '120816.874000', '120816.877000', '120816.880000', '120816.883000', '120816.885000', '120816.888000', '120816.890000', '120836.777000', '120836.779000', '120836.782000', '120836.785000', '120836.788000', '120836.790000', '120836.793000', '120836.796000', '120836.798000', '120836.801000', '120836.803000', '120836.806000', '120836.808000', '120836.811000', '120836.814000', '120836.816000', '120836.819000', '120836.822000', '120836.824000', '120836.827000', '120836.829000', '120836.832000', '120836.835000', '120836.837000', '120836.840000', '120836.843000', '120836.845000', '120836.848000', '120836.850000', '120836.853000', '120836.856000', '120836.858000', '120836.861000', '120836.864000', '120836.866000', '120836.869000', '120836.871000', '120836.874000', '120836.877000', '120836.879000', '120836.882000', '120836.884000', '120836.887000', '120856.777000', '120856.790000', '120856.793000', '120856.796000', '120856.799000', '120856.801000', '120856.804000', '120856.806000', '120856.809000', '120856.812000', '120856.814000', '120856.817000', '120856.819000', '120856.822000', '120856.825000', '120856.827000', '120856.830000', '120856.833000', '120856.835000', '120856.838000', '120856.840000', '120856.843000', '120856.846000', '120856.848000', '120856.851000', '120856.854000', '120856.856000', '120856.859000', '120856.861000', '120856.864000', '120856.867000', '120856.869000', '120856.872000', '120856.875000', '120856.877000', '120856.880000', '120856.882000', '120856.885000', '120856.888000', '120856.890000', '120856.893000', '120856.895000', '120856.898000', '120916.776000', '120916.779000', '120916.782000', '120916.785000', '120916.787000', '120916.790000', '120916.793000', '120916.795000', '120916.798000', '120916.800000', '120916.803000', '120916.806000', '120916.808000', '120916.811000', '120916.813000', '120916.816000', '120916.819000', '120916.821000', '120916.824000', '120916.827000', '120916.829000', '120916.832000', '120916.834000', '120916.837000', '120916.840000', '120916.842000', '120916.845000', '120916.847000', '120916.850000', '120916.853000', '120916.855000', '120916.858000', '120916.860000', '120916.863000', '120916.866000', '120916.868000', '120916.871000', '120916.874000', '120916.876000', '120916.879000', '120916.881000', '120916.884000', '120916.887000', '120916.889000', '120936.776000', '120936.779000', '120936.782000', '120936.785000', '120936.787000', '120936.790000', '120936.793000', '120936.795000', '120936.798000', '120936.800000', '120936.803000', '120936.806000', '120936.808000', '120936.811000', '120936.814000', '120936.816000', '120936.819000', '120936.821000', '120936.824000', '120936.827000', '120936.829000', '120936.832000', '120936.834000', '120936.837000', '120936.840000', '120936.842000', '120936.845000', '120936.848000', '120936.850000', '120936.853000', '120936.856000', '120936.858000', '120936.861000', '120936.863000', '120936.866000', '120936.869000', '120936.871000', '120936.874000', '120936.876000', '120936.879000', '120936.882000', '120936.884000', '120936.887000', '120936.890000', '120945.506000', '120945.508000', '120945.511000', '120945.514000', '120945.516000', '120945.519000', '120945.521000', '120945.524000', '120945.527000', '120945.529000', '120945.532000', '120945.534000', '120945.537000', '120945.540000', '120945.542000', '120945.545000', '120945.548000', '120945.550000', '120945.553000'], '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': [11306, 14127, 11346, 13038, 11074, 12273, 9349, 11091, 9117, 10306, 7833, 9940, 7851, 9441, 10099, 9182, 6813, 8369, 7278, 8033, 8263, 8045, 9253, 7812, 9082, 7836, 8843, 8003, 9058, 8027, 8508, 6439, 8231, 6847, 9004, 7294, 8436, 7659, 8935, 7293, 8708, 6520, 8209, 7158, 7292, 8496, 9432, 7330, 8764, 7527, 7840, 11092, 8539, 13467, 9674, 14268, 11378, 12804, 9603, 11337, 11762, 8366, 12562, 7974, 10894, 7899, 9784, 8074, 7472, 7919, 8057, 7963, 8388, 8173, 9932, 8254, 13360, 9453, 12880, 8029, 11208, 9290, 10605, 7987, 9884, 9949, 8425, 13616, 8033, 11748, 8312, 10612, 8785, 12951, 8750, 11694, 7782, 9226, 7606, 8989, 7220, 8380, 10196, 8466, 12584, 8698, 11994, 8236, 12449, 8364, 13002, 8441, 11774, 9732, 12578, 9680, 13621, 10371, 12929, 9431, 12687, 10547, 12692, 8511, 8860, 9708, 8881, 7610, 8332, 6898, 8347, 7688, 8194, 9617, 8489, 6429, 8770, 6959, 8947, 7001, 8796, 6984, 10100, 9820, 11776, 10104, 12233, 8961, 11683, 9031, 13614, 8533, 12728, 9046, 11369, 8929, 9146, 8230, 8640, 8229, 6882, 8925, 7150, 8788, 8193, 9968, 7576, 9159, 7628, 10806, 8787, 10319, 12093, 11315, 10736, 10430, 7947, 9029, 8413, 10049, 7755, 9562, 7121, 8744, 9608, 8581, 9876, 8358, 6225, 7316, 7976, 6802, 8209, 8210, 8007, 7283, 8531, 9424, 8812, 12391, 9617, 13654, 10651, 14625, 9895, 12124, 9932, 10770, 8863, 12196, 8685, 10371, 8209, 8346, 7732, 7764, 8094, 9954, 8463, 6517, 9546, 7324, 9675, 11164, 9584, 13922, 10994, 13667, 10298, 12185, 9233, 10775, 9165, 10854, 9178, 15901, 11866, 12631, 7763, 9701, 10314, 9821, 9199, 9204, 10425, 9269, 10093, 9377, 9493, 9218, 11593, 9316, 11333, 8926, 8735, 9251, 7225, 9040, 6888, 9282, 7557, 9606, 8735, 9260, 11052, 9248, 11019, 9430, 10019, 9704, 12984, 9822, 11391, 9142, 10907, 9345, 10866, 9069, 11080, 8720, 8126, 10312, 7124, 9642, 8134, 11850, 9049, 14231, 11190, 16415, 12231, 12277, 9220, 9569, 8724, 10335, 9503, 8290, 11599, 8803, 10720, 8228, 10760, 8710, 8650, 8782, 7839, 13443, 8831, 12526, 8806, 10819, 8356, 7492, 11622, 8374, 12082, 8744, 9772, 9335, 8073, 13977, 8851, 13032, 10034, 14213, 10746, 14143, 10352, 13124, 9215, 12064, 8890, 9027, 8584, 7684, 8345, 6964, 8468, 7297, 8399, 10624, 8873, 7262, 9023, 8285, 8610, 8436, 9435, 8090, 10021, 8170, 12273, 8305, 9865, 7927, 7939, 8465, 8978, 8823, 12454, 9532, 14252, 11494, 11070, 8327, 9420, 8475, 9718, 8676, 8502, 9451, 7661, 10594, 9029, 13064, 8435, 11375, 8571, 11364, 8694, 12691, 8745, 10081, 8527, 8802, 9140, 8254, 12002, 8388, 8910, 8150, 6846, 8390, 7863, 10495, 8569, 9811, 8824, 9162, 12484, 8085, 8330, 8675, 8988, 8667, 11721, 9408, 10569, 8392, 9754, 8870, 7878, 8198, 8732, 8391, 8656, 7391, 9246, 7812, 13097, 8760, 12930, 8985, 9264, 8750, 7101, 9624, 8371, 12039, 8549, 13246, 9409, 12768, 8789, 11461, 9643, 9582, 9452, 9793, 8969, 9405, 9934, 9060, 7742, 9059, 8875, 7139, 8992, 9453, 9251, 9904, 9392, 9762, 9413, 9883, 8897, 9954, 9060, 10163, 9226, 8364, 10165, 8584, 10789, 8649, 11264, 8595, 11524, 7492, 9439, 7090, 9540, 7988, 8140, 8407, 8406, 8194, 6973, 8261, 8232, 9050, 7243, 9181, 8223, 10845, 8798, 14199, 9864, 13073, 9346, 11764, 8276, 8703, 8949, 8380, 10342, 8665, 7125, 9269, 9377, 8270, 8354, 8139, 9022, 10977, 8619, 12925, 9072, 12791, 9192, 12867, 9134, 12526, 9113, 11953, 9112, 10745, 8845, 9735, 11090, 9905, 11973, 13321, 10269, 14732, 11508, 12342, 9210, 9726, 9948, 9255, 13099, 9393, 13745, 8712, 10740, 8988, 10025, 9046, 9388, 8528, 10058, 7802, 9198, 9504, 9104, 12038, 8636, 11597, 8329, 9257, 6961, 9009, 10462, 8539, 9718, 8776, 8097, 8190, 7457, 8345, 7627, 8179, 9916, 8139, 6910, 8489, 6648, 8527, 7305, 11912, 7894, 13222, 8137, 12903, 8866, 14125, 9804, 13330, 10179, 11653, 9212, 10450, 8796, 8566, 12585, 7850, 11405, 8220, 12072, 8474, 14325, 8992, 11463, 8062, 8813, 8072, 7883, 8295, 9734, 8260, 7037, 8843, 7348, 11479, 9181, 11023, 8738, 11120, 9006, 9943, 8495, 8025, 8412, 8783, 8231, 6676, 12040, 8156, 7976, 7855, 6796, 9957, 8143, 9717, 8395, 9387, 12000, 11928, 11691, 13147, 9410, 12202, 8483, 11861, 8469, 10791, 8178, 9206, 8189, 7502, 8659, 7120, 8196, 7800, 7369, 7993, 8678, 8990, 8923, 8595, 10926, 8519, 11197, 8543, 11853, 8696, 10611, 8529, 10302, 8530, 11944, 8922, 12912, 9603, 10376, 8971, 7143, 9190, 7452, 10661, 7928, 9980, 8089, 10112, 8777, 11521, 8419, 10691, 8283, 10675, 8211, 11822, 8357, 10905, 8797, 12062, 8683, 9949, 8373, 9361, 8874, 7538, 8832, 7360, 9070, 8093, 9767, 8256, 7874, 8210, 7996, 8169, 7168, 9156, 7494, 12770, 9862, 13706, 10121, 13290, 9657, 12990, 8423, 10853, 8531, 9191, 8722, 9198, 9048, 8235, 9783, 8188, 9067, 8364, 11783, 8715, 11734, 8513, 9587, 8476, 9907, 9008, 7910, 7251, 8356, 8372, 8169, 8777, 8491, 7679, 8876, 7794, 10918, 8254, 10619, 7850, 10250, 9689, 13361, 9403, 13008, 9464, 11929, 8770, 10140, 7403, 8483, 7034, 8680, 7229, 7233, 8523, 8421, 8007, 8326, 8151, 11459, 8246, 13333, 9041, 13067, 9697, 12611, 9523, 12765, 9808, 9752, 8641, 8869, 8311, 9380, 8378, 6755, 8901, 6977, 9017, 7713, 7385, 8037, 8028, 7792, 7220, 8120, 7074, 10173, 8194, 10497, 8748, 10698, 8421, 8535, 8634, 7174, 7471, 7985, 6887, 8773, 7474, 7279, 8589, 9766, 9139, 8379, 14339, 10547, 13901, 10477, 12834, 9336, 10578, 9031, 9354, 9151, 7030, 9394, 7894, 7187, 8846, 8473, 8704, 10648, 8694, 11504, 8712, 11696, 8658, 10753, 8430, 10436, 8611, 10071, 7261, 8946, 9119, 8617, 12863, 8322, 12024, 8406, 6960, 8612, 7086, 8359, 7346, 8169, 10148, 8733, 7501, 7070, 8058, 7673, 7854, 8735, 7997, 9874, 8469, 10258, 8055, 9468, 7472, 11717, 9948, 13075, 8288, 11416, 7829, 10503, 7904, 10121, 8349, 10090, 8318, 14131, 8588, 13643, 9833, 12315, 9104, 12941, 7833, 9072, 8162, 10650, 8780, 12271, 7928, 9812, 8025, 9640, 7870, 9679, 8077, 8512, 8096, 8456, 8019, 7306, 11076, 7114, 10148, 7920, 13728], 'WindowCenter': [3673.0, 3666.0, 3629.0, 3635.0, 3611.0, 3608.0, 3586.0, 3594.0, 3584.0, 3593.0, 3572.0, 3582.0, 3571.0, 3582.0, 3594.0, 3583.0, 3561.0, 3584.0, 3573.0, 3585.0, 3584.0, 3587.0, 3597.0, 3588.0, 3598.0, 3589.0, 3610.0, 3601.0, 3612.0, 3602.0, 3613.0, 3596.0, 3614.0, 3593.0, 3613.0, 3603.0, 3628.0, 3630.0, 3627.0, 3606.0, 3616.0, 3595.0, 3628.0, 3621.0, 3636.0, 3659.0, 3643.0, 3632.0, 3643.0, 3630.0, 3631.0, 3651.0, 3631.0, 3662.0, 3641.0, 3674.0, 3651.0, 3651.0, 3627.0, 3637.0, 3635.0, 3602.0, 3634.0, 3601.0, 3622.0, 3602.0, 3623.0, 3614.0, 3605.0, 3617.0, 3617.0, 3628.0, 3628.0, 3629.0, 3640.0, 3630.0, 3663.0, 3641.0, 3661.0, 3618.0, 3638.0, 3627.0, 3639.0, 3616.0, 3638.0, 3627.0, 3617.0, 3659.0, 3617.0, 3649.0, 3629.0, 3638.0, 3627.0, 3648.0, 3643.0, 3650.0, 3618.0, 3627.0, 3617.0, 3628.0, 3606.0, 3618.0, 3638.0, 3628.0, 3650.0, 3628.0, 3649.0, 3617.0, 3649.0, 3617.0, 3648.0, 3616.0, 3648.0, 3628.0, 3648.0, 3627.0, 3648.0, 3626.0, 3647.0, 3614.0, 3646.0, 3625.0, 3647.0, 3614.0, 3613.0, 3613.0, 3612.0, 3590.0, 3601.0, 3590.0, 3601.0, 3603.0, 3613.0, 3624.0, 3613.0, 3593.0, 3614.0, 3604.0, 3625.0, 3605.0, 3615.0, 3605.0, 3639.0, 3639.0, 3636.0, 3624.0, 3635.0, 3615.0, 3634.0, 3629.0, 3647.0, 3614.0, 3634.0, 3613.0, 3633.0, 3613.0, 3612.0, 3602.0, 3613.0, 3614.0, 3604.0, 3614.0, 3604.0, 3616.0, 3616.0, 3626.0, 3616.0, 3626.0, 3605.0, 3637.0, 3616.0, 3639.0, 3648.0, 3636.0, 3625.0, 3624.0, 3603.0, 3613.0, 3614.0, 3625.0, 3604.0, 3624.0, 3592.0, 3613.0, 3625.0, 3613.0, 3625.0, 3615.0, 3596.0, 3617.0, 3617.0, 3607.0, 3628.0, 3628.0, 3628.0, 3618.0, 3629.0, 3629.0, 3629.0, 3661.0, 3639.0, 3660.0, 3639.0, 3659.0, 3625.0, 3634.0, 3612.0, 3623.0, 3613.0, 3636.0, 3613.0, 3622.0, 3614.0, 3615.0, 3604.0, 3602.0, 3603.0, 3625.0, 3629.0, 3622.0, 3640.0, 3619.0, 3654.0, 3650.0, 3627.0, 3648.0, 3651.0, 3661.0, 3626.0, 3635.0, 3613.0, 3622.0, 3612.0, 3634.0, 3612.0, 3672.0, 3650.0, 3648.0, 3602.0, 3611.0, 3610.0, 3608.0, 3598.0, 3598.0, 3609.0, 3598.0, 3610.0, 3609.0, 3598.0, 3598.0, 3618.0, 3599.0, 3619.0, 3598.0, 3598.0, 3610.0, 3589.0, 3613.0, 3592.0, 3625.0, 3604.0, 3626.0, 3628.0, 3628.0, 3648.0, 3627.0, 3638.0, 3627.0, 3627.0, 3627.0, 3649.0, 3627.0, 3639.0, 3627.0, 3638.0, 3627.0, 3637.0, 3627.0, 3649.0, 3630.0, 3618.0, 3639.0, 3607.0, 3639.0, 3618.0, 3649.0, 3629.0, 3662.0, 3651.0, 3672.0, 3663.0, 3651.0, 3629.0, 3628.0, 3616.0, 3625.0, 3627.0, 3616.0, 3637.0, 3627.0, 3638.0, 3630.0, 3650.0, 3628.0, 3616.0, 3614.0, 3619.0, 3661.0, 3628.0, 3647.0, 3615.0, 3636.0, 3616.0, 3605.0, 3637.0, 3615.0, 3636.0, 3613.0, 3623.0, 3626.0, 3603.0, 3645.0, 3613.0, 3634.0, 3613.0, 3634.0, 3623.0, 3634.0, 3610.0, 3620.0, 3597.0, 3619.0, 3586.0, 3586.0, 3586.0, 3586.0, 3587.0, 3578.0, 3602.0, 3590.0, 3600.0, 3622.0, 3611.0, 3619.0, 3626.0, 3616.0, 3613.0, 3614.0, 3613.0, 3604.0, 3623.0, 3603.0, 3635.0, 3603.0, 3624.0, 3604.0, 3615.0, 3614.0, 3614.0, 3614.0, 3648.0, 3627.0, 3660.0, 3651.0, 3636.0, 3614.0, 3613.0, 3601.0, 3626.0, 3615.0, 3613.0, 3613.0, 3602.0, 3623.0, 3614.0, 3646.0, 3603.0, 3634.0, 3615.0, 3638.0, 3615.0, 3647.0, 3614.0, 3625.0, 3615.0, 3615.0, 3613.0, 3602.0, 3636.0, 3617.0, 3614.0, 3615.0, 3594.0, 3616.0, 3617.0, 3636.0, 3615.0, 3626.0, 3615.0, 3626.0, 3635.0, 3603.0, 3601.0, 3602.0, 3612.0, 3602.0, 3624.0, 3613.0, 3638.0, 3602.0, 3612.0, 3612.0, 3601.0, 3603.0, 3627.0, 3614.0, 3614.0, 3604.0, 3613.0, 3603.0, 3635.0, 3603.0, 3634.0, 3602.0, 3612.0, 3601.0, 3579.0, 3610.0, 3601.0, 3623.0, 3601.0, 3633.0, 3600.0, 3621.0, 3589.0, 3609.0, 3597.0, 3586.0, 3585.0, 3584.0, 3584.0, 3598.0, 3609.0, 3585.0, 3576.0, 3597.0, 3600.0, 3592.0, 3612.0, 3611.0, 3611.0, 3611.0, 3600.0, 3611.0, 3600.0, 3611.0, 3600.0, 3612.0, 3601.0, 3623.0, 3611.0, 3601.0, 3611.0, 3601.0, 3622.0, 3602.0, 3622.0, 3602.0, 3621.0, 3578.0, 3599.0, 3578.0, 3598.0, 3589.0, 3601.0, 3603.0, 3601.0, 3615.0, 3592.0, 3603.0, 3615.0, 3614.0, 3604.0, 3614.0, 3614.0, 3624.0, 3614.0, 3646.0, 3614.0, 3634.0, 3612.0, 3623.0, 3601.0, 3601.0, 3613.0, 3615.0, 3625.0, 3614.0, 3590.0, 3612.0, 3612.0, 3600.0, 3614.0, 3628.0, 3641.0, 3651.0, 3629.0, 3649.0, 3629.0, 3661.0, 3628.0, 3648.0, 3628.0, 3648.0, 3616.0, 3635.0, 3615.0, 3625.0, 3614.0, 3614.0, 3625.0, 3613.0, 3625.0, 3634.0, 3612.0, 3633.0, 3608.0, 3608.0, 3584.0, 3584.0, 3583.0, 3583.0, 3605.0, 3583.0, 3616.0, 3573.0, 3593.0, 3583.0, 3593.0, 3584.0, 3595.0, 3586.0, 3597.0, 3587.0, 3598.0, 3598.0, 3598.0, 3619.0, 3598.0, 3608.0, 3587.0, 3598.0, 3578.0, 3611.0, 3621.0, 3600.0, 3624.0, 3612.0, 3601.0, 3601.0, 3591.0, 3613.0, 3603.0, 3614.0, 3625.0, 3615.0, 3605.0, 3626.0, 3607.0, 3627.0, 3617.0, 3650.0, 3630.0, 3660.0, 3619.0, 3660.0, 3642.0, 3660.0, 3639.0, 3659.0, 3638.0, 3638.0, 3627.0, 3637.0, 3616.0, 3628.0, 3664.0, 3618.0, 3636.0, 3615.0, 3635.0, 3615.0, 3646.0, 3615.0, 3635.0, 3604.0, 3614.0, 3615.0, 3615.0, 3615.0, 3625.0, 3614.0, 3604.0, 3626.0, 3604.0, 3638.0, 3627.0, 3635.0, 3614.0, 3637.0, 3627.0, 3627.0, 3629.0, 3618.0, 3616.0, 3615.0, 3615.0, 3594.0, 3647.0, 3616.0, 3617.0, 3616.0, 3606.0, 3627.0, 3616.0, 3626.0, 3615.0, 3615.0, 3636.0, 3635.0, 3624.0, 3634.0, 3600.0, 3621.0, 3588.0, 3619.0, 3587.0, 3608.0, 3599.0, 3611.0, 3602.0, 3590.0, 3613.0, 3604.0, 3614.0, 3604.0, 3591.0, 3603.0, 3627.0, 3640.0, 3625.0, 3616.0, 3635.0, 3615.0, 3635.0, 3615.0, 3635.0, 3614.0, 3625.0, 3614.0, 3624.0, 3615.0, 3636.0, 3614.0, 3647.0, 3626.0, 3627.0, 3613.0, 3591.0, 3611.0, 3590.0, 3623.0, 3602.0, 3611.0, 3601.0, 3612.0, 3602.0, 3622.0, 3601.0, 3622.0, 3601.0, 3611.0, 3601.0, 3622.0, 3603.0, 3624.0, 3615.0, 3647.0, 3615.0, 3612.0, 3602.0, 3613.0, 3626.0, 3604.0, 3612.0, 3590.0, 3611.0, 3602.0, 3611.0, 3602.0, 3601.0, 3602.0, 3602.0, 3602.0, 3592.0, 3613.0, 3603.0, 3635.0, 3614.0, 3647.0, 3612.0, 3633.0, 3600.0, 3621.0, 3600.0, 3609.0, 3598.0, 3597.0, 3599.0, 3610.0, 3598.0, 3599.0, 3610.0, 3601.0, 3600.0, 3601.0, 3622.0, 3600.0, 3621.0, 3601.0, 3612.0, 3601.0, 3613.0, 3613.0, 3602.0, 3591.0, 3613.0, 3614.0, 3614.0, 3615.0, 3615.0, 3617.0, 3627.0, 3617.0, 3639.0, 3617.0, 3626.0, 3604.0, 3624.0, 3625.0, 3646.0, 3614.0, 3635.0, 3613.0, 3635.0, 3602.0, 3612.0, 3591.0, 3601.0, 3590.0, 3600.0, 3592.0, 3590.0, 3613.0, 3613.0, 3615.0, 3614.0, 3615.0, 3635.0, 3614.0, 3646.0, 3614.0, 3646.0, 3625.0, 3647.0, 3614.0, 3648.0, 3625.0, 3612.0, 3600.0, 3600.0, 3600.0, 3611.0, 3600.0, 3579.0, 3612.0, 3591.0, 3611.0, 3602.0, 3590.0, 3602.0, 3603.0, 3604.0, 3604.0, 3604.0, 3607.0, 3639.0, 3616.0, 3624.0, 3613.0, 3623.0, 3601.0, 3602.0, 3614.0, 3593.0, 3603.0, 3604.0, 3604.0, 3614.0, 3603.0, 3605.0, 3614.0, 3637.0, 3624.0, 3614.0, 3659.0, 3639.0, 3647.0, 3624.0, 3633.0, 3600.0, 3609.0, 3598.0, 3599.0, 3598.0, 3577.0, 3597.0, 3588.0, 3576.0, 3599.0, 3587.0, 3599.0, 3609.0, 3599.0, 3619.0, 3599.0, 3620.0, 3599.0, 3609.0, 3588.0, 3608.0, 3599.0, 3609.0, 3577.0, 3598.0, 3598.0, 3599.0, 3632.0, 3599.0, 3634.0, 3601.0, 3590.0, 3601.0, 3589.0, 3602.0, 3591.0, 3602.0, 3624.0, 3614.0, 3605.0, 3592.0, 3615.0, 3603.0, 3615.0, 3614.0, 3616.0, 3625.0, 3616.0, 3638.0, 3617.0, 3639.0, 3606.0, 3647.0, 3641.0, 3659.0, 3615.0, 3647.0, 3616.0, 3637.0, 3617.0, 3637.0, 3617.0, 3639.0, 3628.0, 3660.0, 3616.0, 3647.0, 3625.0, 3636.0, 3626.0, 3647.0, 3616.0, 3614.0, 3615.0, 3624.0, 3628.0, 3646.0, 3615.0, 3624.0, 3614.0, 3624.0, 3614.0, 3625.0, 3615.0, 3615.0, 3615.0, 3617.0, 3615.0, 3618.0, 3651.0, 3606.0, 3637.0, 3617.0, 3659.0], 'WindowWidth': [8305.0, 8282.0, 8215.0, 8217.0, 8176.0, 8166.0, 8130.0, 8140.0, 8123.0, 8136.0, 8105.0, 8117.0, 8103.0, 8117.0, 8134.0, 8120.0, 8091.0, 8123.0, 8107.0, 8127.0, 8126.0, 8134.0, 8147.0, 8137.0, 8151.0, 8140.0, 8167.0, 8159.0, 8175.0, 8163.0, 8177.0, 8163.0, 8184.0, 8153.0, 8179.0, 8167.0, 8208.0, 8216.0, 8203.0, 8175.0, 8186.0, 8159.0, 8208.0, 8205.0, 8233.0, 8268.0, 8236.0, 8221.0, 8238.0, 8214.0, 8216.0, 8242.0, 8215.0, 8260.0, 8229.0, 8282.0, 8242.0, 8246.0, 8204.0, 8217.0, 8211.0, 8162.0, 8206.0, 8159.0, 8187.0, 8161.0, 8191.0, 8182.0, 8171.0, 8193.0, 8191.0, 8209.0, 8208.0, 8211.0, 8226.0, 8214.0, 8262.0, 8230.0, 8256.0, 8194.0, 8220.0, 8205.0, 8223.0, 8188.0, 8221.0, 8204.0, 8189.0, 8252.0, 8191.0, 8237.0, 8213.0, 8220.0, 8204.0, 8234.0, 8238.0, 8240.0, 8195.0, 8204.0, 8193.0, 8207.0, 8177.0, 8193.0, 8220.0, 8205.0, 8239.0, 8206.0, 8237.0, 8190.0, 8238.0, 8190.0, 8234.0, 8187.0, 8233.0, 8206.0, 8234.0, 8203.0, 8238.0, 8203.0, 8232.0, 8183.0, 8230.0, 8198.0, 8233.0, 8181.0, 8177.0, 8177.0, 8174.0, 8143.0, 8158.0, 8143.0, 8158.0, 8165.0, 8179.0, 8193.0, 8179.0, 8156.0, 8181.0, 8169.0, 8197.0, 8171.0, 8185.0, 8172.0, 8224.0, 8224.0, 8214.0, 8195.0, 8211.0, 8182.0, 8207.0, 8211.0, 8231.0, 8182.0, 8208.0, 8179.0, 8206.0, 8177.0, 8176.0, 8162.0, 8180.0, 8182.0, 8168.0, 8181.0, 8170.0, 8187.0, 8189.0, 8201.0, 8188.0, 8200.0, 8173.0, 8217.0, 8187.0, 8224.0, 8235.0, 8215.0, 8198.0, 8194.0, 8165.0, 8178.0, 8181.0, 8197.0, 8167.0, 8195.0, 8150.0, 8178.0, 8195.0, 8178.0, 8197.0, 8184.0, 8164.0, 8191.0, 8192.0, 8180.0, 8209.0, 8209.0, 8209.0, 8195.0, 8209.0, 8210.0, 8210.0, 8256.0, 8224.0, 8254.0, 8223.0, 8252.0, 8198.0, 8209.0, 8176.0, 8193.0, 8177.0, 8216.0, 8179.0, 8188.0, 8182.0, 8186.0, 8168.0, 8163.0, 8165.0, 8199.0, 8211.0, 8210.0, 8226.0, 8197.0, 8253.0, 8240.0, 8204.0, 8237.0, 8243.0, 8259.0, 8202.0, 8211.0, 8180.0, 8189.0, 8177.0, 8209.0, 8175.0, 8279.0, 8244.0, 8236.0, 8162.0, 8174.0, 8167.0, 8163.0, 8149.0, 8149.0, 8164.0, 8148.0, 8168.0, 8167.0, 8150.0, 8148.0, 8175.0, 8152.0, 8177.0, 8148.0, 8148.0, 8168.0, 8141.0, 8179.0, 8152.0, 8197.0, 8170.0, 8200.0, 8206.0, 8208.0, 8231.0, 8203.0, 8219.0, 8202.0, 8203.0, 8204.0, 8236.0, 8205.0, 8222.0, 8203.0, 8218.0, 8203.0, 8217.0, 8202.0, 8236.0, 8212.0, 8195.0, 8222.0, 8179.0, 8222.0, 8195.0, 8236.0, 8211.0, 8262.0, 8243.0, 8276.0, 8262.0, 8244.0, 8208.0, 8206.0, 8187.0, 8199.0, 8202.0, 8187.0, 8219.0, 8203.0, 8222.0, 8214.0, 8239.0, 8209.0, 8185.0, 8181.0, 8197.0, 8257.0, 8206.0, 8229.0, 8184.0, 8216.0, 8187.0, 8172.0, 8219.0, 8186.0, 8214.0, 8179.0, 8191.0, 8202.0, 8166.0, 8224.0, 8176.0, 8208.0, 8176.0, 8209.0, 8192.0, 8208.0, 8169.0, 8182.0, 8145.0, 8176.0, 8129.0, 8128.0, 8129.0, 8131.0, 8133.0, 8123.0, 8160.0, 8142.0, 8154.0, 8185.0, 8170.0, 8199.0, 8200.0, 8187.0, 8178.0, 8182.0, 8175.0, 8166.0, 8190.0, 8166.0, 8208.0, 8166.0, 8194.0, 8167.0, 8184.0, 8180.0, 8180.0, 8181.0, 8233.0, 8204.0, 8254.0, 8244.0, 8212.0, 8180.0, 8178.0, 8158.0, 8200.0, 8185.0, 8179.0, 8176.0, 8163.0, 8189.0, 8181.0, 8226.0, 8164.0, 8207.0, 8184.0, 8219.0, 8182.0, 8230.0, 8178.0, 8196.0, 8185.0, 8184.0, 8176.0, 8162.0, 8211.0, 8190.0, 8179.0, 8183.0, 8156.0, 8188.0, 8189.0, 8213.0, 8185.0, 8202.0, 8182.0, 8200.0, 8209.0, 8163.0, 8158.0, 8159.0, 8174.0, 8159.0, 8191.0, 8178.0, 8218.0, 8162.0, 8176.0, 8173.0, 8159.0, 8164.0, 8204.0, 8181.0, 8180.0, 8168.0, 8178.0, 8164.0, 8207.0, 8163.0, 8206.0, 8160.0, 8173.0, 8156.0, 8126.0, 8167.0, 8156.0, 8191.0, 8155.0, 8203.0, 8154.0, 8185.0, 8135.0, 8165.0, 8144.0, 8127.0, 8123.0, 8120.0, 8119.0, 8149.0, 8163.0, 8126.0, 8115.0, 8144.0, 8155.0, 8147.0, 8174.0, 8171.0, 8170.0, 8170.0, 8152.0, 8169.0, 8154.0, 8169.0, 8153.0, 8172.0, 8156.0, 8190.0, 8170.0, 8157.0, 8169.0, 8156.0, 8188.0, 8160.0, 8187.0, 8158.0, 8183.0, 8123.0, 8148.0, 8121.0, 8148.0, 8138.0, 8156.0, 8163.0, 8158.0, 8184.0, 8150.0, 8163.0, 8182.0, 8182.0, 8166.0, 8178.0, 8180.0, 8193.0, 8180.0, 8226.0, 8178.0, 8206.0, 8174.0, 8190.0, 8157.0, 8156.0, 8175.0, 8185.0, 8198.0, 8183.0, 8144.0, 8175.0, 8174.0, 8154.0, 8180.0, 8207.0, 8229.0, 8243.0, 8210.0, 8234.0, 8210.0, 8254.0, 8207.0, 8234.0, 8205.0, 8232.0, 8187.0, 8211.0, 8183.0, 8197.0, 8180.0, 8179.0, 8198.0, 8178.0, 8200.0, 8209.0, 8174.0, 8207.0, 8162.0, 8164.0, 8123.0, 8124.0, 8121.0, 8120.0, 8155.0, 8120.0, 8170.0, 8105.0, 8134.0, 8120.0, 8134.0, 8124.0, 8138.0, 8130.0, 8145.0, 8132.0, 8148.0, 8147.0, 8149.0, 8177.0, 8147.0, 8162.0, 8133.0, 8147.0, 8122.0, 8170.0, 8184.0, 8157.0, 8194.0, 8175.0, 8160.0, 8159.0, 8146.0, 8178.0, 8165.0, 8182.0, 8197.0, 8184.0, 8173.0, 8200.0, 8178.0, 8203.0, 8192.0, 8239.0, 8213.0, 8252.0, 8196.0, 8253.0, 8233.0, 8254.0, 8221.0, 8250.0, 8219.0, 8218.0, 8203.0, 8217.0, 8188.0, 8208.0, 8266.0, 8192.0, 8214.0, 8182.0, 8212.0, 8183.0, 8229.0, 8183.0, 8212.0, 8168.0, 8183.0, 8185.0, 8185.0, 8184.0, 8197.0, 8182.0, 8169.0, 8199.0, 8170.0, 8218.0, 8204.0, 8211.0, 8180.0, 8218.0, 8204.0, 8204.0, 8211.0, 8193.0, 8188.0, 8184.0, 8184.0, 8154.0, 8229.0, 8188.0, 8190.0, 8187.0, 8175.0, 8202.0, 8188.0, 8201.0, 8184.0, 8184.0, 8217.0, 8211.0, 8196.0, 8209.0, 8155.0, 8183.0, 8134.0, 8178.0, 8130.0, 8162.0, 8153.0, 8173.0, 8163.0, 8143.0, 8179.0, 8168.0, 8182.0, 8167.0, 8146.0, 8164.0, 8205.0, 8229.0, 8198.0, 8187.0, 8210.0, 8184.0, 8210.0, 8183.0, 8210.0, 8180.0, 8196.0, 8182.0, 8195.0, 8183.0, 8215.0, 8181.0, 8229.0, 8202.0, 8203.0, 8178.0, 8145.0, 8170.0, 8141.0, 8190.0, 8162.0, 8171.0, 8160.0, 8173.0, 8161.0, 8189.0, 8159.0, 8186.0, 8157.0, 8170.0, 8160.0, 8187.0, 8164.0, 8194.0, 8184.0, 8229.0, 8184.0, 8174.0, 8161.0, 8177.0, 8200.0, 8167.0, 8175.0, 8142.0, 8172.0, 8159.0, 8172.0, 8160.0, 8159.0, 8161.0, 8162.0, 8162.0, 8148.0, 8178.0, 8164.0, 8210.0, 8180.0, 8230.0, 8176.0, 8206.0, 8157.0, 8184.0, 8154.0, 8165.0, 8149.0, 8146.0, 8154.0, 8167.0, 8148.0, 8152.0, 8169.0, 8157.0, 8157.0, 8157.0, 8188.0, 8155.0, 8183.0, 8157.0, 8174.0, 8157.0, 8174.0, 8174.0, 8162.0, 8145.0, 8178.0, 8179.0, 8180.0, 8182.0, 8182.0, 8192.0, 8203.0, 8189.0, 8224.0, 8189.0, 8199.0, 8167.0, 8194.0, 8195.0, 8227.0, 8179.0, 8212.0, 8178.0, 8210.0, 8161.0, 8175.0, 8144.0, 8157.0, 8142.0, 8156.0, 8146.0, 8143.0, 8178.0, 8179.0, 8185.0, 8181.0, 8184.0, 8210.0, 8181.0, 8226.0, 8180.0, 8227.0, 8196.0, 8230.0, 8181.0, 8236.0, 8198.0, 8176.0, 8156.0, 8154.0, 8153.0, 8170.0, 8154.0, 8127.0, 8173.0, 8145.0, 8171.0, 8160.0, 8143.0, 8161.0, 8166.0, 8170.0, 8170.0, 8168.0, 8178.0, 8223.0, 8187.0, 8192.0, 8176.0, 8190.0, 8159.0, 8162.0, 8179.0, 8151.0, 8165.0, 8168.0, 8171.0, 8181.0, 8164.0, 8172.0, 8183.0, 8216.0, 8195.0, 8181.0, 8251.0, 8225.0, 8230.0, 8195.0, 8206.0, 8154.0, 8166.0, 8149.0, 8151.0, 8148.0, 8120.0, 8146.0, 8135.0, 8118.0, 8151.0, 8133.0, 8153.0, 8166.0, 8152.0, 8178.0, 8151.0, 8180.0, 8151.0, 8164.0, 8136.0, 8162.0, 8152.0, 8164.0, 8121.0, 8148.0, 8149.0, 8153.0, 8201.0, 8152.0, 8207.0, 8158.0, 8143.0, 8158.0, 8140.0, 8161.0, 8146.0, 8161.0, 8193.0, 8183.0, 8169.0, 8151.0, 8184.0, 8167.0, 8185.0, 8182.0, 8187.0, 8198.0, 8188.0, 8219.0, 8189.0, 8223.0, 8177.0, 8230.0, 8229.0, 8249.0, 8187.0, 8231.0, 8189.0, 8215.0, 8190.0, 8217.0, 8191.0, 8221.0, 8206.0, 8256.0, 8187.0, 8231.0, 8197.0, 8214.0, 8202.0, 8229.0, 8189.0, 8183.0, 8185.0, 8194.0, 8205.0, 8227.0, 8183.0, 8194.0, 8183.0, 8194.0, 8182.0, 8196.0, 8184.0, 8184.0, 8184.0, 8191.0, 8185.0, 8194.0, 8242.0, 8176.0, 8217.0, 8192.0, 8250.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.0011131072210065647</td></tr>
<tr><td colspan=3>aqi</td><td>0.02038206991247265</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.948502615016466</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.184199943373495</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.020734843592552</td></tr>
<tr><td colspan=3>efc</td><td>0.4985</td></tr>
<tr><td colspan=3>fber</td><td>4303.8721</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09034344989561265</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>62</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.783369803063457</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3989475019839657</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.273949400330276</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6194116648210866</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3034814408005353</td></tr>
<tr><td colspan=3>gcor</td><td>0.0261867</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020010443404316902</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028052112087607384</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>914</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.998570690357711</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>22.7088</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.8324</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>176.1635</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296457.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>865.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>335.9564</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7653</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>416.7701</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2819.8185</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2976.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80087.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>997.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3672.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>744.2613</td></tr>
<tr><td colspan=3>tsnr</td><td>40.49944885075092</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>