<?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-0079_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-0079_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-0079_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-0079/figures/sub-0079_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0079/figures/sub-0079_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-0079/figures/sub-0079_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079/ses-02/func/sub-0079_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>09429d1cffb48924178052cd4edb36f5</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>13:22:20.332500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999458, 0.00320625, 0.0327591, -0.00418649, 0.999544, 0.0298981]</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.0984047</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>24</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4175, -7742, -7278, 530, 41, -47, 112, 55]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 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>251.486</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>00b6c81e-2f33-423f-9bac-694a2c8b1421||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6814730167388916, -0.011232059448957443, 0.08815042674541473, 110.06917572021484], [-0.008602144196629524, 2.681704044342041, 0.08105132728815079, -95.18183135986328], [0.08789026737213135, -0.08021432161331177, 2.697343111038208, -58.18257522583008], [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': ['132220.332500', '132220.792500', '132221.252500', '132221.712500', '132222.172500', '132222.632500', '132223.092500', '132223.552500', '132224.012500', '132224.472500', '132224.932500', '132225.392500', '132225.852500', '132226.312500', '132226.772500', '132227.232500', '132227.692500', '132228.152500', '132228.612500', '132229.072500', '132229.532500', '132229.992500', '132230.452500', '132230.912500', '132231.372500', '132231.832500', '132232.292500', '132232.752500', '132233.212500', '132233.672500', '132234.132500', '132234.592500', '132235.052500', '132235.512500', '132235.972500', '132236.432500', '132236.892500', '132237.352500', '132237.812500', '132238.272500', '132238.732500', '132239.192500', '132239.652500', '132240.112500', '132240.572500', '132241.032500', '132241.492500', '132241.952500', '132242.412500', '132242.872500', '132243.332500', '132243.792500', '132244.252500', '132244.712500', '132245.172500', '132245.632500', '132246.092500', '132246.552500', '132247.012500', '132247.472500', '132247.932500', '132248.392500', '132248.852500', '132249.312500', '132249.772500', '132250.232500', '132250.692500', '132251.152500', '132251.612500', '132252.072500', '132252.532500', '132252.992500', '132253.452500', '132253.912500', '132254.372500', '132254.832500', '132255.292500', '132255.752500', '132256.212500', '132256.672500', '132257.132500', '132257.592500', '132258.052500', '132258.512500', '132258.972500', '132259.432500', '132259.892500', '132300.352500', '132300.812500', '132301.272500', '132301.732500', '132302.192500', '132302.652500', '132303.112500', '132303.572500', '132304.032500', '132304.492500', '132304.952500', '132305.412500', '132305.872500', '132306.332500', '132306.792500', '132307.252500', '132307.712500', '132308.172500', '132308.632500', '132309.092500', '132309.552500', '132310.012500', '132310.472500', '132310.932500', '132311.392500', '132311.852500', '132312.312500', '132312.772500', '132313.232500', '132313.692500', '132314.152500', '132314.612500', '132315.072500', '132315.532500', '132315.992500', '132316.452500', '132316.912500', '132317.372500', '132317.832500', '132318.292500', '132318.752500', '132319.212500', '132319.672500', '132320.132500', '132320.592500', '132321.052500', '132321.512500', '132321.972500', '132322.432500', '132322.892500', '132323.352500', '132323.812500', '132324.272500', '132324.732500', '132325.192500', '132325.652500', '132326.112500', '132326.572500', '132327.032500', '132327.492500', '132327.952500', '132328.412500', '132328.872500', '132329.332500', '132329.792500', '132330.252500', '132330.712500', '132331.172500', '132331.632500', '132332.092500', '132332.552500', '132333.012500', '132333.472500', '132333.932500', '132334.392500', '132334.852500', '132335.312500', '132335.772500', '132336.232500', '132336.692500', '132337.152500', '132337.612500', '132338.072500', '132338.532500', '132338.992500', '132339.452500', '132339.912500', '132340.372500', '132340.832500', '132341.292500', '132341.752500', '132342.212500', '132342.672500', '132343.132500', '132343.592500', '132344.052500', '132344.512500', '132344.972500', '132345.432500', '132345.892500', '132346.352500', '132346.812500', '132347.272500', '132347.732500', '132348.192500', '132348.652500', '132349.112500', '132349.572500', '132350.032500', '132350.492500', '132350.952500', '132351.412500', '132351.872500', '132352.332500', '132352.792500', '132353.252500', '132353.712500', '132354.172500', '132354.632500', '132355.092500', '132355.552500', '132356.012500', '132356.472500', '132356.932500', '132357.392500', '132357.852500', '132358.312500', '132358.772500', '132359.232500', '132359.692500', '132400.152500', '132400.612500', '132401.072500', '132401.532500', '132401.992500', '132402.452500', '132402.912500', '132403.372500', '132403.832500', '132404.292500', '132404.752500', '132405.212500', '132405.672500', '132406.132500', '132406.592500', '132407.052500', '132407.512500', '132407.972500', '132408.432500', '132408.892500', '132409.352500', '132409.812500', '132410.272500', '132410.732500', '132411.192500', '132411.652500', '132412.112500', '132412.572500', '132413.032500', '132413.492500', '132413.952500', '132414.412500', '132414.872500', '132415.332500', '132415.792500', '132416.252500', '132416.712500', '132417.172500', '132417.632500', '132418.092500', '132418.552500', '132419.012500', '132419.472500', '132419.932500', '132420.392500', '132420.852500', '132421.312500', '132421.772500', '132422.232500', '132422.692500', '132423.152500', '132423.612500', '132424.072500', '132424.532500', '132424.992500', '132425.452500', '132425.912500', '132426.372500', '132426.832500', '132427.292500', '132427.752500', '132428.212500', '132428.672500', '132429.132500', '132429.592500', '132430.052500', '132430.512500', '132430.972500', '132431.432500', '132431.892500', '132432.352500', '132432.812500', '132433.272500', '132433.732500', '132434.192500', '132434.652500', '132435.112500', '132435.572500', '132436.032500', '132436.492500', '132436.952500', '132437.412500', '132437.872500', '132438.332500', '132438.792500', '132439.252500', '132439.712500', '132440.172500', '132440.632500', '132441.092500', '132441.552500', '132442.012500', '132442.472500', '132442.932500', '132443.392500', '132443.852500', '132444.312500', '132444.772500', '132445.232500', '132445.692500', '132446.152500', '132446.612500', '132447.072500', '132447.532500', '132447.992500', '132448.452500', '132448.912500', '132449.372500', '132449.832500', '132450.292500', '132450.752500', '132451.212500', '132451.672500', '132452.132500', '132452.592500', '132453.052500', '132453.512500', '132453.972500', '132454.432500', '132454.892500', '132455.352500', '132455.812500', '132456.272500', '132456.732500', '132457.192500', '132457.652500', '132458.112500', '132458.572500', '132459.032500', '132459.492500', '132459.952500', '132500.412500', '132500.872500', '132501.332500', '132501.792500', '132502.252500', '132502.712500', '132503.172500', '132503.632500', '132504.092500', '132504.552500', '132505.012500', '132505.472500', '132505.932500', '132506.392500', '132506.852500', '132507.312500', '132507.772500', '132508.232500', '132508.692500', '132509.152500', '132509.612500', '132510.072500', '132510.532500', '132510.992500', '132511.452500', '132511.912500', '132512.372500', '132512.832500', '132513.292500', '132513.752500', '132514.212500', '132514.672500', '132515.132500', '132515.592500', '132516.052500', '132516.512500', '132516.972500', '132517.432500', '132517.892500', '132518.352500', '132518.812500', '132519.272500', '132519.732500', '132520.192500', '132520.652500', '132521.112500', '132521.572500', '132522.032500', '132522.492500', '132522.952500', '132523.412500', '132523.872500', '132524.332500', '132524.792500', '132525.252500', '132525.712500', '132526.172500', '132526.632500', '132527.092500', '132527.552500', '132528.012500', '132528.472500', '132528.932500', '132529.392500', '132529.852500', '132530.312500', '132530.772500', '132531.232500', '132531.692500', '132532.152500', '132532.612500', '132533.072500', '132533.532500', '132533.992500', '132534.452500', '132534.912500', '132535.372500', '132535.832500', '132536.292500', '132536.752500', '132537.212500', '132537.672500', '132538.132500', '132538.592500', '132539.052500', '132539.512500', '132539.972500', '132540.432500', '132540.892500', '132541.352500', '132541.812500', '132542.272500', '132542.732500', '132543.192500', '132543.652500', '132544.112500', '132544.572500', '132545.032500', '132545.492500', '132545.952500', '132546.412500', '132546.872500', '132547.332500', '132547.792500', '132548.252500', '132548.712500', '132549.172500', '132549.632500', '132550.092500', '132550.552500', '132551.012500', '132551.472500', '132551.932500', '132552.392500', '132552.852500', '132553.312500', '132553.772500', '132554.232500', '132554.692500', '132555.152500', '132555.612500', '132556.072500', '132556.532500', '132556.992500', '132557.452500', '132557.912500', '132558.372500', '132558.832500', '132559.292500', '132559.752500', '132600.212500', '132600.672500', '132601.132500', '132601.592500', '132602.052500', '132602.512500', '132602.972500', '132603.432500', '132603.892500', '132604.352500', '132604.812500', '132605.272500', '132605.732500', '132606.192500', '132606.652500', '132607.112500', '132607.572500', '132608.032500', '132608.492500', '132608.952500', '132609.412500', '132609.872500', '132610.332500', '132610.792500', '132611.252500', '132611.712500', '132612.172500', '132612.632500', '132613.092500', '132613.552500', '132614.012500', '132614.472500', '132614.932500', '132615.392500', '132615.852500', '132616.312500', '132616.772500', '132617.232500', '132617.692500', '132618.152500', '132618.612500', '132619.072500', '132619.532500', '132619.992500', '132620.452500', '132620.912500', '132621.372500', '132621.832500', '132622.292500', '132622.752500', '132623.212500', '132623.672500', '132624.132500', '132624.592500', '132625.052500', '132625.512500', '132625.972500', '132626.432500', '132626.892500', '132627.352500', '132627.812500', '132628.272500', '132628.732500', '132629.192500', '132629.652500', '132630.112500', '132630.572500', '132631.032500', '132631.492500', '132631.952500', '132632.412500', '132632.872500', '132633.332500', '132633.792500', '132634.252500', '132634.712500', '132635.172500', '132635.632500', '132636.092500', '132636.552500', '132637.012500', '132637.472500', '132637.932500', '132638.392500', '132638.852500', '132639.312500', '132639.772500', '132640.232500', '132640.692500', '132641.152500', '132641.612500', '132642.072500', '132642.532500', '132642.992500', '132643.452500', '132643.912500', '132644.372500', '132644.832500', '132645.292500', '132645.752500', '132646.212500', '132646.672500', '132647.132500', '132647.592500', '132648.052500', '132648.512500', '132648.972500', '132649.432500', '132649.892500', '132650.352500', '132650.812500', '132651.272500', '132651.732500', '132652.192500', '132652.652500', '132653.112500', '132653.572500', '132654.032500', '132654.492500', '132654.952500', '132655.412500', '132655.872500', '132656.332500', '132656.792500', '132657.252500', '132657.712500', '132658.172500', '132658.632500', '132659.092500', '132659.552500', '132700.012500', '132700.472500', '132700.932500', '132701.392500', '132701.852500', '132702.312500', '132702.772500', '132703.232500', '132703.692500', '132704.152500', '132704.612500', '132705.072500', '132705.532500', '132705.992500', '132706.452500', '132706.912500', '132707.372500', '132707.832500', '132708.292500', '132708.752500', '132709.212500', '132709.672500', '132710.132500', '132710.592500', '132711.052500', '132711.512500', '132711.972500', '132712.432500', '132712.892500', '132713.352500', '132713.812500', '132714.272500', '132714.732500', '132715.192500', '132715.652500', '132716.112500', '132716.572500', '132717.032500', '132717.492500', '132717.952500', '132718.412500', '132718.872500', '132719.332500', '132719.792500', '132720.252500', '132720.712500', '132721.172500', '132721.632500', '132722.092500', '132722.552500', '132723.012500', '132723.472500', '132723.932500', '132724.392500', '132724.852500', '132725.312500', '132725.772500', '132726.232500', '132726.692500', '132727.152500', '132727.612500', '132728.072500', '132728.532500', '132728.992500', '132729.452500', '132729.912500', '132730.372500', '132730.832500', '132731.292500', '132731.752500', '132732.212500', '132732.672500', '132733.132500', '132733.592500', '132734.052500', '132734.512500', '132734.972500', '132735.432500', '132735.892500', '132736.352500', '132736.812500', '132737.272500', '132737.732500', '132738.192500', '132738.652500', '132739.112500', '132739.572500', '132740.032500', '132740.492500', '132740.952500', '132741.412500', '132741.872500', '132742.332500', '132742.792500', '132743.252500', '132743.712500', '132744.172500', '132744.632500', '132745.092500', '132745.552500', '132746.012500', '132746.472500', '132746.932500', '132747.392500', '132747.852500', '132748.312500', '132748.772500', '132749.232500', '132749.692500', '132750.152500', '132750.612500', '132751.072500', '132751.532500', '132751.992500', '132752.452500', '132752.912500', '132753.372500', '132753.832500', '132754.292500', '132754.752500', '132755.212500', '132755.672500', '132756.132500', '132756.592500', '132757.052500', '132757.512500', '132757.972500', '132758.432500', '132758.892500', '132759.352500', '132759.812500', '132800.272500', '132800.732500', '132801.192500', '132801.652500', '132802.112500', '132802.572500', '132803.032500', '132803.492500', '132803.952500', '132804.412500', '132804.872500', '132805.332500', '132805.792500', '132806.252500', '132806.712500', '132807.172500', '132807.632500', '132808.092500', '132808.552500', '132809.012500', '132809.472500', '132809.932500', '132810.392500', '132810.852500', '132811.312500', '132811.772500', '132812.232500', '132812.692500', '132813.152500', '132813.612500', '132814.072500', '132814.532500', '132814.992500', '132815.452500', '132815.912500', '132816.372500', '132816.832500', '132817.292500', '132817.752500', '132818.212500', '132818.672500', '132819.132500', '132819.592500', '132820.052500', '132820.512500', '132820.972500', '132821.432500', '132821.892500', '132822.352500', '132822.812500', '132823.272500', '132823.732500', '132824.192500', '132824.652500', '132825.112500', '132825.572500', '132826.032500', '132826.492500', '132826.952500', '132827.412500', '132827.872500', '132828.332500', '132828.792500', '132829.252500', '132829.712500', '132830.172500', '132830.632500', '132831.092500', '132831.552500', '132832.012500', '132832.472500', '132832.932500', '132833.392500', '132833.852500', '132834.312500', '132834.772500', '132835.232500', '132835.692500', '132836.152500', '132836.612500', '132837.072500', '132837.532500', '132837.992500', '132838.452500', '132838.912500', '132839.372500', '132839.832500', '132840.292500', '132840.752500', '132841.212500', '132841.672500', '132842.132500', '132842.592500', '132843.052500', '132843.512500', '132843.972500', '132844.432500', '132844.892500', '132845.352500', '132845.812500', '132846.272500', '132846.732500', '132847.192500', '132847.652500', '132848.112500', '132848.572500', '132849.032500', '132849.492500', '132849.952500', '132850.412500', '132850.872500', '132851.332500', '132851.792500', '132852.252500', '132852.712500', '132853.172500', '132853.632500', '132854.092500', '132854.552500', '132855.012500', '132855.472500', '132855.932500', '132856.392500', '132856.852500', '132857.312500', '132857.772500', '132858.232500', '132858.692500', '132859.152500', '132859.612500', '132900.072500', '132900.532500', '132900.992500', '132901.452500', '132901.912500', '132902.372500', '132902.832500', '132903.292500', '132903.752500', '132904.212500', '132904.672500', '132905.132500', '132905.592500', '132906.052500', '132906.512500', '132906.972500', '132907.432500', '132907.892500', '132908.352500', '132908.812500', '132909.272500', '132909.732500', '132910.192500', '132910.652500', '132911.112500', '132911.572500', '132912.032500', '132912.492500', '132912.952500', '132913.412500', '132913.872500', '132914.332500', '132914.792500', '132915.252500', '132915.712500', '132916.172500', '132916.632500', '132917.092500', '132917.552500', '132918.012500', '132918.472500', '132918.932500', '132919.392500', '132919.852500', '132920.312500'], 'ContentTime': ['132236.511000', '132236.514000', '132236.517000', '132236.519000', '132236.522000', '132236.524000', '132236.527000', '132236.530000', '132236.533000', '132236.535000', '132236.538000', '132236.540000', '132236.543000', '132236.546000', '132236.563000', '132236.565000', '132236.568000', '132236.570000', '132236.573000', '132236.576000', '132236.578000', '132236.581000', '132236.584000', '132236.586000', '132236.589000', '132236.592000', '132236.594000', '132236.597000', '132236.599000', '132236.602000', '132236.605000', '132236.607000', '132256.478000', '132256.480000', '132256.483000', '132256.486000', '132256.489000', '132256.491000', '132256.494000', '132256.497000', '132256.499000', '132256.511000', '132256.513000', '132256.516000', '132256.518000', '132256.521000', '132256.524000', '132256.526000', '132256.529000', '132256.531000', '132256.534000', '132256.537000', '132256.539000', '132256.542000', '132256.544000', '132256.547000', '132256.553000', '132256.556000', '132256.560000', '132256.562000', '132256.565000', '132256.567000', '132256.570000', '132256.572000', '132256.575000', '132256.578000', '132256.581000', '132256.584000', '132256.587000', '132256.589000', '132256.592000', '132256.595000', '132256.597000', '132256.600000', '132256.602000', '132316.477000', '132316.480000', '132316.483000', '132316.485000', '132316.488000', '132316.491000', '132316.493000', '132316.496000', '132316.499000', '132316.502000', '132316.504000', '132316.507000', '132316.509000', '132316.520000', '132316.522000', '132316.525000', '132316.527000', '132316.530000', '132316.533000', '132316.535000', '132316.538000', '132316.541000', '132316.543000', '132316.546000', '132316.548000', '132316.551000', '132316.554000', '132316.556000', '132316.559000', '132316.561000', '132316.564000', '132316.567000', '132316.569000', '132316.572000', '132316.574000', '132316.577000', '132316.580000', '132316.582000', '132316.585000', '132316.587000', '132316.590000', '132316.593000', '132316.596000', '132316.598000', '132336.476000', '132336.479000', '132336.482000', '132336.484000', '132336.487000', '132336.490000', '132336.492000', '132336.495000', '132336.498000', '132336.500000', '132336.503000', '132336.506000', '132336.508000', '132336.511000', '132336.513000', '132336.516000', '132336.518000', '132336.521000', '132336.524000', '132336.526000', '132336.529000', '132336.531000', '132336.534000', '132336.537000', '132336.539000', '132336.542000', '132336.545000', '132336.547000', '132336.550000', '132336.552000', '132336.555000', '132336.558000', '132336.561000', '132336.563000', '132336.566000', '132336.568000', '132336.571000', '132336.574000', '132336.576000', '132336.579000', '132336.582000', '132336.584000', '132336.587000', '132356.477000', '132356.480000', '132356.483000', '132356.486000', '132356.488000', '132356.491000', '132356.494000', '132356.497000', '132356.499000', '132356.502000', '132356.504000', '132356.507000', '132356.510000', '132356.512000', '132356.515000', '132356.517000', '132356.520000', '132356.523000', '132356.525000', '132356.528000', '132356.531000', '132356.533000', '132356.536000', '132356.538000', '132356.541000', '132356.544000', '132356.546000', '132356.549000', '132356.551000', '132356.554000', '132356.557000', '132356.559000', '132356.562000', '132356.564000', '132356.567000', '132356.570000', '132356.572000', '132356.575000', '132356.578000', '132356.580000', '132356.583000', '132356.585000', '132356.588000', '132356.591000', '132416.477000', '132416.480000', '132416.483000', '132416.486000', '132416.488000', '132416.491000', '132416.494000', '132416.496000', '132416.499000', '132416.501000', '132416.504000', '132416.507000', '132416.509000', '132416.512000', '132416.515000', '132416.517000', '132416.520000', '132416.522000', '132416.525000', '132416.528000', '132416.530000', '132416.533000', '132416.536000', '132416.538000', '132416.541000', '132416.543000', '132416.546000', '132416.548000', '132416.551000', '132416.554000', '132416.556000', '132416.559000', '132416.562000', '132416.564000', '132416.567000', '132416.569000', '132416.572000', '132416.575000', '132416.577000', '132416.580000', '132416.582000', '132416.585000', '132416.588000', '132436.478000', '132436.480000', '132436.484000', '132436.486000', '132436.489000', '132436.503000', '132436.506000', '132436.508000', '132436.511000', '132436.513000', '132436.516000', '132436.519000', '132436.521000', '132436.524000', '132436.526000', '132436.529000', '132436.531000', '132436.534000', '132436.537000', '132436.539000', '132436.542000', '132436.545000', '132436.547000', '132436.550000', '132436.552000', '132436.555000', '132436.558000', '132436.560000', '132436.563000', '132436.565000', '132436.568000', '132436.571000', '132436.573000', '132436.576000', '132436.579000', '132436.581000', '132436.584000', '132436.587000', '132436.589000', '132436.592000', '132436.595000', '132436.597000', '132436.600000', '132436.603000', '132456.477000', '132456.480000', '132456.483000', '132456.485000', '132456.488000', '132456.491000', '132456.493000', '132456.496000', '132456.499000', '132456.501000', '132456.504000', '132456.506000', '132456.509000', '132456.512000', '132456.514000', '132456.517000', '132456.520000', '132456.522000', '132456.525000', '132456.528000', '132456.530000', '132456.533000', '132456.535000', '132456.538000', '132456.541000', '132456.543000', '132456.546000', '132456.548000', '132456.551000', '132456.554000', '132456.556000', '132456.559000', '132456.562000', '132456.564000', '132456.567000', '132456.569000', '132456.572000', '132456.575000', '132456.577000', '132456.580000', '132456.582000', '132456.585000', '132456.588000', '132516.477000', '132516.480000', '132516.483000', '132516.486000', '132516.488000', '132516.491000', '132516.494000', '132516.496000', '132516.499000', '132516.502000', '132516.504000', '132516.507000', '132516.509000', '132516.512000', '132516.515000', '132516.517000', '132516.520000', '132516.523000', '132516.525000', '132516.528000', '132516.530000', '132516.533000', '132516.536000', '132516.538000', '132516.541000', '132516.544000', '132516.546000', '132516.549000', '132516.551000', '132516.554000', '132516.557000', '132516.559000', '132516.562000', '132516.565000', '132516.567000', '132516.570000', '132516.573000', '132516.575000', '132516.578000', '132516.581000', '132516.583000', '132516.586000', '132516.589000', '132516.591000', '132536.478000', '132536.480000', '132536.483000', '132536.486000', '132536.488000', '132536.491000', '132536.493000', '132536.496000', '132536.499000', '132536.502000', '132536.504000', '132536.507000', '132536.509000', '132536.512000', '132536.515000', '132536.517000', '132536.520000', '132536.522000', '132536.525000', '132536.528000', '132536.530000', '132536.533000', '132536.535000', '132536.538000', '132536.541000', '132536.543000', '132536.546000', '132536.548000', '132536.551000', '132536.554000', '132536.556000', '132536.559000', '132536.562000', '132536.564000', '132536.567000', '132536.569000', '132536.572000', '132536.575000', '132536.577000', '132536.580000', '132536.583000', '132536.586000', '132536.589000', '132556.476000', '132556.479000', '132556.482000', '132556.484000', '132556.488000', '132556.490000', '132556.493000', '132556.495000', '132556.498000', '132556.501000', '132556.503000', '132556.506000', '132556.509000', '132556.511000', '132556.514000', '132556.516000', '132556.519000', '132556.522000', '132556.524000', '132556.527000', '132556.530000', '132556.532000', '132556.535000', '132556.538000', '132556.540000', '132556.543000', '132556.545000', '132556.548000', '132556.551000', '132556.553000', '132556.556000', '132556.559000', '132556.561000', '132556.564000', '132556.566000', '132556.569000', '132556.572000', '132556.574000', '132556.577000', '132556.579000', '132556.582000', '132556.585000', '132556.588000', '132556.590000', '132616.489000', '132616.492000', '132616.495000', '132616.497000', '132616.500000', '132616.502000', '132616.505000', '132616.508000', '132616.510000', '132616.513000', '132616.515000', '132616.518000', '132616.521000', '132616.523000', '132616.526000', '132616.529000', '132616.531000', '132616.534000', '132616.537000', '132616.539000', '132616.542000', '132616.544000', '132616.547000', '132616.550000', '132616.552000', '132616.555000', '132616.557000', '132616.560000', '132616.563000', '132616.565000', '132616.568000', '132616.571000', '132616.573000', '132616.576000', '132616.579000', '132616.581000', '132616.584000', '132616.586000', '132616.589000', '132616.592000', '132616.594000', '132616.597000', '132616.600000', '132636.478000', '132636.481000', '132636.483000', '132636.486000', '132636.489000', '132636.491000', '132636.494000', '132636.496000', '132636.499000', '132636.502000', '132636.504000', '132636.507000', '132636.510000', '132636.513000', '132636.515000', '132636.518000', '132636.521000', '132636.523000', '132636.526000', '132636.528000', '132636.531000', '132636.534000', '132636.536000', '132636.539000', '132636.541000', '132636.544000', '132636.547000', '132636.549000', '132636.552000', '132636.554000', '132636.557000', '132636.560000', '132636.562000', '132636.565000', '132636.567000', '132636.570000', '132636.573000', '132636.575000', '132636.578000', '132636.581000', '132636.583000', '132636.586000', '132636.589000', '132636.591000', '132656.478000', '132656.481000', '132656.483000', '132656.486000', '132656.499000', '132656.502000', '132656.505000', '132656.507000', '132656.510000', '132656.513000', '132656.515000', '132656.518000', '132656.520000', '132656.523000', '132656.526000', '132656.528000', '132656.531000', '132656.534000', '132656.536000', '132656.539000', '132656.541000', '132656.544000', '132656.547000', '132656.549000', '132656.552000', '132656.555000', '132656.557000', '132656.560000', '132656.563000', '132656.565000', '132656.568000', '132656.571000', '132656.573000', '132656.576000', '132656.579000', '132656.581000', '132656.584000', '132656.587000', '132656.589000', '132656.592000', '132656.594000', '132656.597000', '132656.600000', '132716.478000', '132716.480000', '132716.483000', '132716.486000', '132716.488000', '132716.491000', '132716.494000', '132716.496000', '132716.499000', '132716.502000', '132716.504000', '132716.507000', '132716.509000', '132716.512000', '132716.515000', '132716.517000', '132716.520000', '132716.522000', '132716.525000', '132716.528000', '132716.530000', '132716.533000', '132716.536000', '132716.538000', '132716.541000', '132716.543000', '132716.546000', '132716.549000', '132716.551000', '132716.554000', '132716.557000', '132716.559000', '132716.562000', '132716.564000', '132716.567000', '132716.570000', '132716.572000', '132716.575000', '132716.577000', '132716.580000', '132716.583000', '132716.585000', '132716.588000', '132716.591000', '132736.477000', '132736.480000', '132736.483000', '132736.486000', '132736.489000', '132736.491000', '132736.494000', '132736.496000', '132736.499000', '132736.502000', '132736.504000', '132736.537000', '132736.540000', '132736.542000', '132736.545000', '132736.547000', '132736.550000', '132736.553000', '132736.555000', '132736.558000', '132736.561000', '132736.563000', '132736.566000', '132736.568000', '132736.571000', '132736.574000', '132736.577000', '132736.579000', '132736.582000', '132736.585000', '132736.587000', '132736.590000', '132736.593000', '132736.595000', '132736.598000', '132736.600000', '132736.603000', '132736.606000', '132736.608000', '132736.611000', '132736.614000', '132736.616000', '132736.619000', '132756.477000', '132756.480000', '132756.483000', '132756.486000', '132756.489000', '132756.491000', '132756.494000', '132756.496000', '132756.500000', '132756.503000', '132756.505000', '132756.508000', '132756.511000', '132756.514000', '132756.516000', '132756.519000', '132756.522000', '132756.525000', '132756.527000', '132756.530000', '132756.532000', '132756.535000', '132756.538000', '132756.540000', '132756.543000', '132756.546000', '132756.548000', '132756.551000', '132756.554000', '132756.557000', '132756.559000', '132756.562000', '132756.565000', '132756.567000', '132756.570000', '132756.573000', '132756.575000', '132756.578000', '132756.581000', '132756.583000', '132756.586000', '132756.589000', '132756.591000', '132816.477000', '132816.479000', '132816.482000', '132816.485000', '132816.487000', '132816.490000', '132816.493000', '132816.495000', '132816.498000', '132816.500000', '132816.503000', '132816.506000', '132816.508000', '132816.511000', '132816.514000', '132816.516000', '132816.519000', '132816.521000', '132816.524000', '132816.527000', '132816.529000', '132816.532000', '132816.534000', '132816.537000', '132816.540000', '132816.542000', '132816.545000', '132816.548000', '132816.550000', '132816.553000', '132816.555000', '132816.558000', '132816.561000', '132816.563000', '132816.566000', '132816.569000', '132816.571000', '132816.574000', '132816.576000', '132816.579000', '132816.582000', '132816.584000', '132816.587000', '132816.590000', '132836.478000', '132836.481000', '132836.484000', '132836.487000', '132836.489000', '132836.492000', '132836.495000', '132836.497000', '132836.500000', '132836.503000', '132836.505000', '132836.508000', '132836.511000', '132836.513000', '132836.516000', '132836.518000', '132836.521000', '132836.524000', '132836.526000', '132836.529000', '132836.532000', '132836.534000', '132836.537000', '132836.540000', '132836.542000', '132836.545000', '132836.548000', '132836.550000', '132836.553000', '132836.556000', '132836.558000', '132836.561000', '132836.564000', '132836.566000', '132836.569000', '132836.572000', '132836.574000', '132836.577000', '132836.580000', '132836.582000', '132836.585000', '132836.587000', '132836.590000', '132856.477000', '132856.480000', '132856.483000', '132856.486000', '132856.488000', '132856.491000', '132856.494000', '132856.496000', '132856.499000', '132856.502000', '132856.504000', '132856.507000', '132856.510000', '132856.512000', '132856.515000', '132856.518000', '132856.520000', '132856.523000', '132856.525000', '132856.528000', '132856.531000', '132856.533000', '132856.536000', '132856.544000', '132856.547000', '132856.549000', '132856.552000', '132856.555000', '132856.557000', '132856.560000', '132856.562000', '132856.565000', '132856.568000', '132856.570000', '132856.573000', '132856.576000', '132856.578000', '132856.581000', '132856.584000', '132856.586000', '132856.589000', '132856.592000', '132856.594000', '132856.597000', '132916.478000', '132916.481000', '132916.483000', '132916.486000', '132916.488000', '132916.491000', '132916.494000', '132916.497000', '132916.499000', '132916.502000', '132916.504000', '132916.507000', '132916.510000', '132916.512000', '132916.515000', '132916.517000', '132916.520000', '132916.523000', '132916.525000', '132916.528000', '132916.530000', '132916.533000', '132916.536000', '132916.538000', '132916.543000', '132916.545000', '132916.548000', '132916.551000', '132916.554000', '132916.557000', '132916.560000', '132916.562000', '132916.565000', '132916.568000', '132916.571000', '132916.573000', '132916.576000', '132916.578000', '132916.581000', '132916.587000', '132916.590000', '132916.593000', '132916.596000', '132922.002000', '132922.005000', '132922.008000', '132922.010000', '132922.013000', '132922.016000', '132922.018000', '132922.021000', '132922.024000', '132922.027000', '132922.030000', '132922.033000', '132922.036000'], 'InstanceCreationTime': ['132236.511000', '132236.514000', '132236.517000', '132236.519000', '132236.522000', '132236.524000', '132236.527000', '132236.530000', '132236.533000', '132236.535000', '132236.538000', '132236.540000', '132236.543000', '132236.546000', '132236.563000', '132236.565000', '132236.568000', '132236.570000', '132236.573000', '132236.576000', '132236.578000', '132236.581000', '132236.584000', '132236.586000', '132236.589000', '132236.592000', '132236.594000', '132236.597000', '132236.599000', '132236.602000', '132236.605000', '132236.607000', '132256.478000', '132256.480000', '132256.483000', '132256.486000', '132256.489000', '132256.491000', '132256.494000', '132256.497000', '132256.499000', '132256.511000', '132256.513000', '132256.516000', '132256.518000', '132256.521000', '132256.524000', '132256.526000', '132256.529000', '132256.531000', '132256.534000', '132256.537000', '132256.539000', '132256.542000', '132256.544000', '132256.547000', '132256.553000', '132256.556000', '132256.560000', '132256.562000', '132256.565000', '132256.567000', '132256.570000', '132256.572000', '132256.575000', '132256.578000', '132256.581000', '132256.584000', '132256.587000', '132256.589000', '132256.592000', '132256.595000', '132256.597000', '132256.600000', '132256.602000', '132316.477000', '132316.480000', '132316.483000', '132316.485000', '132316.488000', '132316.491000', '132316.493000', '132316.496000', '132316.499000', '132316.502000', '132316.504000', '132316.507000', '132316.509000', '132316.520000', '132316.522000', '132316.525000', '132316.527000', '132316.530000', '132316.533000', '132316.535000', '132316.538000', '132316.541000', '132316.543000', '132316.546000', '132316.548000', '132316.551000', '132316.554000', '132316.556000', '132316.559000', '132316.561000', '132316.564000', '132316.567000', '132316.569000', '132316.572000', '132316.574000', '132316.577000', '132316.580000', '132316.582000', '132316.585000', '132316.587000', '132316.590000', '132316.593000', '132316.596000', '132316.598000', '132336.476000', '132336.479000', '132336.482000', '132336.484000', '132336.487000', '132336.490000', '132336.492000', '132336.495000', '132336.498000', '132336.500000', '132336.503000', '132336.506000', '132336.508000', '132336.511000', '132336.513000', '132336.516000', '132336.518000', '132336.521000', '132336.524000', '132336.526000', '132336.529000', '132336.531000', '132336.534000', '132336.537000', '132336.539000', '132336.542000', '132336.545000', '132336.547000', '132336.550000', '132336.552000', '132336.555000', '132336.558000', '132336.561000', '132336.563000', '132336.566000', '132336.568000', '132336.571000', '132336.574000', '132336.576000', '132336.579000', '132336.582000', '132336.584000', '132336.587000', '132356.477000', '132356.480000', '132356.483000', '132356.486000', '132356.488000', '132356.491000', '132356.494000', '132356.497000', '132356.499000', '132356.502000', '132356.504000', '132356.507000', '132356.510000', '132356.512000', '132356.515000', '132356.517000', '132356.520000', '132356.523000', '132356.525000', '132356.528000', '132356.531000', '132356.533000', '132356.536000', '132356.538000', '132356.541000', '132356.544000', '132356.546000', '132356.549000', '132356.551000', '132356.554000', '132356.557000', '132356.559000', '132356.562000', '132356.564000', '132356.567000', '132356.570000', '132356.572000', '132356.575000', '132356.578000', '132356.580000', '132356.583000', '132356.585000', '132356.588000', '132356.591000', '132416.477000', '132416.480000', '132416.483000', '132416.486000', '132416.488000', '132416.491000', '132416.494000', '132416.496000', '132416.499000', '132416.501000', '132416.504000', '132416.507000', '132416.509000', '132416.512000', '132416.515000', '132416.517000', '132416.520000', '132416.522000', '132416.525000', '132416.528000', '132416.530000', '132416.533000', '132416.536000', '132416.538000', '132416.541000', '132416.543000', '132416.546000', '132416.548000', '132416.551000', '132416.554000', '132416.556000', '132416.559000', '132416.562000', '132416.564000', '132416.567000', '132416.569000', '132416.572000', '132416.575000', '132416.577000', '132416.580000', '132416.582000', '132416.585000', '132416.588000', '132436.478000', '132436.480000', '132436.484000', '132436.486000', '132436.489000', '132436.503000', '132436.506000', '132436.508000', '132436.511000', '132436.513000', '132436.516000', '132436.519000', '132436.521000', '132436.524000', '132436.526000', '132436.529000', '132436.531000', '132436.534000', '132436.537000', '132436.539000', '132436.542000', '132436.545000', '132436.547000', '132436.550000', '132436.552000', '132436.555000', '132436.558000', '132436.560000', '132436.563000', '132436.565000', '132436.568000', '132436.571000', '132436.573000', '132436.576000', '132436.579000', '132436.581000', '132436.584000', '132436.587000', '132436.589000', '132436.592000', '132436.595000', '132436.597000', '132436.600000', '132436.603000', '132456.477000', '132456.480000', '132456.483000', '132456.485000', '132456.488000', '132456.491000', '132456.493000', '132456.496000', '132456.499000', '132456.501000', '132456.504000', '132456.506000', '132456.509000', '132456.512000', '132456.514000', '132456.517000', '132456.520000', '132456.522000', '132456.525000', '132456.528000', '132456.530000', '132456.533000', '132456.535000', '132456.538000', '132456.541000', '132456.543000', '132456.546000', '132456.548000', '132456.551000', '132456.554000', '132456.556000', '132456.559000', '132456.562000', '132456.564000', '132456.567000', '132456.569000', '132456.572000', '132456.575000', '132456.577000', '132456.580000', '132456.582000', '132456.585000', '132456.588000', '132516.477000', '132516.480000', '132516.483000', '132516.486000', '132516.488000', '132516.491000', '132516.494000', '132516.496000', '132516.499000', '132516.502000', '132516.504000', '132516.507000', '132516.509000', '132516.512000', '132516.515000', '132516.517000', '132516.520000', '132516.523000', '132516.525000', '132516.528000', '132516.530000', '132516.533000', '132516.536000', '132516.538000', '132516.541000', '132516.544000', '132516.546000', '132516.549000', '132516.551000', '132516.554000', '132516.557000', '132516.559000', '132516.562000', '132516.565000', '132516.567000', '132516.570000', '132516.573000', '132516.575000', '132516.578000', '132516.581000', '132516.583000', '132516.586000', '132516.589000', '132516.591000', '132536.478000', '132536.480000', '132536.483000', '132536.486000', '132536.488000', '132536.491000', '132536.493000', '132536.496000', '132536.499000', '132536.502000', '132536.504000', '132536.507000', '132536.509000', '132536.512000', '132536.515000', '132536.517000', '132536.520000', '132536.522000', '132536.525000', '132536.528000', '132536.530000', '132536.533000', '132536.535000', '132536.538000', '132536.541000', '132536.543000', '132536.546000', '132536.548000', '132536.551000', '132536.554000', '132536.556000', '132536.559000', '132536.562000', '132536.564000', '132536.567000', '132536.569000', '132536.572000', '132536.575000', '132536.577000', '132536.580000', '132536.583000', '132536.586000', '132536.589000', '132556.476000', '132556.479000', '132556.482000', '132556.484000', '132556.488000', '132556.490000', '132556.493000', '132556.495000', '132556.498000', '132556.501000', '132556.503000', '132556.506000', '132556.509000', '132556.511000', '132556.514000', '132556.516000', '132556.519000', '132556.522000', '132556.524000', '132556.527000', '132556.530000', '132556.532000', '132556.535000', '132556.538000', '132556.540000', '132556.543000', '132556.545000', '132556.548000', '132556.551000', '132556.553000', '132556.556000', '132556.559000', '132556.561000', '132556.564000', '132556.566000', '132556.569000', '132556.572000', '132556.574000', '132556.577000', '132556.579000', '132556.582000', '132556.585000', '132556.588000', '132556.590000', '132616.489000', '132616.492000', '132616.495000', '132616.497000', '132616.500000', '132616.502000', '132616.505000', '132616.508000', '132616.510000', '132616.513000', '132616.515000', '132616.518000', '132616.521000', '132616.523000', '132616.526000', '132616.529000', '132616.531000', '132616.534000', '132616.537000', '132616.539000', '132616.542000', '132616.544000', '132616.547000', '132616.550000', '132616.552000', '132616.555000', '132616.557000', '132616.560000', '132616.563000', '132616.565000', '132616.568000', '132616.571000', '132616.573000', '132616.576000', '132616.579000', '132616.581000', '132616.584000', '132616.586000', '132616.589000', '132616.592000', '132616.594000', '132616.597000', '132616.600000', '132636.478000', '132636.481000', '132636.483000', '132636.486000', '132636.489000', '132636.491000', '132636.494000', '132636.496000', '132636.499000', '132636.502000', '132636.504000', '132636.507000', '132636.510000', '132636.513000', '132636.515000', '132636.518000', '132636.521000', '132636.523000', '132636.526000', '132636.528000', '132636.531000', '132636.534000', '132636.536000', '132636.539000', '132636.541000', '132636.544000', '132636.547000', '132636.549000', '132636.552000', '132636.554000', '132636.557000', '132636.560000', '132636.562000', '132636.565000', '132636.567000', '132636.570000', '132636.573000', '132636.575000', '132636.578000', '132636.581000', '132636.583000', '132636.586000', '132636.589000', '132636.591000', '132656.478000', '132656.481000', '132656.483000', '132656.486000', '132656.499000', '132656.502000', '132656.505000', '132656.507000', '132656.510000', '132656.513000', '132656.515000', '132656.518000', '132656.520000', '132656.523000', '132656.526000', '132656.528000', '132656.531000', '132656.534000', '132656.536000', '132656.539000', '132656.541000', '132656.544000', '132656.547000', '132656.549000', '132656.552000', '132656.555000', '132656.557000', '132656.560000', '132656.563000', '132656.565000', '132656.568000', '132656.571000', '132656.573000', '132656.576000', '132656.579000', '132656.581000', '132656.584000', '132656.587000', '132656.589000', '132656.592000', '132656.594000', '132656.597000', '132656.600000', '132716.478000', '132716.480000', '132716.483000', '132716.486000', '132716.488000', '132716.491000', '132716.494000', '132716.496000', '132716.499000', '132716.502000', '132716.504000', '132716.507000', '132716.509000', '132716.512000', '132716.515000', '132716.517000', '132716.520000', '132716.522000', '132716.525000', '132716.528000', '132716.530000', '132716.533000', '132716.536000', '132716.538000', '132716.541000', '132716.543000', '132716.546000', '132716.549000', '132716.551000', '132716.554000', '132716.557000', '132716.559000', '132716.562000', '132716.564000', '132716.567000', '132716.570000', '132716.572000', '132716.575000', '132716.577000', '132716.580000', '132716.583000', '132716.585000', '132716.588000', '132716.591000', '132736.477000', '132736.480000', '132736.483000', '132736.486000', '132736.489000', '132736.491000', '132736.494000', '132736.496000', '132736.499000', '132736.502000', '132736.504000', '132736.537000', '132736.540000', '132736.542000', '132736.545000', '132736.547000', '132736.550000', '132736.553000', '132736.555000', '132736.558000', '132736.561000', '132736.563000', '132736.566000', '132736.568000', '132736.571000', '132736.574000', '132736.577000', '132736.579000', '132736.582000', '132736.585000', '132736.587000', '132736.590000', '132736.593000', '132736.595000', '132736.598000', '132736.600000', '132736.603000', '132736.606000', '132736.608000', '132736.611000', '132736.614000', '132736.616000', '132736.619000', '132756.477000', '132756.480000', '132756.483000', '132756.486000', '132756.489000', '132756.491000', '132756.494000', '132756.496000', '132756.500000', '132756.503000', '132756.505000', '132756.508000', '132756.511000', '132756.514000', '132756.516000', '132756.519000', '132756.522000', '132756.525000', '132756.527000', '132756.530000', '132756.532000', '132756.535000', '132756.538000', '132756.540000', '132756.543000', '132756.546000', '132756.548000', '132756.551000', '132756.554000', '132756.557000', '132756.559000', '132756.562000', '132756.565000', '132756.567000', '132756.570000', '132756.573000', '132756.575000', '132756.578000', '132756.581000', '132756.583000', '132756.586000', '132756.589000', '132756.591000', '132816.477000', '132816.479000', '132816.482000', '132816.485000', '132816.487000', '132816.490000', '132816.493000', '132816.495000', '132816.498000', '132816.500000', '132816.503000', '132816.506000', '132816.508000', '132816.511000', '132816.514000', '132816.516000', '132816.519000', '132816.521000', '132816.524000', '132816.527000', '132816.529000', '132816.532000', '132816.534000', '132816.537000', '132816.540000', '132816.542000', '132816.545000', '132816.548000', '132816.550000', '132816.553000', '132816.555000', '132816.558000', '132816.561000', '132816.563000', '132816.566000', '132816.569000', '132816.571000', '132816.574000', '132816.576000', '132816.579000', '132816.582000', '132816.584000', '132816.587000', '132816.590000', '132836.478000', '132836.481000', '132836.484000', '132836.487000', '132836.489000', '132836.492000', '132836.495000', '132836.497000', '132836.500000', '132836.503000', '132836.505000', '132836.508000', '132836.511000', '132836.513000', '132836.516000', '132836.518000', '132836.521000', '132836.524000', '132836.526000', '132836.529000', '132836.532000', '132836.534000', '132836.537000', '132836.540000', '132836.542000', '132836.545000', '132836.548000', '132836.550000', '132836.553000', '132836.556000', '132836.558000', '132836.561000', '132836.564000', '132836.566000', '132836.569000', '132836.572000', '132836.574000', '132836.577000', '132836.580000', '132836.582000', '132836.585000', '132836.587000', '132836.590000', '132856.477000', '132856.480000', '132856.483000', '132856.486000', '132856.488000', '132856.491000', '132856.494000', '132856.496000', '132856.499000', '132856.502000', '132856.504000', '132856.507000', '132856.510000', '132856.512000', '132856.515000', '132856.518000', '132856.520000', '132856.523000', '132856.525000', '132856.528000', '132856.531000', '132856.533000', '132856.536000', '132856.544000', '132856.547000', '132856.549000', '132856.552000', '132856.555000', '132856.557000', '132856.560000', '132856.562000', '132856.565000', '132856.568000', '132856.570000', '132856.573000', '132856.576000', '132856.578000', '132856.581000', '132856.584000', '132856.586000', '132856.589000', '132856.592000', '132856.594000', '132856.597000', '132916.478000', '132916.481000', '132916.483000', '132916.486000', '132916.488000', '132916.491000', '132916.494000', '132916.497000', '132916.499000', '132916.502000', '132916.504000', '132916.507000', '132916.510000', '132916.512000', '132916.515000', '132916.517000', '132916.520000', '132916.523000', '132916.525000', '132916.528000', '132916.530000', '132916.533000', '132916.536000', '132916.538000', '132916.543000', '132916.545000', '132916.548000', '132916.551000', '132916.554000', '132916.557000', '132916.560000', '132916.562000', '132916.565000', '132916.568000', '132916.571000', '132916.573000', '132916.576000', '132916.578000', '132916.581000', '132916.587000', '132916.590000', '132916.593000', '132916.596000', '132922.002000', '132922.005000', '132922.008000', '132922.010000', '132922.013000', '132922.016000', '132922.018000', '132922.021000', '132922.024000', '132922.027000', '132922.030000', '132922.033000', '132922.036000'], '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': [9626, 8098, 9310, 10473, 7613, 8519, 9683, 7768, 11832, 7663, 11332, 9304, 8892, 11480, 8374, 12960, 8262, 11954, 7607, 10523, 7684, 10387, 9219, 10305, 8055, 8182, 9566, 7891, 13581, 9004, 11885, 7595, 10802, 7758, 11039, 8362, 11247, 7738, 9851, 7579, 9274, 7451, 10695, 7887, 11217, 7478, 10611, 12860, 8604, 13498, 8253, 9202, 7851, 7652, 8042, 13963, 8856, 12242, 9326, 10549, 7959, 10002, 7921, 13039, 8856, 11669, 8434, 10380, 7339, 9729, 8005, 10161, 7892, 10280, 7311, 9203, 7357, 9845, 7927, 11911, 7764, 9303, 7332, 8806, 10606, 7809, 14070, 8793, 9365, 7663, 10690, 7931, 11570, 8533, 9516, 8278, 7975, 7639, 13545, 8837, 12661, 8903, 8793, 7918, 10172, 7863, 13593, 7918, 11894, 8639, 11233, 7649, 11245, 8328, 11960, 9024, 12077, 7848, 11313, 7539, 10547, 8002, 10665, 8166, 11893, 7627, 11804, 8081, 10188, 8561, 10866, 8361, 9792, 7540, 8645, 7562, 9037, 9361, 11989, 8160, 8798, 7504, 7954, 8622, 9011, 10045, 9849, 8506, 7657, 12133, 7538, 13665, 9084, 9755, 7652, 12283, 7594, 11788, 7705, 11907, 8375, 9063, 7810, 13115, 7768, 11881, 9082, 10964, 7524, 10519, 7554, 10006, 7548, 11842, 8545, 11908, 7455, 10634, 7161, 9551, 8759, 11047, 9448, 9482, 7721, 7550, 14200, 7581, 12854, 9455, 11795, 7484, 10400, 7778, 11998, 8335, 12127, 8545, 11442, 7700, 10035, 7445, 10459, 8400, 11242, 7394, 10486, 7381, 9910, 8130, 11311, 8653, 11099, 7686, 8871, 9074, 7384, 12968, 8526, 9341, 7875, 11789, 7578, 12781, 8727, 11324, 8597, 11177, 7393, 10303, 8417, 7941, 10314, 7626, 10214, 7939, 8012, 7402, 14072, 7511, 12047, 9086, 11158, 7514, 7957, 7714, 7411, 7438, 8827, 7462, 11793, 7684, 11656, 8548, 11568, 8009, 11873, 7647, 11881, 10746, 11857, 9756, 11316, 7287, 8541, 12196, 7575, 9695, 9151, 7709, 8962, 7293, 9722, 8126, 9478, 9201, 10626, 7882, 8326, 15119, 8420, 11949, 10357, 11372, 7516, 8707, 7602, 8793, 7411, 9990, 7745, 10870, 7566, 9681, 7321, 9937, 11803, 9781, 8722, 7610, 7752, 7596, 13868, 7928, 12119, 8112, 10375, 7733, 10765, 7899, 10642, 7802, 10248, 7600, 11307, 7631, 11126, 8620, 11347, 7817, 11028, 7589, 9431, 8348, 8195, 9042, 9338, 7553, 7800, 7406, 8226, 8819, 8691, 9905, 9278, 7663, 7715, 8311, 7339, 13751, 9013, 9819, 7914, 9968, 7626, 13455, 8262, 11779, 8853, 11681, 7454, 10097, 7510, 9752, 7322, 10156, 7745, 11485, 7590, 11388, 7750, 10720, 11025, 11208, 10463, 10564, 7678, 8114, 7843, 7517, 10861, 8763, 9504, 8537, 7653, 7262, 13853, 7380, 12806, 9203, 11334, 7744, 7657, 7565, 12627, 7550, 11553, 8373, 10704, 7614, 11525, 7899, 11428, 9401, 10301, 8232, 10963, 7623, 9943, 7696, 9189, 7360, 10270, 7867, 13093, 7685, 7755, 9206, 7532, 13114, 14656, 12866, 9630, 9067, 10101, 7806, 15354, 8331, 12356, 8114, 8527, 7772, 9287, 7915, 12696, 7887, 10770, 8140, 7890, 7694, 7907, 7371, 13823, 9379, 12290, 9189, 8372, 7618, 13769, 7718, 11893, 10236, 11749, 7679, 10968, 7984, 10803, 9776, 11059, 9105, 10885, 7482, 9439, 7536, 8623, 9071, 8294, 9164, 9323, 7327, 7428, 7821, 7507, 13744, 9025, 11308, 7904, 10153, 7706, 11495, 7601, 9926, 7969, 9383, 7525, 9943, 7492, 9716, 8627, 10359, 7773, 10597, 7593, 9565, 12115, 7814, 9918, 10349, 8389, 7634, 8006, 7386, 12941, 7932, 9679, 7864, 7756, 7809, 12827, 7596, 13468, 9133, 10264, 7469, 9046, 7565, 12615, 7659, 11266, 8240, 10797, 7849, 10463, 7420, 9582, 7495, 11396, 7307, 9618, 7598, 10330, 7842, 9978, 7673, 12352, 7520, 10595, 7502, 10146, 10690, 9792, 8538, 11892, 7516, 10660, 7618, 10152, 12487, 9633, 9116, 11264, 7434, 9375, 7688, 7667, 15013, 8009, 12150, 9205, 9919, 7718, 10989, 7855, 9705, 9913, 9093, 7507, 7524, 7623, 7349, 9037, 10963, 8572, 10969, 7470, 9178, 14320, 8524, 13168, 9526, 12052, 7674, 9888, 7746, 11932, 9474, 9710, 8212, 11533, 7598, 8908, 7477, 8407, 7433, 8337, 7946, 10755, 7488, 8953, 7675, 7364, 14179, 7863, 12431, 9151, 8380, 7547, 11295, 7831, 11961, 8674, 12511, 7978, 8628, 7974, 11409, 7841, 10673, 8101, 9198, 7870, 13075, 9487, 10499, 9156, 11140, 7942, 8865, 7426, 7684, 9177, 7548, 9854, 8593, 7458, 7340, 8303, 7751, 12060, 8160, 9754, 7782, 7485, 7442, 8013, 7568, 8497, 9857, 7833, 8215, 9213, 7350, 8723, 7695, 7329, 9316, 7488, 7444, 15008, 9384, 11865, 9472, 10992, 7455, 10655, 8589, 7603, 7859, 7490, 11487, 11933, 12746, 9080, 11129, 7570, 8871, 8822, 7546, 11373, 7618, 9726, 7525, 7823, 7503, 11831, 7427, 12491, 8034, 9391, 7433, 7882, 7573, 7722, 7561, 7601, 11493, 7547, 8800, 8856, 7434, 14217, 7726, 12683, 8335, 9841, 7458, 11104, 7445, 10747, 8617, 10794, 8004, 9822, 7441, 8080, 7513, 7251, 7719, 7691, 8125, 10083, 7886, 8395, 7639, 7792, 10698, 7748, 9329, 9097, 8055, 7654, 12501, 7378, 13341, 8880, 11132, 9237, 10910, 7377, 9513, 7433, 9408, 9796, 8700, 7931, 11053, 7330, 8929, 7346, 9628, 12568, 8123, 10476, 8295, 8543, 7381, 7657, 7749, 14610, 7923, 11650, 9119, 11908, 7430, 10606, 7632, 9284, 7726, 8869, 7548, 9585, 7486, 9655, 7535, 8606, 8197, 8322, 8607, 11702, 8357, 11055, 7384, 9608, 7287, 9339, 9859, 9446, 8875, 11665, 7340, 9288, 7597, 7728, 8978, 7612, 9546, 9430, 7752, 7541, 7461, 8518, 7777, 9425, 8596, 12557, 7408, 8894, 7631, 7391, 9594, 7514, 8660, 8963, 7348, 7683, 7519, 8695, 13566, 8139, 13790, 9532, 10568, 7465, 12671, 7589, 10565, 9060, 11236, 7902, 9577, 7722, 9106, 7553, 8704, 7710, 9713, 7661, 9201, 7517, 8691, 13744, 7915, 9562, 8227, 7845, 7374, 12755, 7612, 13095, 9016, 12811, 8438, 8120, 7671, 12041, 8186, 9505, 7629, 10813, 7956, 10522, 7363, 10026, 7363, 9011, 8026, 10353, 8374, 9998, 7629, 9376, 8313, 7507, 8947, 7948, 9205, 9593, 7560, 7715, 7387, 7461, 7797, 12697, 9198, 13096, 7608, 10899, 7757, 9600, 7609, 11003, 9004, 12269, 7613, 10067, 7782, 9946, 7619, 10326, 7773, 12440, 7616, 7970, 7619, 8526, 7803, 9193, 8411, 9477, 9678, 7683, 8436, 7621, 8581, 7772, 12722, 9027, 12228, 7829, 11179, 7764, 10735, 8158, 12401], 'WindowCenter': [4621.0, 4571.0, 4573.0, 4566.0, 4524.0, 4532.0, 4529.0, 4510.0, 4547.0, 4506.0, 4537.0, 4516.0, 4516.0, 4536.0, 4505.0, 4547.0, 4504.0, 4533.0, 4494.0, 4522.0, 4503.0, 4523.0, 4513.0, 4524.0, 4504.0, 4502.0, 4513.0, 4503.0, 4543.0, 4515.0, 4523.0, 4493.0, 4519.0, 4494.0, 4523.0, 4505.0, 4524.0, 4492.0, 4513.0, 4492.0, 4514.0, 4493.0, 4525.0, 4503.0, 4524.0, 4492.0, 4523.0, 4532.0, 4503.0, 4531.0, 4503.0, 4502.0, 4491.0, 4491.0, 4492.0, 4541.0, 4503.0, 4533.0, 4503.0, 4512.0, 4492.0, 4511.0, 4493.0, 4533.0, 4502.0, 4523.0, 4492.0, 4510.0, 4482.0, 4511.0, 4492.0, 4511.0, 4490.0, 4511.0, 4492.0, 4501.0, 4492.0, 4512.0, 4493.0, 4535.0, 4493.0, 4502.0, 4493.0, 4503.0, 4522.0, 4493.0, 4545.0, 4501.0, 4503.0, 4493.0, 4520.0, 4504.0, 4523.0, 4514.0, 4513.0, 4504.0, 4492.0, 4494.0, 4544.0, 4504.0, 4534.0, 4504.0, 4501.0, 4493.0, 4511.0, 4492.0, 4533.0, 4492.0, 4534.0, 4504.0, 4522.0, 4491.0, 4521.0, 4502.0, 4534.0, 4515.0, 4535.0, 4493.0, 4522.0, 4493.0, 4522.0, 4503.0, 4523.0, 4506.0, 4532.0, 4494.0, 4523.0, 4493.0, 4513.0, 4502.0, 4524.0, 4492.0, 4512.0, 4492.0, 4501.0, 4491.0, 4503.0, 4513.0, 4535.0, 4491.0, 4502.0, 4491.0, 4503.0, 4502.0, 4503.0, 4515.0, 4511.0, 4501.0, 4491.0, 4531.0, 4492.0, 4542.0, 4515.0, 4514.0, 4493.0, 4533.0, 4493.0, 4533.0, 4495.0, 4536.0, 4506.0, 4513.0, 4505.0, 4544.0, 4504.0, 4534.0, 4516.0, 4523.0, 4493.0, 4522.0, 4492.0, 4512.0, 4492.0, 4532.0, 4515.0, 4534.0, 4493.0, 4522.0, 4493.0, 4514.0, 4503.0, 4535.0, 4512.0, 4513.0, 4491.0, 4492.0, 4540.0, 4491.0, 4532.0, 4513.0, 4523.0, 4492.0, 4512.0, 4493.0, 4533.0, 4503.0, 4535.0, 4502.0, 4521.0, 4492.0, 4513.0, 4494.0, 4523.0, 4506.0, 4523.0, 4494.0, 4521.0, 4492.0, 4512.0, 4503.0, 4525.0, 4504.0, 4521.0, 4492.0, 4500.0, 4503.0, 4494.0, 4533.0, 4505.0, 4513.0, 4503.0, 4532.0, 4493.0, 4532.0, 4504.0, 4522.0, 4505.0, 4522.0, 4492.0, 4511.0, 4492.0, 4491.0, 4513.0, 4493.0, 4525.0, 4492.0, 4492.0, 4492.0, 4541.0, 4493.0, 4533.0, 4513.0, 4523.0, 4498.0, 4496.0, 4466.0, 4478.0, 4492.0, 4513.0, 4507.0, 4546.0, 4505.0, 4520.0, 4516.0, 4536.0, 4505.0, 4533.0, 4493.0, 4535.0, 4525.0, 4537.0, 4513.0, 4523.0, 4493.0, 4500.0, 4519.0, 4480.0, 4498.0, 4503.0, 4488.0, 4501.0, 4491.0, 4512.0, 4503.0, 4514.0, 4514.0, 4524.0, 4492.0, 4502.0, 4540.0, 4490.0, 4522.0, 4512.0, 4522.0, 4480.0, 4488.0, 4488.0, 4500.0, 4493.0, 4510.0, 4494.0, 4521.0, 4490.0, 4510.0, 4491.0, 4511.0, 4522.0, 4513.0, 4490.0, 4487.0, 4479.0, 4489.0, 4530.0, 4491.0, 4533.0, 4490.0, 4509.0, 4491.0, 4521.0, 4491.0, 4512.0, 4503.0, 4512.0, 4493.0, 4521.0, 4491.0, 4520.0, 4503.0, 4524.0, 4492.0, 4521.0, 4492.0, 4501.0, 4491.0, 4489.0, 4501.0, 4513.0, 4488.0, 4491.0, 4491.0, 4503.0, 4514.0, 4503.0, 4524.0, 4502.0, 4490.0, 4491.0, 4492.0, 4491.0, 4543.0, 4514.0, 4513.0, 4503.0, 4512.0, 4492.0, 4544.0, 4504.0, 4519.0, 4502.0, 4522.0, 4490.0, 4507.0, 4492.0, 4512.0, 4494.0, 4524.0, 4504.0, 4535.0, 4505.0, 4533.0, 4503.0, 4535.0, 4535.0, 4524.0, 4526.0, 4522.0, 4493.0, 4492.0, 4491.0, 4494.0, 4521.0, 4501.0, 4511.0, 4501.0, 4490.0, 4481.0, 4531.0, 4492.0, 4531.0, 4502.0, 4523.0, 4491.0, 4492.0, 4491.0, 4531.0, 4494.0, 4521.0, 4505.0, 4524.0, 4504.0, 4523.0, 4503.0, 4534.0, 4515.0, 4512.0, 4505.0, 4523.0, 4493.0, 4513.0, 4493.0, 4513.0, 4492.0, 4526.0, 4508.0, 4558.0, 4505.0, 4508.0, 4526.0, 4518.0, 4555.0, 4555.0, 4548.0, 4513.0, 4515.0, 4513.0, 4492.0, 4540.0, 4492.0, 4531.0, 4491.0, 4500.0, 4491.0, 4511.0, 4504.0, 4542.0, 4503.0, 4536.0, 4504.0, 4506.0, 4505.0, 4502.0, 4506.0, 4544.0, 4514.0, 4547.0, 4514.0, 4505.0, 4495.0, 4544.0, 4495.0, 4534.0, 4522.0, 4532.0, 4493.0, 4522.0, 4492.0, 4520.0, 4513.0, 4522.0, 4503.0, 4511.0, 4482.0, 4501.0, 4491.0, 4502.0, 4502.0, 4491.0, 4503.0, 4500.0, 4492.0, 4481.0, 4491.0, 4493.0, 4542.0, 4502.0, 4522.0, 4491.0, 4510.0, 4492.0, 4521.0, 4493.0, 4512.0, 4504.0, 4512.0, 4495.0, 4514.0, 4493.0, 4515.0, 4504.0, 4524.0, 4505.0, 4523.0, 4493.0, 4513.0, 4534.0, 4491.0, 4512.0, 4524.0, 4491.0, 4492.0, 4490.0, 4493.0, 4533.0, 4491.0, 4513.0, 4492.0, 4493.0, 4491.0, 4531.0, 4493.0, 4532.0, 4513.0, 4510.0, 4491.0, 4500.0, 4489.0, 4532.0, 4493.0, 4522.0, 4503.0, 4522.0, 4492.0, 4511.0, 4493.0, 4513.0, 4494.0, 4534.0, 4492.0, 4513.0, 4491.0, 4521.0, 4504.0, 4514.0, 4493.0, 4545.0, 4494.0, 4523.0, 4491.0, 4524.0, 4524.0, 4512.0, 4505.0, 4535.0, 4494.0, 4521.0, 4492.0, 4523.0, 4534.0, 4513.0, 4514.0, 4534.0, 4492.0, 4512.0, 4490.0, 4491.0, 4552.0, 4493.0, 4532.0, 4513.0, 4511.0, 4504.0, 4523.0, 4503.0, 4524.0, 4525.0, 4513.0, 4494.0, 4504.0, 4505.0, 4506.0, 4514.0, 4536.0, 4515.0, 4533.0, 4494.0, 4512.0, 4542.0, 4501.0, 4532.0, 4513.0, 4532.0, 4491.0, 4510.0, 4491.0, 4520.0, 4511.0, 4499.0, 4490.0, 4521.0, 4490.0, 4499.0, 4490.0, 4490.0, 4490.0, 4502.0, 4490.0, 4522.0, 4493.0, 4502.0, 4490.0, 4492.0, 4543.0, 4491.0, 4533.0, 4502.0, 4502.0, 4492.0, 4521.0, 4493.0, 4521.0, 4503.0, 4533.0, 4492.0, 4502.0, 4501.0, 4520.0, 4502.0, 4523.0, 4505.0, 4513.0, 4504.0, 4543.0, 4512.0, 4521.0, 4511.0, 4522.0, 4490.0, 4501.0, 4480.0, 4492.0, 4509.0, 4491.0, 4511.0, 4501.0, 4479.0, 4487.0, 4490.0, 4492.0, 4531.0, 4502.0, 4512.0, 4490.0, 4491.0, 4493.0, 4503.0, 4493.0, 4503.0, 4524.0, 4517.0, 4547.0, 4528.0, 4492.0, 4500.0, 4491.0, 4493.0, 4512.0, 4491.0, 4492.0, 4551.0, 4511.0, 4518.0, 4511.0, 4524.0, 4496.0, 4522.0, 4504.0, 4503.0, 4505.0, 4506.0, 4534.0, 4535.0, 4535.0, 4503.0, 4522.0, 4492.0, 4501.0, 4501.0, 4503.0, 4522.0, 4492.0, 4511.0, 4489.0, 4490.0, 4489.0, 4520.0, 4493.0, 4530.0, 4491.0, 4515.0, 4492.0, 4489.0, 4493.0, 4504.0, 4504.0, 4503.0, 4536.0, 4493.0, 4512.0, 4503.0, 4494.0, 4544.0, 4492.0, 4533.0, 4504.0, 4512.0, 4491.0, 4521.0, 4493.0, 4523.0, 4502.0, 4522.0, 4500.0, 4511.0, 4492.0, 4490.0, 4481.0, 4491.0, 4493.0, 4492.0, 4491.0, 4522.0, 4502.0, 4501.0, 4504.0, 4505.0, 4525.0, 4503.0, 4514.0, 4516.0, 4505.0, 4505.0, 4533.0, 4493.0, 4544.0, 4515.0, 4524.0, 4514.0, 4522.0, 4492.0, 4512.0, 4493.0, 4513.0, 4525.0, 4503.0, 4492.0, 4523.0, 4493.0, 4512.0, 4503.0, 4525.0, 4544.0, 4505.0, 4524.0, 4514.0, 4504.0, 4495.0, 4493.0, 4504.0, 4555.0, 4505.0, 4524.0, 4514.0, 4531.0, 4494.0, 4521.0, 4492.0, 4513.0, 4492.0, 4501.0, 4493.0, 4513.0, 4494.0, 4512.0, 4503.0, 4503.0, 4502.0, 4504.0, 4504.0, 4533.0, 4504.0, 4532.0, 4493.0, 4513.0, 4492.0, 4514.0, 4513.0, 4513.0, 4501.0, 4522.0, 4492.0, 4512.0, 4492.0, 4503.0, 4503.0, 4491.0, 4511.0, 4513.0, 4492.0, 4491.0, 4491.0, 4502.0, 4492.0, 4513.0, 4502.0, 4545.0, 4493.0, 4513.0, 4502.0, 4495.0, 4522.0, 4491.0, 4502.0, 4514.0, 4504.0, 4504.0, 4505.0, 4516.0, 4557.0, 4505.0, 4557.0, 4526.0, 4524.0, 4494.0, 4533.0, 4505.0, 4524.0, 4514.0, 4535.0, 4504.0, 4511.0, 4502.0, 4513.0, 4504.0, 4513.0, 4503.0, 4526.0, 4505.0, 4515.0, 4505.0, 4516.0, 4554.0, 4506.0, 4523.0, 4515.0, 4503.0, 4504.0, 4545.0, 4505.0, 4545.0, 4514.0, 4546.0, 4503.0, 4504.0, 4505.0, 4532.0, 4505.0, 4512.0, 4494.0, 4535.0, 4503.0, 4524.0, 4505.0, 4524.0, 4505.0, 4514.0, 4505.0, 4524.0, 4505.0, 4537.0, 4518.0, 4527.0, 4504.0, 4490.0, 4501.0, 4502.0, 4514.0, 4513.0, 4503.0, 4502.0, 4505.0, 4505.0, 4502.0, 4545.0, 4515.0, 4544.0, 4494.0, 4522.0, 4493.0, 4512.0, 4493.0, 4522.0, 4501.0, 4533.0, 4492.0, 4512.0, 4494.0, 4523.0, 4504.0, 4522.0, 4493.0, 4531.0, 4493.0, 4492.0, 4493.0, 4502.0, 4493.0, 4512.0, 4502.0, 4512.0, 4510.0, 4492.0, 4502.0, 4505.0, 4503.0, 4493.0, 4542.0, 4514.0, 4533.0, 4503.0, 4522.0, 4493.0, 4523.0, 4503.0, 4533.0], 'WindowWidth': [10166.0, 10074.0, 10060.0, 10033.0, 9972.0, 9976.0, 9965.0, 9942.0, 9986.0, 9931.0, 9971.0, 9940.0, 9940.0, 9968.0, 9925.0, 9986.0, 9921.0, 9960.0, 9907.0, 9942.0, 9920.0, 9947.0, 9933.0, 9946.0, 9919.0, 9914.0, 9929.0, 9917.0, 9973.0, 9939.0, 9944.0, 9902.0, 9934.0, 9907.0, 9946.0, 9923.0, 9948.0, 9901.0, 9929.0, 9902.0, 9933.0, 9907.0, 9949.0, 9919.0, 9945.0, 9903.0, 9944.0, 9956.0, 9917.0, 9953.0, 9918.0, 9914.0, 9898.0, 9898.0, 9902.0, 9968.0, 9916.0, 9957.0, 9918.0, 9927.0, 9900.0, 9923.0, 9902.0, 9957.0, 9915.0, 9946.0, 9900.0, 9922.0, 9887.0, 9925.0, 9902.0, 9927.0, 9899.0, 9924.0, 9901.0, 9909.0, 9901.0, 9928.0, 9903.0, 9966.0, 9903.0, 9915.0, 9905.0, 9918.0, 9943.0, 9904.0, 9977.0, 9912.0, 9916.0, 9903.0, 9938.0, 9920.0, 9943.0, 9936.0, 9930.0, 9919.0, 9902.0, 9905.0, 9973.0, 9920.0, 9960.0, 9919.0, 9913.0, 9904.0, 9927.0, 9901.0, 9957.0, 9901.0, 9960.0, 9920.0, 9942.0, 9901.0, 9938.0, 9916.0, 9960.0, 9937.0, 9964.0, 9904.0, 9941.0, 9903.0, 9942.0, 9919.0, 9942.0, 9927.0, 9957.0, 9907.0, 9943.0, 9904.0, 9932.0, 9915.0, 9949.0, 9901.0, 9927.0, 9903.0, 9911.0, 9901.0, 9917.0, 9932.0, 9964.0, 9900.0, 9915.0, 9900.0, 9918.0, 9917.0, 9917.0, 9937.0, 9927.0, 9914.0, 9901.0, 9955.0, 9904.0, 9970.0, 9938.0, 9933.0, 9906.0, 9957.0, 9905.0, 9960.0, 9910.0, 9966.0, 9925.0, 9934.0, 9924.0, 9973.0, 9923.0, 9962.0, 9940.0, 9946.0, 9905.0, 9943.0, 9903.0, 9931.0, 9904.0, 9957.0, 9938.0, 9960.0, 9907.0, 9941.0, 9905.0, 9934.0, 9919.0, 9966.0, 9929.0, 9929.0, 9901.0, 9901.0, 9965.0, 9900.0, 9955.0, 9932.0, 9943.0, 9901.0, 9928.0, 9906.0, 9959.0, 9920.0, 9966.0, 9916.0, 9940.0, 9901.0, 9930.0, 9908.0, 9943.0, 9926.0, 9946.0, 9907.0, 9940.0, 9903.0, 9931.0, 9919.0, 9950.0, 9920.0, 9940.0, 9902.0, 9911.0, 9916.0, 9906.0, 9957.0, 9924.0, 9931.0, 9919.0, 9957.0, 9903.0, 9958.0, 9922.0, 9943.0, 9926.0, 9944.0, 9904.0, 9928.0, 9901.0, 9902.0, 9933.0, 9903.0, 9950.0, 9903.0, 9901.0, 9903.0, 9967.0, 9905.0, 9957.0, 9934.0, 9944.0, 9916.0, 9908.0, 9851.0, 9876.0, 9904.0, 9934.0, 9932.0, 9982.0, 9926.0, 9938.0, 9941.0, 9971.0, 9923.0, 9960.0, 9907.0, 9964.0, 9950.0, 9971.0, 9934.0, 9945.0, 9904.0, 9909.0, 9935.0, 9882.0, 9906.0, 9918.0, 9892.0, 9913.0, 9902.0, 9929.0, 9920.0, 9936.0, 9936.0, 9947.0, 9902.0, 9914.0, 9967.0, 9897.0, 9943.0, 9928.0, 9942.0, 9883.0, 9892.0, 9894.0, 9910.0, 9905.0, 9925.0, 9908.0, 9940.0, 9899.0, 9925.0, 9899.0, 9928.0, 9941.0, 9932.0, 9896.0, 9891.0, 9880.0, 9895.0, 9951.0, 9900.0, 9960.0, 9897.0, 9922.0, 9900.0, 9941.0, 9903.0, 9928.0, 9922.0, 9930.0, 9904.0, 9940.0, 9901.0, 9939.0, 9918.0, 9948.0, 9902.0, 9939.0, 9902.0, 9911.0, 9899.0, 9896.0, 9912.0, 9932.0, 9894.0, 9900.0, 9900.0, 9918.0, 9934.0, 9919.0, 9950.0, 9917.0, 9900.0, 9902.0, 9903.0, 9903.0, 9974.0, 9935.0, 9935.0, 9919.0, 9930.0, 9903.0, 9975.0, 9920.0, 9936.0, 9919.0, 9944.0, 9898.0, 9919.0, 9904.0, 9932.0, 9911.0, 9947.0, 9927.0, 9965.0, 9926.0, 9961.0, 9922.0, 9967.0, 9965.0, 9949.0, 9953.0, 9942.0, 9905.0, 9904.0, 9902.0, 9908.0, 9941.0, 9913.0, 9928.0, 9912.0, 9897.0, 9885.0, 9954.0, 9902.0, 9954.0, 9917.0, 9947.0, 9900.0, 9902.0, 9902.0, 9954.0, 9909.0, 9941.0, 9926.0, 9950.0, 9922.0, 9947.0, 9919.0, 9963.0, 9937.0, 9930.0, 9923.0, 9944.0, 9906.0, 9931.0, 9906.0, 9933.0, 9902.0, 9954.0, 9932.0, 10003.0, 9925.0, 9933.0, 9955.0, 9948.0, 9994.0, 9992.0, 9988.0, 9932.0, 9935.0, 9930.0, 9902.0, 9967.0, 9900.0, 9953.0, 9900.0, 9911.0, 9901.0, 9926.0, 9922.0, 9971.0, 9920.0, 9968.0, 9921.0, 9927.0, 9925.0, 9918.0, 9926.0, 9976.0, 9935.0, 9986.0, 9936.0, 9924.0, 9910.0, 9974.0, 9911.0, 9962.0, 9945.0, 9959.0, 9905.0, 9942.0, 9902.0, 9937.0, 9931.0, 9940.0, 9917.0, 9926.0, 9889.0, 9913.0, 9898.0, 9914.0, 9915.0, 9898.0, 9917.0, 9910.0, 9900.0, 9886.0, 9900.0, 9904.0, 9971.0, 9918.0, 9943.0, 9899.0, 9924.0, 9903.0, 9939.0, 9905.0, 9930.0, 9923.0, 9930.0, 9911.0, 9933.0, 9907.0, 9938.0, 9924.0, 9949.0, 9925.0, 9946.0, 9906.0, 9931.0, 9960.0, 9901.0, 9930.0, 9948.0, 9899.0, 9903.0, 9898.0, 9906.0, 9959.0, 9900.0, 9934.0, 9901.0, 9904.0, 9900.0, 9955.0, 9905.0, 9957.0, 9932.0, 9924.0, 9900.0, 9911.0, 9897.0, 9956.0, 9905.0, 9943.0, 9918.0, 9943.0, 9903.0, 9926.0, 9908.0, 9932.0, 9908.0, 9964.0, 9903.0, 9933.0, 9904.0, 9942.0, 9923.0, 9935.0, 9908.0, 9978.0, 9909.0, 9946.0, 9901.0, 9947.0, 9949.0, 9929.0, 9923.0, 9963.0, 9907.0, 9942.0, 9905.0, 9947.0, 9961.0, 9933.0, 9936.0, 9963.0, 9903.0, 9929.0, 9898.0, 9899.0, 9985.0, 9906.0, 9956.0, 9933.0, 9928.0, 9923.0, 9946.0, 9921.0, 9952.0, 9954.0, 9936.0, 9911.0, 9923.0, 9926.0, 9929.0, 9937.0, 9971.0, 9940.0, 9962.0, 9911.0, 9931.0, 9974.0, 9917.0, 9958.0, 9934.0, 9958.0, 9901.0, 9925.0, 9899.0, 9938.0, 9925.0, 9910.0, 9897.0, 9941.0, 9898.0, 9909.0, 9898.0, 9897.0, 9900.0, 9915.0, 9899.0, 9946.0, 9905.0, 9917.0, 9899.0, 9903.0, 9974.0, 9902.0, 9960.0, 9915.0, 9915.0, 9901.0, 9939.0, 9905.0, 9941.0, 9920.0, 9961.0, 9903.0, 9917.0, 9915.0, 9940.0, 9919.0, 9946.0, 9926.0, 9934.0, 9922.0, 9972.0, 9932.0, 9942.0, 9926.0, 9944.0, 9897.0, 9912.0, 9884.0, 9902.0, 9925.0, 9901.0, 9929.0, 9914.0, 9884.0, 9892.0, 9898.0, 9903.0, 9955.0, 9918.0, 9931.0, 9898.0, 9902.0, 9910.0, 9923.0, 9907.0, 9919.0, 9948.0, 9952.0, 10008.0, 9966.0, 9904.0, 9912.0, 9902.0, 9906.0, 9929.0, 9902.0, 9904.0, 9984.0, 9929.0, 9935.0, 9928.0, 9950.0, 9912.0, 9943.0, 9923.0, 9921.0, 9924.0, 9928.0, 9964.0, 9963.0, 9964.0, 9917.0, 9942.0, 9902.0, 9912.0, 9914.0, 9919.0, 9941.0, 9902.0, 9928.0, 9895.0, 9897.0, 9895.0, 9938.0, 9905.0, 9951.0, 9901.0, 9937.0, 9901.0, 9898.0, 9906.0, 9925.0, 9921.0, 9921.0, 9969.0, 9907.0, 9931.0, 9920.0, 9910.0, 9976.0, 9904.0, 9961.0, 9920.0, 9930.0, 9903.0, 9941.0, 9909.0, 9948.0, 9918.0, 9943.0, 9913.0, 9927.0, 9902.0, 9897.0, 9887.0, 9902.0, 9905.0, 9903.0, 9901.0, 9944.0, 9917.0, 9916.0, 9921.0, 9926.0, 9953.0, 9921.0, 9936.0, 9941.0, 9925.0, 9924.0, 9960.0, 9906.0, 9977.0, 9937.0, 9948.0, 9936.0, 9945.0, 9905.0, 9931.0, 9907.0, 9931.0, 9952.0, 9918.0, 9903.0, 9946.0, 9906.0, 9931.0, 9922.0, 9951.0, 9978.0, 9925.0, 9950.0, 9939.0, 9924.0, 9911.0, 9907.0, 9924.0, 9993.0, 9925.0, 9948.0, 9938.0, 9957.0, 9907.0, 9942.0, 9903.0, 9934.0, 9906.0, 9915.0, 9906.0, 9934.0, 9909.0, 9933.0, 9921.0, 9921.0, 9921.0, 9923.0, 9923.0, 9962.0, 9924.0, 9958.0, 9910.0, 9933.0, 9905.0, 9935.0, 9933.0, 9934.0, 9915.0, 9945.0, 9903.0, 9930.0, 9904.0, 9920.0, 9920.0, 9902.0, 9929.0, 9934.0, 9903.0, 9900.0, 9901.0, 9917.0, 9906.0, 9932.0, 9917.0, 9981.0, 9906.0, 9933.0, 9919.0, 9911.0, 9947.0, 9904.0, 9920.0, 9938.0, 9925.0, 9925.0, 9926.0, 9943.0, 9998.0, 9926.0, 9999.0, 9956.0, 9950.0, 9910.0, 9961.0, 9927.0, 9950.0, 9934.0, 9967.0, 9921.0, 9930.0, 9919.0, 9934.0, 9924.0, 9934.0, 9920.0, 9955.0, 9926.0, 9939.0, 9927.0, 9943.0, 9991.0, 9929.0, 9949.0, 9940.0, 9922.0, 9923.0, 9979.0, 9926.0, 9978.0, 9937.0, 9983.0, 9921.0, 9923.0, 9924.0, 9957.0, 9926.0, 9932.0, 9910.0, 9967.0, 9921.0, 9951.0, 9926.0, 9950.0, 9928.0, 9937.0, 9927.0, 9950.0, 9926.0, 9973.0, 9951.0, 9960.0, 9924.0, 9899.0, 9914.0, 9917.0, 9937.0, 9934.0, 9922.0, 9918.0, 9929.0, 9926.0, 9919.0, 9981.0, 9939.0, 9976.0, 9910.0, 9945.0, 9907.0, 9932.0, 9908.0, 9945.0, 9917.0, 9960.0, 9905.0, 9929.0, 9909.0, 9948.0, 9923.0, 9945.0, 9908.0, 9960.0, 9905.0, 9904.0, 9906.0, 9917.0, 9908.0, 9931.0, 9918.0, 9931.0, 9926.0, 9906.0, 9916.0, 9927.0, 9921.0, 9907.0, 9974.0, 9937.0, 9960.0, 9921.0, 9943.0, 9908.0, 9946.0, 9920.0, 9961.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.0032893289328932897</td></tr>
<tr><td colspan=3>aqi</td><td>0.01759383124312431</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.41703056129953</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1685985821806157</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0399635409801757</td></tr>
<tr><td colspan=3>efc</td><td>0.4887</td></tr>
<tr><td colspan=3>fber</td><td>8674.2393</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09631429915706911</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>33</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.6303630363036303</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.45470765595041</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.30607849047335</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6491739368387717</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4088705405391084</td></tr>
<tr><td colspan=3>gcor</td><td>0.00404479</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.008125015534460545</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.06272377818822861</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>909</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.2549999593341745</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>19.1845</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.4346</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>211.4582</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296894.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1171.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>445.7971</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9713</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>590.2321</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3736.7513</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3863.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79650.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1674.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4906.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>907.8674</td></tr>
<tr><td colspan=3>tsnr</td><td>39.897302147350274</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>