<?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-0088_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-0088_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-0088_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-0088/figures/sub-0088_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0088/figures/sub-0088_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-0088/figures/sub-0088_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088/ses-02/func/sub-0088_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>5b64eec2f9026a344d07c555878ba489</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>09:31:47.337500</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.999959, -0.00907895, 0.000288518, 0.00907565, 0.99991, 0.00989767]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0815369</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>[4152, -7775, -7192, 512, -11, -114, -17, 80]</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>247.857</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5f881dab-6e5a-47db-b485-e140772a071c||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.68281626701355, 0.024349303916096687, 0.001021551783196628, 114.04316711425781], [0.024358157068490982, 2.682684898376465, 0.026715539395809174, -90.88227844238281], [0.0007740728906355798, -0.02655472792685032, 2.6998677253723145, -57.895023345947266], [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': ['093147.337500', '093147.797500', '093148.257500', '093148.717500', '093149.177500', '093149.637500', '093150.097500', '093150.557500', '093151.017500', '093151.477500', '093151.937500', '093152.397500', '093152.857500', '093153.317500', '093153.777500', '093154.237500', '093154.697500', '093155.157500', '093155.617500', '093156.077500', '093156.537500', '093156.997500', '093157.457500', '093157.917500', '093158.377500', '093158.837500', '093159.297500', '093159.757500', '093200.217500', '093200.677500', '093201.137500', '093201.597500', '093202.057500', '093202.517500', '093202.977500', '093203.437500', '093203.897500', '093204.357500', '093204.817500', '093205.277500', '093205.737500', '093206.197500', '093206.657500', '093207.117500', '093207.577500', '093208.037500', '093208.497500', '093208.957500', '093209.417500', '093209.877500', '093210.337500', '093210.797500', '093211.257500', '093211.717500', '093212.177500', '093212.637500', '093213.097500', '093213.557500', '093214.017500', '093214.477500', '093214.937500', '093215.397500', '093215.857500', '093216.317500', '093216.777500', '093217.237500', '093217.697500', '093218.157500', '093218.617500', '093219.077500', '093219.537500', '093219.997500', '093220.457500', '093220.917500', '093221.377500', '093221.837500', '093222.297500', '093222.757500', '093223.217500', '093223.677500', '093224.137500', '093224.597500', '093225.057500', '093225.517500', '093225.977500', '093226.437500', '093226.897500', '093227.357500', '093227.817500', '093228.277500', '093228.737500', '093229.197500', '093229.657500', '093230.117500', '093230.577500', '093231.037500', '093231.497500', '093231.957500', '093232.417500', '093232.877500', '093233.337500', '093233.797500', '093234.257500', '093234.717500', '093235.177500', '093235.637500', '093236.097500', '093236.557500', '093237.017500', '093237.477500', '093237.937500', '093238.397500', '093238.857500', '093239.317500', '093239.777500', '093240.237500', '093240.697500', '093241.157500', '093241.617500', '093242.077500', '093242.537500', '093242.997500', '093243.457500', '093243.917500', '093244.377500', '093244.837500', '093245.297500', '093245.757500', '093246.217500', '093246.677500', '093247.137500', '093247.597500', '093248.057500', '093248.517500', '093248.977500', '093249.437500', '093249.897500', '093250.357500', '093250.817500', '093251.277500', '093251.737500', '093252.197500', '093252.657500', '093253.117500', '093253.577500', '093254.037500', '093254.497500', '093254.957500', '093255.417500', '093255.877500', '093256.337500', '093256.797500', '093257.257500', '093257.717500', '093258.177500', '093258.637500', '093259.097500', '093259.557500', '093300.017500', '093300.477500', '093300.937500', '093301.397500', '093301.857500', '093302.317500', '093302.777500', '093303.237500', '093303.697500', '093304.157500', '093304.617500', '093305.077500', '093305.537500', '093305.997500', '093306.457500', '093306.917500', '093307.377500', '093307.837500', '093308.297500', '093308.757500', '093309.217500', '093309.677500', '093310.137500', '093310.597500', '093311.057500', '093311.517500', '093311.977500', '093312.437500', '093312.897500', '093313.357500', '093313.817500', '093314.277500', '093314.737500', '093315.197500', '093315.657500', '093316.117500', '093316.577500', '093317.037500', '093317.497500', '093317.957500', '093318.417500', '093318.877500', '093319.337500', '093319.797500', '093320.257500', '093320.717500', '093321.177500', '093321.637500', '093322.097500', '093322.557500', '093323.017500', '093323.477500', '093323.937500', '093324.397500', '093324.857500', '093325.317500', '093325.777500', '093326.237500', '093326.697500', '093327.157500', '093327.617500', '093328.077500', '093328.537500', '093328.997500', '093329.457500', '093329.917500', '093330.377500', '093330.837500', '093331.297500', '093331.757500', '093332.217500', '093332.677500', '093333.137500', '093333.597500', '093334.057500', '093334.517500', '093334.977500', '093335.437500', '093335.897500', '093336.357500', '093336.817500', '093337.277500', '093337.737500', '093338.197500', '093338.657500', '093339.117500', '093339.577500', '093340.037500', '093340.497500', '093340.957500', '093341.417500', '093341.877500', '093342.337500', '093342.797500', '093343.257500', '093343.717500', '093344.177500', '093344.637500', '093345.097500', '093345.557500', '093346.017500', '093346.477500', '093346.937500', '093347.397500', '093347.857500', '093348.317500', '093348.777500', '093349.237500', '093349.697500', '093350.157500', '093350.617500', '093351.077500', '093351.537500', '093351.997500', '093352.457500', '093352.917500', '093353.377500', '093353.837500', '093354.297500', '093354.757500', '093355.217500', '093355.677500', '093356.137500', '093356.597500', '093357.057500', '093357.517500', '093357.977500', '093358.437500', '093358.897500', '093359.357500', '093359.817500', '093400.277500', '093400.737500', '093401.197500', '093401.657500', '093402.117500', '093402.577500', '093403.037500', '093403.497500', '093403.957500', '093404.417500', '093404.877500', '093405.337500', '093405.797500', '093406.257500', '093406.717500', '093407.177500', '093407.637500', '093408.097500', '093408.557500', '093409.017500', '093409.477500', '093409.937500', '093410.397500', '093410.857500', '093411.317500', '093411.777500', '093412.237500', '093412.697500', '093413.157500', '093413.617500', '093414.077500', '093414.537500', '093414.997500', '093415.457500', '093415.917500', '093416.377500', '093416.837500', '093417.297500', '093417.757500', '093418.217500', '093418.677500', '093419.137500', '093419.597500', '093420.057500', '093420.517500', '093420.977500', '093421.437500', '093421.897500', '093422.357500', '093422.817500', '093423.277500', '093423.737500', '093424.197500', '093424.657500', '093425.117500', '093425.577500', '093426.037500', '093426.497500', '093426.957500', '093427.417500', '093427.877500', '093428.337500', '093428.797500', '093429.257500', '093429.717500', '093430.177500', '093430.637500', '093431.097500', '093431.557500', '093432.017500', '093432.477500', '093432.937500', '093433.397500', '093433.857500', '093434.317500', '093434.777500', '093435.237500', '093435.697500', '093436.157500', '093436.617500', '093437.077500', '093437.537500', '093437.997500', '093438.457500', '093438.917500', '093439.377500', '093439.837500', '093440.297500', '093440.757500', '093441.217500', '093441.677500', '093442.137500', '093442.597500', '093443.057500', '093443.517500', '093443.977500', '093444.437500', '093444.897500', '093445.357500', '093445.817500', '093446.277500', '093446.737500', '093447.197500', '093447.657500', '093448.117500', '093448.577500', '093449.037500', '093449.497500', '093449.957500', '093450.417500', '093450.877500', '093451.337500', '093451.797500', '093452.257500', '093452.717500', '093453.177500', '093453.637500', '093454.097500', '093454.557500', '093455.017500', '093455.477500', '093455.937500', '093456.397500', '093456.857500', '093457.317500', '093457.777500', '093458.237500', '093458.697500', '093459.157500', '093459.617500', '093500.077500', '093500.537500', '093500.997500', '093501.457500', '093501.917500', '093502.377500', '093502.837500', '093503.297500', '093503.757500', '093504.217500', '093504.677500', '093505.137500', '093505.597500', '093506.057500', '093506.517500', '093506.977500', '093507.437500', '093507.897500', '093508.357500', '093508.817500', '093509.277500', '093509.737500', '093510.197500', '093510.657500', '093511.117500', '093511.577500', '093512.037500', '093512.497500', '093512.957500', '093513.417500', '093513.877500', '093514.337500', '093514.797500', '093515.257500', '093515.717500', '093516.177500', '093516.637500', '093517.097500', '093517.557500', '093518.017500', '093518.477500', '093518.937500', '093519.397500', '093519.857500', '093520.317500', '093520.777500', '093521.237500', '093521.697500', '093522.157500', '093522.617500', '093523.077500', '093523.537500', '093523.997500', '093524.457500', '093524.917500', '093525.377500', '093525.837500', '093526.297500', '093526.757500', '093527.217500', '093527.677500', '093528.137500', '093528.597500', '093529.057500', '093529.517500', '093529.977500', '093530.437500', '093530.897500', '093531.357500', '093531.817500', '093532.277500', '093532.737500', '093533.197500', '093533.657500', '093534.117500', '093534.577500', '093535.037500', '093535.497500', '093535.957500', '093536.417500', '093536.877500', '093537.337500', '093537.797500', '093538.257500', '093538.717500', '093539.177500', '093539.637500', '093540.097500', '093540.557500', '093541.017500', '093541.477500', '093541.937500', '093542.397500', '093542.857500', '093543.317500', '093543.777500', '093544.237500', '093544.697500', '093545.157500', '093545.617500', '093546.077500', '093546.537500', '093546.997500', '093547.457500', '093547.917500', '093548.377500', '093548.837500', '093549.297500', '093549.757500', '093550.217500', '093550.677500', '093551.137500', '093551.597500', '093552.057500', '093552.517500', '093552.977500', '093553.437500', '093553.897500', '093554.357500', '093554.817500', '093555.277500', '093555.737500', '093556.197500', '093556.657500', '093557.117500', '093557.577500', '093558.037500', '093558.497500', '093558.957500', '093559.417500', '093559.877500', '093600.337500', '093600.797500', '093601.257500', '093601.717500', '093602.177500', '093602.637500', '093603.097500', '093603.557500', '093604.017500', '093604.477500', '093604.937500', '093605.397500', '093605.857500', '093606.317500', '093606.777500', '093607.237500', '093607.697500', '093608.157500', '093608.617500', '093609.077500', '093609.537500', '093609.997500', '093610.457500', '093610.917500', '093611.377500', '093611.837500', '093612.297500', '093612.757500', '093613.217500', '093613.677500', '093614.137500', '093614.597500', '093615.057500', '093615.517500', '093615.977500', '093616.437500', '093616.897500', '093617.357500', '093617.817500', '093618.277500', '093618.737500', '093619.197500', '093619.657500', '093620.117500', '093620.577500', '093621.037500', '093621.497500', '093621.957500', '093622.417500', '093622.877500', '093623.337500', '093623.797500', '093624.257500', '093624.717500', '093625.177500', '093625.637500', '093626.097500', '093626.557500', '093627.017500', '093627.477500', '093627.937500', '093628.397500', '093628.857500', '093629.317500', '093629.777500', '093630.237500', '093630.697500', '093631.157500', '093631.617500', '093632.077500', '093632.537500', '093632.997500', '093633.457500', '093633.917500', '093634.377500', '093634.837500', '093635.297500', '093635.757500', '093636.217500', '093636.677500', '093637.137500', '093637.597500', '093638.057500', '093638.517500', '093638.977500', '093639.437500', '093639.897500', '093640.357500', '093640.817500', '093641.277500', '093641.737500', '093642.197500', '093642.657500', '093643.117500', '093643.577500', '093644.037500', '093644.497500', '093644.957500', '093645.417500', '093645.877500', '093646.337500', '093646.797500', '093647.257500', '093647.717500', '093648.177500', '093648.637500', '093649.097500', '093649.557500', '093650.017500', '093650.477500', '093650.937500', '093651.397500', '093651.857500', '093652.317500', '093652.777500', '093653.237500', '093653.697500', '093654.157500', '093654.617500', '093655.077500', '093655.537500', '093655.997500', '093656.457500', '093656.917500', '093657.377500', '093657.837500', '093658.297500', '093658.757500', '093659.217500', '093659.677500', '093700.137500', '093700.597500', '093701.057500', '093701.517500', '093701.977500', '093702.437500', '093702.897500', '093703.357500', '093703.817500', '093704.277500', '093704.737500', '093705.197500', '093705.657500', '093706.117500', '093706.577500', '093707.037500', '093707.497500', '093707.957500', '093708.417500', '093708.877500', '093709.337500', '093709.797500', '093710.257500', '093710.717500', '093711.177500', '093711.637500', '093712.097500', '093712.557500', '093713.017500', '093713.477500', '093713.937500', '093714.397500', '093714.857500', '093715.317500', '093715.777500', '093716.237500', '093716.697500', '093717.157500', '093717.617500', '093718.077500', '093718.537500', '093718.997500', '093719.457500', '093719.917500', '093720.377500', '093720.837500', '093721.297500', '093721.757500', '093722.217500', '093722.677500', '093723.137500', '093723.597500', '093724.057500', '093724.517500', '093724.977500', '093725.437500', '093725.897500', '093726.357500', '093726.817500', '093727.277500', '093727.737500', '093728.197500', '093728.657500', '093729.117500', '093729.577500', '093730.037500', '093730.497500', '093730.957500', '093731.417500', '093731.877500', '093732.337500', '093732.797500', '093733.257500', '093733.717500', '093734.177500', '093734.637500', '093735.097500', '093735.557500', '093736.017500', '093736.477500', '093736.937500', '093737.397500', '093737.857500', '093738.317500', '093738.777500', '093739.237500', '093739.697500', '093740.157500', '093740.617500', '093741.077500', '093741.537500', '093741.997500', '093742.457500', '093742.917500', '093743.377500', '093743.837500', '093744.297500', '093744.757500', '093745.217500', '093745.677500', '093746.137500', '093746.597500', '093747.057500', '093747.517500', '093747.977500', '093748.437500', '093748.897500', '093749.357500', '093749.817500', '093750.277500', '093750.737500', '093751.197500', '093751.657500', '093752.117500', '093752.577500', '093753.037500', '093753.497500', '093753.957500', '093754.417500', '093754.877500', '093755.337500', '093755.797500', '093756.257500', '093756.717500', '093757.177500', '093757.637500', '093758.097500', '093758.557500', '093759.017500', '093759.477500', '093759.937500', '093800.397500', '093800.857500', '093801.317500', '093801.777500', '093802.237500', '093802.697500', '093803.157500', '093803.617500', '093804.077500', '093804.537500', '093804.997500', '093805.457500', '093805.917500', '093806.377500', '093806.837500', '093807.297500', '093807.757500', '093808.217500', '093808.677500', '093809.137500', '093809.597500', '093810.057500', '093810.517500', '093810.977500', '093811.437500', '093811.897500', '093812.357500', '093812.817500', '093813.277500', '093813.737500', '093814.197500', '093814.657500', '093815.117500', '093815.577500', '093816.037500', '093816.497500', '093816.957500', '093817.417500', '093817.877500', '093818.337500', '093818.797500', '093819.257500', '093819.717500', '093820.177500', '093820.637500', '093821.097500', '093821.557500', '093822.017500', '093822.477500', '093822.937500', '093823.397500', '093823.857500', '093824.317500', '093824.777500', '093825.237500', '093825.697500', '093826.157500', '093826.617500', '093827.077500', '093827.537500', '093827.997500', '093828.457500', '093828.917500', '093829.377500', '093829.837500', '093830.297500', '093830.757500', '093831.217500', '093831.677500', '093832.137500', '093832.597500', '093833.057500', '093833.517500', '093833.977500', '093834.437500', '093834.897500', '093835.357500', '093835.817500', '093836.277500', '093836.737500', '093837.197500', '093837.657500', '093838.117500', '093838.577500', '093839.037500', '093839.497500', '093839.957500', '093840.417500', '093840.877500', '093841.337500', '093841.797500', '093842.257500', '093842.717500', '093843.177500', '093843.637500', '093844.097500', '093844.557500', '093845.017500', '093845.477500', '093845.937500', '093846.397500', '093846.857500', '093847.317500'], 'ContentTime': ['093158.862000', '093158.865000', '093158.868000', '093158.871000', '093158.873000', '093158.876000', '093158.879000', '093158.881000', '093158.884000', '093158.886000', '093158.896000', '093158.898000', '093158.901000', '093158.904000', '093158.906000', '093158.909000', '093158.912000', '093158.925000', '093158.927000', '093158.930000', '093158.932000', '093158.935000', '093218.829000', '093218.832000', '093218.835000', '093218.838000', '093218.841000', '093218.843000', '093218.846000', '093218.849000', '093218.851000', '093218.854000', '093218.863000', '093218.865000', '093218.868000', '093218.870000', '093218.873000', '093218.876000', '093218.878000', '093218.881000', '093218.883000', '093218.886000', '093218.888000', '093218.891000', '093218.894000', '093218.896000', '093218.899000', '093218.901000', '093218.904000', '093218.907000', '093218.909000', '093218.912000', '093218.914000', '093218.917000', '093218.920000', '093218.922000', '093218.925000', '093218.927000', '093218.930000', '093218.932000', '093218.935000', '093218.938000', '093218.940000', '093218.943000', '093218.945000', '093218.948000', '093238.830000', '093238.832000', '093238.835000', '093238.838000', '093238.840000', '093238.843000', '093238.845000', '093238.848000', '093238.851000', '093238.853000', '093238.856000', '093238.860000', '093238.863000', '093238.870000', '093238.873000', '093238.875000', '093238.878000', '093238.906000', '093238.909000', '093238.912000', '093238.915000', '093238.918000', '093238.920000', '093238.923000', '093238.926000', '093238.928000', '093238.931000', '093238.933000', '093238.936000', '093238.938000', '093238.941000', '093238.944000', '093238.946000', '093238.949000', '093238.951000', '093238.954000', '093238.957000', '093238.959000', '093238.962000', '093238.964000', '093238.967000', '093238.969000', '093238.972000', '093258.830000', '093258.833000', '093258.835000', '093258.838000', '093258.840000', '093258.843000', '093258.846000', '093258.848000', '093258.851000', '093258.853000', '093258.856000', '093258.859000', '093258.862000', '093258.864000', '093258.867000', '093258.869000', '093258.872000', '093258.875000', '093258.877000', '093258.880000', '093258.882000', '093258.885000', '093258.887000', '093258.890000', '093258.893000', '093258.895000', '093258.898000', '093258.900000', '093258.903000', '093258.906000', '093258.908000', '093258.911000', '093258.913000', '093258.916000', '093258.919000', '093258.921000', '093258.924000', '093258.926000', '093258.929000', '093258.931000', '093258.934000', '093258.936000', '093258.939000', '093258.942000', '093318.830000', '093318.832000', '093318.835000', '093318.838000', '093318.841000', '093318.844000', '093318.846000', '093318.849000', '093318.852000', '093318.854000', '093318.857000', '093318.860000', '093318.863000', '093318.865000', '093318.868000', '093318.870000', '093318.873000', '093318.876000', '093318.879000', '093318.881000', '093318.884000', '093318.887000', '093318.889000', '093318.892000', '093318.894000', '093318.897000', '093318.900000', '093318.902000', '093318.905000', '093318.908000', '093318.910000', '093318.913000', '093318.916000', '093318.918000', '093318.921000', '093318.923000', '093318.926000', '093318.928000', '093318.931000', '093318.934000', '093318.936000', '093318.939000', '093318.942000', '093338.830000', '093338.899000', '093338.902000', '093338.905000', '093338.907000', '093338.910000', '093338.912000', '093338.915000', '093338.918000', '093338.920000', '093338.923000', '093338.925000', '093338.928000', '093338.931000', '093338.934000', '093338.936000', '093338.939000', '093338.942000', '093338.944000', '093338.947000', '093338.949000', '093338.952000', '093338.955000', '093338.957000', '093338.960000', '093338.963000', '093338.965000', '093338.968000', '093338.970000', '093338.973000', '093338.976000', '093338.978000', '093338.981000', '093338.984000', '093338.986000', '093338.989000', '093338.991000', '093338.994000', '093338.996000', '093339.000000', '093339.003000', '093339.005000', '093339.008000', '093339.010000', '093358.831000', '093358.834000', '093358.836000', '093358.839000', '093358.842000', '093358.844000', '093358.847000', '093358.850000', '093358.852000', '093358.855000', '093358.858000', '093358.861000', '093358.863000', '093358.866000', '093358.869000', '093358.871000', '093358.874000', '093358.877000', '093358.879000', '093358.882000', '093358.884000', '093358.887000', '093358.890000', '093358.893000', '093358.895000', '093358.900000', '093358.903000', '093358.906000', '093358.908000', '093358.911000', '093358.914000', '093358.916000', '093358.926000', '093358.929000', '093358.932000', '093358.934000', '093358.937000', '093358.940000', '093358.942000', '093358.945000', '093358.948000', '093358.950000', '093358.953000', '093418.831000', '093418.847000', '093418.850000', '093418.853000', '093418.855000', '093418.858000', '093418.861000', '093418.863000', '093418.866000', '093418.868000', '093418.871000', '093418.874000', '093418.876000', '093418.879000', '093418.916000', '093418.919000', '093418.921000', '093418.924000', '093418.926000', '093418.929000', '093418.932000', '093418.934000', '093418.937000', '093418.939000', '093418.942000', '093418.945000', '093418.947000', '093418.950000', '093418.953000', '093418.955000', '093418.958000', '093418.960000', '093418.963000', '093418.966000', '093418.968000', '093418.971000', '093418.973000', '093418.976000', '093418.979000', '093418.981000', '093418.984000', '093418.986000', '093418.989000', '093418.991000', '093438.830000', '093438.835000', '093438.838000', '093438.841000', '093438.843000', '093438.846000', '093438.849000', '093438.851000', '093438.854000', '093438.857000', '093438.859000', '093438.862000', '093438.866000', '093438.868000', '093438.871000', '093438.873000', '093438.876000', '093438.879000', '093438.881000', '093438.884000', '093438.886000', '093438.889000', '093438.892000', '093438.894000', '093438.897000', '093438.899000', '093438.902000', '093438.905000', '093438.907000', '093438.910000', '093438.913000', '093438.915000', '093438.929000', '093438.932000', '093438.935000', '093438.937000', '093438.940000', '093438.943000', '093438.945000', '093438.948000', '093438.950000', '093438.953000', '093438.956000', '093458.830000', '093458.857000', '093458.860000', '093458.863000', '093458.865000', '093458.868000', '093458.870000', '093458.873000', '093458.876000', '093458.878000', '093458.881000', '093458.883000', '093458.886000', '093458.889000', '093458.891000', '093458.894000', '093458.897000', '093458.899000', '093458.902000', '093458.905000', '093458.907000', '093458.910000', '093458.912000', '093458.915000', '093458.918000', '093458.920000', '093458.923000', '093458.925000', '093458.928000', '093458.931000', '093458.933000', '093458.945000', '093458.948000', '093458.950000', '093458.953000', '093458.955000', '093458.958000', '093458.961000', '093458.963000', '093458.966000', '093458.969000', '093458.971000', '093458.974000', '093458.976000', '093518.830000', '093518.833000', '093518.835000', '093518.838000', '093518.840000', '093518.843000', '093518.846000', '093518.848000', '093518.851000', '093518.853000', '093518.856000', '093518.859000', '093518.861000', '093518.864000', '093518.867000', '093518.869000', '093518.872000', '093518.875000', '093518.877000', '093518.880000', '093518.883000', '093518.885000', '093518.888000', '093518.891000', '093518.893000', '093518.896000', '093518.899000', '093518.901000', '093518.904000', '093518.907000', '093518.909000', '093518.912000', '093518.914000', '093518.917000', '093518.920000', '093518.923000', '093518.925000', '093518.928000', '093518.930000', '093518.934000', '093518.937000', '093518.940000', '093518.943000', '093538.830000', '093538.833000', '093538.835000', '093538.838000', '093538.841000', '093538.843000', '093538.846000', '093538.848000', '093538.851000', '093538.854000', '093538.856000', '093538.859000', '093538.861000', '093538.864000', '093538.867000', '093538.869000', '093538.872000', '093538.875000', '093538.877000', '093538.880000', '093538.883000', '093538.885000', '093538.888000', '093538.891000', '093538.893000', '093538.896000', '093538.898000', '093538.901000', '093538.904000', '093538.906000', '093538.909000', '093538.911000', '093538.914000', '093538.917000', '093538.919000', '093538.922000', '093538.924000', '093538.927000', '093538.930000', '093538.932000', '093538.935000', '093538.938000', '093538.940000', '093538.943000', '093558.830000', '093558.845000', '093558.848000', '093558.851000', '093558.854000', '093558.856000', '093558.859000', '093558.861000', '093558.864000', '093558.867000', '093558.869000', '093558.872000', '093558.875000', '093558.877000', '093558.880000', '093558.882000', '093558.885000', '093558.888000', '093558.890000', '093558.893000', '093558.895000', '093558.898000', '093558.901000', '093558.903000', '093558.906000', '093558.909000', '093558.911000', '093558.914000', '093558.917000', '093558.920000', '093558.922000', '093558.925000', '093558.927000', '093558.930000', '093558.933000', '093558.935000', '093558.938000', '093558.940000', '093558.943000', '093558.946000', '093558.948000', '093558.951000', '093558.953000', '093618.831000', '093618.833000', '093618.836000', '093618.839000', '093618.841000', '093618.844000', '093618.846000', '093618.849000', '093618.852000', '093618.854000', '093618.857000', '093618.859000', '093618.862000', '093618.865000', '093618.867000', '093618.870000', '093618.872000', '093618.875000', '093618.878000', '093618.880000', '093618.883000', '093618.886000', '093618.888000', '093618.891000', '093618.894000', '093618.896000', '093618.899000', '093618.901000', '093618.904000', '093618.907000', '093618.909000', '093618.912000', '093618.915000', '093618.917000', '093618.920000', '093618.922000', '093618.925000', '093618.928000', '093618.930000', '093618.933000', '093618.935000', '093618.938000', '093618.941000', '093618.943000', '093638.831000', '093638.833000', '093638.836000', '093638.839000', '093638.841000', '093638.844000', '093638.847000', '093638.850000', '093638.852000', '093638.855000', '093638.857000', '093638.860000', '093638.863000', '093638.865000', '093638.868000', '093638.870000', '093638.873000', '093638.876000', '093638.878000', '093638.881000', '093638.884000', '093638.886000', '093638.889000', '093638.891000', '093638.894000', '093638.897000', '093638.899000', '093638.902000', '093638.905000', '093638.907000', '093638.910000', '093638.912000', '093638.915000', '093638.918000', '093638.920000', '093638.923000', '093638.926000', '093638.928000', '093638.931000', '093638.934000', '093638.936000', '093638.939000', '093638.942000', '093658.830000', '093658.832000', '093658.835000', '093658.838000', '093658.841000', '093658.843000', '093658.846000', '093658.849000', '093658.851000', '093658.854000', '093658.857000', '093658.859000', '093658.862000', '093658.865000', '093658.867000', '093658.870000', '093658.872000', '093658.875000', '093658.878000', '093658.880000', '093658.883000', '093658.886000', '093658.888000', '093658.891000', '093658.894000', '093658.896000', '093658.899000', '093658.901000', '093658.904000', '093658.907000', '093658.909000', '093658.912000', '093658.915000', '093658.917000', '093658.920000', '093658.922000', '093658.925000', '093658.928000', '093658.930000', '093658.933000', '093658.936000', '093658.938000', '093658.941000', '093658.943000', '093718.830000', '093718.832000', '093718.835000', '093718.838000', '093718.840000', '093718.843000', '093718.846000', '093718.848000', '093718.851000', '093718.854000', '093718.856000', '093718.859000', '093718.862000', '093718.864000', '093718.867000', '093718.870000', '093718.872000', '093718.875000', '093718.896000', '093718.910000', '093718.912000', '093718.915000', '093718.918000', '093718.920000', '093718.923000', '093718.925000', '093718.928000', '093718.931000', '093718.933000', '093718.936000', '093718.939000', '093718.941000', '093718.944000', '093718.946000', '093718.949000', '093718.952000', '093718.954000', '093718.957000', '093718.960000', '093718.973000', '093718.976000', '093718.979000', '093718.981000', '093738.830000', '093738.845000', '093738.848000', '093738.850000', '093738.853000', '093738.856000', '093738.858000', '093738.861000', '093738.864000', '093738.866000', '093738.869000', '093738.873000', '093738.876000', '093738.879000', '093738.881000', '093738.884000', '093738.887000', '093738.889000', '093738.892000', '093738.895000', '093738.897000', '093738.900000', '093738.903000', '093738.905000', '093738.908000', '093738.910000', '093738.913000', '093738.916000', '093738.918000', '093738.921000', '093738.924000', '093738.926000', '093738.929000', '093738.932000', '093738.934000', '093738.937000', '093738.939000', '093738.942000', '093738.945000', '093738.947000', '093738.950000', '093738.953000', '093738.955000', '093738.958000', '093758.830000', '093758.833000', '093758.835000', '093758.838000', '093758.840000', '093758.843000', '093758.846000', '093758.848000', '093758.851000', '093758.854000', '093758.856000', '093758.859000', '093758.861000', '093758.864000', '093758.866000', '093758.869000', '093758.872000', '093758.874000', '093758.877000', '093758.880000', '093758.882000', '093758.885000', '093758.887000', '093758.890000', '093758.893000', '093758.895000', '093758.898000', '093758.900000', '093758.903000', '093758.906000', '093758.908000', '093758.911000', '093758.913000', '093758.916000', '093758.919000', '093758.921000', '093758.924000', '093758.926000', '093758.929000', '093758.932000', '093758.934000', '093758.937000', '093758.939000', '093818.830000', '093818.833000', '093818.836000', '093818.849000', '093818.851000', '093818.854000', '093818.856000', '093818.859000', '093818.862000', '093818.864000', '093818.867000', '093818.869000', '093818.872000', '093818.874000', '093818.877000', '093818.880000', '093818.882000', '093818.885000', '093818.888000', '093818.890000', '093818.893000', '093818.896000', '093818.898000', '093818.901000', '093818.903000', '093818.906000', '093818.909000', '093818.911000', '093818.914000', '093818.917000', '093818.919000', '093818.922000', '093818.924000', '093818.927000', '093818.930000', '093818.932000', '093818.935000', '093818.937000', '093818.940000', '093818.943000', '093818.945000', '093818.948000', '093818.951000', '093818.953000', '093838.831000', '093838.925000', '093838.928000', '093838.931000', '093838.934000', '093838.936000', '093838.939000', '093838.942000', '093838.944000', '093838.960000', '093838.962000', '093838.965000', '093838.967000', '093838.970000', '093838.973000', '093838.975000', '093838.978000', '093838.980000', '093838.983000', '093838.986000', '093838.988000', '093838.991000', '093838.994000', '093838.996000', '093839.000000', '093839.008000', '093839.011000', '093839.013000', '093839.016000', '093839.018000', '093839.034000', '093839.037000', '093839.039000', '093839.042000', '093839.045000', '093839.047000', '093839.050000', '093839.053000', '093839.055000', '093839.058000', '093839.060000', '093839.063000', '093839.066000', '093848.630000', '093848.633000', '093848.636000', '093848.638000', '093848.641000', '093848.644000', '093848.646000', '093848.649000', '093848.652000', '093848.655000', '093848.658000', '093848.661000', '093848.664000', '093848.667000', '093848.670000', '093848.672000', '093848.675000', '093848.678000', '093848.681000', '093848.683000', '093848.686000', '093848.694000'], 'InstanceCreationTime': ['093158.862000', '093158.865000', '093158.868000', '093158.871000', '093158.873000', '093158.876000', '093158.879000', '093158.881000', '093158.884000', '093158.886000', '093158.896000', '093158.898000', '093158.901000', '093158.904000', '093158.906000', '093158.909000', '093158.912000', '093158.925000', '093158.927000', '093158.930000', '093158.932000', '093158.935000', '093218.829000', '093218.832000', '093218.835000', '093218.838000', '093218.841000', '093218.843000', '093218.846000', '093218.849000', '093218.851000', '093218.854000', '093218.863000', '093218.865000', '093218.868000', '093218.870000', '093218.873000', '093218.876000', '093218.878000', '093218.881000', '093218.883000', '093218.886000', '093218.888000', '093218.891000', '093218.894000', '093218.896000', '093218.899000', '093218.901000', '093218.904000', '093218.907000', '093218.909000', '093218.912000', '093218.914000', '093218.917000', '093218.920000', '093218.922000', '093218.925000', '093218.927000', '093218.930000', '093218.932000', '093218.935000', '093218.938000', '093218.940000', '093218.943000', '093218.945000', '093218.948000', '093238.830000', '093238.832000', '093238.835000', '093238.838000', '093238.840000', '093238.843000', '093238.845000', '093238.848000', '093238.851000', '093238.853000', '093238.856000', '093238.860000', '093238.863000', '093238.870000', '093238.873000', '093238.875000', '093238.878000', '093238.906000', '093238.909000', '093238.912000', '093238.915000', '093238.918000', '093238.920000', '093238.923000', '093238.926000', '093238.928000', '093238.931000', '093238.933000', '093238.936000', '093238.938000', '093238.941000', '093238.944000', '093238.946000', '093238.949000', '093238.951000', '093238.954000', '093238.957000', '093238.959000', '093238.962000', '093238.964000', '093238.967000', '093238.969000', '093238.972000', '093258.830000', '093258.833000', '093258.835000', '093258.838000', '093258.840000', '093258.843000', '093258.846000', '093258.848000', '093258.851000', '093258.853000', '093258.856000', '093258.859000', '093258.862000', '093258.864000', '093258.867000', '093258.869000', '093258.872000', '093258.875000', '093258.877000', '093258.880000', '093258.882000', '093258.885000', '093258.887000', '093258.890000', '093258.893000', '093258.895000', '093258.898000', '093258.900000', '093258.903000', '093258.906000', '093258.908000', '093258.911000', '093258.913000', '093258.916000', '093258.919000', '093258.921000', '093258.924000', '093258.926000', '093258.929000', '093258.931000', '093258.934000', '093258.936000', '093258.939000', '093258.942000', '093318.830000', '093318.832000', '093318.835000', '093318.838000', '093318.841000', '093318.844000', '093318.846000', '093318.849000', '093318.852000', '093318.854000', '093318.857000', '093318.860000', '093318.863000', '093318.865000', '093318.868000', '093318.870000', '093318.873000', '093318.876000', '093318.879000', '093318.881000', '093318.884000', '093318.887000', '093318.889000', '093318.892000', '093318.894000', '093318.897000', '093318.900000', '093318.902000', '093318.905000', '093318.908000', '093318.910000', '093318.913000', '093318.916000', '093318.918000', '093318.921000', '093318.923000', '093318.926000', '093318.928000', '093318.931000', '093318.934000', '093318.936000', '093318.939000', '093318.942000', '093338.830000', '093338.899000', '093338.902000', '093338.905000', '093338.907000', '093338.910000', '093338.912000', '093338.915000', '093338.918000', '093338.920000', '093338.923000', '093338.925000', '093338.928000', '093338.931000', '093338.934000', '093338.936000', '093338.939000', '093338.942000', '093338.944000', '093338.947000', '093338.949000', '093338.952000', '093338.955000', '093338.957000', '093338.960000', '093338.963000', '093338.965000', '093338.968000', '093338.970000', '093338.973000', '093338.976000', '093338.978000', '093338.981000', '093338.984000', '093338.986000', '093338.989000', '093338.991000', '093338.994000', '093338.996000', '093339.000000', '093339.003000', '093339.005000', '093339.008000', '093339.010000', '093358.831000', '093358.834000', '093358.836000', '093358.839000', '093358.842000', '093358.844000', '093358.847000', '093358.850000', '093358.852000', '093358.855000', '093358.858000', '093358.861000', '093358.863000', '093358.866000', '093358.869000', '093358.871000', '093358.874000', '093358.877000', '093358.879000', '093358.882000', '093358.884000', '093358.887000', '093358.890000', '093358.893000', '093358.895000', '093358.900000', '093358.903000', '093358.906000', '093358.908000', '093358.911000', '093358.914000', '093358.916000', '093358.926000', '093358.929000', '093358.932000', '093358.934000', '093358.937000', '093358.940000', '093358.942000', '093358.945000', '093358.948000', '093358.950000', '093358.953000', '093418.831000', '093418.847000', '093418.850000', '093418.853000', '093418.855000', '093418.858000', '093418.861000', '093418.863000', '093418.866000', '093418.868000', '093418.871000', '093418.874000', '093418.876000', '093418.879000', '093418.916000', '093418.919000', '093418.921000', '093418.924000', '093418.926000', '093418.929000', '093418.932000', '093418.934000', '093418.937000', '093418.939000', '093418.942000', '093418.945000', '093418.947000', '093418.950000', '093418.953000', '093418.955000', '093418.958000', '093418.960000', '093418.963000', '093418.966000', '093418.968000', '093418.971000', '093418.973000', '093418.976000', '093418.979000', '093418.981000', '093418.984000', '093418.986000', '093418.989000', '093418.991000', '093438.830000', '093438.835000', '093438.838000', '093438.841000', '093438.843000', '093438.846000', '093438.849000', '093438.851000', '093438.854000', '093438.857000', '093438.859000', '093438.862000', '093438.866000', '093438.868000', '093438.871000', '093438.873000', '093438.876000', '093438.879000', '093438.881000', '093438.884000', '093438.886000', '093438.889000', '093438.892000', '093438.894000', '093438.897000', '093438.899000', '093438.902000', '093438.905000', '093438.907000', '093438.910000', '093438.913000', '093438.915000', '093438.929000', '093438.932000', '093438.935000', '093438.937000', '093438.940000', '093438.943000', '093438.945000', '093438.948000', '093438.950000', '093438.953000', '093438.956000', '093458.830000', '093458.857000', '093458.860000', '093458.863000', '093458.865000', '093458.868000', '093458.870000', '093458.873000', '093458.876000', '093458.878000', '093458.881000', '093458.883000', '093458.886000', '093458.889000', '093458.891000', '093458.894000', '093458.897000', '093458.899000', '093458.902000', '093458.905000', '093458.907000', '093458.910000', '093458.912000', '093458.915000', '093458.918000', '093458.920000', '093458.923000', '093458.925000', '093458.928000', '093458.931000', '093458.933000', '093458.945000', '093458.948000', '093458.950000', '093458.953000', '093458.955000', '093458.958000', '093458.961000', '093458.963000', '093458.966000', '093458.969000', '093458.971000', '093458.974000', '093458.976000', '093518.830000', '093518.833000', '093518.835000', '093518.838000', '093518.840000', '093518.843000', '093518.846000', '093518.848000', '093518.851000', '093518.853000', '093518.856000', '093518.859000', '093518.861000', '093518.864000', '093518.867000', '093518.869000', '093518.872000', '093518.875000', '093518.877000', '093518.880000', '093518.883000', '093518.885000', '093518.888000', '093518.891000', '093518.893000', '093518.896000', '093518.899000', '093518.901000', '093518.904000', '093518.907000', '093518.909000', '093518.912000', '093518.914000', '093518.917000', '093518.920000', '093518.923000', '093518.925000', '093518.928000', '093518.930000', '093518.934000', '093518.937000', '093518.940000', '093518.943000', '093538.830000', '093538.833000', '093538.835000', '093538.838000', '093538.841000', '093538.843000', '093538.846000', '093538.848000', '093538.851000', '093538.854000', '093538.856000', '093538.859000', '093538.861000', '093538.864000', '093538.867000', '093538.869000', '093538.872000', '093538.875000', '093538.877000', '093538.880000', '093538.883000', '093538.885000', '093538.888000', '093538.891000', '093538.893000', '093538.896000', '093538.898000', '093538.901000', '093538.904000', '093538.906000', '093538.909000', '093538.911000', '093538.914000', '093538.917000', '093538.919000', '093538.922000', '093538.924000', '093538.927000', '093538.930000', '093538.932000', '093538.935000', '093538.938000', '093538.940000', '093538.943000', '093558.830000', '093558.845000', '093558.848000', '093558.851000', '093558.854000', '093558.856000', '093558.859000', '093558.861000', '093558.864000', '093558.867000', '093558.869000', '093558.872000', '093558.875000', '093558.877000', '093558.880000', '093558.882000', '093558.885000', '093558.888000', '093558.890000', '093558.893000', '093558.895000', '093558.898000', '093558.901000', '093558.903000', '093558.906000', '093558.909000', '093558.911000', '093558.914000', '093558.917000', '093558.920000', '093558.922000', '093558.925000', '093558.927000', '093558.930000', '093558.933000', '093558.935000', '093558.938000', '093558.940000', '093558.943000', '093558.946000', '093558.948000', '093558.951000', '093558.953000', '093618.831000', '093618.833000', '093618.836000', '093618.839000', '093618.841000', '093618.844000', '093618.846000', '093618.849000', '093618.852000', '093618.854000', '093618.857000', '093618.859000', '093618.862000', '093618.865000', '093618.867000', '093618.870000', '093618.872000', '093618.875000', '093618.878000', '093618.880000', '093618.883000', '093618.886000', '093618.888000', '093618.891000', '093618.894000', '093618.896000', '093618.899000', '093618.901000', '093618.904000', '093618.907000', '093618.909000', '093618.912000', '093618.915000', '093618.917000', '093618.920000', '093618.922000', '093618.925000', '093618.928000', '093618.930000', '093618.933000', '093618.935000', '093618.938000', '093618.941000', '093618.943000', '093638.831000', '093638.833000', '093638.836000', '093638.839000', '093638.841000', '093638.844000', '093638.847000', '093638.850000', '093638.852000', '093638.855000', '093638.857000', '093638.860000', '093638.863000', '093638.865000', '093638.868000', '093638.870000', '093638.873000', '093638.876000', '093638.878000', '093638.881000', '093638.884000', '093638.886000', '093638.889000', '093638.891000', '093638.894000', '093638.897000', '093638.899000', '093638.902000', '093638.905000', '093638.907000', '093638.910000', '093638.912000', '093638.915000', '093638.918000', '093638.920000', '093638.923000', '093638.926000', '093638.928000', '093638.931000', '093638.934000', '093638.936000', '093638.939000', '093638.942000', '093658.830000', '093658.832000', '093658.835000', '093658.838000', '093658.841000', '093658.843000', '093658.846000', '093658.849000', '093658.851000', '093658.854000', '093658.857000', '093658.859000', '093658.862000', '093658.865000', '093658.867000', '093658.870000', '093658.872000', '093658.875000', '093658.878000', '093658.880000', '093658.883000', '093658.886000', '093658.888000', '093658.891000', '093658.894000', '093658.896000', '093658.899000', '093658.901000', '093658.904000', '093658.907000', '093658.909000', '093658.912000', '093658.915000', '093658.917000', '093658.920000', '093658.922000', '093658.925000', '093658.928000', '093658.930000', '093658.933000', '093658.936000', '093658.938000', '093658.941000', '093658.943000', '093718.830000', '093718.832000', '093718.835000', '093718.838000', '093718.840000', '093718.843000', '093718.846000', '093718.848000', '093718.851000', '093718.854000', '093718.856000', '093718.859000', '093718.862000', '093718.864000', '093718.867000', '093718.870000', '093718.872000', '093718.875000', '093718.896000', '093718.910000', '093718.912000', '093718.915000', '093718.918000', '093718.920000', '093718.923000', '093718.925000', '093718.928000', '093718.931000', '093718.933000', '093718.936000', '093718.939000', '093718.941000', '093718.944000', '093718.946000', '093718.949000', '093718.952000', '093718.954000', '093718.957000', '093718.960000', '093718.973000', '093718.976000', '093718.979000', '093718.981000', '093738.830000', '093738.845000', '093738.848000', '093738.850000', '093738.853000', '093738.856000', '093738.858000', '093738.861000', '093738.864000', '093738.866000', '093738.869000', '093738.873000', '093738.876000', '093738.879000', '093738.881000', '093738.884000', '093738.887000', '093738.889000', '093738.892000', '093738.895000', '093738.897000', '093738.900000', '093738.903000', '093738.905000', '093738.908000', '093738.910000', '093738.913000', '093738.916000', '093738.918000', '093738.921000', '093738.924000', '093738.926000', '093738.929000', '093738.932000', '093738.934000', '093738.937000', '093738.939000', '093738.942000', '093738.945000', '093738.947000', '093738.950000', '093738.953000', '093738.955000', '093738.958000', '093758.830000', '093758.833000', '093758.835000', '093758.838000', '093758.840000', '093758.843000', '093758.846000', '093758.848000', '093758.851000', '093758.854000', '093758.856000', '093758.859000', '093758.861000', '093758.864000', '093758.866000', '093758.869000', '093758.872000', '093758.874000', '093758.877000', '093758.880000', '093758.882000', '093758.885000', '093758.887000', '093758.890000', '093758.893000', '093758.895000', '093758.898000', '093758.900000', '093758.903000', '093758.906000', '093758.908000', '093758.911000', '093758.913000', '093758.916000', '093758.919000', '093758.921000', '093758.924000', '093758.926000', '093758.929000', '093758.932000', '093758.934000', '093758.937000', '093758.939000', '093818.830000', '093818.833000', '093818.836000', '093818.849000', '093818.851000', '093818.854000', '093818.856000', '093818.859000', '093818.862000', '093818.864000', '093818.867000', '093818.869000', '093818.872000', '093818.874000', '093818.877000', '093818.880000', '093818.882000', '093818.885000', '093818.888000', '093818.890000', '093818.893000', '093818.896000', '093818.898000', '093818.901000', '093818.903000', '093818.906000', '093818.909000', '093818.911000', '093818.914000', '093818.917000', '093818.919000', '093818.922000', '093818.924000', '093818.927000', '093818.930000', '093818.932000', '093818.935000', '093818.937000', '093818.940000', '093818.943000', '093818.945000', '093818.948000', '093818.951000', '093818.953000', '093838.831000', '093838.925000', '093838.928000', '093838.931000', '093838.934000', '093838.936000', '093838.939000', '093838.942000', '093838.944000', '093838.960000', '093838.962000', '093838.965000', '093838.967000', '093838.970000', '093838.973000', '093838.975000', '093838.978000', '093838.980000', '093838.983000', '093838.986000', '093838.988000', '093838.991000', '093838.994000', '093838.996000', '093839.000000', '093839.008000', '093839.011000', '093839.013000', '093839.016000', '093839.018000', '093839.034000', '093839.037000', '093839.039000', '093839.042000', '093839.045000', '093839.047000', '093839.050000', '093839.053000', '093839.055000', '093839.058000', '093839.060000', '093839.063000', '093839.066000', '093848.630000', '093848.633000', '093848.636000', '093848.638000', '093848.641000', '093848.644000', '093848.646000', '093848.649000', '093848.652000', '093848.655000', '093848.658000', '093848.661000', '093848.664000', '093848.667000', '093848.670000', '093848.672000', '093848.675000', '093848.678000', '093848.681000', '093848.683000', '093848.686000', '093848.694000'], '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': [10532, 14443, 10685, 16715, 11906, 9389, 10973, 8524, 13344, 9748, 14600, 9610, 9043, 10001, 8574, 12766, 8594, 11876, 8931, 13397, 9754, 8485, 12044, 8922, 12913, 9515, 15422, 10866, 7581, 11994, 9308, 15027, 10706, 8956, 11156, 9137, 14305, 10674, 15788, 10536, 8912, 14341, 10743, 17003, 10984, 8436, 13124, 9827, 9093, 12906, 9827, 12056, 11713, 8804, 15139, 10233, 15188, 9537, 12697, 9467, 12610, 9239, 9892, 10563, 7926, 12541, 9184, 10451, 11354, 7820, 13422, 9860, 16057, 11730, 9016, 11409, 8351, 14675, 10753, 15152, 10028, 9173, 11714, 8687, 13835, 10543, 12998, 10189, 9256, 13857, 9963, 14270, 10394, 10004, 12390, 9116, 13423, 10464, 11194, 11195, 9192, 14206, 10310, 13917, 10403, 9415, 13107, 9793, 14009, 9876, 10141, 12113, 8549, 13441, 10290, 12095, 11137, 9309, 13656, 10304, 13426, 10476, 9929, 13359, 10078, 13796, 10093, 9896, 12127, 8661, 13307, 9770, 9989, 11188, 9950, 13281, 8707, 13241, 9954, 13780, 10033, 14604, 9762, 8659, 11410, 8293, 13950, 10205, 10125, 10969, 8479, 14486, 10406, 10379, 11361, 9272, 14816, 11085, 14040, 10179, 9000, 12904, 9726, 15487, 10593, 9418, 12141, 9099, 14473, 10664, 13816, 10148, 9548, 12319, 9025, 14285, 10942, 10168, 11219, 8341, 15271, 10708, 8395, 12592, 9809, 16185, 11569, 8925, 12398, 9711, 14173, 10282, 12616, 10312, 7808, 13561, 9896, 7358, 13856, 10333, 8287, 13174, 9579, 9556, 11950, 8829, 14319, 10094, 10636, 10611, 7773, 13942, 10196, 8698, 11336, 8828, 14523, 10745, 10351, 11692, 8275, 14038, 9837, 15383, 11602, 11621, 10994, 8583, 13510, 10344, 15081, 10348, 8921, 12135, 8719, 14082, 10415, 10681, 10775, 9361, 13045, 9656, 14236, 10320, 10935, 10920, 9318, 13544, 10085, 12729, 9963, 10440, 12150, 8574, 12951, 9865, 11303, 11225, 8227, 13298, 9935, 14267, 10475, 10434, 12186, 8716, 13398, 10231, 13719, 10760, 8065, 12907, 9761, 13374, 11625, 8586, 13119, 9732, 14704, 10995, 10100, 11706, 8481, 13147, 10245, 14550, 10286, 10580, 10613, 9088, 12139, 8536, 13067, 9990, 13530, 10503, 11113, 12876, 8405, 13356, 10228, 14055, 11104, 8772, 12958, 9585, 13575, 10471, 10902, 11817, 8014, 13050, 10158, 15397, 10999, 8694, 12098, 8565, 13309, 10898, 11150, 11522, 8284, 13252, 10123, 12104, 11238, 8321, 13145, 9945, 14865, 10868, 8944, 11957, 8874, 13996, 10955, 9130, 12045, 7866, 12782, 10147, 13853, 10174, 8055, 12613, 9542, 14084, 10652, 10504, 12039, 8533, 13344, 10636, 11942, 12274, 9113, 13738, 10300, 10824, 12871, 9119, 13173, 9863, 14704, 10952, 9277, 12752, 9236, 13355, 10803, 13859, 11181, 8150, 12789, 9631, 14230, 10944, 7576, 12464, 9584, 14594, 10854, 8014, 12382, 8856, 12973, 10092, 12283, 10826, 7858, 12404, 9463, 14401, 10333, 8948, 11519, 8253, 13089, 10370, 9829, 11564, 7965, 12888, 10085, 13407, 10108, 8547, 12143, 9482, 14203, 10332, 8409, 12404, 9101, 14919, 10361, 8015, 12650, 8846, 13460, 9990, 10697, 11281, 8434, 13196, 10369, 13515, 10512, 8805, 12583, 9548, 13523, 9864, 8617, 12599, 9923, 13526, 10446, 8547, 12487, 9243, 14217, 10340, 9625, 10997, 7806, 13023, 10899, 9791, 11502, 8283, 12670, 10313, 10120, 11631, 8089, 8377, 11223, 9222, 10375, 10368, 8027, 8126, 12416, 9147, 14939, 11131, 13451, 12799, 9086, 13573, 10307, 8235, 13174, 10624, 14830, 11080, 7476, 12877, 8865, 13281, 10331, 7714, 12855, 9014, 12845, 9274, 10222, 11292, 8045, 13025, 9557, 10798, 11225, 7566, 12645, 8681, 12750, 9772, 8974, 11076, 7361, 12916, 9224, 13123, 9910, 9051, 11621, 7731, 13437, 10003, 10430, 10647, 9494, 12834, 8740, 13117, 9387, 12508, 10780, 8020, 12835, 8419, 13380, 9859, 12122, 10911, 8354, 13222, 9462, 14360, 10570, 9694, 11671, 7697, 13419, 9981, 11877, 11114, 8896, 13224, 9035, 14487, 10192, 9996, 11947, 8436, 13986, 10053, 11839, 10521, 9559, 12497, 7876, 13499, 9319, 13107, 9673, 9730, 12599, 8823, 13890, 9929, 10775, 12585, 8520, 13533, 10065, 11928, 11529, 7853, 13357, 9313, 12684, 10801, 7440, 13272, 9655, 11660, 11309, 7842, 13638, 9948, 11213, 12003, 9215, 14104, 9936, 11150, 11502, 7885, 13881, 9601, 9917, 11558, 8014, 14097, 9975, 9082, 12270, 8061, 14102, 9791, 9571, 12076, 8328, 14660, 10424, 9450, 11994, 7875, 14280, 10376, 9126, 12143, 8236, 14208, 10302, 9491, 11869, 8330, 14666, 10895, 9061, 12505, 7961, 14252, 10171, 10320, 11207, 7875, 14612, 10449, 10254, 11885, 8072, 13838, 9061, 12379, 9960, 8473, 13633, 9150, 11105, 10258, 8475, 13572, 9387, 12201, 10781, 9276, 13041, 8096, 14434, 9523, 14223, 10291, 10297, 12924, 8386, 13827, 10356, 10862, 11929, 8384, 14072, 10265, 12777, 11322, 10660, 13782, 9375, 14397, 10676, 11479, 11932, 7904, 14267, 10409, 10367, 13228, 8453, 14293, 10005, 12371, 11490, 9268, 14227, 9843, 13680, 10219, 8812, 13978, 9877, 12059, 11050, 8618, 13974, 10171, 11471, 11679, 8244, 13883, 10938, 9347, 12880, 9333, 15286, 11718, 8527, 13542, 10016, 13788, 11741, 8476, 14490, 10571, 13049, 11162, 7707, 14101, 10104, 13155, 11024, 8343, 13980, 10340, 10487, 12626, 9004, 15696, 10643, 9185, 12875, 8528, 15064, 10410, 9840, 12095, 8717, 14904, 10749, 8783, 13206, 8740, 14880, 10859, 8448, 12879, 9599, 14675, 11143, 8028, 14036, 9696, 15032, 10350, 9589, 13082, 9611, 13088, 11124, 8741, 13959, 9648, 13987, 10594, 9621, 13529, 9111, 12930, 10999, 8673, 14357, 9786, 10334, 11237, 7855, 14476, 9971, 9052, 12659, 8948, 15221, 10806, 8153, 13359, 9978, 13643, 11787, 7989, 13943, 9719, 11950, 11749, 8407, 14599, 10260, 9344, 13905, 9191, 10338, 12284, 8067, 14728, 10414, 7968, 13055, 10214, 13060, 12159, 8716, 14578, 10194, 10376, 12926, 9105, 10902, 11724, 8167, 14775, 10218, 11816, 11715, 8469, 14134, 9682, 10315, 12139, 8616, 14614, 9886, 8748, 12664, 8871, 13643, 10422, 8319, 14011, 9997, 12427, 12083, 10751, 13912, 9099, 14813, 10508, 10360, 13054, 8757, 13278, 10634, 7799, 14035, 9889, 10165, 11960, 8193, 14628, 9668, 10355, 11972, 8339, 13880, 8418, 15037, 10250, 10220, 11441, 7982, 14673, 9959, 9283, 12302, 8051, 14671, 10103, 9809, 12226, 8113, 14565, 9992, 12291, 11414, 10304, 13239, 9660, 14631, 9122, 14796, 10369, 9046, 13425, 8965, 14000, 10343, 9375, 12996, 8717, 14113, 10268, 10439, 13120, 8453, 13707, 10014, 11226, 11979, 7831, 14425, 10193, 12601, 11125], 'WindowCenter': [4370.0, 4382.0, 4340.0, 4366.0, 4323.0, 4300.0, 4308.0, 4279.0, 4330.0, 4298.0, 4339.0, 4299.0, 4298.0, 4312.0, 4291.0, 4330.0, 4289.0, 4330.0, 4302.0, 4342.0, 4312.0, 4291.0, 4332.0, 4303.0, 4342.0, 4313.0, 4352.0, 4321.0, 4290.0, 4343.0, 4314.0, 4365.0, 4335.0, 4303.0, 4333.0, 4312.0, 4354.0, 4322.0, 4353.0, 4322.0, 4302.0, 4355.0, 4323.0, 4351.0, 4322.0, 4278.0, 4329.0, 4298.0, 4290.0, 4330.0, 4309.0, 4319.0, 4321.0, 4301.0, 4341.0, 4300.0, 4329.0, 4287.0, 4315.0, 4286.0, 4314.0, 4287.0, 4296.0, 4307.0, 4279.0, 4329.0, 4301.0, 4321.0, 4331.0, 4292.0, 4353.0, 4323.0, 4361.0, 4346.0, 4303.0, 4331.0, 4292.0, 4353.0, 4322.0, 4340.0, 4310.0, 4300.0, 4331.0, 4290.0, 4339.0, 4321.0, 4328.0, 4307.0, 4298.0, 4340.0, 4310.0, 4341.0, 4310.0, 4308.0, 4330.0, 4300.0, 4338.0, 4320.0, 4318.0, 4318.0, 4299.0, 4340.0, 4311.0, 4338.0, 4309.0, 4288.0, 4327.0, 4298.0, 4337.0, 4310.0, 4309.0, 4330.0, 4290.0, 4338.0, 4310.0, 4318.0, 4319.0, 4299.0, 4340.0, 4311.0, 4330.0, 4310.0, 4306.0, 4328.0, 4309.0, 4339.0, 4309.0, 4308.0, 4331.0, 4290.0, 4340.0, 4310.0, 4309.0, 4320.0, 4310.0, 4340.0, 4289.0, 4330.0, 4311.0, 4338.0, 4309.0, 4338.0, 4310.0, 4300.0, 4330.0, 4301.0, 4351.0, 4323.0, 4322.0, 4333.0, 4292.0, 4353.0, 4323.0, 4320.0, 4333.0, 4312.0, 4353.0, 4333.0, 4350.0, 4310.0, 4300.0, 4330.0, 4307.0, 4351.0, 4321.0, 4300.0, 4331.0, 4299.0, 4339.0, 4309.0, 4338.0, 4307.0, 4296.0, 4329.0, 4298.0, 4340.0, 4320.0, 4308.0, 4318.0, 4289.0, 4349.0, 4321.0, 4288.0, 4331.0, 4310.0, 4349.0, 4321.0, 4299.0, 4330.0, 4309.0, 4337.0, 4307.0, 4342.0, 4307.0, 4266.0, 4326.0, 4310.0, 4280.0, 4339.0, 4320.0, 4291.0, 4342.0, 4311.0, 4310.0, 4332.0, 4300.0, 4339.0, 4310.0, 4307.0, 4306.0, 4278.0, 4340.0, 4309.0, 4299.0, 4332.0, 4310.0, 4350.0, 4332.0, 4322.0, 4332.0, 4301.0, 4350.0, 4322.0, 4352.0, 4331.0, 4317.0, 4320.0, 4287.0, 4339.0, 4308.0, 4348.0, 4321.0, 4299.0, 4331.0, 4300.0, 4338.0, 4319.0, 4317.0, 4319.0, 4310.0, 4340.0, 4307.0, 4340.0, 4319.0, 4318.0, 4318.0, 4298.0, 4339.0, 4318.0, 4339.0, 4321.0, 4320.0, 4329.0, 4301.0, 4342.0, 4318.0, 4329.0, 4329.0, 4301.0, 4350.0, 4310.0, 4348.0, 4321.0, 4319.0, 4329.0, 4299.0, 4339.0, 4318.0, 4338.0, 4318.0, 4289.0, 4339.0, 4323.0, 4341.0, 4330.0, 4299.0, 4340.0, 4308.0, 4348.0, 4319.0, 4307.0, 4328.0, 4300.0, 4339.0, 4319.0, 4338.0, 4308.0, 4317.0, 4318.0, 4298.0, 4330.0, 4297.0, 4337.0, 4320.0, 4336.0, 4319.0, 4318.0, 4339.0, 4288.0, 4336.0, 4318.0, 4336.0, 4319.0, 4286.0, 4338.0, 4307.0, 4337.0, 4317.0, 4316.0, 4330.0, 4288.0, 4338.0, 4320.0, 4349.0, 4319.0, 4295.0, 4328.0, 4295.0, 4338.0, 4317.0, 4316.0, 4326.0, 4297.0, 4335.0, 4318.0, 4326.0, 4316.0, 4286.0, 4339.0, 4320.0, 4347.0, 4316.0, 4296.0, 4326.0, 4298.0, 4347.0, 4317.0, 4305.0, 4327.0, 4287.0, 4336.0, 4318.0, 4347.0, 4317.0, 4289.0, 4338.0, 4319.0, 4347.0, 4329.0, 4319.0, 4339.0, 4296.0, 4336.0, 4318.0, 4325.0, 4337.0, 4306.0, 4347.0, 4317.0, 4316.0, 4335.0, 4295.0, 4335.0, 4304.0, 4345.0, 4314.0, 4293.0, 4333.0, 4293.0, 4336.0, 4318.0, 4335.0, 4313.0, 4272.0, 4324.0, 4304.0, 4335.0, 4313.0, 4274.0, 4326.0, 4306.0, 4344.0, 4315.0, 4285.0, 4336.0, 4305.0, 4334.0, 4304.0, 4322.0, 4315.0, 4285.0, 4336.0, 4306.0, 4345.0, 4315.0, 4294.0, 4324.0, 4295.0, 4335.0, 4318.0, 4315.0, 4324.0, 4286.0, 4337.0, 4316.0, 4334.0, 4317.0, 4296.0, 4324.0, 4307.0, 4346.0, 4317.0, 4297.0, 4336.0, 4309.0, 4356.0, 4316.0, 4286.0, 4347.0, 4307.0, 4349.0, 4318.0, 4329.0, 4326.0, 4295.0, 4336.0, 4317.0, 4335.0, 4316.0, 4296.0, 4325.0, 4304.0, 4333.0, 4304.0, 4296.0, 4335.0, 4316.0, 4335.0, 4316.0, 4297.0, 4337.0, 4305.0, 4346.0, 4314.0, 4303.0, 4313.0, 4284.0, 4335.0, 4315.0, 4304.0, 4325.0, 4284.0, 4334.0, 4313.0, 4315.0, 4323.0, 4283.0, 4297.0, 4327.0, 4306.0, 4317.0, 4316.0, 4286.0, 4287.0, 4338.0, 4307.0, 4345.0, 4327.0, 4335.0, 4325.0, 4283.0, 4308.0, 4277.0, 4258.0, 4308.0, 4289.0, 4318.0, 4288.0, 4246.0, 4297.0, 4266.0, 4305.0, 4287.0, 4257.0, 4308.0, 4279.0, 4308.0, 4280.0, 4289.0, 4300.0, 4270.0, 4321.0, 4303.0, 4301.0, 4313.0, 4272.0, 4321.0, 4283.0, 4324.0, 4303.0, 4292.0, 4314.0, 4276.0, 4335.0, 4304.0, 4335.0, 4305.0, 4293.0, 4324.0, 4275.0, 4334.0, 4309.0, 4314.0, 4316.0, 4304.0, 4336.0, 4294.0, 4334.0, 4307.0, 4335.0, 4316.0, 4283.0, 4335.0, 4285.0, 4337.0, 4317.0, 4325.0, 4326.0, 4295.0, 4337.0, 4307.0, 4346.0, 4317.0, 4303.0, 4313.0, 4274.0, 4335.0, 4317.0, 4323.0, 4327.0, 4294.0, 4336.0, 4295.0, 4345.0, 4315.0, 4302.0, 4323.0, 4285.0, 4335.0, 4305.0, 4323.0, 4314.0, 4303.0, 4325.0, 4273.0, 4335.0, 4294.0, 4333.0, 4305.0, 4304.0, 4335.0, 4306.0, 4335.0, 4316.0, 4315.0, 4338.0, 4296.0, 4335.0, 4317.0, 4326.0, 4325.0, 4284.0, 4334.0, 4294.0, 4333.0, 4315.0, 4275.0, 4335.0, 4306.0, 4325.0, 4327.0, 4286.0, 4346.0, 4315.0, 4325.0, 4326.0, 4306.0, 4335.0, 4305.0, 4314.0, 4312.0, 4283.0, 4333.0, 4303.0, 4303.0, 4324.0, 4284.0, 4345.0, 4317.0, 4306.0, 4337.0, 4286.0, 4347.0, 4316.0, 4304.0, 4325.0, 4294.0, 4345.0, 4316.0, 4303.0, 4323.0, 4273.0, 4344.0, 4314.0, 4304.0, 4324.0, 4284.0, 4345.0, 4314.0, 4302.0, 4323.0, 4284.0, 4345.0, 4315.0, 4294.0, 4335.0, 4287.0, 4346.0, 4316.0, 4303.0, 4315.0, 4284.0, 4345.0, 4314.0, 4303.0, 4323.0, 4272.0, 4334.0, 4293.0, 4323.0, 4304.0, 4284.0, 4334.0, 4305.0, 4325.0, 4315.0, 4295.0, 4336.0, 4307.0, 4337.0, 4327.0, 4306.0, 4336.0, 4285.0, 4345.0, 4307.0, 4347.0, 4316.0, 4303.0, 4324.0, 4287.0, 4336.0, 4316.0, 4314.0, 4329.0, 4285.0, 4336.0, 4316.0, 4325.0, 4314.0, 4314.0, 4335.0, 4294.0, 4335.0, 4305.0, 4312.0, 4312.0, 4273.0, 4333.0, 4314.0, 4303.0, 4337.0, 4285.0, 4334.0, 4304.0, 4322.0, 4314.0, 4296.0, 4335.0, 4304.0, 4334.0, 4307.0, 4294.0, 4348.0, 4306.0, 4325.0, 4326.0, 4297.0, 4347.0, 4318.0, 4327.0, 4327.0, 4296.0, 4347.0, 4329.0, 4308.0, 4338.0, 4307.0, 4347.0, 4330.0, 4295.0, 4336.0, 4310.0, 4334.0, 4328.0, 4285.0, 4336.0, 4315.0, 4324.0, 4314.0, 4274.0, 4336.0, 4318.0, 4335.0, 4317.0, 4285.0, 4348.0, 4315.0, 4315.0, 4325.0, 4295.0, 4346.0, 4316.0, 4305.0, 4335.0, 4295.0, 4345.0, 4316.0, 4305.0, 4336.0, 4295.0, 4345.0, 4316.0, 4295.0, 4335.0, 4295.0, 4344.0, 4315.0, 4283.0, 4323.0, 4305.0, 4333.0, 4315.0, 4284.0, 4344.0, 4305.0, 4344.0, 4305.0, 4293.0, 4334.0, 4304.0, 4332.0, 4313.0, 4284.0, 4334.0, 4306.0, 4345.0, 4314.0, 4304.0, 4333.0, 4293.0, 4333.0, 4313.0, 4295.0, 4345.0, 4316.0, 4316.0, 4327.0, 4286.0, 4348.0, 4318.0, 4307.0, 4338.0, 4307.0, 4346.0, 4326.0, 4285.0, 4336.0, 4317.0, 4334.0, 4313.0, 4273.0, 4332.0, 4293.0, 4323.0, 4324.0, 4285.0, 4343.0, 4314.0, 4306.0, 4334.0, 4304.0, 4314.0, 4335.0, 4284.0, 4345.0, 4315.0, 4286.0, 4335.0, 4315.0, 4334.0, 4325.0, 4294.0, 4344.0, 4303.0, 4302.0, 4323.0, 4294.0, 4313.0, 4325.0, 4284.0, 4345.0, 4306.0, 4324.0, 4324.0, 4281.0, 4332.0, 4303.0, 4303.0, 4324.0, 4295.0, 4344.0, 4315.0, 4295.0, 4335.0, 4306.0, 4334.0, 4315.0, 4296.0, 4347.0, 4317.0, 4335.0, 4326.0, 4314.0, 4336.0, 4295.0, 4344.0, 4314.0, 4302.0, 4332.0, 4284.0, 4333.0, 4314.0, 4273.0, 4334.0, 4304.0, 4314.0, 4326.0, 4282.0, 4345.0, 4306.0, 4314.0, 4326.0, 4283.0, 4334.0, 4285.0, 4345.0, 4305.0, 4303.0, 4313.0, 4271.0, 4344.0, 4306.0, 4293.0, 4323.0, 4285.0, 4345.0, 4316.0, 4304.0, 4325.0, 4285.0, 4346.0, 4315.0, 4325.0, 4325.0, 4305.0, 4325.0, 4292.0, 4333.0, 4292.0, 4330.0, 4301.0, 4291.0, 4332.0, 4293.0, 4332.0, 4305.0, 4294.0, 4334.0, 4295.0, 4344.0, 4318.0, 4316.0, 4335.0, 4296.0, 4333.0, 4305.0, 4312.0, 4324.0, 4273.0, 4333.0, 4303.0, 4320.0, 4315.0], 'WindowWidth': [9659.0, 9659.0, 9599.0, 9624.0, 9562.0, 9522.0, 9531.0, 9491.0, 9560.0, 9517.0, 9572.0, 9518.0, 9517.0, 9540.0, 9510.0, 9564.0, 9506.0, 9563.0, 9529.0, 9582.0, 9541.0, 9512.0, 9568.0, 9532.0, 9584.0, 9545.0, 9596.0, 9554.0, 9513.0, 9588.0, 9549.0, 9618.0, 9579.0, 9532.0, 9572.0, 9542.0, 9604.0, 9557.0, 9598.0, 9554.0, 9528.0, 9603.0, 9556.0, 9596.0, 9554.0, 9486.0, 9556.0, 9517.0, 9509.0, 9562.0, 9534.0, 9545.0, 9551.0, 9525.0, 9581.0, 9519.0, 9560.0, 9497.0, 9530.0, 9493.0, 9531.0, 9499.0, 9511.0, 9527.0, 9494.0, 9559.0, 9525.0, 9552.0, 9569.0, 9518.0, 9601.0, 9562.0, 9609.0, 9594.0, 9530.0, 9568.0, 9518.0, 9600.0, 9554.0, 9576.0, 9535.0, 9522.0, 9566.0, 9510.0, 9575.0, 9552.0, 9558.0, 9529.0, 9518.0, 9578.0, 9537.0, 9581.0, 9538.0, 9531.0, 9562.0, 9522.0, 9574.0, 9550.0, 9544.0, 9545.0, 9519.0, 9576.0, 9538.0, 9571.0, 9531.0, 9501.0, 9555.0, 9516.0, 9569.0, 9537.0, 9533.0, 9563.0, 9510.0, 9573.0, 9538.0, 9545.0, 9548.0, 9520.0, 9576.0, 9540.0, 9563.0, 9537.0, 9528.0, 9561.0, 9535.0, 9575.0, 9535.0, 9533.0, 9565.0, 9508.0, 9577.0, 9537.0, 9533.0, 9552.0, 9537.0, 9577.0, 9508.0, 9565.0, 9538.0, 9572.0, 9534.0, 9572.0, 9536.0, 9523.0, 9563.0, 9529.0, 9595.0, 9561.0, 9558.0, 9572.0, 9517.0, 9601.0, 9561.0, 9555.0, 9573.0, 9544.0, 9602.0, 9573.0, 9592.0, 9538.0, 9522.0, 9563.0, 9533.0, 9595.0, 9554.0, 9525.0, 9569.0, 9523.0, 9579.0, 9534.0, 9572.0, 9531.0, 9513.0, 9562.0, 9518.0, 9578.0, 9550.0, 9533.0, 9545.0, 9509.0, 9590.0, 9553.0, 9507.0, 9567.0, 9538.0, 9593.0, 9554.0, 9522.0, 9564.0, 9536.0, 9573.0, 9532.0, 9583.0, 9529.0, 9471.0, 9552.0, 9536.0, 9500.0, 9576.0, 9553.0, 9514.0, 9584.0, 9542.0, 9539.0, 9571.0, 9524.0, 9576.0, 9535.0, 9529.0, 9527.0, 9493.0, 9577.0, 9536.0, 9524.0, 9570.0, 9540.0, 9593.0, 9571.0, 9557.0, 9571.0, 9530.0, 9596.0, 9557.0, 9601.0, 9568.0, 9546.0, 9549.0, 9504.0, 9576.0, 9534.0, 9588.0, 9554.0, 9524.0, 9568.0, 9523.0, 9576.0, 9550.0, 9544.0, 9550.0, 9539.0, 9581.0, 9531.0, 9581.0, 9550.0, 9546.0, 9546.0, 9519.0, 9578.0, 9549.0, 9578.0, 9557.0, 9551.0, 9564.0, 9527.0, 9583.0, 9551.0, 9564.0, 9566.0, 9529.0, 9594.0, 9540.0, 9588.0, 9556.0, 9549.0, 9564.0, 9525.0, 9577.0, 9550.0, 9575.0, 9549.0, 9513.0, 9579.0, 9562.0, 9584.0, 9568.0, 9525.0, 9582.0, 9535.0, 9590.0, 9552.0, 9533.0, 9561.0, 9526.0, 9579.0, 9552.0, 9578.0, 9534.0, 9545.0, 9548.0, 9519.0, 9564.0, 9518.0, 9575.0, 9553.0, 9572.0, 9553.0, 9549.0, 9578.0, 9507.0, 9571.0, 9548.0, 9572.0, 9550.0, 9503.0, 9576.0, 9532.0, 9572.0, 9547.0, 9542.0, 9565.0, 9508.0, 9575.0, 9554.0, 9592.0, 9550.0, 9516.0, 9560.0, 9514.0, 9575.0, 9547.0, 9543.0, 9558.0, 9521.0, 9567.0, 9548.0, 9558.0, 9545.0, 9505.0, 9578.0, 9555.0, 9588.0, 9546.0, 9517.0, 9558.0, 9523.0, 9586.0, 9546.0, 9531.0, 9560.0, 9509.0, 9573.0, 9550.0, 9589.0, 9548.0, 9513.0, 9578.0, 9554.0, 9591.0, 9568.0, 9552.0, 9579.0, 9520.0, 9572.0, 9551.0, 9557.0, 9575.0, 9534.0, 9588.0, 9548.0, 9545.0, 9570.0, 9518.0, 9570.0, 9529.0, 9582.0, 9541.0, 9510.0, 9564.0, 9511.0, 9570.0, 9547.0, 9566.0, 9535.0, 9480.0, 9551.0, 9525.0, 9567.0, 9536.0, 9488.0, 9556.0, 9533.0, 9581.0, 9543.0, 9503.0, 9571.0, 9531.0, 9566.0, 9527.0, 9549.0, 9541.0, 9504.0, 9572.0, 9533.0, 9583.0, 9544.0, 9515.0, 9555.0, 9517.0, 9571.0, 9551.0, 9544.0, 9555.0, 9506.0, 9574.0, 9545.0, 9567.0, 9545.0, 9517.0, 9553.0, 9533.0, 9586.0, 9549.0, 9522.0, 9572.0, 9539.0, 9600.0, 9547.0, 9507.0, 9590.0, 9536.0, 9595.0, 9551.0, 9566.0, 9559.0, 9517.0, 9574.0, 9550.0, 9571.0, 9546.0, 9519.0, 9556.0, 9526.0, 9565.0, 9528.0, 9518.0, 9571.0, 9546.0, 9572.0, 9547.0, 9519.0, 9574.0, 9530.0, 9587.0, 9541.0, 9525.0, 9538.0, 9502.0, 9571.0, 9543.0, 9527.0, 9555.0, 9499.0, 9565.0, 9538.0, 9542.0, 9552.0, 9499.0, 9524.0, 9563.0, 9534.0, 9548.0, 9547.0, 9507.0, 9509.0, 9579.0, 9537.0, 9584.0, 9561.0, 9569.0, 9558.0, 9494.0, 9520.0, 9476.0, 9451.0, 9517.0, 9494.0, 9535.0, 9492.0, 9432.0, 9499.0, 9459.0, 9508.0, 9488.0, 9448.0, 9518.0, 9480.0, 9520.0, 9485.0, 9495.0, 9512.0, 9472.0, 9541.0, 9523.0, 9516.0, 9534.0, 9480.0, 9543.0, 9495.0, 9550.0, 9523.0, 9507.0, 9539.0, 9494.0, 9571.0, 9529.0, 9568.0, 9529.0, 9510.0, 9553.0, 9488.0, 9567.0, 9537.0, 9539.0, 9545.0, 9526.0, 9571.0, 9514.0, 9567.0, 9535.0, 9571.0, 9545.0, 9499.0, 9568.0, 9502.0, 9572.0, 9549.0, 9555.0, 9557.0, 9516.0, 9574.0, 9535.0, 9586.0, 9547.0, 9523.0, 9535.0, 9485.0, 9569.0, 9548.0, 9551.0, 9560.0, 9512.0, 9572.0, 9514.0, 9582.0, 9542.0, 9521.0, 9550.0, 9502.0, 9568.0, 9528.0, 9551.0, 9538.0, 9523.0, 9554.0, 9483.0, 9568.0, 9512.0, 9562.0, 9530.0, 9527.0, 9569.0, 9531.0, 9568.0, 9546.0, 9543.0, 9576.0, 9520.0, 9571.0, 9547.0, 9559.0, 9555.0, 9501.0, 9565.0, 9514.0, 9563.0, 9543.0, 9490.0, 9570.0, 9532.0, 9556.0, 9564.0, 9507.0, 9586.0, 9544.0, 9555.0, 9560.0, 9531.0, 9569.0, 9528.0, 9539.0, 9535.0, 9495.0, 9562.0, 9523.0, 9522.0, 9552.0, 9501.0, 9583.0, 9550.0, 9533.0, 9573.0, 9505.0, 9588.0, 9544.0, 9527.0, 9555.0, 9515.0, 9584.0, 9544.0, 9524.0, 9549.0, 9483.0, 9580.0, 9541.0, 9526.0, 9554.0, 9501.0, 9585.0, 9540.0, 9523.0, 9551.0, 9501.0, 9583.0, 9544.0, 9514.0, 9569.0, 9506.0, 9585.0, 9545.0, 9523.0, 9540.0, 9499.0, 9582.0, 9541.0, 9524.0, 9550.0, 9481.0, 9566.0, 9510.0, 9548.0, 9525.0, 9501.0, 9568.0, 9531.0, 9555.0, 9542.0, 9516.0, 9572.0, 9535.0, 9575.0, 9561.0, 9530.0, 9572.0, 9502.0, 9584.0, 9537.0, 9590.0, 9543.0, 9521.0, 9550.0, 9505.0, 9570.0, 9545.0, 9538.0, 9566.0, 9502.0, 9571.0, 9542.0, 9554.0, 9537.0, 9538.0, 9570.0, 9512.0, 9567.0, 9526.0, 9530.0, 9532.0, 9481.0, 9563.0, 9538.0, 9523.0, 9572.0, 9499.0, 9564.0, 9524.0, 9546.0, 9538.0, 9514.0, 9569.0, 9525.0, 9565.0, 9532.0, 9512.0, 9589.0, 9530.0, 9555.0, 9556.0, 9520.0, 9589.0, 9552.0, 9558.0, 9559.0, 9519.0, 9588.0, 9564.0, 9536.0, 9575.0, 9533.0, 9587.0, 9567.0, 9514.0, 9570.0, 9539.0, 9566.0, 9561.0, 9501.0, 9571.0, 9542.0, 9550.0, 9539.0, 9484.0, 9570.0, 9550.0, 9567.0, 9547.0, 9502.0, 9588.0, 9541.0, 9541.0, 9556.0, 9514.0, 9585.0, 9544.0, 9528.0, 9569.0, 9514.0, 9583.0, 9544.0, 9528.0, 9572.0, 9517.0, 9583.0, 9543.0, 9514.0, 9568.0, 9514.0, 9580.0, 9541.0, 9497.0, 9550.0, 9526.0, 9561.0, 9540.0, 9498.0, 9579.0, 9529.0, 9578.0, 9528.0, 9509.0, 9564.0, 9526.0, 9560.0, 9537.0, 9498.0, 9566.0, 9531.0, 9581.0, 9539.0, 9523.0, 9563.0, 9512.0, 9562.0, 9538.0, 9514.0, 9583.0, 9544.0, 9544.0, 9559.0, 9504.0, 9590.0, 9549.0, 9536.0, 9576.0, 9535.0, 9587.0, 9560.0, 9503.0, 9571.0, 9547.0, 9565.0, 9537.0, 9483.0, 9560.0, 9509.0, 9548.0, 9551.0, 9501.0, 9578.0, 9541.0, 9529.0, 9566.0, 9526.0, 9540.0, 9569.0, 9499.0, 9582.0, 9540.0, 9504.0, 9569.0, 9542.0, 9564.0, 9555.0, 9512.0, 9579.0, 9523.0, 9518.0, 9551.0, 9512.0, 9537.0, 9553.0, 9500.0, 9583.0, 9530.0, 9552.0, 9553.0, 9490.0, 9559.0, 9522.0, 9521.0, 9551.0, 9516.0, 9580.0, 9543.0, 9516.0, 9571.0, 9534.0, 9567.0, 9542.0, 9519.0, 9589.0, 9549.0, 9569.0, 9559.0, 9539.0, 9572.0, 9514.0, 9579.0, 9539.0, 9518.0, 9562.0, 9500.0, 9562.0, 9539.0, 9485.0, 9566.0, 9526.0, 9541.0, 9557.0, 9495.0, 9582.0, 9532.0, 9541.0, 9557.0, 9498.0, 9567.0, 9501.0, 9582.0, 9528.0, 9520.0, 9534.0, 9476.0, 9580.0, 9529.0, 9510.0, 9551.0, 9502.0, 9584.0, 9545.0, 9528.0, 9556.0, 9502.0, 9585.0, 9544.0, 9556.0, 9555.0, 9526.0, 9555.0, 9507.0, 9562.0, 9505.0, 9553.0, 9517.0, 9504.0, 9560.0, 9511.0, 9561.0, 9528.0, 9512.0, 9567.0, 9516.0, 9580.0, 9548.0, 9543.0, 9572.0, 9517.0, 9565.0, 9529.0, 9533.0, 9551.0, 9482.0, 9563.0, 9523.0, 9541.0, 9539.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.003790680570801317</td></tr>
<tr><td colspan=3>aqi</td><td>0.0549329268935236</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.84719312906599</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.196906530604393</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9668487813406607</td></tr>
<tr><td colspan=3>efc</td><td>0.4737</td></tr>
<tr><td colspan=3>fber</td><td>6580.6919</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11227380559009108</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>52</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.70801317233809</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5801889560214835</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.41096394251814</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8095659330147282</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5200369925315824</td></tr>
<tr><td colspan=3>gcor</td><td>0.00435067</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010395052842795849</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027987154200673103</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9880375194151316</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>19.6835</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.2299</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>173.3639</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299898.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>12.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>797.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>336.7563</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6279</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>518.84</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3512.6695</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3711.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76646.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1258.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4581.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>930.5268</td></tr>
<tr><td colspan=3>tsnr</td><td>30.16179026174359</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>