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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-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-03_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-03_desc-background_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-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-03_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-03_desc-zoomed_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-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-03_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-03_desc-carpet_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg</a></small>

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0011/ses-02/func/sub-0011_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>c97caf978e82fa64589acf36d1bcce60</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:27:16.192500</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-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.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-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</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>56afc723-eed9-4d94-a98c-8af97dcb09fe||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': ['162716.192500', '162716.652500', '162717.112500', '162717.572500', '162718.032500', '162718.492500', '162718.952500', '162719.412500', '162719.872500', '162720.332500', '162720.792500', '162721.252500', '162721.712500', '162722.172500', '162722.632500', '162723.092500', '162723.552500', '162724.012500', '162724.472500', '162724.932500', '162725.392500', '162725.852500', '162726.312500', '162726.772500', '162727.232500', '162727.692500', '162728.152500', '162728.612500', '162729.072500', '162729.532500', '162729.992500', '162730.452500', '162730.912500', '162731.372500', '162731.832500', '162732.292500', '162732.752500', '162733.212500', '162733.672500', '162734.132500', '162734.592500', '162735.052500', '162735.512500', '162735.972500', '162736.432500', '162736.892500', '162737.352500', '162737.812500', '162738.272500', '162738.732500', '162739.192500', '162739.652500', '162740.112500', '162740.572500', '162741.032500', '162741.492500', '162741.952500', '162742.412500', '162742.872500', '162743.332500', '162743.792500', '162744.252500', '162744.712500', '162745.172500', '162745.632500', '162746.092500', '162746.552500', '162747.012500', '162747.472500', '162747.932500', '162748.392500', '162748.852500', '162749.312500', '162749.772500', '162750.232500', '162750.692500', '162751.152500', '162751.612500', '162752.072500', '162752.532500', '162752.992500', '162753.452500', '162753.912500', '162754.372500', '162754.832500', '162755.292500', '162755.752500', '162756.212500', '162756.672500', '162757.132500', '162757.592500', '162758.052500', '162758.512500', '162758.972500', '162759.432500', '162759.892500', '162800.352500', '162800.812500', '162801.272500', '162801.732500', '162802.192500', '162802.652500', '162803.112500', '162803.572500', '162804.032500', '162804.492500', '162804.952500', '162805.412500', '162805.872500', '162806.332500', '162806.792500', '162807.252500', '162807.712500', '162808.172500', '162808.632500', '162809.092500', '162809.552500', '162810.012500', '162810.472500', '162810.932500', '162811.392500', '162811.852500', '162812.312500', '162812.772500', '162813.232500', '162813.692500', '162814.152500', '162814.612500', '162815.072500', '162815.532500', '162815.992500', '162816.452500', '162816.912500', '162817.372500', '162817.832500', '162818.292500', '162818.752500', '162819.212500', '162819.672500', '162820.132500', '162820.592500', '162821.052500', '162821.512500', '162821.972500', '162822.432500', '162822.892500', '162823.352500', '162823.812500', '162824.272500', '162824.732500', '162825.192500', '162825.652500', '162826.112500', '162826.572500', '162827.032500', '162827.492500', '162827.952500', '162828.412500', '162828.872500', '162829.332500', '162829.792500', '162830.252500', '162830.712500', '162831.172500', '162831.632500', '162832.092500', '162832.552500', '162833.012500', '162833.472500', '162833.932500', '162834.392500', '162834.852500', '162835.312500', '162835.772500', '162836.232500', '162836.692500', '162837.152500', '162837.612500', '162838.072500', '162838.532500', '162838.992500', '162839.452500', '162839.912500', '162840.372500', '162840.832500', '162841.292500', '162841.752500', '162842.212500', '162842.672500', '162843.132500', '162843.592500', '162844.052500', '162844.512500', '162844.972500', '162845.432500', '162845.892500', '162846.352500', '162846.812500', '162847.272500', '162847.732500', '162848.192500', '162848.652500', '162849.112500', '162849.572500', '162850.032500', '162850.492500', '162850.952500', '162851.412500', '162851.872500', '162852.332500', '162852.792500', '162853.252500', '162853.712500', '162854.172500', '162854.632500', '162855.092500', '162855.552500', '162856.012500', '162856.472500', '162856.932500', '162857.392500', '162857.852500', '162858.312500', '162858.772500', '162859.232500', '162859.692500', '162900.152500', '162900.612500', '162901.072500', '162901.532500', '162901.992500', '162902.452500', '162902.912500', '162903.372500', '162903.832500', '162904.292500', '162904.752500', '162905.212500', '162905.672500', '162906.132500', '162906.592500', '162907.052500', '162907.512500', '162907.972500', '162908.432500', '162908.892500', '162909.352500', '162909.812500', '162910.272500', '162910.732500', '162911.192500', '162911.652500', '162912.112500', '162912.572500', '162913.032500', '162913.492500', '162913.952500', '162914.412500', '162914.872500', '162915.332500', '162915.792500', '162916.252500', '162916.712500', '162917.172500', '162917.632500', '162918.092500', '162918.552500', '162919.012500', '162919.472500', '162919.932500', '162920.392500', '162920.852500', '162921.312500', '162921.772500', '162922.232500', '162922.692500', '162923.152500', '162923.612500', '162924.072500', '162924.532500', '162924.992500', '162925.452500', '162925.912500', '162926.372500', '162926.832500', '162927.292500', '162927.752500', '162928.212500', '162928.672500', '162929.132500', '162929.592500', '162930.052500', '162930.512500', '162930.972500', '162931.432500', '162931.892500', '162932.352500', '162932.812500', '162933.272500', '162933.732500', '162934.192500', '162934.652500', '162935.112500', '162935.572500', '162936.032500', '162936.492500', '162936.952500', '162937.412500', '162937.872500', '162938.332500', '162938.792500', '162939.252500', '162939.712500', '162940.172500', '162940.632500', '162941.092500', '162941.552500', '162942.012500', '162942.472500', '162942.932500', '162943.392500', '162943.852500', '162944.312500', '162944.772500', '162945.232500', '162945.692500', '162946.152500', '162946.612500', '162947.072500', '162947.532500', '162947.992500', '162948.452500', '162948.912500', '162949.372500', '162949.832500', '162950.292500', '162950.752500', '162951.212500', '162951.672500', '162952.132500', '162952.592500', '162953.052500', '162953.512500', '162953.972500', '162954.432500', '162954.892500', '162955.352500', '162955.812500', '162956.272500', '162956.732500', '162957.192500', '162957.652500', '162958.112500', '162958.572500', '162959.032500', '162959.492500', '162959.952500', '163000.412500', '163000.872500', '163001.332500', '163001.792500', '163002.252500', '163002.712500', '163003.172500', '163003.632500', '163004.092500', '163004.552500', '163005.012500', '163005.472500', '163005.932500', '163006.392500', '163006.852500', '163007.312500', '163007.772500', '163008.232500', '163008.692500', '163009.152500', '163009.612500', '163010.072500', '163010.532500', '163010.992500', '163011.452500', '163011.912500', '163012.372500', '163012.832500', '163013.292500', '163013.752500', '163014.212500', '163014.672500', '163015.132500', '163015.592500', '163016.052500', '163016.512500', '163016.972500', '163017.432500', '163017.892500', '163018.352500', '163018.812500', '163019.272500', '163019.732500', '163020.192500', '163020.652500', '163021.112500', '163021.572500', '163022.032500', '163022.492500', '163022.952500', '163023.412500', '163023.872500', '163024.332500', '163024.792500', '163025.252500', '163025.712500', '163026.172500', '163026.632500', '163027.092500', '163027.552500', '163028.012500', '163028.472500', '163028.932500', '163029.392500', '163029.852500', '163030.312500', '163030.772500', '163031.232500', '163031.692500', '163032.152500', '163032.612500', '163033.072500', '163033.532500', '163033.992500', '163034.452500', '163034.912500', '163035.372500', '163035.832500', '163036.292500', '163036.752500', '163037.212500', '163037.672500', '163038.132500', '163038.592500', '163039.052500', '163039.512500', '163039.972500', '163040.432500', '163040.892500', '163041.352500', '163041.812500', '163042.272500', '163042.732500', '163043.192500', '163043.652500', '163044.112500', '163044.572500', '163045.032500', '163045.492500', '163045.952500', '163046.412500', '163046.872500', '163047.332500', '163047.792500', '163048.252500', '163048.712500', '163049.172500', '163049.632500', '163050.092500', '163050.552500', '163051.012500', '163051.472500', '163051.932500', '163052.392500', '163052.852500', '163053.312500', '163053.772500', '163054.232500', '163054.692500', '163055.152500', '163055.612500', '163056.072500', '163056.532500', '163056.992500', '163057.452500', '163057.912500', '163058.372500', '163058.832500', '163059.292500', '163059.752500', '163100.212500', '163100.672500', '163101.132500', '163101.592500', '163102.052500', '163102.512500', '163102.972500', '163103.432500', '163103.892500', '163104.352500', '163104.812500', '163105.272500', '163105.732500', '163106.192500', '163106.652500', '163107.112500', '163107.572500', '163108.032500', '163108.492500', '163108.952500', '163109.412500', '163109.872500', '163110.332500', '163110.792500', '163111.252500', '163111.712500', '163112.172500', '163112.632500', '163113.092500', '163113.552500', '163114.012500', '163114.472500', '163114.932500', '163115.392500', '163115.852500', '163116.312500', '163116.772500', '163117.232500', '163117.692500', '163118.152500', '163118.612500', '163119.072500', '163119.532500', '163119.992500', '163120.452500', '163120.912500', '163121.372500', '163121.832500', '163122.292500', '163122.752500', '163123.212500', '163123.672500', '163124.132500', '163124.592500', '163125.052500', '163125.512500', '163125.972500', '163126.432500', '163126.892500', '163127.352500', '163127.812500', '163128.272500', '163128.732500', '163129.192500', '163129.652500', '163130.112500', '163130.572500', '163131.032500', '163131.492500', '163131.952500', '163132.412500', '163132.872500', '163133.332500', '163133.792500', '163134.252500', '163134.712500', '163135.172500', '163135.632500', '163136.092500', '163136.552500', '163137.012500', '163137.472500', '163137.932500', '163138.392500', '163138.852500', '163139.312500', '163139.772500', '163140.232500', '163140.692500', '163141.152500', '163141.612500', '163142.072500', '163142.532500', '163142.992500', '163143.452500', '163143.912500', '163144.372500', '163144.832500', '163145.292500', '163145.752500', '163146.212500', '163146.672500', '163147.132500', '163147.592500', '163148.052500', '163148.512500', '163148.972500', '163149.432500', '163149.892500', '163150.352500', '163150.812500', '163151.272500', '163151.732500', '163152.192500', '163152.652500', '163153.112500', '163153.572500', '163154.032500', '163154.492500', '163154.952500', '163155.412500', '163155.872500', '163156.332500', '163156.792500', '163157.252500', '163157.712500', '163158.172500', '163158.632500', '163159.092500', '163159.552500', '163200.012500', '163200.472500', '163200.932500', '163201.392500', '163201.852500', '163202.312500', '163202.772500', '163203.232500', '163203.692500', '163204.152500', '163204.612500', '163205.072500', '163205.532500', '163205.992500', '163206.452500', '163206.912500', '163207.372500', '163207.832500', '163208.292500', '163208.752500', '163209.212500', '163209.672500', '163210.132500', '163210.592500', '163211.052500', '163211.512500', '163211.972500', '163212.432500', '163212.892500', '163213.352500', '163213.812500', '163214.272500', '163214.732500', '163215.192500', '163215.652500', '163216.112500', '163216.572500', '163217.032500', '163217.492500', '163217.952500', '163218.412500', '163218.872500', '163219.332500', '163219.792500', '163220.252500', '163220.712500', '163221.172500', '163221.632500', '163222.092500', '163222.552500', '163223.012500', '163223.472500', '163223.932500', '163224.392500', '163224.852500', '163225.312500', '163225.772500', '163226.232500', '163226.692500', '163227.152500', '163227.612500', '163228.072500', '163228.532500', '163228.992500', '163229.452500', '163229.912500', '163230.372500', '163230.832500', '163231.292500', '163231.752500', '163232.212500', '163232.672500', '163233.132500', '163233.592500', '163234.052500', '163234.512500', '163234.972500', '163235.432500', '163235.892500', '163236.352500', '163236.812500', '163237.272500', '163237.732500', '163238.192500', '163238.652500', '163239.112500', '163239.572500', '163240.032500', '163240.492500', '163240.952500', '163241.412500', '163241.872500', '163242.332500', '163242.792500', '163243.252500', '163243.712500', '163244.172500', '163244.632500', '163245.092500', '163245.552500', '163246.012500', '163246.472500', '163246.932500', '163247.392500', '163247.852500', '163248.312500', '163248.772500', '163249.232500', '163249.692500', '163250.152500', '163250.612500', '163251.072500', '163251.532500', '163251.992500', '163252.452500', '163252.912500', '163253.372500', '163253.832500', '163254.292500', '163254.752500', '163255.212500', '163255.672500', '163256.132500', '163256.592500', '163257.052500', '163257.512500', '163257.972500', '163258.432500', '163258.892500', '163259.352500', '163259.812500', '163300.272500', '163300.732500', '163301.192500', '163301.652500', '163302.112500', '163302.572500', '163303.032500', '163303.492500', '163303.952500', '163304.412500', '163304.872500', '163305.332500', '163305.792500', '163306.252500', '163306.712500', '163307.172500', '163307.632500', '163308.092500', '163308.552500', '163309.012500', '163309.472500', '163309.932500', '163310.392500', '163310.852500', '163311.312500', '163311.772500', '163312.232500', '163312.692500', '163313.152500', '163313.612500', '163314.072500', '163314.532500', '163314.992500', '163315.452500', '163315.912500', '163316.372500', '163316.832500', '163317.292500', '163317.752500', '163318.212500', '163318.672500', '163319.132500', '163319.592500', '163320.052500', '163320.512500', '163320.972500', '163321.432500', '163321.892500', '163322.352500', '163322.812500', '163323.272500', '163323.732500', '163324.192500', '163324.652500', '163325.112500', '163325.572500', '163326.032500', '163326.492500', '163326.952500', '163327.412500', '163327.872500', '163328.332500', '163328.792500', '163329.252500', '163329.712500', '163330.172500', '163330.632500', '163331.092500', '163331.552500', '163332.012500', '163332.472500', '163332.932500', '163333.392500', '163333.852500', '163334.312500', '163334.772500', '163335.232500', '163335.692500', '163336.152500', '163336.612500', '163337.072500', '163337.532500', '163337.992500', '163338.452500', '163338.912500', '163339.372500', '163339.832500', '163340.292500', '163340.752500', '163341.212500', '163341.672500', '163342.132500', '163342.592500', '163343.052500', '163343.512500', '163343.972500', '163344.432500', '163344.892500', '163345.352500', '163345.812500', '163346.272500', '163346.732500', '163347.192500', '163347.652500', '163348.112500', '163348.572500', '163349.032500', '163349.492500', '163349.952500', '163350.412500', '163350.872500', '163351.332500', '163351.792500', '163352.252500', '163352.712500', '163353.172500', '163353.632500', '163354.092500', '163354.552500', '163355.012500', '163355.472500', '163355.932500', '163356.392500', '163356.852500', '163357.312500', '163357.772500', '163358.232500', '163358.692500', '163359.152500', '163359.612500', '163400.072500', '163400.532500', '163400.992500', '163401.452500', '163401.912500', '163402.372500', '163402.832500', '163403.292500', '163403.752500', '163404.212500', '163404.672500', '163405.132500', '163405.592500', '163406.052500', '163406.512500', '163406.972500', '163407.432500', '163407.892500', '163408.352500', '163408.812500', '163409.272500', '163409.732500', '163410.192500', '163410.652500', '163411.112500', '163411.572500', '163412.032500', '163412.492500', '163412.952500', '163413.412500', '163413.872500', '163414.332500', '163414.792500', '163415.252500', '163415.712500', '163416.172500'], 'ContentTime': ['162742.684000', '162742.688000', '162742.691000', '162742.693000', '162742.696000', '162742.699000', '162742.702000', '162742.704000', '162742.707000', '162742.710000', '162742.713000', '162742.716000', '162742.719000', '162742.721000', '162742.724000', '162742.727000', '162742.730000', '162742.733000', '162742.735000', '162742.738000', '162742.741000', '162742.744000', '162742.747000', '162742.749000', '162742.752000', '162742.756000', '162742.759000', '162742.762000', '162742.771000', '162742.773000', '162742.776000', '162742.779000', '162742.782000', '162742.784000', '162742.787000', '162742.790000', '162742.793000', '162742.796000', '162742.798000', '162742.801000', '162742.804000', '162742.807000', '162742.810000', '162742.812000', '162742.815000', '162742.818000', '162742.821000', '162742.824000', '162742.826000', '162742.829000', '162742.832000', '162742.835000', '162742.837000', '162742.840000', '162742.843000', '162802.648000', '162802.651000', '162802.654000', '162802.656000', '162802.659000', '162802.662000', '162802.665000', '162802.668000', '162802.670000', '162802.673000', '162802.676000', '162802.679000', '162802.682000', '162802.684000', '162802.687000', '162802.690000', '162802.693000', '162802.696000', '162802.700000', '162802.702000', '162802.705000', '162802.708000', '162802.711000', '162802.714000', '162802.717000', '162802.719000', '162802.722000', '162802.725000', '162802.728000', '162802.731000', '162802.733000', '162802.736000', '162802.739000', '162802.742000', '162802.744000', '162802.747000', '162802.750000', '162802.753000', '162802.756000', '162802.758000', '162802.761000', '162802.764000', '162802.767000', '162802.854000', '162822.647000', '162822.650000', '162822.653000', '162822.655000', '162822.658000', '162822.661000', '162822.664000', '162822.667000', '162822.669000', '162822.672000', '162822.675000', '162822.678000', '162822.681000', '162822.683000', '162822.686000', '162822.689000', '162822.692000', '162822.695000', '162822.697000', '162822.700000', '162822.703000', '162822.706000', '162822.708000', '162822.711000', '162822.714000', '162822.718000', '162822.722000', '162822.725000', '162822.728000', '162822.730000', '162822.733000', '162822.736000', '162822.739000', '162822.742000', '162822.744000', '162822.747000', '162822.750000', '162822.753000', '162822.756000', '162822.758000', '162822.761000', '162822.764000', '162822.767000', '162842.648000', '162842.651000', '162842.653000', '162842.656000', '162842.659000', '162842.662000', '162842.665000', '162842.667000', '162842.670000', '162842.673000', '162842.676000', '162842.678000', '162842.681000', '162842.684000', '162842.687000', '162842.690000', '162842.693000', '162842.696000', '162842.698000', '162842.701000', '162842.704000', '162842.707000', '162842.709000', '162842.712000', '162842.715000', '162842.718000', '162842.721000', '162842.724000', '162842.726000', '162842.729000', '162842.732000', '162842.735000', '162842.737000', '162842.740000', '162842.743000', '162842.746000', '162842.749000', '162842.751000', '162842.754000', '162842.757000', '162842.760000', '162842.763000', '162842.765000', '162842.768000', '162902.648000', '162902.651000', '162902.654000', '162902.656000', '162902.659000', '162902.662000', '162902.665000', '162902.667000', '162902.670000', '162902.673000', '162902.676000', '162902.679000', '162902.682000', '162902.685000', '162902.687000', '162902.690000', '162902.693000', '162902.696000', '162902.699000', '162902.701000', '162902.704000', '162902.707000', '162902.710000', '162902.713000', '162902.715000', '162902.718000', '162902.721000', '162902.724000', '162902.727000', '162902.729000', '162902.738000', '162902.741000', '162902.744000', '162902.746000', '162902.749000', '162902.752000', '162902.755000', '162902.758000', '162902.760000', '162902.763000', '162902.766000', '162902.769000', '162902.772000', '162922.648000', '162922.651000', '162922.653000', '162922.656000', '162922.659000', '162922.662000', '162922.665000', '162922.668000', '162922.670000', '162922.673000', '162922.676000', '162922.679000', '162922.682000', '162922.685000', '162922.688000', '162922.690000', '162922.693000', '162922.696000', '162922.699000', '162922.702000', '162922.704000', '162922.707000', '162922.717000', '162922.719000', '162922.722000', '162922.725000', '162922.728000', '162922.731000', '162922.734000', '162922.736000', '162922.739000', '162922.742000', '162922.745000', '162922.748000', '162922.750000', '162922.753000', '162922.756000', '162922.759000', '162922.762000', '162922.764000', '162922.767000', '162922.808000', '162922.811000', '162922.814000', '162942.648000', '162942.651000', '162942.654000', '162942.656000', '162942.659000', '162942.662000', '162942.665000', '162942.668000', '162942.670000', '162942.673000', '162942.676000', '162942.679000', '162942.682000', '162942.684000', '162942.687000', '162942.690000', '162942.693000', '162942.696000', '162942.699000', '162942.701000', '162942.704000', '162942.707000', '162942.710000', '162942.713000', '162942.715000', '162942.718000', '162942.721000', '162942.724000', '162942.727000', '162942.730000', '162942.732000', '162942.735000', '162942.738000', '162942.741000', '162942.744000', '162942.746000', '162942.749000', '162942.752000', '162942.770000', '162942.799000', '162942.802000', '162942.805000', '162942.808000', '163002.648000', '163002.651000', '163002.653000', '163002.656000', '163002.659000', '163002.662000', '163002.665000', '163002.667000', '163002.670000', '163002.673000', '163002.676000', '163002.679000', '163002.682000', '163002.684000', '163002.687000', '163002.690000', '163002.693000', '163002.696000', '163002.698000', '163002.701000', '163002.704000', '163002.707000', '163002.714000', '163002.717000', '163002.720000', '163002.722000', '163002.726000', '163002.728000', '163002.731000', '163002.734000', '163002.737000', '163002.740000', '163002.743000', '163002.745000', '163002.748000', '163002.751000', '163002.754000', '163002.757000', '163002.759000', '163002.762000', '163002.765000', '163002.768000', '163002.806000', '163002.809000', '163022.648000', '163022.651000', '163022.654000', '163022.657000', '163022.659000', '163022.662000', '163022.665000', '163022.668000', '163022.671000', '163022.673000', '163022.676000', '163022.679000', '163022.682000', '163022.685000', '163022.688000', '163022.691000', '163022.693000', '163022.696000', '163022.699000', '163022.702000', '163022.705000', '163022.708000', '163022.711000', '163022.713000', '163022.716000', '163022.719000', '163022.722000', '163022.725000', '163022.728000', '163022.730000', '163022.733000', '163022.736000', '163022.739000', '163022.742000', '163022.745000', '163022.748000', '163022.750000', '163022.753000', '163022.756000', '163022.759000', '163022.762000', '163022.765000', '163022.768000', '163042.647000', '163042.650000', '163042.653000', '163042.655000', '163042.658000', '163042.661000', '163042.664000', '163042.667000', '163042.669000', '163042.672000', '163042.675000', '163042.678000', '163042.681000', '163042.684000', '163042.687000', '163042.690000', '163042.692000', '163042.695000', '163042.698000', '163042.701000', '163042.704000', '163042.707000', '163042.709000', '163042.712000', '163042.715000', '163042.718000', '163042.721000', '163042.723000', '163042.726000', '163042.729000', '163042.732000', '163042.735000', '163042.738000', '163042.740000', '163042.743000', '163042.746000', '163042.749000', '163042.752000', '163042.755000', '163042.757000', '163042.760000', '163042.763000', '163042.766000', '163042.796000', '163102.648000', '163102.651000', '163102.654000', '163102.656000', '163102.659000', '163102.662000', '163102.665000', '163102.668000', '163102.671000', '163102.673000', '163102.676000', '163102.679000', '163102.682000', '163102.685000', '163102.687000', '163102.690000', '163102.693000', '163102.696000', '163102.699000', '163102.701000', '163102.704000', '163102.707000', '163102.710000', '163102.713000', '163102.716000', '163102.718000', '163102.721000', '163102.724000', '163102.727000', '163102.730000', '163102.732000', '163102.735000', '163102.738000', '163102.741000', '163102.744000', '163102.747000', '163102.749000', '163102.752000', '163102.755000', '163102.758000', '163102.761000', '163102.763000', '163102.766000', '163122.648000', '163122.653000', '163122.657000', '163122.660000', '163122.663000', '163122.665000', '163122.668000', '163122.671000', '163122.674000', '163122.677000', '163122.680000', '163122.682000', '163122.685000', '163122.688000', '163122.691000', '163122.694000', '163122.697000', '163122.699000', '163122.702000', '163122.705000', '163122.721000', '163122.724000', '163122.727000', '163122.730000', '163122.732000', '163122.735000', '163122.738000', '163122.741000', '163122.744000', '163122.746000', '163122.749000', '163122.752000', '163122.755000', '163122.758000', '163122.761000', '163122.764000', '163122.766000', '163122.832000', '163122.835000', '163122.838000', '163122.840000', '163122.843000', '163122.846000', '163142.648000', '163142.651000', '163142.654000', '163142.656000', '163142.659000', '163142.662000', '163142.665000', '163142.668000', '163142.671000', '163142.673000', '163142.676000', '163142.679000', '163142.682000', '163142.685000', '163142.687000', '163142.690000', '163142.693000', '163142.696000', '163142.699000', '163142.702000', '163142.704000', '163142.707000', '163142.710000', '163142.713000', '163142.716000', '163142.718000', '163142.721000', '163142.724000', '163142.727000', '163142.730000', '163142.733000', '163142.735000', '163142.738000', '163142.741000', '163142.744000', '163142.747000', '163142.750000', '163142.752000', '163142.755000', '163142.758000', '163142.761000', '163142.764000', '163142.767000', '163142.817000', '163202.648000', '163202.651000', '163202.654000', '163202.657000', '163202.661000', '163202.666000', '163202.669000', '163202.672000', '163202.675000', '163202.677000', '163202.680000', '163202.683000', '163202.686000', '163202.689000', '163202.692000', '163202.694000', '163202.697000', '163202.700000', '163202.703000', '163202.706000', '163202.709000', '163202.711000', '163202.714000', '163202.717000', '163202.720000', '163202.723000', '163202.726000', '163202.728000', '163202.731000', '163202.734000', '163202.737000', '163202.740000', '163202.743000', '163202.746000', '163202.748000', '163202.751000', '163202.754000', '163202.757000', '163202.760000', '163202.763000', '163202.765000', '163202.768000', '163202.801000', '163222.648000', '163222.651000', '163222.654000', '163222.656000', '163222.659000', '163222.662000', '163222.665000', '163222.668000', '163222.670000', '163222.673000', '163222.676000', '163222.679000', '163222.682000', '163222.684000', '163222.687000', '163222.690000', '163222.693000', '163222.696000', '163222.699000', '163222.701000', '163222.704000', '163222.707000', '163222.710000', '163222.713000', '163222.716000', '163222.719000', '163222.721000', '163222.724000', '163222.727000', '163222.730000', '163222.733000', '163222.735000', '163222.738000', '163222.741000', '163222.744000', '163222.747000', '163222.750000', '163222.752000', '163222.755000', '163222.758000', '163222.761000', '163222.764000', '163222.767000', '163222.802000', '163242.648000', '163242.651000', '163242.654000', '163242.657000', '163242.659000', '163242.662000', '163242.665000', '163242.668000', '163242.671000', '163242.674000', '163242.676000', '163242.679000', '163242.682000', '163242.685000', '163242.689000', '163242.694000', '163242.697000', '163242.700000', '163242.703000', '163242.706000', '163242.709000', '163242.711000', '163242.714000', '163242.717000', '163242.720000', '163242.723000', '163242.725000', '163242.728000', '163242.731000', '163242.734000', '163242.737000', '163242.740000', '163242.742000', '163242.745000', '163242.748000', '163242.751000', '163242.754000', '163242.757000', '163242.759000', '163242.762000', '163242.765000', '163242.768000', '163242.820000', '163302.647000', '163302.650000', '163302.653000', '163302.655000', '163302.658000', '163302.661000', '163302.664000', '163302.667000', '163302.670000', '163302.674000', '163302.677000', '163302.680000', '163302.683000', '163302.686000', '163302.689000', '163302.692000', '163302.694000', '163302.697000', '163302.700000', '163302.703000', '163302.706000', '163302.709000', '163302.711000', '163302.714000', '163302.717000', '163302.720000', '163302.722000', '163302.725000', '163302.728000', '163302.731000', '163302.734000', '163302.737000', '163302.740000', '163302.742000', '163302.745000', '163302.748000', '163302.751000', '163302.754000', '163302.756000', '163302.759000', '163302.762000', '163302.765000', '163302.804000', '163302.807000', '163322.648000', '163322.651000', '163322.654000', '163322.657000', '163322.659000', '163322.662000', '163322.665000', '163322.668000', '163322.671000', '163322.674000', '163322.676000', '163322.679000', '163322.682000', '163322.685000', '163322.688000', '163322.691000', '163322.694000', '163322.696000', '163322.699000', '163322.703000', '163322.707000', '163322.710000', '163322.713000', '163322.716000', '163322.719000', '163322.722000', '163322.724000', '163322.727000', '163322.730000', '163322.733000', '163322.736000', '163322.739000', '163322.741000', '163322.744000', '163322.747000', '163322.750000', '163322.752000', '163322.755000', '163322.758000', '163322.761000', '163322.764000', '163322.766000', '163322.819000', '163342.648000', '163342.651000', '163342.654000', '163342.657000', '163342.659000', '163342.662000', '163342.665000', '163342.668000', '163342.671000', '163342.673000', '163342.676000', '163342.679000', '163342.682000', '163342.685000', '163342.688000', '163342.690000', '163342.693000', '163342.696000', '163342.699000', '163342.702000', '163342.704000', '163342.707000', '163342.710000', '163342.713000', '163342.716000', '163342.719000', '163342.721000', '163342.724000', '163342.727000', '163342.730000', '163342.733000', '163342.736000', '163342.738000', '163342.741000', '163342.744000', '163342.747000', '163342.750000', '163342.752000', '163342.755000', '163342.758000', '163342.761000', '163342.764000', '163342.766000', '163342.828000', '163402.648000', '163402.651000', '163402.654000', '163402.656000', '163402.659000', '163402.662000', '163402.665000', '163402.668000', '163402.670000', '163402.673000', '163402.676000', '163402.679000', '163402.682000', '163402.684000', '163402.687000', '163402.690000', '163402.693000', '163402.696000', '163402.699000', '163402.701000', '163402.704000', '163402.707000', '163402.710000', '163402.713000', '163402.715000', '163402.720000', '163402.725000', '163402.728000', '163402.731000', '163402.734000', '163402.736000', '163402.739000', '163402.742000', '163402.745000', '163402.748000', '163402.750000', '163402.753000', '163402.756000', '163402.759000', '163402.762000', '163402.765000', '163402.768000', '163402.856000', '163417.495000', '163417.500000', '163417.503000', '163417.506000', '163417.509000', '163417.512000', '163417.515000', '163417.517000', '163417.520000', '163417.523000', '163417.526000', '163417.529000', '163417.532000', '163417.535000', '163417.537000', '163417.540000', '163417.543000', '163417.546000', '163417.549000', '163417.552000', '163417.555000', '163417.558000', '163417.561000', '163417.564000', '163417.567000', '163417.570000', '163417.572000', '163417.575000', '163417.578000', '163417.581000', '163417.584000', '163417.587000', '163417.590000'], 'InstanceCreationTime': ['162742.684000', '162742.688000', '162742.691000', '162742.693000', '162742.696000', '162742.699000', '162742.702000', '162742.704000', '162742.707000', '162742.710000', '162742.713000', '162742.716000', '162742.719000', '162742.721000', '162742.724000', '162742.727000', '162742.730000', '162742.733000', '162742.735000', '162742.738000', '162742.741000', '162742.744000', '162742.747000', '162742.749000', '162742.752000', '162742.756000', '162742.759000', '162742.762000', '162742.771000', '162742.773000', '162742.776000', '162742.779000', '162742.782000', '162742.784000', '162742.787000', '162742.790000', '162742.793000', '162742.796000', '162742.798000', '162742.801000', '162742.804000', '162742.807000', '162742.810000', '162742.812000', '162742.815000', '162742.818000', '162742.821000', '162742.824000', '162742.826000', '162742.829000', '162742.832000', '162742.835000', '162742.837000', '162742.840000', '162742.843000', '162802.648000', '162802.651000', '162802.654000', '162802.656000', '162802.659000', '162802.662000', '162802.665000', '162802.668000', '162802.670000', '162802.673000', '162802.676000', '162802.679000', '162802.682000', '162802.684000', '162802.687000', '162802.690000', '162802.693000', '162802.696000', '162802.700000', '162802.702000', '162802.705000', '162802.708000', '162802.711000', '162802.714000', '162802.717000', '162802.719000', '162802.722000', '162802.725000', '162802.728000', '162802.731000', '162802.733000', '162802.736000', '162802.739000', '162802.742000', '162802.744000', '162802.747000', '162802.750000', '162802.753000', '162802.756000', '162802.758000', '162802.761000', '162802.764000', '162802.767000', '162802.854000', '162822.647000', '162822.650000', '162822.653000', '162822.655000', '162822.658000', '162822.661000', '162822.664000', '162822.667000', '162822.669000', '162822.672000', '162822.675000', '162822.678000', '162822.681000', '162822.683000', '162822.686000', '162822.689000', '162822.692000', '162822.695000', '162822.697000', '162822.700000', '162822.703000', '162822.706000', '162822.708000', '162822.711000', '162822.714000', '162822.718000', '162822.722000', '162822.725000', '162822.728000', '162822.730000', '162822.733000', '162822.736000', '162822.739000', '162822.742000', '162822.744000', '162822.747000', '162822.750000', '162822.753000', '162822.756000', '162822.758000', '162822.761000', '162822.764000', '162822.767000', '162842.648000', '162842.651000', '162842.653000', '162842.656000', '162842.659000', '162842.662000', '162842.665000', '162842.667000', '162842.670000', '162842.673000', '162842.676000', '162842.678000', '162842.681000', '162842.684000', '162842.687000', '162842.690000', '162842.693000', '162842.696000', '162842.698000', '162842.701000', '162842.704000', '162842.707000', '162842.709000', '162842.712000', '162842.715000', '162842.718000', '162842.721000', '162842.724000', '162842.726000', '162842.729000', '162842.732000', '162842.735000', '162842.737000', '162842.740000', '162842.743000', '162842.746000', '162842.749000', '162842.751000', '162842.754000', '162842.757000', '162842.760000', '162842.763000', '162842.765000', '162842.768000', '162902.648000', '162902.651000', '162902.654000', '162902.656000', '162902.659000', '162902.662000', '162902.665000', '162902.667000', '162902.670000', '162902.673000', '162902.676000', '162902.679000', '162902.682000', '162902.685000', '162902.687000', '162902.690000', '162902.693000', '162902.696000', '162902.699000', '162902.701000', '162902.704000', '162902.707000', '162902.710000', '162902.713000', '162902.715000', '162902.718000', '162902.721000', '162902.724000', '162902.727000', '162902.729000', '162902.738000', '162902.741000', '162902.744000', '162902.746000', '162902.749000', '162902.752000', '162902.755000', '162902.758000', '162902.760000', '162902.763000', '162902.766000', '162902.769000', '162902.772000', '162922.648000', '162922.651000', '162922.653000', '162922.656000', '162922.659000', '162922.662000', '162922.665000', '162922.668000', '162922.670000', '162922.673000', '162922.676000', '162922.679000', '162922.682000', '162922.685000', '162922.688000', '162922.690000', '162922.693000', '162922.696000', '162922.699000', '162922.702000', '162922.704000', '162922.707000', '162922.717000', '162922.719000', '162922.722000', '162922.725000', '162922.728000', '162922.731000', '162922.734000', '162922.736000', '162922.739000', '162922.742000', '162922.745000', '162922.748000', '162922.750000', '162922.753000', '162922.756000', '162922.759000', '162922.762000', '162922.764000', '162922.767000', '162922.808000', '162922.811000', '162922.814000', '162942.648000', '162942.651000', '162942.654000', '162942.656000', '162942.659000', '162942.662000', '162942.665000', '162942.668000', '162942.670000', '162942.673000', '162942.676000', '162942.679000', '162942.682000', '162942.684000', '162942.687000', '162942.690000', '162942.693000', '162942.696000', '162942.699000', '162942.701000', '162942.704000', '162942.707000', '162942.710000', '162942.713000', '162942.715000', '162942.718000', '162942.721000', '162942.724000', '162942.727000', '162942.730000', '162942.732000', '162942.735000', '162942.738000', '162942.741000', '162942.744000', '162942.746000', '162942.749000', '162942.752000', '162942.770000', '162942.799000', '162942.802000', '162942.805000', '162942.808000', '163002.648000', '163002.651000', '163002.653000', '163002.656000', '163002.659000', '163002.662000', '163002.665000', '163002.667000', '163002.670000', '163002.673000', '163002.676000', '163002.679000', '163002.682000', '163002.684000', '163002.687000', '163002.690000', '163002.693000', '163002.696000', '163002.698000', '163002.701000', '163002.704000', '163002.707000', '163002.714000', '163002.717000', '163002.720000', '163002.722000', '163002.726000', '163002.728000', '163002.731000', '163002.734000', '163002.737000', '163002.740000', '163002.743000', '163002.745000', '163002.748000', '163002.751000', '163002.754000', '163002.757000', '163002.759000', '163002.762000', '163002.765000', '163002.768000', '163002.806000', '163002.809000', '163022.648000', '163022.651000', '163022.654000', '163022.657000', '163022.659000', '163022.662000', '163022.665000', '163022.668000', '163022.671000', '163022.673000', '163022.676000', '163022.679000', '163022.682000', '163022.685000', '163022.688000', '163022.691000', '163022.693000', '163022.696000', '163022.699000', '163022.702000', '163022.705000', '163022.708000', '163022.711000', '163022.713000', '163022.716000', '163022.719000', '163022.722000', '163022.725000', '163022.728000', '163022.730000', '163022.733000', '163022.736000', '163022.739000', '163022.742000', '163022.745000', '163022.748000', '163022.750000', '163022.753000', '163022.756000', '163022.759000', '163022.762000', '163022.765000', '163022.768000', '163042.647000', '163042.650000', '163042.653000', '163042.655000', '163042.658000', '163042.661000', '163042.664000', '163042.667000', '163042.669000', '163042.672000', '163042.675000', '163042.678000', '163042.681000', '163042.684000', '163042.687000', '163042.690000', '163042.692000', '163042.695000', '163042.698000', '163042.701000', '163042.704000', '163042.707000', '163042.709000', '163042.712000', '163042.715000', '163042.718000', '163042.721000', '163042.723000', '163042.726000', '163042.729000', '163042.732000', '163042.735000', '163042.738000', '163042.740000', '163042.743000', '163042.746000', '163042.749000', '163042.752000', '163042.755000', '163042.757000', '163042.760000', '163042.763000', '163042.766000', '163042.796000', '163102.648000', '163102.651000', '163102.654000', '163102.656000', '163102.659000', '163102.662000', '163102.665000', '163102.668000', '163102.671000', '163102.673000', '163102.676000', '163102.679000', '163102.682000', '163102.685000', '163102.687000', '163102.690000', '163102.693000', '163102.696000', '163102.699000', '163102.701000', '163102.704000', '163102.707000', '163102.710000', '163102.713000', '163102.716000', '163102.718000', '163102.721000', '163102.724000', '163102.727000', '163102.730000', '163102.732000', '163102.735000', '163102.738000', '163102.741000', '163102.744000', '163102.747000', '163102.749000', '163102.752000', '163102.755000', '163102.758000', '163102.761000', '163102.763000', '163102.766000', '163122.648000', '163122.653000', '163122.657000', '163122.660000', '163122.663000', '163122.665000', '163122.668000', '163122.671000', '163122.674000', '163122.677000', '163122.680000', '163122.682000', '163122.685000', '163122.688000', '163122.691000', '163122.694000', '163122.697000', '163122.699000', '163122.702000', '163122.705000', '163122.721000', '163122.724000', '163122.727000', '163122.730000', '163122.732000', '163122.735000', '163122.738000', '163122.741000', '163122.744000', '163122.746000', '163122.749000', '163122.752000', '163122.755000', '163122.758000', '163122.761000', '163122.764000', '163122.766000', '163122.832000', '163122.835000', '163122.838000', '163122.840000', '163122.843000', '163122.846000', '163142.648000', '163142.651000', '163142.654000', '163142.656000', '163142.659000', '163142.662000', '163142.665000', '163142.668000', '163142.671000', '163142.673000', '163142.676000', '163142.679000', '163142.682000', '163142.685000', '163142.687000', '163142.690000', '163142.693000', '163142.696000', '163142.699000', '163142.702000', '163142.704000', '163142.707000', '163142.710000', '163142.713000', '163142.716000', '163142.718000', '163142.721000', '163142.724000', '163142.727000', '163142.730000', '163142.733000', '163142.735000', '163142.738000', '163142.741000', '163142.744000', '163142.747000', '163142.750000', '163142.752000', '163142.755000', '163142.758000', '163142.761000', '163142.764000', '163142.767000', '163142.817000', '163202.648000', '163202.651000', '163202.654000', '163202.657000', '163202.661000', '163202.666000', '163202.669000', '163202.672000', '163202.675000', '163202.677000', '163202.680000', '163202.683000', '163202.686000', '163202.689000', '163202.692000', '163202.694000', '163202.697000', '163202.700000', '163202.703000', '163202.706000', '163202.709000', '163202.711000', '163202.714000', '163202.717000', '163202.720000', '163202.723000', '163202.726000', '163202.728000', '163202.731000', '163202.734000', '163202.737000', '163202.740000', '163202.743000', '163202.746000', '163202.748000', '163202.751000', '163202.754000', '163202.757000', '163202.760000', '163202.763000', '163202.765000', '163202.768000', '163202.801000', '163222.648000', '163222.651000', '163222.654000', '163222.656000', '163222.659000', '163222.662000', '163222.665000', '163222.668000', '163222.670000', '163222.673000', '163222.676000', '163222.679000', '163222.682000', '163222.684000', '163222.687000', '163222.690000', '163222.693000', '163222.696000', '163222.699000', '163222.701000', '163222.704000', '163222.707000', '163222.710000', '163222.713000', '163222.716000', '163222.719000', '163222.721000', '163222.724000', '163222.727000', '163222.730000', '163222.733000', '163222.735000', '163222.738000', '163222.741000', '163222.744000', '163222.747000', '163222.750000', '163222.752000', '163222.755000', '163222.758000', '163222.761000', '163222.764000', '163222.767000', '163222.802000', '163242.648000', '163242.651000', '163242.654000', '163242.657000', '163242.659000', '163242.662000', '163242.665000', '163242.668000', '163242.671000', '163242.674000', '163242.676000', '163242.679000', '163242.682000', '163242.685000', '163242.689000', '163242.694000', '163242.697000', '163242.700000', '163242.703000', '163242.706000', '163242.709000', '163242.711000', '163242.714000', '163242.717000', '163242.720000', '163242.723000', '163242.725000', '163242.728000', '163242.731000', '163242.734000', '163242.737000', '163242.740000', '163242.742000', '163242.745000', '163242.748000', '163242.751000', '163242.754000', '163242.757000', '163242.759000', '163242.762000', '163242.765000', '163242.768000', '163242.820000', '163302.647000', '163302.650000', '163302.653000', '163302.655000', '163302.658000', '163302.661000', '163302.664000', '163302.667000', '163302.670000', '163302.674000', '163302.677000', '163302.680000', '163302.683000', '163302.686000', '163302.689000', '163302.692000', '163302.694000', '163302.697000', '163302.700000', '163302.703000', '163302.706000', '163302.709000', '163302.711000', '163302.714000', '163302.717000', '163302.720000', '163302.722000', '163302.725000', '163302.728000', '163302.731000', '163302.734000', '163302.737000', '163302.740000', '163302.742000', '163302.745000', '163302.748000', '163302.751000', '163302.754000', '163302.756000', '163302.759000', '163302.762000', '163302.765000', '163302.804000', '163302.807000', '163322.648000', '163322.651000', '163322.654000', '163322.657000', '163322.659000', '163322.662000', '163322.665000', '163322.668000', '163322.671000', '163322.674000', '163322.676000', '163322.679000', '163322.682000', '163322.685000', '163322.688000', '163322.691000', '163322.694000', '163322.696000', '163322.699000', '163322.703000', '163322.707000', '163322.710000', '163322.713000', '163322.716000', '163322.719000', '163322.722000', '163322.724000', '163322.727000', '163322.730000', '163322.733000', '163322.736000', '163322.739000', '163322.741000', '163322.744000', '163322.747000', '163322.750000', '163322.752000', '163322.755000', '163322.758000', '163322.761000', '163322.764000', '163322.766000', '163322.819000', '163342.648000', '163342.651000', '163342.654000', '163342.657000', '163342.659000', '163342.662000', '163342.665000', '163342.668000', '163342.671000', '163342.673000', '163342.676000', '163342.679000', '163342.682000', '163342.685000', '163342.688000', '163342.690000', '163342.693000', '163342.696000', '163342.699000', '163342.702000', '163342.704000', '163342.707000', '163342.710000', '163342.713000', '163342.716000', '163342.719000', '163342.721000', '163342.724000', '163342.727000', '163342.730000', '163342.733000', '163342.736000', '163342.738000', '163342.741000', '163342.744000', '163342.747000', '163342.750000', '163342.752000', '163342.755000', '163342.758000', '163342.761000', '163342.764000', '163342.766000', '163342.828000', '163402.648000', '163402.651000', '163402.654000', '163402.656000', '163402.659000', '163402.662000', '163402.665000', '163402.668000', '163402.670000', '163402.673000', '163402.676000', '163402.679000', '163402.682000', '163402.684000', '163402.687000', '163402.690000', '163402.693000', '163402.696000', '163402.699000', '163402.701000', '163402.704000', '163402.707000', '163402.710000', '163402.713000', '163402.715000', '163402.720000', '163402.725000', '163402.728000', '163402.731000', '163402.734000', '163402.736000', '163402.739000', '163402.742000', '163402.745000', '163402.748000', '163402.750000', '163402.753000', '163402.756000', '163402.759000', '163402.762000', '163402.765000', '163402.768000', '163402.856000', '163417.495000', '163417.500000', '163417.503000', '163417.506000', '163417.509000', '163417.512000', '163417.515000', '163417.517000', '163417.520000', '163417.523000', '163417.526000', '163417.529000', '163417.532000', '163417.535000', '163417.537000', '163417.540000', '163417.543000', '163417.546000', '163417.549000', '163417.552000', '163417.555000', '163417.558000', '163417.561000', '163417.564000', '163417.567000', '163417.570000', '163417.572000', '163417.575000', '163417.578000', '163417.581000', '163417.584000', '163417.587000', '163417.590000'], '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': [7994, 9856, 7003, 8355, 6888, 10061, 6749, 11121, 7084, 11041, 7082, 11143, 7655, 10627, 7114, 10620, 8472, 8429, 11013, 7384, 10535, 6730, 10560, 6710, 9669, 6764, 9877, 6592, 9797, 6634, 11036, 7365, 10522, 7275, 10111, 8743, 10611, 8491, 10185, 7063, 9368, 6970, 11241, 7588, 11273, 7134, 11152, 7449, 11557, 7466, 10231, 7874, 8634, 11481, 6919, 11138, 7746, 10405, 6766, 8566, 7577, 7129, 10110, 6833, 10165, 6597, 10313, 6528, 10593, 7417, 10233, 11567, 8135, 10887, 6660, 10817, 7300, 10062, 11580, 7224, 10595, 6549, 10640, 7257, 9798, 11449, 7242, 10534, 6715, 10557, 6949, 9904, 11600, 7615, 10767, 6560, 10866, 7300, 10320, 11288, 7921, 10757, 6833, 10448, 7010, 11067, 9949, 8925, 11018, 7129, 10918, 6654, 11207, 8252, 9675, 11121, 7280, 10701, 6653, 10678, 6898, 10088, 6823, 10240, 7078, 9339, 11569, 7782, 11209, 7573, 10800, 7114, 10837, 9549, 8773, 11258, 7428, 10992, 6773, 10264, 7169, 9076, 10622, 7462, 10794, 7087, 10321, 6729, 10708, 7942, 9529, 9678, 7593, 10699, 6779, 10876, 7751, 10408, 7571, 9496, 11446, 7068, 10864, 7216, 10417, 6996, 9401, 11104, 7381, 11029, 7769, 10575, 7327, 9814, 10095, 7290, 10978, 7335, 10587, 6872, 10374, 9629, 7996, 11035, 7194, 10762, 7105, 9460, 6831, 9267, 8123, 8326, 7159, 10267, 10568, 10392, 11449, 8287, 11163, 7076, 11081, 7589, 10212, 10688, 8479, 11378, 6900, 10600, 6768, 10172, 6880, 10786, 7141, 7740, 10055, 7474, 10081, 7580, 10077, 7522, 9916, 6869, 10011, 6833, 10711, 6853, 11060, 8290, 11234, 11314, 9559, 11262, 7314, 11194, 7277, 11895, 8387, 9802, 8082, 8006, 10934, 7125, 11016, 7028, 10700, 6807, 9861, 6758, 10758, 7683, 9693, 8397, 9014, 11349, 7689, 11341, 8076, 11084, 6910, 10978, 6990, 11053, 8960, 10038, 9307, 9010, 11332, 7731, 11142, 7519, 11328, 7030, 10877, 6845, 10687, 7509, 9904, 9931, 8685, 9670, 7738, 10049, 8147, 11112, 7887, 11491, 7165, 10954, 6733, 11091, 7718, 10547, 6826, 9910, 6856, 10578, 11259, 8509, 11031, 6890, 10783, 6743, 11034, 7812, 10246, 7320, 9162, 9325, 7709, 11078, 7055, 11111, 7389, 10055, 6679, 10468, 6995, 8073, 6714, 9420, 7144, 11550, 8323, 11678, 7835, 11441, 7326, 11987, 8960, 10232, 8536, 8780, 10658, 7812, 10967, 6919, 10742, 6684, 10022, 6610, 8871, 6542, 10819, 6839, 9713, 6681, 10889, 7330, 11180, 10759, 10194, 11494, 7926, 10910, 6816, 11363, 8227, 10628, 7170, 10571, 7337, 9295, 9946, 8345, 11314, 7184, 11242, 7356, 10937, 6820, 11456, 8454, 10074, 7195, 8900, 11193, 7942, 10960, 7681, 9567, 7070, 9074, 9181, 7498, 10732, 7498, 10825, 7108, 10612, 7225, 9846, 11612, 7886, 10719, 6976, 10541, 6962, 10084, 9982, 8350, 11204, 7218, 10881, 6841, 10315, 7119, 11077, 9261, 9625, 10949, 7675, 10631, 6937, 10960, 7629, 10109, 7179, 8675, 11042, 7302, 10981, 7024, 10105, 6761, 10162, 6821, 9505, 9738, 8188, 11195, 7228, 10896, 7058, 11018, 7772, 11440, 9470, 10062, 11403, 7888, 10883, 6856, 11310, 7873, 10033, 6982, 9078, 7266, 9023, 10397, 8976, 11464, 7648, 11150, 7300, 10620, 7266, 11283, 10898, 9893, 11481, 7689, 11031, 6901, 11137, 7829, 9848, 7109, 8257, 9997, 7574, 9623, 7667, 7150, 7742, 6926, 10761, 7832, 11076, 7419, 10968, 7272, 12182, 9127, 10237, 7764, 8973, 7262, 8054, 6947, 10428, 7580, 11040, 9070, 8588, 10067, 11581, 7529, 11089, 8104, 10364, 6934, 9927, 7479, 8814, 11621, 7188, 10617, 7102, 10296, 6840, 10254, 6815, 9419, 6860, 8159, 7143, 8060, 9619, 7838, 11057, 7741, 11239, 7227, 11128, 7800, 11230, 11338, 8775, 11439, 7192, 10926, 7311, 10733, 9654, 9008, 11360, 7038, 10563, 6874, 10734, 9690, 9021, 11616, 7249, 10750, 6707, 11364, 10132, 8969, 11514, 7297, 10816, 6629, 11265, 7822, 9808, 9132, 8039, 11282, 6995, 10530, 8386, 9325, 7935, 8054, 10617, 6884, 10901, 7353, 10355, 7094, 9414, 11254, 7314, 11083, 7879, 9854, 6977, 8173, 10696, 7130, 10901, 7584, 10267, 6768, 10224, 9381, 7841, 10589, 6902, 10393, 6740, 10200, 7095, 9922, 11731, 7679, 10866, 6769, 10520, 6752, 10709, 9781, 9297, 11019, 7509, 10950, 6802, 10606, 7779, 10033, 9655, 8077, 11157, 7057, 10543, 6710, 10498, 6879, 9458, 6816, 8213, 10863, 7446, 10822, 7568, 11190, 6900, 10945, 7505, 10673, 11008, 9606, 11871, 8389, 11454, 7183, 11094, 7898, 10310, 11968, 7915, 11465, 7081, 10487, 7306, 8780, 11391, 7463, 10560, 6497, 9124, 6803, 7914, 10720, 7022, 10163, 6820, 8958, 6776, 8968, 6833, 8513, 7014, 10504, 7642, 10965, 7791, 9323, 6894, 10944, 11238, 8420, 11769, 8565, 10291, 6995, 9402, 6869, 8543, 8140, 8185, 9581, 7834, 7573, 7303, 10921, 7453, 10929, 8120, 11412, 7206, 10715, 6834, 10671, 7797, 10968, 11081, 9852, 10668, 7831, 11478, 7386, 11432, 8298, 11370, 7478, 10341, 6657, 10473, 7388, 11059, 10307, 9886, 10128, 7843, 10882, 7158, 11041, 7734, 10711, 6793, 10244, 6654, 8821, 10074, 7250, 10849, 7264, 10758, 6587, 10051, 6959, 10161, 9182, 8948, 9922, 7616, 10788, 6954, 10873, 7735, 10539, 7029, 9857, 7102, 9368, 11320, 8772, 11525, 8138, 11468, 7428, 10943, 7851, 10741, 10127, 9628, 10811, 7777, 11087, 7072, 10687, 6920, 10894, 7862, 9512, 7073, 7834, 10534, 7305, 10986, 7875, 10591, 6858, 9653, 9752, 7822, 11218, 7975, 11010, 6707, 9379, 7194, 7504, 9397, 7329, 10588, 7397, 10936, 7176, 10616, 7072, 11104, 10054, 9812, 11007, 7661, 11099, 7039, 11182, 8094, 9670, 8661, 7871, 10936, 7142, 10930, 8141, 9511, 7786, 7870, 10819, 7025, 10865, 6873, 10882, 6834, 9671, 6872, 9970, 6993, 10356, 10820, 9631, 11638, 7816, 11339, 7599, 11335, 8093, 9668, 7143, 8974, 9594, 7694, 11109, 7296, 10658, 6937, 10380, 6583, 10224, 7298, 10337, 7004, 9414, 6842, 10309, 11969, 8362, 11551, 8234, 11186, 7088, 10610, 8011, 10180, 11138, 8045, 10735, 7659, 10372, 7013, 10909, 6881, 11148, 6896, 10438, 6638, 10468, 7803, 10797, 7400, 10291, 7199, 9911, 9363, 10004, 10294, 9333, 10272, 7867, 11114, 7536, 11634, 7892, 11478, 7579, 11070, 7538, 11353, 7690, 11780, 7287, 11447, 7070, 10791, 7819, 10919, 8739, 9664, 7895, 7851, 9417, 7678, 11160, 7159, 10847, 7519, 10593, 7513, 11044], 'WindowCenter': [4041.0, 4046.0, 4003.0, 4022.0, 4002.0, 4043.0, 4002.0, 4054.0, 4001.0, 4052.0, 4000.0, 4053.0, 4012.0, 4041.0, 3987.0, 4041.0, 4008.0, 4020.0, 4040.0, 3998.0, 4038.0, 3988.0, 4037.0, 3988.0, 4030.0, 3989.0, 4040.0, 3990.0, 4041.0, 3990.0, 4053.0, 4011.0, 4052.0, 3999.0, 4041.0, 4020.0, 4042.0, 4020.0, 4040.0, 4000.0, 4032.0, 4012.0, 4053.0, 4009.0, 4052.0, 4001.0, 4041.0, 3999.0, 4050.0, 3987.0, 4028.0, 3995.0, 4007.0, 4037.0, 3985.0, 4037.0, 3986.0, 4026.0, 3974.0, 4006.0, 3996.0, 3988.0, 4027.0, 3988.0, 4039.0, 3990.0, 4040.0, 3990.0, 4053.0, 4000.0, 4042.0, 4051.0, 4009.0, 4040.0, 3988.0, 4040.0, 3997.0, 4040.0, 4050.0, 3998.0, 4039.0, 3977.0, 4039.0, 3997.0, 4041.0, 4051.0, 3999.0, 4040.0, 3988.0, 4040.0, 3989.0, 4042.0, 4049.0, 4010.0, 4039.0, 3988.0, 4041.0, 3997.0, 4040.0, 4050.0, 4009.0, 4038.0, 3987.0, 4038.0, 3987.0, 4049.0, 4029.0, 4019.0, 4039.0, 3987.0, 4039.0, 3987.0, 4039.0, 4006.0, 4028.0, 4037.0, 3998.0, 4052.0, 3987.0, 4038.0, 3987.0, 4029.0, 3987.0, 4040.0, 3987.0, 4029.0, 4049.0, 4010.0, 4038.0, 3997.0, 4038.0, 3987.0, 4039.0, 4015.0, 4017.0, 4036.0, 3986.0, 4037.0, 3987.0, 4027.0, 3985.0, 4018.0, 4038.0, 3998.0, 4038.0, 3987.0, 4038.0, 3988.0, 4040.0, 4008.0, 4030.0, 4028.0, 4008.0, 4038.0, 3988.0, 4039.0, 4008.0, 4040.0, 3997.0, 4029.0, 4037.0, 3986.0, 4039.0, 3997.0, 4039.0, 3987.0, 4029.0, 4037.0, 3997.0, 4037.0, 3997.0, 4039.0, 3986.0, 4030.0, 4026.0, 3996.0, 4039.0, 3997.0, 4038.0, 3986.0, 4039.0, 4016.0, 4007.0, 4038.0, 3987.0, 4038.0, 3986.0, 4027.0, 3975.0, 4030.0, 4008.0, 4019.0, 3998.0, 4042.0, 4040.0, 4041.0, 4050.0, 4018.0, 4039.0, 3987.0, 4039.0, 3996.0, 4027.0, 4026.0, 4006.0, 4025.0, 3974.0, 4026.0, 3976.0, 4026.0, 3985.0, 4038.0, 3986.0, 4007.0, 4028.0, 3999.0, 4039.0, 4009.0, 4039.0, 4011.0, 4042.0, 4001.0, 4042.0, 4002.0, 4052.0, 4000.0, 4053.0, 4021.0, 4052.0, 4040.0, 4030.0, 4037.0, 3997.0, 4039.0, 3998.0, 4049.0, 4006.0, 4027.0, 3995.0, 4007.0, 4027.0, 3986.0, 4039.0, 3997.0, 4037.0, 3987.0, 4029.0, 3986.0, 4051.0, 4009.0, 4030.0, 4008.0, 4031.0, 4038.0, 4010.0, 4039.0, 4008.0, 4040.0, 3998.0, 4039.0, 3986.0, 4039.0, 4017.0, 4028.0, 4017.0, 4018.0, 4037.0, 3997.0, 4038.0, 3996.0, 4037.0, 3986.0, 4038.0, 3975.0, 4028.0, 3996.0, 4028.0, 4026.0, 4006.0, 4016.0, 3997.0, 4028.0, 4008.0, 4038.0, 4009.0, 4038.0, 3998.0, 4039.0, 3987.0, 4038.0, 3997.0, 4028.0, 3975.0, 4029.0, 3986.0, 4039.0, 4037.0, 4018.0, 4038.0, 3986.0, 4037.0, 3985.0, 4040.0, 3997.0, 4028.0, 3996.0, 4017.0, 4017.0, 4008.0, 4039.0, 3998.0, 4039.0, 3996.0, 4027.0, 3985.0, 4038.0, 3987.0, 4010.0, 4000.0, 4030.0, 4012.0, 4052.0, 4021.0, 4049.0, 4010.0, 4050.0, 3997.0, 4050.0, 4006.0, 4027.0, 4005.0, 4007.0, 4026.0, 3995.0, 4026.0, 3986.0, 4026.0, 3985.0, 4026.0, 3988.0, 4019.0, 3988.0, 4050.0, 3990.0, 4041.0, 4000.0, 4051.0, 3998.0, 4052.0, 4039.0, 4040.0, 4037.0, 4009.0, 4037.0, 3987.0, 4049.0, 4008.0, 4038.0, 3986.0, 4038.0, 3986.0, 4019.0, 4028.0, 4008.0, 4038.0, 3988.0, 4039.0, 3998.0, 4039.0, 3988.0, 4052.0, 4008.0, 4029.0, 3988.0, 4020.0, 4039.0, 4007.0, 4038.0, 3997.0, 4028.0, 3986.0, 4020.0, 4018.0, 3997.0, 4039.0, 3998.0, 4038.0, 3987.0, 4040.0, 3997.0, 4030.0, 4038.0, 3997.0, 4028.0, 3987.0, 4027.0, 3986.0, 4029.0, 4028.0, 4008.0, 4037.0, 3997.0, 4037.0, 3988.0, 4028.0, 3985.0, 4040.0, 4018.0, 4028.0, 4027.0, 3998.0, 4027.0, 3986.0, 4040.0, 3997.0, 4028.0, 3986.0, 4019.0, 4036.0, 3997.0, 4039.0, 3987.0, 4028.0, 3986.0, 4039.0, 3987.0, 4031.0, 4030.0, 4020.0, 4039.0, 3999.0, 4039.0, 3999.0, 4039.0, 4009.0, 4052.0, 4018.0, 4029.0, 4038.0, 4008.0, 4027.0, 3986.0, 4038.0, 3996.0, 4027.0, 3985.0, 4017.0, 3987.0, 4029.0, 4028.0, 4020.0, 4038.0, 3999.0, 4039.0, 3998.0, 4040.0, 3998.0, 4039.0, 4028.0, 4027.0, 4036.0, 3996.0, 4027.0, 3986.0, 4037.0, 3996.0, 4027.0, 3985.0, 4006.0, 4016.0, 3996.0, 4027.0, 3998.0, 4000.0, 4010.0, 4012.0, 4054.0, 4012.0, 4052.0, 4001.0, 4041.0, 3999.0, 4052.0, 4018.0, 4028.0, 3996.0, 4007.0, 3986.0, 3997.0, 3986.0, 4039.0, 4011.0, 4051.0, 4031.0, 4021.0, 4043.0, 4050.0, 4010.0, 4040.0, 3997.0, 4028.0, 3986.0, 4028.0, 3985.0, 4019.0, 4037.0, 3986.0, 4026.0, 3985.0, 4028.0, 3987.0, 4039.0, 3988.0, 4030.0, 3988.0, 4011.0, 3987.0, 4021.0, 4031.0, 4012.0, 4051.0, 4010.0, 4040.0, 4000.0, 4042.0, 3999.0, 4051.0, 4039.0, 4008.0, 4037.0, 3988.0, 4038.0, 3997.0, 4040.0, 4016.0, 4017.0, 4037.0, 3988.0, 4029.0, 3988.0, 4040.0, 4018.0, 4017.0, 4038.0, 3997.0, 4038.0, 3976.0, 4040.0, 4027.0, 4018.0, 4036.0, 3998.0, 4026.0, 3976.0, 4039.0, 3998.0, 4029.0, 4017.0, 4008.0, 4038.0, 3986.0, 4039.0, 4005.0, 4017.0, 3994.0, 4006.0, 4025.0, 3987.0, 4037.0, 3985.0, 4027.0, 3985.0, 4017.0, 4037.0, 3986.0, 4037.0, 3995.0, 4016.0, 3972.0, 4006.0, 4025.0, 3985.0, 4026.0, 3995.0, 4026.0, 3974.0, 4028.0, 4015.0, 3997.0, 4026.0, 3986.0, 4027.0, 3977.0, 4028.0, 3986.0, 4028.0, 4038.0, 3997.0, 4027.0, 3975.0, 4026.0, 3973.0, 4028.0, 4026.0, 4017.0, 4025.0, 3984.0, 4026.0, 3976.0, 4027.0, 3996.0, 4027.0, 4014.0, 3996.0, 4025.0, 3986.0, 4027.0, 3987.0, 4039.0, 3987.0, 4029.0, 3976.0, 4008.0, 4037.0, 3997.0, 4038.0, 3999.0, 4038.0, 3987.0, 4039.0, 3996.0, 4040.0, 4038.0, 4028.0, 4038.0, 4007.0, 4037.0, 3985.0, 4037.0, 3994.0, 4026.0, 4035.0, 3995.0, 4024.0, 3972.0, 4025.0, 3982.0, 4005.0, 4025.0, 3983.0, 4025.0, 3974.0, 4016.0, 3973.0, 4007.0, 4027.0, 3986.0, 4028.0, 3987.0, 4017.0, 3976.0, 4019.0, 3987.0, 4019.0, 3999.0, 4042.0, 4011.0, 4052.0, 4011.0, 4019.0, 4000.0, 4041.0, 4038.0, 4008.0, 4038.0, 3995.0, 4015.0, 3974.0, 4007.0, 3974.0, 4007.0, 3995.0, 4007.0, 4017.0, 3999.0, 3997.0, 4000.0, 4038.0, 3999.0, 4040.0, 4008.0, 4050.0, 4000.0, 4039.0, 3977.0, 4039.0, 3997.0, 4040.0, 4038.0, 4029.0, 4026.0, 3997.0, 4037.0, 3998.0, 4039.0, 4007.0, 4037.0, 3986.0, 4026.0, 3975.0, 4029.0, 3998.0, 4040.0, 4027.0, 4029.0, 4026.0, 3996.0, 4026.0, 3986.0, 4037.0, 3996.0, 4026.0, 3974.0, 4027.0, 3975.0, 4019.0, 4026.0, 3996.0, 4028.0, 3986.0, 4027.0, 3977.0, 4028.0, 3986.0, 4039.0, 4017.0, 4018.0, 4028.0, 4009.0, 4038.0, 3988.0, 4039.0, 3998.0, 4028.0, 3987.0, 4029.0, 3986.0, 4029.0, 4038.0, 4019.0, 4038.0, 3997.0, 4037.0, 3996.0, 4037.0, 3995.0, 4027.0, 4015.0, 4017.0, 4026.0, 3996.0, 4025.0, 3985.0, 4026.0, 3986.0, 4027.0, 3994.0, 4015.0, 3973.0, 3997.0, 4027.0, 3986.0, 4027.0, 3996.0, 4028.0, 3975.0, 4016.0, 4016.0, 3997.0, 4026.0, 3995.0, 4027.0, 3975.0, 4016.0, 3973.0, 3986.0, 4017.0, 3998.0, 4038.0, 3999.0, 4039.0, 4000.0, 4039.0, 3998.0, 4041.0, 4017.0, 4029.0, 4026.0, 3997.0, 4027.0, 3987.0, 4038.0, 3995.0, 4015.0, 3993.0, 3996.0, 4024.0, 3974.0, 4026.0, 3994.0, 4015.0, 3984.0, 3995.0, 4024.0, 3986.0, 4038.0, 3975.0, 4026.0, 3975.0, 4015.0, 3976.0, 4027.0, 3985.0, 4029.0, 4028.0, 4017.0, 4025.0, 3996.0, 4026.0, 3986.0, 4026.0, 3994.0, 4005.0, 3973.0, 4006.0, 4015.0, 3996.0, 4025.0, 3984.0, 4027.0, 3984.0, 4027.0, 3976.0, 4028.0, 3998.0, 4029.0, 3988.0, 4020.0, 3988.0, 4040.0, 4049.0, 4008.0, 4039.0, 4007.0, 4028.0, 3975.0, 4028.0, 3995.0, 4027.0, 4025.0, 3995.0, 4024.0, 3995.0, 4025.0, 3986.0, 4027.0, 3987.0, 4038.0, 3987.0, 4028.0, 3977.0, 4039.0, 3998.0, 4039.0, 3987.0, 4028.0, 3985.0, 4029.0, 4017.0, 4028.0, 4027.0, 4017.0, 4015.0, 3996.0, 4027.0, 3996.0, 4038.0, 3996.0, 4036.0, 3996.0, 4036.0, 3997.0, 4038.0, 3999.0, 4037.0, 3986.0, 4036.0, 3985.0, 4027.0, 3997.0, 4038.0, 4005.0, 4016.0, 3994.0, 3995.0, 4015.0, 3998.0, 4038.0, 3985.0, 4037.0, 3999.0, 4039.0, 4000.0, 4050.0], 'WindowWidth': [9009.0, 9007.0, 8945.0, 8964.0, 8941.0, 8995.0, 8941.0, 9008.0, 8937.0, 9003.0, 8933.0, 9008.0, 8952.0, 8987.0, 8910.0, 8985.0, 8937.0, 8958.0, 8984.0, 8926.0, 8977.0, 8911.0, 8976.0, 8912.0, 8970.0, 8916.0, 8983.0, 8920.0, 8987.0, 8920.0, 9007.0, 8950.0, 9004.0, 8929.0, 8988.0, 8957.0, 8988.0, 8960.0, 8986.0, 8933.0, 8978.0, 8953.0, 9006.0, 8945.0, 9002.0, 8933.0, 8986.0, 8929.0, 8997.0, 8906.0, 8963.0, 8915.0, 8934.0, 8972.0, 8903.0, 8974.0, 8904.0, 8957.0, 8886.0, 8933.0, 8919.0, 8912.0, 8963.0, 8916.0, 8982.0, 8919.0, 8985.0, 8919.0, 9006.0, 8932.0, 8990.0, 9001.0, 8943.0, 8982.0, 8913.0, 8984.0, 8923.0, 8984.0, 8995.0, 8926.0, 8979.0, 8898.0, 8981.0, 8923.0, 8987.0, 9001.0, 8929.0, 8983.0, 8913.0, 8983.0, 8914.0, 8989.0, 8995.0, 8944.0, 8981.0, 8912.0, 8985.0, 8923.0, 8983.0, 8998.0, 8941.0, 8978.0, 8910.0, 8979.0, 8908.0, 8994.0, 8967.0, 8955.0, 8981.0, 8911.0, 8980.0, 8908.0, 8979.0, 8932.0, 8963.0, 8973.0, 8927.0, 9006.0, 8912.0, 8978.0, 8909.0, 8966.0, 8910.0, 8983.0, 8909.0, 8970.0, 8995.0, 8944.0, 8979.0, 8923.0, 8978.0, 8908.0, 8980.0, 8944.0, 8948.0, 8973.0, 8905.0, 8973.0, 8908.0, 8963.0, 8904.0, 8953.0, 8977.0, 8925.0, 8977.0, 8911.0, 8979.0, 8913.0, 8986.0, 8940.0, 8971.0, 8964.0, 8941.0, 8979.0, 8913.0, 8982.0, 8939.0, 8983.0, 8923.0, 8968.0, 8976.0, 8907.0, 8981.0, 8923.0, 8981.0, 8910.0, 8968.0, 8975.0, 8924.0, 8977.0, 8922.0, 8980.0, 8906.0, 8969.0, 8959.0, 8920.0, 8980.0, 8923.0, 8978.0, 8908.0, 8980.0, 8946.0, 8936.0, 8978.0, 8908.0, 8977.0, 8907.0, 8964.0, 8890.0, 8968.0, 8938.0, 8955.0, 8926.0, 8991.0, 8986.0, 8987.0, 8997.0, 8954.0, 8981.0, 8909.0, 8980.0, 8917.0, 8961.0, 8956.0, 8931.0, 8954.0, 8886.0, 8956.0, 8891.0, 8957.0, 8902.0, 8978.0, 8905.0, 8938.0, 8965.0, 8929.0, 8982.0, 8944.0, 8984.0, 8951.0, 8990.0, 8939.0, 8993.0, 8939.0, 9005.0, 8936.0, 9007.0, 8960.0, 9003.0, 8983.0, 8969.0, 8975.0, 8922.0, 8981.0, 8925.0, 8994.0, 8933.0, 8961.0, 8916.0, 8934.0, 8959.0, 8908.0, 8981.0, 8924.0, 8976.0, 8910.0, 8967.0, 8909.0, 9001.0, 8941.0, 8971.0, 8939.0, 8973.0, 8979.0, 8944.0, 8983.0, 8940.0, 8981.0, 8926.0, 8979.0, 8905.0, 8981.0, 8948.0, 8965.0, 8949.0, 8952.0, 8973.0, 8922.0, 8978.0, 8920.0, 8975.0, 8904.0, 8976.0, 8889.0, 8964.0, 8921.0, 8965.0, 8958.0, 8931.0, 8945.0, 8923.0, 8964.0, 8941.0, 8979.0, 8941.0, 8978.0, 8925.0, 8979.0, 8909.0, 8979.0, 8923.0, 8963.0, 8892.0, 8966.0, 8907.0, 8981.0, 8976.0, 8951.0, 8977.0, 8907.0, 8974.0, 8906.0, 8982.0, 8922.0, 8964.0, 8919.0, 8950.0, 8950.0, 8939.0, 8981.0, 8927.0, 8980.0, 8920.0, 8961.0, 8905.0, 8977.0, 8910.0, 8944.0, 8932.0, 8974.0, 8954.0, 9005.0, 8963.0, 8997.0, 8944.0, 8996.0, 8922.0, 8996.0, 8931.0, 8961.0, 8928.0, 8933.0, 8957.0, 8917.0, 8958.0, 8905.0, 8957.0, 8904.0, 8958.0, 8911.0, 8955.0, 8913.0, 8998.0, 8918.0, 8988.0, 8933.0, 9002.0, 8927.0, 9004.0, 8981.0, 8982.0, 8976.0, 8941.0, 8975.0, 8909.0, 8994.0, 8937.0, 8978.0, 8906.0, 8979.0, 8906.0, 8954.0, 8965.0, 8939.0, 8978.0, 8913.0, 8981.0, 8928.0, 8982.0, 8915.0, 9005.0, 8939.0, 8969.0, 8910.0, 8956.0, 8981.0, 8935.0, 8978.0, 8924.0, 8962.0, 8907.0, 8956.0, 8949.0, 8924.0, 8980.0, 8925.0, 8978.0, 8911.0, 8984.0, 8921.0, 8971.0, 8978.0, 8922.0, 8961.0, 8907.0, 8961.0, 8905.0, 8966.0, 8962.0, 8937.0, 8974.0, 8921.0, 8975.0, 8911.0, 8963.0, 8905.0, 8983.0, 8948.0, 8964.0, 8961.0, 8924.0, 8960.0, 8907.0, 8982.0, 8924.0, 8965.0, 8905.0, 8952.0, 8972.0, 8922.0, 8979.0, 8909.0, 8964.0, 8907.0, 8980.0, 8909.0, 8973.0, 8971.0, 8959.0, 8981.0, 8929.0, 8981.0, 8928.0, 8982.0, 8942.0, 9001.0, 8950.0, 8965.0, 8975.0, 8937.0, 8961.0, 8908.0, 8978.0, 8920.0, 8962.0, 8902.0, 8949.0, 8908.0, 8968.0, 8965.0, 8957.0, 8979.0, 8929.0, 8979.0, 8924.0, 8982.0, 8924.0, 8981.0, 8962.0, 8961.0, 8970.0, 8917.0, 8960.0, 8905.0, 8974.0, 8917.0, 8960.0, 8902.0, 8933.0, 8944.0, 8920.0, 8961.0, 8926.0, 8931.0, 8947.0, 8953.0, 9011.0, 8952.0, 9004.0, 8936.0, 8987.0, 8928.0, 9002.0, 8950.0, 8964.0, 8917.0, 8933.0, 8903.0, 8920.0, 8908.0, 8983.0, 8949.0, 8999.0, 8973.0, 8958.0, 8991.0, 8998.0, 8944.0, 8984.0, 8921.0, 8961.0, 8903.0, 8962.0, 8901.0, 8951.0, 8973.0, 8905.0, 8957.0, 8904.0, 8963.0, 8909.0, 8980.0, 8914.0, 8971.0, 8911.0, 8946.0, 8911.0, 8961.0, 8974.0, 8950.0, 9001.0, 8945.0, 8985.0, 8931.0, 8988.0, 8926.0, 8999.0, 8979.0, 8936.0, 8973.0, 8909.0, 8976.0, 8921.0, 8982.0, 8945.0, 8947.0, 8973.0, 8909.0, 8965.0, 8910.0, 8982.0, 8950.0, 8947.0, 8975.0, 8923.0, 8977.0, 8892.0, 8980.0, 8959.0, 8948.0, 8971.0, 8922.0, 8958.0, 8893.0, 8980.0, 8922.0, 8967.0, 8947.0, 8938.0, 8977.0, 8909.0, 8980.0, 8929.0, 8949.0, 8914.0, 8932.0, 8956.0, 8907.0, 8974.0, 8903.0, 8963.0, 8902.0, 8948.0, 8974.0, 8906.0, 8973.0, 8915.0, 8944.0, 8880.0, 8931.0, 8954.0, 8903.0, 8959.0, 8917.0, 8958.0, 8886.0, 8962.0, 8941.0, 8919.0, 8957.0, 8906.0, 8961.0, 8895.0, 8965.0, 8905.0, 8965.0, 8978.0, 8921.0, 8959.0, 8889.0, 8958.0, 8886.0, 8963.0, 8959.0, 8947.0, 8956.0, 8902.0, 8956.0, 8891.0, 8961.0, 8919.0, 8962.0, 8940.0, 8918.0, 8956.0, 8907.0, 8960.0, 8910.0, 8980.0, 8909.0, 8967.0, 8893.0, 8939.0, 8975.0, 8924.0, 8979.0, 8927.0, 8979.0, 8911.0, 8980.0, 8921.0, 8985.0, 8976.0, 8964.0, 8977.0, 8935.0, 8973.0, 8904.0, 8974.0, 8912.0, 8959.0, 8969.0, 8914.0, 8952.0, 8882.0, 8955.0, 8892.0, 8928.0, 8954.0, 8897.0, 8953.0, 8887.0, 8943.0, 8885.0, 8935.0, 8960.0, 8907.0, 8964.0, 8909.0, 8948.0, 8893.0, 8954.0, 8908.0, 8956.0, 8928.0, 8992.0, 8950.0, 9004.0, 8946.0, 8956.0, 8931.0, 8987.0, 8976.0, 8937.0, 8975.0, 8913.0, 8940.0, 8885.0, 8932.0, 8884.0, 8933.0, 8915.0, 8935.0, 8946.0, 8926.0, 8924.0, 8932.0, 8979.0, 8931.0, 8985.0, 8940.0, 8996.0, 8929.0, 8980.0, 8896.0, 8982.0, 8923.0, 8983.0, 8976.0, 8964.0, 8958.0, 8921.0, 8972.0, 8923.0, 8978.0, 8933.0, 8973.0, 8904.0, 8957.0, 8890.0, 8965.0, 8924.0, 8983.0, 8961.0, 8964.0, 8957.0, 8919.0, 8957.0, 8904.0, 8974.0, 8917.0, 8958.0, 8886.0, 8960.0, 8889.0, 8953.0, 8958.0, 8920.0, 8964.0, 8906.0, 8959.0, 8894.0, 8963.0, 8906.0, 8982.0, 8948.0, 8951.0, 8963.0, 8940.0, 8977.0, 8911.0, 8979.0, 8925.0, 8965.0, 8907.0, 8965.0, 8906.0, 8967.0, 8977.0, 8954.0, 8978.0, 8921.0, 8975.0, 8919.0, 8975.0, 8915.0, 8961.0, 8940.0, 8945.0, 8955.0, 8917.0, 8954.0, 8901.0, 8956.0, 8904.0, 8960.0, 8911.0, 8941.0, 8883.0, 8920.0, 8958.0, 8905.0, 8960.0, 8917.0, 8961.0, 8889.0, 8946.0, 8944.0, 8920.0, 8957.0, 8915.0, 8958.0, 8889.0, 8944.0, 8884.0, 8907.0, 8947.0, 8926.0, 8977.0, 8930.0, 8979.0, 8931.0, 8982.0, 8926.0, 8987.0, 8947.0, 8964.0, 8956.0, 8921.0, 8958.0, 8907.0, 8976.0, 8914.0, 8941.0, 8909.0, 8916.0, 8951.0, 8886.0, 8958.0, 8912.0, 8941.0, 8896.0, 8913.0, 8950.0, 8905.0, 8976.0, 8890.0, 8958.0, 8890.0, 8942.0, 8892.0, 8961.0, 8903.0, 8966.0, 8960.0, 8946.0, 8953.0, 8917.0, 8957.0, 8903.0, 8958.0, 8910.0, 8925.0, 8882.0, 8930.0, 8940.0, 8917.0, 8954.0, 8900.0, 8958.0, 8901.0, 8958.0, 8893.0, 8964.0, 8924.0, 8966.0, 8911.0, 8956.0, 8911.0, 8985.0, 8993.0, 8939.0, 8978.0, 8932.0, 8962.0, 8886.0, 8963.0, 8915.0, 8959.0, 8954.0, 8914.0, 8951.0, 8915.0, 8953.0, 8907.0, 8961.0, 8907.0, 8976.0, 8907.0, 8962.0, 8894.0, 8980.0, 8926.0, 8978.0, 8906.0, 8962.0, 8902.0, 8964.0, 8948.0, 8963.0, 8959.0, 8947.0, 8941.0, 8919.0, 8960.0, 8920.0, 8977.0, 8918.0, 8970.0, 8918.0, 8970.0, 8921.0, 8977.0, 8927.0, 8974.0, 8905.0, 8970.0, 8903.0, 8960.0, 8921.0, 8975.0, 8927.0, 8942.0, 8909.0, 8915.0, 8941.0, 8923.0, 8975.0, 8905.0, 8972.0, 8930.0, 8983.0, 8931.0, 8998.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.00045048192771084334</td></tr>
<tr><td colspan=3>aqi</td><td>0.015609298357064622</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.03540369087716</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2194769943859658</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0001385849013165</td></tr>
<tr><td colspan=3>efc</td><td>0.4403</td></tr>
<tr><td colspan=3>fber</td><td>7292.7295</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.056209963496976816</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.32858707557502737</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3819489524619653</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2682466731935125</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.56605948427492</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.311540699917463</td></tr>
<tr><td colspan=3>gcor</td><td>0.00805858</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020927615463733673</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022559307515621185</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.8432786755158235</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>38.2978</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.3915</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>145.9326</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>310762.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>660.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>299.9666</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2115</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>517.8146</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3294.3813</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>65782.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1062.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4301.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>912.4952</td></tr>
<tr><td colspan=3>tsnr</td><td>49.34309740480967</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>