<?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-0069_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-0069_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-0069_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-0069/figures/sub-0069_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0069/figures/sub-0069_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-0069/figures/sub-0069_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069/ses-02/func/sub-0069_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>316060f67f94963aac9fd853af00718f</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:26:42.337500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99991, -0.0108915, 0.00782439, 0.0111696, 0.999274, -0.0364179]</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.0755851</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>[4150, -7735, -7306, 558, -45, -120, 20, 69]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.748</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>431b1aea-7631-4eb3-b90b-8f4d6fc4db29||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682685613632202, 0.02996709570288658, 0.02003958635032177, 111.63948059082031], [0.02922111377120018, 2.6809797286987305, -0.09855539351701736, -89.07711029052734], [0.020992275327444077, 0.09770650416612625, 2.6981263160705566, -84.03435516357422], [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': ['162642.337500', '162642.797500', '162643.257500', '162643.717500', '162644.177500', '162644.637500', '162645.097500', '162645.557500', '162646.017500', '162646.477500', '162646.937500', '162647.397500', '162647.857500', '162648.317500', '162648.777500', '162649.237500', '162649.697500', '162650.157500', '162650.617500', '162651.077500', '162651.537500', '162651.997500', '162652.457500', '162652.917500', '162653.377500', '162653.837500', '162654.297500', '162654.757500', '162655.217500', '162655.677500', '162656.137500', '162656.597500', '162657.057500', '162657.517500', '162657.977500', '162658.437500', '162658.897500', '162659.357500', '162659.817500', '162700.277500', '162700.737500', '162701.197500', '162701.657500', '162702.117500', '162702.577500', '162703.037500', '162703.497500', '162703.957500', '162704.417500', '162704.877500', '162705.337500', '162705.797500', '162706.257500', '162706.717500', '162707.177500', '162707.637500', '162708.097500', '162708.557500', '162709.017500', '162709.477500', '162709.937500', '162710.397500', '162710.857500', '162711.317500', '162711.777500', '162712.237500', '162712.697500', '162713.157500', '162713.617500', '162714.077500', '162714.537500', '162714.997500', '162715.457500', '162715.917500', '162716.377500', '162716.837500', '162717.297500', '162717.757500', '162718.217500', '162718.677500', '162719.137500', '162719.597500', '162720.057500', '162720.517500', '162720.977500', '162721.437500', '162721.897500', '162722.357500', '162722.817500', '162723.277500', '162723.737500', '162724.197500', '162724.657500', '162725.117500', '162725.577500', '162726.037500', '162726.497500', '162726.957500', '162727.417500', '162727.877500', '162728.337500', '162728.797500', '162729.257500', '162729.717500', '162730.177500', '162730.637500', '162731.097500', '162731.557500', '162732.017500', '162732.477500', '162732.937500', '162733.397500', '162733.857500', '162734.317500', '162734.777500', '162735.237500', '162735.697500', '162736.157500', '162736.617500', '162737.077500', '162737.537500', '162737.997500', '162738.457500', '162738.917500', '162739.377500', '162739.837500', '162740.297500', '162740.757500', '162741.217500', '162741.677500', '162742.137500', '162742.597500', '162743.057500', '162743.517500', '162743.977500', '162744.437500', '162744.897500', '162745.357500', '162745.817500', '162746.277500', '162746.737500', '162747.197500', '162747.657500', '162748.117500', '162748.577500', '162749.037500', '162749.497500', '162749.957500', '162750.417500', '162750.877500', '162751.337500', '162751.797500', '162752.257500', '162752.717500', '162753.177500', '162753.637500', '162754.097500', '162754.557500', '162755.017500', '162755.477500', '162755.937500', '162756.397500', '162756.857500', '162757.317500', '162757.777500', '162758.237500', '162758.697500', '162759.157500', '162759.617500', '162800.077500', '162800.537500', '162800.997500', '162801.457500', '162801.917500', '162802.377500', '162802.837500', '162803.297500', '162803.757500', '162804.217500', '162804.677500', '162805.137500', '162805.597500', '162806.057500', '162806.517500', '162806.977500', '162807.437500', '162807.897500', '162808.357500', '162808.817500', '162809.277500', '162809.737500', '162810.197500', '162810.657500', '162811.117500', '162811.577500', '162812.037500', '162812.497500', '162812.957500', '162813.417500', '162813.877500', '162814.337500', '162814.797500', '162815.257500', '162815.717500', '162816.177500', '162816.637500', '162817.097500', '162817.557500', '162818.017500', '162818.477500', '162818.937500', '162819.397500', '162819.857500', '162820.317500', '162820.777500', '162821.237500', '162821.697500', '162822.157500', '162822.617500', '162823.077500', '162823.537500', '162823.997500', '162824.457500', '162824.917500', '162825.377500', '162825.837500', '162826.297500', '162826.757500', '162827.217500', '162827.677500', '162828.137500', '162828.597500', '162829.057500', '162829.517500', '162829.977500', '162830.437500', '162830.897500', '162831.357500', '162831.817500', '162832.277500', '162832.737500', '162833.197500', '162833.657500', '162834.117500', '162834.577500', '162835.037500', '162835.497500', '162835.957500', '162836.417500', '162836.877500', '162837.337500', '162837.797500', '162838.257500', '162838.717500', '162839.177500', '162839.637500', '162840.097500', '162840.557500', '162841.017500', '162841.477500', '162841.937500', '162842.397500', '162842.857500', '162843.317500', '162843.777500', '162844.237500', '162844.697500', '162845.157500', '162845.617500', '162846.077500', '162846.537500', '162846.997500', '162847.457500', '162847.917500', '162848.377500', '162848.837500', '162849.297500', '162849.757500', '162850.217500', '162850.677500', '162851.137500', '162851.597500', '162852.057500', '162852.517500', '162852.977500', '162853.437500', '162853.897500', '162854.357500', '162854.817500', '162855.277500', '162855.737500', '162856.197500', '162856.657500', '162857.117500', '162857.577500', '162858.037500', '162858.497500', '162858.957500', '162859.417500', '162859.877500', '162900.337500', '162900.797500', '162901.257500', '162901.717500', '162902.177500', '162902.637500', '162903.097500', '162903.557500', '162904.017500', '162904.477500', '162904.937500', '162905.397500', '162905.857500', '162906.317500', '162906.777500', '162907.237500', '162907.697500', '162908.157500', '162908.617500', '162909.077500', '162909.537500', '162909.997500', '162910.457500', '162910.917500', '162911.377500', '162911.837500', '162912.297500', '162912.757500', '162913.217500', '162913.677500', '162914.137500', '162914.597500', '162915.057500', '162915.517500', '162915.977500', '162916.437500', '162916.897500', '162917.357500', '162917.817500', '162918.277500', '162918.737500', '162919.197500', '162919.657500', '162920.117500', '162920.577500', '162921.037500', '162921.497500', '162921.957500', '162922.417500', '162922.877500', '162923.337500', '162923.797500', '162924.257500', '162924.717500', '162925.177500', '162925.637500', '162926.097500', '162926.557500', '162927.017500', '162927.477500', '162927.937500', '162928.397500', '162928.857500', '162929.317500', '162929.777500', '162930.237500', '162930.697500', '162931.157500', '162931.617500', '162932.077500', '162932.537500', '162932.997500', '162933.457500', '162933.917500', '162934.377500', '162934.837500', '162935.297500', '162935.757500', '162936.217500', '162936.677500', '162937.137500', '162937.597500', '162938.057500', '162938.517500', '162938.977500', '162939.437500', '162939.897500', '162940.357500', '162940.817500', '162941.277500', '162941.737500', '162942.197500', '162942.657500', '162943.117500', '162943.577500', '162944.037500', '162944.497500', '162944.957500', '162945.417500', '162945.877500', '162946.337500', '162946.797500', '162947.257500', '162947.717500', '162948.177500', '162948.637500', '162949.097500', '162949.557500', '162950.017500', '162950.477500', '162950.937500', '162951.397500', '162951.857500', '162952.317500', '162952.777500', '162953.237500', '162953.697500', '162954.157500', '162954.617500', '162955.077500', '162955.537500', '162955.997500', '162956.457500', '162956.917500', '162957.377500', '162957.837500', '162958.297500', '162958.757500', '162959.217500', '162959.677500', '163000.137500', '163000.597500', '163001.057500', '163001.517500', '163001.977500', '163002.437500', '163002.897500', '163003.357500', '163003.817500', '163004.277500', '163004.737500', '163005.197500', '163005.657500', '163006.117500', '163006.577500', '163007.037500', '163007.497500', '163007.957500', '163008.417500', '163008.877500', '163009.337500', '163009.797500', '163010.257500', '163010.717500', '163011.177500', '163011.637500', '163012.097500', '163012.557500', '163013.017500', '163013.477500', '163013.937500', '163014.397500', '163014.857500', '163015.317500', '163015.777500', '163016.237500', '163016.697500', '163017.157500', '163017.617500', '163018.077500', '163018.537500', '163018.997500', '163019.457500', '163019.917500', '163020.377500', '163020.837500', '163021.297500', '163021.757500', '163022.217500', '163022.677500', '163023.137500', '163023.597500', '163024.057500', '163024.517500', '163024.977500', '163025.437500', '163025.897500', '163026.357500', '163026.817500', '163027.277500', '163027.737500', '163028.197500', '163028.657500', '163029.117500', '163029.577500', '163030.037500', '163030.497500', '163030.957500', '163031.417500', '163031.877500', '163032.337500', '163032.797500', '163033.257500', '163033.717500', '163034.177500', '163034.637500', '163035.097500', '163035.557500', '163036.017500', '163036.477500', '163036.937500', '163037.397500', '163037.857500', '163038.317500', '163038.777500', '163039.237500', '163039.697500', '163040.157500', '163040.617500', '163041.077500', '163041.537500', '163041.997500', '163042.457500', '163042.917500', '163043.377500', '163043.837500', '163044.297500', '163044.757500', '163045.217500', '163045.677500', '163046.137500', '163046.597500', '163047.057500', '163047.517500', '163047.977500', '163048.437500', '163048.897500', '163049.357500', '163049.817500', '163050.277500', '163050.737500', '163051.197500', '163051.657500', '163052.117500', '163052.577500', '163053.037500', '163053.497500', '163053.957500', '163054.417500', '163054.877500', '163055.337500', '163055.797500', '163056.257500', '163056.717500', '163057.177500', '163057.637500', '163058.097500', '163058.557500', '163059.017500', '163059.477500', '163059.937500', '163100.397500', '163100.857500', '163101.317500', '163101.777500', '163102.237500', '163102.697500', '163103.157500', '163103.617500', '163104.077500', '163104.537500', '163104.997500', '163105.457500', '163105.917500', '163106.377500', '163106.837500', '163107.297500', '163107.757500', '163108.217500', '163108.677500', '163109.137500', '163109.597500', '163110.057500', '163110.517500', '163110.977500', '163111.437500', '163111.897500', '163112.357500', '163112.817500', '163113.277500', '163113.737500', '163114.197500', '163114.657500', '163115.117500', '163115.577500', '163116.037500', '163116.497500', '163116.957500', '163117.417500', '163117.877500', '163118.337500', '163118.797500', '163119.257500', '163119.717500', '163120.177500', '163120.637500', '163121.097500', '163121.557500', '163122.017500', '163122.477500', '163122.937500', '163123.397500', '163123.857500', '163124.317500', '163124.777500', '163125.237500', '163125.697500', '163126.157500', '163126.617500', '163127.077500', '163127.537500', '163127.997500', '163128.457500', '163128.917500', '163129.377500', '163129.837500', '163130.297500', '163130.757500', '163131.217500', '163131.677500', '163132.137500', '163132.597500', '163133.057500', '163133.517500', '163133.977500', '163134.437500', '163134.897500', '163135.357500', '163135.817500', '163136.277500', '163136.737500', '163137.197500', '163137.657500', '163138.117500', '163138.577500', '163139.037500', '163139.497500', '163139.957500', '163140.417500', '163140.877500', '163141.337500', '163141.797500', '163142.257500', '163142.717500', '163143.177500', '163143.637500', '163144.097500', '163144.557500', '163145.017500', '163145.477500', '163145.937500', '163146.397500', '163146.857500', '163147.317500', '163147.777500', '163148.237500', '163148.697500', '163149.157500', '163149.617500', '163150.077500', '163150.537500', '163150.997500', '163151.457500', '163151.917500', '163152.377500', '163152.837500', '163153.297500', '163153.757500', '163154.217500', '163154.677500', '163155.137500', '163155.597500', '163156.057500', '163156.517500', '163156.977500', '163157.437500', '163157.897500', '163158.357500', '163158.817500', '163159.277500', '163159.737500', '163200.197500', '163200.657500', '163201.117500', '163201.577500', '163202.037500', '163202.497500', '163202.957500', '163203.417500', '163203.877500', '163204.337500', '163204.797500', '163205.257500', '163205.717500', '163206.177500', '163206.637500', '163207.097500', '163207.557500', '163208.017500', '163208.477500', '163208.937500', '163209.397500', '163209.857500', '163210.317500', '163210.777500', '163211.237500', '163211.697500', '163212.157500', '163212.617500', '163213.077500', '163213.537500', '163213.997500', '163214.457500', '163214.917500', '163215.377500', '163215.837500', '163216.297500', '163216.757500', '163217.217500', '163217.677500', '163218.137500', '163218.597500', '163219.057500', '163219.517500', '163219.977500', '163220.437500', '163220.897500', '163221.357500', '163221.817500', '163222.277500', '163222.737500', '163223.197500', '163223.657500', '163224.117500', '163224.577500', '163225.037500', '163225.497500', '163225.957500', '163226.417500', '163226.877500', '163227.337500', '163227.797500', '163228.257500', '163228.717500', '163229.177500', '163229.637500', '163230.097500', '163230.557500', '163231.017500', '163231.477500', '163231.937500', '163232.397500', '163232.857500', '163233.317500', '163233.777500', '163234.237500', '163234.697500', '163235.157500', '163235.617500', '163236.077500', '163236.537500', '163236.997500', '163237.457500', '163237.917500', '163238.377500', '163238.837500', '163239.297500', '163239.757500', '163240.217500', '163240.677500', '163241.137500', '163241.597500', '163242.057500', '163242.517500', '163242.977500', '163243.437500', '163243.897500', '163244.357500', '163244.817500', '163245.277500', '163245.737500', '163246.197500', '163246.657500', '163247.117500', '163247.577500', '163248.037500', '163248.497500', '163248.957500', '163249.417500', '163249.877500', '163250.337500', '163250.797500', '163251.257500', '163251.717500', '163252.177500', '163252.637500', '163253.097500', '163253.557500', '163254.017500', '163254.477500', '163254.937500', '163255.397500', '163255.857500', '163256.317500', '163256.777500', '163257.237500', '163257.697500', '163258.157500', '163258.617500', '163259.077500', '163259.537500', '163259.997500', '163300.457500', '163300.917500', '163301.377500', '163301.837500', '163302.297500', '163302.757500', '163303.217500', '163303.677500', '163304.137500', '163304.597500', '163305.057500', '163305.517500', '163305.977500', '163306.437500', '163306.897500', '163307.357500', '163307.817500', '163308.277500', '163308.737500', '163309.197500', '163309.657500', '163310.117500', '163310.577500', '163311.037500', '163311.497500', '163311.957500', '163312.417500', '163312.877500', '163313.337500', '163313.797500', '163314.257500', '163314.717500', '163315.177500', '163315.637500', '163316.097500', '163316.557500', '163317.017500', '163317.477500', '163317.937500', '163318.397500', '163318.857500', '163319.317500', '163319.777500', '163320.237500', '163320.697500', '163321.157500', '163321.617500', '163322.077500', '163322.537500', '163322.997500', '163323.457500', '163323.917500', '163324.377500', '163324.837500', '163325.297500', '163325.757500', '163326.217500', '163326.677500', '163327.137500', '163327.597500', '163328.057500', '163328.517500', '163328.977500', '163329.437500', '163329.897500', '163330.357500', '163330.817500', '163331.277500', '163331.737500', '163332.197500', '163332.657500', '163333.117500', '163333.577500', '163334.037500', '163334.497500', '163334.957500', '163335.417500', '163335.877500', '163336.337500', '163336.797500', '163337.257500', '163337.717500', '163338.177500', '163338.637500', '163339.097500', '163339.557500', '163340.017500', '163340.477500', '163340.937500', '163341.397500', '163341.857500', '163342.317500'], 'ContentTime': ['162702.631000', '162702.634000', '162702.637000', '162702.640000', '162702.642000', '162702.645000', '162702.648000', '162702.650000', '162702.653000', '162702.655000', '162702.658000', '162702.660000', '162702.663000', '162702.666000', '162702.668000', '162702.671000', '162702.673000', '162702.676000', '162702.678000', '162702.681000', '162702.683000', '162702.686000', '162702.688000', '162702.691000', '162702.694000', '162702.696000', '162702.699000', '162702.701000', '162702.704000', '162702.711000', '162702.713000', '162702.716000', '162702.718000', '162702.721000', '162702.724000', '162702.726000', '162702.729000', '162702.731000', '162702.734000', '162702.736000', '162702.739000', '162722.583000', '162722.586000', '162722.589000', '162722.592000', '162722.594000', '162722.597000', '162722.599000', '162722.602000', '162722.604000', '162722.607000', '162722.610000', '162722.612000', '162722.615000', '162722.617000', '162722.620000', '162722.622000', '162722.625000', '162722.628000', '162722.630000', '162722.633000', '162722.635000', '162722.638000', '162722.640000', '162722.643000', '162722.645000', '162722.648000', '162722.650000', '162722.653000', '162722.656000', '162722.658000', '162722.661000', '162722.663000', '162722.666000', '162722.668000', '162722.671000', '162722.673000', '162722.676000', '162722.679000', '162722.681000', '162722.684000', '162722.686000', '162722.689000', '162722.691000', '162742.583000', '162742.586000', '162742.589000', '162742.591000', '162742.594000', '162742.596000', '162742.599000', '162742.602000', '162742.604000', '162742.607000', '162742.609000', '162742.612000', '162742.615000', '162742.617000', '162742.620000', '162742.622000', '162742.625000', '162742.628000', '162742.630000', '162742.633000', '162742.635000', '162742.638000', '162742.640000', '162742.643000', '162742.645000', '162742.648000', '162742.650000', '162742.653000', '162742.656000', '162742.658000', '162742.661000', '162742.663000', '162742.666000', '162742.668000', '162742.671000', '162742.673000', '162742.676000', '162742.679000', '162742.681000', '162742.687000', '162742.689000', '162742.692000', '162742.695000', '162742.697000', '162802.584000', '162802.586000', '162802.589000', '162802.592000', '162802.594000', '162802.597000', '162802.599000', '162802.602000', '162802.605000', '162802.607000', '162802.610000', '162802.612000', '162802.615000', '162802.618000', '162802.620000', '162802.623000', '162802.625000', '162802.628000', '162802.630000', '162802.633000', '162802.636000', '162802.638000', '162802.641000', '162802.643000', '162802.646000', '162802.648000', '162802.651000', '162802.654000', '162802.656000', '162802.659000', '162802.661000', '162802.664000', '162802.667000', '162802.669000', '162802.672000', '162802.674000', '162802.677000', '162802.679000', '162802.682000', '162802.685000', '162802.687000', '162802.690000', '162802.692000', '162822.584000', '162822.587000', '162822.590000', '162822.592000', '162822.595000', '162822.597000', '162822.600000', '162822.603000', '162822.605000', '162822.608000', '162822.610000', '162822.613000', '162822.616000', '162822.618000', '162822.621000', '162822.623000', '162822.626000', '162822.629000', '162822.631000', '162822.634000', '162822.636000', '162822.639000', '162822.641000', '162822.644000', '162822.646000', '162822.649000', '162822.652000', '162822.654000', '162822.657000', '162822.659000', '162822.662000', '162822.665000', '162822.667000', '162822.670000', '162822.672000', '162822.675000', '162822.677000', '162822.680000', '162822.683000', '162822.685000', '162822.698000', '162822.701000', '162822.703000', '162822.706000', '162842.584000', '162842.587000', '162842.590000', '162842.592000', '162842.595000', '162842.598000', '162842.600000', '162842.603000', '162842.605000', '162842.608000', '162842.611000', '162842.613000', '162842.616000', '162842.618000', '162842.621000', '162842.624000', '162842.626000', '162842.629000', '162842.631000', '162842.634000', '162842.636000', '162842.639000', '162842.641000', '162842.644000', '162842.647000', '162842.650000', '162842.652000', '162842.655000', '162842.657000', '162842.660000', '162842.662000', '162842.665000', '162842.668000', '162842.670000', '162842.673000', '162842.682000', '162842.685000', '162842.687000', '162842.690000', '162842.693000', '162842.695000', '162842.698000', '162842.700000', '162902.583000', '162902.586000', '162902.589000', '162902.591000', '162902.594000', '162902.597000', '162902.599000', '162902.602000', '162902.604000', '162902.607000', '162902.610000', '162902.612000', '162902.615000', '162902.617000', '162902.620000', '162902.623000', '162902.625000', '162902.628000', '162902.630000', '162902.633000', '162902.635000', '162902.638000', '162902.641000', '162902.643000', '162902.646000', '162902.648000', '162902.651000', '162902.654000', '162902.656000', '162902.659000', '162902.661000', '162902.664000', '162902.666000', '162902.669000', '162902.672000', '162902.674000', '162902.677000', '162902.679000', '162902.682000', '162902.684000', '162902.687000', '162902.690000', '162902.692000', '162902.695000', '162922.583000', '162922.586000', '162922.589000', '162922.591000', '162922.594000', '162922.597000', '162922.599000', '162922.602000', '162922.604000', '162922.607000', '162922.610000', '162922.612000', '162922.615000', '162922.617000', '162922.620000', '162922.623000', '162922.625000', '162922.628000', '162922.630000', '162922.633000', '162922.635000', '162922.638000', '162922.640000', '162922.643000', '162922.646000', '162922.648000', '162922.651000', '162922.654000', '162922.656000', '162922.659000', '162922.661000', '162922.664000', '162922.667000', '162922.669000', '162922.672000', '162922.674000', '162922.677000', '162922.680000', '162922.682000', '162922.685000', '162922.687000', '162922.690000', '162922.692000', '162942.584000', '162942.586000', '162942.589000', '162942.592000', '162942.594000', '162942.597000', '162942.599000', '162942.602000', '162942.604000', '162942.607000', '162942.610000', '162942.612000', '162942.615000', '162942.617000', '162942.620000', '162942.622000', '162942.625000', '162942.628000', '162942.630000', '162942.633000', '162942.635000', '162942.638000', '162942.640000', '162942.643000', '162942.646000', '162942.649000', '162942.651000', '162942.654000', '162942.656000', '162942.659000', '162942.661000', '162942.664000', '162942.667000', '162942.669000', '162942.672000', '162942.674000', '162942.677000', '162942.680000', '162942.682000', '162942.685000', '162942.687000', '162942.690000', '162942.692000', '162942.695000', '163002.584000', '163002.587000', '163002.589000', '163002.592000', '163002.594000', '163002.597000', '163002.600000', '163002.602000', '163002.605000', '163002.608000', '163002.610000', '163002.613000', '163002.615000', '163002.618000', '163002.621000', '163002.623000', '163002.626000', '163002.628000', '163002.631000', '163002.633000', '163002.636000', '163002.639000', '163002.641000', '163002.644000', '163002.646000', '163002.649000', '163002.652000', '163002.654000', '163002.657000', '163002.659000', '163002.662000', '163002.665000', '163002.667000', '163002.670000', '163002.672000', '163002.675000', '163002.702000', '163002.704000', '163002.707000', '163002.710000', '163002.712000', '163002.715000', '163002.717000', '163022.583000', '163022.586000', '163022.589000', '163022.592000', '163022.594000', '163022.597000', '163022.600000', '163022.603000', '163022.606000', '163022.609000', '163022.611000', '163022.614000', '163022.617000', '163022.619000', '163022.622000', '163022.624000', '163022.627000', '163022.629000', '163022.632000', '163022.635000', '163022.637000', '163022.640000', '163022.642000', '163022.645000', '163022.647000', '163022.650000', '163022.653000', '163022.656000', '163022.658000', '163022.661000', '163022.663000', '163022.666000', '163022.669000', '163022.671000', '163022.674000', '163022.676000', '163022.679000', '163022.682000', '163022.684000', '163022.687000', '163022.689000', '163022.692000', '163022.694000', '163042.584000', '163042.587000', '163042.590000', '163042.592000', '163042.595000', '163042.598000', '163042.600000', '163042.603000', '163042.605000', '163042.608000', '163042.611000', '163042.613000', '163042.616000', '163042.618000', '163042.621000', '163042.623000', '163042.626000', '163042.629000', '163042.631000', '163042.634000', '163042.637000', '163042.639000', '163042.642000', '163042.644000', '163042.647000', '163042.650000', '163042.652000', '163042.655000', '163042.658000', '163042.660000', '163042.663000', '163042.665000', '163042.668000', '163042.671000', '163042.673000', '163042.676000', '163042.678000', '163042.681000', '163042.684000', '163042.686000', '163042.689000', '163042.691000', '163042.694000', '163042.696000', '163102.585000', '163102.587000', '163102.590000', '163102.593000', '163102.595000', '163102.598000', '163102.601000', '163102.603000', '163102.606000', '163102.608000', '163102.611000', '163102.614000', '163102.616000', '163102.619000', '163102.621000', '163102.624000', '163102.627000', '163102.629000', '163102.632000', '163102.635000', '163102.637000', '163102.640000', '163102.642000', '163102.645000', '163102.648000', '163102.650000', '163102.653000', '163102.655000', '163102.658000', '163102.661000', '163102.663000', '163102.666000', '163102.668000', '163102.671000', '163102.673000', '163102.676000', '163102.679000', '163102.681000', '163102.684000', '163102.686000', '163102.689000', '163102.691000', '163102.695000', '163122.584000', '163122.586000', '163122.589000', '163122.592000', '163122.594000', '163122.597000', '163122.600000', '163122.602000', '163122.605000', '163122.608000', '163122.610000', '163122.613000', '163122.615000', '163122.618000', '163122.620000', '163122.623000', '163122.626000', '163122.628000', '163122.631000', '163122.633000', '163122.636000', '163122.639000', '163122.641000', '163122.644000', '163122.646000', '163122.649000', '163122.652000', '163122.654000', '163122.657000', '163122.659000', '163122.662000', '163122.664000', '163122.667000', '163122.670000', '163122.672000', '163122.675000', '163122.677000', '163122.680000', '163122.682000', '163122.685000', '163122.688000', '163122.690000', '163122.693000', '163122.695000', '163142.583000', '163142.586000', '163142.589000', '163142.601000', '163142.604000', '163142.607000', '163142.609000', '163142.612000', '163142.614000', '163142.617000', '163142.620000', '163142.623000', '163142.625000', '163142.628000', '163142.630000', '163142.633000', '163142.635000', '163142.638000', '163142.643000', '163142.645000', '163142.648000', '163142.650000', '163142.653000', '163142.656000', '163142.658000', '163142.661000', '163142.663000', '163142.666000', '163142.668000', '163142.671000', '163142.674000', '163142.676000', '163142.679000', '163142.681000', '163142.684000', '163142.687000', '163142.689000', '163142.692000', '163142.695000', '163142.697000', '163142.700000', '163142.702000', '163142.705000', '163202.584000', '163202.586000', '163202.589000', '163202.592000', '163202.594000', '163202.597000', '163202.600000', '163202.602000', '163202.605000', '163202.607000', '163202.610000', '163202.613000', '163202.616000', '163202.618000', '163202.621000', '163202.623000', '163202.626000', '163202.629000', '163202.631000', '163202.634000', '163202.636000', '163202.639000', '163202.641000', '163202.644000', '163202.647000', '163202.649000', '163202.652000', '163202.655000', '163202.657000', '163202.660000', '163202.663000', '163202.665000', '163202.668000', '163202.670000', '163202.673000', '163202.676000', '163202.678000', '163202.681000', '163202.683000', '163202.686000', '163202.688000', '163202.691000', '163202.694000', '163202.696000', '163222.584000', '163222.586000', '163222.589000', '163222.592000', '163222.594000', '163222.597000', '163222.600000', '163222.602000', '163222.605000', '163222.607000', '163222.610000', '163222.612000', '163222.615000', '163222.617000', '163222.620000', '163222.623000', '163222.625000', '163222.628000', '163222.631000', '163222.633000', '163222.636000', '163222.639000', '163222.642000', '163222.645000', '163222.648000', '163222.651000', '163222.653000', '163222.656000', '163222.658000', '163222.661000', '163222.664000', '163222.666000', '163222.669000', '163222.671000', '163222.674000', '163222.677000', '163222.679000', '163222.682000', '163222.684000', '163222.687000', '163222.690000', '163222.692000', '163222.695000', '163242.584000', '163242.586000', '163242.589000', '163242.592000', '163242.594000', '163242.597000', '163242.599000', '163242.602000', '163242.605000', '163242.607000', '163242.610000', '163242.612000', '163242.615000', '163242.617000', '163242.620000', '163242.623000', '163242.625000', '163242.628000', '163242.630000', '163242.633000', '163242.635000', '163242.638000', '163242.640000', '163242.643000', '163242.646000', '163242.648000', '163242.651000', '163242.653000', '163242.656000', '163242.658000', '163242.661000', '163242.664000', '163242.666000', '163242.669000', '163242.671000', '163242.674000', '163242.676000', '163242.679000', '163242.682000', '163242.684000', '163242.687000', '163242.689000', '163242.692000', '163242.694000', '163302.585000', '163302.587000', '163302.590000', '163302.593000', '163302.595000', '163302.598000', '163302.600000', '163302.603000', '163302.606000', '163302.608000', '163302.611000', '163302.613000', '163302.616000', '163302.618000', '163302.628000', '163302.631000', '163302.633000', '163302.636000', '163302.639000', '163302.641000', '163302.644000', '163302.646000', '163302.649000', '163302.652000', '163302.655000', '163302.658000', '163302.661000', '163302.663000', '163302.666000', '163302.669000', '163302.671000', '163302.674000', '163302.676000', '163302.679000', '163302.682000', '163302.685000', '163302.688000', '163302.690000', '163302.693000', '163302.695000', '163302.698000', '163302.701000', '163302.703000', '163322.585000', '163322.587000', '163322.590000', '163322.593000', '163322.595000', '163322.598000', '163322.600000', '163322.603000', '163322.606000', '163322.608000', '163322.611000', '163322.613000', '163322.616000', '163322.618000', '163322.621000', '163322.624000', '163322.626000', '163322.629000', '163322.631000', '163322.634000', '163322.637000', '163322.639000', '163322.642000', '163322.644000', '163322.647000', '163322.650000', '163322.652000', '163322.655000', '163322.658000', '163322.660000', '163322.663000', '163322.666000', '163322.668000', '163322.671000', '163322.673000', '163322.676000', '163322.678000', '163322.681000', '163322.684000', '163322.686000', '163322.689000', '163322.691000', '163322.694000', '163322.696000', '163342.584000', '163342.586000', '163342.589000', '163342.592000', '163342.594000', '163342.597000', '163342.599000', '163342.602000', '163342.605000', '163342.607000', '163342.610000', '163342.612000', '163342.615000', '163342.618000', '163342.620000', '163342.623000', '163342.625000', '163342.628000', '163342.630000', '163342.633000', '163342.636000', '163342.638000', '163342.641000', '163342.643000', '163342.646000', '163342.649000', '163342.651000', '163342.654000', '163342.657000', '163342.659000', '163342.662000', '163342.664000', '163342.667000', '163342.670000', '163342.672000', '163342.675000', '163342.677000', '163342.680000', '163342.682000', '163342.685000', '163342.687000', '163342.690000', '163342.693000', '163344.013000', '163344.016000', '163344.018000', '163344.021000'], 'InstanceCreationTime': ['162702.631000', '162702.634000', '162702.637000', '162702.640000', '162702.642000', '162702.645000', '162702.648000', '162702.650000', '162702.653000', '162702.655000', '162702.658000', '162702.660000', '162702.663000', '162702.666000', '162702.668000', '162702.671000', '162702.673000', '162702.676000', '162702.678000', '162702.681000', '162702.683000', '162702.686000', '162702.688000', '162702.691000', '162702.694000', '162702.696000', '162702.699000', '162702.701000', '162702.704000', '162702.711000', '162702.713000', '162702.716000', '162702.718000', '162702.721000', '162702.724000', '162702.726000', '162702.729000', '162702.731000', '162702.734000', '162702.736000', '162702.739000', '162722.583000', '162722.586000', '162722.589000', '162722.592000', '162722.594000', '162722.597000', '162722.599000', '162722.602000', '162722.604000', '162722.607000', '162722.610000', '162722.612000', '162722.615000', '162722.617000', '162722.620000', '162722.622000', '162722.625000', '162722.628000', '162722.630000', '162722.633000', '162722.635000', '162722.638000', '162722.640000', '162722.643000', '162722.645000', '162722.648000', '162722.650000', '162722.653000', '162722.656000', '162722.658000', '162722.661000', '162722.663000', '162722.666000', '162722.668000', '162722.671000', '162722.673000', '162722.676000', '162722.679000', '162722.681000', '162722.684000', '162722.686000', '162722.689000', '162722.691000', '162742.583000', '162742.586000', '162742.589000', '162742.591000', '162742.594000', '162742.596000', '162742.599000', '162742.602000', '162742.604000', '162742.607000', '162742.609000', '162742.612000', '162742.615000', '162742.617000', '162742.620000', '162742.622000', '162742.625000', '162742.628000', '162742.630000', '162742.633000', '162742.635000', '162742.638000', '162742.640000', '162742.643000', '162742.645000', '162742.648000', '162742.650000', '162742.653000', '162742.656000', '162742.658000', '162742.661000', '162742.663000', '162742.666000', '162742.668000', '162742.671000', '162742.673000', '162742.676000', '162742.679000', '162742.681000', '162742.687000', '162742.689000', '162742.692000', '162742.695000', '162742.697000', '162802.584000', '162802.586000', '162802.589000', '162802.592000', '162802.594000', '162802.597000', '162802.599000', '162802.602000', '162802.605000', '162802.607000', '162802.610000', '162802.612000', '162802.615000', '162802.618000', '162802.620000', '162802.623000', '162802.625000', '162802.628000', '162802.630000', '162802.633000', '162802.636000', '162802.638000', '162802.641000', '162802.643000', '162802.646000', '162802.648000', '162802.651000', '162802.654000', '162802.656000', '162802.659000', '162802.661000', '162802.664000', '162802.667000', '162802.669000', '162802.672000', '162802.674000', '162802.677000', '162802.679000', '162802.682000', '162802.685000', '162802.687000', '162802.690000', '162802.692000', '162822.584000', '162822.587000', '162822.590000', '162822.592000', '162822.595000', '162822.597000', '162822.600000', '162822.603000', '162822.605000', '162822.608000', '162822.610000', '162822.613000', '162822.616000', '162822.618000', '162822.621000', '162822.623000', '162822.626000', '162822.629000', '162822.631000', '162822.634000', '162822.636000', '162822.639000', '162822.641000', '162822.644000', '162822.646000', '162822.649000', '162822.652000', '162822.654000', '162822.657000', '162822.659000', '162822.662000', '162822.665000', '162822.667000', '162822.670000', '162822.672000', '162822.675000', '162822.677000', '162822.680000', '162822.683000', '162822.685000', '162822.698000', '162822.701000', '162822.703000', '162822.706000', '162842.584000', '162842.587000', '162842.590000', '162842.592000', '162842.595000', '162842.598000', '162842.600000', '162842.603000', '162842.605000', '162842.608000', '162842.611000', '162842.613000', '162842.616000', '162842.618000', '162842.621000', '162842.624000', '162842.626000', '162842.629000', '162842.631000', '162842.634000', '162842.636000', '162842.639000', '162842.641000', '162842.644000', '162842.647000', '162842.650000', '162842.652000', '162842.655000', '162842.657000', '162842.660000', '162842.662000', '162842.665000', '162842.668000', '162842.670000', '162842.673000', '162842.682000', '162842.685000', '162842.687000', '162842.690000', '162842.693000', '162842.695000', '162842.698000', '162842.700000', '162902.583000', '162902.586000', '162902.589000', '162902.591000', '162902.594000', '162902.597000', '162902.599000', '162902.602000', '162902.604000', '162902.607000', '162902.610000', '162902.612000', '162902.615000', '162902.617000', '162902.620000', '162902.623000', '162902.625000', '162902.628000', '162902.630000', '162902.633000', '162902.635000', '162902.638000', '162902.641000', '162902.643000', '162902.646000', '162902.648000', '162902.651000', '162902.654000', '162902.656000', '162902.659000', '162902.661000', '162902.664000', '162902.666000', '162902.669000', '162902.672000', '162902.674000', '162902.677000', '162902.679000', '162902.682000', '162902.684000', '162902.687000', '162902.690000', '162902.692000', '162902.695000', '162922.583000', '162922.586000', '162922.589000', '162922.591000', '162922.594000', '162922.597000', '162922.599000', '162922.602000', '162922.604000', '162922.607000', '162922.610000', '162922.612000', '162922.615000', '162922.617000', '162922.620000', '162922.623000', '162922.625000', '162922.628000', '162922.630000', '162922.633000', '162922.635000', '162922.638000', '162922.640000', '162922.643000', '162922.646000', '162922.648000', '162922.651000', '162922.654000', '162922.656000', '162922.659000', '162922.661000', '162922.664000', '162922.667000', '162922.669000', '162922.672000', '162922.674000', '162922.677000', '162922.680000', '162922.682000', '162922.685000', '162922.687000', '162922.690000', '162922.692000', '162942.584000', '162942.586000', '162942.589000', '162942.592000', '162942.594000', '162942.597000', '162942.599000', '162942.602000', '162942.604000', '162942.607000', '162942.610000', '162942.612000', '162942.615000', '162942.617000', '162942.620000', '162942.622000', '162942.625000', '162942.628000', '162942.630000', '162942.633000', '162942.635000', '162942.638000', '162942.640000', '162942.643000', '162942.646000', '162942.649000', '162942.651000', '162942.654000', '162942.656000', '162942.659000', '162942.661000', '162942.664000', '162942.667000', '162942.669000', '162942.672000', '162942.674000', '162942.677000', '162942.680000', '162942.682000', '162942.685000', '162942.687000', '162942.690000', '162942.692000', '162942.695000', '163002.584000', '163002.587000', '163002.589000', '163002.592000', '163002.594000', '163002.597000', '163002.600000', '163002.602000', '163002.605000', '163002.608000', '163002.610000', '163002.613000', '163002.615000', '163002.618000', '163002.621000', '163002.623000', '163002.626000', '163002.628000', '163002.631000', '163002.633000', '163002.636000', '163002.639000', '163002.641000', '163002.644000', '163002.646000', '163002.649000', '163002.652000', '163002.654000', '163002.657000', '163002.659000', '163002.662000', '163002.665000', '163002.667000', '163002.670000', '163002.672000', '163002.675000', '163002.702000', '163002.704000', '163002.707000', '163002.710000', '163002.712000', '163002.715000', '163002.717000', '163022.583000', '163022.586000', '163022.589000', '163022.592000', '163022.594000', '163022.597000', '163022.600000', '163022.603000', '163022.606000', '163022.609000', '163022.611000', '163022.614000', '163022.617000', '163022.619000', '163022.622000', '163022.624000', '163022.627000', '163022.629000', '163022.632000', '163022.635000', '163022.637000', '163022.640000', '163022.642000', '163022.645000', '163022.647000', '163022.650000', '163022.653000', '163022.656000', '163022.658000', '163022.661000', '163022.663000', '163022.666000', '163022.669000', '163022.671000', '163022.674000', '163022.676000', '163022.679000', '163022.682000', '163022.684000', '163022.687000', '163022.689000', '163022.692000', '163022.694000', '163042.584000', '163042.587000', '163042.590000', '163042.592000', '163042.595000', '163042.598000', '163042.600000', '163042.603000', '163042.605000', '163042.608000', '163042.611000', '163042.613000', '163042.616000', '163042.618000', '163042.621000', '163042.623000', '163042.626000', '163042.629000', '163042.631000', '163042.634000', '163042.637000', '163042.639000', '163042.642000', '163042.644000', '163042.647000', '163042.650000', '163042.652000', '163042.655000', '163042.658000', '163042.660000', '163042.663000', '163042.665000', '163042.668000', '163042.671000', '163042.673000', '163042.676000', '163042.678000', '163042.681000', '163042.684000', '163042.686000', '163042.689000', '163042.691000', '163042.694000', '163042.696000', '163102.585000', '163102.587000', '163102.590000', '163102.593000', '163102.595000', '163102.598000', '163102.601000', '163102.603000', '163102.606000', '163102.608000', '163102.611000', '163102.614000', '163102.616000', '163102.619000', '163102.621000', '163102.624000', '163102.627000', '163102.629000', '163102.632000', '163102.635000', '163102.637000', '163102.640000', '163102.642000', '163102.645000', '163102.648000', '163102.650000', '163102.653000', '163102.655000', '163102.658000', '163102.661000', '163102.663000', '163102.666000', '163102.668000', '163102.671000', '163102.673000', '163102.676000', '163102.679000', '163102.681000', '163102.684000', '163102.686000', '163102.689000', '163102.691000', '163102.695000', '163122.584000', '163122.586000', '163122.589000', '163122.592000', '163122.594000', '163122.597000', '163122.600000', '163122.602000', '163122.605000', '163122.608000', '163122.610000', '163122.613000', '163122.615000', '163122.618000', '163122.620000', '163122.623000', '163122.626000', '163122.628000', '163122.631000', '163122.633000', '163122.636000', '163122.639000', '163122.641000', '163122.644000', '163122.646000', '163122.649000', '163122.652000', '163122.654000', '163122.657000', '163122.659000', '163122.662000', '163122.664000', '163122.667000', '163122.670000', '163122.672000', '163122.675000', '163122.677000', '163122.680000', '163122.682000', '163122.685000', '163122.688000', '163122.690000', '163122.693000', '163122.695000', '163142.583000', '163142.586000', '163142.589000', '163142.601000', '163142.604000', '163142.607000', '163142.609000', '163142.612000', '163142.614000', '163142.617000', '163142.620000', '163142.623000', '163142.625000', '163142.628000', '163142.630000', '163142.633000', '163142.635000', '163142.638000', '163142.643000', '163142.645000', '163142.648000', '163142.650000', '163142.653000', '163142.656000', '163142.658000', '163142.661000', '163142.663000', '163142.666000', '163142.668000', '163142.671000', '163142.674000', '163142.676000', '163142.679000', '163142.681000', '163142.684000', '163142.687000', '163142.689000', '163142.692000', '163142.695000', '163142.697000', '163142.700000', '163142.702000', '163142.705000', '163202.584000', '163202.586000', '163202.589000', '163202.592000', '163202.594000', '163202.597000', '163202.600000', '163202.602000', '163202.605000', '163202.607000', '163202.610000', '163202.613000', '163202.616000', '163202.618000', '163202.621000', '163202.623000', '163202.626000', '163202.629000', '163202.631000', '163202.634000', '163202.636000', '163202.639000', '163202.641000', '163202.644000', '163202.647000', '163202.649000', '163202.652000', '163202.655000', '163202.657000', '163202.660000', '163202.663000', '163202.665000', '163202.668000', '163202.670000', '163202.673000', '163202.676000', '163202.678000', '163202.681000', '163202.683000', '163202.686000', '163202.688000', '163202.691000', '163202.694000', '163202.696000', '163222.584000', '163222.586000', '163222.589000', '163222.592000', '163222.594000', '163222.597000', '163222.600000', '163222.602000', '163222.605000', '163222.607000', '163222.610000', '163222.612000', '163222.615000', '163222.617000', '163222.620000', '163222.623000', '163222.625000', '163222.628000', '163222.631000', '163222.633000', '163222.636000', '163222.639000', '163222.642000', '163222.645000', '163222.648000', '163222.651000', '163222.653000', '163222.656000', '163222.658000', '163222.661000', '163222.664000', '163222.666000', '163222.669000', '163222.671000', '163222.674000', '163222.677000', '163222.679000', '163222.682000', '163222.684000', '163222.687000', '163222.690000', '163222.692000', '163222.695000', '163242.584000', '163242.586000', '163242.589000', '163242.592000', '163242.594000', '163242.597000', '163242.599000', '163242.602000', '163242.605000', '163242.607000', '163242.610000', '163242.612000', '163242.615000', '163242.617000', '163242.620000', '163242.623000', '163242.625000', '163242.628000', '163242.630000', '163242.633000', '163242.635000', '163242.638000', '163242.640000', '163242.643000', '163242.646000', '163242.648000', '163242.651000', '163242.653000', '163242.656000', '163242.658000', '163242.661000', '163242.664000', '163242.666000', '163242.669000', '163242.671000', '163242.674000', '163242.676000', '163242.679000', '163242.682000', '163242.684000', '163242.687000', '163242.689000', '163242.692000', '163242.694000', '163302.585000', '163302.587000', '163302.590000', '163302.593000', '163302.595000', '163302.598000', '163302.600000', '163302.603000', '163302.606000', '163302.608000', '163302.611000', '163302.613000', '163302.616000', '163302.618000', '163302.628000', '163302.631000', '163302.633000', '163302.636000', '163302.639000', '163302.641000', '163302.644000', '163302.646000', '163302.649000', '163302.652000', '163302.655000', '163302.658000', '163302.661000', '163302.663000', '163302.666000', '163302.669000', '163302.671000', '163302.674000', '163302.676000', '163302.679000', '163302.682000', '163302.685000', '163302.688000', '163302.690000', '163302.693000', '163302.695000', '163302.698000', '163302.701000', '163302.703000', '163322.585000', '163322.587000', '163322.590000', '163322.593000', '163322.595000', '163322.598000', '163322.600000', '163322.603000', '163322.606000', '163322.608000', '163322.611000', '163322.613000', '163322.616000', '163322.618000', '163322.621000', '163322.624000', '163322.626000', '163322.629000', '163322.631000', '163322.634000', '163322.637000', '163322.639000', '163322.642000', '163322.644000', '163322.647000', '163322.650000', '163322.652000', '163322.655000', '163322.658000', '163322.660000', '163322.663000', '163322.666000', '163322.668000', '163322.671000', '163322.673000', '163322.676000', '163322.678000', '163322.681000', '163322.684000', '163322.686000', '163322.689000', '163322.691000', '163322.694000', '163322.696000', '163342.584000', '163342.586000', '163342.589000', '163342.592000', '163342.594000', '163342.597000', '163342.599000', '163342.602000', '163342.605000', '163342.607000', '163342.610000', '163342.612000', '163342.615000', '163342.618000', '163342.620000', '163342.623000', '163342.625000', '163342.628000', '163342.630000', '163342.633000', '163342.636000', '163342.638000', '163342.641000', '163342.643000', '163342.646000', '163342.649000', '163342.651000', '163342.654000', '163342.657000', '163342.659000', '163342.662000', '163342.664000', '163342.667000', '163342.670000', '163342.672000', '163342.675000', '163342.677000', '163342.680000', '163342.682000', '163342.685000', '163342.687000', '163342.690000', '163342.693000', '163344.013000', '163344.016000', '163344.018000', '163344.021000'], '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': [8722, 10225, 9057, 10073, 7970, 7679, 8752, 8172, 8743, 8497, 9040, 8663, 8673, 7799, 7885, 7996, 8321, 8253, 8144, 8835, 7690, 7224, 7048, 7881, 8036, 7870, 8916, 8146, 7858, 7240, 7665, 7488, 7911, 9009, 8128, 9039, 7428, 7531, 7527, 8230, 8444, 7884, 9268, 8176, 7872, 7632, 7904, 7846, 8070, 8616, 7938, 8809, 7393, 7950, 7776, 8190, 8821, 7903, 8829, 8793, 8044, 7442, 7920, 7895, 7408, 8475, 8171, 8675, 7443, 7658, 7460, 7913, 8841, 7569, 9275, 8056, 7849, 7404, 7596, 8610, 7575, 8455, 8406, 8309, 7347, 7557, 7830, 7822, 8612, 7828, 8932, 7810, 7652, 7793, 7658, 7952, 7961, 8400, 8084, 11042, 8122, 7427, 7589, 7938, 8036, 8330, 8482, 8134, 9112, 7641, 8710, 8254, 8792, 8545, 8961, 7997, 7769, 8359, 8168, 8057, 8121, 8820, 7795, 9061, 8401, 8503, 7990, 7995, 7602, 8041, 8055, 8144, 8314, 8131, 8775, 8295, 8188, 7994, 7756, 7765, 8171, 7480, 7966, 8405, 8058, 8657, 8045, 8706, 7855, 8503, 7932, 8719, 8167, 8795, 8296, 8203, 7391, 7720, 7231, 7867, 8201, 7979, 8559, 8109, 8656, 8305, 10494, 8390, 9244, 7953, 8044, 7519, 8374, 7910, 8072, 8883, 8026, 8509, 8356, 8522, 7389, 7935, 7939, 7935, 8373, 7996, 8568, 8049, 9143, 7962, 8423, 7904, 7516, 7528, 8353, 8188, 8156, 8532, 8629, 8086, 7678, 8048, 7473, 8199, 8040, 7873, 8931, 8197, 8948, 8406, 9893, 7833, 7548, 7878, 8326, 8479, 7848, 8729, 8401, 8643, 8358, 8165, 8038, 8573, 7815, 8213, 8269, 8287, 8755, 8093, 8957, 8467, 9036, 8410, 8621, 7638, 7898, 7893, 8296, 7821, 8566, 8400, 8393, 8763, 8229, 8727, 8305, 8374, 7681, 7762, 7528, 8092, 7607, 8384, 8492, 8185, 8836, 8124, 8395, 8628, 10441, 8698, 9726, 8068, 8750, 7641, 8207, 7618, 8055, 8451, 7762, 9030, 8214, 8894, 8597, 8650, 7869, 7470, 8015, 8512, 8084, 8184, 8802, 7887, 8686, 7906, 8538, 8427, 8957, 8683, 8743, 7623, 7238, 8016, 8099, 7968, 7970, 8887, 8037, 9062, 8363, 8145, 7406, 7573, 7592, 7919, 8460, 7815, 8713, 8309, 9061, 8369, 9080, 8407, 8261, 7811, 7827, 7463, 8552, 8081, 7726, 8752, 8024, 9281, 8570, 8087, 7791, 7432, 7760, 7935, 8443, 8020, 8483, 8029, 7550, 7723, 7862, 8273, 8136, 9045, 8227, 9360, 8379, 9121, 8214, 9247, 7822, 7579, 8163, 8176, 8877, 8169, 9081, 8175, 7400, 8020, 7645, 8444, 8103, 8279, 7918, 9034, 8190, 8566, 8075, 7970, 8342, 7857, 7313, 8118, 8194, 8075, 8762, 8032, 8839, 8287, 9004, 7867, 9048, 8005, 8097, 7914, 7618, 7560, 7895, 9111, 7600, 8633, 8294, 8375, 8708, 9668, 7813, 7545, 8334, 7973, 8963, 7962, 8977, 7906, 9536, 7946, 8546, 8449, 8298, 7382, 7865, 7685, 7593, 8811, 7878, 8626, 7815, 8239, 8179, 8327, 8256, 8776, 8543, 8872, 8339, 9034, 7572, 7267, 7397, 8154, 8190, 8270, 8803, 7785, 8828, 7715, 8881, 8184, 8559, 8211, 8963, 7865, 7197, 8087, 7982, 8613, 8133, 8696, 7943, 8288, 8022, 7990, 8471, 8553, 7852, 7655, 8067, 8315, 8445, 8255, 8867, 8476, 11229, 8483, 10069, 8709, 9066, 7916, 7990, 8793, 7909, 8827, 8363, 8421, 7898, 7810, 8613, 7684, 8187, 7699, 7611, 7709, 8577, 9720, 9032, 7905, 7342, 8323, 8176, 8536, 9156, 7766, 7995, 7745, 7820, 8852, 7404, 7883, 8945, 7758, 9219, 7956, 10045, 8590, 11700, 8435, 7819, 8603, 7819, 8908, 8053, 8067, 7867, 7340, 8101, 7762, 8369, 7733, 8621, 7812, 9792, 7694, 9963, 8074, 8247, 8232, 7853, 7932, 7724, 8555, 7422, 8733, 7593, 9082, 8123, 9473, 8342, 8179, 8213, 7405, 8248, 7842, 8099, 7730, 8532, 7823, 8363, 8031, 8598, 7991, 8235, 7579, 8904, 7597, 9038, 7816, 8217, 8081, 7849, 7823, 7638, 8796, 8033, 9211, 7784, 11438, 8376, 9840, 8100, 7744, 8282, 7745, 8078, 7653, 8536, 7757, 7299, 7885, 7220, 7539, 7820, 7433, 7685, 8298, 7699, 8447, 7387, 8727, 7662, 8675, 7668, 8611, 8120, 7123, 8228, 8020, 8181, 7614, 9159, 7821, 8053, 8403, 8342, 7934, 8378, 8238, 7729, 9010, 7493, 9059, 7989, 10952, 8645, 9411, 8344, 7498, 8278, 7920, 8809, 7792, 7725, 8351, 7226, 8316, 7582, 8418, 7892, 8728, 8031, 8855, 8020, 9060, 7679, 9095, 7376, 6998, 8340, 7471, 8188, 7864, 8735, 7825, 8417, 7826, 7165, 8103, 7320, 8492, 7956, 10409, 8549, 8859, 7665, 8630, 7776, 9181, 7769, 9210, 8581, 7486, 8394, 7647, 8405, 7902, 8397, 7824, 9139, 7746, 7900, 8390, 7929, 8098, 7639, 8864, 8075, 8444, 8577, 7560, 8237, 7545, 9074, 7490, 8500, 8699, 8260, 7907, 7594, 8694, 7977, 8590, 7535, 8446, 7546, 7832, 8178, 7012, 8487, 7997, 8873, 7319, 8645, 8377, 8892, 8396, 7600, 8585, 7587, 8637, 7850, 8797, 7769, 8900, 7769, 8925, 7793, 8011, 8616, 6924, 8368, 7327, 8614, 7734, 8677, 7366, 9120, 7448, 7759, 8585, 7100, 8488, 7411, 8467, 8012, 8746, 7482, 8430, 7816, 8030, 8892, 7915, 8590, 7791, 8842, 7650, 8146, 8755, 7319, 8384, 7651, 8869, 7895, 8906, 7800, 10081, 8829, 8207, 8314, 6737, 8423, 7133, 8615, 8188, 9107, 8090, 6794, 8277, 7123, 8411, 8200, 8637, 7585, 8453, 8455, 8314, 8633, 8980, 7489, 9864, 8086, 10413, 8764, 9409, 8639, 8140, 8136, 7115, 8568, 6712, 8776, 7184, 8530, 7529, 8558, 8141, 8722, 7562, 7867, 8475, 7740, 8474, 7174, 8436, 7926, 8571, 8151, 8879, 7845, 9060, 8195, 10516, 8640, 8919, 8878, 8624, 8028, 8612, 7926, 8808, 8734, 6677, 8278, 7035, 8172, 7314, 8658, 7896, 8941, 7074, 8547, 7224, 8667, 7509, 8657, 7862, 8691, 7633, 7806, 8640, 8286, 8900, 9636, 8387, 7216, 8926, 8262, 9135, 8360, 10838, 8123, 9037, 7973, 8507, 7655, 8813, 7919, 9156, 8670, 6660, 8845, 7458, 8326, 8287, 8407, 7908, 8549, 7586, 8776, 7733, 8663, 8104, 8841, 7988, 8563, 7813, 8230, 7933, 8089, 8148, 7889, 7887, 7750, 8662, 7376, 8529, 7806, 9002, 8738, 9630, 7878, 9038, 7660, 8827, 7726, 8424, 7735, 9022, 7616, 8357, 7791, 7971, 8138, 8181, 7851, 8997, 8088, 9388, 8111, 8573, 8007, 11037, 8391, 10141, 8199, 6788, 8130, 7181, 8403, 7583], 'WindowCenter': [3857.0, 3863.0, 3841.0, 3850.0, 3826.0, 3816.0, 3824.0, 3825.0, 3825.0, 3826.0, 3825.0, 3826.0, 3824.0, 3814.0, 3813.0, 3813.0, 3826.0, 3826.0, 3826.0, 3837.0, 3827.0, 3816.0, 3816.0, 3827.0, 3827.0, 3828.0, 3840.0, 3840.0, 3827.0, 3828.0, 3829.0, 3829.0, 3839.0, 3840.0, 3830.0, 3838.0, 3828.0, 3828.0, 3828.0, 3839.0, 3839.0, 3828.0, 3838.0, 3828.0, 3827.0, 3828.0, 3828.0, 3828.0, 3828.0, 3837.0, 3828.0, 3838.0, 3827.0, 3827.0, 3827.0, 3827.0, 3837.0, 3827.0, 3836.0, 3838.0, 3828.0, 3816.0, 3826.0, 3826.0, 3816.0, 3826.0, 3827.0, 3838.0, 3828.0, 3826.0, 3826.0, 3827.0, 3837.0, 3826.0, 3838.0, 3827.0, 3827.0, 3817.0, 3826.0, 3835.0, 3826.0, 3838.0, 3839.0, 3837.0, 3827.0, 3827.0, 3826.0, 3828.0, 3838.0, 3827.0, 3837.0, 3829.0, 3826.0, 3826.0, 3826.0, 3825.0, 3826.0, 3824.0, 3827.0, 3846.0, 3825.0, 3815.0, 3826.0, 3825.0, 3827.0, 3826.0, 3837.0, 3826.0, 3825.0, 3815.0, 3826.0, 3827.0, 3826.0, 3837.0, 3836.0, 3825.0, 3813.0, 3825.0, 3826.0, 3825.0, 3824.0, 3836.0, 3826.0, 3835.0, 3826.0, 3838.0, 3826.0, 3825.0, 3825.0, 3825.0, 3824.0, 3826.0, 3826.0, 3825.0, 3826.0, 3825.0, 3824.0, 3826.0, 3815.0, 3826.0, 3826.0, 3815.0, 3825.0, 3825.0, 3825.0, 3824.0, 3826.0, 3834.0, 3825.0, 3825.0, 3825.0, 3825.0, 3825.0, 3825.0, 3824.0, 3826.0, 3827.0, 3824.0, 3815.0, 3827.0, 3836.0, 3827.0, 3837.0, 3828.0, 3835.0, 3837.0, 3849.0, 3826.0, 3836.0, 3827.0, 3826.0, 3826.0, 3826.0, 3825.0, 3825.0, 3837.0, 3825.0, 3837.0, 3839.0, 3835.0, 3828.0, 3825.0, 3824.0, 3825.0, 3826.0, 3825.0, 3835.0, 3827.0, 3837.0, 3825.0, 3825.0, 3826.0, 3814.0, 3827.0, 3836.0, 3839.0, 3838.0, 3837.0, 3837.0, 3827.0, 3828.0, 3827.0, 3828.0, 3825.0, 3825.0, 3826.0, 3836.0, 3827.0, 3834.0, 3825.0, 3835.0, 3813.0, 3813.0, 3825.0, 3826.0, 3837.0, 3826.0, 3836.0, 3826.0, 3825.0, 3825.0, 3825.0, 3826.0, 3825.0, 3815.0, 3823.0, 3823.0, 3823.0, 3822.0, 3812.0, 3823.0, 3826.0, 3824.0, 3826.0, 3824.0, 3813.0, 3823.0, 3825.0, 3825.0, 3825.0, 3825.0, 3824.0, 3824.0, 3825.0, 3825.0, 3824.0, 3838.0, 3825.0, 3813.0, 3814.0, 3814.0, 3826.0, 3825.0, 3825.0, 3826.0, 3824.0, 3825.0, 3826.0, 3826.0, 3837.0, 3846.0, 3825.0, 3834.0, 3824.0, 3825.0, 3826.0, 3825.0, 3815.0, 3825.0, 3825.0, 3824.0, 3836.0, 3826.0, 3836.0, 3838.0, 3825.0, 3825.0, 3813.0, 3824.0, 3836.0, 3825.0, 3824.0, 3835.0, 3823.0, 3824.0, 3824.0, 3824.0, 3824.0, 3824.0, 3826.0, 3823.0, 3812.0, 3813.0, 3824.0, 3824.0, 3824.0, 3826.0, 3836.0, 3826.0, 3835.0, 3827.0, 3826.0, 3825.0, 3826.0, 3826.0, 3824.0, 3825.0, 3814.0, 3835.0, 3826.0, 3825.0, 3825.0, 3825.0, 3825.0, 3825.0, 3826.0, 3814.0, 3814.0, 3825.0, 3824.0, 3825.0, 3825.0, 3826.0, 3836.0, 3837.0, 3827.0, 3826.0, 3815.0, 3826.0, 3827.0, 3826.0, 3828.0, 3837.0, 3826.0, 3825.0, 3813.0, 3827.0, 3837.0, 3827.0, 3836.0, 3827.0, 3837.0, 3826.0, 3836.0, 3826.0, 3835.0, 3825.0, 3812.0, 3822.0, 3824.0, 3825.0, 3825.0, 3823.0, 3824.0, 3813.0, 3825.0, 3814.0, 3824.0, 3825.0, 3824.0, 3824.0, 3824.0, 3824.0, 3824.0, 3824.0, 3812.0, 3826.0, 3825.0, 3815.0, 3825.0, 3825.0, 3825.0, 3824.0, 3824.0, 3824.0, 3825.0, 3825.0, 3825.0, 3823.0, 3825.0, 3813.0, 3824.0, 3824.0, 3815.0, 3825.0, 3836.0, 3826.0, 3825.0, 3826.0, 3827.0, 3838.0, 3837.0, 3826.0, 3826.0, 3825.0, 3827.0, 3836.0, 3826.0, 3836.0, 3825.0, 3835.0, 3825.0, 3824.0, 3826.0, 3824.0, 3813.0, 3813.0, 3813.0, 3813.0, 3824.0, 3825.0, 3826.0, 3826.0, 3826.0, 3825.0, 3825.0, 3826.0, 3826.0, 3838.0, 3836.0, 3828.0, 3836.0, 3826.0, 3815.0, 3814.0, 3827.0, 3837.0, 3838.0, 3839.0, 3826.0, 3836.0, 3826.0, 3836.0, 3828.0, 3826.0, 3826.0, 3826.0, 3825.0, 3815.0, 3825.0, 3827.0, 3826.0, 3825.0, 3826.0, 3826.0, 3824.0, 3826.0, 3826.0, 3827.0, 3827.0, 3827.0, 3814.0, 3828.0, 3840.0, 3825.0, 3824.0, 3837.0, 3841.0, 3846.0, 3825.0, 3834.0, 3824.0, 3825.0, 3825.0, 3814.0, 3826.0, 3826.0, 3824.0, 3825.0, 3826.0, 3827.0, 3814.0, 3824.0, 3815.0, 3826.0, 3816.0, 3827.0, 3829.0, 3841.0, 3837.0, 3824.0, 3815.0, 3816.0, 3825.0, 3828.0, 3838.0, 3838.0, 3828.0, 3817.0, 3814.0, 3816.0, 3837.0, 3817.0, 3828.0, 3838.0, 3827.0, 3837.0, 3827.0, 3837.0, 3827.0, 3845.0, 3825.0, 3814.0, 3824.0, 3815.0, 3826.0, 3827.0, 3827.0, 3828.0, 3818.0, 3827.0, 3816.0, 3826.0, 3828.0, 3828.0, 3817.0, 3839.0, 3816.0, 3837.0, 3826.0, 3825.0, 3827.0, 3826.0, 3828.0, 3816.0, 3827.0, 3814.0, 3825.0, 3816.0, 3826.0, 3827.0, 3837.0, 3826.0, 3825.0, 3825.0, 3815.0, 3826.0, 3814.0, 3827.0, 3816.0, 3825.0, 3814.0, 3814.0, 3814.0, 3825.0, 3815.0, 3826.0, 3815.0, 3825.0, 3815.0, 3825.0, 3817.0, 3826.0, 3827.0, 3827.0, 3815.0, 3816.0, 3825.0, 3827.0, 3837.0, 3816.0, 3847.0, 3827.0, 3835.0, 3815.0, 3814.0, 3824.0, 3816.0, 3827.0, 3815.0, 3825.0, 3817.0, 3814.0, 3826.0, 3816.0, 3828.0, 3816.0, 3817.0, 3816.0, 3827.0, 3827.0, 3826.0, 3817.0, 3838.0, 3829.0, 3839.0, 3829.0, 3838.0, 3827.0, 3816.0, 3840.0, 3827.0, 3839.0, 3827.0, 3837.0, 3827.0, 3827.0, 3827.0, 3827.0, 3827.0, 3827.0, 3827.0, 3816.0, 3825.0, 3815.0, 3825.0, 3826.0, 3847.0, 3826.0, 3825.0, 3825.0, 3815.0, 3826.0, 3826.0, 3837.0, 3816.0, 3815.0, 3826.0, 3815.0, 3827.0, 3817.0, 3827.0, 3815.0, 3824.0, 3814.0, 3825.0, 3826.0, 3825.0, 3816.0, 3824.0, 3815.0, 3804.0, 3822.0, 3814.0, 3825.0, 3825.0, 3826.0, 3817.0, 3826.0, 3826.0, 3817.0, 3826.0, 3816.0, 3838.0, 3826.0, 3848.0, 3825.0, 3825.0, 3815.0, 3824.0, 3815.0, 3835.0, 3815.0, 3836.0, 3825.0, 3816.0, 3825.0, 3814.0, 3825.0, 3814.0, 3826.0, 3815.0, 3847.0, 3828.0, 3815.0, 3840.0, 3826.0, 3827.0, 3816.0, 3825.0, 3816.0, 3826.0, 3838.0, 3827.0, 3827.0, 3815.0, 3826.0, 3815.0, 3824.0, 3826.0, 3824.0, 3815.0, 3813.0, 3822.0, 3813.0, 3823.0, 3815.0, 3825.0, 3828.0, 3816.0, 3824.0, 3804.0, 3824.0, 3814.0, 3824.0, 3815.0, 3825.0, 3826.0, 3826.0, 3825.0, 3814.0, 3825.0, 3813.0, 3826.0, 3814.0, 3815.0, 3814.0, 3812.0, 3814.0, 3824.0, 3814.0, 3813.0, 3824.0, 3802.0, 3811.0, 3801.0, 3812.0, 3814.0, 3825.0, 3814.0, 3824.0, 3803.0, 3801.0, 3824.0, 3803.0, 3824.0, 3803.0, 3825.0, 3814.0, 3813.0, 3815.0, 3814.0, 3815.0, 3815.0, 3826.0, 3813.0, 3825.0, 3813.0, 3823.0, 3816.0, 3816.0, 3826.0, 3817.0, 3825.0, 3814.0, 3822.0, 3816.0, 3825.0, 3815.0, 3837.0, 3838.0, 3827.0, 3827.0, 3803.0, 3826.0, 3804.0, 3825.0, 3824.0, 3825.0, 3814.0, 3803.0, 3814.0, 3803.0, 3825.0, 3827.0, 3825.0, 3817.0, 3826.0, 3828.0, 3825.0, 3827.0, 3826.0, 3814.0, 3834.0, 3815.0, 3833.0, 3814.0, 3824.0, 3825.0, 3814.0, 3814.0, 3802.0, 3824.0, 3803.0, 3824.0, 3803.0, 3823.0, 3813.0, 3825.0, 3812.0, 3811.0, 3814.0, 3812.0, 3812.0, 3813.0, 3815.0, 3803.0, 3814.0, 3813.0, 3813.0, 3814.0, 3826.0, 3814.0, 3825.0, 3813.0, 3833.0, 3824.0, 3812.0, 3824.0, 3812.0, 3811.0, 3811.0, 3813.0, 3822.0, 3812.0, 3791.0, 3811.0, 3803.0, 3824.0, 3813.0, 3826.0, 3812.0, 3824.0, 3803.0, 3812.0, 3803.0, 3823.0, 3802.0, 3823.0, 3813.0, 3823.0, 3815.0, 3815.0, 3827.0, 3826.0, 3837.0, 3837.0, 3815.0, 3814.0, 3822.0, 3826.0, 3826.0, 3814.0, 3835.0, 3814.0, 3811.0, 3812.0, 3812.0, 3814.0, 3823.0, 3814.0, 3837.0, 3827.0, 3803.0, 3838.0, 3816.0, 3827.0, 3827.0, 3825.0, 3814.0, 3813.0, 3814.0, 3813.0, 3813.0, 3821.0, 3814.0, 3824.0, 3813.0, 3822.0, 3812.0, 3814.0, 3813.0, 3823.0, 3825.0, 3824.0, 3826.0, 3815.0, 3826.0, 3814.0, 3825.0, 3828.0, 3825.0, 3823.0, 3835.0, 3813.0, 3822.0, 3812.0, 3823.0, 3813.0, 3813.0, 3812.0, 3825.0, 3812.0, 3824.0, 3813.0, 3814.0, 3825.0, 3825.0, 3827.0, 3826.0, 3825.0, 3835.0, 3825.0, 3825.0, 3827.0, 3846.0, 3825.0, 3835.0, 3824.0, 3803.0, 3814.0, 3803.0, 3825.0, 3813.0], 'WindowWidth': [8663.0, 8665.0, 8630.0, 8639.0, 8602.0, 8585.0, 8594.0, 8598.0, 8599.0, 8601.0, 8597.0, 8600.0, 8593.0, 8581.0, 8578.0, 8578.0, 8599.0, 8599.0, 8601.0, 8615.0, 8606.0, 8589.0, 8587.0, 8604.0, 8605.0, 8607.0, 8625.0, 8626.0, 8605.0, 8608.0, 8609.0, 8610.0, 8624.0, 8626.0, 8611.0, 8619.0, 8606.0, 8605.0, 8606.0, 8623.0, 8623.0, 8607.0, 8618.0, 8605.0, 8602.0, 8606.0, 8607.0, 8607.0, 8606.0, 8618.0, 8605.0, 8622.0, 8606.0, 8604.0, 8605.0, 8604.0, 8616.0, 8602.0, 8614.0, 8621.0, 8606.0, 8590.0, 8600.0, 8601.0, 8587.0, 8600.0, 8604.0, 8621.0, 8607.0, 8601.0, 8603.0, 8603.0, 8616.0, 8602.0, 8619.0, 8605.0, 8605.0, 8593.0, 8601.0, 8613.0, 8602.0, 8621.0, 8624.0, 8618.0, 8606.0, 8604.0, 8603.0, 8606.0, 8620.0, 8605.0, 8618.0, 8609.0, 8601.0, 8601.0, 8600.0, 8599.0, 8602.0, 8598.0, 8604.0, 8629.0, 8600.0, 8586.0, 8600.0, 8600.0, 8605.0, 8601.0, 8619.0, 8600.0, 8598.0, 8585.0, 8601.0, 8605.0, 8602.0, 8619.0, 8613.0, 8597.0, 8579.0, 8597.0, 8600.0, 8599.0, 8596.0, 8614.0, 8601.0, 8610.0, 8602.0, 8619.0, 8603.0, 8599.0, 8599.0, 8597.0, 8595.0, 8602.0, 8601.0, 8600.0, 8601.0, 8599.0, 8594.0, 8600.0, 8584.0, 8600.0, 8600.0, 8586.0, 8598.0, 8597.0, 8597.0, 8594.0, 8600.0, 8612.0, 8600.0, 8598.0, 8598.0, 8596.0, 8598.0, 8597.0, 8599.0, 8601.0, 8604.0, 8597.0, 8588.0, 8604.0, 8615.0, 8604.0, 8617.0, 8608.0, 8613.0, 8619.0, 8636.0, 8602.0, 8615.0, 8602.0, 8602.0, 8602.0, 8602.0, 8601.0, 8600.0, 8616.0, 8599.0, 8618.0, 8623.0, 8615.0, 8607.0, 8599.0, 8597.0, 8599.0, 8601.0, 8601.0, 8615.0, 8603.0, 8618.0, 8600.0, 8598.0, 8601.0, 8583.0, 8607.0, 8616.0, 8625.0, 8621.0, 8617.0, 8619.0, 8606.0, 8609.0, 8604.0, 8609.0, 8600.0, 8600.0, 8600.0, 8615.0, 8604.0, 8611.0, 8600.0, 8611.0, 8581.0, 8579.0, 8597.0, 8601.0, 8617.0, 8603.0, 8616.0, 8603.0, 8598.0, 8598.0, 8597.0, 8602.0, 8600.0, 8586.0, 8594.0, 8593.0, 8594.0, 8591.0, 8578.0, 8594.0, 8601.0, 8596.0, 8600.0, 8594.0, 8581.0, 8593.0, 8599.0, 8600.0, 8600.0, 8598.0, 8595.0, 8596.0, 8599.0, 8600.0, 8596.0, 8621.0, 8598.0, 8581.0, 8582.0, 8583.0, 8602.0, 8600.0, 8600.0, 8602.0, 8597.0, 8597.0, 8601.0, 8602.0, 8618.0, 8629.0, 8600.0, 8608.0, 8595.0, 8599.0, 8602.0, 8598.0, 8585.0, 8597.0, 8597.0, 8595.0, 8612.0, 8602.0, 8614.0, 8622.0, 8598.0, 8598.0, 8579.0, 8594.0, 8613.0, 8598.0, 8597.0, 8612.0, 8594.0, 8595.0, 8596.0, 8596.0, 8597.0, 8595.0, 8601.0, 8594.0, 8579.0, 8579.0, 8594.0, 8597.0, 8596.0, 8600.0, 8616.0, 8601.0, 8611.0, 8603.0, 8602.0, 8601.0, 8601.0, 8601.0, 8598.0, 8598.0, 8582.0, 8614.0, 8602.0, 8599.0, 8600.0, 8597.0, 8598.0, 8598.0, 8600.0, 8583.0, 8584.0, 8598.0, 8596.0, 8600.0, 8599.0, 8602.0, 8616.0, 8619.0, 8606.0, 8602.0, 8586.0, 8600.0, 8605.0, 8603.0, 8607.0, 8618.0, 8602.0, 8598.0, 8581.0, 8603.0, 8619.0, 8605.0, 8617.0, 8603.0, 8615.0, 8602.0, 8614.0, 8602.0, 8611.0, 8599.0, 8578.0, 8590.0, 8593.0, 8598.0, 8598.0, 8594.0, 8597.0, 8581.0, 8596.0, 8582.0, 8596.0, 8598.0, 8597.0, 8597.0, 8596.0, 8596.0, 8594.0, 8596.0, 8578.0, 8600.0, 8598.0, 8586.0, 8599.0, 8598.0, 8598.0, 8595.0, 8597.0, 8596.0, 8598.0, 8599.0, 8596.0, 8593.0, 8596.0, 8581.0, 8596.0, 8595.0, 8585.0, 8599.0, 8613.0, 8602.0, 8599.0, 8603.0, 8603.0, 8621.0, 8616.0, 8603.0, 8599.0, 8598.0, 8602.0, 8614.0, 8599.0, 8615.0, 8597.0, 8609.0, 8596.0, 8594.0, 8601.0, 8596.0, 8581.0, 8580.0, 8581.0, 8581.0, 8595.0, 8598.0, 8600.0, 8602.0, 8600.0, 8600.0, 8599.0, 8602.0, 8600.0, 8621.0, 8615.0, 8606.0, 8614.0, 8600.0, 8586.0, 8584.0, 8604.0, 8619.0, 8620.0, 8623.0, 8602.0, 8614.0, 8601.0, 8615.0, 8606.0, 8599.0, 8602.0, 8599.0, 8598.0, 8584.0, 8598.0, 8602.0, 8602.0, 8598.0, 8602.0, 8599.0, 8595.0, 8600.0, 8601.0, 8603.0, 8603.0, 8604.0, 8581.0, 8609.0, 8625.0, 8600.0, 8598.0, 8617.0, 8630.0, 8627.0, 8596.0, 8606.0, 8595.0, 8598.0, 8599.0, 8580.0, 8598.0, 8600.0, 8594.0, 8598.0, 8601.0, 8605.0, 8582.0, 8594.0, 8585.0, 8600.0, 8585.0, 8603.0, 8609.0, 8624.0, 8615.0, 8595.0, 8582.0, 8584.0, 8596.0, 8604.0, 8619.0, 8617.0, 8604.0, 8586.0, 8579.0, 8584.0, 8615.0, 8591.0, 8603.0, 8617.0, 8601.0, 8614.0, 8601.0, 8616.0, 8601.0, 8622.0, 8596.0, 8578.0, 8591.0, 8581.0, 8597.0, 8602.0, 8602.0, 8607.0, 8590.0, 8600.0, 8587.0, 8599.0, 8604.0, 8605.0, 8589.0, 8620.0, 8586.0, 8613.0, 8599.0, 8596.0, 8601.0, 8599.0, 8603.0, 8585.0, 8599.0, 8579.0, 8595.0, 8587.0, 8600.0, 8603.0, 8615.0, 8598.0, 8596.0, 8596.0, 8583.0, 8599.0, 8580.0, 8601.0, 8583.0, 8596.0, 8578.0, 8578.0, 8580.0, 8596.0, 8582.0, 8599.0, 8581.0, 8595.0, 8582.0, 8595.0, 8587.0, 8599.0, 8602.0, 8602.0, 8585.0, 8587.0, 8596.0, 8600.0, 8614.0, 8585.0, 8628.0, 8600.0, 8608.0, 8582.0, 8580.0, 8595.0, 8585.0, 8600.0, 8583.0, 8597.0, 8587.0, 8581.0, 8600.0, 8588.0, 8605.0, 8588.0, 8591.0, 8586.0, 8601.0, 8601.0, 8600.0, 8590.0, 8618.0, 8609.0, 8623.0, 8608.0, 8617.0, 8603.0, 8588.0, 8622.0, 8603.0, 8622.0, 8603.0, 8615.0, 8602.0, 8601.0, 8603.0, 8602.0, 8602.0, 8602.0, 8600.0, 8585.0, 8596.0, 8584.0, 8598.0, 8600.0, 8628.0, 8599.0, 8595.0, 8594.0, 8582.0, 8599.0, 8598.0, 8615.0, 8587.0, 8584.0, 8598.0, 8583.0, 8602.0, 8589.0, 8602.0, 8585.0, 8594.0, 8581.0, 8596.0, 8602.0, 8596.0, 8586.0, 8595.0, 8584.0, 8567.0, 8589.0, 8579.0, 8595.0, 8597.0, 8599.0, 8588.0, 8601.0, 8600.0, 8587.0, 8600.0, 8585.0, 8618.0, 8601.0, 8632.0, 8595.0, 8595.0, 8581.0, 8592.0, 8583.0, 8611.0, 8584.0, 8612.0, 8597.0, 8585.0, 8596.0, 8580.0, 8597.0, 8580.0, 8598.0, 8583.0, 8634.0, 8606.0, 8582.0, 8625.0, 8601.0, 8603.0, 8584.0, 8594.0, 8585.0, 8600.0, 8618.0, 8602.0, 8603.0, 8583.0, 8598.0, 8582.0, 8593.0, 8600.0, 8594.0, 8582.0, 8577.0, 8588.0, 8576.0, 8589.0, 8582.0, 8597.0, 8605.0, 8583.0, 8593.0, 8565.0, 8593.0, 8579.0, 8593.0, 8583.0, 8596.0, 8599.0, 8595.0, 8595.0, 8579.0, 8595.0, 8579.0, 8597.0, 8579.0, 8580.0, 8577.0, 8573.0, 8577.0, 8592.0, 8579.0, 8577.0, 8593.0, 8560.0, 8572.0, 8558.0, 8574.0, 8580.0, 8595.0, 8581.0, 8592.0, 8564.0, 8557.0, 8591.0, 8564.0, 8593.0, 8563.0, 8596.0, 8578.0, 8576.0, 8581.0, 8579.0, 8583.0, 8581.0, 8599.0, 8578.0, 8594.0, 8577.0, 8590.0, 8585.0, 8583.0, 8598.0, 8588.0, 8594.0, 8580.0, 8588.0, 8583.0, 8594.0, 8584.0, 8613.0, 8617.0, 8600.0, 8597.0, 8563.0, 8597.0, 8566.0, 8594.0, 8593.0, 8596.0, 8578.0, 8562.0, 8577.0, 8563.0, 8594.0, 8601.0, 8597.0, 8589.0, 8598.0, 8602.0, 8596.0, 8599.0, 8600.0, 8581.0, 8608.0, 8582.0, 8602.0, 8577.0, 8592.0, 8596.0, 8577.0, 8580.0, 8561.0, 8590.0, 8562.0, 8590.0, 8562.0, 8589.0, 8575.0, 8595.0, 8573.0, 8570.0, 8577.0, 8572.0, 8574.0, 8576.0, 8581.0, 8563.0, 8578.0, 8575.0, 8576.0, 8578.0, 8595.0, 8578.0, 8593.0, 8576.0, 8601.0, 8590.0, 8572.0, 8589.0, 8573.0, 8570.0, 8570.0, 8574.0, 8587.0, 8572.0, 8542.0, 8570.0, 8564.0, 8593.0, 8578.0, 8599.0, 8575.0, 8591.0, 8561.0, 8573.0, 8563.0, 8588.0, 8561.0, 8590.0, 8575.0, 8588.0, 8581.0, 8582.0, 8602.0, 8599.0, 8614.0, 8613.0, 8581.0, 8579.0, 8588.0, 8596.0, 8597.0, 8578.0, 8609.0, 8577.0, 8571.0, 8571.0, 8572.0, 8579.0, 8588.0, 8579.0, 8613.0, 8601.0, 8563.0, 8616.0, 8586.0, 8603.0, 8601.0, 8597.0, 8579.0, 8576.0, 8578.0, 8575.0, 8576.0, 8586.0, 8579.0, 8591.0, 8577.0, 8589.0, 8575.0, 8579.0, 8577.0, 8591.0, 8598.0, 8595.0, 8601.0, 8585.0, 8598.0, 8581.0, 8597.0, 8604.0, 8598.0, 8593.0, 8610.0, 8576.0, 8586.0, 8572.0, 8589.0, 8579.0, 8576.0, 8576.0, 8596.0, 8577.0, 8593.0, 8580.0, 8581.0, 8598.0, 8598.0, 8603.0, 8598.0, 8597.0, 8610.0, 8597.0, 8597.0, 8602.0, 8626.0, 8599.0, 8608.0, 8593.0, 8563.0, 8579.0, 8567.0, 8596.0, 8579.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.00042775465498357066</td></tr>
<tr><td colspan=3>aqi</td><td>0.02604937524644031</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.184739828212706</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2112761446820166</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9687856614364038</td></tr>
<tr><td colspan=3>efc</td><td>0.4922</td></tr>
<tr><td colspan=3>fber</td><td>5991.9365</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07902161043264674</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>17</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.8619934282584885</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.357292190845571</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.256684673469172</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.571191938698007</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2439999603695346</td></tr>
<tr><td colspan=3>gcor</td><td>0.00428112</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007462762761861086</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026871973648667336</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>913</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.330847989369549</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>23.4592</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.2512</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>153.724</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292727.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>728.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>315.5663</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2473</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>443.7531</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3028.7738</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3159.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83817.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1313.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3887.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>729.414</td></tr>
<tr><td colspan=3>tsnr</td><td>38.545846281107515</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>