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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0107/ses-02/func/sub-0107_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>9bd33a4a2f574ed9d8655691586fd666</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>15:18:23.347500</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.995457, 0.0745063, 0.0592865, -0.0718791, 0.996385, -0.045278]</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.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0863689</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4217, -7792, -7257, 412, -137, -131, 44, 40]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</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>239.551</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e7e23f20-3b71-422a-8afc-2c63d27c7da5||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.6707375049591064, -0.19284644722938538, 0.16860337555408478, 117.52903747558594], [-0.19989484548568726, 2.6732285022735596, -0.11018909513950348, -93.06896209716797], [0.15906140208244324, 0.12147743999958038, 2.692476749420166, -89.68680572509766], [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': ['151823.347500', '151823.807500', '151824.267500', '151824.727500', '151825.187500', '151825.647500', '151826.107500', '151826.567500', '151827.027500', '151827.487500', '151827.947500', '151828.407500', '151828.867500', '151829.327500', '151829.787500', '151830.247500', '151830.707500', '151831.167500', '151831.627500', '151832.087500', '151832.547500', '151833.007500', '151833.467500', '151833.927500', '151834.387500', '151834.847500', '151835.307500', '151835.767500', '151836.227500', '151836.687500', '151837.147500', '151837.607500', '151838.067500', '151838.527500', '151838.987500', '151839.447500', '151839.907500', '151840.367500', '151840.827500', '151841.287500', '151841.747500', '151842.207500', '151842.667500', '151843.127500', '151843.587500', '151844.047500', '151844.507500', '151844.967500', '151845.427500', '151845.887500', '151846.347500', '151846.807500', '151847.267500', '151847.727500', '151848.187500', '151848.647500', '151849.107500', '151849.567500', '151850.027500', '151850.487500', '151850.947500', '151851.407500', '151851.867500', '151852.327500', '151852.787500', '151853.247500', '151853.707500', '151854.167500', '151854.627500', '151855.087500', '151855.547500', '151856.007500', '151856.467500', '151856.927500', '151857.387500', '151857.847500', '151858.307500', '151858.767500', '151859.227500', '151859.687500', '151900.147500', '151900.607500', '151901.067500', '151901.527500', '151901.987500', '151902.447500', '151902.907500', '151903.367500', '151903.827500', '151904.287500', '151904.747500', '151905.207500', '151905.667500', '151906.127500', '151906.587500', '151907.047500', '151907.507500', '151907.967500', '151908.427500', '151908.887500', '151909.347500', '151909.807500', '151910.267500', '151910.727500', '151911.187500', '151911.647500', '151912.107500', '151912.567500', '151913.027500', '151913.487500', '151913.947500', '151914.407500', '151914.867500', '151915.327500', '151915.787500', '151916.247500', '151916.707500', '151917.167500', '151917.627500', '151918.087500', '151918.547500', '151919.007500', '151919.467500', '151919.927500', '151920.387500', '151920.847500', '151921.307500', '151921.767500', '151922.227500', '151922.687500', '151923.147500', '151923.607500', '151924.067500', '151924.527500', '151924.987500', '151925.447500', '151925.907500', '151926.367500', '151926.827500', '151927.287500', '151927.747500', '151928.207500', '151928.667500', '151929.127500', '151929.587500', '151930.047500', '151930.507500', '151930.967500', '151931.427500', '151931.887500', '151932.347500', '151932.807500', '151933.267500', '151933.727500', '151934.187500', '151934.647500', '151935.107500', '151935.567500', '151936.027500', '151936.487500', '151936.947500', '151937.407500', '151937.867500', '151938.327500', '151938.787500', '151939.247500', '151939.707500', '151940.167500', '151940.627500', '151941.087500', '151941.547500', '151942.007500', '151942.467500', '151942.927500', '151943.387500', '151943.847500', '151944.307500', '151944.767500', '151945.227500', '151945.687500', '151946.147500', '151946.607500', '151947.067500', '151947.527500', '151947.987500', '151948.447500', '151948.907500', '151949.367500', '151949.827500', '151950.287500', '151950.747500', '151951.207500', '151951.667500', '151952.127500', '151952.587500', '151953.047500', '151953.507500', '151953.967500', '151954.427500', '151954.887500', '151955.347500', '151955.807500', '151956.267500', '151956.727500', '151957.187500', '151957.647500', '151958.107500', '151958.567500', '151959.027500', '151959.487500', '151959.947500', '152000.407500', '152000.867500', '152001.327500', '152001.787500', '152002.247500', '152002.707500', '152003.167500', '152003.627500', '152004.087500', '152004.547500', '152005.007500', '152005.467500', '152005.927500', '152006.387500', '152006.847500', '152007.307500', '152007.767500', '152008.227500', '152008.687500', '152009.147500', '152009.607500', '152010.067500', '152010.527500', '152010.987500', '152011.447500', '152011.907500', '152012.367500', '152012.827500', '152013.287500', '152013.747500', '152014.207500', '152014.667500', '152015.127500', '152015.587500', '152016.047500', '152016.507500', '152016.967500', '152017.427500', '152017.887500', '152018.347500', '152018.807500', '152019.267500', '152019.727500', '152020.187500', '152020.647500', '152021.107500', '152021.567500', '152022.027500', '152022.487500', '152022.947500', '152023.407500', '152023.867500', '152024.327500', '152024.787500', '152025.247500', '152025.707500', '152026.167500', '152026.627500', '152027.087500', '152027.547500', '152028.007500', '152028.467500', '152028.927500', '152029.387500', '152029.847500', '152030.307500', '152030.767500', '152031.227500', '152031.687500', '152032.147500', '152032.607500', '152033.067500', '152033.527500', '152033.987500', '152034.447500', '152034.907500', '152035.367500', '152035.827500', '152036.287500', '152036.747500', '152037.207500', '152037.667500', '152038.127500', '152038.587500', '152039.047500', '152039.507500', '152039.967500', '152040.427500', '152040.887500', '152041.347500', '152041.807500', '152042.267500', '152042.727500', '152043.187500', '152043.647500', '152044.107500', '152044.567500', '152045.027500', '152045.487500', '152045.947500', '152046.407500', '152046.867500', '152047.327500', '152047.787500', '152048.247500', '152048.707500', '152049.167500', '152049.627500', '152050.087500', '152050.547500', '152051.007500', '152051.467500', '152051.927500', '152052.387500', '152052.847500', '152053.307500', '152053.767500', '152054.227500', '152054.687500', '152055.147500', '152055.607500', '152056.067500', '152056.527500', '152056.987500', '152057.447500', '152057.907500', '152058.367500', '152058.827500', '152059.287500', '152059.747500', '152100.207500', '152100.667500', '152101.127500', '152101.587500', '152102.047500', '152102.507500', '152102.967500', '152103.427500', '152103.887500', '152104.347500', '152104.807500', '152105.267500', '152105.727500', '152106.187500', '152106.647500', '152107.107500', '152107.567500', '152108.027500', '152108.487500', '152108.947500', '152109.407500', '152109.867500', '152110.327500', '152110.787500', '152111.247500', '152111.707500', '152112.167500', '152112.627500', '152113.087500', '152113.547500', '152114.007500', '152114.467500', '152114.927500', '152115.387500', '152115.847500', '152116.307500', '152116.767500', '152117.227500', '152117.687500', '152118.147500', '152118.607500', '152119.067500', '152119.527500', '152119.987500', '152120.447500', '152120.907500', '152121.367500', '152121.827500', '152122.287500', '152122.747500', '152123.207500', '152123.667500', '152124.127500', '152124.587500', '152125.047500', '152125.507500', '152125.967500', '152126.427500', '152126.887500', '152127.347500', '152127.807500', '152128.267500', '152128.727500', '152129.187500', '152129.647500', '152130.107500', '152130.567500', '152131.027500', '152131.487500', '152131.947500', '152132.407500', '152132.867500', '152133.327500', '152133.787500', '152134.247500', '152134.707500', '152135.167500', '152135.627500', '152136.087500', '152136.547500', '152137.007500', '152137.467500', '152137.927500', '152138.387500', '152138.847500', '152139.307500', '152139.767500', '152140.227500', '152140.687500', '152141.147500', '152141.607500', '152142.067500', '152142.527500', '152142.987500', '152143.447500', '152143.907500', '152144.367500', '152144.827500', '152145.287500', '152145.747500', '152146.207500', '152146.667500', '152147.127500', '152147.587500', '152148.047500', '152148.507500', '152148.967500', '152149.427500', '152149.887500', '152150.347500', '152150.807500', '152151.267500', '152151.727500', '152152.187500', '152152.647500', '152153.107500', '152153.567500', '152154.027500', '152154.487500', '152154.947500', '152155.407500', '152155.867500', '152156.327500', '152156.787500', '152157.247500', '152157.707500', '152158.167500', '152158.627500', '152159.087500', '152159.547500', '152200.007500', '152200.467500', '152200.927500', '152201.387500', '152201.847500', '152202.307500', '152202.767500', '152203.227500', '152203.687500', '152204.147500', '152204.607500', '152205.067500', '152205.527500', '152205.987500', '152206.447500', '152206.907500', '152207.367500', '152207.827500', '152208.287500', '152208.747500', '152209.207500', '152209.667500', '152210.127500', '152210.587500', '152211.047500', '152211.507500', '152211.967500', '152212.427500', '152212.887500', '152213.347500', '152213.807500', '152214.267500', '152214.727500', '152215.187500', '152215.647500', '152216.107500', '152216.567500', '152217.027500', '152217.487500', '152217.947500', '152218.407500', '152218.867500', '152219.327500', '152219.787500', '152220.247500', '152220.707500', '152221.167500', '152221.627500', '152222.087500', '152222.547500', '152223.007500', '152223.467500', '152223.927500', '152224.387500', '152224.847500', '152225.307500', '152225.767500', '152226.227500', '152226.687500', '152227.147500', '152227.607500', '152228.067500', '152228.527500', '152228.987500', '152229.447500', '152229.907500', '152230.367500', '152230.827500', '152231.287500', '152231.747500', '152232.207500', '152232.667500', '152233.127500', '152233.587500', '152234.047500', '152234.507500', '152234.967500', '152235.427500', '152235.887500', '152236.347500', '152236.807500', '152237.267500', '152237.727500', '152238.187500', '152238.647500', '152239.107500', '152239.567500', '152240.027500', '152240.487500', '152240.947500', '152241.407500', '152241.867500', '152242.327500', '152242.787500', '152243.247500', '152243.707500', '152244.167500', '152244.627500', '152245.087500', '152245.547500', '152246.007500', '152246.467500', '152246.927500', '152247.387500', '152247.847500', '152248.307500', '152248.767500', '152249.227500', '152249.687500', '152250.147500', '152250.607500', '152251.067500', '152251.527500', '152251.987500', '152252.447500', '152252.907500', '152253.367500', '152253.827500', '152254.287500', '152254.747500', '152255.207500', '152255.667500', '152256.127500', '152256.587500', '152257.047500', '152257.507500', '152257.967500', '152258.427500', '152258.887500', '152259.347500', '152259.807500', '152300.267500', '152300.727500', '152301.187500', '152301.647500', '152302.107500', '152302.567500', '152303.027500', '152303.487500', '152303.947500', '152304.407500', '152304.867500', '152305.327500', '152305.787500', '152306.247500', '152306.707500', '152307.167500', '152307.627500', '152308.087500', '152308.547500', '152309.007500', '152309.467500', '152309.927500', '152310.387500', '152310.847500', '152311.307500', '152311.767500', '152312.227500', '152312.687500', '152313.147500', '152313.607500', '152314.067500', '152314.527500', '152314.987500', '152315.447500', '152315.907500', '152316.367500', '152316.827500', '152317.287500', '152317.747500', '152318.207500', '152318.667500', '152319.127500', '152319.587500', '152320.047500', '152320.507500', '152320.967500', '152321.427500', '152321.887500', '152322.347500', '152322.807500', '152323.267500', '152323.727500', '152324.187500', '152324.647500', '152325.107500', '152325.567500', '152326.027500', '152326.487500', '152326.947500', '152327.407500', '152327.867500', '152328.327500', '152328.787500', '152329.247500', '152329.707500', '152330.167500', '152330.627500', '152331.087500', '152331.547500', '152332.007500', '152332.467500', '152332.927500', '152333.387500', '152333.847500', '152334.307500', '152334.767500', '152335.227500', '152335.687500', '152336.147500', '152336.607500', '152337.067500', '152337.527500', '152337.987500', '152338.447500', '152338.907500', '152339.367500', '152339.827500', '152340.287500', '152340.747500', '152341.207500', '152341.667500', '152342.127500', '152342.587500', '152343.047500', '152343.507500', '152343.967500', '152344.427500', '152344.887500', '152345.347500', '152345.807500', '152346.267500', '152346.727500', '152347.187500', '152347.647500', '152348.107500', '152348.567500', '152349.027500', '152349.487500', '152349.947500', '152350.407500', '152350.867500', '152351.327500', '152351.787500', '152352.247500', '152352.707500', '152353.167500', '152353.627500', '152354.087500', '152354.547500', '152355.007500', '152355.467500', '152355.927500', '152356.387500', '152356.847500', '152357.307500', '152357.767500', '152358.227500', '152358.687500', '152359.147500', '152359.607500', '152400.067500', '152400.527500', '152400.987500', '152401.447500', '152401.907500', '152402.367500', '152402.827500', '152403.287500', '152403.747500', '152404.207500', '152404.667500', '152405.127500', '152405.587500', '152406.047500', '152406.507500', '152406.967500', '152407.427500', '152407.887500', '152408.347500', '152408.807500', '152409.267500', '152409.727500', '152410.187500', '152410.647500', '152411.107500', '152411.567500', '152412.027500', '152412.487500', '152412.947500', '152413.407500', '152413.867500', '152414.327500', '152414.787500', '152415.247500', '152415.707500', '152416.167500', '152416.627500', '152417.087500', '152417.547500', '152418.007500', '152418.467500', '152418.927500', '152419.387500', '152419.847500', '152420.307500', '152420.767500', '152421.227500', '152421.687500', '152422.147500', '152422.607500', '152423.067500', '152423.527500', '152423.987500', '152424.447500', '152424.907500', '152425.367500', '152425.827500', '152426.287500', '152426.747500', '152427.207500', '152427.667500', '152428.127500', '152428.587500', '152429.047500', '152429.507500', '152429.967500', '152430.427500', '152430.887500', '152431.347500', '152431.807500', '152432.267500', '152432.727500', '152433.187500', '152433.647500', '152434.107500', '152434.567500', '152435.027500', '152435.487500', '152435.947500', '152436.407500', '152436.867500', '152437.327500', '152437.787500', '152438.247500', '152438.707500', '152439.167500', '152439.627500', '152440.087500', '152440.547500', '152441.007500', '152441.467500', '152441.927500', '152442.387500', '152442.847500', '152443.307500', '152443.767500', '152444.227500', '152444.687500', '152445.147500', '152445.607500', '152446.067500', '152446.527500', '152446.987500', '152447.447500', '152447.907500', '152448.367500', '152448.827500', '152449.287500', '152449.747500', '152450.207500', '152450.667500', '152451.127500', '152451.587500', '152452.047500', '152452.507500', '152452.967500', '152453.427500', '152453.887500', '152454.347500', '152454.807500', '152455.267500', '152455.727500', '152456.187500', '152456.647500', '152457.107500', '152457.567500', '152458.027500', '152458.487500', '152458.947500', '152459.407500', '152459.867500', '152500.327500', '152500.787500', '152501.247500', '152501.707500', '152502.167500', '152502.627500', '152503.087500', '152503.547500', '152504.007500', '152504.467500', '152504.927500', '152505.387500', '152505.847500', '152506.307500', '152506.767500', '152507.227500', '152507.687500', '152508.147500', '152508.607500', '152509.067500', '152509.527500', '152509.987500', '152510.447500', '152510.907500', '152511.367500', '152511.827500', '152512.287500', '152512.747500', '152513.207500', '152513.667500', '152514.127500', '152514.587500', '152515.047500', '152515.507500', '152515.967500', '152516.427500', '152516.887500', '152517.347500', '152517.807500', '152518.267500', '152518.727500', '152519.187500', '152519.647500', '152520.107500', '152520.567500', '152521.027500', '152521.487500', '152521.947500', '152522.407500', '152522.867500', '152523.327500'], 'ContentTime': ['151851.976000', '151851.979000', '151851.982000', '151851.985000', '151851.988000', '151851.990000', '151851.993000', '151851.995000', '151851.998000', '151852.002000', '151852.004000', '151852.007000', '151852.009000', '151852.012000', '151852.023000', '151852.026000', '151852.029000', '151852.031000', '151852.034000', '151852.036000', '151852.039000', '151852.041000', '151852.044000', '151852.047000', '151852.049000', '151852.052000', '151852.055000', '151852.057000', '151852.060000', '151852.062000', '151852.065000', '151852.068000', '151852.070000', '151852.073000', '151852.076000', '151852.078000', '151852.081000', '151852.083000', '151852.086000', '151852.088000', '151852.091000', '151852.094000', '151852.096000', '151852.099000', '151852.101000', '151852.104000', '151852.107000', '151852.109000', '151852.112000', '151852.114000', '151852.117000', '151852.119000', '151852.122000', '151852.125000', '151852.127000', '151852.130000', '151852.132000', '151852.135000', '151852.138000', '151852.140000', '151852.153000', '151911.938000', '151911.940000', '151911.943000', '151911.946000', '151911.948000', '151911.951000', '151911.954000', '151911.956000', '151911.959000', '151911.961000', '151911.964000', '151911.967000', '151911.969000', '151911.972000', '151911.974000', '151911.977000', '151911.980000', '151911.982000', '151911.985000', '151911.987000', '151911.990000', '151911.993000', '151911.995000', '151911.998000', '151912.001000', '151912.004000', '151912.007000', '151912.009000', '151912.012000', '151912.015000', '151912.017000', '151912.020000', '151912.022000', '151912.025000', '151912.028000', '151912.030000', '151912.033000', '151912.035000', '151912.038000', '151912.041000', '151912.043000', '151912.046000', '151912.048000', '151931.937000', '151931.940000', '151931.943000', '151931.945000', '151931.948000', '151931.950000', '151931.953000', '151931.955000', '151931.958000', '151931.961000', '151931.963000', '151931.966000', '151931.968000', '151931.971000', '151931.974000', '151931.977000', '151931.980000', '151931.983000', '151931.985000', '151931.988000', '151931.990000', '151931.993000', '151931.996000', '151931.998000', '151932.002000', '151932.004000', '151932.007000', '151932.010000', '151932.012000', '151932.015000', '151932.017000', '151932.020000', '151932.024000', '151932.027000', '151932.029000', '151932.032000', '151932.034000', '151932.037000', '151932.040000', '151932.042000', '151932.045000', '151932.047000', '151932.050000', '151951.937000', '151951.940000', '151951.949000', '151951.952000', '151951.955000', '151951.957000', '151951.960000', '151951.962000', '151951.965000', '151951.968000', '151951.970000', '151951.973000', '151951.975000', '151951.978000', '151951.981000', '151951.983000', '151951.986000', '151951.988000', '151951.991000', '151951.993000', '151951.996000', '151951.999000', '151952.002000', '151952.005000', '151952.007000', '151952.010000', '151952.012000', '151952.015000', '151952.018000', '151952.020000', '151952.023000', '151952.025000', '151952.028000', '151952.031000', '151952.033000', '151952.036000', '151952.039000', '151952.041000', '151952.044000', '151952.046000', '151952.049000', '151952.051000', '151952.054000', '151952.056000', '152011.937000', '152011.939000', '152011.942000', '152011.944000', '152011.947000', '152011.950000', '152011.962000', '152011.965000', '152011.968000', '152011.970000', '152011.973000', '152011.981000', '152011.984000', '152011.986000', '152011.989000', '152011.992000', '152011.995000', '152011.997000', '152012.001000', '152012.003000', '152012.006000', '152012.009000', '152012.011000', '152012.014000', '152012.016000', '152012.019000', '152012.022000', '152012.024000', '152012.027000', '152012.029000', '152012.032000', '152012.034000', '152012.037000', '152012.039000', '152012.042000', '152012.045000', '152012.047000', '152012.050000', '152012.052000', '152012.055000', '152012.057000', '152012.060000', '152012.063000', '152031.937000', '152031.939000', '152031.942000', '152031.945000', '152031.947000', '152031.950000', '152031.952000', '152031.955000', '152031.957000', '152031.960000', '152031.963000', '152031.965000', '152031.968000', '152031.970000', '152031.973000', '152031.976000', '152031.978000', '152031.981000', '152031.983000', '152031.986000', '152031.988000', '152031.991000', '152031.994000', '152031.996000', '152032.000000', '152032.002000', '152032.005000', '152032.008000', '152032.010000', '152032.013000', '152032.016000', '152032.019000', '152032.021000', '152032.024000', '152032.027000', '152032.029000', '152032.032000', '152032.035000', '152032.037000', '152032.040000', '152032.042000', '152032.045000', '152032.048000', '152032.050000', '152051.942000', '152051.945000', '152051.948000', '152051.951000', '152051.954000', '152051.956000', '152051.959000', '152051.962000', '152051.964000', '152051.967000', '152051.969000', '152051.972000', '152051.975000', '152051.977000', '152051.980000', '152051.983000', '152051.985000', '152051.988000', '152051.990000', '152051.993000', '152051.996000', '152051.998000', '152052.001000', '152052.004000', '152052.007000', '152052.010000', '152052.013000', '152052.016000', '152052.018000', '152052.021000', '152052.023000', '152052.026000', '152052.029000', '152052.032000', '152052.034000', '152052.037000', '152052.039000', '152052.042000', '152052.045000', '152052.047000', '152052.050000', '152052.053000', '152052.055000', '152111.937000', '152111.940000', '152111.943000', '152111.946000', '152111.949000', '152111.952000', '152111.954000', '152111.957000', '152111.960000', '152111.962000', '152111.965000', '152111.968000', '152111.970000', '152111.973000', '152111.976000', '152111.978000', '152111.981000', '152111.983000', '152111.986000', '152111.989000', '152111.991000', '152111.994000', '152111.996000', '152112.000000', '152112.003000', '152112.005000', '152112.008000', '152112.010000', '152112.013000', '152112.016000', '152112.018000', '152112.021000', '152112.024000', '152112.026000', '152112.029000', '152112.031000', '152112.034000', '152112.037000', '152112.039000', '152112.042000', '152112.045000', '152112.047000', '152112.050000', '152112.052000', '152131.938000', '152131.940000', '152131.943000', '152131.946000', '152131.948000', '152131.951000', '152131.953000', '152131.956000', '152131.959000', '152131.961000', '152131.964000', '152131.966000', '152131.969000', '152131.972000', '152131.974000', '152131.977000', '152131.979000', '152131.982000', '152131.985000', '152131.987000', '152131.990000', '152131.992000', '152131.995000', '152131.998000', '152132.001000', '152132.004000', '152132.007000', '152132.009000', '152132.012000', '152132.014000', '152132.017000', '152132.029000', '152132.032000', '152132.036000', '152132.038000', '152132.041000', '152132.044000', '152132.046000', '152132.049000', '152132.052000', '152132.054000', '152132.057000', '152132.059000', '152151.937000', '152151.940000', '152151.943000', '152151.946000', '152151.948000', '152151.951000', '152151.954000', '152151.956000', '152151.959000', '152151.962000', '152151.964000', '152151.967000', '152151.970000', '152151.972000', '152151.975000', '152151.978000', '152151.980000', '152151.983000', '152151.985000', '152151.988000', '152151.991000', '152151.993000', '152151.996000', '152152.000000', '152152.002000', '152152.005000', '152152.007000', '152152.010000', '152152.013000', '152152.015000', '152152.018000', '152152.020000', '152152.023000', '152152.026000', '152152.028000', '152152.031000', '152152.033000', '152152.036000', '152152.039000', '152152.041000', '152152.044000', '152152.046000', '152152.049000', '152152.052000', '152211.938000', '152212.064000', '152212.067000', '152212.070000', '152212.072000', '152212.075000', '152212.077000', '152212.080000', '152212.083000', '152212.085000', '152212.088000', '152212.091000', '152212.094000', '152212.096000', '152212.099000', '152212.102000', '152212.105000', '152212.108000', '152212.110000', '152212.113000', '152212.116000', '152212.118000', '152212.121000', '152212.124000', '152212.126000', '152212.129000', '152212.131000', '152212.134000', '152212.137000', '152212.140000', '152212.142000', '152212.145000', '152212.147000', '152212.150000', '152212.153000', '152212.155000', '152212.158000', '152212.161000', '152212.163000', '152212.166000', '152212.169000', '152212.171000', '152212.174000', '152231.936000', '152231.939000', '152231.942000', '152231.945000', '152231.947000', '152231.950000', '152231.953000', '152231.955000', '152231.958000', '152231.960000', '152231.963000', '152231.966000', '152231.968000', '152231.971000', '152231.974000', '152231.976000', '152231.979000', '152231.982000', '152231.984000', '152231.987000', '152231.989000', '152231.992000', '152231.995000', '152231.997000', '152232.001000', '152232.004000', '152232.006000', '152232.009000', '152232.012000', '152232.014000', '152232.017000', '152232.020000', '152232.022000', '152232.025000', '152232.027000', '152232.030000', '152232.033000', '152232.035000', '152232.038000', '152232.041000', '152232.043000', '152232.046000', '152232.048000', '152232.051000', '152251.936000', '152251.939000', '152251.942000', '152251.944000', '152251.948000', '152251.950000', '152251.953000', '152251.955000', '152251.958000', '152251.961000', '152251.963000', '152251.966000', '152251.969000', '152251.971000', '152251.974000', '152251.977000', '152251.979000', '152251.982000', '152251.985000', '152251.987000', '152251.990000', '152251.993000', '152251.995000', '152251.998000', '152252.001000', '152252.004000', '152252.007000', '152252.009000', '152252.012000', '152252.014000', '152252.017000', '152252.020000', '152252.022000', '152252.025000', '152252.028000', '152252.030000', '152252.033000', '152252.035000', '152252.038000', '152252.041000', '152252.043000', '152252.046000', '152252.049000', '152311.938000', '152311.941000', '152311.943000', '152311.946000', '152311.949000', '152311.951000', '152311.954000', '152311.957000', '152311.960000', '152311.962000', '152311.965000', '152311.967000', '152311.970000', '152312.000000', '152312.003000', '152312.005000', '152312.008000', '152312.011000', '152312.013000', '152312.016000', '152312.018000', '152312.021000', '152312.023000', '152312.026000', '152312.029000', '152312.031000', '152312.034000', '152312.037000', '152312.039000', '152312.042000', '152312.044000', '152312.047000', '152312.050000', '152312.052000', '152312.055000', '152312.057000', '152312.060000', '152312.063000', '152312.065000', '152312.068000', '152312.071000', '152312.073000', '152312.076000', '152312.079000', '152331.938000', '152331.940000', '152331.943000', '152331.946000', '152331.949000', '152331.951000', '152331.954000', '152331.956000', '152331.959000', '152331.962000', '152331.965000', '152331.967000', '152331.970000', '152331.972000', '152331.975000', '152331.978000', '152331.980000', '152331.983000', '152331.986000', '152331.988000', '152331.991000', '152331.993000', '152331.996000', '152332.000000', '152332.002000', '152332.005000', '152332.008000', '152332.010000', '152332.013000', '152332.016000', '152332.018000', '152332.021000', '152332.024000', '152332.026000', '152332.029000', '152332.032000', '152332.034000', '152332.037000', '152332.040000', '152332.042000', '152332.045000', '152332.047000', '152332.050000', '152351.938000', '152351.940000', '152351.943000', '152351.946000', '152351.949000', '152351.951000', '152351.954000', '152351.956000', '152351.959000', '152351.962000', '152351.964000', '152351.967000', '152351.970000', '152351.972000', '152351.975000', '152351.978000', '152351.980000', '152351.983000', '152351.986000', '152351.988000', '152351.991000', '152351.994000', '152351.996000', '152352.000000', '152352.003000', '152352.005000', '152352.008000', '152352.011000', '152352.013000', '152352.016000', '152352.018000', '152352.021000', '152352.024000', '152352.026000', '152352.029000', '152352.031000', '152352.034000', '152352.037000', '152352.039000', '152352.042000', '152352.045000', '152352.047000', '152352.055000', '152352.058000', '152411.938000', '152411.940000', '152411.943000', '152411.946000', '152411.948000', '152411.951000', '152411.953000', '152411.956000', '152411.959000', '152411.961000', '152411.964000', '152411.967000', '152411.969000', '152411.972000', '152411.975000', '152411.977000', '152411.980000', '152411.984000', '152411.987000', '152411.989000', '152411.992000', '152411.995000', '152411.997000', '152412.001000', '152412.004000', '152412.006000', '152412.009000', '152412.012000', '152412.014000', '152412.017000', '152412.020000', '152412.022000', '152412.025000', '152412.028000', '152412.030000', '152412.033000', '152412.035000', '152412.038000', '152412.041000', '152412.043000', '152412.046000', '152412.049000', '152412.051000', '152431.937000', '152431.941000', '152431.944000', '152431.947000', '152431.949000', '152431.952000', '152431.955000', '152431.957000', '152431.960000', '152431.962000', '152431.965000', '152431.968000', '152431.970000', '152431.973000', '152431.976000', '152431.978000', '152431.981000', '152431.983000', '152431.986000', '152431.989000', '152431.991000', '152431.994000', '152431.997000', '152432.001000', '152432.013000', '152432.016000', '152432.019000', '152432.022000', '152432.024000', '152432.027000', '152432.030000', '152432.032000', '152432.035000', '152432.038000', '152432.041000', '152432.043000', '152432.046000', '152432.049000', '152432.051000', '152432.054000', '152432.057000', '152432.059000', '152432.062000', '152432.065000', '152451.937000', '152451.939000', '152451.942000', '152451.945000', '152451.948000', '152451.950000', '152451.953000', '152451.955000', '152451.958000', '152451.961000', '152451.963000', '152451.966000', '152451.969000', '152451.971000', '152451.974000', '152451.976000', '152451.979000', '152451.982000', '152451.984000', '152451.987000', '152451.989000', '152451.992000', '152451.995000', '152451.997000', '152452.001000', '152452.004000', '152452.006000', '152452.009000', '152452.012000', '152452.014000', '152452.017000', '152452.020000', '152452.022000', '152452.025000', '152452.028000', '152452.030000', '152452.033000', '152452.036000', '152452.038000', '152452.041000', '152452.043000', '152452.046000', '152452.049000', '152511.937000', '152511.939000', '152511.942000', '152511.945000', '152511.947000', '152511.950000', '152511.952000', '152511.955000', '152511.957000', '152511.960000', '152511.963000', '152511.965000', '152511.968000', '152511.971000', '152511.973000', '152511.976000', '152511.979000', '152511.981000', '152511.984000', '152511.986000', '152511.989000', '152511.991000', '152511.994000', '152511.997000', '152512.000000', '152512.003000', '152512.005000', '152512.008000', '152512.011000', '152512.013000', '152512.016000', '152512.018000', '152512.021000', '152512.024000', '152512.026000', '152512.029000', '152512.031000', '152512.034000', '152512.037000', '152512.039000', '152512.042000', '152512.044000', '152512.047000', '152512.049000', '152524.340000', '152524.343000', '152524.346000', '152524.349000', '152524.352000', '152524.354000', '152524.357000', '152524.360000', '152524.363000', '152524.366000', '152524.369000', '152524.371000', '152524.374000', '152524.378000', '152524.381000', '152524.384000', '152524.387000', '152524.392000', '152524.397000', '152524.399000', '152524.402000', '152524.405000', '152524.407000', '152524.410000', '152524.414000', '152524.417000', '152524.420000'], 'InstanceCreationTime': ['151851.976000', '151851.979000', '151851.982000', '151851.985000', '151851.988000', '151851.990000', '151851.993000', '151851.995000', '151851.998000', '151852.002000', '151852.004000', '151852.007000', '151852.009000', '151852.012000', '151852.023000', '151852.026000', '151852.029000', '151852.031000', '151852.034000', '151852.036000', '151852.039000', '151852.041000', '151852.044000', '151852.047000', '151852.049000', '151852.052000', '151852.055000', '151852.057000', '151852.060000', '151852.062000', '151852.065000', '151852.068000', '151852.070000', '151852.073000', '151852.076000', '151852.078000', '151852.081000', '151852.083000', '151852.086000', '151852.088000', '151852.091000', '151852.094000', '151852.096000', '151852.099000', '151852.101000', '151852.104000', '151852.107000', '151852.109000', '151852.112000', '151852.114000', '151852.117000', '151852.119000', '151852.122000', '151852.125000', '151852.127000', '151852.130000', '151852.132000', '151852.135000', '151852.138000', '151852.140000', '151852.153000', '151911.938000', '151911.940000', '151911.943000', '151911.946000', '151911.948000', '151911.951000', '151911.954000', '151911.956000', '151911.959000', '151911.961000', '151911.964000', '151911.967000', '151911.969000', '151911.972000', '151911.974000', '151911.977000', '151911.980000', '151911.982000', '151911.985000', '151911.987000', '151911.990000', '151911.993000', '151911.995000', '151911.998000', '151912.001000', '151912.004000', '151912.007000', '151912.009000', '151912.012000', '151912.015000', '151912.017000', '151912.020000', '151912.022000', '151912.025000', '151912.028000', '151912.030000', '151912.033000', '151912.035000', '151912.038000', '151912.041000', '151912.043000', '151912.046000', '151912.048000', '151931.937000', '151931.940000', '151931.943000', '151931.945000', '151931.948000', '151931.950000', '151931.953000', '151931.955000', '151931.958000', '151931.961000', '151931.963000', '151931.966000', '151931.968000', '151931.971000', '151931.974000', '151931.977000', '151931.980000', '151931.983000', '151931.985000', '151931.988000', '151931.990000', '151931.993000', '151931.996000', '151931.998000', '151932.002000', '151932.004000', '151932.007000', '151932.010000', '151932.012000', '151932.015000', '151932.017000', '151932.020000', '151932.024000', '151932.027000', '151932.029000', '151932.032000', '151932.034000', '151932.037000', '151932.040000', '151932.042000', '151932.045000', '151932.047000', '151932.050000', '151951.937000', '151951.940000', '151951.949000', '151951.952000', '151951.955000', '151951.957000', '151951.960000', '151951.962000', '151951.965000', '151951.968000', '151951.970000', '151951.973000', '151951.975000', '151951.978000', '151951.981000', '151951.983000', '151951.986000', '151951.988000', '151951.991000', '151951.993000', '151951.996000', '151951.999000', '151952.002000', '151952.005000', '151952.007000', '151952.010000', '151952.012000', '151952.015000', '151952.018000', '151952.020000', '151952.023000', '151952.025000', '151952.028000', '151952.031000', '151952.033000', '151952.036000', '151952.039000', '151952.041000', '151952.044000', '151952.046000', '151952.049000', '151952.051000', '151952.054000', '151952.056000', '152011.937000', '152011.939000', '152011.942000', '152011.944000', '152011.947000', '152011.950000', '152011.962000', '152011.965000', '152011.968000', '152011.970000', '152011.973000', '152011.981000', '152011.984000', '152011.986000', '152011.989000', '152011.992000', '152011.995000', '152011.997000', '152012.001000', '152012.003000', '152012.006000', '152012.009000', '152012.011000', '152012.014000', '152012.016000', '152012.019000', '152012.022000', '152012.024000', '152012.027000', '152012.029000', '152012.032000', '152012.034000', '152012.037000', '152012.039000', '152012.042000', '152012.045000', '152012.047000', '152012.050000', '152012.052000', '152012.055000', '152012.057000', '152012.060000', '152012.063000', '152031.937000', '152031.939000', '152031.942000', '152031.945000', '152031.947000', '152031.950000', '152031.952000', '152031.955000', '152031.957000', '152031.960000', '152031.963000', '152031.965000', '152031.968000', '152031.970000', '152031.973000', '152031.976000', '152031.978000', '152031.981000', '152031.983000', '152031.986000', '152031.988000', '152031.991000', '152031.994000', '152031.996000', '152032.000000', '152032.002000', '152032.005000', '152032.008000', '152032.010000', '152032.013000', '152032.016000', '152032.019000', '152032.021000', '152032.024000', '152032.027000', '152032.029000', '152032.032000', '152032.035000', '152032.037000', '152032.040000', '152032.042000', '152032.045000', '152032.048000', '152032.050000', '152051.942000', '152051.945000', '152051.948000', '152051.951000', '152051.954000', '152051.956000', '152051.959000', '152051.962000', '152051.964000', '152051.967000', '152051.969000', '152051.972000', '152051.975000', '152051.977000', '152051.980000', '152051.983000', '152051.985000', '152051.988000', '152051.990000', '152051.993000', '152051.996000', '152051.998000', '152052.001000', '152052.004000', '152052.007000', '152052.010000', '152052.013000', '152052.016000', '152052.018000', '152052.021000', '152052.023000', '152052.026000', '152052.029000', '152052.032000', '152052.034000', '152052.037000', '152052.039000', '152052.042000', '152052.045000', '152052.047000', '152052.050000', '152052.053000', '152052.055000', '152111.937000', '152111.940000', '152111.943000', '152111.946000', '152111.949000', '152111.952000', '152111.954000', '152111.957000', '152111.960000', '152111.962000', '152111.965000', '152111.968000', '152111.970000', '152111.973000', '152111.976000', '152111.978000', '152111.981000', '152111.983000', '152111.986000', '152111.989000', '152111.991000', '152111.994000', '152111.996000', '152112.000000', '152112.003000', '152112.005000', '152112.008000', '152112.010000', '152112.013000', '152112.016000', '152112.018000', '152112.021000', '152112.024000', '152112.026000', '152112.029000', '152112.031000', '152112.034000', '152112.037000', '152112.039000', '152112.042000', '152112.045000', '152112.047000', '152112.050000', '152112.052000', '152131.938000', '152131.940000', '152131.943000', '152131.946000', '152131.948000', '152131.951000', '152131.953000', '152131.956000', '152131.959000', '152131.961000', '152131.964000', '152131.966000', '152131.969000', '152131.972000', '152131.974000', '152131.977000', '152131.979000', '152131.982000', '152131.985000', '152131.987000', '152131.990000', '152131.992000', '152131.995000', '152131.998000', '152132.001000', '152132.004000', '152132.007000', '152132.009000', '152132.012000', '152132.014000', '152132.017000', '152132.029000', '152132.032000', '152132.036000', '152132.038000', '152132.041000', '152132.044000', '152132.046000', '152132.049000', '152132.052000', '152132.054000', '152132.057000', '152132.059000', '152151.937000', '152151.940000', '152151.943000', '152151.946000', '152151.948000', '152151.951000', '152151.954000', '152151.956000', '152151.959000', '152151.962000', '152151.964000', '152151.967000', '152151.970000', '152151.972000', '152151.975000', '152151.978000', '152151.980000', '152151.983000', '152151.985000', '152151.988000', '152151.991000', '152151.993000', '152151.996000', '152152.000000', '152152.002000', '152152.005000', '152152.007000', '152152.010000', '152152.013000', '152152.015000', '152152.018000', '152152.020000', '152152.023000', '152152.026000', '152152.028000', '152152.031000', '152152.033000', '152152.036000', '152152.039000', '152152.041000', '152152.044000', '152152.046000', '152152.049000', '152152.052000', '152211.938000', '152212.064000', '152212.067000', '152212.070000', '152212.072000', '152212.075000', '152212.077000', '152212.080000', '152212.083000', '152212.085000', '152212.088000', '152212.091000', '152212.094000', '152212.096000', '152212.099000', '152212.102000', '152212.105000', '152212.108000', '152212.110000', '152212.113000', '152212.116000', '152212.118000', '152212.121000', '152212.124000', '152212.126000', '152212.129000', '152212.131000', '152212.134000', '152212.137000', '152212.140000', '152212.142000', '152212.145000', '152212.147000', '152212.150000', '152212.153000', '152212.155000', '152212.158000', '152212.161000', '152212.163000', '152212.166000', '152212.169000', '152212.171000', '152212.174000', '152231.936000', '152231.939000', '152231.942000', '152231.945000', '152231.947000', '152231.950000', '152231.953000', '152231.955000', '152231.958000', '152231.960000', '152231.963000', '152231.966000', '152231.968000', '152231.971000', '152231.974000', '152231.976000', '152231.979000', '152231.982000', '152231.984000', '152231.987000', '152231.989000', '152231.992000', '152231.995000', '152231.997000', '152232.001000', '152232.004000', '152232.006000', '152232.009000', '152232.012000', '152232.014000', '152232.017000', '152232.020000', '152232.022000', '152232.025000', '152232.027000', '152232.030000', '152232.033000', '152232.035000', '152232.038000', '152232.041000', '152232.043000', '152232.046000', '152232.048000', '152232.051000', '152251.936000', '152251.939000', '152251.942000', '152251.944000', '152251.948000', '152251.950000', '152251.953000', '152251.955000', '152251.958000', '152251.961000', '152251.963000', '152251.966000', '152251.969000', '152251.971000', '152251.974000', '152251.977000', '152251.979000', '152251.982000', '152251.985000', '152251.987000', '152251.990000', '152251.993000', '152251.995000', '152251.998000', '152252.001000', '152252.004000', '152252.007000', '152252.009000', '152252.012000', '152252.014000', '152252.017000', '152252.020000', '152252.022000', '152252.025000', '152252.028000', '152252.030000', '152252.033000', '152252.035000', '152252.038000', '152252.041000', '152252.043000', '152252.046000', '152252.049000', '152311.938000', '152311.941000', '152311.943000', '152311.946000', '152311.949000', '152311.951000', '152311.954000', '152311.957000', '152311.960000', '152311.962000', '152311.965000', '152311.967000', '152311.970000', '152312.000000', '152312.003000', '152312.005000', '152312.008000', '152312.011000', '152312.013000', '152312.016000', '152312.018000', '152312.021000', '152312.023000', '152312.026000', '152312.029000', '152312.031000', '152312.034000', '152312.037000', '152312.039000', '152312.042000', '152312.044000', '152312.047000', '152312.050000', '152312.052000', '152312.055000', '152312.057000', '152312.060000', '152312.063000', '152312.065000', '152312.068000', '152312.071000', '152312.073000', '152312.076000', '152312.079000', '152331.938000', '152331.940000', '152331.943000', '152331.946000', '152331.949000', '152331.951000', '152331.954000', '152331.956000', '152331.959000', '152331.962000', '152331.965000', '152331.967000', '152331.970000', '152331.972000', '152331.975000', '152331.978000', '152331.980000', '152331.983000', '152331.986000', '152331.988000', '152331.991000', '152331.993000', '152331.996000', '152332.000000', '152332.002000', '152332.005000', '152332.008000', '152332.010000', '152332.013000', '152332.016000', '152332.018000', '152332.021000', '152332.024000', '152332.026000', '152332.029000', '152332.032000', '152332.034000', '152332.037000', '152332.040000', '152332.042000', '152332.045000', '152332.047000', '152332.050000', '152351.938000', '152351.940000', '152351.943000', '152351.946000', '152351.949000', '152351.951000', '152351.954000', '152351.956000', '152351.959000', '152351.962000', '152351.964000', '152351.967000', '152351.970000', '152351.972000', '152351.975000', '152351.978000', '152351.980000', '152351.983000', '152351.986000', '152351.988000', '152351.991000', '152351.994000', '152351.996000', '152352.000000', '152352.003000', '152352.005000', '152352.008000', '152352.011000', '152352.013000', '152352.016000', '152352.018000', '152352.021000', '152352.024000', '152352.026000', '152352.029000', '152352.031000', '152352.034000', '152352.037000', '152352.039000', '152352.042000', '152352.045000', '152352.047000', '152352.055000', '152352.058000', '152411.938000', '152411.940000', '152411.943000', '152411.946000', '152411.948000', '152411.951000', '152411.953000', '152411.956000', '152411.959000', '152411.961000', '152411.964000', '152411.967000', '152411.969000', '152411.972000', '152411.975000', '152411.977000', '152411.980000', '152411.984000', '152411.987000', '152411.989000', '152411.992000', '152411.995000', '152411.997000', '152412.001000', '152412.004000', '152412.006000', '152412.009000', '152412.012000', '152412.014000', '152412.017000', '152412.020000', '152412.022000', '152412.025000', '152412.028000', '152412.030000', '152412.033000', '152412.035000', '152412.038000', '152412.041000', '152412.043000', '152412.046000', '152412.049000', '152412.051000', '152431.937000', '152431.941000', '152431.944000', '152431.947000', '152431.949000', '152431.952000', '152431.955000', '152431.957000', '152431.960000', '152431.962000', '152431.965000', '152431.968000', '152431.970000', '152431.973000', '152431.976000', '152431.978000', '152431.981000', '152431.983000', '152431.986000', '152431.989000', '152431.991000', '152431.994000', '152431.997000', '152432.001000', '152432.013000', '152432.016000', '152432.019000', '152432.022000', '152432.024000', '152432.027000', '152432.030000', '152432.032000', '152432.035000', '152432.038000', '152432.041000', '152432.043000', '152432.046000', '152432.049000', '152432.051000', '152432.054000', '152432.057000', '152432.059000', '152432.062000', '152432.065000', '152451.937000', '152451.939000', '152451.942000', '152451.945000', '152451.948000', '152451.950000', '152451.953000', '152451.955000', '152451.958000', '152451.961000', '152451.963000', '152451.966000', '152451.969000', '152451.971000', '152451.974000', '152451.976000', '152451.979000', '152451.982000', '152451.984000', '152451.987000', '152451.989000', '152451.992000', '152451.995000', '152451.997000', '152452.001000', '152452.004000', '152452.006000', '152452.009000', '152452.012000', '152452.014000', '152452.017000', '152452.020000', '152452.022000', '152452.025000', '152452.028000', '152452.030000', '152452.033000', '152452.036000', '152452.038000', '152452.041000', '152452.043000', '152452.046000', '152452.049000', '152511.937000', '152511.939000', '152511.942000', '152511.945000', '152511.947000', '152511.950000', '152511.952000', '152511.955000', '152511.957000', '152511.960000', '152511.963000', '152511.965000', '152511.968000', '152511.971000', '152511.973000', '152511.976000', '152511.979000', '152511.981000', '152511.984000', '152511.986000', '152511.989000', '152511.991000', '152511.994000', '152511.997000', '152512.000000', '152512.003000', '152512.005000', '152512.008000', '152512.011000', '152512.013000', '152512.016000', '152512.018000', '152512.021000', '152512.024000', '152512.026000', '152512.029000', '152512.031000', '152512.034000', '152512.037000', '152512.039000', '152512.042000', '152512.044000', '152512.047000', '152512.049000', '152524.340000', '152524.343000', '152524.346000', '152524.349000', '152524.352000', '152524.354000', '152524.357000', '152524.360000', '152524.363000', '152524.366000', '152524.369000', '152524.371000', '152524.374000', '152524.378000', '152524.381000', '152524.384000', '152524.387000', '152524.392000', '152524.397000', '152524.399000', '152524.402000', '152524.405000', '152524.407000', '152524.410000', '152524.414000', '152524.417000', '152524.420000'], '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': [11784, 8092, 13231, 9375, 12641, 9735, 13705, 9556, 12404, 10568, 8251, 11440, 8075, 12484, 9254, 12887, 9456, 13418, 8954, 8935, 9155, 7734, 11709, 8603, 12647, 9255, 11847, 9735, 10880, 9435, 7750, 11443, 7846, 12636, 9118, 12680, 9382, 12875, 9612, 11778, 11184, 8006, 11771, 8152, 13330, 9705, 13083, 9962, 13098, 9852, 14162, 10921, 8178, 12081, 8215, 13888, 10119, 13640, 10539, 13075, 9795, 9013, 12186, 8079, 12503, 8741, 12511, 8961, 13546, 10040, 13116, 9905, 13269, 9574, 8842, 11545, 7967, 12288, 8702, 12667, 9646, 13294, 9761, 11616, 9580, 8766, 11847, 8344, 12310, 9266, 12544, 10017, 13753, 10217, 12791, 10197, 8263, 11771, 8099, 12342, 9217, 12153, 9543, 15371, 9797, 8526, 10339, 7397, 11781, 8728, 13304, 10149, 12660, 10348, 13604, 9845, 7883, 12359, 8119, 12595, 9192, 12056, 9601, 15083, 9548, 8212, 11250, 7904, 12052, 8970, 13518, 10896, 12913, 10147, 11198, 10234, 7966, 12653, 8446, 12793, 8895, 12050, 9478, 14380, 9658, 7284, 11243, 8094, 12490, 9014, 13496, 10041, 10751, 10562, 8053, 12061, 9122, 13848, 10314, 16012, 9783, 12604, 10484, 7789, 12299, 8678, 11812, 9563, 15659, 9549, 7936, 11094, 7672, 11531, 8926, 13764, 9380, 8843, 12219, 8783, 13471, 10125, 8128, 11176, 8720, 13498, 10051, 12860, 10290, 8991, 11638, 8250, 12911, 8769, 12205, 9736, 12844, 9866, 15910, 9647, 7757, 10289, 7219, 11593, 8596, 11994, 9585, 13599, 9681, 7401, 10934, 7890, 12522, 9416, 12141, 10088, 9253, 10251, 7228, 11866, 8378, 11933, 9713, 12645, 9504, 7535, 11888, 8884, 13557, 10401, 13201, 9813, 7592, 11583, 8697, 14152, 10441, 8592, 11258, 8247, 12271, 9653, 16867, 9996, 7985, 12179, 9139, 12322, 9942, 16668, 9650, 8967, 11175, 8137, 12541, 9643, 15058, 9616, 7548, 10707, 7624, 12193, 8629, 11808, 9862, 11498, 9057, 7356, 11189, 8096, 11895, 9670, 12961, 9717, 9968, 11062, 8335, 12405, 9192, 12690, 8613, 7537, 10449, 8561, 11048, 11393, 11276, 7638, 12178, 8803, 12430, 9678, 15285, 9385, 15591, 9525, 9072, 10897, 7577, 12149, 8232, 12076, 8547, 11562, 9007, 11640, 11479, 8269, 8804, 8346, 7238, 11024, 7504, 11007, 8586, 12026, 8153, 12273, 9429, 12327, 10512, 14577, 10755, 17397, 11535, 16857, 10584, 10907, 11247, 8363, 11490, 8012, 11853, 7916, 11497, 8458, 11326, 8578, 11043, 8065, 10818, 8782, 12513, 8761, 9183, 9171, 7364, 10758, 8020, 11227, 8633, 11603, 8688, 14999, 9063, 8638, 10533, 7685, 11687, 8598, 12223, 9892, 14762, 8713, 8377, 10582, 7615, 11413, 8655, 11948, 8873, 11683, 9145, 16172, 9290, 8208, 10893, 8036, 11791, 8898, 13386, 9628, 7647, 11610, 8596, 11752, 9436, 9696, 9414, 7688, 11286, 8385, 11347, 9147, 11951, 8558, 15265, 9243, 7933, 11860, 8664, 11452, 9284, 8217, 11687, 9092, 11587, 9405, 12136, 9035, 13562, 8483, 9361, 9022, 7591, 11112, 8398, 10686, 8497, 8275, 10341, 7845, 14811, 9082, 8156, 10622, 11078, 10955, 10010, 11100, 8502, 10999, 8153, 12127, 9478, 16083, 8965, 12298, 8895, 15242, 8949, 13431, 8453, 7755, 10017, 7175, 11708, 8029, 7576, 10348, 8207, 11913, 9439, 17813, 9966, 8107, 10809, 8121, 13777, 9206, 17192, 9409, 9445, 11049, 8363, 13091, 10117, 17249, 9599, 12873, 10138, 7939, 12459, 9475, 13957, 9459, 7542, 10328, 8083, 12245, 8682, 13090, 9027, 7807, 10163, 8170, 11779, 8707, 11772, 9011, 17577, 9219, 10187, 9448, 7751, 11086, 8338, 10923, 8690, 8120, 9311, 7343, 10707, 7942, 10758, 8272, 13138, 9650, 8623, 10652, 8072, 12673, 9853, 13101, 8674, 15111, 8814, 8840, 11726, 7974, 11603, 8394, 11715, 8454, 16897, 9086, 8447, 9950, 7704, 12366, 8615, 12011, 9127, 12048, 9021, 7675, 10727, 8494, 11775, 9430, 7792, 10125, 7577, 7246, 9793, 7571, 12152, 8949, 13789, 10217, 13526, 10031, 18309, 11288, 10683, 10999, 8079, 12211, 8810, 12579, 9260, 14020, 8966, 7178, 10774, 7795, 11472, 8609, 9313, 9142, 7559, 11333, 8366, 11934, 8725, 8011, 9425, 7573, 10353, 7748, 12042, 8827, 9074, 9322, 7219, 10717, 8187, 12972, 8828, 12340, 8697, 8280, 11232, 8116, 12046, 8684, 11576, 8766, 13790, 9435, 8254, 10580, 8207, 11210, 8145, 12969, 9228, 10833, 9197, 7547, 10804, 8299, 12703, 8913, 13566, 9131, 7686, 9906, 8265, 12470, 8449, 12685, 8983, 14937, 9052, 8651, 10553, 7926, 11217, 8283, 11978, 9055, 11952, 9256, 7120, 10992, 8580, 12369, 8908, 14732, 8837, 11974, 8536, 7416, 11331, 8531, 12200, 7678, 9775, 8460, 7907, 10222, 7423, 12406, 9184, 9815, 9874, 7578, 11861, 8307, 13077, 8875, 13203, 8223, 11700, 8491, 15634, 9362, 7989, 10416, 7852, 11503, 8345, 12448, 9017, 12222, 8648, 7222, 10223, 7659, 11821, 8270, 11465, 8596, 12591, 9167, 12123, 9384, 7114, 10802, 8007, 11280, 8620, 12058, 8949, 12668, 8039, 8114, 10494, 7919, 11233, 8287, 11801, 8446, 12599, 8941, 10182, 9538, 7195, 10720, 8143, 11086, 8188, 12232, 8732, 16253, 8473, 7586, 8965, 7066, 10237, 8338, 11448, 8480, 11360, 8578, 11858, 8303, 13210, 8712, 7600, 10373, 8149, 12609, 10124, 16611, 9233, 10611, 9068, 7494, 10669, 8228, 12723, 8900, 12537, 9132, 15297, 9113, 11555, 9904, 7480, 11259, 8192, 11337, 8641, 12164, 9051, 10820, 8867, 7362, 11555, 7392, 10857, 8453, 11607, 8346, 12983, 8756, 9030, 9129, 8469, 10095, 8059, 11716, 8010, 12256, 9117, 10263, 9299, 7159, 10940, 8050, 11948, 8895, 12462, 8553, 7262, 10296, 8010, 12210, 8776, 12249, 8702, 13692, 8817, 12882, 8557, 8823, 9709, 7272, 10740, 7886, 11317, 8438, 16501, 8717, 8517, 10155, 7369, 11348, 7973, 12053, 8619, 11950, 8758, 8009, 10943, 7888, 12036, 8589, 11929, 8534, 15411, 9005, 8945, 9893, 7741, 10675, 8225, 12070, 8338, 11465, 8277, 7617, 10213, 7590, 11309, 8204, 16685, 9053, 13030, 10861, 7876, 11079, 8012, 13829, 9445, 12946, 8958, 14616, 9356, 8110, 10955, 7984, 12271, 8266, 11377, 9157, 15461, 8598, 7236, 10524, 7906, 11908, 8718, 7503, 11341, 8133, 10801, 11136, 8499, 8881, 10279, 8493, 16439, 10413, 8033, 12393, 9734, 17562, 10704, 8481, 13601, 9416, 8265, 9610, 7725, 11602, 8961, 12008, 10346, 7557, 11631, 9320, 15580, 9403, 10929, 10673, 7966, 11531, 8563, 12200, 9271, 10483, 10053, 7128, 11588, 8266, 10994, 9065, 8952, 9715, 7176, 10881], 'WindowCenter': [3993.0, 3947.0, 3986.0, 3941.0, 3971.0, 3940.0, 3981.0, 3951.0, 3969.0, 3949.0, 3929.0, 3946.0, 3917.0, 3971.0, 3940.0, 3969.0, 3952.0, 3968.0, 3927.0, 3925.0, 3937.0, 3916.0, 3959.0, 3940.0, 3972.0, 3939.0, 3970.0, 3950.0, 3948.0, 3939.0, 3916.0, 3960.0, 3929.0, 3984.0, 3940.0, 3970.0, 3939.0, 3971.0, 3951.0, 3959.0, 3960.0, 3930.0, 3959.0, 3918.0, 3971.0, 3938.0, 3970.0, 3950.0, 3971.0, 3952.0, 3993.0, 3963.0, 3928.0, 3960.0, 3928.0, 3982.0, 3951.0, 3972.0, 3950.0, 3967.0, 3948.0, 3927.0, 3958.0, 3915.0, 3957.0, 3928.0, 3958.0, 3927.0, 3968.0, 3937.0, 3968.0, 3950.0, 3967.0, 3937.0, 3925.0, 3946.0, 3915.0, 3958.0, 3926.0, 3957.0, 3937.0, 3967.0, 3936.0, 3946.0, 3937.0, 3928.0, 3959.0, 3926.0, 3959.0, 3936.0, 3970.0, 3949.0, 3970.0, 3948.0, 3956.0, 3947.0, 3926.0, 3958.0, 3916.0, 3956.0, 3926.0, 3958.0, 3949.0, 3991.0, 3949.0, 3925.0, 3945.0, 3916.0, 3970.0, 3939.0, 3970.0, 3949.0, 3969.0, 3950.0, 3967.0, 3938.0, 3916.0, 3958.0, 3915.0, 3957.0, 3936.0, 3957.0, 3936.0, 3977.0, 3937.0, 3926.0, 3946.0, 3915.0, 3970.0, 3940.0, 3972.0, 3960.0, 3969.0, 3948.0, 3947.0, 3949.0, 3916.0, 3971.0, 3917.0, 3958.0, 3941.0, 3957.0, 3936.0, 3967.0, 3936.0, 3915.0, 3947.0, 3927.0, 3969.0, 3938.0, 3969.0, 3949.0, 3959.0, 3948.0, 3917.0, 3970.0, 3937.0, 3971.0, 3949.0, 3978.0, 3938.0, 3969.0, 3947.0, 3904.0, 3958.0, 3926.0, 3955.0, 3936.0, 3977.0, 3938.0, 3916.0, 3957.0, 3917.0, 3957.0, 3951.0, 3979.0, 3940.0, 3939.0, 3960.0, 3941.0, 3982.0, 3950.0, 3928.0, 3948.0, 3928.0, 3969.0, 3937.0, 3958.0, 3937.0, 3925.0, 3948.0, 3916.0, 3958.0, 3914.0, 3946.0, 3935.0, 3944.0, 3924.0, 3962.0, 3923.0, 3901.0, 3933.0, 3903.0, 3945.0, 3925.0, 3945.0, 3937.0, 3965.0, 3936.0, 3905.0, 3945.0, 3915.0, 3959.0, 3937.0, 3957.0, 3948.0, 3937.0, 3936.0, 3906.0, 3957.0, 3928.0, 3959.0, 3964.0, 3970.0, 3951.0, 3919.0, 3971.0, 3941.0, 3984.0, 3964.0, 3971.0, 3952.0, 3919.0, 3959.0, 3928.0, 3971.0, 3961.0, 3928.0, 3959.0, 3929.0, 3959.0, 3952.0, 3990.0, 3938.0, 3916.0, 3958.0, 3926.0, 3956.0, 3937.0, 3978.0, 3926.0, 3924.0, 3944.0, 3913.0, 3944.0, 3937.0, 3965.0, 3935.0, 3904.0, 3945.0, 3904.0, 3956.0, 3928.0, 3960.0, 3938.0, 3956.0, 3928.0, 3916.0, 3959.0, 3929.0, 3959.0, 3950.0, 3970.0, 3954.0, 3949.0, 3961.0, 3930.0, 3960.0, 3939.0, 3969.0, 3939.0, 3918.0, 3961.0, 3941.0, 3962.0, 3960.0, 3960.0, 3918.0, 3960.0, 3928.0, 3971.0, 3939.0, 3979.0, 3927.0, 3980.0, 3938.0, 3924.0, 3946.0, 3903.0, 3956.0, 3927.0, 3957.0, 3926.0, 3947.0, 3940.0, 3961.0, 3961.0, 3918.0, 3927.0, 3926.0, 3918.0, 3949.0, 3916.0, 3960.0, 3926.0, 3959.0, 3930.0, 3972.0, 3940.0, 3960.0, 3950.0, 3968.0, 3948.0, 3977.0, 3949.0, 3977.0, 3923.0, 3921.0, 3921.0, 3888.0, 3920.0, 3889.0, 3932.0, 3887.0, 3930.0, 3898.0, 3930.0, 3910.0, 3945.0, 3916.0, 3934.0, 3914.0, 3943.0, 3914.0, 3926.0, 3925.0, 3905.0, 3947.0, 3915.0, 3948.0, 3928.0, 3960.0, 3929.0, 3981.0, 3940.0, 3929.0, 3964.0, 3918.0, 3960.0, 3930.0, 3961.0, 3952.0, 3980.0, 3930.0, 3928.0, 3949.0, 3917.0, 3960.0, 3928.0, 3959.0, 3942.0, 3959.0, 3938.0, 3978.0, 3928.0, 3916.0, 3947.0, 3916.0, 3957.0, 3938.0, 3980.0, 3939.0, 3919.0, 3959.0, 3929.0, 3961.0, 3940.0, 3939.0, 3940.0, 3919.0, 3961.0, 3929.0, 3964.0, 3953.0, 3960.0, 3931.0, 3991.0, 3940.0, 3931.0, 3960.0, 3929.0, 3959.0, 3939.0, 3928.0, 3959.0, 3928.0, 3949.0, 3938.0, 3957.0, 3941.0, 3957.0, 3914.0, 3924.0, 3926.0, 3915.0, 3948.0, 3930.0, 3948.0, 3940.0, 3930.0, 3950.0, 3929.0, 3980.0, 3938.0, 3917.0, 3950.0, 3960.0, 3951.0, 3938.0, 3951.0, 3927.0, 3948.0, 3918.0, 3959.0, 3938.0, 3978.0, 3926.0, 3955.0, 3927.0, 3977.0, 3940.0, 3980.0, 3930.0, 3930.0, 3949.0, 3921.0, 3985.0, 3944.0, 3945.0, 3964.0, 3943.0, 3976.0, 3954.0, 4005.0, 3952.0, 3930.0, 3950.0, 3931.0, 3971.0, 3929.0, 3990.0, 3928.0, 3937.0, 3948.0, 3916.0, 3958.0, 3937.0, 3990.0, 3938.0, 3955.0, 3935.0, 3903.0, 3946.0, 3924.0, 3954.0, 3925.0, 3903.0, 3937.0, 3904.0, 3946.0, 3915.0, 3956.0, 3927.0, 3917.0, 3938.0, 3915.0, 3947.0, 3927.0, 3959.0, 3928.0, 3989.0, 3938.0, 3935.0, 3936.0, 3916.0, 3947.0, 3916.0, 3948.0, 3927.0, 3928.0, 3953.0, 3920.0, 3962.0, 3931.0, 3963.0, 3944.0, 3983.0, 3954.0, 3945.0, 3962.0, 3930.0, 3973.0, 3951.0, 3971.0, 3929.0, 3981.0, 3929.0, 3928.0, 3959.0, 3916.0, 3947.0, 3916.0, 3958.0, 3930.0, 3989.0, 3928.0, 3916.0, 3937.0, 3917.0, 3958.0, 3927.0, 3957.0, 3927.0, 3956.0, 3929.0, 3919.0, 3950.0, 3930.0, 3958.0, 3926.0, 3905.0, 3936.0, 3931.0, 3920.0, 3963.0, 3932.0, 3976.0, 3944.0, 3986.0, 3954.0, 3973.0, 3952.0, 3991.0, 3948.0, 3935.0, 3935.0, 3902.0, 3946.0, 3925.0, 3944.0, 3925.0, 3954.0, 3913.0, 3892.0, 3933.0, 3902.0, 3944.0, 3915.0, 3924.0, 3925.0, 3915.0, 3948.0, 3929.0, 3958.0, 3928.0, 3928.0, 3938.0, 3916.0, 3948.0, 3919.0, 3959.0, 3940.0, 3938.0, 3939.0, 3919.0, 3951.0, 3929.0, 3983.0, 3941.0, 3959.0, 3928.0, 3929.0, 3950.0, 3917.0, 3960.0, 3928.0, 3960.0, 3928.0, 3969.0, 3938.0, 3916.0, 3937.0, 3916.0, 3949.0, 3930.0, 3972.0, 3939.0, 3947.0, 3927.0, 3916.0, 3949.0, 3928.0, 3960.0, 3928.0, 3970.0, 3927.0, 3917.0, 3937.0, 3917.0, 3959.0, 3929.0, 3959.0, 3927.0, 3967.0, 3927.0, 3915.0, 3936.0, 3915.0, 3947.0, 3917.0, 3959.0, 3928.0, 3947.0, 3926.0, 3905.0, 3949.0, 3929.0, 3959.0, 3927.0, 3967.0, 3927.0, 3960.0, 3928.0, 3906.0, 3949.0, 3928.0, 3959.0, 3919.0, 3950.0, 3929.0, 3930.0, 3963.0, 3933.0, 3973.0, 3954.0, 3965.0, 3966.0, 3919.0, 3963.0, 3931.0, 3973.0, 3942.0, 3987.0, 3917.0, 3959.0, 3929.0, 3978.0, 3927.0, 3915.0, 3948.0, 3915.0, 3947.0, 3916.0, 3957.0, 3926.0, 3945.0, 3927.0, 3907.0, 3937.0, 3918.0, 3947.0, 3915.0, 3946.0, 3927.0, 3957.0, 3928.0, 3958.0, 3926.0, 3894.0, 3946.0, 3916.0, 3946.0, 3928.0, 3960.0, 3927.0, 3956.0, 3918.0, 3916.0, 3947.0, 3916.0, 3947.0, 3927.0, 3960.0, 3930.0, 3960.0, 3928.0, 3936.0, 3937.0, 3905.0, 3946.0, 3916.0, 3961.0, 3917.0, 3959.0, 3928.0, 3979.0, 3917.0, 3916.0, 3927.0, 3906.0, 3951.0, 3929.0, 3975.0, 3944.0, 3962.0, 3942.0, 3974.0, 3945.0, 3984.0, 3930.0, 3918.0, 3950.0, 3930.0, 3973.0, 3952.0, 3993.0, 3940.0, 3948.0, 3927.0, 3907.0, 3937.0, 3916.0, 3958.0, 3927.0, 3958.0, 3927.0, 3977.0, 3926.0, 3946.0, 3940.0, 3906.0, 3935.0, 3913.0, 3935.0, 3914.0, 3944.0, 3925.0, 3933.0, 3925.0, 3905.0, 3959.0, 3903.0, 3935.0, 3916.0, 3946.0, 3915.0, 3955.0, 3926.0, 3925.0, 3942.0, 3929.0, 3949.0, 3917.0, 3960.0, 3918.0, 3958.0, 3928.0, 3936.0, 3937.0, 3904.0, 3948.0, 3917.0, 3959.0, 3929.0, 3957.0, 3927.0, 3906.0, 3950.0, 3928.0, 3959.0, 3926.0, 3946.0, 3916.0, 3972.0, 3928.0, 3956.0, 3926.0, 3925.0, 3938.0, 3904.0, 3946.0, 3929.0, 3948.0, 3916.0, 3979.0, 3927.0, 3928.0, 3938.0, 3905.0, 3948.0, 3916.0, 3958.0, 3928.0, 3957.0, 3928.0, 3917.0, 3948.0, 3915.0, 3958.0, 3930.0, 3959.0, 3927.0, 3979.0, 3928.0, 3926.0, 3937.0, 3905.0, 3936.0, 3928.0, 3972.0, 3929.0, 3958.0, 3929.0, 3919.0, 3951.0, 3930.0, 3974.0, 3942.0, 3992.0, 3941.0, 3971.0, 3950.0, 3917.0, 3950.0, 3919.0, 3969.0, 3927.0, 3946.0, 3914.0, 3968.0, 3924.0, 3902.0, 3934.0, 3902.0, 3945.0, 3913.0, 3943.0, 3938.0, 3965.0, 3913.0, 3904.0, 3949.0, 3916.0, 3947.0, 3926.0, 3905.0, 3959.0, 3929.0, 3949.0, 3961.0, 3942.0, 3942.0, 3952.0, 3943.0, 4005.0, 3953.0, 3930.0, 3975.0, 3941.0, 3991.0, 3950.0, 3916.0, 3960.0, 3927.0, 3915.0, 3925.0, 3905.0, 3945.0, 3915.0, 3947.0, 3938.0, 3905.0, 3947.0, 3926.0, 3966.0, 3926.0, 3946.0, 3937.0, 3905.0, 3935.0, 3912.0, 3944.0, 3924.0, 3922.0, 3923.0, 3894.0, 3934.0, 3902.0, 3947.0, 3925.0, 3924.0, 3925.0, 3895.0, 3949.0], 'WindowWidth': [8907.0, 8834.0, 8885.0, 8815.0, 8854.0, 8810.0, 8870.0, 8829.0, 8847.0, 8821.0, 8795.0, 8812.0, 8778.0, 8856.0, 8811.0, 8848.0, 8830.0, 8847.0, 8790.0, 8784.0, 8803.0, 8775.0, 8837.0, 8812.0, 8857.0, 8809.0, 8853.0, 8824.0, 8819.0, 8807.0, 8775.0, 8837.0, 8796.0, 8878.0, 8813.0, 8851.0, 8809.0, 8856.0, 8827.0, 8834.0, 8838.0, 8797.0, 8836.0, 8778.0, 8854.0, 8805.0, 8851.0, 8824.0, 8854.0, 8831.0, 8888.0, 8847.0, 8792.0, 8836.0, 8793.0, 8871.0, 8829.0, 8858.0, 8823.0, 8844.0, 8819.0, 8789.0, 8832.0, 8771.0, 8829.0, 8791.0, 8832.0, 8788.0, 8846.0, 8802.0, 8846.0, 8823.0, 8841.0, 8801.0, 8784.0, 8813.0, 8769.0, 8831.0, 8787.0, 8830.0, 8803.0, 8843.0, 8800.0, 8812.0, 8803.0, 8792.0, 8836.0, 8787.0, 8833.0, 8801.0, 8852.0, 8821.0, 8852.0, 8819.0, 8826.0, 8815.0, 8786.0, 8831.0, 8772.0, 8828.0, 8786.0, 8834.0, 8823.0, 8884.0, 8823.0, 8784.0, 8811.0, 8775.0, 8851.0, 8808.0, 8853.0, 8822.0, 8849.0, 8824.0, 8843.0, 8804.0, 8773.0, 8832.0, 8771.0, 8830.0, 8799.0, 8830.0, 8800.0, 8856.0, 8801.0, 8788.0, 8813.0, 8770.0, 8853.0, 8811.0, 8858.0, 8836.0, 8849.0, 8818.0, 8815.0, 8819.0, 8773.0, 8853.0, 8773.0, 8831.0, 8814.0, 8829.0, 8800.0, 8841.0, 8799.0, 8772.0, 8815.0, 8791.0, 8850.0, 8804.0, 8848.0, 8822.0, 8834.0, 8820.0, 8776.0, 8852.0, 8803.0, 8856.0, 8819.0, 8861.0, 8804.0, 8847.0, 8816.0, 8754.0, 8831.0, 8787.0, 8826.0, 8798.0, 8858.0, 8807.0, 8773.0, 8829.0, 8776.0, 8829.0, 8831.0, 8862.0, 8811.0, 8809.0, 8838.0, 8814.0, 8871.0, 8824.0, 8792.0, 8817.0, 8790.0, 8850.0, 8802.0, 8830.0, 8803.0, 8781.0, 8819.0, 8772.0, 8832.0, 8765.0, 8812.0, 8796.0, 8808.0, 8778.0, 8828.0, 8774.0, 8745.0, 8789.0, 8750.0, 8807.0, 8783.0, 8812.0, 8801.0, 8837.0, 8799.0, 8757.0, 8810.0, 8769.0, 8835.0, 8801.0, 8830.0, 8818.0, 8800.0, 8800.0, 8759.0, 8829.0, 8793.0, 8835.0, 8852.0, 8851.0, 8829.0, 8783.0, 8856.0, 8816.0, 8878.0, 8850.0, 8854.0, 8829.0, 8782.0, 8836.0, 8792.0, 8855.0, 8842.0, 8792.0, 8835.0, 8796.0, 8835.0, 8831.0, 8877.0, 8806.0, 8771.0, 8833.0, 8787.0, 8827.0, 8801.0, 8859.0, 8786.0, 8778.0, 8806.0, 8764.0, 8807.0, 8801.0, 8837.0, 8796.0, 8754.0, 8810.0, 8753.0, 8824.0, 8790.0, 8838.0, 8805.0, 8826.0, 8791.0, 8773.0, 8833.0, 8794.0, 8836.0, 8824.0, 8850.0, 8835.0, 8820.0, 8838.0, 8794.0, 8839.0, 8806.0, 8846.0, 8807.0, 8781.0, 8841.0, 8815.0, 8843.0, 8836.0, 8839.0, 8779.0, 8838.0, 8792.0, 8855.0, 8807.0, 8862.0, 8786.0, 8864.0, 8803.0, 8779.0, 8809.0, 8750.0, 8824.0, 8786.0, 8826.0, 8784.0, 8815.0, 8810.0, 8840.0, 8841.0, 8776.0, 8788.0, 8786.0, 8779.0, 8821.0, 8772.0, 8838.0, 8786.0, 8832.0, 8798.0, 8856.0, 8812.0, 8840.0, 8823.0, 8848.0, 8818.0, 8858.0, 8820.0, 8853.0, 8774.0, 8767.0, 8768.0, 8717.0, 8762.0, 8721.0, 8782.0, 8716.0, 8776.0, 8733.0, 8777.0, 8754.0, 8810.0, 8771.0, 8791.0, 8765.0, 8801.0, 8763.0, 8783.0, 8780.0, 8754.0, 8813.0, 8768.0, 8817.0, 8789.0, 8836.0, 8795.0, 8867.0, 8811.0, 8792.0, 8847.0, 8778.0, 8837.0, 8795.0, 8841.0, 8828.0, 8863.0, 8796.0, 8790.0, 8820.0, 8775.0, 8836.0, 8792.0, 8836.0, 8816.0, 8835.0, 8803.0, 8858.0, 8790.0, 8770.0, 8814.0, 8773.0, 8828.0, 8804.0, 8864.0, 8808.0, 8779.0, 8833.0, 8793.0, 8839.0, 8809.0, 8807.0, 8810.0, 8782.0, 8840.0, 8795.0, 8850.0, 8832.0, 8840.0, 8799.0, 8879.0, 8810.0, 8799.0, 8838.0, 8793.0, 8834.0, 8808.0, 8789.0, 8836.0, 8791.0, 8822.0, 8803.0, 8830.0, 8813.0, 8827.0, 8766.0, 8780.0, 8784.0, 8770.0, 8817.0, 8798.0, 8818.0, 8811.0, 8798.0, 8826.0, 8795.0, 8865.0, 8807.0, 8777.0, 8826.0, 8835.0, 8827.0, 8802.0, 8824.0, 8787.0, 8817.0, 8779.0, 8836.0, 8803.0, 8860.0, 8786.0, 8823.0, 8787.0, 8856.0, 8811.0, 8866.0, 8799.0, 8797.0, 8819.0, 8789.0, 8880.0, 8827.0, 8828.0, 8852.0, 8821.0, 8868.0, 8835.0, 8907.0, 8831.0, 8797.0, 8824.0, 8798.0, 8852.0, 8794.0, 8877.0, 8789.0, 8800.0, 8815.0, 8772.0, 8832.0, 8802.0, 8879.0, 8801.0, 8819.0, 8794.0, 8749.0, 8813.0, 8778.0, 8818.0, 8781.0, 8750.0, 8800.0, 8751.0, 8812.0, 8768.0, 8824.0, 8787.0, 8775.0, 8803.0, 8768.0, 8815.0, 8787.0, 8834.0, 8792.0, 8874.0, 8803.0, 8793.0, 8798.0, 8772.0, 8816.0, 8771.0, 8817.0, 8790.0, 8794.0, 8832.0, 8785.0, 8844.0, 8802.0, 8847.0, 8823.0, 8874.0, 8838.0, 8824.0, 8843.0, 8798.0, 8860.0, 8827.0, 8855.0, 8795.0, 8865.0, 8794.0, 8789.0, 8835.0, 8771.0, 8817.0, 8772.0, 8832.0, 8797.0, 8872.0, 8789.0, 8770.0, 8801.0, 8774.0, 8832.0, 8786.0, 8828.0, 8785.0, 8825.0, 8793.0, 8780.0, 8822.0, 8796.0, 8831.0, 8785.0, 8754.0, 8798.0, 8799.0, 8787.0, 8848.0, 8807.0, 8871.0, 8822.0, 8886.0, 8836.0, 8865.0, 8829.0, 8881.0, 8816.0, 8793.0, 8795.0, 8745.0, 8812.0, 8781.0, 8806.0, 8780.0, 8818.0, 8762.0, 8733.0, 8788.0, 8746.0, 8806.0, 8768.0, 8778.0, 8782.0, 8769.0, 8818.0, 8796.0, 8834.0, 8791.0, 8793.0, 8804.0, 8771.0, 8820.0, 8783.0, 8836.0, 8811.0, 8805.0, 8807.0, 8782.0, 8827.0, 8795.0, 8876.0, 8814.0, 8833.0, 8792.0, 8793.0, 8823.0, 8776.0, 8838.0, 8789.0, 8838.0, 8792.0, 8845.0, 8803.0, 8770.0, 8801.0, 8771.0, 8821.0, 8799.0, 8857.0, 8807.0, 8814.0, 8786.0, 8771.0, 8820.0, 8792.0, 8836.0, 8791.0, 8848.0, 8788.0, 8774.0, 8801.0, 8772.0, 8834.0, 8792.0, 8834.0, 8788.0, 8841.0, 8786.0, 8768.0, 8796.0, 8766.0, 8812.0, 8774.0, 8833.0, 8791.0, 8814.0, 8785.0, 8757.0, 8819.0, 8794.0, 8833.0, 8788.0, 8842.0, 8788.0, 8836.0, 8789.0, 8759.0, 8818.0, 8788.0, 8834.0, 8781.0, 8823.0, 8795.0, 8798.0, 8846.0, 8806.0, 8861.0, 8836.0, 8854.0, 8853.0, 8783.0, 8846.0, 8800.0, 8860.0, 8816.0, 8887.0, 8775.0, 8834.0, 8794.0, 8857.0, 8786.0, 8769.0, 8817.0, 8767.0, 8814.0, 8771.0, 8828.0, 8784.0, 8807.0, 8787.0, 8762.0, 8801.0, 8777.0, 8814.0, 8766.0, 8811.0, 8789.0, 8826.0, 8789.0, 8830.0, 8784.0, 8736.0, 8811.0, 8772.0, 8812.0, 8791.0, 8838.0, 8789.0, 8825.0, 8777.0, 8772.0, 8814.0, 8770.0, 8816.0, 8786.0, 8837.0, 8799.0, 8837.0, 8791.0, 8798.0, 8800.0, 8756.0, 8812.0, 8770.0, 8841.0, 8773.0, 8834.0, 8790.0, 8860.0, 8773.0, 8773.0, 8787.0, 8759.0, 8825.0, 8794.0, 8868.0, 8823.0, 8843.0, 8816.0, 8864.0, 8826.0, 8874.0, 8797.0, 8778.0, 8823.0, 8797.0, 8860.0, 8830.0, 8890.0, 8811.0, 8815.0, 8788.0, 8763.0, 8799.0, 8771.0, 8833.0, 8787.0, 8831.0, 8788.0, 8853.0, 8786.0, 8810.0, 8810.0, 8757.0, 8793.0, 8762.0, 8795.0, 8765.0, 8807.0, 8780.0, 8789.0, 8780.0, 8757.0, 8834.0, 8750.0, 8797.0, 8771.0, 8811.0, 8768.0, 8824.0, 8785.0, 8783.0, 8817.0, 8794.0, 8820.0, 8775.0, 8836.0, 8777.0, 8833.0, 8791.0, 8799.0, 8800.0, 8754.0, 8816.0, 8774.0, 8833.0, 8793.0, 8828.0, 8788.0, 8760.0, 8822.0, 8791.0, 8834.0, 8785.0, 8813.0, 8772.0, 8857.0, 8791.0, 8824.0, 8785.0, 8782.0, 8802.0, 8754.0, 8810.0, 8794.0, 8818.0, 8774.0, 8860.0, 8788.0, 8793.0, 8803.0, 8757.0, 8817.0, 8772.0, 8831.0, 8789.0, 8826.0, 8791.0, 8776.0, 8818.0, 8769.0, 8831.0, 8797.0, 8835.0, 8787.0, 8861.0, 8790.0, 8785.0, 8800.0, 8756.0, 8798.0, 8792.0, 8859.0, 8797.0, 8832.0, 8794.0, 8782.0, 8828.0, 8799.0, 8864.0, 8817.0, 8885.0, 8815.0, 8853.0, 8825.0, 8776.0, 8822.0, 8778.0, 8849.0, 8787.0, 8814.0, 8766.0, 8841.0, 8779.0, 8746.0, 8792.0, 8745.0, 8808.0, 8761.0, 8804.0, 8803.0, 8834.0, 8762.0, 8750.0, 8820.0, 8772.0, 8813.0, 8784.0, 8755.0, 8832.0, 8793.0, 8819.0, 8839.0, 8817.0, 8815.0, 8830.0, 8819.0, 8905.0, 8833.0, 8797.0, 8867.0, 8812.0, 8881.0, 8822.0, 8767.0, 8835.0, 8786.0, 8766.0, 8779.0, 8754.0, 8807.0, 8766.0, 8811.0, 8803.0, 8753.0, 8814.0, 8782.0, 8837.0, 8785.0, 8810.0, 8798.0, 8753.0, 8791.0, 8756.0, 8804.0, 8777.0, 8770.0, 8774.0, 8736.0, 8790.0, 8745.0, 8812.0, 8782.0, 8776.0, 8779.0, 8740.0, 8818.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.0005797914379802416</td></tr>
<tr><td colspan=3>aqi</td><td>0.024388271679473102</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.666846025780266</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2376371912417576</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.993133940505494</td></tr>
<tr><td colspan=3>efc</td><td>0.5</td></tr>
<tr><td colspan=3>fber</td><td>4001.0701</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11148010474721286</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>82</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.001097694840833</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.555022654375383</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.465359759403061</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8437860231079486</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3559221806151394</td></tr>
<tr><td colspan=3>gcor</td><td>0.00880959</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012037381529808044</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.032755300402641296</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.785241011851601</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>18.5003</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.3008</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>204.7994</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297252.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1015.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>383.5483</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1894</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>510.0324</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3095.5995</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3289.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79292.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>956.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4082.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>868.8956</td></tr>
<tr><td colspan=3>tsnr</td><td>36.25337861478329</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>