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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>12:59:53.925000</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.998184, -0.0434243, 0.0417386, 0.0397423, 0.99556, 0.0853257]</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.107332</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>[4179, -7741, -7255, 634, 27, -133, 117, 45]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>270.888</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>bc71a725-ace3-4c90-8af7-2fa30f88f9bc||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.678056001663208, 0.10662558674812317, 0.12219785898923874, 104.92606353759766], [0.11650416254997253, 2.6710152626037598, 0.22548235952854156, -88.12508392333984], [0.11198154091835022, -0.22892256081104279, 2.6877918243408203, -53.51728439331055], [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': ['125953.925000', '125954.385000', '125954.845000', '125955.305000', '125955.765000', '125956.225000', '125956.685000', '125957.145000', '125957.605000', '125958.065000', '125958.525000', '125958.985000', '125959.445000', '125959.905000', '130000.365000', '130000.825000', '130001.285000', '130001.745000', '130002.205000', '130002.665000', '130003.125000', '130003.585000', '130004.045000', '130004.505000', '130004.965000', '130005.425000', '130005.885000', '130006.345000', '130006.805000', '130007.265000', '130007.725000', '130008.185000', '130008.645000', '130009.105000', '130009.565000', '130010.025000', '130010.485000', '130010.945000', '130011.405000', '130011.865000', '130012.325000', '130012.785000', '130013.245000', '130013.705000', '130014.165000', '130014.625000', '130015.085000', '130015.545000', '130016.005000', '130016.465000', '130016.925000', '130017.385000', '130017.845000', '130018.305000', '130018.765000', '130019.225000', '130019.685000', '130020.145000', '130020.605000', '130021.065000', '130021.525000', '130021.985000', '130022.445000', '130022.905000', '130023.365000', '130023.825000', '130024.285000', '130024.745000', '130025.205000', '130025.665000', '130026.125000', '130026.585000', '130027.045000', '130027.505000', '130027.965000', '130028.425000', '130028.885000', '130029.345000', '130029.805000', '130030.265000', '130030.725000', '130031.185000', '130031.645000', '130032.105000', '130032.565000', '130033.025000', '130033.485000', '130033.945000', '130034.405000', '130034.865000', '130035.325000', '130035.785000', '130036.245000', '130036.705000', '130037.165000', '130037.625000', '130038.085000', '130038.545000', '130039.005000', '130039.465000', '130039.925000', '130040.385000', '130040.845000', '130041.305000', '130041.765000', '130042.225000', '130042.685000', '130043.145000', '130043.605000', '130044.065000', '130044.525000', '130044.985000', '130045.445000', '130045.905000', '130046.365000', '130046.825000', '130047.285000', '130047.745000', '130048.205000', '130048.665000', '130049.125000', '130049.585000', '130050.045000', '130050.505000', '130050.965000', '130051.425000', '130051.885000', '130052.345000', '130052.805000', '130053.265000', '130053.725000', '130054.185000', '130054.645000', '130055.105000', '130055.565000', '130056.025000', '130056.485000', '130056.945000', '130057.405000', '130057.865000', '130058.325000', '130058.785000', '130059.245000', '130059.705000', '130100.165000', '130100.625000', '130101.085000', '130101.545000', '130102.005000', '130102.465000', '130102.925000', '130103.385000', '130103.845000', '130104.305000', '130104.765000', '130105.225000', '130105.685000', '130106.145000', '130106.605000', '130107.065000', '130107.525000', '130107.985000', '130108.445000', '130108.905000', '130109.365000', '130109.825000', '130110.285000', '130110.745000', '130111.205000', '130111.665000', '130112.125000', '130112.585000', '130113.045000', '130113.505000', '130113.965000', '130114.425000', '130114.885000', '130115.345000', '130115.805000', '130116.265000', '130116.725000', '130117.185000', '130117.645000', '130118.105000', '130118.565000', '130119.025000', '130119.485000', '130119.945000', '130120.405000', '130120.865000', '130121.325000', '130121.785000', '130122.245000', '130122.705000', '130123.165000', '130123.625000', '130124.085000', '130124.545000', '130125.005000', '130125.465000', '130125.925000', '130126.385000', '130126.845000', '130127.305000', '130127.765000', '130128.225000', '130128.685000', '130129.145000', '130129.605000', '130130.065000', '130130.525000', '130130.985000', '130131.445000', '130131.905000', '130132.365000', '130132.825000', '130133.285000', '130133.745000', '130134.205000', '130134.665000', '130135.125000', '130135.585000', '130136.045000', '130136.505000', '130136.965000', '130137.425000', '130137.885000', '130138.345000', '130138.805000', '130139.265000', '130139.725000', '130140.185000', '130140.645000', '130141.105000', '130141.565000', '130142.025000', '130142.485000', '130142.945000', '130143.405000', '130143.865000', '130144.325000', '130144.785000', '130145.245000', '130145.705000', '130146.165000', '130146.625000', '130147.085000', '130147.545000', '130148.005000', '130148.465000', '130148.925000', '130149.385000', '130149.845000', '130150.305000', '130150.765000', '130151.225000', '130151.685000', '130152.145000', '130152.605000', '130153.065000', '130153.525000', '130153.985000', '130154.445000', '130154.905000', '130155.365000', '130155.825000', '130156.285000', '130156.745000', '130157.205000', '130157.665000', '130158.125000', '130158.585000', '130159.045000', '130159.505000', '130159.965000', '130200.425000', '130200.885000', '130201.345000', '130201.805000', '130202.265000', '130202.725000', '130203.185000', '130203.645000', '130204.105000', '130204.565000', '130205.025000', '130205.485000', '130205.945000', '130206.405000', '130206.865000', '130207.325000', '130207.785000', '130208.245000', '130208.705000', '130209.165000', '130209.625000', '130210.085000', '130210.545000', '130211.005000', '130211.465000', '130211.925000', '130212.385000', '130212.845000', '130213.305000', '130213.765000', '130214.225000', '130214.685000', '130215.145000', '130215.605000', '130216.065000', '130216.525000', '130216.985000', '130217.445000', '130217.905000', '130218.365000', '130218.825000', '130219.285000', '130219.745000', '130220.205000', '130220.665000', '130221.125000', '130221.585000', '130222.045000', '130222.505000', '130222.965000', '130223.425000', '130223.885000', '130224.345000', '130224.805000', '130225.265000', '130225.725000', '130226.185000', '130226.645000', '130227.105000', '130227.565000', '130228.025000', '130228.485000', '130228.945000', '130229.405000', '130229.865000', '130230.325000', '130230.785000', '130231.245000', '130231.705000', '130232.165000', '130232.625000', '130233.085000', '130233.545000', '130234.005000', '130234.465000', '130234.925000', '130235.385000', '130235.845000', '130236.305000', '130236.765000', '130237.225000', '130237.685000', '130238.145000', '130238.605000', '130239.065000', '130239.525000', '130239.985000', '130240.445000', '130240.905000', '130241.365000', '130241.825000', '130242.285000', '130242.745000', '130243.205000', '130243.665000', '130244.125000', '130244.585000', '130245.045000', '130245.505000', '130245.965000', '130246.425000', '130246.885000', '130247.345000', '130247.805000', '130248.265000', '130248.725000', '130249.185000', '130249.645000', '130250.105000', '130250.565000', '130251.025000', '130251.485000', '130251.945000', '130252.405000', '130252.865000', '130253.325000', '130253.785000', '130254.245000', '130254.705000', '130255.165000', '130255.625000', '130256.085000', '130256.545000', '130257.005000', '130257.465000', '130257.925000', '130258.385000', '130258.845000', '130259.305000', '130259.765000', '130300.225000', '130300.685000', '130301.145000', '130301.605000', '130302.065000', '130302.525000', '130302.985000', '130303.445000', '130303.905000', '130304.365000', '130304.825000', '130305.285000', '130305.745000', '130306.205000', '130306.665000', '130307.125000', '130307.585000', '130308.045000', '130308.505000', '130308.965000', '130309.425000', '130309.885000', '130310.345000', '130310.805000', '130311.265000', '130311.725000', '130312.185000', '130312.645000', '130313.105000', '130313.565000', '130314.025000', '130314.485000', '130314.945000', '130315.405000', '130315.865000', '130316.325000', '130316.785000', '130317.245000', '130317.705000', '130318.165000', '130318.625000', '130319.085000', '130319.545000', '130320.005000', '130320.465000', '130320.925000', '130321.385000', '130321.845000', '130322.305000', '130322.765000', '130323.225000', '130323.685000', '130324.145000', '130324.605000', '130325.065000', '130325.525000', '130325.985000', '130326.445000', '130326.905000', '130327.365000', '130327.825000', '130328.285000', '130328.745000', '130329.205000', '130329.665000', '130330.125000', '130330.585000', '130331.045000', '130331.505000', '130331.965000', '130332.425000', '130332.885000', '130333.345000', '130333.805000', '130334.265000', '130334.725000', '130335.185000', '130335.645000', '130336.105000', '130336.565000', '130337.025000', '130337.485000', '130337.945000', '130338.405000', '130338.865000', '130339.325000', '130339.785000', '130340.245000', '130340.705000', '130341.165000', '130341.625000', '130342.085000', '130342.545000', '130343.005000', '130343.465000', '130343.925000', '130344.385000', '130344.845000', '130345.305000', '130345.765000', '130346.225000', '130346.685000', '130347.145000', '130347.605000', '130348.065000', '130348.525000', '130348.985000', '130349.445000', '130349.905000', '130350.365000', '130350.825000', '130351.285000', '130351.745000', '130352.205000', '130352.665000', '130353.125000', '130353.585000', '130354.045000', '130354.505000', '130354.965000', '130355.425000', '130355.885000', '130356.345000', '130356.805000', '130357.265000', '130357.725000', '130358.185000', '130358.645000', '130359.105000', '130359.565000', '130400.025000', '130400.485000', '130400.945000', '130401.405000', '130401.865000', '130402.325000', '130402.785000', '130403.245000', '130403.705000', '130404.165000', '130404.625000', '130405.085000', '130405.545000', '130406.005000', '130406.465000', '130406.925000', '130407.385000', '130407.845000', '130408.305000', '130408.765000', '130409.225000', '130409.685000', '130410.145000', '130410.605000', '130411.065000', '130411.525000', '130411.985000', '130412.445000', '130412.905000', '130413.365000', '130413.825000', '130414.285000', '130414.745000', '130415.205000', '130415.665000', '130416.125000', '130416.585000', '130417.045000', '130417.505000', '130417.965000', '130418.425000', '130418.885000', '130419.345000', '130419.805000', '130420.265000', '130420.725000', '130421.185000', '130421.645000', '130422.105000', '130422.565000', '130423.025000', '130423.485000', '130423.945000', '130424.405000', '130424.865000', '130425.325000', '130425.785000', '130426.245000', '130426.705000', '130427.165000', '130427.625000', '130428.085000', '130428.545000', '130429.005000', '130429.465000', '130429.925000', '130430.385000', '130430.845000', '130431.305000', '130431.765000', '130432.225000', '130432.685000', '130433.145000', '130433.605000', '130434.065000', '130434.525000', '130434.985000', '130435.445000', '130435.905000', '130436.365000', '130436.825000', '130437.285000', '130437.745000', '130438.205000', '130438.665000', '130439.125000', '130439.585000', '130440.045000', '130440.505000', '130440.965000', '130441.425000', '130441.885000', '130442.345000', '130442.805000', '130443.265000', '130443.725000', '130444.185000', '130444.645000', '130445.105000', '130445.565000', '130446.025000', '130446.485000', '130446.945000', '130447.405000', '130447.865000', '130448.325000', '130448.785000', '130449.245000', '130449.705000', '130450.165000', '130450.625000', '130451.085000', '130451.545000', '130452.005000', '130452.465000', '130452.925000', '130453.385000', '130453.845000', '130454.305000', '130454.765000', '130455.225000', '130455.685000', '130456.145000', '130456.605000', '130457.065000', '130457.525000', '130457.985000', '130458.445000', '130458.905000', '130459.365000', '130459.825000', '130500.285000', '130500.745000', '130501.205000', '130501.665000', '130502.125000', '130502.585000', '130503.045000', '130503.505000', '130503.965000', '130504.425000', '130504.885000', '130505.345000', '130505.805000', '130506.265000', '130506.725000', '130507.185000', '130507.645000', '130508.105000', '130508.565000', '130509.025000', '130509.485000', '130509.945000', '130510.405000', '130510.865000', '130511.325000', '130511.785000', '130512.245000', '130512.705000', '130513.165000', '130513.625000', '130514.085000', '130514.545000', '130515.005000', '130515.465000', '130515.925000', '130516.385000', '130516.845000', '130517.305000', '130517.765000', '130518.225000', '130518.685000', '130519.145000', '130519.605000', '130520.065000', '130520.525000', '130520.985000', '130521.445000', '130521.905000', '130522.365000', '130522.825000', '130523.285000', '130523.745000', '130524.205000', '130524.665000', '130525.125000', '130525.585000', '130526.045000', '130526.505000', '130526.965000', '130527.425000', '130527.885000', '130528.345000', '130528.805000', '130529.265000', '130529.725000', '130530.185000', '130530.645000', '130531.105000', '130531.565000', '130532.025000', '130532.485000', '130532.945000', '130533.405000', '130533.865000', '130534.325000', '130534.785000', '130535.245000', '130535.705000', '130536.165000', '130536.625000', '130537.085000', '130537.545000', '130538.005000', '130538.465000', '130538.925000', '130539.385000', '130539.845000', '130540.305000', '130540.765000', '130541.225000', '130541.685000', '130542.145000', '130542.605000', '130543.065000', '130543.525000', '130543.985000', '130544.445000', '130544.905000', '130545.365000', '130545.825000', '130546.285000', '130546.745000', '130547.205000', '130547.665000', '130548.125000', '130548.585000', '130549.045000', '130549.505000', '130549.965000', '130550.425000', '130550.885000', '130551.345000', '130551.805000', '130552.265000', '130552.725000', '130553.185000', '130553.645000', '130554.105000', '130554.565000', '130555.025000', '130555.485000', '130555.945000', '130556.405000', '130556.865000', '130557.325000', '130557.785000', '130558.245000', '130558.705000', '130559.165000', '130559.625000', '130600.085000', '130600.545000', '130601.005000', '130601.465000', '130601.925000', '130602.385000', '130602.845000', '130603.305000', '130603.765000', '130604.225000', '130604.685000', '130605.145000', '130605.605000', '130606.065000', '130606.525000', '130606.985000', '130607.445000', '130607.905000', '130608.365000', '130608.825000', '130609.285000', '130609.745000', '130610.205000', '130610.665000', '130611.125000', '130611.585000', '130612.045000', '130612.505000', '130612.965000', '130613.425000', '130613.885000', '130614.345000', '130614.805000', '130615.265000', '130615.725000', '130616.185000', '130616.645000', '130617.105000', '130617.565000', '130618.025000', '130618.485000', '130618.945000', '130619.405000', '130619.865000', '130620.325000', '130620.785000', '130621.245000', '130621.705000', '130622.165000', '130622.625000', '130623.085000', '130623.545000', '130624.005000', '130624.465000', '130624.925000', '130625.385000', '130625.845000', '130626.305000', '130626.765000', '130627.225000', '130627.685000', '130628.145000', '130628.605000', '130629.065000', '130629.525000', '130629.985000', '130630.445000', '130630.905000', '130631.365000', '130631.825000', '130632.285000', '130632.745000', '130633.205000', '130633.665000', '130634.125000', '130634.585000', '130635.045000', '130635.505000', '130635.965000', '130636.425000', '130636.885000', '130637.345000', '130637.805000', '130638.265000', '130638.725000', '130639.185000', '130639.645000', '130640.105000', '130640.565000', '130641.025000', '130641.485000', '130641.945000', '130642.405000', '130642.865000', '130643.325000', '130643.785000', '130644.245000', '130644.705000', '130645.165000', '130645.625000', '130646.085000', '130646.545000', '130647.005000', '130647.465000', '130647.925000', '130648.385000', '130648.845000', '130649.305000', '130649.765000', '130650.225000', '130650.685000', '130651.145000', '130651.605000', '130652.065000', '130652.525000', '130652.985000', '130653.445000', '130653.905000'], 'ContentTime': ['130011.020000', '130011.023000', '130011.026000', '130011.029000', '130011.031000', '130011.036000', '130011.039000', '130011.042000', '130011.045000', '130011.047000', '130011.050000', '130011.053000', '130011.056000', '130011.059000', '130011.061000', '130011.064000', '130011.067000', '130011.070000', '130011.073000', '130011.075000', '130011.078000', '130011.081000', '130011.084000', '130011.087000', '130011.089000', '130011.106000', '130011.109000', '130011.111000', '130011.114000', '130011.117000', '130011.120000', '130011.123000', '130011.126000', '130011.128000', '130011.131000', '130030.985000', '130030.988000', '130030.991000', '130030.993000', '130030.996000', '130031.000000', '130031.003000', '130031.006000', '130031.009000', '130031.011000', '130031.014000', '130031.017000', '130031.020000', '130031.023000', '130031.026000', '130031.028000', '130031.031000', '130031.034000', '130031.037000', '130031.040000', '130031.042000', '130031.045000', '130031.051000', '130031.054000', '130031.057000', '130031.059000', '130031.062000', '130031.065000', '130031.068000', '130031.071000', '130031.074000', '130031.076000', '130031.079000', '130031.082000', '130031.085000', '130031.088000', '130031.091000', '130031.094000', '130031.097000', '130031.099000', '130031.102000', '130031.105000', '130031.108000', '130031.110000', '130050.984000', '130050.987000', '130050.991000', '130050.994000', '130050.997000', '130051.001000', '130051.003000', '130051.006000', '130051.009000', '130051.012000', '130051.015000', '130051.017000', '130051.020000', '130051.023000', '130051.026000', '130051.029000', '130051.032000', '130051.034000', '130051.037000', '130051.040000', '130051.043000', '130051.046000', '130051.049000', '130051.051000', '130051.054000', '130051.057000', '130051.060000', '130051.063000', '130051.065000', '130051.068000', '130051.071000', '130051.074000', '130051.077000', '130051.080000', '130051.082000', '130051.085000', '130051.088000', '130051.091000', '130051.094000', '130051.096000', '130051.099000', '130051.102000', '130051.105000', '130110.985000', '130110.988000', '130110.990000', '130110.993000', '130110.996000', '130111.000000', '130111.003000', '130111.006000', '130111.009000', '130111.012000', '130111.014000', '130111.017000', '130111.020000', '130111.023000', '130111.026000', '130111.028000', '130111.031000', '130111.034000', '130111.037000', '130111.040000', '130111.043000', '130111.045000', '130111.048000', '130111.051000', '130111.054000', '130111.057000', '130111.059000', '130111.062000', '130111.065000', '130111.068000', '130111.071000', '130111.074000', '130111.077000', '130111.079000', '130111.082000', '130111.085000', '130111.088000', '130111.091000', '130111.093000', '130111.096000', '130111.099000', '130111.102000', '130111.105000', '130111.107000', '130130.985000', '130130.988000', '130130.991000', '130131.005000', '130131.008000', '130131.011000', '130131.014000', '130131.016000', '130131.019000', '130131.022000', '130131.025000', '130131.029000', '130131.032000', '130131.035000', '130131.038000', '130131.041000', '130131.044000', '130131.047000', '130131.049000', '130131.052000', '130131.055000', '130131.058000', '130131.061000', '130131.064000', '130131.066000', '130131.069000', '130131.072000', '130131.075000', '130131.078000', '130131.080000', '130131.083000', '130131.086000', '130131.089000', '130131.092000', '130131.094000', '130131.097000', '130131.100000', '130131.103000', '130131.106000', '130131.109000', '130131.111000', '130131.114000', '130131.117000', '130150.985000', '130150.988000', '130150.991000', '130150.993000', '130150.996000', '130151.000000', '130151.003000', '130151.006000', '130151.009000', '130151.011000', '130151.014000', '130151.017000', '130151.020000', '130151.023000', '130151.026000', '130151.029000', '130151.031000', '130151.034000', '130151.037000', '130151.040000', '130151.043000', '130151.046000', '130151.048000', '130151.051000', '130151.054000', '130151.057000', '130151.060000', '130151.063000', '130151.065000', '130151.068000', '130151.071000', '130151.074000', '130151.077000', '130151.080000', '130151.082000', '130151.085000', '130151.088000', '130151.091000', '130151.094000', '130151.096000', '130151.099000', '130151.102000', '130151.105000', '130151.108000', '130210.985000', '130210.988000', '130210.991000', '130210.994000', '130210.996000', '130211.000000', '130211.003000', '130211.006000', '130211.009000', '130211.011000', '130211.014000', '130211.017000', '130211.020000', '130211.023000', '130211.026000', '130211.029000', '130211.034000', '130211.038000', '130211.041000', '130211.044000', '130211.046000', '130211.049000', '130211.052000', '130211.055000', '130211.058000', '130211.060000', '130211.063000', '130211.066000', '130211.069000', '130211.072000', '130211.075000', '130211.078000', '130211.081000', '130211.083000', '130211.086000', '130211.089000', '130211.092000', '130211.095000', '130211.097000', '130211.100000', '130211.103000', '130211.106000', '130211.109000', '130230.985000', '130230.988000', '130230.991000', '130230.993000', '130230.996000', '130231.000000', '130231.003000', '130231.006000', '130231.009000', '130231.011000', '130231.014000', '130231.017000', '130231.020000', '130231.023000', '130231.026000', '130231.028000', '130231.031000', '130231.034000', '130231.037000', '130231.040000', '130231.043000', '130231.045000', '130231.048000', '130231.051000', '130231.054000', '130231.057000', '130231.060000', '130231.062000', '130231.065000', '130231.068000', '130231.071000', '130231.074000', '130231.076000', '130231.079000', '130231.082000', '130231.085000', '130231.088000', '130231.090000', '130231.093000', '130231.096000', '130231.099000', '130231.102000', '130231.104000', '130231.107000', '130250.985000', '130250.988000', '130250.991000', '130250.994000', '130250.996000', '130251.000000', '130251.003000', '130251.006000', '130251.009000', '130251.012000', '130251.014000', '130251.017000', '130251.020000', '130251.023000', '130251.026000', '130251.029000', '130251.031000', '130251.034000', '130251.037000', '130251.040000', '130251.043000', '130251.045000', '130251.048000', '130251.051000', '130251.054000', '130251.058000', '130251.062000', '130251.065000', '130251.068000', '130251.071000', '130251.074000', '130251.077000', '130251.080000', '130251.082000', '130251.085000', '130251.088000', '130251.091000', '130251.094000', '130251.097000', '130251.099000', '130251.102000', '130251.105000', '130251.121000', '130310.984000', '130310.987000', '130310.990000', '130310.993000', '130310.995000', '130310.998000', '130311.002000', '130311.005000', '130311.008000', '130311.010000', '130311.013000', '130311.016000', '130311.019000', '130311.022000', '130311.025000', '130311.028000', '130311.031000', '130311.033000', '130311.036000', '130311.039000', '130311.042000', '130311.045000', '130311.047000', '130311.050000', '130311.053000', '130311.056000', '130311.059000', '130311.061000', '130311.064000', '130311.067000', '130311.070000', '130311.073000', '130311.075000', '130311.078000', '130311.081000', '130311.084000', '130311.087000', '130311.090000', '130311.092000', '130311.095000', '130311.098000', '130311.101000', '130311.104000', '130311.107000', '130330.985000', '130330.988000', '130330.991000', '130330.993000', '130330.996000', '130331.000000', '130331.003000', '130331.006000', '130331.009000', '130331.012000', '130331.015000', '130331.018000', '130331.021000', '130331.024000', '130331.027000', '130331.030000', '130331.033000', '130331.036000', '130331.038000', '130331.041000', '130331.044000', '130331.047000', '130331.050000', '130331.053000', '130331.055000', '130331.058000', '130331.061000', '130331.064000', '130331.067000', '130331.071000', '130331.076000', '130331.079000', '130331.082000', '130331.085000', '130331.088000', '130331.091000', '130331.094000', '130331.096000', '130331.099000', '130331.102000', '130331.105000', '130331.108000', '130331.111000', '130350.985000', '130350.988000', '130350.991000', '130350.994000', '130350.996000', '130351.000000', '130351.003000', '130351.006000', '130351.009000', '130351.012000', '130351.014000', '130351.017000', '130351.020000', '130351.023000', '130351.026000', '130351.029000', '130351.031000', '130351.034000', '130351.037000', '130351.040000', '130351.043000', '130351.045000', '130351.048000', '130351.051000', '130351.054000', '130351.057000', '130351.060000', '130351.062000', '130351.065000', '130351.068000', '130351.071000', '130351.074000', '130351.077000', '130351.079000', '130351.082000', '130351.085000', '130351.088000', '130351.091000', '130351.093000', '130351.096000', '130351.099000', '130351.102000', '130351.105000', '130351.107000', '130410.985000', '130410.988000', '130410.991000', '130410.993000', '130410.996000', '130411.000000', '130411.003000', '130411.006000', '130411.009000', '130411.012000', '130411.015000', '130411.017000', '130411.020000', '130411.023000', '130411.026000', '130411.029000', '130411.032000', '130411.034000', '130411.037000', '130411.040000', '130411.043000', '130411.046000', '130411.048000', '130411.051000', '130411.054000', '130411.057000', '130411.060000', '130411.063000', '130411.065000', '130411.068000', '130411.071000', '130411.074000', '130411.077000', '130411.080000', '130411.082000', '130411.085000', '130411.088000', '130411.091000', '130411.094000', '130411.097000', '130411.100000', '130411.103000', '130411.106000', '130430.985000', '130430.988000', '130430.991000', '130430.994000', '130430.996000', '130431.000000', '130431.003000', '130431.006000', '130431.009000', '130431.012000', '130431.015000', '130431.017000', '130431.020000', '130431.023000', '130431.026000', '130431.029000', '130431.032000', '130431.034000', '130431.037000', '130431.040000', '130431.043000', '130431.046000', '130431.049000', '130431.051000', '130431.066000', '130431.069000', '130431.072000', '130431.075000', '130431.078000', '130431.080000', '130431.083000', '130431.086000', '130431.089000', '130431.092000', '130431.095000', '130431.097000', '130431.100000', '130431.103000', '130431.106000', '130431.109000', '130431.112000', '130431.114000', '130431.117000', '130431.120000', '130450.985000', '130450.988000', '130450.991000', '130450.994000', '130450.997000', '130451.001000', '130451.004000', '130451.006000', '130451.009000', '130451.012000', '130451.015000', '130451.018000', '130451.021000', '130451.023000', '130451.026000', '130451.029000', '130451.032000', '130451.035000', '130451.038000', '130451.040000', '130451.043000', '130451.046000', '130451.050000', '130451.053000', '130451.056000', '130451.059000', '130451.062000', '130451.065000', '130451.068000', '130451.070000', '130451.073000', '130451.076000', '130451.079000', '130451.082000', '130451.085000', '130451.087000', '130451.090000', '130451.093000', '130451.096000', '130451.099000', '130451.102000', '130451.105000', '130451.108000', '130510.985000', '130510.988000', '130510.991000', '130510.994000', '130510.997000', '130511.000000', '130511.003000', '130511.006000', '130511.009000', '130511.012000', '130511.015000', '130511.018000', '130511.020000', '130511.023000', '130511.026000', '130511.029000', '130511.032000', '130511.035000', '130511.037000', '130511.040000', '130511.043000', '130511.046000', '130511.049000', '130511.052000', '130511.054000', '130511.057000', '130511.060000', '130511.063000', '130511.066000', '130511.069000', '130511.071000', '130511.074000', '130511.077000', '130511.080000', '130511.083000', '130511.086000', '130511.088000', '130511.091000', '130511.094000', '130511.097000', '130511.100000', '130511.103000', '130511.105000', '130511.108000', '130530.984000', '130530.987000', '130530.990000', '130530.993000', '130530.996000', '130530.998000', '130531.002000', '130531.005000', '130531.008000', '130531.011000', '130531.014000', '130531.017000', '130531.020000', '130531.022000', '130531.025000', '130531.028000', '130531.031000', '130531.034000', '130531.037000', '130531.039000', '130531.042000', '130531.045000', '130531.048000', '130531.051000', '130531.054000', '130531.056000', '130531.059000', '130531.062000', '130531.065000', '130531.068000', '130531.071000', '130531.073000', '130531.076000', '130531.079000', '130531.082000', '130531.085000', '130531.088000', '130531.090000', '130531.093000', '130531.096000', '130531.099000', '130531.102000', '130531.105000', '130550.985000', '130550.988000', '130550.991000', '130550.994000', '130550.997000', '130551.001000', '130551.004000', '130551.006000', '130551.009000', '130551.012000', '130551.015000', '130551.017000', '130551.020000', '130551.023000', '130551.026000', '130551.029000', '130551.031000', '130551.034000', '130551.037000', '130551.040000', '130551.043000', '130551.046000', '130551.048000', '130551.051000', '130551.054000', '130551.057000', '130551.060000', '130551.063000', '130551.065000', '130551.068000', '130551.071000', '130551.074000', '130551.077000', '130551.080000', '130551.082000', '130551.085000', '130551.088000', '130551.091000', '130551.094000', '130551.097000', '130551.100000', '130551.102000', '130551.105000', '130551.108000', '130610.985000', '130610.988000', '130610.991000', '130610.994000', '130610.997000', '130611.001000', '130611.003000', '130611.006000', '130611.009000', '130611.012000', '130611.015000', '130611.018000', '130611.020000', '130611.023000', '130611.026000', '130611.029000', '130611.032000', '130611.034000', '130611.037000', '130611.040000', '130611.043000', '130611.046000', '130611.049000', '130611.052000', '130611.054000', '130611.057000', '130611.060000', '130611.063000', '130611.066000', '130611.069000', '130611.071000', '130611.074000', '130611.077000', '130611.080000', '130611.083000', '130611.086000', '130611.089000', '130611.093000', '130611.095000', '130611.098000', '130611.101000', '130611.104000', '130611.107000', '130630.985000', '130630.988000', '130630.991000', '130630.994000', '130630.997000', '130631.001000', '130631.004000', '130631.007000', '130631.010000', '130631.013000', '130631.016000', '130631.018000', '130631.021000', '130631.024000', '130631.027000', '130631.030000', '130631.033000', '130631.036000', '130631.038000', '130631.042000', '130631.044000', '130631.047000', '130631.050000', '130631.053000', '130631.056000', '130631.059000', '130631.062000', '130631.065000', '130631.068000', '130631.071000', '130631.074000', '130631.076000', '130631.079000', '130631.082000', '130631.085000', '130631.088000', '130631.091000', '130631.094000', '130631.097000', '130631.100000', '130631.103000', '130631.106000', '130631.109000', '130631.112000', '130650.985000', '130650.993000', '130650.996000', '130651.000000', '130651.003000', '130651.006000', '130651.009000', '130651.011000', '130651.014000', '130651.017000', '130651.020000', '130651.023000', '130651.026000', '130651.028000', '130651.031000', '130651.034000', '130651.037000', '130651.040000', '130651.043000', '130651.046000', '130651.049000', '130651.051000', '130651.054000', '130651.057000', '130651.060000', '130651.063000', '130651.066000', '130651.068000', '130651.071000', '130651.074000', '130651.077000', '130651.080000', '130651.083000', '130651.085000', '130651.088000', '130651.091000', '130651.094000', '130651.097000', '130651.099000', '130651.102000', '130651.105000', '130651.108000', '130651.111000', '130654.928000', '130654.932000', '130654.935000', '130654.939000', '130654.943000', '130654.946000', '130654.949000', '130654.952000', '130654.955000'], 'InstanceCreationTime': ['130011.020000', '130011.023000', '130011.026000', '130011.029000', '130011.031000', '130011.036000', '130011.039000', '130011.042000', '130011.045000', '130011.047000', '130011.050000', '130011.053000', '130011.056000', '130011.059000', '130011.061000', '130011.064000', '130011.067000', '130011.070000', '130011.073000', '130011.075000', '130011.078000', '130011.081000', '130011.084000', '130011.087000', '130011.089000', '130011.106000', '130011.109000', '130011.111000', '130011.114000', '130011.117000', '130011.120000', '130011.123000', '130011.126000', '130011.128000', '130011.131000', '130030.985000', '130030.988000', '130030.991000', '130030.993000', '130030.996000', '130031.000000', '130031.003000', '130031.006000', '130031.009000', '130031.011000', '130031.014000', '130031.017000', '130031.020000', '130031.023000', '130031.026000', '130031.028000', '130031.031000', '130031.034000', '130031.037000', '130031.040000', '130031.042000', '130031.045000', '130031.051000', '130031.054000', '130031.057000', '130031.059000', '130031.062000', '130031.065000', '130031.068000', '130031.071000', '130031.074000', '130031.076000', '130031.079000', '130031.082000', '130031.085000', '130031.088000', '130031.091000', '130031.094000', '130031.097000', '130031.099000', '130031.102000', '130031.105000', '130031.108000', '130031.110000', '130050.984000', '130050.987000', '130050.991000', '130050.994000', '130050.997000', '130051.001000', '130051.003000', '130051.006000', '130051.009000', '130051.012000', '130051.015000', '130051.017000', '130051.020000', '130051.023000', '130051.026000', '130051.029000', '130051.032000', '130051.034000', '130051.037000', '130051.040000', '130051.043000', '130051.046000', '130051.049000', '130051.051000', '130051.054000', '130051.057000', '130051.060000', '130051.063000', '130051.065000', '130051.068000', '130051.071000', '130051.074000', '130051.077000', '130051.080000', '130051.082000', '130051.085000', '130051.088000', '130051.091000', '130051.094000', '130051.096000', '130051.099000', '130051.102000', '130051.105000', '130110.985000', '130110.988000', '130110.990000', '130110.993000', '130110.996000', '130111.000000', '130111.003000', '130111.006000', '130111.009000', '130111.012000', '130111.014000', '130111.017000', '130111.020000', '130111.023000', '130111.026000', '130111.028000', '130111.031000', '130111.034000', '130111.037000', '130111.040000', '130111.043000', '130111.045000', '130111.048000', '130111.051000', '130111.054000', '130111.057000', '130111.059000', '130111.062000', '130111.065000', '130111.068000', '130111.071000', '130111.074000', '130111.077000', '130111.079000', '130111.082000', '130111.085000', '130111.088000', '130111.091000', '130111.093000', '130111.096000', '130111.099000', '130111.102000', '130111.105000', '130111.107000', '130130.985000', '130130.988000', '130130.991000', '130131.005000', '130131.008000', '130131.011000', '130131.014000', '130131.016000', '130131.019000', '130131.022000', '130131.025000', '130131.029000', '130131.032000', '130131.035000', '130131.038000', '130131.041000', '130131.044000', '130131.047000', '130131.049000', '130131.052000', '130131.055000', '130131.058000', '130131.061000', '130131.064000', '130131.066000', '130131.069000', '130131.072000', '130131.075000', '130131.078000', '130131.080000', '130131.083000', '130131.086000', '130131.089000', '130131.092000', '130131.094000', '130131.097000', '130131.100000', '130131.103000', '130131.106000', '130131.109000', '130131.111000', '130131.114000', '130131.117000', '130150.985000', '130150.988000', '130150.991000', '130150.993000', '130150.996000', '130151.000000', '130151.003000', '130151.006000', '130151.009000', '130151.011000', '130151.014000', '130151.017000', '130151.020000', '130151.023000', '130151.026000', '130151.029000', '130151.031000', '130151.034000', '130151.037000', '130151.040000', '130151.043000', '130151.046000', '130151.048000', '130151.051000', '130151.054000', '130151.057000', '130151.060000', '130151.063000', '130151.065000', '130151.068000', '130151.071000', '130151.074000', '130151.077000', '130151.080000', '130151.082000', '130151.085000', '130151.088000', '130151.091000', '130151.094000', '130151.096000', '130151.099000', '130151.102000', '130151.105000', '130151.108000', '130210.985000', '130210.988000', '130210.991000', '130210.994000', '130210.996000', '130211.000000', '130211.003000', '130211.006000', '130211.009000', '130211.011000', '130211.014000', '130211.017000', '130211.020000', '130211.023000', '130211.026000', '130211.029000', '130211.034000', '130211.038000', '130211.041000', '130211.044000', '130211.046000', '130211.049000', '130211.052000', '130211.055000', '130211.058000', '130211.060000', '130211.063000', '130211.066000', '130211.069000', '130211.072000', '130211.075000', '130211.078000', '130211.081000', '130211.083000', '130211.086000', '130211.089000', '130211.092000', '130211.095000', '130211.097000', '130211.100000', '130211.103000', '130211.106000', '130211.109000', '130230.985000', '130230.988000', '130230.991000', '130230.993000', '130230.996000', '130231.000000', '130231.003000', '130231.006000', '130231.009000', '130231.011000', '130231.014000', '130231.017000', '130231.020000', '130231.023000', '130231.026000', '130231.028000', '130231.031000', '130231.034000', '130231.037000', '130231.040000', '130231.043000', '130231.045000', '130231.048000', '130231.051000', '130231.054000', '130231.057000', '130231.060000', '130231.062000', '130231.065000', '130231.068000', '130231.071000', '130231.074000', '130231.076000', '130231.079000', '130231.082000', '130231.085000', '130231.088000', '130231.090000', '130231.093000', '130231.096000', '130231.099000', '130231.102000', '130231.104000', '130231.107000', '130250.985000', '130250.988000', '130250.991000', '130250.994000', '130250.996000', '130251.000000', '130251.003000', '130251.006000', '130251.009000', '130251.012000', '130251.014000', '130251.017000', '130251.020000', '130251.023000', '130251.026000', '130251.029000', '130251.031000', '130251.034000', '130251.037000', '130251.040000', '130251.043000', '130251.045000', '130251.048000', '130251.051000', '130251.054000', '130251.058000', '130251.062000', '130251.065000', '130251.068000', '130251.071000', '130251.074000', '130251.077000', '130251.080000', '130251.082000', '130251.085000', '130251.088000', '130251.091000', '130251.094000', '130251.097000', '130251.099000', '130251.102000', '130251.105000', '130251.121000', '130310.984000', '130310.987000', '130310.990000', '130310.993000', '130310.995000', '130310.998000', '130311.002000', '130311.005000', '130311.008000', '130311.010000', '130311.013000', '130311.016000', '130311.019000', '130311.022000', '130311.025000', '130311.028000', '130311.031000', '130311.033000', '130311.036000', '130311.039000', '130311.042000', '130311.045000', '130311.047000', '130311.050000', '130311.053000', '130311.056000', '130311.059000', '130311.061000', '130311.064000', '130311.067000', '130311.070000', '130311.073000', '130311.075000', '130311.078000', '130311.081000', '130311.084000', '130311.087000', '130311.090000', '130311.092000', '130311.095000', '130311.098000', '130311.101000', '130311.104000', '130311.107000', '130330.985000', '130330.988000', '130330.991000', '130330.993000', '130330.996000', '130331.000000', '130331.003000', '130331.006000', '130331.009000', '130331.012000', '130331.015000', '130331.018000', '130331.021000', '130331.024000', '130331.027000', '130331.030000', '130331.033000', '130331.036000', '130331.038000', '130331.041000', '130331.044000', '130331.047000', '130331.050000', '130331.053000', '130331.055000', '130331.058000', '130331.061000', '130331.064000', '130331.067000', '130331.071000', '130331.076000', '130331.079000', '130331.082000', '130331.085000', '130331.088000', '130331.091000', '130331.094000', '130331.096000', '130331.099000', '130331.102000', '130331.105000', '130331.108000', '130331.111000', '130350.985000', '130350.988000', '130350.991000', '130350.994000', '130350.996000', '130351.000000', '130351.003000', '130351.006000', '130351.009000', '130351.012000', '130351.014000', '130351.017000', '130351.020000', '130351.023000', '130351.026000', '130351.029000', '130351.031000', '130351.034000', '130351.037000', '130351.040000', '130351.043000', '130351.045000', '130351.048000', '130351.051000', '130351.054000', '130351.057000', '130351.060000', '130351.062000', '130351.065000', '130351.068000', '130351.071000', '130351.074000', '130351.077000', '130351.079000', '130351.082000', '130351.085000', '130351.088000', '130351.091000', '130351.093000', '130351.096000', '130351.099000', '130351.102000', '130351.105000', '130351.107000', '130410.985000', '130410.988000', '130410.991000', '130410.993000', '130410.996000', '130411.000000', '130411.003000', '130411.006000', '130411.009000', '130411.012000', '130411.015000', '130411.017000', '130411.020000', '130411.023000', '130411.026000', '130411.029000', '130411.032000', '130411.034000', '130411.037000', '130411.040000', '130411.043000', '130411.046000', '130411.048000', '130411.051000', '130411.054000', '130411.057000', '130411.060000', '130411.063000', '130411.065000', '130411.068000', '130411.071000', '130411.074000', '130411.077000', '130411.080000', '130411.082000', '130411.085000', '130411.088000', '130411.091000', '130411.094000', '130411.097000', '130411.100000', '130411.103000', '130411.106000', '130430.985000', '130430.988000', '130430.991000', '130430.994000', '130430.996000', '130431.000000', '130431.003000', '130431.006000', '130431.009000', '130431.012000', '130431.015000', '130431.017000', '130431.020000', '130431.023000', '130431.026000', '130431.029000', '130431.032000', '130431.034000', '130431.037000', '130431.040000', '130431.043000', '130431.046000', '130431.049000', '130431.051000', '130431.066000', '130431.069000', '130431.072000', '130431.075000', '130431.078000', '130431.080000', '130431.083000', '130431.086000', '130431.089000', '130431.092000', '130431.095000', '130431.097000', '130431.100000', '130431.103000', '130431.106000', '130431.109000', '130431.112000', '130431.114000', '130431.117000', '130431.120000', '130450.985000', '130450.988000', '130450.991000', '130450.994000', '130450.997000', '130451.001000', '130451.004000', '130451.006000', '130451.009000', '130451.012000', '130451.015000', '130451.018000', '130451.021000', '130451.023000', '130451.026000', '130451.029000', '130451.032000', '130451.035000', '130451.038000', '130451.040000', '130451.043000', '130451.046000', '130451.050000', '130451.053000', '130451.056000', '130451.059000', '130451.062000', '130451.065000', '130451.068000', '130451.070000', '130451.073000', '130451.076000', '130451.079000', '130451.082000', '130451.085000', '130451.087000', '130451.090000', '130451.093000', '130451.096000', '130451.099000', '130451.102000', '130451.105000', '130451.108000', '130510.985000', '130510.988000', '130510.991000', '130510.994000', '130510.997000', '130511.000000', '130511.003000', '130511.006000', '130511.009000', '130511.012000', '130511.015000', '130511.018000', '130511.020000', '130511.023000', '130511.026000', '130511.029000', '130511.032000', '130511.035000', '130511.037000', '130511.040000', '130511.043000', '130511.046000', '130511.049000', '130511.052000', '130511.054000', '130511.057000', '130511.060000', '130511.063000', '130511.066000', '130511.069000', '130511.071000', '130511.074000', '130511.077000', '130511.080000', '130511.083000', '130511.086000', '130511.088000', '130511.091000', '130511.094000', '130511.097000', '130511.100000', '130511.103000', '130511.105000', '130511.108000', '130530.984000', '130530.987000', '130530.990000', '130530.993000', '130530.996000', '130530.998000', '130531.002000', '130531.005000', '130531.008000', '130531.011000', '130531.014000', '130531.017000', '130531.020000', '130531.022000', '130531.025000', '130531.028000', '130531.031000', '130531.034000', '130531.037000', '130531.039000', '130531.042000', '130531.045000', '130531.048000', '130531.051000', '130531.054000', '130531.056000', '130531.059000', '130531.062000', '130531.065000', '130531.068000', '130531.071000', '130531.073000', '130531.076000', '130531.079000', '130531.082000', '130531.085000', '130531.088000', '130531.090000', '130531.093000', '130531.096000', '130531.099000', '130531.102000', '130531.105000', '130550.985000', '130550.988000', '130550.991000', '130550.994000', '130550.997000', '130551.001000', '130551.004000', '130551.006000', '130551.009000', '130551.012000', '130551.015000', '130551.017000', '130551.020000', '130551.023000', '130551.026000', '130551.029000', '130551.031000', '130551.034000', '130551.037000', '130551.040000', '130551.043000', '130551.046000', '130551.048000', '130551.051000', '130551.054000', '130551.057000', '130551.060000', '130551.063000', '130551.065000', '130551.068000', '130551.071000', '130551.074000', '130551.077000', '130551.080000', '130551.082000', '130551.085000', '130551.088000', '130551.091000', '130551.094000', '130551.097000', '130551.100000', '130551.102000', '130551.105000', '130551.108000', '130610.985000', '130610.988000', '130610.991000', '130610.994000', '130610.997000', '130611.001000', '130611.003000', '130611.006000', '130611.009000', '130611.012000', '130611.015000', '130611.018000', '130611.020000', '130611.023000', '130611.026000', '130611.029000', '130611.032000', '130611.034000', '130611.037000', '130611.040000', '130611.043000', '130611.046000', '130611.049000', '130611.052000', '130611.054000', '130611.057000', '130611.060000', '130611.063000', '130611.066000', '130611.069000', '130611.071000', '130611.074000', '130611.077000', '130611.080000', '130611.083000', '130611.086000', '130611.089000', '130611.093000', '130611.095000', '130611.098000', '130611.101000', '130611.104000', '130611.107000', '130630.985000', '130630.988000', '130630.991000', '130630.994000', '130630.997000', '130631.001000', '130631.004000', '130631.007000', '130631.010000', '130631.013000', '130631.016000', '130631.018000', '130631.021000', '130631.024000', '130631.027000', '130631.030000', '130631.033000', '130631.036000', '130631.038000', '130631.042000', '130631.044000', '130631.047000', '130631.050000', '130631.053000', '130631.056000', '130631.059000', '130631.062000', '130631.065000', '130631.068000', '130631.071000', '130631.074000', '130631.076000', '130631.079000', '130631.082000', '130631.085000', '130631.088000', '130631.091000', '130631.094000', '130631.097000', '130631.100000', '130631.103000', '130631.106000', '130631.109000', '130631.112000', '130650.985000', '130650.993000', '130650.996000', '130651.000000', '130651.003000', '130651.006000', '130651.009000', '130651.011000', '130651.014000', '130651.017000', '130651.020000', '130651.023000', '130651.026000', '130651.028000', '130651.031000', '130651.034000', '130651.037000', '130651.040000', '130651.043000', '130651.046000', '130651.049000', '130651.051000', '130651.054000', '130651.057000', '130651.060000', '130651.063000', '130651.066000', '130651.068000', '130651.071000', '130651.074000', '130651.077000', '130651.080000', '130651.083000', '130651.085000', '130651.088000', '130651.091000', '130651.094000', '130651.097000', '130651.099000', '130651.102000', '130651.105000', '130651.108000', '130651.111000', '130654.928000', '130654.932000', '130654.935000', '130654.939000', '130654.943000', '130654.946000', '130654.949000', '130654.952000', '130654.955000'], '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': [12259, 12203, 10173, 8076, 11182, 7970, 11940, 7789, 8603, 7191, 6979, 9752, 7056, 11778, 8411, 11634, 8319, 11497, 7992, 10942, 8324, 10847, 8242, 11372, 7741, 12321, 7751, 10187, 7795, 7969, 7447, 8488, 7968, 9011, 8298, 7321, 8476, 6977, 8966, 7301, 9920, 7423, 10695, 7466, 11089, 7043, 11475, 8282, 11582, 8339, 11790, 8489, 9065, 9812, 7950, 9358, 7681, 10914, 7711, 11271, 7697, 11508, 9899, 12248, 8956, 12253, 9251, 11845, 10155, 11589, 10094, 10811, 9642, 9897, 9742, 10086, 9667, 8358, 9859, 8046, 10457, 8144, 9859, 7761, 9715, 8110, 9643, 7919, 10187, 7744, 11220, 7341, 10952, 7635, 11196, 7721, 11974, 7770, 11888, 7612, 12014, 7887, 11420, 8242, 10933, 8231, 7515, 9094, 7711, 10225, 8052, 9234, 8084, 10412, 7207, 10492, 7183, 11144, 8166, 11581, 7663, 11030, 7140, 10595, 7422, 11117, 7916, 11208, 7229, 11960, 7524, 12341, 8017, 11085, 8429, 10712, 8875, 7716, 8827, 7445, 10110, 7283, 10495, 9223, 7843, 9971, 7191, 6740, 10056, 7607, 10209, 12049, 8874, 13000, 10511, 14659, 11065, 10070, 11052, 9221, 14122, 10576, 15277, 10223, 13301, 9218, 12411, 9007, 12477, 9456, 10771, 7412, 7264, 8180, 7321, 8758, 7028, 10071, 7127, 8486, 8830, 7486, 8517, 6885, 6792, 8794, 7017, 10579, 9165, 7575, 10627, 12197, 9285, 14460, 9307, 12742, 8908, 13413, 7903, 11357, 7729, 8207, 8111, 7091, 8396, 6947, 9739, 6858, 9836, 7148, 7146, 7868, 6924, 7623, 6957, 7136, 9913, 7776, 7700, 8677, 8111, 12269, 9271, 13880, 11994, 12546, 13201, 13688, 16558, 11464, 10199, 12386, 8149, 8156, 8924, 12305, 7346, 8997, 10522, 11966, 8855, 8540, 14937, 11854, 17587, 13466, 16536, 11471, 14477, 9115, 13142, 7340, 11936, 7633, 10563, 7030, 9418, 6973, 9349, 7037, 8947, 7328, 9356, 6817, 7819, 7037, 6921, 8641, 6938, 7430, 7123, 6967, 10561, 9501, 9205, 8983, 8656, 10536, 7345, 14825, 9701, 14513, 10989, 13387, 10035, 13867, 12713, 13921, 12223, 13575, 10994, 15390, 11075, 15339, 10119, 15312, 9378, 14387, 8506, 13093, 7561, 11754, 7102, 11690, 7208, 11850, 7168, 11639, 7226, 9891, 7244, 8758, 7611, 9286, 7515, 8695, 8909, 8609, 7586, 7045, 9618, 7055, 7897, 6987, 6845, 10090, 6915, 12221, 6940, 13590, 8088, 13094, 8512, 14032, 8597, 15833, 9585, 12157, 9502, 9050, 11048, 9886, 11515, 12100, 11174, 9536, 9711, 7858, 11111, 8367, 10523, 10561, 9089, 9197, 8633, 7066, 9080, 7249, 9863, 7128, 10628, 6828, 11818, 7055, 10474, 6925, 9649, 6912, 9430, 6809, 9668, 6787, 10408, 7095, 9269, 7166, 7656, 9017, 7568, 9795, 7013, 11457, 7001, 12644, 8114, 11392, 8671, 7955, 12907, 9851, 6825, 11069, 7145, 14032, 9607, 13053, 10129, 10200, 10018, 8939, 11281, 7274, 13361, 9440, 13208, 10413, 12657, 9375, 11319, 9695, 8386, 9592, 7285, 9921, 7079, 10201, 6991, 9827, 7059, 10690, 7289, 10421, 7200, 8128, 7481, 7145, 8873, 6884, 8505, 6952, 9598, 6900, 7346, 7886, 6994, 10702, 6859, 13155, 9467, 12366, 9870, 9342, 10181, 10561, 9661, 13645, 10636, 15441, 8563, 13715, 7738, 12109, 6957, 9985, 6808, 10327, 7064, 9782, 7659, 8968, 9429, 7766, 9538, 8290, 9490, 12736, 10576, 15626, 11096, 13769, 9606, 7358, 8948, 6997, 13360, 9445, 10299, 10408, 12143, 10220, 12153, 10277, 9484, 11438, 9169, 12546, 9069, 15235, 10901, 10537, 8474, 7019, 10373, 7171, 7184, 10287, 7860, 7150, 8139, 7233, 7461, 8319, 13058, 7213, 7776, 12252, 9777, 8132, 10050, 13406, 10118, 15242, 13031, 13774, 12971, 14053, 9267, 11964, 7254, 11126, 7867, 7067, 8741, 6853, 6939, 7368, 6990, 10032, 6776, 9075, 7526, 7231, 8387, 7029, 8551, 6806, 10400, 7031, 12782, 7159, 10428, 8481, 7244, 9073, 6773, 9325, 7109, 7275, 7140, 7403, 7202, 8443, 8385, 7088, 9154, 8897, 9964, 13493, 11532, 10732, 15909, 11742, 14059, 14190, 12749, 17077, 12090, 15849, 13206, 13646, 11454, 13631, 10618, 11925, 8907, 10564, 8516, 7293, 9584, 6878, 8693, 7447, 7035, 9610, 7353, 7205, 8529, 7096, 7253, 8691, 7007, 11784, 7620, 13517, 7692, 11819, 7101, 10232, 7593, 9870, 7011, 9937, 7044, 10245, 6968, 9980, 6988, 10567, 8855, 7408, 8402, 6885, 10414, 6882, 12710, 8782, 12991, 7024, 12742, 7864, 13766, 10850, 12584, 10016, 7412, 9400, 7015, 12882, 8997, 14797, 11056, 13775, 10755, 12072, 9976, 10919, 9387, 8706, 11650, 7581, 13417, 8388, 13244, 9939, 9250, 9206, 7277, 9697, 6949, 11062, 7239, 10058, 9021, 7053, 11236, 7056, 9466, 7601, 7154, 10473, 7892, 13657, 11340, 8232, 9150, 7416, 12713, 9309, 14484, 11861, 12185, 9728, 8300, 9924, 8061, 14418, 9652, 13906, 10484, 11283, 9811, 8392, 10306, 7384, 11795, 7841, 13233, 8849, 9804, 9358, 7198, 9567, 7581, 9631, 7587, 7286, 8751, 6938, 11076, 7049, 11936, 7002, 10143, 8611, 8057, 9310, 7502, 8469, 7651, 8906, 7775, 8603, 6909, 8636, 6821, 9567, 6881, 9983, 7708, 7209, 10045, 7198, 10141, 8377, 14817, 10463, 15199, 10460, 14740, 10328, 15037, 11404, 13227, 10256, 8805, 11209, 7222, 12640, 9224, 9623, 11997, 9166, 14204, 10855, 9106, 14002, 11442, 10601, 14425, 12067, 8134, 12612, 8778, 11982, 10371, 8591, 13450, 9188, 14400, 11429, 12116, 9865, 8108, 9338, 8007, 11700, 7818, 13797, 10811, 10768, 7510, 7398, 8665, 7245, 9168, 7157, 10770, 7154, 9395, 7150, 7233, 7822, 7565, 11777, 7043, 8924, 11595, 7256, 7214, 9962, 7296, 7867, 11969, 9320, 11721, 10054, 9482, 12154, 9997, 15094, 12276, 15923, 10736, 14561, 10648, 15014, 11069, 15098, 11439, 14331, 9068, 13200, 8091, 10888, 8501, 8671, 8333, 6913, 9098, 7011, 11156, 7467, 12551, 7414, 11960, 6988, 11874, 7867, 12378, 8621, 11182, 7109, 9447, 7528, 8880, 7998, 8564, 7491, 6925, 8917, 7064, 9897, 7319, 9577, 7672, 10508, 7128, 6735, 6934, 7013, 10463, 8710, 9071, 10429, 8560, 13444, 9954, 14784, 11455, 14489, 11850, 11392, 12333, 10746, 11562, 11854, 14783, 11338, 15725, 11402, 12630, 11328, 12275, 13669, 10314, 12743, 8572, 10537, 9880, 9486, 8818, 8921, 7760, 9689, 7147, 10826, 7250, 7876, 7423, 7049, 10248, 8605, 14234, 10787, 7755, 10710, 7309, 8056, 9717, 7735, 7215, 7111, 7121, 9774, 12823, 10243, 12787, 14789, 12963, 17422, 13272, 15118, 14078, 15210], 'WindowCenter': [4564.0, 4469.0, 4358.0, 4369.0, 4410.0, 4382.0, 4412.0, 4386.0, 4395.0, 4361.0, 4377.0, 4404.0, 4374.0, 4423.0, 4382.0, 4421.0, 4381.0, 4411.0, 4370.0, 4399.0, 4370.0, 4400.0, 4380.0, 4411.0, 4370.0, 4419.0, 4369.0, 4398.0, 4369.0, 4369.0, 4360.0, 4378.0, 4371.0, 4389.0, 4381.0, 4370.0, 4383.0, 4373.0, 4392.0, 4374.0, 4403.0, 4384.0, 4413.0, 4373.0, 4423.0, 4374.0, 4425.0, 4396.0, 4437.0, 4395.0, 4424.0, 4394.0, 4404.0, 4415.0, 4395.0, 4419.0, 4398.0, 4426.0, 4397.0, 4426.0, 4398.0, 4425.0, 4418.0, 4436.0, 4407.0, 4433.0, 4407.0, 4424.0, 4416.0, 4425.0, 4414.0, 4412.0, 4402.0, 4403.0, 4403.0, 4400.0, 4391.0, 4380.0, 4389.0, 4370.0, 4398.0, 4369.0, 4390.0, 4368.0, 4388.0, 4368.0, 4389.0, 4380.0, 4399.0, 4371.0, 4409.0, 4371.0, 4410.0, 4382.0, 4411.0, 4372.0, 4422.0, 4373.0, 4422.0, 4371.0, 4422.0, 4382.0, 4411.0, 4384.0, 4414.0, 4394.0, 4373.0, 4393.0, 4382.0, 4415.0, 4383.0, 4405.0, 4384.0, 4414.0, 4384.0, 4415.0, 4387.0, 4425.0, 4393.0, 4425.0, 4386.0, 4426.0, 4376.0, 4426.0, 4385.0, 4425.0, 4397.0, 4427.0, 4387.0, 4438.0, 4386.0, 4436.0, 4396.0, 4423.0, 4396.0, 4425.0, 4407.0, 4386.0, 4420.0, 4445.0, 4514.0, 4472.0, 4460.0, 4418.0, 4398.0, 4416.0, 4333.0, 4345.0, 4403.0, 4398.0, 4431.0, 4439.0, 4394.0, 4435.0, 4430.0, 4456.0, 4427.0, 4403.0, 4415.0, 4391.0, 4431.0, 4403.0, 4431.0, 4391.0, 4419.0, 4377.0, 4396.0, 4364.0, 4394.0, 4376.0, 4400.0, 4359.0, 4344.0, 4365.0, 4356.0, 4364.0, 4347.0, 4400.0, 4388.0, 4403.0, 4418.0, 4383.0, 4392.0, 4385.0, 4359.0, 4393.0, 4376.0, 4441.0, 4408.0, 4384.0, 4414.0, 4421.0, 4392.0, 4442.0, 4406.0, 4423.0, 4378.0, 4431.0, 4370.0, 4411.0, 4369.0, 4381.0, 4369.0, 4373.0, 4394.0, 4359.0, 4390.0, 4363.0, 4413.0, 4374.0, 4385.0, 4411.0, 4374.0, 4385.0, 4378.0, 4375.0, 4418.0, 4399.0, 4402.0, 4412.0, 4423.0, 4455.0, 4436.0, 4465.0, 4429.0, 4424.0, 4424.0, 4450.0, 4468.0, 4424.0, 4413.0, 4433.0, 4369.0, 4371.0, 4383.0, 4408.0, 4345.0, 4366.0, 4388.0, 4397.0, 4366.0, 4366.0, 4418.0, 4396.0, 4424.0, 4395.0, 4400.0, 4370.0, 4389.0, 4338.0, 4366.0, 4315.0, 4366.0, 4325.0, 4357.0, 4317.0, 4336.0, 4319.0, 4347.0, 4330.0, 4348.0, 4344.0, 4374.0, 4346.0, 4369.0, 4372.0, 4375.0, 4407.0, 4386.0, 4387.0, 4385.0, 4399.0, 4442.0, 4431.0, 4405.0, 4442.0, 4427.0, 4434.0, 4396.0, 4455.0, 4378.0, 4417.0, 4402.0, 4422.0, 4406.0, 4436.0, 4436.0, 4445.0, 4424.0, 4433.0, 4401.0, 4428.0, 4384.0, 4415.0, 4385.0, 4427.0, 4376.0, 4415.0, 4367.0, 4407.0, 4357.0, 4396.0, 4347.0, 4393.0, 4344.0, 4396.0, 4359.0, 4409.0, 4360.0, 4402.0, 4372.0, 4381.0, 4381.0, 4389.0, 4371.0, 4381.0, 4406.0, 4395.0, 4384.0, 4376.0, 4404.0, 4376.0, 4385.0, 4376.0, 4377.0, 4429.0, 4389.0, 4452.0, 4392.0, 4462.0, 4413.0, 4462.0, 4421.0, 4458.0, 4398.0, 4458.0, 4406.0, 4436.0, 4406.0, 4395.0, 4425.0, 4405.0, 4426.0, 4424.0, 4413.0, 4392.0, 4390.0, 4369.0, 4400.0, 4368.0, 4400.0, 4400.0, 4378.0, 4376.0, 4368.0, 4349.0, 4377.0, 4358.0, 4388.0, 4358.0, 4400.0, 4363.0, 4422.0, 4362.0, 4400.0, 4359.0, 4389.0, 4360.0, 4389.0, 4362.0, 4392.0, 4362.0, 4410.0, 4374.0, 4403.0, 4374.0, 4386.0, 4406.0, 4385.0, 4418.0, 4377.0, 4441.0, 4387.0, 4437.0, 4387.0, 4423.0, 4383.0, 4386.0, 4435.0, 4404.0, 4363.0, 4413.0, 4375.0, 4434.0, 4404.0, 4434.0, 4402.0, 4414.0, 4404.0, 4381.0, 4400.0, 4359.0, 4419.0, 4387.0, 4418.0, 4388.0, 4419.0, 4391.0, 4398.0, 4377.0, 4366.0, 4375.0, 4344.0, 4374.0, 4344.0, 4374.0, 4345.0, 4376.0, 4346.0, 4386.0, 4356.0, 4386.0, 4357.0, 4369.0, 4358.0, 4360.0, 4392.0, 4362.0, 4406.0, 4387.0, 4416.0, 4374.0, 4384.0, 4398.0, 4387.0, 4429.0, 4377.0, 4446.0, 4407.0, 4437.0, 4419.0, 4409.0, 4431.0, 4431.0, 4419.0, 4447.0, 4416.0, 4444.0, 4394.0, 4433.0, 4372.0, 4420.0, 4372.0, 4403.0, 4363.0, 4413.0, 4386.0, 4416.0, 4398.0, 4419.0, 4421.0, 4399.0, 4420.0, 4396.0, 4418.0, 4436.0, 4418.0, 4456.0, 4425.0, 4447.0, 4419.0, 4386.0, 4391.0, 4375.0, 4444.0, 4407.0, 4403.0, 4414.0, 4438.0, 4420.0, 4425.0, 4402.0, 4380.0, 4402.0, 4379.0, 4397.0, 4364.0, 4415.0, 4397.0, 4388.0, 4338.0, 4302.0, 4357.0, 4331.0, 4357.0, 4400.0, 4382.0, 4372.0, 4382.0, 4387.0, 4413.0, 4371.0, 4434.0, 4364.0, 4372.0, 4424.0, 4418.0, 4387.0, 4393.0, 4424.0, 4394.0, 4421.0, 4399.0, 4397.0, 4384.0, 4393.0, 4352.0, 4383.0, 4319.0, 4357.0, 4341.0, 4332.0, 4348.0, 4332.0, 4331.0, 4329.0, 4332.0, 4372.0, 4334.0, 4365.0, 4358.0, 4358.0, 4370.0, 4360.0, 4380.0, 4350.0, 4401.0, 4361.0, 4422.0, 4363.0, 4413.0, 4397.0, 4386.0, 4381.0, 4351.0, 4380.0, 4362.0, 4390.0, 4391.0, 4402.0, 4362.0, 4415.0, 4386.0, 4364.0, 4394.0, 4408.0, 4421.0, 4452.0, 4442.0, 4442.0, 4472.0, 4439.0, 4437.0, 4423.0, 4409.0, 4430.0, 4386.0, 4417.0, 4394.0, 4391.0, 4372.0, 4389.0, 4359.0, 4368.0, 4339.0, 4358.0, 4336.0, 4330.0, 4361.0, 4332.0, 4351.0, 4342.0, 4358.0, 4388.0, 4358.0, 4356.0, 4378.0, 4359.0, 4358.0, 4393.0, 4364.0, 4424.0, 4385.0, 4433.0, 4373.0, 4412.0, 4360.0, 4390.0, 4371.0, 4391.0, 4363.0, 4403.0, 4361.0, 4400.0, 4360.0, 4401.0, 4377.0, 4415.0, 4396.0, 4374.0, 4385.0, 4374.0, 4416.0, 4376.0, 4437.0, 4397.0, 4433.0, 4375.0, 4434.0, 4386.0, 4447.0, 4428.0, 4437.0, 4418.0, 4387.0, 4405.0, 4375.0, 4434.0, 4407.0, 4446.0, 4427.0, 4435.0, 4414.0, 4422.0, 4403.0, 4400.0, 4382.0, 4380.0, 4411.0, 4370.0, 4420.0, 4383.0, 4422.0, 4404.0, 4393.0, 4389.0, 4358.0, 4390.0, 4361.0, 4412.0, 4386.0, 4416.0, 4392.0, 4373.0, 4427.0, 4374.0, 4404.0, 4374.0, 4375.0, 4414.0, 4384.0, 4445.0, 4426.0, 4384.0, 4394.0, 4372.0, 4424.0, 4393.0, 4433.0, 4413.0, 4412.0, 4389.0, 4371.0, 4391.0, 4371.0, 4433.0, 4390.0, 4419.0, 4398.0, 4400.0, 4390.0, 4369.0, 4389.0, 4359.0, 4397.0, 4357.0, 4408.0, 4379.0, 4388.0, 4380.0, 4358.0, 4389.0, 4371.0, 4390.0, 4383.0, 4373.0, 4383.0, 4363.0, 4413.0, 4373.0, 4424.0, 4376.0, 4417.0, 4410.0, 4399.0, 4421.0, 4388.0, 4410.0, 4387.0, 4395.0, 4374.0, 4393.0, 4374.0, 4394.0, 4364.0, 4405.0, 4375.0, 4418.0, 4398.0, 4401.0, 4431.0, 4392.0, 4430.0, 4412.0, 4472.0, 4431.0, 4459.0, 4430.0, 4458.0, 4418.0, 4447.0, 4427.0, 4446.0, 4403.0, 4381.0, 4399.0, 4358.0, 4420.0, 4392.0, 4404.0, 4425.0, 4392.0, 4444.0, 4427.0, 4395.0, 4444.0, 4415.0, 4414.0, 4447.0, 4412.0, 4371.0, 4411.0, 4381.0, 4408.0, 4391.0, 4367.0, 4408.0, 4367.0, 4417.0, 4397.0, 4396.0, 4374.0, 4356.0, 4363.0, 4356.0, 4394.0, 4355.0, 4404.0, 4386.0, 4385.0, 4345.0, 4345.0, 4367.0, 4346.0, 4376.0, 4357.0, 4398.0, 4359.0, 4390.0, 4361.0, 4373.0, 4385.0, 4372.0, 4410.0, 4361.0, 4392.0, 4454.0, 4402.0, 4399.0, 4419.0, 4390.0, 4400.0, 4440.0, 4422.0, 4440.0, 4419.0, 4409.0, 4439.0, 4407.0, 4448.0, 4426.0, 4444.0, 4403.0, 4431.0, 4390.0, 4430.0, 4401.0, 4419.0, 4402.0, 4418.0, 4369.0, 4409.0, 4357.0, 4386.0, 4368.0, 4369.0, 4368.0, 4349.0, 4378.0, 4361.0, 4426.0, 4374.0, 4423.0, 4372.0, 4412.0, 4362.0, 4411.0, 4384.0, 4421.0, 4383.0, 4412.0, 4363.0, 4393.0, 4374.0, 4394.0, 4385.0, 4384.0, 4375.0, 4374.0, 4396.0, 4389.0, 4430.0, 4399.0, 4429.0, 4399.0, 4425.0, 4382.0, 4382.0, 4379.0, 4381.0, 4420.0, 4399.0, 4413.0, 4434.0, 4415.0, 4455.0, 4425.0, 4465.0, 4447.0, 4456.0, 4423.0, 4410.0, 4419.0, 4408.0, 4403.0, 4389.0, 4428.0, 4395.0, 4425.0, 4397.0, 4397.0, 4385.0, 4395.0, 4406.0, 4388.0, 4409.0, 4378.0, 4386.0, 4374.0, 4374.0, 4363.0, 4363.0, 4353.0, 4375.0, 4346.0, 4396.0, 4360.0, 4369.0, 4371.0, 4372.0, 4387.0, 4380.0, 4431.0, 4398.0, 4354.0, 4412.0, 4384.0, 4409.0, 4432.0, 4402.0, 4360.0, 4335.0, 4347.0, 4379.0, 4410.0, 4403.0, 4422.0, 4436.0, 4422.0, 4443.0, 4400.0, 4420.0, 4398.0, 4392.0], 'WindowWidth': [10016.0, 9835.0, 9622.0, 9657.0, 9716.0, 9682.0, 9722.0, 9692.0, 9701.0, 9651.0, 9683.0, 9715.0, 9675.0, 9738.0, 9681.0, 9734.0, 9678.0, 9717.0, 9660.0, 9697.0, 9660.0, 9700.0, 9675.0, 9717.0, 9662.0, 9725.0, 9660.0, 9696.0, 9658.0, 9659.0, 9648.0, 9669.0, 9664.0, 9688.0, 9679.0, 9664.0, 9683.0, 9670.0, 9695.0, 9674.0, 9711.0, 9689.0, 9727.0, 9672.0, 9738.0, 9675.0, 9744.0, 9707.0, 9764.0, 9705.0, 9742.0, 9700.0, 9716.0, 9732.0, 9706.0, 9748.0, 9714.0, 9749.0, 9713.0, 9750.0, 9713.0, 9747.0, 9742.0, 9763.0, 9725.0, 9755.0, 9722.0, 9744.0, 9735.0, 9744.0, 9730.0, 9723.0, 9709.0, 9712.0, 9711.0, 9703.0, 9692.0, 9674.0, 9686.0, 9660.0, 9696.0, 9658.0, 9689.0, 9656.0, 9684.0, 9658.0, 9686.0, 9676.0, 9699.0, 9664.0, 9714.0, 9665.0, 9717.0, 9681.0, 9720.0, 9669.0, 9735.0, 9671.0, 9736.0, 9667.0, 9734.0, 9681.0, 9721.0, 9687.0, 9727.0, 9699.0, 9672.0, 9699.0, 9684.0, 9730.0, 9686.0, 9720.0, 9687.0, 9728.0, 9687.0, 9730.0, 9696.0, 9744.0, 9700.0, 9746.0, 9693.0, 9747.0, 9681.0, 9748.0, 9693.0, 9746.0, 9711.0, 9749.0, 9697.0, 9766.0, 9694.0, 9761.0, 9707.0, 9742.0, 9708.0, 9746.0, 9725.0, 9693.0, 9749.0, 9812.0, 9923.0, 9860.0, 9818.0, 9739.0, 9710.0, 9732.0, 9597.0, 9617.0, 9710.0, 9714.0, 9766.0, 9772.0, 9703.0, 9761.0, 9760.0, 9791.0, 9751.0, 9711.0, 9731.0, 9692.0, 9749.0, 9710.0, 9748.0, 9687.0, 9727.0, 9663.0, 9687.0, 9640.0, 9683.0, 9659.0, 9704.0, 9644.0, 9615.0, 9647.0, 9636.0, 9643.0, 9625.0, 9704.0, 9704.0, 9715.0, 9744.0, 9690.0, 9699.0, 9694.0, 9648.0, 9698.0, 9681.0, 9776.0, 9725.0, 9687.0, 9726.0, 9732.0, 9695.0, 9765.0, 9717.0, 9736.0, 9668.0, 9745.0, 9662.0, 9717.0, 9657.0, 9677.0, 9660.0, 9671.0, 9704.0, 9643.0, 9688.0, 9660.0, 9730.0, 9678.0, 9695.0, 9739.0, 9675.0, 9690.0, 9685.0, 9675.0, 9739.0, 9715.0, 9723.0, 9738.0, 9760.0, 9804.0, 9780.0, 9814.0, 9756.0, 9737.0, 9743.0, 9788.0, 9809.0, 9744.0, 9726.0, 9752.0, 9659.0, 9664.0, 9681.0, 9708.0, 9616.0, 9644.0, 9679.0, 9691.0, 9647.0, 9645.0, 9719.0, 9685.0, 9721.0, 9680.0, 9680.0, 9637.0, 9660.0, 9588.0, 9625.0, 9556.0, 9628.0, 9571.0, 9615.0, 9562.0, 9586.0, 9568.0, 9604.0, 9587.0, 9613.0, 9614.0, 9656.0, 9623.0, 9659.0, 9671.0, 9678.0, 9725.0, 9697.0, 9699.0, 9697.0, 9721.0, 9782.0, 9765.0, 9720.0, 9791.0, 9764.0, 9765.0, 9712.0, 9788.0, 9668.0, 9720.0, 9707.0, 9734.0, 9718.0, 9763.0, 9760.0, 9774.0, 9742.0, 9752.0, 9702.0, 9737.0, 9668.0, 9713.0, 9672.0, 9734.0, 9663.0, 9716.0, 9650.0, 9704.0, 9638.0, 9690.0, 9624.0, 9683.0, 9618.0, 9690.0, 9643.0, 9712.0, 9649.0, 9709.0, 9669.0, 9681.0, 9681.0, 9689.0, 9666.0, 9681.0, 9723.0, 9706.0, 9691.0, 9683.0, 9716.0, 9682.0, 9690.0, 9682.0, 9685.0, 9758.0, 9705.0, 9795.0, 9715.0, 9807.0, 9744.0, 9809.0, 9752.0, 9796.0, 9712.0, 9793.0, 9723.0, 9761.0, 9720.0, 9704.0, 9748.0, 9717.0, 9747.0, 9742.0, 9726.0, 9692.0, 9687.0, 9657.0, 9699.0, 9653.0, 9701.0, 9703.0, 9668.0, 9663.0, 9656.0, 9629.0, 9666.0, 9640.0, 9682.0, 9642.0, 9700.0, 9658.0, 9736.0, 9654.0, 9702.0, 9647.0, 9686.0, 9648.0, 9686.0, 9655.0, 9693.0, 9655.0, 9720.0, 9675.0, 9715.0, 9677.0, 9698.0, 9724.0, 9692.0, 9742.0, 9683.0, 9778.0, 9699.0, 9764.0, 9697.0, 9738.0, 9684.0, 9693.0, 9758.0, 9712.0, 9657.0, 9724.0, 9675.0, 9755.0, 9714.0, 9755.0, 9710.0, 9729.0, 9716.0, 9677.0, 9702.0, 9645.0, 9725.0, 9681.0, 9722.0, 9682.0, 9725.0, 9692.0, 9694.0, 9663.0, 9648.0, 9660.0, 9616.0, 9656.0, 9615.0, 9655.0, 9618.0, 9661.0, 9622.0, 9674.0, 9636.0, 9675.0, 9639.0, 9661.0, 9644.0, 9649.0, 9694.0, 9657.0, 9725.0, 9700.0, 9737.0, 9677.0, 9693.0, 9716.0, 9699.0, 9757.0, 9684.0, 9775.0, 9723.0, 9763.0, 9744.0, 9731.0, 9762.0, 9762.0, 9742.0, 9776.0, 9731.0, 9770.0, 9699.0, 9752.0, 9669.0, 9732.0, 9669.0, 9711.0, 9660.0, 9727.0, 9695.0, 9738.0, 9715.0, 9744.0, 9754.0, 9720.0, 9748.0, 9709.0, 9740.0, 9763.0, 9739.0, 9791.0, 9745.0, 9775.0, 9744.0, 9693.0, 9691.0, 9677.0, 9772.0, 9723.0, 9712.0, 9729.0, 9769.0, 9747.0, 9744.0, 9708.0, 9672.0, 9705.0, 9669.0, 9690.0, 9640.0, 9714.0, 9692.0, 9680.0, 9594.0, 9536.0, 9619.0, 9591.0, 9644.0, 9709.0, 9683.0, 9671.0, 9688.0, 9702.0, 9749.0, 9665.0, 9757.0, 9656.0, 9664.0, 9741.0, 9738.0, 9694.0, 9693.0, 9740.0, 9694.0, 9726.0, 9692.0, 9687.0, 9661.0, 9672.0, 9613.0, 9661.0, 9564.0, 9613.0, 9604.0, 9594.0, 9609.0, 9594.0, 9590.0, 9587.0, 9595.0, 9649.0, 9602.0, 9645.0, 9640.0, 9639.0, 9659.0, 9645.0, 9672.0, 9632.0, 9701.0, 9650.0, 9731.0, 9655.0, 9725.0, 9709.0, 9693.0, 9677.0, 9634.0, 9669.0, 9654.0, 9704.0, 9707.0, 9725.0, 9652.0, 9747.0, 9690.0, 9657.0, 9695.0, 9723.0, 9747.0, 9791.0, 9779.0, 9778.0, 9819.0, 9771.0, 9764.0, 9736.0, 9709.0, 9739.0, 9672.0, 9716.0, 9678.0, 9674.0, 9645.0, 9666.0, 9622.0, 9635.0, 9596.0, 9620.0, 9590.0, 9589.0, 9632.0, 9596.0, 9616.0, 9609.0, 9642.0, 9685.0, 9641.0, 9636.0, 9669.0, 9645.0, 9645.0, 9697.0, 9659.0, 9740.0, 9691.0, 9754.0, 9671.0, 9721.0, 9649.0, 9688.0, 9663.0, 9691.0, 9657.0, 9710.0, 9651.0, 9700.0, 9650.0, 9706.0, 9682.0, 9729.0, 9706.0, 9674.0, 9690.0, 9675.0, 9733.0, 9682.0, 9763.0, 9709.0, 9754.0, 9676.0, 9754.0, 9693.0, 9778.0, 9756.0, 9764.0, 9742.0, 9695.0, 9718.0, 9677.0, 9758.0, 9722.0, 9774.0, 9748.0, 9756.0, 9725.0, 9734.0, 9707.0, 9700.0, 9678.0, 9672.0, 9717.0, 9660.0, 9727.0, 9682.0, 9736.0, 9712.0, 9697.0, 9687.0, 9645.0, 9689.0, 9652.0, 9723.0, 9696.0, 9736.0, 9696.0, 9674.0, 9752.0, 9675.0, 9714.0, 9674.0, 9678.0, 9727.0, 9687.0, 9771.0, 9746.0, 9687.0, 9699.0, 9668.0, 9741.0, 9695.0, 9753.0, 9723.0, 9719.0, 9685.0, 9662.0, 9688.0, 9663.0, 9751.0, 9688.0, 9727.0, 9696.0, 9701.0, 9686.0, 9655.0, 9683.0, 9642.0, 9691.0, 9638.0, 9709.0, 9669.0, 9681.0, 9672.0, 9642.0, 9683.0, 9661.0, 9687.0, 9686.0, 9671.0, 9684.0, 9657.0, 9725.0, 9671.0, 9740.0, 9679.0, 9734.0, 9731.0, 9716.0, 9752.0, 9701.0, 9733.0, 9699.0, 9703.0, 9673.0, 9698.0, 9673.0, 9699.0, 9661.0, 9718.0, 9680.0, 9740.0, 9716.0, 9724.0, 9764.0, 9712.0, 9763.0, 9738.0, 9823.0, 9763.0, 9799.0, 9755.0, 9793.0, 9736.0, 9775.0, 9753.0, 9778.0, 9714.0, 9676.0, 9697.0, 9644.0, 9730.0, 9696.0, 9716.0, 9745.0, 9693.0, 9770.0, 9753.0, 9704.0, 9770.0, 9731.0, 9728.0, 9778.0, 9719.0, 9663.0, 9717.0, 9677.0, 9709.0, 9688.0, 9652.0, 9707.0, 9650.0, 9719.0, 9690.0, 9688.0, 9656.0, 9632.0, 9639.0, 9631.0, 9682.0, 9631.0, 9696.0, 9671.0, 9670.0, 9615.0, 9618.0, 9650.0, 9620.0, 9662.0, 9639.0, 9695.0, 9644.0, 9687.0, 9649.0, 9672.0, 9692.0, 9668.0, 9717.0, 9650.0, 9693.0, 9800.0, 9727.0, 9718.0, 9744.0, 9707.0, 9719.0, 9773.0, 9752.0, 9772.0, 9743.0, 9726.0, 9769.0, 9721.0, 9779.0, 9743.0, 9769.0, 9708.0, 9743.0, 9685.0, 9742.0, 9700.0, 9725.0, 9703.0, 9721.0, 9656.0, 9710.0, 9639.0, 9676.0, 9651.0, 9654.0, 9655.0, 9630.0, 9668.0, 9652.0, 9745.0, 9673.0, 9735.0, 9666.0, 9718.0, 9654.0, 9718.0, 9685.0, 9731.0, 9680.0, 9718.0, 9654.0, 9693.0, 9671.0, 9698.0, 9688.0, 9684.0, 9674.0, 9674.0, 9705.0, 9704.0, 9760.0, 9720.0, 9762.0, 9721.0, 9750.0, 9692.0, 9695.0, 9687.0, 9693.0, 9741.0, 9714.0, 9738.0, 9768.0, 9747.0, 9796.0, 9757.0, 9814.0, 9787.0, 9797.0, 9747.0, 9720.0, 9731.0, 9720.0, 9704.0, 9674.0, 9747.0, 9693.0, 9733.0, 9693.0, 9689.0, 9673.0, 9685.0, 9703.0, 9679.0, 9711.0, 9669.0, 9675.0, 9655.0, 9654.0, 9641.0, 9639.0, 9627.0, 9660.0, 9623.0, 9692.0, 9649.0, 9662.0, 9667.0, 9671.0, 9677.0, 9674.0, 9746.0, 9698.0, 9633.0, 9721.0, 9691.0, 9734.0, 9772.0, 9727.0, 9645.0, 9603.0, 9624.0, 9666.0, 9712.0, 9710.0, 9738.0, 9761.0, 9734.0, 9769.0, 9698.0, 9730.0, 9695.0, 9673.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.012525543358946213</td></tr>
<tr><td colspan=3>aqi</td><td>0.08781923589462129</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.75760924784613</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1621573208901104</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.115060514087912</td></tr>
<tr><td colspan=3>efc</td><td>0.484</td></tr>
<tr><td colspan=3>fber</td><td>7139.5581</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1902362213928572</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>221</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>24.259055982436884</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.9083105875321684</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.629602028214493</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.2232223776978444</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.8721073566841664</td></tr>
<tr><td colspan=3>gcor</td><td>0.0129078</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.002050562994554639</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04169576242566109</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8706233386246627</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>16.1062</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.4664</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>186.5433</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297191.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>895.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>339.2871</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9417</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>578.9895</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3533.3668</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3794.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79353.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1158.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4623.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>980.1977</td></tr>
<tr><td colspan=3>tsnr</td><td>22.004739635973237</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>