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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0127/ses-02/func/sub-0127_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>14178f3a172bde9e706b069b4182cacd</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>17:58:53.825000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99643, 0.0788355, -0.0301871, -0.0801709, 0.995722, -0.0459281]</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.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0867055</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4202, -7760, -7235, 333, -198, 111, -16, 175]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 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>244.763</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>53381aeb-50ff-4703-aafa-032cb129c8db||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6733500957489014, -0.21509259939193726, -0.07138051092624664, 124.0252456665039], [-0.2115098536014557, 2.671450614929199, -0.1300976574420929, -91.5510025024414], [-0.08098983764648438, 0.12322180718183517, 2.6959190368652344, -80.79126739501953], [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': ['175853.825000', '175854.285000', '175854.745000', '175855.205000', '175855.665000', '175856.125000', '175856.585000', '175857.045000', '175857.505000', '175857.965000', '175858.425000', '175858.885000', '175859.345000', '175859.805000', '175900.265000', '175900.725000', '175901.185000', '175901.645000', '175902.105000', '175902.565000', '175903.025000', '175903.485000', '175903.945000', '175904.405000', '175904.865000', '175905.325000', '175905.785000', '175906.245000', '175906.705000', '175907.165000', '175907.625000', '175908.085000', '175908.545000', '175909.005000', '175909.465000', '175909.925000', '175910.385000', '175910.845000', '175911.305000', '175911.765000', '175912.225000', '175912.685000', '175913.145000', '175913.605000', '175914.065000', '175914.525000', '175914.985000', '175915.445000', '175915.905000', '175916.365000', '175916.825000', '175917.285000', '175917.745000', '175918.205000', '175918.665000', '175919.125000', '175919.585000', '175920.045000', '175920.505000', '175920.965000', '175921.425000', '175921.885000', '175922.345000', '175922.805000', '175923.265000', '175923.725000', '175924.185000', '175924.645000', '175925.105000', '175925.565000', '175926.025000', '175926.485000', '175926.945000', '175927.405000', '175927.865000', '175928.325000', '175928.785000', '175929.245000', '175929.705000', '175930.165000', '175930.625000', '175931.085000', '175931.545000', '175932.005000', '175932.465000', '175932.925000', '175933.385000', '175933.845000', '175934.305000', '175934.765000', '175935.225000', '175935.685000', '175936.145000', '175936.605000', '175937.065000', '175937.525000', '175937.985000', '175938.445000', '175938.905000', '175939.365000', '175939.825000', '175940.285000', '175940.745000', '175941.205000', '175941.665000', '175942.125000', '175942.585000', '175943.045000', '175943.505000', '175943.965000', '175944.425000', '175944.885000', '175945.345000', '175945.805000', '175946.265000', '175946.725000', '175947.185000', '175947.645000', '175948.105000', '175948.565000', '175949.025000', '175949.485000', '175949.945000', '175950.405000', '175950.865000', '175951.325000', '175951.785000', '175952.245000', '175952.705000', '175953.165000', '175953.625000', '175954.085000', '175954.545000', '175955.005000', '175955.465000', '175955.925000', '175956.385000', '175956.845000', '175957.305000', '175957.765000', '175958.225000', '175958.685000', '175959.145000', '175959.605000', '180000.065000', '180000.525000', '180000.985000', '180001.445000', '180001.905000', '180002.365000', '180002.825000', '180003.285000', '180003.745000', '180004.205000', '180004.665000', '180005.125000', '180005.585000', '180006.045000', '180006.505000', '180006.965000', '180007.425000', '180007.885000', '180008.345000', '180008.805000', '180009.265000', '180009.725000', '180010.185000', '180010.645000', '180011.105000', '180011.565000', '180012.025000', '180012.485000', '180012.945000', '180013.405000', '180013.865000', '180014.325000', '180014.785000', '180015.245000', '180015.705000', '180016.165000', '180016.625000', '180017.085000', '180017.545000', '180018.005000', '180018.465000', '180018.925000', '180019.385000', '180019.845000', '180020.305000', '180020.765000', '180021.225000', '180021.685000', '180022.145000', '180022.605000', '180023.065000', '180023.525000', '180023.985000', '180024.445000', '180024.905000', '180025.365000', '180025.825000', '180026.285000', '180026.745000', '180027.205000', '180027.665000', '180028.125000', '180028.585000', '180029.045000', '180029.505000', '180029.965000', '180030.425000', '180030.885000', '180031.345000', '180031.805000', '180032.265000', '180032.725000', '180033.185000', '180033.645000', '180034.105000', '180034.565000', '180035.025000', '180035.485000', '180035.945000', '180036.405000', '180036.865000', '180037.325000', '180037.785000', '180038.245000', '180038.705000', '180039.165000', '180039.625000', '180040.085000', '180040.545000', '180041.005000', '180041.465000', '180041.925000', '180042.385000', '180042.845000', '180043.305000', '180043.765000', '180044.225000', '180044.685000', '180045.145000', '180045.605000', '180046.065000', '180046.525000', '180046.985000', '180047.445000', '180047.905000', '180048.365000', '180048.825000', '180049.285000', '180049.745000', '180050.205000', '180050.665000', '180051.125000', '180051.585000', '180052.045000', '180052.505000', '180052.965000', '180053.425000', '180053.885000', '180054.345000', '180054.805000', '180055.265000', '180055.725000', '180056.185000', '180056.645000', '180057.105000', '180057.565000', '180058.025000', '180058.485000', '180058.945000', '180059.405000', '180059.865000', '180100.325000', '180100.785000', '180101.245000', '180101.705000', '180102.165000', '180102.625000', '180103.085000', '180103.545000', '180104.005000', '180104.465000', '180104.925000', '180105.385000', '180105.845000', '180106.305000', '180106.765000', '180107.225000', '180107.685000', '180108.145000', '180108.605000', '180109.065000', '180109.525000', '180109.985000', '180110.445000', '180110.905000', '180111.365000', '180111.825000', '180112.285000', '180112.745000', '180113.205000', '180113.665000', '180114.125000', '180114.585000', '180115.045000', '180115.505000', '180115.965000', '180116.425000', '180116.885000', '180117.345000', '180117.805000', '180118.265000', '180118.725000', '180119.185000', '180119.645000', '180120.105000', '180120.565000', '180121.025000', '180121.485000', '180121.945000', '180122.405000', '180122.865000', '180123.325000', '180123.785000', '180124.245000', '180124.705000', '180125.165000', '180125.625000', '180126.085000', '180126.545000', '180127.005000', '180127.465000', '180127.925000', '180128.385000', '180128.845000', '180129.305000', '180129.765000', '180130.225000', '180130.685000', '180131.145000', '180131.605000', '180132.065000', '180132.525000', '180132.985000', '180133.445000', '180133.905000', '180134.365000', '180134.825000', '180135.285000', '180135.745000', '180136.205000', '180136.665000', '180137.125000', '180137.585000', '180138.045000', '180138.505000', '180138.965000', '180139.425000', '180139.885000', '180140.345000', '180140.805000', '180141.265000', '180141.725000', '180142.185000', '180142.645000', '180143.105000', '180143.565000', '180144.025000', '180144.485000', '180144.945000', '180145.405000', '180145.865000', '180146.325000', '180146.785000', '180147.245000', '180147.705000', '180148.165000', '180148.625000', '180149.085000', '180149.545000', '180150.005000', '180150.465000', '180150.925000', '180151.385000', '180151.845000', '180152.305000', '180152.765000', '180153.225000', '180153.685000', '180154.145000', '180154.605000', '180155.065000', '180155.525000', '180155.985000', '180156.445000', '180156.905000', '180157.365000', '180157.825000', '180158.285000', '180158.745000', '180159.205000', '180159.665000', '180200.125000', '180200.585000', '180201.045000', '180201.505000', '180201.965000', '180202.425000', '180202.885000', '180203.345000', '180203.805000', '180204.265000', '180204.725000', '180205.185000', '180205.645000', '180206.105000', '180206.565000', '180207.025000', '180207.485000', '180207.945000', '180208.405000', '180208.865000', '180209.325000', '180209.785000', '180210.245000', '180210.705000', '180211.165000', '180211.625000', '180212.085000', '180212.545000', '180213.005000', '180213.465000', '180213.925000', '180214.385000', '180214.845000', '180215.305000', '180215.765000', '180216.225000', '180216.685000', '180217.145000', '180217.605000', '180218.065000', '180218.525000', '180218.985000', '180219.445000', '180219.905000', '180220.365000', '180220.825000', '180221.285000', '180221.745000', '180222.205000', '180222.665000', '180223.125000', '180223.585000', '180224.045000', '180224.505000', '180224.965000', '180225.425000', '180225.885000', '180226.345000', '180226.805000', '180227.265000', '180227.725000', '180228.185000', '180228.645000', '180229.105000', '180229.565000', '180230.025000', '180230.485000', '180230.945000', '180231.405000', '180231.865000', '180232.325000', '180232.785000', '180233.245000', '180233.705000', '180234.165000', '180234.625000', '180235.085000', '180235.545000', '180236.005000', '180236.465000', '180236.925000', '180237.385000', '180237.845000', '180238.305000', '180238.765000', '180239.225000', '180239.685000', '180240.145000', '180240.605000', '180241.065000', '180241.525000', '180241.985000', '180242.445000', '180242.905000', '180243.365000', '180243.825000', '180244.285000', '180244.745000', '180245.205000', '180245.665000', '180246.125000', '180246.585000', '180247.045000', '180247.505000', '180247.965000', '180248.425000', '180248.885000', '180249.345000', '180249.805000', '180250.265000', '180250.725000', '180251.185000', '180251.645000', '180252.105000', '180252.565000', '180253.025000', '180253.485000', '180253.945000', '180254.405000', '180254.865000', '180255.325000', '180255.785000', '180256.245000', '180256.705000', '180257.165000', '180257.625000', '180258.085000', '180258.545000', '180259.005000', '180259.465000', '180259.925000', '180300.385000', '180300.845000', '180301.305000', '180301.765000', '180302.225000', '180302.685000', '180303.145000', '180303.605000', '180304.065000', '180304.525000', '180304.985000', '180305.445000', '180305.905000', '180306.365000', '180306.825000', '180307.285000', '180307.745000', '180308.205000', '180308.665000', '180309.125000', '180309.585000', '180310.045000', '180310.505000', '180310.965000', '180311.425000', '180311.885000', '180312.345000', '180312.805000', '180313.265000', '180313.725000', '180314.185000', '180314.645000', '180315.105000', '180315.565000', '180316.025000', '180316.485000', '180316.945000', '180317.405000', '180317.865000', '180318.325000', '180318.785000', '180319.245000', '180319.705000', '180320.165000', '180320.625000', '180321.085000', '180321.545000', '180322.005000', '180322.465000', '180322.925000', '180323.385000', '180323.845000', '180324.305000', '180324.765000', '180325.225000', '180325.685000', '180326.145000', '180326.605000', '180327.065000', '180327.525000', '180327.985000', '180328.445000', '180328.905000', '180329.365000', '180329.825000', '180330.285000', '180330.745000', '180331.205000', '180331.665000', '180332.125000', '180332.585000', '180333.045000', '180333.505000', '180333.965000', '180334.425000', '180334.885000', '180335.345000', '180335.805000', '180336.265000', '180336.725000', '180337.185000', '180337.645000', '180338.105000', '180338.565000', '180339.025000', '180339.485000', '180339.945000', '180340.405000', '180340.865000', '180341.325000', '180341.785000', '180342.245000', '180342.705000', '180343.165000', '180343.625000', '180344.085000', '180344.545000', '180345.005000', '180345.465000', '180345.925000', '180346.385000', '180346.845000', '180347.305000', '180347.765000', '180348.225000', '180348.685000', '180349.145000', '180349.605000', '180350.065000', '180350.525000', '180350.985000', '180351.445000', '180351.905000', '180352.365000', '180352.825000', '180353.285000', '180353.745000', '180354.205000', '180354.665000', '180355.125000', '180355.585000', '180356.045000', '180356.505000', '180356.965000', '180357.425000', '180357.885000', '180358.345000', '180358.805000', '180359.265000', '180359.725000', '180400.185000', '180400.645000', '180401.105000', '180401.565000', '180402.025000', '180402.485000', '180402.945000', '180403.405000', '180403.865000', '180404.325000', '180404.785000', '180405.245000', '180405.705000', '180406.165000', '180406.625000', '180407.085000', '180407.545000', '180408.005000', '180408.465000', '180408.925000', '180409.385000', '180409.845000', '180410.305000', '180410.765000', '180411.225000', '180411.685000', '180412.145000', '180412.605000', '180413.065000', '180413.525000', '180413.985000', '180414.445000', '180414.905000', '180415.365000', '180415.825000', '180416.285000', '180416.745000', '180417.205000', '180417.665000', '180418.125000', '180418.585000', '180419.045000', '180419.505000', '180419.965000', '180420.425000', '180420.885000', '180421.345000', '180421.805000', '180422.265000', '180422.725000', '180423.185000', '180423.645000', '180424.105000', '180424.565000', '180425.025000', '180425.485000', '180425.945000', '180426.405000', '180426.865000', '180427.325000', '180427.785000', '180428.245000', '180428.705000', '180429.165000', '180429.625000', '180430.085000', '180430.545000', '180431.005000', '180431.465000', '180431.925000', '180432.385000', '180432.845000', '180433.305000', '180433.765000', '180434.225000', '180434.685000', '180435.145000', '180435.605000', '180436.065000', '180436.525000', '180436.985000', '180437.445000', '180437.905000', '180438.365000', '180438.825000', '180439.285000', '180439.745000', '180440.205000', '180440.665000', '180441.125000', '180441.585000', '180442.045000', '180442.505000', '180442.965000', '180443.425000', '180443.885000', '180444.345000', '180444.805000', '180445.265000', '180445.725000', '180446.185000', '180446.645000', '180447.105000', '180447.565000', '180448.025000', '180448.485000', '180448.945000', '180449.405000', '180449.865000', '180450.325000', '180450.785000', '180451.245000', '180451.705000', '180452.165000', '180452.625000', '180453.085000', '180453.545000', '180454.005000', '180454.465000', '180454.925000', '180455.385000', '180455.845000', '180456.305000', '180456.765000', '180457.225000', '180457.685000', '180458.145000', '180458.605000', '180459.065000', '180459.525000', '180459.985000', '180500.445000', '180500.905000', '180501.365000', '180501.825000', '180502.285000', '180502.745000', '180503.205000', '180503.665000', '180504.125000', '180504.585000', '180505.045000', '180505.505000', '180505.965000', '180506.425000', '180506.885000', '180507.345000', '180507.805000', '180508.265000', '180508.725000', '180509.185000', '180509.645000', '180510.105000', '180510.565000', '180511.025000', '180511.485000', '180511.945000', '180512.405000', '180512.865000', '180513.325000', '180513.785000', '180514.245000', '180514.705000', '180515.165000', '180515.625000', '180516.085000', '180516.545000', '180517.005000', '180517.465000', '180517.925000', '180518.385000', '180518.845000', '180519.305000', '180519.765000', '180520.225000', '180520.685000', '180521.145000', '180521.605000', '180522.065000', '180522.525000', '180522.985000', '180523.445000', '180523.905000', '180524.365000', '180524.825000', '180525.285000', '180525.745000', '180526.205000', '180526.665000', '180527.125000', '180527.585000', '180528.045000', '180528.505000', '180528.965000', '180529.425000', '180529.885000', '180530.345000', '180530.805000', '180531.265000', '180531.725000', '180532.185000', '180532.645000', '180533.105000', '180533.565000', '180534.025000', '180534.485000', '180534.945000', '180535.405000', '180535.865000', '180536.325000', '180536.785000', '180537.245000', '180537.705000', '180538.165000', '180538.625000', '180539.085000', '180539.545000', '180540.005000', '180540.465000', '180540.925000', '180541.385000', '180541.845000', '180542.305000', '180542.765000', '180543.225000', '180543.685000', '180544.145000', '180544.605000', '180545.065000', '180545.525000', '180545.985000', '180546.445000', '180546.905000', '180547.365000', '180547.825000', '180548.285000', '180548.745000', '180549.205000', '180549.665000', '180550.125000', '180550.585000', '180551.045000', '180551.505000', '180551.965000', '180552.425000', '180552.885000', '180553.345000', '180553.805000'], 'ContentTime': ['175910.001000', '175910.005000', '175910.008000', '175910.010000', '175910.013000', '175910.016000', '175910.019000', '175910.021000', '175910.024000', '175910.026000', '175910.029000', '175910.031000', '175910.034000', '175910.037000', '175910.039000', '175910.042000', '175910.050000', '175910.052000', '175910.055000', '175910.057000', '175910.060000', '175910.063000', '175910.065000', '175910.068000', '175910.070000', '175910.073000', '175910.075000', '175910.078000', '175910.081000', '175910.083000', '175910.086000', '175910.088000', '175929.960000', '175929.962000', '175929.965000', '175929.968000', '175929.970000', '175929.973000', '175929.975000', '175929.978000', '175929.981000', '175929.983000', '175929.986000', '175929.988000', '175929.991000', '175929.993000', '175929.996000', '175930.000000', '175930.002000', '175930.005000', '175930.008000', '175930.014000', '175930.017000', '175930.020000', '175930.022000', '175930.025000', '175930.028000', '175930.030000', '175930.033000', '175930.036000', '175930.038000', '175930.041000', '175930.043000', '175930.046000', '175930.048000', '175930.051000', '175930.053000', '175930.056000', '175930.058000', '175930.061000', '175930.064000', '175930.066000', '175930.069000', '175930.071000', '175930.074000', '175949.959000', '175949.961000', '175949.964000', '175949.967000', '175949.969000', '175949.972000', '175949.974000', '175949.977000', '175949.979000', '175949.982000', '175949.985000', '175949.987000', '175949.990000', '175949.992000', '175949.995000', '175949.998000', '175950.001000', '175950.004000', '175950.006000', '175950.009000', '175950.012000', '175950.014000', '175950.017000', '175950.019000', '175950.022000', '175950.025000', '175950.031000', '175950.034000', '175950.036000', '175950.039000', '175950.041000', '175950.044000', '175950.046000', '175950.049000', '175950.051000', '175950.054000', '175950.056000', '175950.059000', '175950.062000', '175950.064000', '175950.067000', '175950.069000', '175950.072000', '175950.074000', '180009.959000', '180009.962000', '180009.965000', '180009.967000', '180009.970000', '180009.973000', '180009.975000', '180009.978000', '180009.980000', '180009.983000', '180009.985000', '180009.988000', '180009.991000', '180009.993000', '180009.996000', '180009.999000', '180010.001000', '180010.004000', '180010.006000', '180010.009000', '180010.011000', '180010.014000', '180010.017000', '180010.019000', '180010.022000', '180010.024000', '180010.027000', '180010.029000', '180010.032000', '180010.035000', '180010.037000', '180010.040000', '180010.042000', '180010.045000', '180010.048000', '180010.050000', '180010.053000', '180010.056000', '180010.058000', '180010.061000', '180010.063000', '180010.066000', '180010.068000', '180029.959000', '180029.962000', '180029.965000', '180029.968000', '180029.970000', '180029.973000', '180029.975000', '180029.978000', '180029.981000', '180029.983000', '180029.986000', '180029.989000', '180029.991000', '180029.994000', '180029.996000', '180030.000000', '180030.003000', '180030.005000', '180030.008000', '180030.010000', '180030.013000', '180030.015000', '180030.018000', '180030.021000', '180030.023000', '180030.026000', '180030.028000', '180030.031000', '180030.034000', '180030.036000', '180030.039000', '180030.041000', '180030.044000', '180030.046000', '180030.049000', '180030.065000', '180030.068000', '180030.071000', '180030.073000', '180030.076000', '180030.078000', '180030.081000', '180030.084000', '180030.086000', '180049.959000', '180049.962000', '180049.965000', '180049.967000', '180049.970000', '180049.973000', '180049.975000', '180049.978000', '180049.980000', '180049.983000', '180049.985000', '180049.988000', '180049.991000', '180049.993000', '180049.996000', '180049.998000', '180050.002000', '180050.005000', '180050.007000', '180050.010000', '180050.012000', '180050.015000', '180050.018000', '180050.020000', '180050.023000', '180050.025000', '180050.028000', '180050.031000', '180050.033000', '180050.036000', '180050.038000', '180050.041000', '180050.044000', '180050.047000', '180050.049000', '180050.052000', '180050.055000', '180050.057000', '180050.060000', '180050.062000', '180050.065000', '180050.067000', '180050.070000', '180109.959000', '180109.962000', '180109.965000', '180109.967000', '180109.970000', '180109.973000', '180109.975000', '180109.978000', '180109.980000', '180109.983000', '180109.986000', '180109.988000', '180109.991000', '180109.993000', '180109.996000', '180109.998000', '180110.002000', '180110.005000', '180110.007000', '180110.010000', '180110.013000', '180110.015000', '180110.018000', '180110.021000', '180110.023000', '180110.026000', '180110.028000', '180110.031000', '180110.033000', '180110.036000', '180110.039000', '180110.041000', '180110.044000', '180110.046000', '180110.049000', '180110.051000', '180110.054000', '180110.057000', '180110.059000', '180110.062000', '180110.064000', '180110.067000', '180110.069000', '180110.072000', '180129.959000', '180129.962000', '180129.965000', '180129.967000', '180129.970000', '180129.973000', '180129.975000', '180129.978000', '180129.980000', '180129.983000', '180129.985000', '180129.988000', '180129.994000', '180129.997000', '180130.000000', '180130.003000', '180130.006000', '180130.008000', '180130.011000', '180130.014000', '180130.016000', '180130.019000', '180130.021000', '180130.024000', '180130.026000', '180130.029000', '180130.031000', '180130.034000', '180130.037000', '180130.039000', '180130.042000', '180130.045000', '180130.047000', '180130.050000', '180130.052000', '180130.055000', '180130.057000', '180130.060000', '180130.062000', '180130.065000', '180130.068000', '180130.087000', '180130.090000', '180149.959000', '180149.962000', '180149.965000', '180149.967000', '180149.970000', '180149.973000', '180149.975000', '180149.978000', '180149.981000', '180149.983000', '180149.986000', '180149.988000', '180149.991000', '180149.994000', '180149.996000', '180150.000000', '180150.003000', '180150.006000', '180150.008000', '180150.011000', '180150.014000', '180150.016000', '180150.019000', '180150.021000', '180150.024000', '180150.026000', '180150.029000', '180150.032000', '180150.034000', '180150.037000', '180150.039000', '180150.042000', '180150.045000', '180150.047000', '180150.050000', '180150.052000', '180150.055000', '180150.057000', '180150.060000', '180150.063000', '180150.065000', '180150.068000', '180150.070000', '180150.073000', '180209.958000', '180209.961000', '180209.964000', '180209.967000', '180209.969000', '180209.972000', '180209.974000', '180209.977000', '180209.979000', '180209.982000', '180209.985000', '180209.987000', '180209.990000', '180209.992000', '180209.995000', '180209.998000', '180210.001000', '180210.004000', '180210.007000', '180210.009000', '180210.012000', '180210.014000', '180210.017000', '180210.020000', '180210.022000', '180210.025000', '180210.027000', '180210.030000', '180210.032000', '180210.035000', '180210.057000', '180210.059000', '180210.062000', '180210.064000', '180210.067000', '180210.070000', '180210.072000', '180210.075000', '180210.077000', '180210.080000', '180210.083000', '180210.085000', '180210.088000', '180229.959000', '180229.962000', '180229.965000', '180229.968000', '180229.970000', '180229.973000', '180229.976000', '180229.979000', '180229.982000', '180229.985000', '180229.988000', '180229.991000', '180229.993000', '180229.996000', '180229.999000', '180230.001000', '180230.004000', '180230.007000', '180230.009000', '180230.012000', '180230.014000', '180230.017000', '180230.020000', '180230.022000', '180230.025000', '180230.027000', '180230.030000', '180230.033000', '180230.035000', '180230.038000', '180230.040000', '180230.043000', '180230.046000', '180230.048000', '180230.051000', '180230.053000', '180230.056000', '180230.058000', '180230.061000', '180230.064000', '180230.066000', '180230.069000', '180230.071000', '180249.959000', '180249.962000', '180249.966000', '180249.968000', '180249.971000', '180249.974000', '180249.976000', '180249.979000', '180249.981000', '180249.984000', '180249.987000', '180249.989000', '180249.992000', '180249.994000', '180249.997000', '180250.001000', '180250.003000', '180250.006000', '180250.008000', '180250.011000', '180250.014000', '180250.016000', '180250.019000', '180250.021000', '180250.024000', '180250.026000', '180250.029000', '180250.032000', '180250.034000', '180250.037000', '180250.039000', '180250.042000', '180250.044000', '180250.047000', '180250.050000', '180250.052000', '180250.055000', '180250.057000', '180250.060000', '180250.062000', '180250.065000', '180250.067000', '180250.070000', '180250.073000', '180309.959000', '180309.962000', '180309.965000', '180309.967000', '180309.970000', '180309.973000', '180309.975000', '180309.978000', '180309.981000', '180309.983000', '180309.986000', '180309.989000', '180310.002000', '180310.005000', '180310.008000', '180310.012000', '180310.015000', '180310.018000', '180310.020000', '180310.023000', '180310.025000', '180310.028000', '180310.031000', '180310.033000', '180310.036000', '180310.038000', '180310.041000', '180310.044000', '180310.047000', '180310.049000', '180310.052000', '180310.054000', '180310.057000', '180310.060000', '180310.062000', '180310.065000', '180310.068000', '180310.070000', '180310.073000', '180310.075000', '180310.078000', '180310.080000', '180310.083000', '180329.959000', '180329.963000', '180329.966000', '180329.968000', '180329.971000', '180329.973000', '180329.976000', '180329.978000', '180329.981000', '180329.984000', '180329.986000', '180329.989000', '180329.991000', '180329.994000', '180329.997000', '180330.000000', '180330.003000', '180330.005000', '180330.008000', '180330.010000', '180330.013000', '180330.016000', '180330.018000', '180330.021000', '180330.023000', '180330.026000', '180330.028000', '180330.031000', '180330.034000', '180330.036000', '180330.039000', '180330.041000', '180330.044000', '180330.047000', '180330.049000', '180330.052000', '180330.054000', '180330.065000', '180330.068000', '180330.070000', '180330.073000', '180330.076000', '180330.078000', '180330.081000', '180349.959000', '180349.962000', '180349.965000', '180349.967000', '180349.970000', '180349.973000', '180349.975000', '180349.978000', '180349.981000', '180349.983000', '180349.986000', '180349.989000', '180349.993000', '180349.996000', '180350.001000', '180350.004000', '180350.006000', '180350.009000', '180350.012000', '180350.014000', '180350.017000', '180350.020000', '180350.022000', '180350.025000', '180350.028000', '180350.030000', '180350.033000', '180350.035000', '180350.038000', '180350.041000', '180350.043000', '180350.046000', '180350.048000', '180350.051000', '180350.054000', '180350.056000', '180350.059000', '180350.061000', '180350.064000', '180350.066000', '180350.069000', '180350.072000', '180350.074000', '180409.959000', '180409.962000', '180409.965000', '180409.967000', '180409.970000', '180409.973000', '180409.975000', '180409.978000', '180409.981000', '180409.983000', '180409.986000', '180409.988000', '180409.991000', '180409.994000', '180409.996000', '180410.000000', '180410.003000', '180410.005000', '180410.008000', '180410.010000', '180410.013000', '180410.015000', '180410.018000', '180410.021000', '180410.023000', '180410.026000', '180410.028000', '180410.031000', '180410.034000', '180410.036000', '180410.039000', '180410.041000', '180410.044000', '180410.047000', '180410.049000', '180410.052000', '180410.054000', '180410.057000', '180410.059000', '180410.062000', '180410.065000', '180410.067000', '180410.070000', '180410.072000', '180429.958000', '180429.961000', '180429.964000', '180429.967000', '180429.970000', '180429.972000', '180429.975000', '180429.983000', '180429.986000', '180429.988000', '180429.991000', '180429.994000', '180429.996000', '180430.000000', '180430.003000', '180430.005000', '180430.008000', '180430.010000', '180430.013000', '180430.015000', '180430.018000', '180430.021000', '180430.023000', '180430.026000', '180430.030000', '180430.032000', '180430.035000', '180430.038000', '180430.040000', '180430.043000', '180430.045000', '180430.048000', '180430.050000', '180430.053000', '180430.056000', '180430.058000', '180430.061000', '180430.063000', '180430.066000', '180430.070000', '180430.073000', '180430.075000', '180430.078000', '180449.960000', '180449.962000', '180449.965000', '180449.968000', '180449.971000', '180449.973000', '180449.976000', '180449.978000', '180449.981000', '180449.983000', '180449.986000', '180449.989000', '180449.991000', '180449.994000', '180449.997000', '180450.001000', '180450.003000', '180450.006000', '180450.009000', '180450.011000', '180450.014000', '180450.016000', '180450.019000', '180450.021000', '180450.024000', '180450.027000', '180450.029000', '180450.032000', '180450.035000', '180450.037000', '180450.040000', '180450.042000', '180450.045000', '180450.047000', '180450.050000', '180450.053000', '180450.055000', '180450.058000', '180450.060000', '180450.063000', '180450.066000', '180450.068000', '180450.071000', '180450.073000', '180509.959000', '180509.962000', '180509.965000', '180509.967000', '180509.970000', '180509.973000', '180509.975000', '180509.978000', '180509.980000', '180509.983000', '180509.986000', '180509.988000', '180509.991000', '180509.993000', '180509.996000', '180510.000000', '180510.007000', '180510.010000', '180510.012000', '180510.015000', '180510.017000', '180510.020000', '180510.022000', '180510.040000', '180510.042000', '180510.045000', '180510.047000', '180510.050000', '180510.052000', '180510.055000', '180510.058000', '180510.060000', '180510.063000', '180510.065000', '180510.068000', '180510.071000', '180510.073000', '180510.076000', '180510.078000', '180510.081000', '180510.083000', '180510.086000', '180510.089000', '180529.960000', '180529.962000', '180529.965000', '180529.968000', '180529.970000', '180529.973000', '180529.975000', '180529.978000', '180529.981000', '180529.983000', '180529.986000', '180529.988000', '180529.991000', '180529.993000', '180529.996000', '180530.000000', '180530.002000', '180530.005000', '180530.008000', '180530.010000', '180530.013000', '180530.016000', '180530.018000', '180530.021000', '180530.023000', '180530.026000', '180530.029000', '180530.031000', '180530.034000', '180530.036000', '180530.039000', '180530.042000', '180530.044000', '180530.047000', '180530.050000', '180530.052000', '180530.055000', '180530.057000', '180530.060000', '180530.062000', '180530.065000', '180530.068000', '180530.070000', '180530.073000', '180549.959000', '180549.962000', '180549.965000', '180549.967000', '180549.971000', '180549.973000', '180549.976000', '180549.979000', '180549.981000', '180549.984000', '180549.987000', '180549.989000', '180549.992000', '180549.995000', '180549.997000', '180550.001000', '180550.003000', '180550.006000', '180550.009000', '180550.011000', '180550.014000', '180550.017000', '180550.019000', '180550.022000', '180550.024000', '180550.027000', '180550.029000', '180550.032000', '180550.035000', '180550.038000', '180550.040000', '180550.043000', '180550.045000', '180550.048000', '180550.051000', '180550.053000', '180550.056000', '180550.059000', '180550.062000', '180550.065000', '180550.070000', '180550.072000', '180550.075000', '180555.528000', '180555.531000', '180555.533000', '180555.536000', '180555.539000', '180555.541000', '180555.544000', '180555.546000', '180555.549000', '180555.552000', '180555.554000', '180555.557000', '180555.559000'], 'InstanceCreationTime': ['175910.001000', '175910.005000', '175910.008000', '175910.010000', '175910.013000', '175910.016000', '175910.019000', '175910.021000', '175910.024000', '175910.026000', '175910.029000', '175910.031000', '175910.034000', '175910.037000', '175910.039000', '175910.042000', '175910.050000', '175910.052000', '175910.055000', '175910.057000', '175910.060000', '175910.063000', '175910.065000', '175910.068000', '175910.070000', '175910.073000', '175910.075000', '175910.078000', '175910.081000', '175910.083000', '175910.086000', '175910.088000', '175929.960000', '175929.962000', '175929.965000', '175929.968000', '175929.970000', '175929.973000', '175929.975000', '175929.978000', '175929.981000', '175929.983000', '175929.986000', '175929.988000', '175929.991000', '175929.993000', '175929.996000', '175930.000000', '175930.002000', '175930.005000', '175930.008000', '175930.014000', '175930.017000', '175930.020000', '175930.022000', '175930.025000', '175930.028000', '175930.030000', '175930.033000', '175930.036000', '175930.038000', '175930.041000', '175930.043000', '175930.046000', '175930.048000', '175930.051000', '175930.053000', '175930.056000', '175930.058000', '175930.061000', '175930.064000', '175930.066000', '175930.069000', '175930.071000', '175930.074000', '175949.959000', '175949.961000', '175949.964000', '175949.967000', '175949.969000', '175949.972000', '175949.974000', '175949.977000', '175949.979000', '175949.982000', '175949.985000', '175949.987000', '175949.990000', '175949.992000', '175949.995000', '175949.998000', '175950.001000', '175950.004000', '175950.006000', '175950.009000', '175950.012000', '175950.014000', '175950.017000', '175950.019000', '175950.022000', '175950.025000', '175950.031000', '175950.034000', '175950.036000', '175950.039000', '175950.041000', '175950.044000', '175950.046000', '175950.049000', '175950.051000', '175950.054000', '175950.056000', '175950.059000', '175950.062000', '175950.064000', '175950.067000', '175950.069000', '175950.072000', '175950.074000', '180009.959000', '180009.962000', '180009.965000', '180009.967000', '180009.970000', '180009.973000', '180009.975000', '180009.978000', '180009.980000', '180009.983000', '180009.985000', '180009.988000', '180009.991000', '180009.993000', '180009.996000', '180009.999000', '180010.001000', '180010.004000', '180010.006000', '180010.009000', '180010.011000', '180010.014000', '180010.017000', '180010.019000', '180010.022000', '180010.024000', '180010.027000', '180010.029000', '180010.032000', '180010.035000', '180010.037000', '180010.040000', '180010.042000', '180010.045000', '180010.048000', '180010.050000', '180010.053000', '180010.056000', '180010.058000', '180010.061000', '180010.063000', '180010.066000', '180010.068000', '180029.959000', '180029.962000', '180029.965000', '180029.968000', '180029.970000', '180029.973000', '180029.975000', '180029.978000', '180029.981000', '180029.983000', '180029.986000', '180029.989000', '180029.991000', '180029.994000', '180029.996000', '180030.000000', '180030.003000', '180030.005000', '180030.008000', '180030.010000', '180030.013000', '180030.015000', '180030.018000', '180030.021000', '180030.023000', '180030.026000', '180030.028000', '180030.031000', '180030.034000', '180030.036000', '180030.039000', '180030.041000', '180030.044000', '180030.046000', '180030.049000', '180030.065000', '180030.068000', '180030.071000', '180030.073000', '180030.076000', '180030.078000', '180030.081000', '180030.084000', '180030.086000', '180049.959000', '180049.962000', '180049.965000', '180049.967000', '180049.970000', '180049.973000', '180049.975000', '180049.978000', '180049.980000', '180049.983000', '180049.985000', '180049.988000', '180049.991000', '180049.993000', '180049.996000', '180049.998000', '180050.002000', '180050.005000', '180050.007000', '180050.010000', '180050.012000', '180050.015000', '180050.018000', '180050.020000', '180050.023000', '180050.025000', '180050.028000', '180050.031000', '180050.033000', '180050.036000', '180050.038000', '180050.041000', '180050.044000', '180050.047000', '180050.049000', '180050.052000', '180050.055000', '180050.057000', '180050.060000', '180050.062000', '180050.065000', '180050.067000', '180050.070000', '180109.959000', '180109.962000', '180109.965000', '180109.967000', '180109.970000', '180109.973000', '180109.975000', '180109.978000', '180109.980000', '180109.983000', '180109.986000', '180109.988000', '180109.991000', '180109.993000', '180109.996000', '180109.998000', '180110.002000', '180110.005000', '180110.007000', '180110.010000', '180110.013000', '180110.015000', '180110.018000', '180110.021000', '180110.023000', '180110.026000', '180110.028000', '180110.031000', '180110.033000', '180110.036000', '180110.039000', '180110.041000', '180110.044000', '180110.046000', '180110.049000', '180110.051000', '180110.054000', '180110.057000', '180110.059000', '180110.062000', '180110.064000', '180110.067000', '180110.069000', '180110.072000', '180129.959000', '180129.962000', '180129.965000', '180129.967000', '180129.970000', '180129.973000', '180129.975000', '180129.978000', '180129.980000', '180129.983000', '180129.985000', '180129.988000', '180129.994000', '180129.997000', '180130.000000', '180130.003000', '180130.006000', '180130.008000', '180130.011000', '180130.014000', '180130.016000', '180130.019000', '180130.021000', '180130.024000', '180130.026000', '180130.029000', '180130.031000', '180130.034000', '180130.037000', '180130.039000', '180130.042000', '180130.045000', '180130.047000', '180130.050000', '180130.052000', '180130.055000', '180130.057000', '180130.060000', '180130.062000', '180130.065000', '180130.068000', '180130.087000', '180130.090000', '180149.959000', '180149.962000', '180149.965000', '180149.967000', '180149.970000', '180149.973000', '180149.975000', '180149.978000', '180149.981000', '180149.983000', '180149.986000', '180149.988000', '180149.991000', '180149.994000', '180149.996000', '180150.000000', '180150.003000', '180150.006000', '180150.008000', '180150.011000', '180150.014000', '180150.016000', '180150.019000', '180150.021000', '180150.024000', '180150.026000', '180150.029000', '180150.032000', '180150.034000', '180150.037000', '180150.039000', '180150.042000', '180150.045000', '180150.047000', '180150.050000', '180150.052000', '180150.055000', '180150.057000', '180150.060000', '180150.063000', '180150.065000', '180150.068000', '180150.070000', '180150.073000', '180209.958000', '180209.961000', '180209.964000', '180209.967000', '180209.969000', '180209.972000', '180209.974000', '180209.977000', '180209.979000', '180209.982000', '180209.985000', '180209.987000', '180209.990000', '180209.992000', '180209.995000', '180209.998000', '180210.001000', '180210.004000', '180210.007000', '180210.009000', '180210.012000', '180210.014000', '180210.017000', '180210.020000', '180210.022000', '180210.025000', '180210.027000', '180210.030000', '180210.032000', '180210.035000', '180210.057000', '180210.059000', '180210.062000', '180210.064000', '180210.067000', '180210.070000', '180210.072000', '180210.075000', '180210.077000', '180210.080000', '180210.083000', '180210.085000', '180210.088000', '180229.959000', '180229.962000', '180229.965000', '180229.968000', '180229.970000', '180229.973000', '180229.976000', '180229.979000', '180229.982000', '180229.985000', '180229.988000', '180229.991000', '180229.993000', '180229.996000', '180229.999000', '180230.001000', '180230.004000', '180230.007000', '180230.009000', '180230.012000', '180230.014000', '180230.017000', '180230.020000', '180230.022000', '180230.025000', '180230.027000', '180230.030000', '180230.033000', '180230.035000', '180230.038000', '180230.040000', '180230.043000', '180230.046000', '180230.048000', '180230.051000', '180230.053000', '180230.056000', '180230.058000', '180230.061000', '180230.064000', '180230.066000', '180230.069000', '180230.071000', '180249.959000', '180249.962000', '180249.966000', '180249.968000', '180249.971000', '180249.974000', '180249.976000', '180249.979000', '180249.981000', '180249.984000', '180249.987000', '180249.989000', '180249.992000', '180249.994000', '180249.997000', '180250.001000', '180250.003000', '180250.006000', '180250.008000', '180250.011000', '180250.014000', '180250.016000', '180250.019000', '180250.021000', '180250.024000', '180250.026000', '180250.029000', '180250.032000', '180250.034000', '180250.037000', '180250.039000', '180250.042000', '180250.044000', '180250.047000', '180250.050000', '180250.052000', '180250.055000', '180250.057000', '180250.060000', '180250.062000', '180250.065000', '180250.067000', '180250.070000', '180250.073000', '180309.959000', '180309.962000', '180309.965000', '180309.967000', '180309.970000', '180309.973000', '180309.975000', '180309.978000', '180309.981000', '180309.983000', '180309.986000', '180309.989000', '180310.002000', '180310.005000', '180310.008000', '180310.012000', '180310.015000', '180310.018000', '180310.020000', '180310.023000', '180310.025000', '180310.028000', '180310.031000', '180310.033000', '180310.036000', '180310.038000', '180310.041000', '180310.044000', '180310.047000', '180310.049000', '180310.052000', '180310.054000', '180310.057000', '180310.060000', '180310.062000', '180310.065000', '180310.068000', '180310.070000', '180310.073000', '180310.075000', '180310.078000', '180310.080000', '180310.083000', '180329.959000', '180329.963000', '180329.966000', '180329.968000', '180329.971000', '180329.973000', '180329.976000', '180329.978000', '180329.981000', '180329.984000', '180329.986000', '180329.989000', '180329.991000', '180329.994000', '180329.997000', '180330.000000', '180330.003000', '180330.005000', '180330.008000', '180330.010000', '180330.013000', '180330.016000', '180330.018000', '180330.021000', '180330.023000', '180330.026000', '180330.028000', '180330.031000', '180330.034000', '180330.036000', '180330.039000', '180330.041000', '180330.044000', '180330.047000', '180330.049000', '180330.052000', '180330.054000', '180330.065000', '180330.068000', '180330.070000', '180330.073000', '180330.076000', '180330.078000', '180330.081000', '180349.959000', '180349.962000', '180349.965000', '180349.967000', '180349.970000', '180349.973000', '180349.975000', '180349.978000', '180349.981000', '180349.983000', '180349.986000', '180349.989000', '180349.993000', '180349.996000', '180350.001000', '180350.004000', '180350.006000', '180350.009000', '180350.012000', '180350.014000', '180350.017000', '180350.020000', '180350.022000', '180350.025000', '180350.028000', '180350.030000', '180350.033000', '180350.035000', '180350.038000', '180350.041000', '180350.043000', '180350.046000', '180350.048000', '180350.051000', '180350.054000', '180350.056000', '180350.059000', '180350.061000', '180350.064000', '180350.066000', '180350.069000', '180350.072000', '180350.074000', '180409.959000', '180409.962000', '180409.965000', '180409.967000', '180409.970000', '180409.973000', '180409.975000', '180409.978000', '180409.981000', '180409.983000', '180409.986000', '180409.988000', '180409.991000', '180409.994000', '180409.996000', '180410.000000', '180410.003000', '180410.005000', '180410.008000', '180410.010000', '180410.013000', '180410.015000', '180410.018000', '180410.021000', '180410.023000', '180410.026000', '180410.028000', '180410.031000', '180410.034000', '180410.036000', '180410.039000', '180410.041000', '180410.044000', '180410.047000', '180410.049000', '180410.052000', '180410.054000', '180410.057000', '180410.059000', '180410.062000', '180410.065000', '180410.067000', '180410.070000', '180410.072000', '180429.958000', '180429.961000', '180429.964000', '180429.967000', '180429.970000', '180429.972000', '180429.975000', '180429.983000', '180429.986000', '180429.988000', '180429.991000', '180429.994000', '180429.996000', '180430.000000', '180430.003000', '180430.005000', '180430.008000', '180430.010000', '180430.013000', '180430.015000', '180430.018000', '180430.021000', '180430.023000', '180430.026000', '180430.030000', '180430.032000', '180430.035000', '180430.038000', '180430.040000', '180430.043000', '180430.045000', '180430.048000', '180430.050000', '180430.053000', '180430.056000', '180430.058000', '180430.061000', '180430.063000', '180430.066000', '180430.070000', '180430.073000', '180430.075000', '180430.078000', '180449.960000', '180449.962000', '180449.965000', '180449.968000', '180449.971000', '180449.973000', '180449.976000', '180449.978000', '180449.981000', '180449.983000', '180449.986000', '180449.989000', '180449.991000', '180449.994000', '180449.997000', '180450.001000', '180450.003000', '180450.006000', '180450.009000', '180450.011000', '180450.014000', '180450.016000', '180450.019000', '180450.021000', '180450.024000', '180450.027000', '180450.029000', '180450.032000', '180450.035000', '180450.037000', '180450.040000', '180450.042000', '180450.045000', '180450.047000', '180450.050000', '180450.053000', '180450.055000', '180450.058000', '180450.060000', '180450.063000', '180450.066000', '180450.068000', '180450.071000', '180450.073000', '180509.959000', '180509.962000', '180509.965000', '180509.967000', '180509.970000', '180509.973000', '180509.975000', '180509.978000', '180509.980000', '180509.983000', '180509.986000', '180509.988000', '180509.991000', '180509.993000', '180509.996000', '180510.000000', '180510.007000', '180510.010000', '180510.012000', '180510.015000', '180510.017000', '180510.020000', '180510.022000', '180510.040000', '180510.042000', '180510.045000', '180510.047000', '180510.050000', '180510.052000', '180510.055000', '180510.058000', '180510.060000', '180510.063000', '180510.065000', '180510.068000', '180510.071000', '180510.073000', '180510.076000', '180510.078000', '180510.081000', '180510.083000', '180510.086000', '180510.089000', '180529.960000', '180529.962000', '180529.965000', '180529.968000', '180529.970000', '180529.973000', '180529.975000', '180529.978000', '180529.981000', '180529.983000', '180529.986000', '180529.988000', '180529.991000', '180529.993000', '180529.996000', '180530.000000', '180530.002000', '180530.005000', '180530.008000', '180530.010000', '180530.013000', '180530.016000', '180530.018000', '180530.021000', '180530.023000', '180530.026000', '180530.029000', '180530.031000', '180530.034000', '180530.036000', '180530.039000', '180530.042000', '180530.044000', '180530.047000', '180530.050000', '180530.052000', '180530.055000', '180530.057000', '180530.060000', '180530.062000', '180530.065000', '180530.068000', '180530.070000', '180530.073000', '180549.959000', '180549.962000', '180549.965000', '180549.967000', '180549.971000', '180549.973000', '180549.976000', '180549.979000', '180549.981000', '180549.984000', '180549.987000', '180549.989000', '180549.992000', '180549.995000', '180549.997000', '180550.001000', '180550.003000', '180550.006000', '180550.009000', '180550.011000', '180550.014000', '180550.017000', '180550.019000', '180550.022000', '180550.024000', '180550.027000', '180550.029000', '180550.032000', '180550.035000', '180550.038000', '180550.040000', '180550.043000', '180550.045000', '180550.048000', '180550.051000', '180550.053000', '180550.056000', '180550.059000', '180550.062000', '180550.065000', '180550.070000', '180550.072000', '180550.075000', '180555.528000', '180555.531000', '180555.533000', '180555.536000', '180555.539000', '180555.541000', '180555.544000', '180555.546000', '180555.549000', '180555.552000', '180555.554000', '180555.557000', '180555.559000'], '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': [13319, 19244, 15684, 13787, 12898, 13125, 8103, 12924, 8592, 13819, 9559, 13590, 8199, 13371, 9033, 14305, 17490, 11309, 14623, 10116, 10976, 15182, 8868, 14626, 9214, 10764, 15627, 9042, 13743, 8195, 10305, 15214, 7891, 11660, 15259, 8946, 14242, 9031, 10351, 14957, 10243, 10144, 15056, 10062, 13731, 16491, 9583, 14217, 15184, 11982, 12943, 16348, 10653, 15315, 18028, 9498, 15080, 19999, 12875, 14542, 20026, 9109, 14520, 19295, 9593, 13736, 17628, 10164, 13458, 9321, 9750, 15066, 14399, 9114, 11907, 9080, 14344, 17222, 10151, 13481, 18347, 13312, 12259, 15853, 9230, 12862, 15207, 11120, 10203, 8341, 12529, 15109, 8805, 11215, 16279, 13762, 9656, 14715, 10040, 9891, 14778, 15575, 9318, 14099, 17450, 9361, 14070, 8734, 13137, 19688, 9963, 12604, 15759, 13969, 11511, 15499, 9093, 12663, 15120, 9274, 12783, 8341, 9435, 14370, 7757, 10768, 14806, 9216, 12032, 7598, 9174, 13941, 8051, 10649, 14306, 9566, 10265, 14284, 8159, 11872, 14711, 8184, 12181, 7949, 9111, 13978, 8204, 10840, 8165, 10324, 7920, 11608, 14478, 10614, 9770, 13698, 12504, 10018, 8170, 9908, 14021, 19159, 10274, 13631, 20031, 14031, 14825, 8624, 13107, 18876, 9748, 12957, 16230, 14343, 11909, 7959, 11562, 14079, 13758, 9144, 13585, 19717, 8957, 13356, 18411, 8452, 12421, 14327, 8884, 10871, 12729, 8000, 12307, 14070, 8348, 12253, 8002, 10395, 14207, 8281, 10600, 14196, 8810, 9754, 7888, 8727, 13690, 11558, 8616, 13411, 9752, 9158, 13187, 7943, 9681, 13794, 8622, 11053, 15658, 8492, 12211, 17997, 8476, 12913, 13022, 8612, 12640, 8232, 11919, 14001, 8669, 10904, 14997, 12098, 9914, 8218, 11680, 13968, 8258, 10756, 14367, 10799, 9849, 8038, 11772, 13936, 8727, 10498, 16124, 13003, 10462, 16552, 10569, 10256, 14911, 11357, 11295, 7910, 10878, 14636, 10506, 9752, 15864, 10838, 11277, 8099, 11249, 13283, 11520, 9613, 13906, 10445, 10878, 8177, 11711, 13405, 8987, 10182, 15717, 12040, 9716, 8021, 10236, 13150, 8267, 9840, 14945, 11834, 10156, 15480, 9136, 10200, 11522, 8159, 12298, 8085, 9553, 12840, 7872, 10960, 8167, 8864, 10904, 7797, 12234, 15317, 8641, 11882, 7806, 10195, 7929, 11079, 13484, 10915, 9544, 13260, 11042, 10242, 7948, 10084, 13062, 8808, 8830, 12875, 16741, 8186, 11704, 12118, 7847, 12834, 13012, 8529, 12494, 7943, 11625, 7670, 9593, 13144, 8595, 9709, 14534, 11603, 9323, 12883, 8465, 9093, 12993, 8320, 9911, 7707, 9313, 12413, 8707, 9103, 12774, 11463, 9963, 7717, 10676, 14721, 8644, 9662, 14451, 10913, 10301, 7772, 10923, 8858, 9986, 9070, 8678, 11827, 8688, 9428, 9648, 16748, 18241, 11305, 12725, 19345, 10212, 12426, 10510, 10350, 7753, 11419, 12588, 8048, 11660, 13434, 8094, 11779, 8733, 11381, 7532, 11284, 13139, 8194, 10701, 13079, 10404, 10421, 16044, 7701, 11510, 13347, 8373, 10877, 8668, 11217, 7710, 11473, 13608, 8552, 11690, 16417, 12331, 13027, 10790, 8196, 12211, 12782, 8331, 12312, 12148, 8702, 12510, 7796, 9841, 12510, 7989, 10954, 10182, 8349, 12214, 8463, 8812, 12181, 7864, 10197, 7871, 10335, 12275, 7944, 9545, 12501, 9119, 9667, 7832, 9088, 12419, 8086, 8723, 12549, 14362, 8204, 10839, 7706, 12304, 16943, 8163, 11298, 13962, 8182, 10894, 15761, 7826, 10616, 11428, 7907, 11956, 7651, 11310, 12159, 8023, 11450, 8725, 8411, 12192, 7687, 11197, 12836, 8016, 10773, 15229, 9894, 11309, 7841, 9779, 12666, 9848, 9900, 15623, 12885, 9904, 7767, 11046, 13543, 8436, 10667, 15486, 13810, 9733, 8084, 9767, 12247, 8384, 9678, 15134, 8971, 10475, 7739, 11039, 12929, 7947, 10550, 15396, 8692, 11200, 7636, 11491, 13018, 7886, 10546, 17914, 10587, 10450, 14247, 7855, 11389, 8985, 8553, 12418, 8191, 9477, 12815, 7766, 10077, 9386, 8331, 8886, 7990, 12497, 14187, 8189, 12322, 14462, 8934, 11799, 8407, 9053, 12642, 7936, 9818, 13153, 9560, 10480, 11830, 7833, 12372, 8649, 10052, 14360, 8760, 11890, 8994, 8464, 12740, 8782, 10097, 12722, 7665, 12107, 12131, 8710, 12286, 11658, 8924, 10774, 7959, 12660, 9918, 9133, 12855, 9174, 10908, 11363, 8762, 12396, 8490, 10003, 13327, 9296, 10518, 16220, 7909, 10276, 12987, 8547, 10724, 15303, 7868, 11124, 8595, 8155, 12333, 8190, 9781, 8879, 8459, 12497, 7993, 10175, 12483, 8297, 10206, 7741, 11301, 11840, 7948, 11467, 13569, 9273, 10487, 8342, 8584, 9742, 11134, 10360, 11005, 12562, 15296, 12729, 12177, 9906, 19058, 16941, 16454, 19103, 13488, 11359, 17860, 13512, 13885, 9841, 11428, 18099, 7981, 11726, 13924, 8215, 11917, 10928, 8515, 11973, 7670, 10080, 9757, 7968, 12290, 8526, 9791, 11581, 8719, 12271, 7734, 10565, 9703, 8970, 11977, 7806, 11932, 9466, 9373, 13767, 10997, 10154, 18788, 7709, 11851, 8807, 9455, 14797, 10757, 9586, 16557, 9736, 9640, 12862, 8030, 9948, 8472, 8669, 12271, 7990, 9123, 12272, 7715, 10453, 8156, 8967, 8453, 8613, 12474, 11677, 8153, 12601, 8743, 9235, 8374, 8731, 12692, 8382, 8951, 12493, 10710, 9151, 8497, 8457, 12679, 9553, 8854, 12785, 15856, 9114, 12149, 8563, 8672, 12714, 7750, 11081, 8497, 8405, 12458, 7694, 10208, 10647, 7932, 12213, 8222, 9239, 8413, 8345, 12641, 8137, 10169, 13977, 9255, 11570, 9027, 9519, 9051, 9756, 10190, 15319, 18857, 15940, 17373, 10759, 11286, 13667, 9441, 12666, 9635, 8527, 7652, 11814, 10706, 10237, 13909, 9308, 11441, 8136, 11627, 11324, 8585, 12748, 8677, 9511, 9870, 9396, 8853, 8941, 12943, 9122, 9402, 13282, 9881, 9747, 17236, 8186, 11895, 8338, 9687, 14058, 9601, 11883, 7949, 9464, 11992, 8595, 12768, 9461, 9974, 17559, 7976, 10767, 10740, 8343, 13204, 9072, 10620, 9016, 8080, 12034, 7839, 9759, 13531, 9168, 10652, 7749, 11196, 13373, 7929, 10723, 13631, 8195, 10670, 8009, 11519, 15366, 7813, 11086, 13629, 9390, 10355, 10648, 7798, 12303, 10577, 8128, 13173, 8398, 10415, 13532, 7975, 10250, 11342, 8003, 12130, 9738, 8775, 12656, 7915, 10458, 11155, 8013, 12372, 8634, 10883, 7699, 11044, 13546, 8362, 10777, 15878, 10516, 11315, 7598, 11745, 14515, 7916, 11794, 15527, 9167, 12702, 8863, 8277, 13277, 8366, 9693, 13994, 9652, 11138, 7853, 9868, 14031, 8287, 10313, 14306, 9392, 10938, 7777, 11303, 14039, 8152, 10151, 15749, 8130, 10945, 15087, 8007, 10941, 9796, 9009, 10697, 8272, 12620, 8345, 12560, 14328, 10848, 10303, 16079], 'WindowCenter': [4731.0, 4748.0, 4708.0, 4696.0, 4684.0, 4682.0, 4643.0, 4685.0, 4653.0, 4694.0, 4666.0, 4708.0, 4672.0, 4734.0, 4682.0, 4723.0, 4731.0, 4690.0, 4722.0, 4678.0, 4690.0, 4709.0, 4669.0, 4708.0, 4667.0, 4692.0, 4720.0, 4670.0, 4711.0, 4661.0, 4691.0, 4721.0, 4661.0, 4703.0, 4734.0, 4683.0, 4735.0, 4683.0, 4694.0, 4734.0, 4695.0, 4705.0, 4738.0, 4708.0, 4738.0, 4746.0, 4697.0, 4739.0, 4725.0, 4704.0, 4713.0, 4733.0, 4693.0, 4738.0, 4741.0, 4680.0, 4723.0, 4741.0, 4699.0, 4721.0, 4742.0, 4669.0, 4724.0, 4742.0, 4681.0, 4710.0, 4728.0, 4682.0, 4712.0, 4679.0, 4680.0, 4719.0, 4710.0, 4670.0, 4698.0, 4680.0, 4734.0, 4734.0, 4680.0, 4712.0, 4731.0, 4705.0, 4701.0, 4720.0, 4668.0, 4699.0, 4719.0, 4701.0, 4683.0, 4673.0, 4726.0, 4722.0, 4667.0, 4688.0, 4721.0, 4708.0, 4682.0, 4711.0, 4678.0, 4680.0, 4710.0, 4705.0, 4667.0, 4699.0, 4715.0, 4659.0, 4697.0, 4658.0, 4709.0, 4740.0, 4668.0, 4687.0, 4707.0, 4695.0, 4679.0, 4704.0, 4670.0, 4700.0, 4708.0, 4667.0, 4684.0, 4656.0, 4667.0, 4709.0, 4662.0, 4702.0, 4710.0, 4669.0, 4701.0, 4660.0, 4681.0, 4710.0, 4659.0, 4689.0, 4712.0, 4667.0, 4679.0, 4709.0, 4660.0, 4697.0, 4708.0, 4659.0, 4699.0, 4658.0, 4671.0, 4704.0, 4661.0, 4691.0, 4672.0, 4705.0, 4686.0, 4728.0, 4740.0, 4690.0, 4696.0, 4738.0, 4715.0, 4696.0, 4687.0, 4720.0, 4736.0, 4754.0, 4692.0, 4727.0, 4752.0, 4723.0, 4722.0, 4686.0, 4728.0, 4743.0, 4666.0, 4703.0, 4722.0, 4709.0, 4690.0, 4660.0, 4703.0, 4713.0, 4698.0, 4668.0, 4700.0, 4726.0, 4655.0, 4699.0, 4716.0, 4660.0, 4687.0, 4697.0, 4657.0, 4688.0, 4697.0, 4648.0, 4696.0, 4694.0, 4657.0, 4700.0, 4661.0, 4691.0, 4722.0, 4671.0, 4691.0, 4711.0, 4669.0, 4671.0, 4658.0, 4669.0, 4723.0, 4699.0, 4666.0, 4708.0, 4680.0, 4669.0, 4711.0, 4659.0, 4684.0, 4712.0, 4669.0, 4702.0, 4733.0, 4673.0, 4703.0, 4732.0, 4659.0, 4710.0, 4709.0, 4666.0, 4713.0, 4673.0, 4713.0, 4721.0, 4683.0, 4704.0, 4723.0, 4697.0, 4689.0, 4684.0, 4716.0, 4733.0, 4673.0, 4704.0, 4724.0, 4692.0, 4693.0, 4687.0, 4718.0, 4726.0, 4670.0, 4693.0, 4736.0, 4713.0, 4707.0, 4730.0, 4682.0, 4682.0, 4711.0, 4686.0, 4691.0, 4661.0, 4692.0, 4722.0, 4677.0, 4670.0, 4720.0, 4678.0, 4683.0, 4659.0, 4703.0, 4711.0, 4688.0, 4666.0, 4697.0, 4679.0, 4678.0, 4669.0, 4703.0, 4709.0, 4657.0, 4680.0, 4721.0, 4689.0, 4666.0, 4658.0, 4689.0, 4710.0, 4660.0, 4669.0, 4708.0, 4688.0, 4680.0, 4707.0, 4657.0, 4667.0, 4676.0, 4649.0, 4699.0, 4648.0, 4679.0, 4699.0, 4648.0, 4689.0, 4672.0, 4671.0, 4690.0, 4674.0, 4715.0, 4724.0, 4670.0, 4703.0, 4664.0, 4680.0, 4673.0, 4704.0, 4715.0, 4689.0, 4682.0, 4712.0, 4690.0, 4681.0, 4659.0, 4704.0, 4726.0, 4672.0, 4683.0, 4711.0, 4730.0, 4662.0, 4703.0, 4698.0, 4660.0, 4713.0, 4700.0, 4658.0, 4700.0, 4660.0, 4704.0, 4673.0, 4693.0, 4715.0, 4672.0, 4682.0, 4713.0, 4689.0, 4667.0, 4693.0, 4647.0, 4656.0, 4698.0, 4659.0, 4667.0, 4658.0, 4679.0, 4702.0, 4658.0, 4672.0, 4702.0, 4688.0, 4682.0, 4661.0, 4692.0, 4722.0, 4669.0, 4680.0, 4724.0, 4688.0, 4676.0, 4663.0, 4702.0, 4695.0, 4708.0, 4696.0, 4688.0, 4702.0, 4672.0, 4686.0, 4695.0, 4749.0, 4742.0, 4692.0, 4703.0, 4730.0, 4668.0, 4689.0, 4680.0, 4668.0, 4659.0, 4700.0, 4700.0, 4650.0, 4693.0, 4699.0, 4648.0, 4691.0, 4670.0, 4702.0, 4665.0, 4703.0, 4713.0, 4661.0, 4682.0, 4701.0, 4681.0, 4682.0, 4710.0, 4650.0, 4691.0, 4699.0, 4660.0, 4691.0, 4670.0, 4690.0, 4663.0, 4705.0, 4714.0, 4662.0, 4687.0, 4721.0, 4688.0, 4697.0, 4678.0, 4663.0, 4702.0, 4688.0, 4649.0, 4690.0, 4688.0, 4660.0, 4688.0, 4648.0, 4669.0, 4689.0, 4660.0, 4681.0, 4677.0, 4660.0, 4691.0, 4646.0, 4658.0, 4689.0, 4648.0, 4678.0, 4663.0, 4693.0, 4691.0, 4650.0, 4669.0, 4702.0, 4659.0, 4670.0, 4649.0, 4671.0, 4714.0, 4662.0, 4661.0, 4702.0, 4707.0, 4661.0, 4689.0, 4660.0, 4704.0, 4721.0, 4657.0, 4691.0, 4698.0, 4660.0, 4696.0, 4723.0, 4649.0, 4678.0, 4687.0, 4661.0, 4702.0, 4662.0, 4692.0, 4691.0, 4659.0, 4689.0, 4659.0, 4661.0, 4701.0, 4661.0, 4703.0, 4712.0, 4664.0, 4692.0, 4720.0, 4679.0, 4691.0, 4660.0, 4682.0, 4703.0, 4666.0, 4671.0, 4704.0, 4689.0, 4668.0, 4651.0, 4692.0, 4700.0, 4659.0, 4682.0, 4704.0, 4698.0, 4652.0, 4660.0, 4682.0, 4689.0, 4656.0, 4667.0, 4720.0, 4657.0, 4680.0, 4663.0, 4693.0, 4701.0, 4647.0, 4681.0, 4720.0, 4660.0, 4690.0, 4659.0, 4703.0, 4700.0, 4649.0, 4680.0, 4718.0, 4680.0, 4679.0, 4708.0, 4646.0, 4678.0, 4654.0, 4652.0, 4692.0, 4647.0, 4668.0, 4682.0, 4645.0, 4682.0, 4668.0, 4661.0, 4670.0, 4659.0, 4703.0, 4710.0, 4660.0, 4695.0, 4708.0, 4659.0, 4689.0, 4641.0, 4667.0, 4692.0, 4646.0, 4679.0, 4700.0, 4670.0, 4679.0, 4681.0, 4648.0, 4687.0, 4657.0, 4666.0, 4705.0, 4653.0, 4689.0, 4659.0, 4646.0, 4699.0, 4651.0, 4679.0, 4696.0, 4648.0, 4701.0, 4698.0, 4660.0, 4690.0, 4690.0, 4666.0, 4691.0, 4661.0, 4702.0, 4669.0, 4670.0, 4694.0, 4668.0, 4689.0, 4688.0, 4672.0, 4701.0, 4660.0, 4667.0, 4694.0, 4664.0, 4681.0, 4703.0, 4646.0, 4668.0, 4685.0, 4668.0, 4698.0, 4709.0, 4645.0, 4677.0, 4646.0, 4636.0, 4679.0, 4645.0, 4662.0, 4666.0, 4658.0, 4701.0, 4647.0, 4677.0, 4700.0, 4658.0, 4678.0, 4661.0, 4706.0, 4702.0, 4663.0, 4704.0, 4701.0, 4666.0, 4689.0, 4671.0, 4682.0, 4709.0, 4718.0, 4719.0, 4720.0, 4729.0, 4747.0, 4724.0, 4714.0, 4710.0, 4753.0, 4742.0, 4743.0, 4746.0, 4702.0, 4681.0, 4718.0, 4689.0, 4699.0, 4667.0, 4681.0, 4719.0, 4650.0, 4690.0, 4696.0, 4637.0, 4677.0, 4664.0, 4648.0, 4678.0, 4651.0, 4681.0, 4666.0, 4650.0, 4688.0, 4660.0, 4683.0, 4703.0, 4667.0, 4696.0, 4649.0, 4687.0, 4673.0, 4675.0, 4690.0, 4651.0, 4704.0, 4672.0, 4670.0, 4702.0, 4681.0, 4669.0, 4730.0, 4649.0, 4691.0, 4660.0, 4664.0, 4703.0, 4678.0, 4662.0, 4700.0, 4656.0, 4654.0, 4667.0, 4630.0, 4654.0, 4634.0, 4643.0, 4670.0, 4631.0, 4656.0, 4675.0, 4636.0, 4666.0, 4645.0, 4671.0, 4655.0, 4670.0, 4702.0, 4688.0, 4651.0, 4684.0, 4649.0, 4660.0, 4659.0, 4673.0, 4696.0, 4658.0, 4672.0, 4694.0, 4661.0, 4654.0, 4657.0, 4668.0, 4708.0, 4663.0, 4665.0, 4700.0, 4703.0, 4654.0, 4682.0, 4646.0, 4641.0, 4685.0, 4641.0, 4690.0, 4657.0, 4656.0, 4698.0, 4649.0, 4676.0, 4693.0, 4660.0, 4700.0, 4660.0, 4667.0, 4660.0, 4670.0, 4708.0, 4661.0, 4690.0, 4724.0, 4693.0, 4713.0, 4681.0, 4697.0, 4693.0, 4692.0, 4702.0, 4735.0, 4729.0, 4719.0, 4715.0, 4688.0, 4691.0, 4671.0, 4655.0, 4699.0, 4640.0, 4683.0, 4664.0, 4704.0, 4668.0, 4657.0, 4685.0, 4650.0, 4670.0, 4642.0, 4679.0, 4673.0, 4666.0, 4693.0, 4648.0, 4669.0, 4662.0, 4657.0, 4651.0, 4658.0, 4683.0, 4651.0, 4660.0, 4681.0, 4650.0, 4650.0, 4705.0, 4629.0, 4664.0, 4633.0, 4650.0, 4683.0, 4655.0, 4675.0, 4635.0, 4656.0, 4674.0, 4646.0, 4680.0, 4648.0, 4648.0, 4701.0, 4633.0, 4658.0, 4652.0, 4628.0, 4667.0, 4642.0, 4664.0, 4646.0, 4646.0, 4676.0, 4630.0, 4661.0, 4686.0, 4658.0, 4663.0, 4647.0, 4684.0, 4691.0, 4649.0, 4679.0, 4697.0, 4641.0, 4661.0, 4659.0, 4686.0, 4709.0, 4635.0, 4672.0, 4693.0, 4656.0, 4660.0, 4661.0, 4632.0, 4670.0, 4663.0, 4630.0, 4681.0, 4647.0, 4667.0, 4686.0, 4637.0, 4664.0, 4662.0, 4634.0, 4677.0, 4657.0, 4647.0, 4687.0, 4648.0, 4676.0, 4677.0, 4638.0, 4681.0, 4652.0, 4676.0, 4646.0, 4688.0, 4693.0, 4642.0, 4674.0, 4703.0, 4674.0, 4671.0, 4647.0, 4684.0, 4698.0, 4649.0, 4687.0, 4700.0, 4639.0, 4679.0, 4638.0, 4646.0, 4679.0, 4626.0, 4648.0, 4685.0, 4655.0, 4660.0, 4633.0, 4660.0, 4688.0, 4634.0, 4659.0, 4688.0, 4640.0, 4661.0, 4631.0, 4672.0, 4688.0, 4634.0, 4658.0, 4693.0, 4624.0, 4658.0, 4682.0, 4617.0, 4643.0, 4647.0, 4646.0, 4657.0, 4640.0, 4684.0, 4648.0, 4683.0, 4690.0, 4661.0, 4650.0, 4688.0], 'WindowWidth': [10337.0, 10360.0, 10282.0, 10260.0, 10239.0, 10234.0, 10184.0, 10242.0, 10200.0, 10257.0, 10221.0, 10284.0, 10243.0, 10335.0, 10259.0, 10311.0, 10320.0, 10259.0, 10308.0, 10242.0, 10257.0, 10282.0, 10230.0, 10280.0, 10224.0, 10264.0, 10302.0, 10233.0, 10291.0, 10223.0, 10265.0, 10305.0, 10224.0, 10284.0, 10327.0, 10256.0, 10331.0, 10258.0, 10275.0, 10329.0, 10274.0, 10292.0, 10338.0, 10298.0, 10343.0, 10351.0, 10281.0, 10341.0, 10320.0, 10284.0, 10298.0, 10323.0, 10272.0, 10341.0, 10335.0, 10250.0, 10313.0, 10335.0, 10271.0, 10308.0, 10335.0, 10233.0, 10312.0, 10339.0, 10249.0, 10291.0, 10312.0, 10250.0, 10294.0, 10247.0, 10249.0, 10303.0, 10288.0, 10235.0, 10273.0, 10252.0, 10332.0, 10332.0, 10248.0, 10293.0, 10320.0, 10279.0, 10280.0, 10303.0, 10228.0, 10273.0, 10305.0, 10281.0, 10254.0, 10247.0, 10320.0, 10310.0, 10229.0, 10257.0, 10308.0, 10282.0, 10249.0, 10290.0, 10240.0, 10245.0, 10288.0, 10273.0, 10226.0, 10271.0, 10286.0, 10212.0, 10265.0, 10215.0, 10289.0, 10333.0, 10227.0, 10252.0, 10279.0, 10256.0, 10238.0, 10272.0, 10232.0, 10274.0, 10280.0, 10225.0, 10245.0, 10213.0, 10227.0, 10284.0, 10226.0, 10281.0, 10289.0, 10232.0, 10277.0, 10222.0, 10253.0, 10288.0, 10219.0, 10259.0, 10294.0, 10227.0, 10245.0, 10287.0, 10222.0, 10270.0, 10284.0, 10219.0, 10273.0, 10216.0, 10239.0, 10277.0, 10224.0, 10264.0, 10244.0, 10291.0, 10270.0, 10330.0, 10345.0, 10266.0, 10281.0, 10346.0, 10303.0, 10278.0, 10269.0, 10320.0, 10339.0, 10357.0, 10267.0, 10321.0, 10351.0, 10306.0, 10308.0, 10264.0, 10327.0, 10341.0, 10226.0, 10279.0, 10307.0, 10283.0, 10259.0, 10223.0, 10283.0, 10299.0, 10266.0, 10228.0, 10274.0, 10304.0, 10206.0, 10268.0, 10292.0, 10219.0, 10252.0, 10266.0, 10210.0, 10254.0, 10266.0, 10200.0, 10264.0, 10260.0, 10211.0, 10273.0, 10222.0, 10266.0, 10307.0, 10239.0, 10263.0, 10292.0, 10230.0, 10235.0, 10216.0, 10235.0, 10313.0, 10274.0, 10228.0, 10287.0, 10245.0, 10234.0, 10292.0, 10218.0, 10258.0, 10294.0, 10235.0, 10282.0, 10323.0, 10242.0, 10284.0, 10322.0, 10220.0, 10289.0, 10288.0, 10228.0, 10298.0, 10247.0, 10300.0, 10309.0, 10258.0, 10290.0, 10312.0, 10271.0, 10263.0, 10262.0, 10307.0, 10332.0, 10244.0, 10289.0, 10317.0, 10268.0, 10273.0, 10273.0, 10314.0, 10322.0, 10240.0, 10273.0, 10333.0, 10296.0, 10296.0, 10326.0, 10251.0, 10252.0, 10292.0, 10255.0, 10263.0, 10224.0, 10268.0, 10310.0, 10238.0, 10232.0, 10301.0, 10242.0, 10247.0, 10221.0, 10282.0, 10293.0, 10253.0, 10223.0, 10266.0, 10241.0, 10241.0, 10234.0, 10284.0, 10288.0, 10213.0, 10247.0, 10308.0, 10254.0, 10222.0, 10219.0, 10263.0, 10290.0, 10218.0, 10230.0, 10282.0, 10253.0, 10246.0, 10279.0, 10210.0, 10223.0, 10236.0, 10203.0, 10273.0, 10201.0, 10245.0, 10273.0, 10204.0, 10259.0, 10240.0, 10238.0, 10264.0, 10247.0, 10303.0, 10313.0, 10234.0, 10282.0, 10233.0, 10249.0, 10245.0, 10288.0, 10303.0, 10259.0, 10253.0, 10295.0, 10261.0, 10248.0, 10222.0, 10289.0, 10320.0, 10238.0, 10258.0, 10294.0, 10314.0, 10226.0, 10283.0, 10269.0, 10222.0, 10297.0, 10274.0, 10217.0, 10275.0, 10224.0, 10286.0, 10247.0, 10274.0, 10305.0, 10239.0, 10252.0, 10298.0, 10254.0, 10226.0, 10263.0, 10195.0, 10208.0, 10268.0, 10215.0, 10225.0, 10218.0, 10249.0, 10282.0, 10216.0, 10241.0, 10282.0, 10256.0, 10252.0, 10226.0, 10269.0, 10310.0, 10232.0, 10251.0, 10316.0, 10257.0, 10241.0, 10228.0, 10288.0, 10279.0, 10299.0, 10284.0, 10269.0, 10284.0, 10242.0, 10263.0, 10275.0, 10358.0, 10333.0, 10265.0, 10281.0, 10310.0, 10222.0, 10255.0, 10242.0, 10225.0, 10220.0, 10275.0, 10271.0, 10203.0, 10267.0, 10267.0, 10199.0, 10261.0, 10232.0, 10278.0, 10234.0, 10283.0, 10294.0, 10219.0, 10249.0, 10274.0, 10245.0, 10247.0, 10285.0, 10205.0, 10260.0, 10267.0, 10215.0, 10259.0, 10233.0, 10261.0, 10231.0, 10289.0, 10298.0, 10223.0, 10256.0, 10302.0, 10253.0, 10268.0, 10238.0, 10227.0, 10278.0, 10250.0, 10200.0, 10257.0, 10250.0, 10213.0, 10252.0, 10198.0, 10229.0, 10257.0, 10218.0, 10246.0, 10236.0, 10216.0, 10260.0, 10193.0, 10212.0, 10254.0, 10200.0, 10240.0, 10227.0, 10268.0, 10263.0, 10202.0, 10229.0, 10277.0, 10211.0, 10231.0, 10203.0, 10238.0, 10299.0, 10223.0, 10220.0, 10276.0, 10277.0, 10217.0, 10257.0, 10221.0, 10285.0, 10302.0, 10212.0, 10260.0, 10268.0, 10223.0, 10275.0, 10309.0, 10204.0, 10242.0, 10254.0, 10224.0, 10278.0, 10228.0, 10267.0, 10262.0, 10217.0, 10259.0, 10218.0, 10222.0, 10278.0, 10226.0, 10284.0, 10297.0, 10228.0, 10264.0, 10301.0, 10244.0, 10259.0, 10222.0, 10254.0, 10283.0, 10221.0, 10231.0, 10274.0, 10253.0, 10223.0, 10208.0, 10266.0, 10275.0, 10216.0, 10249.0, 10277.0, 10264.0, 10199.0, 10219.0, 10252.0, 10258.0, 10210.0, 10226.0, 10302.0, 10213.0, 10247.0, 10230.0, 10270.0, 10278.0, 10198.0, 10246.0, 10299.0, 10217.0, 10257.0, 10221.0, 10282.0, 10273.0, 10202.0, 10244.0, 10294.0, 10244.0, 10240.0, 10280.0, 10197.0, 10239.0, 10204.0, 10200.0, 10259.0, 10195.0, 10227.0, 10241.0, 10195.0, 10254.0, 10230.0, 10222.0, 10232.0, 10219.0, 10281.0, 10285.0, 10216.0, 10263.0, 10279.0, 10214.0, 10254.0, 10185.0, 10226.0, 10257.0, 10196.0, 10243.0, 10275.0, 10232.0, 10240.0, 10239.0, 10199.0, 10251.0, 10210.0, 10224.0, 10277.0, 10204.0, 10257.0, 10213.0, 10194.0, 10270.0, 10197.0, 10242.0, 10265.0, 10202.0, 10277.0, 10267.0, 10216.0, 10261.0, 10256.0, 10228.0, 10261.0, 10223.0, 10279.0, 10229.0, 10231.0, 10261.0, 10227.0, 10258.0, 10254.0, 10236.0, 10275.0, 10218.0, 10227.0, 10263.0, 10220.0, 10245.0, 10272.0, 10197.0, 10226.0, 10245.0, 10230.0, 10274.0, 10284.0, 10195.0, 10236.0, 10193.0, 10177.0, 10234.0, 10192.0, 10214.0, 10224.0, 10216.0, 10276.0, 10199.0, 10241.0, 10273.0, 10214.0, 10243.0, 10228.0, 10291.0, 10280.0, 10229.0, 10284.0, 10277.0, 10223.0, 10260.0, 10239.0, 10260.0, 10304.0, 10314.0, 10318.0, 10319.0, 10326.0, 10354.0, 10318.0, 10302.0, 10302.0, 10360.0, 10339.0, 10346.0, 10346.0, 10272.0, 10243.0, 10292.0, 10249.0, 10264.0, 10221.0, 10245.0, 10294.0, 10200.0, 10253.0, 10257.0, 10178.0, 10232.0, 10212.0, 10192.0, 10236.0, 10204.0, 10245.0, 10219.0, 10202.0, 10252.0, 10214.0, 10250.0, 10279.0, 10230.0, 10266.0, 10203.0, 10255.0, 10237.0, 10242.0, 10259.0, 10209.0, 10283.0, 10235.0, 10230.0, 10278.0, 10245.0, 10226.0, 10311.0, 10203.0, 10261.0, 10215.0, 10216.0, 10271.0, 10236.0, 10212.0, 10264.0, 10203.0, 10197.0, 10212.0, 10163.0, 10197.0, 10171.0, 10185.0, 10219.0, 10164.0, 10202.0, 10227.0, 10177.0, 10218.0, 10190.0, 10236.0, 10211.0, 10235.0, 10278.0, 10253.0, 10204.0, 10246.0, 10196.0, 10215.0, 10214.0, 10243.0, 10269.0, 10213.0, 10234.0, 10261.0, 10210.0, 10202.0, 10211.0, 10233.0, 10285.0, 10219.0, 10222.0, 10271.0, 10267.0, 10204.0, 10238.0, 10190.0, 10183.0, 10244.0, 10185.0, 10255.0, 10209.0, 10211.0, 10268.0, 10204.0, 10240.0, 10266.0, 10219.0, 10274.0, 10220.0, 10228.0, 10221.0, 10235.0, 10286.0, 10222.0, 10265.0, 10314.0, 10273.0, 10300.0, 10253.0, 10282.0, 10274.0, 10271.0, 10286.0, 10338.0, 10316.0, 10299.0, 10290.0, 10253.0, 10259.0, 10208.0, 10202.0, 10270.0, 10172.0, 10261.0, 10231.0, 10282.0, 10218.0, 10202.0, 10240.0, 10191.0, 10219.0, 10184.0, 10240.0, 10228.0, 10227.0, 10259.0, 10195.0, 10226.0, 10210.0, 10205.0, 10198.0, 10212.0, 10246.0, 10196.0, 10215.0, 10239.0, 10192.0, 10191.0, 10269.0, 10162.0, 10210.0, 10166.0, 10190.0, 10235.0, 10198.0, 10225.0, 10171.0, 10201.0, 10225.0, 10188.0, 10234.0, 10186.0, 10184.0, 10259.0, 10167.0, 10197.0, 10190.0, 10158.0, 10210.0, 10178.0, 10211.0, 10188.0, 10191.0, 10231.0, 10168.0, 10210.0, 10245.0, 10209.0, 10212.0, 10196.0, 10247.0, 10252.0, 10196.0, 10236.0, 10261.0, 10183.0, 10211.0, 10215.0, 10253.0, 10281.0, 10176.0, 10225.0, 10254.0, 10202.0, 10205.0, 10208.0, 10170.0, 10222.0, 10210.0, 10164.0, 10236.0, 10191.0, 10216.0, 10245.0, 10178.0, 10213.0, 10209.0, 10172.0, 10234.0, 10203.0, 10192.0, 10246.0, 10195.0, 10232.0, 10233.0, 10181.0, 10238.0, 10198.0, 10231.0, 10197.0, 10257.0, 10257.0, 10185.0, 10229.0, 10269.0, 10230.0, 10222.0, 10195.0, 10246.0, 10263.0, 10197.0, 10251.0, 10259.0, 10175.0, 10230.0, 10172.0, 10189.0, 10229.0, 10154.0, 10186.0, 10239.0, 10199.0, 10204.0, 10169.0, 10207.0, 10243.0, 10171.0, 10203.0, 10242.0, 10176.0, 10204.0, 10168.0, 10225.0, 10244.0, 10170.0, 10203.0, 10249.0, 10154.0, 10198.0, 10231.0, 10141.0, 10175.0, 10184.0, 10187.0, 10199.0, 10178.0, 10241.0, 10196.0, 10243.0, 10248.0, 10206.0, 10190.0, 10238.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.0030581291028446388</td></tr>
<tr><td colspan=3>aqi</td><td>0.05377862680525164</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.86737409408546</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2542910491456727</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0020989184556408</td></tr>
<tr><td colspan=3>efc</td><td>0.5097</td></tr>
<tr><td colspan=3>fber</td><td>5255.584</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11357358735548079</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>62</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.783369803063457</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4905132094309455</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3472983985814997</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6680227545711985</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.456218475140139</td></tr>
<tr><td colspan=3>gcor</td><td>0.0103141</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01878971979022026</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04767768830060959</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>914</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.647877589154317</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>19.7048</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.1603</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>236.0853</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292132.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1140.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>444.0425</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.6837</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>503.1958</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3894.3244</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4050.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84412.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1835.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4901.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>871.3603</td></tr>
<tr><td colspan=3>tsnr</td><td>32.34279562719166</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>