<?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-0009_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-0009_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-0009_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-0009/figures/sub-0009_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0009/figures/sub-0009_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-0009/figures/sub-0009_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009/ses-02/func/sub-0009_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>2d282ca0ee8442eef50c9096c87750b9</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>12:54:0.555000</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.997677, -0.0405818, 0.0547082, 0.0391988, 0.99889, 0.0261191]</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.0887424</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4171, -7696, -7230, 576, -1, 12, 5, 54]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>240.18</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>bc9faab4-b8eb-4665-8426-b224ed23941d||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.6766953468322754, 0.10516759008169174, 0.15041010081768036, 108.71733856201172], [0.10887788236141205, 2.6799488067626953, 0.06456752121448517, -96.07764434814453], [0.1467781364917755, -0.07007552683353424, 2.6950337886810303, -46.823123931884766], [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': ['125400.555000', '125401.015000', '125401.475000', '125401.935000', '125402.395000', '125402.855000', '125403.315000', '125403.775000', '125404.235000', '125404.695000', '125405.155000', '125405.615000', '125406.075000', '125406.535000', '125406.995000', '125407.455000', '125407.915000', '125408.375000', '125408.835000', '125409.295000', '125409.755000', '125410.215000', '125410.675000', '125411.135000', '125411.595000', '125412.055000', '125412.515000', '125412.975000', '125413.435000', '125413.895000', '125414.355000', '125414.815000', '125415.275000', '125415.735000', '125416.195000', '125416.655000', '125417.115000', '125417.575000', '125418.035000', '125418.495000', '125418.955000', '125419.415000', '125419.875000', '125420.335000', '125420.795000', '125421.255000', '125421.715000', '125422.175000', '125422.635000', '125423.095000', '125423.555000', '125424.015000', '125424.475000', '125424.935000', '125425.395000', '125425.855000', '125426.315000', '125426.775000', '125427.235000', '125427.695000', '125428.155000', '125428.615000', '125429.075000', '125429.535000', '125429.995000', '125430.455000', '125430.915000', '125431.375000', '125431.835000', '125432.295000', '125432.755000', '125433.215000', '125433.675000', '125434.135000', '125434.595000', '125435.055000', '125435.515000', '125435.975000', '125436.435000', '125436.895000', '125437.355000', '125437.815000', '125438.275000', '125438.735000', '125439.195000', '125439.655000', '125440.115000', '125440.575000', '125441.035000', '125441.495000', '125441.955000', '125442.415000', '125442.875000', '125443.335000', '125443.795000', '125444.255000', '125444.715000', '125445.175000', '125445.635000', '125446.095000', '125446.555000', '125447.015000', '125447.475000', '125447.935000', '125448.395000', '125448.855000', '125449.315000', '125449.775000', '125450.235000', '125450.695000', '125451.155000', '125451.615000', '125452.075000', '125452.535000', '125452.995000', '125453.455000', '125453.915000', '125454.375000', '125454.835000', '125455.295000', '125455.755000', '125456.215000', '125456.675000', '125457.135000', '125457.595000', '125458.055000', '125458.515000', '125458.975000', '125459.435000', '125459.895000', '125500.355000', '125500.815000', '125501.275000', '125501.735000', '125502.195000', '125502.655000', '125503.115000', '125503.575000', '125504.035000', '125504.495000', '125504.955000', '125505.415000', '125505.875000', '125506.335000', '125506.795000', '125507.255000', '125507.715000', '125508.175000', '125508.635000', '125509.095000', '125509.555000', '125510.015000', '125510.475000', '125510.935000', '125511.395000', '125511.855000', '125512.315000', '125512.775000', '125513.235000', '125513.695000', '125514.155000', '125514.615000', '125515.075000', '125515.535000', '125515.995000', '125516.455000', '125516.915000', '125517.375000', '125517.835000', '125518.295000', '125518.755000', '125519.215000', '125519.675000', '125520.135000', '125520.595000', '125521.055000', '125521.515000', '125521.975000', '125522.435000', '125522.895000', '125523.355000', '125523.815000', '125524.275000', '125524.735000', '125525.195000', '125525.655000', '125526.115000', '125526.575000', '125527.035000', '125527.495000', '125527.955000', '125528.415000', '125528.875000', '125529.335000', '125529.795000', '125530.255000', '125530.715000', '125531.175000', '125531.635000', '125532.095000', '125532.555000', '125533.015000', '125533.475000', '125533.935000', '125534.395000', '125534.855000', '125535.315000', '125535.775000', '125536.235000', '125536.695000', '125537.155000', '125537.615000', '125538.075000', '125538.535000', '125538.995000', '125539.455000', '125539.915000', '125540.375000', '125540.835000', '125541.295000', '125541.755000', '125542.215000', '125542.675000', '125543.135000', '125543.595000', '125544.055000', '125544.515000', '125544.975000', '125545.435000', '125545.895000', '125546.355000', '125546.815000', '125547.275000', '125547.735000', '125548.195000', '125548.655000', '125549.115000', '125549.575000', '125550.035000', '125550.495000', '125550.955000', '125551.415000', '125551.875000', '125552.335000', '125552.795000', '125553.255000', '125553.715000', '125554.175000', '125554.635000', '125555.095000', '125555.555000', '125556.015000', '125556.475000', '125556.935000', '125557.395000', '125557.855000', '125558.315000', '125558.775000', '125559.235000', '125559.695000', '125600.155000', '125600.615000', '125601.075000', '125601.535000', '125601.995000', '125602.455000', '125602.915000', '125603.375000', '125603.835000', '125604.295000', '125604.755000', '125605.215000', '125605.675000', '125606.135000', '125606.595000', '125607.055000', '125607.515000', '125607.975000', '125608.435000', '125608.895000', '125609.355000', '125609.815000', '125610.275000', '125610.735000', '125611.195000', '125611.655000', '125612.115000', '125612.575000', '125613.035000', '125613.495000', '125613.955000', '125614.415000', '125614.875000', '125615.335000', '125615.795000', '125616.255000', '125616.715000', '125617.175000', '125617.635000', '125618.095000', '125618.555000', '125619.015000', '125619.475000', '125619.935000', '125620.395000', '125620.855000', '125621.315000', '125621.775000', '125622.235000', '125622.695000', '125623.155000', '125623.615000', '125624.075000', '125624.535000', '125624.995000', '125625.455000', '125625.915000', '125626.375000', '125626.835000', '125627.295000', '125627.755000', '125628.215000', '125628.675000', '125629.135000', '125629.595000', '125630.055000', '125630.515000', '125630.975000', '125631.435000', '125631.895000', '125632.355000', '125632.815000', '125633.275000', '125633.735000', '125634.195000', '125634.655000', '125635.115000', '125635.575000', '125636.035000', '125636.495000', '125636.955000', '125637.415000', '125637.875000', '125638.335000', '125638.795000', '125639.255000', '125639.715000', '125640.175000', '125640.635000', '125641.095000', '125641.555000', '125642.015000', '125642.475000', '125642.935000', '125643.395000', '125643.855000', '125644.315000', '125644.775000', '125645.235000', '125645.695000', '125646.155000', '125646.615000', '125647.075000', '125647.535000', '125647.995000', '125648.455000', '125648.915000', '125649.375000', '125649.835000', '125650.295000', '125650.755000', '125651.215000', '125651.675000', '125652.135000', '125652.595000', '125653.055000', '125653.515000', '125653.975000', '125654.435000', '125654.895000', '125655.355000', '125655.815000', '125656.275000', '125656.735000', '125657.195000', '125657.655000', '125658.115000', '125658.575000', '125659.035000', '125659.495000', '125659.955000', '125700.415000', '125700.875000', '125701.335000', '125701.795000', '125702.255000', '125702.715000', '125703.175000', '125703.635000', '125704.095000', '125704.555000', '125705.015000', '125705.475000', '125705.935000', '125706.395000', '125706.855000', '125707.315000', '125707.775000', '125708.235000', '125708.695000', '125709.155000', '125709.615000', '125710.075000', '125710.535000', '125710.995000', '125711.455000', '125711.915000', '125712.375000', '125712.835000', '125713.295000', '125713.755000', '125714.215000', '125714.675000', '125715.135000', '125715.595000', '125716.055000', '125716.515000', '125716.975000', '125717.435000', '125717.895000', '125718.355000', '125718.815000', '125719.275000', '125719.735000', '125720.195000', '125720.655000', '125721.115000', '125721.575000', '125722.035000', '125722.495000', '125722.955000', '125723.415000', '125723.875000', '125724.335000', '125724.795000', '125725.255000', '125725.715000', '125726.175000', '125726.635000', '125727.095000', '125727.555000', '125728.015000', '125728.475000', '125728.935000', '125729.395000', '125729.855000', '125730.315000', '125730.775000', '125731.235000', '125731.695000', '125732.155000', '125732.615000', '125733.075000', '125733.535000', '125733.995000', '125734.455000', '125734.915000', '125735.375000', '125735.835000', '125736.295000', '125736.755000', '125737.215000', '125737.675000', '125738.135000', '125738.595000', '125739.055000', '125739.515000', '125739.975000', '125740.435000', '125740.895000', '125741.355000', '125741.815000', '125742.275000', '125742.735000', '125743.195000', '125743.655000', '125744.115000', '125744.575000', '125745.035000', '125745.495000', '125745.955000', '125746.415000', '125746.875000', '125747.335000', '125747.795000', '125748.255000', '125748.715000', '125749.175000', '125749.635000', '125750.095000', '125750.555000', '125751.015000', '125751.475000', '125751.935000', '125752.395000', '125752.855000', '125753.315000', '125753.775000', '125754.235000', '125754.695000', '125755.155000', '125755.615000', '125756.075000', '125756.535000', '125756.995000', '125757.455000', '125757.915000', '125758.375000', '125758.835000', '125759.295000', '125759.755000', '125800.215000', '125800.675000', '125801.135000', '125801.595000', '125802.055000', '125802.515000', '125802.975000', '125803.435000', '125803.895000', '125804.355000', '125804.815000', '125805.275000', '125805.735000', '125806.195000', '125806.655000', '125807.115000', '125807.575000', '125808.035000', '125808.495000', '125808.955000', '125809.415000', '125809.875000', '125810.335000', '125810.795000', '125811.255000', '125811.715000', '125812.175000', '125812.635000', '125813.095000', '125813.555000', '125814.015000', '125814.475000', '125814.935000', '125815.395000', '125815.855000', '125816.315000', '125816.775000', '125817.235000', '125817.695000', '125818.155000', '125818.615000', '125819.075000', '125819.535000', '125819.995000', '125820.455000', '125820.915000', '125821.375000', '125821.835000', '125822.295000', '125822.755000', '125823.215000', '125823.675000', '125824.135000', '125824.595000', '125825.055000', '125825.515000', '125825.975000', '125826.435000', '125826.895000', '125827.355000', '125827.815000', '125828.275000', '125828.735000', '125829.195000', '125829.655000', '125830.115000', '125830.575000', '125831.035000', '125831.495000', '125831.955000', '125832.415000', '125832.875000', '125833.335000', '125833.795000', '125834.255000', '125834.715000', '125835.175000', '125835.635000', '125836.095000', '125836.555000', '125837.015000', '125837.475000', '125837.935000', '125838.395000', '125838.855000', '125839.315000', '125839.775000', '125840.235000', '125840.695000', '125841.155000', '125841.615000', '125842.075000', '125842.535000', '125842.995000', '125843.455000', '125843.915000', '125844.375000', '125844.835000', '125845.295000', '125845.755000', '125846.215000', '125846.675000', '125847.135000', '125847.595000', '125848.055000', '125848.515000', '125848.975000', '125849.435000', '125849.895000', '125850.355000', '125850.815000', '125851.275000', '125851.735000', '125852.195000', '125852.655000', '125853.115000', '125853.575000', '125854.035000', '125854.495000', '125854.955000', '125855.415000', '125855.875000', '125856.335000', '125856.795000', '125857.255000', '125857.715000', '125858.175000', '125858.635000', '125859.095000', '125859.555000', '125900.015000', '125900.475000', '125900.935000', '125901.395000', '125901.855000', '125902.315000', '125902.775000', '125903.235000', '125903.695000', '125904.155000', '125904.615000', '125905.075000', '125905.535000', '125905.995000', '125906.455000', '125906.915000', '125907.375000', '125907.835000', '125908.295000', '125908.755000', '125909.215000', '125909.675000', '125910.135000', '125910.595000', '125911.055000', '125911.515000', '125911.975000', '125912.435000', '125912.895000', '125913.355000', '125913.815000', '125914.275000', '125914.735000', '125915.195000', '125915.655000', '125916.115000', '125916.575000', '125917.035000', '125917.495000', '125917.955000', '125918.415000', '125918.875000', '125919.335000', '125919.795000', '125920.255000', '125920.715000', '125921.175000', '125921.635000', '125922.095000', '125922.555000', '125923.015000', '125923.475000', '125923.935000', '125924.395000', '125924.855000', '125925.315000', '125925.775000', '125926.235000', '125926.695000', '125927.155000', '125927.615000', '125928.075000', '125928.535000', '125928.995000', '125929.455000', '125929.915000', '125930.375000', '125930.835000', '125931.295000', '125931.755000', '125932.215000', '125932.675000', '125933.135000', '125933.595000', '125934.055000', '125934.515000', '125934.975000', '125935.435000', '125935.895000', '125936.355000', '125936.815000', '125937.275000', '125937.735000', '125938.195000', '125938.655000', '125939.115000', '125939.575000', '125940.035000', '125940.495000', '125940.955000', '125941.415000', '125941.875000', '125942.335000', '125942.795000', '125943.255000', '125943.715000', '125944.175000', '125944.635000', '125945.095000', '125945.555000', '125946.015000', '125946.475000', '125946.935000', '125947.395000', '125947.855000', '125948.315000', '125948.775000', '125949.235000', '125949.695000', '125950.155000', '125950.615000', '125951.075000', '125951.535000', '125951.995000', '125952.455000', '125952.915000', '125953.375000', '125953.835000', '125954.295000', '125954.755000', '125955.215000', '125955.675000', '125956.135000', '125956.595000', '125957.055000', '125957.515000', '125957.975000', '125958.435000', '125958.895000', '125959.355000', '125959.815000', '130000.275000', '130000.735000', '130001.195000', '130001.655000', '130002.115000', '130002.575000', '130003.035000', '130003.495000', '130003.955000', '130004.415000', '130004.875000', '130005.335000', '130005.795000', '130006.255000', '130006.715000', '130007.175000', '130007.635000', '130008.095000', '130008.555000', '130009.015000', '130009.475000', '130009.935000', '130010.395000', '130010.855000', '130011.315000', '130011.775000', '130012.235000', '130012.695000', '130013.155000', '130013.615000', '130014.075000', '130014.535000', '130014.995000', '130015.455000', '130015.915000', '130016.375000', '130016.835000', '130017.295000', '130017.755000', '130018.215000', '130018.675000', '130019.135000', '130019.595000', '130020.055000', '130020.515000', '130020.975000', '130021.435000', '130021.895000', '130022.355000', '130022.815000', '130023.275000', '130023.735000', '130024.195000', '130024.655000', '130025.115000', '130025.575000', '130026.035000', '130026.495000', '130026.955000', '130027.415000', '130027.875000', '130028.335000', '130028.795000', '130029.255000', '130029.715000', '130030.175000', '130030.635000', '130031.095000', '130031.555000', '130032.015000', '130032.475000', '130032.935000', '130033.395000', '130033.855000', '130034.315000', '130034.775000', '130035.235000', '130035.695000', '130036.155000', '130036.615000', '130037.075000', '130037.535000', '130037.995000', '130038.455000', '130038.915000', '130039.375000', '130039.835000', '130040.295000', '130040.755000', '130041.215000', '130041.675000', '130042.135000', '130042.595000', '130043.055000', '130043.515000', '130043.975000', '130044.435000', '130044.895000', '130045.355000', '130045.815000', '130046.275000', '130046.735000', '130047.195000', '130047.655000', '130048.115000', '130048.575000', '130049.035000', '130049.495000', '130049.955000', '130050.415000', '130050.875000', '130051.335000', '130051.795000', '130052.255000', '130052.715000', '130053.175000', '130053.635000', '130054.095000', '130054.555000', '130055.015000', '130055.475000', '130055.935000', '130056.395000', '130056.855000', '130057.315000', '130057.775000', '130058.235000', '130058.695000', '130059.155000', '130059.615000', '130100.075000', '130100.535000'], 'ContentTime': ['125419.311000', '125419.314000', '125419.317000', '125419.320000', '125419.323000', '125419.326000', '125419.329000', '125419.332000', '125419.335000', '125419.338000', '125419.341000', '125419.344000', '125419.347000', '125419.350000', '125419.352000', '125419.355000', '125419.358000', '125419.361000', '125419.364000', '125419.367000', '125419.369000', '125419.372000', '125419.375000', '125419.378000', '125419.381000', '125419.383000', '125419.386000', '125419.389000', '125419.392000', '125419.395000', '125419.398000', '125419.401000', '125419.404000', '125419.407000', '125419.409000', '125419.412000', '125419.415000', '125419.418000', '125419.421000', '125439.251000', '125439.254000', '125439.257000', '125439.260000', '125439.262000', '125439.265000', '125439.268000', '125439.271000', '125439.274000', '125439.277000', '125439.279000', '125439.282000', '125439.285000', '125439.288000', '125439.291000', '125439.293000', '125439.296000', '125439.299000', '125439.302000', '125439.305000', '125439.308000', '125439.312000', '125439.315000', '125439.318000', '125439.322000', '125439.324000', '125439.327000', '125439.330000', '125439.333000', '125439.336000', '125439.338000', '125439.341000', '125439.344000', '125439.347000', '125439.350000', '125439.353000', '125439.355000', '125439.358000', '125439.361000', '125439.364000', '125439.367000', '125439.374000', '125439.377000', '125459.250000', '125459.253000', '125459.256000', '125459.259000', '125459.262000', '125459.264000', '125459.267000', '125459.270000', '125459.273000', '125459.276000', '125459.279000', '125459.281000', '125459.284000', '125459.287000', '125459.290000', '125459.293000', '125459.296000', '125459.299000', '125459.302000', '125459.304000', '125459.307000', '125459.310000', '125459.313000', '125459.316000', '125459.318000', '125459.321000', '125459.324000', '125459.327000', '125459.330000', '125459.333000', '125459.348000', '125459.350000', '125459.353000', '125459.356000', '125459.359000', '125459.362000', '125459.364000', '125459.367000', '125459.370000', '125459.373000', '125459.376000', '125459.379000', '125459.381000', '125459.384000', '125519.250000', '125519.253000', '125519.256000', '125519.258000', '125519.261000', '125519.264000', '125519.267000', '125519.270000', '125519.273000', '125519.276000', '125519.278000', '125519.281000', '125519.284000', '125519.287000', '125519.290000', '125519.293000', '125519.296000', '125519.298000', '125519.301000', '125519.304000', '125519.307000', '125519.310000', '125519.313000', '125519.315000', '125519.318000', '125519.321000', '125519.324000', '125519.328000', '125519.332000', '125519.335000', '125519.339000', '125519.341000', '125519.344000', '125519.347000', '125519.350000', '125519.353000', '125519.355000', '125519.358000', '125519.361000', '125519.364000', '125519.367000', '125519.370000', '125519.373000', '125539.250000', '125539.253000', '125539.256000', '125539.259000', '125539.261000', '125539.264000', '125539.267000', '125539.270000', '125539.273000', '125539.276000', '125539.279000', '125539.281000', '125539.284000', '125539.287000', '125539.290000', '125539.293000', '125539.296000', '125539.299000', '125539.301000', '125539.304000', '125539.307000', '125539.310000', '125539.313000', '125539.315000', '125539.318000', '125539.321000', '125539.324000', '125539.327000', '125539.330000', '125539.333000', '125539.335000', '125539.338000', '125539.341000', '125539.344000', '125539.347000', '125539.349000', '125539.352000', '125539.355000', '125539.358000', '125539.361000', '125539.364000', '125539.367000', '125539.369000', '125539.372000', '125559.251000', '125559.254000', '125559.257000', '125559.260000', '125559.262000', '125559.265000', '125559.268000', '125559.271000', '125559.274000', '125559.277000', '125559.279000', '125559.282000', '125559.286000', '125559.289000', '125559.292000', '125559.295000', '125559.298000', '125559.301000', '125559.303000', '125559.306000', '125559.309000', '125559.312000', '125559.315000', '125559.318000', '125559.321000', '125559.323000', '125559.326000', '125559.329000', '125559.332000', '125559.335000', '125559.338000', '125559.341000', '125559.344000', '125559.349000', '125559.353000', '125559.356000', '125559.358000', '125559.361000', '125559.364000', '125559.367000', '125559.370000', '125559.373000', '125559.376000', '125619.250000', '125619.253000', '125619.256000', '125619.259000', '125619.262000', '125619.264000', '125619.267000', '125619.270000', '125619.273000', '125619.276000', '125619.279000', '125619.281000', '125619.284000', '125619.287000', '125619.290000', '125619.293000', '125619.296000', '125619.299000', '125619.301000', '125619.304000', '125619.307000', '125619.310000', '125619.313000', '125619.316000', '125619.319000', '125619.321000', '125619.324000', '125619.327000', '125619.330000', '125619.333000', '125619.335000', '125619.338000', '125619.341000', '125619.344000', '125619.347000', '125619.350000', '125619.353000', '125619.355000', '125619.358000', '125619.361000', '125619.364000', '125619.367000', '125619.370000', '125619.372000', '125639.250000', '125639.253000', '125639.256000', '125639.259000', '125639.261000', '125639.264000', '125639.267000', '125639.270000', '125639.273000', '125639.276000', '125639.279000', '125639.281000', '125639.284000', '125639.287000', '125639.290000', '125639.293000', '125639.295000', '125639.298000', '125639.301000', '125639.304000', '125639.307000', '125639.310000', '125639.313000', '125639.315000', '125639.318000', '125639.338000', '125639.341000', '125639.344000', '125639.347000', '125639.350000', '125639.353000', '125639.355000', '125639.358000', '125639.361000', '125639.364000', '125639.367000', '125639.370000', '125639.372000', '125639.384000', '125639.387000', '125639.390000', '125639.393000', '125639.395000', '125659.250000', '125659.253000', '125659.256000', '125659.259000', '125659.262000', '125659.264000', '125659.267000', '125659.270000', '125659.273000', '125659.276000', '125659.279000', '125659.282000', '125659.284000', '125659.287000', '125659.290000', '125659.293000', '125659.296000', '125659.299000', '125659.301000', '125659.304000', '125659.307000', '125659.310000', '125659.313000', '125659.316000', '125659.319000', '125659.321000', '125659.324000', '125659.327000', '125659.330000', '125659.333000', '125659.336000', '125659.339000', '125659.341000', '125659.344000', '125659.347000', '125659.350000', '125659.353000', '125659.356000', '125659.358000', '125659.362000', '125659.364000', '125659.367000', '125659.370000', '125659.373000', '125719.250000', '125719.253000', '125719.256000', '125719.259000', '125719.262000', '125719.264000', '125719.267000', '125719.270000', '125719.273000', '125719.276000', '125719.279000', '125719.281000', '125719.284000', '125719.287000', '125719.290000', '125719.293000', '125719.296000', '125719.299000', '125719.301000', '125719.304000', '125719.307000', '125719.310000', '125719.313000', '125719.316000', '125719.318000', '125719.321000', '125719.325000', '125719.328000', '125719.331000', '125719.334000', '125719.337000', '125719.340000', '125719.343000', '125719.346000', '125719.348000', '125719.351000', '125719.354000', '125719.357000', '125719.360000', '125719.363000', '125719.366000', '125719.369000', '125719.371000', '125739.250000', '125739.253000', '125739.256000', '125739.259000', '125739.262000', '125739.264000', '125739.267000', '125739.270000', '125739.273000', '125739.276000', '125739.279000', '125739.281000', '125739.284000', '125739.287000', '125739.291000', '125739.294000', '125739.297000', '125739.300000', '125739.303000', '125739.305000', '125739.308000', '125739.311000', '125739.314000', '125739.317000', '125739.320000', '125739.323000', '125739.325000', '125739.328000', '125739.331000', '125739.334000', '125739.337000', '125739.340000', '125739.342000', '125739.345000', '125739.348000', '125739.351000', '125739.354000', '125739.357000', '125739.360000', '125739.362000', '125739.365000', '125739.368000', '125739.371000', '125739.374000', '125759.250000', '125759.253000', '125759.256000', '125759.259000', '125759.262000', '125759.265000', '125759.267000', '125759.270000', '125759.273000', '125759.276000', '125759.279000', '125759.282000', '125759.285000', '125759.288000', '125759.290000', '125759.293000', '125759.296000', '125759.299000', '125759.302000', '125759.305000', '125759.307000', '125759.310000', '125759.313000', '125759.316000', '125759.319000', '125759.322000', '125759.325000', '125759.327000', '125759.330000', '125759.333000', '125759.336000', '125759.339000', '125759.342000', '125759.345000', '125759.347000', '125759.350000', '125759.353000', '125759.356000', '125759.359000', '125759.362000', '125759.365000', '125759.367000', '125759.370000', '125819.251000', '125819.263000', '125819.266000', '125819.269000', '125819.272000', '125819.274000', '125819.277000', '125819.289000', '125819.292000', '125819.295000', '125819.297000', '125819.300000', '125819.303000', '125819.306000', '125819.309000', '125819.312000', '125819.314000', '125819.317000', '125819.320000', '125819.323000', '125819.326000', '125819.329000', '125819.332000', '125819.334000', '125819.337000', '125819.340000', '125819.343000', '125819.346000', '125819.349000', '125819.352000', '125819.354000', '125819.357000', '125819.360000', '125819.363000', '125819.366000', '125819.369000', '125819.371000', '125819.374000', '125819.377000', '125819.380000', '125819.383000', '125819.386000', '125819.389000', '125819.391000', '125839.250000', '125839.253000', '125839.256000', '125839.259000', '125839.262000', '125839.264000', '125839.267000', '125839.270000', '125839.273000', '125839.276000', '125839.279000', '125839.282000', '125839.285000', '125839.287000', '125839.290000', '125839.293000', '125839.296000', '125839.299000', '125839.301000', '125839.304000', '125839.307000', '125839.310000', '125839.313000', '125839.316000', '125839.319000', '125839.321000', '125839.324000', '125839.327000', '125839.330000', '125839.333000', '125839.336000', '125839.339000', '125839.342000', '125839.344000', '125839.347000', '125839.350000', '125839.353000', '125839.356000', '125839.359000', '125839.362000', '125839.365000', '125839.368000', '125839.371000', '125859.250000', '125859.253000', '125859.256000', '125859.258000', '125859.261000', '125859.264000', '125859.267000', '125859.270000', '125859.273000', '125859.276000', '125859.279000', '125859.281000', '125859.284000', '125859.287000', '125859.290000', '125859.293000', '125859.296000', '125859.299000', '125859.301000', '125859.304000', '125859.307000', '125859.310000', '125859.313000', '125859.316000', '125859.319000', '125859.322000', '125859.324000', '125859.327000', '125859.330000', '125859.333000', '125859.336000', '125859.339000', '125859.342000', '125859.344000', '125859.347000', '125859.350000', '125859.353000', '125859.356000', '125859.359000', '125859.362000', '125859.364000', '125859.367000', '125859.370000', '125859.373000', '125919.250000', '125919.253000', '125919.256000', '125919.259000', '125919.263000', '125919.265000', '125919.268000', '125919.271000', '125919.274000', '125919.277000', '125919.280000', '125919.283000', '125919.286000', '125919.289000', '125919.292000', '125919.295000', '125919.298000', '125919.301000', '125919.304000', '125919.307000', '125919.309000', '125919.312000', '125919.315000', '125919.318000', '125919.321000', '125919.324000', '125919.327000', '125919.330000', '125919.333000', '125919.336000', '125919.339000', '125919.341000', '125919.345000', '125919.347000', '125919.350000', '125919.353000', '125919.356000', '125919.359000', '125919.362000', '125919.365000', '125919.368000', '125919.370000', '125919.373000', '125939.250000', '125939.253000', '125939.256000', '125939.268000', '125939.270000', '125939.273000', '125939.276000', '125939.279000', '125939.282000', '125939.285000', '125939.288000', '125939.291000', '125939.293000', '125939.296000', '125939.299000', '125939.302000', '125939.305000', '125939.308000', '125939.311000', '125939.313000', '125939.316000', '125939.319000', '125939.322000', '125939.325000', '125939.328000', '125939.330000', '125939.333000', '125939.336000', '125939.339000', '125939.342000', '125939.347000', '125939.350000', '125939.353000', '125939.355000', '125939.358000', '125939.365000', '125939.368000', '125939.370000', '125939.373000', '125939.376000', '125939.379000', '125939.382000', '125939.385000', '125939.388000', '125959.250000', '125959.253000', '125959.256000', '125959.259000', '125959.262000', '125959.264000', '125959.267000', '125959.270000', '125959.273000', '125959.292000', '125959.295000', '125959.298000', '125959.301000', '125959.304000', '125959.306000', '125959.309000', '125959.312000', '125959.315000', '125959.318000', '125959.321000', '125959.323000', '125959.326000', '125959.329000', '125959.332000', '125959.335000', '125959.338000', '125959.340000', '125959.343000', '125959.346000', '125959.349000', '125959.352000', '125959.355000', '125959.357000', '125959.360000', '125959.363000', '125959.366000', '125959.369000', '125959.372000', '125959.375000', '125959.377000', '125959.380000', '125959.383000', '125959.386000', '130019.250000', '130019.253000', '130019.256000', '130019.259000', '130019.262000', '130019.265000', '130019.267000', '130019.270000', '130019.273000', '130019.276000', '130019.279000', '130019.282000', '130019.285000', '130019.288000', '130019.291000', '130019.294000', '130019.297000', '130019.299000', '130019.302000', '130019.305000', '130019.308000', '130019.311000', '130019.314000', '130019.316000', '130019.319000', '130019.322000', '130019.325000', '130019.328000', '130019.331000', '130019.341000', '130019.344000', '130019.347000', '130019.350000', '130019.352000', '130019.355000', '130019.358000', '130019.361000', '130019.364000', '130019.367000', '130019.370000', '130019.372000', '130019.375000', '130019.378000', '130039.251000', '130039.254000', '130039.257000', '130039.260000', '130039.262000', '130039.265000', '130039.268000', '130039.271000', '130039.274000', '130039.277000', '130039.280000', '130039.283000', '130039.285000', '130039.288000', '130039.291000', '130039.294000', '130039.297000', '130039.300000', '130039.303000', '130039.306000', '130039.308000', '130039.311000', '130039.314000', '130039.317000', '130039.320000', '130039.323000', '130039.325000', '130039.328000', '130039.331000', '130039.334000', '130039.337000', '130039.340000', '130039.343000', '130039.346000', '130039.348000', '130039.351000', '130039.354000', '130039.357000', '130039.360000', '130039.363000', '130039.365000', '130039.368000', '130039.371000', '130039.374000', '130059.250000', '130059.254000', '130059.257000', '130059.260000', '130059.263000', '130059.266000', '130059.268000', '130059.272000', '130059.275000', '130059.278000', '130059.280000', '130059.283000', '130059.286000', '130059.289000', '130059.311000', '130059.314000', '130059.317000', '130059.320000', '130059.322000', '130059.325000', '130059.328000', '130059.331000', '130059.334000', '130059.337000', '130059.340000', '130059.343000', '130059.345000', '130059.348000', '130059.351000', '130059.354000', '130059.357000', '130059.360000', '130059.363000', '130059.365000', '130059.368000', '130059.371000', '130059.374000', '130059.377000', '130059.380000', '130059.383000', '130059.385000', '130059.388000', '130059.391000', '130101.614000', '130101.617000', '130101.620000', '130101.623000', '130101.634000', '130101.638000'], 'InstanceCreationTime': ['125419.311000', '125419.314000', '125419.317000', '125419.320000', '125419.323000', '125419.326000', '125419.329000', '125419.332000', '125419.335000', '125419.338000', '125419.341000', '125419.344000', '125419.347000', '125419.350000', '125419.352000', '125419.355000', '125419.358000', '125419.361000', '125419.364000', '125419.367000', '125419.369000', '125419.372000', '125419.375000', '125419.378000', '125419.381000', '125419.383000', '125419.386000', '125419.389000', '125419.392000', '125419.395000', '125419.398000', '125419.401000', '125419.404000', '125419.407000', '125419.409000', '125419.412000', '125419.415000', '125419.418000', '125419.421000', '125439.251000', '125439.254000', '125439.257000', '125439.260000', '125439.262000', '125439.265000', '125439.268000', '125439.271000', '125439.274000', '125439.277000', '125439.279000', '125439.282000', '125439.285000', '125439.288000', '125439.291000', '125439.293000', '125439.296000', '125439.299000', '125439.302000', '125439.305000', '125439.308000', '125439.312000', '125439.315000', '125439.318000', '125439.322000', '125439.324000', '125439.327000', '125439.330000', '125439.333000', '125439.336000', '125439.338000', '125439.341000', '125439.344000', '125439.347000', '125439.350000', '125439.353000', '125439.355000', '125439.358000', '125439.361000', '125439.364000', '125439.367000', '125439.374000', '125439.377000', '125459.250000', '125459.253000', '125459.256000', '125459.259000', '125459.262000', '125459.264000', '125459.267000', '125459.270000', '125459.273000', '125459.276000', '125459.279000', '125459.281000', '125459.284000', '125459.287000', '125459.290000', '125459.293000', '125459.296000', '125459.299000', '125459.302000', '125459.304000', '125459.307000', '125459.310000', '125459.313000', '125459.316000', '125459.318000', '125459.321000', '125459.324000', '125459.327000', '125459.330000', '125459.333000', '125459.348000', '125459.350000', '125459.353000', '125459.356000', '125459.359000', '125459.362000', '125459.364000', '125459.367000', '125459.370000', '125459.373000', '125459.376000', '125459.379000', '125459.381000', '125459.384000', '125519.250000', '125519.253000', '125519.256000', '125519.258000', '125519.261000', '125519.264000', '125519.267000', '125519.270000', '125519.273000', '125519.276000', '125519.278000', '125519.281000', '125519.284000', '125519.287000', '125519.290000', '125519.293000', '125519.296000', '125519.298000', '125519.301000', '125519.304000', '125519.307000', '125519.310000', '125519.313000', '125519.315000', '125519.318000', '125519.321000', '125519.324000', '125519.328000', '125519.332000', '125519.335000', '125519.339000', '125519.341000', '125519.344000', '125519.347000', '125519.350000', '125519.353000', '125519.355000', '125519.358000', '125519.361000', '125519.364000', '125519.367000', '125519.370000', '125519.373000', '125539.250000', '125539.253000', '125539.256000', '125539.259000', '125539.261000', '125539.264000', '125539.267000', '125539.270000', '125539.273000', '125539.276000', '125539.279000', '125539.281000', '125539.284000', '125539.287000', '125539.290000', '125539.293000', '125539.296000', '125539.299000', '125539.301000', '125539.304000', '125539.307000', '125539.310000', '125539.313000', '125539.315000', '125539.318000', '125539.321000', '125539.324000', '125539.327000', '125539.330000', '125539.333000', '125539.335000', '125539.338000', '125539.341000', '125539.344000', '125539.347000', '125539.349000', '125539.352000', '125539.355000', '125539.358000', '125539.361000', '125539.364000', '125539.367000', '125539.369000', '125539.372000', '125559.251000', '125559.254000', '125559.257000', '125559.260000', '125559.262000', '125559.265000', '125559.268000', '125559.271000', '125559.274000', '125559.277000', '125559.279000', '125559.282000', '125559.286000', '125559.289000', '125559.292000', '125559.295000', '125559.298000', '125559.301000', '125559.303000', '125559.306000', '125559.309000', '125559.312000', '125559.315000', '125559.318000', '125559.321000', '125559.323000', '125559.326000', '125559.329000', '125559.332000', '125559.335000', '125559.338000', '125559.341000', '125559.344000', '125559.349000', '125559.353000', '125559.356000', '125559.358000', '125559.361000', '125559.364000', '125559.367000', '125559.370000', '125559.373000', '125559.376000', '125619.250000', '125619.253000', '125619.256000', '125619.259000', '125619.262000', '125619.264000', '125619.267000', '125619.270000', '125619.273000', '125619.276000', '125619.279000', '125619.281000', '125619.284000', '125619.287000', '125619.290000', '125619.293000', '125619.296000', '125619.299000', '125619.301000', '125619.304000', '125619.307000', '125619.310000', '125619.313000', '125619.316000', '125619.319000', '125619.321000', '125619.324000', '125619.327000', '125619.330000', '125619.333000', '125619.335000', '125619.338000', '125619.341000', '125619.344000', '125619.347000', '125619.350000', '125619.353000', '125619.355000', '125619.358000', '125619.361000', '125619.364000', '125619.367000', '125619.370000', '125619.372000', '125639.250000', '125639.253000', '125639.256000', '125639.259000', '125639.261000', '125639.264000', '125639.267000', '125639.270000', '125639.273000', '125639.276000', '125639.279000', '125639.281000', '125639.284000', '125639.287000', '125639.290000', '125639.293000', '125639.295000', '125639.298000', '125639.301000', '125639.304000', '125639.307000', '125639.310000', '125639.313000', '125639.315000', '125639.318000', '125639.338000', '125639.341000', '125639.344000', '125639.347000', '125639.350000', '125639.353000', '125639.355000', '125639.358000', '125639.361000', '125639.364000', '125639.367000', '125639.370000', '125639.372000', '125639.384000', '125639.387000', '125639.390000', '125639.393000', '125639.395000', '125659.250000', '125659.253000', '125659.256000', '125659.259000', '125659.262000', '125659.264000', '125659.267000', '125659.270000', '125659.273000', '125659.276000', '125659.279000', '125659.282000', '125659.284000', '125659.287000', '125659.290000', '125659.293000', '125659.296000', '125659.299000', '125659.301000', '125659.304000', '125659.307000', '125659.310000', '125659.313000', '125659.316000', '125659.319000', '125659.321000', '125659.324000', '125659.327000', '125659.330000', '125659.333000', '125659.336000', '125659.339000', '125659.341000', '125659.344000', '125659.347000', '125659.350000', '125659.353000', '125659.356000', '125659.358000', '125659.362000', '125659.364000', '125659.367000', '125659.370000', '125659.373000', '125719.250000', '125719.253000', '125719.256000', '125719.259000', '125719.262000', '125719.264000', '125719.267000', '125719.270000', '125719.273000', '125719.276000', '125719.279000', '125719.281000', '125719.284000', '125719.287000', '125719.290000', '125719.293000', '125719.296000', '125719.299000', '125719.301000', '125719.304000', '125719.307000', '125719.310000', '125719.313000', '125719.316000', '125719.318000', '125719.321000', '125719.325000', '125719.328000', '125719.331000', '125719.334000', '125719.337000', '125719.340000', '125719.343000', '125719.346000', '125719.348000', '125719.351000', '125719.354000', '125719.357000', '125719.360000', '125719.363000', '125719.366000', '125719.369000', '125719.371000', '125739.250000', '125739.253000', '125739.256000', '125739.259000', '125739.262000', '125739.264000', '125739.267000', '125739.270000', '125739.273000', '125739.276000', '125739.279000', '125739.281000', '125739.284000', '125739.287000', '125739.291000', '125739.294000', '125739.297000', '125739.300000', '125739.303000', '125739.305000', '125739.308000', '125739.311000', '125739.314000', '125739.317000', '125739.320000', '125739.323000', '125739.325000', '125739.328000', '125739.331000', '125739.334000', '125739.337000', '125739.340000', '125739.342000', '125739.345000', '125739.348000', '125739.351000', '125739.354000', '125739.357000', '125739.360000', '125739.362000', '125739.365000', '125739.368000', '125739.371000', '125739.374000', '125759.250000', '125759.253000', '125759.256000', '125759.259000', '125759.262000', '125759.265000', '125759.267000', '125759.270000', '125759.273000', '125759.276000', '125759.279000', '125759.282000', '125759.285000', '125759.288000', '125759.290000', '125759.293000', '125759.296000', '125759.299000', '125759.302000', '125759.305000', '125759.307000', '125759.310000', '125759.313000', '125759.316000', '125759.319000', '125759.322000', '125759.325000', '125759.327000', '125759.330000', '125759.333000', '125759.336000', '125759.339000', '125759.342000', '125759.345000', '125759.347000', '125759.350000', '125759.353000', '125759.356000', '125759.359000', '125759.362000', '125759.365000', '125759.367000', '125759.370000', '125819.251000', '125819.263000', '125819.266000', '125819.269000', '125819.272000', '125819.274000', '125819.277000', '125819.289000', '125819.292000', '125819.295000', '125819.297000', '125819.300000', '125819.303000', '125819.306000', '125819.309000', '125819.312000', '125819.314000', '125819.317000', '125819.320000', '125819.323000', '125819.326000', '125819.329000', '125819.332000', '125819.334000', '125819.337000', '125819.340000', '125819.343000', '125819.346000', '125819.349000', '125819.352000', '125819.354000', '125819.357000', '125819.360000', '125819.363000', '125819.366000', '125819.369000', '125819.371000', '125819.374000', '125819.377000', '125819.380000', '125819.383000', '125819.386000', '125819.389000', '125819.391000', '125839.250000', '125839.253000', '125839.256000', '125839.259000', '125839.262000', '125839.264000', '125839.267000', '125839.270000', '125839.273000', '125839.276000', '125839.279000', '125839.282000', '125839.285000', '125839.287000', '125839.290000', '125839.293000', '125839.296000', '125839.299000', '125839.301000', '125839.304000', '125839.307000', '125839.310000', '125839.313000', '125839.316000', '125839.319000', '125839.321000', '125839.324000', '125839.327000', '125839.330000', '125839.333000', '125839.336000', '125839.339000', '125839.342000', '125839.344000', '125839.347000', '125839.350000', '125839.353000', '125839.356000', '125839.359000', '125839.362000', '125839.365000', '125839.368000', '125839.371000', '125859.250000', '125859.253000', '125859.256000', '125859.258000', '125859.261000', '125859.264000', '125859.267000', '125859.270000', '125859.273000', '125859.276000', '125859.279000', '125859.281000', '125859.284000', '125859.287000', '125859.290000', '125859.293000', '125859.296000', '125859.299000', '125859.301000', '125859.304000', '125859.307000', '125859.310000', '125859.313000', '125859.316000', '125859.319000', '125859.322000', '125859.324000', '125859.327000', '125859.330000', '125859.333000', '125859.336000', '125859.339000', '125859.342000', '125859.344000', '125859.347000', '125859.350000', '125859.353000', '125859.356000', '125859.359000', '125859.362000', '125859.364000', '125859.367000', '125859.370000', '125859.373000', '125919.250000', '125919.253000', '125919.256000', '125919.259000', '125919.263000', '125919.265000', '125919.268000', '125919.271000', '125919.274000', '125919.277000', '125919.280000', '125919.283000', '125919.286000', '125919.289000', '125919.292000', '125919.295000', '125919.298000', '125919.301000', '125919.304000', '125919.307000', '125919.309000', '125919.312000', '125919.315000', '125919.318000', '125919.321000', '125919.324000', '125919.327000', '125919.330000', '125919.333000', '125919.336000', '125919.339000', '125919.341000', '125919.345000', '125919.347000', '125919.350000', '125919.353000', '125919.356000', '125919.359000', '125919.362000', '125919.365000', '125919.368000', '125919.370000', '125919.373000', '125939.250000', '125939.253000', '125939.256000', '125939.268000', '125939.270000', '125939.273000', '125939.276000', '125939.279000', '125939.282000', '125939.285000', '125939.288000', '125939.291000', '125939.293000', '125939.296000', '125939.299000', '125939.302000', '125939.305000', '125939.308000', '125939.311000', '125939.313000', '125939.316000', '125939.319000', '125939.322000', '125939.325000', '125939.328000', '125939.330000', '125939.333000', '125939.336000', '125939.339000', '125939.342000', '125939.347000', '125939.350000', '125939.353000', '125939.355000', '125939.358000', '125939.365000', '125939.368000', '125939.370000', '125939.373000', '125939.376000', '125939.379000', '125939.382000', '125939.385000', '125939.388000', '125959.250000', '125959.253000', '125959.256000', '125959.259000', '125959.262000', '125959.264000', '125959.267000', '125959.270000', '125959.273000', '125959.292000', '125959.295000', '125959.298000', '125959.301000', '125959.304000', '125959.306000', '125959.309000', '125959.312000', '125959.315000', '125959.318000', '125959.321000', '125959.323000', '125959.326000', '125959.329000', '125959.332000', '125959.335000', '125959.338000', '125959.340000', '125959.343000', '125959.346000', '125959.349000', '125959.352000', '125959.355000', '125959.357000', '125959.360000', '125959.363000', '125959.366000', '125959.369000', '125959.372000', '125959.375000', '125959.377000', '125959.380000', '125959.383000', '125959.386000', '130019.250000', '130019.253000', '130019.256000', '130019.259000', '130019.262000', '130019.265000', '130019.267000', '130019.270000', '130019.273000', '130019.276000', '130019.279000', '130019.282000', '130019.285000', '130019.288000', '130019.291000', '130019.294000', '130019.297000', '130019.299000', '130019.302000', '130019.305000', '130019.308000', '130019.311000', '130019.314000', '130019.316000', '130019.319000', '130019.322000', '130019.325000', '130019.328000', '130019.331000', '130019.341000', '130019.344000', '130019.347000', '130019.350000', '130019.352000', '130019.355000', '130019.358000', '130019.361000', '130019.364000', '130019.367000', '130019.370000', '130019.372000', '130019.375000', '130019.378000', '130039.251000', '130039.254000', '130039.257000', '130039.260000', '130039.262000', '130039.265000', '130039.268000', '130039.271000', '130039.274000', '130039.277000', '130039.280000', '130039.283000', '130039.285000', '130039.288000', '130039.291000', '130039.294000', '130039.297000', '130039.300000', '130039.303000', '130039.306000', '130039.308000', '130039.311000', '130039.314000', '130039.317000', '130039.320000', '130039.323000', '130039.325000', '130039.328000', '130039.331000', '130039.334000', '130039.337000', '130039.340000', '130039.343000', '130039.346000', '130039.348000', '130039.351000', '130039.354000', '130039.357000', '130039.360000', '130039.363000', '130039.365000', '130039.368000', '130039.371000', '130039.374000', '130059.250000', '130059.254000', '130059.257000', '130059.260000', '130059.263000', '130059.266000', '130059.268000', '130059.272000', '130059.275000', '130059.278000', '130059.280000', '130059.283000', '130059.286000', '130059.289000', '130059.311000', '130059.314000', '130059.317000', '130059.320000', '130059.322000', '130059.325000', '130059.328000', '130059.331000', '130059.334000', '130059.337000', '130059.340000', '130059.343000', '130059.345000', '130059.348000', '130059.351000', '130059.354000', '130059.357000', '130059.360000', '130059.363000', '130059.365000', '130059.368000', '130059.371000', '130059.374000', '130059.377000', '130059.380000', '130059.383000', '130059.385000', '130059.388000', '130059.391000', '130101.614000', '130101.617000', '130101.620000', '130101.623000', '130101.634000', '130101.638000'], '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': [9641, 12032, 8351, 16191, 9759, 15022, 12096, 16286, 12401, 15572, 9071, 12513, 8792, 8830, 12337, 8194, 10754, 8600, 9591, 8504, 13590, 9340, 16260, 8044, 13219, 8129, 10809, 8391, 8318, 8465, 8938, 8788, 9190, 8519, 8385, 13306, 8308, 10155, 8351, 9081, 8726, 11187, 8584, 10585, 8008, 8506, 8602, 8671, 8552, 8443, 8573, 8486, 8628, 8943, 14847, 8403, 14501, 8790, 9589, 9386, 13715, 9337, 14387, 8799, 8882, 8925, 8845, 9641, 11502, 8896, 9129, 8818, 8894, 8757, 9313, 8129, 9266, 8499, 8852, 9349, 11684, 8852, 10662, 8804, 8965, 9061, 8632, 8779, 9432, 7876, 9149, 8204, 9090, 8786, 9303, 7956, 9194, 7901, 9001, 8371, 8602, 8169, 9392, 8046, 8931, 9048, 8949, 8424, 13969, 9061, 8914, 8654, 8932, 8401, 8926, 9059, 12114, 8234, 8991, 8260, 9178, 8245, 9014, 8107, 11512, 8681, 8938, 8499, 8528, 9344, 11784, 7938, 8793, 8216, 8689, 8258, 8921, 8373, 10286, 8041, 9197, 8117, 10021, 8384, 15445, 8218, 13307, 8268, 10100, 8339, 8615, 8396, 8610, 8906, 7986, 8495, 8641, 8964, 9885, 8786, 8888, 8868, 8832, 8226, 12175, 9753, 16683, 8071, 11677, 7900, 8546, 8811, 8556, 8505, 8137, 9214, 8492, 10973, 8548, 15728, 12543, 15025, 15645, 10494, 10367, 7960, 8111, 8780, 8808, 9931, 8728, 8590, 8636, 8757, 8588, 8610, 14746, 9822, 16053, 12523, 11418, 8956, 8703, 8994, 9602, 8941, 9492, 10435, 9013, 8929, 8387, 9010, 8742, 8941, 9549, 8891, 8288, 9140, 8015, 8816, 8100, 9080, 8286, 9106, 8086, 9235, 8272, 8948, 8323, 9057, 8374, 8624, 8237, 8895, 8404, 8957, 8283, 8728, 8319, 8752, 8189, 9262, 8100, 9421, 8328, 9561, 8836, 9100, 8019, 9599, 7654, 9130, 8025, 8316, 8339, 8779, 8473, 8706, 8686, 8959, 10395, 8777, 9548, 8330, 9210, 8592, 10677, 9260, 9569, 7913, 8647, 7666, 8619, 9835, 8259, 15347, 8795, 9509, 8042, 8123, 10089, 8823, 9268, 7836, 9623, 7986, 9128, 14030, 8525, 16091, 8392, 10305, 7889, 9070, 11613, 8216, 13877, 8385, 13127, 8504, 14837, 10660, 13285, 8341, 8492, 8681, 8510, 10475, 8533, 13632, 8142, 8515, 8861, 8245, 11962, 9215, 16075, 10196, 13869, 8782, 12251, 11364, 13581, 8741, 8887, 8331, 8058, 8675, 8291, 12322, 7939, 9836, 7911, 9655, 8467, 9197, 8279, 8158, 8859, 8774, 8621, 8696, 9154, 8327, 9259, 8352, 8252, 8492, 10006, 8104, 9435, 7993, 8824, 8033, 13530, 9423, 15728, 9094, 12374, 8716, 12729, 9275, 15686, 8033, 9291, 7778, 8266, 8453, 8401, 9823, 8096, 9056, 8413, 8629, 9649, 9207, 8190, 12127, 7887, 10857, 8171, 14572, 10714, 15899, 9074, 13134, 7941, 8908, 8149, 8733, 12760, 8027, 8785, 7627, 8166, 8409, 8283, 10283, 8153, 9497, 7959, 8668, 8066, 8386, 9788, 8885, 13227, 8099, 12231, 7972, 8455, 9866, 8195, 8499, 9552, 8097, 9094, 9636, 8974, 10004, 8127, 9268, 9297, 8562, 12765, 8075, 15428, 10297, 15745, 10069, 14861, 9777, 14084, 9455, 14305, 9782, 13964, 8999, 12756, 8277, 11459, 8388, 14371, 8486, 12698, 8447, 10565, 8479, 10083, 8238, 10019, 8684, 10009, 8353, 9995, 8146, 9664, 8076, 9662, 8224, 8991, 8063, 9057, 8064, 8804, 8070, 8768, 8121, 9055, 8281, 8449, 8722, 9116, 8458, 9533, 10231, 8739, 10297, 9706, 9433, 10585, 9140, 10687, 8374, 12306, 8233, 13691, 10629, 14518, 12986, 8994, 12628, 8534, 12604, 8590, 8649, 10036, 8405, 9664, 7982, 8069, 10192, 8233, 13902, 8398, 10717, 8152, 9063, 9787, 8309, 10700, 8895, 9831, 8560, 8699, 9310, 9485, 8980, 9178, 9196, 9344, 9428, 9002, 10039, 8230, 9023, 7756, 9077, 9099, 8232, 14774, 8743, 11566, 9216, 10871, 9104, 9895, 7803, 8027, 7522, 8660, 8013, 8066, 12163, 8170, 8718, 9131, 9125, 8364, 14438, 8678, 13917, 8701, 10017, 9137, 8924, 8655, 9636, 8214, 8637, 7820, 9494, 8675, 8929, 10934, 8342, 11505, 8295, 10008, 8312, 13159, 11372, 15576, 9337, 8651, 8353, 14523, 9053, 13722, 8953, 9062, 9153, 9194, 8478, 13117, 10205, 8825, 9337, 9285, 8990, 9119, 8982, 8889, 11347, 9577, 16509, 8841, 9251, 13882, 9214, 16118, 13472, 9511, 10994, 9478, 12173, 12573, 12560, 12686, 8780, 8236, 8885, 8239, 8828, 8416, 9124, 9392, 9450, 9353, 9340, 8800, 9294, 8661, 8800, 11820, 8230, 9494, 9203, 10347, 8743, 10697, 9060, 8853, 7993, 8751, 8975, 8492, 8524, 8489, 8698, 8682, 8620, 8522, 9052, 8799, 8572, 11774, 8334, 10288, 8302, 14269, 9621, 15377, 10419, 14034, 8334, 10116, 9612, 15579, 9156, 9009, 8524, 8969, 8183, 8340, 9304, 8194, 10025, 10032, 9076, 9430, 9088, 9521, 9696, 9296, 9606, 9339, 12305, 10163, 10671, 9701, 9940, 9352, 11817, 9677, 9313, 15508, 9026, 12118, 14719, 9518, 15944, 10194, 11026, 10000, 9192, 14791, 9744, 14423, 9917, 12812, 9616, 8838, 8676, 9599, 9292, 9280, 10088, 9047, 9243, 9425, 10000, 10304, 9246, 9848, 9501, 9942, 9313, 9935, 10136, 9950, 9984, 9474, 10955, 9640, 9967, 9795, 9243, 9736, 10159, 9332, 10418, 9753, 10407, 9375, 10014, 9848, 10366, 10894, 9825, 11782, 8154, 12486, 9215, 14479, 9124, 12726, 9246, 10593, 9005, 9873, 10891, 9595, 11818, 9622, 10274, 8928, 9911, 10868, 9135, 15175, 12315, 10186, 8749, 9568, 9637, 8635, 9343, 10001, 8224, 9663, 11401, 9177, 10508, 9704, 8623, 9447, 7835, 14625, 11425, 15138, 9183, 9207, 8396, 8802, 8892, 9205, 9837, 8907, 9663, 8825, 9331, 8785, 8974, 8319, 9224, 8030, 9031, 8096, 9412, 10390, 9017, 9677, 8851, 8875, 8760, 8826, 11500, 9533, 12818, 9103, 8958, 8908, 9982, 8968, 14488, 8266, 8908, 9041, 9196, 9391, 14906, 9513, 10333, 8865, 9950, 8945, 10182, 8843, 9252, 8334, 9164, 8346, 9257, 12178, 8022, 11647, 8271, 7934, 9192, 11327, 8886, 9604, 9022, 9457, 10193, 8941, 9772, 11290, 8515, 8791, 9859, 8467, 14222, 10488, 15064, 9007, 13262, 9125, 11272, 8971, 9148, 7967, 9211, 7750, 9580, 8758, 9555, 10091, 9334, 9905, 9132, 9544, 8712, 13187, 8831, 11275, 8013, 8075, 8969, 9996, 7853, 14928, 9196, 10974, 9564, 8290, 9522, 9105, 9155, 10652, 9521, 10677, 9030, 9905, 9041, 9834, 8963, 12486, 9268, 12032, 9658, 10093, 9877, 9049, 14117, 9771, 11439, 9779, 10301, 8826, 8597, 9561, 9531], 'WindowCenter': [4007.0, 3998.0, 3954.0, 4018.0, 3963.0, 3994.0, 3972.0, 3991.0, 3969.0, 3978.0, 3936.0, 3967.0, 3935.0, 3936.0, 3964.0, 3924.0, 3955.0, 3924.0, 3934.0, 3924.0, 3965.0, 3936.0, 3975.0, 3913.0, 3950.0, 3912.0, 3942.0, 3924.0, 3922.0, 3922.0, 3923.0, 3921.0, 3933.0, 3921.0, 3922.0, 3963.0, 3922.0, 3932.0, 3922.0, 3921.0, 3922.0, 3942.0, 3923.0, 3931.0, 3911.0, 3921.0, 3921.0, 3920.0, 3922.0, 3910.0, 3921.0, 3921.0, 3921.0, 3921.0, 3964.0, 3910.0, 3963.0, 3921.0, 3920.0, 3919.0, 3952.0, 3919.0, 3948.0, 3908.0, 3907.0, 3917.0, 3907.0, 3918.0, 3939.0, 3918.0, 3918.0, 3919.0, 3918.0, 3908.0, 3919.0, 3909.0, 3919.0, 3909.0, 3919.0, 3919.0, 3941.0, 3917.0, 3929.0, 3919.0, 3918.0, 3908.0, 3907.0, 3908.0, 3918.0, 3908.0, 3918.0, 3909.0, 3919.0, 3909.0, 3920.0, 3909.0, 3919.0, 3910.0, 3919.0, 3910.0, 3920.0, 3911.0, 3921.0, 3912.0, 3921.0, 3921.0, 3921.0, 3910.0, 3963.0, 3920.0, 3920.0, 3920.0, 3918.0, 3908.0, 3919.0, 3920.0, 3941.0, 3909.0, 3919.0, 3910.0, 3919.0, 3910.0, 3920.0, 3910.0, 3941.0, 3921.0, 3919.0, 3920.0, 3909.0, 3920.0, 3941.0, 3910.0, 3920.0, 3910.0, 3919.0, 3922.0, 3922.0, 3922.0, 3943.0, 3923.0, 3932.0, 3912.0, 3931.0, 3923.0, 3963.0, 3911.0, 3951.0, 3911.0, 3931.0, 3923.0, 3919.0, 3922.0, 3921.0, 3932.0, 3923.0, 3924.0, 3922.0, 3923.0, 3935.0, 3922.0, 3922.0, 3922.0, 3920.0, 3910.0, 3941.0, 3920.0, 3973.0, 3910.0, 3940.0, 3909.0, 3921.0, 3921.0, 3922.0, 3923.0, 3923.0, 3932.0, 3923.0, 3942.0, 3910.0, 3975.0, 3967.0, 3975.0, 3974.0, 3941.0, 3928.0, 3907.0, 3909.0, 3919.0, 3931.0, 3944.0, 3921.0, 3909.0, 3908.0, 3919.0, 3908.0, 3907.0, 3947.0, 3916.0, 3946.0, 3925.0, 3925.0, 3892.0, 3891.0, 3891.0, 3901.0, 3890.0, 3889.0, 3900.0, 3890.0, 3878.0, 3878.0, 3887.0, 3879.0, 3889.0, 3901.0, 3889.0, 3892.0, 3901.0, 3882.0, 3891.0, 3893.0, 3903.0, 3895.0, 3903.0, 3895.0, 3905.0, 3906.0, 3905.0, 3896.0, 3905.0, 3906.0, 3906.0, 3907.0, 3906.0, 3908.0, 3916.0, 3909.0, 3908.0, 3909.0, 3919.0, 3910.0, 3920.0, 3911.0, 3920.0, 3921.0, 3931.0, 3935.0, 3922.0, 3912.0, 3932.0, 3912.0, 3932.0, 3923.0, 3923.0, 3924.0, 3935.0, 3924.0, 3935.0, 3935.0, 3937.0, 3957.0, 3937.0, 3947.0, 3937.0, 3936.0, 3937.0, 3957.0, 3948.0, 3946.0, 3925.0, 3935.0, 3921.0, 3936.0, 3946.0, 3938.0, 3979.0, 3936.0, 3947.0, 3938.0, 3938.0, 3958.0, 3948.0, 3948.0, 3927.0, 3947.0, 3937.0, 3947.0, 3992.0, 3937.0, 3989.0, 3936.0, 3946.0, 3925.0, 3936.0, 3969.0, 3925.0, 3977.0, 3925.0, 3965.0, 3936.0, 3976.0, 3957.0, 3965.0, 3923.0, 3922.0, 3922.0, 3924.0, 3943.0, 3936.0, 3965.0, 3912.0, 3923.0, 3932.0, 3923.0, 3954.0, 3934.0, 3975.0, 3943.0, 3962.0, 3921.0, 3941.0, 3942.0, 3951.0, 3909.0, 3919.0, 3908.0, 3907.0, 3908.0, 3909.0, 3949.0, 3909.0, 3930.0, 3909.0, 3919.0, 3910.0, 3920.0, 3909.0, 3909.0, 3919.0, 3919.0, 3909.0, 3918.0, 3920.0, 3909.0, 3919.0, 3909.0, 3909.0, 3921.0, 3931.0, 3911.0, 3932.0, 3921.0, 3921.0, 3911.0, 3963.0, 3933.0, 3974.0, 3919.0, 3951.0, 3920.0, 3940.0, 3920.0, 3961.0, 3898.0, 3919.0, 3909.0, 3920.0, 3909.0, 3921.0, 3944.0, 3923.0, 3933.0, 3922.0, 3934.0, 3933.0, 3934.0, 3923.0, 3954.0, 3912.0, 3941.0, 3911.0, 3961.0, 3931.0, 3962.0, 3920.0, 3950.0, 3897.0, 3908.0, 3897.0, 3908.0, 3950.0, 3908.0, 3919.0, 3908.0, 3920.0, 3919.0, 3921.0, 3942.0, 3912.0, 3933.0, 3923.0, 3923.0, 3912.0, 3922.0, 3933.0, 3922.0, 3953.0, 3912.0, 3966.0, 3924.0, 3924.0, 3932.0, 3910.0, 3921.0, 3932.0, 3936.0, 3935.0, 3944.0, 3934.0, 3946.0, 3937.0, 3946.0, 3935.0, 3934.0, 3965.0, 3911.0, 3975.0, 3931.0, 3964.0, 3921.0, 3948.0, 3917.0, 3937.0, 3904.0, 3934.0, 3902.0, 3922.0, 3890.0, 3910.0, 3879.0, 3910.0, 3879.0, 3921.0, 3879.0, 3909.0, 3879.0, 3898.0, 3879.0, 3898.0, 3879.0, 3889.0, 3880.0, 3900.0, 3881.0, 3900.0, 3880.0, 3901.0, 3881.0, 3901.0, 3893.0, 3891.0, 3894.0, 3904.0, 3896.0, 3905.0, 3897.0, 3906.0, 3909.0, 3919.0, 3923.0, 3921.0, 3922.0, 3922.0, 3923.0, 3945.0, 3946.0, 3938.0, 3974.0, 3950.0, 3950.0, 3959.0, 3949.0, 3959.0, 3938.0, 3982.0, 3938.0, 3968.0, 3945.0, 3965.0, 3954.0, 3934.0, 3953.0, 3922.0, 3953.0, 3922.0, 3920.0, 3930.0, 3910.0, 3920.0, 3909.0, 3910.0, 3930.0, 3922.0, 3963.0, 3911.0, 3931.0, 3908.0, 3920.0, 3932.0, 3922.0, 3931.0, 3934.0, 3944.0, 3922.0, 3937.0, 3947.0, 3960.0, 3937.0, 3949.0, 3946.0, 3944.0, 3936.0, 3949.0, 3947.0, 3926.0, 3936.0, 3915.0, 3936.0, 3936.0, 3926.0, 3978.0, 3936.0, 3955.0, 3936.0, 3946.0, 3937.0, 3946.0, 3914.0, 3925.0, 3914.0, 3936.0, 3925.0, 3925.0, 3956.0, 3925.0, 3924.0, 3935.0, 3933.0, 3925.0, 3977.0, 3924.0, 3965.0, 3923.0, 3933.0, 3934.0, 3923.0, 3925.0, 3946.0, 3926.0, 3936.0, 3925.0, 3948.0, 3938.0, 3934.0, 3960.0, 3938.0, 3958.0, 3938.0, 3947.0, 3927.0, 3967.0, 3956.0, 3978.0, 3923.0, 3922.0, 3923.0, 3964.0, 3933.0, 3978.0, 3947.0, 3935.0, 3933.0, 3935.0, 3925.0, 3967.0, 3946.0, 3937.0, 3936.0, 3935.0, 3937.0, 3936.0, 3938.0, 3939.0, 3959.0, 3937.0, 3977.0, 3924.0, 3921.0, 3955.0, 3925.0, 3977.0, 3953.0, 3920.0, 3918.0, 3907.0, 3930.0, 3929.0, 3927.0, 3927.0, 3895.0, 3884.0, 3893.0, 3884.0, 3893.0, 3896.0, 3906.0, 3922.0, 3922.0, 3922.0, 3923.0, 3912.0, 3922.0, 3924.0, 3923.0, 3944.0, 3911.0, 3921.0, 3920.0, 3921.0, 3910.0, 3931.0, 3922.0, 3920.0, 3912.0, 3923.0, 3936.0, 3922.0, 3924.0, 3924.0, 3922.0, 3920.0, 3924.0, 3923.0, 3937.0, 3924.0, 3937.0, 3957.0, 3926.0, 3946.0, 3926.0, 3966.0, 3936.0, 3976.0, 3934.0, 3955.0, 3913.0, 3946.0, 3935.0, 3974.0, 3920.0, 3921.0, 3911.0, 3922.0, 3923.0, 3899.0, 3896.0, 3873.0, 3906.0, 3949.0, 3950.0, 3949.0, 3949.0, 3949.0, 3933.0, 3935.0, 3945.0, 3937.0, 3957.0, 3946.0, 3945.0, 3936.0, 3948.0, 3937.0, 3969.0, 3948.0, 3938.0, 3980.0, 3935.0, 3955.0, 3965.0, 3934.0, 3978.0, 3934.0, 3933.0, 3922.0, 3921.0, 3952.0, 3918.0, 3950.0, 3918.0, 3939.0, 3907.0, 3908.0, 3906.0, 3919.0, 3906.0, 3919.0, 3931.0, 3908.0, 3908.0, 3919.0, 3919.0, 3919.0, 3919.0, 3920.0, 3920.0, 3931.0, 3920.0, 3932.0, 3932.0, 3934.0, 3933.0, 3934.0, 3933.0, 3933.0, 3932.0, 3934.0, 3922.0, 3922.0, 3932.0, 3923.0, 3944.0, 3933.0, 3946.0, 3935.0, 3948.0, 3949.0, 3949.0, 3931.0, 3911.0, 3918.0, 3860.0, 3905.0, 3940.0, 3995.0, 3953.0, 3972.0, 3947.0, 3947.0, 3922.0, 3931.0, 3942.0, 3932.0, 3942.0, 3934.0, 3933.0, 3934.0, 3948.0, 3957.0, 3934.0, 3966.0, 3943.0, 3932.0, 3922.0, 3933.0, 3935.0, 3925.0, 3935.0, 3947.0, 3926.0, 3948.0, 3956.0, 3935.0, 3944.0, 3922.0, 3910.0, 3920.0, 3900.0, 3963.0, 3932.0, 3952.0, 3908.0, 3908.0, 3896.0, 3907.0, 3907.0, 3920.0, 3919.0, 3908.0, 3919.0, 3920.0, 3921.0, 3910.0, 3921.0, 3910.0, 3921.0, 3899.0, 3921.0, 3910.0, 3922.0, 3932.0, 3921.0, 3932.0, 3922.0, 3923.0, 3923.0, 3934.0, 3955.0, 3934.0, 3954.0, 3923.0, 3920.0, 3921.0, 3933.0, 3922.0, 3965.0, 3911.0, 3920.0, 3920.0, 3920.0, 3921.0, 3963.0, 3921.0, 3931.0, 3920.0, 3931.0, 3921.0, 3931.0, 3922.0, 3922.0, 3911.0, 3922.0, 3910.0, 3921.0, 3943.0, 3910.0, 3942.0, 3910.0, 3909.0, 3921.0, 3942.0, 3922.0, 3933.0, 3922.0, 3934.0, 3945.0, 3934.0, 3945.0, 3956.0, 3924.0, 3923.0, 3932.0, 3912.0, 3953.0, 3933.0, 3963.0, 3920.0, 3940.0, 3920.0, 3929.0, 3920.0, 3919.0, 3908.0, 3920.0, 3899.0, 3931.0, 3921.0, 3934.0, 3943.0, 3934.0, 3930.0, 3922.0, 3931.0, 3923.0, 3953.0, 3922.0, 3941.0, 3911.0, 3909.0, 3920.0, 3931.0, 3909.0, 3964.0, 3920.0, 3931.0, 3931.0, 3910.0, 3932.0, 3921.0, 3923.0, 3943.0, 3934.0, 3932.0, 3922.0, 3931.0, 3922.0, 3932.0, 3922.0, 3956.0, 3923.0, 3943.0, 3909.0, 3920.0, 3920.0, 3923.0, 3963.0, 3932.0, 3942.0, 3944.0, 3930.0, 3907.0, 3907.0, 3917.0, 3907.0], 'WindowWidth': [8956.0, 8927.0, 8859.0, 8950.0, 8864.0, 8910.0, 8877.0, 8902.0, 8866.0, 8879.0, 8815.0, 8858.0, 8813.0, 8814.0, 8853.0, 8798.0, 8839.0, 8797.0, 8809.0, 8797.0, 8854.0, 8816.0, 8869.0, 8781.0, 8827.0, 8779.0, 8818.0, 8796.0, 8790.0, 8790.0, 8793.0, 8787.0, 8805.0, 8788.0, 8791.0, 8849.0, 8790.0, 8803.0, 8791.0, 8787.0, 8793.0, 8815.0, 8796.0, 8801.0, 8774.0, 8786.0, 8787.0, 8785.0, 8791.0, 8771.0, 8786.0, 8788.0, 8786.0, 8786.0, 8853.0, 8772.0, 8848.0, 8786.0, 8783.0, 8782.0, 8831.0, 8780.0, 8822.0, 8765.0, 8761.0, 8776.0, 8761.0, 8778.0, 8807.0, 8779.0, 8775.0, 8780.0, 8777.0, 8766.0, 8781.0, 8768.0, 8779.0, 8767.0, 8781.0, 8780.0, 8812.0, 8775.0, 8794.0, 8781.0, 8776.0, 8764.0, 8762.0, 8763.0, 8778.0, 8766.0, 8777.0, 8768.0, 8781.0, 8768.0, 8784.0, 8768.0, 8781.0, 8772.0, 8781.0, 8773.0, 8783.0, 8774.0, 8786.0, 8778.0, 8787.0, 8787.0, 8786.0, 8770.0, 8847.0, 8784.0, 8783.0, 8783.0, 8778.0, 8766.0, 8781.0, 8783.0, 8814.0, 8769.0, 8782.0, 8771.0, 8781.0, 8772.0, 8785.0, 8770.0, 8815.0, 8786.0, 8782.0, 8783.0, 8768.0, 8782.0, 8812.0, 8771.0, 8782.0, 8772.0, 8782.0, 8789.0, 8790.0, 8791.0, 8818.0, 8795.0, 8803.0, 8778.0, 8801.0, 8794.0, 8849.0, 8773.0, 8827.0, 8773.0, 8800.0, 8793.0, 8784.0, 8792.0, 8787.0, 8804.0, 8796.0, 8796.0, 8793.0, 8792.0, 8812.0, 8790.0, 8789.0, 8788.0, 8783.0, 8771.0, 8814.0, 8783.0, 8861.0, 8771.0, 8812.0, 8769.0, 8787.0, 8788.0, 8792.0, 8793.0, 8793.0, 8803.0, 8793.0, 8816.0, 8772.0, 8866.0, 8861.0, 8869.0, 8865.0, 8816.0, 8791.0, 8763.0, 8769.0, 8781.0, 8804.0, 8823.0, 8788.0, 8769.0, 8766.0, 8783.0, 8765.0, 8762.0, 8816.0, 8769.0, 8814.0, 8781.0, 8782.0, 8733.0, 8729.0, 8729.0, 8742.0, 8725.0, 8724.0, 8739.0, 8724.0, 8705.0, 8708.0, 8716.0, 8709.0, 8723.0, 8741.0, 8726.0, 8732.0, 8744.0, 8719.0, 8730.0, 8736.0, 8747.0, 8742.0, 8751.0, 8744.0, 8755.0, 8759.0, 8755.0, 8746.0, 8756.0, 8759.0, 8757.0, 8760.0, 8758.0, 8764.0, 8773.0, 8767.0, 8764.0, 8770.0, 8782.0, 8772.0, 8784.0, 8773.0, 8784.0, 8788.0, 8800.0, 8812.0, 8789.0, 8777.0, 8802.0, 8776.0, 8804.0, 8792.0, 8795.0, 8796.0, 8813.0, 8798.0, 8813.0, 8812.0, 8818.0, 8845.0, 8820.0, 8831.0, 8819.0, 8815.0, 8820.0, 8845.0, 8835.0, 8827.0, 8800.0, 8812.0, 8792.0, 8815.0, 8831.0, 8822.0, 8878.0, 8814.0, 8833.0, 8823.0, 8822.0, 8850.0, 8836.0, 8835.0, 8808.0, 8834.0, 8821.0, 8832.0, 8904.0, 8821.0, 8894.0, 8817.0, 8829.0, 8801.0, 8815.0, 8865.0, 8800.0, 8873.0, 8800.0, 8854.0, 8815.0, 8871.0, 8846.0, 8854.0, 8793.0, 8793.0, 8791.0, 8796.0, 8820.0, 8816.0, 8854.0, 8779.0, 8794.0, 8803.0, 8792.0, 8836.0, 8809.0, 8869.0, 8820.0, 8846.0, 8788.0, 8813.0, 8820.0, 8828.0, 8769.0, 8783.0, 8766.0, 8764.0, 8764.0, 8767.0, 8823.0, 8769.0, 8797.0, 8769.0, 8781.0, 8771.0, 8784.0, 8769.0, 8770.0, 8782.0, 8780.0, 8767.0, 8780.0, 8784.0, 8766.0, 8780.0, 8769.0, 8768.0, 8789.0, 8799.0, 8777.0, 8804.0, 8790.0, 8789.0, 8775.0, 8848.0, 8805.0, 8864.0, 8783.0, 8826.0, 8784.0, 8810.0, 8786.0, 8841.0, 8751.0, 8782.0, 8769.0, 8786.0, 8770.0, 8789.0, 8824.0, 8796.0, 8809.0, 8793.0, 8812.0, 8806.0, 8809.0, 8793.0, 8837.0, 8778.0, 8814.0, 8773.0, 8843.0, 8802.0, 8846.0, 8782.0, 8824.0, 8749.0, 8764.0, 8748.0, 8765.0, 8826.0, 8766.0, 8782.0, 8766.0, 8785.0, 8783.0, 8789.0, 8818.0, 8777.0, 8807.0, 8793.0, 8793.0, 8776.0, 8790.0, 8808.0, 8790.0, 8834.0, 8777.0, 8857.0, 8797.0, 8797.0, 8804.0, 8771.0, 8788.0, 8805.0, 8817.0, 8812.0, 8824.0, 8811.0, 8831.0, 8824.0, 8832.0, 8813.0, 8809.0, 8853.0, 8775.0, 8866.0, 8799.0, 8852.0, 8785.0, 8825.0, 8774.0, 8803.0, 8750.0, 8793.0, 8744.0, 8771.0, 8726.0, 8751.0, 8709.0, 8750.0, 8711.0, 8768.0, 8709.0, 8750.0, 8708.0, 8733.0, 8710.0, 8733.0, 8710.0, 8721.0, 8712.0, 8739.0, 8715.0, 8740.0, 8715.0, 8741.0, 8718.0, 8743.0, 8735.0, 8730.0, 8738.0, 8751.0, 8744.0, 8756.0, 8749.0, 8760.0, 8768.0, 8781.0, 8792.0, 8788.0, 8791.0, 8790.0, 8791.0, 8825.0, 8826.0, 8821.0, 8880.0, 8840.0, 8839.0, 8848.0, 8836.0, 8849.0, 8820.0, 8886.0, 8821.0, 8861.0, 8824.0, 8851.0, 8837.0, 8809.0, 8833.0, 8791.0, 8834.0, 8791.0, 8786.0, 8799.0, 8771.0, 8782.0, 8767.0, 8770.0, 8796.0, 8789.0, 8845.0, 8773.0, 8798.0, 8766.0, 8783.0, 8802.0, 8789.0, 8800.0, 8810.0, 8821.0, 8790.0, 8819.0, 8830.0, 8854.0, 8819.0, 8838.0, 8829.0, 8825.0, 8816.0, 8837.0, 8831.0, 8802.0, 8813.0, 8785.0, 8815.0, 8815.0, 8802.0, 8877.0, 8814.0, 8839.0, 8815.0, 8827.0, 8820.0, 8827.0, 8784.0, 8797.0, 8783.0, 8813.0, 8799.0, 8799.0, 8842.0, 8798.0, 8794.0, 8811.0, 8807.0, 8798.0, 8871.0, 8795.0, 8851.0, 8794.0, 8805.0, 8808.0, 8792.0, 8799.0, 8827.0, 8801.0, 8815.0, 8800.0, 8835.0, 8821.0, 8814.0, 8855.0, 8820.0, 8849.0, 8822.0, 8831.0, 8804.0, 8861.0, 8841.0, 8877.0, 8791.0, 8789.0, 8794.0, 8850.0, 8809.0, 8881.0, 8837.0, 8816.0, 8808.0, 8814.0, 8803.0, 8864.0, 8830.0, 8818.0, 8813.0, 8812.0, 8816.0, 8815.0, 8819.0, 8823.0, 8847.0, 8813.0, 8872.0, 8790.0, 8781.0, 8839.0, 8795.0, 8872.0, 8832.0, 8782.0, 8776.0, 8758.0, 8791.0, 8786.0, 8785.0, 8783.0, 8735.0, 8720.0, 8731.0, 8718.0, 8732.0, 8738.0, 8754.0, 8784.0, 8785.0, 8785.0, 8788.0, 8770.0, 8787.0, 8791.0, 8789.0, 8818.0, 8771.0, 8781.0, 8782.0, 8782.0, 8768.0, 8796.0, 8786.0, 8781.0, 8773.0, 8791.0, 8813.0, 8788.0, 8791.0, 8791.0, 8788.0, 8782.0, 8793.0, 8790.0, 8814.0, 8794.0, 8818.0, 8842.0, 8801.0, 8826.0, 8798.0, 8853.0, 8814.0, 8870.0, 8807.0, 8836.0, 8778.0, 8827.0, 8810.0, 8866.0, 8785.0, 8784.0, 8770.0, 8789.0, 8790.0, 8747.0, 8733.0, 8695.0, 8748.0, 8836.0, 8839.0, 8834.0, 8838.0, 8835.0, 8807.0, 8809.0, 8825.0, 8817.0, 8843.0, 8825.0, 8821.0, 8811.0, 8832.0, 8818.0, 8864.0, 8834.0, 8819.0, 8879.0, 8811.0, 8835.0, 8851.0, 8805.0, 8877.0, 8808.0, 8803.0, 8788.0, 8783.0, 8829.0, 8777.0, 8822.0, 8776.0, 8804.0, 8760.0, 8760.0, 8757.0, 8777.0, 8758.0, 8778.0, 8797.0, 8763.0, 8763.0, 8778.0, 8778.0, 8777.0, 8779.0, 8780.0, 8781.0, 8798.0, 8782.0, 8800.0, 8800.0, 8806.0, 8803.0, 8805.0, 8804.0, 8802.0, 8802.0, 8806.0, 8788.0, 8788.0, 8800.0, 8789.0, 8818.0, 8805.0, 8827.0, 8811.0, 8833.0, 8835.0, 8837.0, 8795.0, 8762.0, 8763.0, 8675.0, 8739.0, 8823.0, 8908.0, 8848.0, 8870.0, 8831.0, 8831.0, 8787.0, 8796.0, 8814.0, 8802.0, 8816.0, 8805.0, 8805.0, 8809.0, 8833.0, 8845.0, 8808.0, 8856.0, 8820.0, 8800.0, 8789.0, 8803.0, 8811.0, 8798.0, 8813.0, 8829.0, 8803.0, 8832.0, 8840.0, 8809.0, 8820.0, 8788.0, 8767.0, 8781.0, 8754.0, 8846.0, 8800.0, 8830.0, 8763.0, 8762.0, 8743.0, 8760.0, 8759.0, 8781.0, 8779.0, 8763.0, 8778.0, 8781.0, 8783.0, 8770.0, 8783.0, 8767.0, 8785.0, 8751.0, 8784.0, 8768.0, 8788.0, 8800.0, 8786.0, 8801.0, 8787.0, 8790.0, 8791.0, 8807.0, 8838.0, 8807.0, 8836.0, 8792.0, 8783.0, 8786.0, 8804.0, 8787.0, 8852.0, 8772.0, 8782.0, 8783.0, 8782.0, 8785.0, 8845.0, 8784.0, 8798.0, 8783.0, 8798.0, 8785.0, 8799.0, 8790.0, 8787.0, 8772.0, 8788.0, 8770.0, 8785.0, 8819.0, 8770.0, 8814.0, 8768.0, 8765.0, 8784.0, 8816.0, 8788.0, 8803.0, 8788.0, 8807.0, 8825.0, 8810.0, 8825.0, 8842.0, 8793.0, 8793.0, 8803.0, 8774.0, 8834.0, 8804.0, 8848.0, 8782.0, 8811.0, 8780.0, 8794.0, 8781.0, 8778.0, 8763.0, 8783.0, 8752.0, 8799.0, 8786.0, 8807.0, 8818.0, 8807.0, 8798.0, 8790.0, 8800.0, 8790.0, 8832.0, 8788.0, 8813.0, 8771.0, 8768.0, 8783.0, 8797.0, 8766.0, 8852.0, 8782.0, 8799.0, 8799.0, 8769.0, 8801.0, 8786.0, 8792.0, 8817.0, 8807.0, 8803.0, 8790.0, 8800.0, 8788.0, 8801.0, 8790.0, 8843.0, 8791.0, 8816.0, 8759.0, 8776.0, 8781.0, 8790.0, 8848.0, 8803.0, 8817.0, 8822.0, 8796.0, 8761.0, 8757.0, 8774.0, 8758.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.004196545654565457</td></tr>
<tr><td colspan=3>aqi</td><td>0.038000319691969195</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.82946017781934</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2625436711894285</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0498511384691633</td></tr>
<tr><td colspan=3>efc</td><td>0.4953</td></tr>
<tr><td colspan=3>fber</td><td>4200.6851</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.127150206631206</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>102</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.221122112211221</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5213656125819965</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.402432215448825</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7800794791722856</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.381585143124878</td></tr>
<tr><td colspan=3>gcor</td><td>0.0156499</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014991717413067818</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03236087039113045</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>909</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8288393018516076</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>19.3546</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.8351</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>197.6224</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298652.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>972.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>359.9116</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2316</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>450.2349</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3116.0093</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3314.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77892.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>982.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4099.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>865.5309</td></tr>
<tr><td colspan=3>tsnr</td><td>32.486658761510625</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>