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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0082/ses-02/func/sub-0082_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>cd847225d4edcd258c0a37a7d664bd86</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:52:2.850000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997067, -0.0535357, 0.0546863, 0.056443, 0.996994, -0.0530793]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0997711</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4172, -7758, -7285, 616, 77, -455, 93, 48]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.868</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8bdff366-62dc-413c-b56a-3addd26e001b||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6750588417053223, 0.15143248438835144, 0.1395367980003357, 102.39361572265625], [0.14363239705562592, 2.6748616695404053, -0.15122778713703156, -98.73583221435547], [0.14671941101551056, 0.1424078643321991, 2.692147731781006, -92.37532806396484], [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': ['135202.850000', '135203.310000', '135203.770000', '135204.230000', '135204.690000', '135205.150000', '135205.610000', '135206.070000', '135206.530000', '135206.990000', '135207.450000', '135207.910000', '135208.370000', '135208.830000', '135209.290000', '135209.750000', '135210.210000', '135210.670000', '135211.130000', '135211.590000', '135212.050000', '135212.510000', '135212.970000', '135213.430000', '135213.890000', '135214.350000', '135214.810000', '135215.270000', '135215.730000', '135216.190000', '135216.650000', '135217.110000', '135217.570000', '135218.030000', '135218.490000', '135218.950000', '135219.410000', '135219.870000', '135220.330000', '135220.790000', '135221.250000', '135221.710000', '135222.170000', '135222.630000', '135223.090000', '135223.550000', '135224.010000', '135224.470000', '135224.930000', '135225.390000', '135225.850000', '135226.310000', '135226.770000', '135227.230000', '135227.690000', '135228.150000', '135228.610000', '135229.070000', '135229.530000', '135229.990000', '135230.450000', '135230.910000', '135231.370000', '135231.830000', '135232.290000', '135232.750000', '135233.210000', '135233.670000', '135234.130000', '135234.590000', '135235.050000', '135235.510000', '135235.970000', '135236.430000', '135236.890000', '135237.350000', '135237.810000', '135238.270000', '135238.730000', '135239.190000', '135239.650000', '135240.110000', '135240.570000', '135241.030000', '135241.490000', '135241.950000', '135242.410000', '135242.870000', '135243.330000', '135243.790000', '135244.250000', '135244.710000', '135245.170000', '135245.630000', '135246.090000', '135246.550000', '135247.010000', '135247.470000', '135247.930000', '135248.390000', '135248.850000', '135249.310000', '135249.770000', '135250.230000', '135250.690000', '135251.150000', '135251.610000', '135252.070000', '135252.530000', '135252.990000', '135253.450000', '135253.910000', '135254.370000', '135254.830000', '135255.290000', '135255.750000', '135256.210000', '135256.670000', '135257.130000', '135257.590000', '135258.050000', '135258.510000', '135258.970000', '135259.430000', '135259.890000', '135300.350000', '135300.810000', '135301.270000', '135301.730000', '135302.190000', '135302.650000', '135303.110000', '135303.570000', '135304.030000', '135304.490000', '135304.950000', '135305.410000', '135305.870000', '135306.330000', '135306.790000', '135307.250000', '135307.710000', '135308.170000', '135308.630000', '135309.090000', '135309.550000', '135310.010000', '135310.470000', '135310.930000', '135311.390000', '135311.850000', '135312.310000', '135312.770000', '135313.230000', '135313.690000', '135314.150000', '135314.610000', '135315.070000', '135315.530000', '135315.990000', '135316.450000', '135316.910000', '135317.370000', '135317.830000', '135318.290000', '135318.750000', '135319.210000', '135319.670000', '135320.130000', '135320.590000', '135321.050000', '135321.510000', '135321.970000', '135322.430000', '135322.890000', '135323.350000', '135323.810000', '135324.270000', '135324.730000', '135325.190000', '135325.650000', '135326.110000', '135326.570000', '135327.030000', '135327.490000', '135327.950000', '135328.410000', '135328.870000', '135329.330000', '135329.790000', '135330.250000', '135330.710000', '135331.170000', '135331.630000', '135332.090000', '135332.550000', '135333.010000', '135333.470000', '135333.930000', '135334.390000', '135334.850000', '135335.310000', '135335.770000', '135336.230000', '135336.690000', '135337.150000', '135337.610000', '135338.070000', '135338.530000', '135338.990000', '135339.450000', '135339.910000', '135340.370000', '135340.830000', '135341.290000', '135341.750000', '135342.210000', '135342.670000', '135343.130000', '135343.590000', '135344.050000', '135344.510000', '135344.970000', '135345.430000', '135345.890000', '135346.350000', '135346.810000', '135347.270000', '135347.730000', '135348.190000', '135348.650000', '135349.110000', '135349.570000', '135350.030000', '135350.490000', '135350.950000', '135351.410000', '135351.870000', '135352.330000', '135352.790000', '135353.250000', '135353.710000', '135354.170000', '135354.630000', '135355.090000', '135355.550000', '135356.010000', '135356.470000', '135356.930000', '135357.390000', '135357.850000', '135358.310000', '135358.770000', '135359.230000', '135359.690000', '135400.150000', '135400.610000', '135401.070000', '135401.530000', '135401.990000', '135402.450000', '135402.910000', '135403.370000', '135403.830000', '135404.290000', '135404.750000', '135405.210000', '135405.670000', '135406.130000', '135406.590000', '135407.050000', '135407.510000', '135407.970000', '135408.430000', '135408.890000', '135409.350000', '135409.810000', '135410.270000', '135410.730000', '135411.190000', '135411.650000', '135412.110000', '135412.570000', '135413.030000', '135413.490000', '135413.950000', '135414.410000', '135414.870000', '135415.330000', '135415.790000', '135416.250000', '135416.710000', '135417.170000', '135417.630000', '135418.090000', '135418.550000', '135419.010000', '135419.470000', '135419.930000', '135420.390000', '135420.850000', '135421.310000', '135421.770000', '135422.230000', '135422.690000', '135423.150000', '135423.610000', '135424.070000', '135424.530000', '135424.990000', '135425.450000', '135425.910000', '135426.370000', '135426.830000', '135427.290000', '135427.750000', '135428.210000', '135428.670000', '135429.130000', '135429.590000', '135430.050000', '135430.510000', '135430.970000', '135431.430000', '135431.890000', '135432.350000', '135432.810000', '135433.270000', '135433.730000', '135434.190000', '135434.650000', '135435.110000', '135435.570000', '135436.030000', '135436.490000', '135436.950000', '135437.410000', '135437.870000', '135438.330000', '135438.790000', '135439.250000', '135439.710000', '135440.170000', '135440.630000', '135441.090000', '135441.550000', '135442.010000', '135442.470000', '135442.930000', '135443.390000', '135443.850000', '135444.310000', '135444.770000', '135445.230000', '135445.690000', '135446.150000', '135446.610000', '135447.070000', '135447.530000', '135447.990000', '135448.450000', '135448.910000', '135449.370000', '135449.830000', '135450.290000', '135450.750000', '135451.210000', '135451.670000', '135452.130000', '135452.590000', '135453.050000', '135453.510000', '135453.970000', '135454.430000', '135454.890000', '135455.350000', '135455.810000', '135456.270000', '135456.730000', '135457.190000', '135457.650000', '135458.110000', '135458.570000', '135459.030000', '135459.490000', '135459.950000', '135500.410000', '135500.870000', '135501.330000', '135501.790000', '135502.250000', '135502.710000', '135503.170000', '135503.630000', '135504.090000', '135504.550000', '135505.010000', '135505.470000', '135505.930000', '135506.390000', '135506.850000', '135507.310000', '135507.770000', '135508.230000', '135508.690000', '135509.150000', '135509.610000', '135510.070000', '135510.530000', '135510.990000', '135511.450000', '135511.910000', '135512.370000', '135512.830000', '135513.290000', '135513.750000', '135514.210000', '135514.670000', '135515.130000', '135515.590000', '135516.050000', '135516.510000', '135516.970000', '135517.430000', '135517.890000', '135518.350000', '135518.810000', '135519.270000', '135519.730000', '135520.190000', '135520.650000', '135521.110000', '135521.570000', '135522.030000', '135522.490000', '135522.950000', '135523.410000', '135523.870000', '135524.330000', '135524.790000', '135525.250000', '135525.710000', '135526.170000', '135526.630000', '135527.090000', '135527.550000', '135528.010000', '135528.470000', '135528.930000', '135529.390000', '135529.850000', '135530.310000', '135530.770000', '135531.230000', '135531.690000', '135532.150000', '135532.610000', '135533.070000', '135533.530000', '135533.990000', '135534.450000', '135534.910000', '135535.370000', '135535.830000', '135536.290000', '135536.750000', '135537.210000', '135537.670000', '135538.130000', '135538.590000', '135539.050000', '135539.510000', '135539.970000', '135540.430000', '135540.890000', '135541.350000', '135541.810000', '135542.270000', '135542.730000', '135543.190000', '135543.650000', '135544.110000', '135544.570000', '135545.030000', '135545.490000', '135545.950000', '135546.410000', '135546.870000', '135547.330000', '135547.790000', '135548.250000', '135548.710000', '135549.170000', '135549.630000', '135550.090000', '135550.550000', '135551.010000', '135551.470000', '135551.930000', '135552.390000', '135552.850000', '135553.310000', '135553.770000', '135554.230000', '135554.690000', '135555.150000', '135555.610000', '135556.070000', '135556.530000', '135556.990000', '135557.450000', '135557.910000', '135558.370000', '135558.830000', '135559.290000', '135559.750000', '135600.210000', '135600.670000', '135601.130000', '135601.590000', '135602.050000', '135602.510000', '135602.970000', '135603.430000', '135603.890000', '135604.350000', '135604.810000', '135605.270000', '135605.730000', '135606.190000', '135606.650000', '135607.110000', '135607.570000', '135608.030000', '135608.490000', '135608.950000', '135609.410000', '135609.870000', '135610.330000', '135610.790000', '135611.250000', '135611.710000', '135612.170000', '135612.630000', '135613.090000', '135613.550000', '135614.010000', '135614.470000', '135614.930000', '135615.390000', '135615.850000', '135616.310000', '135616.770000', '135617.230000', '135617.690000', '135618.150000', '135618.610000', '135619.070000', '135619.530000', '135619.990000', '135620.450000', '135620.910000', '135621.370000', '135621.830000', '135622.290000', '135622.750000', '135623.210000', '135623.670000', '135624.130000', '135624.590000', '135625.050000', '135625.510000', '135625.970000', '135626.430000', '135626.890000', '135627.350000', '135627.810000', '135628.270000', '135628.730000', '135629.190000', '135629.650000', '135630.110000', '135630.570000', '135631.030000', '135631.490000', '135631.950000', '135632.410000', '135632.870000', '135633.330000', '135633.790000', '135634.250000', '135634.710000', '135635.170000', '135635.630000', '135636.090000', '135636.550000', '135637.010000', '135637.470000', '135637.930000', '135638.390000', '135638.850000', '135639.310000', '135639.770000', '135640.230000', '135640.690000', '135641.150000', '135641.610000', '135642.070000', '135642.530000', '135642.990000', '135643.450000', '135643.910000', '135644.370000', '135644.830000', '135645.290000', '135645.750000', '135646.210000', '135646.670000', '135647.130000', '135647.590000', '135648.050000', '135648.510000', '135648.970000', '135649.430000', '135649.890000', '135650.350000', '135650.810000', '135651.270000', '135651.730000', '135652.190000', '135652.650000', '135653.110000', '135653.570000', '135654.030000', '135654.490000', '135654.950000', '135655.410000', '135655.870000', '135656.330000', '135656.790000', '135657.250000', '135657.710000', '135658.170000', '135658.630000', '135659.090000', '135659.550000', '135700.010000', '135700.470000', '135700.930000', '135701.390000', '135701.850000', '135702.310000', '135702.770000', '135703.230000', '135703.690000', '135704.150000', '135704.610000', '135705.070000', '135705.530000', '135705.990000', '135706.450000', '135706.910000', '135707.370000', '135707.830000', '135708.290000', '135708.750000', '135709.210000', '135709.670000', '135710.130000', '135710.590000', '135711.050000', '135711.510000', '135711.970000', '135712.430000', '135712.890000', '135713.350000', '135713.810000', '135714.270000', '135714.730000', '135715.190000', '135715.650000', '135716.110000', '135716.570000', '135717.030000', '135717.490000', '135717.950000', '135718.410000', '135718.870000', '135719.330000', '135719.790000', '135720.250000', '135720.710000', '135721.170000', '135721.630000', '135722.090000', '135722.550000', '135723.010000', '135723.470000', '135723.930000', '135724.390000', '135724.850000', '135725.310000', '135725.770000', '135726.230000', '135726.690000', '135727.150000', '135727.610000', '135728.070000', '135728.530000', '135728.990000', '135729.450000', '135729.910000', '135730.370000', '135730.830000', '135731.290000', '135731.750000', '135732.210000', '135732.670000', '135733.130000', '135733.590000', '135734.050000', '135734.510000', '135734.970000', '135735.430000', '135735.890000', '135736.350000', '135736.810000', '135737.270000', '135737.730000', '135738.190000', '135738.650000', '135739.110000', '135739.570000', '135740.030000', '135740.490000', '135740.950000', '135741.410000', '135741.870000', '135742.330000', '135742.790000', '135743.250000', '135743.710000', '135744.170000', '135744.630000', '135745.090000', '135745.550000', '135746.010000', '135746.470000', '135746.930000', '135747.390000', '135747.850000', '135748.310000', '135748.770000', '135749.230000', '135749.690000', '135750.150000', '135750.610000', '135751.070000', '135751.530000', '135751.990000', '135752.450000', '135752.910000', '135753.370000', '135753.830000', '135754.290000', '135754.750000', '135755.210000', '135755.670000', '135756.130000', '135756.590000', '135757.050000', '135757.510000', '135757.970000', '135758.430000', '135758.890000', '135759.350000', '135759.810000', '135800.270000', '135800.730000', '135801.190000', '135801.650000', '135802.110000', '135802.570000', '135803.030000', '135803.490000', '135803.950000', '135804.410000', '135804.870000', '135805.330000', '135805.790000', '135806.250000', '135806.710000', '135807.170000', '135807.630000', '135808.090000', '135808.550000', '135809.010000', '135809.470000', '135809.930000', '135810.390000', '135810.850000', '135811.310000', '135811.770000', '135812.230000', '135812.690000', '135813.150000', '135813.610000', '135814.070000', '135814.530000', '135814.990000', '135815.450000', '135815.910000', '135816.370000', '135816.830000', '135817.290000', '135817.750000', '135818.210000', '135818.670000', '135819.130000', '135819.590000', '135820.050000', '135820.510000', '135820.970000', '135821.430000', '135821.890000', '135822.350000', '135822.810000', '135823.270000', '135823.730000', '135824.190000', '135824.650000', '135825.110000', '135825.570000', '135826.030000', '135826.490000', '135826.950000', '135827.410000', '135827.870000', '135828.330000', '135828.790000', '135829.250000', '135829.710000', '135830.170000', '135830.630000', '135831.090000', '135831.550000', '135832.010000', '135832.470000', '135832.930000', '135833.390000', '135833.850000', '135834.310000', '135834.770000', '135835.230000', '135835.690000', '135836.150000', '135836.610000', '135837.070000', '135837.530000', '135837.990000', '135838.450000', '135838.910000', '135839.370000', '135839.830000', '135840.290000', '135840.750000', '135841.210000', '135841.670000', '135842.130000', '135842.590000', '135843.050000', '135843.510000', '135843.970000', '135844.430000', '135844.890000', '135845.350000', '135845.810000', '135846.270000', '135846.730000', '135847.190000', '135847.650000', '135848.110000', '135848.570000', '135849.030000', '135849.490000', '135849.950000', '135850.410000', '135850.870000', '135851.330000', '135851.790000', '135852.250000', '135852.710000', '135853.170000', '135853.630000', '135854.090000', '135854.550000', '135855.010000', '135855.470000', '135855.930000', '135856.390000', '135856.850000', '135857.310000', '135857.770000', '135858.230000', '135858.690000', '135859.150000', '135859.610000', '135900.070000', '135900.530000', '135900.990000', '135901.450000', '135901.910000', '135902.370000', '135902.830000'], 'ContentTime': ['135225.446000', '135225.449000', '135225.452000', '135225.455000', '135225.457000', '135225.460000', '135225.463000', '135225.465000', '135225.468000', '135225.471000', '135225.473000', '135225.476000', '135225.478000', '135225.481000', '135225.484000', '135225.486000', '135225.489000', '135225.491000', '135225.494000', '135225.496000', '135225.499000', '135225.502000', '135225.504000', '135225.507000', '135225.510000', '135225.512000', '135225.515000', '135225.517000', '135225.520000', '135225.523000', '135225.525000', '135225.528000', '135225.531000', '135225.533000', '135225.536000', '135225.538000', '135225.541000', '135225.544000', '135225.546000', '135225.549000', '135225.552000', '135225.554000', '135225.557000', '135225.559000', '135225.562000', '135225.571000', '135225.574000', '135245.417000', '135245.420000', '135245.423000', '135245.425000', '135245.428000', '135245.430000', '135245.433000', '135245.435000', '135245.438000', '135245.441000', '135245.444000', '135245.446000', '135245.449000', '135245.451000', '135245.454000', '135245.456000', '135245.459000', '135245.462000', '135245.465000', '135245.467000', '135245.470000', '135245.472000', '135245.475000', '135245.478000', '135245.480000', '135245.483000', '135245.486000', '135245.488000', '135245.491000', '135245.493000', '135245.496000', '135245.498000', '135245.501000', '135245.504000', '135245.506000', '135245.515000', '135245.518000', '135245.520000', '135245.523000', '135245.525000', '135245.528000', '135245.531000', '135245.533000', '135245.536000', '135305.417000', '135305.420000', '135305.423000', '135305.425000', '135305.428000', '135305.430000', '135305.433000', '135305.436000', '135305.438000', '135305.441000', '135305.443000', '135305.446000', '135305.448000', '135305.451000', '135305.454000', '135305.456000', '135305.459000', '135305.461000', '135305.464000', '135305.467000', '135305.470000', '135305.472000', '135305.475000', '135305.477000', '135305.480000', '135305.483000', '135305.485000', '135305.488000', '135305.490000', '135305.493000', '135305.496000', '135305.498000', '135305.501000', '135305.503000', '135305.506000', '135305.509000', '135305.511000', '135305.514000', '135305.517000', '135305.519000', '135305.522000', '135305.524000', '135305.527000', '135325.417000', '135325.420000', '135325.423000', '135325.426000', '135325.428000', '135325.431000', '135325.450000', '135325.453000', '135325.456000', '135325.458000', '135325.461000', '135325.463000', '135325.466000', '135325.469000', '135325.471000', '135325.474000', '135325.477000', '135325.479000', '135325.482000', '135325.484000', '135325.487000', '135325.490000', '135325.492000', '135325.495000', '135325.498000', '135325.500000', '135325.503000', '135325.505000', '135325.508000', '135325.511000', '135325.513000', '135325.516000', '135325.519000', '135325.521000', '135325.524000', '135325.527000', '135325.529000', '135325.532000', '135325.534000', '135325.537000', '135325.540000', '135325.542000', '135325.545000', '135325.547000', '135345.416000', '135345.420000', '135345.423000', '135345.425000', '135345.428000', '135345.431000', '135345.433000', '135345.439000', '135345.442000', '135345.450000', '135345.453000', '135345.455000', '135345.458000', '135345.461000', '135345.463000', '135345.466000', '135345.468000', '135345.471000', '135345.474000', '135345.476000', '135345.479000', '135345.482000', '135345.484000', '135345.487000', '135345.489000', '135345.492000', '135345.494000', '135345.497000', '135345.499000', '135345.502000', '135345.505000', '135345.507000', '135345.510000', '135345.513000', '135345.515000', '135345.518000', '135345.520000', '135345.523000', '135345.525000', '135345.528000', '135345.531000', '135345.533000', '135345.536000', '135405.416000', '135405.419000', '135405.422000', '135405.425000', '135405.427000', '135405.430000', '135405.433000', '135405.435000', '135405.438000', '135405.440000', '135405.443000', '135405.446000', '135405.448000', '135405.451000', '135405.453000', '135405.456000', '135405.459000', '135405.461000', '135405.464000', '135405.467000', '135405.469000', '135405.472000', '135405.474000', '135405.477000', '135405.480000', '135405.482000', '135405.485000', '135405.488000', '135405.490000', '135405.493000', '135405.496000', '135405.498000', '135405.501000', '135405.504000', '135405.506000', '135405.509000', '135405.511000', '135405.514000', '135405.517000', '135405.519000', '135405.526000', '135405.529000', '135405.532000', '135405.534000', '135425.418000', '135425.421000', '135425.423000', '135425.426000', '135425.428000', '135425.431000', '135425.434000', '135425.436000', '135425.439000', '135425.441000', '135425.444000', '135425.447000', '135425.449000', '135425.452000', '135425.455000', '135425.457000', '135425.460000', '135425.462000', '135425.465000', '135425.468000', '135425.470000', '135425.473000', '135425.475000', '135425.478000', '135425.481000', '135425.483000', '135425.486000', '135425.489000', '135425.491000', '135425.494000', '135425.496000', '135425.499000', '135425.502000', '135425.504000', '135425.507000', '135425.510000', '135425.512000', '135425.515000', '135425.517000', '135425.520000', '135425.523000', '135425.525000', '135425.528000', '135445.417000', '135445.420000', '135445.423000', '135445.426000', '135445.428000', '135445.438000', '135445.441000', '135445.444000', '135445.446000', '135445.449000', '135445.452000', '135445.454000', '135445.458000', '135445.461000', '135445.464000', '135445.466000', '135445.469000', '135445.471000', '135445.474000', '135445.477000', '135445.479000', '135445.482000', '135445.485000', '135445.487000', '135445.490000', '135445.492000', '135445.495000', '135445.498000', '135445.500000', '135445.503000', '135445.505000', '135445.508000', '135445.511000', '135445.514000', '135445.516000', '135445.519000', '135445.521000', '135445.524000', '135445.527000', '135445.529000', '135445.532000', '135445.535000', '135445.537000', '135445.540000', '135505.417000', '135505.431000', '135505.433000', '135505.436000', '135505.439000', '135505.441000', '135505.444000', '135505.447000', '135505.449000', '135505.452000', '135505.455000', '135505.457000', '135505.460000', '135505.462000', '135505.465000', '135505.468000', '135505.471000', '135505.473000', '135505.476000', '135505.479000', '135505.481000', '135505.484000', '135505.486000', '135505.489000', '135505.492000', '135505.494000', '135505.497000', '135505.500000', '135505.502000', '135505.505000', '135505.507000', '135505.510000', '135505.513000', '135505.515000', '135505.518000', '135505.520000', '135505.523000', '135505.526000', '135505.528000', '135505.531000', '135505.533000', '135505.536000', '135505.539000', '135525.418000', '135525.421000', '135525.423000', '135525.426000', '135525.429000', '135525.431000', '135525.434000', '135525.437000', '135525.439000', '135525.442000', '135525.445000', '135525.447000', '135525.450000', '135525.452000', '135525.455000', '135525.458000', '135525.461000', '135525.463000', '135525.466000', '135525.468000', '135525.471000', '135525.474000', '135525.476000', '135525.479000', '135525.482000', '135525.484000', '135525.487000', '135525.490000', '135525.492000', '135525.495000', '135525.498000', '135525.504000', '135525.506000', '135525.509000', '135525.512000', '135525.514000', '135525.517000', '135525.520000', '135525.522000', '135525.525000', '135525.528000', '135525.530000', '135525.533000', '135545.417000', '135545.420000', '135545.422000', '135545.426000', '135545.428000', '135545.431000', '135545.434000', '135545.436000', '135545.439000', '135545.442000', '135545.444000', '135545.447000', '135545.450000', '135545.452000', '135545.455000', '135545.458000', '135545.460000', '135545.463000', '135545.465000', '135545.468000', '135545.471000', '135545.473000', '135545.476000', '135545.479000', '135545.481000', '135545.484000', '135545.486000', '135545.489000', '135545.492000', '135545.494000', '135545.497000', '135545.500000', '135545.502000', '135545.505000', '135545.507000', '135545.510000', '135545.513000', '135545.515000', '135545.518000', '135545.521000', '135545.523000', '135545.526000', '135545.528000', '135545.531000', '135605.417000', '135605.420000', '135605.422000', '135605.425000', '135605.428000', '135605.430000', '135605.433000', '135605.436000', '135605.438000', '135605.441000', '135605.444000', '135605.446000', '135605.449000', '135605.452000', '135605.454000', '135605.457000', '135605.460000', '135605.462000', '135605.477000', '135605.479000', '135605.482000', '135605.484000', '135605.487000', '135605.490000', '135605.492000', '135605.496000', '135605.499000', '135605.502000', '135605.504000', '135605.507000', '135605.509000', '135605.512000', '135605.515000', '135605.517000', '135605.520000', '135605.523000', '135605.525000', '135605.528000', '135605.531000', '135605.533000', '135605.536000', '135605.538000', '135605.541000', '135625.416000', '135625.420000', '135625.422000', '135625.425000', '135625.427000', '135625.430000', '135625.432000', '135625.435000', '135625.438000', '135625.440000', '135625.450000', '135625.453000', '135625.456000', '135625.458000', '135625.461000', '135625.463000', '135625.466000', '135625.469000', '135625.471000', '135625.474000', '135625.476000', '135625.479000', '135625.482000', '135625.484000', '135625.487000', '135625.489000', '135625.492000', '135625.508000', '135625.511000', '135625.514000', '135625.516000', '135625.519000', '135625.521000', '135625.524000', '135625.527000', '135625.529000', '135625.536000', '135625.539000', '135625.541000', '135625.547000', '135625.550000', '135625.553000', '135625.555000', '135625.558000', '135645.417000', '135645.420000', '135645.423000', '135645.426000', '135645.428000', '135645.431000', '135645.434000', '135645.436000', '135645.439000', '135645.442000', '135645.444000', '135645.447000', '135645.450000', '135645.453000', '135645.455000', '135645.458000', '135645.461000', '135645.463000', '135645.466000', '135645.468000', '135645.471000', '135645.473000', '135645.476000', '135645.479000', '135645.481000', '135645.484000', '135645.486000', '135645.489000', '135645.492000', '135645.494000', '135645.497000', '135645.500000', '135645.502000', '135645.505000', '135645.508000', '135645.510000', '135645.513000', '135645.516000', '135645.518000', '135645.521000', '135645.524000', '135645.527000', '135645.529000', '135705.417000', '135705.420000', '135705.423000', '135705.426000', '135705.428000', '135705.431000', '135705.434000', '135705.436000', '135705.439000', '135705.441000', '135705.444000', '135705.447000', '135705.449000', '135705.452000', '135705.455000', '135705.457000', '135705.460000', '135705.462000', '135705.465000', '135705.468000', '135705.470000', '135705.473000', '135705.476000', '135705.478000', '135705.481000', '135705.484000', '135705.486000', '135705.489000', '135705.492000', '135705.494000', '135705.497000', '135705.500000', '135705.502000', '135705.505000', '135705.507000', '135705.510000', '135705.513000', '135705.515000', '135705.518000', '135705.521000', '135705.523000', '135705.526000', '135705.529000', '135705.531000', '135725.418000', '135725.420000', '135725.423000', '135725.426000', '135725.428000', '135725.431000', '135725.434000', '135725.436000', '135725.439000', '135725.441000', '135725.444000', '135725.447000', '135725.450000', '135725.452000', '135725.455000', '135725.458000', '135725.461000', '135725.463000', '135725.467000', '135725.469000', '135725.472000', '135725.475000', '135725.477000', '135725.480000', '135725.483000', '135725.485000', '135725.488000', '135725.491000', '135725.493000', '135725.496000', '135725.498000', '135725.501000', '135725.504000', '135725.506000', '135725.509000', '135725.512000', '135725.514000', '135725.517000', '135725.520000', '135725.522000', '135725.525000', '135725.527000', '135725.530000', '135745.417000', '135745.421000', '135745.423000', '135745.426000', '135745.429000', '135745.431000', '135745.434000', '135745.436000', '135745.439000', '135745.442000', '135745.444000', '135745.447000', '135745.449000', '135745.452000', '135745.455000', '135745.457000', '135745.460000', '135745.463000', '135745.465000', '135745.468000', '135745.472000', '135745.475000', '135745.478000', '135745.480000', '135745.483000', '135745.486000', '135745.488000', '135745.491000', '135745.494000', '135745.496000', '135745.499000', '135745.502000', '135745.504000', '135745.507000', '135745.510000', '135745.512000', '135745.515000', '135745.517000', '135745.530000', '135745.539000', '135745.542000', '135745.550000', '135745.553000', '135745.556000', '135805.417000', '135805.420000', '135805.422000', '135805.425000', '135805.428000', '135805.430000', '135805.433000', '135805.436000', '135805.438000', '135805.441000', '135805.444000', '135805.447000', '135805.449000', '135805.452000', '135805.454000', '135805.457000', '135805.460000', '135805.462000', '135805.465000', '135805.468000', '135805.470000', '135805.473000', '135805.475000', '135805.478000', '135805.481000', '135805.483000', '135805.486000', '135805.489000', '135805.491000', '135805.494000', '135805.497000', '135805.499000', '135805.502000', '135805.504000', '135805.507000', '135805.510000', '135805.512000', '135805.515000', '135805.518000', '135805.522000', '135805.524000', '135805.527000', '135805.531000', '135825.417000', '135825.419000', '135825.422000', '135825.425000', '135825.428000', '135825.430000', '135825.433000', '135825.435000', '135825.438000', '135825.441000', '135825.444000', '135825.446000', '135825.449000', '135825.452000', '135825.454000', '135825.457000', '135825.459000', '135825.462000', '135825.465000', '135825.467000', '135825.470000', '135825.473000', '135825.476000', '135825.478000', '135825.481000', '135825.483000', '135825.486000', '135825.489000', '135825.492000', '135825.494000', '135825.497000', '135825.499000', '135825.502000', '135825.505000', '135825.507000', '135825.510000', '135825.513000', '135825.516000', '135825.518000', '135825.521000', '135825.524000', '135825.526000', '135825.529000', '135825.531000', '135845.417000', '135845.419000', '135845.422000', '135845.425000', '135845.427000', '135845.430000', '135845.432000', '135845.435000', '135845.438000', '135845.440000', '135845.443000', '135845.445000', '135845.448000', '135845.450000', '135845.453000', '135845.455000', '135845.458000', '135845.461000', '135845.463000', '135845.466000', '135845.468000', '135845.471000', '135845.474000', '135845.476000', '135845.479000', '135845.481000', '135845.484000', '135845.487000', '135845.489000', '135845.492000', '135845.495000', '135845.497000', '135845.500000', '135845.502000', '135845.505000', '135845.508000', '135845.510000', '135845.513000', '135845.516000', '135845.519000', '135845.521000', '135845.524000', '135845.527000', '135903.955000', '135903.958000', '135903.961000', '135903.964000', '135903.966000', '135903.969000', '135903.971000', '135903.974000', '135903.977000', '135903.979000', '135903.982000', '135903.985000', '135903.987000', '135903.990000', '135903.992000', '135903.995000', '135903.998000', '135904.001000', '135904.003000', '135904.006000', '135904.008000', '135904.011000', '135904.013000', '135904.016000', '135904.019000', '135904.021000', '135904.024000', '135904.026000', '135904.029000', '135904.031000', '135904.034000', '135904.037000', '135904.039000', '135904.042000', '135904.044000', '135904.047000', '135904.050000', '135904.052000', '135904.055000', '135904.058000', '135904.060000'], 'InstanceCreationTime': ['135225.446000', '135225.449000', '135225.452000', '135225.455000', '135225.457000', '135225.460000', '135225.463000', '135225.465000', '135225.468000', '135225.471000', '135225.473000', '135225.476000', '135225.478000', '135225.481000', '135225.484000', '135225.486000', '135225.489000', '135225.491000', '135225.494000', '135225.496000', '135225.499000', '135225.502000', '135225.504000', '135225.507000', '135225.510000', '135225.512000', '135225.515000', '135225.517000', '135225.520000', '135225.523000', '135225.525000', '135225.528000', '135225.531000', '135225.533000', '135225.536000', '135225.538000', '135225.541000', '135225.544000', '135225.546000', '135225.549000', '135225.552000', '135225.554000', '135225.557000', '135225.559000', '135225.562000', '135225.571000', '135225.574000', '135245.417000', '135245.420000', '135245.423000', '135245.425000', '135245.428000', '135245.430000', '135245.433000', '135245.435000', '135245.438000', '135245.441000', '135245.444000', '135245.446000', '135245.449000', '135245.451000', '135245.454000', '135245.456000', '135245.459000', '135245.462000', '135245.465000', '135245.467000', '135245.470000', '135245.472000', '135245.475000', '135245.478000', '135245.480000', '135245.483000', '135245.486000', '135245.488000', '135245.491000', '135245.493000', '135245.496000', '135245.498000', '135245.501000', '135245.504000', '135245.506000', '135245.515000', '135245.518000', '135245.520000', '135245.523000', '135245.525000', '135245.528000', '135245.531000', '135245.533000', '135245.536000', '135305.417000', '135305.420000', '135305.423000', '135305.425000', '135305.428000', '135305.430000', '135305.433000', '135305.436000', '135305.438000', '135305.441000', '135305.443000', '135305.446000', '135305.448000', '135305.451000', '135305.454000', '135305.456000', '135305.459000', '135305.461000', '135305.464000', '135305.467000', '135305.470000', '135305.472000', '135305.475000', '135305.477000', '135305.480000', '135305.483000', '135305.485000', '135305.488000', '135305.490000', '135305.493000', '135305.496000', '135305.498000', '135305.501000', '135305.503000', '135305.506000', '135305.509000', '135305.511000', '135305.514000', '135305.517000', '135305.519000', '135305.522000', '135305.524000', '135305.527000', '135325.417000', '135325.420000', '135325.423000', '135325.426000', '135325.428000', '135325.431000', '135325.450000', '135325.453000', '135325.456000', '135325.458000', '135325.461000', '135325.463000', '135325.466000', '135325.469000', '135325.471000', '135325.474000', '135325.477000', '135325.479000', '135325.482000', '135325.484000', '135325.487000', '135325.490000', '135325.492000', '135325.495000', '135325.498000', '135325.500000', '135325.503000', '135325.505000', '135325.508000', '135325.511000', '135325.513000', '135325.516000', '135325.519000', '135325.521000', '135325.524000', '135325.527000', '135325.529000', '135325.532000', '135325.534000', '135325.537000', '135325.540000', '135325.542000', '135325.545000', '135325.547000', '135345.416000', '135345.420000', '135345.423000', '135345.425000', '135345.428000', '135345.431000', '135345.433000', '135345.439000', '135345.442000', '135345.450000', '135345.453000', '135345.455000', '135345.458000', '135345.461000', '135345.463000', '135345.466000', '135345.468000', '135345.471000', '135345.474000', '135345.476000', '135345.479000', '135345.482000', '135345.484000', '135345.487000', '135345.489000', '135345.492000', '135345.494000', '135345.497000', '135345.499000', '135345.502000', '135345.505000', '135345.507000', '135345.510000', '135345.513000', '135345.515000', '135345.518000', '135345.520000', '135345.523000', '135345.525000', '135345.528000', '135345.531000', '135345.533000', '135345.536000', '135405.416000', '135405.419000', '135405.422000', '135405.425000', '135405.427000', '135405.430000', '135405.433000', '135405.435000', '135405.438000', '135405.440000', '135405.443000', '135405.446000', '135405.448000', '135405.451000', '135405.453000', '135405.456000', '135405.459000', '135405.461000', '135405.464000', '135405.467000', '135405.469000', '135405.472000', '135405.474000', '135405.477000', '135405.480000', '135405.482000', '135405.485000', '135405.488000', '135405.490000', '135405.493000', '135405.496000', '135405.498000', '135405.501000', '135405.504000', '135405.506000', '135405.509000', '135405.511000', '135405.514000', '135405.517000', '135405.519000', '135405.526000', '135405.529000', '135405.532000', '135405.534000', '135425.418000', '135425.421000', '135425.423000', '135425.426000', '135425.428000', '135425.431000', '135425.434000', '135425.436000', '135425.439000', '135425.441000', '135425.444000', '135425.447000', '135425.449000', '135425.452000', '135425.455000', '135425.457000', '135425.460000', '135425.462000', '135425.465000', '135425.468000', '135425.470000', '135425.473000', '135425.475000', '135425.478000', '135425.481000', '135425.483000', '135425.486000', '135425.489000', '135425.491000', '135425.494000', '135425.496000', '135425.499000', '135425.502000', '135425.504000', '135425.507000', '135425.510000', '135425.512000', '135425.515000', '135425.517000', '135425.520000', '135425.523000', '135425.525000', '135425.528000', '135445.417000', '135445.420000', '135445.423000', '135445.426000', '135445.428000', '135445.438000', '135445.441000', '135445.444000', '135445.446000', '135445.449000', '135445.452000', '135445.454000', '135445.458000', '135445.461000', '135445.464000', '135445.466000', '135445.469000', '135445.471000', '135445.474000', '135445.477000', '135445.479000', '135445.482000', '135445.485000', '135445.487000', '135445.490000', '135445.492000', '135445.495000', '135445.498000', '135445.500000', '135445.503000', '135445.505000', '135445.508000', '135445.511000', '135445.514000', '135445.516000', '135445.519000', '135445.521000', '135445.524000', '135445.527000', '135445.529000', '135445.532000', '135445.535000', '135445.537000', '135445.540000', '135505.417000', '135505.431000', '135505.433000', '135505.436000', '135505.439000', '135505.441000', '135505.444000', '135505.447000', '135505.449000', '135505.452000', '135505.455000', '135505.457000', '135505.460000', '135505.462000', '135505.465000', '135505.468000', '135505.471000', '135505.473000', '135505.476000', '135505.479000', '135505.481000', '135505.484000', '135505.486000', '135505.489000', '135505.492000', '135505.494000', '135505.497000', '135505.500000', '135505.502000', '135505.505000', '135505.507000', '135505.510000', '135505.513000', '135505.515000', '135505.518000', '135505.520000', '135505.523000', '135505.526000', '135505.528000', '135505.531000', '135505.533000', '135505.536000', '135505.539000', '135525.418000', '135525.421000', '135525.423000', '135525.426000', '135525.429000', '135525.431000', '135525.434000', '135525.437000', '135525.439000', '135525.442000', '135525.445000', '135525.447000', '135525.450000', '135525.452000', '135525.455000', '135525.458000', '135525.461000', '135525.463000', '135525.466000', '135525.468000', '135525.471000', '135525.474000', '135525.476000', '135525.479000', '135525.482000', '135525.484000', '135525.487000', '135525.490000', '135525.492000', '135525.495000', '135525.498000', '135525.504000', '135525.506000', '135525.509000', '135525.512000', '135525.514000', '135525.517000', '135525.520000', '135525.522000', '135525.525000', '135525.528000', '135525.530000', '135525.533000', '135545.417000', '135545.420000', '135545.422000', '135545.426000', '135545.428000', '135545.431000', '135545.434000', '135545.436000', '135545.439000', '135545.442000', '135545.444000', '135545.447000', '135545.450000', '135545.452000', '135545.455000', '135545.458000', '135545.460000', '135545.463000', '135545.465000', '135545.468000', '135545.471000', '135545.473000', '135545.476000', '135545.479000', '135545.481000', '135545.484000', '135545.486000', '135545.489000', '135545.492000', '135545.494000', '135545.497000', '135545.500000', '135545.502000', '135545.505000', '135545.507000', '135545.510000', '135545.513000', '135545.515000', '135545.518000', '135545.521000', '135545.523000', '135545.526000', '135545.528000', '135545.531000', '135605.417000', '135605.420000', '135605.422000', '135605.425000', '135605.428000', '135605.430000', '135605.433000', '135605.436000', '135605.438000', '135605.441000', '135605.444000', '135605.446000', '135605.449000', '135605.452000', '135605.454000', '135605.457000', '135605.460000', '135605.462000', '135605.477000', '135605.479000', '135605.482000', '135605.484000', '135605.487000', '135605.490000', '135605.492000', '135605.496000', '135605.499000', '135605.502000', '135605.504000', '135605.507000', '135605.509000', '135605.512000', '135605.515000', '135605.517000', '135605.520000', '135605.523000', '135605.525000', '135605.528000', '135605.531000', '135605.533000', '135605.536000', '135605.538000', '135605.541000', '135625.416000', '135625.420000', '135625.422000', '135625.425000', '135625.427000', '135625.430000', '135625.432000', '135625.435000', '135625.438000', '135625.440000', '135625.450000', '135625.453000', '135625.456000', '135625.458000', '135625.461000', '135625.463000', '135625.466000', '135625.469000', '135625.471000', '135625.474000', '135625.476000', '135625.479000', '135625.482000', '135625.484000', '135625.487000', '135625.489000', '135625.492000', '135625.508000', '135625.511000', '135625.514000', '135625.516000', '135625.519000', '135625.521000', '135625.524000', '135625.527000', '135625.529000', '135625.536000', '135625.539000', '135625.541000', '135625.547000', '135625.550000', '135625.553000', '135625.555000', '135625.558000', '135645.417000', '135645.420000', '135645.423000', '135645.426000', '135645.428000', '135645.431000', '135645.434000', '135645.436000', '135645.439000', '135645.442000', '135645.444000', '135645.447000', '135645.450000', '135645.453000', '135645.455000', '135645.458000', '135645.461000', '135645.463000', '135645.466000', '135645.468000', '135645.471000', '135645.473000', '135645.476000', '135645.479000', '135645.481000', '135645.484000', '135645.486000', '135645.489000', '135645.492000', '135645.494000', '135645.497000', '135645.500000', '135645.502000', '135645.505000', '135645.508000', '135645.510000', '135645.513000', '135645.516000', '135645.518000', '135645.521000', '135645.524000', '135645.527000', '135645.529000', '135705.417000', '135705.420000', '135705.423000', '135705.426000', '135705.428000', '135705.431000', '135705.434000', '135705.436000', '135705.439000', '135705.441000', '135705.444000', '135705.447000', '135705.449000', '135705.452000', '135705.455000', '135705.457000', '135705.460000', '135705.462000', '135705.465000', '135705.468000', '135705.470000', '135705.473000', '135705.476000', '135705.478000', '135705.481000', '135705.484000', '135705.486000', '135705.489000', '135705.492000', '135705.494000', '135705.497000', '135705.500000', '135705.502000', '135705.505000', '135705.507000', '135705.510000', '135705.513000', '135705.515000', '135705.518000', '135705.521000', '135705.523000', '135705.526000', '135705.529000', '135705.531000', '135725.418000', '135725.420000', '135725.423000', '135725.426000', '135725.428000', '135725.431000', '135725.434000', '135725.436000', '135725.439000', '135725.441000', '135725.444000', '135725.447000', '135725.450000', '135725.452000', '135725.455000', '135725.458000', '135725.461000', '135725.463000', '135725.467000', '135725.469000', '135725.472000', '135725.475000', '135725.477000', '135725.480000', '135725.483000', '135725.485000', '135725.488000', '135725.491000', '135725.493000', '135725.496000', '135725.498000', '135725.501000', '135725.504000', '135725.506000', '135725.509000', '135725.512000', '135725.514000', '135725.517000', '135725.520000', '135725.522000', '135725.525000', '135725.527000', '135725.530000', '135745.417000', '135745.421000', '135745.423000', '135745.426000', '135745.429000', '135745.431000', '135745.434000', '135745.436000', '135745.439000', '135745.442000', '135745.444000', '135745.447000', '135745.449000', '135745.452000', '135745.455000', '135745.457000', '135745.460000', '135745.463000', '135745.465000', '135745.468000', '135745.472000', '135745.475000', '135745.478000', '135745.480000', '135745.483000', '135745.486000', '135745.488000', '135745.491000', '135745.494000', '135745.496000', '135745.499000', '135745.502000', '135745.504000', '135745.507000', '135745.510000', '135745.512000', '135745.515000', '135745.517000', '135745.530000', '135745.539000', '135745.542000', '135745.550000', '135745.553000', '135745.556000', '135805.417000', '135805.420000', '135805.422000', '135805.425000', '135805.428000', '135805.430000', '135805.433000', '135805.436000', '135805.438000', '135805.441000', '135805.444000', '135805.447000', '135805.449000', '135805.452000', '135805.454000', '135805.457000', '135805.460000', '135805.462000', '135805.465000', '135805.468000', '135805.470000', '135805.473000', '135805.475000', '135805.478000', '135805.481000', '135805.483000', '135805.486000', '135805.489000', '135805.491000', '135805.494000', '135805.497000', '135805.499000', '135805.502000', '135805.504000', '135805.507000', '135805.510000', '135805.512000', '135805.515000', '135805.518000', '135805.522000', '135805.524000', '135805.527000', '135805.531000', '135825.417000', '135825.419000', '135825.422000', '135825.425000', '135825.428000', '135825.430000', '135825.433000', '135825.435000', '135825.438000', '135825.441000', '135825.444000', '135825.446000', '135825.449000', '135825.452000', '135825.454000', '135825.457000', '135825.459000', '135825.462000', '135825.465000', '135825.467000', '135825.470000', '135825.473000', '135825.476000', '135825.478000', '135825.481000', '135825.483000', '135825.486000', '135825.489000', '135825.492000', '135825.494000', '135825.497000', '135825.499000', '135825.502000', '135825.505000', '135825.507000', '135825.510000', '135825.513000', '135825.516000', '135825.518000', '135825.521000', '135825.524000', '135825.526000', '135825.529000', '135825.531000', '135845.417000', '135845.419000', '135845.422000', '135845.425000', '135845.427000', '135845.430000', '135845.432000', '135845.435000', '135845.438000', '135845.440000', '135845.443000', '135845.445000', '135845.448000', '135845.450000', '135845.453000', '135845.455000', '135845.458000', '135845.461000', '135845.463000', '135845.466000', '135845.468000', '135845.471000', '135845.474000', '135845.476000', '135845.479000', '135845.481000', '135845.484000', '135845.487000', '135845.489000', '135845.492000', '135845.495000', '135845.497000', '135845.500000', '135845.502000', '135845.505000', '135845.508000', '135845.510000', '135845.513000', '135845.516000', '135845.519000', '135845.521000', '135845.524000', '135845.527000', '135903.955000', '135903.958000', '135903.961000', '135903.964000', '135903.966000', '135903.969000', '135903.971000', '135903.974000', '135903.977000', '135903.979000', '135903.982000', '135903.985000', '135903.987000', '135903.990000', '135903.992000', '135903.995000', '135903.998000', '135904.001000', '135904.003000', '135904.006000', '135904.008000', '135904.011000', '135904.013000', '135904.016000', '135904.019000', '135904.021000', '135904.024000', '135904.026000', '135904.029000', '135904.031000', '135904.034000', '135904.037000', '135904.039000', '135904.042000', '135904.044000', '135904.047000', '135904.050000', '135904.052000', '135904.055000', '135904.058000', '135904.060000'], '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': [10605, 9551, 16359, 12581, 9994, 13556, 9049, 17497, 13467, 13612, 12745, 8649, 15413, 9502, 9362, 11806, 8148, 13007, 9938, 9115, 10777, 8486, 14777, 11151, 9192, 11860, 8261, 15160, 9851, 13543, 10500, 10461, 11055, 9050, 14554, 9328, 13740, 10115, 14625, 11296, 9077, 10374, 8722, 14698, 10242, 9800, 13788, 9003, 13000, 9862, 9035, 13895, 9417, 14438, 10700, 11471, 10691, 8576, 14816, 9740, 8852, 13538, 9442, 8742, 11614, 8953, 13588, 9960, 8760, 10494, 8459, 11347, 8486, 14089, 8716, 13735, 9165, 10410, 8565, 8912, 9633, 8294, 10349, 8259, 13374, 9220, 16048, 10564, 16427, 10594, 14817, 10607, 13627, 10868, 10671, 8737, 9802, 8914, 11282, 9660, 10407, 10374, 9251, 9881, 9524, 9963, 9239, 11240, 8067, 11337, 8594, 11386, 7450, 12176, 8294, 13850, 8785, 13132, 9070, 13010, 9617, 13233, 8157, 12351, 7879, 11349, 7412, 10390, 7310, 9261, 7089, 8049, 7469, 8268, 7271, 9210, 8529, 8977, 8315, 7997, 11062, 12958, 10139, 15770, 11834, 14023, 10379, 13089, 11887, 11508, 13581, 10187, 14740, 9303, 11286, 8578, 10558, 8145, 9214, 8375, 8998, 7929, 10474, 9042, 8753, 8744, 8924, 9023, 8950, 8479, 8586, 8389, 8363, 10442, 8364, 13219, 7965, 12241, 9173, 7538, 7785, 7552, 8729, 7879, 11488, 7998, 13689, 9244, 9843, 8270, 8648, 8154, 8612, 10663, 7781, 10919, 8107, 13241, 7795, 12550, 8714, 13633, 8302, 11057, 8176, 8893, 8166, 8512, 8457, 7911, 9797, 7986, 12415, 8257, 12595, 8545, 8629, 8370, 7584, 11239, 8211, 15775, 9129, 13252, 9290, 9561, 9997, 8557, 14244, 7920, 14414, 8403, 15509, 10305, 14911, 9441, 10476, 8533, 8810, 9106, 7699, 11422, 7806, 11476, 8527, 11471, 8054, 12655, 7799, 12256, 8008, 11878, 8246, 11807, 8321, 11175, 8462, 10050, 8591, 9262, 8248, 8607, 9380, 7694, 9199, 8401, 8906, 9647, 8909, 8216, 8366, 7919, 8072, 7618, 7703, 7271, 10107, 10004, 10059, 12788, 9410, 14145, 10649, 13363, 8704, 10611, 7521, 9101, 6882, 8507, 7223, 8207, 8243, 8145, 12008, 8008, 12906, 8141, 11619, 7556, 9449, 7196, 8876, 7196, 8264, 8151, 8233, 8175, 8074, 9306, 7777, 11393, 6897, 9187, 6907, 8605, 7265, 8143, 7548, 7850, 7212, 8090, 7401, 8043, 6751, 8718, 6883, 11728, 7539, 13217, 10588, 12309, 14686, 12195, 13615, 12448, 9480, 14944, 11659, 13322, 9190, 12554, 9399, 8411, 14150, 8252, 9468, 7468, 8433, 7470, 8157, 7475, 8010, 7156, 8199, 7697, 9979, 7486, 11926, 8963, 11753, 14625, 12435, 12941, 8246, 10111, 14896, 10529, 12601, 7662, 11589, 7256, 8351, 7814, 8229, 7116, 8369, 7811, 8343, 7011, 7996, 7093, 7979, 7851, 7766, 7505, 8015, 6875, 8019, 7121, 10077, 9163, 11828, 7546, 11535, 9174, 11930, 11410, 11182, 8223, 10540, 12771, 11266, 14971, 11105, 15042, 11954, 14981, 12004, 13696, 12526, 12014, 14722, 8116, 12554, 7373, 8971, 7953, 8126, 7901, 8386, 8421, 8249, 7603, 7946, 7857, 7579, 8359, 7801, 6906, 7867, 7878, 7980, 7601, 11900, 9122, 12205, 12708, 10348, 14426, 10962, 13935, 9962, 8269, 14489, 10950, 11983, 8294, 9372, 7518, 8140, 7627, 8304, 6770, 7883, 6859, 8296, 7110, 10186, 8076, 9899, 15636, 10796, 12195, 13847, 10282, 13599, 8064, 10200, 6959, 8155, 6785, 8081, 7599, 8184, 10185, 7168, 8315, 7451, 7761, 7939, 7824, 7315, 7739, 7384, 7310, 9505, 6843, 9513, 6768, 9061, 6838, 9360, 7249, 8970, 14109, 9967, 13171, 9370, 11612, 8688, 11111, 8165, 8380, 7525, 7051, 7377, 12915, 9753, 12899, 10385, 14836, 12040, 14763, 13809, 12317, 15947, 12330, 12205, 9390, 10367, 14640, 12085, 13955, 9717, 10688, 9026, 7905, 13696, 7691, 8491, 6670, 8274, 7252, 8043, 7858, 8023, 6956, 7583, 11220, 7451, 10531, 7414, 10275, 6854, 9649, 6769, 10215, 6971, 10931, 6821, 10399, 7332, 9058, 6971, 8597, 7331, 9062, 9266, 9844, 7160, 9407, 6988, 10385, 7027, 12789, 8143, 12491, 8279, 12943, 9628, 12307, 8821, 13266, 10053, 14151, 9914, 14554, 9388, 13310, 9896, 13208, 15327, 11339, 13913, 9240, 11402, 11257, 9390, 14098, 8304, 11870, 7576, 8777, 8572, 8405, 7506, 8184, 6918, 8333, 7722, 8369, 8163, 8615, 7533, 9099, 10045, 9696, 15657, 12027, 12515, 8557, 10207, 11307, 8582, 14085, 8072, 11578, 8106, 8744, 8129, 8356, 9927, 7992, 8614, 7147, 8509, 6978, 8307, 7495, 8397, 7439, 8214, 7919, 8301, 7125, 9192, 7705, 9982, 8504, 8439, 8843, 14916, 11618, 14358, 11059, 12780, 9503, 11835, 14178, 10895, 14483, 10544, 12533, 8134, 10192, 8589, 7741, 7716, 7600, 7456, 7525, 7569, 9337, 7962, 8658, 15090, 10371, 7694, 14075, 10010, 10913, 12598, 10830, 15004, 9556, 14339, 10873, 13207, 9943, 12626, 9029, 9618, 8680, 8098, 9538, 8261, 9165, 8521, 8215, 9508, 8523, 8700, 8795, 8093, 12822, 9614, 13842, 8654, 11343, 7993, 11262, 8317, 10386, 8618, 9223, 8860, 8427, 8534, 8148, 8341, 8130, 8226, 8065, 8869, 7842, 9387, 7696, 9462, 7797, 10109, 7429, 11213, 7488, 10941, 8378, 8367, 8160, 8195, 8533, 8961, 12548, 9586, 9746, 13969, 11625, 12059, 10141, 12793, 9427, 11514, 8270, 10222, 12146, 8624, 13794, 8164, 12376, 7842, 10191, 8109, 8591, 8044, 8433, 7742, 8333, 8296, 8502, 7811, 8458, 7983, 10525, 7837, 12517, 14620, 11586, 13237, 8651, 10373, 14349, 9422, 12234, 10195, 9892, 7482, 8185, 8281, 8462, 6809, 8107, 7354, 8064, 8432, 7363, 8243, 6848, 8231, 7172, 8086, 6897, 7956, 7208, 8105, 7248, 7922, 7093, 7825, 7153, 7986, 9405, 8180, 8650, 7786, 13114, 7649, 12120, 8372, 10261, 7268, 10250, 6909, 8806, 7231, 8926, 7186, 9407, 6913, 9260, 7239, 9968, 9401, 11590, 8495, 10926, 13251, 8774, 14367, 12014, 14198, 12122, 14158, 10828, 12811, 8422, 12587, 8111, 12016, 7946, 10091, 7267, 8244, 7448, 8020, 7856, 8007, 8129, 8188, 7895, 8139, 7751, 8495, 7656, 11107, 7187, 11634, 7256, 12809, 9678, 13650, 11061, 14757, 11179, 13586, 13994, 11178, 14570, 8835, 12425, 8786, 10457, 12693, 8580, 14048, 7913, 10204, 7811, 8340, 7782, 8171, 8025, 8229, 7505, 7059, 8019, 7473, 8257, 8032, 8093, 10209, 9229, 14160, 10707, 13352, 11344, 10703, 14080, 12303, 11786, 10831, 8172, 13890, 8267, 8447, 8021, 8458, 8340, 8211, 8069, 8247, 7143, 7935, 8364, 7159, 8087], 'WindowCenter': [4165.0, 4140.0, 4163.0, 4103.0, 4070.0, 4096.0, 4001.0, 4114.0, 4097.0, 4110.0, 4097.0, 4044.0, 4093.0, 4051.0, 4041.0, 4085.0, 4036.0, 4095.0, 4066.0, 4069.0, 4089.0, 4071.0, 4120.0, 4099.0, 4055.0, 4086.0, 4046.0, 4119.0, 4092.0, 4109.0, 4090.0, 4102.0, 4103.0, 4068.0, 4121.0, 4067.0, 4119.0, 4091.0, 4119.0, 4102.0, 4070.0, 4078.0, 4070.0, 4134.0, 4093.0, 4082.0, 4121.0, 4059.0, 4110.0, 4092.0, 4071.0, 4123.0, 4070.0, 4119.0, 4092.0, 4088.0, 4077.0, 4058.0, 4120.0, 4067.0, 4069.0, 4109.0, 4068.0, 4056.0, 4087.0, 4068.0, 4108.0, 4067.0, 4047.0, 4065.0, 4034.0, 4075.0, 4045.0, 4095.0, 4043.0, 4092.0, 4042.0, 4063.0, 4043.0, 4055.0, 4055.0, 4045.0, 4064.0, 4046.0, 4108.0, 4068.0, 4118.0, 4077.0, 4117.0, 4077.0, 4117.0, 4089.0, 4110.0, 4079.0, 4077.0, 4056.0, 4068.0, 4056.0, 4089.0, 4067.0, 4077.0, 4077.0, 4055.0, 4067.0, 4066.0, 4067.0, 4068.0, 4087.0, 4034.0, 4085.0, 4044.0, 4088.0, 4049.0, 4098.0, 4057.0, 4107.0, 4058.0, 4109.0, 4071.0, 4111.0, 4068.0, 4098.0, 4049.0, 4097.0, 4047.0, 4077.0, 4027.0, 4067.0, 4024.0, 4055.0, 4026.0, 4047.0, 4038.0, 4057.0, 4048.0, 4081.0, 4071.0, 4081.0, 4071.0, 4060.0, 4103.0, 4112.0, 4094.0, 4133.0, 4101.0, 4108.0, 4066.0, 4086.0, 4074.0, 4075.0, 4083.0, 4053.0, 4080.0, 4027.0, 4047.0, 4031.0, 4048.0, 4007.0, 4026.0, 4017.0, 4026.0, 4032.0, 4061.0, 4040.0, 4033.0, 4032.0, 4041.0, 4054.0, 4056.0, 4031.0, 4029.0, 4031.0, 4032.0, 4062.0, 4031.0, 4095.0, 4036.0, 4086.0, 4041.0, 4008.0, 4007.0, 4009.0, 4018.0, 4018.0, 4058.0, 4020.0, 4079.0, 4042.0, 4051.0, 4029.0, 4027.0, 4017.0, 4028.0, 4048.0, 4007.0, 4046.0, 4006.0, 4068.0, 4006.0, 4071.0, 4016.0, 4067.0, 4016.0, 4045.0, 4015.0, 4026.0, 4017.0, 4016.0, 4019.0, 4007.0, 4039.0, 4021.0, 4072.0, 4029.0, 4071.0, 4031.0, 4030.0, 4028.0, 4019.0, 4075.0, 4045.0, 4105.0, 4052.0, 4082.0, 4053.0, 4066.0, 4066.0, 4044.0, 4107.0, 4034.0, 4106.0, 4045.0, 4116.0, 4065.0, 4104.0, 4054.0, 4062.0, 4044.0, 4056.0, 4054.0, 4033.0, 4088.0, 4033.0, 4085.0, 4042.0, 4084.0, 4046.0, 4096.0, 4035.0, 4083.0, 4045.0, 4084.0, 4058.0, 4096.0, 4056.0, 4086.0, 4046.0, 4079.0, 4069.0, 4079.0, 4059.0, 4060.0, 4067.0, 4035.0, 4057.0, 4047.0, 4068.0, 4082.0, 4070.0, 4060.0, 4057.0, 4049.0, 4058.0, 4062.0, 4051.0, 4038.0, 4093.0, 4080.0, 4080.0, 4110.0, 4070.0, 4133.0, 4090.0, 4108.0, 4056.0, 4066.0, 4024.0, 4055.0, 4027.0, 4045.0, 4025.0, 4046.0, 4045.0, 4034.0, 4085.0, 4045.0, 4107.0, 4036.0, 4087.0, 4024.0, 4053.0, 4015.0, 4043.0, 4026.0, 4048.0, 4036.0, 4045.0, 4034.0, 4034.0, 4042.0, 4022.0, 4075.0, 4014.0, 4043.0, 4027.0, 4046.0, 4024.0, 4034.0, 4034.0, 4045.0, 4035.0, 4046.0, 4034.0, 4046.0, 4040.0, 4071.0, 4042.0, 4112.0, 4061.0, 4123.0, 4104.0, 4125.0, 4122.0, 4089.0, 4098.0, 4072.0, 4030.0, 4081.0, 4061.0, 4082.0, 4029.0, 4060.0, 4027.0, 4006.0, 4068.0, 4017.0, 4037.0, 4007.0, 4017.0, 4020.0, 4018.0, 4021.0, 4045.0, 4025.0, 4045.0, 4047.0, 4067.0, 4025.0, 4087.0, 4055.0, 4086.0, 4095.0, 4074.0, 4073.0, 4020.0, 4053.0, 4093.0, 4039.0, 4059.0, 4007.0, 4048.0, 3997.0, 4017.0, 4020.0, 4032.0, 4011.0, 4031.0, 4020.0, 4031.0, 4013.0, 4047.0, 4023.0, 4046.0, 4058.0, 4047.0, 4036.0, 4048.0, 4024.0, 4047.0, 4036.0, 4089.0, 4078.0, 4111.0, 4049.0, 4100.0, 4080.0, 4099.0, 4102.0, 4088.0, 4045.0, 4076.0, 4096.0, 4088.0, 4105.0, 4074.0, 4093.0, 4072.0, 4091.0, 4061.0, 4083.0, 4059.0, 4048.0, 4067.0, 3994.0, 4044.0, 3984.0, 4014.0, 4005.0, 4007.0, 4007.0, 4016.0, 4006.0, 4018.0, 4007.0, 4018.0, 4032.0, 4031.0, 4042.0, 4032.0, 4022.0, 4046.0, 4046.0, 4058.0, 4048.0, 4110.0, 4069.0, 4102.0, 4099.0, 4067.0, 4110.0, 4077.0, 4096.0, 4054.0, 4034.0, 4094.0, 4062.0, 4083.0, 4043.0, 4051.0, 4012.0, 4029.0, 4020.0, 4033.0, 4014.0, 4047.0, 4027.0, 4058.0, 4037.0, 4079.0, 4047.0, 4067.0, 4108.0, 4077.0, 4087.0, 4096.0, 4054.0, 4083.0, 4022.0, 4051.0, 4001.0, 4022.0, 4001.0, 4022.0, 4012.0, 4021.0, 4050.0, 4000.0, 4020.0, 4011.0, 4024.0, 4033.0, 4024.0, 4013.0, 4024.0, 4013.0, 4025.0, 4065.0, 4028.0, 4080.0, 4028.0, 4059.0, 4029.0, 4069.0, 4038.0, 4071.0, 4122.0, 4081.0, 4109.0, 4079.0, 4098.0, 4070.0, 4100.0, 4072.0, 4070.0, 4059.0, 4038.0, 4052.0, 4134.0, 4093.0, 4124.0, 4104.0, 4134.0, 4113.0, 4125.0, 4110.0, 4089.0, 4096.0, 4062.0, 4062.0, 4029.0, 4052.0, 4083.0, 4060.0, 4069.0, 4028.0, 4038.0, 4016.0, 3995.0, 4057.0, 3997.0, 4018.0, 3987.0, 4017.0, 3995.0, 4007.0, 4008.0, 4020.0, 4000.0, 4023.0, 4075.0, 4023.0, 4063.0, 4012.0, 4064.0, 4015.0, 4053.0, 4003.0, 4067.0, 4027.0, 4076.0, 4016.0, 4067.0, 4025.0, 4057.0, 4027.0, 4068.0, 4050.0, 4082.0, 4082.0, 4090.0, 4039.0, 4079.0, 4037.0, 4089.0, 4052.0, 4123.0, 4075.0, 4124.0, 4071.0, 4121.0, 4081.0, 4098.0, 4057.0, 4110.0, 4079.0, 4108.0, 4070.0, 4107.0, 4057.0, 4097.0, 4064.0, 4084.0, 4091.0, 4060.0, 4069.0, 4039.0, 4060.0, 4047.0, 4027.0, 4067.0, 4006.0, 4044.0, 3995.0, 4014.0, 4014.0, 4003.0, 3983.0, 4004.0, 3983.0, 4016.0, 4018.0, 4029.0, 4030.0, 4042.0, 4022.0, 4057.0, 4066.0, 4066.0, 4107.0, 4076.0, 4074.0, 4031.0, 4053.0, 4062.0, 4021.0, 4081.0, 4021.0, 4062.0, 4009.0, 4019.0, 4008.0, 4008.0, 4026.0, 4010.0, 4030.0, 4000.0, 4029.0, 4001.0, 4032.0, 4022.0, 4044.0, 4036.0, 4057.0, 4049.0, 4046.0, 4025.0, 4066.0, 4061.0, 4093.0, 4084.0, 4071.0, 4084.0, 4133.0, 4115.0, 4124.0, 4094.0, 4101.0, 4058.0, 4089.0, 4097.0, 4077.0, 4107.0, 4077.0, 4084.0, 4033.0, 4051.0, 4043.0, 4035.0, 4023.0, 4013.0, 4012.0, 4022.0, 4035.0, 4068.0, 4036.0, 4058.0, 4119.0, 4065.0, 4022.0, 4084.0, 4041.0, 4063.0, 4075.0, 4051.0, 4083.0, 4031.0, 4070.0, 4038.0, 4058.0, 4026.0, 4045.0, 4003.0, 4012.0, 4003.0, 3994.0, 4014.0, 4004.0, 4016.0, 4005.0, 4005.0, 4029.0, 4030.0, 4032.0, 4032.0, 4022.0, 4086.0, 4043.0, 4083.0, 4033.0, 4064.0, 4023.0, 4061.0, 4021.0, 4040.0, 4032.0, 4042.0, 4032.0, 4022.0, 4034.0, 4023.0, 4035.0, 4036.0, 4038.0, 4037.0, 4060.0, 4050.0, 4058.0, 4036.0, 4067.0, 4036.0, 4079.0, 4050.0, 4101.0, 4051.0, 4090.0, 4059.0, 4059.0, 4060.0, 4074.0, 4074.0, 4084.0, 4115.0, 4084.0, 4083.0, 4111.0, 4091.0, 4101.0, 4081.0, 4087.0, 4057.0, 4078.0, 4023.0, 4053.0, 4077.0, 4034.0, 4085.0, 4024.0, 4074.0, 4022.0, 4055.0, 4036.0, 4033.0, 4022.0, 4033.0, 4021.0, 4045.0, 4045.0, 4055.0, 4048.0, 4059.0, 4061.0, 4079.0, 4040.0, 4102.0, 4113.0, 4091.0, 4102.0, 4037.0, 4056.0, 4085.0, 4045.0, 4063.0, 4042.0, 4042.0, 4001.0, 4024.0, 4035.0, 4034.0, 3991.0, 4021.0, 4012.0, 4023.0, 4033.0, 4026.0, 4048.0, 4006.0, 4048.0, 4018.0, 4037.0, 4028.0, 4051.0, 4041.0, 4050.0, 4039.0, 4049.0, 4029.0, 4052.0, 4043.0, 4065.0, 4084.0, 4063.0, 4073.0, 4053.0, 4112.0, 4052.0, 4114.0, 4063.0, 4093.0, 4042.0, 4081.0, 4029.0, 4071.0, 4053.0, 4084.0, 4043.0, 4083.0, 4041.0, 4084.0, 4054.0, 4105.0, 4094.0, 4103.0, 4063.0, 4093.0, 4101.0, 4060.0, 4124.0, 4102.0, 4111.0, 4090.0, 4098.0, 4066.0, 4075.0, 4024.0, 4076.0, 4025.0, 4074.0, 4024.0, 4053.0, 4001.0, 4022.0, 4000.0, 4035.0, 4036.0, 4034.0, 4036.0, 4044.0, 4033.0, 4034.0, 4035.0, 4044.0, 4034.0, 4086.0, 4025.0, 4087.0, 4038.0, 4107.0, 4068.0, 4108.0, 4076.0, 4107.0, 4076.0, 4097.0, 4085.0, 4053.0, 4081.0, 4019.0, 4048.0, 4008.0, 4038.0, 4047.0, 4006.0, 4055.0, 3982.0, 4023.0, 3982.0, 4004.0, 4005.0, 4005.0, 4006.0, 4004.0, 3994.0, 3999.0, 4031.0, 4023.0, 4044.0, 4033.0, 4035.0, 4076.0, 4068.0, 4097.0, 4066.0, 4085.0, 4051.0, 4040.0, 4059.0, 4049.0, 4062.0, 4038.0, 4006.0, 4055.0, 3993.0, 3994.0, 3983.0, 4006.0, 4005.0, 4006.0, 4007.0, 4007.0, 3987.0, 4009.0, 4019.0, 4000.0, 4021.0], 'WindowWidth': [9233.0, 9187.0, 9205.0, 9102.0, 9049.0, 9077.0, 8920.0, 9100.0, 9079.0, 9105.0, 9085.0, 9006.0, 9068.0, 9008.0, 8995.0, 9063.0, 9001.0, 9077.0, 9039.0, 9050.0, 9075.0, 9058.0, 9122.0, 9092.0, 9025.0, 9066.0, 9013.0, 9118.0, 9086.0, 9105.0, 9079.0, 9102.0, 9102.0, 9049.0, 9122.0, 9044.0, 9118.0, 9082.0, 9117.0, 9098.0, 9053.0, 9058.0, 9054.0, 9146.0, 9090.0, 9072.0, 9124.0, 9034.0, 9105.0, 9087.0, 9056.0, 9130.0, 9055.0, 9122.0, 9083.0, 9071.0, 9056.0, 9031.0, 9123.0, 9044.0, 9049.0, 9103.0, 9046.0, 9026.0, 9068.0, 9047.0, 9102.0, 9044.0, 9014.0, 9037.0, 8993.0, 9049.0, 9010.0, 9076.0, 9003.0, 9067.0, 8998.0, 9029.0, 9004.0, 9021.0, 9024.0, 9009.0, 9034.0, 9012.0, 9099.0, 9048.0, 9113.0, 9057.0, 9110.0, 9055.0, 9111.0, 9076.0, 9106.0, 9060.0, 9056.0, 9027.0, 9043.0, 9026.0, 9076.0, 9045.0, 9057.0, 9054.0, 9023.0, 9041.0, 9039.0, 9043.0, 9047.0, 9071.0, 8995.0, 9063.0, 9007.0, 9072.0, 9025.0, 9088.0, 9031.0, 9096.0, 9033.0, 9103.0, 9056.0, 9110.0, 9047.0, 9085.0, 9023.0, 9083.0, 9015.0, 9054.0, 8987.0, 9040.0, 8980.0, 9024.0, 8986.0, 9019.0, 9008.0, 9031.0, 9022.0, 9071.0, 9059.0, 9072.0, 9059.0, 9045.0, 9103.0, 9115.0, 9091.0, 9147.0, 9096.0, 9102.0, 9039.0, 9067.0, 9048.0, 9051.0, 9058.0, 9014.0, 9049.0, 8970.0, 8997.0, 8981.0, 9002.0, 8943.0, 8968.0, 8956.0, 8968.0, 8986.0, 9023.0, 8995.0, 8988.0, 8985.0, 8996.0, 9019.0, 9027.0, 8984.0, 8977.0, 8987.0, 8986.0, 9026.0, 8984.0, 9076.0, 9001.0, 9066.0, 8997.0, 8950.0, 8945.0, 8950.0, 8958.0, 8959.0, 9011.0, 8966.0, 9045.0, 8998.0, 9009.0, 8978.0, 8970.0, 8957.0, 8973.0, 9001.0, 8942.0, 8995.0, 8939.0, 9024.0, 8940.0, 9034.0, 8954.0, 9022.0, 8953.0, 8991.0, 8952.0, 8967.0, 8956.0, 8953.0, 8961.0, 8942.0, 8988.0, 8970.0, 9038.0, 8977.0, 9034.0, 8981.0, 8979.0, 8975.0, 8966.0, 9047.0, 9009.0, 9087.0, 9012.0, 9054.0, 9015.0, 9039.0, 9038.0, 9006.0, 9095.0, 8995.0, 9092.0, 9010.0, 9106.0, 9035.0, 9088.0, 9018.0, 9027.0, 9005.0, 9026.0, 9019.0, 8992.0, 9072.0, 8992.0, 9062.0, 9001.0, 9063.0, 9017.0, 9080.0, 8999.0, 9059.0, 9012.0, 9062.0, 9034.0, 9083.0, 9028.0, 9067.0, 9015.0, 9062.0, 9050.0, 9066.0, 9038.0, 9038.0, 9042.0, 8996.0, 9025.0, 9014.0, 9048.0, 9074.0, 9054.0, 9039.0, 9030.0, 9023.0, 9035.0, 9047.0, 9030.0, 9008.0, 9087.0, 9065.0, 9063.0, 9106.0, 9053.0, 9148.0, 9083.0, 9101.0, 9027.0, 9038.0, 8979.0, 9025.0, 8990.0, 9010.0, 8982.0, 9011.0, 9010.0, 8995.0, 9063.0, 9012.0, 9100.0, 8999.0, 9067.0, 8981.0, 9015.0, 8970.0, 9003.0, 8986.0, 9018.0, 8998.0, 9009.0, 8989.0, 8989.0, 8997.0, 8971.0, 9047.0, 8965.0, 9001.0, 8990.0, 9013.0, 8981.0, 8992.0, 8998.0, 9013.0, 9000.0, 9015.0, 8999.0, 9016.0, 9017.0, 9059.0, 9024.0, 9116.0, 9047.0, 9131.0, 9107.0, 9137.0, 9131.0, 9077.0, 9087.0, 9038.0, 8975.0, 9047.0, 9018.0, 9051.0, 8973.0, 9017.0, 8967.0, 8938.0, 9024.0, 8956.0, 8986.0, 8947.0, 8958.0, 8968.0, 8963.0, 8974.0, 9011.0, 8988.0, 9011.0, 9018.0, 9042.0, 8986.0, 9071.0, 9024.0, 9065.0, 9078.0, 9043.0, 9040.0, 8964.0, 9015.0, 9068.0, 8986.0, 9012.0, 8942.0, 8995.0, 8929.0, 8956.0, 8967.0, 8984.0, 8958.0, 8983.0, 8967.0, 8983.0, 8966.0, 9015.0, 8982.0, 9015.0, 9037.0, 9021.0, 9005.0, 9022.0, 8987.0, 9018.0, 9007.0, 9080.0, 9065.0, 9112.0, 9027.0, 9095.0, 9071.0, 9094.0, 9097.0, 9076.0, 9012.0, 9055.0, 9080.0, 9074.0, 9093.0, 9048.0, 9073.0, 9038.0, 9066.0, 9019.0, 9059.0, 9015.0, 8997.0, 9019.0, 8916.0, 8985.0, 8904.0, 8944.0, 8938.0, 8944.0, 8942.0, 8952.0, 8938.0, 8960.0, 8946.0, 8964.0, 8990.0, 8988.0, 9002.0, 8990.0, 8979.0, 9014.0, 9018.0, 9037.0, 9026.0, 9107.0, 9051.0, 9097.0, 9087.0, 9041.0, 9106.0, 9055.0, 9077.0, 9016.0, 8989.0, 9071.0, 9025.0, 9059.0, 9005.0, 9013.0, 8959.0, 8980.0, 8968.0, 8990.0, 8973.0, 9017.0, 8994.0, 9036.0, 9008.0, 9063.0, 9017.0, 9042.0, 9100.0, 9052.0, 9065.0, 9076.0, 9014.0, 9052.0, 8969.0, 9007.0, 8942.0, 8973.0, 8946.0, 8973.0, 8956.0, 8969.0, 9005.0, 8939.0, 8964.0, 8956.0, 8978.0, 8990.0, 8976.0, 8961.0, 8980.0, 8962.0, 8981.0, 9036.0, 8995.0, 9064.0, 8995.0, 9035.0, 8996.0, 9048.0, 9006.0, 9055.0, 9128.0, 9069.0, 9105.0, 9065.0, 9089.0, 9057.0, 9097.0, 9062.0, 9056.0, 9041.0, 9011.0, 9037.0, 9150.0, 9093.0, 9136.0, 9108.0, 9151.0, 9118.0, 9141.0, 9106.0, 9073.0, 9081.0, 9024.0, 9025.0, 8972.0, 9011.0, 9055.0, 9015.0, 9029.0, 8968.0, 8980.0, 8949.0, 8921.0, 9007.0, 8928.0, 8957.0, 8914.0, 8955.0, 8924.0, 8943.0, 8946.0, 8965.0, 8939.0, 8977.0, 9050.0, 8978.0, 9028.0, 8961.0, 9029.0, 8968.0, 9016.0, 8952.0, 9040.0, 8989.0, 9051.0, 8974.0, 9040.0, 8983.0, 9030.0, 8992.0, 9048.0, 9028.0, 9078.0, 9076.0, 9083.0, 9016.0, 9066.0, 9009.0, 9082.0, 9039.0, 9132.0, 9075.0, 9136.0, 9063.0, 9126.0, 9075.0, 9089.0, 9031.0, 9110.0, 9063.0, 9104.0, 9052.0, 9101.0, 9029.0, 9088.0, 9035.0, 9064.0, 9069.0, 9020.0, 9033.0, 8992.0, 9021.0, 8996.0, 8969.0, 9023.0, 8938.0, 8985.0, 8919.0, 8948.0, 8948.0, 8933.0, 8904.0, 8932.0, 8906.0, 8958.0, 8963.0, 8980.0, 8983.0, 9002.0, 8976.0, 9029.0, 9039.0, 9038.0, 9097.0, 9047.0, 9043.0, 8980.0, 9013.0, 9023.0, 8965.0, 9049.0, 8968.0, 9024.0, 8946.0, 8960.0, 8942.0, 8942.0, 8965.0, 8949.0, 8978.0, 8940.0, 8974.0, 8943.0, 8987.0, 8977.0, 9011.0, 9004.0, 9032.0, 9023.0, 9014.0, 8987.0, 9041.0, 9045.0, 9089.0, 9081.0, 9060.0, 9080.0, 9146.0, 9120.0, 9133.0, 9090.0, 9096.0, 9030.0, 9075.0, 9084.0, 9055.0, 9102.0, 9056.0, 9059.0, 8990.0, 9009.0, 9004.0, 8998.0, 8976.0, 8958.0, 8960.0, 8970.0, 8996.0, 9044.0, 8999.0, 9030.0, 9118.0, 9036.0, 8972.0, 9059.0, 8995.0, 9028.0, 9045.0, 9008.0, 9056.0, 8976.0, 9031.0, 8981.0, 9011.0, 8962.0, 8986.0, 8925.0, 8934.0, 8927.0, 8917.0, 8944.0, 8930.0, 8948.0, 8934.0, 8935.0, 8971.0, 8979.0, 8984.0, 8982.0, 8968.0, 9062.0, 8997.0, 9052.0, 8985.0, 9029.0, 8974.0, 9020.0, 8967.0, 8988.0, 8984.0, 8996.0, 8981.0, 8968.0, 8986.0, 8971.0, 8991.0, 8995.0, 8999.0, 9000.0, 9036.0, 9022.0, 9026.0, 8996.0, 9040.0, 9001.0, 9061.0, 9028.0, 9097.0, 9031.0, 9080.0, 9036.0, 9035.0, 9040.0, 9066.0, 9064.0, 9079.0, 9119.0, 9077.0, 9072.0, 9112.0, 9081.0, 9097.0, 9066.0, 9068.0, 9025.0, 9053.0, 8971.0, 9012.0, 9048.0, 8987.0, 9055.0, 8973.0, 9042.0, 8969.0, 9016.0, 8996.0, 8987.0, 8970.0, 8987.0, 8970.0, 9009.0, 9012.0, 9024.0, 9020.0, 9036.0, 9041.0, 9061.0, 9009.0, 9096.0, 9112.0, 9080.0, 9095.0, 8996.0, 9020.0, 9059.0, 9001.0, 9025.0, 8994.0, 8992.0, 8937.0, 8975.0, 8991.0, 8987.0, 8928.0, 8968.0, 8957.0, 8972.0, 8987.0, 8985.0, 9016.0, 8959.0, 9015.0, 8976.0, 8999.0, 8991.0, 9028.0, 9015.0, 9023.0, 9009.0, 9023.0, 8995.0, 9028.0, 9022.0, 9053.0, 9076.0, 9045.0, 9059.0, 9034.0, 9108.0, 9031.0, 9118.0, 9047.0, 9084.0, 9018.0, 9065.0, 8996.0, 9054.0, 9038.0, 9080.0, 9022.0, 9075.0, 9019.0, 9079.0, 9040.0, 9109.0, 9094.0, 9101.0, 9046.0, 9085.0, 9092.0, 9036.0, 9132.0, 9096.0, 9105.0, 9074.0, 9084.0, 9034.0, 9044.0, 8972.0, 9048.0, 8979.0, 9043.0, 8972.0, 9010.0, 8939.0, 8967.0, 8938.0, 8992.0, 8996.0, 8990.0, 8996.0, 9006.0, 8989.0, 8993.0, 8997.0, 9009.0, 8994.0, 9065.0, 8985.0, 9071.0, 9009.0, 9100.0, 9047.0, 9100.0, 9054.0, 9098.0, 9053.0, 9087.0, 9063.0, 9013.0, 9048.0, 8959.0, 8996.0, 8940.0, 8984.0, 8989.0, 8932.0, 8998.0, 8897.0, 8953.0, 8898.0, 8933.0, 8938.0, 8937.0, 8938.0, 8936.0, 8924.0, 8939.0, 8984.0, 8976.0, 9005.0, 8991.0, 8997.0, 9055.0, 9044.0, 9081.0, 9034.0, 9061.0, 9004.0, 8987.0, 9012.0, 8995.0, 9019.0, 8981.0, 8935.0, 8999.0, 8913.0, 8913.0, 8897.0, 8938.0, 8936.0, 8935.0, 8939.0, 8941.0, 8913.0, 8946.0, 8961.0, 8938.0, 8964.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.008549582875960483</td></tr>
<tr><td colspan=3>aqi</td><td>0.059930847091108665</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.90007275601097</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.210274676560441</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.063891083307693</td></tr>
<tr><td colspan=3>efc</td><td>0.4538</td></tr>
<tr><td colspan=3>fber</td><td>5312.8276</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2019325002886262</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>310</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>34.02854006586169</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.73560312299368</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.668406663652955</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9782175653573963</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5601851399706885</td></tr>
<tr><td colspan=3>gcor</td><td>0.0155801</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004528283607214689</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03230082243680954</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.5772856586023316</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>20.9418</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.3633</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>169.1081</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309571.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>775.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>314.2549</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.38</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>561.8168</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3274.2938</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3542.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66973.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>914.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4365.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>990.1288</td></tr>
<tr><td colspan=3>tsnr</td><td>24.683141765301116</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>