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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0019/ses-02/func/sub-0019_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>d8131f95a59ff291ff7f42cbdb1b2434</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:20:35.422500</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.999843, -0.0135547, 0.01137, 0.0116925, 0.988568, 0.150322]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.103527</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4163, -7798, -7208, 494, -3, -280, 76, 81]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.287</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0ea0740f-085e-4426-8572-4cb0269b9b03||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.682507038116455, 0.031370002776384354, 0.035849373787641525, 109.00860595703125], [0.036366358399391174, 2.6522557735443115, 0.40544572472572327, -108.23371124267578], [0.030504770576953888, -0.40330174565315247, 2.6691436767578125, -23.998306274414062], [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': ['152035.422500', '152035.882500', '152036.342500', '152036.802500', '152037.262500', '152037.722500', '152038.182500', '152038.642500', '152039.102500', '152039.562500', '152040.022500', '152040.482500', '152040.942500', '152041.402500', '152041.862500', '152042.322500', '152042.782500', '152043.242500', '152043.702500', '152044.162500', '152044.622500', '152045.082500', '152045.542500', '152046.002500', '152046.462500', '152046.922500', '152047.382500', '152047.842500', '152048.302500', '152048.762500', '152049.222500', '152049.682500', '152050.142500', '152050.602500', '152051.062500', '152051.522500', '152051.982500', '152052.442500', '152052.902500', '152053.362500', '152053.822500', '152054.282500', '152054.742500', '152055.202500', '152055.662500', '152056.122500', '152056.582500', '152057.042500', '152057.502500', '152057.962500', '152058.422500', '152058.882500', '152059.342500', '152059.802500', '152100.262500', '152100.722500', '152101.182500', '152101.642500', '152102.102500', '152102.562500', '152103.022500', '152103.482500', '152103.942500', '152104.402500', '152104.862500', '152105.322500', '152105.782500', '152106.242500', '152106.702500', '152107.162500', '152107.622500', '152108.082500', '152108.542500', '152109.002500', '152109.462500', '152109.922500', '152110.382500', '152110.842500', '152111.302500', '152111.762500', '152112.222500', '152112.682500', '152113.142500', '152113.602500', '152114.062500', '152114.522500', '152114.982500', '152115.442500', '152115.902500', '152116.362500', '152116.822500', '152117.282500', '152117.742500', '152118.202500', '152118.662500', '152119.122500', '152119.582500', '152120.042500', '152120.502500', '152120.962500', '152121.422500', '152121.882500', '152122.342500', '152122.802500', '152123.262500', '152123.722500', '152124.182500', '152124.642500', '152125.102500', '152125.562500', '152126.022500', '152126.482500', '152126.942500', '152127.402500', '152127.862500', '152128.322500', '152128.782500', '152129.242500', '152129.702500', '152130.162500', '152130.622500', '152131.082500', '152131.542500', '152132.002500', '152132.462500', '152132.922500', '152133.382500', '152133.842500', '152134.302500', '152134.762500', '152135.222500', '152135.682500', '152136.142500', '152136.602500', '152137.062500', '152137.522500', '152137.982500', '152138.442500', '152138.902500', '152139.362500', '152139.822500', '152140.282500', '152140.742500', '152141.202500', '152141.662500', '152142.122500', '152142.582500', '152143.042500', '152143.502500', '152143.962500', '152144.422500', '152144.882500', '152145.342500', '152145.802500', '152146.262500', '152146.722500', '152147.182500', '152147.642500', '152148.102500', '152148.562500', '152149.022500', '152149.482500', '152149.942500', '152150.402500', '152150.862500', '152151.322500', '152151.782500', '152152.242500', '152152.702500', '152153.162500', '152153.622500', '152154.082500', '152154.542500', '152155.002500', '152155.462500', '152155.922500', '152156.382500', '152156.842500', '152157.302500', '152157.762500', '152158.222500', '152158.682500', '152159.142500', '152159.602500', '152200.062500', '152200.522500', '152200.982500', '152201.442500', '152201.902500', '152202.362500', '152202.822500', '152203.282500', '152203.742500', '152204.202500', '152204.662500', '152205.122500', '152205.582500', '152206.042500', '152206.502500', '152206.962500', '152207.422500', '152207.882500', '152208.342500', '152208.802500', '152209.262500', '152209.722500', '152210.182500', '152210.642500', '152211.102500', '152211.562500', '152212.022500', '152212.482500', '152212.942500', '152213.402500', '152213.862500', '152214.322500', '152214.782500', '152215.242500', '152215.702500', '152216.162500', '152216.622500', '152217.082500', '152217.542500', '152218.002500', '152218.462500', '152218.922500', '152219.382500', '152219.842500', '152220.302500', '152220.762500', '152221.222500', '152221.682500', '152222.142500', '152222.602500', '152223.062500', '152223.522500', '152223.982500', '152224.442500', '152224.902500', '152225.362500', '152225.822500', '152226.282500', '152226.742500', '152227.202500', '152227.662500', '152228.122500', '152228.582500', '152229.042500', '152229.502500', '152229.962500', '152230.422500', '152230.882500', '152231.342500', '152231.802500', '152232.262500', '152232.722500', '152233.182500', '152233.642500', '152234.102500', '152234.562500', '152235.022500', '152235.482500', '152235.942500', '152236.402500', '152236.862500', '152237.322500', '152237.782500', '152238.242500', '152238.702500', '152239.162500', '152239.622500', '152240.082500', '152240.542500', '152241.002500', '152241.462500', '152241.922500', '152242.382500', '152242.842500', '152243.302500', '152243.762500', '152244.222500', '152244.682500', '152245.142500', '152245.602500', '152246.062500', '152246.522500', '152246.982500', '152247.442500', '152247.902500', '152248.362500', '152248.822500', '152249.282500', '152249.742500', '152250.202500', '152250.662500', '152251.122500', '152251.582500', '152252.042500', '152252.502500', '152252.962500', '152253.422500', '152253.882500', '152254.342500', '152254.802500', '152255.262500', '152255.722500', '152256.182500', '152256.642500', '152257.102500', '152257.562500', '152258.022500', '152258.482500', '152258.942500', '152259.402500', '152259.862500', '152300.322500', '152300.782500', '152301.242500', '152301.702500', '152302.162500', '152302.622500', '152303.082500', '152303.542500', '152304.002500', '152304.462500', '152304.922500', '152305.382500', '152305.842500', '152306.302500', '152306.762500', '152307.222500', '152307.682500', '152308.142500', '152308.602500', '152309.062500', '152309.522500', '152309.982500', '152310.442500', '152310.902500', '152311.362500', '152311.822500', '152312.282500', '152312.742500', '152313.202500', '152313.662500', '152314.122500', '152314.582500', '152315.042500', '152315.502500', '152315.962500', '152316.422500', '152316.882500', '152317.342500', '152317.802500', '152318.262500', '152318.722500', '152319.182500', '152319.642500', '152320.102500', '152320.562500', '152321.022500', '152321.482500', '152321.942500', '152322.402500', '152322.862500', '152323.322500', '152323.782500', '152324.242500', '152324.702500', '152325.162500', '152325.622500', '152326.082500', '152326.542500', '152327.002500', '152327.462500', '152327.922500', '152328.382500', '152328.842500', '152329.302500', '152329.762500', '152330.222500', '152330.682500', '152331.142500', '152331.602500', '152332.062500', '152332.522500', '152332.982500', '152333.442500', '152333.902500', '152334.362500', '152334.822500', '152335.282500', '152335.742500', '152336.202500', '152336.662500', '152337.122500', '152337.582500', '152338.042500', '152338.502500', '152338.962500', '152339.422500', '152339.882500', '152340.342500', '152340.802500', '152341.262500', '152341.722500', '152342.182500', '152342.642500', '152343.102500', '152343.562500', '152344.022500', '152344.482500', '152344.942500', '152345.402500', '152345.862500', '152346.322500', '152346.782500', '152347.242500', '152347.702500', '152348.162500', '152348.622500', '152349.082500', '152349.542500', '152350.002500', '152350.462500', '152350.922500', '152351.382500', '152351.842500', '152352.302500', '152352.762500', '152353.222500', '152353.682500', '152354.142500', '152354.602500', '152355.062500', '152355.522500', '152355.982500', '152356.442500', '152356.902500', '152357.362500', '152357.822500', '152358.282500', '152358.742500', '152359.202500', '152359.662500', '152400.122500', '152400.582500', '152401.042500', '152401.502500', '152401.962500', '152402.422500', '152402.882500', '152403.342500', '152403.802500', '152404.262500', '152404.722500', '152405.182500', '152405.642500', '152406.102500', '152406.562500', '152407.022500', '152407.482500', '152407.942500', '152408.402500', '152408.862500', '152409.322500', '152409.782500', '152410.242500', '152410.702500', '152411.162500', '152411.622500', '152412.082500', '152412.542500', '152413.002500', '152413.462500', '152413.922500', '152414.382500', '152414.842500', '152415.302500', '152415.762500', '152416.222500', '152416.682500', '152417.142500', '152417.602500', '152418.062500', '152418.522500', '152418.982500', '152419.442500', '152419.902500', '152420.362500', '152420.822500', '152421.282500', '152421.742500', '152422.202500', '152422.662500', '152423.122500', '152423.582500', '152424.042500', '152424.502500', '152424.962500', '152425.422500', '152425.882500', '152426.342500', '152426.802500', '152427.262500', '152427.722500', '152428.182500', '152428.642500', '152429.102500', '152429.562500', '152430.022500', '152430.482500', '152430.942500', '152431.402500', '152431.862500', '152432.322500', '152432.782500', '152433.242500', '152433.702500', '152434.162500', '152434.622500', '152435.082500', '152435.542500', '152436.002500', '152436.462500', '152436.922500', '152437.382500', '152437.842500', '152438.302500', '152438.762500', '152439.222500', '152439.682500', '152440.142500', '152440.602500', '152441.062500', '152441.522500', '152441.982500', '152442.442500', '152442.902500', '152443.362500', '152443.822500', '152444.282500', '152444.742500', '152445.202500', '152445.662500', '152446.122500', '152446.582500', '152447.042500', '152447.502500', '152447.962500', '152448.422500', '152448.882500', '152449.342500', '152449.802500', '152450.262500', '152450.722500', '152451.182500', '152451.642500', '152452.102500', '152452.562500', '152453.022500', '152453.482500', '152453.942500', '152454.402500', '152454.862500', '152455.322500', '152455.782500', '152456.242500', '152456.702500', '152457.162500', '152457.622500', '152458.082500', '152458.542500', '152459.002500', '152459.462500', '152459.922500', '152500.382500', '152500.842500', '152501.302500', '152501.762500', '152502.222500', '152502.682500', '152503.142500', '152503.602500', '152504.062500', '152504.522500', '152504.982500', '152505.442500', '152505.902500', '152506.362500', '152506.822500', '152507.282500', '152507.742500', '152508.202500', '152508.662500', '152509.122500', '152509.582500', '152510.042500', '152510.502500', '152510.962500', '152511.422500', '152511.882500', '152512.342500', '152512.802500', '152513.262500', '152513.722500', '152514.182500', '152514.642500', '152515.102500', '152515.562500', '152516.022500', '152516.482500', '152516.942500', '152517.402500', '152517.862500', '152518.322500', '152518.782500', '152519.242500', '152519.702500', '152520.162500', '152520.622500', '152521.082500', '152521.542500', '152522.002500', '152522.462500', '152522.922500', '152523.382500', '152523.842500', '152524.302500', '152524.762500', '152525.222500', '152525.682500', '152526.142500', '152526.602500', '152527.062500', '152527.522500', '152527.982500', '152528.442500', '152528.902500', '152529.362500', '152529.822500', '152530.282500', '152530.742500', '152531.202500', '152531.662500', '152532.122500', '152532.582500', '152533.042500', '152533.502500', '152533.962500', '152534.422500', '152534.882500', '152535.342500', '152535.802500', '152536.262500', '152536.722500', '152537.182500', '152537.642500', '152538.102500', '152538.562500', '152539.022500', '152539.482500', '152539.942500', '152540.402500', '152540.862500', '152541.322500', '152541.782500', '152542.242500', '152542.702500', '152543.162500', '152543.622500', '152544.082500', '152544.542500', '152545.002500', '152545.462500', '152545.922500', '152546.382500', '152546.842500', '152547.302500', '152547.762500', '152548.222500', '152548.682500', '152549.142500', '152549.602500', '152550.062500', '152550.522500', '152550.982500', '152551.442500', '152551.902500', '152552.362500', '152552.822500', '152553.282500', '152553.742500', '152554.202500', '152554.662500', '152555.122500', '152555.582500', '152556.042500', '152556.502500', '152556.962500', '152557.422500', '152557.882500', '152558.342500', '152558.802500', '152559.262500', '152559.722500', '152600.182500', '152600.642500', '152601.102500', '152601.562500', '152602.022500', '152602.482500', '152602.942500', '152603.402500', '152603.862500', '152604.322500', '152604.782500', '152605.242500', '152605.702500', '152606.162500', '152606.622500', '152607.082500', '152607.542500', '152608.002500', '152608.462500', '152608.922500', '152609.382500', '152609.842500', '152610.302500', '152610.762500', '152611.222500', '152611.682500', '152612.142500', '152612.602500', '152613.062500', '152613.522500', '152613.982500', '152614.442500', '152614.902500', '152615.362500', '152615.822500', '152616.282500', '152616.742500', '152617.202500', '152617.662500', '152618.122500', '152618.582500', '152619.042500', '152619.502500', '152619.962500', '152620.422500', '152620.882500', '152621.342500', '152621.802500', '152622.262500', '152622.722500', '152623.182500', '152623.642500', '152624.102500', '152624.562500', '152625.022500', '152625.482500', '152625.942500', '152626.402500', '152626.862500', '152627.322500', '152627.782500', '152628.242500', '152628.702500', '152629.162500', '152629.622500', '152630.082500', '152630.542500', '152631.002500', '152631.462500', '152631.922500', '152632.382500', '152632.842500', '152633.302500', '152633.762500', '152634.222500', '152634.682500', '152635.142500', '152635.602500', '152636.062500', '152636.522500', '152636.982500', '152637.442500', '152637.902500', '152638.362500', '152638.822500', '152639.282500', '152639.742500', '152640.202500', '152640.662500', '152641.122500', '152641.582500', '152642.042500', '152642.502500', '152642.962500', '152643.422500', '152643.882500', '152644.342500', '152644.802500', '152645.262500', '152645.722500', '152646.182500', '152646.642500', '152647.102500', '152647.562500', '152648.022500', '152648.482500', '152648.942500', '152649.402500', '152649.862500', '152650.322500', '152650.782500', '152651.242500', '152651.702500', '152652.162500', '152652.622500', '152653.082500', '152653.542500', '152654.002500', '152654.462500', '152654.922500', '152655.382500', '152655.842500', '152656.302500', '152656.762500', '152657.222500', '152657.682500', '152658.142500', '152658.602500', '152659.062500', '152659.522500', '152659.982500', '152700.442500', '152700.902500', '152701.362500', '152701.822500', '152702.282500', '152702.742500', '152703.202500', '152703.662500', '152704.122500', '152704.582500', '152705.042500', '152705.502500', '152705.962500', '152706.422500', '152706.882500', '152707.342500', '152707.802500', '152708.262500', '152708.722500', '152709.182500', '152709.642500', '152710.102500', '152710.562500', '152711.022500', '152711.482500', '152711.942500', '152712.402500', '152712.862500', '152713.322500', '152713.782500', '152714.242500', '152714.702500', '152715.162500', '152715.622500', '152716.082500', '152716.542500', '152717.002500', '152717.462500', '152717.922500', '152718.382500', '152718.842500', '152719.302500', '152719.762500', '152720.222500', '152720.682500', '152721.142500', '152721.602500', '152722.062500', '152722.522500', '152722.982500', '152723.442500', '152723.902500', '152724.362500', '152724.822500', '152725.282500', '152725.742500', '152726.202500', '152726.662500', '152727.122500', '152727.582500', '152728.042500', '152728.502500', '152728.962500', '152729.422500', '152729.882500', '152730.342500', '152730.802500', '152731.262500', '152731.722500', '152732.182500', '152732.642500', '152733.102500', '152733.562500', '152734.022500', '152734.482500', '152734.942500', '152735.402500'], 'ContentTime': ['152103.957000', '152103.960000', '152103.963000', '152103.966000', '152103.969000', '152103.972000', '152103.975000', '152103.978000', '152103.981000', '152103.984000', '152103.987000', '152104.002000', '152104.005000', '152104.016000', '152104.019000', '152104.022000', '152104.025000', '152104.028000', '152104.031000', '152104.033000', '152104.036000', '152104.039000', '152104.042000', '152104.045000', '152104.048000', '152104.051000', '152104.054000', '152104.057000', '152104.060000', '152104.063000', '152104.065000', '152104.068000', '152104.071000', '152104.074000', '152104.077000', '152104.080000', '152104.083000', '152104.086000', '152104.089000', '152104.091000', '152104.094000', '152104.097000', '152104.100000', '152104.103000', '152104.106000', '152104.109000', '152104.112000', '152104.115000', '152104.118000', '152104.120000', '152104.123000', '152104.126000', '152104.129000', '152104.132000', '152104.142000', '152104.145000', '152104.148000', '152104.151000', '152104.153000', '152104.156000', '152104.159000', '152123.923000', '152123.926000', '152123.929000', '152123.932000', '152123.935000', '152123.938000', '152123.941000', '152123.943000', '152123.947000', '152123.950000', '152123.952000', '152123.955000', '152123.958000', '152123.961000', '152123.964000', '152123.967000', '152123.970000', '152123.973000', '152123.975000', '152123.978000', '152123.981000', '152123.984000', '152123.987000', '152123.990000', '152123.993000', '152123.996000', '152124.000000', '152124.003000', '152124.006000', '152124.009000', '152124.011000', '152124.014000', '152124.017000', '152124.020000', '152124.023000', '152124.026000', '152124.029000', '152124.032000', '152124.035000', '152124.038000', '152124.041000', '152124.043000', '152124.046000', '152124.049000', '152143.923000', '152143.926000', '152143.933000', '152143.936000', '152143.939000', '152143.942000', '152143.945000', '152143.948000', '152143.951000', '152143.954000', '152143.957000', '152143.960000', '152143.964000', '152143.967000', '152143.970000', '152143.973000', '152143.976000', '152143.979000', '152143.982000', '152143.985000', '152143.988000', '152143.991000', '152143.994000', '152143.997000', '152144.001000', '152144.004000', '152144.007000', '152144.009000', '152144.013000', '152144.015000', '152144.018000', '152144.021000', '152144.024000', '152144.027000', '152144.030000', '152144.033000', '152144.036000', '152144.046000', '152144.049000', '152144.052000', '152144.055000', '152144.058000', '152144.061000', '152203.924000', '152203.927000', '152203.930000', '152203.937000', '152203.940000', '152203.943000', '152203.946000', '152203.949000', '152203.952000', '152203.955000', '152203.958000', '152203.961000', '152203.964000', '152203.966000', '152203.969000', '152203.972000', '152203.975000', '152203.978000', '152203.981000', '152203.984000', '152203.987000', '152203.990000', '152203.993000', '152203.996000', '152203.998000', '152204.002000', '152204.005000', '152204.008000', '152204.011000', '152204.014000', '152204.017000', '152204.020000', '152204.023000', '152204.026000', '152204.029000', '152204.032000', '152204.035000', '152204.037000', '152204.040000', '152204.043000', '152204.046000', '152204.049000', '152204.052000', '152204.055000', '152223.924000', '152223.927000', '152223.930000', '152223.933000', '152223.936000', '152223.939000', '152223.947000', '152223.950000', '152223.953000', '152223.956000', '152223.959000', '152223.962000', '152223.965000', '152223.968000', '152223.971000', '152223.973000', '152223.976000', '152223.979000', '152223.982000', '152223.985000', '152223.988000', '152223.991000', '152223.994000', '152223.997000', '152224.001000', '152224.004000', '152224.007000', '152224.010000', '152224.013000', '152224.016000', '152224.019000', '152224.022000', '152224.025000', '152224.028000', '152224.031000', '152224.033000', '152224.036000', '152224.039000', '152224.042000', '152224.045000', '152224.048000', '152224.051000', '152224.054000', '152243.923000', '152243.926000', '152243.929000', '152243.932000', '152243.935000', '152243.952000', '152243.956000', '152243.958000', '152243.961000', '152243.964000', '152243.967000', '152243.970000', '152243.973000', '152243.976000', '152243.979000', '152243.982000', '152243.985000', '152243.988000', '152243.991000', '152243.994000', '152243.996000', '152244.000000', '152244.003000', '152244.006000', '152244.009000', '152244.012000', '152244.015000', '152244.018000', '152244.021000', '152244.024000', '152244.027000', '152244.030000', '152244.033000', '152244.036000', '152244.039000', '152244.041000', '152244.044000', '152244.047000', '152244.050000', '152244.053000', '152244.056000', '152244.059000', '152244.062000', '152244.065000', '152303.923000', '152303.926000', '152303.929000', '152303.932000', '152303.935000', '152303.938000', '152303.941000', '152303.943000', '152303.947000', '152303.949000', '152303.952000', '152303.955000', '152303.958000', '152303.961000', '152303.964000', '152303.967000', '152303.970000', '152303.973000', '152303.976000', '152303.978000', '152303.981000', '152303.984000', '152303.987000', '152303.990000', '152303.993000', '152303.996000', '152304.000000', '152304.004000', '152304.007000', '152304.010000', '152304.013000', '152304.016000', '152304.019000', '152304.022000', '152304.025000', '152304.028000', '152304.031000', '152304.034000', '152304.036000', '152304.039000', '152304.042000', '152304.045000', '152304.048000', '152323.923000', '152323.926000', '152323.929000', '152323.932000', '152323.935000', '152323.938000', '152323.941000', '152323.944000', '152323.946000', '152323.949000', '152323.952000', '152323.955000', '152323.958000', '152323.961000', '152323.964000', '152323.967000', '152323.970000', '152323.973000', '152323.976000', '152323.979000', '152323.982000', '152323.985000', '152323.987000', '152323.990000', '152323.993000', '152323.996000', '152324.000000', '152324.003000', '152324.006000', '152324.009000', '152324.012000', '152324.015000', '152324.018000', '152324.021000', '152324.024000', '152324.027000', '152324.030000', '152324.032000', '152324.035000', '152324.038000', '152324.041000', '152324.044000', '152324.047000', '152324.050000', '152343.923000', '152343.933000', '152343.936000', '152343.939000', '152343.942000', '152343.945000', '152343.948000', '152343.951000', '152343.954000', '152343.957000', '152343.960000', '152343.962000', '152343.965000', '152343.968000', '152343.971000', '152343.974000', '152343.977000', '152343.980000', '152343.983000', '152343.986000', '152343.989000', '152343.992000', '152343.995000', '152343.997000', '152344.001000', '152344.004000', '152344.007000', '152344.010000', '152344.013000', '152344.016000', '152344.019000', '152344.022000', '152344.025000', '152344.028000', '152344.031000', '152344.034000', '152344.036000', '152344.040000', '152344.042000', '152344.045000', '152344.048000', '152344.051000', '152344.054000', '152403.923000', '152403.926000', '152403.938000', '152403.941000', '152403.944000', '152403.947000', '152403.950000', '152403.953000', '152403.956000', '152403.958000', '152403.961000', '152403.964000', '152403.967000', '152403.970000', '152403.978000', '152403.981000', '152403.984000', '152403.987000', '152403.990000', '152403.993000', '152403.996000', '152404.000000', '152404.003000', '152404.006000', '152404.009000', '152404.012000', '152404.015000', '152404.017000', '152404.020000', '152404.023000', '152404.034000', '152404.037000', '152404.040000', '152404.043000', '152404.046000', '152404.049000', '152404.052000', '152404.055000', '152404.058000', '152404.061000', '152404.064000', '152404.066000', '152404.070000', '152404.072000', '152423.924000', '152423.927000', '152423.930000', '152423.933000', '152423.944000', '152423.947000', '152423.950000', '152423.953000', '152423.956000', '152423.959000', '152423.962000', '152423.965000', '152423.968000', '152423.971000', '152423.974000', '152423.977000', '152423.980000', '152423.983000', '152423.986000', '152423.988000', '152423.991000', '152423.994000', '152423.997000', '152424.001000', '152424.004000', '152424.007000', '152424.010000', '152424.013000', '152424.016000', '152424.019000', '152424.022000', '152424.024000', '152424.027000', '152424.030000', '152424.033000', '152424.036000', '152424.040000', '152424.043000', '152424.046000', '152424.049000', '152424.052000', '152424.055000', '152424.058000', '152443.924000', '152443.927000', '152443.930000', '152443.933000', '152443.936000', '152443.939000', '152443.942000', '152443.945000', '152443.948000', '152443.951000', '152443.953000', '152443.956000', '152443.959000', '152443.962000', '152443.965000', '152443.968000', '152443.971000', '152443.974000', '152443.977000', '152443.980000', '152443.983000', '152443.986000', '152443.989000', '152443.991000', '152443.994000', '152443.997000', '152444.001000', '152444.004000', '152444.007000', '152444.010000', '152444.013000', '152444.016000', '152444.019000', '152444.022000', '152444.025000', '152444.028000', '152444.031000', '152444.034000', '152444.037000', '152444.040000', '152444.042000', '152444.045000', '152444.048000', '152444.051000', '152503.923000', '152503.926000', '152503.929000', '152503.932000', '152503.935000', '152503.938000', '152503.941000', '152503.944000', '152503.947000', '152503.950000', '152503.953000', '152503.956000', '152503.959000', '152503.962000', '152503.964000', '152503.968000', '152503.970000', '152503.973000', '152503.976000', '152503.979000', '152503.982000', '152503.985000', '152503.988000', '152503.991000', '152503.994000', '152503.997000', '152504.001000', '152504.004000', '152504.007000', '152504.010000', '152504.012000', '152504.015000', '152504.018000', '152504.021000', '152504.024000', '152504.027000', '152504.030000', '152504.033000', '152504.036000', '152504.039000', '152504.042000', '152504.045000', '152504.048000', '152523.923000', '152523.926000', '152523.929000', '152523.932000', '152523.935000', '152523.938000', '152523.940000', '152523.943000', '152523.946000', '152523.949000', '152523.952000', '152523.955000', '152523.958000', '152523.961000', '152523.964000', '152523.967000', '152523.970000', '152523.973000', '152523.976000', '152523.978000', '152523.981000', '152523.984000', '152523.987000', '152523.990000', '152523.993000', '152523.996000', '152524.000000', '152524.003000', '152524.006000', '152524.009000', '152524.012000', '152524.014000', '152524.018000', '152524.021000', '152524.023000', '152524.026000', '152524.029000', '152524.032000', '152524.035000', '152524.038000', '152524.041000', '152524.044000', '152524.047000', '152524.050000', '152543.923000', '152543.926000', '152543.929000', '152543.932000', '152543.935000', '152543.938000', '152543.941000', '152543.944000', '152543.947000', '152543.949000', '152543.952000', '152543.969000', '152543.972000', '152543.975000', '152543.978000', '152543.981000', '152543.984000', '152543.987000', '152543.990000', '152543.992000', '152543.995000', '152543.998000', '152544.002000', '152544.005000', '152544.008000', '152544.011000', '152544.014000', '152544.017000', '152544.020000', '152544.023000', '152544.026000', '152544.029000', '152544.031000', '152544.034000', '152544.037000', '152544.040000', '152544.043000', '152544.046000', '152544.049000', '152544.052000', '152544.055000', '152544.058000', '152544.062000', '152603.923000', '152603.926000', '152603.929000', '152603.932000', '152603.935000', '152603.938000', '152603.941000', '152603.944000', '152603.946000', '152603.949000', '152603.952000', '152603.955000', '152603.958000', '152603.961000', '152603.964000', '152603.967000', '152603.970000', '152603.973000', '152603.976000', '152603.979000', '152603.982000', '152603.984000', '152603.987000', '152603.990000', '152603.993000', '152603.996000', '152604.000000', '152604.003000', '152604.006000', '152604.009000', '152604.021000', '152604.024000', '152604.027000', '152604.030000', '152604.032000', '152604.036000', '152604.038000', '152604.041000', '152604.044000', '152604.047000', '152604.050000', '152604.053000', '152604.056000', '152623.923000', '152623.926000', '152623.929000', '152623.932000', '152623.935000', '152623.938000', '152623.941000', '152623.944000', '152623.947000', '152623.950000', '152623.953000', '152623.956000', '152623.959000', '152623.961000', '152623.965000', '152623.967000', '152623.970000', '152623.975000', '152623.978000', '152623.981000', '152623.984000', '152623.987000', '152623.990000', '152623.993000', '152623.996000', '152624.000000', '152624.003000', '152624.006000', '152624.008000', '152624.011000', '152624.014000', '152624.017000', '152624.020000', '152624.023000', '152624.026000', '152624.029000', '152624.032000', '152624.035000', '152624.038000', '152624.041000', '152624.044000', '152624.046000', '152624.050000', '152624.052000', '152643.924000', '152643.927000', '152643.930000', '152643.933000', '152643.936000', '152643.942000', '152643.945000', '152643.949000', '152643.951000', '152643.954000', '152643.957000', '152643.960000', '152643.963000', '152643.966000', '152643.969000', '152643.972000', '152643.975000', '152643.978000', '152643.981000', '152643.984000', '152643.987000', '152643.990000', '152643.993000', '152643.996000', '152644.000000', '152644.003000', '152644.006000', '152644.008000', '152644.011000', '152644.014000', '152644.017000', '152644.020000', '152644.023000', '152644.026000', '152644.029000', '152644.032000', '152644.035000', '152644.038000', '152644.041000', '152644.044000', '152644.046000', '152644.049000', '152644.052000', '152703.924000', '152703.927000', '152703.930000', '152703.933000', '152703.936000', '152703.939000', '152703.942000', '152703.945000', '152703.948000', '152703.951000', '152703.954000', '152703.956000', '152703.959000', '152703.962000', '152703.965000', '152703.968000', '152703.971000', '152703.974000', '152703.977000', '152703.980000', '152703.983000', '152703.986000', '152704.000000', '152704.003000', '152704.006000', '152704.009000', '152704.011000', '152704.014000', '152704.017000', '152704.020000', '152704.023000', '152704.026000', '152704.029000', '152704.032000', '152704.035000', '152704.038000', '152704.040000', '152704.051000', '152704.054000', '152704.057000', '152704.060000', '152704.063000', '152704.066000', '152704.069000', '152723.923000', '152723.926000', '152723.929000', '152723.932000', '152723.935000', '152723.938000', '152723.941000', '152723.952000', '152723.954000', '152723.957000', '152723.960000', '152723.963000', '152723.966000', '152723.969000', '152723.972000', '152723.975000', '152723.978000', '152723.981000', '152723.984000', '152723.987000', '152723.989000', '152723.992000', '152723.995000', '152723.998000', '152724.002000', '152724.005000', '152724.008000', '152724.011000', '152724.014000', '152724.017000', '152724.020000', '152724.023000', '152724.026000', '152724.029000', '152724.032000', '152724.035000', '152724.038000', '152724.041000', '152724.044000', '152724.047000', '152724.050000', '152724.053000', '152724.056000', '152735.980000', '152735.983000', '152735.987000', '152735.990000', '152735.993000', '152735.996000', '152736.000000', '152736.004000', '152736.007000', '152736.010000', '152736.014000', '152736.017000', '152736.019000', '152736.022000', '152736.025000', '152736.028000', '152736.031000', '152736.034000', '152736.037000', '152736.041000', '152736.044000', '152736.047000', '152736.050000', '152736.053000', '152736.056000', '152736.059000', '152736.062000'], 'InstanceCreationTime': ['152103.957000', '152103.960000', '152103.963000', '152103.966000', '152103.969000', '152103.972000', '152103.975000', '152103.978000', '152103.981000', '152103.984000', '152103.987000', '152104.002000', '152104.005000', '152104.016000', '152104.019000', '152104.022000', '152104.025000', '152104.028000', '152104.031000', '152104.033000', '152104.036000', '152104.039000', '152104.042000', '152104.045000', '152104.048000', '152104.051000', '152104.054000', '152104.057000', '152104.060000', '152104.063000', '152104.065000', '152104.068000', '152104.071000', '152104.074000', '152104.077000', '152104.080000', '152104.083000', '152104.086000', '152104.089000', '152104.091000', '152104.094000', '152104.097000', '152104.100000', '152104.103000', '152104.106000', '152104.109000', '152104.112000', '152104.115000', '152104.118000', '152104.120000', '152104.123000', '152104.126000', '152104.129000', '152104.132000', '152104.142000', '152104.145000', '152104.148000', '152104.151000', '152104.153000', '152104.156000', '152104.159000', '152123.923000', '152123.926000', '152123.929000', '152123.932000', '152123.935000', '152123.938000', '152123.941000', '152123.943000', '152123.947000', '152123.950000', '152123.952000', '152123.955000', '152123.958000', '152123.961000', '152123.964000', '152123.967000', '152123.970000', '152123.973000', '152123.975000', '152123.978000', '152123.981000', '152123.984000', '152123.987000', '152123.990000', '152123.993000', '152123.996000', '152124.000000', '152124.003000', '152124.006000', '152124.009000', '152124.011000', '152124.014000', '152124.017000', '152124.020000', '152124.023000', '152124.026000', '152124.029000', '152124.032000', '152124.035000', '152124.038000', '152124.041000', '152124.043000', '152124.046000', '152124.049000', '152143.923000', '152143.926000', '152143.933000', '152143.936000', '152143.939000', '152143.942000', '152143.945000', '152143.948000', '152143.951000', '152143.954000', '152143.957000', '152143.960000', '152143.964000', '152143.967000', '152143.970000', '152143.973000', '152143.976000', '152143.979000', '152143.982000', '152143.985000', '152143.988000', '152143.991000', '152143.994000', '152143.997000', '152144.001000', '152144.004000', '152144.007000', '152144.009000', '152144.013000', '152144.015000', '152144.018000', '152144.021000', '152144.024000', '152144.027000', '152144.030000', '152144.033000', '152144.036000', '152144.046000', '152144.049000', '152144.052000', '152144.055000', '152144.058000', '152144.061000', '152203.924000', '152203.927000', '152203.930000', '152203.937000', '152203.940000', '152203.943000', '152203.946000', '152203.949000', '152203.952000', '152203.955000', '152203.958000', '152203.961000', '152203.964000', '152203.966000', '152203.969000', '152203.972000', '152203.975000', '152203.978000', '152203.981000', '152203.984000', '152203.987000', '152203.990000', '152203.993000', '152203.996000', '152203.998000', '152204.002000', '152204.005000', '152204.008000', '152204.011000', '152204.014000', '152204.017000', '152204.020000', '152204.023000', '152204.026000', '152204.029000', '152204.032000', '152204.035000', '152204.037000', '152204.040000', '152204.043000', '152204.046000', '152204.049000', '152204.052000', '152204.055000', '152223.924000', '152223.927000', '152223.930000', '152223.933000', '152223.936000', '152223.939000', '152223.947000', '152223.950000', '152223.953000', '152223.956000', '152223.959000', '152223.962000', '152223.965000', '152223.968000', '152223.971000', '152223.973000', '152223.976000', '152223.979000', '152223.982000', '152223.985000', '152223.988000', '152223.991000', '152223.994000', '152223.997000', '152224.001000', '152224.004000', '152224.007000', '152224.010000', '152224.013000', '152224.016000', '152224.019000', '152224.022000', '152224.025000', '152224.028000', '152224.031000', '152224.033000', '152224.036000', '152224.039000', '152224.042000', '152224.045000', '152224.048000', '152224.051000', '152224.054000', '152243.923000', '152243.926000', '152243.929000', '152243.932000', '152243.935000', '152243.952000', '152243.956000', '152243.958000', '152243.961000', '152243.964000', '152243.967000', '152243.970000', '152243.973000', '152243.976000', '152243.979000', '152243.982000', '152243.985000', '152243.988000', '152243.991000', '152243.994000', '152243.996000', '152244.000000', '152244.003000', '152244.006000', '152244.009000', '152244.012000', '152244.015000', '152244.018000', '152244.021000', '152244.024000', '152244.027000', '152244.030000', '152244.033000', '152244.036000', '152244.039000', '152244.041000', '152244.044000', '152244.047000', '152244.050000', '152244.053000', '152244.056000', '152244.059000', '152244.062000', '152244.065000', '152303.923000', '152303.926000', '152303.929000', '152303.932000', '152303.935000', '152303.938000', '152303.941000', '152303.943000', '152303.947000', '152303.949000', '152303.952000', '152303.955000', '152303.958000', '152303.961000', '152303.964000', '152303.967000', '152303.970000', '152303.973000', '152303.976000', '152303.978000', '152303.981000', '152303.984000', '152303.987000', '152303.990000', '152303.993000', '152303.996000', '152304.000000', '152304.004000', '152304.007000', '152304.010000', '152304.013000', '152304.016000', '152304.019000', '152304.022000', '152304.025000', '152304.028000', '152304.031000', '152304.034000', '152304.036000', '152304.039000', '152304.042000', '152304.045000', '152304.048000', '152323.923000', '152323.926000', '152323.929000', '152323.932000', '152323.935000', '152323.938000', '152323.941000', '152323.944000', '152323.946000', '152323.949000', '152323.952000', '152323.955000', '152323.958000', '152323.961000', '152323.964000', '152323.967000', '152323.970000', '152323.973000', '152323.976000', '152323.979000', '152323.982000', '152323.985000', '152323.987000', '152323.990000', '152323.993000', '152323.996000', '152324.000000', '152324.003000', '152324.006000', '152324.009000', '152324.012000', '152324.015000', '152324.018000', '152324.021000', '152324.024000', '152324.027000', '152324.030000', '152324.032000', '152324.035000', '152324.038000', '152324.041000', '152324.044000', '152324.047000', '152324.050000', '152343.923000', '152343.933000', '152343.936000', '152343.939000', '152343.942000', '152343.945000', '152343.948000', '152343.951000', '152343.954000', '152343.957000', '152343.960000', '152343.962000', '152343.965000', '152343.968000', '152343.971000', '152343.974000', '152343.977000', '152343.980000', '152343.983000', '152343.986000', '152343.989000', '152343.992000', '152343.995000', '152343.997000', '152344.001000', '152344.004000', '152344.007000', '152344.010000', '152344.013000', '152344.016000', '152344.019000', '152344.022000', '152344.025000', '152344.028000', '152344.031000', '152344.034000', '152344.036000', '152344.040000', '152344.042000', '152344.045000', '152344.048000', '152344.051000', '152344.054000', '152403.923000', '152403.926000', '152403.938000', '152403.941000', '152403.944000', '152403.947000', '152403.950000', '152403.953000', '152403.956000', '152403.958000', '152403.961000', '152403.964000', '152403.967000', '152403.970000', '152403.978000', '152403.981000', '152403.984000', '152403.987000', '152403.990000', '152403.993000', '152403.996000', '152404.000000', '152404.003000', '152404.006000', '152404.009000', '152404.012000', '152404.015000', '152404.017000', '152404.020000', '152404.023000', '152404.034000', '152404.037000', '152404.040000', '152404.043000', '152404.046000', '152404.049000', '152404.052000', '152404.055000', '152404.058000', '152404.061000', '152404.064000', '152404.066000', '152404.070000', '152404.072000', '152423.924000', '152423.927000', '152423.930000', '152423.933000', '152423.944000', '152423.947000', '152423.950000', '152423.953000', '152423.956000', '152423.959000', '152423.962000', '152423.965000', '152423.968000', '152423.971000', '152423.974000', '152423.977000', '152423.980000', '152423.983000', '152423.986000', '152423.988000', '152423.991000', '152423.994000', '152423.997000', '152424.001000', '152424.004000', '152424.007000', '152424.010000', '152424.013000', '152424.016000', '152424.019000', '152424.022000', '152424.024000', '152424.027000', '152424.030000', '152424.033000', '152424.036000', '152424.040000', '152424.043000', '152424.046000', '152424.049000', '152424.052000', '152424.055000', '152424.058000', '152443.924000', '152443.927000', '152443.930000', '152443.933000', '152443.936000', '152443.939000', '152443.942000', '152443.945000', '152443.948000', '152443.951000', '152443.953000', '152443.956000', '152443.959000', '152443.962000', '152443.965000', '152443.968000', '152443.971000', '152443.974000', '152443.977000', '152443.980000', '152443.983000', '152443.986000', '152443.989000', '152443.991000', '152443.994000', '152443.997000', '152444.001000', '152444.004000', '152444.007000', '152444.010000', '152444.013000', '152444.016000', '152444.019000', '152444.022000', '152444.025000', '152444.028000', '152444.031000', '152444.034000', '152444.037000', '152444.040000', '152444.042000', '152444.045000', '152444.048000', '152444.051000', '152503.923000', '152503.926000', '152503.929000', '152503.932000', '152503.935000', '152503.938000', '152503.941000', '152503.944000', '152503.947000', '152503.950000', '152503.953000', '152503.956000', '152503.959000', '152503.962000', '152503.964000', '152503.968000', '152503.970000', '152503.973000', '152503.976000', '152503.979000', '152503.982000', '152503.985000', '152503.988000', '152503.991000', '152503.994000', '152503.997000', '152504.001000', '152504.004000', '152504.007000', '152504.010000', '152504.012000', '152504.015000', '152504.018000', '152504.021000', '152504.024000', '152504.027000', '152504.030000', '152504.033000', '152504.036000', '152504.039000', '152504.042000', '152504.045000', '152504.048000', '152523.923000', '152523.926000', '152523.929000', '152523.932000', '152523.935000', '152523.938000', '152523.940000', '152523.943000', '152523.946000', '152523.949000', '152523.952000', '152523.955000', '152523.958000', '152523.961000', '152523.964000', '152523.967000', '152523.970000', '152523.973000', '152523.976000', '152523.978000', '152523.981000', '152523.984000', '152523.987000', '152523.990000', '152523.993000', '152523.996000', '152524.000000', '152524.003000', '152524.006000', '152524.009000', '152524.012000', '152524.014000', '152524.018000', '152524.021000', '152524.023000', '152524.026000', '152524.029000', '152524.032000', '152524.035000', '152524.038000', '152524.041000', '152524.044000', '152524.047000', '152524.050000', '152543.923000', '152543.926000', '152543.929000', '152543.932000', '152543.935000', '152543.938000', '152543.941000', '152543.944000', '152543.947000', '152543.949000', '152543.952000', '152543.969000', '152543.972000', '152543.975000', '152543.978000', '152543.981000', '152543.984000', '152543.987000', '152543.990000', '152543.992000', '152543.995000', '152543.998000', '152544.002000', '152544.005000', '152544.008000', '152544.011000', '152544.014000', '152544.017000', '152544.020000', '152544.023000', '152544.026000', '152544.029000', '152544.031000', '152544.034000', '152544.037000', '152544.040000', '152544.043000', '152544.046000', '152544.049000', '152544.052000', '152544.055000', '152544.058000', '152544.062000', '152603.923000', '152603.926000', '152603.929000', '152603.932000', '152603.935000', '152603.938000', '152603.941000', '152603.944000', '152603.946000', '152603.949000', '152603.952000', '152603.955000', '152603.958000', '152603.961000', '152603.964000', '152603.967000', '152603.970000', '152603.973000', '152603.976000', '152603.979000', '152603.982000', '152603.984000', '152603.987000', '152603.990000', '152603.993000', '152603.996000', '152604.000000', '152604.003000', '152604.006000', '152604.009000', '152604.021000', '152604.024000', '152604.027000', '152604.030000', '152604.032000', '152604.036000', '152604.038000', '152604.041000', '152604.044000', '152604.047000', '152604.050000', '152604.053000', '152604.056000', '152623.923000', '152623.926000', '152623.929000', '152623.932000', '152623.935000', '152623.938000', '152623.941000', '152623.944000', '152623.947000', '152623.950000', '152623.953000', '152623.956000', '152623.959000', '152623.961000', '152623.965000', '152623.967000', '152623.970000', '152623.975000', '152623.978000', '152623.981000', '152623.984000', '152623.987000', '152623.990000', '152623.993000', '152623.996000', '152624.000000', '152624.003000', '152624.006000', '152624.008000', '152624.011000', '152624.014000', '152624.017000', '152624.020000', '152624.023000', '152624.026000', '152624.029000', '152624.032000', '152624.035000', '152624.038000', '152624.041000', '152624.044000', '152624.046000', '152624.050000', '152624.052000', '152643.924000', '152643.927000', '152643.930000', '152643.933000', '152643.936000', '152643.942000', '152643.945000', '152643.949000', '152643.951000', '152643.954000', '152643.957000', '152643.960000', '152643.963000', '152643.966000', '152643.969000', '152643.972000', '152643.975000', '152643.978000', '152643.981000', '152643.984000', '152643.987000', '152643.990000', '152643.993000', '152643.996000', '152644.000000', '152644.003000', '152644.006000', '152644.008000', '152644.011000', '152644.014000', '152644.017000', '152644.020000', '152644.023000', '152644.026000', '152644.029000', '152644.032000', '152644.035000', '152644.038000', '152644.041000', '152644.044000', '152644.046000', '152644.049000', '152644.052000', '152703.924000', '152703.927000', '152703.930000', '152703.933000', '152703.936000', '152703.939000', '152703.942000', '152703.945000', '152703.948000', '152703.951000', '152703.954000', '152703.956000', '152703.959000', '152703.962000', '152703.965000', '152703.968000', '152703.971000', '152703.974000', '152703.977000', '152703.980000', '152703.983000', '152703.986000', '152704.000000', '152704.003000', '152704.006000', '152704.009000', '152704.011000', '152704.014000', '152704.017000', '152704.020000', '152704.023000', '152704.026000', '152704.029000', '152704.032000', '152704.035000', '152704.038000', '152704.040000', '152704.051000', '152704.054000', '152704.057000', '152704.060000', '152704.063000', '152704.066000', '152704.069000', '152723.923000', '152723.926000', '152723.929000', '152723.932000', '152723.935000', '152723.938000', '152723.941000', '152723.952000', '152723.954000', '152723.957000', '152723.960000', '152723.963000', '152723.966000', '152723.969000', '152723.972000', '152723.975000', '152723.978000', '152723.981000', '152723.984000', '152723.987000', '152723.989000', '152723.992000', '152723.995000', '152723.998000', '152724.002000', '152724.005000', '152724.008000', '152724.011000', '152724.014000', '152724.017000', '152724.020000', '152724.023000', '152724.026000', '152724.029000', '152724.032000', '152724.035000', '152724.038000', '152724.041000', '152724.044000', '152724.047000', '152724.050000', '152724.053000', '152724.056000', '152735.980000', '152735.983000', '152735.987000', '152735.990000', '152735.993000', '152735.996000', '152736.000000', '152736.004000', '152736.007000', '152736.010000', '152736.014000', '152736.017000', '152736.019000', '152736.022000', '152736.025000', '152736.028000', '152736.031000', '152736.034000', '152736.037000', '152736.041000', '152736.044000', '152736.047000', '152736.050000', '152736.053000', '152736.056000', '152736.059000', '152736.062000'], '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': [9626, 14098, 12242, 8153, 18280, 12698, 7888, 15870, 10439, 17696, 15521, 8074, 16124, 8780, 9262, 10991, 7668, 14123, 10103, 9860, 12672, 8107, 14105, 11008, 8548, 11977, 8099, 15113, 11319, 8177, 12255, 8202, 13815, 13855, 8532, 13316, 8806, 10344, 10782, 8280, 14440, 10578, 8147, 12719, 9214, 13226, 13052, 8790, 15225, 10129, 9650, 12799, 8580, 17076, 11900, 8683, 13278, 9225, 14908, 14827, 8423, 17210, 10719, 8055, 12464, 8824, 17791, 12029, 9135, 14040, 9022, 13004, 12183, 8176, 14251, 8871, 17441, 14408, 8048, 14069, 9005, 18100, 11514, 11034, 12585, 8090, 14121, 10291, 10936, 13247, 8082, 15102, 9952, 10101, 11751, 8276, 14241, 10366, 14336, 11603, 8003, 15557, 10648, 10343, 13541, 8132, 18077, 11627, 8177, 13291, 8396, 16204, 12326, 8101, 13829, 9146, 14558, 11875, 8058, 14008, 8527, 17674, 11328, 7540, 13492, 9418, 16269, 13349, 7713, 13008, 8925, 15982, 11598, 10559, 13076, 8280, 14854, 11023, 8026, 13180, 8365, 17346, 11599, 7805, 13129, 8548, 16815, 11845, 8090, 12409, 8083, 14256, 11083, 11028, 12518, 8290, 15379, 11268, 12423, 15454, 8128, 15446, 8176, 19022, 10551, 11246, 12936, 7621, 13850, 8459, 16011, 10637, 9028, 11770, 8085, 14852, 10846, 8003, 12387, 8194, 14522, 11546, 9678, 14076, 8639, 17911, 11856, 10731, 15171, 8446, 18161, 11620, 10462, 12782, 7991, 16559, 10985, 12224, 11562, 7874, 13965, 10072, 10824, 12827, 8557, 13286, 12654, 7904, 13692, 10184, 12511, 11851, 8549, 15820, 11244, 9411, 13417, 8350, 18053, 12203, 7602, 14586, 10329, 14620, 11579, 7948, 16606, 10813, 9575, 13451, 8748, 17903, 13469, 7750, 15454, 10264, 15458, 14084, 8079, 17863, 10780, 7542, 13875, 9833, 16887, 14316, 7632, 15004, 10059, 9075, 12770, 8521, 16872, 12174, 7767, 15774, 9390, 14507, 13175, 7884, 16901, 9746, 11713, 13883, 7689, 14593, 8961, 16635, 12462, 7900, 13672, 9280, 13589, 13172, 7875, 15389, 9230, 12425, 13444, 7748, 16771, 10497, 9728, 12047, 7656, 15413, 10714, 15066, 10808, 8113, 15659, 10065, 13637, 13725, 7898, 15578, 9258, 17512, 12026, 7971, 12780, 7896, 15903, 12578, 7790, 13910, 10319, 10796, 11453, 7925, 17399, 11457, 7814, 14553, 9568, 17433, 13332, 8075, 16957, 9717, 14093, 14324, 7630, 17184, 10220, 15015, 12607, 7934, 14748, 9602, 13405, 11406, 7882, 15933, 11518, 7859, 13288, 9118, 16901, 11892, 7812, 14860, 10165, 12367, 11823, 8197, 17785, 12194, 8202, 15993, 11397, 8185, 15945, 14946, 7849, 17523, 14524, 8414, 16261, 12307, 9624, 13447, 7857, 17844, 11838, 8043, 13942, 9470, 14465, 13891, 7831, 15449, 10064, 10063, 11317, 8258, 14293, 10685, 11629, 12299, 8231, 16205, 11317, 8347, 13202, 8477, 18334, 12056, 7835, 13854, 8513, 17543, 11983, 8134, 13761, 8249, 16936, 10980, 12053, 11396, 7999, 17663, 10580, 9340, 12243, 7869, 15588, 10140, 8994, 11703, 8436, 16883, 10531, 14820, 11426, 8266, 17140, 11271, 8646, 12827, 8014, 17540, 13369, 7857, 15221, 9541, 15086, 13971, 8034, 17915, 10357, 9836, 13565, 7843, 16553, 9938, 12779, 10592, 8399, 15486, 10581, 10914, 12296, 8040, 17621, 11253, 7880, 14075, 8359, 18068, 12422, 7909, 13913, 8187, 17785, 11269, 10278, 13555, 8276, 16632, 11083, 8305, 12292, 8095, 16425, 10721, 7645, 12833, 8264, 16955, 11320, 11481, 12238, 8361, 16328, 10851, 10471, 13045, 8141, 18007, 11330, 10597, 12546, 7941, 16095, 9713, 12305, 10496, 7877, 14217, 8902, 16329, 11430, 7686, 13478, 8402, 15006, 11539, 7901, 14776, 9353, 9730, 11850, 8124, 16584, 11298, 7549, 14520, 9363, 16196, 12836, 8060, 15889, 9740, 11805, 11735, 7926, 15522, 10198, 13314, 10963, 8147, 14796, 11657, 7812, 13638, 10123, 11722, 11983, 8378, 15103, 12338, 8168, 14973, 10612, 7946, 12833, 9620, 13727, 12958, 8265, 18132, 12326, 8096, 16025, 10599, 16060, 15776, 8046, 16515, 10423, 8616, 13278, 8987, 15814, 11386, 8560, 15470, 10561, 10578, 17390, 10350, 9403, 17213, 9183, 9354, 11931, 10610, 9813, 19426, 14291, 10287, 18509, 9893, 18553, 15226, 10469, 20174, 12857, 14325, 17136, 8809, 17671, 12042, 8686, 18752, 10169, 11829, 14220, 8565, 19006, 10642, 9068, 13386, 8488, 18000, 10863, 9740, 15331, 9763, 9352, 13754, 9231, 12591, 11380, 9344, 17498, 11998, 9573, 17646, 10011, 9352, 13818, 9113, 19186, 12998, 9366, 17180, 9992, 10775, 12404, 8744, 19275, 11442, 9207, 14011, 9381, 16492, 9868, 9157, 15631, 9163, 9484, 12364, 9194, 16487, 9937, 9316, 16782, 9219, 11961, 10575, 9109, 19034, 11598, 8900, 14653, 9873, 10694, 11897, 8766, 16537, 10648, 9376, 17221, 10641, 10485, 13410, 9133, 16640, 11478, 8918, 15224, 10401, 8523, 13314, 9355, 12032, 11759, 8830, 18063, 13061, 9004, 17216, 10896, 8711, 16168, 11104, 8943, 14418, 10569, 8801, 15657, 10555, 8882, 18617, 12419, 9062, 18778, 11573, 8948, 15702, 11332, 8597, 14111, 9684, 9573, 12773, 9002, 17366, 10716, 9234, 16539, 11929, 9052, 15203, 11279, 8934, 16564, 10043, 8784, 14507, 9565, 15892, 12842, 9135, 20651, 13720, 9327, 16646, 9978, 11297, 13433, 9251, 18073, 12911, 9699, 18539, 11090, 9250, 16205, 10023, 13925, 11281, 9911, 20005, 13092, 9020, 17503, 10575, 11464, 13203, 9076, 14764, 10478, 9201, 18468, 11229, 9146, 16692, 9403, 10553, 13217, 9568, 20130, 12842, 9093, 14780, 9530, 12134, 10458, 9771, 17352, 10320, 9464, 17436, 10803, 9332, 14443, 9069, 17260, 11136, 8906, 18709, 10203, 12282, 13106, 9071, 19660, 11075, 9170, 13667, 9165, 14085, 9755, 9111, 17966, 10552, 9137, 14174, 9002, 19448, 10850, 9350, 15229, 8953, 20198, 11661, 9280, 13653, 9422, 15068, 11964, 8931, 16821, 9358, 8890, 12768, 9238, 16013, 10208, 9078, 18202, 10135, 12464, 14234, 9116, 18259, 10253, 8802, 13182, 8859, 18739, 12938, 8896, 15885, 9346, 9388, 12967, 9445, 20424, 14018, 9169, 15595, 9320, 18998, 11315, 9470, 16862, 9576, 11249, 12609, 9175, 18239, 11594, 9082, 15265, 9407, 11549, 11895, 9667, 17783, 10891, 8959, 14506, 9299, 16850, 13060, 9298, 18169, 10877, 9179, 15234, 9769, 9547, 13811, 9052, 13194, 12080, 8897, 18915, 12240, 9292, 18554, 10347, 8918, 14638, 9255, 17805, 12921, 9282, 18564, 10819, 9402, 16023, 10375, 12746, 14869, 9591, 13094, 12087, 9039, 20323, 12626, 9006, 17320, 9743, 8730, 14483, 9687, 18347, 11844, 9004, 16374, 10006, 11320, 13108, 9505, 16593, 11618, 9007, 15813, 10134, 9016], 'WindowCenter': [4450.0, 4461.0, 4437.0, 4375.0, 4453.0, 4421.0, 4359.0, 4426.0, 4388.0, 4427.0, 4428.0, 4347.0, 4426.0, 4367.0, 4367.0, 4385.0, 4347.0, 4405.0, 4376.0, 4375.0, 4406.0, 4357.0, 4418.0, 4399.0, 4367.0, 4408.0, 4370.0, 4428.0, 4399.0, 4369.0, 4408.0, 4371.0, 4431.0, 4431.0, 4369.0, 4419.0, 4381.0, 4390.0, 4398.0, 4371.0, 4431.0, 4401.0, 4361.0, 4418.0, 4382.0, 4419.0, 4431.0, 4381.0, 4431.0, 4401.0, 4379.0, 4418.0, 4381.0, 4441.0, 4410.0, 4370.0, 4418.0, 4381.0, 4427.0, 4431.0, 4371.0, 4440.0, 4400.0, 4359.0, 4407.0, 4368.0, 4438.0, 4409.0, 4367.0, 4417.0, 4367.0, 4405.0, 4398.0, 4355.0, 4417.0, 4368.0, 4428.0, 4418.0, 4346.0, 4417.0, 4367.0, 4436.0, 4397.0, 4386.0, 4396.0, 4348.0, 4406.0, 4385.0, 4385.0, 4407.0, 4347.0, 4417.0, 4377.0, 4376.0, 4396.0, 4358.0, 4417.0, 4390.0, 4417.0, 4397.0, 4348.0, 4418.0, 4387.0, 4387.0, 4417.0, 4358.0, 4427.0, 4396.0, 4356.0, 4405.0, 4355.0, 4425.0, 4407.0, 4347.0, 4404.0, 4367.0, 4404.0, 4395.0, 4346.0, 4418.0, 4356.0, 4425.0, 4397.0, 4346.0, 4408.0, 4378.0, 4426.0, 4406.0, 4347.0, 4407.0, 4368.0, 4417.0, 4397.0, 4386.0, 4406.0, 4358.0, 4415.0, 4386.0, 4346.0, 4405.0, 4356.0, 4426.0, 4395.0, 4347.0, 4406.0, 4367.0, 4427.0, 4397.0, 4345.0, 4396.0, 4346.0, 4418.0, 4398.0, 4387.0, 4396.0, 4357.0, 4418.0, 4397.0, 4397.0, 4428.0, 4358.0, 4417.0, 4358.0, 4437.0, 4386.0, 4385.0, 4394.0, 4346.0, 4406.0, 4347.0, 4415.0, 4385.0, 4365.0, 4396.0, 4358.0, 4417.0, 4386.0, 4344.0, 4406.0, 4357.0, 4416.0, 4399.0, 4378.0, 4417.0, 4368.0, 4426.0, 4398.0, 4385.0, 4417.0, 4345.0, 4425.0, 4385.0, 4373.0, 4394.0, 4345.0, 4413.0, 4386.0, 4383.0, 4383.0, 4343.0, 4403.0, 4375.0, 4384.0, 4404.0, 4356.0, 4404.0, 4405.0, 4344.0, 4406.0, 4388.0, 4406.0, 4394.0, 4366.0, 4415.0, 4397.0, 4366.0, 4406.0, 4357.0, 4428.0, 4397.0, 4344.0, 4415.0, 4387.0, 4415.0, 4394.0, 4347.0, 4425.0, 4387.0, 4376.0, 4406.0, 4368.0, 4425.0, 4405.0, 4335.0, 4415.0, 4376.0, 4416.0, 4406.0, 4347.0, 4427.0, 4386.0, 4335.0, 4405.0, 4377.0, 4426.0, 4415.0, 4335.0, 4415.0, 4376.0, 4366.0, 4407.0, 4368.0, 4427.0, 4408.0, 4347.0, 4426.0, 4378.0, 4419.0, 4407.0, 4346.0, 4425.0, 4366.0, 4386.0, 4405.0, 4335.0, 4415.0, 4357.0, 4413.0, 4396.0, 4345.0, 4405.0, 4367.0, 4405.0, 4395.0, 4345.0, 4415.0, 4366.0, 4395.0, 4406.0, 4346.0, 4416.0, 4386.0, 4365.0, 4393.0, 4334.0, 4416.0, 4388.0, 4414.0, 4386.0, 4346.0, 4416.0, 4376.0, 4403.0, 4406.0, 4346.0, 4413.0, 4366.0, 4424.0, 4394.0, 4345.0, 4393.0, 4346.0, 4417.0, 4395.0, 4346.0, 4405.0, 4386.0, 4386.0, 4397.0, 4358.0, 4428.0, 4398.0, 4346.0, 4416.0, 4377.0, 4428.0, 4421.0, 4357.0, 4427.0, 4376.0, 4405.0, 4405.0, 4334.0, 4414.0, 4376.0, 4403.0, 4393.0, 4335.0, 4403.0, 4365.0, 4403.0, 4384.0, 4346.0, 4412.0, 4385.0, 4345.0, 4407.0, 4369.0, 4426.0, 4396.0, 4335.0, 4414.0, 4376.0, 4396.0, 4394.0, 4370.0, 4439.0, 4395.0, 4356.0, 4415.0, 4398.0, 4368.0, 4429.0, 4419.0, 4360.0, 4439.0, 4418.0, 4357.0, 4426.0, 4397.0, 4365.0, 4394.0, 4345.0, 4424.0, 4386.0, 4334.0, 4404.0, 4364.0, 4404.0, 4393.0, 4335.0, 4404.0, 4364.0, 4363.0, 4384.0, 4346.0, 4403.0, 4377.0, 4386.0, 4395.0, 4346.0, 4415.0, 4386.0, 4345.0, 4395.0, 4356.0, 4426.0, 4396.0, 4333.0, 4404.0, 4357.0, 4425.0, 4385.0, 4335.0, 4403.0, 4345.0, 4414.0, 4376.0, 4395.0, 4384.0, 4334.0, 4413.0, 4374.0, 4354.0, 4394.0, 4346.0, 4414.0, 4376.0, 4354.0, 4386.0, 4345.0, 4415.0, 4375.0, 4404.0, 4386.0, 4345.0, 4426.0, 4387.0, 4355.0, 4406.0, 4348.0, 4424.0, 4405.0, 4345.0, 4416.0, 4366.0, 4416.0, 4406.0, 4347.0, 4426.0, 4373.0, 4364.0, 4392.0, 4344.0, 4414.0, 4364.0, 4394.0, 4374.0, 4345.0, 4404.0, 4376.0, 4385.0, 4394.0, 4346.0, 4427.0, 4385.0, 4345.0, 4406.0, 4358.0, 4425.0, 4396.0, 4344.0, 4404.0, 4345.0, 4414.0, 4385.0, 4374.0, 4394.0, 4344.0, 4412.0, 4383.0, 4342.0, 4393.0, 4346.0, 4414.0, 4373.0, 4332.0, 4394.0, 4344.0, 4416.0, 4386.0, 4385.0, 4383.0, 4342.0, 4412.0, 4374.0, 4374.0, 4394.0, 4345.0, 4424.0, 4386.0, 4374.0, 4395.0, 4345.0, 4414.0, 4365.0, 4393.0, 4374.0, 4344.0, 4405.0, 4355.0, 4414.0, 4385.0, 4335.0, 4396.0, 4345.0, 4405.0, 4395.0, 4348.0, 4406.0, 4365.0, 4366.0, 4395.0, 4347.0, 4427.0, 4397.0, 4335.0, 4416.0, 4377.0, 4416.0, 4407.0, 4346.0, 4415.0, 4364.0, 4384.0, 4385.0, 4333.0, 4416.0, 4375.0, 4405.0, 4373.0, 4346.0, 4404.0, 4385.0, 4335.0, 4406.0, 4377.0, 4394.0, 4396.0, 4356.0, 4416.0, 4408.0, 4357.0, 4417.0, 4387.0, 4346.0, 4406.0, 4376.0, 4406.0, 4407.0, 4356.0, 4425.0, 4397.0, 4344.0, 4417.0, 4376.0, 4415.0, 4417.0, 4333.0, 4413.0, 4376.0, 4354.0, 4406.0, 4380.0, 4430.0, 4397.0, 4368.0, 4414.0, 4387.0, 4404.0, 4427.0, 4390.0, 4381.0, 4416.0, 4354.0, 4353.0, 4385.0, 4374.0, 4364.0, 4424.0, 4405.0, 4376.0, 4426.0, 4377.0, 4415.0, 4404.0, 4363.0, 4423.0, 4385.0, 4392.0, 4400.0, 4328.0, 4387.0, 4356.0, 4318.0, 4400.0, 4351.0, 4358.0, 4378.0, 4329.0, 4397.0, 4348.0, 4328.0, 4381.0, 4343.0, 4412.0, 4361.0, 4350.0, 4401.0, 4362.0, 4352.0, 4392.0, 4354.0, 4382.0, 4384.0, 4365.0, 4424.0, 4396.0, 4366.0, 4427.0, 4375.0, 4365.0, 4405.0, 4368.0, 4426.0, 4396.0, 4365.0, 4416.0, 4376.0, 4384.0, 4396.0, 4355.0, 4426.0, 4385.0, 4353.0, 4405.0, 4366.0, 4426.0, 4376.0, 4366.0, 4418.0, 4367.0, 4375.0, 4396.0, 4368.0, 4427.0, 4376.0, 4367.0, 4416.0, 4367.0, 4398.0, 4385.0, 4368.0, 4437.0, 4398.0, 4367.0, 4417.0, 4378.0, 4388.0, 4398.0, 4357.0, 4427.0, 4388.0, 4367.0, 4427.0, 4389.0, 4386.0, 4407.0, 4366.0, 4427.0, 4386.0, 4365.0, 4417.0, 4388.0, 4357.0, 4406.0, 4364.0, 4396.0, 4396.0, 4368.0, 4427.0, 4407.0, 4368.0, 4437.0, 4389.0, 4357.0, 4427.0, 4388.0, 4368.0, 4419.0, 4389.0, 4368.0, 4418.0, 4388.0, 4368.0, 4439.0, 4408.0, 4367.0, 4437.0, 4397.0, 4366.0, 4417.0, 4387.0, 4356.0, 4406.0, 4376.0, 4365.0, 4407.0, 4371.0, 4428.0, 4387.0, 4369.0, 4428.0, 4398.0, 4370.0, 4427.0, 4399.0, 4369.0, 4430.0, 4390.0, 4369.0, 4417.0, 4381.0, 4429.0, 4408.0, 4370.0, 4437.0, 4406.0, 4367.0, 4417.0, 4376.0, 4387.0, 4406.0, 4366.0, 4439.0, 4408.0, 4366.0, 4437.0, 4388.0, 4367.0, 4426.0, 4378.0, 4417.0, 4386.0, 4377.0, 4436.0, 4397.0, 4355.0, 4415.0, 4377.0, 4384.0, 4395.0, 4355.0, 4403.0, 4374.0, 4354.0, 4426.0, 4387.0, 4365.0, 4416.0, 4367.0, 4373.0, 4395.0, 4366.0, 4423.0, 4395.0, 4355.0, 4403.0, 4365.0, 4395.0, 4376.0, 4377.0, 4427.0, 4377.0, 4377.0, 4426.0, 4387.0, 4366.0, 4407.0, 4366.0, 4428.0, 4387.0, 4356.0, 4426.0, 4377.0, 4385.0, 4395.0, 4354.0, 4424.0, 4373.0, 4352.0, 4395.0, 4356.0, 4403.0, 4365.0, 4355.0, 4425.0, 4375.0, 4365.0, 4405.0, 4355.0, 4424.0, 4387.0, 4354.0, 4405.0, 4356.0, 4422.0, 4374.0, 4354.0, 4406.0, 4354.0, 4404.0, 4385.0, 4355.0, 4416.0, 4364.0, 4355.0, 4405.0, 4367.0, 4416.0, 4375.0, 4366.0, 4426.0, 4376.0, 4395.0, 4405.0, 4356.0, 4426.0, 4377.0, 4355.0, 4395.0, 4365.0, 4437.0, 4396.0, 4357.0, 4415.0, 4366.0, 4365.0, 4407.0, 4378.0, 4436.0, 4406.0, 4366.0, 4415.0, 4365.0, 4425.0, 4385.0, 4355.0, 4414.0, 4364.0, 4373.0, 4383.0, 4355.0, 4414.0, 4385.0, 4353.0, 4404.0, 4365.0, 4384.0, 4384.0, 4366.0, 4424.0, 4374.0, 4353.0, 4403.0, 4366.0, 4413.0, 4396.0, 4366.0, 4426.0, 4375.0, 4366.0, 4414.0, 4376.0, 4366.0, 4403.0, 4356.0, 4396.0, 4394.0, 4366.0, 4425.0, 4396.0, 4365.0, 4426.0, 4377.0, 4355.0, 4404.0, 4366.0, 4425.0, 4395.0, 4355.0, 4423.0, 4374.0, 4364.0, 4417.0, 4378.0, 4395.0, 4405.0, 4365.0, 4406.0, 4396.0, 4368.0, 4437.0, 4397.0, 4369.0, 4427.0, 4366.0, 4355.0, 4404.0, 4365.0, 4413.0, 4384.0, 4354.0, 4416.0, 4366.0, 4374.0, 4394.0, 4364.0, 4415.0, 4385.0, 4353.0, 4404.0, 4375.0, 4355.0], 'WindowWidth': [9809.0, 9804.0, 9761.0, 9673.0, 9773.0, 9724.0, 9636.0, 9722.0, 9673.0, 9723.0, 9726.0, 9613.0, 9719.0, 9641.0, 9639.0, 9661.0, 9612.0, 9686.0, 9650.0, 9646.0, 9689.0, 9629.0, 9708.0, 9686.0, 9642.0, 9696.0, 9651.0, 9724.0, 9686.0, 9645.0, 9697.0, 9651.0, 9731.0, 9734.0, 9647.0, 9715.0, 9666.0, 9675.0, 9683.0, 9653.0, 9732.0, 9692.0, 9637.0, 9712.0, 9667.0, 9717.0, 9735.0, 9666.0, 9734.0, 9692.0, 9659.0, 9711.0, 9667.0, 9749.0, 9706.0, 9647.0, 9712.0, 9665.0, 9722.0, 9732.0, 9652.0, 9745.0, 9690.0, 9633.0, 9696.0, 9644.0, 9738.0, 9699.0, 9640.0, 9706.0, 9641.0, 9687.0, 9681.0, 9620.0, 9709.0, 9645.0, 9724.0, 9710.0, 9610.0, 9706.0, 9640.0, 9731.0, 9681.0, 9664.0, 9675.0, 9614.0, 9689.0, 9662.0, 9660.0, 9692.0, 9613.0, 9707.0, 9653.0, 9649.0, 9677.0, 9628.0, 9705.0, 9674.0, 9707.0, 9680.0, 9614.0, 9708.0, 9668.0, 9666.0, 9708.0, 9630.0, 9722.0, 9676.0, 9621.0, 9688.0, 9622.0, 9716.0, 9695.0, 9611.0, 9687.0, 9641.0, 9685.0, 9675.0, 9608.0, 9707.0, 9624.0, 9717.0, 9680.0, 9609.0, 9696.0, 9658.0, 9719.0, 9692.0, 9612.0, 9693.0, 9642.0, 9706.0, 9679.0, 9661.0, 9688.0, 9627.0, 9701.0, 9663.0, 9609.0, 9687.0, 9623.0, 9716.0, 9676.0, 9610.0, 9691.0, 9643.0, 9721.0, 9680.0, 9605.0, 9676.0, 9609.0, 9707.0, 9683.0, 9665.0, 9677.0, 9627.0, 9707.0, 9680.0, 9678.0, 9723.0, 9628.0, 9709.0, 9629.0, 9735.0, 9664.0, 9659.0, 9672.0, 9611.0, 9689.0, 9611.0, 9699.0, 9660.0, 9632.0, 9678.0, 9631.0, 9706.0, 9665.0, 9605.0, 9688.0, 9625.0, 9705.0, 9686.0, 9655.0, 9708.0, 9643.0, 9717.0, 9682.0, 9662.0, 9708.0, 9606.0, 9716.0, 9658.0, 9639.0, 9669.0, 9604.0, 9697.0, 9663.0, 9652.0, 9653.0, 9599.0, 9681.0, 9647.0, 9658.0, 9684.0, 9624.0, 9683.0, 9688.0, 9605.0, 9692.0, 9670.0, 9690.0, 9671.0, 9639.0, 9701.0, 9679.0, 9635.0, 9690.0, 9628.0, 9723.0, 9681.0, 9605.0, 9700.0, 9668.0, 9702.0, 9672.0, 9610.0, 9714.0, 9666.0, 9648.0, 9692.0, 9642.0, 9717.0, 9690.0, 9593.0, 9700.0, 9650.0, 9703.0, 9690.0, 9611.0, 9721.0, 9663.0, 9593.0, 9687.0, 9652.0, 9718.0, 9702.0, 9593.0, 9700.0, 9649.0, 9634.0, 9692.0, 9642.0, 9721.0, 9697.0, 9615.0, 9718.0, 9656.0, 9711.0, 9694.0, 9611.0, 9716.0, 9637.0, 9659.0, 9685.0, 9594.0, 9700.0, 9624.0, 9695.0, 9674.0, 9604.0, 9685.0, 9638.0, 9686.0, 9673.0, 9605.0, 9701.0, 9636.0, 9673.0, 9692.0, 9611.0, 9703.0, 9662.0, 9631.0, 9667.0, 9591.0, 9704.0, 9667.0, 9697.0, 9661.0, 9608.0, 9702.0, 9649.0, 9681.0, 9688.0, 9606.0, 9695.0, 9635.0, 9710.0, 9669.0, 9602.0, 9667.0, 9611.0, 9706.0, 9673.0, 9608.0, 9687.0, 9663.0, 9661.0, 9679.0, 9630.0, 9723.0, 9683.0, 9610.0, 9702.0, 9654.0, 9722.0, 9719.0, 9628.0, 9719.0, 9648.0, 9684.0, 9685.0, 9588.0, 9697.0, 9648.0, 9678.0, 9668.0, 9589.0, 9678.0, 9631.0, 9680.0, 9655.0, 9607.0, 9693.0, 9659.0, 9604.0, 9693.0, 9645.0, 9717.0, 9677.0, 9592.0, 9698.0, 9650.0, 9676.0, 9671.0, 9651.0, 9742.0, 9673.0, 9621.0, 9698.0, 9679.0, 9644.0, 9724.0, 9712.0, 9635.0, 9742.0, 9709.0, 9625.0, 9716.0, 9678.0, 9630.0, 9669.0, 9607.0, 9713.0, 9660.0, 9587.0, 9680.0, 9630.0, 9679.0, 9664.0, 9590.0, 9681.0, 9628.0, 9625.0, 9653.0, 9606.0, 9679.0, 9650.0, 9661.0, 9670.0, 9607.0, 9697.0, 9661.0, 9603.0, 9673.0, 9623.0, 9716.0, 9674.0, 9585.0, 9682.0, 9623.0, 9713.0, 9660.0, 9589.0, 9680.0, 9604.0, 9695.0, 9645.0, 9670.0, 9656.0, 9589.0, 9695.0, 9642.0, 9614.0, 9669.0, 9610.0, 9698.0, 9649.0, 9614.0, 9660.0, 9605.0, 9698.0, 9645.0, 9683.0, 9660.0, 9604.0, 9715.0, 9664.0, 9617.0, 9687.0, 9615.0, 9712.0, 9686.0, 9605.0, 9700.0, 9635.0, 9700.0, 9688.0, 9609.0, 9716.0, 9643.0, 9627.0, 9664.0, 9601.0, 9697.0, 9628.0, 9667.0, 9642.0, 9605.0, 9682.0, 9649.0, 9658.0, 9670.0, 9608.0, 9717.0, 9660.0, 9603.0, 9688.0, 9627.0, 9715.0, 9676.0, 9602.0, 9682.0, 9605.0, 9697.0, 9660.0, 9640.0, 9668.0, 9603.0, 9690.0, 9653.0, 9596.0, 9667.0, 9609.0, 9697.0, 9641.0, 9584.0, 9668.0, 9604.0, 9701.0, 9662.0, 9655.0, 9651.0, 9597.0, 9690.0, 9643.0, 9642.0, 9670.0, 9605.0, 9710.0, 9661.0, 9640.0, 9671.0, 9605.0, 9697.0, 9633.0, 9666.0, 9643.0, 9603.0, 9684.0, 9620.0, 9699.0, 9660.0, 9590.0, 9672.0, 9605.0, 9685.0, 9674.0, 9613.0, 9689.0, 9633.0, 9633.0, 9671.0, 9614.0, 9722.0, 9681.0, 9593.0, 9701.0, 9652.0, 9701.0, 9691.0, 9608.0, 9700.0, 9631.0, 9654.0, 9657.0, 9586.0, 9700.0, 9647.0, 9684.0, 9640.0, 9608.0, 9683.0, 9659.0, 9593.0, 9691.0, 9652.0, 9668.0, 9673.0, 9621.0, 9702.0, 9697.0, 9627.0, 9705.0, 9666.0, 9607.0, 9688.0, 9649.0, 9689.0, 9692.0, 9623.0, 9717.0, 9679.0, 9603.0, 9703.0, 9648.0, 9701.0, 9704.0, 9585.0, 9695.0, 9647.0, 9614.0, 9691.0, 9663.0, 9731.0, 9681.0, 9644.0, 9696.0, 9665.0, 9702.0, 9721.0, 9673.0, 9661.0, 9696.0, 9611.0, 9611.0, 9655.0, 9638.0, 9626.0, 9707.0, 9688.0, 9647.0, 9717.0, 9651.0, 9698.0, 9682.0, 9623.0, 9710.0, 9657.0, 9659.0, 9668.0, 9567.0, 9643.0, 9602.0, 9551.0, 9666.0, 9604.0, 9605.0, 9632.0, 9569.0, 9659.0, 9594.0, 9567.0, 9643.0, 9598.0, 9686.0, 9618.0, 9601.0, 9671.0, 9621.0, 9608.0, 9661.0, 9613.0, 9648.0, 9654.0, 9631.0, 9708.0, 9673.0, 9632.0, 9716.0, 9646.0, 9629.0, 9684.0, 9641.0, 9715.0, 9675.0, 9631.0, 9700.0, 9647.0, 9654.0, 9671.0, 9619.0, 9714.0, 9659.0, 9612.0, 9683.0, 9635.0, 9714.0, 9647.0, 9633.0, 9706.0, 9638.0, 9646.0, 9676.0, 9639.0, 9716.0, 9647.0, 9635.0, 9702.0, 9638.0, 9679.0, 9660.0, 9641.0, 9733.0, 9681.0, 9639.0, 9704.0, 9653.0, 9665.0, 9679.0, 9625.0, 9718.0, 9666.0, 9638.0, 9719.0, 9670.0, 9660.0, 9691.0, 9636.0, 9716.0, 9661.0, 9630.0, 9705.0, 9665.0, 9621.0, 9687.0, 9631.0, 9672.0, 9673.0, 9641.0, 9719.0, 9692.0, 9642.0, 9735.0, 9672.0, 9624.0, 9717.0, 9666.0, 9642.0, 9710.0, 9671.0, 9639.0, 9706.0, 9667.0, 9642.0, 9737.0, 9694.0, 9638.0, 9733.0, 9679.0, 9633.0, 9706.0, 9666.0, 9620.0, 9688.0, 9648.0, 9630.0, 9689.0, 9649.0, 9721.0, 9665.0, 9642.0, 9720.0, 9682.0, 9647.0, 9721.0, 9685.0, 9643.0, 9727.0, 9674.0, 9643.0, 9707.0, 9662.0, 9724.0, 9695.0, 9644.0, 9734.0, 9691.0, 9636.0, 9705.0, 9648.0, 9663.0, 9687.0, 9637.0, 9741.0, 9694.0, 9634.0, 9732.0, 9668.0, 9637.0, 9716.0, 9653.0, 9705.0, 9661.0, 9651.0, 9729.0, 9676.0, 9618.0, 9700.0, 9649.0, 9654.0, 9670.0, 9619.0, 9680.0, 9641.0, 9615.0, 9715.0, 9664.0, 9631.0, 9701.0, 9636.0, 9639.0, 9669.0, 9634.0, 9708.0, 9672.0, 9617.0, 9680.0, 9632.0, 9670.0, 9647.0, 9649.0, 9717.0, 9650.0, 9651.0, 9716.0, 9665.0, 9634.0, 9691.0, 9637.0, 9719.0, 9662.0, 9622.0, 9716.0, 9650.0, 9657.0, 9670.0, 9614.0, 9709.0, 9638.0, 9608.0, 9669.0, 9619.0, 9678.0, 9630.0, 9618.0, 9712.0, 9644.0, 9630.0, 9683.0, 9617.0, 9710.0, 9663.0, 9615.0, 9683.0, 9619.0, 9706.0, 9640.0, 9611.0, 9686.0, 9615.0, 9681.0, 9656.0, 9617.0, 9701.0, 9630.0, 9616.0, 9685.0, 9639.0, 9700.0, 9645.0, 9635.0, 9715.0, 9647.0, 9670.0, 9687.0, 9621.0, 9716.0, 9653.0, 9617.0, 9671.0, 9634.0, 9732.0, 9674.0, 9621.0, 9699.0, 9636.0, 9633.0, 9691.0, 9655.0, 9730.0, 9689.0, 9634.0, 9699.0, 9632.0, 9713.0, 9658.0, 9615.0, 9696.0, 9628.0, 9637.0, 9649.0, 9616.0, 9695.0, 9656.0, 9610.0, 9681.0, 9629.0, 9652.0, 9655.0, 9633.0, 9710.0, 9642.0, 9613.0, 9679.0, 9633.0, 9693.0, 9674.0, 9632.0, 9714.0, 9643.0, 9632.0, 9695.0, 9649.0, 9634.0, 9682.0, 9622.0, 9672.0, 9670.0, 9635.0, 9714.0, 9675.0, 9631.0, 9717.0, 9651.0, 9618.0, 9683.0, 9636.0, 9712.0, 9672.0, 9618.0, 9709.0, 9643.0, 9628.0, 9704.0, 9655.0, 9669.0, 9683.0, 9630.0, 9687.0, 9674.0, 9640.0, 9735.0, 9679.0, 9645.0, 9719.0, 9634.0, 9616.0, 9681.0, 9630.0, 9692.0, 9655.0, 9615.0, 9700.0, 9633.0, 9639.0, 9666.0, 9628.0, 9699.0, 9660.0, 9612.0, 9681.0, 9645.0, 9616.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.0015468530701754385</td></tr>
<tr><td colspan=3>aqi</td><td>0.025474001535087717</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.283402607266716</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2201363748518115</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9584852553787034</td></tr>
<tr><td colspan=3>efc</td><td>0.4512</td></tr>
<tr><td colspan=3>fber</td><td>6158.0654</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0911943994634211</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>20</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.192982456140351</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3375370655070618</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.291057581740567</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.529994394225688</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1915592205549306</td></tr>
<tr><td colspan=3>gcor</td><td>0.00751944</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02156701497733593</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.014792246744036674</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9754652052532515</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>39.9483</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.4379</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>177.0656</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309141.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>794.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>367.454</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6077</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>564.5493</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3665.2006</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3854.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67403.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1297.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4793.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>969.4391</td></tr>
<tr><td colspan=3>tsnr</td><td>41.552157185040414</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>