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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0014/ses-02/func/sub-0014_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>e952581717b8d55e4ed6f23d6166f783</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>15:57:5.657500</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.998954, 0.00268722, 0.0456377, -0.0104614, 0.98522, 0.170977]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0954469</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4157, -7747, -7256, 476, -80, -26, 54, 51]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.355</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e3455867-56f0-4591-90f0-265e2e8b394c||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.680121660232544, -0.028067218139767647, 0.12015999108552933, 109.26372528076172], [-0.007209617178887129, 2.6432721614837646, 0.46244311332702637, -105.91155242919922], [0.12244260311126709, -0.45871761441230774, 2.6573874950408936, -49.01698303222656], [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': ['155705.657500', '155706.117500', '155706.577500', '155707.037500', '155707.497500', '155707.957500', '155708.417500', '155708.877500', '155709.337500', '155709.797500', '155710.257500', '155710.717500', '155711.177500', '155711.637500', '155712.097500', '155712.557500', '155713.017500', '155713.477500', '155713.937500', '155714.397500', '155714.857500', '155715.317500', '155715.777500', '155716.237500', '155716.697500', '155717.157500', '155717.617500', '155718.077500', '155718.537500', '155718.997500', '155719.457500', '155719.917500', '155720.377500', '155720.837500', '155721.297500', '155721.757500', '155722.217500', '155722.677500', '155723.137500', '155723.597500', '155724.057500', '155724.517500', '155724.977500', '155725.437500', '155725.897500', '155726.357500', '155726.817500', '155727.277500', '155727.737500', '155728.197500', '155728.657500', '155729.117500', '155729.577500', '155730.037500', '155730.497500', '155730.957500', '155731.417500', '155731.877500', '155732.337500', '155732.797500', '155733.257500', '155733.717500', '155734.177500', '155734.637500', '155735.097500', '155735.557500', '155736.017500', '155736.477500', '155736.937500', '155737.397500', '155737.857500', '155738.317500', '155738.777500', '155739.237500', '155739.697500', '155740.157500', '155740.617500', '155741.077500', '155741.537500', '155741.997500', '155742.457500', '155742.917500', '155743.377500', '155743.837500', '155744.297500', '155744.757500', '155745.217500', '155745.677500', '155746.137500', '155746.597500', '155747.057500', '155747.517500', '155747.977500', '155748.437500', '155748.897500', '155749.357500', '155749.817500', '155750.277500', '155750.737500', '155751.197500', '155751.657500', '155752.117500', '155752.577500', '155753.037500', '155753.497500', '155753.957500', '155754.417500', '155754.877500', '155755.337500', '155755.797500', '155756.257500', '155756.717500', '155757.177500', '155757.637500', '155758.097500', '155758.557500', '155759.017500', '155759.477500', '155759.937500', '155800.397500', '155800.857500', '155801.317500', '155801.777500', '155802.237500', '155802.697500', '155803.157500', '155803.617500', '155804.077500', '155804.537500', '155804.997500', '155805.457500', '155805.917500', '155806.377500', '155806.837500', '155807.297500', '155807.757500', '155808.217500', '155808.677500', '155809.137500', '155809.597500', '155810.057500', '155810.517500', '155810.977500', '155811.437500', '155811.897500', '155812.357500', '155812.817500', '155813.277500', '155813.737500', '155814.197500', '155814.657500', '155815.117500', '155815.577500', '155816.037500', '155816.497500', '155816.957500', '155817.417500', '155817.877500', '155818.337500', '155818.797500', '155819.257500', '155819.717500', '155820.177500', '155820.637500', '155821.097500', '155821.557500', '155822.017500', '155822.477500', '155822.937500', '155823.397500', '155823.857500', '155824.317500', '155824.777500', '155825.237500', '155825.697500', '155826.157500', '155826.617500', '155827.077500', '155827.537500', '155827.997500', '155828.457500', '155828.917500', '155829.377500', '155829.837500', '155830.297500', '155830.757500', '155831.217500', '155831.677500', '155832.137500', '155832.597500', '155833.057500', '155833.517500', '155833.977500', '155834.437500', '155834.897500', '155835.357500', '155835.817500', '155836.277500', '155836.737500', '155837.197500', '155837.657500', '155838.117500', '155838.577500', '155839.037500', '155839.497500', '155839.957500', '155840.417500', '155840.877500', '155841.337500', '155841.797500', '155842.257500', '155842.717500', '155843.177500', '155843.637500', '155844.097500', '155844.557500', '155845.017500', '155845.477500', '155845.937500', '155846.397500', '155846.857500', '155847.317500', '155847.777500', '155848.237500', '155848.697500', '155849.157500', '155849.617500', '155850.077500', '155850.537500', '155850.997500', '155851.457500', '155851.917500', '155852.377500', '155852.837500', '155853.297500', '155853.757500', '155854.217500', '155854.677500', '155855.137500', '155855.597500', '155856.057500', '155856.517500', '155856.977500', '155857.437500', '155857.897500', '155858.357500', '155858.817500', '155859.277500', '155859.737500', '155900.197500', '155900.657500', '155901.117500', '155901.577500', '155902.037500', '155902.497500', '155902.957500', '155903.417500', '155903.877500', '155904.337500', '155904.797500', '155905.257500', '155905.717500', '155906.177500', '155906.637500', '155907.097500', '155907.557500', '155908.017500', '155908.477500', '155908.937500', '155909.397500', '155909.857500', '155910.317500', '155910.777500', '155911.237500', '155911.697500', '155912.157500', '155912.617500', '155913.077500', '155913.537500', '155913.997500', '155914.457500', '155914.917500', '155915.377500', '155915.837500', '155916.297500', '155916.757500', '155917.217500', '155917.677500', '155918.137500', '155918.597500', '155919.057500', '155919.517500', '155919.977500', '155920.437500', '155920.897500', '155921.357500', '155921.817500', '155922.277500', '155922.737500', '155923.197500', '155923.657500', '155924.117500', '155924.577500', '155925.037500', '155925.497500', '155925.957500', '155926.417500', '155926.877500', '155927.337500', '155927.797500', '155928.257500', '155928.717500', '155929.177500', '155929.637500', '155930.097500', '155930.557500', '155931.017500', '155931.477500', '155931.937500', '155932.397500', '155932.857500', '155933.317500', '155933.777500', '155934.237500', '155934.697500', '155935.157500', '155935.617500', '155936.077500', '155936.537500', '155936.997500', '155937.457500', '155937.917500', '155938.377500', '155938.837500', '155939.297500', '155939.757500', '155940.217500', '155940.677500', '155941.137500', '155941.597500', '155942.057500', '155942.517500', '155942.977500', '155943.437500', '155943.897500', '155944.357500', '155944.817500', '155945.277500', '155945.737500', '155946.197500', '155946.657500', '155947.117500', '155947.577500', '155948.037500', '155948.497500', '155948.957500', '155949.417500', '155949.877500', '155950.337500', '155950.797500', '155951.257500', '155951.717500', '155952.177500', '155952.637500', '155953.097500', '155953.557500', '155954.017500', '155954.477500', '155954.937500', '155955.397500', '155955.857500', '155956.317500', '155956.777500', '155957.237500', '155957.697500', '155958.157500', '155958.617500', '155959.077500', '155959.537500', '155959.997500', '160000.457500', '160000.917500', '160001.377500', '160001.837500', '160002.297500', '160002.757500', '160003.217500', '160003.677500', '160004.137500', '160004.597500', '160005.057500', '160005.517500', '160005.977500', '160006.437500', '160006.897500', '160007.357500', '160007.817500', '160008.277500', '160008.737500', '160009.197500', '160009.657500', '160010.117500', '160010.577500', '160011.037500', '160011.497500', '160011.957500', '160012.417500', '160012.877500', '160013.337500', '160013.797500', '160014.257500', '160014.717500', '160015.177500', '160015.637500', '160016.097500', '160016.557500', '160017.017500', '160017.477500', '160017.937500', '160018.397500', '160018.857500', '160019.317500', '160019.777500', '160020.237500', '160020.697500', '160021.157500', '160021.617500', '160022.077500', '160022.537500', '160022.997500', '160023.457500', '160023.917500', '160024.377500', '160024.837500', '160025.297500', '160025.757500', '160026.217500', '160026.677500', '160027.137500', '160027.597500', '160028.057500', '160028.517500', '160028.977500', '160029.437500', '160029.897500', '160030.357500', '160030.817500', '160031.277500', '160031.737500', '160032.197500', '160032.657500', '160033.117500', '160033.577500', '160034.037500', '160034.497500', '160034.957500', '160035.417500', '160035.877500', '160036.337500', '160036.797500', '160037.257500', '160037.717500', '160038.177500', '160038.637500', '160039.097500', '160039.557500', '160040.017500', '160040.477500', '160040.937500', '160041.397500', '160041.857500', '160042.317500', '160042.777500', '160043.237500', '160043.697500', '160044.157500', '160044.617500', '160045.077500', '160045.537500', '160045.997500', '160046.457500', '160046.917500', '160047.377500', '160047.837500', '160048.297500', '160048.757500', '160049.217500', '160049.677500', '160050.137500', '160050.597500', '160051.057500', '160051.517500', '160051.977500', '160052.437500', '160052.897500', '160053.357500', '160053.817500', '160054.277500', '160054.737500', '160055.197500', '160055.657500', '160056.117500', '160056.577500', '160057.037500', '160057.497500', '160057.957500', '160058.417500', '160058.877500', '160059.337500', '160059.797500', '160100.257500', '160100.717500', '160101.177500', '160101.637500', '160102.097500', '160102.557500', '160103.017500', '160103.477500', '160103.937500', '160104.397500', '160104.857500', '160105.317500', '160105.777500', '160106.237500', '160106.697500', '160107.157500', '160107.617500', '160108.077500', '160108.537500', '160108.997500', '160109.457500', '160109.917500', '160110.377500', '160110.837500', '160111.297500', '160111.757500', '160112.217500', '160112.677500', '160113.137500', '160113.597500', '160114.057500', '160114.517500', '160114.977500', '160115.437500', '160115.897500', '160116.357500', '160116.817500', '160117.277500', '160117.737500', '160118.197500', '160118.657500', '160119.117500', '160119.577500', '160120.037500', '160120.497500', '160120.957500', '160121.417500', '160121.877500', '160122.337500', '160122.797500', '160123.257500', '160123.717500', '160124.177500', '160124.637500', '160125.097500', '160125.557500', '160126.017500', '160126.477500', '160126.937500', '160127.397500', '160127.857500', '160128.317500', '160128.777500', '160129.237500', '160129.697500', '160130.157500', '160130.617500', '160131.077500', '160131.537500', '160131.997500', '160132.457500', '160132.917500', '160133.377500', '160133.837500', '160134.297500', '160134.757500', '160135.217500', '160135.677500', '160136.137500', '160136.597500', '160137.057500', '160137.517500', '160137.977500', '160138.437500', '160138.897500', '160139.357500', '160139.817500', '160140.277500', '160140.737500', '160141.197500', '160141.657500', '160142.117500', '160142.577500', '160143.037500', '160143.497500', '160143.957500', '160144.417500', '160144.877500', '160145.337500', '160145.797500', '160146.257500', '160146.717500', '160147.177500', '160147.637500', '160148.097500', '160148.557500', '160149.017500', '160149.477500', '160149.937500', '160150.397500', '160150.857500', '160151.317500', '160151.777500', '160152.237500', '160152.697500', '160153.157500', '160153.617500', '160154.077500', '160154.537500', '160154.997500', '160155.457500', '160155.917500', '160156.377500', '160156.837500', '160157.297500', '160157.757500', '160158.217500', '160158.677500', '160159.137500', '160159.597500', '160200.057500', '160200.517500', '160200.977500', '160201.437500', '160201.897500', '160202.357500', '160202.817500', '160203.277500', '160203.737500', '160204.197500', '160204.657500', '160205.117500', '160205.577500', '160206.037500', '160206.497500', '160206.957500', '160207.417500', '160207.877500', '160208.337500', '160208.797500', '160209.257500', '160209.717500', '160210.177500', '160210.637500', '160211.097500', '160211.557500', '160212.017500', '160212.477500', '160212.937500', '160213.397500', '160213.857500', '160214.317500', '160214.777500', '160215.237500', '160215.697500', '160216.157500', '160216.617500', '160217.077500', '160217.537500', '160217.997500', '160218.457500', '160218.917500', '160219.377500', '160219.837500', '160220.297500', '160220.757500', '160221.217500', '160221.677500', '160222.137500', '160222.597500', '160223.057500', '160223.517500', '160223.977500', '160224.437500', '160224.897500', '160225.357500', '160225.817500', '160226.277500', '160226.737500', '160227.197500', '160227.657500', '160228.117500', '160228.577500', '160229.037500', '160229.497500', '160229.957500', '160230.417500', '160230.877500', '160231.337500', '160231.797500', '160232.257500', '160232.717500', '160233.177500', '160233.637500', '160234.097500', '160234.557500', '160235.017500', '160235.477500', '160235.937500', '160236.397500', '160236.857500', '160237.317500', '160237.777500', '160238.237500', '160238.697500', '160239.157500', '160239.617500', '160240.077500', '160240.537500', '160240.997500', '160241.457500', '160241.917500', '160242.377500', '160242.837500', '160243.297500', '160243.757500', '160244.217500', '160244.677500', '160245.137500', '160245.597500', '160246.057500', '160246.517500', '160246.977500', '160247.437500', '160247.897500', '160248.357500', '160248.817500', '160249.277500', '160249.737500', '160250.197500', '160250.657500', '160251.117500', '160251.577500', '160252.037500', '160252.497500', '160252.957500', '160253.417500', '160253.877500', '160254.337500', '160254.797500', '160255.257500', '160255.717500', '160256.177500', '160256.637500', '160257.097500', '160257.557500', '160258.017500', '160258.477500', '160258.937500', '160259.397500', '160259.857500', '160300.317500', '160300.777500', '160301.237500', '160301.697500', '160302.157500', '160302.617500', '160303.077500', '160303.537500', '160303.997500', '160304.457500', '160304.917500', '160305.377500', '160305.837500', '160306.297500', '160306.757500', '160307.217500', '160307.677500', '160308.137500', '160308.597500', '160309.057500', '160309.517500', '160309.977500', '160310.437500', '160310.897500', '160311.357500', '160311.817500', '160312.277500', '160312.737500', '160313.197500', '160313.657500', '160314.117500', '160314.577500', '160315.037500', '160315.497500', '160315.957500', '160316.417500', '160316.877500', '160317.337500', '160317.797500', '160318.257500', '160318.717500', '160319.177500', '160319.637500', '160320.097500', '160320.557500', '160321.017500', '160321.477500', '160321.937500', '160322.397500', '160322.857500', '160323.317500', '160323.777500', '160324.237500', '160324.697500', '160325.157500', '160325.617500', '160326.077500', '160326.537500', '160326.997500', '160327.457500', '160327.917500', '160328.377500', '160328.837500', '160329.297500', '160329.757500', '160330.217500', '160330.677500', '160331.137500', '160331.597500', '160332.057500', '160332.517500', '160332.977500', '160333.437500', '160333.897500', '160334.357500', '160334.817500', '160335.277500', '160335.737500', '160336.197500', '160336.657500', '160337.117500', '160337.577500', '160338.037500', '160338.497500', '160338.957500', '160339.417500', '160339.877500', '160340.337500', '160340.797500', '160341.257500', '160341.717500', '160342.177500', '160342.637500', '160343.097500', '160343.557500', '160344.017500', '160344.477500', '160344.937500', '160345.397500', '160345.857500', '160346.317500', '160346.777500', '160347.237500', '160347.697500', '160348.157500', '160348.617500', '160349.077500', '160349.537500', '160349.997500', '160350.457500', '160350.917500', '160351.377500', '160351.837500', '160352.297500', '160352.757500', '160353.217500', '160353.677500', '160354.137500', '160354.597500', '160355.057500', '160355.517500', '160355.977500', '160356.437500', '160356.897500', '160357.357500', '160357.817500', '160358.277500', '160358.737500', '160359.197500', '160359.657500', '160400.117500', '160400.577500', '160401.037500', '160401.497500', '160401.957500', '160402.417500', '160402.877500', '160403.337500', '160403.797500', '160404.257500', '160404.717500', '160405.177500', '160405.637500'], 'ContentTime': ['155723.360000', '155723.363000', '155723.366000', '155723.374000', '155723.377000', '155723.380000', '155723.382000', '155723.385000', '155723.388000', '155723.391000', '155723.394000', '155723.396000', '155723.399000', '155723.402000', '155723.405000', '155723.408000', '155723.410000', '155723.413000', '155723.416000', '155723.419000', '155723.422000', '155723.424000', '155723.433000', '155723.436000', '155723.438000', '155723.441000', '155723.444000', '155723.447000', '155723.450000', '155723.452000', '155723.455000', '155723.458000', '155723.461000', '155723.463000', '155723.466000', '155723.469000', '155723.472000', '155743.326000', '155743.329000', '155743.332000', '155743.334000', '155743.337000', '155743.340000', '155743.343000', '155743.346000', '155743.349000', '155743.351000', '155743.354000', '155743.357000', '155743.360000', '155743.362000', '155743.365000', '155743.368000', '155743.371000', '155743.374000', '155743.376000', '155743.379000', '155743.382000', '155743.385000', '155743.388000', '155743.390000', '155743.393000', '155743.396000', '155743.399000', '155743.402000', '155743.404000', '155743.407000', '155743.410000', '155743.413000', '155743.432000', '155743.435000', '155743.438000', '155743.441000', '155743.444000', '155743.446000', '155743.449000', '155743.452000', '155743.456000', '155743.459000', '155743.462000', '155803.326000', '155803.329000', '155803.332000', '155803.334000', '155803.337000', '155803.340000', '155803.343000', '155803.346000', '155803.348000', '155803.351000', '155803.354000', '155803.357000', '155803.359000', '155803.362000', '155803.365000', '155803.368000', '155803.371000', '155803.374000', '155803.376000', '155803.379000', '155803.382000', '155803.391000', '155803.394000', '155803.397000', '155803.399000', '155803.402000', '155803.405000', '155803.408000', '155803.411000', '155803.413000', '155803.416000', '155803.420000', '155803.423000', '155803.426000', '155803.429000', '155803.431000', '155803.434000', '155803.437000', '155803.440000', '155803.443000', '155803.446000', '155803.448000', '155803.451000', '155803.454000', '155823.326000', '155823.329000', '155823.332000', '155823.335000', '155823.337000', '155823.340000', '155823.343000', '155823.346000', '155823.349000', '155823.351000', '155823.354000', '155823.357000', '155823.360000', '155823.363000', '155823.365000', '155823.368000', '155823.371000', '155823.374000', '155823.377000', '155823.380000', '155823.382000', '155823.385000', '155823.388000', '155823.391000', '155823.394000', '155823.396000', '155823.399000', '155823.402000', '155823.405000', '155823.408000', '155823.410000', '155823.413000', '155823.416000', '155823.419000', '155823.422000', '155823.425000', '155823.427000', '155823.430000', '155823.433000', '155823.436000', '155823.439000', '155823.441000', '155823.444000', '155843.325000', '155843.328000', '155843.331000', '155843.334000', '155843.337000', '155843.340000', '155843.343000', '155843.345000', '155843.348000', '155843.351000', '155843.354000', '155843.357000', '155843.360000', '155843.362000', '155843.365000', '155843.368000', '155843.371000', '155843.374000', '155843.376000', '155843.379000', '155843.382000', '155843.385000', '155843.388000', '155843.390000', '155843.393000', '155843.396000', '155843.399000', '155843.401000', '155843.404000', '155843.407000', '155843.410000', '155843.413000', '155843.416000', '155843.418000', '155843.421000', '155843.424000', '155843.427000', '155843.437000', '155843.440000', '155843.443000', '155843.445000', '155843.448000', '155843.451000', '155903.325000', '155903.328000', '155903.331000', '155903.334000', '155903.336000', '155903.339000', '155903.342000', '155903.345000', '155903.347000', '155903.350000', '155903.353000', '155903.356000', '155903.359000', '155903.361000', '155903.364000', '155903.367000', '155903.370000', '155903.373000', '155903.376000', '155903.379000', '155903.381000', '155903.384000', '155903.387000', '155903.390000', '155903.393000', '155903.395000', '155903.398000', '155903.401000', '155903.404000', '155903.407000', '155903.409000', '155903.412000', '155903.415000', '155903.418000', '155903.421000', '155903.424000', '155903.426000', '155903.429000', '155903.432000', '155903.435000', '155903.438000', '155903.440000', '155903.443000', '155903.465000', '155923.325000', '155923.328000', '155923.331000', '155923.334000', '155923.339000', '155923.343000', '155923.345000', '155923.348000', '155923.351000', '155923.354000', '155923.357000', '155923.360000', '155923.362000', '155923.365000', '155923.368000', '155923.371000', '155923.374000', '155923.377000', '155923.379000', '155923.382000', '155923.385000', '155923.388000', '155923.391000', '155923.394000', '155923.396000', '155923.399000', '155923.402000', '155923.405000', '155923.416000', '155923.419000', '155923.422000', '155923.425000', '155923.427000', '155923.430000', '155923.433000', '155923.436000', '155923.439000', '155923.442000', '155923.444000', '155923.447000', '155923.450000', '155923.453000', '155923.456000', '155943.326000', '155943.329000', '155943.332000', '155943.335000', '155943.337000', '155943.340000', '155943.343000', '155943.346000', '155943.349000', '155943.351000', '155943.354000', '155943.357000', '155943.360000', '155943.363000', '155943.366000', '155943.368000', '155943.379000', '155943.382000', '155943.385000', '155943.388000', '155943.391000', '155943.394000', '155943.396000', '155943.399000', '155943.402000', '155943.405000', '155943.408000', '155943.411000', '155943.414000', '155943.417000', '155943.419000', '155943.422000', '155943.425000', '155943.428000', '155943.431000', '155943.434000', '155943.437000', '155943.439000', '155943.442000', '155943.445000', '155943.448000', '155943.451000', '155943.454000', '155943.456000', '160003.326000', '160003.329000', '160003.332000', '160003.335000', '160003.337000', '160003.340000', '160003.343000', '160003.346000', '160003.349000', '160003.352000', '160003.355000', '160003.357000', '160003.360000', '160003.363000', '160003.366000', '160003.369000', '160003.372000', '160003.375000', '160003.377000', '160003.380000', '160003.383000', '160003.388000', '160003.392000', '160003.395000', '160003.398000', '160003.400000', '160003.403000', '160003.406000', '160003.409000', '160003.412000', '160003.415000', '160003.418000', '160003.420000', '160003.423000', '160003.426000', '160003.429000', '160003.431000', '160003.434000', '160003.437000', '160003.440000', '160003.443000', '160003.446000', '160003.448000', '160023.326000', '160023.329000', '160023.332000', '160023.335000', '160023.337000', '160023.340000', '160023.343000', '160023.346000', '160023.349000', '160023.351000', '160023.354000', '160023.357000', '160023.360000', '160023.363000', '160023.366000', '160023.368000', '160023.371000', '160023.374000', '160023.377000', '160023.380000', '160023.383000', '160023.385000', '160023.388000', '160023.391000', '160023.394000', '160023.397000', '160023.400000', '160023.403000', '160023.405000', '160023.408000', '160023.411000', '160023.414000', '160023.417000', '160023.420000', '160023.422000', '160023.425000', '160023.428000', '160023.431000', '160023.434000', '160023.436000', '160023.439000', '160023.442000', '160023.445000', '160023.448000', '160043.326000', '160043.329000', '160043.332000', '160043.335000', '160043.337000', '160043.340000', '160043.343000', '160043.346000', '160043.349000', '160043.361000', '160043.364000', '160043.367000', '160043.370000', '160043.373000', '160043.375000', '160043.378000', '160043.381000', '160043.384000', '160043.388000', '160043.393000', '160043.396000', '160043.399000', '160043.402000', '160043.405000', '160043.408000', '160043.411000', '160043.413000', '160043.416000', '160043.419000', '160043.422000', '160043.425000', '160043.428000', '160043.430000', '160043.433000', '160043.436000', '160043.439000', '160043.442000', '160043.444000', '160043.447000', '160043.458000', '160043.461000', '160043.464000', '160043.467000', '160103.325000', '160103.328000', '160103.331000', '160103.334000', '160103.337000', '160103.340000', '160103.343000', '160103.345000', '160103.348000', '160103.351000', '160103.361000', '160103.364000', '160103.367000', '160103.370000', '160103.372000', '160103.375000', '160103.378000', '160103.381000', '160103.384000', '160103.387000', '160103.389000', '160103.392000', '160103.395000', '160103.398000', '160103.401000', '160103.404000', '160103.406000', '160103.409000', '160103.412000', '160103.415000', '160103.418000', '160103.421000', '160103.423000', '160103.426000', '160103.429000', '160103.432000', '160103.435000', '160103.438000', '160103.441000', '160103.443000', '160103.446000', '160103.449000', '160103.452000', '160103.455000', '160123.325000', '160123.329000', '160123.332000', '160123.335000', '160123.338000', '160123.341000', '160123.343000', '160123.346000', '160123.349000', '160123.352000', '160123.355000', '160123.358000', '160123.361000', '160123.364000', '160123.366000', '160123.369000', '160123.372000', '160123.375000', '160123.378000', '160123.381000', '160123.384000', '160123.387000', '160123.392000', '160123.395000', '160123.398000', '160123.401000', '160123.404000', '160123.407000', '160123.410000', '160123.412000', '160123.415000', '160123.418000', '160123.421000', '160123.424000', '160123.427000', '160123.429000', '160123.432000', '160123.435000', '160123.438000', '160123.441000', '160123.444000', '160123.447000', '160123.450000', '160143.325000', '160143.328000', '160143.331000', '160143.334000', '160143.337000', '160143.340000', '160143.343000', '160143.345000', '160143.348000', '160143.351000', '160143.354000', '160143.357000', '160143.360000', '160143.363000', '160143.366000', '160143.368000', '160143.371000', '160143.374000', '160143.377000', '160143.380000', '160143.382000', '160143.385000', '160143.388000', '160143.391000', '160143.394000', '160143.397000', '160143.399000', '160143.402000', '160143.405000', '160143.408000', '160143.411000', '160143.413000', '160143.416000', '160143.419000', '160143.422000', '160143.425000', '160143.428000', '160143.430000', '160143.433000', '160143.436000', '160143.439000', '160143.442000', '160143.445000', '160143.447000', '160203.326000', '160203.329000', '160203.332000', '160203.335000', '160203.338000', '160203.340000', '160203.343000', '160203.346000', '160203.349000', '160203.352000', '160203.355000', '160203.357000', '160203.360000', '160203.363000', '160203.366000', '160203.369000', '160203.372000', '160203.375000', '160203.377000', '160203.381000', '160203.383000', '160203.386000', '160203.389000', '160203.392000', '160203.395000', '160203.398000', '160203.401000', '160203.404000', '160203.406000', '160203.409000', '160203.412000', '160203.415000', '160203.418000', '160203.421000', '160203.426000', '160203.429000', '160203.433000', '160203.436000', '160203.438000', '160203.441000', '160203.444000', '160203.447000', '160203.450000', '160223.326000', '160223.329000', '160223.332000', '160223.335000', '160223.337000', '160223.340000', '160223.343000', '160223.346000', '160223.349000', '160223.352000', '160223.355000', '160223.357000', '160223.360000', '160223.363000', '160223.366000', '160223.369000', '160223.377000', '160223.380000', '160223.383000', '160223.386000', '160223.389000', '160223.410000', '160223.413000', '160223.415000', '160223.418000', '160223.421000', '160223.424000', '160223.427000', '160223.430000', '160223.433000', '160223.435000', '160223.438000', '160223.441000', '160223.444000', '160223.447000', '160223.449000', '160223.452000', '160223.455000', '160223.458000', '160223.461000', '160223.464000', '160223.467000', '160223.469000', '160223.472000', '160243.326000', '160243.329000', '160243.332000', '160243.335000', '160243.338000', '160243.340000', '160243.343000', '160243.346000', '160243.349000', '160243.352000', '160243.354000', '160243.357000', '160243.360000', '160243.363000', '160243.366000', '160243.370000', '160243.373000', '160243.376000', '160243.379000', '160243.381000', '160243.384000', '160243.387000', '160243.390000', '160243.393000', '160243.396000', '160243.399000', '160243.401000', '160243.404000', '160243.407000', '160243.410000', '160243.413000', '160243.416000', '160243.418000', '160243.421000', '160243.425000', '160243.428000', '160243.431000', '160243.434000', '160243.437000', '160243.440000', '160243.443000', '160243.446000', '160243.448000', '160303.326000', '160303.329000', '160303.332000', '160303.335000', '160303.338000', '160303.340000', '160303.343000', '160303.346000', '160303.349000', '160303.352000', '160303.355000', '160303.357000', '160303.360000', '160303.363000', '160303.366000', '160303.369000', '160303.371000', '160303.374000', '160303.377000', '160303.380000', '160303.383000', '160303.386000', '160303.388000', '160303.391000', '160303.394000', '160303.397000', '160303.400000', '160303.403000', '160303.405000', '160303.408000', '160303.411000', '160303.414000', '160303.417000', '160303.420000', '160303.423000', '160303.425000', '160303.428000', '160303.431000', '160303.434000', '160303.437000', '160303.439000', '160303.442000', '160303.445000', '160303.448000', '160323.325000', '160323.328000', '160323.331000', '160323.334000', '160323.337000', '160323.339000', '160323.342000', '160323.345000', '160323.348000', '160323.351000', '160323.354000', '160323.356000', '160323.359000', '160323.362000', '160323.365000', '160323.368000', '160323.371000', '160323.374000', '160323.376000', '160323.379000', '160323.382000', '160323.385000', '160323.388000', '160323.391000', '160323.394000', '160323.396000', '160323.399000', '160323.402000', '160323.405000', '160323.408000', '160323.410000', '160323.413000', '160323.416000', '160323.419000', '160323.422000', '160323.425000', '160323.427000', '160323.430000', '160323.433000', '160323.436000', '160323.439000', '160323.442000', '160323.444000', '160343.325000', '160343.328000', '160343.331000', '160343.334000', '160343.337000', '160343.339000', '160343.342000', '160343.345000', '160343.348000', '160343.351000', '160343.353000', '160343.356000', '160343.359000', '160343.362000', '160343.365000', '160343.368000', '160343.370000', '160343.373000', '160343.376000', '160343.379000', '160343.382000', '160343.385000', '160343.388000', '160343.390000', '160343.393000', '160343.396000', '160343.399000', '160343.402000', '160343.404000', '160343.407000', '160343.410000', '160343.413000', '160343.416000', '160343.419000', '160343.421000', '160343.424000', '160343.427000', '160343.430000', '160343.433000', '160343.435000', '160343.438000', '160343.441000', '160343.444000', '160343.447000', '160403.325000', '160403.328000', '160403.331000', '160403.334000', '160403.336000', '160403.339000', '160403.342000', '160403.345000', '160403.348000', '160403.351000', '160403.353000', '160403.356000', '160403.359000', '160403.362000', '160403.365000', '160403.367000', '160403.375000', '160403.378000', '160403.381000', '160403.384000', '160403.387000', '160403.390000', '160403.393000', '160403.395000', '160403.398000', '160403.401000', '160403.405000', '160403.408000', '160403.411000', '160403.414000', '160403.417000', '160403.419000', '160403.422000', '160403.425000', '160403.428000', '160403.431000', '160403.434000', '160403.436000', '160403.439000', '160403.442000', '160403.445000', '160403.448000', '160403.459000', '160406.741000', '160406.745000', '160406.749000', '160406.752000', '160406.756000', '160406.759000', '160406.763000', '160406.766000'], 'InstanceCreationTime': ['155723.360000', '155723.363000', '155723.366000', '155723.374000', '155723.377000', '155723.380000', '155723.382000', '155723.385000', '155723.388000', '155723.391000', '155723.394000', '155723.396000', '155723.399000', '155723.402000', '155723.405000', '155723.408000', '155723.410000', '155723.413000', '155723.416000', '155723.419000', '155723.422000', '155723.424000', '155723.433000', '155723.436000', '155723.438000', '155723.441000', '155723.444000', '155723.447000', '155723.450000', '155723.452000', '155723.455000', '155723.458000', '155723.461000', '155723.463000', '155723.466000', '155723.469000', '155723.472000', '155743.326000', '155743.329000', '155743.332000', '155743.334000', '155743.337000', '155743.340000', '155743.343000', '155743.346000', '155743.349000', '155743.351000', '155743.354000', '155743.357000', '155743.360000', '155743.362000', '155743.365000', '155743.368000', '155743.371000', '155743.374000', '155743.376000', '155743.379000', '155743.382000', '155743.385000', '155743.388000', '155743.390000', '155743.393000', '155743.396000', '155743.399000', '155743.402000', '155743.404000', '155743.407000', '155743.410000', '155743.413000', '155743.432000', '155743.435000', '155743.438000', '155743.441000', '155743.444000', '155743.446000', '155743.449000', '155743.452000', '155743.456000', '155743.459000', '155743.462000', '155803.326000', '155803.329000', '155803.332000', '155803.334000', '155803.337000', '155803.340000', '155803.343000', '155803.346000', '155803.348000', '155803.351000', '155803.354000', '155803.357000', '155803.359000', '155803.362000', '155803.365000', '155803.368000', '155803.371000', '155803.374000', '155803.376000', '155803.379000', '155803.382000', '155803.391000', '155803.394000', '155803.397000', '155803.399000', '155803.402000', '155803.405000', '155803.408000', '155803.411000', '155803.413000', '155803.416000', '155803.420000', '155803.423000', '155803.426000', '155803.429000', '155803.431000', '155803.434000', '155803.437000', '155803.440000', '155803.443000', '155803.446000', '155803.448000', '155803.451000', '155803.454000', '155823.326000', '155823.329000', '155823.332000', '155823.335000', '155823.337000', '155823.340000', '155823.343000', '155823.346000', '155823.349000', '155823.351000', '155823.354000', '155823.357000', '155823.360000', '155823.363000', '155823.365000', '155823.368000', '155823.371000', '155823.374000', '155823.377000', '155823.380000', '155823.382000', '155823.385000', '155823.388000', '155823.391000', '155823.394000', '155823.396000', '155823.399000', '155823.402000', '155823.405000', '155823.408000', '155823.410000', '155823.413000', '155823.416000', '155823.419000', '155823.422000', '155823.425000', '155823.427000', '155823.430000', '155823.433000', '155823.436000', '155823.439000', '155823.441000', '155823.444000', '155843.325000', '155843.328000', '155843.331000', '155843.334000', '155843.337000', '155843.340000', '155843.343000', '155843.345000', '155843.348000', '155843.351000', '155843.354000', '155843.357000', '155843.360000', '155843.362000', '155843.365000', '155843.368000', '155843.371000', '155843.374000', '155843.376000', '155843.379000', '155843.382000', '155843.385000', '155843.388000', '155843.390000', '155843.393000', '155843.396000', '155843.399000', '155843.401000', '155843.404000', '155843.407000', '155843.410000', '155843.413000', '155843.416000', '155843.418000', '155843.421000', '155843.424000', '155843.427000', '155843.437000', '155843.440000', '155843.443000', '155843.445000', '155843.448000', '155843.451000', '155903.325000', '155903.328000', '155903.331000', '155903.334000', '155903.336000', '155903.339000', '155903.342000', '155903.345000', '155903.347000', '155903.350000', '155903.353000', '155903.356000', '155903.359000', '155903.361000', '155903.364000', '155903.367000', '155903.370000', '155903.373000', '155903.376000', '155903.379000', '155903.381000', '155903.384000', '155903.387000', '155903.390000', '155903.393000', '155903.395000', '155903.398000', '155903.401000', '155903.404000', '155903.407000', '155903.409000', '155903.412000', '155903.415000', '155903.418000', '155903.421000', '155903.424000', '155903.426000', '155903.429000', '155903.432000', '155903.435000', '155903.438000', '155903.440000', '155903.443000', '155903.465000', '155923.325000', '155923.328000', '155923.331000', '155923.334000', '155923.339000', '155923.343000', '155923.345000', '155923.348000', '155923.351000', '155923.354000', '155923.357000', '155923.360000', '155923.362000', '155923.365000', '155923.368000', '155923.371000', '155923.374000', '155923.377000', '155923.379000', '155923.382000', '155923.385000', '155923.388000', '155923.391000', '155923.394000', '155923.396000', '155923.399000', '155923.402000', '155923.405000', '155923.416000', '155923.419000', '155923.422000', '155923.425000', '155923.427000', '155923.430000', '155923.433000', '155923.436000', '155923.439000', '155923.442000', '155923.444000', '155923.447000', '155923.450000', '155923.453000', '155923.456000', '155943.326000', '155943.329000', '155943.332000', '155943.335000', '155943.337000', '155943.340000', '155943.343000', '155943.346000', '155943.349000', '155943.351000', '155943.354000', '155943.357000', '155943.360000', '155943.363000', '155943.366000', '155943.368000', '155943.379000', '155943.382000', '155943.385000', '155943.388000', '155943.391000', '155943.394000', '155943.396000', '155943.399000', '155943.402000', '155943.405000', '155943.408000', '155943.411000', '155943.414000', '155943.417000', '155943.419000', '155943.422000', '155943.425000', '155943.428000', '155943.431000', '155943.434000', '155943.437000', '155943.439000', '155943.442000', '155943.445000', '155943.448000', '155943.451000', '155943.454000', '155943.456000', '160003.326000', '160003.329000', '160003.332000', '160003.335000', '160003.337000', '160003.340000', '160003.343000', '160003.346000', '160003.349000', '160003.352000', '160003.355000', '160003.357000', '160003.360000', '160003.363000', '160003.366000', '160003.369000', '160003.372000', '160003.375000', '160003.377000', '160003.380000', '160003.383000', '160003.388000', '160003.392000', '160003.395000', '160003.398000', '160003.400000', '160003.403000', '160003.406000', '160003.409000', '160003.412000', '160003.415000', '160003.418000', '160003.420000', '160003.423000', '160003.426000', '160003.429000', '160003.431000', '160003.434000', '160003.437000', '160003.440000', '160003.443000', '160003.446000', '160003.448000', '160023.326000', '160023.329000', '160023.332000', '160023.335000', '160023.337000', '160023.340000', '160023.343000', '160023.346000', '160023.349000', '160023.351000', '160023.354000', '160023.357000', '160023.360000', '160023.363000', '160023.366000', '160023.368000', '160023.371000', '160023.374000', '160023.377000', '160023.380000', '160023.383000', '160023.385000', '160023.388000', '160023.391000', '160023.394000', '160023.397000', '160023.400000', '160023.403000', '160023.405000', '160023.408000', '160023.411000', '160023.414000', '160023.417000', '160023.420000', '160023.422000', '160023.425000', '160023.428000', '160023.431000', '160023.434000', '160023.436000', '160023.439000', '160023.442000', '160023.445000', '160023.448000', '160043.326000', '160043.329000', '160043.332000', '160043.335000', '160043.337000', '160043.340000', '160043.343000', '160043.346000', '160043.349000', '160043.361000', '160043.364000', '160043.367000', '160043.370000', '160043.373000', '160043.375000', '160043.378000', '160043.381000', '160043.384000', '160043.388000', '160043.393000', '160043.396000', '160043.399000', '160043.402000', '160043.405000', '160043.408000', '160043.411000', '160043.413000', '160043.416000', '160043.419000', '160043.422000', '160043.425000', '160043.428000', '160043.430000', '160043.433000', '160043.436000', '160043.439000', '160043.442000', '160043.444000', '160043.447000', '160043.458000', '160043.461000', '160043.464000', '160043.467000', '160103.325000', '160103.328000', '160103.331000', '160103.334000', '160103.337000', '160103.340000', '160103.343000', '160103.345000', '160103.348000', '160103.351000', '160103.361000', '160103.364000', '160103.367000', '160103.370000', '160103.372000', '160103.375000', '160103.378000', '160103.381000', '160103.384000', '160103.387000', '160103.389000', '160103.392000', '160103.395000', '160103.398000', '160103.401000', '160103.404000', '160103.406000', '160103.409000', '160103.412000', '160103.415000', '160103.418000', '160103.421000', '160103.423000', '160103.426000', '160103.429000', '160103.432000', '160103.435000', '160103.438000', '160103.441000', '160103.443000', '160103.446000', '160103.449000', '160103.452000', '160103.455000', '160123.325000', '160123.329000', '160123.332000', '160123.335000', '160123.338000', '160123.341000', '160123.343000', '160123.346000', '160123.349000', '160123.352000', '160123.355000', '160123.358000', '160123.361000', '160123.364000', '160123.366000', '160123.369000', '160123.372000', '160123.375000', '160123.378000', '160123.381000', '160123.384000', '160123.387000', '160123.392000', '160123.395000', '160123.398000', '160123.401000', '160123.404000', '160123.407000', '160123.410000', '160123.412000', '160123.415000', '160123.418000', '160123.421000', '160123.424000', '160123.427000', '160123.429000', '160123.432000', '160123.435000', '160123.438000', '160123.441000', '160123.444000', '160123.447000', '160123.450000', '160143.325000', '160143.328000', '160143.331000', '160143.334000', '160143.337000', '160143.340000', '160143.343000', '160143.345000', '160143.348000', '160143.351000', '160143.354000', '160143.357000', '160143.360000', '160143.363000', '160143.366000', '160143.368000', '160143.371000', '160143.374000', '160143.377000', '160143.380000', '160143.382000', '160143.385000', '160143.388000', '160143.391000', '160143.394000', '160143.397000', '160143.399000', '160143.402000', '160143.405000', '160143.408000', '160143.411000', '160143.413000', '160143.416000', '160143.419000', '160143.422000', '160143.425000', '160143.428000', '160143.430000', '160143.433000', '160143.436000', '160143.439000', '160143.442000', '160143.445000', '160143.447000', '160203.326000', '160203.329000', '160203.332000', '160203.335000', '160203.338000', '160203.340000', '160203.343000', '160203.346000', '160203.349000', '160203.352000', '160203.355000', '160203.357000', '160203.360000', '160203.363000', '160203.366000', '160203.369000', '160203.372000', '160203.375000', '160203.377000', '160203.381000', '160203.383000', '160203.386000', '160203.389000', '160203.392000', '160203.395000', '160203.398000', '160203.401000', '160203.404000', '160203.406000', '160203.409000', '160203.412000', '160203.415000', '160203.418000', '160203.421000', '160203.426000', '160203.429000', '160203.433000', '160203.436000', '160203.438000', '160203.441000', '160203.444000', '160203.447000', '160203.450000', '160223.326000', '160223.329000', '160223.332000', '160223.335000', '160223.337000', '160223.340000', '160223.343000', '160223.346000', '160223.349000', '160223.352000', '160223.355000', '160223.357000', '160223.360000', '160223.363000', '160223.366000', '160223.369000', '160223.377000', '160223.380000', '160223.383000', '160223.386000', '160223.389000', '160223.410000', '160223.413000', '160223.415000', '160223.418000', '160223.421000', '160223.424000', '160223.427000', '160223.430000', '160223.433000', '160223.435000', '160223.438000', '160223.441000', '160223.444000', '160223.447000', '160223.449000', '160223.452000', '160223.455000', '160223.458000', '160223.461000', '160223.464000', '160223.467000', '160223.469000', '160223.472000', '160243.326000', '160243.329000', '160243.332000', '160243.335000', '160243.338000', '160243.340000', '160243.343000', '160243.346000', '160243.349000', '160243.352000', '160243.354000', '160243.357000', '160243.360000', '160243.363000', '160243.366000', '160243.370000', '160243.373000', '160243.376000', '160243.379000', '160243.381000', '160243.384000', '160243.387000', '160243.390000', '160243.393000', '160243.396000', '160243.399000', '160243.401000', '160243.404000', '160243.407000', '160243.410000', '160243.413000', '160243.416000', '160243.418000', '160243.421000', '160243.425000', '160243.428000', '160243.431000', '160243.434000', '160243.437000', '160243.440000', '160243.443000', '160243.446000', '160243.448000', '160303.326000', '160303.329000', '160303.332000', '160303.335000', '160303.338000', '160303.340000', '160303.343000', '160303.346000', '160303.349000', '160303.352000', '160303.355000', '160303.357000', '160303.360000', '160303.363000', '160303.366000', '160303.369000', '160303.371000', '160303.374000', '160303.377000', '160303.380000', '160303.383000', '160303.386000', '160303.388000', '160303.391000', '160303.394000', '160303.397000', '160303.400000', '160303.403000', '160303.405000', '160303.408000', '160303.411000', '160303.414000', '160303.417000', '160303.420000', '160303.423000', '160303.425000', '160303.428000', '160303.431000', '160303.434000', '160303.437000', '160303.439000', '160303.442000', '160303.445000', '160303.448000', '160323.325000', '160323.328000', '160323.331000', '160323.334000', '160323.337000', '160323.339000', '160323.342000', '160323.345000', '160323.348000', '160323.351000', '160323.354000', '160323.356000', '160323.359000', '160323.362000', '160323.365000', '160323.368000', '160323.371000', '160323.374000', '160323.376000', '160323.379000', '160323.382000', '160323.385000', '160323.388000', '160323.391000', '160323.394000', '160323.396000', '160323.399000', '160323.402000', '160323.405000', '160323.408000', '160323.410000', '160323.413000', '160323.416000', '160323.419000', '160323.422000', '160323.425000', '160323.427000', '160323.430000', '160323.433000', '160323.436000', '160323.439000', '160323.442000', '160323.444000', '160343.325000', '160343.328000', '160343.331000', '160343.334000', '160343.337000', '160343.339000', '160343.342000', '160343.345000', '160343.348000', '160343.351000', '160343.353000', '160343.356000', '160343.359000', '160343.362000', '160343.365000', '160343.368000', '160343.370000', '160343.373000', '160343.376000', '160343.379000', '160343.382000', '160343.385000', '160343.388000', '160343.390000', '160343.393000', '160343.396000', '160343.399000', '160343.402000', '160343.404000', '160343.407000', '160343.410000', '160343.413000', '160343.416000', '160343.419000', '160343.421000', '160343.424000', '160343.427000', '160343.430000', '160343.433000', '160343.435000', '160343.438000', '160343.441000', '160343.444000', '160343.447000', '160403.325000', '160403.328000', '160403.331000', '160403.334000', '160403.336000', '160403.339000', '160403.342000', '160403.345000', '160403.348000', '160403.351000', '160403.353000', '160403.356000', '160403.359000', '160403.362000', '160403.365000', '160403.367000', '160403.375000', '160403.378000', '160403.381000', '160403.384000', '160403.387000', '160403.390000', '160403.393000', '160403.395000', '160403.398000', '160403.401000', '160403.405000', '160403.408000', '160403.411000', '160403.414000', '160403.417000', '160403.419000', '160403.422000', '160403.425000', '160403.428000', '160403.431000', '160403.434000', '160403.436000', '160403.439000', '160403.442000', '160403.445000', '160403.448000', '160403.459000', '160406.741000', '160406.745000', '160406.749000', '160406.752000', '160406.756000', '160406.759000', '160406.763000', '160406.766000'], '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': [10017, 11503, 10105, 16076, 11129, 14263, 10044, 12974, 8931, 12611, 9436, 15646, 13869, 10262, 11053, 8302, 10252, 7907, 12499, 8824, 13881, 9226, 10682, 8629, 12616, 8481, 12985, 8949, 9430, 9034, 8402, 9297, 8742, 10271, 9348, 12181, 8328, 12222, 7776, 11055, 7758, 11677, 8099, 15292, 10992, 12375, 9285, 12042, 8942, 13603, 9251, 13953, 9395, 9748, 9671, 10051, 10501, 11626, 14594, 12981, 16771, 8758, 12487, 8494, 11547, 8974, 14178, 10853, 16957, 9758, 11997, 9014, 10203, 9204, 9997, 12409, 8321, 11990, 7474, 10909, 8539, 11856, 9457, 15533, 9961, 10399, 8867, 9008, 9890, 8508, 13870, 8153, 13589, 9407, 11213, 9054, 12717, 9619, 8659, 10991, 6976, 11179, 8964, 11965, 9781, 16320, 12306, 15032, 9370, 10366, 9250, 9119, 12240, 8411, 15294, 10489, 12195, 9251, 12854, 9383, 11109, 11918, 7078, 12079, 8470, 11458, 9258, 14438, 9749, 10659, 11031, 7230, 11329, 8444, 11766, 9439, 17394, 11814, 10611, 9222, 7609, 10263, 8307, 12233, 10237, 15487, 9055, 8254, 9839, 7939, 12644, 10664, 17029, 11041, 11570, 9060, 8466, 10332, 8300, 15441, 12931, 18462, 12506, 8440, 10216, 8179, 10793, 8562, 13258, 9197, 10983, 11107, 7733, 11893, 8089, 11548, 9216, 16039, 12204, 16475, 10183, 13073, 8796, 11129, 10142, 11385, 15019, 7556, 11841, 8334, 11060, 9180, 12090, 9564, 7644, 9687, 7496, 10658, 8725, 13930, 9164, 11269, 9533, 7440, 10586, 8214, 12015, 9873, 17322, 12730, 12052, 9367, 7507, 9853, 8281, 12449, 9714, 12627, 8465, 8467, 8827, 8154, 10324, 8597, 15195, 10437, 13396, 9630, 11358, 8903, 12018, 9345, 16804, 9427, 8474, 9072, 7056, 10209, 8624, 12634, 10505, 9682, 8426, 7515, 9502, 7832, 11948, 9921, 14886, 11618, 13158, 10312, 12765, 8791, 13196, 9922, 8208, 10475, 7355, 10912, 8932, 12805, 10221, 14585, 8536, 8635, 8719, 7994, 11737, 9245, 14837, 10750, 11804, 8703, 8353, 9182, 7840, 12712, 10498, 14356, 10232, 12717, 9079, 10827, 9374, 11114, 14397, 7382, 12794, 8855, 11786, 8990, 11444, 8983, 13207, 8945, 8402, 8956, 6891, 9748, 8056, 10710, 9003, 14347, 9439, 8308, 9813, 7421, 10889, 8965, 15371, 10578, 11737, 9128, 8237, 10102, 7865, 12562, 10784, 16550, 12069, 12951, 8977, 8935, 10600, 8189, 15931, 11787, 16726, 10296, 11608, 8871, 9446, 11016, 7964, 14232, 9871, 11578, 9162, 12181, 9016, 11144, 12927, 7712, 12559, 8297, 11367, 8955, 13656, 10911, 16872, 9520, 11441, 8551, 9216, 10044, 8083, 13695, 11411, 16389, 12610, 8966, 9538, 8432, 12076, 8459, 7261, 9158, 7549, 11208, 9683, 14506, 11898, 15651, 10610, 11252, 11052, 9109, 12769, 8419, 17456, 13803, 16936, 11860, 12848, 8961, 8477, 9750, 7736, 12436, 10019, 15335, 9852, 10712, 8295, 7442, 9378, 8088, 12258, 9952, 14521, 9137, 10637, 8656, 10582, 8376, 10614, 8866, 12696, 9352, 9236, 8305, 6701, 9173, 8487, 14045, 9520, 10572, 9740, 7206, 11262, 9064, 13140, 11190, 16417, 12400, 14304, 10717, 12110, 9045, 12281, 13377, 8219, 12109, 8616, 11859, 9335, 13725, 9231, 12555, 12898, 8624, 14313, 9543, 9208, 10000, 8115, 12698, 8586, 9236, 9415, 8921, 13193, 8970, 12413, 9252, 11740, 8857, 14705, 9617, 11448, 10673, 7375, 11511, 8832, 11888, 9021, 15292, 9995, 8902, 9303, 7051, 10256, 7646, 10946, 8776, 14164, 9346, 8329, 9595, 6941, 10418, 8357, 11473, 8916, 15156, 9856, 8492, 9041, 7382, 9358, 7815, 9275, 8329, 9237, 8700, 10263, 8215, 12520, 8835, 12328, 8137, 7334, 9700, 9860, 14230, 10779, 9731, 9766, 9111, 10548, 14847, 14735, 16217, 12883, 16034, 9743, 14109, 8972, 14798, 11946, 13839, 10109, 8842, 10478, 8958, 10833, 8942, 13825, 8417, 13310, 7738, 11113, 8804, 12018, 9076, 15587, 10091, 10885, 8601, 8945, 9480, 9126, 12176, 7567, 11737, 9145, 10990, 8435, 11334, 8440, 11428, 8507, 11924, 9188, 12616, 8595, 11825, 7961, 8298, 9274, 7489, 12391, 10377, 12413, 8194, 8437, 9920, 8585, 13898, 11678, 13287, 9575, 9677, 9521, 8639, 15287, 13005, 17066, 10756, 13282, 13132, 11300, 15569, 11041, 15110, 9564, 8776, 9434, 6857, 9533, 8440, 13191, 8555, 7994, 10806, 8086, 13227, 10753, 16749, 11415, 12445, 9101, 8632, 9938, 7782, 10491, 7811, 13936, 10531, 14860, 9374, 9807, 8449, 7079, 10201, 8770, 11964, 9345, 10218, 8410, 8509, 9350, 8374, 12894, 8711, 15125, 10077, 11764, 9262, 11463, 8935, 15081, 9723, 12786, 8461, 9480, 8614, 8299, 10179, 7830, 11514, 9055, 11965, 8514, 10256, 10066, 9004, 14413, 10524, 13694, 9964, 13982, 9056, 15241, 16429, 11917, 15072, 9323, 11569, 7810, 10601, 8015, 12329, 10402, 15790, 10949, 9475, 9206, 7070, 10199, 8793, 12711, 10245, 14519, 10231, 12108, 8158, 11591, 7948, 12308, 8355, 11144, 8975, 9385, 11308, 7313, 10824, 8502, 11824, 8411, 11029, 11361, 8758, 11605, 8276, 10673, 7533, 10986, 8150, 14743, 11607, 17353, 11149, 13051, 9222, 11005, 8095, 8734, 9968, 8072, 14326, 10207, 11983, 8288, 8651, 9369, 8081, 13711, 11208, 14257, 10047, 12046, 8459, 10681, 11075, 9248, 14255, 8943, 11728, 9240, 12094, 8812, 10694, 13802, 8531, 11609, 8541, 10964, 8508, 9821, 12725, 8559, 14706, 9957, 12684, 9279, 13521, 8589, 12693, 9573, 9381, 10555, 7075, 10790, 8317, 10861, 8940, 13317, 8981, 7727, 9206, 6731, 9832, 7718, 9826, 7925, 10055, 8427, 11645, 9033, 10653, 8445, 6881, 9357, 8287, 11477, 9045, 14165, 9824, 9545, 10013, 7525, 11484, 8641, 14858, 12275, 17611, 11845, 14213, 10125, 10498, 8674, 10038, 9575, 9402, 12394, 7431, 11421, 8352, 10444, 8393, 13812, 8756, 10273, 10235, 7033, 10853, 8675, 14302, 8925, 9964, 12869, 7497, 12496, 9131, 13276, 8779, 14047, 9513, 9345, 9923, 7973, 10148, 7168, 10770, 9198, 15615, 11514, 12480, 8350, 8487, 9431, 7674, 12376, 10180, 14605, 9939, 10219, 9146, 7690, 11345, 8937, 12952, 8461, 7841, 10141, 8669, 16084, 11936, 10610, 9707, 7183, 10940, 8619, 13137, 8755, 10915, 14177, 7267, 13584, 9301, 11280, 8655, 12268, 8479, 9639, 11006, 7419, 12431, 9627, 11448, 7945, 9646, 9867, 10079, 13622, 7566, 12854, 9309, 12606, 9570, 17212, 13186, 17453, 11130, 12167, 9808, 12509, 8564, 11234, 9894, 8954, 9653, 8178, 9621, 8060, 9317, 9087, 9436, 8522, 10304, 8048, 10194, 6708, 9805, 7857, 11137, 7973, 7530, 10442, 7809, 12391, 8680], 'WindowCenter': [4171.0, 4165.0, 4141.0, 4180.0, 4135.0, 4153.0, 4111.0, 4129.0, 4099.0, 4131.0, 4099.0, 4149.0, 4128.0, 4096.0, 4105.0, 4074.0, 4092.0, 4076.0, 4128.0, 4097.0, 4127.0, 4096.0, 4106.0, 4087.0, 4127.0, 4098.0, 4139.0, 4100.0, 4098.0, 4098.0, 4090.0, 4099.0, 4099.0, 4120.0, 4110.0, 4132.0, 4089.0, 4130.0, 4077.0, 4118.0, 4077.0, 4118.0, 4088.0, 4150.0, 4119.0, 4127.0, 4098.0, 4126.0, 4097.0, 4139.0, 4108.0, 4140.0, 4099.0, 4107.0, 4108.0, 4107.0, 4108.0, 4118.0, 4149.0, 4127.0, 4149.0, 4085.0, 4114.0, 4074.0, 4104.0, 4085.0, 4125.0, 4106.0, 4145.0, 4095.0, 4114.0, 4085.0, 4105.0, 4095.0, 4105.0, 4128.0, 4075.0, 4115.0, 4065.0, 4104.0, 4085.0, 4116.0, 4108.0, 4160.0, 4106.0, 4106.0, 4096.0, 4096.0, 4107.0, 4087.0, 4149.0, 4076.0, 4137.0, 4094.0, 4114.0, 4096.0, 4126.0, 4098.0, 4086.0, 4116.0, 4066.0, 4115.0, 4095.0, 4117.0, 4108.0, 4148.0, 4128.0, 4136.0, 4096.0, 4105.0, 4095.0, 4096.0, 4127.0, 4085.0, 4146.0, 4105.0, 4115.0, 4094.0, 4126.0, 4096.0, 4116.0, 4116.0, 4064.0, 4126.0, 4085.0, 4116.0, 4097.0, 4138.0, 4097.0, 4106.0, 4105.0, 4064.0, 4114.0, 4074.0, 4114.0, 4095.0, 4156.0, 4115.0, 4103.0, 4083.0, 4062.0, 4093.0, 4085.0, 4126.0, 4106.0, 4146.0, 4084.0, 4084.0, 4094.0, 4084.0, 4126.0, 4106.0, 4155.0, 4115.0, 4114.0, 4083.0, 4085.0, 4105.0, 4085.0, 4147.0, 4139.0, 4170.0, 4127.0, 4086.0, 4105.0, 4085.0, 4104.0, 4085.0, 4135.0, 4097.0, 4117.0, 4116.0, 4076.0, 4126.0, 4073.0, 4114.0, 4094.0, 4145.0, 4115.0, 4134.0, 4091.0, 4111.0, 4070.0, 4101.0, 4091.0, 4100.0, 4119.0, 4048.0, 4098.0, 4058.0, 4087.0, 4081.0, 4111.0, 4091.0, 4061.0, 4081.0, 4061.0, 4100.0, 4085.0, 4135.0, 4095.0, 4115.0, 4093.0, 4062.0, 4102.0, 4074.0, 4113.0, 4095.0, 4146.0, 4124.0, 4112.0, 4081.0, 4050.0, 4092.0, 4084.0, 4124.0, 4095.0, 4123.0, 4083.0, 4084.0, 4084.0, 4073.0, 4105.0, 4085.0, 4147.0, 4104.0, 4124.0, 4081.0, 4102.0, 4082.0, 4113.0, 4094.0, 4144.0, 4082.0, 4071.0, 4081.0, 4050.0, 4103.0, 4094.0, 4124.0, 4118.0, 4105.0, 4084.0, 4073.0, 4105.0, 4087.0, 4129.0, 4108.0, 4147.0, 4116.0, 4125.0, 4103.0, 4123.0, 4085.0, 4124.0, 4094.0, 4072.0, 4102.0, 4061.0, 4101.0, 4094.0, 4123.0, 4104.0, 4134.0, 4081.0, 4080.0, 4082.0, 4073.0, 4114.0, 4094.0, 4136.0, 4103.0, 4114.0, 4082.0, 4071.0, 4093.0, 4073.0, 4125.0, 4105.0, 4135.0, 4104.0, 4122.0, 4083.0, 4104.0, 4094.0, 4102.0, 4135.0, 4061.0, 4111.0, 4082.0, 4100.0, 4082.0, 4114.0, 4084.0, 4123.0, 4083.0, 4083.0, 4092.0, 4063.0, 4094.0, 4086.0, 4117.0, 4109.0, 4150.0, 4109.0, 4086.0, 4106.0, 4076.0, 4118.0, 4098.0, 4147.0, 4117.0, 4116.0, 4094.0, 4083.0, 4103.0, 4075.0, 4125.0, 4104.0, 4145.0, 4111.0, 4113.0, 4082.0, 4081.0, 4103.0, 4072.0, 4144.0, 4113.0, 4143.0, 4092.0, 4101.0, 4080.0, 4091.0, 4102.0, 4070.0, 4122.0, 4092.0, 4101.0, 4082.0, 4113.0, 4082.0, 4102.0, 4124.0, 4062.0, 4112.0, 4070.0, 4112.0, 4082.0, 4122.0, 4103.0, 4143.0, 4082.0, 4100.0, 4069.0, 4082.0, 4091.0, 4071.0, 4135.0, 4115.0, 4159.0, 4125.0, 4096.0, 4095.0, 4084.0, 4126.0, 4085.0, 4077.0, 4109.0, 4078.0, 4119.0, 4109.0, 4150.0, 4118.0, 4148.0, 4106.0, 4104.0, 4091.0, 4070.0, 4101.0, 4061.0, 4145.0, 4113.0, 4133.0, 4100.0, 4100.0, 4067.0, 4058.0, 4068.0, 4048.0, 4101.0, 4081.0, 4121.0, 4081.0, 4090.0, 4071.0, 4050.0, 4082.0, 4075.0, 4117.0, 4108.0, 4136.0, 4096.0, 4103.0, 4085.0, 4104.0, 4073.0, 4103.0, 4095.0, 4125.0, 4098.0, 4096.0, 4086.0, 4055.0, 4096.0, 4096.0, 4150.0, 4111.0, 4119.0, 4109.0, 4079.0, 4119.0, 4098.0, 4141.0, 4120.0, 4149.0, 4127.0, 4136.0, 4105.0, 4114.0, 4085.0, 4114.0, 4126.0, 4072.0, 4103.0, 4072.0, 4101.0, 4082.0, 4122.0, 4094.0, 4113.0, 4114.0, 4073.0, 4136.0, 4094.0, 4094.0, 4094.0, 4075.0, 4126.0, 4086.0, 4096.0, 4096.0, 4097.0, 4129.0, 4085.0, 4113.0, 4083.0, 4102.0, 4072.0, 4122.0, 4083.0, 4103.0, 4091.0, 4050.0, 4101.0, 4070.0, 4102.0, 4083.0, 4133.0, 4093.0, 4071.0, 4070.0, 4051.0, 4092.0, 4063.0, 4104.0, 4086.0, 4135.0, 4095.0, 4084.0, 4094.0, 4065.0, 4104.0, 4074.0, 4117.0, 4098.0, 4149.0, 4097.0, 4087.0, 4087.0, 4079.0, 4110.0, 4079.0, 4110.0, 4087.0, 4096.0, 4084.0, 4106.0, 4086.0, 4128.0, 4097.0, 4137.0, 4088.0, 4079.0, 4122.0, 4134.0, 4177.0, 4146.0, 4124.0, 4135.0, 4113.0, 4123.0, 4151.0, 4153.0, 4151.0, 4129.0, 4137.0, 4084.0, 4123.0, 4082.0, 4123.0, 4104.0, 4111.0, 4081.0, 4071.0, 4090.0, 4068.0, 4090.0, 4069.0, 4124.0, 4060.0, 4110.0, 4048.0, 4088.0, 4070.0, 4101.0, 4071.0, 4132.0, 4091.0, 4090.0, 4067.0, 4069.0, 4081.0, 4081.0, 4112.0, 4061.0, 4102.0, 4081.0, 4091.0, 4073.0, 4102.0, 4072.0, 4102.0, 4072.0, 4101.0, 4095.0, 4113.0, 4083.0, 4112.0, 4072.0, 4071.0, 4094.0, 4076.0, 4126.0, 4107.0, 4128.0, 4086.0, 4086.0, 4107.0, 4097.0, 4150.0, 4129.0, 4137.0, 4096.0, 4095.0, 4096.0, 4085.0, 4148.0, 4125.0, 4159.0, 4129.0, 4138.0, 4127.0, 4104.0, 4145.0, 4114.0, 4134.0, 4094.0, 4084.0, 4083.0, 4054.0, 4093.0, 4073.0, 4125.0, 4085.0, 4075.0, 4103.0, 4072.0, 4111.0, 4092.0, 4132.0, 4090.0, 4099.0, 4056.0, 4057.0, 4078.0, 4048.0, 4078.0, 4050.0, 4121.0, 4090.0, 4120.0, 4068.0, 4079.0, 4058.0, 4050.0, 4093.0, 4083.0, 4114.0, 4095.0, 4105.0, 4074.0, 4084.0, 4095.0, 4087.0, 4128.0, 4086.0, 4149.0, 4107.0, 4116.0, 4095.0, 4116.0, 4096.0, 4137.0, 4108.0, 4126.0, 4074.0, 4094.0, 4084.0, 4086.0, 4106.0, 4077.0, 4117.0, 4097.0, 4126.0, 4097.0, 4119.0, 4110.0, 4099.0, 4151.0, 4119.0, 4139.0, 4107.0, 4136.0, 4098.0, 4148.0, 4147.0, 4115.0, 4135.0, 4082.0, 4102.0, 4061.0, 4091.0, 4071.0, 4114.0, 4104.0, 4134.0, 4104.0, 4094.0, 4083.0, 4053.0, 4093.0, 4086.0, 4127.0, 4107.0, 4136.0, 4095.0, 4115.0, 4088.0, 4112.0, 4074.0, 4113.0, 4073.0, 4104.0, 4084.0, 4094.0, 4117.0, 4065.0, 4114.0, 4086.0, 4116.0, 4087.0, 4116.0, 4118.0, 4085.0, 4114.0, 4073.0, 4105.0, 4063.0, 4105.0, 4075.0, 4135.0, 4115.0, 4146.0, 4103.0, 4113.0, 4083.0, 4103.0, 4061.0, 4082.0, 4093.0, 4075.0, 4136.0, 4106.0, 4126.0, 4084.0, 4084.0, 4095.0, 4085.0, 4137.0, 4116.0, 4136.0, 4095.0, 4113.0, 4073.0, 4104.0, 4105.0, 4082.0, 4124.0, 4082.0, 4111.0, 4082.0, 4113.0, 4084.0, 4103.0, 4125.0, 4083.0, 4114.0, 4084.0, 4102.0, 4082.0, 4094.0, 4125.0, 4083.0, 4135.0, 4094.0, 4113.0, 4082.0, 4122.0, 4072.0, 4111.0, 4080.0, 4080.0, 4090.0, 4038.0, 4090.0, 4059.0, 4102.0, 4083.0, 4122.0, 4082.0, 4061.0, 4083.0, 4054.0, 4094.0, 4075.0, 4094.0, 4074.0, 4106.0, 4087.0, 4117.0, 4098.0, 4116.0, 4086.0, 4066.0, 4095.0, 4098.0, 4130.0, 4111.0, 4150.0, 4109.0, 4107.0, 4107.0, 4076.0, 4117.0, 4086.0, 4136.0, 4114.0, 4146.0, 4104.0, 4121.0, 4091.0, 4090.0, 4084.0, 4092.0, 4092.0, 4082.0, 4113.0, 4051.0, 4101.0, 4072.0, 4102.0, 4084.0, 4133.0, 4085.0, 4105.0, 4104.0, 4063.0, 4103.0, 4085.0, 4136.0, 4085.0, 4094.0, 4123.0, 4063.0, 4112.0, 4093.0, 4122.0, 4085.0, 4135.0, 4094.0, 4083.0, 4093.0, 4072.0, 4091.0, 4052.0, 4102.0, 4094.0, 4144.0, 4114.0, 4113.0, 4071.0, 4082.0, 4082.0, 4062.0, 4114.0, 4104.0, 4132.0, 4093.0, 4092.0, 4083.0, 4063.0, 4105.0, 4086.0, 4127.0, 4086.0, 4077.0, 4107.0, 4088.0, 4150.0, 4117.0, 4107.0, 4095.0, 4054.0, 4103.0, 4085.0, 4125.0, 4085.0, 4105.0, 4138.0, 4065.0, 4126.0, 4095.0, 4103.0, 4085.0, 4127.0, 4087.0, 4096.0, 4118.0, 4067.0, 4128.0, 4109.0, 4128.0, 4089.0, 4110.0, 4121.0, 4120.0, 4151.0, 4079.0, 4139.0, 4099.0, 4129.0, 4108.0, 4160.0, 4127.0, 4147.0, 4104.0, 4113.0, 4094.0, 4115.0, 4086.0, 4116.0, 4096.0, 4086.0, 4096.0, 4075.0, 4108.0, 4087.0, 4097.0, 4096.0, 4097.0, 4086.0, 4105.0, 4075.0, 4105.0, 4065.0, 4107.0, 4088.0, 4128.0, 4099.0, 4102.0, 4134.0, 4105.0, 4155.0, 4115.0], 'WindowWidth': [9264.0, 9246.0, 9203.0, 9253.0, 9183.0, 9203.0, 9143.0, 9163.0, 9123.0, 9167.0, 9125.0, 9190.0, 9159.0, 9113.0, 9123.0, 9081.0, 9103.0, 9086.0, 9158.0, 9117.0, 9157.0, 9113.0, 9126.0, 9105.0, 9156.0, 9121.0, 9178.0, 9127.0, 9121.0, 9123.0, 9113.0, 9125.0, 9123.0, 9154.0, 9140.0, 9173.0, 9110.0, 9165.0, 9092.0, 9147.0, 9091.0, 9147.0, 9108.0, 9195.0, 9147.0, 9158.0, 9121.0, 9156.0, 9119.0, 9178.0, 9138.0, 9180.0, 9123.0, 9133.0, 9135.0, 9131.0, 9132.0, 9145.0, 9193.0, 9157.0, 9193.0, 9099.0, 9136.0, 9081.0, 9120.0, 9099.0, 9152.0, 9127.0, 9182.0, 9109.0, 9135.0, 9097.0, 9123.0, 9112.0, 9125.0, 9161.0, 9085.0, 9139.0, 9074.0, 9122.0, 9100.0, 9143.0, 9135.0, 9208.0, 9130.0, 9130.0, 9115.0, 9114.0, 9131.0, 9106.0, 9195.0, 9090.0, 9171.0, 9112.0, 9138.0, 9118.0, 9157.0, 9122.0, 9102.0, 9142.0, 9078.0, 9141.0, 9114.0, 9147.0, 9137.0, 9193.0, 9161.0, 9171.0, 9114.0, 9124.0, 9112.0, 9117.0, 9161.0, 9100.0, 9184.0, 9126.0, 9140.0, 9112.0, 9156.0, 9118.0, 9143.0, 9144.0, 9074.0, 9156.0, 9102.0, 9144.0, 9120.0, 9175.0, 9120.0, 9128.0, 9126.0, 9072.0, 9137.0, 9083.0, 9139.0, 9115.0, 9201.0, 9139.0, 9121.0, 9094.0, 9065.0, 9107.0, 9103.0, 9156.0, 9132.0, 9183.0, 9099.0, 9097.0, 9109.0, 9100.0, 9158.0, 9132.0, 9199.0, 9140.0, 9136.0, 9095.0, 9099.0, 9128.0, 9102.0, 9192.0, 9182.0, 9226.0, 9161.0, 9106.0, 9128.0, 9102.0, 9123.0, 9101.0, 9169.0, 9122.0, 9145.0, 9144.0, 9090.0, 9157.0, 9081.0, 9138.0, 9111.0, 9183.0, 9139.0, 9166.0, 9100.0, 9127.0, 9071.0, 9112.0, 9100.0, 9109.0, 9137.0, 9037.0, 9104.0, 9052.0, 9091.0, 9088.0, 9128.0, 9104.0, 9063.0, 9089.0, 9063.0, 9115.0, 9101.0, 9169.0, 9116.0, 9138.0, 9107.0, 9067.0, 9119.0, 9083.0, 9136.0, 9113.0, 9187.0, 9150.0, 9131.0, 9088.0, 9046.0, 9103.0, 9098.0, 9153.0, 9115.0, 9150.0, 9097.0, 9099.0, 9098.0, 9082.0, 9128.0, 9099.0, 9188.0, 9122.0, 9150.0, 9090.0, 9116.0, 9091.0, 9135.0, 9110.0, 9177.0, 9089.0, 9075.0, 9086.0, 9047.0, 9123.0, 9114.0, 9155.0, 9149.0, 9128.0, 9099.0, 9085.0, 9129.0, 9108.0, 9167.0, 9137.0, 9191.0, 9143.0, 9155.0, 9122.0, 9148.0, 9101.0, 9151.0, 9112.0, 9079.0, 9119.0, 9062.0, 9118.0, 9112.0, 9151.0, 9125.0, 9164.0, 9089.0, 9086.0, 9091.0, 9082.0, 9139.0, 9112.0, 9171.0, 9121.0, 9136.0, 9092.0, 9076.0, 9106.0, 9083.0, 9157.0, 9127.0, 9168.0, 9123.0, 9147.0, 9095.0, 9123.0, 9110.0, 9119.0, 9167.0, 9062.0, 9128.0, 9090.0, 9114.0, 9092.0, 9137.0, 9098.0, 9149.0, 9095.0, 9094.0, 9106.0, 9071.0, 9113.0, 9104.0, 9149.0, 9142.0, 9198.0, 9139.0, 9106.0, 9133.0, 9093.0, 9150.0, 9126.0, 9191.0, 9150.0, 9143.0, 9112.0, 9096.0, 9121.0, 9089.0, 9156.0, 9126.0, 9183.0, 9130.0, 9133.0, 9090.0, 9089.0, 9122.0, 9080.0, 9182.0, 9134.0, 9177.0, 9103.0, 9113.0, 9086.0, 9102.0, 9120.0, 9074.0, 9147.0, 9104.0, 9117.0, 9092.0, 9136.0, 9095.0, 9120.0, 9151.0, 9064.0, 9132.0, 9074.0, 9130.0, 9092.0, 9147.0, 9123.0, 9176.0, 9090.0, 9112.0, 9071.0, 9091.0, 9104.0, 9078.0, 9168.0, 9142.0, 9209.0, 9156.0, 9117.0, 9114.0, 9098.0, 9155.0, 9103.0, 9094.0, 9137.0, 9096.0, 9153.0, 9139.0, 9197.0, 9150.0, 9186.0, 9126.0, 9118.0, 9098.0, 9067.0, 9112.0, 9060.0, 9182.0, 9133.0, 9162.0, 9108.0, 9108.0, 9061.0, 9048.0, 9062.0, 9039.0, 9114.0, 9086.0, 9142.0, 9085.0, 9096.0, 9073.0, 9044.0, 9090.0, 9087.0, 9143.0, 9133.0, 9170.0, 9114.0, 9120.0, 9097.0, 9119.0, 9079.0, 9119.0, 9112.0, 9152.0, 9121.0, 9116.0, 9102.0, 9063.0, 9118.0, 9119.0, 9196.0, 9145.0, 9154.0, 9139.0, 9101.0, 9152.0, 9123.0, 9184.0, 9153.0, 9194.0, 9158.0, 9170.0, 9124.0, 9135.0, 9098.0, 9136.0, 9156.0, 9077.0, 9118.0, 9076.0, 9112.0, 9088.0, 9144.0, 9112.0, 9135.0, 9135.0, 9080.0, 9169.0, 9109.0, 9108.0, 9109.0, 9085.0, 9154.0, 9101.0, 9112.0, 9115.0, 9116.0, 9166.0, 9097.0, 9132.0, 9090.0, 9112.0, 9076.0, 9144.0, 9092.0, 9116.0, 9098.0, 9042.0, 9111.0, 9069.0, 9114.0, 9092.0, 9159.0, 9105.0, 9073.0, 9069.0, 9048.0, 9103.0, 9065.0, 9121.0, 9102.0, 9167.0, 9113.0, 9097.0, 9110.0, 9073.0, 9122.0, 9083.0, 9144.0, 9120.0, 9189.0, 9118.0, 9104.0, 9102.0, 9097.0, 9139.0, 9096.0, 9140.0, 9104.0, 9114.0, 9096.0, 9130.0, 9103.0, 9162.0, 9120.0, 9174.0, 9110.0, 9099.0, 9164.0, 9183.0, 9244.0, 9200.0, 9169.0, 9184.0, 9151.0, 9163.0, 9200.0, 9206.0, 9199.0, 9163.0, 9171.0, 9094.0, 9145.0, 9091.0, 9148.0, 9124.0, 9127.0, 9086.0, 9071.0, 9096.0, 9064.0, 9096.0, 9069.0, 9150.0, 9055.0, 9123.0, 9039.0, 9090.0, 9069.0, 9112.0, 9072.0, 9156.0, 9099.0, 9095.0, 9064.0, 9068.0, 9087.0, 9087.0, 9132.0, 9059.0, 9115.0, 9086.0, 9100.0, 9080.0, 9116.0, 9076.0, 9116.0, 9077.0, 9113.0, 9115.0, 9134.0, 9093.0, 9131.0, 9077.0, 9075.0, 9114.0, 9092.0, 9159.0, 9134.0, 9161.0, 9104.0, 9104.0, 9134.0, 9122.0, 9200.0, 9166.0, 9174.0, 9115.0, 9112.0, 9116.0, 9101.0, 9193.0, 9155.0, 9210.0, 9172.0, 9179.0, 9164.0, 9124.0, 9182.0, 9137.0, 9166.0, 9109.0, 9096.0, 9092.0, 9058.0, 9106.0, 9080.0, 9152.0, 9101.0, 9087.0, 9121.0, 9078.0, 9130.0, 9103.0, 9158.0, 9095.0, 9104.0, 9045.0, 9047.0, 9075.0, 9035.0, 9077.0, 9043.0, 9141.0, 9096.0, 9139.0, 9064.0, 9079.0, 9052.0, 9046.0, 9106.0, 9096.0, 9138.0, 9112.0, 9125.0, 9083.0, 9098.0, 9113.0, 9104.0, 9162.0, 9101.0, 9190.0, 9131.0, 9142.0, 9112.0, 9143.0, 9116.0, 9171.0, 9136.0, 9153.0, 9083.0, 9108.0, 9097.0, 9103.0, 9131.0, 9093.0, 9146.0, 9120.0, 9157.0, 9120.0, 9151.0, 9141.0, 9125.0, 9196.0, 9149.0, 9177.0, 9133.0, 9170.0, 9120.0, 9188.0, 9191.0, 9137.0, 9166.0, 9088.0, 9116.0, 9059.0, 9099.0, 9076.0, 9136.0, 9124.0, 9168.0, 9122.0, 9108.0, 9094.0, 9053.0, 9107.0, 9102.0, 9160.0, 9134.0, 9170.0, 9112.0, 9139.0, 9108.0, 9133.0, 9082.0, 9133.0, 9080.0, 9121.0, 9099.0, 9110.0, 9145.0, 9074.0, 9138.0, 9102.0, 9142.0, 9106.0, 9144.0, 9151.0, 9100.0, 9138.0, 9080.0, 9123.0, 9067.0, 9124.0, 9085.0, 9169.0, 9138.0, 9185.0, 9120.0, 9134.0, 9092.0, 9118.0, 9061.0, 9092.0, 9110.0, 9087.0, 9172.0, 9129.0, 9157.0, 9098.0, 9097.0, 9114.0, 9102.0, 9176.0, 9143.0, 9169.0, 9113.0, 9133.0, 9081.0, 9123.0, 9127.0, 9091.0, 9149.0, 9090.0, 9128.0, 9090.0, 9131.0, 9097.0, 9120.0, 9155.0, 9094.0, 9137.0, 9095.0, 9117.0, 9091.0, 9109.0, 9156.0, 9094.0, 9166.0, 9110.0, 9133.0, 9089.0, 9143.0, 9077.0, 9126.0, 9084.0, 9083.0, 9095.0, 9026.0, 9096.0, 9055.0, 9115.0, 9094.0, 9144.0, 9091.0, 9061.0, 9092.0, 9059.0, 9110.0, 9087.0, 9110.0, 9083.0, 9130.0, 9108.0, 9146.0, 9123.0, 9145.0, 9104.0, 9077.0, 9116.0, 9124.0, 9168.0, 9144.0, 9195.0, 9139.0, 9133.0, 9131.0, 9090.0, 9144.0, 9103.0, 9172.0, 9139.0, 9187.0, 9121.0, 9143.0, 9101.0, 9098.0, 9094.0, 9105.0, 9105.0, 9091.0, 9134.0, 9048.0, 9116.0, 9078.0, 9117.0, 9097.0, 9162.0, 9100.0, 9127.0, 9123.0, 9068.0, 9120.0, 9102.0, 9169.0, 9101.0, 9111.0, 9149.0, 9068.0, 9133.0, 9108.0, 9145.0, 9101.0, 9166.0, 9110.0, 9092.0, 9106.0, 9078.0, 9102.0, 9052.0, 9119.0, 9111.0, 9180.0, 9137.0, 9134.0, 9076.0, 9091.0, 9091.0, 9064.0, 9139.0, 9121.0, 9159.0, 9105.0, 9103.0, 9095.0, 9066.0, 9125.0, 9101.0, 9157.0, 9102.0, 9090.0, 9131.0, 9110.0, 9196.0, 9146.0, 9130.0, 9111.0, 9056.0, 9119.0, 9097.0, 9151.0, 9100.0, 9125.0, 9174.0, 9071.0, 9155.0, 9112.0, 9120.0, 9098.0, 9156.0, 9104.0, 9115.0, 9148.0, 9079.0, 9162.0, 9138.0, 9162.0, 9111.0, 9142.0, 9160.0, 9154.0, 9199.0, 9099.0, 9178.0, 9123.0, 9165.0, 9137.0, 9211.0, 9158.0, 9188.0, 9121.0, 9135.0, 9107.0, 9138.0, 9101.0, 9140.0, 9115.0, 9100.0, 9114.0, 9084.0, 9136.0, 9107.0, 9117.0, 9114.0, 9118.0, 9104.0, 9127.0, 9086.0, 9128.0, 9076.0, 9134.0, 9110.0, 9164.0, 9129.0, 9136.0, 9183.0, 9146.0, 9210.0, 9158.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.0004893736263736263</td></tr>
<tr><td colspan=3>aqi</td><td>0.017001359890109893</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.24967614091306</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1916185251265101</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0032249888668863</td></tr>
<tr><td colspan=3>efc</td><td>0.5073</td></tr>
<tr><td colspan=3>fber</td><td>3423.1274</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0719895164089847</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.989010989010989</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.602888300951483</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.526181394316597</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.863309477187928</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4191740313499235</td></tr>
<tr><td colspan=3>gcor</td><td>0.0130064</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00792003981769085</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03608368709683418</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>910</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.6094711961260875</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>15.0173</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>59.2715</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>231.7522</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296799.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1163.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>411.315</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8154</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>554.4838</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3233.0093</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3446.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79745.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>899.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4337.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>954.7045</td></tr>
<tr><td colspan=3>tsnr</td><td>39.91881478764117</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>