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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0078/ses-02/func/sub-0078_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>0c2ae4e82a43868a7dd7bde6e090a0c1</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:28:32.675000</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.9996, 0.0277407, -0.00547512, -0.0270484, 0.994542, 0.100765]</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-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0755341</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4138, -7763, -7227, 803, -82, -182, -73, 91]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>230.667</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>aa228795-3e62-4b93-ab54-6ef652e38824||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.681854248046875, -0.07256900519132614, -0.022249452769756317, 114.79528045654297], [-0.07442634552717209, 2.6682848930358887, 0.27155742049217224, -102.05162048339844], [-0.014689341187477112, -0.27034565806388855, 2.6862170696258545, -53.598201751708984], [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': ['092832.675000', '092833.135000', '092833.595000', '092834.055000', '092834.515000', '092834.975000', '092835.435000', '092835.895000', '092836.355000', '092836.815000', '092837.275000', '092837.735000', '092838.195000', '092838.655000', '092839.115000', '092839.575000', '092840.035000', '092840.495000', '092840.955000', '092841.415000', '092841.875000', '092842.335000', '092842.795000', '092843.255000', '092843.715000', '092844.175000', '092844.635000', '092845.095000', '092845.555000', '092846.015000', '092846.475000', '092846.935000', '092847.395000', '092847.855000', '092848.315000', '092848.775000', '092849.235000', '092849.695000', '092850.155000', '092850.615000', '092851.075000', '092851.535000', '092851.995000', '092852.455000', '092852.915000', '092853.375000', '092853.835000', '092854.295000', '092854.755000', '092855.215000', '092855.675000', '092856.135000', '092856.595000', '092857.055000', '092857.515000', '092857.975000', '092858.435000', '092858.895000', '092859.355000', '092859.815000', '092900.275000', '092900.735000', '092901.195000', '092901.655000', '092902.115000', '092902.575000', '092903.035000', '092903.495000', '092903.955000', '092904.415000', '092904.875000', '092905.335000', '092905.795000', '092906.255000', '092906.715000', '092907.175000', '092907.635000', '092908.095000', '092908.555000', '092909.015000', '092909.475000', '092909.935000', '092910.395000', '092910.855000', '092911.315000', '092911.775000', '092912.235000', '092912.695000', '092913.155000', '092913.615000', '092914.075000', '092914.535000', '092914.995000', '092915.455000', '092915.915000', '092916.375000', '092916.835000', '092917.295000', '092917.755000', '092918.215000', '092918.675000', '092919.135000', '092919.595000', '092920.055000', '092920.515000', '092920.975000', '092921.435000', '092921.895000', '092922.355000', '092922.815000', '092923.275000', '092923.735000', '092924.195000', '092924.655000', '092925.115000', '092925.575000', '092926.035000', '092926.495000', '092926.955000', '092927.415000', '092927.875000', '092928.335000', '092928.795000', '092929.255000', '092929.715000', '092930.175000', '092930.635000', '092931.095000', '092931.555000', '092932.015000', '092932.475000', '092932.935000', '092933.395000', '092933.855000', '092934.315000', '092934.775000', '092935.235000', '092935.695000', '092936.155000', '092936.615000', '092937.075000', '092937.535000', '092937.995000', '092938.455000', '092938.915000', '092939.375000', '092939.835000', '092940.295000', '092940.755000', '092941.215000', '092941.675000', '092942.135000', '092942.595000', '092943.055000', '092943.515000', '092943.975000', '092944.435000', '092944.895000', '092945.355000', '092945.815000', '092946.275000', '092946.735000', '092947.195000', '092947.655000', '092948.115000', '092948.575000', '092949.035000', '092949.495000', '092949.955000', '092950.415000', '092950.875000', '092951.335000', '092951.795000', '092952.255000', '092952.715000', '092953.175000', '092953.635000', '092954.095000', '092954.555000', '092955.015000', '092955.475000', '092955.935000', '092956.395000', '092956.855000', '092957.315000', '092957.775000', '092958.235000', '092958.695000', '092959.155000', '092959.615000', '093000.075000', '093000.535000', '093000.995000', '093001.455000', '093001.915000', '093002.375000', '093002.835000', '093003.295000', '093003.755000', '093004.215000', '093004.675000', '093005.135000', '093005.595000', '093006.055000', '093006.515000', '093006.975000', '093007.435000', '093007.895000', '093008.355000', '093008.815000', '093009.275000', '093009.735000', '093010.195000', '093010.655000', '093011.115000', '093011.575000', '093012.035000', '093012.495000', '093012.955000', '093013.415000', '093013.875000', '093014.335000', '093014.795000', '093015.255000', '093015.715000', '093016.175000', '093016.635000', '093017.095000', '093017.555000', '093018.015000', '093018.475000', '093018.935000', '093019.395000', '093019.855000', '093020.315000', '093020.775000', '093021.235000', '093021.695000', '093022.155000', '093022.615000', '093023.075000', '093023.535000', '093023.995000', '093024.455000', '093024.915000', '093025.375000', '093025.835000', '093026.295000', '093026.755000', '093027.215000', '093027.675000', '093028.135000', '093028.595000', '093029.055000', '093029.515000', '093029.975000', '093030.435000', '093030.895000', '093031.355000', '093031.815000', '093032.275000', '093032.735000', '093033.195000', '093033.655000', '093034.115000', '093034.575000', '093035.035000', '093035.495000', '093035.955000', '093036.415000', '093036.875000', '093037.335000', '093037.795000', '093038.255000', '093038.715000', '093039.175000', '093039.635000', '093040.095000', '093040.555000', '093041.015000', '093041.475000', '093041.935000', '093042.395000', '093042.855000', '093043.315000', '093043.775000', '093044.235000', '093044.695000', '093045.155000', '093045.615000', '093046.075000', '093046.535000', '093046.995000', '093047.455000', '093047.915000', '093048.375000', '093048.835000', '093049.295000', '093049.755000', '093050.215000', '093050.675000', '093051.135000', '093051.595000', '093052.055000', '093052.515000', '093052.975000', '093053.435000', '093053.895000', '093054.355000', '093054.815000', '093055.275000', '093055.735000', '093056.195000', '093056.655000', '093057.115000', '093057.575000', '093058.035000', '093058.495000', '093058.955000', '093059.415000', '093059.875000', '093100.335000', '093100.795000', '093101.255000', '093101.715000', '093102.175000', '093102.635000', '093103.095000', '093103.555000', '093104.015000', '093104.475000', '093104.935000', '093105.395000', '093105.855000', '093106.315000', '093106.775000', '093107.235000', '093107.695000', '093108.155000', '093108.615000', '093109.075000', '093109.535000', '093109.995000', '093110.455000', '093110.915000', '093111.375000', '093111.835000', '093112.295000', '093112.755000', '093113.215000', '093113.675000', '093114.135000', '093114.595000', '093115.055000', '093115.515000', '093115.975000', '093116.435000', '093116.895000', '093117.355000', '093117.815000', '093118.275000', '093118.735000', '093119.195000', '093119.655000', '093120.115000', '093120.575000', '093121.035000', '093121.495000', '093121.955000', '093122.415000', '093122.875000', '093123.335000', '093123.795000', '093124.255000', '093124.715000', '093125.175000', '093125.635000', '093126.095000', '093126.555000', '093127.015000', '093127.475000', '093127.935000', '093128.395000', '093128.855000', '093129.315000', '093129.775000', '093130.235000', '093130.695000', '093131.155000', '093131.615000', '093132.075000', '093132.535000', '093132.995000', '093133.455000', '093133.915000', '093134.375000', '093134.835000', '093135.295000', '093135.755000', '093136.215000', '093136.675000', '093137.135000', '093137.595000', '093138.055000', '093138.515000', '093138.975000', '093139.435000', '093139.895000', '093140.355000', '093140.815000', '093141.275000', '093141.735000', '093142.195000', '093142.655000', '093143.115000', '093143.575000', '093144.035000', '093144.495000', '093144.955000', '093145.415000', '093145.875000', '093146.335000', '093146.795000', '093147.255000', '093147.715000', '093148.175000', '093148.635000', '093149.095000', '093149.555000', '093150.015000', '093150.475000', '093150.935000', '093151.395000', '093151.855000', '093152.315000', '093152.775000', '093153.235000', '093153.695000', '093154.155000', '093154.615000', '093155.075000', '093155.535000', '093155.995000', '093156.455000', '093156.915000', '093157.375000', '093157.835000', '093158.295000', '093158.755000', '093159.215000', '093159.675000', '093200.135000', '093200.595000', '093201.055000', '093201.515000', '093201.975000', '093202.435000', '093202.895000', '093203.355000', '093203.815000', '093204.275000', '093204.735000', '093205.195000', '093205.655000', '093206.115000', '093206.575000', '093207.035000', '093207.495000', '093207.955000', '093208.415000', '093208.875000', '093209.335000', '093209.795000', '093210.255000', '093210.715000', '093211.175000', '093211.635000', '093212.095000', '093212.555000', '093213.015000', '093213.475000', '093213.935000', '093214.395000', '093214.855000', '093215.315000', '093215.775000', '093216.235000', '093216.695000', '093217.155000', '093217.615000', '093218.075000', '093218.535000', '093218.995000', '093219.455000', '093219.915000', '093220.375000', '093220.835000', '093221.295000', '093221.755000', '093222.215000', '093222.675000', '093223.135000', '093223.595000', '093224.055000', '093224.515000', '093224.975000', '093225.435000', '093225.895000', '093226.355000', '093226.815000', '093227.275000', '093227.735000', '093228.195000', '093228.655000', '093229.115000', '093229.575000', '093230.035000', '093230.495000', '093230.955000', '093231.415000', '093231.875000', '093232.335000', '093232.795000', '093233.255000', '093233.715000', '093234.175000', '093234.635000', '093235.095000', '093235.555000', '093236.015000', '093236.475000', '093236.935000', '093237.395000', '093237.855000', '093238.315000', '093238.775000', '093239.235000', '093239.695000', '093240.155000', '093240.615000', '093241.075000', '093241.535000', '093241.995000', '093242.455000', '093242.915000', '093243.375000', '093243.835000', '093244.295000', '093244.755000', '093245.215000', '093245.675000', '093246.135000', '093246.595000', '093247.055000', '093247.515000', '093247.975000', '093248.435000', '093248.895000', '093249.355000', '093249.815000', '093250.275000', '093250.735000', '093251.195000', '093251.655000', '093252.115000', '093252.575000', '093253.035000', '093253.495000', '093253.955000', '093254.415000', '093254.875000', '093255.335000', '093255.795000', '093256.255000', '093256.715000', '093257.175000', '093257.635000', '093258.095000', '093258.555000', '093259.015000', '093259.475000', '093259.935000', '093300.395000', '093300.855000', '093301.315000', '093301.775000', '093302.235000', '093302.695000', '093303.155000', '093303.615000', '093304.075000', '093304.535000', '093304.995000', '093305.455000', '093305.915000', '093306.375000', '093306.835000', '093307.295000', '093307.755000', '093308.215000', '093308.675000', '093309.135000', '093309.595000', '093310.055000', '093310.515000', '093310.975000', '093311.435000', '093311.895000', '093312.355000', '093312.815000', '093313.275000', '093313.735000', '093314.195000', '093314.655000', '093315.115000', '093315.575000', '093316.035000', '093316.495000', '093316.955000', '093317.415000', '093317.875000', '093318.335000', '093318.795000', '093319.255000', '093319.715000', '093320.175000', '093320.635000', '093321.095000', '093321.555000', '093322.015000', '093322.475000', '093322.935000', '093323.395000', '093323.855000', '093324.315000', '093324.775000', '093325.235000', '093325.695000', '093326.155000', '093326.615000', '093327.075000', '093327.535000', '093327.995000', '093328.455000', '093328.915000', '093329.375000', '093329.835000', '093330.295000', '093330.755000', '093331.215000', '093331.675000', '093332.135000', '093332.595000', '093333.055000', '093333.515000', '093333.975000', '093334.435000', '093334.895000', '093335.355000', '093335.815000', '093336.275000', '093336.735000', '093337.195000', '093337.655000', '093338.115000', '093338.575000', '093339.035000', '093339.495000', '093339.955000', '093340.415000', '093340.875000', '093341.335000', '093341.795000', '093342.255000', '093342.715000', '093343.175000', '093343.635000', '093344.095000', '093344.555000', '093345.015000', '093345.475000', '093345.935000', '093346.395000', '093346.855000', '093347.315000', '093347.775000', '093348.235000', '093348.695000', '093349.155000', '093349.615000', '093350.075000', '093350.535000', '093350.995000', '093351.455000', '093351.915000', '093352.375000', '093352.835000', '093353.295000', '093353.755000', '093354.215000', '093354.675000', '093355.135000', '093355.595000', '093356.055000', '093356.515000', '093356.975000', '093357.435000', '093357.895000', '093358.355000', '093358.815000', '093359.275000', '093359.735000', '093400.195000', '093400.655000', '093401.115000', '093401.575000', '093402.035000', '093402.495000', '093402.955000', '093403.415000', '093403.875000', '093404.335000', '093404.795000', '093405.255000', '093405.715000', '093406.175000', '093406.635000', '093407.095000', '093407.555000', '093408.015000', '093408.475000', '093408.935000', '093409.395000', '093409.855000', '093410.315000', '093410.775000', '093411.235000', '093411.695000', '093412.155000', '093412.615000', '093413.075000', '093413.535000', '093413.995000', '093414.455000', '093414.915000', '093415.375000', '093415.835000', '093416.295000', '093416.755000', '093417.215000', '093417.675000', '093418.135000', '093418.595000', '093419.055000', '093419.515000', '093419.975000', '093420.435000', '093420.895000', '093421.355000', '093421.815000', '093422.275000', '093422.735000', '093423.195000', '093423.655000', '093424.115000', '093424.575000', '093425.035000', '093425.495000', '093425.955000', '093426.415000', '093426.875000', '093427.335000', '093427.795000', '093428.255000', '093428.715000', '093429.175000', '093429.635000', '093430.095000', '093430.555000', '093431.015000', '093431.475000', '093431.935000', '093432.395000', '093432.855000', '093433.315000', '093433.775000', '093434.235000', '093434.695000', '093435.155000', '093435.615000', '093436.075000', '093436.535000', '093436.995000', '093437.455000', '093437.915000', '093438.375000', '093438.835000', '093439.295000', '093439.755000', '093440.215000', '093440.675000', '093441.135000', '093441.595000', '093442.055000', '093442.515000', '093442.975000', '093443.435000', '093443.895000', '093444.355000', '093444.815000', '093445.275000', '093445.735000', '093446.195000', '093446.655000', '093447.115000', '093447.575000', '093448.035000', '093448.495000', '093448.955000', '093449.415000', '093449.875000', '093450.335000', '093450.795000', '093451.255000', '093451.715000', '093452.175000', '093452.635000', '093453.095000', '093453.555000', '093454.015000', '093454.475000', '093454.935000', '093455.395000', '093455.855000', '093456.315000', '093456.775000', '093457.235000', '093457.695000', '093458.155000', '093458.615000', '093459.075000', '093459.535000', '093459.995000', '093500.455000', '093500.915000', '093501.375000', '093501.835000', '093502.295000', '093502.755000', '093503.215000', '093503.675000', '093504.135000', '093504.595000', '093505.055000', '093505.515000', '093505.975000', '093506.435000', '093506.895000', '093507.355000', '093507.815000', '093508.275000', '093508.735000', '093509.195000', '093509.655000', '093510.115000', '093510.575000', '093511.035000', '093511.495000', '093511.955000', '093512.415000', '093512.875000', '093513.335000', '093513.795000', '093514.255000', '093514.715000', '093515.175000', '093515.635000', '093516.095000', '093516.555000', '093517.015000', '093517.475000', '093517.935000', '093518.395000', '093518.855000', '093519.315000', '093519.775000', '093520.235000', '093520.695000', '093521.155000', '093521.615000', '093522.075000', '093522.535000', '093522.995000', '093523.455000', '093523.915000', '093524.375000', '093524.835000', '093525.295000', '093525.755000', '093526.215000', '093526.675000', '093527.135000', '093527.595000', '093528.055000', '093528.515000', '093528.975000', '093529.435000', '093529.895000', '093530.355000', '093530.815000', '093531.275000', '093531.735000', '093532.195000', '093532.655000'], 'ContentTime': ['092857.687000', '092857.690000', '092857.693000', '092857.695000', '092857.698000', '092857.700000', '092857.703000', '092857.706000', '092857.708000', '092857.711000', '092857.714000', '092857.716000', '092857.719000', '092857.735000', '092857.737000', '092857.740000', '092857.742000', '092857.745000', '092857.748000', '092857.754000', '092857.757000', '092857.759000', '092857.762000', '092857.764000', '092857.767000', '092857.770000', '092857.772000', '092857.775000', '092857.777000', '092857.780000', '092857.783000', '092857.785000', '092857.788000', '092857.791000', '092857.793000', '092857.796000', '092857.799000', '092857.801000', '092857.804000', '092857.807000', '092857.809000', '092857.812000', '092857.815000', '092857.817000', '092857.820000', '092857.822000', '092857.825000', '092857.828000', '092857.830000', '092857.833000', '092857.836000', '092857.838000', '092857.841000', '092917.658000', '092917.662000', '092917.664000', '092917.667000', '092917.669000', '092917.672000', '092917.675000', '092917.677000', '092917.680000', '092917.683000', '092917.685000', '092917.688000', '092917.690000', '092917.693000', '092917.696000', '092917.698000', '092917.701000', '092917.704000', '092917.706000', '092917.709000', '092917.711000', '092917.714000', '092917.721000', '092917.723000', '092917.726000', '092917.729000', '092917.731000', '092917.734000', '092917.736000', '092917.739000', '092917.742000', '092917.745000', '092917.747000', '092917.750000', '092917.752000', '092917.755000', '092917.758000', '092917.760000', '092917.763000', '092917.766000', '092917.768000', '092917.771000', '092917.773000', '092937.658000', '092937.661000', '092937.665000', '092937.668000', '092937.671000', '092937.673000', '092937.676000', '092937.679000', '092937.681000', '092937.684000', '092937.687000', '092937.689000', '092937.692000', '092937.695000', '092937.697000', '092937.700000', '092937.703000', '092937.705000', '092937.708000', '092937.711000', '092937.713000', '092937.716000', '092937.718000', '092937.721000', '092937.724000', '092937.727000', '092937.730000', '092937.733000', '092937.736000', '092937.738000', '092937.741000', '092937.744000', '092937.747000', '092937.749000', '092937.752000', '092937.754000', '092937.757000', '092937.760000', '092937.762000', '092937.765000', '092937.768000', '092937.770000', '092937.773000', '092957.659000', '092957.662000', '092957.665000', '092957.667000', '092957.670000', '092957.673000', '092957.675000', '092957.678000', '092957.689000', '092957.691000', '092957.694000', '092957.697000', '092957.699000', '092957.702000', '092957.705000', '092957.707000', '092957.710000', '092957.713000', '092957.715000', '092957.718000', '092957.721000', '092957.723000', '092957.726000', '092957.729000', '092957.731000', '092957.734000', '092957.736000', '092957.739000', '092957.742000', '092957.745000', '092957.747000', '092957.750000', '092957.752000', '092957.755000', '092957.758000', '092957.760000', '092957.763000', '092957.772000', '092957.775000', '092957.778000', '092957.780000', '092957.783000', '092957.786000', '092957.788000', '093017.658000', '093017.661000', '093017.664000', '093017.667000', '093017.669000', '093017.672000', '093017.674000', '093017.677000', '093017.680000', '093017.682000', '093017.685000', '093017.687000', '093017.690000', '093017.693000', '093017.695000', '093017.698000', '093017.701000', '093017.703000', '093017.706000', '093017.709000', '093017.711000', '093017.714000', '093017.717000', '093017.719000', '093017.722000', '093017.724000', '093017.727000', '093017.730000', '093017.733000', '093017.735000', '093017.738000', '093017.740000', '093017.743000', '093017.746000', '093017.748000', '093017.751000', '093017.753000', '093017.756000', '093017.759000', '093017.761000', '093017.764000', '093017.766000', '093017.769000', '093037.658000', '093037.660000', '093037.663000', '093037.666000', '093037.669000', '093037.671000', '093037.674000', '093037.676000', '093037.680000', '093037.682000', '093037.685000', '093037.687000', '093037.690000', '093037.693000', '093037.712000', '093037.715000', '093037.718000', '093037.720000', '093037.723000', '093037.726000', '093037.728000', '093037.731000', '093037.734000', '093037.736000', '093037.739000', '093037.741000', '093037.744000', '093037.747000', '093037.749000', '093037.752000', '093037.755000', '093037.757000', '093037.760000', '093037.763000', '093037.765000', '093037.768000', '093037.771000', '093037.773000', '093037.776000', '093037.778000', '093037.781000', '093037.784000', '093037.786000', '093037.789000', '093057.658000', '093057.661000', '093057.665000', '093057.667000', '093057.670000', '093057.672000', '093057.675000', '093057.678000', '093057.680000', '093057.683000', '093057.686000', '093057.688000', '093057.691000', '093057.693000', '093057.696000', '093057.699000', '093057.701000', '093057.704000', '093057.707000', '093057.709000', '093057.712000', '093057.715000', '093057.718000', '093057.720000', '093057.723000', '093057.727000', '093057.730000', '093057.733000', '093057.735000', '093057.738000', '093057.740000', '093057.743000', '093057.746000', '093057.748000', '093057.751000', '093057.754000', '093057.756000', '093057.759000', '093057.762000', '093057.764000', '093057.768000', '093057.772000', '093057.775000', '093117.658000', '093117.661000', '093117.664000', '093117.667000', '093117.670000', '093117.672000', '093117.675000', '093117.677000', '093117.680000', '093117.683000', '093117.685000', '093117.688000', '093117.691000', '093117.694000', '093117.696000', '093117.699000', '093117.701000', '093117.704000', '093117.707000', '093117.710000', '093117.712000', '093117.715000', '093117.717000', '093117.720000', '093117.723000', '093117.725000', '093117.728000', '093117.731000', '093117.733000', '093117.736000', '093117.739000', '093117.741000', '093117.744000', '093117.747000', '093117.749000', '093117.752000', '093117.755000', '093117.762000', '093117.765000', '093117.768000', '093117.770000', '093117.773000', '093117.776000', '093117.778000', '093137.659000', '093137.662000', '093137.665000', '093137.667000', '093137.670000', '093137.673000', '093137.675000', '093137.678000', '093137.680000', '093137.683000', '093137.686000', '093137.688000', '093137.691000', '093137.694000', '093137.696000', '093137.699000', '093137.702000', '093137.704000', '093137.707000', '093137.709000', '093137.712000', '093137.715000', '093137.717000', '093137.720000', '093137.722000', '093137.725000', '093137.728000', '093137.731000', '093137.733000', '093137.736000', '093137.739000', '093137.741000', '093137.744000', '093137.747000', '093137.749000', '093137.752000', '093137.754000', '093137.757000', '093137.760000', '093137.762000', '093137.765000', '093137.768000', '093137.771000', '093157.659000', '093157.661000', '093157.665000', '093157.667000', '093157.670000', '093157.672000', '093157.675000', '093157.678000', '093157.681000', '093157.683000', '093157.686000', '093157.689000', '093157.691000', '093157.694000', '093157.701000', '093157.704000', '093157.706000', '093157.709000', '093157.712000', '093157.714000', '093157.717000', '093157.720000', '093157.722000', '093157.725000', '093157.728000', '093157.730000', '093157.733000', '093157.736000', '093157.738000', '093157.741000', '093157.744000', '093157.746000', '093157.749000', '093157.752000', '093157.754000', '093157.757000', '093157.759000', '093157.762000', '093157.765000', '093157.774000', '093157.776000', '093157.779000', '093157.782000', '093157.784000', '093217.659000', '093217.662000', '093217.664000', '093217.667000', '093217.670000', '093217.672000', '093217.675000', '093217.678000', '093217.680000', '093217.683000', '093217.686000', '093217.688000', '093217.691000', '093217.694000', '093217.697000', '093217.699000', '093217.702000', '093217.705000', '093217.707000', '093217.710000', '093217.713000', '093217.715000', '093217.718000', '093217.721000', '093217.723000', '093217.726000', '093217.729000', '093217.731000', '093217.734000', '093217.737000', '093217.739000', '093217.742000', '093217.745000', '093217.747000', '093217.750000', '093217.753000', '093217.756000', '093217.758000', '093217.761000', '093217.764000', '093217.766000', '093217.769000', '093217.772000', '093237.659000', '093237.661000', '093237.664000', '093237.667000', '093237.670000', '093237.672000', '093237.675000', '093237.678000', '093237.681000', '093237.683000', '093237.686000', '093237.689000', '093237.691000', '093237.694000', '093237.697000', '093237.699000', '093237.702000', '093237.705000', '093237.707000', '093237.710000', '093237.713000', '093237.715000', '093237.718000', '093237.721000', '093237.723000', '093237.726000', '093237.728000', '093237.731000', '093237.734000', '093237.737000', '093237.739000', '093237.742000', '093237.744000', '093237.747000', '093237.750000', '093237.752000', '093237.755000', '093237.758000', '093237.761000', '093237.763000', '093237.766000', '093237.769000', '093237.771000', '093257.658000', '093257.661000', '093257.663000', '093257.666000', '093257.669000', '093257.671000', '093257.674000', '093257.676000', '093257.679000', '093257.682000', '093257.684000', '093257.687000', '093257.690000', '093257.692000', '093257.695000', '093257.697000', '093257.700000', '093257.703000', '093257.705000', '093257.708000', '093257.711000', '093257.714000', '093257.716000', '093257.719000', '093257.722000', '093257.724000', '093257.727000', '093257.729000', '093257.732000', '093257.735000', '093257.737000', '093257.740000', '093257.743000', '093257.745000', '093257.748000', '093257.750000', '093257.753000', '093257.756000', '093257.759000', '093257.761000', '093257.764000', '093257.767000', '093257.769000', '093257.772000', '093317.659000', '093317.662000', '093317.664000', '093317.667000', '093317.670000', '093317.673000', '093317.675000', '093317.678000', '093317.681000', '093317.683000', '093317.686000', '093317.689000', '093317.691000', '093317.694000', '093317.697000', '093317.699000', '093317.702000', '093317.705000', '093317.707000', '093317.710000', '093317.713000', '093317.716000', '093317.718000', '093317.721000', '093317.724000', '093317.726000', '093317.729000', '093317.731000', '093317.734000', '093317.737000', '093317.739000', '093317.742000', '093317.745000', '093317.747000', '093317.750000', '093317.753000', '093317.756000', '093317.758000', '093317.761000', '093317.764000', '093317.766000', '093317.769000', '093317.772000', '093317.774000', '093337.659000', '093337.661000', '093337.664000', '093337.667000', '093337.669000', '093337.672000', '093337.675000', '093337.677000', '093337.680000', '093337.683000', '093337.685000', '093337.688000', '093337.691000', '093337.693000', '093337.696000', '093337.698000', '093337.701000', '093337.704000', '093337.706000', '093337.709000', '093337.727000', '093337.730000', '093337.732000', '093337.735000', '093337.738000', '093337.740000', '093337.743000', '093337.746000', '093337.748000', '093337.751000', '093337.754000', '093337.756000', '093337.759000', '093337.761000', '093337.764000', '093337.767000', '093337.769000', '093337.772000', '093337.775000', '093337.777000', '093337.780000', '093337.782000', '093337.785000', '093357.659000', '093357.661000', '093357.664000', '093357.667000', '093357.669000', '093357.672000', '093357.675000', '093357.677000', '093357.680000', '093357.683000', '093357.686000', '093357.688000', '093357.691000', '093357.694000', '093357.696000', '093357.699000', '093357.702000', '093357.704000', '093357.707000', '093357.710000', '093357.713000', '093357.715000', '093357.718000', '093357.721000', '093357.723000', '093357.726000', '093357.729000', '093357.731000', '093357.734000', '093357.737000', '093357.739000', '093357.742000', '093357.745000', '093357.747000', '093357.750000', '093357.753000', '093357.755000', '093357.758000', '093357.760000', '093357.763000', '093357.766000', '093357.769000', '093357.778000', '093357.781000', '093417.658000', '093417.661000', '093417.664000', '093417.667000', '093417.669000', '093417.672000', '093417.675000', '093417.677000', '093417.680000', '093417.683000', '093417.685000', '093417.688000', '093417.690000', '093417.693000', '093417.697000', '093417.700000', '093417.703000', '093417.705000', '093417.708000', '093417.711000', '093417.713000', '093417.716000', '093417.719000', '093417.721000', '093417.724000', '093417.727000', '093417.730000', '093417.732000', '093417.735000', '093417.738000', '093417.740000', '093417.743000', '093417.746000', '093417.748000', '093417.751000', '093417.754000', '093417.757000', '093417.759000', '093417.762000', '093417.765000', '093417.769000', '093417.772000', '093417.774000', '093437.659000', '093437.661000', '093437.664000', '093437.667000', '093437.670000', '093437.672000', '093437.675000', '093437.677000', '093437.680000', '093437.683000', '093437.685000', '093437.688000', '093437.691000', '093437.693000', '093437.696000', '093437.699000', '093437.701000', '093437.704000', '093437.707000', '093437.709000', '093437.712000', '093437.715000', '093437.717000', '093437.720000', '093437.722000', '093437.725000', '093437.728000', '093437.730000', '093437.733000', '093437.736000', '093437.738000', '093437.741000', '093437.744000', '093437.746000', '093437.749000', '093437.752000', '093437.754000', '093437.757000', '093437.760000', '093437.762000', '093437.765000', '093437.767000', '093437.770000', '093437.773000', '093457.658000', '093457.660000', '093457.663000', '093457.666000', '093457.669000', '093457.671000', '093457.674000', '093457.676000', '093457.679000', '093457.682000', '093457.684000', '093457.687000', '093457.689000', '093457.692000', '093457.695000', '093457.697000', '093457.700000', '093457.703000', '093457.705000', '093457.708000', '093457.711000', '093457.713000', '093457.716000', '093457.719000', '093457.721000', '093457.724000', '093457.727000', '093457.729000', '093457.732000', '093457.735000', '093457.752000', '093457.754000', '093457.757000', '093457.759000', '093457.762000', '093457.765000', '093457.768000', '093457.770000', '093457.773000', '093457.776000', '093457.778000', '093457.781000', '093457.784000', '093517.657000', '093517.661000', '093517.663000', '093517.666000', '093517.669000', '093517.671000', '093517.674000', '093517.677000', '093517.679000', '093517.682000', '093517.685000', '093517.687000', '093517.690000', '093517.692000', '093517.695000', '093517.698000', '093517.700000', '093517.703000', '093517.706000', '093517.708000', '093517.711000', '093517.714000', '093517.716000', '093517.719000', '093517.721000', '093517.724000', '093517.727000', '093517.729000', '093517.732000', '093517.735000', '093517.738000', '093517.740000', '093517.743000', '093517.745000', '093517.748000', '093517.751000', '093517.753000', '093517.756000', '093517.759000', '093517.761000', '093517.764000', '093517.767000', '093517.769000', '093517.772000', '093533.714000', '093533.716000', '093533.719000', '093533.722000', '093533.725000', '093533.727000', '093533.730000', '093533.732000', '093533.735000', '093533.738000', '093533.740000', '093533.743000', '093533.746000', '093533.748000', '093533.751000', '093533.754000', '093533.756000', '093533.759000', '093533.762000', '093533.764000', '093533.767000', '093533.770000', '093533.772000', '093533.775000', '093533.778000', '093533.780000', '093533.783000', '093533.786000', '093533.788000', '093533.791000', '093533.793000', '093533.796000', '093533.799000', '093533.801000', '093533.804000'], 'InstanceCreationTime': ['092857.687000', '092857.690000', '092857.693000', '092857.695000', '092857.698000', '092857.700000', '092857.703000', '092857.706000', '092857.708000', '092857.711000', '092857.714000', '092857.716000', '092857.719000', '092857.735000', '092857.737000', '092857.740000', '092857.742000', '092857.745000', '092857.748000', '092857.754000', '092857.757000', '092857.759000', '092857.762000', '092857.764000', '092857.767000', '092857.770000', '092857.772000', '092857.775000', '092857.777000', '092857.780000', '092857.783000', '092857.785000', '092857.788000', '092857.791000', '092857.793000', '092857.796000', '092857.799000', '092857.801000', '092857.804000', '092857.807000', '092857.809000', '092857.812000', '092857.815000', '092857.817000', '092857.820000', '092857.822000', '092857.825000', '092857.828000', '092857.830000', '092857.833000', '092857.836000', '092857.838000', '092857.841000', '092917.658000', '092917.662000', '092917.664000', '092917.667000', '092917.669000', '092917.672000', '092917.675000', '092917.677000', '092917.680000', '092917.683000', '092917.685000', '092917.688000', '092917.690000', '092917.693000', '092917.696000', '092917.698000', '092917.701000', '092917.704000', '092917.706000', '092917.709000', '092917.711000', '092917.714000', '092917.721000', '092917.723000', '092917.726000', '092917.729000', '092917.731000', '092917.734000', '092917.736000', '092917.739000', '092917.742000', '092917.745000', '092917.747000', '092917.750000', '092917.752000', '092917.755000', '092917.758000', '092917.760000', '092917.763000', '092917.766000', '092917.768000', '092917.771000', '092917.773000', '092937.658000', '092937.661000', '092937.665000', '092937.668000', '092937.671000', '092937.673000', '092937.676000', '092937.679000', '092937.681000', '092937.684000', '092937.687000', '092937.689000', '092937.692000', '092937.695000', '092937.697000', '092937.700000', '092937.703000', '092937.705000', '092937.708000', '092937.711000', '092937.713000', '092937.716000', '092937.718000', '092937.721000', '092937.724000', '092937.727000', '092937.730000', '092937.733000', '092937.736000', '092937.738000', '092937.741000', '092937.744000', '092937.747000', '092937.749000', '092937.752000', '092937.754000', '092937.757000', '092937.760000', '092937.762000', '092937.765000', '092937.768000', '092937.770000', '092937.773000', '092957.659000', '092957.662000', '092957.665000', '092957.667000', '092957.670000', '092957.673000', '092957.675000', '092957.678000', '092957.689000', '092957.691000', '092957.694000', '092957.697000', '092957.699000', '092957.702000', '092957.705000', '092957.707000', '092957.710000', '092957.713000', '092957.715000', '092957.718000', '092957.721000', '092957.723000', '092957.726000', '092957.729000', '092957.731000', '092957.734000', '092957.736000', '092957.739000', '092957.742000', '092957.745000', '092957.747000', '092957.750000', '092957.752000', '092957.755000', '092957.758000', '092957.760000', '092957.763000', '092957.772000', '092957.775000', '092957.778000', '092957.780000', '092957.783000', '092957.786000', '092957.788000', '093017.658000', '093017.661000', '093017.664000', '093017.667000', '093017.669000', '093017.672000', '093017.674000', '093017.677000', '093017.680000', '093017.682000', '093017.685000', '093017.687000', '093017.690000', '093017.693000', '093017.695000', '093017.698000', '093017.701000', '093017.703000', '093017.706000', '093017.709000', '093017.711000', '093017.714000', '093017.717000', '093017.719000', '093017.722000', '093017.724000', '093017.727000', '093017.730000', '093017.733000', '093017.735000', '093017.738000', '093017.740000', '093017.743000', '093017.746000', '093017.748000', '093017.751000', '093017.753000', '093017.756000', '093017.759000', '093017.761000', '093017.764000', '093017.766000', '093017.769000', '093037.658000', '093037.660000', '093037.663000', '093037.666000', '093037.669000', '093037.671000', '093037.674000', '093037.676000', '093037.680000', '093037.682000', '093037.685000', '093037.687000', '093037.690000', '093037.693000', '093037.712000', '093037.715000', '093037.718000', '093037.720000', '093037.723000', '093037.726000', '093037.728000', '093037.731000', '093037.734000', '093037.736000', '093037.739000', '093037.741000', '093037.744000', '093037.747000', '093037.749000', '093037.752000', '093037.755000', '093037.757000', '093037.760000', '093037.763000', '093037.765000', '093037.768000', '093037.771000', '093037.773000', '093037.776000', '093037.778000', '093037.781000', '093037.784000', '093037.786000', '093037.789000', '093057.658000', '093057.661000', '093057.665000', '093057.667000', '093057.670000', '093057.672000', '093057.675000', '093057.678000', '093057.680000', '093057.683000', '093057.686000', '093057.688000', '093057.691000', '093057.693000', '093057.696000', '093057.699000', '093057.701000', '093057.704000', '093057.707000', '093057.709000', '093057.712000', '093057.715000', '093057.718000', '093057.720000', '093057.723000', '093057.727000', '093057.730000', '093057.733000', '093057.735000', '093057.738000', '093057.740000', '093057.743000', '093057.746000', '093057.748000', '093057.751000', '093057.754000', '093057.756000', '093057.759000', '093057.762000', '093057.764000', '093057.768000', '093057.772000', '093057.775000', '093117.658000', '093117.661000', '093117.664000', '093117.667000', '093117.670000', '093117.672000', '093117.675000', '093117.677000', '093117.680000', '093117.683000', '093117.685000', '093117.688000', '093117.691000', '093117.694000', '093117.696000', '093117.699000', '093117.701000', '093117.704000', '093117.707000', '093117.710000', '093117.712000', '093117.715000', '093117.717000', '093117.720000', '093117.723000', '093117.725000', '093117.728000', '093117.731000', '093117.733000', '093117.736000', '093117.739000', '093117.741000', '093117.744000', '093117.747000', '093117.749000', '093117.752000', '093117.755000', '093117.762000', '093117.765000', '093117.768000', '093117.770000', '093117.773000', '093117.776000', '093117.778000', '093137.659000', '093137.662000', '093137.665000', '093137.667000', '093137.670000', '093137.673000', '093137.675000', '093137.678000', '093137.680000', '093137.683000', '093137.686000', '093137.688000', '093137.691000', '093137.694000', '093137.696000', '093137.699000', '093137.702000', '093137.704000', '093137.707000', '093137.709000', '093137.712000', '093137.715000', '093137.717000', '093137.720000', '093137.722000', '093137.725000', '093137.728000', '093137.731000', '093137.733000', '093137.736000', '093137.739000', '093137.741000', '093137.744000', '093137.747000', '093137.749000', '093137.752000', '093137.754000', '093137.757000', '093137.760000', '093137.762000', '093137.765000', '093137.768000', '093137.771000', '093157.659000', '093157.661000', '093157.665000', '093157.667000', '093157.670000', '093157.672000', '093157.675000', '093157.678000', '093157.681000', '093157.683000', '093157.686000', '093157.689000', '093157.691000', '093157.694000', '093157.701000', '093157.704000', '093157.706000', '093157.709000', '093157.712000', '093157.714000', '093157.717000', '093157.720000', '093157.722000', '093157.725000', '093157.728000', '093157.730000', '093157.733000', '093157.736000', '093157.738000', '093157.741000', '093157.744000', '093157.746000', '093157.749000', '093157.752000', '093157.754000', '093157.757000', '093157.759000', '093157.762000', '093157.765000', '093157.774000', '093157.776000', '093157.779000', '093157.782000', '093157.784000', '093217.659000', '093217.662000', '093217.664000', '093217.667000', '093217.670000', '093217.672000', '093217.675000', '093217.678000', '093217.680000', '093217.683000', '093217.686000', '093217.688000', '093217.691000', '093217.694000', '093217.697000', '093217.699000', '093217.702000', '093217.705000', '093217.707000', '093217.710000', '093217.713000', '093217.715000', '093217.718000', '093217.721000', '093217.723000', '093217.726000', '093217.729000', '093217.731000', '093217.734000', '093217.737000', '093217.739000', '093217.742000', '093217.745000', '093217.747000', '093217.750000', '093217.753000', '093217.756000', '093217.758000', '093217.761000', '093217.764000', '093217.766000', '093217.769000', '093217.772000', '093237.659000', '093237.661000', '093237.664000', '093237.667000', '093237.670000', '093237.672000', '093237.675000', '093237.678000', '093237.681000', '093237.683000', '093237.686000', '093237.689000', '093237.691000', '093237.694000', '093237.697000', '093237.699000', '093237.702000', '093237.705000', '093237.707000', '093237.710000', '093237.713000', '093237.715000', '093237.718000', '093237.721000', '093237.723000', '093237.726000', '093237.728000', '093237.731000', '093237.734000', '093237.737000', '093237.739000', '093237.742000', '093237.744000', '093237.747000', '093237.750000', '093237.752000', '093237.755000', '093237.758000', '093237.761000', '093237.763000', '093237.766000', '093237.769000', '093237.771000', '093257.658000', '093257.661000', '093257.663000', '093257.666000', '093257.669000', '093257.671000', '093257.674000', '093257.676000', '093257.679000', '093257.682000', '093257.684000', '093257.687000', '093257.690000', '093257.692000', '093257.695000', '093257.697000', '093257.700000', '093257.703000', '093257.705000', '093257.708000', '093257.711000', '093257.714000', '093257.716000', '093257.719000', '093257.722000', '093257.724000', '093257.727000', '093257.729000', '093257.732000', '093257.735000', '093257.737000', '093257.740000', '093257.743000', '093257.745000', '093257.748000', '093257.750000', '093257.753000', '093257.756000', '093257.759000', '093257.761000', '093257.764000', '093257.767000', '093257.769000', '093257.772000', '093317.659000', '093317.662000', '093317.664000', '093317.667000', '093317.670000', '093317.673000', '093317.675000', '093317.678000', '093317.681000', '093317.683000', '093317.686000', '093317.689000', '093317.691000', '093317.694000', '093317.697000', '093317.699000', '093317.702000', '093317.705000', '093317.707000', '093317.710000', '093317.713000', '093317.716000', '093317.718000', '093317.721000', '093317.724000', '093317.726000', '093317.729000', '093317.731000', '093317.734000', '093317.737000', '093317.739000', '093317.742000', '093317.745000', '093317.747000', '093317.750000', '093317.753000', '093317.756000', '093317.758000', '093317.761000', '093317.764000', '093317.766000', '093317.769000', '093317.772000', '093317.774000', '093337.659000', '093337.661000', '093337.664000', '093337.667000', '093337.669000', '093337.672000', '093337.675000', '093337.677000', '093337.680000', '093337.683000', '093337.685000', '093337.688000', '093337.691000', '093337.693000', '093337.696000', '093337.698000', '093337.701000', '093337.704000', '093337.706000', '093337.709000', '093337.727000', '093337.730000', '093337.732000', '093337.735000', '093337.738000', '093337.740000', '093337.743000', '093337.746000', '093337.748000', '093337.751000', '093337.754000', '093337.756000', '093337.759000', '093337.761000', '093337.764000', '093337.767000', '093337.769000', '093337.772000', '093337.775000', '093337.777000', '093337.780000', '093337.782000', '093337.785000', '093357.659000', '093357.661000', '093357.664000', '093357.667000', '093357.669000', '093357.672000', '093357.675000', '093357.677000', '093357.680000', '093357.683000', '093357.686000', '093357.688000', '093357.691000', '093357.694000', '093357.696000', '093357.699000', '093357.702000', '093357.704000', '093357.707000', '093357.710000', '093357.713000', '093357.715000', '093357.718000', '093357.721000', '093357.723000', '093357.726000', '093357.729000', '093357.731000', '093357.734000', '093357.737000', '093357.739000', '093357.742000', '093357.745000', '093357.747000', '093357.750000', '093357.753000', '093357.755000', '093357.758000', '093357.760000', '093357.763000', '093357.766000', '093357.769000', '093357.778000', '093357.781000', '093417.658000', '093417.661000', '093417.664000', '093417.667000', '093417.669000', '093417.672000', '093417.675000', '093417.677000', '093417.680000', '093417.683000', '093417.685000', '093417.688000', '093417.690000', '093417.693000', '093417.697000', '093417.700000', '093417.703000', '093417.705000', '093417.708000', '093417.711000', '093417.713000', '093417.716000', '093417.719000', '093417.721000', '093417.724000', '093417.727000', '093417.730000', '093417.732000', '093417.735000', '093417.738000', '093417.740000', '093417.743000', '093417.746000', '093417.748000', '093417.751000', '093417.754000', '093417.757000', '093417.759000', '093417.762000', '093417.765000', '093417.769000', '093417.772000', '093417.774000', '093437.659000', '093437.661000', '093437.664000', '093437.667000', '093437.670000', '093437.672000', '093437.675000', '093437.677000', '093437.680000', '093437.683000', '093437.685000', '093437.688000', '093437.691000', '093437.693000', '093437.696000', '093437.699000', '093437.701000', '093437.704000', '093437.707000', '093437.709000', '093437.712000', '093437.715000', '093437.717000', '093437.720000', '093437.722000', '093437.725000', '093437.728000', '093437.730000', '093437.733000', '093437.736000', '093437.738000', '093437.741000', '093437.744000', '093437.746000', '093437.749000', '093437.752000', '093437.754000', '093437.757000', '093437.760000', '093437.762000', '093437.765000', '093437.767000', '093437.770000', '093437.773000', '093457.658000', '093457.660000', '093457.663000', '093457.666000', '093457.669000', '093457.671000', '093457.674000', '093457.676000', '093457.679000', '093457.682000', '093457.684000', '093457.687000', '093457.689000', '093457.692000', '093457.695000', '093457.697000', '093457.700000', '093457.703000', '093457.705000', '093457.708000', '093457.711000', '093457.713000', '093457.716000', '093457.719000', '093457.721000', '093457.724000', '093457.727000', '093457.729000', '093457.732000', '093457.735000', '093457.752000', '093457.754000', '093457.757000', '093457.759000', '093457.762000', '093457.765000', '093457.768000', '093457.770000', '093457.773000', '093457.776000', '093457.778000', '093457.781000', '093457.784000', '093517.657000', '093517.661000', '093517.663000', '093517.666000', '093517.669000', '093517.671000', '093517.674000', '093517.677000', '093517.679000', '093517.682000', '093517.685000', '093517.687000', '093517.690000', '093517.692000', '093517.695000', '093517.698000', '093517.700000', '093517.703000', '093517.706000', '093517.708000', '093517.711000', '093517.714000', '093517.716000', '093517.719000', '093517.721000', '093517.724000', '093517.727000', '093517.729000', '093517.732000', '093517.735000', '093517.738000', '093517.740000', '093517.743000', '093517.745000', '093517.748000', '093517.751000', '093517.753000', '093517.756000', '093517.759000', '093517.761000', '093517.764000', '093517.767000', '093517.769000', '093517.772000', '093533.714000', '093533.716000', '093533.719000', '093533.722000', '093533.725000', '093533.727000', '093533.730000', '093533.732000', '093533.735000', '093533.738000', '093533.740000', '093533.743000', '093533.746000', '093533.748000', '093533.751000', '093533.754000', '093533.756000', '093533.759000', '093533.762000', '093533.764000', '093533.767000', '093533.770000', '093533.772000', '093533.775000', '093533.778000', '093533.780000', '093533.783000', '093533.786000', '093533.788000', '093533.791000', '093533.793000', '093533.796000', '093533.799000', '093533.801000', '093533.804000'], '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': [8290, 10661, 7819, 10503, 7025, 9905, 7114, 8952, 6760, 7926, 7847, 6420, 6913, 7475, 6544, 6569, 7334, 8354, 7296, 9564, 7206, 9062, 7341, 8674, 7144, 8428, 7302, 8786, 6986, 7880, 6831, 7615, 6586, 8307, 6756, 7514, 6458, 6541, 7053, 6601, 7664, 6864, 7944, 6752, 7951, 6801, 9601, 6993, 9143, 8319, 8312, 6841, 8644, 9373, 7178, 11170, 7943, 10348, 7172, 9709, 6915, 8763, 6436, 7314, 9789, 7027, 10191, 7509, 9349, 7044, 9125, 7055, 8914, 6989, 8894, 6868, 8389, 6755, 8082, 6922, 7846, 6591, 7046, 6398, 7116, 6302, 6819, 6971, 7273, 6431, 6999, 7439, 6831, 8781, 7029, 8971, 7331, 6234, 6854, 6562, 7165, 6575, 8270, 7064, 7653, 7988, 7167, 6341, 6904, 7504, 6925, 8925, 7029, 8756, 6963, 8133, 6821, 7877, 6772, 8162, 6508, 8063, 6602, 8303, 6960, 8200, 6793, 7562, 6617, 8045, 6702, 7845, 6579, 7146, 8868, 6926, 9027, 6728, 8696, 6713, 8746, 6622, 8362, 6843, 7973, 6842, 8147, 6628, 7800, 6698, 7809, 6590, 7132, 6615, 7370, 6606, 7215, 6558, 6838, 6568, 7137, 6519, 7243, 6629, 7022, 7687, 6953, 8870, 6855, 8658, 7021, 8766, 6769, 8557, 6746, 7906, 6655, 6882, 6590, 7183, 6589, 7629, 6641, 7976, 6851, 8669, 6672, 8301, 6872, 8430, 6746, 8379, 6615, 7978, 6629, 8218, 6702, 8634, 6564, 8408, 6639, 8013, 6816, 7839, 6426, 7643, 6559, 7656, 6792, 7958, 6506, 7437, 6332, 6970, 6428, 7540, 6678, 7612, 6611, 8436, 6624, 8769, 6889, 8486, 6899, 8402, 6718, 8852, 6724, 8846, 6665, 8586, 6771, 8515, 6809, 8628, 6571, 8359, 6742, 7816, 6479, 7963, 6578, 7725, 6564, 8350, 6677, 8415, 6899, 8580, 7195, 6970, 7154, 6569, 7361, 6601, 7737, 6811, 7615, 6702, 8669, 6704, 8205, 6751, 8370, 6722, 8531, 7410, 6417, 6916, 6679, 7036, 6618, 7133, 6592, 8159, 6689, 8249, 6790, 8387, 6747, 8523, 6791, 8254, 6870, 7578, 6629, 8340, 6672, 8254, 6671, 8138, 6580, 7968, 6721, 8291, 6715, 8302, 6713, 8282, 6904, 8642, 6903, 8661, 7041, 8844, 6952, 8176, 7920, 6475, 7229, 6886, 8473, 6767, 8902, 6812, 8479, 6969, 7718, 6757, 8448, 6901, 8860, 6863, 8557, 7459, 6622, 6930, 6616, 7207, 7311, 7403, 6780, 8615, 6896, 7343, 6707, 6477, 7286, 6482, 7615, 6458, 7493, 7296, 6985, 7107, 6827, 6553, 7112, 8279, 7445, 10010, 7393, 8877, 7234, 6360, 7164, 6451, 7552, 6584, 8359, 6734, 8658, 7042, 9867, 8206, 6608, 7324, 6821, 6409, 7275, 6637, 8594, 6691, 7916, 6488, 7164, 6669, 8134, 6567, 7601, 6941, 8106, 6551, 7655, 6656, 7710, 6842, 7799, 6694, 7796, 6620, 7861, 6736, 8019, 6768, 8589, 6730, 8110, 6602, 8780, 6655, 8684, 7046, 8038, 7663, 6503, 7012, 6564, 7504, 6472, 7821, 6675, 8396, 6793, 7246, 7076, 7535, 7550, 7674, 7736, 6890, 7459, 6748, 8217, 6799, 8414, 6840, 8815, 7224, 9608, 6839, 8964, 7166, 6682, 7472, 6693, 9245, 6898, 8976, 6949, 9165, 6862, 8887, 6915, 8691, 6915, 9154, 6814, 8226, 6745, 7951, 6387, 7129, 6337, 7431, 6207, 7153, 6241, 7170, 7720, 6944, 7159, 7502, 6819, 7112, 7023, 8458, 6880, 7035, 7364, 8433, 7139, 8161, 7806, 8585, 7184, 7398, 7241, 7571, 7454, 8602, 7833, 6568, 8594, 6891, 8370, 6688, 8015, 6782, 8109, 6738, 7484, 6882, 7467, 7066, 7574, 6171, 7221, 6260, 7381, 6194, 7056, 6581, 7733, 6560, 6488, 6932, 6309, 7451, 6407, 7284, 6573, 8131, 6669, 7625, 7026, 7493, 6634, 7039, 8315, 7024, 8678, 7357, 7085, 7608, 6800, 9002, 7926, 11153, 9127, 7691, 9719, 7745, 12410, 9090, 12033, 8711, 9376, 6719, 7678, 10798, 7326, 10121, 7583, 9268, 7199, 8706, 6531, 6883, 6199, 7298, 8974, 7479, 8871, 7537, 8328, 7382, 8442, 7301, 8209, 7097, 8122, 7128, 8472, 7156, 8829, 6784, 8904, 6696, 8603, 7385, 7294, 7144, 6760, 7147, 6774, 7397, 6713, 7053, 6871, 8106, 6755, 8267, 6783, 8544, 6911, 8477, 6763, 8761, 6830, 8903, 6831, 8849, 6795, 9192, 6819, 9247, 6998, 8584, 8372, 6615, 7809, 6578, 8706, 6638, 8840, 6484, 7535, 6438, 7265, 8011, 7082, 9043, 6841, 9011, 6984, 8631, 7342, 6405, 7164, 6578, 8021, 6682, 8747, 6505, 7708, 6606, 7631, 6607, 8403, 6599, 8573, 6649, 8063, 6926, 8996, 6719, 6928, 7635, 6727, 7505, 9347, 6942, 9172, 6964, 9012, 8051, 6790, 8046, 6771, 8043, 7009, 7398, 7434, 6579, 8246, 6620, 8612, 7029, 8730, 6779, 8685, 7028, 8175, 7055, 8420, 7376, 10670, 6764, 6526, 7339, 6116, 7245, 6451, 7128, 6317, 7165, 7002, 7469, 6930, 8225, 6924, 8040, 6785, 7934, 6971, 7616, 6997, 6248, 7140, 6660, 7876, 7008, 6262, 6972, 6534, 7472, 6728, 7522, 6940, 7724, 7209, 10097, 6969, 6528, 7611, 6950, 8660, 7066, 8023, 8203, 6599, 8343, 7153, 9482, 6889, 8447, 7661, 8121, 9070, 6994, 8452, 7073, 8652, 6866, 8514, 7989, 6521, 7816, 7054, 9058, 6707, 6674, 7673, 6807, 7983, 7086, 7734, 7300, 9541, 6554, 6360, 7003, 7085, 8175, 7155, 8033, 7203, 10036, 8791, 7104, 7792, 6594, 6929, 7102, 6359, 7576, 6337, 8101, 6839, 7749, 7084, 9627, 6957, 7193, 8088, 6898, 6363, 7510, 6936, 8425, 7512, 6545, 7946, 6887, 6383, 7879, 6921, 7068, 8738, 6575, 6988, 6974, 7467, 9658, 7537, 9942, 7578, 9364, 7645, 8252, 7012, 8334, 6643, 8062, 6159, 7471, 6691, 7655, 6618, 6300, 6601, 6016, 6811, 6276, 6905, 6436, 7400, 6890, 7683, 7228, 9346, 7156, 9798, 8269, 8929, 7281, 8388, 6980, 9028, 7631, 12014, 9272, 8647, 7834, 6497, 7256, 6866, 8406, 7434, 10841, 7638, 10346, 7876, 9906, 7659, 8092, 8217, 7121, 8479, 7480, 7993, 6784, 8231, 7685, 8932, 8203, 8294, 6658, 7877, 7337, 8672, 7641, 9228, 7350, 8916, 7042, 7189, 7213, 6893, 8760, 7194, 6671, 6587, 6676, 7327, 6510, 7457, 8604, 7372, 8715, 7142, 8481, 7212, 6669, 6988, 7075, 7824, 7216, 8035, 7626, 10172, 7921, 6518, 7481, 7316, 7906, 7344, 8357, 7148, 7955, 7399, 9089, 7355, 7486, 6402, 6631, 8155, 8445, 7625, 8278, 7154, 8959, 6893, 7240, 8356, 7557, 10662, 7808, 11788, 7767, 11498, 7953], 'WindowCenter': [3947.0, 3952.0, 3905.0, 3933.0, 3882.0, 3919.0, 3876.0, 3897.0, 3869.0, 3900.0, 3901.0, 3869.0, 3889.0, 3889.0, 3880.0, 3880.0, 3892.0, 3900.0, 3891.0, 3910.0, 3889.0, 3911.0, 3889.0, 3909.0, 3879.0, 3897.0, 3878.0, 3898.0, 3891.0, 3912.0, 3883.0, 3902.0, 3881.0, 3911.0, 3893.0, 3905.0, 3897.0, 3896.0, 3905.0, 3896.0, 3929.0, 3907.0, 3929.0, 3909.0, 3930.0, 3897.0, 3949.0, 3895.0, 3938.0, 3916.0, 3916.0, 3882.0, 3913.0, 3922.0, 3881.0, 3932.0, 3900.0, 3920.0, 3879.0, 3910.0, 3866.0, 3900.0, 3855.0, 3874.0, 3907.0, 3878.0, 3918.0, 3876.0, 3895.0, 3878.0, 3907.0, 3877.0, 3909.0, 3879.0, 3908.0, 3879.0, 3897.0, 3878.0, 3900.0, 3880.0, 3901.0, 3878.0, 3879.0, 3867.0, 3879.0, 3866.0, 3880.0, 3890.0, 3890.0, 3868.0, 3879.0, 3888.0, 3879.0, 3910.0, 3892.0, 3922.0, 3890.0, 3869.0, 3879.0, 3880.0, 3891.0, 3880.0, 3913.0, 3891.0, 3904.0, 3900.0, 3892.0, 3869.0, 3890.0, 3888.0, 3879.0, 3909.0, 3880.0, 3909.0, 3891.0, 3901.0, 3880.0, 3899.0, 3878.0, 3899.0, 3879.0, 3900.0, 3881.0, 3912.0, 3893.0, 3914.0, 3882.0, 3902.0, 3882.0, 3900.0, 3880.0, 3913.0, 3881.0, 3892.0, 3912.0, 3892.0, 3911.0, 3880.0, 3912.0, 3881.0, 3911.0, 3892.0, 3913.0, 3881.0, 3901.0, 3880.0, 3900.0, 3880.0, 3902.0, 3881.0, 3903.0, 3882.0, 3893.0, 3881.0, 3890.0, 3880.0, 3902.0, 3882.0, 3893.0, 3894.0, 3893.0, 3883.0, 3904.0, 3891.0, 3893.0, 3902.0, 3892.0, 3926.0, 3894.0, 3912.0, 3894.0, 3911.0, 3882.0, 3912.0, 3880.0, 3903.0, 3880.0, 3893.0, 3880.0, 3891.0, 3882.0, 3902.0, 3892.0, 3913.0, 3892.0, 3913.0, 3894.0, 3915.0, 3883.0, 3915.0, 3882.0, 3912.0, 3880.0, 3900.0, 3880.0, 3912.0, 3881.0, 3912.0, 3879.0, 3899.0, 3878.0, 3899.0, 3878.0, 3890.0, 3868.0, 3889.0, 3866.0, 3886.0, 3866.0, 3898.0, 3868.0, 3890.0, 3868.0, 3879.0, 3869.0, 3900.0, 3878.0, 3901.0, 3881.0, 3911.0, 3893.0, 3912.0, 3895.0, 3912.0, 3893.0, 3912.0, 3891.0, 3910.0, 3882.0, 3910.0, 3879.0, 3911.0, 3879.0, 3899.0, 3879.0, 3899.0, 3879.0, 3897.0, 3867.0, 3887.0, 3868.0, 3899.0, 3878.0, 3887.0, 3878.0, 3899.0, 3879.0, 3900.0, 3893.0, 3912.0, 3892.0, 3890.0, 3893.0, 3882.0, 3902.0, 3881.0, 3902.0, 3894.0, 3914.0, 3894.0, 3925.0, 3893.0, 3913.0, 3882.0, 3914.0, 3893.0, 3922.0, 3904.0, 3882.0, 3904.0, 3892.0, 3907.0, 3895.0, 3906.0, 3893.0, 3915.0, 3893.0, 3915.0, 3882.0, 3912.0, 3881.0, 3914.0, 3882.0, 3913.0, 3879.0, 3901.0, 3879.0, 3911.0, 3881.0, 3913.0, 3881.0, 3902.0, 3880.0, 3902.0, 3880.0, 3900.0, 3880.0, 3900.0, 3880.0, 3914.0, 3892.0, 3910.0, 3891.0, 3909.0, 3879.0, 3911.0, 3878.0, 3912.0, 3901.0, 3868.0, 3891.0, 3878.0, 3901.0, 3879.0, 3923.0, 3893.0, 3913.0, 3892.0, 3901.0, 3882.0, 3901.0, 3891.0, 3911.0, 3882.0, 3909.0, 3890.0, 3879.0, 3891.0, 3877.0, 3891.0, 3890.0, 3892.0, 3881.0, 3912.0, 3878.0, 3887.0, 3879.0, 3869.0, 3902.0, 3881.0, 3903.0, 3881.0, 3903.0, 3903.0, 3892.0, 3890.0, 3881.0, 3867.0, 3880.0, 3897.0, 3879.0, 3907.0, 3878.0, 3896.0, 3875.0, 3855.0, 3866.0, 3854.0, 3886.0, 3865.0, 3897.0, 3866.0, 3908.0, 3879.0, 3920.0, 3910.0, 3878.0, 3888.0, 3879.0, 3868.0, 3888.0, 3878.0, 3911.0, 3878.0, 3902.0, 3881.0, 3891.0, 3880.0, 3898.0, 3880.0, 3890.0, 3879.0, 3900.0, 3867.0, 3890.0, 3878.0, 3888.0, 3867.0, 3888.0, 3867.0, 3887.0, 3878.0, 3888.0, 3865.0, 3899.0, 3880.0, 3910.0, 3879.0, 3897.0, 3880.0, 3909.0, 3881.0, 3924.0, 3893.0, 3901.0, 3903.0, 3881.0, 3904.0, 3892.0, 3904.0, 3896.0, 3916.0, 3896.0, 3923.0, 3895.0, 3905.0, 3908.0, 3915.0, 3918.0, 3917.0, 3918.0, 3906.0, 3918.0, 3906.0, 3927.0, 3907.0, 3927.0, 3909.0, 3939.0, 3904.0, 3936.0, 3894.0, 3925.0, 3905.0, 3896.0, 3905.0, 3892.0, 3924.0, 3894.0, 3911.0, 3894.0, 3935.0, 3892.0, 3913.0, 3891.0, 3913.0, 3879.0, 3909.0, 3867.0, 3887.0, 3865.0, 3886.0, 3853.0, 3877.0, 3867.0, 3877.0, 3855.0, 3876.0, 3865.0, 3877.0, 3887.0, 3879.0, 3890.0, 3890.0, 3878.0, 3878.0, 3890.0, 3908.0, 3893.0, 3890.0, 3905.0, 3912.0, 3905.0, 3912.0, 3914.0, 3912.0, 3892.0, 3891.0, 3891.0, 3889.0, 3891.0, 3909.0, 3890.0, 3866.0, 3899.0, 3878.0, 3899.0, 3867.0, 3887.0, 3867.0, 3887.0, 3866.0, 3876.0, 3875.0, 3876.0, 3876.0, 3887.0, 3855.0, 3876.0, 3855.0, 3888.0, 3869.0, 3890.0, 3880.0, 3899.0, 3881.0, 3879.0, 3891.0, 3881.0, 3902.0, 3895.0, 3918.0, 3906.0, 3930.0, 3919.0, 3930.0, 3918.0, 3919.0, 3907.0, 3906.0, 3914.0, 3904.0, 3924.0, 3916.0, 3907.0, 3916.0, 3907.0, 3940.0, 3919.0, 3945.0, 3912.0, 3888.0, 3909.0, 3878.0, 3918.0, 3886.0, 3907.0, 3871.0, 3883.0, 3837.0, 3848.0, 3877.0, 3835.0, 3876.0, 3845.0, 3867.0, 3836.0, 3866.0, 3825.0, 3837.0, 3827.0, 3849.0, 3880.0, 3862.0, 3881.0, 3873.0, 3882.0, 3875.0, 3886.0, 3876.0, 3897.0, 3889.0, 3900.0, 3890.0, 3901.0, 3892.0, 3924.0, 3893.0, 3925.0, 3906.0, 3937.0, 3918.0, 3905.0, 3907.0, 3894.0, 3906.0, 3895.0, 3918.0, 3896.0, 3907.0, 3897.0, 3928.0, 3896.0, 3928.0, 3908.0, 3927.0, 3907.0, 3928.0, 3895.0, 3939.0, 3896.0, 3925.0, 3893.0, 3926.0, 3894.0, 3925.0, 3893.0, 3924.0, 3895.0, 3913.0, 3912.0, 3880.0, 3901.0, 3881.0, 3912.0, 3881.0, 3912.0, 3870.0, 3889.0, 3868.0, 3890.0, 3899.0, 3880.0, 3908.0, 3878.0, 3908.0, 3890.0, 3911.0, 3891.0, 3880.0, 3892.0, 3890.0, 3913.0, 3893.0, 3925.0, 3893.0, 3915.0, 3892.0, 3914.0, 3892.0, 3913.0, 3893.0, 3926.0, 3895.0, 3915.0, 3903.0, 3925.0, 3895.0, 3904.0, 3915.0, 3893.0, 3904.0, 3937.0, 3907.0, 3925.0, 3906.0, 3923.0, 3912.0, 3881.0, 3903.0, 3893.0, 3912.0, 3893.0, 3901.0, 3902.0, 3893.0, 3926.0, 3894.0, 3924.0, 3893.0, 3911.0, 3880.0, 3910.0, 3878.0, 3898.0, 3891.0, 3900.0, 3889.0, 3918.0, 3880.0, 3866.0, 3889.0, 3856.0, 3889.0, 3866.0, 3878.0, 3869.0, 3890.0, 3879.0, 3890.0, 3889.0, 3910.0, 3888.0, 3899.0, 3880.0, 3902.0, 3892.0, 3900.0, 3891.0, 3880.0, 3892.0, 3893.0, 3914.0, 3903.0, 3883.0, 3893.0, 3882.0, 3904.0, 3893.0, 3904.0, 3895.0, 3915.0, 3905.0, 3935.0, 3893.0, 3882.0, 3914.0, 3905.0, 3935.0, 3908.0, 3925.0, 3926.0, 3896.0, 3927.0, 3905.0, 3935.0, 3904.0, 3913.0, 3915.0, 3913.0, 3922.0, 3891.0, 3911.0, 3891.0, 3910.0, 3881.0, 3910.0, 3902.0, 3881.0, 3903.0, 3891.0, 3911.0, 3880.0, 3880.0, 3901.0, 3880.0, 3913.0, 3890.0, 3901.0, 3903.0, 3921.0, 3870.0, 3868.0, 3892.0, 3878.0, 3910.0, 3890.0, 3900.0, 3891.0, 3920.0, 3911.0, 3879.0, 3900.0, 3881.0, 3890.0, 3892.0, 3868.0, 3902.0, 3869.0, 3902.0, 3881.0, 3901.0, 3892.0, 3921.0, 3892.0, 3891.0, 3913.0, 3904.0, 3882.0, 3904.0, 3904.0, 3927.0, 3917.0, 3895.0, 3913.0, 3893.0, 3881.0, 3927.0, 3905.0, 3895.0, 3914.0, 3881.0, 3893.0, 3882.0, 3892.0, 3923.0, 3892.0, 3922.0, 3890.0, 3899.0, 3877.0, 3887.0, 3864.0, 3886.0, 3852.0, 3887.0, 3856.0, 3878.0, 3867.0, 3876.0, 3869.0, 3868.0, 3881.0, 3870.0, 3894.0, 3885.0, 3906.0, 3896.0, 3906.0, 3907.0, 3918.0, 3919.0, 3938.0, 3911.0, 3949.0, 3931.0, 3938.0, 3919.0, 3927.0, 3907.0, 3927.0, 3919.0, 3958.0, 3937.0, 3913.0, 3903.0, 3871.0, 3893.0, 3895.0, 3914.0, 3902.0, 3933.0, 3904.0, 3933.0, 3902.0, 3934.0, 3903.0, 3903.0, 3911.0, 3893.0, 3912.0, 3902.0, 3902.0, 3892.0, 3912.0, 3904.0, 3922.0, 3915.0, 3900.0, 3879.0, 3899.0, 3890.0, 3899.0, 3889.0, 3908.0, 3889.0, 3896.0, 3877.0, 3877.0, 3887.0, 3879.0, 3910.0, 3879.0, 3879.0, 3879.0, 3878.0, 3902.0, 3871.0, 3903.0, 3911.0, 3892.0, 3911.0, 3889.0, 3911.0, 3891.0, 3879.0, 3879.0, 3889.0, 3901.0, 3891.0, 3913.0, 3915.0, 3935.0, 3914.0, 3881.0, 3892.0, 3891.0, 3901.0, 3889.0, 3901.0, 3879.0, 3901.0, 3890.0, 3912.0, 3892.0, 3890.0, 3879.0, 3880.0, 3912.0, 3926.0, 3916.0, 3926.0, 3893.0, 3926.0, 3905.0, 3905.0, 3927.0, 3915.0, 3935.0, 3903.0, 3943.0, 3891.0, 3932.0, 3901.0], 'WindowWidth': [8835.0, 8828.0, 8751.0, 8782.0, 8711.0, 8756.0, 8694.0, 8720.0, 8688.0, 8732.0, 8736.0, 8692.0, 8718.0, 8719.0, 8707.0, 8707.0, 8725.0, 8732.0, 8721.0, 8744.0, 8714.0, 8747.0, 8716.0, 8742.0, 8700.0, 8722.0, 8698.0, 8725.0, 8722.0, 8752.0, 8715.0, 8737.0, 8710.0, 8751.0, 8734.0, 8749.0, 8741.0, 8740.0, 8752.0, 8740.0, 8789.0, 8757.0, 8789.0, 8763.0, 8791.0, 8742.0, 8814.0, 8737.0, 8799.0, 8764.0, 8764.0, 8713.0, 8755.0, 8764.0, 8708.0, 8777.0, 8733.0, 8760.0, 8702.0, 8741.0, 8678.0, 8727.0, 8662.0, 8689.0, 8733.0, 8699.0, 8750.0, 8694.0, 8716.0, 8697.0, 8733.0, 8695.0, 8742.0, 8702.0, 8739.0, 8702.0, 8724.0, 8700.0, 8730.0, 8705.0, 8735.0, 8701.0, 8704.0, 8684.0, 8703.0, 8684.0, 8705.0, 8719.0, 8718.0, 8689.0, 8703.0, 8714.0, 8704.0, 8744.0, 8725.0, 8768.0, 8721.0, 8690.0, 8706.0, 8706.0, 8723.0, 8708.0, 8757.0, 8723.0, 8744.0, 8735.0, 8724.0, 8689.0, 8719.0, 8714.0, 8705.0, 8743.0, 8706.0, 8743.0, 8721.0, 8735.0, 8706.0, 8729.0, 8701.0, 8730.0, 8705.0, 8734.0, 8711.0, 8753.0, 8731.0, 8759.0, 8714.0, 8739.0, 8711.0, 8735.0, 8707.0, 8755.0, 8711.0, 8728.0, 8750.0, 8724.0, 8749.0, 8707.0, 8750.0, 8711.0, 8749.0, 8728.0, 8756.0, 8710.0, 8736.0, 8707.0, 8732.0, 8707.0, 8737.0, 8711.0, 8743.0, 8712.0, 8728.0, 8709.0, 8721.0, 8707.0, 8739.0, 8715.0, 8730.0, 8731.0, 8730.0, 8715.0, 8746.0, 8725.0, 8730.0, 8738.0, 8728.0, 8776.0, 8732.0, 8753.0, 8733.0, 8751.0, 8712.0, 8750.0, 8707.0, 8743.0, 8709.0, 8729.0, 8708.0, 8724.0, 8711.0, 8740.0, 8726.0, 8755.0, 8728.0, 8758.0, 8733.0, 8761.0, 8716.0, 8759.0, 8713.0, 8753.0, 8708.0, 8734.0, 8709.0, 8751.0, 8709.0, 8751.0, 8705.0, 8731.0, 8703.0, 8729.0, 8701.0, 8719.0, 8687.0, 8716.0, 8682.0, 8709.0, 8682.0, 8727.0, 8686.0, 8721.0, 8689.0, 8704.0, 8691.0, 8733.0, 8702.0, 8736.0, 8711.0, 8751.0, 8728.0, 8753.0, 8734.0, 8754.0, 8731.0, 8752.0, 8725.0, 8749.0, 8711.0, 8746.0, 8706.0, 8748.0, 8703.0, 8728.0, 8703.0, 8728.0, 8702.0, 8723.0, 8684.0, 8709.0, 8688.0, 8728.0, 8700.0, 8711.0, 8699.0, 8729.0, 8704.0, 8731.0, 8729.0, 8752.0, 8726.0, 8723.0, 8729.0, 8712.0, 8740.0, 8711.0, 8741.0, 8734.0, 8760.0, 8734.0, 8774.0, 8731.0, 8754.0, 8713.0, 8758.0, 8732.0, 8768.0, 8747.0, 8716.0, 8747.0, 8727.0, 8753.0, 8737.0, 8752.0, 8730.0, 8761.0, 8730.0, 8760.0, 8714.0, 8752.0, 8711.0, 8759.0, 8714.0, 8756.0, 8704.0, 8736.0, 8704.0, 8748.0, 8710.0, 8752.0, 8709.0, 8739.0, 8707.0, 8737.0, 8707.0, 8732.0, 8706.0, 8731.0, 8708.0, 8756.0, 8725.0, 8745.0, 8721.0, 8741.0, 8704.0, 8748.0, 8703.0, 8753.0, 8735.0, 8689.0, 8721.0, 8702.0, 8733.0, 8706.0, 8768.0, 8730.0, 8755.0, 8727.0, 8736.0, 8713.0, 8735.0, 8721.0, 8750.0, 8712.0, 8744.0, 8719.0, 8702.0, 8722.0, 8699.0, 8723.0, 8720.0, 8724.0, 8710.0, 8751.0, 8702.0, 8711.0, 8705.0, 8691.0, 8740.0, 8710.0, 8742.0, 8709.0, 8743.0, 8741.0, 8726.0, 8721.0, 8710.0, 8687.0, 8707.0, 8724.0, 8703.0, 8735.0, 8697.0, 8718.0, 8691.0, 8662.0, 8679.0, 8662.0, 8705.0, 8678.0, 8721.0, 8681.0, 8739.0, 8705.0, 8760.0, 8746.0, 8700.0, 8712.0, 8700.0, 8686.0, 8715.0, 8701.0, 8749.0, 8702.0, 8739.0, 8711.0, 8724.0, 8707.0, 8730.0, 8706.0, 8719.0, 8702.0, 8731.0, 8685.0, 8717.0, 8699.0, 8712.0, 8684.0, 8714.0, 8684.0, 8710.0, 8699.0, 8711.0, 8680.0, 8728.0, 8707.0, 8745.0, 8705.0, 8725.0, 8707.0, 8743.0, 8709.0, 8771.0, 8730.0, 8738.0, 8742.0, 8712.0, 8747.0, 8726.0, 8748.0, 8743.0, 8768.0, 8741.0, 8771.0, 8738.0, 8749.0, 8759.0, 8764.0, 8772.0, 8770.0, 8772.0, 8753.0, 8774.0, 8755.0, 8782.0, 8757.0, 8784.0, 8763.0, 8800.0, 8749.0, 8792.0, 8735.0, 8774.0, 8750.0, 8741.0, 8750.0, 8727.0, 8771.0, 8731.0, 8749.0, 8732.0, 8789.0, 8726.0, 8754.0, 8723.0, 8755.0, 8704.0, 8739.0, 8681.0, 8708.0, 8674.0, 8705.0, 8659.0, 8698.0, 8683.0, 8696.0, 8663.0, 8692.0, 8676.0, 8695.0, 8709.0, 8703.0, 8721.0, 8719.0, 8701.0, 8701.0, 8720.0, 8742.0, 8730.0, 8722.0, 8750.0, 8754.0, 8748.0, 8755.0, 8758.0, 8751.0, 8727.0, 8721.0, 8722.0, 8716.0, 8722.0, 8744.0, 8718.0, 8681.0, 8728.0, 8698.0, 8728.0, 8685.0, 8709.0, 8682.0, 8710.0, 8678.0, 8693.0, 8690.0, 8695.0, 8694.0, 8709.0, 8664.0, 8694.0, 8665.0, 8714.0, 8691.0, 8720.0, 8706.0, 8731.0, 8710.0, 8704.0, 8725.0, 8710.0, 8743.0, 8735.0, 8772.0, 8754.0, 8791.0, 8780.0, 8792.0, 8774.0, 8777.0, 8758.0, 8755.0, 8758.0, 8748.0, 8775.0, 8769.0, 8758.0, 8768.0, 8758.0, 8804.0, 8772.0, 8798.0, 8752.0, 8712.0, 8738.0, 8696.0, 8751.0, 8700.0, 8731.0, 8673.0, 8689.0, 8621.0, 8637.0, 8672.0, 8615.0, 8669.0, 8628.0, 8657.0, 8618.0, 8659.0, 8604.0, 8622.0, 8609.0, 8643.0, 8683.0, 8662.0, 8687.0, 8680.0, 8692.0, 8689.0, 8703.0, 8692.0, 8723.0, 8718.0, 8731.0, 8718.0, 8734.0, 8725.0, 8769.0, 8729.0, 8774.0, 8753.0, 8797.0, 8770.0, 8749.0, 8755.0, 8734.0, 8754.0, 8736.0, 8771.0, 8740.0, 8756.0, 8742.0, 8784.0, 8740.0, 8783.0, 8758.0, 8783.0, 8757.0, 8783.0, 8739.0, 8803.0, 8739.0, 8774.0, 8731.0, 8775.0, 8734.0, 8775.0, 8732.0, 8772.0, 8734.0, 8756.0, 8751.0, 8707.0, 8736.0, 8708.0, 8750.0, 8708.0, 8750.0, 8692.0, 8717.0, 8686.0, 8719.0, 8730.0, 8704.0, 8738.0, 8700.0, 8739.0, 8721.0, 8751.0, 8723.0, 8708.0, 8725.0, 8722.0, 8757.0, 8730.0, 8778.0, 8733.0, 8762.0, 8729.0, 8760.0, 8729.0, 8755.0, 8730.0, 8776.0, 8737.0, 8762.0, 8744.0, 8774.0, 8737.0, 8746.0, 8763.0, 8730.0, 8747.0, 8794.0, 8755.0, 8773.0, 8751.0, 8770.0, 8752.0, 8711.0, 8741.0, 8729.0, 8753.0, 8730.0, 8737.0, 8741.0, 8729.0, 8777.0, 8733.0, 8772.0, 8728.0, 8749.0, 8707.0, 8745.0, 8701.0, 8725.0, 8722.0, 8732.0, 8715.0, 8753.0, 8704.0, 8682.0, 8717.0, 8669.0, 8716.0, 8683.0, 8702.0, 8692.0, 8719.0, 8702.0, 8719.0, 8718.0, 8745.0, 8716.0, 8730.0, 8707.0, 8738.0, 8725.0, 8733.0, 8724.0, 8709.0, 8726.0, 8732.0, 8759.0, 8745.0, 8718.0, 8731.0, 8715.0, 8745.0, 8731.0, 8745.0, 8735.0, 8763.0, 8750.0, 8787.0, 8732.0, 8714.0, 8759.0, 8749.0, 8792.0, 8758.0, 8777.0, 8781.0, 8741.0, 8782.0, 8751.0, 8789.0, 8746.0, 8757.0, 8762.0, 8756.0, 8766.0, 8722.0, 8750.0, 8722.0, 8746.0, 8711.0, 8747.0, 8739.0, 8710.0, 8740.0, 8722.0, 8748.0, 8706.0, 8706.0, 8737.0, 8707.0, 8754.0, 8722.0, 8738.0, 8741.0, 8762.0, 8692.0, 8688.0, 8723.0, 8701.0, 8746.0, 8718.0, 8735.0, 8725.0, 8760.0, 8747.0, 8703.0, 8732.0, 8709.0, 8720.0, 8725.0, 8688.0, 8738.0, 8690.0, 8738.0, 8708.0, 8737.0, 8725.0, 8762.0, 8726.0, 8722.0, 8759.0, 8749.0, 8714.0, 8744.0, 8747.0, 8784.0, 8769.0, 8738.0, 8756.0, 8730.0, 8712.0, 8783.0, 8749.0, 8732.0, 8755.0, 8709.0, 8727.0, 8709.0, 8723.0, 8765.0, 8722.0, 8759.0, 8715.0, 8723.0, 8693.0, 8703.0, 8672.0, 8702.0, 8653.0, 8707.0, 8666.0, 8697.0, 8683.0, 8693.0, 8686.0, 8685.0, 8709.0, 8693.0, 8733.0, 8723.0, 8751.0, 8740.0, 8751.0, 8755.0, 8770.0, 8773.0, 8797.0, 8765.0, 8813.0, 8791.0, 8797.0, 8774.0, 8780.0, 8755.0, 8779.0, 8772.0, 8822.0, 8793.0, 8755.0, 8742.0, 8695.0, 8728.0, 8735.0, 8759.0, 8740.0, 8781.0, 8744.0, 8779.0, 8739.0, 8782.0, 8742.0, 8741.0, 8749.0, 8726.0, 8751.0, 8739.0, 8739.0, 8727.0, 8754.0, 8745.0, 8765.0, 8758.0, 8731.0, 8703.0, 8727.0, 8716.0, 8727.0, 8714.0, 8737.0, 8714.0, 8719.0, 8694.0, 8697.0, 8711.0, 8702.0, 8747.0, 8703.0, 8703.0, 8704.0, 8702.0, 8740.0, 8695.0, 8742.0, 8751.0, 8724.0, 8747.0, 8718.0, 8748.0, 8721.0, 8703.0, 8704.0, 8716.0, 8736.0, 8722.0, 8756.0, 8762.0, 8786.0, 8758.0, 8711.0, 8725.0, 8721.0, 8735.0, 8717.0, 8734.0, 8703.0, 8734.0, 8719.0, 8751.0, 8725.0, 8718.0, 8706.0, 8707.0, 8753.0, 8778.0, 8764.0, 8778.0, 8731.0, 8777.0, 8750.0, 8750.0, 8779.0, 8762.0, 8787.0, 8741.0, 8793.0, 8721.0, 8775.0, 8732.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.0010839101861993426</td></tr>
<tr><td colspan=3>aqi</td><td>0.021410850711938663</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.10159443562498</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1711444989035082</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.014887690230263</td></tr>
<tr><td colspan=3>efc</td><td>0.456</td></tr>
<tr><td colspan=3>fber</td><td>5554.8447</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08656314457453348</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>28</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.0668127053669223</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6185612939538054</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.536140666806422</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8469802957590638</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4725629192959304</td></tr>
<tr><td colspan=3>gcor</td><td>0.0208017</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015993569046258926</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02424044907093048</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>913</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.639890535175892</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>28.0816</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.7081</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>159.1517</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307588.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>724.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>313.7186</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8134</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>512.3683</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3129.4073</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3373.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68956.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>847.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4142.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>926.6695</td></tr>
<tr><td colspan=3>tsnr</td><td>39.831689447164536</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>