<?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-0083_ses-02_task-faces_acq-mb8_run-01_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-0083_ses-02_task-faces_acq-mb8_run-01_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-01_session-02_subject-0083_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0083/figures/sub-0083_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-02_subject-0083_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0083/figures/sub-0083_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-02_subject-0083_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0083/figures/sub-0083_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-02_subject-0083_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0083/figures/sub-0083_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-02_task-faces_acq-mb8_run-01_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-01_session-02_subject-0083_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0083/figures/sub-0083_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-02_task-faces_acq-mb8_run-01_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-01_session-02_subject-0083_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0083/figures/sub-0083_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0083_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0083/figures/sub-0083_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0083/figures/sub-0083_ses-02_task-faces_acq-mb8_run-01_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-0083/figures/sub-0083_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-02_task-faces_acq-mb8_run-01_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-0083/ses-02/func/sub-0083_ses-02_task-faces_acq-mb8_run-01_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>ffe1a36ad21935042a4070c8c500608c</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:32:30.640000</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.998224, -0.0591636, 0.00701249, 0.0580816, 0.992604, 0.106599]</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-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0930797</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-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7888, -7279, 870, -74, -554, 251, 104]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.552</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c69b9ed1-823d-4c2f-93a0-955647fabab9||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.678161144256592, 0.1558288186788559, 0.03582196310162544, 105.0788803100586], [0.15873149037361145, 2.6630847454071045, 0.2862057387828827, -120.65596771240234], [0.018814008682966232, -0.2859967350959778, 2.684548854827881, -58.59657287597656], [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': ['163230.640000', '163231.100000', '163231.560000', '163232.020000', '163232.480000', '163232.940000', '163233.400000', '163233.860000', '163234.320000', '163234.780000', '163235.240000', '163235.700000', '163236.160000', '163236.620000', '163237.080000', '163237.540000', '163238.000000', '163238.460000', '163238.920000', '163239.380000', '163239.840000', '163240.300000', '163240.760000', '163241.220000', '163241.680000', '163242.140000', '163242.600000', '163243.060000', '163243.520000', '163243.980000', '163244.440000', '163244.900000', '163245.360000', '163245.820000', '163246.280000', '163246.740000', '163247.200000', '163247.660000', '163248.120000', '163248.580000', '163249.040000', '163249.500000', '163249.960000', '163250.420000', '163250.880000', '163251.340000', '163251.800000', '163252.260000', '163252.720000', '163253.180000', '163253.640000', '163254.100000', '163254.560000', '163255.020000', '163255.480000', '163255.940000', '163256.400000', '163256.860000', '163257.320000', '163257.780000', '163258.240000', '163258.700000', '163259.160000', '163259.620000', '163300.080000', '163300.540000', '163301.000000', '163301.460000', '163301.920000', '163302.380000', '163302.840000', '163303.300000', '163303.760000', '163304.220000', '163304.680000', '163305.140000', '163305.600000', '163306.060000', '163306.520000', '163306.980000', '163307.440000', '163307.900000', '163308.360000', '163308.820000', '163309.280000', '163309.740000', '163310.200000', '163310.660000', '163311.120000', '163311.580000', '163312.040000', '163312.500000', '163312.960000', '163313.420000', '163313.880000', '163314.340000', '163314.800000', '163315.260000', '163315.720000', '163316.180000', '163316.640000', '163317.100000', '163317.560000', '163318.020000', '163318.480000', '163318.940000', '163319.400000', '163319.860000', '163320.320000', '163320.780000', '163321.240000', '163321.700000', '163322.160000', '163322.620000', '163323.080000', '163323.540000', '163324.000000', '163324.460000', '163324.920000', '163325.380000', '163325.840000', '163326.300000', '163326.760000', '163327.220000', '163327.680000', '163328.140000', '163328.600000', '163329.060000', '163329.520000', '163329.980000', '163330.440000', '163330.900000', '163331.360000', '163331.820000', '163332.280000', '163332.740000', '163333.200000', '163333.660000', '163334.120000', '163334.580000', '163335.040000', '163335.500000', '163335.960000', '163336.420000', '163336.880000', '163337.340000', '163337.800000', '163338.260000', '163338.720000', '163339.180000', '163339.640000', '163340.100000', '163340.560000', '163341.020000', '163341.480000', '163341.940000', '163342.400000', '163342.860000', '163343.320000', '163343.780000', '163344.240000', '163344.700000', '163345.160000', '163345.620000', '163346.080000', '163346.540000', '163347.000000', '163347.460000', '163347.920000', '163348.380000', '163348.840000', '163349.300000', '163349.760000', '163350.220000', '163350.680000', '163351.140000', '163351.600000', '163352.060000', '163352.520000', '163352.980000', '163353.440000', '163353.900000', '163354.360000', '163354.820000', '163355.280000', '163355.740000', '163356.200000', '163356.660000', '163357.120000', '163357.580000', '163358.040000', '163358.500000', '163358.960000', '163359.420000', '163359.880000', '163400.340000', '163400.800000', '163401.260000', '163401.720000', '163402.180000', '163402.640000', '163403.100000', '163403.560000', '163404.020000', '163404.480000', '163404.940000', '163405.400000', '163405.860000', '163406.320000', '163406.780000', '163407.240000', '163407.700000', '163408.160000', '163408.620000', '163409.080000', '163409.540000', '163410.000000', '163410.460000', '163410.920000', '163411.380000', '163411.840000', '163412.300000', '163412.760000', '163413.220000', '163413.680000', '163414.140000', '163414.600000', '163415.060000', '163415.520000', '163415.980000', '163416.440000', '163416.900000', '163417.360000', '163417.820000', '163418.280000', '163418.740000', '163419.200000', '163419.660000', '163420.120000', '163420.580000', '163421.040000', '163421.500000', '163421.960000', '163422.420000', '163422.880000', '163423.340000', '163423.800000', '163424.260000', '163424.720000', '163425.180000', '163425.640000', '163426.100000', '163426.560000', '163427.020000', '163427.480000', '163427.940000', '163428.400000', '163428.860000', '163429.320000', '163429.780000', '163430.240000', '163430.700000', '163431.160000', '163431.620000', '163432.080000', '163432.540000', '163433.000000', '163433.460000', '163433.920000', '163434.380000', '163434.840000', '163435.300000', '163435.760000', '163436.220000', '163436.680000', '163437.140000', '163437.600000', '163438.060000', '163438.520000', '163438.980000', '163439.440000', '163439.900000', '163440.360000', '163440.820000', '163441.280000', '163441.740000', '163442.200000', '163442.660000', '163443.120000', '163443.580000', '163444.040000', '163444.500000', '163444.960000', '163445.420000', '163445.880000', '163446.340000', '163446.800000', '163447.260000', '163447.720000', '163448.180000', '163448.640000', '163449.100000', '163449.560000', '163450.020000', '163450.480000', '163450.940000', '163451.400000', '163451.860000', '163452.320000', '163452.780000', '163453.240000', '163453.700000', '163454.160000', '163454.620000', '163455.080000', '163455.540000', '163456.000000', '163456.460000', '163456.920000', '163457.380000', '163457.840000', '163458.300000', '163458.760000', '163459.220000', '163459.680000', '163500.140000', '163500.600000', '163501.060000', '163501.520000', '163501.980000', '163502.440000', '163502.900000', '163503.360000', '163503.820000', '163504.280000', '163504.740000', '163505.200000', '163505.660000', '163506.120000', '163506.580000', '163507.040000', '163507.500000', '163507.960000', '163508.420000', '163508.880000', '163509.340000', '163509.800000', '163510.260000', '163510.720000', '163511.180000', '163511.640000', '163512.100000', '163512.560000', '163513.020000', '163513.480000', '163513.940000', '163514.400000', '163514.860000', '163515.320000', '163515.780000', '163516.240000', '163516.700000', '163517.160000', '163517.620000', '163518.080000', '163518.540000', '163519.000000', '163519.460000', '163519.920000', '163520.380000', '163520.840000', '163521.300000', '163521.760000', '163522.220000', '163522.680000', '163523.140000', '163523.600000', '163524.060000', '163524.520000', '163524.980000', '163525.440000', '163525.900000', '163526.360000', '163526.820000', '163527.280000', '163527.740000', '163528.200000', '163528.660000', '163529.120000', '163529.580000', '163530.040000', '163530.500000', '163530.960000', '163531.420000', '163531.880000', '163532.340000', '163532.800000', '163533.260000', '163533.720000', '163534.180000', '163534.640000', '163535.100000', '163535.560000', '163536.020000', '163536.480000', '163536.940000', '163537.400000', '163537.860000', '163538.320000', '163538.780000', '163539.240000', '163539.700000', '163540.160000', '163540.620000', '163541.080000', '163541.540000', '163542.000000', '163542.460000', '163542.920000', '163543.380000', '163543.840000', '163544.300000', '163544.760000', '163545.220000', '163545.680000', '163546.140000', '163546.600000', '163547.060000', '163547.520000', '163547.980000', '163548.440000', '163548.900000', '163549.360000', '163549.820000', '163550.280000', '163550.740000', '163551.200000', '163551.660000', '163552.120000', '163552.580000', '163553.040000', '163553.500000', '163553.960000', '163554.420000', '163554.880000', '163555.340000', '163555.800000', '163556.260000', '163556.720000', '163557.180000', '163557.640000', '163558.100000', '163558.560000', '163559.020000', '163559.480000', '163559.940000', '163600.400000', '163600.860000', '163601.320000', '163601.780000', '163602.240000', '163602.700000', '163603.160000', '163603.620000', '163604.080000', '163604.540000', '163605.000000', '163605.460000', '163605.920000', '163606.380000', '163606.840000', '163607.300000', '163607.760000', '163608.220000', '163608.680000', '163609.140000', '163609.600000', '163610.060000', '163610.520000', '163610.980000', '163611.440000', '163611.900000', '163612.360000', '163612.820000', '163613.280000', '163613.740000', '163614.200000', '163614.660000', '163615.120000', '163615.580000', '163616.040000', '163616.500000', '163616.960000', '163617.420000', '163617.880000', '163618.340000', '163618.800000', '163619.260000', '163619.720000', '163620.180000', '163620.640000', '163621.100000', '163621.560000', '163622.020000', '163622.480000', '163622.940000', '163623.400000', '163623.860000', '163624.320000', '163624.780000', '163625.240000', '163625.700000', '163626.160000', '163626.620000', '163627.080000', '163627.540000', '163628.000000', '163628.460000', '163628.920000', '163629.380000', '163629.840000', '163630.300000', '163630.760000', '163631.220000', '163631.680000', '163632.140000', '163632.600000', '163633.060000', '163633.520000', '163633.980000', '163634.440000', '163634.900000', '163635.360000', '163635.820000', '163636.280000', '163636.740000', '163637.200000', '163637.660000', '163638.120000', '163638.580000', '163639.040000', '163639.500000', '163639.960000', '163640.420000', '163640.880000', '163641.340000', '163641.800000', '163642.260000', '163642.720000', '163643.180000', '163643.640000', '163644.100000', '163644.560000', '163645.020000', '163645.480000', '163645.940000', '163646.400000', '163646.860000', '163647.320000', '163647.780000', '163648.240000', '163648.700000', '163649.160000', '163649.620000', '163650.080000', '163650.540000', '163651.000000', '163651.460000', '163651.920000', '163652.380000', '163652.840000', '163653.300000', '163653.760000', '163654.220000', '163654.680000', '163655.140000', '163655.600000', '163656.060000', '163656.520000', '163656.980000', '163657.440000', '163657.900000', '163658.360000', '163658.820000', '163659.280000', '163659.740000', '163700.200000', '163700.660000', '163701.120000', '163701.580000', '163702.040000', '163702.500000', '163702.960000', '163703.420000', '163703.880000', '163704.340000', '163704.800000', '163705.260000', '163705.720000', '163706.180000', '163706.640000', '163707.100000', '163707.560000', '163708.020000', '163708.480000', '163708.940000', '163709.400000', '163709.860000', '163710.320000', '163710.780000', '163711.240000', '163711.700000', '163712.160000', '163712.620000', '163713.080000', '163713.540000', '163714.000000', '163714.460000', '163714.920000', '163715.380000', '163715.840000', '163716.300000', '163716.760000', '163717.220000', '163717.680000', '163718.140000', '163718.600000', '163719.060000', '163719.520000', '163719.980000', '163720.440000', '163720.900000', '163721.360000', '163721.820000', '163722.280000', '163722.740000', '163723.200000', '163723.660000', '163724.120000', '163724.580000', '163725.040000', '163725.500000', '163725.960000', '163726.420000', '163726.880000', '163727.340000', '163727.800000', '163728.260000', '163728.720000', '163729.180000', '163729.640000', '163730.100000', '163730.560000', '163731.020000', '163731.480000', '163731.940000', '163732.400000', '163732.860000', '163733.320000', '163733.780000', '163734.240000', '163734.700000', '163735.160000', '163735.620000', '163736.080000', '163736.540000', '163737.000000', '163737.460000', '163737.920000', '163738.380000', '163738.840000', '163739.300000', '163739.760000', '163740.220000', '163740.680000', '163741.140000', '163741.600000', '163742.060000', '163742.520000', '163742.980000', '163743.440000', '163743.900000', '163744.360000', '163744.820000', '163745.280000', '163745.740000', '163746.200000', '163746.660000', '163747.120000', '163747.580000', '163748.040000', '163748.500000', '163748.960000', '163749.420000', '163749.880000', '163750.340000', '163750.800000', '163751.260000', '163751.720000', '163752.180000', '163752.640000', '163753.100000', '163753.560000', '163754.020000', '163754.480000', '163754.940000', '163755.400000', '163755.860000', '163756.320000', '163756.780000', '163757.240000', '163757.700000', '163758.160000', '163758.620000', '163759.080000', '163759.540000', '163800.000000', '163800.460000', '163800.920000', '163801.380000', '163801.840000', '163802.300000', '163802.760000', '163803.220000', '163803.680000', '163804.140000', '163804.600000', '163805.060000', '163805.520000', '163805.980000', '163806.440000', '163806.900000', '163807.360000', '163807.820000', '163808.280000', '163808.740000', '163809.200000', '163809.660000', '163810.120000', '163810.580000', '163811.040000', '163811.500000', '163811.960000', '163812.420000', '163812.880000', '163813.340000', '163813.800000', '163814.260000', '163814.720000', '163815.180000', '163815.640000', '163816.100000', '163816.560000', '163817.020000', '163817.480000', '163817.940000', '163818.400000', '163818.860000', '163819.320000', '163819.780000', '163820.240000', '163820.700000', '163821.160000', '163821.620000', '163822.080000', '163822.540000', '163823.000000', '163823.460000', '163823.920000', '163824.380000', '163824.840000', '163825.300000', '163825.760000', '163826.220000', '163826.680000', '163827.140000', '163827.600000', '163828.060000', '163828.520000', '163828.980000', '163829.440000', '163829.900000', '163830.360000', '163830.820000', '163831.280000', '163831.740000', '163832.200000', '163832.660000', '163833.120000', '163833.580000', '163834.040000', '163834.500000', '163834.960000', '163835.420000', '163835.880000', '163836.340000', '163836.800000', '163837.260000', '163837.720000', '163838.180000', '163838.640000', '163839.100000', '163839.560000', '163840.020000', '163840.480000', '163840.940000', '163841.400000', '163841.860000', '163842.320000', '163842.780000', '163843.240000', '163843.700000', '163844.160000', '163844.620000', '163845.080000', '163845.540000', '163846.000000', '163846.460000', '163846.920000', '163847.380000', '163847.840000', '163848.300000', '163848.760000', '163849.220000', '163849.680000', '163850.140000', '163850.600000', '163851.060000', '163851.520000', '163851.980000', '163852.440000', '163852.900000', '163853.360000', '163853.820000', '163854.280000', '163854.740000', '163855.200000', '163855.660000', '163856.120000', '163856.580000', '163857.040000', '163857.500000', '163857.960000', '163858.420000', '163858.880000', '163859.340000', '163859.800000', '163900.260000', '163900.720000', '163901.180000', '163901.640000', '163902.100000', '163902.560000', '163903.020000', '163903.480000', '163903.940000', '163904.400000', '163904.860000', '163905.320000', '163905.780000', '163906.240000', '163906.700000', '163907.160000', '163907.620000', '163908.080000', '163908.540000', '163909.000000', '163909.460000', '163909.920000', '163910.380000', '163910.840000', '163911.300000', '163911.760000', '163912.220000', '163912.680000', '163913.140000', '163913.600000', '163914.060000', '163914.520000', '163914.980000', '163915.440000', '163915.900000', '163916.360000', '163916.820000', '163917.280000', '163917.740000', '163918.200000', '163918.660000', '163919.120000', '163919.580000', '163920.040000', '163920.500000', '163920.960000', '163921.420000', '163921.880000', '163922.340000', '163922.800000', '163923.260000', '163923.720000', '163924.180000', '163924.640000', '163925.100000', '163925.560000', '163926.020000', '163926.480000', '163926.940000', '163927.400000', '163927.860000', '163928.320000', '163928.780000', '163929.240000', '163929.700000', '163930.160000', '163930.620000'], 'ContentTime': ['163256.828000', '163256.830000', '163256.833000', '163256.836000', '163256.839000', '163256.841000', '163256.844000', '163256.846000', '163256.849000', '163256.852000', '163256.854000', '163256.857000', '163256.859000', '163256.862000', '163256.865000', '163256.867000', '163256.870000', '163256.872000', '163256.875000', '163256.877000', '163256.880000', '163256.882000', '163256.885000', '163256.888000', '163256.891000', '163256.894000', '163256.896000', '163256.899000', '163256.902000', '163256.904000', '163256.918000', '163256.921000', '163256.923000', '163256.926000', '163256.929000', '163256.931000', '163256.934000', '163256.936000', '163256.939000', '163256.941000', '163256.944000', '163256.946000', '163256.949000', '163256.952000', '163256.954000', '163256.957000', '163256.959000', '163256.962000', '163256.964000', '163256.967000', '163256.970000', '163256.972000', '163256.975000', '163256.977000', '163316.791000', '163316.794000', '163316.797000', '163316.799000', '163316.802000', '163316.805000', '163316.807000', '163316.810000', '163316.812000', '163316.815000', '163316.817000', '163316.820000', '163316.822000', '163316.835000', '163316.837000', '163316.840000', '163316.843000', '163316.845000', '163316.848000', '163316.850000', '163316.853000', '163316.855000', '163316.858000', '163316.861000', '163316.863000', '163316.866000', '163316.868000', '163316.871000', '163316.873000', '163316.876000', '163316.879000', '163316.881000', '163316.884000', '163316.886000', '163316.889000', '163316.891000', '163316.894000', '163316.896000', '163316.899000', '163316.901000', '163316.904000', '163316.907000', '163316.909000', '163316.912000', '163336.791000', '163336.794000', '163336.797000', '163336.799000', '163336.802000', '163336.805000', '163336.807000', '163336.810000', '163336.812000', '163336.815000', '163336.817000', '163336.820000', '163336.822000', '163336.825000', '163336.827000', '163336.830000', '163336.833000', '163336.835000', '163336.838000', '163336.840000', '163336.843000', '163336.845000', '163336.848000', '163336.850000', '163336.853000', '163336.855000', '163336.858000', '163336.860000', '163336.864000', '163336.866000', '163336.869000', '163336.871000', '163336.874000', '163336.877000', '163336.879000', '163336.882000', '163336.884000', '163336.887000', '163336.889000', '163336.892000', '163336.894000', '163336.897000', '163336.924000', '163356.791000', '163356.794000', '163356.797000', '163356.799000', '163356.802000', '163356.804000', '163356.807000', '163356.810000', '163356.812000', '163356.815000', '163356.817000', '163356.820000', '163356.823000', '163356.833000', '163356.835000', '163356.838000', '163356.840000', '163356.843000', '163356.845000', '163356.848000', '163356.851000', '163356.853000', '163356.856000', '163356.858000', '163356.861000', '163356.863000', '163356.866000', '163356.868000', '163356.871000', '163356.874000', '163356.876000', '163356.879000', '163356.881000', '163356.884000', '163356.886000', '163356.889000', '163356.892000', '163356.894000', '163356.897000', '163356.899000', '163356.902000', '163356.904000', '163356.907000', '163356.910000', '163416.791000', '163416.794000', '163416.797000', '163416.799000', '163416.802000', '163416.804000', '163416.807000', '163416.810000', '163416.812000', '163416.815000', '163416.817000', '163416.820000', '163416.822000', '163416.825000', '163416.828000', '163416.830000', '163416.833000', '163416.835000', '163416.838000', '163416.840000', '163416.847000', '163416.849000', '163416.852000', '163416.854000', '163416.857000', '163416.859000', '163416.862000', '163416.865000', '163416.867000', '163416.870000', '163416.872000', '163416.875000', '163416.877000', '163416.880000', '163416.883000', '163416.885000', '163416.888000', '163416.890000', '163416.893000', '163416.895000', '163416.898000', '163416.901000', '163416.903000', '163436.790000', '163436.793000', '163436.796000', '163436.798000', '163436.801000', '163436.807000', '163436.809000', '163436.812000', '163436.815000', '163436.817000', '163436.820000', '163436.822000', '163436.825000', '163436.827000', '163436.830000', '163436.833000', '163436.835000', '163436.838000', '163436.840000', '163436.843000', '163436.845000', '163436.848000', '163436.851000', '163436.853000', '163436.856000', '163436.858000', '163436.861000', '163436.863000', '163436.866000', '163436.869000', '163436.871000', '163436.874000', '163436.876000', '163436.879000', '163436.881000', '163436.884000', '163436.887000', '163436.889000', '163436.892000', '163436.894000', '163436.897000', '163436.899000', '163436.902000', '163436.905000', '163456.790000', '163456.793000', '163456.796000', '163456.798000', '163456.801000', '163456.803000', '163456.806000', '163456.809000', '163456.811000', '163456.814000', '163456.816000', '163456.819000', '163456.822000', '163456.824000', '163456.827000', '163456.829000', '163456.832000', '163456.835000', '163456.837000', '163456.840000', '163456.842000', '163456.845000', '163456.847000', '163456.850000', '163456.853000', '163456.855000', '163456.858000', '163456.860000', '163456.863000', '163456.865000', '163456.868000', '163456.871000', '163456.873000', '163456.876000', '163456.878000', '163456.881000', '163456.883000', '163456.886000', '163456.888000', '163456.891000', '163456.894000', '163456.896000', '163456.900000', '163516.791000', '163516.794000', '163516.797000', '163516.799000', '163516.802000', '163516.805000', '163516.807000', '163516.810000', '163516.812000', '163516.815000', '163516.818000', '163516.820000', '163516.823000', '163516.825000', '163516.828000', '163516.831000', '163516.833000', '163516.836000', '163516.838000', '163516.841000', '163516.843000', '163516.846000', '163516.849000', '163516.851000', '163516.854000', '163516.857000', '163516.859000', '163516.862000', '163516.865000', '163516.867000', '163516.870000', '163516.872000', '163516.875000', '163516.877000', '163516.907000', '163516.910000', '163516.912000', '163516.915000', '163516.917000', '163516.932000', '163516.935000', '163516.937000', '163516.940000', '163516.942000', '163536.791000', '163536.794000', '163536.797000', '163536.799000', '163536.802000', '163536.804000', '163536.807000', '163536.810000', '163536.812000', '163536.815000', '163536.817000', '163536.820000', '163536.822000', '163536.825000', '163536.828000', '163536.830000', '163536.833000', '163536.835000', '163536.838000', '163536.840000', '163536.843000', '163536.846000', '163536.848000', '163536.851000', '163536.853000', '163536.856000', '163536.858000', '163536.861000', '163536.864000', '163536.866000', '163536.869000', '163536.871000', '163536.874000', '163536.876000', '163536.879000', '163536.882000', '163536.884000', '163536.887000', '163536.889000', '163536.892000', '163536.894000', '163536.897000', '163536.899000', '163556.791000', '163556.794000', '163556.797000', '163556.799000', '163556.802000', '163556.805000', '163556.807000', '163556.810000', '163556.812000', '163556.815000', '163556.818000', '163556.820000', '163556.823000', '163556.825000', '163556.828000', '163556.831000', '163556.833000', '163556.836000', '163556.838000', '163556.841000', '163556.843000', '163556.846000', '163556.849000', '163556.851000', '163556.854000', '163556.856000', '163556.859000', '163556.861000', '163556.864000', '163556.867000', '163556.869000', '163556.872000', '163556.874000', '163556.877000', '163556.880000', '163556.886000', '163556.889000', '163556.891000', '163556.894000', '163556.897000', '163556.899000', '163556.902000', '163556.904000', '163556.907000', '163616.791000', '163616.794000', '163616.797000', '163616.799000', '163616.802000', '163616.804000', '163616.807000', '163616.810000', '163616.812000', '163616.815000', '163616.817000', '163616.820000', '163616.823000', '163616.825000', '163616.828000', '163616.830000', '163616.833000', '163616.836000', '163616.838000', '163616.841000', '163616.843000', '163616.846000', '163616.849000', '163616.851000', '163616.854000', '163616.856000', '163616.859000', '163616.862000', '163616.864000', '163616.867000', '163616.869000', '163616.872000', '163616.874000', '163616.877000', '163616.880000', '163616.882000', '163616.885000', '163616.887000', '163616.890000', '163616.892000', '163616.895000', '163616.898000', '163616.900000', '163636.792000', '163636.794000', '163636.797000', '163636.800000', '163636.802000', '163636.805000', '163636.807000', '163636.810000', '163636.812000', '163636.815000', '163636.818000', '163636.820000', '163636.823000', '163636.825000', '163636.828000', '163636.830000', '163636.833000', '163636.836000', '163636.838000', '163636.841000', '163636.843000', '163636.846000', '163636.849000', '163636.851000', '163636.854000', '163636.856000', '163636.859000', '163636.862000', '163636.864000', '163636.867000', '163636.869000', '163636.872000', '163636.874000', '163636.877000', '163636.879000', '163636.882000', '163636.885000', '163636.887000', '163636.890000', '163636.893000', '163636.895000', '163636.898000', '163636.900000', '163636.903000', '163656.790000', '163656.793000', '163656.796000', '163656.798000', '163656.801000', '163656.803000', '163656.806000', '163656.808000', '163656.811000', '163656.814000', '163656.816000', '163656.819000', '163656.821000', '163656.824000', '163656.826000', '163656.829000', '163656.831000', '163656.834000', '163656.836000', '163656.846000', '163656.849000', '163656.852000', '163656.854000', '163656.857000', '163656.859000', '163656.862000', '163656.864000', '163656.867000', '163656.869000', '163656.872000', '163656.875000', '163656.877000', '163656.880000', '163656.882000', '163656.885000', '163656.888000', '163656.890000', '163656.893000', '163656.895000', '163656.898000', '163656.900000', '163656.903000', '163656.905000', '163716.791000', '163716.793000', '163716.796000', '163716.799000', '163716.801000', '163716.804000', '163716.807000', '163716.810000', '163716.812000', '163716.815000', '163716.817000', '163716.820000', '163716.823000', '163716.825000', '163716.828000', '163716.830000', '163716.833000', '163716.836000', '163716.838000', '163716.841000', '163716.843000', '163716.846000', '163716.848000', '163716.851000', '163716.854000', '163716.856000', '163716.859000', '163716.862000', '163716.864000', '163716.867000', '163716.870000', '163716.872000', '163716.875000', '163716.877000', '163716.880000', '163716.883000', '163716.885000', '163716.888000', '163716.891000', '163716.893000', '163716.896000', '163716.898000', '163716.901000', '163716.903000', '163736.792000', '163736.795000', '163736.797000', '163736.800000', '163736.802000', '163736.805000', '163736.807000', '163736.810000', '163736.813000', '163736.815000', '163736.818000', '163736.820000', '163736.823000', '163736.826000', '163736.828000', '163736.831000', '163736.833000', '163736.836000', '163736.838000', '163736.841000', '163736.844000', '163736.846000', '163736.849000', '163736.852000', '163736.854000', '163736.857000', '163736.859000', '163736.862000', '163736.864000', '163736.867000', '163736.870000', '163736.872000', '163736.875000', '163736.877000', '163736.880000', '163736.883000', '163736.885000', '163736.888000', '163736.890000', '163736.893000', '163736.896000', '163736.898000', '163736.901000', '163756.791000', '163756.794000', '163756.797000', '163756.799000', '163756.802000', '163756.805000', '163756.807000', '163756.810000', '163756.812000', '163756.815000', '163756.818000', '163756.820000', '163756.823000', '163756.825000', '163756.828000', '163756.831000', '163756.833000', '163756.836000', '163756.838000', '163756.841000', '163756.844000', '163756.846000', '163756.849000', '163756.851000', '163756.854000', '163756.856000', '163756.859000', '163756.862000', '163756.864000', '163756.867000', '163756.869000', '163756.872000', '163756.875000', '163756.877000', '163756.880000', '163756.882000', '163756.885000', '163756.887000', '163756.890000', '163756.893000', '163756.895000', '163756.898000', '163756.900000', '163756.903000', '163816.791000', '163816.794000', '163816.797000', '163816.799000', '163816.802000', '163816.805000', '163816.807000', '163816.810000', '163816.812000', '163816.815000', '163816.818000', '163816.820000', '163816.823000', '163816.825000', '163816.828000', '163816.831000', '163816.833000', '163816.836000', '163816.838000', '163816.841000', '163816.843000', '163816.846000', '163816.849000', '163816.851000', '163816.854000', '163816.856000', '163816.859000', '163816.862000', '163816.864000', '163816.867000', '163816.869000', '163816.872000', '163816.874000', '163816.877000', '163816.880000', '163816.882000', '163816.885000', '163816.887000', '163816.892000', '163816.894000', '163816.897000', '163816.899000', '163816.902000', '163836.792000', '163836.794000', '163836.797000', '163836.800000', '163836.803000', '163836.806000', '163836.809000', '163836.812000', '163836.814000', '163836.817000', '163836.819000', '163836.822000', '163836.824000', '163836.827000', '163836.830000', '163836.832000', '163836.835000', '163836.837000', '163836.840000', '163836.842000', '163836.845000', '163836.849000', '163836.851000', '163836.854000', '163836.857000', '163836.859000', '163836.862000', '163836.864000', '163836.867000', '163836.870000', '163836.872000', '163836.875000', '163836.877000', '163836.880000', '163836.883000', '163836.885000', '163836.888000', '163836.890000', '163836.893000', '163836.896000', '163836.898000', '163836.901000', '163836.904000', '163856.791000', '163856.794000', '163856.797000', '163856.799000', '163856.802000', '163856.805000', '163856.807000', '163856.810000', '163856.812000', '163856.815000', '163856.817000', '163856.820000', '163856.823000', '163856.825000', '163856.828000', '163856.830000', '163856.833000', '163856.835000', '163856.838000', '163856.841000', '163856.843000', '163856.846000', '163856.848000', '163856.851000', '163856.853000', '163856.856000', '163856.858000', '163856.861000', '163856.864000', '163856.866000', '163856.869000', '163856.871000', '163856.874000', '163856.876000', '163856.879000', '163856.882000', '163856.884000', '163856.887000', '163856.889000', '163856.892000', '163856.894000', '163856.897000', '163856.900000', '163856.902000', '163916.790000', '163916.793000', '163916.796000', '163916.798000', '163916.801000', '163916.803000', '163916.806000', '163916.808000', '163916.811000', '163916.814000', '163916.816000', '163916.819000', '163916.822000', '163916.824000', '163916.827000', '163916.829000', '163916.832000', '163916.835000', '163916.837000', '163916.840000', '163916.842000', '163916.845000', '163916.847000', '163916.850000', '163916.853000', '163916.855000', '163916.858000', '163916.860000', '163916.863000', '163916.865000', '163916.868000', '163916.871000', '163916.873000', '163916.876000', '163916.878000', '163916.881000', '163916.884000', '163916.886000', '163916.889000', '163916.891000', '163916.894000', '163916.897000', '163916.899000', '163932.019000', '163932.022000', '163932.024000', '163932.027000', '163932.030000', '163932.033000', '163932.036000', '163932.039000', '163932.041000', '163932.044000', '163932.047000', '163932.050000', '163932.053000', '163932.056000', '163932.059000', '163932.062000', '163932.064000', '163932.067000', '163932.069000', '163932.079000', '163932.081000', '163932.084000', '163932.087000', '163932.090000', '163932.092000', '163932.095000', '163932.098000', '163932.100000', '163932.103000', '163932.106000', '163932.108000', '163932.111000', '163932.114000', '163932.116000'], 'InstanceCreationTime': ['163256.828000', '163256.830000', '163256.833000', '163256.836000', '163256.839000', '163256.841000', '163256.844000', '163256.846000', '163256.849000', '163256.852000', '163256.854000', '163256.857000', '163256.859000', '163256.862000', '163256.865000', '163256.867000', '163256.870000', '163256.872000', '163256.875000', '163256.877000', '163256.880000', '163256.882000', '163256.885000', '163256.888000', '163256.891000', '163256.894000', '163256.896000', '163256.899000', '163256.902000', '163256.904000', '163256.918000', '163256.921000', '163256.923000', '163256.926000', '163256.929000', '163256.931000', '163256.934000', '163256.936000', '163256.939000', '163256.941000', '163256.944000', '163256.946000', '163256.949000', '163256.952000', '163256.954000', '163256.957000', '163256.959000', '163256.962000', '163256.964000', '163256.967000', '163256.970000', '163256.972000', '163256.975000', '163256.977000', '163316.791000', '163316.794000', '163316.797000', '163316.799000', '163316.802000', '163316.805000', '163316.807000', '163316.810000', '163316.812000', '163316.815000', '163316.817000', '163316.820000', '163316.822000', '163316.835000', '163316.837000', '163316.840000', '163316.843000', '163316.845000', '163316.848000', '163316.850000', '163316.853000', '163316.855000', '163316.858000', '163316.861000', '163316.863000', '163316.866000', '163316.868000', '163316.871000', '163316.873000', '163316.876000', '163316.879000', '163316.881000', '163316.884000', '163316.886000', '163316.889000', '163316.891000', '163316.894000', '163316.896000', '163316.899000', '163316.901000', '163316.904000', '163316.907000', '163316.909000', '163316.912000', '163336.791000', '163336.794000', '163336.797000', '163336.799000', '163336.802000', '163336.805000', '163336.807000', '163336.810000', '163336.812000', '163336.815000', '163336.817000', '163336.820000', '163336.822000', '163336.825000', '163336.827000', '163336.830000', '163336.833000', '163336.835000', '163336.838000', '163336.840000', '163336.843000', '163336.845000', '163336.848000', '163336.850000', '163336.853000', '163336.855000', '163336.858000', '163336.860000', '163336.864000', '163336.866000', '163336.869000', '163336.871000', '163336.874000', '163336.877000', '163336.879000', '163336.882000', '163336.884000', '163336.887000', '163336.889000', '163336.892000', '163336.894000', '163336.897000', '163336.924000', '163356.791000', '163356.794000', '163356.797000', '163356.799000', '163356.802000', '163356.804000', '163356.807000', '163356.810000', '163356.812000', '163356.815000', '163356.817000', '163356.820000', '163356.823000', '163356.833000', '163356.835000', '163356.838000', '163356.840000', '163356.843000', '163356.845000', '163356.848000', '163356.851000', '163356.853000', '163356.856000', '163356.858000', '163356.861000', '163356.863000', '163356.866000', '163356.868000', '163356.871000', '163356.874000', '163356.876000', '163356.879000', '163356.881000', '163356.884000', '163356.886000', '163356.889000', '163356.892000', '163356.894000', '163356.897000', '163356.899000', '163356.902000', '163356.904000', '163356.907000', '163356.910000', '163416.791000', '163416.794000', '163416.797000', '163416.799000', '163416.802000', '163416.804000', '163416.807000', '163416.810000', '163416.812000', '163416.815000', '163416.817000', '163416.820000', '163416.822000', '163416.825000', '163416.828000', '163416.830000', '163416.833000', '163416.835000', '163416.838000', '163416.840000', '163416.847000', '163416.849000', '163416.852000', '163416.854000', '163416.857000', '163416.859000', '163416.862000', '163416.865000', '163416.867000', '163416.870000', '163416.872000', '163416.875000', '163416.877000', '163416.880000', '163416.883000', '163416.885000', '163416.888000', '163416.890000', '163416.893000', '163416.895000', '163416.898000', '163416.901000', '163416.903000', '163436.790000', '163436.793000', '163436.796000', '163436.798000', '163436.801000', '163436.807000', '163436.809000', '163436.812000', '163436.815000', '163436.817000', '163436.820000', '163436.822000', '163436.825000', '163436.827000', '163436.830000', '163436.833000', '163436.835000', '163436.838000', '163436.840000', '163436.843000', '163436.845000', '163436.848000', '163436.851000', '163436.853000', '163436.856000', '163436.858000', '163436.861000', '163436.863000', '163436.866000', '163436.869000', '163436.871000', '163436.874000', '163436.876000', '163436.879000', '163436.881000', '163436.884000', '163436.887000', '163436.889000', '163436.892000', '163436.894000', '163436.897000', '163436.899000', '163436.902000', '163436.905000', '163456.790000', '163456.793000', '163456.796000', '163456.798000', '163456.801000', '163456.803000', '163456.806000', '163456.809000', '163456.811000', '163456.814000', '163456.816000', '163456.819000', '163456.822000', '163456.824000', '163456.827000', '163456.829000', '163456.832000', '163456.835000', '163456.837000', '163456.840000', '163456.842000', '163456.845000', '163456.847000', '163456.850000', '163456.853000', '163456.855000', '163456.858000', '163456.860000', '163456.863000', '163456.865000', '163456.868000', '163456.871000', '163456.873000', '163456.876000', '163456.878000', '163456.881000', '163456.883000', '163456.886000', '163456.888000', '163456.891000', '163456.894000', '163456.896000', '163456.900000', '163516.791000', '163516.794000', '163516.797000', '163516.799000', '163516.802000', '163516.805000', '163516.807000', '163516.810000', '163516.812000', '163516.815000', '163516.818000', '163516.820000', '163516.823000', '163516.825000', '163516.828000', '163516.831000', '163516.833000', '163516.836000', '163516.838000', '163516.841000', '163516.843000', '163516.846000', '163516.849000', '163516.851000', '163516.854000', '163516.857000', '163516.859000', '163516.862000', '163516.865000', '163516.867000', '163516.870000', '163516.872000', '163516.875000', '163516.877000', '163516.907000', '163516.910000', '163516.912000', '163516.915000', '163516.917000', '163516.932000', '163516.935000', '163516.937000', '163516.940000', '163516.942000', '163536.791000', '163536.794000', '163536.797000', '163536.799000', '163536.802000', '163536.804000', '163536.807000', '163536.810000', '163536.812000', '163536.815000', '163536.817000', '163536.820000', '163536.822000', '163536.825000', '163536.828000', '163536.830000', '163536.833000', '163536.835000', '163536.838000', '163536.840000', '163536.843000', '163536.846000', '163536.848000', '163536.851000', '163536.853000', '163536.856000', '163536.858000', '163536.861000', '163536.864000', '163536.866000', '163536.869000', '163536.871000', '163536.874000', '163536.876000', '163536.879000', '163536.882000', '163536.884000', '163536.887000', '163536.889000', '163536.892000', '163536.894000', '163536.897000', '163536.899000', '163556.791000', '163556.794000', '163556.797000', '163556.799000', '163556.802000', '163556.805000', '163556.807000', '163556.810000', '163556.812000', '163556.815000', '163556.818000', '163556.820000', '163556.823000', '163556.825000', '163556.828000', '163556.831000', '163556.833000', '163556.836000', '163556.838000', '163556.841000', '163556.843000', '163556.846000', '163556.849000', '163556.851000', '163556.854000', '163556.856000', '163556.859000', '163556.861000', '163556.864000', '163556.867000', '163556.869000', '163556.872000', '163556.874000', '163556.877000', '163556.880000', '163556.886000', '163556.889000', '163556.891000', '163556.894000', '163556.897000', '163556.899000', '163556.902000', '163556.904000', '163556.907000', '163616.791000', '163616.794000', '163616.797000', '163616.799000', '163616.802000', '163616.804000', '163616.807000', '163616.810000', '163616.812000', '163616.815000', '163616.817000', '163616.820000', '163616.823000', '163616.825000', '163616.828000', '163616.830000', '163616.833000', '163616.836000', '163616.838000', '163616.841000', '163616.843000', '163616.846000', '163616.849000', '163616.851000', '163616.854000', '163616.856000', '163616.859000', '163616.862000', '163616.864000', '163616.867000', '163616.869000', '163616.872000', '163616.874000', '163616.877000', '163616.880000', '163616.882000', '163616.885000', '163616.887000', '163616.890000', '163616.892000', '163616.895000', '163616.898000', '163616.900000', '163636.792000', '163636.794000', '163636.797000', '163636.800000', '163636.802000', '163636.805000', '163636.807000', '163636.810000', '163636.812000', '163636.815000', '163636.818000', '163636.820000', '163636.823000', '163636.825000', '163636.828000', '163636.830000', '163636.833000', '163636.836000', '163636.838000', '163636.841000', '163636.843000', '163636.846000', '163636.849000', '163636.851000', '163636.854000', '163636.856000', '163636.859000', '163636.862000', '163636.864000', '163636.867000', '163636.869000', '163636.872000', '163636.874000', '163636.877000', '163636.879000', '163636.882000', '163636.885000', '163636.887000', '163636.890000', '163636.893000', '163636.895000', '163636.898000', '163636.900000', '163636.903000', '163656.790000', '163656.793000', '163656.796000', '163656.798000', '163656.801000', '163656.803000', '163656.806000', '163656.808000', '163656.811000', '163656.814000', '163656.816000', '163656.819000', '163656.821000', '163656.824000', '163656.826000', '163656.829000', '163656.831000', '163656.834000', '163656.836000', '163656.846000', '163656.849000', '163656.852000', '163656.854000', '163656.857000', '163656.859000', '163656.862000', '163656.864000', '163656.867000', '163656.869000', '163656.872000', '163656.875000', '163656.877000', '163656.880000', '163656.882000', '163656.885000', '163656.888000', '163656.890000', '163656.893000', '163656.895000', '163656.898000', '163656.900000', '163656.903000', '163656.905000', '163716.791000', '163716.793000', '163716.796000', '163716.799000', '163716.801000', '163716.804000', '163716.807000', '163716.810000', '163716.812000', '163716.815000', '163716.817000', '163716.820000', '163716.823000', '163716.825000', '163716.828000', '163716.830000', '163716.833000', '163716.836000', '163716.838000', '163716.841000', '163716.843000', '163716.846000', '163716.848000', '163716.851000', '163716.854000', '163716.856000', '163716.859000', '163716.862000', '163716.864000', '163716.867000', '163716.870000', '163716.872000', '163716.875000', '163716.877000', '163716.880000', '163716.883000', '163716.885000', '163716.888000', '163716.891000', '163716.893000', '163716.896000', '163716.898000', '163716.901000', '163716.903000', '163736.792000', '163736.795000', '163736.797000', '163736.800000', '163736.802000', '163736.805000', '163736.807000', '163736.810000', '163736.813000', '163736.815000', '163736.818000', '163736.820000', '163736.823000', '163736.826000', '163736.828000', '163736.831000', '163736.833000', '163736.836000', '163736.838000', '163736.841000', '163736.844000', '163736.846000', '163736.849000', '163736.852000', '163736.854000', '163736.857000', '163736.859000', '163736.862000', '163736.864000', '163736.867000', '163736.870000', '163736.872000', '163736.875000', '163736.877000', '163736.880000', '163736.883000', '163736.885000', '163736.888000', '163736.890000', '163736.893000', '163736.896000', '163736.898000', '163736.901000', '163756.791000', '163756.794000', '163756.797000', '163756.799000', '163756.802000', '163756.805000', '163756.807000', '163756.810000', '163756.812000', '163756.815000', '163756.818000', '163756.820000', '163756.823000', '163756.825000', '163756.828000', '163756.831000', '163756.833000', '163756.836000', '163756.838000', '163756.841000', '163756.844000', '163756.846000', '163756.849000', '163756.851000', '163756.854000', '163756.856000', '163756.859000', '163756.862000', '163756.864000', '163756.867000', '163756.869000', '163756.872000', '163756.875000', '163756.877000', '163756.880000', '163756.882000', '163756.885000', '163756.887000', '163756.890000', '163756.893000', '163756.895000', '163756.898000', '163756.900000', '163756.903000', '163816.791000', '163816.794000', '163816.797000', '163816.799000', '163816.802000', '163816.805000', '163816.807000', '163816.810000', '163816.812000', '163816.815000', '163816.818000', '163816.820000', '163816.823000', '163816.825000', '163816.828000', '163816.831000', '163816.833000', '163816.836000', '163816.838000', '163816.841000', '163816.843000', '163816.846000', '163816.849000', '163816.851000', '163816.854000', '163816.856000', '163816.859000', '163816.862000', '163816.864000', '163816.867000', '163816.869000', '163816.872000', '163816.874000', '163816.877000', '163816.880000', '163816.882000', '163816.885000', '163816.887000', '163816.892000', '163816.894000', '163816.897000', '163816.899000', '163816.902000', '163836.792000', '163836.794000', '163836.797000', '163836.800000', '163836.803000', '163836.806000', '163836.809000', '163836.812000', '163836.814000', '163836.817000', '163836.819000', '163836.822000', '163836.824000', '163836.827000', '163836.830000', '163836.832000', '163836.835000', '163836.837000', '163836.840000', '163836.842000', '163836.845000', '163836.849000', '163836.851000', '163836.854000', '163836.857000', '163836.859000', '163836.862000', '163836.864000', '163836.867000', '163836.870000', '163836.872000', '163836.875000', '163836.877000', '163836.880000', '163836.883000', '163836.885000', '163836.888000', '163836.890000', '163836.893000', '163836.896000', '163836.898000', '163836.901000', '163836.904000', '163856.791000', '163856.794000', '163856.797000', '163856.799000', '163856.802000', '163856.805000', '163856.807000', '163856.810000', '163856.812000', '163856.815000', '163856.817000', '163856.820000', '163856.823000', '163856.825000', '163856.828000', '163856.830000', '163856.833000', '163856.835000', '163856.838000', '163856.841000', '163856.843000', '163856.846000', '163856.848000', '163856.851000', '163856.853000', '163856.856000', '163856.858000', '163856.861000', '163856.864000', '163856.866000', '163856.869000', '163856.871000', '163856.874000', '163856.876000', '163856.879000', '163856.882000', '163856.884000', '163856.887000', '163856.889000', '163856.892000', '163856.894000', '163856.897000', '163856.900000', '163856.902000', '163916.790000', '163916.793000', '163916.796000', '163916.798000', '163916.801000', '163916.803000', '163916.806000', '163916.808000', '163916.811000', '163916.814000', '163916.816000', '163916.819000', '163916.822000', '163916.824000', '163916.827000', '163916.829000', '163916.832000', '163916.835000', '163916.837000', '163916.840000', '163916.842000', '163916.845000', '163916.847000', '163916.850000', '163916.853000', '163916.855000', '163916.858000', '163916.860000', '163916.863000', '163916.865000', '163916.868000', '163916.871000', '163916.873000', '163916.876000', '163916.878000', '163916.881000', '163916.884000', '163916.886000', '163916.889000', '163916.891000', '163916.894000', '163916.897000', '163916.899000', '163932.019000', '163932.022000', '163932.024000', '163932.027000', '163932.030000', '163932.033000', '163932.036000', '163932.039000', '163932.041000', '163932.044000', '163932.047000', '163932.050000', '163932.053000', '163932.056000', '163932.059000', '163932.062000', '163932.064000', '163932.067000', '163932.069000', '163932.079000', '163932.081000', '163932.084000', '163932.087000', '163932.090000', '163932.092000', '163932.095000', '163932.098000', '163932.100000', '163932.103000', '163932.106000', '163932.108000', '163932.111000', '163932.114000', '163932.116000'], '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': [10163, 10845, 10631, 12759, 11123, 12201, 11306, 9581, 11451, 10461, 11501, 10207, 11221, 10312, 11513, 11304, 10985, 11825, 10388, 11488, 11121, 10066, 11459, 10311, 11218, 10673, 11035, 11128, 11163, 11222, 10989, 11228, 12843, 11457, 11209, 11261, 10954, 11377, 10686, 11669, 10865, 10687, 10761, 9733, 11330, 12777, 11413, 11050, 11719, 10733, 11785, 10287, 10777, 10425, 11519, 10809, 11309, 10956, 10986, 11219, 11149, 11267, 12475, 11767, 10906, 12057, 10871, 10487, 10523, 10620, 10649, 11226, 10938, 11604, 10996, 11095, 10740, 11342, 11362, 9709, 11475, 10951, 11514, 9371, 11366, 10701, 10460, 10911, 11252, 10942, 10182, 11055, 10909, 11641, 10286, 10983, 10592, 11324, 10677, 11173, 10945, 11131, 11323, 10983, 11605, 10386, 10863, 10752, 11584, 9297, 11543, 10051, 11701, 10502, 11280, 10888, 10681, 10776, 10521, 11544, 11215, 11263, 8939, 11565, 10489, 11145, 10883, 10298, 10905, 10777, 11071, 9915, 11058, 10831, 11089, 11139, 11243, 10310, 11469, 12301, 11843, 10588, 11883, 10845, 11647, 11350, 10069, 11114, 10700, 11379, 11290, 12037, 11079, 11966, 10279, 10636, 10781, 11237, 10371, 11413, 10648, 11393, 10735, 11398, 10514, 11419, 10540, 10877, 10531, 11202, 10771, 10868, 10650, 10216, 10934, 10338, 10593, 11053, 10928, 11636, 10619, 11247, 10605, 11532, 10972, 11762, 10767, 10628, 10923, 11371, 11058, 11117, 11379, 9361, 11455, 10894, 11243, 11249, 11443, 11087, 11244, 9904, 11158, 10370, 11197, 10951, 11384, 8874, 11639, 11077, 11548, 11064, 11599, 10680, 11356, 10695, 11207, 10271, 10614, 10905, 10930, 11203, 10819, 10555, 11007, 10976, 11324, 11446, 10988, 10161, 11377, 10192, 11078, 10136, 10902, 10176, 10610, 10991, 10728, 11219, 10782, 10754, 10836, 10336, 10719, 10578, 10885, 11294, 11001, 11237, 11215, 11273, 11076, 10920, 10952, 10995, 10627, 11081, 10534, 10943, 10905, 11264, 10831, 10549, 10933, 11326, 11225, 10586, 10926, 10906, 10989, 11495, 11325, 10650, 11262, 10524, 10873, 11527, 10881, 11580, 10488, 11520, 9708, 11243, 10014, 11517, 9869, 11264, 11052, 11443, 11555, 11401, 10838, 11394, 9463, 11417, 12674, 11429, 10599, 11509, 10731, 11261, 10255, 10856, 10910, 11023, 11017, 10802, 10481, 10416, 11583, 8991, 11835, 10655, 11323, 10780, 11485, 11749, 11712, 11991, 11904, 12596, 11785, 9740, 11488, 12074, 11602, 12766, 11602, 11980, 11525, 10749, 11588, 9228, 11626, 11125, 11737, 10790, 11570, 10029, 11206, 10524, 11000, 10292, 11086, 10730, 10851, 11218, 11501, 11654, 9243, 11386, 10713, 11412, 10471, 11403, 9603, 11824, 10946, 11764, 11408, 11878, 12205, 11729, 11014, 11611, 10363, 11499, 11536, 11628, 10015, 11756, 10463, 11523, 10519, 11656, 10728, 11700, 11229, 12013, 10983, 12019, 13263, 11628, 11061, 11711, 10189, 11772, 11410, 11796, 12334, 11751, 10021, 11875, 12024, 11782, 11976, 11804, 11763, 11607, 11136, 11451, 10801, 11407, 10595, 11161, 10513, 11412, 11405, 11159, 10524, 11059, 11445, 11412, 10654, 11213, 11031, 11110, 10339, 11002, 11468, 11118, 11295, 10636, 10978, 9844, 11732, 9839, 11636, 11790, 11275, 10113, 11550, 11636, 11187, 11318, 11042, 11684, 10950, 12227, 10776, 11687, 10807, 11479, 10781, 11406, 10980, 11737, 12067, 12103, 11900, 12051, 11477, 12059, 10943, 11765, 9914, 11751, 10559, 11765, 11229, 11576, 10919, 11179, 10832, 11357, 11015, 11112, 11726, 10739, 11321, 11149, 11538, 11013, 11102, 11299, 12197, 10891, 11724, 10800, 11787, 10785, 11686, 12181, 12584, 12037, 12365, 12202, 11720, 10498, 11652, 12821, 11694, 10867, 11625, 10987, 11843, 11441, 12340, 12207, 12359, 10704, 11385, 10878, 11945, 11707, 11845, 11943, 11824, 10623, 11695, 12538, 11956, 10356, 11783, 10094, 11616, 11637, 12084, 10744, 11713, 10738, 11684, 13248, 12041, 12018, 11872, 10706, 11512, 11111, 13424, 11835, 10734, 11344, 11189, 11588, 11727, 11593, 11672, 11536, 11431, 10259, 11156, 11746, 12322, 12356, 10704, 9983, 11625, 10850, 12197, 11154, 12019, 11293, 10634, 11879, 11136, 12010, 9921, 12004, 10986, 12129, 11277, 11402, 11887, 11126, 14231, 11758, 10787, 11596, 11445, 10910, 12255, 10882, 11233, 11179, 11515, 11296, 11229, 11684, 10722, 11135, 11749, 11067, 12041, 11041, 11911, 11557, 12386, 11671, 12332, 11276, 11206, 11782, 12389, 11742, 11897, 11318, 11991, 11546, 11007, 10996, 11304, 11422, 11607, 11720, 11684, 11743, 12180, 11645, 11536, 11696, 11832, 11547, 10950, 11266, 11513, 11222, 12246, 11265, 11838, 11223, 11037, 11316, 10816, 10823, 11369, 10995, 12056, 11026, 11473, 11248, 11981, 11219, 11965, 10806, 12080, 11180, 11622, 11377, 11653, 11252, 11073, 11173, 11151, 10964, 11635, 11156, 12008, 10820, 11319, 12116, 12333, 12013, 12639, 10805, 11749, 10750, 11551, 11199, 11854, 11028, 11956, 11031, 12101, 12679, 11401, 10533, 11909, 11476, 10656, 10845, 11261, 11230, 12826, 11392, 12126, 10907, 11125, 11029, 12775, 10834, 12673, 10675, 10569, 12347, 11201, 10292, 11708, 10627, 11988, 11091, 12591, 11113, 12434, 11666, 10749, 11733, 11551, 12264, 10921, 12176, 11632, 11788, 11182, 12046, 10824, 12021, 11315, 11951, 11677, 10866, 12477, 11113, 13222, 12088, 12123, 12579, 11308, 12470, 11272, 12191, 11282, 12574, 11518, 11975, 11456, 11442, 10914, 12523, 11740, 11189, 12186, 11171, 12490, 11759, 12595, 11658, 11760, 11287, 12580, 11486, 13311, 11768, 11776, 11912, 11009, 11352, 11317, 10712, 11750, 13881, 11698, 11469, 12031, 11025, 12954, 11206, 11924, 11440, 12973, 11672, 12304, 11511, 11980, 11045, 12245, 11156, 11369, 11361, 11109, 11456, 11762, 11297, 12896, 11530, 14127, 11810, 14507, 11720, 11992, 11628, 12650, 11693, 10979, 11510, 12178, 11769, 14507, 12083, 11524, 11986, 10976, 11937, 12291, 11569, 11665, 11709, 12231, 11845, 12526, 12219, 12612, 11102, 11798, 10962, 12197, 12398, 11973, 13092, 11801, 11052, 12681, 11403, 11912, 12180, 11198, 11148, 11514, 11785, 11320, 12312, 11549, 12752, 11216, 11477, 11390, 12058, 11840, 12832, 11481, 12960, 11283, 12499, 11488, 14010, 11425, 12256, 11626, 13533, 11490, 14567, 11355, 11257, 12006, 11843, 12055, 12458, 11991, 12158, 12226, 11881, 11883, 11657, 11926, 11416, 12085, 12614, 12500, 12204, 12409, 11566, 12560, 13587, 12116, 12505, 11823, 12824, 11841, 12605, 12015, 11216, 12198, 12991, 11866, 13039, 11816, 13056, 12185, 12149, 12004, 12887, 11927, 12026, 11594, 12989, 11511, 12644, 11454, 13279, 11568, 12225, 11352, 12718, 11893, 11411, 11398, 12559, 11426, 12141, 11343, 12931, 11863, 10632, 11973, 12482, 12200, 12259, 12582, 12826, 12558, 11688, 12199, 12686], 'WindowCenter': [4316.0, 4303.0, 4298.0, 4318.0, 4296.0, 4305.0, 4295.0, 4286.0, 4307.0, 4295.0, 4308.0, 4286.0, 4296.0, 4285.0, 4283.0, 4283.0, 4283.0, 4293.0, 4272.0, 4282.0, 4283.0, 4272.0, 4294.0, 4273.0, 4294.0, 4297.0, 4296.0, 4295.0, 4295.0, 4295.0, 4296.0, 4307.0, 4318.0, 4309.0, 4296.0, 4308.0, 4297.0, 4308.0, 4297.0, 4307.0, 4297.0, 4298.0, 4299.0, 4289.0, 4310.0, 4319.0, 4310.0, 4309.0, 4319.0, 4309.0, 4322.0, 4301.0, 4311.0, 4310.0, 4321.0, 4310.0, 4311.0, 4311.0, 4311.0, 4310.0, 4309.0, 4310.0, 4318.0, 4309.0, 4298.0, 4319.0, 4310.0, 4311.0, 4310.0, 4311.0, 4310.0, 4321.0, 4311.0, 4322.0, 4312.0, 4311.0, 4312.0, 4311.0, 4310.0, 4289.0, 4310.0, 4299.0, 4310.0, 4289.0, 4311.0, 4311.0, 4311.0, 4311.0, 4322.0, 4312.0, 4312.0, 4323.0, 4311.0, 4323.0, 4301.0, 4311.0, 4300.0, 4310.0, 4309.0, 4311.0, 4313.0, 4309.0, 4311.0, 4299.0, 4310.0, 4300.0, 4311.0, 4310.0, 4321.0, 4289.0, 4321.0, 4300.0, 4333.0, 4312.0, 4312.0, 4313.0, 4312.0, 4311.0, 4311.0, 4322.0, 4321.0, 4322.0, 4290.0, 4320.0, 4300.0, 4309.0, 4311.0, 4301.0, 4312.0, 4312.0, 4322.0, 4313.0, 4323.0, 4324.0, 4323.0, 4324.0, 4324.0, 4313.0, 4323.0, 4321.0, 4322.0, 4300.0, 4310.0, 4299.0, 4308.0, 4309.0, 4288.0, 4309.0, 4298.0, 4310.0, 4309.0, 4321.0, 4310.0, 4321.0, 4301.0, 4312.0, 4311.0, 4312.0, 4301.0, 4322.0, 4311.0, 4322.0, 4311.0, 4311.0, 4301.0, 4311.0, 4300.0, 4311.0, 4310.0, 4311.0, 4310.0, 4310.0, 4300.0, 4299.0, 4300.0, 4301.0, 4300.0, 4312.0, 4311.0, 4322.0, 4311.0, 4311.0, 4301.0, 4310.0, 4310.0, 4320.0, 4310.0, 4300.0, 4311.0, 4309.0, 4310.0, 4308.0, 4309.0, 4289.0, 4321.0, 4310.0, 4310.0, 4310.0, 4310.0, 4311.0, 4311.0, 4301.0, 4312.0, 4301.0, 4323.0, 4310.0, 4323.0, 4293.0, 4324.0, 4323.0, 4324.0, 4323.0, 4323.0, 4312.0, 4323.0, 4301.0, 4311.0, 4302.0, 4312.0, 4312.0, 4311.0, 4311.0, 4311.0, 4301.0, 4311.0, 4310.0, 4312.0, 4321.0, 4311.0, 4301.0, 4321.0, 4301.0, 4311.0, 4302.0, 4312.0, 4312.0, 4312.0, 4312.0, 4312.0, 4322.0, 4311.0, 4311.0, 4310.0, 4300.0, 4300.0, 4299.0, 4310.0, 4309.0, 4311.0, 4311.0, 4311.0, 4311.0, 4311.0, 4312.0, 4312.0, 4323.0, 4311.0, 4325.0, 4313.0, 4324.0, 4313.0, 4323.0, 4313.0, 4313.0, 4313.0, 4312.0, 4314.0, 4311.0, 4311.0, 4309.0, 4310.0, 4311.0, 4323.0, 4312.0, 4310.0, 4310.0, 4312.0, 4323.0, 4311.0, 4324.0, 4314.0, 4335.0, 4304.0, 4324.0, 4303.0, 4323.0, 4302.0, 4323.0, 4311.0, 4322.0, 4310.0, 4311.0, 4309.0, 4311.0, 4290.0, 4311.0, 4320.0, 4320.0, 4310.0, 4322.0, 4312.0, 4311.0, 4301.0, 4311.0, 4312.0, 4311.0, 4313.0, 4323.0, 4313.0, 4312.0, 4322.0, 4303.0, 4334.0, 4314.0, 4325.0, 4313.0, 4325.0, 4324.0, 4335.0, 4334.0, 4334.0, 4334.0, 4335.0, 4315.0, 4325.0, 4323.0, 4323.0, 4332.0, 4322.0, 4322.0, 4323.0, 4312.0, 4323.0, 4303.0, 4324.0, 4323.0, 4334.0, 4324.0, 4324.0, 4314.0, 4323.0, 4313.0, 4324.0, 4313.0, 4324.0, 4312.0, 4314.0, 4324.0, 4324.0, 4335.0, 4304.0, 4335.0, 4324.0, 4336.0, 4315.0, 4336.0, 4304.0, 4336.0, 4324.0, 4335.0, 4325.0, 4334.0, 4323.0, 4323.0, 4313.0, 4322.0, 4302.0, 4323.0, 4323.0, 4323.0, 4302.0, 4322.0, 4311.0, 4323.0, 4311.0, 4322.0, 4311.0, 4321.0, 4310.0, 4333.0, 4312.0, 4323.0, 4332.0, 4323.0, 4312.0, 4324.0, 4302.0, 4322.0, 4322.0, 4323.0, 4332.0, 4334.0, 4303.0, 4324.0, 4322.0, 4323.0, 4323.0, 4334.0, 4333.0, 4324.0, 4324.0, 4334.0, 4325.0, 4335.0, 4337.0, 4337.0, 4326.0, 4335.0, 4335.0, 4325.0, 4326.0, 4326.0, 4324.0, 4325.0, 4314.0, 4323.0, 4324.0, 4324.0, 4313.0, 4313.0, 4323.0, 4323.0, 4324.0, 4314.0, 4324.0, 4303.0, 4334.0, 4314.0, 4324.0, 4334.0, 4325.0, 4313.0, 4324.0, 4322.0, 4323.0, 4322.0, 4313.0, 4322.0, 4311.0, 4321.0, 4310.0, 4320.0, 4310.0, 4312.0, 4310.0, 4311.0, 4310.0, 4321.0, 4320.0, 4321.0, 4310.0, 4322.0, 4310.0, 4321.0, 4299.0, 4321.0, 4300.0, 4320.0, 4311.0, 4322.0, 4322.0, 4322.0, 4312.0, 4322.0, 4312.0, 4313.0, 4312.0, 4311.0, 4323.0, 4311.0, 4312.0, 4312.0, 4322.0, 4310.0, 4311.0, 4311.0, 4321.0, 4311.0, 4322.0, 4310.0, 4332.0, 4312.0, 4323.0, 4321.0, 4332.0, 4322.0, 4334.0, 4322.0, 4323.0, 4312.0, 4323.0, 4331.0, 4323.0, 4311.0, 4312.0, 4311.0, 4322.0, 4321.0, 4332.0, 4321.0, 4333.0, 4311.0, 4321.0, 4312.0, 4331.0, 4322.0, 4334.0, 4324.0, 4335.0, 4313.0, 4334.0, 4332.0, 4334.0, 4314.0, 4334.0, 4311.0, 4323.0, 4311.0, 4322.0, 4311.0, 4322.0, 4311.0, 4322.0, 4332.0, 4333.0, 4321.0, 4332.0, 4312.0, 4322.0, 4323.0, 4329.0, 4310.0, 4299.0, 4312.0, 4309.0, 4308.0, 4310.0, 4309.0, 4310.0, 4321.0, 4323.0, 4314.0, 4324.0, 4335.0, 4335.0, 4345.0, 4315.0, 4302.0, 4312.0, 4300.0, 4309.0, 4310.0, 4308.0, 4310.0, 4299.0, 4309.0, 4298.0, 4320.0, 4299.0, 4332.0, 4312.0, 4333.0, 4323.0, 4334.0, 4334.0, 4325.0, 4332.0, 4322.0, 4311.0, 4298.0, 4309.0, 4296.0, 4308.0, 4298.0, 4297.0, 4297.0, 4308.0, 4308.0, 4311.0, 4321.0, 4310.0, 4321.0, 4322.0, 4322.0, 4334.0, 4324.0, 4322.0, 4322.0, 4319.0, 4321.0, 4332.0, 4324.0, 4311.0, 4320.0, 4320.0, 4321.0, 4321.0, 4322.0, 4321.0, 4309.0, 4310.0, 4310.0, 4310.0, 4309.0, 4309.0, 4320.0, 4310.0, 4320.0, 4320.0, 4321.0, 4322.0, 4322.0, 4320.0, 4321.0, 4312.0, 4321.0, 4324.0, 4322.0, 4333.0, 4321.0, 4322.0, 4312.0, 4312.0, 4312.0, 4312.0, 4311.0, 4322.0, 4311.0, 4322.0, 4312.0, 4323.0, 4323.0, 4322.0, 4312.0, 4323.0, 4311.0, 4322.0, 4322.0, 4320.0, 4311.0, 4310.0, 4309.0, 4312.0, 4311.0, 4311.0, 4311.0, 4321.0, 4311.0, 4321.0, 4311.0, 4321.0, 4321.0, 4333.0, 4322.0, 4332.0, 4313.0, 4323.0, 4311.0, 4311.0, 4310.0, 4309.0, 4298.0, 4319.0, 4312.0, 4333.0, 4333.0, 4321.0, 4313.0, 4333.0, 4335.0, 4323.0, 4336.0, 4324.0, 4323.0, 4344.0, 4324.0, 4333.0, 4325.0, 4325.0, 4313.0, 4320.0, 4299.0, 4306.0, 4274.0, 4274.0, 4281.0, 4271.0, 4260.0, 4281.0, 4271.0, 4293.0, 4281.0, 4304.0, 4295.0, 4304.0, 4297.0, 4295.0, 4307.0, 4296.0, 4319.0, 4309.0, 4321.0, 4310.0, 4322.0, 4311.0, 4322.0, 4312.0, 4310.0, 4310.0, 4309.0, 4310.0, 4297.0, 4308.0, 4298.0, 4315.0, 4308.0, 4307.0, 4319.0, 4309.0, 4321.0, 4310.0, 4321.0, 4322.0, 4333.0, 4321.0, 4323.0, 4321.0, 4321.0, 4312.0, 4308.0, 4309.0, 4298.0, 4309.0, 4297.0, 4307.0, 4307.0, 4318.0, 4308.0, 4319.0, 4309.0, 4319.0, 4321.0, 4319.0, 4321.0, 4309.0, 4320.0, 4299.0, 4310.0, 4310.0, 4286.0, 4297.0, 4315.0, 4307.0, 4295.0, 4307.0, 4297.0, 4307.0, 4297.0, 4308.0, 4308.0, 4331.0, 4309.0, 4321.0, 4321.0, 4321.0, 4312.0, 4322.0, 4311.0, 4310.0, 4311.0, 4310.0, 4309.0, 4309.0, 4310.0, 4318.0, 4310.0, 4328.0, 4309.0, 4328.0, 4308.0, 4309.0, 4309.0, 4319.0, 4309.0, 4298.0, 4310.0, 4308.0, 4310.0, 4329.0, 4320.0, 4310.0, 4321.0, 4310.0, 4319.0, 4320.0, 4310.0, 4322.0, 4322.0, 4323.0, 4322.0, 4333.0, 4322.0, 4332.0, 4323.0, 4322.0, 4311.0, 4322.0, 4322.0, 4323.0, 4331.0, 4321.0, 4310.0, 4319.0, 4310.0, 4308.0, 4310.0, 4299.0, 4309.0, 4308.0, 4319.0, 4308.0, 4320.0, 4309.0, 4318.0, 4310.0, 4310.0, 4310.0, 4309.0, 4310.0, 4319.0, 4309.0, 4317.0, 4297.0, 4305.0, 4296.0, 4315.0, 4296.0, 4295.0, 4297.0, 4316.0, 4298.0, 4325.0, 4297.0, 4295.0, 4296.0, 4294.0, 4294.0, 4293.0, 4296.0, 4305.0, 4306.0, 4295.0, 4305.0, 4295.0, 4307.0, 4295.0, 4307.0, 4306.0, 4307.0, 4308.0, 4319.0, 4310.0, 4320.0, 4318.0, 4309.0, 4319.0, 4309.0, 4319.0, 4310.0, 4320.0, 4319.0, 4310.0, 4320.0, 4319.0, 4310.0, 4319.0, 4309.0, 4318.0, 4309.0, 4308.0, 4309.0, 4319.0, 4309.0, 4320.0, 4309.0, 4319.0, 4308.0, 4318.0, 4308.0, 4318.0, 4307.0, 4308.0, 4298.0, 4318.0, 4308.0, 4308.0, 4308.0, 4319.0, 4307.0, 4308.0, 4297.0, 4318.0, 4309.0, 4287.0, 4307.0, 4308.0, 4310.0, 4308.0, 4318.0, 4318.0, 4319.0, 4320.0, 4320.0, 4331.0], 'WindowWidth': [9534.0, 9506.0, 9493.0, 9519.0, 9485.0, 9494.0, 9481.0, 9471.0, 9501.0, 9484.0, 9504.0, 9473.0, 9483.0, 9468.0, 9461.0, 9462.0, 9459.0, 9475.0, 9444.0, 9458.0, 9462.0, 9443.0, 9476.0, 9449.0, 9479.0, 9487.0, 9483.0, 9481.0, 9482.0, 9483.0, 9484.0, 9503.0, 9518.0, 9507.0, 9486.0, 9505.0, 9489.0, 9505.0, 9488.0, 9503.0, 9489.0, 9489.0, 9493.0, 9481.0, 9511.0, 9519.0, 9511.0, 9508.0, 9523.0, 9509.0, 9531.0, 9500.0, 9516.0, 9512.0, 9529.0, 9511.0, 9515.0, 9515.0, 9514.0, 9511.0, 9506.0, 9511.0, 9518.0, 9508.0, 9493.0, 9522.0, 9512.0, 9516.0, 9511.0, 9515.0, 9513.0, 9530.0, 9516.0, 9533.0, 9519.0, 9513.0, 9518.0, 9516.0, 9511.0, 9483.0, 9511.0, 9494.0, 9512.0, 9483.0, 9514.0, 9514.0, 9517.0, 9516.0, 9530.0, 9517.0, 9519.0, 9536.0, 9516.0, 9534.0, 9501.0, 9513.0, 9497.0, 9512.0, 9509.0, 9514.0, 9519.0, 9509.0, 9513.0, 9496.0, 9510.0, 9498.0, 9514.0, 9510.0, 9528.0, 9486.0, 9531.0, 9503.0, 9549.0, 9518.0, 9519.0, 9522.0, 9518.0, 9515.0, 9515.0, 9529.0, 9530.0, 9531.0, 9486.0, 9527.0, 9500.0, 9511.0, 9515.0, 9501.0, 9520.0, 9519.0, 9533.0, 9524.0, 9536.0, 9539.0, 9538.0, 9539.0, 9537.0, 9520.0, 9535.0, 9529.0, 9531.0, 9500.0, 9511.0, 9496.0, 9504.0, 9507.0, 9479.0, 9506.0, 9492.0, 9511.0, 9510.0, 9529.0, 9512.0, 9530.0, 9502.0, 9516.0, 9514.0, 9517.0, 9502.0, 9530.0, 9515.0, 9530.0, 9514.0, 9515.0, 9500.0, 9513.0, 9499.0, 9515.0, 9513.0, 9514.0, 9512.0, 9512.0, 9499.0, 9496.0, 9498.0, 9500.0, 9498.0, 9517.0, 9516.0, 9533.0, 9514.0, 9516.0, 9502.0, 9511.0, 9510.0, 9525.0, 9511.0, 9498.0, 9513.0, 9509.0, 9511.0, 9506.0, 9509.0, 9482.0, 9527.0, 9512.0, 9510.0, 9510.0, 9512.0, 9514.0, 9514.0, 9502.0, 9518.0, 9503.0, 9535.0, 9515.0, 9536.0, 9494.0, 9536.0, 9535.0, 9537.0, 9534.0, 9535.0, 9520.0, 9534.0, 9502.0, 9515.0, 9504.0, 9517.0, 9518.0, 9516.0, 9516.0, 9514.0, 9499.0, 9515.0, 9511.0, 9516.0, 9528.0, 9515.0, 9502.0, 9528.0, 9502.0, 9515.0, 9504.0, 9518.0, 9519.0, 9519.0, 9519.0, 9517.0, 9531.0, 9515.0, 9514.0, 9512.0, 9498.0, 9498.0, 9496.0, 9512.0, 9509.0, 9513.0, 9514.0, 9515.0, 9514.0, 9515.0, 9518.0, 9518.0, 9535.0, 9519.0, 9541.0, 9523.0, 9538.0, 9522.0, 9535.0, 9520.0, 9520.0, 9522.0, 9516.0, 9522.0, 9515.0, 9514.0, 9511.0, 9514.0, 9514.0, 9533.0, 9519.0, 9512.0, 9513.0, 9517.0, 9535.0, 9517.0, 9539.0, 9526.0, 9554.0, 9510.0, 9537.0, 9508.0, 9535.0, 9505.0, 9534.0, 9514.0, 9530.0, 9513.0, 9514.0, 9509.0, 9516.0, 9485.0, 9514.0, 9525.0, 9525.0, 9513.0, 9532.0, 9518.0, 9516.0, 9503.0, 9516.0, 9518.0, 9516.0, 9521.0, 9537.0, 9523.0, 9518.0, 9533.0, 9510.0, 9551.0, 9524.0, 9542.0, 9523.0, 9541.0, 9539.0, 9554.0, 9552.0, 9553.0, 9551.0, 9554.0, 9532.0, 9540.0, 9533.0, 9536.0, 9545.0, 9531.0, 9530.0, 9534.0, 9520.0, 9534.0, 9507.0, 9537.0, 9535.0, 9552.0, 9538.0, 9537.0, 9524.0, 9537.0, 9523.0, 9537.0, 9523.0, 9539.0, 9520.0, 9524.0, 9540.0, 9540.0, 9556.0, 9515.0, 9557.0, 9540.0, 9560.0, 9527.0, 9558.0, 9514.0, 9557.0, 9538.0, 9556.0, 9541.0, 9552.0, 9535.0, 9536.0, 9520.0, 9533.0, 9504.0, 9534.0, 9534.0, 9534.0, 9503.0, 9531.0, 9516.0, 9533.0, 9516.0, 9531.0, 9515.0, 9530.0, 9515.0, 9549.0, 9518.0, 9534.0, 9547.0, 9536.0, 9518.0, 9537.0, 9505.0, 9532.0, 9530.0, 9534.0, 9546.0, 9553.0, 9509.0, 9536.0, 9533.0, 9536.0, 9534.0, 9551.0, 9550.0, 9539.0, 9538.0, 9554.0, 9544.0, 9557.0, 9564.0, 9562.0, 9545.0, 9556.0, 9557.0, 9543.0, 9545.0, 9543.0, 9539.0, 9540.0, 9524.0, 9536.0, 9539.0, 9537.0, 9521.0, 9521.0, 9535.0, 9533.0, 9537.0, 9527.0, 9538.0, 9508.0, 9551.0, 9524.0, 9537.0, 9551.0, 9543.0, 9523.0, 9537.0, 9532.0, 9534.0, 9531.0, 9522.0, 9530.0, 9516.0, 9527.0, 9513.0, 9524.0, 9513.0, 9516.0, 9513.0, 9513.0, 9511.0, 9526.0, 9524.0, 9528.0, 9512.0, 9532.0, 9512.0, 9526.0, 9496.0, 9527.0, 9499.0, 9526.0, 9515.0, 9531.0, 9531.0, 9533.0, 9520.0, 9532.0, 9520.0, 9521.0, 9519.0, 9517.0, 9533.0, 9516.0, 9519.0, 9517.0, 9532.0, 9513.0, 9514.0, 9514.0, 9529.0, 9515.0, 9533.0, 9515.0, 9548.0, 9518.0, 9533.0, 9528.0, 9546.0, 9532.0, 9550.0, 9533.0, 9536.0, 9519.0, 9536.0, 9543.0, 9533.0, 9516.0, 9517.0, 9515.0, 9531.0, 9529.0, 9545.0, 9530.0, 9547.0, 9516.0, 9530.0, 9518.0, 9545.0, 9533.0, 9552.0, 9538.0, 9556.0, 9522.0, 9552.0, 9546.0, 9550.0, 9525.0, 9552.0, 9518.0, 9536.0, 9517.0, 9531.0, 9515.0, 9530.0, 9514.0, 9531.0, 9545.0, 9549.0, 9530.0, 9548.0, 9520.0, 9531.0, 9534.0, 9535.0, 9510.0, 9495.0, 9515.0, 9508.0, 9504.0, 9510.0, 9509.0, 9513.0, 9531.0, 9536.0, 9525.0, 9538.0, 9555.0, 9555.0, 9569.0, 9527.0, 9503.0, 9516.0, 9499.0, 9507.0, 9509.0, 9505.0, 9512.0, 9497.0, 9508.0, 9493.0, 9524.0, 9496.0, 9546.0, 9519.0, 9548.0, 9536.0, 9552.0, 9554.0, 9541.0, 9544.0, 9530.0, 9515.0, 9489.0, 9508.0, 9486.0, 9504.0, 9490.0, 9488.0, 9488.0, 9503.0, 9506.0, 9516.0, 9527.0, 9512.0, 9530.0, 9534.0, 9532.0, 9552.0, 9539.0, 9529.0, 9531.0, 9523.0, 9529.0, 9544.0, 9537.0, 9515.0, 9527.0, 9525.0, 9529.0, 9529.0, 9531.0, 9529.0, 9510.0, 9511.0, 9511.0, 9510.0, 9510.0, 9509.0, 9525.0, 9510.0, 9526.0, 9526.0, 9530.0, 9533.0, 9533.0, 9528.0, 9531.0, 9520.0, 9530.0, 9538.0, 9532.0, 9548.0, 9530.0, 9533.0, 9518.0, 9520.0, 9519.0, 9517.0, 9515.0, 9532.0, 9516.0, 9533.0, 9518.0, 9535.0, 9534.0, 9532.0, 9518.0, 9534.0, 9517.0, 9533.0, 9533.0, 9527.0, 9514.0, 9511.0, 9511.0, 9518.0, 9516.0, 9515.0, 9514.0, 9530.0, 9514.0, 9529.0, 9516.0, 9530.0, 9529.0, 9547.0, 9530.0, 9545.0, 9521.0, 9537.0, 9514.0, 9514.0, 9510.0, 9509.0, 9493.0, 9523.0, 9518.0, 9549.0, 9550.0, 9529.0, 9523.0, 9550.0, 9557.0, 9539.0, 9559.0, 9537.0, 9535.0, 9567.0, 9538.0, 9550.0, 9542.0, 9543.0, 9522.0, 9523.0, 9491.0, 9496.0, 9449.0, 9449.0, 9452.0, 9439.0, 9423.0, 9451.0, 9440.0, 9473.0, 9458.0, 9491.0, 9481.0, 9492.0, 9488.0, 9481.0, 9502.0, 9486.0, 9522.0, 9510.0, 9527.0, 9513.0, 9533.0, 9514.0, 9530.0, 9519.0, 9511.0, 9511.0, 9506.0, 9510.0, 9491.0, 9504.0, 9491.0, 9509.0, 9505.0, 9501.0, 9521.0, 9507.0, 9527.0, 9513.0, 9529.0, 9533.0, 9546.0, 9528.0, 9533.0, 9529.0, 9530.0, 9516.0, 9504.0, 9506.0, 9489.0, 9505.0, 9489.0, 9499.0, 9501.0, 9516.0, 9505.0, 9523.0, 9509.0, 9520.0, 9529.0, 9522.0, 9526.0, 9508.0, 9526.0, 9496.0, 9510.0, 9511.0, 9470.0, 9487.0, 9507.0, 9499.0, 9481.0, 9501.0, 9487.0, 9501.0, 9488.0, 9502.0, 9505.0, 9541.0, 9509.0, 9529.0, 9529.0, 9531.0, 9517.0, 9530.0, 9514.0, 9513.0, 9513.0, 9510.0, 9508.0, 9509.0, 9510.0, 9518.0, 9509.0, 9532.0, 9505.0, 9532.0, 9505.0, 9507.0, 9509.0, 9521.0, 9509.0, 9492.0, 9510.0, 9505.0, 9509.0, 9535.0, 9523.0, 9511.0, 9527.0, 9512.0, 9524.0, 9525.0, 9513.0, 9531.0, 9532.0, 9534.0, 9533.0, 9549.0, 9532.0, 9545.0, 9534.0, 9532.0, 9515.0, 9531.0, 9531.0, 9533.0, 9541.0, 9529.0, 9510.0, 9520.0, 9511.0, 9503.0, 9508.0, 9493.0, 9508.0, 9504.0, 9522.0, 9507.0, 9525.0, 9509.0, 9520.0, 9509.0, 9510.0, 9511.0, 9505.0, 9510.0, 9520.0, 9508.0, 9516.0, 9487.0, 9494.0, 9484.0, 9506.0, 9483.0, 9481.0, 9485.0, 9511.0, 9488.0, 9521.0, 9487.0, 9482.0, 9481.0, 9476.0, 9478.0, 9475.0, 9484.0, 9495.0, 9498.0, 9482.0, 9497.0, 9482.0, 9501.0, 9484.0, 9500.0, 9497.0, 9502.0, 9502.0, 9521.0, 9511.0, 9523.0, 9519.0, 9507.0, 9519.0, 9508.0, 9519.0, 9509.0, 9522.0, 9521.0, 9508.0, 9524.0, 9521.0, 9511.0, 9520.0, 9508.0, 9520.0, 9506.0, 9504.0, 9507.0, 9520.0, 9509.0, 9523.0, 9507.0, 9522.0, 9505.0, 9515.0, 9504.0, 9517.0, 9501.0, 9504.0, 9491.0, 9518.0, 9503.0, 9504.0, 9504.0, 9519.0, 9501.0, 9502.0, 9487.0, 9516.0, 9506.0, 9473.0, 9502.0, 9503.0, 9509.0, 9506.0, 9520.0, 9517.0, 9522.0, 9525.0, 9526.0, 9540.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.0006694857768052517</td></tr>
<tr><td colspan=3>aqi</td><td>0.015701166520787745</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.079479664698816</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2254713613581596</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9961409958817087</td></tr>
<tr><td colspan=3>efc</td><td>0.4474</td></tr>
<tr><td colspan=3>fber</td><td>6736.7656</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06467667489912964</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>5</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.5470459518599562</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6731700054520515</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5883485746525974</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.901405930825092</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5297555108784655</td></tr>
<tr><td colspan=3>gcor</td><td>0.0142442</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012809524312615395</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.018449781462550163</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>3.69248066679182</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>36.9795</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.3141</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>160.2523</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>307667.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>753.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>330.2294</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0656</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>598.3125</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3531.1549</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3758.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68877.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1013.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4690.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1017.7366</td></tr>
<tr><td colspan=3>tsnr</td><td>46.50677557801828</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>