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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0095/ses-02/func/sub-0095_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>df59536162aa00ff1b6e2f20a2952a04</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:43:59.817500</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.996341, 0.0671637, 0.052858, -0.0607643, 0.991558, -0.114548]</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.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0894428</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4238, -7792, -7219, 205, -129, -180, -85, 65]</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>249.17</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>bd5de754-952b-4d45-aa07-f63388b11676||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.673109531402588, -0.16302607953548431, 0.16228428483009338, 116.10147094726562], [-0.1801954209804535, 2.660276412963867, -0.29947662353515625, -84.20118713378906], [0.14181427657604218, 0.30732470750808716, 2.6784281730651855, -91.3040542602539], [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': ['154359.817500', '154400.277500', '154400.737500', '154401.197500', '154401.657500', '154402.117500', '154402.577500', '154403.037500', '154403.497500', '154403.957500', '154404.417500', '154404.877500', '154405.337500', '154405.797500', '154406.257500', '154406.717500', '154407.177500', '154407.637500', '154408.097500', '154408.557500', '154409.017500', '154409.477500', '154409.937500', '154410.397500', '154410.857500', '154411.317500', '154411.777500', '154412.237500', '154412.697500', '154413.157500', '154413.617500', '154414.077500', '154414.537500', '154414.997500', '154415.457500', '154415.917500', '154416.377500', '154416.837500', '154417.297500', '154417.757500', '154418.217500', '154418.677500', '154419.137500', '154419.597500', '154420.057500', '154420.517500', '154420.977500', '154421.437500', '154421.897500', '154422.357500', '154422.817500', '154423.277500', '154423.737500', '154424.197500', '154424.657500', '154425.117500', '154425.577500', '154426.037500', '154426.497500', '154426.957500', '154427.417500', '154427.877500', '154428.337500', '154428.797500', '154429.257500', '154429.717500', '154430.177500', '154430.637500', '154431.097500', '154431.557500', '154432.017500', '154432.477500', '154432.937500', '154433.397500', '154433.857500', '154434.317500', '154434.777500', '154435.237500', '154435.697500', '154436.157500', '154436.617500', '154437.077500', '154437.537500', '154437.997500', '154438.457500', '154438.917500', '154439.377500', '154439.837500', '154440.297500', '154440.757500', '154441.217500', '154441.677500', '154442.137500', '154442.597500', '154443.057500', '154443.517500', '154443.977500', '154444.437500', '154444.897500', '154445.357500', '154445.817500', '154446.277500', '154446.737500', '154447.197500', '154447.657500', '154448.117500', '154448.577500', '154449.037500', '154449.497500', '154449.957500', '154450.417500', '154450.877500', '154451.337500', '154451.797500', '154452.257500', '154452.717500', '154453.177500', '154453.637500', '154454.097500', '154454.557500', '154455.017500', '154455.477500', '154455.937500', '154456.397500', '154456.857500', '154457.317500', '154457.777500', '154458.237500', '154458.697500', '154459.157500', '154459.617500', '154500.077500', '154500.537500', '154500.997500', '154501.457500', '154501.917500', '154502.377500', '154502.837500', '154503.297500', '154503.757500', '154504.217500', '154504.677500', '154505.137500', '154505.597500', '154506.057500', '154506.517500', '154506.977500', '154507.437500', '154507.897500', '154508.357500', '154508.817500', '154509.277500', '154509.737500', '154510.197500', '154510.657500', '154511.117500', '154511.577500', '154512.037500', '154512.497500', '154512.957500', '154513.417500', '154513.877500', '154514.337500', '154514.797500', '154515.257500', '154515.717500', '154516.177500', '154516.637500', '154517.097500', '154517.557500', '154518.017500', '154518.477500', '154518.937500', '154519.397500', '154519.857500', '154520.317500', '154520.777500', '154521.237500', '154521.697500', '154522.157500', '154522.617500', '154523.077500', '154523.537500', '154523.997500', '154524.457500', '154524.917500', '154525.377500', '154525.837500', '154526.297500', '154526.757500', '154527.217500', '154527.677500', '154528.137500', '154528.597500', '154529.057500', '154529.517500', '154529.977500', '154530.437500', '154530.897500', '154531.357500', '154531.817500', '154532.277500', '154532.737500', '154533.197500', '154533.657500', '154534.117500', '154534.577500', '154535.037500', '154535.497500', '154535.957500', '154536.417500', '154536.877500', '154537.337500', '154537.797500', '154538.257500', '154538.717500', '154539.177500', '154539.637500', '154540.097500', '154540.557500', '154541.017500', '154541.477500', '154541.937500', '154542.397500', '154542.857500', '154543.317500', '154543.777500', '154544.237500', '154544.697500', '154545.157500', '154545.617500', '154546.077500', '154546.537500', '154546.997500', '154547.457500', '154547.917500', '154548.377500', '154548.837500', '154549.297500', '154549.757500', '154550.217500', '154550.677500', '154551.137500', '154551.597500', '154552.057500', '154552.517500', '154552.977500', '154553.437500', '154553.897500', '154554.357500', '154554.817500', '154555.277500', '154555.737500', '154556.197500', '154556.657500', '154557.117500', '154557.577500', '154558.037500', '154558.497500', '154558.957500', '154559.417500', '154559.877500', '154600.337500', '154600.797500', '154601.257500', '154601.717500', '154602.177500', '154602.637500', '154603.097500', '154603.557500', '154604.017500', '154604.477500', '154604.937500', '154605.397500', '154605.857500', '154606.317500', '154606.777500', '154607.237500', '154607.697500', '154608.157500', '154608.617500', '154609.077500', '154609.537500', '154609.997500', '154610.457500', '154610.917500', '154611.377500', '154611.837500', '154612.297500', '154612.757500', '154613.217500', '154613.677500', '154614.137500', '154614.597500', '154615.057500', '154615.517500', '154615.977500', '154616.437500', '154616.897500', '154617.357500', '154617.817500', '154618.277500', '154618.737500', '154619.197500', '154619.657500', '154620.117500', '154620.577500', '154621.037500', '154621.497500', '154621.957500', '154622.417500', '154622.877500', '154623.337500', '154623.797500', '154624.257500', '154624.717500', '154625.177500', '154625.637500', '154626.097500', '154626.557500', '154627.017500', '154627.477500', '154627.937500', '154628.397500', '154628.857500', '154629.317500', '154629.777500', '154630.237500', '154630.697500', '154631.157500', '154631.617500', '154632.077500', '154632.537500', '154632.997500', '154633.457500', '154633.917500', '154634.377500', '154634.837500', '154635.297500', '154635.757500', '154636.217500', '154636.677500', '154637.137500', '154637.597500', '154638.057500', '154638.517500', '154638.977500', '154639.437500', '154639.897500', '154640.357500', '154640.817500', '154641.277500', '154641.737500', '154642.197500', '154642.657500', '154643.117500', '154643.577500', '154644.037500', '154644.497500', '154644.957500', '154645.417500', '154645.877500', '154646.337500', '154646.797500', '154647.257500', '154647.717500', '154648.177500', '154648.637500', '154649.097500', '154649.557500', '154650.017500', '154650.477500', '154650.937500', '154651.397500', '154651.857500', '154652.317500', '154652.777500', '154653.237500', '154653.697500', '154654.157500', '154654.617500', '154655.077500', '154655.537500', '154655.997500', '154656.457500', '154656.917500', '154657.377500', '154657.837500', '154658.297500', '154658.757500', '154659.217500', '154659.677500', '154700.137500', '154700.597500', '154701.057500', '154701.517500', '154701.977500', '154702.437500', '154702.897500', '154703.357500', '154703.817500', '154704.277500', '154704.737500', '154705.197500', '154705.657500', '154706.117500', '154706.577500', '154707.037500', '154707.497500', '154707.957500', '154708.417500', '154708.877500', '154709.337500', '154709.797500', '154710.257500', '154710.717500', '154711.177500', '154711.637500', '154712.097500', '154712.557500', '154713.017500', '154713.477500', '154713.937500', '154714.397500', '154714.857500', '154715.317500', '154715.777500', '154716.237500', '154716.697500', '154717.157500', '154717.617500', '154718.077500', '154718.537500', '154718.997500', '154719.457500', '154719.917500', '154720.377500', '154720.837500', '154721.297500', '154721.757500', '154722.217500', '154722.677500', '154723.137500', '154723.597500', '154724.057500', '154724.517500', '154724.977500', '154725.437500', '154725.897500', '154726.357500', '154726.817500', '154727.277500', '154727.737500', '154728.197500', '154728.657500', '154729.117500', '154729.577500', '154730.037500', '154730.497500', '154730.957500', '154731.417500', '154731.877500', '154732.337500', '154732.797500', '154733.257500', '154733.717500', '154734.177500', '154734.637500', '154735.097500', '154735.557500', '154736.017500', '154736.477500', '154736.937500', '154737.397500', '154737.857500', '154738.317500', '154738.777500', '154739.237500', '154739.697500', '154740.157500', '154740.617500', '154741.077500', '154741.537500', '154741.997500', '154742.457500', '154742.917500', '154743.377500', '154743.837500', '154744.297500', '154744.757500', '154745.217500', '154745.677500', '154746.137500', '154746.597500', '154747.057500', '154747.517500', '154747.977500', '154748.437500', '154748.897500', '154749.357500', '154749.817500', '154750.277500', '154750.737500', '154751.197500', '154751.657500', '154752.117500', '154752.577500', '154753.037500', '154753.497500', '154753.957500', '154754.417500', '154754.877500', '154755.337500', '154755.797500', '154756.257500', '154756.717500', '154757.177500', '154757.637500', '154758.097500', '154758.557500', '154759.017500', '154759.477500', '154759.937500', '154800.397500', '154800.857500', '154801.317500', '154801.777500', '154802.237500', '154802.697500', '154803.157500', '154803.617500', '154804.077500', '154804.537500', '154804.997500', '154805.457500', '154805.917500', '154806.377500', '154806.837500', '154807.297500', '154807.757500', '154808.217500', '154808.677500', '154809.137500', '154809.597500', '154810.057500', '154810.517500', '154810.977500', '154811.437500', '154811.897500', '154812.357500', '154812.817500', '154813.277500', '154813.737500', '154814.197500', '154814.657500', '154815.117500', '154815.577500', '154816.037500', '154816.497500', '154816.957500', '154817.417500', '154817.877500', '154818.337500', '154818.797500', '154819.257500', '154819.717500', '154820.177500', '154820.637500', '154821.097500', '154821.557500', '154822.017500', '154822.477500', '154822.937500', '154823.397500', '154823.857500', '154824.317500', '154824.777500', '154825.237500', '154825.697500', '154826.157500', '154826.617500', '154827.077500', '154827.537500', '154827.997500', '154828.457500', '154828.917500', '154829.377500', '154829.837500', '154830.297500', '154830.757500', '154831.217500', '154831.677500', '154832.137500', '154832.597500', '154833.057500', '154833.517500', '154833.977500', '154834.437500', '154834.897500', '154835.357500', '154835.817500', '154836.277500', '154836.737500', '154837.197500', '154837.657500', '154838.117500', '154838.577500', '154839.037500', '154839.497500', '154839.957500', '154840.417500', '154840.877500', '154841.337500', '154841.797500', '154842.257500', '154842.717500', '154843.177500', '154843.637500', '154844.097500', '154844.557500', '154845.017500', '154845.477500', '154845.937500', '154846.397500', '154846.857500', '154847.317500', '154847.777500', '154848.237500', '154848.697500', '154849.157500', '154849.617500', '154850.077500', '154850.537500', '154850.997500', '154851.457500', '154851.917500', '154852.377500', '154852.837500', '154853.297500', '154853.757500', '154854.217500', '154854.677500', '154855.137500', '154855.597500', '154856.057500', '154856.517500', '154856.977500', '154857.437500', '154857.897500', '154858.357500', '154858.817500', '154859.277500', '154859.737500', '154900.197500', '154900.657500', '154901.117500', '154901.577500', '154902.037500', '154902.497500', '154902.957500', '154903.417500', '154903.877500', '154904.337500', '154904.797500', '154905.257500', '154905.717500', '154906.177500', '154906.637500', '154907.097500', '154907.557500', '154908.017500', '154908.477500', '154908.937500', '154909.397500', '154909.857500', '154910.317500', '154910.777500', '154911.237500', '154911.697500', '154912.157500', '154912.617500', '154913.077500', '154913.537500', '154913.997500', '154914.457500', '154914.917500', '154915.377500', '154915.837500', '154916.297500', '154916.757500', '154917.217500', '154917.677500', '154918.137500', '154918.597500', '154919.057500', '154919.517500', '154919.977500', '154920.437500', '154920.897500', '154921.357500', '154921.817500', '154922.277500', '154922.737500', '154923.197500', '154923.657500', '154924.117500', '154924.577500', '154925.037500', '154925.497500', '154925.957500', '154926.417500', '154926.877500', '154927.337500', '154927.797500', '154928.257500', '154928.717500', '154929.177500', '154929.637500', '154930.097500', '154930.557500', '154931.017500', '154931.477500', '154931.937500', '154932.397500', '154932.857500', '154933.317500', '154933.777500', '154934.237500', '154934.697500', '154935.157500', '154935.617500', '154936.077500', '154936.537500', '154936.997500', '154937.457500', '154937.917500', '154938.377500', '154938.837500', '154939.297500', '154939.757500', '154940.217500', '154940.677500', '154941.137500', '154941.597500', '154942.057500', '154942.517500', '154942.977500', '154943.437500', '154943.897500', '154944.357500', '154944.817500', '154945.277500', '154945.737500', '154946.197500', '154946.657500', '154947.117500', '154947.577500', '154948.037500', '154948.497500', '154948.957500', '154949.417500', '154949.877500', '154950.337500', '154950.797500', '154951.257500', '154951.717500', '154952.177500', '154952.637500', '154953.097500', '154953.557500', '154954.017500', '154954.477500', '154954.937500', '154955.397500', '154955.857500', '154956.317500', '154956.777500', '154957.237500', '154957.697500', '154958.157500', '154958.617500', '154959.077500', '154959.537500', '154959.997500', '155000.457500', '155000.917500', '155001.377500', '155001.837500', '155002.297500', '155002.757500', '155003.217500', '155003.677500', '155004.137500', '155004.597500', '155005.057500', '155005.517500', '155005.977500', '155006.437500', '155006.897500', '155007.357500', '155007.817500', '155008.277500', '155008.737500', '155009.197500', '155009.657500', '155010.117500', '155010.577500', '155011.037500', '155011.497500', '155011.957500', '155012.417500', '155012.877500', '155013.337500', '155013.797500', '155014.257500', '155014.717500', '155015.177500', '155015.637500', '155016.097500', '155016.557500', '155017.017500', '155017.477500', '155017.937500', '155018.397500', '155018.857500', '155019.317500', '155019.777500', '155020.237500', '155020.697500', '155021.157500', '155021.617500', '155022.077500', '155022.537500', '155022.997500', '155023.457500', '155023.917500', '155024.377500', '155024.837500', '155025.297500', '155025.757500', '155026.217500', '155026.677500', '155027.137500', '155027.597500', '155028.057500', '155028.517500', '155028.977500', '155029.437500', '155029.897500', '155030.357500', '155030.817500', '155031.277500', '155031.737500', '155032.197500', '155032.657500', '155033.117500', '155033.577500', '155034.037500', '155034.497500', '155034.957500', '155035.417500', '155035.877500', '155036.337500', '155036.797500', '155037.257500', '155037.717500', '155038.177500', '155038.637500', '155039.097500', '155039.557500', '155040.017500', '155040.477500', '155040.937500', '155041.397500', '155041.857500', '155042.317500', '155042.777500', '155043.237500', '155043.697500', '155044.157500', '155044.617500', '155045.077500', '155045.537500', '155045.997500', '155046.457500', '155046.917500', '155047.377500', '155047.837500', '155048.297500', '155048.757500', '155049.217500', '155049.677500', '155050.137500', '155050.597500', '155051.057500', '155051.517500', '155051.977500', '155052.437500', '155052.897500', '155053.357500', '155053.817500', '155054.277500', '155054.737500', '155055.197500', '155055.657500', '155056.117500', '155056.577500', '155057.037500', '155057.497500', '155057.957500', '155058.417500', '155058.877500', '155059.337500', '155059.797500'], 'ContentTime': ['154422.675000', '154422.678000', '154422.681000', '154422.684000', '154422.688000', '154422.690000', '154422.693000', '154422.695000', '154422.698000', '154422.701000', '154422.703000', '154422.706000', '154422.709000', '154422.711000', '154422.714000', '154422.717000', '154422.719000', '154422.722000', '154422.724000', '154422.727000', '154422.730000', '154422.732000', '154422.735000', '154422.737000', '154422.740000', '154422.743000', '154422.745000', '154422.748000', '154422.750000', '154422.753000', '154422.756000', '154422.758000', '154422.761000', '154422.763000', '154422.766000', '154422.769000', '154422.771000', '154422.774000', '154422.777000', '154422.783000', '154422.785000', '154422.788000', '154422.791000', '154422.793000', '154422.796000', '154422.798000', '154422.801000', '154442.617000', '154442.620000', '154442.623000', '154442.626000', '154442.629000', '154442.631000', '154442.634000', '154442.637000', '154442.639000', '154442.642000', '154442.644000', '154442.647000', '154442.650000', '154442.652000', '154442.655000', '154442.658000', '154442.660000', '154442.663000', '154442.665000', '154442.668000', '154442.670000', '154442.673000', '154442.676000', '154442.678000', '154442.681000', '154442.683000', '154442.686000', '154442.689000', '154442.691000', '154442.694000', '154442.696000', '154442.699000', '154442.702000', '154442.704000', '154442.707000', '154442.709000', '154442.712000', '154442.715000', '154442.717000', '154442.720000', '154442.728000', '154442.730000', '154442.733000', '154442.736000', '154502.617000', '154502.620000', '154502.623000', '154502.625000', '154502.628000', '154502.631000', '154502.633000', '154502.636000', '154502.639000', '154502.646000', '154502.649000', '154502.652000', '154502.654000', '154502.657000', '154502.659000', '154502.662000', '154502.665000', '154502.667000', '154502.670000', '154502.672000', '154502.675000', '154502.678000', '154502.680000', '154502.683000', '154502.685000', '154502.688000', '154502.691000', '154502.693000', '154502.696000', '154502.698000', '154502.701000', '154502.704000', '154502.706000', '154502.709000', '154502.711000', '154502.714000', '154502.717000', '154502.719000', '154502.722000', '154502.724000', '154502.727000', '154502.730000', '154502.732000', '154522.618000', '154522.621000', '154522.624000', '154522.627000', '154522.629000', '154522.632000', '154522.635000', '154522.637000', '154522.640000', '154522.647000', '154522.650000', '154522.653000', '154522.655000', '154522.658000', '154522.660000', '154522.663000', '154522.666000', '154522.668000', '154522.671000', '154522.673000', '154522.676000', '154522.679000', '154522.681000', '154522.684000', '154522.686000', '154522.689000', '154522.692000', '154522.694000', '154522.697000', '154522.699000', '154522.702000', '154522.705000', '154522.707000', '154522.710000', '154522.712000', '154522.715000', '154522.718000', '154522.720000', '154522.723000', '154522.725000', '154522.728000', '154522.731000', '154522.733000', '154522.736000', '154542.618000', '154542.621000', '154542.624000', '154542.626000', '154542.629000', '154542.632000', '154542.634000', '154542.637000', '154542.640000', '154542.642000', '154542.645000', '154542.647000', '154542.650000', '154542.653000', '154542.655000', '154542.658000', '154542.661000', '154542.663000', '154542.666000', '154542.669000', '154542.672000', '154542.675000', '154542.678000', '154542.689000', '154542.692000', '154542.694000', '154542.698000', '154542.701000', '154542.703000', '154542.706000', '154542.709000', '154542.711000', '154542.714000', '154542.716000', '154542.719000', '154542.722000', '154542.724000', '154542.727000', '154542.729000', '154542.732000', '154542.735000', '154542.737000', '154542.740000', '154602.618000', '154602.622000', '154602.624000', '154602.627000', '154602.629000', '154602.632000', '154602.635000', '154602.637000', '154602.640000', '154602.651000', '154602.654000', '154602.656000', '154602.659000', '154602.662000', '154602.664000', '154602.667000', '154602.669000', '154602.672000', '154602.675000', '154602.678000', '154602.680000', '154602.683000', '154602.685000', '154602.688000', '154602.690000', '154602.693000', '154602.696000', '154602.698000', '154602.701000', '154602.703000', '154602.706000', '154602.714000', '154602.717000', '154602.720000', '154602.722000', '154602.725000', '154602.728000', '154602.730000', '154602.733000', '154602.735000', '154602.738000', '154602.741000', '154602.743000', '154602.746000', '154622.617000', '154622.620000', '154622.623000', '154622.626000', '154622.628000', '154622.631000', '154622.634000', '154622.636000', '154622.639000', '154622.642000', '154622.644000', '154622.647000', '154622.650000', '154622.653000', '154622.656000', '154622.659000', '154622.661000', '154622.664000', '154622.667000', '154622.669000', '154622.672000', '154622.675000', '154622.677000', '154622.680000', '154622.682000', '154622.685000', '154622.688000', '154622.690000', '154622.693000', '154622.696000', '154622.698000', '154622.701000', '154622.703000', '154622.706000', '154622.709000', '154622.711000', '154622.714000', '154622.717000', '154622.719000', '154622.722000', '154622.724000', '154622.727000', '154622.730000', '154642.617000', '154642.620000', '154642.623000', '154642.626000', '154642.629000', '154642.631000', '154642.639000', '154642.641000', '154642.644000', '154642.647000', '154642.650000', '154642.652000', '154642.655000', '154642.658000', '154642.660000', '154642.663000', '154642.665000', '154642.668000', '154642.671000', '154642.673000', '154642.676000', '154642.678000', '154642.681000', '154642.683000', '154642.686000', '154642.689000', '154642.691000', '154642.694000', '154642.696000', '154642.699000', '154642.702000', '154642.704000', '154642.707000', '154642.710000', '154642.712000', '154642.715000', '154642.718000', '154642.720000', '154642.723000', '154642.725000', '154642.728000', '154642.730000', '154642.733000', '154642.736000', '154702.617000', '154702.620000', '154702.624000', '154702.626000', '154702.629000', '154702.631000', '154702.634000', '154702.637000', '154702.639000', '154702.642000', '154702.645000', '154702.647000', '154702.650000', '154702.652000', '154702.655000', '154702.658000', '154702.660000', '154702.663000', '154702.665000', '154702.668000', '154702.671000', '154702.674000', '154702.676000', '154702.679000', '154702.684000', '154702.687000', '154702.689000', '154702.692000', '154702.695000', '154702.697000', '154702.700000', '154702.703000', '154702.705000', '154702.708000', '154702.711000', '154702.713000', '154702.716000', '154702.718000', '154702.721000', '154702.723000', '154702.726000', '154702.729000', '154702.731000', '154722.618000', '154722.620000', '154722.623000', '154722.626000', '154722.629000', '154722.632000', '154722.634000', '154722.637000', '154722.640000', '154722.642000', '154722.645000', '154722.647000', '154722.650000', '154722.653000', '154722.655000', '154722.658000', '154722.661000', '154722.663000', '154722.666000', '154722.668000', '154722.671000', '154722.674000', '154722.676000', '154722.679000', '154722.681000', '154722.684000', '154722.687000', '154722.689000', '154722.692000', '154722.694000', '154722.707000', '154722.710000', '154722.714000', '154722.717000', '154722.720000', '154722.722000', '154722.725000', '154722.728000', '154722.730000', '154722.733000', '154722.735000', '154722.738000', '154722.740000', '154722.743000', '154742.619000', '154742.621000', '154742.624000', '154742.627000', '154742.629000', '154742.632000', '154742.634000', '154742.637000', '154742.640000', '154742.642000', '154742.645000', '154742.648000', '154742.650000', '154742.653000', '154742.656000', '154742.658000', '154742.661000', '154742.664000', '154742.666000', '154742.669000', '154742.671000', '154742.674000', '154742.677000', '154742.679000', '154742.682000', '154742.685000', '154742.687000', '154742.690000', '154742.692000', '154742.695000', '154742.698000', '154742.700000', '154742.703000', '154742.706000', '154742.708000', '154742.711000', '154742.713000', '154742.716000', '154742.719000', '154742.721000', '154742.724000', '154742.727000', '154742.730000', '154802.619000', '154802.621000', '154802.624000', '154802.627000', '154802.629000', '154802.632000', '154802.635000', '154802.637000', '154802.640000', '154802.642000', '154802.645000', '154802.648000', '154802.650000', '154802.653000', '154802.656000', '154802.658000', '154802.661000', '154802.663000', '154802.666000', '154802.669000', '154802.671000', '154802.674000', '154802.677000', '154802.679000', '154802.682000', '154802.684000', '154802.687000', '154802.690000', '154802.692000', '154802.695000', '154802.698000', '154802.700000', '154802.703000', '154802.705000', '154802.708000', '154802.711000', '154802.713000', '154802.716000', '154802.719000', '154802.721000', '154802.724000', '154802.726000', '154802.729000', '154802.732000', '154822.618000', '154822.621000', '154822.624000', '154822.626000', '154822.629000', '154822.632000', '154822.635000', '154822.637000', '154822.640000', '154822.643000', '154822.645000', '154822.648000', '154822.651000', '154822.654000', '154822.656000', '154822.659000', '154822.661000', '154822.664000', '154822.667000', '154822.669000', '154822.672000', '154822.674000', '154822.677000', '154822.680000', '154822.682000', '154822.685000', '154822.688000', '154822.690000', '154822.693000', '154822.695000', '154822.698000', '154822.701000', '154822.703000', '154822.706000', '154822.708000', '154822.711000', '154822.714000', '154822.716000', '154822.719000', '154822.721000', '154822.724000', '154822.727000', '154822.729000', '154842.617000', '154842.620000', '154842.623000', '154842.626000', '154842.628000', '154842.631000', '154842.634000', '154842.637000', '154842.639000', '154842.642000', '154842.644000', '154842.647000', '154842.650000', '154842.652000', '154842.655000', '154842.658000', '154842.660000', '154842.663000', '154842.665000', '154842.668000', '154842.671000', '154842.673000', '154842.676000', '154842.678000', '154842.681000', '154842.684000', '154842.687000', '154842.689000', '154842.692000', '154842.694000', '154842.697000', '154842.700000', '154842.702000', '154842.705000', '154842.707000', '154842.710000', '154842.713000', '154842.716000', '154842.718000', '154842.721000', '154842.723000', '154842.726000', '154842.729000', '154842.731000', '154902.618000', '154902.620000', '154902.623000', '154902.626000', '154902.628000', '154902.631000', '154902.633000', '154902.636000', '154902.639000', '154902.641000', '154902.644000', '154902.647000', '154902.649000', '154902.652000', '154902.654000', '154902.657000', '154902.660000', '154902.662000', '154902.665000', '154902.668000', '154902.670000', '154902.673000', '154902.675000', '154902.678000', '154902.681000', '154902.683000', '154902.686000', '154902.689000', '154902.691000', '154902.694000', '154902.697000', '154902.699000', '154902.702000', '154902.705000', '154902.707000', '154902.710000', '154902.712000', '154902.715000', '154902.718000', '154902.720000', '154902.723000', '154902.726000', '154902.728000', '154922.618000', '154922.621000', '154922.623000', '154922.626000', '154922.629000', '154922.632000', '154922.634000', '154922.637000', '154922.639000', '154922.642000', '154922.645000', '154922.647000', '154922.650000', '154922.652000', '154922.655000', '154922.658000', '154922.660000', '154922.663000', '154922.665000', '154922.668000', '154922.671000', '154922.673000', '154922.676000', '154922.679000', '154922.681000', '154922.684000', '154922.686000', '154922.689000', '154922.692000', '154922.694000', '154922.697000', '154922.699000', '154922.702000', '154922.705000', '154922.707000', '154922.710000', '154922.712000', '154922.715000', '154922.718000', '154922.720000', '154922.723000', '154922.725000', '154922.728000', '154922.731000', '154942.617000', '154942.620000', '154942.623000', '154942.626000', '154942.628000', '154942.631000', '154942.634000', '154942.636000', '154942.639000', '154942.641000', '154942.644000', '154942.647000', '154942.649000', '154942.652000', '154942.655000', '154942.657000', '154942.660000', '154942.662000', '154942.665000', '154942.668000', '154942.670000', '154942.673000', '154942.676000', '154942.678000', '154942.681000', '154942.684000', '154942.686000', '154942.689000', '154942.692000', '154942.694000', '154942.697000', '154942.700000', '154942.702000', '154942.707000', '154942.709000', '154942.712000', '154942.715000', '154942.717000', '154942.720000', '154942.723000', '154942.725000', '154942.728000', '154942.731000', '155002.618000', '155002.621000', '155002.624000', '155002.627000', '155002.630000', '155002.632000', '155002.635000', '155002.638000', '155002.640000', '155002.643000', '155002.645000', '155002.648000', '155002.651000', '155002.653000', '155002.656000', '155002.659000', '155002.661000', '155002.664000', '155002.666000', '155002.669000', '155002.672000', '155002.674000', '155002.677000', '155002.680000', '155002.682000', '155002.685000', '155002.687000', '155002.690000', '155002.693000', '155002.695000', '155002.698000', '155002.700000', '155002.703000', '155002.706000', '155002.708000', '155002.711000', '155002.713000', '155002.716000', '155002.719000', '155002.721000', '155002.724000', '155002.727000', '155002.729000', '155002.732000', '155022.619000', '155022.622000', '155022.624000', '155022.627000', '155022.630000', '155022.632000', '155022.635000', '155022.655000', '155022.658000', '155022.660000', '155022.663000', '155022.665000', '155022.668000', '155022.671000', '155022.673000', '155022.676000', '155022.678000', '155022.681000', '155022.684000', '155022.686000', '155022.689000', '155022.692000', '155022.694000', '155022.697000', '155022.699000', '155022.702000', '155022.705000', '155022.707000', '155022.710000', '155022.712000', '155022.715000', '155022.717000', '155022.720000', '155022.723000', '155022.725000', '155022.728000', '155022.731000', '155022.733000', '155022.736000', '155022.738000', '155022.741000', '155022.744000', '155022.746000', '155042.618000', '155042.621000', '155042.630000', '155042.633000', '155042.635000', '155042.638000', '155042.641000', '155042.644000', '155042.646000', '155042.649000', '155042.652000', '155042.654000', '155042.657000', '155042.659000', '155042.662000', '155042.664000', '155042.667000', '155042.670000', '155042.672000', '155042.675000', '155042.678000', '155042.680000', '155042.683000', '155042.686000', '155042.688000', '155042.691000', '155042.693000', '155042.696000', '155042.699000', '155042.701000', '155042.704000', '155042.706000', '155042.709000', '155042.712000', '155042.714000', '155042.717000', '155042.719000', '155042.722000', '155042.725000', '155042.727000', '155042.730000', '155042.732000', '155042.735000', '155042.738000', '155100.960000', '155100.963000', '155100.966000', '155100.968000', '155100.971000', '155100.974000', '155100.977000', '155100.980000', '155100.983000', '155100.985000', '155100.989000', '155100.992000', '155100.994000', '155100.997000', '155101.004000', '155101.007000', '155101.010000', '155101.013000', '155101.017000', '155101.020000', '155101.024000', '155101.027000', '155101.031000', '155101.034000', '155101.036000', '155101.039000', '155101.042000', '155101.046000', '155101.049000', '155101.053000', '155101.056000', '155101.060000', '155101.063000', '155101.066000', '155101.069000', '155101.072000', '155101.074000', '155101.077000', '155101.080000', '155101.082000'], 'InstanceCreationTime': ['154422.675000', '154422.678000', '154422.681000', '154422.684000', '154422.688000', '154422.690000', '154422.693000', '154422.695000', '154422.698000', '154422.701000', '154422.703000', '154422.706000', '154422.709000', '154422.711000', '154422.714000', '154422.717000', '154422.719000', '154422.722000', '154422.724000', '154422.727000', '154422.730000', '154422.732000', '154422.735000', '154422.737000', '154422.740000', '154422.743000', '154422.745000', '154422.748000', '154422.750000', '154422.753000', '154422.756000', '154422.758000', '154422.761000', '154422.763000', '154422.766000', '154422.769000', '154422.771000', '154422.774000', '154422.777000', '154422.783000', '154422.785000', '154422.788000', '154422.791000', '154422.793000', '154422.796000', '154422.798000', '154422.801000', '154442.617000', '154442.620000', '154442.623000', '154442.626000', '154442.629000', '154442.631000', '154442.634000', '154442.637000', '154442.639000', '154442.642000', '154442.644000', '154442.647000', '154442.650000', '154442.652000', '154442.655000', '154442.658000', '154442.660000', '154442.663000', '154442.665000', '154442.668000', '154442.670000', '154442.673000', '154442.676000', '154442.678000', '154442.681000', '154442.683000', '154442.686000', '154442.689000', '154442.691000', '154442.694000', '154442.696000', '154442.699000', '154442.702000', '154442.704000', '154442.707000', '154442.709000', '154442.712000', '154442.715000', '154442.717000', '154442.720000', '154442.728000', '154442.730000', '154442.733000', '154442.736000', '154502.617000', '154502.620000', '154502.623000', '154502.625000', '154502.628000', '154502.631000', '154502.633000', '154502.636000', '154502.639000', '154502.646000', '154502.649000', '154502.652000', '154502.654000', '154502.657000', '154502.659000', '154502.662000', '154502.665000', '154502.667000', '154502.670000', '154502.672000', '154502.675000', '154502.678000', '154502.680000', '154502.683000', '154502.685000', '154502.688000', '154502.691000', '154502.693000', '154502.696000', '154502.698000', '154502.701000', '154502.704000', '154502.706000', '154502.709000', '154502.711000', '154502.714000', '154502.717000', '154502.719000', '154502.722000', '154502.724000', '154502.727000', '154502.730000', '154502.732000', '154522.618000', '154522.621000', '154522.624000', '154522.627000', '154522.629000', '154522.632000', '154522.635000', '154522.637000', '154522.640000', '154522.647000', '154522.650000', '154522.653000', '154522.655000', '154522.658000', '154522.660000', '154522.663000', '154522.666000', '154522.668000', '154522.671000', '154522.673000', '154522.676000', '154522.679000', '154522.681000', '154522.684000', '154522.686000', '154522.689000', '154522.692000', '154522.694000', '154522.697000', '154522.699000', '154522.702000', '154522.705000', '154522.707000', '154522.710000', '154522.712000', '154522.715000', '154522.718000', '154522.720000', '154522.723000', '154522.725000', '154522.728000', '154522.731000', '154522.733000', '154522.736000', '154542.618000', '154542.621000', '154542.624000', '154542.626000', '154542.629000', '154542.632000', '154542.634000', '154542.637000', '154542.640000', '154542.642000', '154542.645000', '154542.647000', '154542.650000', '154542.653000', '154542.655000', '154542.658000', '154542.661000', '154542.663000', '154542.666000', '154542.669000', '154542.672000', '154542.675000', '154542.678000', '154542.689000', '154542.692000', '154542.694000', '154542.698000', '154542.701000', '154542.703000', '154542.706000', '154542.709000', '154542.711000', '154542.714000', '154542.716000', '154542.719000', '154542.722000', '154542.724000', '154542.727000', '154542.729000', '154542.732000', '154542.735000', '154542.737000', '154542.740000', '154602.618000', '154602.622000', '154602.624000', '154602.627000', '154602.629000', '154602.632000', '154602.635000', '154602.637000', '154602.640000', '154602.651000', '154602.654000', '154602.656000', '154602.659000', '154602.662000', '154602.664000', '154602.667000', '154602.669000', '154602.672000', '154602.675000', '154602.678000', '154602.680000', '154602.683000', '154602.685000', '154602.688000', '154602.690000', '154602.693000', '154602.696000', '154602.698000', '154602.701000', '154602.703000', '154602.706000', '154602.714000', '154602.717000', '154602.720000', '154602.722000', '154602.725000', '154602.728000', '154602.730000', '154602.733000', '154602.735000', '154602.738000', '154602.741000', '154602.743000', '154602.746000', '154622.617000', '154622.620000', '154622.623000', '154622.626000', '154622.628000', '154622.631000', '154622.634000', '154622.636000', '154622.639000', '154622.642000', '154622.644000', '154622.647000', '154622.650000', '154622.653000', '154622.656000', '154622.659000', '154622.661000', '154622.664000', '154622.667000', '154622.669000', '154622.672000', '154622.675000', '154622.677000', '154622.680000', '154622.682000', '154622.685000', '154622.688000', '154622.690000', '154622.693000', '154622.696000', '154622.698000', '154622.701000', '154622.703000', '154622.706000', '154622.709000', '154622.711000', '154622.714000', '154622.717000', '154622.719000', '154622.722000', '154622.724000', '154622.727000', '154622.730000', '154642.617000', '154642.620000', '154642.623000', '154642.626000', '154642.629000', '154642.631000', '154642.639000', '154642.641000', '154642.644000', '154642.647000', '154642.650000', '154642.652000', '154642.655000', '154642.658000', '154642.660000', '154642.663000', '154642.665000', '154642.668000', '154642.671000', '154642.673000', '154642.676000', '154642.678000', '154642.681000', '154642.683000', '154642.686000', '154642.689000', '154642.691000', '154642.694000', '154642.696000', '154642.699000', '154642.702000', '154642.704000', '154642.707000', '154642.710000', '154642.712000', '154642.715000', '154642.718000', '154642.720000', '154642.723000', '154642.725000', '154642.728000', '154642.730000', '154642.733000', '154642.736000', '154702.617000', '154702.620000', '154702.624000', '154702.626000', '154702.629000', '154702.631000', '154702.634000', '154702.637000', '154702.639000', '154702.642000', '154702.645000', '154702.647000', '154702.650000', '154702.652000', '154702.655000', '154702.658000', '154702.660000', '154702.663000', '154702.665000', '154702.668000', '154702.671000', '154702.674000', '154702.676000', '154702.679000', '154702.684000', '154702.687000', '154702.689000', '154702.692000', '154702.695000', '154702.697000', '154702.700000', '154702.703000', '154702.705000', '154702.708000', '154702.711000', '154702.713000', '154702.716000', '154702.718000', '154702.721000', '154702.723000', '154702.726000', '154702.729000', '154702.731000', '154722.618000', '154722.620000', '154722.623000', '154722.626000', '154722.629000', '154722.632000', '154722.634000', '154722.637000', '154722.640000', '154722.642000', '154722.645000', '154722.647000', '154722.650000', '154722.653000', '154722.655000', '154722.658000', '154722.661000', '154722.663000', '154722.666000', '154722.668000', '154722.671000', '154722.674000', '154722.676000', '154722.679000', '154722.681000', '154722.684000', '154722.687000', '154722.689000', '154722.692000', '154722.694000', '154722.707000', '154722.710000', '154722.714000', '154722.717000', '154722.720000', '154722.722000', '154722.725000', '154722.728000', '154722.730000', '154722.733000', '154722.735000', '154722.738000', '154722.740000', '154722.743000', '154742.619000', '154742.621000', '154742.624000', '154742.627000', '154742.629000', '154742.632000', '154742.634000', '154742.637000', '154742.640000', '154742.642000', '154742.645000', '154742.648000', '154742.650000', '154742.653000', '154742.656000', '154742.658000', '154742.661000', '154742.664000', '154742.666000', '154742.669000', '154742.671000', '154742.674000', '154742.677000', '154742.679000', '154742.682000', '154742.685000', '154742.687000', '154742.690000', '154742.692000', '154742.695000', '154742.698000', '154742.700000', '154742.703000', '154742.706000', '154742.708000', '154742.711000', '154742.713000', '154742.716000', '154742.719000', '154742.721000', '154742.724000', '154742.727000', '154742.730000', '154802.619000', '154802.621000', '154802.624000', '154802.627000', '154802.629000', '154802.632000', '154802.635000', '154802.637000', '154802.640000', '154802.642000', '154802.645000', '154802.648000', '154802.650000', '154802.653000', '154802.656000', '154802.658000', '154802.661000', '154802.663000', '154802.666000', '154802.669000', '154802.671000', '154802.674000', '154802.677000', '154802.679000', '154802.682000', '154802.684000', '154802.687000', '154802.690000', '154802.692000', '154802.695000', '154802.698000', '154802.700000', '154802.703000', '154802.705000', '154802.708000', '154802.711000', '154802.713000', '154802.716000', '154802.719000', '154802.721000', '154802.724000', '154802.726000', '154802.729000', '154802.732000', '154822.618000', '154822.621000', '154822.624000', '154822.626000', '154822.629000', '154822.632000', '154822.635000', '154822.637000', '154822.640000', '154822.643000', '154822.645000', '154822.648000', '154822.651000', '154822.654000', '154822.656000', '154822.659000', '154822.661000', '154822.664000', '154822.667000', '154822.669000', '154822.672000', '154822.674000', '154822.677000', '154822.680000', '154822.682000', '154822.685000', '154822.688000', '154822.690000', '154822.693000', '154822.695000', '154822.698000', '154822.701000', '154822.703000', '154822.706000', '154822.708000', '154822.711000', '154822.714000', '154822.716000', '154822.719000', '154822.721000', '154822.724000', '154822.727000', '154822.729000', '154842.617000', '154842.620000', '154842.623000', '154842.626000', '154842.628000', '154842.631000', '154842.634000', '154842.637000', '154842.639000', '154842.642000', '154842.644000', '154842.647000', '154842.650000', '154842.652000', '154842.655000', '154842.658000', '154842.660000', '154842.663000', '154842.665000', '154842.668000', '154842.671000', '154842.673000', '154842.676000', '154842.678000', '154842.681000', '154842.684000', '154842.687000', '154842.689000', '154842.692000', '154842.694000', '154842.697000', '154842.700000', '154842.702000', '154842.705000', '154842.707000', '154842.710000', '154842.713000', '154842.716000', '154842.718000', '154842.721000', '154842.723000', '154842.726000', '154842.729000', '154842.731000', '154902.618000', '154902.620000', '154902.623000', '154902.626000', '154902.628000', '154902.631000', '154902.633000', '154902.636000', '154902.639000', '154902.641000', '154902.644000', '154902.647000', '154902.649000', '154902.652000', '154902.654000', '154902.657000', '154902.660000', '154902.662000', '154902.665000', '154902.668000', '154902.670000', '154902.673000', '154902.675000', '154902.678000', '154902.681000', '154902.683000', '154902.686000', '154902.689000', '154902.691000', '154902.694000', '154902.697000', '154902.699000', '154902.702000', '154902.705000', '154902.707000', '154902.710000', '154902.712000', '154902.715000', '154902.718000', '154902.720000', '154902.723000', '154902.726000', '154902.728000', '154922.618000', '154922.621000', '154922.623000', '154922.626000', '154922.629000', '154922.632000', '154922.634000', '154922.637000', '154922.639000', '154922.642000', '154922.645000', '154922.647000', '154922.650000', '154922.652000', '154922.655000', '154922.658000', '154922.660000', '154922.663000', '154922.665000', '154922.668000', '154922.671000', '154922.673000', '154922.676000', '154922.679000', '154922.681000', '154922.684000', '154922.686000', '154922.689000', '154922.692000', '154922.694000', '154922.697000', '154922.699000', '154922.702000', '154922.705000', '154922.707000', '154922.710000', '154922.712000', '154922.715000', '154922.718000', '154922.720000', '154922.723000', '154922.725000', '154922.728000', '154922.731000', '154942.617000', '154942.620000', '154942.623000', '154942.626000', '154942.628000', '154942.631000', '154942.634000', '154942.636000', '154942.639000', '154942.641000', '154942.644000', '154942.647000', '154942.649000', '154942.652000', '154942.655000', '154942.657000', '154942.660000', '154942.662000', '154942.665000', '154942.668000', '154942.670000', '154942.673000', '154942.676000', '154942.678000', '154942.681000', '154942.684000', '154942.686000', '154942.689000', '154942.692000', '154942.694000', '154942.697000', '154942.700000', '154942.702000', '154942.707000', '154942.709000', '154942.712000', '154942.715000', '154942.717000', '154942.720000', '154942.723000', '154942.725000', '154942.728000', '154942.731000', '155002.618000', '155002.621000', '155002.624000', '155002.627000', '155002.630000', '155002.632000', '155002.635000', '155002.638000', '155002.640000', '155002.643000', '155002.645000', '155002.648000', '155002.651000', '155002.653000', '155002.656000', '155002.659000', '155002.661000', '155002.664000', '155002.666000', '155002.669000', '155002.672000', '155002.674000', '155002.677000', '155002.680000', '155002.682000', '155002.685000', '155002.687000', '155002.690000', '155002.693000', '155002.695000', '155002.698000', '155002.700000', '155002.703000', '155002.706000', '155002.708000', '155002.711000', '155002.713000', '155002.716000', '155002.719000', '155002.721000', '155002.724000', '155002.727000', '155002.729000', '155002.732000', '155022.619000', '155022.622000', '155022.624000', '155022.627000', '155022.630000', '155022.632000', '155022.635000', '155022.655000', '155022.658000', '155022.660000', '155022.663000', '155022.665000', '155022.668000', '155022.671000', '155022.673000', '155022.676000', '155022.678000', '155022.681000', '155022.684000', '155022.686000', '155022.689000', '155022.692000', '155022.694000', '155022.697000', '155022.699000', '155022.702000', '155022.705000', '155022.707000', '155022.710000', '155022.712000', '155022.715000', '155022.717000', '155022.720000', '155022.723000', '155022.725000', '155022.728000', '155022.731000', '155022.733000', '155022.736000', '155022.738000', '155022.741000', '155022.744000', '155022.746000', '155042.618000', '155042.621000', '155042.630000', '155042.633000', '155042.635000', '155042.638000', '155042.641000', '155042.644000', '155042.646000', '155042.649000', '155042.652000', '155042.654000', '155042.657000', '155042.659000', '155042.662000', '155042.664000', '155042.667000', '155042.670000', '155042.672000', '155042.675000', '155042.678000', '155042.680000', '155042.683000', '155042.686000', '155042.688000', '155042.691000', '155042.693000', '155042.696000', '155042.699000', '155042.701000', '155042.704000', '155042.706000', '155042.709000', '155042.712000', '155042.714000', '155042.717000', '155042.719000', '155042.722000', '155042.725000', '155042.727000', '155042.730000', '155042.732000', '155042.735000', '155042.738000', '155100.960000', '155100.963000', '155100.966000', '155100.968000', '155100.971000', '155100.974000', '155100.977000', '155100.980000', '155100.983000', '155100.985000', '155100.989000', '155100.992000', '155100.994000', '155100.997000', '155101.004000', '155101.007000', '155101.010000', '155101.013000', '155101.017000', '155101.020000', '155101.024000', '155101.027000', '155101.031000', '155101.034000', '155101.036000', '155101.039000', '155101.042000', '155101.046000', '155101.049000', '155101.053000', '155101.056000', '155101.060000', '155101.063000', '155101.066000', '155101.069000', '155101.072000', '155101.074000', '155101.077000', '155101.080000', '155101.082000'], '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': [7484, 8266, 9825, 7685, 10258, 10437, 9050, 8500, 12339, 9146, 7320, 12286, 9636, 13124, 9664, 7712, 9387, 7398, 11915, 8243, 7623, 8678, 6803, 8809, 6848, 9622, 6887, 7988, 8041, 6849, 8595, 7331, 9817, 7074, 9224, 7385, 11416, 8340, 11750, 8138, 10748, 8204, 11293, 8738, 10848, 9684, 7530, 9913, 8601, 12018, 8158, 10581, 7949, 10644, 8330, 12866, 8584, 8780, 9078, 9772, 9731, 9122, 10130, 7521, 10069, 9368, 9624, 11243, 9693, 7708, 9381, 7575, 9808, 9192, 10396, 7511, 9993, 7178, 9466, 7397, 11249, 7813, 9503, 7787, 10565, 7998, 10696, 8216, 7515, 9106, 10479, 9868, 7748, 10291, 7544, 9700, 11483, 9662, 7331, 10145, 7906, 10829, 7694, 12647, 8545, 10583, 8388, 9488, 9552, 7377, 11424, 7817, 11185, 7560, 10985, 8658, 10664, 7536, 9507, 7431, 10624, 8659, 8439, 9372, 7047, 9381, 8433, 10214, 9886, 10512, 7723, 9713, 7481, 10155, 7958, 11701, 7836, 11373, 7875, 10574, 8542, 10115, 8957, 11647, 8644, 11213, 8267, 11469, 7916, 9156, 7939, 11463, 8575, 6707, 9719, 7283, 9801, 7771, 11510, 8512, 11194, 8045, 12170, 9839, 7063, 9749, 7047, 9592, 7777, 10998, 7574, 9948, 7671, 10259, 8198, 11626, 8002, 10972, 8105, 11740, 8875, 7605, 9599, 7150, 9532, 7855, 11639, 8029, 10936, 8180, 11127, 8118, 12119, 7995, 8249, 9191, 13661, 9702, 11492, 8380, 10172, 7272, 10167, 7663, 10312, 7972, 10368, 7894, 9942, 9786, 6813, 9871, 7879, 10821, 8478, 9437, 9605, 6742, 9269, 7909, 12411, 8817, 7178, 9786, 10210, 10291, 11010, 10832, 7929, 10796, 8709, 8094, 9723, 7971, 11085, 8650, 11014, 8583, 11611, 9328, 7375, 9527, 7255, 9341, 7669, 11703, 8308, 9321, 8668, 11796, 8682, 6921, 9644, 7006, 9109, 6803, 9999, 7975, 9000, 8744, 11164, 8924, 10105, 10907, 7611, 11266, 8348, 7945, 9675, 7918, 11223, 8233, 11145, 8631, 11871, 8936, 12124, 8215, 10363, 8031, 10528, 8591, 8347, 9084, 6591, 9327, 6815, 10337, 7426, 10476, 8025, 7840, 8963, 11479, 10019, 7373, 10420, 7491, 10134, 7913, 11309, 7630, 10596, 7619, 10580, 7493, 11648, 8205, 8752, 8517, 11794, 8633, 6694, 9662, 7560, 9274, 7430, 11265, 8792, 10482, 8605, 10946, 8618, 12845, 9560, 7699, 9286, 7175, 9666, 8040, 11396, 7597, 10518, 8327, 10283, 8481, 8606, 9484, 6595, 8941, 6762, 10067, 8387, 8370, 9290, 7453, 9658, 7531, 12415, 8790, 8893, 9037, 12331, 9271, 8832, 11162, 8032, 10650, 8655, 11995, 9977, 9797, 10098, 7319, 9719, 7239, 11094, 8930, 7298, 9575, 7786, 9522, 8550, 10218, 9897, 6900, 10030, 8402, 9230, 10809, 7829, 10688, 9123, 12296, 9301, 11441, 10130, 6989, 8941, 8413, 6707, 9691, 8991, 6920, 9867, 7580, 10650, 8895, 9927, 10220, 7205, 9998, 7755, 13091, 9770, 7320, 9685, 7854, 9023, 10217, 8157, 8077, 9890, 7836, 11078, 10604, 8190, 12677, 9550, 7484, 12039, 9638, 9184, 10471, 8058, 12068, 9380, 7516, 12064, 9237, 7427, 10581, 8954, 7451, 11480, 9398, 7557, 11778, 9541, 7678, 12153, 8834, 6864, 9705, 8096, 10306, 10086, 7720, 8750, 8618, 6702, 10469, 8729, 7879, 9212, 6761, 9623, 6852, 10195, 7852, 6809, 8906, 6509, 9529, 8342, 9432, 9633, 6759, 9519, 8853, 10051, 10312, 7725, 10341, 9095, 7441, 12522, 9951, 8300, 10050, 7307, 11651, 9458, 13200, 8955, 7189, 9656, 7358, 11596, 8602, 10102, 8637, 8052, 9602, 7290, 11009, 7976, 9103, 8822, 8579, 10443, 8024, 11419, 8292, 11256, 9079, 10557, 10371, 7251, 10430, 8544, 10333, 8489, 13056, 9404, 7114, 9218, 8782, 9426, 12426, 9828, 7104, 9574, 7185, 9557, 8219, 7956, 9196, 6513, 9314, 6872, 10167, 8985, 11537, 8828, 7818, 9358, 7980, 12636, 9394, 10831, 8708, 11257, 8671, 11660, 9450, 9291, 9377, 6885, 10621, 8401, 7019, 11054, 8519, 6808, 9208, 7623, 11636, 8941, 11716, 8760, 10060, 8979, 13619, 10022, 7627, 10826, 8071, 9889, 8299, 8380, 10076, 7046, 9726, 7989, 10629, 9189, 8403, 9647, 7070, 10077, 7863, 10571, 8006, 11176, 8098, 7027, 9086, 7287, 11284, 9144, 6829, 10299, 7918, 10455, 8096, 12071, 9179, 11631, 9092, 10999, 8797, 11669, 9362, 8147, 9850, 7355, 10244, 8306, 8109, 11118, 8290, 9290, 9210, 6850, 10004, 8294, 12623, 8878, 7027, 9865, 7628, 11057, 9244, 7592, 10398, 8238, 7911, 9635, 7422, 12513, 9285, 7562, 10083, 7941, 11045, 9695, 9650, 10481, 7980, 11120, 8393, 7532, 10560, 7829, 7866, 9164, 10067, 9764, 9686, 10987, 7774, 9312, 8363, 10840, 8742, 8194, 9464, 6683, 9260, 7845, 11175, 9561, 7326, 10555, 7054, 10947, 9045, 10273, 11057, 8128, 10783, 8533, 8204, 10911, 7888, 8978, 9374, 12525, 9480, 11818, 10173, 7399, 10155, 8246, 10279, 8946, 7525, 11081, 8582, 7403, 9697, 7023, 12154, 9412, 7499, 10074, 8182, 10975, 9884, 7040, 11111, 8672, 8119, 9398, 7626, 12150, 8835, 8823, 9468, 6727, 10565, 9203, 8284, 10288, 8183, 10984, 8887, 9592, 10774, 7597, 11004, 8312, 6857, 9472, 7244, 11872, 8028, 7346, 9017, 6849, 10372, 8461, 10093, 8618, 6500, 9632, 7867, 12852, 9425, 7048, 10302, 8491, 6752, 11221, 9577, 7085, 9957, 7132, 11013, 8438, 13366, 9229, 8333, 10788, 8117, 7303, 10812, 8005, 11599, 7793, 11270, 8994, 8945, 10636, 8625, 9805, 10526, 9122, 14019, 10946, 8237, 10822, 8939, 8828, 10314, 8760, 11085, 9658, 7833, 8870, 10297, 8806, 6462, 10569, 8662, 6923, 12350, 9085, 6977, 8692, 8626, 7210, 9304, 8777, 7350, 6412, 9108, 8053, 6465, 10605, 8189, 6583, 10427, 8723, 7728, 11076, 9906, 7840, 11040, 9891, 8134, 12072, 10803, 8354, 8794, 10138, 8210, 11037, 11080, 8806, 7676, 10359, 8904, 9547, 11896, 9103, 7321, 10438, 8667, 7531, 11285, 9481, 6872, 11281, 8801, 7074, 12563, 9775, 7845, 9226, 9735, 8383, 10900, 10826, 8850, 7304, 10324, 8687, 7824, 11722, 9084, 7217, 9503, 9411, 8259, 7120, 10444, 8926, 7608, 10232, 8953, 7102, 10526, 9223, 8658, 10704, 8651, 8497, 10139, 8509, 6580, 9426, 8488, 6594, 9843, 7686, 11045, 9222, 11886, 10020, 6873, 9992, 8625, 10948, 10283, 7723, 8880, 9146, 7109, 11371, 9844, 7367, 10454, 8931, 7738, 10764, 9201, 7950, 10312, 8485, 9373, 10347, 8425, 8149, 9861, 7963, 10704, 9788, 10244, 10519, 8032, 11080, 8663], 'WindowCenter': [3957.0, 3954.0, 3961.0, 3928.0, 3947.0, 3946.0, 3937.0, 3937.0, 3968.0, 3947.0, 3915.0, 3955.0, 3935.0, 3953.0, 3933.0, 3911.0, 3921.0, 3901.0, 3942.0, 3910.0, 3911.0, 3922.0, 3891.0, 3922.0, 3891.0, 3934.0, 3903.0, 3924.0, 3926.0, 3904.0, 3937.0, 3916.0, 3948.0, 3917.0, 3947.0, 3927.0, 3958.0, 3938.0, 3957.0, 3926.0, 3945.0, 3925.0, 3945.0, 3926.0, 3944.0, 3934.0, 3914.0, 3945.0, 3923.0, 3956.0, 3913.0, 3944.0, 3913.0, 3932.0, 3912.0, 3954.0, 3923.0, 3923.0, 3934.0, 3932.0, 3935.0, 3933.0, 3944.0, 3912.0, 3934.0, 3921.0, 3933.0, 3943.0, 3933.0, 3911.0, 3932.0, 3900.0, 3932.0, 3921.0, 3932.0, 3901.0, 3932.0, 3902.0, 3932.0, 3902.0, 3943.0, 3913.0, 3933.0, 3913.0, 3943.0, 3913.0, 3943.0, 3924.0, 3913.0, 3935.0, 3944.0, 3935.0, 3913.0, 3944.0, 3912.0, 3933.0, 3943.0, 3934.0, 3902.0, 3933.0, 3913.0, 3943.0, 3913.0, 3955.0, 3923.0, 3943.0, 3925.0, 3933.0, 3935.0, 3914.0, 3955.0, 3914.0, 3945.0, 3901.0, 3944.0, 3911.0, 3933.0, 3912.0, 3930.0, 3900.0, 3943.0, 3925.0, 3924.0, 3934.0, 3903.0, 3935.0, 3911.0, 3934.0, 3932.0, 3932.0, 3912.0, 3932.0, 3901.0, 3932.0, 3911.0, 3943.0, 3913.0, 3943.0, 3913.0, 3933.0, 3924.0, 3932.0, 3923.0, 3942.0, 3922.0, 3931.0, 3910.0, 3940.0, 3910.0, 3922.0, 3912.0, 3942.0, 3923.0, 3892.0, 3933.0, 3915.0, 3944.0, 3914.0, 3955.0, 3925.0, 3942.0, 3913.0, 3944.0, 3934.0, 3902.0, 3934.0, 3903.0, 3933.0, 3913.0, 3943.0, 3912.0, 3933.0, 3914.0, 3944.0, 3925.0, 3955.0, 3925.0, 3944.0, 3924.0, 3944.0, 3935.0, 3914.0, 3933.0, 3903.0, 3935.0, 3913.0, 3943.0, 3913.0, 3943.0, 3923.0, 3942.0, 3913.0, 3954.0, 3924.0, 3923.0, 3935.0, 3955.0, 3934.0, 3943.0, 3913.0, 3932.0, 3901.0, 3931.0, 3901.0, 3932.0, 3911.0, 3931.0, 3912.0, 3932.0, 3933.0, 3892.0, 3933.0, 3913.0, 3943.0, 3923.0, 3933.0, 3933.0, 3903.0, 3934.0, 3925.0, 3955.0, 3935.0, 3904.0, 3946.0, 3933.0, 3933.0, 3933.0, 3931.0, 3911.0, 3931.0, 3922.0, 3911.0, 3933.0, 3912.0, 3945.0, 3923.0, 3943.0, 3922.0, 3942.0, 3922.0, 3901.0, 3932.0, 3901.0, 3921.0, 3901.0, 3943.0, 3913.0, 3921.0, 3924.0, 3942.0, 3923.0, 3902.0, 3933.0, 3915.0, 3934.0, 3904.0, 3946.0, 3926.0, 3936.0, 3937.0, 3944.0, 3935.0, 3945.0, 3945.0, 3914.0, 3944.0, 3925.0, 3924.0, 3935.0, 3925.0, 3956.0, 3926.0, 3945.0, 3923.0, 3945.0, 3923.0, 3943.0, 3913.0, 3932.0, 3911.0, 3932.0, 3922.0, 3911.0, 3922.0, 3892.0, 3934.0, 3892.0, 3934.0, 3903.0, 3944.0, 3925.0, 3924.0, 3936.0, 3945.0, 3935.0, 3903.0, 3944.0, 3902.0, 3932.0, 3911.0, 3943.0, 3900.0, 3931.0, 3900.0, 3931.0, 3900.0, 3942.0, 3911.0, 3921.0, 3923.0, 3943.0, 3923.0, 3891.0, 3933.0, 3914.0, 3934.0, 3903.0, 3945.0, 3925.0, 3944.0, 3925.0, 3944.0, 3923.0, 3954.0, 3934.0, 3912.0, 3922.0, 3901.0, 3933.0, 3911.0, 3943.0, 3901.0, 3931.0, 3912.0, 3931.0, 3923.0, 3922.0, 3932.0, 3903.0, 3923.0, 3892.0, 3934.0, 3924.0, 3924.0, 3934.0, 3915.0, 3935.0, 3913.0, 3955.0, 3924.0, 3922.0, 3924.0, 3954.0, 3934.0, 3923.0, 3943.0, 3914.0, 3934.0, 3923.0, 3942.0, 3932.0, 3921.0, 3931.0, 3900.0, 3921.0, 3900.0, 3931.0, 3921.0, 3900.0, 3931.0, 3913.0, 3933.0, 3923.0, 3933.0, 3933.0, 3902.0, 3933.0, 3924.0, 3934.0, 3945.0, 3914.0, 3944.0, 3935.0, 3944.0, 3923.0, 3943.0, 3932.0, 3902.0, 3922.0, 3923.0, 3904.0, 3946.0, 3937.0, 3916.0, 3947.0, 3927.0, 3946.0, 3937.0, 3936.0, 3946.0, 3914.0, 3935.0, 3913.0, 3955.0, 3934.0, 3915.0, 3946.0, 3927.0, 3935.0, 3946.0, 3926.0, 3925.0, 3945.0, 3915.0, 3956.0, 3959.0, 3926.0, 3956.0, 3934.0, 3902.0, 3945.0, 3934.0, 3923.0, 3932.0, 3911.0, 3942.0, 3922.0, 3901.0, 3942.0, 3921.0, 3901.0, 3931.0, 3922.0, 3902.0, 3943.0, 3922.0, 3912.0, 3942.0, 3922.0, 3901.0, 3943.0, 3921.0, 3890.0, 3920.0, 3900.0, 3931.0, 3931.0, 3901.0, 3921.0, 3922.0, 3892.0, 3944.0, 3924.0, 3913.0, 3934.0, 3892.0, 3933.0, 3892.0, 3945.0, 3925.0, 3905.0, 3936.0, 3906.0, 3947.0, 3938.0, 3947.0, 3947.0, 3906.0, 3947.0, 3937.0, 3947.0, 3946.0, 3916.0, 3946.0, 3936.0, 3916.0, 3958.0, 3947.0, 3925.0, 3935.0, 3904.0, 3946.0, 3935.0, 3955.0, 3923.0, 3902.0, 3933.0, 3902.0, 3944.0, 3923.0, 3932.0, 3923.0, 3912.0, 3934.0, 3902.0, 3945.0, 3926.0, 3935.0, 3936.0, 3924.0, 3945.0, 3914.0, 3945.0, 3924.0, 3944.0, 3935.0, 3945.0, 3946.0, 3914.0, 3945.0, 3925.0, 3945.0, 3925.0, 3956.0, 3935.0, 3904.0, 3935.0, 3923.0, 3934.0, 3944.0, 3934.0, 3902.0, 3933.0, 3903.0, 3934.0, 3925.0, 3925.0, 3936.0, 3905.0, 3937.0, 3906.0, 3948.0, 3936.0, 3957.0, 3936.0, 3914.0, 3935.0, 3914.0, 3956.0, 3935.0, 3944.0, 3923.0, 3932.0, 3911.0, 3931.0, 3922.0, 3920.0, 3921.0, 3901.0, 3943.0, 3925.0, 3917.0, 3958.0, 3937.0, 3906.0, 3936.0, 3915.0, 3958.0, 3936.0, 3955.0, 3925.0, 3933.0, 3924.0, 3954.0, 3922.0, 3900.0, 3931.0, 3911.0, 3921.0, 3911.0, 3911.0, 3932.0, 3902.0, 3933.0, 3913.0, 3933.0, 3934.0, 3912.0, 3933.0, 3901.0, 3933.0, 3902.0, 3932.0, 3901.0, 3932.0, 3911.0, 3901.0, 3923.0, 3914.0, 3956.0, 3937.0, 3906.0, 3961.0, 3941.0, 3959.0, 3927.0, 3969.0, 3937.0, 3944.0, 3924.0, 3944.0, 3923.0, 3943.0, 3923.0, 3912.0, 3932.0, 3902.0, 3932.0, 3923.0, 3924.0, 3946.0, 3924.0, 3934.0, 3934.0, 3893.0, 3934.0, 3924.0, 3955.0, 3924.0, 3903.0, 3934.0, 3913.0, 3944.0, 3935.0, 3914.0, 3944.0, 3924.0, 3914.0, 3935.0, 3915.0, 3957.0, 3936.0, 3914.0, 3946.0, 3925.0, 3945.0, 3936.0, 3935.0, 3944.0, 3914.0, 3944.0, 3924.0, 3914.0, 3946.0, 3926.0, 3925.0, 3948.0, 3947.0, 3948.0, 3935.0, 3945.0, 3914.0, 3934.0, 3925.0, 3945.0, 3925.0, 3925.0, 3935.0, 3906.0, 3935.0, 3926.0, 3957.0, 3948.0, 3916.0, 3946.0, 3904.0, 3945.0, 3925.0, 3945.0, 3944.0, 3913.0, 3944.0, 3924.0, 3924.0, 3946.0, 3925.0, 3935.0, 3947.0, 3955.0, 3934.0, 3944.0, 3934.0, 3902.0, 3933.0, 3912.0, 3931.0, 3923.0, 3913.0, 3945.0, 3924.0, 3902.0, 3933.0, 3902.0, 3955.0, 3934.0, 3903.0, 3933.0, 3923.0, 3943.0, 3934.0, 3903.0, 3945.0, 3925.0, 3924.0, 3934.0, 3913.0, 3956.0, 3934.0, 3934.0, 3934.0, 3903.0, 3944.0, 3935.0, 3924.0, 3943.0, 3924.0, 3944.0, 3935.0, 3934.0, 3945.0, 3913.0, 3944.0, 3924.0, 3903.0, 3934.0, 3914.0, 3956.0, 3925.0, 3915.0, 3936.0, 3905.0, 3947.0, 3926.0, 3946.0, 3936.0, 3894.0, 3935.0, 3925.0, 3967.0, 3936.0, 3916.0, 3946.0, 3936.0, 3906.0, 3958.0, 3949.0, 3917.0, 3948.0, 3904.0, 3946.0, 3925.0, 3968.0, 3948.0, 3938.0, 3958.0, 3938.0, 3927.0, 3956.0, 3913.0, 3942.0, 3901.0, 3942.0, 3923.0, 3923.0, 3944.0, 3924.0, 3933.0, 3931.0, 3909.0, 3940.0, 3918.0, 3884.0, 3903.0, 3893.0, 3893.0, 3904.0, 3893.0, 3914.0, 3893.0, 3883.0, 3893.0, 3903.0, 3893.0, 3862.0, 3915.0, 3895.0, 3875.0, 3928.0, 3906.0, 3887.0, 3907.0, 3907.0, 3898.0, 3919.0, 3909.0, 3900.0, 3890.0, 3932.0, 3923.0, 3893.0, 3945.0, 3925.0, 3905.0, 3956.0, 3936.0, 3926.0, 3957.0, 3947.0, 3926.0, 3956.0, 3946.0, 3926.0, 3957.0, 3946.0, 3925.0, 3935.0, 3945.0, 3925.0, 3946.0, 3956.0, 3935.0, 3915.0, 3945.0, 3935.0, 3935.0, 3956.0, 3935.0, 3914.0, 3944.0, 3924.0, 3913.0, 3955.0, 3935.0, 3903.0, 3955.0, 3934.0, 3904.0, 3957.0, 3946.0, 3925.0, 3935.0, 3934.0, 3924.0, 3945.0, 3946.0, 3935.0, 3913.0, 3944.0, 3923.0, 3913.0, 3955.0, 3933.0, 3903.0, 3934.0, 3935.0, 3925.0, 3904.0, 3945.0, 3935.0, 3914.0, 3947.0, 3935.0, 3903.0, 3945.0, 3934.0, 3923.0, 3934.0, 3924.0, 3923.0, 3933.0, 3923.0, 3903.0, 3934.0, 3936.0, 3905.0, 3946.0, 3915.0, 3946.0, 3936.0, 3956.0, 3935.0, 3904.0, 3945.0, 3925.0, 3944.0, 3945.0, 3914.0, 3934.0, 3935.0, 3904.0, 3956.0, 3946.0, 3915.0, 3945.0, 3935.0, 3914.0, 3946.0, 3935.0, 3913.0, 3933.0, 3924.0, 3933.0, 3945.0, 3924.0, 3913.0, 3934.0, 3924.0, 3944.0, 3934.0, 3933.0, 3933.0, 3913.0, 3943.0, 3923.0], 'WindowWidth': [8853.0, 8842.0, 8848.0, 8795.0, 8815.0, 8815.0, 8804.0, 8802.0, 8846.0, 8816.0, 8770.0, 8824.0, 8796.0, 8818.0, 8788.0, 8758.0, 8768.0, 8744.0, 8801.0, 8756.0, 8758.0, 8774.0, 8733.0, 8775.0, 8734.0, 8793.0, 8753.0, 8783.0, 8788.0, 8758.0, 8804.0, 8776.0, 8819.0, 8779.0, 8819.0, 8792.0, 8834.0, 8806.0, 8829.0, 8787.0, 8812.0, 8783.0, 8809.0, 8786.0, 8807.0, 8795.0, 8767.0, 8810.0, 8777.0, 8825.0, 8764.0, 8806.0, 8763.0, 8788.0, 8761.0, 8821.0, 8777.0, 8776.0, 8793.0, 8788.0, 8794.0, 8790.0, 8807.0, 8762.0, 8793.0, 8772.0, 8788.0, 8803.0, 8789.0, 8757.0, 8788.0, 8742.0, 8785.0, 8770.0, 8787.0, 8744.0, 8787.0, 8748.0, 8786.0, 8747.0, 8804.0, 8765.0, 8789.0, 8766.0, 8805.0, 8764.0, 8805.0, 8779.0, 8765.0, 8795.0, 8805.0, 8797.0, 8763.0, 8807.0, 8760.0, 8790.0, 8801.0, 8791.0, 8747.0, 8790.0, 8764.0, 8804.0, 8763.0, 8823.0, 8777.0, 8803.0, 8780.0, 8790.0, 8795.0, 8766.0, 8822.0, 8768.0, 8808.0, 8744.0, 8806.0, 8758.0, 8788.0, 8759.0, 8783.0, 8744.0, 8802.0, 8783.0, 8780.0, 8794.0, 8751.0, 8796.0, 8759.0, 8792.0, 8787.0, 8787.0, 8759.0, 8787.0, 8745.0, 8785.0, 8758.0, 8802.0, 8764.0, 8802.0, 8762.0, 8789.0, 8779.0, 8788.0, 8776.0, 8801.0, 8771.0, 8782.0, 8755.0, 8794.0, 8756.0, 8772.0, 8761.0, 8800.0, 8777.0, 8736.0, 8792.0, 8770.0, 8808.0, 8767.0, 8823.0, 8784.0, 8802.0, 8765.0, 8806.0, 8793.0, 8749.0, 8792.0, 8750.0, 8791.0, 8763.0, 8804.0, 8762.0, 8790.0, 8768.0, 8808.0, 8783.0, 8822.0, 8784.0, 8807.0, 8781.0, 8807.0, 8796.0, 8765.0, 8790.0, 8752.0, 8795.0, 8762.0, 8805.0, 8763.0, 8804.0, 8776.0, 8801.0, 8763.0, 8819.0, 8780.0, 8778.0, 8796.0, 8825.0, 8794.0, 8803.0, 8762.0, 8786.0, 8743.0, 8784.0, 8743.0, 8785.0, 8759.0, 8783.0, 8759.0, 8785.0, 8788.0, 8734.0, 8789.0, 8763.0, 8804.0, 8778.0, 8789.0, 8790.0, 8752.0, 8793.0, 8782.0, 8825.0, 8797.0, 8754.0, 8811.0, 8788.0, 8790.0, 8787.0, 8783.0, 8755.0, 8785.0, 8772.0, 8758.0, 8790.0, 8762.0, 8808.0, 8778.0, 8802.0, 8773.0, 8801.0, 8774.0, 8743.0, 8786.0, 8743.0, 8770.0, 8743.0, 8802.0, 8761.0, 8771.0, 8777.0, 8800.0, 8777.0, 8748.0, 8791.0, 8770.0, 8793.0, 8754.0, 8813.0, 8787.0, 8799.0, 8802.0, 8808.0, 8797.0, 8809.0, 8810.0, 8765.0, 8807.0, 8781.0, 8779.0, 8797.0, 8783.0, 8826.0, 8785.0, 8810.0, 8777.0, 8809.0, 8775.0, 8804.0, 8762.0, 8785.0, 8757.0, 8786.0, 8773.0, 8758.0, 8773.0, 8735.0, 8792.0, 8734.0, 8792.0, 8751.0, 8806.0, 8782.0, 8779.0, 8798.0, 8808.0, 8796.0, 8750.0, 8805.0, 8747.0, 8789.0, 8757.0, 8802.0, 8742.0, 8783.0, 8742.0, 8784.0, 8741.0, 8799.0, 8758.0, 8771.0, 8776.0, 8802.0, 8775.0, 8733.0, 8790.0, 8766.0, 8792.0, 8750.0, 8808.0, 8782.0, 8806.0, 8782.0, 8805.0, 8777.0, 8820.0, 8791.0, 8760.0, 8774.0, 8746.0, 8791.0, 8756.0, 8802.0, 8742.0, 8784.0, 8759.0, 8784.0, 8774.0, 8772.0, 8787.0, 8750.0, 8776.0, 8734.0, 8792.0, 8781.0, 8779.0, 8795.0, 8769.0, 8796.0, 8765.0, 8823.0, 8780.0, 8776.0, 8780.0, 8819.0, 8792.0, 8775.0, 8804.0, 8765.0, 8792.0, 8776.0, 8802.0, 8787.0, 8768.0, 8783.0, 8740.0, 8769.0, 8740.0, 8783.0, 8771.0, 8742.0, 8785.0, 8763.0, 8790.0, 8778.0, 8790.0, 8789.0, 8749.0, 8790.0, 8779.0, 8792.0, 8810.0, 8766.0, 8807.0, 8795.0, 8806.0, 8775.0, 8801.0, 8787.0, 8745.0, 8774.0, 8777.0, 8756.0, 8813.0, 8805.0, 8774.0, 8815.0, 8788.0, 8813.0, 8802.0, 8798.0, 8811.0, 8767.0, 8794.0, 8764.0, 8824.0, 8793.0, 8770.0, 8816.0, 8790.0, 8797.0, 8815.0, 8787.0, 8783.0, 8810.0, 8771.0, 8827.0, 8835.0, 8788.0, 8828.0, 8794.0, 8747.0, 8809.0, 8792.0, 8774.0, 8785.0, 8756.0, 8798.0, 8773.0, 8745.0, 8801.0, 8770.0, 8743.0, 8784.0, 8774.0, 8748.0, 8803.0, 8773.0, 8759.0, 8799.0, 8772.0, 8744.0, 8802.0, 8770.0, 8725.0, 8767.0, 8741.0, 8782.0, 8782.0, 8742.0, 8769.0, 8772.0, 8734.0, 8806.0, 8779.0, 8762.0, 8792.0, 8734.0, 8789.0, 8735.0, 8808.0, 8782.0, 8757.0, 8799.0, 8760.0, 8815.0, 8804.0, 8816.0, 8815.0, 8760.0, 8815.0, 8802.0, 8815.0, 8811.0, 8772.0, 8812.0, 8799.0, 8772.0, 8834.0, 8815.0, 8784.0, 8796.0, 8752.0, 8810.0, 8796.0, 8822.0, 8776.0, 8746.0, 8788.0, 8745.0, 8804.0, 8774.0, 8787.0, 8777.0, 8761.0, 8792.0, 8748.0, 8810.0, 8784.0, 8794.0, 8797.0, 8779.0, 8809.0, 8767.0, 8808.0, 8780.0, 8806.0, 8796.0, 8809.0, 8811.0, 8766.0, 8809.0, 8784.0, 8809.0, 8784.0, 8826.0, 8796.0, 8752.0, 8796.0, 8776.0, 8793.0, 8805.0, 8792.0, 8747.0, 8788.0, 8750.0, 8791.0, 8783.0, 8784.0, 8798.0, 8759.0, 8801.0, 8759.0, 8818.0, 8800.0, 8828.0, 8798.0, 8766.0, 8796.0, 8765.0, 8828.0, 8794.0, 8805.0, 8776.0, 8786.0, 8757.0, 8784.0, 8772.0, 8766.0, 8768.0, 8745.0, 8803.0, 8786.0, 8777.0, 8834.0, 8804.0, 8762.0, 8801.0, 8770.0, 8832.0, 8800.0, 8824.0, 8782.0, 8791.0, 8778.0, 8820.0, 8774.0, 8740.0, 8781.0, 8754.0, 8769.0, 8757.0, 8756.0, 8785.0, 8747.0, 8788.0, 8762.0, 8789.0, 8792.0, 8761.0, 8790.0, 8745.0, 8789.0, 8745.0, 8786.0, 8742.0, 8786.0, 8758.0, 8746.0, 8775.0, 8768.0, 8825.0, 8803.0, 8763.0, 8843.0, 8819.0, 8836.0, 8792.0, 8850.0, 8802.0, 8808.0, 8781.0, 8807.0, 8776.0, 8802.0, 8777.0, 8759.0, 8786.0, 8748.0, 8788.0, 8777.0, 8781.0, 8812.0, 8781.0, 8792.0, 8792.0, 8737.0, 8794.0, 8781.0, 8823.0, 8779.0, 8751.0, 8791.0, 8763.0, 8807.0, 8796.0, 8766.0, 8807.0, 8781.0, 8766.0, 8797.0, 8769.0, 8830.0, 8799.0, 8768.0, 8811.0, 8783.0, 8810.0, 8799.0, 8794.0, 8807.0, 8766.0, 8805.0, 8779.0, 8766.0, 8813.0, 8787.0, 8786.0, 8817.0, 8818.0, 8821.0, 8797.0, 8808.0, 8767.0, 8795.0, 8784.0, 8810.0, 8784.0, 8782.0, 8797.0, 8760.0, 8798.0, 8788.0, 8832.0, 8821.0, 8774.0, 8814.0, 8755.0, 8808.0, 8781.0, 8809.0, 8806.0, 8765.0, 8807.0, 8779.0, 8778.0, 8812.0, 8784.0, 8798.0, 8815.0, 8823.0, 8794.0, 8807.0, 8792.0, 8747.0, 8788.0, 8761.0, 8786.0, 8777.0, 8763.0, 8808.0, 8779.0, 8749.0, 8790.0, 8748.0, 8823.0, 8794.0, 8750.0, 8790.0, 8778.0, 8804.0, 8795.0, 8753.0, 8810.0, 8784.0, 8779.0, 8795.0, 8765.0, 8825.0, 8794.0, 8793.0, 8793.0, 8750.0, 8807.0, 8796.0, 8780.0, 8805.0, 8780.0, 8806.0, 8795.0, 8793.0, 8810.0, 8764.0, 8807.0, 8779.0, 8750.0, 8792.0, 8767.0, 8827.0, 8784.0, 8770.0, 8799.0, 8756.0, 8815.0, 8787.0, 8811.0, 8798.0, 8740.0, 8795.0, 8783.0, 8842.0, 8797.0, 8772.0, 8814.0, 8800.0, 8762.0, 8835.0, 8822.0, 8777.0, 8820.0, 8755.0, 8811.0, 8782.0, 8847.0, 8822.0, 8808.0, 8832.0, 8807.0, 8794.0, 8829.0, 8764.0, 8801.0, 8743.0, 8801.0, 8778.0, 8778.0, 8809.0, 8782.0, 8790.0, 8786.0, 8751.0, 8798.0, 8760.0, 8708.0, 8732.0, 8717.0, 8716.0, 8734.0, 8719.0, 8747.0, 8716.0, 8704.0, 8716.0, 8732.0, 8719.0, 8678.0, 8751.0, 8724.0, 8698.0, 8773.0, 8743.0, 8719.0, 8744.0, 8744.0, 8735.0, 8764.0, 8751.0, 8741.0, 8731.0, 8788.0, 8778.0, 8740.0, 8811.0, 8784.0, 8760.0, 8828.0, 8800.0, 8789.0, 8831.0, 8814.0, 8788.0, 8826.0, 8811.0, 8785.0, 8830.0, 8811.0, 8785.0, 8796.0, 8810.0, 8784.0, 8815.0, 8827.0, 8798.0, 8770.0, 8810.0, 8796.0, 8796.0, 8827.0, 8795.0, 8767.0, 8807.0, 8779.0, 8765.0, 8824.0, 8796.0, 8753.0, 8824.0, 8795.0, 8754.0, 8828.0, 8813.0, 8784.0, 8796.0, 8793.0, 8780.0, 8811.0, 8812.0, 8795.0, 8764.0, 8804.0, 8777.0, 8765.0, 8822.0, 8791.0, 8751.0, 8793.0, 8796.0, 8784.0, 8754.0, 8810.0, 8796.0, 8767.0, 8814.0, 8795.0, 8753.0, 8809.0, 8793.0, 8776.0, 8791.0, 8778.0, 8777.0, 8791.0, 8778.0, 8752.0, 8795.0, 8800.0, 8758.0, 8813.0, 8772.0, 8812.0, 8797.0, 8824.0, 8795.0, 8753.0, 8809.0, 8782.0, 8807.0, 8808.0, 8767.0, 8793.0, 8795.0, 8754.0, 8828.0, 8813.0, 8771.0, 8811.0, 8797.0, 8766.0, 8812.0, 8795.0, 8764.0, 8791.0, 8778.0, 8791.0, 8809.0, 8780.0, 8765.0, 8792.0, 8781.0, 8807.0, 8793.0, 8790.0, 8789.0, 8762.0, 8803.0, 8775.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.0009032092004381162</td></tr>
<tr><td colspan=3>aqi</td><td>0.018162355969331873</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.00202319495617</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2279491586403517</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0095949315021933</td></tr>
<tr><td colspan=3>efc</td><td>0.4562</td></tr>
<tr><td colspan=3>fber</td><td>7787.5693</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08252991938772797</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>13</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.4238773274917853</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5424202943357233</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.567938029684677</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.737745116545252</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3215777367772397</td></tr>
<tr><td colspan=3>gcor</td><td>0.0109252</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0054071624763309956</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024807680398225784</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>913</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8841946583134335</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>25.496</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.5772</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>134.2875</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302842.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>587.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>274.2383</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4636</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>512.3616</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3140.3645</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3325.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73702.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1046.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4103.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>856.0275</td></tr>
<tr><td colspan=3>tsnr</td><td>42.663175576832145</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>