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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0035/ses-02/func/sub-0035_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>e2cbb135aab7fd47fe1461dced010ac5</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:15:28.035000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.994463, -0.019767, 0.103215, 0.00468632, 0.989515, 0.144352]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0972678</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4161, -7760, -7297, 686, -51, -144, 138, 45]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.959</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6e3c0e72-a258-48b8-b3fd-14365a8c412a||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6680705547332764, 0.0125730624422431, 0.28346341848373413, 105.33180236816406], [0.05303337424993515, 2.654797077178955, 0.386287122964859, -109.35382843017578], [0.2769189178943634, -0.3872867822647095, 2.657147169113159, -79.59841918945312], [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': ['161528.035000', '161528.495000', '161528.955000', '161529.415000', '161529.875000', '161530.335000', '161530.795000', '161531.255000', '161531.715000', '161532.175000', '161532.635000', '161533.095000', '161533.555000', '161534.015000', '161534.475000', '161534.935000', '161535.395000', '161535.855000', '161536.315000', '161536.775000', '161537.235000', '161537.695000', '161538.155000', '161538.615000', '161539.075000', '161539.535000', '161539.995000', '161540.455000', '161540.915000', '161541.375000', '161541.835000', '161542.295000', '161542.755000', '161543.215000', '161543.675000', '161544.135000', '161544.595000', '161545.055000', '161545.515000', '161545.975000', '161546.435000', '161546.895000', '161547.355000', '161547.815000', '161548.275000', '161548.735000', '161549.195000', '161549.655000', '161550.115000', '161550.575000', '161551.035000', '161551.495000', '161551.955000', '161552.415000', '161552.875000', '161553.335000', '161553.795000', '161554.255000', '161554.715000', '161555.175000', '161555.635000', '161556.095000', '161556.555000', '161557.015000', '161557.475000', '161557.935000', '161558.395000', '161558.855000', '161559.315000', '161559.775000', '161600.235000', '161600.695000', '161601.155000', '161601.615000', '161602.075000', '161602.535000', '161602.995000', '161603.455000', '161603.915000', '161604.375000', '161604.835000', '161605.295000', '161605.755000', '161606.215000', '161606.675000', '161607.135000', '161607.595000', '161608.055000', '161608.515000', '161608.975000', '161609.435000', '161609.895000', '161610.355000', '161610.815000', '161611.275000', '161611.735000', '161612.195000', '161612.655000', '161613.115000', '161613.575000', '161614.035000', '161614.495000', '161614.955000', '161615.415000', '161615.875000', '161616.335000', '161616.795000', '161617.255000', '161617.715000', '161618.175000', '161618.635000', '161619.095000', '161619.555000', '161620.015000', '161620.475000', '161620.935000', '161621.395000', '161621.855000', '161622.315000', '161622.775000', '161623.235000', '161623.695000', '161624.155000', '161624.615000', '161625.075000', '161625.535000', '161625.995000', '161626.455000', '161626.915000', '161627.375000', '161627.835000', '161628.295000', '161628.755000', '161629.215000', '161629.675000', '161630.135000', '161630.595000', '161631.055000', '161631.515000', '161631.975000', '161632.435000', '161632.895000', '161633.355000', '161633.815000', '161634.275000', '161634.735000', '161635.195000', '161635.655000', '161636.115000', '161636.575000', '161637.035000', '161637.495000', '161637.955000', '161638.415000', '161638.875000', '161639.335000', '161639.795000', '161640.255000', '161640.715000', '161641.175000', '161641.635000', '161642.095000', '161642.555000', '161643.015000', '161643.475000', '161643.935000', '161644.395000', '161644.855000', '161645.315000', '161645.775000', '161646.235000', '161646.695000', '161647.155000', '161647.615000', '161648.075000', '161648.535000', '161648.995000', '161649.455000', '161649.915000', '161650.375000', '161650.835000', '161651.295000', '161651.755000', '161652.215000', '161652.675000', '161653.135000', '161653.595000', '161654.055000', '161654.515000', '161654.975000', '161655.435000', '161655.895000', '161656.355000', '161656.815000', '161657.275000', '161657.735000', '161658.195000', '161658.655000', '161659.115000', '161659.575000', '161700.035000', '161700.495000', '161700.955000', '161701.415000', '161701.875000', '161702.335000', '161702.795000', '161703.255000', '161703.715000', '161704.175000', '161704.635000', '161705.095000', '161705.555000', '161706.015000', '161706.475000', '161706.935000', '161707.395000', '161707.855000', '161708.315000', '161708.775000', '161709.235000', '161709.695000', '161710.155000', '161710.615000', '161711.075000', '161711.535000', '161711.995000', '161712.455000', '161712.915000', '161713.375000', '161713.835000', '161714.295000', '161714.755000', '161715.215000', '161715.675000', '161716.135000', '161716.595000', '161717.055000', '161717.515000', '161717.975000', '161718.435000', '161718.895000', '161719.355000', '161719.815000', '161720.275000', '161720.735000', '161721.195000', '161721.655000', '161722.115000', '161722.575000', '161723.035000', '161723.495000', '161723.955000', '161724.415000', '161724.875000', '161725.335000', '161725.795000', '161726.255000', '161726.715000', '161727.175000', '161727.635000', '161728.095000', '161728.555000', '161729.015000', '161729.475000', '161729.935000', '161730.395000', '161730.855000', '161731.315000', '161731.775000', '161732.235000', '161732.695000', '161733.155000', '161733.615000', '161734.075000', '161734.535000', '161734.995000', '161735.455000', '161735.915000', '161736.375000', '161736.835000', '161737.295000', '161737.755000', '161738.215000', '161738.675000', '161739.135000', '161739.595000', '161740.055000', '161740.515000', '161740.975000', '161741.435000', '161741.895000', '161742.355000', '161742.815000', '161743.275000', '161743.735000', '161744.195000', '161744.655000', '161745.115000', '161745.575000', '161746.035000', '161746.495000', '161746.955000', '161747.415000', '161747.875000', '161748.335000', '161748.795000', '161749.255000', '161749.715000', '161750.175000', '161750.635000', '161751.095000', '161751.555000', '161752.015000', '161752.475000', '161752.935000', '161753.395000', '161753.855000', '161754.315000', '161754.775000', '161755.235000', '161755.695000', '161756.155000', '161756.615000', '161757.075000', '161757.535000', '161757.995000', '161758.455000', '161758.915000', '161759.375000', '161759.835000', '161800.295000', '161800.755000', '161801.215000', '161801.675000', '161802.135000', '161802.595000', '161803.055000', '161803.515000', '161803.975000', '161804.435000', '161804.895000', '161805.355000', '161805.815000', '161806.275000', '161806.735000', '161807.195000', '161807.655000', '161808.115000', '161808.575000', '161809.035000', '161809.495000', '161809.955000', '161810.415000', '161810.875000', '161811.335000', '161811.795000', '161812.255000', '161812.715000', '161813.175000', '161813.635000', '161814.095000', '161814.555000', '161815.015000', '161815.475000', '161815.935000', '161816.395000', '161816.855000', '161817.315000', '161817.775000', '161818.235000', '161818.695000', '161819.155000', '161819.615000', '161820.075000', '161820.535000', '161820.995000', '161821.455000', '161821.915000', '161822.375000', '161822.835000', '161823.295000', '161823.755000', '161824.215000', '161824.675000', '161825.135000', '161825.595000', '161826.055000', '161826.515000', '161826.975000', '161827.435000', '161827.895000', '161828.355000', '161828.815000', '161829.275000', '161829.735000', '161830.195000', '161830.655000', '161831.115000', '161831.575000', '161832.035000', '161832.495000', '161832.955000', '161833.415000', '161833.875000', '161834.335000', '161834.795000', '161835.255000', '161835.715000', '161836.175000', '161836.635000', '161837.095000', '161837.555000', '161838.015000', '161838.475000', '161838.935000', '161839.395000', '161839.855000', '161840.315000', '161840.775000', '161841.235000', '161841.695000', '161842.155000', '161842.615000', '161843.075000', '161843.535000', '161843.995000', '161844.455000', '161844.915000', '161845.375000', '161845.835000', '161846.295000', '161846.755000', '161847.215000', '161847.675000', '161848.135000', '161848.595000', '161849.055000', '161849.515000', '161849.975000', '161850.435000', '161850.895000', '161851.355000', '161851.815000', '161852.275000', '161852.735000', '161853.195000', '161853.655000', '161854.115000', '161854.575000', '161855.035000', '161855.495000', '161855.955000', '161856.415000', '161856.875000', '161857.335000', '161857.795000', '161858.255000', '161858.715000', '161859.175000', '161859.635000', '161900.095000', '161900.555000', '161901.015000', '161901.475000', '161901.935000', '161902.395000', '161902.855000', '161903.315000', '161903.775000', '161904.235000', '161904.695000', '161905.155000', '161905.615000', '161906.075000', '161906.535000', '161906.995000', '161907.455000', '161907.915000', '161908.375000', '161908.835000', '161909.295000', '161909.755000', '161910.215000', '161910.675000', '161911.135000', '161911.595000', '161912.055000', '161912.515000', '161912.975000', '161913.435000', '161913.895000', '161914.355000', '161914.815000', '161915.275000', '161915.735000', '161916.195000', '161916.655000', '161917.115000', '161917.575000', '161918.035000', '161918.495000', '161918.955000', '161919.415000', '161919.875000', '161920.335000', '161920.795000', '161921.255000', '161921.715000', '161922.175000', '161922.635000', '161923.095000', '161923.555000', '161924.015000', '161924.475000', '161924.935000', '161925.395000', '161925.855000', '161926.315000', '161926.775000', '161927.235000', '161927.695000', '161928.155000', '161928.615000', '161929.075000', '161929.535000', '161929.995000', '161930.455000', '161930.915000', '161931.375000', '161931.835000', '161932.295000', '161932.755000', '161933.215000', '161933.675000', '161934.135000', '161934.595000', '161935.055000', '161935.515000', '161935.975000', '161936.435000', '161936.895000', '161937.355000', '161937.815000', '161938.275000', '161938.735000', '161939.195000', '161939.655000', '161940.115000', '161940.575000', '161941.035000', '161941.495000', '161941.955000', '161942.415000', '161942.875000', '161943.335000', '161943.795000', '161944.255000', '161944.715000', '161945.175000', '161945.635000', '161946.095000', '161946.555000', '161947.015000', '161947.475000', '161947.935000', '161948.395000', '161948.855000', '161949.315000', '161949.775000', '161950.235000', '161950.695000', '161951.155000', '161951.615000', '161952.075000', '161952.535000', '161952.995000', '161953.455000', '161953.915000', '161954.375000', '161954.835000', '161955.295000', '161955.755000', '161956.215000', '161956.675000', '161957.135000', '161957.595000', '161958.055000', '161958.515000', '161958.975000', '161959.435000', '161959.895000', '162000.355000', '162000.815000', '162001.275000', '162001.735000', '162002.195000', '162002.655000', '162003.115000', '162003.575000', '162004.035000', '162004.495000', '162004.955000', '162005.415000', '162005.875000', '162006.335000', '162006.795000', '162007.255000', '162007.715000', '162008.175000', '162008.635000', '162009.095000', '162009.555000', '162010.015000', '162010.475000', '162010.935000', '162011.395000', '162011.855000', '162012.315000', '162012.775000', '162013.235000', '162013.695000', '162014.155000', '162014.615000', '162015.075000', '162015.535000', '162015.995000', '162016.455000', '162016.915000', '162017.375000', '162017.835000', '162018.295000', '162018.755000', '162019.215000', '162019.675000', '162020.135000', '162020.595000', '162021.055000', '162021.515000', '162021.975000', '162022.435000', '162022.895000', '162023.355000', '162023.815000', '162024.275000', '162024.735000', '162025.195000', '162025.655000', '162026.115000', '162026.575000', '162027.035000', '162027.495000', '162027.955000', '162028.415000', '162028.875000', '162029.335000', '162029.795000', '162030.255000', '162030.715000', '162031.175000', '162031.635000', '162032.095000', '162032.555000', '162033.015000', '162033.475000', '162033.935000', '162034.395000', '162034.855000', '162035.315000', '162035.775000', '162036.235000', '162036.695000', '162037.155000', '162037.615000', '162038.075000', '162038.535000', '162038.995000', '162039.455000', '162039.915000', '162040.375000', '162040.835000', '162041.295000', '162041.755000', '162042.215000', '162042.675000', '162043.135000', '162043.595000', '162044.055000', '162044.515000', '162044.975000', '162045.435000', '162045.895000', '162046.355000', '162046.815000', '162047.275000', '162047.735000', '162048.195000', '162048.655000', '162049.115000', '162049.575000', '162050.035000', '162050.495000', '162050.955000', '162051.415000', '162051.875000', '162052.335000', '162052.795000', '162053.255000', '162053.715000', '162054.175000', '162054.635000', '162055.095000', '162055.555000', '162056.015000', '162056.475000', '162056.935000', '162057.395000', '162057.855000', '162058.315000', '162058.775000', '162059.235000', '162059.695000', '162100.155000', '162100.615000', '162101.075000', '162101.535000', '162101.995000', '162102.455000', '162102.915000', '162103.375000', '162103.835000', '162104.295000', '162104.755000', '162105.215000', '162105.675000', '162106.135000', '162106.595000', '162107.055000', '162107.515000', '162107.975000', '162108.435000', '162108.895000', '162109.355000', '162109.815000', '162110.275000', '162110.735000', '162111.195000', '162111.655000', '162112.115000', '162112.575000', '162113.035000', '162113.495000', '162113.955000', '162114.415000', '162114.875000', '162115.335000', '162115.795000', '162116.255000', '162116.715000', '162117.175000', '162117.635000', '162118.095000', '162118.555000', '162119.015000', '162119.475000', '162119.935000', '162120.395000', '162120.855000', '162121.315000', '162121.775000', '162122.235000', '162122.695000', '162123.155000', '162123.615000', '162124.075000', '162124.535000', '162124.995000', '162125.455000', '162125.915000', '162126.375000', '162126.835000', '162127.295000', '162127.755000', '162128.215000', '162128.675000', '162129.135000', '162129.595000', '162130.055000', '162130.515000', '162130.975000', '162131.435000', '162131.895000', '162132.355000', '162132.815000', '162133.275000', '162133.735000', '162134.195000', '162134.655000', '162135.115000', '162135.575000', '162136.035000', '162136.495000', '162136.955000', '162137.415000', '162137.875000', '162138.335000', '162138.795000', '162139.255000', '162139.715000', '162140.175000', '162140.635000', '162141.095000', '162141.555000', '162142.015000', '162142.475000', '162142.935000', '162143.395000', '162143.855000', '162144.315000', '162144.775000', '162145.235000', '162145.695000', '162146.155000', '162146.615000', '162147.075000', '162147.535000', '162147.995000', '162148.455000', '162148.915000', '162149.375000', '162149.835000', '162150.295000', '162150.755000', '162151.215000', '162151.675000', '162152.135000', '162152.595000', '162153.055000', '162153.515000', '162153.975000', '162154.435000', '162154.895000', '162155.355000', '162155.815000', '162156.275000', '162156.735000', '162157.195000', '162157.655000', '162158.115000', '162158.575000', '162159.035000', '162159.495000', '162159.955000', '162200.415000', '162200.875000', '162201.335000', '162201.795000', '162202.255000', '162202.715000', '162203.175000', '162203.635000', '162204.095000', '162204.555000', '162205.015000', '162205.475000', '162205.935000', '162206.395000', '162206.855000', '162207.315000', '162207.775000', '162208.235000', '162208.695000', '162209.155000', '162209.615000', '162210.075000', '162210.535000', '162210.995000', '162211.455000', '162211.915000', '162212.375000', '162212.835000', '162213.295000', '162213.755000', '162214.215000', '162214.675000', '162215.135000', '162215.595000', '162216.055000', '162216.515000', '162216.975000', '162217.435000', '162217.895000', '162218.355000', '162218.815000', '162219.275000', '162219.735000', '162220.195000', '162220.655000', '162221.115000', '162221.575000', '162222.035000', '162222.495000', '162222.955000', '162223.415000', '162223.875000', '162224.335000', '162224.795000', '162225.255000', '162225.715000', '162226.175000', '162226.635000', '162227.095000', '162227.555000', '162228.015000'], 'ContentTime': ['161538.388000', '161538.391000', '161538.394000', '161538.398000', '161538.401000', '161538.403000', '161538.406000', '161538.409000', '161538.412000', '161538.415000', '161538.418000', '161538.421000', '161538.424000', '161538.427000', '161538.430000', '161538.433000', '161538.436000', '161538.439000', '161538.442000', '161538.453000', '161558.338000', '161558.341000', '161558.344000', '161558.347000', '161558.349000', '161558.352000', '161558.359000', '161558.362000', '161558.365000', '161558.368000', '161558.371000', '161558.373000', '161558.376000', '161558.379000', '161558.382000', '161558.385000', '161558.388000', '161558.390000', '161558.393000', '161558.396000', '161558.399000', '161558.402000', '161558.405000', '161558.407000', '161558.410000', '161558.413000', '161558.416000', '161558.419000', '161558.422000', '161558.425000', '161558.427000', '161558.430000', '161558.433000', '161558.436000', '161558.439000', '161558.442000', '161558.445000', '161558.447000', '161558.450000', '161558.454000', '161558.459000', '161558.462000', '161558.465000', '161618.338000', '161618.341000', '161618.344000', '161618.349000', '161618.352000', '161618.354000', '161618.357000', '161618.360000', '161618.363000', '161618.366000', '161618.369000', '161618.372000', '161618.374000', '161618.377000', '161618.380000', '161618.383000', '161618.386000', '161618.389000', '161618.392000', '161618.394000', '161618.397000', '161618.400000', '161618.403000', '161618.406000', '161618.409000', '161618.412000', '161618.414000', '161618.417000', '161618.420000', '161618.423000', '161618.426000', '161618.429000', '161618.431000', '161618.434000', '161618.437000', '161618.443000', '161618.446000', '161618.449000', '161618.452000', '161618.455000', '161618.458000', '161618.460000', '161618.463000', '161618.466000', '161638.338000', '161638.341000', '161638.344000', '161638.347000', '161638.349000', '161638.352000', '161638.355000', '161638.358000', '161638.361000', '161638.364000', '161638.367000', '161638.369000', '161638.372000', '161638.375000', '161638.378000', '161638.381000', '161638.384000', '161638.386000', '161638.389000', '161638.392000', '161638.395000', '161638.398000', '161638.401000', '161638.405000', '161638.408000', '161638.411000', '161638.414000', '161638.417000', '161638.420000', '161638.423000', '161638.425000', '161638.428000', '161638.431000', '161638.434000', '161638.437000', '161638.440000', '161638.443000', '161638.445000', '161638.448000', '161638.451000', '161638.454000', '161638.457000', '161638.460000', '161658.337000', '161658.340000', '161658.343000', '161658.346000', '161658.348000', '161658.351000', '161658.354000', '161658.357000', '161658.360000', '161658.363000', '161658.366000', '161658.368000', '161658.377000', '161658.380000', '161658.382000', '161658.385000', '161658.388000', '161658.391000', '161658.394000', '161658.397000', '161658.400000', '161658.403000', '161658.405000', '161658.408000', '161658.411000', '161658.414000', '161658.417000', '161658.420000', '161658.423000', '161658.426000', '161658.429000', '161658.431000', '161658.434000', '161658.437000', '161658.440000', '161658.443000', '161658.446000', '161658.449000', '161658.451000', '161658.454000', '161658.457000', '161658.460000', '161658.463000', '161658.466000', '161718.337000', '161718.340000', '161718.343000', '161718.359000', '161718.362000', '161718.365000', '161718.368000', '161718.371000', '161718.373000', '161718.376000', '161718.379000', '161718.382000', '161718.385000', '161718.388000', '161718.391000', '161718.394000', '161718.396000', '161718.399000', '161718.402000', '161718.405000', '161718.408000', '161718.411000', '161718.414000', '161718.417000', '161718.419000', '161718.422000', '161718.425000', '161718.428000', '161718.431000', '161718.434000', '161718.437000', '161718.440000', '161718.443000', '161718.445000', '161718.448000', '161718.451000', '161718.454000', '161718.457000', '161718.460000', '161718.463000', '161718.466000', '161718.468000', '161718.471000', '161738.337000', '161738.340000', '161738.343000', '161738.346000', '161738.349000', '161738.351000', '161738.354000', '161738.357000', '161738.360000', '161738.363000', '161738.366000', '161738.369000', '161738.371000', '161738.374000', '161738.377000', '161738.380000', '161738.383000', '161738.391000', '161738.394000', '161738.397000', '161738.400000', '161738.403000', '161738.406000', '161738.409000', '161738.412000', '161738.414000', '161738.417000', '161738.420000', '161738.423000', '161738.426000', '161738.429000', '161738.432000', '161738.434000', '161738.437000', '161738.440000', '161738.443000', '161738.446000', '161738.449000', '161738.452000', '161738.455000', '161738.457000', '161738.460000', '161738.463000', '161738.466000', '161758.338000', '161758.341000', '161758.344000', '161758.347000', '161758.350000', '161758.352000', '161758.355000', '161758.358000', '161758.361000', '161758.364000', '161758.367000', '161758.370000', '161758.373000', '161758.375000', '161758.378000', '161758.381000', '161758.384000', '161758.387000', '161758.390000', '161758.393000', '161758.396000', '161758.398000', '161758.401000', '161758.404000', '161758.407000', '161758.410000', '161758.413000', '161758.416000', '161758.419000', '161758.421000', '161758.424000', '161758.427000', '161758.430000', '161758.433000', '161758.436000', '161758.439000', '161758.443000', '161758.446000', '161758.449000', '161758.452000', '161758.455000', '161758.458000', '161758.460000', '161818.338000', '161818.341000', '161818.344000', '161818.347000', '161818.350000', '161818.352000', '161818.355000', '161818.358000', '161818.361000', '161818.364000', '161818.367000', '161818.370000', '161818.372000', '161818.375000', '161818.378000', '161818.381000', '161818.384000', '161818.387000', '161818.390000', '161818.393000', '161818.396000', '161818.399000', '161818.401000', '161818.404000', '161818.407000', '161818.410000', '161818.413000', '161818.416000', '161818.419000', '161818.422000', '161818.425000', '161818.428000', '161818.430000', '161818.433000', '161818.436000', '161818.439000', '161818.442000', '161818.445000', '161818.447000', '161818.450000', '161818.453000', '161818.456000', '161818.459000', '161818.462000', '161838.338000', '161838.341000', '161838.344000', '161838.347000', '161838.350000', '161838.353000', '161838.355000', '161838.358000', '161838.361000', '161838.364000', '161838.367000', '161838.370000', '161838.373000', '161838.376000', '161838.379000', '161838.382000', '161838.385000', '161838.387000', '161838.390000', '161838.393000', '161838.396000', '161838.399000', '161838.402000', '161838.404000', '161838.407000', '161838.410000', '161838.413000', '161838.416000', '161838.419000', '161838.422000', '161838.425000', '161838.428000', '161838.431000', '161838.433000', '161838.436000', '161838.439000', '161838.442000', '161838.445000', '161838.448000', '161838.451000', '161838.454000', '161838.456000', '161838.470000', '161858.338000', '161858.341000', '161858.344000', '161858.347000', '161858.350000', '161858.352000', '161858.355000', '161858.358000', '161858.361000', '161858.364000', '161858.367000', '161858.370000', '161858.372000', '161858.375000', '161858.378000', '161858.381000', '161858.384000', '161858.387000', '161858.390000', '161858.393000', '161858.396000', '161858.398000', '161858.401000', '161858.404000', '161858.407000', '161858.410000', '161858.413000', '161858.416000', '161858.419000', '161858.421000', '161858.424000', '161858.427000', '161858.430000', '161858.433000', '161858.436000', '161858.439000', '161858.442000', '161858.445000', '161858.447000', '161858.450000', '161858.453000', '161858.456000', '161858.459000', '161858.462000', '161918.337000', '161918.340000', '161918.343000', '161918.346000', '161918.349000', '161918.352000', '161918.355000', '161918.357000', '161918.360000', '161918.363000', '161918.366000', '161918.369000', '161918.372000', '161918.375000', '161918.378000', '161918.381000', '161918.384000', '161918.386000', '161918.389000', '161918.392000', '161918.395000', '161918.398000', '161918.401000', '161918.404000', '161918.406000', '161918.409000', '161918.412000', '161918.415000', '161918.418000', '161918.421000', '161918.424000', '161918.427000', '161918.429000', '161918.432000', '161918.435000', '161918.438000', '161918.441000', '161918.444000', '161918.447000', '161918.450000', '161918.453000', '161918.456000', '161918.458000', '161938.337000', '161938.340000', '161938.343000', '161938.346000', '161938.349000', '161938.351000', '161938.354000', '161938.357000', '161938.360000', '161938.363000', '161938.366000', '161938.369000', '161938.372000', '161938.380000', '161938.383000', '161938.386000', '161938.389000', '161938.392000', '161938.395000', '161938.398000', '161938.401000', '161938.403000', '161938.406000', '161938.409000', '161938.412000', '161938.415000', '161938.418000', '161938.421000', '161938.424000', '161938.427000', '161938.430000', '161938.432000', '161938.435000', '161938.438000', '161938.441000', '161938.444000', '161938.447000', '161938.450000', '161938.453000', '161938.456000', '161938.459000', '161938.461000', '161938.464000', '161938.467000', '161958.337000', '161958.340000', '161958.343000', '161958.346000', '161958.349000', '161958.352000', '161958.355000', '161958.357000', '161958.360000', '161958.363000', '161958.366000', '161958.369000', '161958.372000', '161958.375000', '161958.378000', '161958.381000', '161958.385000', '161958.387000', '161958.390000', '161958.393000', '161958.396000', '161958.399000', '161958.402000', '161958.405000', '161958.408000', '161958.411000', '161958.414000', '161958.416000', '161958.419000', '161958.422000', '161958.425000', '161958.428000', '161958.431000', '161958.434000', '161958.437000', '161958.439000', '161958.442000', '161958.445000', '161958.448000', '161958.451000', '161958.454000', '161958.457000', '161958.460000', '162018.338000', '162018.341000', '162018.344000', '162018.347000', '162018.350000', '162018.353000', '162018.356000', '162018.359000', '162018.362000', '162018.365000', '162018.381000', '162018.384000', '162018.387000', '162018.390000', '162018.393000', '162018.395000', '162018.398000', '162018.401000', '162018.404000', '162018.407000', '162018.410000', '162018.413000', '162018.416000', '162018.419000', '162018.422000', '162018.424000', '162018.427000', '162018.430000', '162018.433000', '162018.436000', '162018.439000', '162018.442000', '162018.445000', '162018.448000', '162018.450000', '162018.453000', '162018.456000', '162018.459000', '162018.462000', '162018.465000', '162018.468000', '162018.471000', '162018.474000', '162038.338000', '162038.341000', '162038.344000', '162038.347000', '162038.350000', '162038.353000', '162038.355000', '162038.358000', '162038.361000', '162038.364000', '162038.367000', '162038.370000', '162038.373000', '162038.376000', '162038.378000', '162038.381000', '162038.384000', '162038.387000', '162038.390000', '162038.393000', '162038.396000', '162038.399000', '162038.402000', '162038.404000', '162038.408000', '162038.410000', '162038.413000', '162038.416000', '162038.419000', '162038.422000', '162038.425000', '162038.428000', '162038.431000', '162038.434000', '162038.437000', '162038.439000', '162038.442000', '162038.445000', '162038.448000', '162038.451000', '162038.454000', '162038.457000', '162038.460000', '162038.463000', '162058.338000', '162058.341000', '162058.344000', '162058.347000', '162058.350000', '162058.353000', '162058.356000', '162058.359000', '162058.361000', '162058.364000', '162058.368000', '162058.371000', '162058.374000', '162058.376000', '162058.379000', '162058.382000', '162058.385000', '162058.388000', '162058.391000', '162058.394000', '162058.397000', '162058.399000', '162058.402000', '162058.405000', '162058.408000', '162058.411000', '162058.414000', '162058.417000', '162058.420000', '162058.422000', '162058.425000', '162058.428000', '162058.431000', '162058.434000', '162058.437000', '162058.440000', '162058.443000', '162058.446000', '162058.448000', '162058.451000', '162058.454000', '162058.457000', '162058.460000', '162118.338000', '162118.341000', '162118.344000', '162118.347000', '162118.350000', '162118.353000', '162118.356000', '162118.359000', '162118.362000', '162118.364000', '162118.367000', '162118.370000', '162118.373000', '162118.376000', '162118.379000', '162118.384000', '162118.387000', '162118.390000', '162118.393000', '162118.395000', '162118.398000', '162118.401000', '162118.404000', '162118.407000', '162118.410000', '162118.413000', '162118.416000', '162118.419000', '162118.422000', '162118.424000', '162118.427000', '162118.430000', '162118.433000', '162118.436000', '162118.439000', '162118.442000', '162118.445000', '162118.448000', '162118.451000', '162118.454000', '162118.456000', '162118.459000', '162118.462000', '162118.465000', '162138.337000', '162138.340000', '162138.343000', '162138.346000', '162138.349000', '162138.352000', '162138.355000', '162138.358000', '162138.361000', '162138.363000', '162138.366000', '162138.369000', '162138.372000', '162138.375000', '162138.378000', '162138.381000', '162138.384000', '162138.387000', '162138.390000', '162138.393000', '162138.397000', '162138.402000', '162138.405000', '162138.407000', '162138.410000', '162138.413000', '162138.416000', '162138.419000', '162138.422000', '162138.425000', '162138.428000', '162138.430000', '162138.433000', '162138.436000', '162138.439000', '162138.457000', '162138.460000', '162138.463000', '162138.466000', '162138.469000', '162138.471000', '162138.474000', '162138.477000', '162158.337000', '162158.340000', '162158.343000', '162158.346000', '162158.349000', '162158.352000', '162158.355000', '162158.357000', '162158.360000', '162158.363000', '162158.366000', '162158.369000', '162158.372000', '162158.375000', '162158.378000', '162158.380000', '162158.383000', '162158.386000', '162158.389000', '162158.392000', '162158.395000', '162158.398000', '162158.401000', '162158.404000', '162158.407000', '162158.409000', '162158.412000', '162158.415000', '162158.418000', '162158.421000', '162158.424000', '162158.427000', '162158.430000', '162158.432000', '162158.435000', '162158.438000', '162158.441000', '162158.444000', '162158.447000', '162158.450000', '162158.453000', '162158.456000', '162158.459000', '162158.462000', '162218.338000', '162218.341000', '162218.344000', '162218.347000', '162218.350000', '162218.353000', '162218.356000', '162218.359000', '162218.371000', '162218.374000', '162218.377000', '162218.380000', '162218.383000', '162218.386000', '162218.388000', '162218.391000', '162218.394000', '162218.397000', '162218.402000', '162218.406000', '162218.409000', '162218.412000', '162218.415000', '162218.418000', '162218.421000', '162218.424000', '162218.427000', '162218.430000', '162218.432000', '162218.435000', '162218.438000', '162218.441000', '162218.444000', '162218.447000', '162218.450000', '162218.452000', '162218.455000', '162218.458000', '162218.461000', '162218.464000', '162218.467000', '162218.470000', '162218.473000', '162229.500000', '162229.504000', '162229.507000', '162229.510000', '162229.513000', '162229.517000', '162229.520000', '162229.523000', '162229.526000', '162229.529000', '162229.533000', '162229.537000', '162229.541000', '162229.544000', '162229.548000', '162229.551000', '162229.554000', '162229.557000', '162229.560000', '162229.563000', '162229.566000', '162229.569000', '162229.572000', '162229.575000', '162229.578000'], 'InstanceCreationTime': ['161538.388000', '161538.391000', '161538.394000', '161538.398000', '161538.401000', '161538.403000', '161538.406000', '161538.409000', '161538.412000', '161538.415000', '161538.418000', '161538.421000', '161538.424000', '161538.427000', '161538.430000', '161538.433000', '161538.436000', '161538.439000', '161538.442000', '161538.453000', '161558.338000', '161558.341000', '161558.344000', '161558.347000', '161558.349000', '161558.352000', '161558.359000', '161558.362000', '161558.365000', '161558.368000', '161558.371000', '161558.373000', '161558.376000', '161558.379000', '161558.382000', '161558.385000', '161558.388000', '161558.390000', '161558.393000', '161558.396000', '161558.399000', '161558.402000', '161558.405000', '161558.407000', '161558.410000', '161558.413000', '161558.416000', '161558.419000', '161558.422000', '161558.425000', '161558.427000', '161558.430000', '161558.433000', '161558.436000', '161558.439000', '161558.442000', '161558.445000', '161558.447000', '161558.450000', '161558.454000', '161558.459000', '161558.462000', '161558.465000', '161618.338000', '161618.341000', '161618.344000', '161618.349000', '161618.352000', '161618.354000', '161618.357000', '161618.360000', '161618.363000', '161618.366000', '161618.369000', '161618.372000', '161618.374000', '161618.377000', '161618.380000', '161618.383000', '161618.386000', '161618.389000', '161618.392000', '161618.394000', '161618.397000', '161618.400000', '161618.403000', '161618.406000', '161618.409000', '161618.412000', '161618.414000', '161618.417000', '161618.420000', '161618.423000', '161618.426000', '161618.429000', '161618.431000', '161618.434000', '161618.437000', '161618.443000', '161618.446000', '161618.449000', '161618.452000', '161618.455000', '161618.458000', '161618.460000', '161618.463000', '161618.466000', '161638.338000', '161638.341000', '161638.344000', '161638.347000', '161638.349000', '161638.352000', '161638.355000', '161638.358000', '161638.361000', '161638.364000', '161638.367000', '161638.369000', '161638.372000', '161638.375000', '161638.378000', '161638.381000', '161638.384000', '161638.386000', '161638.389000', '161638.392000', '161638.395000', '161638.398000', '161638.401000', '161638.405000', '161638.408000', '161638.411000', '161638.414000', '161638.417000', '161638.420000', '161638.423000', '161638.425000', '161638.428000', '161638.431000', '161638.434000', '161638.437000', '161638.440000', '161638.443000', '161638.445000', '161638.448000', '161638.451000', '161638.454000', '161638.457000', '161638.460000', '161658.337000', '161658.340000', '161658.343000', '161658.346000', '161658.348000', '161658.351000', '161658.354000', '161658.357000', '161658.360000', '161658.363000', '161658.366000', '161658.368000', '161658.377000', '161658.380000', '161658.382000', '161658.385000', '161658.388000', '161658.391000', '161658.394000', '161658.397000', '161658.400000', '161658.403000', '161658.405000', '161658.408000', '161658.411000', '161658.414000', '161658.417000', '161658.420000', '161658.423000', '161658.426000', '161658.429000', '161658.431000', '161658.434000', '161658.437000', '161658.440000', '161658.443000', '161658.446000', '161658.449000', '161658.451000', '161658.454000', '161658.457000', '161658.460000', '161658.463000', '161658.466000', '161718.337000', '161718.340000', '161718.343000', '161718.359000', '161718.362000', '161718.365000', '161718.368000', '161718.371000', '161718.373000', '161718.376000', '161718.379000', '161718.382000', '161718.385000', '161718.388000', '161718.391000', '161718.394000', '161718.396000', '161718.399000', '161718.402000', '161718.405000', '161718.408000', '161718.411000', '161718.414000', '161718.417000', '161718.419000', '161718.422000', '161718.425000', '161718.428000', '161718.431000', '161718.434000', '161718.437000', '161718.440000', '161718.443000', '161718.445000', '161718.448000', '161718.451000', '161718.454000', '161718.457000', '161718.460000', '161718.463000', '161718.466000', '161718.468000', '161718.471000', '161738.337000', '161738.340000', '161738.343000', '161738.346000', '161738.349000', '161738.351000', '161738.354000', '161738.357000', '161738.360000', '161738.363000', '161738.366000', '161738.369000', '161738.371000', '161738.374000', '161738.377000', '161738.380000', '161738.383000', '161738.391000', '161738.394000', '161738.397000', '161738.400000', '161738.403000', '161738.406000', '161738.409000', '161738.412000', '161738.414000', '161738.417000', '161738.420000', '161738.423000', '161738.426000', '161738.429000', '161738.432000', '161738.434000', '161738.437000', '161738.440000', '161738.443000', '161738.446000', '161738.449000', '161738.452000', '161738.455000', '161738.457000', '161738.460000', '161738.463000', '161738.466000', '161758.338000', '161758.341000', '161758.344000', '161758.347000', '161758.350000', '161758.352000', '161758.355000', '161758.358000', '161758.361000', '161758.364000', '161758.367000', '161758.370000', '161758.373000', '161758.375000', '161758.378000', '161758.381000', '161758.384000', '161758.387000', '161758.390000', '161758.393000', '161758.396000', '161758.398000', '161758.401000', '161758.404000', '161758.407000', '161758.410000', '161758.413000', '161758.416000', '161758.419000', '161758.421000', '161758.424000', '161758.427000', '161758.430000', '161758.433000', '161758.436000', '161758.439000', '161758.443000', '161758.446000', '161758.449000', '161758.452000', '161758.455000', '161758.458000', '161758.460000', '161818.338000', '161818.341000', '161818.344000', '161818.347000', '161818.350000', '161818.352000', '161818.355000', '161818.358000', '161818.361000', '161818.364000', '161818.367000', '161818.370000', '161818.372000', '161818.375000', '161818.378000', '161818.381000', '161818.384000', '161818.387000', '161818.390000', '161818.393000', '161818.396000', '161818.399000', '161818.401000', '161818.404000', '161818.407000', '161818.410000', '161818.413000', '161818.416000', '161818.419000', '161818.422000', '161818.425000', '161818.428000', '161818.430000', '161818.433000', '161818.436000', '161818.439000', '161818.442000', '161818.445000', '161818.447000', '161818.450000', '161818.453000', '161818.456000', '161818.459000', '161818.462000', '161838.338000', '161838.341000', '161838.344000', '161838.347000', '161838.350000', '161838.353000', '161838.355000', '161838.358000', '161838.361000', '161838.364000', '161838.367000', '161838.370000', '161838.373000', '161838.376000', '161838.379000', '161838.382000', '161838.385000', '161838.387000', '161838.390000', '161838.393000', '161838.396000', '161838.399000', '161838.402000', '161838.404000', '161838.407000', '161838.410000', '161838.413000', '161838.416000', '161838.419000', '161838.422000', '161838.425000', '161838.428000', '161838.431000', '161838.433000', '161838.436000', '161838.439000', '161838.442000', '161838.445000', '161838.448000', '161838.451000', '161838.454000', '161838.456000', '161838.470000', '161858.338000', '161858.341000', '161858.344000', '161858.347000', '161858.350000', '161858.352000', '161858.355000', '161858.358000', '161858.361000', '161858.364000', '161858.367000', '161858.370000', '161858.372000', '161858.375000', '161858.378000', '161858.381000', '161858.384000', '161858.387000', '161858.390000', '161858.393000', '161858.396000', '161858.398000', '161858.401000', '161858.404000', '161858.407000', '161858.410000', '161858.413000', '161858.416000', '161858.419000', '161858.421000', '161858.424000', '161858.427000', '161858.430000', '161858.433000', '161858.436000', '161858.439000', '161858.442000', '161858.445000', '161858.447000', '161858.450000', '161858.453000', '161858.456000', '161858.459000', '161858.462000', '161918.337000', '161918.340000', '161918.343000', '161918.346000', '161918.349000', '161918.352000', '161918.355000', '161918.357000', '161918.360000', '161918.363000', '161918.366000', '161918.369000', '161918.372000', '161918.375000', '161918.378000', '161918.381000', '161918.384000', '161918.386000', '161918.389000', '161918.392000', '161918.395000', '161918.398000', '161918.401000', '161918.404000', '161918.406000', '161918.409000', '161918.412000', '161918.415000', '161918.418000', '161918.421000', '161918.424000', '161918.427000', '161918.429000', '161918.432000', '161918.435000', '161918.438000', '161918.441000', '161918.444000', '161918.447000', '161918.450000', '161918.453000', '161918.456000', '161918.458000', '161938.337000', '161938.340000', '161938.343000', '161938.346000', '161938.349000', '161938.351000', '161938.354000', '161938.357000', '161938.360000', '161938.363000', '161938.366000', '161938.369000', '161938.372000', '161938.380000', '161938.383000', '161938.386000', '161938.389000', '161938.392000', '161938.395000', '161938.398000', '161938.401000', '161938.403000', '161938.406000', '161938.409000', '161938.412000', '161938.415000', '161938.418000', '161938.421000', '161938.424000', '161938.427000', '161938.430000', '161938.432000', '161938.435000', '161938.438000', '161938.441000', '161938.444000', '161938.447000', '161938.450000', '161938.453000', '161938.456000', '161938.459000', '161938.461000', '161938.464000', '161938.467000', '161958.337000', '161958.340000', '161958.343000', '161958.346000', '161958.349000', '161958.352000', '161958.355000', '161958.357000', '161958.360000', '161958.363000', '161958.366000', '161958.369000', '161958.372000', '161958.375000', '161958.378000', '161958.381000', '161958.385000', '161958.387000', '161958.390000', '161958.393000', '161958.396000', '161958.399000', '161958.402000', '161958.405000', '161958.408000', '161958.411000', '161958.414000', '161958.416000', '161958.419000', '161958.422000', '161958.425000', '161958.428000', '161958.431000', '161958.434000', '161958.437000', '161958.439000', '161958.442000', '161958.445000', '161958.448000', '161958.451000', '161958.454000', '161958.457000', '161958.460000', '162018.338000', '162018.341000', '162018.344000', '162018.347000', '162018.350000', '162018.353000', '162018.356000', '162018.359000', '162018.362000', '162018.365000', '162018.381000', '162018.384000', '162018.387000', '162018.390000', '162018.393000', '162018.395000', '162018.398000', '162018.401000', '162018.404000', '162018.407000', '162018.410000', '162018.413000', '162018.416000', '162018.419000', '162018.422000', '162018.424000', '162018.427000', '162018.430000', '162018.433000', '162018.436000', '162018.439000', '162018.442000', '162018.445000', '162018.448000', '162018.450000', '162018.453000', '162018.456000', '162018.459000', '162018.462000', '162018.465000', '162018.468000', '162018.471000', '162018.474000', '162038.338000', '162038.341000', '162038.344000', '162038.347000', '162038.350000', '162038.353000', '162038.355000', '162038.358000', '162038.361000', '162038.364000', '162038.367000', '162038.370000', '162038.373000', '162038.376000', '162038.378000', '162038.381000', '162038.384000', '162038.387000', '162038.390000', '162038.393000', '162038.396000', '162038.399000', '162038.402000', '162038.404000', '162038.408000', '162038.410000', '162038.413000', '162038.416000', '162038.419000', '162038.422000', '162038.425000', '162038.428000', '162038.431000', '162038.434000', '162038.437000', '162038.439000', '162038.442000', '162038.445000', '162038.448000', '162038.451000', '162038.454000', '162038.457000', '162038.460000', '162038.463000', '162058.338000', '162058.341000', '162058.344000', '162058.347000', '162058.350000', '162058.353000', '162058.356000', '162058.359000', '162058.361000', '162058.364000', '162058.368000', '162058.371000', '162058.374000', '162058.376000', '162058.379000', '162058.382000', '162058.385000', '162058.388000', '162058.391000', '162058.394000', '162058.397000', '162058.399000', '162058.402000', '162058.405000', '162058.408000', '162058.411000', '162058.414000', '162058.417000', '162058.420000', '162058.422000', '162058.425000', '162058.428000', '162058.431000', '162058.434000', '162058.437000', '162058.440000', '162058.443000', '162058.446000', '162058.448000', '162058.451000', '162058.454000', '162058.457000', '162058.460000', '162118.338000', '162118.341000', '162118.344000', '162118.347000', '162118.350000', '162118.353000', '162118.356000', '162118.359000', '162118.362000', '162118.364000', '162118.367000', '162118.370000', '162118.373000', '162118.376000', '162118.379000', '162118.384000', '162118.387000', '162118.390000', '162118.393000', '162118.395000', '162118.398000', '162118.401000', '162118.404000', '162118.407000', '162118.410000', '162118.413000', '162118.416000', '162118.419000', '162118.422000', '162118.424000', '162118.427000', '162118.430000', '162118.433000', '162118.436000', '162118.439000', '162118.442000', '162118.445000', '162118.448000', '162118.451000', '162118.454000', '162118.456000', '162118.459000', '162118.462000', '162118.465000', '162138.337000', '162138.340000', '162138.343000', '162138.346000', '162138.349000', '162138.352000', '162138.355000', '162138.358000', '162138.361000', '162138.363000', '162138.366000', '162138.369000', '162138.372000', '162138.375000', '162138.378000', '162138.381000', '162138.384000', '162138.387000', '162138.390000', '162138.393000', '162138.397000', '162138.402000', '162138.405000', '162138.407000', '162138.410000', '162138.413000', '162138.416000', '162138.419000', '162138.422000', '162138.425000', '162138.428000', '162138.430000', '162138.433000', '162138.436000', '162138.439000', '162138.457000', '162138.460000', '162138.463000', '162138.466000', '162138.469000', '162138.471000', '162138.474000', '162138.477000', '162158.337000', '162158.340000', '162158.343000', '162158.346000', '162158.349000', '162158.352000', '162158.355000', '162158.357000', '162158.360000', '162158.363000', '162158.366000', '162158.369000', '162158.372000', '162158.375000', '162158.378000', '162158.380000', '162158.383000', '162158.386000', '162158.389000', '162158.392000', '162158.395000', '162158.398000', '162158.401000', '162158.404000', '162158.407000', '162158.409000', '162158.412000', '162158.415000', '162158.418000', '162158.421000', '162158.424000', '162158.427000', '162158.430000', '162158.432000', '162158.435000', '162158.438000', '162158.441000', '162158.444000', '162158.447000', '162158.450000', '162158.453000', '162158.456000', '162158.459000', '162158.462000', '162218.338000', '162218.341000', '162218.344000', '162218.347000', '162218.350000', '162218.353000', '162218.356000', '162218.359000', '162218.371000', '162218.374000', '162218.377000', '162218.380000', '162218.383000', '162218.386000', '162218.388000', '162218.391000', '162218.394000', '162218.397000', '162218.402000', '162218.406000', '162218.409000', '162218.412000', '162218.415000', '162218.418000', '162218.421000', '162218.424000', '162218.427000', '162218.430000', '162218.432000', '162218.435000', '162218.438000', '162218.441000', '162218.444000', '162218.447000', '162218.450000', '162218.452000', '162218.455000', '162218.458000', '162218.461000', '162218.464000', '162218.467000', '162218.470000', '162218.473000', '162229.500000', '162229.504000', '162229.507000', '162229.510000', '162229.513000', '162229.517000', '162229.520000', '162229.523000', '162229.526000', '162229.529000', '162229.533000', '162229.537000', '162229.541000', '162229.544000', '162229.548000', '162229.551000', '162229.554000', '162229.557000', '162229.560000', '162229.563000', '162229.566000', '162229.569000', '162229.572000', '162229.575000', '162229.578000'], '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': [12943, 8157, 8195, 9376, 7454, 9434, 8730, 7096, 10902, 7222, 8685, 9253, 6744, 13049, 7972, 13117, 8811, 12199, 8473, 9899, 9195, 6980, 10508, 7376, 12326, 7976, 9973, 8586, 6964, 10563, 7418, 12796, 8491, 6815, 9326, 6801, 12229, 7610, 11188, 9612, 7377, 9969, 6915, 12166, 7894, 10440, 9594, 6868, 11683, 7622, 12874, 9280, 13844, 9693, 7039, 10126, 7438, 12687, 8359, 9997, 9612, 6908, 11175, 7709, 12359, 9002, 14068, 9164, 7855, 9036, 6730, 10909, 7579, 13322, 8002, 9878, 8400, 7117, 10330, 8567, 13400, 8508, 11740, 8783, 9334, 10382, 8674, 14151, 7906, 9499, 8806, 6800, 11123, 7788, 8299, 8229, 7045, 10196, 7956, 13421, 8126, 8429, 9236, 7031, 10444, 7701, 12399, 7595, 6688, 9483, 6969, 11474, 7510, 8040, 9247, 6653, 10615, 7679, 9847, 9948, 7043, 11786, 7717, 13066, 9356, 13642, 10309, 7980, 9744, 7233, 11892, 7967, 8551, 9524, 6679, 11378, 7679, 11740, 7873, 6919, 9942, 6838, 10363, 7617, 7832, 10748, 7237, 12366, 7593, 7779, 9825, 8141, 13191, 8781, 11407, 9157, 8899, 11592, 7375, 11134, 7994, 9612, 7938, 6880, 11492, 7253, 7806, 8969, 6668, 12149, 8326, 6907, 9570, 7286, 12452, 8053, 13712, 9898, 9076, 8706, 6981, 10759, 7773, 9262, 8796, 6974, 10443, 7381, 12031, 7835, 9666, 8931, 6968, 10471, 7198, 12969, 8362, 8197, 8848, 6802, 11748, 7906, 8214, 9732, 7188, 12424, 7633, 8413, 10732, 7509, 10237, 8412, 6849, 10498, 8228, 12207, 9095, 6730, 10850, 7404, 7524, 10062, 7872, 13946, 7446, 9235, 8626, 6950, 11885, 7663, 6858, 9097, 6977, 10034, 7731, 10594, 8501, 6831, 11131, 7646, 7135, 9661, 7937, 13511, 7488, 12138, 8634, 9278, 9779, 7898, 15148, 7840, 12085, 8189, 6679, 12550, 7553, 8364, 8579, 6879, 10012, 7695, 11766, 8197, 6733, 10247, 7303, 7866, 8876, 7086, 11938, 7014, 7171, 9147, 7092, 12570, 7846, 7926, 8646, 7100, 11990, 8346, 6760, 10301, 6841, 10010, 8021, 6756, 12204, 7359, 6895, 9081, 7104, 8723, 8611, 6964, 13507, 6809, 6825, 9405, 7150, 8776, 9248, 6850, 11809, 7309, 7332, 9469, 7594, 7059, 10125, 11913, 8050, 10534, 7148, 7278, 8057, 9822, 8643, 12661, 9565, 13552, 12499, 8974, 15078, 10616, 8776, 8853, 6705, 10083, 7687, 9659, 7938, 6763, 9965, 7031, 10884, 7425, 6682, 9747, 7076, 8120, 8294, 7055, 10424, 7265, 11322, 7391, 13453, 7814, 12669, 9476, 8010, 9276, 7541, 11457, 7324, 10003, 8742, 6828, 10353, 7366, 7440, 9948, 8071, 12128, 7746, 6795, 10582, 7671, 12294, 9773, 7158, 11541, 7773, 14197, 9538, 10334, 12699, 8002, 14114, 8278, 9667, 14145, 10617, 13127, 8390, 7766, 9878, 8175, 7088, 14639, 7116, 7226, 9637, 7170, 7427, 10091, 7350, 7064, 9445, 7533, 8372, 10193, 7290, 11780, 7906, 6739, 10452, 8989, 15987, 9606, 7308, 9727, 7392, 14828, 9318, 7009, 9044, 7242, 8429, 8246, 6934, 10347, 7376, 6979, 9427, 7393, 12068, 8666, 7770, 8711, 6831, 9917, 7377, 11422, 8507, 6778, 10376, 7323, 9398, 9539, 7163, 11067, 7296, 6922, 9704, 7490, 12976, 8564, 7086, 9348, 7278, 9673, 9601, 6989, 10038, 6810, 9261, 8173, 6914, 10434, 6858, 10800, 7141, 10896, 7505, 13213, 10073, 13251, 7695, 12366, 7712, 13051, 8731, 14250, 9185, 12910, 7268, 13033, 7513, 11390, 7453, 11967, 7282, 10024, 7263, 10635, 7278, 11820, 7872, 11253, 7428, 7090, 8807, 6977, 11243, 8060, 12405, 7594, 9150, 9016, 6762, 10711, 9977, 13414, 7834, 12292, 8213, 6680, 10938, 8018, 14705, 7440, 13244, 7803, 11128, 9925, 7166, 10444, 7138, 9230, 7775, 6945, 10445, 7512, 11314, 7239, 12177, 7579, 12471, 10614, 14663, 9663, 7590, 8890, 6772, 11096, 7890, 11462, 7344, 6848, 9409, 7401, 11659, 7354, 9875, 7722, 8791, 9823, 7159, 11149, 7091, 9134, 8575, 6947, 10959, 8282, 12774, 7838, 6773, 10604, 7671, 6882, 12725, 8555, 6787, 10399, 8060, 8282, 15628, 11000, 8173, 9019, 7291, 8638, 10372, 8030, 12742, 7669, 9837, 9427, 7499, 12490, 8472, 6981, 8407, 6829, 10573, 7832, 7919, 9711, 7014, 11247, 7431, 12223, 9607, 6947, 10393, 7077, 9437, 8894, 7022, 11294, 8041, 6909, 10236, 7238, 8551, 10451, 8502, 13145, 7999, 10263, 9453, 7848, 15205, 10913, 12341, 8486, 7806, 12664, 9379, 7305, 9181, 6892, 10903, 8266, 8703, 9502, 7509, 11434, 8300, 9264, 9631, 6905, 8687, 8189, 6829, 11165, 8408, 6872, 9750, 7203, 11346, 8035, 12094, 9299, 6839, 10502, 7830, 15074, 9802, 15169, 9956, 8405, 8905, 7321, 9752, 8259, 6804, 10061, 7053, 6660, 9714, 7833, 12362, 8887, 13488, 7063, 11763, 9007, 7513, 10673, 6932, 9925, 8383, 7058, 11244, 8452, 6891, 8712, 7783, 10303, 7459, 8892, 8394, 6766, 10194, 7052, 8702, 9201, 7099, 8725, 8839, 6878, 6994, 10346, 7440, 8859, 8888, 7689, 9129, 9196, 7120, 7612, 9504, 7894, 8768, 11005, 12409, 15043, 10638, 9066, 12776, 8984, 16802, 11936, 8749, 8291, 7238, 10157, 7171, 8267, 8729, 7266, 6923, 7959, 7051, 6989, 8554, 6973, 11254, 8131, 7498, 9041, 7410, 8577, 8789, 7455, 14066, 7410, 6578, 9308, 7071, 8383, 10694, 8410, 14183, 13675, 14313, 12302, 13984, 10758, 8439, 14023, 9680, 7238, 14228, 9989, 8519, 14355, 9846, 14502, 10360, 8000, 14738, 9674, 8426, 9509, 7611, 11394, 7976, 6812, 9163, 7401, 7073, 8766, 6995, 7042, 9736, 7718, 8295, 10127, 7297, 12225, 8406, 8580, 9916, 9833, 13615, 8888, 12421, 7877, 6889, 11037, 8701, 10295, 8170, 6665, 10929, 8028, 11786, 8495, 6848, 10226, 7655, 9556, 9370, 6813, 10727, 7417, 8975, 9389, 7145, 13019, 7338, 9797, 8485, 6936, 10466, 8000, 10303, 8303, 6740, 10444, 7857, 7785, 10497, 7606, 8923, 9308, 7225, 13693, 9320, 7900, 10517, 7571, 7814, 9289, 7670, 12110, 8496, 6557, 10365, 7635, 9838, 9020, 7065, 11866, 7485, 6866, 9262, 6992, 11638, 7374, 8032, 8332, 6688, 10383, 7457, 8606, 9048, 7129, 10961, 7561, 7025, 10015, 7949, 7536, 10534, 7728, 7159, 10134, 9269, 7234, 8679, 9654, 9944, 13744, 7990, 8601, 8256, 7071, 10654, 7324, 7539, 9686, 7596, 14968, 10657, 11671, 11968, 10670, 15341, 11651, 15787, 10455, 9094, 8764, 7342, 9409, 7650, 6508, 9492, 7201, 8124, 7510, 6713, 9603, 6679, 6877, 8629, 7354], 'WindowCenter': [4340.0, 4271.0, 4255.0, 4259.0, 4232.0, 4259.0, 4245.0, 4229.0, 4270.0, 4226.0, 4249.0, 4247.0, 4219.0, 4291.0, 4237.0, 4289.0, 4246.0, 4276.0, 4234.0, 4258.0, 4243.0, 4214.0, 4258.0, 4225.0, 4275.0, 4225.0, 4257.0, 4246.0, 4227.0, 4267.0, 4237.0, 4276.0, 4249.0, 4228.0, 4255.0, 4215.0, 4288.0, 4248.0, 4276.0, 4269.0, 4229.0, 4259.0, 4224.0, 4287.0, 4236.0, 4268.0, 4266.0, 4216.0, 4264.0, 4222.0, 4286.0, 4245.0, 4299.0, 4244.0, 4224.0, 4265.0, 4224.0, 4279.0, 4234.0, 4254.0, 4243.0, 4214.0, 4255.0, 4211.0, 4265.0, 4235.0, 4288.0, 4253.0, 4221.0, 4231.0, 4200.0, 4253.0, 4223.0, 4286.0, 4220.0, 4244.0, 4223.0, 4202.0, 4241.0, 4234.0, 4275.0, 4243.0, 4263.0, 4222.0, 4231.0, 4240.0, 4222.0, 4270.0, 4211.0, 4231.0, 4217.0, 4191.0, 4253.0, 4213.0, 4233.0, 4221.0, 4211.0, 4240.0, 4232.0, 4271.0, 4225.0, 4220.0, 4228.0, 4199.0, 4239.0, 4207.0, 4263.0, 4209.0, 4200.0, 4229.0, 4211.0, 4253.0, 4213.0, 4228.0, 4244.0, 4213.0, 4254.0, 4225.0, 4242.0, 4255.0, 4214.0, 4264.0, 4226.0, 4264.0, 4231.0, 4273.0, 4243.0, 4221.0, 4229.0, 4221.0, 4250.0, 4210.0, 4234.0, 4241.0, 4201.0, 4250.0, 4213.0, 4252.0, 4232.0, 4200.0, 4254.0, 4202.0, 4253.0, 4221.0, 4214.0, 4257.0, 4214.0, 4276.0, 4213.0, 4213.0, 4244.0, 4225.0, 4275.0, 4231.0, 4251.0, 4231.0, 4231.0, 4253.0, 4199.0, 4241.0, 4208.0, 4232.0, 4211.0, 4198.0, 4263.0, 4214.0, 4210.0, 4231.0, 4201.0, 4275.0, 4233.0, 4225.0, 4254.0, 4213.0, 4266.0, 4223.0, 4273.0, 4242.0, 4230.0, 4231.0, 4200.0, 4240.0, 4216.0, 4234.0, 4237.0, 4225.0, 4242.0, 4210.0, 4261.0, 4217.0, 4244.0, 4231.0, 4212.0, 4244.0, 4213.0, 4272.0, 4222.0, 4221.0, 4232.0, 4200.0, 4274.0, 4220.0, 4244.0, 4243.0, 4223.0, 4261.0, 4215.0, 4226.0, 4253.0, 4225.0, 4258.0, 4221.0, 4201.0, 4243.0, 4228.0, 4268.0, 4231.0, 4201.0, 4254.0, 4212.0, 4211.0, 4244.0, 4210.0, 4277.0, 4199.0, 4232.0, 4220.0, 4199.0, 4263.0, 4211.0, 4212.0, 4222.0, 4199.0, 4244.0, 4210.0, 4253.0, 4225.0, 4204.0, 4251.0, 4223.0, 4201.0, 4254.0, 4234.0, 4273.0, 4225.0, 4274.0, 4220.0, 4243.0, 4244.0, 4222.0, 4281.0, 4209.0, 4248.0, 4208.0, 4188.0, 4259.0, 4213.0, 4224.0, 4219.0, 4188.0, 4231.0, 4210.0, 4262.0, 4232.0, 4213.0, 4244.0, 4212.0, 4209.0, 4232.0, 4200.0, 4267.0, 4211.0, 4199.0, 4229.0, 4200.0, 4262.0, 4212.0, 4222.0, 4222.0, 4200.0, 4254.0, 4233.0, 4212.0, 4244.0, 4189.0, 4228.0, 4212.0, 4200.0, 4265.0, 4199.0, 4200.0, 4219.0, 4202.0, 4218.0, 4219.0, 4198.0, 4263.0, 4188.0, 4188.0, 4230.0, 4190.0, 4232.0, 4219.0, 4189.0, 4250.0, 4198.0, 4201.0, 4232.0, 4215.0, 4225.0, 4279.0, 4277.0, 4248.0, 4278.0, 4225.0, 4223.0, 4247.0, 4267.0, 4240.0, 4287.0, 4244.0, 4274.0, 4261.0, 4219.0, 4275.0, 4240.0, 4231.0, 4230.0, 4191.0, 4240.0, 4221.0, 4234.0, 4220.0, 4203.0, 4229.0, 4211.0, 4240.0, 4199.0, 4214.0, 4232.0, 4206.0, 4211.0, 4225.0, 4202.0, 4252.0, 4211.0, 4265.0, 4211.0, 4265.0, 4222.0, 4272.0, 4233.0, 4222.0, 4218.0, 4212.0, 4253.0, 4211.0, 4233.0, 4220.0, 4193.0, 4242.0, 4211.0, 4202.0, 4241.0, 4226.0, 4269.0, 4224.0, 4202.0, 4242.0, 4212.0, 4264.0, 4254.0, 4206.0, 4265.0, 4212.0, 4274.0, 4236.0, 4234.0, 4260.0, 4214.0, 4262.0, 4212.0, 4223.0, 4274.0, 4252.0, 4260.0, 4207.0, 4199.0, 4240.0, 4210.0, 4191.0, 4273.0, 4191.0, 4190.0, 4222.0, 4199.0, 4198.0, 4242.0, 4211.0, 4193.0, 4229.0, 4215.0, 4213.0, 4230.0, 4205.0, 4250.0, 4209.0, 4187.0, 4231.0, 4232.0, 4274.0, 4221.0, 4190.0, 4229.0, 4199.0, 4261.0, 4222.0, 4187.0, 4219.0, 4199.0, 4211.0, 4218.0, 4191.0, 4242.0, 4198.0, 4189.0, 4222.0, 4198.0, 4252.0, 4221.0, 4211.0, 4218.0, 4178.0, 4228.0, 4188.0, 4243.0, 4210.0, 4201.0, 4228.0, 4209.0, 4218.0, 4231.0, 4200.0, 4241.0, 4199.0, 4191.0, 4221.0, 4210.0, 4272.0, 4211.0, 4188.0, 4210.0, 4188.0, 4216.0, 4222.0, 4191.0, 4233.0, 4180.0, 4219.0, 4217.0, 4193.0, 4230.0, 4188.0, 4227.0, 4191.0, 4229.0, 4199.0, 4251.0, 4233.0, 4260.0, 4189.0, 4240.0, 4198.0, 4259.0, 4196.0, 4269.0, 4220.0, 4248.0, 4195.0, 4238.0, 4188.0, 4240.0, 4196.0, 4239.0, 4185.0, 4227.0, 4189.0, 4229.0, 4191.0, 4237.0, 4211.0, 4250.0, 4198.0, 4186.0, 4217.0, 4200.0, 4242.0, 4209.0, 4249.0, 4202.0, 4230.0, 4232.0, 4201.0, 4232.0, 4230.0, 4261.0, 4197.0, 4250.0, 4207.0, 4177.0, 4241.0, 4210.0, 4262.0, 4191.0, 4249.0, 4209.0, 4227.0, 4223.0, 4175.0, 4226.0, 4186.0, 4230.0, 4200.0, 4187.0, 4254.0, 4199.0, 4244.0, 4200.0, 4262.0, 4200.0, 4254.0, 4242.0, 4275.0, 4218.0, 4197.0, 4218.0, 4177.0, 4238.0, 4210.0, 4243.0, 4199.0, 4199.0, 4220.0, 4202.0, 4252.0, 4212.0, 4234.0, 4209.0, 4232.0, 4235.0, 4189.0, 4243.0, 4190.0, 4220.0, 4209.0, 4202.0, 4241.0, 4214.0, 4262.0, 4211.0, 4190.0, 4245.0, 4214.0, 4202.0, 4265.0, 4234.0, 4208.0, 4242.0, 4224.0, 4212.0, 4287.0, 4241.0, 4215.0, 4232.0, 4204.0, 4209.0, 4235.0, 4210.0, 4262.0, 4200.0, 4241.0, 4216.0, 4190.0, 4256.0, 4212.0, 4202.0, 4208.0, 4189.0, 4241.0, 4203.0, 4223.0, 4243.0, 4189.0, 4240.0, 4205.0, 4251.0, 4231.0, 4189.0, 4230.0, 4188.0, 4230.0, 4219.0, 4193.0, 4242.0, 4221.0, 4202.0, 4230.0, 4215.0, 4210.0, 4248.0, 4236.0, 4266.0, 4222.0, 4230.0, 4224.0, 4215.0, 4271.0, 4242.0, 4254.0, 4210.0, 4201.0, 4252.0, 4219.0, 4193.0, 4218.0, 4192.0, 4240.0, 4212.0, 4233.0, 4256.0, 4212.0, 4262.0, 4232.0, 4243.0, 4243.0, 4200.0, 4223.0, 4220.0, 4191.0, 4252.0, 4238.0, 4202.0, 4247.0, 4210.0, 4264.0, 4223.0, 4264.0, 4225.0, 4188.0, 4240.0, 4208.0, 4270.0, 4241.0, 4274.0, 4241.0, 4219.0, 4204.0, 4196.0, 4226.0, 4219.0, 4176.0, 4240.0, 4189.0, 4186.0, 4217.0, 4211.0, 4263.0, 4231.0, 4257.0, 4189.0, 4236.0, 4205.0, 4198.0, 4229.0, 4187.0, 4215.0, 4195.0, 4186.0, 4242.0, 4219.0, 4199.0, 4206.0, 4196.0, 4226.0, 4189.0, 4230.0, 4219.0, 4201.0, 4239.0, 4199.0, 4206.0, 4230.0, 4201.0, 4221.0, 4231.0, 4201.0, 4212.0, 4245.0, 4212.0, 4220.0, 4219.0, 4214.0, 4224.0, 4220.0, 4201.0, 4202.0, 4230.0, 4212.0, 4221.0, 4245.0, 4249.0, 4273.0, 4240.0, 4218.0, 4238.0, 4207.0, 4254.0, 4227.0, 4193.0, 4192.0, 4174.0, 4201.0, 4161.0, 4185.0, 4194.0, 4197.0, 4173.0, 4196.0, 4185.0, 4190.0, 4218.0, 4198.0, 4227.0, 4198.0, 4187.0, 4230.0, 4200.0, 4208.0, 4207.0, 4192.0, 4259.0, 4187.0, 4189.0, 4206.0, 4188.0, 4213.0, 4241.0, 4210.0, 4258.0, 4284.0, 4295.0, 4225.0, 4311.0, 4265.0, 4234.0, 4282.0, 4242.0, 4222.0, 4283.0, 4251.0, 4242.0, 4295.0, 4264.0, 4283.0, 4251.0, 4219.0, 4271.0, 4239.0, 4218.0, 4217.0, 4198.0, 4247.0, 4207.0, 4199.0, 4228.0, 4219.0, 4201.0, 4228.0, 4208.0, 4209.0, 4231.0, 4222.0, 4239.0, 4257.0, 4224.0, 4263.0, 4221.0, 4246.0, 4254.0, 4246.0, 4272.0, 4233.0, 4271.0, 4220.0, 4200.0, 4253.0, 4232.0, 4240.0, 4210.0, 4200.0, 4242.0, 4220.0, 4250.0, 4233.0, 4191.0, 4251.0, 4223.0, 4230.0, 4243.0, 4201.0, 4251.0, 4211.0, 4230.0, 4242.0, 4198.0, 4265.0, 4211.0, 4241.0, 4229.0, 4198.0, 4252.0, 4222.0, 4244.0, 4230.0, 4201.0, 4249.0, 4219.0, 4210.0, 4245.0, 4209.0, 4243.0, 4219.0, 4202.0, 4274.0, 4234.0, 4212.0, 4251.0, 4200.0, 4208.0, 4220.0, 4208.0, 4248.0, 4231.0, 4201.0, 4227.0, 4208.0, 4230.0, 4231.0, 4198.0, 4249.0, 4188.0, 4177.0, 4230.0, 4199.0, 4252.0, 4209.0, 4220.0, 4219.0, 4187.0, 4228.0, 4185.0, 4217.0, 4217.0, 4189.0, 4240.0, 4209.0, 4188.0, 4241.0, 4234.0, 4210.0, 4243.0, 4212.0, 4211.0, 4244.0, 4234.0, 4224.0, 4221.0, 4249.0, 4269.0, 4290.0, 4224.0, 4220.0, 4221.0, 4202.0, 4252.0, 4211.0, 4201.0, 4216.0, 4195.0, 4258.0, 4224.0, 4227.0, 4234.0, 4222.0, 4243.0, 4221.0, 4241.0, 4209.0, 4175.0, 4174.0, 4167.0, 4188.0, 4167.0, 4159.0, 4199.0, 4169.0, 4180.0, 4181.0, 4170.0, 4211.0, 4170.0, 4162.0, 4204.0, 4186.0], 'WindowWidth': [9596.0, 9481.0, 9447.0, 9442.0, 9406.0, 9440.0, 9416.0, 9400.0, 9452.0, 9391.0, 9421.0, 9418.0, 9383.0, 9483.0, 9409.0, 9479.0, 9416.0, 9457.0, 9396.0, 9431.0, 9408.0, 9370.0, 9429.0, 9388.0, 9452.0, 9386.0, 9431.0, 9417.0, 9394.0, 9445.0, 9411.0, 9457.0, 9425.0, 9398.0, 9428.0, 9377.0, 9482.0, 9428.0, 9459.0, 9458.0, 9397.0, 9437.0, 9385.0, 9477.0, 9402.0, 9448.0, 9448.0, 9376.0, 9440.0, 9379.0, 9474.0, 9412.0, 9496.0, 9411.0, 9387.0, 9443.0, 9385.0, 9462.0, 9397.0, 9425.0, 9407.0, 9370.0, 9423.0, 9360.0, 9437.0, 9398.0, 9474.0, 9424.0, 9377.0, 9388.0, 9345.0, 9419.0, 9379.0, 9475.0, 9374.0, 9407.0, 9377.0, 9350.0, 9401.0, 9393.0, 9454.0, 9412.0, 9432.0, 9375.0, 9385.0, 9397.0, 9373.0, 9442.0, 9359.0, 9384.0, 9362.0, 9332.0, 9418.0, 9365.0, 9397.0, 9373.0, 9366.0, 9398.0, 9393.0, 9447.0, 9384.0, 9373.0, 9381.0, 9341.0, 9396.0, 9350.0, 9432.0, 9357.0, 9345.0, 9382.0, 9366.0, 9418.0, 9369.0, 9391.0, 9409.0, 9372.0, 9422.0, 9384.0, 9404.0, 9426.0, 9373.0, 9439.0, 9385.0, 9437.0, 9386.0, 9449.0, 9405.0, 9374.0, 9382.0, 9378.0, 9413.0, 9358.0, 9394.0, 9400.0, 9348.0, 9413.0, 9364.0, 9416.0, 9394.0, 9347.0, 9428.0, 9352.0, 9426.0, 9377.0, 9368.0, 9430.0, 9369.0, 9455.0, 9366.0, 9365.0, 9409.0, 9385.0, 9456.0, 9390.0, 9416.0, 9387.0, 9387.0, 9421.0, 9343.0, 9400.0, 9353.0, 9385.0, 9358.0, 9339.0, 9438.0, 9368.0, 9360.0, 9388.0, 9347.0, 9453.0, 9394.0, 9390.0, 9426.0, 9365.0, 9437.0, 9377.0, 9452.0, 9402.0, 9385.0, 9390.0, 9344.0, 9398.0, 9370.0, 9395.0, 9400.0, 9390.0, 9403.0, 9357.0, 9427.0, 9372.0, 9411.0, 9386.0, 9368.0, 9404.0, 9369.0, 9446.0, 9376.0, 9375.0, 9388.0, 9346.0, 9452.0, 9373.0, 9414.0, 9406.0, 9386.0, 9431.0, 9368.0, 9384.0, 9421.0, 9388.0, 9431.0, 9375.0, 9351.0, 9403.0, 9390.0, 9444.0, 9389.0, 9348.0, 9419.0, 9362.0, 9359.0, 9406.0, 9359.0, 9455.0, 9341.0, 9386.0, 9369.0, 9341.0, 9435.0, 9360.0, 9368.0, 9374.0, 9342.0, 9407.0, 9359.0, 9424.0, 9382.0, 9355.0, 9415.0, 9382.0, 9347.0, 9426.0, 9398.0, 9450.0, 9388.0, 9451.0, 9370.0, 9408.0, 9406.0, 9379.0, 9456.0, 9355.0, 9404.0, 9351.0, 9324.0, 9424.0, 9364.0, 9378.0, 9367.0, 9325.0, 9385.0, 9358.0, 9429.0, 9392.0, 9371.0, 9404.0, 9360.0, 9354.0, 9392.0, 9342.0, 9441.0, 9366.0, 9342.0, 9381.0, 9344.0, 9430.0, 9361.0, 9378.0, 9372.0, 9344.0, 9418.0, 9394.0, 9367.0, 9406.0, 9330.0, 9378.0, 9359.0, 9345.0, 9435.0, 9341.0, 9342.0, 9366.0, 9347.0, 9364.0, 9367.0, 9338.0, 9431.0, 9325.0, 9322.0, 9386.0, 9326.0, 9390.0, 9365.0, 9328.0, 9410.0, 9337.0, 9342.0, 9387.0, 9368.0, 9396.0, 9470.0, 9464.0, 9427.0, 9468.0, 9389.0, 9385.0, 9422.0, 9450.0, 9410.0, 9473.0, 9410.0, 9448.0, 9428.0, 9366.0, 9451.0, 9397.0, 9390.0, 9388.0, 9332.0, 9400.0, 9375.0, 9392.0, 9374.0, 9350.0, 9381.0, 9362.0, 9396.0, 9340.0, 9372.0, 9388.0, 9358.0, 9361.0, 9381.0, 9350.0, 9418.0, 9359.0, 9441.0, 9361.0, 9434.0, 9378.0, 9445.0, 9389.0, 9377.0, 9365.0, 9363.0, 9415.0, 9361.0, 9387.0, 9370.0, 9335.0, 9404.0, 9363.0, 9348.0, 9399.0, 9387.0, 9445.0, 9384.0, 9349.0, 9403.0, 9361.0, 9433.0, 9425.0, 9357.0, 9438.0, 9360.0, 9444.0, 9395.0, 9389.0, 9425.0, 9361.0, 9424.0, 9355.0, 9370.0, 9448.0, 9416.0, 9420.0, 9346.0, 9336.0, 9398.0, 9353.0, 9329.0, 9443.0, 9327.0, 9326.0, 9371.0, 9341.0, 9337.0, 9404.0, 9363.0, 9334.0, 9378.0, 9363.0, 9359.0, 9383.0, 9351.0, 9409.0, 9356.0, 9322.0, 9381.0, 9390.0, 9442.0, 9366.0, 9324.0, 9384.0, 9342.0, 9420.0, 9369.0, 9319.0, 9368.0, 9343.0, 9354.0, 9366.0, 9328.0, 9404.0, 9337.0, 9325.0, 9369.0, 9337.0, 9413.0, 9373.0, 9360.0, 9368.0, 9307.0, 9377.0, 9322.0, 9398.0, 9353.0, 9348.0, 9375.0, 9356.0, 9364.0, 9388.0, 9344.0, 9397.0, 9341.0, 9326.0, 9367.0, 9358.0, 9443.0, 9354.0, 9321.0, 9350.0, 9319.0, 9355.0, 9370.0, 9328.0, 9387.0, 9311.0, 9364.0, 9364.0, 9333.0, 9379.0, 9327.0, 9374.0, 9326.0, 9377.0, 9339.0, 9407.0, 9386.0, 9422.0, 9320.0, 9387.0, 9337.0, 9424.0, 9329.0, 9437.0, 9367.0, 9404.0, 9330.0, 9384.0, 9318.0, 9389.0, 9333.0, 9388.0, 9313.0, 9376.0, 9320.0, 9375.0, 9326.0, 9385.0, 9361.0, 9409.0, 9334.0, 9317.0, 9359.0, 9343.0, 9395.0, 9351.0, 9405.0, 9343.0, 9383.0, 9386.0, 9347.0, 9383.0, 9379.0, 9424.0, 9332.0, 9409.0, 9345.0, 9306.0, 9395.0, 9357.0, 9424.0, 9326.0, 9401.0, 9353.0, 9370.0, 9370.0, 9300.0, 9369.0, 9317.0, 9383.0, 9338.0, 9319.0, 9421.0, 9338.0, 9402.0, 9342.0, 9430.0, 9342.0, 9414.0, 9404.0, 9443.0, 9361.0, 9330.0, 9366.0, 9305.0, 9388.0, 9354.0, 9398.0, 9341.0, 9342.0, 9365.0, 9342.0, 9416.0, 9361.0, 9388.0, 9357.0, 9389.0, 9390.0, 9326.0, 9401.0, 9329.0, 9369.0, 9351.0, 9351.0, 9396.0, 9363.0, 9426.0, 9359.0, 9326.0, 9403.0, 9364.0, 9346.0, 9436.0, 9397.0, 9360.0, 9401.0, 9380.0, 9358.0, 9469.0, 9400.0, 9364.0, 9390.0, 9348.0, 9350.0, 9391.0, 9354.0, 9427.0, 9340.0, 9397.0, 9358.0, 9326.0, 9421.0, 9357.0, 9349.0, 9349.0, 9325.0, 9400.0, 9347.0, 9379.0, 9405.0, 9325.0, 9393.0, 9350.0, 9413.0, 9382.0, 9323.0, 9382.0, 9322.0, 9384.0, 9363.0, 9332.0, 9402.0, 9373.0, 9346.0, 9382.0, 9373.0, 9353.0, 9416.0, 9399.0, 9435.0, 9377.0, 9379.0, 9372.0, 9362.0, 9442.0, 9397.0, 9412.0, 9354.0, 9338.0, 9410.0, 9364.0, 9331.0, 9360.0, 9328.0, 9395.0, 9358.0, 9393.0, 9430.0, 9366.0, 9434.0, 9395.0, 9408.0, 9405.0, 9347.0, 9378.0, 9373.0, 9332.0, 9419.0, 9410.0, 9351.0, 9412.0, 9358.0, 9440.0, 9379.0, 9433.0, 9378.0, 9324.0, 9399.0, 9352.0, 9441.0, 9401.0, 9445.0, 9401.0, 9369.0, 9338.0, 9332.0, 9373.0, 9370.0, 9305.0, 9400.0, 9324.0, 9318.0, 9360.0, 9361.0, 9436.0, 9386.0, 9416.0, 9322.0, 9384.0, 9341.0, 9335.0, 9378.0, 9319.0, 9354.0, 9326.0, 9316.0, 9398.0, 9369.0, 9341.0, 9344.0, 9328.0, 9369.0, 9322.0, 9386.0, 9367.0, 9345.0, 9396.0, 9343.0, 9343.0, 9386.0, 9345.0, 9374.0, 9386.0, 9350.0, 9365.0, 9406.0, 9364.0, 9368.0, 9366.0, 9364.0, 9376.0, 9370.0, 9350.0, 9345.0, 9381.0, 9358.0, 9375.0, 9405.0, 9406.0, 9438.0, 9396.0, 9362.0, 9384.0, 9343.0, 9405.0, 9367.0, 9321.0, 9318.0, 9295.0, 9327.0, 9273.0, 9307.0, 9320.0, 9335.0, 9294.0, 9326.0, 9313.0, 9323.0, 9362.0, 9338.0, 9371.0, 9336.0, 9319.0, 9383.0, 9343.0, 9348.0, 9344.0, 9330.0, 9417.0, 9317.0, 9326.0, 9340.0, 9323.0, 9360.0, 9398.0, 9353.0, 9418.0, 9471.0, 9487.0, 9357.0, 9526.0, 9447.0, 9401.0, 9463.0, 9404.0, 9381.0, 9466.0, 9419.0, 9409.0, 9487.0, 9443.0, 9462.0, 9420.0, 9373.0, 9440.0, 9400.0, 9368.0, 9361.0, 9338.0, 9408.0, 9351.0, 9345.0, 9383.0, 9375.0, 9345.0, 9383.0, 9358.0, 9361.0, 9385.0, 9381.0, 9408.0, 9427.0, 9388.0, 9434.0, 9376.0, 9418.0, 9427.0, 9415.0, 9448.0, 9395.0, 9446.0, 9374.0, 9346.0, 9418.0, 9395.0, 9397.0, 9356.0, 9348.0, 9402.0, 9377.0, 9413.0, 9395.0, 9332.0, 9417.0, 9382.0, 9384.0, 9411.0, 9352.0, 9415.0, 9365.0, 9384.0, 9408.0, 9341.0, 9437.0, 9363.0, 9402.0, 9385.0, 9342.0, 9418.0, 9379.0, 9407.0, 9389.0, 9350.0, 9410.0, 9372.0, 9355.0, 9408.0, 9354.0, 9409.0, 9368.0, 9346.0, 9448.0, 9391.0, 9361.0, 9417.0, 9341.0, 9355.0, 9367.0, 9354.0, 9405.0, 9390.0, 9350.0, 9376.0, 9355.0, 9381.0, 9390.0, 9343.0, 9408.0, 9322.0, 9304.0, 9386.0, 9345.0, 9413.0, 9357.0, 9373.0, 9370.0, 9324.0, 9375.0, 9315.0, 9366.0, 9361.0, 9325.0, 9394.0, 9355.0, 9323.0, 9402.0, 9402.0, 9357.0, 9400.0, 9360.0, 9363.0, 9405.0, 9396.0, 9386.0, 9374.0, 9421.0, 9452.0, 9477.0, 9384.0, 9372.0, 9377.0, 9348.0, 9419.0, 9361.0, 9343.0, 9358.0, 9328.0, 9417.0, 9369.0, 9367.0, 9379.0, 9361.0, 9386.0, 9355.0, 9377.0, 9337.0, 9283.0, 9281.0, 9278.0, 9307.0, 9274.0, 9270.0, 9322.0, 9283.0, 9301.0, 9303.0, 9290.0, 9344.0, 9290.0, 9277.0, 9339.0, 9313.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.0028951152579582873</td></tr>
<tr><td colspan=3>aqi</td><td>0.041493902854006594</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.84334441373626</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1845405800439575</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.972572074934065</td></tr>
<tr><td colspan=3>efc</td><td>0.5073</td></tr>
<tr><td colspan=3>fber</td><td>4487.166</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10225154121113435</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>51</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.598243688254665</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4781423409002876</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3384498533379197</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7070920263669875</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3888851429959552</td></tr>
<tr><td colspan=3>gcor</td><td>0.00775634</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01846315711736679</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.05699700862169266</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.117468457247143</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>14.5838</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.3466</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>218.7794</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294274.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>1054.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>395.5104</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5874</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>538.2165</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3426.7405</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3580.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82270.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1357.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4478.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>869.461</td></tr>
<tr><td colspan=3>tsnr</td><td>31.272171705495566</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>