<?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-0021_ses-02_task-faces_acq-mb8_run-01_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-0021_ses-02_task-faces_acq-mb8_run-01_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-01_session-02_subject-0021_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-0021/figures/sub-0021_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0021_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-0021/figures/sub-0021_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0021/figures/sub-0021_ses-02_task-faces_acq-mb8_run-01_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-0021/figures/sub-0021_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-02_task-faces_acq-mb8_run-01_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-0021/ses-02/func/sub-0021_ses-02_task-faces_acq-mb8_run-01_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>e594b13494838c778e9006a4e6b78f99</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:02:51.797500</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.99709, -0.073896, -0.0187402, 0.0746216, 0.996346, 0.0415377]</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-01_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.0974969</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-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4145, -7775, -7252, 571, -16, -62, -20, 59]</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>241.491</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6b4a29ef-d430-4cef-b245-a579b5f17923||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.675119161605835, 0.20020417869091034, -0.042126040905714035, 103.12435913085938], [0.1982574462890625, 2.6731247901916504, 0.11560112982988358, -104.11991882324219], [-0.05027851462364197, -0.11144258826971054, 2.697195053100586, -53.94114303588867], [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': ['140251.797500', '140252.257500', '140252.717500', '140253.177500', '140253.637500', '140254.097500', '140254.557500', '140255.017500', '140255.477500', '140255.937500', '140256.397500', '140256.857500', '140257.317500', '140257.777500', '140258.237500', '140258.697500', '140259.157500', '140259.617500', '140300.077500', '140300.537500', '140300.997500', '140301.457500', '140301.917500', '140302.377500', '140302.837500', '140303.297500', '140303.757500', '140304.217500', '140304.677500', '140305.137500', '140305.597500', '140306.057500', '140306.517500', '140306.977500', '140307.437500', '140307.897500', '140308.357500', '140308.817500', '140309.277500', '140309.737500', '140310.197500', '140310.657500', '140311.117500', '140311.577500', '140312.037500', '140312.497500', '140312.957500', '140313.417500', '140313.877500', '140314.337500', '140314.797500', '140315.257500', '140315.717500', '140316.177500', '140316.637500', '140317.097500', '140317.557500', '140318.017500', '140318.477500', '140318.937500', '140319.397500', '140319.857500', '140320.317500', '140320.777500', '140321.237500', '140321.697500', '140322.157500', '140322.617500', '140323.077500', '140323.537500', '140323.997500', '140324.457500', '140324.917500', '140325.377500', '140325.837500', '140326.297500', '140326.757500', '140327.217500', '140327.677500', '140328.137500', '140328.597500', '140329.057500', '140329.517500', '140329.977500', '140330.437500', '140330.897500', '140331.357500', '140331.817500', '140332.277500', '140332.737500', '140333.197500', '140333.657500', '140334.117500', '140334.577500', '140335.037500', '140335.497500', '140335.957500', '140336.417500', '140336.877500', '140337.337500', '140337.797500', '140338.257500', '140338.717500', '140339.177500', '140339.637500', '140340.097500', '140340.557500', '140341.017500', '140341.477500', '140341.937500', '140342.397500', '140342.857500', '140343.317500', '140343.777500', '140344.237500', '140344.697500', '140345.157500', '140345.617500', '140346.077500', '140346.537500', '140346.997500', '140347.457500', '140347.917500', '140348.377500', '140348.837500', '140349.297500', '140349.757500', '140350.217500', '140350.677500', '140351.137500', '140351.597500', '140352.057500', '140352.517500', '140352.977500', '140353.437500', '140353.897500', '140354.357500', '140354.817500', '140355.277500', '140355.737500', '140356.197500', '140356.657500', '140357.117500', '140357.577500', '140358.037500', '140358.497500', '140358.957500', '140359.417500', '140359.877500', '140400.337500', '140400.797500', '140401.257500', '140401.717500', '140402.177500', '140402.637500', '140403.097500', '140403.557500', '140404.017500', '140404.477500', '140404.937500', '140405.397500', '140405.857500', '140406.317500', '140406.777500', '140407.237500', '140407.697500', '140408.157500', '140408.617500', '140409.077500', '140409.537500', '140409.997500', '140410.457500', '140410.917500', '140411.377500', '140411.837500', '140412.297500', '140412.757500', '140413.217500', '140413.677500', '140414.137500', '140414.597500', '140415.057500', '140415.517500', '140415.977500', '140416.437500', '140416.897500', '140417.357500', '140417.817500', '140418.277500', '140418.737500', '140419.197500', '140419.657500', '140420.117500', '140420.577500', '140421.037500', '140421.497500', '140421.957500', '140422.417500', '140422.877500', '140423.337500', '140423.797500', '140424.257500', '140424.717500', '140425.177500', '140425.637500', '140426.097500', '140426.557500', '140427.017500', '140427.477500', '140427.937500', '140428.397500', '140428.857500', '140429.317500', '140429.777500', '140430.237500', '140430.697500', '140431.157500', '140431.617500', '140432.077500', '140432.537500', '140432.997500', '140433.457500', '140433.917500', '140434.377500', '140434.837500', '140435.297500', '140435.757500', '140436.217500', '140436.677500', '140437.137500', '140437.597500', '140438.057500', '140438.517500', '140438.977500', '140439.437500', '140439.897500', '140440.357500', '140440.817500', '140441.277500', '140441.737500', '140442.197500', '140442.657500', '140443.117500', '140443.577500', '140444.037500', '140444.497500', '140444.957500', '140445.417500', '140445.877500', '140446.337500', '140446.797500', '140447.257500', '140447.717500', '140448.177500', '140448.637500', '140449.097500', '140449.557500', '140450.017500', '140450.477500', '140450.937500', '140451.397500', '140451.857500', '140452.317500', '140452.777500', '140453.237500', '140453.697500', '140454.157500', '140454.617500', '140455.077500', '140455.537500', '140455.997500', '140456.457500', '140456.917500', '140457.377500', '140457.837500', '140458.297500', '140458.757500', '140459.217500', '140459.677500', '140500.137500', '140500.597500', '140501.057500', '140501.517500', '140501.977500', '140502.437500', '140502.897500', '140503.357500', '140503.817500', '140504.277500', '140504.737500', '140505.197500', '140505.657500', '140506.117500', '140506.577500', '140507.037500', '140507.497500', '140507.957500', '140508.417500', '140508.877500', '140509.337500', '140509.797500', '140510.257500', '140510.717500', '140511.177500', '140511.637500', '140512.097500', '140512.557500', '140513.017500', '140513.477500', '140513.937500', '140514.397500', '140514.857500', '140515.317500', '140515.777500', '140516.237500', '140516.697500', '140517.157500', '140517.617500', '140518.077500', '140518.537500', '140518.997500', '140519.457500', '140519.917500', '140520.377500', '140520.837500', '140521.297500', '140521.757500', '140522.217500', '140522.677500', '140523.137500', '140523.597500', '140524.057500', '140524.517500', '140524.977500', '140525.437500', '140525.897500', '140526.357500', '140526.817500', '140527.277500', '140527.737500', '140528.197500', '140528.657500', '140529.117500', '140529.577500', '140530.037500', '140530.497500', '140530.957500', '140531.417500', '140531.877500', '140532.337500', '140532.797500', '140533.257500', '140533.717500', '140534.177500', '140534.637500', '140535.097500', '140535.557500', '140536.017500', '140536.477500', '140536.937500', '140537.397500', '140537.857500', '140538.317500', '140538.777500', '140539.237500', '140539.697500', '140540.157500', '140540.617500', '140541.077500', '140541.537500', '140541.997500', '140542.457500', '140542.917500', '140543.377500', '140543.837500', '140544.297500', '140544.757500', '140545.217500', '140545.677500', '140546.137500', '140546.597500', '140547.057500', '140547.517500', '140547.977500', '140548.437500', '140548.897500', '140549.357500', '140549.817500', '140550.277500', '140550.737500', '140551.197500', '140551.657500', '140552.117500', '140552.577500', '140553.037500', '140553.497500', '140553.957500', '140554.417500', '140554.877500', '140555.337500', '140555.797500', '140556.257500', '140556.717500', '140557.177500', '140557.637500', '140558.097500', '140558.557500', '140559.017500', '140559.477500', '140559.937500', '140600.397500', '140600.857500', '140601.317500', '140601.777500', '140602.237500', '140602.697500', '140603.157500', '140603.617500', '140604.077500', '140604.537500', '140604.997500', '140605.457500', '140605.917500', '140606.377500', '140606.837500', '140607.297500', '140607.757500', '140608.217500', '140608.677500', '140609.137500', '140609.597500', '140610.057500', '140610.517500', '140610.977500', '140611.437500', '140611.897500', '140612.357500', '140612.817500', '140613.277500', '140613.737500', '140614.197500', '140614.657500', '140615.117500', '140615.577500', '140616.037500', '140616.497500', '140616.957500', '140617.417500', '140617.877500', '140618.337500', '140618.797500', '140619.257500', '140619.717500', '140620.177500', '140620.637500', '140621.097500', '140621.557500', '140622.017500', '140622.477500', '140622.937500', '140623.397500', '140623.857500', '140624.317500', '140624.777500', '140625.237500', '140625.697500', '140626.157500', '140626.617500', '140627.077500', '140627.537500', '140627.997500', '140628.457500', '140628.917500', '140629.377500', '140629.837500', '140630.297500', '140630.757500', '140631.217500', '140631.677500', '140632.137500', '140632.597500', '140633.057500', '140633.517500', '140633.977500', '140634.437500', '140634.897500', '140635.357500', '140635.817500', '140636.277500', '140636.737500', '140637.197500', '140637.657500', '140638.117500', '140638.577500', '140639.037500', '140639.497500', '140639.957500', '140640.417500', '140640.877500', '140641.337500', '140641.797500', '140642.257500', '140642.717500', '140643.177500', '140643.637500', '140644.097500', '140644.557500', '140645.017500', '140645.477500', '140645.937500', '140646.397500', '140646.857500', '140647.317500', '140647.777500', '140648.237500', '140648.697500', '140649.157500', '140649.617500', '140650.077500', '140650.537500', '140650.997500', '140651.457500', '140651.917500', '140652.377500', '140652.837500', '140653.297500', '140653.757500', '140654.217500', '140654.677500', '140655.137500', '140655.597500', '140656.057500', '140656.517500', '140656.977500', '140657.437500', '140657.897500', '140658.357500', '140658.817500', '140659.277500', '140659.737500', '140700.197500', '140700.657500', '140701.117500', '140701.577500', '140702.037500', '140702.497500', '140702.957500', '140703.417500', '140703.877500', '140704.337500', '140704.797500', '140705.257500', '140705.717500', '140706.177500', '140706.637500', '140707.097500', '140707.557500', '140708.017500', '140708.477500', '140708.937500', '140709.397500', '140709.857500', '140710.317500', '140710.777500', '140711.237500', '140711.697500', '140712.157500', '140712.617500', '140713.077500', '140713.537500', '140713.997500', '140714.457500', '140714.917500', '140715.377500', '140715.837500', '140716.297500', '140716.757500', '140717.217500', '140717.677500', '140718.137500', '140718.597500', '140719.057500', '140719.517500', '140719.977500', '140720.437500', '140720.897500', '140721.357500', '140721.817500', '140722.277500', '140722.737500', '140723.197500', '140723.657500', '140724.117500', '140724.577500', '140725.037500', '140725.497500', '140725.957500', '140726.417500', '140726.877500', '140727.337500', '140727.797500', '140728.257500', '140728.717500', '140729.177500', '140729.637500', '140730.097500', '140730.557500', '140731.017500', '140731.477500', '140731.937500', '140732.397500', '140732.857500', '140733.317500', '140733.777500', '140734.237500', '140734.697500', '140735.157500', '140735.617500', '140736.077500', '140736.537500', '140736.997500', '140737.457500', '140737.917500', '140738.377500', '140738.837500', '140739.297500', '140739.757500', '140740.217500', '140740.677500', '140741.137500', '140741.597500', '140742.057500', '140742.517500', '140742.977500', '140743.437500', '140743.897500', '140744.357500', '140744.817500', '140745.277500', '140745.737500', '140746.197500', '140746.657500', '140747.117500', '140747.577500', '140748.037500', '140748.497500', '140748.957500', '140749.417500', '140749.877500', '140750.337500', '140750.797500', '140751.257500', '140751.717500', '140752.177500', '140752.637500', '140753.097500', '140753.557500', '140754.017500', '140754.477500', '140754.937500', '140755.397500', '140755.857500', '140756.317500', '140756.777500', '140757.237500', '140757.697500', '140758.157500', '140758.617500', '140759.077500', '140759.537500', '140759.997500', '140800.457500', '140800.917500', '140801.377500', '140801.837500', '140802.297500', '140802.757500', '140803.217500', '140803.677500', '140804.137500', '140804.597500', '140805.057500', '140805.517500', '140805.977500', '140806.437500', '140806.897500', '140807.357500', '140807.817500', '140808.277500', '140808.737500', '140809.197500', '140809.657500', '140810.117500', '140810.577500', '140811.037500', '140811.497500', '140811.957500', '140812.417500', '140812.877500', '140813.337500', '140813.797500', '140814.257500', '140814.717500', '140815.177500', '140815.637500', '140816.097500', '140816.557500', '140817.017500', '140817.477500', '140817.937500', '140818.397500', '140818.857500', '140819.317500', '140819.777500', '140820.237500', '140820.697500', '140821.157500', '140821.617500', '140822.077500', '140822.537500', '140822.997500', '140823.457500', '140823.917500', '140824.377500', '140824.837500', '140825.297500', '140825.757500', '140826.217500', '140826.677500', '140827.137500', '140827.597500', '140828.057500', '140828.517500', '140828.977500', '140829.437500', '140829.897500', '140830.357500', '140830.817500', '140831.277500', '140831.737500', '140832.197500', '140832.657500', '140833.117500', '140833.577500', '140834.037500', '140834.497500', '140834.957500', '140835.417500', '140835.877500', '140836.337500', '140836.797500', '140837.257500', '140837.717500', '140838.177500', '140838.637500', '140839.097500', '140839.557500', '140840.017500', '140840.477500', '140840.937500', '140841.397500', '140841.857500', '140842.317500', '140842.777500', '140843.237500', '140843.697500', '140844.157500', '140844.617500', '140845.077500', '140845.537500', '140845.997500', '140846.457500', '140846.917500', '140847.377500', '140847.837500', '140848.297500', '140848.757500', '140849.217500', '140849.677500', '140850.137500', '140850.597500', '140851.057500', '140851.517500', '140851.977500', '140852.437500', '140852.897500', '140853.357500', '140853.817500', '140854.277500', '140854.737500', '140855.197500', '140855.657500', '140856.117500', '140856.577500', '140857.037500', '140857.497500', '140857.957500', '140858.417500', '140858.877500', '140859.337500', '140859.797500', '140900.257500', '140900.717500', '140901.177500', '140901.637500', '140902.097500', '140902.557500', '140903.017500', '140903.477500', '140903.937500', '140904.397500', '140904.857500', '140905.317500', '140905.777500', '140906.237500', '140906.697500', '140907.157500', '140907.617500', '140908.077500', '140908.537500', '140908.997500', '140909.457500', '140909.917500', '140910.377500', '140910.837500', '140911.297500', '140911.757500', '140912.217500', '140912.677500', '140913.137500', '140913.597500', '140914.057500', '140914.517500', '140914.977500', '140915.437500', '140915.897500', '140916.357500', '140916.817500', '140917.277500', '140917.737500', '140918.197500', '140918.657500', '140919.117500', '140919.577500', '140920.037500', '140920.497500', '140920.957500', '140921.417500', '140921.877500', '140922.337500', '140922.797500', '140923.257500', '140923.717500', '140924.177500', '140924.637500', '140925.097500', '140925.557500', '140926.017500', '140926.477500', '140926.937500', '140927.397500', '140927.857500', '140928.317500', '140928.777500', '140929.237500', '140929.697500', '140930.157500', '140930.617500', '140931.077500', '140931.537500', '140931.997500', '140932.457500', '140932.917500', '140933.377500', '140933.837500', '140934.297500', '140934.757500', '140935.217500', '140935.677500', '140936.137500', '140936.597500', '140937.057500', '140937.517500', '140937.977500', '140938.437500', '140938.897500', '140939.357500', '140939.817500', '140940.277500', '140940.737500', '140941.197500', '140941.657500', '140942.117500', '140942.577500', '140943.037500', '140943.497500', '140943.957500', '140944.417500', '140944.877500', '140945.337500', '140945.797500', '140946.257500', '140946.717500', '140947.177500', '140947.637500', '140948.097500', '140948.557500', '140949.017500', '140949.477500', '140949.937500', '140950.397500', '140950.857500', '140951.317500', '140951.777500'], 'ContentTime': ['140306.300000', '140306.303000', '140306.306000', '140306.309000', '140306.312000', '140306.315000', '140306.318000', '140306.320000', '140306.323000', '140306.326000', '140306.329000', '140306.331000', '140306.334000', '140306.337000', '140306.340000', '140306.343000', '140306.346000', '140306.349000', '140306.352000', '140306.357000', '140306.360000', '140306.372000', '140306.398000', '140306.401000', '140306.404000', '140306.407000', '140306.409000', '140306.412000', '140306.415000', '140306.418000', '140326.272000', '140326.283000', '140326.285000', '140326.288000', '140326.291000', '140326.294000', '140326.296000', '140326.299000', '140326.302000', '140326.305000', '140326.308000', '140326.311000', '140326.313000', '140326.316000', '140326.319000', '140326.322000', '140326.325000', '140326.327000', '140326.330000', '140326.333000', '140326.336000', '140326.339000', '140326.341000', '140326.344000', '140326.347000', '140326.364000', '140326.367000', '140326.370000', '140326.373000', '140326.376000', '140326.378000', '140326.381000', '140326.384000', '140326.387000', '140326.390000', '140326.392000', '140326.395000', '140326.398000', '140326.401000', '140326.404000', '140326.407000', '140326.409000', '140326.412000', '140326.415000', '140346.271000', '140346.274000', '140346.277000', '140346.279000', '140346.282000', '140346.285000', '140346.288000', '140346.291000', '140346.293000', '140346.296000', '140346.299000', '140346.302000', '140346.305000', '140346.307000', '140346.310000', '140346.313000', '140346.316000', '140346.319000', '140346.321000', '140346.324000', '140346.327000', '140346.330000', '140346.333000', '140346.335000', '140346.341000', '140346.344000', '140346.347000', '140346.349000', '140346.352000', '140346.355000', '140346.358000', '140346.361000', '140346.364000', '140346.366000', '140346.369000', '140346.372000', '140346.375000', '140346.377000', '140346.380000', '140346.383000', '140346.395000', '140346.398000', '140346.401000', '140406.271000', '140406.274000', '140406.277000', '140406.279000', '140406.282000', '140406.285000', '140406.288000', '140406.291000', '140406.293000', '140406.296000', '140406.299000', '140406.302000', '140406.305000', '140406.308000', '140406.310000', '140406.313000', '140406.316000', '140406.319000', '140406.322000', '140406.324000', '140406.327000', '140406.330000', '140406.333000', '140406.336000', '140406.339000', '140406.341000', '140406.344000', '140406.347000', '140406.350000', '140406.353000', '140406.356000', '140406.358000', '140406.361000', '140406.364000', '140406.367000', '140406.369000', '140406.372000', '140406.375000', '140406.378000', '140406.381000', '140406.383000', '140406.386000', '140406.389000', '140406.392000', '140426.271000', '140426.274000', '140426.277000', '140426.279000', '140426.290000', '140426.293000', '140426.296000', '140426.298000', '140426.301000', '140426.304000', '140426.307000', '140426.310000', '140426.312000', '140426.315000', '140426.318000', '140426.321000', '140426.324000', '140426.326000', '140426.330000', '140426.334000', '140426.337000', '140426.339000', '140426.342000', '140426.345000', '140426.348000', '140426.351000', '140426.354000', '140426.356000', '140426.359000', '140426.362000', '140426.365000', '140426.368000', '140426.370000', '140426.373000', '140426.376000', '140426.379000', '140426.382000', '140426.385000', '140426.388000', '140426.390000', '140426.394000', '140426.399000', '140426.402000', '140446.271000', '140446.274000', '140446.277000', '140446.279000', '140446.282000', '140446.285000', '140446.288000', '140446.291000', '140446.294000', '140446.297000', '140446.299000', '140446.302000', '140446.305000', '140446.308000', '140446.311000', '140446.313000', '140446.316000', '140446.319000', '140446.322000', '140446.325000', '140446.327000', '140446.330000', '140446.333000', '140446.336000', '140446.339000', '140446.350000', '140446.352000', '140446.355000', '140446.358000', '140446.361000', '140446.364000', '140446.366000', '140446.369000', '140446.372000', '140446.375000', '140446.378000', '140446.381000', '140446.383000', '140446.386000', '140446.389000', '140446.392000', '140446.395000', '140446.397000', '140446.400000', '140506.271000', '140506.274000', '140506.277000', '140506.279000', '140506.282000', '140506.285000', '140506.288000', '140506.291000', '140506.294000', '140506.297000', '140506.299000', '140506.302000', '140506.305000', '140506.308000', '140506.311000', '140506.313000', '140506.316000', '140506.319000', '140506.322000', '140506.325000', '140506.337000', '140506.340000', '140506.343000', '140506.345000', '140506.348000', '140506.351000', '140506.354000', '140506.357000', '140506.359000', '140506.362000', '140506.365000', '140506.368000', '140506.371000', '140506.374000', '140506.376000', '140506.379000', '140506.382000', '140506.385000', '140506.388000', '140506.391000', '140506.393000', '140506.396000', '140506.399000', '140526.271000', '140526.274000', '140526.277000', '140526.279000', '140526.282000', '140526.285000', '140526.288000', '140526.291000', '140526.294000', '140526.296000', '140526.299000', '140526.302000', '140526.305000', '140526.308000', '140526.311000', '140526.314000', '140526.316000', '140526.319000', '140526.322000', '140526.325000', '140526.328000', '140526.331000', '140526.333000', '140526.336000', '140526.339000', '140526.342000', '140526.345000', '140526.347000', '140526.350000', '140526.353000', '140526.356000', '140526.359000', '140526.362000', '140526.364000', '140526.367000', '140526.370000', '140526.373000', '140526.376000', '140526.379000', '140526.381000', '140526.384000', '140526.387000', '140526.390000', '140526.393000', '140546.272000', '140546.275000', '140546.278000', '140546.281000', '140546.283000', '140546.286000', '140546.289000', '140546.292000', '140546.295000', '140546.298000', '140546.300000', '140546.303000', '140546.306000', '140546.309000', '140546.312000', '140546.314000', '140546.317000', '140546.320000', '140546.323000', '140546.326000', '140546.329000', '140546.332000', '140546.334000', '140546.337000', '140546.340000', '140546.343000', '140546.346000', '140546.358000', '140546.360000', '140546.363000', '140546.366000', '140546.370000', '140546.373000', '140546.376000', '140546.379000', '140546.382000', '140546.384000', '140546.387000', '140546.390000', '140546.393000', '140546.396000', '140546.399000', '140546.401000', '140606.271000', '140606.274000', '140606.277000', '140606.279000', '140606.282000', '140606.285000', '140606.288000', '140606.291000', '140606.294000', '140606.297000', '140606.299000', '140606.302000', '140606.305000', '140606.308000', '140606.311000', '140606.314000', '140606.316000', '140606.319000', '140606.322000', '140606.325000', '140606.328000', '140606.331000', '140606.335000', '140606.341000', '140606.344000', '140606.347000', '140606.350000', '140606.353000', '140606.356000', '140606.358000', '140606.361000', '140606.364000', '140606.367000', '140606.370000', '140606.373000', '140606.375000', '140606.378000', '140606.381000', '140606.384000', '140606.386000', '140606.389000', '140606.392000', '140606.395000', '140606.398000', '140626.271000', '140626.274000', '140626.277000', '140626.280000', '140626.282000', '140626.285000', '140626.288000', '140626.291000', '140626.294000', '140626.296000', '140626.299000', '140626.302000', '140626.305000', '140626.308000', '140626.311000', '140626.314000', '140626.316000', '140626.319000', '140626.322000', '140626.325000', '140626.328000', '140626.331000', '140626.333000', '140626.336000', '140626.339000', '140626.342000', '140626.345000', '140626.348000', '140626.350000', '140626.353000', '140626.356000', '140626.359000', '140626.362000', '140626.365000', '140626.368000', '140626.370000', '140626.373000', '140626.376000', '140626.379000', '140626.382000', '140626.384000', '140626.387000', '140626.390000', '140646.271000', '140646.274000', '140646.287000', '140646.290000', '140646.293000', '140646.296000', '140646.299000', '140646.302000', '140646.304000', '140646.307000', '140646.310000', '140646.313000', '140646.315000', '140646.318000', '140646.321000', '140646.324000', '140646.327000', '140646.330000', '140646.332000', '140646.335000', '140646.338000', '140646.341000', '140646.344000', '140646.346000', '140646.349000', '140646.352000', '140646.355000', '140646.358000', '140646.361000', '140646.363000', '140646.366000', '140646.369000', '140646.372000', '140646.375000', '140646.378000', '140646.380000', '140646.383000', '140646.386000', '140646.389000', '140646.392000', '140646.395000', '140646.397000', '140646.400000', '140646.403000', '140706.271000', '140706.274000', '140706.277000', '140706.280000', '140706.283000', '140706.285000', '140706.288000', '140706.291000', '140706.294000', '140706.297000', '140706.300000', '140706.302000', '140706.305000', '140706.308000', '140706.311000', '140706.314000', '140706.317000', '140706.320000', '140706.322000', '140706.325000', '140706.328000', '140706.331000', '140706.334000', '140706.337000', '140706.339000', '140706.342000', '140706.345000', '140706.348000', '140706.351000', '140706.354000', '140706.357000', '140706.359000', '140706.362000', '140706.365000', '140706.368000', '140706.371000', '140706.374000', '140706.377000', '140706.379000', '140706.382000', '140706.385000', '140706.388000', '140706.391000', '140726.271000', '140726.274000', '140726.277000', '140726.279000', '140726.282000', '140726.285000', '140726.288000', '140726.291000', '140726.294000', '140726.296000', '140726.299000', '140726.302000', '140726.305000', '140726.308000', '140726.310000', '140726.313000', '140726.316000', '140726.319000', '140726.322000', '140726.325000', '140726.328000', '140726.331000', '140726.333000', '140726.336000', '140726.339000', '140726.342000', '140726.345000', '140726.348000', '140726.354000', '140726.357000', '140726.360000', '140726.363000', '140726.365000', '140726.368000', '140726.371000', '140726.374000', '140726.377000', '140726.379000', '140726.382000', '140726.385000', '140726.388000', '140726.391000', '140726.394000', '140726.396000', '140746.271000', '140746.274000', '140746.277000', '140746.280000', '140746.282000', '140746.285000', '140746.288000', '140746.291000', '140746.294000', '140746.297000', '140746.300000', '140746.302000', '140746.305000', '140746.308000', '140746.311000', '140746.314000', '140746.317000', '140746.319000', '140746.322000', '140746.325000', '140746.328000', '140746.331000', '140746.334000', '140746.337000', '140746.339000', '140746.342000', '140746.345000', '140746.348000', '140746.351000', '140746.354000', '140746.357000', '140746.359000', '140746.362000', '140746.365000', '140746.368000', '140746.371000', '140746.374000', '140746.376000', '140746.379000', '140746.382000', '140746.385000', '140746.388000', '140746.391000', '140806.272000', '140806.275000', '140806.278000', '140806.281000', '140806.284000', '140806.287000', '140806.290000', '140806.293000', '140806.295000', '140806.298000', '140806.301000', '140806.304000', '140806.307000', '140806.310000', '140806.313000', '140806.315000', '140806.318000', '140806.321000', '140806.331000', '140806.334000', '140806.336000', '140806.339000', '140806.342000', '140806.345000', '140806.348000', '140806.351000', '140806.353000', '140806.370000', '140806.373000', '140806.376000', '140806.379000', '140806.382000', '140806.385000', '140806.387000', '140806.390000', '140806.393000', '140806.396000', '140806.399000', '140806.402000', '140806.404000', '140806.407000', '140806.410000', '140806.413000', '140826.271000', '140826.274000', '140826.277000', '140826.280000', '140826.283000', '140826.285000', '140826.305000', '140826.308000', '140826.311000', '140826.314000', '140826.316000', '140826.319000', '140826.322000', '140826.325000', '140826.328000', '140826.331000', '140826.334000', '140826.336000', '140826.339000', '140826.342000', '140826.345000', '140826.348000', '140826.351000', '140826.353000', '140826.356000', '140826.359000', '140826.362000', '140826.365000', '140826.368000', '140826.371000', '140826.374000', '140826.376000', '140826.379000', '140826.382000', '140826.385000', '140826.388000', '140826.391000', '140826.394000', '140826.404000', '140826.406000', '140826.409000', '140826.412000', '140826.415000', '140826.418000', '140846.271000', '140846.274000', '140846.277000', '140846.280000', '140846.283000', '140846.286000', '140846.289000', '140846.292000', '140846.294000', '140846.297000', '140846.300000', '140846.303000', '140846.306000', '140846.309000', '140846.313000', '140846.316000', '140846.319000', '140846.322000', '140846.325000', '140846.334000', '140846.337000', '140846.340000', '140846.343000', '140846.345000', '140846.348000', '140846.351000', '140846.354000', '140846.357000', '140846.360000', '140846.363000', '140846.365000', '140846.368000', '140846.371000', '140846.374000', '140846.377000', '140846.379000', '140846.382000', '140846.385000', '140846.388000', '140846.391000', '140846.394000', '140846.397000', '140846.399000', '140906.271000', '140906.274000', '140906.277000', '140906.280000', '140906.282000', '140906.285000', '140906.288000', '140906.291000', '140906.294000', '140906.297000', '140906.299000', '140906.302000', '140906.305000', '140906.308000', '140906.311000', '140906.314000', '140906.316000', '140906.319000', '140906.322000', '140906.325000', '140906.328000', '140906.330000', '140906.333000', '140906.336000', '140906.339000', '140906.342000', '140906.345000', '140906.348000', '140906.351000', '140906.353000', '140906.356000', '140906.359000', '140906.362000', '140906.365000', '140906.367000', '140906.370000', '140906.373000', '140906.376000', '140906.379000', '140906.382000', '140906.384000', '140906.387000', '140906.390000', '140906.393000', '140926.271000', '140926.274000', '140926.277000', '140926.280000', '140926.283000', '140926.286000', '140926.288000', '140926.291000', '140926.294000', '140926.297000', '140926.300000', '140926.303000', '140926.306000', '140926.309000', '140926.311000', '140926.315000', '140926.318000', '140926.321000', '140926.333000', '140926.336000', '140926.339000', '140926.341000', '140926.344000', '140926.347000', '140926.350000', '140926.353000', '140926.356000', '140926.359000', '140926.361000', '140926.364000', '140926.367000', '140926.370000', '140926.373000', '140926.376000', '140926.378000', '140926.381000', '140926.384000', '140926.387000', '140926.401000', '140926.404000', '140926.407000', '140926.409000', '140926.412000', '140946.271000', '140946.274000', '140946.277000', '140946.280000', '140946.283000', '140946.285000', '140946.288000', '140946.305000', '140946.308000', '140946.311000', '140946.314000', '140946.317000', '140946.319000', '140946.322000', '140946.325000', '140946.328000', '140946.331000', '140946.334000', '140946.336000', '140946.339000', '140946.342000', '140946.345000', '140946.348000', '140946.351000', '140946.354000', '140946.356000', '140946.359000', '140946.362000', '140946.365000', '140946.368000', '140946.371000', '140946.373000', '140946.376000', '140946.379000', '140946.382000', '140946.385000', '140946.388000', '140946.390000', '140946.393000', '140946.396000', '140946.399000', '140946.402000', '140946.405000', '140946.407000', '140952.583000', '140952.587000', '140952.590000', '140952.593000', '140952.597000', '140952.600000', '140952.604000', '140952.607000', '140952.610000', '140952.613000', '140952.616000', '140952.619000', '140952.623000', '140952.626000'], 'InstanceCreationTime': ['140306.300000', '140306.303000', '140306.306000', '140306.309000', '140306.312000', '140306.315000', '140306.318000', '140306.320000', '140306.323000', '140306.326000', '140306.329000', '140306.331000', '140306.334000', '140306.337000', '140306.340000', '140306.343000', '140306.346000', '140306.349000', '140306.352000', '140306.357000', '140306.360000', '140306.372000', '140306.398000', '140306.401000', '140306.404000', '140306.407000', '140306.409000', '140306.412000', '140306.415000', '140306.418000', '140326.272000', '140326.283000', '140326.285000', '140326.288000', '140326.291000', '140326.294000', '140326.296000', '140326.299000', '140326.302000', '140326.305000', '140326.308000', '140326.311000', '140326.313000', '140326.316000', '140326.319000', '140326.322000', '140326.325000', '140326.327000', '140326.330000', '140326.333000', '140326.336000', '140326.339000', '140326.341000', '140326.344000', '140326.347000', '140326.364000', '140326.367000', '140326.370000', '140326.373000', '140326.376000', '140326.378000', '140326.381000', '140326.384000', '140326.387000', '140326.390000', '140326.392000', '140326.395000', '140326.398000', '140326.401000', '140326.404000', '140326.407000', '140326.409000', '140326.412000', '140326.415000', '140346.271000', '140346.274000', '140346.277000', '140346.279000', '140346.282000', '140346.285000', '140346.288000', '140346.291000', '140346.293000', '140346.296000', '140346.299000', '140346.302000', '140346.305000', '140346.307000', '140346.310000', '140346.313000', '140346.316000', '140346.319000', '140346.321000', '140346.324000', '140346.327000', '140346.330000', '140346.333000', '140346.335000', '140346.341000', '140346.344000', '140346.347000', '140346.349000', '140346.352000', '140346.355000', '140346.358000', '140346.361000', '140346.364000', '140346.366000', '140346.369000', '140346.372000', '140346.375000', '140346.377000', '140346.380000', '140346.383000', '140346.395000', '140346.398000', '140346.401000', '140406.271000', '140406.274000', '140406.277000', '140406.279000', '140406.282000', '140406.285000', '140406.288000', '140406.291000', '140406.293000', '140406.296000', '140406.299000', '140406.302000', '140406.305000', '140406.308000', '140406.310000', '140406.313000', '140406.316000', '140406.319000', '140406.322000', '140406.324000', '140406.327000', '140406.330000', '140406.333000', '140406.336000', '140406.339000', '140406.341000', '140406.344000', '140406.347000', '140406.350000', '140406.353000', '140406.356000', '140406.358000', '140406.361000', '140406.364000', '140406.367000', '140406.369000', '140406.372000', '140406.375000', '140406.378000', '140406.381000', '140406.383000', '140406.386000', '140406.389000', '140406.392000', '140426.271000', '140426.274000', '140426.277000', '140426.279000', '140426.290000', '140426.293000', '140426.296000', '140426.298000', '140426.301000', '140426.304000', '140426.307000', '140426.310000', '140426.312000', '140426.315000', '140426.318000', '140426.321000', '140426.324000', '140426.326000', '140426.330000', '140426.334000', '140426.337000', '140426.339000', '140426.342000', '140426.345000', '140426.348000', '140426.351000', '140426.354000', '140426.356000', '140426.359000', '140426.362000', '140426.365000', '140426.368000', '140426.370000', '140426.373000', '140426.376000', '140426.379000', '140426.382000', '140426.385000', '140426.388000', '140426.390000', '140426.394000', '140426.399000', '140426.402000', '140446.271000', '140446.274000', '140446.277000', '140446.279000', '140446.282000', '140446.285000', '140446.288000', '140446.291000', '140446.294000', '140446.297000', '140446.299000', '140446.302000', '140446.305000', '140446.308000', '140446.311000', '140446.313000', '140446.316000', '140446.319000', '140446.322000', '140446.325000', '140446.327000', '140446.330000', '140446.333000', '140446.336000', '140446.339000', '140446.350000', '140446.352000', '140446.355000', '140446.358000', '140446.361000', '140446.364000', '140446.366000', '140446.369000', '140446.372000', '140446.375000', '140446.378000', '140446.381000', '140446.383000', '140446.386000', '140446.389000', '140446.392000', '140446.395000', '140446.397000', '140446.400000', '140506.271000', '140506.274000', '140506.277000', '140506.279000', '140506.282000', '140506.285000', '140506.288000', '140506.291000', '140506.294000', '140506.297000', '140506.299000', '140506.302000', '140506.305000', '140506.308000', '140506.311000', '140506.313000', '140506.316000', '140506.319000', '140506.322000', '140506.325000', '140506.337000', '140506.340000', '140506.343000', '140506.345000', '140506.348000', '140506.351000', '140506.354000', '140506.357000', '140506.359000', '140506.362000', '140506.365000', '140506.368000', '140506.371000', '140506.374000', '140506.376000', '140506.379000', '140506.382000', '140506.385000', '140506.388000', '140506.391000', '140506.393000', '140506.396000', '140506.399000', '140526.271000', '140526.274000', '140526.277000', '140526.279000', '140526.282000', '140526.285000', '140526.288000', '140526.291000', '140526.294000', '140526.296000', '140526.299000', '140526.302000', '140526.305000', '140526.308000', '140526.311000', '140526.314000', '140526.316000', '140526.319000', '140526.322000', '140526.325000', '140526.328000', '140526.331000', '140526.333000', '140526.336000', '140526.339000', '140526.342000', '140526.345000', '140526.347000', '140526.350000', '140526.353000', '140526.356000', '140526.359000', '140526.362000', '140526.364000', '140526.367000', '140526.370000', '140526.373000', '140526.376000', '140526.379000', '140526.381000', '140526.384000', '140526.387000', '140526.390000', '140526.393000', '140546.272000', '140546.275000', '140546.278000', '140546.281000', '140546.283000', '140546.286000', '140546.289000', '140546.292000', '140546.295000', '140546.298000', '140546.300000', '140546.303000', '140546.306000', '140546.309000', '140546.312000', '140546.314000', '140546.317000', '140546.320000', '140546.323000', '140546.326000', '140546.329000', '140546.332000', '140546.334000', '140546.337000', '140546.340000', '140546.343000', '140546.346000', '140546.358000', '140546.360000', '140546.363000', '140546.366000', '140546.370000', '140546.373000', '140546.376000', '140546.379000', '140546.382000', '140546.384000', '140546.387000', '140546.390000', '140546.393000', '140546.396000', '140546.399000', '140546.401000', '140606.271000', '140606.274000', '140606.277000', '140606.279000', '140606.282000', '140606.285000', '140606.288000', '140606.291000', '140606.294000', '140606.297000', '140606.299000', '140606.302000', '140606.305000', '140606.308000', '140606.311000', '140606.314000', '140606.316000', '140606.319000', '140606.322000', '140606.325000', '140606.328000', '140606.331000', '140606.335000', '140606.341000', '140606.344000', '140606.347000', '140606.350000', '140606.353000', '140606.356000', '140606.358000', '140606.361000', '140606.364000', '140606.367000', '140606.370000', '140606.373000', '140606.375000', '140606.378000', '140606.381000', '140606.384000', '140606.386000', '140606.389000', '140606.392000', '140606.395000', '140606.398000', '140626.271000', '140626.274000', '140626.277000', '140626.280000', '140626.282000', '140626.285000', '140626.288000', '140626.291000', '140626.294000', '140626.296000', '140626.299000', '140626.302000', '140626.305000', '140626.308000', '140626.311000', '140626.314000', '140626.316000', '140626.319000', '140626.322000', '140626.325000', '140626.328000', '140626.331000', '140626.333000', '140626.336000', '140626.339000', '140626.342000', '140626.345000', '140626.348000', '140626.350000', '140626.353000', '140626.356000', '140626.359000', '140626.362000', '140626.365000', '140626.368000', '140626.370000', '140626.373000', '140626.376000', '140626.379000', '140626.382000', '140626.384000', '140626.387000', '140626.390000', '140646.271000', '140646.274000', '140646.287000', '140646.290000', '140646.293000', '140646.296000', '140646.299000', '140646.302000', '140646.304000', '140646.307000', '140646.310000', '140646.313000', '140646.315000', '140646.318000', '140646.321000', '140646.324000', '140646.327000', '140646.330000', '140646.332000', '140646.335000', '140646.338000', '140646.341000', '140646.344000', '140646.346000', '140646.349000', '140646.352000', '140646.355000', '140646.358000', '140646.361000', '140646.363000', '140646.366000', '140646.369000', '140646.372000', '140646.375000', '140646.378000', '140646.380000', '140646.383000', '140646.386000', '140646.389000', '140646.392000', '140646.395000', '140646.397000', '140646.400000', '140646.403000', '140706.271000', '140706.274000', '140706.277000', '140706.280000', '140706.283000', '140706.285000', '140706.288000', '140706.291000', '140706.294000', '140706.297000', '140706.300000', '140706.302000', '140706.305000', '140706.308000', '140706.311000', '140706.314000', '140706.317000', '140706.320000', '140706.322000', '140706.325000', '140706.328000', '140706.331000', '140706.334000', '140706.337000', '140706.339000', '140706.342000', '140706.345000', '140706.348000', '140706.351000', '140706.354000', '140706.357000', '140706.359000', '140706.362000', '140706.365000', '140706.368000', '140706.371000', '140706.374000', '140706.377000', '140706.379000', '140706.382000', '140706.385000', '140706.388000', '140706.391000', '140726.271000', '140726.274000', '140726.277000', '140726.279000', '140726.282000', '140726.285000', '140726.288000', '140726.291000', '140726.294000', '140726.296000', '140726.299000', '140726.302000', '140726.305000', '140726.308000', '140726.310000', '140726.313000', '140726.316000', '140726.319000', '140726.322000', '140726.325000', '140726.328000', '140726.331000', '140726.333000', '140726.336000', '140726.339000', '140726.342000', '140726.345000', '140726.348000', '140726.354000', '140726.357000', '140726.360000', '140726.363000', '140726.365000', '140726.368000', '140726.371000', '140726.374000', '140726.377000', '140726.379000', '140726.382000', '140726.385000', '140726.388000', '140726.391000', '140726.394000', '140726.396000', '140746.271000', '140746.274000', '140746.277000', '140746.280000', '140746.282000', '140746.285000', '140746.288000', '140746.291000', '140746.294000', '140746.297000', '140746.300000', '140746.302000', '140746.305000', '140746.308000', '140746.311000', '140746.314000', '140746.317000', '140746.319000', '140746.322000', '140746.325000', '140746.328000', '140746.331000', '140746.334000', '140746.337000', '140746.339000', '140746.342000', '140746.345000', '140746.348000', '140746.351000', '140746.354000', '140746.357000', '140746.359000', '140746.362000', '140746.365000', '140746.368000', '140746.371000', '140746.374000', '140746.376000', '140746.379000', '140746.382000', '140746.385000', '140746.388000', '140746.391000', '140806.272000', '140806.275000', '140806.278000', '140806.281000', '140806.284000', '140806.287000', '140806.290000', '140806.293000', '140806.295000', '140806.298000', '140806.301000', '140806.304000', '140806.307000', '140806.310000', '140806.313000', '140806.315000', '140806.318000', '140806.321000', '140806.331000', '140806.334000', '140806.336000', '140806.339000', '140806.342000', '140806.345000', '140806.348000', '140806.351000', '140806.353000', '140806.370000', '140806.373000', '140806.376000', '140806.379000', '140806.382000', '140806.385000', '140806.387000', '140806.390000', '140806.393000', '140806.396000', '140806.399000', '140806.402000', '140806.404000', '140806.407000', '140806.410000', '140806.413000', '140826.271000', '140826.274000', '140826.277000', '140826.280000', '140826.283000', '140826.285000', '140826.305000', '140826.308000', '140826.311000', '140826.314000', '140826.316000', '140826.319000', '140826.322000', '140826.325000', '140826.328000', '140826.331000', '140826.334000', '140826.336000', '140826.339000', '140826.342000', '140826.345000', '140826.348000', '140826.351000', '140826.353000', '140826.356000', '140826.359000', '140826.362000', '140826.365000', '140826.368000', '140826.371000', '140826.374000', '140826.376000', '140826.379000', '140826.382000', '140826.385000', '140826.388000', '140826.391000', '140826.394000', '140826.404000', '140826.406000', '140826.409000', '140826.412000', '140826.415000', '140826.418000', '140846.271000', '140846.274000', '140846.277000', '140846.280000', '140846.283000', '140846.286000', '140846.289000', '140846.292000', '140846.294000', '140846.297000', '140846.300000', '140846.303000', '140846.306000', '140846.309000', '140846.313000', '140846.316000', '140846.319000', '140846.322000', '140846.325000', '140846.334000', '140846.337000', '140846.340000', '140846.343000', '140846.345000', '140846.348000', '140846.351000', '140846.354000', '140846.357000', '140846.360000', '140846.363000', '140846.365000', '140846.368000', '140846.371000', '140846.374000', '140846.377000', '140846.379000', '140846.382000', '140846.385000', '140846.388000', '140846.391000', '140846.394000', '140846.397000', '140846.399000', '140906.271000', '140906.274000', '140906.277000', '140906.280000', '140906.282000', '140906.285000', '140906.288000', '140906.291000', '140906.294000', '140906.297000', '140906.299000', '140906.302000', '140906.305000', '140906.308000', '140906.311000', '140906.314000', '140906.316000', '140906.319000', '140906.322000', '140906.325000', '140906.328000', '140906.330000', '140906.333000', '140906.336000', '140906.339000', '140906.342000', '140906.345000', '140906.348000', '140906.351000', '140906.353000', '140906.356000', '140906.359000', '140906.362000', '140906.365000', '140906.367000', '140906.370000', '140906.373000', '140906.376000', '140906.379000', '140906.382000', '140906.384000', '140906.387000', '140906.390000', '140906.393000', '140926.271000', '140926.274000', '140926.277000', '140926.280000', '140926.283000', '140926.286000', '140926.288000', '140926.291000', '140926.294000', '140926.297000', '140926.300000', '140926.303000', '140926.306000', '140926.309000', '140926.311000', '140926.315000', '140926.318000', '140926.321000', '140926.333000', '140926.336000', '140926.339000', '140926.341000', '140926.344000', '140926.347000', '140926.350000', '140926.353000', '140926.356000', '140926.359000', '140926.361000', '140926.364000', '140926.367000', '140926.370000', '140926.373000', '140926.376000', '140926.378000', '140926.381000', '140926.384000', '140926.387000', '140926.401000', '140926.404000', '140926.407000', '140926.409000', '140926.412000', '140946.271000', '140946.274000', '140946.277000', '140946.280000', '140946.283000', '140946.285000', '140946.288000', '140946.305000', '140946.308000', '140946.311000', '140946.314000', '140946.317000', '140946.319000', '140946.322000', '140946.325000', '140946.328000', '140946.331000', '140946.334000', '140946.336000', '140946.339000', '140946.342000', '140946.345000', '140946.348000', '140946.351000', '140946.354000', '140946.356000', '140946.359000', '140946.362000', '140946.365000', '140946.368000', '140946.371000', '140946.373000', '140946.376000', '140946.379000', '140946.382000', '140946.385000', '140946.388000', '140946.390000', '140946.393000', '140946.396000', '140946.399000', '140946.402000', '140946.405000', '140946.407000', '140952.583000', '140952.587000', '140952.590000', '140952.593000', '140952.597000', '140952.600000', '140952.604000', '140952.607000', '140952.610000', '140952.613000', '140952.616000', '140952.619000', '140952.623000', '140952.626000'], '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': [11112, 15190, 17105, 13221, 21255, 12254, 16828, 11629, 14279, 10962, 11309, 13662, 10860, 18337, 11281, 14009, 17136, 11400, 15052, 10867, 11151, 16453, 11326, 12877, 11005, 11271, 16103, 11262, 12776, 12132, 11089, 14872, 11620, 11684, 14455, 11379, 13695, 10500, 11525, 14220, 11545, 13062, 10674, 11712, 13327, 11589, 12460, 10800, 11886, 14030, 11342, 13999, 11313, 12003, 12548, 11521, 16896, 11279, 14418, 11274, 11788, 15808, 11179, 17077, 11436, 14848, 11340, 12377, 14501, 11515, 17388, 11491, 14465, 11164, 12360, 13960, 11620, 17154, 12041, 15893, 11029, 13958, 11033, 12844, 17613, 12066, 16648, 11967, 14834, 11354, 13003, 16009, 11324, 17283, 11373, 15482, 11275, 14253, 14260, 11452, 18054, 11877, 16096, 11261, 15559, 11016, 12682, 16874, 11925, 16816, 11566, 16164, 11140, 14785, 11518, 13813, 16484, 11745, 17435, 11584, 15806, 11358, 14812, 11113, 12934, 16264, 12546, 19460, 14626, 17363, 11542, 15429, 11109, 16272, 10924, 17182, 10299, 16548, 10311, 14202, 19443, 12653, 19348, 11790, 16849, 10236, 13795, 18511, 12596, 19577, 12691, 15254, 10015, 12808, 14491, 12110, 18947, 10985, 15523, 9858, 14099, 10365, 12607, 15815, 11226, 16872, 10327, 15628, 9852, 13360, 13390, 10979, 17216, 11167, 15550, 9948, 14089, 9914, 11874, 16704, 11321, 16204, 10251, 14763, 9852, 14500, 11145, 11988, 17482, 11962, 15794, 9951, 13875, 10736, 12186, 14270, 11962, 17815, 10375, 15367, 10404, 14153, 10117, 13552, 11446, 12074, 16523, 11142, 17204, 11068, 16046, 10173, 15632, 9845, 14977, 9667, 14273, 10889, 11834, 11609, 12674, 11851, 12713, 12895, 11243, 16263, 12148, 18935, 12417, 18590, 11424, 15235, 12720, 13010, 22381, 13692, 19509, 13053, 15766, 11637, 13587, 11052, 15606, 10421, 13696, 10094, 12627, 14063, 10803, 16171, 11839, 9907, 11277, 10073, 11932, 10070, 10818, 13321, 11941, 12723, 10531, 16816, 10877, 13954, 10026, 12240, 12445, 11032, 17114, 10564, 13700, 9665, 12093, 13886, 11733, 13313, 10611, 16569, 9969, 13815, 9973, 11754, 16045, 11253, 15020, 8946, 9297, 10842, 10229, 12046, 9310, 11312, 8993, 11309, 8829, 10991, 13136, 10269, 12836, 9350, 12154, 11338, 12054, 14988, 10380, 12429, 9338, 11493, 9471, 11403, 10929, 10332, 14553, 9735, 12116, 9262, 12049, 9760, 11551, 11490, 10853, 15037, 10347, 12516, 9861, 11759, 11223, 11204, 16261, 10151, 12746, 10104, 12391, 10124, 11942, 9961, 10816, 14785, 10582, 14521, 10276, 13535, 10534, 13818, 10632, 14684, 10816, 12919, 10788, 13231, 10645, 14899, 10738, 12781, 10725, 14150, 10808, 16448, 10794, 19044, 10967, 15370, 11381, 15977, 10743, 14019, 10613, 12868, 10385, 12550, 10313, 11050, 15055, 11039, 17727, 11741, 17835, 10638, 14138, 10798, 13814, 10732, 13905, 9565, 12241, 10339, 12600, 10384, 11754, 11127, 10675, 17293, 11347, 14202, 10134, 12818, 9847, 11389, 10079, 10117, 15830, 10319, 12492, 10085, 11209, 9641, 10593, 9321, 10931, 8999, 10892, 14301, 10903, 11944, 10362, 13690, 10295, 13888, 10457, 12618, 9820, 11960, 10143, 11544, 16501, 11743, 12710, 11383, 15348, 11187, 18163, 12642, 17135, 11587, 14503, 10338, 13720, 10522, 14522, 9809, 12225, 10916, 11310, 19105, 11930, 15403, 10418, 14157, 10554, 12501, 10282, 11271, 16089, 10552, 13861, 10333, 13451, 10682, 13719, 10290, 12882, 10004, 11634, 9739, 10856, 18658, 10621, 15049, 10309, 13073, 10146, 11159, 18572, 10533, 14258, 10558, 13272, 9728, 12014, 10014, 10016, 11089, 10323, 12555, 10089, 12980, 10082, 11663, 9947, 10596, 15313, 9865, 12902, 10058, 11472, 10050, 9908, 13422, 10418, 11972, 10725, 12112, 14384, 10586, 10635, 11639, 9769, 13758, 10256, 14051, 10317, 13832, 9579, 15552, 9816, 13331, 10225, 12210, 18085, 12010, 16249, 11519, 15447, 17697, 12953, 18647, 11497, 15203, 9729, 12982, 15174, 11012, 16520, 10436, 14026, 9440, 10626, 15877, 10107, 13799, 9022, 12507, 8626, 11248, 12017, 9844, 10231, 9876, 10386, 10785, 10319, 10784, 11926, 10706, 16857, 11678, 15380, 11244, 13864, 12128, 12950, 16933, 12190, 18035, 12346, 15227, 10681, 12354, 17844, 11698, 17920, 12135, 18442, 11242, 16461, 10129, 12572, 10494, 10570, 16826, 10685, 14921, 10797, 15468, 10420, 14446, 10008, 12339, 9932, 13010, 12872, 15569, 11770, 15314, 10804, 14267, 10520, 14541, 9493, 13243, 9949, 11892, 14767, 11300, 15602, 9880, 14042, 10247, 13131, 12539, 11990, 17343, 11470, 15403, 9987, 13605, 11617, 12755, 16493, 11781, 16019, 10492, 14858, 10834, 15345, 9971, 14101, 11628, 11648, 17571, 11796, 14186, 10242, 14766, 9952, 14623, 9555, 12053, 17150, 10601, 14097, 9510, 12196, 15042, 11051, 15111, 9448, 12157, 13896, 10778, 15881, 10487, 14503, 9502, 13083, 11178, 10072, 15854, 12361, 15972, 11129, 14706, 10380, 13830, 10446, 13754, 10462, 14366, 10223, 12886, 13844, 12329, 17834, 11356, 15087, 11534, 15868, 9650, 14319, 10514, 12333, 17878, 12203, 16503, 11564, 15359, 10492, 13904, 12144, 11410, 17364, 12536, 15723, 10060, 13669, 9858, 12138, 17166, 10908, 14421, 9857, 13726, 10216, 13484, 10611, 12730, 10107, 10623, 15712, 10720, 14528, 10195, 14543, 9934, 13887, 10034, 12114, 12829, 10579, 12190, 11202, 11957, 11385, 13841, 10960, 15917, 10790, 14120, 11066, 14717, 9876, 13564, 10280, 11115, 10871, 10733, 8920, 11476, 8507, 10514, 8984, 10045, 9954, 11604, 9868, 13895, 10130, 13176, 9228, 12634, 9056, 12305, 9992, 11948, 14579, 10126, 13186, 9111, 12039, 8931, 12602, 9409, 11405, 11339, 9558, 13402, 10338, 12658, 9424, 12581, 8728, 12816, 8971, 12668, 8782, 12024, 8938, 12028, 9096, 12155, 9233, 12417, 8999, 11974, 8701, 12075, 10044, 11402, 13090, 9194, 11671, 8606, 12500, 9130, 10222, 13113, 9785, 13101, 9745, 11633, 9034, 13282, 8964, 13525, 9400, 13147, 9891, 9889, 10140, 12394, 10191, 15261, 10405, 13419, 10121, 12741, 9044, 12330, 9109, 12206, 10014, 13295, 11812, 12312, 14908, 10193, 12893, 10402, 12962, 9605, 11871, 10039, 12714, 12344, 10897, 13900, 9601, 12395, 9370, 11353, 10023, 11715, 13291, 9578, 12154, 9428, 12173, 9329, 10892, 12682, 9483, 13143, 9510, 11786, 8753, 11360, 11471, 9629, 13971, 9569, 12444, 9550, 11556, 9988, 9677, 14009, 9581, 11987, 9253, 11796, 8409, 11663, 8977, 11332, 10851, 11172, 9032, 11168, 10708, 11237, 11927, 11051, 11391, 10906, 13490, 10165, 12735, 9943, 12058, 9795, 12016, 9832, 11648, 12913, 9844, 13064, 10507, 12962, 9716, 11829, 9510, 11984, 10139, 11597, 11803, 10235, 13074, 10035, 12216, 9684, 12048, 9345, 11271, 11109], 'WindowCenter': [4884.0, 4901.0, 4877.0, 4846.0, 4874.0, 4810.0, 4837.0, 4782.0, 4801.0, 4770.0, 4768.0, 4789.0, 4757.0, 4808.0, 4754.0, 4784.0, 4792.0, 4753.0, 4773.0, 4740.0, 4753.0, 4782.0, 4751.0, 4759.0, 4740.0, 4750.0, 4779.0, 4741.0, 4759.0, 4749.0, 4750.0, 4770.0, 4751.0, 4761.0, 4781.0, 4761.0, 4772.0, 4754.0, 4766.0, 4785.0, 4763.0, 4773.0, 4754.0, 4774.0, 4784.0, 4779.0, 4787.0, 4766.0, 4779.0, 4785.0, 4778.0, 4797.0, 4767.0, 4780.0, 4774.0, 4780.0, 4817.0, 4783.0, 4815.0, 4780.0, 4791.0, 4809.0, 4778.0, 4819.0, 4780.0, 4813.0, 4780.0, 4801.0, 4798.0, 4792.0, 4830.0, 4793.0, 4812.0, 4780.0, 4804.0, 4815.0, 4804.0, 4835.0, 4808.0, 4826.0, 4784.0, 4813.0, 4781.0, 4805.0, 4833.0, 4803.0, 4822.0, 4791.0, 4823.0, 4783.0, 4803.0, 4821.0, 4795.0, 4821.0, 4794.0, 4826.0, 4779.0, 4812.0, 4801.0, 4782.0, 4820.0, 4792.0, 4821.0, 4782.0, 4811.0, 4778.0, 4803.0, 4818.0, 4793.0, 4818.0, 4781.0, 4823.0, 4783.0, 4815.0, 4782.0, 4815.0, 4821.0, 4794.0, 4819.0, 4780.0, 4813.0, 4780.0, 4812.0, 4779.0, 4805.0, 4825.0, 4794.0, 4821.0, 4789.0, 4783.0, 4754.0, 4772.0, 4757.0, 4799.0, 4759.0, 4797.0, 4747.0, 4798.0, 4747.0, 4789.0, 4808.0, 4767.0, 4798.0, 4754.0, 4786.0, 4734.0, 4776.0, 4796.0, 4755.0, 4794.0, 4751.0, 4762.0, 4723.0, 4753.0, 4761.0, 4752.0, 4782.0, 4732.0, 4771.0, 4732.0, 4771.0, 4731.0, 4755.0, 4773.0, 4745.0, 4783.0, 4734.0, 4784.0, 4733.0, 4765.0, 4762.0, 4744.0, 4784.0, 4746.0, 4785.0, 4736.0, 4775.0, 4736.0, 4767.0, 4796.0, 4760.0, 4786.0, 4746.0, 4787.0, 4746.0, 4788.0, 4757.0, 4769.0, 4798.0, 4768.0, 4788.0, 4737.0, 4792.0, 4769.0, 4779.0, 4788.0, 4765.0, 4796.0, 4747.0, 4785.0, 4744.0, 4788.0, 4763.0, 4780.0, 4757.0, 4766.0, 4786.0, 4759.0, 4796.0, 4769.0, 4799.0, 4751.0, 4788.0, 4748.0, 4788.0, 4750.0, 4789.0, 4771.0, 4784.0, 4771.0, 4765.0, 4754.0, 4764.0, 4764.0, 4744.0, 4785.0, 4757.0, 4796.0, 4758.0, 4788.0, 4745.0, 4765.0, 4741.0, 4744.0, 4780.0, 4738.0, 4770.0, 4740.0, 4739.0, 4705.0, 4736.0, 4714.0, 4757.0, 4705.0, 4721.0, 4692.0, 4710.0, 4722.0, 4715.0, 4745.0, 4712.0, 4692.0, 4713.0, 4693.0, 4713.0, 4705.0, 4719.0, 4734.0, 4727.0, 4725.0, 4706.0, 4756.0, 4718.0, 4737.0, 4708.0, 4737.0, 4737.0, 4716.0, 4758.0, 4719.0, 4746.0, 4709.0, 4742.0, 4750.0, 4740.0, 4751.0, 4728.0, 4770.0, 4719.0, 4749.0, 4718.0, 4742.0, 4760.0, 4731.0, 4758.0, 4579.0, 4641.0, 4832.0, 4819.0, 4808.0, 4765.0, 4771.0, 4742.0, 4771.0, 4744.0, 4779.0, 4796.0, 4767.0, 4796.0, 4771.0, 4789.0, 4775.0, 4770.0, 4792.0, 4769.0, 4786.0, 4757.0, 4775.0, 4758.0, 4789.0, 4779.0, 4769.0, 4799.0, 4761.0, 4789.0, 4758.0, 4791.0, 4771.0, 4794.0, 4779.0, 4780.0, 4811.0, 4772.0, 4790.0, 4772.0, 4791.0, 4780.0, 4782.0, 4805.0, 4771.0, 4787.0, 4770.0, 4792.0, 4770.0, 4791.0, 4769.0, 4782.0, 4811.0, 4795.0, 4812.0, 4784.0, 4815.0, 4783.0, 4813.0, 4781.0, 4808.0, 4780.0, 4789.0, 4792.0, 4801.0, 4797.0, 4825.0, 4794.0, 4813.0, 4796.0, 4824.0, 4808.0, 4836.0, 4795.0, 4844.0, 4798.0, 4823.0, 4795.0, 4823.0, 4783.0, 4801.0, 4783.0, 4801.0, 4769.0, 4792.0, 4758.0, 4770.0, 4807.0, 4771.0, 4820.0, 4781.0, 4831.0, 4782.0, 4812.0, 4780.0, 4800.0, 4767.0, 4787.0, 4747.0, 4778.0, 4766.0, 4790.0, 4757.0, 4776.0, 4767.0, 4768.0, 4807.0, 4766.0, 4786.0, 4757.0, 4776.0, 4759.0, 4778.0, 4757.0, 4759.0, 4795.0, 4757.0, 4790.0, 4795.0, 4819.0, 4786.0, 4781.0, 4759.0, 4778.0, 4759.0, 4784.0, 4810.0, 4807.0, 4804.0, 4785.0, 4808.0, 4782.0, 4814.0, 4784.0, 4804.0, 4774.0, 4795.0, 4785.0, 4795.0, 4831.0, 4794.0, 4801.0, 4792.0, 4810.0, 4782.0, 4831.0, 4791.0, 4820.0, 4795.0, 4822.0, 4784.0, 4800.0, 4770.0, 4794.0, 4757.0, 4777.0, 4769.0, 4776.0, 4818.0, 4776.0, 4795.0, 4755.0, 4784.0, 4768.0, 4784.0, 4755.0, 4764.0, 4794.0, 4755.0, 4797.0, 4768.0, 4786.0, 4767.0, 4785.0, 4758.0, 4786.0, 4757.0, 4778.0, 4757.0, 4766.0, 4816.0, 4756.0, 4793.0, 4758.0, 4786.0, 4754.0, 4765.0, 4812.0, 4768.0, 4786.0, 4767.0, 4790.0, 4747.0, 4772.0, 4756.0, 4760.0, 4767.0, 4767.0, 4777.0, 4767.0, 4787.0, 4766.0, 4778.0, 4760.0, 4782.0, 4805.0, 4760.0, 4789.0, 4760.0, 4780.0, 4760.0, 4772.0, 4802.0, 4770.0, 4808.0, 4776.0, 4769.0, 4774.0, 4734.0, 4745.0, 4755.0, 4763.0, 4778.0, 4750.0, 4777.0, 4752.0, 4779.0, 4752.0, 4801.0, 4740.0, 4781.0, 4749.0, 4769.0, 4796.0, 4756.0, 4788.0, 4747.0, 4779.0, 4774.0, 4742.0, 4772.0, 4728.0, 4749.0, 4698.0, 4736.0, 4736.0, 4718.0, 4745.0, 4705.0, 4735.0, 4695.0, 4707.0, 4747.0, 4708.0, 4733.0, 4698.0, 4752.0, 4725.0, 4737.0, 4784.0, 4757.0, 4744.0, 4760.0, 4769.0, 4787.0, 4787.0, 4800.0, 4815.0, 4802.0, 4842.0, 4815.0, 4832.0, 4792.0, 4821.0, 4802.0, 4787.0, 4817.0, 4803.0, 4817.0, 4784.0, 4794.0, 4752.0, 4774.0, 4801.0, 4759.0, 4790.0, 4760.0, 4798.0, 4750.0, 4790.0, 4736.0, 4759.0, 4751.0, 4753.0, 4800.0, 4751.0, 4789.0, 4750.0, 4787.0, 4759.0, 4781.0, 4736.0, 4772.0, 4762.0, 4789.0, 4773.0, 4783.0, 4763.0, 4778.0, 4756.0, 4799.0, 4781.0, 4799.0, 4759.0, 4786.0, 4760.0, 4782.0, 4799.0, 4782.0, 4794.0, 4759.0, 4798.0, 4762.0, 4793.0, 4778.0, 4780.0, 4810.0, 4770.0, 4796.0, 4747.0, 4789.0, 4768.0, 4777.0, 4796.0, 4768.0, 4795.0, 4759.0, 4788.0, 4757.0, 4798.0, 4748.0, 4786.0, 4763.0, 4783.0, 4832.0, 4780.0, 4786.0, 4756.0, 4785.0, 4746.0, 4783.0, 4732.0, 4776.0, 4805.0, 4755.0, 4783.0, 4747.0, 4774.0, 4797.0, 4770.0, 4793.0, 4747.0, 4778.0, 4786.0, 4770.0, 4797.0, 4756.0, 4794.0, 4749.0, 4784.0, 4771.0, 4760.0, 4823.0, 4795.0, 4799.0, 4759.0, 4784.0, 4748.0, 4790.0, 4772.0, 4788.0, 4759.0, 4796.0, 4758.0, 4789.0, 4786.0, 4780.0, 4822.0, 4796.0, 4827.0, 4782.0, 4806.0, 4748.0, 4784.0, 4758.0, 4781.0, 4819.0, 4778.0, 4796.0, 4765.0, 4795.0, 4753.0, 4786.0, 4763.0, 4768.0, 4794.0, 4763.0, 4782.0, 4733.0, 4774.0, 4745.0, 4779.0, 4832.0, 4806.0, 4853.0, 4811.0, 4822.0, 4769.0, 4795.0, 4767.0, 4786.0, 4755.0, 4763.0, 4804.0, 4778.0, 4805.0, 4782.0, 4810.0, 4772.0, 4798.0, 4766.0, 4804.0, 4815.0, 4783.0, 4791.0, 4797.0, 4805.0, 4797.0, 4815.0, 4782.0, 4825.0, 4800.0, 4834.0, 4799.0, 4815.0, 4761.0, 4790.0, 4756.0, 4728.0, 4748.0, 4760.0, 4732.0, 4759.0, 4718.0, 4734.0, 4716.0, 4725.0, 4737.0, 4759.0, 4754.0, 4782.0, 4753.0, 4785.0, 4742.0, 4770.0, 4719.0, 4757.0, 4728.0, 4757.0, 4765.0, 4736.0, 4754.0, 4717.0, 4746.0, 4714.0, 4753.0, 4714.0, 4744.0, 4731.0, 4723.0, 4755.0, 4736.0, 4771.0, 4728.0, 4755.0, 4717.0, 4758.0, 4716.0, 4772.0, 4732.0, 4770.0, 4743.0, 4769.0, 4745.0, 4774.0, 4744.0, 4776.0, 4733.0, 4773.0, 4731.0, 4773.0, 4743.0, 4762.0, 4770.0, 4743.0, 4774.0, 4729.0, 4773.0, 4756.0, 4794.0, 4806.0, 4774.0, 4793.0, 4765.0, 4782.0, 4758.0, 4806.0, 4772.0, 4816.0, 4780.0, 4824.0, 4793.0, 4790.0, 4802.0, 4812.0, 4801.0, 4832.0, 4804.0, 4824.0, 4820.0, 4814.0, 4774.0, 4800.0, 4771.0, 4800.0, 4780.0, 4822.0, 4800.0, 4798.0, 4808.0, 4768.0, 4784.0, 4766.0, 4783.0, 4753.0, 4773.0, 4753.0, 4784.0, 4786.0, 4763.0, 4781.0, 4752.0, 4783.0, 4745.0, 4778.0, 4754.0, 4774.0, 4783.0, 4756.0, 4785.0, 4753.0, 4785.0, 4741.0, 4776.0, 4783.0, 4756.0, 4797.0, 4769.0, 4786.0, 4745.0, 4787.0, 4776.0, 4766.0, 4807.0, 4771.0, 4799.0, 4768.0, 4790.0, 4766.0, 4771.0, 4821.0, 4793.0, 4800.0, 4770.0, 4787.0, 4756.0, 4797.0, 4768.0, 4802.0, 4800.0, 4816.0, 4771.0, 4802.0, 4790.0, 4804.0, 4800.0, 4804.0, 4804.0, 4795.0, 4812.0, 4783.0, 4816.0, 4781.0, 4800.0, 4768.0, 4788.0, 4766.0, 4788.0, 4801.0, 4766.0, 4796.0, 4776.0, 4796.0, 4755.0, 4787.0, 4767.0, 4787.0, 4766.0, 4776.0, 4776.0, 4764.0, 4798.0, 4767.0, 4785.0, 4753.0, 4773.0, 4744.0, 4776.0, 4762.0], 'WindowWidth': [10647.0, 10657.0, 10603.0, 10552.0, 10593.0, 10489.0, 10525.0, 10436.0, 10463.0, 10414.0, 10411.0, 10438.0, 10393.0, 10469.0, 10384.0, 10428.0, 10439.0, 10378.0, 10411.0, 10360.0, 10379.0, 10421.0, 10372.0, 10385.0, 10356.0, 10371.0, 10411.0, 10360.0, 10385.0, 10369.0, 10372.0, 10401.0, 10373.0, 10389.0, 10417.0, 10390.0, 10407.0, 10382.0, 10403.0, 10427.0, 10398.0, 10411.0, 10385.0, 10415.0, 10427.0, 10423.0, 10434.0, 10404.0, 10426.0, 10432.0, 10423.0, 10448.0, 10407.0, 10428.0, 10416.0, 10428.0, 10478.0, 10435.0, 10482.0, 10427.0, 10444.0, 10471.0, 10426.0, 10482.0, 10432.0, 10479.0, 10429.0, 10462.0, 10455.0, 10449.0, 10502.0, 10454.0, 10479.0, 10431.0, 10468.0, 10482.0, 10470.0, 10514.0, 10476.0, 10501.0, 10442.0, 10483.0, 10437.0, 10473.0, 10511.0, 10468.0, 10494.0, 10447.0, 10497.0, 10438.0, 10465.0, 10492.0, 10455.0, 10491.0, 10455.0, 10501.0, 10429.0, 10477.0, 10461.0, 10435.0, 10490.0, 10450.0, 10492.0, 10433.0, 10475.0, 10424.0, 10464.0, 10486.0, 10451.0, 10483.0, 10433.0, 10492.0, 10436.0, 10484.0, 10434.0, 10483.0, 10492.0, 10451.0, 10486.0, 10432.0, 10482.0, 10431.0, 10478.0, 10427.0, 10471.0, 10500.0, 10450.0, 10488.0, 10432.0, 10418.0, 10376.0, 10401.0, 10386.0, 10446.0, 10390.0, 10443.0, 10375.0, 10448.0, 10374.0, 10435.0, 10459.0, 10400.0, 10445.0, 10378.0, 10425.0, 10351.0, 10411.0, 10437.0, 10377.0, 10436.0, 10367.0, 10385.0, 10331.0, 10374.0, 10382.0, 10370.0, 10415.0, 10343.0, 10395.0, 10347.0, 10399.0, 10344.0, 10377.0, 10403.0, 10364.0, 10416.0, 10351.0, 10420.0, 10345.0, 10391.0, 10385.0, 10363.0, 10421.0, 10369.0, 10420.0, 10354.0, 10407.0, 10356.0, 10399.0, 10439.0, 10391.0, 10424.0, 10370.0, 10426.0, 10370.0, 10429.0, 10385.0, 10405.0, 10446.0, 10401.0, 10429.0, 10357.0, 10445.0, 10413.0, 10421.0, 10430.0, 10396.0, 10442.0, 10371.0, 10422.0, 10365.0, 10434.0, 10404.0, 10422.0, 10382.0, 10394.0, 10423.0, 10389.0, 10439.0, 10406.0, 10446.0, 10381.0, 10429.0, 10374.0, 10430.0, 10379.0, 10435.0, 10415.0, 10431.0, 10407.0, 10389.0, 10375.0, 10386.0, 10388.0, 10359.0, 10421.0, 10383.0, 10441.0, 10382.0, 10429.0, 10359.0, 10391.0, 10349.0, 10358.0, 10409.0, 10341.0, 10396.0, 10345.0, 10343.0, 10287.0, 10339.0, 10307.0, 10370.0, 10290.0, 10310.0, 10268.0, 10292.0, 10310.0, 10308.0, 10348.0, 10299.0, 10270.0, 10301.0, 10274.0, 10301.0, 10293.0, 10315.0, 10331.0, 10324.0, 10319.0, 10294.0, 10365.0, 10312.0, 10338.0, 10302.0, 10341.0, 10337.0, 10311.0, 10371.0, 10316.0, 10352.0, 10304.0, 10353.0, 10364.0, 10349.0, 10364.0, 10333.0, 10391.0, 10320.0, 10360.0, 10317.0, 10352.0, 10378.0, 10337.0, 10375.0, 10060.0, 10187.0, 10552.0, 10519.0, 10477.0, 10411.0, 10411.0, 10371.0, 10412.0, 10376.0, 10433.0, 10452.0, 10412.0, 10453.0, 10425.0, 10445.0, 10421.0, 10408.0, 10436.0, 10412.0, 10436.0, 10395.0, 10420.0, 10400.0, 10447.0, 10431.0, 10416.0, 10456.0, 10404.0, 10442.0, 10398.0, 10446.0, 10417.0, 10453.0, 10430.0, 10431.0, 10475.0, 10421.0, 10446.0, 10420.0, 10447.0, 10431.0, 10433.0, 10464.0, 10418.0, 10438.0, 10418.0, 10450.0, 10417.0, 10447.0, 10414.0, 10433.0, 10475.0, 10460.0, 10481.0, 10442.0, 10489.0, 10441.0, 10483.0, 10435.0, 10469.0, 10430.0, 10443.0, 10452.0, 10463.0, 10467.0, 10500.0, 10458.0, 10483.0, 10463.0, 10501.0, 10483.0, 10516.0, 10461.0, 10530.0, 10466.0, 10498.0, 10459.0, 10494.0, 10437.0, 10461.0, 10438.0, 10463.0, 10417.0, 10449.0, 10397.0, 10415.0, 10465.0, 10419.0, 10491.0, 10432.0, 10507.0, 10440.0, 10478.0, 10433.0, 10459.0, 10410.0, 10437.0, 10380.0, 10425.0, 10409.0, 10444.0, 10391.0, 10419.0, 10405.0, 10409.0, 10465.0, 10405.0, 10430.0, 10392.0, 10418.0, 10398.0, 10426.0, 10393.0, 10397.0, 10446.0, 10393.0, 10442.0, 10469.0, 10503.0, 10447.0, 10435.0, 10403.0, 10428.0, 10402.0, 10443.0, 10473.0, 10482.0, 10472.0, 10445.0, 10470.0, 10439.0, 10484.0, 10443.0, 10470.0, 10427.0, 10458.0, 10446.0, 10457.0, 10504.0, 10456.0, 10460.0, 10450.0, 10471.0, 10437.0, 10509.0, 10447.0, 10488.0, 10458.0, 10497.0, 10443.0, 10458.0, 10414.0, 10445.0, 10393.0, 10421.0, 10416.0, 10423.0, 10484.0, 10422.0, 10444.0, 10389.0, 10427.0, 10411.0, 10430.0, 10388.0, 10401.0, 10439.0, 10389.0, 10452.0, 10412.0, 10433.0, 10408.0, 10431.0, 10396.0, 10433.0, 10398.0, 10425.0, 10395.0, 10407.0, 10473.0, 10391.0, 10440.0, 10396.0, 10433.0, 10385.0, 10401.0, 10466.0, 10408.0, 10430.0, 10411.0, 10441.0, 10379.0, 10410.0, 10391.0, 10402.0, 10409.0, 10409.0, 10422.0, 10409.0, 10435.0, 10407.0, 10425.0, 10400.0, 10434.0, 10461.0, 10403.0, 10442.0, 10401.0, 10430.0, 10401.0, 10422.0, 10462.0, 10418.0, 10482.0, 10422.0, 10402.0, 10401.0, 10346.0, 10365.0, 10380.0, 10401.0, 10412.0, 10375.0, 10410.0, 10381.0, 10415.0, 10386.0, 10451.0, 10363.0, 10420.0, 10373.0, 10402.0, 10440.0, 10379.0, 10429.0, 10367.0, 10414.0, 10404.0, 10352.0, 10400.0, 10329.0, 10357.0, 10286.0, 10335.0, 10336.0, 10310.0, 10348.0, 10292.0, 10332.0, 10277.0, 10296.0, 10351.0, 10299.0, 10330.0, 10289.0, 10368.0, 10344.0, 10350.0, 10436.0, 10390.0, 10367.0, 10397.0, 10413.0, 10443.0, 10446.0, 10470.0, 10494.0, 10478.0, 10531.0, 10494.0, 10517.0, 10457.0, 10499.0, 10468.0, 10443.0, 10490.0, 10469.0, 10491.0, 10432.0, 10449.0, 10388.0, 10418.0, 10448.0, 10388.0, 10431.0, 10391.0, 10443.0, 10377.0, 10433.0, 10353.0, 10389.0, 10379.0, 10385.0, 10446.0, 10381.0, 10431.0, 10379.0, 10428.0, 10392.0, 10423.0, 10356.0, 10413.0, 10404.0, 10445.0, 10412.0, 10419.0, 10394.0, 10408.0, 10388.0, 10451.0, 10433.0, 10451.0, 10398.0, 10433.0, 10399.0, 10433.0, 10452.0, 10433.0, 10442.0, 10396.0, 10450.0, 10403.0, 10448.0, 10423.0, 10426.0, 10469.0, 10411.0, 10445.0, 10379.0, 10438.0, 10408.0, 10417.0, 10445.0, 10403.0, 10442.0, 10395.0, 10434.0, 10391.0, 10449.0, 10377.0, 10430.0, 10397.0, 10436.0, 10510.0, 10431.0, 10430.0, 10389.0, 10427.0, 10376.0, 10425.0, 10354.0, 10415.0, 10458.0, 10388.0, 10427.0, 10380.0, 10415.0, 10449.0, 10411.0, 10440.0, 10378.0, 10423.0, 10433.0, 10413.0, 10448.0, 10392.0, 10443.0, 10384.0, 10429.0, 10416.0, 10402.0, 10494.0, 10453.0, 10449.0, 10392.0, 10421.0, 10377.0, 10439.0, 10418.0, 10435.0, 10396.0, 10445.0, 10392.0, 10435.0, 10429.0, 10426.0, 10489.0, 10463.0, 10506.0, 10435.0, 10462.0, 10379.0, 10429.0, 10392.0, 10428.0, 10484.0, 10421.0, 10445.0, 10400.0, 10444.0, 10385.0, 10428.0, 10395.0, 10406.0, 10442.0, 10394.0, 10420.0, 10352.0, 10409.0, 10374.0, 10426.0, 10512.0, 10484.0, 10558.0, 10497.0, 10497.0, 10418.0, 10448.0, 10408.0, 10432.0, 10388.0, 10402.0, 10462.0, 10430.0, 10464.0, 10440.0, 10473.0, 10424.0, 10456.0, 10411.0, 10472.0, 10491.0, 10442.0, 10448.0, 10463.0, 10475.0, 10465.0, 10486.0, 10436.0, 10499.0, 10471.0, 10523.0, 10470.0, 10486.0, 10404.0, 10441.0, 10389.0, 10335.0, 10367.0, 10393.0, 10355.0, 10387.0, 10328.0, 10344.0, 10322.0, 10335.0, 10358.0, 10390.0, 10389.0, 10427.0, 10385.0, 10433.0, 10367.0, 10404.0, 10330.0, 10382.0, 10342.0, 10383.0, 10394.0, 10352.0, 10375.0, 10324.0, 10366.0, 10320.0, 10371.0, 10316.0, 10358.0, 10338.0, 10329.0, 10375.0, 10354.0, 10406.0, 10342.0, 10379.0, 10325.0, 10382.0, 10324.0, 10409.0, 10354.0, 10405.0, 10370.0, 10402.0, 10376.0, 10413.0, 10375.0, 10416.0, 10358.0, 10411.0, 10352.0, 10410.0, 10368.0, 10394.0, 10405.0, 10371.0, 10415.0, 10350.0, 10411.0, 10393.0, 10461.0, 10469.0, 10423.0, 10446.0, 10409.0, 10430.0, 10403.0, 10467.0, 10427.0, 10485.0, 10442.0, 10503.0, 10460.0, 10453.0, 10472.0, 10484.0, 10470.0, 10513.0, 10476.0, 10504.0, 10509.0, 10490.0, 10433.0, 10466.0, 10425.0, 10469.0, 10439.0, 10499.0, 10464.0, 10457.0, 10473.0, 10416.0, 10435.0, 10410.0, 10432.0, 10388.0, 10416.0, 10387.0, 10431.0, 10436.0, 10402.0, 10426.0, 10385.0, 10428.0, 10377.0, 10425.0, 10387.0, 10417.0, 10430.0, 10397.0, 10436.0, 10388.0, 10433.0, 10370.0, 10421.0, 10430.0, 10396.0, 10455.0, 10416.0, 10440.0, 10379.0, 10440.0, 10423.0, 10410.0, 10468.0, 10424.0, 10460.0, 10414.0, 10446.0, 10410.0, 10423.0, 10498.0, 10462.0, 10467.0, 10422.0, 10442.0, 10402.0, 10457.0, 10422.0, 10471.0, 10468.0, 10494.0, 10427.0, 10471.0, 10451.0, 10474.0, 10466.0, 10475.0, 10472.0, 10461.0, 10481.0, 10444.0, 10492.0, 10437.0, 10464.0, 10416.0, 10444.0, 10408.0, 10443.0, 10462.0, 10411.0, 10454.0, 10424.0, 10451.0, 10394.0, 10440.0, 10415.0, 10440.0, 10407.0, 10422.0, 10420.0, 10402.0, 10457.0, 10413.0, 10435.0, 10389.0, 10414.0, 10374.0, 10424.0, 10399.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.011291837183718371</td></tr>
<tr><td colspan=3>aqi</td><td>0.16601443223322332</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.424213707577074</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1175821836453743</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.956777570154184</td></tr>
<tr><td colspan=3>efc</td><td>0.522</td></tr>
<tr><td colspan=3>fber</td><td>3529.21</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.15238930617973792</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>111</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.211221122112212</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.06462970700276</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.854636113758353</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0482604727783524</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>3.2909925344715734</td></tr>
<tr><td colspan=3>gcor</td><td>0.017469</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.00754941301420331</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.018250834196805954</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>909</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.776484293579016</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>18.1681</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>68.7885</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>250.0324</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>68.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288604.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1184.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>470.0878</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.577</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>550.2217</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3901.2142</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4018.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87940.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>2025.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4955.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>841.1997</td></tr>
<tr><td colspan=3>tsnr</td><td>16.938750523433555</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>