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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0075/ses-02/func/sub-0075_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>cc35ac4f51ebf0fbf8dd4d0b46a2500c</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:59:10.667500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995831, 0.0432005, 0.0803443, -0.0391263, 0.9979, -0.0516112]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0867093</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4169, -7688, -7246, 454, -50, -3, 51, 29]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>226.897</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d84e4d81-c136-4212-8c38-39de43b1a911||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6717405319213867, -0.1049729511141777, 0.22249412536621094, 110.5919418334961], [-0.1159038171172142, 2.6772940158843994, -0.13028167188167572, -75.78494262695312], [0.21555784344673157, 0.1384691596031189, 2.6876611709594727, -81.62056732177734], [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': ['125910.667500', '125911.127500', '125911.587500', '125912.047500', '125912.507500', '125912.967500', '125913.427500', '125913.887500', '125914.347500', '125914.807500', '125915.267500', '125915.727500', '125916.187500', '125916.647500', '125917.107500', '125917.567500', '125918.027500', '125918.487500', '125918.947500', '125919.407500', '125919.867500', '125920.327500', '125920.787500', '125921.247500', '125921.707500', '125922.167500', '125922.627500', '125923.087500', '125923.547500', '125924.007500', '125924.467500', '125924.927500', '125925.387500', '125925.847500', '125926.307500', '125926.767500', '125927.227500', '125927.687500', '125928.147500', '125928.607500', '125929.067500', '125929.527500', '125929.987500', '125930.447500', '125930.907500', '125931.367500', '125931.827500', '125932.287500', '125932.747500', '125933.207500', '125933.667500', '125934.127500', '125934.587500', '125935.047500', '125935.507500', '125935.967500', '125936.427500', '125936.887500', '125937.347500', '125937.807500', '125938.267500', '125938.727500', '125939.187500', '125939.647500', '125940.107500', '125940.567500', '125941.027500', '125941.487500', '125941.947500', '125942.407500', '125942.867500', '125943.327500', '125943.787500', '125944.247500', '125944.707500', '125945.167500', '125945.627500', '125946.087500', '125946.547500', '125947.007500', '125947.467500', '125947.927500', '125948.387500', '125948.847500', '125949.307500', '125949.767500', '125950.227500', '125950.687500', '125951.147500', '125951.607500', '125952.067500', '125952.527500', '125952.987500', '125953.447500', '125953.907500', '125954.367500', '125954.827500', '125955.287500', '125955.747500', '125956.207500', '125956.667500', '125957.127500', '125957.587500', '125958.047500', '125958.507500', '125958.967500', '125959.427500', '125959.887500', '130000.347500', '130000.807500', '130001.267500', '130001.727500', '130002.187500', '130002.647500', '130003.107500', '130003.567500', '130004.027500', '130004.487500', '130004.947500', '130005.407500', '130005.867500', '130006.327500', '130006.787500', '130007.247500', '130007.707500', '130008.167500', '130008.627500', '130009.087500', '130009.547500', '130010.007500', '130010.467500', '130010.927500', '130011.387500', '130011.847500', '130012.307500', '130012.767500', '130013.227500', '130013.687500', '130014.147500', '130014.607500', '130015.067500', '130015.527500', '130015.987500', '130016.447500', '130016.907500', '130017.367500', '130017.827500', '130018.287500', '130018.747500', '130019.207500', '130019.667500', '130020.127500', '130020.587500', '130021.047500', '130021.507500', '130021.967500', '130022.427500', '130022.887500', '130023.347500', '130023.807500', '130024.267500', '130024.727500', '130025.187500', '130025.647500', '130026.107500', '130026.567500', '130027.027500', '130027.487500', '130027.947500', '130028.407500', '130028.867500', '130029.327500', '130029.787500', '130030.247500', '130030.707500', '130031.167500', '130031.627500', '130032.087500', '130032.547500', '130033.007500', '130033.467500', '130033.927500', '130034.387500', '130034.847500', '130035.307500', '130035.767500', '130036.227500', '130036.687500', '130037.147500', '130037.607500', '130038.067500', '130038.527500', '130038.987500', '130039.447500', '130039.907500', '130040.367500', '130040.827500', '130041.287500', '130041.747500', '130042.207500', '130042.667500', '130043.127500', '130043.587500', '130044.047500', '130044.507500', '130044.967500', '130045.427500', '130045.887500', '130046.347500', '130046.807500', '130047.267500', '130047.727500', '130048.187500', '130048.647500', '130049.107500', '130049.567500', '130050.027500', '130050.487500', '130050.947500', '130051.407500', '130051.867500', '130052.327500', '130052.787500', '130053.247500', '130053.707500', '130054.167500', '130054.627500', '130055.087500', '130055.547500', '130056.007500', '130056.467500', '130056.927500', '130057.387500', '130057.847500', '130058.307500', '130058.767500', '130059.227500', '130059.687500', '130100.147500', '130100.607500', '130101.067500', '130101.527500', '130101.987500', '130102.447500', '130102.907500', '130103.367500', '130103.827500', '130104.287500', '130104.747500', '130105.207500', '130105.667500', '130106.127500', '130106.587500', '130107.047500', '130107.507500', '130107.967500', '130108.427500', '130108.887500', '130109.347500', '130109.807500', '130110.267500', '130110.727500', '130111.187500', '130111.647500', '130112.107500', '130112.567500', '130113.027500', '130113.487500', '130113.947500', '130114.407500', '130114.867500', '130115.327500', '130115.787500', '130116.247500', '130116.707500', '130117.167500', '130117.627500', '130118.087500', '130118.547500', '130119.007500', '130119.467500', '130119.927500', '130120.387500', '130120.847500', '130121.307500', '130121.767500', '130122.227500', '130122.687500', '130123.147500', '130123.607500', '130124.067500', '130124.527500', '130124.987500', '130125.447500', '130125.907500', '130126.367500', '130126.827500', '130127.287500', '130127.747500', '130128.207500', '130128.667500', '130129.127500', '130129.587500', '130130.047500', '130130.507500', '130130.967500', '130131.427500', '130131.887500', '130132.347500', '130132.807500', '130133.267500', '130133.727500', '130134.187500', '130134.647500', '130135.107500', '130135.567500', '130136.027500', '130136.487500', '130136.947500', '130137.407500', '130137.867500', '130138.327500', '130138.787500', '130139.247500', '130139.707500', '130140.167500', '130140.627500', '130141.087500', '130141.547500', '130142.007500', '130142.467500', '130142.927500', '130143.387500', '130143.847500', '130144.307500', '130144.767500', '130145.227500', '130145.687500', '130146.147500', '130146.607500', '130147.067500', '130147.527500', '130147.987500', '130148.447500', '130148.907500', '130149.367500', '130149.827500', '130150.287500', '130150.747500', '130151.207500', '130151.667500', '130152.127500', '130152.587500', '130153.047500', '130153.507500', '130153.967500', '130154.427500', '130154.887500', '130155.347500', '130155.807500', '130156.267500', '130156.727500', '130157.187500', '130157.647500', '130158.107500', '130158.567500', '130159.027500', '130159.487500', '130159.947500', '130200.407500', '130200.867500', '130201.327500', '130201.787500', '130202.247500', '130202.707500', '130203.167500', '130203.627500', '130204.087500', '130204.547500', '130205.007500', '130205.467500', '130205.927500', '130206.387500', '130206.847500', '130207.307500', '130207.767500', '130208.227500', '130208.687500', '130209.147500', '130209.607500', '130210.067500', '130210.527500', '130210.987500', '130211.447500', '130211.907500', '130212.367500', '130212.827500', '130213.287500', '130213.747500', '130214.207500', '130214.667500', '130215.127500', '130215.587500', '130216.047500', '130216.507500', '130216.967500', '130217.427500', '130217.887500', '130218.347500', '130218.807500', '130219.267500', '130219.727500', '130220.187500', '130220.647500', '130221.107500', '130221.567500', '130222.027500', '130222.487500', '130222.947500', '130223.407500', '130223.867500', '130224.327500', '130224.787500', '130225.247500', '130225.707500', '130226.167500', '130226.627500', '130227.087500', '130227.547500', '130228.007500', '130228.467500', '130228.927500', '130229.387500', '130229.847500', '130230.307500', '130230.767500', '130231.227500', '130231.687500', '130232.147500', '130232.607500', '130233.067500', '130233.527500', '130233.987500', '130234.447500', '130234.907500', '130235.367500', '130235.827500', '130236.287500', '130236.747500', '130237.207500', '130237.667500', '130238.127500', '130238.587500', '130239.047500', '130239.507500', '130239.967500', '130240.427500', '130240.887500', '130241.347500', '130241.807500', '130242.267500', '130242.727500', '130243.187500', '130243.647500', '130244.107500', '130244.567500', '130245.027500', '130245.487500', '130245.947500', '130246.407500', '130246.867500', '130247.327500', '130247.787500', '130248.247500', '130248.707500', '130249.167500', '130249.627500', '130250.087500', '130250.547500', '130251.007500', '130251.467500', '130251.927500', '130252.387500', '130252.847500', '130253.307500', '130253.767500', '130254.227500', '130254.687500', '130255.147500', '130255.607500', '130256.067500', '130256.527500', '130256.987500', '130257.447500', '130257.907500', '130258.367500', '130258.827500', '130259.287500', '130259.747500', '130300.207500', '130300.667500', '130301.127500', '130301.587500', '130302.047500', '130302.507500', '130302.967500', '130303.427500', '130303.887500', '130304.347500', '130304.807500', '130305.267500', '130305.727500', '130306.187500', '130306.647500', '130307.107500', '130307.567500', '130308.027500', '130308.487500', '130308.947500', '130309.407500', '130309.867500', '130310.327500', '130310.787500', '130311.247500', '130311.707500', '130312.167500', '130312.627500', '130313.087500', '130313.547500', '130314.007500', '130314.467500', '130314.927500', '130315.387500', '130315.847500', '130316.307500', '130316.767500', '130317.227500', '130317.687500', '130318.147500', '130318.607500', '130319.067500', '130319.527500', '130319.987500', '130320.447500', '130320.907500', '130321.367500', '130321.827500', '130322.287500', '130322.747500', '130323.207500', '130323.667500', '130324.127500', '130324.587500', '130325.047500', '130325.507500', '130325.967500', '130326.427500', '130326.887500', '130327.347500', '130327.807500', '130328.267500', '130328.727500', '130329.187500', '130329.647500', '130330.107500', '130330.567500', '130331.027500', '130331.487500', '130331.947500', '130332.407500', '130332.867500', '130333.327500', '130333.787500', '130334.247500', '130334.707500', '130335.167500', '130335.627500', '130336.087500', '130336.547500', '130337.007500', '130337.467500', '130337.927500', '130338.387500', '130338.847500', '130339.307500', '130339.767500', '130340.227500', '130340.687500', '130341.147500', '130341.607500', '130342.067500', '130342.527500', '130342.987500', '130343.447500', '130343.907500', '130344.367500', '130344.827500', '130345.287500', '130345.747500', '130346.207500', '130346.667500', '130347.127500', '130347.587500', '130348.047500', '130348.507500', '130348.967500', '130349.427500', '130349.887500', '130350.347500', '130350.807500', '130351.267500', '130351.727500', '130352.187500', '130352.647500', '130353.107500', '130353.567500', '130354.027500', '130354.487500', '130354.947500', '130355.407500', '130355.867500', '130356.327500', '130356.787500', '130357.247500', '130357.707500', '130358.167500', '130358.627500', '130359.087500', '130359.547500', '130400.007500', '130400.467500', '130400.927500', '130401.387500', '130401.847500', '130402.307500', '130402.767500', '130403.227500', '130403.687500', '130404.147500', '130404.607500', '130405.067500', '130405.527500', '130405.987500', '130406.447500', '130406.907500', '130407.367500', '130407.827500', '130408.287500', '130408.747500', '130409.207500', '130409.667500', '130410.127500', '130410.587500', '130411.047500', '130411.507500', '130411.967500', '130412.427500', '130412.887500', '130413.347500', '130413.807500', '130414.267500', '130414.727500', '130415.187500', '130415.647500', '130416.107500', '130416.567500', '130417.027500', '130417.487500', '130417.947500', '130418.407500', '130418.867500', '130419.327500', '130419.787500', '130420.247500', '130420.707500', '130421.167500', '130421.627500', '130422.087500', '130422.547500', '130423.007500', '130423.467500', '130423.927500', '130424.387500', '130424.847500', '130425.307500', '130425.767500', '130426.227500', '130426.687500', '130427.147500', '130427.607500', '130428.067500', '130428.527500', '130428.987500', '130429.447500', '130429.907500', '130430.367500', '130430.827500', '130431.287500', '130431.747500', '130432.207500', '130432.667500', '130433.127500', '130433.587500', '130434.047500', '130434.507500', '130434.967500', '130435.427500', '130435.887500', '130436.347500', '130436.807500', '130437.267500', '130437.727500', '130438.187500', '130438.647500', '130439.107500', '130439.567500', '130440.027500', '130440.487500', '130440.947500', '130441.407500', '130441.867500', '130442.327500', '130442.787500', '130443.247500', '130443.707500', '130444.167500', '130444.627500', '130445.087500', '130445.547500', '130446.007500', '130446.467500', '130446.927500', '130447.387500', '130447.847500', '130448.307500', '130448.767500', '130449.227500', '130449.687500', '130450.147500', '130450.607500', '130451.067500', '130451.527500', '130451.987500', '130452.447500', '130452.907500', '130453.367500', '130453.827500', '130454.287500', '130454.747500', '130455.207500', '130455.667500', '130456.127500', '130456.587500', '130457.047500', '130457.507500', '130457.967500', '130458.427500', '130458.887500', '130459.347500', '130459.807500', '130500.267500', '130500.727500', '130501.187500', '130501.647500', '130502.107500', '130502.567500', '130503.027500', '130503.487500', '130503.947500', '130504.407500', '130504.867500', '130505.327500', '130505.787500', '130506.247500', '130506.707500', '130507.167500', '130507.627500', '130508.087500', '130508.547500', '130509.007500', '130509.467500', '130509.927500', '130510.387500', '130510.847500', '130511.307500', '130511.767500', '130512.227500', '130512.687500', '130513.147500', '130513.607500', '130514.067500', '130514.527500', '130514.987500', '130515.447500', '130515.907500', '130516.367500', '130516.827500', '130517.287500', '130517.747500', '130518.207500', '130518.667500', '130519.127500', '130519.587500', '130520.047500', '130520.507500', '130520.967500', '130521.427500', '130521.887500', '130522.347500', '130522.807500', '130523.267500', '130523.727500', '130524.187500', '130524.647500', '130525.107500', '130525.567500', '130526.027500', '130526.487500', '130526.947500', '130527.407500', '130527.867500', '130528.327500', '130528.787500', '130529.247500', '130529.707500', '130530.167500', '130530.627500', '130531.087500', '130531.547500', '130532.007500', '130532.467500', '130532.927500', '130533.387500', '130533.847500', '130534.307500', '130534.767500', '130535.227500', '130535.687500', '130536.147500', '130536.607500', '130537.067500', '130537.527500', '130537.987500', '130538.447500', '130538.907500', '130539.367500', '130539.827500', '130540.287500', '130540.747500', '130541.207500', '130541.667500', '130542.127500', '130542.587500', '130543.047500', '130543.507500', '130543.967500', '130544.427500', '130544.887500', '130545.347500', '130545.807500', '130546.267500', '130546.727500', '130547.187500', '130547.647500', '130548.107500', '130548.567500', '130549.027500', '130549.487500', '130549.947500', '130550.407500', '130550.867500', '130551.327500', '130551.787500', '130552.247500', '130552.707500', '130553.167500', '130553.627500', '130554.087500', '130554.547500', '130555.007500', '130555.467500', '130555.927500', '130556.387500', '130556.847500', '130557.307500', '130557.767500', '130558.227500', '130558.687500', '130559.147500', '130559.607500', '130600.067500', '130600.527500', '130600.987500', '130601.447500', '130601.907500', '130602.367500', '130602.827500', '130603.287500', '130603.747500', '130604.207500', '130604.667500', '130605.127500', '130605.587500', '130606.047500', '130606.507500', '130606.967500', '130607.427500', '130607.887500', '130608.347500', '130608.807500', '130609.267500', '130609.727500', '130610.187500', '130610.647500'], 'ContentTime': ['125932.647000', '125932.650000', '125932.653000', '125932.655000', '125932.658000', '125932.661000', '125932.667000', '125932.670000', '125932.673000', '125932.675000', '125932.678000', '125932.680000', '125932.683000', '125932.686000', '125932.689000', '125932.692000', '125932.694000', '125932.697000', '125932.700000', '125932.702000', '125932.705000', '125932.707000', '125932.710000', '125932.712000', '125932.715000', '125932.717000', '125932.720000', '125932.723000', '125932.725000', '125932.728000', '125932.730000', '125932.733000', '125932.736000', '125932.738000', '125932.741000', '125932.744000', '125932.746000', '125932.749000', '125932.751000', '125932.754000', '125932.757000', '125932.759000', '125932.762000', '125932.765000', '125932.767000', '125952.597000', '125952.600000', '125952.603000', '125952.606000', '125952.608000', '125952.611000', '125952.613000', '125952.616000', '125952.619000', '125952.621000', '125952.624000', '125952.627000', '125952.629000', '125952.632000', '125952.634000', '125952.637000', '125952.640000', '125952.642000', '125952.645000', '125952.655000', '125952.658000', '125952.660000', '125952.663000', '125952.665000', '125952.668000', '125952.670000', '125952.673000', '125952.676000', '125952.678000', '125952.681000', '125952.684000', '125952.686000', '125952.689000', '125952.691000', '125952.694000', '125952.697000', '125952.699000', '125952.702000', '125952.704000', '125952.707000', '125952.709000', '125952.712000', '125952.715000', '125952.717000', '130012.597000', '130012.600000', '130012.603000', '130012.606000', '130012.608000', '130012.611000', '130012.613000', '130012.616000', '130012.618000', '130012.621000', '130012.624000', '130012.627000', '130012.629000', '130012.632000', '130012.634000', '130012.637000', '130012.640000', '130012.642000', '130012.645000', '130012.647000', '130012.650000', '130012.653000', '130012.655000', '130012.659000', '130012.661000', '130012.664000', '130012.667000', '130012.670000', '130012.672000', '130012.675000', '130012.677000', '130012.680000', '130012.683000', '130012.686000', '130012.688000', '130012.691000', '130012.693000', '130012.696000', '130012.699000', '130012.701000', '130012.704000', '130012.713000', '130012.716000', '130032.598000', '130032.600000', '130032.603000', '130032.606000', '130032.609000', '130032.611000', '130032.614000', '130032.616000', '130032.628000', '130032.630000', '130032.633000', '130032.636000', '130032.638000', '130032.641000', '130032.644000', '130032.646000', '130032.649000', '130032.651000', '130032.654000', '130032.656000', '130032.659000', '130032.662000', '130032.664000', '130032.667000', '130032.670000', '130032.672000', '130032.675000', '130032.677000', '130032.680000', '130032.683000', '130032.686000', '130032.697000', '130032.700000', '130032.703000', '130032.705000', '130032.708000', '130032.710000', '130032.713000', '130032.716000', '130032.718000', '130032.721000', '130032.723000', '130032.726000', '130032.729000', '130052.596000', '130052.599000', '130052.602000', '130052.604000', '130052.607000', '130052.610000', '130052.612000', '130052.615000', '130052.618000', '130052.620000', '130052.623000', '130052.626000', '130052.628000', '130052.631000', '130052.633000', '130052.636000', '130052.639000', '130052.641000', '130052.644000', '130052.653000', '130052.656000', '130052.658000', '130052.661000', '130052.664000', '130052.666000', '130052.669000', '130052.671000', '130052.674000', '130052.677000', '130052.679000', '130052.682000', '130052.684000', '130052.687000', '130052.690000', '130052.692000', '130052.695000', '130052.697000', '130052.700000', '130052.703000', '130052.705000', '130052.708000', '130052.710000', '130052.713000', '130112.596000', '130112.599000', '130112.602000', '130112.604000', '130112.607000', '130112.610000', '130112.612000', '130112.615000', '130112.617000', '130112.620000', '130112.623000', '130112.625000', '130112.628000', '130112.630000', '130112.633000', '130112.635000', '130112.638000', '130112.641000', '130112.643000', '130112.646000', '130112.648000', '130112.651000', '130112.654000', '130112.656000', '130112.659000', '130112.661000', '130112.664000', '130112.667000', '130112.669000', '130112.672000', '130112.675000', '130112.677000', '130112.680000', '130112.682000', '130112.685000', '130112.693000', '130112.696000', '130112.698000', '130112.701000', '130112.703000', '130112.706000', '130112.709000', '130112.711000', '130112.714000', '130132.597000', '130132.600000', '130132.603000', '130132.606000', '130132.608000', '130132.611000', '130132.613000', '130132.616000', '130132.619000', '130132.621000', '130132.624000', '130132.627000', '130132.629000', '130132.632000', '130132.634000', '130132.637000', '130132.640000', '130132.642000', '130132.645000', '130132.648000', '130132.650000', '130132.653000', '130132.656000', '130132.659000', '130132.661000', '130132.664000', '130132.666000', '130132.669000', '130132.672000', '130132.674000', '130132.677000', '130132.680000', '130132.682000', '130132.685000', '130132.687000', '130132.690000', '130132.693000', '130132.695000', '130132.698000', '130132.701000', '130132.703000', '130132.706000', '130132.708000', '130152.598000', '130152.600000', '130152.603000', '130152.606000', '130152.608000', '130152.611000', '130152.614000', '130152.616000', '130152.619000', '130152.622000', '130152.624000', '130152.627000', '130152.630000', '130152.632000', '130152.635000', '130152.637000', '130152.640000', '130152.643000', '130152.645000', '130152.648000', '130152.651000', '130152.653000', '130152.656000', '130152.658000', '130152.661000', '130152.664000', '130152.666000', '130152.669000', '130152.672000', '130152.674000', '130152.677000', '130152.679000', '130152.682000', '130152.685000', '130152.687000', '130152.690000', '130152.693000', '130152.695000', '130152.698000', '130152.700000', '130152.703000', '130152.706000', '130152.708000', '130152.711000', '130212.598000', '130212.600000', '130212.603000', '130212.620000', '130212.622000', '130212.625000', '130212.627000', '130212.630000', '130212.633000', '130212.635000', '130212.638000', '130212.641000', '130212.643000', '130212.646000', '130212.648000', '130212.651000', '130212.654000', '130212.656000', '130212.659000', '130212.661000', '130212.664000', '130212.667000', '130212.669000', '130212.672000', '130212.675000', '130212.677000', '130212.680000', '130212.682000', '130212.685000', '130212.688000', '130212.691000', '130212.693000', '130212.696000', '130212.698000', '130212.701000', '130212.704000', '130212.706000', '130212.709000', '130212.712000', '130212.714000', '130212.717000', '130212.719000', '130212.722000', '130232.597000', '130232.600000', '130232.603000', '130232.606000', '130232.608000', '130232.611000', '130232.613000', '130232.616000', '130232.619000', '130232.621000', '130232.624000', '130232.627000', '130232.629000', '130232.632000', '130232.634000', '130232.637000', '130232.640000', '130232.642000', '130232.645000', '130232.648000', '130232.650000', '130232.653000', '130232.655000', '130232.658000', '130232.660000', '130232.663000', '130232.666000', '130232.668000', '130232.671000', '130232.674000', '130232.676000', '130232.679000', '130232.682000', '130232.684000', '130232.687000', '130232.690000', '130232.692000', '130232.695000', '130232.697000', '130232.700000', '130232.703000', '130232.705000', '130232.715000', '130232.717000', '130252.598000', '130252.601000', '130252.603000', '130252.606000', '130252.608000', '130252.611000', '130252.614000', '130252.616000', '130252.619000', '130252.622000', '130252.624000', '130252.627000', '130252.629000', '130252.632000', '130252.635000', '130252.637000', '130252.640000', '130252.642000', '130252.645000', '130252.648000', '130252.650000', '130252.653000', '130252.655000', '130252.658000', '130252.661000', '130252.663000', '130252.666000', '130252.668000', '130252.671000', '130252.674000', '130252.676000', '130252.679000', '130252.682000', '130252.684000', '130252.687000', '130252.690000', '130252.692000', '130252.695000', '130252.697000', '130252.700000', '130252.703000', '130252.705000', '130252.708000', '130312.597000', '130312.599000', '130312.602000', '130312.605000', '130312.607000', '130312.610000', '130312.613000', '130312.615000', '130312.618000', '130312.621000', '130312.623000', '130312.626000', '130312.629000', '130312.631000', '130312.634000', '130312.636000', '130312.639000', '130312.642000', '130312.644000', '130312.647000', '130312.650000', '130312.652000', '130312.655000', '130312.658000', '130312.660000', '130312.663000', '130312.666000', '130312.668000', '130312.671000', '130312.673000', '130312.676000', '130312.679000', '130312.681000', '130312.684000', '130312.686000', '130312.689000', '130312.692000', '130312.694000', '130312.697000', '130312.700000', '130312.702000', '130312.705000', '130312.707000', '130312.710000', '130332.597000', '130332.599000', '130332.602000', '130332.605000', '130332.608000', '130332.610000', '130332.613000', '130332.615000', '130332.618000', '130332.621000', '130332.623000', '130332.626000', '130332.629000', '130332.631000', '130332.634000', '130332.637000', '130332.639000', '130332.642000', '130332.644000', '130332.647000', '130332.650000', '130332.652000', '130332.655000', '130332.657000', '130332.660000', '130332.663000', '130332.665000', '130332.668000', '130332.686000', '130332.689000', '130332.692000', '130332.694000', '130332.697000', '130332.699000', '130332.702000', '130332.705000', '130332.707000', '130332.710000', '130332.713000', '130332.715000', '130332.718000', '130332.720000', '130332.723000', '130352.597000', '130352.600000', '130352.603000', '130352.606000', '130352.609000', '130352.612000', '130352.615000', '130352.617000', '130352.620000', '130352.623000', '130352.625000', '130352.628000', '130352.631000', '130352.633000', '130352.636000', '130352.639000', '130352.641000', '130352.644000', '130352.647000', '130352.649000', '130352.652000', '130352.655000', '130352.657000', '130352.660000', '130352.662000', '130352.665000', '130352.668000', '130352.670000', '130352.673000', '130352.676000', '130352.678000', '130352.681000', '130352.684000', '130352.687000', '130352.689000', '130352.692000', '130352.694000', '130352.697000', '130352.700000', '130352.702000', '130352.705000', '130352.708000', '130352.710000', '130412.598000', '130412.600000', '130412.603000', '130412.606000', '130412.609000', '130412.611000', '130412.614000', '130412.616000', '130412.619000', '130412.622000', '130412.624000', '130412.627000', '130412.629000', '130412.632000', '130412.635000', '130412.637000', '130412.640000', '130412.643000', '130412.645000', '130412.648000', '130412.651000', '130412.653000', '130412.656000', '130412.658000', '130412.661000', '130412.664000', '130412.666000', '130412.669000', '130412.672000', '130412.674000', '130412.677000', '130412.679000', '130412.682000', '130412.685000', '130412.687000', '130412.690000', '130412.693000', '130412.695000', '130412.698000', '130412.700000', '130412.703000', '130412.706000', '130412.708000', '130412.711000', '130432.598000', '130432.601000', '130432.603000', '130432.607000', '130432.610000', '130432.612000', '130432.615000', '130432.617000', '130432.620000', '130432.623000', '130432.625000', '130432.628000', '130432.631000', '130432.634000', '130432.636000', '130432.639000', '130432.641000', '130432.644000', '130432.647000', '130432.649000', '130432.652000', '130432.654000', '130432.657000', '130432.660000', '130432.663000', '130432.665000', '130432.668000', '130432.671000', '130432.673000', '130432.676000', '130432.678000', '130432.681000', '130432.684000', '130432.686000', '130432.689000', '130432.692000', '130432.694000', '130432.697000', '130432.700000', '130432.702000', '130432.705000', '130432.707000', '130432.710000', '130432.713000', '130452.597000', '130452.600000', '130452.603000', '130452.606000', '130452.608000', '130452.611000', '130452.613000', '130452.616000', '130452.619000', '130452.621000', '130452.624000', '130452.627000', '130452.629000', '130452.632000', '130452.635000', '130452.637000', '130452.640000', '130452.642000', '130452.645000', '130452.648000', '130452.650000', '130452.653000', '130452.656000', '130452.658000', '130452.661000', '130452.664000', '130452.666000', '130452.671000', '130452.673000', '130452.676000', '130452.678000', '130452.681000', '130452.684000', '130452.686000', '130452.696000', '130452.698000', '130452.701000', '130452.703000', '130452.706000', '130452.718000', '130452.721000', '130452.724000', '130452.726000', '130512.597000', '130512.600000', '130512.603000', '130512.607000', '130512.610000', '130512.612000', '130512.615000', '130512.618000', '130512.620000', '130512.623000', '130512.626000', '130512.628000', '130512.631000', '130512.634000', '130512.636000', '130512.639000', '130512.642000', '130512.644000', '130512.647000', '130512.650000', '130512.652000', '130512.655000', '130512.657000', '130512.660000', '130512.663000', '130512.665000', '130512.668000', '130512.671000', '130512.673000', '130512.676000', '130512.679000', '130512.681000', '130512.684000', '130512.686000', '130512.689000', '130512.691000', '130512.694000', '130512.697000', '130512.700000', '130512.702000', '130512.705000', '130512.707000', '130512.710000', '130532.597000', '130532.599000', '130532.602000', '130532.605000', '130532.607000', '130532.610000', '130532.613000', '130532.615000', '130532.618000', '130532.620000', '130532.623000', '130532.626000', '130532.628000', '130532.631000', '130532.633000', '130532.636000', '130532.639000', '130532.641000', '130532.644000', '130532.646000', '130532.649000', '130532.652000', '130532.654000', '130532.657000', '130532.660000', '130532.662000', '130532.665000', '130532.667000', '130532.670000', '130532.672000', '130532.675000', '130532.677000', '130532.680000', '130532.683000', '130532.685000', '130532.688000', '130532.690000', '130532.693000', '130532.696000', '130532.698000', '130532.701000', '130532.703000', '130532.706000', '130532.709000', '130552.597000', '130552.599000', '130552.602000', '130552.605000', '130552.607000', '130552.610000', '130552.612000', '130552.615000', '130552.618000', '130552.621000', '130552.624000', '130552.627000', '130552.629000', '130552.632000', '130552.634000', '130552.637000', '130552.639000', '130552.642000', '130552.647000', '130552.649000', '130552.652000', '130552.655000', '130552.657000', '130552.660000', '130552.663000', '130552.665000', '130552.668000', '130552.671000', '130552.673000', '130552.676000', '130552.678000', '130552.681000', '130552.683000', '130552.686000', '130552.689000', '130552.691000', '130552.694000', '130552.697000', '130552.699000', '130552.702000', '130552.705000', '130552.707000', '130552.710000', '130611.926000', '130611.929000', '130611.932000', '130611.935000', '130611.938000', '130611.941000', '130611.944000', '130611.946000', '130611.949000', '130611.952000', '130611.955000', '130611.957000', '130611.960000', '130611.962000', '130611.965000', '130611.968000', '130611.970000', '130611.973000', '130611.976000', '130611.978000', '130611.981000', '130611.984000', '130611.986000', '130611.989000', '130611.992000', '130611.994000', '130611.997000', '130612.000000', '130612.002000', '130612.005000', '130612.008000', '130612.010000', '130612.013000', '130612.016000', '130612.018000', '130612.021000', '130612.024000', '130612.029000', '130612.033000', '130612.036000', '130612.039000', '130612.042000', '130612.044000'], 'InstanceCreationTime': ['125932.647000', '125932.650000', '125932.653000', '125932.655000', '125932.658000', '125932.661000', '125932.667000', '125932.670000', '125932.673000', '125932.675000', '125932.678000', '125932.680000', '125932.683000', '125932.686000', '125932.689000', '125932.692000', '125932.694000', '125932.697000', '125932.700000', '125932.702000', '125932.705000', '125932.707000', '125932.710000', '125932.712000', '125932.715000', '125932.717000', '125932.720000', '125932.723000', '125932.725000', '125932.728000', '125932.730000', '125932.733000', '125932.736000', '125932.738000', '125932.741000', '125932.744000', '125932.746000', '125932.749000', '125932.751000', '125932.754000', '125932.757000', '125932.759000', '125932.762000', '125932.765000', '125932.767000', '125952.597000', '125952.600000', '125952.603000', '125952.606000', '125952.608000', '125952.611000', '125952.613000', '125952.616000', '125952.619000', '125952.621000', '125952.624000', '125952.627000', '125952.629000', '125952.632000', '125952.634000', '125952.637000', '125952.640000', '125952.642000', '125952.645000', '125952.655000', '125952.658000', '125952.660000', '125952.663000', '125952.665000', '125952.668000', '125952.670000', '125952.673000', '125952.676000', '125952.678000', '125952.681000', '125952.684000', '125952.686000', '125952.689000', '125952.691000', '125952.694000', '125952.697000', '125952.699000', '125952.702000', '125952.704000', '125952.707000', '125952.709000', '125952.712000', '125952.715000', '125952.717000', '130012.597000', '130012.600000', '130012.603000', '130012.606000', '130012.608000', '130012.611000', '130012.613000', '130012.616000', '130012.618000', '130012.621000', '130012.624000', '130012.627000', '130012.629000', '130012.632000', '130012.634000', '130012.637000', '130012.640000', '130012.642000', '130012.645000', '130012.647000', '130012.650000', '130012.653000', '130012.655000', '130012.659000', '130012.661000', '130012.664000', '130012.667000', '130012.670000', '130012.672000', '130012.675000', '130012.677000', '130012.680000', '130012.683000', '130012.686000', '130012.688000', '130012.691000', '130012.693000', '130012.696000', '130012.699000', '130012.701000', '130012.704000', '130012.713000', '130012.716000', '130032.598000', '130032.600000', '130032.603000', '130032.606000', '130032.609000', '130032.611000', '130032.614000', '130032.616000', '130032.628000', '130032.630000', '130032.633000', '130032.636000', '130032.638000', '130032.641000', '130032.644000', '130032.646000', '130032.649000', '130032.651000', '130032.654000', '130032.656000', '130032.659000', '130032.662000', '130032.664000', '130032.667000', '130032.670000', '130032.672000', '130032.675000', '130032.677000', '130032.680000', '130032.683000', '130032.686000', '130032.697000', '130032.700000', '130032.703000', '130032.705000', '130032.708000', '130032.710000', '130032.713000', '130032.716000', '130032.718000', '130032.721000', '130032.723000', '130032.726000', '130032.729000', '130052.596000', '130052.599000', '130052.602000', '130052.604000', '130052.607000', '130052.610000', '130052.612000', '130052.615000', '130052.618000', '130052.620000', '130052.623000', '130052.626000', '130052.628000', '130052.631000', '130052.633000', '130052.636000', '130052.639000', '130052.641000', '130052.644000', '130052.653000', '130052.656000', '130052.658000', '130052.661000', '130052.664000', '130052.666000', '130052.669000', '130052.671000', '130052.674000', '130052.677000', '130052.679000', '130052.682000', '130052.684000', '130052.687000', '130052.690000', '130052.692000', '130052.695000', '130052.697000', '130052.700000', '130052.703000', '130052.705000', '130052.708000', '130052.710000', '130052.713000', '130112.596000', '130112.599000', '130112.602000', '130112.604000', '130112.607000', '130112.610000', '130112.612000', '130112.615000', '130112.617000', '130112.620000', '130112.623000', '130112.625000', '130112.628000', '130112.630000', '130112.633000', '130112.635000', '130112.638000', '130112.641000', '130112.643000', '130112.646000', '130112.648000', '130112.651000', '130112.654000', '130112.656000', '130112.659000', '130112.661000', '130112.664000', '130112.667000', '130112.669000', '130112.672000', '130112.675000', '130112.677000', '130112.680000', '130112.682000', '130112.685000', '130112.693000', '130112.696000', '130112.698000', '130112.701000', '130112.703000', '130112.706000', '130112.709000', '130112.711000', '130112.714000', '130132.597000', '130132.600000', '130132.603000', '130132.606000', '130132.608000', '130132.611000', '130132.613000', '130132.616000', '130132.619000', '130132.621000', '130132.624000', '130132.627000', '130132.629000', '130132.632000', '130132.634000', '130132.637000', '130132.640000', '130132.642000', '130132.645000', '130132.648000', '130132.650000', '130132.653000', '130132.656000', '130132.659000', '130132.661000', '130132.664000', '130132.666000', '130132.669000', '130132.672000', '130132.674000', '130132.677000', '130132.680000', '130132.682000', '130132.685000', '130132.687000', '130132.690000', '130132.693000', '130132.695000', '130132.698000', '130132.701000', '130132.703000', '130132.706000', '130132.708000', '130152.598000', '130152.600000', '130152.603000', '130152.606000', '130152.608000', '130152.611000', '130152.614000', '130152.616000', '130152.619000', '130152.622000', '130152.624000', '130152.627000', '130152.630000', '130152.632000', '130152.635000', '130152.637000', '130152.640000', '130152.643000', '130152.645000', '130152.648000', '130152.651000', '130152.653000', '130152.656000', '130152.658000', '130152.661000', '130152.664000', '130152.666000', '130152.669000', '130152.672000', '130152.674000', '130152.677000', '130152.679000', '130152.682000', '130152.685000', '130152.687000', '130152.690000', '130152.693000', '130152.695000', '130152.698000', '130152.700000', '130152.703000', '130152.706000', '130152.708000', '130152.711000', '130212.598000', '130212.600000', '130212.603000', '130212.620000', '130212.622000', '130212.625000', '130212.627000', '130212.630000', '130212.633000', '130212.635000', '130212.638000', '130212.641000', '130212.643000', '130212.646000', '130212.648000', '130212.651000', '130212.654000', '130212.656000', '130212.659000', '130212.661000', '130212.664000', '130212.667000', '130212.669000', '130212.672000', '130212.675000', '130212.677000', '130212.680000', '130212.682000', '130212.685000', '130212.688000', '130212.691000', '130212.693000', '130212.696000', '130212.698000', '130212.701000', '130212.704000', '130212.706000', '130212.709000', '130212.712000', '130212.714000', '130212.717000', '130212.719000', '130212.722000', '130232.597000', '130232.600000', '130232.603000', '130232.606000', '130232.608000', '130232.611000', '130232.613000', '130232.616000', '130232.619000', '130232.621000', '130232.624000', '130232.627000', '130232.629000', '130232.632000', '130232.634000', '130232.637000', '130232.640000', '130232.642000', '130232.645000', '130232.648000', '130232.650000', '130232.653000', '130232.655000', '130232.658000', '130232.660000', '130232.663000', '130232.666000', '130232.668000', '130232.671000', '130232.674000', '130232.676000', '130232.679000', '130232.682000', '130232.684000', '130232.687000', '130232.690000', '130232.692000', '130232.695000', '130232.697000', '130232.700000', '130232.703000', '130232.705000', '130232.715000', '130232.717000', '130252.598000', '130252.601000', '130252.603000', '130252.606000', '130252.608000', '130252.611000', '130252.614000', '130252.616000', '130252.619000', '130252.622000', '130252.624000', '130252.627000', '130252.629000', '130252.632000', '130252.635000', '130252.637000', '130252.640000', '130252.642000', '130252.645000', '130252.648000', '130252.650000', '130252.653000', '130252.655000', '130252.658000', '130252.661000', '130252.663000', '130252.666000', '130252.668000', '130252.671000', '130252.674000', '130252.676000', '130252.679000', '130252.682000', '130252.684000', '130252.687000', '130252.690000', '130252.692000', '130252.695000', '130252.697000', '130252.700000', '130252.703000', '130252.705000', '130252.708000', '130312.597000', '130312.599000', '130312.602000', '130312.605000', '130312.607000', '130312.610000', '130312.613000', '130312.615000', '130312.618000', '130312.621000', '130312.623000', '130312.626000', '130312.629000', '130312.631000', '130312.634000', '130312.636000', '130312.639000', '130312.642000', '130312.644000', '130312.647000', '130312.650000', '130312.652000', '130312.655000', '130312.658000', '130312.660000', '130312.663000', '130312.666000', '130312.668000', '130312.671000', '130312.673000', '130312.676000', '130312.679000', '130312.681000', '130312.684000', '130312.686000', '130312.689000', '130312.692000', '130312.694000', '130312.697000', '130312.700000', '130312.702000', '130312.705000', '130312.707000', '130312.710000', '130332.597000', '130332.599000', '130332.602000', '130332.605000', '130332.608000', '130332.610000', '130332.613000', '130332.615000', '130332.618000', '130332.621000', '130332.623000', '130332.626000', '130332.629000', '130332.631000', '130332.634000', '130332.637000', '130332.639000', '130332.642000', '130332.644000', '130332.647000', '130332.650000', '130332.652000', '130332.655000', '130332.657000', '130332.660000', '130332.663000', '130332.665000', '130332.668000', '130332.686000', '130332.689000', '130332.692000', '130332.694000', '130332.697000', '130332.699000', '130332.702000', '130332.705000', '130332.707000', '130332.710000', '130332.713000', '130332.715000', '130332.718000', '130332.720000', '130332.723000', '130352.597000', '130352.600000', '130352.603000', '130352.606000', '130352.609000', '130352.612000', '130352.615000', '130352.617000', '130352.620000', '130352.623000', '130352.625000', '130352.628000', '130352.631000', '130352.633000', '130352.636000', '130352.639000', '130352.641000', '130352.644000', '130352.647000', '130352.649000', '130352.652000', '130352.655000', '130352.657000', '130352.660000', '130352.662000', '130352.665000', '130352.668000', '130352.670000', '130352.673000', '130352.676000', '130352.678000', '130352.681000', '130352.684000', '130352.687000', '130352.689000', '130352.692000', '130352.694000', '130352.697000', '130352.700000', '130352.702000', '130352.705000', '130352.708000', '130352.710000', '130412.598000', '130412.600000', '130412.603000', '130412.606000', '130412.609000', '130412.611000', '130412.614000', '130412.616000', '130412.619000', '130412.622000', '130412.624000', '130412.627000', '130412.629000', '130412.632000', '130412.635000', '130412.637000', '130412.640000', '130412.643000', '130412.645000', '130412.648000', '130412.651000', '130412.653000', '130412.656000', '130412.658000', '130412.661000', '130412.664000', '130412.666000', '130412.669000', '130412.672000', '130412.674000', '130412.677000', '130412.679000', '130412.682000', '130412.685000', '130412.687000', '130412.690000', '130412.693000', '130412.695000', '130412.698000', '130412.700000', '130412.703000', '130412.706000', '130412.708000', '130412.711000', '130432.598000', '130432.601000', '130432.603000', '130432.607000', '130432.610000', '130432.612000', '130432.615000', '130432.617000', '130432.620000', '130432.623000', '130432.625000', '130432.628000', '130432.631000', '130432.634000', '130432.636000', '130432.639000', '130432.641000', '130432.644000', '130432.647000', '130432.649000', '130432.652000', '130432.654000', '130432.657000', '130432.660000', '130432.663000', '130432.665000', '130432.668000', '130432.671000', '130432.673000', '130432.676000', '130432.678000', '130432.681000', '130432.684000', '130432.686000', '130432.689000', '130432.692000', '130432.694000', '130432.697000', '130432.700000', '130432.702000', '130432.705000', '130432.707000', '130432.710000', '130432.713000', '130452.597000', '130452.600000', '130452.603000', '130452.606000', '130452.608000', '130452.611000', '130452.613000', '130452.616000', '130452.619000', '130452.621000', '130452.624000', '130452.627000', '130452.629000', '130452.632000', '130452.635000', '130452.637000', '130452.640000', '130452.642000', '130452.645000', '130452.648000', '130452.650000', '130452.653000', '130452.656000', '130452.658000', '130452.661000', '130452.664000', '130452.666000', '130452.671000', '130452.673000', '130452.676000', '130452.678000', '130452.681000', '130452.684000', '130452.686000', '130452.696000', '130452.698000', '130452.701000', '130452.703000', '130452.706000', '130452.718000', '130452.721000', '130452.724000', '130452.726000', '130512.597000', '130512.600000', '130512.603000', '130512.607000', '130512.610000', '130512.612000', '130512.615000', '130512.618000', '130512.620000', '130512.623000', '130512.626000', '130512.628000', '130512.631000', '130512.634000', '130512.636000', '130512.639000', '130512.642000', '130512.644000', '130512.647000', '130512.650000', '130512.652000', '130512.655000', '130512.657000', '130512.660000', '130512.663000', '130512.665000', '130512.668000', '130512.671000', '130512.673000', '130512.676000', '130512.679000', '130512.681000', '130512.684000', '130512.686000', '130512.689000', '130512.691000', '130512.694000', '130512.697000', '130512.700000', '130512.702000', '130512.705000', '130512.707000', '130512.710000', '130532.597000', '130532.599000', '130532.602000', '130532.605000', '130532.607000', '130532.610000', '130532.613000', '130532.615000', '130532.618000', '130532.620000', '130532.623000', '130532.626000', '130532.628000', '130532.631000', '130532.633000', '130532.636000', '130532.639000', '130532.641000', '130532.644000', '130532.646000', '130532.649000', '130532.652000', '130532.654000', '130532.657000', '130532.660000', '130532.662000', '130532.665000', '130532.667000', '130532.670000', '130532.672000', '130532.675000', '130532.677000', '130532.680000', '130532.683000', '130532.685000', '130532.688000', '130532.690000', '130532.693000', '130532.696000', '130532.698000', '130532.701000', '130532.703000', '130532.706000', '130532.709000', '130552.597000', '130552.599000', '130552.602000', '130552.605000', '130552.607000', '130552.610000', '130552.612000', '130552.615000', '130552.618000', '130552.621000', '130552.624000', '130552.627000', '130552.629000', '130552.632000', '130552.634000', '130552.637000', '130552.639000', '130552.642000', '130552.647000', '130552.649000', '130552.652000', '130552.655000', '130552.657000', '130552.660000', '130552.663000', '130552.665000', '130552.668000', '130552.671000', '130552.673000', '130552.676000', '130552.678000', '130552.681000', '130552.683000', '130552.686000', '130552.689000', '130552.691000', '130552.694000', '130552.697000', '130552.699000', '130552.702000', '130552.705000', '130552.707000', '130552.710000', '130611.926000', '130611.929000', '130611.932000', '130611.935000', '130611.938000', '130611.941000', '130611.944000', '130611.946000', '130611.949000', '130611.952000', '130611.955000', '130611.957000', '130611.960000', '130611.962000', '130611.965000', '130611.968000', '130611.970000', '130611.973000', '130611.976000', '130611.978000', '130611.981000', '130611.984000', '130611.986000', '130611.989000', '130611.992000', '130611.994000', '130611.997000', '130612.000000', '130612.002000', '130612.005000', '130612.008000', '130612.010000', '130612.013000', '130612.016000', '130612.018000', '130612.021000', '130612.024000', '130612.029000', '130612.033000', '130612.036000', '130612.039000', '130612.042000', '130612.044000'], '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': [8932, 10503, 8094, 8067, 7938, 7512, 7815, 8334, 7867, 9950, 7823, 7678, 7837, 8462, 7922, 7555, 7657, 8072, 7450, 8439, 7660, 8410, 7835, 8270, 7498, 8597, 7520, 7937, 8013, 8079, 7629, 7931, 7815, 7967, 8494, 8877, 8089, 8503, 8066, 8705, 8788, 7508, 10378, 7863, 9502, 7546, 9009, 8387, 7204, 7574, 7017, 7751, 7965, 7909, 8067, 7497, 7514, 7555, 8279, 8331, 7861, 8860, 8099, 8066, 7557, 8560, 8640, 10132, 8383, 8054, 8305, 8481, 8955, 9207, 8020, 8932, 8188, 8358, 8252, 9794, 7596, 8334, 7752, 8017, 7736, 7295, 7844, 7955, 7476, 7754, 7459, 7661, 9848, 7838, 8495, 8360, 8307, 8405, 9987, 7595, 8834, 7522, 9271, 7483, 8822, 7444, 7303, 7363, 8137, 7400, 8703, 7908, 7657, 8949, 9245, 7814, 8516, 9646, 8088, 9239, 8476, 9394, 8953, 9615, 8668, 8468, 8626, 9590, 8422, 8294, 8020, 9004, 8327, 9004, 10529, 9546, 9223, 9096, 8750, 9304, 10066, 7885, 8365, 8422, 7167, 8692, 9046, 8539, 9011, 7974, 7546, 8032, 9910, 8854, 8641, 10080, 8233, 8808, 8819, 8423, 8530, 8830, 7836, 8383, 7738, 8655, 9507, 8746, 10668, 8223, 9606, 8072, 8708, 8740, 8938, 7681, 7977, 8079, 9507, 9228, 8026, 8348, 8090, 7670, 8264, 9322, 8672, 8859, 8666, 8815, 8695, 8451, 9400, 8213, 8699, 8063, 8688, 7974, 8739, 9601, 9617, 9055, 9021, 8906, 8688, 9391, 7805, 8174, 8268, 8825, 8426, 8914, 8402, 9238, 9260, 8518, 8787, 8618, 8639, 7998, 8801, 7776, 8765, 8557, 7869, 11077, 9537, 8729, 9212, 8711, 9451, 10794, 7819, 7879, 8019, 9201, 8859, 8514, 9658, 8790, 9911, 8336, 9978, 9548, 8659, 10665, 9041, 11423, 8458, 8911, 8551, 7560, 8578, 8749, 8913, 9589, 8288, 8963, 8118, 8947, 8227, 9394, 8001, 8787, 8884, 8673, 9337, 8772, 7989, 10246, 9405, 9229, 9774, 10102, 8999, 11281, 8293, 11317, 8376, 10200, 8881, 8643, 8000, 8733, 8077, 9182, 8092, 9383, 8756, 9827, 7851, 9244, 9750, 8843, 8128, 8780, 9230, 8475, 9791, 8222, 10129, 10844, 8437, 9085, 9081, 9536, 9165, 10346, 9041, 9707, 8474, 9708, 8585, 10262, 9164, 9358, 9687, 8767, 9576, 8721, 10051, 8813, 10433, 10154, 9264, 9217, 9019, 9827, 8719, 9564, 9879, 9813, 9909, 8664, 9187, 9072, 9792, 8471, 9567, 8584, 9837, 8701, 10040, 9053, 9474, 9671, 9161, 8209, 8879, 9842, 8677, 8972, 8401, 10303, 10745, 8529, 8295, 9008, 9747, 8738, 9364, 8905, 9641, 10147, 8859, 8372, 9341, 10250, 8753, 10596, 9007, 9485, 9595, 9090, 9337, 8752, 9619, 8461, 9030, 8888, 9910, 9087, 8551, 9949, 8575, 9558, 7570, 8764, 9508, 8820, 9050, 9627, 9709, 10918, 8974, 9511, 8830, 9075, 8744, 9698, 8710, 8866, 8413, 10416, 10619, 8692, 7748, 8704, 9676, 8830, 10074, 8530, 8903, 8447, 8809, 8611, 10293, 9937, 8834, 8164, 8465, 8001, 8217, 10311, 8921, 10352, 9799, 8762, 9855, 9106, 9997, 9055, 10378, 9935, 8897, 9361, 8867, 9215, 9104, 9725, 8320, 8950, 8345, 9991, 10548, 8294, 8317, 8652, 9575, 8340, 9913, 9329, 9094, 8821, 8918, 9824, 9075, 11000, 11028, 8735, 8613, 8780, 9747, 8979, 9691, 9337, 10047, 9187, 9617, 8879, 9194, 10454, 8415, 8912, 8807, 9748, 8812, 9237, 8593, 10011, 10536, 8899, 8554, 9491, 10371, 8659, 8838, 8349, 10366, 9361, 9151, 8429, 8863, 9545, 8566, 10488, 9966, 8981, 8876, 8771, 9877, 9013, 9933, 9381, 10148, 9352, 9329, 10321, 9178, 9062, 8730, 9737, 8746, 9636, 8803, 9495, 9200, 9708, 10436, 9309, 9741, 9027, 8937, 8814, 9528, 8405, 9036, 8298, 10146, 10032, 8914, 9776, 8712, 9961, 8933, 10401, 10052, 8806, 8223, 8807, 10301, 9006, 9916, 8650, 9304, 9053, 10823, 8975, 9734, 8520, 10545, 9812, 9113, 9293, 8614, 9988, 8824, 8906, 8466, 9315, 7973, 8802, 9543, 9046, 9023, 9378, 8816, 9093, 8619, 9036, 8527, 8501, 10427, 8801, 9831, 8258, 9490, 8252, 8599, 8054, 9054, 8428, 8949, 9541, 8506, 8564, 7949, 8885, 9103, 7973, 10468, 8468, 9319, 7963, 8471, 7881, 9212, 9975, 8141, 8691, 7790, 8347, 7890, 9353, 8149, 9148, 10286, 8018, 8566, 8018, 8071, 8239, 8909, 8137, 8820, 9879, 7968, 8659, 8789, 9868, 8266, 10054, 8603, 8689, 9799, 8370, 9317, 8131, 9080, 8036, 10174, 8789, 8837, 8840, 8350, 9414, 8475, 9966, 8684, 10273, 9101, 8983, 8774, 8741, 7454, 8588, 9573, 8650, 10278, 8119, 9505, 9210, 9183, 10402, 10011, 9406, 9332, 9540, 8996, 9498, 9733, 9028, 9553, 8746, 9680, 10402, 9987, 10880, 8949, 8161, 9206, 9566, 8986, 9534, 9896, 10185, 8841, 9342, 8171, 9337, 9692, 9076, 9960, 8603, 10346, 10080, 9161, 9350, 9503, 9315, 9052, 10420, 11503, 9172, 9261, 9366, 9747, 9081, 10636, 10690, 9228, 9248, 9012, 9660, 8526, 10108, 9645, 9542, 9693, 8140, 9129, 7612, 8555, 10247, 9740, 8121, 8706, 8182, 9118, 10224, 9019, 9287, 7778, 9289, 8116, 9242, 9436, 8034, 9573, 8137, 9781, 9091, 8894, 8065, 8286, 8628, 7836, 9266, 9099, 8571, 9163, 7940, 9270, 8519, 8498, 10132, 8550, 8647, 7791, 8095, 8159, 9568, 10656, 8416, 10399, 7679, 9159, 7988, 8516, 7892, 7963, 8121, 8687, 9023, 8041, 9695, 8321, 8770, 7609, 8330, 7883, 8888, 10758, 8492, 8309, 7725, 8524, 7628, 8765, 8608, 9303, 10986, 8236, 10530, 7828, 9277, 8432, 8307, 7877, 8723, 7818, 8108, 7957, 9342, 9100, 8135, 9605, 7734, 8540, 8136, 7950, 8132, 8782, 8005, 8551, 7801, 9003, 8306, 9500, 9008, 8713, 9335, 8025, 9353, 8258, 9213, 8564, 8678, 9030, 8738, 8078, 8805, 9671, 8754, 9237, 9917, 8588, 8024, 8196, 9569, 9626, 9548, 11419, 8718, 11394, 8433, 10364, 8197, 8576, 8116, 9258, 8223, 8956, 8225, 9041, 9279, 8218, 9176, 8441, 8826, 8725, 9256, 8287, 9270, 8337, 9383, 8570, 9928, 10285, 8918, 8259, 9054, 8300, 9051, 9475, 8589, 8995, 8390, 9770, 8582, 9845, 11041, 8552, 8177, 8477, 8933, 9040, 9753, 9628, 10457, 9412, 9289, 8877, 9340, 10005, 8668, 9180, 8871, 10297, 10022, 9005, 10326, 9175, 9465, 8593, 9736, 8857, 8973, 10253, 9778, 9484, 9760, 10593, 9271, 9271, 8653, 9636, 8662, 9286, 8658, 10052, 10160, 8761, 9163], 'WindowCenter': [3686.0, 3692.0, 3656.0, 3644.0, 3642.0, 3632.0, 3642.0, 3642.0, 3643.0, 3663.0, 3642.0, 3641.0, 3643.0, 3642.0, 3643.0, 3641.0, 3642.0, 3641.0, 3642.0, 3653.0, 3642.0, 3642.0, 3642.0, 3641.0, 3631.0, 3652.0, 3641.0, 3641.0, 3641.0, 3641.0, 3630.0, 3642.0, 3642.0, 3642.0, 3652.0, 3652.0, 3641.0, 3653.0, 3642.0, 3654.0, 3653.0, 3644.0, 3663.0, 3643.0, 3663.0, 3644.0, 3652.0, 3643.0, 3630.0, 3642.0, 3631.0, 3641.0, 3642.0, 3642.0, 3639.0, 3630.0, 3629.0, 3641.0, 3641.0, 3641.0, 3641.0, 3651.0, 3640.0, 3640.0, 3641.0, 3640.0, 3641.0, 3661.0, 3640.0, 3629.0, 3641.0, 3639.0, 3651.0, 3651.0, 3641.0, 3650.0, 3641.0, 3641.0, 3642.0, 3662.0, 3642.0, 3641.0, 3642.0, 3642.0, 3643.0, 3632.0, 3643.0, 3641.0, 3631.0, 3642.0, 3631.0, 3642.0, 3663.0, 3631.0, 3640.0, 3640.0, 3641.0, 3641.0, 3651.0, 3630.0, 3650.0, 3641.0, 3651.0, 3630.0, 3650.0, 3631.0, 3630.0, 3630.0, 3641.0, 3632.0, 3653.0, 3643.0, 3654.0, 3653.0, 3663.0, 3642.0, 3654.0, 3663.0, 3642.0, 3652.0, 3653.0, 3663.0, 3653.0, 3665.0, 3654.0, 3654.0, 3654.0, 3665.0, 3654.0, 3642.0, 3642.0, 3652.0, 3641.0, 3651.0, 3662.0, 3650.0, 3650.0, 3649.0, 3639.0, 3651.0, 3650.0, 3641.0, 3639.0, 3641.0, 3630.0, 3653.0, 3652.0, 3654.0, 3664.0, 3643.0, 3643.0, 3655.0, 3677.0, 3665.0, 3656.0, 3675.0, 3654.0, 3653.0, 3665.0, 3654.0, 3655.0, 3653.0, 3642.0, 3653.0, 3642.0, 3653.0, 3663.0, 3653.0, 3662.0, 3641.0, 3648.0, 3641.0, 3640.0, 3641.0, 3651.0, 3630.0, 3640.0, 3641.0, 3663.0, 3651.0, 3643.0, 3640.0, 3642.0, 3640.0, 3652.0, 3652.0, 3652.0, 3652.0, 3651.0, 3652.0, 3652.0, 3653.0, 3652.0, 3642.0, 3651.0, 3641.0, 3651.0, 3641.0, 3652.0, 3651.0, 3651.0, 3650.0, 3651.0, 3651.0, 3650.0, 3650.0, 3641.0, 3639.0, 3640.0, 3651.0, 3641.0, 3651.0, 3640.0, 3652.0, 3651.0, 3653.0, 3652.0, 3654.0, 3653.0, 3642.0, 3652.0, 3642.0, 3653.0, 3653.0, 3641.0, 3661.0, 3650.0, 3639.0, 3650.0, 3640.0, 3651.0, 3661.0, 3630.0, 3640.0, 3641.0, 3651.0, 3651.0, 3653.0, 3664.0, 3665.0, 3676.0, 3655.0, 3665.0, 3664.0, 3654.0, 3664.0, 3654.0, 3673.0, 3643.0, 3640.0, 3641.0, 3629.0, 3652.0, 3652.0, 3651.0, 3651.0, 3641.0, 3652.0, 3642.0, 3665.0, 3654.0, 3666.0, 3652.0, 3666.0, 3666.0, 3667.0, 3678.0, 3667.0, 3656.0, 3665.0, 3665.0, 3654.0, 3665.0, 3664.0, 3654.0, 3662.0, 3641.0, 3661.0, 3641.0, 3661.0, 3651.0, 3640.0, 3640.0, 3639.0, 3640.0, 3651.0, 3641.0, 3651.0, 3641.0, 3663.0, 3641.0, 3662.0, 3662.0, 3653.0, 3642.0, 3653.0, 3663.0, 3653.0, 3675.0, 3654.0, 3674.0, 3675.0, 3654.0, 3654.0, 3654.0, 3663.0, 3664.0, 3663.0, 3652.0, 3651.0, 3640.0, 3649.0, 3640.0, 3663.0, 3652.0, 3653.0, 3651.0, 3640.0, 3651.0, 3639.0, 3662.0, 3651.0, 3662.0, 3661.0, 3651.0, 3649.0, 3651.0, 3662.0, 3651.0, 3662.0, 3661.0, 3662.0, 3651.0, 3652.0, 3651.0, 3649.0, 3651.0, 3639.0, 3650.0, 3640.0, 3662.0, 3639.0, 3662.0, 3650.0, 3651.0, 3651.0, 3663.0, 3652.0, 3653.0, 3663.0, 3652.0, 3653.0, 3653.0, 3675.0, 3674.0, 3654.0, 3642.0, 3653.0, 3663.0, 3653.0, 3663.0, 3653.0, 3664.0, 3663.0, 3653.0, 3653.0, 3664.0, 3663.0, 3653.0, 3672.0, 3651.0, 3664.0, 3664.0, 3665.0, 3653.0, 3654.0, 3663.0, 3642.0, 3652.0, 3650.0, 3663.0, 3652.0, 3653.0, 3664.0, 3653.0, 3664.0, 3642.0, 3653.0, 3663.0, 3664.0, 3654.0, 3663.0, 3663.0, 3662.0, 3652.0, 3662.0, 3653.0, 3651.0, 3652.0, 3651.0, 3640.0, 3651.0, 3652.0, 3674.0, 3674.0, 3654.0, 3641.0, 3653.0, 3663.0, 3664.0, 3664.0, 3654.0, 3652.0, 3641.0, 3652.0, 3652.0, 3663.0, 3661.0, 3652.0, 3640.0, 3653.0, 3642.0, 3653.0, 3663.0, 3653.0, 3674.0, 3663.0, 3654.0, 3663.0, 3664.0, 3664.0, 3654.0, 3662.0, 3663.0, 3654.0, 3653.0, 3653.0, 3652.0, 3652.0, 3651.0, 3639.0, 3650.0, 3640.0, 3662.0, 3661.0, 3641.0, 3640.0, 3651.0, 3662.0, 3640.0, 3662.0, 3651.0, 3651.0, 3650.0, 3651.0, 3662.0, 3652.0, 3674.0, 3673.0, 3651.0, 3650.0, 3651.0, 3662.0, 3651.0, 3651.0, 3651.0, 3661.0, 3650.0, 3651.0, 3650.0, 3651.0, 3660.0, 3641.0, 3649.0, 3650.0, 3661.0, 3651.0, 3652.0, 3652.0, 3663.0, 3661.0, 3653.0, 3653.0, 3664.0, 3662.0, 3654.0, 3653.0, 3642.0, 3664.0, 3653.0, 3664.0, 3642.0, 3653.0, 3664.0, 3653.0, 3676.0, 3663.0, 3666.0, 3653.0, 3653.0, 3664.0, 3654.0, 3664.0, 3652.0, 3663.0, 3652.0, 3653.0, 3663.0, 3653.0, 3651.0, 3652.0, 3651.0, 3652.0, 3663.0, 3652.0, 3663.0, 3651.0, 3663.0, 3673.0, 3664.0, 3664.0, 3654.0, 3653.0, 3654.0, 3663.0, 3642.0, 3664.0, 3653.0, 3674.0, 3664.0, 3652.0, 3663.0, 3653.0, 3664.0, 3653.0, 3674.0, 3663.0, 3651.0, 3652.0, 3653.0, 3663.0, 3653.0, 3664.0, 3654.0, 3665.0, 3665.0, 3675.0, 3654.0, 3664.0, 3653.0, 3675.0, 3663.0, 3653.0, 3652.0, 3641.0, 3661.0, 3652.0, 3652.0, 3641.0, 3651.0, 3640.0, 3651.0, 3651.0, 3652.0, 3653.0, 3663.0, 3664.0, 3653.0, 3654.0, 3665.0, 3655.0, 3654.0, 3664.0, 3652.0, 3663.0, 3654.0, 3663.0, 3654.0, 3652.0, 3641.0, 3652.0, 3642.0, 3654.0, 3663.0, 3653.0, 3652.0, 3641.0, 3652.0, 3652.0, 3641.0, 3662.0, 3642.0, 3651.0, 3629.0, 3639.0, 3628.0, 3650.0, 3648.0, 3628.0, 3626.0, 3616.0, 3626.0, 3626.0, 3637.0, 3626.0, 3637.0, 3647.0, 3626.0, 3625.0, 3625.0, 3626.0, 3627.0, 3637.0, 3624.0, 3638.0, 3648.0, 3639.0, 3639.0, 3640.0, 3649.0, 3639.0, 3661.0, 3640.0, 3652.0, 3650.0, 3641.0, 3650.0, 3629.0, 3639.0, 3629.0, 3662.0, 3638.0, 3650.0, 3639.0, 3640.0, 3650.0, 3640.0, 3662.0, 3640.0, 3662.0, 3640.0, 3651.0, 3640.0, 3652.0, 3642.0, 3666.0, 3673.0, 3663.0, 3685.0, 3654.0, 3674.0, 3674.0, 3676.0, 3688.0, 3675.0, 3676.0, 3664.0, 3677.0, 3664.0, 3676.0, 3665.0, 3662.0, 3664.0, 3653.0, 3662.0, 3674.0, 3663.0, 3673.0, 3652.0, 3652.0, 3661.0, 3661.0, 3663.0, 3662.0, 3662.0, 3673.0, 3651.0, 3664.0, 3654.0, 3664.0, 3663.0, 3661.0, 3674.0, 3651.0, 3675.0, 3674.0, 3663.0, 3662.0, 3662.0, 3664.0, 3665.0, 3675.0, 3685.0, 3663.0, 3662.0, 3663.0, 3675.0, 3664.0, 3676.0, 3675.0, 3666.0, 3664.0, 3652.0, 3663.0, 3653.0, 3664.0, 3653.0, 3663.0, 3663.0, 3642.0, 3664.0, 3643.0, 3654.0, 3675.0, 3664.0, 3643.0, 3653.0, 3642.0, 3653.0, 3663.0, 3653.0, 3652.0, 3630.0, 3650.0, 3639.0, 3652.0, 3649.0, 3641.0, 3650.0, 3640.0, 3663.0, 3652.0, 3651.0, 3642.0, 3640.0, 3653.0, 3642.0, 3665.0, 3665.0, 3655.0, 3665.0, 3641.0, 3665.0, 3653.0, 3655.0, 3664.0, 3652.0, 3653.0, 3642.0, 3642.0, 3642.0, 3663.0, 3662.0, 3641.0, 3659.0, 3630.0, 3651.0, 3641.0, 3640.0, 3640.0, 3640.0, 3640.0, 3651.0, 3650.0, 3641.0, 3650.0, 3641.0, 3640.0, 3630.0, 3652.0, 3639.0, 3651.0, 3671.0, 3652.0, 3641.0, 3641.0, 3640.0, 3630.0, 3651.0, 3640.0, 3650.0, 3660.0, 3639.0, 3649.0, 3628.0, 3638.0, 3639.0, 3638.0, 3628.0, 3638.0, 3627.0, 3628.0, 3627.0, 3649.0, 3638.0, 3640.0, 3649.0, 3629.0, 3638.0, 3640.0, 3639.0, 3640.0, 3640.0, 3640.0, 3640.0, 3629.0, 3651.0, 3640.0, 3649.0, 3650.0, 3651.0, 3650.0, 3641.0, 3650.0, 3654.0, 3662.0, 3654.0, 3664.0, 3653.0, 3652.0, 3640.0, 3653.0, 3662.0, 3649.0, 3652.0, 3663.0, 3653.0, 3642.0, 3653.0, 3663.0, 3651.0, 3651.0, 3658.0, 3637.0, 3658.0, 3628.0, 3647.0, 3627.0, 3624.0, 3626.0, 3637.0, 3636.0, 3638.0, 3638.0, 3649.0, 3649.0, 3639.0, 3647.0, 3651.0, 3651.0, 3652.0, 3651.0, 3651.0, 3663.0, 3651.0, 3665.0, 3653.0, 3675.0, 3675.0, 3665.0, 3654.0, 3666.0, 3655.0, 3666.0, 3665.0, 3663.0, 3665.0, 3655.0, 3675.0, 3665.0, 3677.0, 3687.0, 3666.0, 3655.0, 3666.0, 3667.0, 3667.0, 3677.0, 3675.0, 3688.0, 3667.0, 3677.0, 3665.0, 3677.0, 3674.0, 3666.0, 3663.0, 3654.0, 3674.0, 3664.0, 3665.0, 3663.0, 3663.0, 3663.0, 3652.0, 3663.0, 3651.0, 3652.0, 3662.0, 3662.0, 3651.0, 3663.0, 3673.0, 3663.0, 3648.0, 3652.0, 3651.0, 3651.0, 3664.0, 3652.0, 3675.0, 3674.0, 3653.0, 3663.0], 'WindowWidth': [8319.0, 8319.0, 8258.0, 8237.0, 8232.0, 8217.0, 8232.0, 8229.0, 8233.0, 8259.0, 8231.0, 8228.0, 8233.0, 8229.0, 8233.0, 8228.0, 8229.0, 8227.0, 8230.0, 8246.0, 8231.0, 8230.0, 8229.0, 8228.0, 8213.0, 8244.0, 8228.0, 8227.0, 8226.0, 8227.0, 8211.0, 8230.0, 8229.0, 8229.0, 8242.0, 8243.0, 8227.0, 8245.0, 8230.0, 8249.0, 8246.0, 8237.0, 8258.0, 8233.0, 8260.0, 8236.0, 8243.0, 8234.0, 8212.0, 8229.0, 8214.0, 8228.0, 8229.0, 8231.0, 8222.0, 8212.0, 8209.0, 8228.0, 8228.0, 8227.0, 8226.0, 8238.0, 8225.0, 8223.0, 8228.0, 8225.0, 8226.0, 8251.0, 8224.0, 8206.0, 8227.0, 8222.0, 8241.0, 8239.0, 8225.0, 8238.0, 8228.0, 8227.0, 8230.0, 8256.0, 8230.0, 8226.0, 8231.0, 8232.0, 8234.0, 8217.0, 8232.0, 8227.0, 8215.0, 8231.0, 8216.0, 8229.0, 8258.0, 8212.0, 8224.0, 8226.0, 8226.0, 8226.0, 8238.0, 8211.0, 8237.0, 8226.0, 8241.0, 8213.0, 8237.0, 8214.0, 8209.0, 8212.0, 8225.0, 8217.0, 8245.0, 8233.0, 8252.0, 8246.0, 8261.0, 8233.0, 8251.0, 8261.0, 8233.0, 8244.0, 8248.0, 8261.0, 8248.0, 8267.0, 8250.0, 8252.0, 8250.0, 8265.0, 8251.0, 8230.0, 8229.0, 8242.0, 8228.0, 8239.0, 8255.0, 8236.0, 8234.0, 8235.0, 8221.0, 8239.0, 8237.0, 8227.0, 8222.0, 8227.0, 8210.0, 8246.0, 8246.0, 8251.0, 8263.0, 8235.0, 8236.0, 8254.0, 8285.0, 8268.0, 8258.0, 8279.0, 8251.0, 8247.0, 8267.0, 8249.0, 8252.0, 8247.0, 8232.0, 8246.0, 8231.0, 8247.0, 8258.0, 8245.0, 8255.0, 8226.0, 8232.0, 8228.0, 8224.0, 8227.0, 8238.0, 8211.0, 8226.0, 8227.0, 8259.0, 8241.0, 8233.0, 8224.0, 8232.0, 8225.0, 8244.0, 8244.0, 8244.0, 8242.0, 8240.0, 8244.0, 8244.0, 8246.0, 8243.0, 8232.0, 8239.0, 8227.0, 8240.0, 8228.0, 8242.0, 8242.0, 8239.0, 8238.0, 8240.0, 8241.0, 8239.0, 8238.0, 8226.0, 8222.0, 8226.0, 8241.0, 8227.0, 8240.0, 8226.0, 8242.0, 8242.0, 8248.0, 8245.0, 8249.0, 8246.0, 8231.0, 8245.0, 8230.0, 8246.0, 8246.0, 8228.0, 8254.0, 8237.0, 8220.0, 8237.0, 8224.0, 8240.0, 8252.0, 8212.0, 8226.0, 8227.0, 8239.0, 8241.0, 8246.0, 8262.0, 8267.0, 8281.0, 8252.0, 8266.0, 8263.0, 8250.0, 8261.0, 8249.0, 8272.0, 8232.0, 8222.0, 8226.0, 8208.0, 8241.0, 8242.0, 8240.0, 8240.0, 8226.0, 8243.0, 8231.0, 8265.0, 8250.0, 8270.0, 8247.0, 8270.0, 8269.0, 8273.0, 8287.0, 8273.0, 8257.0, 8267.0, 8265.0, 8248.0, 8266.0, 8263.0, 8249.0, 8257.0, 8227.0, 8251.0, 8228.0, 8252.0, 8240.0, 8222.0, 8223.0, 8221.0, 8223.0, 8240.0, 8227.0, 8241.0, 8227.0, 8259.0, 8228.0, 8257.0, 8255.0, 8246.0, 8231.0, 8246.0, 8261.0, 8248.0, 8281.0, 8251.0, 8279.0, 8279.0, 8251.0, 8247.0, 8249.0, 8259.0, 8262.0, 8261.0, 8244.0, 8240.0, 8224.0, 8235.0, 8224.0, 8258.0, 8242.0, 8246.0, 8238.0, 8223.0, 8238.0, 8222.0, 8254.0, 8239.0, 8255.0, 8253.0, 8239.0, 8235.0, 8239.0, 8256.0, 8241.0, 8256.0, 8253.0, 8254.0, 8238.0, 8241.0, 8240.0, 8236.0, 8239.0, 8221.0, 8236.0, 8224.0, 8255.0, 8222.0, 8254.0, 8238.0, 8240.0, 8240.0, 8261.0, 8245.0, 8248.0, 8259.0, 8244.0, 8247.0, 8248.0, 8278.0, 8275.0, 8250.0, 8230.0, 8245.0, 8260.0, 8246.0, 8261.0, 8247.0, 8262.0, 8259.0, 8246.0, 8247.0, 8263.0, 8259.0, 8248.0, 8271.0, 8241.0, 8262.0, 8262.0, 8265.0, 8246.0, 8250.0, 8258.0, 8231.0, 8243.0, 8237.0, 8259.0, 8244.0, 8247.0, 8264.0, 8248.0, 8264.0, 8232.0, 8247.0, 8261.0, 8263.0, 8248.0, 8260.0, 8260.0, 8257.0, 8243.0, 8257.0, 8245.0, 8241.0, 8244.0, 8239.0, 8225.0, 8242.0, 8245.0, 8276.0, 8274.0, 8250.0, 8228.0, 8247.0, 8261.0, 8263.0, 8261.0, 8250.0, 8244.0, 8226.0, 8243.0, 8245.0, 8261.0, 8254.0, 8244.0, 8225.0, 8245.0, 8230.0, 8248.0, 8260.0, 8248.0, 8276.0, 8262.0, 8249.0, 8261.0, 8263.0, 8262.0, 8250.0, 8258.0, 8260.0, 8248.0, 8246.0, 8247.0, 8243.0, 8244.0, 8239.0, 8222.0, 8237.0, 8225.0, 8256.0, 8254.0, 8229.0, 8225.0, 8240.0, 8255.0, 8226.0, 8256.0, 8242.0, 8242.0, 8238.0, 8242.0, 8255.0, 8243.0, 8276.0, 8272.0, 8243.0, 8239.0, 8241.0, 8254.0, 8240.0, 8240.0, 8241.0, 8253.0, 8237.0, 8239.0, 8238.0, 8241.0, 8250.0, 8227.0, 8232.0, 8238.0, 8253.0, 8242.0, 8243.0, 8243.0, 8260.0, 8255.0, 8246.0, 8247.0, 8263.0, 8257.0, 8250.0, 8246.0, 8230.0, 8262.0, 8246.0, 8264.0, 8231.0, 8247.0, 8262.0, 8249.0, 8282.0, 8261.0, 8269.0, 8247.0, 8247.0, 8261.0, 8249.0, 8261.0, 8246.0, 8258.0, 8242.0, 8245.0, 8259.0, 8246.0, 8241.0, 8244.0, 8241.0, 8243.0, 8259.0, 8245.0, 8259.0, 8241.0, 8260.0, 8274.0, 8263.0, 8262.0, 8251.0, 8248.0, 8250.0, 8260.0, 8231.0, 8264.0, 8248.0, 8277.0, 8261.0, 8245.0, 8259.0, 8246.0, 8263.0, 8247.0, 8275.0, 8259.0, 8242.0, 8245.0, 8244.0, 8258.0, 8248.0, 8264.0, 8251.0, 8267.0, 8265.0, 8279.0, 8249.0, 8263.0, 8246.0, 8279.0, 8259.0, 8248.0, 8241.0, 8227.0, 8251.0, 8242.0, 8243.0, 8225.0, 8240.0, 8222.0, 8239.0, 8240.0, 8245.0, 8246.0, 8262.0, 8263.0, 8248.0, 8251.0, 8265.0, 8252.0, 8250.0, 8263.0, 8245.0, 8260.0, 8249.0, 8261.0, 8250.0, 8243.0, 8229.0, 8244.0, 8230.0, 8249.0, 8259.0, 8248.0, 8242.0, 8228.0, 8244.0, 8242.0, 8228.0, 8256.0, 8230.0, 8238.0, 8208.0, 8221.0, 8204.0, 8235.0, 8231.0, 8205.0, 8197.0, 8183.0, 8195.0, 8197.0, 8212.0, 8196.0, 8213.0, 8224.0, 8198.0, 8195.0, 8196.0, 8198.0, 8200.0, 8213.0, 8194.0, 8216.0, 8230.0, 8221.0, 8220.0, 8223.0, 8234.0, 8221.0, 8252.0, 8222.0, 8241.0, 8237.0, 8225.0, 8234.0, 8206.0, 8219.0, 8207.0, 8254.0, 8218.0, 8238.0, 8219.0, 8221.0, 8235.0, 8224.0, 8254.0, 8225.0, 8255.0, 8224.0, 8240.0, 8224.0, 8243.0, 8236.0, 8270.0, 8278.0, 8267.0, 8296.0, 8253.0, 8281.0, 8281.0, 8286.0, 8305.0, 8283.0, 8285.0, 8267.0, 8289.0, 8266.0, 8285.0, 8266.0, 8261.0, 8263.0, 8247.0, 8259.0, 8276.0, 8262.0, 8273.0, 8245.0, 8244.0, 8257.0, 8257.0, 8261.0, 8260.0, 8260.0, 8275.0, 8244.0, 8265.0, 8252.0, 8265.0, 8263.0, 8259.0, 8278.0, 8246.0, 8282.0, 8279.0, 8264.0, 8259.0, 8262.0, 8265.0, 8269.0, 8282.0, 8296.0, 8265.0, 8261.0, 8263.0, 8282.0, 8265.0, 8285.0, 8284.0, 8269.0, 8262.0, 8244.0, 8260.0, 8247.0, 8263.0, 8245.0, 8259.0, 8260.0, 8232.0, 8263.0, 8236.0, 8251.0, 8277.0, 8264.0, 8235.0, 8245.0, 8232.0, 8247.0, 8258.0, 8246.0, 8241.0, 8212.0, 8236.0, 8223.0, 8244.0, 8233.0, 8226.0, 8237.0, 8222.0, 8258.0, 8245.0, 8243.0, 8230.0, 8227.0, 8245.0, 8231.0, 8268.0, 8267.0, 8255.0, 8266.0, 8229.0, 8264.0, 8247.0, 8254.0, 8263.0, 8247.0, 8245.0, 8230.0, 8230.0, 8229.0, 8260.0, 8257.0, 8228.0, 8249.0, 8212.0, 8238.0, 8227.0, 8225.0, 8225.0, 8224.0, 8222.0, 8239.0, 8237.0, 8229.0, 8237.0, 8227.0, 8223.0, 8210.0, 8242.0, 8223.0, 8242.0, 8266.0, 8245.0, 8227.0, 8227.0, 8224.0, 8210.0, 8240.0, 8223.0, 8237.0, 8249.0, 8222.0, 8232.0, 8205.0, 8216.0, 8220.0, 8218.0, 8204.0, 8217.0, 8203.0, 8206.0, 8203.0, 8235.0, 8219.0, 8223.0, 8233.0, 8208.0, 8219.0, 8224.0, 8223.0, 8225.0, 8223.0, 8223.0, 8223.0, 8209.0, 8239.0, 8224.0, 8236.0, 8238.0, 8240.0, 8238.0, 8227.0, 8240.0, 8252.0, 8258.0, 8252.0, 8266.0, 8248.0, 8245.0, 8226.0, 8246.0, 8257.0, 8236.0, 8243.0, 8260.0, 8246.0, 8232.0, 8246.0, 8259.0, 8242.0, 8238.0, 8246.0, 8214.0, 8242.0, 8203.0, 8225.0, 8199.0, 8194.0, 8199.0, 8213.0, 8212.0, 8218.0, 8217.0, 8234.0, 8234.0, 8222.0, 8231.0, 8242.0, 8240.0, 8243.0, 8240.0, 8242.0, 8260.0, 8243.0, 8266.0, 8249.0, 8280.0, 8279.0, 8266.0, 8250.0, 8271.0, 8256.0, 8270.0, 8266.0, 8263.0, 8266.0, 8253.0, 8283.0, 8268.0, 8286.0, 8298.0, 8271.0, 8255.0, 8271.0, 8274.0, 8274.0, 8287.0, 8283.0, 8300.0, 8273.0, 8288.0, 8268.0, 8287.0, 8279.0, 8271.0, 8262.0, 8250.0, 8278.0, 8264.0, 8267.0, 8261.0, 8261.0, 8258.0, 8245.0, 8261.0, 8242.0, 8244.0, 8257.0, 8257.0, 8241.0, 8260.0, 8273.0, 8260.0, 8234.0, 8242.0, 8239.0, 8242.0, 8262.0, 8246.0, 8278.0, 8276.0, 8249.0, 8260.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.0003487376509330406</td></tr>
<tr><td colspan=3>aqi</td><td>0.025494817453347973</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.768975695835195</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1917457584175826</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0044374463296704</td></tr>
<tr><td colspan=3>efc</td><td>0.4478</td></tr>
<tr><td colspan=3>fber</td><td>5335.7119</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0766688855079373</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.2074643249176729</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5146442036578143</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4358285782889575</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.760507570548007</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3475964621364778</td></tr>
<tr><td colspan=3>gcor</td><td>0.00876137</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01654760167002678</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03105107881128788</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</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.7658559043814983</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>33.6374</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.3962</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>139.6437</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310366.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>623.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>268.1846</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2912</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>419.3536</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2915.6097</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3133.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66178.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>839.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3803.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>831.9427</td></tr>
<tr><td colspan=3>tsnr</td><td>39.037699504056945</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>