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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0064/ses-02/func/sub-0064_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>b2580a164b364041448fc9b10a4d549f</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>09:57:52.635000</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.998913, 0.0437386, 0.016128, -0.0444869, 0.997788, 0.0493986]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>dartmouth_brain_imaging_center</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0870736</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>24</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4117, -7717, -7235, 588, -97, -58, 27, 133]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>221.24</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>04f66641-430b-42d3-a48d-b472bdae4c16||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.6800100803375244, -0.11935500055551529, 0.037615496665239334, 118.99472045898438], [-0.1173473373055458, 2.6769919395446777, 0.13516847789287567, -91.03534698486328], [0.04327015578746796, -0.13253289461135864, 2.696352005004883, -59.009254455566406], [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': ['095752.635000', '095753.095000', '095753.555000', '095754.015000', '095754.475000', '095754.935000', '095755.395000', '095755.855000', '095756.315000', '095756.775000', '095757.235000', '095757.695000', '095758.155000', '095758.615000', '095759.075000', '095759.535000', '095759.995000', '095800.455000', '095800.915000', '095801.375000', '095801.835000', '095802.295000', '095802.755000', '095803.215000', '095803.675000', '095804.135000', '095804.595000', '095805.055000', '095805.515000', '095805.975000', '095806.435000', '095806.895000', '095807.355000', '095807.815000', '095808.275000', '095808.735000', '095809.195000', '095809.655000', '095810.115000', '095810.575000', '095811.035000', '095811.495000', '095811.955000', '095812.415000', '095812.875000', '095813.335000', '095813.795000', '095814.255000', '095814.715000', '095815.175000', '095815.635000', '095816.095000', '095816.555000', '095817.015000', '095817.475000', '095817.935000', '095818.395000', '095818.855000', '095819.315000', '095819.775000', '095820.235000', '095820.695000', '095821.155000', '095821.615000', '095822.075000', '095822.535000', '095822.995000', '095823.455000', '095823.915000', '095824.375000', '095824.835000', '095825.295000', '095825.755000', '095826.215000', '095826.675000', '095827.135000', '095827.595000', '095828.055000', '095828.515000', '095828.975000', '095829.435000', '095829.895000', '095830.355000', '095830.815000', '095831.275000', '095831.735000', '095832.195000', '095832.655000', '095833.115000', '095833.575000', '095834.035000', '095834.495000', '095834.955000', '095835.415000', '095835.875000', '095836.335000', '095836.795000', '095837.255000', '095837.715000', '095838.175000', '095838.635000', '095839.095000', '095839.555000', '095840.015000', '095840.475000', '095840.935000', '095841.395000', '095841.855000', '095842.315000', '095842.775000', '095843.235000', '095843.695000', '095844.155000', '095844.615000', '095845.075000', '095845.535000', '095845.995000', '095846.455000', '095846.915000', '095847.375000', '095847.835000', '095848.295000', '095848.755000', '095849.215000', '095849.675000', '095850.135000', '095850.595000', '095851.055000', '095851.515000', '095851.975000', '095852.435000', '095852.895000', '095853.355000', '095853.815000', '095854.275000', '095854.735000', '095855.195000', '095855.655000', '095856.115000', '095856.575000', '095857.035000', '095857.495000', '095857.955000', '095858.415000', '095858.875000', '095859.335000', '095859.795000', '095900.255000', '095900.715000', '095901.175000', '095901.635000', '095902.095000', '095902.555000', '095903.015000', '095903.475000', '095903.935000', '095904.395000', '095904.855000', '095905.315000', '095905.775000', '095906.235000', '095906.695000', '095907.155000', '095907.615000', '095908.075000', '095908.535000', '095908.995000', '095909.455000', '095909.915000', '095910.375000', '095910.835000', '095911.295000', '095911.755000', '095912.215000', '095912.675000', '095913.135000', '095913.595000', '095914.055000', '095914.515000', '095914.975000', '095915.435000', '095915.895000', '095916.355000', '095916.815000', '095917.275000', '095917.735000', '095918.195000', '095918.655000', '095919.115000', '095919.575000', '095920.035000', '095920.495000', '095920.955000', '095921.415000', '095921.875000', '095922.335000', '095922.795000', '095923.255000', '095923.715000', '095924.175000', '095924.635000', '095925.095000', '095925.555000', '095926.015000', '095926.475000', '095926.935000', '095927.395000', '095927.855000', '095928.315000', '095928.775000', '095929.235000', '095929.695000', '095930.155000', '095930.615000', '095931.075000', '095931.535000', '095931.995000', '095932.455000', '095932.915000', '095933.375000', '095933.835000', '095934.295000', '095934.755000', '095935.215000', '095935.675000', '095936.135000', '095936.595000', '095937.055000', '095937.515000', '095937.975000', '095938.435000', '095938.895000', '095939.355000', '095939.815000', '095940.275000', '095940.735000', '095941.195000', '095941.655000', '095942.115000', '095942.575000', '095943.035000', '095943.495000', '095943.955000', '095944.415000', '095944.875000', '095945.335000', '095945.795000', '095946.255000', '095946.715000', '095947.175000', '095947.635000', '095948.095000', '095948.555000', '095949.015000', '095949.475000', '095949.935000', '095950.395000', '095950.855000', '095951.315000', '095951.775000', '095952.235000', '095952.695000', '095953.155000', '095953.615000', '095954.075000', '095954.535000', '095954.995000', '095955.455000', '095955.915000', '095956.375000', '095956.835000', '095957.295000', '095957.755000', '095958.215000', '095958.675000', '095959.135000', '095959.595000', '100000.055000', '100000.515000', '100000.975000', '100001.435000', '100001.895000', '100002.355000', '100002.815000', '100003.275000', '100003.735000', '100004.195000', '100004.655000', '100005.115000', '100005.575000', '100006.035000', '100006.495000', '100006.955000', '100007.415000', '100007.875000', '100008.335000', '100008.795000', '100009.255000', '100009.715000', '100010.175000', '100010.635000', '100011.095000', '100011.555000', '100012.015000', '100012.475000', '100012.935000', '100013.395000', '100013.855000', '100014.315000', '100014.775000', '100015.235000', '100015.695000', '100016.155000', '100016.615000', '100017.075000', '100017.535000', '100017.995000', '100018.455000', '100018.915000', '100019.375000', '100019.835000', '100020.295000', '100020.755000', '100021.215000', '100021.675000', '100022.135000', '100022.595000', '100023.055000', '100023.515000', '100023.975000', '100024.435000', '100024.895000', '100025.355000', '100025.815000', '100026.275000', '100026.735000', '100027.195000', '100027.655000', '100028.115000', '100028.575000', '100029.035000', '100029.495000', '100029.955000', '100030.415000', '100030.875000', '100031.335000', '100031.795000', '100032.255000', '100032.715000', '100033.175000', '100033.635000', '100034.095000', '100034.555000', '100035.015000', '100035.475000', '100035.935000', '100036.395000', '100036.855000', '100037.315000', '100037.775000', '100038.235000', '100038.695000', '100039.155000', '100039.615000', '100040.075000', '100040.535000', '100040.995000', '100041.455000', '100041.915000', '100042.375000', '100042.835000', '100043.295000', '100043.755000', '100044.215000', '100044.675000', '100045.135000', '100045.595000', '100046.055000', '100046.515000', '100046.975000', '100047.435000', '100047.895000', '100048.355000', '100048.815000', '100049.275000', '100049.735000', '100050.195000', '100050.655000', '100051.115000', '100051.575000', '100052.035000', '100052.495000', '100052.955000', '100053.415000', '100053.875000', '100054.335000', '100054.795000', '100055.255000', '100055.715000', '100056.175000', '100056.635000', '100057.095000', '100057.555000', '100058.015000', '100058.475000', '100058.935000', '100059.395000', '100059.855000', '100100.315000', '100100.775000', '100101.235000', '100101.695000', '100102.155000', '100102.615000', '100103.075000', '100103.535000', '100103.995000', '100104.455000', '100104.915000', '100105.375000', '100105.835000', '100106.295000', '100106.755000', '100107.215000', '100107.675000', '100108.135000', '100108.595000', '100109.055000', '100109.515000', '100109.975000', '100110.435000', '100110.895000', '100111.355000', '100111.815000', '100112.275000', '100112.735000', '100113.195000', '100113.655000', '100114.115000', '100114.575000', '100115.035000', '100115.495000', '100115.955000', '100116.415000', '100116.875000', '100117.335000', '100117.795000', '100118.255000', '100118.715000', '100119.175000', '100119.635000', '100120.095000', '100120.555000', '100121.015000', '100121.475000', '100121.935000', '100122.395000', '100122.855000', '100123.315000', '100123.775000', '100124.235000', '100124.695000', '100125.155000', '100125.615000', '100126.075000', '100126.535000', '100126.995000', '100127.455000', '100127.915000', '100128.375000', '100128.835000', '100129.295000', '100129.755000', '100130.215000', '100130.675000', '100131.135000', '100131.595000', '100132.055000', '100132.515000', '100132.975000', '100133.435000', '100133.895000', '100134.355000', '100134.815000', '100135.275000', '100135.735000', '100136.195000', '100136.655000', '100137.115000', '100137.575000', '100138.035000', '100138.495000', '100138.955000', '100139.415000', '100139.875000', '100140.335000', '100140.795000', '100141.255000', '100141.715000', '100142.175000', '100142.635000', '100143.095000', '100143.555000', '100144.015000', '100144.475000', '100144.935000', '100145.395000', '100145.855000', '100146.315000', '100146.775000', '100147.235000', '100147.695000', '100148.155000', '100148.615000', '100149.075000', '100149.535000', '100149.995000', '100150.455000', '100150.915000', '100151.375000', '100151.835000', '100152.295000', '100152.755000', '100153.215000', '100153.675000', '100154.135000', '100154.595000', '100155.055000', '100155.515000', '100155.975000', '100156.435000', '100156.895000', '100157.355000', '100157.815000', '100158.275000', '100158.735000', '100159.195000', '100159.655000', '100200.115000', '100200.575000', '100201.035000', '100201.495000', '100201.955000', '100202.415000', '100202.875000', '100203.335000', '100203.795000', '100204.255000', '100204.715000', '100205.175000', '100205.635000', '100206.095000', '100206.555000', '100207.015000', '100207.475000', '100207.935000', '100208.395000', '100208.855000', '100209.315000', '100209.775000', '100210.235000', '100210.695000', '100211.155000', '100211.615000', '100212.075000', '100212.535000', '100212.995000', '100213.455000', '100213.915000', '100214.375000', '100214.835000', '100215.295000', '100215.755000', '100216.215000', '100216.675000', '100217.135000', '100217.595000', '100218.055000', '100218.515000', '100218.975000', '100219.435000', '100219.895000', '100220.355000', '100220.815000', '100221.275000', '100221.735000', '100222.195000', '100222.655000', '100223.115000', '100223.575000', '100224.035000', '100224.495000', '100224.955000', '100225.415000', '100225.875000', '100226.335000', '100226.795000', '100227.255000', '100227.715000', '100228.175000', '100228.635000', '100229.095000', '100229.555000', '100230.015000', '100230.475000', '100230.935000', '100231.395000', '100231.855000', '100232.315000', '100232.775000', '100233.235000', '100233.695000', '100234.155000', '100234.615000', '100235.075000', '100235.535000', '100235.995000', '100236.455000', '100236.915000', '100237.375000', '100237.835000', '100238.295000', '100238.755000', '100239.215000', '100239.675000', '100240.135000', '100240.595000', '100241.055000', '100241.515000', '100241.975000', '100242.435000', '100242.895000', '100243.355000', '100243.815000', '100244.275000', '100244.735000', '100245.195000', '100245.655000', '100246.115000', '100246.575000', '100247.035000', '100247.495000', '100247.955000', '100248.415000', '100248.875000', '100249.335000', '100249.795000', '100250.255000', '100250.715000', '100251.175000', '100251.635000', '100252.095000', '100252.555000', '100253.015000', '100253.475000', '100253.935000', '100254.395000', '100254.855000', '100255.315000', '100255.775000', '100256.235000', '100256.695000', '100257.155000', '100257.615000', '100258.075000', '100258.535000', '100258.995000', '100259.455000', '100259.915000', '100300.375000', '100300.835000', '100301.295000', '100301.755000', '100302.215000', '100302.675000', '100303.135000', '100303.595000', '100304.055000', '100304.515000', '100304.975000', '100305.435000', '100305.895000', '100306.355000', '100306.815000', '100307.275000', '100307.735000', '100308.195000', '100308.655000', '100309.115000', '100309.575000', '100310.035000', '100310.495000', '100310.955000', '100311.415000', '100311.875000', '100312.335000', '100312.795000', '100313.255000', '100313.715000', '100314.175000', '100314.635000', '100315.095000', '100315.555000', '100316.015000', '100316.475000', '100316.935000', '100317.395000', '100317.855000', '100318.315000', '100318.775000', '100319.235000', '100319.695000', '100320.155000', '100320.615000', '100321.075000', '100321.535000', '100321.995000', '100322.455000', '100322.915000', '100323.375000', '100323.835000', '100324.295000', '100324.755000', '100325.215000', '100325.675000', '100326.135000', '100326.595000', '100327.055000', '100327.515000', '100327.975000', '100328.435000', '100328.895000', '100329.355000', '100329.815000', '100330.275000', '100330.735000', '100331.195000', '100331.655000', '100332.115000', '100332.575000', '100333.035000', '100333.495000', '100333.955000', '100334.415000', '100334.875000', '100335.335000', '100335.795000', '100336.255000', '100336.715000', '100337.175000', '100337.635000', '100338.095000', '100338.555000', '100339.015000', '100339.475000', '100339.935000', '100340.395000', '100340.855000', '100341.315000', '100341.775000', '100342.235000', '100342.695000', '100343.155000', '100343.615000', '100344.075000', '100344.535000', '100344.995000', '100345.455000', '100345.915000', '100346.375000', '100346.835000', '100347.295000', '100347.755000', '100348.215000', '100348.675000', '100349.135000', '100349.595000', '100350.055000', '100350.515000', '100350.975000', '100351.435000', '100351.895000', '100352.355000', '100352.815000', '100353.275000', '100353.735000', '100354.195000', '100354.655000', '100355.115000', '100355.575000', '100356.035000', '100356.495000', '100356.955000', '100357.415000', '100357.875000', '100358.335000', '100358.795000', '100359.255000', '100359.715000', '100400.175000', '100400.635000', '100401.095000', '100401.555000', '100402.015000', '100402.475000', '100402.935000', '100403.395000', '100403.855000', '100404.315000', '100404.775000', '100405.235000', '100405.695000', '100406.155000', '100406.615000', '100407.075000', '100407.535000', '100407.995000', '100408.455000', '100408.915000', '100409.375000', '100409.835000', '100410.295000', '100410.755000', '100411.215000', '100411.675000', '100412.135000', '100412.595000', '100413.055000', '100413.515000', '100413.975000', '100414.435000', '100414.895000', '100415.355000', '100415.815000', '100416.275000', '100416.735000', '100417.195000', '100417.655000', '100418.115000', '100418.575000', '100419.035000', '100419.495000', '100419.955000', '100420.415000', '100420.875000', '100421.335000', '100421.795000', '100422.255000', '100422.715000', '100423.175000', '100423.635000', '100424.095000', '100424.555000', '100425.015000', '100425.475000', '100425.935000', '100426.395000', '100426.855000', '100427.315000', '100427.775000', '100428.235000', '100428.695000', '100429.155000', '100429.615000', '100430.075000', '100430.535000', '100430.995000', '100431.455000', '100431.915000', '100432.375000', '100432.835000', '100433.295000', '100433.755000', '100434.215000', '100434.675000', '100435.135000', '100435.595000', '100436.055000', '100436.515000', '100436.975000', '100437.435000', '100437.895000', '100438.355000', '100438.815000', '100439.275000', '100439.735000', '100440.195000', '100440.655000', '100441.115000', '100441.575000', '100442.035000', '100442.495000', '100442.955000', '100443.415000', '100443.875000', '100444.335000', '100444.795000', '100445.255000', '100445.715000', '100446.175000', '100446.635000', '100447.095000', '100447.555000', '100448.015000', '100448.475000', '100448.935000', '100449.395000', '100449.855000', '100450.315000', '100450.775000', '100451.235000', '100451.695000', '100452.155000', '100452.615000'], 'ContentTime': ['095809.548000', '095809.551000', '095809.554000', '095809.557000', '095809.559000', '095809.562000', '095809.564000', '095809.567000', '095809.570000', '095809.572000', '095809.575000', '095809.577000', '095809.580000', '095809.583000', '095809.585000', '095809.588000', '095809.590000', '095809.593000', '095809.596000', '095809.598000', '095809.601000', '095809.603000', '095809.606000', '095809.609000', '095809.641000', '095809.644000', '095809.646000', '095809.649000', '095809.652000', '095809.654000', '095809.663000', '095809.666000', '095809.669000', '095809.671000', '095829.524000', '095829.527000', '095829.530000', '095829.532000', '095829.535000', '095829.537000', '095829.540000', '095829.543000', '095829.550000', '095829.552000', '095829.555000', '095829.558000', '095829.560000', '095829.563000', '095829.565000', '095829.568000', '095829.571000', '095829.573000', '095829.576000', '095829.578000', '095829.581000', '095829.583000', '095829.586000', '095829.589000', '095829.591000', '095829.594000', '095829.596000', '095829.599000', '095829.601000', '095829.604000', '095829.607000', '095829.609000', '095829.612000', '095829.614000', '095829.617000', '095829.619000', '095829.622000', '095829.625000', '095829.627000', '095829.630000', '095829.632000', '095829.635000', '095829.637000', '095829.640000', '095849.525000', '095849.528000', '095849.531000', '095849.534000', '095849.536000', '095849.539000', '095849.544000', '095849.546000', '095849.549000', '095849.551000', '095849.554000', '095849.557000', '095849.559000', '095849.562000', '095849.564000', '095849.567000', '095849.570000', '095849.572000', '095849.575000', '095849.577000', '095849.580000', '095849.582000', '095849.585000', '095849.587000', '095849.590000', '095849.593000', '095849.595000', '095849.598000', '095849.600000', '095849.603000', '095849.605000', '095849.608000', '095849.611000', '095849.613000', '095849.616000', '095849.618000', '095849.621000', '095849.624000', '095849.626000', '095849.629000', '095849.631000', '095849.634000', '095849.636000', '095909.526000', '095909.528000', '095909.531000', '095909.533000', '095909.536000', '095909.539000', '095909.541000', '095909.544000', '095909.546000', '095909.549000', '095909.552000', '095909.554000', '095909.557000', '095909.559000', '095909.562000', '095909.565000', '095909.567000', '095909.570000', '095909.572000', '095909.582000', '095909.585000', '095909.588000', '095909.590000', '095909.593000', '095909.595000', '095909.598000', '095909.601000', '095909.603000', '095909.606000', '095909.608000', '095909.611000', '095909.614000', '095909.616000', '095909.619000', '095909.621000', '095909.624000', '095909.626000', '095909.629000', '095909.632000', '095909.634000', '095909.637000', '095909.639000', '095909.642000', '095909.645000', '095929.525000', '095929.528000', '095929.531000', '095929.547000', '095929.550000', '095929.552000', '095929.555000', '095929.557000', '095929.560000', '095929.563000', '095929.565000', '095929.568000', '095929.570000', '095929.573000', '095929.575000', '095929.578000', '095929.580000', '095929.583000', '095929.586000', '095929.588000', '095929.591000', '095929.594000', '095929.596000', '095929.599000', '095929.601000', '095929.604000', '095929.607000', '095929.609000', '095929.612000', '095929.614000', '095929.617000', '095929.620000', '095929.622000', '095929.625000', '095929.627000', '095929.630000', '095929.633000', '095929.635000', '095929.638000', '095929.640000', '095929.643000', '095929.646000', '095929.648000', '095949.525000', '095949.528000', '095949.531000', '095949.534000', '095949.536000', '095949.540000', '095949.543000', '095949.545000', '095949.548000', '095949.550000', '095949.553000', '095949.556000', '095949.558000', '095949.561000', '095949.563000', '095949.566000', '095949.569000', '095949.575000', '095949.577000', '095949.580000', '095949.583000', '095949.585000', '095949.588000', '095949.591000', '095949.593000', '095949.596000', '095949.598000', '095949.601000', '095949.604000', '095949.606000', '095949.609000', '095949.611000', '095949.614000', '095949.617000', '095949.619000', '095949.622000', '095949.624000', '095949.627000', '095949.630000', '095949.632000', '095949.635000', '095949.637000', '095949.640000', '100009.525000', '100009.528000', '100009.531000', '100009.534000', '100009.536000', '100009.539000', '100009.541000', '100009.544000', '100009.546000', '100009.549000', '100009.552000', '100009.554000', '100009.557000', '100009.559000', '100009.562000', '100009.565000', '100009.567000', '100009.572000', '100009.574000', '100009.577000', '100009.580000', '100009.582000', '100009.585000', '100009.588000', '100009.590000', '100009.593000', '100009.596000', '100009.598000', '100009.601000', '100009.603000', '100009.606000', '100009.609000', '100009.611000', '100009.614000', '100009.616000', '100009.619000', '100009.622000', '100009.624000', '100009.627000', '100009.629000', '100009.632000', '100009.634000', '100009.637000', '100009.640000', '100029.525000', '100029.528000', '100029.531000', '100029.533000', '100029.536000', '100029.539000', '100029.541000', '100029.544000', '100029.546000', '100029.549000', '100029.552000', '100029.554000', '100029.557000', '100029.559000', '100029.562000', '100029.565000', '100029.567000', '100029.570000', '100029.572000', '100029.575000', '100029.578000', '100029.580000', '100029.583000', '100029.586000', '100029.588000', '100029.591000', '100029.593000', '100029.596000', '100029.598000', '100029.601000', '100029.604000', '100029.606000', '100029.609000', '100029.612000', '100029.614000', '100029.617000', '100029.619000', '100029.622000', '100029.625000', '100029.627000', '100029.630000', '100029.632000', '100029.635000', '100049.524000', '100049.527000', '100049.530000', '100049.533000', '100049.535000', '100049.538000', '100049.541000', '100049.543000', '100049.546000', '100049.548000', '100049.551000', '100049.554000', '100049.556000', '100049.559000', '100049.561000', '100049.573000', '100049.576000', '100049.578000', '100049.581000', '100049.584000', '100049.586000', '100049.589000', '100049.592000', '100049.594000', '100049.597000', '100049.599000', '100049.602000', '100049.604000', '100049.607000', '100049.610000', '100049.612000', '100049.615000', '100049.618000', '100049.620000', '100049.623000', '100049.626000', '100049.628000', '100049.631000', '100049.633000', '100049.636000', '100049.639000', '100049.641000', '100049.644000', '100049.646000', '100109.525000', '100109.528000', '100109.531000', '100109.534000', '100109.536000', '100109.539000', '100109.541000', '100109.544000', '100109.547000', '100109.549000', '100109.552000', '100109.554000', '100109.557000', '100109.559000', '100109.562000', '100109.565000', '100109.568000', '100109.570000', '100109.573000', '100109.575000', '100109.578000', '100109.581000', '100109.584000', '100109.587000', '100109.590000', '100109.592000', '100109.595000', '100109.597000', '100109.600000', '100109.603000', '100109.605000', '100109.608000', '100109.610000', '100109.613000', '100109.616000', '100109.618000', '100109.621000', '100109.623000', '100109.626000', '100109.629000', '100109.631000', '100109.634000', '100109.637000', '100129.525000', '100129.528000', '100129.531000', '100129.534000', '100129.536000', '100129.539000', '100129.542000', '100129.544000', '100129.547000', '100129.549000', '100129.552000', '100129.555000', '100129.557000', '100129.560000', '100129.563000', '100129.565000', '100129.568000', '100129.570000', '100129.573000', '100129.575000', '100129.578000', '100129.581000', '100129.583000', '100129.586000', '100129.589000', '100129.591000', '100129.594000', '100129.596000', '100129.599000', '100129.602000', '100129.604000', '100129.607000', '100129.609000', '100129.612000', '100129.615000', '100129.617000', '100129.620000', '100129.623000', '100129.625000', '100129.628000', '100129.630000', '100129.633000', '100129.636000', '100129.638000', '100149.526000', '100149.528000', '100149.531000', '100149.534000', '100149.536000', '100149.539000', '100149.541000', '100149.544000', '100149.546000', '100149.549000', '100149.552000', '100149.554000', '100149.557000', '100149.559000', '100149.562000', '100149.565000', '100149.567000', '100149.570000', '100149.573000', '100149.575000', '100149.578000', '100149.580000', '100149.583000', '100149.586000', '100149.588000', '100149.591000', '100149.594000', '100149.596000', '100149.599000', '100149.602000', '100149.604000', '100149.607000', '100149.609000', '100149.612000', '100149.614000', '100149.617000', '100149.620000', '100149.622000', '100149.625000', '100149.628000', '100149.630000', '100149.633000', '100149.635000', '100209.526000', '100209.528000', '100209.531000', '100209.534000', '100209.536000', '100209.539000', '100209.541000', '100209.544000', '100209.547000', '100209.549000', '100209.552000', '100209.554000', '100209.557000', '100209.560000', '100209.562000', '100209.565000', '100209.568000', '100209.570000', '100209.573000', '100209.575000', '100209.578000', '100209.581000', '100209.583000', '100209.586000', '100209.589000', '100209.591000', '100209.594000', '100209.596000', '100209.599000', '100209.602000', '100209.604000', '100209.607000', '100209.610000', '100209.612000', '100209.615000', '100209.617000', '100209.620000', '100209.623000', '100209.625000', '100209.628000', '100209.646000', '100209.649000', '100209.651000', '100209.654000', '100229.525000', '100229.528000', '100229.531000', '100229.534000', '100229.536000', '100229.539000', '100229.541000', '100229.544000', '100229.547000', '100229.549000', '100229.552000', '100229.554000', '100229.557000', '100229.560000', '100229.562000', '100229.565000', '100229.567000', '100229.570000', '100229.573000', '100229.575000', '100229.578000', '100229.580000', '100229.583000', '100229.586000', '100229.589000', '100229.592000', '100229.595000', '100229.597000', '100229.600000', '100229.603000', '100229.605000', '100229.608000', '100229.610000', '100229.613000', '100229.616000', '100229.620000', '100229.623000', '100229.626000', '100229.629000', '100229.631000', '100229.634000', '100229.637000', '100229.639000', '100249.526000', '100249.528000', '100249.531000', '100249.534000', '100249.536000', '100249.539000', '100249.541000', '100249.544000', '100249.547000', '100249.549000', '100249.552000', '100249.554000', '100249.557000', '100249.560000', '100249.562000', '100249.565000', '100249.568000', '100249.570000', '100249.573000', '100249.575000', '100249.578000', '100249.580000', '100249.583000', '100249.586000', '100249.589000', '100249.591000', '100249.594000', '100249.597000', '100249.599000', '100249.602000', '100249.604000', '100249.607000', '100249.610000', '100249.612000', '100249.615000', '100249.617000', '100249.620000', '100249.623000', '100249.625000', '100249.628000', '100249.631000', '100249.633000', '100249.636000', '100249.638000', '100309.525000', '100309.527000', '100309.530000', '100309.533000', '100309.535000', '100309.538000', '100309.540000', '100309.543000', '100309.546000', '100309.548000', '100309.551000', '100309.554000', '100309.556000', '100309.559000', '100309.561000', '100309.564000', '100309.567000', '100309.569000', '100309.572000', '100309.574000', '100309.577000', '100309.580000', '100309.582000', '100309.585000', '100309.588000', '100309.590000', '100309.593000', '100309.596000', '100309.598000', '100309.601000', '100309.604000', '100309.606000', '100309.609000', '100309.611000', '100309.614000', '100309.617000', '100309.619000', '100309.622000', '100309.625000', '100309.627000', '100309.630000', '100309.633000', '100309.635000', '100329.526000', '100329.528000', '100329.531000', '100329.534000', '100329.536000', '100329.539000', '100329.542000', '100329.544000', '100329.547000', '100329.549000', '100329.552000', '100329.557000', '100329.559000', '100329.562000', '100329.564000', '100329.567000', '100329.570000', '100329.572000', '100329.575000', '100329.578000', '100329.580000', '100329.583000', '100329.585000', '100329.588000', '100329.591000', '100329.593000', '100329.596000', '100329.599000', '100329.601000', '100329.604000', '100329.607000', '100329.609000', '100329.612000', '100329.614000', '100329.617000', '100329.620000', '100329.622000', '100329.625000', '100329.627000', '100329.630000', '100329.633000', '100329.635000', '100329.638000', '100329.641000', '100349.526000', '100349.528000', '100349.531000', '100349.534000', '100349.536000', '100349.539000', '100349.541000', '100349.552000', '100349.555000', '100349.557000', '100349.560000', '100349.563000', '100349.565000', '100349.568000', '100349.570000', '100349.573000', '100349.576000', '100349.578000', '100349.581000', '100349.583000', '100349.586000', '100349.589000', '100349.591000', '100349.594000', '100349.596000', '100349.599000', '100349.602000', '100349.604000', '100349.607000', '100349.609000', '100349.612000', '100349.615000', '100349.617000', '100349.620000', '100349.622000', '100349.625000', '100349.628000', '100349.630000', '100349.633000', '100349.636000', '100349.639000', '100349.642000', '100349.645000', '100409.525000', '100409.528000', '100409.531000', '100409.533000', '100409.536000', '100409.539000', '100409.541000', '100409.544000', '100409.546000', '100409.549000', '100409.552000', '100409.554000', '100409.557000', '100409.559000', '100409.562000', '100409.565000', '100409.567000', '100409.570000', '100409.573000', '100409.575000', '100409.578000', '100409.581000', '100409.583000', '100409.586000', '100409.588000', '100409.591000', '100409.594000', '100409.596000', '100409.599000', '100409.601000', '100409.604000', '100409.607000', '100409.609000', '100409.612000', '100409.615000', '100409.617000', '100409.620000', '100409.622000', '100409.625000', '100409.628000', '100409.630000', '100409.633000', '100409.636000', '100409.638000', '100429.526000', '100429.529000', '100429.531000', '100429.534000', '100429.537000', '100429.539000', '100429.542000', '100429.544000', '100429.547000', '100429.550000', '100429.552000', '100429.555000', '100429.558000', '100429.561000', '100429.564000', '100429.567000', '100429.569000', '100429.572000', '100429.575000', '100429.577000', '100429.580000', '100429.583000', '100429.585000', '100429.588000', '100429.590000', '100429.593000', '100429.596000', '100429.598000', '100429.601000', '100429.603000', '100429.606000', '100429.609000', '100429.611000', '100429.614000', '100429.617000', '100429.619000', '100429.622000', '100429.624000', '100429.627000', '100429.629000', '100429.632000', '100429.635000', '100429.637000', '100449.525000', '100449.528000', '100449.531000', '100449.534000', '100449.536000', '100449.539000', '100449.542000', '100449.544000', '100449.547000', '100449.549000', '100449.552000', '100449.555000', '100449.557000', '100449.560000', '100449.563000', '100449.565000', '100449.568000', '100449.570000', '100449.573000', '100449.576000', '100449.578000', '100449.581000', '100449.584000', '100449.586000', '100449.589000', '100449.591000', '100449.594000', '100449.597000', '100449.599000', '100449.602000', '100449.604000', '100449.607000', '100449.610000', '100449.612000', '100449.615000', '100449.618000', '100449.620000', '100449.623000', '100449.625000', '100449.628000', '100449.631000', '100449.633000', '100449.636000', '100449.638000', '100454.010000', '100454.013000', '100454.015000', '100454.018000', '100454.021000', '100454.023000', '100454.026000', '100454.028000', '100454.031000', '100454.034000'], 'InstanceCreationTime': ['095809.548000', '095809.551000', '095809.554000', '095809.557000', '095809.559000', '095809.562000', '095809.564000', '095809.567000', '095809.570000', '095809.572000', '095809.575000', '095809.577000', '095809.580000', '095809.583000', '095809.585000', '095809.588000', '095809.590000', '095809.593000', '095809.596000', '095809.598000', '095809.601000', '095809.603000', '095809.606000', '095809.609000', '095809.641000', '095809.644000', '095809.646000', '095809.649000', '095809.652000', '095809.654000', '095809.663000', '095809.666000', '095809.669000', '095809.671000', '095829.524000', '095829.527000', '095829.530000', '095829.532000', '095829.535000', '095829.537000', '095829.540000', '095829.543000', '095829.550000', '095829.552000', '095829.555000', '095829.558000', '095829.560000', '095829.563000', '095829.565000', '095829.568000', '095829.571000', '095829.573000', '095829.576000', '095829.578000', '095829.581000', '095829.583000', '095829.586000', '095829.589000', '095829.591000', '095829.594000', '095829.596000', '095829.599000', '095829.601000', '095829.604000', '095829.607000', '095829.609000', '095829.612000', '095829.614000', '095829.617000', '095829.619000', '095829.622000', '095829.625000', '095829.627000', '095829.630000', '095829.632000', '095829.635000', '095829.637000', '095829.640000', '095849.525000', '095849.528000', '095849.531000', '095849.534000', '095849.536000', '095849.539000', '095849.544000', '095849.546000', '095849.549000', '095849.551000', '095849.554000', '095849.557000', '095849.559000', '095849.562000', '095849.564000', '095849.567000', '095849.570000', '095849.572000', '095849.575000', '095849.577000', '095849.580000', '095849.582000', '095849.585000', '095849.587000', '095849.590000', '095849.593000', '095849.595000', '095849.598000', '095849.600000', '095849.603000', '095849.605000', '095849.608000', '095849.611000', '095849.613000', '095849.616000', '095849.618000', '095849.621000', '095849.624000', '095849.626000', '095849.629000', '095849.631000', '095849.634000', '095849.636000', '095909.526000', '095909.528000', '095909.531000', '095909.533000', '095909.536000', '095909.539000', '095909.541000', '095909.544000', '095909.546000', '095909.549000', '095909.552000', '095909.554000', '095909.557000', '095909.559000', '095909.562000', '095909.565000', '095909.567000', '095909.570000', '095909.572000', '095909.582000', '095909.585000', '095909.588000', '095909.590000', '095909.593000', '095909.595000', '095909.598000', '095909.601000', '095909.603000', '095909.606000', '095909.608000', '095909.611000', '095909.614000', '095909.616000', '095909.619000', '095909.621000', '095909.624000', '095909.626000', '095909.629000', '095909.632000', '095909.634000', '095909.637000', '095909.639000', '095909.642000', '095909.645000', '095929.525000', '095929.528000', '095929.531000', '095929.547000', '095929.550000', '095929.552000', '095929.555000', '095929.557000', '095929.560000', '095929.563000', '095929.565000', '095929.568000', '095929.570000', '095929.573000', '095929.575000', '095929.578000', '095929.580000', '095929.583000', '095929.586000', '095929.588000', '095929.591000', '095929.594000', '095929.596000', '095929.599000', '095929.601000', '095929.604000', '095929.607000', '095929.609000', '095929.612000', '095929.614000', '095929.617000', '095929.620000', '095929.622000', '095929.625000', '095929.627000', '095929.630000', '095929.633000', '095929.635000', '095929.638000', '095929.640000', '095929.643000', '095929.646000', '095929.648000', '095949.525000', '095949.528000', '095949.531000', '095949.534000', '095949.536000', '095949.540000', '095949.543000', '095949.545000', '095949.548000', '095949.550000', '095949.553000', '095949.556000', '095949.558000', '095949.561000', '095949.563000', '095949.566000', '095949.569000', '095949.575000', '095949.577000', '095949.580000', '095949.583000', '095949.585000', '095949.588000', '095949.591000', '095949.593000', '095949.596000', '095949.598000', '095949.601000', '095949.604000', '095949.606000', '095949.609000', '095949.611000', '095949.614000', '095949.617000', '095949.619000', '095949.622000', '095949.624000', '095949.627000', '095949.630000', '095949.632000', '095949.635000', '095949.637000', '095949.640000', '100009.525000', '100009.528000', '100009.531000', '100009.534000', '100009.536000', '100009.539000', '100009.541000', '100009.544000', '100009.546000', '100009.549000', '100009.552000', '100009.554000', '100009.557000', '100009.559000', '100009.562000', '100009.565000', '100009.567000', '100009.572000', '100009.574000', '100009.577000', '100009.580000', '100009.582000', '100009.585000', '100009.588000', '100009.590000', '100009.593000', '100009.596000', '100009.598000', '100009.601000', '100009.603000', '100009.606000', '100009.609000', '100009.611000', '100009.614000', '100009.616000', '100009.619000', '100009.622000', '100009.624000', '100009.627000', '100009.629000', '100009.632000', '100009.634000', '100009.637000', '100009.640000', '100029.525000', '100029.528000', '100029.531000', '100029.533000', '100029.536000', '100029.539000', '100029.541000', '100029.544000', '100029.546000', '100029.549000', '100029.552000', '100029.554000', '100029.557000', '100029.559000', '100029.562000', '100029.565000', '100029.567000', '100029.570000', '100029.572000', '100029.575000', '100029.578000', '100029.580000', '100029.583000', '100029.586000', '100029.588000', '100029.591000', '100029.593000', '100029.596000', '100029.598000', '100029.601000', '100029.604000', '100029.606000', '100029.609000', '100029.612000', '100029.614000', '100029.617000', '100029.619000', '100029.622000', '100029.625000', '100029.627000', '100029.630000', '100029.632000', '100029.635000', '100049.524000', '100049.527000', '100049.530000', '100049.533000', '100049.535000', '100049.538000', '100049.541000', '100049.543000', '100049.546000', '100049.548000', '100049.551000', '100049.554000', '100049.556000', '100049.559000', '100049.561000', '100049.573000', '100049.576000', '100049.578000', '100049.581000', '100049.584000', '100049.586000', '100049.589000', '100049.592000', '100049.594000', '100049.597000', '100049.599000', '100049.602000', '100049.604000', '100049.607000', '100049.610000', '100049.612000', '100049.615000', '100049.618000', '100049.620000', '100049.623000', '100049.626000', '100049.628000', '100049.631000', '100049.633000', '100049.636000', '100049.639000', '100049.641000', '100049.644000', '100049.646000', '100109.525000', '100109.528000', '100109.531000', '100109.534000', '100109.536000', '100109.539000', '100109.541000', '100109.544000', '100109.547000', '100109.549000', '100109.552000', '100109.554000', '100109.557000', '100109.559000', '100109.562000', '100109.565000', '100109.568000', '100109.570000', '100109.573000', '100109.575000', '100109.578000', '100109.581000', '100109.584000', '100109.587000', '100109.590000', '100109.592000', '100109.595000', '100109.597000', '100109.600000', '100109.603000', '100109.605000', '100109.608000', '100109.610000', '100109.613000', '100109.616000', '100109.618000', '100109.621000', '100109.623000', '100109.626000', '100109.629000', '100109.631000', '100109.634000', '100109.637000', '100129.525000', '100129.528000', '100129.531000', '100129.534000', '100129.536000', '100129.539000', '100129.542000', '100129.544000', '100129.547000', '100129.549000', '100129.552000', '100129.555000', '100129.557000', '100129.560000', '100129.563000', '100129.565000', '100129.568000', '100129.570000', '100129.573000', '100129.575000', '100129.578000', '100129.581000', '100129.583000', '100129.586000', '100129.589000', '100129.591000', '100129.594000', '100129.596000', '100129.599000', '100129.602000', '100129.604000', '100129.607000', '100129.609000', '100129.612000', '100129.615000', '100129.617000', '100129.620000', '100129.623000', '100129.625000', '100129.628000', '100129.630000', '100129.633000', '100129.636000', '100129.638000', '100149.526000', '100149.528000', '100149.531000', '100149.534000', '100149.536000', '100149.539000', '100149.541000', '100149.544000', '100149.546000', '100149.549000', '100149.552000', '100149.554000', '100149.557000', '100149.559000', '100149.562000', '100149.565000', '100149.567000', '100149.570000', '100149.573000', '100149.575000', '100149.578000', '100149.580000', '100149.583000', '100149.586000', '100149.588000', '100149.591000', '100149.594000', '100149.596000', '100149.599000', '100149.602000', '100149.604000', '100149.607000', '100149.609000', '100149.612000', '100149.614000', '100149.617000', '100149.620000', '100149.622000', '100149.625000', '100149.628000', '100149.630000', '100149.633000', '100149.635000', '100209.526000', '100209.528000', '100209.531000', '100209.534000', '100209.536000', '100209.539000', '100209.541000', '100209.544000', '100209.547000', '100209.549000', '100209.552000', '100209.554000', '100209.557000', '100209.560000', '100209.562000', '100209.565000', '100209.568000', '100209.570000', '100209.573000', '100209.575000', '100209.578000', '100209.581000', '100209.583000', '100209.586000', '100209.589000', '100209.591000', '100209.594000', '100209.596000', '100209.599000', '100209.602000', '100209.604000', '100209.607000', '100209.610000', '100209.612000', '100209.615000', '100209.617000', '100209.620000', '100209.623000', '100209.625000', '100209.628000', '100209.646000', '100209.649000', '100209.651000', '100209.654000', '100229.525000', '100229.528000', '100229.531000', '100229.534000', '100229.536000', '100229.539000', '100229.541000', '100229.544000', '100229.547000', '100229.549000', '100229.552000', '100229.554000', '100229.557000', '100229.560000', '100229.562000', '100229.565000', '100229.567000', '100229.570000', '100229.573000', '100229.575000', '100229.578000', '100229.580000', '100229.583000', '100229.586000', '100229.589000', '100229.592000', '100229.595000', '100229.597000', '100229.600000', '100229.603000', '100229.605000', '100229.608000', '100229.610000', '100229.613000', '100229.616000', '100229.620000', '100229.623000', '100229.626000', '100229.629000', '100229.631000', '100229.634000', '100229.637000', '100229.639000', '100249.526000', '100249.528000', '100249.531000', '100249.534000', '100249.536000', '100249.539000', '100249.541000', '100249.544000', '100249.547000', '100249.549000', '100249.552000', '100249.554000', '100249.557000', '100249.560000', '100249.562000', '100249.565000', '100249.568000', '100249.570000', '100249.573000', '100249.575000', '100249.578000', '100249.580000', '100249.583000', '100249.586000', '100249.589000', '100249.591000', '100249.594000', '100249.597000', '100249.599000', '100249.602000', '100249.604000', '100249.607000', '100249.610000', '100249.612000', '100249.615000', '100249.617000', '100249.620000', '100249.623000', '100249.625000', '100249.628000', '100249.631000', '100249.633000', '100249.636000', '100249.638000', '100309.525000', '100309.527000', '100309.530000', '100309.533000', '100309.535000', '100309.538000', '100309.540000', '100309.543000', '100309.546000', '100309.548000', '100309.551000', '100309.554000', '100309.556000', '100309.559000', '100309.561000', '100309.564000', '100309.567000', '100309.569000', '100309.572000', '100309.574000', '100309.577000', '100309.580000', '100309.582000', '100309.585000', '100309.588000', '100309.590000', '100309.593000', '100309.596000', '100309.598000', '100309.601000', '100309.604000', '100309.606000', '100309.609000', '100309.611000', '100309.614000', '100309.617000', '100309.619000', '100309.622000', '100309.625000', '100309.627000', '100309.630000', '100309.633000', '100309.635000', '100329.526000', '100329.528000', '100329.531000', '100329.534000', '100329.536000', '100329.539000', '100329.542000', '100329.544000', '100329.547000', '100329.549000', '100329.552000', '100329.557000', '100329.559000', '100329.562000', '100329.564000', '100329.567000', '100329.570000', '100329.572000', '100329.575000', '100329.578000', '100329.580000', '100329.583000', '100329.585000', '100329.588000', '100329.591000', '100329.593000', '100329.596000', '100329.599000', '100329.601000', '100329.604000', '100329.607000', '100329.609000', '100329.612000', '100329.614000', '100329.617000', '100329.620000', '100329.622000', '100329.625000', '100329.627000', '100329.630000', '100329.633000', '100329.635000', '100329.638000', '100329.641000', '100349.526000', '100349.528000', '100349.531000', '100349.534000', '100349.536000', '100349.539000', '100349.541000', '100349.552000', '100349.555000', '100349.557000', '100349.560000', '100349.563000', '100349.565000', '100349.568000', '100349.570000', '100349.573000', '100349.576000', '100349.578000', '100349.581000', '100349.583000', '100349.586000', '100349.589000', '100349.591000', '100349.594000', '100349.596000', '100349.599000', '100349.602000', '100349.604000', '100349.607000', '100349.609000', '100349.612000', '100349.615000', '100349.617000', '100349.620000', '100349.622000', '100349.625000', '100349.628000', '100349.630000', '100349.633000', '100349.636000', '100349.639000', '100349.642000', '100349.645000', '100409.525000', '100409.528000', '100409.531000', '100409.533000', '100409.536000', '100409.539000', '100409.541000', '100409.544000', '100409.546000', '100409.549000', '100409.552000', '100409.554000', '100409.557000', '100409.559000', '100409.562000', '100409.565000', '100409.567000', '100409.570000', '100409.573000', '100409.575000', '100409.578000', '100409.581000', '100409.583000', '100409.586000', '100409.588000', '100409.591000', '100409.594000', '100409.596000', '100409.599000', '100409.601000', '100409.604000', '100409.607000', '100409.609000', '100409.612000', '100409.615000', '100409.617000', '100409.620000', '100409.622000', '100409.625000', '100409.628000', '100409.630000', '100409.633000', '100409.636000', '100409.638000', '100429.526000', '100429.529000', '100429.531000', '100429.534000', '100429.537000', '100429.539000', '100429.542000', '100429.544000', '100429.547000', '100429.550000', '100429.552000', '100429.555000', '100429.558000', '100429.561000', '100429.564000', '100429.567000', '100429.569000', '100429.572000', '100429.575000', '100429.577000', '100429.580000', '100429.583000', '100429.585000', '100429.588000', '100429.590000', '100429.593000', '100429.596000', '100429.598000', '100429.601000', '100429.603000', '100429.606000', '100429.609000', '100429.611000', '100429.614000', '100429.617000', '100429.619000', '100429.622000', '100429.624000', '100429.627000', '100429.629000', '100429.632000', '100429.635000', '100429.637000', '100449.525000', '100449.528000', '100449.531000', '100449.534000', '100449.536000', '100449.539000', '100449.542000', '100449.544000', '100449.547000', '100449.549000', '100449.552000', '100449.555000', '100449.557000', '100449.560000', '100449.563000', '100449.565000', '100449.568000', '100449.570000', '100449.573000', '100449.576000', '100449.578000', '100449.581000', '100449.584000', '100449.586000', '100449.589000', '100449.591000', '100449.594000', '100449.597000', '100449.599000', '100449.602000', '100449.604000', '100449.607000', '100449.610000', '100449.612000', '100449.615000', '100449.618000', '100449.620000', '100449.623000', '100449.625000', '100449.628000', '100449.631000', '100449.633000', '100449.636000', '100449.638000', '100454.010000', '100454.013000', '100454.015000', '100454.018000', '100454.021000', '100454.023000', '100454.026000', '100454.028000', '100454.031000', '100454.034000'], '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': [7931, 7555, 12342, 8029, 12632, 11919, 10014, 9018, 6855, 7202, 6718, 9925, 7588, 8686, 6732, 7136, 11525, 8702, 7786, 7745, 6936, 12413, 7553, 13370, 8034, 13016, 8313, 12983, 9415, 12625, 9475, 10935, 9593, 8689, 10750, 7058, 8909, 7748, 12630, 7125, 8149, 8263, 8913, 9981, 12330, 8344, 13022, 7727, 11789, 10376, 9193, 8044, 6871, 8989, 6829, 10686, 7033, 11382, 9988, 10391, 11208, 10315, 10323, 10779, 9313, 10297, 8965, 10826, 9148, 10157, 9226, 9536, 10735, 9298, 8485, 7103, 7275, 7217, 10207, 6583, 9925, 6972, 10324, 7076, 11925, 6896, 11060, 6730, 6715, 11147, 9248, 7227, 7047, 8788, 6911, 10423, 7229, 11445, 7213, 11910, 8111, 12259, 7217, 11556, 6823, 11469, 8193, 11977, 6976, 10099, 7739, 7246, 8866, 7162, 10048, 7725, 9083, 7034, 9861, 7067, 8262, 7095, 9990, 7284, 11049, 7256, 11692, 7753, 11810, 8385, 10631, 9525, 9728, 9065, 8242, 9334, 9987, 10156, 7466, 7834, 6951, 7632, 7090, 8986, 6947, 9981, 7046, 11826, 11173, 9374, 6974, 11610, 8871, 9908, 8485, 7114, 9144, 7120, 9834, 8446, 9930, 8937, 7690, 6826, 7121, 6806, 7189, 6784, 7659, 6630, 10989, 6683, 8270, 7372, 6890, 7379, 7008, 11648, 9372, 9710, 10277, 10154, 12111, 9990, 12321, 8517, 10778, 7045, 12578, 6615, 6828, 8202, 6841, 10594, 7219, 9257, 6969, 9067, 7193, 9036, 7202, 9195, 7042, 9488, 7191, 9745, 6979, 10625, 7006, 8968, 7093, 11394, 7122, 10306, 7080, 10759, 6974, 11911, 7409, 11877, 7313, 10053, 12179, 8996, 10237, 13300, 6793, 9609, 6710, 8440, 6825, 8818, 6681, 7420, 6744, 8788, 6737, 9393, 6684, 11117, 7037, 9309, 7071, 11824, 8295, 12862, 9474, 12451, 8100, 12319, 7281, 11008, 6752, 9710, 6797, 9544, 6995, 9007, 6899, 8979, 6637, 8452, 6624, 8291, 6763, 9289, 6995, 9904, 6834, 9364, 6880, 9619, 6976, 7533, 9902, 11591, 9170, 9591, 9248, 10295, 8939, 7973, 7737, 7037, 7360, 6673, 11301, 6838, 11565, 7950, 8796, 7242, 6989, 8666, 6857, 6782, 9237, 10898, 9803, 6887, 8635, 6996, 11534, 7688, 9715, 9265, 7000, 11898, 9748, 7665, 10960, 7558, 11574, 7127, 12107, 8895, 14357, 8997, 10759, 7083, 6926, 7625, 6798, 8192, 6961, 8699, 6986, 8087, 6839, 10386, 7428, 8267, 9031, 7064, 8938, 7141, 9537, 7373, 10573, 7894, 11017, 7124, 9794, 11915, 10205, 7275, 6992, 8313, 7107, 10618, 7023, 10895, 6816, 10939, 7025, 11038, 7988, 11929, 9549, 9450, 9315, 8314, 9255, 6886, 6961, 6857, 8737, 8401, 10750, 6840, 9583, 7776, 6970, 8068, 7204, 10076, 7098, 10458, 6884, 12091, 7185, 12347, 7168, 11683, 6900, 11383, 10368, 12529, 10090, 7009, 6854, 7136, 7755, 7143, 7333, 8646, 11644, 8441, 11216, 7562, 11377, 6872, 11167, 7256, 9392, 7156, 10947, 7084, 11446, 7730, 9888, 7011, 9675, 7112, 9662, 7099, 10304, 6961, 9810, 6956, 10351, 6993, 11996, 7351, 8413, 7247, 8577, 6990, 10732, 6914, 9928, 7065, 9471, 7444, 9612, 7184, 9993, 7439, 10006, 8178, 9918, 9734, 9685, 9950, 8700, 9141, 7107, 7304, 7011, 11957, 6972, 11472, 6954, 11958, 9852, 9334, 9347, 7122, 8167, 7132, 10817, 7307, 10876, 7031, 10685, 7089, 11967, 8230, 10914, 7130, 11045, 7152, 10672, 7430, 10260, 7230, 10556, 9869, 10491, 8942, 10874, 9434, 9936, 10395, 7355, 7312, 7249, 9435, 6991, 10794, 6857, 10201, 7222, 9516, 10014, 8412, 8093, 6926, 11636, 6842, 11146, 6996, 10834, 6835, 11798, 7823, 12328, 9097, 11329, 8203, 11198, 8407, 10380, 8209, 9228, 9289, 7566, 9877, 6877, 7952, 7315, 8522, 9032, 11093, 9115, 11669, 8959, 10713, 6798, 7477, 12078, 8500, 8958, 7534, 9431, 7240, 10326, 7155, 9621, 9645, 7320, 12880, 9072, 12157, 9770, 9992, 7374, 8238, 7272, 11703, 8321, 7078, 7221, 10941, 7216, 12035, 7316, 12065, 7293, 11944, 6950, 12237, 7342, 12012, 7067, 12735, 7019, 11805, 9971, 7452, 7867, 7130, 9174, 7245, 9083, 7245, 10050, 7162, 10986, 7211, 11425, 6678, 7874, 11304, 7915, 10395, 7098, 11126, 7159, 12791, 8730, 11324, 9927, 11785, 8731, 11011, 10292, 10167, 10378, 10013, 8902, 7319, 9455, 7273, 9089, 7203, 10888, 6985, 10363, 6893, 6610, 8932, 10670, 8607, 8250, 9090, 7491, 9568, 7211, 7109, 7012, 9884, 7410, 9355, 7487, 10212, 7175, 10645, 6952, 11155, 6914, 9216, 8293, 7390, 7915, 7264, 7870, 9333, 11539, 9225, 11154, 9716, 7327, 8023, 6991, 9331, 7075, 11525, 6666, 11434, 11208, 11386, 11975, 8747, 10927, 7782, 12612, 7704, 11691, 7240, 8098, 6953, 7675, 8190, 11947, 7703, 7266, 10879, 7136, 12412, 7315, 9094, 9572, 7175, 10585, 7420, 9466, 7331, 8604, 7420, 7350, 7236, 10507, 7190, 12649, 6859, 12382, 6760, 11925, 7103, 11826, 7163, 6643, 7032, 10143, 9153, 12324, 7297, 12738, 10211, 13091, 7714, 10537, 8145, 8734, 10147, 12067, 9955, 12089, 7822, 10834, 7287, 6773, 10602, 9457, 9934, 7559, 9411, 7320, 9175, 7236, 9421, 7432, 9219, 7354, 9710, 7039, 10306, 7041, 9070, 7336, 7453, 6828, 10174, 9825, 7552, 11161, 8819, 11674, 7807, 6897, 7038, 7848, 8172, 12214, 8372, 11002, 7471, 7388, 7335, 6710, 11954, 8082, 11131, 9714, 12961, 9165, 11441, 10369, 11760, 11115, 8881, 10503, 7200, 7412, 6945, 7186, 11127, 7757, 9672, 6877, 7911, 6987, 8516, 7254, 9594, 7075, 9502, 8214, 6894, 9833, 7269, 10338, 8098, 10296, 7626, 10762, 7705, 10557, 7449, 9151, 7312, 11356, 9197, 10052, 11454, 9710, 10904, 7011, 6984, 8028, 7911, 7475, 8936, 7656, 7970, 11331, 10596, 8234, 12057, 7774, 10144, 8295, 9965, 11195, 10330, 6893, 7109, 10290, 7023, 8318, 7046, 9932, 6954, 10187, 7068, 10635, 7743, 11120, 7000, 10222, 7015, 6716, 8601, 11302, 7661, 12562, 8647, 11727, 10423, 10960, 9029, 7181, 9039, 6946, 10785, 8254, 10394, 7927, 9878, 7186, 11194, 7581, 7883, 7095, 8167, 7083, 11612, 7022, 12500, 7311, 13059, 7985, 10330, 9132, 7194, 9944, 7192, 10208, 8606, 10684, 7893, 8910, 8407, 8130, 7050, 8374, 7244, 8799, 6616, 12130, 8134, 9672, 7949, 7392, 13023, 6996, 13697, 8169, 13338, 7649, 13249, 8311, 14006, 9070, 7408, 6757, 7233, 11773, 8075, 9838, 7707, 8927, 7331, 8968, 7178, 9323, 8375, 9177, 9880, 9055, 9325, 9578, 8070], 'WindowCenter': [3997.0, 3983.0, 4009.0, 3980.0, 4008.0, 3996.0, 3985.0, 3961.0, 3930.0, 3938.0, 3928.0, 3958.0, 3938.0, 3948.0, 3944.0, 3942.0, 3980.0, 3962.0, 3950.0, 3939.0, 3929.0, 3980.0, 3952.0, 3979.0, 3938.0, 3978.0, 3937.0, 3966.0, 3947.0, 3966.0, 3947.0, 3955.0, 3946.0, 3935.0, 3956.0, 3940.0, 3960.0, 3941.0, 3992.0, 3941.0, 3950.0, 3949.0, 3947.0, 3956.0, 3977.0, 3949.0, 3978.0, 3938.0, 3966.0, 3969.0, 3959.0, 3948.0, 3929.0, 3957.0, 3940.0, 3980.0, 3940.0, 3980.0, 3970.0, 3971.0, 3982.0, 3970.0, 3968.0, 3969.0, 3960.0, 3956.0, 3935.0, 3954.0, 3943.0, 3955.0, 3946.0, 3946.0, 3970.0, 3947.0, 3947.0, 3925.0, 3937.0, 3937.0, 3956.0, 3929.0, 3956.0, 3925.0, 3956.0, 3927.0, 3967.0, 3927.0, 3966.0, 3915.0, 3913.0, 3955.0, 3933.0, 3925.0, 3925.0, 3935.0, 3926.0, 3969.0, 3938.0, 3980.0, 3939.0, 3978.0, 3937.0, 3967.0, 3926.0, 3968.0, 3916.0, 3969.0, 3948.0, 3982.0, 3940.0, 3957.0, 3938.0, 3926.0, 3946.0, 3927.0, 3957.0, 3937.0, 3947.0, 3926.0, 3959.0, 3927.0, 3947.0, 3937.0, 3957.0, 3936.0, 3967.0, 3936.0, 3979.0, 3939.0, 3981.0, 3951.0, 3969.0, 3958.0, 3958.0, 3948.0, 3937.0, 3946.0, 3956.0, 3958.0, 3938.0, 3937.0, 3927.0, 3937.0, 3927.0, 3947.0, 3928.0, 3956.0, 3928.0, 3978.0, 3969.0, 3946.0, 3927.0, 3967.0, 3948.0, 3957.0, 3947.0, 3925.0, 3946.0, 3927.0, 3957.0, 3936.0, 3972.0, 3961.0, 3950.0, 3929.0, 3924.0, 3928.0, 3924.0, 3915.0, 3935.0, 3915.0, 3969.0, 3929.0, 3951.0, 3939.0, 3928.0, 3938.0, 3941.0, 3979.0, 3960.0, 3972.0, 3982.0, 3971.0, 3992.0, 3959.0, 3979.0, 3945.0, 3954.0, 3913.0, 3965.0, 3914.0, 3913.0, 3933.0, 3925.0, 3956.0, 3913.0, 3943.0, 3913.0, 3932.0, 3911.0, 3933.0, 3936.0, 3945.0, 3913.0, 3944.0, 3912.0, 3943.0, 3924.0, 3967.0, 3927.0, 3947.0, 3927.0, 3979.0, 3939.0, 3957.0, 3925.0, 3967.0, 3928.0, 3967.0, 3940.0, 3992.0, 3941.0, 3959.0, 3968.0, 3948.0, 3958.0, 3977.0, 3917.0, 3945.0, 3903.0, 3936.0, 3916.0, 3959.0, 3927.0, 3937.0, 3925.0, 3945.0, 3914.0, 3956.0, 3925.0, 3966.0, 3926.0, 3957.0, 3927.0, 3978.0, 3949.0, 3978.0, 3958.0, 3966.0, 3925.0, 3953.0, 3910.0, 3941.0, 3898.0, 3929.0, 3897.0, 3930.0, 3897.0, 3918.0, 3897.0, 3918.0, 3899.0, 3919.0, 3885.0, 3918.0, 3897.0, 3929.0, 3910.0, 3942.0, 3911.0, 3943.0, 3923.0, 3955.0, 3923.0, 3921.0, 3955.0, 3964.0, 3956.0, 3958.0, 3971.0, 3970.0, 3960.0, 3951.0, 3950.0, 3928.0, 3925.0, 3928.0, 3969.0, 3929.0, 3979.0, 3951.0, 3961.0, 3938.0, 3939.0, 3960.0, 3940.0, 3926.0, 3971.0, 3982.0, 3984.0, 3955.0, 3977.0, 3953.0, 3993.0, 3964.0, 3971.0, 3961.0, 3940.0, 3982.0, 3971.0, 3951.0, 3982.0, 3951.0, 3982.0, 3939.0, 3983.0, 3949.0, 3980.0, 3950.0, 3970.0, 3929.0, 3940.0, 3951.0, 3930.0, 3963.0, 3940.0, 3974.0, 3954.0, 3964.0, 3942.0, 3981.0, 3951.0, 3962.0, 3973.0, 3941.0, 3975.0, 3954.0, 3974.0, 3954.0, 3984.0, 3962.0, 3982.0, 3941.0, 3970.0, 3983.0, 3972.0, 3939.0, 3939.0, 3949.0, 3941.0, 3982.0, 3952.0, 3979.0, 3929.0, 3970.0, 3938.0, 3968.0, 3962.0, 3991.0, 3973.0, 3971.0, 3961.0, 3950.0, 3960.0, 3928.0, 3927.0, 3914.0, 3947.0, 3949.0, 3969.0, 3928.0, 3973.0, 3952.0, 3941.0, 3950.0, 3953.0, 3969.0, 3941.0, 3970.0, 3941.0, 3994.0, 3953.0, 3994.0, 3942.0, 3982.0, 3939.0, 3983.0, 3971.0, 3993.0, 3971.0, 3927.0, 3928.0, 3939.0, 3950.0, 3952.0, 3953.0, 3974.0, 3979.0, 3950.0, 3981.0, 3949.0, 3980.0, 3941.0, 3980.0, 3939.0, 3959.0, 3927.0, 3968.0, 3926.0, 3969.0, 3938.0, 3969.0, 3926.0, 3957.0, 3925.0, 3956.0, 3924.0, 3957.0, 3926.0, 3957.0, 3927.0, 3968.0, 3926.0, 3980.0, 3952.0, 3949.0, 3940.0, 3959.0, 3941.0, 3968.0, 3940.0, 3972.0, 3939.0, 3960.0, 3951.0, 3971.0, 3951.0, 3971.0, 3952.0, 3970.0, 3961.0, 3970.0, 3971.0, 3985.0, 3985.0, 3974.0, 3973.0, 3942.0, 3953.0, 3941.0, 3981.0, 3941.0, 3981.0, 3941.0, 3980.0, 3973.0, 3970.0, 3971.0, 3940.0, 3962.0, 3941.0, 3983.0, 3952.0, 3980.0, 3942.0, 3982.0, 3940.0, 3979.0, 3950.0, 3981.0, 3954.0, 3994.0, 3943.0, 3970.0, 3938.0, 3958.0, 3937.0, 3968.0, 3970.0, 3969.0, 3961.0, 3968.0, 3960.0, 3971.0, 3971.0, 3939.0, 3939.0, 3940.0, 3959.0, 3929.0, 3983.0, 3943.0, 3971.0, 3952.0, 3969.0, 3970.0, 3964.0, 3964.0, 3953.0, 3993.0, 3942.0, 3981.0, 3940.0, 3980.0, 3929.0, 3995.0, 3951.0, 3979.0, 3960.0, 3981.0, 3949.0, 3968.0, 3948.0, 3956.0, 3950.0, 3957.0, 3960.0, 3964.0, 3985.0, 3944.0, 3963.0, 3951.0, 3974.0, 3987.0, 3995.0, 3972.0, 3981.0, 3962.0, 3983.0, 3942.0, 3950.0, 3993.0, 3962.0, 3974.0, 3951.0, 3971.0, 3953.0, 3984.0, 3954.0, 3972.0, 3984.0, 3955.0, 4007.0, 3961.0, 3981.0, 3959.0, 3959.0, 3938.0, 3937.0, 3926.0, 3980.0, 3951.0, 3938.0, 3938.0, 3970.0, 3939.0, 3981.0, 3939.0, 3979.0, 3938.0, 3979.0, 3927.0, 3978.0, 3938.0, 3978.0, 3927.0, 3989.0, 3939.0, 3978.0, 3960.0, 3938.0, 3937.0, 3927.0, 3960.0, 3951.0, 3959.0, 3939.0, 3970.0, 3942.0, 3981.0, 3963.0, 3991.0, 3939.0, 3948.0, 3980.0, 3963.0, 3984.0, 3952.0, 3993.0, 3952.0, 4004.0, 3976.0, 4007.0, 3986.0, 3994.0, 3974.0, 3982.0, 3985.0, 3984.0, 3983.0, 3982.0, 3960.0, 3951.0, 3971.0, 3939.0, 3972.0, 3950.0, 3978.0, 3940.0, 3968.0, 3939.0, 3927.0, 3960.0, 3980.0, 3961.0, 3961.0, 3973.0, 3952.0, 3984.0, 3952.0, 3951.0, 3940.0, 3982.0, 3952.0, 3973.0, 3953.0, 3996.0, 3966.0, 3996.0, 3956.0, 3996.0, 3957.0, 3973.0, 3962.0, 3953.0, 3964.0, 3964.0, 3975.0, 3985.0, 3992.0, 3973.0, 3982.0, 3973.0, 3953.0, 3964.0, 3955.0, 3985.0, 3954.0, 4006.0, 3956.0, 3993.0, 3995.0, 3994.0, 3997.0, 3964.0, 3984.0, 3952.0, 3992.0, 3940.0, 3982.0, 3939.0, 3949.0, 3927.0, 3936.0, 3949.0, 3979.0, 3938.0, 3940.0, 3968.0, 3939.0, 3992.0, 3952.0, 3960.0, 3971.0, 3937.0, 3969.0, 3937.0, 3959.0, 3941.0, 3951.0, 3939.0, 3938.0, 3939.0, 3982.0, 3940.0, 3991.0, 3940.0, 3991.0, 3942.0, 3993.0, 3953.0, 3992.0, 3952.0, 3943.0, 3941.0, 3970.0, 3961.0, 3991.0, 3951.0, 3992.0, 3973.0, 3992.0, 3939.0, 3982.0, 3951.0, 3947.0, 3972.0, 3980.0, 3959.0, 3980.0, 3937.0, 3967.0, 3937.0, 3913.0, 3956.0, 3944.0, 3944.0, 3924.0, 3946.0, 3937.0, 3947.0, 3924.0, 3946.0, 3925.0, 3958.0, 3937.0, 3959.0, 3939.0, 3970.0, 3940.0, 3960.0, 3965.0, 3952.0, 3942.0, 3983.0, 3972.0, 3951.0, 3982.0, 3974.0, 3996.0, 3951.0, 3940.0, 3940.0, 3950.0, 3962.0, 4006.0, 3975.0, 3996.0, 3953.0, 3952.0, 3966.0, 3958.0, 3995.0, 3965.0, 3984.0, 3975.0, 4018.0, 3989.0, 3996.0, 3986.0, 3997.0, 3995.0, 3973.0, 3983.0, 3953.0, 3952.0, 3953.0, 3955.0, 3996.0, 3954.0, 3974.0, 3943.0, 3952.0, 3927.0, 3948.0, 3926.0, 3960.0, 3939.0, 3971.0, 3961.0, 3967.0, 3998.0, 3967.0, 3985.0, 3964.0, 3973.0, 3952.0, 3981.0, 3952.0, 3982.0, 3938.0, 3958.0, 3937.0, 3979.0, 3958.0, 3970.0, 3979.0, 3972.0, 3969.0, 3927.0, 3937.0, 3948.0, 3948.0, 3952.0, 3958.0, 3950.0, 3948.0, 3982.0, 3981.0, 3962.0, 3990.0, 3951.0, 3985.0, 3964.0, 3984.0, 3996.0, 3985.0, 3941.0, 3942.0, 3984.0, 3942.0, 3965.0, 3943.0, 3973.0, 3941.0, 3972.0, 3939.0, 3982.0, 3951.0, 3981.0, 3940.0, 3969.0, 3940.0, 3927.0, 3949.0, 3979.0, 3949.0, 3990.0, 3961.0, 3979.0, 3982.0, 3995.0, 3974.0, 3941.0, 3961.0, 3941.0, 3981.0, 3949.0, 3971.0, 3950.0, 3972.0, 3940.0, 3983.0, 3951.0, 3952.0, 3942.0, 3961.0, 3941.0, 3992.0, 3953.0, 4005.0, 3966.0, 4005.0, 3964.0, 3983.0, 3974.0, 3954.0, 3995.0, 3954.0, 3997.0, 3974.0, 3984.0, 3963.0, 3973.0, 3964.0, 3963.0, 3952.0, 3963.0, 3951.0, 3971.0, 3940.0, 3992.0, 3962.0, 3974.0, 3963.0, 3951.0, 4003.0, 3953.0, 4001.0, 3951.0, 3991.0, 3939.0, 3991.0, 3949.0, 4002.0, 3961.0, 3940.0, 3939.0, 3940.0, 3980.0, 3949.0, 3969.0, 3937.0, 3960.0, 3939.0, 3961.0, 3940.0, 3972.0, 3948.0, 3960.0, 3959.0, 3961.0, 3959.0, 3971.0, 3950.0], 'WindowWidth': [8942.0, 8910.0, 8935.0, 8897.0, 8932.0, 8912.0, 8891.0, 8854.0, 8813.0, 8818.0, 8803.0, 8842.0, 8817.0, 8832.0, 8838.0, 8830.0, 8878.0, 8855.0, 8839.0, 8820.0, 8808.0, 8876.0, 8843.0, 8874.0, 8818.0, 8868.0, 8812.0, 8848.0, 8827.0, 8848.0, 8826.0, 8834.0, 8822.0, 8806.0, 8837.0, 8826.0, 8851.0, 8826.0, 8897.0, 8830.0, 8836.0, 8834.0, 8827.0, 8838.0, 8866.0, 8831.0, 8868.0, 8816.0, 8852.0, 8861.0, 8846.0, 8833.0, 8808.0, 8843.0, 8824.0, 8878.0, 8827.0, 8877.0, 8865.0, 8869.0, 8883.0, 8864.0, 8860.0, 8859.0, 8849.0, 8836.0, 8806.0, 8830.0, 8815.0, 8836.0, 8824.0, 8824.0, 8863.0, 8829.0, 8828.0, 8796.0, 8815.0, 8815.0, 8837.0, 8811.0, 8838.0, 8795.0, 8836.0, 8802.0, 8853.0, 8803.0, 8850.0, 8782.0, 8777.0, 8833.0, 8801.0, 8794.0, 8795.0, 8809.0, 8800.0, 8859.0, 8819.0, 8877.0, 8822.0, 8871.0, 8816.0, 8853.0, 8799.0, 8857.0, 8786.0, 8860.0, 8832.0, 8884.0, 8826.0, 8840.0, 8819.0, 8799.0, 8824.0, 8803.0, 8840.0, 8814.0, 8827.0, 8800.0, 8848.0, 8805.0, 8831.0, 8817.0, 8841.0, 8813.0, 8853.0, 8816.0, 8875.0, 8822.0, 8882.0, 8843.0, 8860.0, 8846.0, 8844.0, 8829.0, 8816.0, 8824.0, 8838.0, 8843.0, 8818.0, 8815.0, 8804.0, 8816.0, 8803.0, 8829.0, 8804.0, 8838.0, 8806.0, 8871.0, 8860.0, 8825.0, 8804.0, 8855.0, 8832.0, 8840.0, 8829.0, 8796.0, 8826.0, 8804.0, 8840.0, 8812.0, 8871.0, 8857.0, 8843.0, 8811.0, 8794.0, 8804.0, 8794.0, 8782.0, 8810.0, 8784.0, 8859.0, 8808.0, 8841.0, 8824.0, 8805.0, 8818.0, 8828.0, 8877.0, 8853.0, 8874.0, 8885.0, 8867.0, 8900.0, 8846.0, 8873.0, 8822.0, 8832.0, 8777.0, 8846.0, 8777.0, 8776.0, 8802.0, 8798.0, 8838.0, 8777.0, 8815.0, 8775.0, 8800.0, 8771.0, 8803.0, 8813.0, 8819.0, 8775.0, 8818.0, 8774.0, 8816.0, 8794.0, 8854.0, 8805.0, 8828.0, 8803.0, 8874.0, 8821.0, 8840.0, 8797.0, 8853.0, 8806.0, 8855.0, 8827.0, 8898.0, 8828.0, 8845.0, 8854.0, 8831.0, 8841.0, 8866.0, 8787.0, 8820.0, 8761.0, 8810.0, 8786.0, 8847.0, 8805.0, 8815.0, 8797.0, 8822.0, 8780.0, 8840.0, 8798.0, 8854.0, 8801.0, 8844.0, 8804.0, 8872.0, 8834.0, 8871.0, 8843.0, 8852.0, 8795.0, 8827.0, 8767.0, 8807.0, 8748.0, 8791.0, 8746.0, 8791.0, 8745.0, 8773.0, 8743.0, 8774.0, 8750.0, 8777.0, 8726.0, 8773.0, 8745.0, 8790.0, 8769.0, 8811.0, 8772.0, 8814.0, 8792.0, 8837.0, 8792.0, 8783.0, 8837.0, 8846.0, 8838.0, 8846.0, 8871.0, 8868.0, 8851.0, 8844.0, 8840.0, 8805.0, 8798.0, 8804.0, 8860.0, 8811.0, 8875.0, 8843.0, 8856.0, 8821.0, 8822.0, 8853.0, 8827.0, 8801.0, 8868.0, 8884.0, 8893.0, 8856.0, 8888.0, 8850.0, 8900.0, 8864.0, 8866.0, 8854.0, 8826.0, 8883.0, 8869.0, 8841.0, 8884.0, 8842.0, 8882.0, 8822.0, 8887.0, 8833.0, 8874.0, 8831.0, 8859.0, 8805.0, 8823.0, 8839.0, 8813.0, 8860.0, 8826.0, 8879.0, 8850.0, 8864.0, 8831.0, 8880.0, 8842.0, 8856.0, 8872.0, 8826.0, 8879.0, 8851.0, 8877.0, 8854.0, 8890.0, 8859.0, 8883.0, 8828.0, 8865.0, 8886.0, 8871.0, 8822.0, 8821.0, 8835.0, 8829.0, 8883.0, 8846.0, 8876.0, 8809.0, 8861.0, 8820.0, 8858.0, 8859.0, 8894.0, 8874.0, 8866.0, 8853.0, 8838.0, 8848.0, 8805.0, 8802.0, 8781.0, 8827.0, 8834.0, 8859.0, 8808.0, 8875.0, 8845.0, 8831.0, 8840.0, 8848.0, 8863.0, 8826.0, 8864.0, 8830.0, 8904.0, 8849.0, 8903.0, 8832.0, 8885.0, 8824.0, 8888.0, 8866.0, 8901.0, 8866.0, 8803.0, 8804.0, 8823.0, 8839.0, 8844.0, 8849.0, 8879.0, 8875.0, 8837.0, 8879.0, 8835.0, 8879.0, 8828.0, 8877.0, 8820.0, 8846.0, 8802.0, 8857.0, 8799.0, 8860.0, 8818.0, 8862.0, 8798.0, 8840.0, 8794.0, 8837.0, 8794.0, 8842.0, 8798.0, 8842.0, 8800.0, 8856.0, 8800.0, 8876.0, 8845.0, 8836.0, 8826.0, 8850.0, 8830.0, 8859.0, 8825.0, 8870.0, 8823.0, 8850.0, 8844.0, 8869.0, 8844.0, 8869.0, 8844.0, 8866.0, 8854.0, 8865.0, 8867.0, 8895.0, 8893.0, 8878.0, 8875.0, 8832.0, 8849.0, 8830.0, 8883.0, 8829.0, 8883.0, 8828.0, 8878.0, 8874.0, 8866.0, 8869.0, 8826.0, 8859.0, 8830.0, 8887.0, 8847.0, 8879.0, 8831.0, 8884.0, 8824.0, 8874.0, 8840.0, 8882.0, 8851.0, 8906.0, 8835.0, 8863.0, 8819.0, 8843.0, 8816.0, 8857.0, 8864.0, 8859.0, 8854.0, 8858.0, 8849.0, 8866.0, 8867.0, 8822.0, 8822.0, 8826.0, 8848.0, 8808.0, 8888.0, 8836.0, 8867.0, 8845.0, 8863.0, 8865.0, 8864.0, 8867.0, 8847.0, 8901.0, 8832.0, 8880.0, 8825.0, 8878.0, 8810.0, 8907.0, 8841.0, 8874.0, 8849.0, 8880.0, 8836.0, 8856.0, 8829.0, 8839.0, 8835.0, 8841.0, 8850.0, 8868.0, 8895.0, 8838.0, 8859.0, 8846.0, 8876.0, 8903.0, 8906.0, 8870.0, 8878.0, 8857.0, 8886.0, 8834.0, 8839.0, 8900.0, 8858.0, 8877.0, 8843.0, 8869.0, 8850.0, 8894.0, 8851.0, 8873.0, 8891.0, 8856.0, 8926.0, 8855.0, 8881.0, 8848.0, 8848.0, 8816.0, 8815.0, 8799.0, 8877.0, 8840.0, 8820.0, 8819.0, 8863.0, 8823.0, 8881.0, 8822.0, 8873.0, 8818.0, 8872.0, 8803.0, 8872.0, 8819.0, 8870.0, 8804.0, 8889.0, 8826.0, 8872.0, 8850.0, 8819.0, 8816.0, 8803.0, 8851.0, 8844.0, 8850.0, 8822.0, 8865.0, 8833.0, 8882.0, 8865.0, 8897.0, 8823.0, 8835.0, 8878.0, 8863.0, 8893.0, 8846.0, 8899.0, 8846.0, 8917.0, 8885.0, 8930.0, 8898.0, 8907.0, 8877.0, 8885.0, 8894.0, 8890.0, 8890.0, 8887.0, 8854.0, 8843.0, 8870.0, 8824.0, 8873.0, 8843.0, 8875.0, 8827.0, 8860.0, 8824.0, 8805.0, 8853.0, 8879.0, 8857.0, 8859.0, 8876.0, 8846.0, 8892.0, 8847.0, 8845.0, 8829.0, 8886.0, 8848.0, 8875.0, 8851.0, 8913.0, 8874.0, 8912.0, 8859.0, 8912.0, 8862.0, 8874.0, 8858.0, 8849.0, 8865.0, 8867.0, 8883.0, 8894.0, 8897.0, 8875.0, 8885.0, 8876.0, 8848.0, 8865.0, 8858.0, 8893.0, 8852.0, 8927.0, 8861.0, 8902.0, 8907.0, 8904.0, 8914.0, 8864.0, 8890.0, 8845.0, 8899.0, 8824.0, 8883.0, 8823.0, 8834.0, 8802.0, 8813.0, 8836.0, 8874.0, 8820.0, 8826.0, 8858.0, 8822.0, 8898.0, 8846.0, 8851.0, 8868.0, 8818.0, 8862.0, 8815.0, 8849.0, 8828.0, 8840.0, 8822.0, 8818.0, 8822.0, 8884.0, 8825.0, 8892.0, 8826.0, 8895.0, 8831.0, 8898.0, 8850.0, 8897.0, 8847.0, 8836.0, 8828.0, 8862.0, 8853.0, 8893.0, 8844.0, 8897.0, 8873.0, 8896.0, 8821.0, 8885.0, 8842.0, 8829.0, 8870.0, 8879.0, 8848.0, 8879.0, 8816.0, 8854.0, 8818.0, 8778.0, 8837.0, 8816.0, 8819.0, 8792.0, 8825.0, 8817.0, 8827.0, 8794.0, 8826.0, 8797.0, 8845.0, 8817.0, 8848.0, 8822.0, 8864.0, 8826.0, 8852.0, 8869.0, 8848.0, 8832.0, 8887.0, 8873.0, 8845.0, 8886.0, 8880.0, 8911.0, 8843.0, 8825.0, 8827.0, 8840.0, 8859.0, 8927.0, 8884.0, 8909.0, 8850.0, 8847.0, 8872.0, 8865.0, 8907.0, 8867.0, 8891.0, 8879.0, 8945.0, 8908.0, 8910.0, 8900.0, 8915.0, 8906.0, 8875.0, 8887.0, 8850.0, 8847.0, 8851.0, 8854.0, 8911.0, 8851.0, 8875.0, 8836.0, 8842.0, 8804.0, 8831.0, 8798.0, 8850.0, 8823.0, 8867.0, 8857.0, 8878.0, 8919.0, 8878.0, 8897.0, 8864.0, 8873.0, 8844.0, 8882.0, 8846.0, 8883.0, 8820.0, 8845.0, 8817.0, 8874.0, 8844.0, 8864.0, 8879.0, 8872.0, 8860.0, 8803.0, 8817.0, 8834.0, 8833.0, 8845.0, 8849.0, 8842.0, 8834.0, 8883.0, 8883.0, 8860.0, 8895.0, 8844.0, 8894.0, 8864.0, 8888.0, 8910.0, 8893.0, 8830.0, 8830.0, 8890.0, 8832.0, 8866.0, 8835.0, 8872.0, 8829.0, 8869.0, 8824.0, 8883.0, 8841.0, 8881.0, 8825.0, 8863.0, 8827.0, 8803.0, 8835.0, 8875.0, 8837.0, 8893.0, 8856.0, 8876.0, 8887.0, 8907.0, 8878.0, 8829.0, 8856.0, 8828.0, 8880.0, 8836.0, 8867.0, 8837.0, 8869.0, 8826.0, 8887.0, 8842.0, 8844.0, 8832.0, 8856.0, 8829.0, 8899.0, 8850.0, 8923.0, 8873.0, 8923.0, 8866.0, 8889.0, 8878.0, 8854.0, 8911.0, 8854.0, 8914.0, 8880.0, 8892.0, 8863.0, 8876.0, 8866.0, 8862.0, 8848.0, 8860.0, 8842.0, 8872.0, 8829.0, 8901.0, 8861.0, 8878.0, 8862.0, 8845.0, 8915.0, 8850.0, 8910.0, 8841.0, 8896.0, 8823.0, 8893.0, 8836.0, 8911.0, 8856.0, 8826.0, 8824.0, 8825.0, 8879.0, 8836.0, 8861.0, 8817.0, 8849.0, 8822.0, 8853.0, 8827.0, 8870.0, 8833.0, 8851.0, 8846.0, 8853.0, 8847.0, 8868.0, 8839.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.0027715350877192983</td></tr>
<tr><td colspan=3>aqi</td><td>0.03346185614035088</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.75626521937433</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.258032950439079</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0441143126454444</td></tr>
<tr><td colspan=3>efc</td><td>0.4447</td></tr>
<tr><td colspan=3>fber</td><td>7362.1045</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.15312316619833705</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>167</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>18.31140350877193</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4034969877319337</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.337178853368223</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6253454828614315</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2479666269661474</td></tr>
<tr><td colspan=3>gcor</td><td>0.0126343</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007830518297851086</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030319131910800934</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</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.952862438737116</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>30.0447</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.3314</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>135.1659</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307453.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>625.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>285.4918</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5551</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>509.1859</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3223.9896</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3393.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69091.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1141.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4239.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>858.3591</td></tr>
<tr><td colspan=3>tsnr</td><td>34.05262480583042</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>