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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-02_subject-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-01_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-01_desc-background_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-02_subject-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-01_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-01_desc-zoomed_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-02_subject-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-01_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-01_desc-carpet_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg</a></small>

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0078/ses-02/func/sub-0078_ses-02_task-faces_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>eac75c927a65f7751b00772c8671e52d</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:13:34.052500</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-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.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-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[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.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>348242ea-3c4e-4cfc-a5f2-84c1ea07dfcf||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': ['091334.052500', '091334.512500', '091334.972500', '091335.432500', '091335.892500', '091336.352500', '091336.812500', '091337.272500', '091337.732500', '091338.192500', '091338.652500', '091339.112500', '091339.572500', '091340.032500', '091340.492500', '091340.952500', '091341.412500', '091341.872500', '091342.332500', '091342.792500', '091343.252500', '091343.712500', '091344.172500', '091344.632500', '091345.092500', '091345.552500', '091346.012500', '091346.472500', '091346.932500', '091347.392500', '091347.852500', '091348.312500', '091348.772500', '091349.232500', '091349.692500', '091350.152500', '091350.612500', '091351.072500', '091351.532500', '091351.992500', '091352.452500', '091352.912500', '091353.372500', '091353.832500', '091354.292500', '091354.752500', '091355.212500', '091355.672500', '091356.132500', '091356.592500', '091357.052500', '091357.512500', '091357.972500', '091358.432500', '091358.892500', '091359.352500', '091359.812500', '091400.272500', '091400.732500', '091401.192500', '091401.652500', '091402.112500', '091402.572500', '091403.032500', '091403.492500', '091403.952500', '091404.412500', '091404.872500', '091405.332500', '091405.792500', '091406.252500', '091406.712500', '091407.172500', '091407.632500', '091408.092500', '091408.552500', '091409.012500', '091409.472500', '091409.932500', '091410.392500', '091410.852500', '091411.312500', '091411.772500', '091412.232500', '091412.692500', '091413.152500', '091413.612500', '091414.072500', '091414.532500', '091414.992500', '091415.452500', '091415.912500', '091416.372500', '091416.832500', '091417.292500', '091417.752500', '091418.212500', '091418.672500', '091419.132500', '091419.592500', '091420.052500', '091420.512500', '091420.972500', '091421.432500', '091421.892500', '091422.352500', '091422.812500', '091423.272500', '091423.732500', '091424.192500', '091424.652500', '091425.112500', '091425.572500', '091426.032500', '091426.492500', '091426.952500', '091427.412500', '091427.872500', '091428.332500', '091428.792500', '091429.252500', '091429.712500', '091430.172500', '091430.632500', '091431.092500', '091431.552500', '091432.012500', '091432.472500', '091432.932500', '091433.392500', '091433.852500', '091434.312500', '091434.772500', '091435.232500', '091435.692500', '091436.152500', '091436.612500', '091437.072500', '091437.532500', '091437.992500', '091438.452500', '091438.912500', '091439.372500', '091439.832500', '091440.292500', '091440.752500', '091441.212500', '091441.672500', '091442.132500', '091442.592500', '091443.052500', '091443.512500', '091443.972500', '091444.432500', '091444.892500', '091445.352500', '091445.812500', '091446.272500', '091446.732500', '091447.192500', '091447.652500', '091448.112500', '091448.572500', '091449.032500', '091449.492500', '091449.952500', '091450.412500', '091450.872500', '091451.332500', '091451.792500', '091452.252500', '091452.712500', '091453.172500', '091453.632500', '091454.092500', '091454.552500', '091455.012500', '091455.472500', '091455.932500', '091456.392500', '091456.852500', '091457.312500', '091457.772500', '091458.232500', '091458.692500', '091459.152500', '091459.612500', '091500.072500', '091500.532500', '091500.992500', '091501.452500', '091501.912500', '091502.372500', '091502.832500', '091503.292500', '091503.752500', '091504.212500', '091504.672500', '091505.132500', '091505.592500', '091506.052500', '091506.512500', '091506.972500', '091507.432500', '091507.892500', '091508.352500', '091508.812500', '091509.272500', '091509.732500', '091510.192500', '091510.652500', '091511.112500', '091511.572500', '091512.032500', '091512.492500', '091512.952500', '091513.412500', '091513.872500', '091514.332500', '091514.792500', '091515.252500', '091515.712500', '091516.172500', '091516.632500', '091517.092500', '091517.552500', '091518.012500', '091518.472500', '091518.932500', '091519.392500', '091519.852500', '091520.312500', '091520.772500', '091521.232500', '091521.692500', '091522.152500', '091522.612500', '091523.072500', '091523.532500', '091523.992500', '091524.452500', '091524.912500', '091525.372500', '091525.832500', '091526.292500', '091526.752500', '091527.212500', '091527.672500', '091528.132500', '091528.592500', '091529.052500', '091529.512500', '091529.972500', '091530.432500', '091530.892500', '091531.352500', '091531.812500', '091532.272500', '091532.732500', '091533.192500', '091533.652500', '091534.112500', '091534.572500', '091535.032500', '091535.492500', '091535.952500', '091536.412500', '091536.872500', '091537.332500', '091537.792500', '091538.252500', '091538.712500', '091539.172500', '091539.632500', '091540.092500', '091540.552500', '091541.012500', '091541.472500', '091541.932500', '091542.392500', '091542.852500', '091543.312500', '091543.772500', '091544.232500', '091544.692500', '091545.152500', '091545.612500', '091546.072500', '091546.532500', '091546.992500', '091547.452500', '091547.912500', '091548.372500', '091548.832500', '091549.292500', '091549.752500', '091550.212500', '091550.672500', '091551.132500', '091551.592500', '091552.052500', '091552.512500', '091552.972500', '091553.432500', '091553.892500', '091554.352500', '091554.812500', '091555.272500', '091555.732500', '091556.192500', '091556.652500', '091557.112500', '091557.572500', '091558.032500', '091558.492500', '091558.952500', '091559.412500', '091559.872500', '091600.332500', '091600.792500', '091601.252500', '091601.712500', '091602.172500', '091602.632500', '091603.092500', '091603.552500', '091604.012500', '091604.472500', '091604.932500', '091605.392500', '091605.852500', '091606.312500', '091606.772500', '091607.232500', '091607.692500', '091608.152500', '091608.612500', '091609.072500', '091609.532500', '091609.992500', '091610.452500', '091610.912500', '091611.372500', '091611.832500', '091612.292500', '091612.752500', '091613.212500', '091613.672500', '091614.132500', '091614.592500', '091615.052500', '091615.512500', '091615.972500', '091616.432500', '091616.892500', '091617.352500', '091617.812500', '091618.272500', '091618.732500', '091619.192500', '091619.652500', '091620.112500', '091620.572500', '091621.032500', '091621.492500', '091621.952500', '091622.412500', '091622.872500', '091623.332500', '091623.792500', '091624.252500', '091624.712500', '091625.172500', '091625.632500', '091626.092500', '091626.552500', '091627.012500', '091627.472500', '091627.932500', '091628.392500', '091628.852500', '091629.312500', '091629.772500', '091630.232500', '091630.692500', '091631.152500', '091631.612500', '091632.072500', '091632.532500', '091632.992500', '091633.452500', '091633.912500', '091634.372500', '091634.832500', '091635.292500', '091635.752500', '091636.212500', '091636.672500', '091637.132500', '091637.592500', '091638.052500', '091638.512500', '091638.972500', '091639.432500', '091639.892500', '091640.352500', '091640.812500', '091641.272500', '091641.732500', '091642.192500', '091642.652500', '091643.112500', '091643.572500', '091644.032500', '091644.492500', '091644.952500', '091645.412500', '091645.872500', '091646.332500', '091646.792500', '091647.252500', '091647.712500', '091648.172500', '091648.632500', '091649.092500', '091649.552500', '091650.012500', '091650.472500', '091650.932500', '091651.392500', '091651.852500', '091652.312500', '091652.772500', '091653.232500', '091653.692500', '091654.152500', '091654.612500', '091655.072500', '091655.532500', '091655.992500', '091656.452500', '091656.912500', '091657.372500', '091657.832500', '091658.292500', '091658.752500', '091659.212500', '091659.672500', '091700.132500', '091700.592500', '091701.052500', '091701.512500', '091701.972500', '091702.432500', '091702.892500', '091703.352500', '091703.812500', '091704.272500', '091704.732500', '091705.192500', '091705.652500', '091706.112500', '091706.572500', '091707.032500', '091707.492500', '091707.952500', '091708.412500', '091708.872500', '091709.332500', '091709.792500', '091710.252500', '091710.712500', '091711.172500', '091711.632500', '091712.092500', '091712.552500', '091713.012500', '091713.472500', '091713.932500', '091714.392500', '091714.852500', '091715.312500', '091715.772500', '091716.232500', '091716.692500', '091717.152500', '091717.612500', '091718.072500', '091718.532500', '091718.992500', '091719.452500', '091719.912500', '091720.372500', '091720.832500', '091721.292500', '091721.752500', '091722.212500', '091722.672500', '091723.132500', '091723.592500', '091724.052500', '091724.512500', '091724.972500', '091725.432500', '091725.892500', '091726.352500', '091726.812500', '091727.272500', '091727.732500', '091728.192500', '091728.652500', '091729.112500', '091729.572500', '091730.032500', '091730.492500', '091730.952500', '091731.412500', '091731.872500', '091732.332500', '091732.792500', '091733.252500', '091733.712500', '091734.172500', '091734.632500', '091735.092500', '091735.552500', '091736.012500', '091736.472500', '091736.932500', '091737.392500', '091737.852500', '091738.312500', '091738.772500', '091739.232500', '091739.692500', '091740.152500', '091740.612500', '091741.072500', '091741.532500', '091741.992500', '091742.452500', '091742.912500', '091743.372500', '091743.832500', '091744.292500', '091744.752500', '091745.212500', '091745.672500', '091746.132500', '091746.592500', '091747.052500', '091747.512500', '091747.972500', '091748.432500', '091748.892500', '091749.352500', '091749.812500', '091750.272500', '091750.732500', '091751.192500', '091751.652500', '091752.112500', '091752.572500', '091753.032500', '091753.492500', '091753.952500', '091754.412500', '091754.872500', '091755.332500', '091755.792500', '091756.252500', '091756.712500', '091757.172500', '091757.632500', '091758.092500', '091758.552500', '091759.012500', '091759.472500', '091759.932500', '091800.392500', '091800.852500', '091801.312500', '091801.772500', '091802.232500', '091802.692500', '091803.152500', '091803.612500', '091804.072500', '091804.532500', '091804.992500', '091805.452500', '091805.912500', '091806.372500', '091806.832500', '091807.292500', '091807.752500', '091808.212500', '091808.672500', '091809.132500', '091809.592500', '091810.052500', '091810.512500', '091810.972500', '091811.432500', '091811.892500', '091812.352500', '091812.812500', '091813.272500', '091813.732500', '091814.192500', '091814.652500', '091815.112500', '091815.572500', '091816.032500', '091816.492500', '091816.952500', '091817.412500', '091817.872500', '091818.332500', '091818.792500', '091819.252500', '091819.712500', '091820.172500', '091820.632500', '091821.092500', '091821.552500', '091822.012500', '091822.472500', '091822.932500', '091823.392500', '091823.852500', '091824.312500', '091824.772500', '091825.232500', '091825.692500', '091826.152500', '091826.612500', '091827.072500', '091827.532500', '091827.992500', '091828.452500', '091828.912500', '091829.372500', '091829.832500', '091830.292500', '091830.752500', '091831.212500', '091831.672500', '091832.132500', '091832.592500', '091833.052500', '091833.512500', '091833.972500', '091834.432500', '091834.892500', '091835.352500', '091835.812500', '091836.272500', '091836.732500', '091837.192500', '091837.652500', '091838.112500', '091838.572500', '091839.032500', '091839.492500', '091839.952500', '091840.412500', '091840.872500', '091841.332500', '091841.792500', '091842.252500', '091842.712500', '091843.172500', '091843.632500', '091844.092500', '091844.552500', '091845.012500', '091845.472500', '091845.932500', '091846.392500', '091846.852500', '091847.312500', '091847.772500', '091848.232500', '091848.692500', '091849.152500', '091849.612500', '091850.072500', '091850.532500', '091850.992500', '091851.452500', '091851.912500', '091852.372500', '091852.832500', '091853.292500', '091853.752500', '091854.212500', '091854.672500', '091855.132500', '091855.592500', '091856.052500', '091856.512500', '091856.972500', '091857.432500', '091857.892500', '091858.352500', '091858.812500', '091859.272500', '091859.732500', '091900.192500', '091900.652500', '091901.112500', '091901.572500', '091902.032500', '091902.492500', '091902.952500', '091903.412500', '091903.872500', '091904.332500', '091904.792500', '091905.252500', '091905.712500', '091906.172500', '091906.632500', '091907.092500', '091907.552500', '091908.012500', '091908.472500', '091908.932500', '091909.392500', '091909.852500', '091910.312500', '091910.772500', '091911.232500', '091911.692500', '091912.152500', '091912.612500', '091913.072500', '091913.532500', '091913.992500', '091914.452500', '091914.912500', '091915.372500', '091915.832500', '091916.292500', '091916.752500', '091917.212500', '091917.672500', '091918.132500', '091918.592500', '091919.052500', '091919.512500', '091919.972500', '091920.432500', '091920.892500', '091921.352500', '091921.812500', '091922.272500', '091922.732500', '091923.192500', '091923.652500', '091924.112500', '091924.572500', '091925.032500', '091925.492500', '091925.952500', '091926.412500', '091926.872500', '091927.332500', '091927.792500', '091928.252500', '091928.712500', '091929.172500', '091929.632500', '091930.092500', '091930.552500', '091931.012500', '091931.472500', '091931.932500', '091932.392500', '091932.852500', '091933.312500', '091933.772500', '091934.232500', '091934.692500', '091935.152500', '091935.612500', '091936.072500', '091936.532500', '091936.992500', '091937.452500', '091937.912500', '091938.372500', '091938.832500', '091939.292500', '091939.752500', '091940.212500', '091940.672500', '091941.132500', '091941.592500', '091942.052500', '091942.512500', '091942.972500', '091943.432500', '091943.892500', '091944.352500', '091944.812500', '091945.272500', '091945.732500', '091946.192500', '091946.652500', '091947.112500', '091947.572500', '091948.032500', '091948.492500', '091948.952500', '091949.412500', '091949.872500', '091950.332500', '091950.792500', '091951.252500', '091951.712500', '091952.172500', '091952.632500', '091953.092500', '091953.552500', '091954.012500', '091954.472500', '091954.932500', '091955.392500', '091955.852500', '091956.312500', '091956.772500', '091957.232500', '091957.692500', '091958.152500', '091958.612500', '091959.072500', '091959.532500', '091959.992500', '092000.452500', '092000.912500', '092001.372500', '092001.832500', '092002.292500', '092002.752500', '092003.212500', '092003.672500', '092004.132500', '092004.592500', '092005.052500', '092005.512500', '092005.972500', '092006.432500', '092006.892500', '092007.352500', '092007.812500', '092008.272500', '092008.732500', '092009.192500', '092009.652500', '092010.112500', '092010.572500', '092011.032500', '092011.492500', '092011.952500', '092012.412500', '092012.872500', '092013.332500', '092013.792500', '092014.252500', '092014.712500', '092015.172500', '092015.632500', '092016.092500', '092016.552500', '092017.012500', '092017.472500', '092017.932500', '092018.392500', '092018.852500', '092019.312500', '092019.772500', '092020.232500', '092020.692500', '092021.152500', '092021.612500', '092022.072500', '092022.532500', '092022.992500', '092023.452500', '092023.912500', '092024.372500', '092024.832500', '092025.292500', '092025.752500', '092026.212500', '092026.672500', '092027.132500', '092027.592500', '092028.052500', '092028.512500', '092028.972500', '092029.432500', '092029.892500', '092030.352500', '092030.812500', '092031.272500', '092031.732500', '092032.192500', '092032.652500', '092033.112500', '092033.572500', '092034.032500'], 'ContentTime': ['091357.789000', '091357.793000', '091357.796000', '091357.799000', '091357.801000', '091357.804000', '091357.807000', '091357.809000', '091357.812000', '091357.815000', '091357.817000', '091357.820000', '091357.822000', '091357.825000', '091357.828000', '091357.830000', '091357.842000', '091357.845000', '091357.848000', '091357.850000', '091357.853000', '091357.856000', '091357.858000', '091357.861000', '091357.863000', '091357.866000', '091357.872000', '091357.875000', '091357.877000', '091357.880000', '091357.883000', '091357.885000', '091357.888000', '091357.891000', '091357.893000', '091357.896000', '091357.898000', '091357.901000', '091357.903000', '091357.906000', '091357.909000', '091357.920000', '091357.923000', '091357.925000', '091357.928000', '091357.931000', '091357.933000', '091357.936000', '091417.744000', '091417.747000', '091417.750000', '091417.752000', '091417.755000', '091417.757000', '091417.760000', '091417.763000', '091417.765000', '091417.768000', '091417.771000', '091417.773000', '091417.776000', '091417.779000', '091417.781000', '091417.784000', '091417.786000', '091417.789000', '091417.792000', '091417.794000', '091417.797000', '091417.800000', '091417.802000', '091417.805000', '091417.807000', '091417.810000', '091417.813000', '091417.815000', '091417.818000', '091417.820000', '091417.823000', '091417.830000', '091417.832000', '091417.835000', '091417.838000', '091417.840000', '091417.843000', '091417.846000', '091417.848000', '091417.851000', '091417.853000', '091417.856000', '091417.859000', '091417.861000', '091437.744000', '091437.747000', '091437.750000', '091437.753000', '091437.755000', '091437.758000', '091437.761000', '091437.764000', '091437.767000', '091437.769000', '091437.772000', '091437.775000', '091437.777000', '091437.780000', '091437.782000', '091437.785000', '091437.788000', '091437.790000', '091437.793000', '091437.796000', '091437.798000', '091437.801000', '091437.804000', '091437.807000', '091437.809000', '091437.812000', '091437.815000', '091437.818000', '091437.821000', '091437.823000', '091437.826000', '091437.829000', '091437.831000', '091437.834000', '091437.837000', '091437.839000', '091437.842000', '091437.845000', '091437.847000', '091437.851000', '091437.854000', '091437.856000', '091437.867000', '091457.744000', '091457.747000', '091457.750000', '091457.752000', '091457.755000', '091457.758000', '091457.761000', '091457.763000', '091457.766000', '091457.769000', '091457.771000', '091457.774000', '091457.777000', '091457.779000', '091457.782000', '091457.784000', '091457.787000', '091457.790000', '091457.797000', '091457.800000', '091457.803000', '091457.806000', '091457.808000', '091457.811000', '091457.814000', '091457.816000', '091457.819000', '091457.821000', '091457.824000', '091457.827000', '091457.830000', '091457.833000', '091457.836000', '091457.839000', '091457.841000', '091457.844000', '091457.847000', '091457.849000', '091457.852000', '091457.859000', '091457.862000', '091457.865000', '091457.867000', '091457.870000', '091517.744000', '091517.747000', '091517.750000', '091517.753000', '091517.755000', '091517.758000', '091517.761000', '091517.768000', '091517.770000', '091517.773000', '091517.776000', '091517.779000', '091517.781000', '091517.784000', '091517.786000', '091517.789000', '091517.792000', '091517.794000', '091517.797000', '091517.800000', '091517.803000', '091517.805000', '091517.808000', '091517.811000', '091517.813000', '091517.816000', '091517.819000', '091517.821000', '091517.824000', '091517.827000', '091517.829000', '091517.832000', '091517.835000', '091517.838000', '091517.840000', '091517.843000', '091517.846000', '091517.848000', '091517.851000', '091517.853000', '091517.856000', '091517.859000', '091517.861000', '091537.745000', '091537.750000', '091537.752000', '091537.755000', '091537.758000', '091537.760000', '091537.763000', '091537.766000', '091537.768000', '091537.771000', '091537.774000', '091537.776000', '091537.779000', '091537.782000', '091537.785000', '091537.788000', '091537.790000', '091537.793000', '091537.796000', '091537.799000', '091537.801000', '091537.804000', '091537.806000', '091537.809000', '091537.812000', '091537.814000', '091537.817000', '091537.820000', '091537.822000', '091537.825000', '091537.828000', '091537.830000', '091537.849000', '091537.852000', '091537.855000', '091537.857000', '091537.860000', '091537.863000', '091537.865000', '091537.868000', '091537.871000', '091537.873000', '091537.876000', '091537.878000', '091557.745000', '091557.748000', '091557.750000', '091557.753000', '091557.756000', '091557.758000', '091557.761000', '091557.764000', '091557.766000', '091557.769000', '091557.772000', '091557.774000', '091557.777000', '091557.780000', '091557.782000', '091557.785000', '091557.788000', '091557.790000', '091557.793000', '091557.795000', '091557.798000', '091557.801000', '091557.803000', '091557.806000', '091557.809000', '091557.811000', '091557.814000', '091557.817000', '091557.819000', '091557.822000', '091557.825000', '091557.827000', '091557.831000', '091557.834000', '091557.837000', '091557.841000', '091557.844000', '091557.847000', '091557.849000', '091557.852000', '091557.855000', '091557.857000', '091557.860000', '091617.745000', '091617.752000', '091617.755000', '091617.758000', '091617.761000', '091617.763000', '091617.766000', '091617.769000', '091617.771000', '091617.774000', '091617.777000', '091617.779000', '091617.782000', '091617.784000', '091617.787000', '091617.790000', '091617.792000', '091617.795000', '091617.798000', '091617.801000', '091617.804000', '091617.806000', '091617.809000', '091617.812000', '091617.815000', '091617.817000', '091617.820000', '091617.823000', '091617.825000', '091617.828000', '091617.831000', '091617.833000', '091617.836000', '091617.839000', '091617.841000', '091617.844000', '091617.847000', '091617.849000', '091617.852000', '091617.855000', '091617.857000', '091617.860000', '091617.863000', '091617.865000', '091637.743000', '091637.746000', '091637.749000', '091637.752000', '091637.755000', '091637.757000', '091637.760000', '091637.763000', '091637.765000', '091637.768000', '091637.771000', '091637.773000', '091637.776000', '091637.779000', '091637.781000', '091637.784000', '091637.787000', '091637.789000', '091637.792000', '091637.795000', '091637.798000', '091637.800000', '091637.803000', '091637.806000', '091637.808000', '091637.811000', '091637.814000', '091637.816000', '091637.819000', '091637.822000', '091637.824000', '091637.828000', '091637.830000', '091637.833000', '091637.835000', '091637.838000', '091637.841000', '091637.843000', '091637.846000', '091637.849000', '091637.851000', '091637.854000', '091637.856000', '091657.745000', '091657.748000', '091657.750000', '091657.753000', '091657.756000', '091657.758000', '091657.761000', '091657.764000', '091657.766000', '091657.769000', '091657.772000', '091657.774000', '091657.777000', '091657.780000', '091657.782000', '091657.785000', '091657.788000', '091657.790000', '091657.793000', '091657.796000', '091657.798000', '091657.801000', '091657.804000', '091657.806000', '091657.809000', '091657.812000', '091657.814000', '091657.817000', '091657.820000', '091657.822000', '091657.825000', '091657.827000', '091657.830000', '091657.833000', '091657.835000', '091657.838000', '091657.841000', '091657.843000', '091657.846000', '091657.849000', '091657.851000', '091657.854000', '091657.856000', '091657.859000', '091717.745000', '091717.747000', '091717.750000', '091717.753000', '091717.756000', '091717.758000', '091717.761000', '091717.764000', '091717.766000', '091717.769000', '091717.771000', '091717.774000', '091717.777000', '091717.790000', '091717.793000', '091717.795000', '091717.798000', '091717.801000', '091717.804000', '091717.806000', '091717.809000', '091717.811000', '091717.814000', '091717.817000', '091717.819000', '091717.822000', '091717.825000', '091717.827000', '091717.830000', '091717.833000', '091717.835000', '091717.838000', '091717.841000', '091717.843000', '091717.846000', '091717.849000', '091717.851000', '091717.854000', '091717.857000', '091717.859000', '091717.862000', '091717.865000', '091717.867000', '091737.745000', '091737.748000', '091737.750000', '091737.753000', '091737.756000', '091737.758000', '091737.761000', '091737.764000', '091737.766000', '091737.769000', '091737.771000', '091737.774000', '091737.777000', '091737.779000', '091737.782000', '091737.785000', '091737.787000', '091737.790000', '091737.793000', '091737.795000', '091737.798000', '091737.801000', '091737.803000', '091737.807000', '091737.809000', '091737.812000', '091737.815000', '091737.818000', '091737.821000', '091737.823000', '091737.826000', '091737.829000', '091737.831000', '091737.834000', '091737.837000', '091737.839000', '091737.842000', '091737.845000', '091737.847000', '091737.850000', '091737.853000', '091737.855000', '091737.858000', '091737.861000', '091757.745000', '091757.748000', '091757.750000', '091757.753000', '091757.755000', '091757.758000', '091757.761000', '091757.763000', '091757.766000', '091757.769000', '091757.772000', '091757.774000', '091757.777000', '091757.780000', '091757.782000', '091757.785000', '091757.788000', '091757.790000', '091757.793000', '091757.796000', '091757.798000', '091757.801000', '091757.804000', '091757.806000', '091757.809000', '091757.812000', '091757.815000', '091757.817000', '091757.820000', '091757.823000', '091757.825000', '091757.828000', '091757.830000', '091757.833000', '091757.836000', '091757.838000', '091757.841000', '091757.844000', '091757.846000', '091757.849000', '091757.852000', '091757.855000', '091757.858000', '091817.744000', '091817.750000', '091817.753000', '091817.756000', '091817.758000', '091817.761000', '091817.764000', '091817.767000', '091817.769000', '091817.772000', '091817.775000', '091817.778000', '091817.781000', '091817.784000', '091817.786000', '091817.789000', '091817.792000', '091817.795000', '091817.798000', '091817.800000', '091817.803000', '091817.806000', '091817.809000', '091817.818000', '091817.821000', '091817.824000', '091817.827000', '091817.830000', '091817.832000', '091817.835000', '091817.838000', '091817.840000', '091817.843000', '091817.846000', '091817.849000', '091817.852000', '091817.854000', '091817.857000', '091817.860000', '091817.863000', '091817.866000', '091817.869000', '091817.871000', '091817.874000', '091837.745000', '091837.748000', '091837.750000', '091837.753000', '091837.756000', '091837.758000', '091837.761000', '091837.764000', '091837.766000', '091837.769000', '091837.772000', '091837.774000', '091837.777000', '091837.780000', '091837.782000', '091837.785000', '091837.788000', '091837.791000', '091837.793000', '091837.796000', '091837.799000', '091837.802000', '091837.804000', '091837.807000', '091837.810000', '091837.812000', '091837.815000', '091837.818000', '091837.820000', '091837.823000', '091837.826000', '091837.829000', '091837.832000', '091837.834000', '091837.837000', '091837.840000', '091837.842000', '091837.845000', '091837.862000', '091837.865000', '091837.867000', '091837.870000', '091837.873000', '091857.744000', '091857.747000', '091857.749000', '091857.752000', '091857.754000', '091857.757000', '091857.760000', '091857.762000', '091857.765000', '091857.768000', '091857.771000', '091857.773000', '091857.776000', '091857.779000', '091857.781000', '091857.784000', '091857.787000', '091857.789000', '091857.792000', '091857.795000', '091857.797000', '091857.800000', '091857.803000', '091857.806000', '091857.808000', '091857.811000', '091857.814000', '091857.816000', '091857.819000', '091857.822000', '091857.824000', '091857.827000', '091857.830000', '091857.832000', '091857.835000', '091857.838000', '091857.840000', '091857.847000', '091857.849000', '091857.852000', '091857.855000', '091857.857000', '091857.860000', '091857.863000', '091917.744000', '091917.747000', '091917.750000', '091917.753000', '091917.756000', '091917.758000', '091917.761000', '091917.764000', '091917.766000', '091917.769000', '091917.772000', '091917.775000', '091917.777000', '091917.780000', '091917.782000', '091917.785000', '091917.788000', '091917.790000', '091917.793000', '091917.796000', '091917.799000', '091917.801000', '091917.804000', '091917.807000', '091917.809000', '091917.812000', '091917.815000', '091917.817000', '091917.820000', '091917.823000', '091917.825000', '091917.828000', '091917.831000', '091917.833000', '091917.836000', '091917.839000', '091917.841000', '091917.844000', '091917.847000', '091917.849000', '091917.852000', '091917.855000', '091917.857000', '091937.744000', '091937.747000', '091937.750000', '091937.752000', '091937.755000', '091937.758000', '091937.760000', '091937.763000', '091937.766000', '091937.770000', '091937.772000', '091937.775000', '091937.778000', '091937.781000', '091937.783000', '091937.786000', '091937.789000', '091937.792000', '091937.794000', '091937.797000', '091937.799000', '091937.802000', '091937.805000', '091937.808000', '091937.810000', '091937.813000', '091937.816000', '091937.818000', '091937.821000', '091937.823000', '091937.826000', '091937.829000', '091937.831000', '091937.834000', '091937.837000', '091937.839000', '091937.842000', '091937.845000', '091937.848000', '091937.850000', '091937.854000', '091937.856000', '091937.859000', '091937.861000', '091957.744000', '091957.747000', '091957.750000', '091957.753000', '091957.755000', '091957.758000', '091957.761000', '091957.763000', '091957.766000', '091957.769000', '091957.771000', '091957.774000', '091957.777000', '091957.779000', '091957.782000', '091957.785000', '091957.788000', '091957.790000', '091957.793000', '091957.796000', '091957.798000', '091957.801000', '091957.804000', '091957.806000', '091957.809000', '091957.811000', '091957.814000', '091957.817000', '091957.819000', '091957.822000', '091957.825000', '091957.827000', '091957.830000', '091957.832000', '091957.835000', '091957.838000', '091957.841000', '091957.843000', '091957.846000', '091957.849000', '091957.851000', '091957.854000', '091957.857000', '092017.744000', '092017.748000', '092017.750000', '092017.753000', '092017.757000', '092017.760000', '092017.776000', '092017.779000', '092017.781000', '092017.784000', '092017.786000', '092017.789000', '092017.792000', '092017.794000', '092017.797000', '092017.800000', '092017.802000', '092017.805000', '092017.808000', '092017.810000', '092017.813000', '092017.816000', '092017.818000', '092017.821000', '092017.824000', '092017.826000', '092017.829000', '092017.832000', '092017.834000', '092017.837000', '092017.840000', '092017.842000', '092017.845000', '092017.847000', '092017.850000', '092017.853000', '092017.856000', '092017.858000', '092017.861000', '092017.864000', '092017.866000', '092017.869000', '092017.871000', '092035.656000', '092035.659000', '092035.662000', '092035.664000', '092035.667000', '092035.670000', '092035.673000', '092035.675000', '092035.678000', '092035.681000', '092035.683000', '092035.686000', '092035.689000', '092035.691000', '092035.694000', '092035.698000', '092035.701000', '092035.703000', '092035.706000', '092035.709000', '092035.712000', '092035.714000', '092035.718000', '092035.721000', '092035.723000', '092035.727000', '092035.732000', '092035.735000', '092035.739000', '092035.741000', '092035.744000', '092035.747000', '092035.750000', '092035.753000', '092035.756000', '092035.759000', '092035.762000', '092035.764000', '092035.767000', '092035.770000'], 'InstanceCreationTime': ['091357.789000', '091357.793000', '091357.796000', '091357.799000', '091357.801000', '091357.804000', '091357.807000', '091357.809000', '091357.812000', '091357.815000', '091357.817000', '091357.820000', '091357.822000', '091357.825000', '091357.828000', '091357.830000', '091357.842000', '091357.845000', '091357.848000', '091357.850000', '091357.853000', '091357.856000', '091357.858000', '091357.861000', '091357.863000', '091357.866000', '091357.872000', '091357.875000', '091357.877000', '091357.880000', '091357.883000', '091357.885000', '091357.888000', '091357.891000', '091357.893000', '091357.896000', '091357.898000', '091357.901000', '091357.903000', '091357.906000', '091357.909000', '091357.920000', '091357.923000', '091357.925000', '091357.928000', '091357.931000', '091357.933000', '091357.936000', '091417.744000', '091417.747000', '091417.750000', '091417.752000', '091417.755000', '091417.757000', '091417.760000', '091417.763000', '091417.765000', '091417.768000', '091417.771000', '091417.773000', '091417.776000', '091417.779000', '091417.781000', '091417.784000', '091417.786000', '091417.789000', '091417.792000', '091417.794000', '091417.797000', '091417.800000', '091417.802000', '091417.805000', '091417.807000', '091417.810000', '091417.813000', '091417.815000', '091417.818000', '091417.820000', '091417.823000', '091417.830000', '091417.832000', '091417.835000', '091417.838000', '091417.840000', '091417.843000', '091417.846000', '091417.848000', '091417.851000', '091417.853000', '091417.856000', '091417.859000', '091417.861000', '091437.744000', '091437.747000', '091437.750000', '091437.753000', '091437.755000', '091437.758000', '091437.761000', '091437.764000', '091437.767000', '091437.769000', '091437.772000', '091437.775000', '091437.777000', '091437.780000', '091437.782000', '091437.785000', '091437.788000', '091437.790000', '091437.793000', '091437.796000', '091437.798000', '091437.801000', '091437.804000', '091437.807000', '091437.809000', '091437.812000', '091437.815000', '091437.818000', '091437.821000', '091437.823000', '091437.826000', '091437.829000', '091437.831000', '091437.834000', '091437.837000', '091437.839000', '091437.842000', '091437.845000', '091437.847000', '091437.851000', '091437.854000', '091437.856000', '091437.867000', '091457.744000', '091457.747000', '091457.750000', '091457.752000', '091457.755000', '091457.758000', '091457.761000', '091457.763000', '091457.766000', '091457.769000', '091457.771000', '091457.774000', '091457.777000', '091457.779000', '091457.782000', '091457.784000', '091457.787000', '091457.790000', '091457.797000', '091457.800000', '091457.803000', '091457.806000', '091457.808000', '091457.811000', '091457.814000', '091457.816000', '091457.819000', '091457.821000', '091457.824000', '091457.827000', '091457.830000', '091457.833000', '091457.836000', '091457.839000', '091457.841000', '091457.844000', '091457.847000', '091457.849000', '091457.852000', '091457.859000', '091457.862000', '091457.865000', '091457.867000', '091457.870000', '091517.744000', '091517.747000', '091517.750000', '091517.753000', '091517.755000', '091517.758000', '091517.761000', '091517.768000', '091517.770000', '091517.773000', '091517.776000', '091517.779000', '091517.781000', '091517.784000', '091517.786000', '091517.789000', '091517.792000', '091517.794000', '091517.797000', '091517.800000', '091517.803000', '091517.805000', '091517.808000', '091517.811000', '091517.813000', '091517.816000', '091517.819000', '091517.821000', '091517.824000', '091517.827000', '091517.829000', '091517.832000', '091517.835000', '091517.838000', '091517.840000', '091517.843000', '091517.846000', '091517.848000', '091517.851000', '091517.853000', '091517.856000', '091517.859000', '091517.861000', '091537.745000', '091537.750000', '091537.752000', '091537.755000', '091537.758000', '091537.760000', '091537.763000', '091537.766000', '091537.768000', '091537.771000', '091537.774000', '091537.776000', '091537.779000', '091537.782000', '091537.785000', '091537.788000', '091537.790000', '091537.793000', '091537.796000', '091537.799000', '091537.801000', '091537.804000', '091537.806000', '091537.809000', '091537.812000', '091537.814000', '091537.817000', '091537.820000', '091537.822000', '091537.825000', '091537.828000', '091537.830000', '091537.849000', '091537.852000', '091537.855000', '091537.857000', '091537.860000', '091537.863000', '091537.865000', '091537.868000', '091537.871000', '091537.873000', '091537.876000', '091537.878000', '091557.745000', '091557.748000', '091557.750000', '091557.753000', '091557.756000', '091557.758000', '091557.761000', '091557.764000', '091557.766000', '091557.769000', '091557.772000', '091557.774000', '091557.777000', '091557.780000', '091557.782000', '091557.785000', '091557.788000', '091557.790000', '091557.793000', '091557.795000', '091557.798000', '091557.801000', '091557.803000', '091557.806000', '091557.809000', '091557.811000', '091557.814000', '091557.817000', '091557.819000', '091557.822000', '091557.825000', '091557.827000', '091557.831000', '091557.834000', '091557.837000', '091557.841000', '091557.844000', '091557.847000', '091557.849000', '091557.852000', '091557.855000', '091557.857000', '091557.860000', '091617.745000', '091617.752000', '091617.755000', '091617.758000', '091617.761000', '091617.763000', '091617.766000', '091617.769000', '091617.771000', '091617.774000', '091617.777000', '091617.779000', '091617.782000', '091617.784000', '091617.787000', '091617.790000', '091617.792000', '091617.795000', '091617.798000', '091617.801000', '091617.804000', '091617.806000', '091617.809000', '091617.812000', '091617.815000', '091617.817000', '091617.820000', '091617.823000', '091617.825000', '091617.828000', '091617.831000', '091617.833000', '091617.836000', '091617.839000', '091617.841000', '091617.844000', '091617.847000', '091617.849000', '091617.852000', '091617.855000', '091617.857000', '091617.860000', '091617.863000', '091617.865000', '091637.743000', '091637.746000', '091637.749000', '091637.752000', '091637.755000', '091637.757000', '091637.760000', '091637.763000', '091637.765000', '091637.768000', '091637.771000', '091637.773000', '091637.776000', '091637.779000', '091637.781000', '091637.784000', '091637.787000', '091637.789000', '091637.792000', '091637.795000', '091637.798000', '091637.800000', '091637.803000', '091637.806000', '091637.808000', '091637.811000', '091637.814000', '091637.816000', '091637.819000', '091637.822000', '091637.824000', '091637.828000', '091637.830000', '091637.833000', '091637.835000', '091637.838000', '091637.841000', '091637.843000', '091637.846000', '091637.849000', '091637.851000', '091637.854000', '091637.856000', '091657.745000', '091657.748000', '091657.750000', '091657.753000', '091657.756000', '091657.758000', '091657.761000', '091657.764000', '091657.766000', '091657.769000', '091657.772000', '091657.774000', '091657.777000', '091657.780000', '091657.782000', '091657.785000', '091657.788000', '091657.790000', '091657.793000', '091657.796000', '091657.798000', '091657.801000', '091657.804000', '091657.806000', '091657.809000', '091657.812000', '091657.814000', '091657.817000', '091657.820000', '091657.822000', '091657.825000', '091657.827000', '091657.830000', '091657.833000', '091657.835000', '091657.838000', '091657.841000', '091657.843000', '091657.846000', '091657.849000', '091657.851000', '091657.854000', '091657.856000', '091657.859000', '091717.745000', '091717.747000', '091717.750000', '091717.753000', '091717.756000', '091717.758000', '091717.761000', '091717.764000', '091717.766000', '091717.769000', '091717.771000', '091717.774000', '091717.777000', '091717.790000', '091717.793000', '091717.795000', '091717.798000', '091717.801000', '091717.804000', '091717.806000', '091717.809000', '091717.811000', '091717.814000', '091717.817000', '091717.819000', '091717.822000', '091717.825000', '091717.827000', '091717.830000', '091717.833000', '091717.835000', '091717.838000', '091717.841000', '091717.843000', '091717.846000', '091717.849000', '091717.851000', '091717.854000', '091717.857000', '091717.859000', '091717.862000', '091717.865000', '091717.867000', '091737.745000', '091737.748000', '091737.750000', '091737.753000', '091737.756000', '091737.758000', '091737.761000', '091737.764000', '091737.766000', '091737.769000', '091737.771000', '091737.774000', '091737.777000', '091737.779000', '091737.782000', '091737.785000', '091737.787000', '091737.790000', '091737.793000', '091737.795000', '091737.798000', '091737.801000', '091737.803000', '091737.807000', '091737.809000', '091737.812000', '091737.815000', '091737.818000', '091737.821000', '091737.823000', '091737.826000', '091737.829000', '091737.831000', '091737.834000', '091737.837000', '091737.839000', '091737.842000', '091737.845000', '091737.847000', '091737.850000', '091737.853000', '091737.855000', '091737.858000', '091737.861000', '091757.745000', '091757.748000', '091757.750000', '091757.753000', '091757.755000', '091757.758000', '091757.761000', '091757.763000', '091757.766000', '091757.769000', '091757.772000', '091757.774000', '091757.777000', '091757.780000', '091757.782000', '091757.785000', '091757.788000', '091757.790000', '091757.793000', '091757.796000', '091757.798000', '091757.801000', '091757.804000', '091757.806000', '091757.809000', '091757.812000', '091757.815000', '091757.817000', '091757.820000', '091757.823000', '091757.825000', '091757.828000', '091757.830000', '091757.833000', '091757.836000', '091757.838000', '091757.841000', '091757.844000', '091757.846000', '091757.849000', '091757.852000', '091757.855000', '091757.858000', '091817.744000', '091817.750000', '091817.753000', '091817.756000', '091817.758000', '091817.761000', '091817.764000', '091817.767000', '091817.769000', '091817.772000', '091817.775000', '091817.778000', '091817.781000', '091817.784000', '091817.786000', '091817.789000', '091817.792000', '091817.795000', '091817.798000', '091817.800000', '091817.803000', '091817.806000', '091817.809000', '091817.818000', '091817.821000', '091817.824000', '091817.827000', '091817.830000', '091817.832000', '091817.835000', '091817.838000', '091817.840000', '091817.843000', '091817.846000', '091817.849000', '091817.852000', '091817.854000', '091817.857000', '091817.860000', '091817.863000', '091817.866000', '091817.869000', '091817.871000', '091817.874000', '091837.745000', '091837.748000', '091837.750000', '091837.753000', '091837.756000', '091837.758000', '091837.761000', '091837.764000', '091837.766000', '091837.769000', '091837.772000', '091837.774000', '091837.777000', '091837.780000', '091837.782000', '091837.785000', '091837.788000', '091837.791000', '091837.793000', '091837.796000', '091837.799000', '091837.802000', '091837.804000', '091837.807000', '091837.810000', '091837.812000', '091837.815000', '091837.818000', '091837.820000', '091837.823000', '091837.826000', '091837.829000', '091837.832000', '091837.834000', '091837.837000', '091837.840000', '091837.842000', '091837.845000', '091837.862000', '091837.865000', '091837.867000', '091837.870000', '091837.873000', '091857.744000', '091857.747000', '091857.749000', '091857.752000', '091857.754000', '091857.757000', '091857.760000', '091857.762000', '091857.765000', '091857.768000', '091857.771000', '091857.773000', '091857.776000', '091857.779000', '091857.781000', '091857.784000', '091857.787000', '091857.789000', '091857.792000', '091857.795000', '091857.797000', '091857.800000', '091857.803000', '091857.806000', '091857.808000', '091857.811000', '091857.814000', '091857.816000', '091857.819000', '091857.822000', '091857.824000', '091857.827000', '091857.830000', '091857.832000', '091857.835000', '091857.838000', '091857.840000', '091857.847000', '091857.849000', '091857.852000', '091857.855000', '091857.857000', '091857.860000', '091857.863000', '091917.744000', '091917.747000', '091917.750000', '091917.753000', '091917.756000', '091917.758000', '091917.761000', '091917.764000', '091917.766000', '091917.769000', '091917.772000', '091917.775000', '091917.777000', '091917.780000', '091917.782000', '091917.785000', '091917.788000', '091917.790000', '091917.793000', '091917.796000', '091917.799000', '091917.801000', '091917.804000', '091917.807000', '091917.809000', '091917.812000', '091917.815000', '091917.817000', '091917.820000', '091917.823000', '091917.825000', '091917.828000', '091917.831000', '091917.833000', '091917.836000', '091917.839000', '091917.841000', '091917.844000', '091917.847000', '091917.849000', '091917.852000', '091917.855000', '091917.857000', '091937.744000', '091937.747000', '091937.750000', '091937.752000', '091937.755000', '091937.758000', '091937.760000', '091937.763000', '091937.766000', '091937.770000', '091937.772000', '091937.775000', '091937.778000', '091937.781000', '091937.783000', '091937.786000', '091937.789000', '091937.792000', '091937.794000', '091937.797000', '091937.799000', '091937.802000', '091937.805000', '091937.808000', '091937.810000', '091937.813000', '091937.816000', '091937.818000', '091937.821000', '091937.823000', '091937.826000', '091937.829000', '091937.831000', '091937.834000', '091937.837000', '091937.839000', '091937.842000', '091937.845000', '091937.848000', '091937.850000', '091937.854000', '091937.856000', '091937.859000', '091937.861000', '091957.744000', '091957.747000', '091957.750000', '091957.753000', '091957.755000', '091957.758000', '091957.761000', '091957.763000', '091957.766000', '091957.769000', '091957.771000', '091957.774000', '091957.777000', '091957.779000', '091957.782000', '091957.785000', '091957.788000', '091957.790000', '091957.793000', '091957.796000', '091957.798000', '091957.801000', '091957.804000', '091957.806000', '091957.809000', '091957.811000', '091957.814000', '091957.817000', '091957.819000', '091957.822000', '091957.825000', '091957.827000', '091957.830000', '091957.832000', '091957.835000', '091957.838000', '091957.841000', '091957.843000', '091957.846000', '091957.849000', '091957.851000', '091957.854000', '091957.857000', '092017.744000', '092017.748000', '092017.750000', '092017.753000', '092017.757000', '092017.760000', '092017.776000', '092017.779000', '092017.781000', '092017.784000', '092017.786000', '092017.789000', '092017.792000', '092017.794000', '092017.797000', '092017.800000', '092017.802000', '092017.805000', '092017.808000', '092017.810000', '092017.813000', '092017.816000', '092017.818000', '092017.821000', '092017.824000', '092017.826000', '092017.829000', '092017.832000', '092017.834000', '092017.837000', '092017.840000', '092017.842000', '092017.845000', '092017.847000', '092017.850000', '092017.853000', '092017.856000', '092017.858000', '092017.861000', '092017.864000', '092017.866000', '092017.869000', '092017.871000', '092035.656000', '092035.659000', '092035.662000', '092035.664000', '092035.667000', '092035.670000', '092035.673000', '092035.675000', '092035.678000', '092035.681000', '092035.683000', '092035.686000', '092035.689000', '092035.691000', '092035.694000', '092035.698000', '092035.701000', '092035.703000', '092035.706000', '092035.709000', '092035.712000', '092035.714000', '092035.718000', '092035.721000', '092035.723000', '092035.727000', '092035.732000', '092035.735000', '092035.739000', '092035.741000', '092035.744000', '092035.747000', '092035.750000', '092035.753000', '092035.756000', '092035.759000', '092035.762000', '092035.764000', '092035.767000', '092035.770000'], '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': [7208, 6467, 7223, 6634, 8291, 6635, 7894, 6587, 8339, 6598, 8632, 6826, 9694, 6968, 7120, 6909, 9841, 7049, 9491, 7074, 9363, 6996, 9215, 7157, 8969, 6884, 8109, 7083, 8233, 6964, 7879, 6795, 7276, 6850, 7881, 6894, 8047, 6871, 8546, 6809, 8493, 6969, 7524, 7011, 8179, 6914, 7937, 6827, 6963, 7163, 7537, 10582, 8074, 6673, 6821, 6826, 7064, 6689, 7320, 6662, 8232, 6712, 7284, 6631, 7605, 8934, 7380, 10409, 7528, 9860, 7394, 9778, 7014, 8789, 7150, 8321, 7217, 8183, 7003, 8214, 6855, 8204, 6647, 7849, 6814, 8269, 6609, 7546, 6684, 6998, 6651, 7334, 6713, 7500, 6667, 7716, 6843, 7964, 6903, 8670, 7102, 8861, 7384, 9398, 7469, 9873, 7565, 8810, 7253, 9096, 7447, 9326, 7065, 7285, 6761, 6626, 7476, 8070, 7629, 10543, 6770, 6602, 6781, 6711, 6654, 6793, 7057, 6794, 7654, 6758, 7715, 6810, 7324, 6827, 7815, 7100, 9206, 7204, 9507, 7464, 9979, 7302, 9525, 8100, 10220, 7316, 10382, 7331, 9644, 7394, 9744, 7328, 8539, 7291, 8306, 7208, 8805, 7265, 8163, 6960, 6455, 6586, 6744, 6927, 6846, 8173, 7370, 8788, 7427, 9748, 7702, 9809, 7611, 10085, 7394, 9678, 7491, 9621, 7383, 9141, 7287, 9508, 7447, 8700, 7250, 6558, 7043, 6886, 7180, 6507, 7070, 7140, 6891, 6592, 7439, 8326, 6665, 6474, 7324, 6803, 7644, 6724, 7363, 6519, 6970, 6663, 7317, 6793, 8030, 6846, 8104, 6582, 7343, 6707, 7401, 6584, 6916, 6618, 6842, 6688, 6673, 6453, 6977, 6637, 7367, 6672, 7647, 6653, 8644, 6644, 8746, 7444, 8649, 6817, 7928, 7185, 9515, 6772, 6805, 7909, 6816, 8509, 6813, 8714, 6835, 9062, 6972, 9095, 6771, 7415, 6818, 7020, 6605, 7204, 6555, 7793, 6788, 8059, 6942, 8487, 7154, 8995, 7112, 9421, 7186, 9339, 7253, 8844, 7208, 8938, 7302, 9644, 7048, 8625, 7047, 8944, 7125, 9802, 7312, 9677, 7298, 9250, 7327, 9579, 7242, 9568, 7558, 9893, 7541, 9464, 7667, 9397, 7734, 9970, 7554, 7976, 7633, 8418, 6990, 7820, 7862, 6677, 6853, 7213, 8168, 7327, 9520, 7097, 8950, 6993, 8989, 7655, 10252, 7588, 10483, 7395, 9169, 7547, 9495, 7326, 10204, 7434, 9592, 7487, 8766, 6723, 7532, 8151, 7412, 7982, 7152, 8827, 7595, 10033, 8384, 6540, 7027, 6784, 7098, 6837, 7687, 7168, 8332, 7293, 7940, 7437, 9430, 6855, 7879, 7955, 6953, 7271, 7367, 7710, 7572, 9608, 7319, 9671, 7221, 9727, 7343, 9520, 7616, 8897, 7348, 8534, 7181, 8724, 7235, 9594, 7595, 9962, 8329, 7465, 6959, 6794, 7392, 10238, 6719, 8326, 7060, 7050, 7041, 7369, 7467, 7177, 7758, 7474, 9198, 7194, 8749, 7204, 9020, 7320, 9367, 7530, 10161, 7295, 7875, 7128, 7269, 7884, 7793, 9095, 7268, 6738, 6744, 7210, 7051, 7490, 8399, 7287, 9033, 7276, 8121, 7444, 9036, 7371, 10402, 7400, 10021, 7328, 8917, 7540, 9887, 7378, 9742, 7096, 8475, 7266, 10423, 7564, 9385, 7305, 10296, 7168, 9671, 7834, 9874, 7740, 7890, 7139, 7717, 7163, 9513, 7647, 9428, 8141, 7078, 7060, 7579, 7468, 7396, 7714, 7217, 8018, 7261, 8852, 7128, 7669, 7278, 7889, 7069, 7393, 7013, 7549, 6913, 7065, 6928, 6941, 7046, 7602, 7066, 7605, 7481, 7657, 7541, 8281, 7628, 9220, 7250, 7558, 7447, 7536, 7861, 8992, 7082, 9425, 6899, 9472, 7221, 9592, 7459, 9944, 7635, 9881, 7177, 9050, 7501, 9642, 7109, 8569, 6941, 8373, 7264, 9508, 7428, 9532, 7334, 8401, 7373, 7085, 6897, 6844, 8056, 7422, 7990, 7175, 8282, 7687, 9300, 7464, 10057, 7119, 9898, 7218, 9717, 7699, 10430, 7165, 8848, 7076, 6979, 6776, 7196, 7875, 7009, 7325, 7005, 6938, 7029, 7144, 7051, 8697, 7106, 7549, 7133, 7638, 7656, 8680, 7574, 9976, 6557, 6155, 7487, 7460, 7071, 7325, 9934, 7093, 6899, 8177, 7406, 9964, 7565, 10377, 7177, 10385, 7158, 8842, 6978, 8438, 6882, 7451, 6523, 7090, 6376, 7089, 6278, 6712, 6118, 6523, 6219, 7153, 7203, 6900, 6272, 6551, 6327, 6651, 6347, 6785, 6588, 7664, 6609, 7692, 6556, 7611, 6961, 7705, 6679, 8287, 6649, 7676, 6742, 7697, 6595, 7255, 6665, 7162, 6667, 6772, 6801, 6748, 6778, 7050, 6659, 7148, 6739, 7317, 6768, 7503, 6841, 8553, 6820, 7864, 6839, 7986, 6789, 8064, 6799, 9167, 6638, 8316, 6714, 7296, 7652, 7186, 11114, 7343, 10474, 6850, 9374, 6599, 8334, 6817, 8186, 6824, 7876, 6855, 7911, 6588, 7853, 6636, 7913, 6460, 7251, 6285, 6940, 6312, 7047, 7433, 7147, 9928, 6966, 10257, 7026, 9896, 7200, 8967, 7207, 9342, 7128, 6233, 6958, 6403, 7341, 9719, 7267, 9309, 7083, 8710, 6996, 9481, 7193, 9587, 7182, 9885, 7072, 9973, 6965, 9205, 7217, 9202, 7235, 9998, 7195, 10038, 7075, 9492, 7335, 9625, 7131, 8544, 6815, 6461, 7001, 7848, 7371, 9877, 6981, 8724, 6907, 6388, 6613, 6484, 7126, 9019, 7254, 8346, 7015, 6478, 6689, 6616, 7203, 6707, 7303, 6368, 7101, 6665, 7751, 6984, 7939, 6723, 8508, 7023, 8729, 6970, 9369, 6882, 9322, 6895, 8426, 6917, 8342, 7069, 8281, 6931, 8897, 6848, 8978, 6678, 7136, 7071, 6717, 7858, 6748, 8250, 6734, 8482, 7264, 9435, 6764, 9519, 6848, 9443, 6690, 8963, 6784, 7970, 6609, 7906, 6697, 8057, 6689, 8506, 6636, 8707, 6972, 9188, 6867, 8579, 6608, 9448, 6650, 8803, 6750, 8241, 6935, 7693, 6853, 7301, 6849, 8174, 6782, 8547, 6858, 8859, 7249, 7860, 6916, 9742, 6760, 9176, 7038, 9091, 7219, 6414, 6726, 6561, 7513, 6534, 7508, 6572, 7397, 6553, 8021, 6615, 7943, 6758, 8014, 6923, 8431, 6780, 8553, 7025, 8686, 7217, 10459, 6619, 6221, 6619, 6307, 6689, 6295, 7136, 6370, 7558, 6721, 7484, 6821, 7823, 6785, 7931, 6979, 8126, 6822, 7831, 6949, 7636, 6654, 7912, 6938, 8113, 6772, 8307, 6871, 8402, 7296, 9518, 7768, 9874, 6714, 6878, 7638, 7297, 8594, 7107, 8839, 7218, 8602, 7107, 8518, 6785, 8855, 7044, 9593, 6995, 9937, 6880, 10128, 6941, 10237, 7376, 10391, 6721, 8836, 6916, 6753, 7188, 6891, 7335, 6604, 7050, 7005, 7706, 6811, 8093, 6857, 8342, 6803, 8618, 7080, 8838, 6601, 6202, 6840, 6650, 7338, 6796, 7674, 7062, 8531, 7274], 'WindowCenter': [3936.0, 3899.0, 3908.0, 3895.0, 3915.0, 3896.0, 3915.0, 3895.0, 3926.0, 3907.0, 3937.0, 3897.0, 3937.0, 3907.0, 3905.0, 3909.0, 3946.0, 3907.0, 3949.0, 3907.0, 3937.0, 3907.0, 3936.0, 3906.0, 3927.0, 3905.0, 3915.0, 3894.0, 3927.0, 3894.0, 3916.0, 3894.0, 3907.0, 3896.0, 3916.0, 3906.0, 3917.0, 3894.0, 3925.0, 3893.0, 3925.0, 3894.0, 3918.0, 3905.0, 3916.0, 3894.0, 3915.0, 3882.0, 3894.0, 3892.0, 3904.0, 3945.0, 3903.0, 3880.0, 3882.0, 3880.0, 3891.0, 3882.0, 3904.0, 3881.0, 3912.0, 3880.0, 3891.0, 3879.0, 3890.0, 3909.0, 3890.0, 3931.0, 3901.0, 3919.0, 3892.0, 3919.0, 3879.0, 3910.0, 3892.0, 3911.0, 3891.0, 3900.0, 3891.0, 3910.0, 3880.0, 3911.0, 3893.0, 3913.0, 3882.0, 3913.0, 3880.0, 3902.0, 3893.0, 3893.0, 3893.0, 3904.0, 3892.0, 3904.0, 3893.0, 3915.0, 3895.0, 3915.0, 3905.0, 3925.0, 3905.0, 3925.0, 3906.0, 3937.0, 3906.0, 3935.0, 3917.0, 3925.0, 3905.0, 3924.0, 3906.0, 3936.0, 3894.0, 3902.0, 3894.0, 3882.0, 3904.0, 3902.0, 3905.0, 3934.0, 3882.0, 3881.0, 3883.0, 3882.0, 3894.0, 3893.0, 3906.0, 3895.0, 3915.0, 3893.0, 3905.0, 3893.0, 3905.0, 3895.0, 3915.0, 3904.0, 3934.0, 3904.0, 3933.0, 3905.0, 3934.0, 3906.0, 3934.0, 3915.0, 3932.0, 3903.0, 3932.0, 3891.0, 3922.0, 3892.0, 3922.0, 3892.0, 3911.0, 3891.0, 3912.0, 3904.0, 3924.0, 3904.0, 3912.0, 3893.0, 3882.0, 3894.0, 3894.0, 3894.0, 3893.0, 3914.0, 3903.0, 3922.0, 3904.0, 3935.0, 3916.0, 3935.0, 3903.0, 3933.0, 3892.0, 3921.0, 3902.0, 3920.0, 3893.0, 3921.0, 3891.0, 3921.0, 3902.0, 3911.0, 3892.0, 3880.0, 3892.0, 3890.0, 3892.0, 3870.0, 3893.0, 3879.0, 3880.0, 3879.0, 3890.0, 3901.0, 3881.0, 3869.0, 3891.0, 3880.0, 3902.0, 3880.0, 3903.0, 3882.0, 3893.0, 3881.0, 3892.0, 3880.0, 3902.0, 3881.0, 3912.0, 3893.0, 3904.0, 3881.0, 3893.0, 3881.0, 3892.0, 3881.0, 3894.0, 3891.0, 3882.0, 3881.0, 3893.0, 3881.0, 3902.0, 3892.0, 3904.0, 3894.0, 3926.0, 3894.0, 3925.0, 3904.0, 3925.0, 3882.0, 3914.0, 3894.0, 3936.0, 3907.0, 3896.0, 3916.0, 3894.0, 3926.0, 3894.0, 3924.0, 3893.0, 3925.0, 3893.0, 3925.0, 3881.0, 3892.0, 3881.0, 3892.0, 3881.0, 3892.0, 3880.0, 3903.0, 3879.0, 3902.0, 3891.0, 3925.0, 3905.0, 3924.0, 3905.0, 3937.0, 3904.0, 3924.0, 3903.0, 3924.0, 3904.0, 3924.0, 3903.0, 3933.0, 3892.0, 3913.0, 3904.0, 3924.0, 3893.0, 3935.0, 3904.0, 3924.0, 3903.0, 3924.0, 3904.0, 3932.0, 3902.0, 3923.0, 3904.0, 3933.0, 3903.0, 3934.0, 3904.0, 3923.0, 3904.0, 3933.0, 3904.0, 3912.0, 3915.0, 3914.0, 3894.0, 3903.0, 3915.0, 3881.0, 3893.0, 3902.0, 3913.0, 3904.0, 3933.0, 3892.0, 3924.0, 3892.0, 3922.0, 3903.0, 3933.0, 3902.0, 3932.0, 3891.0, 3921.0, 3903.0, 3921.0, 3891.0, 3931.0, 3891.0, 3919.0, 3890.0, 3911.0, 3882.0, 3902.0, 3902.0, 3891.0, 3900.0, 3892.0, 3923.0, 3903.0, 3932.0, 3914.0, 3881.0, 3891.0, 3880.0, 3892.0, 3880.0, 3900.0, 3879.0, 3900.0, 3889.0, 3899.0, 3891.0, 3921.0, 3881.0, 3900.0, 3903.0, 3880.0, 3890.0, 3891.0, 3900.0, 3901.0, 3921.0, 3889.0, 3909.0, 3890.0, 3908.0, 3878.0, 3907.0, 3888.0, 3897.0, 3876.0, 3897.0, 3876.0, 3898.0, 3877.0, 3908.0, 3889.0, 3908.0, 3899.0, 3876.0, 3877.0, 3866.0, 3878.0, 3918.0, 3867.0, 3897.0, 3877.0, 3876.0, 3877.0, 3888.0, 3889.0, 3877.0, 3889.0, 3888.0, 3910.0, 3880.0, 3899.0, 3887.0, 3908.0, 3888.0, 3907.0, 3888.0, 3918.0, 3876.0, 3887.0, 3876.0, 3887.0, 3886.0, 3886.0, 3894.0, 3876.0, 3866.0, 3865.0, 3886.0, 3878.0, 3889.0, 3911.0, 3889.0, 3910.0, 3889.0, 3898.0, 3890.0, 3911.0, 3889.0, 3920.0, 3889.0, 3907.0, 3877.0, 3909.0, 3888.0, 3919.0, 3878.0, 3906.0, 3878.0, 3886.0, 3877.0, 3916.0, 3887.0, 3907.0, 3876.0, 3905.0, 3865.0, 3905.0, 3886.0, 3905.0, 3887.0, 3885.0, 3875.0, 3872.0, 3865.0, 3907.0, 3888.0, 3907.0, 3886.0, 3876.0, 3877.0, 3886.0, 3877.0, 3876.0, 3888.0, 3877.0, 3889.0, 3876.0, 3908.0, 3876.0, 3886.0, 3875.0, 3887.0, 3875.0, 3877.0, 3875.0, 3887.0, 3875.0, 3877.0, 3876.0, 3878.0, 3877.0, 3887.0, 3876.0, 3887.0, 3876.0, 3886.0, 3888.0, 3899.0, 3887.0, 3908.0, 3876.0, 3886.0, 3874.0, 3886.0, 3886.0, 3897.0, 3876.0, 3907.0, 3876.0, 3907.0, 3876.0, 3907.0, 3877.0, 3906.0, 3876.0, 3906.0, 3875.0, 3895.0, 3876.0, 3906.0, 3876.0, 3896.0, 3876.0, 3885.0, 3877.0, 3908.0, 3877.0, 3907.0, 3878.0, 3886.0, 3877.0, 3888.0, 3879.0, 3867.0, 3899.0, 3877.0, 3898.0, 3878.0, 3899.0, 3900.0, 3909.0, 3889.0, 3920.0, 3878.0, 3919.0, 3889.0, 3909.0, 3887.0, 3917.0, 3878.0, 3896.0, 3877.0, 3876.0, 3867.0, 3876.0, 3888.0, 3865.0, 3877.0, 3865.0, 3876.0, 3876.0, 3877.0, 3875.0, 3897.0, 3875.0, 3898.0, 3877.0, 3888.0, 3900.0, 3909.0, 3888.0, 3918.0, 3868.0, 3856.0, 3888.0, 3888.0, 3879.0, 3890.0, 3920.0, 3890.0, 3891.0, 3912.0, 3903.0, 3933.0, 3901.0, 3920.0, 3877.0, 3908.0, 3865.0, 3894.0, 3863.0, 3885.0, 3862.0, 3874.0, 3852.0, 3863.0, 3851.0, 3862.0, 3852.0, 3864.0, 3842.0, 3855.0, 3854.0, 3877.0, 3888.0, 3879.0, 3867.0, 3869.0, 3867.0, 3879.0, 3879.0, 3883.0, 3882.0, 3904.0, 3881.0, 3902.0, 3882.0, 3902.0, 3893.0, 3903.0, 3882.0, 3913.0, 3881.0, 3901.0, 3881.0, 3915.0, 3882.0, 3902.0, 3891.0, 3893.0, 3881.0, 3882.0, 3881.0, 3881.0, 3881.0, 3892.0, 3882.0, 3893.0, 3893.0, 3903.0, 3893.0, 3906.0, 3894.0, 3925.0, 3892.0, 3914.0, 3893.0, 3914.0, 3892.0, 3914.0, 3882.0, 3924.0, 3881.0, 3913.0, 3880.0, 3891.0, 3889.0, 3880.0, 3930.0, 3888.0, 3918.0, 3867.0, 3908.0, 3867.0, 3897.0, 3867.0, 3898.0, 3867.0, 3898.0, 3878.0, 3899.0, 3878.0, 3900.0, 3877.0, 3900.0, 3869.0, 3890.0, 3869.0, 3880.0, 3868.0, 3891.0, 3889.0, 3891.0, 3921.0, 3880.0, 3930.0, 3879.0, 3920.0, 3890.0, 3910.0, 3892.0, 3921.0, 3891.0, 3869.0, 3891.0, 3869.0, 3891.0, 3921.0, 3903.0, 3922.0, 3893.0, 3911.0, 3892.0, 3922.0, 3892.0, 3922.0, 3892.0, 3931.0, 3893.0, 3923.0, 3892.0, 3922.0, 3902.0, 3923.0, 3903.0, 3923.0, 3893.0, 3922.0, 3891.0, 3921.0, 3892.0, 3923.0, 3892.0, 3911.0, 3882.0, 3869.0, 3892.0, 3901.0, 3891.0, 3921.0, 3891.0, 3912.0, 3891.0, 3869.0, 3880.0, 3868.0, 3892.0, 3922.0, 3892.0, 3900.0, 3879.0, 3869.0, 3881.0, 3879.0, 3892.0, 3880.0, 3903.0, 3882.0, 3892.0, 3880.0, 3901.0, 3892.0, 3901.0, 3891.0, 3911.0, 3893.0, 3913.0, 3893.0, 3923.0, 3892.0, 3921.0, 3893.0, 3912.0, 3893.0, 3911.0, 3892.0, 3911.0, 3892.0, 3922.0, 3882.0, 3922.0, 3883.0, 3893.0, 3891.0, 3881.0, 3902.0, 3881.0, 3912.0, 3892.0, 3924.0, 3904.0, 3923.0, 3883.0, 3922.0, 3881.0, 3920.0, 3879.0, 3910.0, 3879.0, 3888.0, 3866.0, 3888.0, 3867.0, 3886.0, 3878.0, 3909.0, 3878.0, 3909.0, 3890.0, 3919.0, 3880.0, 3910.0, 3881.0, 3921.0, 3879.0, 3909.0, 3868.0, 3898.0, 3878.0, 3890.0, 3878.0, 3888.0, 3880.0, 3899.0, 3879.0, 3911.0, 3893.0, 3922.0, 3903.0, 3913.0, 3894.0, 3922.0, 3881.0, 3921.0, 3893.0, 3923.0, 3891.0, 3870.0, 3880.0, 3879.0, 3892.0, 3870.0, 3892.0, 3880.0, 3903.0, 3882.0, 3902.0, 3879.0, 3900.0, 3880.0, 3899.0, 3879.0, 3899.0, 3880.0, 3909.0, 3892.0, 3911.0, 3890.0, 3930.0, 3879.0, 3857.0, 3879.0, 3870.0, 3880.0, 3869.0, 3891.0, 3870.0, 3901.0, 3881.0, 3891.0, 3881.0, 3890.0, 3880.0, 3900.0, 3876.0, 3900.0, 3868.0, 3890.0, 3891.0, 3900.0, 3879.0, 3898.0, 3878.0, 3887.0, 3867.0, 3898.0, 3880.0, 3900.0, 3891.0, 3921.0, 3903.0, 3933.0, 3881.0, 3879.0, 3900.0, 3902.0, 3911.0, 3892.0, 3923.0, 3903.0, 3913.0, 3894.0, 3913.0, 3892.0, 3911.0, 3880.0, 3907.0, 3867.0, 3907.0, 3865.0, 3906.0, 3864.0, 3905.0, 3874.0, 3903.0, 3854.0, 3883.0, 3863.0, 3851.0, 3862.0, 3850.0, 3862.0, 3865.0, 3864.0, 3865.0, 3875.0, 3863.0, 3884.0, 3866.0, 3897.0, 3868.0, 3909.0, 3878.0, 3910.0, 3880.0, 3869.0, 3879.0, 3879.0, 3890.0, 3880.0, 3902.0, 3893.0, 3925.0, 3905.0], 'WindowWidth': [8817.0, 8754.0, 8761.0, 8738.0, 8765.0, 8740.0, 8763.0, 8738.0, 8778.0, 8757.0, 8796.0, 8742.0, 8796.0, 8756.0, 8750.0, 8762.0, 8804.0, 8757.0, 8814.0, 8757.0, 8795.0, 8756.0, 8791.0, 8752.0, 8779.0, 8749.0, 8764.0, 8733.0, 8780.0, 8733.0, 8766.0, 8733.0, 8756.0, 8741.0, 8768.0, 8752.0, 8767.0, 8736.0, 8776.0, 8732.0, 8777.0, 8733.0, 8771.0, 8751.0, 8764.0, 8732.0, 8763.0, 8713.0, 8731.0, 8725.0, 8746.0, 8801.0, 8742.0, 8707.0, 8713.0, 8708.0, 8724.0, 8713.0, 8745.0, 8711.0, 8754.0, 8706.0, 8722.0, 8703.0, 8720.0, 8741.0, 8718.0, 8776.0, 8737.0, 8755.0, 8724.0, 8755.0, 8704.0, 8744.0, 8724.0, 8749.0, 8724.0, 8732.0, 8721.0, 8747.0, 8708.0, 8750.0, 8731.0, 8755.0, 8713.0, 8754.0, 8707.0, 8739.0, 8729.0, 8732.0, 8729.0, 8745.0, 8727.0, 8745.0, 8730.0, 8763.0, 8738.0, 8762.0, 8748.0, 8775.0, 8750.0, 8776.0, 8751.0, 8794.0, 8753.0, 8788.0, 8768.0, 8774.0, 8749.0, 8773.0, 8753.0, 8791.0, 8735.0, 8740.0, 8733.0, 8712.0, 8746.0, 8741.0, 8749.0, 8786.0, 8714.0, 8711.0, 8717.0, 8713.0, 8734.0, 8730.0, 8754.0, 8736.0, 8762.0, 8730.0, 8749.0, 8731.0, 8751.0, 8736.0, 8763.0, 8747.0, 8786.0, 8746.0, 8784.0, 8748.0, 8787.0, 8751.0, 8786.0, 8761.0, 8780.0, 8743.0, 8779.0, 8725.0, 8768.0, 8726.0, 8764.0, 8724.0, 8747.0, 8723.0, 8751.0, 8747.0, 8771.0, 8747.0, 8754.0, 8730.0, 8712.0, 8734.0, 8735.0, 8732.0, 8729.0, 8760.0, 8744.0, 8768.0, 8746.0, 8790.0, 8764.0, 8786.0, 8743.0, 8779.0, 8725.0, 8764.0, 8740.0, 8761.0, 8729.0, 8762.0, 8724.0, 8762.0, 8739.0, 8751.0, 8726.0, 8707.0, 8727.0, 8720.0, 8726.0, 8693.0, 8726.0, 8704.0, 8706.0, 8702.0, 8717.0, 8734.0, 8709.0, 8692.0, 8724.0, 8707.0, 8740.0, 8707.0, 8742.0, 8713.0, 8728.0, 8709.0, 8725.0, 8709.0, 8739.0, 8711.0, 8755.0, 8729.0, 8744.0, 8711.0, 8728.0, 8709.0, 8728.0, 8709.0, 8733.0, 8725.0, 8714.0, 8711.0, 8729.0, 8710.0, 8742.0, 8727.0, 8746.0, 8734.0, 8778.0, 8732.0, 8776.0, 8746.0, 8775.0, 8712.0, 8758.0, 8733.0, 8790.0, 8757.0, 8741.0, 8767.0, 8735.0, 8778.0, 8735.0, 8774.0, 8731.0, 8776.0, 8730.0, 8775.0, 8710.0, 8727.0, 8709.0, 8724.0, 8711.0, 8727.0, 8708.0, 8742.0, 8706.0, 8739.0, 8725.0, 8773.0, 8750.0, 8774.0, 8749.0, 8792.0, 8746.0, 8773.0, 8743.0, 8773.0, 8746.0, 8771.0, 8745.0, 8782.0, 8728.0, 8755.0, 8747.0, 8773.0, 8731.0, 8786.0, 8745.0, 8770.0, 8743.0, 8771.0, 8747.0, 8780.0, 8741.0, 8768.0, 8745.0, 8782.0, 8743.0, 8784.0, 8746.0, 8769.0, 8745.0, 8782.0, 8746.0, 8754.0, 8760.0, 8760.0, 8734.0, 8743.0, 8762.0, 8711.0, 8730.0, 8742.0, 8758.0, 8745.0, 8783.0, 8727.0, 8769.0, 8726.0, 8767.0, 8743.0, 8780.0, 8740.0, 8778.0, 8723.0, 8763.0, 8741.0, 8762.0, 8722.0, 8774.0, 8722.0, 8757.0, 8720.0, 8749.0, 8714.0, 8739.0, 8738.0, 8721.0, 8735.0, 8726.0, 8769.0, 8743.0, 8777.0, 8757.0, 8710.0, 8725.0, 8708.0, 8726.0, 8706.0, 8733.0, 8702.0, 8731.0, 8716.0, 8729.0, 8721.0, 8761.0, 8709.0, 8733.0, 8743.0, 8705.0, 8720.0, 8722.0, 8733.0, 8734.0, 8760.0, 8716.0, 8743.0, 8717.0, 8739.0, 8699.0, 8737.0, 8710.0, 8721.0, 8693.0, 8720.0, 8693.0, 8724.0, 8697.0, 8739.0, 8715.0, 8738.0, 8729.0, 8693.0, 8697.0, 8681.0, 8698.0, 8753.0, 8684.0, 8722.0, 8696.0, 8694.0, 8697.0, 8713.0, 8717.0, 8698.0, 8717.0, 8714.0, 8744.0, 8703.0, 8729.0, 8711.0, 8738.0, 8713.0, 8735.0, 8711.0, 8750.0, 8692.0, 8709.0, 8691.0, 8709.0, 8705.0, 8706.0, 8714.0, 8693.0, 8680.0, 8679.0, 8707.0, 8702.0, 8716.0, 8747.0, 8716.0, 8743.0, 8715.0, 8727.0, 8718.0, 8746.0, 8715.0, 8757.0, 8714.0, 8734.0, 8695.0, 8742.0, 8712.0, 8752.0, 8698.0, 8736.0, 8699.0, 8706.0, 8697.0, 8747.0, 8709.0, 8734.0, 8691.0, 8729.0, 8678.0, 8730.0, 8706.0, 8731.0, 8709.0, 8702.0, 8690.0, 8683.0, 8676.0, 8735.0, 8711.0, 8734.0, 8706.0, 8692.0, 8695.0, 8706.0, 8695.0, 8692.0, 8712.0, 8697.0, 8715.0, 8693.0, 8738.0, 8694.0, 8707.0, 8691.0, 8709.0, 8692.0, 8696.0, 8690.0, 8709.0, 8691.0, 8696.0, 8692.0, 8699.0, 8696.0, 8711.0, 8693.0, 8711.0, 8693.0, 8709.0, 8714.0, 8729.0, 8710.0, 8739.0, 8691.0, 8705.0, 8687.0, 8706.0, 8705.0, 8721.0, 8694.0, 8734.0, 8693.0, 8732.0, 8691.0, 8734.0, 8695.0, 8731.0, 8693.0, 8731.0, 8691.0, 8715.0, 8694.0, 8733.0, 8694.0, 8718.0, 8694.0, 8703.0, 8696.0, 8737.0, 8697.0, 8734.0, 8698.0, 8706.0, 8696.0, 8716.0, 8704.0, 8684.0, 8730.0, 8697.0, 8727.0, 8699.0, 8729.0, 8733.0, 8742.0, 8719.0, 8758.0, 8701.0, 8754.0, 8717.0, 8741.0, 8712.0, 8749.0, 8698.0, 8720.0, 8695.0, 8692.0, 8685.0, 8694.0, 8713.0, 8676.0, 8695.0, 8676.0, 8693.0, 8693.0, 8698.0, 8690.0, 8722.0, 8690.0, 8729.0, 8696.0, 8713.0, 8733.0, 8742.0, 8712.0, 8752.0, 8689.0, 8670.0, 8713.0, 8713.0, 8704.0, 8719.0, 8756.0, 8719.0, 8723.0, 8752.0, 8743.0, 8781.0, 8735.0, 8757.0, 8696.0, 8736.0, 8674.0, 8712.0, 8667.0, 8700.0, 8667.0, 8684.0, 8654.0, 8669.0, 8652.0, 8667.0, 8653.0, 8672.0, 8643.0, 8664.0, 8663.0, 8698.0, 8712.0, 8704.0, 8684.0, 8690.0, 8685.0, 8704.0, 8705.0, 8715.0, 8712.0, 8746.0, 8711.0, 8741.0, 8714.0, 8742.0, 8730.0, 8743.0, 8712.0, 8756.0, 8709.0, 8737.0, 8710.0, 8762.0, 8713.0, 8740.0, 8725.0, 8730.0, 8710.0, 8714.0, 8712.0, 8712.0, 8712.0, 8728.0, 8712.0, 8731.0, 8729.0, 8745.0, 8730.0, 8752.0, 8732.0, 8775.0, 8728.0, 8760.0, 8730.0, 8758.0, 8727.0, 8759.0, 8713.0, 8772.0, 8710.0, 8754.0, 8706.0, 8723.0, 8717.0, 8706.0, 8769.0, 8712.0, 8751.0, 8682.0, 8736.0, 8682.0, 8723.0, 8683.0, 8727.0, 8686.0, 8727.0, 8700.0, 8728.0, 8702.0, 8731.0, 8699.0, 8734.0, 8689.0, 8720.0, 8691.0, 8706.0, 8689.0, 8722.0, 8715.0, 8721.0, 8761.0, 8706.0, 8772.0, 8704.0, 8757.0, 8718.0, 8747.0, 8726.0, 8761.0, 8723.0, 8691.0, 8722.0, 8692.0, 8723.0, 8763.0, 8741.0, 8764.0, 8729.0, 8749.0, 8726.0, 8764.0, 8724.0, 8765.0, 8728.0, 8776.0, 8728.0, 8766.0, 8725.0, 8765.0, 8739.0, 8768.0, 8741.0, 8766.0, 8728.0, 8764.0, 8724.0, 8761.0, 8724.0, 8765.0, 8725.0, 8749.0, 8714.0, 8692.0, 8724.0, 8734.0, 8724.0, 8763.0, 8724.0, 8749.0, 8723.0, 8692.0, 8707.0, 8689.0, 8724.0, 8764.0, 8724.0, 8732.0, 8705.0, 8690.0, 8709.0, 8704.0, 8725.0, 8707.0, 8742.0, 8715.0, 8727.0, 8708.0, 8735.0, 8725.0, 8737.0, 8724.0, 8750.0, 8730.0, 8755.0, 8728.0, 8768.0, 8727.0, 8763.0, 8729.0, 8751.0, 8729.0, 8750.0, 8727.0, 8749.0, 8726.0, 8766.0, 8713.0, 8767.0, 8717.0, 8730.0, 8723.0, 8711.0, 8738.0, 8712.0, 8752.0, 8727.0, 8771.0, 8744.0, 8766.0, 8716.0, 8765.0, 8710.0, 8759.0, 8704.0, 8743.0, 8701.0, 8713.0, 8681.0, 8711.0, 8683.0, 8708.0, 8700.0, 8741.0, 8701.0, 8744.0, 8720.0, 8757.0, 8707.0, 8746.0, 8708.0, 8760.0, 8704.0, 8742.0, 8685.0, 8726.0, 8701.0, 8718.0, 8700.0, 8714.0, 8707.0, 8729.0, 8706.0, 8749.0, 8730.0, 8767.0, 8742.0, 8755.0, 8733.0, 8764.0, 8709.0, 8764.0, 8729.0, 8770.0, 8724.0, 8692.0, 8708.0, 8705.0, 8726.0, 8693.0, 8727.0, 8709.0, 8744.0, 8713.0, 8740.0, 8706.0, 8734.0, 8706.0, 8730.0, 8703.0, 8730.0, 8705.0, 8743.0, 8725.0, 8749.0, 8722.0, 8771.0, 8702.0, 8673.0, 8704.0, 8693.0, 8709.0, 8690.0, 8723.0, 8696.0, 8737.0, 8708.0, 8721.0, 8707.0, 8718.0, 8705.0, 8731.0, 8695.0, 8731.0, 8687.0, 8718.0, 8723.0, 8733.0, 8703.0, 8726.0, 8698.0, 8710.0, 8684.0, 8724.0, 8705.0, 8733.0, 8723.0, 8764.0, 8743.0, 8782.0, 8708.0, 8703.0, 8733.0, 8741.0, 8750.0, 8726.0, 8766.0, 8741.0, 8755.0, 8731.0, 8756.0, 8727.0, 8750.0, 8705.0, 8737.0, 8681.0, 8733.0, 8677.0, 8731.0, 8674.0, 8728.0, 8687.0, 8723.0, 8658.0, 8694.0, 8668.0, 8650.0, 8666.0, 8646.0, 8668.0, 8674.0, 8676.0, 8675.0, 8690.0, 8673.0, 8700.0, 8679.0, 8721.0, 8686.0, 8741.0, 8701.0, 8746.0, 8707.0, 8691.0, 8706.0, 8704.0, 8720.0, 8708.0, 8738.0, 8730.0, 8774.0, 8749.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.00034914567360350493</td></tr>
<tr><td colspan=3>aqi</td><td>0.018402157831325303</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.21484919603071</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1645282209320178</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9949309856578946</td></tr>
<tr><td colspan=3>efc</td><td>0.4558</td></tr>
<tr><td colspan=3>fber</td><td>5529.4067</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08109968835166197</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.2048192771084338</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.61588471825922</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.539994666714535</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.83549656876013</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4721629193029946</td></tr>
<tr><td colspan=3>gcor</td><td>0.0181032</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016129765659570694</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023997101932764053</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.6123553628569076</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>29.0138</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.8656</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>158.4218</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>307409.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>715.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>313.9248</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7752</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>516.8845</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3122.3296</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3367.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69135.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>824.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4146.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>932.0721</td></tr>
<tr><td colspan=3>tsnr</td><td>42.53974653745536</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>