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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0103/ses-02/func/sub-0103_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>069e6ab82f3e090dab7a1379907dec65</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>21:46:2.725000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999172, -0.00408363, 0.0404816, 0.00994044, 0.9893, -0.145554]</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.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0816062</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4229, -7749, -7234, 226, -153, -253, -87, 49]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 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>232.744</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c66e3d77-d612-4aed-b428-8d58fcc423b8||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6807053089141846, 0.026669465005397797, 0.1065259724855423, 102.82587432861328], [0.010956082493066788, 2.6542205810546875, -0.39375755190849304, -90.80953216552734], [0.1086091622710228, 0.3905114233493805, 2.669008493423462, -97.28569030761719], [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': ['214602.725000', '214603.185000', '214603.645000', '214604.105000', '214604.565000', '214605.025000', '214605.485000', '214605.945000', '214606.405000', '214606.865000', '214607.325000', '214607.785000', '214608.245000', '214608.705000', '214609.165000', '214609.625000', '214610.085000', '214610.545000', '214611.005000', '214611.465000', '214611.925000', '214612.385000', '214612.845000', '214613.305000', '214613.765000', '214614.225000', '214614.685000', '214615.145000', '214615.605000', '214616.065000', '214616.525000', '214616.985000', '214617.445000', '214617.905000', '214618.365000', '214618.825000', '214619.285000', '214619.745000', '214620.205000', '214620.665000', '214621.125000', '214621.585000', '214622.045000', '214622.505000', '214622.965000', '214623.425000', '214623.885000', '214624.345000', '214624.805000', '214625.265000', '214625.725000', '214626.185000', '214626.645000', '214627.105000', '214627.565000', '214628.025000', '214628.485000', '214628.945000', '214629.405000', '214629.865000', '214630.325000', '214630.785000', '214631.245000', '214631.705000', '214632.165000', '214632.625000', '214633.085000', '214633.545000', '214634.005000', '214634.465000', '214634.925000', '214635.385000', '214635.845000', '214636.305000', '214636.765000', '214637.225000', '214637.685000', '214638.145000', '214638.605000', '214639.065000', '214639.525000', '214639.985000', '214640.445000', '214640.905000', '214641.365000', '214641.825000', '214642.285000', '214642.745000', '214643.205000', '214643.665000', '214644.125000', '214644.585000', '214645.045000', '214645.505000', '214645.965000', '214646.425000', '214646.885000', '214647.345000', '214647.805000', '214648.265000', '214648.725000', '214649.185000', '214649.645000', '214650.105000', '214650.565000', '214651.025000', '214651.485000', '214651.945000', '214652.405000', '214652.865000', '214653.325000', '214653.785000', '214654.245000', '214654.705000', '214655.165000', '214655.625000', '214656.085000', '214656.545000', '214657.005000', '214657.465000', '214657.925000', '214658.385000', '214658.845000', '214659.305000', '214659.765000', '214700.225000', '214700.685000', '214701.145000', '214701.605000', '214702.065000', '214702.525000', '214702.985000', '214703.445000', '214703.905000', '214704.365000', '214704.825000', '214705.285000', '214705.745000', '214706.205000', '214706.665000', '214707.125000', '214707.585000', '214708.045000', '214708.505000', '214708.965000', '214709.425000', '214709.885000', '214710.345000', '214710.805000', '214711.265000', '214711.725000', '214712.185000', '214712.645000', '214713.105000', '214713.565000', '214714.025000', '214714.485000', '214714.945000', '214715.405000', '214715.865000', '214716.325000', '214716.785000', '214717.245000', '214717.705000', '214718.165000', '214718.625000', '214719.085000', '214719.545000', '214720.005000', '214720.465000', '214720.925000', '214721.385000', '214721.845000', '214722.305000', '214722.765000', '214723.225000', '214723.685000', '214724.145000', '214724.605000', '214725.065000', '214725.525000', '214725.985000', '214726.445000', '214726.905000', '214727.365000', '214727.825000', '214728.285000', '214728.745000', '214729.205000', '214729.665000', '214730.125000', '214730.585000', '214731.045000', '214731.505000', '214731.965000', '214732.425000', '214732.885000', '214733.345000', '214733.805000', '214734.265000', '214734.725000', '214735.185000', '214735.645000', '214736.105000', '214736.565000', '214737.025000', '214737.485000', '214737.945000', '214738.405000', '214738.865000', '214739.325000', '214739.785000', '214740.245000', '214740.705000', '214741.165000', '214741.625000', '214742.085000', '214742.545000', '214743.005000', '214743.465000', '214743.925000', '214744.385000', '214744.845000', '214745.305000', '214745.765000', '214746.225000', '214746.685000', '214747.145000', '214747.605000', '214748.065000', '214748.525000', '214748.985000', '214749.445000', '214749.905000', '214750.365000', '214750.825000', '214751.285000', '214751.745000', '214752.205000', '214752.665000', '214753.125000', '214753.585000', '214754.045000', '214754.505000', '214754.965000', '214755.425000', '214755.885000', '214756.345000', '214756.805000', '214757.265000', '214757.725000', '214758.185000', '214758.645000', '214759.105000', '214759.565000', '214800.025000', '214800.485000', '214800.945000', '214801.405000', '214801.865000', '214802.325000', '214802.785000', '214803.245000', '214803.705000', '214804.165000', '214804.625000', '214805.085000', '214805.545000', '214806.005000', '214806.465000', '214806.925000', '214807.385000', '214807.845000', '214808.305000', '214808.765000', '214809.225000', '214809.685000', '214810.145000', '214810.605000', '214811.065000', '214811.525000', '214811.985000', '214812.445000', '214812.905000', '214813.365000', '214813.825000', '214814.285000', '214814.745000', '214815.205000', '214815.665000', '214816.125000', '214816.585000', '214817.045000', '214817.505000', '214817.965000', '214818.425000', '214818.885000', '214819.345000', '214819.805000', '214820.265000', '214820.725000', '214821.185000', '214821.645000', '214822.105000', '214822.565000', '214823.025000', '214823.485000', '214823.945000', '214824.405000', '214824.865000', '214825.325000', '214825.785000', '214826.245000', '214826.705000', '214827.165000', '214827.625000', '214828.085000', '214828.545000', '214829.005000', '214829.465000', '214829.925000', '214830.385000', '214830.845000', '214831.305000', '214831.765000', '214832.225000', '214832.685000', '214833.145000', '214833.605000', '214834.065000', '214834.525000', '214834.985000', '214835.445000', '214835.905000', '214836.365000', '214836.825000', '214837.285000', '214837.745000', '214838.205000', '214838.665000', '214839.125000', '214839.585000', '214840.045000', '214840.505000', '214840.965000', '214841.425000', '214841.885000', '214842.345000', '214842.805000', '214843.265000', '214843.725000', '214844.185000', '214844.645000', '214845.105000', '214845.565000', '214846.025000', '214846.485000', '214846.945000', '214847.405000', '214847.865000', '214848.325000', '214848.785000', '214849.245000', '214849.705000', '214850.165000', '214850.625000', '214851.085000', '214851.545000', '214852.005000', '214852.465000', '214852.925000', '214853.385000', '214853.845000', '214854.305000', '214854.765000', '214855.225000', '214855.685000', '214856.145000', '214856.605000', '214857.065000', '214857.525000', '214857.985000', '214858.445000', '214858.905000', '214859.365000', '214859.825000', '214900.285000', '214900.745000', '214901.205000', '214901.665000', '214902.125000', '214902.585000', '214903.045000', '214903.505000', '214903.965000', '214904.425000', '214904.885000', '214905.345000', '214905.805000', '214906.265000', '214906.725000', '214907.185000', '214907.645000', '214908.105000', '214908.565000', '214909.025000', '214909.485000', '214909.945000', '214910.405000', '214910.865000', '214911.325000', '214911.785000', '214912.245000', '214912.705000', '214913.165000', '214913.625000', '214914.085000', '214914.545000', '214915.005000', '214915.465000', '214915.925000', '214916.385000', '214916.845000', '214917.305000', '214917.765000', '214918.225000', '214918.685000', '214919.145000', '214919.605000', '214920.065000', '214920.525000', '214920.985000', '214921.445000', '214921.905000', '214922.365000', '214922.825000', '214923.285000', '214923.745000', '214924.205000', '214924.665000', '214925.125000', '214925.585000', '214926.045000', '214926.505000', '214926.965000', '214927.425000', '214927.885000', '214928.345000', '214928.805000', '214929.265000', '214929.725000', '214930.185000', '214930.645000', '214931.105000', '214931.565000', '214932.025000', '214932.485000', '214932.945000', '214933.405000', '214933.865000', '214934.325000', '214934.785000', '214935.245000', '214935.705000', '214936.165000', '214936.625000', '214937.085000', '214937.545000', '214938.005000', '214938.465000', '214938.925000', '214939.385000', '214939.845000', '214940.305000', '214940.765000', '214941.225000', '214941.685000', '214942.145000', '214942.605000', '214943.065000', '214943.525000', '214943.985000', '214944.445000', '214944.905000', '214945.365000', '214945.825000', '214946.285000', '214946.745000', '214947.205000', '214947.665000', '214948.125000', '214948.585000', '214949.045000', '214949.505000', '214949.965000', '214950.425000', '214950.885000', '214951.345000', '214951.805000', '214952.265000', '214952.725000', '214953.185000', '214953.645000', '214954.105000', '214954.565000', '214955.025000', '214955.485000', '214955.945000', '214956.405000', '214956.865000', '214957.325000', '214957.785000', '214958.245000', '214958.705000', '214959.165000', '214959.625000', '215000.085000', '215000.545000', '215001.005000', '215001.465000', '215001.925000', '215002.385000', '215002.845000', '215003.305000', '215003.765000', '215004.225000', '215004.685000', '215005.145000', '215005.605000', '215006.065000', '215006.525000', '215006.985000', '215007.445000', '215007.905000', '215008.365000', '215008.825000', '215009.285000', '215009.745000', '215010.205000', '215010.665000', '215011.125000', '215011.585000', '215012.045000', '215012.505000', '215012.965000', '215013.425000', '215013.885000', '215014.345000', '215014.805000', '215015.265000', '215015.725000', '215016.185000', '215016.645000', '215017.105000', '215017.565000', '215018.025000', '215018.485000', '215018.945000', '215019.405000', '215019.865000', '215020.325000', '215020.785000', '215021.245000', '215021.705000', '215022.165000', '215022.625000', '215023.085000', '215023.545000', '215024.005000', '215024.465000', '215024.925000', '215025.385000', '215025.845000', '215026.305000', '215026.765000', '215027.225000', '215027.685000', '215028.145000', '215028.605000', '215029.065000', '215029.525000', '215029.985000', '215030.445000', '215030.905000', '215031.365000', '215031.825000', '215032.285000', '215032.745000', '215033.205000', '215033.665000', '215034.125000', '215034.585000', '215035.045000', '215035.505000', '215035.965000', '215036.425000', '215036.885000', '215037.345000', '215037.805000', '215038.265000', '215038.725000', '215039.185000', '215039.645000', '215040.105000', '215040.565000', '215041.025000', '215041.485000', '215041.945000', '215042.405000', '215042.865000', '215043.325000', '215043.785000', '215044.245000', '215044.705000', '215045.165000', '215045.625000', '215046.085000', '215046.545000', '215047.005000', '215047.465000', '215047.925000', '215048.385000', '215048.845000', '215049.305000', '215049.765000', '215050.225000', '215050.685000', '215051.145000', '215051.605000', '215052.065000', '215052.525000', '215052.985000', '215053.445000', '215053.905000', '215054.365000', '215054.825000', '215055.285000', '215055.745000', '215056.205000', '215056.665000', '215057.125000', '215057.585000', '215058.045000', '215058.505000', '215058.965000', '215059.425000', '215059.885000', '215100.345000', '215100.805000', '215101.265000', '215101.725000', '215102.185000', '215102.645000', '215103.105000', '215103.565000', '215104.025000', '215104.485000', '215104.945000', '215105.405000', '215105.865000', '215106.325000', '215106.785000', '215107.245000', '215107.705000', '215108.165000', '215108.625000', '215109.085000', '215109.545000', '215110.005000', '215110.465000', '215110.925000', '215111.385000', '215111.845000', '215112.305000', '215112.765000', '215113.225000', '215113.685000', '215114.145000', '215114.605000', '215115.065000', '215115.525000', '215115.985000', '215116.445000', '215116.905000', '215117.365000', '215117.825000', '215118.285000', '215118.745000', '215119.205000', '215119.665000', '215120.125000', '215120.585000', '215121.045000', '215121.505000', '215121.965000', '215122.425000', '215122.885000', '215123.345000', '215123.805000', '215124.265000', '215124.725000', '215125.185000', '215125.645000', '215126.105000', '215126.565000', '215127.025000', '215127.485000', '215127.945000', '215128.405000', '215128.865000', '215129.325000', '215129.785000', '215130.245000', '215130.705000', '215131.165000', '215131.625000', '215132.085000', '215132.545000', '215133.005000', '215133.465000', '215133.925000', '215134.385000', '215134.845000', '215135.305000', '215135.765000', '215136.225000', '215136.685000', '215137.145000', '215137.605000', '215138.065000', '215138.525000', '215138.985000', '215139.445000', '215139.905000', '215140.365000', '215140.825000', '215141.285000', '215141.745000', '215142.205000', '215142.665000', '215143.125000', '215143.585000', '215144.045000', '215144.505000', '215144.965000', '215145.425000', '215145.885000', '215146.345000', '215146.805000', '215147.265000', '215147.725000', '215148.185000', '215148.645000', '215149.105000', '215149.565000', '215150.025000', '215150.485000', '215150.945000', '215151.405000', '215151.865000', '215152.325000', '215152.785000', '215153.245000', '215153.705000', '215154.165000', '215154.625000', '215155.085000', '215155.545000', '215156.005000', '215156.465000', '215156.925000', '215157.385000', '215157.845000', '215158.305000', '215158.765000', '215159.225000', '215159.685000', '215200.145000', '215200.605000', '215201.065000', '215201.525000', '215201.985000', '215202.445000', '215202.905000', '215203.365000', '215203.825000', '215204.285000', '215204.745000', '215205.205000', '215205.665000', '215206.125000', '215206.585000', '215207.045000', '215207.505000', '215207.965000', '215208.425000', '215208.885000', '215209.345000', '215209.805000', '215210.265000', '215210.725000', '215211.185000', '215211.645000', '215212.105000', '215212.565000', '215213.025000', '215213.485000', '215213.945000', '215214.405000', '215214.865000', '215215.325000', '215215.785000', '215216.245000', '215216.705000', '215217.165000', '215217.625000', '215218.085000', '215218.545000', '215219.005000', '215219.465000', '215219.925000', '215220.385000', '215220.845000', '215221.305000', '215221.765000', '215222.225000', '215222.685000', '215223.145000', '215223.605000', '215224.065000', '215224.525000', '215224.985000', '215225.445000', '215225.905000', '215226.365000', '215226.825000', '215227.285000', '215227.745000', '215228.205000', '215228.665000', '215229.125000', '215229.585000', '215230.045000', '215230.505000', '215230.965000', '215231.425000', '215231.885000', '215232.345000', '215232.805000', '215233.265000', '215233.725000', '215234.185000', '215234.645000', '215235.105000', '215235.565000', '215236.025000', '215236.485000', '215236.945000', '215237.405000', '215237.865000', '215238.325000', '215238.785000', '215239.245000', '215239.705000', '215240.165000', '215240.625000', '215241.085000', '215241.545000', '215242.005000', '215242.465000', '215242.925000', '215243.385000', '215243.845000', '215244.305000', '215244.765000', '215245.225000', '215245.685000', '215246.145000', '215246.605000', '215247.065000', '215247.525000', '215247.985000', '215248.445000', '215248.905000', '215249.365000', '215249.825000', '215250.285000', '215250.745000', '215251.205000', '215251.665000', '215252.125000', '215252.585000', '215253.045000', '215253.505000', '215253.965000', '215254.425000', '215254.885000', '215255.345000', '215255.805000', '215256.265000', '215256.725000', '215257.185000', '215257.645000', '215258.105000', '215258.565000', '215259.025000', '215259.485000', '215259.945000', '215300.405000', '215300.865000', '215301.325000', '215301.785000', '215302.245000', '215302.705000'], 'ContentTime': ['214613.087000', '214613.092000', '214613.095000', '214613.097000', '214613.100000', '214613.103000', '214613.105000', '214613.108000', '214613.110000', '214613.113000', '214613.115000', '214613.118000', '214613.121000', '214613.123000', '214613.126000', '214613.135000', '214613.137000', '214613.150000', '214613.153000', '214613.155000', '214613.158000', '214633.030000', '214633.033000', '214633.035000', '214633.038000', '214633.040000', '214633.043000', '214633.046000', '214633.048000', '214633.051000', '214633.053000', '214633.056000', '214633.058000', '214633.061000', '214633.064000', '214633.066000', '214633.069000', '214633.071000', '214633.074000', '214633.076000', '214633.079000', '214633.082000', '214633.084000', '214633.087000', '214633.096000', '214633.099000', '214633.102000', '214633.105000', '214633.108000', '214633.110000', '214633.113000', '214633.116000', '214633.118000', '214633.121000', '214633.123000', '214633.126000', '214633.129000', '214633.131000', '214633.138000', '214633.141000', '214633.143000', '214633.146000', '214633.148000', '214633.151000', '214653.030000', '214653.033000', '214653.035000', '214653.038000', '214653.040000', '214653.043000', '214653.046000', '214653.049000', '214653.051000', '214653.054000', '214653.056000', '214653.059000', '214653.062000', '214653.064000', '214653.067000', '214653.069000', '214653.072000', '214653.075000', '214653.077000', '214653.080000', '214653.083000', '214653.085000', '214653.088000', '214653.090000', '214653.093000', '214653.096000', '214653.098000', '214653.101000', '214653.103000', '214653.106000', '214653.109000', '214653.111000', '214653.114000', '214653.116000', '214653.155000', '214653.158000', '214653.161000', '214653.163000', '214653.166000', '214653.169000', '214653.171000', '214653.174000', '214653.176000', '214653.179000', '214713.029000', '214713.032000', '214713.035000', '214713.038000', '214713.040000', '214713.043000', '214713.045000', '214713.048000', '214713.051000', '214713.053000', '214713.056000', '214713.059000', '214713.061000', '214713.064000', '214713.066000', '214713.069000', '214713.072000', '214713.074000', '214713.077000', '214713.079000', '214713.082000', '214713.085000', '214713.087000', '214713.090000', '214713.092000', '214713.095000', '214713.098000', '214713.100000', '214713.103000', '214713.106000', '214713.109000', '214713.113000', '214713.116000', '214713.119000', '214713.121000', '214713.124000', '214713.127000', '214713.129000', '214713.132000', '214713.135000', '214713.137000', '214713.140000', '214713.143000', '214733.029000', '214733.032000', '214733.035000', '214733.037000', '214733.040000', '214733.043000', '214733.045000', '214733.048000', '214733.051000', '214733.053000', '214733.056000', '214733.058000', '214733.061000', '214733.064000', '214733.066000', '214733.069000', '214733.072000', '214733.074000', '214733.077000', '214733.080000', '214733.082000', '214733.085000', '214733.088000', '214733.090000', '214733.093000', '214733.096000', '214733.098000', '214733.101000', '214733.103000', '214733.106000', '214733.109000', '214733.111000', '214733.114000', '214733.117000', '214733.119000', '214733.122000', '214733.124000', '214733.127000', '214733.129000', '214733.132000', '214733.135000', '214733.137000', '214733.140000', '214733.142000', '214753.029000', '214753.032000', '214753.035000', '214753.038000', '214753.040000', '214753.043000', '214753.046000', '214753.048000', '214753.057000', '214753.059000', '214753.062000', '214753.065000', '214753.067000', '214753.070000', '214753.073000', '214753.075000', '214753.078000', '214753.080000', '214753.083000', '214753.086000', '214753.088000', '214753.091000', '214753.094000', '214753.096000', '214753.099000', '214753.102000', '214753.104000', '214753.107000', '214753.110000', '214753.112000', '214753.115000', '214753.117000', '214753.120000', '214753.123000', '214753.125000', '214753.128000', '214753.130000', '214753.133000', '214753.136000', '214753.138000', '214753.141000', '214753.143000', '214753.146000', '214813.030000', '214813.033000', '214813.035000', '214813.038000', '214813.041000', '214813.043000', '214813.046000', '214813.049000', '214813.051000', '214813.054000', '214813.057000', '214813.059000', '214813.062000', '214813.064000', '214813.067000', '214813.070000', '214813.072000', '214813.075000', '214813.078000', '214813.080000', '214813.083000', '214813.086000', '214813.088000', '214813.091000', '214813.093000', '214813.096000', '214813.099000', '214813.101000', '214813.104000', '214813.107000', '214813.109000', '214813.112000', '214813.115000', '214813.117000', '214813.120000', '214813.123000', '214813.125000', '214813.128000', '214813.130000', '214813.133000', '214813.136000', '214813.138000', '214813.141000', '214813.143000', '214833.028000', '214833.031000', '214833.034000', '214833.037000', '214833.039000', '214833.042000', '214833.045000', '214833.047000', '214833.050000', '214833.052000', '214833.055000', '214833.058000', '214833.060000', '214833.063000', '214833.065000', '214833.068000', '214833.071000', '214833.073000', '214833.076000', '214833.079000', '214833.081000', '214833.084000', '214833.087000', '214833.089000', '214833.092000', '214833.094000', '214833.097000', '214833.100000', '214833.102000', '214833.118000', '214833.121000', '214833.124000', '214833.127000', '214833.130000', '214833.132000', '214833.135000', '214833.138000', '214833.141000', '214833.143000', '214833.146000', '214833.148000', '214833.151000', '214833.155000', '214853.029000', '214853.032000', '214853.035000', '214853.038000', '214853.041000', '214853.043000', '214853.046000', '214853.049000', '214853.051000', '214853.054000', '214853.057000', '214853.060000', '214853.062000', '214853.065000', '214853.072000', '214853.075000', '214853.077000', '214853.080000', '214853.083000', '214853.085000', '214853.088000', '214853.090000', '214853.093000', '214853.096000', '214853.098000', '214853.101000', '214853.104000', '214853.106000', '214853.109000', '214853.111000', '214853.114000', '214853.117000', '214853.119000', '214853.122000', '214853.125000', '214853.127000', '214853.130000', '214853.132000', '214853.135000', '214853.138000', '214853.140000', '214853.143000', '214853.149000', '214853.152000', '214913.030000', '214913.032000', '214913.035000', '214913.037000', '214913.040000', '214913.043000', '214913.046000', '214913.048000', '214913.051000', '214913.053000', '214913.056000', '214913.059000', '214913.061000', '214913.064000', '214913.067000', '214913.069000', '214913.072000', '214913.075000', '214913.077000', '214913.080000', '214913.082000', '214913.085000', '214913.088000', '214913.090000', '214913.093000', '214913.096000', '214913.098000', '214913.101000', '214913.104000', '214913.106000', '214913.109000', '214913.111000', '214913.114000', '214913.117000', '214913.119000', '214913.122000', '214913.124000', '214913.127000', '214913.130000', '214913.133000', '214913.136000', '214913.138000', '214913.141000', '214933.030000', '214933.033000', '214933.035000', '214933.038000', '214933.040000', '214933.043000', '214933.046000', '214933.048000', '214933.051000', '214933.054000', '214933.056000', '214933.059000', '214933.062000', '214933.064000', '214933.067000', '214933.069000', '214933.072000', '214933.075000', '214933.077000', '214933.080000', '214933.083000', '214933.085000', '214933.088000', '214933.090000', '214933.093000', '214933.096000', '214933.098000', '214933.101000', '214933.104000', '214933.106000', '214933.109000', '214933.112000', '214933.114000', '214933.117000', '214933.119000', '214933.122000', '214933.125000', '214933.127000', '214933.130000', '214933.133000', '214933.135000', '214933.138000', '214933.140000', '214933.143000', '214953.030000', '214953.033000', '214953.035000', '214953.038000', '214953.041000', '214953.044000', '214953.046000', '214953.049000', '214953.051000', '214953.054000', '214953.057000', '214953.059000', '214953.062000', '214953.065000', '214953.067000', '214953.070000', '214953.073000', '214953.075000', '214953.078000', '214953.081000', '214953.083000', '214953.086000', '214953.088000', '214953.091000', '214953.094000', '214953.096000', '214953.099000', '214953.102000', '214953.104000', '214953.107000', '214953.109000', '214953.112000', '214953.115000', '214953.117000', '214953.120000', '214953.123000', '214953.125000', '214953.128000', '214953.131000', '214953.133000', '214953.136000', '214953.139000', '214953.141000', '215013.029000', '215013.032000', '215013.035000', '215013.037000', '215013.040000', '215013.043000', '215013.045000', '215013.048000', '215013.051000', '215013.053000', '215013.056000', '215013.085000', '215013.088000', '215013.090000', '215013.093000', '215013.095000', '215013.098000', '215013.101000', '215013.103000', '215013.106000', '215013.109000', '215013.111000', '215013.114000', '215013.116000', '215013.119000', '215013.122000', '215013.124000', '215013.127000', '215013.130000', '215013.132000', '215013.135000', '215013.137000', '215013.140000', '215013.143000', '215013.145000', '215013.148000', '215013.151000', '215013.153000', '215013.156000', '215013.159000', '215013.161000', '215013.164000', '215013.166000', '215013.169000', '215033.030000', '215033.033000', '215033.035000', '215033.038000', '215033.041000', '215033.043000', '215033.046000', '215033.048000', '215033.051000', '215033.054000', '215033.056000', '215033.059000', '215033.061000', '215033.064000', '215033.067000', '215033.069000', '215033.072000', '215033.074000', '215033.077000', '215033.080000', '215033.082000', '215033.085000', '215033.088000', '215033.090000', '215033.093000', '215033.096000', '215033.098000', '215033.101000', '215033.103000', '215033.106000', '215033.109000', '215033.111000', '215033.114000', '215033.117000', '215033.119000', '215033.122000', '215033.125000', '215033.127000', '215033.130000', '215033.133000', '215033.136000', '215033.138000', '215033.141000', '215053.028000', '215053.031000', '215053.034000', '215053.037000', '215053.040000', '215053.042000', '215053.045000', '215053.048000', '215053.050000', '215053.053000', '215053.056000', '215053.058000', '215053.061000', '215053.063000', '215053.066000', '215053.069000', '215053.071000', '215053.074000', '215053.077000', '215053.079000', '215053.082000', '215053.085000', '215053.087000', '215053.090000', '215053.093000', '215053.095000', '215053.098000', '215053.101000', '215053.103000', '215053.106000', '215053.108000', '215053.111000', '215053.114000', '215053.116000', '215053.119000', '215053.122000', '215053.124000', '215053.127000', '215053.129000', '215053.132000', '215053.135000', '215053.137000', '215053.140000', '215053.142000', '215113.029000', '215113.033000', '215113.036000', '215113.038000', '215113.041000', '215113.043000', '215113.046000', '215113.049000', '215113.051000', '215113.054000', '215113.057000', '215113.059000', '215113.062000', '215113.065000', '215113.067000', '215113.070000', '215113.072000', '215113.075000', '215113.078000', '215113.080000', '215113.083000', '215113.086000', '215113.088000', '215113.091000', '215113.093000', '215113.096000', '215113.099000', '215113.101000', '215113.104000', '215113.107000', '215113.109000', '215113.112000', '215113.115000', '215113.117000', '215113.120000', '215113.123000', '215113.125000', '215113.128000', '215113.131000', '215113.133000', '215113.136000', '215113.139000', '215113.141000', '215133.029000', '215133.032000', '215133.035000', '215133.038000', '215133.040000', '215133.043000', '215133.046000', '215133.048000', '215133.051000', '215133.054000', '215133.056000', '215133.059000', '215133.062000', '215133.064000', '215133.067000', '215133.070000', '215133.072000', '215133.075000', '215133.078000', '215133.080000', '215133.083000', '215133.086000', '215133.088000', '215133.091000', '215133.093000', '215133.096000', '215133.099000', '215133.101000', '215133.104000', '215133.107000', '215133.110000', '215133.112000', '215133.115000', '215133.118000', '215133.120000', '215133.123000', '215133.138000', '215133.141000', '215133.143000', '215133.146000', '215133.149000', '215133.151000', '215133.154000', '215133.156000', '215153.030000', '215153.033000', '215153.035000', '215153.038000', '215153.041000', '215153.043000', '215153.046000', '215153.049000', '215153.052000', '215153.054000', '215153.057000', '215153.059000', '215153.062000', '215153.065000', '215153.067000', '215153.070000', '215153.072000', '215153.075000', '215153.078000', '215153.080000', '215153.083000', '215153.086000', '215153.088000', '215153.091000', '215153.093000', '215153.096000', '215153.099000', '215153.101000', '215153.104000', '215153.106000', '215153.109000', '215153.112000', '215153.114000', '215153.117000', '215153.120000', '215153.122000', '215153.125000', '215153.127000', '215153.130000', '215153.133000', '215153.136000', '215153.138000', '215153.141000', '215213.029000', '215213.033000', '215213.036000', '215213.039000', '215213.041000', '215213.044000', '215213.047000', '215213.049000', '215213.052000', '215213.054000', '215213.057000', '215213.060000', '215213.062000', '215213.065000', '215213.067000', '215213.070000', '215213.073000', '215213.075000', '215213.078000', '215213.080000', '215213.083000', '215213.086000', '215213.089000', '215213.092000', '215213.094000', '215213.097000', '215213.099000', '215213.102000', '215213.105000', '215213.107000', '215213.110000', '215213.112000', '215213.115000', '215213.118000', '215213.120000', '215213.123000', '215213.126000', '215213.128000', '215213.131000', '215213.134000', '215213.136000', '215213.139000', '215213.142000', '215213.144000', '215233.030000', '215233.033000', '215233.035000', '215233.038000', '215233.041000', '215233.044000', '215233.046000', '215233.049000', '215233.052000', '215233.054000', '215233.057000', '215233.060000', '215233.063000', '215233.065000', '215233.068000', '215233.071000', '215233.073000', '215233.076000', '215233.079000', '215233.081000', '215233.084000', '215233.086000', '215233.089000', '215233.092000', '215233.094000', '215233.097000', '215233.099000', '215233.102000', '215233.105000', '215233.107000', '215233.110000', '215233.113000', '215233.115000', '215233.118000', '215233.121000', '215233.123000', '215233.126000', '215233.128000', '215233.131000', '215233.134000', '215233.136000', '215233.139000', '215233.141000', '215253.030000', '215253.032000', '215253.035000', '215253.038000', '215253.041000', '215253.043000', '215253.046000', '215253.048000', '215253.051000', '215253.054000', '215253.056000', '215253.059000', '215253.062000', '215253.064000', '215253.067000', '215253.070000', '215253.072000', '215253.075000', '215253.077000', '215253.080000', '215253.083000', '215253.085000', '215253.088000', '215253.090000', '215253.093000', '215253.096000', '215253.098000', '215253.101000', '215253.104000', '215253.106000', '215253.109000', '215253.112000', '215253.114000', '215253.117000', '215253.120000', '215253.122000', '215253.125000', '215253.127000', '215253.130000', '215253.133000', '215253.135000', '215253.138000', '215253.140000', '215253.143000', '215303.600000', '215303.602000', '215303.615000', '215303.617000', '215303.620000', '215303.623000', '215303.626000', '215303.628000', '215303.631000', '215303.634000', '215303.636000', '215303.639000', '215303.642000', '215303.644000', '215303.647000', '215303.649000', '215303.652000', '215303.655000', '215303.657000', '215303.660000', '215303.663000', '215303.665000', '215303.668000'], 'InstanceCreationTime': ['214613.087000', '214613.092000', '214613.095000', '214613.097000', '214613.100000', '214613.103000', '214613.105000', '214613.108000', '214613.110000', '214613.113000', '214613.115000', '214613.118000', '214613.121000', '214613.123000', '214613.126000', '214613.135000', '214613.137000', '214613.150000', '214613.153000', '214613.155000', '214613.158000', '214633.030000', '214633.033000', '214633.035000', '214633.038000', '214633.040000', '214633.043000', '214633.046000', '214633.048000', '214633.051000', '214633.053000', '214633.056000', '214633.058000', '214633.061000', '214633.064000', '214633.066000', '214633.069000', '214633.071000', '214633.074000', '214633.076000', '214633.079000', '214633.082000', '214633.084000', '214633.087000', '214633.096000', '214633.099000', '214633.102000', '214633.105000', '214633.108000', '214633.110000', '214633.113000', '214633.116000', '214633.118000', '214633.121000', '214633.123000', '214633.126000', '214633.129000', '214633.131000', '214633.138000', '214633.141000', '214633.143000', '214633.146000', '214633.148000', '214633.151000', '214653.030000', '214653.033000', '214653.035000', '214653.038000', '214653.040000', '214653.043000', '214653.046000', '214653.049000', '214653.051000', '214653.054000', '214653.056000', '214653.059000', '214653.062000', '214653.064000', '214653.067000', '214653.069000', '214653.072000', '214653.075000', '214653.077000', '214653.080000', '214653.083000', '214653.085000', '214653.088000', '214653.090000', '214653.093000', '214653.096000', '214653.098000', '214653.101000', '214653.103000', '214653.106000', '214653.109000', '214653.111000', '214653.114000', '214653.116000', '214653.155000', '214653.158000', '214653.161000', '214653.163000', '214653.166000', '214653.169000', '214653.171000', '214653.174000', '214653.176000', '214653.179000', '214713.029000', '214713.032000', '214713.035000', '214713.038000', '214713.040000', '214713.043000', '214713.045000', '214713.048000', '214713.051000', '214713.053000', '214713.056000', '214713.059000', '214713.061000', '214713.064000', '214713.066000', '214713.069000', '214713.072000', '214713.074000', '214713.077000', '214713.079000', '214713.082000', '214713.085000', '214713.087000', '214713.090000', '214713.092000', '214713.095000', '214713.098000', '214713.100000', '214713.103000', '214713.106000', '214713.109000', '214713.113000', '214713.116000', '214713.119000', '214713.121000', '214713.124000', '214713.127000', '214713.129000', '214713.132000', '214713.135000', '214713.137000', '214713.140000', '214713.143000', '214733.029000', '214733.032000', '214733.035000', '214733.037000', '214733.040000', '214733.043000', '214733.045000', '214733.048000', '214733.051000', '214733.053000', '214733.056000', '214733.058000', '214733.061000', '214733.064000', '214733.066000', '214733.069000', '214733.072000', '214733.074000', '214733.077000', '214733.080000', '214733.082000', '214733.085000', '214733.088000', '214733.090000', '214733.093000', '214733.096000', '214733.098000', '214733.101000', '214733.103000', '214733.106000', '214733.109000', '214733.111000', '214733.114000', '214733.117000', '214733.119000', '214733.122000', '214733.124000', '214733.127000', '214733.129000', '214733.132000', '214733.135000', '214733.137000', '214733.140000', '214733.142000', '214753.029000', '214753.032000', '214753.035000', '214753.038000', '214753.040000', '214753.043000', '214753.046000', '214753.048000', '214753.057000', '214753.059000', '214753.062000', '214753.065000', '214753.067000', '214753.070000', '214753.073000', '214753.075000', '214753.078000', '214753.080000', '214753.083000', '214753.086000', '214753.088000', '214753.091000', '214753.094000', '214753.096000', '214753.099000', '214753.102000', '214753.104000', '214753.107000', '214753.110000', '214753.112000', '214753.115000', '214753.117000', '214753.120000', '214753.123000', '214753.125000', '214753.128000', '214753.130000', '214753.133000', '214753.136000', '214753.138000', '214753.141000', '214753.143000', '214753.146000', '214813.030000', '214813.033000', '214813.035000', '214813.038000', '214813.041000', '214813.043000', '214813.046000', '214813.049000', '214813.051000', '214813.054000', '214813.057000', '214813.059000', '214813.062000', '214813.064000', '214813.067000', '214813.070000', '214813.072000', '214813.075000', '214813.078000', '214813.080000', '214813.083000', '214813.086000', '214813.088000', '214813.091000', '214813.093000', '214813.096000', '214813.099000', '214813.101000', '214813.104000', '214813.107000', '214813.109000', '214813.112000', '214813.115000', '214813.117000', '214813.120000', '214813.123000', '214813.125000', '214813.128000', '214813.130000', '214813.133000', '214813.136000', '214813.138000', '214813.141000', '214813.143000', '214833.028000', '214833.031000', '214833.034000', '214833.037000', '214833.039000', '214833.042000', '214833.045000', '214833.047000', '214833.050000', '214833.052000', '214833.055000', '214833.058000', '214833.060000', '214833.063000', '214833.065000', '214833.068000', '214833.071000', '214833.073000', '214833.076000', '214833.079000', '214833.081000', '214833.084000', '214833.087000', '214833.089000', '214833.092000', '214833.094000', '214833.097000', '214833.100000', '214833.102000', '214833.118000', '214833.121000', '214833.124000', '214833.127000', '214833.130000', '214833.132000', '214833.135000', '214833.138000', '214833.141000', '214833.143000', '214833.146000', '214833.148000', '214833.151000', '214833.155000', '214853.029000', '214853.032000', '214853.035000', '214853.038000', '214853.041000', '214853.043000', '214853.046000', '214853.049000', '214853.051000', '214853.054000', '214853.057000', '214853.060000', '214853.062000', '214853.065000', '214853.072000', '214853.075000', '214853.077000', '214853.080000', '214853.083000', '214853.085000', '214853.088000', '214853.090000', '214853.093000', '214853.096000', '214853.098000', '214853.101000', '214853.104000', '214853.106000', '214853.109000', '214853.111000', '214853.114000', '214853.117000', '214853.119000', '214853.122000', '214853.125000', '214853.127000', '214853.130000', '214853.132000', '214853.135000', '214853.138000', '214853.140000', '214853.143000', '214853.149000', '214853.152000', '214913.030000', '214913.032000', '214913.035000', '214913.037000', '214913.040000', '214913.043000', '214913.046000', '214913.048000', '214913.051000', '214913.053000', '214913.056000', '214913.059000', '214913.061000', '214913.064000', '214913.067000', '214913.069000', '214913.072000', '214913.075000', '214913.077000', '214913.080000', '214913.082000', '214913.085000', '214913.088000', '214913.090000', '214913.093000', '214913.096000', '214913.098000', '214913.101000', '214913.104000', '214913.106000', '214913.109000', '214913.111000', '214913.114000', '214913.117000', '214913.119000', '214913.122000', '214913.124000', '214913.127000', '214913.130000', '214913.133000', '214913.136000', '214913.138000', '214913.141000', '214933.030000', '214933.033000', '214933.035000', '214933.038000', '214933.040000', '214933.043000', '214933.046000', '214933.048000', '214933.051000', '214933.054000', '214933.056000', '214933.059000', '214933.062000', '214933.064000', '214933.067000', '214933.069000', '214933.072000', '214933.075000', '214933.077000', '214933.080000', '214933.083000', '214933.085000', '214933.088000', '214933.090000', '214933.093000', '214933.096000', '214933.098000', '214933.101000', '214933.104000', '214933.106000', '214933.109000', '214933.112000', '214933.114000', '214933.117000', '214933.119000', '214933.122000', '214933.125000', '214933.127000', '214933.130000', '214933.133000', '214933.135000', '214933.138000', '214933.140000', '214933.143000', '214953.030000', '214953.033000', '214953.035000', '214953.038000', '214953.041000', '214953.044000', '214953.046000', '214953.049000', '214953.051000', '214953.054000', '214953.057000', '214953.059000', '214953.062000', '214953.065000', '214953.067000', '214953.070000', '214953.073000', '214953.075000', '214953.078000', '214953.081000', '214953.083000', '214953.086000', '214953.088000', '214953.091000', '214953.094000', '214953.096000', '214953.099000', '214953.102000', '214953.104000', '214953.107000', '214953.109000', '214953.112000', '214953.115000', '214953.117000', '214953.120000', '214953.123000', '214953.125000', '214953.128000', '214953.131000', '214953.133000', '214953.136000', '214953.139000', '214953.141000', '215013.029000', '215013.032000', '215013.035000', '215013.037000', '215013.040000', '215013.043000', '215013.045000', '215013.048000', '215013.051000', '215013.053000', '215013.056000', '215013.085000', '215013.088000', '215013.090000', '215013.093000', '215013.095000', '215013.098000', '215013.101000', '215013.103000', '215013.106000', '215013.109000', '215013.111000', '215013.114000', '215013.116000', '215013.119000', '215013.122000', '215013.124000', '215013.127000', '215013.130000', '215013.132000', '215013.135000', '215013.137000', '215013.140000', '215013.143000', '215013.145000', '215013.148000', '215013.151000', '215013.153000', '215013.156000', '215013.159000', '215013.161000', '215013.164000', '215013.166000', '215013.169000', '215033.030000', '215033.033000', '215033.035000', '215033.038000', '215033.041000', '215033.043000', '215033.046000', '215033.048000', '215033.051000', '215033.054000', '215033.056000', '215033.059000', '215033.061000', '215033.064000', '215033.067000', '215033.069000', '215033.072000', '215033.074000', '215033.077000', '215033.080000', '215033.082000', '215033.085000', '215033.088000', '215033.090000', '215033.093000', '215033.096000', '215033.098000', '215033.101000', '215033.103000', '215033.106000', '215033.109000', '215033.111000', '215033.114000', '215033.117000', '215033.119000', '215033.122000', '215033.125000', '215033.127000', '215033.130000', '215033.133000', '215033.136000', '215033.138000', '215033.141000', '215053.028000', '215053.031000', '215053.034000', '215053.037000', '215053.040000', '215053.042000', '215053.045000', '215053.048000', '215053.050000', '215053.053000', '215053.056000', '215053.058000', '215053.061000', '215053.063000', '215053.066000', '215053.069000', '215053.071000', '215053.074000', '215053.077000', '215053.079000', '215053.082000', '215053.085000', '215053.087000', '215053.090000', '215053.093000', '215053.095000', '215053.098000', '215053.101000', '215053.103000', '215053.106000', '215053.108000', '215053.111000', '215053.114000', '215053.116000', '215053.119000', '215053.122000', '215053.124000', '215053.127000', '215053.129000', '215053.132000', '215053.135000', '215053.137000', '215053.140000', '215053.142000', '215113.029000', '215113.033000', '215113.036000', '215113.038000', '215113.041000', '215113.043000', '215113.046000', '215113.049000', '215113.051000', '215113.054000', '215113.057000', '215113.059000', '215113.062000', '215113.065000', '215113.067000', '215113.070000', '215113.072000', '215113.075000', '215113.078000', '215113.080000', '215113.083000', '215113.086000', '215113.088000', '215113.091000', '215113.093000', '215113.096000', '215113.099000', '215113.101000', '215113.104000', '215113.107000', '215113.109000', '215113.112000', '215113.115000', '215113.117000', '215113.120000', '215113.123000', '215113.125000', '215113.128000', '215113.131000', '215113.133000', '215113.136000', '215113.139000', '215113.141000', '215133.029000', '215133.032000', '215133.035000', '215133.038000', '215133.040000', '215133.043000', '215133.046000', '215133.048000', '215133.051000', '215133.054000', '215133.056000', '215133.059000', '215133.062000', '215133.064000', '215133.067000', '215133.070000', '215133.072000', '215133.075000', '215133.078000', '215133.080000', '215133.083000', '215133.086000', '215133.088000', '215133.091000', '215133.093000', '215133.096000', '215133.099000', '215133.101000', '215133.104000', '215133.107000', '215133.110000', '215133.112000', '215133.115000', '215133.118000', '215133.120000', '215133.123000', '215133.138000', '215133.141000', '215133.143000', '215133.146000', '215133.149000', '215133.151000', '215133.154000', '215133.156000', '215153.030000', '215153.033000', '215153.035000', '215153.038000', '215153.041000', '215153.043000', '215153.046000', '215153.049000', '215153.052000', '215153.054000', '215153.057000', '215153.059000', '215153.062000', '215153.065000', '215153.067000', '215153.070000', '215153.072000', '215153.075000', '215153.078000', '215153.080000', '215153.083000', '215153.086000', '215153.088000', '215153.091000', '215153.093000', '215153.096000', '215153.099000', '215153.101000', '215153.104000', '215153.106000', '215153.109000', '215153.112000', '215153.114000', '215153.117000', '215153.120000', '215153.122000', '215153.125000', '215153.127000', '215153.130000', '215153.133000', '215153.136000', '215153.138000', '215153.141000', '215213.029000', '215213.033000', '215213.036000', '215213.039000', '215213.041000', '215213.044000', '215213.047000', '215213.049000', '215213.052000', '215213.054000', '215213.057000', '215213.060000', '215213.062000', '215213.065000', '215213.067000', '215213.070000', '215213.073000', '215213.075000', '215213.078000', '215213.080000', '215213.083000', '215213.086000', '215213.089000', '215213.092000', '215213.094000', '215213.097000', '215213.099000', '215213.102000', '215213.105000', '215213.107000', '215213.110000', '215213.112000', '215213.115000', '215213.118000', '215213.120000', '215213.123000', '215213.126000', '215213.128000', '215213.131000', '215213.134000', '215213.136000', '215213.139000', '215213.142000', '215213.144000', '215233.030000', '215233.033000', '215233.035000', '215233.038000', '215233.041000', '215233.044000', '215233.046000', '215233.049000', '215233.052000', '215233.054000', '215233.057000', '215233.060000', '215233.063000', '215233.065000', '215233.068000', '215233.071000', '215233.073000', '215233.076000', '215233.079000', '215233.081000', '215233.084000', '215233.086000', '215233.089000', '215233.092000', '215233.094000', '215233.097000', '215233.099000', '215233.102000', '215233.105000', '215233.107000', '215233.110000', '215233.113000', '215233.115000', '215233.118000', '215233.121000', '215233.123000', '215233.126000', '215233.128000', '215233.131000', '215233.134000', '215233.136000', '215233.139000', '215233.141000', '215253.030000', '215253.032000', '215253.035000', '215253.038000', '215253.041000', '215253.043000', '215253.046000', '215253.048000', '215253.051000', '215253.054000', '215253.056000', '215253.059000', '215253.062000', '215253.064000', '215253.067000', '215253.070000', '215253.072000', '215253.075000', '215253.077000', '215253.080000', '215253.083000', '215253.085000', '215253.088000', '215253.090000', '215253.093000', '215253.096000', '215253.098000', '215253.101000', '215253.104000', '215253.106000', '215253.109000', '215253.112000', '215253.114000', '215253.117000', '215253.120000', '215253.122000', '215253.125000', '215253.127000', '215253.130000', '215253.133000', '215253.135000', '215253.138000', '215253.140000', '215253.143000', '215303.600000', '215303.602000', '215303.615000', '215303.617000', '215303.620000', '215303.623000', '215303.626000', '215303.628000', '215303.631000', '215303.634000', '215303.636000', '215303.639000', '215303.642000', '215303.644000', '215303.647000', '215303.649000', '215303.652000', '215303.655000', '215303.657000', '215303.660000', '215303.663000', '215303.665000', '215303.668000'], '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': [10093, 13030, 8921, 10089, 8394, 9183, 8206, 7249, 9370, 7913, 11850, 7993, 13062, 15315, 10246, 11281, 14207, 8675, 9071, 11808, 8599, 8810, 7428, 9394, 10404, 7642, 10369, 6864, 8132, 7023, 7968, 11849, 7878, 8144, 10886, 7841, 9396, 7622, 11426, 13572, 8128, 9606, 11563, 9040, 9987, 7929, 10752, 12929, 8300, 10460, 12917, 9272, 10714, 8162, 10647, 10414, 8563, 11529, 8302, 8791, 6833, 8749, 10962, 8375, 11073, 13699, 9563, 10304, 7227, 8422, 10828, 7950, 11058, 8535, 8259, 11199, 7920, 10623, 6676, 8351, 11615, 7841, 10272, 7128, 8700, 10391, 8065, 11509, 7600, 10845, 7152, 8919, 12636, 10342, 8960, 11610, 8155, 9634, 7492, 9073, 7273, 8170, 11914, 9833, 8444, 9501, 8739, 11149, 7759, 9099, 11775, 8176, 9941, 7392, 8949, 9474, 8106, 11200, 9698, 8437, 11512, 8511, 10539, 8053, 10539, 12554, 7692, 9210, 12527, 8645, 10888, 7625, 10159, 11694, 8495, 10420, 11626, 8339, 10744, 7465, 10459, 8033, 11233, 9324, 8292, 11204, 8314, 10811, 7492, 9141, 12321, 7703, 9337, 9686, 8725, 11680, 13317, 9043, 11387, 9600, 8636, 11886, 7698, 10248, 7188, 9753, 12015, 8010, 10889, 7222, 8399, 6881, 8070, 12435, 7820, 9529, 11052, 8825, 11498, 8283, 10542, 12929, 8284, 10629, 6911, 8713, 11673, 7783, 8919, 11841, 8745, 9994, 6677, 8020, 11755, 6710, 8232, 11959, 7425, 9326, 6930, 7916, 11928, 11742, 8770, 11832, 7703, 9005, 6455, 8263, 12139, 7792, 11825, 7281, 9157, 12104, 8734, 11571, 8202, 11222, 13923, 9109, 9888, 15086, 8917, 11590, 7637, 10399, 11565, 7879, 10121, 10273, 7921, 9497, 7493, 10627, 7634, 11431, 12526, 9040, 9851, 7626, 8764, 7322, 7744, 12524, 13844, 9658, 10482, 7851, 8818, 11793, 8697, 8381, 11626, 7635, 8902, 6812, 8149, 11690, 7844, 8063, 11499, 8567, 8539, 6494, 8157, 6814, 7940, 12243, 9852, 8447, 13078, 7882, 10619, 13258, 8909, 9590, 14336, 9916, 10541, 7673, 8275, 10111, 7599, 11132, 7069, 8097, 9079, 7762, 6965, 7966, 11524, 11392, 7941, 10688, 7595, 9360, 8668, 7613, 11619, 13387, 10728, 9983, 7008, 8262, 11779, 7805, 8247, 11341, 8543, 8620, 7038, 8117, 6845, 7814, 12090, 8683, 10408, 7697, 9830, 7620, 10454, 13677, 10603, 8138, 12440, 7822, 9472, 7590, 8119, 11521, 7492, 9014, 11012, 8728, 9789, 7214, 8236, 10513, 7468, 11028, 6749, 8361, 6697, 7759, 11453, 7669, 11167, 13085, 8938, 9797, 7181, 8295, 6724, 7829, 11580, 7008, 7518, 11587, 7903, 10832, 7611, 10714, 13343, 7890, 8866, 12172, 9020, 9315, 6974, 7920, 11108, 7347, 7900, 11144, 8155, 9577, 7212, 8015, 11256, 8166, 11158, 8003, 10400, 7709, 10845, 13454, 7856, 10215, 14844, 8096, 10817, 7461, 10600, 13116, 8515, 9809, 10938, 8103, 11167, 7056, 8937, 7085, 7770, 11927, 6915, 10672, 6639, 8384, 7935, 7852, 12071, 7216, 9023, 6978, 8282, 8377, 8349, 12444, 9903, 11536, 7509, 8947, 14237, 9825, 9415, 11426, 7804, 8534, 7200, 8565, 11794, 7932, 11319, 6782, 8704, 8523, 8125, 11361, 7511, 9587, 13707, 10182, 8701, 14440, 8043, 10140, 7400, 10042, 12171, 8726, 10152, 6974, 8973, 7162, 8074, 11560, 11499, 8465, 11042, 7742, 9038, 12128, 7873, 10354, 7647, 7777, 9110, 7563, 10840, 7712, 10722, 6505, 8096, 11519, 8743, 10702, 7920, 10302, 7337, 10520, 13692, 10023, 10077, 7449, 8288, 6769, 8369, 11308, 10219, 8299, 11001, 7432, 8380, 10987, 7572, 10458, 6886, 7653, 9784, 7443, 10609, 7508, 9990, 6778, 7557, 11688, 7984, 10187, 7603, 10234, 7398, 11121, 13246, 8536, 10990, 14667, 7973, 9789, 13893, 11544, 10555, 13077, 8219, 10287, 7604, 8742, 6546, 7652, 11367, 7799, 9556, 7909, 9648, 7731, 10719, 12919, 9728, 10292, 7298, 8183, 10956, 7326, 9958, 6976, 10254, 7998, 6720, 8635, 7942, 10771, 14190, 9350, 8424, 10942, 8317, 8302, 11429, 7862, 9096, 9570, 7761, 10519, 9928, 8305, 11265, 8788, 8900, 6494, 8343, 7268, 8239, 10628, 8315, 10997, 6986, 10265, 6920, 8653, 8411, 8327, 12252, 14094, 10244, 11089, 8751, 9658, 6943, 8463, 11175, 7687, 9590, 7034, 8525, 6720, 8378, 11192, 6824, 9173, 9678, 8432, 6465, 8640, 11242, 8370, 8458, 11327, 7721, 9207, 7391, 8487, 7706, 9723, 11536, 7583, 8739, 11173, 8771, 10442, 7721, 9484, 6864, 9710, 12815, 8933, 10349, 8233, 9191, 13533, 8007, 8697, 11037, 8405, 8907, 7255, 8298, 7226, 10268, 9108, 8004, 10548, 8065, 10197, 8128, 10756, 14357, 9844, 9438, 6707, 8810, 7125, 8668, 11307, 8145, 8786, 7179, 8472, 6478, 9034, 13322, 13776, 10334, 11920, 8690, 8550, 13321, 7564, 8806, 11711, 8471, 9330, 6516, 8029, 6579, 7959, 11308, 7782, 10843, 13144, 9560, 10773, 7180, 8778, 10715, 7131, 8477, 11030, 7690, 9412, 7331, 9033, 6546, 7870, 9187, 8103, 9797, 7976, 11060, 8241, 11048, 14504, 9971, 9801, 13528, 7682, 8176, 10637, 7802, 9430, 6555, 7954, 10071, 7555, 10098, 7377, 10213, 12486, 9149, 10669, 8136, 7214, 8430, 7383, 9963, 7797, 13375, 9086, 13254, 9821, 11268, 14770, 9656, 8828, 12399, 10036, 10250, 7469, 8970, 7432, 9095, 7233, 9033, 7142, 8530, 7068, 8237, 12505, 11263, 8494, 13613, 7934, 9489, 7680, 9194, 12547, 7731, 9602, 6893, 8227, 6814, 8104, 10784, 12205, 7451, 9671, 6616, 8056, 7146, 7811, 9985, 6515, 7815, 10388, 6565, 7957, 6753, 7604, 9676, 6909, 9513, 10033, 7955, 9602, 7000, 10517, 7231, 9327, 7178, 8155, 12729, 8004, 11506, 14878, 10496, 11570, 7584, 8733, 13912, 9240, 8677, 15476, 8257, 9295, 8151, 8768, 7987, 10805, 12434, 9278, 12487, 8011, 9748, 7643, 8126, 11493, 8489, 8705, 6813, 8391, 7898, 8045, 10530, 8287, 10478, 7380, 10429, 11731, 8053, 10709, 8456, 9024, 6984, 8727, 6707, 8392, 10812, 9012, 11435, 8287, 9650, 7945, 9971, 7909, 10494, 11695, 9099, 11799, 8632, 10523, 8201, 10554, 7151, 9419, 14604, 10711, 10467, 7771, 8870, 7620, 9613, 12746, 7583, 8289, 8945, 8189, 10179, 7425, 9112, 6875, 7810, 9665, 6959, 9033, 6575, 7768, 7027, 8064, 10201, 8110, 10302, 7539, 10685, 7363, 10376, 7280, 9363, 14750, 9483, 11881, 8420, 10392, 7145, 9314, 7452, 9604, 14509, 8924, 10737, 7134, 9794, 8166, 7330, 8309, 6960, 11447, 14371, 9895, 11610, 7454, 8558, 10443, 8176, 8150], 'WindowCenter': [4304.0, 4295.0, 4253.0, 4258.0, 4227.0, 4235.0, 4238.0, 4230.0, 4259.0, 4240.0, 4282.0, 4253.0, 4293.0, 4290.0, 4244.0, 4242.0, 4251.0, 4210.0, 4222.0, 4240.0, 4222.0, 4219.0, 4201.0, 4230.0, 4240.0, 4224.0, 4243.0, 4203.0, 4224.0, 4202.0, 4226.0, 4264.0, 4223.0, 4227.0, 4254.0, 4225.0, 4233.0, 4214.0, 4266.0, 4265.0, 4214.0, 4247.0, 4243.0, 4225.0, 4230.0, 4211.0, 4244.0, 4250.0, 4222.0, 4244.0, 4253.0, 4233.0, 4229.0, 4210.0, 4241.0, 4229.0, 4220.0, 4253.0, 4211.0, 4221.0, 4188.0, 4210.0, 4229.0, 4210.0, 4255.0, 4260.0, 4234.0, 4229.0, 4189.0, 4211.0, 4228.0, 4212.0, 4244.0, 4221.0, 4212.0, 4239.0, 4209.0, 4228.0, 4189.0, 4224.0, 4242.0, 4211.0, 4230.0, 4189.0, 4220.0, 4229.0, 4224.0, 4252.0, 4212.0, 4242.0, 4188.0, 4220.0, 4251.0, 4231.0, 4222.0, 4240.0, 4200.0, 4219.0, 4187.0, 4219.0, 4198.0, 4222.0, 4253.0, 4230.0, 4221.0, 4220.0, 4219.0, 4238.0, 4200.0, 4234.0, 4252.0, 4222.0, 4229.0, 4199.0, 4221.0, 4218.0, 4213.0, 4255.0, 4231.0, 4211.0, 4240.0, 4210.0, 4228.0, 4210.0, 4242.0, 4240.0, 4211.0, 4233.0, 4239.0, 4210.0, 4227.0, 4200.0, 4229.0, 4237.0, 4219.0, 4243.0, 4239.0, 4209.0, 4253.0, 4214.0, 4242.0, 4222.0, 4255.0, 4233.0, 4225.0, 4241.0, 4211.0, 4240.0, 4201.0, 4233.0, 4254.0, 4202.0, 4222.0, 4218.0, 4218.0, 4240.0, 4247.0, 4221.0, 4250.0, 4218.0, 4221.0, 4237.0, 4198.0, 4228.0, 4186.0, 4244.0, 4251.0, 4211.0, 4242.0, 4200.0, 4210.0, 4189.0, 4212.0, 4263.0, 4214.0, 4234.0, 4242.0, 4220.0, 4239.0, 4211.0, 4243.0, 4250.0, 4211.0, 4243.0, 4189.0, 4220.0, 4238.0, 4199.0, 4233.0, 4240.0, 4223.0, 4229.0, 4189.0, 4210.0, 4237.0, 4189.0, 4223.0, 4241.0, 4199.0, 4220.0, 4187.0, 4206.0, 4240.0, 4237.0, 4209.0, 4239.0, 4197.0, 4207.0, 4176.0, 4207.0, 4236.0, 4199.0, 4252.0, 4202.0, 4222.0, 4252.0, 4210.0, 4236.0, 4209.0, 4241.0, 4248.0, 4220.0, 4231.0, 4247.0, 4220.0, 4226.0, 4198.0, 4229.0, 4226.0, 4209.0, 4242.0, 4230.0, 4212.0, 4230.0, 4211.0, 4241.0, 4222.0, 4268.0, 4265.0, 4223.0, 4243.0, 4212.0, 4223.0, 4215.0, 4238.0, 4276.0, 4276.0, 4234.0, 4230.0, 4209.0, 4219.0, 4239.0, 4207.0, 4209.0, 4239.0, 4201.0, 4218.0, 4186.0, 4210.0, 4240.0, 4197.0, 4210.0, 4240.0, 4208.0, 4207.0, 4178.0, 4207.0, 4187.0, 4223.0, 4253.0, 4231.0, 4212.0, 4247.0, 4209.0, 4229.0, 4238.0, 4208.0, 4221.0, 4247.0, 4218.0, 4215.0, 4186.0, 4195.0, 4216.0, 4196.0, 4241.0, 4187.0, 4198.0, 4206.0, 4197.0, 4188.0, 4210.0, 4254.0, 4241.0, 4211.0, 4241.0, 4212.0, 4233.0, 4220.0, 4211.0, 4254.0, 4251.0, 4242.0, 4221.0, 4187.0, 4208.0, 4238.0, 4197.0, 4211.0, 4239.0, 4207.0, 4209.0, 4213.0, 4223.0, 4202.0, 4224.0, 4253.0, 4236.0, 4254.0, 4213.0, 4233.0, 4214.0, 4245.0, 4251.0, 4229.0, 4201.0, 4240.0, 4198.0, 4216.0, 4199.0, 4199.0, 4228.0, 4189.0, 4221.0, 4228.0, 4209.0, 4218.0, 4187.0, 4209.0, 4227.0, 4201.0, 4242.0, 4189.0, 4209.0, 4179.0, 4200.0, 4240.0, 4213.0, 4255.0, 4251.0, 4223.0, 4230.0, 4189.0, 4208.0, 4189.0, 4213.0, 4253.0, 4203.0, 4214.0, 4253.0, 4224.0, 4241.0, 4212.0, 4244.0, 4250.0, 4201.0, 4222.0, 4238.0, 4210.0, 4208.0, 4188.0, 4198.0, 4228.0, 4199.0, 4212.0, 4228.0, 4210.0, 4218.0, 4202.0, 4223.0, 4253.0, 4224.0, 4243.0, 4224.0, 4231.0, 4212.0, 4244.0, 4252.0, 4211.0, 4231.0, 4251.0, 4199.0, 4227.0, 4199.0, 4231.0, 4251.0, 4221.0, 4218.0, 4226.0, 4197.0, 4227.0, 4189.0, 4220.0, 4199.0, 4213.0, 4253.0, 4202.0, 4244.0, 4202.0, 4224.0, 4223.0, 4224.0, 4265.0, 4214.0, 4235.0, 4204.0, 4224.0, 4223.0, 4226.0, 4266.0, 4246.0, 4253.0, 4201.0, 4223.0, 4251.0, 4217.0, 4222.0, 4240.0, 4199.0, 4224.0, 4201.0, 4210.0, 4240.0, 4215.0, 4253.0, 4205.0, 4224.0, 4222.0, 4225.0, 4256.0, 4199.0, 4231.0, 4253.0, 4219.0, 4224.0, 4251.0, 4200.0, 4219.0, 4189.0, 4231.0, 4239.0, 4211.0, 4231.0, 4189.0, 4209.0, 4190.0, 4211.0, 4243.0, 4229.0, 4201.0, 4217.0, 4188.0, 4208.0, 4228.0, 4199.0, 4231.0, 4189.0, 4201.0, 4219.0, 4199.0, 4239.0, 4212.0, 4243.0, 4181.0, 4213.0, 4253.0, 4238.0, 4245.0, 4214.0, 4231.0, 4203.0, 4244.0, 4263.0, 4232.0, 4232.0, 4190.0, 4209.0, 4191.0, 4211.0, 4244.0, 4230.0, 4210.0, 4229.0, 4190.0, 4210.0, 4230.0, 4201.0, 4244.0, 4202.0, 4211.0, 4232.0, 4214.0, 4244.0, 4216.0, 4246.0, 4206.0, 4227.0, 4265.0, 4227.0, 4248.0, 4229.0, 4257.0, 4218.0, 4271.0, 4281.0, 4239.0, 4259.0, 4265.0, 4214.0, 4233.0, 4251.0, 4253.0, 4233.0, 4240.0, 4200.0, 4217.0, 4199.0, 4211.0, 4181.0, 4213.0, 4241.0, 4212.0, 4234.0, 4227.0, 4234.0, 4216.0, 4258.0, 4265.0, 4220.0, 4218.0, 4188.0, 4197.0, 4227.0, 4200.0, 4231.0, 4191.0, 4241.0, 4213.0, 4201.0, 4222.0, 4212.0, 4254.0, 4265.0, 4221.0, 4211.0, 4230.0, 4197.0, 4208.0, 4227.0, 4187.0, 4196.0, 4205.0, 4184.0, 4215.0, 4203.0, 4184.0, 4214.0, 4193.0, 4194.0, 4163.0, 4195.0, 4183.0, 4198.0, 4227.0, 4208.0, 4240.0, 4191.0, 4241.0, 4189.0, 4210.0, 4209.0, 4209.0, 4241.0, 4248.0, 4218.0, 4227.0, 4195.0, 4206.0, 4175.0, 4196.0, 4226.0, 4201.0, 4219.0, 4189.0, 4207.0, 4188.0, 4209.0, 4240.0, 4190.0, 4221.0, 4217.0, 4210.0, 4177.0, 4209.0, 4239.0, 4209.0, 4211.0, 4240.0, 4200.0, 4209.0, 4200.0, 4208.0, 4212.0, 4233.0, 4241.0, 4215.0, 4223.0, 4241.0, 4224.0, 4241.0, 4211.0, 4230.0, 4192.0, 4245.0, 4262.0, 4232.0, 4231.0, 4212.0, 4221.0, 4249.0, 4211.0, 4222.0, 4227.0, 4210.0, 4219.0, 4200.0, 4220.0, 4215.0, 4257.0, 4236.0, 4227.0, 4254.0, 4226.0, 4245.0, 4225.0, 4257.0, 4264.0, 4234.0, 4222.0, 4192.0, 4221.0, 4200.0, 4223.0, 4253.0, 4211.0, 4223.0, 4203.0, 4223.0, 4192.0, 4232.0, 4265.0, 4262.0, 4232.0, 4241.0, 4209.0, 4208.0, 4236.0, 4186.0, 4206.0, 4224.0, 4208.0, 4218.0, 4166.0, 4198.0, 4177.0, 4198.0, 4238.0, 4200.0, 4242.0, 4250.0, 4230.0, 4227.0, 4188.0, 4209.0, 4218.0, 4190.0, 4209.0, 4229.0, 4199.0, 4216.0, 4198.0, 4219.0, 4191.0, 4223.0, 4233.0, 4225.0, 4244.0, 4225.0, 4252.0, 4224.0, 4256.0, 4263.0, 4232.0, 4220.0, 4237.0, 4187.0, 4198.0, 4217.0, 4199.0, 4230.0, 4180.0, 4214.0, 4232.0, 4210.0, 4241.0, 4212.0, 4245.0, 4279.0, 4249.0, 4245.0, 4212.0, 4202.0, 4227.0, 4215.0, 4235.0, 4217.0, 4278.0, 4236.0, 4255.0, 4234.0, 4244.0, 4253.0, 4208.0, 4210.0, 4238.0, 4217.0, 4219.0, 4189.0, 4209.0, 4202.0, 4221.0, 4216.0, 4225.0, 4203.0, 4221.0, 4200.0, 4224.0, 4265.0, 4244.0, 4210.0, 4251.0, 4200.0, 4219.0, 4200.0, 4221.0, 4240.0, 4201.0, 4219.0, 4189.0, 4208.0, 4179.0, 4209.0, 4230.0, 4238.0, 4203.0, 4231.0, 4179.0, 4201.0, 4190.0, 4201.0, 4230.0, 4180.0, 4226.0, 4244.0, 4193.0, 4214.0, 4193.0, 4215.0, 4234.0, 4205.0, 4245.0, 4246.0, 4228.0, 4247.0, 4219.0, 4259.0, 4230.0, 4248.0, 4218.0, 4228.0, 4266.0, 4227.0, 4258.0, 4267.0, 4236.0, 4232.0, 4191.0, 4210.0, 4239.0, 4209.0, 4208.0, 4248.0, 4199.0, 4208.0, 4199.0, 4208.0, 4213.0, 4244.0, 4240.0, 4223.0, 4239.0, 4198.0, 4219.0, 4189.0, 4200.0, 4230.0, 4196.0, 4197.0, 4178.0, 4198.0, 4210.0, 4211.0, 4229.0, 4211.0, 4228.0, 4201.0, 4231.0, 4266.0, 4224.0, 4244.0, 4213.0, 4207.0, 4188.0, 4209.0, 4190.0, 4212.0, 4244.0, 4235.0, 4256.0, 4224.0, 4234.0, 4214.0, 4233.0, 4212.0, 4243.0, 4252.0, 4236.0, 4241.0, 4224.0, 4232.0, 4212.0, 4232.0, 4192.0, 4222.0, 4264.0, 4244.0, 4231.0, 4202.0, 4211.0, 4202.0, 4221.0, 4251.0, 4214.0, 4213.0, 4210.0, 4211.0, 4219.0, 4202.0, 4220.0, 4192.0, 4212.0, 4233.0, 4206.0, 4236.0, 4193.0, 4213.0, 4204.0, 4228.0, 4246.0, 4239.0, 4257.0, 4228.0, 4275.0, 4231.0, 4248.0, 4205.0, 4239.0, 4278.0, 4237.0, 4255.0, 4228.0, 4234.0, 4205.0, 4223.0, 4201.0, 4235.0, 4265.0, 4224.0, 4231.0, 4189.0, 4219.0, 4210.0, 4204.0, 4211.0, 4204.0, 4258.0, 4267.0, 4234.0, 4232.0, 4190.0, 4211.0, 4219.0, 4197.0, 4200.0], 'WindowWidth': [9521.0, 9489.0, 9425.0, 9421.0, 9379.0, 9383.0, 9395.0, 9386.0, 9425.0, 9401.0, 9464.0, 9426.0, 9479.0, 9467.0, 9395.0, 9387.0, 9394.0, 9341.0, 9360.0, 9381.0, 9360.0, 9350.0, 9330.0, 9367.0, 9382.0, 9369.0, 9393.0, 9339.0, 9366.0, 9335.0, 9372.0, 9423.0, 9367.0, 9376.0, 9411.0, 9371.0, 9377.0, 9354.0, 9425.0, 9425.0, 9353.0, 9401.0, 9391.0, 9368.0, 9368.0, 9346.0, 9390.0, 9396.0, 9363.0, 9396.0, 9403.0, 9377.0, 9363.0, 9342.0, 9383.0, 9365.0, 9356.0, 9405.0, 9344.0, 9359.0, 9309.0, 9341.0, 9365.0, 9342.0, 9411.0, 9410.0, 9380.0, 9366.0, 9310.0, 9341.0, 9361.0, 9349.0, 9393.0, 9358.0, 9346.0, 9379.0, 9339.0, 9364.0, 9316.0, 9366.0, 9388.0, 9346.0, 9367.0, 9312.0, 9354.0, 9367.0, 9367.0, 9404.0, 9349.0, 9390.0, 9312.0, 9354.0, 9400.0, 9369.0, 9359.0, 9380.0, 9326.0, 9350.0, 9307.0, 9351.0, 9323.0, 9360.0, 9406.0, 9369.0, 9359.0, 9352.0, 9352.0, 9375.0, 9327.0, 9379.0, 9401.0, 9363.0, 9366.0, 9326.0, 9357.0, 9349.0, 9347.0, 9410.0, 9372.0, 9343.0, 9381.0, 9341.0, 9360.0, 9341.0, 9387.0, 9381.0, 9345.0, 9377.0, 9378.0, 9340.0, 9359.0, 9328.0, 9365.0, 9372.0, 9354.0, 9391.0, 9376.0, 9339.0, 9406.0, 9357.0, 9388.0, 9364.0, 9410.0, 9377.0, 9371.0, 9385.0, 9344.0, 9381.0, 9331.0, 9381.0, 9409.0, 9333.0, 9361.0, 9349.0, 9350.0, 9382.0, 9386.0, 9356.0, 9396.0, 9348.0, 9357.0, 9371.0, 9322.0, 9361.0, 9305.0, 9394.0, 9400.0, 9348.0, 9386.0, 9329.0, 9342.0, 9312.0, 9347.0, 9421.0, 9355.0, 9380.0, 9386.0, 9356.0, 9377.0, 9346.0, 9390.0, 9400.0, 9347.0, 9392.0, 9313.0, 9355.0, 9376.0, 9327.0, 9378.0, 9381.0, 9362.0, 9365.0, 9311.0, 9340.0, 9376.0, 9313.0, 9362.0, 9384.0, 9325.0, 9352.0, 9306.0, 9331.0, 9381.0, 9372.0, 9339.0, 9378.0, 9319.0, 9333.0, 9291.0, 9333.0, 9371.0, 9326.0, 9402.0, 9336.0, 9360.0, 9400.0, 9341.0, 9372.0, 9340.0, 9384.0, 9390.0, 9355.0, 9371.0, 9386.0, 9354.0, 9356.0, 9322.0, 9365.0, 9357.0, 9339.0, 9387.0, 9368.0, 9350.0, 9369.0, 9347.0, 9386.0, 9366.0, 9435.0, 9426.0, 9364.0, 9391.0, 9347.0, 9363.0, 9361.0, 9397.0, 9443.0, 9442.0, 9382.0, 9367.0, 9338.0, 9353.0, 9380.0, 9332.0, 9337.0, 9378.0, 9331.0, 9348.0, 9306.0, 9340.0, 9379.0, 9320.0, 9341.0, 9381.0, 9336.0, 9332.0, 9294.0, 9333.0, 9309.0, 9364.0, 9407.0, 9371.0, 9347.0, 9387.0, 9337.0, 9366.0, 9376.0, 9335.0, 9357.0, 9384.0, 9348.0, 9338.0, 9302.0, 9314.0, 9341.0, 9318.0, 9383.0, 9307.0, 9323.0, 9329.0, 9320.0, 9309.0, 9341.0, 9407.0, 9388.0, 9347.0, 9384.0, 9349.0, 9376.0, 9356.0, 9344.0, 9407.0, 9400.0, 9386.0, 9356.0, 9306.0, 9335.0, 9374.0, 9320.0, 9345.0, 9378.0, 9333.0, 9336.0, 9354.0, 9365.0, 9336.0, 9368.0, 9406.0, 9390.0, 9410.0, 9353.0, 9377.0, 9353.0, 9396.0, 9402.0, 9364.0, 9328.0, 9378.0, 9320.0, 9341.0, 9323.0, 9323.0, 9358.0, 9311.0, 9356.0, 9359.0, 9338.0, 9343.0, 9306.0, 9338.0, 9360.0, 9330.0, 9386.0, 9312.0, 9338.0, 9298.0, 9327.0, 9381.0, 9348.0, 9410.0, 9402.0, 9361.0, 9367.0, 9311.0, 9336.0, 9315.0, 9351.0, 9404.0, 9338.0, 9352.0, 9404.0, 9366.0, 9384.0, 9347.0, 9391.0, 9396.0, 9329.0, 9360.0, 9375.0, 9341.0, 9332.0, 9307.0, 9321.0, 9362.0, 9326.0, 9345.0, 9361.0, 9340.0, 9347.0, 9335.0, 9367.0, 9406.0, 9368.0, 9389.0, 9366.0, 9369.0, 9345.0, 9390.0, 9401.0, 9343.0, 9370.0, 9396.0, 9323.0, 9359.0, 9325.0, 9368.0, 9397.0, 9357.0, 9348.0, 9355.0, 9317.0, 9355.0, 9310.0, 9354.0, 9326.0, 9352.0, 9403.0, 9337.0, 9395.0, 9336.0, 9367.0, 9366.0, 9367.0, 9425.0, 9356.0, 9384.0, 9341.0, 9367.0, 9365.0, 9371.0, 9428.0, 9400.0, 9407.0, 9331.0, 9362.0, 9401.0, 9343.0, 9357.0, 9381.0, 9321.0, 9368.0, 9330.0, 9338.0, 9377.0, 9354.0, 9406.0, 9346.0, 9367.0, 9363.0, 9367.0, 9414.0, 9328.0, 9371.0, 9404.0, 9349.0, 9365.0, 9393.0, 9326.0, 9348.0, 9309.0, 9369.0, 9379.0, 9341.0, 9366.0, 9308.0, 9335.0, 9311.0, 9344.0, 9390.0, 9360.0, 9328.0, 9342.0, 9306.0, 9330.0, 9357.0, 9324.0, 9368.0, 9308.0, 9330.0, 9353.0, 9326.0, 9380.0, 9351.0, 9388.0, 9306.0, 9350.0, 9405.0, 9391.0, 9393.0, 9351.0, 9368.0, 9333.0, 9394.0, 9420.0, 9372.0, 9372.0, 9312.0, 9335.0, 9316.0, 9344.0, 9392.0, 9366.0, 9338.0, 9362.0, 9311.0, 9340.0, 9365.0, 9330.0, 9392.0, 9334.0, 9344.0, 9373.0, 9352.0, 9390.0, 9359.0, 9399.0, 9349.0, 9377.0, 9424.0, 9376.0, 9403.0, 9380.0, 9415.0, 9365.0, 9442.0, 9454.0, 9394.0, 9419.0, 9419.0, 9348.0, 9374.0, 9400.0, 9404.0, 9375.0, 9377.0, 9322.0, 9344.0, 9324.0, 9340.0, 9304.0, 9352.0, 9385.0, 9349.0, 9381.0, 9376.0, 9380.0, 9359.0, 9420.0, 9424.0, 9355.0, 9347.0, 9307.0, 9318.0, 9359.0, 9332.0, 9369.0, 9316.0, 9386.0, 9350.0, 9332.0, 9359.0, 9349.0, 9409.0, 9424.0, 9355.0, 9341.0, 9366.0, 9318.0, 9335.0, 9356.0, 9301.0, 9312.0, 9320.0, 9293.0, 9336.0, 9317.0, 9293.0, 9333.0, 9304.0, 9307.0, 9265.0, 9311.0, 9295.0, 9319.0, 9356.0, 9335.0, 9380.0, 9316.0, 9387.0, 9312.0, 9339.0, 9337.0, 9337.0, 9387.0, 9389.0, 9345.0, 9356.0, 9312.0, 9325.0, 9283.0, 9313.0, 9356.0, 9328.0, 9350.0, 9309.0, 9332.0, 9308.0, 9339.0, 9379.0, 9315.0, 9355.0, 9345.0, 9337.0, 9293.0, 9336.0, 9378.0, 9336.0, 9344.0, 9380.0, 9328.0, 9334.0, 9327.0, 9336.0, 9349.0, 9377.0, 9385.0, 9356.0, 9365.0, 9386.0, 9364.0, 9382.0, 9346.0, 9368.0, 9322.0, 9397.0, 9416.0, 9376.0, 9371.0, 9348.0, 9357.0, 9391.0, 9344.0, 9360.0, 9360.0, 9340.0, 9349.0, 9330.0, 9354.0, 9358.0, 9418.0, 9388.0, 9377.0, 9410.0, 9372.0, 9395.0, 9371.0, 9415.0, 9423.0, 9379.0, 9360.0, 9320.0, 9357.0, 9330.0, 9364.0, 9405.0, 9346.0, 9363.0, 9338.0, 9363.0, 9322.0, 9376.0, 9423.0, 9415.0, 9373.0, 9385.0, 9336.0, 9333.0, 9369.0, 9300.0, 9328.0, 9350.0, 9335.0, 9348.0, 9276.0, 9320.0, 9292.0, 9321.0, 9373.0, 9328.0, 9387.0, 9395.0, 9367.0, 9359.0, 9306.0, 9336.0, 9345.0, 9312.0, 9338.0, 9360.0, 9324.0, 9341.0, 9325.0, 9351.0, 9319.0, 9366.0, 9380.0, 9372.0, 9394.0, 9371.0, 9402.0, 9368.0, 9414.0, 9420.0, 9371.0, 9352.0, 9368.0, 9305.0, 9319.0, 9345.0, 9325.0, 9369.0, 9302.0, 9353.0, 9373.0, 9344.0, 9383.0, 9348.0, 9397.0, 9450.0, 9407.0, 9395.0, 9344.0, 9330.0, 9375.0, 9356.0, 9381.0, 9360.0, 9446.0, 9386.0, 9410.0, 9378.0, 9392.0, 9405.0, 9332.0, 9338.0, 9372.0, 9346.0, 9346.0, 9309.0, 9335.0, 9332.0, 9358.0, 9358.0, 9366.0, 9337.0, 9358.0, 9328.0, 9363.0, 9425.0, 9389.0, 9340.0, 9394.0, 9325.0, 9346.0, 9325.0, 9354.0, 9379.0, 9329.0, 9348.0, 9309.0, 9333.0, 9298.0, 9337.0, 9366.0, 9375.0, 9332.0, 9370.0, 9295.0, 9325.0, 9311.0, 9328.0, 9366.0, 9303.0, 9372.0, 9391.0, 9322.0, 9352.0, 9322.0, 9354.0, 9378.0, 9342.0, 9396.0, 9397.0, 9378.0, 9402.0, 9371.0, 9420.0, 9384.0, 9405.0, 9364.0, 9378.0, 9426.0, 9374.0, 9416.0, 9430.0, 9383.0, 9369.0, 9314.0, 9338.0, 9378.0, 9337.0, 9334.0, 9387.0, 9322.0, 9331.0, 9322.0, 9335.0, 9348.0, 9393.0, 9381.0, 9360.0, 9377.0, 9319.0, 9348.0, 9306.0, 9326.0, 9366.0, 9314.0, 9316.0, 9290.0, 9320.0, 9340.0, 9342.0, 9364.0, 9344.0, 9361.0, 9328.0, 9369.0, 9426.0, 9366.0, 9391.0, 9346.0, 9332.0, 9306.0, 9336.0, 9311.0, 9345.0, 9391.0, 9383.0, 9411.0, 9368.0, 9379.0, 9352.0, 9373.0, 9346.0, 9389.0, 9398.0, 9385.0, 9384.0, 9361.0, 9371.0, 9345.0, 9372.0, 9316.0, 9360.0, 9418.0, 9391.0, 9367.0, 9329.0, 9339.0, 9333.0, 9355.0, 9396.0, 9352.0, 9345.0, 9338.0, 9339.0, 9348.0, 9329.0, 9353.0, 9317.0, 9346.0, 9375.0, 9344.0, 9382.0, 9324.0, 9351.0, 9341.0, 9376.0, 9398.0, 9394.0, 9418.0, 9381.0, 9453.0, 9386.0, 9403.0, 9342.0, 9393.0, 9446.0, 9385.0, 9407.0, 9376.0, 9378.0, 9343.0, 9361.0, 9330.0, 9381.0, 9426.0, 9366.0, 9367.0, 9307.0, 9348.0, 9341.0, 9337.0, 9345.0, 9340.0, 9419.0, 9429.0, 9377.0, 9370.0, 9309.0, 9336.0, 9346.0, 9314.0, 9324.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.00042512595837897047</td></tr>
<tr><td colspan=3>aqi</td><td>0.024501300109529025</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.2452654211842</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.246934745910088</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9953933193640359</td></tr>
<tr><td colspan=3>efc</td><td>0.4571</td></tr>
<tr><td colspan=3>fber</td><td>6377.5322</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1093831801528299</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>83</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.090909090909092</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5119963928170357</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.501909394895286</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5979425744238585</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.436137209131962</td></tr>
<tr><td colspan=3>gcor</td><td>0.0153678</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009738674387335777</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01774289272725582</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>913</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.035821830056552</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>24.0327</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.9614</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>160.0401</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305278.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>763.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>316.7574</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8777</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>505.8978</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3488.9805</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3695.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71266.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1231.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4492.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>915.5444</td></tr>
<tr><td colspan=3>tsnr</td><td>42.31392178335227</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>