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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0019/ses-02/func/sub-0019_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>91d909b57696dd8678d1ba08fd430e27</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:28:55.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.999843, -0.0135547, 0.01137, 0.0116925, 0.988568, 0.150322]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.103527</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4163, -7798, -7208, 494, -3, -280, 76, 81]</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.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>252.287</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>941818d4-1e1c-4692-8806-15ae786b0389||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.682507038116455, 0.031370002776384354, 0.035849373787641525, 109.00860595703125], [0.036366358399391174, 2.6522557735443115, 0.40544572472572327, -108.23371124267578], [0.030504770576953888, -0.40330174565315247, 2.6691436767578125, -23.998306274414062], [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': ['152855.937500', '152856.397500', '152856.857500', '152857.317500', '152857.777500', '152858.237500', '152858.697500', '152859.157500', '152859.617500', '152900.077500', '152900.537500', '152900.997500', '152901.457500', '152901.917500', '152902.377500', '152902.837500', '152903.297500', '152903.757500', '152904.217500', '152904.677500', '152905.137500', '152905.597500', '152906.057500', '152906.517500', '152906.977500', '152907.437500', '152907.897500', '152908.357500', '152908.817500', '152909.277500', '152909.737500', '152910.197500', '152910.657500', '152911.117500', '152911.577500', '152912.037500', '152912.497500', '152912.957500', '152913.417500', '152913.877500', '152914.337500', '152914.797500', '152915.257500', '152915.717500', '152916.177500', '152916.637500', '152917.097500', '152917.557500', '152918.017500', '152918.477500', '152918.937500', '152919.397500', '152919.857500', '152920.317500', '152920.777500', '152921.237500', '152921.697500', '152922.157500', '152922.617500', '152923.077500', '152923.537500', '152923.997500', '152924.457500', '152924.917500', '152925.377500', '152925.837500', '152926.297500', '152926.757500', '152927.217500', '152927.677500', '152928.137500', '152928.597500', '152929.057500', '152929.517500', '152929.977500', '152930.437500', '152930.897500', '152931.357500', '152931.817500', '152932.277500', '152932.737500', '152933.197500', '152933.657500', '152934.117500', '152934.577500', '152935.037500', '152935.497500', '152935.957500', '152936.417500', '152936.877500', '152937.337500', '152937.797500', '152938.257500', '152938.717500', '152939.177500', '152939.637500', '152940.097500', '152940.557500', '152941.017500', '152941.477500', '152941.937500', '152942.397500', '152942.857500', '152943.317500', '152943.777500', '152944.237500', '152944.697500', '152945.157500', '152945.617500', '152946.077500', '152946.537500', '152946.997500', '152947.457500', '152947.917500', '152948.377500', '152948.837500', '152949.297500', '152949.757500', '152950.217500', '152950.677500', '152951.137500', '152951.597500', '152952.057500', '152952.517500', '152952.977500', '152953.437500', '152953.897500', '152954.357500', '152954.817500', '152955.277500', '152955.737500', '152956.197500', '152956.657500', '152957.117500', '152957.577500', '152958.037500', '152958.497500', '152958.957500', '152959.417500', '152959.877500', '153000.337500', '153000.797500', '153001.257500', '153001.717500', '153002.177500', '153002.637500', '153003.097500', '153003.557500', '153004.017500', '153004.477500', '153004.937500', '153005.397500', '153005.857500', '153006.317500', '153006.777500', '153007.237500', '153007.697500', '153008.157500', '153008.617500', '153009.077500', '153009.537500', '153009.997500', '153010.457500', '153010.917500', '153011.377500', '153011.837500', '153012.297500', '153012.757500', '153013.217500', '153013.677500', '153014.137500', '153014.597500', '153015.057500', '153015.517500', '153015.977500', '153016.437500', '153016.897500', '153017.357500', '153017.817500', '153018.277500', '153018.737500', '153019.197500', '153019.657500', '153020.117500', '153020.577500', '153021.037500', '153021.497500', '153021.957500', '153022.417500', '153022.877500', '153023.337500', '153023.797500', '153024.257500', '153024.717500', '153025.177500', '153025.637500', '153026.097500', '153026.557500', '153027.017500', '153027.477500', '153027.937500', '153028.397500', '153028.857500', '153029.317500', '153029.777500', '153030.237500', '153030.697500', '153031.157500', '153031.617500', '153032.077500', '153032.537500', '153032.997500', '153033.457500', '153033.917500', '153034.377500', '153034.837500', '153035.297500', '153035.757500', '153036.217500', '153036.677500', '153037.137500', '153037.597500', '153038.057500', '153038.517500', '153038.977500', '153039.437500', '153039.897500', '153040.357500', '153040.817500', '153041.277500', '153041.737500', '153042.197500', '153042.657500', '153043.117500', '153043.577500', '153044.037500', '153044.497500', '153044.957500', '153045.417500', '153045.877500', '153046.337500', '153046.797500', '153047.257500', '153047.717500', '153048.177500', '153048.637500', '153049.097500', '153049.557500', '153050.017500', '153050.477500', '153050.937500', '153051.397500', '153051.857500', '153052.317500', '153052.777500', '153053.237500', '153053.697500', '153054.157500', '153054.617500', '153055.077500', '153055.537500', '153055.997500', '153056.457500', '153056.917500', '153057.377500', '153057.837500', '153058.297500', '153058.757500', '153059.217500', '153059.677500', '153100.137500', '153100.597500', '153101.057500', '153101.517500', '153101.977500', '153102.437500', '153102.897500', '153103.357500', '153103.817500', '153104.277500', '153104.737500', '153105.197500', '153105.657500', '153106.117500', '153106.577500', '153107.037500', '153107.497500', '153107.957500', '153108.417500', '153108.877500', '153109.337500', '153109.797500', '153110.257500', '153110.717500', '153111.177500', '153111.637500', '153112.097500', '153112.557500', '153113.017500', '153113.477500', '153113.937500', '153114.397500', '153114.857500', '153115.317500', '153115.777500', '153116.237500', '153116.697500', '153117.157500', '153117.617500', '153118.077500', '153118.537500', '153118.997500', '153119.457500', '153119.917500', '153120.377500', '153120.837500', '153121.297500', '153121.757500', '153122.217500', '153122.677500', '153123.137500', '153123.597500', '153124.057500', '153124.517500', '153124.977500', '153125.437500', '153125.897500', '153126.357500', '153126.817500', '153127.277500', '153127.737500', '153128.197500', '153128.657500', '153129.117500', '153129.577500', '153130.037500', '153130.497500', '153130.957500', '153131.417500', '153131.877500', '153132.337500', '153132.797500', '153133.257500', '153133.717500', '153134.177500', '153134.637500', '153135.097500', '153135.557500', '153136.017500', '153136.477500', '153136.937500', '153137.397500', '153137.857500', '153138.317500', '153138.777500', '153139.237500', '153139.697500', '153140.157500', '153140.617500', '153141.077500', '153141.537500', '153141.997500', '153142.457500', '153142.917500', '153143.377500', '153143.837500', '153144.297500', '153144.757500', '153145.217500', '153145.677500', '153146.137500', '153146.597500', '153147.057500', '153147.517500', '153147.977500', '153148.437500', '153148.897500', '153149.357500', '153149.817500', '153150.277500', '153150.737500', '153151.197500', '153151.657500', '153152.117500', '153152.577500', '153153.037500', '153153.497500', '153153.957500', '153154.417500', '153154.877500', '153155.337500', '153155.797500', '153156.257500', '153156.717500', '153157.177500', '153157.637500', '153158.097500', '153158.557500', '153159.017500', '153159.477500', '153159.937500', '153200.397500', '153200.857500', '153201.317500', '153201.777500', '153202.237500', '153202.697500', '153203.157500', '153203.617500', '153204.077500', '153204.537500', '153204.997500', '153205.457500', '153205.917500', '153206.377500', '153206.837500', '153207.297500', '153207.757500', '153208.217500', '153208.677500', '153209.137500', '153209.597500', '153210.057500', '153210.517500', '153210.977500', '153211.437500', '153211.897500', '153212.357500', '153212.817500', '153213.277500', '153213.737500', '153214.197500', '153214.657500', '153215.117500', '153215.577500', '153216.037500', '153216.497500', '153216.957500', '153217.417500', '153217.877500', '153218.337500', '153218.797500', '153219.257500', '153219.717500', '153220.177500', '153220.637500', '153221.097500', '153221.557500', '153222.017500', '153222.477500', '153222.937500', '153223.397500', '153223.857500', '153224.317500', '153224.777500', '153225.237500', '153225.697500', '153226.157500', '153226.617500', '153227.077500', '153227.537500', '153227.997500', '153228.457500', '153228.917500', '153229.377500', '153229.837500', '153230.297500', '153230.757500', '153231.217500', '153231.677500', '153232.137500', '153232.597500', '153233.057500', '153233.517500', '153233.977500', '153234.437500', '153234.897500', '153235.357500', '153235.817500', '153236.277500', '153236.737500', '153237.197500', '153237.657500', '153238.117500', '153238.577500', '153239.037500', '153239.497500', '153239.957500', '153240.417500', '153240.877500', '153241.337500', '153241.797500', '153242.257500', '153242.717500', '153243.177500', '153243.637500', '153244.097500', '153244.557500', '153245.017500', '153245.477500', '153245.937500', '153246.397500', '153246.857500', '153247.317500', '153247.777500', '153248.237500', '153248.697500', '153249.157500', '153249.617500', '153250.077500', '153250.537500', '153250.997500', '153251.457500', '153251.917500', '153252.377500', '153252.837500', '153253.297500', '153253.757500', '153254.217500', '153254.677500', '153255.137500', '153255.597500', '153256.057500', '153256.517500', '153256.977500', '153257.437500', '153257.897500', '153258.357500', '153258.817500', '153259.277500', '153259.737500', '153300.197500', '153300.657500', '153301.117500', '153301.577500', '153302.037500', '153302.497500', '153302.957500', '153303.417500', '153303.877500', '153304.337500', '153304.797500', '153305.257500', '153305.717500', '153306.177500', '153306.637500', '153307.097500', '153307.557500', '153308.017500', '153308.477500', '153308.937500', '153309.397500', '153309.857500', '153310.317500', '153310.777500', '153311.237500', '153311.697500', '153312.157500', '153312.617500', '153313.077500', '153313.537500', '153313.997500', '153314.457500', '153314.917500', '153315.377500', '153315.837500', '153316.297500', '153316.757500', '153317.217500', '153317.677500', '153318.137500', '153318.597500', '153319.057500', '153319.517500', '153319.977500', '153320.437500', '153320.897500', '153321.357500', '153321.817500', '153322.277500', '153322.737500', '153323.197500', '153323.657500', '153324.117500', '153324.577500', '153325.037500', '153325.497500', '153325.957500', '153326.417500', '153326.877500', '153327.337500', '153327.797500', '153328.257500', '153328.717500', '153329.177500', '153329.637500', '153330.097500', '153330.557500', '153331.017500', '153331.477500', '153331.937500', '153332.397500', '153332.857500', '153333.317500', '153333.777500', '153334.237500', '153334.697500', '153335.157500', '153335.617500', '153336.077500', '153336.537500', '153336.997500', '153337.457500', '153337.917500', '153338.377500', '153338.837500', '153339.297500', '153339.757500', '153340.217500', '153340.677500', '153341.137500', '153341.597500', '153342.057500', '153342.517500', '153342.977500', '153343.437500', '153343.897500', '153344.357500', '153344.817500', '153345.277500', '153345.737500', '153346.197500', '153346.657500', '153347.117500', '153347.577500', '153348.037500', '153348.497500', '153348.957500', '153349.417500', '153349.877500', '153350.337500', '153350.797500', '153351.257500', '153351.717500', '153352.177500', '153352.637500', '153353.097500', '153353.557500', '153354.017500', '153354.477500', '153354.937500', '153355.397500', '153355.857500', '153356.317500', '153356.777500', '153357.237500', '153357.697500', '153358.157500', '153358.617500', '153359.077500', '153359.537500', '153359.997500', '153400.457500', '153400.917500', '153401.377500', '153401.837500', '153402.297500', '153402.757500', '153403.217500', '153403.677500', '153404.137500', '153404.597500', '153405.057500', '153405.517500', '153405.977500', '153406.437500', '153406.897500', '153407.357500', '153407.817500', '153408.277500', '153408.737500', '153409.197500', '153409.657500', '153410.117500', '153410.577500', '153411.037500', '153411.497500', '153411.957500', '153412.417500', '153412.877500', '153413.337500', '153413.797500', '153414.257500', '153414.717500', '153415.177500', '153415.637500', '153416.097500', '153416.557500', '153417.017500', '153417.477500', '153417.937500', '153418.397500', '153418.857500', '153419.317500', '153419.777500', '153420.237500', '153420.697500', '153421.157500', '153421.617500', '153422.077500', '153422.537500', '153422.997500', '153423.457500', '153423.917500', '153424.377500', '153424.837500', '153425.297500', '153425.757500', '153426.217500', '153426.677500', '153427.137500', '153427.597500', '153428.057500', '153428.517500', '153428.977500', '153429.437500', '153429.897500', '153430.357500', '153430.817500', '153431.277500', '153431.737500', '153432.197500', '153432.657500', '153433.117500', '153433.577500', '153434.037500', '153434.497500', '153434.957500', '153435.417500', '153435.877500', '153436.337500', '153436.797500', '153437.257500', '153437.717500', '153438.177500', '153438.637500', '153439.097500', '153439.557500', '153440.017500', '153440.477500', '153440.937500', '153441.397500', '153441.857500', '153442.317500', '153442.777500', '153443.237500', '153443.697500', '153444.157500', '153444.617500', '153445.077500', '153445.537500', '153445.997500', '153446.457500', '153446.917500', '153447.377500', '153447.837500', '153448.297500', '153448.757500', '153449.217500', '153449.677500', '153450.137500', '153450.597500', '153451.057500', '153451.517500', '153451.977500', '153452.437500', '153452.897500', '153453.357500', '153453.817500', '153454.277500', '153454.737500', '153455.197500', '153455.657500', '153456.117500', '153456.577500', '153457.037500', '153457.497500', '153457.957500', '153458.417500', '153458.877500', '153459.337500', '153459.797500', '153500.257500', '153500.717500', '153501.177500', '153501.637500', '153502.097500', '153502.557500', '153503.017500', '153503.477500', '153503.937500', '153504.397500', '153504.857500', '153505.317500', '153505.777500', '153506.237500', '153506.697500', '153507.157500', '153507.617500', '153508.077500', '153508.537500', '153508.997500', '153509.457500', '153509.917500', '153510.377500', '153510.837500', '153511.297500', '153511.757500', '153512.217500', '153512.677500', '153513.137500', '153513.597500', '153514.057500', '153514.517500', '153514.977500', '153515.437500', '153515.897500', '153516.357500', '153516.817500', '153517.277500', '153517.737500', '153518.197500', '153518.657500', '153519.117500', '153519.577500', '153520.037500', '153520.497500', '153520.957500', '153521.417500', '153521.877500', '153522.337500', '153522.797500', '153523.257500', '153523.717500', '153524.177500', '153524.637500', '153525.097500', '153525.557500', '153526.017500', '153526.477500', '153526.937500', '153527.397500', '153527.857500', '153528.317500', '153528.777500', '153529.237500', '153529.697500', '153530.157500', '153530.617500', '153531.077500', '153531.537500', '153531.997500', '153532.457500', '153532.917500', '153533.377500', '153533.837500', '153534.297500', '153534.757500', '153535.217500', '153535.677500', '153536.137500', '153536.597500', '153537.057500', '153537.517500', '153537.977500', '153538.437500', '153538.897500', '153539.357500', '153539.817500', '153540.277500', '153540.737500', '153541.197500', '153541.657500', '153542.117500', '153542.577500', '153543.037500', '153543.497500', '153543.957500', '153544.417500', '153544.877500', '153545.337500', '153545.797500', '153546.257500', '153546.717500', '153547.177500', '153547.637500', '153548.097500', '153548.557500', '153549.017500', '153549.477500', '153549.937500', '153550.397500', '153550.857500', '153551.317500', '153551.777500', '153552.237500', '153552.697500', '153553.157500', '153553.617500', '153554.077500', '153554.537500', '153554.997500', '153555.457500', '153555.917500'], 'ContentTime': ['152924.047000', '152924.050000', '152924.053000', '152924.056000', '152924.059000', '152924.066000', '152924.069000', '152924.072000', '152924.075000', '152924.078000', '152924.081000', '152924.084000', '152924.087000', '152924.090000', '152924.093000', '152924.095000', '152924.098000', '152924.101000', '152924.104000', '152924.107000', '152924.110000', '152924.113000', '152924.116000', '152924.119000', '152924.121000', '152924.124000', '152924.127000', '152924.131000', '152924.134000', '152924.137000', '152924.140000', '152924.143000', '152924.146000', '152924.149000', '152924.152000', '152924.155000', '152924.158000', '152924.160000', '152924.163000', '152924.166000', '152924.169000', '152924.172000', '152924.175000', '152924.178000', '152924.184000', '152924.187000', '152924.190000', '152924.193000', '152924.196000', '152924.199000', '152924.201000', '152924.204000', '152924.207000', '152924.210000', '152924.213000', '152924.216000', '152924.219000', '152924.222000', '152943.995000', '152943.998000', '152944.002000', '152944.005000', '152944.008000', '152944.011000', '152944.014000', '152944.017000', '152944.019000', '152944.022000', '152944.025000', '152944.028000', '152944.031000', '152944.034000', '152944.037000', '152944.040000', '152944.043000', '152944.046000', '152944.048000', '152944.052000', '152944.054000', '152944.057000', '152944.060000', '152944.063000', '152944.066000', '152944.069000', '152944.072000', '152944.075000', '152944.078000', '152944.081000', '152944.084000', '152944.087000', '152944.089000', '152944.092000', '152944.095000', '152944.098000', '152944.101000', '152944.104000', '152944.107000', '152944.110000', '152944.113000', '152944.116000', '152944.119000', '152944.122000', '153003.995000', '153003.998000', '153004.002000', '153004.005000', '153004.008000', '153004.011000', '153004.014000', '153004.017000', '153004.022000', '153004.025000', '153004.028000', '153004.031000', '153004.034000', '153004.037000', '153004.040000', '153004.043000', '153004.046000', '153004.049000', '153004.052000', '153004.054000', '153004.057000', '153004.060000', '153004.063000', '153004.066000', '153004.069000', '153004.072000', '153004.075000', '153004.078000', '153004.080000', '153004.084000', '153004.086000', '153004.089000', '153004.092000', '153004.095000', '153004.098000', '153004.101000', '153004.104000', '153004.107000', '153004.110000', '153004.113000', '153004.116000', '153004.119000', '153004.122000', '153023.995000', '153023.998000', '153024.002000', '153024.005000', '153024.008000', '153024.011000', '153024.014000', '153024.017000', '153024.019000', '153024.022000', '153024.025000', '153024.028000', '153024.031000', '153024.034000', '153024.037000', '153024.040000', '153024.043000', '153024.046000', '153024.049000', '153024.052000', '153024.054000', '153024.057000', '153024.060000', '153024.063000', '153024.066000', '153024.069000', '153024.072000', '153024.075000', '153024.078000', '153024.081000', '153024.084000', '153024.087000', '153024.090000', '153024.093000', '153024.096000', '153024.099000', '153024.102000', '153024.104000', '153024.108000', '153024.110000', '153024.113000', '153024.116000', '153024.119000', '153024.122000', '153043.995000', '153044.002000', '153044.005000', '153044.008000', '153044.011000', '153044.014000', '153044.017000', '153044.020000', '153044.023000', '153044.026000', '153044.029000', '153044.032000', '153044.035000', '153044.038000', '153044.041000', '153044.044000', '153044.047000', '153044.050000', '153044.053000', '153044.056000', '153044.059000', '153044.065000', '153044.084000', '153044.087000', '153044.090000', '153044.093000', '153044.096000', '153044.099000', '153044.102000', '153044.105000', '153044.108000', '153044.111000', '153044.114000', '153044.118000', '153044.121000', '153044.123000', '153044.126000', '153044.129000', '153044.133000', '153044.136000', '153044.139000', '153044.142000', '153044.145000', '153103.995000', '153103.998000', '153104.002000', '153104.005000', '153104.008000', '153104.011000', '153104.014000', '153104.017000', '153104.020000', '153104.023000', '153104.026000', '153104.029000', '153104.031000', '153104.040000', '153104.042000', '153104.045000', '153104.048000', '153104.051000', '153104.054000', '153104.057000', '153104.060000', '153104.063000', '153104.066000', '153104.069000', '153104.072000', '153104.075000', '153104.078000', '153104.081000', '153104.083000', '153104.087000', '153104.089000', '153104.092000', '153104.095000', '153104.098000', '153104.101000', '153104.104000', '153104.107000', '153104.110000', '153104.113000', '153104.116000', '153104.119000', '153104.122000', '153104.125000', '153104.127000', '153123.996000', '153124.000000', '153124.003000', '153124.006000', '153124.009000', '153124.012000', '153124.015000', '153124.023000', '153124.026000', '153124.029000', '153124.032000', '153124.035000', '153124.038000', '153124.040000', '153124.043000', '153124.046000', '153124.049000', '153124.052000', '153124.055000', '153124.058000', '153124.061000', '153124.064000', '153124.067000', '153124.070000', '153124.073000', '153124.076000', '153124.079000', '153124.082000', '153124.085000', '153124.088000', '153124.091000', '153124.094000', '153124.096000', '153124.099000', '153124.102000', '153124.105000', '153124.108000', '153124.111000', '153124.114000', '153124.117000', '153124.120000', '153124.123000', '153124.126000', '153143.996000', '153144.000000', '153144.003000', '153144.006000', '153144.009000', '153144.012000', '153144.015000', '153144.018000', '153144.028000', '153144.031000', '153144.034000', '153144.037000', '153144.040000', '153144.043000', '153144.046000', '153144.049000', '153144.058000', '153144.061000', '153144.064000', '153144.067000', '153144.070000', '153144.073000', '153144.076000', '153144.079000', '153144.082000', '153144.085000', '153144.088000', '153144.090000', '153144.093000', '153144.096000', '153144.099000', '153144.102000', '153144.105000', '153144.108000', '153144.111000', '153144.114000', '153144.117000', '153144.120000', '153144.123000', '153144.126000', '153144.129000', '153144.132000', '153144.134000', '153144.137000', '153203.995000', '153203.998000', '153204.003000', '153204.006000', '153204.009000', '153204.012000', '153204.015000', '153204.018000', '153204.021000', '153204.024000', '153204.027000', '153204.030000', '153204.033000', '153204.036000', '153204.040000', '153204.042000', '153204.045000', '153204.048000', '153204.051000', '153204.055000', '153204.058000', '153204.061000', '153204.064000', '153204.067000', '153204.070000', '153204.073000', '153204.076000', '153204.079000', '153204.082000', '153204.085000', '153204.089000', '153204.092000', '153204.095000', '153204.099000', '153204.103000', '153204.106000', '153204.109000', '153204.113000', '153204.116000', '153204.119000', '153204.122000', '153204.125000', '153204.128000', '153223.995000', '153223.998000', '153224.002000', '153224.005000', '153224.008000', '153224.011000', '153224.014000', '153224.017000', '153224.020000', '153224.023000', '153224.026000', '153224.029000', '153224.031000', '153224.034000', '153224.037000', '153224.040000', '153224.043000', '153224.046000', '153224.049000', '153224.063000', '153224.066000', '153224.069000', '153224.072000', '153224.075000', '153224.077000', '153224.083000', '153224.086000', '153224.089000', '153224.091000', '153224.094000', '153224.097000', '153224.100000', '153224.103000', '153224.106000', '153224.109000', '153224.112000', '153224.115000', '153224.118000', '153224.121000', '153224.124000', '153224.126000', '153224.129000', '153224.132000', '153224.135000', '153243.995000', '153244.000000', '153244.002000', '153244.013000', '153244.016000', '153244.019000', '153244.022000', '153244.025000', '153244.027000', '153244.031000', '153244.033000', '153244.036000', '153244.039000', '153244.042000', '153244.045000', '153244.048000', '153244.051000', '153244.054000', '153244.057000', '153244.060000', '153244.063000', '153244.066000', '153244.069000', '153244.072000', '153244.075000', '153244.078000', '153244.081000', '153244.083000', '153244.086000', '153244.089000', '153244.092000', '153244.095000', '153244.098000', '153244.101000', '153244.104000', '153244.107000', '153244.110000', '153244.113000', '153244.116000', '153244.119000', '153244.122000', '153244.125000', '153244.128000', '153303.995000', '153303.998000', '153304.002000', '153304.005000', '153304.008000', '153304.011000', '153304.014000', '153304.017000', '153304.020000', '153304.022000', '153304.026000', '153304.028000', '153304.031000', '153304.034000', '153304.037000', '153304.040000', '153304.043000', '153304.046000', '153304.049000', '153304.052000', '153304.055000', '153304.058000', '153304.061000', '153304.064000', '153304.067000', '153304.069000', '153304.072000', '153304.075000', '153304.078000', '153304.081000', '153304.084000', '153304.087000', '153304.090000', '153304.093000', '153304.096000', '153304.099000', '153304.102000', '153304.105000', '153304.108000', '153304.111000', '153304.114000', '153304.117000', '153304.120000', '153304.123000', '153323.995000', '153323.998000', '153324.002000', '153324.005000', '153324.009000', '153324.012000', '153324.014000', '153324.017000', '153324.020000', '153324.023000', '153324.026000', '153324.029000', '153324.038000', '153324.041000', '153324.044000', '153324.047000', '153324.050000', '153324.053000', '153324.056000', '153324.059000', '153324.062000', '153324.065000', '153324.068000', '153324.070000', '153324.073000', '153324.076000', '153324.079000', '153324.082000', '153324.085000', '153324.088000', '153324.091000', '153324.094000', '153324.097000', '153324.100000', '153324.103000', '153324.105000', '153324.108000', '153324.111000', '153324.114000', '153324.117000', '153324.120000', '153324.123000', '153324.126000', '153343.996000', '153344.000000', '153344.003000', '153344.006000', '153344.009000', '153344.012000', '153344.015000', '153344.018000', '153344.021000', '153344.024000', '153344.027000', '153344.029000', '153344.032000', '153344.035000', '153344.038000', '153344.041000', '153344.044000', '153344.047000', '153344.050000', '153344.053000', '153344.056000', '153344.059000', '153344.062000', '153344.065000', '153344.067000', '153344.070000', '153344.073000', '153344.076000', '153344.079000', '153344.082000', '153344.085000', '153344.088000', '153344.091000', '153344.094000', '153344.096000', '153344.099000', '153344.102000', '153344.106000', '153344.109000', '153344.112000', '153344.115000', '153344.118000', '153344.121000', '153403.996000', '153404.000000', '153404.003000', '153404.006000', '153404.009000', '153404.012000', '153404.015000', '153404.018000', '153404.021000', '153404.024000', '153404.026000', '153404.029000', '153404.032000', '153404.035000', '153404.038000', '153404.041000', '153404.044000', '153404.047000', '153404.050000', '153404.053000', '153404.056000', '153404.059000', '153404.062000', '153404.065000', '153404.068000', '153404.071000', '153404.074000', '153404.077000', '153404.080000', '153404.083000', '153404.085000', '153404.088000', '153404.091000', '153404.094000', '153404.097000', '153404.100000', '153404.103000', '153404.106000', '153404.109000', '153404.111000', '153404.115000', '153404.117000', '153404.120000', '153404.123000', '153423.995000', '153423.998000', '153424.002000', '153424.005000', '153424.008000', '153424.011000', '153424.014000', '153424.017000', '153424.020000', '153424.023000', '153424.027000', '153424.029000', '153424.032000', '153424.035000', '153424.039000', '153424.042000', '153424.044000', '153424.048000', '153424.051000', '153424.054000', '153424.057000', '153424.060000', '153424.062000', '153424.065000', '153424.068000', '153424.071000', '153424.074000', '153424.077000', '153424.080000', '153424.083000', '153424.086000', '153424.089000', '153424.092000', '153424.095000', '153424.098000', '153424.100000', '153424.103000', '153424.106000', '153424.109000', '153424.112000', '153424.115000', '153424.118000', '153424.121000', '153443.995000', '153443.998000', '153444.002000', '153444.015000', '153444.017000', '153444.020000', '153444.023000', '153444.026000', '153444.031000', '153444.034000', '153444.037000', '153444.040000', '153444.043000', '153444.046000', '153444.049000', '153444.052000', '153444.055000', '153444.058000', '153444.061000', '153444.064000', '153444.067000', '153444.070000', '153444.073000', '153444.076000', '153444.079000', '153444.081000', '153444.084000', '153444.087000', '153444.090000', '153444.093000', '153444.096000', '153444.099000', '153444.102000', '153444.105000', '153444.108000', '153444.111000', '153444.113000', '153444.116000', '153444.119000', '153444.122000', '153444.125000', '153444.128000', '153444.131000', '153444.134000', '153503.995000', '153503.998000', '153504.002000', '153504.005000', '153504.008000', '153504.011000', '153504.014000', '153504.017000', '153504.020000', '153504.023000', '153504.026000', '153504.029000', '153504.032000', '153504.035000', '153504.038000', '153504.041000', '153504.044000', '153504.046000', '153504.049000', '153504.052000', '153504.055000', '153504.058000', '153504.061000', '153504.064000', '153504.067000', '153504.070000', '153504.073000', '153504.076000', '153504.079000', '153504.082000', '153504.084000', '153504.087000', '153504.090000', '153504.093000', '153504.096000', '153504.099000', '153504.102000', '153504.105000', '153504.107000', '153504.110000', '153504.113000', '153504.116000', '153504.119000', '153523.995000', '153523.998000', '153524.002000', '153524.005000', '153524.008000', '153524.011000', '153524.014000', '153524.017000', '153524.020000', '153524.023000', '153524.026000', '153524.029000', '153524.032000', '153524.035000', '153524.038000', '153524.041000', '153524.044000', '153524.047000', '153524.050000', '153524.053000', '153524.056000', '153524.059000', '153524.062000', '153524.065000', '153524.068000', '153524.071000', '153524.074000', '153524.077000', '153524.079000', '153524.082000', '153524.085000', '153524.088000', '153524.091000', '153524.094000', '153524.097000', '153524.100000', '153524.103000', '153524.105000', '153524.108000', '153524.111000', '153524.114000', '153524.117000', '153524.120000', '153524.123000', '153543.995000', '153543.998000', '153544.002000', '153544.005000', '153544.008000', '153544.011000', '153544.014000', '153544.017000', '153544.020000', '153544.023000', '153544.026000', '153544.029000', '153544.034000', '153544.037000', '153544.041000', '153544.043000', '153544.046000', '153544.049000', '153544.052000', '153544.055000', '153544.058000', '153544.061000', '153544.064000', '153544.067000', '153544.070000', '153544.073000', '153544.076000', '153544.079000', '153544.082000', '153544.084000', '153544.087000', '153544.090000', '153544.093000', '153544.102000', '153544.105000', '153544.108000', '153544.111000', '153544.114000', '153544.117000', '153544.120000', '153544.123000', '153544.126000', '153544.129000', '153557.439000', '153557.442000', '153557.445000', '153557.448000', '153557.451000', '153557.454000', '153557.457000', '153557.460000', '153557.463000', '153557.466000', '153557.469000', '153557.472000', '153557.475000', '153557.478000', '153557.481000', '153557.484000', '153557.487000', '153557.490000', '153557.493000', '153557.506000', '153557.509000', '153557.512000', '153557.515000', '153557.518000', '153557.521000', '153557.524000', '153557.527000', '153557.530000', '153557.533000', '153557.536000'], 'InstanceCreationTime': ['152924.047000', '152924.050000', '152924.053000', '152924.056000', '152924.059000', '152924.066000', '152924.069000', '152924.072000', '152924.075000', '152924.078000', '152924.081000', '152924.084000', '152924.087000', '152924.090000', '152924.093000', '152924.095000', '152924.098000', '152924.101000', '152924.104000', '152924.107000', '152924.110000', '152924.113000', '152924.116000', '152924.119000', '152924.121000', '152924.124000', '152924.127000', '152924.131000', '152924.134000', '152924.137000', '152924.140000', '152924.143000', '152924.146000', '152924.149000', '152924.152000', '152924.155000', '152924.158000', '152924.160000', '152924.163000', '152924.166000', '152924.169000', '152924.172000', '152924.175000', '152924.178000', '152924.184000', '152924.187000', '152924.190000', '152924.193000', '152924.196000', '152924.199000', '152924.201000', '152924.204000', '152924.207000', '152924.210000', '152924.213000', '152924.216000', '152924.219000', '152924.222000', '152943.995000', '152943.998000', '152944.002000', '152944.005000', '152944.008000', '152944.011000', '152944.014000', '152944.017000', '152944.019000', '152944.022000', '152944.025000', '152944.028000', '152944.031000', '152944.034000', '152944.037000', '152944.040000', '152944.043000', '152944.046000', '152944.048000', '152944.052000', '152944.054000', '152944.057000', '152944.060000', '152944.063000', '152944.066000', '152944.069000', '152944.072000', '152944.075000', '152944.078000', '152944.081000', '152944.084000', '152944.087000', '152944.089000', '152944.092000', '152944.095000', '152944.098000', '152944.101000', '152944.104000', '152944.107000', '152944.110000', '152944.113000', '152944.116000', '152944.119000', '152944.122000', '153003.995000', '153003.998000', '153004.002000', '153004.005000', '153004.008000', '153004.011000', '153004.014000', '153004.017000', '153004.022000', '153004.025000', '153004.028000', '153004.031000', '153004.034000', '153004.037000', '153004.040000', '153004.043000', '153004.046000', '153004.049000', '153004.052000', '153004.054000', '153004.057000', '153004.060000', '153004.063000', '153004.066000', '153004.069000', '153004.072000', '153004.075000', '153004.078000', '153004.080000', '153004.084000', '153004.086000', '153004.089000', '153004.092000', '153004.095000', '153004.098000', '153004.101000', '153004.104000', '153004.107000', '153004.110000', '153004.113000', '153004.116000', '153004.119000', '153004.122000', '153023.995000', '153023.998000', '153024.002000', '153024.005000', '153024.008000', '153024.011000', '153024.014000', '153024.017000', '153024.019000', '153024.022000', '153024.025000', '153024.028000', '153024.031000', '153024.034000', '153024.037000', '153024.040000', '153024.043000', '153024.046000', '153024.049000', '153024.052000', '153024.054000', '153024.057000', '153024.060000', '153024.063000', '153024.066000', '153024.069000', '153024.072000', '153024.075000', '153024.078000', '153024.081000', '153024.084000', '153024.087000', '153024.090000', '153024.093000', '153024.096000', '153024.099000', '153024.102000', '153024.104000', '153024.108000', '153024.110000', '153024.113000', '153024.116000', '153024.119000', '153024.122000', '153043.995000', '153044.002000', '153044.005000', '153044.008000', '153044.011000', '153044.014000', '153044.017000', '153044.020000', '153044.023000', '153044.026000', '153044.029000', '153044.032000', '153044.035000', '153044.038000', '153044.041000', '153044.044000', '153044.047000', '153044.050000', '153044.053000', '153044.056000', '153044.059000', '153044.065000', '153044.084000', '153044.087000', '153044.090000', '153044.093000', '153044.096000', '153044.099000', '153044.102000', '153044.105000', '153044.108000', '153044.111000', '153044.114000', '153044.118000', '153044.121000', '153044.123000', '153044.126000', '153044.129000', '153044.133000', '153044.136000', '153044.139000', '153044.142000', '153044.145000', '153103.995000', '153103.998000', '153104.002000', '153104.005000', '153104.008000', '153104.011000', '153104.014000', '153104.017000', '153104.020000', '153104.023000', '153104.026000', '153104.029000', '153104.031000', '153104.040000', '153104.042000', '153104.045000', '153104.048000', '153104.051000', '153104.054000', '153104.057000', '153104.060000', '153104.063000', '153104.066000', '153104.069000', '153104.072000', '153104.075000', '153104.078000', '153104.081000', '153104.083000', '153104.087000', '153104.089000', '153104.092000', '153104.095000', '153104.098000', '153104.101000', '153104.104000', '153104.107000', '153104.110000', '153104.113000', '153104.116000', '153104.119000', '153104.122000', '153104.125000', '153104.127000', '153123.996000', '153124.000000', '153124.003000', '153124.006000', '153124.009000', '153124.012000', '153124.015000', '153124.023000', '153124.026000', '153124.029000', '153124.032000', '153124.035000', '153124.038000', '153124.040000', '153124.043000', '153124.046000', '153124.049000', '153124.052000', '153124.055000', '153124.058000', '153124.061000', '153124.064000', '153124.067000', '153124.070000', '153124.073000', '153124.076000', '153124.079000', '153124.082000', '153124.085000', '153124.088000', '153124.091000', '153124.094000', '153124.096000', '153124.099000', '153124.102000', '153124.105000', '153124.108000', '153124.111000', '153124.114000', '153124.117000', '153124.120000', '153124.123000', '153124.126000', '153143.996000', '153144.000000', '153144.003000', '153144.006000', '153144.009000', '153144.012000', '153144.015000', '153144.018000', '153144.028000', '153144.031000', '153144.034000', '153144.037000', '153144.040000', '153144.043000', '153144.046000', '153144.049000', '153144.058000', '153144.061000', '153144.064000', '153144.067000', '153144.070000', '153144.073000', '153144.076000', '153144.079000', '153144.082000', '153144.085000', '153144.088000', '153144.090000', '153144.093000', '153144.096000', '153144.099000', '153144.102000', '153144.105000', '153144.108000', '153144.111000', '153144.114000', '153144.117000', '153144.120000', '153144.123000', '153144.126000', '153144.129000', '153144.132000', '153144.134000', '153144.137000', '153203.995000', '153203.998000', '153204.003000', '153204.006000', '153204.009000', '153204.012000', '153204.015000', '153204.018000', '153204.021000', '153204.024000', '153204.027000', '153204.030000', '153204.033000', '153204.036000', '153204.040000', '153204.042000', '153204.045000', '153204.048000', '153204.051000', '153204.055000', '153204.058000', '153204.061000', '153204.064000', '153204.067000', '153204.070000', '153204.073000', '153204.076000', '153204.079000', '153204.082000', '153204.085000', '153204.089000', '153204.092000', '153204.095000', '153204.099000', '153204.103000', '153204.106000', '153204.109000', '153204.113000', '153204.116000', '153204.119000', '153204.122000', '153204.125000', '153204.128000', '153223.995000', '153223.998000', '153224.002000', '153224.005000', '153224.008000', '153224.011000', '153224.014000', '153224.017000', '153224.020000', '153224.023000', '153224.026000', '153224.029000', '153224.031000', '153224.034000', '153224.037000', '153224.040000', '153224.043000', '153224.046000', '153224.049000', '153224.063000', '153224.066000', '153224.069000', '153224.072000', '153224.075000', '153224.077000', '153224.083000', '153224.086000', '153224.089000', '153224.091000', '153224.094000', '153224.097000', '153224.100000', '153224.103000', '153224.106000', '153224.109000', '153224.112000', '153224.115000', '153224.118000', '153224.121000', '153224.124000', '153224.126000', '153224.129000', '153224.132000', '153224.135000', '153243.995000', '153244.000000', '153244.002000', '153244.013000', '153244.016000', '153244.019000', '153244.022000', '153244.025000', '153244.027000', '153244.031000', '153244.033000', '153244.036000', '153244.039000', '153244.042000', '153244.045000', '153244.048000', '153244.051000', '153244.054000', '153244.057000', '153244.060000', '153244.063000', '153244.066000', '153244.069000', '153244.072000', '153244.075000', '153244.078000', '153244.081000', '153244.083000', '153244.086000', '153244.089000', '153244.092000', '153244.095000', '153244.098000', '153244.101000', '153244.104000', '153244.107000', '153244.110000', '153244.113000', '153244.116000', '153244.119000', '153244.122000', '153244.125000', '153244.128000', '153303.995000', '153303.998000', '153304.002000', '153304.005000', '153304.008000', '153304.011000', '153304.014000', '153304.017000', '153304.020000', '153304.022000', '153304.026000', '153304.028000', '153304.031000', '153304.034000', '153304.037000', '153304.040000', '153304.043000', '153304.046000', '153304.049000', '153304.052000', '153304.055000', '153304.058000', '153304.061000', '153304.064000', '153304.067000', '153304.069000', '153304.072000', '153304.075000', '153304.078000', '153304.081000', '153304.084000', '153304.087000', '153304.090000', '153304.093000', '153304.096000', '153304.099000', '153304.102000', '153304.105000', '153304.108000', '153304.111000', '153304.114000', '153304.117000', '153304.120000', '153304.123000', '153323.995000', '153323.998000', '153324.002000', '153324.005000', '153324.009000', '153324.012000', '153324.014000', '153324.017000', '153324.020000', '153324.023000', '153324.026000', '153324.029000', '153324.038000', '153324.041000', '153324.044000', '153324.047000', '153324.050000', '153324.053000', '153324.056000', '153324.059000', '153324.062000', '153324.065000', '153324.068000', '153324.070000', '153324.073000', '153324.076000', '153324.079000', '153324.082000', '153324.085000', '153324.088000', '153324.091000', '153324.094000', '153324.097000', '153324.100000', '153324.103000', '153324.105000', '153324.108000', '153324.111000', '153324.114000', '153324.117000', '153324.120000', '153324.123000', '153324.126000', '153343.996000', '153344.000000', '153344.003000', '153344.006000', '153344.009000', '153344.012000', '153344.015000', '153344.018000', '153344.021000', '153344.024000', '153344.027000', '153344.029000', '153344.032000', '153344.035000', '153344.038000', '153344.041000', '153344.044000', '153344.047000', '153344.050000', '153344.053000', '153344.056000', '153344.059000', '153344.062000', '153344.065000', '153344.067000', '153344.070000', '153344.073000', '153344.076000', '153344.079000', '153344.082000', '153344.085000', '153344.088000', '153344.091000', '153344.094000', '153344.096000', '153344.099000', '153344.102000', '153344.106000', '153344.109000', '153344.112000', '153344.115000', '153344.118000', '153344.121000', '153403.996000', '153404.000000', '153404.003000', '153404.006000', '153404.009000', '153404.012000', '153404.015000', '153404.018000', '153404.021000', '153404.024000', '153404.026000', '153404.029000', '153404.032000', '153404.035000', '153404.038000', '153404.041000', '153404.044000', '153404.047000', '153404.050000', '153404.053000', '153404.056000', '153404.059000', '153404.062000', '153404.065000', '153404.068000', '153404.071000', '153404.074000', '153404.077000', '153404.080000', '153404.083000', '153404.085000', '153404.088000', '153404.091000', '153404.094000', '153404.097000', '153404.100000', '153404.103000', '153404.106000', '153404.109000', '153404.111000', '153404.115000', '153404.117000', '153404.120000', '153404.123000', '153423.995000', '153423.998000', '153424.002000', '153424.005000', '153424.008000', '153424.011000', '153424.014000', '153424.017000', '153424.020000', '153424.023000', '153424.027000', '153424.029000', '153424.032000', '153424.035000', '153424.039000', '153424.042000', '153424.044000', '153424.048000', '153424.051000', '153424.054000', '153424.057000', '153424.060000', '153424.062000', '153424.065000', '153424.068000', '153424.071000', '153424.074000', '153424.077000', '153424.080000', '153424.083000', '153424.086000', '153424.089000', '153424.092000', '153424.095000', '153424.098000', '153424.100000', '153424.103000', '153424.106000', '153424.109000', '153424.112000', '153424.115000', '153424.118000', '153424.121000', '153443.995000', '153443.998000', '153444.002000', '153444.015000', '153444.017000', '153444.020000', '153444.023000', '153444.026000', '153444.031000', '153444.034000', '153444.037000', '153444.040000', '153444.043000', '153444.046000', '153444.049000', '153444.052000', '153444.055000', '153444.058000', '153444.061000', '153444.064000', '153444.067000', '153444.070000', '153444.073000', '153444.076000', '153444.079000', '153444.081000', '153444.084000', '153444.087000', '153444.090000', '153444.093000', '153444.096000', '153444.099000', '153444.102000', '153444.105000', '153444.108000', '153444.111000', '153444.113000', '153444.116000', '153444.119000', '153444.122000', '153444.125000', '153444.128000', '153444.131000', '153444.134000', '153503.995000', '153503.998000', '153504.002000', '153504.005000', '153504.008000', '153504.011000', '153504.014000', '153504.017000', '153504.020000', '153504.023000', '153504.026000', '153504.029000', '153504.032000', '153504.035000', '153504.038000', '153504.041000', '153504.044000', '153504.046000', '153504.049000', '153504.052000', '153504.055000', '153504.058000', '153504.061000', '153504.064000', '153504.067000', '153504.070000', '153504.073000', '153504.076000', '153504.079000', '153504.082000', '153504.084000', '153504.087000', '153504.090000', '153504.093000', '153504.096000', '153504.099000', '153504.102000', '153504.105000', '153504.107000', '153504.110000', '153504.113000', '153504.116000', '153504.119000', '153523.995000', '153523.998000', '153524.002000', '153524.005000', '153524.008000', '153524.011000', '153524.014000', '153524.017000', '153524.020000', '153524.023000', '153524.026000', '153524.029000', '153524.032000', '153524.035000', '153524.038000', '153524.041000', '153524.044000', '153524.047000', '153524.050000', '153524.053000', '153524.056000', '153524.059000', '153524.062000', '153524.065000', '153524.068000', '153524.071000', '153524.074000', '153524.077000', '153524.079000', '153524.082000', '153524.085000', '153524.088000', '153524.091000', '153524.094000', '153524.097000', '153524.100000', '153524.103000', '153524.105000', '153524.108000', '153524.111000', '153524.114000', '153524.117000', '153524.120000', '153524.123000', '153543.995000', '153543.998000', '153544.002000', '153544.005000', '153544.008000', '153544.011000', '153544.014000', '153544.017000', '153544.020000', '153544.023000', '153544.026000', '153544.029000', '153544.034000', '153544.037000', '153544.041000', '153544.043000', '153544.046000', '153544.049000', '153544.052000', '153544.055000', '153544.058000', '153544.061000', '153544.064000', '153544.067000', '153544.070000', '153544.073000', '153544.076000', '153544.079000', '153544.082000', '153544.084000', '153544.087000', '153544.090000', '153544.093000', '153544.102000', '153544.105000', '153544.108000', '153544.111000', '153544.114000', '153544.117000', '153544.120000', '153544.123000', '153544.126000', '153544.129000', '153557.439000', '153557.442000', '153557.445000', '153557.448000', '153557.451000', '153557.454000', '153557.457000', '153557.460000', '153557.463000', '153557.466000', '153557.469000', '153557.472000', '153557.475000', '153557.478000', '153557.481000', '153557.484000', '153557.487000', '153557.490000', '153557.493000', '153557.506000', '153557.509000', '153557.512000', '153557.515000', '153557.518000', '153557.521000', '153557.524000', '153557.527000', '153557.530000', '153557.533000', '153557.536000'], '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': [17279, 11344, 10083, 18451, 11358, 9998, 17894, 10208, 10110, 15149, 10304, 13318, 10902, 10731, 12974, 10726, 10550, 16842, 11242, 9567, 17133, 10318, 9441, 14135, 10287, 18155, 10514, 9461, 13508, 10224, 17835, 10576, 9536, 12972, 10469, 17024, 10568, 9424, 14507, 10358, 17906, 11410, 9512, 15944, 10339, 20705, 12123, 12723, 13973, 10231, 20558, 11688, 9485, 16180, 10211, 19855, 14603, 10160, 13203, 9768, 9292, 9533, 9633, 13091, 10434, 9173, 14567, 12764, 9350, 18355, 15042, 10338, 19535, 9678, 9187, 19117, 10011, 8912, 17097, 9786, 11355, 15537, 9607, 8977, 12849, 9407, 18536, 11310, 9323, 17064, 9732, 9484, 12625, 9524, 17151, 11187, 8730, 15773, 9735, 12446, 10668, 9482, 16796, 10794, 10054, 12984, 9239, 16938, 11812, 8842, 16263, 9948, 8514, 12842, 9535, 17885, 12681, 9221, 17138, 10260, 10141, 12525, 9598, 18839, 11332, 8433, 12920, 9708, 16325, 11269, 8631, 14210, 9664, 15639, 10962, 8547, 13668, 9600, 12544, 10033, 9354, 15502, 10100, 12312, 11991, 9334, 18210, 10110, 13362, 10962, 9448, 18919, 10937, 8684, 12836, 9178, 17199, 11350, 8952, 12903, 9221, 12825, 12326, 9169, 16193, 9413, 12220, 10940, 8737, 14581, 9493, 18900, 11454, 9000, 13339, 9456, 17200, 11652, 8717, 13142, 9230, 13042, 10634, 9236, 15225, 10051, 8969, 12989, 9494, 19108, 11922, 9293, 16190, 9259, 18665, 11961, 16942, 12558, 9094, 14027, 8955, 12111, 10788, 8613, 12906, 8664, 11205, 9306, 8977, 15737, 10051, 8572, 13814, 9082, 10307, 10327, 9657, 12600, 13602, 9512, 10497, 16334, 9566, 17475, 15503, 9399, 14818, 11293, 9146, 17497, 10721, 9289, 16650, 10759, 8826, 15349, 11354, 9407, 17140, 9575, 9444, 16218, 10955, 9516, 10768, 16979, 11241, 8757, 10437, 15325, 8855, 18600, 15490, 10964, 19175, 12866, 8500, 15955, 8850, 17122, 11359, 8436, 12901, 8986, 15717, 10339, 8093, 12565, 8970, 11395, 9877, 8797, 15239, 10198, 8691, 12405, 8915, 15432, 11550, 8597, 15427, 10608, 13070, 12104, 8895, 18515, 11972, 8339, 17658, 10744, 8883, 16310, 8957, 12081, 10865, 9085, 16311, 12348, 8879, 12839, 14336, 8881, 18121, 12760, 8905, 19165, 11539, 8361, 16566, 10396, 10482, 13013, 8528, 10069, 12039, 8547, 16109, 11393, 8592, 17682, 12082, 8576, 15635, 9147, 18149, 12840, 8483, 16082, 9052, 10138, 12217, 8603, 17521, 11101, 8124, 14208, 9125, 12901, 12655, 8700, 17444, 10288, 10279, 12141, 8599, 17716, 10800, 9443, 15317, 9289, 8256, 12470, 8863, 8384, 10982, 13422, 12854, 11938, 12153, 18132, 12816, 9796, 17507, 13507, 16653, 15403, 10510, 19018, 12497, 8639, 15747, 8744, 17404, 11339, 8473, 17365, 11429, 9094, 14446, 9150, 8832, 15388, 8616, 9863, 17176, 8789, 11918, 11702, 8868, 17390, 10329, 8969, 18636, 11462, 9385, 13903, 8714, 14959, 9656, 8769, 16215, 9865, 9040, 12999, 8995, 15141, 10562, 8564, 16559, 9710, 9634, 14812, 8614, 18762, 11137, 8762, 13495, 8667, 16126, 13021, 8132, 15334, 10752, 9603, 13050, 18337, 12448, 12163, 8708, 18166, 11714, 8573, 15905, 10318, 9992, 16219, 9590, 9560, 18363, 9827, 17925, 11510, 9014, 15407, 8837, 14598, 15447, 8926, 15651, 11457, 8972, 14325, 12177, 9187, 18128, 10875, 9367, 16771, 8918, 19206, 10320, 8523, 13827, 9034, 16797, 9331, 11787, 13124, 9282, 15391, 10498, 8861, 16463, 10599, 8856, 16725, 12007, 8907, 17104, 9565, 15324, 14534, 9154, 15247, 10143, 9005, 18075, 11225, 12835, 15901, 9375, 14340, 11393, 7944, 17714, 11969, 8306, 15010, 12154, 9115, 9473, 17069, 12402, 9812, 8879, 19148, 13157, 10728, 17461, 12677, 15578, 12974, 9336, 17959, 10610, 8482, 15896, 9167, 8875, 12562, 8582, 14273, 9607, 8429, 14898, 9271, 8463, 16629, 8429, 18024, 10781, 8218, 16703, 8831, 9646, 13468, 8634, 18343, 12580, 8566, 18063, 10853, 12046, 14232, 8005, 17728, 9575, 8504, 13572, 9054, 13421, 11921, 8178, 18872, 10176, 8573, 14872, 8920, 18219, 13362, 8491, 17533, 9604, 9435, 13590, 8068, 18899, 12877, 8536, 14955, 8637, 15041, 10627, 8310, 17937, 11311, 8126, 14497, 13085, 8920, 8554, 13140, 15025, 10683, 8870, 18337, 13529, 13730, 14789, 10306, 18398, 9467, 11347, 11475, 8892, 17955, 10302, 8256, 12712, 8650, 14972, 9585, 8126, 12013, 8720, 15469, 9216, 13519, 13329, 8440, 16478, 8863, 15933, 10879, 7975, 13084, 8901, 13716, 9750, 8957, 16054, 9729, 7798, 13647, 8418, 15869, 11060, 8761, 14262, 9477, 19552, 12767, 8994, 16970, 10064, 15630, 13774, 8617, 18047, 9934, 9417, 12697, 8800, 16087, 10391, 7902, 14348, 9445, 10672, 15141, 10676, 10896, 17814, 12889, 8966, 13881, 13830, 9078, 10351, 17096, 12878, 9274, 15244, 12673, 9647, 13285, 10142, 9301, 18472, 11607, 8992, 14682, 8849, 11919, 10736, 9219, 16199, 10117, 8402, 13293, 8913, 9419, 10977, 8793, 15757, 12732, 8551, 17567, 9544, 12721, 13094, 8406, 17803, 12626, 9572, 14142, 9067, 18118, 10958, 9204, 16266, 8966, 13490, 10761, 8838, 17667, 11149, 8558, 14846, 8667, 15009, 13024, 8582, 18340, 10558, 8298, 15964, 8417, 19039, 15162, 8683, 16870, 9595, 11683, 12325, 8295, 18657, 10698, 8646, 15915, 10548, 8161, 15410, 8933, 14914, 11022, 8787, 17994, 10421, 10031, 16562, 8878, 14156, 11271, 8375, 18570, 12033, 8572, 16449, 9094, 12882, 13118, 9382, 16534, 11585, 8965, 14027, 14293, 8789, 8593, 15607, 12138, 9285, 9174, 15619, 8945, 18583, 14984, 8703, 18032, 11325, 8419, 14142, 8662, 17901, 9892, 8143, 13613, 8712, 17572, 10201, 8484, 12439, 8669, 18838, 10422, 8564, 12442, 8240, 15505, 8629, 13860, 11721, 8736, 14100, 8878, 17196, 9993, 8472, 13916, 8643, 15356, 10922, 8585, 12987, 8750, 18920, 10271, 8343, 13499, 8465, 18655, 10427, 8996, 12877, 8581, 16158, 11502, 8307, 17397, 9488, 8691, 14474, 8877, 18962, 11505, 8517, 15660, 8563, 17650, 11008, 8174, 16439, 9070, 8777, 12357, 8547, 16152, 12616, 9373, 18027, 11119, 8877, 15712, 11391, 8716, 10323, 16948, 10311, 8749, 7966, 17549, 13594, 8475, 18029, 12971, 14057, 13528, 8375, 18154, 11582, 8397, 15659, 8817, 11276, 10832, 7939, 16139, 9565, 8320, 13362, 8560, 11445, 10664, 8648, 15173, 10307, 8557, 14004, 8752, 19024, 11492, 8655, 14115, 8673, 18093, 12564, 8399, 14465, 8749, 17433, 11397, 8204, 16125, 8345, 14285, 12281, 7937, 16160, 8597, 17065, 10617, 8390, 17205, 9177, 12114, 10807, 8445, 17369, 10534, 8368, 14157, 8261, 18936], 'WindowCenter': [4498.0, 4430.0, 4405.0, 4452.0, 4401.0, 4392.0, 4441.0, 4379.0, 4377.0, 4404.0, 4389.0, 4407.0, 4388.0, 4387.0, 4395.0, 4376.0, 4377.0, 4418.0, 4377.0, 4367.0, 4416.0, 4376.0, 4366.0, 4406.0, 4375.0, 4426.0, 4376.0, 4365.0, 4397.0, 4376.0, 4414.0, 4377.0, 4364.0, 4395.0, 4386.0, 4416.0, 4375.0, 4364.0, 4406.0, 4377.0, 4425.0, 4399.0, 4366.0, 4415.0, 4375.0, 4436.0, 4395.0, 4395.0, 4404.0, 4374.0, 4425.0, 4386.0, 4364.0, 4415.0, 4376.0, 4425.0, 4405.0, 4374.0, 4405.0, 4378.0, 4366.0, 4367.0, 4367.0, 4394.0, 4375.0, 4368.0, 4418.0, 4396.0, 4365.0, 4426.0, 4404.0, 4363.0, 4411.0, 4352.0, 4341.0, 4411.0, 4350.0, 4340.0, 4400.0, 4350.0, 4359.0, 4389.0, 4339.0, 4328.0, 4368.0, 4340.0, 4399.0, 4362.0, 4341.0, 4401.0, 4351.0, 4351.0, 4382.0, 4351.0, 4402.0, 4372.0, 4331.0, 4403.0, 4354.0, 4382.0, 4362.0, 4352.0, 4413.0, 4375.0, 4362.0, 4394.0, 4354.0, 4413.0, 4385.0, 4355.0, 4415.0, 4365.0, 4343.0, 4394.0, 4376.0, 4427.0, 4395.0, 4355.0, 4425.0, 4375.0, 4364.0, 4394.0, 4364.0, 4424.0, 4374.0, 4333.0, 4383.0, 4363.0, 4414.0, 4384.0, 4343.0, 4404.0, 4364.0, 4403.0, 4374.0, 4344.0, 4393.0, 4365.0, 4395.0, 4365.0, 4354.0, 4415.0, 4376.0, 4385.0, 4394.0, 4366.0, 4425.0, 4375.0, 4396.0, 4373.0, 4365.0, 4423.0, 4373.0, 4341.0, 4392.0, 4355.0, 4411.0, 4372.0, 4353.0, 4393.0, 4365.0, 4393.0, 4395.0, 4364.0, 4414.0, 4364.0, 4384.0, 4375.0, 4343.0, 4405.0, 4364.0, 4422.0, 4382.0, 4341.0, 4390.0, 4352.0, 4401.0, 4373.0, 4342.0, 4391.0, 4353.0, 4391.0, 4373.0, 4353.0, 4404.0, 4364.0, 4355.0, 4393.0, 4362.0, 4423.0, 4382.0, 4354.0, 4413.0, 4353.0, 4412.0, 4383.0, 4410.0, 4382.0, 4339.0, 4390.0, 4340.0, 4370.0, 4359.0, 4341.0, 4394.0, 4354.0, 4383.0, 4353.0, 4353.0, 4413.0, 4373.0, 4353.0, 4404.0, 4366.0, 4388.0, 4389.0, 4379.0, 4393.0, 4404.0, 4364.0, 4373.0, 4412.0, 4363.0, 4415.0, 4403.0, 4353.0, 4402.0, 4371.0, 4355.0, 4411.0, 4371.0, 4352.0, 4401.0, 4372.0, 4352.0, 4402.0, 4372.0, 4354.0, 4413.0, 4363.0, 4364.0, 4416.0, 4376.0, 4366.0, 4385.0, 4428.0, 4385.0, 4358.0, 4387.0, 4416.0, 4368.0, 4425.0, 4404.0, 4375.0, 4414.0, 4383.0, 4331.0, 4389.0, 4330.0, 4400.0, 4360.0, 4320.0, 4378.0, 4341.0, 4390.0, 4362.0, 4320.0, 4381.0, 4351.0, 4383.0, 4363.0, 4356.0, 4403.0, 4375.0, 4356.0, 4395.0, 4368.0, 4416.0, 4397.0, 4355.0, 4417.0, 4386.0, 4396.0, 4396.0, 4366.0, 4426.0, 4397.0, 4357.0, 4427.0, 4388.0, 4365.0, 4417.0, 4353.0, 4396.0, 4373.0, 4357.0, 4416.0, 4396.0, 4367.0, 4406.0, 4405.0, 4366.0, 4425.0, 4395.0, 4354.0, 4424.0, 4372.0, 4330.0, 4414.0, 4363.0, 4362.0, 4391.0, 4343.0, 4361.0, 4381.0, 4342.0, 4412.0, 4384.0, 4356.0, 4424.0, 4396.0, 4356.0, 4414.0, 4364.0, 4424.0, 4394.0, 4343.0, 4403.0, 4355.0, 4365.0, 4381.0, 4345.0, 4414.0, 4376.0, 4334.0, 4403.0, 4364.0, 4393.0, 4392.0, 4343.0, 4414.0, 4364.0, 4361.0, 4382.0, 4342.0, 4411.0, 4372.0, 4351.0, 4416.0, 4366.0, 4345.0, 4392.0, 4355.0, 4347.0, 4387.0, 4408.0, 4408.0, 4398.0, 4398.0, 4437.0, 4396.0, 4366.0, 4416.0, 4394.0, 4403.0, 4392.0, 4363.0, 4403.0, 4370.0, 4327.0, 4389.0, 4330.0, 4400.0, 4358.0, 4318.0, 4398.0, 4370.0, 4341.0, 4390.0, 4353.0, 4342.0, 4401.0, 4344.0, 4362.0, 4415.0, 4344.0, 4385.0, 4386.0, 4354.0, 4414.0, 4363.0, 4343.0, 4413.0, 4374.0, 4354.0, 4395.0, 4343.0, 4390.0, 4351.0, 4341.0, 4401.0, 4362.0, 4342.0, 4392.0, 4353.0, 4402.0, 4373.0, 4341.0, 4413.0, 4365.0, 4363.0, 4404.0, 4355.0, 4423.0, 4383.0, 4344.0, 4394.0, 4356.0, 4418.0, 4397.0, 4334.0, 4405.0, 4374.0, 4365.0, 4395.0, 4426.0, 4409.0, 4396.0, 4353.0, 4426.0, 4386.0, 4382.0, 4440.0, 4391.0, 4364.0, 4402.0, 4338.0, 4341.0, 4400.0, 4350.0, 4401.0, 4372.0, 4328.0, 4378.0, 4330.0, 4380.0, 4390.0, 4329.0, 4390.0, 4373.0, 4356.0, 4391.0, 4381.0, 4354.0, 4409.0, 4373.0, 4353.0, 4414.0, 4353.0, 4412.0, 4364.0, 4340.0, 4393.0, 4342.0, 4399.0, 4351.0, 4371.0, 4392.0, 4354.0, 4402.0, 4375.0, 4379.0, 4440.0, 4386.0, 4365.0, 4426.0, 4396.0, 4367.0, 4428.0, 4379.0, 4430.0, 4418.0, 4366.0, 4417.0, 4374.0, 4356.0, 4427.0, 4397.0, 4407.0, 4417.0, 4366.0, 4404.0, 4386.0, 4346.0, 4426.0, 4397.0, 4358.0, 4417.0, 4408.0, 4368.0, 4378.0, 4439.0, 4421.0, 4379.0, 4368.0, 4439.0, 4407.0, 4402.0, 4443.0, 4397.0, 4415.0, 4395.0, 4355.0, 4413.0, 4374.0, 4355.0, 4413.0, 4354.0, 4355.0, 4394.0, 4355.0, 4417.0, 4388.0, 4359.0, 4427.0, 4377.0, 4357.0, 4427.0, 4354.0, 4426.0, 4387.0, 4347.0, 4427.0, 4366.0, 4367.0, 4409.0, 4371.0, 4426.0, 4394.0, 4355.0, 4426.0, 4376.0, 4385.0, 4406.0, 4345.0, 4415.0, 4363.0, 4343.0, 4394.0, 4354.0, 4404.0, 4385.0, 4342.0, 4425.0, 4376.0, 4344.0, 4403.0, 4368.0, 4436.0, 4404.0, 4343.0, 4412.0, 4363.0, 4352.0, 4392.0, 4333.0, 4422.0, 4382.0, 4341.0, 4402.0, 4343.0, 4402.0, 4372.0, 4344.0, 4423.0, 4383.0, 4345.0, 4415.0, 4406.0, 4357.0, 4358.0, 4420.0, 4429.0, 4387.0, 4367.0, 4426.0, 4406.0, 4394.0, 4405.0, 4361.0, 4412.0, 4354.0, 4372.0, 4371.0, 4343.0, 4412.0, 4361.0, 4329.0, 4381.0, 4353.0, 4413.0, 4365.0, 4343.0, 4395.0, 4354.0, 4414.0, 4366.0, 4406.0, 4405.0, 4345.0, 4416.0, 4364.0, 4415.0, 4386.0, 4344.0, 4405.0, 4365.0, 4417.0, 4390.0, 4409.0, 4444.0, 4356.0, 4314.0, 4396.0, 4338.0, 4406.0, 4372.0, 4342.0, 4418.0, 4379.0, 4435.0, 4393.0, 4366.0, 4425.0, 4374.0, 4413.0, 4404.0, 4355.0, 4426.0, 4375.0, 4367.0, 4395.0, 4354.0, 4412.0, 4375.0, 4331.0, 4404.0, 4365.0, 4386.0, 4429.0, 4390.0, 4400.0, 4441.0, 4409.0, 4369.0, 4420.0, 4409.0, 4355.0, 4377.0, 4416.0, 4396.0, 4382.0, 4429.0, 4398.0, 4367.0, 4394.0, 4389.0, 4369.0, 4425.0, 4384.0, 4353.0, 4404.0, 4366.0, 4397.0, 4385.0, 4367.0, 4414.0, 4374.0, 4357.0, 4417.0, 4366.0, 4366.0, 4386.0, 4368.0, 4428.0, 4408.0, 4368.0, 4429.0, 4378.0, 4407.0, 4406.0, 4345.0, 4426.0, 4395.0, 4363.0, 4393.0, 4353.0, 4412.0, 4374.0, 4352.0, 4411.0, 4354.0, 4391.0, 4372.0, 4352.0, 4414.0, 4384.0, 4341.0, 4403.0, 4342.0, 4403.0, 4392.0, 4353.0, 4424.0, 4373.0, 4331.0, 4401.0, 4342.0, 4410.0, 4403.0, 4342.0, 4411.0, 4352.0, 4372.0, 4381.0, 4342.0, 4412.0, 4361.0, 4354.0, 4400.0, 4361.0, 4342.0, 4401.0, 4351.0, 4400.0, 4372.0, 4341.0, 4411.0, 4373.0, 4350.0, 4401.0, 4341.0, 4391.0, 4368.0, 4330.0, 4411.0, 4381.0, 4342.0, 4402.0, 4351.0, 4392.0, 4393.0, 4353.0, 4413.0, 4374.0, 4343.0, 4393.0, 4393.0, 4344.0, 4344.0, 4427.0, 4382.0, 4354.0, 4353.0, 4401.0, 4342.0, 4412.0, 4390.0, 4330.0, 4400.0, 4360.0, 4328.0, 4378.0, 4329.0, 4399.0, 4349.0, 4307.0, 4377.0, 4331.0, 4399.0, 4359.0, 4341.0, 4380.0, 4341.0, 4411.0, 4359.0, 4330.0, 4380.0, 4330.0, 4402.0, 4343.0, 4393.0, 4384.0, 4343.0, 4403.0, 4355.0, 4413.0, 4364.0, 4343.0, 4404.0, 4354.0, 4413.0, 4384.0, 4356.0, 4404.0, 4353.0, 4425.0, 4374.0, 4343.0, 4394.0, 4345.0, 4424.0, 4375.0, 4354.0, 4393.0, 4354.0, 4412.0, 4383.0, 4344.0, 4424.0, 4364.0, 4354.0, 4404.0, 4354.0, 4423.0, 4384.0, 4344.0, 4412.0, 4343.0, 4412.0, 4374.0, 4343.0, 4414.0, 4353.0, 4342.0, 4392.0, 4354.0, 4413.0, 4394.0, 4366.0, 4425.0, 4397.0, 4368.0, 4415.0, 4395.0, 4356.0, 4377.0, 4428.0, 4390.0, 4357.0, 4346.0, 4428.0, 4408.0, 4346.0, 4426.0, 4396.0, 4405.0, 4395.0, 4344.0, 4411.0, 4373.0, 4331.0, 4399.0, 4341.0, 4371.0, 4361.0, 4332.0, 4401.0, 4351.0, 4343.0, 4394.0, 4354.0, 4396.0, 4387.0, 4368.0, 4416.0, 4387.0, 4358.0, 4419.0, 4369.0, 4437.0, 4398.0, 4355.0, 4405.0, 4358.0, 4424.0, 4396.0, 4344.0, 4403.0, 4354.0, 4425.0, 4396.0, 4354.0, 4416.0, 4345.0, 4403.0, 4395.0, 4333.0, 4414.0, 4354.0, 4414.0, 4374.0, 4344.0, 4413.0, 4365.0, 4394.0, 4385.0, 4344.0, 4424.0, 4385.0, 4344.0, 4404.0, 4345.0, 4424.0], 'WindowWidth': [9871.0, 9756.0, 9710.0, 9766.0, 9696.0, 9682.0, 9748.0, 9659.0, 9648.0, 9684.0, 9671.0, 9691.0, 9665.0, 9663.0, 9670.0, 9645.0, 9650.0, 9705.0, 9648.0, 9634.0, 9701.0, 9646.0, 9633.0, 9687.0, 9644.0, 9714.0, 9647.0, 9630.0, 9673.0, 9645.0, 9696.0, 9649.0, 9626.0, 9670.0, 9664.0, 9701.0, 9646.0, 9629.0, 9687.0, 9651.0, 9713.0, 9682.0, 9634.0, 9701.0, 9647.0, 9729.0, 9674.0, 9670.0, 9684.0, 9643.0, 9716.0, 9661.0, 9628.0, 9700.0, 9649.0, 9716.0, 9686.0, 9642.0, 9689.0, 9655.0, 9634.0, 9635.0, 9636.0, 9667.0, 9645.0, 9642.0, 9707.0, 9673.0, 9633.0, 9716.0, 9683.0, 9622.0, 9690.0, 9608.0, 9587.0, 9685.0, 9601.0, 9587.0, 9668.0, 9602.0, 9609.0, 9648.0, 9584.0, 9565.0, 9619.0, 9586.0, 9664.0, 9617.0, 9588.0, 9671.0, 9605.0, 9602.0, 9644.0, 9602.0, 9673.0, 9634.0, 9578.0, 9677.0, 9613.0, 9645.0, 9622.0, 9608.0, 9691.0, 9642.0, 9620.0, 9665.0, 9613.0, 9691.0, 9658.0, 9617.0, 9697.0, 9631.0, 9598.0, 9666.0, 9649.0, 9717.0, 9674.0, 9617.0, 9713.0, 9646.0, 9626.0, 9669.0, 9628.0, 9711.0, 9642.0, 9583.0, 9652.0, 9624.0, 9696.0, 9656.0, 9599.0, 9680.0, 9627.0, 9677.0, 9641.0, 9601.0, 9667.0, 9631.0, 9669.0, 9631.0, 9614.0, 9698.0, 9647.0, 9657.0, 9671.0, 9633.0, 9712.0, 9645.0, 9673.0, 9641.0, 9629.0, 9709.0, 9638.0, 9592.0, 9662.0, 9617.0, 9689.0, 9636.0, 9612.0, 9665.0, 9632.0, 9667.0, 9673.0, 9628.0, 9696.0, 9631.0, 9655.0, 9644.0, 9598.0, 9685.0, 9629.0, 9705.0, 9650.0, 9592.0, 9656.0, 9609.0, 9674.0, 9638.0, 9595.0, 9660.0, 9611.0, 9660.0, 9639.0, 9612.0, 9682.0, 9629.0, 9616.0, 9665.0, 9626.0, 9709.0, 9653.0, 9613.0, 9694.0, 9613.0, 9694.0, 9652.0, 9685.0, 9649.0, 9586.0, 9656.0, 9590.0, 9628.0, 9615.0, 9591.0, 9669.0, 9616.0, 9654.0, 9611.0, 9614.0, 9693.0, 9642.0, 9614.0, 9685.0, 9636.0, 9671.0, 9671.0, 9657.0, 9668.0, 9682.0, 9628.0, 9638.0, 9691.0, 9626.0, 9698.0, 9678.0, 9612.0, 9674.0, 9632.0, 9616.0, 9688.0, 9632.0, 9608.0, 9673.0, 9634.0, 9609.0, 9678.0, 9637.0, 9613.0, 9694.0, 9625.0, 9628.0, 9699.0, 9644.0, 9635.0, 9657.0, 9723.0, 9659.0, 9626.0, 9662.0, 9699.0, 9638.0, 9713.0, 9683.0, 9641.0, 9697.0, 9651.0, 9575.0, 9653.0, 9572.0, 9667.0, 9614.0, 9558.0, 9635.0, 9591.0, 9654.0, 9618.0, 9562.0, 9644.0, 9608.0, 9650.0, 9625.0, 9620.0, 9680.0, 9646.0, 9619.0, 9673.0, 9640.0, 9702.0, 9678.0, 9619.0, 9703.0, 9662.0, 9673.0, 9675.0, 9635.0, 9717.0, 9679.0, 9623.0, 9721.0, 9668.0, 9633.0, 9703.0, 9614.0, 9671.0, 9637.0, 9623.0, 9701.0, 9676.0, 9637.0, 9687.0, 9685.0, 9635.0, 9713.0, 9670.0, 9613.0, 9709.0, 9634.0, 9575.0, 9694.0, 9626.0, 9621.0, 9660.0, 9598.0, 9617.0, 9644.0, 9598.0, 9690.0, 9654.0, 9620.0, 9712.0, 9676.0, 9620.0, 9698.0, 9630.0, 9710.0, 9669.0, 9598.0, 9680.0, 9618.0, 9628.0, 9648.0, 9603.0, 9698.0, 9646.0, 9588.0, 9679.0, 9629.0, 9665.0, 9664.0, 9599.0, 9696.0, 9628.0, 9620.0, 9648.0, 9595.0, 9687.0, 9636.0, 9607.0, 9700.0, 9635.0, 9604.0, 9662.0, 9616.0, 9610.0, 9664.0, 9693.0, 9697.0, 9680.0, 9680.0, 9733.0, 9677.0, 9630.0, 9703.0, 9670.0, 9678.0, 9663.0, 9622.0, 9678.0, 9628.0, 9566.0, 9650.0, 9573.0, 9665.0, 9608.0, 9554.0, 9662.0, 9628.0, 9589.0, 9655.0, 9608.0, 9592.0, 9672.0, 9599.0, 9621.0, 9696.0, 9601.0, 9656.0, 9658.0, 9615.0, 9692.0, 9623.0, 9596.0, 9690.0, 9639.0, 9614.0, 9668.0, 9596.0, 9655.0, 9604.0, 9590.0, 9671.0, 9621.0, 9593.0, 9660.0, 9611.0, 9674.0, 9637.0, 9594.0, 9692.0, 9632.0, 9624.0, 9681.0, 9617.0, 9706.0, 9653.0, 9599.0, 9668.0, 9622.0, 9706.0, 9674.0, 9587.0, 9679.0, 9637.0, 9629.0, 9668.0, 9716.0, 9697.0, 9673.0, 9613.0, 9716.0, 9660.0, 9670.0, 9743.0, 9677.0, 9625.0, 9673.0, 9579.0, 9588.0, 9667.0, 9602.0, 9670.0, 9632.0, 9566.0, 9633.0, 9569.0, 9636.0, 9651.0, 9570.0, 9652.0, 9637.0, 9622.0, 9658.0, 9644.0, 9613.0, 9680.0, 9636.0, 9609.0, 9696.0, 9611.0, 9689.0, 9627.0, 9589.0, 9663.0, 9593.0, 9666.0, 9604.0, 9630.0, 9660.0, 9614.0, 9677.0, 9643.0, 9659.0, 9744.0, 9664.0, 9634.0, 9714.0, 9677.0, 9639.0, 9722.0, 9660.0, 9727.0, 9708.0, 9636.0, 9703.0, 9644.0, 9621.0, 9718.0, 9679.0, 9689.0, 9706.0, 9636.0, 9683.0, 9660.0, 9609.0, 9719.0, 9679.0, 9628.0, 9706.0, 9694.0, 9643.0, 9655.0, 9741.0, 9720.0, 9658.0, 9641.0, 9739.0, 9694.0, 9693.0, 9753.0, 9681.0, 9699.0, 9672.0, 9619.0, 9695.0, 9642.0, 9618.0, 9693.0, 9615.0, 9615.0, 9668.0, 9618.0, 9704.0, 9670.0, 9632.0, 9719.0, 9652.0, 9627.0, 9717.0, 9620.0, 9717.0, 9664.0, 9608.0, 9718.0, 9634.0, 9636.0, 9698.0, 9650.0, 9717.0, 9670.0, 9618.0, 9716.0, 9646.0, 9655.0, 9687.0, 9605.0, 9701.0, 9626.0, 9598.0, 9667.0, 9616.0, 9682.0, 9657.0, 9599.0, 9712.0, 9645.0, 9600.0, 9681.0, 9639.0, 9730.0, 9683.0, 9598.0, 9689.0, 9625.0, 9608.0, 9663.0, 9585.0, 9705.0, 9651.0, 9594.0, 9676.0, 9599.0, 9674.0, 9635.0, 9601.0, 9706.0, 9652.0, 9606.0, 9698.0, 9688.0, 9625.0, 9627.0, 9715.0, 9726.0, 9665.0, 9638.0, 9717.0, 9689.0, 9667.0, 9684.0, 9619.0, 9690.0, 9612.0, 9634.0, 9630.0, 9595.0, 9687.0, 9618.0, 9573.0, 9644.0, 9613.0, 9694.0, 9631.0, 9601.0, 9670.0, 9618.0, 9696.0, 9635.0, 9688.0, 9686.0, 9604.0, 9703.0, 9631.0, 9700.0, 9662.0, 9604.0, 9686.0, 9634.0, 9706.0, 9677.0, 9721.0, 9753.0, 9615.0, 9554.0, 9666.0, 9593.0, 9682.0, 9630.0, 9595.0, 9710.0, 9660.0, 9729.0, 9668.0, 9636.0, 9713.0, 9644.0, 9693.0, 9683.0, 9618.0, 9717.0, 9648.0, 9638.0, 9673.0, 9617.0, 9690.0, 9645.0, 9579.0, 9680.0, 9633.0, 9661.0, 9725.0, 9676.0, 9687.0, 9746.0, 9699.0, 9643.0, 9712.0, 9697.0, 9616.0, 9649.0, 9703.0, 9675.0, 9668.0, 9727.0, 9679.0, 9637.0, 9670.0, 9670.0, 9644.0, 9713.0, 9654.0, 9610.0, 9681.0, 9635.0, 9677.0, 9658.0, 9636.0, 9695.0, 9644.0, 9624.0, 9705.0, 9637.0, 9635.0, 9661.0, 9642.0, 9720.0, 9697.0, 9643.0, 9725.0, 9655.0, 9689.0, 9688.0, 9605.0, 9719.0, 9675.0, 9626.0, 9664.0, 9611.0, 9691.0, 9642.0, 9609.0, 9689.0, 9614.0, 9658.0, 9634.0, 9607.0, 9695.0, 9655.0, 9592.0, 9677.0, 9598.0, 9680.0, 9666.0, 9613.0, 9712.0, 9639.0, 9579.0, 9674.0, 9597.0, 9688.0, 9678.0, 9594.0, 9687.0, 9608.0, 9633.0, 9647.0, 9596.0, 9692.0, 9619.0, 9614.0, 9672.0, 9620.0, 9595.0, 9675.0, 9607.0, 9669.0, 9635.0, 9592.0, 9688.0, 9638.0, 9603.0, 9673.0, 9593.0, 9657.0, 9623.0, 9578.0, 9689.0, 9646.0, 9593.0, 9675.0, 9609.0, 9662.0, 9665.0, 9612.0, 9692.0, 9639.0, 9596.0, 9661.0, 9662.0, 9600.0, 9600.0, 9721.0, 9649.0, 9614.0, 9610.0, 9671.0, 9593.0, 9686.0, 9656.0, 9575.0, 9670.0, 9616.0, 9569.0, 9634.0, 9571.0, 9664.0, 9597.0, 9537.0, 9632.0, 9577.0, 9665.0, 9614.0, 9592.0, 9642.0, 9592.0, 9685.0, 9614.0, 9574.0, 9641.0, 9576.0, 9674.0, 9599.0, 9664.0, 9653.0, 9598.0, 9677.0, 9617.0, 9694.0, 9628.0, 9599.0, 9683.0, 9617.0, 9693.0, 9658.0, 9622.0, 9684.0, 9615.0, 9713.0, 9643.0, 9600.0, 9668.0, 9605.0, 9713.0, 9647.0, 9616.0, 9665.0, 9615.0, 9692.0, 9654.0, 9602.0, 9711.0, 9630.0, 9615.0, 9682.0, 9618.0, 9708.0, 9657.0, 9599.0, 9691.0, 9600.0, 9689.0, 9642.0, 9598.0, 9695.0, 9613.0, 9596.0, 9662.0, 9616.0, 9694.0, 9670.0, 9634.0, 9714.0, 9679.0, 9640.0, 9701.0, 9672.0, 9624.0, 9649.0, 9723.0, 9673.0, 9624.0, 9606.0, 9721.0, 9695.0, 9607.0, 9718.0, 9674.0, 9684.0, 9670.0, 9600.0, 9688.0, 9635.0, 9578.0, 9667.0, 9591.0, 9631.0, 9618.0, 9579.0, 9673.0, 9607.0, 9597.0, 9668.0, 9617.0, 9675.0, 9663.0, 9642.0, 9703.0, 9667.0, 9626.0, 9710.0, 9645.0, 9736.0, 9683.0, 9620.0, 9686.0, 9625.0, 9711.0, 9676.0, 9603.0, 9680.0, 9617.0, 9712.0, 9676.0, 9619.0, 9703.0, 9607.0, 9680.0, 9671.0, 9586.0, 9697.0, 9616.0, 9697.0, 9641.0, 9602.0, 9694.0, 9632.0, 9668.0, 9657.0, 9604.0, 9709.0, 9660.0, 9602.0, 9683.0, 9605.0, 9710.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.0016030066079295152</td></tr>
<tr><td colspan=3>aqi</td><td>0.026905886453744494</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.613819677475156</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.254813024233736</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0008638060859978</td></tr>
<tr><td colspan=3>efc</td><td>0.4517</td></tr>
<tr><td colspan=3>fber</td><td>6132.7886</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11456763084182725</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>87</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.581497797356828</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.340685762402512</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2860630364051007</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.544035030254569</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1919592205478664</td></tr>
<tr><td colspan=3>gcor</td><td>0.00949076</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02157384343445301</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01541921030730009</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>908</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9662209587524435</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>39.5695</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.5889</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>177.4991</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309105.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>793.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>366.5498</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5456</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>561.4411</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3656.2506</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3846.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67439.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1288.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4790.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>969.6816</td></tr>
<tr><td colspan=3>tsnr</td><td>39.565195098053664</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>