<?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-0061_ses-02_task-alignvideo_acq-mb8_run-04_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-0061_ses-02_task-alignvideo_acq-mb8_run-04_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-04_session-02_subject-0061_suffix-bold_task-alignvideo" 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-0061/figures/sub-0061_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0061/figures/sub-0061_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0061_suffix-bold_task-alignvideo" 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-0061/figures/sub-0061_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0061/figures/sub-0061_ses-02_task-alignvideo_acq-mb8_run-04_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-0061/figures/sub-0061_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0061/figures/sub-0061_ses-02_task-alignvideo_acq-mb8_run-04_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-0061/ses-02/func/sub-0061_ses-02_task-alignvideo_acq-mb8_run-04_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>82182872438f8722ed21df898b8738c2</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:29:19.920000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999176, -0.0400192, 0.00682987, 0.0397817, 0.998698, 0.0319375]</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-04_task-alignvideo_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.084947</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-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4147, -7766, -7282, 629, -3, -146, 0, 65]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.65</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>95db3715-0a6a-45e4-a8d4-7a37b0016df6||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6807150840759277, 0.10673151165246964, 0.021867547184228897, 108.58136749267578], [0.10736855119466782, 2.6794333457946777, 0.08542641997337341, -107.04813385009766], [0.018324052914977074, -0.0856858417391777, 2.698559522628784, -68.92749786376953], [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': ['162919.920000', '162920.380000', '162920.840000', '162921.300000', '162921.760000', '162922.220000', '162922.680000', '162923.140000', '162923.600000', '162924.060000', '162924.520000', '162924.980000', '162925.440000', '162925.900000', '162926.360000', '162926.820000', '162927.280000', '162927.740000', '162928.200000', '162928.660000', '162929.120000', '162929.580000', '162930.040000', '162930.500000', '162930.960000', '162931.420000', '162931.880000', '162932.340000', '162932.800000', '162933.260000', '162933.720000', '162934.180000', '162934.640000', '162935.100000', '162935.560000', '162936.020000', '162936.480000', '162936.940000', '162937.400000', '162937.860000', '162938.320000', '162938.780000', '162939.240000', '162939.700000', '162940.160000', '162940.620000', '162941.080000', '162941.540000', '162942.000000', '162942.460000', '162942.920000', '162943.380000', '162943.840000', '162944.300000', '162944.760000', '162945.220000', '162945.680000', '162946.140000', '162946.600000', '162947.060000', '162947.520000', '162947.980000', '162948.440000', '162948.900000', '162949.360000', '162949.820000', '162950.280000', '162950.740000', '162951.200000', '162951.660000', '162952.120000', '162952.580000', '162953.040000', '162953.500000', '162953.960000', '162954.420000', '162954.880000', '162955.340000', '162955.800000', '162956.260000', '162956.720000', '162957.180000', '162957.640000', '162958.100000', '162958.560000', '162959.020000', '162959.480000', '162959.940000', '163000.400000', '163000.860000', '163001.320000', '163001.780000', '163002.240000', '163002.700000', '163003.160000', '163003.620000', '163004.080000', '163004.540000', '163005.000000', '163005.460000', '163005.920000', '163006.380000', '163006.840000', '163007.300000', '163007.760000', '163008.220000', '163008.680000', '163009.140000', '163009.600000', '163010.060000', '163010.520000', '163010.980000', '163011.440000', '163011.900000', '163012.360000', '163012.820000', '163013.280000', '163013.740000', '163014.200000', '163014.660000', '163015.120000', '163015.580000', '163016.040000', '163016.500000', '163016.960000', '163017.420000', '163017.880000', '163018.340000', '163018.800000', '163019.260000', '163019.720000', '163020.180000', '163020.640000', '163021.100000', '163021.560000', '163022.020000', '163022.480000', '163022.940000', '163023.400000', '163023.860000', '163024.320000', '163024.780000', '163025.240000', '163025.700000', '163026.160000', '163026.620000', '163027.080000', '163027.540000', '163028.000000', '163028.460000', '163028.920000', '163029.380000', '163029.840000', '163030.300000', '163030.760000', '163031.220000', '163031.680000', '163032.140000', '163032.600000', '163033.060000', '163033.520000', '163033.980000', '163034.440000', '163034.900000', '163035.360000', '163035.820000', '163036.280000', '163036.740000', '163037.200000', '163037.660000', '163038.120000', '163038.580000', '163039.040000', '163039.500000', '163039.960000', '163040.420000', '163040.880000', '163041.340000', '163041.800000', '163042.260000', '163042.720000', '163043.180000', '163043.640000', '163044.100000', '163044.560000', '163045.020000', '163045.480000', '163045.940000', '163046.400000', '163046.860000', '163047.320000', '163047.780000', '163048.240000', '163048.700000', '163049.160000', '163049.620000', '163050.080000', '163050.540000', '163051.000000', '163051.460000', '163051.920000', '163052.380000', '163052.840000', '163053.300000', '163053.760000', '163054.220000', '163054.680000', '163055.140000', '163055.600000', '163056.060000', '163056.520000', '163056.980000', '163057.440000', '163057.900000', '163058.360000', '163058.820000', '163059.280000', '163059.740000', '163100.200000', '163100.660000', '163101.120000', '163101.580000', '163102.040000', '163102.500000', '163102.960000', '163103.420000', '163103.880000', '163104.340000', '163104.800000', '163105.260000', '163105.720000', '163106.180000', '163106.640000', '163107.100000', '163107.560000', '163108.020000', '163108.480000', '163108.940000', '163109.400000', '163109.860000', '163110.320000', '163110.780000', '163111.240000', '163111.700000', '163112.160000', '163112.620000', '163113.080000', '163113.540000', '163114.000000', '163114.460000', '163114.920000', '163115.380000', '163115.840000', '163116.300000', '163116.760000', '163117.220000', '163117.680000', '163118.140000', '163118.600000', '163119.060000', '163119.520000', '163119.980000', '163120.440000', '163120.900000', '163121.360000', '163121.820000', '163122.280000', '163122.740000', '163123.200000', '163123.660000', '163124.120000', '163124.580000', '163125.040000', '163125.500000', '163125.960000', '163126.420000', '163126.880000', '163127.340000', '163127.800000', '163128.260000', '163128.720000', '163129.180000', '163129.640000', '163130.100000', '163130.560000', '163131.020000', '163131.480000', '163131.940000', '163132.400000', '163132.860000', '163133.320000', '163133.780000', '163134.240000', '163134.700000', '163135.160000', '163135.620000', '163136.080000', '163136.540000', '163137.000000', '163137.460000', '163137.920000', '163138.380000', '163138.840000', '163139.300000', '163139.760000', '163140.220000', '163140.680000', '163141.140000', '163141.600000', '163142.060000', '163142.520000', '163142.980000', '163143.440000', '163143.900000', '163144.360000', '163144.820000', '163145.280000', '163145.740000', '163146.200000', '163146.660000', '163147.120000', '163147.580000', '163148.040000', '163148.500000', '163148.960000', '163149.420000', '163149.880000', '163150.340000', '163150.800000', '163151.260000', '163151.720000', '163152.180000', '163152.640000', '163153.100000', '163153.560000', '163154.020000', '163154.480000', '163154.940000', '163155.400000', '163155.860000', '163156.320000', '163156.780000', '163157.240000', '163157.700000', '163158.160000', '163158.620000', '163159.080000', '163159.540000', '163200.000000', '163200.460000', '163200.920000', '163201.380000', '163201.840000', '163202.300000', '163202.760000', '163203.220000', '163203.680000', '163204.140000', '163204.600000', '163205.060000', '163205.520000', '163205.980000', '163206.440000', '163206.900000', '163207.360000', '163207.820000', '163208.280000', '163208.740000', '163209.200000', '163209.660000', '163210.120000', '163210.580000', '163211.040000', '163211.500000', '163211.960000', '163212.420000', '163212.880000', '163213.340000', '163213.800000', '163214.260000', '163214.720000', '163215.180000', '163215.640000', '163216.100000', '163216.560000', '163217.020000', '163217.480000', '163217.940000', '163218.400000', '163218.860000', '163219.320000', '163219.780000', '163220.240000', '163220.700000', '163221.160000', '163221.620000', '163222.080000', '163222.540000', '163223.000000', '163223.460000', '163223.920000', '163224.380000', '163224.840000', '163225.300000', '163225.760000', '163226.220000', '163226.680000', '163227.140000', '163227.600000', '163228.060000', '163228.520000', '163228.980000', '163229.440000', '163229.900000', '163230.360000', '163230.820000', '163231.280000', '163231.740000', '163232.200000', '163232.660000', '163233.120000', '163233.580000', '163234.040000', '163234.500000', '163234.960000', '163235.420000', '163235.880000', '163236.340000', '163236.800000', '163237.260000', '163237.720000', '163238.180000', '163238.640000', '163239.100000', '163239.560000', '163240.020000', '163240.480000', '163240.940000', '163241.400000', '163241.860000', '163242.320000', '163242.780000', '163243.240000', '163243.700000', '163244.160000', '163244.620000', '163245.080000', '163245.540000', '163246.000000', '163246.460000', '163246.920000', '163247.380000', '163247.840000', '163248.300000', '163248.760000', '163249.220000', '163249.680000', '163250.140000', '163250.600000', '163251.060000', '163251.520000', '163251.980000', '163252.440000', '163252.900000', '163253.360000', '163253.820000', '163254.280000', '163254.740000', '163255.200000', '163255.660000', '163256.120000', '163256.580000', '163257.040000', '163257.500000', '163257.960000', '163258.420000', '163258.880000', '163259.340000', '163259.800000', '163300.260000', '163300.720000', '163301.180000', '163301.640000', '163302.100000', '163302.560000', '163303.020000', '163303.480000', '163303.940000', '163304.400000', '163304.860000', '163305.320000', '163305.780000', '163306.240000', '163306.700000', '163307.160000', '163307.620000', '163308.080000', '163308.540000', '163309.000000', '163309.460000', '163309.920000', '163310.380000', '163310.840000', '163311.300000', '163311.760000', '163312.220000', '163312.680000', '163313.140000', '163313.600000', '163314.060000', '163314.520000', '163314.980000', '163315.440000', '163315.900000', '163316.360000', '163316.820000', '163317.280000', '163317.740000', '163318.200000', '163318.660000', '163319.120000', '163319.580000', '163320.040000', '163320.500000', '163320.960000', '163321.420000', '163321.880000', '163322.340000', '163322.800000', '163323.260000', '163323.720000', '163324.180000', '163324.640000', '163325.100000', '163325.560000', '163326.020000', '163326.480000', '163326.940000', '163327.400000', '163327.860000', '163328.320000', '163328.780000', '163329.240000', '163329.700000', '163330.160000', '163330.620000', '163331.080000', '163331.540000', '163332.000000', '163332.460000', '163332.920000', '163333.380000', '163333.840000', '163334.300000', '163334.760000', '163335.220000', '163335.680000', '163336.140000', '163336.600000', '163337.060000', '163337.520000', '163337.980000', '163338.440000', '163338.900000', '163339.360000', '163339.820000', '163340.280000', '163340.740000', '163341.200000', '163341.660000', '163342.120000', '163342.580000', '163343.040000', '163343.500000', '163343.960000', '163344.420000', '163344.880000', '163345.340000', '163345.800000', '163346.260000', '163346.720000', '163347.180000', '163347.640000', '163348.100000', '163348.560000', '163349.020000', '163349.480000', '163349.940000', '163350.400000', '163350.860000', '163351.320000', '163351.780000', '163352.240000', '163352.700000', '163353.160000', '163353.620000', '163354.080000', '163354.540000', '163355.000000', '163355.460000', '163355.920000', '163356.380000', '163356.840000', '163357.300000', '163357.760000', '163358.220000', '163358.680000', '163359.140000', '163359.600000', '163400.060000', '163400.520000', '163400.980000', '163401.440000', '163401.900000', '163402.360000', '163402.820000', '163403.280000', '163403.740000', '163404.200000', '163404.660000', '163405.120000', '163405.580000', '163406.040000', '163406.500000', '163406.960000', '163407.420000', '163407.880000', '163408.340000', '163408.800000', '163409.260000', '163409.720000', '163410.180000', '163410.640000', '163411.100000', '163411.560000', '163412.020000', '163412.480000', '163412.940000', '163413.400000', '163413.860000', '163414.320000', '163414.780000', '163415.240000', '163415.700000', '163416.160000', '163416.620000', '163417.080000', '163417.540000', '163418.000000', '163418.460000', '163418.920000', '163419.380000', '163419.840000', '163420.300000', '163420.760000', '163421.220000', '163421.680000', '163422.140000', '163422.600000', '163423.060000', '163423.520000', '163423.980000', '163424.440000', '163424.900000', '163425.360000', '163425.820000', '163426.280000', '163426.740000', '163427.200000', '163427.660000', '163428.120000', '163428.580000', '163429.040000', '163429.500000', '163429.960000', '163430.420000', '163430.880000', '163431.340000', '163431.800000', '163432.260000', '163432.720000', '163433.180000', '163433.640000', '163434.100000', '163434.560000', '163435.020000', '163435.480000', '163435.940000', '163436.400000', '163436.860000', '163437.320000', '163437.780000', '163438.240000', '163438.700000', '163439.160000', '163439.620000', '163440.080000', '163440.540000', '163441.000000', '163441.460000', '163441.920000', '163442.380000', '163442.840000', '163443.300000', '163443.760000', '163444.220000', '163444.680000', '163445.140000', '163445.600000', '163446.060000', '163446.520000', '163446.980000', '163447.440000', '163447.900000', '163448.360000', '163448.820000', '163449.280000', '163449.740000', '163450.200000', '163450.660000', '163451.120000', '163451.580000', '163452.040000', '163452.500000', '163452.960000', '163453.420000', '163453.880000', '163454.340000', '163454.800000', '163455.260000', '163455.720000', '163456.180000', '163456.640000', '163457.100000', '163457.560000', '163458.020000', '163458.480000', '163458.940000', '163459.400000', '163459.860000', '163500.320000', '163500.780000', '163501.240000', '163501.700000', '163502.160000', '163502.620000', '163503.080000', '163503.540000', '163504.000000', '163504.460000', '163504.920000', '163505.380000', '163505.840000', '163506.300000', '163506.760000', '163507.220000', '163507.680000', '163508.140000', '163508.600000', '163509.060000', '163509.520000', '163509.980000', '163510.440000', '163510.900000', '163511.360000', '163511.820000', '163512.280000', '163512.740000', '163513.200000', '163513.660000', '163514.120000', '163514.580000', '163515.040000', '163515.500000', '163515.960000', '163516.420000', '163516.880000', '163517.340000', '163517.800000', '163518.260000', '163518.720000', '163519.180000', '163519.640000', '163520.100000', '163520.560000', '163521.020000', '163521.480000', '163521.940000', '163522.400000', '163522.860000', '163523.320000', '163523.780000', '163524.240000', '163524.700000', '163525.160000', '163525.620000', '163526.080000', '163526.540000', '163527.000000', '163527.460000', '163527.920000', '163528.380000', '163528.840000', '163529.300000', '163529.760000', '163530.220000', '163530.680000', '163531.140000', '163531.600000', '163532.060000', '163532.520000', '163532.980000', '163533.440000', '163533.900000', '163534.360000', '163534.820000', '163535.280000', '163535.740000', '163536.200000', '163536.660000', '163537.120000', '163537.580000', '163538.040000', '163538.500000', '163538.960000', '163539.420000', '163539.880000', '163540.340000', '163540.800000', '163541.260000', '163541.720000', '163542.180000', '163542.640000', '163543.100000', '163543.560000', '163544.020000', '163544.480000', '163544.940000', '163545.400000', '163545.860000', '163546.320000', '163546.780000', '163547.240000', '163547.700000', '163548.160000', '163548.620000', '163549.080000', '163549.540000', '163550.000000', '163550.460000', '163550.920000', '163551.380000', '163551.840000', '163552.300000', '163552.760000', '163553.220000', '163553.680000', '163554.140000', '163554.600000', '163555.060000', '163555.520000', '163555.980000', '163556.440000', '163556.900000', '163557.360000', '163557.820000', '163558.280000', '163558.740000', '163559.200000', '163559.660000', '163600.120000', '163600.580000', '163601.040000', '163601.500000', '163601.960000', '163602.420000', '163602.880000', '163603.340000', '163603.800000', '163604.260000', '163604.720000', '163605.180000', '163605.640000', '163606.100000', '163606.560000', '163607.020000', '163607.480000', '163607.940000', '163608.400000', '163608.860000', '163609.320000', '163609.780000', '163610.240000', '163610.700000', '163611.160000', '163611.620000', '163612.080000', '163612.540000', '163613.000000', '163613.460000', '163613.920000', '163614.380000', '163614.840000', '163615.300000', '163615.760000', '163616.220000', '163616.680000', '163617.140000', '163617.600000', '163618.060000', '163618.520000', '163618.980000', '163619.440000', '163619.900000'], 'ContentTime': ['162943.870000', '162943.874000', '162943.877000', '162943.879000', '162943.882000', '162943.884000', '162943.887000', '162943.890000', '162943.892000', '162943.895000', '162943.898000', '162943.900000', '162943.903000', '162943.916000', '162943.919000', '162943.922000', '162943.924000', '162943.927000', '162943.930000', '162943.933000', '162943.936000', '162943.938000', '162943.941000', '162943.944000', '162943.946000', '162943.949000', '162943.951000', '162943.955000', '162943.957000', '162943.960000', '162943.962000', '162943.965000', '162943.968000', '162943.970000', '162943.973000', '162943.975000', '162943.978000', '162943.983000', '162943.986000', '162943.989000', '162943.991000', '162943.994000', '162943.996000', '162943.999000', '162944.002000', '162944.005000', '162944.007000', '162944.010000', '162944.013000', '163003.801000', '163003.810000', '163003.813000', '163003.815000', '163003.818000', '163003.820000', '163003.823000', '163003.826000', '163003.828000', '163003.831000', '163003.833000', '163003.836000', '163003.839000', '163003.841000', '163003.844000', '163003.846000', '163003.849000', '163003.852000', '163003.854000', '163003.862000', '163003.865000', '163003.867000', '163003.870000', '163003.873000', '163003.875000', '163003.878000', '163003.880000', '163003.883000', '163003.885000', '163003.888000', '163003.891000', '163003.893000', '163003.896000', '163003.898000', '163003.901000', '163003.903000', '163003.906000', '163003.909000', '163003.911000', '163003.914000', '163003.916000', '163003.919000', '163003.922000', '163003.924000', '163023.801000', '163023.804000', '163023.807000', '163023.809000', '163023.812000', '163023.815000', '163023.817000', '163023.820000', '163023.822000', '163023.825000', '163023.828000', '163023.830000', '163023.833000', '163023.835000', '163023.838000', '163023.841000', '163023.843000', '163023.846000', '163023.849000', '163023.852000', '163023.855000', '163023.857000', '163023.860000', '163023.862000', '163023.865000', '163023.868000', '163023.870000', '163023.873000', '163023.876000', '163023.878000', '163023.881000', '163023.883000', '163023.886000', '163023.889000', '163023.891000', '163023.894000', '163023.900000', '163023.902000', '163023.905000', '163023.907000', '163023.910000', '163023.913000', '163023.915000', '163043.801000', '163043.804000', '163043.807000', '163043.809000', '163043.812000', '163043.815000', '163043.817000', '163043.820000', '163043.822000', '163043.825000', '163043.828000', '163043.830000', '163043.833000', '163043.835000', '163043.838000', '163043.841000', '163043.844000', '163043.847000', '163043.849000', '163043.852000', '163043.857000', '163043.859000', '163043.862000', '163043.864000', '163043.867000', '163043.870000', '163043.872000', '163043.875000', '163043.877000', '163043.880000', '163043.883000', '163043.885000', '163043.888000', '163043.890000', '163043.893000', '163043.896000', '163043.898000', '163043.901000', '163043.903000', '163043.906000', '163043.909000', '163043.911000', '163043.914000', '163043.916000', '163103.802000', '163103.805000', '163103.807000', '163103.810000', '163103.813000', '163103.815000', '163103.818000', '163103.820000', '163103.823000', '163103.825000', '163103.828000', '163103.831000', '163103.833000', '163103.836000', '163103.839000', '163103.841000', '163103.844000', '163103.846000', '163103.849000', '163103.852000', '163103.854000', '163103.857000', '163103.859000', '163103.862000', '163103.886000', '163103.889000', '163103.891000', '163103.894000', '163103.897000', '163103.899000', '163103.902000', '163103.904000', '163103.907000', '163103.910000', '163103.912000', '163103.915000', '163103.917000', '163103.920000', '163103.922000', '163103.925000', '163103.928000', '163103.930000', '163103.933000', '163123.801000', '163123.804000', '163123.807000', '163123.810000', '163123.812000', '163123.815000', '163123.817000', '163123.820000', '163123.823000', '163123.825000', '163123.828000', '163123.830000', '163123.833000', '163123.836000', '163123.838000', '163123.841000', '163123.844000', '163123.854000', '163123.856000', '163123.859000', '163123.862000', '163123.864000', '163123.867000', '163123.869000', '163123.872000', '163123.875000', '163123.877000', '163123.880000', '163123.882000', '163123.885000', '163123.888000', '163123.890000', '163123.893000', '163123.896000', '163123.898000', '163123.901000', '163123.903000', '163123.906000', '163123.909000', '163123.911000', '163123.917000', '163123.920000', '163123.922000', '163123.925000', '163143.801000', '163143.804000', '163143.807000', '163143.810000', '163143.812000', '163143.815000', '163143.818000', '163143.820000', '163143.823000', '163143.825000', '163143.828000', '163143.831000', '163143.833000', '163143.836000', '163143.838000', '163143.841000', '163143.844000', '163143.846000', '163143.849000', '163143.851000', '163143.854000', '163143.857000', '163143.859000', '163143.862000', '163143.864000', '163143.867000', '163143.870000', '163143.872000', '163143.875000', '163143.877000', '163143.880000', '163143.883000', '163143.885000', '163143.888000', '163143.890000', '163143.893000', '163143.896000', '163143.898000', '163143.901000', '163143.904000', '163143.906000', '163143.909000', '163143.911000', '163203.801000', '163203.827000', '163203.830000', '163203.833000', '163203.835000', '163203.838000', '163203.840000', '163203.843000', '163203.846000', '163203.848000', '163203.851000', '163203.854000', '163203.856000', '163203.859000', '163203.861000', '163203.864000', '163203.867000', '163203.869000', '163203.872000', '163203.874000', '163203.877000', '163203.880000', '163203.883000', '163203.885000', '163203.888000', '163203.890000', '163203.893000', '163203.895000', '163203.898000', '163203.901000', '163203.903000', '163203.906000', '163203.909000', '163203.911000', '163203.914000', '163203.917000', '163203.919000', '163203.922000', '163203.925000', '163203.927000', '163203.930000', '163203.932000', '163203.935000', '163203.938000', '163223.801000', '163223.830000', '163223.832000', '163223.835000', '163223.837000', '163223.840000', '163223.843000', '163223.845000', '163223.848000', '163223.851000', '163223.853000', '163223.856000', '163223.858000', '163223.861000', '163223.864000', '163223.866000', '163223.869000', '163223.872000', '163223.874000', '163223.877000', '163223.879000', '163223.882000', '163223.885000', '163223.887000', '163223.890000', '163223.892000', '163223.895000', '163223.898000', '163223.900000', '163223.903000', '163223.906000', '163223.908000', '163223.911000', '163223.913000', '163223.916000', '163223.919000', '163223.921000', '163223.924000', '163223.927000', '163223.929000', '163223.932000', '163223.934000', '163223.937000', '163243.801000', '163243.831000', '163243.833000', '163243.836000', '163243.839000', '163243.841000', '163243.844000', '163243.846000', '163243.849000', '163243.852000', '163243.854000', '163243.857000', '163243.859000', '163243.862000', '163243.865000', '163243.867000', '163243.870000', '163243.873000', '163243.875000', '163243.878000', '163243.880000', '163243.883000', '163243.886000', '163243.888000', '163243.891000', '163243.893000', '163243.896000', '163243.899000', '163243.901000', '163243.904000', '163243.907000', '163243.909000', '163243.912000', '163243.914000', '163243.917000', '163243.920000', '163243.922000', '163243.925000', '163243.927000', '163243.930000', '163243.933000', '163243.935000', '163243.970000', '163243.973000', '163303.801000', '163303.954000', '163303.956000', '163303.959000', '163303.962000', '163303.964000', '163303.967000', '163303.970000', '163303.972000', '163303.975000', '163303.977000', '163303.980000', '163303.983000', '163303.985000', '163303.988000', '163303.990000', '163303.993000', '163303.996000', '163303.998000', '163304.002000', '163304.005000', '163304.007000', '163304.010000', '163304.013000', '163304.015000', '163304.018000', '163304.020000', '163304.023000', '163304.026000', '163304.029000', '163304.032000', '163304.035000', '163304.038000', '163304.040000', '163304.043000', '163304.046000', '163304.048000', '163304.051000', '163304.053000', '163304.056000', '163304.059000', '163304.061000', '163304.064000', '163323.802000', '163323.828000', '163323.830000', '163323.833000', '163323.836000', '163323.838000', '163323.841000', '163323.843000', '163323.846000', '163323.849000', '163323.851000', '163323.854000', '163323.857000', '163323.859000', '163323.862000', '163323.865000', '163323.868000', '163323.871000', '163323.880000', '163323.883000', '163323.885000', '163323.888000', '163323.891000', '163323.893000', '163323.896000', '163323.898000', '163323.901000', '163323.904000', '163323.906000', '163323.909000', '163323.912000', '163323.914000', '163323.917000', '163323.919000', '163323.922000', '163323.925000', '163323.927000', '163323.930000', '163323.933000', '163323.935000', '163323.938000', '163323.940000', '163323.943000', '163343.802000', '163343.822000', '163343.824000', '163343.827000', '163343.830000', '163343.832000', '163343.835000', '163343.837000', '163343.840000', '163343.843000', '163343.845000', '163343.848000', '163343.851000', '163343.853000', '163343.856000', '163343.859000', '163343.861000', '163343.864000', '163343.866000', '163343.869000', '163343.872000', '163343.874000', '163343.877000', '163343.879000', '163343.882000', '163343.885000', '163343.887000', '163343.890000', '163343.893000', '163343.895000', '163343.898000', '163343.900000', '163343.903000', '163343.906000', '163343.908000', '163343.911000', '163343.914000', '163343.916000', '163343.919000', '163343.921000', '163343.924000', '163343.927000', '163343.929000', '163343.932000', '163403.802000', '163403.833000', '163403.835000', '163403.838000', '163403.841000', '163403.843000', '163403.846000', '163403.848000', '163403.851000', '163403.854000', '163403.856000', '163403.859000', '163403.862000', '163403.864000', '163403.867000', '163403.869000', '163403.872000', '163403.875000', '163403.877000', '163403.880000', '163403.882000', '163403.885000', '163403.888000', '163403.890000', '163403.893000', '163403.895000', '163403.898000', '163403.901000', '163403.903000', '163403.906000', '163403.908000', '163403.911000', '163403.914000', '163403.916000', '163403.919000', '163403.921000', '163403.924000', '163403.927000', '163403.929000', '163403.932000', '163403.935000', '163403.937000', '163403.940000', '163423.802000', '163423.833000', '163423.835000', '163423.838000', '163423.840000', '163423.843000', '163423.846000', '163423.848000', '163423.851000', '163423.854000', '163423.856000', '163423.859000', '163423.862000', '163423.865000', '163423.867000', '163423.870000', '163423.873000', '163423.875000', '163423.878000', '163423.881000', '163423.883000', '163423.886000', '163423.888000', '163423.891000', '163423.929000', '163423.932000', '163423.934000', '163423.937000', '163423.940000', '163423.942000', '163423.945000', '163423.948000', '163423.950000', '163423.953000', '163423.955000', '163423.958000', '163423.961000', '163423.963000', '163423.966000', '163423.969000', '163423.971000', '163423.974000', '163423.977000', '163423.979000', '163443.801000', '163443.878000', '163443.881000', '163443.883000', '163443.886000', '163443.888000', '163443.891000', '163443.894000', '163443.896000', '163443.899000', '163443.902000', '163443.905000', '163443.908000', '163443.911000', '163443.913000', '163443.916000', '163443.918000', '163443.921000', '163443.924000', '163443.926000', '163443.929000', '163443.931000', '163443.934000', '163443.937000', '163443.939000', '163443.942000', '163443.945000', '163443.947000', '163443.950000', '163443.952000', '163443.955000', '163443.958000', '163443.960000', '163443.963000', '163443.966000', '163443.968000', '163443.971000', '163443.974000', '163443.976000', '163443.979000', '163443.982000', '163443.984000', '163443.987000', '163503.802000', '163503.842000', '163503.844000', '163503.847000', '163503.849000', '163503.852000', '163503.855000', '163503.857000', '163503.860000', '163503.862000', '163503.865000', '163503.868000', '163503.870000', '163503.873000', '163503.875000', '163503.878000', '163503.881000', '163503.883000', '163503.886000', '163503.888000', '163503.891000', '163503.894000', '163503.896000', '163503.899000', '163503.902000', '163503.904000', '163503.907000', '163503.909000', '163503.912000', '163503.915000', '163503.917000', '163503.920000', '163503.923000', '163503.925000', '163503.928000', '163503.930000', '163503.933000', '163503.936000', '163503.938000', '163503.941000', '163503.944000', '163503.946000', '163503.949000', '163503.952000', '163523.802000', '163523.847000', '163523.850000', '163523.852000', '163523.855000', '163523.857000', '163523.860000', '163523.863000', '163523.865000', '163523.868000', '163523.870000', '163523.873000', '163523.876000', '163523.879000', '163523.881000', '163523.884000', '163523.886000', '163523.889000', '163523.892000', '163523.894000', '163523.897000', '163523.900000', '163523.902000', '163523.905000', '163523.908000', '163523.910000', '163523.913000', '163523.916000', '163523.918000', '163523.921000', '163523.924000', '163523.926000', '163523.929000', '163523.932000', '163523.934000', '163523.937000', '163523.939000', '163523.942000', '163523.945000', '163523.947000', '163523.950000', '163523.952000', '163523.955000', '163543.802000', '163543.830000', '163543.833000', '163543.836000', '163543.838000', '163543.841000', '163543.844000', '163543.846000', '163543.849000', '163543.851000', '163543.854000', '163543.857000', '163543.859000', '163543.862000', '163543.864000', '163543.867000', '163543.870000', '163543.872000', '163543.875000', '163543.877000', '163543.880000', '163543.883000', '163543.885000', '163543.888000', '163543.891000', '163543.893000', '163543.896000', '163543.898000', '163543.901000', '163543.904000', '163543.906000', '163543.909000', '163543.912000', '163543.914000', '163543.954000', '163543.956000', '163543.959000', '163543.962000', '163543.964000', '163543.967000', '163543.969000', '163543.972000', '163543.975000', '163543.977000', '163603.802000', '163603.805000', '163603.807000', '163603.810000', '163603.813000', '163603.815000', '163603.818000', '163603.821000', '163603.823000', '163603.826000', '163603.829000', '163603.831000', '163603.839000', '163603.842000', '163603.844000', '163603.847000', '163603.850000', '163603.852000', '163603.855000', '163603.858000', '163603.861000', '163603.863000', '163603.866000', '163603.869000', '163603.871000', '163603.874000', '163603.876000', '163603.879000', '163603.882000', '163603.884000', '163603.888000', '163603.891000', '163603.894000', '163603.897000', '163603.900000', '163603.902000', '163603.905000', '163603.908000', '163603.910000', '163603.913000', '163603.916000', '163603.919000', '163603.921000', '163621.386000', '163621.389000', '163621.392000', '163621.394000', '163621.397000', '163621.400000', '163621.402000', '163621.405000', '163621.407000', '163621.410000', '163621.413000', '163621.415000', '163621.418000', '163621.420000', '163621.423000', '163621.426000', '163621.428000', '163621.431000', '163621.434000', '163621.436000', '163621.439000', '163621.442000', '163621.444000', '163621.447000', '163621.449000', '163621.452000', '163621.455000', '163621.457000', '163621.460000', '163621.463000', '163621.465000', '163621.468000', '163621.471000', '163621.473000', '163621.476000', '163621.479000', '163621.481000', '163621.484000', '163621.486000'], 'InstanceCreationTime': ['162943.870000', '162943.874000', '162943.877000', '162943.879000', '162943.882000', '162943.884000', '162943.887000', '162943.890000', '162943.892000', '162943.895000', '162943.898000', '162943.900000', '162943.903000', '162943.916000', '162943.919000', '162943.922000', '162943.924000', '162943.927000', '162943.930000', '162943.933000', '162943.936000', '162943.938000', '162943.941000', '162943.944000', '162943.946000', '162943.949000', '162943.951000', '162943.955000', '162943.957000', '162943.960000', '162943.962000', '162943.965000', '162943.968000', '162943.970000', '162943.973000', '162943.975000', '162943.978000', '162943.983000', '162943.986000', '162943.989000', '162943.991000', '162943.994000', '162943.996000', '162943.999000', '162944.002000', '162944.005000', '162944.007000', '162944.010000', '162944.013000', '163003.801000', '163003.810000', '163003.813000', '163003.815000', '163003.818000', '163003.820000', '163003.823000', '163003.826000', '163003.828000', '163003.831000', '163003.833000', '163003.836000', '163003.839000', '163003.841000', '163003.844000', '163003.846000', '163003.849000', '163003.852000', '163003.854000', '163003.862000', '163003.865000', '163003.867000', '163003.870000', '163003.873000', '163003.875000', '163003.878000', '163003.880000', '163003.883000', '163003.885000', '163003.888000', '163003.891000', '163003.893000', '163003.896000', '163003.898000', '163003.901000', '163003.903000', '163003.906000', '163003.909000', '163003.911000', '163003.914000', '163003.916000', '163003.919000', '163003.922000', '163003.924000', '163023.801000', '163023.804000', '163023.807000', '163023.809000', '163023.812000', '163023.815000', '163023.817000', '163023.820000', '163023.822000', '163023.825000', '163023.828000', '163023.830000', '163023.833000', '163023.835000', '163023.838000', '163023.841000', '163023.843000', '163023.846000', '163023.849000', '163023.852000', '163023.855000', '163023.857000', '163023.860000', '163023.862000', '163023.865000', '163023.868000', '163023.870000', '163023.873000', '163023.876000', '163023.878000', '163023.881000', '163023.883000', '163023.886000', '163023.889000', '163023.891000', '163023.894000', '163023.900000', '163023.902000', '163023.905000', '163023.907000', '163023.910000', '163023.913000', '163023.915000', '163043.801000', '163043.804000', '163043.807000', '163043.809000', '163043.812000', '163043.815000', '163043.817000', '163043.820000', '163043.822000', '163043.825000', '163043.828000', '163043.830000', '163043.833000', '163043.835000', '163043.838000', '163043.841000', '163043.844000', '163043.847000', '163043.849000', '163043.852000', '163043.857000', '163043.859000', '163043.862000', '163043.864000', '163043.867000', '163043.870000', '163043.872000', '163043.875000', '163043.877000', '163043.880000', '163043.883000', '163043.885000', '163043.888000', '163043.890000', '163043.893000', '163043.896000', '163043.898000', '163043.901000', '163043.903000', '163043.906000', '163043.909000', '163043.911000', '163043.914000', '163043.916000', '163103.802000', '163103.805000', '163103.807000', '163103.810000', '163103.813000', '163103.815000', '163103.818000', '163103.820000', '163103.823000', '163103.825000', '163103.828000', '163103.831000', '163103.833000', '163103.836000', '163103.839000', '163103.841000', '163103.844000', '163103.846000', '163103.849000', '163103.852000', '163103.854000', '163103.857000', '163103.859000', '163103.862000', '163103.886000', '163103.889000', '163103.891000', '163103.894000', '163103.897000', '163103.899000', '163103.902000', '163103.904000', '163103.907000', '163103.910000', '163103.912000', '163103.915000', '163103.917000', '163103.920000', '163103.922000', '163103.925000', '163103.928000', '163103.930000', '163103.933000', '163123.801000', '163123.804000', '163123.807000', '163123.810000', '163123.812000', '163123.815000', '163123.817000', '163123.820000', '163123.823000', '163123.825000', '163123.828000', '163123.830000', '163123.833000', '163123.836000', '163123.838000', '163123.841000', '163123.844000', '163123.854000', '163123.856000', '163123.859000', '163123.862000', '163123.864000', '163123.867000', '163123.869000', '163123.872000', '163123.875000', '163123.877000', '163123.880000', '163123.882000', '163123.885000', '163123.888000', '163123.890000', '163123.893000', '163123.896000', '163123.898000', '163123.901000', '163123.903000', '163123.906000', '163123.909000', '163123.911000', '163123.917000', '163123.920000', '163123.922000', '163123.925000', '163143.801000', '163143.804000', '163143.807000', '163143.810000', '163143.812000', '163143.815000', '163143.818000', '163143.820000', '163143.823000', '163143.825000', '163143.828000', '163143.831000', '163143.833000', '163143.836000', '163143.838000', '163143.841000', '163143.844000', '163143.846000', '163143.849000', '163143.851000', '163143.854000', '163143.857000', '163143.859000', '163143.862000', '163143.864000', '163143.867000', '163143.870000', '163143.872000', '163143.875000', '163143.877000', '163143.880000', '163143.883000', '163143.885000', '163143.888000', '163143.890000', '163143.893000', '163143.896000', '163143.898000', '163143.901000', '163143.904000', '163143.906000', '163143.909000', '163143.911000', '163203.801000', '163203.827000', '163203.830000', '163203.833000', '163203.835000', '163203.838000', '163203.840000', '163203.843000', '163203.846000', '163203.848000', '163203.851000', '163203.854000', '163203.856000', '163203.859000', '163203.861000', '163203.864000', '163203.867000', '163203.869000', '163203.872000', '163203.874000', '163203.877000', '163203.880000', '163203.883000', '163203.885000', '163203.888000', '163203.890000', '163203.893000', '163203.895000', '163203.898000', '163203.901000', '163203.903000', '163203.906000', '163203.909000', '163203.911000', '163203.914000', '163203.917000', '163203.919000', '163203.922000', '163203.925000', '163203.927000', '163203.930000', '163203.932000', '163203.935000', '163203.938000', '163223.801000', '163223.830000', '163223.832000', '163223.835000', '163223.837000', '163223.840000', '163223.843000', '163223.845000', '163223.848000', '163223.851000', '163223.853000', '163223.856000', '163223.858000', '163223.861000', '163223.864000', '163223.866000', '163223.869000', '163223.872000', '163223.874000', '163223.877000', '163223.879000', '163223.882000', '163223.885000', '163223.887000', '163223.890000', '163223.892000', '163223.895000', '163223.898000', '163223.900000', '163223.903000', '163223.906000', '163223.908000', '163223.911000', '163223.913000', '163223.916000', '163223.919000', '163223.921000', '163223.924000', '163223.927000', '163223.929000', '163223.932000', '163223.934000', '163223.937000', '163243.801000', '163243.831000', '163243.833000', '163243.836000', '163243.839000', '163243.841000', '163243.844000', '163243.846000', '163243.849000', '163243.852000', '163243.854000', '163243.857000', '163243.859000', '163243.862000', '163243.865000', '163243.867000', '163243.870000', '163243.873000', '163243.875000', '163243.878000', '163243.880000', '163243.883000', '163243.886000', '163243.888000', '163243.891000', '163243.893000', '163243.896000', '163243.899000', '163243.901000', '163243.904000', '163243.907000', '163243.909000', '163243.912000', '163243.914000', '163243.917000', '163243.920000', '163243.922000', '163243.925000', '163243.927000', '163243.930000', '163243.933000', '163243.935000', '163243.970000', '163243.973000', '163303.801000', '163303.954000', '163303.956000', '163303.959000', '163303.962000', '163303.964000', '163303.967000', '163303.970000', '163303.972000', '163303.975000', '163303.977000', '163303.980000', '163303.983000', '163303.985000', '163303.988000', '163303.990000', '163303.993000', '163303.996000', '163303.998000', '163304.002000', '163304.005000', '163304.007000', '163304.010000', '163304.013000', '163304.015000', '163304.018000', '163304.020000', '163304.023000', '163304.026000', '163304.029000', '163304.032000', '163304.035000', '163304.038000', '163304.040000', '163304.043000', '163304.046000', '163304.048000', '163304.051000', '163304.053000', '163304.056000', '163304.059000', '163304.061000', '163304.064000', '163323.802000', '163323.828000', '163323.830000', '163323.833000', '163323.836000', '163323.838000', '163323.841000', '163323.843000', '163323.846000', '163323.849000', '163323.851000', '163323.854000', '163323.857000', '163323.859000', '163323.862000', '163323.865000', '163323.868000', '163323.871000', '163323.880000', '163323.883000', '163323.885000', '163323.888000', '163323.891000', '163323.893000', '163323.896000', '163323.898000', '163323.901000', '163323.904000', '163323.906000', '163323.909000', '163323.912000', '163323.914000', '163323.917000', '163323.919000', '163323.922000', '163323.925000', '163323.927000', '163323.930000', '163323.933000', '163323.935000', '163323.938000', '163323.940000', '163323.943000', '163343.802000', '163343.822000', '163343.824000', '163343.827000', '163343.830000', '163343.832000', '163343.835000', '163343.837000', '163343.840000', '163343.843000', '163343.845000', '163343.848000', '163343.851000', '163343.853000', '163343.856000', '163343.859000', '163343.861000', '163343.864000', '163343.866000', '163343.869000', '163343.872000', '163343.874000', '163343.877000', '163343.879000', '163343.882000', '163343.885000', '163343.887000', '163343.890000', '163343.893000', '163343.895000', '163343.898000', '163343.900000', '163343.903000', '163343.906000', '163343.908000', '163343.911000', '163343.914000', '163343.916000', '163343.919000', '163343.921000', '163343.924000', '163343.927000', '163343.929000', '163343.932000', '163403.802000', '163403.833000', '163403.835000', '163403.838000', '163403.841000', '163403.843000', '163403.846000', '163403.848000', '163403.851000', '163403.854000', '163403.856000', '163403.859000', '163403.862000', '163403.864000', '163403.867000', '163403.869000', '163403.872000', '163403.875000', '163403.877000', '163403.880000', '163403.882000', '163403.885000', '163403.888000', '163403.890000', '163403.893000', '163403.895000', '163403.898000', '163403.901000', '163403.903000', '163403.906000', '163403.908000', '163403.911000', '163403.914000', '163403.916000', '163403.919000', '163403.921000', '163403.924000', '163403.927000', '163403.929000', '163403.932000', '163403.935000', '163403.937000', '163403.940000', '163423.802000', '163423.833000', '163423.835000', '163423.838000', '163423.840000', '163423.843000', '163423.846000', '163423.848000', '163423.851000', '163423.854000', '163423.856000', '163423.859000', '163423.862000', '163423.865000', '163423.867000', '163423.870000', '163423.873000', '163423.875000', '163423.878000', '163423.881000', '163423.883000', '163423.886000', '163423.888000', '163423.891000', '163423.929000', '163423.932000', '163423.934000', '163423.937000', '163423.940000', '163423.942000', '163423.945000', '163423.948000', '163423.950000', '163423.953000', '163423.955000', '163423.958000', '163423.961000', '163423.963000', '163423.966000', '163423.969000', '163423.971000', '163423.974000', '163423.977000', '163423.979000', '163443.801000', '163443.878000', '163443.881000', '163443.883000', '163443.886000', '163443.888000', '163443.891000', '163443.894000', '163443.896000', '163443.899000', '163443.902000', '163443.905000', '163443.908000', '163443.911000', '163443.913000', '163443.916000', '163443.918000', '163443.921000', '163443.924000', '163443.926000', '163443.929000', '163443.931000', '163443.934000', '163443.937000', '163443.939000', '163443.942000', '163443.945000', '163443.947000', '163443.950000', '163443.952000', '163443.955000', '163443.958000', '163443.960000', '163443.963000', '163443.966000', '163443.968000', '163443.971000', '163443.974000', '163443.976000', '163443.979000', '163443.982000', '163443.984000', '163443.987000', '163503.802000', '163503.842000', '163503.844000', '163503.847000', '163503.849000', '163503.852000', '163503.855000', '163503.857000', '163503.860000', '163503.862000', '163503.865000', '163503.868000', '163503.870000', '163503.873000', '163503.875000', '163503.878000', '163503.881000', '163503.883000', '163503.886000', '163503.888000', '163503.891000', '163503.894000', '163503.896000', '163503.899000', '163503.902000', '163503.904000', '163503.907000', '163503.909000', '163503.912000', '163503.915000', '163503.917000', '163503.920000', '163503.923000', '163503.925000', '163503.928000', '163503.930000', '163503.933000', '163503.936000', '163503.938000', '163503.941000', '163503.944000', '163503.946000', '163503.949000', '163503.952000', '163523.802000', '163523.847000', '163523.850000', '163523.852000', '163523.855000', '163523.857000', '163523.860000', '163523.863000', '163523.865000', '163523.868000', '163523.870000', '163523.873000', '163523.876000', '163523.879000', '163523.881000', '163523.884000', '163523.886000', '163523.889000', '163523.892000', '163523.894000', '163523.897000', '163523.900000', '163523.902000', '163523.905000', '163523.908000', '163523.910000', '163523.913000', '163523.916000', '163523.918000', '163523.921000', '163523.924000', '163523.926000', '163523.929000', '163523.932000', '163523.934000', '163523.937000', '163523.939000', '163523.942000', '163523.945000', '163523.947000', '163523.950000', '163523.952000', '163523.955000', '163543.802000', '163543.830000', '163543.833000', '163543.836000', '163543.838000', '163543.841000', '163543.844000', '163543.846000', '163543.849000', '163543.851000', '163543.854000', '163543.857000', '163543.859000', '163543.862000', '163543.864000', '163543.867000', '163543.870000', '163543.872000', '163543.875000', '163543.877000', '163543.880000', '163543.883000', '163543.885000', '163543.888000', '163543.891000', '163543.893000', '163543.896000', '163543.898000', '163543.901000', '163543.904000', '163543.906000', '163543.909000', '163543.912000', '163543.914000', '163543.954000', '163543.956000', '163543.959000', '163543.962000', '163543.964000', '163543.967000', '163543.969000', '163543.972000', '163543.975000', '163543.977000', '163603.802000', '163603.805000', '163603.807000', '163603.810000', '163603.813000', '163603.815000', '163603.818000', '163603.821000', '163603.823000', '163603.826000', '163603.829000', '163603.831000', '163603.839000', '163603.842000', '163603.844000', '163603.847000', '163603.850000', '163603.852000', '163603.855000', '163603.858000', '163603.861000', '163603.863000', '163603.866000', '163603.869000', '163603.871000', '163603.874000', '163603.876000', '163603.879000', '163603.882000', '163603.884000', '163603.888000', '163603.891000', '163603.894000', '163603.897000', '163603.900000', '163603.902000', '163603.905000', '163603.908000', '163603.910000', '163603.913000', '163603.916000', '163603.919000', '163603.921000', '163621.386000', '163621.389000', '163621.392000', '163621.394000', '163621.397000', '163621.400000', '163621.402000', '163621.405000', '163621.407000', '163621.410000', '163621.413000', '163621.415000', '163621.418000', '163621.420000', '163621.423000', '163621.426000', '163621.428000', '163621.431000', '163621.434000', '163621.436000', '163621.439000', '163621.442000', '163621.444000', '163621.447000', '163621.449000', '163621.452000', '163621.455000', '163621.457000', '163621.460000', '163621.463000', '163621.465000', '163621.468000', '163621.471000', '163621.473000', '163621.476000', '163621.479000', '163621.481000', '163621.484000', '163621.486000'], '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': [11385, 10736, 10113, 10684, 10358, 9913, 10554, 9894, 10838, 10460, 10542, 10613, 10332, 10098, 9972, 10700, 9650, 10465, 10115, 10637, 10223, 10825, 10269, 10457, 10091, 11805, 11110, 10475, 10835, 10165, 10944, 10693, 12274, 10125, 13026, 10603, 11622, 10279, 9982, 10821, 9871, 10812, 9959, 10567, 10366, 10468, 10152, 11822, 10190, 11743, 10469, 11484, 10482, 11881, 10611, 12503, 10416, 9793, 10599, 10351, 10478, 10150, 10369, 10696, 10902, 10404, 10437, 10291, 11833, 10821, 13157, 10626, 9815, 10519, 9581, 10509, 10022, 10550, 10248, 10702, 10184, 11222, 10552, 10457, 10699, 10557, 10090, 10799, 10154, 10807, 10410, 11442, 10345, 10389, 10098, 10402, 10613, 11625, 10953, 10943, 10270, 9703, 10525, 9964, 10516, 10082, 10535, 10062, 10452, 10302, 10791, 10573, 12131, 10368, 11056, 10716, 11535, 10766, 12558, 10536, 9634, 10291, 10034, 10076, 9622, 10616, 9914, 10402, 10153, 10422, 10232, 10713, 10517, 11082, 10475, 10636, 10241, 10438, 10543, 11683, 10249, 11412, 10517, 11083, 10461, 11982, 10686, 9840, 10441, 10177, 10979, 10848, 10584, 10569, 10764, 10394, 10141, 10268, 11718, 10240, 11187, 10547, 10328, 10423, 9759, 10920, 10449, 10936, 10477, 10707, 10087, 11445, 10160, 11216, 10464, 11502, 10360, 10832, 10652, 9908, 11356, 10921, 10799, 10413, 10417, 10301, 12076, 10319, 9524, 10299, 9969, 10739, 9898, 10851, 10172, 11125, 10359, 10640, 10327, 11030, 10166, 10469, 10409, 10567, 10483, 12109, 10142, 9694, 10317, 9652, 10538, 9497, 10905, 9867, 11074, 10045, 10793, 10692, 10783, 10208, 11302, 10484, 11924, 10788, 11234, 10146, 10943, 10300, 11863, 10527, 9997, 10350, 9869, 10557, 10232, 10596, 10217, 10699, 10327, 11104, 10372, 11608, 10171, 11336, 9969, 11494, 10395, 12380, 10200, 9950, 10246, 9803, 10004, 9798, 10315, 10303, 10736, 10057, 10708, 10081, 11270, 10249, 11281, 10207, 11178, 10165, 12175, 9803, 11020, 9957, 11205, 10207, 11764, 10689, 11004, 10153, 9781, 10086, 9922, 10423, 10389, 10617, 10385, 11161, 10213, 10794, 10506, 11244, 10126, 11148, 10369, 11136, 10257, 10956, 9999, 10809, 9951, 10802, 10564, 12435, 10618, 9573, 10044, 10383, 10905, 10338, 11466, 10101, 10958, 10238, 11743, 10042, 12481, 10172, 12381, 10428, 10282, 10283, 9958, 10651, 10307, 11247, 10344, 11108, 10463, 10302, 10154, 10631, 10297, 11778, 10525, 10620, 10346, 10551, 10503, 10467, 10287, 10206, 11211, 10093, 10891, 10237, 10065, 10224, 10189, 10612, 10404, 11110, 10293, 10708, 10157, 11290, 10525, 10404, 10347, 11140, 10493, 11045, 10222, 9863, 10616, 10118, 10654, 10242, 11291, 10097, 10666, 10827, 10103, 10514, 9950, 10979, 10693, 11251, 10336, 11161, 10523, 11077, 10093, 10313, 10220, 10678, 10424, 11761, 10309, 9843, 10429, 9716, 10564, 10667, 10422, 10347, 11270, 10387, 10074, 10273, 11497, 10317, 11871, 10111, 10001, 10552, 10071, 10520, 10036, 11152, 10152, 10914, 10344, 10667, 10555, 11435, 10452, 10304, 10797, 10187, 11164, 10336, 11309, 10153, 11309, 10183, 11029, 10508, 11114, 10240, 10858, 10374, 10405, 10383, 10091, 10064, 11330, 10234, 11170, 10255, 10691, 10347, 10684, 10488, 11463, 10423, 10577, 10370, 10786, 10363, 11772, 10391, 11324, 10507, 10403, 10349, 9971, 10529, 9730, 10379, 10444, 10397, 9954, 11123, 10629, 10905, 10161, 11207, 10269, 11396, 10369, 11229, 10283, 10936, 10200, 10698, 10108, 11094, 10016, 12059, 9897, 10377, 10335, 11117, 10332, 12298, 10128, 10836, 10387, 11055, 10381, 11742, 10458, 11074, 10284, 10673, 10182, 11141, 10227, 11135, 10092, 10866, 10079, 10379, 10222, 11679, 10108, 10422, 10258, 10817, 10332, 11460, 10418, 12130, 10188, 11025, 10452, 10828, 10269, 12145, 10590, 10937, 10120, 9570, 10303, 9798, 10407, 9837, 10287, 10282, 10193, 10418, 10103, 10059, 10157, 10265, 10060, 10291, 10248, 10260, 10352, 9858, 10320, 10202, 10628, 10192, 10462, 9949, 10667, 10250, 10227, 10319, 10575, 10295, 10590, 9827, 10126, 10136, 11110, 10145, 10747, 10116, 10742, 10018, 11151, 10209, 10740, 10141, 11064, 10347, 10935, 9922, 10910, 9879, 11492, 10062, 12141, 10226, 11414, 10413, 11623, 10589, 12789, 10459, 10828, 10264, 10266, 10152, 11125, 10083, 10347, 10411, 10244, 10293, 10475, 10345, 10624, 10103, 10407, 10196, 9726, 10129, 9695, 10507, 10144, 10465, 9709, 10375, 9680, 10382, 10308, 10297, 11672, 10298, 9798, 10422, 9768, 10071, 12107, 10287, 10333, 10246, 9775, 10440, 9889, 10240, 10326, 10355, 9821, 10119, 10012, 10086, 9975, 10504, 9938, 10149, 10184, 10210, 10055, 10273, 10105, 10378, 9984, 10251, 9901, 9963, 10429, 10423, 9828, 10303, 10273, 10292, 9705, 10349, 9915, 10895, 10238, 10842, 10163, 10734, 10019, 11327, 10031, 10679, 9953, 11236, 10375, 12071, 10643, 10929, 10183, 11433, 10391, 11774, 10521, 12131, 10333, 10447, 10202, 10061, 10384, 10038, 10520, 10153, 10928, 10087, 10506, 10142, 11121, 10112, 10437, 10079, 10271, 10022, 11175, 10452, 10498, 10351, 10654, 10609, 9843, 10820, 10234, 10809, 10195, 10767, 10330, 11383, 10413, 10705, 9955, 10821, 10436, 11977, 10764, 10124, 10601, 10033, 10730, 10243, 10419, 11049, 10593, 10410, 10499, 10419, 11380, 10283, 12714, 10440, 9870, 10730, 10192, 11259, 10974, 11347, 10543, 10431, 10517, 10587, 10491, 12034, 10447, 10380, 10690, 10209, 10629, 10450, 10471, 10455, 10110, 10199, 10220, 10746, 10061, 10556, 9819, 11246, 10234, 10715, 10620, 10759, 10430, 10496, 11255, 10751, 10600, 10711, 10908, 10350, 10954, 10797, 10720, 10816, 11345, 10882, 10179, 10516, 10102, 10597, 10686, 10723, 10431, 11152, 10741, 10127, 10446, 11355, 10403, 10130, 10710, 9891, 10542, 10262, 11206, 10523, 10989, 10605, 10366, 10646, 11303, 10409, 11045, 10770, 10083, 11081, 10262, 10648, 10478, 11149, 10501, 10882, 10975, 10291, 10861, 10539, 10802, 10457, 10682, 10660, 11069, 10799, 10352, 10645, 10169, 10944, 10359, 10766, 11150, 11165, 10449, 11088, 10164, 10978, 10214, 10805, 10833, 10737, 10791, 11049, 10848, 12041, 11049, 10456, 10938, 10139, 10689, 10226, 11016, 10541, 10308, 11099, 10391, 10841, 10735, 10923, 10506, 10870, 10786, 11611, 10859, 10089, 10692, 10388, 11001, 11516, 10839, 10414, 11177, 9755, 10921, 10650, 10794, 10750, 10611, 11040, 10588, 10776, 11499, 10986, 11240, 10940, 10166, 11065, 10406, 10849, 10490, 10888, 10835, 10626, 10882, 10619, 10919, 10568, 10889, 10981, 11146, 13165, 10928, 10147, 10538, 10997, 10319, 10945, 11551, 10693, 10208, 11107, 10486, 10888, 10347, 11483, 10460, 10598, 11135, 10029, 10892, 10859], 'WindowCenter': [4222.0, 4208.0, 4193.0, 4191.0, 4193.0, 4191.0, 4192.0, 4190.0, 4192.0, 4191.0, 4192.0, 4202.0, 4192.0, 4203.0, 4192.0, 4204.0, 4193.0, 4205.0, 4206.0, 4206.0, 4205.0, 4205.0, 4205.0, 4205.0, 4207.0, 4228.0, 4229.0, 4218.0, 4218.0, 4207.0, 4217.0, 4218.0, 4229.0, 4219.0, 4228.0, 4218.0, 4217.0, 4206.0, 4195.0, 4206.0, 4206.0, 4206.0, 4195.0, 4204.0, 4204.0, 4204.0, 4205.0, 4215.0, 4206.0, 4215.0, 4206.0, 4214.0, 4205.0, 4214.0, 4206.0, 4225.0, 4206.0, 4194.0, 4205.0, 4204.0, 4205.0, 4205.0, 4207.0, 4207.0, 4216.0, 4217.0, 4206.0, 4207.0, 4217.0, 4218.0, 4226.0, 4218.0, 4206.0, 4206.0, 4195.0, 4206.0, 4207.0, 4206.0, 4205.0, 4205.0, 4205.0, 4215.0, 4216.0, 4206.0, 4206.0, 4205.0, 4205.0, 4204.0, 4205.0, 4215.0, 4206.0, 4216.0, 4206.0, 4205.0, 4205.0, 4205.0, 4217.0, 4227.0, 4218.0, 4217.0, 4218.0, 4206.0, 4217.0, 4206.0, 4218.0, 4218.0, 4219.0, 4207.0, 4217.0, 4207.0, 4217.0, 4230.0, 4229.0, 4218.0, 4217.0, 4217.0, 4216.0, 4219.0, 4228.0, 4219.0, 4207.0, 4217.0, 4207.0, 4208.0, 4207.0, 4219.0, 4207.0, 4217.0, 4206.0, 4217.0, 4206.0, 4218.0, 4219.0, 4218.0, 4216.0, 4216.0, 4206.0, 4217.0, 4218.0, 4228.0, 4218.0, 4217.0, 4218.0, 4217.0, 4230.0, 4229.0, 4218.0, 4207.0, 4216.0, 4205.0, 4216.0, 4216.0, 4205.0, 4206.0, 4205.0, 4205.0, 4204.0, 4206.0, 4227.0, 4206.0, 4216.0, 4206.0, 4204.0, 4205.0, 4195.0, 4207.0, 4205.0, 4205.0, 4204.0, 4204.0, 4205.0, 4216.0, 4206.0, 4215.0, 4205.0, 4214.0, 4205.0, 4204.0, 4205.0, 4205.0, 4204.0, 4204.0, 4204.0, 4204.0, 4204.0, 4205.0, 4215.0, 4206.0, 4195.0, 4205.0, 4205.0, 4217.0, 4207.0, 4217.0, 4206.0, 4216.0, 4206.0, 4217.0, 4219.0, 4216.0, 4218.0, 4206.0, 4217.0, 4216.0, 4219.0, 4228.0, 4218.0, 4207.0, 4208.0, 4207.0, 4219.0, 4208.0, 4230.0, 4219.0, 4228.0, 4219.0, 4231.0, 4230.0, 4230.0, 4220.0, 4229.0, 4221.0, 4230.0, 4231.0, 4229.0, 4220.0, 4218.0, 4220.0, 4229.0, 4219.0, 4208.0, 4208.0, 4207.0, 4219.0, 4220.0, 4219.0, 4207.0, 4217.0, 4206.0, 4216.0, 4218.0, 4217.0, 4207.0, 4216.0, 4207.0, 4216.0, 4218.0, 4227.0, 4219.0, 4206.0, 4217.0, 4206.0, 4208.0, 4219.0, 4219.0, 4207.0, 4218.0, 4207.0, 4218.0, 4219.0, 4218.0, 4219.0, 4217.0, 4207.0, 4216.0, 4218.0, 4228.0, 4207.0, 4206.0, 4206.0, 4215.0, 4207.0, 4227.0, 4218.0, 4217.0, 4218.0, 4206.0, 4207.0, 4208.0, 4218.0, 4207.0, 4218.0, 4207.0, 4217.0, 4207.0, 4218.0, 4217.0, 4217.0, 4206.0, 4215.0, 4207.0, 4216.0, 4218.0, 4217.0, 4208.0, 4217.0, 4208.0, 4217.0, 4219.0, 4228.0, 4219.0, 4209.0, 4208.0, 4207.0, 4219.0, 4219.0, 4229.0, 4208.0, 4217.0, 4207.0, 4227.0, 4208.0, 4227.0, 4207.0, 4226.0, 4206.0, 4206.0, 4207.0, 4205.0, 4206.0, 4205.0, 4215.0, 4206.0, 4216.0, 4206.0, 4206.0, 4206.0, 4205.0, 4206.0, 4226.0, 4218.0, 4206.0, 4206.0, 4205.0, 4205.0, 4205.0, 4205.0, 4206.0, 4216.0, 4206.0, 4205.0, 4206.0, 4205.0, 4207.0, 4206.0, 4206.0, 4205.0, 4215.0, 4205.0, 4205.0, 4206.0, 4216.0, 4206.0, 4205.0, 4206.0, 4204.0, 4206.0, 4216.0, 4206.0, 4206.0, 4205.0, 4204.0, 4205.0, 4206.0, 4216.0, 4206.0, 4205.0, 4216.0, 4205.0, 4206.0, 4206.0, 4217.0, 4217.0, 4216.0, 4206.0, 4216.0, 4206.0, 4216.0, 4206.0, 4205.0, 4205.0, 4204.0, 4205.0, 4215.0, 4206.0, 4205.0, 4206.0, 4194.0, 4205.0, 4206.0, 4206.0, 4206.0, 4216.0, 4206.0, 4195.0, 4206.0, 4216.0, 4208.0, 4216.0, 4207.0, 4206.0, 4206.0, 4206.0, 4207.0, 4208.0, 4217.0, 4207.0, 4217.0, 4207.0, 4206.0, 4218.0, 4218.0, 4218.0, 4208.0, 4218.0, 4207.0, 4217.0, 4218.0, 4229.0, 4219.0, 4218.0, 4207.0, 4216.0, 4205.0, 4216.0, 4207.0, 4206.0, 4206.0, 4205.0, 4205.0, 4205.0, 4206.0, 4216.0, 4207.0, 4216.0, 4206.0, 4205.0, 4207.0, 4205.0, 4217.0, 4216.0, 4216.0, 4205.0, 4207.0, 4205.0, 4207.0, 4217.0, 4207.0, 4216.0, 4217.0, 4205.0, 4207.0, 4206.0, 4219.0, 4208.0, 4208.0, 4217.0, 4207.0, 4206.0, 4218.0, 4218.0, 4218.0, 4208.0, 4217.0, 4207.0, 4217.0, 4218.0, 4217.0, 4219.0, 4218.0, 4218.0, 4217.0, 4207.0, 4217.0, 4208.0, 4228.0, 4219.0, 4208.0, 4207.0, 4216.0, 4207.0, 4227.0, 4207.0, 4216.0, 4207.0, 4215.0, 4217.0, 4227.0, 4217.0, 4216.0, 4207.0, 4205.0, 4206.0, 4216.0, 4207.0, 4215.0, 4205.0, 4205.0, 4206.0, 4206.0, 4218.0, 4217.0, 4218.0, 4206.0, 4217.0, 4216.0, 4207.0, 4217.0, 4218.0, 4227.0, 4208.0, 4216.0, 4217.0, 4215.0, 4207.0, 4227.0, 4218.0, 4206.0, 4206.0, 4195.0, 4205.0, 4205.0, 4216.0, 4206.0, 4207.0, 4206.0, 4206.0, 4205.0, 4207.0, 4206.0, 4207.0, 4206.0, 4206.0, 4205.0, 4205.0, 4206.0, 4206.0, 4206.0, 4206.0, 4205.0, 4206.0, 4206.0, 4217.0, 4206.0, 4217.0, 4206.0, 4206.0, 4206.0, 4206.0, 4206.0, 4217.0, 4206.0, 4206.0, 4205.0, 4216.0, 4205.0, 4217.0, 4218.0, 4217.0, 4207.0, 4216.0, 4207.0, 4216.0, 4218.0, 4217.0, 4218.0, 4218.0, 4208.0, 4216.0, 4207.0, 4217.0, 4208.0, 4227.0, 4218.0, 4216.0, 4217.0, 4216.0, 4218.0, 4227.0, 4218.0, 4216.0, 4207.0, 4205.0, 4206.0, 4216.0, 4207.0, 4205.0, 4206.0, 4205.0, 4205.0, 4205.0, 4205.0, 4216.0, 4217.0, 4206.0, 4206.0, 4196.0, 4206.0, 4195.0, 4217.0, 4206.0, 4217.0, 4205.0, 4206.0, 4195.0, 4206.0, 4205.0, 4206.0, 4216.0, 4206.0, 4205.0, 4206.0, 4194.0, 4206.0, 4226.0, 4218.0, 4206.0, 4206.0, 4205.0, 4206.0, 4206.0, 4207.0, 4206.0, 4206.0, 4205.0, 4206.0, 4206.0, 4207.0, 4207.0, 4207.0, 4206.0, 4206.0, 4204.0, 4205.0, 4206.0, 4207.0, 4206.0, 4207.0, 4206.0, 4206.0, 4206.0, 4208.0, 4217.0, 4217.0, 4206.0, 4207.0, 4206.0, 4206.0, 4207.0, 4206.0, 4207.0, 4217.0, 4206.0, 4216.0, 4206.0, 4216.0, 4207.0, 4216.0, 4207.0, 4205.0, 4206.0, 4216.0, 4218.0, 4228.0, 4218.0, 4216.0, 4207.0, 4215.0, 4206.0, 4216.0, 4217.0, 4215.0, 4207.0, 4206.0, 4206.0, 4194.0, 4206.0, 4206.0, 4206.0, 4206.0, 4216.0, 4206.0, 4205.0, 4206.0, 4216.0, 4206.0, 4206.0, 4206.0, 4206.0, 4206.0, 4215.0, 4219.0, 4217.0, 4207.0, 4204.0, 4216.0, 4207.0, 4217.0, 4217.0, 4217.0, 4217.0, 4217.0, 4218.0, 4228.0, 4218.0, 4206.0, 4207.0, 4216.0, 4216.0, 4227.0, 4217.0, 4206.0, 4217.0, 4206.0, 4216.0, 4217.0, 4218.0, 4217.0, 4217.0, 4218.0, 4206.0, 4217.0, 4216.0, 4208.0, 4226.0, 4207.0, 4205.0, 4215.0, 4205.0, 4216.0, 4217.0, 4216.0, 4206.0, 4204.0, 4205.0, 4204.0, 4206.0, 4226.0, 4206.0, 4205.0, 4205.0, 4204.0, 4204.0, 4204.0, 4205.0, 4205.0, 4205.0, 4206.0, 4204.0, 4205.0, 4195.0, 4206.0, 4206.0, 4216.0, 4204.0, 4204.0, 4204.0, 4205.0, 4217.0, 4205.0, 4215.0, 4203.0, 4204.0, 4205.0, 4215.0, 4206.0, 4205.0, 4205.0, 4204.0, 4215.0, 4214.0, 4216.0, 4204.0, 4204.0, 4193.0, 4203.0, 4204.0, 4204.0, 4204.0, 4204.0, 4204.0, 4203.0, 4205.0, 4215.0, 4206.0, 4204.0, 4205.0, 4194.0, 4205.0, 4205.0, 4216.0, 4205.0, 4205.0, 4205.0, 4204.0, 4205.0, 4215.0, 4217.0, 4216.0, 4216.0, 4205.0, 4215.0, 4205.0, 4217.0, 4217.0, 4216.0, 4206.0, 4205.0, 4216.0, 4206.0, 4216.0, 4205.0, 4205.0, 4205.0, 4205.0, 4205.0, 4216.0, 4217.0, 4206.0, 4206.0, 4205.0, 4216.0, 4204.0, 4217.0, 4216.0, 4217.0, 4216.0, 4218.0, 4206.0, 4216.0, 4218.0, 4218.0, 4218.0, 4218.0, 4218.0, 4217.0, 4230.0, 4229.0, 4230.0, 4218.0, 4217.0, 4207.0, 4217.0, 4219.0, 4219.0, 4219.0, 4217.0, 4228.0, 4219.0, 4230.0, 4218.0, 4219.0, 4217.0, 4217.0, 4219.0, 4218.0, 4217.0, 4206.0, 4217.0, 4207.0, 4219.0, 4217.0, 4218.0, 4205.0, 4216.0, 4206.0, 4217.0, 4217.0, 4217.0, 4216.0, 4205.0, 4216.0, 4216.0, 4217.0, 4216.0, 4206.0, 4215.0, 4205.0, 4204.0, 4216.0, 4205.0, 4205.0, 4204.0, 4204.0, 4215.0, 4205.0, 4205.0, 4204.0, 4205.0, 4204.0, 4204.0, 4204.0, 4215.0, 4214.0, 4203.0, 4191.0, 4203.0, 4202.0, 4203.0, 4215.0, 4213.0, 4204.0, 4192.0, 4204.0, 4203.0, 4204.0, 4204.0, 4214.0, 4203.0, 4203.0, 4203.0, 4193.0, 4204.0, 4204.0], 'WindowWidth': [9363.0, 9338.0, 9310.0, 9304.0, 9306.0, 9301.0, 9302.0, 9299.0, 9301.0, 9298.0, 9301.0, 9316.0, 9304.0, 9320.0, 9304.0, 9323.0, 9307.0, 9325.0, 9329.0, 9329.0, 9326.0, 9325.0, 9327.0, 9326.0, 9334.0, 9362.0, 9364.0, 9348.0, 9348.0, 9331.0, 9345.0, 9347.0, 9364.0, 9352.0, 9361.0, 9346.0, 9343.0, 9327.0, 9312.0, 9328.0, 9331.0, 9328.0, 9311.0, 9322.0, 9322.0, 9321.0, 9325.0, 9340.0, 9329.0, 9339.0, 9327.0, 9337.0, 9326.0, 9336.0, 9329.0, 9354.0, 9328.0, 9311.0, 9325.0, 9323.0, 9326.0, 9327.0, 9332.0, 9331.0, 9343.0, 9344.0, 9329.0, 9331.0, 9345.0, 9350.0, 9357.0, 9350.0, 9330.0, 9329.0, 9313.0, 9330.0, 9332.0, 9330.0, 9327.0, 9326.0, 9324.0, 9339.0, 9343.0, 9330.0, 9328.0, 9327.0, 9327.0, 9323.0, 9325.0, 9339.0, 9330.0, 9341.0, 9330.0, 9325.0, 9327.0, 9325.0, 9346.0, 9361.0, 9350.0, 9346.0, 9347.0, 9330.0, 9346.0, 9331.0, 9350.0, 9348.0, 9351.0, 9332.0, 9345.0, 9332.0, 9347.0, 9370.0, 9366.0, 9350.0, 9345.0, 9346.0, 9343.0, 9352.0, 9363.0, 9351.0, 9333.0, 9347.0, 9332.0, 9335.0, 9335.0, 9352.0, 9334.0, 9347.0, 9330.0, 9344.0, 9330.0, 9351.0, 9353.0, 9347.0, 9344.0, 9342.0, 9329.0, 9345.0, 9350.0, 9361.0, 9350.0, 9345.0, 9348.0, 9346.0, 9369.0, 9368.0, 9350.0, 9331.0, 9343.0, 9327.0, 9342.0, 9343.0, 9329.0, 9327.0, 9325.0, 9326.0, 9323.0, 9331.0, 9358.0, 9331.0, 9341.0, 9329.0, 9323.0, 9325.0, 9313.0, 9330.0, 9325.0, 9326.0, 9323.0, 9322.0, 9325.0, 9341.0, 9329.0, 9339.0, 9326.0, 9335.0, 9324.0, 9322.0, 9325.0, 9325.0, 9323.0, 9321.0, 9321.0, 9323.0, 9322.0, 9327.0, 9338.0, 9330.0, 9312.0, 9327.0, 9325.0, 9344.0, 9332.0, 9346.0, 9331.0, 9342.0, 9329.0, 9344.0, 9351.0, 9343.0, 9348.0, 9330.0, 9346.0, 9344.0, 9353.0, 9363.0, 9348.0, 9332.0, 9335.0, 9332.0, 9353.0, 9338.0, 9369.0, 9352.0, 9363.0, 9353.0, 9371.0, 9370.0, 9369.0, 9356.0, 9366.0, 9358.0, 9369.0, 9371.0, 9366.0, 9355.0, 9350.0, 9354.0, 9365.0, 9353.0, 9336.0, 9334.0, 9331.0, 9353.0, 9356.0, 9351.0, 9333.0, 9344.0, 9330.0, 9343.0, 9349.0, 9345.0, 9333.0, 9343.0, 9332.0, 9344.0, 9351.0, 9360.0, 9351.0, 9332.0, 9347.0, 9331.0, 9337.0, 9353.0, 9351.0, 9333.0, 9347.0, 9332.0, 9348.0, 9352.0, 9349.0, 9351.0, 9347.0, 9333.0, 9342.0, 9349.0, 9361.0, 9333.0, 9328.0, 9330.0, 9340.0, 9332.0, 9361.0, 9350.0, 9346.0, 9348.0, 9330.0, 9334.0, 9337.0, 9350.0, 9334.0, 9350.0, 9331.0, 9346.0, 9332.0, 9350.0, 9347.0, 9347.0, 9330.0, 9340.0, 9330.0, 9344.0, 9351.0, 9345.0, 9335.0, 9345.0, 9336.0, 9347.0, 9354.0, 9364.0, 9353.0, 9338.0, 9335.0, 9332.0, 9351.0, 9353.0, 9364.0, 9335.0, 9344.0, 9331.0, 9360.0, 9336.0, 9359.0, 9333.0, 9355.0, 9329.0, 9331.0, 9331.0, 9328.0, 9328.0, 9326.0, 9340.0, 9330.0, 9343.0, 9331.0, 9328.0, 9328.0, 9325.0, 9330.0, 9358.0, 9348.0, 9330.0, 9330.0, 9325.0, 9325.0, 9326.0, 9326.0, 9328.0, 9343.0, 9327.0, 9325.0, 9328.0, 9327.0, 9332.0, 9330.0, 9330.0, 9327.0, 9340.0, 9326.0, 9324.0, 9331.0, 9342.0, 9329.0, 9326.0, 9328.0, 9323.0, 9329.0, 9345.0, 9329.0, 9328.0, 9326.0, 9323.0, 9324.0, 9331.0, 9341.0, 9328.0, 9328.0, 9341.0, 9327.0, 9330.0, 9331.0, 9346.0, 9344.0, 9342.0, 9327.0, 9340.0, 9330.0, 9342.0, 9328.0, 9324.0, 9325.0, 9322.0, 9327.0, 9339.0, 9330.0, 9327.0, 9327.0, 9311.0, 9327.0, 9329.0, 9330.0, 9328.0, 9340.0, 9328.0, 9313.0, 9330.0, 9344.0, 9334.0, 9343.0, 9332.0, 9328.0, 9330.0, 9330.0, 9331.0, 9335.0, 9347.0, 9333.0, 9345.0, 9331.0, 9328.0, 9348.0, 9349.0, 9350.0, 9334.0, 9348.0, 9331.0, 9345.0, 9348.0, 9366.0, 9354.0, 9350.0, 9331.0, 9340.0, 9327.0, 9340.0, 9332.0, 9328.0, 9330.0, 9326.0, 9327.0, 9325.0, 9330.0, 9343.0, 9332.0, 9342.0, 9330.0, 9326.0, 9332.0, 9327.0, 9346.0, 9343.0, 9344.0, 9327.0, 9331.0, 9327.0, 9332.0, 9344.0, 9333.0, 9344.0, 9346.0, 9328.0, 9332.0, 9331.0, 9351.0, 9336.0, 9335.0, 9345.0, 9333.0, 9330.0, 9349.0, 9351.0, 9349.0, 9335.0, 9346.0, 9333.0, 9344.0, 9350.0, 9348.0, 9352.0, 9348.0, 9349.0, 9345.0, 9334.0, 9345.0, 9337.0, 9361.0, 9355.0, 9335.0, 9332.0, 9343.0, 9334.0, 9358.0, 9334.0, 9342.0, 9332.0, 9340.0, 9347.0, 9359.0, 9347.0, 9343.0, 9331.0, 9326.0, 9329.0, 9344.0, 9334.0, 9341.0, 9328.0, 9327.0, 9330.0, 9329.0, 9349.0, 9347.0, 9349.0, 9331.0, 9347.0, 9343.0, 9334.0, 9346.0, 9350.0, 9358.0, 9335.0, 9343.0, 9346.0, 9340.0, 9333.0, 9360.0, 9348.0, 9329.0, 9330.0, 9314.0, 9327.0, 9328.0, 9344.0, 9332.0, 9332.0, 9329.0, 9330.0, 9327.0, 9331.0, 9330.0, 9331.0, 9329.0, 9329.0, 9325.0, 9327.0, 9329.0, 9330.0, 9328.0, 9331.0, 9328.0, 9329.0, 9329.0, 9346.0, 9330.0, 9345.0, 9329.0, 9330.0, 9329.0, 9330.0, 9331.0, 9347.0, 9329.0, 9330.0, 9327.0, 9341.0, 9328.0, 9345.0, 9350.0, 9345.0, 9333.0, 9343.0, 9331.0, 9343.0, 9351.0, 9346.0, 9349.0, 9347.0, 9334.0, 9342.0, 9332.0, 9346.0, 9337.0, 9359.0, 9347.0, 9341.0, 9344.0, 9342.0, 9348.0, 9359.0, 9348.0, 9344.0, 9332.0, 9328.0, 9329.0, 9342.0, 9332.0, 9327.0, 9329.0, 9326.0, 9327.0, 9327.0, 9328.0, 9345.0, 9347.0, 9330.0, 9330.0, 9316.0, 9329.0, 9315.0, 9346.0, 9332.0, 9347.0, 9328.0, 9330.0, 9313.0, 9328.0, 9328.0, 9331.0, 9344.0, 9329.0, 9327.0, 9328.0, 9311.0, 9330.0, 9358.0, 9349.0, 9329.0, 9330.0, 9326.0, 9328.0, 9330.0, 9332.0, 9330.0, 9331.0, 9327.0, 9330.0, 9330.0, 9334.0, 9334.0, 9331.0, 9328.0, 9328.0, 9324.0, 9327.0, 9330.0, 9332.0, 9331.0, 9332.0, 9329.0, 9331.0, 9329.0, 9335.0, 9348.0, 9346.0, 9331.0, 9331.0, 9330.0, 9331.0, 9333.0, 9332.0, 9331.0, 9344.0, 9329.0, 9341.0, 9329.0, 9343.0, 9334.0, 9343.0, 9332.0, 9328.0, 9330.0, 9343.0, 9351.0, 9362.0, 9349.0, 9343.0, 9333.0, 9339.0, 9329.0, 9341.0, 9346.0, 9341.0, 9331.0, 9328.0, 9328.0, 9311.0, 9329.0, 9330.0, 9330.0, 9328.0, 9342.0, 9328.0, 9326.0, 9330.0, 9343.0, 9330.0, 9329.0, 9329.0, 9327.0, 9329.0, 9340.0, 9354.0, 9347.0, 9331.0, 9325.0, 9343.0, 9332.0, 9347.0, 9346.0, 9346.0, 9346.0, 9344.0, 9351.0, 9364.0, 9347.0, 9330.0, 9332.0, 9340.0, 9344.0, 9358.0, 9347.0, 9331.0, 9346.0, 9330.0, 9343.0, 9347.0, 9350.0, 9347.0, 9347.0, 9347.0, 9329.0, 9344.0, 9341.0, 9335.0, 9356.0, 9331.0, 9327.0, 9339.0, 9325.0, 9342.0, 9347.0, 9342.0, 9329.0, 9324.0, 9325.0, 9324.0, 9329.0, 9356.0, 9330.0, 9327.0, 9327.0, 9323.0, 9323.0, 9322.0, 9327.0, 9325.0, 9325.0, 9328.0, 9324.0, 9327.0, 9313.0, 9330.0, 9329.0, 9341.0, 9322.0, 9321.0, 9322.0, 9325.0, 9344.0, 9327.0, 9340.0, 9323.0, 9324.0, 9327.0, 9341.0, 9329.0, 9327.0, 9327.0, 9321.0, 9339.0, 9338.0, 9341.0, 9323.0, 9322.0, 9306.0, 9320.0, 9323.0, 9323.0, 9322.0, 9321.0, 9323.0, 9321.0, 9327.0, 9340.0, 9330.0, 9324.0, 9326.0, 9310.0, 9325.0, 9327.0, 9343.0, 9325.0, 9325.0, 9326.0, 9324.0, 9328.0, 9341.0, 9344.0, 9342.0, 9342.0, 9328.0, 9340.0, 9328.0, 9345.0, 9346.0, 9344.0, 9329.0, 9326.0, 9343.0, 9329.0, 9344.0, 9328.0, 9327.0, 9326.0, 9326.0, 9328.0, 9343.0, 9345.0, 9329.0, 9329.0, 9326.0, 9341.0, 9324.0, 9345.0, 9343.0, 9346.0, 9343.0, 9347.0, 9330.0, 9344.0, 9349.0, 9349.0, 9350.0, 9349.0, 9351.0, 9348.0, 9369.0, 9366.0, 9368.0, 9349.0, 9347.0, 9333.0, 9346.0, 9354.0, 9352.0, 9352.0, 9348.0, 9364.0, 9353.0, 9369.0, 9351.0, 9350.0, 9347.0, 9347.0, 9352.0, 9349.0, 9346.0, 9331.0, 9344.0, 9332.0, 9354.0, 9347.0, 9350.0, 9328.0, 9342.0, 9329.0, 9347.0, 9345.0, 9345.0, 9342.0, 9327.0, 9342.0, 9343.0, 9346.0, 9342.0, 9329.0, 9338.0, 9326.0, 9324.0, 9342.0, 9324.0, 9324.0, 9321.0, 9321.0, 9338.0, 9326.0, 9325.0, 9323.0, 9325.0, 9322.0, 9324.0, 9324.0, 9340.0, 9335.0, 9320.0, 9300.0, 9317.0, 9317.0, 9320.0, 9339.0, 9334.0, 9322.0, 9305.0, 9320.0, 9319.0, 9322.0, 9323.0, 9337.0, 9319.0, 9318.0, 9319.0, 9304.0, 9323.0, 9324.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.0002773194748358862</td></tr>
<tr><td colspan=3>aqi</td><td>0.018314296061269147</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.05748366890473</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2528370166046017</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9947066537677984</td></tr>
<tr><td colspan=3>efc</td><td>0.4622</td></tr>
<tr><td colspan=3>fber</td><td>6360.6445</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07714922124439547</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.2035010940919038</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.386573363039126</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.354872216582744</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.535529394093723</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.269318478440912</td></tr>
<tr><td colspan=3>gcor</td><td>0.00466482</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013012802228331566</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02179361693561077</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>914</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.066603938562647</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>41.3181</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.0894</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>158.8751</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303269.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>731.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>314.7277</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7787</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>495.3238</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3455.6731</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3649.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73275.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1269.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4477.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>897.3028</td></tr>
<tr><td colspan=3>tsnr</td><td>46.817610239377245</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>