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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0020/ses-02/func/sub-0020_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>c89c2af01242d31a32ffbb9b7f5c9a95</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:06:33.872500</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.998759, -0.00450417, 0.0495964, -0.000697288, 0.994539, 0.104362]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.090925</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4149, -7764, -7256, 549, -116, -257, 92, 75]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.931</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c721d5b4-8eda-47a7-8f32-790238178c00||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.679597854614258, -0.001870771637186408, 0.13444821536540985, 110.52700805664062], [0.01208436768501997, 2.6682755947113037, 0.28152215480804443, -95.46971893310547], [0.13306353986263275, -0.2799966335296631, 2.681915044784546, -64.48974609375], [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': ['130633.872500', '130634.332500', '130634.792500', '130635.252500', '130635.712500', '130636.172500', '130636.632500', '130637.092500', '130637.552500', '130638.012500', '130638.472500', '130638.932500', '130639.392500', '130639.852500', '130640.312500', '130640.772500', '130641.232500', '130641.692500', '130642.152500', '130642.612500', '130643.072500', '130643.532500', '130643.992500', '130644.452500', '130644.912500', '130645.372500', '130645.832500', '130646.292500', '130646.752500', '130647.212500', '130647.672500', '130648.132500', '130648.592500', '130649.052500', '130649.512500', '130649.972500', '130650.432500', '130650.892500', '130651.352500', '130651.812500', '130652.272500', '130652.732500', '130653.192500', '130653.652500', '130654.112500', '130654.572500', '130655.032500', '130655.492500', '130655.952500', '130656.412500', '130656.872500', '130657.332500', '130657.792500', '130658.252500', '130658.712500', '130659.172500', '130659.632500', '130700.092500', '130700.552500', '130701.012500', '130701.472500', '130701.932500', '130702.392500', '130702.852500', '130703.312500', '130703.772500', '130704.232500', '130704.692500', '130705.152500', '130705.612500', '130706.072500', '130706.532500', '130706.992500', '130707.452500', '130707.912500', '130708.372500', '130708.832500', '130709.292500', '130709.752500', '130710.212500', '130710.672500', '130711.132500', '130711.592500', '130712.052500', '130712.512500', '130712.972500', '130713.432500', '130713.892500', '130714.352500', '130714.812500', '130715.272500', '130715.732500', '130716.192500', '130716.652500', '130717.112500', '130717.572500', '130718.032500', '130718.492500', '130718.952500', '130719.412500', '130719.872500', '130720.332500', '130720.792500', '130721.252500', '130721.712500', '130722.172500', '130722.632500', '130723.092500', '130723.552500', '130724.012500', '130724.472500', '130724.932500', '130725.392500', '130725.852500', '130726.312500', '130726.772500', '130727.232500', '130727.692500', '130728.152500', '130728.612500', '130729.072500', '130729.532500', '130729.992500', '130730.452500', '130730.912500', '130731.372500', '130731.832500', '130732.292500', '130732.752500', '130733.212500', '130733.672500', '130734.132500', '130734.592500', '130735.052500', '130735.512500', '130735.972500', '130736.432500', '130736.892500', '130737.352500', '130737.812500', '130738.272500', '130738.732500', '130739.192500', '130739.652500', '130740.112500', '130740.572500', '130741.032500', '130741.492500', '130741.952500', '130742.412500', '130742.872500', '130743.332500', '130743.792500', '130744.252500', '130744.712500', '130745.172500', '130745.632500', '130746.092500', '130746.552500', '130747.012500', '130747.472500', '130747.932500', '130748.392500', '130748.852500', '130749.312500', '130749.772500', '130750.232500', '130750.692500', '130751.152500', '130751.612500', '130752.072500', '130752.532500', '130752.992500', '130753.452500', '130753.912500', '130754.372500', '130754.832500', '130755.292500', '130755.752500', '130756.212500', '130756.672500', '130757.132500', '130757.592500', '130758.052500', '130758.512500', '130758.972500', '130759.432500', '130759.892500', '130800.352500', '130800.812500', '130801.272500', '130801.732500', '130802.192500', '130802.652500', '130803.112500', '130803.572500', '130804.032500', '130804.492500', '130804.952500', '130805.412500', '130805.872500', '130806.332500', '130806.792500', '130807.252500', '130807.712500', '130808.172500', '130808.632500', '130809.092500', '130809.552500', '130810.012500', '130810.472500', '130810.932500', '130811.392500', '130811.852500', '130812.312500', '130812.772500', '130813.232500', '130813.692500', '130814.152500', '130814.612500', '130815.072500', '130815.532500', '130815.992500', '130816.452500', '130816.912500', '130817.372500', '130817.832500', '130818.292500', '130818.752500', '130819.212500', '130819.672500', '130820.132500', '130820.592500', '130821.052500', '130821.512500', '130821.972500', '130822.432500', '130822.892500', '130823.352500', '130823.812500', '130824.272500', '130824.732500', '130825.192500', '130825.652500', '130826.112500', '130826.572500', '130827.032500', '130827.492500', '130827.952500', '130828.412500', '130828.872500', '130829.332500', '130829.792500', '130830.252500', '130830.712500', '130831.172500', '130831.632500', '130832.092500', '130832.552500', '130833.012500', '130833.472500', '130833.932500', '130834.392500', '130834.852500', '130835.312500', '130835.772500', '130836.232500', '130836.692500', '130837.152500', '130837.612500', '130838.072500', '130838.532500', '130838.992500', '130839.452500', '130839.912500', '130840.372500', '130840.832500', '130841.292500', '130841.752500', '130842.212500', '130842.672500', '130843.132500', '130843.592500', '130844.052500', '130844.512500', '130844.972500', '130845.432500', '130845.892500', '130846.352500', '130846.812500', '130847.272500', '130847.732500', '130848.192500', '130848.652500', '130849.112500', '130849.572500', '130850.032500', '130850.492500', '130850.952500', '130851.412500', '130851.872500', '130852.332500', '130852.792500', '130853.252500', '130853.712500', '130854.172500', '130854.632500', '130855.092500', '130855.552500', '130856.012500', '130856.472500', '130856.932500', '130857.392500', '130857.852500', '130858.312500', '130858.772500', '130859.232500', '130859.692500', '130900.152500', '130900.612500', '130901.072500', '130901.532500', '130901.992500', '130902.452500', '130902.912500', '130903.372500', '130903.832500', '130904.292500', '130904.752500', '130905.212500', '130905.672500', '130906.132500', '130906.592500', '130907.052500', '130907.512500', '130907.972500', '130908.432500', '130908.892500', '130909.352500', '130909.812500', '130910.272500', '130910.732500', '130911.192500', '130911.652500', '130912.112500', '130912.572500', '130913.032500', '130913.492500', '130913.952500', '130914.412500', '130914.872500', '130915.332500', '130915.792500', '130916.252500', '130916.712500', '130917.172500', '130917.632500', '130918.092500', '130918.552500', '130919.012500', '130919.472500', '130919.932500', '130920.392500', '130920.852500', '130921.312500', '130921.772500', '130922.232500', '130922.692500', '130923.152500', '130923.612500', '130924.072500', '130924.532500', '130924.992500', '130925.452500', '130925.912500', '130926.372500', '130926.832500', '130927.292500', '130927.752500', '130928.212500', '130928.672500', '130929.132500', '130929.592500', '130930.052500', '130930.512500', '130930.972500', '130931.432500', '130931.892500', '130932.352500', '130932.812500', '130933.272500', '130933.732500', '130934.192500', '130934.652500', '130935.112500', '130935.572500', '130936.032500', '130936.492500', '130936.952500', '130937.412500', '130937.872500', '130938.332500', '130938.792500', '130939.252500', '130939.712500', '130940.172500', '130940.632500', '130941.092500', '130941.552500', '130942.012500', '130942.472500', '130942.932500', '130943.392500', '130943.852500', '130944.312500', '130944.772500', '130945.232500', '130945.692500', '130946.152500', '130946.612500', '130947.072500', '130947.532500', '130947.992500', '130948.452500', '130948.912500', '130949.372500', '130949.832500', '130950.292500', '130950.752500', '130951.212500', '130951.672500', '130952.132500', '130952.592500', '130953.052500', '130953.512500', '130953.972500', '130954.432500', '130954.892500', '130955.352500', '130955.812500', '130956.272500', '130956.732500', '130957.192500', '130957.652500', '130958.112500', '130958.572500', '130959.032500', '130959.492500', '130959.952500', '131000.412500', '131000.872500', '131001.332500', '131001.792500', '131002.252500', '131002.712500', '131003.172500', '131003.632500', '131004.092500', '131004.552500', '131005.012500', '131005.472500', '131005.932500', '131006.392500', '131006.852500', '131007.312500', '131007.772500', '131008.232500', '131008.692500', '131009.152500', '131009.612500', '131010.072500', '131010.532500', '131010.992500', '131011.452500', '131011.912500', '131012.372500', '131012.832500', '131013.292500', '131013.752500', '131014.212500', '131014.672500', '131015.132500', '131015.592500', '131016.052500', '131016.512500', '131016.972500', '131017.432500', '131017.892500', '131018.352500', '131018.812500', '131019.272500', '131019.732500', '131020.192500', '131020.652500', '131021.112500', '131021.572500', '131022.032500', '131022.492500', '131022.952500', '131023.412500', '131023.872500', '131024.332500', '131024.792500', '131025.252500', '131025.712500', '131026.172500', '131026.632500', '131027.092500', '131027.552500', '131028.012500', '131028.472500', '131028.932500', '131029.392500', '131029.852500', '131030.312500', '131030.772500', '131031.232500', '131031.692500', '131032.152500', '131032.612500', '131033.072500', '131033.532500', '131033.992500', '131034.452500', '131034.912500', '131035.372500', '131035.832500', '131036.292500', '131036.752500', '131037.212500', '131037.672500', '131038.132500', '131038.592500', '131039.052500', '131039.512500', '131039.972500', '131040.432500', '131040.892500', '131041.352500', '131041.812500', '131042.272500', '131042.732500', '131043.192500', '131043.652500', '131044.112500', '131044.572500', '131045.032500', '131045.492500', '131045.952500', '131046.412500', '131046.872500', '131047.332500', '131047.792500', '131048.252500', '131048.712500', '131049.172500', '131049.632500', '131050.092500', '131050.552500', '131051.012500', '131051.472500', '131051.932500', '131052.392500', '131052.852500', '131053.312500', '131053.772500', '131054.232500', '131054.692500', '131055.152500', '131055.612500', '131056.072500', '131056.532500', '131056.992500', '131057.452500', '131057.912500', '131058.372500', '131058.832500', '131059.292500', '131059.752500', '131100.212500', '131100.672500', '131101.132500', '131101.592500', '131102.052500', '131102.512500', '131102.972500', '131103.432500', '131103.892500', '131104.352500', '131104.812500', '131105.272500', '131105.732500', '131106.192500', '131106.652500', '131107.112500', '131107.572500', '131108.032500', '131108.492500', '131108.952500', '131109.412500', '131109.872500', '131110.332500', '131110.792500', '131111.252500', '131111.712500', '131112.172500', '131112.632500', '131113.092500', '131113.552500', '131114.012500', '131114.472500', '131114.932500', '131115.392500', '131115.852500', '131116.312500', '131116.772500', '131117.232500', '131117.692500', '131118.152500', '131118.612500', '131119.072500', '131119.532500', '131119.992500', '131120.452500', '131120.912500', '131121.372500', '131121.832500', '131122.292500', '131122.752500', '131123.212500', '131123.672500', '131124.132500', '131124.592500', '131125.052500', '131125.512500', '131125.972500', '131126.432500', '131126.892500', '131127.352500', '131127.812500', '131128.272500', '131128.732500', '131129.192500', '131129.652500', '131130.112500', '131130.572500', '131131.032500', '131131.492500', '131131.952500', '131132.412500', '131132.872500', '131133.332500', '131133.792500', '131134.252500', '131134.712500', '131135.172500', '131135.632500', '131136.092500', '131136.552500', '131137.012500', '131137.472500', '131137.932500', '131138.392500', '131138.852500', '131139.312500', '131139.772500', '131140.232500', '131140.692500', '131141.152500', '131141.612500', '131142.072500', '131142.532500', '131142.992500', '131143.452500', '131143.912500', '131144.372500', '131144.832500', '131145.292500', '131145.752500', '131146.212500', '131146.672500', '131147.132500', '131147.592500', '131148.052500', '131148.512500', '131148.972500', '131149.432500', '131149.892500', '131150.352500', '131150.812500', '131151.272500', '131151.732500', '131152.192500', '131152.652500', '131153.112500', '131153.572500', '131154.032500', '131154.492500', '131154.952500', '131155.412500', '131155.872500', '131156.332500', '131156.792500', '131157.252500', '131157.712500', '131158.172500', '131158.632500', '131159.092500', '131159.552500', '131200.012500', '131200.472500', '131200.932500', '131201.392500', '131201.852500', '131202.312500', '131202.772500', '131203.232500', '131203.692500', '131204.152500', '131204.612500', '131205.072500', '131205.532500', '131205.992500', '131206.452500', '131206.912500', '131207.372500', '131207.832500', '131208.292500', '131208.752500', '131209.212500', '131209.672500', '131210.132500', '131210.592500', '131211.052500', '131211.512500', '131211.972500', '131212.432500', '131212.892500', '131213.352500', '131213.812500', '131214.272500', '131214.732500', '131215.192500', '131215.652500', '131216.112500', '131216.572500', '131217.032500', '131217.492500', '131217.952500', '131218.412500', '131218.872500', '131219.332500', '131219.792500', '131220.252500', '131220.712500', '131221.172500', '131221.632500', '131222.092500', '131222.552500', '131223.012500', '131223.472500', '131223.932500', '131224.392500', '131224.852500', '131225.312500', '131225.772500', '131226.232500', '131226.692500', '131227.152500', '131227.612500', '131228.072500', '131228.532500', '131228.992500', '131229.452500', '131229.912500', '131230.372500', '131230.832500', '131231.292500', '131231.752500', '131232.212500', '131232.672500', '131233.132500', '131233.592500', '131234.052500', '131234.512500', '131234.972500', '131235.432500', '131235.892500', '131236.352500', '131236.812500', '131237.272500', '131237.732500', '131238.192500', '131238.652500', '131239.112500', '131239.572500', '131240.032500', '131240.492500', '131240.952500', '131241.412500', '131241.872500', '131242.332500', '131242.792500', '131243.252500', '131243.712500', '131244.172500', '131244.632500', '131245.092500', '131245.552500', '131246.012500', '131246.472500', '131246.932500', '131247.392500', '131247.852500', '131248.312500', '131248.772500', '131249.232500', '131249.692500', '131250.152500', '131250.612500', '131251.072500', '131251.532500', '131251.992500', '131252.452500', '131252.912500', '131253.372500', '131253.832500', '131254.292500', '131254.752500', '131255.212500', '131255.672500', '131256.132500', '131256.592500', '131257.052500', '131257.512500', '131257.972500', '131258.432500', '131258.892500', '131259.352500', '131259.812500', '131300.272500', '131300.732500', '131301.192500', '131301.652500', '131302.112500', '131302.572500', '131303.032500', '131303.492500', '131303.952500', '131304.412500', '131304.872500', '131305.332500', '131305.792500', '131306.252500', '131306.712500', '131307.172500', '131307.632500', '131308.092500', '131308.552500', '131309.012500', '131309.472500', '131309.932500', '131310.392500', '131310.852500', '131311.312500', '131311.772500', '131312.232500', '131312.692500', '131313.152500', '131313.612500', '131314.072500', '131314.532500', '131314.992500', '131315.452500', '131315.912500', '131316.372500', '131316.832500', '131317.292500', '131317.752500', '131318.212500', '131318.672500', '131319.132500', '131319.592500', '131320.052500', '131320.512500', '131320.972500', '131321.432500', '131321.892500', '131322.352500', '131322.812500', '131323.272500', '131323.732500', '131324.192500', '131324.652500', '131325.112500', '131325.572500', '131326.032500', '131326.492500', '131326.952500', '131327.412500', '131327.872500', '131328.332500', '131328.792500', '131329.252500', '131329.712500', '131330.172500', '131330.632500', '131331.092500', '131331.552500', '131332.012500', '131332.472500', '131332.932500', '131333.392500', '131333.852500'], 'ContentTime': ['130654.332000', '130654.335000', '130654.338000', '130654.341000', '130654.344000', '130654.347000', '130654.350000', '130654.353000', '130654.355000', '130654.358000', '130654.361000', '130654.364000', '130654.367000', '130654.369000', '130654.377000', '130654.379000', '130654.382000', '130654.385000', '130654.388000', '130654.391000', '130654.393000', '130654.396000', '130654.399000', '130654.402000', '130654.405000', '130654.408000', '130654.410000', '130654.413000', '130654.416000', '130654.419000', '130654.422000', '130654.425000', '130654.427000', '130654.430000', '130654.433000', '130654.436000', '130654.439000', '130654.442000', '130654.444000', '130654.447000', '130654.450000', '130654.453000', '130654.456000', '130654.458000', '130714.296000', '130714.299000', '130714.302000', '130714.304000', '130714.307000', '130714.310000', '130714.313000', '130714.316000', '130714.319000', '130714.322000', '130714.324000', '130714.327000', '130714.330000', '130714.333000', '130714.336000', '130714.338000', '130714.341000', '130714.344000', '130714.347000', '130714.350000', '130714.353000', '130714.355000', '130714.358000', '130714.361000', '130714.364000', '130714.367000', '130714.370000', '130714.372000', '130714.375000', '130714.378000', '130714.381000', '130714.384000', '130714.387000', '130714.389000', '130714.393000', '130714.396000', '130714.399000', '130714.402000', '130714.404000', '130714.407000', '130714.424000', '130714.427000', '130714.429000', '130734.295000', '130734.298000', '130734.301000', '130734.304000', '130734.307000', '130734.310000', '130734.312000', '130734.315000', '130734.318000', '130734.321000', '130734.323000', '130734.326000', '130734.329000', '130734.332000', '130734.335000', '130734.338000', '130734.340000', '130734.343000', '130734.346000', '130734.349000', '130734.351000', '130734.363000', '130734.366000', '130734.369000', '130734.372000', '130734.375000', '130734.377000', '130734.380000', '130734.383000', '130734.386000', '130734.389000', '130734.392000', '130734.394000', '130734.397000', '130734.400000', '130734.403000', '130734.405000', '130734.408000', '130734.411000', '130734.414000', '130734.417000', '130734.420000', '130734.422000', '130754.295000', '130754.298000', '130754.301000', '130754.303000', '130754.306000', '130754.309000', '130754.312000', '130754.315000', '130754.318000', '130754.320000', '130754.323000', '130754.326000', '130754.329000', '130754.332000', '130754.335000', '130754.337000', '130754.340000', '130754.343000', '130754.346000', '130754.349000', '130754.352000', '130754.354000', '130754.357000', '130754.360000', '130754.363000', '130754.366000', '130754.369000', '130754.371000', '130754.374000', '130754.377000', '130754.380000', '130754.383000', '130754.388000', '130754.391000', '130754.394000', '130754.397000', '130754.400000', '130754.402000', '130754.405000', '130754.408000', '130754.411000', '130754.414000', '130754.416000', '130754.419000', '130814.295000', '130814.298000', '130814.301000', '130814.304000', '130814.307000', '130814.311000', '130814.314000', '130814.317000', '130814.321000', '130814.323000', '130814.326000', '130814.329000', '130814.332000', '130814.335000', '130814.337000', '130814.340000', '130814.343000', '130814.346000', '130814.349000', '130814.352000', '130814.355000', '130814.357000', '130814.360000', '130814.363000', '130814.366000', '130814.369000', '130814.371000', '130814.374000', '130814.377000', '130814.380000', '130814.383000', '130814.386000', '130814.388000', '130814.391000', '130814.394000', '130814.397000', '130814.400000', '130814.403000', '130814.405000', '130814.415000', '130814.418000', '130814.421000', '130814.424000', '130834.295000', '130834.298000', '130834.301000', '130834.304000', '130834.306000', '130834.309000', '130834.312000', '130834.315000', '130834.318000', '130834.321000', '130834.323000', '130834.326000', '130834.329000', '130834.332000', '130834.335000', '130834.338000', '130834.340000', '130834.343000', '130834.346000', '130834.349000', '130834.352000', '130834.355000', '130834.357000', '130834.360000', '130834.363000', '130834.366000', '130834.369000', '130834.372000', '130834.374000', '130834.377000', '130834.380000', '130834.383000', '130834.386000', '130834.388000', '130834.391000', '130834.394000', '130834.397000', '130834.400000', '130834.403000', '130834.406000', '130834.408000', '130834.411000', '130834.414000', '130834.417000', '130854.296000', '130854.299000', '130854.302000', '130854.305000', '130854.307000', '130854.310000', '130854.313000', '130854.316000', '130854.319000', '130854.323000', '130854.328000', '130854.331000', '130854.334000', '130854.337000', '130854.340000', '130854.343000', '130854.345000', '130854.348000', '130854.351000', '130854.354000', '130854.357000', '130854.360000', '130854.362000', '130854.365000', '130854.368000', '130854.371000', '130854.374000', '130854.377000', '130854.379000', '130854.382000', '130854.385000', '130854.388000', '130854.391000', '130854.393000', '130854.396000', '130854.399000', '130854.413000', '130854.416000', '130854.419000', '130854.422000', '130854.424000', '130854.427000', '130854.430000', '130914.296000', '130914.299000', '130914.302000', '130914.305000', '130914.307000', '130914.310000', '130914.313000', '130914.316000', '130914.319000', '130914.322000', '130914.325000', '130914.327000', '130914.330000', '130914.333000', '130914.336000', '130914.339000', '130914.342000', '130914.344000', '130914.347000', '130914.350000', '130914.353000', '130914.356000', '130914.359000', '130914.361000', '130914.364000', '130914.367000', '130914.370000', '130914.373000', '130914.376000', '130914.378000', '130914.381000', '130914.384000', '130914.387000', '130914.390000', '130914.393000', '130914.398000', '130914.401000', '130914.404000', '130914.407000', '130914.410000', '130914.413000', '130914.415000', '130914.418000', '130914.421000', '130934.296000', '130934.299000', '130934.301000', '130934.304000', '130934.307000', '130934.310000', '130934.313000', '130934.316000', '130934.319000', '130934.321000', '130934.324000', '130934.327000', '130934.330000', '130934.333000', '130934.336000', '130934.339000', '130934.342000', '130934.345000', '130934.347000', '130934.351000', '130934.353000', '130934.356000', '130934.359000', '130934.362000', '130934.365000', '130934.367000', '130934.370000', '130934.373000', '130934.376000', '130934.379000', '130934.382000', '130934.384000', '130934.387000', '130934.390000', '130934.393000', '130934.396000', '130934.399000', '130934.401000', '130934.404000', '130934.407000', '130934.410000', '130934.413000', '130934.415000', '130954.295000', '130954.298000', '130954.301000', '130954.304000', '130954.307000', '130954.310000', '130954.312000', '130954.315000', '130954.318000', '130954.321000', '130954.324000', '130954.326000', '130954.329000', '130954.332000', '130954.335000', '130954.338000', '130954.340000', '130954.343000', '130954.346000', '130954.349000', '130954.352000', '130954.355000', '130954.358000', '130954.360000', '130954.363000', '130954.366000', '130954.369000', '130954.372000', '130954.375000', '130954.378000', '130954.380000', '130954.383000', '130954.386000', '130954.389000', '130954.392000', '130954.395000', '130954.397000', '130954.400000', '130954.403000', '130954.406000', '130954.409000', '130954.412000', '130954.414000', '130954.417000', '131014.295000', '131014.298000', '131014.301000', '131014.304000', '131014.308000', '131014.311000', '131014.313000', '131014.316000', '131014.319000', '131014.322000', '131014.325000', '131014.327000', '131014.330000', '131014.333000', '131014.336000', '131014.339000', '131014.342000', '131014.344000', '131014.347000', '131014.356000', '131014.359000', '131014.361000', '131014.364000', '131014.367000', '131014.370000', '131014.373000', '131014.376000', '131014.379000', '131014.382000', '131014.385000', '131014.387000', '131014.390000', '131014.393000', '131014.396000', '131014.399000', '131014.402000', '131014.404000', '131014.407000', '131014.410000', '131014.413000', '131014.416000', '131014.419000', '131014.422000', '131034.295000', '131034.298000', '131034.301000', '131034.304000', '131034.307000', '131034.309000', '131034.312000', '131034.315000', '131034.318000', '131034.321000', '131034.323000', '131034.326000', '131034.329000', '131034.332000', '131034.335000', '131034.338000', '131034.341000', '131034.343000', '131034.358000', '131034.361000', '131034.364000', '131034.367000', '131034.369000', '131034.372000', '131034.375000', '131034.378000', '131034.381000', '131034.384000', '131034.387000', '131034.389000', '131034.392000', '131034.395000', '131034.398000', '131034.401000', '131034.404000', '131034.406000', '131034.409000', '131034.412000', '131034.415000', '131034.418000', '131034.421000', '131034.424000', '131034.426000', '131034.429000', '131054.295000', '131054.298000', '131054.301000', '131054.304000', '131054.306000', '131054.309000', '131054.312000', '131054.315000', '131054.318000', '131054.321000', '131054.323000', '131054.326000', '131054.329000', '131054.332000', '131054.335000', '131054.338000', '131054.340000', '131054.343000', '131054.346000', '131054.349000', '131054.352000', '131054.355000', '131054.357000', '131054.360000', '131054.363000', '131054.366000', '131054.369000', '131054.372000', '131054.374000', '131054.377000', '131054.380000', '131054.383000', '131054.386000', '131054.389000', '131054.392000', '131054.395000', '131054.399000', '131054.402000', '131054.405000', '131054.408000', '131054.411000', '131054.414000', '131054.417000', '131114.296000', '131114.299000', '131114.302000', '131114.305000', '131114.308000', '131114.310000', '131114.313000', '131114.316000', '131114.319000', '131114.322000', '131114.325000', '131114.328000', '131114.330000', '131114.333000', '131114.336000', '131114.339000', '131114.342000', '131114.345000', '131114.347000', '131114.350000', '131114.353000', '131114.356000', '131114.359000', '131114.362000', '131114.365000', '131114.367000', '131114.370000', '131114.373000', '131114.376000', '131114.379000', '131114.381000', '131114.384000', '131114.387000', '131114.390000', '131114.393000', '131114.396000', '131114.399000', '131114.401000', '131114.404000', '131114.407000', '131114.410000', '131114.413000', '131114.416000', '131114.419000', '131134.296000', '131134.299000', '131134.302000', '131134.305000', '131134.308000', '131134.311000', '131134.313000', '131134.316000', '131134.319000', '131134.322000', '131134.325000', '131134.327000', '131134.330000', '131134.333000', '131134.336000', '131134.339000', '131134.343000', '131134.346000', '131134.349000', '131134.351000', '131134.354000', '131134.357000', '131134.360000', '131134.363000', '131134.366000', '131134.369000', '131134.371000', '131134.374000', '131134.377000', '131134.380000', '131134.383000', '131134.386000', '131134.389000', '131134.391000', '131134.394000', '131134.397000', '131134.400000', '131134.403000', '131134.406000', '131134.410000', '131134.415000', '131134.418000', '131134.421000', '131154.296000', '131154.299000', '131154.302000', '131154.305000', '131154.307000', '131154.310000', '131154.313000', '131154.316000', '131154.319000', '131154.322000', '131154.325000', '131154.327000', '131154.330000', '131154.333000', '131154.336000', '131154.339000', '131154.342000', '131154.345000', '131154.348000', '131154.350000', '131154.353000', '131154.356000', '131154.359000', '131154.362000', '131154.365000', '131154.367000', '131154.370000', '131154.373000', '131154.376000', '131154.379000', '131154.382000', '131154.385000', '131154.388000', '131154.390000', '131154.393000', '131154.396000', '131154.399000', '131154.402000', '131154.405000', '131154.407000', '131154.410000', '131154.413000', '131154.416000', '131154.430000', '131214.295000', '131214.298000', '131214.301000', '131214.304000', '131214.307000', '131214.309000', '131214.312000', '131214.315000', '131214.318000', '131214.321000', '131214.324000', '131214.326000', '131214.329000', '131214.332000', '131214.335000', '131214.338000', '131214.341000', '131214.344000', '131214.347000', '131214.349000', '131214.352000', '131214.355000', '131214.358000', '131214.361000', '131214.364000', '131214.366000', '131214.369000', '131214.372000', '131214.375000', '131214.378000', '131214.381000', '131214.383000', '131214.386000', '131214.389000', '131214.392000', '131214.395000', '131214.398000', '131214.400000', '131214.405000', '131214.408000', '131214.411000', '131214.414000', '131214.417000', '131234.295000', '131234.298000', '131234.301000', '131234.304000', '131234.307000', '131234.309000', '131234.312000', '131234.315000', '131234.321000', '131234.324000', '131234.327000', '131234.330000', '131234.332000', '131234.335000', '131234.338000', '131234.341000', '131234.344000', '131234.347000', '131234.350000', '131234.352000', '131234.355000', '131234.358000', '131234.361000', '131234.364000', '131234.367000', '131234.369000', '131234.372000', '131234.375000', '131234.378000', '131234.381000', '131234.384000', '131234.387000', '131234.389000', '131234.392000', '131234.395000', '131234.398000', '131234.401000', '131234.404000', '131234.406000', '131234.409000', '131234.412000', '131234.415000', '131234.418000', '131234.420000', '131254.295000', '131254.298000', '131254.301000', '131254.304000', '131254.306000', '131254.309000', '131254.312000', '131254.315000', '131254.318000', '131254.321000', '131254.323000', '131254.326000', '131254.329000', '131254.332000', '131254.335000', '131254.338000', '131254.340000', '131254.343000', '131254.346000', '131254.349000', '131254.352000', '131254.355000', '131254.357000', '131254.360000', '131254.363000', '131254.366000', '131254.369000', '131254.372000', '131254.375000', '131254.377000', '131254.381000', '131254.384000', '131254.387000', '131254.390000', '131254.393000', '131254.396000', '131254.398000', '131254.401000', '131254.404000', '131254.407000', '131254.410000', '131254.412000', '131254.415000', '131314.295000', '131314.298000', '131314.301000', '131314.304000', '131314.307000', '131314.309000', '131314.312000', '131314.315000', '131314.318000', '131314.321000', '131314.324000', '131314.326000', '131314.329000', '131314.332000', '131314.335000', '131314.338000', '131314.341000', '131314.344000', '131314.346000', '131314.349000', '131314.352000', '131314.356000', '131314.359000', '131314.362000', '131314.365000', '131314.368000', '131314.370000', '131314.373000', '131314.376000', '131314.379000', '131314.382000', '131314.384000', '131314.387000', '131314.390000', '131314.393000', '131314.396000', '131314.399000', '131314.402000', '131314.404000', '131314.407000', '131314.410000', '131314.413000', '131314.416000', '131314.418000', '131334.296000', '131334.299000', '131334.302000', '131334.305000', '131334.308000', '131334.310000', '131334.313000', '131334.316000', '131334.319000', '131334.322000', '131334.325000', '131334.328000', '131334.330000', '131334.333000', '131334.336000', '131334.339000', '131334.342000', '131334.345000', '131334.348000', '131334.350000', '131334.353000', '131334.356000', '131334.359000', '131334.362000', '131334.365000', '131334.367000', '131334.370000', '131334.373000', '131334.376000', '131334.379000', '131334.382000', '131334.385000', '131334.387000', '131334.390000', '131334.393000', '131334.396000', '131334.399000', '131334.401000', '131334.404000', '131334.407000', '131334.410000', '131334.413000', '131334.416000', '131334.542000'], 'InstanceCreationTime': ['130654.332000', '130654.335000', '130654.338000', '130654.341000', '130654.344000', '130654.347000', '130654.350000', '130654.353000', '130654.355000', '130654.358000', '130654.361000', '130654.364000', '130654.367000', '130654.369000', '130654.377000', '130654.379000', '130654.382000', '130654.385000', '130654.388000', '130654.391000', '130654.393000', '130654.396000', '130654.399000', '130654.402000', '130654.405000', '130654.408000', '130654.410000', '130654.413000', '130654.416000', '130654.419000', '130654.422000', '130654.425000', '130654.427000', '130654.430000', '130654.433000', '130654.436000', '130654.439000', '130654.442000', '130654.444000', '130654.447000', '130654.450000', '130654.453000', '130654.456000', '130654.458000', '130714.296000', '130714.299000', '130714.302000', '130714.304000', '130714.307000', '130714.310000', '130714.313000', '130714.316000', '130714.319000', '130714.322000', '130714.324000', '130714.327000', '130714.330000', '130714.333000', '130714.336000', '130714.338000', '130714.341000', '130714.344000', '130714.347000', '130714.350000', '130714.353000', '130714.355000', '130714.358000', '130714.361000', '130714.364000', '130714.367000', '130714.370000', '130714.372000', '130714.375000', '130714.378000', '130714.381000', '130714.384000', '130714.387000', '130714.389000', '130714.393000', '130714.396000', '130714.399000', '130714.402000', '130714.404000', '130714.407000', '130714.424000', '130714.427000', '130714.429000', '130734.295000', '130734.298000', '130734.301000', '130734.304000', '130734.307000', '130734.310000', '130734.312000', '130734.315000', '130734.318000', '130734.321000', '130734.323000', '130734.326000', '130734.329000', '130734.332000', '130734.335000', '130734.338000', '130734.340000', '130734.343000', '130734.346000', '130734.349000', '130734.351000', '130734.363000', '130734.366000', '130734.369000', '130734.372000', '130734.375000', '130734.377000', '130734.380000', '130734.383000', '130734.386000', '130734.389000', '130734.392000', '130734.394000', '130734.397000', '130734.400000', '130734.403000', '130734.405000', '130734.408000', '130734.411000', '130734.414000', '130734.417000', '130734.420000', '130734.422000', '130754.295000', '130754.298000', '130754.301000', '130754.303000', '130754.306000', '130754.309000', '130754.312000', '130754.315000', '130754.318000', '130754.320000', '130754.323000', '130754.326000', '130754.329000', '130754.332000', '130754.335000', '130754.337000', '130754.340000', '130754.343000', '130754.346000', '130754.349000', '130754.352000', '130754.354000', '130754.357000', '130754.360000', '130754.363000', '130754.366000', '130754.369000', '130754.371000', '130754.374000', '130754.377000', '130754.380000', '130754.383000', '130754.388000', '130754.391000', '130754.394000', '130754.397000', '130754.400000', '130754.402000', '130754.405000', '130754.408000', '130754.411000', '130754.414000', '130754.416000', '130754.419000', '130814.295000', '130814.298000', '130814.301000', '130814.304000', '130814.307000', '130814.311000', '130814.314000', '130814.317000', '130814.321000', '130814.323000', '130814.326000', '130814.329000', '130814.332000', '130814.335000', '130814.337000', '130814.340000', '130814.343000', '130814.346000', '130814.349000', '130814.352000', '130814.355000', '130814.357000', '130814.360000', '130814.363000', '130814.366000', '130814.369000', '130814.371000', '130814.374000', '130814.377000', '130814.380000', '130814.383000', '130814.386000', '130814.388000', '130814.391000', '130814.394000', '130814.397000', '130814.400000', '130814.403000', '130814.405000', '130814.415000', '130814.418000', '130814.421000', '130814.424000', '130834.295000', '130834.298000', '130834.301000', '130834.304000', '130834.306000', '130834.309000', '130834.312000', '130834.315000', '130834.318000', '130834.321000', '130834.323000', '130834.326000', '130834.329000', '130834.332000', '130834.335000', '130834.338000', '130834.340000', '130834.343000', '130834.346000', '130834.349000', '130834.352000', '130834.355000', '130834.357000', '130834.360000', '130834.363000', '130834.366000', '130834.369000', '130834.372000', '130834.374000', '130834.377000', '130834.380000', '130834.383000', '130834.386000', '130834.388000', '130834.391000', '130834.394000', '130834.397000', '130834.400000', '130834.403000', '130834.406000', '130834.408000', '130834.411000', '130834.414000', '130834.417000', '130854.296000', '130854.299000', '130854.302000', '130854.305000', '130854.307000', '130854.310000', '130854.313000', '130854.316000', '130854.319000', '130854.323000', '130854.328000', '130854.331000', '130854.334000', '130854.337000', '130854.340000', '130854.343000', '130854.345000', '130854.348000', '130854.351000', '130854.354000', '130854.357000', '130854.360000', '130854.362000', '130854.365000', '130854.368000', '130854.371000', '130854.374000', '130854.377000', '130854.379000', '130854.382000', '130854.385000', '130854.388000', '130854.391000', '130854.393000', '130854.396000', '130854.399000', '130854.413000', '130854.416000', '130854.419000', '130854.422000', '130854.424000', '130854.427000', '130854.430000', '130914.296000', '130914.299000', '130914.302000', '130914.305000', '130914.307000', '130914.310000', '130914.313000', '130914.316000', '130914.319000', '130914.322000', '130914.325000', '130914.327000', '130914.330000', '130914.333000', '130914.336000', '130914.339000', '130914.342000', '130914.344000', '130914.347000', '130914.350000', '130914.353000', '130914.356000', '130914.359000', '130914.361000', '130914.364000', '130914.367000', '130914.370000', '130914.373000', '130914.376000', '130914.378000', '130914.381000', '130914.384000', '130914.387000', '130914.390000', '130914.393000', '130914.398000', '130914.401000', '130914.404000', '130914.407000', '130914.410000', '130914.413000', '130914.415000', '130914.418000', '130914.421000', '130934.296000', '130934.299000', '130934.301000', '130934.304000', '130934.307000', '130934.310000', '130934.313000', '130934.316000', '130934.319000', '130934.321000', '130934.324000', '130934.327000', '130934.330000', '130934.333000', '130934.336000', '130934.339000', '130934.342000', '130934.345000', '130934.347000', '130934.351000', '130934.353000', '130934.356000', '130934.359000', '130934.362000', '130934.365000', '130934.367000', '130934.370000', '130934.373000', '130934.376000', '130934.379000', '130934.382000', '130934.384000', '130934.387000', '130934.390000', '130934.393000', '130934.396000', '130934.399000', '130934.401000', '130934.404000', '130934.407000', '130934.410000', '130934.413000', '130934.415000', '130954.295000', '130954.298000', '130954.301000', '130954.304000', '130954.307000', '130954.310000', '130954.312000', '130954.315000', '130954.318000', '130954.321000', '130954.324000', '130954.326000', '130954.329000', '130954.332000', '130954.335000', '130954.338000', '130954.340000', '130954.343000', '130954.346000', '130954.349000', '130954.352000', '130954.355000', '130954.358000', '130954.360000', '130954.363000', '130954.366000', '130954.369000', '130954.372000', '130954.375000', '130954.378000', '130954.380000', '130954.383000', '130954.386000', '130954.389000', '130954.392000', '130954.395000', '130954.397000', '130954.400000', '130954.403000', '130954.406000', '130954.409000', '130954.412000', '130954.414000', '130954.417000', '131014.295000', '131014.298000', '131014.301000', '131014.304000', '131014.308000', '131014.311000', '131014.313000', '131014.316000', '131014.319000', '131014.322000', '131014.325000', '131014.327000', '131014.330000', '131014.333000', '131014.336000', '131014.339000', '131014.342000', '131014.344000', '131014.347000', '131014.356000', '131014.359000', '131014.361000', '131014.364000', '131014.367000', '131014.370000', '131014.373000', '131014.376000', '131014.379000', '131014.382000', '131014.385000', '131014.387000', '131014.390000', '131014.393000', '131014.396000', '131014.399000', '131014.402000', '131014.404000', '131014.407000', '131014.410000', '131014.413000', '131014.416000', '131014.419000', '131014.422000', '131034.295000', '131034.298000', '131034.301000', '131034.304000', '131034.307000', '131034.309000', '131034.312000', '131034.315000', '131034.318000', '131034.321000', '131034.323000', '131034.326000', '131034.329000', '131034.332000', '131034.335000', '131034.338000', '131034.341000', '131034.343000', '131034.358000', '131034.361000', '131034.364000', '131034.367000', '131034.369000', '131034.372000', '131034.375000', '131034.378000', '131034.381000', '131034.384000', '131034.387000', '131034.389000', '131034.392000', '131034.395000', '131034.398000', '131034.401000', '131034.404000', '131034.406000', '131034.409000', '131034.412000', '131034.415000', '131034.418000', '131034.421000', '131034.424000', '131034.426000', '131034.429000', '131054.295000', '131054.298000', '131054.301000', '131054.304000', '131054.306000', '131054.309000', '131054.312000', '131054.315000', '131054.318000', '131054.321000', '131054.323000', '131054.326000', '131054.329000', '131054.332000', '131054.335000', '131054.338000', '131054.340000', '131054.343000', '131054.346000', '131054.349000', '131054.352000', '131054.355000', '131054.357000', '131054.360000', '131054.363000', '131054.366000', '131054.369000', '131054.372000', '131054.374000', '131054.377000', '131054.380000', '131054.383000', '131054.386000', '131054.389000', '131054.392000', '131054.395000', '131054.399000', '131054.402000', '131054.405000', '131054.408000', '131054.411000', '131054.414000', '131054.417000', '131114.296000', '131114.299000', '131114.302000', '131114.305000', '131114.308000', '131114.310000', '131114.313000', '131114.316000', '131114.319000', '131114.322000', '131114.325000', '131114.328000', '131114.330000', '131114.333000', '131114.336000', '131114.339000', '131114.342000', '131114.345000', '131114.347000', '131114.350000', '131114.353000', '131114.356000', '131114.359000', '131114.362000', '131114.365000', '131114.367000', '131114.370000', '131114.373000', '131114.376000', '131114.379000', '131114.381000', '131114.384000', '131114.387000', '131114.390000', '131114.393000', '131114.396000', '131114.399000', '131114.401000', '131114.404000', '131114.407000', '131114.410000', '131114.413000', '131114.416000', '131114.419000', '131134.296000', '131134.299000', '131134.302000', '131134.305000', '131134.308000', '131134.311000', '131134.313000', '131134.316000', '131134.319000', '131134.322000', '131134.325000', '131134.327000', '131134.330000', '131134.333000', '131134.336000', '131134.339000', '131134.343000', '131134.346000', '131134.349000', '131134.351000', '131134.354000', '131134.357000', '131134.360000', '131134.363000', '131134.366000', '131134.369000', '131134.371000', '131134.374000', '131134.377000', '131134.380000', '131134.383000', '131134.386000', '131134.389000', '131134.391000', '131134.394000', '131134.397000', '131134.400000', '131134.403000', '131134.406000', '131134.410000', '131134.415000', '131134.418000', '131134.421000', '131154.296000', '131154.299000', '131154.302000', '131154.305000', '131154.307000', '131154.310000', '131154.313000', '131154.316000', '131154.319000', '131154.322000', '131154.325000', '131154.327000', '131154.330000', '131154.333000', '131154.336000', '131154.339000', '131154.342000', '131154.345000', '131154.348000', '131154.350000', '131154.353000', '131154.356000', '131154.359000', '131154.362000', '131154.365000', '131154.367000', '131154.370000', '131154.373000', '131154.376000', '131154.379000', '131154.382000', '131154.385000', '131154.388000', '131154.390000', '131154.393000', '131154.396000', '131154.399000', '131154.402000', '131154.405000', '131154.407000', '131154.410000', '131154.413000', '131154.416000', '131154.430000', '131214.295000', '131214.298000', '131214.301000', '131214.304000', '131214.307000', '131214.309000', '131214.312000', '131214.315000', '131214.318000', '131214.321000', '131214.324000', '131214.326000', '131214.329000', '131214.332000', '131214.335000', '131214.338000', '131214.341000', '131214.344000', '131214.347000', '131214.349000', '131214.352000', '131214.355000', '131214.358000', '131214.361000', '131214.364000', '131214.366000', '131214.369000', '131214.372000', '131214.375000', '131214.378000', '131214.381000', '131214.383000', '131214.386000', '131214.389000', '131214.392000', '131214.395000', '131214.398000', '131214.400000', '131214.405000', '131214.408000', '131214.411000', '131214.414000', '131214.417000', '131234.295000', '131234.298000', '131234.301000', '131234.304000', '131234.307000', '131234.309000', '131234.312000', '131234.315000', '131234.321000', '131234.324000', '131234.327000', '131234.330000', '131234.332000', '131234.335000', '131234.338000', '131234.341000', '131234.344000', '131234.347000', '131234.350000', '131234.352000', '131234.355000', '131234.358000', '131234.361000', '131234.364000', '131234.367000', '131234.369000', '131234.372000', '131234.375000', '131234.378000', '131234.381000', '131234.384000', '131234.387000', '131234.389000', '131234.392000', '131234.395000', '131234.398000', '131234.401000', '131234.404000', '131234.406000', '131234.409000', '131234.412000', '131234.415000', '131234.418000', '131234.420000', '131254.295000', '131254.298000', '131254.301000', '131254.304000', '131254.306000', '131254.309000', '131254.312000', '131254.315000', '131254.318000', '131254.321000', '131254.323000', '131254.326000', '131254.329000', '131254.332000', '131254.335000', '131254.338000', '131254.340000', '131254.343000', '131254.346000', '131254.349000', '131254.352000', '131254.355000', '131254.357000', '131254.360000', '131254.363000', '131254.366000', '131254.369000', '131254.372000', '131254.375000', '131254.377000', '131254.381000', '131254.384000', '131254.387000', '131254.390000', '131254.393000', '131254.396000', '131254.398000', '131254.401000', '131254.404000', '131254.407000', '131254.410000', '131254.412000', '131254.415000', '131314.295000', '131314.298000', '131314.301000', '131314.304000', '131314.307000', '131314.309000', '131314.312000', '131314.315000', '131314.318000', '131314.321000', '131314.324000', '131314.326000', '131314.329000', '131314.332000', '131314.335000', '131314.338000', '131314.341000', '131314.344000', '131314.346000', '131314.349000', '131314.352000', '131314.356000', '131314.359000', '131314.362000', '131314.365000', '131314.368000', '131314.370000', '131314.373000', '131314.376000', '131314.379000', '131314.382000', '131314.384000', '131314.387000', '131314.390000', '131314.393000', '131314.396000', '131314.399000', '131314.402000', '131314.404000', '131314.407000', '131314.410000', '131314.413000', '131314.416000', '131314.418000', '131334.296000', '131334.299000', '131334.302000', '131334.305000', '131334.308000', '131334.310000', '131334.313000', '131334.316000', '131334.319000', '131334.322000', '131334.325000', '131334.328000', '131334.330000', '131334.333000', '131334.336000', '131334.339000', '131334.342000', '131334.345000', '131334.348000', '131334.350000', '131334.353000', '131334.356000', '131334.359000', '131334.362000', '131334.365000', '131334.367000', '131334.370000', '131334.373000', '131334.376000', '131334.379000', '131334.382000', '131334.385000', '131334.387000', '131334.390000', '131334.393000', '131334.396000', '131334.399000', '131334.401000', '131334.404000', '131334.407000', '131334.410000', '131334.413000', '131334.416000', '131334.542000'], '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': [11871, 8886, 9649, 8530, 9335, 8575, 9247, 8014, 9454, 7875, 9221, 7752, 9099, 15841, 9312, 12042, 9037, 11913, 15861, 11000, 14940, 9692, 9366, 16180, 9177, 10304, 8762, 9564, 7668, 8910, 11203, 8763, 9706, 10074, 9334, 7772, 9106, 12442, 9039, 11643, 15725, 11983, 9947, 8979, 9653, 14723, 9549, 10104, 8965, 9755, 7846, 9608, 14471, 15027, 10826, 12763, 9308, 10346, 7814, 9477, 14321, 9565, 9812, 9206, 9682, 15958, 10627, 9924, 12421, 9741, 10733, 9313, 9810, 8303, 9783, 8178, 9544, 10700, 9144, 9918, 11095, 9790, 7948, 9639, 10179, 9396, 9758, 9112, 9840, 8846, 9743, 8599, 9853, 7726, 9607, 15951, 15322, 11602, 13380, 10212, 10138, 9030, 9940, 9615, 9374, 10271, 9176, 9883, 8920, 9661, 8062, 9613, 7865, 9679, 8000, 9471, 13527, 9314, 10277, 9180, 9833, 15854, 10533, 13317, 9403, 11355, 9815, 11008, 9315, 10777, 9010, 10825, 9430, 11134, 9838, 11124, 10519, 11323, 10140, 14092, 9398, 15879, 10099, 15689, 9748, 14546, 8136, 14697, 8712, 16107, 9528, 16418, 12982, 16874, 13396, 16377, 13546, 16522, 11057, 13137, 10209, 10142, 10150, 10275, 10021, 9988, 9434, 10363, 9202, 10266, 9336, 9651, 8965, 9334, 8964, 8712, 8790, 7899, 8952, 8051, 9404, 8502, 9210, 8443, 9299, 8512, 11342, 8770, 11157, 15800, 11664, 14530, 10242, 14910, 9540, 12786, 8871, 9890, 9099, 10185, 9120, 10455, 9884, 11679, 10537, 11550, 10720, 11655, 10221, 13332, 16351, 12505, 11391, 15617, 10583, 11821, 9924, 11406, 12293, 11053, 11675, 10382, 11494, 9445, 10992, 12526, 10798, 11648, 10789, 11531, 10066, 11303, 9701, 10472, 9492, 10573, 9203, 9727, 8831, 9716, 12803, 10072, 11145, 10067, 10926, 10189, 10767, 9598, 10809, 9482, 10556, 9380, 10636, 9400, 10771, 9342, 10510, 8185, 10275, 13807, 10597, 11645, 11018, 11447, 9706, 10984, 9677, 10991, 9367, 10610, 8922, 10377, 15369, 10464, 12534, 10328, 11138, 10194, 10897, 9630, 10783, 9317, 10419, 8589, 10397, 8906, 10614, 9013, 10344, 10390, 10408, 11100, 10562, 11379, 9634, 11047, 9314, 10558, 10251, 10570, 9486, 10162, 9037, 10125, 11364, 10496, 11558, 10371, 11231, 9483, 11084, 14325, 10532, 10400, 10255, 11085, 10146, 11178, 9490, 10814, 9342, 10701, 8718, 10509, 14170, 10466, 14022, 10476, 11965, 10370, 11370, 10145, 11310, 9680, 10824, 8757, 10842, 19019, 13606, 15682, 10629, 13162, 10916, 13253, 11159, 16043, 10965, 16955, 10987, 9097, 10608, 9771, 11387, 10305, 11167, 10522, 12448, 11333, 14929, 11074, 16143, 12936, 16097, 12300, 16158, 13191, 17009, 14648, 17657, 13837, 15688, 11427, 10359, 11209, 9879, 11240, 12917, 11584, 11244, 10887, 9849, 11032, 9942, 10799, 8304, 10618, 9305, 10516, 9597, 10743, 9848, 10770, 9454, 11242, 9608, 8991, 9393, 7819, 9802, 8533, 9350, 8659, 13935, 10788, 15514, 12624, 11961, 15361, 10271, 15873, 12534, 15704, 10445, 15256, 9383, 10330, 8992, 10079, 8968, 10263, 8828, 10429, 9270, 11082, 9706, 11809, 10406, 11260, 11156, 10312, 10523, 8955, 10593, 7980, 10381, 8694, 10096, 8919, 10032, 12714, 10669, 15700, 13665, 15203, 12989, 15050, 12871, 14662, 9819, 13681, 8851, 10984, 8667, 10524, 8116, 10308, 9789, 10127, 10992, 10735, 11217, 10309, 10712, 9656, 10617, 8231, 11030, 9214, 10317, 8063, 9779, 8966, 10177, 10285, 10543, 11130, 10430, 11322, 9759, 10903, 9700, 13658, 11897, 15974, 9473, 10545, 12147, 10490, 16138, 13314, 9738, 10305, 9671, 10856, 14995, 10520, 8527, 10361, 8613, 10482, 13236, 10663, 12087, 9984, 13175, 9824, 10897, 9647, 10390, 9847, 10218, 9654, 10069, 10055, 9825, 9494, 9433, 9413, 9959, 9981, 10308, 9114, 9639, 9242, 9945, 9044, 11433, 9803, 10976, 10321, 10689, 8947, 9470, 9484, 9120, 10055, 8225, 9847, 8700, 9824, 9463, 16551, 10601, 11697, 9531, 9499, 12477, 14198, 14117, 8400, 9789, 8434, 9754, 8967, 9595, 9415, 8972, 9596, 8214, 9880, 7975, 10019, 8234, 15097, 12602, 15416, 11401, 11234, 8396, 9464, 8988, 7444, 9366, 7844, 10635, 14717, 11287, 10284, 15438, 10973, 9400, 11941, 9242, 9555, 10349, 9467, 9257, 7391, 9475, 7341, 9313, 7275, 9624, 8506, 9631, 9157, 10274, 9905, 9089, 9829, 13056, 9680, 15437, 10684, 14378, 10924, 12993, 10855, 13165, 10959, 10786, 9011, 10328, 12047, 10176, 10904, 10397, 10873, 9472, 10290, 9176, 10141, 9052, 10445, 9856, 10594, 9423, 10760, 9582, 10786, 9356, 10795, 9143, 10598, 14972, 12858, 14572, 12154, 11819, 16776, 12791, 14195, 12742, 12481, 11327, 15519, 11493, 11638, 10519, 9273, 11301, 10005, 11099, 13225, 11454, 13178, 11441, 13951, 10494, 14845, 14672, 11330, 16799, 11386, 13915, 11850, 12065, 11204, 11475, 10844, 11936, 10691, 11763, 10556, 11686, 10279, 11560, 10614, 11136, 10470, 11235, 10405, 11495, 9533, 11269, 13851, 11383, 11656, 10723, 11494, 12582, 11571, 11467, 11448, 11793, 11323, 11841, 11317, 11744, 11287, 12016, 10737, 11737, 15442, 11282, 11420, 10666, 11958, 9323, 11660, 12709, 11718, 12752, 11562, 11939, 11406, 11739, 11362, 11763, 11561, 11898, 11324, 11879, 11272, 13074, 10557, 12083, 15755, 13918, 14232, 11241, 12139, 11126, 11798, 17247, 13265, 13204, 11421, 11197, 11279, 11891, 11279, 9267, 10763, 9544, 11188, 11475, 11391, 11649, 11291, 11426, 9853, 11122, 14831, 11265, 14087, 10776, 10982, 11182, 11301, 9852, 11451, 9572, 11048, 10949, 11045, 11141, 10427, 11089, 9564, 10855, 9275, 10538, 9214, 10795, 9518, 10543, 9528, 10854, 10105, 12514, 10269, 14257, 10902, 15905, 10798, 11112, 19041, 14690, 16641, 13327, 16311, 10112, 11580, 8855, 10554, 9570, 10563, 10179, 10209, 10313, 9824, 10735, 9552, 10574, 9581, 11403, 10143, 10883, 9517, 10554, 9158, 10826, 9291, 11010, 9812, 10836, 9768, 10932, 9126, 10459, 9093, 10793, 9249, 10997, 12525, 11167, 13490, 10646, 18780, 11597, 16426, 10376, 15935, 11210, 11237, 10274, 10791, 13204, 10755, 11065, 11287, 10813, 9945, 10727, 10381, 10829, 9888, 10869, 11864, 10502, 10822, 9626, 10952, 11138, 10467, 11059, 9543, 10169, 9306, 10857, 9865, 10529, 9305, 10164, 9041, 10961, 13232, 12638, 12396, 9682, 11482, 10274, 11396, 9869, 13080, 10335, 16045, 11196, 15756, 10813, 14011, 11420, 15804, 10960, 16332, 9599, 12104, 9966, 13663, 10190, 15710, 10414, 14202, 10383, 10862, 10528, 10239, 10022, 9797, 8584, 10012, 9480, 10290, 10327, 11517, 9547, 11552, 12856, 9533, 15115, 10500, 15384, 14534], 'WindowCenter': [4424.0, 4370.0, 4366.0, 4355.0, 4367.0, 4353.0, 4364.0, 4345.0, 4366.0, 4346.0, 4365.0, 4335.0, 4367.0, 4426.0, 4366.0, 4394.0, 4354.0, 4385.0, 4403.0, 4372.0, 4401.0, 4351.0, 4349.0, 4398.0, 4350.0, 4360.0, 4339.0, 4350.0, 4320.0, 4352.0, 4371.0, 4342.0, 4363.0, 4375.0, 4364.0, 4332.0, 4353.0, 4383.0, 4354.0, 4386.0, 4403.0, 4370.0, 4348.0, 4337.0, 4348.0, 4388.0, 4350.0, 4359.0, 4342.0, 4351.0, 4331.0, 4362.0, 4404.0, 4401.0, 4371.0, 4380.0, 4350.0, 4360.0, 4317.0, 4348.0, 4388.0, 4349.0, 4350.0, 4350.0, 4350.0, 4402.0, 4359.0, 4349.0, 4368.0, 4348.0, 4356.0, 4337.0, 4347.0, 4329.0, 4361.0, 4329.0, 4361.0, 4360.0, 4351.0, 4363.0, 4373.0, 4362.0, 4330.0, 4349.0, 4360.0, 4351.0, 4351.0, 4353.0, 4361.0, 4352.0, 4361.0, 4352.0, 4362.0, 4331.0, 4364.0, 4414.0, 4400.0, 4370.0, 4378.0, 4346.0, 4348.0, 4326.0, 4335.0, 4334.0, 4336.0, 4346.0, 4338.0, 4347.0, 4339.0, 4351.0, 4329.0, 4375.0, 4343.0, 4362.0, 4330.0, 4362.0, 4390.0, 4351.0, 4362.0, 4350.0, 4364.0, 4428.0, 4371.0, 4393.0, 4351.0, 4372.0, 4346.0, 4343.0, 4334.0, 4344.0, 4326.0, 4358.0, 4364.0, 4383.0, 4362.0, 4371.0, 4359.0, 4382.0, 4361.0, 4404.0, 4364.0, 4415.0, 4362.0, 4413.0, 4361.0, 4404.0, 4330.0, 4401.0, 4340.0, 4410.0, 4349.0, 4397.0, 4377.0, 4396.0, 4376.0, 4374.0, 4365.0, 4385.0, 4343.0, 4350.0, 4330.0, 4317.0, 4319.0, 4317.0, 4318.0, 4307.0, 4310.0, 4320.0, 4335.0, 4333.0, 4324.0, 4335.0, 4326.0, 4337.0, 4339.0, 4329.0, 4341.0, 4332.0, 4353.0, 4346.0, 4366.0, 4357.0, 4366.0, 4357.0, 4368.0, 4358.0, 4388.0, 4356.0, 4387.0, 4415.0, 4374.0, 4406.0, 4377.0, 4406.0, 4352.0, 4381.0, 4340.0, 4350.0, 4352.0, 4386.0, 4364.0, 4375.0, 4365.0, 4372.0, 4361.0, 4358.0, 4360.0, 4382.0, 4373.0, 4395.0, 4405.0, 4369.0, 4357.0, 4377.0, 4345.0, 4354.0, 4322.0, 4343.0, 4352.0, 4343.0, 4341.0, 4332.0, 4343.0, 4323.0, 4344.0, 4353.0, 4345.0, 4354.0, 4355.0, 4355.0, 4345.0, 4355.0, 4336.0, 4361.0, 4350.0, 4360.0, 4337.0, 4337.0, 4325.0, 4337.0, 4367.0, 4349.0, 4357.0, 4348.0, 4358.0, 4348.0, 4358.0, 4350.0, 4370.0, 4350.0, 4360.0, 4350.0, 4371.0, 4363.0, 4372.0, 4351.0, 4372.0, 4340.0, 4361.0, 4392.0, 4372.0, 4370.0, 4370.0, 4369.0, 4349.0, 4371.0, 4362.0, 4371.0, 4350.0, 4371.0, 4350.0, 4360.0, 4401.0, 4372.0, 4380.0, 4361.0, 4371.0, 4359.0, 4359.0, 4350.0, 4370.0, 4348.0, 4359.0, 4338.0, 4360.0, 4350.0, 4371.0, 4349.0, 4361.0, 4359.0, 4370.0, 4370.0, 4372.0, 4381.0, 4350.0, 4369.0, 4348.0, 4359.0, 4359.0, 4371.0, 4349.0, 4360.0, 4349.0, 4371.0, 4381.0, 4373.0, 4381.0, 4372.0, 4371.0, 4360.0, 4382.0, 4402.0, 4372.0, 4370.0, 4372.0, 4381.0, 4372.0, 4384.0, 4375.0, 4383.0, 4364.0, 4382.0, 4353.0, 4385.0, 4416.0, 4385.0, 4403.0, 4384.0, 4382.0, 4372.0, 4383.0, 4374.0, 4383.0, 4363.0, 4384.0, 4352.0, 4383.0, 4433.0, 4403.0, 4411.0, 4371.0, 4380.0, 4371.0, 4392.0, 4384.0, 4414.0, 4372.0, 4400.0, 4357.0, 4336.0, 4357.0, 4359.0, 4368.0, 4359.0, 4370.0, 4372.0, 4395.0, 4384.0, 4404.0, 4372.0, 4402.0, 4380.0, 4388.0, 4354.0, 4376.0, 4354.0, 4374.0, 4363.0, 4383.0, 4363.0, 4360.0, 4339.0, 4317.0, 4327.0, 4306.0, 4328.0, 4349.0, 4340.0, 4330.0, 4343.0, 4332.0, 4343.0, 4332.0, 4344.0, 4314.0, 4345.0, 4348.0, 4370.0, 4350.0, 4370.0, 4362.0, 4385.0, 4364.0, 4385.0, 4378.0, 4367.0, 4378.0, 4348.0, 4390.0, 4370.0, 4393.0, 4382.0, 4431.0, 4399.0, 4430.0, 4409.0, 4384.0, 4402.0, 4350.0, 4392.0, 4369.0, 4390.0, 4336.0, 4365.0, 4311.0, 4333.0, 4312.0, 4322.0, 4312.0, 4332.0, 4311.0, 4332.0, 4323.0, 4344.0, 4335.0, 4353.0, 4344.0, 4343.0, 4357.0, 4347.0, 4359.0, 4339.0, 4373.0, 4344.0, 4387.0, 4367.0, 4388.0, 4366.0, 4379.0, 4407.0, 4388.0, 4416.0, 4395.0, 4403.0, 4382.0, 4391.0, 4368.0, 4377.0, 4348.0, 4365.0, 4325.0, 4345.0, 4324.0, 4345.0, 4314.0, 4347.0, 4346.0, 4359.0, 4369.0, 4371.0, 4367.0, 4359.0, 4359.0, 4348.0, 4384.0, 4366.0, 4384.0, 4362.0, 4385.0, 4355.0, 4375.0, 4363.0, 4385.0, 4385.0, 4398.0, 4396.0, 4387.0, 4395.0, 4375.0, 4384.0, 4363.0, 4405.0, 4383.0, 4416.0, 4362.0, 4372.0, 4380.0, 4360.0, 4400.0, 4381.0, 4349.0, 4360.0, 4361.0, 4369.0, 4388.0, 4372.0, 4338.0, 4358.0, 4327.0, 4360.0, 4390.0, 4359.0, 4368.0, 4349.0, 4377.0, 4347.0, 4345.0, 4336.0, 4345.0, 4336.0, 4345.0, 4336.0, 4346.0, 4348.0, 4360.0, 4349.0, 4348.0, 4349.0, 4349.0, 4361.0, 4361.0, 4352.0, 4349.0, 4339.0, 4350.0, 4353.0, 4383.0, 4361.0, 4358.0, 4348.0, 4359.0, 4351.0, 4361.0, 4351.0, 4352.0, 4364.0, 4343.0, 4351.0, 4340.0, 4351.0, 4349.0, 4400.0, 4360.0, 4357.0, 4337.0, 4325.0, 4357.0, 4376.0, 4366.0, 4314.0, 4335.0, 4316.0, 4324.0, 4313.0, 4323.0, 4324.0, 4325.0, 4349.0, 4340.0, 4363.0, 4343.0, 4377.0, 4359.0, 4429.0, 4397.0, 4405.0, 4372.0, 4360.0, 4331.0, 4351.0, 4340.0, 4309.0, 4339.0, 4321.0, 4362.0, 4393.0, 4348.0, 4325.0, 4364.0, 4322.0, 4301.0, 4329.0, 4300.0, 4310.0, 4307.0, 4307.0, 4297.0, 4267.0, 4307.0, 4278.0, 4326.0, 4306.0, 4335.0, 4328.0, 4350.0, 4350.0, 4361.0, 4364.0, 4342.0, 4364.0, 4392.0, 4354.0, 4402.0, 4363.0, 4380.0, 4360.0, 4369.0, 4348.0, 4369.0, 4348.0, 4348.0, 4326.0, 4346.0, 4367.0, 4347.0, 4358.0, 4360.0, 4358.0, 4349.0, 4359.0, 4350.0, 4362.0, 4353.0, 4387.0, 4389.0, 4387.0, 4377.0, 4385.0, 4376.0, 4397.0, 4367.0, 4388.0, 4367.0, 4387.0, 4417.0, 4397.0, 4406.0, 4383.0, 4372.0, 4401.0, 4380.0, 4378.0, 4392.0, 4394.0, 4372.0, 4400.0, 4368.0, 4368.0, 4371.0, 4349.0, 4382.0, 4361.0, 4383.0, 4393.0, 4383.0, 4381.0, 4370.0, 4389.0, 4347.0, 4378.0, 4375.0, 4345.0, 4385.0, 4343.0, 4362.0, 4352.0, 4352.0, 4342.0, 4342.0, 4341.0, 4353.0, 4356.0, 4379.0, 4369.0, 4378.0, 4357.0, 4367.0, 4358.0, 4369.0, 4369.0, 4370.0, 4369.0, 4369.0, 4348.0, 4370.0, 4389.0, 4380.0, 4370.0, 4382.0, 4381.0, 4378.0, 4380.0, 4368.0, 4379.0, 4380.0, 4380.0, 4379.0, 4383.0, 4392.0, 4384.0, 4394.0, 4383.0, 4394.0, 4402.0, 4382.0, 4382.0, 4371.0, 4381.0, 4349.0, 4370.0, 4379.0, 4380.0, 4390.0, 4382.0, 4381.0, 4381.0, 4380.0, 4380.0, 4378.0, 4381.0, 4392.0, 4382.0, 4393.0, 4384.0, 4403.0, 4372.0, 4393.0, 4413.0, 4402.0, 4401.0, 4370.0, 4379.0, 4357.0, 4368.0, 4397.0, 4377.0, 4376.0, 4367.0, 4368.0, 4370.0, 4379.0, 4380.0, 4361.0, 4371.0, 4346.0, 4381.0, 4382.0, 4383.0, 4381.0, 4380.0, 4371.0, 4348.0, 4368.0, 4388.0, 4368.0, 4386.0, 4357.0, 4356.0, 4356.0, 4357.0, 4346.0, 4367.0, 4346.0, 4356.0, 4355.0, 4368.0, 4366.0, 4370.0, 4369.0, 4360.0, 4371.0, 4362.0, 4397.0, 4376.0, 4383.0, 4351.0, 4372.0, 4350.0, 4372.0, 4374.0, 4395.0, 4372.0, 4402.0, 4371.0, 4402.0, 4359.0, 4369.0, 4409.0, 4389.0, 4388.0, 4365.0, 4386.0, 4333.0, 4344.0, 4312.0, 4333.0, 4322.0, 4343.0, 4332.0, 4333.0, 4332.0, 4334.0, 4345.0, 4335.0, 4358.0, 4333.0, 4356.0, 4346.0, 4358.0, 4347.0, 4356.0, 4337.0, 4359.0, 4351.0, 4372.0, 4363.0, 4372.0, 4361.0, 4360.0, 4349.0, 4372.0, 4350.0, 4371.0, 4350.0, 4372.0, 4381.0, 4372.0, 4390.0, 4361.0, 4410.0, 4368.0, 4398.0, 4344.0, 4387.0, 4344.0, 4342.0, 4331.0, 4343.0, 4363.0, 4344.0, 4343.0, 4354.0, 4343.0, 4333.0, 4344.0, 4345.0, 4356.0, 4335.0, 4357.0, 4356.0, 4346.0, 4358.0, 4337.0, 4357.0, 4356.0, 4345.0, 4357.0, 4348.0, 4358.0, 4362.0, 4385.0, 4388.0, 4387.0, 4376.0, 4388.0, 4366.0, 4389.0, 4408.0, 4395.0, 4384.0, 4362.0, 4371.0, 4361.0, 4383.0, 4361.0, 4392.0, 4374.0, 4404.0, 4372.0, 4400.0, 4358.0, 4378.0, 4358.0, 4389.0, 4358.0, 4388.0, 4335.0, 4367.0, 4347.0, 4378.0, 4347.0, 4389.0, 4345.0, 4376.0, 4336.0, 4357.0, 4360.0, 4349.0, 4363.0, 4365.0, 4342.0, 4365.0, 4366.0, 4376.0, 4377.0, 4397.0, 4368.0, 4386.0, 4386.0, 4342.0, 4381.0, 4337.0, 4380.0, 4355.0], 'WindowWidth': [9744.0, 9662.0, 9648.0, 9630.0, 9651.0, 9626.0, 9640.0, 9619.0, 9645.0, 9619.0, 9644.0, 9604.0, 9649.0, 9728.0, 9649.0, 9680.0, 9628.0, 9671.0, 9693.0, 9647.0, 9685.0, 9613.0, 9612.0, 9674.0, 9614.0, 9627.0, 9599.0, 9613.0, 9574.0, 9620.0, 9644.0, 9608.0, 9636.0, 9657.0, 9640.0, 9595.0, 9624.0, 9662.0, 9627.0, 9672.0, 9694.0, 9642.0, 9609.0, 9592.0, 9609.0, 9661.0, 9616.0, 9627.0, 9608.0, 9617.0, 9592.0, 9634.0, 9695.0, 9686.0, 9644.0, 9653.0, 9613.0, 9626.0, 9565.0, 9609.0, 9665.0, 9615.0, 9614.0, 9614.0, 9616.0, 9689.0, 9625.0, 9612.0, 9634.0, 9607.0, 9615.0, 9592.0, 9604.0, 9586.0, 9630.0, 9587.0, 9632.0, 9628.0, 9619.0, 9637.0, 9649.0, 9632.0, 9588.0, 9614.0, 9628.0, 9619.0, 9617.0, 9623.0, 9633.0, 9622.0, 9633.0, 9625.0, 9636.0, 9593.0, 9639.0, 9714.0, 9683.0, 9640.0, 9649.0, 9602.0, 9605.0, 9572.0, 9586.0, 9582.0, 9591.0, 9604.0, 9595.0, 9606.0, 9600.0, 9618.0, 9588.0, 9662.0, 9616.0, 9636.0, 9590.0, 9633.0, 9670.0, 9619.0, 9633.0, 9615.0, 9639.0, 9739.0, 9646.0, 9678.0, 9619.0, 9648.0, 9602.0, 9591.0, 9581.0, 9596.0, 9575.0, 9621.0, 9643.0, 9665.0, 9632.0, 9641.0, 9625.0, 9662.0, 9635.0, 9698.0, 9642.0, 9717.0, 9638.0, 9710.0, 9636.0, 9699.0, 9592.0, 9691.0, 9605.0, 9702.0, 9615.0, 9677.0, 9649.0, 9674.0, 9645.0, 9638.0, 9627.0, 9655.0, 9591.0, 9597.0, 9568.0, 9547.0, 9552.0, 9546.0, 9548.0, 9533.0, 9541.0, 9555.0, 9585.0, 9578.0, 9568.0, 9585.0, 9575.0, 9592.0, 9599.0, 9585.0, 9603.0, 9591.0, 9624.0, 9621.0, 9645.0, 9635.0, 9647.0, 9637.0, 9652.0, 9640.0, 9678.0, 9631.0, 9675.0, 9712.0, 9652.0, 9701.0, 9663.0, 9701.0, 9620.0, 9656.0, 9598.0, 9613.0, 9620.0, 9675.0, 9641.0, 9657.0, 9641.0, 9645.0, 9629.0, 9619.0, 9624.0, 9661.0, 9649.0, 9684.0, 9705.0, 9638.0, 9616.0, 9644.0, 9596.0, 9607.0, 9561.0, 9589.0, 9601.0, 9590.0, 9585.0, 9575.0, 9590.0, 9562.0, 9594.0, 9605.0, 9596.0, 9608.0, 9613.0, 9609.0, 9600.0, 9612.0, 9587.0, 9632.0, 9614.0, 9625.0, 9590.0, 9590.0, 9571.0, 9589.0, 9632.0, 9609.0, 9616.0, 9607.0, 9618.0, 9606.0, 9621.0, 9615.0, 9638.0, 9614.0, 9626.0, 9615.0, 9643.0, 9636.0, 9645.0, 9617.0, 9646.0, 9602.0, 9630.0, 9674.0, 9649.0, 9640.0, 9641.0, 9637.0, 9610.0, 9646.0, 9633.0, 9646.0, 9616.0, 9644.0, 9613.0, 9629.0, 9686.0, 9647.0, 9655.0, 9631.0, 9644.0, 9625.0, 9625.0, 9614.0, 9640.0, 9608.0, 9625.0, 9594.0, 9626.0, 9614.0, 9646.0, 9614.0, 9630.0, 9626.0, 9642.0, 9640.0, 9648.0, 9658.0, 9614.0, 9638.0, 9608.0, 9625.0, 9626.0, 9643.0, 9612.0, 9628.0, 9611.0, 9644.0, 9659.0, 9651.0, 9656.0, 9647.0, 9644.0, 9629.0, 9661.0, 9689.0, 9648.0, 9642.0, 9648.0, 9657.0, 9649.0, 9668.0, 9659.0, 9666.0, 9641.0, 9664.0, 9625.0, 9671.0, 9715.0, 9673.0, 9692.0, 9667.0, 9663.0, 9650.0, 9666.0, 9655.0, 9666.0, 9639.0, 9667.0, 9623.0, 9667.0, 9737.0, 9694.0, 9700.0, 9644.0, 9655.0, 9645.0, 9678.0, 9671.0, 9710.0, 9648.0, 9683.0, 9618.0, 9589.0, 9619.0, 9626.0, 9636.0, 9627.0, 9644.0, 9649.0, 9685.0, 9668.0, 9699.0, 9650.0, 9694.0, 9655.0, 9664.0, 9609.0, 9647.0, 9610.0, 9637.0, 9621.0, 9650.0, 9620.0, 9609.0, 9579.0, 9545.0, 9559.0, 9528.0, 9561.0, 9592.0, 9580.0, 9567.0, 9592.0, 9576.0, 9591.0, 9575.0, 9594.0, 9555.0, 9597.0, 9609.0, 9643.0, 9615.0, 9640.0, 9634.0, 9671.0, 9642.0, 9671.0, 9667.0, 9650.0, 9670.0, 9630.0, 9688.0, 9662.0, 9698.0, 9682.0, 9744.0, 9699.0, 9744.0, 9713.0, 9667.0, 9688.0, 9613.0, 9674.0, 9635.0, 9671.0, 9585.0, 9620.0, 9542.0, 9576.0, 9546.0, 9561.0, 9547.0, 9572.0, 9542.0, 9573.0, 9561.0, 9592.0, 9582.0, 9602.0, 9591.0, 9591.0, 9615.0, 9603.0, 9623.0, 9598.0, 9648.0, 9612.0, 9677.0, 9651.0, 9679.0, 9649.0, 9667.0, 9701.0, 9678.0, 9711.0, 9681.0, 9692.0, 9659.0, 9666.0, 9632.0, 9645.0, 9606.0, 9626.0, 9569.0, 9596.0, 9568.0, 9596.0, 9555.0, 9603.0, 9601.0, 9622.0, 9642.0, 9646.0, 9634.0, 9625.0, 9624.0, 9610.0, 9670.0, 9650.0, 9668.0, 9634.0, 9672.0, 9632.0, 9658.0, 9640.0, 9671.0, 9673.0, 9694.0, 9688.0, 9678.0, 9687.0, 9657.0, 9670.0, 9639.0, 9702.0, 9665.0, 9717.0, 9635.0, 9649.0, 9653.0, 9628.0, 9684.0, 9656.0, 9613.0, 9629.0, 9632.0, 9639.0, 9663.0, 9650.0, 9594.0, 9622.0, 9577.0, 9627.0, 9670.0, 9625.0, 9635.0, 9610.0, 9643.0, 9601.0, 9596.0, 9585.0, 9596.0, 9587.0, 9595.0, 9588.0, 9600.0, 9608.0, 9627.0, 9612.0, 9609.0, 9610.0, 9610.0, 9629.0, 9629.0, 9619.0, 9611.0, 9596.0, 9612.0, 9623.0, 9664.0, 9629.0, 9618.0, 9606.0, 9624.0, 9618.0, 9631.0, 9616.0, 9620.0, 9638.0, 9608.0, 9613.0, 9597.0, 9612.0, 9609.0, 9680.0, 9624.0, 9615.0, 9588.0, 9569.0, 9616.0, 9639.0, 9625.0, 9552.0, 9582.0, 9559.0, 9566.0, 9547.0, 9560.0, 9565.0, 9568.0, 9608.0, 9602.0, 9639.0, 9613.0, 9665.0, 9643.0, 9740.0, 9688.0, 9700.0, 9645.0, 9627.0, 9590.0, 9616.0, 9600.0, 9553.0, 9596.0, 9571.0, 9629.0, 9681.0, 9602.0, 9568.0, 9620.0, 9554.0, 9525.0, 9561.0, 9522.0, 9537.0, 9528.0, 9529.0, 9513.0, 9473.0, 9530.0, 9493.0, 9571.0, 9546.0, 9581.0, 9579.0, 9613.0, 9614.0, 9628.0, 9636.0, 9604.0, 9636.0, 9670.0, 9621.0, 9685.0, 9633.0, 9652.0, 9625.0, 9634.0, 9603.0, 9637.0, 9606.0, 9603.0, 9572.0, 9599.0, 9628.0, 9602.0, 9620.0, 9625.0, 9618.0, 9608.0, 9623.0, 9612.0, 9631.0, 9622.0, 9676.0, 9684.0, 9676.0, 9665.0, 9673.0, 9660.0, 9690.0, 9650.0, 9679.0, 9646.0, 9675.0, 9722.0, 9689.0, 9702.0, 9662.0, 9646.0, 9688.0, 9652.0, 9650.0, 9675.0, 9684.0, 9648.0, 9682.0, 9634.0, 9636.0, 9643.0, 9612.0, 9661.0, 9632.0, 9664.0, 9679.0, 9665.0, 9660.0, 9641.0, 9668.0, 9603.0, 9649.0, 9637.0, 9596.0, 9655.0, 9591.0, 9617.0, 9602.0, 9603.0, 9589.0, 9588.0, 9589.0, 9607.0, 9615.0, 9655.0, 9643.0, 9650.0, 9622.0, 9633.0, 9624.0, 9638.0, 9638.0, 9642.0, 9639.0, 9641.0, 9611.0, 9642.0, 9666.0, 9656.0, 9641.0, 9663.0, 9658.0, 9651.0, 9656.0, 9637.0, 9654.0, 9654.0, 9657.0, 9655.0, 9664.0, 9678.0, 9669.0, 9681.0, 9667.0, 9682.0, 9691.0, 9662.0, 9664.0, 9645.0, 9657.0, 9611.0, 9642.0, 9653.0, 9656.0, 9670.0, 9662.0, 9660.0, 9658.0, 9656.0, 9657.0, 9651.0, 9661.0, 9676.0, 9666.0, 9681.0, 9667.0, 9695.0, 9649.0, 9682.0, 9710.0, 9693.0, 9689.0, 9644.0, 9656.0, 9621.0, 9636.0, 9678.0, 9648.0, 9644.0, 9634.0, 9639.0, 9644.0, 9654.0, 9659.0, 9633.0, 9646.0, 9608.0, 9658.0, 9662.0, 9668.0, 9660.0, 9658.0, 9644.0, 9608.0, 9636.0, 9664.0, 9636.0, 9659.0, 9618.0, 9616.0, 9616.0, 9618.0, 9603.0, 9631.0, 9601.0, 9616.0, 9614.0, 9634.0, 9632.0, 9642.0, 9640.0, 9630.0, 9645.0, 9637.0, 9694.0, 9662.0, 9665.0, 9617.0, 9644.0, 9615.0, 9650.0, 9655.0, 9684.0, 9649.0, 9691.0, 9643.0, 9690.0, 9624.0, 9639.0, 9693.0, 9663.0, 9665.0, 9624.0, 9655.0, 9574.0, 9595.0, 9546.0, 9576.0, 9563.0, 9590.0, 9575.0, 9578.0, 9575.0, 9580.0, 9596.0, 9583.0, 9620.0, 9579.0, 9611.0, 9601.0, 9619.0, 9603.0, 9615.0, 9589.0, 9623.0, 9616.0, 9645.0, 9638.0, 9645.0, 9628.0, 9625.0, 9611.0, 9647.0, 9615.0, 9645.0, 9614.0, 9645.0, 9655.0, 9646.0, 9667.0, 9628.0, 9697.0, 9635.0, 9679.0, 9597.0, 9658.0, 9591.0, 9588.0, 9571.0, 9589.0, 9618.0, 9594.0, 9589.0, 9605.0, 9591.0, 9576.0, 9594.0, 9596.0, 9613.0, 9585.0, 9615.0, 9612.0, 9600.0, 9620.0, 9589.0, 9617.0, 9613.0, 9599.0, 9614.0, 9607.0, 9622.0, 9637.0, 9673.0, 9680.0, 9678.0, 9664.0, 9681.0, 9648.0, 9681.0, 9708.0, 9684.0, 9667.0, 9634.0, 9641.0, 9629.0, 9663.0, 9630.0, 9678.0, 9654.0, 9699.0, 9645.0, 9683.0, 9621.0, 9647.0, 9621.0, 9669.0, 9620.0, 9664.0, 9583.0, 9632.0, 9606.0, 9650.0, 9606.0, 9669.0, 9598.0, 9640.0, 9585.0, 9617.0, 9626.0, 9610.0, 9634.0, 9639.0, 9606.0, 9641.0, 9643.0, 9659.0, 9661.0, 9689.0, 9651.0, 9669.0, 9670.0, 9599.0, 9656.0, 9586.0, 9657.0, 9608.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.002958938730853391</td></tr>
<tr><td colspan=3>aqi</td><td>0.06844033129102844</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.1846626422782</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.16771668859803</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9827038601642929</td></tr>
<tr><td colspan=3>efc</td><td>0.4917</td></tr>
<tr><td colspan=3>fber</td><td>4679.9614</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12865700396507013</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>145</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>15.864332603938731</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.9820637460343065</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.894916749161624</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.2923856487761367</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7588888401651586</td></tr>
<tr><td colspan=3>gcor</td><td>0.00997012</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012987910769879818</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02959190495312214</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>914</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.663878533588331</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.7246</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.4378</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>194.2499</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295085.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>876.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>341.4137</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9233</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>545.7062</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3474.3791</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3736.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81459.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>933.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4593.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1019.6782</td></tr>
<tr><td colspan=3>tsnr</td><td>24.561940636485815</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>