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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0069/ses-02/func/sub-0069_ses-02_task-faces_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>b823b15d8c0ddca4a8670e2b178f3ce9</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>16:19:17.537500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99991, -0.0108915, 0.00782439, 0.0111696, 0.999274, -0.0364179]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0755851</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7735, -7306, 558, -45, -120, 20, 69]</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>231.748</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b72ee35e-7290-49fb-b7f8-e0a16c87cb84||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682685613632202, 0.02996709570288658, 0.02003958635032177, 111.63948059082031], [0.02922111377120018, 2.6809797286987305, -0.09855539351701736, -89.07711029052734], [0.020992275327444077, 0.09770650416612625, 2.6981263160705566, -84.03435516357422], [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': ['161917.537500', '161917.997500', '161918.457500', '161918.917500', '161919.377500', '161919.837500', '161920.297500', '161920.757500', '161921.217500', '161921.677500', '161922.137500', '161922.597500', '161923.057500', '161923.517500', '161923.977500', '161924.437500', '161924.897500', '161925.357500', '161925.817500', '161926.277500', '161926.737500', '161927.197500', '161927.657500', '161928.117500', '161928.577500', '161929.037500', '161929.497500', '161929.957500', '161930.417500', '161930.877500', '161931.337500', '161931.797500', '161932.257500', '161932.717500', '161933.177500', '161933.637500', '161934.097500', '161934.557500', '161935.017500', '161935.477500', '161935.937500', '161936.397500', '161936.857500', '161937.317500', '161937.777500', '161938.237500', '161938.697500', '161939.157500', '161939.617500', '161940.077500', '161940.537500', '161940.997500', '161941.457500', '161941.917500', '161942.377500', '161942.837500', '161943.297500', '161943.757500', '161944.217500', '161944.677500', '161945.137500', '161945.597500', '161946.057500', '161946.517500', '161946.977500', '161947.437500', '161947.897500', '161948.357500', '161948.817500', '161949.277500', '161949.737500', '161950.197500', '161950.657500', '161951.117500', '161951.577500', '161952.037500', '161952.497500', '161952.957500', '161953.417500', '161953.877500', '161954.337500', '161954.797500', '161955.257500', '161955.717500', '161956.177500', '161956.637500', '161957.097500', '161957.557500', '161958.017500', '161958.477500', '161958.937500', '161959.397500', '161959.857500', '162000.317500', '162000.777500', '162001.237500', '162001.697500', '162002.157500', '162002.617500', '162003.077500', '162003.537500', '162003.997500', '162004.457500', '162004.917500', '162005.377500', '162005.837500', '162006.297500', '162006.757500', '162007.217500', '162007.677500', '162008.137500', '162008.597500', '162009.057500', '162009.517500', '162009.977500', '162010.437500', '162010.897500', '162011.357500', '162011.817500', '162012.277500', '162012.737500', '162013.197500', '162013.657500', '162014.117500', '162014.577500', '162015.037500', '162015.497500', '162015.957500', '162016.417500', '162016.877500', '162017.337500', '162017.797500', '162018.257500', '162018.717500', '162019.177500', '162019.637500', '162020.097500', '162020.557500', '162021.017500', '162021.477500', '162021.937500', '162022.397500', '162022.857500', '162023.317500', '162023.777500', '162024.237500', '162024.697500', '162025.157500', '162025.617500', '162026.077500', '162026.537500', '162026.997500', '162027.457500', '162027.917500', '162028.377500', '162028.837500', '162029.297500', '162029.757500', '162030.217500', '162030.677500', '162031.137500', '162031.597500', '162032.057500', '162032.517500', '162032.977500', '162033.437500', '162033.897500', '162034.357500', '162034.817500', '162035.277500', '162035.737500', '162036.197500', '162036.657500', '162037.117500', '162037.577500', '162038.037500', '162038.497500', '162038.957500', '162039.417500', '162039.877500', '162040.337500', '162040.797500', '162041.257500', '162041.717500', '162042.177500', '162042.637500', '162043.097500', '162043.557500', '162044.017500', '162044.477500', '162044.937500', '162045.397500', '162045.857500', '162046.317500', '162046.777500', '162047.237500', '162047.697500', '162048.157500', '162048.617500', '162049.077500', '162049.537500', '162049.997500', '162050.457500', '162050.917500', '162051.377500', '162051.837500', '162052.297500', '162052.757500', '162053.217500', '162053.677500', '162054.137500', '162054.597500', '162055.057500', '162055.517500', '162055.977500', '162056.437500', '162056.897500', '162057.357500', '162057.817500', '162058.277500', '162058.737500', '162059.197500', '162059.657500', '162100.117500', '162100.577500', '162101.037500', '162101.497500', '162101.957500', '162102.417500', '162102.877500', '162103.337500', '162103.797500', '162104.257500', '162104.717500', '162105.177500', '162105.637500', '162106.097500', '162106.557500', '162107.017500', '162107.477500', '162107.937500', '162108.397500', '162108.857500', '162109.317500', '162109.777500', '162110.237500', '162110.697500', '162111.157500', '162111.617500', '162112.077500', '162112.537500', '162112.997500', '162113.457500', '162113.917500', '162114.377500', '162114.837500', '162115.297500', '162115.757500', '162116.217500', '162116.677500', '162117.137500', '162117.597500', '162118.057500', '162118.517500', '162118.977500', '162119.437500', '162119.897500', '162120.357500', '162120.817500', '162121.277500', '162121.737500', '162122.197500', '162122.657500', '162123.117500', '162123.577500', '162124.037500', '162124.497500', '162124.957500', '162125.417500', '162125.877500', '162126.337500', '162126.797500', '162127.257500', '162127.717500', '162128.177500', '162128.637500', '162129.097500', '162129.557500', '162130.017500', '162130.477500', '162130.937500', '162131.397500', '162131.857500', '162132.317500', '162132.777500', '162133.237500', '162133.697500', '162134.157500', '162134.617500', '162135.077500', '162135.537500', '162135.997500', '162136.457500', '162136.917500', '162137.377500', '162137.837500', '162138.297500', '162138.757500', '162139.217500', '162139.677500', '162140.137500', '162140.597500', '162141.057500', '162141.517500', '162141.977500', '162142.437500', '162142.897500', '162143.357500', '162143.817500', '162144.277500', '162144.737500', '162145.197500', '162145.657500', '162146.117500', '162146.577500', '162147.037500', '162147.497500', '162147.957500', '162148.417500', '162148.877500', '162149.337500', '162149.797500', '162150.257500', '162150.717500', '162151.177500', '162151.637500', '162152.097500', '162152.557500', '162153.017500', '162153.477500', '162153.937500', '162154.397500', '162154.857500', '162155.317500', '162155.777500', '162156.237500', '162156.697500', '162157.157500', '162157.617500', '162158.077500', '162158.537500', '162158.997500', '162159.457500', '162159.917500', '162200.377500', '162200.837500', '162201.297500', '162201.757500', '162202.217500', '162202.677500', '162203.137500', '162203.597500', '162204.057500', '162204.517500', '162204.977500', '162205.437500', '162205.897500', '162206.357500', '162206.817500', '162207.277500', '162207.737500', '162208.197500', '162208.657500', '162209.117500', '162209.577500', '162210.037500', '162210.497500', '162210.957500', '162211.417500', '162211.877500', '162212.337500', '162212.797500', '162213.257500', '162213.717500', '162214.177500', '162214.637500', '162215.097500', '162215.557500', '162216.017500', '162216.477500', '162216.937500', '162217.397500', '162217.857500', '162218.317500', '162218.777500', '162219.237500', '162219.697500', '162220.157500', '162220.617500', '162221.077500', '162221.537500', '162221.997500', '162222.457500', '162222.917500', '162223.377500', '162223.837500', '162224.297500', '162224.757500', '162225.217500', '162225.677500', '162226.137500', '162226.597500', '162227.057500', '162227.517500', '162227.977500', '162228.437500', '162228.897500', '162229.357500', '162229.817500', '162230.277500', '162230.737500', '162231.197500', '162231.657500', '162232.117500', '162232.577500', '162233.037500', '162233.497500', '162233.957500', '162234.417500', '162234.877500', '162235.337500', '162235.797500', '162236.257500', '162236.717500', '162237.177500', '162237.637500', '162238.097500', '162238.557500', '162239.017500', '162239.477500', '162239.937500', '162240.397500', '162240.857500', '162241.317500', '162241.777500', '162242.237500', '162242.697500', '162243.157500', '162243.617500', '162244.077500', '162244.537500', '162244.997500', '162245.457500', '162245.917500', '162246.377500', '162246.837500', '162247.297500', '162247.757500', '162248.217500', '162248.677500', '162249.137500', '162249.597500', '162250.057500', '162250.517500', '162250.977500', '162251.437500', '162251.897500', '162252.357500', '162252.817500', '162253.277500', '162253.737500', '162254.197500', '162254.657500', '162255.117500', '162255.577500', '162256.037500', '162256.497500', '162256.957500', '162257.417500', '162257.877500', '162258.337500', '162258.797500', '162259.257500', '162259.717500', '162300.177500', '162300.637500', '162301.097500', '162301.557500', '162302.017500', '162302.477500', '162302.937500', '162303.397500', '162303.857500', '162304.317500', '162304.777500', '162305.237500', '162305.697500', '162306.157500', '162306.617500', '162307.077500', '162307.537500', '162307.997500', '162308.457500', '162308.917500', '162309.377500', '162309.837500', '162310.297500', '162310.757500', '162311.217500', '162311.677500', '162312.137500', '162312.597500', '162313.057500', '162313.517500', '162313.977500', '162314.437500', '162314.897500', '162315.357500', '162315.817500', '162316.277500', '162316.737500', '162317.197500', '162317.657500', '162318.117500', '162318.577500', '162319.037500', '162319.497500', '162319.957500', '162320.417500', '162320.877500', '162321.337500', '162321.797500', '162322.257500', '162322.717500', '162323.177500', '162323.637500', '162324.097500', '162324.557500', '162325.017500', '162325.477500', '162325.937500', '162326.397500', '162326.857500', '162327.317500', '162327.777500', '162328.237500', '162328.697500', '162329.157500', '162329.617500', '162330.077500', '162330.537500', '162330.997500', '162331.457500', '162331.917500', '162332.377500', '162332.837500', '162333.297500', '162333.757500', '162334.217500', '162334.677500', '162335.137500', '162335.597500', '162336.057500', '162336.517500', '162336.977500', '162337.437500', '162337.897500', '162338.357500', '162338.817500', '162339.277500', '162339.737500', '162340.197500', '162340.657500', '162341.117500', '162341.577500', '162342.037500', '162342.497500', '162342.957500', '162343.417500', '162343.877500', '162344.337500', '162344.797500', '162345.257500', '162345.717500', '162346.177500', '162346.637500', '162347.097500', '162347.557500', '162348.017500', '162348.477500', '162348.937500', '162349.397500', '162349.857500', '162350.317500', '162350.777500', '162351.237500', '162351.697500', '162352.157500', '162352.617500', '162353.077500', '162353.537500', '162353.997500', '162354.457500', '162354.917500', '162355.377500', '162355.837500', '162356.297500', '162356.757500', '162357.217500', '162357.677500', '162358.137500', '162358.597500', '162359.057500', '162359.517500', '162359.977500', '162400.437500', '162400.897500', '162401.357500', '162401.817500', '162402.277500', '162402.737500', '162403.197500', '162403.657500', '162404.117500', '162404.577500', '162405.037500', '162405.497500', '162405.957500', '162406.417500', '162406.877500', '162407.337500', '162407.797500', '162408.257500', '162408.717500', '162409.177500', '162409.637500', '162410.097500', '162410.557500', '162411.017500', '162411.477500', '162411.937500', '162412.397500', '162412.857500', '162413.317500', '162413.777500', '162414.237500', '162414.697500', '162415.157500', '162415.617500', '162416.077500', '162416.537500', '162416.997500', '162417.457500', '162417.917500', '162418.377500', '162418.837500', '162419.297500', '162419.757500', '162420.217500', '162420.677500', '162421.137500', '162421.597500', '162422.057500', '162422.517500', '162422.977500', '162423.437500', '162423.897500', '162424.357500', '162424.817500', '162425.277500', '162425.737500', '162426.197500', '162426.657500', '162427.117500', '162427.577500', '162428.037500', '162428.497500', '162428.957500', '162429.417500', '162429.877500', '162430.337500', '162430.797500', '162431.257500', '162431.717500', '162432.177500', '162432.637500', '162433.097500', '162433.557500', '162434.017500', '162434.477500', '162434.937500', '162435.397500', '162435.857500', '162436.317500', '162436.777500', '162437.237500', '162437.697500', '162438.157500', '162438.617500', '162439.077500', '162439.537500', '162439.997500', '162440.457500', '162440.917500', '162441.377500', '162441.837500', '162442.297500', '162442.757500', '162443.217500', '162443.677500', '162444.137500', '162444.597500', '162445.057500', '162445.517500', '162445.977500', '162446.437500', '162446.897500', '162447.357500', '162447.817500', '162448.277500', '162448.737500', '162449.197500', '162449.657500', '162450.117500', '162450.577500', '162451.037500', '162451.497500', '162451.957500', '162452.417500', '162452.877500', '162453.337500', '162453.797500', '162454.257500', '162454.717500', '162455.177500', '162455.637500', '162456.097500', '162456.557500', '162457.017500', '162457.477500', '162457.937500', '162458.397500', '162458.857500', '162459.317500', '162459.777500', '162500.237500', '162500.697500', '162501.157500', '162501.617500', '162502.077500', '162502.537500', '162502.997500', '162503.457500', '162503.917500', '162504.377500', '162504.837500', '162505.297500', '162505.757500', '162506.217500', '162506.677500', '162507.137500', '162507.597500', '162508.057500', '162508.517500', '162508.977500', '162509.437500', '162509.897500', '162510.357500', '162510.817500', '162511.277500', '162511.737500', '162512.197500', '162512.657500', '162513.117500', '162513.577500', '162514.037500', '162514.497500', '162514.957500', '162515.417500', '162515.877500', '162516.337500', '162516.797500', '162517.257500', '162517.717500', '162518.177500', '162518.637500', '162519.097500', '162519.557500', '162520.017500', '162520.477500', '162520.937500', '162521.397500', '162521.857500', '162522.317500', '162522.777500', '162523.237500', '162523.697500', '162524.157500', '162524.617500', '162525.077500', '162525.537500', '162525.997500', '162526.457500', '162526.917500', '162527.377500', '162527.837500', '162528.297500', '162528.757500', '162529.217500', '162529.677500', '162530.137500', '162530.597500', '162531.057500', '162531.517500', '162531.977500', '162532.437500', '162532.897500', '162533.357500', '162533.817500', '162534.277500', '162534.737500', '162535.197500', '162535.657500', '162536.117500', '162536.577500', '162537.037500', '162537.497500', '162537.957500', '162538.417500', '162538.877500', '162539.337500', '162539.797500', '162540.257500', '162540.717500', '162541.177500', '162541.637500', '162542.097500', '162542.557500', '162543.017500', '162543.477500', '162543.937500', '162544.397500', '162544.857500', '162545.317500', '162545.777500', '162546.237500', '162546.697500', '162547.157500', '162547.617500', '162548.077500', '162548.537500', '162548.997500', '162549.457500', '162549.917500', '162550.377500', '162550.837500', '162551.297500', '162551.757500', '162552.217500', '162552.677500', '162553.137500', '162553.597500', '162554.057500', '162554.517500', '162554.977500', '162555.437500', '162555.897500', '162556.357500', '162556.817500', '162557.277500', '162557.737500', '162558.197500', '162558.657500', '162559.117500', '162559.577500', '162600.037500', '162600.497500', '162600.957500', '162601.417500', '162601.877500', '162602.337500', '162602.797500', '162603.257500', '162603.717500', '162604.177500', '162604.637500', '162605.097500', '162605.557500', '162606.017500', '162606.477500', '162606.937500', '162607.397500', '162607.857500', '162608.317500', '162608.777500', '162609.237500', '162609.697500', '162610.157500', '162610.617500', '162611.077500', '162611.537500', '162611.997500', '162612.457500', '162612.917500', '162613.377500', '162613.837500', '162614.297500', '162614.757500', '162615.217500', '162615.677500', '162616.137500', '162616.597500', '162617.057500', '162617.517500'], 'ContentTime': ['161942.534000', '161942.537000', '161942.540000', '161942.543000', '161942.545000', '161942.548000', '161942.550000', '161942.553000', '161942.556000', '161942.558000', '161942.561000', '161942.563000', '161942.566000', '161942.568000', '161942.571000', '161942.574000', '161942.576000', '161942.579000', '161942.581000', '161942.584000', '161942.586000', '161942.589000', '161942.591000', '161942.594000', '161942.596000', '161942.599000', '161942.602000', '161942.604000', '161942.607000', '161942.609000', '161942.612000', '161942.614000', '161942.617000', '161942.619000', '161942.622000', '161942.625000', '161942.627000', '161942.630000', '161942.632000', '161942.635000', '161942.637000', '161942.640000', '161942.642000', '161942.645000', '161942.648000', '161942.650000', '161942.653000', '161942.655000', '161942.658000', '161942.660000', '161942.663000', '162002.497000', '162002.500000', '162002.503000', '162002.505000', '162002.508000', '162002.510000', '162002.513000', '162002.515000', '162002.518000', '162002.521000', '162002.523000', '162002.526000', '162002.528000', '162002.531000', '162002.534000', '162002.537000', '162002.540000', '162002.542000', '162002.545000', '162002.557000', '162002.559000', '162002.562000', '162002.564000', '162002.567000', '162002.569000', '162002.572000', '162002.574000', '162002.577000', '162002.579000', '162002.582000', '162002.585000', '162002.587000', '162002.590000', '162002.592000', '162002.595000', '162002.597000', '162002.600000', '162002.602000', '162002.605000', '162002.608000', '162002.610000', '162002.613000', '162002.615000', '162022.497000', '162022.500000', '162022.503000', '162022.505000', '162022.508000', '162022.511000', '162022.513000', '162022.516000', '162022.518000', '162022.521000', '162022.523000', '162022.526000', '162022.528000', '162022.531000', '162022.534000', '162022.536000', '162022.539000', '162022.541000', '162022.544000', '162022.547000', '162022.549000', '162022.552000', '162022.554000', '162022.557000', '162022.559000', '162022.562000', '162022.565000', '162022.567000', '162022.570000', '162022.573000', '162022.575000', '162022.578000', '162022.580000', '162022.583000', '162022.585000', '162022.588000', '162022.591000', '162022.593000', '162022.596000', '162022.601000', '162022.604000', '162022.607000', '162022.609000', '162022.612000', '162042.497000', '162042.500000', '162042.503000', '162042.505000', '162042.508000', '162042.511000', '162042.513000', '162042.516000', '162042.518000', '162042.521000', '162042.523000', '162042.526000', '162042.534000', '162042.536000', '162042.539000', '162042.542000', '162042.544000', '162042.547000', '162042.549000', '162042.552000', '162042.555000', '162042.557000', '162042.560000', '162042.562000', '162042.565000', '162042.568000', '162042.570000', '162042.574000', '162042.577000', '162042.580000', '162042.582000', '162042.585000', '162042.587000', '162042.590000', '162042.593000', '162042.595000', '162042.598000', '162042.600000', '162042.603000', '162042.605000', '162042.608000', '162042.611000', '162042.613000', '162102.497000', '162102.500000', '162102.503000', '162102.505000', '162102.508000', '162102.510000', '162102.513000', '162102.515000', '162102.518000', '162102.521000', '162102.523000', '162102.526000', '162102.528000', '162102.531000', '162102.533000', '162102.536000', '162102.538000', '162102.541000', '162102.544000', '162102.546000', '162102.549000', '162102.552000', '162102.554000', '162102.557000', '162102.559000', '162102.562000', '162102.564000', '162102.567000', '162102.569000', '162102.572000', '162102.575000', '162102.577000', '162102.580000', '162102.582000', '162102.585000', '162102.587000', '162102.590000', '162102.592000', '162102.595000', '162102.597000', '162102.600000', '162102.603000', '162102.605000', '162102.608000', '162122.499000', '162122.510000', '162122.513000', '162122.515000', '162122.518000', '162122.521000', '162122.523000', '162122.526000', '162122.528000', '162122.531000', '162122.533000', '162122.536000', '162122.538000', '162122.541000', '162122.544000', '162122.546000', '162122.549000', '162122.552000', '162122.555000', '162122.574000', '162122.577000', '162122.580000', '162122.582000', '162122.585000', '162122.587000', '162122.590000', '162122.592000', '162122.595000', '162122.597000', '162122.600000', '162122.603000', '162122.605000', '162122.608000', '162122.610000', '162122.613000', '162122.615000', '162122.618000', '162122.621000', '162122.623000', '162122.626000', '162122.628000', '162122.631000', '162122.633000', '162142.498000', '162142.501000', '162142.504000', '162142.506000', '162142.509000', '162142.511000', '162142.514000', '162142.517000', '162142.519000', '162142.522000', '162142.524000', '162142.527000', '162142.529000', '162142.532000', '162142.535000', '162142.537000', '162142.540000', '162142.543000', '162142.545000', '162142.548000', '162142.550000', '162142.553000', '162142.555000', '162142.558000', '162142.561000', '162142.563000', '162142.566000', '162142.568000', '162142.571000', '162142.573000', '162142.576000', '162142.579000', '162142.581000', '162142.584000', '162142.586000', '162142.589000', '162142.591000', '162142.594000', '162142.596000', '162142.599000', '162142.602000', '162142.604000', '162142.607000', '162142.609000', '162202.498000', '162202.501000', '162202.504000', '162202.506000', '162202.509000', '162202.512000', '162202.514000', '162202.517000', '162202.519000', '162202.522000', '162202.524000', '162202.527000', '162202.529000', '162202.538000', '162202.540000', '162202.543000', '162202.545000', '162202.548000', '162202.551000', '162202.553000', '162202.556000', '162202.558000', '162202.561000', '162202.564000', '162202.566000', '162202.569000', '162202.571000', '162202.574000', '162202.576000', '162202.579000', '162202.582000', '162202.584000', '162202.587000', '162202.589000', '162202.592000', '162202.595000', '162202.598000', '162202.601000', '162202.604000', '162202.606000', '162202.609000', '162202.612000', '162202.615000', '162222.498000', '162222.500000', '162222.503000', '162222.505000', '162222.508000', '162222.510000', '162222.513000', '162222.516000', '162222.518000', '162222.521000', '162222.523000', '162222.526000', '162222.529000', '162222.531000', '162222.534000', '162222.536000', '162222.539000', '162222.541000', '162222.544000', '162222.547000', '162222.549000', '162222.552000', '162222.554000', '162222.557000', '162222.559000', '162222.562000', '162222.565000', '162222.567000', '162222.570000', '162222.572000', '162222.575000', '162222.577000', '162222.580000', '162222.583000', '162222.585000', '162222.588000', '162222.591000', '162222.593000', '162222.596000', '162222.598000', '162222.601000', '162222.604000', '162222.606000', '162222.609000', '162242.498000', '162242.500000', '162242.503000', '162242.506000', '162242.508000', '162242.511000', '162242.513000', '162242.516000', '162242.518000', '162242.521000', '162242.524000', '162242.526000', '162242.529000', '162242.532000', '162242.534000', '162242.537000', '162242.539000', '162242.542000', '162242.544000', '162242.547000', '162242.549000', '162242.552000', '162242.555000', '162242.557000', '162242.560000', '162242.562000', '162242.577000', '162242.580000', '162242.582000', '162242.585000', '162242.588000', '162242.590000', '162242.593000', '162242.595000', '162242.598000', '162242.600000', '162242.603000', '162242.606000', '162242.608000', '162242.611000', '162242.613000', '162242.616000', '162242.618000', '162302.498000', '162302.500000', '162302.503000', '162302.506000', '162302.508000', '162302.511000', '162302.513000', '162302.516000', '162302.518000', '162302.521000', '162302.524000', '162302.526000', '162302.529000', '162302.531000', '162302.534000', '162302.536000', '162302.539000', '162302.542000', '162302.544000', '162302.547000', '162302.549000', '162302.552000', '162302.554000', '162302.557000', '162302.560000', '162302.562000', '162302.565000', '162302.567000', '162302.570000', '162302.573000', '162302.575000', '162302.578000', '162302.580000', '162302.583000', '162302.585000', '162302.588000', '162302.591000', '162302.593000', '162302.596000', '162302.598000', '162302.601000', '162302.604000', '162302.606000', '162302.609000', '162322.497000', '162322.500000', '162322.503000', '162322.505000', '162322.508000', '162322.511000', '162322.513000', '162322.516000', '162322.518000', '162322.521000', '162322.524000', '162322.526000', '162322.529000', '162322.532000', '162322.534000', '162322.537000', '162322.539000', '162322.542000', '162322.545000', '162322.547000', '162322.550000', '162322.552000', '162322.563000', '162322.566000', '162322.568000', '162322.571000', '162322.573000', '162322.576000', '162322.579000', '162322.581000', '162322.584000', '162322.586000', '162322.589000', '162322.592000', '162322.594000', '162322.597000', '162322.599000', '162322.602000', '162322.605000', '162322.607000', '162322.610000', '162322.612000', '162322.615000', '162342.498000', '162342.501000', '162342.504000', '162342.507000', '162342.510000', '162342.513000', '162342.516000', '162342.518000', '162342.521000', '162342.524000', '162342.526000', '162342.529000', '162342.531000', '162342.534000', '162342.536000', '162342.539000', '162342.541000', '162342.544000', '162342.547000', '162342.549000', '162342.552000', '162342.554000', '162342.557000', '162342.560000', '162342.562000', '162342.565000', '162342.567000', '162342.570000', '162342.573000', '162342.575000', '162342.578000', '162342.580000', '162342.583000', '162342.585000', '162342.588000', '162342.590000', '162342.593000', '162342.596000', '162342.598000', '162342.601000', '162342.603000', '162342.606000', '162342.609000', '162402.498000', '162402.501000', '162402.504000', '162402.506000', '162402.509000', '162402.512000', '162402.514000', '162402.517000', '162402.519000', '162402.522000', '162402.525000', '162402.527000', '162402.530000', '162402.532000', '162402.535000', '162402.537000', '162402.540000', '162402.543000', '162402.545000', '162402.548000', '162402.550000', '162402.553000', '162402.555000', '162402.558000', '162402.561000', '162402.563000', '162402.566000', '162402.568000', '162402.571000', '162402.574000', '162402.576000', '162402.579000', '162402.581000', '162402.584000', '162402.587000', '162402.589000', '162402.592000', '162402.594000', '162402.597000', '162402.600000', '162402.602000', '162402.605000', '162402.607000', '162402.610000', '162422.498000', '162422.500000', '162422.503000', '162422.506000', '162422.509000', '162422.511000', '162422.514000', '162422.521000', '162422.524000', '162422.526000', '162422.529000', '162422.531000', '162422.534000', '162422.537000', '162422.539000', '162422.542000', '162422.544000', '162422.547000', '162422.550000', '162422.552000', '162422.555000', '162422.558000', '162422.560000', '162422.563000', '162422.566000', '162422.568000', '162422.571000', '162422.573000', '162422.576000', '162422.578000', '162422.581000', '162422.584000', '162422.586000', '162422.589000', '162422.591000', '162422.594000', '162422.597000', '162422.599000', '162422.602000', '162422.604000', '162422.607000', '162422.610000', '162422.612000', '162442.497000', '162442.500000', '162442.503000', '162442.506000', '162442.508000', '162442.511000', '162442.513000', '162442.516000', '162442.518000', '162442.521000', '162442.524000', '162442.526000', '162442.529000', '162442.531000', '162442.534000', '162442.536000', '162442.539000', '162442.541000', '162442.544000', '162442.547000', '162442.549000', '162442.552000', '162442.554000', '162442.557000', '162442.560000', '162442.563000', '162442.565000', '162442.568000', '162442.570000', '162442.573000', '162442.575000', '162442.578000', '162442.581000', '162442.583000', '162442.586000', '162442.588000', '162442.591000', '162442.594000', '162442.596000', '162442.599000', '162442.601000', '162442.604000', '162442.606000', '162442.609000', '162502.498000', '162502.501000', '162502.503000', '162502.506000', '162502.509000', '162502.511000', '162502.514000', '162502.516000', '162502.519000', '162502.522000', '162502.524000', '162502.527000', '162502.529000', '162502.532000', '162502.534000', '162502.537000', '162502.540000', '162502.542000', '162502.545000', '162502.547000', '162502.550000', '162502.552000', '162502.555000', '162502.558000', '162502.560000', '162502.563000', '162502.565000', '162502.568000', '162502.571000', '162502.573000', '162502.576000', '162502.578000', '162502.581000', '162502.583000', '162502.586000', '162502.589000', '162502.591000', '162502.594000', '162502.596000', '162502.599000', '162502.602000', '162502.604000', '162502.607000', '162522.498000', '162522.500000', '162522.503000', '162522.506000', '162522.508000', '162522.511000', '162522.513000', '162522.516000', '162522.518000', '162522.521000', '162522.524000', '162522.526000', '162522.529000', '162522.531000', '162522.534000', '162522.536000', '162522.539000', '162522.542000', '162522.544000', '162522.547000', '162522.549000', '162522.552000', '162522.555000', '162522.557000', '162522.560000', '162522.562000', '162522.565000', '162522.568000', '162522.570000', '162522.573000', '162522.575000', '162522.578000', '162522.580000', '162522.583000', '162522.586000', '162522.588000', '162522.591000', '162522.593000', '162522.596000', '162522.598000', '162522.601000', '162522.604000', '162522.606000', '162522.609000', '162542.497000', '162542.500000', '162542.503000', '162542.505000', '162542.508000', '162542.511000', '162542.513000', '162542.516000', '162542.518000', '162542.521000', '162542.524000', '162542.526000', '162542.529000', '162542.531000', '162542.534000', '162542.536000', '162542.539000', '162542.542000', '162542.572000', '162542.575000', '162542.577000', '162542.580000', '162542.582000', '162542.585000', '162542.588000', '162542.590000', '162542.593000', '162542.595000', '162542.598000', '162542.601000', '162542.603000', '162542.606000', '162542.608000', '162542.611000', '162542.613000', '162542.616000', '162542.619000', '162542.621000', '162542.624000', '162542.626000', '162542.629000', '162542.631000', '162542.634000', '162542.636000', '162602.498000', '162602.501000', '162602.504000', '162602.506000', '162602.509000', '162602.512000', '162602.514000', '162602.517000', '162602.520000', '162602.522000', '162602.525000', '162602.527000', '162602.530000', '162602.532000', '162602.535000', '162602.537000', '162602.540000', '162602.543000', '162602.545000', '162602.548000', '162602.550000', '162602.553000', '162602.556000', '162602.558000', '162602.561000', '162602.563000', '162602.566000', '162602.568000', '162602.571000', '162602.573000', '162602.576000', '162602.579000', '162602.581000', '162602.584000', '162602.586000', '162602.589000', '162602.591000', '162602.594000', '162602.597000', '162602.599000', '162602.602000', '162602.604000', '162602.607000', '162619.283000', '162619.286000', '162619.289000', '162619.292000', '162619.295000', '162619.298000', '162619.301000', '162619.304000', '162619.306000', '162619.309000', '162619.312000', '162619.314000', '162619.317000', '162619.320000', '162619.322000', '162619.325000', '162619.328000', '162619.331000', '162619.333000', '162619.336000', '162619.339000', '162619.342000', '162619.346000', '162619.349000', '162619.353000', '162619.358000', '162619.360000', '162619.364000', '162619.367000', '162619.373000', '162619.380000', '162619.384000', '162619.392000', '162619.396000', '162619.400000', '162619.404000', '162619.409000'], 'InstanceCreationTime': ['161942.534000', '161942.537000', '161942.540000', '161942.543000', '161942.545000', '161942.548000', '161942.550000', '161942.553000', '161942.556000', '161942.558000', '161942.561000', '161942.563000', '161942.566000', '161942.568000', '161942.571000', '161942.574000', '161942.576000', '161942.579000', '161942.581000', '161942.584000', '161942.586000', '161942.589000', '161942.591000', '161942.594000', '161942.596000', '161942.599000', '161942.602000', '161942.604000', '161942.607000', '161942.609000', '161942.612000', '161942.614000', '161942.617000', '161942.619000', '161942.622000', '161942.625000', '161942.627000', '161942.630000', '161942.632000', '161942.635000', '161942.637000', '161942.640000', '161942.642000', '161942.645000', '161942.648000', '161942.650000', '161942.653000', '161942.655000', '161942.658000', '161942.660000', '161942.663000', '162002.497000', '162002.500000', '162002.503000', '162002.505000', '162002.508000', '162002.510000', '162002.513000', '162002.515000', '162002.518000', '162002.521000', '162002.523000', '162002.526000', '162002.528000', '162002.531000', '162002.534000', '162002.537000', '162002.540000', '162002.542000', '162002.545000', '162002.557000', '162002.559000', '162002.562000', '162002.564000', '162002.567000', '162002.569000', '162002.572000', '162002.574000', '162002.577000', '162002.579000', '162002.582000', '162002.585000', '162002.587000', '162002.590000', '162002.592000', '162002.595000', '162002.597000', '162002.600000', '162002.602000', '162002.605000', '162002.608000', '162002.610000', '162002.613000', '162002.615000', '162022.497000', '162022.500000', '162022.503000', '162022.505000', '162022.508000', '162022.511000', '162022.513000', '162022.516000', '162022.518000', '162022.521000', '162022.523000', '162022.526000', '162022.528000', '162022.531000', '162022.534000', '162022.536000', '162022.539000', '162022.541000', '162022.544000', '162022.547000', '162022.549000', '162022.552000', '162022.554000', '162022.557000', '162022.559000', '162022.562000', '162022.565000', '162022.567000', '162022.570000', '162022.573000', '162022.575000', '162022.578000', '162022.580000', '162022.583000', '162022.585000', '162022.588000', '162022.591000', '162022.593000', '162022.596000', '162022.601000', '162022.604000', '162022.607000', '162022.609000', '162022.612000', '162042.497000', '162042.500000', '162042.503000', '162042.505000', '162042.508000', '162042.511000', '162042.513000', '162042.516000', '162042.518000', '162042.521000', '162042.523000', '162042.526000', '162042.534000', '162042.536000', '162042.539000', '162042.542000', '162042.544000', '162042.547000', '162042.549000', '162042.552000', '162042.555000', '162042.557000', '162042.560000', '162042.562000', '162042.565000', '162042.568000', '162042.570000', '162042.574000', '162042.577000', '162042.580000', '162042.582000', '162042.585000', '162042.587000', '162042.590000', '162042.593000', '162042.595000', '162042.598000', '162042.600000', '162042.603000', '162042.605000', '162042.608000', '162042.611000', '162042.613000', '162102.497000', '162102.500000', '162102.503000', '162102.505000', '162102.508000', '162102.510000', '162102.513000', '162102.515000', '162102.518000', '162102.521000', '162102.523000', '162102.526000', '162102.528000', '162102.531000', '162102.533000', '162102.536000', '162102.538000', '162102.541000', '162102.544000', '162102.546000', '162102.549000', '162102.552000', '162102.554000', '162102.557000', '162102.559000', '162102.562000', '162102.564000', '162102.567000', '162102.569000', '162102.572000', '162102.575000', '162102.577000', '162102.580000', '162102.582000', '162102.585000', '162102.587000', '162102.590000', '162102.592000', '162102.595000', '162102.597000', '162102.600000', '162102.603000', '162102.605000', '162102.608000', '162122.499000', '162122.510000', '162122.513000', '162122.515000', '162122.518000', '162122.521000', '162122.523000', '162122.526000', '162122.528000', '162122.531000', '162122.533000', '162122.536000', '162122.538000', '162122.541000', '162122.544000', '162122.546000', '162122.549000', '162122.552000', '162122.555000', '162122.574000', '162122.577000', '162122.580000', '162122.582000', '162122.585000', '162122.587000', '162122.590000', '162122.592000', '162122.595000', '162122.597000', '162122.600000', '162122.603000', '162122.605000', '162122.608000', '162122.610000', '162122.613000', '162122.615000', '162122.618000', '162122.621000', '162122.623000', '162122.626000', '162122.628000', '162122.631000', '162122.633000', '162142.498000', '162142.501000', '162142.504000', '162142.506000', '162142.509000', '162142.511000', '162142.514000', '162142.517000', '162142.519000', '162142.522000', '162142.524000', '162142.527000', '162142.529000', '162142.532000', '162142.535000', '162142.537000', '162142.540000', '162142.543000', '162142.545000', '162142.548000', '162142.550000', '162142.553000', '162142.555000', '162142.558000', '162142.561000', '162142.563000', '162142.566000', '162142.568000', '162142.571000', '162142.573000', '162142.576000', '162142.579000', '162142.581000', '162142.584000', '162142.586000', '162142.589000', '162142.591000', '162142.594000', '162142.596000', '162142.599000', '162142.602000', '162142.604000', '162142.607000', '162142.609000', '162202.498000', '162202.501000', '162202.504000', '162202.506000', '162202.509000', '162202.512000', '162202.514000', '162202.517000', '162202.519000', '162202.522000', '162202.524000', '162202.527000', '162202.529000', '162202.538000', '162202.540000', '162202.543000', '162202.545000', '162202.548000', '162202.551000', '162202.553000', '162202.556000', '162202.558000', '162202.561000', '162202.564000', '162202.566000', '162202.569000', '162202.571000', '162202.574000', '162202.576000', '162202.579000', '162202.582000', '162202.584000', '162202.587000', '162202.589000', '162202.592000', '162202.595000', '162202.598000', '162202.601000', '162202.604000', '162202.606000', '162202.609000', '162202.612000', '162202.615000', '162222.498000', '162222.500000', '162222.503000', '162222.505000', '162222.508000', '162222.510000', '162222.513000', '162222.516000', '162222.518000', '162222.521000', '162222.523000', '162222.526000', '162222.529000', '162222.531000', '162222.534000', '162222.536000', '162222.539000', '162222.541000', '162222.544000', '162222.547000', '162222.549000', '162222.552000', '162222.554000', '162222.557000', '162222.559000', '162222.562000', '162222.565000', '162222.567000', '162222.570000', '162222.572000', '162222.575000', '162222.577000', '162222.580000', '162222.583000', '162222.585000', '162222.588000', '162222.591000', '162222.593000', '162222.596000', '162222.598000', '162222.601000', '162222.604000', '162222.606000', '162222.609000', '162242.498000', '162242.500000', '162242.503000', '162242.506000', '162242.508000', '162242.511000', '162242.513000', '162242.516000', '162242.518000', '162242.521000', '162242.524000', '162242.526000', '162242.529000', '162242.532000', '162242.534000', '162242.537000', '162242.539000', '162242.542000', '162242.544000', '162242.547000', '162242.549000', '162242.552000', '162242.555000', '162242.557000', '162242.560000', '162242.562000', '162242.577000', '162242.580000', '162242.582000', '162242.585000', '162242.588000', '162242.590000', '162242.593000', '162242.595000', '162242.598000', '162242.600000', '162242.603000', '162242.606000', '162242.608000', '162242.611000', '162242.613000', '162242.616000', '162242.618000', '162302.498000', '162302.500000', '162302.503000', '162302.506000', '162302.508000', '162302.511000', '162302.513000', '162302.516000', '162302.518000', '162302.521000', '162302.524000', '162302.526000', '162302.529000', '162302.531000', '162302.534000', '162302.536000', '162302.539000', '162302.542000', '162302.544000', '162302.547000', '162302.549000', '162302.552000', '162302.554000', '162302.557000', '162302.560000', '162302.562000', '162302.565000', '162302.567000', '162302.570000', '162302.573000', '162302.575000', '162302.578000', '162302.580000', '162302.583000', '162302.585000', '162302.588000', '162302.591000', '162302.593000', '162302.596000', '162302.598000', '162302.601000', '162302.604000', '162302.606000', '162302.609000', '162322.497000', '162322.500000', '162322.503000', '162322.505000', '162322.508000', '162322.511000', '162322.513000', '162322.516000', '162322.518000', '162322.521000', '162322.524000', '162322.526000', '162322.529000', '162322.532000', '162322.534000', '162322.537000', '162322.539000', '162322.542000', '162322.545000', '162322.547000', '162322.550000', '162322.552000', '162322.563000', '162322.566000', '162322.568000', '162322.571000', '162322.573000', '162322.576000', '162322.579000', '162322.581000', '162322.584000', '162322.586000', '162322.589000', '162322.592000', '162322.594000', '162322.597000', '162322.599000', '162322.602000', '162322.605000', '162322.607000', '162322.610000', '162322.612000', '162322.615000', '162342.498000', '162342.501000', '162342.504000', '162342.507000', '162342.510000', '162342.513000', '162342.516000', '162342.518000', '162342.521000', '162342.524000', '162342.526000', '162342.529000', '162342.531000', '162342.534000', '162342.536000', '162342.539000', '162342.541000', '162342.544000', '162342.547000', '162342.549000', '162342.552000', '162342.554000', '162342.557000', '162342.560000', '162342.562000', '162342.565000', '162342.567000', '162342.570000', '162342.573000', '162342.575000', '162342.578000', '162342.580000', '162342.583000', '162342.585000', '162342.588000', '162342.590000', '162342.593000', '162342.596000', '162342.598000', '162342.601000', '162342.603000', '162342.606000', '162342.609000', '162402.498000', '162402.501000', '162402.504000', '162402.506000', '162402.509000', '162402.512000', '162402.514000', '162402.517000', '162402.519000', '162402.522000', '162402.525000', '162402.527000', '162402.530000', '162402.532000', '162402.535000', '162402.537000', '162402.540000', '162402.543000', '162402.545000', '162402.548000', '162402.550000', '162402.553000', '162402.555000', '162402.558000', '162402.561000', '162402.563000', '162402.566000', '162402.568000', '162402.571000', '162402.574000', '162402.576000', '162402.579000', '162402.581000', '162402.584000', '162402.587000', '162402.589000', '162402.592000', '162402.594000', '162402.597000', '162402.600000', '162402.602000', '162402.605000', '162402.607000', '162402.610000', '162422.498000', '162422.500000', '162422.503000', '162422.506000', '162422.509000', '162422.511000', '162422.514000', '162422.521000', '162422.524000', '162422.526000', '162422.529000', '162422.531000', '162422.534000', '162422.537000', '162422.539000', '162422.542000', '162422.544000', '162422.547000', '162422.550000', '162422.552000', '162422.555000', '162422.558000', '162422.560000', '162422.563000', '162422.566000', '162422.568000', '162422.571000', '162422.573000', '162422.576000', '162422.578000', '162422.581000', '162422.584000', '162422.586000', '162422.589000', '162422.591000', '162422.594000', '162422.597000', '162422.599000', '162422.602000', '162422.604000', '162422.607000', '162422.610000', '162422.612000', '162442.497000', '162442.500000', '162442.503000', '162442.506000', '162442.508000', '162442.511000', '162442.513000', '162442.516000', '162442.518000', '162442.521000', '162442.524000', '162442.526000', '162442.529000', '162442.531000', '162442.534000', '162442.536000', '162442.539000', '162442.541000', '162442.544000', '162442.547000', '162442.549000', '162442.552000', '162442.554000', '162442.557000', '162442.560000', '162442.563000', '162442.565000', '162442.568000', '162442.570000', '162442.573000', '162442.575000', '162442.578000', '162442.581000', '162442.583000', '162442.586000', '162442.588000', '162442.591000', '162442.594000', '162442.596000', '162442.599000', '162442.601000', '162442.604000', '162442.606000', '162442.609000', '162502.498000', '162502.501000', '162502.503000', '162502.506000', '162502.509000', '162502.511000', '162502.514000', '162502.516000', '162502.519000', '162502.522000', '162502.524000', '162502.527000', '162502.529000', '162502.532000', '162502.534000', '162502.537000', '162502.540000', '162502.542000', '162502.545000', '162502.547000', '162502.550000', '162502.552000', '162502.555000', '162502.558000', '162502.560000', '162502.563000', '162502.565000', '162502.568000', '162502.571000', '162502.573000', '162502.576000', '162502.578000', '162502.581000', '162502.583000', '162502.586000', '162502.589000', '162502.591000', '162502.594000', '162502.596000', '162502.599000', '162502.602000', '162502.604000', '162502.607000', '162522.498000', '162522.500000', '162522.503000', '162522.506000', '162522.508000', '162522.511000', '162522.513000', '162522.516000', '162522.518000', '162522.521000', '162522.524000', '162522.526000', '162522.529000', '162522.531000', '162522.534000', '162522.536000', '162522.539000', '162522.542000', '162522.544000', '162522.547000', '162522.549000', '162522.552000', '162522.555000', '162522.557000', '162522.560000', '162522.562000', '162522.565000', '162522.568000', '162522.570000', '162522.573000', '162522.575000', '162522.578000', '162522.580000', '162522.583000', '162522.586000', '162522.588000', '162522.591000', '162522.593000', '162522.596000', '162522.598000', '162522.601000', '162522.604000', '162522.606000', '162522.609000', '162542.497000', '162542.500000', '162542.503000', '162542.505000', '162542.508000', '162542.511000', '162542.513000', '162542.516000', '162542.518000', '162542.521000', '162542.524000', '162542.526000', '162542.529000', '162542.531000', '162542.534000', '162542.536000', '162542.539000', '162542.542000', '162542.572000', '162542.575000', '162542.577000', '162542.580000', '162542.582000', '162542.585000', '162542.588000', '162542.590000', '162542.593000', '162542.595000', '162542.598000', '162542.601000', '162542.603000', '162542.606000', '162542.608000', '162542.611000', '162542.613000', '162542.616000', '162542.619000', '162542.621000', '162542.624000', '162542.626000', '162542.629000', '162542.631000', '162542.634000', '162542.636000', '162602.498000', '162602.501000', '162602.504000', '162602.506000', '162602.509000', '162602.512000', '162602.514000', '162602.517000', '162602.520000', '162602.522000', '162602.525000', '162602.527000', '162602.530000', '162602.532000', '162602.535000', '162602.537000', '162602.540000', '162602.543000', '162602.545000', '162602.548000', '162602.550000', '162602.553000', '162602.556000', '162602.558000', '162602.561000', '162602.563000', '162602.566000', '162602.568000', '162602.571000', '162602.573000', '162602.576000', '162602.579000', '162602.581000', '162602.584000', '162602.586000', '162602.589000', '162602.591000', '162602.594000', '162602.597000', '162602.599000', '162602.602000', '162602.604000', '162602.607000', '162619.283000', '162619.286000', '162619.289000', '162619.292000', '162619.295000', '162619.298000', '162619.301000', '162619.304000', '162619.306000', '162619.309000', '162619.312000', '162619.314000', '162619.317000', '162619.320000', '162619.322000', '162619.325000', '162619.328000', '162619.331000', '162619.333000', '162619.336000', '162619.339000', '162619.342000', '162619.346000', '162619.349000', '162619.353000', '162619.358000', '162619.360000', '162619.364000', '162619.367000', '162619.373000', '162619.380000', '162619.384000', '162619.392000', '162619.396000', '162619.400000', '162619.404000', '162619.409000'], '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': [8500, 8790, 8100, 9980, 7951, 9903, 7967, 8683, 8188, 8332, 7704, 7612, 8376, 7659, 8857, 7568, 9370, 7559, 9654, 8030, 9362, 8080, 8221, 7525, 7652, 7934, 7574, 8198, 7544, 8302, 7312, 8793, 7483, 10087, 7773, 8385, 7807, 7402, 8096, 7660, 8284, 7539, 8743, 7436, 9870, 7944, 8631, 8118, 8050, 8165, 7018, 8697, 7385, 9566, 8219, 10186, 8253, 7339, 7871, 7525, 8052, 7381, 9813, 7760, 9699, 7091, 7641, 7784, 7373, 8349, 7513, 8685, 7645, 9662, 8179, 8435, 7985, 8191, 7743, 7614, 8420, 7266, 9567, 8075, 8636, 7766, 7277, 7849, 7409, 8858, 7605, 9975, 8198, 9148, 7407, 7508, 7721, 7990, 9253, 7878, 12308, 7518, 7779, 7231, 7611, 8146, 7685, 9160, 7408, 8048, 7522, 7654, 7707, 7700, 8126, 7596, 8794, 7973, 9393, 7943, 7820, 7815, 7456, 8392, 7891, 9181, 8525, 8444, 7784, 7471, 7827, 7799, 8600, 8066, 9760, 7943, 7750, 7617, 7641, 8271, 8101, 9410, 7737, 9027, 8181, 8332, 7297, 7789, 7939, 7898, 8840, 7557, 9180, 8282, 8541, 7731, 7645, 8313, 7673, 8822, 7815, 10002, 8252, 11917, 7970, 7830, 7825, 7534, 7979, 7765, 8656, 7673, 8205, 7808, 7272, 7671, 7924, 8822, 7866, 9085, 7782, 8932, 8162, 8451, 7408, 7596, 7720, 7479, 8634, 7286, 8815, 8177, 8606, 7653, 7464, 7314, 7464, 7880, 7600, 8508, 7471, 9154, 7782, 8713, 7657, 8094, 7503, 7287, 8637, 7282, 8704, 7721, 9105, 7764, 7547, 7863, 7599, 8763, 7516, 9234, 8093, 9539, 7667, 7019, 7645, 7645, 8283, 7700, 9508, 7725, 8278, 7568, 7385, 8201, 7490, 8827, 7548, 9318, 8215, 9475, 7874, 7666, 8042, 7458, 8871, 7589, 10118, 8181, 8559, 7102, 7474, 9440, 8235, 7360, 9178, 8187, 9881, 8265, 7382, 8427, 7650, 9253, 7924, 9224, 8164, 7981, 8260, 7884, 8739, 7783, 9489, 7907, 9980, 8042, 8042, 7587, 7532, 8166, 7812, 8284, 7743, 9507, 7786, 7981, 7743, 7960, 7898, 7951, 8976, 7771, 8975, 8075, 9021, 8121, 8390, 8133, 7666, 8803, 8057, 8389, 7913, 7566, 8026, 7786, 8928, 7800, 8965, 8113, 7287, 8146, 7712, 8279, 8043, 8565, 8048, 10008, 8073, 7314, 7761, 7608, 8417, 7745, 9281, 8282, 8424, 7805, 7678, 8029, 7901, 8329, 8026, 10288, 8002, 7825, 8050, 8168, 7898, 8174, 9190, 7949, 9041, 7892, 7745, 7466, 8010, 9021, 8024, 8133, 7960, 7999, 7579, 7756, 7700, 8166, 8552, 7760, 8723, 8456, 9442, 7847, 7572, 7969, 7897, 8813, 8110, 9481, 8360, 8906, 8257, 7357, 7733, 8113, 8226, 7774, 9736, 8219, 8292, 7653, 7363, 7784, 8030, 8974, 7949, 8841, 8313, 8224, 7570, 7955, 7885, 8065, 9097, 7908, 9608, 8139, 8274, 7665, 7611, 8483, 7663, 9266, 7944, 9190, 7949, 7728, 7671, 7679, 9011, 8102, 8348, 7581, 7863, 7769, 7600, 8742, 7951, 8419, 8536, 8301, 7912, 7766, 8535, 7685, 9349, 8350, 9872, 8169, 7755, 7941, 7694, 8379, 8013, 9157, 8081, 9313, 8190, 7415, 7938, 8099, 8475, 8183, 8874, 8531, 7693, 7992, 7902, 8969, 8154, 7790, 8193, 7545, 7997, 7883, 8654, 7878, 9149, 8068, 7834, 7322, 8044, 8644, 7740, 8141, 7755, 7732, 7652, 8251, 9047, 8137, 10038, 7948, 8243, 7415, 7802, 7754, 8008, 8674, 8044, 8414, 7984, 8035, 7651, 7931, 8424, 8046, 9337, 8317, 8314, 8358, 8311, 7698, 8017, 8441, 7858, 8650, 8506, 8273, 7636, 7653, 7866, 7928, 8502, 8142, 10068, 8038, 8537, 7776, 8112, 8026, 7988, 9330, 8004, 7902, 7751, 8006, 8525, 7805, 9218, 7737, 7822, 7563, 7889, 8307, 8052, 9358, 8097, 8181, 7747, 7582, 7965, 8323, 9471, 8093, 8051, 7887, 7508, 8018, 8385, 9107, 8077, 8419, 7779, 7650, 8348, 8075, 8258, 7990, 10510, 7834, 7806, 8071, 8087, 8444, 7937, 9336, 8136, 8211, 7920, 7933, 7542, 8096, 8717, 7955, 8320, 8168, 7722, 7933, 7821, 8005, 8077, 8965, 7833, 9148, 8436, 8052, 7589, 7750, 8644, 7731, 9143, 8490, 8695, 8326, 7442, 8315, 8284, 9217, 8090, 9010, 8401, 7352, 7922, 7767, 8972, 7974, 9539, 7935, 7659, 8095, 7711, 8475, 7949, 8910, 8295, 8118, 7628, 7548, 8042, 8027, 8966, 8071, 9484, 8151, 7359, 8200, 7822, 8776, 7886, 10579, 8236, 8988, 8028, 8604, 8054, 11191, 7631, 7759, 8539, 7695, 9120, 7776, 9278, 7819, 9179, 8035, 10401, 8309, 7552, 8071, 7549, 7872, 7852, 9301, 7918, 8948, 8123, 8675, 8666, 9431, 8171, 7926, 8389, 8117, 9055, 8125, 9220, 7983, 9243, 8003, 8256, 8253, 7634, 8067, 8001, 8369, 7845, 9188, 7965, 8537, 8443, 8023, 7909, 7589, 8413, 7781, 9352, 7688, 8522, 8439, 8273, 7930, 7494, 8628, 7893, 8820, 8200, 8213, 7772, 7265, 8247, 7938, 8697, 7995, 8542, 7733, 9455, 7793, 8256, 8198, 8345, 8039, 7619, 8443, 8271, 8729, 7859, 9561, 8154, 11150, 8148, 7203, 7975, 7858, 8130, 8315, 8923, 8172, 8489, 8414, 7587, 7583, 8096, 7885, 8212, 8695, 8055, 8904, 8061, 9135, 8213, 9314, 7779, 9131, 8034, 8120, 8452, 7921, 7377, 7645, 7911, 7624, 8429, 7956, 8123, 8177, 8545, 7918, 9233, 8118, 9326, 8110, 9066, 8061, 9003, 8133, 7398, 7661, 7767, 8028, 8189, 7941, 8011, 8825, 7631, 8983, 8269, 8804, 8522, 9125, 8513, 8902, 8075, 7624, 7870, 8179, 7947, 7965, 9207, 8096, 8784, 8516, 8819, 8506, 8448, 7905, 7651, 7908, 7794, 7624, 8223, 8191, 7898, 9290, 8185, 8808, 8353, 8448, 7845, 7397, 8138, 7905, 8354, 8067, 9091, 8338, 8139, 8007, 7625, 8328, 7602, 8281, 8243, 7984, 7984, 9063, 8206, 8276, 7984, 7583, 8608, 7703, 8402, 7308, 7014, 8390, 7713, 8857, 8340, 7312, 9230, 7573, 10563, 8008, 10457, 8105, 7897, 8507, 7480, 8774, 7807, 8305, 8374, 8802, 7971, 7247, 8340, 7612, 9110, 7807, 8798, 8330, 7422, 8400, 7802, 8588, 7996, 8963, 8130, 8409, 8194, 7651, 7904, 7808, 7999, 7888, 8140, 8006, 8905, 7853, 8433, 7896, 7804, 7841, 7586, 8329, 7811, 8945, 7904, 8916, 8027, 10317, 8077, 7254, 8076, 7878, 8338, 7835, 8792, 7813, 8334, 8293, 7245, 7964, 8151, 8958, 7608, 8707, 7517, 8758, 8372, 8277, 7768, 7684, 8256, 7539, 8863, 7917, 8613, 7830, 7409, 8913, 7447, 8271, 8136, 7646], 'WindowCenter': [3857.0, 3854.0, 3842.0, 3851.0, 3829.0, 3849.0, 3827.0, 3838.0, 3838.0, 3837.0, 3828.0, 3828.0, 3837.0, 3828.0, 3838.0, 3826.0, 3838.0, 3829.0, 3850.0, 3840.0, 3849.0, 3839.0, 3839.0, 3839.0, 3839.0, 3841.0, 3840.0, 3851.0, 3841.0, 3840.0, 3830.0, 3852.0, 3842.0, 3862.0, 3840.0, 3841.0, 3839.0, 3829.0, 3840.0, 3840.0, 3850.0, 3840.0, 3851.0, 3830.0, 3862.0, 3852.0, 3852.0, 3853.0, 3842.0, 3850.0, 3831.0, 3851.0, 3831.0, 3863.0, 3854.0, 3862.0, 3852.0, 3830.0, 3838.0, 3827.0, 3841.0, 3829.0, 3850.0, 3838.0, 3850.0, 3829.0, 3829.0, 3840.0, 3841.0, 3851.0, 3830.0, 3841.0, 3841.0, 3849.0, 3841.0, 3852.0, 3840.0, 3840.0, 3830.0, 3839.0, 3839.0, 3830.0, 3851.0, 3842.0, 3840.0, 3841.0, 3827.0, 3839.0, 3830.0, 3849.0, 3841.0, 3850.0, 3841.0, 3849.0, 3828.0, 3827.0, 3829.0, 3837.0, 3849.0, 3828.0, 3859.0, 3828.0, 3827.0, 3828.0, 3839.0, 3839.0, 3829.0, 3838.0, 3828.0, 3825.0, 3828.0, 3828.0, 3827.0, 3825.0, 3824.0, 3826.0, 3836.0, 3826.0, 3837.0, 3828.0, 3828.0, 3826.0, 3815.0, 3827.0, 3824.0, 3836.0, 3839.0, 3827.0, 3825.0, 3815.0, 3827.0, 3824.0, 3839.0, 3827.0, 3849.0, 3827.0, 3825.0, 3827.0, 3826.0, 3838.0, 3838.0, 3838.0, 3827.0, 3833.0, 3837.0, 3838.0, 3828.0, 3827.0, 3828.0, 3828.0, 3834.0, 3826.0, 3837.0, 3837.0, 3837.0, 3827.0, 3828.0, 3826.0, 3826.0, 3837.0, 3827.0, 3848.0, 3839.0, 3857.0, 3826.0, 3824.0, 3825.0, 3824.0, 3826.0, 3827.0, 3837.0, 3828.0, 3826.0, 3826.0, 3827.0, 3827.0, 3839.0, 3839.0, 3827.0, 3836.0, 3826.0, 3835.0, 3838.0, 3837.0, 3827.0, 3826.0, 3827.0, 3826.0, 3836.0, 3827.0, 3837.0, 3840.0, 3838.0, 3828.0, 3826.0, 3827.0, 3826.0, 3837.0, 3838.0, 3839.0, 3828.0, 3848.0, 3827.0, 3839.0, 3829.0, 3829.0, 3827.0, 3828.0, 3838.0, 3826.0, 3837.0, 3830.0, 3838.0, 3827.0, 3829.0, 3827.0, 3827.0, 3834.0, 3827.0, 3848.0, 3836.0, 3848.0, 3827.0, 3817.0, 3826.0, 3840.0, 3839.0, 3829.0, 3849.0, 3840.0, 3839.0, 3840.0, 3829.0, 3841.0, 3829.0, 3839.0, 3830.0, 3849.0, 3840.0, 3849.0, 3830.0, 3827.0, 3825.0, 3828.0, 3837.0, 3827.0, 3848.0, 3838.0, 3838.0, 3803.0, 3814.0, 3848.0, 3838.0, 3828.0, 3850.0, 3840.0, 3849.0, 3838.0, 3815.0, 3826.0, 3826.0, 3836.0, 3827.0, 3837.0, 3838.0, 3826.0, 3826.0, 3825.0, 3824.0, 3816.0, 3836.0, 3826.0, 3836.0, 3824.0, 3815.0, 3814.0, 3814.0, 3826.0, 3827.0, 3826.0, 3826.0, 3835.0, 3826.0, 3827.0, 3828.0, 3828.0, 3827.0, 3827.0, 3835.0, 3826.0, 3837.0, 3829.0, 3839.0, 3827.0, 3839.0, 3825.0, 3826.0, 3837.0, 3828.0, 3838.0, 3840.0, 3828.0, 3827.0, 3827.0, 3849.0, 3829.0, 3838.0, 3829.0, 3828.0, 3825.0, 3817.0, 3827.0, 3826.0, 3826.0, 3826.0, 3833.0, 3825.0, 3816.0, 3826.0, 3828.0, 3839.0, 3828.0, 3838.0, 3840.0, 3827.0, 3827.0, 3826.0, 3827.0, 3839.0, 3838.0, 3828.0, 3846.0, 3826.0, 3826.0, 3826.0, 3839.0, 3828.0, 3839.0, 3837.0, 3826.0, 3836.0, 3826.0, 3826.0, 3816.0, 3828.0, 3838.0, 3827.0, 3827.0, 3827.0, 3826.0, 3828.0, 3826.0, 3829.0, 3825.0, 3825.0, 3825.0, 3836.0, 3838.0, 3848.0, 3828.0, 3826.0, 3825.0, 3826.0, 3837.0, 3826.0, 3837.0, 3827.0, 3838.0, 3827.0, 3815.0, 3825.0, 3825.0, 3838.0, 3827.0, 3836.0, 3826.0, 3826.0, 3826.0, 3816.0, 3827.0, 3826.0, 3837.0, 3826.0, 3836.0, 3828.0, 3825.0, 3824.0, 3826.0, 3827.0, 3826.0, 3836.0, 3826.0, 3837.0, 3829.0, 3825.0, 3826.0, 3826.0, 3836.0, 3826.0, 3835.0, 3828.0, 3836.0, 3829.0, 3825.0, 3828.0, 3827.0, 3833.0, 3829.0, 3838.0, 3829.0, 3828.0, 3828.0, 3827.0, 3837.0, 3827.0, 3838.0, 3840.0, 3838.0, 3828.0, 3826.0, 3837.0, 3827.0, 3837.0, 3838.0, 3848.0, 3838.0, 3826.0, 3826.0, 3815.0, 3825.0, 3827.0, 3837.0, 3826.0, 3836.0, 3825.0, 3816.0, 3827.0, 3827.0, 3828.0, 3838.0, 3836.0, 3837.0, 3826.0, 3826.0, 3827.0, 3836.0, 3827.0, 3826.0, 3826.0, 3826.0, 3826.0, 3826.0, 3837.0, 3828.0, 3836.0, 3826.0, 3826.0, 3826.0, 3826.0, 3836.0, 3826.0, 3827.0, 3825.0, 3826.0, 3827.0, 3839.0, 3837.0, 3827.0, 3834.0, 3827.0, 3826.0, 3826.0, 3827.0, 3827.0, 3827.0, 3834.0, 3837.0, 3826.0, 3828.0, 3828.0, 3829.0, 3828.0, 3828.0, 3827.0, 3836.0, 3838.0, 3827.0, 3837.0, 3837.0, 3826.0, 3825.0, 3826.0, 3826.0, 3834.0, 3837.0, 3837.0, 3827.0, 3827.0, 3828.0, 3828.0, 3838.0, 3827.0, 3849.0, 3827.0, 3826.0, 3826.0, 3828.0, 3827.0, 3826.0, 3837.0, 3825.0, 3827.0, 3815.0, 3827.0, 3839.0, 3827.0, 3838.0, 3827.0, 3827.0, 3826.0, 3826.0, 3839.0, 3828.0, 3836.0, 3828.0, 3826.0, 3827.0, 3828.0, 3828.0, 3836.0, 3849.0, 3828.0, 3827.0, 3827.0, 3815.0, 3827.0, 3826.0, 3837.0, 3827.0, 3827.0, 3827.0, 3826.0, 3827.0, 3827.0, 3827.0, 3826.0, 3847.0, 3815.0, 3816.0, 3826.0, 3828.0, 3826.0, 3828.0, 3836.0, 3827.0, 3825.0, 3827.0, 3826.0, 3826.0, 3825.0, 3836.0, 3827.0, 3826.0, 3827.0, 3827.0, 3827.0, 3827.0, 3826.0, 3824.0, 3825.0, 3826.0, 3836.0, 3837.0, 3826.0, 3826.0, 3824.0, 3826.0, 3825.0, 3836.0, 3837.0, 3836.0, 3824.0, 3815.0, 3827.0, 3824.0, 3836.0, 3826.0, 3836.0, 3825.0, 3815.0, 3826.0, 3825.0, 3837.0, 3827.0, 3836.0, 3826.0, 3825.0, 3825.0, 3815.0, 3825.0, 3827.0, 3836.0, 3826.0, 3827.0, 3828.0, 3826.0, 3828.0, 3827.0, 3838.0, 3839.0, 3839.0, 3827.0, 3815.0, 3826.0, 3826.0, 3838.0, 3840.0, 3850.0, 3836.0, 3837.0, 3841.0, 3838.0, 3825.0, 3848.0, 3828.0, 3826.0, 3825.0, 3826.0, 3835.0, 3826.0, 3833.0, 3827.0, 3834.0, 3827.0, 3835.0, 3824.0, 3812.0, 3824.0, 3826.0, 3825.0, 3825.0, 3836.0, 3826.0, 3835.0, 3825.0, 3825.0, 3837.0, 3836.0, 3825.0, 3814.0, 3824.0, 3825.0, 3823.0, 3814.0, 3823.0, 3813.0, 3835.0, 3814.0, 3823.0, 3824.0, 3813.0, 3825.0, 3825.0, 3827.0, 3825.0, 3837.0, 3826.0, 3825.0, 3826.0, 3826.0, 3826.0, 3815.0, 3824.0, 3826.0, 3836.0, 3825.0, 3826.0, 3827.0, 3826.0, 3825.0, 3816.0, 3836.0, 3838.0, 3838.0, 3838.0, 3826.0, 3827.0, 3815.0, 3836.0, 3827.0, 3837.0, 3827.0, 3837.0, 3826.0, 3834.0, 3825.0, 3826.0, 3838.0, 3827.0, 3828.0, 3827.0, 3827.0, 3826.0, 3834.0, 3840.0, 3837.0, 3827.0, 3847.0, 3823.0, 3814.0, 3825.0, 3825.0, 3826.0, 3826.0, 3837.0, 3825.0, 3825.0, 3825.0, 3827.0, 3827.0, 3826.0, 3827.0, 3824.0, 3824.0, 3825.0, 3833.0, 3825.0, 3836.0, 3825.0, 3836.0, 3814.0, 3824.0, 3825.0, 3824.0, 3826.0, 3825.0, 3815.0, 3825.0, 3826.0, 3825.0, 3824.0, 3826.0, 3826.0, 3825.0, 3825.0, 3823.0, 3835.0, 3825.0, 3835.0, 3826.0, 3823.0, 3825.0, 3836.0, 3826.0, 3815.0, 3824.0, 3813.0, 3826.0, 3826.0, 3827.0, 3826.0, 3836.0, 3815.0, 3825.0, 3826.0, 3835.0, 3836.0, 3836.0, 3825.0, 3825.0, 3824.0, 3826.0, 3825.0, 3825.0, 3826.0, 3823.0, 3836.0, 3827.0, 3825.0, 3837.0, 3835.0, 3838.0, 3826.0, 3825.0, 3814.0, 3826.0, 3827.0, 3826.0, 3825.0, 3838.0, 3826.0, 3834.0, 3826.0, 3837.0, 3827.0, 3826.0, 3828.0, 3815.0, 3826.0, 3824.0, 3825.0, 3827.0, 3837.0, 3827.0, 3827.0, 3825.0, 3816.0, 3826.0, 3815.0, 3825.0, 3825.0, 3826.0, 3827.0, 3835.0, 3826.0, 3825.0, 3827.0, 3827.0, 3839.0, 3829.0, 3828.0, 3817.0, 3816.0, 3840.0, 3830.0, 3840.0, 3840.0, 3829.0, 3836.0, 3828.0, 3848.0, 3828.0, 3836.0, 3827.0, 3825.0, 3824.0, 3816.0, 3825.0, 3815.0, 3826.0, 3828.0, 3827.0, 3829.0, 3814.0, 3827.0, 3815.0, 3837.0, 3826.0, 3827.0, 3828.0, 3816.0, 3826.0, 3816.0, 3826.0, 3827.0, 3827.0, 3826.0, 3826.0, 3825.0, 3815.0, 3826.0, 3816.0, 3827.0, 3814.0, 3827.0, 3825.0, 3826.0, 3825.0, 3826.0, 3828.0, 3827.0, 3827.0, 3826.0, 3826.0, 3828.0, 3838.0, 3828.0, 3838.0, 3828.0, 3839.0, 3827.0, 3815.0, 3825.0, 3827.0, 3824.0, 3826.0, 3825.0, 3828.0, 3825.0, 3827.0, 3817.0, 3827.0, 3827.0, 3838.0, 3828.0, 3825.0, 3816.0, 3825.0, 3826.0, 3826.0, 3828.0, 3827.0, 3827.0, 3827.0, 3838.0, 3829.0, 3837.0, 3829.0, 3828.0, 3838.0, 3826.0, 3839.0, 3828.0, 3827.0], 'WindowWidth': [8665.0, 8654.0, 8635.0, 8644.0, 8612.0, 8637.0, 8607.0, 8622.0, 8621.0, 8618.0, 8608.0, 8608.0, 8620.0, 8609.0, 8621.0, 8605.0, 8621.0, 8611.0, 8641.0, 8630.0, 8638.0, 8627.0, 8625.0, 8626.0, 8626.0, 8631.0, 8630.0, 8644.0, 8630.0, 8629.0, 8616.0, 8648.0, 8637.0, 8661.0, 8632.0, 8632.0, 8627.0, 8613.0, 8631.0, 8633.0, 8645.0, 8629.0, 8645.0, 8616.0, 8658.0, 8649.0, 8649.0, 8652.0, 8633.0, 8643.0, 8618.0, 8645.0, 8618.0, 8664.0, 8652.0, 8662.0, 8648.0, 8614.0, 8623.0, 8606.0, 8629.0, 8614.0, 8642.0, 8624.0, 8640.0, 8612.0, 8612.0, 8628.0, 8632.0, 8646.0, 8616.0, 8630.0, 8629.0, 8639.0, 8631.0, 8647.0, 8631.0, 8629.0, 8615.0, 8626.0, 8627.0, 8615.0, 8644.0, 8634.0, 8628.0, 8630.0, 8608.0, 8626.0, 8614.0, 8640.0, 8632.0, 8643.0, 8631.0, 8639.0, 8609.0, 8607.0, 8611.0, 8620.0, 8638.0, 8610.0, 8650.0, 8607.0, 8605.0, 8609.0, 8626.0, 8624.0, 8612.0, 8621.0, 8609.0, 8601.0, 8608.0, 8609.0, 8606.0, 8600.0, 8598.0, 8602.0, 8616.0, 8605.0, 8620.0, 8608.0, 8606.0, 8604.0, 8586.0, 8604.0, 8600.0, 8618.0, 8624.0, 8604.0, 8601.0, 8586.0, 8604.0, 8600.0, 8623.0, 8607.0, 8637.0, 8604.0, 8600.0, 8603.0, 8604.0, 8621.0, 8621.0, 8621.0, 8605.0, 8610.0, 8617.0, 8622.0, 8608.0, 8605.0, 8608.0, 8607.0, 8613.0, 8602.0, 8619.0, 8620.0, 8620.0, 8608.0, 8607.0, 8603.0, 8602.0, 8619.0, 8607.0, 8634.0, 8622.0, 8645.0, 8602.0, 8598.0, 8599.0, 8598.0, 8602.0, 8606.0, 8618.0, 8607.0, 8602.0, 8603.0, 8605.0, 8607.0, 8623.0, 8625.0, 8605.0, 8615.0, 8603.0, 8614.0, 8621.0, 8619.0, 8607.0, 8602.0, 8604.0, 8602.0, 8616.0, 8607.0, 8622.0, 8628.0, 8621.0, 8609.0, 8604.0, 8605.0, 8604.0, 8620.0, 8623.0, 8624.0, 8609.0, 8636.0, 8607.0, 8622.0, 8612.0, 8611.0, 8608.0, 8608.0, 8621.0, 8605.0, 8620.0, 8612.0, 8622.0, 8608.0, 8610.0, 8605.0, 8606.0, 8614.0, 8608.0, 8636.0, 8619.0, 8636.0, 8606.0, 8592.0, 8604.0, 8628.0, 8626.0, 8612.0, 8638.0, 8629.0, 8627.0, 8627.0, 8613.0, 8631.0, 8611.0, 8624.0, 8614.0, 8639.0, 8629.0, 8638.0, 8612.0, 8606.0, 8600.0, 8605.0, 8618.0, 8606.0, 8636.0, 8622.0, 8619.0, 8566.0, 8583.0, 8633.0, 8622.0, 8608.0, 8641.0, 8627.0, 8637.0, 8621.0, 8585.0, 8600.0, 8602.0, 8615.0, 8606.0, 8618.0, 8620.0, 8602.0, 8601.0, 8599.0, 8596.0, 8588.0, 8616.0, 8602.0, 8615.0, 8598.0, 8584.0, 8582.0, 8582.0, 8601.0, 8604.0, 8602.0, 8603.0, 8612.0, 8603.0, 8604.0, 8607.0, 8608.0, 8606.0, 8604.0, 8614.0, 8601.0, 8618.0, 8610.0, 8623.0, 8608.0, 8625.0, 8599.0, 8601.0, 8617.0, 8609.0, 8622.0, 8626.0, 8606.0, 8606.0, 8605.0, 8638.0, 8612.0, 8621.0, 8610.0, 8607.0, 8601.0, 8589.0, 8602.0, 8603.0, 8603.0, 8602.0, 8611.0, 8600.0, 8588.0, 8602.0, 8607.0, 8624.0, 8610.0, 8620.0, 8625.0, 8605.0, 8604.0, 8602.0, 8607.0, 8625.0, 8621.0, 8607.0, 8629.0, 8603.0, 8602.0, 8603.0, 8624.0, 8608.0, 8621.0, 8619.0, 8603.0, 8616.0, 8602.0, 8602.0, 8589.0, 8606.0, 8622.0, 8605.0, 8604.0, 8605.0, 8603.0, 8609.0, 8604.0, 8611.0, 8601.0, 8599.0, 8599.0, 8616.0, 8622.0, 8634.0, 8609.0, 8602.0, 8600.0, 8602.0, 8616.0, 8602.0, 8616.0, 8605.0, 8619.0, 8603.0, 8586.0, 8598.0, 8601.0, 8620.0, 8604.0, 8615.0, 8604.0, 8600.0, 8600.0, 8588.0, 8605.0, 8603.0, 8619.0, 8601.0, 8615.0, 8606.0, 8599.0, 8599.0, 8602.0, 8604.0, 8603.0, 8615.0, 8601.0, 8617.0, 8610.0, 8601.0, 8603.0, 8602.0, 8615.0, 8602.0, 8614.0, 8607.0, 8616.0, 8610.0, 8601.0, 8606.0, 8604.0, 8609.0, 8609.0, 8620.0, 8610.0, 8609.0, 8609.0, 8605.0, 8619.0, 8606.0, 8621.0, 8627.0, 8621.0, 8609.0, 8603.0, 8617.0, 8603.0, 8619.0, 8622.0, 8634.0, 8622.0, 8602.0, 8600.0, 8585.0, 8599.0, 8603.0, 8617.0, 8602.0, 8613.0, 8599.0, 8586.0, 8602.0, 8605.0, 8607.0, 8620.0, 8615.0, 8617.0, 8601.0, 8603.0, 8604.0, 8618.0, 8603.0, 8602.0, 8602.0, 8602.0, 8602.0, 8604.0, 8619.0, 8607.0, 8616.0, 8603.0, 8603.0, 8603.0, 8602.0, 8618.0, 8604.0, 8603.0, 8600.0, 8601.0, 8605.0, 8623.0, 8620.0, 8605.0, 8611.0, 8603.0, 8601.0, 8603.0, 8605.0, 8606.0, 8604.0, 8613.0, 8620.0, 8602.0, 8609.0, 8606.0, 8610.0, 8607.0, 8607.0, 8605.0, 8617.0, 8621.0, 8605.0, 8620.0, 8619.0, 8602.0, 8599.0, 8601.0, 8604.0, 8614.0, 8620.0, 8619.0, 8604.0, 8602.0, 8606.0, 8608.0, 8622.0, 8607.0, 8636.0, 8605.0, 8602.0, 8601.0, 8606.0, 8606.0, 8603.0, 8618.0, 8600.0, 8604.0, 8586.0, 8604.0, 8622.0, 8605.0, 8621.0, 8605.0, 8604.0, 8602.0, 8601.0, 8621.0, 8606.0, 8617.0, 8607.0, 8603.0, 8603.0, 8606.0, 8607.0, 8617.0, 8637.0, 8608.0, 8604.0, 8603.0, 8585.0, 8604.0, 8603.0, 8618.0, 8604.0, 8605.0, 8604.0, 8602.0, 8603.0, 8604.0, 8604.0, 8601.0, 8630.0, 8585.0, 8588.0, 8601.0, 8608.0, 8602.0, 8608.0, 8617.0, 8604.0, 8598.0, 8604.0, 8602.0, 8602.0, 8599.0, 8615.0, 8604.0, 8602.0, 8604.0, 8603.0, 8606.0, 8602.0, 8602.0, 8596.0, 8599.0, 8601.0, 8614.0, 8618.0, 8601.0, 8603.0, 8596.0, 8601.0, 8600.0, 8616.0, 8619.0, 8616.0, 8599.0, 8585.0, 8603.0, 8597.0, 8615.0, 8602.0, 8615.0, 8601.0, 8586.0, 8600.0, 8599.0, 8616.0, 8605.0, 8615.0, 8604.0, 8600.0, 8599.0, 8586.0, 8598.0, 8605.0, 8616.0, 8603.0, 8604.0, 8605.0, 8602.0, 8605.0, 8604.0, 8622.0, 8626.0, 8623.0, 8604.0, 8586.0, 8602.0, 8604.0, 8621.0, 8627.0, 8639.0, 8617.0, 8618.0, 8633.0, 8619.0, 8599.0, 8632.0, 8609.0, 8601.0, 8598.0, 8600.0, 8611.0, 8602.0, 8609.0, 8604.0, 8610.0, 8605.0, 8612.0, 8596.0, 8578.0, 8596.0, 8601.0, 8600.0, 8600.0, 8614.0, 8601.0, 8612.0, 8598.0, 8599.0, 8618.0, 8614.0, 8599.0, 8580.0, 8595.0, 8597.0, 8593.0, 8581.0, 8593.0, 8579.0, 8611.0, 8581.0, 8593.0, 8595.0, 8580.0, 8598.0, 8598.0, 8604.0, 8600.0, 8616.0, 8602.0, 8599.0, 8603.0, 8601.0, 8602.0, 8585.0, 8597.0, 8600.0, 8614.0, 8599.0, 8601.0, 8605.0, 8602.0, 8599.0, 8587.0, 8615.0, 8621.0, 8620.0, 8621.0, 8604.0, 8603.0, 8587.0, 8615.0, 8604.0, 8619.0, 8605.0, 8619.0, 8601.0, 8611.0, 8599.0, 8601.0, 8622.0, 8604.0, 8609.0, 8605.0, 8603.0, 8601.0, 8611.0, 8627.0, 8619.0, 8604.0, 8629.0, 8593.0, 8581.0, 8596.0, 8597.0, 8600.0, 8600.0, 8617.0, 8598.0, 8598.0, 8600.0, 8603.0, 8605.0, 8603.0, 8605.0, 8597.0, 8597.0, 8599.0, 8608.0, 8598.0, 8613.0, 8599.0, 8614.0, 8583.0, 8595.0, 8596.0, 8596.0, 8601.0, 8600.0, 8587.0, 8598.0, 8601.0, 8598.0, 8597.0, 8602.0, 8602.0, 8598.0, 8600.0, 8595.0, 8611.0, 8599.0, 8611.0, 8600.0, 8595.0, 8598.0, 8615.0, 8600.0, 8586.0, 8597.0, 8581.0, 8600.0, 8600.0, 8604.0, 8602.0, 8614.0, 8584.0, 8598.0, 8603.0, 8613.0, 8616.0, 8614.0, 8599.0, 8597.0, 8596.0, 8599.0, 8598.0, 8599.0, 8601.0, 8594.0, 8614.0, 8602.0, 8599.0, 8618.0, 8613.0, 8620.0, 8602.0, 8598.0, 8582.0, 8600.0, 8604.0, 8603.0, 8599.0, 8622.0, 8601.0, 8611.0, 8601.0, 8617.0, 8605.0, 8602.0, 8609.0, 8586.0, 8599.0, 8596.0, 8598.0, 8605.0, 8617.0, 8605.0, 8604.0, 8600.0, 8586.0, 8601.0, 8584.0, 8599.0, 8597.0, 8603.0, 8602.0, 8612.0, 8600.0, 8599.0, 8604.0, 8605.0, 8623.0, 8609.0, 8606.0, 8588.0, 8584.0, 8626.0, 8611.0, 8625.0, 8624.0, 8608.0, 8615.0, 8605.0, 8631.0, 8606.0, 8613.0, 8603.0, 8598.0, 8595.0, 8586.0, 8597.0, 8584.0, 8601.0, 8605.0, 8602.0, 8607.0, 8582.0, 8600.0, 8584.0, 8616.0, 8602.0, 8602.0, 8605.0, 8586.0, 8600.0, 8586.0, 8600.0, 8603.0, 8601.0, 8600.0, 8599.0, 8599.0, 8585.0, 8600.0, 8587.0, 8602.0, 8581.0, 8602.0, 8597.0, 8598.0, 8597.0, 8601.0, 8605.0, 8602.0, 8604.0, 8601.0, 8602.0, 8604.0, 8619.0, 8605.0, 8618.0, 8606.0, 8619.0, 8601.0, 8584.0, 8597.0, 8603.0, 8597.0, 8601.0, 8601.0, 8604.0, 8600.0, 8603.0, 8589.0, 8604.0, 8603.0, 8619.0, 8604.0, 8599.0, 8589.0, 8599.0, 8602.0, 8601.0, 8605.0, 8603.0, 8603.0, 8603.0, 8617.0, 8608.0, 8618.0, 8608.0, 8607.0, 8620.0, 8603.0, 8621.0, 8607.0, 8603.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.00033252735229759306</td></tr>
<tr><td colspan=3>aqi</td><td>0.020593639496717723</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.51074527095291</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2319660802300125</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9855456891237684</td></tr>
<tr><td colspan=3>efc</td><td>0.4913</td></tr>
<tr><td colspan=3>fber</td><td>6151.7891</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07441829892670669</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.7658643326039387</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3253895787303733</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.238342764815568</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5332371214211022</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.204588849954449</td></tr>
<tr><td colspan=3>gcor</td><td>0.00476411</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007437661290168762</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026917222887277603</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>914</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.320887122046756</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>22.7788</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.142</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>152.6257</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292748.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>725.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>315.4952</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2596</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>445.1797</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3036.2913</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3165.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83796.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1307.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3899.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>732.4841</td></tr>
<tr><td colspan=3>tsnr</td><td>42.522586246719584</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>