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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0016/ses-02/func/sub-0016_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>189e9ed143bf6511669f6a13622203b4</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:13:28.135000</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_VE11C_LATEST_20160120</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.998956, 0.0440549, 0.0121063, -0.0441395, 0.999002, 0.00681321]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0906783</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4155, -7720, -7281, 466, -17, -214, -76, 124]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>237.02</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e8b82e63-be57-4508-9760-ddf20008ec2d||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6801252365112305, -0.1184229627251625, 0.03184400871396065, 117.9590072631836], [-0.11819595098495483, 2.6802496910095215, 0.019819237291812897, -88.52741241455078], [0.03248034790158272, -0.018279336392879486, 2.699739456176758, -80.2042236328125], [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': ['131328.135000', '131328.595000', '131329.055000', '131329.515000', '131329.975000', '131330.435000', '131330.895000', '131331.355000', '131331.815000', '131332.275000', '131332.735000', '131333.195000', '131333.655000', '131334.115000', '131334.575000', '131335.035000', '131335.495000', '131335.955000', '131336.415000', '131336.875000', '131337.335000', '131337.795000', '131338.255000', '131338.715000', '131339.175000', '131339.635000', '131340.095000', '131340.555000', '131341.015000', '131341.475000', '131341.935000', '131342.395000', '131342.855000', '131343.315000', '131343.775000', '131344.235000', '131344.695000', '131345.155000', '131345.615000', '131346.075000', '131346.535000', '131346.995000', '131347.455000', '131347.915000', '131348.375000', '131348.835000', '131349.295000', '131349.755000', '131350.215000', '131350.675000', '131351.135000', '131351.595000', '131352.055000', '131352.515000', '131352.975000', '131353.435000', '131353.895000', '131354.355000', '131354.815000', '131355.275000', '131355.735000', '131356.195000', '131356.655000', '131357.115000', '131357.575000', '131358.035000', '131358.495000', '131358.955000', '131359.415000', '131359.875000', '131400.335000', '131400.795000', '131401.255000', '131401.715000', '131402.175000', '131402.635000', '131403.095000', '131403.555000', '131404.015000', '131404.475000', '131404.935000', '131405.395000', '131405.855000', '131406.315000', '131406.775000', '131407.235000', '131407.695000', '131408.155000', '131408.615000', '131409.075000', '131409.535000', '131409.995000', '131410.455000', '131410.915000', '131411.375000', '131411.835000', '131412.295000', '131412.755000', '131413.215000', '131413.675000', '131414.135000', '131414.595000', '131415.055000', '131415.515000', '131415.975000', '131416.435000', '131416.895000', '131417.355000', '131417.815000', '131418.275000', '131418.735000', '131419.195000', '131419.655000', '131420.115000', '131420.575000', '131421.035000', '131421.495000', '131421.955000', '131422.415000', '131422.875000', '131423.335000', '131423.795000', '131424.255000', '131424.715000', '131425.175000', '131425.635000', '131426.095000', '131426.555000', '131427.015000', '131427.475000', '131427.935000', '131428.395000', '131428.855000', '131429.315000', '131429.775000', '131430.235000', '131430.695000', '131431.155000', '131431.615000', '131432.075000', '131432.535000', '131432.995000', '131433.455000', '131433.915000', '131434.375000', '131434.835000', '131435.295000', '131435.755000', '131436.215000', '131436.675000', '131437.135000', '131437.595000', '131438.055000', '131438.515000', '131438.975000', '131439.435000', '131439.895000', '131440.355000', '131440.815000', '131441.275000', '131441.735000', '131442.195000', '131442.655000', '131443.115000', '131443.575000', '131444.035000', '131444.495000', '131444.955000', '131445.415000', '131445.875000', '131446.335000', '131446.795000', '131447.255000', '131447.715000', '131448.175000', '131448.635000', '131449.095000', '131449.555000', '131450.015000', '131450.475000', '131450.935000', '131451.395000', '131451.855000', '131452.315000', '131452.775000', '131453.235000', '131453.695000', '131454.155000', '131454.615000', '131455.075000', '131455.535000', '131455.995000', '131456.455000', '131456.915000', '131457.375000', '131457.835000', '131458.295000', '131458.755000', '131459.215000', '131459.675000', '131500.135000', '131500.595000', '131501.055000', '131501.515000', '131501.975000', '131502.435000', '131502.895000', '131503.355000', '131503.815000', '131504.275000', '131504.735000', '131505.195000', '131505.655000', '131506.115000', '131506.575000', '131507.035000', '131507.495000', '131507.955000', '131508.415000', '131508.875000', '131509.335000', '131509.795000', '131510.255000', '131510.715000', '131511.175000', '131511.635000', '131512.095000', '131512.555000', '131513.015000', '131513.475000', '131513.935000', '131514.395000', '131514.855000', '131515.315000', '131515.775000', '131516.235000', '131516.695000', '131517.155000', '131517.615000', '131518.075000', '131518.535000', '131518.995000', '131519.455000', '131519.915000', '131520.375000', '131520.835000', '131521.295000', '131521.755000', '131522.215000', '131522.675000', '131523.135000', '131523.595000', '131524.055000', '131524.515000', '131524.975000', '131525.435000', '131525.895000', '131526.355000', '131526.815000', '131527.275000', '131527.735000', '131528.195000', '131528.655000', '131529.115000', '131529.575000', '131530.035000', '131530.495000', '131530.955000', '131531.415000', '131531.875000', '131532.335000', '131532.795000', '131533.255000', '131533.715000', '131534.175000', '131534.635000', '131535.095000', '131535.555000', '131536.015000', '131536.475000', '131536.935000', '131537.395000', '131537.855000', '131538.315000', '131538.775000', '131539.235000', '131539.695000', '131540.155000', '131540.615000', '131541.075000', '131541.535000', '131541.995000', '131542.455000', '131542.915000', '131543.375000', '131543.835000', '131544.295000', '131544.755000', '131545.215000', '131545.675000', '131546.135000', '131546.595000', '131547.055000', '131547.515000', '131547.975000', '131548.435000', '131548.895000', '131549.355000', '131549.815000', '131550.275000', '131550.735000', '131551.195000', '131551.655000', '131552.115000', '131552.575000', '131553.035000', '131553.495000', '131553.955000', '131554.415000', '131554.875000', '131555.335000', '131555.795000', '131556.255000', '131556.715000', '131557.175000', '131557.635000', '131558.095000', '131558.555000', '131559.015000', '131559.475000', '131559.935000', '131600.395000', '131600.855000', '131601.315000', '131601.775000', '131602.235000', '131602.695000', '131603.155000', '131603.615000', '131604.075000', '131604.535000', '131604.995000', '131605.455000', '131605.915000', '131606.375000', '131606.835000', '131607.295000', '131607.755000', '131608.215000', '131608.675000', '131609.135000', '131609.595000', '131610.055000', '131610.515000', '131610.975000', '131611.435000', '131611.895000', '131612.355000', '131612.815000', '131613.275000', '131613.735000', '131614.195000', '131614.655000', '131615.115000', '131615.575000', '131616.035000', '131616.495000', '131616.955000', '131617.415000', '131617.875000', '131618.335000', '131618.795000', '131619.255000', '131619.715000', '131620.175000', '131620.635000', '131621.095000', '131621.555000', '131622.015000', '131622.475000', '131622.935000', '131623.395000', '131623.855000', '131624.315000', '131624.775000', '131625.235000', '131625.695000', '131626.155000', '131626.615000', '131627.075000', '131627.535000', '131627.995000', '131628.455000', '131628.915000', '131629.375000', '131629.835000', '131630.295000', '131630.755000', '131631.215000', '131631.675000', '131632.135000', '131632.595000', '131633.055000', '131633.515000', '131633.975000', '131634.435000', '131634.895000', '131635.355000', '131635.815000', '131636.275000', '131636.735000', '131637.195000', '131637.655000', '131638.115000', '131638.575000', '131639.035000', '131639.495000', '131639.955000', '131640.415000', '131640.875000', '131641.335000', '131641.795000', '131642.255000', '131642.715000', '131643.175000', '131643.635000', '131644.095000', '131644.555000', '131645.015000', '131645.475000', '131645.935000', '131646.395000', '131646.855000', '131647.315000', '131647.775000', '131648.235000', '131648.695000', '131649.155000', '131649.615000', '131650.075000', '131650.535000', '131650.995000', '131651.455000', '131651.915000', '131652.375000', '131652.835000', '131653.295000', '131653.755000', '131654.215000', '131654.675000', '131655.135000', '131655.595000', '131656.055000', '131656.515000', '131656.975000', '131657.435000', '131657.895000', '131658.355000', '131658.815000', '131659.275000', '131659.735000', '131700.195000', '131700.655000', '131701.115000', '131701.575000', '131702.035000', '131702.495000', '131702.955000', '131703.415000', '131703.875000', '131704.335000', '131704.795000', '131705.255000', '131705.715000', '131706.175000', '131706.635000', '131707.095000', '131707.555000', '131708.015000', '131708.475000', '131708.935000', '131709.395000', '131709.855000', '131710.315000', '131710.775000', '131711.235000', '131711.695000', '131712.155000', '131712.615000', '131713.075000', '131713.535000', '131713.995000', '131714.455000', '131714.915000', '131715.375000', '131715.835000', '131716.295000', '131716.755000', '131717.215000', '131717.675000', '131718.135000', '131718.595000', '131719.055000', '131719.515000', '131719.975000', '131720.435000', '131720.895000', '131721.355000', '131721.815000', '131722.275000', '131722.735000', '131723.195000', '131723.655000', '131724.115000', '131724.575000', '131725.035000', '131725.495000', '131725.955000', '131726.415000', '131726.875000', '131727.335000', '131727.795000', '131728.255000', '131728.715000', '131729.175000', '131729.635000', '131730.095000', '131730.555000', '131731.015000', '131731.475000', '131731.935000', '131732.395000', '131732.855000', '131733.315000', '131733.775000', '131734.235000', '131734.695000', '131735.155000', '131735.615000', '131736.075000', '131736.535000', '131736.995000', '131737.455000', '131737.915000', '131738.375000', '131738.835000', '131739.295000', '131739.755000', '131740.215000', '131740.675000', '131741.135000', '131741.595000', '131742.055000', '131742.515000', '131742.975000', '131743.435000', '131743.895000', '131744.355000', '131744.815000', '131745.275000', '131745.735000', '131746.195000', '131746.655000', '131747.115000', '131747.575000', '131748.035000', '131748.495000', '131748.955000', '131749.415000', '131749.875000', '131750.335000', '131750.795000', '131751.255000', '131751.715000', '131752.175000', '131752.635000', '131753.095000', '131753.555000', '131754.015000', '131754.475000', '131754.935000', '131755.395000', '131755.855000', '131756.315000', '131756.775000', '131757.235000', '131757.695000', '131758.155000', '131758.615000', '131759.075000', '131759.535000', '131759.995000', '131800.455000', '131800.915000', '131801.375000', '131801.835000', '131802.295000', '131802.755000', '131803.215000', '131803.675000', '131804.135000', '131804.595000', '131805.055000', '131805.515000', '131805.975000', '131806.435000', '131806.895000', '131807.355000', '131807.815000', '131808.275000', '131808.735000', '131809.195000', '131809.655000', '131810.115000', '131810.575000', '131811.035000', '131811.495000', '131811.955000', '131812.415000', '131812.875000', '131813.335000', '131813.795000', '131814.255000', '131814.715000', '131815.175000', '131815.635000', '131816.095000', '131816.555000', '131817.015000', '131817.475000', '131817.935000', '131818.395000', '131818.855000', '131819.315000', '131819.775000', '131820.235000', '131820.695000', '131821.155000', '131821.615000', '131822.075000', '131822.535000', '131822.995000', '131823.455000', '131823.915000', '131824.375000', '131824.835000', '131825.295000', '131825.755000', '131826.215000', '131826.675000', '131827.135000', '131827.595000', '131828.055000', '131828.515000', '131828.975000', '131829.435000', '131829.895000', '131830.355000', '131830.815000', '131831.275000', '131831.735000', '131832.195000', '131832.655000', '131833.115000', '131833.575000', '131834.035000', '131834.495000', '131834.955000', '131835.415000', '131835.875000', '131836.335000', '131836.795000', '131837.255000', '131837.715000', '131838.175000', '131838.635000', '131839.095000', '131839.555000', '131840.015000', '131840.475000', '131840.935000', '131841.395000', '131841.855000', '131842.315000', '131842.775000', '131843.235000', '131843.695000', '131844.155000', '131844.615000', '131845.075000', '131845.535000', '131845.995000', '131846.455000', '131846.915000', '131847.375000', '131847.835000', '131848.295000', '131848.755000', '131849.215000', '131849.675000', '131850.135000', '131850.595000', '131851.055000', '131851.515000', '131851.975000', '131852.435000', '131852.895000', '131853.355000', '131853.815000', '131854.275000', '131854.735000', '131855.195000', '131855.655000', '131856.115000', '131856.575000', '131857.035000', '131857.495000', '131857.955000', '131858.415000', '131858.875000', '131859.335000', '131859.795000', '131900.255000', '131900.715000', '131901.175000', '131901.635000', '131902.095000', '131902.555000', '131903.015000', '131903.475000', '131903.935000', '131904.395000', '131904.855000', '131905.315000', '131905.775000', '131906.235000', '131906.695000', '131907.155000', '131907.615000', '131908.075000', '131908.535000', '131908.995000', '131909.455000', '131909.915000', '131910.375000', '131910.835000', '131911.295000', '131911.755000', '131912.215000', '131912.675000', '131913.135000', '131913.595000', '131914.055000', '131914.515000', '131914.975000', '131915.435000', '131915.895000', '131916.355000', '131916.815000', '131917.275000', '131917.735000', '131918.195000', '131918.655000', '131919.115000', '131919.575000', '131920.035000', '131920.495000', '131920.955000', '131921.415000', '131921.875000', '131922.335000', '131922.795000', '131923.255000', '131923.715000', '131924.175000', '131924.635000', '131925.095000', '131925.555000', '131926.015000', '131926.475000', '131926.935000', '131927.395000', '131927.855000', '131928.315000', '131928.775000', '131929.235000', '131929.695000', '131930.155000', '131930.615000', '131931.075000', '131931.535000', '131931.995000', '131932.455000', '131932.915000', '131933.375000', '131933.835000', '131934.295000', '131934.755000', '131935.215000', '131935.675000', '131936.135000', '131936.595000', '131937.055000', '131937.515000', '131937.975000', '131938.435000', '131938.895000', '131939.355000', '131939.815000', '131940.275000', '131940.735000', '131941.195000', '131941.655000', '131942.115000', '131942.575000', '131943.035000', '131943.495000', '131943.955000', '131944.415000', '131944.875000', '131945.335000', '131945.795000', '131946.255000', '131946.715000', '131947.175000', '131947.635000', '131948.095000', '131948.555000', '131949.015000', '131949.475000', '131949.935000', '131950.395000', '131950.855000', '131951.315000', '131951.775000', '131952.235000', '131952.695000', '131953.155000', '131953.615000', '131954.075000', '131954.535000', '131954.995000', '131955.455000', '131955.915000', '131956.375000', '131956.835000', '131957.295000', '131957.755000', '131958.215000', '131958.675000', '131959.135000', '131959.595000', '132000.055000', '132000.515000', '132000.975000', '132001.435000', '132001.895000', '132002.355000', '132002.815000', '132003.275000', '132003.735000', '132004.195000', '132004.655000', '132005.115000', '132005.575000', '132006.035000', '132006.495000', '132006.955000', '132007.415000', '132007.875000', '132008.335000', '132008.795000', '132009.255000', '132009.715000', '132010.175000', '132010.635000', '132011.095000', '132011.555000', '132012.015000', '132012.475000', '132012.935000', '132013.395000', '132013.855000', '132014.315000', '132014.775000', '132015.235000', '132015.695000', '132016.155000', '132016.615000', '132017.075000', '132017.535000', '132017.995000', '132018.455000', '132018.915000', '132019.375000', '132019.835000', '132020.295000', '132020.755000', '132021.215000', '132021.675000', '132022.135000', '132022.595000', '132023.055000', '132023.515000', '132023.975000', '132024.435000', '132024.895000', '132025.355000', '132025.815000', '132026.275000', '132026.735000', '132027.195000', '132027.655000', '132028.115000'], 'ContentTime': ['131342.542000', '131342.545000', '131342.548000', '131342.551000', '131342.554000', '131342.557000', '131342.559000', '131342.562000', '131342.565000', '131342.568000', '131342.571000', '131342.573000', '131342.576000', '131342.579000', '131342.582000', '131342.585000', '131342.587000', '131342.590000', '131342.593000', '131342.603000', '131342.606000', '131342.609000', '131342.612000', '131342.614000', '131342.617000', '131342.620000', '131342.623000', '131342.626000', '131342.628000', '131342.631000', '131402.507000', '131402.510000', '131402.513000', '131402.516000', '131402.518000', '131402.521000', '131402.524000', '131402.527000', '131402.529000', '131402.532000', '131402.535000', '131402.543000', '131402.546000', '131402.548000', '131402.556000', '131402.559000', '131402.562000', '131402.565000', '131402.568000', '131402.570000', '131402.573000', '131402.576000', '131402.579000', '131402.582000', '131402.584000', '131402.587000', '131402.590000', '131402.593000', '131402.596000', '131402.599000', '131402.602000', '131402.604000', '131402.607000', '131402.610000', '131402.613000', '131402.615000', '131402.618000', '131402.621000', '131402.624000', '131402.627000', '131402.629000', '131402.632000', '131402.635000', '131402.638000', '131422.508000', '131422.511000', '131422.513000', '131422.516000', '131422.519000', '131422.524000', '131422.528000', '131422.531000', '131422.534000', '131422.536000', '131422.539000', '131422.542000', '131422.545000', '131422.548000', '131422.550000', '131422.553000', '131422.556000', '131422.559000', '131422.562000', '131422.564000', '131422.567000', '131422.570000', '131422.573000', '131422.576000', '131422.578000', '131422.581000', '131422.584000', '131422.587000', '131422.590000', '131422.592000', '131422.595000', '131422.598000', '131422.601000', '131422.604000', '131422.606000', '131422.609000', '131422.612000', '131422.615000', '131422.618000', '131422.620000', '131422.623000', '131422.626000', '131422.629000', '131442.508000', '131442.511000', '131442.514000', '131442.516000', '131442.519000', '131442.522000', '131442.525000', '131442.527000', '131442.530000', '131442.533000', '131442.536000', '131442.539000', '131442.541000', '131442.544000', '131442.547000', '131442.550000', '131442.553000', '131442.555000', '131442.558000', '131442.561000', '131442.564000', '131442.567000', '131442.570000', '131442.573000', '131442.575000', '131442.578000', '131442.581000', '131442.584000', '131442.587000', '131442.589000', '131442.592000', '131442.595000', '131442.598000', '131442.601000', '131442.603000', '131442.606000', '131442.609000', '131442.612000', '131442.615000', '131442.617000', '131442.620000', '131442.623000', '131442.626000', '131442.629000', '131502.508000', '131502.511000', '131502.514000', '131502.516000', '131502.519000', '131502.522000', '131502.525000', '131502.528000', '131502.531000', '131502.533000', '131502.536000', '131502.539000', '131502.542000', '131502.545000', '131502.548000', '131502.551000', '131502.555000', '131502.559000', '131502.562000', '131502.565000', '131502.568000', '131502.571000', '131502.574000', '131502.576000', '131502.579000', '131502.582000', '131502.585000', '131502.588000', '131502.591000', '131502.593000', '131502.596000', '131502.599000', '131502.602000', '131502.605000', '131502.607000', '131502.610000', '131502.613000', '131502.616000', '131502.619000', '131502.621000', '131502.624000', '131502.627000', '131502.630000', '131522.508000', '131522.511000', '131522.513000', '131522.516000', '131522.519000', '131522.522000', '131522.525000', '131522.537000', '131522.540000', '131522.543000', '131522.546000', '131522.548000', '131522.551000', '131522.554000', '131522.557000', '131522.559000', '131522.562000', '131522.565000', '131522.568000', '131522.571000', '131522.573000', '131522.576000', '131522.579000', '131522.582000', '131522.585000', '131522.588000', '131522.590000', '131522.593000', '131522.596000', '131522.599000', '131522.602000', '131522.605000', '131522.607000', '131522.610000', '131522.613000', '131522.616000', '131522.619000', '131522.621000', '131522.624000', '131522.627000', '131522.630000', '131522.633000', '131522.635000', '131522.638000', '131542.508000', '131542.511000', '131542.513000', '131542.516000', '131542.519000', '131542.522000', '131542.525000', '131542.528000', '131542.530000', '131542.533000', '131542.536000', '131542.539000', '131542.542000', '131542.545000', '131542.547000', '131542.550000', '131542.553000', '131542.556000', '131542.558000', '131542.561000', '131542.564000', '131542.567000', '131542.570000', '131542.573000', '131542.576000', '131542.580000', '131542.585000', '131542.588000', '131542.591000', '131542.594000', '131542.596000', '131542.599000', '131542.602000', '131542.605000', '131542.608000', '131542.611000', '131542.613000', '131542.616000', '131542.619000', '131542.622000', '131542.625000', '131542.627000', '131542.630000', '131602.508000', '131602.511000', '131602.514000', '131602.516000', '131602.519000', '131602.522000', '131602.525000', '131602.528000', '131602.531000', '131602.533000', '131602.536000', '131602.539000', '131602.542000', '131602.545000', '131602.547000', '131602.550000', '131602.553000', '131602.556000', '131602.559000', '131602.561000', '131602.564000', '131602.567000', '131602.570000', '131602.573000', '131602.576000', '131602.579000', '131602.581000', '131602.584000', '131602.587000', '131602.590000', '131602.593000', '131602.595000', '131602.598000', '131602.601000', '131602.604000', '131602.607000', '131602.610000', '131602.612000', '131602.615000', '131602.618000', '131602.621000', '131602.624000', '131602.626000', '131602.629000', '131622.507000', '131622.510000', '131622.513000', '131622.516000', '131622.518000', '131622.521000', '131622.525000', '131622.528000', '131622.531000', '131622.534000', '131622.536000', '131622.539000', '131622.542000', '131622.545000', '131622.548000', '131622.551000', '131622.553000', '131622.556000', '131622.559000', '131622.562000', '131622.565000', '131622.568000', '131622.570000', '131622.573000', '131622.576000', '131622.579000', '131622.582000', '131622.585000', '131622.588000', '131622.590000', '131622.593000', '131622.596000', '131622.600000', '131622.605000', '131622.607000', '131622.610000', '131622.613000', '131622.616000', '131622.619000', '131622.622000', '131622.624000', '131622.627000', '131622.630000', '131642.508000', '131642.511000', '131642.514000', '131642.516000', '131642.519000', '131642.522000', '131642.525000', '131642.528000', '131642.531000', '131642.533000', '131642.536000', '131642.539000', '131642.542000', '131642.545000', '131642.547000', '131642.550000', '131642.561000', '131642.563000', '131642.566000', '131642.569000', '131642.572000', '131642.575000', '131642.578000', '131642.580000', '131642.583000', '131642.586000', '131642.589000', '131642.592000', '131642.595000', '131642.597000', '131642.600000', '131642.603000', '131642.606000', '131642.609000', '131642.612000', '131642.614000', '131642.617000', '131642.620000', '131642.623000', '131642.626000', '131642.629000', '131642.631000', '131642.634000', '131642.637000', '131702.508000', '131702.511000', '131702.514000', '131702.517000', '131702.519000', '131702.522000', '131702.525000', '131702.528000', '131702.531000', '131702.533000', '131702.536000', '131702.539000', '131702.542000', '131702.545000', '131702.547000', '131702.550000', '131702.553000', '131702.556000', '131702.559000', '131702.566000', '131702.569000', '131702.572000', '131702.574000', '131702.577000', '131702.580000', '131702.583000', '131702.586000', '131702.588000', '131702.591000', '131702.594000', '131702.597000', '131702.600000', '131702.603000', '131702.606000', '131702.608000', '131702.611000', '131702.615000', '131702.619000', '131702.622000', '131702.625000', '131702.627000', '131702.630000', '131702.633000', '131722.508000', '131722.511000', '131722.514000', '131722.517000', '131722.519000', '131722.522000', '131722.525000', '131722.528000', '131722.531000', '131722.533000', '131722.536000', '131722.539000', '131722.542000', '131722.545000', '131722.547000', '131722.550000', '131722.553000', '131722.556000', '131722.559000', '131722.562000', '131722.565000', '131722.567000', '131722.570000', '131722.573000', '131722.576000', '131722.579000', '131722.581000', '131722.584000', '131722.587000', '131722.590000', '131722.593000', '131722.596000', '131722.598000', '131722.601000', '131722.604000', '131722.607000', '131722.610000', '131722.612000', '131722.615000', '131722.618000', '131722.621000', '131722.623000', '131722.626000', '131722.629000', '131742.508000', '131742.511000', '131742.514000', '131742.517000', '131742.519000', '131742.522000', '131742.525000', '131742.528000', '131742.531000', '131742.534000', '131742.536000', '131742.539000', '131742.542000', '131742.545000', '131742.548000', '131742.551000', '131742.553000', '131742.556000', '131742.559000', '131742.563000', '131742.566000', '131742.569000', '131742.572000', '131742.574000', '131742.577000', '131742.580000', '131742.583000', '131742.586000', '131742.588000', '131742.591000', '131742.594000', '131742.597000', '131742.600000', '131742.603000', '131742.605000', '131742.608000', '131742.611000', '131742.614000', '131742.617000', '131742.620000', '131742.622000', '131742.625000', '131742.628000', '131802.508000', '131802.511000', '131802.514000', '131802.517000', '131802.519000', '131802.522000', '131802.525000', '131802.528000', '131802.531000', '131802.533000', '131802.536000', '131802.539000', '131802.542000', '131802.545000', '131802.548000', '131802.550000', '131802.553000', '131802.556000', '131802.559000', '131802.562000', '131802.564000', '131802.567000', '131802.570000', '131802.573000', '131802.576000', '131802.579000', '131802.581000', '131802.584000', '131802.587000', '131802.590000', '131802.593000', '131802.596000', '131802.598000', '131802.601000', '131802.604000', '131802.607000', '131802.610000', '131802.612000', '131802.615000', '131802.618000', '131802.621000', '131802.624000', '131802.626000', '131802.629000', '131822.508000', '131822.511000', '131822.514000', '131822.517000', '131822.519000', '131822.522000', '131822.525000', '131822.528000', '131822.531000', '131822.534000', '131822.537000', '131822.539000', '131822.542000', '131822.558000', '131822.561000', '131822.564000', '131822.567000', '131822.570000', '131822.573000', '131822.576000', '131822.578000', '131822.581000', '131822.584000', '131822.587000', '131822.590000', '131822.593000', '131822.596000', '131822.598000', '131822.601000', '131822.604000', '131822.607000', '131822.610000', '131822.613000', '131822.615000', '131822.618000', '131822.621000', '131822.624000', '131822.627000', '131822.629000', '131822.632000', '131822.635000', '131822.638000', '131822.641000', '131842.507000', '131842.510000', '131842.513000', '131842.515000', '131842.518000', '131842.521000', '131842.524000', '131842.527000', '131842.529000', '131842.532000', '131842.535000', '131842.538000', '131842.541000', '131842.544000', '131842.546000', '131842.549000', '131842.552000', '131842.555000', '131842.558000', '131842.561000', '131842.564000', '131842.566000', '131842.569000', '131842.572000', '131842.575000', '131842.578000', '131842.581000', '131842.583000', '131842.586000', '131842.589000', '131842.592000', '131842.595000', '131842.598000', '131842.601000', '131842.603000', '131842.606000', '131842.609000', '131842.612000', '131842.615000', '131842.617000', '131842.620000', '131842.623000', '131842.626000', '131842.629000', '131902.508000', '131902.511000', '131902.514000', '131902.517000', '131902.519000', '131902.522000', '131902.525000', '131902.528000', '131902.531000', '131902.534000', '131902.536000', '131902.539000', '131902.542000', '131902.545000', '131902.548000', '131902.551000', '131902.553000', '131902.556000', '131902.559000', '131902.562000', '131902.565000', '131902.568000', '131902.571000', '131902.573000', '131902.581000', '131902.584000', '131902.587000', '131902.590000', '131902.592000', '131902.595000', '131902.598000', '131902.602000', '131902.605000', '131902.608000', '131902.610000', '131902.613000', '131902.616000', '131902.619000', '131902.622000', '131902.625000', '131902.628000', '131902.630000', '131902.633000', '131922.508000', '131922.511000', '131922.514000', '131922.517000', '131922.519000', '131922.522000', '131922.525000', '131922.528000', '131922.531000', '131922.533000', '131922.536000', '131922.539000', '131922.542000', '131922.545000', '131922.547000', '131922.550000', '131922.553000', '131922.556000', '131922.559000', '131922.562000', '131922.564000', '131922.567000', '131922.570000', '131922.573000', '131922.576000', '131922.579000', '131922.582000', '131922.585000', '131922.588000', '131922.590000', '131922.593000', '131922.596000', '131922.599000', '131922.602000', '131922.604000', '131922.607000', '131922.610000', '131922.613000', '131922.616000', '131922.619000', '131922.621000', '131922.624000', '131922.627000', '131922.630000', '131942.508000', '131942.511000', '131942.514000', '131942.516000', '131942.519000', '131942.522000', '131942.525000', '131942.528000', '131942.530000', '131942.533000', '131942.536000', '131942.539000', '131942.542000', '131942.545000', '131942.548000', '131942.550000', '131942.553000', '131942.556000', '131942.559000', '131942.562000', '131942.564000', '131942.567000', '131942.570000', '131942.573000', '131942.596000', '131942.598000', '131942.601000', '131942.604000', '131942.607000', '131942.610000', '131942.612000', '131942.615000', '131942.618000', '131942.621000', '131942.624000', '131942.626000', '131942.629000', '131942.632000', '131942.635000', '131942.638000', '131942.641000', '131942.643000', '131942.646000', '132002.508000', '132002.511000', '132002.514000', '132002.517000', '132002.519000', '132002.522000', '132002.525000', '132002.528000', '132002.531000', '132002.533000', '132002.536000', '132002.539000', '132002.542000', '132002.545000', '132002.548000', '132002.550000', '132002.553000', '132002.556000', '132002.559000', '132002.562000', '132002.564000', '132002.567000', '132002.570000', '132002.573000', '132002.576000', '132002.579000', '132002.582000', '132002.585000', '132002.587000', '132002.590000', '132002.593000', '132002.596000', '132002.599000', '132002.602000', '132002.604000', '132002.607000', '132002.610000', '132002.613000', '132002.616000', '132002.619000', '132002.621000', '132002.624000', '132002.627000', '132002.630000', '132022.508000', '132022.511000', '132022.514000', '132022.517000', '132022.520000', '132022.522000', '132022.525000', '132022.528000', '132022.531000', '132022.542000', '132022.545000', '132022.548000', '132022.551000', '132022.554000', '132022.557000', '132022.559000', '132022.562000', '132022.565000', '132022.568000', '132022.571000', '132022.574000', '132022.577000', '132022.580000', '132022.582000', '132022.585000', '132022.588000', '132022.591000', '132022.594000', '132022.596000', '132022.599000', '132022.602000', '132022.605000', '132022.608000', '132022.611000', '132022.613000', '132022.616000', '132022.619000', '132022.622000', '132022.625000', '132022.628000', '132022.631000', '132022.634000', '132022.636000', '132028.753000', '132028.757000', '132028.760000', '132028.764000', '132028.768000', '132028.771000', '132028.774000', '132028.778000', '132028.781000', '132028.784000', '132028.787000', '132028.790000', '132028.793000', '132028.796000'], 'InstanceCreationTime': ['131342.542000', '131342.545000', '131342.548000', '131342.551000', '131342.554000', '131342.557000', '131342.559000', '131342.562000', '131342.565000', '131342.568000', '131342.571000', '131342.573000', '131342.576000', '131342.579000', '131342.582000', '131342.585000', '131342.587000', '131342.590000', '131342.593000', '131342.603000', '131342.606000', '131342.609000', '131342.612000', '131342.614000', '131342.617000', '131342.620000', '131342.623000', '131342.626000', '131342.628000', '131342.631000', '131402.507000', '131402.510000', '131402.513000', '131402.516000', '131402.518000', '131402.521000', '131402.524000', '131402.527000', '131402.529000', '131402.532000', '131402.535000', '131402.543000', '131402.546000', '131402.548000', '131402.556000', '131402.559000', '131402.562000', '131402.565000', '131402.568000', '131402.570000', '131402.573000', '131402.576000', '131402.579000', '131402.582000', '131402.584000', '131402.587000', '131402.590000', '131402.593000', '131402.596000', '131402.599000', '131402.602000', '131402.604000', '131402.607000', '131402.610000', '131402.613000', '131402.615000', '131402.618000', '131402.621000', '131402.624000', '131402.627000', '131402.629000', '131402.632000', '131402.635000', '131402.638000', '131422.508000', '131422.511000', '131422.513000', '131422.516000', '131422.519000', '131422.524000', '131422.528000', '131422.531000', '131422.534000', '131422.536000', '131422.539000', '131422.542000', '131422.545000', '131422.548000', '131422.550000', '131422.553000', '131422.556000', '131422.559000', '131422.562000', '131422.564000', '131422.567000', '131422.570000', '131422.573000', '131422.576000', '131422.578000', '131422.581000', '131422.584000', '131422.587000', '131422.590000', '131422.592000', '131422.595000', '131422.598000', '131422.601000', '131422.604000', '131422.606000', '131422.609000', '131422.612000', '131422.615000', '131422.618000', '131422.620000', '131422.623000', '131422.626000', '131422.629000', '131442.508000', '131442.511000', '131442.514000', '131442.516000', '131442.519000', '131442.522000', '131442.525000', '131442.527000', '131442.530000', '131442.533000', '131442.536000', '131442.539000', '131442.541000', '131442.544000', '131442.547000', '131442.550000', '131442.553000', '131442.555000', '131442.558000', '131442.561000', '131442.564000', '131442.567000', '131442.570000', '131442.573000', '131442.575000', '131442.578000', '131442.581000', '131442.584000', '131442.587000', '131442.589000', '131442.592000', '131442.595000', '131442.598000', '131442.601000', '131442.603000', '131442.606000', '131442.609000', '131442.612000', '131442.615000', '131442.617000', '131442.620000', '131442.623000', '131442.626000', '131442.629000', '131502.508000', '131502.511000', '131502.514000', '131502.516000', '131502.519000', '131502.522000', '131502.525000', '131502.528000', '131502.531000', '131502.533000', '131502.536000', '131502.539000', '131502.542000', '131502.545000', '131502.548000', '131502.551000', '131502.555000', '131502.559000', '131502.562000', '131502.565000', '131502.568000', '131502.571000', '131502.574000', '131502.576000', '131502.579000', '131502.582000', '131502.585000', '131502.588000', '131502.591000', '131502.593000', '131502.596000', '131502.599000', '131502.602000', '131502.605000', '131502.607000', '131502.610000', '131502.613000', '131502.616000', '131502.619000', '131502.621000', '131502.624000', '131502.627000', '131502.630000', '131522.508000', '131522.511000', '131522.513000', '131522.516000', '131522.519000', '131522.522000', '131522.525000', '131522.537000', '131522.540000', '131522.543000', '131522.546000', '131522.548000', '131522.551000', '131522.554000', '131522.557000', '131522.559000', '131522.562000', '131522.565000', '131522.568000', '131522.571000', '131522.573000', '131522.576000', '131522.579000', '131522.582000', '131522.585000', '131522.588000', '131522.590000', '131522.593000', '131522.596000', '131522.599000', '131522.602000', '131522.605000', '131522.607000', '131522.610000', '131522.613000', '131522.616000', '131522.619000', '131522.621000', '131522.624000', '131522.627000', '131522.630000', '131522.633000', '131522.635000', '131522.638000', '131542.508000', '131542.511000', '131542.513000', '131542.516000', '131542.519000', '131542.522000', '131542.525000', '131542.528000', '131542.530000', '131542.533000', '131542.536000', '131542.539000', '131542.542000', '131542.545000', '131542.547000', '131542.550000', '131542.553000', '131542.556000', '131542.558000', '131542.561000', '131542.564000', '131542.567000', '131542.570000', '131542.573000', '131542.576000', '131542.580000', '131542.585000', '131542.588000', '131542.591000', '131542.594000', '131542.596000', '131542.599000', '131542.602000', '131542.605000', '131542.608000', '131542.611000', '131542.613000', '131542.616000', '131542.619000', '131542.622000', '131542.625000', '131542.627000', '131542.630000', '131602.508000', '131602.511000', '131602.514000', '131602.516000', '131602.519000', '131602.522000', '131602.525000', '131602.528000', '131602.531000', '131602.533000', '131602.536000', '131602.539000', '131602.542000', '131602.545000', '131602.547000', '131602.550000', '131602.553000', '131602.556000', '131602.559000', '131602.561000', '131602.564000', '131602.567000', '131602.570000', '131602.573000', '131602.576000', '131602.579000', '131602.581000', '131602.584000', '131602.587000', '131602.590000', '131602.593000', '131602.595000', '131602.598000', '131602.601000', '131602.604000', '131602.607000', '131602.610000', '131602.612000', '131602.615000', '131602.618000', '131602.621000', '131602.624000', '131602.626000', '131602.629000', '131622.507000', '131622.510000', '131622.513000', '131622.516000', '131622.518000', '131622.521000', '131622.525000', '131622.528000', '131622.531000', '131622.534000', '131622.536000', '131622.539000', '131622.542000', '131622.545000', '131622.548000', '131622.551000', '131622.553000', '131622.556000', '131622.559000', '131622.562000', '131622.565000', '131622.568000', '131622.570000', '131622.573000', '131622.576000', '131622.579000', '131622.582000', '131622.585000', '131622.588000', '131622.590000', '131622.593000', '131622.596000', '131622.600000', '131622.605000', '131622.607000', '131622.610000', '131622.613000', '131622.616000', '131622.619000', '131622.622000', '131622.624000', '131622.627000', '131622.630000', '131642.508000', '131642.511000', '131642.514000', '131642.516000', '131642.519000', '131642.522000', '131642.525000', '131642.528000', '131642.531000', '131642.533000', '131642.536000', '131642.539000', '131642.542000', '131642.545000', '131642.547000', '131642.550000', '131642.561000', '131642.563000', '131642.566000', '131642.569000', '131642.572000', '131642.575000', '131642.578000', '131642.580000', '131642.583000', '131642.586000', '131642.589000', '131642.592000', '131642.595000', '131642.597000', '131642.600000', '131642.603000', '131642.606000', '131642.609000', '131642.612000', '131642.614000', '131642.617000', '131642.620000', '131642.623000', '131642.626000', '131642.629000', '131642.631000', '131642.634000', '131642.637000', '131702.508000', '131702.511000', '131702.514000', '131702.517000', '131702.519000', '131702.522000', '131702.525000', '131702.528000', '131702.531000', '131702.533000', '131702.536000', '131702.539000', '131702.542000', '131702.545000', '131702.547000', '131702.550000', '131702.553000', '131702.556000', '131702.559000', '131702.566000', '131702.569000', '131702.572000', '131702.574000', '131702.577000', '131702.580000', '131702.583000', '131702.586000', '131702.588000', '131702.591000', '131702.594000', '131702.597000', '131702.600000', '131702.603000', '131702.606000', '131702.608000', '131702.611000', '131702.615000', '131702.619000', '131702.622000', '131702.625000', '131702.627000', '131702.630000', '131702.633000', '131722.508000', '131722.511000', '131722.514000', '131722.517000', '131722.519000', '131722.522000', '131722.525000', '131722.528000', '131722.531000', '131722.533000', '131722.536000', '131722.539000', '131722.542000', '131722.545000', '131722.547000', '131722.550000', '131722.553000', '131722.556000', '131722.559000', '131722.562000', '131722.565000', '131722.567000', '131722.570000', '131722.573000', '131722.576000', '131722.579000', '131722.581000', '131722.584000', '131722.587000', '131722.590000', '131722.593000', '131722.596000', '131722.598000', '131722.601000', '131722.604000', '131722.607000', '131722.610000', '131722.612000', '131722.615000', '131722.618000', '131722.621000', '131722.623000', '131722.626000', '131722.629000', '131742.508000', '131742.511000', '131742.514000', '131742.517000', '131742.519000', '131742.522000', '131742.525000', '131742.528000', '131742.531000', '131742.534000', '131742.536000', '131742.539000', '131742.542000', '131742.545000', '131742.548000', '131742.551000', '131742.553000', '131742.556000', '131742.559000', '131742.563000', '131742.566000', '131742.569000', '131742.572000', '131742.574000', '131742.577000', '131742.580000', '131742.583000', '131742.586000', '131742.588000', '131742.591000', '131742.594000', '131742.597000', '131742.600000', '131742.603000', '131742.605000', '131742.608000', '131742.611000', '131742.614000', '131742.617000', '131742.620000', '131742.622000', '131742.625000', '131742.628000', '131802.508000', '131802.511000', '131802.514000', '131802.517000', '131802.519000', '131802.522000', '131802.525000', '131802.528000', '131802.531000', '131802.533000', '131802.536000', '131802.539000', '131802.542000', '131802.545000', '131802.548000', '131802.550000', '131802.553000', '131802.556000', '131802.559000', '131802.562000', '131802.564000', '131802.567000', '131802.570000', '131802.573000', '131802.576000', '131802.579000', '131802.581000', '131802.584000', '131802.587000', '131802.590000', '131802.593000', '131802.596000', '131802.598000', '131802.601000', '131802.604000', '131802.607000', '131802.610000', '131802.612000', '131802.615000', '131802.618000', '131802.621000', '131802.624000', '131802.626000', '131802.629000', '131822.508000', '131822.511000', '131822.514000', '131822.517000', '131822.519000', '131822.522000', '131822.525000', '131822.528000', '131822.531000', '131822.534000', '131822.537000', '131822.539000', '131822.542000', '131822.558000', '131822.561000', '131822.564000', '131822.567000', '131822.570000', '131822.573000', '131822.576000', '131822.578000', '131822.581000', '131822.584000', '131822.587000', '131822.590000', '131822.593000', '131822.596000', '131822.598000', '131822.601000', '131822.604000', '131822.607000', '131822.610000', '131822.613000', '131822.615000', '131822.618000', '131822.621000', '131822.624000', '131822.627000', '131822.629000', '131822.632000', '131822.635000', '131822.638000', '131822.641000', '131842.507000', '131842.510000', '131842.513000', '131842.515000', '131842.518000', '131842.521000', '131842.524000', '131842.527000', '131842.529000', '131842.532000', '131842.535000', '131842.538000', '131842.541000', '131842.544000', '131842.546000', '131842.549000', '131842.552000', '131842.555000', '131842.558000', '131842.561000', '131842.564000', '131842.566000', '131842.569000', '131842.572000', '131842.575000', '131842.578000', '131842.581000', '131842.583000', '131842.586000', '131842.589000', '131842.592000', '131842.595000', '131842.598000', '131842.601000', '131842.603000', '131842.606000', '131842.609000', '131842.612000', '131842.615000', '131842.617000', '131842.620000', '131842.623000', '131842.626000', '131842.629000', '131902.508000', '131902.511000', '131902.514000', '131902.517000', '131902.519000', '131902.522000', '131902.525000', '131902.528000', '131902.531000', '131902.534000', '131902.536000', '131902.539000', '131902.542000', '131902.545000', '131902.548000', '131902.551000', '131902.553000', '131902.556000', '131902.559000', '131902.562000', '131902.565000', '131902.568000', '131902.571000', '131902.573000', '131902.581000', '131902.584000', '131902.587000', '131902.590000', '131902.592000', '131902.595000', '131902.598000', '131902.602000', '131902.605000', '131902.608000', '131902.610000', '131902.613000', '131902.616000', '131902.619000', '131902.622000', '131902.625000', '131902.628000', '131902.630000', '131902.633000', '131922.508000', '131922.511000', '131922.514000', '131922.517000', '131922.519000', '131922.522000', '131922.525000', '131922.528000', '131922.531000', '131922.533000', '131922.536000', '131922.539000', '131922.542000', '131922.545000', '131922.547000', '131922.550000', '131922.553000', '131922.556000', '131922.559000', '131922.562000', '131922.564000', '131922.567000', '131922.570000', '131922.573000', '131922.576000', '131922.579000', '131922.582000', '131922.585000', '131922.588000', '131922.590000', '131922.593000', '131922.596000', '131922.599000', '131922.602000', '131922.604000', '131922.607000', '131922.610000', '131922.613000', '131922.616000', '131922.619000', '131922.621000', '131922.624000', '131922.627000', '131922.630000', '131942.508000', '131942.511000', '131942.514000', '131942.516000', '131942.519000', '131942.522000', '131942.525000', '131942.528000', '131942.530000', '131942.533000', '131942.536000', '131942.539000', '131942.542000', '131942.545000', '131942.548000', '131942.550000', '131942.553000', '131942.556000', '131942.559000', '131942.562000', '131942.564000', '131942.567000', '131942.570000', '131942.573000', '131942.596000', '131942.598000', '131942.601000', '131942.604000', '131942.607000', '131942.610000', '131942.612000', '131942.615000', '131942.618000', '131942.621000', '131942.624000', '131942.626000', '131942.629000', '131942.632000', '131942.635000', '131942.638000', '131942.641000', '131942.643000', '131942.646000', '132002.508000', '132002.511000', '132002.514000', '132002.517000', '132002.519000', '132002.522000', '132002.525000', '132002.528000', '132002.531000', '132002.533000', '132002.536000', '132002.539000', '132002.542000', '132002.545000', '132002.548000', '132002.550000', '132002.553000', '132002.556000', '132002.559000', '132002.562000', '132002.564000', '132002.567000', '132002.570000', '132002.573000', '132002.576000', '132002.579000', '132002.582000', '132002.585000', '132002.587000', '132002.590000', '132002.593000', '132002.596000', '132002.599000', '132002.602000', '132002.604000', '132002.607000', '132002.610000', '132002.613000', '132002.616000', '132002.619000', '132002.621000', '132002.624000', '132002.627000', '132002.630000', '132022.508000', '132022.511000', '132022.514000', '132022.517000', '132022.520000', '132022.522000', '132022.525000', '132022.528000', '132022.531000', '132022.542000', '132022.545000', '132022.548000', '132022.551000', '132022.554000', '132022.557000', '132022.559000', '132022.562000', '132022.565000', '132022.568000', '132022.571000', '132022.574000', '132022.577000', '132022.580000', '132022.582000', '132022.585000', '132022.588000', '132022.591000', '132022.594000', '132022.596000', '132022.599000', '132022.602000', '132022.605000', '132022.608000', '132022.611000', '132022.613000', '132022.616000', '132022.619000', '132022.622000', '132022.625000', '132022.628000', '132022.631000', '132022.634000', '132022.636000', '132028.753000', '132028.757000', '132028.760000', '132028.764000', '132028.768000', '132028.771000', '132028.774000', '132028.778000', '132028.781000', '132028.784000', '132028.787000', '132028.790000', '132028.793000', '132028.796000'], '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': [9037, 8081, 8942, 8297, 9339, 8202, 9004, 9340, 9143, 11680, 8769, 10426, 8841, 9967, 8552, 9491, 8630, 9053, 8217, 9040, 8690, 8738, 7660, 8526, 8937, 8342, 9499, 8869, 9324, 8017, 8978, 7659, 8830, 7406, 8403, 10968, 8145, 9372, 8738, 9296, 8449, 9188, 8273, 9337, 7582, 9061, 8864, 8893, 9697, 8286, 9638, 8843, 9252, 8651, 9536, 7620, 9003, 9175, 8902, 10879, 8539, 9978, 8802, 10086, 9066, 12309, 8904, 9509, 7879, 8983, 7801, 8325, 9483, 8507, 9337, 8207, 9388, 9427, 9067, 10253, 9281, 9454, 9342, 9745, 9980, 9911, 12814, 9972, 11311, 9817, 10641, 9482, 9528, 9224, 9738, 10141, 9661, 12463, 9827, 9559, 9512, 9701, 9054, 9338, 8934, 9621, 8715, 9455, 9693, 9337, 9910, 9042, 9612, 9611, 9663, 8957, 9154, 9259, 9175, 9159, 9453, 8375, 9261, 9237, 9150, 11768, 9135, 9551, 8931, 9474, 9063, 9345, 9031, 9238, 9005, 9515, 8542, 9533, 8214, 9095, 8288, 9050, 8383, 9206, 8219, 9240, 8891, 8861, 12341, 8865, 9923, 9128, 9869, 9122, 9768, 8857, 9415, 8605, 9419, 11669, 8890, 12583, 8820, 9941, 8484, 9824, 9291, 9465, 8984, 9548, 8670, 9191, 8637, 9415, 8410, 9155, 10858, 9117, 10041, 8875, 9399, 8977, 9487, 8973, 9408, 8683, 9701, 8586, 9429, 8332, 9262, 11650, 9026, 12974, 8697, 9735, 8962, 9514, 8663, 9031, 8461, 8974, 9459, 8761, 10972, 8556, 9589, 9011, 9355, 9108, 9412, 9103, 9417, 7992, 9040, 10502, 9014, 10229, 9037, 9628, 9234, 9576, 8862, 9485, 8429, 9220, 13055, 8919, 10808, 8613, 9661, 8839, 9660, 8773, 9644, 8709, 9479, 8764, 9379, 8612, 9325, 9634, 9136, 10383, 8928, 9752, 9299, 9634, 9096, 9454, 8650, 9421, 9202, 9388, 11402, 8902, 12496, 9023, 9957, 8937, 9606, 9178, 9723, 9171, 9513, 8862, 9526, 9198, 9565, 8711, 9551, 8886, 9388, 8809, 9159, 8780, 9443, 8671, 9492, 11113, 9512, 10961, 8750, 10040, 9058, 9385, 8491, 9413, 8293, 9667, 9307, 9637, 9455, 9619, 9116, 9485, 9400, 9732, 9284, 9574, 8335, 9363, 9378, 9517, 8932, 9027, 11474, 8939, 10771, 8611, 9909, 8815, 9452, 8654, 9476, 9224, 9425, 8709, 9418, 11326, 9149, 13194, 9334, 9824, 9149, 9453, 8907, 9795, 8759, 9524, 8980, 9453, 8598, 9206, 9499, 9007, 10686, 8456, 9691, 9213, 9330, 8703, 9595, 8777, 9560, 8629, 9465, 8616, 9469, 10876, 8870, 12458, 8744, 11964, 9024, 9377, 9033, 9563, 8869, 9478, 8520, 9211, 9032, 9099, 9653, 9063, 12163, 8951, 9749, 9096, 9315, 8864, 9398, 9172, 9632, 9343, 9319, 9434, 9454, 8651, 9278, 8914, 9012, 8571, 8949, 8361, 9111, 9431, 9069, 11216, 8658, 9724, 8728, 9211, 8652, 9297, 9066, 9411, 10016, 9248, 10247, 9110, 9768, 9082, 9329, 9039, 9420, 8678, 9488, 11298, 9276, 9801, 9120, 9510, 9171, 9533, 8772, 9494, 8510, 9481, 8946, 9510, 12931, 8817, 9677, 9314, 9635, 8674, 9436, 8739, 9460, 8834, 9612, 12494, 9133, 9597, 9089, 9430, 8802, 9519, 8661, 9436, 8692, 9510, 8731, 9148, 9943, 8858, 8708, 8986, 8801, 8932, 10069, 9072, 10347, 9121, 9652, 8696, 9663, 8760, 9366, 8972, 9660, 9408, 9360, 12523, 9192, 12100, 8899, 9499, 9167, 9717, 8935, 9579, 8910, 9446, 8775, 9269, 9049, 9247, 8835, 9116, 8359, 9194, 9123, 9170, 12552, 8970, 9817, 9021, 9513, 9010, 9529, 9025, 9569, 8514, 9415, 11689, 9308, 12807, 8798, 9617, 9052, 9505, 8835, 9613, 8789, 9258, 8836, 9545, 9486, 9367, 9730, 9021, 10753, 8990, 11531, 8691, 9599, 8669, 9564, 8844, 9520, 9187, 9450, 9077, 9430, 8648, 9384, 9154, 9145, 9032, 9248, 8840, 9024, 9558, 9251, 13220, 8964, 10104, 9444, 9522, 8972, 9584, 9102, 9503, 9860, 9321, 13593, 9345, 12073, 8803, 9322, 8902, 9473, 9141, 9604, 9102, 9526, 9083, 9448, 8687, 10271, 8685, 9999, 8951, 13275, 9051, 9794, 9311, 9412, 8939, 9498, 8746, 9412, 8967, 9245, 9761, 9071, 9978, 9149, 8995, 9172, 9236, 9035, 11852, 8860, 10233, 8782, 9734, 8890, 9391, 9177, 9294, 8932, 9420, 9001, 9452, 10059, 9559, 9479, 9301, 8940, 9287, 9400, 8992, 12493, 8785, 10421, 8541, 9353, 8427, 9537, 9320, 9436, 8560, 9386, 9022, 9308, 9010, 9288, 9505, 9385, 11709, 9054, 12661, 8922, 12172, 9104, 10310, 8619, 8092, 8702, 8692, 9484, 11026, 8143, 11761, 8286, 9273, 9011, 9114, 8967, 9076, 10109, 9333, 13801, 8961, 10912, 9425, 10415, 9185, 11297, 10112, 9740, 11812, 9410, 13962, 9262, 9425, 8957, 9477, 8929, 9165, 8411, 9209, 9157, 9119, 9961, 8979, 9761, 8788, 9948, 8855, 10558, 8822, 10341, 8523, 8751, 8581, 9603, 8573, 11115, 8560, 10503, 8680, 11359, 8653, 11808, 8575, 10811, 8481, 9708, 9105, 7743, 9347, 8742, 11311, 8444, 8501, 8983, 10057, 9062, 14557, 8543, 12427, 8502, 10922, 8823, 8958, 9083, 9243, 10254, 12449, 9071, 12151, 8911, 13426, 8921, 11314, 8863, 11598, 9097, 10039, 9158, 9423, 8771, 9277, 8826, 9017, 9392, 9240, 9197, 8998, 8982, 9345, 9152, 9291, 9156, 9097, 9363, 9210, 9092, 9081, 9347, 9016, 9005, 9234, 8663, 9095, 9182, 10400, 8810, 10552, 8692, 9628, 8360, 11789, 8401, 12099, 8444, 9509, 8923, 9308, 8814, 9276, 8562, 9529, 8456, 9552, 8752, 9910, 9660, 9555, 9844, 9302, 10315, 9030, 9115, 9053, 9303, 9012, 8718, 9370, 10580, 8820, 12223, 8594, 11018, 8642, 9505, 8932, 9609, 8941, 9801, 8702, 10433, 8614, 10068, 8636, 8867, 8910, 9068, 8856, 8597, 8737, 9358, 8780, 11259, 8583, 10300, 8650, 9623, 8626, 9380, 9012, 9413, 9697, 9381, 9029, 9380, 9054, 9011, 9031, 9007, 9287, 8887, 9142, 9021, 9606, 8943, 11121, 8854, 12797, 8819, 10829, 8483, 9567, 8729, 9350, 8903, 9294, 8757, 9016, 8971, 9088, 9157, 8969, 8727, 8960, 9035, 9216, 9236, 9080, 9293, 8939, 9177, 8976, 8955, 8802, 8770, 8867, 8893, 8968, 13593, 8472, 9990, 8790, 9549, 8582, 9161, 8422, 10698, 8639, 11228, 8452, 11877, 8578, 12408, 8830, 11741, 8486, 12503, 8510, 13138, 8675, 9541, 8665, 9243, 8786, 9383, 8564, 9312, 8466, 9267, 8892, 9086, 9266, 9277, 9075, 8941, 9177, 9027, 8424, 9653, 8386, 9554, 8836, 8954, 8828, 8794, 9265, 8662, 9021], 'WindowCenter': [3978.0, 3950.0, 3960.0, 3947.0, 3956.0, 3931.0, 3943.0, 3940.0, 3942.0, 3973.0, 3944.0, 3952.0, 3930.0, 3939.0, 3928.0, 3927.0, 3931.0, 3943.0, 3917.0, 3940.0, 3929.0, 3929.0, 3918.0, 3940.0, 3928.0, 3931.0, 3937.0, 3940.0, 3940.0, 3932.0, 3954.0, 3931.0, 3942.0, 3919.0, 3931.0, 3949.0, 3919.0, 3939.0, 3942.0, 3954.0, 3931.0, 3941.0, 3931.0, 3941.0, 3917.0, 3941.0, 3930.0, 3940.0, 3941.0, 3930.0, 3939.0, 3940.0, 3939.0, 3929.0, 3941.0, 3919.0, 3942.0, 3939.0, 3943.0, 3976.0, 3943.0, 3951.0, 3931.0, 3963.0, 3943.0, 3973.0, 3942.0, 3938.0, 3918.0, 3928.0, 3907.0, 3917.0, 3940.0, 3941.0, 3941.0, 3931.0, 3953.0, 3940.0, 3940.0, 3949.0, 3929.0, 3927.0, 3926.0, 3926.0, 3914.0, 3925.0, 3933.0, 3912.0, 3923.0, 3911.0, 3910.0, 3897.0, 3897.0, 3887.0, 3899.0, 3907.0, 3899.0, 3930.0, 3909.0, 3910.0, 3913.0, 3911.0, 3899.0, 3899.0, 3899.0, 3912.0, 3900.0, 3924.0, 3923.0, 3925.0, 3925.0, 3926.0, 3927.0, 3936.0, 3952.0, 3941.0, 3938.0, 3937.0, 3928.0, 3925.0, 3939.0, 3928.0, 3940.0, 3940.0, 3940.0, 3959.0, 3942.0, 3941.0, 3955.0, 3964.0, 3952.0, 3940.0, 3941.0, 3941.0, 3942.0, 3954.0, 3941.0, 3954.0, 3945.0, 3966.0, 3956.0, 3954.0, 3942.0, 3954.0, 3942.0, 3956.0, 3941.0, 3954.0, 3972.0, 3955.0, 3965.0, 3954.0, 3953.0, 3941.0, 3951.0, 3928.0, 3941.0, 3929.0, 3941.0, 3973.0, 3942.0, 3970.0, 3942.0, 3950.0, 3942.0, 3950.0, 3941.0, 3952.0, 3941.0, 3955.0, 3943.0, 3952.0, 3931.0, 3950.0, 3930.0, 3953.0, 3960.0, 3941.0, 3961.0, 3955.0, 3954.0, 3942.0, 3950.0, 3943.0, 3942.0, 3940.0, 3952.0, 3941.0, 3953.0, 3942.0, 3954.0, 3975.0, 3943.0, 3971.0, 3939.0, 3940.0, 3941.0, 3951.0, 3930.0, 3942.0, 3941.0, 3942.0, 3951.0, 3943.0, 3961.0, 3940.0, 3951.0, 3941.0, 3953.0, 3943.0, 3942.0, 3941.0, 3953.0, 3929.0, 3942.0, 3950.0, 3942.0, 3963.0, 3940.0, 3939.0, 3939.0, 3940.0, 3928.0, 3940.0, 3928.0, 3941.0, 3982.0, 3940.0, 3950.0, 3928.0, 3938.0, 3939.0, 3938.0, 3931.0, 3952.0, 3942.0, 3951.0, 3930.0, 3941.0, 3928.0, 3940.0, 3937.0, 3940.0, 3950.0, 3942.0, 3939.0, 3941.0, 3939.0, 3939.0, 3939.0, 3928.0, 3939.0, 3938.0, 3941.0, 3960.0, 3940.0, 3959.0, 3941.0, 3938.0, 3940.0, 3939.0, 3939.0, 3952.0, 3941.0, 3939.0, 3926.0, 3938.0, 3940.0, 3939.0, 3930.0, 3940.0, 3928.0, 3940.0, 3929.0, 3942.0, 3927.0, 3940.0, 3928.0, 3940.0, 3948.0, 3940.0, 3961.0, 3929.0, 3939.0, 3929.0, 3936.0, 3953.0, 3965.0, 3945.0, 3951.0, 3939.0, 3940.0, 3950.0, 3952.0, 3943.0, 3951.0, 3952.0, 3952.0, 3939.0, 3953.0, 3943.0, 3954.0, 3940.0, 3951.0, 3940.0, 3941.0, 3959.0, 3938.0, 3947.0, 3941.0, 3952.0, 3940.0, 3939.0, 3928.0, 3939.0, 3937.0, 3939.0, 3927.0, 3939.0, 3960.0, 3940.0, 3959.0, 3929.0, 3937.0, 3938.0, 3926.0, 3928.0, 3937.0, 3925.0, 3939.0, 3928.0, 3938.0, 3916.0, 3939.0, 3927.0, 3928.0, 3948.0, 3929.0, 3940.0, 3942.0, 3941.0, 3929.0, 3938.0, 3929.0, 3939.0, 3929.0, 3940.0, 3928.0, 3951.0, 3963.0, 3942.0, 3971.0, 3930.0, 3959.0, 3941.0, 3940.0, 3940.0, 3940.0, 3929.0, 3941.0, 3942.0, 3941.0, 3929.0, 3941.0, 3939.0, 3940.0, 3959.0, 3942.0, 3940.0, 3943.0, 3952.0, 3942.0, 3941.0, 3952.0, 3950.0, 3952.0, 3942.0, 3953.0, 3954.0, 3945.0, 3955.0, 3953.0, 3942.0, 3930.0, 3941.0, 3929.0, 3942.0, 3940.0, 3942.0, 3960.0, 3930.0, 3953.0, 3942.0, 3941.0, 3929.0, 3940.0, 3930.0, 3941.0, 3939.0, 3939.0, 3952.0, 3941.0, 3939.0, 3928.0, 3927.0, 3926.0, 3928.0, 3917.0, 3938.0, 3947.0, 3927.0, 3951.0, 3941.0, 3939.0, 3939.0, 3938.0, 3928.0, 3938.0, 3918.0, 3938.0, 3927.0, 3940.0, 3973.0, 3942.0, 3941.0, 3939.0, 3927.0, 3916.0, 3927.0, 3916.0, 3927.0, 3915.0, 3938.0, 3958.0, 3939.0, 3951.0, 3939.0, 3927.0, 3927.0, 3937.0, 3928.0, 3939.0, 3927.0, 3940.0, 3930.0, 3953.0, 3952.0, 3942.0, 3930.0, 3939.0, 3941.0, 3943.0, 3951.0, 3942.0, 3953.0, 3954.0, 3953.0, 3931.0, 3941.0, 3929.0, 3940.0, 3928.0, 3940.0, 3927.0, 3940.0, 3962.0, 3941.0, 3962.0, 3941.0, 3939.0, 3939.0, 3938.0, 3928.0, 3939.0, 3928.0, 3941.0, 3940.0, 3952.0, 3939.0, 3940.0, 3929.0, 3940.0, 3928.0, 3953.0, 3940.0, 3953.0, 3972.0, 3953.0, 3953.0, 3942.0, 3941.0, 3941.0, 3940.0, 3939.0, 3941.0, 3928.0, 3942.0, 3960.0, 3942.0, 3971.0, 3931.0, 3938.0, 3929.0, 3939.0, 3928.0, 3939.0, 3928.0, 3939.0, 3941.0, 3952.0, 3941.0, 3940.0, 3936.0, 3929.0, 3948.0, 3940.0, 3950.0, 3930.0, 3952.0, 3943.0, 3952.0, 3940.0, 3951.0, 3951.0, 3951.0, 3942.0, 3942.0, 3941.0, 3954.0, 3952.0, 3942.0, 3941.0, 3942.0, 3940.0, 3941.0, 3940.0, 3941.0, 3972.0, 3943.0, 3952.0, 3942.0, 3940.0, 3928.0, 3939.0, 3927.0, 3938.0, 3937.0, 3939.0, 3971.0, 3941.0, 3958.0, 3928.0, 3926.0, 3928.0, 3938.0, 3939.0, 3937.0, 3939.0, 3951.0, 3954.0, 3950.0, 3942.0, 3951.0, 3942.0, 3952.0, 3943.0, 3972.0, 3940.0, 3954.0, 3942.0, 3940.0, 3928.0, 3939.0, 3928.0, 3928.0, 3926.0, 3939.0, 3951.0, 3940.0, 3939.0, 3939.0, 3927.0, 3940.0, 3940.0, 3941.0, 3961.0, 3941.0, 3952.0, 3930.0, 3939.0, 3930.0, 3938.0, 3939.0, 3939.0, 3928.0, 3929.0, 3940.0, 3940.0, 3938.0, 3939.0, 3937.0, 3928.0, 3927.0, 3940.0, 3939.0, 3940.0, 3973.0, 3942.0, 3950.0, 3941.0, 3940.0, 3931.0, 3939.0, 3941.0, 3941.0, 3930.0, 3941.0, 3939.0, 3940.0, 3929.0, 3940.0, 3939.0, 3941.0, 3959.0, 3929.0, 3972.0, 3942.0, 3974.0, 3955.0, 3962.0, 3943.0, 3931.0, 3943.0, 3943.0, 3953.0, 3949.0, 3918.0, 3946.0, 3930.0, 3941.0, 3941.0, 3940.0, 3940.0, 3944.0, 3950.0, 3940.0, 3968.0, 3927.0, 3936.0, 3914.0, 3924.0, 3901.0, 3922.0, 3911.0, 3912.0, 3921.0, 3898.0, 3918.0, 3886.0, 3886.0, 3886.0, 3896.0, 3886.0, 3899.0, 3887.0, 3900.0, 3913.0, 3912.0, 3911.0, 3901.0, 3909.0, 3901.0, 3910.0, 3914.0, 3933.0, 3926.0, 3934.0, 3925.0, 3928.0, 3941.0, 3939.0, 3929.0, 3948.0, 3929.0, 3947.0, 3929.0, 3949.0, 3930.0, 3962.0, 3942.0, 3962.0, 3954.0, 3966.0, 3954.0, 3933.0, 3952.0, 3944.0, 3962.0, 3940.0, 3941.0, 3943.0, 3950.0, 3944.0, 3971.0, 3930.0, 3960.0, 3943.0, 3964.0, 3942.0, 3941.0, 3941.0, 3940.0, 3952.0, 3958.0, 3929.0, 3958.0, 3930.0, 3970.0, 3929.0, 3947.0, 3927.0, 3947.0, 3929.0, 3927.0, 3927.0, 3927.0, 3916.0, 3929.0, 3941.0, 3929.0, 3926.0, 3927.0, 3925.0, 3927.0, 3915.0, 3927.0, 3926.0, 3939.0, 3939.0, 3942.0, 3952.0, 3940.0, 3929.0, 3940.0, 3938.0, 3940.0, 3941.0, 3940.0, 3943.0, 3955.0, 3955.0, 3963.0, 3941.0, 3951.0, 3941.0, 3950.0, 3944.0, 3972.0, 3945.0, 3973.0, 3943.0, 3950.0, 3942.0, 3953.0, 3954.0, 3939.0, 3941.0, 3939.0, 3929.0, 3939.0, 3917.0, 3938.0, 3927.0, 3927.0, 3927.0, 3940.0, 3949.0, 3926.0, 3915.0, 3926.0, 3925.0, 3928.0, 3915.0, 3929.0, 3949.0, 3941.0, 3960.0, 3928.0, 3936.0, 3927.0, 3927.0, 3929.0, 3938.0, 3941.0, 3939.0, 3942.0, 3962.0, 3943.0, 3952.0, 3941.0, 3941.0, 3941.0, 3938.0, 3942.0, 3941.0, 3944.0, 3940.0, 3942.0, 3961.0, 3943.0, 3965.0, 3944.0, 3941.0, 3929.0, 3938.0, 3928.0, 3940.0, 3939.0, 3939.0, 3929.0, 3940.0, 3942.0, 3942.0, 3942.0, 3928.0, 3926.0, 3927.0, 3926.0, 3928.0, 3926.0, 3928.0, 3947.0, 3929.0, 3958.0, 3940.0, 3962.0, 3931.0, 3937.0, 3928.0, 3925.0, 3927.0, 3927.0, 3927.0, 3928.0, 3929.0, 3942.0, 3952.0, 3941.0, 3930.0, 3940.0, 3941.0, 3941.0, 3952.0, 3942.0, 3954.0, 3954.0, 3954.0, 3943.0, 3942.0, 3941.0, 3940.0, 3942.0, 3941.0, 3943.0, 3973.0, 3945.0, 3953.0, 3943.0, 3951.0, 3930.0, 3939.0, 3929.0, 3949.0, 3941.0, 3961.0, 3942.0, 3971.0, 3955.0, 3986.0, 3953.0, 3972.0, 3941.0, 3959.0, 3931.0, 3961.0, 3930.0, 3939.0, 3928.0, 3940.0, 3929.0, 3938.0, 3928.0, 3927.0, 3916.0, 3938.0, 3929.0, 3940.0, 3939.0, 3939.0, 3942.0, 3942.0, 3951.0, 3939.0, 3929.0, 3938.0, 3927.0, 3939.0, 3941.0, 3942.0, 3941.0, 3931.0, 3954.0, 3943.0, 3952.0], 'WindowWidth': [8912.0, 8856.0, 8862.0, 8836.0, 8848.0, 8805.0, 8823.0, 8812.0, 8816.0, 8863.0, 8827.0, 8831.0, 8799.0, 8807.0, 8792.0, 8789.0, 8802.0, 8818.0, 8775.0, 8810.0, 8794.0, 8796.0, 8777.0, 8811.0, 8792.0, 8801.0, 8804.0, 8811.0, 8812.0, 8804.0, 8838.0, 8803.0, 8817.0, 8782.0, 8802.0, 8823.0, 8784.0, 8809.0, 8817.0, 8838.0, 8802.0, 8817.0, 8800.0, 8814.0, 8778.0, 8814.0, 8796.0, 8811.0, 8815.0, 8799.0, 8810.0, 8811.0, 8810.0, 8797.0, 8815.0, 8782.0, 8818.0, 8809.0, 8821.0, 8873.0, 8824.0, 8830.0, 8801.0, 8849.0, 8822.0, 8859.0, 8816.0, 8804.0, 8778.0, 8793.0, 8759.0, 8776.0, 8809.0, 8815.0, 8816.0, 8801.0, 8834.0, 8813.0, 8813.0, 8823.0, 8795.0, 8790.0, 8782.0, 8786.0, 8763.0, 8780.0, 8785.0, 8758.0, 8777.0, 8756.0, 8750.0, 8729.0, 8729.0, 8714.0, 8735.0, 8742.0, 8735.0, 8777.0, 8749.0, 8753.0, 8760.0, 8755.0, 8736.0, 8737.0, 8736.0, 8758.0, 8739.0, 8779.0, 8774.0, 8781.0, 8782.0, 8785.0, 8787.0, 8800.0, 8831.0, 8815.0, 8807.0, 8802.0, 8791.0, 8786.0, 8808.0, 8792.0, 8814.0, 8809.0, 8813.0, 8835.0, 8817.0, 8816.0, 8841.0, 8854.0, 8835.0, 8813.0, 8816.0, 8816.0, 8818.0, 8838.0, 8818.0, 8839.0, 8829.0, 8860.0, 8846.0, 8840.0, 8820.0, 8838.0, 8819.0, 8843.0, 8815.0, 8837.0, 8858.0, 8842.0, 8857.0, 8839.0, 8834.0, 8817.0, 8830.0, 8795.0, 8817.0, 8795.0, 8815.0, 8863.0, 8820.0, 8854.0, 8818.0, 8826.0, 8818.0, 8826.0, 8815.0, 8832.0, 8816.0, 8842.0, 8824.0, 8833.0, 8802.0, 8829.0, 8799.0, 8834.0, 8838.0, 8817.0, 8847.0, 8843.0, 8838.0, 8820.0, 8826.0, 8819.0, 8817.0, 8814.0, 8831.0, 8815.0, 8835.0, 8820.0, 8840.0, 8865.0, 8821.0, 8855.0, 8812.0, 8812.0, 8815.0, 8830.0, 8800.0, 8821.0, 8816.0, 8819.0, 8829.0, 8823.0, 8842.0, 8814.0, 8829.0, 8818.0, 8835.0, 8821.0, 8819.0, 8816.0, 8836.0, 8797.0, 8817.0, 8825.0, 8819.0, 8850.0, 8815.0, 8809.0, 8810.0, 8811.0, 8794.0, 8812.0, 8791.0, 8815.0, 8873.0, 8813.0, 8823.0, 8795.0, 8807.0, 8810.0, 8807.0, 8800.0, 8832.0, 8821.0, 8830.0, 8798.0, 8816.0, 8793.0, 8813.0, 8804.0, 8811.0, 8826.0, 8817.0, 8810.0, 8813.0, 8809.0, 8809.0, 8810.0, 8792.0, 8810.0, 8806.0, 8814.0, 8840.0, 8812.0, 8834.0, 8812.0, 8806.0, 8812.0, 8809.0, 8810.0, 8832.0, 8815.0, 8809.0, 8789.0, 8807.0, 8810.0, 8809.0, 8798.0, 8812.0, 8793.0, 8812.0, 8796.0, 8816.0, 8790.0, 8812.0, 8794.0, 8811.0, 8820.0, 8813.0, 8841.0, 8796.0, 8810.0, 8797.0, 8802.0, 8838.0, 8859.0, 8831.0, 8829.0, 8810.0, 8813.0, 8829.0, 8830.0, 8821.0, 8829.0, 8833.0, 8831.0, 8811.0, 8834.0, 8825.0, 8838.0, 8814.0, 8829.0, 8811.0, 8814.0, 8836.0, 8808.0, 8817.0, 8816.0, 8831.0, 8813.0, 8808.0, 8791.0, 8807.0, 8803.0, 8810.0, 8788.0, 8807.0, 8840.0, 8811.0, 8834.0, 8794.0, 8802.0, 8804.0, 8787.0, 8791.0, 8802.0, 8786.0, 8809.0, 8791.0, 8805.0, 8771.0, 8808.0, 8788.0, 8793.0, 8818.0, 8796.0, 8812.0, 8819.0, 8814.0, 8795.0, 8807.0, 8795.0, 8809.0, 8794.0, 8812.0, 8793.0, 8829.0, 8850.0, 8820.0, 8854.0, 8799.0, 8835.0, 8813.0, 8811.0, 8812.0, 8810.0, 8795.0, 8814.0, 8820.0, 8817.0, 8795.0, 8815.0, 8807.0, 8813.0, 8835.0, 8816.0, 8811.0, 8822.0, 8832.0, 8819.0, 8815.0, 8832.0, 8827.0, 8833.0, 8818.0, 8834.0, 8837.0, 8828.0, 8841.0, 8835.0, 8819.0, 8799.0, 8816.0, 8797.0, 8818.0, 8811.0, 8818.0, 8838.0, 8799.0, 8834.0, 8819.0, 8815.0, 8797.0, 8813.0, 8796.0, 8817.0, 8806.0, 8809.0, 8833.0, 8816.0, 8810.0, 8792.0, 8790.0, 8786.0, 8792.0, 8774.0, 8804.0, 8813.0, 8789.0, 8829.0, 8814.0, 8808.0, 8806.0, 8805.0, 8791.0, 8807.0, 8777.0, 8806.0, 8788.0, 8811.0, 8859.0, 8818.0, 8814.0, 8808.0, 8788.0, 8773.0, 8787.0, 8771.0, 8790.0, 8770.0, 8806.0, 8830.0, 8809.0, 8828.0, 8810.0, 8789.0, 8789.0, 8801.0, 8791.0, 8809.0, 8790.0, 8812.0, 8798.0, 8833.0, 8830.0, 8817.0, 8798.0, 8812.0, 8815.0, 8821.0, 8828.0, 8820.0, 8834.0, 8837.0, 8834.0, 8801.0, 8814.0, 8796.0, 8811.0, 8793.0, 8812.0, 8790.0, 8813.0, 8842.0, 8816.0, 8846.0, 8814.0, 8807.0, 8809.0, 8806.0, 8793.0, 8807.0, 8792.0, 8814.0, 8813.0, 8832.0, 8811.0, 8813.0, 8795.0, 8813.0, 8794.0, 8834.0, 8811.0, 8833.0, 8857.0, 8836.0, 8836.0, 8820.0, 8815.0, 8814.0, 8811.0, 8808.0, 8814.0, 8793.0, 8819.0, 8838.0, 8817.0, 8855.0, 8800.0, 8806.0, 8795.0, 8807.0, 8793.0, 8809.0, 8793.0, 8810.0, 8815.0, 8830.0, 8813.0, 8811.0, 8801.0, 8796.0, 8819.0, 8812.0, 8823.0, 8800.0, 8831.0, 8821.0, 8830.0, 8815.0, 8828.0, 8829.0, 8830.0, 8818.0, 8819.0, 8814.0, 8837.0, 8833.0, 8818.0, 8815.0, 8817.0, 8812.0, 8817.0, 8811.0, 8816.0, 8858.0, 8822.0, 8832.0, 8817.0, 8812.0, 8793.0, 8809.0, 8788.0, 8806.0, 8799.0, 8807.0, 8854.0, 8812.0, 8832.0, 8791.0, 8787.0, 8791.0, 8804.0, 8807.0, 8803.0, 8808.0, 8830.0, 8838.0, 8826.0, 8818.0, 8829.0, 8820.0, 8831.0, 8822.0, 8857.0, 8814.0, 8838.0, 8818.0, 8812.0, 8793.0, 8807.0, 8790.0, 8793.0, 8786.0, 8809.0, 8828.0, 8812.0, 8806.0, 8809.0, 8790.0, 8813.0, 8810.0, 8814.0, 8841.0, 8816.0, 8831.0, 8800.0, 8808.0, 8798.0, 8806.0, 8809.0, 8809.0, 8791.0, 8794.0, 8810.0, 8811.0, 8803.0, 8806.0, 8801.0, 8791.0, 8789.0, 8812.0, 8808.0, 8813.0, 8860.0, 8817.0, 8826.0, 8814.0, 8811.0, 8803.0, 8810.0, 8815.0, 8814.0, 8799.0, 8816.0, 8809.0, 8811.0, 8793.0, 8811.0, 8807.0, 8813.0, 8833.0, 8795.0, 8860.0, 8821.0, 8864.0, 8841.0, 8845.0, 8823.0, 8803.0, 8822.0, 8821.0, 8836.0, 8823.0, 8779.0, 8815.0, 8798.0, 8813.0, 8816.0, 8814.0, 8813.0, 8822.0, 8824.0, 8812.0, 8845.0, 8788.0, 8798.0, 8764.0, 8778.0, 8741.0, 8771.0, 8754.0, 8757.0, 8767.0, 8730.0, 8754.0, 8711.0, 8711.0, 8711.0, 8726.0, 8713.0, 8733.0, 8715.0, 8737.0, 8763.0, 8759.0, 8754.0, 8741.0, 8748.0, 8742.0, 8753.0, 8765.0, 8789.0, 8784.0, 8791.0, 8783.0, 8794.0, 8815.0, 8809.0, 8795.0, 8817.0, 8794.0, 8816.0, 8796.0, 8821.0, 8799.0, 8843.0, 8820.0, 8843.0, 8840.0, 8860.0, 8837.0, 8808.0, 8833.0, 8823.0, 8845.0, 8814.0, 8813.0, 8820.0, 8824.0, 8822.0, 8852.0, 8798.0, 8837.0, 8821.0, 8850.0, 8820.0, 8813.0, 8816.0, 8812.0, 8831.0, 8831.0, 8793.0, 8831.0, 8798.0, 8851.0, 8793.0, 8812.0, 8789.0, 8814.0, 8791.0, 8788.0, 8787.0, 8788.0, 8772.0, 8794.0, 8814.0, 8793.0, 8785.0, 8787.0, 8781.0, 8786.0, 8769.0, 8789.0, 8785.0, 8806.0, 8806.0, 8818.0, 8832.0, 8813.0, 8794.0, 8810.0, 8806.0, 8811.0, 8813.0, 8813.0, 8822.0, 8844.0, 8842.0, 8848.0, 8815.0, 8826.0, 8816.0, 8824.0, 8822.0, 8858.0, 8826.0, 8861.0, 8821.0, 8827.0, 8820.0, 8836.0, 8838.0, 8813.0, 8815.0, 8811.0, 8796.0, 8808.0, 8776.0, 8805.0, 8785.0, 8787.0, 8787.0, 8810.0, 8822.0, 8786.0, 8768.0, 8786.0, 8782.0, 8790.0, 8770.0, 8793.0, 8820.0, 8814.0, 8839.0, 8792.0, 8798.0, 8789.0, 8787.0, 8795.0, 8804.0, 8813.0, 8806.0, 8820.0, 8846.0, 8822.0, 8832.0, 8816.0, 8814.0, 8815.0, 8807.0, 8817.0, 8814.0, 8825.0, 8813.0, 8820.0, 8841.0, 8822.0, 8857.0, 8825.0, 8815.0, 8796.0, 8805.0, 8793.0, 8811.0, 8808.0, 8809.0, 8794.0, 8811.0, 8818.0, 8818.0, 8816.0, 8794.0, 8785.0, 8790.0, 8785.0, 8793.0, 8785.0, 8792.0, 8815.0, 8794.0, 8832.0, 8812.0, 8845.0, 8801.0, 8802.0, 8791.0, 8784.0, 8787.0, 8788.0, 8788.0, 8792.0, 8795.0, 8818.0, 8832.0, 8815.0, 8799.0, 8813.0, 8817.0, 8817.0, 8832.0, 8819.0, 8837.0, 8839.0, 8838.0, 8821.0, 8817.0, 8818.0, 8814.0, 8820.0, 8813.0, 8822.0, 8860.0, 8829.0, 8837.0, 8822.0, 8829.0, 8800.0, 8808.0, 8797.0, 8822.0, 8816.0, 8841.0, 8819.0, 8857.0, 8841.0, 8884.0, 8835.0, 8856.0, 8817.0, 8837.0, 8801.0, 8839.0, 8798.0, 8810.0, 8793.0, 8813.0, 8798.0, 8807.0, 8792.0, 8790.0, 8773.0, 8805.0, 8795.0, 8814.0, 8807.0, 8810.0, 8819.0, 8819.0, 8829.0, 8810.0, 8795.0, 8804.0, 8791.0, 8808.0, 8815.0, 8818.0, 8814.0, 8802.0, 8839.0, 8824.0, 8833.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.0018222941822173438</td></tr>
<tr><td colspan=3>aqi</td><td>0.021858960373216246</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.33464434703296</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2708008542417581</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0100148038791208</td></tr>
<tr><td colspan=3>efc</td><td>0.4525</td></tr>
<tr><td colspan=3>fber</td><td>6563.5649</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08205345948381751</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>20</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.1953896816684964</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.637135082489605</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.644645300583106</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.805111842211831</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4616481046738783</td></tr>
<tr><td colspan=3>gcor</td><td>0.0160989</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006960946600884199</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02184775285422802</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7138163612184023</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>39.0632</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.8997</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>147.3246</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306256.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>661.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>304.9717</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0494</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>512.6564</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3163.0813</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3362.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70288.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>945.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4194.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>905.2618</td></tr>
<tr><td colspan=3>tsnr</td><td>41.08774849679321</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>