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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0076/ses-02/func/sub-0076_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>aea8a3290c411afc1533a2a751368673</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>13:24:41.057500</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.998504, 0.0225909, -0.0497952, -0.0203926, 0.998814, 0.0442201]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0967797</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4145, -7706, -7266, 718, 16, 19, -66, 86]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.411</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>aecd24b7-6698-44e8-a584-1be6af2e0078||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.678913116455078, -0.05471191555261612, -0.1369846612215042, 120.99730682373047], [-0.06060962378978729, 2.679744005203247, 0.11647383868694305, -98.05760192871094], [-0.13359679281711578, -0.11863921582698822, 2.6940062046051025, -53.651371002197266], [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': ['132441.057500', '132441.517500', '132441.977500', '132442.437500', '132442.897500', '132443.357500', '132443.817500', '132444.277500', '132444.737500', '132445.197500', '132445.657500', '132446.117500', '132446.577500', '132447.037500', '132447.497500', '132447.957500', '132448.417500', '132448.877500', '132449.337500', '132449.797500', '132450.257500', '132450.717500', '132451.177500', '132451.637500', '132452.097500', '132452.557500', '132453.017500', '132453.477500', '132453.937500', '132454.397500', '132454.857500', '132455.317500', '132455.777500', '132456.237500', '132456.697500', '132457.157500', '132457.617500', '132458.077500', '132458.537500', '132458.997500', '132459.457500', '132459.917500', '132500.377500', '132500.837500', '132501.297500', '132501.757500', '132502.217500', '132502.677500', '132503.137500', '132503.597500', '132504.057500', '132504.517500', '132504.977500', '132505.437500', '132505.897500', '132506.357500', '132506.817500', '132507.277500', '132507.737500', '132508.197500', '132508.657500', '132509.117500', '132509.577500', '132510.037500', '132510.497500', '132510.957500', '132511.417500', '132511.877500', '132512.337500', '132512.797500', '132513.257500', '132513.717500', '132514.177500', '132514.637500', '132515.097500', '132515.557500', '132516.017500', '132516.477500', '132516.937500', '132517.397500', '132517.857500', '132518.317500', '132518.777500', '132519.237500', '132519.697500', '132520.157500', '132520.617500', '132521.077500', '132521.537500', '132521.997500', '132522.457500', '132522.917500', '132523.377500', '132523.837500', '132524.297500', '132524.757500', '132525.217500', '132525.677500', '132526.137500', '132526.597500', '132527.057500', '132527.517500', '132527.977500', '132528.437500', '132528.897500', '132529.357500', '132529.817500', '132530.277500', '132530.737500', '132531.197500', '132531.657500', '132532.117500', '132532.577500', '132533.037500', '132533.497500', '132533.957500', '132534.417500', '132534.877500', '132535.337500', '132535.797500', '132536.257500', '132536.717500', '132537.177500', '132537.637500', '132538.097500', '132538.557500', '132539.017500', '132539.477500', '132539.937500', '132540.397500', '132540.857500', '132541.317500', '132541.777500', '132542.237500', '132542.697500', '132543.157500', '132543.617500', '132544.077500', '132544.537500', '132544.997500', '132545.457500', '132545.917500', '132546.377500', '132546.837500', '132547.297500', '132547.757500', '132548.217500', '132548.677500', '132549.137500', '132549.597500', '132550.057500', '132550.517500', '132550.977500', '132551.437500', '132551.897500', '132552.357500', '132552.817500', '132553.277500', '132553.737500', '132554.197500', '132554.657500', '132555.117500', '132555.577500', '132556.037500', '132556.497500', '132556.957500', '132557.417500', '132557.877500', '132558.337500', '132558.797500', '132559.257500', '132559.717500', '132600.177500', '132600.637500', '132601.097500', '132601.557500', '132602.017500', '132602.477500', '132602.937500', '132603.397500', '132603.857500', '132604.317500', '132604.777500', '132605.237500', '132605.697500', '132606.157500', '132606.617500', '132607.077500', '132607.537500', '132607.997500', '132608.457500', '132608.917500', '132609.377500', '132609.837500', '132610.297500', '132610.757500', '132611.217500', '132611.677500', '132612.137500', '132612.597500', '132613.057500', '132613.517500', '132613.977500', '132614.437500', '132614.897500', '132615.357500', '132615.817500', '132616.277500', '132616.737500', '132617.197500', '132617.657500', '132618.117500', '132618.577500', '132619.037500', '132619.497500', '132619.957500', '132620.417500', '132620.877500', '132621.337500', '132621.797500', '132622.257500', '132622.717500', '132623.177500', '132623.637500', '132624.097500', '132624.557500', '132625.017500', '132625.477500', '132625.937500', '132626.397500', '132626.857500', '132627.317500', '132627.777500', '132628.237500', '132628.697500', '132629.157500', '132629.617500', '132630.077500', '132630.537500', '132630.997500', '132631.457500', '132631.917500', '132632.377500', '132632.837500', '132633.297500', '132633.757500', '132634.217500', '132634.677500', '132635.137500', '132635.597500', '132636.057500', '132636.517500', '132636.977500', '132637.437500', '132637.897500', '132638.357500', '132638.817500', '132639.277500', '132639.737500', '132640.197500', '132640.657500', '132641.117500', '132641.577500', '132642.037500', '132642.497500', '132642.957500', '132643.417500', '132643.877500', '132644.337500', '132644.797500', '132645.257500', '132645.717500', '132646.177500', '132646.637500', '132647.097500', '132647.557500', '132648.017500', '132648.477500', '132648.937500', '132649.397500', '132649.857500', '132650.317500', '132650.777500', '132651.237500', '132651.697500', '132652.157500', '132652.617500', '132653.077500', '132653.537500', '132653.997500', '132654.457500', '132654.917500', '132655.377500', '132655.837500', '132656.297500', '132656.757500', '132657.217500', '132657.677500', '132658.137500', '132658.597500', '132659.057500', '132659.517500', '132659.977500', '132700.437500', '132700.897500', '132701.357500', '132701.817500', '132702.277500', '132702.737500', '132703.197500', '132703.657500', '132704.117500', '132704.577500', '132705.037500', '132705.497500', '132705.957500', '132706.417500', '132706.877500', '132707.337500', '132707.797500', '132708.257500', '132708.717500', '132709.177500', '132709.637500', '132710.097500', '132710.557500', '132711.017500', '132711.477500', '132711.937500', '132712.397500', '132712.857500', '132713.317500', '132713.777500', '132714.237500', '132714.697500', '132715.157500', '132715.617500', '132716.077500', '132716.537500', '132716.997500', '132717.457500', '132717.917500', '132718.377500', '132718.837500', '132719.297500', '132719.757500', '132720.217500', '132720.677500', '132721.137500', '132721.597500', '132722.057500', '132722.517500', '132722.977500', '132723.437500', '132723.897500', '132724.357500', '132724.817500', '132725.277500', '132725.737500', '132726.197500', '132726.657500', '132727.117500', '132727.577500', '132728.037500', '132728.497500', '132728.957500', '132729.417500', '132729.877500', '132730.337500', '132730.797500', '132731.257500', '132731.717500', '132732.177500', '132732.637500', '132733.097500', '132733.557500', '132734.017500', '132734.477500', '132734.937500', '132735.397500', '132735.857500', '132736.317500', '132736.777500', '132737.237500', '132737.697500', '132738.157500', '132738.617500', '132739.077500', '132739.537500', '132739.997500', '132740.457500', '132740.917500', '132741.377500', '132741.837500', '132742.297500', '132742.757500', '132743.217500', '132743.677500', '132744.137500', '132744.597500', '132745.057500', '132745.517500', '132745.977500', '132746.437500', '132746.897500', '132747.357500', '132747.817500', '132748.277500', '132748.737500', '132749.197500', '132749.657500', '132750.117500', '132750.577500', '132751.037500', '132751.497500', '132751.957500', '132752.417500', '132752.877500', '132753.337500', '132753.797500', '132754.257500', '132754.717500', '132755.177500', '132755.637500', '132756.097500', '132756.557500', '132757.017500', '132757.477500', '132757.937500', '132758.397500', '132758.857500', '132759.317500', '132759.777500', '132800.237500', '132800.697500', '132801.157500', '132801.617500', '132802.077500', '132802.537500', '132802.997500', '132803.457500', '132803.917500', '132804.377500', '132804.837500', '132805.297500', '132805.757500', '132806.217500', '132806.677500', '132807.137500', '132807.597500', '132808.057500', '132808.517500', '132808.977500', '132809.437500', '132809.897500', '132810.357500', '132810.817500', '132811.277500', '132811.737500', '132812.197500', '132812.657500', '132813.117500', '132813.577500', '132814.037500', '132814.497500', '132814.957500', '132815.417500', '132815.877500', '132816.337500', '132816.797500', '132817.257500', '132817.717500', '132818.177500', '132818.637500', '132819.097500', '132819.557500', '132820.017500', '132820.477500', '132820.937500', '132821.397500', '132821.857500', '132822.317500', '132822.777500', '132823.237500', '132823.697500', '132824.157500', '132824.617500', '132825.077500', '132825.537500', '132825.997500', '132826.457500', '132826.917500', '132827.377500', '132827.837500', '132828.297500', '132828.757500', '132829.217500', '132829.677500', '132830.137500', '132830.597500', '132831.057500', '132831.517500', '132831.977500', '132832.437500', '132832.897500', '132833.357500', '132833.817500', '132834.277500', '132834.737500', '132835.197500', '132835.657500', '132836.117500', '132836.577500', '132837.037500', '132837.497500', '132837.957500', '132838.417500', '132838.877500', '132839.337500', '132839.797500', '132840.257500', '132840.717500', '132841.177500', '132841.637500', '132842.097500', '132842.557500', '132843.017500', '132843.477500', '132843.937500', '132844.397500', '132844.857500', '132845.317500', '132845.777500', '132846.237500', '132846.697500', '132847.157500', '132847.617500', '132848.077500', '132848.537500', '132848.997500', '132849.457500', '132849.917500', '132850.377500', '132850.837500', '132851.297500', '132851.757500', '132852.217500', '132852.677500', '132853.137500', '132853.597500', '132854.057500', '132854.517500', '132854.977500', '132855.437500', '132855.897500', '132856.357500', '132856.817500', '132857.277500', '132857.737500', '132858.197500', '132858.657500', '132859.117500', '132859.577500', '132900.037500', '132900.497500', '132900.957500', '132901.417500', '132901.877500', '132902.337500', '132902.797500', '132903.257500', '132903.717500', '132904.177500', '132904.637500', '132905.097500', '132905.557500', '132906.017500', '132906.477500', '132906.937500', '132907.397500', '132907.857500', '132908.317500', '132908.777500', '132909.237500', '132909.697500', '132910.157500', '132910.617500', '132911.077500', '132911.537500', '132911.997500', '132912.457500', '132912.917500', '132913.377500', '132913.837500', '132914.297500', '132914.757500', '132915.217500', '132915.677500', '132916.137500', '132916.597500', '132917.057500', '132917.517500', '132917.977500', '132918.437500', '132918.897500', '132919.357500', '132919.817500', '132920.277500', '132920.737500', '132921.197500', '132921.657500', '132922.117500', '132922.577500', '132923.037500', '132923.497500', '132923.957500', '132924.417500', '132924.877500', '132925.337500', '132925.797500', '132926.257500', '132926.717500', '132927.177500', '132927.637500', '132928.097500', '132928.557500', '132929.017500', '132929.477500', '132929.937500', '132930.397500', '132930.857500', '132931.317500', '132931.777500', '132932.237500', '132932.697500', '132933.157500', '132933.617500', '132934.077500', '132934.537500', '132934.997500', '132935.457500', '132935.917500', '132936.377500', '132936.837500', '132937.297500', '132937.757500', '132938.217500', '132938.677500', '132939.137500', '132939.597500', '132940.057500', '132940.517500', '132940.977500', '132941.437500', '132941.897500', '132942.357500', '132942.817500', '132943.277500', '132943.737500', '132944.197500', '132944.657500', '132945.117500', '132945.577500', '132946.037500', '132946.497500', '132946.957500', '132947.417500', '132947.877500', '132948.337500', '132948.797500', '132949.257500', '132949.717500', '132950.177500', '132950.637500', '132951.097500', '132951.557500', '132952.017500', '132952.477500', '132952.937500', '132953.397500', '132953.857500', '132954.317500', '132954.777500', '132955.237500', '132955.697500', '132956.157500', '132956.617500', '132957.077500', '132957.537500', '132957.997500', '132958.457500', '132958.917500', '132959.377500', '132959.837500', '133000.297500', '133000.757500', '133001.217500', '133001.677500', '133002.137500', '133002.597500', '133003.057500', '133003.517500', '133003.977500', '133004.437500', '133004.897500', '133005.357500', '133005.817500', '133006.277500', '133006.737500', '133007.197500', '133007.657500', '133008.117500', '133008.577500', '133009.037500', '133009.497500', '133009.957500', '133010.417500', '133010.877500', '133011.337500', '133011.797500', '133012.257500', '133012.717500', '133013.177500', '133013.637500', '133014.097500', '133014.557500', '133015.017500', '133015.477500', '133015.937500', '133016.397500', '133016.857500', '133017.317500', '133017.777500', '133018.237500', '133018.697500', '133019.157500', '133019.617500', '133020.077500', '133020.537500', '133020.997500', '133021.457500', '133021.917500', '133022.377500', '133022.837500', '133023.297500', '133023.757500', '133024.217500', '133024.677500', '133025.137500', '133025.597500', '133026.057500', '133026.517500', '133026.977500', '133027.437500', '133027.897500', '133028.357500', '133028.817500', '133029.277500', '133029.737500', '133030.197500', '133030.657500', '133031.117500', '133031.577500', '133032.037500', '133032.497500', '133032.957500', '133033.417500', '133033.877500', '133034.337500', '133034.797500', '133035.257500', '133035.717500', '133036.177500', '133036.637500', '133037.097500', '133037.557500', '133038.017500', '133038.477500', '133038.937500', '133039.397500', '133039.857500', '133040.317500', '133040.777500', '133041.237500', '133041.697500', '133042.157500', '133042.617500', '133043.077500', '133043.537500', '133043.997500', '133044.457500', '133044.917500', '133045.377500', '133045.837500', '133046.297500', '133046.757500', '133047.217500', '133047.677500', '133048.137500', '133048.597500', '133049.057500', '133049.517500', '133049.977500', '133050.437500', '133050.897500', '133051.357500', '133051.817500', '133052.277500', '133052.737500', '133053.197500', '133053.657500', '133054.117500', '133054.577500', '133055.037500', '133055.497500', '133055.957500', '133056.417500', '133056.877500', '133057.337500', '133057.797500', '133058.257500', '133058.717500', '133059.177500', '133059.637500', '133100.097500', '133100.557500', '133101.017500', '133101.477500', '133101.937500', '133102.397500', '133102.857500', '133103.317500', '133103.777500', '133104.237500', '133104.697500', '133105.157500', '133105.617500', '133106.077500', '133106.537500', '133106.997500', '133107.457500', '133107.917500', '133108.377500', '133108.837500', '133109.297500', '133109.757500', '133110.217500', '133110.677500', '133111.137500', '133111.597500', '133112.057500', '133112.517500', '133112.977500', '133113.437500', '133113.897500', '133114.357500', '133114.817500', '133115.277500', '133115.737500', '133116.197500', '133116.657500', '133117.117500', '133117.577500', '133118.037500', '133118.497500', '133118.957500', '133119.417500', '133119.877500', '133120.337500', '133120.797500', '133121.257500', '133121.717500', '133122.177500', '133122.637500', '133123.097500', '133123.557500', '133124.017500', '133124.477500', '133124.937500', '133125.397500', '133125.857500', '133126.317500', '133126.777500', '133127.237500', '133127.697500', '133128.157500', '133128.617500', '133129.077500', '133129.537500', '133129.997500', '133130.457500', '133130.917500', '133131.377500', '133131.837500', '133132.297500', '133132.757500', '133133.217500', '133133.677500', '133134.137500', '133134.597500', '133135.057500', '133135.517500', '133135.977500', '133136.437500', '133136.897500', '133137.357500', '133137.817500', '133138.277500', '133138.737500', '133139.197500', '133139.657500', '133140.117500', '133140.577500', '133141.037500'], 'ContentTime': ['132457.779000', '132457.782000', '132457.785000', '132457.787000', '132457.790000', '132457.794000', '132457.797000', '132457.799000', '132457.802000', '132457.805000', '132457.807000', '132457.810000', '132457.812000', '132457.815000', '132457.818000', '132457.820000', '132457.823000', '132457.825000', '132457.828000', '132457.831000', '132457.833000', '132457.836000', '132457.838000', '132457.841000', '132457.843000', '132457.846000', '132457.849000', '132457.852000', '132457.854000', '132457.857000', '132457.859000', '132457.862000', '132457.864000', '132457.867000', '132517.731000', '132517.734000', '132517.737000', '132517.739000', '132517.742000', '132517.745000', '132517.747000', '132517.750000', '132517.752000', '132517.755000', '132517.758000', '132517.760000', '132517.763000', '132517.765000', '132517.768000', '132517.771000', '132517.773000', '132517.776000', '132517.778000', '132517.786000', '132517.789000', '132517.792000', '132517.794000', '132517.797000', '132517.799000', '132517.802000', '132517.805000', '132517.807000', '132517.810000', '132517.812000', '132517.815000', '132517.817000', '132517.820000', '132517.823000', '132517.825000', '132517.828000', '132517.830000', '132517.833000', '132517.836000', '132517.838000', '132517.841000', '132517.843000', '132517.846000', '132517.848000', '132537.730000', '132537.733000', '132537.736000', '132537.746000', '132537.749000', '132537.751000', '132537.754000', '132537.757000', '132537.759000', '132537.762000', '132537.764000', '132537.767000', '132537.770000', '132537.772000', '132537.775000', '132537.777000', '132537.780000', '132537.783000', '132537.785000', '132537.788000', '132537.791000', '132537.793000', '132537.796000', '132537.798000', '132537.801000', '132537.804000', '132537.806000', '132537.809000', '132537.811000', '132537.814000', '132537.817000', '132537.819000', '132537.822000', '132537.825000', '132537.827000', '132537.830000', '132537.833000', '132537.837000', '132537.839000', '132537.842000', '132537.845000', '132537.848000', '132537.850000', '132557.730000', '132557.733000', '132557.736000', '132557.739000', '132557.741000', '132557.744000', '132557.746000', '132557.749000', '132557.752000', '132557.754000', '132557.757000', '132557.760000', '132557.762000', '132557.765000', '132557.767000', '132557.770000', '132557.773000', '132557.776000', '132557.778000', '132557.781000', '132557.783000', '132557.786000', '132557.788000', '132557.791000', '132557.794000', '132557.796000', '132557.799000', '132557.801000', '132557.804000', '132557.807000', '132557.809000', '132557.812000', '132557.815000', '132557.817000', '132557.820000', '132557.823000', '132557.825000', '132557.828000', '132557.830000', '132557.833000', '132557.836000', '132557.838000', '132557.841000', '132557.850000', '132617.731000', '132617.734000', '132617.736000', '132617.739000', '132617.741000', '132617.744000', '132617.747000', '132617.749000', '132617.752000', '132617.754000', '132617.757000', '132617.760000', '132617.762000', '132617.765000', '132617.768000', '132617.770000', '132617.773000', '132617.775000', '132617.778000', '132617.781000', '132617.783000', '132617.786000', '132617.789000', '132617.791000', '132617.794000', '132617.803000', '132617.806000', '132617.809000', '132617.811000', '132617.814000', '132617.817000', '132617.819000', '132617.862000', '132617.865000', '132617.868000', '132617.870000', '132617.873000', '132617.876000', '132617.878000', '132617.881000', '132617.883000', '132617.886000', '132617.888000', '132637.731000', '132637.733000', '132637.736000', '132637.739000', '132637.741000', '132637.744000', '132637.747000', '132637.749000', '132637.752000', '132637.754000', '132637.757000', '132637.760000', '132637.762000', '132637.765000', '132637.767000', '132637.770000', '132637.773000', '132637.775000', '132637.778000', '132637.781000', '132637.783000', '132637.786000', '132637.788000', '132637.791000', '132637.794000', '132637.796000', '132637.799000', '132637.801000', '132637.804000', '132637.806000', '132637.809000', '132637.812000', '132637.814000', '132637.817000', '132637.819000', '132637.822000', '132637.825000', '132637.827000', '132637.830000', '132637.832000', '132637.835000', '132637.837000', '132637.840000', '132637.843000', '132657.731000', '132657.733000', '132657.736000', '132657.739000', '132657.741000', '132657.744000', '132657.747000', '132657.749000', '132657.752000', '132657.754000', '132657.757000', '132657.760000', '132657.762000', '132657.765000', '132657.767000', '132657.770000', '132657.773000', '132657.775000', '132657.778000', '132657.780000', '132657.783000', '132657.786000', '132657.788000', '132657.791000', '132657.794000', '132657.796000', '132657.799000', '132657.801000', '132657.804000', '132657.807000', '132657.809000', '132657.812000', '132657.815000', '132657.817000', '132657.820000', '132657.822000', '132657.825000', '132657.828000', '132657.830000', '132657.833000', '132657.835000', '132657.838000', '132657.841000', '132717.730000', '132717.733000', '132717.736000', '132717.739000', '132717.741000', '132717.744000', '132717.746000', '132717.749000', '132717.751000', '132717.754000', '132717.757000', '132717.760000', '132717.763000', '132717.767000', '132717.770000', '132717.773000', '132717.775000', '132717.778000', '132717.781000', '132717.783000', '132717.786000', '132717.789000', '132717.791000', '132717.794000', '132717.796000', '132717.799000', '132717.802000', '132717.805000', '132717.807000', '132717.810000', '132717.820000', '132717.823000', '132717.825000', '132717.828000', '132717.831000', '132717.833000', '132717.836000', '132717.838000', '132717.841000', '132717.844000', '132717.846000', '132717.849000', '132717.851000', '132737.731000', '132737.734000', '132737.737000', '132737.739000', '132737.742000', '132737.745000', '132737.747000', '132737.750000', '132737.753000', '132737.755000', '132737.758000', '132737.760000', '132737.763000', '132737.766000', '132737.768000', '132737.771000', '132737.774000', '132737.776000', '132737.779000', '132737.782000', '132737.784000', '132737.787000', '132737.789000', '132737.792000', '132737.795000', '132737.797000', '132737.800000', '132737.803000', '132737.805000', '132737.808000', '132737.810000', '132737.813000', '132737.816000', '132737.818000', '132737.821000', '132737.823000', '132737.826000', '132737.829000', '132737.831000', '132737.834000', '132737.836000', '132737.839000', '132737.841000', '132737.844000', '132757.731000', '132757.733000', '132757.736000', '132757.739000', '132757.741000', '132757.744000', '132757.746000', '132757.749000', '132757.752000', '132757.754000', '132757.757000', '132757.760000', '132757.763000', '132757.765000', '132757.784000', '132757.786000', '132757.789000', '132757.792000', '132757.794000', '132757.797000', '132757.799000', '132757.802000', '132757.805000', '132757.807000', '132757.810000', '132757.813000', '132757.816000', '132757.818000', '132757.821000', '132757.823000', '132757.826000', '132757.829000', '132757.831000', '132757.834000', '132757.837000', '132757.839000', '132757.842000', '132757.845000', '132757.847000', '132757.850000', '132757.852000', '132757.855000', '132757.858000', '132757.860000', '132817.731000', '132817.733000', '132817.736000', '132817.739000', '132817.741000', '132817.744000', '132817.747000', '132817.749000', '132817.752000', '132817.754000', '132817.757000', '132817.760000', '132817.762000', '132817.765000', '132817.768000', '132817.770000', '132817.773000', '132817.775000', '132817.778000', '132817.781000', '132817.783000', '132817.786000', '132817.789000', '132817.791000', '132817.794000', '132817.796000', '132817.799000', '132817.802000', '132817.804000', '132817.807000', '132817.809000', '132817.812000', '132817.815000', '132817.817000', '132817.820000', '132817.822000', '132817.825000', '132817.828000', '132817.830000', '132817.833000', '132817.835000', '132817.838000', '132817.841000', '132837.730000', '132837.733000', '132837.736000', '132837.738000', '132837.741000', '132837.744000', '132837.746000', '132837.749000', '132837.752000', '132837.754000', '132837.757000', '132837.759000', '132837.762000', '132837.765000', '132837.767000', '132837.770000', '132837.773000', '132837.775000', '132837.778000', '132837.780000', '132837.783000', '132837.786000', '132837.788000', '132837.791000', '132837.794000', '132837.796000', '132837.799000', '132837.802000', '132837.804000', '132837.807000', '132837.809000', '132837.812000', '132837.815000', '132837.817000', '132837.820000', '132837.823000', '132837.825000', '132837.828000', '132837.831000', '132837.833000', '132837.836000', '132837.838000', '132837.841000', '132837.844000', '132857.731000', '132857.734000', '132857.736000', '132857.739000', '132857.741000', '132857.744000', '132857.747000', '132857.749000', '132857.752000', '132857.754000', '132857.757000', '132857.759000', '132857.762000', '132857.765000', '132857.767000', '132857.770000', '132857.772000', '132857.775000', '132857.778000', '132857.780000', '132857.783000', '132857.786000', '132857.788000', '132857.791000', '132857.794000', '132857.797000', '132857.799000', '132857.802000', '132857.804000', '132857.807000', '132857.810000', '132857.812000', '132857.815000', '132857.818000', '132857.820000', '132857.823000', '132857.825000', '132857.828000', '132857.831000', '132857.833000', '132857.836000', '132857.839000', '132857.841000', '132917.730000', '132917.733000', '132917.736000', '132917.738000', '132917.741000', '132917.744000', '132917.747000', '132917.750000', '132917.752000', '132917.755000', '132917.758000', '132917.760000', '132917.763000', '132917.765000', '132917.768000', '132917.771000', '132917.773000', '132917.776000', '132917.779000', '132917.781000', '132917.784000', '132917.786000', '132917.789000', '132917.792000', '132917.794000', '132917.797000', '132917.800000', '132917.802000', '132917.805000', '132917.808000', '132917.811000', '132917.813000', '132917.816000', '132917.818000', '132917.821000', '132917.824000', '132917.826000', '132917.829000', '132917.832000', '132917.844000', '132917.847000', '132917.849000', '132917.852000', '132917.855000', '132937.732000', '132937.734000', '132937.737000', '132937.740000', '132937.742000', '132937.745000', '132937.748000', '132937.750000', '132937.753000', '132937.756000', '132937.758000', '132937.761000', '132937.763000', '132937.766000', '132937.769000', '132937.771000', '132937.774000', '132937.777000', '132937.779000', '132937.782000', '132937.784000', '132937.787000', '132937.789000', '132937.792000', '132937.795000', '132937.797000', '132937.800000', '132937.802000', '132937.805000', '132937.808000', '132937.810000', '132937.813000', '132937.816000', '132937.818000', '132937.821000', '132937.823000', '132937.826000', '132937.829000', '132937.831000', '132937.834000', '132937.837000', '132937.839000', '132937.842000', '132957.732000', '132957.735000', '132957.737000', '132957.740000', '132957.743000', '132957.745000', '132957.748000', '132957.750000', '132957.753000', '132957.756000', '132957.758000', '132957.761000', '132957.764000', '132957.767000', '132957.769000', '132957.772000', '132957.774000', '132957.777000', '132957.780000', '132957.782000', '132957.785000', '132957.788000', '132957.790000', '132957.793000', '132957.795000', '132957.798000', '132957.801000', '132957.803000', '132957.806000', '132957.809000', '132957.811000', '132957.814000', '132957.817000', '132957.819000', '132957.822000', '132957.824000', '132957.827000', '132957.830000', '132957.832000', '132957.835000', '132957.838000', '132957.840000', '132957.843000', '133017.731000', '133017.733000', '133017.736000', '133017.739000', '133017.741000', '133017.744000', '133017.747000', '133017.749000', '133017.752000', '133017.755000', '133017.757000', '133017.760000', '133017.763000', '133017.765000', '133017.768000', '133017.770000', '133017.773000', '133017.776000', '133017.778000', '133017.781000', '133017.784000', '133017.786000', '133017.789000', '133017.791000', '133017.794000', '133017.797000', '133017.799000', '133017.802000', '133017.805000', '133017.807000', '133017.810000', '133017.812000', '133017.815000', '133017.818000', '133017.821000', '133017.823000', '133017.826000', '133017.830000', '133017.833000', '133017.835000', '133017.838000', '133017.841000', '133017.843000', '133017.846000', '133037.730000', '133037.733000', '133037.736000', '133037.739000', '133037.741000', '133037.744000', '133037.747000', '133037.749000', '133037.752000', '133037.755000', '133037.757000', '133037.760000', '133037.762000', '133037.765000', '133037.768000', '133037.771000', '133037.775000', '133037.777000', '133037.780000', '133037.783000', '133037.786000', '133037.789000', '133037.792000', '133037.794000', '133037.797000', '133037.800000', '133037.802000', '133037.805000', '133037.807000', '133037.810000', '133037.813000', '133037.815000', '133037.818000', '133037.820000', '133037.823000', '133037.826000', '133037.828000', '133037.831000', '133037.834000', '133037.836000', '133037.839000', '133037.841000', '133037.844000', '133057.731000', '133057.733000', '133057.736000', '133057.739000', '133057.741000', '133057.744000', '133057.747000', '133057.769000', '133057.772000', '133057.775000', '133057.777000', '133057.780000', '133057.782000', '133057.785000', '133057.788000', '133057.790000', '133057.793000', '133057.795000', '133057.798000', '133057.801000', '133057.803000', '133057.806000', '133057.809000', '133057.811000', '133057.814000', '133057.817000', '133057.819000', '133057.822000', '133057.825000', '133057.827000', '133057.830000', '133057.832000', '133057.835000', '133057.838000', '133057.840000', '133057.843000', '133057.845000', '133057.848000', '133057.851000', '133057.854000', '133057.856000', '133057.859000', '133057.861000', '133057.864000', '133117.731000', '133117.734000', '133117.736000', '133117.739000', '133117.741000', '133117.744000', '133117.747000', '133117.749000', '133117.752000', '133117.755000', '133117.757000', '133117.760000', '133117.762000', '133117.765000', '133117.768000', '133117.770000', '133117.773000', '133117.776000', '133117.778000', '133117.781000', '133117.783000', '133117.786000', '133117.789000', '133117.791000', '133117.794000', '133117.797000', '133117.799000', '133117.802000', '133117.804000', '133117.807000', '133117.810000', '133117.812000', '133117.815000', '133117.818000', '133117.820000', '133117.823000', '133117.825000', '133117.828000', '133117.831000', '133117.833000', '133117.836000', '133117.839000', '133117.841000', '133137.731000', '133137.733000', '133137.737000', '133137.739000', '133137.742000', '133137.745000', '133137.747000', '133137.750000', '133137.753000', '133137.755000', '133137.758000', '133137.760000', '133137.763000', '133137.766000', '133137.768000', '133137.771000', '133137.773000', '133137.776000', '133137.779000', '133137.781000', '133137.784000', '133137.786000', '133137.789000', '133137.792000', '133137.794000', '133137.797000', '133137.800000', '133137.802000', '133137.805000', '133137.807000', '133137.810000', '133137.813000', '133137.815000', '133137.818000', '133137.821000', '133137.823000', '133137.826000', '133137.828000', '133137.831000', '133137.834000', '133137.836000', '133137.839000', '133137.842000', '133137.844000', '133142.135000', '133142.138000', '133142.141000', '133142.144000', '133142.146000', '133142.149000', '133142.152000', '133142.154000', '133142.157000', '133142.159000'], 'InstanceCreationTime': ['132457.779000', '132457.782000', '132457.785000', '132457.787000', '132457.790000', '132457.794000', '132457.797000', '132457.799000', '132457.802000', '132457.805000', '132457.807000', '132457.810000', '132457.812000', '132457.815000', '132457.818000', '132457.820000', '132457.823000', '132457.825000', '132457.828000', '132457.831000', '132457.833000', '132457.836000', '132457.838000', '132457.841000', '132457.843000', '132457.846000', '132457.849000', '132457.852000', '132457.854000', '132457.857000', '132457.859000', '132457.862000', '132457.864000', '132457.867000', '132517.731000', '132517.734000', '132517.737000', '132517.739000', '132517.742000', '132517.745000', '132517.747000', '132517.750000', '132517.752000', '132517.755000', '132517.758000', '132517.760000', '132517.763000', '132517.765000', '132517.768000', '132517.771000', '132517.773000', '132517.776000', '132517.778000', '132517.786000', '132517.789000', '132517.792000', '132517.794000', '132517.797000', '132517.799000', '132517.802000', '132517.805000', '132517.807000', '132517.810000', '132517.812000', '132517.815000', '132517.817000', '132517.820000', '132517.823000', '132517.825000', '132517.828000', '132517.830000', '132517.833000', '132517.836000', '132517.838000', '132517.841000', '132517.843000', '132517.846000', '132517.848000', '132537.730000', '132537.733000', '132537.736000', '132537.746000', '132537.749000', '132537.751000', '132537.754000', '132537.757000', '132537.759000', '132537.762000', '132537.764000', '132537.767000', '132537.770000', '132537.772000', '132537.775000', '132537.777000', '132537.780000', '132537.783000', '132537.785000', '132537.788000', '132537.791000', '132537.793000', '132537.796000', '132537.798000', '132537.801000', '132537.804000', '132537.806000', '132537.809000', '132537.811000', '132537.814000', '132537.817000', '132537.819000', '132537.822000', '132537.825000', '132537.827000', '132537.830000', '132537.833000', '132537.837000', '132537.839000', '132537.842000', '132537.845000', '132537.848000', '132537.850000', '132557.730000', '132557.733000', '132557.736000', '132557.739000', '132557.741000', '132557.744000', '132557.746000', '132557.749000', '132557.752000', '132557.754000', '132557.757000', '132557.760000', '132557.762000', '132557.765000', '132557.767000', '132557.770000', '132557.773000', '132557.776000', '132557.778000', '132557.781000', '132557.783000', '132557.786000', '132557.788000', '132557.791000', '132557.794000', '132557.796000', '132557.799000', '132557.801000', '132557.804000', '132557.807000', '132557.809000', '132557.812000', '132557.815000', '132557.817000', '132557.820000', '132557.823000', '132557.825000', '132557.828000', '132557.830000', '132557.833000', '132557.836000', '132557.838000', '132557.841000', '132557.850000', '132617.731000', '132617.734000', '132617.736000', '132617.739000', '132617.741000', '132617.744000', '132617.747000', '132617.749000', '132617.752000', '132617.754000', '132617.757000', '132617.760000', '132617.762000', '132617.765000', '132617.768000', '132617.770000', '132617.773000', '132617.775000', '132617.778000', '132617.781000', '132617.783000', '132617.786000', '132617.789000', '132617.791000', '132617.794000', '132617.803000', '132617.806000', '132617.809000', '132617.811000', '132617.814000', '132617.817000', '132617.819000', '132617.862000', '132617.865000', '132617.868000', '132617.870000', '132617.873000', '132617.876000', '132617.878000', '132617.881000', '132617.883000', '132617.886000', '132617.888000', '132637.731000', '132637.733000', '132637.736000', '132637.739000', '132637.741000', '132637.744000', '132637.747000', '132637.749000', '132637.752000', '132637.754000', '132637.757000', '132637.760000', '132637.762000', '132637.765000', '132637.767000', '132637.770000', '132637.773000', '132637.775000', '132637.778000', '132637.781000', '132637.783000', '132637.786000', '132637.788000', '132637.791000', '132637.794000', '132637.796000', '132637.799000', '132637.801000', '132637.804000', '132637.806000', '132637.809000', '132637.812000', '132637.814000', '132637.817000', '132637.819000', '132637.822000', '132637.825000', '132637.827000', '132637.830000', '132637.832000', '132637.835000', '132637.837000', '132637.840000', '132637.843000', '132657.731000', '132657.733000', '132657.736000', '132657.739000', '132657.741000', '132657.744000', '132657.747000', '132657.749000', '132657.752000', '132657.754000', '132657.757000', '132657.760000', '132657.762000', '132657.765000', '132657.767000', '132657.770000', '132657.773000', '132657.775000', '132657.778000', '132657.780000', '132657.783000', '132657.786000', '132657.788000', '132657.791000', '132657.794000', '132657.796000', '132657.799000', '132657.801000', '132657.804000', '132657.807000', '132657.809000', '132657.812000', '132657.815000', '132657.817000', '132657.820000', '132657.822000', '132657.825000', '132657.828000', '132657.830000', '132657.833000', '132657.835000', '132657.838000', '132657.841000', '132717.730000', '132717.733000', '132717.736000', '132717.739000', '132717.741000', '132717.744000', '132717.746000', '132717.749000', '132717.751000', '132717.754000', '132717.757000', '132717.760000', '132717.763000', '132717.767000', '132717.770000', '132717.773000', '132717.775000', '132717.778000', '132717.781000', '132717.783000', '132717.786000', '132717.789000', '132717.791000', '132717.794000', '132717.796000', '132717.799000', '132717.802000', '132717.805000', '132717.807000', '132717.810000', '132717.820000', '132717.823000', '132717.825000', '132717.828000', '132717.831000', '132717.833000', '132717.836000', '132717.838000', '132717.841000', '132717.844000', '132717.846000', '132717.849000', '132717.851000', '132737.731000', '132737.734000', '132737.737000', '132737.739000', '132737.742000', '132737.745000', '132737.747000', '132737.750000', '132737.753000', '132737.755000', '132737.758000', '132737.760000', '132737.763000', '132737.766000', '132737.768000', '132737.771000', '132737.774000', '132737.776000', '132737.779000', '132737.782000', '132737.784000', '132737.787000', '132737.789000', '132737.792000', '132737.795000', '132737.797000', '132737.800000', '132737.803000', '132737.805000', '132737.808000', '132737.810000', '132737.813000', '132737.816000', '132737.818000', '132737.821000', '132737.823000', '132737.826000', '132737.829000', '132737.831000', '132737.834000', '132737.836000', '132737.839000', '132737.841000', '132737.844000', '132757.731000', '132757.733000', '132757.736000', '132757.739000', '132757.741000', '132757.744000', '132757.746000', '132757.749000', '132757.752000', '132757.754000', '132757.757000', '132757.760000', '132757.763000', '132757.765000', '132757.784000', '132757.786000', '132757.789000', '132757.792000', '132757.794000', '132757.797000', '132757.799000', '132757.802000', '132757.805000', '132757.807000', '132757.810000', '132757.813000', '132757.816000', '132757.818000', '132757.821000', '132757.823000', '132757.826000', '132757.829000', '132757.831000', '132757.834000', '132757.837000', '132757.839000', '132757.842000', '132757.845000', '132757.847000', '132757.850000', '132757.852000', '132757.855000', '132757.858000', '132757.860000', '132817.731000', '132817.733000', '132817.736000', '132817.739000', '132817.741000', '132817.744000', '132817.747000', '132817.749000', '132817.752000', '132817.754000', '132817.757000', '132817.760000', '132817.762000', '132817.765000', '132817.768000', '132817.770000', '132817.773000', '132817.775000', '132817.778000', '132817.781000', '132817.783000', '132817.786000', '132817.789000', '132817.791000', '132817.794000', '132817.796000', '132817.799000', '132817.802000', '132817.804000', '132817.807000', '132817.809000', '132817.812000', '132817.815000', '132817.817000', '132817.820000', '132817.822000', '132817.825000', '132817.828000', '132817.830000', '132817.833000', '132817.835000', '132817.838000', '132817.841000', '132837.730000', '132837.733000', '132837.736000', '132837.738000', '132837.741000', '132837.744000', '132837.746000', '132837.749000', '132837.752000', '132837.754000', '132837.757000', '132837.759000', '132837.762000', '132837.765000', '132837.767000', '132837.770000', '132837.773000', '132837.775000', '132837.778000', '132837.780000', '132837.783000', '132837.786000', '132837.788000', '132837.791000', '132837.794000', '132837.796000', '132837.799000', '132837.802000', '132837.804000', '132837.807000', '132837.809000', '132837.812000', '132837.815000', '132837.817000', '132837.820000', '132837.823000', '132837.825000', '132837.828000', '132837.831000', '132837.833000', '132837.836000', '132837.838000', '132837.841000', '132837.844000', '132857.731000', '132857.734000', '132857.736000', '132857.739000', '132857.741000', '132857.744000', '132857.747000', '132857.749000', '132857.752000', '132857.754000', '132857.757000', '132857.759000', '132857.762000', '132857.765000', '132857.767000', '132857.770000', '132857.772000', '132857.775000', '132857.778000', '132857.780000', '132857.783000', '132857.786000', '132857.788000', '132857.791000', '132857.794000', '132857.797000', '132857.799000', '132857.802000', '132857.804000', '132857.807000', '132857.810000', '132857.812000', '132857.815000', '132857.818000', '132857.820000', '132857.823000', '132857.825000', '132857.828000', '132857.831000', '132857.833000', '132857.836000', '132857.839000', '132857.841000', '132917.730000', '132917.733000', '132917.736000', '132917.738000', '132917.741000', '132917.744000', '132917.747000', '132917.750000', '132917.752000', '132917.755000', '132917.758000', '132917.760000', '132917.763000', '132917.765000', '132917.768000', '132917.771000', '132917.773000', '132917.776000', '132917.779000', '132917.781000', '132917.784000', '132917.786000', '132917.789000', '132917.792000', '132917.794000', '132917.797000', '132917.800000', '132917.802000', '132917.805000', '132917.808000', '132917.811000', '132917.813000', '132917.816000', '132917.818000', '132917.821000', '132917.824000', '132917.826000', '132917.829000', '132917.832000', '132917.844000', '132917.847000', '132917.849000', '132917.852000', '132917.855000', '132937.732000', '132937.734000', '132937.737000', '132937.740000', '132937.742000', '132937.745000', '132937.748000', '132937.750000', '132937.753000', '132937.756000', '132937.758000', '132937.761000', '132937.763000', '132937.766000', '132937.769000', '132937.771000', '132937.774000', '132937.777000', '132937.779000', '132937.782000', '132937.784000', '132937.787000', '132937.789000', '132937.792000', '132937.795000', '132937.797000', '132937.800000', '132937.802000', '132937.805000', '132937.808000', '132937.810000', '132937.813000', '132937.816000', '132937.818000', '132937.821000', '132937.823000', '132937.826000', '132937.829000', '132937.831000', '132937.834000', '132937.837000', '132937.839000', '132937.842000', '132957.732000', '132957.735000', '132957.737000', '132957.740000', '132957.743000', '132957.745000', '132957.748000', '132957.750000', '132957.753000', '132957.756000', '132957.758000', '132957.761000', '132957.764000', '132957.767000', '132957.769000', '132957.772000', '132957.774000', '132957.777000', '132957.780000', '132957.782000', '132957.785000', '132957.788000', '132957.790000', '132957.793000', '132957.795000', '132957.798000', '132957.801000', '132957.803000', '132957.806000', '132957.809000', '132957.811000', '132957.814000', '132957.817000', '132957.819000', '132957.822000', '132957.824000', '132957.827000', '132957.830000', '132957.832000', '132957.835000', '132957.838000', '132957.840000', '132957.843000', '133017.731000', '133017.733000', '133017.736000', '133017.739000', '133017.741000', '133017.744000', '133017.747000', '133017.749000', '133017.752000', '133017.755000', '133017.757000', '133017.760000', '133017.763000', '133017.765000', '133017.768000', '133017.770000', '133017.773000', '133017.776000', '133017.778000', '133017.781000', '133017.784000', '133017.786000', '133017.789000', '133017.791000', '133017.794000', '133017.797000', '133017.799000', '133017.802000', '133017.805000', '133017.807000', '133017.810000', '133017.812000', '133017.815000', '133017.818000', '133017.821000', '133017.823000', '133017.826000', '133017.830000', '133017.833000', '133017.835000', '133017.838000', '133017.841000', '133017.843000', '133017.846000', '133037.730000', '133037.733000', '133037.736000', '133037.739000', '133037.741000', '133037.744000', '133037.747000', '133037.749000', '133037.752000', '133037.755000', '133037.757000', '133037.760000', '133037.762000', '133037.765000', '133037.768000', '133037.771000', '133037.775000', '133037.777000', '133037.780000', '133037.783000', '133037.786000', '133037.789000', '133037.792000', '133037.794000', '133037.797000', '133037.800000', '133037.802000', '133037.805000', '133037.807000', '133037.810000', '133037.813000', '133037.815000', '133037.818000', '133037.820000', '133037.823000', '133037.826000', '133037.828000', '133037.831000', '133037.834000', '133037.836000', '133037.839000', '133037.841000', '133037.844000', '133057.731000', '133057.733000', '133057.736000', '133057.739000', '133057.741000', '133057.744000', '133057.747000', '133057.769000', '133057.772000', '133057.775000', '133057.777000', '133057.780000', '133057.782000', '133057.785000', '133057.788000', '133057.790000', '133057.793000', '133057.795000', '133057.798000', '133057.801000', '133057.803000', '133057.806000', '133057.809000', '133057.811000', '133057.814000', '133057.817000', '133057.819000', '133057.822000', '133057.825000', '133057.827000', '133057.830000', '133057.832000', '133057.835000', '133057.838000', '133057.840000', '133057.843000', '133057.845000', '133057.848000', '133057.851000', '133057.854000', '133057.856000', '133057.859000', '133057.861000', '133057.864000', '133117.731000', '133117.734000', '133117.736000', '133117.739000', '133117.741000', '133117.744000', '133117.747000', '133117.749000', '133117.752000', '133117.755000', '133117.757000', '133117.760000', '133117.762000', '133117.765000', '133117.768000', '133117.770000', '133117.773000', '133117.776000', '133117.778000', '133117.781000', '133117.783000', '133117.786000', '133117.789000', '133117.791000', '133117.794000', '133117.797000', '133117.799000', '133117.802000', '133117.804000', '133117.807000', '133117.810000', '133117.812000', '133117.815000', '133117.818000', '133117.820000', '133117.823000', '133117.825000', '133117.828000', '133117.831000', '133117.833000', '133117.836000', '133117.839000', '133117.841000', '133137.731000', '133137.733000', '133137.737000', '133137.739000', '133137.742000', '133137.745000', '133137.747000', '133137.750000', '133137.753000', '133137.755000', '133137.758000', '133137.760000', '133137.763000', '133137.766000', '133137.768000', '133137.771000', '133137.773000', '133137.776000', '133137.779000', '133137.781000', '133137.784000', '133137.786000', '133137.789000', '133137.792000', '133137.794000', '133137.797000', '133137.800000', '133137.802000', '133137.805000', '133137.807000', '133137.810000', '133137.813000', '133137.815000', '133137.818000', '133137.821000', '133137.823000', '133137.826000', '133137.828000', '133137.831000', '133137.834000', '133137.836000', '133137.839000', '133137.842000', '133137.844000', '133142.135000', '133142.138000', '133142.141000', '133142.144000', '133142.146000', '133142.149000', '133142.152000', '133142.154000', '133142.157000', '133142.159000'], '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': [10330, 11851, 15577, 10682, 11351, 13006, 10783, 11327, 12740, 10771, 11477, 10520, 10939, 11286, 12612, 10592, 11647, 11044, 10791, 11380, 13964, 10421, 11279, 13779, 10084, 11001, 12498, 10108, 11544, 12395, 9666, 10763, 12086, 10238, 11207, 12552, 10052, 11429, 11993, 10563, 11238, 14613, 10078, 11246, 12773, 10037, 11109, 13655, 10145, 11557, 13030, 10715, 11340, 12119, 10110, 11728, 13687, 10401, 11474, 13377, 10044, 11576, 13513, 10515, 10913, 11613, 11186, 10805, 11905, 10161, 10825, 12340, 9657, 10930, 12577, 9709, 10989, 12797, 10350, 11163, 11992, 9077, 11221, 13108, 12520, 10445, 11100, 13982, 10040, 11167, 13117, 9756, 11543, 12369, 9454, 10949, 11523, 10864, 11278, 11512, 9270, 10479, 11339, 13494, 10642, 11566, 13658, 10336, 11437, 12178, 10718, 11530, 13785, 10378, 11496, 12778, 9801, 11321, 12608, 11006, 11642, 11806, 9697, 10779, 11365, 10528, 10757, 11767, 14298, 9900, 11301, 12486, 9658, 11061, 12503, 9701, 11495, 11781, 10531, 11058, 11510, 10885, 11275, 11886, 10131, 10274, 11528, 10760, 11212, 11610, 10867, 10749, 11602, 10556, 11421, 12709, 11613, 10982, 12018, 10429, 10539, 11471, 15314, 10959, 11466, 13856, 10125, 11195, 13274, 9609, 11718, 12889, 9951, 11415, 11676, 10006, 11839, 13049, 9245, 11479, 12626, 9916, 11535, 13396, 10431, 11615, 12543, 10696, 11560, 11495, 10603, 12045, 12096, 10660, 11386, 11723, 10327, 12007, 12672, 9926, 11782, 11298, 10481, 11641, 11891, 9790, 11639, 11711, 10076, 11423, 11427, 10005, 11480, 12464, 11291, 10974, 11595, 9923, 11013, 11628, 14906, 11103, 11416, 14280, 11288, 11280, 12918, 11040, 11196, 11402, 10848, 11460, 10262, 11084, 11834, 10636, 11399, 12677, 10253, 11333, 13569, 10019, 11797, 13371, 10191, 11632, 13363, 10561, 11726, 13203, 10921, 11522, 12450, 11276, 11371, 9696, 11704, 13105, 10085, 11584, 13617, 10636, 11276, 14250, 10961, 11229, 14341, 11235, 11844, 10219, 11403, 11575, 9775, 11133, 11693, 10648, 11610, 12903, 10428, 11173, 12657, 11188, 11247, 14392, 11141, 11351, 12601, 11224, 11192, 14348, 11302, 11391, 10098, 11211, 11137, 10060, 11846, 12001, 9970, 11416, 12771, 10398, 11292, 13441, 9694, 11212, 13063, 10530, 11350, 14243, 9912, 11258, 13298, 10398, 11055, 13730, 10483, 11160, 11247, 10231, 10806, 11348, 10452, 10993, 11432, 9337, 10835, 11213, 10733, 10862, 12743, 11433, 11190, 11880, 14096, 10512, 11522, 14147, 10802, 11502, 14132, 10633, 11124, 12970, 10383, 11070, 12785, 10493, 11445, 11256, 9714, 11111, 11139, 10935, 11289, 11651, 10428, 11260, 11419, 9589, 10615, 11807, 13259, 11026, 11566, 11160, 10881, 11306, 9080, 10980, 11186, 11731, 10656, 11173, 10619, 10453, 12358, 9209, 10731, 11777, 13688, 10159, 11147, 11796, 10439, 11132, 13038, 10387, 11005, 10211, 10486, 12773, 9522, 10696, 12390, 9561, 10762, 11991, 9998, 11226, 9448, 10284, 11279, 9943, 10946, 13223, 10809, 11037, 11870, 10444, 10939, 12344, 10455, 10786, 11519, 10395, 10709, 11559, 10182, 11248, 12353, 9903, 10952, 11265, 12336, 10693, 10987, 15005, 10332, 11057, 13510, 10230, 11194, 13339, 10021, 11389, 12688, 9924, 11381, 12825, 9691, 11532, 11626, 9901, 10941, 11158, 9671, 11068, 10963, 10488, 10846, 11143, 9269, 11229, 13302, 10417, 11250, 9130, 11027, 12964, 11851, 10842, 12102, 9465, 10583, 13712, 10267, 11080, 13618, 9175, 10768, 13467, 9737, 10825, 13285, 9511, 11031, 13354, 10299, 11200, 11822, 10173, 10816, 9805, 10867, 12542, 9658, 10839, 13203, 9529, 11226, 14703, 9145, 11066, 13576, 10172, 11029, 14785, 10863, 10968, 12220, 10506, 10947, 11555, 11029, 11472, 10200, 10995, 13357, 9511, 10987, 12502, 10090, 10862, 13021, 9742, 11080, 13110, 9514, 10864, 13109, 10417, 11069, 13704, 10474, 11088, 12472, 11104, 11282, 14852, 10869, 12034, 11502, 10631, 11345, 15007, 11253, 11969, 13282, 10585, 11350, 12502, 11089, 11105, 11674, 10934, 11312, 9715, 11000, 12371, 10213, 10976, 12770, 10375, 11328, 13359, 10183, 11421, 12897, 9179, 10923, 12600, 9289, 11024, 13162, 9065, 10898, 12429, 9903, 10955, 13496, 9644, 10956, 13320, 9488, 10875, 12902, 10550, 11171, 13772, 10183, 10961, 11000, 10809, 11828, 9968, 11058, 11743, 9467, 10806, 13918, 9713, 11146, 13717, 10943, 10947, 15080, 11042, 11028, 14266, 10692, 10842, 14221, 10944, 10983, 13571, 10471, 11200, 13356, 11167, 10998, 13018, 11129, 10798, 10011, 11304, 11565, 10050, 11433, 11877, 9979, 11213, 13059, 9720, 11911, 13067, 10051, 11333, 11891, 10067, 11287, 13872, 9592, 11430, 13119, 10484, 11300, 13997, 10846, 11485, 13386, 10187, 11255, 13367, 10760, 11491, 13858, 10368, 11455, 11917, 9951, 11477, 12076, 9528, 11362, 11189, 9527, 11413, 11721, 12063, 11199, 11319, 9447, 10841, 11215, 13861, 10922, 11089, 14693, 10048, 11388, 13117, 10825, 11136, 14366, 10789, 11015, 11594, 10827, 11171, 12118, 10697, 11144, 9565, 10962, 12536, 15749, 10523, 11109, 12812, 10847, 10985, 13176, 11039, 11040, 9785, 10678, 11881, 9451, 11277, 13110, 10247, 11075, 14044, 10779, 10702, 9454, 10785, 11942, 9864, 10947, 14560, 10468, 11385, 9834, 11040, 13421, 9901, 11080, 12239, 10924, 11916, 10018, 11255, 14742, 10639, 11606, 14314, 10841, 12431, 9901, 11228, 14965, 10569, 11354, 11043, 10878, 12318, 9999, 11119, 13379, 10829, 11070, 14434, 10746, 11868, 9659, 11062, 13121, 9625, 10923, 13297, 10792, 11713, 14465, 11071, 11682, 9545, 10934, 12904, 10973, 10897, 9478, 11195, 12369, 9742, 11131, 13714, 10932, 11288, 14871, 11164, 11632, 14096, 11186, 11780, 13486, 11343, 11792, 10245, 11493, 11198, 10631, 11267, 12680, 10913, 11284, 8904, 11253, 12786, 9443, 11567, 13458, 10749, 11204, 14122, 10515, 11125, 12963, 10775, 10885, 9975, 10713, 11549, 10329, 11070, 12597, 10852, 11373, 9169, 10868, 14372, 10706, 11203, 14211, 10694, 11904, 11643, 10876, 12401, 9948, 11084, 14815, 10624, 10902, 13736, 10766, 11318, 11011, 11019, 11865, 9163, 10728, 13281, 11023, 11056, 13326, 10900, 10982, 9797, 11539, 12873, 9806, 11125, 13467, 10603, 10987, 13603, 10691, 11174, 12344, 10992, 11203, 11894, 11211, 11268, 9467, 11058, 12996, 10986, 11050, 9425, 11042, 12509, 10571, 11375, 13924, 11245, 11474, 14246, 10937, 12165, 11197, 11296, 12312, 10091, 11244, 14847, 10107, 11331, 13621, 11114, 11009, 13568, 10780, 11018, 9257, 11106, 13432, 9438, 11269, 13357, 10938, 10964, 9530, 11129, 12279, 10299, 11004, 14994, 10487, 11034, 11989, 11403, 12655, 9930, 11075, 13394, 10733, 10890, 14535, 11009, 11692, 9397], 'WindowCenter': [4462.0, 4454.0, 4459.0, 4414.0, 4412.0, 4419.0, 4398.0, 4409.0, 4407.0, 4399.0, 4409.0, 4398.0, 4410.0, 4411.0, 4409.0, 4400.0, 4410.0, 4397.0, 4398.0, 4410.0, 4418.0, 4398.0, 4410.0, 4417.0, 4387.0, 4399.0, 4409.0, 4400.0, 4411.0, 4409.0, 4389.0, 4411.0, 4411.0, 4400.0, 4411.0, 4409.0, 4400.0, 4412.0, 4409.0, 4401.0, 4412.0, 4430.0, 4400.0, 4411.0, 4409.0, 4400.0, 4412.0, 4420.0, 4399.0, 4411.0, 4419.0, 4399.0, 4414.0, 4410.0, 4402.0, 4422.0, 4432.0, 4400.0, 4412.0, 4419.0, 4389.0, 4411.0, 4422.0, 4398.0, 4399.0, 4424.0, 4411.0, 4415.0, 4423.0, 4401.0, 4412.0, 4410.0, 4389.0, 4413.0, 4422.0, 4390.0, 4412.0, 4421.0, 4401.0, 4413.0, 4422.0, 4391.0, 4413.0, 4424.0, 4411.0, 4400.0, 4411.0, 4420.0, 4399.0, 4411.0, 4420.0, 4389.0, 4411.0, 4409.0, 4388.0, 4410.0, 4414.0, 4410.0, 4411.0, 4411.0, 4389.0, 4411.0, 4412.0, 4421.0, 4401.0, 4412.0, 4420.0, 4400.0, 4412.0, 4420.0, 4412.0, 4423.0, 4431.0, 4412.0, 4424.0, 4422.0, 4402.0, 4425.0, 4424.0, 4411.0, 4412.0, 4412.0, 4400.0, 4412.0, 4423.0, 4411.0, 4412.0, 4424.0, 4432.0, 4401.0, 4423.0, 4423.0, 4402.0, 4424.0, 4423.0, 4402.0, 4423.0, 4423.0, 4411.0, 4423.0, 4424.0, 4412.0, 4425.0, 4425.0, 4402.0, 4416.0, 4425.0, 4414.0, 4426.0, 4426.0, 4424.0, 4425.0, 4427.0, 4415.0, 4428.0, 4437.0, 4425.0, 4425.0, 4436.0, 4413.0, 4415.0, 4426.0, 4445.0, 4413.0, 4424.0, 4432.0, 4401.0, 4413.0, 4422.0, 4402.0, 4423.0, 4422.0, 4401.0, 4424.0, 4423.0, 4404.0, 4425.0, 4435.0, 4403.0, 4424.0, 4424.0, 4403.0, 4424.0, 4435.0, 4412.0, 4424.0, 4423.0, 4401.0, 4423.0, 4424.0, 4412.0, 4424.0, 4424.0, 4401.0, 4412.0, 4424.0, 4400.0, 4423.0, 4435.0, 4402.0, 4423.0, 4413.0, 4401.0, 4423.0, 4424.0, 4402.0, 4413.0, 4413.0, 4401.0, 4412.0, 4413.0, 4401.0, 4423.0, 4424.0, 4412.0, 4412.0, 4413.0, 4400.0, 4412.0, 4413.0, 4431.0, 4411.0, 4412.0, 4420.0, 4410.0, 4412.0, 4420.0, 4411.0, 4412.0, 4410.0, 4411.0, 4412.0, 4401.0, 4413.0, 4423.0, 4401.0, 4413.0, 4423.0, 4401.0, 4413.0, 4434.0, 4390.0, 4412.0, 4421.0, 4399.0, 4411.0, 4420.0, 4399.0, 4412.0, 4421.0, 4411.0, 4424.0, 4422.0, 4413.0, 4424.0, 4402.0, 4424.0, 4434.0, 4402.0, 4423.0, 4432.0, 4401.0, 4414.0, 4432.0, 4402.0, 4413.0, 4420.0, 4410.0, 4411.0, 4400.0, 4411.0, 4410.0, 4399.0, 4411.0, 4410.0, 4411.0, 4423.0, 4422.0, 4412.0, 4414.0, 4423.0, 4413.0, 4414.0, 4432.0, 4412.0, 4414.0, 4421.0, 4411.0, 4413.0, 4431.0, 4409.0, 4411.0, 4398.0, 4411.0, 4412.0, 4400.0, 4423.0, 4423.0, 4401.0, 4426.0, 4437.0, 4413.0, 4425.0, 4433.0, 4400.0, 4424.0, 4433.0, 4413.0, 4425.0, 4433.0, 4403.0, 4424.0, 4434.0, 4413.0, 4424.0, 4434.0, 4402.0, 4411.0, 4411.0, 4400.0, 4411.0, 4412.0, 4400.0, 4412.0, 4412.0, 4390.0, 4412.0, 4413.0, 4410.0, 4411.0, 4423.0, 4410.0, 4411.0, 4412.0, 4420.0, 4400.0, 4413.0, 4420.0, 4398.0, 4409.0, 4417.0, 4387.0, 4398.0, 4408.0, 4387.0, 4398.0, 4409.0, 4386.0, 4408.0, 4397.0, 4385.0, 4397.0, 4398.0, 4398.0, 4409.0, 4410.0, 4398.0, 4410.0, 4411.0, 4388.0, 4400.0, 4422.0, 4420.0, 4411.0, 4412.0, 4409.0, 4411.0, 4412.0, 4390.0, 4412.0, 4413.0, 4422.0, 4412.0, 4414.0, 4411.0, 4413.0, 4424.0, 4403.0, 4412.0, 4422.0, 4431.0, 4401.0, 4413.0, 4422.0, 4412.0, 4413.0, 4421.0, 4402.0, 4413.0, 4402.0, 4414.0, 4434.0, 4403.0, 4414.0, 4433.0, 4415.0, 4427.0, 4424.0, 4415.0, 4425.0, 4403.0, 4416.0, 4426.0, 4413.0, 4426.0, 4436.0, 4413.0, 4425.0, 4424.0, 4412.0, 4424.0, 4435.0, 4412.0, 4424.0, 4424.0, 4412.0, 4413.0, 4425.0, 4413.0, 4424.0, 4434.0, 4401.0, 4412.0, 4424.0, 4422.0, 4412.0, 4413.0, 4432.0, 4401.0, 4412.0, 4421.0, 4400.0, 4412.0, 4420.0, 4399.0, 4412.0, 4420.0, 4400.0, 4423.0, 4423.0, 4389.0, 4411.0, 4411.0, 4399.0, 4410.0, 4411.0, 4400.0, 4411.0, 4411.0, 4400.0, 4412.0, 4412.0, 4401.0, 4423.0, 4432.0, 4413.0, 4425.0, 4403.0, 4424.0, 4436.0, 4424.0, 4414.0, 4425.0, 4402.0, 4414.0, 4435.0, 4402.0, 4413.0, 4432.0, 4391.0, 4413.0, 4433.0, 4391.0, 4412.0, 4421.0, 4401.0, 4413.0, 4431.0, 4402.0, 4413.0, 4421.0, 4412.0, 4413.0, 4402.0, 4424.0, 4434.0, 4403.0, 4414.0, 4435.0, 4403.0, 4414.0, 4433.0, 4391.0, 4412.0, 4421.0, 4400.0, 4412.0, 4430.0, 4410.0, 4413.0, 4410.0, 4401.0, 4412.0, 4410.0, 4411.0, 4411.0, 4399.0, 4411.0, 4432.0, 4389.0, 4400.0, 4420.0, 4398.0, 4409.0, 4420.0, 4388.0, 4410.0, 4419.0, 4390.0, 4410.0, 4420.0, 4400.0, 4412.0, 4420.0, 4400.0, 4413.0, 4421.0, 4411.0, 4413.0, 4431.0, 4411.0, 4422.0, 4409.0, 4400.0, 4412.0, 4430.0, 4409.0, 4410.0, 4418.0, 4399.0, 4411.0, 4419.0, 4410.0, 4410.0, 4409.0, 4410.0, 4411.0, 4389.0, 4411.0, 4421.0, 4400.0, 4412.0, 4432.0, 4412.0, 4423.0, 4432.0, 4401.0, 4423.0, 4422.0, 4391.0, 4412.0, 4423.0, 4391.0, 4412.0, 4420.0, 4391.0, 4413.0, 4422.0, 4401.0, 4414.0, 4431.0, 4401.0, 4413.0, 4431.0, 4401.0, 4412.0, 4422.0, 4412.0, 4424.0, 4431.0, 4412.0, 4413.0, 4412.0, 4413.0, 4424.0, 4401.0, 4412.0, 4423.0, 4401.0, 4412.0, 4433.0, 4401.0, 4413.0, 4431.0, 4411.0, 4412.0, 4430.0, 4410.0, 4411.0, 4429.0, 4399.0, 4410.0, 4419.0, 4399.0, 4400.0, 4418.0, 4398.0, 4410.0, 4419.0, 4407.0, 4410.0, 4418.0, 4409.0, 4411.0, 4399.0, 4410.0, 4411.0, 4398.0, 4410.0, 4411.0, 4399.0, 4411.0, 4421.0, 4388.0, 4410.0, 4422.0, 4388.0, 4410.0, 4410.0, 4399.0, 4411.0, 4421.0, 4389.0, 4410.0, 4419.0, 4399.0, 4411.0, 4431.0, 4399.0, 4411.0, 4418.0, 4399.0, 4411.0, 4420.0, 4399.0, 4410.0, 4419.0, 4398.0, 4410.0, 4410.0, 4387.0, 4409.0, 4410.0, 4387.0, 4409.0, 4409.0, 4399.0, 4421.0, 4422.0, 4420.0, 4411.0, 4412.0, 4399.0, 4412.0, 4424.0, 4432.0, 4412.0, 4413.0, 4430.0, 4400.0, 4412.0, 4420.0, 4410.0, 4411.0, 4430.0, 4400.0, 4412.0, 4410.0, 4411.0, 4413.0, 4410.0, 4412.0, 4412.0, 4390.0, 4411.0, 4423.0, 4431.0, 4399.0, 4411.0, 4419.0, 4410.0, 4411.0, 4419.0, 4410.0, 4411.0, 4399.0, 4411.0, 4422.0, 4400.0, 4412.0, 4421.0, 4401.0, 4413.0, 4432.0, 4411.0, 4413.0, 4402.0, 4414.0, 4412.0, 4389.0, 4411.0, 4432.0, 4415.0, 4437.0, 4414.0, 4425.0, 4433.0, 4412.0, 4424.0, 4423.0, 4412.0, 4423.0, 4402.0, 4412.0, 4433.0, 4412.0, 4424.0, 4431.0, 4414.0, 4422.0, 4400.0, 4411.0, 4431.0, 4400.0, 4411.0, 4410.0, 4410.0, 4411.0, 4398.0, 4411.0, 4420.0, 4410.0, 4412.0, 4430.0, 4411.0, 4412.0, 4388.0, 4411.0, 4422.0, 4390.0, 4412.0, 4420.0, 4399.0, 4411.0, 4430.0, 4411.0, 4411.0, 4389.0, 4411.0, 4422.0, 4411.0, 4413.0, 4401.0, 4412.0, 4422.0, 4390.0, 4412.0, 4431.0, 4410.0, 4413.0, 4430.0, 4410.0, 4412.0, 4418.0, 4409.0, 4411.0, 4419.0, 4399.0, 4408.0, 4387.0, 4409.0, 4409.0, 4399.0, 4411.0, 4419.0, 4409.0, 4412.0, 4391.0, 4412.0, 4422.0, 4400.0, 4412.0, 4422.0, 4410.0, 4412.0, 4430.0, 4400.0, 4412.0, 4420.0, 4411.0, 4411.0, 4400.0, 4412.0, 4411.0, 4402.0, 4425.0, 4423.0, 4414.0, 4424.0, 4402.0, 4414.0, 4433.0, 4412.0, 4414.0, 4432.0, 4412.0, 4423.0, 4410.0, 4412.0, 4421.0, 4389.0, 4412.0, 4431.0, 4400.0, 4412.0, 4420.0, 4400.0, 4412.0, 4399.0, 4401.0, 4410.0, 4389.0, 4411.0, 4420.0, 4410.0, 4412.0, 4419.0, 4411.0, 4412.0, 4400.0, 4411.0, 4422.0, 4400.0, 4412.0, 4421.0, 4400.0, 4412.0, 4431.0, 4401.0, 4412.0, 4420.0, 4411.0, 4412.0, 4410.0, 4412.0, 4411.0, 4390.0, 4412.0, 4421.0, 4411.0, 4412.0, 4390.0, 4412.0, 4422.0, 4401.0, 4413.0, 4432.0, 4412.0, 4424.0, 4432.0, 4412.0, 4412.0, 4399.0, 4411.0, 4411.0, 4399.0, 4410.0, 4428.0, 4399.0, 4410.0, 4419.0, 4410.0, 4411.0, 4420.0, 4410.0, 4411.0, 4388.0, 4411.0, 4421.0, 4390.0, 4411.0, 4420.0, 4411.0, 4412.0, 4401.0, 4412.0, 4422.0, 4401.0, 4413.0, 4432.0, 4401.0, 4413.0, 4411.0, 4411.0, 4422.0, 4400.0, 4412.0, 4420.0, 4399.0, 4411.0, 4430.0, 4411.0, 4412.0, 4390.0], 'WindowWidth': [9832.0, 9804.0, 9804.0, 9729.0, 9722.0, 9726.0, 9696.0, 9713.0, 9708.0, 9697.0, 9712.0, 9695.0, 9715.0, 9721.0, 9714.0, 9700.0, 9715.0, 9693.0, 9694.0, 9714.0, 9725.0, 9695.0, 9716.0, 9720.0, 9680.0, 9698.0, 9711.0, 9700.0, 9717.0, 9712.0, 9686.0, 9719.0, 9717.0, 9702.0, 9718.0, 9713.0, 9701.0, 9719.0, 9713.0, 9704.0, 9720.0, 9744.0, 9700.0, 9717.0, 9712.0, 9701.0, 9719.0, 9730.0, 9697.0, 9716.0, 9724.0, 9698.0, 9722.0, 9714.0, 9705.0, 9735.0, 9748.0, 9702.0, 9721.0, 9728.0, 9684.0, 9716.0, 9737.0, 9695.0, 9699.0, 9743.0, 9717.0, 9730.0, 9736.0, 9702.0, 9719.0, 9714.0, 9685.0, 9723.0, 9735.0, 9688.0, 9719.0, 9732.0, 9705.0, 9722.0, 9734.0, 9691.0, 9723.0, 9741.0, 9717.0, 9700.0, 9718.0, 9728.0, 9699.0, 9718.0, 9729.0, 9685.0, 9716.0, 9713.0, 9682.0, 9715.0, 9724.0, 9713.0, 9718.0, 9719.0, 9685.0, 9718.0, 9722.0, 9731.0, 9704.0, 9719.0, 9728.0, 9700.0, 9720.0, 9730.0, 9719.0, 9736.0, 9746.0, 9719.0, 9738.0, 9734.0, 9707.0, 9742.0, 9743.0, 9718.0, 9721.0, 9722.0, 9701.0, 9720.0, 9738.0, 9719.0, 9721.0, 9739.0, 9750.0, 9705.0, 9737.0, 9737.0, 9707.0, 9738.0, 9740.0, 9706.0, 9738.0, 9739.0, 9718.0, 9737.0, 9740.0, 9721.0, 9742.0, 9742.0, 9708.0, 9731.0, 9744.0, 9727.0, 9746.0, 9746.0, 9740.0, 9745.0, 9750.0, 9730.0, 9750.0, 9765.0, 9743.0, 9742.0, 9760.0, 9724.0, 9728.0, 9748.0, 9774.0, 9723.0, 9741.0, 9749.0, 9704.0, 9723.0, 9736.0, 9705.0, 9737.0, 9734.0, 9706.0, 9739.0, 9737.0, 9713.0, 9743.0, 9757.0, 9710.0, 9741.0, 9740.0, 9709.0, 9741.0, 9759.0, 9721.0, 9738.0, 9739.0, 9704.0, 9737.0, 9740.0, 9720.0, 9739.0, 9740.0, 9706.0, 9721.0, 9740.0, 9704.0, 9738.0, 9757.0, 9706.0, 9737.0, 9725.0, 9703.0, 9737.0, 9739.0, 9705.0, 9722.0, 9723.0, 9704.0, 9720.0, 9724.0, 9705.0, 9737.0, 9742.0, 9720.0, 9720.0, 9723.0, 9700.0, 9719.0, 9724.0, 9747.0, 9716.0, 9722.0, 9728.0, 9714.0, 9719.0, 9728.0, 9716.0, 9720.0, 9716.0, 9718.0, 9721.0, 9703.0, 9722.0, 9738.0, 9704.0, 9722.0, 9736.0, 9704.0, 9721.0, 9756.0, 9687.0, 9719.0, 9730.0, 9698.0, 9716.0, 9729.0, 9698.0, 9719.0, 9730.0, 9718.0, 9739.0, 9735.0, 9724.0, 9740.0, 9706.0, 9738.0, 9755.0, 9706.0, 9737.0, 9749.0, 9705.0, 9725.0, 9749.0, 9705.0, 9723.0, 9731.0, 9713.0, 9717.0, 9700.0, 9715.0, 9715.0, 9699.0, 9716.0, 9715.0, 9718.0, 9737.0, 9733.0, 9720.0, 9726.0, 9738.0, 9724.0, 9728.0, 9749.0, 9720.0, 9725.0, 9732.0, 9717.0, 9723.0, 9746.0, 9713.0, 9718.0, 9697.0, 9717.0, 9722.0, 9700.0, 9735.0, 9736.0, 9704.0, 9744.0, 9762.0, 9723.0, 9744.0, 9752.0, 9702.0, 9741.0, 9751.0, 9724.0, 9744.0, 9752.0, 9710.0, 9740.0, 9756.0, 9724.0, 9742.0, 9757.0, 9706.0, 9717.0, 9718.0, 9699.0, 9717.0, 9720.0, 9702.0, 9721.0, 9723.0, 9689.0, 9720.0, 9724.0, 9716.0, 9720.0, 9738.0, 9717.0, 9717.0, 9721.0, 9729.0, 9700.0, 9722.0, 9731.0, 9696.0, 9713.0, 9724.0, 9678.0, 9695.0, 9709.0, 9679.0, 9696.0, 9713.0, 9676.0, 9708.0, 9694.0, 9673.0, 9694.0, 9697.0, 9695.0, 9713.0, 9717.0, 9696.0, 9714.0, 9717.0, 9684.0, 9703.0, 9734.0, 9730.0, 9717.0, 9721.0, 9714.0, 9718.0, 9723.0, 9691.0, 9721.0, 9726.0, 9735.0, 9722.0, 9727.0, 9719.0, 9724.0, 9741.0, 9708.0, 9722.0, 9737.0, 9748.0, 9706.0, 9726.0, 9735.0, 9722.0, 9726.0, 9733.0, 9707.0, 9724.0, 9707.0, 9728.0, 9756.0, 9710.0, 9728.0, 9752.0, 9730.0, 9749.0, 9743.0, 9731.0, 9746.0, 9712.0, 9733.0, 9747.0, 9726.0, 9746.0, 9762.0, 9724.0, 9743.0, 9743.0, 9722.0, 9742.0, 9757.0, 9721.0, 9741.0, 9743.0, 9722.0, 9725.0, 9746.0, 9725.0, 9742.0, 9756.0, 9706.0, 9723.0, 9742.0, 9734.0, 9720.0, 9726.0, 9751.0, 9704.0, 9723.0, 9733.0, 9700.0, 9721.0, 9729.0, 9700.0, 9720.0, 9730.0, 9701.0, 9737.0, 9739.0, 9686.0, 9718.0, 9718.0, 9698.0, 9716.0, 9720.0, 9701.0, 9719.0, 9720.0, 9700.0, 9721.0, 9722.0, 9706.0, 9739.0, 9751.0, 9726.0, 9744.0, 9712.0, 9741.0, 9762.0, 9741.0, 9728.0, 9744.0, 9709.0, 9728.0, 9760.0, 9706.0, 9725.0, 9750.0, 9691.0, 9723.0, 9755.0, 9690.0, 9721.0, 9730.0, 9704.0, 9725.0, 9746.0, 9707.0, 9725.0, 9733.0, 9723.0, 9726.0, 9707.0, 9741.0, 9756.0, 9710.0, 9728.0, 9758.0, 9711.0, 9727.0, 9755.0, 9693.0, 9721.0, 9733.0, 9701.0, 9720.0, 9745.0, 9715.0, 9721.0, 9715.0, 9704.0, 9722.0, 9715.0, 9717.0, 9719.0, 9698.0, 9718.0, 9748.0, 9685.0, 9702.0, 9729.0, 9696.0, 9712.0, 9729.0, 9683.0, 9714.0, 9727.0, 9686.0, 9716.0, 9727.0, 9702.0, 9720.0, 9730.0, 9702.0, 9723.0, 9731.0, 9718.0, 9726.0, 9749.0, 9716.0, 9735.0, 9713.0, 9700.0, 9720.0, 9743.0, 9711.0, 9716.0, 9725.0, 9699.0, 9718.0, 9726.0, 9714.0, 9716.0, 9713.0, 9714.0, 9719.0, 9686.0, 9719.0, 9734.0, 9701.0, 9722.0, 9749.0, 9720.0, 9739.0, 9750.0, 9704.0, 9736.0, 9734.0, 9691.0, 9721.0, 9737.0, 9690.0, 9722.0, 9732.0, 9691.0, 9724.0, 9734.0, 9706.0, 9727.0, 9749.0, 9705.0, 9723.0, 9745.0, 9704.0, 9723.0, 9737.0, 9723.0, 9740.0, 9746.0, 9720.0, 9727.0, 9723.0, 9725.0, 9740.0, 9705.0, 9722.0, 9737.0, 9705.0, 9722.0, 9752.0, 9705.0, 9723.0, 9747.0, 9717.0, 9722.0, 9747.0, 9714.0, 9718.0, 9741.0, 9697.0, 9716.0, 9725.0, 9697.0, 9701.0, 9722.0, 9695.0, 9714.0, 9726.0, 9708.0, 9717.0, 9723.0, 9713.0, 9717.0, 9699.0, 9716.0, 9719.0, 9696.0, 9715.0, 9717.0, 9699.0, 9718.0, 9733.0, 9683.0, 9714.0, 9732.0, 9681.0, 9714.0, 9716.0, 9698.0, 9716.0, 9733.0, 9685.0, 9716.0, 9727.0, 9697.0, 9717.0, 9746.0, 9697.0, 9716.0, 9724.0, 9697.0, 9717.0, 9731.0, 9698.0, 9715.0, 9728.0, 9697.0, 9713.0, 9716.0, 9680.0, 9712.0, 9715.0, 9680.0, 9711.0, 9713.0, 9700.0, 9732.0, 9737.0, 9730.0, 9718.0, 9721.0, 9701.0, 9721.0, 9740.0, 9748.0, 9720.0, 9723.0, 9746.0, 9700.0, 9721.0, 9731.0, 9716.0, 9719.0, 9745.0, 9701.0, 9719.0, 9714.0, 9718.0, 9725.0, 9717.0, 9719.0, 9720.0, 9687.0, 9719.0, 9739.0, 9749.0, 9698.0, 9717.0, 9726.0, 9714.0, 9719.0, 9726.0, 9715.0, 9718.0, 9699.0, 9719.0, 9734.0, 9702.0, 9722.0, 9731.0, 9705.0, 9725.0, 9750.0, 9718.0, 9725.0, 9706.0, 9725.0, 9719.0, 9683.0, 9717.0, 9749.0, 9730.0, 9765.0, 9727.0, 9742.0, 9753.0, 9722.0, 9741.0, 9737.0, 9722.0, 9740.0, 9707.0, 9722.0, 9752.0, 9720.0, 9739.0, 9748.0, 9723.0, 9735.0, 9700.0, 9718.0, 9745.0, 9701.0, 9718.0, 9714.0, 9715.0, 9719.0, 9697.0, 9717.0, 9728.0, 9714.0, 9721.0, 9744.0, 9716.0, 9720.0, 9684.0, 9718.0, 9735.0, 9688.0, 9719.0, 9727.0, 9699.0, 9719.0, 9742.0, 9715.0, 9717.0, 9686.0, 9719.0, 9732.0, 9717.0, 9722.0, 9703.0, 9721.0, 9736.0, 9689.0, 9721.0, 9746.0, 9715.0, 9722.0, 9744.0, 9715.0, 9721.0, 9724.0, 9711.0, 9718.0, 9726.0, 9698.0, 9712.0, 9680.0, 9711.0, 9712.0, 9698.0, 9716.0, 9726.0, 9714.0, 9721.0, 9690.0, 9721.0, 9736.0, 9702.0, 9720.0, 9735.0, 9714.0, 9719.0, 9744.0, 9702.0, 9720.0, 9729.0, 9716.0, 9719.0, 9701.0, 9720.0, 9717.0, 9708.0, 9742.0, 9737.0, 9726.0, 9742.0, 9708.0, 9726.0, 9752.0, 9721.0, 9727.0, 9748.0, 9720.0, 9738.0, 9715.0, 9718.0, 9729.0, 9685.0, 9718.0, 9744.0, 9701.0, 9721.0, 9727.0, 9700.0, 9720.0, 9697.0, 9702.0, 9715.0, 9685.0, 9717.0, 9727.0, 9714.0, 9720.0, 9727.0, 9717.0, 9718.0, 9699.0, 9717.0, 9734.0, 9700.0, 9719.0, 9729.0, 9699.0, 9719.0, 9746.0, 9703.0, 9720.0, 9727.0, 9715.0, 9720.0, 9714.0, 9719.0, 9719.0, 9686.0, 9718.0, 9730.0, 9716.0, 9720.0, 9688.0, 9720.0, 9735.0, 9704.0, 9722.0, 9749.0, 9718.0, 9741.0, 9750.0, 9719.0, 9722.0, 9698.0, 9714.0, 9718.0, 9697.0, 9714.0, 9739.0, 9698.0, 9715.0, 9727.0, 9713.0, 9719.0, 9729.0, 9715.0, 9718.0, 9682.0, 9715.0, 9731.0, 9687.0, 9717.0, 9728.0, 9717.0, 9720.0, 9703.0, 9721.0, 9734.0, 9704.0, 9723.0, 9749.0, 9703.0, 9723.0, 9716.0, 9717.0, 9735.0, 9701.0, 9719.0, 9728.0, 9698.0, 9718.0, 9744.0, 9716.0, 9719.0, 9686.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.0004974423710208561</td></tr>
<tr><td colspan=3>aqi</td><td>0.016434620197585074</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.467128070340614</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2382795508461524</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0031468265714296</td></tr>
<tr><td colspan=3>efc</td><td>0.5195</td></tr>
<tr><td colspan=3>fber</td><td>3612.1228</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07561056362431855</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.10976948408342481</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5350863731064672</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.570476302351433</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6974421175061503</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3373406994618184</td></tr>
<tr><td colspan=3>gcor</td><td>0.00496905</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005693447310477495</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.033787768334150314</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.104952524248218</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>22.6522</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>58.3976</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>234.8437</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>62.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>289130.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1175.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>430.6716</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8116</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>546.4529</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3549.643</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3715.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87414.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1393.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4636.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>904.9992</td></tr>
<tr><td colspan=3>tsnr</td><td>46.21708193211816</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>