<?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-0034_ses-02_task-faces_acq-mb8_run-01_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-0034_ses-02_task-faces_acq-mb8_run-01_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-01_session-02_subject-0034_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-0034/figures/sub-0034_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0034_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-0034/figures/sub-0034_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0034/figures/sub-0034_ses-02_task-faces_acq-mb8_run-01_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-0034/figures/sub-0034_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-02_task-faces_acq-mb8_run-01_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-0034/ses-02/func/sub-0034_ses-02_task-faces_acq-mb8_run-01_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>c1cfeb5630ae512fcd009c30dba62f18</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:51:32.937500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999622, -0.023906, 0.0135865, 0.0218118, 0.99025, 0.137585]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.0885718</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-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7784, -7229, 560, -89, -215, 72, 61]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>250.856</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d118bf96-5a34-4ea1-8521-b54a48b78af7||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681912422180176, 0.05851955711841583, 0.045206472277641296, 107.15828704833984], [0.06413798779249191, 2.6567676067352295, 0.3705391585826874, -97.83098602294922], [0.03645159676671028, -0.3691307306289673, 2.6740713119506836, -55.41724395751953], [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': ['155132.937500', '155133.397500', '155133.857500', '155134.317500', '155134.777500', '155135.237500', '155135.697500', '155136.157500', '155136.617500', '155137.077500', '155137.537500', '155137.997500', '155138.457500', '155138.917500', '155139.377500', '155139.837500', '155140.297500', '155140.757500', '155141.217500', '155141.677500', '155142.137500', '155142.597500', '155143.057500', '155143.517500', '155143.977500', '155144.437500', '155144.897500', '155145.357500', '155145.817500', '155146.277500', '155146.737500', '155147.197500', '155147.657500', '155148.117500', '155148.577500', '155149.037500', '155149.497500', '155149.957500', '155150.417500', '155150.877500', '155151.337500', '155151.797500', '155152.257500', '155152.717500', '155153.177500', '155153.637500', '155154.097500', '155154.557500', '155155.017500', '155155.477500', '155155.937500', '155156.397500', '155156.857500', '155157.317500', '155157.777500', '155158.237500', '155158.697500', '155159.157500', '155159.617500', '155200.077500', '155200.537500', '155200.997500', '155201.457500', '155201.917500', '155202.377500', '155202.837500', '155203.297500', '155203.757500', '155204.217500', '155204.677500', '155205.137500', '155205.597500', '155206.057500', '155206.517500', '155206.977500', '155207.437500', '155207.897500', '155208.357500', '155208.817500', '155209.277500', '155209.737500', '155210.197500', '155210.657500', '155211.117500', '155211.577500', '155212.037500', '155212.497500', '155212.957500', '155213.417500', '155213.877500', '155214.337500', '155214.797500', '155215.257500', '155215.717500', '155216.177500', '155216.637500', '155217.097500', '155217.557500', '155218.017500', '155218.477500', '155218.937500', '155219.397500', '155219.857500', '155220.317500', '155220.777500', '155221.237500', '155221.697500', '155222.157500', '155222.617500', '155223.077500', '155223.537500', '155223.997500', '155224.457500', '155224.917500', '155225.377500', '155225.837500', '155226.297500', '155226.757500', '155227.217500', '155227.677500', '155228.137500', '155228.597500', '155229.057500', '155229.517500', '155229.977500', '155230.437500', '155230.897500', '155231.357500', '155231.817500', '155232.277500', '155232.737500', '155233.197500', '155233.657500', '155234.117500', '155234.577500', '155235.037500', '155235.497500', '155235.957500', '155236.417500', '155236.877500', '155237.337500', '155237.797500', '155238.257500', '155238.717500', '155239.177500', '155239.637500', '155240.097500', '155240.557500', '155241.017500', '155241.477500', '155241.937500', '155242.397500', '155242.857500', '155243.317500', '155243.777500', '155244.237500', '155244.697500', '155245.157500', '155245.617500', '155246.077500', '155246.537500', '155246.997500', '155247.457500', '155247.917500', '155248.377500', '155248.837500', '155249.297500', '155249.757500', '155250.217500', '155250.677500', '155251.137500', '155251.597500', '155252.057500', '155252.517500', '155252.977500', '155253.437500', '155253.897500', '155254.357500', '155254.817500', '155255.277500', '155255.737500', '155256.197500', '155256.657500', '155257.117500', '155257.577500', '155258.037500', '155258.497500', '155258.957500', '155259.417500', '155259.877500', '155300.337500', '155300.797500', '155301.257500', '155301.717500', '155302.177500', '155302.637500', '155303.097500', '155303.557500', '155304.017500', '155304.477500', '155304.937500', '155305.397500', '155305.857500', '155306.317500', '155306.777500', '155307.237500', '155307.697500', '155308.157500', '155308.617500', '155309.077500', '155309.537500', '155309.997500', '155310.457500', '155310.917500', '155311.377500', '155311.837500', '155312.297500', '155312.757500', '155313.217500', '155313.677500', '155314.137500', '155314.597500', '155315.057500', '155315.517500', '155315.977500', '155316.437500', '155316.897500', '155317.357500', '155317.817500', '155318.277500', '155318.737500', '155319.197500', '155319.657500', '155320.117500', '155320.577500', '155321.037500', '155321.497500', '155321.957500', '155322.417500', '155322.877500', '155323.337500', '155323.797500', '155324.257500', '155324.717500', '155325.177500', '155325.637500', '155326.097500', '155326.557500', '155327.017500', '155327.477500', '155327.937500', '155328.397500', '155328.857500', '155329.317500', '155329.777500', '155330.237500', '155330.697500', '155331.157500', '155331.617500', '155332.077500', '155332.537500', '155332.997500', '155333.457500', '155333.917500', '155334.377500', '155334.837500', '155335.297500', '155335.757500', '155336.217500', '155336.677500', '155337.137500', '155337.597500', '155338.057500', '155338.517500', '155338.977500', '155339.437500', '155339.897500', '155340.357500', '155340.817500', '155341.277500', '155341.737500', '155342.197500', '155342.657500', '155343.117500', '155343.577500', '155344.037500', '155344.497500', '155344.957500', '155345.417500', '155345.877500', '155346.337500', '155346.797500', '155347.257500', '155347.717500', '155348.177500', '155348.637500', '155349.097500', '155349.557500', '155350.017500', '155350.477500', '155350.937500', '155351.397500', '155351.857500', '155352.317500', '155352.777500', '155353.237500', '155353.697500', '155354.157500', '155354.617500', '155355.077500', '155355.537500', '155355.997500', '155356.457500', '155356.917500', '155357.377500', '155357.837500', '155358.297500', '155358.757500', '155359.217500', '155359.677500', '155400.137500', '155400.597500', '155401.057500', '155401.517500', '155401.977500', '155402.437500', '155402.897500', '155403.357500', '155403.817500', '155404.277500', '155404.737500', '155405.197500', '155405.657500', '155406.117500', '155406.577500', '155407.037500', '155407.497500', '155407.957500', '155408.417500', '155408.877500', '155409.337500', '155409.797500', '155410.257500', '155410.717500', '155411.177500', '155411.637500', '155412.097500', '155412.557500', '155413.017500', '155413.477500', '155413.937500', '155414.397500', '155414.857500', '155415.317500', '155415.777500', '155416.237500', '155416.697500', '155417.157500', '155417.617500', '155418.077500', '155418.537500', '155418.997500', '155419.457500', '155419.917500', '155420.377500', '155420.837500', '155421.297500', '155421.757500', '155422.217500', '155422.677500', '155423.137500', '155423.597500', '155424.057500', '155424.517500', '155424.977500', '155425.437500', '155425.897500', '155426.357500', '155426.817500', '155427.277500', '155427.737500', '155428.197500', '155428.657500', '155429.117500', '155429.577500', '155430.037500', '155430.497500', '155430.957500', '155431.417500', '155431.877500', '155432.337500', '155432.797500', '155433.257500', '155433.717500', '155434.177500', '155434.637500', '155435.097500', '155435.557500', '155436.017500', '155436.477500', '155436.937500', '155437.397500', '155437.857500', '155438.317500', '155438.777500', '155439.237500', '155439.697500', '155440.157500', '155440.617500', '155441.077500', '155441.537500', '155441.997500', '155442.457500', '155442.917500', '155443.377500', '155443.837500', '155444.297500', '155444.757500', '155445.217500', '155445.677500', '155446.137500', '155446.597500', '155447.057500', '155447.517500', '155447.977500', '155448.437500', '155448.897500', '155449.357500', '155449.817500', '155450.277500', '155450.737500', '155451.197500', '155451.657500', '155452.117500', '155452.577500', '155453.037500', '155453.497500', '155453.957500', '155454.417500', '155454.877500', '155455.337500', '155455.797500', '155456.257500', '155456.717500', '155457.177500', '155457.637500', '155458.097500', '155458.557500', '155459.017500', '155459.477500', '155459.937500', '155500.397500', '155500.857500', '155501.317500', '155501.777500', '155502.237500', '155502.697500', '155503.157500', '155503.617500', '155504.077500', '155504.537500', '155504.997500', '155505.457500', '155505.917500', '155506.377500', '155506.837500', '155507.297500', '155507.757500', '155508.217500', '155508.677500', '155509.137500', '155509.597500', '155510.057500', '155510.517500', '155510.977500', '155511.437500', '155511.897500', '155512.357500', '155512.817500', '155513.277500', '155513.737500', '155514.197500', '155514.657500', '155515.117500', '155515.577500', '155516.037500', '155516.497500', '155516.957500', '155517.417500', '155517.877500', '155518.337500', '155518.797500', '155519.257500', '155519.717500', '155520.177500', '155520.637500', '155521.097500', '155521.557500', '155522.017500', '155522.477500', '155522.937500', '155523.397500', '155523.857500', '155524.317500', '155524.777500', '155525.237500', '155525.697500', '155526.157500', '155526.617500', '155527.077500', '155527.537500', '155527.997500', '155528.457500', '155528.917500', '155529.377500', '155529.837500', '155530.297500', '155530.757500', '155531.217500', '155531.677500', '155532.137500', '155532.597500', '155533.057500', '155533.517500', '155533.977500', '155534.437500', '155534.897500', '155535.357500', '155535.817500', '155536.277500', '155536.737500', '155537.197500', '155537.657500', '155538.117500', '155538.577500', '155539.037500', '155539.497500', '155539.957500', '155540.417500', '155540.877500', '155541.337500', '155541.797500', '155542.257500', '155542.717500', '155543.177500', '155543.637500', '155544.097500', '155544.557500', '155545.017500', '155545.477500', '155545.937500', '155546.397500', '155546.857500', '155547.317500', '155547.777500', '155548.237500', '155548.697500', '155549.157500', '155549.617500', '155550.077500', '155550.537500', '155550.997500', '155551.457500', '155551.917500', '155552.377500', '155552.837500', '155553.297500', '155553.757500', '155554.217500', '155554.677500', '155555.137500', '155555.597500', '155556.057500', '155556.517500', '155556.977500', '155557.437500', '155557.897500', '155558.357500', '155558.817500', '155559.277500', '155559.737500', '155600.197500', '155600.657500', '155601.117500', '155601.577500', '155602.037500', '155602.497500', '155602.957500', '155603.417500', '155603.877500', '155604.337500', '155604.797500', '155605.257500', '155605.717500', '155606.177500', '155606.637500', '155607.097500', '155607.557500', '155608.017500', '155608.477500', '155608.937500', '155609.397500', '155609.857500', '155610.317500', '155610.777500', '155611.237500', '155611.697500', '155612.157500', '155612.617500', '155613.077500', '155613.537500', '155613.997500', '155614.457500', '155614.917500', '155615.377500', '155615.837500', '155616.297500', '155616.757500', '155617.217500', '155617.677500', '155618.137500', '155618.597500', '155619.057500', '155619.517500', '155619.977500', '155620.437500', '155620.897500', '155621.357500', '155621.817500', '155622.277500', '155622.737500', '155623.197500', '155623.657500', '155624.117500', '155624.577500', '155625.037500', '155625.497500', '155625.957500', '155626.417500', '155626.877500', '155627.337500', '155627.797500', '155628.257500', '155628.717500', '155629.177500', '155629.637500', '155630.097500', '155630.557500', '155631.017500', '155631.477500', '155631.937500', '155632.397500', '155632.857500', '155633.317500', '155633.777500', '155634.237500', '155634.697500', '155635.157500', '155635.617500', '155636.077500', '155636.537500', '155636.997500', '155637.457500', '155637.917500', '155638.377500', '155638.837500', '155639.297500', '155639.757500', '155640.217500', '155640.677500', '155641.137500', '155641.597500', '155642.057500', '155642.517500', '155642.977500', '155643.437500', '155643.897500', '155644.357500', '155644.817500', '155645.277500', '155645.737500', '155646.197500', '155646.657500', '155647.117500', '155647.577500', '155648.037500', '155648.497500', '155648.957500', '155649.417500', '155649.877500', '155650.337500', '155650.797500', '155651.257500', '155651.717500', '155652.177500', '155652.637500', '155653.097500', '155653.557500', '155654.017500', '155654.477500', '155654.937500', '155655.397500', '155655.857500', '155656.317500', '155656.777500', '155657.237500', '155657.697500', '155658.157500', '155658.617500', '155659.077500', '155659.537500', '155659.997500', '155700.457500', '155700.917500', '155701.377500', '155701.837500', '155702.297500', '155702.757500', '155703.217500', '155703.677500', '155704.137500', '155704.597500', '155705.057500', '155705.517500', '155705.977500', '155706.437500', '155706.897500', '155707.357500', '155707.817500', '155708.277500', '155708.737500', '155709.197500', '155709.657500', '155710.117500', '155710.577500', '155711.037500', '155711.497500', '155711.957500', '155712.417500', '155712.877500', '155713.337500', '155713.797500', '155714.257500', '155714.717500', '155715.177500', '155715.637500', '155716.097500', '155716.557500', '155717.017500', '155717.477500', '155717.937500', '155718.397500', '155718.857500', '155719.317500', '155719.777500', '155720.237500', '155720.697500', '155721.157500', '155721.617500', '155722.077500', '155722.537500', '155722.997500', '155723.457500', '155723.917500', '155724.377500', '155724.837500', '155725.297500', '155725.757500', '155726.217500', '155726.677500', '155727.137500', '155727.597500', '155728.057500', '155728.517500', '155728.977500', '155729.437500', '155729.897500', '155730.357500', '155730.817500', '155731.277500', '155731.737500', '155732.197500', '155732.657500', '155733.117500', '155733.577500', '155734.037500', '155734.497500', '155734.957500', '155735.417500', '155735.877500', '155736.337500', '155736.797500', '155737.257500', '155737.717500', '155738.177500', '155738.637500', '155739.097500', '155739.557500', '155740.017500', '155740.477500', '155740.937500', '155741.397500', '155741.857500', '155742.317500', '155742.777500', '155743.237500', '155743.697500', '155744.157500', '155744.617500', '155745.077500', '155745.537500', '155745.997500', '155746.457500', '155746.917500', '155747.377500', '155747.837500', '155748.297500', '155748.757500', '155749.217500', '155749.677500', '155750.137500', '155750.597500', '155751.057500', '155751.517500', '155751.977500', '155752.437500', '155752.897500', '155753.357500', '155753.817500', '155754.277500', '155754.737500', '155755.197500', '155755.657500', '155756.117500', '155756.577500', '155757.037500', '155757.497500', '155757.957500', '155758.417500', '155758.877500', '155759.337500', '155759.797500', '155800.257500', '155800.717500', '155801.177500', '155801.637500', '155802.097500', '155802.557500', '155803.017500', '155803.477500', '155803.937500', '155804.397500', '155804.857500', '155805.317500', '155805.777500', '155806.237500', '155806.697500', '155807.157500', '155807.617500', '155808.077500', '155808.537500', '155808.997500', '155809.457500', '155809.917500', '155810.377500', '155810.837500', '155811.297500', '155811.757500', '155812.217500', '155812.677500', '155813.137500', '155813.597500', '155814.057500', '155814.517500', '155814.977500', '155815.437500', '155815.897500', '155816.357500', '155816.817500', '155817.277500', '155817.737500', '155818.197500', '155818.657500', '155819.117500', '155819.577500', '155820.037500', '155820.497500', '155820.957500', '155821.417500', '155821.877500', '155822.337500', '155822.797500', '155823.257500', '155823.717500', '155824.177500', '155824.637500', '155825.097500', '155825.557500', '155826.017500', '155826.477500', '155826.937500', '155827.397500', '155827.857500', '155828.317500', '155828.777500', '155829.237500', '155829.697500', '155830.157500', '155830.617500', '155831.077500', '155831.537500', '155831.997500', '155832.457500', '155832.917500'], 'ContentTime': ['155201.222000', '155201.225000', '155201.228000', '155201.231000', '155201.234000', '155201.237000', '155201.241000', '155201.244000', '155201.258000', '155201.261000', '155201.264000', '155201.266000', '155201.269000', '155201.272000', '155201.275000', '155201.278000', '155201.281000', '155201.284000', '155201.287000', '155201.289000', '155201.292000', '155201.295000', '155201.298000', '155201.301000', '155201.304000', '155201.307000', '155201.309000', '155201.324000', '155201.327000', '155201.330000', '155201.333000', '155201.336000', '155201.339000', '155201.341000', '155201.344000', '155201.347000', '155201.350000', '155201.353000', '155201.356000', '155201.359000', '155201.361000', '155201.364000', '155201.367000', '155201.370000', '155201.373000', '155201.376000', '155201.379000', '155201.381000', '155201.384000', '155201.395000', '155201.398000', '155201.401000', '155201.404000', '155201.407000', '155201.410000', '155201.413000', '155201.416000', '155201.418000', '155201.421000', '155221.185000', '155221.188000', '155221.191000', '155221.194000', '155221.196000', '155221.199000', '155221.202000', '155221.205000', '155221.208000', '155221.211000', '155221.214000', '155221.217000', '155221.219000', '155221.222000', '155221.225000', '155221.228000', '155221.231000', '155221.234000', '155221.237000', '155221.239000', '155221.242000', '155221.245000', '155221.248000', '155221.251000', '155221.254000', '155221.257000', '155221.259000', '155221.262000', '155221.265000', '155221.268000', '155221.271000', '155221.274000', '155221.277000', '155221.280000', '155221.282000', '155221.285000', '155221.288000', '155221.291000', '155221.294000', '155221.297000', '155221.300000', '155221.302000', '155221.305000', '155221.308000', '155241.186000', '155241.190000', '155241.193000', '155241.196000', '155241.199000', '155241.202000', '155241.205000', '155241.208000', '155241.210000', '155241.213000', '155241.216000', '155241.219000', '155241.222000', '155241.225000', '155241.228000', '155241.231000', '155241.234000', '155241.237000', '155241.240000', '155241.244000', '155241.248000', '155241.251000', '155241.254000', '155241.257000', '155241.275000', '155241.278000', '155241.281000', '155241.283000', '155241.286000', '155241.289000', '155241.292000', '155241.295000', '155241.298000', '155241.301000', '155241.303000', '155241.306000', '155241.309000', '155241.312000', '155241.315000', '155241.318000', '155241.321000', '155241.323000', '155241.326000', '155301.186000', '155301.189000', '155301.192000', '155301.194000', '155301.197000', '155301.200000', '155301.203000', '155301.206000', '155301.209000', '155301.212000', '155301.215000', '155301.218000', '155301.220000', '155301.223000', '155301.226000', '155301.229000', '155301.232000', '155301.235000', '155301.238000', '155301.241000', '155301.243000', '155301.246000', '155301.249000', '155301.252000', '155301.255000', '155301.258000', '155301.261000', '155301.264000', '155301.266000', '155301.269000', '155301.272000', '155301.275000', '155301.278000', '155301.281000', '155301.284000', '155301.287000', '155301.290000', '155301.292000', '155301.295000', '155301.298000', '155301.301000', '155301.304000', '155301.307000', '155301.309000', '155321.186000', '155321.189000', '155321.192000', '155321.195000', '155321.197000', '155321.200000', '155321.203000', '155321.206000', '155321.209000', '155321.212000', '155321.215000', '155321.218000', '155321.221000', '155321.224000', '155321.227000', '155321.229000', '155321.232000', '155321.235000', '155321.238000', '155321.241000', '155321.244000', '155321.247000', '155321.250000', '155321.253000', '155321.255000', '155321.258000', '155321.261000', '155321.264000', '155321.267000', '155321.270000', '155321.273000', '155321.276000', '155321.279000', '155321.282000', '155321.285000', '155321.288000', '155321.291000', '155321.293000', '155321.296000', '155321.299000', '155321.302000', '155321.305000', '155321.308000', '155341.185000', '155341.309000', '155341.312000', '155341.315000', '155341.318000', '155341.321000', '155341.324000', '155341.327000', '155341.329000', '155341.332000', '155341.335000', '155341.338000', '155341.341000', '155341.344000', '155341.347000', '155341.350000', '155341.353000', '155341.356000', '155341.358000', '155341.361000', '155341.364000', '155341.383000', '155341.386000', '155341.389000', '155341.392000', '155341.395000', '155341.397000', '155341.400000', '155341.403000', '155341.406000', '155341.409000', '155341.412000', '155341.415000', '155341.417000', '155341.420000', '155341.423000', '155341.426000', '155341.429000', '155341.432000', '155341.435000', '155341.438000', '155341.440000', '155341.443000', '155341.446000', '155401.185000', '155401.188000', '155401.191000', '155401.194000', '155401.196000', '155401.199000', '155401.202000', '155401.205000', '155401.208000', '155401.211000', '155401.214000', '155401.217000', '155401.220000', '155401.223000', '155401.226000', '155401.230000', '155401.232000', '155401.235000', '155401.238000', '155401.241000', '155401.244000', '155401.247000', '155401.250000', '155401.253000', '155401.256000', '155401.259000', '155401.262000', '155401.264000', '155401.267000', '155401.270000', '155401.273000', '155401.276000', '155401.279000', '155401.282000', '155401.285000', '155401.288000', '155401.291000', '155401.294000', '155401.297000', '155401.300000', '155401.303000', '155401.306000', '155401.308000', '155421.185000', '155421.188000', '155421.191000', '155421.194000', '155421.197000', '155421.199000', '155421.202000', '155421.205000', '155421.208000', '155421.211000', '155421.214000', '155421.217000', '155421.220000', '155421.223000', '155421.225000', '155421.228000', '155421.231000', '155421.246000', '155421.249000', '155421.252000', '155421.255000', '155421.257000', '155421.260000', '155421.263000', '155421.266000', '155421.269000', '155421.272000', '155421.275000', '155421.278000', '155421.280000', '155421.283000', '155421.286000', '155421.289000', '155421.292000', '155421.295000', '155421.298000', '155421.301000', '155421.304000', '155421.307000', '155421.309000', '155421.312000', '155421.315000', '155421.318000', '155421.321000', '155441.185000', '155441.188000', '155441.191000', '155441.194000', '155441.197000', '155441.200000', '155441.203000', '155441.205000', '155441.208000', '155441.211000', '155441.214000', '155441.217000', '155441.220000', '155441.223000', '155441.226000', '155441.229000', '155441.232000', '155441.234000', '155441.237000', '155441.240000', '155441.243000', '155441.246000', '155441.249000', '155441.252000', '155441.255000', '155441.258000', '155441.260000', '155441.263000', '155441.266000', '155441.269000', '155441.272000', '155441.275000', '155441.278000', '155441.281000', '155441.284000', '155441.287000', '155441.290000', '155441.292000', '155441.295000', '155441.298000', '155441.301000', '155441.304000', '155441.307000', '155501.186000', '155501.189000', '155501.192000', '155501.195000', '155501.197000', '155501.200000', '155501.203000', '155501.206000', '155501.209000', '155501.212000', '155501.215000', '155501.218000', '155501.220000', '155501.223000', '155501.226000', '155501.229000', '155501.232000', '155501.235000', '155501.238000', '155501.241000', '155501.243000', '155501.246000', '155501.249000', '155501.252000', '155501.255000', '155501.258000', '155501.261000', '155501.263000', '155501.266000', '155501.269000', '155501.272000', '155501.275000', '155501.278000', '155501.281000', '155501.284000', '155501.287000', '155501.299000', '155501.302000', '155501.304000', '155501.307000', '155501.310000', '155501.313000', '155501.316000', '155501.319000', '155521.186000', '155521.189000', '155521.202000', '155521.205000', '155521.208000', '155521.211000', '155521.214000', '155521.217000', '155521.220000', '155521.223000', '155521.225000', '155521.228000', '155521.231000', '155521.234000', '155521.237000', '155521.240000', '155521.243000', '155521.246000', '155521.248000', '155521.251000', '155521.254000', '155521.257000', '155521.260000', '155521.264000', '155521.267000', '155521.270000', '155521.273000', '155521.276000', '155521.279000', '155521.282000', '155521.285000', '155521.287000', '155521.290000', '155521.293000', '155521.296000', '155521.299000', '155521.302000', '155521.304000', '155521.307000', '155521.310000', '155521.313000', '155521.316000', '155521.319000', '155541.186000', '155541.189000', '155541.192000', '155541.195000', '155541.198000', '155541.201000', '155541.203000', '155541.206000', '155541.209000', '155541.212000', '155541.215000', '155541.218000', '155541.221000', '155541.224000', '155541.227000', '155541.229000', '155541.232000', '155541.235000', '155541.238000', '155541.241000', '155541.244000', '155541.247000', '155541.250000', '155541.253000', '155541.255000', '155541.258000', '155541.261000', '155541.264000', '155541.267000', '155541.270000', '155541.273000', '155541.276000', '155541.279000', '155541.281000', '155541.284000', '155541.287000', '155541.290000', '155541.293000', '155541.296000', '155541.299000', '155541.302000', '155541.304000', '155541.307000', '155541.310000', '155601.185000', '155601.210000', '155601.213000', '155601.216000', '155601.219000', '155601.222000', '155601.225000', '155601.228000', '155601.230000', '155601.233000', '155601.236000', '155601.239000', '155601.242000', '155601.245000', '155601.248000', '155601.251000', '155601.254000', '155601.256000', '155601.259000', '155601.262000', '155601.265000', '155601.268000', '155601.271000', '155601.274000', '155601.277000', '155601.279000', '155601.282000', '155601.285000', '155601.288000', '155601.291000', '155601.294000', '155601.297000', '155601.300000', '155601.303000', '155601.305000', '155601.308000', '155601.311000', '155601.314000', '155601.317000', '155601.320000', '155601.323000', '155601.326000', '155601.329000', '155621.185000', '155621.188000', '155621.191000', '155621.194000', '155621.197000', '155621.199000', '155621.202000', '155621.205000', '155621.208000', '155621.211000', '155621.214000', '155621.217000', '155621.219000', '155621.222000', '155621.225000', '155621.228000', '155621.231000', '155621.234000', '155621.237000', '155621.240000', '155621.243000', '155621.245000', '155621.248000', '155621.251000', '155621.254000', '155621.257000', '155621.260000', '155621.263000', '155621.266000', '155621.269000', '155621.271000', '155621.274000', '155621.277000', '155621.280000', '155621.283000', '155621.286000', '155621.289000', '155621.292000', '155621.295000', '155621.298000', '155621.300000', '155621.303000', '155621.306000', '155621.309000', '155641.185000', '155641.188000', '155641.191000', '155641.194000', '155641.197000', '155641.200000', '155641.202000', '155641.205000', '155641.208000', '155641.211000', '155641.214000', '155641.217000', '155641.220000', '155641.223000', '155641.226000', '155641.229000', '155641.232000', '155641.235000', '155641.237000', '155641.240000', '155641.243000', '155641.246000', '155641.249000', '155641.252000', '155641.255000', '155641.258000', '155641.261000', '155641.279000', '155641.281000', '155641.284000', '155641.287000', '155641.290000', '155641.293000', '155641.296000', '155641.299000', '155641.302000', '155641.306000', '155641.308000', '155641.311000', '155641.314000', '155641.317000', '155641.320000', '155641.323000', '155701.185000', '155701.252000', '155701.255000', '155701.257000', '155701.260000', '155701.263000', '155701.266000', '155701.269000', '155701.272000', '155701.275000', '155701.278000', '155701.280000', '155701.283000', '155701.286000', '155701.289000', '155701.292000', '155701.295000', '155701.298000', '155701.301000', '155701.304000', '155701.307000', '155701.309000', '155701.312000', '155701.315000', '155701.318000', '155701.321000', '155701.324000', '155701.327000', '155701.330000', '155701.333000', '155701.336000', '155701.338000', '155701.341000', '155701.344000', '155701.347000', '155701.350000', '155701.353000', '155701.356000', '155701.359000', '155701.362000', '155701.364000', '155701.367000', '155701.370000', '155721.186000', '155721.190000', '155721.193000', '155721.196000', '155721.199000', '155721.201000', '155721.204000', '155721.207000', '155721.210000', '155721.213000', '155721.216000', '155721.219000', '155721.222000', '155721.224000', '155721.227000', '155721.230000', '155721.233000', '155721.236000', '155721.239000', '155721.242000', '155721.245000', '155721.248000', '155721.251000', '155721.254000', '155721.256000', '155721.259000', '155721.262000', '155721.265000', '155721.268000', '155721.271000', '155721.274000', '155721.277000', '155721.280000', '155721.284000', '155721.287000', '155721.290000', '155721.293000', '155721.296000', '155721.299000', '155721.302000', '155721.305000', '155721.308000', '155721.310000', '155721.313000', '155741.186000', '155741.209000', '155741.212000', '155741.215000', '155741.218000', '155741.221000', '155741.224000', '155741.226000', '155741.229000', '155741.232000', '155741.235000', '155741.238000', '155741.241000', '155741.244000', '155741.247000', '155741.250000', '155741.253000', '155741.255000', '155741.258000', '155741.261000', '155741.264000', '155741.267000', '155741.270000', '155741.273000', '155741.276000', '155741.279000', '155741.281000', '155741.284000', '155741.287000', '155741.290000', '155741.293000', '155741.296000', '155741.299000', '155741.302000', '155741.305000', '155741.307000', '155741.310000', '155741.313000', '155741.316000', '155741.319000', '155741.322000', '155741.325000', '155741.328000', '155801.186000', '155801.199000', '155801.202000', '155801.205000', '155801.208000', '155801.211000', '155801.214000', '155801.217000', '155801.219000', '155801.222000', '155801.225000', '155801.228000', '155801.231000', '155801.234000', '155801.237000', '155801.240000', '155801.243000', '155801.245000', '155801.248000', '155801.251000', '155801.254000', '155801.257000', '155801.260000', '155801.263000', '155801.266000', '155801.269000', '155801.272000', '155801.274000', '155801.277000', '155801.280000', '155801.283000', '155801.286000', '155801.289000', '155801.292000', '155801.294000', '155801.297000', '155801.300000', '155801.303000', '155801.306000', '155801.323000', '155801.326000', '155801.329000', '155801.331000', '155801.334000', '155821.187000', '155821.192000', '155821.195000', '155821.197000', '155821.200000', '155821.203000', '155821.206000', '155821.209000', '155821.212000', '155821.215000', '155821.218000', '155821.221000', '155821.224000', '155821.227000', '155821.230000', '155821.232000', '155821.235000', '155821.238000', '155821.241000', '155821.244000', '155821.247000', '155821.250000', '155821.253000', '155821.256000', '155821.258000', '155821.261000', '155821.264000', '155821.267000', '155821.270000', '155821.273000', '155821.276000', '155821.279000', '155821.282000', '155821.284000', '155821.287000', '155821.290000', '155821.293000', '155821.296000', '155821.299000', '155821.302000', '155821.305000', '155821.308000', '155821.311000', '155834.124000', '155834.128000', '155834.131000', '155834.134000', '155834.137000', '155834.140000', '155834.143000', '155834.147000', '155834.150000', '155834.153000', '155834.156000', '155834.159000', '155834.162000', '155834.165000', '155834.168000', '155834.171000', '155834.174000', '155834.177000', '155834.180000', '155834.184000', '155834.187000', '155834.190000', '155834.193000', '155834.197000', '155834.199000', '155834.202000', '155834.205000', '155834.208000', '155834.211000'], 'InstanceCreationTime': ['155201.222000', '155201.225000', '155201.228000', '155201.231000', '155201.234000', '155201.237000', '155201.241000', '155201.244000', '155201.258000', '155201.261000', '155201.264000', '155201.266000', '155201.269000', '155201.272000', '155201.275000', '155201.278000', '155201.281000', '155201.284000', '155201.287000', '155201.289000', '155201.292000', '155201.295000', '155201.298000', '155201.301000', '155201.304000', '155201.307000', '155201.309000', '155201.324000', '155201.327000', '155201.330000', '155201.333000', '155201.336000', '155201.339000', '155201.341000', '155201.344000', '155201.347000', '155201.350000', '155201.353000', '155201.356000', '155201.359000', '155201.361000', '155201.364000', '155201.367000', '155201.370000', '155201.373000', '155201.376000', '155201.379000', '155201.381000', '155201.384000', '155201.395000', '155201.398000', '155201.401000', '155201.404000', '155201.407000', '155201.410000', '155201.413000', '155201.416000', '155201.418000', '155201.421000', '155221.185000', '155221.188000', '155221.191000', '155221.194000', '155221.196000', '155221.199000', '155221.202000', '155221.205000', '155221.208000', '155221.211000', '155221.214000', '155221.217000', '155221.219000', '155221.222000', '155221.225000', '155221.228000', '155221.231000', '155221.234000', '155221.237000', '155221.239000', '155221.242000', '155221.245000', '155221.248000', '155221.251000', '155221.254000', '155221.257000', '155221.259000', '155221.262000', '155221.265000', '155221.268000', '155221.271000', '155221.274000', '155221.277000', '155221.280000', '155221.282000', '155221.285000', '155221.288000', '155221.291000', '155221.294000', '155221.297000', '155221.300000', '155221.302000', '155221.305000', '155221.308000', '155241.186000', '155241.190000', '155241.193000', '155241.196000', '155241.199000', '155241.202000', '155241.205000', '155241.208000', '155241.210000', '155241.213000', '155241.216000', '155241.219000', '155241.222000', '155241.225000', '155241.228000', '155241.231000', '155241.234000', '155241.237000', '155241.240000', '155241.244000', '155241.248000', '155241.251000', '155241.254000', '155241.257000', '155241.275000', '155241.278000', '155241.281000', '155241.283000', '155241.286000', '155241.289000', '155241.292000', '155241.295000', '155241.298000', '155241.301000', '155241.303000', '155241.306000', '155241.309000', '155241.312000', '155241.315000', '155241.318000', '155241.321000', '155241.323000', '155241.326000', '155301.186000', '155301.189000', '155301.192000', '155301.194000', '155301.197000', '155301.200000', '155301.203000', '155301.206000', '155301.209000', '155301.212000', '155301.215000', '155301.218000', '155301.220000', '155301.223000', '155301.226000', '155301.229000', '155301.232000', '155301.235000', '155301.238000', '155301.241000', '155301.243000', '155301.246000', '155301.249000', '155301.252000', '155301.255000', '155301.258000', '155301.261000', '155301.264000', '155301.266000', '155301.269000', '155301.272000', '155301.275000', '155301.278000', '155301.281000', '155301.284000', '155301.287000', '155301.290000', '155301.292000', '155301.295000', '155301.298000', '155301.301000', '155301.304000', '155301.307000', '155301.309000', '155321.186000', '155321.189000', '155321.192000', '155321.195000', '155321.197000', '155321.200000', '155321.203000', '155321.206000', '155321.209000', '155321.212000', '155321.215000', '155321.218000', '155321.221000', '155321.224000', '155321.227000', '155321.229000', '155321.232000', '155321.235000', '155321.238000', '155321.241000', '155321.244000', '155321.247000', '155321.250000', '155321.253000', '155321.255000', '155321.258000', '155321.261000', '155321.264000', '155321.267000', '155321.270000', '155321.273000', '155321.276000', '155321.279000', '155321.282000', '155321.285000', '155321.288000', '155321.291000', '155321.293000', '155321.296000', '155321.299000', '155321.302000', '155321.305000', '155321.308000', '155341.185000', '155341.309000', '155341.312000', '155341.315000', '155341.318000', '155341.321000', '155341.324000', '155341.327000', '155341.329000', '155341.332000', '155341.335000', '155341.338000', '155341.341000', '155341.344000', '155341.347000', '155341.350000', '155341.353000', '155341.356000', '155341.358000', '155341.361000', '155341.364000', '155341.383000', '155341.386000', '155341.389000', '155341.392000', '155341.395000', '155341.397000', '155341.400000', '155341.403000', '155341.406000', '155341.409000', '155341.412000', '155341.415000', '155341.417000', '155341.420000', '155341.423000', '155341.426000', '155341.429000', '155341.432000', '155341.435000', '155341.438000', '155341.440000', '155341.443000', '155341.446000', '155401.185000', '155401.188000', '155401.191000', '155401.194000', '155401.196000', '155401.199000', '155401.202000', '155401.205000', '155401.208000', '155401.211000', '155401.214000', '155401.217000', '155401.220000', '155401.223000', '155401.226000', '155401.230000', '155401.232000', '155401.235000', '155401.238000', '155401.241000', '155401.244000', '155401.247000', '155401.250000', '155401.253000', '155401.256000', '155401.259000', '155401.262000', '155401.264000', '155401.267000', '155401.270000', '155401.273000', '155401.276000', '155401.279000', '155401.282000', '155401.285000', '155401.288000', '155401.291000', '155401.294000', '155401.297000', '155401.300000', '155401.303000', '155401.306000', '155401.308000', '155421.185000', '155421.188000', '155421.191000', '155421.194000', '155421.197000', '155421.199000', '155421.202000', '155421.205000', '155421.208000', '155421.211000', '155421.214000', '155421.217000', '155421.220000', '155421.223000', '155421.225000', '155421.228000', '155421.231000', '155421.246000', '155421.249000', '155421.252000', '155421.255000', '155421.257000', '155421.260000', '155421.263000', '155421.266000', '155421.269000', '155421.272000', '155421.275000', '155421.278000', '155421.280000', '155421.283000', '155421.286000', '155421.289000', '155421.292000', '155421.295000', '155421.298000', '155421.301000', '155421.304000', '155421.307000', '155421.309000', '155421.312000', '155421.315000', '155421.318000', '155421.321000', '155441.185000', '155441.188000', '155441.191000', '155441.194000', '155441.197000', '155441.200000', '155441.203000', '155441.205000', '155441.208000', '155441.211000', '155441.214000', '155441.217000', '155441.220000', '155441.223000', '155441.226000', '155441.229000', '155441.232000', '155441.234000', '155441.237000', '155441.240000', '155441.243000', '155441.246000', '155441.249000', '155441.252000', '155441.255000', '155441.258000', '155441.260000', '155441.263000', '155441.266000', '155441.269000', '155441.272000', '155441.275000', '155441.278000', '155441.281000', '155441.284000', '155441.287000', '155441.290000', '155441.292000', '155441.295000', '155441.298000', '155441.301000', '155441.304000', '155441.307000', '155501.186000', '155501.189000', '155501.192000', '155501.195000', '155501.197000', '155501.200000', '155501.203000', '155501.206000', '155501.209000', '155501.212000', '155501.215000', '155501.218000', '155501.220000', '155501.223000', '155501.226000', '155501.229000', '155501.232000', '155501.235000', '155501.238000', '155501.241000', '155501.243000', '155501.246000', '155501.249000', '155501.252000', '155501.255000', '155501.258000', '155501.261000', '155501.263000', '155501.266000', '155501.269000', '155501.272000', '155501.275000', '155501.278000', '155501.281000', '155501.284000', '155501.287000', '155501.299000', '155501.302000', '155501.304000', '155501.307000', '155501.310000', '155501.313000', '155501.316000', '155501.319000', '155521.186000', '155521.189000', '155521.202000', '155521.205000', '155521.208000', '155521.211000', '155521.214000', '155521.217000', '155521.220000', '155521.223000', '155521.225000', '155521.228000', '155521.231000', '155521.234000', '155521.237000', '155521.240000', '155521.243000', '155521.246000', '155521.248000', '155521.251000', '155521.254000', '155521.257000', '155521.260000', '155521.264000', '155521.267000', '155521.270000', '155521.273000', '155521.276000', '155521.279000', '155521.282000', '155521.285000', '155521.287000', '155521.290000', '155521.293000', '155521.296000', '155521.299000', '155521.302000', '155521.304000', '155521.307000', '155521.310000', '155521.313000', '155521.316000', '155521.319000', '155541.186000', '155541.189000', '155541.192000', '155541.195000', '155541.198000', '155541.201000', '155541.203000', '155541.206000', '155541.209000', '155541.212000', '155541.215000', '155541.218000', '155541.221000', '155541.224000', '155541.227000', '155541.229000', '155541.232000', '155541.235000', '155541.238000', '155541.241000', '155541.244000', '155541.247000', '155541.250000', '155541.253000', '155541.255000', '155541.258000', '155541.261000', '155541.264000', '155541.267000', '155541.270000', '155541.273000', '155541.276000', '155541.279000', '155541.281000', '155541.284000', '155541.287000', '155541.290000', '155541.293000', '155541.296000', '155541.299000', '155541.302000', '155541.304000', '155541.307000', '155541.310000', '155601.185000', '155601.210000', '155601.213000', '155601.216000', '155601.219000', '155601.222000', '155601.225000', '155601.228000', '155601.230000', '155601.233000', '155601.236000', '155601.239000', '155601.242000', '155601.245000', '155601.248000', '155601.251000', '155601.254000', '155601.256000', '155601.259000', '155601.262000', '155601.265000', '155601.268000', '155601.271000', '155601.274000', '155601.277000', '155601.279000', '155601.282000', '155601.285000', '155601.288000', '155601.291000', '155601.294000', '155601.297000', '155601.300000', '155601.303000', '155601.305000', '155601.308000', '155601.311000', '155601.314000', '155601.317000', '155601.320000', '155601.323000', '155601.326000', '155601.329000', '155621.185000', '155621.188000', '155621.191000', '155621.194000', '155621.197000', '155621.199000', '155621.202000', '155621.205000', '155621.208000', '155621.211000', '155621.214000', '155621.217000', '155621.219000', '155621.222000', '155621.225000', '155621.228000', '155621.231000', '155621.234000', '155621.237000', '155621.240000', '155621.243000', '155621.245000', '155621.248000', '155621.251000', '155621.254000', '155621.257000', '155621.260000', '155621.263000', '155621.266000', '155621.269000', '155621.271000', '155621.274000', '155621.277000', '155621.280000', '155621.283000', '155621.286000', '155621.289000', '155621.292000', '155621.295000', '155621.298000', '155621.300000', '155621.303000', '155621.306000', '155621.309000', '155641.185000', '155641.188000', '155641.191000', '155641.194000', '155641.197000', '155641.200000', '155641.202000', '155641.205000', '155641.208000', '155641.211000', '155641.214000', '155641.217000', '155641.220000', '155641.223000', '155641.226000', '155641.229000', '155641.232000', '155641.235000', '155641.237000', '155641.240000', '155641.243000', '155641.246000', '155641.249000', '155641.252000', '155641.255000', '155641.258000', '155641.261000', '155641.279000', '155641.281000', '155641.284000', '155641.287000', '155641.290000', '155641.293000', '155641.296000', '155641.299000', '155641.302000', '155641.306000', '155641.308000', '155641.311000', '155641.314000', '155641.317000', '155641.320000', '155641.323000', '155701.185000', '155701.252000', '155701.255000', '155701.257000', '155701.260000', '155701.263000', '155701.266000', '155701.269000', '155701.272000', '155701.275000', '155701.278000', '155701.280000', '155701.283000', '155701.286000', '155701.289000', '155701.292000', '155701.295000', '155701.298000', '155701.301000', '155701.304000', '155701.307000', '155701.309000', '155701.312000', '155701.315000', '155701.318000', '155701.321000', '155701.324000', '155701.327000', '155701.330000', '155701.333000', '155701.336000', '155701.338000', '155701.341000', '155701.344000', '155701.347000', '155701.350000', '155701.353000', '155701.356000', '155701.359000', '155701.362000', '155701.364000', '155701.367000', '155701.370000', '155721.186000', '155721.190000', '155721.193000', '155721.196000', '155721.199000', '155721.201000', '155721.204000', '155721.207000', '155721.210000', '155721.213000', '155721.216000', '155721.219000', '155721.222000', '155721.224000', '155721.227000', '155721.230000', '155721.233000', '155721.236000', '155721.239000', '155721.242000', '155721.245000', '155721.248000', '155721.251000', '155721.254000', '155721.256000', '155721.259000', '155721.262000', '155721.265000', '155721.268000', '155721.271000', '155721.274000', '155721.277000', '155721.280000', '155721.284000', '155721.287000', '155721.290000', '155721.293000', '155721.296000', '155721.299000', '155721.302000', '155721.305000', '155721.308000', '155721.310000', '155721.313000', '155741.186000', '155741.209000', '155741.212000', '155741.215000', '155741.218000', '155741.221000', '155741.224000', '155741.226000', '155741.229000', '155741.232000', '155741.235000', '155741.238000', '155741.241000', '155741.244000', '155741.247000', '155741.250000', '155741.253000', '155741.255000', '155741.258000', '155741.261000', '155741.264000', '155741.267000', '155741.270000', '155741.273000', '155741.276000', '155741.279000', '155741.281000', '155741.284000', '155741.287000', '155741.290000', '155741.293000', '155741.296000', '155741.299000', '155741.302000', '155741.305000', '155741.307000', '155741.310000', '155741.313000', '155741.316000', '155741.319000', '155741.322000', '155741.325000', '155741.328000', '155801.186000', '155801.199000', '155801.202000', '155801.205000', '155801.208000', '155801.211000', '155801.214000', '155801.217000', '155801.219000', '155801.222000', '155801.225000', '155801.228000', '155801.231000', '155801.234000', '155801.237000', '155801.240000', '155801.243000', '155801.245000', '155801.248000', '155801.251000', '155801.254000', '155801.257000', '155801.260000', '155801.263000', '155801.266000', '155801.269000', '155801.272000', '155801.274000', '155801.277000', '155801.280000', '155801.283000', '155801.286000', '155801.289000', '155801.292000', '155801.294000', '155801.297000', '155801.300000', '155801.303000', '155801.306000', '155801.323000', '155801.326000', '155801.329000', '155801.331000', '155801.334000', '155821.187000', '155821.192000', '155821.195000', '155821.197000', '155821.200000', '155821.203000', '155821.206000', '155821.209000', '155821.212000', '155821.215000', '155821.218000', '155821.221000', '155821.224000', '155821.227000', '155821.230000', '155821.232000', '155821.235000', '155821.238000', '155821.241000', '155821.244000', '155821.247000', '155821.250000', '155821.253000', '155821.256000', '155821.258000', '155821.261000', '155821.264000', '155821.267000', '155821.270000', '155821.273000', '155821.276000', '155821.279000', '155821.282000', '155821.284000', '155821.287000', '155821.290000', '155821.293000', '155821.296000', '155821.299000', '155821.302000', '155821.305000', '155821.308000', '155821.311000', '155834.124000', '155834.128000', '155834.131000', '155834.134000', '155834.137000', '155834.140000', '155834.143000', '155834.147000', '155834.150000', '155834.153000', '155834.156000', '155834.159000', '155834.162000', '155834.165000', '155834.168000', '155834.171000', '155834.174000', '155834.177000', '155834.180000', '155834.184000', '155834.187000', '155834.190000', '155834.193000', '155834.197000', '155834.199000', '155834.202000', '155834.205000', '155834.208000', '155834.211000'], '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': [7022, 9131, 11734, 9317, 12056, 6641, 10477, 6240, 10698, 9932, 7773, 11843, 6797, 10686, 6368, 9179, 11712, 7070, 10316, 6024, 9720, 6491, 7939, 11969, 6627, 9730, 6423, 9032, 5592, 7802, 10417, 6569, 9448, 6357, 8468, 5557, 8059, 9919, 7080, 10274, 7199, 9827, 6243, 8809, 9157, 8447, 10857, 6690, 10897, 6092, 9758, 8975, 9121, 7785, 7252, 10604, 8173, 11609, 8101, 10545, 6198, 10081, 6809, 9144, 12881, 9759, 11000, 6432, 10295, 6568, 9902, 10249, 8250, 12082, 6946, 10183, 6060, 10579, 8955, 9620, 7304, 7520, 10883, 6698, 10769, 7449, 10862, 7162, 7995, 10054, 8029, 12217, 7546, 10990, 6557, 9894, 8462, 9004, 6921, 7186, 10527, 6984, 11446, 7477, 10862, 7131, 7210, 12854, 9537, 10986, 6577, 10783, 6332, 8962, 9786, 7997, 11812, 6642, 10357, 6513, 10444, 8923, 8925, 12373, 6968, 10481, 6284, 10455, 7283, 7497, 5625, 7102, 11509, 6823, 11054, 6844, 10220, 6597, 9113, 8865, 9696, 10435, 7058, 11231, 6627, 10907, 7457, 8927, 7468, 7248, 11066, 6624, 10972, 7236, 10519, 6850, 8027, 10699, 8585, 11619, 6437, 10040, 6229, 10436, 7919, 8610, 6334, 6676, 10654, 7367, 10394, 7632, 8500, 6097, 7361, 11017, 9403, 10523, 6964, 11190, 6567, 11581, 7875, 11405, 8486, 8296, 12411, 6565, 11343, 8235, 11461, 6625, 8362, 8171, 6981, 11811, 8976, 10887, 6471, 10357, 7366, 10277, 7543, 7115, 11412, 6476, 11051, 8726, 8805, 6829, 6954, 11699, 9519, 11537, 6793, 10853, 6418, 10987, 7182, 10915, 6885, 8330, 9429, 7281, 11606, 7816, 10241, 5985, 9188, 6268, 9902, 6562, 11513, 8506, 9745, 7619, 7006, 13311, 10896, 12955, 6753, 11997, 8176, 8255, 12279, 9894, 12456, 7050, 11588, 6197, 10713, 6313, 10222, 7695, 7520, 6246, 6904, 11086, 6770, 10963, 7388, 11019, 7341, 7718, 11974, 6378, 11028, 7811, 11167, 6844, 8094, 9069, 7242, 11985, 8822, 11548, 6854, 10349, 7367, 11347, 7305, 8113, 9780, 6702, 11695, 9111, 12886, 9278, 13376, 8846, 10981, 6346, 10679, 6392, 10746, 6979, 7961, 11021, 8691, 10628, 6608, 11103, 7526, 9392, 11903, 10078, 11654, 6631, 11083, 8126, 9062, 12441, 10406, 11800, 6501, 11562, 7170, 8636, 10267, 7554, 11894, 8594, 11263, 6455, 10255, 7027, 6866, 12440, 9344, 11016, 6927, 11068, 6376, 9984, 9291, 9055, 11289, 6947, 11075, 6703, 10984, 7690, 11570, 9577, 9026, 6806, 7121, 10503, 8978, 9946, 7238, 10750, 7075, 10641, 7949, 11510, 8412, 7975, 11393, 7319, 11551, 9649, 12167, 6760, 11443, 6695, 9592, 9451, 8645, 12405, 7898, 10956, 6384, 11326, 6794, 10814, 6824, 7250, 9104, 7515, 10799, 7141, 10674, 7689, 9046, 9128, 7805, 9382, 7124, 9576, 6414, 8997, 7836, 10515, 9853, 9061, 7482, 10727, 7027, 10866, 8017, 10978, 8189, 7840, 9537, 7567, 11489, 6845, 11675, 7683, 11180, 7037, 8003, 6299, 7610, 12095, 9543, 10838, 6539, 11275, 6524, 11025, 7845, 10063, 9369, 7644, 11093, 7484, 11602, 7967, 11400, 6783, 9300, 6679, 8024, 12020, 7900, 11317, 7878, 10382, 7216, 10894, 7467, 9785, 7283, 7927, 6194, 7855, 12307, 11130, 12389, 7485, 11282, 7147, 11187, 7801, 8981, 9964, 7666, 11036, 7534, 11235, 8871, 10994, 6996, 10657, 7951, 8930, 9475, 9245, 11261, 7774, 10936, 7317, 11382, 7324, 10860, 7563, 7884, 5992, 7766, 10284, 7586, 11146, 7904, 10629, 6749, 8736, 7935, 10349, 8472, 7596, 10725, 7160, 11042, 7876, 11092, 7074, 7728, 6981, 7620, 11211, 9373, 10886, 6514, 11096, 6884, 11162, 7507, 8242, 6318, 8204, 11257, 7665, 12465, 8845, 11653, 6846, 11021, 7577, 11386, 7607, 8110, 6056, 7988, 11654, 7499, 11469, 8686, 11573, 6337, 10449, 6900, 10574, 6734, 8448, 6856, 10507, 7710, 10526, 7357, 7335, 7281, 9123, 6728, 9872, 7182, 14615, 10364, 13302, 11913, 8329, 13169, 7054, 11471, 8936, 12287, 7791, 10855, 7009, 6099, 7179, 7871, 7485, 9494, 7257, 10338, 8072, 10664, 7089, 10100, 10967, 8022, 14249, 9359, 13893, 7314, 12310, 8712, 8948, 14905, 7588, 12608, 8612, 9325, 7262, 7613, 10727, 7559, 11810, 7814, 10722, 7260, 9505, 7265, 7590, 9933, 7159, 10220, 7388, 10224, 7909, 7880, 6667, 7920, 10658, 7591, 10247, 8117, 9734, 6966, 9558, 7855, 7831, 9460, 8785, 11951, 8506, 10937, 7145, 11719, 8098, 9970, 11313, 9295, 12522, 7830, 11946, 7203, 10440, 7851, 10337, 10410, 7744, 10766, 7401, 10426, 7221, 10523, 7505, 8095, 6802, 10312, 11208, 9313, 12049, 7502, 11604, 7326, 11575, 9234, 10650, 7168, 7715, 9879, 7919, 10196, 8984, 10540, 7030, 9876, 6794, 9280, 10453, 8596, 9501, 7976, 10315, 8163, 10917, 7327, 9843, 7247, 9340, 8272, 10074, 11238, 7767, 10961, 7627, 10375, 7913, 10112, 7176, 7927, 6824, 10971, 10070, 8355, 10829, 7995, 10606, 7837, 11041, 7668, 10710, 6825, 7784, 6807, 7883, 11418, 9427, 10273, 7262, 10477, 7052, 10602, 6851, 8792, 7042, 10148, 7618, 8834, 6559, 7672, 7015, 7439, 7726, 11410, 8813, 9860, 6810, 8742, 7320, 10641, 8934, 13982, 9913, 8678, 9517, 8289, 12103, 8282, 12444, 9961, 11570, 7884, 11070, 7511, 10446, 6973, 12103, 9216, 14162, 8318, 6451, 7847, 11120, 7386, 11937, 7545, 9029, 7401, 7768, 9030, 7615, 13799, 8821, 12872, 9137, 13769, 10557, 12029, 14181, 11530, 15039, 12588, 13835, 8197, 11924, 8061, 8859, 7741, 9230, 8425, 8930, 6680, 9430, 8485, 8843, 7721, 9005, 7294, 11561, 9629, 8928, 7011, 8887, 12184, 8167, 11801, 7763, 12404, 7930, 11110, 6693, 8559, 6714, 8003, 10404, 7682, 12805, 7633, 11812, 7664, 11375, 7528, 12138, 8050, 10564, 7109, 8029, 6308, 8070, 12784, 10361, 13344, 8326, 11891, 7800, 11721, 7321, 11506, 8533, 11296, 7713, 7856, 11249, 6998, 12946, 6421, 13594, 14077, 14654, 8116, 9602, 6257, 8983, 6581, 9748, 6765, 12877, 6649, 9946, 6792, 9637, 6777, 10669, 12793, 9238, 8436, 8163, 8157, 8640, 6526, 7887, 6833, 10593, 6522, 12848, 9754, 13039, 8304, 9707, 6533, 7791, 10410, 6970, 11986, 7196, 11485, 8387, 11069, 6284, 9631, 6033, 7348, 6140, 10338, 9625, 8768, 9815, 6545, 10871, 6389, 11124, 7716, 11353, 6320, 9881, 6279, 8860, 7106, 9888, 11594, 10870, 12771, 6717, 11155, 6410, 10884, 7517, 11487, 8065, 9658, 6614, 8803, 12588, 10327, 13197, 7022, 12004, 6552, 10706], 'WindowCenter': [3705.0, 3723.0, 3731.0, 3710.0, 3729.0, 3676.0, 3705.0, 3649.0, 3705.0, 3692.0, 3671.0, 3702.0, 3660.0, 3702.0, 3647.0, 3705.0, 3702.0, 3660.0, 3690.0, 3637.0, 3691.0, 3648.0, 3681.0, 3712.0, 3659.0, 3690.0, 3649.0, 3692.0, 3628.0, 3672.0, 3703.0, 3662.0, 3693.0, 3651.0, 3682.0, 3628.0, 3682.0, 3691.0, 3673.0, 3704.0, 3660.0, 3693.0, 3651.0, 3693.0, 3691.0, 3694.0, 3702.0, 3661.0, 3702.0, 3639.0, 3707.0, 3694.0, 3695.0, 3684.0, 3686.0, 3704.0, 3682.0, 3715.0, 3683.0, 3692.0, 3638.0, 3705.0, 3648.0, 3694.0, 3712.0, 3692.0, 3703.0, 3650.0, 3704.0, 3650.0, 3691.0, 3690.0, 3681.0, 3702.0, 3672.0, 3703.0, 3650.0, 3705.0, 3680.0, 3692.0, 3659.0, 3671.0, 3701.0, 3648.0, 3702.0, 3658.0, 3702.0, 3658.0, 3681.0, 3689.0, 3672.0, 3713.0, 3672.0, 3701.0, 3650.0, 3692.0, 3679.0, 3681.0, 3672.0, 3673.0, 3700.0, 3660.0, 3714.0, 3670.0, 3702.0, 3658.0, 3669.0, 3712.0, 3692.0, 3702.0, 3660.0, 3702.0, 3648.0, 3692.0, 3690.0, 3682.0, 3702.0, 3661.0, 3693.0, 3648.0, 3704.0, 3679.0, 3682.0, 3700.0, 3660.0, 3690.0, 3648.0, 3691.0, 3657.0, 3660.0, 3627.0, 3659.0, 3700.0, 3660.0, 3703.0, 3661.0, 3703.0, 3658.0, 3692.0, 3691.0, 3704.0, 3702.0, 3660.0, 3702.0, 3660.0, 3702.0, 3658.0, 3691.0, 3659.0, 3670.0, 3701.0, 3658.0, 3701.0, 3671.0, 3702.0, 3647.0, 3682.0, 3717.0, 3706.0, 3715.0, 3662.0, 3692.0, 3651.0, 3704.0, 3680.0, 3692.0, 3649.0, 3661.0, 3691.0, 3671.0, 3717.0, 3683.0, 3694.0, 3638.0, 3671.0, 3701.0, 3692.0, 3701.0, 3660.0, 3702.0, 3660.0, 3704.0, 3681.0, 3704.0, 3680.0, 3681.0, 3701.0, 3648.0, 3701.0, 3668.0, 3701.0, 3646.0, 3680.0, 3668.0, 3659.0, 3701.0, 3681.0, 3702.0, 3647.0, 3690.0, 3657.0, 3703.0, 3668.0, 3659.0, 3699.0, 3648.0, 3700.0, 3678.0, 3680.0, 3647.0, 3658.0, 3700.0, 3692.0, 3702.0, 3660.0, 3701.0, 3648.0, 3702.0, 3671.0, 3703.0, 3660.0, 3682.0, 3679.0, 3670.0, 3703.0, 3669.0, 3689.0, 3637.0, 3678.0, 3648.0, 3690.0, 3661.0, 3714.0, 3681.0, 3692.0, 3670.0, 3661.0, 3713.0, 3702.0, 3702.0, 3647.0, 3701.0, 3667.0, 3681.0, 3701.0, 3691.0, 3700.0, 3659.0, 3701.0, 3649.0, 3705.0, 3660.0, 3704.0, 3670.0, 3683.0, 3649.0, 3673.0, 3703.0, 3662.0, 3704.0, 3672.0, 3703.0, 3671.0, 3682.0, 3702.0, 3649.0, 3702.0, 3670.0, 3702.0, 3648.0, 3681.0, 3679.0, 3660.0, 3702.0, 3692.0, 3716.0, 3662.0, 3702.0, 3658.0, 3715.0, 3673.0, 3684.0, 3691.0, 3649.0, 3714.0, 3705.0, 3726.0, 3694.0, 3728.0, 3706.0, 3715.0, 3662.0, 3703.0, 3650.0, 3701.0, 3659.0, 3681.0, 3703.0, 3682.0, 3703.0, 3661.0, 3715.0, 3682.0, 3692.0, 3700.0, 3690.0, 3700.0, 3647.0, 3701.0, 3667.0, 3679.0, 3699.0, 3689.0, 3688.0, 3635.0, 3688.0, 3644.0, 3667.0, 3676.0, 3656.0, 3688.0, 3666.0, 3688.0, 3635.0, 3689.0, 3645.0, 3647.0, 3699.0, 3677.0, 3687.0, 3657.0, 3689.0, 3647.0, 3692.0, 3680.0, 3680.0, 3700.0, 3659.0, 3701.0, 3658.0, 3701.0, 3669.0, 3714.0, 3691.0, 3694.0, 3648.0, 3661.0, 3691.0, 3691.0, 3691.0, 3672.0, 3701.0, 3661.0, 3703.0, 3671.0, 3705.0, 3681.0, 3683.0, 3702.0, 3660.0, 3700.0, 3690.0, 3701.0, 3648.0, 3702.0, 3649.0, 3692.0, 3680.0, 3681.0, 3713.0, 3682.0, 3702.0, 3649.0, 3701.0, 3660.0, 3704.0, 3659.0, 3671.0, 3692.0, 3673.0, 3718.0, 3675.0, 3706.0, 3669.0, 3693.0, 3690.0, 3682.0, 3693.0, 3673.0, 3703.0, 3662.0, 3694.0, 3684.0, 3704.0, 3704.0, 3692.0, 3672.0, 3702.0, 3661.0, 3702.0, 3669.0, 3702.0, 3669.0, 3669.0, 3690.0, 3670.0, 3700.0, 3659.0, 3701.0, 3669.0, 3701.0, 3658.0, 3670.0, 3648.0, 3684.0, 3714.0, 3692.0, 3701.0, 3649.0, 3701.0, 3649.0, 3704.0, 3671.0, 3693.0, 3679.0, 3671.0, 3701.0, 3659.0, 3702.0, 3670.0, 3700.0, 3649.0, 3691.0, 3647.0, 3671.0, 3700.0, 3670.0, 3703.0, 3682.0, 3703.0, 3670.0, 3704.0, 3670.0, 3691.0, 3669.0, 3670.0, 3638.0, 3681.0, 3701.0, 3701.0, 3711.0, 3670.0, 3702.0, 3660.0, 3701.0, 3669.0, 3681.0, 3689.0, 3669.0, 3690.0, 3669.0, 3701.0, 3692.0, 3703.0, 3660.0, 3702.0, 3681.0, 3681.0, 3690.0, 3690.0, 3701.0, 3670.0, 3690.0, 3669.0, 3702.0, 3659.0, 3702.0, 3668.0, 3670.0, 3638.0, 3671.0, 3690.0, 3670.0, 3703.0, 3671.0, 3691.0, 3659.0, 3683.0, 3670.0, 3704.0, 3680.0, 3671.0, 3701.0, 3660.0, 3702.0, 3669.0, 3702.0, 3658.0, 3670.0, 3658.0, 3670.0, 3702.0, 3694.0, 3703.0, 3651.0, 3715.0, 3673.0, 3715.0, 3670.0, 3682.0, 3649.0, 3681.0, 3700.0, 3670.0, 3713.0, 3692.0, 3714.0, 3660.0, 3701.0, 3669.0, 3702.0, 3669.0, 3681.0, 3638.0, 3681.0, 3701.0, 3670.0, 3702.0, 3682.0, 3702.0, 3663.0, 3705.0, 3658.0, 3703.0, 3661.0, 3682.0, 3659.0, 3704.0, 3671.0, 3703.0, 3671.0, 3672.0, 3671.0, 3691.0, 3647.0, 3688.0, 3657.0, 3712.0, 3689.0, 3711.0, 3688.0, 3668.0, 3698.0, 3644.0, 3699.0, 3677.0, 3701.0, 3659.0, 3690.0, 3659.0, 3639.0, 3672.0, 3683.0, 3684.0, 3693.0, 3672.0, 3692.0, 3671.0, 3703.0, 3659.0, 3704.0, 3702.0, 3670.0, 3711.0, 3678.0, 3700.0, 3654.0, 3687.0, 3664.0, 3667.0, 3699.0, 3644.0, 3685.0, 3664.0, 3665.0, 3642.0, 3653.0, 3672.0, 3641.0, 3687.0, 3654.0, 3687.0, 3644.0, 3677.0, 3644.0, 3655.0, 3675.0, 3655.0, 3677.0, 3655.0, 3688.0, 3667.0, 3668.0, 3646.0, 3669.0, 3689.0, 3669.0, 3691.0, 3670.0, 3690.0, 3659.0, 3691.0, 3669.0, 3670.0, 3690.0, 3681.0, 3703.0, 3681.0, 3702.0, 3659.0, 3701.0, 3669.0, 3690.0, 3700.0, 3690.0, 3700.0, 3670.0, 3702.0, 3671.0, 3702.0, 3681.0, 3703.0, 3689.0, 3669.0, 3690.0, 3670.0, 3691.0, 3671.0, 3703.0, 3684.0, 3680.0, 3660.0, 3703.0, 3703.0, 3693.0, 3713.0, 3672.0, 3702.0, 3670.0, 3702.0, 3693.0, 3704.0, 3658.0, 3671.0, 3689.0, 3669.0, 3691.0, 3680.0, 3702.0, 3660.0, 3693.0, 3659.0, 3693.0, 3703.0, 3693.0, 3692.0, 3681.0, 3702.0, 3683.0, 3703.0, 3671.0, 3692.0, 3669.0, 3691.0, 3680.0, 3704.0, 3701.0, 3670.0, 3701.0, 3670.0, 3691.0, 3669.0, 3691.0, 3660.0, 3669.0, 3648.0, 3701.0, 3691.0, 3681.0, 3701.0, 3669.0, 3689.0, 3669.0, 3690.0, 3669.0, 3702.0, 3647.0, 3670.0, 3646.0, 3669.0, 3699.0, 3705.0, 3691.0, 3671.0, 3704.0, 3659.0, 3703.0, 3660.0, 3691.0, 3660.0, 3704.0, 3670.0, 3707.0, 3659.0, 3671.0, 3660.0, 3672.0, 3670.0, 3715.0, 3693.0, 3690.0, 3660.0, 3681.0, 3669.0, 3701.0, 3679.0, 3713.0, 3688.0, 3678.0, 3678.0, 3667.0, 3698.0, 3668.0, 3700.0, 3690.0, 3699.0, 3680.0, 3700.0, 3672.0, 3715.0, 3658.0, 3700.0, 3691.0, 3725.0, 3695.0, 3650.0, 3682.0, 3689.0, 3658.0, 3715.0, 3670.0, 3680.0, 3669.0, 3682.0, 3692.0, 3682.0, 3712.0, 3679.0, 3713.0, 3677.0, 3699.0, 3676.0, 3688.0, 3697.0, 3687.0, 3697.0, 3686.0, 3684.0, 3651.0, 3685.0, 3640.0, 3661.0, 3652.0, 3664.0, 3651.0, 3663.0, 3631.0, 3675.0, 3664.0, 3674.0, 3655.0, 3677.0, 3643.0, 3688.0, 3677.0, 3679.0, 3656.0, 3680.0, 3698.0, 3667.0, 3699.0, 3666.0, 3699.0, 3668.0, 3699.0, 3645.0, 3680.0, 3646.0, 3681.0, 3689.0, 3669.0, 3699.0, 3670.0, 3700.0, 3669.0, 3713.0, 3671.0, 3713.0, 3682.0, 3717.0, 3671.0, 3682.0, 3649.0, 3683.0, 3714.0, 3704.0, 3725.0, 3693.0, 3716.0, 3682.0, 3713.0, 3671.0, 3703.0, 3681.0, 3714.0, 3670.0, 3682.0, 3702.0, 3659.0, 3712.0, 3610.0, 3607.0, 3713.0, 3643.0, 3657.0, 3677.0, 3652.0, 3682.0, 3665.0, 3706.0, 3663.0, 3715.0, 3663.0, 3692.0, 3648.0, 3680.0, 3662.0, 3703.0, 3714.0, 3695.0, 3680.0, 3692.0, 3681.0, 3681.0, 3647.0, 3667.0, 3645.0, 3688.0, 3636.0, 3700.0, 3678.0, 3700.0, 3681.0, 3690.0, 3647.0, 3657.0, 3675.0, 3644.0, 3686.0, 3644.0, 3688.0, 3678.0, 3699.0, 3649.0, 3691.0, 3650.0, 3668.0, 3636.0, 3702.0, 3690.0, 3692.0, 3689.0, 3650.0, 3700.0, 3649.0, 3700.0, 3669.0, 3702.0, 3650.0, 3701.0, 3649.0, 3691.0, 3660.0, 3703.0, 3702.0, 3714.0, 3713.0, 3660.0, 3701.0, 3648.0, 3701.0, 3670.0, 3715.0, 3680.0, 3693.0, 3648.0, 3679.0, 3700.0, 3691.0, 3710.0, 3658.0, 3702.0, 3647.0, 3688.0], 'WindowWidth': [8377.0, 8394.0, 8402.0, 8369.0, 8397.0, 8318.0, 8354.0, 8272.0, 8352.0, 8330.0, 8304.0, 8345.0, 8285.0, 8343.0, 8265.0, 8353.0, 8345.0, 8284.0, 8325.0, 8251.0, 8329.0, 8266.0, 8316.0, 8357.0, 8283.0, 8326.0, 8270.0, 8331.0, 8240.0, 8303.0, 8347.0, 8290.0, 8334.0, 8275.0, 8317.0, 8242.0, 8317.0, 8326.0, 8308.0, 8349.0, 8287.0, 8332.0, 8276.0, 8334.0, 8327.0, 8337.0, 8346.0, 8288.0, 8343.0, 8257.0, 8362.0, 8337.0, 8341.0, 8327.0, 8332.0, 8353.0, 8321.0, 8366.0, 8320.0, 8329.0, 8254.0, 8352.0, 8266.0, 8334.0, 8359.0, 8332.0, 8347.0, 8274.0, 8349.0, 8271.0, 8329.0, 8325.0, 8315.0, 8343.0, 8305.0, 8346.0, 8276.0, 8352.0, 8312.0, 8332.0, 8282.0, 8300.0, 8341.0, 8266.0, 8343.0, 8282.0, 8344.0, 8280.0, 8314.0, 8323.0, 8302.0, 8361.0, 8305.0, 8342.0, 8274.0, 8329.0, 8308.0, 8316.0, 8307.0, 8308.0, 8339.0, 8286.0, 8366.0, 8301.0, 8344.0, 8280.0, 8297.0, 8355.0, 8329.0, 8342.0, 8287.0, 8344.0, 8269.0, 8330.0, 8323.0, 8318.0, 8342.0, 8287.0, 8332.0, 8269.0, 8349.0, 8310.0, 8316.0, 8339.0, 8283.0, 8326.0, 8268.0, 8327.0, 8278.0, 8285.0, 8238.0, 8284.0, 8338.0, 8286.0, 8348.0, 8288.0, 8346.0, 8281.0, 8330.0, 8328.0, 8349.0, 8344.0, 8286.0, 8343.0, 8286.0, 8343.0, 8280.0, 8329.0, 8282.0, 8298.0, 8340.0, 8281.0, 8343.0, 8300.0, 8343.0, 8263.0, 8317.0, 8374.0, 8358.0, 8367.0, 8293.0, 8330.0, 8275.0, 8351.0, 8313.0, 8332.0, 8271.0, 8287.0, 8329.0, 8302.0, 8375.0, 8325.0, 8338.0, 8254.0, 8301.0, 8342.0, 8331.0, 8340.0, 8286.0, 8343.0, 8286.0, 8350.0, 8314.0, 8350.0, 8310.0, 8313.0, 8340.0, 8266.0, 8340.0, 8293.0, 8340.0, 8262.0, 8312.0, 8292.0, 8283.0, 8341.0, 8312.0, 8343.0, 8265.0, 8324.0, 8277.0, 8345.0, 8292.0, 8284.0, 8336.0, 8266.0, 8340.0, 8304.0, 8313.0, 8264.0, 8278.0, 8335.0, 8330.0, 8342.0, 8285.0, 8338.0, 8267.0, 8344.0, 8303.0, 8347.0, 8284.0, 8316.0, 8308.0, 8297.0, 8345.0, 8297.0, 8320.0, 8252.0, 8306.0, 8267.0, 8324.0, 8288.0, 8366.0, 8313.0, 8330.0, 8297.0, 8287.0, 8359.0, 8343.0, 8342.0, 8265.0, 8339.0, 8289.0, 8314.0, 8341.0, 8326.0, 8339.0, 8283.0, 8341.0, 8271.0, 8352.0, 8289.0, 8350.0, 8299.0, 8320.0, 8271.0, 8307.0, 8348.0, 8291.0, 8349.0, 8302.0, 8349.0, 8300.0, 8319.0, 8344.0, 8271.0, 8344.0, 8298.0, 8343.0, 8266.0, 8313.0, 8307.0, 8283.0, 8343.0, 8329.0, 8369.0, 8293.0, 8344.0, 8281.0, 8366.0, 8307.0, 8324.0, 8326.0, 8269.0, 8364.0, 8356.0, 8386.0, 8339.0, 8392.0, 8356.0, 8367.0, 8294.0, 8348.0, 8274.0, 8342.0, 8281.0, 8316.0, 8347.0, 8317.0, 8346.0, 8290.0, 8367.0, 8320.0, 8331.0, 8337.0, 8323.0, 8338.0, 8263.0, 8340.0, 8287.0, 8308.0, 8333.0, 8319.0, 8318.0, 8245.0, 8317.0, 8254.0, 8289.0, 8297.0, 8273.0, 8318.0, 8286.0, 8317.0, 8245.0, 8319.0, 8255.0, 8264.0, 8333.0, 8302.0, 8316.0, 8277.0, 8321.0, 8264.0, 8330.0, 8309.0, 8312.0, 8337.0, 8283.0, 8340.0, 8281.0, 8339.0, 8295.0, 8367.0, 8325.0, 8335.0, 8268.0, 8286.0, 8326.0, 8329.0, 8326.0, 8305.0, 8342.0, 8288.0, 8346.0, 8300.0, 8354.0, 8313.0, 8319.0, 8342.0, 8283.0, 8337.0, 8324.0, 8342.0, 8266.0, 8342.0, 8269.0, 8328.0, 8309.0, 8315.0, 8359.0, 8317.0, 8344.0, 8268.0, 8338.0, 8285.0, 8348.0, 8281.0, 8303.0, 8329.0, 8309.0, 8376.0, 8315.0, 8356.0, 8294.0, 8331.0, 8324.0, 8319.0, 8334.0, 8308.0, 8351.0, 8292.0, 8339.0, 8323.0, 8352.0, 8350.0, 8331.0, 8306.0, 8345.0, 8289.0, 8343.0, 8295.0, 8345.0, 8294.0, 8296.0, 8324.0, 8298.0, 8337.0, 8285.0, 8341.0, 8295.0, 8339.0, 8280.0, 8299.0, 8266.0, 8324.0, 8362.0, 8329.0, 8339.0, 8268.0, 8338.0, 8269.0, 8349.0, 8299.0, 8333.0, 8309.0, 8301.0, 8340.0, 8283.0, 8343.0, 8297.0, 8337.0, 8268.0, 8327.0, 8263.0, 8299.0, 8338.0, 8297.0, 8346.0, 8315.0, 8348.0, 8299.0, 8350.0, 8299.0, 8326.0, 8295.0, 8299.0, 8252.0, 8314.0, 8342.0, 8342.0, 8357.0, 8299.0, 8343.0, 8285.0, 8340.0, 8293.0, 8313.0, 8320.0, 8295.0, 8324.0, 8295.0, 8341.0, 8330.0, 8346.0, 8286.0, 8344.0, 8313.0, 8313.0, 8322.0, 8325.0, 8338.0, 8296.0, 8324.0, 8296.0, 8341.0, 8281.0, 8343.0, 8293.0, 8299.0, 8255.0, 8301.0, 8323.0, 8297.0, 8345.0, 8300.0, 8327.0, 8283.0, 8319.0, 8297.0, 8350.0, 8311.0, 8301.0, 8341.0, 8284.0, 8342.0, 8295.0, 8342.0, 8279.0, 8299.0, 8279.0, 8298.0, 8343.0, 8335.0, 8346.0, 8278.0, 8367.0, 8308.0, 8365.0, 8299.0, 8317.0, 8271.0, 8316.0, 8338.0, 8298.0, 8360.0, 8330.0, 8363.0, 8287.0, 8341.0, 8295.0, 8346.0, 8296.0, 8314.0, 8255.0, 8316.0, 8339.0, 8297.0, 8344.0, 8316.0, 8344.0, 8297.0, 8353.0, 8280.0, 8346.0, 8288.0, 8317.0, 8283.0, 8349.0, 8303.0, 8349.0, 8301.0, 8305.0, 8305.0, 8328.0, 8265.0, 8319.0, 8275.0, 8360.0, 8319.0, 8354.0, 8316.0, 8290.0, 8330.0, 8255.0, 8334.0, 8301.0, 8340.0, 8281.0, 8322.0, 8280.0, 8255.0, 8305.0, 8322.0, 8325.0, 8334.0, 8303.0, 8333.0, 8301.0, 8345.0, 8281.0, 8350.0, 8340.0, 8297.0, 8354.0, 8306.0, 8337.0, 8268.0, 8316.0, 8279.0, 8286.0, 8333.0, 8251.0, 8311.0, 8278.0, 8280.0, 8245.0, 8264.0, 8286.0, 8246.0, 8314.0, 8266.0, 8315.0, 8252.0, 8302.0, 8254.0, 8269.0, 8298.0, 8271.0, 8302.0, 8270.0, 8317.0, 8287.0, 8291.0, 8259.0, 8294.0, 8321.0, 8296.0, 8326.0, 8296.0, 8324.0, 8281.0, 8328.0, 8293.0, 8298.0, 8323.0, 8313.0, 8346.0, 8313.0, 8343.0, 8284.0, 8341.0, 8292.0, 8324.0, 8336.0, 8326.0, 8339.0, 8299.0, 8344.0, 8302.0, 8343.0, 8313.0, 8344.0, 8321.0, 8295.0, 8324.0, 8297.0, 8326.0, 8300.0, 8348.0, 8323.0, 8314.0, 8284.0, 8347.0, 8347.0, 8333.0, 8361.0, 8303.0, 8343.0, 8299.0, 8345.0, 8334.0, 8352.0, 8282.0, 8300.0, 8320.0, 8294.0, 8326.0, 8312.0, 8345.0, 8286.0, 8332.0, 8284.0, 8333.0, 8348.0, 8332.0, 8330.0, 8316.0, 8343.0, 8322.0, 8349.0, 8301.0, 8329.0, 8295.0, 8327.0, 8311.0, 8348.0, 8342.0, 8300.0, 8340.0, 8296.0, 8328.0, 8295.0, 8328.0, 8285.0, 8297.0, 8266.0, 8341.0, 8327.0, 8314.0, 8340.0, 8295.0, 8321.0, 8294.0, 8324.0, 8293.0, 8343.0, 8263.0, 8298.0, 8261.0, 8296.0, 8336.0, 8355.0, 8327.0, 8303.0, 8351.0, 8281.0, 8346.0, 8286.0, 8328.0, 8284.0, 8350.0, 8300.0, 8361.0, 8286.0, 8302.0, 8287.0, 8307.0, 8299.0, 8369.0, 8334.0, 8327.0, 8287.0, 8314.0, 8296.0, 8341.0, 8309.0, 8361.0, 8319.0, 8306.0, 8305.0, 8289.0, 8332.0, 8292.0, 8338.0, 8323.0, 8335.0, 8313.0, 8338.0, 8307.0, 8367.0, 8281.0, 8339.0, 8327.0, 8380.0, 8340.0, 8274.0, 8317.0, 8319.0, 8280.0, 8366.0, 8297.0, 8314.0, 8297.0, 8320.0, 8333.0, 8321.0, 8360.0, 8310.0, 8361.0, 8305.0, 8337.0, 8299.0, 8318.0, 8328.0, 8314.0, 8332.0, 8312.0, 8308.0, 8257.0, 8310.0, 8239.0, 8272.0, 8261.0, 8279.0, 8260.0, 8279.0, 8233.0, 8297.0, 8280.0, 8297.0, 8272.0, 8304.0, 8251.0, 8321.0, 8301.0, 8309.0, 8275.0, 8311.0, 8332.0, 8290.0, 8334.0, 8289.0, 8335.0, 8291.0, 8334.0, 8259.0, 8310.0, 8263.0, 8313.0, 8320.0, 8295.0, 8334.0, 8296.0, 8338.0, 8296.0, 8359.0, 8303.0, 8363.0, 8317.0, 8372.0, 8303.0, 8319.0, 8269.0, 8322.0, 8364.0, 8350.0, 8380.0, 8335.0, 8372.0, 8320.0, 8362.0, 8301.0, 8347.0, 8314.0, 8365.0, 8300.0, 8319.0, 8346.0, 8283.0, 8359.0, 8195.0, 8161.0, 8375.0, 8225.0, 8272.0, 8298.0, 8275.0, 8313.0, 8299.0, 8353.0, 8292.0, 8362.0, 8293.0, 8325.0, 8262.0, 8308.0, 8290.0, 8344.0, 8362.0, 8337.0, 8309.0, 8331.0, 8315.0, 8311.0, 8263.0, 8286.0, 8256.0, 8314.0, 8246.0, 8337.0, 8304.0, 8339.0, 8312.0, 8324.0, 8263.0, 8274.0, 8293.0, 8252.0, 8311.0, 8255.0, 8319.0, 8305.0, 8333.0, 8271.0, 8328.0, 8273.0, 8293.0, 8248.0, 8344.0, 8328.0, 8332.0, 8324.0, 8273.0, 8338.0, 8273.0, 8339.0, 8296.0, 8343.0, 8272.0, 8341.0, 8272.0, 8329.0, 8284.0, 8344.0, 8342.0, 8362.0, 8363.0, 8288.0, 8340.0, 8267.0, 8341.0, 8299.0, 8369.0, 8313.0, 8332.0, 8266.0, 8310.0, 8337.0, 8327.0, 8354.0, 8279.0, 8342.0, 8264.0, 8320.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.00774089108910891</td></tr>
<tr><td colspan=3>aqi</td><td>0.06659051694169417</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.60043099714759</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2519821421806165</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0564053233700463</td></tr>
<tr><td colspan=3>efc</td><td>0.4688</td></tr>
<tr><td colspan=3>fber</td><td>6079.5635</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.16651349756877665</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>157</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>17.27172717271727</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.49093777836628</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3750479433744447</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6794580270258335</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4183073646985624</td></tr>
<tr><td colspan=3>gcor</td><td>0.00749368</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01440453715622425</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03348521515727043</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>909</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.179255006955788</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>26.8702</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.4929</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>128.34</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300308.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>525.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>235.8008</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1371</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>426.8606</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2906.1743</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3040.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76236.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1150.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3756.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>727.3976</td></tr>
<tr><td colspan=3>tsnr</td><td>25.728659420390613</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>