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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0016/ses-02/func/sub-0016_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>7e6f3f81c89da6911ba9570af2c19746</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>13:22:15.837500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998956, 0.0440549, 0.0121063, -0.0441395, 0.999002, 0.00681321]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0906783</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4155, -7720, -7281, 466, -17, -214, -76, 124]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>237.02</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fe307f2b-8d09-4244-b655-161bbb6b5772||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6801252365112305, -0.1184229627251625, 0.03184400871396065, 117.9590072631836], [-0.11819595098495483, 2.6802496910095215, 0.019819237291812897, -88.52741241455078], [0.03248034790158272, -0.018279336392879486, 2.699739456176758, -80.2042236328125], [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': ['132215.837500', '132216.297500', '132216.757500', '132217.217500', '132217.677500', '132218.137500', '132218.597500', '132219.057500', '132219.517500', '132219.977500', '132220.437500', '132220.897500', '132221.357500', '132221.817500', '132222.277500', '132222.737500', '132223.197500', '132223.657500', '132224.117500', '132224.577500', '132225.037500', '132225.497500', '132225.957500', '132226.417500', '132226.877500', '132227.337500', '132227.797500', '132228.257500', '132228.717500', '132229.177500', '132229.637500', '132230.097500', '132230.557500', '132231.017500', '132231.477500', '132231.937500', '132232.397500', '132232.857500', '132233.317500', '132233.777500', '132234.237500', '132234.697500', '132235.157500', '132235.617500', '132236.077500', '132236.537500', '132236.997500', '132237.457500', '132237.917500', '132238.377500', '132238.837500', '132239.297500', '132239.757500', '132240.217500', '132240.677500', '132241.137500', '132241.597500', '132242.057500', '132242.517500', '132242.977500', '132243.437500', '132243.897500', '132244.357500', '132244.817500', '132245.277500', '132245.737500', '132246.197500', '132246.657500', '132247.117500', '132247.577500', '132248.037500', '132248.497500', '132248.957500', '132249.417500', '132249.877500', '132250.337500', '132250.797500', '132251.257500', '132251.717500', '132252.177500', '132252.637500', '132253.097500', '132253.557500', '132254.017500', '132254.477500', '132254.937500', '132255.397500', '132255.857500', '132256.317500', '132256.777500', '132257.237500', '132257.697500', '132258.157500', '132258.617500', '132259.077500', '132259.537500', '132259.997500', '132300.457500', '132300.917500', '132301.377500', '132301.837500', '132302.297500', '132302.757500', '132303.217500', '132303.677500', '132304.137500', '132304.597500', '132305.057500', '132305.517500', '132305.977500', '132306.437500', '132306.897500', '132307.357500', '132307.817500', '132308.277500', '132308.737500', '132309.197500', '132309.657500', '132310.117500', '132310.577500', '132311.037500', '132311.497500', '132311.957500', '132312.417500', '132312.877500', '132313.337500', '132313.797500', '132314.257500', '132314.717500', '132315.177500', '132315.637500', '132316.097500', '132316.557500', '132317.017500', '132317.477500', '132317.937500', '132318.397500', '132318.857500', '132319.317500', '132319.777500', '132320.237500', '132320.697500', '132321.157500', '132321.617500', '132322.077500', '132322.537500', '132322.997500', '132323.457500', '132323.917500', '132324.377500', '132324.837500', '132325.297500', '132325.757500', '132326.217500', '132326.677500', '132327.137500', '132327.597500', '132328.057500', '132328.517500', '132328.977500', '132329.437500', '132329.897500', '132330.357500', '132330.817500', '132331.277500', '132331.737500', '132332.197500', '132332.657500', '132333.117500', '132333.577500', '132334.037500', '132334.497500', '132334.957500', '132335.417500', '132335.877500', '132336.337500', '132336.797500', '132337.257500', '132337.717500', '132338.177500', '132338.637500', '132339.097500', '132339.557500', '132340.017500', '132340.477500', '132340.937500', '132341.397500', '132341.857500', '132342.317500', '132342.777500', '132343.237500', '132343.697500', '132344.157500', '132344.617500', '132345.077500', '132345.537500', '132345.997500', '132346.457500', '132346.917500', '132347.377500', '132347.837500', '132348.297500', '132348.757500', '132349.217500', '132349.677500', '132350.137500', '132350.597500', '132351.057500', '132351.517500', '132351.977500', '132352.437500', '132352.897500', '132353.357500', '132353.817500', '132354.277500', '132354.737500', '132355.197500', '132355.657500', '132356.117500', '132356.577500', '132357.037500', '132357.497500', '132357.957500', '132358.417500', '132358.877500', '132359.337500', '132359.797500', '132400.257500', '132400.717500', '132401.177500', '132401.637500', '132402.097500', '132402.557500', '132403.017500', '132403.477500', '132403.937500', '132404.397500', '132404.857500', '132405.317500', '132405.777500', '132406.237500', '132406.697500', '132407.157500', '132407.617500', '132408.077500', '132408.537500', '132408.997500', '132409.457500', '132409.917500', '132410.377500', '132410.837500', '132411.297500', '132411.757500', '132412.217500', '132412.677500', '132413.137500', '132413.597500', '132414.057500', '132414.517500', '132414.977500', '132415.437500', '132415.897500', '132416.357500', '132416.817500', '132417.277500', '132417.737500', '132418.197500', '132418.657500', '132419.117500', '132419.577500', '132420.037500', '132420.497500', '132420.957500', '132421.417500', '132421.877500', '132422.337500', '132422.797500', '132423.257500', '132423.717500', '132424.177500', '132424.637500', '132425.097500', '132425.557500', '132426.017500', '132426.477500', '132426.937500', '132427.397500', '132427.857500', '132428.317500', '132428.777500', '132429.237500', '132429.697500', '132430.157500', '132430.617500', '132431.077500', '132431.537500', '132431.997500', '132432.457500', '132432.917500', '132433.377500', '132433.837500', '132434.297500', '132434.757500', '132435.217500', '132435.677500', '132436.137500', '132436.597500', '132437.057500', '132437.517500', '132437.977500', '132438.437500', '132438.897500', '132439.357500', '132439.817500', '132440.277500', '132440.737500', '132441.197500', '132441.657500', '132442.117500', '132442.577500', '132443.037500', '132443.497500', '132443.957500', '132444.417500', '132444.877500', '132445.337500', '132445.797500', '132446.257500', '132446.717500', '132447.177500', '132447.637500', '132448.097500', '132448.557500', '132449.017500', '132449.477500', '132449.937500', '132450.397500', '132450.857500', '132451.317500', '132451.777500', '132452.237500', '132452.697500', '132453.157500', '132453.617500', '132454.077500', '132454.537500', '132454.997500', '132455.457500', '132455.917500', '132456.377500', '132456.837500', '132457.297500', '132457.757500', '132458.217500', '132458.677500', '132459.137500', '132459.597500', '132500.057500', '132500.517500', '132500.977500', '132501.437500', '132501.897500', '132502.357500', '132502.817500', '132503.277500', '132503.737500', '132504.197500', '132504.657500', '132505.117500', '132505.577500', '132506.037500', '132506.497500', '132506.957500', '132507.417500', '132507.877500', '132508.337500', '132508.797500', '132509.257500', '132509.717500', '132510.177500', '132510.637500', '132511.097500', '132511.557500', '132512.017500', '132512.477500', '132512.937500', '132513.397500', '132513.857500', '132514.317500', '132514.777500', '132515.237500', '132515.697500', '132516.157500', '132516.617500', '132517.077500', '132517.537500', '132517.997500', '132518.457500', '132518.917500', '132519.377500', '132519.837500', '132520.297500', '132520.757500', '132521.217500', '132521.677500', '132522.137500', '132522.597500', '132523.057500', '132523.517500', '132523.977500', '132524.437500', '132524.897500', '132525.357500', '132525.817500', '132526.277500', '132526.737500', '132527.197500', '132527.657500', '132528.117500', '132528.577500', '132529.037500', '132529.497500', '132529.957500', '132530.417500', '132530.877500', '132531.337500', '132531.797500', '132532.257500', '132532.717500', '132533.177500', '132533.637500', '132534.097500', '132534.557500', '132535.017500', '132535.477500', '132535.937500', '132536.397500', '132536.857500', '132537.317500', '132537.777500', '132538.237500', '132538.697500', '132539.157500', '132539.617500', '132540.077500', '132540.537500', '132540.997500', '132541.457500', '132541.917500', '132542.377500', '132542.837500', '132543.297500', '132543.757500', '132544.217500', '132544.677500', '132545.137500', '132545.597500', '132546.057500', '132546.517500', '132546.977500', '132547.437500', '132547.897500', '132548.357500', '132548.817500', '132549.277500', '132549.737500', '132550.197500', '132550.657500', '132551.117500', '132551.577500', '132552.037500', '132552.497500', '132552.957500', '132553.417500', '132553.877500', '132554.337500', '132554.797500', '132555.257500', '132555.717500', '132556.177500', '132556.637500', '132557.097500', '132557.557500', '132558.017500', '132558.477500', '132558.937500', '132559.397500', '132559.857500', '132600.317500', '132600.777500', '132601.237500', '132601.697500', '132602.157500', '132602.617500', '132603.077500', '132603.537500', '132603.997500', '132604.457500', '132604.917500', '132605.377500', '132605.837500', '132606.297500', '132606.757500', '132607.217500', '132607.677500', '132608.137500', '132608.597500', '132609.057500', '132609.517500', '132609.977500', '132610.437500', '132610.897500', '132611.357500', '132611.817500', '132612.277500', '132612.737500', '132613.197500', '132613.657500', '132614.117500', '132614.577500', '132615.037500', '132615.497500', '132615.957500', '132616.417500', '132616.877500', '132617.337500', '132617.797500', '132618.257500', '132618.717500', '132619.177500', '132619.637500', '132620.097500', '132620.557500', '132621.017500', '132621.477500', '132621.937500', '132622.397500', '132622.857500', '132623.317500', '132623.777500', '132624.237500', '132624.697500', '132625.157500', '132625.617500', '132626.077500', '132626.537500', '132626.997500', '132627.457500', '132627.917500', '132628.377500', '132628.837500', '132629.297500', '132629.757500', '132630.217500', '132630.677500', '132631.137500', '132631.597500', '132632.057500', '132632.517500', '132632.977500', '132633.437500', '132633.897500', '132634.357500', '132634.817500', '132635.277500', '132635.737500', '132636.197500', '132636.657500', '132637.117500', '132637.577500', '132638.037500', '132638.497500', '132638.957500', '132639.417500', '132639.877500', '132640.337500', '132640.797500', '132641.257500', '132641.717500', '132642.177500', '132642.637500', '132643.097500', '132643.557500', '132644.017500', '132644.477500', '132644.937500', '132645.397500', '132645.857500', '132646.317500', '132646.777500', '132647.237500', '132647.697500', '132648.157500', '132648.617500', '132649.077500', '132649.537500', '132649.997500', '132650.457500', '132650.917500', '132651.377500', '132651.837500', '132652.297500', '132652.757500', '132653.217500', '132653.677500', '132654.137500', '132654.597500', '132655.057500', '132655.517500', '132655.977500', '132656.437500', '132656.897500', '132657.357500', '132657.817500', '132658.277500', '132658.737500', '132659.197500', '132659.657500', '132700.117500', '132700.577500', '132701.037500', '132701.497500', '132701.957500', '132702.417500', '132702.877500', '132703.337500', '132703.797500', '132704.257500', '132704.717500', '132705.177500', '132705.637500', '132706.097500', '132706.557500', '132707.017500', '132707.477500', '132707.937500', '132708.397500', '132708.857500', '132709.317500', '132709.777500', '132710.237500', '132710.697500', '132711.157500', '132711.617500', '132712.077500', '132712.537500', '132712.997500', '132713.457500', '132713.917500', '132714.377500', '132714.837500', '132715.297500', '132715.757500', '132716.217500', '132716.677500', '132717.137500', '132717.597500', '132718.057500', '132718.517500', '132718.977500', '132719.437500', '132719.897500', '132720.357500', '132720.817500', '132721.277500', '132721.737500', '132722.197500', '132722.657500', '132723.117500', '132723.577500', '132724.037500', '132724.497500', '132724.957500', '132725.417500', '132725.877500', '132726.337500', '132726.797500', '132727.257500', '132727.717500', '132728.177500', '132728.637500', '132729.097500', '132729.557500', '132730.017500', '132730.477500', '132730.937500', '132731.397500', '132731.857500', '132732.317500', '132732.777500', '132733.237500', '132733.697500', '132734.157500', '132734.617500', '132735.077500', '132735.537500', '132735.997500', '132736.457500', '132736.917500', '132737.377500', '132737.837500', '132738.297500', '132738.757500', '132739.217500', '132739.677500', '132740.137500', '132740.597500', '132741.057500', '132741.517500', '132741.977500', '132742.437500', '132742.897500', '132743.357500', '132743.817500', '132744.277500', '132744.737500', '132745.197500', '132745.657500', '132746.117500', '132746.577500', '132747.037500', '132747.497500', '132747.957500', '132748.417500', '132748.877500', '132749.337500', '132749.797500', '132750.257500', '132750.717500', '132751.177500', '132751.637500', '132752.097500', '132752.557500', '132753.017500', '132753.477500', '132753.937500', '132754.397500', '132754.857500', '132755.317500', '132755.777500', '132756.237500', '132756.697500', '132757.157500', '132757.617500', '132758.077500', '132758.537500', '132758.997500', '132759.457500', '132759.917500', '132800.377500', '132800.837500', '132801.297500', '132801.757500', '132802.217500', '132802.677500', '132803.137500', '132803.597500', '132804.057500', '132804.517500', '132804.977500', '132805.437500', '132805.897500', '132806.357500', '132806.817500', '132807.277500', '132807.737500', '132808.197500', '132808.657500', '132809.117500', '132809.577500', '132810.037500', '132810.497500', '132810.957500', '132811.417500', '132811.877500', '132812.337500', '132812.797500', '132813.257500', '132813.717500', '132814.177500', '132814.637500', '132815.097500', '132815.557500', '132816.017500', '132816.477500', '132816.937500', '132817.397500', '132817.857500', '132818.317500', '132818.777500', '132819.237500', '132819.697500', '132820.157500', '132820.617500', '132821.077500', '132821.537500', '132821.997500', '132822.457500', '132822.917500', '132823.377500', '132823.837500', '132824.297500', '132824.757500', '132825.217500', '132825.677500', '132826.137500', '132826.597500', '132827.057500', '132827.517500', '132827.977500', '132828.437500', '132828.897500', '132829.357500', '132829.817500', '132830.277500', '132830.737500', '132831.197500', '132831.657500', '132832.117500', '132832.577500', '132833.037500', '132833.497500', '132833.957500', '132834.417500', '132834.877500', '132835.337500', '132835.797500', '132836.257500', '132836.717500', '132837.177500', '132837.637500', '132838.097500', '132838.557500', '132839.017500', '132839.477500', '132839.937500', '132840.397500', '132840.857500', '132841.317500', '132841.777500', '132842.237500', '132842.697500', '132843.157500', '132843.617500', '132844.077500', '132844.537500', '132844.997500', '132845.457500', '132845.917500', '132846.377500', '132846.837500', '132847.297500', '132847.757500', '132848.217500', '132848.677500', '132849.137500', '132849.597500', '132850.057500', '132850.517500', '132850.977500', '132851.437500', '132851.897500', '132852.357500', '132852.817500', '132853.277500', '132853.737500', '132854.197500', '132854.657500', '132855.117500', '132855.577500', '132856.037500', '132856.497500', '132856.957500', '132857.417500', '132857.877500', '132858.337500', '132858.797500', '132859.257500', '132859.717500', '132900.177500', '132900.637500', '132901.097500', '132901.557500', '132902.017500', '132902.477500', '132902.937500', '132903.397500', '132903.857500', '132904.317500', '132904.777500', '132905.237500', '132905.697500', '132906.157500', '132906.617500', '132907.077500', '132907.537500', '132907.997500', '132908.457500', '132908.917500', '132909.377500', '132909.837500', '132910.297500', '132910.757500', '132911.217500', '132911.677500', '132912.137500', '132912.597500', '132913.057500', '132913.517500', '132913.977500', '132914.437500', '132914.897500', '132915.357500', '132915.817500'], 'ContentTime': ['132242.617000', '132242.621000', '132242.623000', '132242.626000', '132242.629000', '132242.632000', '132242.635000', '132242.637000', '132242.640000', '132242.643000', '132242.646000', '132242.649000', '132242.652000', '132242.654000', '132242.657000', '132242.660000', '132242.663000', '132242.666000', '132242.668000', '132242.671000', '132242.674000', '132242.677000', '132242.680000', '132242.682000', '132242.685000', '132242.688000', '132242.691000', '132242.693000', '132242.696000', '132242.699000', '132242.705000', '132242.708000', '132242.711000', '132242.714000', '132242.717000', '132242.720000', '132242.722000', '132242.725000', '132242.728000', '132242.731000', '132242.733000', '132242.736000', '132242.739000', '132242.742000', '132242.745000', '132242.747000', '132242.750000', '132242.753000', '132242.756000', '132242.759000', '132242.762000', '132242.764000', '132242.767000', '132242.770000', '132242.773000', '132242.776000', '132302.578000', '132302.581000', '132302.584000', '132302.586000', '132302.589000', '132302.592000', '132302.595000', '132302.598000', '132302.600000', '132302.603000', '132302.606000', '132302.609000', '132302.611000', '132302.614000', '132302.617000', '132302.620000', '132302.623000', '132302.625000', '132302.628000', '132302.631000', '132302.634000', '132302.637000', '132302.639000', '132302.642000', '132302.645000', '132302.648000', '132302.650000', '132302.653000', '132302.656000', '132302.659000', '132302.668000', '132302.671000', '132302.674000', '132302.686000', '132302.688000', '132302.691000', '132302.694000', '132302.697000', '132302.700000', '132302.702000', '132302.705000', '132302.708000', '132302.711000', '132322.577000', '132322.580000', '132322.583000', '132322.585000', '132322.588000', '132322.591000', '132322.594000', '132322.597000', '132322.599000', '132322.602000', '132322.605000', '132322.608000', '132322.610000', '132322.613000', '132322.616000', '132322.624000', '132322.626000', '132322.629000', '132322.632000', '132322.635000', '132322.638000', '132322.640000', '132322.643000', '132322.646000', '132322.649000', '132322.651000', '132322.654000', '132322.657000', '132322.660000', '132322.663000', '132322.666000', '132322.668000', '132322.671000', '132322.674000', '132322.677000', '132322.680000', '132322.682000', '132322.685000', '132322.688000', '132322.691000', '132322.693000', '132322.696000', '132322.699000', '132322.702000', '132342.578000', '132342.581000', '132342.584000', '132342.587000', '132342.589000', '132342.592000', '132342.595000', '132342.598000', '132342.601000', '132342.603000', '132342.606000', '132342.609000', '132342.612000', '132342.615000', '132342.617000', '132342.620000', '132342.623000', '132342.626000', '132342.629000', '132342.631000', '132342.634000', '132342.637000', '132342.640000', '132342.643000', '132342.645000', '132342.648000', '132342.651000', '132342.654000', '132342.657000', '132342.660000', '132342.662000', '132342.665000', '132342.669000', '132342.673000', '132342.675000', '132342.678000', '132342.681000', '132342.684000', '132342.687000', '132342.689000', '132342.706000', '132342.709000', '132342.712000', '132402.578000', '132402.581000', '132402.584000', '132402.586000', '132402.589000', '132402.592000', '132402.595000', '132402.598000', '132402.600000', '132402.608000', '132402.619000', '132402.622000', '132402.624000', '132402.627000', '132402.630000', '132402.633000', '132402.636000', '132402.638000', '132402.641000', '132402.644000', '132402.647000', '132402.650000', '132402.652000', '132402.655000', '132402.658000', '132402.661000', '132402.664000', '132402.667000', '132402.669000', '132402.672000', '132402.675000', '132402.678000', '132402.680000', '132402.683000', '132402.686000', '132402.689000', '132402.692000', '132402.695000', '132402.697000', '132402.700000', '132402.703000', '132402.706000', '132402.709000', '132402.711000', '132422.578000', '132422.581000', '132422.584000', '132422.587000', '132422.589000', '132422.592000', '132422.595000', '132422.598000', '132422.600000', '132422.603000', '132422.606000', '132422.609000', '132422.612000', '132422.615000', '132422.618000', '132422.620000', '132422.623000', '132422.628000', '132422.631000', '132422.634000', '132422.636000', '132422.639000', '132422.642000', '132422.645000', '132422.648000', '132422.651000', '132422.654000', '132422.656000', '132422.659000', '132422.662000', '132422.665000', '132422.668000', '132422.671000', '132422.673000', '132422.676000', '132422.679000', '132422.682000', '132422.685000', '132422.687000', '132422.690000', '132422.693000', '132422.696000', '132422.699000', '132442.578000', '132442.581000', '132442.584000', '132442.587000', '132442.589000', '132442.592000', '132442.595000', '132442.598000', '132442.601000', '132442.604000', '132442.606000', '132442.609000', '132442.612000', '132442.615000', '132442.617000', '132442.620000', '132442.623000', '132442.626000', '132442.629000', '132442.632000', '132442.634000', '132442.637000', '132442.640000', '132442.643000', '132442.646000', '132442.649000', '132442.651000', '132442.654000', '132442.657000', '132442.660000', '132442.663000', '132442.665000', '132442.668000', '132442.671000', '132442.679000', '132442.682000', '132442.684000', '132442.687000', '132442.690000', '132442.693000', '132442.696000', '132442.698000', '132442.701000', '132442.704000', '132502.578000', '132502.581000', '132502.584000', '132502.587000', '132502.589000', '132502.592000', '132502.595000', '132502.598000', '132502.601000', '132502.603000', '132502.606000', '132502.609000', '132502.612000', '132502.615000', '132502.617000', '132502.620000', '132502.623000', '132502.626000', '132502.629000', '132502.632000', '132502.634000', '132502.637000', '132502.640000', '132502.643000', '132502.646000', '132502.649000', '132502.652000', '132502.655000', '132502.657000', '132502.660000', '132502.663000', '132502.666000', '132502.669000', '132502.671000', '132502.674000', '132502.677000', '132502.680000', '132502.683000', '132502.686000', '132502.688000', '132502.691000', '132502.694000', '132502.697000', '132522.578000', '132522.581000', '132522.584000', '132522.587000', '132522.589000', '132522.592000', '132522.595000', '132522.598000', '132522.600000', '132522.603000', '132522.606000', '132522.609000', '132522.612000', '132522.615000', '132522.617000', '132522.620000', '132522.623000', '132522.626000', '132522.629000', '132522.632000', '132522.634000', '132522.637000', '132522.640000', '132522.643000', '132522.646000', '132522.649000', '132522.651000', '132522.654000', '132522.657000', '132522.660000', '132522.663000', '132522.665000', '132522.668000', '132522.671000', '132522.674000', '132522.677000', '132522.690000', '132522.693000', '132522.696000', '132522.699000', '132522.701000', '132522.704000', '132522.707000', '132522.710000', '132542.577000', '132542.580000', '132542.583000', '132542.586000', '132542.588000', '132542.591000', '132542.594000', '132542.597000', '132542.600000', '132542.602000', '132542.605000', '132542.608000', '132542.611000', '132542.614000', '132542.617000', '132542.619000', '132542.622000', '132542.625000', '132542.628000', '132542.631000', '132542.633000', '132542.636000', '132542.639000', '132542.642000', '132542.645000', '132542.648000', '132542.650000', '132542.653000', '132542.656000', '132542.659000', '132542.662000', '132542.664000', '132542.667000', '132542.670000', '132542.673000', '132542.676000', '132542.679000', '132542.681000', '132542.684000', '132542.687000', '132542.690000', '132542.693000', '132542.695000', '132602.578000', '132602.581000', '132602.584000', '132602.587000', '132602.590000', '132602.593000', '132602.595000', '132602.598000', '132602.601000', '132602.604000', '132602.607000', '132602.610000', '132602.612000', '132602.615000', '132602.618000', '132602.621000', '132602.624000', '132602.626000', '132602.629000', '132602.632000', '132602.635000', '132602.638000', '132602.641000', '132602.643000', '132602.646000', '132602.649000', '132602.652000', '132602.654000', '132602.657000', '132602.660000', '132602.663000', '132602.666000', '132602.668000', '132602.671000', '132602.674000', '132602.677000', '132602.680000', '132602.682000', '132602.685000', '132602.688000', '132602.691000', '132602.694000', '132602.696000', '132622.578000', '132622.581000', '132622.584000', '132622.587000', '132622.589000', '132622.592000', '132622.595000', '132622.598000', '132622.601000', '132622.604000', '132622.614000', '132622.616000', '132622.619000', '132622.622000', '132622.625000', '132622.628000', '132622.631000', '132622.633000', '132622.636000', '132622.639000', '132622.642000', '132622.645000', '132622.648000', '132622.650000', '132622.653000', '132622.656000', '132622.659000', '132622.662000', '132622.664000', '132622.667000', '132622.670000', '132622.673000', '132622.676000', '132622.678000', '132622.681000', '132622.684000', '132622.687000', '132622.690000', '132622.693000', '132622.695000', '132622.698000', '132622.701000', '132622.704000', '132622.706000', '132642.578000', '132642.581000', '132642.584000', '132642.587000', '132642.590000', '132642.593000', '132642.595000', '132642.598000', '132642.601000', '132642.604000', '132642.607000', '132642.609000', '132642.612000', '132642.615000', '132642.618000', '132642.621000', '132642.624000', '132642.626000', '132642.629000', '132642.632000', '132642.635000', '132642.638000', '132642.641000', '132642.643000', '132642.646000', '132642.649000', '132642.652000', '132642.655000', '132642.657000', '132642.660000', '132642.663000', '132642.666000', '132642.669000', '132642.671000', '132642.674000', '132642.677000', '132642.680000', '132642.683000', '132642.685000', '132642.688000', '132642.691000', '132642.694000', '132642.697000', '132702.578000', '132702.581000', '132702.584000', '132702.587000', '132702.589000', '132702.592000', '132702.595000', '132702.598000', '132702.601000', '132702.604000', '132702.607000', '132702.609000', '132702.612000', '132702.615000', '132702.618000', '132702.621000', '132702.623000', '132702.626000', '132702.641000', '132702.643000', '132702.646000', '132702.649000', '132702.652000', '132702.655000', '132702.657000', '132702.660000', '132702.663000', '132702.666000', '132702.669000', '132702.671000', '132702.674000', '132702.677000', '132702.680000', '132702.683000', '132702.686000', '132702.688000', '132702.691000', '132702.694000', '132702.697000', '132702.699000', '132702.702000', '132702.705000', '132702.708000', '132702.711000', '132722.578000', '132722.581000', '132722.584000', '132722.587000', '132722.590000', '132722.592000', '132722.595000', '132722.598000', '132722.601000', '132722.604000', '132722.607000', '132722.610000', '132722.613000', '132722.616000', '132722.619000', '132722.621000', '132722.624000', '132722.627000', '132722.630000', '132722.633000', '132722.636000', '132722.638000', '132722.641000', '132722.644000', '132722.647000', '132722.650000', '132722.652000', '132722.655000', '132722.658000', '132722.661000', '132722.664000', '132722.667000', '132722.669000', '132722.672000', '132722.675000', '132722.678000', '132722.681000', '132722.684000', '132722.686000', '132722.689000', '132722.692000', '132722.695000', '132722.698000', '132742.577000', '132742.580000', '132742.583000', '132742.586000', '132742.589000', '132742.591000', '132742.594000', '132742.597000', '132742.600000', '132742.603000', '132742.606000', '132742.608000', '132742.611000', '132742.614000', '132742.617000', '132742.620000', '132742.622000', '132742.625000', '132742.628000', '132742.631000', '132742.634000', '132742.637000', '132742.640000', '132742.642000', '132742.645000', '132742.648000', '132742.651000', '132742.654000', '132742.656000', '132742.659000', '132742.662000', '132742.665000', '132742.668000', '132742.670000', '132742.673000', '132742.676000', '132742.679000', '132742.682000', '132742.684000', '132742.687000', '132742.690000', '132742.693000', '132742.696000', '132742.698000', '132802.577000', '132802.580000', '132802.583000', '132802.586000', '132802.589000', '132802.591000', '132802.594000', '132802.597000', '132802.600000', '132802.605000', '132802.607000', '132802.610000', '132802.613000', '132802.619000', '132802.622000', '132802.625000', '132802.628000', '132802.631000', '132802.634000', '132802.637000', '132802.639000', '132802.642000', '132802.645000', '132802.648000', '132802.651000', '132802.653000', '132802.656000', '132802.659000', '132802.662000', '132802.665000', '132802.668000', '132802.670000', '132802.673000', '132802.676000', '132802.679000', '132802.681000', '132802.684000', '132802.687000', '132802.690000', '132802.693000', '132802.695000', '132802.698000', '132802.701000', '132822.578000', '132822.581000', '132822.584000', '132822.587000', '132822.590000', '132822.592000', '132822.595000', '132822.598000', '132822.601000', '132822.604000', '132822.607000', '132822.609000', '132822.612000', '132822.615000', '132822.618000', '132822.621000', '132822.624000', '132822.626000', '132822.629000', '132822.632000', '132822.635000', '132822.638000', '132822.640000', '132822.643000', '132822.646000', '132822.649000', '132822.652000', '132822.654000', '132822.657000', '132822.672000', '132822.675000', '132822.678000', '132822.681000', '132822.683000', '132822.686000', '132822.689000', '132822.692000', '132822.694000', '132822.697000', '132822.700000', '132822.703000', '132822.706000', '132822.708000', '132822.711000', '132842.578000', '132842.582000', '132842.585000', '132842.588000', '132842.591000', '132842.593000', '132842.596000', '132842.599000', '132842.602000', '132842.605000', '132842.607000', '132842.610000', '132842.613000', '132842.616000', '132842.619000', '132842.622000', '132842.624000', '132842.627000', '132842.630000', '132842.633000', '132842.636000', '132842.639000', '132842.642000', '132842.645000', '132842.647000', '132842.650000', '132842.653000', '132842.656000', '132842.659000', '132842.662000', '132842.664000', '132842.667000', '132842.670000', '132842.673000', '132842.675000', '132842.678000', '132842.681000', '132842.684000', '132842.687000', '132842.689000', '132842.692000', '132842.695000', '132842.698000', '132902.578000', '132902.581000', '132902.584000', '132902.587000', '132902.589000', '132902.592000', '132902.595000', '132902.598000', '132902.601000', '132902.603000', '132902.606000', '132902.609000', '132902.612000', '132902.615000', '132902.618000', '132902.620000', '132902.623000', '132902.626000', '132902.629000', '132902.632000', '132902.634000', '132902.637000', '132902.640000', '132902.643000', '132902.646000', '132902.649000', '132902.651000', '132902.654000', '132902.657000', '132902.660000', '132902.663000', '132902.666000', '132902.668000', '132902.671000', '132902.674000', '132902.677000', '132902.680000', '132902.689000', '132902.692000', '132902.695000', '132902.698000', '132902.701000', '132902.703000', '132902.706000', '132917.202000', '132917.206000', '132917.209000', '132917.212000', '132917.218000', '132917.225000', '132917.228000', '132917.232000', '132917.236000', '132917.242000', '132917.245000', '132917.248000', '132917.253000', '132917.256000', '132917.259000', '132917.264000', '132917.267000', '132917.270000', '132917.273000', '132917.276000', '132917.280000', '132917.284000', '132917.288000', '132917.293000', '132917.296000', '132917.301000', '132917.308000', '132917.312000', '132917.315000', '132917.318000', '132917.322000', '132917.325000'], 'InstanceCreationTime': ['132242.617000', '132242.621000', '132242.623000', '132242.626000', '132242.629000', '132242.632000', '132242.635000', '132242.637000', '132242.640000', '132242.643000', '132242.646000', '132242.649000', '132242.652000', '132242.654000', '132242.657000', '132242.660000', '132242.663000', '132242.666000', '132242.668000', '132242.671000', '132242.674000', '132242.677000', '132242.680000', '132242.682000', '132242.685000', '132242.688000', '132242.691000', '132242.693000', '132242.696000', '132242.699000', '132242.705000', '132242.708000', '132242.711000', '132242.714000', '132242.717000', '132242.720000', '132242.722000', '132242.725000', '132242.728000', '132242.731000', '132242.733000', '132242.736000', '132242.739000', '132242.742000', '132242.745000', '132242.747000', '132242.750000', '132242.753000', '132242.756000', '132242.759000', '132242.762000', '132242.764000', '132242.767000', '132242.770000', '132242.773000', '132242.776000', '132302.578000', '132302.581000', '132302.584000', '132302.586000', '132302.589000', '132302.592000', '132302.595000', '132302.598000', '132302.600000', '132302.603000', '132302.606000', '132302.609000', '132302.611000', '132302.614000', '132302.617000', '132302.620000', '132302.623000', '132302.625000', '132302.628000', '132302.631000', '132302.634000', '132302.637000', '132302.639000', '132302.642000', '132302.645000', '132302.648000', '132302.650000', '132302.653000', '132302.656000', '132302.659000', '132302.668000', '132302.671000', '132302.674000', '132302.686000', '132302.688000', '132302.691000', '132302.694000', '132302.697000', '132302.700000', '132302.702000', '132302.705000', '132302.708000', '132302.711000', '132322.577000', '132322.580000', '132322.583000', '132322.585000', '132322.588000', '132322.591000', '132322.594000', '132322.597000', '132322.599000', '132322.602000', '132322.605000', '132322.608000', '132322.610000', '132322.613000', '132322.616000', '132322.624000', '132322.626000', '132322.629000', '132322.632000', '132322.635000', '132322.638000', '132322.640000', '132322.643000', '132322.646000', '132322.649000', '132322.651000', '132322.654000', '132322.657000', '132322.660000', '132322.663000', '132322.666000', '132322.668000', '132322.671000', '132322.674000', '132322.677000', '132322.680000', '132322.682000', '132322.685000', '132322.688000', '132322.691000', '132322.693000', '132322.696000', '132322.699000', '132322.702000', '132342.578000', '132342.581000', '132342.584000', '132342.587000', '132342.589000', '132342.592000', '132342.595000', '132342.598000', '132342.601000', '132342.603000', '132342.606000', '132342.609000', '132342.612000', '132342.615000', '132342.617000', '132342.620000', '132342.623000', '132342.626000', '132342.629000', '132342.631000', '132342.634000', '132342.637000', '132342.640000', '132342.643000', '132342.645000', '132342.648000', '132342.651000', '132342.654000', '132342.657000', '132342.660000', '132342.662000', '132342.665000', '132342.669000', '132342.673000', '132342.675000', '132342.678000', '132342.681000', '132342.684000', '132342.687000', '132342.689000', '132342.706000', '132342.709000', '132342.712000', '132402.578000', '132402.581000', '132402.584000', '132402.586000', '132402.589000', '132402.592000', '132402.595000', '132402.598000', '132402.600000', '132402.608000', '132402.619000', '132402.622000', '132402.624000', '132402.627000', '132402.630000', '132402.633000', '132402.636000', '132402.638000', '132402.641000', '132402.644000', '132402.647000', '132402.650000', '132402.652000', '132402.655000', '132402.658000', '132402.661000', '132402.664000', '132402.667000', '132402.669000', '132402.672000', '132402.675000', '132402.678000', '132402.680000', '132402.683000', '132402.686000', '132402.689000', '132402.692000', '132402.695000', '132402.697000', '132402.700000', '132402.703000', '132402.706000', '132402.709000', '132402.711000', '132422.578000', '132422.581000', '132422.584000', '132422.587000', '132422.589000', '132422.592000', '132422.595000', '132422.598000', '132422.600000', '132422.603000', '132422.606000', '132422.609000', '132422.612000', '132422.615000', '132422.618000', '132422.620000', '132422.623000', '132422.628000', '132422.631000', '132422.634000', '132422.636000', '132422.639000', '132422.642000', '132422.645000', '132422.648000', '132422.651000', '132422.654000', '132422.656000', '132422.659000', '132422.662000', '132422.665000', '132422.668000', '132422.671000', '132422.673000', '132422.676000', '132422.679000', '132422.682000', '132422.685000', '132422.687000', '132422.690000', '132422.693000', '132422.696000', '132422.699000', '132442.578000', '132442.581000', '132442.584000', '132442.587000', '132442.589000', '132442.592000', '132442.595000', '132442.598000', '132442.601000', '132442.604000', '132442.606000', '132442.609000', '132442.612000', '132442.615000', '132442.617000', '132442.620000', '132442.623000', '132442.626000', '132442.629000', '132442.632000', '132442.634000', '132442.637000', '132442.640000', '132442.643000', '132442.646000', '132442.649000', '132442.651000', '132442.654000', '132442.657000', '132442.660000', '132442.663000', '132442.665000', '132442.668000', '132442.671000', '132442.679000', '132442.682000', '132442.684000', '132442.687000', '132442.690000', '132442.693000', '132442.696000', '132442.698000', '132442.701000', '132442.704000', '132502.578000', '132502.581000', '132502.584000', '132502.587000', '132502.589000', '132502.592000', '132502.595000', '132502.598000', '132502.601000', '132502.603000', '132502.606000', '132502.609000', '132502.612000', '132502.615000', '132502.617000', '132502.620000', '132502.623000', '132502.626000', '132502.629000', '132502.632000', '132502.634000', '132502.637000', '132502.640000', '132502.643000', '132502.646000', '132502.649000', '132502.652000', '132502.655000', '132502.657000', '132502.660000', '132502.663000', '132502.666000', '132502.669000', '132502.671000', '132502.674000', '132502.677000', '132502.680000', '132502.683000', '132502.686000', '132502.688000', '132502.691000', '132502.694000', '132502.697000', '132522.578000', '132522.581000', '132522.584000', '132522.587000', '132522.589000', '132522.592000', '132522.595000', '132522.598000', '132522.600000', '132522.603000', '132522.606000', '132522.609000', '132522.612000', '132522.615000', '132522.617000', '132522.620000', '132522.623000', '132522.626000', '132522.629000', '132522.632000', '132522.634000', '132522.637000', '132522.640000', '132522.643000', '132522.646000', '132522.649000', '132522.651000', '132522.654000', '132522.657000', '132522.660000', '132522.663000', '132522.665000', '132522.668000', '132522.671000', '132522.674000', '132522.677000', '132522.690000', '132522.693000', '132522.696000', '132522.699000', '132522.701000', '132522.704000', '132522.707000', '132522.710000', '132542.577000', '132542.580000', '132542.583000', '132542.586000', '132542.588000', '132542.591000', '132542.594000', '132542.597000', '132542.600000', '132542.602000', '132542.605000', '132542.608000', '132542.611000', '132542.614000', '132542.617000', '132542.619000', '132542.622000', '132542.625000', '132542.628000', '132542.631000', '132542.633000', '132542.636000', '132542.639000', '132542.642000', '132542.645000', '132542.648000', '132542.650000', '132542.653000', '132542.656000', '132542.659000', '132542.662000', '132542.664000', '132542.667000', '132542.670000', '132542.673000', '132542.676000', '132542.679000', '132542.681000', '132542.684000', '132542.687000', '132542.690000', '132542.693000', '132542.695000', '132602.578000', '132602.581000', '132602.584000', '132602.587000', '132602.590000', '132602.593000', '132602.595000', '132602.598000', '132602.601000', '132602.604000', '132602.607000', '132602.610000', '132602.612000', '132602.615000', '132602.618000', '132602.621000', '132602.624000', '132602.626000', '132602.629000', '132602.632000', '132602.635000', '132602.638000', '132602.641000', '132602.643000', '132602.646000', '132602.649000', '132602.652000', '132602.654000', '132602.657000', '132602.660000', '132602.663000', '132602.666000', '132602.668000', '132602.671000', '132602.674000', '132602.677000', '132602.680000', '132602.682000', '132602.685000', '132602.688000', '132602.691000', '132602.694000', '132602.696000', '132622.578000', '132622.581000', '132622.584000', '132622.587000', '132622.589000', '132622.592000', '132622.595000', '132622.598000', '132622.601000', '132622.604000', '132622.614000', '132622.616000', '132622.619000', '132622.622000', '132622.625000', '132622.628000', '132622.631000', '132622.633000', '132622.636000', '132622.639000', '132622.642000', '132622.645000', '132622.648000', '132622.650000', '132622.653000', '132622.656000', '132622.659000', '132622.662000', '132622.664000', '132622.667000', '132622.670000', '132622.673000', '132622.676000', '132622.678000', '132622.681000', '132622.684000', '132622.687000', '132622.690000', '132622.693000', '132622.695000', '132622.698000', '132622.701000', '132622.704000', '132622.706000', '132642.578000', '132642.581000', '132642.584000', '132642.587000', '132642.590000', '132642.593000', '132642.595000', '132642.598000', '132642.601000', '132642.604000', '132642.607000', '132642.609000', '132642.612000', '132642.615000', '132642.618000', '132642.621000', '132642.624000', '132642.626000', '132642.629000', '132642.632000', '132642.635000', '132642.638000', '132642.641000', '132642.643000', '132642.646000', '132642.649000', '132642.652000', '132642.655000', '132642.657000', '132642.660000', '132642.663000', '132642.666000', '132642.669000', '132642.671000', '132642.674000', '132642.677000', '132642.680000', '132642.683000', '132642.685000', '132642.688000', '132642.691000', '132642.694000', '132642.697000', '132702.578000', '132702.581000', '132702.584000', '132702.587000', '132702.589000', '132702.592000', '132702.595000', '132702.598000', '132702.601000', '132702.604000', '132702.607000', '132702.609000', '132702.612000', '132702.615000', '132702.618000', '132702.621000', '132702.623000', '132702.626000', '132702.641000', '132702.643000', '132702.646000', '132702.649000', '132702.652000', '132702.655000', '132702.657000', '132702.660000', '132702.663000', '132702.666000', '132702.669000', '132702.671000', '132702.674000', '132702.677000', '132702.680000', '132702.683000', '132702.686000', '132702.688000', '132702.691000', '132702.694000', '132702.697000', '132702.699000', '132702.702000', '132702.705000', '132702.708000', '132702.711000', '132722.578000', '132722.581000', '132722.584000', '132722.587000', '132722.590000', '132722.592000', '132722.595000', '132722.598000', '132722.601000', '132722.604000', '132722.607000', '132722.610000', '132722.613000', '132722.616000', '132722.619000', '132722.621000', '132722.624000', '132722.627000', '132722.630000', '132722.633000', '132722.636000', '132722.638000', '132722.641000', '132722.644000', '132722.647000', '132722.650000', '132722.652000', '132722.655000', '132722.658000', '132722.661000', '132722.664000', '132722.667000', '132722.669000', '132722.672000', '132722.675000', '132722.678000', '132722.681000', '132722.684000', '132722.686000', '132722.689000', '132722.692000', '132722.695000', '132722.698000', '132742.577000', '132742.580000', '132742.583000', '132742.586000', '132742.589000', '132742.591000', '132742.594000', '132742.597000', '132742.600000', '132742.603000', '132742.606000', '132742.608000', '132742.611000', '132742.614000', '132742.617000', '132742.620000', '132742.622000', '132742.625000', '132742.628000', '132742.631000', '132742.634000', '132742.637000', '132742.640000', '132742.642000', '132742.645000', '132742.648000', '132742.651000', '132742.654000', '132742.656000', '132742.659000', '132742.662000', '132742.665000', '132742.668000', '132742.670000', '132742.673000', '132742.676000', '132742.679000', '132742.682000', '132742.684000', '132742.687000', '132742.690000', '132742.693000', '132742.696000', '132742.698000', '132802.577000', '132802.580000', '132802.583000', '132802.586000', '132802.589000', '132802.591000', '132802.594000', '132802.597000', '132802.600000', '132802.605000', '132802.607000', '132802.610000', '132802.613000', '132802.619000', '132802.622000', '132802.625000', '132802.628000', '132802.631000', '132802.634000', '132802.637000', '132802.639000', '132802.642000', '132802.645000', '132802.648000', '132802.651000', '132802.653000', '132802.656000', '132802.659000', '132802.662000', '132802.665000', '132802.668000', '132802.670000', '132802.673000', '132802.676000', '132802.679000', '132802.681000', '132802.684000', '132802.687000', '132802.690000', '132802.693000', '132802.695000', '132802.698000', '132802.701000', '132822.578000', '132822.581000', '132822.584000', '132822.587000', '132822.590000', '132822.592000', '132822.595000', '132822.598000', '132822.601000', '132822.604000', '132822.607000', '132822.609000', '132822.612000', '132822.615000', '132822.618000', '132822.621000', '132822.624000', '132822.626000', '132822.629000', '132822.632000', '132822.635000', '132822.638000', '132822.640000', '132822.643000', '132822.646000', '132822.649000', '132822.652000', '132822.654000', '132822.657000', '132822.672000', '132822.675000', '132822.678000', '132822.681000', '132822.683000', '132822.686000', '132822.689000', '132822.692000', '132822.694000', '132822.697000', '132822.700000', '132822.703000', '132822.706000', '132822.708000', '132822.711000', '132842.578000', '132842.582000', '132842.585000', '132842.588000', '132842.591000', '132842.593000', '132842.596000', '132842.599000', '132842.602000', '132842.605000', '132842.607000', '132842.610000', '132842.613000', '132842.616000', '132842.619000', '132842.622000', '132842.624000', '132842.627000', '132842.630000', '132842.633000', '132842.636000', '132842.639000', '132842.642000', '132842.645000', '132842.647000', '132842.650000', '132842.653000', '132842.656000', '132842.659000', '132842.662000', '132842.664000', '132842.667000', '132842.670000', '132842.673000', '132842.675000', '132842.678000', '132842.681000', '132842.684000', '132842.687000', '132842.689000', '132842.692000', '132842.695000', '132842.698000', '132902.578000', '132902.581000', '132902.584000', '132902.587000', '132902.589000', '132902.592000', '132902.595000', '132902.598000', '132902.601000', '132902.603000', '132902.606000', '132902.609000', '132902.612000', '132902.615000', '132902.618000', '132902.620000', '132902.623000', '132902.626000', '132902.629000', '132902.632000', '132902.634000', '132902.637000', '132902.640000', '132902.643000', '132902.646000', '132902.649000', '132902.651000', '132902.654000', '132902.657000', '132902.660000', '132902.663000', '132902.666000', '132902.668000', '132902.671000', '132902.674000', '132902.677000', '132902.680000', '132902.689000', '132902.692000', '132902.695000', '132902.698000', '132902.701000', '132902.703000', '132902.706000', '132917.202000', '132917.206000', '132917.209000', '132917.212000', '132917.218000', '132917.225000', '132917.228000', '132917.232000', '132917.236000', '132917.242000', '132917.245000', '132917.248000', '132917.253000', '132917.256000', '132917.259000', '132917.264000', '132917.267000', '132917.270000', '132917.273000', '132917.276000', '132917.280000', '132917.284000', '132917.288000', '132917.293000', '132917.296000', '132917.301000', '132917.308000', '132917.312000', '132917.315000', '132917.318000', '132917.322000', '132917.325000'], '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': [9387, 10067, 8761, 10969, 8721, 10103, 8790, 7535, 8989, 10959, 8314, 9895, 7750, 9025, 7332, 8915, 10071, 9073, 9772, 9089, 10106, 8279, 9694, 10560, 9638, 11856, 9872, 10894, 9772, 10429, 9374, 9539, 8256, 9372, 8318, 9226, 10154, 9209, 9664, 9085, 9550, 8566, 9682, 8245, 9272, 9572, 9402, 9420, 8906, 9327, 9027, 9354, 8962, 9309, 8736, 9408, 8619, 9149, 8693, 9070, 7957, 8736, 7201, 8980, 10354, 9041, 9439, 8964, 9339, 8907, 9052, 7880, 8691, 7013, 8899, 9822, 9000, 9411, 8925, 9271, 8643, 9018, 8500, 8823, 7681, 8754, 9459, 8958, 9635, 9122, 9391, 8719, 9057, 7421, 8694, 9879, 9008, 9642, 9057, 9796, 8666, 9229, 7938, 8828, 7582, 8781, 10660, 9390, 9962, 9135, 9939, 8632, 9955, 7917, 8919, 9710, 9094, 9890, 8990, 9826, 9152, 9919, 8888, 9495, 8518, 9678, 8045, 9179, 8826, 9412, 9603, 9174, 10961, 9221, 9638, 8625, 9476, 8607, 8986, 8601, 9369, 8374, 8939, 7933, 8801, 8032, 8886, 7680, 9288, 8662, 9277, 9548, 9152, 10627, 9108, 9752, 8767, 9792, 8570, 9463, 8621, 9106, 7811, 8879, 8921, 9030, 10833, 9575, 9808, 9427, 9749, 8969, 9358, 8932, 9570, 8848, 9595, 8349, 10005, 8349, 9779, 8698, 9230, 8464, 9103, 8970, 9144, 9901, 9453, 9670, 8980, 9591, 8802, 9229, 8458, 9353, 7491, 9209, 9943, 9353, 9951, 8973, 9751, 8995, 9373, 8915, 9592, 8477, 9383, 8753, 9732, 8457, 9372, 8227, 9660, 8245, 9356, 8998, 9164, 9088, 9088, 9608, 8972, 10238, 9275, 9706, 9227, 9761, 8931, 9364, 8374, 8819, 7931, 8986, 7363, 9133, 8990, 9061, 9825, 9211, 9320, 8997, 9192, 8636, 9381, 8177, 9219, 7381, 9063, 8145, 9042, 7639, 8546, 7492, 9026, 8263, 8957, 9969, 9411, 9112, 8930, 10404, 8911, 9774, 8990, 9686, 8831, 9918, 8905, 9234, 8275, 9416, 8151, 9385, 9596, 9145, 9999, 9186, 10494, 8838, 9636, 9122, 9605, 9057, 9954, 8951, 9518, 8085, 9372, 7744, 9396, 10974, 9171, 10054, 9303, 9498, 9265, 9783, 9264, 9597, 9140, 9764, 8678, 9122, 8466, 9140, 8072, 8872, 7593, 8963, 8595, 8989, 9224, 9113, 9202, 9545, 8229, 9109, 8004, 8688, 7989, 9138, 9369, 8792, 10795, 9152, 9980, 9271, 9706, 9381, 9596, 9239, 9671, 9106, 9810, 9266, 9792, 9291, 10183, 8917, 10009, 8671, 9464, 7811, 9520, 11344, 9271, 9799, 9206, 9707, 9216, 9303, 8923, 9106, 8260, 9461, 7225, 8896, 8454, 9190, 8400, 8987, 9373, 9103, 9623, 9109, 9662, 8993, 9320, 8976, 10077, 8980, 9901, 8801, 9450, 8825, 9790, 8804, 10477, 8383, 9213, 9351, 9042, 10514, 9168, 11032, 9039, 9727, 9552, 9681, 8967, 9591, 8758, 9308, 8182, 8959, 7880, 9124, 7876, 8950, 10017, 9536, 9767, 9261, 9736, 8983, 9645, 9096, 9595, 8952, 9803, 8825, 10163, 8491, 9299, 8245, 9330, 7786, 9513, 12013, 9154, 10113, 9052, 9545, 9056, 9301, 8506, 9676, 9884, 9144, 9776, 9172, 9208, 9082, 9481, 8924, 9023, 8508, 7187, 8891, 10566, 9028, 10225, 7905, 8981, 8735, 9390, 9832, 9256, 9488, 9380, 10184, 9943, 9215, 12306, 9570, 11311, 9874, 10897, 9691, 9231, 8912, 9557, 10205, 9234, 10729, 9316, 9383, 9138, 9316, 8907, 9178, 8618, 9031, 9809, 9517, 9801, 9491, 8944, 9389, 8680, 9105, 9006, 9225, 9158, 9540, 9312, 9413, 9854, 9256, 8376, 8836, 8340, 9437, 8580, 9012, 9544, 8054, 9311, 8503, 9287, 9074, 8236, 7785, 9532, 8436, 10211, 9364, 10565, 9210, 9878, 9046, 9735, 9435, 10402, 8461, 9646, 8692, 9320, 8307, 9272, 8116, 9367, 8259, 9526, 8135, 9617, 8210, 9460, 8243, 9276, 8394, 9620, 8489, 9436, 11117, 9877, 12519, 10091, 10627, 9854, 9815, 9362, 9527, 9313, 9281, 9153, 9404, 9187, 9493, 9275, 9568, 8835, 9696, 8984, 9395, 8967, 9509, 8869, 9564, 8642, 9873, 8988, 9864, 9022, 9720, 9404, 9693, 8328, 9911, 8230, 9495, 8388, 9354, 8404, 9186, 12511, 9948, 10721, 9699, 10312, 9620, 9699, 9377, 9532, 8853, 10106, 8464, 9179, 9452, 9729, 9182, 9609, 10185, 9527, 11206, 9744, 9944, 9639, 9632, 9691, 9646, 9487, 9466, 8965, 10054, 9020, 10002, 8920, 9847, 9240, 9747, 9040, 9438, 8545, 9431, 9097, 9387, 11729, 9728, 10952, 9809, 10263, 9573, 9767, 9565, 9504, 9277, 9310, 9226, 9582, 8468, 9559, 8180, 9518, 8159, 9509, 8373, 9842, 9846, 9901, 9065, 9649, 8449, 9403, 9397, 9631, 9998, 9702, 9668, 9713, 8758, 9816, 8843, 9599, 10566, 9546, 11400, 10097, 11007, 9643, 10342, 9554, 9879, 9255, 9913, 9597, 9441, 9507, 9674, 8994, 9371, 8704, 9239, 11392, 9429, 11202, 9715, 10020, 9693, 9981, 9488, 9699, 9217, 9406, 9115, 9301, 8784, 9758, 8684, 9398, 8321, 9333, 8263, 9306, 10851, 9528, 11161, 10035, 10276, 9514, 10309, 9350, 9910, 9159, 9389, 9083, 9493, 11479, 9914, 11005, 9818, 10815, 9587, 9930, 9426, 9676, 9412, 9585, 9472, 9420, 8962, 9491, 8971, 9708, 9276, 9407, 8752, 9517, 8525, 9618, 8466, 9401, 8220, 9259, 8050, 9315, 8488, 9782, 9102, 10136, 8281, 9852, 9025, 10505, 9184, 9256, 10526, 9590, 11394, 9814, 10718, 10012, 10302, 9656, 9856, 9486, 9516, 9308, 9611, 9437, 9775, 9405, 10184, 9536, 10146, 9483, 10072, 9460, 9860, 9476, 9899, 9607, 10279, 9696, 10210, 9778, 10005, 9794, 9954, 9672, 11500, 9761, 10035, 9348, 9493, 11289, 9634, 11099, 9989, 10392, 10073, 9719, 9975, 8275, 9425, 8431, 9417, 10140, 9592, 10560, 9723, 9880, 9838, 10315, 9649, 10104, 9654, 9766, 9782, 9700, 9607, 9938, 9748, 10017, 9212, 9672, 8751, 9276, 10217, 10008, 10724, 9946, 10381, 9841, 9450, 9524, 9746, 9555, 9341, 9656, 9692, 9535, 9389, 9841, 8187, 9507, 8175, 9791, 10526, 9691, 9918, 10021, 8619, 9924, 8789, 10258, 8241, 9644, 8082, 9656, 10745, 10115, 11499, 9986, 11587, 9836, 11490, 9882, 10646, 9876, 10212, 9743, 9762, 9648, 10105, 9457, 10114, 9369, 9896, 8634, 9475, 9391, 9936, 8244, 9714, 8132, 9891, 8193, 9803, 9661, 9690, 10262, 9860, 8889, 9703, 9521, 9587, 12241, 9748, 10632, 9986, 9908, 9655, 9889, 9574, 9986, 9346, 9978, 9246, 9818, 9348, 9716, 9516, 9985, 9402, 10131, 9093, 10228, 8416, 9598, 8819, 9685, 8977], 'WindowCenter': [4004.0, 3997.0, 3961.0, 3967.0, 3957.0, 3965.0, 3945.0, 3934.0, 3955.0, 3951.0, 3920.0, 3939.0, 3909.0, 3942.0, 3910.0, 3942.0, 3953.0, 3942.0, 3951.0, 3941.0, 3952.0, 3928.0, 3940.0, 3937.0, 3927.0, 3936.0, 3927.0, 3924.0, 3913.0, 3938.0, 3914.0, 3911.0, 3890.0, 3898.0, 3887.0, 3911.0, 3910.0, 3912.0, 3912.0, 3912.0, 3923.0, 3902.0, 3925.0, 3928.0, 3939.0, 3937.0, 3925.0, 3924.0, 3928.0, 3926.0, 3927.0, 3937.0, 3939.0, 3939.0, 3929.0, 3954.0, 3944.0, 3953.0, 3930.0, 3940.0, 3918.0, 3942.0, 3920.0, 3941.0, 3950.0, 3941.0, 3954.0, 3955.0, 3951.0, 3942.0, 3953.0, 3929.0, 3943.0, 3909.0, 3953.0, 3952.0, 3967.0, 3967.0, 3955.0, 3953.0, 3943.0, 3953.0, 3943.0, 3954.0, 3932.0, 3955.0, 3952.0, 3966.0, 3965.0, 3955.0, 3955.0, 3943.0, 3954.0, 3921.0, 3943.0, 3953.0, 3954.0, 3978.0, 3956.0, 3963.0, 3942.0, 3955.0, 3932.0, 3954.0, 3921.0, 3943.0, 3964.0, 3955.0, 3965.0, 3953.0, 3952.0, 3941.0, 3953.0, 3930.0, 3943.0, 3940.0, 3941.0, 3951.0, 3955.0, 3953.0, 3952.0, 3951.0, 3942.0, 3951.0, 3942.0, 3953.0, 3930.0, 3967.0, 3954.0, 3954.0, 3941.0, 3952.0, 3962.0, 3942.0, 3941.0, 3930.0, 3951.0, 3943.0, 3953.0, 3943.0, 3952.0, 3930.0, 3941.0, 3931.0, 3942.0, 3929.0, 3943.0, 3933.0, 3966.0, 3955.0, 3955.0, 3952.0, 3954.0, 3963.0, 3942.0, 3952.0, 3940.0, 3953.0, 3943.0, 3952.0, 3941.0, 3941.0, 3920.0, 3942.0, 3939.0, 3940.0, 3962.0, 3954.0, 3952.0, 3952.0, 3951.0, 3941.0, 3940.0, 3941.0, 3950.0, 3943.0, 3967.0, 3944.0, 3954.0, 3944.0, 3966.0, 3943.0, 3942.0, 3928.0, 3941.0, 3929.0, 3939.0, 3950.0, 3963.0, 3965.0, 3942.0, 3951.0, 3941.0, 3951.0, 3932.0, 3950.0, 3908.0, 3951.0, 3965.0, 3953.0, 3951.0, 3941.0, 3950.0, 3940.0, 3941.0, 3940.0, 3952.0, 3944.0, 3955.0, 3941.0, 3952.0, 3930.0, 3941.0, 3930.0, 3951.0, 3930.0, 3941.0, 3941.0, 3941.0, 3929.0, 3941.0, 3939.0, 3940.0, 3949.0, 3942.0, 3939.0, 3940.0, 3950.0, 3942.0, 3939.0, 3928.0, 3937.0, 3919.0, 3941.0, 3918.0, 3953.0, 3940.0, 3944.0, 3964.0, 3953.0, 3939.0, 3952.0, 3951.0, 3942.0, 3953.0, 3931.0, 3954.0, 3934.0, 3954.0, 3931.0, 3942.0, 3932.0, 3942.0, 3921.0, 3954.0, 3942.0, 3956.0, 3968.0, 3955.0, 3941.0, 3954.0, 3964.0, 3954.0, 3952.0, 3953.0, 3965.0, 3954.0, 3953.0, 3942.0, 3953.0, 3942.0, 3952.0, 3930.0, 3953.0, 3965.0, 3953.0, 3952.0, 3942.0, 3949.0, 3940.0, 3940.0, 3940.0, 3952.0, 3941.0, 3951.0, 3940.0, 3952.0, 3928.0, 3941.0, 3919.0, 3940.0, 3961.0, 3953.0, 3951.0, 3939.0, 3938.0, 3939.0, 3938.0, 3938.0, 3938.0, 3929.0, 3939.0, 3930.0, 3940.0, 3929.0, 3940.0, 3917.0, 3929.0, 3917.0, 3942.0, 3940.0, 3941.0, 3952.0, 3954.0, 3953.0, 3954.0, 3932.0, 3941.0, 3931.0, 3942.0, 3932.0, 3953.0, 3941.0, 3942.0, 3950.0, 3952.0, 3953.0, 3952.0, 3940.0, 3940.0, 3938.0, 3939.0, 3939.0, 3929.0, 3939.0, 3938.0, 3950.0, 3941.0, 3950.0, 3927.0, 3937.0, 3917.0, 3938.0, 3905.0, 3938.0, 3948.0, 3926.0, 3937.0, 3939.0, 3939.0, 3928.0, 3926.0, 3927.0, 3927.0, 3917.0, 3939.0, 3920.0, 3941.0, 3943.0, 3952.0, 3929.0, 3953.0, 3941.0, 3943.0, 3952.0, 3942.0, 3952.0, 3953.0, 3954.0, 3955.0, 3954.0, 3952.0, 3952.0, 3953.0, 3953.0, 3953.0, 3964.0, 3953.0, 3963.0, 3944.0, 3955.0, 3952.0, 3942.0, 3950.0, 3952.0, 3950.0, 3940.0, 3940.0, 3941.0, 3940.0, 3942.0, 3951.0, 3941.0, 3940.0, 3929.0, 3940.0, 3929.0, 3951.0, 3930.0, 3942.0, 3953.0, 3954.0, 3952.0, 3953.0, 3951.0, 3941.0, 3940.0, 3941.0, 3952.0, 3939.0, 3951.0, 3940.0, 3950.0, 3929.0, 3941.0, 3929.0, 3951.0, 3920.0, 3953.0, 3973.0, 3943.0, 3953.0, 3941.0, 3939.0, 3927.0, 3929.0, 3917.0, 3939.0, 3937.0, 3927.0, 3938.0, 3942.0, 3951.0, 3954.0, 3953.0, 3941.0, 3940.0, 3939.0, 3919.0, 3952.0, 3950.0, 3929.0, 3949.0, 3916.0, 3939.0, 3929.0, 3952.0, 3950.0, 3940.0, 3951.0, 3937.0, 3950.0, 3937.0, 3927.0, 3947.0, 3927.0, 3935.0, 3913.0, 3923.0, 3910.0, 3900.0, 3888.0, 3899.0, 3908.0, 3898.0, 3907.0, 3898.0, 3898.0, 3898.0, 3899.0, 3899.0, 3911.0, 3912.0, 3926.0, 3936.0, 3924.0, 3922.0, 3925.0, 3913.0, 3925.0, 3915.0, 3939.0, 3926.0, 3938.0, 3951.0, 3951.0, 3939.0, 3942.0, 3951.0, 3951.0, 3943.0, 3969.0, 3945.0, 3953.0, 3957.0, 3955.0, 3966.0, 3944.0, 3954.0, 3956.0, 3966.0, 3953.0, 3945.0, 3945.0, 3964.0, 3956.0, 3976.0, 3968.0, 3976.0, 3953.0, 3952.0, 3941.0, 3953.0, 3954.0, 3976.0, 3942.0, 3952.0, 3929.0, 3940.0, 3928.0, 3939.0, 3918.0, 3941.0, 3930.0, 3951.0, 3932.0, 3953.0, 3932.0, 3953.0, 3930.0, 3941.0, 3929.0, 3941.0, 3928.0, 3939.0, 3950.0, 3952.0, 3972.0, 3950.0, 3938.0, 3940.0, 3937.0, 3927.0, 3927.0, 3927.0, 3928.0, 3927.0, 3940.0, 3940.0, 3953.0, 3954.0, 3951.0, 3941.0, 3940.0, 3940.0, 3942.0, 3942.0, 3952.0, 3954.0, 3954.0, 3954.0, 3953.0, 3943.0, 3953.0, 3943.0, 3952.0, 3942.0, 3953.0, 3944.0, 3954.0, 3932.0, 3955.0, 3931.0, 3953.0, 3931.0, 3953.0, 3960.0, 3953.0, 3964.0, 3952.0, 3938.0, 3939.0, 3939.0, 3940.0, 3940.0, 3939.0, 3950.0, 3931.0, 3952.0, 3951.0, 3940.0, 3938.0, 3951.0, 3949.0, 3950.0, 3950.0, 3940.0, 3950.0, 3941.0, 3941.0, 3940.0, 3939.0, 3940.0, 3938.0, 3939.0, 3949.0, 3941.0, 3951.0, 3942.0, 3963.0, 3953.0, 3952.0, 3941.0, 3952.0, 3941.0, 3952.0, 3941.0, 3941.0, 3972.0, 3953.0, 3964.0, 3950.0, 3949.0, 3940.0, 3949.0, 3951.0, 3951.0, 3951.0, 3951.0, 3954.0, 3953.0, 3931.0, 3952.0, 3929.0, 3953.0, 3930.0, 3952.0, 3942.0, 3966.0, 3966.0, 3963.0, 3941.0, 3952.0, 3932.0, 3953.0, 3952.0, 3953.0, 3952.0, 3955.0, 3953.0, 3954.0, 3940.0, 3954.0, 3941.0, 3952.0, 3951.0, 3953.0, 3972.0, 3953.0, 3960.0, 3952.0, 3951.0, 3950.0, 3939.0, 3939.0, 3939.0, 3939.0, 3940.0, 3951.0, 3939.0, 3928.0, 3939.0, 3928.0, 3940.0, 3948.0, 3939.0, 3959.0, 3940.0, 3940.0, 3937.0, 3936.0, 3938.0, 3936.0, 3939.0, 3938.0, 3939.0, 3941.0, 3943.0, 3952.0, 3942.0, 3941.0, 3929.0, 3952.0, 3927.0, 3951.0, 3949.0, 3940.0, 3963.0, 3952.0, 3950.0, 3939.0, 3948.0, 3940.0, 3938.0, 3926.0, 3939.0, 3927.0, 3940.0, 3960.0, 3939.0, 3935.0, 3939.0, 3936.0, 3939.0, 3937.0, 3939.0, 3938.0, 3940.0, 3952.0, 3951.0, 3939.0, 3940.0, 3938.0, 3939.0, 3951.0, 3940.0, 3940.0, 3940.0, 3952.0, 3944.0, 3952.0, 3930.0, 3951.0, 3930.0, 3952.0, 3931.0, 3953.0, 3943.0, 3976.0, 3956.0, 3964.0, 3943.0, 3963.0, 3954.0, 3976.0, 3951.0, 3953.0, 3950.0, 3952.0, 3973.0, 3965.0, 3963.0, 3951.0, 3950.0, 3950.0, 3939.0, 3940.0, 3938.0, 3940.0, 3964.0, 3955.0, 3963.0, 3953.0, 3961.0, 3963.0, 3963.0, 3951.0, 3951.0, 3951.0, 3953.0, 3952.0, 3951.0, 3951.0, 3951.0, 3951.0, 3949.0, 3950.0, 3951.0, 3953.0, 3953.0, 3940.0, 3960.0, 3937.0, 3940.0, 3925.0, 3927.0, 3934.0, 3925.0, 3948.0, 3949.0, 3949.0, 3938.0, 3937.0, 3937.0, 3917.0, 3940.0, 3928.0, 3942.0, 3949.0, 3940.0, 3950.0, 3950.0, 3949.0, 3951.0, 3939.0, 3940.0, 3938.0, 3938.0, 3938.0, 3938.0, 3939.0, 3939.0, 3939.0, 3937.0, 3937.0, 3926.0, 3938.0, 3915.0, 3926.0, 3937.0, 3950.0, 3949.0, 3938.0, 3936.0, 3938.0, 3937.0, 3949.0, 3939.0, 3950.0, 3952.0, 3965.0, 3953.0, 3965.0, 3954.0, 3953.0, 3942.0, 3964.0, 3942.0, 3964.0, 3962.0, 3952.0, 3953.0, 3964.0, 3943.0, 3950.0, 3942.0, 3961.0, 3929.0, 3950.0, 3919.0, 3952.0, 3960.0, 3952.0, 3963.0, 3949.0, 3959.0, 3949.0, 3947.0, 3938.0, 3936.0, 3938.0, 3948.0, 3939.0, 3939.0, 3940.0, 3937.0, 3938.0, 3948.0, 3927.0, 3938.0, 3916.0, 3940.0, 3940.0, 3938.0, 3917.0, 3938.0, 3918.0, 3949.0, 3928.0, 3950.0, 3940.0, 3952.0, 3951.0, 3940.0, 3929.0, 3950.0, 3939.0, 3952.0, 3960.0, 3938.0, 3949.0, 3951.0, 3951.0, 3950.0, 3938.0, 3938.0, 3937.0, 3939.0, 3950.0, 3939.0, 3948.0, 3939.0, 3950.0, 3940.0, 3951.0, 3940.0, 3949.0, 3939.0, 3950.0, 3927.0, 3939.0, 3928.0, 3953.0, 3952.0], 'WindowWidth': [8958.0, 8931.0, 8870.0, 8864.0, 8853.0, 8857.0, 8831.0, 8814.0, 8842.0, 8830.0, 8784.0, 8809.0, 8769.0, 8818.0, 8772.0, 8820.0, 8834.0, 8820.0, 8832.0, 8816.0, 8832.0, 8793.0, 8812.0, 8803.0, 8788.0, 8798.0, 8785.0, 8779.0, 8760.0, 8807.0, 8765.0, 8757.0, 8725.0, 8732.0, 8716.0, 8755.0, 8752.0, 8759.0, 8759.0, 8758.0, 8777.0, 8746.0, 8781.0, 8794.0, 8810.0, 8803.0, 8784.0, 8780.0, 8790.0, 8786.0, 8790.0, 8804.0, 8811.0, 8810.0, 8797.0, 8840.0, 8826.0, 8836.0, 8799.0, 8812.0, 8781.0, 8822.0, 8788.0, 8819.0, 8827.0, 8818.0, 8842.0, 8845.0, 8832.0, 8819.0, 8838.0, 8799.0, 8823.0, 8772.0, 8837.0, 8834.0, 8863.0, 8865.0, 8845.0, 8836.0, 8822.0, 8838.0, 8823.0, 8842.0, 8807.0, 8843.0, 8836.0, 8861.0, 8858.0, 8842.0, 8841.0, 8823.0, 8841.0, 8791.0, 8825.0, 8837.0, 8840.0, 8881.0, 8847.0, 8853.0, 8821.0, 8844.0, 8807.0, 8840.0, 8791.0, 8825.0, 8853.0, 8843.0, 8855.0, 8836.0, 8832.0, 8817.0, 8835.0, 8799.0, 8820.0, 8814.0, 8817.0, 8832.0, 8841.0, 8836.0, 8833.0, 8829.0, 8819.0, 8831.0, 8820.0, 8837.0, 8801.0, 8861.0, 8843.0, 8839.0, 8816.0, 8833.0, 8846.0, 8819.0, 8816.0, 8800.0, 8831.0, 8825.0, 8839.0, 8823.0, 8833.0, 8801.0, 8818.0, 8802.0, 8821.0, 8799.0, 8823.0, 8810.0, 8859.0, 8843.0, 8842.0, 8835.0, 8839.0, 8850.0, 8822.0, 8833.0, 8816.0, 8836.0, 8824.0, 8834.0, 8815.0, 8818.0, 8788.0, 8819.0, 8812.0, 8816.0, 8846.0, 8839.0, 8834.0, 8833.0, 8829.0, 8818.0, 8815.0, 8818.0, 8829.0, 8821.0, 8866.0, 8826.0, 8839.0, 8825.0, 8858.0, 8823.0, 8818.0, 8795.0, 8816.0, 8797.0, 8811.0, 8827.0, 8852.0, 8857.0, 8822.0, 8829.0, 8817.0, 8831.0, 8803.0, 8829.0, 8769.0, 8831.0, 8858.0, 8837.0, 8830.0, 8818.0, 8827.0, 8815.0, 8816.0, 8814.0, 8834.0, 8829.0, 8841.0, 8818.0, 8832.0, 8801.0, 8816.0, 8799.0, 8831.0, 8798.0, 8817.0, 8818.0, 8816.0, 8795.0, 8817.0, 8811.0, 8814.0, 8824.0, 8817.0, 8810.0, 8811.0, 8827.0, 8818.0, 8809.0, 8792.0, 8806.0, 8781.0, 8816.0, 8782.0, 8835.0, 8814.0, 8825.0, 8854.0, 8838.0, 8813.0, 8834.0, 8830.0, 8821.0, 8838.0, 8804.0, 8841.0, 8814.0, 8841.0, 8804.0, 8822.0, 8805.0, 8822.0, 8790.0, 8839.0, 8820.0, 8847.0, 8866.0, 8843.0, 8820.0, 8841.0, 8853.0, 8841.0, 8834.0, 8836.0, 8858.0, 8841.0, 8838.0, 8821.0, 8837.0, 8818.0, 8834.0, 8800.0, 8838.0, 8856.0, 8838.0, 8831.0, 8819.0, 8826.0, 8815.0, 8815.0, 8814.0, 8832.0, 8818.0, 8830.0, 8814.0, 8832.0, 8795.0, 8816.0, 8783.0, 8814.0, 8845.0, 8836.0, 8829.0, 8810.0, 8808.0, 8810.0, 8806.0, 8806.0, 8808.0, 8795.0, 8811.0, 8799.0, 8813.0, 8795.0, 8811.0, 8775.0, 8796.0, 8778.0, 8820.0, 8816.0, 8816.0, 8834.0, 8839.0, 8840.0, 8839.0, 8805.0, 8818.0, 8803.0, 8823.0, 8807.0, 8837.0, 8816.0, 8820.0, 8828.0, 8833.0, 8835.0, 8833.0, 8812.0, 8813.0, 8806.0, 8810.0, 8809.0, 8796.0, 8810.0, 8807.0, 8827.0, 8818.0, 8826.0, 8790.0, 8804.0, 8776.0, 8805.0, 8757.0, 8805.0, 8818.0, 8786.0, 8804.0, 8809.0, 8810.0, 8792.0, 8788.0, 8788.0, 8792.0, 8776.0, 8809.0, 8788.0, 8819.0, 8822.0, 8834.0, 8800.0, 8835.0, 8817.0, 8822.0, 8833.0, 8820.0, 8833.0, 8838.0, 8841.0, 8842.0, 8838.0, 8835.0, 8831.0, 8836.0, 8836.0, 8838.0, 8853.0, 8836.0, 8852.0, 8827.0, 8843.0, 8833.0, 8820.0, 8827.0, 8834.0, 8827.0, 8814.0, 8813.0, 8814.0, 8813.0, 8819.0, 8832.0, 8816.0, 8814.0, 8798.0, 8815.0, 8797.0, 8830.0, 8799.0, 8820.0, 8839.0, 8840.0, 8833.0, 8834.0, 8831.0, 8816.0, 8815.0, 8816.0, 8833.0, 8811.0, 8829.0, 8816.0, 8828.0, 8797.0, 8815.0, 8797.0, 8831.0, 8786.0, 8838.0, 8861.0, 8822.0, 8835.0, 8815.0, 8809.0, 8788.0, 8795.0, 8774.0, 8808.0, 8801.0, 8790.0, 8806.0, 8819.0, 8831.0, 8841.0, 8836.0, 8817.0, 8816.0, 8811.0, 8785.0, 8834.0, 8824.0, 8794.0, 8823.0, 8776.0, 8811.0, 8795.0, 8833.0, 8827.0, 8815.0, 8830.0, 8806.0, 8826.0, 8803.0, 8790.0, 8816.0, 8789.0, 8797.0, 8761.0, 8775.0, 8753.0, 8740.0, 8719.0, 8736.0, 8745.0, 8732.0, 8743.0, 8734.0, 8733.0, 8734.0, 8738.0, 8737.0, 8757.0, 8761.0, 8785.0, 8799.0, 8779.0, 8774.0, 8781.0, 8762.0, 8782.0, 8769.0, 8812.0, 8787.0, 8808.0, 8830.0, 8831.0, 8811.0, 8819.0, 8831.0, 8833.0, 8825.0, 8869.0, 8829.0, 8836.0, 8849.0, 8843.0, 8857.0, 8825.0, 8840.0, 8844.0, 8859.0, 8837.0, 8828.0, 8829.0, 8855.0, 8845.0, 8873.0, 8866.0, 8870.0, 8835.0, 8832.0, 8816.0, 8834.0, 8839.0, 8873.0, 8820.0, 8831.0, 8795.0, 8813.0, 8792.0, 8809.0, 8779.0, 8817.0, 8797.0, 8829.0, 8809.0, 8835.0, 8805.0, 8833.0, 8800.0, 8816.0, 8795.0, 8816.0, 8791.0, 8810.0, 8823.0, 8831.0, 8860.0, 8825.0, 8806.0, 8809.0, 8801.0, 8789.0, 8790.0, 8788.0, 8793.0, 8789.0, 8810.0, 8812.0, 8834.0, 8839.0, 8832.0, 8817.0, 8813.0, 8814.0, 8817.0, 8819.0, 8833.0, 8837.0, 8840.0, 8841.0, 8835.0, 8823.0, 8835.0, 8822.0, 8835.0, 8818.0, 8836.0, 8826.0, 8838.0, 8806.0, 8840.0, 8804.0, 8836.0, 8801.0, 8836.0, 8841.0, 8835.0, 8851.0, 8830.0, 8808.0, 8808.0, 8807.0, 8812.0, 8813.0, 8811.0, 8828.0, 8803.0, 8832.0, 8829.0, 8813.0, 8807.0, 8828.0, 8823.0, 8827.0, 8826.0, 8813.0, 8825.0, 8817.0, 8816.0, 8813.0, 8810.0, 8811.0, 8808.0, 8810.0, 8824.0, 8815.0, 8831.0, 8819.0, 8849.0, 8837.0, 8833.0, 8816.0, 8833.0, 8815.0, 8833.0, 8816.0, 8817.0, 8859.0, 8836.0, 8850.0, 8826.0, 8822.0, 8813.0, 8824.0, 8830.0, 8831.0, 8829.0, 8829.0, 8838.0, 8835.0, 8803.0, 8831.0, 8798.0, 8835.0, 8801.0, 8833.0, 8821.0, 8859.0, 8857.0, 8850.0, 8817.0, 8835.0, 8805.0, 8837.0, 8832.0, 8836.0, 8833.0, 8841.0, 8839.0, 8838.0, 8814.0, 8837.0, 8815.0, 8834.0, 8829.0, 8835.0, 8863.0, 8835.0, 8841.0, 8832.0, 8829.0, 8826.0, 8811.0, 8809.0, 8809.0, 8812.0, 8814.0, 8827.0, 8809.0, 8793.0, 8810.0, 8791.0, 8813.0, 8821.0, 8807.0, 8838.0, 8813.0, 8812.0, 8804.0, 8800.0, 8807.0, 8801.0, 8810.0, 8808.0, 8810.0, 8816.0, 8822.0, 8833.0, 8817.0, 8815.0, 8796.0, 8832.0, 8794.0, 8831.0, 8823.0, 8812.0, 8849.0, 8831.0, 8824.0, 8809.0, 8820.0, 8810.0, 8809.0, 8786.0, 8809.0, 8790.0, 8812.0, 8840.0, 8808.0, 8798.0, 8806.0, 8800.0, 8808.0, 8803.0, 8809.0, 8806.0, 8814.0, 8834.0, 8831.0, 8810.0, 8812.0, 8808.0, 8809.0, 8827.0, 8814.0, 8815.0, 8814.0, 8834.0, 8826.0, 8835.0, 8802.0, 8832.0, 8800.0, 8834.0, 8803.0, 8836.0, 8823.0, 8873.0, 8846.0, 8855.0, 8825.0, 8850.0, 8838.0, 8871.0, 8831.0, 8837.0, 8828.0, 8833.0, 8863.0, 8854.0, 8848.0, 8829.0, 8826.0, 8826.0, 8810.0, 8812.0, 8808.0, 8812.0, 8854.0, 8842.0, 8851.0, 8837.0, 8845.0, 8850.0, 8849.0, 8832.0, 8829.0, 8828.0, 8836.0, 8834.0, 8828.0, 8829.0, 8829.0, 8830.0, 8825.0, 8828.0, 8830.0, 8836.0, 8834.0, 8812.0, 8839.0, 8802.0, 8810.0, 8784.0, 8788.0, 8794.0, 8784.0, 8821.0, 8823.0, 8824.0, 8806.0, 8802.0, 8803.0, 8777.0, 8813.0, 8792.0, 8818.0, 8821.0, 8812.0, 8825.0, 8828.0, 8826.0, 8828.0, 8809.0, 8812.0, 8807.0, 8807.0, 8806.0, 8806.0, 8811.0, 8810.0, 8808.0, 8803.0, 8804.0, 8786.0, 8805.0, 8770.0, 8788.0, 8802.0, 8826.0, 8824.0, 8806.0, 8801.0, 8808.0, 8804.0, 8823.0, 8810.0, 8826.0, 8834.0, 8857.0, 8838.0, 8856.0, 8838.0, 8835.0, 8819.0, 8852.0, 8820.0, 8853.0, 8845.0, 8833.0, 8835.0, 8853.0, 8824.0, 8828.0, 8818.0, 8844.0, 8798.0, 8827.0, 8784.0, 8832.0, 8842.0, 8832.0, 8847.0, 8824.0, 8835.0, 8824.0, 8818.0, 8807.0, 8801.0, 8806.0, 8821.0, 8810.0, 8810.0, 8810.0, 8803.0, 8806.0, 8820.0, 8790.0, 8806.0, 8774.0, 8812.0, 8812.0, 8808.0, 8777.0, 8809.0, 8780.0, 8825.0, 8793.0, 8827.0, 8813.0, 8833.0, 8829.0, 8813.0, 8795.0, 8828.0, 8811.0, 8831.0, 8840.0, 8805.0, 8822.0, 8829.0, 8830.0, 8825.0, 8805.0, 8806.0, 8802.0, 8810.0, 8828.0, 8810.0, 8821.0, 8812.0, 8826.0, 8812.0, 8830.0, 8813.0, 8824.0, 8810.0, 8826.0, 8792.0, 8811.0, 8794.0, 8837.0, 8836.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.0008400109529025192</td></tr>
<tr><td colspan=3>aqi</td><td>0.025036054983570647</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.53676844074564</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.218531758629388</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9707043619078934</td></tr>
<tr><td colspan=3>efc</td><td>0.4524</td></tr>
<tr><td colspan=3>fber</td><td>6591.0615</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08714980436305254</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>28</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.0668127053669223</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.640127135197872</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6416001188375273</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.802629478634652</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.476151808121437</td></tr>
<tr><td colspan=3>gcor</td><td>0.014159</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0071839261800050735</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021719856187701225</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>913</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.721775866653848</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>38.8836</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.9691</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>147.8971</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>306410.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>663.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>306.2269</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0536</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>514.2673</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3170.0782</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3367.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70134.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>955.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4208.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>904.6692</td></tr>
<tr><td colspan=3>tsnr</td><td>39.07885820546653</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>