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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0024/ses-02/func/sub-0024_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>ee0e17ae3fb84155398e5853454b9401</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:59:44.920000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999681, 0.0203897, 0.0149108, -0.0188458, 0.995084, -0.0972217]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.122495</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4143, -7830, -7128, 534, -104, -237, 91, 44]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 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>271.425</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7f251f56-29a7-48dc-a283-85edc6fbbef0||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682070732116699, -0.05056198686361313, 0.04541347175836563, 110.72689819335938], [-0.05470407009124756, 2.669738531112671, -0.2616562247276306, -76.00971984863281], [0.04000452905893326, 0.2608388066291809, 2.686908006668091, -21.255481719970703], [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': ['155944.920000', '155945.380000', '155945.840000', '155946.300000', '155946.760000', '155947.220000', '155947.680000', '155948.140000', '155948.600000', '155949.060000', '155949.520000', '155949.980000', '155950.440000', '155950.900000', '155951.360000', '155951.820000', '155952.280000', '155952.740000', '155953.200000', '155953.660000', '155954.120000', '155954.580000', '155955.040000', '155955.500000', '155955.960000', '155956.420000', '155956.880000', '155957.340000', '155957.800000', '155958.260000', '155958.720000', '155959.180000', '155959.640000', '160000.100000', '160000.560000', '160001.020000', '160001.480000', '160001.940000', '160002.400000', '160002.860000', '160003.320000', '160003.780000', '160004.240000', '160004.700000', '160005.160000', '160005.620000', '160006.080000', '160006.540000', '160007.000000', '160007.460000', '160007.920000', '160008.380000', '160008.840000', '160009.300000', '160009.760000', '160010.220000', '160010.680000', '160011.140000', '160011.600000', '160012.060000', '160012.520000', '160012.980000', '160013.440000', '160013.900000', '160014.360000', '160014.820000', '160015.280000', '160015.740000', '160016.200000', '160016.660000', '160017.120000', '160017.580000', '160018.040000', '160018.500000', '160018.960000', '160019.420000', '160019.880000', '160020.340000', '160020.800000', '160021.260000', '160021.720000', '160022.180000', '160022.640000', '160023.100000', '160023.560000', '160024.020000', '160024.480000', '160024.940000', '160025.400000', '160025.860000', '160026.320000', '160026.780000', '160027.240000', '160027.700000', '160028.160000', '160028.620000', '160029.080000', '160029.540000', '160030.000000', '160030.460000', '160030.920000', '160031.380000', '160031.840000', '160032.300000', '160032.760000', '160033.220000', '160033.680000', '160034.140000', '160034.600000', '160035.060000', '160035.520000', '160035.980000', '160036.440000', '160036.900000', '160037.360000', '160037.820000', '160038.280000', '160038.740000', '160039.200000', '160039.660000', '160040.120000', '160040.580000', '160041.040000', '160041.500000', '160041.960000', '160042.420000', '160042.880000', '160043.340000', '160043.800000', '160044.260000', '160044.720000', '160045.180000', '160045.640000', '160046.100000', '160046.560000', '160047.020000', '160047.480000', '160047.940000', '160048.400000', '160048.860000', '160049.320000', '160049.780000', '160050.240000', '160050.700000', '160051.160000', '160051.620000', '160052.080000', '160052.540000', '160053.000000', '160053.460000', '160053.920000', '160054.380000', '160054.840000', '160055.300000', '160055.760000', '160056.220000', '160056.680000', '160057.140000', '160057.600000', '160058.060000', '160058.520000', '160058.980000', '160059.440000', '160059.900000', '160100.360000', '160100.820000', '160101.280000', '160101.740000', '160102.200000', '160102.660000', '160103.120000', '160103.580000', '160104.040000', '160104.500000', '160104.960000', '160105.420000', '160105.880000', '160106.340000', '160106.800000', '160107.260000', '160107.720000', '160108.180000', '160108.640000', '160109.100000', '160109.560000', '160110.020000', '160110.480000', '160110.940000', '160111.400000', '160111.860000', '160112.320000', '160112.780000', '160113.240000', '160113.700000', '160114.160000', '160114.620000', '160115.080000', '160115.540000', '160116.000000', '160116.460000', '160116.920000', '160117.380000', '160117.840000', '160118.300000', '160118.760000', '160119.220000', '160119.680000', '160120.140000', '160120.600000', '160121.060000', '160121.520000', '160121.980000', '160122.440000', '160122.900000', '160123.360000', '160123.820000', '160124.280000', '160124.740000', '160125.200000', '160125.660000', '160126.120000', '160126.580000', '160127.040000', '160127.500000', '160127.960000', '160128.420000', '160128.880000', '160129.340000', '160129.800000', '160130.260000', '160130.720000', '160131.180000', '160131.640000', '160132.100000', '160132.560000', '160133.020000', '160133.480000', '160133.940000', '160134.400000', '160134.860000', '160135.320000', '160135.780000', '160136.240000', '160136.700000', '160137.160000', '160137.620000', '160138.080000', '160138.540000', '160139.000000', '160139.460000', '160139.920000', '160140.380000', '160140.840000', '160141.300000', '160141.760000', '160142.220000', '160142.680000', '160143.140000', '160143.600000', '160144.060000', '160144.520000', '160144.980000', '160145.440000', '160145.900000', '160146.360000', '160146.820000', '160147.280000', '160147.740000', '160148.200000', '160148.660000', '160149.120000', '160149.580000', '160150.040000', '160150.500000', '160150.960000', '160151.420000', '160151.880000', '160152.340000', '160152.800000', '160153.260000', '160153.720000', '160154.180000', '160154.640000', '160155.100000', '160155.560000', '160156.020000', '160156.480000', '160156.940000', '160157.400000', '160157.860000', '160158.320000', '160158.780000', '160159.240000', '160159.700000', '160200.160000', '160200.620000', '160201.080000', '160201.540000', '160202.000000', '160202.460000', '160202.920000', '160203.380000', '160203.840000', '160204.300000', '160204.760000', '160205.220000', '160205.680000', '160206.140000', '160206.600000', '160207.060000', '160207.520000', '160207.980000', '160208.440000', '160208.900000', '160209.360000', '160209.820000', '160210.280000', '160210.740000', '160211.200000', '160211.660000', '160212.120000', '160212.580000', '160213.040000', '160213.500000', '160213.960000', '160214.420000', '160214.880000', '160215.340000', '160215.800000', '160216.260000', '160216.720000', '160217.180000', '160217.640000', '160218.100000', '160218.560000', '160219.020000', '160219.480000', '160219.940000', '160220.400000', '160220.860000', '160221.320000', '160221.780000', '160222.240000', '160222.700000', '160223.160000', '160223.620000', '160224.080000', '160224.540000', '160225.000000', '160225.460000', '160225.920000', '160226.380000', '160226.840000', '160227.300000', '160227.760000', '160228.220000', '160228.680000', '160229.140000', '160229.600000', '160230.060000', '160230.520000', '160230.980000', '160231.440000', '160231.900000', '160232.360000', '160232.820000', '160233.280000', '160233.740000', '160234.200000', '160234.660000', '160235.120000', '160235.580000', '160236.040000', '160236.500000', '160236.960000', '160237.420000', '160237.880000', '160238.340000', '160238.800000', '160239.260000', '160239.720000', '160240.180000', '160240.640000', '160241.100000', '160241.560000', '160242.020000', '160242.480000', '160242.940000', '160243.400000', '160243.860000', '160244.320000', '160244.780000', '160245.240000', '160245.700000', '160246.160000', '160246.620000', '160247.080000', '160247.540000', '160248.000000', '160248.460000', '160248.920000', '160249.380000', '160249.840000', '160250.300000', '160250.760000', '160251.220000', '160251.680000', '160252.140000', '160252.600000', '160253.060000', '160253.520000', '160253.980000', '160254.440000', '160254.900000', '160255.360000', '160255.820000', '160256.280000', '160256.740000', '160257.200000', '160257.660000', '160258.120000', '160258.580000', '160259.040000', '160259.500000', '160259.960000', '160300.420000', '160300.880000', '160301.340000', '160301.800000', '160302.260000', '160302.720000', '160303.180000', '160303.640000', '160304.100000', '160304.560000', '160305.020000', '160305.480000', '160305.940000', '160306.400000', '160306.860000', '160307.320000', '160307.780000', '160308.240000', '160308.700000', '160309.160000', '160309.620000', '160310.080000', '160310.540000', '160311.000000', '160311.460000', '160311.920000', '160312.380000', '160312.840000', '160313.300000', '160313.760000', '160314.220000', '160314.680000', '160315.140000', '160315.600000', '160316.060000', '160316.520000', '160316.980000', '160317.440000', '160317.900000', '160318.360000', '160318.820000', '160319.280000', '160319.740000', '160320.200000', '160320.660000', '160321.120000', '160321.580000', '160322.040000', '160322.500000', '160322.960000', '160323.420000', '160323.880000', '160324.340000', '160324.800000', '160325.260000', '160325.720000', '160326.180000', '160326.640000', '160327.100000', '160327.560000', '160328.020000', '160328.480000', '160328.940000', '160329.400000', '160329.860000', '160330.320000', '160330.780000', '160331.240000', '160331.700000', '160332.160000', '160332.620000', '160333.080000', '160333.540000', '160334.000000', '160334.460000', '160334.920000', '160335.380000', '160335.840000', '160336.300000', '160336.760000', '160337.220000', '160337.680000', '160338.140000', '160338.600000', '160339.060000', '160339.520000', '160339.980000', '160340.440000', '160340.900000', '160341.360000', '160341.820000', '160342.280000', '160342.740000', '160343.200000', '160343.660000', '160344.120000', '160344.580000', '160345.040000', '160345.500000', '160345.960000', '160346.420000', '160346.880000', '160347.340000', '160347.800000', '160348.260000', '160348.720000', '160349.180000', '160349.640000', '160350.100000', '160350.560000', '160351.020000', '160351.480000', '160351.940000', '160352.400000', '160352.860000', '160353.320000', '160353.780000', '160354.240000', '160354.700000', '160355.160000', '160355.620000', '160356.080000', '160356.540000', '160357.000000', '160357.460000', '160357.920000', '160358.380000', '160358.840000', '160359.300000', '160359.760000', '160400.220000', '160400.680000', '160401.140000', '160401.600000', '160402.060000', '160402.520000', '160402.980000', '160403.440000', '160403.900000', '160404.360000', '160404.820000', '160405.280000', '160405.740000', '160406.200000', '160406.660000', '160407.120000', '160407.580000', '160408.040000', '160408.500000', '160408.960000', '160409.420000', '160409.880000', '160410.340000', '160410.800000', '160411.260000', '160411.720000', '160412.180000', '160412.640000', '160413.100000', '160413.560000', '160414.020000', '160414.480000', '160414.940000', '160415.400000', '160415.860000', '160416.320000', '160416.780000', '160417.240000', '160417.700000', '160418.160000', '160418.620000', '160419.080000', '160419.540000', '160420.000000', '160420.460000', '160420.920000', '160421.380000', '160421.840000', '160422.300000', '160422.760000', '160423.220000', '160423.680000', '160424.140000', '160424.600000', '160425.060000', '160425.520000', '160425.980000', '160426.440000', '160426.900000', '160427.360000', '160427.820000', '160428.280000', '160428.740000', '160429.200000', '160429.660000', '160430.120000', '160430.580000', '160431.040000', '160431.500000', '160431.960000', '160432.420000', '160432.880000', '160433.340000', '160433.800000', '160434.260000', '160434.720000', '160435.180000', '160435.640000', '160436.100000', '160436.560000', '160437.020000', '160437.480000', '160437.940000', '160438.400000', '160438.860000', '160439.320000', '160439.780000', '160440.240000', '160440.700000', '160441.160000', '160441.620000', '160442.080000', '160442.540000', '160443.000000', '160443.460000', '160443.920000', '160444.380000', '160444.840000', '160445.300000', '160445.760000', '160446.220000', '160446.680000', '160447.140000', '160447.600000', '160448.060000', '160448.520000', '160448.980000', '160449.440000', '160449.900000', '160450.360000', '160450.820000', '160451.280000', '160451.740000', '160452.200000', '160452.660000', '160453.120000', '160453.580000', '160454.040000', '160454.500000', '160454.960000', '160455.420000', '160455.880000', '160456.340000', '160456.800000', '160457.260000', '160457.720000', '160458.180000', '160458.640000', '160459.100000', '160459.560000', '160500.020000', '160500.480000', '160500.940000', '160501.400000', '160501.860000', '160502.320000', '160502.780000', '160503.240000', '160503.700000', '160504.160000', '160504.620000', '160505.080000', '160505.540000', '160506.000000', '160506.460000', '160506.920000', '160507.380000', '160507.840000', '160508.300000', '160508.760000', '160509.220000', '160509.680000', '160510.140000', '160510.600000', '160511.060000', '160511.520000', '160511.980000', '160512.440000', '160512.900000', '160513.360000', '160513.820000', '160514.280000', '160514.740000', '160515.200000', '160515.660000', '160516.120000', '160516.580000', '160517.040000', '160517.500000', '160517.960000', '160518.420000', '160518.880000', '160519.340000', '160519.800000', '160520.260000', '160520.720000', '160521.180000', '160521.640000', '160522.100000', '160522.560000', '160523.020000', '160523.480000', '160523.940000', '160524.400000', '160524.860000', '160525.320000', '160525.780000', '160526.240000', '160526.700000', '160527.160000', '160527.620000', '160528.080000', '160528.540000', '160529.000000', '160529.460000', '160529.920000', '160530.380000', '160530.840000', '160531.300000', '160531.760000', '160532.220000', '160532.680000', '160533.140000', '160533.600000', '160534.060000', '160534.520000', '160534.980000', '160535.440000', '160535.900000', '160536.360000', '160536.820000', '160537.280000', '160537.740000', '160538.200000', '160538.660000', '160539.120000', '160539.580000', '160540.040000', '160540.500000', '160540.960000', '160541.420000', '160541.880000', '160542.340000', '160542.800000', '160543.260000', '160543.720000', '160544.180000', '160544.640000', '160545.100000', '160545.560000', '160546.020000', '160546.480000', '160546.940000', '160547.400000', '160547.860000', '160548.320000', '160548.780000', '160549.240000', '160549.700000', '160550.160000', '160550.620000', '160551.080000', '160551.540000', '160552.000000', '160552.460000', '160552.920000', '160553.380000', '160553.840000', '160554.300000', '160554.760000', '160555.220000', '160555.680000', '160556.140000', '160556.600000', '160557.060000', '160557.520000', '160557.980000', '160558.440000', '160558.900000', '160559.360000', '160559.820000', '160600.280000', '160600.740000', '160601.200000', '160601.660000', '160602.120000', '160602.580000', '160603.040000', '160603.500000', '160603.960000', '160604.420000', '160604.880000', '160605.340000', '160605.800000', '160606.260000', '160606.720000', '160607.180000', '160607.640000', '160608.100000', '160608.560000', '160609.020000', '160609.480000', '160609.940000', '160610.400000', '160610.860000', '160611.320000', '160611.780000', '160612.240000', '160612.700000', '160613.160000', '160613.620000', '160614.080000', '160614.540000', '160615.000000', '160615.460000', '160615.920000', '160616.380000', '160616.840000', '160617.300000', '160617.760000', '160618.220000', '160618.680000', '160619.140000', '160619.600000', '160620.060000', '160620.520000', '160620.980000', '160621.440000', '160621.900000', '160622.360000', '160622.820000', '160623.280000', '160623.740000', '160624.200000', '160624.660000', '160625.120000', '160625.580000', '160626.040000', '160626.500000', '160626.960000', '160627.420000', '160627.880000', '160628.340000', '160628.800000', '160629.260000', '160629.720000', '160630.180000', '160630.640000', '160631.100000', '160631.560000', '160632.020000', '160632.480000', '160632.940000', '160633.400000', '160633.860000', '160634.320000', '160634.780000', '160635.240000', '160635.700000', '160636.160000', '160636.620000', '160637.080000', '160637.540000', '160638.000000', '160638.460000', '160638.920000', '160639.380000', '160639.840000', '160640.300000', '160640.760000', '160641.220000', '160641.680000', '160642.140000', '160642.600000', '160643.060000', '160643.520000', '160643.980000', '160644.440000', '160644.900000'], 'ContentTime': ['155958.888000', '155958.891000', '155958.894000', '155958.898000', '155958.901000', '155958.904000', '155958.907000', '155958.910000', '155958.913000', '155958.915000', '155958.918000', '155958.921000', '155958.924000', '155958.927000', '155958.930000', '155958.933000', '155958.935000', '155958.938000', '155958.941000', '155958.944000', '155958.947000', '155958.949000', '155958.952000', '155958.955000', '155958.958000', '155958.961000', '155958.964000', '155958.973000', '155958.975000', '160018.855000', '160018.858000', '160018.861000', '160018.864000', '160018.866000', '160018.869000', '160018.872000', '160018.875000', '160018.878000', '160018.880000', '160018.883000', '160018.887000', '160018.891000', '160018.894000', '160018.897000', '160018.900000', '160018.909000', '160018.911000', '160018.914000', '160018.917000', '160018.920000', '160018.923000', '160018.926000', '160018.928000', '160018.931000', '160018.934000', '160018.937000', '160018.940000', '160018.943000', '160018.947000', '160018.950000', '160018.953000', '160018.956000', '160018.959000', '160018.962000', '160018.965000', '160018.967000', '160018.970000', '160018.973000', '160018.976000', '160018.979000', '160018.982000', '160018.984000', '160038.855000', '160038.858000', '160038.861000', '160038.864000', '160038.866000', '160038.869000', '160038.872000', '160038.875000', '160038.878000', '160038.881000', '160038.884000', '160038.886000', '160038.889000', '160038.892000', '160038.895000', '160038.898000', '160038.901000', '160038.904000', '160038.906000', '160038.909000', '160038.912000', '160038.915000', '160038.918000', '160038.921000', '160038.924000', '160038.927000', '160038.930000', '160038.932000', '160038.935000', '160038.938000', '160038.941000', '160038.944000', '160038.947000', '160038.949000', '160038.952000', '160038.955000', '160038.958000', '160038.961000', '160038.964000', '160038.966000', '160038.969000', '160038.972000', '160038.983000', '160038.986000', '160058.855000', '160058.858000', '160058.861000', '160058.864000', '160058.866000', '160058.869000', '160058.880000', '160058.883000', '160058.886000', '160058.888000', '160058.891000', '160058.894000', '160058.897000', '160058.900000', '160058.903000', '160058.906000', '160058.909000', '160058.911000', '160058.914000', '160058.917000', '160058.920000', '160058.923000', '160058.926000', '160058.928000', '160058.931000', '160058.934000', '160058.937000', '160058.940000', '160058.943000', '160058.946000', '160058.948000', '160058.951000', '160058.954000', '160058.957000', '160058.960000', '160058.963000', '160058.966000', '160058.968000', '160058.971000', '160058.974000', '160058.978000', '160058.981000', '160058.985000', '160118.856000', '160118.859000', '160118.862000', '160118.865000', '160118.868000', '160118.870000', '160118.873000', '160118.876000', '160118.879000', '160118.882000', '160118.885000', '160118.888000', '160118.896000', '160118.899000', '160118.902000', '160118.905000', '160118.908000', '160118.911000', '160118.914000', '160118.917000', '160118.920000', '160118.922000', '160118.925000', '160118.928000', '160118.931000', '160118.934000', '160118.937000', '160118.940000', '160118.943000', '160118.946000', '160118.949000', '160118.951000', '160118.954000', '160118.957000', '160118.960000', '160118.963000', '160118.966000', '160118.968000', '160118.971000', '160118.974000', '160118.977000', '160118.980000', '160118.983000', '160118.986000', '160138.856000', '160138.859000', '160138.862000', '160138.865000', '160138.867000', '160138.870000', '160138.873000', '160138.876000', '160138.892000', '160138.895000', '160138.898000', '160138.901000', '160138.904000', '160138.907000', '160138.910000', '160138.912000', '160138.915000', '160138.918000', '160138.921000', '160138.924000', '160138.927000', '160138.931000', '160138.934000', '160138.937000', '160138.940000', '160138.943000', '160138.945000', '160138.948000', '160138.951000', '160138.954000', '160138.957000', '160138.960000', '160138.963000', '160138.965000', '160138.968000', '160138.971000', '160138.974000', '160138.977000', '160138.980000', '160138.983000', '160138.986000', '160138.989000', '160138.991000', '160158.856000', '160158.859000', '160158.862000', '160158.865000', '160158.867000', '160158.870000', '160158.873000', '160158.876000', '160158.879000', '160158.882000', '160158.885000', '160158.887000', '160158.890000', '160158.893000', '160158.896000', '160158.899000', '160158.902000', '160158.905000', '160158.907000', '160158.910000', '160158.913000', '160158.916000', '160158.919000', '160158.922000', '160158.925000', '160158.928000', '160158.930000', '160158.933000', '160158.936000', '160158.939000', '160158.948000', '160158.951000', '160158.954000', '160158.957000', '160158.960000', '160158.963000', '160158.966000', '160158.969000', '160158.971000', '160158.974000', '160158.977000', '160158.980000', '160158.983000', '160158.986000', '160218.855000', '160218.858000', '160218.861000', '160218.864000', '160218.867000', '160218.870000', '160218.872000', '160218.875000', '160218.878000', '160218.881000', '160218.884000', '160218.887000', '160218.890000', '160218.893000', '160218.896000', '160218.899000', '160218.901000', '160218.904000', '160218.907000', '160218.910000', '160218.913000', '160218.916000', '160218.919000', '160218.922000', '160218.925000', '160218.928000', '160218.931000', '160218.933000', '160218.936000', '160218.939000', '160218.942000', '160218.945000', '160218.948000', '160218.951000', '160218.953000', '160218.957000', '160218.959000', '160218.962000', '160218.965000', '160218.968000', '160218.971000', '160218.974000', '160218.976000', '160238.855000', '160238.858000', '160238.861000', '160238.864000', '160238.867000', '160238.869000', '160238.872000', '160238.875000', '160238.878000', '160238.881000', '160238.884000', '160238.887000', '160238.890000', '160238.892000', '160238.895000', '160238.898000', '160238.901000', '160238.904000', '160238.907000', '160238.910000', '160238.913000', '160238.916000', '160238.919000', '160238.921000', '160238.924000', '160238.927000', '160238.930000', '160238.933000', '160238.936000', '160238.939000', '160238.941000', '160238.944000', '160238.947000', '160238.950000', '160238.953000', '160238.956000', '160238.959000', '160238.962000', '160238.964000', '160238.967000', '160238.970000', '160238.973000', '160238.976000', '160238.979000', '160258.855000', '160258.858000', '160258.861000', '160258.864000', '160258.867000', '160258.869000', '160258.872000', '160258.875000', '160258.878000', '160258.881000', '160258.884000', '160258.887000', '160258.889000', '160258.892000', '160258.895000', '160258.898000', '160258.901000', '160258.904000', '160258.907000', '160258.910000', '160258.913000', '160258.916000', '160258.918000', '160258.921000', '160258.924000', '160258.927000', '160258.930000', '160258.933000', '160258.936000', '160258.938000', '160258.941000', '160258.944000', '160258.947000', '160258.950000', '160258.953000', '160258.956000', '160258.959000', '160258.961000', '160258.964000', '160258.968000', '160258.971000', '160258.974000', '160258.976000', '160318.855000', '160318.858000', '160318.861000', '160318.864000', '160318.866000', '160318.869000', '160318.872000', '160318.875000', '160318.878000', '160318.881000', '160318.884000', '160318.887000', '160318.889000', '160318.892000', '160318.901000', '160318.904000', '160318.907000', '160318.910000', '160318.913000', '160318.928000', '160318.932000', '160318.935000', '160318.938000', '160318.941000', '160318.943000', '160318.946000', '160318.949000', '160318.952000', '160318.955000', '160318.958000', '160318.961000', '160318.963000', '160318.966000', '160318.969000', '160318.972000', '160318.975000', '160318.978000', '160318.981000', '160318.984000', '160318.987000', '160318.989000', '160318.992000', '160318.995000', '160318.998000', '160338.856000', '160338.859000', '160338.862000', '160338.865000', '160338.868000', '160338.871000', '160338.874000', '160338.876000', '160338.879000', '160338.882000', '160338.885000', '160338.888000', '160338.891000', '160338.894000', '160338.897000', '160338.900000', '160338.903000', '160338.906000', '160338.908000', '160338.911000', '160338.914000', '160338.917000', '160338.920000', '160338.923000', '160338.926000', '160338.929000', '160338.932000', '160338.934000', '160338.937000', '160338.940000', '160338.943000', '160338.946000', '160338.949000', '160338.952000', '160338.955000', '160338.958000', '160338.961000', '160338.964000', '160338.966000', '160338.969000', '160338.972000', '160338.975000', '160338.978000', '160358.856000', '160358.859000', '160358.862000', '160358.865000', '160358.867000', '160358.870000', '160358.873000', '160358.876000', '160358.879000', '160358.882000', '160358.885000', '160358.888000', '160358.891000', '160358.893000', '160358.896000', '160358.899000', '160358.902000', '160358.905000', '160358.908000', '160358.911000', '160358.914000', '160358.917000', '160358.920000', '160358.922000', '160358.925000', '160358.928000', '160358.931000', '160358.934000', '160358.937000', '160358.940000', '160358.943000', '160358.946000', '160358.948000', '160358.951000', '160358.954000', '160358.957000', '160358.960000', '160358.963000', '160358.966000', '160358.979000', '160358.982000', '160358.985000', '160358.987000', '160358.990000', '160418.856000', '160418.859000', '160418.862000', '160418.865000', '160418.868000', '160418.871000', '160418.873000', '160418.876000', '160418.879000', '160418.882000', '160418.885000', '160418.888000', '160418.891000', '160418.894000', '160418.896000', '160418.899000', '160418.902000', '160418.905000', '160418.908000', '160418.911000', '160418.914000', '160418.917000', '160418.920000', '160418.922000', '160418.925000', '160418.928000', '160418.931000', '160418.934000', '160418.937000', '160418.940000', '160418.943000', '160418.946000', '160418.949000', '160418.952000', '160418.955000', '160418.957000', '160418.960000', '160418.963000', '160418.966000', '160418.969000', '160418.972000', '160418.975000', '160418.977000', '160438.855000', '160438.858000', '160438.861000', '160438.864000', '160438.867000', '160438.869000', '160438.872000', '160438.875000', '160438.878000', '160438.881000', '160438.884000', '160438.887000', '160438.890000', '160438.892000', '160438.895000', '160438.898000', '160438.901000', '160438.904000', '160438.907000', '160438.910000', '160438.913000', '160438.916000', '160438.919000', '160438.922000', '160438.924000', '160438.927000', '160438.930000', '160438.933000', '160438.936000', '160438.939000', '160438.942000', '160438.945000', '160438.948000', '160438.951000', '160438.953000', '160438.956000', '160438.959000', '160438.962000', '160438.965000', '160438.968000', '160438.971000', '160438.974000', '160438.976000', '160458.855000', '160458.858000', '160458.861000', '160458.864000', '160458.867000', '160458.870000', '160458.873000', '160458.875000', '160458.878000', '160458.881000', '160458.888000', '160458.891000', '160458.894000', '160458.897000', '160458.899000', '160458.902000', '160458.905000', '160458.908000', '160458.911000', '160458.914000', '160458.917000', '160458.920000', '160458.923000', '160458.925000', '160458.928000', '160458.931000', '160458.934000', '160458.937000', '160458.940000', '160458.959000', '160458.962000', '160458.965000', '160458.968000', '160458.970000', '160458.973000', '160458.976000', '160458.979000', '160458.982000', '160458.985000', '160458.988000', '160458.991000', '160458.994000', '160458.996000', '160459.000000', '160518.855000', '160518.858000', '160518.861000', '160518.864000', '160518.867000', '160518.870000', '160518.873000', '160518.876000', '160518.879000', '160518.882000', '160518.885000', '160518.888000', '160518.891000', '160518.894000', '160518.896000', '160518.899000', '160518.902000', '160518.905000', '160518.908000', '160518.911000', '160518.914000', '160518.917000', '160518.919000', '160518.922000', '160518.925000', '160518.928000', '160518.931000', '160518.934000', '160518.937000', '160518.940000', '160518.943000', '160518.946000', '160518.949000', '160518.951000', '160518.954000', '160518.957000', '160518.960000', '160518.963000', '160518.966000', '160518.969000', '160518.972000', '160518.975000', '160518.978000', '160538.855000', '160538.858000', '160538.861000', '160538.864000', '160538.867000', '160538.869000', '160538.872000', '160538.875000', '160538.878000', '160538.881000', '160538.884000', '160538.887000', '160538.890000', '160538.893000', '160538.896000', '160538.899000', '160538.901000', '160538.904000', '160538.907000', '160538.910000', '160538.913000', '160538.916000', '160538.919000', '160538.922000', '160538.924000', '160538.927000', '160538.930000', '160538.933000', '160538.936000', '160538.939000', '160538.942000', '160538.945000', '160538.947000', '160538.950000', '160538.953000', '160538.956000', '160538.959000', '160538.962000', '160538.965000', '160538.968000', '160538.970000', '160538.973000', '160538.976000', '160538.979000', '160558.856000', '160558.859000', '160558.862000', '160558.865000', '160558.868000', '160558.871000', '160558.874000', '160558.876000', '160558.879000', '160558.882000', '160558.885000', '160558.888000', '160558.891000', '160558.894000', '160558.897000', '160558.900000', '160558.903000', '160558.906000', '160558.909000', '160558.911000', '160558.914000', '160558.917000', '160558.920000', '160558.923000', '160558.926000', '160558.929000', '160558.933000', '160558.936000', '160558.939000', '160558.942000', '160558.945000', '160558.948000', '160558.951000', '160558.954000', '160558.957000', '160558.960000', '160558.962000', '160558.965000', '160558.968000', '160558.971000', '160558.974000', '160558.977000', '160558.980000', '160618.856000', '160618.859000', '160618.862000', '160618.865000', '160618.868000', '160618.870000', '160618.873000', '160618.876000', '160618.879000', '160618.882000', '160618.885000', '160618.888000', '160618.891000', '160618.894000', '160618.896000', '160618.899000', '160618.902000', '160618.905000', '160618.908000', '160618.911000', '160618.914000', '160618.917000', '160618.920000', '160618.922000', '160618.925000', '160618.928000', '160618.931000', '160618.934000', '160618.937000', '160618.940000', '160618.943000', '160618.946000', '160618.948000', '160618.951000', '160618.954000', '160618.957000', '160618.960000', '160618.963000', '160618.966000', '160618.969000', '160618.972000', '160618.974000', '160618.977000', '160618.980000', '160638.856000', '160638.859000', '160638.862000', '160638.865000', '160638.868000', '160638.871000', '160638.874000', '160638.876000', '160638.879000', '160638.882000', '160638.885000', '160638.888000', '160638.891000', '160638.894000', '160638.897000', '160638.900000', '160638.903000', '160638.906000', '160638.908000', '160638.911000', '160638.914000', '160638.917000', '160638.920000', '160638.923000', '160638.926000', '160638.929000', '160638.932000', '160638.934000', '160638.937000', '160638.940000', '160638.943000', '160638.946000', '160638.949000', '160638.952000', '160638.955000', '160638.957000', '160638.960000', '160638.963000', '160638.977000', '160638.980000', '160638.983000', '160638.986000', '160638.996000', '160645.866000', '160645.870000', '160645.873000', '160645.876000', '160645.879000', '160645.882000', '160645.885000', '160645.888000', '160645.892000', '160645.896000', '160645.899000', '160645.902000', '160645.907000', '160645.910000', '160645.913000', '160645.916000'], 'InstanceCreationTime': ['155958.888000', '155958.891000', '155958.894000', '155958.898000', '155958.901000', '155958.904000', '155958.907000', '155958.910000', '155958.913000', '155958.915000', '155958.918000', '155958.921000', '155958.924000', '155958.927000', '155958.930000', '155958.933000', '155958.935000', '155958.938000', '155958.941000', '155958.944000', '155958.947000', '155958.949000', '155958.952000', '155958.955000', '155958.958000', '155958.961000', '155958.964000', '155958.973000', '155958.975000', '160018.855000', '160018.858000', '160018.861000', '160018.864000', '160018.866000', '160018.869000', '160018.872000', '160018.875000', '160018.878000', '160018.880000', '160018.883000', '160018.887000', '160018.891000', '160018.894000', '160018.897000', '160018.900000', '160018.909000', '160018.911000', '160018.914000', '160018.917000', '160018.920000', '160018.923000', '160018.926000', '160018.928000', '160018.931000', '160018.934000', '160018.937000', '160018.940000', '160018.943000', '160018.947000', '160018.950000', '160018.953000', '160018.956000', '160018.959000', '160018.962000', '160018.965000', '160018.967000', '160018.970000', '160018.973000', '160018.976000', '160018.979000', '160018.982000', '160018.984000', '160038.855000', '160038.858000', '160038.861000', '160038.864000', '160038.866000', '160038.869000', '160038.872000', '160038.875000', '160038.878000', '160038.881000', '160038.884000', '160038.886000', '160038.889000', '160038.892000', '160038.895000', '160038.898000', '160038.901000', '160038.904000', '160038.906000', '160038.909000', '160038.912000', '160038.915000', '160038.918000', '160038.921000', '160038.924000', '160038.927000', '160038.930000', '160038.932000', '160038.935000', '160038.938000', '160038.941000', '160038.944000', '160038.947000', '160038.949000', '160038.952000', '160038.955000', '160038.958000', '160038.961000', '160038.964000', '160038.966000', '160038.969000', '160038.972000', '160038.983000', '160038.986000', '160058.855000', '160058.858000', '160058.861000', '160058.864000', '160058.866000', '160058.869000', '160058.880000', '160058.883000', '160058.886000', '160058.888000', '160058.891000', '160058.894000', '160058.897000', '160058.900000', '160058.903000', '160058.906000', '160058.909000', '160058.911000', '160058.914000', '160058.917000', '160058.920000', '160058.923000', '160058.926000', '160058.928000', '160058.931000', '160058.934000', '160058.937000', '160058.940000', '160058.943000', '160058.946000', '160058.948000', '160058.951000', '160058.954000', '160058.957000', '160058.960000', '160058.963000', '160058.966000', '160058.968000', '160058.971000', '160058.974000', '160058.978000', '160058.981000', '160058.985000', '160118.856000', '160118.859000', '160118.862000', '160118.865000', '160118.868000', '160118.870000', '160118.873000', '160118.876000', '160118.879000', '160118.882000', '160118.885000', '160118.888000', '160118.896000', '160118.899000', '160118.902000', '160118.905000', '160118.908000', '160118.911000', '160118.914000', '160118.917000', '160118.920000', '160118.922000', '160118.925000', '160118.928000', '160118.931000', '160118.934000', '160118.937000', '160118.940000', '160118.943000', '160118.946000', '160118.949000', '160118.951000', '160118.954000', '160118.957000', '160118.960000', '160118.963000', '160118.966000', '160118.968000', '160118.971000', '160118.974000', '160118.977000', '160118.980000', '160118.983000', '160118.986000', '160138.856000', '160138.859000', '160138.862000', '160138.865000', '160138.867000', '160138.870000', '160138.873000', '160138.876000', '160138.892000', '160138.895000', '160138.898000', '160138.901000', '160138.904000', '160138.907000', '160138.910000', '160138.912000', '160138.915000', '160138.918000', '160138.921000', '160138.924000', '160138.927000', '160138.931000', '160138.934000', '160138.937000', '160138.940000', '160138.943000', '160138.945000', '160138.948000', '160138.951000', '160138.954000', '160138.957000', '160138.960000', '160138.963000', '160138.965000', '160138.968000', '160138.971000', '160138.974000', '160138.977000', '160138.980000', '160138.983000', '160138.986000', '160138.989000', '160138.991000', '160158.856000', '160158.859000', '160158.862000', '160158.865000', '160158.867000', '160158.870000', '160158.873000', '160158.876000', '160158.879000', '160158.882000', '160158.885000', '160158.887000', '160158.890000', '160158.893000', '160158.896000', '160158.899000', '160158.902000', '160158.905000', '160158.907000', '160158.910000', '160158.913000', '160158.916000', '160158.919000', '160158.922000', '160158.925000', '160158.928000', '160158.930000', '160158.933000', '160158.936000', '160158.939000', '160158.948000', '160158.951000', '160158.954000', '160158.957000', '160158.960000', '160158.963000', '160158.966000', '160158.969000', '160158.971000', '160158.974000', '160158.977000', '160158.980000', '160158.983000', '160158.986000', '160218.855000', '160218.858000', '160218.861000', '160218.864000', '160218.867000', '160218.870000', '160218.872000', '160218.875000', '160218.878000', '160218.881000', '160218.884000', '160218.887000', '160218.890000', '160218.893000', '160218.896000', '160218.899000', '160218.901000', '160218.904000', '160218.907000', '160218.910000', '160218.913000', '160218.916000', '160218.919000', '160218.922000', '160218.925000', '160218.928000', '160218.931000', '160218.933000', '160218.936000', '160218.939000', '160218.942000', '160218.945000', '160218.948000', '160218.951000', '160218.953000', '160218.957000', '160218.959000', '160218.962000', '160218.965000', '160218.968000', '160218.971000', '160218.974000', '160218.976000', '160238.855000', '160238.858000', '160238.861000', '160238.864000', '160238.867000', '160238.869000', '160238.872000', '160238.875000', '160238.878000', '160238.881000', '160238.884000', '160238.887000', '160238.890000', '160238.892000', '160238.895000', '160238.898000', '160238.901000', '160238.904000', '160238.907000', '160238.910000', '160238.913000', '160238.916000', '160238.919000', '160238.921000', '160238.924000', '160238.927000', '160238.930000', '160238.933000', '160238.936000', '160238.939000', '160238.941000', '160238.944000', '160238.947000', '160238.950000', '160238.953000', '160238.956000', '160238.959000', '160238.962000', '160238.964000', '160238.967000', '160238.970000', '160238.973000', '160238.976000', '160238.979000', '160258.855000', '160258.858000', '160258.861000', '160258.864000', '160258.867000', '160258.869000', '160258.872000', '160258.875000', '160258.878000', '160258.881000', '160258.884000', '160258.887000', '160258.889000', '160258.892000', '160258.895000', '160258.898000', '160258.901000', '160258.904000', '160258.907000', '160258.910000', '160258.913000', '160258.916000', '160258.918000', '160258.921000', '160258.924000', '160258.927000', '160258.930000', '160258.933000', '160258.936000', '160258.938000', '160258.941000', '160258.944000', '160258.947000', '160258.950000', '160258.953000', '160258.956000', '160258.959000', '160258.961000', '160258.964000', '160258.968000', '160258.971000', '160258.974000', '160258.976000', '160318.855000', '160318.858000', '160318.861000', '160318.864000', '160318.866000', '160318.869000', '160318.872000', '160318.875000', '160318.878000', '160318.881000', '160318.884000', '160318.887000', '160318.889000', '160318.892000', '160318.901000', '160318.904000', '160318.907000', '160318.910000', '160318.913000', '160318.928000', '160318.932000', '160318.935000', '160318.938000', '160318.941000', '160318.943000', '160318.946000', '160318.949000', '160318.952000', '160318.955000', '160318.958000', '160318.961000', '160318.963000', '160318.966000', '160318.969000', '160318.972000', '160318.975000', '160318.978000', '160318.981000', '160318.984000', '160318.987000', '160318.989000', '160318.992000', '160318.995000', '160318.998000', '160338.856000', '160338.859000', '160338.862000', '160338.865000', '160338.868000', '160338.871000', '160338.874000', '160338.876000', '160338.879000', '160338.882000', '160338.885000', '160338.888000', '160338.891000', '160338.894000', '160338.897000', '160338.900000', '160338.903000', '160338.906000', '160338.908000', '160338.911000', '160338.914000', '160338.917000', '160338.920000', '160338.923000', '160338.926000', '160338.929000', '160338.932000', '160338.934000', '160338.937000', '160338.940000', '160338.943000', '160338.946000', '160338.949000', '160338.952000', '160338.955000', '160338.958000', '160338.961000', '160338.964000', '160338.966000', '160338.969000', '160338.972000', '160338.975000', '160338.978000', '160358.856000', '160358.859000', '160358.862000', '160358.865000', '160358.867000', '160358.870000', '160358.873000', '160358.876000', '160358.879000', '160358.882000', '160358.885000', '160358.888000', '160358.891000', '160358.893000', '160358.896000', '160358.899000', '160358.902000', '160358.905000', '160358.908000', '160358.911000', '160358.914000', '160358.917000', '160358.920000', '160358.922000', '160358.925000', '160358.928000', '160358.931000', '160358.934000', '160358.937000', '160358.940000', '160358.943000', '160358.946000', '160358.948000', '160358.951000', '160358.954000', '160358.957000', '160358.960000', '160358.963000', '160358.966000', '160358.979000', '160358.982000', '160358.985000', '160358.987000', '160358.990000', '160418.856000', '160418.859000', '160418.862000', '160418.865000', '160418.868000', '160418.871000', '160418.873000', '160418.876000', '160418.879000', '160418.882000', '160418.885000', '160418.888000', '160418.891000', '160418.894000', '160418.896000', '160418.899000', '160418.902000', '160418.905000', '160418.908000', '160418.911000', '160418.914000', '160418.917000', '160418.920000', '160418.922000', '160418.925000', '160418.928000', '160418.931000', '160418.934000', '160418.937000', '160418.940000', '160418.943000', '160418.946000', '160418.949000', '160418.952000', '160418.955000', '160418.957000', '160418.960000', '160418.963000', '160418.966000', '160418.969000', '160418.972000', '160418.975000', '160418.977000', '160438.855000', '160438.858000', '160438.861000', '160438.864000', '160438.867000', '160438.869000', '160438.872000', '160438.875000', '160438.878000', '160438.881000', '160438.884000', '160438.887000', '160438.890000', '160438.892000', '160438.895000', '160438.898000', '160438.901000', '160438.904000', '160438.907000', '160438.910000', '160438.913000', '160438.916000', '160438.919000', '160438.922000', '160438.924000', '160438.927000', '160438.930000', '160438.933000', '160438.936000', '160438.939000', '160438.942000', '160438.945000', '160438.948000', '160438.951000', '160438.953000', '160438.956000', '160438.959000', '160438.962000', '160438.965000', '160438.968000', '160438.971000', '160438.974000', '160438.976000', '160458.855000', '160458.858000', '160458.861000', '160458.864000', '160458.867000', '160458.870000', '160458.873000', '160458.875000', '160458.878000', '160458.881000', '160458.888000', '160458.891000', '160458.894000', '160458.897000', '160458.899000', '160458.902000', '160458.905000', '160458.908000', '160458.911000', '160458.914000', '160458.917000', '160458.920000', '160458.923000', '160458.925000', '160458.928000', '160458.931000', '160458.934000', '160458.937000', '160458.940000', '160458.959000', '160458.962000', '160458.965000', '160458.968000', '160458.970000', '160458.973000', '160458.976000', '160458.979000', '160458.982000', '160458.985000', '160458.988000', '160458.991000', '160458.994000', '160458.996000', '160459.000000', '160518.855000', '160518.858000', '160518.861000', '160518.864000', '160518.867000', '160518.870000', '160518.873000', '160518.876000', '160518.879000', '160518.882000', '160518.885000', '160518.888000', '160518.891000', '160518.894000', '160518.896000', '160518.899000', '160518.902000', '160518.905000', '160518.908000', '160518.911000', '160518.914000', '160518.917000', '160518.919000', '160518.922000', '160518.925000', '160518.928000', '160518.931000', '160518.934000', '160518.937000', '160518.940000', '160518.943000', '160518.946000', '160518.949000', '160518.951000', '160518.954000', '160518.957000', '160518.960000', '160518.963000', '160518.966000', '160518.969000', '160518.972000', '160518.975000', '160518.978000', '160538.855000', '160538.858000', '160538.861000', '160538.864000', '160538.867000', '160538.869000', '160538.872000', '160538.875000', '160538.878000', '160538.881000', '160538.884000', '160538.887000', '160538.890000', '160538.893000', '160538.896000', '160538.899000', '160538.901000', '160538.904000', '160538.907000', '160538.910000', '160538.913000', '160538.916000', '160538.919000', '160538.922000', '160538.924000', '160538.927000', '160538.930000', '160538.933000', '160538.936000', '160538.939000', '160538.942000', '160538.945000', '160538.947000', '160538.950000', '160538.953000', '160538.956000', '160538.959000', '160538.962000', '160538.965000', '160538.968000', '160538.970000', '160538.973000', '160538.976000', '160538.979000', '160558.856000', '160558.859000', '160558.862000', '160558.865000', '160558.868000', '160558.871000', '160558.874000', '160558.876000', '160558.879000', '160558.882000', '160558.885000', '160558.888000', '160558.891000', '160558.894000', '160558.897000', '160558.900000', '160558.903000', '160558.906000', '160558.909000', '160558.911000', '160558.914000', '160558.917000', '160558.920000', '160558.923000', '160558.926000', '160558.929000', '160558.933000', '160558.936000', '160558.939000', '160558.942000', '160558.945000', '160558.948000', '160558.951000', '160558.954000', '160558.957000', '160558.960000', '160558.962000', '160558.965000', '160558.968000', '160558.971000', '160558.974000', '160558.977000', '160558.980000', '160618.856000', '160618.859000', '160618.862000', '160618.865000', '160618.868000', '160618.870000', '160618.873000', '160618.876000', '160618.879000', '160618.882000', '160618.885000', '160618.888000', '160618.891000', '160618.894000', '160618.896000', '160618.899000', '160618.902000', '160618.905000', '160618.908000', '160618.911000', '160618.914000', '160618.917000', '160618.920000', '160618.922000', '160618.925000', '160618.928000', '160618.931000', '160618.934000', '160618.937000', '160618.940000', '160618.943000', '160618.946000', '160618.948000', '160618.951000', '160618.954000', '160618.957000', '160618.960000', '160618.963000', '160618.966000', '160618.969000', '160618.972000', '160618.974000', '160618.977000', '160618.980000', '160638.856000', '160638.859000', '160638.862000', '160638.865000', '160638.868000', '160638.871000', '160638.874000', '160638.876000', '160638.879000', '160638.882000', '160638.885000', '160638.888000', '160638.891000', '160638.894000', '160638.897000', '160638.900000', '160638.903000', '160638.906000', '160638.908000', '160638.911000', '160638.914000', '160638.917000', '160638.920000', '160638.923000', '160638.926000', '160638.929000', '160638.932000', '160638.934000', '160638.937000', '160638.940000', '160638.943000', '160638.946000', '160638.949000', '160638.952000', '160638.955000', '160638.957000', '160638.960000', '160638.963000', '160638.977000', '160638.980000', '160638.983000', '160638.986000', '160638.996000', '160645.866000', '160645.870000', '160645.873000', '160645.876000', '160645.879000', '160645.882000', '160645.885000', '160645.888000', '160645.892000', '160645.896000', '160645.899000', '160645.902000', '160645.907000', '160645.910000', '160645.913000', '160645.916000'], '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': [14795, 9702, 15404, 13129, 16462, 10391, 11807, 9729, 11359, 9493, 12009, 14331, 12501, 9338, 10911, 10566, 10924, 17421, 11414, 15707, 10918, 13902, 10283, 14937, 10213, 14665, 11581, 15724, 10028, 15470, 9607, 13809, 9542, 14646, 9469, 15923, 10103, 13908, 11148, 13884, 11564, 16324, 10169, 13267, 10494, 12506, 15642, 12435, 18855, 12741, 9413, 10828, 14952, 11182, 19777, 13706, 17528, 11151, 15577, 10783, 13604, 11116, 17568, 11563, 13713, 10629, 12483, 10489, 18351, 12140, 17183, 10608, 13916, 10317, 15406, 11323, 16163, 10436, 13750, 10764, 14118, 11188, 16732, 10541, 16010, 10845, 14564, 10223, 16380, 11918, 17622, 10480, 15154, 10954, 15843, 11544, 17708, 11185, 12141, 10661, 13043, 10561, 17452, 11361, 12149, 10976, 12360, 10558, 15104, 12069, 10633, 11795, 9936, 11548, 9725, 13881, 10203, 17076, 10130, 14849, 10040, 15760, 10855, 17774, 11546, 15012, 10190, 13642, 10064, 15941, 11487, 16625, 10100, 13736, 9946, 13415, 10116, 15126, 9783, 11818, 10367, 11456, 10484, 12843, 10073, 12096, 9903, 11007, 13729, 10998, 17865, 12044, 11857, 10912, 13677, 10516, 17200, 11434, 17124, 11371, 12400, 10579, 13225, 10320, 16890, 11828, 15341, 10590, 14284, 10339, 15349, 10673, 15850, 10826, 14952, 10135, 13167, 9819, 14506, 10105, 15737, 9651, 13341, 9547, 14194, 10002, 16766, 11179, 16322, 10598, 9491, 10443, 16792, 11292, 16486, 12347, 16713, 10451, 16092, 11120, 15865, 11268, 18285, 10330, 14649, 9834, 14088, 9589, 16899, 10711, 15934, 9606, 13247, 9451, 15429, 10290, 16985, 9763, 13844, 9451, 14602, 10549, 17394, 12529, 14401, 10442, 10977, 11324, 17250, 12512, 16245, 11409, 10142, 10955, 14570, 11092, 17965, 11884, 16079, 10312, 14573, 10591, 15388, 12269, 15796, 10690, 12867, 10690, 13440, 11826, 10160, 13091, 9354, 13156, 9673, 14259, 10370, 17462, 9964, 14400, 9198, 13435, 9604, 17083, 9750, 14994, 9416, 13573, 9411, 15107, 10169, 17733, 9748, 14785, 10262, 14925, 10374, 16942, 11004, 15420, 9573, 12893, 9163, 14239, 9902, 15869, 9435, 14147, 9439, 14106, 10426, 17273, 12279, 11674, 13285, 11130, 12065, 12826, 9719, 17198, 11865, 13095, 20754, 11311, 17302, 13749, 17306, 11208, 16965, 10448, 17004, 10001, 17430, 14926, 17906, 10188, 11628, 10521, 11908, 15026, 11325, 17702, 12315, 11113, 10996, 10051, 11369, 10060, 13927, 10512, 15703, 10396, 14151, 10185, 13810, 10211, 15869, 10104, 12447, 9665, 13036, 9889, 17418, 10590, 14660, 10316, 14743, 10017, 14464, 11467, 10091, 11617, 10673, 15518, 11038, 9637, 13924, 9751, 16844, 11194, 18787, 14064, 15476, 10187, 14477, 10518, 15776, 12310, 18579, 12488, 10970, 10382, 9606, 10999, 17070, 11476, 15819, 11516, 15085, 9809, 14002, 9566, 13350, 10002, 15585, 9947, 12797, 9676, 12698, 10363, 12526, 18614, 12849, 13864, 11027, 14554, 11029, 16211, 12507, 15293, 11143, 13113, 10609, 13111, 11797, 11727, 13519, 9183, 14111, 9174, 14266, 10049, 17889, 9842, 15653, 9975, 13358, 9572, 14476, 10511, 16480, 9352, 14706, 9990, 16243, 10950, 18438, 11652, 16584, 9758, 14207, 9538, 16047, 12229, 17688, 10492, 15480, 10634, 15789, 11556, 18093, 11779, 10433, 11286, 9631, 17239, 12600, 11548, 14131, 11308, 13359, 13547, 9479, 17548, 10993, 14258, 17315, 13389, 17712, 14043, 12925, 13593, 10007, 14165, 9856, 16404, 11638, 18457, 10415, 13268, 9935, 12508, 9373, 16807, 9767, 13187, 9507, 13099, 9203, 15388, 10464, 17461, 11142, 9921, 10556, 9613, 13350, 10229, 14773, 9972, 13337, 9753, 12777, 9652, 17624, 10314, 17506, 9627, 13712, 9645, 15159, 11156, 19293, 13426, 9766, 14954, 10639, 9810, 12089, 9517, 15048, 11837, 14687, 18746, 15033, 14185, 12113, 11108, 12761, 18245, 14082, 20438, 15638, 17906, 11688, 16190, 11722, 15616, 12010, 16913, 10828, 14136, 10460, 12782, 10392, 14192, 10487, 13725, 10567, 12652, 9843, 13330, 10162, 14758, 10069, 13484, 9979, 13011, 10019, 15614, 11952, 17762, 10986, 13765, 10376, 15577, 11259, 17135, 12528, 15644, 10851, 14261, 10701, 15819, 11420, 13960, 12135, 9608, 13556, 10063, 15650, 11103, 17282, 12080, 20612, 13655, 19663, 14037, 14142, 10992, 10362, 12962, 10909, 12730, 15906, 13174, 16723, 13938, 9972, 14263, 9922, 15118, 10791, 17726, 13090, 16781, 12485, 9306, 14251, 9997, 16322, 12497, 19669, 13909, 10969, 11857, 9222, 13902, 9257, 13818, 10229, 16011, 9488, 13182, 9646, 13207, 10599, 16102, 9437, 14453, 9408, 13669, 9710, 17556, 10046, 15706, 9492, 13717, 9253, 15752, 10422, 18598, 11603, 15850, 10545, 15898, 10460, 16753, 12691, 18518, 11498, 9385, 11074, 9434, 13107, 12430, 13626, 11833, 12780, 12091, 12331, 16717, 13213, 13911, 13883, 9257, 13942, 9760, 15408, 10157, 18798, 12200, 18602, 10643, 15213, 10926, 16221, 12331, 18381, 13068, 16351, 10335, 11015, 10683, 13154, 13008, 10661, 13499, 9797, 12983, 9474, 14010, 9728, 15255, 10045, 19063, 10301, 15992, 10824, 12395, 11024, 16725, 13226, 19647, 15648, 19413, 12018, 10264, 10821, 9802, 13707, 9765, 17714, 10610, 14746, 10420, 14924, 11060, 14665, 13030, 9822, 13290, 10113, 14651, 10867, 17981, 12953, 18331, 11139, 11251, 10841, 11597, 12108, 11786, 11934, 9619, 11888, 9957, 14969, 9969, 18585, 10694, 14256, 10207, 14920, 10328, 15956, 11757, 16906, 10131, 14781, 9987, 14865, 10740, 18273, 12337, 17578, 10222, 15640, 11817, 10795, 15358, 11565, 12210, 13921, 10605, 15994, 11806, 17805, 9791, 13463, 9617, 13087, 12425, 14601, 20196, 14673, 21401, 15223, 18794, 13340, 17757, 10652, 16284, 10343, 17643, 10484, 12067, 10209, 11476, 10131, 12112, 9988, 11413, 10199, 11382, 10449, 11722, 10986, 13305, 10073, 12365, 9632, 11749, 10180, 14508, 10834, 14698, 10985, 13769, 10923, 13682, 10933, 12903, 10560, 12981, 10095, 13666, 9820, 15903, 10219, 17582, 9779, 13926, 10528, 12042, 11867, 15173, 14233, 10050, 14432, 10011, 15159, 10194, 18575, 11789, 20355, 11011, 16538, 10570, 18229, 13520, 11487, 15528, 10364, 12824, 10974, 10656, 13363, 10241, 17835, 10536, 19631, 13602, 21280, 12220, 15546, 10330, 16166, 11161, 17954, 12438, 20002, 11984, 15711, 10191, 14235, 10895, 16947, 11760, 10506, 10748, 10662, 11456, 14478, 12862, 10950, 12415, 10364, 12186, 10022, 15677, 10332, 19460, 12060, 13247, 11150, 12467, 13174, 12640, 15192, 10036, 13956, 9601, 14839, 9907, 18438, 9671, 13798, 9971, 14355, 9558, 19426, 11073, 16264, 10508, 15521, 10387, 16473, 11964, 17696, 10173, 15525, 9998, 15545, 11504, 18787, 11223, 16088, 10054, 15002, 11255, 17538, 11915], 'WindowCenter': [5292.0, 5220.0, 5264.0, 5230.0, 5247.0, 5190.0, 5195.0, 5165.0, 5185.0, 5164.0, 5205.0, 5214.0, 5207.0, 5178.0, 5196.0, 5187.0, 5199.0, 5257.0, 5207.0, 5236.0, 5209.0, 5224.0, 5189.0, 5225.0, 5188.0, 5225.0, 5208.0, 5234.0, 5201.0, 5236.0, 5189.0, 5216.0, 5191.0, 5227.0, 5179.0, 5235.0, 5188.0, 5226.0, 5197.0, 5225.0, 5197.0, 5236.0, 5184.0, 5216.0, 5185.0, 5218.0, 5231.0, 5205.0, 5242.0, 5206.0, 5165.0, 5196.0, 5223.0, 5197.0, 5242.0, 5214.0, 5233.0, 5185.0, 5214.0, 5175.0, 5202.0, 5184.0, 5221.0, 5194.0, 5201.0, 5175.0, 5190.0, 5183.0, 5231.0, 5198.0, 5220.0, 5173.0, 5200.0, 5175.0, 5213.0, 5185.0, 5225.0, 5184.0, 5201.0, 5183.0, 5212.0, 5185.0, 5223.0, 5176.0, 5223.0, 5182.0, 5211.0, 5175.0, 5210.0, 5193.0, 5219.0, 5174.0, 5212.0, 5173.0, 5210.0, 5184.0, 5220.0, 5183.0, 5183.0, 5171.0, 5190.0, 5172.0, 5221.0, 5184.0, 5192.0, 5184.0, 5192.0, 5174.0, 5210.0, 5193.0, 5174.0, 5183.0, 5164.0, 5183.0, 5165.0, 5203.0, 5173.0, 5222.0, 5173.0, 5210.0, 5174.0, 5213.0, 5184.0, 5232.0, 5195.0, 5212.0, 5174.0, 5200.0, 5163.0, 5221.0, 5185.0, 5221.0, 5164.0, 5190.0, 5161.0, 5201.0, 5164.0, 5211.0, 5165.0, 5180.0, 5161.0, 5181.0, 5172.0, 5194.0, 5174.0, 5194.0, 5164.0, 5184.0, 5202.0, 5184.0, 5230.0, 5195.0, 5184.0, 5186.0, 5201.0, 5185.0, 5231.0, 5194.0, 5218.0, 5194.0, 5192.0, 5185.0, 5202.0, 5187.0, 5230.0, 5195.0, 5223.0, 5185.0, 5211.0, 5174.0, 5213.0, 5176.0, 5221.0, 5175.0, 5210.0, 5163.0, 5191.0, 5173.0, 5211.0, 5175.0, 5222.0, 5167.0, 5202.0, 5175.0, 5214.0, 5175.0, 5219.0, 5182.0, 5222.0, 5176.0, 5165.0, 5186.0, 5232.0, 5197.0, 5225.0, 5206.0, 5222.0, 5186.0, 5222.0, 5185.0, 5220.0, 5185.0, 5228.0, 5162.0, 5199.0, 5164.0, 5199.0, 5161.0, 5221.0, 5172.0, 5211.0, 5161.0, 5190.0, 5163.0, 5212.0, 5173.0, 5219.0, 5163.0, 5202.0, 5166.0, 5211.0, 5173.0, 5221.0, 5196.0, 5212.0, 5184.0, 5183.0, 5185.0, 5229.0, 5196.0, 5224.0, 5187.0, 5172.0, 5185.0, 5200.0, 5185.0, 5229.0, 5192.0, 5208.0, 5173.0, 5211.0, 5184.0, 5222.0, 5196.0, 5209.0, 5174.0, 5193.0, 5184.0, 5214.0, 5193.0, 5174.0, 5204.0, 5164.0, 5204.0, 5165.0, 5214.0, 5174.0, 5233.0, 5176.0, 5213.0, 5165.0, 5202.0, 5165.0, 5232.0, 5161.0, 5212.0, 5163.0, 5202.0, 5166.0, 5223.0, 5175.0, 5232.0, 5166.0, 5211.0, 5175.0, 5209.0, 5173.0, 5222.0, 5186.0, 5213.0, 5164.0, 5191.0, 5168.0, 5213.0, 5179.0, 5232.0, 5166.0, 5211.0, 5176.0, 5226.0, 5199.0, 5232.0, 5200.0, 5184.0, 5211.0, 5197.0, 5205.0, 5217.0, 5188.0, 5246.0, 5208.0, 5229.0, 5254.0, 5196.0, 5230.0, 5204.0, 5221.0, 5183.0, 5219.0, 5161.0, 5211.0, 5151.0, 5209.0, 5183.0, 5197.0, 5136.0, 5155.0, 5134.0, 5154.0, 5172.0, 5143.0, 5183.0, 5153.0, 5144.0, 5147.0, 5136.0, 5157.0, 5146.0, 5185.0, 5157.0, 5194.0, 5146.0, 5184.0, 5147.0, 5188.0, 5160.0, 5211.0, 5151.0, 5176.0, 5150.0, 5188.0, 5161.0, 5217.0, 5161.0, 5194.0, 5160.0, 5209.0, 5163.0, 5209.0, 5194.0, 5172.0, 5184.0, 5174.0, 5212.0, 5185.0, 5174.0, 5214.0, 5175.0, 5234.0, 5187.0, 5232.0, 5204.0, 5211.0, 5165.0, 5200.0, 5173.0, 5209.0, 5183.0, 5222.0, 5194.0, 5171.0, 5173.0, 5151.0, 5173.0, 5232.0, 5185.0, 5211.0, 5182.0, 5210.0, 5162.0, 5199.0, 5151.0, 5200.0, 5162.0, 5211.0, 5162.0, 5191.0, 5163.0, 5193.0, 5173.0, 5196.0, 5231.0, 5204.0, 5203.0, 5186.0, 5208.0, 5182.0, 5219.0, 5206.0, 5223.0, 5194.0, 5202.0, 5197.0, 5215.0, 5207.0, 5204.0, 5216.0, 5173.0, 5226.0, 5179.0, 5227.0, 5178.0, 5245.0, 5175.0, 5224.0, 5175.0, 5203.0, 5166.0, 5213.0, 5175.0, 5225.0, 5165.0, 5210.0, 5177.0, 5221.0, 5184.0, 5244.0, 5185.0, 5221.0, 5164.0, 5212.0, 5176.0, 5222.0, 5197.0, 5229.0, 5186.0, 5220.0, 5183.0, 5224.0, 5194.0, 5233.0, 5207.0, 5198.0, 5194.0, 5176.0, 5231.0, 5217.0, 5204.0, 5226.0, 5211.0, 5228.0, 5237.0, 5205.0, 5259.0, 5200.0, 5227.0, 5234.0, 5204.0, 5223.0, 5214.0, 5192.0, 5192.0, 5162.0, 5190.0, 5150.0, 5210.0, 5168.0, 5219.0, 5161.0, 5178.0, 5149.0, 5178.0, 5139.0, 5198.0, 5139.0, 5176.0, 5148.0, 5189.0, 5148.0, 5198.0, 5163.0, 5220.0, 5181.0, 5164.0, 5173.0, 5163.0, 5213.0, 5175.0, 5215.0, 5164.0, 5203.0, 5164.0, 5193.0, 5177.0, 5233.0, 5164.0, 5232.0, 5163.0, 5198.0, 5176.0, 5221.0, 5186.0, 5230.0, 5188.0, 5149.0, 5197.0, 5175.0, 5174.0, 5193.0, 5164.0, 5225.0, 5197.0, 5215.0, 5221.0, 5202.0, 5189.0, 5180.0, 5169.0, 5180.0, 5209.0, 5189.0, 5202.0, 5186.0, 5193.0, 5155.0, 5171.0, 5146.0, 5182.0, 5154.0, 5180.0, 5146.0, 5161.0, 5135.0, 5162.0, 5136.0, 5174.0, 5146.0, 5175.0, 5147.0, 5165.0, 5148.0, 5174.0, 5147.0, 5185.0, 5148.0, 5184.0, 5160.0, 5186.0, 5162.0, 5208.0, 5182.0, 5216.0, 5174.0, 5188.0, 5162.0, 5211.0, 5183.0, 5219.0, 5194.0, 5209.0, 5174.0, 5201.0, 5174.0, 5219.0, 5186.0, 5203.0, 5205.0, 5178.0, 5212.0, 5188.0, 5246.0, 5211.0, 5246.0, 5207.0, 5255.0, 5216.0, 5231.0, 5205.0, 5204.0, 5187.0, 5186.0, 5215.0, 5183.0, 5195.0, 5210.0, 5205.0, 5217.0, 5201.0, 5162.0, 5202.0, 5166.0, 5210.0, 5198.0, 5229.0, 5204.0, 5222.0, 5196.0, 5165.0, 5212.0, 5174.0, 5221.0, 5193.0, 5230.0, 5204.0, 5171.0, 5195.0, 5164.0, 5213.0, 5163.0, 5205.0, 5175.0, 5222.0, 5166.0, 5203.0, 5165.0, 5204.0, 5173.0, 5213.0, 5152.0, 5200.0, 5154.0, 5202.0, 5163.0, 5222.0, 5164.0, 5211.0, 5162.0, 5199.0, 5162.0, 5219.0, 5175.0, 5230.0, 5183.0, 5213.0, 5176.0, 5220.0, 5175.0, 5219.0, 5194.0, 5230.0, 5184.0, 5165.0, 5196.0, 5165.0, 5205.0, 5192.0, 5214.0, 5194.0, 5204.0, 5193.0, 5195.0, 5218.0, 5194.0, 5202.0, 5203.0, 5154.0, 5201.0, 5174.0, 5224.0, 5173.0, 5242.0, 5195.0, 5228.0, 5172.0, 5208.0, 5171.0, 5221.0, 5205.0, 5233.0, 5207.0, 5212.0, 5173.0, 5170.0, 5173.0, 5190.0, 5196.0, 5184.0, 5204.0, 5164.0, 5202.0, 5163.0, 5204.0, 5166.0, 5225.0, 5171.0, 5242.0, 5187.0, 5223.0, 5184.0, 5188.0, 5183.0, 5210.0, 5205.0, 5241.0, 5212.0, 5218.0, 5170.0, 5148.0, 5158.0, 5149.0, 5198.0, 5151.0, 5209.0, 5159.0, 5188.0, 5160.0, 5198.0, 5169.0, 5200.0, 5190.0, 5158.0, 5190.0, 5162.0, 5196.0, 5171.0, 5219.0, 5192.0, 5220.0, 5174.0, 5170.0, 5168.0, 5169.0, 5180.0, 5181.0, 5179.0, 5150.0, 5178.0, 5163.0, 5211.0, 5159.0, 5229.0, 5173.0, 5197.0, 5175.0, 5210.0, 5174.0, 5219.0, 5185.0, 5222.0, 5173.0, 5209.0, 5164.0, 5209.0, 5172.0, 5227.0, 5194.0, 5231.0, 5188.0, 5218.0, 5193.0, 5184.0, 5209.0, 5196.0, 5192.0, 5215.0, 5185.0, 5235.0, 5206.0, 5245.0, 5163.0, 5202.0, 5162.0, 5204.0, 5192.0, 5212.0, 5229.0, 5198.0, 5217.0, 5189.0, 5193.0, 5165.0, 5184.0, 5134.0, 5173.0, 5123.0, 5179.0, 5122.0, 5139.0, 5120.0, 5139.0, 5121.0, 5140.0, 5123.0, 5142.0, 5132.0, 5154.0, 5133.0, 5153.0, 5144.0, 5173.0, 5137.0, 5167.0, 5164.0, 5220.0, 5184.0, 5213.0, 5187.0, 5216.0, 5163.0, 5176.0, 5148.0, 5164.0, 5135.0, 5153.0, 5134.0, 5155.0, 5125.0, 5149.0, 5112.0, 5182.0, 5133.0, 5195.0, 5157.0, 5197.0, 5169.0, 5192.0, 5193.0, 5222.0, 5215.0, 5177.0, 5214.0, 5187.0, 5223.0, 5185.0, 5243.0, 5195.0, 5242.0, 5184.0, 5223.0, 5186.0, 5230.0, 5215.0, 5195.0, 5220.0, 5185.0, 5206.0, 5192.0, 5188.0, 5214.0, 5187.0, 5243.0, 5189.0, 5247.0, 5202.0, 5242.0, 5182.0, 5199.0, 5162.0, 5209.0, 5171.0, 5216.0, 5181.0, 5216.0, 5166.0, 5195.0, 5162.0, 5198.0, 5170.0, 5207.0, 5181.0, 5157.0, 5169.0, 5162.0, 5181.0, 5199.0, 5192.0, 5174.0, 5189.0, 5172.0, 5193.0, 5175.0, 5220.0, 5173.0, 5240.0, 5193.0, 5201.0, 5195.0, 5204.0, 5204.0, 5201.0, 5214.0, 5175.0, 5212.0, 5165.0, 5212.0, 5164.0, 5229.0, 5163.0, 5202.0, 5160.0, 5202.0, 5162.0, 5241.0, 5179.0, 5220.0, 5171.0, 5209.0, 5174.0, 5220.0, 5194.0, 5221.0, 5174.0, 5209.0, 5173.0, 5218.0, 5179.0, 5229.0, 5181.0, 5209.0, 5162.0, 5197.0, 5182.0, 5228.0, 5183.0], 'WindowWidth': [11410.0, 11299.0, 11351.0, 11293.0, 11313.0, 11230.0, 11233.0, 11189.0, 11217.0, 11187.0, 11246.0, 11256.0, 11252.0, 11214.0, 11234.0, 11225.0, 11243.0, 11329.0, 11252.0, 11291.0, 11260.0, 11274.0, 11229.0, 11273.0, 11227.0, 11276.0, 11256.0, 11289.0, 11249.0, 11291.0, 11230.0, 11262.0, 11234.0, 11280.0, 11214.0, 11289.0, 11223.0, 11278.0, 11238.0, 11275.0, 11236.0, 11290.0, 11217.0, 11262.0, 11219.0, 11268.0, 11280.0, 11248.0, 11297.0, 11247.0, 11189.0, 11234.0, 11269.0, 11236.0, 11298.0, 11257.0, 11285.0, 11215.0, 11252.0, 11200.0, 11235.0, 11212.0, 11265.0, 11227.0, 11235.0, 11201.0, 11216.0, 11211.0, 11278.0, 11236.0, 11262.0, 11197.0, 11230.0, 11199.0, 11250.0, 11214.0, 11271.0, 11214.0, 11233.0, 11212.0, 11248.0, 11217.0, 11267.0, 11203.0, 11266.0, 11210.0, 11245.0, 11201.0, 11247.0, 11224.0, 11259.0, 11199.0, 11247.0, 11197.0, 11244.0, 11212.0, 11261.0, 11210.0, 11207.0, 11191.0, 11214.0, 11195.0, 11262.0, 11213.0, 11222.0, 11211.0, 11220.0, 11198.0, 11246.0, 11225.0, 11198.0, 11209.0, 11184.0, 11209.0, 11185.0, 11237.0, 11196.0, 11266.0, 11198.0, 11246.0, 11199.0, 11251.0, 11214.0, 11280.0, 11229.0, 11250.0, 11198.0, 11229.0, 11184.0, 11263.0, 11215.0, 11260.0, 11184.0, 11215.0, 11177.0, 11233.0, 11183.0, 11245.0, 11188.0, 11203.0, 11175.0, 11205.0, 11193.0, 11225.0, 11201.0, 11226.0, 11183.0, 11213.0, 11237.0, 11214.0, 11278.0, 11232.0, 11212.0, 11217.0, 11233.0, 11216.0, 11277.0, 11229.0, 11260.0, 11228.0, 11224.0, 11219.0, 11238.0, 11222.0, 11277.0, 11231.0, 11272.0, 11216.0, 11249.0, 11199.0, 11253.0, 11204.0, 11262.0, 11201.0, 11244.0, 11181.0, 11217.0, 11196.0, 11248.0, 11203.0, 11262.0, 11191.0, 11236.0, 11205.0, 11256.0, 11204.0, 11259.0, 11209.0, 11265.0, 11205.0, 11187.0, 11222.0, 11281.0, 11237.0, 11275.0, 11247.0, 11266.0, 11218.0, 11263.0, 11215.0, 11261.0, 11214.0, 11269.0, 11180.0, 11226.0, 11183.0, 11227.0, 11179.0, 11261.0, 11193.0, 11246.0, 11176.0, 11213.0, 11181.0, 11248.0, 11196.0, 11258.0, 11182.0, 11233.0, 11190.0, 11248.0, 11197.0, 11264.0, 11232.0, 11251.0, 11214.0, 11212.0, 11217.0, 11275.0, 11233.0, 11271.0, 11220.0, 11194.0, 11213.0, 11231.0, 11214.0, 11274.0, 11223.0, 11240.0, 11196.0, 11246.0, 11214.0, 11266.0, 11232.0, 11245.0, 11200.0, 11222.0, 11216.0, 11257.0, 11227.0, 11199.0, 11241.0, 11187.0, 11240.0, 11186.0, 11256.0, 11199.0, 11284.0, 11203.0, 11251.0, 11187.0, 11236.0, 11188.0, 11281.0, 11180.0, 11250.0, 11184.0, 11238.0, 11189.0, 11268.0, 11202.0, 11282.0, 11189.0, 11247.0, 11200.0, 11242.0, 11196.0, 11265.0, 11220.0, 11252.0, 11184.0, 11218.0, 11196.0, 11256.0, 11213.0, 11282.0, 11192.0, 11246.0, 11210.0, 11277.0, 11243.0, 11279.0, 11234.0, 11213.0, 11248.0, 11237.0, 11247.0, 11268.0, 11227.0, 11309.0, 11255.0, 11287.0, 11319.0, 11234.0, 11276.0, 11242.0, 11264.0, 11212.0, 11256.0, 11176.0, 11245.0, 11157.0, 11240.0, 11194.0, 11219.0, 11129.0, 11154.0, 11123.0, 11150.0, 11175.0, 11133.0, 11192.0, 11149.0, 11136.0, 11144.0, 11127.0, 11159.0, 11147.0, 11201.0, 11163.0, 11213.0, 11147.0, 11198.0, 11149.0, 11206.0, 11169.0, 11243.0, 11157.0, 11188.0, 11157.0, 11208.0, 11173.0, 11250.0, 11174.0, 11213.0, 11172.0, 11241.0, 11181.0, 11243.0, 11229.0, 11193.0, 11211.0, 11197.0, 11250.0, 11216.0, 11204.0, 11257.0, 11203.0, 11286.0, 11219.0, 11282.0, 11240.0, 11245.0, 11185.0, 11227.0, 11193.0, 11241.0, 11209.0, 11264.0, 11225.0, 11190.0, 11193.0, 11162.0, 11194.0, 11278.0, 11213.0, 11247.0, 11207.0, 11241.0, 11177.0, 11226.0, 11162.0, 11230.0, 11179.0, 11246.0, 11177.0, 11216.0, 11179.0, 11222.0, 11194.0, 11228.0, 11278.0, 11242.0, 11237.0, 11217.0, 11239.0, 11209.0, 11259.0, 11247.0, 11269.0, 11229.0, 11237.0, 11236.0, 11259.0, 11251.0, 11244.0, 11262.0, 11201.0, 11274.0, 11214.0, 11278.0, 11212.0, 11302.0, 11203.0, 11270.0, 11201.0, 11238.0, 11189.0, 11251.0, 11201.0, 11270.0, 11187.0, 11245.0, 11206.0, 11263.0, 11213.0, 11302.0, 11215.0, 11262.0, 11186.0, 11250.0, 11205.0, 11264.0, 11232.0, 11274.0, 11219.0, 11260.0, 11213.0, 11268.0, 11230.0, 11284.0, 11250.0, 11241.0, 11229.0, 11207.0, 11278.0, 11267.0, 11246.0, 11278.0, 11266.0, 11286.0, 11299.0, 11263.0, 11334.0, 11244.0, 11278.0, 11285.0, 11240.0, 11267.0, 11255.0, 11220.0, 11219.0, 11176.0, 11212.0, 11156.0, 11242.0, 11180.0, 11254.0, 11172.0, 11191.0, 11153.0, 11192.0, 11140.0, 11223.0, 11138.0, 11188.0, 11152.0, 11210.0, 11154.0, 11224.0, 11178.0, 11257.0, 11203.0, 11182.0, 11195.0, 11182.0, 11253.0, 11200.0, 11257.0, 11185.0, 11236.0, 11184.0, 11221.0, 11208.0, 11280.0, 11183.0, 11277.0, 11181.0, 11226.0, 11209.0, 11265.0, 11219.0, 11274.0, 11209.0, 11154.0, 11219.0, 11202.0, 11200.0, 11226.0, 11186.0, 11274.0, 11234.0, 11256.0, 11263.0, 11234.0, 11212.0, 11199.0, 11182.0, 11201.0, 11238.0, 11208.0, 11225.0, 11199.0, 11207.0, 11153.0, 11172.0, 11139.0, 11187.0, 11152.0, 11183.0, 11140.0, 11155.0, 11126.0, 11158.0, 11129.0, 11179.0, 11144.0, 11181.0, 11148.0, 11171.0, 11152.0, 11182.0, 11148.0, 11197.0, 11152.0, 11197.0, 11172.0, 11201.0, 11179.0, 11238.0, 11207.0, 11249.0, 11195.0, 11209.0, 11178.0, 11244.0, 11210.0, 11255.0, 11224.0, 11240.0, 11196.0, 11231.0, 11198.0, 11257.0, 11218.0, 11237.0, 11249.0, 11211.0, 11251.0, 11224.0, 11307.0, 11265.0, 11306.0, 11253.0, 11317.0, 11261.0, 11278.0, 11241.0, 11237.0, 11219.0, 11222.0, 11259.0, 11210.0, 11227.0, 11245.0, 11240.0, 11252.0, 11230.0, 11178.0, 11234.0, 11188.0, 11245.0, 11238.0, 11274.0, 11240.0, 11264.0, 11231.0, 11186.0, 11250.0, 11203.0, 11261.0, 11225.0, 11277.0, 11241.0, 11193.0, 11227.0, 11187.0, 11251.0, 11183.0, 11241.0, 11201.0, 11263.0, 11186.0, 11236.0, 11185.0, 11238.0, 11195.0, 11249.0, 11163.0, 11229.0, 11167.0, 11232.0, 11181.0, 11263.0, 11182.0, 11244.0, 11178.0, 11226.0, 11181.0, 11256.0, 11199.0, 11274.0, 11209.0, 11248.0, 11204.0, 11256.0, 11201.0, 11256.0, 11226.0, 11276.0, 11212.0, 11187.0, 11233.0, 11188.0, 11243.0, 11224.0, 11255.0, 11228.0, 11241.0, 11222.0, 11226.0, 11255.0, 11224.0, 11235.0, 11237.0, 11170.0, 11232.0, 11198.0, 11269.0, 11197.0, 11295.0, 11229.0, 11269.0, 11195.0, 11238.0, 11191.0, 11262.0, 11246.0, 11283.0, 11247.0, 11247.0, 11197.0, 11188.0, 11195.0, 11215.0, 11227.0, 11216.0, 11239.0, 11182.0, 11235.0, 11184.0, 11238.0, 11190.0, 11274.0, 11193.0, 11296.0, 11223.0, 11267.0, 11213.0, 11212.0, 11212.0, 11247.0, 11246.0, 11298.0, 11254.0, 11253.0, 11184.0, 11151.0, 11165.0, 11154.0, 11223.0, 11157.0, 11240.0, 11168.0, 11205.0, 11172.0, 11222.0, 11187.0, 11229.0, 11215.0, 11170.0, 11213.0, 11178.0, 11219.0, 11191.0, 11256.0, 11220.0, 11260.0, 11195.0, 11185.0, 11182.0, 11184.0, 11203.0, 11203.0, 11199.0, 11158.0, 11198.0, 11180.0, 11245.0, 11172.0, 11270.0, 11194.0, 11222.0, 11201.0, 11244.0, 11200.0, 11256.0, 11214.0, 11261.0, 11196.0, 11240.0, 11184.0, 11241.0, 11195.0, 11268.0, 11225.0, 11276.0, 11228.0, 11257.0, 11227.0, 11211.0, 11243.0, 11231.0, 11225.0, 11258.0, 11219.0, 11289.0, 11252.0, 11304.0, 11183.0, 11236.0, 11180.0, 11239.0, 11223.0, 11250.0, 11273.0, 11223.0, 11252.0, 11208.0, 11211.0, 11168.0, 11194.0, 11122.0, 11177.0, 11105.0, 11181.0, 11100.0, 11122.0, 11096.0, 11125.0, 11098.0, 11126.0, 11105.0, 11132.0, 11119.0, 11152.0, 11121.0, 11152.0, 11138.0, 11178.0, 11132.0, 11174.0, 11184.0, 11275.0, 11217.0, 11254.0, 11219.0, 11258.0, 11177.0, 11183.0, 11144.0, 11161.0, 11121.0, 11144.0, 11119.0, 11149.0, 11107.0, 11132.0, 11083.0, 11187.0, 11117.0, 11209.0, 11165.0, 11219.0, 11187.0, 11219.0, 11226.0, 11266.0, 11258.0, 11208.0, 11256.0, 11222.0, 11267.0, 11220.0, 11299.0, 11231.0, 11297.0, 11212.0, 11264.0, 11216.0, 11274.0, 11259.0, 11230.0, 11263.0, 11216.0, 11245.0, 11225.0, 11224.0, 11258.0, 11224.0, 11300.0, 11228.0, 11312.0, 11237.0, 11298.0, 11206.0, 11224.0, 11176.0, 11238.0, 11190.0, 11247.0, 11204.0, 11251.0, 11179.0, 11216.0, 11175.0, 11224.0, 11190.0, 11238.0, 11204.0, 11166.0, 11185.0, 11176.0, 11205.0, 11227.0, 11221.0, 11198.0, 11214.0, 11192.0, 11223.0, 11204.0, 11261.0, 11197.0, 11289.0, 11226.0, 11237.0, 11231.0, 11241.0, 11241.0, 11236.0, 11254.0, 11200.0, 11249.0, 11186.0, 11250.0, 11185.0, 11274.0, 11183.0, 11234.0, 11175.0, 11234.0, 11179.0, 11292.0, 11201.0, 11256.0, 11192.0, 11240.0, 11199.0, 11259.0, 11226.0, 11260.0, 11199.0, 11240.0, 11196.0, 11256.0, 11203.0, 11271.0, 11206.0, 11241.0, 11179.0, 11222.0, 11208.0, 11269.0, 11210.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.0006318131868131869</td></tr>
<tr><td colspan=3>aqi</td><td>0.026713215164835165</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.76590854654557</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3744317801760182</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9819567758195819</td></tr>
<tr><td colspan=3>efc</td><td>0.4674</td></tr>
<tr><td colspan=3>fber</td><td>8179.9736</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10530970634597983</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>63</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.923076923076923</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3766536482268887</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.340552035105982</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.579153393053646</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2102555165210385</td></tr>
<tr><td colspan=3>gcor</td><td>0.0155735</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01452925056219101</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027701683342456818</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>910</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.1854622822613985</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>25.0279</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.5876</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>202.0168</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>300227.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>982.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>418.9852</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1795</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>670.0254</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4454.8702</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4664.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76317.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1805.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5730.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1114.326</td></tr>
<tr><td colspan=3>tsnr</td><td>40.210064308252186</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>