<?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-0011_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-0011_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-0011_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-0011/figures/sub-0011_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0011/figures/sub-0011_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-0011/figures/sub-0011_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011/ses-02/func/sub-0011_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>4985c22a170925f9da836f5a059f36d5</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>16:18:4.452500</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.998848, 0.0277578, 0.0391475, -0.03139, 0.994939, 0.0954474]</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.0777757</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4148, -7732, -7316, 525, -56, -227, -31, 66]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>221.713</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d8df5b5f-cad5-4203-8b05-e28fe4ccb8cb||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.679835796356201, -0.08421707898378372, 0.09800982475280762, 112.18988037109375], [-0.0744720995426178, 2.6693496704101562, 0.26072898507118225, -105.0618896484375], [0.10502975434064865, -0.25607845187187195, 2.685593843460083, -80.7967529296875], [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': ['161804.452500', '161804.912500', '161805.372500', '161805.832500', '161806.292500', '161806.752500', '161807.212500', '161807.672500', '161808.132500', '161808.592500', '161809.052500', '161809.512500', '161809.972500', '161810.432500', '161810.892500', '161811.352500', '161811.812500', '161812.272500', '161812.732500', '161813.192500', '161813.652500', '161814.112500', '161814.572500', '161815.032500', '161815.492500', '161815.952500', '161816.412500', '161816.872500', '161817.332500', '161817.792500', '161818.252500', '161818.712500', '161819.172500', '161819.632500', '161820.092500', '161820.552500', '161821.012500', '161821.472500', '161821.932500', '161822.392500', '161822.852500', '161823.312500', '161823.772500', '161824.232500', '161824.692500', '161825.152500', '161825.612500', '161826.072500', '161826.532500', '161826.992500', '161827.452500', '161827.912500', '161828.372500', '161828.832500', '161829.292500', '161829.752500', '161830.212500', '161830.672500', '161831.132500', '161831.592500', '161832.052500', '161832.512500', '161832.972500', '161833.432500', '161833.892500', '161834.352500', '161834.812500', '161835.272500', '161835.732500', '161836.192500', '161836.652500', '161837.112500', '161837.572500', '161838.032500', '161838.492500', '161838.952500', '161839.412500', '161839.872500', '161840.332500', '161840.792500', '161841.252500', '161841.712500', '161842.172500', '161842.632500', '161843.092500', '161843.552500', '161844.012500', '161844.472500', '161844.932500', '161845.392500', '161845.852500', '161846.312500', '161846.772500', '161847.232500', '161847.692500', '161848.152500', '161848.612500', '161849.072500', '161849.532500', '161849.992500', '161850.452500', '161850.912500', '161851.372500', '161851.832500', '161852.292500', '161852.752500', '161853.212500', '161853.672500', '161854.132500', '161854.592500', '161855.052500', '161855.512500', '161855.972500', '161856.432500', '161856.892500', '161857.352500', '161857.812500', '161858.272500', '161858.732500', '161859.192500', '161859.652500', '161900.112500', '161900.572500', '161901.032500', '161901.492500', '161901.952500', '161902.412500', '161902.872500', '161903.332500', '161903.792500', '161904.252500', '161904.712500', '161905.172500', '161905.632500', '161906.092500', '161906.552500', '161907.012500', '161907.472500', '161907.932500', '161908.392500', '161908.852500', '161909.312500', '161909.772500', '161910.232500', '161910.692500', '161911.152500', '161911.612500', '161912.072500', '161912.532500', '161912.992500', '161913.452500', '161913.912500', '161914.372500', '161914.832500', '161915.292500', '161915.752500', '161916.212500', '161916.672500', '161917.132500', '161917.592500', '161918.052500', '161918.512500', '161918.972500', '161919.432500', '161919.892500', '161920.352500', '161920.812500', '161921.272500', '161921.732500', '161922.192500', '161922.652500', '161923.112500', '161923.572500', '161924.032500', '161924.492500', '161924.952500', '161925.412500', '161925.872500', '161926.332500', '161926.792500', '161927.252500', '161927.712500', '161928.172500', '161928.632500', '161929.092500', '161929.552500', '161930.012500', '161930.472500', '161930.932500', '161931.392500', '161931.852500', '161932.312500', '161932.772500', '161933.232500', '161933.692500', '161934.152500', '161934.612500', '161935.072500', '161935.532500', '161935.992500', '161936.452500', '161936.912500', '161937.372500', '161937.832500', '161938.292500', '161938.752500', '161939.212500', '161939.672500', '161940.132500', '161940.592500', '161941.052500', '161941.512500', '161941.972500', '161942.432500', '161942.892500', '161943.352500', '161943.812500', '161944.272500', '161944.732500', '161945.192500', '161945.652500', '161946.112500', '161946.572500', '161947.032500', '161947.492500', '161947.952500', '161948.412500', '161948.872500', '161949.332500', '161949.792500', '161950.252500', '161950.712500', '161951.172500', '161951.632500', '161952.092500', '161952.552500', '161953.012500', '161953.472500', '161953.932500', '161954.392500', '161954.852500', '161955.312500', '161955.772500', '161956.232500', '161956.692500', '161957.152500', '161957.612500', '161958.072500', '161958.532500', '161958.992500', '161959.452500', '161959.912500', '162000.372500', '162000.832500', '162001.292500', '162001.752500', '162002.212500', '162002.672500', '162003.132500', '162003.592500', '162004.052500', '162004.512500', '162004.972500', '162005.432500', '162005.892500', '162006.352500', '162006.812500', '162007.272500', '162007.732500', '162008.192500', '162008.652500', '162009.112500', '162009.572500', '162010.032500', '162010.492500', '162010.952500', '162011.412500', '162011.872500', '162012.332500', '162012.792500', '162013.252500', '162013.712500', '162014.172500', '162014.632500', '162015.092500', '162015.552500', '162016.012500', '162016.472500', '162016.932500', '162017.392500', '162017.852500', '162018.312500', '162018.772500', '162019.232500', '162019.692500', '162020.152500', '162020.612500', '162021.072500', '162021.532500', '162021.992500', '162022.452500', '162022.912500', '162023.372500', '162023.832500', '162024.292500', '162024.752500', '162025.212500', '162025.672500', '162026.132500', '162026.592500', '162027.052500', '162027.512500', '162027.972500', '162028.432500', '162028.892500', '162029.352500', '162029.812500', '162030.272500', '162030.732500', '162031.192500', '162031.652500', '162032.112500', '162032.572500', '162033.032500', '162033.492500', '162033.952500', '162034.412500', '162034.872500', '162035.332500', '162035.792500', '162036.252500', '162036.712500', '162037.172500', '162037.632500', '162038.092500', '162038.552500', '162039.012500', '162039.472500', '162039.932500', '162040.392500', '162040.852500', '162041.312500', '162041.772500', '162042.232500', '162042.692500', '162043.152500', '162043.612500', '162044.072500', '162044.532500', '162044.992500', '162045.452500', '162045.912500', '162046.372500', '162046.832500', '162047.292500', '162047.752500', '162048.212500', '162048.672500', '162049.132500', '162049.592500', '162050.052500', '162050.512500', '162050.972500', '162051.432500', '162051.892500', '162052.352500', '162052.812500', '162053.272500', '162053.732500', '162054.192500', '162054.652500', '162055.112500', '162055.572500', '162056.032500', '162056.492500', '162056.952500', '162057.412500', '162057.872500', '162058.332500', '162058.792500', '162059.252500', '162059.712500', '162100.172500', '162100.632500', '162101.092500', '162101.552500', '162102.012500', '162102.472500', '162102.932500', '162103.392500', '162103.852500', '162104.312500', '162104.772500', '162105.232500', '162105.692500', '162106.152500', '162106.612500', '162107.072500', '162107.532500', '162107.992500', '162108.452500', '162108.912500', '162109.372500', '162109.832500', '162110.292500', '162110.752500', '162111.212500', '162111.672500', '162112.132500', '162112.592500', '162113.052500', '162113.512500', '162113.972500', '162114.432500', '162114.892500', '162115.352500', '162115.812500', '162116.272500', '162116.732500', '162117.192500', '162117.652500', '162118.112500', '162118.572500', '162119.032500', '162119.492500', '162119.952500', '162120.412500', '162120.872500', '162121.332500', '162121.792500', '162122.252500', '162122.712500', '162123.172500', '162123.632500', '162124.092500', '162124.552500', '162125.012500', '162125.472500', '162125.932500', '162126.392500', '162126.852500', '162127.312500', '162127.772500', '162128.232500', '162128.692500', '162129.152500', '162129.612500', '162130.072500', '162130.532500', '162130.992500', '162131.452500', '162131.912500', '162132.372500', '162132.832500', '162133.292500', '162133.752500', '162134.212500', '162134.672500', '162135.132500', '162135.592500', '162136.052500', '162136.512500', '162136.972500', '162137.432500', '162137.892500', '162138.352500', '162138.812500', '162139.272500', '162139.732500', '162140.192500', '162140.652500', '162141.112500', '162141.572500', '162142.032500', '162142.492500', '162142.952500', '162143.412500', '162143.872500', '162144.332500', '162144.792500', '162145.252500', '162145.712500', '162146.172500', '162146.632500', '162147.092500', '162147.552500', '162148.012500', '162148.472500', '162148.932500', '162149.392500', '162149.852500', '162150.312500', '162150.772500', '162151.232500', '162151.692500', '162152.152500', '162152.612500', '162153.072500', '162153.532500', '162153.992500', '162154.452500', '162154.912500', '162155.372500', '162155.832500', '162156.292500', '162156.752500', '162157.212500', '162157.672500', '162158.132500', '162158.592500', '162159.052500', '162159.512500', '162159.972500', '162200.432500', '162200.892500', '162201.352500', '162201.812500', '162202.272500', '162202.732500', '162203.192500', '162203.652500', '162204.112500', '162204.572500', '162205.032500', '162205.492500', '162205.952500', '162206.412500', '162206.872500', '162207.332500', '162207.792500', '162208.252500', '162208.712500', '162209.172500', '162209.632500', '162210.092500', '162210.552500', '162211.012500', '162211.472500', '162211.932500', '162212.392500', '162212.852500', '162213.312500', '162213.772500', '162214.232500', '162214.692500', '162215.152500', '162215.612500', '162216.072500', '162216.532500', '162216.992500', '162217.452500', '162217.912500', '162218.372500', '162218.832500', '162219.292500', '162219.752500', '162220.212500', '162220.672500', '162221.132500', '162221.592500', '162222.052500', '162222.512500', '162222.972500', '162223.432500', '162223.892500', '162224.352500', '162224.812500', '162225.272500', '162225.732500', '162226.192500', '162226.652500', '162227.112500', '162227.572500', '162228.032500', '162228.492500', '162228.952500', '162229.412500', '162229.872500', '162230.332500', '162230.792500', '162231.252500', '162231.712500', '162232.172500', '162232.632500', '162233.092500', '162233.552500', '162234.012500', '162234.472500', '162234.932500', '162235.392500', '162235.852500', '162236.312500', '162236.772500', '162237.232500', '162237.692500', '162238.152500', '162238.612500', '162239.072500', '162239.532500', '162239.992500', '162240.452500', '162240.912500', '162241.372500', '162241.832500', '162242.292500', '162242.752500', '162243.212500', '162243.672500', '162244.132500', '162244.592500', '162245.052500', '162245.512500', '162245.972500', '162246.432500', '162246.892500', '162247.352500', '162247.812500', '162248.272500', '162248.732500', '162249.192500', '162249.652500', '162250.112500', '162250.572500', '162251.032500', '162251.492500', '162251.952500', '162252.412500', '162252.872500', '162253.332500', '162253.792500', '162254.252500', '162254.712500', '162255.172500', '162255.632500', '162256.092500', '162256.552500', '162257.012500', '162257.472500', '162257.932500', '162258.392500', '162258.852500', '162259.312500', '162259.772500', '162300.232500', '162300.692500', '162301.152500', '162301.612500', '162302.072500', '162302.532500', '162302.992500', '162303.452500', '162303.912500', '162304.372500', '162304.832500', '162305.292500', '162305.752500', '162306.212500', '162306.672500', '162307.132500', '162307.592500', '162308.052500', '162308.512500', '162308.972500', '162309.432500', '162309.892500', '162310.352500', '162310.812500', '162311.272500', '162311.732500', '162312.192500', '162312.652500', '162313.112500', '162313.572500', '162314.032500', '162314.492500', '162314.952500', '162315.412500', '162315.872500', '162316.332500', '162316.792500', '162317.252500', '162317.712500', '162318.172500', '162318.632500', '162319.092500', '162319.552500', '162320.012500', '162320.472500', '162320.932500', '162321.392500', '162321.852500', '162322.312500', '162322.772500', '162323.232500', '162323.692500', '162324.152500', '162324.612500', '162325.072500', '162325.532500', '162325.992500', '162326.452500', '162326.912500', '162327.372500', '162327.832500', '162328.292500', '162328.752500', '162329.212500', '162329.672500', '162330.132500', '162330.592500', '162331.052500', '162331.512500', '162331.972500', '162332.432500', '162332.892500', '162333.352500', '162333.812500', '162334.272500', '162334.732500', '162335.192500', '162335.652500', '162336.112500', '162336.572500', '162337.032500', '162337.492500', '162337.952500', '162338.412500', '162338.872500', '162339.332500', '162339.792500', '162340.252500', '162340.712500', '162341.172500', '162341.632500', '162342.092500', '162342.552500', '162343.012500', '162343.472500', '162343.932500', '162344.392500', '162344.852500', '162345.312500', '162345.772500', '162346.232500', '162346.692500', '162347.152500', '162347.612500', '162348.072500', '162348.532500', '162348.992500', '162349.452500', '162349.912500', '162350.372500', '162350.832500', '162351.292500', '162351.752500', '162352.212500', '162352.672500', '162353.132500', '162353.592500', '162354.052500', '162354.512500', '162354.972500', '162355.432500', '162355.892500', '162356.352500', '162356.812500', '162357.272500', '162357.732500', '162358.192500', '162358.652500', '162359.112500', '162359.572500', '162400.032500', '162400.492500', '162400.952500', '162401.412500', '162401.872500', '162402.332500', '162402.792500', '162403.252500', '162403.712500', '162404.172500', '162404.632500', '162405.092500', '162405.552500', '162406.012500', '162406.472500', '162406.932500', '162407.392500', '162407.852500', '162408.312500', '162408.772500', '162409.232500', '162409.692500', '162410.152500', '162410.612500', '162411.072500', '162411.532500', '162411.992500', '162412.452500', '162412.912500', '162413.372500', '162413.832500', '162414.292500', '162414.752500', '162415.212500', '162415.672500', '162416.132500', '162416.592500', '162417.052500', '162417.512500', '162417.972500', '162418.432500', '162418.892500', '162419.352500', '162419.812500', '162420.272500', '162420.732500', '162421.192500', '162421.652500', '162422.112500', '162422.572500', '162423.032500', '162423.492500', '162423.952500', '162424.412500', '162424.872500', '162425.332500', '162425.792500', '162426.252500', '162426.712500', '162427.172500', '162427.632500', '162428.092500', '162428.552500', '162429.012500', '162429.472500', '162429.932500', '162430.392500', '162430.852500', '162431.312500', '162431.772500', '162432.232500', '162432.692500', '162433.152500', '162433.612500', '162434.072500', '162434.532500', '162434.992500', '162435.452500', '162435.912500', '162436.372500', '162436.832500', '162437.292500', '162437.752500', '162438.212500', '162438.672500', '162439.132500', '162439.592500', '162440.052500', '162440.512500', '162440.972500', '162441.432500', '162441.892500', '162442.352500', '162442.812500', '162443.272500', '162443.732500', '162444.192500', '162444.652500', '162445.112500', '162445.572500', '162446.032500', '162446.492500', '162446.952500', '162447.412500', '162447.872500', '162448.332500', '162448.792500', '162449.252500', '162449.712500', '162450.172500', '162450.632500', '162451.092500', '162451.552500', '162452.012500', '162452.472500', '162452.932500', '162453.392500', '162453.852500', '162454.312500', '162454.772500', '162455.232500', '162455.692500', '162456.152500', '162456.612500', '162457.072500', '162457.532500', '162457.992500', '162458.452500', '162458.912500', '162459.372500', '162459.832500', '162500.292500', '162500.752500', '162501.212500', '162501.672500', '162502.132500', '162502.592500', '162503.052500', '162503.512500', '162503.972500', '162504.432500'], 'ContentTime': ['161822.616000', '161822.619000', '161822.622000', '161822.625000', '161822.627000', '161822.630000', '161822.633000', '161822.636000', '161822.639000', '161822.641000', '161822.644000', '161822.653000', '161822.656000', '161822.659000', '161822.662000', '161822.665000', '161822.667000', '161822.670000', '161822.673000', '161822.676000', '161822.678000', '161822.681000', '161822.684000', '161822.687000', '161822.690000', '161822.693000', '161822.696000', '161822.700000', '161822.704000', '161822.713000', '161822.716000', '161822.718000', '161822.721000', '161822.724000', '161822.727000', '161822.729000', '161822.732000', '161842.578000', '161842.581000', '161842.584000', '161842.587000', '161842.589000', '161842.592000', '161842.595000', '161842.598000', '161842.601000', '161842.603000', '161842.606000', '161842.609000', '161842.612000', '161842.621000', '161842.624000', '161842.626000', '161842.629000', '161842.632000', '161842.635000', '161842.638000', '161842.641000', '161842.643000', '161842.646000', '161842.649000', '161842.652000', '161842.654000', '161842.657000', '161842.660000', '161842.663000', '161842.666000', '161842.668000', '161842.671000', '161842.674000', '161842.677000', '161842.680000', '161842.682000', '161842.685000', '161842.688000', '161842.691000', '161842.694000', '161842.696000', '161842.699000', '161842.702000', '161842.705000', '161902.578000', '161902.581000', '161902.584000', '161902.586000', '161902.589000', '161902.592000', '161902.595000', '161902.597000', '161902.600000', '161902.603000', '161902.606000', '161902.608000', '161902.611000', '161902.614000', '161902.617000', '161902.620000', '161902.622000', '161902.636000', '161902.639000', '161902.641000', '161902.644000', '161902.647000', '161902.650000', '161902.653000', '161902.656000', '161902.658000', '161902.662000', '161902.666000', '161902.668000', '161902.671000', '161902.674000', '161902.677000', '161902.680000', '161902.683000', '161902.685000', '161902.688000', '161902.691000', '161902.694000', '161902.697000', '161902.699000', '161902.702000', '161902.705000', '161902.708000', '161922.577000', '161922.580000', '161922.583000', '161922.585000', '161922.588000', '161922.591000', '161922.594000', '161922.597000', '161922.599000', '161922.602000', '161922.605000', '161922.608000', '161922.611000', '161922.613000', '161922.616000', '161922.619000', '161922.622000', '161922.625000', '161922.629000', '161922.632000', '161922.634000', '161922.637000', '161922.640000', '161922.643000', '161922.646000', '161922.649000', '161922.651000', '161922.654000', '161922.657000', '161922.660000', '161922.662000', '161922.665000', '161922.668000', '161922.671000', '161922.678000', '161922.681000', '161922.684000', '161922.687000', '161922.690000', '161922.692000', '161922.695000', '161922.698000', '161922.701000', '161922.704000', '161942.578000', '161942.581000', '161942.584000', '161942.587000', '161942.589000', '161942.592000', '161942.595000', '161942.598000', '161942.601000', '161942.603000', '161942.606000', '161942.609000', '161942.612000', '161942.615000', '161942.617000', '161942.620000', '161942.623000', '161942.626000', '161942.629000', '161942.631000', '161942.634000', '161942.637000', '161942.640000', '161942.643000', '161942.645000', '161942.648000', '161942.651000', '161942.654000', '161942.657000', '161942.659000', '161942.662000', '161942.665000', '161942.668000', '161942.671000', '161942.674000', '161942.679000', '161942.682000', '161942.685000', '161942.687000', '161942.690000', '161942.693000', '161942.696000', '161942.699000', '162002.578000', '162002.581000', '162002.584000', '162002.586000', '162002.589000', '162002.592000', '162002.595000', '162002.598000', '162002.601000', '162002.603000', '162002.606000', '162002.609000', '162002.612000', '162002.615000', '162002.617000', '162002.620000', '162002.623000', '162002.626000', '162002.629000', '162002.631000', '162002.634000', '162002.637000', '162002.640000', '162002.643000', '162002.645000', '162002.648000', '162002.651000', '162002.654000', '162002.656000', '162002.659000', '162002.662000', '162002.665000', '162002.668000', '162002.671000', '162002.673000', '162002.676000', '162002.679000', '162002.682000', '162002.685000', '162002.687000', '162002.690000', '162002.693000', '162002.696000', '162002.699000', '162022.578000', '162022.581000', '162022.584000', '162022.587000', '162022.589000', '162022.592000', '162022.595000', '162022.598000', '162022.601000', '162022.603000', '162022.606000', '162022.609000', '162022.612000', '162022.615000', '162022.617000', '162022.620000', '162022.623000', '162022.626000', '162022.629000', '162022.631000', '162022.634000', '162022.637000', '162022.640000', '162022.643000', '162022.646000', '162022.648000', '162022.651000', '162022.654000', '162022.657000', '162022.660000', '162022.662000', '162022.665000', '162022.668000', '162022.671000', '162022.673000', '162022.676000', '162022.679000', '162022.682000', '162022.684000', '162022.687000', '162022.690000', '162022.693000', '162022.696000', '162042.578000', '162042.581000', '162042.584000', '162042.586000', '162042.589000', '162042.592000', '162042.595000', '162042.598000', '162042.601000', '162042.603000', '162042.606000', '162042.609000', '162042.612000', '162042.626000', '162042.629000', '162042.632000', '162042.635000', '162042.638000', '162042.640000', '162042.643000', '162042.646000', '162042.649000', '162042.652000', '162042.654000', '162042.657000', '162042.660000', '162042.663000', '162042.666000', '162042.669000', '162042.671000', '162042.674000', '162042.681000', '162042.684000', '162042.687000', '162042.690000', '162042.692000', '162042.695000', '162042.698000', '162042.701000', '162042.704000', '162042.706000', '162042.709000', '162042.712000', '162042.715000', '162102.578000', '162102.581000', '162102.584000', '162102.586000', '162102.589000', '162102.592000', '162102.595000', '162102.598000', '162102.601000', '162102.603000', '162102.606000', '162102.609000', '162102.612000', '162102.615000', '162102.618000', '162102.620000', '162102.623000', '162102.626000', '162102.629000', '162102.632000', '162102.634000', '162102.637000', '162102.640000', '162102.643000', '162102.646000', '162102.648000', '162102.651000', '162102.654000', '162102.657000', '162102.660000', '162102.663000', '162102.665000', '162102.668000', '162102.671000', '162102.674000', '162102.677000', '162102.679000', '162102.682000', '162102.685000', '162102.688000', '162102.691000', '162102.694000', '162102.696000', '162122.578000', '162122.581000', '162122.584000', '162122.587000', '162122.589000', '162122.592000', '162122.595000', '162122.598000', '162122.601000', '162122.603000', '162122.606000', '162122.609000', '162122.612000', '162122.615000', '162122.618000', '162122.620000', '162122.623000', '162122.626000', '162122.629000', '162122.632000', '162122.634000', '162122.637000', '162122.640000', '162122.643000', '162122.646000', '162122.649000', '162122.651000', '162122.654000', '162122.657000', '162122.660000', '162122.663000', '162122.665000', '162122.668000', '162122.671000', '162122.674000', '162122.676000', '162122.679000', '162122.682000', '162122.685000', '162122.688000', '162122.691000', '162122.693000', '162122.696000', '162122.699000', '162142.577000', '162142.580000', '162142.583000', '162142.586000', '162142.588000', '162142.591000', '162142.594000', '162142.597000', '162142.600000', '162142.602000', '162142.605000', '162142.608000', '162142.611000', '162142.614000', '162142.617000', '162142.619000', '162142.622000', '162142.625000', '162142.628000', '162142.631000', '162142.633000', '162142.636000', '162142.639000', '162142.642000', '162142.645000', '162142.648000', '162142.650000', '162142.653000', '162142.656000', '162142.659000', '162142.662000', '162142.665000', '162142.667000', '162142.670000', '162142.673000', '162142.676000', '162142.679000', '162142.681000', '162142.684000', '162142.687000', '162142.690000', '162142.693000', '162142.695000', '162202.578000', '162202.581000', '162202.584000', '162202.587000', '162202.590000', '162202.592000', '162202.595000', '162202.598000', '162202.601000', '162202.604000', '162202.607000', '162202.610000', '162202.612000', '162202.615000', '162202.619000', '162202.624000', '162202.627000', '162202.630000', '162202.633000', '162202.635000', '162202.638000', '162202.641000', '162202.644000', '162202.647000', '162202.649000', '162202.652000', '162202.655000', '162202.658000', '162202.661000', '162202.663000', '162202.666000', '162202.669000', '162202.672000', '162202.675000', '162202.677000', '162202.680000', '162202.683000', '162202.686000', '162202.689000', '162202.691000', '162202.694000', '162202.697000', '162202.700000', '162222.578000', '162222.581000', '162222.584000', '162222.586000', '162222.589000', '162222.592000', '162222.595000', '162222.597000', '162222.600000', '162222.603000', '162222.606000', '162222.609000', '162222.612000', '162222.614000', '162222.617000', '162222.620000', '162222.623000', '162222.626000', '162222.629000', '162222.631000', '162222.634000', '162222.637000', '162222.640000', '162222.643000', '162222.646000', '162222.649000', '162222.651000', '162222.654000', '162222.657000', '162222.660000', '162222.662000', '162222.665000', '162222.668000', '162222.671000', '162222.674000', '162222.676000', '162222.679000', '162222.682000', '162222.685000', '162222.688000', '162222.691000', '162222.693000', '162222.696000', '162222.699000', '162242.578000', '162242.581000', '162242.584000', '162242.587000', '162242.590000', '162242.592000', '162242.595000', '162242.598000', '162242.601000', '162242.604000', '162242.607000', '162242.610000', '162242.613000', '162242.616000', '162242.618000', '162242.621000', '162242.624000', '162242.627000', '162242.630000', '162242.632000', '162242.635000', '162242.638000', '162242.641000', '162242.644000', '162242.646000', '162242.649000', '162242.652000', '162242.655000', '162242.658000', '162242.660000', '162242.663000', '162242.666000', '162242.669000', '162242.672000', '162242.675000', '162242.677000', '162242.680000', '162242.683000', '162242.686000', '162242.689000', '162242.692000', '162242.694000', '162242.697000', '162302.578000', '162302.581000', '162302.584000', '162302.587000', '162302.589000', '162302.592000', '162302.595000', '162302.598000', '162302.601000', '162302.604000', '162302.607000', '162302.609000', '162302.612000', '162302.615000', '162302.618000', '162302.620000', '162302.623000', '162302.626000', '162302.629000', '162302.632000', '162302.635000', '162302.638000', '162302.640000', '162302.643000', '162302.646000', '162302.649000', '162302.652000', '162302.654000', '162302.657000', '162302.660000', '162302.663000', '162302.666000', '162302.669000', '162302.671000', '162302.674000', '162302.677000', '162302.680000', '162302.683000', '162302.685000', '162302.688000', '162302.691000', '162302.694000', '162302.697000', '162302.699000', '162322.578000', '162322.581000', '162322.584000', '162322.587000', '162322.590000', '162322.592000', '162322.595000', '162322.598000', '162322.601000', '162322.604000', '162322.607000', '162322.610000', '162322.612000', '162322.616000', '162322.619000', '162322.622000', '162322.625000', '162322.627000', '162322.630000', '162322.633000', '162322.636000', '162322.639000', '162322.642000', '162322.645000', '162322.647000', '162322.650000', '162322.653000', '162322.656000', '162322.659000', '162322.662000', '162322.664000', '162322.667000', '162322.670000', '162322.673000', '162322.676000', '162322.679000', '162322.681000', '162322.684000', '162322.687000', '162322.690000', '162322.693000', '162322.696000', '162322.698000', '162342.577000', '162342.580000', '162342.583000', '162342.586000', '162342.588000', '162342.591000', '162342.594000', '162342.597000', '162342.600000', '162342.603000', '162342.606000', '162342.608000', '162342.611000', '162342.614000', '162342.617000', '162342.620000', '162342.622000', '162342.625000', '162342.628000', '162342.631000', '162342.642000', '162342.645000', '162342.648000', '162342.651000', '162342.654000', '162342.656000', '162342.659000', '162342.662000', '162342.665000', '162342.668000', '162342.670000', '162342.673000', '162342.676000', '162342.679000', '162342.682000', '162342.684000', '162342.687000', '162342.690000', '162342.693000', '162342.696000', '162342.699000', '162342.701000', '162342.704000', '162342.707000', '162402.578000', '162402.581000', '162402.584000', '162402.586000', '162402.589000', '162402.592000', '162402.595000', '162402.598000', '162402.601000', '162402.604000', '162402.606000', '162402.609000', '162402.612000', '162402.615000', '162402.618000', '162402.620000', '162402.623000', '162402.626000', '162402.629000', '162402.632000', '162402.635000', '162402.639000', '162402.643000', '162402.646000', '162402.649000', '162402.652000', '162402.655000', '162402.658000', '162402.660000', '162402.663000', '162402.666000', '162402.669000', '162402.672000', '162402.675000', '162402.677000', '162402.680000', '162402.683000', '162402.686000', '162402.689000', '162402.692000', '162402.694000', '162402.697000', '162402.700000', '162422.578000', '162422.581000', '162422.584000', '162422.587000', '162422.590000', '162422.592000', '162422.595000', '162422.598000', '162422.601000', '162422.604000', '162422.607000', '162422.609000', '162422.612000', '162422.615000', '162422.618000', '162422.621000', '162422.623000', '162422.626000', '162422.629000', '162422.632000', '162422.635000', '162422.638000', '162422.641000', '162422.643000', '162422.646000', '162422.649000', '162422.652000', '162422.655000', '162422.657000', '162422.660000', '162422.663000', '162422.666000', '162422.669000', '162422.671000', '162422.674000', '162422.677000', '162422.680000', '162422.683000', '162422.685000', '162422.688000', '162422.691000', '162422.694000', '162422.697000', '162422.700000', '162442.578000', '162442.581000', '162442.584000', '162442.587000', '162442.590000', '162442.592000', '162442.595000', '162442.598000', '162442.601000', '162442.604000', '162442.606000', '162442.609000', '162442.612000', '162442.615000', '162442.618000', '162442.620000', '162442.623000', '162442.626000', '162442.629000', '162442.632000', '162442.635000', '162442.638000', '162442.641000', '162442.643000', '162442.646000', '162442.649000', '162442.652000', '162442.654000', '162442.657000', '162442.660000', '162442.665000', '162442.669000', '162442.672000', '162442.675000', '162442.678000', '162442.680000', '162442.683000', '162442.686000', '162442.689000', '162442.692000', '162442.694000', '162442.697000', '162442.700000', '162502.578000', '162502.581000', '162502.584000', '162502.587000', '162502.590000', '162502.592000', '162502.595000', '162502.598000', '162502.601000', '162502.604000', '162502.606000', '162502.609000', '162502.612000', '162502.615000', '162502.618000', '162502.621000', '162502.624000', '162502.626000', '162502.629000', '162502.632000', '162502.635000', '162502.638000', '162502.641000', '162502.643000', '162502.646000', '162502.649000', '162502.652000', '162502.655000', '162502.657000', '162502.660000', '162502.673000', '162502.676000', '162502.679000', '162502.681000', '162502.684000', '162502.687000', '162502.690000', '162502.693000', '162502.696000', '162502.698000', '162502.701000', '162502.704000', '162502.707000', '162502.710000', '162505.708000', '162505.712000', '162505.719000', '162505.722000', '162505.725000', '162505.728000', '162505.731000'], 'InstanceCreationTime': ['161822.616000', '161822.619000', '161822.622000', '161822.625000', '161822.627000', '161822.630000', '161822.633000', '161822.636000', '161822.639000', '161822.641000', '161822.644000', '161822.653000', '161822.656000', '161822.659000', '161822.662000', '161822.665000', '161822.667000', '161822.670000', '161822.673000', '161822.676000', '161822.678000', '161822.681000', '161822.684000', '161822.687000', '161822.690000', '161822.693000', '161822.696000', '161822.700000', '161822.704000', '161822.713000', '161822.716000', '161822.718000', '161822.721000', '161822.724000', '161822.727000', '161822.729000', '161822.732000', '161842.578000', '161842.581000', '161842.584000', '161842.587000', '161842.589000', '161842.592000', '161842.595000', '161842.598000', '161842.601000', '161842.603000', '161842.606000', '161842.609000', '161842.612000', '161842.621000', '161842.624000', '161842.626000', '161842.629000', '161842.632000', '161842.635000', '161842.638000', '161842.641000', '161842.643000', '161842.646000', '161842.649000', '161842.652000', '161842.654000', '161842.657000', '161842.660000', '161842.663000', '161842.666000', '161842.668000', '161842.671000', '161842.674000', '161842.677000', '161842.680000', '161842.682000', '161842.685000', '161842.688000', '161842.691000', '161842.694000', '161842.696000', '161842.699000', '161842.702000', '161842.705000', '161902.578000', '161902.581000', '161902.584000', '161902.586000', '161902.589000', '161902.592000', '161902.595000', '161902.597000', '161902.600000', '161902.603000', '161902.606000', '161902.608000', '161902.611000', '161902.614000', '161902.617000', '161902.620000', '161902.622000', '161902.636000', '161902.639000', '161902.641000', '161902.644000', '161902.647000', '161902.650000', '161902.653000', '161902.656000', '161902.658000', '161902.662000', '161902.666000', '161902.668000', '161902.671000', '161902.674000', '161902.677000', '161902.680000', '161902.683000', '161902.685000', '161902.688000', '161902.691000', '161902.694000', '161902.697000', '161902.699000', '161902.702000', '161902.705000', '161902.708000', '161922.577000', '161922.580000', '161922.583000', '161922.585000', '161922.588000', '161922.591000', '161922.594000', '161922.597000', '161922.599000', '161922.602000', '161922.605000', '161922.608000', '161922.611000', '161922.613000', '161922.616000', '161922.619000', '161922.622000', '161922.625000', '161922.629000', '161922.632000', '161922.634000', '161922.637000', '161922.640000', '161922.643000', '161922.646000', '161922.649000', '161922.651000', '161922.654000', '161922.657000', '161922.660000', '161922.662000', '161922.665000', '161922.668000', '161922.671000', '161922.678000', '161922.681000', '161922.684000', '161922.687000', '161922.690000', '161922.692000', '161922.695000', '161922.698000', '161922.701000', '161922.704000', '161942.578000', '161942.581000', '161942.584000', '161942.587000', '161942.589000', '161942.592000', '161942.595000', '161942.598000', '161942.601000', '161942.603000', '161942.606000', '161942.609000', '161942.612000', '161942.615000', '161942.617000', '161942.620000', '161942.623000', '161942.626000', '161942.629000', '161942.631000', '161942.634000', '161942.637000', '161942.640000', '161942.643000', '161942.645000', '161942.648000', '161942.651000', '161942.654000', '161942.657000', '161942.659000', '161942.662000', '161942.665000', '161942.668000', '161942.671000', '161942.674000', '161942.679000', '161942.682000', '161942.685000', '161942.687000', '161942.690000', '161942.693000', '161942.696000', '161942.699000', '162002.578000', '162002.581000', '162002.584000', '162002.586000', '162002.589000', '162002.592000', '162002.595000', '162002.598000', '162002.601000', '162002.603000', '162002.606000', '162002.609000', '162002.612000', '162002.615000', '162002.617000', '162002.620000', '162002.623000', '162002.626000', '162002.629000', '162002.631000', '162002.634000', '162002.637000', '162002.640000', '162002.643000', '162002.645000', '162002.648000', '162002.651000', '162002.654000', '162002.656000', '162002.659000', '162002.662000', '162002.665000', '162002.668000', '162002.671000', '162002.673000', '162002.676000', '162002.679000', '162002.682000', '162002.685000', '162002.687000', '162002.690000', '162002.693000', '162002.696000', '162002.699000', '162022.578000', '162022.581000', '162022.584000', '162022.587000', '162022.589000', '162022.592000', '162022.595000', '162022.598000', '162022.601000', '162022.603000', '162022.606000', '162022.609000', '162022.612000', '162022.615000', '162022.617000', '162022.620000', '162022.623000', '162022.626000', '162022.629000', '162022.631000', '162022.634000', '162022.637000', '162022.640000', '162022.643000', '162022.646000', '162022.648000', '162022.651000', '162022.654000', '162022.657000', '162022.660000', '162022.662000', '162022.665000', '162022.668000', '162022.671000', '162022.673000', '162022.676000', '162022.679000', '162022.682000', '162022.684000', '162022.687000', '162022.690000', '162022.693000', '162022.696000', '162042.578000', '162042.581000', '162042.584000', '162042.586000', '162042.589000', '162042.592000', '162042.595000', '162042.598000', '162042.601000', '162042.603000', '162042.606000', '162042.609000', '162042.612000', '162042.626000', '162042.629000', '162042.632000', '162042.635000', '162042.638000', '162042.640000', '162042.643000', '162042.646000', '162042.649000', '162042.652000', '162042.654000', '162042.657000', '162042.660000', '162042.663000', '162042.666000', '162042.669000', '162042.671000', '162042.674000', '162042.681000', '162042.684000', '162042.687000', '162042.690000', '162042.692000', '162042.695000', '162042.698000', '162042.701000', '162042.704000', '162042.706000', '162042.709000', '162042.712000', '162042.715000', '162102.578000', '162102.581000', '162102.584000', '162102.586000', '162102.589000', '162102.592000', '162102.595000', '162102.598000', '162102.601000', '162102.603000', '162102.606000', '162102.609000', '162102.612000', '162102.615000', '162102.618000', '162102.620000', '162102.623000', '162102.626000', '162102.629000', '162102.632000', '162102.634000', '162102.637000', '162102.640000', '162102.643000', '162102.646000', '162102.648000', '162102.651000', '162102.654000', '162102.657000', '162102.660000', '162102.663000', '162102.665000', '162102.668000', '162102.671000', '162102.674000', '162102.677000', '162102.679000', '162102.682000', '162102.685000', '162102.688000', '162102.691000', '162102.694000', '162102.696000', '162122.578000', '162122.581000', '162122.584000', '162122.587000', '162122.589000', '162122.592000', '162122.595000', '162122.598000', '162122.601000', '162122.603000', '162122.606000', '162122.609000', '162122.612000', '162122.615000', '162122.618000', '162122.620000', '162122.623000', '162122.626000', '162122.629000', '162122.632000', '162122.634000', '162122.637000', '162122.640000', '162122.643000', '162122.646000', '162122.649000', '162122.651000', '162122.654000', '162122.657000', '162122.660000', '162122.663000', '162122.665000', '162122.668000', '162122.671000', '162122.674000', '162122.676000', '162122.679000', '162122.682000', '162122.685000', '162122.688000', '162122.691000', '162122.693000', '162122.696000', '162122.699000', '162142.577000', '162142.580000', '162142.583000', '162142.586000', '162142.588000', '162142.591000', '162142.594000', '162142.597000', '162142.600000', '162142.602000', '162142.605000', '162142.608000', '162142.611000', '162142.614000', '162142.617000', '162142.619000', '162142.622000', '162142.625000', '162142.628000', '162142.631000', '162142.633000', '162142.636000', '162142.639000', '162142.642000', '162142.645000', '162142.648000', '162142.650000', '162142.653000', '162142.656000', '162142.659000', '162142.662000', '162142.665000', '162142.667000', '162142.670000', '162142.673000', '162142.676000', '162142.679000', '162142.681000', '162142.684000', '162142.687000', '162142.690000', '162142.693000', '162142.695000', '162202.578000', '162202.581000', '162202.584000', '162202.587000', '162202.590000', '162202.592000', '162202.595000', '162202.598000', '162202.601000', '162202.604000', '162202.607000', '162202.610000', '162202.612000', '162202.615000', '162202.619000', '162202.624000', '162202.627000', '162202.630000', '162202.633000', '162202.635000', '162202.638000', '162202.641000', '162202.644000', '162202.647000', '162202.649000', '162202.652000', '162202.655000', '162202.658000', '162202.661000', '162202.663000', '162202.666000', '162202.669000', '162202.672000', '162202.675000', '162202.677000', '162202.680000', '162202.683000', '162202.686000', '162202.689000', '162202.691000', '162202.694000', '162202.697000', '162202.700000', '162222.578000', '162222.581000', '162222.584000', '162222.586000', '162222.589000', '162222.592000', '162222.595000', '162222.597000', '162222.600000', '162222.603000', '162222.606000', '162222.609000', '162222.612000', '162222.614000', '162222.617000', '162222.620000', '162222.623000', '162222.626000', '162222.629000', '162222.631000', '162222.634000', '162222.637000', '162222.640000', '162222.643000', '162222.646000', '162222.649000', '162222.651000', '162222.654000', '162222.657000', '162222.660000', '162222.662000', '162222.665000', '162222.668000', '162222.671000', '162222.674000', '162222.676000', '162222.679000', '162222.682000', '162222.685000', '162222.688000', '162222.691000', '162222.693000', '162222.696000', '162222.699000', '162242.578000', '162242.581000', '162242.584000', '162242.587000', '162242.590000', '162242.592000', '162242.595000', '162242.598000', '162242.601000', '162242.604000', '162242.607000', '162242.610000', '162242.613000', '162242.616000', '162242.618000', '162242.621000', '162242.624000', '162242.627000', '162242.630000', '162242.632000', '162242.635000', '162242.638000', '162242.641000', '162242.644000', '162242.646000', '162242.649000', '162242.652000', '162242.655000', '162242.658000', '162242.660000', '162242.663000', '162242.666000', '162242.669000', '162242.672000', '162242.675000', '162242.677000', '162242.680000', '162242.683000', '162242.686000', '162242.689000', '162242.692000', '162242.694000', '162242.697000', '162302.578000', '162302.581000', '162302.584000', '162302.587000', '162302.589000', '162302.592000', '162302.595000', '162302.598000', '162302.601000', '162302.604000', '162302.607000', '162302.609000', '162302.612000', '162302.615000', '162302.618000', '162302.620000', '162302.623000', '162302.626000', '162302.629000', '162302.632000', '162302.635000', '162302.638000', '162302.640000', '162302.643000', '162302.646000', '162302.649000', '162302.652000', '162302.654000', '162302.657000', '162302.660000', '162302.663000', '162302.666000', '162302.669000', '162302.671000', '162302.674000', '162302.677000', '162302.680000', '162302.683000', '162302.685000', '162302.688000', '162302.691000', '162302.694000', '162302.697000', '162302.699000', '162322.578000', '162322.581000', '162322.584000', '162322.587000', '162322.590000', '162322.592000', '162322.595000', '162322.598000', '162322.601000', '162322.604000', '162322.607000', '162322.610000', '162322.612000', '162322.616000', '162322.619000', '162322.622000', '162322.625000', '162322.627000', '162322.630000', '162322.633000', '162322.636000', '162322.639000', '162322.642000', '162322.645000', '162322.647000', '162322.650000', '162322.653000', '162322.656000', '162322.659000', '162322.662000', '162322.664000', '162322.667000', '162322.670000', '162322.673000', '162322.676000', '162322.679000', '162322.681000', '162322.684000', '162322.687000', '162322.690000', '162322.693000', '162322.696000', '162322.698000', '162342.577000', '162342.580000', '162342.583000', '162342.586000', '162342.588000', '162342.591000', '162342.594000', '162342.597000', '162342.600000', '162342.603000', '162342.606000', '162342.608000', '162342.611000', '162342.614000', '162342.617000', '162342.620000', '162342.622000', '162342.625000', '162342.628000', '162342.631000', '162342.642000', '162342.645000', '162342.648000', '162342.651000', '162342.654000', '162342.656000', '162342.659000', '162342.662000', '162342.665000', '162342.668000', '162342.670000', '162342.673000', '162342.676000', '162342.679000', '162342.682000', '162342.684000', '162342.687000', '162342.690000', '162342.693000', '162342.696000', '162342.699000', '162342.701000', '162342.704000', '162342.707000', '162402.578000', '162402.581000', '162402.584000', '162402.586000', '162402.589000', '162402.592000', '162402.595000', '162402.598000', '162402.601000', '162402.604000', '162402.606000', '162402.609000', '162402.612000', '162402.615000', '162402.618000', '162402.620000', '162402.623000', '162402.626000', '162402.629000', '162402.632000', '162402.635000', '162402.639000', '162402.643000', '162402.646000', '162402.649000', '162402.652000', '162402.655000', '162402.658000', '162402.660000', '162402.663000', '162402.666000', '162402.669000', '162402.672000', '162402.675000', '162402.677000', '162402.680000', '162402.683000', '162402.686000', '162402.689000', '162402.692000', '162402.694000', '162402.697000', '162402.700000', '162422.578000', '162422.581000', '162422.584000', '162422.587000', '162422.590000', '162422.592000', '162422.595000', '162422.598000', '162422.601000', '162422.604000', '162422.607000', '162422.609000', '162422.612000', '162422.615000', '162422.618000', '162422.621000', '162422.623000', '162422.626000', '162422.629000', '162422.632000', '162422.635000', '162422.638000', '162422.641000', '162422.643000', '162422.646000', '162422.649000', '162422.652000', '162422.655000', '162422.657000', '162422.660000', '162422.663000', '162422.666000', '162422.669000', '162422.671000', '162422.674000', '162422.677000', '162422.680000', '162422.683000', '162422.685000', '162422.688000', '162422.691000', '162422.694000', '162422.697000', '162422.700000', '162442.578000', '162442.581000', '162442.584000', '162442.587000', '162442.590000', '162442.592000', '162442.595000', '162442.598000', '162442.601000', '162442.604000', '162442.606000', '162442.609000', '162442.612000', '162442.615000', '162442.618000', '162442.620000', '162442.623000', '162442.626000', '162442.629000', '162442.632000', '162442.635000', '162442.638000', '162442.641000', '162442.643000', '162442.646000', '162442.649000', '162442.652000', '162442.654000', '162442.657000', '162442.660000', '162442.665000', '162442.669000', '162442.672000', '162442.675000', '162442.678000', '162442.680000', '162442.683000', '162442.686000', '162442.689000', '162442.692000', '162442.694000', '162442.697000', '162442.700000', '162502.578000', '162502.581000', '162502.584000', '162502.587000', '162502.590000', '162502.592000', '162502.595000', '162502.598000', '162502.601000', '162502.604000', '162502.606000', '162502.609000', '162502.612000', '162502.615000', '162502.618000', '162502.621000', '162502.624000', '162502.626000', '162502.629000', '162502.632000', '162502.635000', '162502.638000', '162502.641000', '162502.643000', '162502.646000', '162502.649000', '162502.652000', '162502.655000', '162502.657000', '162502.660000', '162502.673000', '162502.676000', '162502.679000', '162502.681000', '162502.684000', '162502.687000', '162502.690000', '162502.693000', '162502.696000', '162502.698000', '162502.701000', '162502.704000', '162502.707000', '162502.710000', '162505.708000', '162505.712000', '162505.719000', '162505.722000', '162505.725000', '162505.728000', '162505.731000'], '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': [9704, 8567, 8571, 10810, 8569, 10210, 8535, 9917, 8348, 8567, 8179, 8819, 8140, 10166, 8031, 10152, 8266, 10289, 8659, 9549, 8177, 9475, 8408, 8935, 8973, 7836, 10241, 8059, 9877, 8178, 9792, 8603, 9538, 8545, 9617, 8048, 8985, 9405, 7633, 10577, 8147, 10220, 8130, 10421, 8276, 10330, 8141, 9950, 7961, 9516, 8825, 7560, 10699, 7989, 10327, 8204, 10572, 8219, 10134, 8139, 8468, 9238, 7262, 10805, 7565, 10064, 7960, 9673, 8402, 10127, 7875, 8931, 10450, 7595, 10255, 7919, 10455, 7967, 9735, 8218, 9571, 8583, 7595, 10607, 7651, 10224, 7996, 10292, 8098, 9721, 8207, 10125, 8033, 9933, 8562, 8641, 9718, 7679, 10835, 7740, 10930, 7892, 10036, 7752, 9784, 8014, 8724, 11198, 7610, 10258, 7928, 9897, 7702, 9886, 8322, 7270, 10223, 7585, 10008, 7827, 9959, 8380, 9546, 7938, 9174, 7995, 7542, 10636, 7753, 10552, 7951, 10660, 8038, 10017, 7937, 10018, 11002, 7227, 10812, 7612, 10600, 7572, 10217, 7825, 8778, 7979, 7553, 10473, 7449, 10612, 7729, 10093, 8036, 10037, 7732, 8496, 11284, 7466, 10733, 7645, 10712, 7885, 9963, 7887, 8980, 7765, 8427, 10492, 7267, 10713, 7839, 10937, 7719, 10856, 7829, 9450, 11542, 7303, 10944, 7621, 10497, 8053, 9905, 7843, 8246, 8533, 6851, 10623, 7328, 10471, 7730, 9933, 7940, 10465, 7785, 9733, 8185, 7635, 10858, 7362, 11036, 7204, 10859, 7381, 10735, 8224, 9755, 7752, 9471, 8428, 8386, 11276, 7419, 11110, 7539, 10874, 7674, 9850, 7627, 9195, 10258, 7171, 11102, 7217, 10362, 7668, 10335, 7236, 9840, 7568, 9093, 8848, 7041, 10601, 7338, 10861, 7455, 10369, 7415, 10383, 7674, 8940, 7519, 9421, 7644, 7315, 7471, 10264, 7307, 11292, 8146, 10973, 8010, 10150, 10814, 8977, 11304, 7658, 11278, 7487, 10036, 7707, 9269, 10686, 7047, 10886, 6824, 9331, 7246, 9319, 7807, 8553, 7566, 10213, 7221, 10166, 8913, 9342, 11167, 7651, 11144, 6989, 11204, 7816, 10807, 10768, 8760, 11080, 7137, 10882, 7607, 9941, 7665, 9134, 9896, 7293, 10879, 7026, 10861, 7130, 10651, 7522, 10056, 7356, 9096, 10068, 7041, 10880, 7356, 10756, 8197, 9427, 8130, 7194, 10921, 7154, 10441, 7632, 9240, 7485, 8126, 9985, 6887, 10355, 7522, 10534, 7479, 10660, 7456, 9774, 11512, 7655, 11157, 7086, 10984, 7714, 9841, 7324, 8767, 11423, 7013, 10858, 7230, 9866, 7378, 10265, 8045, 8650, 11227, 6834, 10983, 7709, 10576, 7399, 8558, 9630, 6975, 10733, 7023, 10369, 7454, 9360, 7241, 8467, 9752, 7015, 10532, 7162, 10810, 7277, 10697, 7641, 8946, 11637, 7631, 10927, 7230, 10493, 8124, 9951, 11642, 7312, 10894, 7776, 10545, 7566, 10199, 7802, 8514, 11075, 7359, 11145, 7647, 9861, 9587, 7137, 10967, 7231, 10407, 7344, 8873, 7327, 8335, 11022, 6880, 10820, 7376, 10529, 7819, 10143, 9956, 7898, 11096, 7450, 10802, 7354, 10354, 7317, 8944, 10272, 7397, 11236, 7259, 10738, 7716, 10267, 8403, 8682, 10179, 7243, 10908, 7522, 11064, 7300, 10373, 7378, 9852, 7903, 8799, 11375, 7521, 11241, 7534, 9676, 7082, 8402, 8555, 7364, 10818, 7120, 10025, 7300, 10248, 7517, 10792, 7541, 10421, 7828, 10728, 7482, 9184, 11450, 7118, 10904, 7359, 11002, 7406, 10472, 7244, 10249, 7183, 8725, 8683, 7133, 10908, 7019, 10945, 7400, 11193, 7580, 9827, 7457, 10217, 7891, 7446, 11488, 7701, 11309, 8055, 11515, 8134, 10418, 12014, 8279, 11434, 7590, 10670, 7832, 9880, 8074, 7433, 9614, 7176, 10393, 7004, 9637, 7079, 9589, 6850, 8488, 8215, 7074, 10520, 6821, 10315, 6975, 10641, 7003, 10509, 11707, 7673, 10796, 7029, 10973, 7784, 10468, 11638, 7697, 10853, 6944, 10510, 7419, 10712, 8968, 8863, 9056, 7458, 10685, 7361, 11133, 7550, 9835, 8458, 8054, 11410, 7237, 10879, 7721, 10937, 9928, 8866, 11634, 7578, 10996, 7422, 10191, 9716, 8176, 11279, 7573, 10838, 7716, 10672, 9605, 8740, 11600, 7262, 10947, 7588, 10915, 7483, 9545, 10826, 7385, 11037, 7494, 10475, 7360, 8708, 7305, 7709, 10967, 7379, 10815, 7199, 10035, 7131, 10564, 8914, 8096, 11222, 7508, 11065, 7711, 9993, 7488, 8688, 8148, 7369, 11184, 7469, 10827, 7547, 10848, 8078, 10477, 8760, 9338, 11510, 7738, 11397, 7865, 10874, 7563, 10375, 9224, 8896, 11431, 7877, 10711, 7163, 10119, 7004, 9368, 7074, 7635, 9767, 7361, 10769, 7405, 10876, 8252, 10287, 7982, 10749, 9446, 8680, 10957, 7888, 10773, 7907, 10874, 7755, 9505, 9515, 7544, 11049, 7944, 11074, 7827, 9475, 7548, 9000, 9225, 7607, 10532, 7522, 10571, 7696, 10592, 8054, 10822, 8522, 9687, 11444, 7709, 11136, 7825, 10387, 7683, 8598, 10955, 7510, 10547, 7824, 8920, 7308, 7473, 10783, 7185, 10220, 7727, 9896, 7531, 9436, 9957, 7297, 10645, 7588, 10448, 7760, 10806, 7606, 9657, 7235, 9971, 8025, 9903, 8125, 9560, 7892, 11434, 8353, 11458, 8222, 11380, 8317, 12024, 10663, 9696, 10005, 7534, 10683, 8117, 10533, 7823, 10072, 7267, 8749, 7514, 8306, 7246, 8201, 10792, 7313, 10748, 7557, 10412, 7930, 11234, 7856, 10073, 10375, 8581, 11284, 8044, 10635, 7874, 10105, 7358, 9504, 7634, 9448, 8678, 9446, 11543, 7914, 11097, 7941, 11048, 8085, 11296, 7727, 10035, 7536, 9445, 10697, 7832, 10805, 7632, 10883, 7925, 10505, 8040, 10288, 8088, 9192, 11336, 7664, 11161, 7714, 10278, 7771, 10732, 7688, 9535, 7598, 9990, 7484, 9578, 11767, 8069, 11039, 8102, 11239, 8025, 10812, 7473, 9274, 8092, 8745, 10528, 7968, 10941, 7502, 10524, 7876, 10196, 7876, 10375, 8319, 9855, 7395, 8878, 8045, 9581, 8633, 8457, 11309, 8458, 10830, 8487, 10507, 12109, 8234, 11474, 8968, 10063, 8232, 9256, 8604, 9788, 8419, 10333, 8603, 9471, 7736, 8286, 9504, 7851, 10432, 8110, 10710, 7985, 9542, 8020, 8149, 9615, 7699, 10241, 7844, 9855, 8115, 9692, 7999, 8831, 11098, 7888, 10344, 7894, 9290, 8345, 9373, 8961, 7922, 10537, 7962, 10047, 8102, 9493, 8406, 9478, 7846, 9178, 11214, 8063, 10599, 8368, 10272, 8565, 10476, 8981, 8805, 10020, 8041, 10222, 8379, 10653, 8161, 8813, 7785, 7858, 10347, 7801, 9697, 7935, 9174, 8171, 9148, 7730, 8469, 10434, 7936, 10578, 7974, 9860, 8449, 10690, 8735, 9454, 9787, 8149, 10630, 8101, 10114, 8538, 10210, 7933, 9840, 9343, 8190, 10539, 8073, 10344], 'WindowCenter': [4072.0, 4035.0, 4032.0, 4052.0, 4032.0, 4037.0, 4017.0, 4024.0, 4006.0, 4017.0, 4029.0, 4040.0, 4032.0, 4040.0, 4021.0, 4050.0, 4020.0, 4051.0, 4042.0, 4042.0, 4019.0, 4040.0, 4017.0, 4029.0, 4017.0, 4009.0, 4040.0, 4018.0, 4038.0, 4018.0, 4028.0, 4018.0, 4039.0, 4030.0, 4040.0, 4008.0, 4029.0, 4028.0, 4009.0, 4039.0, 4018.0, 4038.0, 4007.0, 4038.0, 4016.0, 4040.0, 4009.0, 4039.0, 4007.0, 4028.0, 4016.0, 4008.0, 4037.0, 4007.0, 4027.0, 4007.0, 4037.0, 4006.0, 4038.0, 4007.0, 4007.0, 4027.0, 3997.0, 4037.0, 4007.0, 4038.0, 4007.0, 4028.0, 4007.0, 4037.0, 4007.0, 4029.0, 4036.0, 4008.0, 4038.0, 4007.0, 4038.0, 4006.0, 4028.0, 4005.0, 4028.0, 4017.0, 4008.0, 4037.0, 4009.0, 4038.0, 4008.0, 4038.0, 4019.0, 4029.0, 4017.0, 4040.0, 4007.0, 4040.0, 4019.0, 4030.0, 4028.0, 4009.0, 4048.0, 4008.0, 4050.0, 4009.0, 4039.0, 3995.0, 4028.0, 4005.0, 4018.0, 4048.0, 4007.0, 4036.0, 4006.0, 4027.0, 3995.0, 4038.0, 4006.0, 3997.0, 4037.0, 4008.0, 4026.0, 4006.0, 4039.0, 4017.0, 4029.0, 4007.0, 4029.0, 4007.0, 4009.0, 4038.0, 4008.0, 4039.0, 4007.0, 4038.0, 4007.0, 4039.0, 4008.0, 4040.0, 4037.0, 3997.0, 4037.0, 4007.0, 4037.0, 4007.0, 4039.0, 4007.0, 4018.0, 4006.0, 4008.0, 4037.0, 3997.0, 4038.0, 4007.0, 4038.0, 4007.0, 4038.0, 3996.0, 4018.0, 4038.0, 3996.0, 4037.0, 3995.0, 4037.0, 4006.0, 4028.0, 4007.0, 4029.0, 4007.0, 4018.0, 4037.0, 3997.0, 4037.0, 4008.0, 4038.0, 3995.0, 4038.0, 3995.0, 4027.0, 4036.0, 3996.0, 4025.0, 3994.0, 4025.0, 3994.0, 4026.0, 4004.0, 4007.0, 4016.0, 3986.0, 4036.0, 3997.0, 4037.0, 3996.0, 4027.0, 4005.0, 4037.0, 4006.0, 4039.0, 4017.0, 4009.0, 4037.0, 3998.0, 4037.0, 3997.0, 4048.0, 3998.0, 4050.0, 4018.0, 4026.0, 3996.0, 4027.0, 4005.0, 4007.0, 4046.0, 3997.0, 4036.0, 3996.0, 4037.0, 3994.0, 4027.0, 3995.0, 4028.0, 4026.0, 3995.0, 4036.0, 3995.0, 4037.0, 3995.0, 4038.0, 3996.0, 4028.0, 4007.0, 4028.0, 4027.0, 3999.0, 4038.0, 3997.0, 4038.0, 3997.0, 4038.0, 3996.0, 4039.0, 3996.0, 4018.0, 3997.0, 4029.0, 4007.0, 4009.0, 4009.0, 4052.0, 4023.0, 4064.0, 4021.0, 4051.0, 4006.0, 4039.0, 4037.0, 4018.0, 4036.0, 3993.0, 4024.0, 3982.0, 4012.0, 3981.0, 4014.0, 4023.0, 3983.0, 4023.0, 3972.0, 4014.0, 3993.0, 4027.0, 4006.0, 4016.0, 4008.0, 4039.0, 4007.0, 4051.0, 4029.0, 4030.0, 4038.0, 4007.0, 4037.0, 3986.0, 4049.0, 3996.0, 4039.0, 4036.0, 4006.0, 4024.0, 3984.0, 4034.0, 3994.0, 4026.0, 3995.0, 4015.0, 4026.0, 3996.0, 4035.0, 3986.0, 4036.0, 3985.0, 4036.0, 4007.0, 4037.0, 3995.0, 4018.0, 4026.0, 3995.0, 4035.0, 3995.0, 4037.0, 4006.0, 4016.0, 3994.0, 3984.0, 4024.0, 3983.0, 4026.0, 3996.0, 4016.0, 3984.0, 4006.0, 4025.0, 3986.0, 4027.0, 4006.0, 4036.0, 3997.0, 4037.0, 3995.0, 4028.0, 4047.0, 3995.0, 4036.0, 3985.0, 4036.0, 3994.0, 4026.0, 3995.0, 4015.0, 4036.0, 3985.0, 4035.0, 3995.0, 4025.0, 3995.0, 4039.0, 4006.0, 4018.0, 4036.0, 3986.0, 4036.0, 3995.0, 4037.0, 3994.0, 4017.0, 4026.0, 3995.0, 4036.0, 3997.0, 4037.0, 3997.0, 4028.0, 3995.0, 4018.0, 4027.0, 3997.0, 4037.0, 3996.0, 4038.0, 3997.0, 4038.0, 3995.0, 4017.0, 4037.0, 3996.0, 4037.0, 3997.0, 4051.0, 4006.0, 4037.0, 4059.0, 4008.0, 4037.0, 4008.0, 4037.0, 3996.0, 4038.0, 4007.0, 4018.0, 4037.0, 3994.0, 4037.0, 3995.0, 4027.0, 4015.0, 3985.0, 4025.0, 3983.0, 4024.0, 3994.0, 4015.0, 3995.0, 4017.0, 4037.0, 3996.0, 4036.0, 3996.0, 4036.0, 3995.0, 4038.0, 4026.0, 4006.0, 4035.0, 3995.0, 4036.0, 3996.0, 4038.0, 3995.0, 4017.0, 4026.0, 3997.0, 4036.0, 3996.0, 4038.0, 3996.0, 4037.0, 4007.0, 4006.0, 4025.0, 3996.0, 4035.0, 3995.0, 4036.0, 3995.0, 4027.0, 3995.0, 4028.0, 4004.0, 4017.0, 4047.0, 3996.0, 4037.0, 3993.0, 4015.0, 3983.0, 4007.0, 4017.0, 4007.0, 4037.0, 3998.0, 4027.0, 4008.0, 4038.0, 4008.0, 4050.0, 4008.0, 4039.0, 4008.0, 4050.0, 3997.0, 4028.0, 4037.0, 3987.0, 4035.0, 3995.0, 4035.0, 3996.0, 4037.0, 3997.0, 4037.0, 3985.0, 4017.0, 4005.0, 3996.0, 4037.0, 3998.0, 4038.0, 3997.0, 4036.0, 3995.0, 4027.0, 3998.0, 4037.0, 4018.0, 4008.0, 4061.0, 4021.0, 4052.0, 4007.0, 4049.0, 3994.0, 4038.0, 4036.0, 4006.0, 4025.0, 3983.0, 4012.0, 3981.0, 4014.0, 3992.0, 3983.0, 4012.0, 3984.0, 4024.0, 3984.0, 4026.0, 3985.0, 4027.0, 3984.0, 4017.0, 4005.0, 3996.0, 4038.0, 3999.0, 4039.0, 3997.0, 4040.0, 3987.0, 4050.0, 4049.0, 4008.0, 4038.0, 3997.0, 4038.0, 3996.0, 4039.0, 4036.0, 3997.0, 4036.0, 3997.0, 4036.0, 3996.0, 4040.0, 4016.0, 4029.0, 4017.0, 3998.0, 4038.0, 3997.0, 4050.0, 3997.0, 4039.0, 4006.0, 4007.0, 4037.0, 3995.0, 4038.0, 3996.0, 4038.0, 4025.0, 4016.0, 4034.0, 3994.0, 4026.0, 3984.0, 4026.0, 4014.0, 4005.0, 4024.0, 3994.0, 4025.0, 3995.0, 4037.0, 4014.0, 4005.0, 4034.0, 3983.0, 4023.0, 3993.0, 4037.0, 3995.0, 4026.0, 4024.0, 3985.0, 4024.0, 3983.0, 4025.0, 3995.0, 4017.0, 3995.0, 4007.0, 4037.0, 3995.0, 4037.0, 3985.0, 4028.0, 3986.0, 4038.0, 4016.0, 4006.0, 4037.0, 3996.0, 4037.0, 3994.0, 4026.0, 3983.0, 4017.0, 3994.0, 3997.0, 4037.0, 3997.0, 4037.0, 4006.0, 4038.0, 4005.0, 4039.0, 4016.0, 4029.0, 4037.0, 3995.0, 4036.0, 3994.0, 4036.0, 3995.0, 4037.0, 4015.0, 4015.0, 4034.0, 3994.0, 4035.0, 3995.0, 4027.0, 3984.0, 4026.0, 3985.0, 4006.0, 4026.0, 3998.0, 4049.0, 4008.0, 4063.0, 4017.0, 4039.0, 4018.0, 4051.0, 4041.0, 4029.0, 4036.0, 4005.0, 4037.0, 4004.0, 4050.0, 4009.0, 4028.0, 4026.0, 3995.0, 4036.0, 4005.0, 4037.0, 4007.0, 4026.0, 3995.0, 4016.0, 4014.0, 4007.0, 4036.0, 3997.0, 4037.0, 3995.0, 4037.0, 4005.0, 4038.0, 4017.0, 4028.0, 4037.0, 3994.0, 4035.0, 3993.0, 4025.0, 3983.0, 4004.0, 4024.0, 3984.0, 4024.0, 3992.0, 4014.0, 3983.0, 3996.0, 4036.0, 3997.0, 4026.0, 3995.0, 4028.0, 3996.0, 4028.0, 4027.0, 3997.0, 4038.0, 4008.0, 4039.0, 4007.0, 4050.0, 4008.0, 4040.0, 3998.0, 4040.0, 4008.0, 4040.0, 4020.0, 4041.0, 4022.0, 4062.0, 4022.0, 4051.0, 4020.0, 4049.0, 4008.0, 4048.0, 4024.0, 4014.0, 4013.0, 3994.0, 4013.0, 3993.0, 4024.0, 3995.0, 4014.0, 3980.0, 4004.0, 3982.0, 4006.0, 3995.0, 4018.0, 4038.0, 3998.0, 4038.0, 4007.0, 4038.0, 4007.0, 4050.0, 4007.0, 4028.0, 4025.0, 4007.0, 4026.0, 3995.0, 4026.0, 3995.0, 4027.0, 3985.0, 4027.0, 3996.0, 4027.0, 4006.0, 4029.0, 4048.0, 4007.0, 4037.0, 3997.0, 4037.0, 4006.0, 4038.0, 3996.0, 4026.0, 3995.0, 4016.0, 4024.0, 3994.0, 4024.0, 3994.0, 4025.0, 3995.0, 4025.0, 3993.0, 4027.0, 3995.0, 4017.0, 4036.0, 3995.0, 4034.0, 3996.0, 4026.0, 3996.0, 4037.0, 3996.0, 4026.0, 3995.0, 4028.0, 3985.0, 4028.0, 4047.0, 4006.0, 4036.0, 4006.0, 4037.0, 3995.0, 4036.0, 3984.0, 4016.0, 3995.0, 4006.0, 4025.0, 4006.0, 4037.0, 3995.0, 4037.0, 4007.0, 4027.0, 4008.0, 4040.0, 4034.0, 4052.0, 4009.0, 4028.0, 4022.0, 4041.0, 4042.0, 4043.0, 4073.0, 4031.0, 4052.0, 4017.0, 4038.0, 4047.0, 4006.0, 4036.0, 4004.0, 4014.0, 3990.0, 4002.0, 3991.0, 4011.0, 3991.0, 4022.0, 4002.0, 4013.0, 3982.0, 4004.0, 4012.0, 4005.0, 4023.0, 4005.0, 4025.0, 3992.0, 4013.0, 3992.0, 3993.0, 4012.0, 3994.0, 4024.0, 3994.0, 4025.0, 3994.0, 4024.0, 3993.0, 4016.0, 4035.0, 4006.0, 4026.0, 3994.0, 4013.0, 4004.0, 4016.0, 4004.0, 4006.0, 4036.0, 4006.0, 4026.0, 4005.0, 4026.0, 4006.0, 4027.0, 4006.0, 4029.0, 4047.0, 4007.0, 4037.0, 4007.0, 4038.0, 4015.0, 4038.0, 4016.0, 4017.0, 4026.0, 4007.0, 4025.0, 4005.0, 4036.0, 4005.0, 4016.0, 3993.0, 4005.0, 4024.0, 3994.0, 4026.0, 4006.0, 4026.0, 4005.0, 4027.0, 3995.0, 4018.0, 4037.0, 4007.0, 4037.0, 4018.0, 4038.0, 4006.0, 4038.0, 4016.0, 4028.0, 4026.0, 4007.0, 4035.0, 4005.0, 4038.0, 4016.0, 4038.0, 4005.0, 4037.0, 4015.0, 4017.0, 4037.0, 4007.0, 4038.0], 'WindowWidth': [9056.0, 8993.0, 8983.0, 9007.0, 8980.0, 8979.0, 8948.0, 8954.0, 8935.0, 8952.0, 8973.0, 8990.0, 8982.0, 8988.0, 8966.0, 9002.0, 8962.0, 9004.0, 8996.0, 8993.0, 8958.0, 8985.0, 8951.0, 8970.0, 8951.0, 8945.0, 8987.0, 8956.0, 8981.0, 8955.0, 8967.0, 8954.0, 8985.0, 8975.0, 8987.0, 8939.0, 8971.0, 8966.0, 8944.0, 8985.0, 8955.0, 8980.0, 8938.0, 8979.0, 8950.0, 8986.0, 8944.0, 8983.0, 8937.0, 8968.0, 8948.0, 8940.0, 8977.0, 8937.0, 8962.0, 8936.0, 8978.0, 8933.0, 8981.0, 8938.0, 8939.0, 8963.0, 8925.0, 8976.0, 8937.0, 8980.0, 8939.0, 8967.0, 8937.0, 8979.0, 8936.0, 8970.0, 8976.0, 8940.0, 8980.0, 8939.0, 8978.0, 8935.0, 8968.0, 8934.0, 8968.0, 8953.0, 8940.0, 8978.0, 8943.0, 8980.0, 8942.0, 8981.0, 8957.0, 8969.0, 8953.0, 8987.0, 8940.0, 8987.0, 8957.0, 8974.0, 8969.0, 8945.0, 8995.0, 8943.0, 8999.0, 8943.0, 8982.0, 8919.0, 8965.0, 8931.0, 8953.0, 8992.0, 8937.0, 8974.0, 8935.0, 8963.0, 8918.0, 8981.0, 8937.0, 8925.0, 8976.0, 8940.0, 8963.0, 8937.0, 8983.0, 8952.0, 8970.0, 8938.0, 8969.0, 8936.0, 8944.0, 8981.0, 8941.0, 8982.0, 8938.0, 8980.0, 8938.0, 8982.0, 8942.0, 8987.0, 8979.0, 8925.0, 8975.0, 8938.0, 8977.0, 8937.0, 8983.0, 8938.0, 8955.0, 8935.0, 8941.0, 8976.0, 8926.0, 8980.0, 8938.0, 8980.0, 8937.0, 8980.0, 8921.0, 8954.0, 8979.0, 8923.0, 8976.0, 8920.0, 8977.0, 8934.0, 8967.0, 8937.0, 8969.0, 8938.0, 8954.0, 8976.0, 8926.0, 8977.0, 8940.0, 8980.0, 8921.0, 8980.0, 8917.0, 8964.0, 8973.0, 8920.0, 8956.0, 8914.0, 8957.0, 8914.0, 8962.0, 8930.0, 8937.0, 8946.0, 8910.0, 8975.0, 8924.0, 8978.0, 8922.0, 8964.0, 8933.0, 8976.0, 8935.0, 8983.0, 8952.0, 8943.0, 8978.0, 8927.0, 8977.0, 8926.0, 8995.0, 8927.0, 8998.0, 8954.0, 8964.0, 8920.0, 8963.0, 8930.0, 8937.0, 8989.0, 8924.0, 8973.0, 8920.0, 8976.0, 8915.0, 8963.0, 8919.0, 8966.0, 8961.0, 8920.0, 8974.0, 8920.0, 8976.0, 8919.0, 8979.0, 8922.0, 8967.0, 8939.0, 8969.0, 8966.0, 8932.0, 8981.0, 8926.0, 8979.0, 8925.0, 8981.0, 8923.0, 8983.0, 8921.0, 8955.0, 8925.0, 8970.0, 8939.0, 8946.0, 8947.0, 9007.0, 8972.0, 9026.0, 8964.0, 9002.0, 8935.0, 8982.0, 8976.0, 8951.0, 8972.0, 8912.0, 8952.0, 8893.0, 8935.0, 8892.0, 8940.0, 8950.0, 8898.0, 8949.0, 8884.0, 8939.0, 8914.0, 8962.0, 8936.0, 8950.0, 8941.0, 8984.0, 8941.0, 9003.0, 8969.0, 8972.0, 8981.0, 8939.0, 8977.0, 8909.0, 8996.0, 8921.0, 8981.0, 8972.0, 8932.0, 8954.0, 8902.0, 8968.0, 8914.0, 8960.0, 8916.0, 8946.0, 8960.0, 8919.0, 8971.0, 8908.0, 8972.0, 8906.0, 8975.0, 8938.0, 8978.0, 8918.0, 8952.0, 8959.0, 8920.0, 8971.0, 8919.0, 8977.0, 8934.0, 8947.0, 8913.0, 8903.0, 8954.0, 8899.0, 8960.0, 8920.0, 8948.0, 8901.0, 8935.0, 8957.0, 8907.0, 8963.0, 8935.0, 8976.0, 8924.0, 8977.0, 8919.0, 8965.0, 8990.0, 8920.0, 8972.0, 8904.0, 8972.0, 8916.0, 8960.0, 8920.0, 8946.0, 8971.0, 8905.0, 8971.0, 8919.0, 8959.0, 8920.0, 8982.0, 8936.0, 8952.0, 8974.0, 8909.0, 8972.0, 8917.0, 8977.0, 8916.0, 8949.0, 8958.0, 8921.0, 8974.0, 8923.0, 8979.0, 8925.0, 8966.0, 8919.0, 8956.0, 8962.0, 8926.0, 8979.0, 8924.0, 8980.0, 8924.0, 8979.0, 8918.0, 8950.0, 8976.0, 8920.0, 8974.0, 8924.0, 9006.0, 8934.0, 8978.0, 9012.0, 8942.0, 8978.0, 8940.0, 8976.0, 8922.0, 8979.0, 8941.0, 8955.0, 8976.0, 8918.0, 8977.0, 8918.0, 8964.0, 8943.0, 8905.0, 8958.0, 8901.0, 8955.0, 8915.0, 8945.0, 8917.0, 8951.0, 8975.0, 8923.0, 8972.0, 8922.0, 8975.0, 8919.0, 8979.0, 8961.0, 8934.0, 8969.0, 8918.0, 8974.0, 8920.0, 8978.0, 8920.0, 8952.0, 8961.0, 8924.0, 8973.0, 8922.0, 8979.0, 8920.0, 8978.0, 8936.0, 8933.0, 8957.0, 8921.0, 8969.0, 8918.0, 8972.0, 8918.0, 8963.0, 8919.0, 8964.0, 8929.0, 8950.0, 8990.0, 8922.0, 8974.0, 8912.0, 8944.0, 8898.0, 8937.0, 8950.0, 8938.0, 8976.0, 8928.0, 8964.0, 8941.0, 8982.0, 8942.0, 8998.0, 8941.0, 8982.0, 8940.0, 8999.0, 8925.0, 8967.0, 8977.0, 8910.0, 8970.0, 8917.0, 8971.0, 8920.0, 8977.0, 8925.0, 8979.0, 8906.0, 8950.0, 8932.0, 8921.0, 8975.0, 8927.0, 8980.0, 8925.0, 8975.0, 8919.0, 8961.0, 8927.0, 8977.0, 8956.0, 8943.0, 9018.0, 8965.0, 9004.0, 8936.0, 8996.0, 8916.0, 8978.0, 8973.0, 8932.0, 8954.0, 8896.0, 8934.0, 8889.0, 8939.0, 8907.0, 8897.0, 8934.0, 8901.0, 8952.0, 8902.0, 8961.0, 8907.0, 8964.0, 8902.0, 8949.0, 8932.0, 8924.0, 8980.0, 8931.0, 8983.0, 8925.0, 8985.0, 8911.0, 8999.0, 8997.0, 8940.0, 8979.0, 8925.0, 8981.0, 8922.0, 8983.0, 8975.0, 8923.0, 8974.0, 8924.0, 8976.0, 8921.0, 8986.0, 8948.0, 8971.0, 8951.0, 8929.0, 8980.0, 8926.0, 8999.0, 8923.0, 8983.0, 8933.0, 8938.0, 8976.0, 8918.0, 8979.0, 8921.0, 8978.0, 8955.0, 8947.0, 8967.0, 8913.0, 8958.0, 8903.0, 8959.0, 8939.0, 8928.0, 8951.0, 8915.0, 8956.0, 8916.0, 8976.0, 8940.0, 8927.0, 8966.0, 8900.0, 8952.0, 8912.0, 8977.0, 8918.0, 8959.0, 8952.0, 8903.0, 8952.0, 8899.0, 8958.0, 8918.0, 8948.0, 8919.0, 8936.0, 8974.0, 8920.0, 8976.0, 8907.0, 8964.0, 8906.0, 8979.0, 8946.0, 8933.0, 8975.0, 8920.0, 8975.0, 8915.0, 8959.0, 8900.0, 8950.0, 8914.0, 8923.0, 8977.0, 8926.0, 8977.0, 8934.0, 8978.0, 8931.0, 8981.0, 8949.0, 8968.0, 8975.0, 8919.0, 8972.0, 8916.0, 8975.0, 8920.0, 8978.0, 8944.0, 8944.0, 8967.0, 8915.0, 8971.0, 8919.0, 8963.0, 8902.0, 8960.0, 8904.0, 8937.0, 8961.0, 8928.0, 8996.0, 8943.0, 9023.0, 8954.0, 8982.0, 8954.0, 9003.0, 8991.0, 8970.0, 8975.0, 8933.0, 8976.0, 8930.0, 8998.0, 8945.0, 8965.0, 8960.0, 8918.0, 8971.0, 8933.0, 8977.0, 8938.0, 8961.0, 8919.0, 8946.0, 8940.0, 8936.0, 8974.0, 8923.0, 8974.0, 8919.0, 8977.0, 8931.0, 8980.0, 8951.0, 8965.0, 8974.0, 8915.0, 8968.0, 8911.0, 8955.0, 8896.0, 8928.0, 8954.0, 8902.0, 8952.0, 8909.0, 8942.0, 8899.0, 8921.0, 8975.0, 8924.0, 8961.0, 8919.0, 8965.0, 8920.0, 8968.0, 8963.0, 8926.0, 8978.0, 8942.0, 8982.0, 8939.0, 9000.0, 8941.0, 8985.0, 8927.0, 8986.0, 8940.0, 8985.0, 8960.0, 8990.0, 8969.0, 9021.0, 8965.0, 9002.0, 8959.0, 8998.0, 8937.0, 8991.0, 8953.0, 8938.0, 8936.0, 8913.0, 8934.0, 8910.0, 8952.0, 8915.0, 8939.0, 8888.0, 8924.0, 8896.0, 8932.0, 8918.0, 8952.0, 8980.0, 8927.0, 8977.0, 8939.0, 8978.0, 8937.0, 8999.0, 8936.0, 8965.0, 8957.0, 8934.0, 8957.0, 8916.0, 8958.0, 8917.0, 8961.0, 8903.0, 8961.0, 8919.0, 8961.0, 8933.0, 8967.0, 8991.0, 8935.0, 8973.0, 8921.0, 8976.0, 8934.0, 8977.0, 8920.0, 8959.0, 8914.0, 8945.0, 8952.0, 8912.0, 8952.0, 8913.0, 8955.0, 8916.0, 8956.0, 8912.0, 8960.0, 8915.0, 8947.0, 8970.0, 8917.0, 8965.0, 8918.0, 8958.0, 8919.0, 8976.0, 8919.0, 8960.0, 8916.0, 8964.0, 8904.0, 8965.0, 8989.0, 8933.0, 8973.0, 8933.0, 8973.0, 8917.0, 8973.0, 8901.0, 8946.0, 8915.0, 8933.0, 8956.0, 8933.0, 8978.0, 8919.0, 8974.0, 8937.0, 8963.0, 8940.0, 8987.0, 8988.0, 9008.0, 8944.0, 8968.0, 8967.0, 8991.0, 8997.0, 9001.0, 9041.0, 8979.0, 9007.0, 8953.0, 8983.0, 8989.0, 8932.0, 8973.0, 8925.0, 8938.0, 8901.0, 8919.0, 8905.0, 8933.0, 8905.0, 8951.0, 8921.0, 8937.0, 8894.0, 8927.0, 8935.0, 8930.0, 8952.0, 8931.0, 8959.0, 8910.0, 8938.0, 8906.0, 8913.0, 8933.0, 8913.0, 8954.0, 8913.0, 8956.0, 8915.0, 8954.0, 8913.0, 8947.0, 8971.0, 8934.0, 8959.0, 8914.0, 8940.0, 8928.0, 8948.0, 8927.0, 8934.0, 8974.0, 8933.0, 8960.0, 8932.0, 8961.0, 8934.0, 8964.0, 8935.0, 8969.0, 8991.0, 8939.0, 8977.0, 8936.0, 8980.0, 8945.0, 8981.0, 8946.0, 8949.0, 8962.0, 8937.0, 8958.0, 8930.0, 8973.0, 8931.0, 8947.0, 8912.0, 8932.0, 8955.0, 8916.0, 8962.0, 8936.0, 8963.0, 8934.0, 8965.0, 8920.0, 8956.0, 8979.0, 8940.0, 8979.0, 8955.0, 8980.0, 8935.0, 8982.0, 8948.0, 8966.0, 8962.0, 8937.0, 8972.0, 8933.0, 8979.0, 8946.0, 8979.0, 8932.0, 8977.0, 8946.0, 8951.0, 8976.0, 8937.0, 8980.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.0018379737130339538</td></tr>
<tr><td colspan=3>aqi</td><td>0.02590356790799562</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.30508897597589</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2026844781798265</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9938972345614038</td></tr>
<tr><td colspan=3>efc</td><td>0.4397</td></tr>
<tr><td colspan=3>fber</td><td>7227.7666</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06946132690504112</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.7667031763417306</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.400294930755389</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2714558549351813</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.591106756405019</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3383221809259664</td></tr>
<tr><td colspan=3>gcor</td><td>0.00614429</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02053646929562092</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021835623309016228</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>913</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.8857327255032272</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.7413</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.398</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>144.1793</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310969.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>646.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>292.5138</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1645</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>519.2108</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3299.1153</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3507.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65575.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1103.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4304.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>902.5256</td></tr>
<tr><td colspan=3>tsnr</td><td>40.44378073979169</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>