<?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-0010_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-0010_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-0010_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-0010/figures/sub-0010_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0010/figures/sub-0010_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-0010/figures/sub-0010_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010/ses-02/func/sub-0010_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>0734fd94b361ef055d4668541b3574a1</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:16:39.072500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997361, 0.0161414, 0.0707913, -0.0092261, 0.995247, -0.0969464]</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.0782219</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>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4175, -7704, -7229, 677, -5, 36, -59, 71]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</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>231.755</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2f74ae9c-66ef-4a49-a149-8589d80f9d62||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6758453845977783, -0.024752963334321976, 0.19445312023162842, 112.56181335449219], [-0.04330630600452423, 2.6701745986938477, -0.2593010663986206, -74.79104614257812], [0.18992789089679718, 0.26010024547576904, 2.680475950241089, -55.12187194824219], [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': ['151639.072500', '151639.532500', '151639.992500', '151640.452500', '151640.912500', '151641.372500', '151641.832500', '151642.292500', '151642.752500', '151643.212500', '151643.672500', '151644.132500', '151644.592500', '151645.052500', '151645.512500', '151645.972500', '151646.432500', '151646.892500', '151647.352500', '151647.812500', '151648.272500', '151648.732500', '151649.192500', '151649.652500', '151650.112500', '151650.572500', '151651.032500', '151651.492500', '151651.952500', '151652.412500', '151652.872500', '151653.332500', '151653.792500', '151654.252500', '151654.712500', '151655.172500', '151655.632500', '151656.092500', '151656.552500', '151657.012500', '151657.472500', '151657.932500', '151658.392500', '151658.852500', '151659.312500', '151659.772500', '151700.232500', '151700.692500', '151701.152500', '151701.612500', '151702.072500', '151702.532500', '151702.992500', '151703.452500', '151703.912500', '151704.372500', '151704.832500', '151705.292500', '151705.752500', '151706.212500', '151706.672500', '151707.132500', '151707.592500', '151708.052500', '151708.512500', '151708.972500', '151709.432500', '151709.892500', '151710.352500', '151710.812500', '151711.272500', '151711.732500', '151712.192500', '151712.652500', '151713.112500', '151713.572500', '151714.032500', '151714.492500', '151714.952500', '151715.412500', '151715.872500', '151716.332500', '151716.792500', '151717.252500', '151717.712500', '151718.172500', '151718.632500', '151719.092500', '151719.552500', '151720.012500', '151720.472500', '151720.932500', '151721.392500', '151721.852500', '151722.312500', '151722.772500', '151723.232500', '151723.692500', '151724.152500', '151724.612500', '151725.072500', '151725.532500', '151725.992500', '151726.452500', '151726.912500', '151727.372500', '151727.832500', '151728.292500', '151728.752500', '151729.212500', '151729.672500', '151730.132500', '151730.592500', '151731.052500', '151731.512500', '151731.972500', '151732.432500', '151732.892500', '151733.352500', '151733.812500', '151734.272500', '151734.732500', '151735.192500', '151735.652500', '151736.112500', '151736.572500', '151737.032500', '151737.492500', '151737.952500', '151738.412500', '151738.872500', '151739.332500', '151739.792500', '151740.252500', '151740.712500', '151741.172500', '151741.632500', '151742.092500', '151742.552500', '151743.012500', '151743.472500', '151743.932500', '151744.392500', '151744.852500', '151745.312500', '151745.772500', '151746.232500', '151746.692500', '151747.152500', '151747.612500', '151748.072500', '151748.532500', '151748.992500', '151749.452500', '151749.912500', '151750.372500', '151750.832500', '151751.292500', '151751.752500', '151752.212500', '151752.672500', '151753.132500', '151753.592500', '151754.052500', '151754.512500', '151754.972500', '151755.432500', '151755.892500', '151756.352500', '151756.812500', '151757.272500', '151757.732500', '151758.192500', '151758.652500', '151759.112500', '151759.572500', '151800.032500', '151800.492500', '151800.952500', '151801.412500', '151801.872500', '151802.332500', '151802.792500', '151803.252500', '151803.712500', '151804.172500', '151804.632500', '151805.092500', '151805.552500', '151806.012500', '151806.472500', '151806.932500', '151807.392500', '151807.852500', '151808.312500', '151808.772500', '151809.232500', '151809.692500', '151810.152500', '151810.612500', '151811.072500', '151811.532500', '151811.992500', '151812.452500', '151812.912500', '151813.372500', '151813.832500', '151814.292500', '151814.752500', '151815.212500', '151815.672500', '151816.132500', '151816.592500', '151817.052500', '151817.512500', '151817.972500', '151818.432500', '151818.892500', '151819.352500', '151819.812500', '151820.272500', '151820.732500', '151821.192500', '151821.652500', '151822.112500', '151822.572500', '151823.032500', '151823.492500', '151823.952500', '151824.412500', '151824.872500', '151825.332500', '151825.792500', '151826.252500', '151826.712500', '151827.172500', '151827.632500', '151828.092500', '151828.552500', '151829.012500', '151829.472500', '151829.932500', '151830.392500', '151830.852500', '151831.312500', '151831.772500', '151832.232500', '151832.692500', '151833.152500', '151833.612500', '151834.072500', '151834.532500', '151834.992500', '151835.452500', '151835.912500', '151836.372500', '151836.832500', '151837.292500', '151837.752500', '151838.212500', '151838.672500', '151839.132500', '151839.592500', '151840.052500', '151840.512500', '151840.972500', '151841.432500', '151841.892500', '151842.352500', '151842.812500', '151843.272500', '151843.732500', '151844.192500', '151844.652500', '151845.112500', '151845.572500', '151846.032500', '151846.492500', '151846.952500', '151847.412500', '151847.872500', '151848.332500', '151848.792500', '151849.252500', '151849.712500', '151850.172500', '151850.632500', '151851.092500', '151851.552500', '151852.012500', '151852.472500', '151852.932500', '151853.392500', '151853.852500', '151854.312500', '151854.772500', '151855.232500', '151855.692500', '151856.152500', '151856.612500', '151857.072500', '151857.532500', '151857.992500', '151858.452500', '151858.912500', '151859.372500', '151859.832500', '151900.292500', '151900.752500', '151901.212500', '151901.672500', '151902.132500', '151902.592500', '151903.052500', '151903.512500', '151903.972500', '151904.432500', '151904.892500', '151905.352500', '151905.812500', '151906.272500', '151906.732500', '151907.192500', '151907.652500', '151908.112500', '151908.572500', '151909.032500', '151909.492500', '151909.952500', '151910.412500', '151910.872500', '151911.332500', '151911.792500', '151912.252500', '151912.712500', '151913.172500', '151913.632500', '151914.092500', '151914.552500', '151915.012500', '151915.472500', '151915.932500', '151916.392500', '151916.852500', '151917.312500', '151917.772500', '151918.232500', '151918.692500', '151919.152500', '151919.612500', '151920.072500', '151920.532500', '151920.992500', '151921.452500', '151921.912500', '151922.372500', '151922.832500', '151923.292500', '151923.752500', '151924.212500', '151924.672500', '151925.132500', '151925.592500', '151926.052500', '151926.512500', '151926.972500', '151927.432500', '151927.892500', '151928.352500', '151928.812500', '151929.272500', '151929.732500', '151930.192500', '151930.652500', '151931.112500', '151931.572500', '151932.032500', '151932.492500', '151932.952500', '151933.412500', '151933.872500', '151934.332500', '151934.792500', '151935.252500', '151935.712500', '151936.172500', '151936.632500', '151937.092500', '151937.552500', '151938.012500', '151938.472500', '151938.932500', '151939.392500', '151939.852500', '151940.312500', '151940.772500', '151941.232500', '151941.692500', '151942.152500', '151942.612500', '151943.072500', '151943.532500', '151943.992500', '151944.452500', '151944.912500', '151945.372500', '151945.832500', '151946.292500', '151946.752500', '151947.212500', '151947.672500', '151948.132500', '151948.592500', '151949.052500', '151949.512500', '151949.972500', '151950.432500', '151950.892500', '151951.352500', '151951.812500', '151952.272500', '151952.732500', '151953.192500', '151953.652500', '151954.112500', '151954.572500', '151955.032500', '151955.492500', '151955.952500', '151956.412500', '151956.872500', '151957.332500', '151957.792500', '151958.252500', '151958.712500', '151959.172500', '151959.632500', '152000.092500', '152000.552500', '152001.012500', '152001.472500', '152001.932500', '152002.392500', '152002.852500', '152003.312500', '152003.772500', '152004.232500', '152004.692500', '152005.152500', '152005.612500', '152006.072500', '152006.532500', '152006.992500', '152007.452500', '152007.912500', '152008.372500', '152008.832500', '152009.292500', '152009.752500', '152010.212500', '152010.672500', '152011.132500', '152011.592500', '152012.052500', '152012.512500', '152012.972500', '152013.432500', '152013.892500', '152014.352500', '152014.812500', '152015.272500', '152015.732500', '152016.192500', '152016.652500', '152017.112500', '152017.572500', '152018.032500', '152018.492500', '152018.952500', '152019.412500', '152019.872500', '152020.332500', '152020.792500', '152021.252500', '152021.712500', '152022.172500', '152022.632500', '152023.092500', '152023.552500', '152024.012500', '152024.472500', '152024.932500', '152025.392500', '152025.852500', '152026.312500', '152026.772500', '152027.232500', '152027.692500', '152028.152500', '152028.612500', '152029.072500', '152029.532500', '152029.992500', '152030.452500', '152030.912500', '152031.372500', '152031.832500', '152032.292500', '152032.752500', '152033.212500', '152033.672500', '152034.132500', '152034.592500', '152035.052500', '152035.512500', '152035.972500', '152036.432500', '152036.892500', '152037.352500', '152037.812500', '152038.272500', '152038.732500', '152039.192500', '152039.652500', '152040.112500', '152040.572500', '152041.032500', '152041.492500', '152041.952500', '152042.412500', '152042.872500', '152043.332500', '152043.792500', '152044.252500', '152044.712500', '152045.172500', '152045.632500', '152046.092500', '152046.552500', '152047.012500', '152047.472500', '152047.932500', '152048.392500', '152048.852500', '152049.312500', '152049.772500', '152050.232500', '152050.692500', '152051.152500', '152051.612500', '152052.072500', '152052.532500', '152052.992500', '152053.452500', '152053.912500', '152054.372500', '152054.832500', '152055.292500', '152055.752500', '152056.212500', '152056.672500', '152057.132500', '152057.592500', '152058.052500', '152058.512500', '152058.972500', '152059.432500', '152059.892500', '152100.352500', '152100.812500', '152101.272500', '152101.732500', '152102.192500', '152102.652500', '152103.112500', '152103.572500', '152104.032500', '152104.492500', '152104.952500', '152105.412500', '152105.872500', '152106.332500', '152106.792500', '152107.252500', '152107.712500', '152108.172500', '152108.632500', '152109.092500', '152109.552500', '152110.012500', '152110.472500', '152110.932500', '152111.392500', '152111.852500', '152112.312500', '152112.772500', '152113.232500', '152113.692500', '152114.152500', '152114.612500', '152115.072500', '152115.532500', '152115.992500', '152116.452500', '152116.912500', '152117.372500', '152117.832500', '152118.292500', '152118.752500', '152119.212500', '152119.672500', '152120.132500', '152120.592500', '152121.052500', '152121.512500', '152121.972500', '152122.432500', '152122.892500', '152123.352500', '152123.812500', '152124.272500', '152124.732500', '152125.192500', '152125.652500', '152126.112500', '152126.572500', '152127.032500', '152127.492500', '152127.952500', '152128.412500', '152128.872500', '152129.332500', '152129.792500', '152130.252500', '152130.712500', '152131.172500', '152131.632500', '152132.092500', '152132.552500', '152133.012500', '152133.472500', '152133.932500', '152134.392500', '152134.852500', '152135.312500', '152135.772500', '152136.232500', '152136.692500', '152137.152500', '152137.612500', '152138.072500', '152138.532500', '152138.992500', '152139.452500', '152139.912500', '152140.372500', '152140.832500', '152141.292500', '152141.752500', '152142.212500', '152142.672500', '152143.132500', '152143.592500', '152144.052500', '152144.512500', '152144.972500', '152145.432500', '152145.892500', '152146.352500', '152146.812500', '152147.272500', '152147.732500', '152148.192500', '152148.652500', '152149.112500', '152149.572500', '152150.032500', '152150.492500', '152150.952500', '152151.412500', '152151.872500', '152152.332500', '152152.792500', '152153.252500', '152153.712500', '152154.172500', '152154.632500', '152155.092500', '152155.552500', '152156.012500', '152156.472500', '152156.932500', '152157.392500', '152157.852500', '152158.312500', '152158.772500', '152159.232500', '152159.692500', '152200.152500', '152200.612500', '152201.072500', '152201.532500', '152201.992500', '152202.452500', '152202.912500', '152203.372500', '152203.832500', '152204.292500', '152204.752500', '152205.212500', '152205.672500', '152206.132500', '152206.592500', '152207.052500', '152207.512500', '152207.972500', '152208.432500', '152208.892500', '152209.352500', '152209.812500', '152210.272500', '152210.732500', '152211.192500', '152211.652500', '152212.112500', '152212.572500', '152213.032500', '152213.492500', '152213.952500', '152214.412500', '152214.872500', '152215.332500', '152215.792500', '152216.252500', '152216.712500', '152217.172500', '152217.632500', '152218.092500', '152218.552500', '152219.012500', '152219.472500', '152219.932500', '152220.392500', '152220.852500', '152221.312500', '152221.772500', '152222.232500', '152222.692500', '152223.152500', '152223.612500', '152224.072500', '152224.532500', '152224.992500', '152225.452500', '152225.912500', '152226.372500', '152226.832500', '152227.292500', '152227.752500', '152228.212500', '152228.672500', '152229.132500', '152229.592500', '152230.052500', '152230.512500', '152230.972500', '152231.432500', '152231.892500', '152232.352500', '152232.812500', '152233.272500', '152233.732500', '152234.192500', '152234.652500', '152235.112500', '152235.572500', '152236.032500', '152236.492500', '152236.952500', '152237.412500', '152237.872500', '152238.332500', '152238.792500', '152239.252500', '152239.712500', '152240.172500', '152240.632500', '152241.092500', '152241.552500', '152242.012500', '152242.472500', '152242.932500', '152243.392500', '152243.852500', '152244.312500', '152244.772500', '152245.232500', '152245.692500', '152246.152500', '152246.612500', '152247.072500', '152247.532500', '152247.992500', '152248.452500', '152248.912500', '152249.372500', '152249.832500', '152250.292500', '152250.752500', '152251.212500', '152251.672500', '152252.132500', '152252.592500', '152253.052500', '152253.512500', '152253.972500', '152254.432500', '152254.892500', '152255.352500', '152255.812500', '152256.272500', '152256.732500', '152257.192500', '152257.652500', '152258.112500', '152258.572500', '152259.032500', '152259.492500', '152259.952500', '152300.412500', '152300.872500', '152301.332500', '152301.792500', '152302.252500', '152302.712500', '152303.172500', '152303.632500', '152304.092500', '152304.552500', '152305.012500', '152305.472500', '152305.932500', '152306.392500', '152306.852500', '152307.312500', '152307.772500', '152308.232500', '152308.692500', '152309.152500', '152309.612500', '152310.072500', '152310.532500', '152310.992500', '152311.452500', '152311.912500', '152312.372500', '152312.832500', '152313.292500', '152313.752500', '152314.212500', '152314.672500', '152315.132500', '152315.592500', '152316.052500', '152316.512500', '152316.972500', '152317.432500', '152317.892500', '152318.352500', '152318.812500', '152319.272500', '152319.732500', '152320.192500', '152320.652500', '152321.112500', '152321.572500', '152322.032500', '152322.492500', '152322.952500', '152323.412500', '152323.872500', '152324.332500', '152324.792500', '152325.252500', '152325.712500', '152326.172500', '152326.632500', '152327.092500', '152327.552500', '152328.012500', '152328.472500', '152328.932500', '152329.392500', '152329.852500', '152330.312500', '152330.772500', '152331.232500', '152331.692500', '152332.152500', '152332.612500', '152333.072500', '152333.532500', '152333.992500', '152334.452500', '152334.912500', '152335.372500', '152335.832500', '152336.292500', '152336.752500', '152337.212500', '152337.672500', '152338.132500', '152338.592500', '152339.052500'], 'ContentTime': ['151659.149000', '151659.154000', '151659.157000', '151659.160000', '151659.163000', '151659.166000', '151659.169000', '151659.172000', '151659.175000', '151659.178000', '151659.180000', '151659.183000', '151659.186000', '151659.189000', '151659.192000', '151659.194000', '151659.197000', '151659.200000', '151659.205000', '151659.207000', '151659.210000', '151659.213000', '151659.216000', '151659.219000', '151659.221000', '151659.224000', '151659.227000', '151659.230000', '151659.233000', '151659.236000', '151659.238000', '151659.241000', '151659.244000', '151659.247000', '151659.250000', '151659.253000', '151659.256000', '151659.259000', '151659.262000', '151659.265000', '151659.268000', '151719.109000', '151719.112000', '151719.115000', '151719.118000', '151719.120000', '151719.123000', '151719.126000', '151719.129000', '151719.132000', '151719.134000', '151719.137000', '151719.140000', '151719.143000', '151719.146000', '151719.148000', '151719.151000', '151719.154000', '151719.157000', '151719.160000', '151719.163000', '151719.166000', '151719.168000', '151719.171000', '151719.174000', '151719.177000', '151719.179000', '151719.182000', '151719.185000', '151719.188000', '151719.191000', '151719.194000', '151719.197000', '151719.199000', '151719.202000', '151719.205000', '151719.208000', '151719.211000', '151719.214000', '151719.216000', '151719.219000', '151719.222000', '151719.225000', '151719.228000', '151719.251000', '151739.108000', '151739.111000', '151739.114000', '151739.117000', '151739.119000', '151739.122000', '151739.132000', '151739.134000', '151739.137000', '151739.140000', '151739.143000', '151739.146000', '151739.149000', '151739.152000', '151739.154000', '151739.157000', '151739.160000', '151739.163000', '151739.166000', '151739.169000', '151739.172000', '151739.175000', '151739.178000', '151739.181000', '151739.183000', '151739.186000', '151739.189000', '151739.192000', '151739.195000', '151739.198000', '151739.201000', '151739.203000', '151739.207000', '151739.210000', '151739.213000', '151739.216000', '151739.219000', '151739.222000', '151739.224000', '151739.227000', '151739.230000', '151739.233000', '151739.236000', '151759.108000', '151759.111000', '151759.118000', '151759.121000', '151759.124000', '151759.127000', '151759.130000', '151759.132000', '151759.135000', '151759.138000', '151759.141000', '151759.144000', '151759.146000', '151759.149000', '151759.152000', '151759.155000', '151759.158000', '151759.161000', '151759.164000', '151759.167000', '151759.170000', '151759.173000', '151759.175000', '151759.178000', '151759.181000', '151759.184000', '151759.187000', '151759.190000', '151759.193000', '151759.195000', '151759.198000', '151759.201000', '151759.204000', '151759.216000', '151759.219000', '151759.222000', '151759.225000', '151759.228000', '151759.231000', '151759.233000', '151759.236000', '151759.239000', '151759.242000', '151759.245000', '151819.108000', '151819.111000', '151819.114000', '151819.116000', '151819.120000', '151819.122000', '151819.125000', '151819.128000', '151819.131000', '151819.134000', '151819.137000', '151819.139000', '151819.142000', '151819.145000', '151819.148000', '151819.151000', '151819.154000', '151819.157000', '151819.160000', '151819.162000', '151819.165000', '151819.168000', '151819.171000', '151819.174000', '151819.177000', '151819.180000', '151819.182000', '151819.185000', '151819.188000', '151819.191000', '151819.194000', '151819.197000', '151819.200000', '151819.202000', '151819.205000', '151819.208000', '151819.211000', '151819.214000', '151819.216000', '151819.219000', '151819.222000', '151819.225000', '151819.229000', '151839.108000', '151839.111000', '151839.114000', '151839.117000', '151839.119000', '151839.122000', '151839.125000', '151839.128000', '151839.131000', '151839.134000', '151839.136000', '151839.139000', '151839.142000', '151839.145000', '151839.148000', '151839.151000', '151839.153000', '151839.156000', '151839.159000', '151839.162000', '151839.165000', '151839.168000', '151839.171000', '151839.174000', '151839.176000', '151839.179000', '151839.182000', '151839.189000', '151839.191000', '151839.194000', '151839.197000', '151839.200000', '151839.203000', '151839.206000', '151839.209000', '151839.211000', '151839.214000', '151839.217000', '151839.220000', '151839.223000', '151839.226000', '151839.229000', '151839.231000', '151839.234000', '151859.108000', '151859.111000', '151859.114000', '151859.117000', '151859.120000', '151859.122000', '151859.125000', '151859.128000', '151859.131000', '151859.134000', '151859.137000', '151859.140000', '151859.142000', '151859.145000', '151859.148000', '151859.151000', '151859.154000', '151859.157000', '151859.159000', '151859.162000', '151859.165000', '151859.168000', '151859.171000', '151859.174000', '151859.177000', '151859.179000', '151859.182000', '151859.185000', '151859.188000', '151859.191000', '151859.194000', '151859.196000', '151859.199000', '151859.202000', '151859.205000', '151859.208000', '151859.211000', '151859.214000', '151859.233000', '151859.236000', '151859.239000', '151859.242000', '151859.246000', '151919.108000', '151919.111000', '151919.114000', '151919.117000', '151919.120000', '151919.122000', '151919.125000', '151919.128000', '151919.131000', '151919.134000', '151919.137000', '151919.140000', '151919.143000', '151919.145000', '151919.148000', '151919.151000', '151919.154000', '151919.157000', '151919.160000', '151919.163000', '151919.166000', '151919.168000', '151919.171000', '151919.174000', '151919.177000', '151919.180000', '151919.183000', '151919.185000', '151919.188000', '151919.191000', '151919.194000', '151919.197000', '151919.209000', '151919.211000', '151919.214000', '151919.217000', '151919.220000', '151919.223000', '151919.226000', '151919.229000', '151919.232000', '151919.234000', '151919.237000', '151939.109000', '151939.112000', '151939.115000', '151939.118000', '151939.120000', '151939.123000', '151939.126000', '151939.129000', '151939.132000', '151939.135000', '151939.138000', '151939.141000', '151939.144000', '151939.146000', '151939.149000', '151939.152000', '151939.155000', '151939.158000', '151939.161000', '151939.164000', '151939.166000', '151939.169000', '151939.172000', '151939.175000', '151939.178000', '151939.181000', '151939.184000', '151939.187000', '151939.189000', '151939.192000', '151939.195000', '151939.198000', '151939.201000', '151939.204000', '151939.206000', '151939.209000', '151939.212000', '151939.215000', '151939.218000', '151939.221000', '151939.224000', '151939.226000', '151939.229000', '151939.232000', '151959.108000', '151959.111000', '151959.114000', '151959.117000', '151959.120000', '151959.122000', '151959.131000', '151959.134000', '151959.137000', '151959.140000', '151959.142000', '151959.145000', '151959.148000', '151959.151000', '151959.154000', '151959.157000', '151959.160000', '151959.163000', '151959.165000', '151959.168000', '151959.171000', '151959.174000', '151959.177000', '151959.180000', '151959.182000', '151959.185000', '151959.188000', '151959.191000', '151959.194000', '151959.197000', '151959.200000', '151959.203000', '151959.205000', '151959.208000', '151959.211000', '151959.214000', '151959.217000', '151959.220000', '151959.222000', '151959.225000', '151959.228000', '151959.231000', '151959.234000', '152019.108000', '152019.111000', '152019.114000', '152019.117000', '152019.120000', '152019.123000', '152019.126000', '152019.128000', '152019.131000', '152019.134000', '152019.137000', '152019.140000', '152019.143000', '152019.145000', '152019.148000', '152019.151000', '152019.154000', '152019.157000', '152019.160000', '152019.163000', '152019.166000', '152019.169000', '152019.172000', '152019.174000', '152019.177000', '152019.180000', '152019.183000', '152019.186000', '152019.189000', '152019.191000', '152019.194000', '152019.197000', '152019.200000', '152019.203000', '152019.206000', '152019.209000', '152019.211000', '152019.214000', '152019.217000', '152019.220000', '152019.223000', '152019.226000', '152019.229000', '152019.231000', '152039.108000', '152039.111000', '152039.114000', '152039.116000', '152039.120000', '152039.122000', '152039.125000', '152039.128000', '152039.131000', '152039.134000', '152039.137000', '152039.141000', '152039.144000', '152039.147000', '152039.150000', '152039.153000', '152039.156000', '152039.159000', '152039.162000', '152039.165000', '152039.179000', '152039.182000', '152039.185000', '152039.188000', '152039.190000', '152039.193000', '152039.196000', '152039.199000', '152039.202000', '152039.204000', '152039.207000', '152039.210000', '152039.213000', '152039.216000', '152039.219000', '152039.222000', '152039.225000', '152039.227000', '152039.230000', '152039.233000', '152039.236000', '152039.239000', '152039.242000', '152059.108000', '152059.111000', '152059.114000', '152059.117000', '152059.120000', '152059.123000', '152059.126000', '152059.129000', '152059.131000', '152059.134000', '152059.137000', '152059.140000', '152059.143000', '152059.146000', '152059.149000', '152059.151000', '152059.154000', '152059.162000', '152059.165000', '152059.168000', '152059.171000', '152059.174000', '152059.177000', '152059.179000', '152059.182000', '152059.185000', '152059.188000', '152059.191000', '152059.194000', '152059.197000', '152059.199000', '152059.202000', '152059.205000', '152059.208000', '152059.211000', '152059.214000', '152059.217000', '152059.219000', '152059.222000', '152059.225000', '152059.228000', '152059.231000', '152059.234000', '152059.237000', '152119.108000', '152119.111000', '152119.114000', '152119.117000', '152119.120000', '152119.123000', '152119.125000', '152119.128000', '152119.131000', '152119.134000', '152119.137000', '152119.142000', '152119.145000', '152119.148000', '152119.151000', '152119.154000', '152119.156000', '152119.159000', '152119.162000', '152119.165000', '152119.168000', '152119.171000', '152119.174000', '152119.177000', '152119.179000', '152119.182000', '152119.185000', '152119.188000', '152119.191000', '152119.194000', '152119.197000', '152119.199000', '152119.202000', '152119.205000', '152119.208000', '152119.211000', '152119.214000', '152119.217000', '152119.220000', '152119.222000', '152119.225000', '152119.228000', '152119.231000', '152139.108000', '152139.111000', '152139.114000', '152139.117000', '152139.120000', '152139.123000', '152139.125000', '152139.128000', '152139.131000', '152139.134000', '152139.137000', '152139.140000', '152139.143000', '152139.146000', '152139.148000', '152139.151000', '152139.154000', '152139.157000', '152139.160000', '152139.163000', '152139.166000', '152139.169000', '152139.171000', '152139.174000', '152139.177000', '152139.180000', '152139.183000', '152139.186000', '152139.189000', '152139.191000', '152139.194000', '152139.197000', '152139.200000', '152139.203000', '152139.206000', '152139.209000', '152139.212000', '152139.215000', '152139.217000', '152139.220000', '152139.223000', '152139.226000', '152139.229000', '152139.232000', '152159.109000', '152159.112000', '152159.115000', '152159.118000', '152159.121000', '152159.124000', '152159.127000', '152159.130000', '152159.132000', '152159.135000', '152159.138000', '152159.141000', '152159.144000', '152159.147000', '152159.150000', '152159.153000', '152159.156000', '152159.158000', '152159.161000', '152159.166000', '152159.170000', '152159.174000', '152159.176000', '152159.179000', '152159.182000', '152159.185000', '152159.188000', '152159.191000', '152159.194000', '152159.197000', '152159.200000', '152159.202000', '152159.205000', '152159.208000', '152159.211000', '152159.214000', '152159.217000', '152159.220000', '152159.222000', '152159.225000', '152159.228000', '152159.231000', '152159.234000', '152219.108000', '152219.111000', '152219.114000', '152219.117000', '152219.120000', '152219.123000', '152219.125000', '152219.128000', '152219.131000', '152219.134000', '152219.137000', '152219.140000', '152219.143000', '152219.146000', '152219.148000', '152219.151000', '152219.154000', '152219.157000', '152219.160000', '152219.163000', '152219.166000', '152219.169000', '152219.171000', '152219.174000', '152219.177000', '152219.180000', '152219.183000', '152219.186000', '152219.189000', '152219.191000', '152219.194000', '152219.197000', '152219.200000', '152219.203000', '152219.206000', '152219.209000', '152219.212000', '152219.215000', '152219.217000', '152219.220000', '152219.223000', '152219.228000', '152219.231000', '152219.234000', '152239.108000', '152239.111000', '152239.114000', '152239.117000', '152239.121000', '152239.124000', '152239.127000', '152239.130000', '152239.133000', '152239.136000', '152239.139000', '152239.141000', '152239.144000', '152239.147000', '152239.150000', '152239.153000', '152239.156000', '152239.159000', '152239.162000', '152239.164000', '152239.167000', '152239.170000', '152239.173000', '152239.176000', '152239.179000', '152239.182000', '152239.185000', '152239.189000', '152239.192000', '152239.195000', '152239.198000', '152239.201000', '152239.204000', '152239.206000', '152239.209000', '152239.212000', '152239.215000', '152239.218000', '152239.221000', '152239.224000', '152239.227000', '152239.229000', '152239.232000', '152259.108000', '152259.111000', '152259.114000', '152259.117000', '152259.120000', '152259.122000', '152259.125000', '152259.128000', '152259.131000', '152259.134000', '152259.137000', '152259.140000', '152259.142000', '152259.145000', '152259.148000', '152259.151000', '152259.154000', '152259.157000', '152259.160000', '152259.163000', '152259.166000', '152259.169000', '152259.172000', '152259.175000', '152259.178000', '152259.181000', '152259.184000', '152259.187000', '152259.191000', '152259.193000', '152259.196000', '152259.199000', '152259.202000', '152259.205000', '152259.208000', '152259.211000', '152259.214000', '152259.216000', '152259.219000', '152259.222000', '152259.225000', '152259.228000', '152259.231000', '152259.234000', '152319.108000', '152319.111000', '152319.114000', '152319.117000', '152319.120000', '152319.123000', '152319.125000', '152319.128000', '152319.131000', '152319.134000', '152319.137000', '152319.140000', '152319.143000', '152319.145000', '152319.148000', '152319.151000', '152319.154000', '152319.157000', '152319.160000', '152319.163000', '152319.166000', '152319.169000', '152319.171000', '152319.174000', '152319.177000', '152319.180000', '152319.183000', '152319.186000', '152319.189000', '152319.191000', '152319.194000', '152319.197000', '152319.200000', '152319.203000', '152319.206000', '152319.209000', '152319.212000', '152319.215000', '152319.218000', '152319.220000', '152319.223000', '152319.226000', '152319.229000', '152339.108000', '152339.111000', '152339.114000', '152339.117000', '152339.120000', '152339.123000', '152339.126000', '152339.128000', '152339.131000', '152339.138000', '152339.141000', '152339.144000', '152339.147000', '152339.150000', '152339.153000', '152339.156000', '152339.159000', '152339.162000', '152339.164000', '152339.167000', '152339.170000', '152339.173000', '152339.176000', '152339.179000', '152339.182000', '152339.185000', '152339.188000', '152339.190000', '152339.193000', '152339.196000', '152339.199000', '152339.202000', '152339.205000', '152339.208000', '152339.211000', '152339.213000', '152339.216000', '152339.219000', '152339.222000', '152339.225000', '152339.228000', '152339.231000', '152339.234000', '152339.236000', '152340.437000', '152340.440000', '152340.443000'], 'InstanceCreationTime': ['151659.149000', '151659.154000', '151659.157000', '151659.160000', '151659.163000', '151659.166000', '151659.169000', '151659.172000', '151659.175000', '151659.178000', '151659.180000', '151659.183000', '151659.186000', '151659.189000', '151659.192000', '151659.194000', '151659.197000', '151659.200000', '151659.205000', '151659.207000', '151659.210000', '151659.213000', '151659.216000', '151659.219000', '151659.221000', '151659.224000', '151659.227000', '151659.230000', '151659.233000', '151659.236000', '151659.238000', '151659.241000', '151659.244000', '151659.247000', '151659.250000', '151659.253000', '151659.256000', '151659.259000', '151659.262000', '151659.265000', '151659.268000', '151719.109000', '151719.112000', '151719.115000', '151719.118000', '151719.120000', '151719.123000', '151719.126000', '151719.129000', '151719.132000', '151719.134000', '151719.137000', '151719.140000', '151719.143000', '151719.146000', '151719.148000', '151719.151000', '151719.154000', '151719.157000', '151719.160000', '151719.163000', '151719.166000', '151719.168000', '151719.171000', '151719.174000', '151719.177000', '151719.179000', '151719.182000', '151719.185000', '151719.188000', '151719.191000', '151719.194000', '151719.197000', '151719.199000', '151719.202000', '151719.205000', '151719.208000', '151719.211000', '151719.214000', '151719.216000', '151719.219000', '151719.222000', '151719.225000', '151719.228000', '151719.251000', '151739.108000', '151739.111000', '151739.114000', '151739.117000', '151739.119000', '151739.122000', '151739.132000', '151739.134000', '151739.137000', '151739.140000', '151739.143000', '151739.146000', '151739.149000', '151739.152000', '151739.154000', '151739.157000', '151739.160000', '151739.163000', '151739.166000', '151739.169000', '151739.172000', '151739.175000', '151739.178000', '151739.181000', '151739.183000', '151739.186000', '151739.189000', '151739.192000', '151739.195000', '151739.198000', '151739.201000', '151739.203000', '151739.207000', '151739.210000', '151739.213000', '151739.216000', '151739.219000', '151739.222000', '151739.224000', '151739.227000', '151739.230000', '151739.233000', '151739.236000', '151759.108000', '151759.111000', '151759.118000', '151759.121000', '151759.124000', '151759.127000', '151759.130000', '151759.132000', '151759.135000', '151759.138000', '151759.141000', '151759.144000', '151759.146000', '151759.149000', '151759.152000', '151759.155000', '151759.158000', '151759.161000', '151759.164000', '151759.167000', '151759.170000', '151759.173000', '151759.175000', '151759.178000', '151759.181000', '151759.184000', '151759.187000', '151759.190000', '151759.193000', '151759.195000', '151759.198000', '151759.201000', '151759.204000', '151759.216000', '151759.219000', '151759.222000', '151759.225000', '151759.228000', '151759.231000', '151759.233000', '151759.236000', '151759.239000', '151759.242000', '151759.245000', '151819.108000', '151819.111000', '151819.114000', '151819.116000', '151819.120000', '151819.122000', '151819.125000', '151819.128000', '151819.131000', '151819.134000', '151819.137000', '151819.139000', '151819.142000', '151819.145000', '151819.148000', '151819.151000', '151819.154000', '151819.157000', '151819.160000', '151819.162000', '151819.165000', '151819.168000', '151819.171000', '151819.174000', '151819.177000', '151819.180000', '151819.182000', '151819.185000', '151819.188000', '151819.191000', '151819.194000', '151819.197000', '151819.200000', '151819.202000', '151819.205000', '151819.208000', '151819.211000', '151819.214000', '151819.216000', '151819.219000', '151819.222000', '151819.225000', '151819.229000', '151839.108000', '151839.111000', '151839.114000', '151839.117000', '151839.119000', '151839.122000', '151839.125000', '151839.128000', '151839.131000', '151839.134000', '151839.136000', '151839.139000', '151839.142000', '151839.145000', '151839.148000', '151839.151000', '151839.153000', '151839.156000', '151839.159000', '151839.162000', '151839.165000', '151839.168000', '151839.171000', '151839.174000', '151839.176000', '151839.179000', '151839.182000', '151839.189000', '151839.191000', '151839.194000', '151839.197000', '151839.200000', '151839.203000', '151839.206000', '151839.209000', '151839.211000', '151839.214000', '151839.217000', '151839.220000', '151839.223000', '151839.226000', '151839.229000', '151839.231000', '151839.234000', '151859.108000', '151859.111000', '151859.114000', '151859.117000', '151859.120000', '151859.122000', '151859.125000', '151859.128000', '151859.131000', '151859.134000', '151859.137000', '151859.140000', '151859.142000', '151859.145000', '151859.148000', '151859.151000', '151859.154000', '151859.157000', '151859.159000', '151859.162000', '151859.165000', '151859.168000', '151859.171000', '151859.174000', '151859.177000', '151859.179000', '151859.182000', '151859.185000', '151859.188000', '151859.191000', '151859.194000', '151859.196000', '151859.199000', '151859.202000', '151859.205000', '151859.208000', '151859.211000', '151859.214000', '151859.233000', '151859.236000', '151859.239000', '151859.242000', '151859.246000', '151919.108000', '151919.111000', '151919.114000', '151919.117000', '151919.120000', '151919.122000', '151919.125000', '151919.128000', '151919.131000', '151919.134000', '151919.137000', '151919.140000', '151919.143000', '151919.145000', '151919.148000', '151919.151000', '151919.154000', '151919.157000', '151919.160000', '151919.163000', '151919.166000', '151919.168000', '151919.171000', '151919.174000', '151919.177000', '151919.180000', '151919.183000', '151919.185000', '151919.188000', '151919.191000', '151919.194000', '151919.197000', '151919.209000', '151919.211000', '151919.214000', '151919.217000', '151919.220000', '151919.223000', '151919.226000', '151919.229000', '151919.232000', '151919.234000', '151919.237000', '151939.109000', '151939.112000', '151939.115000', '151939.118000', '151939.120000', '151939.123000', '151939.126000', '151939.129000', '151939.132000', '151939.135000', '151939.138000', '151939.141000', '151939.144000', '151939.146000', '151939.149000', '151939.152000', '151939.155000', '151939.158000', '151939.161000', '151939.164000', '151939.166000', '151939.169000', '151939.172000', '151939.175000', '151939.178000', '151939.181000', '151939.184000', '151939.187000', '151939.189000', '151939.192000', '151939.195000', '151939.198000', '151939.201000', '151939.204000', '151939.206000', '151939.209000', '151939.212000', '151939.215000', '151939.218000', '151939.221000', '151939.224000', '151939.226000', '151939.229000', '151939.232000', '151959.108000', '151959.111000', '151959.114000', '151959.117000', '151959.120000', '151959.122000', '151959.131000', '151959.134000', '151959.137000', '151959.140000', '151959.142000', '151959.145000', '151959.148000', '151959.151000', '151959.154000', '151959.157000', '151959.160000', '151959.163000', '151959.165000', '151959.168000', '151959.171000', '151959.174000', '151959.177000', '151959.180000', '151959.182000', '151959.185000', '151959.188000', '151959.191000', '151959.194000', '151959.197000', '151959.200000', '151959.203000', '151959.205000', '151959.208000', '151959.211000', '151959.214000', '151959.217000', '151959.220000', '151959.222000', '151959.225000', '151959.228000', '151959.231000', '151959.234000', '152019.108000', '152019.111000', '152019.114000', '152019.117000', '152019.120000', '152019.123000', '152019.126000', '152019.128000', '152019.131000', '152019.134000', '152019.137000', '152019.140000', '152019.143000', '152019.145000', '152019.148000', '152019.151000', '152019.154000', '152019.157000', '152019.160000', '152019.163000', '152019.166000', '152019.169000', '152019.172000', '152019.174000', '152019.177000', '152019.180000', '152019.183000', '152019.186000', '152019.189000', '152019.191000', '152019.194000', '152019.197000', '152019.200000', '152019.203000', '152019.206000', '152019.209000', '152019.211000', '152019.214000', '152019.217000', '152019.220000', '152019.223000', '152019.226000', '152019.229000', '152019.231000', '152039.108000', '152039.111000', '152039.114000', '152039.116000', '152039.120000', '152039.122000', '152039.125000', '152039.128000', '152039.131000', '152039.134000', '152039.137000', '152039.141000', '152039.144000', '152039.147000', '152039.150000', '152039.153000', '152039.156000', '152039.159000', '152039.162000', '152039.165000', '152039.179000', '152039.182000', '152039.185000', '152039.188000', '152039.190000', '152039.193000', '152039.196000', '152039.199000', '152039.202000', '152039.204000', '152039.207000', '152039.210000', '152039.213000', '152039.216000', '152039.219000', '152039.222000', '152039.225000', '152039.227000', '152039.230000', '152039.233000', '152039.236000', '152039.239000', '152039.242000', '152059.108000', '152059.111000', '152059.114000', '152059.117000', '152059.120000', '152059.123000', '152059.126000', '152059.129000', '152059.131000', '152059.134000', '152059.137000', '152059.140000', '152059.143000', '152059.146000', '152059.149000', '152059.151000', '152059.154000', '152059.162000', '152059.165000', '152059.168000', '152059.171000', '152059.174000', '152059.177000', '152059.179000', '152059.182000', '152059.185000', '152059.188000', '152059.191000', '152059.194000', '152059.197000', '152059.199000', '152059.202000', '152059.205000', '152059.208000', '152059.211000', '152059.214000', '152059.217000', '152059.219000', '152059.222000', '152059.225000', '152059.228000', '152059.231000', '152059.234000', '152059.237000', '152119.108000', '152119.111000', '152119.114000', '152119.117000', '152119.120000', '152119.123000', '152119.125000', '152119.128000', '152119.131000', '152119.134000', '152119.137000', '152119.142000', '152119.145000', '152119.148000', '152119.151000', '152119.154000', '152119.156000', '152119.159000', '152119.162000', '152119.165000', '152119.168000', '152119.171000', '152119.174000', '152119.177000', '152119.179000', '152119.182000', '152119.185000', '152119.188000', '152119.191000', '152119.194000', '152119.197000', '152119.199000', '152119.202000', '152119.205000', '152119.208000', '152119.211000', '152119.214000', '152119.217000', '152119.220000', '152119.222000', '152119.225000', '152119.228000', '152119.231000', '152139.108000', '152139.111000', '152139.114000', '152139.117000', '152139.120000', '152139.123000', '152139.125000', '152139.128000', '152139.131000', '152139.134000', '152139.137000', '152139.140000', '152139.143000', '152139.146000', '152139.148000', '152139.151000', '152139.154000', '152139.157000', '152139.160000', '152139.163000', '152139.166000', '152139.169000', '152139.171000', '152139.174000', '152139.177000', '152139.180000', '152139.183000', '152139.186000', '152139.189000', '152139.191000', '152139.194000', '152139.197000', '152139.200000', '152139.203000', '152139.206000', '152139.209000', '152139.212000', '152139.215000', '152139.217000', '152139.220000', '152139.223000', '152139.226000', '152139.229000', '152139.232000', '152159.109000', '152159.112000', '152159.115000', '152159.118000', '152159.121000', '152159.124000', '152159.127000', '152159.130000', '152159.132000', '152159.135000', '152159.138000', '152159.141000', '152159.144000', '152159.147000', '152159.150000', '152159.153000', '152159.156000', '152159.158000', '152159.161000', '152159.166000', '152159.170000', '152159.174000', '152159.176000', '152159.179000', '152159.182000', '152159.185000', '152159.188000', '152159.191000', '152159.194000', '152159.197000', '152159.200000', '152159.202000', '152159.205000', '152159.208000', '152159.211000', '152159.214000', '152159.217000', '152159.220000', '152159.222000', '152159.225000', '152159.228000', '152159.231000', '152159.234000', '152219.108000', '152219.111000', '152219.114000', '152219.117000', '152219.120000', '152219.123000', '152219.125000', '152219.128000', '152219.131000', '152219.134000', '152219.137000', '152219.140000', '152219.143000', '152219.146000', '152219.148000', '152219.151000', '152219.154000', '152219.157000', '152219.160000', '152219.163000', '152219.166000', '152219.169000', '152219.171000', '152219.174000', '152219.177000', '152219.180000', '152219.183000', '152219.186000', '152219.189000', '152219.191000', '152219.194000', '152219.197000', '152219.200000', '152219.203000', '152219.206000', '152219.209000', '152219.212000', '152219.215000', '152219.217000', '152219.220000', '152219.223000', '152219.228000', '152219.231000', '152219.234000', '152239.108000', '152239.111000', '152239.114000', '152239.117000', '152239.121000', '152239.124000', '152239.127000', '152239.130000', '152239.133000', '152239.136000', '152239.139000', '152239.141000', '152239.144000', '152239.147000', '152239.150000', '152239.153000', '152239.156000', '152239.159000', '152239.162000', '152239.164000', '152239.167000', '152239.170000', '152239.173000', '152239.176000', '152239.179000', '152239.182000', '152239.185000', '152239.189000', '152239.192000', '152239.195000', '152239.198000', '152239.201000', '152239.204000', '152239.206000', '152239.209000', '152239.212000', '152239.215000', '152239.218000', '152239.221000', '152239.224000', '152239.227000', '152239.229000', '152239.232000', '152259.108000', '152259.111000', '152259.114000', '152259.117000', '152259.120000', '152259.122000', '152259.125000', '152259.128000', '152259.131000', '152259.134000', '152259.137000', '152259.140000', '152259.142000', '152259.145000', '152259.148000', '152259.151000', '152259.154000', '152259.157000', '152259.160000', '152259.163000', '152259.166000', '152259.169000', '152259.172000', '152259.175000', '152259.178000', '152259.181000', '152259.184000', '152259.187000', '152259.191000', '152259.193000', '152259.196000', '152259.199000', '152259.202000', '152259.205000', '152259.208000', '152259.211000', '152259.214000', '152259.216000', '152259.219000', '152259.222000', '152259.225000', '152259.228000', '152259.231000', '152259.234000', '152319.108000', '152319.111000', '152319.114000', '152319.117000', '152319.120000', '152319.123000', '152319.125000', '152319.128000', '152319.131000', '152319.134000', '152319.137000', '152319.140000', '152319.143000', '152319.145000', '152319.148000', '152319.151000', '152319.154000', '152319.157000', '152319.160000', '152319.163000', '152319.166000', '152319.169000', '152319.171000', '152319.174000', '152319.177000', '152319.180000', '152319.183000', '152319.186000', '152319.189000', '152319.191000', '152319.194000', '152319.197000', '152319.200000', '152319.203000', '152319.206000', '152319.209000', '152319.212000', '152319.215000', '152319.218000', '152319.220000', '152319.223000', '152319.226000', '152319.229000', '152339.108000', '152339.111000', '152339.114000', '152339.117000', '152339.120000', '152339.123000', '152339.126000', '152339.128000', '152339.131000', '152339.138000', '152339.141000', '152339.144000', '152339.147000', '152339.150000', '152339.153000', '152339.156000', '152339.159000', '152339.162000', '152339.164000', '152339.167000', '152339.170000', '152339.173000', '152339.176000', '152339.179000', '152339.182000', '152339.185000', '152339.188000', '152339.190000', '152339.193000', '152339.196000', '152339.199000', '152339.202000', '152339.205000', '152339.208000', '152339.211000', '152339.213000', '152339.216000', '152339.219000', '152339.222000', '152339.225000', '152339.228000', '152339.231000', '152339.234000', '152339.236000', '152340.437000', '152340.440000', '152340.443000'], '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': [10364, 9089, 11776, 8993, 14172, 8794, 14525, 10744, 16443, 10351, 12597, 9440, 9388, 9358, 8957, 10793, 8490, 11327, 8856, 11966, 8313, 11869, 9517, 9605, 9851, 8039, 10922, 8189, 11739, 9217, 12306, 9167, 14248, 9176, 11241, 9325, 8101, 11133, 8129, 11384, 8659, 12504, 8818, 13265, 10719, 15308, 10027, 13090, 10543, 11612, 10449, 8136, 11184, 8345, 11865, 8471, 12415, 9401, 13148, 9560, 12833, 10321, 11490, 9931, 11488, 9666, 9327, 9674, 8331, 9951, 9126, 11332, 8591, 11668, 8804, 11681, 8461, 11752, 8593, 11897, 8911, 11570, 9040, 13418, 9779, 11765, 9985, 10946, 9508, 10219, 9992, 9047, 10753, 8201, 11353, 8286, 11280, 8124, 11018, 8466, 11388, 8670, 11578, 8612, 11905, 8492, 11606, 8710, 11741, 8835, 11591, 8313, 11641, 8574, 12037, 9207, 12242, 9144, 11991, 8834, 11656, 9261, 11381, 9394, 13324, 9463, 12277, 9895, 10394, 9424, 10568, 9374, 10876, 9683, 10070, 10100, 8118, 10766, 8225, 10502, 8636, 10303, 8521, 10793, 8291, 11094, 8461, 11242, 8291, 11239, 8725, 12318, 8811, 11261, 8713, 11674, 8703, 12130, 9066, 12500, 8714, 11411, 8615, 11608, 8624, 11455, 8915, 11932, 8880, 11984, 8678, 11750, 9295, 12064, 9163, 12352, 9266, 11944, 10067, 13593, 10341, 10948, 9286, 11008, 9453, 11082, 9272, 11348, 9618, 10389, 9587, 10918, 9591, 10729, 9077, 9251, 9986, 8362, 9583, 8598, 9889, 8154, 9949, 8111, 10964, 8139, 10832, 8037, 10705, 8130, 11239, 8134, 11352, 8464, 11330, 8186, 11324, 8603, 12366, 8765, 11457, 8498, 11710, 8551, 11840, 8933, 12244, 8710, 12483, 8667, 12081, 8451, 11986, 9148, 11302, 9082, 12867, 9655, 13581, 9996, 12965, 9379, 12253, 9271, 12136, 9419, 11504, 9550, 11900, 9475, 11703, 9576, 11705, 9423, 11620, 9257, 9519, 9579, 8789, 9828, 8966, 10287, 8331, 10819, 8469, 10765, 9025, 11732, 9507, 11980, 9329, 11906, 9420, 12313, 9561, 11935, 9938, 12092, 9569, 14859, 9634, 12703, 9280, 11177, 9442, 9545, 9759, 9721, 9991, 8451, 10932, 8448, 10635, 8620, 10790, 8534, 11674, 9007, 11201, 9141, 11259, 9387, 11542, 9382, 11564, 9865, 11802, 9894, 11610, 9613, 13862, 9604, 11777, 9191, 12096, 9351, 9837, 10036, 8084, 11263, 8624, 11594, 8925, 11543, 8666, 12632, 9300, 11464, 9628, 14145, 9902, 12099, 9805, 9023, 9796, 8573, 10361, 8214, 11420, 9095, 12617, 8713, 12698, 9000, 11731, 10080, 12393, 9099, 8583, 9746, 8770, 11836, 9267, 7900, 11438, 8583, 10793, 9544, 8981, 12622, 9847, 10949, 10621, 8460, 11419, 8548, 12695, 9103, 14189, 9078, 11939, 8993, 12491, 8409, 8941, 9357, 8208, 10227, 9064, 11114, 9306, 11984, 9083, 12886, 9030, 14713, 9529, 12350, 9571, 10055, 9628, 8519, 9932, 9418, 9960, 8460, 11023, 8898, 11370, 8657, 11394, 8457, 11611, 9468, 11962, 8940, 12021, 9553, 12257, 10082, 13483, 10211, 12476, 9134, 11905, 9976, 11374, 9059, 8177, 10696, 8561, 11235, 9254, 11372, 9634, 12721, 8959, 12437, 9212, 11587, 9566, 12229, 10204, 12578, 9311, 11548, 9716, 11689, 9000, 8674, 9900, 8239, 10365, 8710, 11345, 9552, 12042, 8541, 12381, 8755, 12326, 9377, 11755, 9840, 12504, 10122, 10775, 9369, 9456, 9187, 8890, 9999, 8373, 11089, 8826, 11334, 8583, 11506, 9233, 11958, 8923, 12494, 9470, 11659, 9902, 13852, 10026, 11697, 9461, 11694, 9454, 10763, 10014, 8292, 10438, 8704, 10940, 8913, 11134, 9277, 11556, 9092, 11422, 8724, 11246, 8713, 11498, 9919, 12497, 8975, 11282, 9752, 11288, 9027, 9991, 10075, 8300, 9946, 8145, 10596, 8209, 11137, 8988, 11324, 9129, 11230, 8805, 11586, 9211, 12146, 9269, 13057, 10205, 10952, 10178, 10836, 9549, 8788, 10216, 8557, 10104, 8683, 10595, 8200, 11069, 8801, 10668, 8611, 11000, 8398, 11557, 9107, 13174, 9328, 13621, 10037, 11514, 10014, 10850, 10080, 9348, 9883, 8417, 10693, 8230, 11869, 8916, 11837, 8822, 11842, 8731, 11868, 9832, 11340, 9008, 11694, 9518, 11294, 9117, 9366, 10301, 8162, 10871, 8422, 10926, 8449, 11232, 9032, 12244, 9091, 11324, 9754, 12658, 10357, 10867, 9875, 9019, 9428, 8685, 10195, 8209, 11205, 8812, 11788, 8946, 11568, 8898, 11590, 9282, 13965, 9359, 14614, 10032, 14435, 9935, 11768, 9686, 10854, 9488, 9552, 9709, 9068, 9707, 8521, 11114, 9138, 11514, 8813, 11587, 8539, 11622, 9828, 12060, 9098, 14725, 9930, 14107, 9908, 12118, 9667, 11519, 9057, 10995, 9647, 9367, 9785, 8531, 10708, 8609, 10512, 8612, 11016, 8877, 11882, 9287, 13411, 9322, 12869, 9853, 11321, 9616, 9758, 9937, 8284, 10006, 8628, 10826, 8753, 11796, 9051, 11781, 9043, 11905, 9916, 12446, 9892, 10274, 9806, 8865, 10334, 8560, 10620, 8259, 12746, 9252, 12677, 8915, 11447, 9627, 13805, 10488, 11195, 9458, 9313, 9255, 8865, 10423, 8175, 11029, 8767, 11981, 8900, 13005, 8979, 11080, 9371, 8287, 10522, 9137, 11246, 9056, 11784, 9670, 14956, 9593, 12044, 9429, 11528, 9514, 8779, 10933, 9371, 11503, 9559, 11656, 9281, 13531, 9958, 10411, 9518, 8757, 10287, 8372, 10631, 8854, 11976, 9035, 11885, 8715, 11671, 9165, 11552, 9854, 12861, 9245, 11806, 9656, 11304, 9219, 8864, 10250, 8180, 11073, 8488, 11368, 9146, 12149, 8810, 12908, 9137, 12471, 9617, 12757, 9829, 12115, 9916, 14210, 9510, 14805, 10146, 11549, 9860, 8933, 9294, 8215, 9530, 8890, 10393, 8752, 11409, 9226, 11619, 8835, 11769, 9246, 12657, 9206, 12043, 9559, 12132, 9850, 13988, 10310, 11251, 9490, 11034, 9352, 10676, 9463, 9973, 9495, 8490, 9676, 8179, 9817, 8725, 9627, 9008, 10978, 8924, 11098, 8805, 11595, 9044, 11831, 9601, 13233, 9522, 14187, 10100, 12206, 9883, 10723, 9854, 8251, 10234, 9136, 10754, 8625, 11747, 9081, 12988, 8765, 11987, 9517, 13963, 9858, 11528, 9500, 8720, 9686, 8339, 10560, 8853, 11463, 9237, 11647, 9239, 14295, 9872, 11613, 9438, 11365, 9932, 8993, 10588, 8421, 10815, 8176, 11300, 9378, 12949, 8756, 11487, 9518, 13513, 10232, 12012, 9834, 10088, 9446, 8245, 9701, 8894, 9700, 9049, 10544, 8069, 10808, 8666, 10742, 8949, 10871, 9444, 11978, 8832, 11788, 9097, 11641, 9464, 11433, 10125, 12545, 9331, 11532, 9574, 11461, 9232, 11244, 9691, 9758, 9857, 8841, 9838, 8946, 10721, 9340, 11723, 9142, 11467, 9414, 12121, 10017, 9947, 9626, 8643, 10325, 8649, 11085, 9560, 13305, 8409, 14101, 9858], 'WindowCenter': [4713.0, 4672.0, 4689.0, 4648.0, 4685.0, 4649.0, 4683.0, 4653.0, 4692.0, 4641.0, 4655.0, 4629.0, 4629.0, 4639.0, 4630.0, 4648.0, 4630.0, 4646.0, 4642.0, 4671.0, 4644.0, 4668.0, 4654.0, 4653.0, 4655.0, 4634.0, 4663.0, 4646.0, 4671.0, 4642.0, 4668.0, 4641.0, 4681.0, 4650.0, 4663.0, 4643.0, 4618.0, 4658.0, 4622.0, 4661.0, 4632.0, 4673.0, 4632.0, 4670.0, 4651.0, 4677.0, 4639.0, 4659.0, 4649.0, 4648.0, 4649.0, 4606.0, 4637.0, 4606.0, 4646.0, 4618.0, 4657.0, 4628.0, 4653.0, 4627.0, 4656.0, 4640.0, 4656.0, 4639.0, 4646.0, 4629.0, 4617.0, 4628.0, 4606.0, 4629.0, 4625.0, 4640.0, 4615.0, 4646.0, 4617.0, 4647.0, 4622.0, 4657.0, 4630.0, 4646.0, 4627.0, 4647.0, 4628.0, 4669.0, 4642.0, 4655.0, 4647.0, 4649.0, 4639.0, 4639.0, 4636.0, 4628.0, 4646.0, 4619.0, 4646.0, 4618.0, 4647.0, 4610.0, 4636.0, 4619.0, 4646.0, 4621.0, 4644.0, 4618.0, 4644.0, 4628.0, 4648.0, 4630.0, 4649.0, 4628.0, 4648.0, 4618.0, 4648.0, 4631.0, 4657.0, 4629.0, 4647.0, 4629.0, 4646.0, 4628.0, 4644.0, 4631.0, 4647.0, 4629.0, 4657.0, 4639.0, 4658.0, 4637.0, 4637.0, 4632.0, 4639.0, 4630.0, 4646.0, 4640.0, 4635.0, 4641.0, 4617.0, 4637.0, 4619.0, 4640.0, 4631.0, 4636.0, 4619.0, 4647.0, 4619.0, 4646.0, 4619.0, 4648.0, 4621.0, 4649.0, 4629.0, 4656.0, 4625.0, 4648.0, 4619.0, 4649.0, 4632.0, 4645.0, 4629.0, 4658.0, 4615.0, 4645.0, 4628.0, 4645.0, 4631.0, 4647.0, 4628.0, 4647.0, 4627.0, 4645.0, 4627.0, 4646.0, 4629.0, 4646.0, 4630.0, 4647.0, 4628.0, 4644.0, 4640.0, 4657.0, 4642.0, 4634.0, 4630.0, 4637.0, 4626.0, 4646.0, 4626.0, 4635.0, 4630.0, 4638.0, 4628.0, 4633.0, 4625.0, 4639.0, 4619.0, 4629.0, 4638.0, 4617.0, 4629.0, 4615.0, 4637.0, 4619.0, 4638.0, 4617.0, 4649.0, 4620.0, 4647.0, 4621.0, 4649.0, 4617.0, 4649.0, 4606.0, 4647.0, 4616.0, 4646.0, 4618.0, 4643.0, 4617.0, 4659.0, 4618.0, 4644.0, 4626.0, 4646.0, 4629.0, 4660.0, 4630.0, 4658.0, 4618.0, 4643.0, 4614.0, 4647.0, 4616.0, 4645.0, 4628.0, 4644.0, 4628.0, 4653.0, 4637.0, 4670.0, 4640.0, 4654.0, 4629.0, 4644.0, 4628.0, 4659.0, 4640.0, 4648.0, 4640.0, 4646.0, 4627.0, 4646.0, 4630.0, 4658.0, 4628.0, 4646.0, 4627.0, 4625.0, 4626.0, 4616.0, 4637.0, 4627.0, 4638.0, 4620.0, 4647.0, 4618.0, 4650.0, 4628.0, 4660.0, 4640.0, 4657.0, 4626.0, 4647.0, 4629.0, 4657.0, 4640.0, 4657.0, 4638.0, 4657.0, 4640.0, 4669.0, 4640.0, 4657.0, 4644.0, 4647.0, 4641.0, 4640.0, 4642.0, 4640.0, 4639.0, 4618.0, 4648.0, 4618.0, 4638.0, 4619.0, 4647.0, 4617.0, 4651.0, 4629.0, 4649.0, 4632.0, 4647.0, 4640.0, 4646.0, 4630.0, 4649.0, 4641.0, 4657.0, 4653.0, 4671.0, 4654.0, 4667.0, 4641.0, 4655.0, 4628.0, 4659.0, 4638.0, 4639.0, 4637.0, 4615.0, 4647.0, 4630.0, 4646.0, 4629.0, 4647.0, 4629.0, 4654.0, 4628.0, 4645.0, 4640.0, 4669.0, 4653.0, 4661.0, 4649.0, 4627.0, 4648.0, 4627.0, 4636.0, 4630.0, 4645.0, 4630.0, 4659.0, 4617.0, 4655.0, 4628.0, 4655.0, 4637.0, 4662.0, 4615.0, 4620.0, 4628.0, 4627.0, 4657.0, 4640.0, 4633.0, 4673.0, 4644.0, 4662.0, 4649.0, 4653.0, 4673.0, 4656.0, 4652.0, 4641.0, 4616.0, 4644.0, 4617.0, 4645.0, 4621.0, 4670.0, 4617.0, 4644.0, 4616.0, 4653.0, 4617.0, 4628.0, 4627.0, 4617.0, 4636.0, 4639.0, 4660.0, 4640.0, 4660.0, 4642.0, 4667.0, 4630.0, 4676.0, 4640.0, 4663.0, 4645.0, 4639.0, 4638.0, 4616.0, 4642.0, 4629.0, 4642.0, 4622.0, 4647.0, 4630.0, 4647.0, 4632.0, 4657.0, 4628.0, 4659.0, 4640.0, 4656.0, 4628.0, 4657.0, 4638.0, 4659.0, 4650.0, 4669.0, 4641.0, 4659.0, 4629.0, 4646.0, 4638.0, 4646.0, 4629.0, 4618.0, 4638.0, 4619.0, 4648.0, 4642.0, 4656.0, 4637.0, 4658.0, 4630.0, 4658.0, 4626.0, 4650.0, 4639.0, 4648.0, 4639.0, 4648.0, 4627.0, 4645.0, 4625.0, 4647.0, 4624.0, 4616.0, 4635.0, 4616.0, 4636.0, 4617.0, 4646.0, 4637.0, 4658.0, 4618.0, 4655.0, 4616.0, 4647.0, 4630.0, 4649.0, 4638.0, 4643.0, 4637.0, 4635.0, 4624.0, 4626.0, 4629.0, 4628.0, 4638.0, 4619.0, 4645.0, 4626.0, 4647.0, 4627.0, 4648.0, 4629.0, 4657.0, 4630.0, 4656.0, 4638.0, 4658.0, 4639.0, 4669.0, 4637.0, 4647.0, 4629.0, 4645.0, 4638.0, 4648.0, 4636.0, 4617.0, 4636.0, 4617.0, 4644.0, 4628.0, 4647.0, 4627.0, 4658.0, 4627.0, 4645.0, 4631.0, 4645.0, 4630.0, 4645.0, 4642.0, 4658.0, 4630.0, 4648.0, 4637.0, 4650.0, 4627.0, 4638.0, 4638.0, 4615.0, 4636.0, 4619.0, 4640.0, 4617.0, 4644.0, 4628.0, 4643.0, 4627.0, 4647.0, 4631.0, 4645.0, 4629.0, 4654.0, 4627.0, 4655.0, 4636.0, 4646.0, 4637.0, 4635.0, 4640.0, 4617.0, 4635.0, 4615.0, 4638.0, 4626.0, 4634.0, 4620.0, 4646.0, 4625.0, 4648.0, 4628.0, 4650.0, 4617.0, 4651.0, 4629.0, 4658.0, 4629.0, 4665.0, 4642.0, 4648.0, 4637.0, 4635.0, 4636.0, 4627.0, 4625.0, 4619.0, 4640.0, 4618.0, 4646.0, 4630.0, 4644.0, 4630.0, 4659.0, 4629.0, 4646.0, 4638.0, 4643.0, 4628.0, 4645.0, 4627.0, 4649.0, 4629.0, 4628.0, 4637.0, 4618.0, 4637.0, 4614.0, 4636.0, 4617.0, 4646.0, 4626.0, 4655.0, 4627.0, 4645.0, 4637.0, 4670.0, 4652.0, 4646.0, 4638.0, 4625.0, 4628.0, 4617.0, 4636.0, 4617.0, 4649.0, 4627.0, 4648.0, 4630.0, 4645.0, 4628.0, 4647.0, 4626.0, 4668.0, 4627.0, 4668.0, 4638.0, 4680.0, 4643.0, 4644.0, 4638.0, 4648.0, 4626.0, 4628.0, 4637.0, 4627.0, 4628.0, 4616.0, 4646.0, 4631.0, 4645.0, 4627.0, 4645.0, 4628.0, 4646.0, 4641.0, 4656.0, 4628.0, 4667.0, 4637.0, 4665.0, 4639.0, 4645.0, 4628.0, 4646.0, 4616.0, 4635.0, 4627.0, 4628.0, 4627.0, 4615.0, 4634.0, 4615.0, 4634.0, 4627.0, 4647.0, 4628.0, 4655.0, 4627.0, 4668.0, 4627.0, 4653.0, 4637.0, 4645.0, 4626.0, 4637.0, 4636.0, 4616.0, 4635.0, 4626.0, 4647.0, 4628.0, 4661.0, 4630.0, 4655.0, 4628.0, 4655.0, 4639.0, 4656.0, 4642.0, 4636.0, 4639.0, 4617.0, 4636.0, 4617.0, 4635.0, 4617.0, 4656.0, 4624.0, 4643.0, 4616.0, 4646.0, 4627.0, 4668.0, 4647.0, 4646.0, 4625.0, 4625.0, 4625.0, 4628.0, 4646.0, 4618.0, 4639.0, 4619.0, 4645.0, 4628.0, 4659.0, 4627.0, 4647.0, 4637.0, 4646.0, 4650.0, 4641.0, 4660.0, 4640.0, 4661.0, 4640.0, 4681.0, 4639.0, 4657.0, 4630.0, 4659.0, 4639.0, 4617.0, 4647.0, 4630.0, 4646.0, 4627.0, 4649.0, 4629.0, 4658.0, 4640.0, 4637.0, 4627.0, 4619.0, 4637.0, 4631.0, 4651.0, 4630.0, 4656.0, 4627.0, 4656.0, 4628.0, 4649.0, 4638.0, 4646.0, 4640.0, 4661.0, 4628.0, 4656.0, 4638.0, 4657.0, 4639.0, 4626.0, 4636.0, 4617.0, 4645.0, 4627.0, 4661.0, 4641.0, 4657.0, 4629.0, 4656.0, 4628.0, 4655.0, 4636.0, 4657.0, 4639.0, 4645.0, 4636.0, 4668.0, 4627.0, 4665.0, 4636.0, 4644.0, 4639.0, 4625.0, 4627.0, 4616.0, 4639.0, 4631.0, 4648.0, 4632.0, 4651.0, 4628.0, 4647.0, 4640.0, 4657.0, 4641.0, 4657.0, 4628.0, 4650.0, 4628.0, 4655.0, 4637.0, 4658.0, 4639.0, 4646.0, 4624.0, 4638.0, 4625.0, 4636.0, 4627.0, 4637.0, 4638.0, 4619.0, 4625.0, 4618.0, 4637.0, 4631.0, 4637.0, 4630.0, 4647.0, 4627.0, 4646.0, 4627.0, 4658.0, 4632.0, 4658.0, 4639.0, 4666.0, 4651.0, 4683.0, 4650.0, 4655.0, 4636.0, 4649.0, 4637.0, 4617.0, 4639.0, 4642.0, 4650.0, 4631.0, 4659.0, 4628.0, 4656.0, 4627.0, 4648.0, 4639.0, 4679.0, 4637.0, 4647.0, 4628.0, 4619.0, 4626.0, 4616.0, 4636.0, 4629.0, 4645.0, 4628.0, 4649.0, 4638.0, 4666.0, 4638.0, 4653.0, 4629.0, 4646.0, 4639.0, 4615.0, 4635.0, 4606.0, 4637.0, 4629.0, 4649.0, 4626.0, 4654.0, 4617.0, 4644.0, 4626.0, 4668.0, 4639.0, 4656.0, 4638.0, 4637.0, 4638.0, 4616.0, 4626.0, 4629.0, 4639.0, 4627.0, 4648.0, 4605.0, 4637.0, 4617.0, 4647.0, 4632.0, 4646.0, 4625.0, 4649.0, 4627.0, 4646.0, 4629.0, 4656.0, 4639.0, 4647.0, 4652.0, 4658.0, 4627.0, 4646.0, 4638.0, 4661.0, 4637.0, 4648.0, 4639.0, 4629.0, 4637.0, 4626.0, 4639.0, 4631.0, 4650.0, 4628.0, 4647.0, 4641.0, 4658.0, 4653.0, 4660.0, 4651.0, 4637.0, 4639.0, 4617.0, 4637.0, 4628.0, 4647.0, 4638.0, 4669.0, 4624.0, 4671.0, 4642.0], 'WindowWidth': [10330.0, 10254.0, 10269.0, 10208.0, 10255.0, 10208.0, 10245.0, 10203.0, 10253.0, 10184.0, 10196.0, 10163.0, 10165.0, 10179.0, 10167.0, 10189.0, 10167.0, 10185.0, 10186.0, 10230.0, 10196.0, 10222.0, 10208.0, 10204.0, 10207.0, 10178.0, 10218.0, 10199.0, 10226.0, 10189.0, 10219.0, 10185.0, 10238.0, 10200.0, 10217.0, 10189.0, 10152.0, 10204.0, 10157.0, 10210.0, 10173.0, 10230.0, 10173.0, 10222.0, 10197.0, 10228.0, 10178.0, 10206.0, 10191.0, 10187.0, 10192.0, 10128.0, 10170.0, 10128.0, 10182.0, 10148.0, 10197.0, 10165.0, 10192.0, 10160.0, 10195.0, 10179.0, 10200.0, 10177.0, 10180.0, 10163.0, 10143.0, 10159.0, 10128.0, 10161.0, 10154.0, 10177.0, 10140.0, 10182.0, 10144.0, 10183.0, 10157.0, 10200.0, 10166.0, 10184.0, 10160.0, 10186.0, 10162.0, 10221.0, 10186.0, 10197.0, 10196.0, 10190.0, 10179.0, 10178.0, 10174.0, 10162.0, 10184.0, 10149.0, 10183.0, 10147.0, 10184.0, 10137.0, 10169.0, 10150.0, 10185.0, 10152.0, 10178.0, 10148.0, 10180.0, 10163.0, 10187.0, 10167.0, 10190.0, 10162.0, 10186.0, 10150.0, 10187.0, 10168.0, 10199.0, 10164.0, 10185.0, 10162.0, 10184.0, 10164.0, 10179.0, 10168.0, 10185.0, 10165.0, 10198.0, 10178.0, 10203.0, 10175.0, 10174.0, 10171.0, 10176.0, 10166.0, 10186.0, 10181.0, 10171.0, 10181.0, 10146.0, 10173.0, 10149.0, 10177.0, 10167.0, 10170.0, 10149.0, 10188.0, 10149.0, 10182.0, 10149.0, 10186.0, 10157.0, 10189.0, 10164.0, 10197.0, 10156.0, 10186.0, 10150.0, 10189.0, 10171.0, 10181.0, 10162.0, 10198.0, 10141.0, 10180.0, 10164.0, 10182.0, 10168.0, 10186.0, 10162.0, 10185.0, 10159.0, 10181.0, 10162.0, 10182.0, 10165.0, 10182.0, 10164.0, 10184.0, 10160.0, 10180.0, 10179.0, 10200.0, 10184.0, 10165.0, 10165.0, 10171.0, 10157.0, 10185.0, 10159.0, 10167.0, 10166.0, 10172.0, 10159.0, 10162.0, 10153.0, 10176.0, 10147.0, 10160.0, 10173.0, 10142.0, 10161.0, 10140.0, 10174.0, 10152.0, 10176.0, 10147.0, 10191.0, 10152.0, 10186.0, 10156.0, 10192.0, 10145.0, 10192.0, 10130.0, 10185.0, 10142.0, 10182.0, 10149.0, 10178.0, 10145.0, 10201.0, 10147.0, 10178.0, 10158.0, 10183.0, 10165.0, 10205.0, 10164.0, 10200.0, 10148.0, 10176.0, 10139.0, 10184.0, 10145.0, 10180.0, 10162.0, 10179.0, 10161.0, 10190.0, 10176.0, 10219.0, 10180.0, 10194.0, 10164.0, 10179.0, 10161.0, 10204.0, 10181.0, 10186.0, 10180.0, 10183.0, 10158.0, 10181.0, 10164.0, 10202.0, 10161.0, 10183.0, 10160.0, 10153.0, 10156.0, 10143.0, 10173.0, 10160.0, 10176.0, 10152.0, 10186.0, 10148.0, 10195.0, 10165.0, 10210.0, 10182.0, 10200.0, 10160.0, 10186.0, 10166.0, 10200.0, 10180.0, 10200.0, 10176.0, 10198.0, 10179.0, 10218.0, 10180.0, 10199.0, 10189.0, 10187.0, 10181.0, 10179.0, 10185.0, 10182.0, 10180.0, 10150.0, 10188.0, 10148.0, 10175.0, 10152.0, 10185.0, 10145.0, 10193.0, 10162.0, 10187.0, 10168.0, 10189.0, 10180.0, 10185.0, 10167.0, 10191.0, 10183.0, 10200.0, 10207.0, 10229.0, 10209.0, 10216.0, 10184.0, 10196.0, 10163.0, 10205.0, 10178.0, 10178.0, 10175.0, 10143.0, 10186.0, 10166.0, 10184.0, 10167.0, 10188.0, 10164.0, 10196.0, 10163.0, 10182.0, 10179.0, 10218.0, 10203.0, 10211.0, 10195.0, 10162.0, 10191.0, 10162.0, 10173.0, 10168.0, 10184.0, 10165.0, 10205.0, 10147.0, 10194.0, 10162.0, 10197.0, 10175.0, 10211.0, 10140.0, 10149.0, 10160.0, 10160.0, 10201.0, 10182.0, 10177.0, 10233.0, 10195.0, 10217.0, 10195.0, 10207.0, 10231.0, 10208.0, 10197.0, 10180.0, 10141.0, 10177.0, 10143.0, 10178.0, 10152.0, 10221.0, 10144.0, 10178.0, 10142.0, 10189.0, 10143.0, 10159.0, 10159.0, 10145.0, 10172.0, 10180.0, 10209.0, 10183.0, 10209.0, 10187.0, 10215.0, 10169.0, 10226.0, 10184.0, 10213.0, 10192.0, 10176.0, 10174.0, 10144.0, 10182.0, 10165.0, 10183.0, 10156.0, 10190.0, 10167.0, 10186.0, 10170.0, 10201.0, 10167.0, 10205.0, 10184.0, 10201.0, 10165.0, 10201.0, 10178.0, 10205.0, 10194.0, 10216.0, 10182.0, 10203.0, 10163.0, 10183.0, 10174.0, 10182.0, 10162.0, 10148.0, 10174.0, 10149.0, 10188.0, 10189.0, 10201.0, 10174.0, 10202.0, 10166.0, 10201.0, 10158.0, 10192.0, 10180.0, 10187.0, 10179.0, 10187.0, 10157.0, 10180.0, 10155.0, 10186.0, 10153.0, 10144.0, 10169.0, 10142.0, 10169.0, 10146.0, 10183.0, 10173.0, 10203.0, 10149.0, 10194.0, 10145.0, 10184.0, 10166.0, 10188.0, 10175.0, 10176.0, 10170.0, 10167.0, 10151.0, 10158.0, 10163.0, 10162.0, 10176.0, 10149.0, 10181.0, 10156.0, 10188.0, 10163.0, 10187.0, 10166.0, 10200.0, 10168.0, 10199.0, 10178.0, 10203.0, 10180.0, 10217.0, 10175.0, 10185.0, 10163.0, 10182.0, 10176.0, 10188.0, 10170.0, 10144.0, 10170.0, 10146.0, 10179.0, 10162.0, 10188.0, 10161.0, 10203.0, 10162.0, 10181.0, 10168.0, 10185.0, 10169.0, 10181.0, 10186.0, 10201.0, 10165.0, 10187.0, 10174.0, 10194.0, 10159.0, 10174.0, 10173.0, 10141.0, 10170.0, 10151.0, 10178.0, 10146.0, 10179.0, 10160.0, 10176.0, 10158.0, 10185.0, 10168.0, 10180.0, 10165.0, 10194.0, 10161.0, 10195.0, 10172.0, 10185.0, 10174.0, 10169.0, 10180.0, 10144.0, 10168.0, 10140.0, 10173.0, 10159.0, 10165.0, 10150.0, 10182.0, 10155.0, 10189.0, 10163.0, 10196.0, 10149.0, 10194.0, 10164.0, 10202.0, 10164.0, 10208.0, 10184.0, 10188.0, 10175.0, 10168.0, 10170.0, 10157.0, 10155.0, 10152.0, 10177.0, 10147.0, 10185.0, 10164.0, 10180.0, 10164.0, 10205.0, 10167.0, 10183.0, 10177.0, 10177.0, 10161.0, 10181.0, 10158.0, 10191.0, 10163.0, 10161.0, 10173.0, 10146.0, 10171.0, 10138.0, 10169.0, 10148.0, 10183.0, 10159.0, 10196.0, 10159.0, 10181.0, 10173.0, 10222.0, 10199.0, 10185.0, 10178.0, 10157.0, 10162.0, 10145.0, 10172.0, 10147.0, 10191.0, 10159.0, 10186.0, 10163.0, 10181.0, 10163.0, 10186.0, 10160.0, 10215.0, 10161.0, 10214.0, 10177.0, 10235.0, 10186.0, 10181.0, 10178.0, 10188.0, 10158.0, 10159.0, 10172.0, 10161.0, 10160.0, 10143.0, 10183.0, 10167.0, 10181.0, 10161.0, 10184.0, 10164.0, 10184.0, 10183.0, 10198.0, 10164.0, 10213.0, 10174.0, 10210.0, 10178.0, 10182.0, 10162.0, 10181.0, 10142.0, 10166.0, 10158.0, 10161.0, 10158.0, 10140.0, 10165.0, 10140.0, 10165.0, 10161.0, 10186.0, 10162.0, 10196.0, 10161.0, 10214.0, 10161.0, 10191.0, 10175.0, 10182.0, 10157.0, 10173.0, 10170.0, 10143.0, 10167.0, 10158.0, 10187.0, 10163.0, 10208.0, 10166.0, 10197.0, 10164.0, 10198.0, 10180.0, 10199.0, 10186.0, 10170.0, 10176.0, 10143.0, 10168.0, 10146.0, 10169.0, 10144.0, 10196.0, 10151.0, 10176.0, 10142.0, 10180.0, 10161.0, 10217.0, 10187.0, 10183.0, 10155.0, 10154.0, 10154.0, 10160.0, 10185.0, 10148.0, 10174.0, 10148.0, 10180.0, 10159.0, 10202.0, 10161.0, 10187.0, 10176.0, 10201.0, 10197.0, 10183.0, 10208.0, 10187.0, 10211.0, 10184.0, 10236.0, 10179.0, 10199.0, 10167.0, 10207.0, 10177.0, 10145.0, 10188.0, 10164.0, 10183.0, 10158.0, 10190.0, 10165.0, 10201.0, 10180.0, 10172.0, 10159.0, 10150.0, 10173.0, 10171.0, 10196.0, 10169.0, 10198.0, 10160.0, 10198.0, 10162.0, 10190.0, 10178.0, 10184.0, 10183.0, 10208.0, 10164.0, 10199.0, 10176.0, 10202.0, 10178.0, 10157.0, 10173.0, 10146.0, 10182.0, 10161.0, 10208.0, 10181.0, 10200.0, 10166.0, 10199.0, 10162.0, 10195.0, 10172.0, 10199.0, 10176.0, 10181.0, 10171.0, 10212.0, 10158.0, 10208.0, 10170.0, 10178.0, 10177.0, 10155.0, 10158.0, 10144.0, 10180.0, 10170.0, 10189.0, 10170.0, 10194.0, 10162.0, 10188.0, 10183.0, 10201.0, 10184.0, 10200.0, 10162.0, 10191.0, 10162.0, 10196.0, 10174.0, 10199.0, 10178.0, 10181.0, 10152.0, 10171.0, 10154.0, 10173.0, 10159.0, 10171.0, 10176.0, 10148.0, 10155.0, 10146.0, 10173.0, 10170.0, 10172.0, 10164.0, 10187.0, 10161.0, 10185.0, 10161.0, 10204.0, 10172.0, 10203.0, 10178.0, 10214.0, 10201.0, 10242.0, 10194.0, 10196.0, 10171.0, 10190.0, 10176.0, 10145.0, 10178.0, 10187.0, 10194.0, 10170.0, 10205.0, 10163.0, 10199.0, 10160.0, 10187.0, 10178.0, 10232.0, 10174.0, 10185.0, 10161.0, 10148.0, 10156.0, 10141.0, 10169.0, 10162.0, 10180.0, 10163.0, 10191.0, 10175.0, 10211.0, 10175.0, 10198.0, 10165.0, 10184.0, 10177.0, 10139.0, 10166.0, 10127.0, 10170.0, 10166.0, 10189.0, 10156.0, 10191.0, 10143.0, 10178.0, 10157.0, 10215.0, 10179.0, 10196.0, 10175.0, 10172.0, 10176.0, 10142.0, 10158.0, 10165.0, 10177.0, 10160.0, 10188.0, 10127.0, 10171.0, 10144.0, 10185.0, 10172.0, 10182.0, 10156.0, 10189.0, 10160.0, 10184.0, 10165.0, 10200.0, 10180.0, 10186.0, 10199.0, 10202.0, 10162.0, 10186.0, 10176.0, 10210.0, 10175.0, 10188.0, 10179.0, 10162.0, 10172.0, 10157.0, 10177.0, 10167.0, 10193.0, 10162.0, 10186.0, 10183.0, 10204.0, 10206.0, 10207.0, 10200.0, 10174.0, 10176.0, 10144.0, 10173.0, 10162.0, 10186.0, 10177.0, 10220.0, 10162.0, 10224.0, 10183.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.00035746432491767294</td></tr>
<tr><td colspan=3>aqi</td><td>0.015346767618002195</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.77959304638462</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2694114871648337</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0092110383296702</td></tr>
<tr><td colspan=3>efc</td><td>0.4892</td></tr>
<tr><td colspan=3>fber</td><td>6285.4395</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08191208161391937</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>17</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.8660812294182216</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2834279645454894</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2258042196599646</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.490772304251724</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.133707369724779</td></tr>
<tr><td colspan=3>gcor</td><td>0.00573698</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01889943890273571</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04018637165427208</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>4.146280268722639</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>18.8074</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.9403</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>209.2531</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295925.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1051.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>415.6472</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0469</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>536.6969</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3865.8918</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4039.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80619.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1498.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5006.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>974.1201</td></tr>
<tr><td colspan=3>tsnr</td><td>50.21832221373916</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>