<?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-0032_ses-02_task-faces_acq-mb8_run-01_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-0032_ses-02_task-faces_acq-mb8_run-01_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-01_session-02_subject-0032_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-0032/figures/sub-0032_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0032_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-0032/figures/sub-0032_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0032/figures/sub-0032_ses-02_task-faces_acq-mb8_run-01_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-0032/figures/sub-0032_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-02_task-faces_acq-mb8_run-01_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-0032/ses-02/func/sub-0032_ses-02_task-faces_acq-mb8_run-01_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>ffbb291ade1db7faf2a4e1e492495c45</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:53:24.647500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999182, -0.0374765, 0.0151811, 0.0383847, 0.997162, -0.0647674]</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-01_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.103515</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-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4142, -7770, -7224, 623, -74, -158, -36, 64]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>255.583</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8dea24b1-4094-4cac-8488-c9c76016621d||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6807327270507812, 0.10298342257738113, 0.034319039434194565, 106.30611419677734], [0.10054660588502884, 2.6753125190734863, -0.17630219459533691, -97.97314453125], [0.04072976112365723, 0.17376607656478882, 2.694019317626953, -82.89295196533203], [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': ['135324.647500', '135325.107500', '135325.567500', '135326.027500', '135326.487500', '135326.947500', '135327.407500', '135327.867500', '135328.327500', '135328.787500', '135329.247500', '135329.707500', '135330.167500', '135330.627500', '135331.087500', '135331.547500', '135332.007500', '135332.467500', '135332.927500', '135333.387500', '135333.847500', '135334.307500', '135334.767500', '135335.227500', '135335.687500', '135336.147500', '135336.607500', '135337.067500', '135337.527500', '135337.987500', '135338.447500', '135338.907500', '135339.367500', '135339.827500', '135340.287500', '135340.747500', '135341.207500', '135341.667500', '135342.127500', '135342.587500', '135343.047500', '135343.507500', '135343.967500', '135344.427500', '135344.887500', '135345.347500', '135345.807500', '135346.267500', '135346.727500', '135347.187500', '135347.647500', '135348.107500', '135348.567500', '135349.027500', '135349.487500', '135349.947500', '135350.407500', '135350.867500', '135351.327500', '135351.787500', '135352.247500', '135352.707500', '135353.167500', '135353.627500', '135354.087500', '135354.547500', '135355.007500', '135355.467500', '135355.927500', '135356.387500', '135356.847500', '135357.307500', '135357.767500', '135358.227500', '135358.687500', '135359.147500', '135359.607500', '135400.067500', '135400.527500', '135400.987500', '135401.447500', '135401.907500', '135402.367500', '135402.827500', '135403.287500', '135403.747500', '135404.207500', '135404.667500', '135405.127500', '135405.587500', '135406.047500', '135406.507500', '135406.967500', '135407.427500', '135407.887500', '135408.347500', '135408.807500', '135409.267500', '135409.727500', '135410.187500', '135410.647500', '135411.107500', '135411.567500', '135412.027500', '135412.487500', '135412.947500', '135413.407500', '135413.867500', '135414.327500', '135414.787500', '135415.247500', '135415.707500', '135416.167500', '135416.627500', '135417.087500', '135417.547500', '135418.007500', '135418.467500', '135418.927500', '135419.387500', '135419.847500', '135420.307500', '135420.767500', '135421.227500', '135421.687500', '135422.147500', '135422.607500', '135423.067500', '135423.527500', '135423.987500', '135424.447500', '135424.907500', '135425.367500', '135425.827500', '135426.287500', '135426.747500', '135427.207500', '135427.667500', '135428.127500', '135428.587500', '135429.047500', '135429.507500', '135429.967500', '135430.427500', '135430.887500', '135431.347500', '135431.807500', '135432.267500', '135432.727500', '135433.187500', '135433.647500', '135434.107500', '135434.567500', '135435.027500', '135435.487500', '135435.947500', '135436.407500', '135436.867500', '135437.327500', '135437.787500', '135438.247500', '135438.707500', '135439.167500', '135439.627500', '135440.087500', '135440.547500', '135441.007500', '135441.467500', '135441.927500', '135442.387500', '135442.847500', '135443.307500', '135443.767500', '135444.227500', '135444.687500', '135445.147500', '135445.607500', '135446.067500', '135446.527500', '135446.987500', '135447.447500', '135447.907500', '135448.367500', '135448.827500', '135449.287500', '135449.747500', '135450.207500', '135450.667500', '135451.127500', '135451.587500', '135452.047500', '135452.507500', '135452.967500', '135453.427500', '135453.887500', '135454.347500', '135454.807500', '135455.267500', '135455.727500', '135456.187500', '135456.647500', '135457.107500', '135457.567500', '135458.027500', '135458.487500', '135458.947500', '135459.407500', '135459.867500', '135500.327500', '135500.787500', '135501.247500', '135501.707500', '135502.167500', '135502.627500', '135503.087500', '135503.547500', '135504.007500', '135504.467500', '135504.927500', '135505.387500', '135505.847500', '135506.307500', '135506.767500', '135507.227500', '135507.687500', '135508.147500', '135508.607500', '135509.067500', '135509.527500', '135509.987500', '135510.447500', '135510.907500', '135511.367500', '135511.827500', '135512.287500', '135512.747500', '135513.207500', '135513.667500', '135514.127500', '135514.587500', '135515.047500', '135515.507500', '135515.967500', '135516.427500', '135516.887500', '135517.347500', '135517.807500', '135518.267500', '135518.727500', '135519.187500', '135519.647500', '135520.107500', '135520.567500', '135521.027500', '135521.487500', '135521.947500', '135522.407500', '135522.867500', '135523.327500', '135523.787500', '135524.247500', '135524.707500', '135525.167500', '135525.627500', '135526.087500', '135526.547500', '135527.007500', '135527.467500', '135527.927500', '135528.387500', '135528.847500', '135529.307500', '135529.767500', '135530.227500', '135530.687500', '135531.147500', '135531.607500', '135532.067500', '135532.527500', '135532.987500', '135533.447500', '135533.907500', '135534.367500', '135534.827500', '135535.287500', '135535.747500', '135536.207500', '135536.667500', '135537.127500', '135537.587500', '135538.047500', '135538.507500', '135538.967500', '135539.427500', '135539.887500', '135540.347500', '135540.807500', '135541.267500', '135541.727500', '135542.187500', '135542.647500', '135543.107500', '135543.567500', '135544.027500', '135544.487500', '135544.947500', '135545.407500', '135545.867500', '135546.327500', '135546.787500', '135547.247500', '135547.707500', '135548.167500', '135548.627500', '135549.087500', '135549.547500', '135550.007500', '135550.467500', '135550.927500', '135551.387500', '135551.847500', '135552.307500', '135552.767500', '135553.227500', '135553.687500', '135554.147500', '135554.607500', '135555.067500', '135555.527500', '135555.987500', '135556.447500', '135556.907500', '135557.367500', '135557.827500', '135558.287500', '135558.747500', '135559.207500', '135559.667500', '135600.127500', '135600.587500', '135601.047500', '135601.507500', '135601.967500', '135602.427500', '135602.887500', '135603.347500', '135603.807500', '135604.267500', '135604.727500', '135605.187500', '135605.647500', '135606.107500', '135606.567500', '135607.027500', '135607.487500', '135607.947500', '135608.407500', '135608.867500', '135609.327500', '135609.787500', '135610.247500', '135610.707500', '135611.167500', '135611.627500', '135612.087500', '135612.547500', '135613.007500', '135613.467500', '135613.927500', '135614.387500', '135614.847500', '135615.307500', '135615.767500', '135616.227500', '135616.687500', '135617.147500', '135617.607500', '135618.067500', '135618.527500', '135618.987500', '135619.447500', '135619.907500', '135620.367500', '135620.827500', '135621.287500', '135621.747500', '135622.207500', '135622.667500', '135623.127500', '135623.587500', '135624.047500', '135624.507500', '135624.967500', '135625.427500', '135625.887500', '135626.347500', '135626.807500', '135627.267500', '135627.727500', '135628.187500', '135628.647500', '135629.107500', '135629.567500', '135630.027500', '135630.487500', '135630.947500', '135631.407500', '135631.867500', '135632.327500', '135632.787500', '135633.247500', '135633.707500', '135634.167500', '135634.627500', '135635.087500', '135635.547500', '135636.007500', '135636.467500', '135636.927500', '135637.387500', '135637.847500', '135638.307500', '135638.767500', '135639.227500', '135639.687500', '135640.147500', '135640.607500', '135641.067500', '135641.527500', '135641.987500', '135642.447500', '135642.907500', '135643.367500', '135643.827500', '135644.287500', '135644.747500', '135645.207500', '135645.667500', '135646.127500', '135646.587500', '135647.047500', '135647.507500', '135647.967500', '135648.427500', '135648.887500', '135649.347500', '135649.807500', '135650.267500', '135650.727500', '135651.187500', '135651.647500', '135652.107500', '135652.567500', '135653.027500', '135653.487500', '135653.947500', '135654.407500', '135654.867500', '135655.327500', '135655.787500', '135656.247500', '135656.707500', '135657.167500', '135657.627500', '135658.087500', '135658.547500', '135659.007500', '135659.467500', '135659.927500', '135700.387500', '135700.847500', '135701.307500', '135701.767500', '135702.227500', '135702.687500', '135703.147500', '135703.607500', '135704.067500', '135704.527500', '135704.987500', '135705.447500', '135705.907500', '135706.367500', '135706.827500', '135707.287500', '135707.747500', '135708.207500', '135708.667500', '135709.127500', '135709.587500', '135710.047500', '135710.507500', '135710.967500', '135711.427500', '135711.887500', '135712.347500', '135712.807500', '135713.267500', '135713.727500', '135714.187500', '135714.647500', '135715.107500', '135715.567500', '135716.027500', '135716.487500', '135716.947500', '135717.407500', '135717.867500', '135718.327500', '135718.787500', '135719.247500', '135719.707500', '135720.167500', '135720.627500', '135721.087500', '135721.547500', '135722.007500', '135722.467500', '135722.927500', '135723.387500', '135723.847500', '135724.307500', '135724.767500', '135725.227500', '135725.687500', '135726.147500', '135726.607500', '135727.067500', '135727.527500', '135727.987500', '135728.447500', '135728.907500', '135729.367500', '135729.827500', '135730.287500', '135730.747500', '135731.207500', '135731.667500', '135732.127500', '135732.587500', '135733.047500', '135733.507500', '135733.967500', '135734.427500', '135734.887500', '135735.347500', '135735.807500', '135736.267500', '135736.727500', '135737.187500', '135737.647500', '135738.107500', '135738.567500', '135739.027500', '135739.487500', '135739.947500', '135740.407500', '135740.867500', '135741.327500', '135741.787500', '135742.247500', '135742.707500', '135743.167500', '135743.627500', '135744.087500', '135744.547500', '135745.007500', '135745.467500', '135745.927500', '135746.387500', '135746.847500', '135747.307500', '135747.767500', '135748.227500', '135748.687500', '135749.147500', '135749.607500', '135750.067500', '135750.527500', '135750.987500', '135751.447500', '135751.907500', '135752.367500', '135752.827500', '135753.287500', '135753.747500', '135754.207500', '135754.667500', '135755.127500', '135755.587500', '135756.047500', '135756.507500', '135756.967500', '135757.427500', '135757.887500', '135758.347500', '135758.807500', '135759.267500', '135759.727500', '135800.187500', '135800.647500', '135801.107500', '135801.567500', '135802.027500', '135802.487500', '135802.947500', '135803.407500', '135803.867500', '135804.327500', '135804.787500', '135805.247500', '135805.707500', '135806.167500', '135806.627500', '135807.087500', '135807.547500', '135808.007500', '135808.467500', '135808.927500', '135809.387500', '135809.847500', '135810.307500', '135810.767500', '135811.227500', '135811.687500', '135812.147500', '135812.607500', '135813.067500', '135813.527500', '135813.987500', '135814.447500', '135814.907500', '135815.367500', '135815.827500', '135816.287500', '135816.747500', '135817.207500', '135817.667500', '135818.127500', '135818.587500', '135819.047500', '135819.507500', '135819.967500', '135820.427500', '135820.887500', '135821.347500', '135821.807500', '135822.267500', '135822.727500', '135823.187500', '135823.647500', '135824.107500', '135824.567500', '135825.027500', '135825.487500', '135825.947500', '135826.407500', '135826.867500', '135827.327500', '135827.787500', '135828.247500', '135828.707500', '135829.167500', '135829.627500', '135830.087500', '135830.547500', '135831.007500', '135831.467500', '135831.927500', '135832.387500', '135832.847500', '135833.307500', '135833.767500', '135834.227500', '135834.687500', '135835.147500', '135835.607500', '135836.067500', '135836.527500', '135836.987500', '135837.447500', '135837.907500', '135838.367500', '135838.827500', '135839.287500', '135839.747500', '135840.207500', '135840.667500', '135841.127500', '135841.587500', '135842.047500', '135842.507500', '135842.967500', '135843.427500', '135843.887500', '135844.347500', '135844.807500', '135845.267500', '135845.727500', '135846.187500', '135846.647500', '135847.107500', '135847.567500', '135848.027500', '135848.487500', '135848.947500', '135849.407500', '135849.867500', '135850.327500', '135850.787500', '135851.247500', '135851.707500', '135852.167500', '135852.627500', '135853.087500', '135853.547500', '135854.007500', '135854.467500', '135854.927500', '135855.387500', '135855.847500', '135856.307500', '135856.767500', '135857.227500', '135857.687500', '135858.147500', '135858.607500', '135859.067500', '135859.527500', '135859.987500', '135900.447500', '135900.907500', '135901.367500', '135901.827500', '135902.287500', '135902.747500', '135903.207500', '135903.667500', '135904.127500', '135904.587500', '135905.047500', '135905.507500', '135905.967500', '135906.427500', '135906.887500', '135907.347500', '135907.807500', '135908.267500', '135908.727500', '135909.187500', '135909.647500', '135910.107500', '135910.567500', '135911.027500', '135911.487500', '135911.947500', '135912.407500', '135912.867500', '135913.327500', '135913.787500', '135914.247500', '135914.707500', '135915.167500', '135915.627500', '135916.087500', '135916.547500', '135917.007500', '135917.467500', '135917.927500', '135918.387500', '135918.847500', '135919.307500', '135919.767500', '135920.227500', '135920.687500', '135921.147500', '135921.607500', '135922.067500', '135922.527500', '135922.987500', '135923.447500', '135923.907500', '135924.367500', '135924.827500', '135925.287500', '135925.747500', '135926.207500', '135926.667500', '135927.127500', '135927.587500', '135928.047500', '135928.507500', '135928.967500', '135929.427500', '135929.887500', '135930.347500', '135930.807500', '135931.267500', '135931.727500', '135932.187500', '135932.647500', '135933.107500', '135933.567500', '135934.027500', '135934.487500', '135934.947500', '135935.407500', '135935.867500', '135936.327500', '135936.787500', '135937.247500', '135937.707500', '135938.167500', '135938.627500', '135939.087500', '135939.547500', '135940.007500', '135940.467500', '135940.927500', '135941.387500', '135941.847500', '135942.307500', '135942.767500', '135943.227500', '135943.687500', '135944.147500', '135944.607500', '135945.067500', '135945.527500', '135945.987500', '135946.447500', '135946.907500', '135947.367500', '135947.827500', '135948.287500', '135948.747500', '135949.207500', '135949.667500', '135950.127500', '135950.587500', '135951.047500', '135951.507500', '135951.967500', '135952.427500', '135952.887500', '135953.347500', '135953.807500', '135954.267500', '135954.727500', '135955.187500', '135955.647500', '135956.107500', '135956.567500', '135957.027500', '135957.487500', '135957.947500', '135958.407500', '135958.867500', '135959.327500', '135959.787500', '140000.247500', '140000.707500', '140001.167500', '140001.627500', '140002.087500', '140002.547500', '140003.007500', '140003.467500', '140003.927500', '140004.387500', '140004.847500', '140005.307500', '140005.767500', '140006.227500', '140006.687500', '140007.147500', '140007.607500', '140008.067500', '140008.527500', '140008.987500', '140009.447500', '140009.907500', '140010.367500', '140010.827500', '140011.287500', '140011.747500', '140012.207500', '140012.667500', '140013.127500', '140013.587500', '140014.047500', '140014.507500', '140014.967500', '140015.427500', '140015.887500', '140016.347500', '140016.807500', '140017.267500', '140017.727500', '140018.187500', '140018.647500', '140019.107500', '140019.567500', '140020.027500', '140020.487500', '140020.947500', '140021.407500', '140021.867500', '140022.327500', '140022.787500', '140023.247500', '140023.707500', '140024.167500', '140024.627500'], 'ContentTime': ['135341.211000', '135341.214000', '135341.217000', '135341.220000', '135341.223000', '135341.226000', '135341.229000', '135341.232000', '135341.235000', '135341.238000', '135341.241000', '135341.244000', '135341.252000', '135341.268000', '135341.270000', '135341.273000', '135341.284000', '135341.287000', '135341.290000', '135341.293000', '135341.296000', '135341.299000', '135341.302000', '135341.305000', '135341.307000', '135341.310000', '135341.313000', '135341.316000', '135341.319000', '135341.322000', '135341.325000', '135341.328000', '135341.341000', '135401.185000', '135401.188000', '135401.191000', '135401.194000', '135401.197000', '135401.200000', '135401.202000', '135401.205000', '135401.208000', '135401.211000', '135401.214000', '135401.217000', '135401.220000', '135401.223000', '135401.225000', '135401.228000', '135401.231000', '135401.234000', '135401.237000', '135401.240000', '135401.243000', '135401.246000', '135401.249000', '135401.252000', '135401.255000', '135401.257000', '135401.260000', '135401.263000', '135401.266000', '135401.277000', '135401.280000', '135401.283000', '135401.286000', '135401.288000', '135401.291000', '135401.294000', '135401.297000', '135401.300000', '135401.303000', '135401.306000', '135401.309000', '135401.312000', '135401.315000', '135401.317000', '135421.185000', '135421.188000', '135421.191000', '135421.194000', '135421.197000', '135421.200000', '135421.203000', '135421.208000', '135421.214000', '135421.216000', '135421.219000', '135421.222000', '135421.225000', '135421.228000', '135421.231000', '135421.234000', '135421.237000', '135421.240000', '135421.242000', '135421.245000', '135421.248000', '135421.251000', '135421.254000', '135421.257000', '135421.260000', '135421.263000', '135421.266000', '135421.269000', '135421.272000', '135421.275000', '135421.278000', '135421.281000', '135421.284000', '135421.286000', '135421.289000', '135421.292000', '135421.295000', '135421.298000', '135421.301000', '135421.304000', '135421.307000', '135421.310000', '135421.313000', '135441.186000', '135441.189000', '135441.192000', '135441.195000', '135441.198000', '135441.201000', '135441.204000', '135441.207000', '135441.210000', '135441.212000', '135441.215000', '135441.218000', '135441.221000', '135441.224000', '135441.227000', '135441.230000', '135441.233000', '135441.236000', '135441.239000', '135441.242000', '135441.245000', '135441.247000', '135441.250000', '135441.253000', '135441.256000', '135441.259000', '135441.262000', '135441.265000', '135441.268000', '135441.271000', '135441.274000', '135441.277000', '135441.279000', '135441.282000', '135441.285000', '135441.288000', '135441.291000', '135441.294000', '135441.297000', '135441.300000', '135441.303000', '135441.305000', '135441.308000', '135441.311000', '135501.186000', '135501.189000', '135501.192000', '135501.195000', '135501.198000', '135501.201000', '135501.204000', '135501.207000', '135501.209000', '135501.213000', '135501.216000', '135501.219000', '135501.222000', '135501.225000', '135501.231000', '135501.234000', '135501.237000', '135501.240000', '135501.243000', '135501.246000', '135501.249000', '135501.252000', '135501.255000', '135501.258000', '135501.261000', '135501.263000', '135501.266000', '135501.269000', '135501.272000', '135501.275000', '135501.278000', '135501.281000', '135501.284000', '135501.287000', '135501.290000', '135501.293000', '135501.295000', '135501.298000', '135501.301000', '135501.304000', '135501.307000', '135501.310000', '135501.313000', '135521.186000', '135521.189000', '135521.192000', '135521.195000', '135521.198000', '135521.201000', '135521.204000', '135521.207000', '135521.210000', '135521.212000', '135521.215000', '135521.218000', '135521.221000', '135521.224000', '135521.227000', '135521.230000', '135521.233000', '135521.236000', '135521.239000', '135521.253000', '135521.256000', '135521.259000', '135521.262000', '135521.265000', '135521.268000', '135521.271000', '135521.274000', '135521.277000', '135521.280000', '135521.282000', '135521.286000', '135521.288000', '135521.291000', '135521.294000', '135521.297000', '135521.300000', '135521.303000', '135521.306000', '135521.309000', '135521.312000', '135521.315000', '135521.317000', '135521.320000', '135521.323000', '135541.185000', '135541.188000', '135541.191000', '135541.194000', '135541.197000', '135541.200000', '135541.203000', '135541.206000', '135541.209000', '135541.212000', '135541.214000', '135541.217000', '135541.220000', '135541.223000', '135541.226000', '135541.229000', '135541.233000', '135541.236000', '135541.239000', '135541.242000', '135541.244000', '135541.247000', '135541.266000', '135541.269000', '135541.272000', '135541.275000', '135541.278000', '135541.281000', '135541.284000', '135541.287000', '135541.290000', '135541.293000', '135541.296000', '135541.298000', '135541.301000', '135541.304000', '135541.307000', '135541.310000', '135541.313000', '135541.316000', '135541.319000', '135541.322000', '135541.325000', '135601.185000', '135601.196000', '135601.199000', '135601.201000', '135601.204000', '135601.207000', '135601.210000', '135601.213000', '135601.216000', '135601.219000', '135601.222000', '135601.225000', '135601.228000', '135601.231000', '135601.234000', '135601.237000', '135601.240000', '135601.243000', '135601.246000', '135601.249000', '135601.251000', '135601.254000', '135601.257000', '135601.260000', '135601.263000', '135601.266000', '135601.269000', '135601.272000', '135601.275000', '135601.278000', '135601.281000', '135601.284000', '135601.287000', '135601.290000', '135601.293000', '135601.295000', '135601.298000', '135601.301000', '135601.304000', '135601.307000', '135601.310000', '135601.313000', '135601.316000', '135601.319000', '135621.185000', '135621.188000', '135621.191000', '135621.194000', '135621.197000', '135621.200000', '135621.203000', '135621.206000', '135621.209000', '135621.211000', '135621.214000', '135621.217000', '135621.220000', '135621.223000', '135621.226000', '135621.229000', '135621.232000', '135621.235000', '135621.238000', '135621.241000', '135621.244000', '135621.247000', '135621.250000', '135621.253000', '135621.256000', '135621.259000', '135621.262000', '135621.265000', '135621.268000', '135621.271000', '135621.274000', '135621.277000', '135621.279000', '135621.283000', '135621.285000', '135621.288000', '135621.291000', '135621.294000', '135621.297000', '135621.300000', '135621.303000', '135621.306000', '135621.309000', '135641.185000', '135641.188000', '135641.191000', '135641.194000', '135641.197000', '135641.200000', '135641.203000', '135641.206000', '135641.214000', '135641.217000', '135641.219000', '135641.222000', '135641.225000', '135641.228000', '135641.231000', '135641.234000', '135641.237000', '135641.240000', '135641.243000', '135641.246000', '135641.249000', '135641.252000', '135641.255000', '135641.258000', '135641.261000', '135641.264000', '135641.266000', '135641.269000', '135641.272000', '135641.275000', '135641.278000', '135641.281000', '135641.284000', '135641.287000', '135641.290000', '135641.293000', '135641.296000', '135641.299000', '135641.301000', '135641.304000', '135641.307000', '135641.310000', '135641.313000', '135641.316000', '135701.186000', '135701.189000', '135701.192000', '135701.195000', '135701.198000', '135701.201000', '135701.204000', '135701.208000', '135701.211000', '135701.214000', '135701.217000', '135701.220000', '135701.223000', '135701.226000', '135701.229000', '135701.232000', '135701.235000', '135701.238000', '135701.241000', '135701.243000', '135701.246000', '135701.249000', '135701.252000', '135701.255000', '135701.258000', '135701.261000', '135701.264000', '135701.267000', '135701.270000', '135701.273000', '135701.276000', '135701.279000', '135701.282000', '135701.285000', '135701.288000', '135701.291000', '135701.294000', '135701.297000', '135701.299000', '135701.302000', '135701.305000', '135701.308000', '135701.311000', '135721.186000', '135721.189000', '135721.192000', '135721.195000', '135721.198000', '135721.201000', '135721.204000', '135721.207000', '135721.210000', '135721.212000', '135721.215000', '135721.218000', '135721.221000', '135721.224000', '135721.227000', '135721.230000', '135721.233000', '135721.236000', '135721.239000', '135721.242000', '135721.245000', '135721.247000', '135721.250000', '135721.253000', '135721.256000', '135721.259000', '135721.262000', '135721.265000', '135721.268000', '135721.271000', '135721.274000', '135721.277000', '135721.279000', '135721.282000', '135721.285000', '135721.288000', '135721.291000', '135721.294000', '135721.297000', '135721.300000', '135721.303000', '135721.305000', '135721.308000', '135721.311000', '135741.186000', '135741.189000', '135741.192000', '135741.195000', '135741.198000', '135741.201000', '135741.204000', '135741.206000', '135741.209000', '135741.212000', '135741.215000', '135741.218000', '135741.221000', '135741.224000', '135741.227000', '135741.230000', '135741.233000', '135741.236000', '135741.239000', '135741.242000', '135741.245000', '135741.248000', '135741.251000', '135741.254000', '135741.256000', '135741.260000', '135741.262000', '135741.265000', '135741.268000', '135741.271000', '135741.274000', '135741.277000', '135741.282000', '135741.286000', '135741.289000', '135741.292000', '135741.295000', '135741.298000', '135741.301000', '135741.304000', '135741.307000', '135741.309000', '135741.312000', '135801.185000', '135801.188000', '135801.191000', '135801.194000', '135801.197000', '135801.200000', '135801.203000', '135801.206000', '135801.209000', '135801.212000', '135801.215000', '135801.218000', '135801.220000', '135801.223000', '135801.227000', '135801.230000', '135801.232000', '135801.235000', '135801.239000', '135801.241000', '135801.244000', '135801.247000', '135801.250000', '135801.253000', '135801.256000', '135801.259000', '135801.262000', '135801.265000', '135801.268000', '135801.271000', '135801.274000', '135801.276000', '135801.279000', '135801.282000', '135801.285000', '135801.288000', '135801.291000', '135801.294000', '135801.297000', '135801.300000', '135801.303000', '135801.306000', '135801.308000', '135801.311000', '135821.185000', '135821.202000', '135821.205000', '135821.208000', '135821.211000', '135821.213000', '135821.216000', '135821.219000', '135821.222000', '135821.225000', '135821.228000', '135821.231000', '135821.234000', '135821.237000', '135821.240000', '135821.243000', '135821.247000', '135821.250000', '135821.253000', '135821.256000', '135821.259000', '135821.262000', '135821.265000', '135821.268000', '135821.278000', '135821.281000', '135821.284000', '135821.287000', '135821.290000', '135821.293000', '135821.296000', '135821.299000', '135821.303000', '135821.308000', '135821.311000', '135821.314000', '135821.317000', '135821.320000', '135821.323000', '135821.326000', '135821.329000', '135821.332000', '135821.335000', '135841.185000', '135841.197000', '135841.200000', '135841.203000', '135841.206000', '135841.209000', '135841.212000', '135841.214000', '135841.217000', '135841.220000', '135841.223000', '135841.226000', '135841.229000', '135841.232000', '135841.235000', '135841.238000', '135841.241000', '135841.244000', '135841.247000', '135841.250000', '135841.253000', '135841.256000', '135841.259000', '135841.262000', '135841.265000', '135841.268000', '135841.271000', '135841.274000', '135841.276000', '135841.280000', '135841.282000', '135841.285000', '135841.288000', '135841.291000', '135841.294000', '135841.297000', '135841.300000', '135841.303000', '135841.306000', '135841.309000', '135841.312000', '135841.315000', '135841.318000', '135841.320000', '135901.185000', '135901.250000', '135901.253000', '135901.256000', '135901.258000', '135901.261000', '135901.264000', '135901.267000', '135901.270000', '135901.273000', '135901.276000', '135901.279000', '135901.282000', '135901.285000', '135901.288000', '135901.291000', '135901.294000', '135901.297000', '135901.300000', '135901.303000', '135901.306000', '135901.309000', '135901.311000', '135901.315000', '135901.317000', '135901.320000', '135901.323000', '135901.326000', '135901.329000', '135901.332000', '135901.335000', '135901.339000', '135901.342000', '135901.345000', '135901.348000', '135901.351000', '135901.354000', '135901.357000', '135901.360000', '135901.363000', '135901.366000', '135901.369000', '135901.375000', '135921.186000', '135921.189000', '135921.192000', '135921.195000', '135921.198000', '135921.201000', '135921.204000', '135921.207000', '135921.210000', '135921.213000', '135921.216000', '135921.220000', '135921.223000', '135921.226000', '135921.229000', '135921.232000', '135921.235000', '135921.238000', '135921.241000', '135921.244000', '135921.247000', '135921.250000', '135921.253000', '135921.256000', '135921.259000', '135921.262000', '135921.264000', '135921.267000', '135921.270000', '135921.273000', '135921.276000', '135921.279000', '135921.282000', '135921.285000', '135921.288000', '135921.291000', '135921.293000', '135921.296000', '135921.299000', '135921.302000', '135921.305000', '135921.308000', '135921.311000', '135921.314000', '135941.186000', '135941.191000', '135941.194000', '135941.197000', '135941.200000', '135941.203000', '135941.206000', '135941.209000', '135941.212000', '135941.215000', '135941.218000', '135941.221000', '135941.224000', '135941.227000', '135941.230000', '135941.233000', '135941.235000', '135941.238000', '135941.241000', '135941.244000', '135941.247000', '135941.250000', '135941.253000', '135941.256000', '135941.259000', '135941.262000', '135941.265000', '135941.268000', '135941.271000', '135941.274000', '135941.277000', '135941.279000', '135941.283000', '135941.286000', '135941.289000', '135941.298000', '135941.301000', '135941.304000', '135941.307000', '135941.310000', '135941.313000', '135941.316000', '135941.319000', '140001.186000', '140001.195000', '140001.198000', '140001.201000', '140001.204000', '140001.207000', '140001.210000', '140001.213000', '140001.216000', '140001.219000', '140001.222000', '140001.225000', '140001.227000', '140001.230000', '140001.233000', '140001.236000', '140001.239000', '140001.242000', '140001.245000', '140001.249000', '140001.252000', '140001.255000', '140001.258000', '140001.261000', '140001.264000', '140001.267000', '140001.270000', '140001.273000', '140001.276000', '140001.279000', '140001.281000', '140001.284000', '140001.287000', '140001.290000', '140001.293000', '140001.296000', '140001.299000', '140001.302000', '140001.305000', '140001.308000', '140001.311000', '140001.313000', '140001.316000', '140001.319000', '140021.185000', '140021.201000', '140021.204000', '140021.207000', '140021.210000', '140021.213000', '140021.216000', '140021.219000', '140021.222000', '140021.225000', '140021.228000', '140021.230000', '140021.233000', '140021.236000', '140021.239000', '140021.242000', '140021.245000', '140021.248000', '140021.251000', '140021.254000', '140021.257000', '140021.260000', '140021.263000', '140021.265000', '140021.268000', '140021.271000', '140021.274000', '140021.277000', '140021.280000', '140021.283000', '140021.286000', '140021.289000', '140021.292000', '140021.295000', '140021.297000', '140021.300000', '140021.303000', '140021.306000', '140021.309000', '140021.312000', '140021.315000', '140021.318000', '140021.321000', '140026.026000', '140026.030000', '140026.033000', '140026.036000', '140026.039000', '140026.042000', '140026.045000', '140026.048000', '140026.052000', '140026.056000', '140026.059000'], 'InstanceCreationTime': ['135341.211000', '135341.214000', '135341.217000', '135341.220000', '135341.223000', '135341.226000', '135341.229000', '135341.232000', '135341.235000', '135341.238000', '135341.241000', '135341.244000', '135341.252000', '135341.268000', '135341.270000', '135341.273000', '135341.284000', '135341.287000', '135341.290000', '135341.293000', '135341.296000', '135341.299000', '135341.302000', '135341.305000', '135341.307000', '135341.310000', '135341.313000', '135341.316000', '135341.319000', '135341.322000', '135341.325000', '135341.328000', '135341.341000', '135401.185000', '135401.188000', '135401.191000', '135401.194000', '135401.197000', '135401.200000', '135401.202000', '135401.205000', '135401.208000', '135401.211000', '135401.214000', '135401.217000', '135401.220000', '135401.223000', '135401.225000', '135401.228000', '135401.231000', '135401.234000', '135401.237000', '135401.240000', '135401.243000', '135401.246000', '135401.249000', '135401.252000', '135401.255000', '135401.257000', '135401.260000', '135401.263000', '135401.266000', '135401.277000', '135401.280000', '135401.283000', '135401.286000', '135401.288000', '135401.291000', '135401.294000', '135401.297000', '135401.300000', '135401.303000', '135401.306000', '135401.309000', '135401.312000', '135401.315000', '135401.317000', '135421.185000', '135421.188000', '135421.191000', '135421.194000', '135421.197000', '135421.200000', '135421.203000', '135421.208000', '135421.214000', '135421.216000', '135421.219000', '135421.222000', '135421.225000', '135421.228000', '135421.231000', '135421.234000', '135421.237000', '135421.240000', '135421.242000', '135421.245000', '135421.248000', '135421.251000', '135421.254000', '135421.257000', '135421.260000', '135421.263000', '135421.266000', '135421.269000', '135421.272000', '135421.275000', '135421.278000', '135421.281000', '135421.284000', '135421.286000', '135421.289000', '135421.292000', '135421.295000', '135421.298000', '135421.301000', '135421.304000', '135421.307000', '135421.310000', '135421.313000', '135441.186000', '135441.189000', '135441.192000', '135441.195000', '135441.198000', '135441.201000', '135441.204000', '135441.207000', '135441.210000', '135441.212000', '135441.215000', '135441.218000', '135441.221000', '135441.224000', '135441.227000', '135441.230000', '135441.233000', '135441.236000', '135441.239000', '135441.242000', '135441.245000', '135441.247000', '135441.250000', '135441.253000', '135441.256000', '135441.259000', '135441.262000', '135441.265000', '135441.268000', '135441.271000', '135441.274000', '135441.277000', '135441.279000', '135441.282000', '135441.285000', '135441.288000', '135441.291000', '135441.294000', '135441.297000', '135441.300000', '135441.303000', '135441.305000', '135441.308000', '135441.311000', '135501.186000', '135501.189000', '135501.192000', '135501.195000', '135501.198000', '135501.201000', '135501.204000', '135501.207000', '135501.209000', '135501.213000', '135501.216000', '135501.219000', '135501.222000', '135501.225000', '135501.231000', '135501.234000', '135501.237000', '135501.240000', '135501.243000', '135501.246000', '135501.249000', '135501.252000', '135501.255000', '135501.258000', '135501.261000', '135501.263000', '135501.266000', '135501.269000', '135501.272000', '135501.275000', '135501.278000', '135501.281000', '135501.284000', '135501.287000', '135501.290000', '135501.293000', '135501.295000', '135501.298000', '135501.301000', '135501.304000', '135501.307000', '135501.310000', '135501.313000', '135521.186000', '135521.189000', '135521.192000', '135521.195000', '135521.198000', '135521.201000', '135521.204000', '135521.207000', '135521.210000', '135521.212000', '135521.215000', '135521.218000', '135521.221000', '135521.224000', '135521.227000', '135521.230000', '135521.233000', '135521.236000', '135521.239000', '135521.253000', '135521.256000', '135521.259000', '135521.262000', '135521.265000', '135521.268000', '135521.271000', '135521.274000', '135521.277000', '135521.280000', '135521.282000', '135521.286000', '135521.288000', '135521.291000', '135521.294000', '135521.297000', '135521.300000', '135521.303000', '135521.306000', '135521.309000', '135521.312000', '135521.315000', '135521.317000', '135521.320000', '135521.323000', '135541.185000', '135541.188000', '135541.191000', '135541.194000', '135541.197000', '135541.200000', '135541.203000', '135541.206000', '135541.209000', '135541.212000', '135541.214000', '135541.217000', '135541.220000', '135541.223000', '135541.226000', '135541.229000', '135541.233000', '135541.236000', '135541.239000', '135541.242000', '135541.244000', '135541.247000', '135541.266000', '135541.269000', '135541.272000', '135541.275000', '135541.278000', '135541.281000', '135541.284000', '135541.287000', '135541.290000', '135541.293000', '135541.296000', '135541.298000', '135541.301000', '135541.304000', '135541.307000', '135541.310000', '135541.313000', '135541.316000', '135541.319000', '135541.322000', '135541.325000', '135601.185000', '135601.196000', '135601.199000', '135601.201000', '135601.204000', '135601.207000', '135601.210000', '135601.213000', '135601.216000', '135601.219000', '135601.222000', '135601.225000', '135601.228000', '135601.231000', '135601.234000', '135601.237000', '135601.240000', '135601.243000', '135601.246000', '135601.249000', '135601.251000', '135601.254000', '135601.257000', '135601.260000', '135601.263000', '135601.266000', '135601.269000', '135601.272000', '135601.275000', '135601.278000', '135601.281000', '135601.284000', '135601.287000', '135601.290000', '135601.293000', '135601.295000', '135601.298000', '135601.301000', '135601.304000', '135601.307000', '135601.310000', '135601.313000', '135601.316000', '135601.319000', '135621.185000', '135621.188000', '135621.191000', '135621.194000', '135621.197000', '135621.200000', '135621.203000', '135621.206000', '135621.209000', '135621.211000', '135621.214000', '135621.217000', '135621.220000', '135621.223000', '135621.226000', '135621.229000', '135621.232000', '135621.235000', '135621.238000', '135621.241000', '135621.244000', '135621.247000', '135621.250000', '135621.253000', '135621.256000', '135621.259000', '135621.262000', '135621.265000', '135621.268000', '135621.271000', '135621.274000', '135621.277000', '135621.279000', '135621.283000', '135621.285000', '135621.288000', '135621.291000', '135621.294000', '135621.297000', '135621.300000', '135621.303000', '135621.306000', '135621.309000', '135641.185000', '135641.188000', '135641.191000', '135641.194000', '135641.197000', '135641.200000', '135641.203000', '135641.206000', '135641.214000', '135641.217000', '135641.219000', '135641.222000', '135641.225000', '135641.228000', '135641.231000', '135641.234000', '135641.237000', '135641.240000', '135641.243000', '135641.246000', '135641.249000', '135641.252000', '135641.255000', '135641.258000', '135641.261000', '135641.264000', '135641.266000', '135641.269000', '135641.272000', '135641.275000', '135641.278000', '135641.281000', '135641.284000', '135641.287000', '135641.290000', '135641.293000', '135641.296000', '135641.299000', '135641.301000', '135641.304000', '135641.307000', '135641.310000', '135641.313000', '135641.316000', '135701.186000', '135701.189000', '135701.192000', '135701.195000', '135701.198000', '135701.201000', '135701.204000', '135701.208000', '135701.211000', '135701.214000', '135701.217000', '135701.220000', '135701.223000', '135701.226000', '135701.229000', '135701.232000', '135701.235000', '135701.238000', '135701.241000', '135701.243000', '135701.246000', '135701.249000', '135701.252000', '135701.255000', '135701.258000', '135701.261000', '135701.264000', '135701.267000', '135701.270000', '135701.273000', '135701.276000', '135701.279000', '135701.282000', '135701.285000', '135701.288000', '135701.291000', '135701.294000', '135701.297000', '135701.299000', '135701.302000', '135701.305000', '135701.308000', '135701.311000', '135721.186000', '135721.189000', '135721.192000', '135721.195000', '135721.198000', '135721.201000', '135721.204000', '135721.207000', '135721.210000', '135721.212000', '135721.215000', '135721.218000', '135721.221000', '135721.224000', '135721.227000', '135721.230000', '135721.233000', '135721.236000', '135721.239000', '135721.242000', '135721.245000', '135721.247000', '135721.250000', '135721.253000', '135721.256000', '135721.259000', '135721.262000', '135721.265000', '135721.268000', '135721.271000', '135721.274000', '135721.277000', '135721.279000', '135721.282000', '135721.285000', '135721.288000', '135721.291000', '135721.294000', '135721.297000', '135721.300000', '135721.303000', '135721.305000', '135721.308000', '135721.311000', '135741.186000', '135741.189000', '135741.192000', '135741.195000', '135741.198000', '135741.201000', '135741.204000', '135741.206000', '135741.209000', '135741.212000', '135741.215000', '135741.218000', '135741.221000', '135741.224000', '135741.227000', '135741.230000', '135741.233000', '135741.236000', '135741.239000', '135741.242000', '135741.245000', '135741.248000', '135741.251000', '135741.254000', '135741.256000', '135741.260000', '135741.262000', '135741.265000', '135741.268000', '135741.271000', '135741.274000', '135741.277000', '135741.282000', '135741.286000', '135741.289000', '135741.292000', '135741.295000', '135741.298000', '135741.301000', '135741.304000', '135741.307000', '135741.309000', '135741.312000', '135801.185000', '135801.188000', '135801.191000', '135801.194000', '135801.197000', '135801.200000', '135801.203000', '135801.206000', '135801.209000', '135801.212000', '135801.215000', '135801.218000', '135801.220000', '135801.223000', '135801.227000', '135801.230000', '135801.232000', '135801.235000', '135801.239000', '135801.241000', '135801.244000', '135801.247000', '135801.250000', '135801.253000', '135801.256000', '135801.259000', '135801.262000', '135801.265000', '135801.268000', '135801.271000', '135801.274000', '135801.276000', '135801.279000', '135801.282000', '135801.285000', '135801.288000', '135801.291000', '135801.294000', '135801.297000', '135801.300000', '135801.303000', '135801.306000', '135801.308000', '135801.311000', '135821.185000', '135821.202000', '135821.205000', '135821.208000', '135821.211000', '135821.213000', '135821.216000', '135821.219000', '135821.222000', '135821.225000', '135821.228000', '135821.231000', '135821.234000', '135821.237000', '135821.240000', '135821.243000', '135821.247000', '135821.250000', '135821.253000', '135821.256000', '135821.259000', '135821.262000', '135821.265000', '135821.268000', '135821.278000', '135821.281000', '135821.284000', '135821.287000', '135821.290000', '135821.293000', '135821.296000', '135821.299000', '135821.303000', '135821.308000', '135821.311000', '135821.314000', '135821.317000', '135821.320000', '135821.323000', '135821.326000', '135821.329000', '135821.332000', '135821.335000', '135841.185000', '135841.197000', '135841.200000', '135841.203000', '135841.206000', '135841.209000', '135841.212000', '135841.214000', '135841.217000', '135841.220000', '135841.223000', '135841.226000', '135841.229000', '135841.232000', '135841.235000', '135841.238000', '135841.241000', '135841.244000', '135841.247000', '135841.250000', '135841.253000', '135841.256000', '135841.259000', '135841.262000', '135841.265000', '135841.268000', '135841.271000', '135841.274000', '135841.276000', '135841.280000', '135841.282000', '135841.285000', '135841.288000', '135841.291000', '135841.294000', '135841.297000', '135841.300000', '135841.303000', '135841.306000', '135841.309000', '135841.312000', '135841.315000', '135841.318000', '135841.320000', '135901.185000', '135901.250000', '135901.253000', '135901.256000', '135901.258000', '135901.261000', '135901.264000', '135901.267000', '135901.270000', '135901.273000', '135901.276000', '135901.279000', '135901.282000', '135901.285000', '135901.288000', '135901.291000', '135901.294000', '135901.297000', '135901.300000', '135901.303000', '135901.306000', '135901.309000', '135901.311000', '135901.315000', '135901.317000', '135901.320000', '135901.323000', '135901.326000', '135901.329000', '135901.332000', '135901.335000', '135901.339000', '135901.342000', '135901.345000', '135901.348000', '135901.351000', '135901.354000', '135901.357000', '135901.360000', '135901.363000', '135901.366000', '135901.369000', '135901.375000', '135921.186000', '135921.189000', '135921.192000', '135921.195000', '135921.198000', '135921.201000', '135921.204000', '135921.207000', '135921.210000', '135921.213000', '135921.216000', '135921.220000', '135921.223000', '135921.226000', '135921.229000', '135921.232000', '135921.235000', '135921.238000', '135921.241000', '135921.244000', '135921.247000', '135921.250000', '135921.253000', '135921.256000', '135921.259000', '135921.262000', '135921.264000', '135921.267000', '135921.270000', '135921.273000', '135921.276000', '135921.279000', '135921.282000', '135921.285000', '135921.288000', '135921.291000', '135921.293000', '135921.296000', '135921.299000', '135921.302000', '135921.305000', '135921.308000', '135921.311000', '135921.314000', '135941.186000', '135941.191000', '135941.194000', '135941.197000', '135941.200000', '135941.203000', '135941.206000', '135941.209000', '135941.212000', '135941.215000', '135941.218000', '135941.221000', '135941.224000', '135941.227000', '135941.230000', '135941.233000', '135941.235000', '135941.238000', '135941.241000', '135941.244000', '135941.247000', '135941.250000', '135941.253000', '135941.256000', '135941.259000', '135941.262000', '135941.265000', '135941.268000', '135941.271000', '135941.274000', '135941.277000', '135941.279000', '135941.283000', '135941.286000', '135941.289000', '135941.298000', '135941.301000', '135941.304000', '135941.307000', '135941.310000', '135941.313000', '135941.316000', '135941.319000', '140001.186000', '140001.195000', '140001.198000', '140001.201000', '140001.204000', '140001.207000', '140001.210000', '140001.213000', '140001.216000', '140001.219000', '140001.222000', '140001.225000', '140001.227000', '140001.230000', '140001.233000', '140001.236000', '140001.239000', '140001.242000', '140001.245000', '140001.249000', '140001.252000', '140001.255000', '140001.258000', '140001.261000', '140001.264000', '140001.267000', '140001.270000', '140001.273000', '140001.276000', '140001.279000', '140001.281000', '140001.284000', '140001.287000', '140001.290000', '140001.293000', '140001.296000', '140001.299000', '140001.302000', '140001.305000', '140001.308000', '140001.311000', '140001.313000', '140001.316000', '140001.319000', '140021.185000', '140021.201000', '140021.204000', '140021.207000', '140021.210000', '140021.213000', '140021.216000', '140021.219000', '140021.222000', '140021.225000', '140021.228000', '140021.230000', '140021.233000', '140021.236000', '140021.239000', '140021.242000', '140021.245000', '140021.248000', '140021.251000', '140021.254000', '140021.257000', '140021.260000', '140021.263000', '140021.265000', '140021.268000', '140021.271000', '140021.274000', '140021.277000', '140021.280000', '140021.283000', '140021.286000', '140021.289000', '140021.292000', '140021.295000', '140021.297000', '140021.300000', '140021.303000', '140021.306000', '140021.309000', '140021.312000', '140021.315000', '140021.318000', '140021.321000', '140026.026000', '140026.030000', '140026.033000', '140026.036000', '140026.039000', '140026.042000', '140026.045000', '140026.048000', '140026.052000', '140026.056000', '140026.059000'], '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': [6536, 8514, 6201, 8538, 5936, 6766, 6059, 6685, 6061, 6633, 6120, 6737, 6176, 8427, 6054, 6322, 6149, 6065, 6234, 5857, 6402, 5936, 6209, 6216, 6093, 5775, 6092, 5905, 6275, 6703, 6073, 5882, 7787, 5850, 7352, 5826, 7723, 6016, 7652, 5970, 8086, 6163, 8820, 6412, 8660, 6039, 7929, 6074, 7634, 6268, 6737, 6023, 6389, 6154, 6244, 9082, 6496, 7434, 6119, 7653, 6488, 7662, 6739, 8272, 7364, 6092, 6939, 5916, 6647, 5860, 8451, 5894, 7176, 6019, 6348, 6211, 6148, 6424, 6888, 6345, 5871, 6352, 5903, 6266, 6758, 8061, 5909, 7035, 5977, 7786, 6110, 6797, 6041, 7631, 6062, 6683, 6262, 6738, 6263, 7120, 7127, 6691, 6873, 5886, 8403, 6225, 8476, 6035, 8027, 6456, 7572, 5964, 7102, 6033, 5932, 6200, 6363, 6125, 7348, 6393, 6493, 6206, 6720, 6349, 6888, 6309, 7308, 6328, 7112, 6205, 5900, 5983, 6485, 6292, 7055, 6781, 7069, 6631, 5882, 6521, 5861, 6398, 5822, 8424, 5957, 6361, 5849, 7496, 6197, 8446, 6156, 8468, 6623, 7323, 5808, 7223, 5995, 6736, 6015, 8302, 6130, 8231, 5874, 7605, 6002, 7082, 6225, 6796, 6222, 7802, 6255, 7975, 6006, 6979, 5926, 6227, 6073, 5696, 6307, 6480, 6170, 7271, 6363, 8383, 6304, 8085, 6044, 6800, 6216, 7626, 6321, 8709, 6560, 6669, 5994, 5800, 6357, 5765, 6447, 6019, 8547, 5767, 7847, 6023, 8050, 5970, 9117, 6055, 11757, 6185, 8654, 6026, 8770, 6113, 7571, 5964, 6200, 6035, 5857, 5878, 8145, 5670, 5987, 5827, 5785, 7059, 5882, 8711, 6679, 10008, 6671, 6797, 6753, 6448, 7038, 6048, 7814, 5964, 7229, 6015, 7731, 6116, 7793, 6235, 7965, 6197, 6479, 6487, 6484, 6073, 6060, 6099, 5845, 6309, 6981, 6179, 8459, 6352, 5725, 6084, 5924, 6198, 5952, 6263, 6408, 6487, 6369, 6504, 5818, 7708, 5953, 8225, 5848, 6300, 5629, 6435, 5934, 6308, 6172, 7554, 6186, 8500, 6099, 8544, 6063, 7875, 6128, 6384, 6337, 5825, 6020, 6306, 8869, 5939, 6407, 5747, 6946, 6058, 8362, 5940, 9522, 6075, 8385, 6018, 7981, 6208, 9787, 6106, 8700, 6021, 7648, 5996, 7386, 5851, 6973, 5927, 7600, 6219, 5971, 5820, 5798, 6032, 5988, 6430, 5939, 9120, 5962, 7032, 5738, 7060, 5966, 6915, 5976, 8997, 6195, 7987, 6150, 7771, 6020, 7094, 6222, 7498, 6137, 7425, 6236, 8070, 6303, 7176, 6027, 5794, 6062, 5711, 5715, 5899, 5674, 5893, 5925, 5949, 6382, 5852, 6891, 5668, 11098, 5943, 9620, 7638, 13444, 7291, 8249, 5676, 9377, 5794, 7625, 6093, 13508, 5807, 7567, 5638, 6663, 5877, 7189, 5827, 7821, 5865, 6871, 6059, 5801, 5885, 5671, 5879, 5697, 5882, 6252, 7270, 5840, 7435, 5643, 8456, 5695, 6011, 5690, 6106, 5685, 6165, 6208, 5977, 5903, 6584, 5727, 7302, 5737, 6108, 5834, 7118, 5783, 5804, 5917, 5805, 6443, 6691, 5982, 8080, 6541, 6142, 8483, 5727, 7315, 5840, 6232, 5816, 6325, 5927, 6795, 6109, 5852, 6011, 5959, 5718, 6760, 5643, 6884, 6023, 7075, 6872, 5890, 8334, 5840, 8162, 6421, 9845, 6605, 9103, 6557, 8142, 6086, 7643, 6218, 8972, 6972, 7522, 6157, 5726, 6115, 5650, 5800, 5714, 6270, 5633, 6296, 5834, 6022, 5904, 7446, 5879, 7221, 6777, 8209, 6052, 6458, 6096, 7213, 6128, 7210, 6162, 5917, 6264, 5735, 7774, 5705, 5964, 5835, 5803, 6615, 5830, 9592, 5843, 8227, 6192, 7238, 6343, 6681, 6223, 7278, 6629, 8300, 6325, 7024, 6262, 7000, 5955, 6404, 6062, 5762, 6546, 5789, 7319, 5841, 9212, 5812, 10730, 7435, 10738, 6451, 7227, 6617, 6942, 10942, 6440, 8626, 6224, 8058, 6054, 6649, 6366, 6534, 6689, 6209, 6790, 5933, 6209, 5978, 5915, 5926, 5845, 5888, 5717, 6224, 5802, 7521, 5686, 7697, 6202, 6998, 6043, 7776, 6020, 11199, 6679, 9431, 6655, 8058, 5911, 7168, 6196, 7892, 6267, 9002, 5898, 9699, 5935, 7618, 6309, 6656, 6206, 7014, 6214, 8439, 6054, 6956, 6019, 6290, 6285, 5791, 7439, 5818, 8881, 5810, 8386, 6128, 9303, 5855, 6903, 5931, 6662, 6104, 6825, 6418, 6853, 6252, 5833, 6162, 6125, 6462, 6010, 6346, 5876, 6072, 7876, 6139, 8048, 6365, 5872, 6076, 5811, 5723, 5942, 5964, 8941, 6004, 6534, 5663, 7094, 6041, 8282, 6150, 12721, 7545, 8920, 6196, 7444, 6384, 7667, 6438, 8637, 6173, 8148, 6254, 7260, 5940, 6262, 5907, 5687, 8379, 5918, 6096, 5850, 5900, 5885, 7742, 6046, 8162, 6590, 8620, 6655, 9464, 6456, 9714, 6993, 8604, 6639, 5827, 6341, 5754, 5603, 6010, 5620, 5601, 7587, 5843, 6000, 6437, 6106, 8209, 6103, 10419, 5963, 10977, 6021, 8591, 5986, 6285, 6236, 6269, 6335, 6995, 6308, 7466, 6258, 6165, 6347, 6536, 6141, 6446, 6418, 8193, 6648, 8192, 6593, 7681, 5998, 6004, 6077, 5870, 6417, 6058, 8117, 6464, 6114, 5722, 6420, 5860, 10446, 5966, 11465, 8153, 11421, 6800, 8066, 6066, 9059, 6286, 11501, 6581, 11022, 7048, 8121, 6503, 7569, 6704, 6860, 6319, 6347, 6195, 5755, 5759, 6107, 5746, 5792, 5877, 5931, 6301, 6401, 6382, 7823, 8427, 5714, 7046, 7026, 6816, 9808, 7099, 9782, 7341, 10009, 6242, 7551, 6390, 7185, 6381, 7629, 6255, 7820, 6216, 7158, 6317, 6782, 6735, 6289, 6646, 5831, 7881, 6645, 7672, 5909, 6156, 5953, 6157, 6043, 5908, 5783, 6496, 8981, 10594, 7339, 9570, 6132, 10815, 6657, 13408, 7718, 11416, 7233, 11424, 6593, 11474, 6266, 9428, 6171, 7535, 6455, 7969, 6456, 8111, 6581, 8263, 6435, 8368, 6326, 6581, 6083, 6294, 6068, 5940, 5605, 6105, 6211, 6023, 5792, 9473, 11442, 7056, 9396, 6373, 8955, 6440, 9498, 7473, 10765, 8142, 9535, 6257, 7490, 6408, 7177, 6224, 7019, 6264, 5691, 6776, 6122, 6398, 6066, 6283, 6012, 5881, 8137, 6481, 7172, 6263, 7493, 5945, 5713, 5939, 5787, 5860, 6110, 8320, 6101, 6506, 5827, 6973, 6153, 6895, 6191, 7134, 6034, 7714, 5932, 6564, 5888, 6063, 6449, 5907, 6318, 8938, 7055, 8660, 6977, 8457, 6306, 8495, 6455, 7654, 6352, 8192, 6291, 8784, 5837, 6302, 6348, 5764, 6933, 6062, 7427, 6084, 8057, 6162, 7818, 6388, 7603, 6059, 7002, 9936, 8294, 8608, 6626, 5762, 5839, 6071, 5947, 7546, 6411, 7948, 6688], 'WindowCenter': [3810.0, 3836.0, 3766.0, 3803.0, 3747.0, 3744.0, 3734.0, 3743.0, 3733.0, 3744.0, 3734.0, 3754.0, 3745.0, 3775.0, 3735.0, 3744.0, 3733.0, 3733.0, 3746.0, 3736.0, 3760.0, 3748.0, 3749.0, 3748.0, 3759.0, 3736.0, 3760.0, 3748.0, 3760.0, 3770.0, 3760.0, 3750.0, 3791.0, 3750.0, 3782.0, 3749.0, 3793.0, 3760.0, 3779.0, 3751.0, 3789.0, 3749.0, 3800.0, 3757.0, 3786.0, 3745.0, 3776.0, 3734.0, 3764.0, 3746.0, 3755.0, 3747.0, 3746.0, 3734.0, 3745.0, 3786.0, 3744.0, 3765.0, 3747.0, 3764.0, 3746.0, 3764.0, 3755.0, 3774.0, 3753.0, 3733.0, 3753.0, 3721.0, 3742.0, 3720.0, 3772.0, 3721.0, 3753.0, 3735.0, 3744.0, 3733.0, 3733.0, 3745.0, 3753.0, 3745.0, 3722.0, 3744.0, 3722.0, 3746.0, 3754.0, 3774.0, 3723.0, 3755.0, 3733.0, 3764.0, 3735.0, 3753.0, 3734.0, 3764.0, 3734.0, 3742.0, 3746.0, 3753.0, 3745.0, 3756.0, 3757.0, 3756.0, 3744.0, 3723.0, 3774.0, 3731.0, 3774.0, 3731.0, 3774.0, 3745.0, 3765.0, 3733.0, 3742.0, 3731.0, 3721.0, 3734.0, 3745.0, 3735.0, 3767.0, 3746.0, 3746.0, 3733.0, 3755.0, 3744.0, 3754.0, 3747.0, 3766.0, 3745.0, 3752.0, 3733.0, 3723.0, 3734.0, 3742.0, 3744.0, 3754.0, 3755.0, 3753.0, 3756.0, 3724.0, 3744.0, 3723.0, 3743.0, 3735.0, 3775.0, 3733.0, 3743.0, 3733.0, 3765.0, 3734.0, 3776.0, 3733.0, 3786.0, 3758.0, 3766.0, 3723.0, 3752.0, 3734.0, 3743.0, 3735.0, 3774.0, 3732.0, 3777.0, 3736.0, 3767.0, 3732.0, 3754.0, 3734.0, 3744.0, 3734.0, 3764.0, 3743.0, 3777.0, 3747.0, 3757.0, 3747.0, 3746.0, 3749.0, 3735.0, 3747.0, 3744.0, 3749.0, 3766.0, 3757.0, 3778.0, 3747.0, 3775.0, 3734.0, 3741.0, 3733.0, 3764.0, 3744.0, 3774.0, 3743.0, 3742.0, 3733.0, 3722.0, 3743.0, 3734.0, 3757.0, 3734.0, 3787.0, 3737.0, 3778.0, 3735.0, 3777.0, 3746.0, 3789.0, 3746.0, 3818.0, 3732.0, 3775.0, 3734.0, 3788.0, 3733.0, 3775.0, 3732.0, 3731.0, 3746.0, 3750.0, 3749.0, 3789.0, 3737.0, 3748.0, 3736.0, 3735.0, 3769.0, 3739.0, 3789.0, 3759.0, 3798.0, 3756.0, 3743.0, 3744.0, 3746.0, 3755.0, 3723.0, 3764.0, 3731.0, 3751.0, 3721.0, 3751.0, 3732.0, 3765.0, 3733.0, 3762.0, 3721.0, 3730.0, 3731.0, 3731.0, 3734.0, 3732.0, 3735.0, 3723.0, 3745.0, 3757.0, 3746.0, 3777.0, 3745.0, 3735.0, 3733.0, 3733.0, 3745.0, 3735.0, 3745.0, 3747.0, 3744.0, 3744.0, 3746.0, 3721.0, 3765.0, 3731.0, 3774.0, 3736.0, 3745.0, 3737.0, 3760.0, 3762.0, 3759.0, 3762.0, 3790.0, 3748.0, 3786.0, 3738.0, 3775.0, 3735.0, 3778.0, 3746.0, 3746.0, 3744.0, 3734.0, 3745.0, 3745.0, 3800.0, 3761.0, 3758.0, 3736.0, 3767.0, 3748.0, 3777.0, 3734.0, 3799.0, 3736.0, 3774.0, 3733.0, 3762.0, 3731.0, 3784.0, 3720.0, 3770.0, 3720.0, 3750.0, 3720.0, 3750.0, 3708.0, 3739.0, 3731.0, 3761.0, 3732.0, 3732.0, 3723.0, 3721.0, 3733.0, 3733.0, 3745.0, 3734.0, 3787.0, 3735.0, 3753.0, 3724.0, 3755.0, 3733.0, 3754.0, 3736.0, 3788.0, 3748.0, 3777.0, 3734.0, 3766.0, 3737.0, 3756.0, 3747.0, 3753.0, 3731.0, 3754.0, 3732.0, 3775.0, 3757.0, 3769.0, 3748.0, 3738.0, 3749.0, 3736.0, 3736.0, 3734.0, 3736.0, 3735.0, 3748.0, 3748.0, 3758.0, 3750.0, 3770.0, 3737.0, 3808.0, 3735.0, 3799.0, 3765.0, 3819.0, 3754.0, 3774.0, 3720.0, 3771.0, 3710.0, 3753.0, 3719.0, 3813.0, 3708.0, 3749.0, 3707.0, 3726.0, 3709.0, 3738.0, 3707.0, 3751.0, 3722.0, 3730.0, 3717.0, 3707.0, 3708.0, 3707.0, 3719.0, 3720.0, 3720.0, 3744.0, 3766.0, 3725.0, 3764.0, 3724.0, 3773.0, 3719.0, 3731.0, 3719.0, 3731.0, 3719.0, 3731.0, 3732.0, 3731.0, 3721.0, 3743.0, 3722.0, 3765.0, 3722.0, 3734.0, 3735.0, 3765.0, 3736.0, 3737.0, 3736.0, 3737.0, 3760.0, 3758.0, 3746.0, 3775.0, 3746.0, 3735.0, 3787.0, 3736.0, 3766.0, 3722.0, 3732.0, 3723.0, 3756.0, 3745.0, 3759.0, 3747.0, 3734.0, 3747.0, 3749.0, 3737.0, 3756.0, 3750.0, 3770.0, 3749.0, 3770.0, 3759.0, 3737.0, 3790.0, 3737.0, 3789.0, 3746.0, 3796.0, 3745.0, 3774.0, 3745.0, 3764.0, 3722.0, 3754.0, 3734.0, 3785.0, 3752.0, 3752.0, 3718.0, 3697.0, 3717.0, 3708.0, 3708.0, 3708.0, 3730.0, 3710.0, 3730.0, 3721.0, 3720.0, 3721.0, 3751.0, 3721.0, 3751.0, 3743.0, 3773.0, 3732.0, 3730.0, 3720.0, 3751.0, 3721.0, 3751.0, 3720.0, 3709.0, 3734.0, 3723.0, 3763.0, 3722.0, 3732.0, 3722.0, 3722.0, 3745.0, 3725.0, 3785.0, 3723.0, 3774.0, 3737.0, 3754.0, 3743.0, 3742.0, 3735.0, 3767.0, 3755.0, 3772.0, 3742.0, 3751.0, 3731.0, 3754.0, 3747.0, 3743.0, 3746.0, 3734.0, 3758.0, 3737.0, 3780.0, 3749.0, 3812.0, 3752.0, 3835.0, 3782.0, 3835.0, 3760.0, 3767.0, 3756.0, 3758.0, 3795.0, 3733.0, 3774.0, 3734.0, 3775.0, 3721.0, 3741.0, 3729.0, 3731.0, 3742.0, 3748.0, 3756.0, 3746.0, 3736.0, 3744.0, 3733.0, 3744.0, 3734.0, 3733.0, 3735.0, 3747.0, 3739.0, 3782.0, 3739.0, 3780.0, 3749.0, 3768.0, 3735.0, 3765.0, 3733.0, 3806.0, 3744.0, 3774.0, 3742.0, 3762.0, 3722.0, 3740.0, 3721.0, 3752.0, 3719.0, 3761.0, 3708.0, 3770.0, 3706.0, 3737.0, 3729.0, 3727.0, 3719.0, 3738.0, 3718.0, 3758.0, 3719.0, 3738.0, 3720.0, 3729.0, 3729.0, 3720.0, 3751.0, 3720.0, 3784.0, 3723.0, 3773.0, 3732.0, 3784.0, 3721.0, 3751.0, 3731.0, 3742.0, 3732.0, 3741.0, 3731.0, 3741.0, 3743.0, 3735.0, 3747.0, 3746.0, 3744.0, 3733.0, 3746.0, 3734.0, 3745.0, 3777.0, 3734.0, 3775.0, 3742.0, 3722.0, 3733.0, 3733.0, 3733.0, 3747.0, 3746.0, 3800.0, 3759.0, 3760.0, 3751.0, 3767.0, 3735.0, 3776.0, 3736.0, 3817.0, 3765.0, 3785.0, 3732.0, 3752.0, 3746.0, 3763.0, 3742.0, 3771.0, 3719.0, 3750.0, 3730.0, 3749.0, 3718.0, 3728.0, 3720.0, 3720.0, 3775.0, 3734.0, 3744.0, 3736.0, 3735.0, 3736.0, 3776.0, 3747.0, 3776.0, 3756.0, 3785.0, 3754.0, 3785.0, 3743.0, 3784.0, 3755.0, 3787.0, 3755.0, 3721.0, 3731.0, 3721.0, 3721.0, 3732.0, 3737.0, 3736.0, 3776.0, 3734.0, 3748.0, 3760.0, 3735.0, 3775.0, 3733.0, 3796.0, 3747.0, 3806.0, 3734.0, 3773.0, 3732.0, 3730.0, 3731.0, 3731.0, 3731.0, 3743.0, 3744.0, 3767.0, 3757.0, 3734.0, 3746.0, 3733.0, 3732.0, 3731.0, 3733.0, 3763.0, 3742.0, 3776.0, 3768.0, 3778.0, 3746.0, 3746.0, 3744.0, 3735.0, 3757.0, 3760.0, 3792.0, 3760.0, 3761.0, 3753.0, 3760.0, 3751.0, 3823.0, 3748.0, 3821.0, 3779.0, 3809.0, 3745.0, 3764.0, 3732.0, 3773.0, 3742.0, 3806.0, 3742.0, 3806.0, 3754.0, 3762.0, 3731.0, 3750.0, 3727.0, 3728.0, 3728.0, 3741.0, 3733.0, 3721.0, 3720.0, 3732.0, 3731.0, 3723.0, 3732.0, 3745.0, 3746.0, 3745.0, 3759.0, 3780.0, 3789.0, 3736.0, 3767.0, 3755.0, 3754.0, 3784.0, 3753.0, 3784.0, 3751.0, 3782.0, 3729.0, 3748.0, 3729.0, 3751.0, 3742.0, 3762.0, 3732.0, 3763.0, 3720.0, 3740.0, 3731.0, 3729.0, 3729.0, 3728.0, 3728.0, 3720.0, 3762.0, 3756.0, 3774.0, 3722.0, 3735.0, 3746.0, 3760.0, 3759.0, 3749.0, 3749.0, 3773.0, 3813.0, 3823.0, 3781.0, 3813.0, 3748.0, 3822.0, 3757.0, 3829.0, 3766.0, 3807.0, 3754.0, 3805.0, 3742.0, 3804.0, 3731.0, 3773.0, 3720.0, 3761.0, 3731.0, 3761.0, 3730.0, 3760.0, 3740.0, 3772.0, 3732.0, 3772.0, 3741.0, 3739.0, 3731.0, 3745.0, 3746.0, 3745.0, 3735.0, 3745.0, 3734.0, 3759.0, 3749.0, 3810.0, 3820.0, 3767.0, 3786.0, 3733.0, 3774.0, 3732.0, 3784.0, 3753.0, 3793.0, 3764.0, 3782.0, 3729.0, 3738.0, 3728.0, 3727.0, 3719.0, 3738.0, 3716.0, 3707.0, 3742.0, 3731.0, 3729.0, 3717.0, 3730.0, 3717.0, 3707.0, 3761.0, 3743.0, 3739.0, 3729.0, 3750.0, 3730.0, 3720.0, 3730.0, 3721.0, 3722.0, 3735.0, 3789.0, 3734.0, 3745.0, 3734.0, 3753.0, 3732.0, 3753.0, 3731.0, 3754.0, 3748.0, 3765.0, 3733.0, 3754.0, 3736.0, 3733.0, 3757.0, 3735.0, 3758.0, 3801.0, 3781.0, 3801.0, 3771.0, 3777.0, 3744.0, 3785.0, 3743.0, 3764.0, 3758.0, 3775.0, 3743.0, 3773.0, 3723.0, 3743.0, 3744.0, 3722.0, 3754.0, 3746.0, 3768.0, 3749.0, 3779.0, 3746.0, 3766.0, 3744.0, 3776.0, 3734.0, 3754.0, 3796.0, 3773.0, 3773.0, 3741.0, 3719.0, 3719.0, 3718.0, 3732.0, 3763.0, 3742.0, 3764.0, 3742.0], 'WindowWidth': [8610.0, 8628.0, 8519.0, 8557.0, 8472.0, 8462.0, 8448.0, 8457.0, 8445.0, 8457.0, 8448.0, 8473.0, 8463.0, 8499.0, 8449.0, 8458.0, 8444.0, 8441.0, 8465.0, 8453.0, 8491.0, 8470.0, 8476.0, 8473.0, 8489.0, 8455.0, 8492.0, 8473.0, 8492.0, 8506.0, 8491.0, 8478.0, 8533.0, 8479.0, 8523.0, 8477.0, 8536.0, 8492.0, 8513.0, 8477.0, 8524.0, 8473.0, 8540.0, 8482.0, 8517.0, 8464.0, 8501.0, 8448.0, 8485.0, 8464.0, 8476.0, 8466.0, 8462.0, 8445.0, 8461.0, 8516.0, 8459.0, 8487.0, 8466.0, 8486.0, 8464.0, 8485.0, 8475.0, 8497.0, 8467.0, 8443.0, 8467.0, 8424.0, 8452.0, 8421.0, 8490.0, 8423.0, 8468.0, 8446.0, 8458.0, 8443.0, 8444.0, 8462.0, 8469.0, 8461.0, 8428.0, 8459.0, 8427.0, 8463.0, 8474.0, 8498.0, 8430.0, 8474.0, 8444.0, 8484.0, 8448.0, 8470.0, 8446.0, 8484.0, 8446.0, 8454.0, 8463.0, 8469.0, 8462.0, 8478.0, 8477.0, 8475.0, 8457.0, 8427.0, 8495.0, 8436.0, 8495.0, 8438.0, 8497.0, 8459.0, 8485.0, 8441.0, 8449.0, 8436.0, 8423.0, 8445.0, 8460.0, 8449.0, 8490.0, 8462.0, 8462.0, 8444.0, 8473.0, 8458.0, 8470.0, 8466.0, 8488.0, 8461.0, 8466.0, 8443.0, 8430.0, 8444.0, 8455.0, 8457.0, 8470.0, 8473.0, 8469.0, 8474.0, 8430.0, 8457.0, 8429.0, 8456.0, 8448.0, 8501.0, 8442.0, 8456.0, 8445.0, 8486.0, 8445.0, 8502.0, 8443.0, 8517.0, 8481.0, 8488.0, 8430.0, 8466.0, 8444.0, 8455.0, 8446.0, 8497.0, 8439.0, 8504.0, 8452.0, 8490.0, 8442.0, 8467.0, 8443.0, 8457.0, 8443.0, 8483.0, 8456.0, 8505.0, 8468.0, 8478.0, 8467.0, 8464.0, 8471.0, 8448.0, 8466.0, 8461.0, 8472.0, 8492.0, 8480.0, 8508.0, 8466.0, 8499.0, 8444.0, 8449.0, 8443.0, 8482.0, 8456.0, 8495.0, 8454.0, 8451.0, 8441.0, 8426.0, 8454.0, 8446.0, 8481.0, 8447.0, 8521.0, 8454.0, 8508.0, 8448.0, 8503.0, 8465.0, 8522.0, 8464.0, 8560.0, 8439.0, 8498.0, 8443.0, 8520.0, 8445.0, 8500.0, 8441.0, 8437.0, 8466.0, 8477.0, 8475.0, 8527.0, 8455.0, 8467.0, 8452.0, 8450.0, 8497.0, 8457.0, 8523.0, 8484.0, 8534.0, 8476.0, 8455.0, 8456.0, 8462.0, 8472.0, 8426.0, 8482.0, 8434.0, 8460.0, 8421.0, 8460.0, 8439.0, 8482.0, 8441.0, 8475.0, 8422.0, 8432.0, 8433.0, 8434.0, 8443.0, 8441.0, 8446.0, 8429.0, 8461.0, 8478.0, 8464.0, 8503.0, 8463.0, 8448.0, 8442.0, 8443.0, 8461.0, 8447.0, 8462.0, 8468.0, 8459.0, 8459.0, 8462.0, 8426.0, 8485.0, 8437.0, 8497.0, 8450.0, 8462.0, 8455.0, 8490.0, 8495.0, 8486.0, 8496.0, 8531.0, 8471.0, 8515.0, 8455.0, 8500.0, 8448.0, 8506.0, 8464.0, 8463.0, 8460.0, 8447.0, 8464.0, 8462.0, 8540.0, 8491.0, 8486.0, 8454.0, 8494.0, 8470.0, 8506.0, 8446.0, 8535.0, 8449.0, 8498.0, 8442.0, 8477.0, 8439.0, 8507.0, 8420.0, 8484.0, 8419.0, 8457.0, 8418.0, 8456.0, 8403.0, 8443.0, 8436.0, 8475.0, 8442.0, 8438.0, 8428.0, 8422.0, 8441.0, 8444.0, 8462.0, 8445.0, 8516.0, 8448.0, 8470.0, 8432.0, 8473.0, 8443.0, 8470.0, 8450.0, 8521.0, 8473.0, 8507.0, 8447.0, 8487.0, 8453.0, 8475.0, 8469.0, 8467.0, 8436.0, 8468.0, 8443.0, 8501.0, 8483.0, 8501.0, 8472.0, 8458.0, 8474.0, 8450.0, 8451.0, 8446.0, 8450.0, 8449.0, 8469.0, 8469.0, 8485.0, 8477.0, 8500.0, 8454.0, 8547.0, 8447.0, 8534.0, 8486.0, 8561.0, 8470.0, 8493.0, 8419.0, 8485.0, 8405.0, 8464.0, 8417.0, 8544.0, 8401.0, 8455.0, 8397.0, 8419.0, 8401.0, 8439.0, 8398.0, 8458.0, 8424.0, 8429.0, 8413.0, 8398.0, 8401.0, 8398.0, 8418.0, 8422.0, 8423.0, 8455.0, 8487.0, 8432.0, 8485.0, 8431.0, 8492.0, 8418.0, 8436.0, 8419.0, 8436.0, 8419.0, 8437.0, 8438.0, 8438.0, 8423.0, 8454.0, 8428.0, 8486.0, 8428.0, 8445.0, 8450.0, 8489.0, 8452.0, 8456.0, 8453.0, 8452.0, 8486.0, 8483.0, 8463.0, 8501.0, 8465.0, 8448.0, 8521.0, 8452.0, 8489.0, 8426.0, 8440.0, 8429.0, 8480.0, 8464.0, 8486.0, 8468.0, 8446.0, 8466.0, 8472.0, 8453.0, 8479.0, 8477.0, 8501.0, 8474.0, 8500.0, 8485.0, 8455.0, 8524.0, 8453.0, 8521.0, 8462.0, 8525.0, 8457.0, 8495.0, 8456.0, 8478.0, 8423.0, 8464.0, 8443.0, 8509.0, 8464.0, 8460.0, 8410.0, 8380.0, 8408.0, 8397.0, 8399.0, 8399.0, 8428.0, 8404.0, 8430.0, 8421.0, 8418.0, 8421.0, 8460.0, 8423.0, 8461.0, 8453.0, 8492.0, 8437.0, 8435.0, 8420.0, 8458.0, 8419.0, 8461.0, 8420.0, 8403.0, 8441.0, 8428.0, 8480.0, 8425.0, 8441.0, 8425.0, 8428.0, 8459.0, 8433.0, 8512.0, 8429.0, 8496.0, 8452.0, 8469.0, 8454.0, 8452.0, 8448.0, 8492.0, 8475.0, 8490.0, 8453.0, 8462.0, 8436.0, 8470.0, 8470.0, 8459.0, 8465.0, 8448.0, 8484.0, 8455.0, 8515.0, 8473.0, 8559.0, 8484.0, 8596.0, 8522.0, 8595.0, 8490.0, 8491.0, 8475.0, 8482.0, 8524.0, 8442.0, 8495.0, 8445.0, 8500.0, 8424.0, 8447.0, 8430.0, 8435.0, 8454.0, 8469.0, 8478.0, 8463.0, 8448.0, 8459.0, 8443.0, 8459.0, 8446.0, 8443.0, 8449.0, 8467.0, 8460.0, 8517.0, 8459.0, 8515.0, 8474.0, 8494.0, 8448.0, 8484.0, 8442.0, 8539.0, 8454.0, 8493.0, 8451.0, 8477.0, 8425.0, 8443.0, 8419.0, 8461.0, 8415.0, 8469.0, 8398.0, 8481.0, 8395.0, 8435.0, 8429.0, 8421.0, 8414.0, 8437.0, 8413.0, 8467.0, 8418.0, 8438.0, 8419.0, 8430.0, 8431.0, 8419.0, 8462.0, 8419.0, 8509.0, 8427.0, 8492.0, 8439.0, 8508.0, 8425.0, 8462.0, 8435.0, 8450.0, 8439.0, 8450.0, 8436.0, 8451.0, 8455.0, 8450.0, 8470.0, 8467.0, 8459.0, 8441.0, 8463.0, 8445.0, 8462.0, 8507.0, 8445.0, 8497.0, 8451.0, 8428.0, 8442.0, 8445.0, 8445.0, 8467.0, 8467.0, 8541.0, 8487.0, 8490.0, 8478.0, 8492.0, 8449.0, 8503.0, 8450.0, 8558.0, 8486.0, 8512.0, 8439.0, 8465.0, 8467.0, 8481.0, 8452.0, 8488.0, 8417.0, 8455.0, 8432.0, 8454.0, 8415.0, 8430.0, 8424.0, 8422.0, 8500.0, 8447.0, 8460.0, 8453.0, 8448.0, 8453.0, 8502.0, 8468.0, 8505.0, 8478.0, 8514.0, 8471.0, 8512.0, 8455.0, 8510.0, 8473.0, 8519.0, 8474.0, 8425.0, 8438.0, 8425.0, 8425.0, 8441.0, 8456.0, 8451.0, 8503.0, 8447.0, 8472.0, 8491.0, 8448.0, 8497.0, 8440.0, 8527.0, 8469.0, 8541.0, 8444.0, 8492.0, 8439.0, 8432.0, 8435.0, 8435.0, 8437.0, 8451.0, 8456.0, 8492.0, 8481.0, 8446.0, 8464.0, 8441.0, 8439.0, 8434.0, 8440.0, 8479.0, 8452.0, 8502.0, 8498.0, 8509.0, 8466.0, 8463.0, 8460.0, 8447.0, 8482.0, 8490.0, 8534.0, 8490.0, 8494.0, 8486.0, 8492.0, 8478.0, 8575.0, 8469.0, 8568.0, 8508.0, 8548.0, 8460.0, 8484.0, 8439.0, 8494.0, 8453.0, 8542.0, 8452.0, 8542.0, 8472.0, 8476.0, 8435.0, 8456.0, 8422.0, 8428.0, 8428.0, 8450.0, 8443.0, 8425.0, 8423.0, 8439.0, 8440.0, 8430.0, 8442.0, 8461.0, 8465.0, 8463.0, 8484.0, 8514.0, 8526.0, 8454.0, 8495.0, 8474.0, 8472.0, 8508.0, 8468.0, 8508.0, 8461.0, 8502.0, 8431.0, 8451.0, 8429.0, 8465.0, 8454.0, 8478.0, 8439.0, 8482.0, 8421.0, 8446.0, 8436.0, 8429.0, 8429.0, 8428.0, 8427.0, 8422.0, 8480.0, 8479.0, 8501.0, 8428.0, 8450.0, 8467.0, 8492.0, 8489.0, 8474.0, 8477.0, 8511.0, 8563.0, 8578.0, 8520.0, 8563.0, 8472.0, 8571.0, 8480.0, 8576.0, 8488.0, 8544.0, 8471.0, 8538.0, 8450.0, 8535.0, 8435.0, 8491.0, 8420.0, 8476.0, 8436.0, 8474.0, 8434.0, 8470.0, 8447.0, 8491.0, 8440.0, 8491.0, 8450.0, 8443.0, 8438.0, 8465.0, 8468.0, 8461.0, 8448.0, 8462.0, 8447.0, 8490.0, 8477.0, 8555.0, 8566.0, 8494.0, 8515.0, 8440.0, 8494.0, 8437.0, 8506.0, 8467.0, 8518.0, 8482.0, 8501.0, 8428.0, 8436.0, 8424.0, 8423.0, 8413.0, 8436.0, 8408.0, 8397.0, 8453.0, 8437.0, 8429.0, 8410.0, 8431.0, 8411.0, 8399.0, 8472.0, 8454.0, 8444.0, 8432.0, 8459.0, 8435.0, 8420.0, 8435.0, 8425.0, 8427.0, 8447.0, 8522.0, 8445.0, 8464.0, 8447.0, 8470.0, 8439.0, 8468.0, 8437.0, 8471.0, 8470.0, 8486.0, 8442.0, 8472.0, 8453.0, 8445.0, 8482.0, 8451.0, 8487.0, 8546.0, 8519.0, 8544.0, 8504.0, 8503.0, 8458.0, 8513.0, 8455.0, 8484.0, 8483.0, 8498.0, 8456.0, 8495.0, 8430.0, 8456.0, 8459.0, 8429.0, 8473.0, 8465.0, 8496.0, 8473.0, 8511.0, 8466.0, 8490.0, 8458.0, 8504.0, 8446.0, 8471.0, 8526.0, 8493.0, 8493.0, 8450.0, 8419.0, 8418.0, 8416.0, 8440.0, 8480.0, 8452.0, 8481.0, 8452.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.003209923329682366</td></tr>
<tr><td colspan=3>aqi</td><td>0.03474728006571741</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.19874332232456</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2180384641666662</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0467770306578952</td></tr>
<tr><td colspan=3>efc</td><td>0.483</td></tr>
<tr><td colspan=3>fber</td><td>3602.6287</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14629607136007075</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>140</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>15.334063526834612</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.579369109797081</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.568627575122783</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.651272391334195</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.518207362934265</td></tr>
<tr><td colspan=3>gcor</td><td>0.00927426</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.003168188501149416</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.011281998828053474</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>913</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8654729881789196</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>34.8818</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.8171</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>174.1668</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300781.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>771.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>354.7087</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3933</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>499.8918</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2980.1205</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3119.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75763.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1037.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3973.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>806.8817</td></tr>
<tr><td colspan=3>tsnr</td><td>30.550330905942246</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>