<?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-0023_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-0023_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-0023_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-0023/figures/sub-0023_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0023/figures/sub-0023_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-0023/figures/sub-0023_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023/ses-02/func/sub-0023_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>98dd28ce66ebe92bffe79f989f6b957f</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:13:47.617500</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_VE11C_LATEST_20160120</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.999012, -0.00138764, 0.0444238, 0.00854386, 0.986867, -0.16131]</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_brain_imaging_center</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.10971</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>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4156, -7739, -7228, 561, -33, -105, -102, 44]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>277.896</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d87a1fc9-e41f-4939-9e1c-46bf1a754d78||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6802756786346436, 0.02292255498468876, 0.11776459217071533, 108.13614654541016], [0.003722935914993286, 2.647691488265991, -0.4361315369606018, -83.52799987792969], [0.11918576061725616, 0.4327830672264099, 2.6619391441345215, -81.12798309326172], [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': ['131347.617500', '131348.077500', '131348.537500', '131348.997500', '131349.457500', '131349.917500', '131350.377500', '131350.837500', '131351.297500', '131351.757500', '131352.217500', '131352.677500', '131353.137500', '131353.597500', '131354.057500', '131354.517500', '131354.977500', '131355.437500', '131355.897500', '131356.357500', '131356.817500', '131357.277500', '131357.737500', '131358.197500', '131358.657500', '131359.117500', '131359.577500', '131400.037500', '131400.497500', '131400.957500', '131401.417500', '131401.877500', '131402.337500', '131402.797500', '131403.257500', '131403.717500', '131404.177500', '131404.637500', '131405.097500', '131405.557500', '131406.017500', '131406.477500', '131406.937500', '131407.397500', '131407.857500', '131408.317500', '131408.777500', '131409.237500', '131409.697500', '131410.157500', '131410.617500', '131411.077500', '131411.537500', '131411.997500', '131412.457500', '131412.917500', '131413.377500', '131413.837500', '131414.297500', '131414.757500', '131415.217500', '131415.677500', '131416.137500', '131416.597500', '131417.057500', '131417.517500', '131417.977500', '131418.437500', '131418.897500', '131419.357500', '131419.817500', '131420.277500', '131420.737500', '131421.197500', '131421.657500', '131422.117500', '131422.577500', '131423.037500', '131423.497500', '131423.957500', '131424.417500', '131424.877500', '131425.337500', '131425.797500', '131426.257500', '131426.717500', '131427.177500', '131427.637500', '131428.097500', '131428.557500', '131429.017500', '131429.477500', '131429.937500', '131430.397500', '131430.857500', '131431.317500', '131431.777500', '131432.237500', '131432.697500', '131433.157500', '131433.617500', '131434.077500', '131434.537500', '131434.997500', '131435.457500', '131435.917500', '131436.377500', '131436.837500', '131437.297500', '131437.757500', '131438.217500', '131438.677500', '131439.137500', '131439.597500', '131440.057500', '131440.517500', '131440.977500', '131441.437500', '131441.897500', '131442.357500', '131442.817500', '131443.277500', '131443.737500', '131444.197500', '131444.657500', '131445.117500', '131445.577500', '131446.037500', '131446.497500', '131446.957500', '131447.417500', '131447.877500', '131448.337500', '131448.797500', '131449.257500', '131449.717500', '131450.177500', '131450.637500', '131451.097500', '131451.557500', '131452.017500', '131452.477500', '131452.937500', '131453.397500', '131453.857500', '131454.317500', '131454.777500', '131455.237500', '131455.697500', '131456.157500', '131456.617500', '131457.077500', '131457.537500', '131457.997500', '131458.457500', '131458.917500', '131459.377500', '131459.837500', '131500.297500', '131500.757500', '131501.217500', '131501.677500', '131502.137500', '131502.597500', '131503.057500', '131503.517500', '131503.977500', '131504.437500', '131504.897500', '131505.357500', '131505.817500', '131506.277500', '131506.737500', '131507.197500', '131507.657500', '131508.117500', '131508.577500', '131509.037500', '131509.497500', '131509.957500', '131510.417500', '131510.877500', '131511.337500', '131511.797500', '131512.257500', '131512.717500', '131513.177500', '131513.637500', '131514.097500', '131514.557500', '131515.017500', '131515.477500', '131515.937500', '131516.397500', '131516.857500', '131517.317500', '131517.777500', '131518.237500', '131518.697500', '131519.157500', '131519.617500', '131520.077500', '131520.537500', '131520.997500', '131521.457500', '131521.917500', '131522.377500', '131522.837500', '131523.297500', '131523.757500', '131524.217500', '131524.677500', '131525.137500', '131525.597500', '131526.057500', '131526.517500', '131526.977500', '131527.437500', '131527.897500', '131528.357500', '131528.817500', '131529.277500', '131529.737500', '131530.197500', '131530.657500', '131531.117500', '131531.577500', '131532.037500', '131532.497500', '131532.957500', '131533.417500', '131533.877500', '131534.337500', '131534.797500', '131535.257500', '131535.717500', '131536.177500', '131536.637500', '131537.097500', '131537.557500', '131538.017500', '131538.477500', '131538.937500', '131539.397500', '131539.857500', '131540.317500', '131540.777500', '131541.237500', '131541.697500', '131542.157500', '131542.617500', '131543.077500', '131543.537500', '131543.997500', '131544.457500', '131544.917500', '131545.377500', '131545.837500', '131546.297500', '131546.757500', '131547.217500', '131547.677500', '131548.137500', '131548.597500', '131549.057500', '131549.517500', '131549.977500', '131550.437500', '131550.897500', '131551.357500', '131551.817500', '131552.277500', '131552.737500', '131553.197500', '131553.657500', '131554.117500', '131554.577500', '131555.037500', '131555.497500', '131555.957500', '131556.417500', '131556.877500', '131557.337500', '131557.797500', '131558.257500', '131558.717500', '131559.177500', '131559.637500', '131600.097500', '131600.557500', '131601.017500', '131601.477500', '131601.937500', '131602.397500', '131602.857500', '131603.317500', '131603.777500', '131604.237500', '131604.697500', '131605.157500', '131605.617500', '131606.077500', '131606.537500', '131606.997500', '131607.457500', '131607.917500', '131608.377500', '131608.837500', '131609.297500', '131609.757500', '131610.217500', '131610.677500', '131611.137500', '131611.597500', '131612.057500', '131612.517500', '131612.977500', '131613.437500', '131613.897500', '131614.357500', '131614.817500', '131615.277500', '131615.737500', '131616.197500', '131616.657500', '131617.117500', '131617.577500', '131618.037500', '131618.497500', '131618.957500', '131619.417500', '131619.877500', '131620.337500', '131620.797500', '131621.257500', '131621.717500', '131622.177500', '131622.637500', '131623.097500', '131623.557500', '131624.017500', '131624.477500', '131624.937500', '131625.397500', '131625.857500', '131626.317500', '131626.777500', '131627.237500', '131627.697500', '131628.157500', '131628.617500', '131629.077500', '131629.537500', '131629.997500', '131630.457500', '131630.917500', '131631.377500', '131631.837500', '131632.297500', '131632.757500', '131633.217500', '131633.677500', '131634.137500', '131634.597500', '131635.057500', '131635.517500', '131635.977500', '131636.437500', '131636.897500', '131637.357500', '131637.817500', '131638.277500', '131638.737500', '131639.197500', '131639.657500', '131640.117500', '131640.577500', '131641.037500', '131641.497500', '131641.957500', '131642.417500', '131642.877500', '131643.337500', '131643.797500', '131644.257500', '131644.717500', '131645.177500', '131645.637500', '131646.097500', '131646.557500', '131647.017500', '131647.477500', '131647.937500', '131648.397500', '131648.857500', '131649.317500', '131649.777500', '131650.237500', '131650.697500', '131651.157500', '131651.617500', '131652.077500', '131652.537500', '131652.997500', '131653.457500', '131653.917500', '131654.377500', '131654.837500', '131655.297500', '131655.757500', '131656.217500', '131656.677500', '131657.137500', '131657.597500', '131658.057500', '131658.517500', '131658.977500', '131659.437500', '131659.897500', '131700.357500', '131700.817500', '131701.277500', '131701.737500', '131702.197500', '131702.657500', '131703.117500', '131703.577500', '131704.037500', '131704.497500', '131704.957500', '131705.417500', '131705.877500', '131706.337500', '131706.797500', '131707.257500', '131707.717500', '131708.177500', '131708.637500', '131709.097500', '131709.557500', '131710.017500', '131710.477500', '131710.937500', '131711.397500', '131711.857500', '131712.317500', '131712.777500', '131713.237500', '131713.697500', '131714.157500', '131714.617500', '131715.077500', '131715.537500', '131715.997500', '131716.457500', '131716.917500', '131717.377500', '131717.837500', '131718.297500', '131718.757500', '131719.217500', '131719.677500', '131720.137500', '131720.597500', '131721.057500', '131721.517500', '131721.977500', '131722.437500', '131722.897500', '131723.357500', '131723.817500', '131724.277500', '131724.737500', '131725.197500', '131725.657500', '131726.117500', '131726.577500', '131727.037500', '131727.497500', '131727.957500', '131728.417500', '131728.877500', '131729.337500', '131729.797500', '131730.257500', '131730.717500', '131731.177500', '131731.637500', '131732.097500', '131732.557500', '131733.017500', '131733.477500', '131733.937500', '131734.397500', '131734.857500', '131735.317500', '131735.777500', '131736.237500', '131736.697500', '131737.157500', '131737.617500', '131738.077500', '131738.537500', '131738.997500', '131739.457500', '131739.917500', '131740.377500', '131740.837500', '131741.297500', '131741.757500', '131742.217500', '131742.677500', '131743.137500', '131743.597500', '131744.057500', '131744.517500', '131744.977500', '131745.437500', '131745.897500', '131746.357500', '131746.817500', '131747.277500', '131747.737500', '131748.197500', '131748.657500', '131749.117500', '131749.577500', '131750.037500', '131750.497500', '131750.957500', '131751.417500', '131751.877500', '131752.337500', '131752.797500', '131753.257500', '131753.717500', '131754.177500', '131754.637500', '131755.097500', '131755.557500', '131756.017500', '131756.477500', '131756.937500', '131757.397500', '131757.857500', '131758.317500', '131758.777500', '131759.237500', '131759.697500', '131800.157500', '131800.617500', '131801.077500', '131801.537500', '131801.997500', '131802.457500', '131802.917500', '131803.377500', '131803.837500', '131804.297500', '131804.757500', '131805.217500', '131805.677500', '131806.137500', '131806.597500', '131807.057500', '131807.517500', '131807.977500', '131808.437500', '131808.897500', '131809.357500', '131809.817500', '131810.277500', '131810.737500', '131811.197500', '131811.657500', '131812.117500', '131812.577500', '131813.037500', '131813.497500', '131813.957500', '131814.417500', '131814.877500', '131815.337500', '131815.797500', '131816.257500', '131816.717500', '131817.177500', '131817.637500', '131818.097500', '131818.557500', '131819.017500', '131819.477500', '131819.937500', '131820.397500', '131820.857500', '131821.317500', '131821.777500', '131822.237500', '131822.697500', '131823.157500', '131823.617500', '131824.077500', '131824.537500', '131824.997500', '131825.457500', '131825.917500', '131826.377500', '131826.837500', '131827.297500', '131827.757500', '131828.217500', '131828.677500', '131829.137500', '131829.597500', '131830.057500', '131830.517500', '131830.977500', '131831.437500', '131831.897500', '131832.357500', '131832.817500', '131833.277500', '131833.737500', '131834.197500', '131834.657500', '131835.117500', '131835.577500', '131836.037500', '131836.497500', '131836.957500', '131837.417500', '131837.877500', '131838.337500', '131838.797500', '131839.257500', '131839.717500', '131840.177500', '131840.637500', '131841.097500', '131841.557500', '131842.017500', '131842.477500', '131842.937500', '131843.397500', '131843.857500', '131844.317500', '131844.777500', '131845.237500', '131845.697500', '131846.157500', '131846.617500', '131847.077500', '131847.537500', '131847.997500', '131848.457500', '131848.917500', '131849.377500', '131849.837500', '131850.297500', '131850.757500', '131851.217500', '131851.677500', '131852.137500', '131852.597500', '131853.057500', '131853.517500', '131853.977500', '131854.437500', '131854.897500', '131855.357500', '131855.817500', '131856.277500', '131856.737500', '131857.197500', '131857.657500', '131858.117500', '131858.577500', '131859.037500', '131859.497500', '131859.957500', '131900.417500', '131900.877500', '131901.337500', '131901.797500', '131902.257500', '131902.717500', '131903.177500', '131903.637500', '131904.097500', '131904.557500', '131905.017500', '131905.477500', '131905.937500', '131906.397500', '131906.857500', '131907.317500', '131907.777500', '131908.237500', '131908.697500', '131909.157500', '131909.617500', '131910.077500', '131910.537500', '131910.997500', '131911.457500', '131911.917500', '131912.377500', '131912.837500', '131913.297500', '131913.757500', '131914.217500', '131914.677500', '131915.137500', '131915.597500', '131916.057500', '131916.517500', '131916.977500', '131917.437500', '131917.897500', '131918.357500', '131918.817500', '131919.277500', '131919.737500', '131920.197500', '131920.657500', '131921.117500', '131921.577500', '131922.037500', '131922.497500', '131922.957500', '131923.417500', '131923.877500', '131924.337500', '131924.797500', '131925.257500', '131925.717500', '131926.177500', '131926.637500', '131927.097500', '131927.557500', '131928.017500', '131928.477500', '131928.937500', '131929.397500', '131929.857500', '131930.317500', '131930.777500', '131931.237500', '131931.697500', '131932.157500', '131932.617500', '131933.077500', '131933.537500', '131933.997500', '131934.457500', '131934.917500', '131935.377500', '131935.837500', '131936.297500', '131936.757500', '131937.217500', '131937.677500', '131938.137500', '131938.597500', '131939.057500', '131939.517500', '131939.977500', '131940.437500', '131940.897500', '131941.357500', '131941.817500', '131942.277500', '131942.737500', '131943.197500', '131943.657500', '131944.117500', '131944.577500', '131945.037500', '131945.497500', '131945.957500', '131946.417500', '131946.877500', '131947.337500', '131947.797500', '131948.257500', '131948.717500', '131949.177500', '131949.637500', '131950.097500', '131950.557500', '131951.017500', '131951.477500', '131951.937500', '131952.397500', '131952.857500', '131953.317500', '131953.777500', '131954.237500', '131954.697500', '131955.157500', '131955.617500', '131956.077500', '131956.537500', '131956.997500', '131957.457500', '131957.917500', '131958.377500', '131958.837500', '131959.297500', '131959.757500', '132000.217500', '132000.677500', '132001.137500', '132001.597500', '132002.057500', '132002.517500', '132002.977500', '132003.437500', '132003.897500', '132004.357500', '132004.817500', '132005.277500', '132005.737500', '132006.197500', '132006.657500', '132007.117500', '132007.577500', '132008.037500', '132008.497500', '132008.957500', '132009.417500', '132009.877500', '132010.337500', '132010.797500', '132011.257500', '132011.717500', '132012.177500', '132012.637500', '132013.097500', '132013.557500', '132014.017500', '132014.477500', '132014.937500', '132015.397500', '132015.857500', '132016.317500', '132016.777500', '132017.237500', '132017.697500', '132018.157500', '132018.617500', '132019.077500', '132019.537500', '132019.997500', '132020.457500', '132020.917500', '132021.377500', '132021.837500', '132022.297500', '132022.757500', '132023.217500', '132023.677500', '132024.137500', '132024.597500', '132025.057500', '132025.517500', '132025.977500', '132026.437500', '132026.897500', '132027.357500', '132027.817500', '132028.277500', '132028.737500', '132029.197500', '132029.657500', '132030.117500', '132030.577500', '132031.037500', '132031.497500', '132031.957500', '132032.417500', '132032.877500', '132033.337500', '132033.797500', '132034.257500', '132034.717500', '132035.177500', '132035.637500', '132036.097500', '132036.557500', '132037.017500', '132037.477500', '132037.937500', '132038.397500', '132038.857500', '132039.317500', '132039.777500', '132040.237500', '132040.697500', '132041.157500', '132041.617500', '132042.077500', '132042.537500', '132042.997500', '132043.457500', '132043.917500', '132044.377500', '132044.837500', '132045.297500', '132045.757500', '132046.217500', '132046.677500', '132047.137500', '132047.597500'], 'ContentTime': ['131404.326000', '131404.329000', '131404.332000', '131404.336000', '131404.338000', '131404.341000', '131404.344000', '131404.347000', '131404.350000', '131404.362000', '131404.365000', '131404.368000', '131404.371000', '131404.384000', '131404.387000', '131404.390000', '131404.393000', '131404.396000', '131404.399000', '131404.402000', '131404.404000', '131404.414000', '131404.416000', '131404.428000', '131404.430000', '131404.433000', '131404.436000', '131404.439000', '131404.442000', '131404.445000', '131404.448000', '131404.451000', '131404.454000', '131404.456000', '131423.995000', '131423.998000', '131424.002000', '131424.005000', '131424.008000', '131424.010000', '131424.014000', '131424.016000', '131424.019000', '131424.022000', '131424.025000', '131424.028000', '131424.031000', '131424.034000', '131424.037000', '131424.040000', '131424.043000', '131424.046000', '131424.049000', '131424.052000', '131424.064000', '131424.067000', '131424.070000', '131424.073000', '131424.076000', '131424.079000', '131424.082000', '131424.085000', '131424.087000', '131424.090000', '131424.093000', '131424.096000', '131424.099000', '131424.102000', '131424.105000', '131424.108000', '131424.111000', '131424.113000', '131424.116000', '131424.119000', '131424.122000', '131424.125000', '131424.128000', '131424.131000', '131443.996000', '131444.000000', '131444.003000', '131444.005000', '131444.009000', '131444.012000', '131444.015000', '131444.017000', '131444.020000', '131444.029000', '131444.032000', '131444.035000', '131444.038000', '131444.041000', '131444.043000', '131444.046000', '131444.049000', '131444.052000', '131444.055000', '131444.058000', '131444.061000', '131444.064000', '131444.067000', '131444.070000', '131444.072000', '131444.075000', '131444.078000', '131444.081000', '131444.084000', '131444.087000', '131444.090000', '131444.093000', '131444.096000', '131444.099000', '131444.102000', '131444.104000', '131444.107000', '131444.110000', '131444.113000', '131444.116000', '131444.119000', '131444.122000', '131444.124000', '131503.996000', '131504.000000', '131504.003000', '131504.006000', '131504.009000', '131504.012000', '131504.015000', '131504.018000', '131504.021000', '131504.024000', '131504.026000', '131504.029000', '131504.032000', '131504.035000', '131504.038000', '131504.041000', '131504.044000', '131504.047000', '131504.050000', '131504.053000', '131504.056000', '131504.059000', '131504.062000', '131504.064000', '131504.067000', '131504.070000', '131504.073000', '131504.076000', '131504.079000', '131504.082000', '131504.085000', '131504.088000', '131504.091000', '131504.093000', '131504.096000', '131504.099000', '131504.102000', '131504.105000', '131504.108000', '131504.111000', '131504.114000', '131504.117000', '131504.119000', '131504.122000', '131523.995000', '131523.998000', '131524.002000', '131524.005000', '131524.008000', '131524.011000', '131524.014000', '131524.017000', '131524.019000', '131524.022000', '131524.025000', '131524.028000', '131524.031000', '131524.034000', '131524.037000', '131524.040000', '131524.043000', '131524.046000', '131524.049000', '131524.058000', '131524.061000', '131524.064000', '131524.066000', '131524.070000', '131524.072000', '131524.076000', '131524.080000', '131524.083000', '131524.086000', '131524.088000', '131524.091000', '131524.094000', '131524.097000', '131524.100000', '131524.103000', '131524.106000', '131524.109000', '131524.112000', '131524.115000', '131524.118000', '131524.121000', '131524.123000', '131524.126000', '131543.995000', '131543.998000', '131544.002000', '131544.005000', '131544.014000', '131544.017000', '131544.019000', '131544.022000', '131544.025000', '131544.031000', '131544.033000', '131544.036000', '131544.040000', '131544.042000', '131544.045000', '131544.048000', '131544.051000', '131544.054000', '131544.057000', '131544.060000', '131544.063000', '131544.066000', '131544.069000', '131544.072000', '131544.075000', '131544.077000', '131544.080000', '131544.083000', '131544.086000', '131544.089000', '131544.092000', '131544.095000', '131544.110000', '131544.113000', '131544.115000', '131544.118000', '131544.121000', '131544.124000', '131544.127000', '131544.130000', '131544.139000', '131544.142000', '131544.144000', '131544.147000', '131603.995000', '131603.998000', '131604.002000', '131604.005000', '131604.007000', '131604.010000', '131604.014000', '131604.016000', '131604.019000', '131604.022000', '131604.025000', '131604.028000', '131604.031000', '131604.034000', '131604.037000', '131604.040000', '131604.043000', '131604.046000', '131604.049000', '131604.052000', '131604.055000', '131604.057000', '131604.060000', '131604.063000', '131604.066000', '131604.069000', '131604.072000', '131604.075000', '131604.078000', '131604.081000', '131604.084000', '131604.086000', '131604.089000', '131604.092000', '131604.095000', '131604.098000', '131604.101000', '131604.104000', '131604.107000', '131604.110000', '131604.112000', '131604.115000', '131604.118000', '131623.995000', '131623.998000', '131624.002000', '131624.013000', '131624.016000', '131624.019000', '131624.021000', '131624.025000', '131624.027000', '131624.030000', '131624.033000', '131624.036000', '131624.039000', '131624.042000', '131624.045000', '131624.048000', '131624.051000', '131624.054000', '131624.057000', '131624.060000', '131624.063000', '131624.066000', '131624.069000', '131624.072000', '131624.075000', '131624.077000', '131624.080000', '131624.083000', '131624.086000', '131624.089000', '131624.092000', '131624.095000', '131624.098000', '131624.101000', '131624.104000', '131624.107000', '131624.109000', '131624.112000', '131624.115000', '131624.118000', '131624.121000', '131624.134000', '131624.136000', '131624.139000', '131643.995000', '131643.998000', '131644.002000', '131644.005000', '131644.008000', '131644.011000', '131644.014000', '131644.017000', '131644.019000', '131644.022000', '131644.025000', '131644.028000', '131644.031000', '131644.034000', '131644.037000', '131644.040000', '131644.043000', '131644.046000', '131644.049000', '131644.052000', '131644.055000', '131644.058000', '131644.061000', '131644.064000', '131644.066000', '131644.070000', '131644.072000', '131644.075000', '131644.078000', '131644.081000', '131644.084000', '131644.087000', '131644.090000', '131644.093000', '131644.096000', '131644.099000', '131644.101000', '131644.104000', '131644.107000', '131644.110000', '131644.114000', '131644.117000', '131644.120000', '131703.996000', '131704.000000', '131704.003000', '131704.006000', '131704.009000', '131704.012000', '131704.015000', '131704.018000', '131704.021000', '131704.024000', '131704.027000', '131704.030000', '131704.032000', '131704.035000', '131704.039000', '131704.041000', '131704.044000', '131704.047000', '131704.050000', '131704.053000', '131704.056000', '131704.059000', '131704.062000', '131704.065000', '131704.068000', '131704.071000', '131704.074000', '131704.076000', '131704.079000', '131704.082000', '131704.085000', '131704.088000', '131704.091000', '131704.094000', '131704.097000', '131704.100000', '131704.103000', '131704.105000', '131704.108000', '131704.111000', '131704.114000', '131704.117000', '131704.120000', '131704.123000', '131723.996000', '131724.000000', '131724.003000', '131724.006000', '131724.009000', '131724.012000', '131724.015000', '131724.018000', '131724.021000', '131724.024000', '131724.026000', '131724.029000', '131724.032000', '131724.049000', '131724.052000', '131724.055000', '131724.058000', '131724.061000', '131724.064000', '131724.067000', '131724.070000', '131724.073000', '131724.076000', '131724.078000', '131724.081000', '131724.084000', '131724.087000', '131724.090000', '131724.093000', '131724.096000', '131724.099000', '131724.102000', '131724.105000', '131724.108000', '131724.110000', '131724.113000', '131724.116000', '131724.119000', '131724.122000', '131724.125000', '131724.128000', '131724.131000', '131724.134000', '131743.995000', '131743.998000', '131744.002000', '131744.005000', '131744.008000', '131744.011000', '131744.015000', '131744.018000', '131744.021000', '131744.024000', '131744.027000', '131744.030000', '131744.033000', '131744.036000', '131744.062000', '131744.065000', '131744.068000', '131744.071000', '131744.074000', '131744.077000', '131744.080000', '131744.083000', '131744.086000', '131744.089000', '131744.091000', '131744.095000', '131744.097000', '131744.100000', '131744.103000', '131744.106000', '131744.109000', '131744.112000', '131744.115000', '131744.118000', '131744.121000', '131744.124000', '131744.127000', '131744.130000', '131744.133000', '131744.143000', '131744.146000', '131744.149000', '131744.152000', '131803.995000', '131803.998000', '131804.002000', '131804.005000', '131804.008000', '131804.011000', '131804.014000', '131804.016000', '131804.020000', '131804.022000', '131804.025000', '131804.028000', '131804.031000', '131804.034000', '131804.037000', '131804.040000', '131804.043000', '131804.046000', '131804.049000', '131804.052000', '131804.055000', '131804.058000', '131804.061000', '131804.064000', '131804.067000', '131804.070000', '131804.072000', '131804.075000', '131804.078000', '131804.081000', '131804.084000', '131804.087000', '131804.090000', '131804.093000', '131804.096000', '131804.098000', '131804.101000', '131804.104000', '131804.107000', '131804.110000', '131804.113000', '131804.116000', '131804.119000', '131804.122000', '131823.995000', '131823.998000', '131824.002000', '131824.005000', '131824.009000', '131824.011000', '131824.014000', '131824.017000', '131824.021000', '131824.024000', '131824.026000', '131824.029000', '131824.032000', '131824.035000', '131824.038000', '131824.041000', '131824.044000', '131824.047000', '131824.050000', '131824.053000', '131824.056000', '131824.059000', '131824.062000', '131824.065000', '131824.068000', '131824.071000', '131824.074000', '131824.077000', '131824.080000', '131824.082000', '131824.085000', '131824.088000', '131824.091000', '131824.094000', '131824.097000', '131824.100000', '131824.103000', '131824.106000', '131824.109000', '131824.118000', '131824.121000', '131824.124000', '131824.127000', '131843.995000', '131843.998000', '131844.002000', '131844.005000', '131844.008000', '131844.011000', '131844.014000', '131844.017000', '131844.020000', '131844.023000', '131844.026000', '131844.029000', '131844.032000', '131844.034000', '131844.037000', '131844.040000', '131844.043000', '131844.046000', '131844.049000', '131844.052000', '131844.055000', '131844.058000', '131844.061000', '131844.064000', '131844.067000', '131844.070000', '131844.072000', '131844.075000', '131844.078000', '131844.081000', '131844.084000', '131844.087000', '131844.090000', '131844.093000', '131844.096000', '131844.099000', '131844.102000', '131844.105000', '131844.107000', '131844.121000', '131844.123000', '131844.126000', '131844.129000', '131844.132000', '131903.995000', '131903.998000', '131904.002000', '131904.005000', '131904.008000', '131904.011000', '131904.014000', '131904.017000', '131904.021000', '131904.025000', '131904.028000', '131904.031000', '131904.034000', '131904.037000', '131904.040000', '131904.043000', '131904.064000', '131904.067000', '131904.070000', '131904.073000', '131904.076000', '131904.079000', '131904.082000', '131904.085000', '131904.088000', '131904.091000', '131904.094000', '131904.097000', '131904.100000', '131904.103000', '131904.106000', '131904.109000', '131904.112000', '131904.114000', '131904.117000', '131904.120000', '131904.123000', '131904.126000', '131904.129000', '131904.132000', '131904.135000', '131904.138000', '131904.141000', '131923.996000', '131924.000000', '131924.003000', '131924.006000', '131924.009000', '131924.012000', '131924.015000', '131924.018000', '131924.021000', '131924.024000', '131924.027000', '131924.030000', '131924.032000', '131924.035000', '131924.038000', '131924.041000', '131924.044000', '131924.047000', '131924.050000', '131924.053000', '131924.056000', '131924.059000', '131924.062000', '131924.065000', '131924.068000', '131924.071000', '131924.074000', '131924.077000', '131924.079000', '131924.082000', '131924.085000', '131924.088000', '131924.091000', '131924.094000', '131924.099000', '131924.102000', '131924.105000', '131924.108000', '131924.111000', '131924.114000', '131924.117000', '131924.119000', '131924.122000', '131924.125000', '131943.996000', '131944.000000', '131944.003000', '131944.006000', '131944.009000', '131944.012000', '131944.015000', '131944.018000', '131944.021000', '131944.024000', '131944.027000', '131944.029000', '131944.032000', '131944.035000', '131944.038000', '131944.041000', '131944.044000', '131944.047000', '131944.050000', '131944.053000', '131944.056000', '131944.059000', '131944.062000', '131944.065000', '131944.068000', '131944.071000', '131944.074000', '131944.077000', '131944.079000', '131944.082000', '131944.085000', '131944.088000', '131944.091000', '131944.094000', '131944.097000', '131944.100000', '131944.103000', '131944.106000', '131944.109000', '131944.111000', '131944.114000', '131944.117000', '131944.120000', '132003.995000', '132003.998000', '132004.002000', '132004.005000', '132004.008000', '132004.011000', '132004.014000', '132004.017000', '132004.020000', '132004.023000', '132004.026000', '132004.029000', '132004.031000', '132004.034000', '132004.037000', '132004.040000', '132004.043000', '132004.046000', '132004.049000', '132004.052000', '132004.055000', '132004.058000', '132004.061000', '132004.064000', '132004.067000', '132004.070000', '132004.072000', '132004.075000', '132004.078000', '132004.081000', '132004.084000', '132004.087000', '132004.090000', '132004.093000', '132004.096000', '132004.099000', '132004.101000', '132004.104000', '132004.107000', '132004.110000', '132004.113000', '132004.116000', '132004.119000', '132004.122000', '132023.995000', '132023.998000', '132024.002000', '132024.005000', '132024.008000', '132024.011000', '132024.014000', '132024.017000', '132024.020000', '132024.023000', '132024.026000', '132024.029000', '132024.038000', '132024.041000', '132024.044000', '132024.047000', '132024.050000', '132024.053000', '132024.056000', '132024.060000', '132024.063000', '132024.066000', '132024.069000', '132024.072000', '132024.075000', '132024.078000', '132024.080000', '132024.083000', '132024.086000', '132024.089000', '132024.092000', '132024.095000', '132024.098000', '132024.101000', '132024.104000', '132024.107000', '132024.110000', '132024.113000', '132024.116000', '132024.119000', '132024.122000', '132024.125000', '132024.128000', '132043.995000', '132043.998000', '132044.002000', '132044.005000', '132044.016000', '132044.019000', '132044.022000', '132044.025000', '132044.028000', '132044.031000', '132044.034000', '132044.036000', '132044.039000', '132044.042000', '132044.045000', '132044.053000', '132044.057000', '132044.059000', '132044.062000', '132044.065000', '132044.068000', '132044.071000', '132044.074000', '132044.077000', '132044.090000', '132044.093000', '132044.096000', '132044.099000', '132044.102000', '132044.105000', '132044.108000', '132044.111000', '132044.114000', '132044.116000', '132044.119000', '132044.122000', '132044.125000', '132044.128000', '132044.131000', '132044.134000', '132044.137000', '132044.140000', '132044.143000', '132044.145000', '132048.489000', '132048.493000', '132048.496000', '132048.499000', '132048.502000', '132048.506000', '132048.509000', '132048.512000', '132048.517000', '132048.520000'], 'InstanceCreationTime': ['131404.326000', '131404.329000', '131404.332000', '131404.336000', '131404.338000', '131404.341000', '131404.344000', '131404.347000', '131404.350000', '131404.362000', '131404.365000', '131404.368000', '131404.371000', '131404.384000', '131404.387000', '131404.390000', '131404.393000', '131404.396000', '131404.399000', '131404.402000', '131404.404000', '131404.414000', '131404.416000', '131404.428000', '131404.430000', '131404.433000', '131404.436000', '131404.439000', '131404.442000', '131404.445000', '131404.448000', '131404.451000', '131404.454000', '131404.456000', '131423.995000', '131423.998000', '131424.002000', '131424.005000', '131424.008000', '131424.010000', '131424.014000', '131424.016000', '131424.019000', '131424.022000', '131424.025000', '131424.028000', '131424.031000', '131424.034000', '131424.037000', '131424.040000', '131424.043000', '131424.046000', '131424.049000', '131424.052000', '131424.064000', '131424.067000', '131424.070000', '131424.073000', '131424.076000', '131424.079000', '131424.082000', '131424.085000', '131424.087000', '131424.090000', '131424.093000', '131424.096000', '131424.099000', '131424.102000', '131424.105000', '131424.108000', '131424.111000', '131424.113000', '131424.116000', '131424.119000', '131424.122000', '131424.125000', '131424.128000', '131424.131000', '131443.996000', '131444.000000', '131444.003000', '131444.005000', '131444.009000', '131444.012000', '131444.015000', '131444.017000', '131444.020000', '131444.029000', '131444.032000', '131444.035000', '131444.038000', '131444.041000', '131444.043000', '131444.046000', '131444.049000', '131444.052000', '131444.055000', '131444.058000', '131444.061000', '131444.064000', '131444.067000', '131444.070000', '131444.072000', '131444.075000', '131444.078000', '131444.081000', '131444.084000', '131444.087000', '131444.090000', '131444.093000', '131444.096000', '131444.099000', '131444.102000', '131444.104000', '131444.107000', '131444.110000', '131444.113000', '131444.116000', '131444.119000', '131444.122000', '131444.124000', '131503.996000', '131504.000000', '131504.003000', '131504.006000', '131504.009000', '131504.012000', '131504.015000', '131504.018000', '131504.021000', '131504.024000', '131504.026000', '131504.029000', '131504.032000', '131504.035000', '131504.038000', '131504.041000', '131504.044000', '131504.047000', '131504.050000', '131504.053000', '131504.056000', '131504.059000', '131504.062000', '131504.064000', '131504.067000', '131504.070000', '131504.073000', '131504.076000', '131504.079000', '131504.082000', '131504.085000', '131504.088000', '131504.091000', '131504.093000', '131504.096000', '131504.099000', '131504.102000', '131504.105000', '131504.108000', '131504.111000', '131504.114000', '131504.117000', '131504.119000', '131504.122000', '131523.995000', '131523.998000', '131524.002000', '131524.005000', '131524.008000', '131524.011000', '131524.014000', '131524.017000', '131524.019000', '131524.022000', '131524.025000', '131524.028000', '131524.031000', '131524.034000', '131524.037000', '131524.040000', '131524.043000', '131524.046000', '131524.049000', '131524.058000', '131524.061000', '131524.064000', '131524.066000', '131524.070000', '131524.072000', '131524.076000', '131524.080000', '131524.083000', '131524.086000', '131524.088000', '131524.091000', '131524.094000', '131524.097000', '131524.100000', '131524.103000', '131524.106000', '131524.109000', '131524.112000', '131524.115000', '131524.118000', '131524.121000', '131524.123000', '131524.126000', '131543.995000', '131543.998000', '131544.002000', '131544.005000', '131544.014000', '131544.017000', '131544.019000', '131544.022000', '131544.025000', '131544.031000', '131544.033000', '131544.036000', '131544.040000', '131544.042000', '131544.045000', '131544.048000', '131544.051000', '131544.054000', '131544.057000', '131544.060000', '131544.063000', '131544.066000', '131544.069000', '131544.072000', '131544.075000', '131544.077000', '131544.080000', '131544.083000', '131544.086000', '131544.089000', '131544.092000', '131544.095000', '131544.110000', '131544.113000', '131544.115000', '131544.118000', '131544.121000', '131544.124000', '131544.127000', '131544.130000', '131544.139000', '131544.142000', '131544.144000', '131544.147000', '131603.995000', '131603.998000', '131604.002000', '131604.005000', '131604.007000', '131604.010000', '131604.014000', '131604.016000', '131604.019000', '131604.022000', '131604.025000', '131604.028000', '131604.031000', '131604.034000', '131604.037000', '131604.040000', '131604.043000', '131604.046000', '131604.049000', '131604.052000', '131604.055000', '131604.057000', '131604.060000', '131604.063000', '131604.066000', '131604.069000', '131604.072000', '131604.075000', '131604.078000', '131604.081000', '131604.084000', '131604.086000', '131604.089000', '131604.092000', '131604.095000', '131604.098000', '131604.101000', '131604.104000', '131604.107000', '131604.110000', '131604.112000', '131604.115000', '131604.118000', '131623.995000', '131623.998000', '131624.002000', '131624.013000', '131624.016000', '131624.019000', '131624.021000', '131624.025000', '131624.027000', '131624.030000', '131624.033000', '131624.036000', '131624.039000', '131624.042000', '131624.045000', '131624.048000', '131624.051000', '131624.054000', '131624.057000', '131624.060000', '131624.063000', '131624.066000', '131624.069000', '131624.072000', '131624.075000', '131624.077000', '131624.080000', '131624.083000', '131624.086000', '131624.089000', '131624.092000', '131624.095000', '131624.098000', '131624.101000', '131624.104000', '131624.107000', '131624.109000', '131624.112000', '131624.115000', '131624.118000', '131624.121000', '131624.134000', '131624.136000', '131624.139000', '131643.995000', '131643.998000', '131644.002000', '131644.005000', '131644.008000', '131644.011000', '131644.014000', '131644.017000', '131644.019000', '131644.022000', '131644.025000', '131644.028000', '131644.031000', '131644.034000', '131644.037000', '131644.040000', '131644.043000', '131644.046000', '131644.049000', '131644.052000', '131644.055000', '131644.058000', '131644.061000', '131644.064000', '131644.066000', '131644.070000', '131644.072000', '131644.075000', '131644.078000', '131644.081000', '131644.084000', '131644.087000', '131644.090000', '131644.093000', '131644.096000', '131644.099000', '131644.101000', '131644.104000', '131644.107000', '131644.110000', '131644.114000', '131644.117000', '131644.120000', '131703.996000', '131704.000000', '131704.003000', '131704.006000', '131704.009000', '131704.012000', '131704.015000', '131704.018000', '131704.021000', '131704.024000', '131704.027000', '131704.030000', '131704.032000', '131704.035000', '131704.039000', '131704.041000', '131704.044000', '131704.047000', '131704.050000', '131704.053000', '131704.056000', '131704.059000', '131704.062000', '131704.065000', '131704.068000', '131704.071000', '131704.074000', '131704.076000', '131704.079000', '131704.082000', '131704.085000', '131704.088000', '131704.091000', '131704.094000', '131704.097000', '131704.100000', '131704.103000', '131704.105000', '131704.108000', '131704.111000', '131704.114000', '131704.117000', '131704.120000', '131704.123000', '131723.996000', '131724.000000', '131724.003000', '131724.006000', '131724.009000', '131724.012000', '131724.015000', '131724.018000', '131724.021000', '131724.024000', '131724.026000', '131724.029000', '131724.032000', '131724.049000', '131724.052000', '131724.055000', '131724.058000', '131724.061000', '131724.064000', '131724.067000', '131724.070000', '131724.073000', '131724.076000', '131724.078000', '131724.081000', '131724.084000', '131724.087000', '131724.090000', '131724.093000', '131724.096000', '131724.099000', '131724.102000', '131724.105000', '131724.108000', '131724.110000', '131724.113000', '131724.116000', '131724.119000', '131724.122000', '131724.125000', '131724.128000', '131724.131000', '131724.134000', '131743.995000', '131743.998000', '131744.002000', '131744.005000', '131744.008000', '131744.011000', '131744.015000', '131744.018000', '131744.021000', '131744.024000', '131744.027000', '131744.030000', '131744.033000', '131744.036000', '131744.062000', '131744.065000', '131744.068000', '131744.071000', '131744.074000', '131744.077000', '131744.080000', '131744.083000', '131744.086000', '131744.089000', '131744.091000', '131744.095000', '131744.097000', '131744.100000', '131744.103000', '131744.106000', '131744.109000', '131744.112000', '131744.115000', '131744.118000', '131744.121000', '131744.124000', '131744.127000', '131744.130000', '131744.133000', '131744.143000', '131744.146000', '131744.149000', '131744.152000', '131803.995000', '131803.998000', '131804.002000', '131804.005000', '131804.008000', '131804.011000', '131804.014000', '131804.016000', '131804.020000', '131804.022000', '131804.025000', '131804.028000', '131804.031000', '131804.034000', '131804.037000', '131804.040000', '131804.043000', '131804.046000', '131804.049000', '131804.052000', '131804.055000', '131804.058000', '131804.061000', '131804.064000', '131804.067000', '131804.070000', '131804.072000', '131804.075000', '131804.078000', '131804.081000', '131804.084000', '131804.087000', '131804.090000', '131804.093000', '131804.096000', '131804.098000', '131804.101000', '131804.104000', '131804.107000', '131804.110000', '131804.113000', '131804.116000', '131804.119000', '131804.122000', '131823.995000', '131823.998000', '131824.002000', '131824.005000', '131824.009000', '131824.011000', '131824.014000', '131824.017000', '131824.021000', '131824.024000', '131824.026000', '131824.029000', '131824.032000', '131824.035000', '131824.038000', '131824.041000', '131824.044000', '131824.047000', '131824.050000', '131824.053000', '131824.056000', '131824.059000', '131824.062000', '131824.065000', '131824.068000', '131824.071000', '131824.074000', '131824.077000', '131824.080000', '131824.082000', '131824.085000', '131824.088000', '131824.091000', '131824.094000', '131824.097000', '131824.100000', '131824.103000', '131824.106000', '131824.109000', '131824.118000', '131824.121000', '131824.124000', '131824.127000', '131843.995000', '131843.998000', '131844.002000', '131844.005000', '131844.008000', '131844.011000', '131844.014000', '131844.017000', '131844.020000', '131844.023000', '131844.026000', '131844.029000', '131844.032000', '131844.034000', '131844.037000', '131844.040000', '131844.043000', '131844.046000', '131844.049000', '131844.052000', '131844.055000', '131844.058000', '131844.061000', '131844.064000', '131844.067000', '131844.070000', '131844.072000', '131844.075000', '131844.078000', '131844.081000', '131844.084000', '131844.087000', '131844.090000', '131844.093000', '131844.096000', '131844.099000', '131844.102000', '131844.105000', '131844.107000', '131844.121000', '131844.123000', '131844.126000', '131844.129000', '131844.132000', '131903.995000', '131903.998000', '131904.002000', '131904.005000', '131904.008000', '131904.011000', '131904.014000', '131904.017000', '131904.021000', '131904.025000', '131904.028000', '131904.031000', '131904.034000', '131904.037000', '131904.040000', '131904.043000', '131904.064000', '131904.067000', '131904.070000', '131904.073000', '131904.076000', '131904.079000', '131904.082000', '131904.085000', '131904.088000', '131904.091000', '131904.094000', '131904.097000', '131904.100000', '131904.103000', '131904.106000', '131904.109000', '131904.112000', '131904.114000', '131904.117000', '131904.120000', '131904.123000', '131904.126000', '131904.129000', '131904.132000', '131904.135000', '131904.138000', '131904.141000', '131923.996000', '131924.000000', '131924.003000', '131924.006000', '131924.009000', '131924.012000', '131924.015000', '131924.018000', '131924.021000', '131924.024000', '131924.027000', '131924.030000', '131924.032000', '131924.035000', '131924.038000', '131924.041000', '131924.044000', '131924.047000', '131924.050000', '131924.053000', '131924.056000', '131924.059000', '131924.062000', '131924.065000', '131924.068000', '131924.071000', '131924.074000', '131924.077000', '131924.079000', '131924.082000', '131924.085000', '131924.088000', '131924.091000', '131924.094000', '131924.099000', '131924.102000', '131924.105000', '131924.108000', '131924.111000', '131924.114000', '131924.117000', '131924.119000', '131924.122000', '131924.125000', '131943.996000', '131944.000000', '131944.003000', '131944.006000', '131944.009000', '131944.012000', '131944.015000', '131944.018000', '131944.021000', '131944.024000', '131944.027000', '131944.029000', '131944.032000', '131944.035000', '131944.038000', '131944.041000', '131944.044000', '131944.047000', '131944.050000', '131944.053000', '131944.056000', '131944.059000', '131944.062000', '131944.065000', '131944.068000', '131944.071000', '131944.074000', '131944.077000', '131944.079000', '131944.082000', '131944.085000', '131944.088000', '131944.091000', '131944.094000', '131944.097000', '131944.100000', '131944.103000', '131944.106000', '131944.109000', '131944.111000', '131944.114000', '131944.117000', '131944.120000', '132003.995000', '132003.998000', '132004.002000', '132004.005000', '132004.008000', '132004.011000', '132004.014000', '132004.017000', '132004.020000', '132004.023000', '132004.026000', '132004.029000', '132004.031000', '132004.034000', '132004.037000', '132004.040000', '132004.043000', '132004.046000', '132004.049000', '132004.052000', '132004.055000', '132004.058000', '132004.061000', '132004.064000', '132004.067000', '132004.070000', '132004.072000', '132004.075000', '132004.078000', '132004.081000', '132004.084000', '132004.087000', '132004.090000', '132004.093000', '132004.096000', '132004.099000', '132004.101000', '132004.104000', '132004.107000', '132004.110000', '132004.113000', '132004.116000', '132004.119000', '132004.122000', '132023.995000', '132023.998000', '132024.002000', '132024.005000', '132024.008000', '132024.011000', '132024.014000', '132024.017000', '132024.020000', '132024.023000', '132024.026000', '132024.029000', '132024.038000', '132024.041000', '132024.044000', '132024.047000', '132024.050000', '132024.053000', '132024.056000', '132024.060000', '132024.063000', '132024.066000', '132024.069000', '132024.072000', '132024.075000', '132024.078000', '132024.080000', '132024.083000', '132024.086000', '132024.089000', '132024.092000', '132024.095000', '132024.098000', '132024.101000', '132024.104000', '132024.107000', '132024.110000', '132024.113000', '132024.116000', '132024.119000', '132024.122000', '132024.125000', '132024.128000', '132043.995000', '132043.998000', '132044.002000', '132044.005000', '132044.016000', '132044.019000', '132044.022000', '132044.025000', '132044.028000', '132044.031000', '132044.034000', '132044.036000', '132044.039000', '132044.042000', '132044.045000', '132044.053000', '132044.057000', '132044.059000', '132044.062000', '132044.065000', '132044.068000', '132044.071000', '132044.074000', '132044.077000', '132044.090000', '132044.093000', '132044.096000', '132044.099000', '132044.102000', '132044.105000', '132044.108000', '132044.111000', '132044.114000', '132044.116000', '132044.119000', '132044.122000', '132044.125000', '132044.128000', '132044.131000', '132044.134000', '132044.137000', '132044.140000', '132044.143000', '132044.145000', '132048.489000', '132048.493000', '132048.496000', '132048.499000', '132048.502000', '132048.506000', '132048.509000', '132048.512000', '132048.517000', '132048.520000'], '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': [15445, 17629, 13739, 17664, 11981, 11262, 11161, 10179, 10567, 11266, 10865, 10589, 11082, 10150, 10869, 11072, 10538, 11022, 10530, 11276, 10500, 10548, 11072, 10238, 10652, 10189, 10728, 11003, 10393, 10895, 10958, 10164, 10529, 10247, 10486, 10753, 9891, 10703, 10669, 9771, 10302, 11129, 10458, 10842, 10795, 9848, 10802, 11292, 9591, 10671, 11286, 10063, 10650, 10485, 10321, 11393, 10733, 10242, 10616, 10406, 10148, 12437, 10684, 10575, 10990, 9855, 10384, 10504, 9973, 10881, 10864, 10274, 10949, 11160, 10376, 11221, 11214, 10342, 11084, 11046, 10192, 11012, 10949, 10353, 11039, 10711, 10036, 10363, 10709, 10334, 10917, 10982, 10731, 11265, 10972, 10570, 11114, 11230, 10273, 11116, 11521, 9803, 11034, 10778, 10118, 10688, 13079, 10813, 10114, 11149, 10733, 10133, 10899, 10864, 10078, 10864, 10658, 10400, 11089, 10744, 10215, 10883, 10683, 10150, 11026, 10336, 10425, 12077, 9478, 10652, 10731, 10590, 11000, 10918, 10104, 10835, 10987, 10405, 10715, 11079, 10278, 10600, 10867, 9853, 10762, 10875, 10231, 11019, 10869, 10531, 10857, 11095, 9520, 10980, 10713, 10234, 10984, 10525, 10629, 11810, 9889, 10215, 10681, 10093, 10445, 10434, 10457, 10619, 10759, 10544, 10474, 10533, 10582, 10898, 10610, 10655, 10543, 10659, 10006, 12260, 9644, 10013, 11836, 10049, 10248, 10469, 9624, 10353, 10732, 10011, 10556, 10653, 9964, 10389, 10786, 9477, 10469, 11035, 9912, 10825, 10441, 10185, 10289, 9324, 10313, 10981, 9847, 10586, 10629, 10039, 14138, 9448, 10590, 10699, 9546, 10126, 10288, 12440, 13430, 8420, 11906, 12049, 11293, 12778, 13445, 10231, 12574, 10783, 12155, 9784, 13295, 11743, 9898, 12372, 10241, 12746, 17846, 12352, 10121, 10978, 10656, 11731, 10487, 11039, 11231, 10667, 11780, 10198, 10668, 10910, 11512, 12831, 11495, 10734, 11430, 10669, 16184, 12395, 11171, 11962, 10058, 10654, 10814, 9652, 10490, 11185, 10498, 11514, 9788, 11699, 11476, 10656, 11493, 10928, 11386, 10015, 10851, 11081, 10970, 10848, 10658, 10912, 10497, 10779, 10376, 11180, 10557, 10855, 11156, 10332, 11218, 10250, 10746, 11257, 10357, 11004, 10863, 10563, 11365, 10451, 10938, 11489, 9964, 11246, 11544, 10530, 11272, 10080, 10999, 11056, 10667, 12381, 11273, 11060, 13245, 10324, 11217, 10277, 10874, 16959, 11178, 11353, 10827, 11062, 10939, 10326, 11134, 10694, 10943, 11194, 9495, 11120, 11146, 10376, 11350, 11111, 10947, 11424, 10122, 10892, 10989, 10303, 11096, 10290, 10746, 13543, 10384, 11374, 11029, 10880, 11499, 11018, 10825, 10900, 9455, 11276, 11125, 10657, 11211, 11282, 10951, 11822, 9070, 11163, 11509, 10746, 11335, 10676, 11042, 11342, 10720, 11159, 11714, 10718, 11008, 11084, 10779, 11036, 11045, 9947, 11297, 11584, 11012, 11369, 10537, 10781, 11354, 10677, 11075, 11120, 10790, 10516, 11079, 11149, 11123, 10961, 10323, 11404, 10853, 10359, 13734, 13489, 10671, 13137, 9831, 10994, 11020, 9280, 11066, 11231, 10537, 11139, 10475, 10496, 10847, 10776, 10806, 10609, 8752, 10772, 10817, 10280, 11064, 10462, 10537, 11407, 10730, 10777, 10731, 10609, 10932, 10709, 8757, 10847, 10506, 10576, 12663, 9699, 10782, 11171, 8694, 11028, 10295, 10332, 10663, 10456, 10878, 10180, 10679, 10578, 8992, 10586, 9839, 9702, 10750, 10397, 10328, 11623, 9375, 11295, 15828, 14562, 16529, 16662, 13321, 17355, 11824, 10417, 9975, 9807, 10156, 9744, 9592, 10379, 9809, 9820, 10034, 10037, 10144, 10934, 10693, 9928, 9711, 11305, 9763, 10510, 10265, 11346, 11624, 10575, 11718, 11682, 9891, 11053, 9921, 10474, 10461, 10317, 10316, 11063, 10691, 9161, 10856, 13312, 10235, 10288, 10508, 10505, 10350, 11101, 10962, 10083, 11375, 11522, 8932, 10928, 10917, 9542, 11104, 11050, 10401, 11127, 12740, 11327, 17052, 12135, 10960, 10484, 10519, 10239, 9778, 10524, 10243, 8807, 10702, 9813, 9272, 10606, 10159, 8951, 11044, 10495, 10479, 10676, 9974, 10747, 10949, 10483, 11136, 11590, 10844, 11215, 11309, 10764, 10672, 11335, 11113, 8944, 10877, 10533, 10501, 8532, 10541, 10228, 15874, 11771, 10761, 10739, 13000, 11940, 11218, 10230, 11291, 9453, 11288, 10259, 11442, 8979, 10612, 13785, 12883, 16103, 17807, 15834, 16501, 16426, 11399, 10506, 11490, 10604, 10212, 11588, 10112, 10849, 10209, 10731, 10226, 10228, 10414, 11181, 12101, 10355, 11562, 10520, 9682, 10716, 11449, 10603, 10919, 11397, 12557, 10972, 10248, 10800, 11205, 10480, 15596, 12185, 10405, 16325, 11128, 14435, 12660, 10505, 10686, 10127, 9968, 10121, 10454, 9974, 10173, 10011, 10317, 10202, 9803, 10280, 10616, 10091, 10310, 9789, 9644, 11026, 10032, 10738, 10133, 9642, 11105, 9928, 10920, 9715, 10593, 11617, 9700, 11272, 11927, 10564, 11939, 11336, 11584, 11861, 9296, 11058, 11806, 9814, 10793, 11815, 9689, 9863, 9597, 10328, 9537, 10898, 10453, 10944, 10637, 11758, 12056, 11360, 11428, 11649, 10786, 11732, 10319, 11575, 14492, 11612, 12609, 16141, 10542, 11854, 10065, 11424, 12065, 10793, 11673, 12234, 10960, 11879, 11280, 10857, 11935, 10082, 11643, 11879, 11216, 12040, 9462, 11667, 12295, 11182, 12187, 12432, 11652, 12428, 11856, 11655, 12368, 11980, 11470, 11644, 11812, 11873, 12095, 11686, 11855, 12026, 12272, 11843, 12059, 11973, 11322, 11957, 12613, 13689, 15165, 15777, 12658, 10612, 12569, 10297, 10805, 10414, 10258, 9536, 15242, 13142, 10882, 10327, 10260, 10013, 11066, 11075, 9874, 9984, 10612, 10840, 10618, 10795, 11977, 15058, 16463, 14724, 10553, 9528, 10098, 8559, 11544, 10245, 10897, 9259, 10477, 10556, 10214, 12353, 14288, 13696, 14096, 16629, 15253, 16115, 16775, 13694, 10984, 10017, 10504, 9444, 10968, 10892, 10591, 10385, 10870, 10613, 9705, 10525, 10785, 9027, 10601, 10832, 9049, 10575, 9535, 10244, 10060, 10803, 10896, 9840, 9950, 9368, 9365, 10519, 10240, 10333, 11035, 10260, 10932, 9234, 10962, 10931, 10058, 12169, 7961, 11766, 11256, 10212, 9886, 10135, 10232, 9808, 10312, 12415, 9698, 11026, 9323, 12122, 10721, 11807, 12603, 9487, 10218, 9308, 10565, 10913, 10555, 10189, 10689, 11173, 10121, 10862, 11471, 10233, 10826, 11292, 10824, 11410, 12045, 11171, 11396, 11597, 11116, 11910, 11585, 11760, 11380, 11444, 9639, 10512, 10518, 10462, 10158, 10510, 9430, 10011, 10802, 8578, 10763, 11402, 9273, 11493, 11320, 12444, 10525, 15315, 15128, 15154, 16909, 12233, 12837, 13703, 10296, 11217, 10234, 11231, 12698, 10647, 11441, 9540, 10948, 11572, 9957, 11246, 11821, 10840, 11379, 11667, 11221, 11775, 9356, 11413, 12245, 10503, 11676, 11975, 8633, 12172], 'WindowCenter': [4119.0, 4103.0, 4078.0, 4084.0, 4039.0, 4028.0, 4027.0, 4017.0, 4028.0, 4038.0, 4038.0, 4028.0, 4040.0, 4029.0, 4041.0, 4039.0, 4030.0, 4029.0, 4029.0, 4040.0, 4029.0, 4030.0, 4039.0, 4028.0, 4028.0, 4029.0, 4040.0, 4029.0, 4029.0, 4040.0, 4028.0, 4028.0, 4029.0, 4030.0, 4042.0, 4042.0, 4030.0, 4041.0, 4030.0, 4030.0, 4031.0, 4041.0, 4041.0, 4041.0, 4040.0, 4030.0, 4041.0, 4042.0, 4031.0, 4041.0, 4041.0, 4030.0, 4041.0, 4031.0, 4032.0, 4054.0, 4042.0, 4031.0, 4030.0, 4028.0, 4029.0, 4050.0, 4031.0, 4030.0, 4040.0, 4028.0, 4030.0, 4029.0, 4030.0, 4041.0, 4042.0, 4042.0, 4041.0, 4040.0, 4030.0, 4042.0, 4042.0, 4042.0, 4041.0, 4040.0, 4030.0, 4040.0, 4041.0, 4030.0, 4041.0, 4029.0, 4019.0, 4029.0, 4027.0, 4030.0, 4040.0, 4039.0, 4041.0, 4041.0, 4041.0, 4042.0, 4054.0, 4056.0, 4057.0, 4054.0, 4054.0, 4044.0, 4043.0, 4042.0, 4031.0, 4042.0, 4065.0, 4042.0, 4043.0, 4041.0, 4040.0, 4029.0, 4040.0, 4041.0, 4031.0, 4042.0, 4029.0, 4029.0, 4039.0, 4040.0, 4031.0, 4041.0, 4030.0, 4029.0, 4028.0, 4017.0, 4028.0, 4039.0, 4019.0, 4030.0, 4028.0, 4028.0, 4028.0, 4026.0, 4028.0, 4027.0, 4042.0, 4029.0, 4030.0, 4038.0, 4028.0, 4029.0, 4029.0, 4030.0, 4039.0, 4040.0, 4030.0, 4029.0, 4028.0, 4029.0, 4040.0, 4042.0, 4030.0, 4041.0, 4042.0, 4042.0, 4042.0, 4041.0, 4043.0, 4054.0, 4032.0, 4043.0, 4042.0, 4030.0, 4030.0, 4030.0, 4031.0, 4031.0, 4029.0, 4029.0, 4029.0, 4029.0, 4041.0, 4041.0, 4041.0, 4042.0, 4041.0, 4031.0, 4030.0, 4052.0, 4021.0, 4031.0, 4041.0, 4018.0, 4028.0, 4027.0, 4016.0, 4029.0, 4029.0, 4019.0, 4029.0, 4028.0, 4018.0, 4028.0, 4028.0, 4020.0, 4030.0, 4040.0, 4031.0, 4040.0, 4030.0, 4030.0, 4031.0, 4021.0, 4031.0, 4041.0, 4029.0, 4029.0, 4028.0, 4018.0, 4061.0, 4018.0, 4028.0, 4028.0, 4019.0, 4032.0, 4059.0, 4070.0, 4073.0, 3991.0, 4016.0, 4005.0, 3993.0, 4013.0, 4038.0, 4019.0, 4050.0, 4029.0, 4050.0, 4019.0, 4050.0, 4039.0, 4019.0, 4051.0, 4003.0, 4040.0, 4058.0, 4010.0, 4031.0, 4029.0, 4028.0, 4038.0, 4029.0, 4041.0, 4042.0, 4043.0, 4054.0, 4045.0, 4045.0, 4046.0, 4056.0, 4054.0, 4042.0, 4030.0, 4029.0, 4018.0, 4062.0, 4039.0, 4028.0, 4026.0, 4005.0, 4016.0, 4027.0, 4006.0, 4014.0, 4025.0, 4015.0, 4025.0, 4016.0, 4026.0, 4027.0, 4016.0, 4026.0, 4027.0, 4027.0, 4016.0, 4026.0, 4027.0, 4027.0, 4027.0, 4028.0, 4030.0, 4031.0, 4040.0, 4030.0, 4040.0, 4030.0, 4041.0, 4029.0, 4031.0, 4042.0, 4031.0, 4042.0, 4040.0, 4031.0, 4031.0, 4042.0, 4044.0, 4054.0, 4032.0, 4042.0, 4041.0, 4031.0, 4042.0, 4055.0, 4044.0, 4054.0, 4043.0, 4043.0, 4043.0, 4043.0, 4065.0, 4044.0, 4042.0, 4052.0, 4032.0, 4041.0, 4019.0, 4030.0, 4074.0, 4042.0, 4041.0, 4029.0, 4029.0, 4027.0, 4018.0, 4039.0, 4029.0, 4042.0, 4040.0, 4020.0, 4041.0, 4040.0, 4030.0, 4040.0, 4042.0, 4042.0, 4041.0, 4030.0, 4030.0, 4029.0, 4029.0, 4029.0, 4029.0, 4028.0, 4049.0, 4016.0, 4027.0, 4027.0, 4027.0, 4038.0, 4040.0, 4041.0, 4041.0, 4019.0, 4040.0, 4040.0, 4030.0, 4030.0, 4029.0, 4030.0, 4041.0, 4009.0, 4039.0, 4038.0, 4027.0, 4040.0, 4030.0, 4040.0, 4041.0, 4043.0, 4043.0, 4053.0, 4042.0, 4041.0, 4041.0, 4042.0, 4043.0, 4044.0, 4033.0, 4043.0, 4042.0, 4042.0, 4041.0, 4031.0, 4043.0, 4043.0, 4031.0, 4042.0, 4041.0, 4039.0, 4030.0, 4041.0, 4043.0, 4042.0, 4041.0, 4031.0, 4042.0, 4030.0, 4030.0, 4063.0, 4051.0, 4029.0, 4049.0, 4004.0, 4028.0, 4027.0, 4006.0, 4028.0, 4026.0, 4027.0, 4039.0, 4028.0, 4026.0, 4027.0, 4028.0, 4028.0, 4027.0, 4007.0, 4029.0, 4027.0, 4017.0, 4028.0, 4028.0, 4028.0, 4038.0, 4027.0, 4029.0, 4029.0, 4030.0, 4042.0, 4041.0, 4011.0, 4042.0, 4030.0, 4030.0, 4039.0, 4019.0, 4030.0, 4030.0, 4008.0, 4041.0, 4029.0, 4030.0, 4030.0, 4030.0, 4041.0, 4044.0, 4055.0, 4055.0, 4033.0, 4042.0, 4032.0, 4033.0, 4044.0, 4044.0, 4045.0, 4054.0, 4023.0, 4042.0, 4074.0, 4061.0, 4072.0, 4059.0, 4036.0, 4056.0, 4013.0, 4001.0, 4002.0, 4002.0, 4001.0, 3990.0, 4001.0, 4001.0, 4000.0, 4001.0, 4002.0, 4002.0, 4013.0, 4013.0, 4015.0, 4016.0, 4006.0, 4016.0, 4005.0, 4015.0, 4014.0, 4026.0, 4026.0, 4016.0, 4038.0, 4040.0, 4017.0, 4029.0, 4031.0, 4032.0, 4044.0, 4033.0, 4031.0, 4029.0, 4029.0, 4009.0, 4043.0, 4064.0, 4031.0, 4031.0, 4030.0, 4029.0, 4029.0, 4040.0, 4030.0, 4029.0, 4040.0, 4040.0, 4021.0, 4042.0, 4044.0, 4032.0, 4042.0, 4041.0, 4030.0, 4029.0, 4039.0, 4030.0, 4072.0, 4038.0, 4028.0, 4017.0, 4028.0, 4017.0, 4017.0, 4027.0, 4016.0, 4006.0, 4027.0, 4018.0, 4018.0, 4029.0, 4029.0, 4020.0, 4041.0, 4029.0, 4041.0, 4042.0, 4033.0, 4042.0, 4041.0, 4042.0, 4043.0, 4043.0, 4031.0, 4041.0, 4043.0, 4041.0, 4030.0, 4044.0, 4042.0, 4022.0, 4042.0, 4043.0, 4030.0, 4010.0, 4032.0, 4019.0, 4058.0, 4039.0, 4039.0, 4042.0, 4066.0, 4053.0, 4041.0, 4018.0, 4026.0, 4019.0, 4053.0, 4031.0, 4041.0, 4022.0, 4042.0, 4062.0, 4040.0, 4059.0, 4059.0, 4047.0, 4045.0, 4033.0, 4000.0, 3989.0, 3998.0, 3998.0, 3998.0, 4008.0, 3999.0, 4023.0, 4023.0, 4021.0, 4010.0, 4009.0, 4010.0, 4008.0, 4022.0, 4000.0, 4024.0, 4012.0, 3991.0, 4013.0, 4025.0, 4015.0, 4015.0, 4028.0, 4051.0, 4030.0, 4029.0, 4029.0, 4028.0, 4017.0, 4047.0, 4025.0, 4015.0, 4045.0, 4014.0, 4034.0, 4022.0, 4001.0, 4001.0, 4001.0, 3989.0, 3999.0, 3999.0, 3988.0, 4001.0, 4001.0, 4002.0, 4015.0, 4016.0, 4026.0, 4026.0, 4015.0, 4013.0, 4002.0, 4002.0, 4013.0, 4003.0, 4014.0, 4015.0, 4004.0, 4024.0, 4003.0, 4024.0, 4002.0, 4013.0, 4024.0, 4003.0, 4025.0, 4036.0, 4026.0, 4038.0, 4038.0, 4052.0, 4052.0, 4020.0, 4042.0, 4052.0, 4031.0, 4054.0, 4065.0, 4034.0, 4033.0, 4032.0, 4043.0, 4032.0, 4053.0, 4042.0, 4042.0, 4042.0, 4053.0, 4055.0, 4054.0, 4056.0, 4054.0, 4054.0, 4052.0, 4030.0, 4039.0, 4060.0, 4040.0, 4050.0, 4071.0, 4028.0, 4040.0, 4017.0, 4037.0, 4036.0, 4026.0, 4037.0, 4050.0, 4026.0, 4037.0, 4026.0, 4026.0, 4037.0, 4015.0, 4035.0, 4035.0, 4025.0, 4037.0, 4015.0, 4037.0, 4036.0, 4036.0, 4049.0, 4049.0, 4049.0, 4061.0, 4051.0, 4051.0, 4050.0, 4050.0, 4041.0, 4052.0, 4053.0, 4052.0, 4053.0, 4051.0, 4053.0, 4063.0, 4053.0, 4054.0, 4066.0, 4064.0, 4054.0, 4066.0, 4063.0, 4066.0, 4074.0, 4074.0, 4051.0, 4031.0, 4052.0, 4031.0, 4028.0, 4018.0, 4019.0, 4021.0, 4061.0, 4049.0, 4027.0, 4019.0, 4015.0, 4014.0, 4025.0, 4024.0, 4014.0, 4030.0, 4042.0, 4052.0, 4051.0, 4050.0, 4048.0, 4073.0, 4083.0, 4070.0, 4013.0, 3998.0, 3987.0, 3969.0, 4011.0, 4003.0, 4011.0, 3992.0, 4014.0, 4014.0, 4014.0, 4025.0, 4047.0, 4048.0, 4048.0, 4049.0, 4048.0, 4048.0, 4047.0, 4022.0, 3988.0, 3977.0, 3985.0, 3976.0, 3997.0, 3998.0, 4000.0, 4001.0, 4011.0, 4000.0, 3989.0, 4000.0, 3999.0, 3978.0, 4000.0, 4000.0, 3978.0, 4000.0, 4001.0, 4002.0, 4001.0, 4024.0, 4024.0, 4016.0, 4017.0, 4006.0, 4019.0, 4029.0, 4028.0, 4016.0, 4027.0, 4017.0, 4027.0, 4006.0, 4030.0, 4031.0, 4009.0, 4004.0, 3950.0, 4012.0, 4023.0, 4028.0, 4029.0, 4043.0, 4043.0, 4031.0, 4031.0, 4050.0, 4019.0, 4028.0, 4020.0, 4041.0, 4041.0, 4052.0, 4052.0, 4031.0, 4031.0, 4019.0, 4028.0, 4028.0, 4028.0, 4028.0, 4030.0, 4040.0, 4029.0, 4029.0, 4040.0, 4028.0, 4028.0, 4028.0, 4027.0, 4037.0, 4038.0, 4038.0, 4040.0, 4051.0, 4040.0, 4053.0, 4052.0, 4042.0, 4055.0, 4054.0, 4034.0, 4041.0, 4030.0, 4029.0, 4030.0, 4041.0, 4021.0, 4031.0, 4053.0, 4021.0, 4052.0, 4054.0, 4034.0, 4065.0, 4055.0, 4065.0, 4043.0, 4074.0, 4075.0, 4074.0, 4073.0, 4039.0, 4039.0, 4047.0, 4014.0, 4024.0, 4014.0, 4024.0, 4033.0, 4013.0, 4024.0, 4014.0, 4025.0, 4036.0, 4014.0, 4025.0, 4035.0, 4026.0, 4037.0, 4037.0, 4036.0, 4037.0, 4016.0, 4036.0, 4036.0, 4025.0, 4036.0, 4048.0, 4007.0, 4047.0], 'WindowWidth': [9141.0, 9114.0, 9064.0, 9069.0, 8998.0, 8978.0, 8977.0, 8963.0, 8980.0, 8992.0, 8994.0, 8983.0, 8999.0, 8986.0, 9002.0, 8998.0, 8985.0, 8983.0, 8983.0, 9001.0, 8984.0, 8985.0, 8994.0, 8979.0, 8979.0, 8983.0, 8999.0, 8984.0, 8983.0, 8998.0, 8980.0, 8982.0, 8983.0, 8986.0, 9003.0, 9003.0, 8987.0, 9003.0, 8985.0, 8986.0, 8990.0, 9004.0, 9002.0, 9003.0, 9000.0, 8985.0, 9000.0, 9006.0, 8990.0, 9004.0, 9003.0, 8986.0, 9002.0, 8989.0, 8992.0, 9025.0, 9007.0, 8990.0, 8986.0, 8980.0, 8981.0, 9012.0, 8989.0, 8985.0, 8999.0, 8980.0, 8986.0, 8984.0, 8989.0, 9002.0, 9004.0, 9004.0, 9003.0, 8999.0, 8986.0, 9006.0, 9007.0, 9005.0, 9003.0, 8999.0, 8985.0, 8999.0, 9003.0, 8987.0, 9001.0, 8982.0, 8968.0, 8982.0, 8979.0, 8985.0, 8999.0, 8997.0, 9003.0, 9003.0, 9002.0, 9003.0, 9024.0, 9030.0, 9033.0, 9025.0, 9025.0, 9009.0, 9008.0, 9004.0, 8988.0, 9005.0, 9042.0, 9006.0, 9006.0, 9002.0, 8997.0, 8983.0, 8999.0, 9002.0, 8988.0, 9003.0, 8983.0, 8982.0, 8996.0, 9000.0, 8989.0, 9003.0, 8986.0, 8983.0, 8979.0, 8961.0, 8978.0, 8996.0, 8970.0, 8984.0, 8983.0, 8981.0, 8980.0, 8974.0, 8979.0, 8977.0, 9004.0, 8982.0, 8985.0, 8994.0, 8980.0, 8983.0, 8982.0, 8986.0, 8998.0, 8998.0, 8984.0, 8983.0, 8979.0, 8982.0, 8997.0, 9004.0, 8987.0, 9003.0, 9005.0, 9006.0, 9002.0, 9002.0, 9009.0, 9026.0, 8993.0, 9007.0, 9004.0, 8985.0, 8984.0, 8986.0, 8988.0, 8987.0, 8981.0, 8982.0, 8981.0, 8982.0, 9002.0, 9002.0, 9002.0, 9004.0, 9001.0, 8986.0, 8985.0, 9019.0, 8976.0, 8988.0, 9002.0, 8966.0, 8978.0, 8976.0, 8962.0, 8980.0, 8982.0, 8966.0, 8980.0, 8977.0, 8964.0, 8979.0, 8978.0, 8971.0, 8986.0, 8999.0, 8988.0, 8999.0, 8984.0, 8984.0, 8988.0, 8975.0, 8988.0, 9000.0, 8981.0, 8982.0, 8977.0, 8966.0, 9029.0, 8964.0, 8979.0, 8978.0, 8967.0, 8991.0, 9039.0, 9050.0, 9053.0, 8923.0, 8947.0, 8926.0, 8908.0, 8935.0, 8980.0, 8964.0, 9006.0, 8979.0, 9010.0, 8968.0, 9012.0, 8994.0, 8966.0, 9013.0, 8935.0, 8995.0, 9017.0, 8938.0, 8989.0, 8983.0, 8978.0, 8992.0, 8982.0, 9003.0, 9004.0, 9009.0, 9023.0, 9012.0, 9013.0, 9016.0, 9028.0, 9024.0, 9003.0, 8983.0, 8979.0, 8965.0, 9035.0, 8997.0, 8977.0, 8971.0, 8943.0, 8957.0, 8975.0, 8946.0, 8954.0, 8970.0, 8956.0, 8970.0, 8958.0, 8970.0, 8976.0, 8958.0, 8972.0, 8975.0, 8975.0, 8959.0, 8972.0, 8974.0, 8974.0, 8975.0, 8979.0, 8985.0, 8988.0, 8998.0, 8984.0, 8998.0, 8984.0, 8999.0, 8982.0, 8991.0, 9003.0, 8987.0, 9003.0, 8997.0, 8988.0, 8987.0, 9005.0, 9012.0, 9021.0, 8990.0, 9004.0, 9000.0, 8988.0, 9003.0, 9027.0, 9012.0, 9024.0, 9008.0, 9008.0, 9008.0, 9008.0, 9042.0, 9013.0, 9005.0, 9019.0, 8989.0, 8999.0, 8969.0, 8985.0, 9055.0, 9004.0, 9000.0, 8981.0, 8980.0, 8976.0, 8964.0, 8995.0, 8983.0, 9003.0, 8999.0, 8971.0, 9001.0, 8997.0, 8986.0, 8998.0, 9003.0, 9006.0, 9003.0, 8985.0, 8984.0, 8983.0, 8982.0, 8980.0, 8983.0, 8979.0, 9009.0, 8959.0, 8974.0, 8974.0, 8976.0, 8995.0, 8998.0, 9001.0, 9000.0, 8969.0, 8997.0, 8998.0, 8983.0, 8982.0, 8981.0, 8983.0, 9003.0, 8955.0, 8996.0, 8992.0, 8978.0, 8997.0, 8983.0, 8998.0, 8999.0, 9005.0, 9008.0, 9020.0, 9003.0, 9002.0, 9000.0, 9002.0, 9006.0, 9009.0, 8993.0, 9006.0, 9004.0, 9003.0, 9000.0, 8987.0, 9007.0, 9006.0, 8989.0, 9002.0, 9000.0, 8997.0, 8985.0, 9000.0, 9007.0, 9003.0, 9002.0, 8986.0, 9003.0, 8985.0, 8984.0, 9036.0, 9016.0, 8981.0, 9008.0, 8941.0, 8978.0, 8975.0, 8947.0, 8978.0, 8974.0, 8976.0, 8995.0, 8977.0, 8974.0, 8976.0, 8979.0, 8977.0, 8976.0, 8949.0, 8981.0, 8976.0, 8962.0, 8979.0, 8979.0, 8979.0, 8991.0, 8976.0, 8981.0, 8981.0, 8984.0, 9002.0, 9003.0, 8962.0, 9002.0, 8986.0, 8982.0, 8997.0, 8967.0, 8983.0, 8983.0, 8951.0, 9000.0, 8982.0, 8984.0, 8984.0, 8986.0, 9002.0, 9013.0, 9029.0, 9029.0, 8997.0, 9006.0, 8991.0, 8995.0, 9012.0, 9013.0, 9013.0, 9027.0, 8983.0, 9006.0, 9054.0, 9030.0, 9049.0, 9026.0, 8987.0, 9015.0, 8950.0, 8931.0, 8934.0, 8933.0, 8931.0, 8916.0, 8930.0, 8930.0, 8927.0, 8932.0, 8934.0, 8933.0, 8949.0, 8948.0, 8959.0, 8958.0, 8947.0, 8957.0, 8939.0, 8952.0, 8951.0, 8969.0, 8973.0, 8958.0, 8992.0, 8999.0, 8960.0, 8981.0, 8989.0, 8991.0, 9012.0, 8994.0, 8986.0, 8981.0, 8980.0, 8953.0, 9005.0, 9038.0, 8987.0, 8988.0, 8983.0, 8979.0, 8980.0, 8998.0, 8984.0, 8982.0, 8998.0, 8996.0, 8974.0, 9005.0, 9011.0, 8991.0, 9005.0, 9002.0, 8985.0, 8982.0, 8996.0, 8985.0, 9046.0, 8992.0, 8976.0, 8962.0, 8978.0, 8963.0, 8963.0, 8975.0, 8959.0, 8944.0, 8974.0, 8966.0, 8967.0, 8983.0, 8982.0, 8970.0, 8999.0, 8982.0, 9002.0, 9002.0, 8993.0, 9002.0, 9002.0, 9004.0, 9007.0, 9005.0, 8985.0, 9000.0, 9005.0, 8999.0, 8985.0, 9010.0, 9005.0, 8978.0, 9006.0, 9009.0, 8986.0, 8956.0, 8986.0, 8965.0, 9017.0, 8996.0, 8997.0, 9005.0, 9044.0, 9022.0, 9001.0, 8966.0, 8972.0, 8970.0, 9022.0, 8990.0, 9003.0, 8979.0, 9007.0, 9036.0, 9000.0, 9024.0, 9029.0, 9002.0, 8999.0, 8978.0, 8926.0, 8909.0, 8919.0, 8921.0, 8920.0, 8938.0, 8929.0, 8969.0, 8972.0, 8967.0, 8949.0, 8946.0, 8950.0, 8941.0, 8961.0, 8926.0, 8967.0, 8945.0, 8915.0, 8951.0, 8970.0, 8955.0, 8956.0, 8977.0, 9014.0, 8985.0, 8983.0, 8981.0, 8977.0, 8962.0, 9004.0, 8970.0, 8954.0, 8998.0, 8954.0, 8981.0, 8959.0, 8932.0, 8930.0, 8931.0, 8914.0, 8924.0, 8924.0, 8910.0, 8932.0, 8931.0, 8934.0, 8957.0, 8963.0, 8976.0, 8975.0, 8958.0, 8952.0, 8934.0, 8934.0, 8949.0, 8938.0, 8953.0, 8956.0, 8942.0, 8968.0, 8939.0, 8966.0, 8937.0, 8951.0, 8965.0, 8938.0, 8970.0, 8985.0, 8973.0, 8992.0, 8992.0, 9018.0, 9020.0, 8975.0, 9004.0, 9017.0, 8989.0, 9026.0, 9044.0, 9003.0, 8996.0, 8992.0, 9009.0, 8993.0, 9025.0, 9007.0, 9007.0, 9005.0, 9023.0, 9029.0, 9025.0, 9029.0, 9028.0, 9025.0, 9020.0, 8988.0, 8996.0, 9031.0, 9000.0, 9013.0, 9045.0, 8981.0, 8997.0, 8963.0, 8991.0, 8989.0, 8974.0, 8991.0, 9012.0, 8976.0, 8990.0, 8976.0, 8973.0, 8989.0, 8959.0, 8985.0, 8987.0, 8970.0, 8990.0, 8960.0, 8989.0, 8989.0, 8989.0, 9008.0, 9010.0, 9011.0, 9029.0, 9016.0, 9016.0, 9014.0, 9011.0, 9002.0, 9017.0, 9021.0, 9020.0, 9019.0, 9016.0, 9020.0, 9034.0, 9022.0, 9024.0, 9042.0, 9038.0, 9025.0, 9044.0, 9038.0, 9047.0, 9056.0, 9054.0, 9015.0, 8987.0, 9018.0, 8987.0, 8979.0, 8965.0, 8967.0, 8976.0, 9031.0, 9009.0, 8979.0, 8968.0, 8959.0, 8956.0, 8973.0, 8968.0, 8955.0, 8989.0, 9008.0, 9022.0, 9025.0, 9024.0, 9017.0, 9062.0, 9079.0, 9050.0, 8958.0, 8931.0, 8910.0, 8888.0, 8945.0, 8939.0, 8943.0, 8923.0, 8955.0, 8954.0, 8952.0, 8970.0, 9005.0, 9005.0, 9008.0, 9014.0, 9006.0, 9007.0, 9008.0, 8962.0, 8907.0, 8891.0, 8899.0, 8888.0, 8920.0, 8923.0, 8928.0, 8930.0, 8944.0, 8928.0, 8913.0, 8929.0, 8925.0, 8896.0, 8928.0, 8926.0, 8897.0, 8929.0, 8934.0, 8935.0, 8934.0, 8968.0, 8970.0, 8960.0, 8963.0, 8949.0, 8969.0, 8984.0, 8979.0, 8961.0, 8976.0, 8962.0, 8978.0, 8949.0, 8987.0, 8987.0, 8949.0, 8926.0, 8851.0, 8939.0, 8962.0, 8980.0, 8985.0, 9009.0, 9008.0, 8991.0, 8988.0, 9014.0, 8971.0, 8978.0, 8972.0, 9002.0, 9003.0, 9018.0, 9021.0, 8990.0, 8988.0, 8969.0, 8980.0, 8979.0, 8979.0, 8979.0, 8984.0, 9000.0, 8984.0, 8983.0, 8999.0, 8979.0, 8979.0, 8979.0, 8975.0, 8991.0, 8994.0, 8993.0, 8999.0, 9015.0, 9001.0, 9023.0, 9021.0, 9006.0, 9030.0, 9024.0, 8998.0, 9004.0, 8985.0, 8984.0, 8985.0, 9004.0, 8978.0, 8991.0, 9023.0, 8979.0, 9022.0, 9026.0, 9002.0, 9041.0, 9028.0, 9044.0, 9009.0, 9054.0, 9060.0, 9054.0, 9053.0, 8999.0, 8997.0, 9005.0, 8956.0, 8968.0, 8954.0, 8966.0, 8979.0, 8951.0, 8969.0, 8959.0, 8974.0, 8988.0, 8957.0, 8972.0, 8986.0, 8976.0, 8992.0, 8992.0, 8989.0, 8990.0, 8962.0, 8987.0, 8986.0, 8974.0, 8989.0, 9007.0, 8952.0, 9007.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.007738353457738749</td></tr>
<tr><td colspan=3>aqi</td><td>0.059377461580680566</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.726995166351735</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1615861823186793</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0749595707912076</td></tr>
<tr><td colspan=3>efc</td><td>0.5067</td></tr>
<tr><td colspan=3>fber</td><td>4354.0444</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2237119424509001</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>232</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>25.466520307354557</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5961709959327397</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.46697739572813</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.855731931914045</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4658036601560442</td></tr>
<tr><td colspan=3>gcor</td><td>0.00748221</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008893714286386967</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.05085352808237076</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.050329975506756</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>21.2841</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.2811</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>192.4274</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292389.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>879.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>350.449</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3774</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>494.5086</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3174.2477</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3324.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84155.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1202.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4175.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>820.669</td></tr>
<tr><td colspan=3>tsnr</td><td>23.773205244215205</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>