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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0101/ses-02/func/sub-0101_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>c075653bd11459a8449d25212127820a</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>20:11:34.527500</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.998787, 0.0370888, 0.0323768, -0.0322607, 0.989814, -0.138664]</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-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.136488</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4238, -7767, -7218, 39, -158, -51, -123, 44]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.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>322.566</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a4f275d5-ecce-4a5e-9fe2-07bacdc80873||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.679673433303833, -0.08655299246311188, 0.1004127711057663, 113.66648864746094], [-0.09950666129589081, 2.6555981636047363, -0.3711199462413788, -72.20682525634766], [0.08686459809541702, 0.3720266819000244, 2.6724870204925537, -88.46077728271484], [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': ['201134.527500', '201134.987500', '201135.447500', '201135.907500', '201136.367500', '201136.827500', '201137.287500', '201137.747500', '201138.207500', '201138.667500', '201139.127500', '201139.587500', '201140.047500', '201140.507500', '201140.967500', '201141.427500', '201141.887500', '201142.347500', '201142.807500', '201143.267500', '201143.727500', '201144.187500', '201144.647500', '201145.107500', '201145.567500', '201146.027500', '201146.487500', '201146.947500', '201147.407500', '201147.867500', '201148.327500', '201148.787500', '201149.247500', '201149.707500', '201150.167500', '201150.627500', '201151.087500', '201151.547500', '201152.007500', '201152.467500', '201152.927500', '201153.387500', '201153.847500', '201154.307500', '201154.767500', '201155.227500', '201155.687500', '201156.147500', '201156.607500', '201157.067500', '201157.527500', '201157.987500', '201158.447500', '201158.907500', '201159.367500', '201159.827500', '201200.287500', '201200.747500', '201201.207500', '201201.667500', '201202.127500', '201202.587500', '201203.047500', '201203.507500', '201203.967500', '201204.427500', '201204.887500', '201205.347500', '201205.807500', '201206.267500', '201206.727500', '201207.187500', '201207.647500', '201208.107500', '201208.567500', '201209.027500', '201209.487500', '201209.947500', '201210.407500', '201210.867500', '201211.327500', '201211.787500', '201212.247500', '201212.707500', '201213.167500', '201213.627500', '201214.087500', '201214.547500', '201215.007500', '201215.467500', '201215.927500', '201216.387500', '201216.847500', '201217.307500', '201217.767500', '201218.227500', '201218.687500', '201219.147500', '201219.607500', '201220.067500', '201220.527500', '201220.987500', '201221.447500', '201221.907500', '201222.367500', '201222.827500', '201223.287500', '201223.747500', '201224.207500', '201224.667500', '201225.127500', '201225.587500', '201226.047500', '201226.507500', '201226.967500', '201227.427500', '201227.887500', '201228.347500', '201228.807500', '201229.267500', '201229.727500', '201230.187500', '201230.647500', '201231.107500', '201231.567500', '201232.027500', '201232.487500', '201232.947500', '201233.407500', '201233.867500', '201234.327500', '201234.787500', '201235.247500', '201235.707500', '201236.167500', '201236.627500', '201237.087500', '201237.547500', '201238.007500', '201238.467500', '201238.927500', '201239.387500', '201239.847500', '201240.307500', '201240.767500', '201241.227500', '201241.687500', '201242.147500', '201242.607500', '201243.067500', '201243.527500', '201243.987500', '201244.447500', '201244.907500', '201245.367500', '201245.827500', '201246.287500', '201246.747500', '201247.207500', '201247.667500', '201248.127500', '201248.587500', '201249.047500', '201249.507500', '201249.967500', '201250.427500', '201250.887500', '201251.347500', '201251.807500', '201252.267500', '201252.727500', '201253.187500', '201253.647500', '201254.107500', '201254.567500', '201255.027500', '201255.487500', '201255.947500', '201256.407500', '201256.867500', '201257.327500', '201257.787500', '201258.247500', '201258.707500', '201259.167500', '201259.627500', '201300.087500', '201300.547500', '201301.007500', '201301.467500', '201301.927500', '201302.387500', '201302.847500', '201303.307500', '201303.767500', '201304.227500', '201304.687500', '201305.147500', '201305.607500', '201306.067500', '201306.527500', '201306.987500', '201307.447500', '201307.907500', '201308.367500', '201308.827500', '201309.287500', '201309.747500', '201310.207500', '201310.667500', '201311.127500', '201311.587500', '201312.047500', '201312.507500', '201312.967500', '201313.427500', '201313.887500', '201314.347500', '201314.807500', '201315.267500', '201315.727500', '201316.187500', '201316.647500', '201317.107500', '201317.567500', '201318.027500', '201318.487500', '201318.947500', '201319.407500', '201319.867500', '201320.327500', '201320.787500', '201321.247500', '201321.707500', '201322.167500', '201322.627500', '201323.087500', '201323.547500', '201324.007500', '201324.467500', '201324.927500', '201325.387500', '201325.847500', '201326.307500', '201326.767500', '201327.227500', '201327.687500', '201328.147500', '201328.607500', '201329.067500', '201329.527500', '201329.987500', '201330.447500', '201330.907500', '201331.367500', '201331.827500', '201332.287500', '201332.747500', '201333.207500', '201333.667500', '201334.127500', '201334.587500', '201335.047500', '201335.507500', '201335.967500', '201336.427500', '201336.887500', '201337.347500', '201337.807500', '201338.267500', '201338.727500', '201339.187500', '201339.647500', '201340.107500', '201340.567500', '201341.027500', '201341.487500', '201341.947500', '201342.407500', '201342.867500', '201343.327500', '201343.787500', '201344.247500', '201344.707500', '201345.167500', '201345.627500', '201346.087500', '201346.547500', '201347.007500', '201347.467500', '201347.927500', '201348.387500', '201348.847500', '201349.307500', '201349.767500', '201350.227500', '201350.687500', '201351.147500', '201351.607500', '201352.067500', '201352.527500', '201352.987500', '201353.447500', '201353.907500', '201354.367500', '201354.827500', '201355.287500', '201355.747500', '201356.207500', '201356.667500', '201357.127500', '201357.587500', '201358.047500', '201358.507500', '201358.967500', '201359.427500', '201359.887500', '201400.347500', '201400.807500', '201401.267500', '201401.727500', '201402.187500', '201402.647500', '201403.107500', '201403.567500', '201404.027500', '201404.487500', '201404.947500', '201405.407500', '201405.867500', '201406.327500', '201406.787500', '201407.247500', '201407.707500', '201408.167500', '201408.627500', '201409.087500', '201409.547500', '201410.007500', '201410.467500', '201410.927500', '201411.387500', '201411.847500', '201412.307500', '201412.767500', '201413.227500', '201413.687500', '201414.147500', '201414.607500', '201415.067500', '201415.527500', '201415.987500', '201416.447500', '201416.907500', '201417.367500', '201417.827500', '201418.287500', '201418.747500', '201419.207500', '201419.667500', '201420.127500', '201420.587500', '201421.047500', '201421.507500', '201421.967500', '201422.427500', '201422.887500', '201423.347500', '201423.807500', '201424.267500', '201424.727500', '201425.187500', '201425.647500', '201426.107500', '201426.567500', '201427.027500', '201427.487500', '201427.947500', '201428.407500', '201428.867500', '201429.327500', '201429.787500', '201430.247500', '201430.707500', '201431.167500', '201431.627500', '201432.087500', '201432.547500', '201433.007500', '201433.467500', '201433.927500', '201434.387500', '201434.847500', '201435.307500', '201435.767500', '201436.227500', '201436.687500', '201437.147500', '201437.607500', '201438.067500', '201438.527500', '201438.987500', '201439.447500', '201439.907500', '201440.367500', '201440.827500', '201441.287500', '201441.747500', '201442.207500', '201442.667500', '201443.127500', '201443.587500', '201444.047500', '201444.507500', '201444.967500', '201445.427500', '201445.887500', '201446.347500', '201446.807500', '201447.267500', '201447.727500', '201448.187500', '201448.647500', '201449.107500', '201449.567500', '201450.027500', '201450.487500', '201450.947500', '201451.407500', '201451.867500', '201452.327500', '201452.787500', '201453.247500', '201453.707500', '201454.167500', '201454.627500', '201455.087500', '201455.547500', '201456.007500', '201456.467500', '201456.927500', '201457.387500', '201457.847500', '201458.307500', '201458.767500', '201459.227500', '201459.687500', '201500.147500', '201500.607500', '201501.067500', '201501.527500', '201501.987500', '201502.447500', '201502.907500', '201503.367500', '201503.827500', '201504.287500', '201504.747500', '201505.207500', '201505.667500', '201506.127500', '201506.587500', '201507.047500', '201507.507500', '201507.967500', '201508.427500', '201508.887500', '201509.347500', '201509.807500', '201510.267500', '201510.727500', '201511.187500', '201511.647500', '201512.107500', '201512.567500', '201513.027500', '201513.487500', '201513.947500', '201514.407500', '201514.867500', '201515.327500', '201515.787500', '201516.247500', '201516.707500', '201517.167500', '201517.627500', '201518.087500', '201518.547500', '201519.007500', '201519.467500', '201519.927500', '201520.387500', '201520.847500', '201521.307500', '201521.767500', '201522.227500', '201522.687500', '201523.147500', '201523.607500', '201524.067500', '201524.527500', '201524.987500', '201525.447500', '201525.907500', '201526.367500', '201526.827500', '201527.287500', '201527.747500', '201528.207500', '201528.667500', '201529.127500', '201529.587500', '201530.047500', '201530.507500', '201530.967500', '201531.427500', '201531.887500', '201532.347500', '201532.807500', '201533.267500', '201533.727500', '201534.187500', '201534.647500', '201535.107500', '201535.567500', '201536.027500', '201536.487500', '201536.947500', '201537.407500', '201537.867500', '201538.327500', '201538.787500', '201539.247500', '201539.707500', '201540.167500', '201540.627500', '201541.087500', '201541.547500', '201542.007500', '201542.467500', '201542.927500', '201543.387500', '201543.847500', '201544.307500', '201544.767500', '201545.227500', '201545.687500', '201546.147500', '201546.607500', '201547.067500', '201547.527500', '201547.987500', '201548.447500', '201548.907500', '201549.367500', '201549.827500', '201550.287500', '201550.747500', '201551.207500', '201551.667500', '201552.127500', '201552.587500', '201553.047500', '201553.507500', '201553.967500', '201554.427500', '201554.887500', '201555.347500', '201555.807500', '201556.267500', '201556.727500', '201557.187500', '201557.647500', '201558.107500', '201558.567500', '201559.027500', '201559.487500', '201559.947500', '201600.407500', '201600.867500', '201601.327500', '201601.787500', '201602.247500', '201602.707500', '201603.167500', '201603.627500', '201604.087500', '201604.547500', '201605.007500', '201605.467500', '201605.927500', '201606.387500', '201606.847500', '201607.307500', '201607.767500', '201608.227500', '201608.687500', '201609.147500', '201609.607500', '201610.067500', '201610.527500', '201610.987500', '201611.447500', '201611.907500', '201612.367500', '201612.827500', '201613.287500', '201613.747500', '201614.207500', '201614.667500', '201615.127500', '201615.587500', '201616.047500', '201616.507500', '201616.967500', '201617.427500', '201617.887500', '201618.347500', '201618.807500', '201619.267500', '201619.727500', '201620.187500', '201620.647500', '201621.107500', '201621.567500', '201622.027500', '201622.487500', '201622.947500', '201623.407500', '201623.867500', '201624.327500', '201624.787500', '201625.247500', '201625.707500', '201626.167500', '201626.627500', '201627.087500', '201627.547500', '201628.007500', '201628.467500', '201628.927500', '201629.387500', '201629.847500', '201630.307500', '201630.767500', '201631.227500', '201631.687500', '201632.147500', '201632.607500', '201633.067500', '201633.527500', '201633.987500', '201634.447500', '201634.907500', '201635.367500', '201635.827500', '201636.287500', '201636.747500', '201637.207500', '201637.667500', '201638.127500', '201638.587500', '201639.047500', '201639.507500', '201639.967500', '201640.427500', '201640.887500', '201641.347500', '201641.807500', '201642.267500', '201642.727500', '201643.187500', '201643.647500', '201644.107500', '201644.567500', '201645.027500', '201645.487500', '201645.947500', '201646.407500', '201646.867500', '201647.327500', '201647.787500', '201648.247500', '201648.707500', '201649.167500', '201649.627500', '201650.087500', '201650.547500', '201651.007500', '201651.467500', '201651.927500', '201652.387500', '201652.847500', '201653.307500', '201653.767500', '201654.227500', '201654.687500', '201655.147500', '201655.607500', '201656.067500', '201656.527500', '201656.987500', '201657.447500', '201657.907500', '201658.367500', '201658.827500', '201659.287500', '201659.747500', '201700.207500', '201700.667500', '201701.127500', '201701.587500', '201702.047500', '201702.507500', '201702.967500', '201703.427500', '201703.887500', '201704.347500', '201704.807500', '201705.267500', '201705.727500', '201706.187500', '201706.647500', '201707.107500', '201707.567500', '201708.027500', '201708.487500', '201708.947500', '201709.407500', '201709.867500', '201710.327500', '201710.787500', '201711.247500', '201711.707500', '201712.167500', '201712.627500', '201713.087500', '201713.547500', '201714.007500', '201714.467500', '201714.927500', '201715.387500', '201715.847500', '201716.307500', '201716.767500', '201717.227500', '201717.687500', '201718.147500', '201718.607500', '201719.067500', '201719.527500', '201719.987500', '201720.447500', '201720.907500', '201721.367500', '201721.827500', '201722.287500', '201722.747500', '201723.207500', '201723.667500', '201724.127500', '201724.587500', '201725.047500', '201725.507500', '201725.967500', '201726.427500', '201726.887500', '201727.347500', '201727.807500', '201728.267500', '201728.727500', '201729.187500', '201729.647500', '201730.107500', '201730.567500', '201731.027500', '201731.487500', '201731.947500', '201732.407500', '201732.867500', '201733.327500', '201733.787500', '201734.247500', '201734.707500', '201735.167500', '201735.627500', '201736.087500', '201736.547500', '201737.007500', '201737.467500', '201737.927500', '201738.387500', '201738.847500', '201739.307500', '201739.767500', '201740.227500', '201740.687500', '201741.147500', '201741.607500', '201742.067500', '201742.527500', '201742.987500', '201743.447500', '201743.907500', '201744.367500', '201744.827500', '201745.287500', '201745.747500', '201746.207500', '201746.667500', '201747.127500', '201747.587500', '201748.047500', '201748.507500', '201748.967500', '201749.427500', '201749.887500', '201750.347500', '201750.807500', '201751.267500', '201751.727500', '201752.187500', '201752.647500', '201753.107500', '201753.567500', '201754.027500', '201754.487500', '201754.947500', '201755.407500', '201755.867500', '201756.327500', '201756.787500', '201757.247500', '201757.707500', '201758.167500', '201758.627500', '201759.087500', '201759.547500', '201800.007500', '201800.467500', '201800.927500', '201801.387500', '201801.847500', '201802.307500', '201802.767500', '201803.227500', '201803.687500', '201804.147500', '201804.607500', '201805.067500', '201805.527500', '201805.987500', '201806.447500', '201806.907500', '201807.367500', '201807.827500', '201808.287500', '201808.747500', '201809.207500', '201809.667500', '201810.127500', '201810.587500', '201811.047500', '201811.507500', '201811.967500', '201812.427500', '201812.887500', '201813.347500', '201813.807500', '201814.267500', '201814.727500', '201815.187500', '201815.647500', '201816.107500', '201816.567500', '201817.027500', '201817.487500', '201817.947500', '201818.407500', '201818.867500', '201819.327500', '201819.787500', '201820.247500', '201820.707500', '201821.167500', '201821.627500', '201822.087500', '201822.547500', '201823.007500', '201823.467500', '201823.927500', '201824.387500', '201824.847500', '201825.307500', '201825.767500', '201826.227500', '201826.687500', '201827.147500', '201827.607500', '201828.067500', '201828.527500', '201828.987500', '201829.447500', '201829.907500', '201830.367500', '201830.827500', '201831.287500', '201831.747500', '201832.207500', '201832.667500', '201833.127500', '201833.587500', '201834.047500', '201834.507500'], 'ContentTime': ['201148.823000', '201148.827000', '201148.830000', '201148.832000', '201148.835000', '201148.837000', '201148.840000', '201148.843000', '201148.845000', '201148.848000', '201148.850000', '201148.853000', '201148.856000', '201148.858000', '201148.861000', '201148.864000', '201148.866000', '201148.869000', '201148.879000', '201148.881000', '201148.884000', '201148.891000', '201148.893000', '201148.896000', '201148.898000', '201148.901000', '201148.904000', '201148.906000', '201208.752000', '201208.754000', '201208.757000', '201208.760000', '201208.762000', '201208.765000', '201208.768000', '201208.770000', '201208.773000', '201208.775000', '201208.778000', '201208.780000', '201208.783000', '201208.786000', '201208.788000', '201208.791000', '201208.793000', '201208.796000', '201208.799000', '201208.802000', '201208.805000', '201208.808000', '201208.810000', '201208.813000', '201208.816000', '201208.818000', '201208.821000', '201208.823000', '201208.826000', '201208.829000', '201208.831000', '201208.834000', '201208.836000', '201208.839000', '201208.842000', '201208.846000', '201208.849000', '201208.851000', '201208.854000', '201208.857000', '201208.859000', '201208.862000', '201208.864000', '201228.750000', '201228.753000', '201228.756000', '201228.759000', '201228.761000', '201228.764000', '201228.766000', '201228.769000', '201228.771000', '201228.774000', '201228.776000', '201228.779000', '201228.782000', '201228.785000', '201228.787000', '201228.790000', '201228.792000', '201228.795000', '201228.798000', '201228.801000', '201228.803000', '201228.806000', '201228.809000', '201228.811000', '201228.814000', '201228.817000', '201228.820000', '201228.822000', '201228.825000', '201228.827000', '201228.837000', '201228.840000', '201228.842000', '201228.845000', '201228.848000', '201228.850000', '201228.853000', '201228.855000', '201228.858000', '201228.861000', '201228.863000', '201228.866000', '201228.868000', '201228.871000', '201248.750000', '201248.753000', '201248.756000', '201248.759000', '201248.761000', '201248.764000', '201248.767000', '201248.769000', '201248.772000', '201248.774000', '201248.777000', '201248.780000', '201248.782000', '201248.785000', '201248.787000', '201248.790000', '201248.792000', '201248.795000', '201248.798000', '201248.800000', '201248.803000', '201248.806000', '201248.808000', '201248.811000', '201248.813000', '201248.816000', '201248.819000', '201248.821000', '201248.824000', '201248.826000', '201248.830000', '201248.839000', '201248.842000', '201248.845000', '201248.848000', '201248.850000', '201248.853000', '201248.855000', '201248.858000', '201248.861000', '201248.864000', '201248.866000', '201248.869000', '201308.750000', '201308.753000', '201308.756000', '201308.759000', '201308.761000', '201308.764000', '201308.767000', '201308.769000', '201308.772000', '201308.775000', '201308.777000', '201308.789000', '201308.792000', '201308.794000', '201308.797000', '201308.800000', '201308.802000', '201308.805000', '201308.808000', '201308.811000', '201308.813000', '201308.816000', '201308.818000', '201308.821000', '201308.824000', '201308.827000', '201308.829000', '201308.832000', '201308.834000', '201308.837000', '201308.840000', '201308.842000', '201308.845000', '201308.847000', '201308.850000', '201308.853000', '201308.855000', '201308.858000', '201308.860000', '201308.863000', '201308.866000', '201308.868000', '201308.871000', '201308.874000', '201328.751000', '201328.754000', '201328.756000', '201328.759000', '201328.762000', '201328.764000', '201328.767000', '201328.770000', '201328.772000', '201328.775000', '201328.777000', '201328.780000', '201328.783000', '201328.785000', '201328.788000', '201328.791000', '201328.793000', '201328.796000', '201328.799000', '201328.801000', '201328.804000', '201328.807000', '201328.809000', '201328.812000', '201328.815000', '201328.817000', '201328.820000', '201328.823000', '201328.825000', '201328.828000', '201328.831000', '201328.834000', '201328.836000', '201328.839000', '201328.842000', '201328.845000', '201328.848000', '201328.850000', '201328.853000', '201328.856000', '201328.859000', '201328.861000', '201328.864000', '201348.751000', '201348.753000', '201348.756000', '201348.759000', '201348.762000', '201348.764000', '201348.767000', '201348.769000', '201348.772000', '201348.775000', '201348.778000', '201348.780000', '201348.783000', '201348.786000', '201348.788000', '201348.791000', '201348.794000', '201348.796000', '201348.799000', '201348.854000', '201348.857000', '201348.860000', '201348.862000', '201348.865000', '201348.868000', '201348.870000', '201348.873000', '201348.875000', '201348.878000', '201348.881000', '201348.883000', '201348.886000', '201348.889000', '201348.891000', '201348.894000', '201348.896000', '201348.899000', '201348.902000', '201348.904000', '201348.907000', '201348.910000', '201348.912000', '201348.915000', '201348.917000', '201408.750000', '201408.753000', '201408.756000', '201408.759000', '201408.761000', '201408.764000', '201408.767000', '201408.769000', '201408.772000', '201408.775000', '201408.777000', '201408.780000', '201408.783000', '201408.785000', '201408.788000', '201408.791000', '201408.793000', '201408.796000', '201408.799000', '201408.825000', '201408.828000', '201408.830000', '201408.834000', '201408.836000', '201408.839000', '201408.841000', '201408.844000', '201408.847000', '201408.849000', '201408.852000', '201408.855000', '201408.857000', '201408.860000', '201408.862000', '201408.865000', '201408.868000', '201408.870000', '201408.873000', '201408.875000', '201408.878000', '201408.881000', '201408.883000', '201408.886000', '201428.751000', '201428.754000', '201428.757000', '201428.760000', '201428.762000', '201428.765000', '201428.768000', '201428.770000', '201428.773000', '201428.776000', '201428.778000', '201428.781000', '201428.784000', '201428.786000', '201428.789000', '201428.792000', '201428.794000', '201428.797000', '201428.799000', '201428.802000', '201428.805000', '201428.807000', '201428.810000', '201428.813000', '201428.815000', '201428.818000', '201428.820000', '201428.823000', '201428.826000', '201428.828000', '201428.831000', '201428.834000', '201428.836000', '201428.839000', '201428.841000', '201428.844000', '201428.857000', '201428.860000', '201428.862000', '201428.865000', '201428.868000', '201428.870000', '201428.873000', '201428.875000', '201448.751000', '201448.753000', '201448.756000', '201448.759000', '201448.761000', '201448.764000', '201448.767000', '201448.769000', '201448.772000', '201448.774000', '201448.777000', '201448.780000', '201448.782000', '201448.785000', '201448.787000', '201448.790000', '201448.793000', '201448.795000', '201448.798000', '201448.800000', '201448.803000', '201448.806000', '201448.808000', '201448.811000', '201448.814000', '201448.816000', '201448.819000', '201448.821000', '201448.824000', '201448.827000', '201448.829000', '201448.832000', '201448.834000', '201448.837000', '201448.840000', '201448.842000', '201448.845000', '201448.848000', '201448.850000', '201448.853000', '201448.855000', '201448.858000', '201448.861000', '201508.751000', '201508.753000', '201508.756000', '201508.759000', '201508.761000', '201508.764000', '201508.767000', '201508.769000', '201508.772000', '201508.775000', '201508.777000', '201508.780000', '201508.782000', '201508.785000', '201508.787000', '201508.790000', '201508.793000', '201508.795000', '201508.798000', '201508.801000', '201508.803000', '201508.806000', '201508.808000', '201508.811000', '201508.814000', '201508.816000', '201508.819000', '201508.822000', '201508.824000', '201508.827000', '201508.829000', '201508.832000', '201508.835000', '201508.837000', '201508.840000', '201508.843000', '201508.845000', '201508.848000', '201508.851000', '201508.853000', '201508.856000', '201508.858000', '201508.861000', '201508.864000', '201528.751000', '201528.753000', '201528.756000', '201528.759000', '201528.761000', '201528.764000', '201528.767000', '201528.769000', '201528.772000', '201528.775000', '201528.777000', '201528.780000', '201528.782000', '201528.785000', '201528.788000', '201528.790000', '201528.793000', '201528.796000', '201528.798000', '201528.843000', '201528.845000', '201528.848000', '201528.850000', '201528.853000', '201528.855000', '201528.858000', '201528.861000', '201528.863000', '201528.866000', '201528.868000', '201528.871000', '201528.874000', '201528.877000', '201528.880000', '201528.882000', '201528.885000', '201528.888000', '201528.890000', '201528.893000', '201528.896000', '201528.898000', '201528.901000', '201528.904000', '201548.750000', '201548.753000', '201548.756000', '201548.758000', '201548.761000', '201548.764000', '201548.766000', '201548.769000', '201548.772000', '201548.774000', '201548.777000', '201548.780000', '201548.782000', '201548.785000', '201548.788000', '201548.790000', '201548.793000', '201548.795000', '201548.798000', '201548.801000', '201548.804000', '201548.807000', '201548.809000', '201548.812000', '201548.815000', '201548.817000', '201548.820000', '201548.822000', '201548.825000', '201548.828000', '201548.830000', '201548.833000', '201548.836000', '201548.838000', '201548.841000', '201548.843000', '201548.846000', '201548.849000', '201548.851000', '201548.854000', '201548.856000', '201548.859000', '201548.862000', '201548.864000', '201608.751000', '201608.754000', '201608.767000', '201608.770000', '201608.772000', '201608.775000', '201608.777000', '201608.780000', '201608.783000', '201608.785000', '201608.788000', '201608.790000', '201608.793000', '201608.795000', '201608.798000', '201608.861000', '201608.863000', '201608.866000', '201608.869000', '201608.871000', '201608.874000', '201608.877000', '201608.879000', '201608.882000', '201608.884000', '201608.887000', '201608.890000', '201608.892000', '201608.895000', '201608.898000', '201608.900000', '201608.903000', '201608.906000', '201608.908000', '201608.911000', '201608.913000', '201608.916000', '201608.919000', '201608.922000', '201608.925000', '201608.927000', '201608.930000', '201608.933000', '201628.751000', '201628.753000', '201628.756000', '201628.759000', '201628.761000', '201628.764000', '201628.767000', '201628.769000', '201628.772000', '201628.774000', '201628.777000', '201628.779000', '201628.782000', '201628.785000', '201628.787000', '201628.790000', '201628.793000', '201628.795000', '201628.798000', '201628.883000', '201628.886000', '201628.889000', '201628.891000', '201628.894000', '201628.897000', '201628.899000', '201628.902000', '201628.904000', '201628.907000', '201628.910000', '201628.912000', '201628.915000', '201628.918000', '201628.920000', '201628.923000', '201628.925000', '201628.928000', '201628.931000', '201628.933000', '201628.936000', '201628.939000', '201628.941000', '201628.944000', '201628.946000', '201648.752000', '201648.755000', '201648.757000', '201648.760000', '201648.763000', '201648.765000', '201648.768000', '201648.770000', '201648.773000', '201648.776000', '201648.778000', '201648.781000', '201648.784000', '201648.786000', '201648.789000', '201648.791000', '201648.794000', '201648.797000', '201648.861000', '201648.864000', '201648.866000', '201648.869000', '201648.871000', '201648.874000', '201648.877000', '201648.879000', '201648.882000', '201648.884000', '201648.887000', '201648.890000', '201648.902000', '201648.904000', '201648.907000', '201648.909000', '201648.912000', '201648.915000', '201648.917000', '201648.920000', '201648.922000', '201648.925000', '201648.928000', '201648.930000', '201648.933000', '201708.751000', '201708.753000', '201708.756000', '201708.759000', '201708.761000', '201708.764000', '201708.766000', '201708.769000', '201708.772000', '201708.774000', '201708.777000', '201708.780000', '201708.782000', '201708.785000', '201708.788000', '201708.791000', '201708.794000', '201708.796000', '201708.799000', '201708.841000', '201708.845000', '201708.847000', '201708.850000', '201708.852000', '201708.855000', '201708.858000', '201708.860000', '201708.863000', '201708.866000', '201708.868000', '201708.871000', '201708.874000', '201708.876000', '201708.879000', '201708.881000', '201708.884000', '201708.887000', '201708.889000', '201708.892000', '201708.895000', '201708.897000', '201708.900000', '201708.903000', '201708.905000', '201728.751000', '201728.754000', '201728.756000', '201728.759000', '201728.763000', '201728.766000', '201728.768000', '201728.771000', '201728.773000', '201728.776000', '201728.779000', '201728.781000', '201728.784000', '201728.787000', '201728.790000', '201728.792000', '201728.795000', '201728.798000', '201728.849000', '201728.851000', '201728.854000', '201728.857000', '201728.859000', '201728.862000', '201728.865000', '201728.868000', '201728.870000', '201728.886000', '201728.888000', '201728.891000', '201728.893000', '201728.896000', '201728.899000', '201728.901000', '201728.904000', '201728.906000', '201728.909000', '201728.912000', '201728.915000', '201728.917000', '201728.920000', '201728.922000', '201728.925000', '201748.750000', '201748.753000', '201748.756000', '201748.759000', '201748.761000', '201748.764000', '201748.766000', '201748.769000', '201748.772000', '201748.774000', '201748.777000', '201748.779000', '201748.782000', '201748.785000', '201748.787000', '201748.790000', '201748.793000', '201748.795000', '201748.798000', '201748.856000', '201748.858000', '201748.861000', '201748.864000', '201748.866000', '201748.869000', '201748.872000', '201748.874000', '201748.877000', '201748.879000', '201748.882000', '201748.885000', '201748.887000', '201748.890000', '201748.892000', '201748.895000', '201748.898000', '201748.900000', '201748.903000', '201748.905000', '201748.908000', '201748.911000', '201748.913000', '201748.916000', '201808.751000', '201808.754000', '201808.756000', '201808.759000', '201808.762000', '201808.764000', '201808.767000', '201808.770000', '201808.772000', '201808.775000', '201808.778000', '201808.780000', '201808.783000', '201808.786000', '201808.788000', '201808.791000', '201808.794000', '201808.796000', '201808.799000', '201808.869000', '201808.872000', '201808.874000', '201808.877000', '201808.880000', '201808.882000', '201808.885000', '201808.888000', '201808.890000', '201808.893000', '201808.896000', '201808.899000', '201808.901000', '201808.904000', '201808.907000', '201808.909000', '201808.912000', '201808.915000', '201808.917000', '201808.920000', '201808.923000', '201808.925000', '201808.928000', '201808.931000', '201808.933000', '201828.751000', '201828.753000', '201828.756000', '201828.759000', '201828.761000', '201828.764000', '201828.767000', '201828.769000', '201828.772000', '201828.775000', '201828.778000', '201828.781000', '201828.783000', '201828.786000', '201828.788000', '201828.791000', '201828.794000', '201828.796000', '201828.799000', '201828.854000', '201828.856000', '201828.859000', '201828.862000', '201828.864000', '201828.867000', '201828.870000', '201828.872000', '201828.875000', '201828.878000', '201828.880000', '201828.883000', '201828.886000', '201828.888000', '201828.891000', '201828.894000', '201828.896000', '201828.899000', '201828.902000', '201828.904000', '201828.907000', '201828.910000', '201828.912000', '201828.915000', '201836.141000', '201836.145000', '201836.148000', '201836.151000', '201836.153000', '201836.156000', '201836.159000', '201836.162000', '201836.165000', '201836.167000', '201836.170000', '201836.173000', '201836.176000', '201836.179000', '201836.181000', '201836.184000', '201836.187000'], 'InstanceCreationTime': ['201148.823000', '201148.827000', '201148.830000', '201148.832000', '201148.835000', '201148.837000', '201148.840000', '201148.843000', '201148.845000', '201148.848000', '201148.850000', '201148.853000', '201148.856000', '201148.858000', '201148.861000', '201148.864000', '201148.866000', '201148.869000', '201148.879000', '201148.881000', '201148.884000', '201148.891000', '201148.893000', '201148.896000', '201148.898000', '201148.901000', '201148.904000', '201148.906000', '201208.752000', '201208.754000', '201208.757000', '201208.760000', '201208.762000', '201208.765000', '201208.768000', '201208.770000', '201208.773000', '201208.775000', '201208.778000', '201208.780000', '201208.783000', '201208.786000', '201208.788000', '201208.791000', '201208.793000', '201208.796000', '201208.799000', '201208.802000', '201208.805000', '201208.808000', '201208.810000', '201208.813000', '201208.816000', '201208.818000', '201208.821000', '201208.823000', '201208.826000', '201208.829000', '201208.831000', '201208.834000', '201208.836000', '201208.839000', '201208.842000', '201208.846000', '201208.849000', '201208.851000', '201208.854000', '201208.857000', '201208.859000', '201208.862000', '201208.864000', '201228.750000', '201228.753000', '201228.756000', '201228.759000', '201228.761000', '201228.764000', '201228.766000', '201228.769000', '201228.771000', '201228.774000', '201228.776000', '201228.779000', '201228.782000', '201228.785000', '201228.787000', '201228.790000', '201228.792000', '201228.795000', '201228.798000', '201228.801000', '201228.803000', '201228.806000', '201228.809000', '201228.811000', '201228.814000', '201228.817000', '201228.820000', '201228.822000', '201228.825000', '201228.827000', '201228.837000', '201228.840000', '201228.842000', '201228.845000', '201228.848000', '201228.850000', '201228.853000', '201228.855000', '201228.858000', '201228.861000', '201228.863000', '201228.866000', '201228.868000', '201228.871000', '201248.750000', '201248.753000', '201248.756000', '201248.759000', '201248.761000', '201248.764000', '201248.767000', '201248.769000', '201248.772000', '201248.774000', '201248.777000', '201248.780000', '201248.782000', '201248.785000', '201248.787000', '201248.790000', '201248.792000', '201248.795000', '201248.798000', '201248.800000', '201248.803000', '201248.806000', '201248.808000', '201248.811000', '201248.813000', '201248.816000', '201248.819000', '201248.821000', '201248.824000', '201248.826000', '201248.830000', '201248.839000', '201248.842000', '201248.845000', '201248.848000', '201248.850000', '201248.853000', '201248.855000', '201248.858000', '201248.861000', '201248.864000', '201248.866000', '201248.869000', '201308.750000', '201308.753000', '201308.756000', '201308.759000', '201308.761000', '201308.764000', '201308.767000', '201308.769000', '201308.772000', '201308.775000', '201308.777000', '201308.789000', '201308.792000', '201308.794000', '201308.797000', '201308.800000', '201308.802000', '201308.805000', '201308.808000', '201308.811000', '201308.813000', '201308.816000', '201308.818000', '201308.821000', '201308.824000', '201308.827000', '201308.829000', '201308.832000', '201308.834000', '201308.837000', '201308.840000', '201308.842000', '201308.845000', '201308.847000', '201308.850000', '201308.853000', '201308.855000', '201308.858000', '201308.860000', '201308.863000', '201308.866000', '201308.868000', '201308.871000', '201308.874000', '201328.751000', '201328.754000', '201328.756000', '201328.759000', '201328.762000', '201328.764000', '201328.767000', '201328.770000', '201328.772000', '201328.775000', '201328.777000', '201328.780000', '201328.783000', '201328.785000', '201328.788000', '201328.791000', '201328.793000', '201328.796000', '201328.799000', '201328.801000', '201328.804000', '201328.807000', '201328.809000', '201328.812000', '201328.815000', '201328.817000', '201328.820000', '201328.823000', '201328.825000', '201328.828000', '201328.831000', '201328.834000', '201328.836000', '201328.839000', '201328.842000', '201328.845000', '201328.848000', '201328.850000', '201328.853000', '201328.856000', '201328.859000', '201328.861000', '201328.864000', '201348.751000', '201348.753000', '201348.756000', '201348.759000', '201348.762000', '201348.764000', '201348.767000', '201348.769000', '201348.772000', '201348.775000', '201348.778000', '201348.780000', '201348.783000', '201348.786000', '201348.788000', '201348.791000', '201348.794000', '201348.796000', '201348.799000', '201348.854000', '201348.857000', '201348.860000', '201348.862000', '201348.865000', '201348.868000', '201348.870000', '201348.873000', '201348.875000', '201348.878000', '201348.881000', '201348.883000', '201348.886000', '201348.889000', '201348.891000', '201348.894000', '201348.896000', '201348.899000', '201348.902000', '201348.904000', '201348.907000', '201348.910000', '201348.912000', '201348.915000', '201348.917000', '201408.750000', '201408.753000', '201408.756000', '201408.759000', '201408.761000', '201408.764000', '201408.767000', '201408.769000', '201408.772000', '201408.775000', '201408.777000', '201408.780000', '201408.783000', '201408.785000', '201408.788000', '201408.791000', '201408.793000', '201408.796000', '201408.799000', '201408.825000', '201408.828000', '201408.830000', '201408.834000', '201408.836000', '201408.839000', '201408.841000', '201408.844000', '201408.847000', '201408.849000', '201408.852000', '201408.855000', '201408.857000', '201408.860000', '201408.862000', '201408.865000', '201408.868000', '201408.870000', '201408.873000', '201408.875000', '201408.878000', '201408.881000', '201408.883000', '201408.886000', '201428.751000', '201428.754000', '201428.757000', '201428.760000', '201428.762000', '201428.765000', '201428.768000', '201428.770000', '201428.773000', '201428.776000', '201428.778000', '201428.781000', '201428.784000', '201428.786000', '201428.789000', '201428.792000', '201428.794000', '201428.797000', '201428.799000', '201428.802000', '201428.805000', '201428.807000', '201428.810000', '201428.813000', '201428.815000', '201428.818000', '201428.820000', '201428.823000', '201428.826000', '201428.828000', '201428.831000', '201428.834000', '201428.836000', '201428.839000', '201428.841000', '201428.844000', '201428.857000', '201428.860000', '201428.862000', '201428.865000', '201428.868000', '201428.870000', '201428.873000', '201428.875000', '201448.751000', '201448.753000', '201448.756000', '201448.759000', '201448.761000', '201448.764000', '201448.767000', '201448.769000', '201448.772000', '201448.774000', '201448.777000', '201448.780000', '201448.782000', '201448.785000', '201448.787000', '201448.790000', '201448.793000', '201448.795000', '201448.798000', '201448.800000', '201448.803000', '201448.806000', '201448.808000', '201448.811000', '201448.814000', '201448.816000', '201448.819000', '201448.821000', '201448.824000', '201448.827000', '201448.829000', '201448.832000', '201448.834000', '201448.837000', '201448.840000', '201448.842000', '201448.845000', '201448.848000', '201448.850000', '201448.853000', '201448.855000', '201448.858000', '201448.861000', '201508.751000', '201508.753000', '201508.756000', '201508.759000', '201508.761000', '201508.764000', '201508.767000', '201508.769000', '201508.772000', '201508.775000', '201508.777000', '201508.780000', '201508.782000', '201508.785000', '201508.787000', '201508.790000', '201508.793000', '201508.795000', '201508.798000', '201508.801000', '201508.803000', '201508.806000', '201508.808000', '201508.811000', '201508.814000', '201508.816000', '201508.819000', '201508.822000', '201508.824000', '201508.827000', '201508.829000', '201508.832000', '201508.835000', '201508.837000', '201508.840000', '201508.843000', '201508.845000', '201508.848000', '201508.851000', '201508.853000', '201508.856000', '201508.858000', '201508.861000', '201508.864000', '201528.751000', '201528.753000', '201528.756000', '201528.759000', '201528.761000', '201528.764000', '201528.767000', '201528.769000', '201528.772000', '201528.775000', '201528.777000', '201528.780000', '201528.782000', '201528.785000', '201528.788000', '201528.790000', '201528.793000', '201528.796000', '201528.798000', '201528.843000', '201528.845000', '201528.848000', '201528.850000', '201528.853000', '201528.855000', '201528.858000', '201528.861000', '201528.863000', '201528.866000', '201528.868000', '201528.871000', '201528.874000', '201528.877000', '201528.880000', '201528.882000', '201528.885000', '201528.888000', '201528.890000', '201528.893000', '201528.896000', '201528.898000', '201528.901000', '201528.904000', '201548.750000', '201548.753000', '201548.756000', '201548.758000', '201548.761000', '201548.764000', '201548.766000', '201548.769000', '201548.772000', '201548.774000', '201548.777000', '201548.780000', '201548.782000', '201548.785000', '201548.788000', '201548.790000', '201548.793000', '201548.795000', '201548.798000', '201548.801000', '201548.804000', '201548.807000', '201548.809000', '201548.812000', '201548.815000', '201548.817000', '201548.820000', '201548.822000', '201548.825000', '201548.828000', '201548.830000', '201548.833000', '201548.836000', '201548.838000', '201548.841000', '201548.843000', '201548.846000', '201548.849000', '201548.851000', '201548.854000', '201548.856000', '201548.859000', '201548.862000', '201548.864000', '201608.751000', '201608.754000', '201608.767000', '201608.770000', '201608.772000', '201608.775000', '201608.777000', '201608.780000', '201608.783000', '201608.785000', '201608.788000', '201608.790000', '201608.793000', '201608.795000', '201608.798000', '201608.861000', '201608.863000', '201608.866000', '201608.869000', '201608.871000', '201608.874000', '201608.877000', '201608.879000', '201608.882000', '201608.884000', '201608.887000', '201608.890000', '201608.892000', '201608.895000', '201608.898000', '201608.900000', '201608.903000', '201608.906000', '201608.908000', '201608.911000', '201608.913000', '201608.916000', '201608.919000', '201608.922000', '201608.925000', '201608.927000', '201608.930000', '201608.933000', '201628.751000', '201628.753000', '201628.756000', '201628.759000', '201628.761000', '201628.764000', '201628.767000', '201628.769000', '201628.772000', '201628.774000', '201628.777000', '201628.779000', '201628.782000', '201628.785000', '201628.787000', '201628.790000', '201628.793000', '201628.795000', '201628.798000', '201628.883000', '201628.886000', '201628.889000', '201628.891000', '201628.894000', '201628.897000', '201628.899000', '201628.902000', '201628.904000', '201628.907000', '201628.910000', '201628.912000', '201628.915000', '201628.918000', '201628.920000', '201628.923000', '201628.925000', '201628.928000', '201628.931000', '201628.933000', '201628.936000', '201628.939000', '201628.941000', '201628.944000', '201628.946000', '201648.752000', '201648.755000', '201648.757000', '201648.760000', '201648.763000', '201648.765000', '201648.768000', '201648.770000', '201648.773000', '201648.776000', '201648.778000', '201648.781000', '201648.784000', '201648.786000', '201648.789000', '201648.791000', '201648.794000', '201648.797000', '201648.861000', '201648.864000', '201648.866000', '201648.869000', '201648.871000', '201648.874000', '201648.877000', '201648.879000', '201648.882000', '201648.884000', '201648.887000', '201648.890000', '201648.902000', '201648.904000', '201648.907000', '201648.909000', '201648.912000', '201648.915000', '201648.917000', '201648.920000', '201648.922000', '201648.925000', '201648.928000', '201648.930000', '201648.933000', '201708.751000', '201708.753000', '201708.756000', '201708.759000', '201708.761000', '201708.764000', '201708.766000', '201708.769000', '201708.772000', '201708.774000', '201708.777000', '201708.780000', '201708.782000', '201708.785000', '201708.788000', '201708.791000', '201708.794000', '201708.796000', '201708.799000', '201708.841000', '201708.845000', '201708.847000', '201708.850000', '201708.852000', '201708.855000', '201708.858000', '201708.860000', '201708.863000', '201708.866000', '201708.868000', '201708.871000', '201708.874000', '201708.876000', '201708.879000', '201708.881000', '201708.884000', '201708.887000', '201708.889000', '201708.892000', '201708.895000', '201708.897000', '201708.900000', '201708.903000', '201708.905000', '201728.751000', '201728.754000', '201728.756000', '201728.759000', '201728.763000', '201728.766000', '201728.768000', '201728.771000', '201728.773000', '201728.776000', '201728.779000', '201728.781000', '201728.784000', '201728.787000', '201728.790000', '201728.792000', '201728.795000', '201728.798000', '201728.849000', '201728.851000', '201728.854000', '201728.857000', '201728.859000', '201728.862000', '201728.865000', '201728.868000', '201728.870000', '201728.886000', '201728.888000', '201728.891000', '201728.893000', '201728.896000', '201728.899000', '201728.901000', '201728.904000', '201728.906000', '201728.909000', '201728.912000', '201728.915000', '201728.917000', '201728.920000', '201728.922000', '201728.925000', '201748.750000', '201748.753000', '201748.756000', '201748.759000', '201748.761000', '201748.764000', '201748.766000', '201748.769000', '201748.772000', '201748.774000', '201748.777000', '201748.779000', '201748.782000', '201748.785000', '201748.787000', '201748.790000', '201748.793000', '201748.795000', '201748.798000', '201748.856000', '201748.858000', '201748.861000', '201748.864000', '201748.866000', '201748.869000', '201748.872000', '201748.874000', '201748.877000', '201748.879000', '201748.882000', '201748.885000', '201748.887000', '201748.890000', '201748.892000', '201748.895000', '201748.898000', '201748.900000', '201748.903000', '201748.905000', '201748.908000', '201748.911000', '201748.913000', '201748.916000', '201808.751000', '201808.754000', '201808.756000', '201808.759000', '201808.762000', '201808.764000', '201808.767000', '201808.770000', '201808.772000', '201808.775000', '201808.778000', '201808.780000', '201808.783000', '201808.786000', '201808.788000', '201808.791000', '201808.794000', '201808.796000', '201808.799000', '201808.869000', '201808.872000', '201808.874000', '201808.877000', '201808.880000', '201808.882000', '201808.885000', '201808.888000', '201808.890000', '201808.893000', '201808.896000', '201808.899000', '201808.901000', '201808.904000', '201808.907000', '201808.909000', '201808.912000', '201808.915000', '201808.917000', '201808.920000', '201808.923000', '201808.925000', '201808.928000', '201808.931000', '201808.933000', '201828.751000', '201828.753000', '201828.756000', '201828.759000', '201828.761000', '201828.764000', '201828.767000', '201828.769000', '201828.772000', '201828.775000', '201828.778000', '201828.781000', '201828.783000', '201828.786000', '201828.788000', '201828.791000', '201828.794000', '201828.796000', '201828.799000', '201828.854000', '201828.856000', '201828.859000', '201828.862000', '201828.864000', '201828.867000', '201828.870000', '201828.872000', '201828.875000', '201828.878000', '201828.880000', '201828.883000', '201828.886000', '201828.888000', '201828.891000', '201828.894000', '201828.896000', '201828.899000', '201828.902000', '201828.904000', '201828.907000', '201828.910000', '201828.912000', '201828.915000', '201836.141000', '201836.145000', '201836.148000', '201836.151000', '201836.153000', '201836.156000', '201836.159000', '201836.162000', '201836.165000', '201836.167000', '201836.170000', '201836.173000', '201836.176000', '201836.179000', '201836.181000', '201836.184000', '201836.187000'], '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': [8287, 8538, 8512, 9174, 8884, 8920, 11262, 8733, 8134, 10137, 13695, 10169, 9178, 10620, 10807, 9003, 7529, 9709, 8892, 7993, 8702, 11167, 9122, 8041, 11601, 9330, 8533, 6952, 10516, 8184, 8420, 8884, 10275, 8297, 7577, 9622, 9375, 9120, 7660, 10232, 10207, 9448, 7126, 11640, 9798, 9489, 10157, 9852, 9407, 8494, 6962, 11179, 9231, 8685, 9870, 10662, 8788, 9710, 7002, 10579, 9389, 9800, 10470, 10267, 9590, 7637, 8654, 9051, 8336, 10089, 12810, 9183, 8652, 7033, 10176, 8073, 8525, 8310, 10143, 8181, 7033, 7985, 9613, 8605, 6964, 7543, 9713, 8567, 7279, 11473, 10144, 8682, 7416, 9638, 9310, 8735, 10390, 11302, 9753, 9467, 7243, 10733, 9351, 9495, 10707, 10472, 9290, 7615, 13618, 9517, 8713, 7021, 10448, 9043, 8809, 6978, 10259, 8785, 8700, 8168, 9538, 8643, 8027, 7267, 9470, 9165, 8166, 11738, 10164, 8832, 7657, 8608, 9334, 8499, 6951, 8325, 9086, 8012, 6972, 10271, 13888, 8981, 7122, 10326, 8334, 8139, 7863, 9520, 8421, 8108, 7008, 9114, 8634, 7501, 6923, 10076, 9395, 9454, 7810, 9148, 9937, 9646, 9967, 8873, 11310, 9191, 8559, 11606, 13116, 9440, 8543, 6996, 9727, 8393, 7956, 7986, 10618, 8580, 8927, 6999, 9803, 8240, 8889, 7038, 10017, 9161, 7560, 8838, 9518, 9140, 9467, 13658, 10438, 8635, 8225, 10188, 9090, 8729, 7093, 10112, 8939, 6950, 9291, 9604, 8296, 7884, 10975, 9466, 9759, 9641, 10646, 9484, 9425, 11134, 10620, 9483, 7455, 8183, 9727, 9320, 7070, 8956, 8906, 8553, 10979, 12976, 10350, 8420, 9366, 9858, 9108, 8001, 6991, 9592, 9784, 8975, 7325, 10285, 9537, 10007, 7069, 11235, 9457, 9597, 7025, 10311, 8881, 8732, 11331, 11775, 8895, 8054, 8022, 10242, 8865, 8421, 7138, 8801, 8557, 6952, 10068, 8485, 8682, 6977, 10138, 9062, 9016, 10297, 10412, 8776, 8656, 7181, 9880, 9061, 7191, 12716, 9989, 8860, 8590, 10105, 9134, 8340, 7191, 10108, 8610, 8808, 10582, 10717, 8454, 9469, 6942, 10195, 9078, 8780, 8143, 9688, 9231, 9283, 13908, 11153, 9442, 9014, 8049, 10233, 9800, 7521, 8462, 9241, 8973, 7459, 9393, 9379, 8945, 7171, 10380, 9130, 8404, 11512, 12667, 9396, 8799, 6962, 10513, 9024, 8358, 7084, 10182, 8208, 8872, 7006, 9956, 8081, 7985, 8030, 10147, 8585, 7783, 9809, 9918, 9034, 9069, 11552, 10732, 9411, 7708, 9824, 9902, 8923, 7530, 11141, 9743, 8749, 12599, 12558, 10130, 10271, 7309, 11103, 9615, 8843, 9956, 9634, 9425, 7731, 7061, 10437, 8909, 7547, 7551, 9449, 8917, 7922, 8668, 10712, 9133, 7770, 11016, 10373, 9188, 7527, 10182, 9351, 8920, 12238, 13851, 10176, 8617, 7528, 11176, 9073, 9516, 7359, 10385, 9378, 9103, 7238, 10316, 9196, 8037, 8621, 10791, 9690, 8159, 8388, 10334, 9364, 8091, 9050, 10413, 8961, 7525, 9801, 9352, 8789, 11315, 11756, 9777, 8952, 6985, 10957, 9073, 9523, 8609, 10732, 9098, 8953, 7731, 11093, 9986, 9826, 9115, 11090, 9564, 9211, 13216, 11214, 9813, 10707, 8256, 11188, 9546, 8270, 11746, 10546, 8772, 7676, 7656, 9650, 8612, 7613, 9208, 10601, 8600, 7421, 9410, 9561, 8646, 8068, 8306, 10205, 9376, 8610, 9245, 9866, 9179, 11842, 13376, 10483, 9470, 8182, 11826, 10417, 9099, 7735, 11282, 9823, 9658, 8412, 11220, 10081, 10382, 8356, 11216, 9909, 9147, 10855, 11312, 10119, 9107, 7828, 11335, 10450, 9441, 7056, 11496, 9460, 10089, 7042, 10955, 9746, 9413, 7015, 10811, 9398, 9092, 7185, 11202, 9276, 9571, 7278, 11026, 9618, 9785, 7069, 11194, 8755, 8169, 12113, 10670, 9319, 8031, 9210, 10513, 8493, 7697, 11099, 10044, 9147, 7466, 11707, 9576, 10578, 12473, 11233, 9970, 9895, 7444, 10762, 9289, 7984, 11719, 10719, 8950, 8019, 7768, 9732, 9185, 8617, 10297, 10762, 9155, 7998, 8547, 10429, 8954, 9143, 12015, 10616, 9343, 8085, 9655, 9192, 8556, 10238, 10994, 10600, 9085, 7769, 10839, 9645, 8804, 8416, 10558, 10027, 9130, 7543, 11378, 9593, 9417, 8102, 11289, 10354, 8883, 7962, 10767, 10627, 9348, 8325, 8969, 10327, 9073, 9776, 12168, 10572, 8914, 7112, 7891, 9044, 8490, 7966, 10246, 9321, 8451, 7260, 7846, 10439, 8682, 7513, 9405, 10176, 8847, 8522, 8637, 10452, 9361, 12033, 13642, 11002, 9907, 8834, 9266, 10508, 8770, 8897, 10607, 10650, 9673, 8471, 11363, 9853, 9682, 8354, 11638, 10266, 9666, 8240, 10699, 10512, 9302, 8123, 8726, 10168, 9077, 7353, 10587, 10527, 9254, 7943, 11093, 10080, 8649, 9814, 10890, 10170, 9895, 7215, 11006, 9998, 10498, 7005, 11354, 9548, 10123, 11257, 11321, 10108, 10113, 7660, 11522, 9341, 10067, 8649, 10900, 10198, 10162, 6882, 11085, 9427, 10299, 10123, 10921, 9448, 9790, 7400, 11294, 9791, 10121, 8609, 10954, 10090, 10227, 7365, 11480, 9520, 8979, 11384, 11914, 9801, 8618, 8881, 11295, 10172, 9465, 7676, 11442, 10621, 10374, 7905, 10955, 10609, 10352, 8506, 11278, 10309, 9562, 8228, 10647, 10741, 9139, 7826, 11095, 10302, 9114, 7709, 10850, 9035, 8167, 7546, 10207, 10042, 8507, 7539, 10477, 9588, 8706, 9466, 12090, 10044, 9011, 7738, 8403, 10004, 9266, 8473, 8797, 10902, 9218, 9219, 10328, 10903, 9678, 9704, 13380, 11184, 10224, 9479, 8376, 10859, 9387, 8447, 10697, 10753, 9318, 8766, 7419, 9772, 8906, 8198, 7515, 10800, 9183, 8097, 9154, 10776, 9958, 9838, 7161, 11044, 10273, 10950, 7997, 11286, 9877, 10644, 10277, 11190, 10435, 10740, 7634, 11266, 10304, 10498, 7628, 11231, 9924, 9736, 9643, 11041, 10309, 9616, 7601, 10875, 9975, 9002, 7613, 9735, 10302, 8587, 7241, 9590, 10928, 9454, 8069, 9079, 10474, 8842, 10786, 11447, 10507, 11051, 7624, 11153, 10200, 10271, 10811, 11010, 10023, 8395, 10276, 10962, 9240, 7875, 11760, 10097, 8905, 8898, 11360, 10480, 9276, 7937, 11079, 10105, 9825, 7813, 11010, 10187, 9220, 7809, 11169, 10277, 8818, 8361, 10723, 10782, 9658, 8760, 9654, 10644, 9647, 8964, 8438, 10402, 9991, 9778, 8228, 11064, 10630, 10889, 12642, 12076, 10307, 9084, 7062, 11339, 8171, 7584, 6932, 10176, 9204, 9038, 7467, 9679, 9549, 9282, 8340, 8662, 10827, 9258, 8880, 8243, 9987, 9067, 8129, 6948, 8834, 8847, 8418, 6843, 9849, 9988, 8953, 6969, 7874, 8864, 9066, 7303, 9453, 9054, 8459, 10328, 12446, 9638, 8781, 9283], 'WindowCenter': [4440.0, 4418.0, 4400.0, 4393.0, 4381.0, 4377.0, 4395.0, 4349.0, 4343.0, 4371.0, 4412.0, 4371.0, 4361.0, 4381.0, 4379.0, 4348.0, 4328.0, 4355.0, 4345.0, 4340.0, 4349.0, 4377.0, 4345.0, 4326.0, 4378.0, 4345.0, 4337.0, 4307.0, 4364.0, 4339.0, 4338.0, 4348.0, 4366.0, 4336.0, 4327.0, 4358.0, 4358.0, 4358.0, 4326.0, 4356.0, 4352.0, 4355.0, 4305.0, 4375.0, 4356.0, 4356.0, 4369.0, 4358.0, 4344.0, 4335.0, 4304.0, 4365.0, 4346.0, 4348.0, 4358.0, 4366.0, 4348.0, 4357.0, 4304.0, 4363.0, 4344.0, 4354.0, 4355.0, 4353.0, 4345.0, 4313.0, 4336.0, 4344.0, 4335.0, 4366.0, 4388.0, 4347.0, 4334.0, 4303.0, 4356.0, 4323.0, 4348.0, 4337.0, 4367.0, 4337.0, 4318.0, 4336.0, 4356.0, 4348.0, 4316.0, 4327.0, 4358.0, 4347.0, 4328.0, 4379.0, 4367.0, 4336.0, 4317.0, 4357.0, 4356.0, 4347.0, 4368.0, 4378.0, 4355.0, 4356.0, 4315.0, 4366.0, 4356.0, 4354.0, 4366.0, 4365.0, 4345.0, 4313.0, 4395.0, 4343.0, 4333.0, 4301.0, 4354.0, 4331.0, 4334.0, 4303.0, 4354.0, 4334.0, 4348.0, 4338.0, 4356.0, 4346.0, 4327.0, 4314.0, 4356.0, 4346.0, 4338.0, 4388.0, 4368.0, 4346.0, 4327.0, 4335.0, 4344.0, 4346.0, 4305.0, 4325.0, 4346.0, 4335.0, 4315.0, 4366.0, 4396.0, 4330.0, 4290.0, 4352.0, 4323.0, 4324.0, 4326.0, 4356.0, 4335.0, 4324.0, 4305.0, 4333.0, 4335.0, 4317.0, 4317.0, 4369.0, 4358.0, 4369.0, 4326.0, 4346.0, 4354.0, 4343.0, 4354.0, 4337.0, 4361.0, 4345.0, 4335.0, 4375.0, 4400.0, 4355.0, 4337.0, 4301.0, 4355.0, 4335.0, 4326.0, 4338.0, 4366.0, 4335.0, 4348.0, 4319.0, 4353.0, 4335.0, 4346.0, 4315.0, 4354.0, 4346.0, 4326.0, 4348.0, 4357.0, 4358.0, 4356.0, 4400.0, 4379.0, 4349.0, 4338.0, 4354.0, 4333.0, 4333.0, 4303.0, 4364.0, 4348.0, 4317.0, 4357.0, 4360.0, 4339.0, 4326.0, 4368.0, 4356.0, 4357.0, 4344.0, 4353.0, 4344.0, 4344.0, 4376.0, 4366.0, 4359.0, 4318.0, 4335.0, 4354.0, 4342.0, 4304.0, 4345.0, 4345.0, 4336.0, 4366.0, 4396.0, 4354.0, 4326.0, 4345.0, 4341.0, 4330.0, 4311.0, 4291.0, 4343.0, 4355.0, 4346.0, 4318.0, 4366.0, 4355.0, 4355.0, 4304.0, 4365.0, 4345.0, 4345.0, 4306.0, 4357.0, 4345.0, 4335.0, 4378.0, 4389.0, 4346.0, 4322.0, 4324.0, 4353.0, 4333.0, 4325.0, 4303.0, 4345.0, 4346.0, 4307.0, 4366.0, 4349.0, 4351.0, 4320.0, 4367.0, 4346.0, 4346.0, 4366.0, 4367.0, 4335.0, 4335.0, 4301.0, 4354.0, 4346.0, 4315.0, 4388.0, 4358.0, 4350.0, 4346.0, 4368.0, 4344.0, 4324.0, 4304.0, 4367.0, 4346.0, 4347.0, 4364.0, 4380.0, 4350.0, 4358.0, 4305.0, 4355.0, 4345.0, 4335.0, 4324.0, 4357.0, 4346.0, 4359.0, 4396.0, 4375.0, 4360.0, 4344.0, 4312.0, 4351.0, 4353.0, 4315.0, 4333.0, 4345.0, 4347.0, 4327.0, 4358.0, 4354.0, 4344.0, 4303.0, 4355.0, 4343.0, 4335.0, 4375.0, 4398.0, 4358.0, 4337.0, 4304.0, 4353.0, 4330.0, 4325.0, 4303.0, 4368.0, 4336.0, 4346.0, 4319.0, 4369.0, 4339.0, 4338.0, 4337.0, 4364.0, 4335.0, 4327.0, 4369.0, 4357.0, 4348.0, 4348.0, 4389.0, 4375.0, 4344.0, 4311.0, 4343.0, 4354.0, 4332.0, 4313.0, 4377.0, 4357.0, 4337.0, 4385.0, 4388.0, 4356.0, 4353.0, 4299.0, 4360.0, 4342.0, 4343.0, 4355.0, 4344.0, 4356.0, 4325.0, 4315.0, 4364.0, 4331.0, 4311.0, 4311.0, 4355.0, 4347.0, 4326.0, 4337.0, 4365.0, 4357.0, 4326.0, 4366.0, 4355.0, 4342.0, 4311.0, 4354.0, 4344.0, 4333.0, 4374.0, 4393.0, 4355.0, 4335.0, 4313.0, 4362.0, 4332.0, 4342.0, 4303.0, 4352.0, 4344.0, 4345.0, 4313.0, 4378.0, 4358.0, 4328.0, 4335.0, 4362.0, 4342.0, 4312.0, 4323.0, 4366.0, 4357.0, 4338.0, 4344.0, 4365.0, 4344.0, 4325.0, 4353.0, 4344.0, 4337.0, 4377.0, 4388.0, 4356.0, 4347.0, 4304.0, 4362.0, 4344.0, 4356.0, 4336.0, 4364.0, 4347.0, 4346.0, 4326.0, 4375.0, 4354.0, 4354.0, 4334.0, 4362.0, 4356.0, 4346.0, 4385.0, 4378.0, 4355.0, 4368.0, 4335.0, 4362.0, 4342.0, 4323.0, 4388.0, 4364.0, 4333.0, 4325.0, 4339.0, 4356.0, 4335.0, 4325.0, 4345.0, 4363.0, 4334.0, 4316.0, 4347.0, 4358.0, 4349.0, 4338.0, 4337.0, 4354.0, 4343.0, 4333.0, 4345.0, 4353.0, 4344.0, 4373.0, 4397.0, 4365.0, 4344.0, 4320.0, 4362.0, 4352.0, 4331.0, 4311.0, 4363.0, 4353.0, 4343.0, 4323.0, 4362.0, 4352.0, 4365.0, 4322.0, 4375.0, 4354.0, 4344.0, 4363.0, 4365.0, 4355.0, 4333.0, 4326.0, 4375.0, 4365.0, 4343.0, 4303.0, 4376.0, 4343.0, 4367.0, 4316.0, 4379.0, 4359.0, 4356.0, 4317.0, 4366.0, 4356.0, 4348.0, 4306.0, 4376.0, 4358.0, 4358.0, 4317.0, 4378.0, 4368.0, 4369.0, 4317.0, 4388.0, 4348.0, 4337.0, 4401.0, 4376.0, 4345.0, 4325.0, 4343.0, 4365.0, 4336.0, 4327.0, 4375.0, 4357.0, 4345.0, 4316.0, 4387.0, 4355.0, 4366.0, 4388.0, 4378.0, 4357.0, 4357.0, 4314.0, 4364.0, 4346.0, 4325.0, 4388.0, 4365.0, 4346.0, 4325.0, 4325.0, 4355.0, 4343.0, 4347.0, 4367.0, 4365.0, 4345.0, 4324.0, 4333.0, 4366.0, 4344.0, 4344.0, 4389.0, 4368.0, 4348.0, 4326.0, 4355.0, 4344.0, 4333.0, 4368.0, 4367.0, 4363.0, 4345.0, 4326.0, 4364.0, 4343.0, 4334.0, 4322.0, 4365.0, 4356.0, 4343.0, 4315.0, 4376.0, 4354.0, 4348.0, 4325.0, 4366.0, 4356.0, 4344.0, 4326.0, 4365.0, 4366.0, 4345.0, 4322.0, 4345.0, 4363.0, 4343.0, 4356.0, 4389.0, 4364.0, 4345.0, 4303.0, 4323.0, 4343.0, 4335.0, 4326.0, 4356.0, 4345.0, 4337.0, 4317.0, 4326.0, 4364.0, 4347.0, 4316.0, 4346.0, 4354.0, 4348.0, 4344.0, 4346.0, 4367.0, 4346.0, 4375.0, 4386.0, 4364.0, 4356.0, 4332.0, 4332.0, 4365.0, 4334.0, 4347.0, 4366.0, 4366.0, 4343.0, 4323.0, 4375.0, 4354.0, 4356.0, 4323.0, 4374.0, 4352.0, 4357.0, 4325.0, 4367.0, 4367.0, 4349.0, 4325.0, 4333.0, 4354.0, 4347.0, 4316.0, 4368.0, 4379.0, 4358.0, 4326.0, 4375.0, 4356.0, 4336.0, 4357.0, 4364.0, 4366.0, 4355.0, 4315.0, 4365.0, 4369.0, 4367.0, 4305.0, 4376.0, 4356.0, 4364.0, 4377.0, 4376.0, 4367.0, 4364.0, 4315.0, 4375.0, 4345.0, 4356.0, 4336.0, 4365.0, 4356.0, 4355.0, 4315.0, 4376.0, 4344.0, 4365.0, 4356.0, 4364.0, 4344.0, 4356.0, 4315.0, 4365.0, 4355.0, 4366.0, 4339.0, 4378.0, 4366.0, 4366.0, 4317.0, 4376.0, 4356.0, 4344.0, 4375.0, 4377.0, 4355.0, 4334.0, 4346.0, 4375.0, 4352.0, 4343.0, 4313.0, 4375.0, 4364.0, 4356.0, 4326.0, 4367.0, 4366.0, 4367.0, 4336.0, 4365.0, 4364.0, 4345.0, 4322.0, 4354.0, 4362.0, 4345.0, 4324.0, 4378.0, 4364.0, 4346.0, 4325.0, 4378.0, 4345.0, 4339.0, 4327.0, 4366.0, 4355.0, 4348.0, 4327.0, 4368.0, 4356.0, 4348.0, 4357.0, 4390.0, 4367.0, 4347.0, 4313.0, 4324.0, 4353.0, 4347.0, 4335.0, 4335.0, 4376.0, 4357.0, 4347.0, 4366.0, 4365.0, 4345.0, 4344.0, 4386.0, 4362.0, 4354.0, 4342.0, 4324.0, 4363.0, 4343.0, 4336.0, 4365.0, 4365.0, 4344.0, 4336.0, 4313.0, 4353.0, 4346.0, 4336.0, 4315.0, 4365.0, 4358.0, 4337.0, 4359.0, 4375.0, 4367.0, 4355.0, 4316.0, 4379.0, 4368.0, 4366.0, 4327.0, 4379.0, 4356.0, 4380.0, 4368.0, 4363.0, 4354.0, 4365.0, 4314.0, 4365.0, 4353.0, 4364.0, 4325.0, 4376.0, 4355.0, 4357.0, 4356.0, 4364.0, 4351.0, 4344.0, 4314.0, 4366.0, 4368.0, 4346.0, 4316.0, 4354.0, 4379.0, 4350.0, 4328.0, 4359.0, 4377.0, 4356.0, 4326.0, 4358.0, 4368.0, 4346.0, 4383.0, 4375.0, 4366.0, 4376.0, 4325.0, 4365.0, 4355.0, 4355.0, 4364.0, 4352.0, 4345.0, 4324.0, 4355.0, 4363.0, 4345.0, 4324.0, 4375.0, 4354.0, 4333.0, 4346.0, 4375.0, 4354.0, 4344.0, 4324.0, 4364.0, 4356.0, 4355.0, 4314.0, 4365.0, 4353.0, 4345.0, 4314.0, 4364.0, 4353.0, 4334.0, 4325.0, 4365.0, 4362.0, 4343.0, 4333.0, 4339.0, 4352.0, 4343.0, 4335.0, 4336.0, 4364.0, 4356.0, 4355.0, 4335.0, 4373.0, 4353.0, 4363.0, 4383.0, 4374.0, 4353.0, 4332.0, 4306.0, 4363.0, 4323.0, 4300.0, 4292.0, 4355.0, 4344.0, 4334.0, 4312.0, 4343.0, 4355.0, 4345.0, 4327.0, 4336.0, 4367.0, 4343.0, 4336.0, 4338.0, 4356.0, 4335.0, 4326.0, 4306.0, 4346.0, 4346.0, 4337.0, 4309.0, 4370.0, 4370.0, 4345.0, 4305.0, 4327.0, 4348.0, 4349.0, 4319.0, 4371.0, 4361.0, 4338.0, 4367.0, 4388.0, 4344.0, 4324.0, 4345.0], 'WindowWidth': [9840.0, 9781.0, 9737.0, 9712.0, 9689.0, 9674.0, 9693.0, 9622.0, 9615.0, 9650.0, 9710.0, 9647.0, 9633.0, 9661.0, 9654.0, 9612.0, 9587.0, 9620.0, 9604.0, 9604.0, 9615.0, 9649.0, 9604.0, 9578.0, 9649.0, 9600.0, 9594.0, 9554.0, 9627.0, 9598.0, 9600.0, 9612.0, 9633.0, 9593.0, 9583.0, 9626.0, 9625.0, 9624.0, 9582.0, 9619.0, 9610.0, 9616.0, 9551.0, 9646.0, 9620.0, 9622.0, 9640.0, 9626.0, 9600.0, 9588.0, 9546.0, 9629.0, 9605.0, 9612.0, 9624.0, 9634.0, 9611.0, 9621.0, 9548.0, 9625.0, 9600.0, 9614.0, 9615.0, 9610.0, 9600.0, 9558.0, 9594.0, 9602.0, 9591.0, 9634.0, 9666.0, 9607.0, 9589.0, 9547.0, 9618.0, 9573.0, 9613.0, 9597.0, 9635.0, 9596.0, 9575.0, 9594.0, 9622.0, 9611.0, 9566.0, 9582.0, 9626.0, 9611.0, 9587.0, 9655.0, 9637.0, 9594.0, 9568.0, 9626.0, 9622.0, 9612.0, 9638.0, 9651.0, 9616.0, 9616.0, 9564.0, 9631.0, 9622.0, 9616.0, 9631.0, 9632.0, 9603.0, 9559.0, 9671.0, 9597.0, 9583.0, 9539.0, 9609.0, 9577.0, 9585.0, 9545.0, 9612.0, 9590.0, 9613.0, 9601.0, 9620.0, 9606.0, 9581.0, 9563.0, 9622.0, 9606.0, 9598.0, 9666.0, 9637.0, 9607.0, 9583.0, 9593.0, 9605.0, 9608.0, 9551.0, 9577.0, 9609.0, 9594.0, 9569.0, 9636.0, 9675.0, 9577.0, 9524.0, 9608.0, 9571.0, 9574.0, 9579.0, 9620.0, 9590.0, 9577.0, 9549.0, 9584.0, 9589.0, 9568.0, 9569.0, 9641.0, 9628.0, 9644.0, 9579.0, 9605.0, 9614.0, 9599.0, 9613.0, 9592.0, 9621.0, 9602.0, 9592.0, 9644.0, 9684.0, 9619.0, 9594.0, 9542.0, 9616.0, 9590.0, 9580.0, 9599.0, 9633.0, 9591.0, 9613.0, 9576.0, 9616.0, 9592.0, 9608.0, 9566.0, 9616.0, 9608.0, 9581.0, 9612.0, 9626.0, 9626.0, 9622.0, 9685.0, 9656.0, 9616.0, 9598.0, 9612.0, 9583.0, 9584.0, 9546.0, 9629.0, 9609.0, 9570.0, 9625.0, 9628.0, 9601.0, 9580.0, 9638.0, 9618.0, 9619.0, 9600.0, 9611.0, 9599.0, 9602.0, 9645.0, 9634.0, 9626.0, 9572.0, 9593.0, 9614.0, 9597.0, 9547.0, 9603.0, 9603.0, 9592.0, 9632.0, 9675.0, 9615.0, 9578.0, 9600.0, 9589.0, 9575.0, 9549.0, 9524.0, 9595.0, 9615.0, 9607.0, 9572.0, 9633.0, 9615.0, 9614.0, 9546.0, 9626.0, 9600.0, 9602.0, 9554.0, 9621.0, 9604.0, 9592.0, 9653.0, 9668.0, 9605.0, 9569.0, 9574.0, 9612.0, 9585.0, 9575.0, 9546.0, 9604.0, 9608.0, 9555.0, 9635.0, 9615.0, 9621.0, 9579.0, 9635.0, 9605.0, 9605.0, 9633.0, 9635.0, 9590.0, 9590.0, 9544.0, 9613.0, 9606.0, 9566.0, 9666.0, 9624.0, 9614.0, 9609.0, 9638.0, 9601.0, 9574.0, 9548.0, 9635.0, 9605.0, 9608.0, 9633.0, 9657.0, 9617.0, 9624.0, 9550.0, 9614.0, 9602.0, 9591.0, 9577.0, 9622.0, 9607.0, 9626.0, 9678.0, 9650.0, 9629.0, 9601.0, 9553.0, 9605.0, 9610.0, 9561.0, 9587.0, 9604.0, 9608.0, 9584.0, 9626.0, 9616.0, 9599.0, 9542.0, 9615.0, 9600.0, 9590.0, 9644.0, 9684.0, 9625.0, 9597.0, 9547.0, 9608.0, 9578.0, 9575.0, 9548.0, 9641.0, 9596.0, 9609.0, 9578.0, 9642.0, 9601.0, 9599.0, 9596.0, 9628.0, 9591.0, 9585.0, 9642.0, 9624.0, 9613.0, 9613.0, 9669.0, 9645.0, 9601.0, 9553.0, 9597.0, 9612.0, 9583.0, 9557.0, 9648.0, 9622.0, 9595.0, 9658.0, 9667.0, 9619.0, 9611.0, 9534.0, 9615.0, 9594.0, 9599.0, 9616.0, 9599.0, 9622.0, 9582.0, 9566.0, 9627.0, 9579.0, 9553.0, 9555.0, 9616.0, 9610.0, 9579.0, 9596.0, 9631.0, 9622.0, 9585.0, 9633.0, 9619.0, 9595.0, 9552.0, 9614.0, 9600.0, 9586.0, 9642.0, 9669.0, 9618.0, 9590.0, 9559.0, 9619.0, 9578.0, 9594.0, 9544.0, 9607.0, 9601.0, 9604.0, 9562.0, 9655.0, 9624.0, 9582.0, 9591.0, 9622.0, 9594.0, 9554.0, 9571.0, 9632.0, 9624.0, 9597.0, 9604.0, 9630.0, 9603.0, 9579.0, 9613.0, 9602.0, 9593.0, 9646.0, 9667.0, 9621.0, 9609.0, 9545.0, 9621.0, 9600.0, 9619.0, 9592.0, 9627.0, 9607.0, 9607.0, 9582.0, 9642.0, 9615.0, 9612.0, 9585.0, 9622.0, 9618.0, 9606.0, 9659.0, 9652.0, 9622.0, 9638.0, 9589.0, 9620.0, 9594.0, 9571.0, 9664.0, 9627.0, 9585.0, 9577.0, 9604.0, 9620.0, 9591.0, 9578.0, 9604.0, 9625.0, 9586.0, 9568.0, 9609.0, 9628.0, 9615.0, 9599.0, 9595.0, 9614.0, 9598.0, 9583.0, 9604.0, 9613.0, 9601.0, 9640.0, 9676.0, 9629.0, 9599.0, 9563.0, 9621.0, 9608.0, 9578.0, 9552.0, 9626.0, 9611.0, 9597.0, 9570.0, 9622.0, 9610.0, 9629.0, 9570.0, 9644.0, 9611.0, 9598.0, 9625.0, 9628.0, 9614.0, 9584.0, 9580.0, 9644.0, 9628.0, 9596.0, 9545.0, 9644.0, 9598.0, 9636.0, 9568.0, 9654.0, 9627.0, 9621.0, 9572.0, 9632.0, 9623.0, 9611.0, 9552.0, 9646.0, 9625.0, 9625.0, 9571.0, 9653.0, 9641.0, 9639.0, 9572.0, 9667.0, 9613.0, 9596.0, 9689.0, 9649.0, 9605.0, 9576.0, 9601.0, 9631.0, 9594.0, 9583.0, 9646.0, 9622.0, 9605.0, 9565.0, 9661.0, 9618.0, 9631.0, 9662.0, 9653.0, 9622.0, 9620.0, 9561.0, 9629.0, 9606.0, 9577.0, 9666.0, 9631.0, 9607.0, 9578.0, 9578.0, 9617.0, 9601.0, 9612.0, 9636.0, 9629.0, 9603.0, 9573.0, 9588.0, 9632.0, 9601.0, 9604.0, 9667.0, 9638.0, 9611.0, 9578.0, 9617.0, 9602.0, 9586.0, 9636.0, 9634.0, 9626.0, 9606.0, 9581.0, 9627.0, 9598.0, 9585.0, 9567.0, 9627.0, 9617.0, 9598.0, 9562.0, 9646.0, 9616.0, 9608.0, 9577.0, 9630.0, 9617.0, 9601.0, 9581.0, 9633.0, 9630.0, 9601.0, 9570.0, 9606.0, 9627.0, 9599.0, 9618.0, 9670.0, 9630.0, 9603.0, 9547.0, 9573.0, 9599.0, 9590.0, 9579.0, 9619.0, 9604.0, 9598.0, 9570.0, 9581.0, 9629.0, 9607.0, 9567.0, 9607.0, 9615.0, 9608.0, 9605.0, 9612.0, 9635.0, 9605.0, 9643.0, 9661.0, 9629.0, 9618.0, 9580.0, 9581.0, 9626.0, 9587.0, 9608.0, 9631.0, 9629.0, 9598.0, 9569.0, 9641.0, 9612.0, 9616.0, 9572.0, 9639.0, 9608.0, 9623.0, 9578.0, 9634.0, 9635.0, 9612.0, 9576.0, 9586.0, 9615.0, 9608.0, 9568.0, 9638.0, 9655.0, 9625.0, 9579.0, 9643.0, 9617.0, 9592.0, 9622.0, 9629.0, 9629.0, 9616.0, 9565.0, 9631.0, 9639.0, 9633.0, 9551.0, 9646.0, 9619.0, 9627.0, 9647.0, 9648.0, 9634.0, 9628.0, 9560.0, 9642.0, 9603.0, 9619.0, 9593.0, 9629.0, 9617.0, 9616.0, 9567.0, 9646.0, 9600.0, 9629.0, 9618.0, 9627.0, 9601.0, 9619.0, 9564.0, 9629.0, 9617.0, 9632.0, 9600.0, 9651.0, 9633.0, 9634.0, 9572.0, 9648.0, 9618.0, 9601.0, 9645.0, 9649.0, 9615.0, 9587.0, 9606.0, 9642.0, 9609.0, 9598.0, 9559.0, 9641.0, 9626.0, 9616.0, 9581.0, 9632.0, 9632.0, 9636.0, 9594.0, 9630.0, 9629.0, 9602.0, 9568.0, 9611.0, 9620.0, 9603.0, 9576.0, 9651.0, 9628.0, 9605.0, 9578.0, 9654.0, 9603.0, 9601.0, 9583.0, 9633.0, 9617.0, 9613.0, 9585.0, 9639.0, 9621.0, 9612.0, 9624.0, 9670.0, 9637.0, 9608.0, 9558.0, 9572.0, 9613.0, 9609.0, 9590.0, 9590.0, 9646.0, 9622.0, 9608.0, 9633.0, 9630.0, 9601.0, 9601.0, 9661.0, 9621.0, 9611.0, 9594.0, 9574.0, 9625.0, 9598.0, 9596.0, 9632.0, 9630.0, 9601.0, 9592.0, 9562.0, 9612.0, 9608.0, 9591.0, 9564.0, 9628.0, 9627.0, 9596.0, 9628.0, 9645.0, 9635.0, 9617.0, 9568.0, 9653.0, 9640.0, 9633.0, 9585.0, 9654.0, 9618.0, 9656.0, 9637.0, 9627.0, 9611.0, 9626.0, 9562.0, 9630.0, 9612.0, 9624.0, 9578.0, 9647.0, 9616.0, 9622.0, 9620.0, 9626.0, 9605.0, 9598.0, 9562.0, 9632.0, 9638.0, 9607.0, 9566.0, 9616.0, 9658.0, 9619.0, 9587.0, 9630.0, 9648.0, 9619.0, 9578.0, 9627.0, 9638.0, 9607.0, 9665.0, 9649.0, 9632.0, 9645.0, 9579.0, 9628.0, 9616.0, 9615.0, 9625.0, 9606.0, 9599.0, 9574.0, 9615.0, 9626.0, 9601.0, 9573.0, 9643.0, 9613.0, 9582.0, 9605.0, 9643.0, 9612.0, 9601.0, 9574.0, 9628.0, 9617.0, 9615.0, 9561.0, 9627.0, 9610.0, 9602.0, 9561.0, 9628.0, 9611.0, 9585.0, 9575.0, 9627.0, 9621.0, 9598.0, 9584.0, 9589.0, 9607.0, 9597.0, 9587.0, 9593.0, 9627.0, 9619.0, 9617.0, 9593.0, 9641.0, 9609.0, 9621.0, 9652.0, 9640.0, 9610.0, 9583.0, 9549.0, 9621.0, 9566.0, 9534.0, 9524.0, 9614.0, 9598.0, 9585.0, 9556.0, 9596.0, 9615.0, 9602.0, 9579.0, 9589.0, 9631.0, 9599.0, 9590.0, 9598.0, 9616.0, 9586.0, 9577.0, 9551.0, 9605.0, 9605.0, 9594.0, 9560.0, 9645.0, 9642.0, 9604.0, 9549.0, 9583.0, 9611.0, 9613.0, 9573.0, 9648.0, 9632.0, 9599.0, 9636.0, 9665.0, 9597.0, 9568.0, 9601.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.00012338105726872247</td></tr>
<tr><td colspan=3>aqi</td><td>0.018279776431718058</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.00307382160974</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1338194248621831</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9922621212899669</td></tr>
<tr><td colspan=3>efc</td><td>0.5372</td></tr>
<tr><td colspan=3>fber</td><td>2645.9878</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10553739192729289</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>66</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.2687224669603525</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.472071243472738</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3960511246918714</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.723499480521258</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.296663125205084</td></tr>
<tr><td colspan=3>gcor</td><td>0.00439878</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008393373340368271</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.07171861082315445</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>908</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.286073587087142</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>21.179</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>73.7056</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>262.4373</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>70.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>286862.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1202.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>460.455</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9284</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>570.4833</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3508.0476</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3600.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>89682.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1689.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4606.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>839.9249</td></tr>
<tr><td colspan=3>tsnr</td><td>38.360929446760565</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>