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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-02_subject-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-02_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-02_desc-background_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-02_subject-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-02_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-02_desc-zoomed_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-02_subject-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-02_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-02_desc-carpet_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg</a></small>

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0064/ses-02/func/sub-0064_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>b7133b082682c4c73a4f6456c44de609</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:50:22.437500</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-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.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-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</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>a752a773-50e8-4c07-960a-bc6d7364ebe8||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': ['095022.437500', '095022.897500', '095023.357500', '095023.817500', '095024.277500', '095024.737500', '095025.197500', '095025.657500', '095026.117500', '095026.577500', '095027.037500', '095027.497500', '095027.957500', '095028.417500', '095028.877500', '095029.337500', '095029.797500', '095030.257500', '095030.717500', '095031.177500', '095031.637500', '095032.097500', '095032.557500', '095033.017500', '095033.477500', '095033.937500', '095034.397500', '095034.857500', '095035.317500', '095035.777500', '095036.237500', '095036.697500', '095037.157500', '095037.617500', '095038.077500', '095038.537500', '095038.997500', '095039.457500', '095039.917500', '095040.377500', '095040.837500', '095041.297500', '095041.757500', '095042.217500', '095042.677500', '095043.137500', '095043.597500', '095044.057500', '095044.517500', '095044.977500', '095045.437500', '095045.897500', '095046.357500', '095046.817500', '095047.277500', '095047.737500', '095048.197500', '095048.657500', '095049.117500', '095049.577500', '095050.037500', '095050.497500', '095050.957500', '095051.417500', '095051.877500', '095052.337500', '095052.797500', '095053.257500', '095053.717500', '095054.177500', '095054.637500', '095055.097500', '095055.557500', '095056.017500', '095056.477500', '095056.937500', '095057.397500', '095057.857500', '095058.317500', '095058.777500', '095059.237500', '095059.697500', '095100.157500', '095100.617500', '095101.077500', '095101.537500', '095101.997500', '095102.457500', '095102.917500', '095103.377500', '095103.837500', '095104.297500', '095104.757500', '095105.217500', '095105.677500', '095106.137500', '095106.597500', '095107.057500', '095107.517500', '095107.977500', '095108.437500', '095108.897500', '095109.357500', '095109.817500', '095110.277500', '095110.737500', '095111.197500', '095111.657500', '095112.117500', '095112.577500', '095113.037500', '095113.497500', '095113.957500', '095114.417500', '095114.877500', '095115.337500', '095115.797500', '095116.257500', '095116.717500', '095117.177500', '095117.637500', '095118.097500', '095118.557500', '095119.017500', '095119.477500', '095119.937500', '095120.397500', '095120.857500', '095121.317500', '095121.777500', '095122.237500', '095122.697500', '095123.157500', '095123.617500', '095124.077500', '095124.537500', '095124.997500', '095125.457500', '095125.917500', '095126.377500', '095126.837500', '095127.297500', '095127.757500', '095128.217500', '095128.677500', '095129.137500', '095129.597500', '095130.057500', '095130.517500', '095130.977500', '095131.437500', '095131.897500', '095132.357500', '095132.817500', '095133.277500', '095133.737500', '095134.197500', '095134.657500', '095135.117500', '095135.577500', '095136.037500', '095136.497500', '095136.957500', '095137.417500', '095137.877500', '095138.337500', '095138.797500', '095139.257500', '095139.717500', '095140.177500', '095140.637500', '095141.097500', '095141.557500', '095142.017500', '095142.477500', '095142.937500', '095143.397500', '095143.857500', '095144.317500', '095144.777500', '095145.237500', '095145.697500', '095146.157500', '095146.617500', '095147.077500', '095147.537500', '095147.997500', '095148.457500', '095148.917500', '095149.377500', '095149.837500', '095150.297500', '095150.757500', '095151.217500', '095151.677500', '095152.137500', '095152.597500', '095153.057500', '095153.517500', '095153.977500', '095154.437500', '095154.897500', '095155.357500', '095155.817500', '095156.277500', '095156.737500', '095157.197500', '095157.657500', '095158.117500', '095158.577500', '095159.037500', '095159.497500', '095159.957500', '095200.417500', '095200.877500', '095201.337500', '095201.797500', '095202.257500', '095202.717500', '095203.177500', '095203.637500', '095204.097500', '095204.557500', '095205.017500', '095205.477500', '095205.937500', '095206.397500', '095206.857500', '095207.317500', '095207.777500', '095208.237500', '095208.697500', '095209.157500', '095209.617500', '095210.077500', '095210.537500', '095210.997500', '095211.457500', '095211.917500', '095212.377500', '095212.837500', '095213.297500', '095213.757500', '095214.217500', '095214.677500', '095215.137500', '095215.597500', '095216.057500', '095216.517500', '095216.977500', '095217.437500', '095217.897500', '095218.357500', '095218.817500', '095219.277500', '095219.737500', '095220.197500', '095220.657500', '095221.117500', '095221.577500', '095222.037500', '095222.497500', '095222.957500', '095223.417500', '095223.877500', '095224.337500', '095224.797500', '095225.257500', '095225.717500', '095226.177500', '095226.637500', '095227.097500', '095227.557500', '095228.017500', '095228.477500', '095228.937500', '095229.397500', '095229.857500', '095230.317500', '095230.777500', '095231.237500', '095231.697500', '095232.157500', '095232.617500', '095233.077500', '095233.537500', '095233.997500', '095234.457500', '095234.917500', '095235.377500', '095235.837500', '095236.297500', '095236.757500', '095237.217500', '095237.677500', '095238.137500', '095238.597500', '095239.057500', '095239.517500', '095239.977500', '095240.437500', '095240.897500', '095241.357500', '095241.817500', '095242.277500', '095242.737500', '095243.197500', '095243.657500', '095244.117500', '095244.577500', '095245.037500', '095245.497500', '095245.957500', '095246.417500', '095246.877500', '095247.337500', '095247.797500', '095248.257500', '095248.717500', '095249.177500', '095249.637500', '095250.097500', '095250.557500', '095251.017500', '095251.477500', '095251.937500', '095252.397500', '095252.857500', '095253.317500', '095253.777500', '095254.237500', '095254.697500', '095255.157500', '095255.617500', '095256.077500', '095256.537500', '095256.997500', '095257.457500', '095257.917500', '095258.377500', '095258.837500', '095259.297500', '095259.757500', '095300.217500', '095300.677500', '095301.137500', '095301.597500', '095302.057500', '095302.517500', '095302.977500', '095303.437500', '095303.897500', '095304.357500', '095304.817500', '095305.277500', '095305.737500', '095306.197500', '095306.657500', '095307.117500', '095307.577500', '095308.037500', '095308.497500', '095308.957500', '095309.417500', '095309.877500', '095310.337500', '095310.797500', '095311.257500', '095311.717500', '095312.177500', '095312.637500', '095313.097500', '095313.557500', '095314.017500', '095314.477500', '095314.937500', '095315.397500', '095315.857500', '095316.317500', '095316.777500', '095317.237500', '095317.697500', '095318.157500', '095318.617500', '095319.077500', '095319.537500', '095319.997500', '095320.457500', '095320.917500', '095321.377500', '095321.837500', '095322.297500', '095322.757500', '095323.217500', '095323.677500', '095324.137500', '095324.597500', '095325.057500', '095325.517500', '095325.977500', '095326.437500', '095326.897500', '095327.357500', '095327.817500', '095328.277500', '095328.737500', '095329.197500', '095329.657500', '095330.117500', '095330.577500', '095331.037500', '095331.497500', '095331.957500', '095332.417500', '095332.877500', '095333.337500', '095333.797500', '095334.257500', '095334.717500', '095335.177500', '095335.637500', '095336.097500', '095336.557500', '095337.017500', '095337.477500', '095337.937500', '095338.397500', '095338.857500', '095339.317500', '095339.777500', '095340.237500', '095340.697500', '095341.157500', '095341.617500', '095342.077500', '095342.537500', '095342.997500', '095343.457500', '095343.917500', '095344.377500', '095344.837500', '095345.297500', '095345.757500', '095346.217500', '095346.677500', '095347.137500', '095347.597500', '095348.057500', '095348.517500', '095348.977500', '095349.437500', '095349.897500', '095350.357500', '095350.817500', '095351.277500', '095351.737500', '095352.197500', '095352.657500', '095353.117500', '095353.577500', '095354.037500', '095354.497500', '095354.957500', '095355.417500', '095355.877500', '095356.337500', '095356.797500', '095357.257500', '095357.717500', '095358.177500', '095358.637500', '095359.097500', '095359.557500', '095400.017500', '095400.477500', '095400.937500', '095401.397500', '095401.857500', '095402.317500', '095402.777500', '095403.237500', '095403.697500', '095404.157500', '095404.617500', '095405.077500', '095405.537500', '095405.997500', '095406.457500', '095406.917500', '095407.377500', '095407.837500', '095408.297500', '095408.757500', '095409.217500', '095409.677500', '095410.137500', '095410.597500', '095411.057500', '095411.517500', '095411.977500', '095412.437500', '095412.897500', '095413.357500', '095413.817500', '095414.277500', '095414.737500', '095415.197500', '095415.657500', '095416.117500', '095416.577500', '095417.037500', '095417.497500', '095417.957500', '095418.417500', '095418.877500', '095419.337500', '095419.797500', '095420.257500', '095420.717500', '095421.177500', '095421.637500', '095422.097500', '095422.557500', '095423.017500', '095423.477500', '095423.937500', '095424.397500', '095424.857500', '095425.317500', '095425.777500', '095426.237500', '095426.697500', '095427.157500', '095427.617500', '095428.077500', '095428.537500', '095428.997500', '095429.457500', '095429.917500', '095430.377500', '095430.837500', '095431.297500', '095431.757500', '095432.217500', '095432.677500', '095433.137500', '095433.597500', '095434.057500', '095434.517500', '095434.977500', '095435.437500', '095435.897500', '095436.357500', '095436.817500', '095437.277500', '095437.737500', '095438.197500', '095438.657500', '095439.117500', '095439.577500', '095440.037500', '095440.497500', '095440.957500', '095441.417500', '095441.877500', '095442.337500', '095442.797500', '095443.257500', '095443.717500', '095444.177500', '095444.637500', '095445.097500', '095445.557500', '095446.017500', '095446.477500', '095446.937500', '095447.397500', '095447.857500', '095448.317500', '095448.777500', '095449.237500', '095449.697500', '095450.157500', '095450.617500', '095451.077500', '095451.537500', '095451.997500', '095452.457500', '095452.917500', '095453.377500', '095453.837500', '095454.297500', '095454.757500', '095455.217500', '095455.677500', '095456.137500', '095456.597500', '095457.057500', '095457.517500', '095457.977500', '095458.437500', '095458.897500', '095459.357500', '095459.817500', '095500.277500', '095500.737500', '095501.197500', '095501.657500', '095502.117500', '095502.577500', '095503.037500', '095503.497500', '095503.957500', '095504.417500', '095504.877500', '095505.337500', '095505.797500', '095506.257500', '095506.717500', '095507.177500', '095507.637500', '095508.097500', '095508.557500', '095509.017500', '095509.477500', '095509.937500', '095510.397500', '095510.857500', '095511.317500', '095511.777500', '095512.237500', '095512.697500', '095513.157500', '095513.617500', '095514.077500', '095514.537500', '095514.997500', '095515.457500', '095515.917500', '095516.377500', '095516.837500', '095517.297500', '095517.757500', '095518.217500', '095518.677500', '095519.137500', '095519.597500', '095520.057500', '095520.517500', '095520.977500', '095521.437500', '095521.897500', '095522.357500', '095522.817500', '095523.277500', '095523.737500', '095524.197500', '095524.657500', '095525.117500', '095525.577500', '095526.037500', '095526.497500', '095526.957500', '095527.417500', '095527.877500', '095528.337500', '095528.797500', '095529.257500', '095529.717500', '095530.177500', '095530.637500', '095531.097500', '095531.557500', '095532.017500', '095532.477500', '095532.937500', '095533.397500', '095533.857500', '095534.317500', '095534.777500', '095535.237500', '095535.697500', '095536.157500', '095536.617500', '095537.077500', '095537.537500', '095537.997500', '095538.457500', '095538.917500', '095539.377500', '095539.837500', '095540.297500', '095540.757500', '095541.217500', '095541.677500', '095542.137500', '095542.597500', '095543.057500', '095543.517500', '095543.977500', '095544.437500', '095544.897500', '095545.357500', '095545.817500', '095546.277500', '095546.737500', '095547.197500', '095547.657500', '095548.117500', '095548.577500', '095549.037500', '095549.497500', '095549.957500', '095550.417500', '095550.877500', '095551.337500', '095551.797500', '095552.257500', '095552.717500', '095553.177500', '095553.637500', '095554.097500', '095554.557500', '095555.017500', '095555.477500', '095555.937500', '095556.397500', '095556.857500', '095557.317500', '095557.777500', '095558.237500', '095558.697500', '095559.157500', '095559.617500', '095600.077500', '095600.537500', '095600.997500', '095601.457500', '095601.917500', '095602.377500', '095602.837500', '095603.297500', '095603.757500', '095604.217500', '095604.677500', '095605.137500', '095605.597500', '095606.057500', '095606.517500', '095606.977500', '095607.437500', '095607.897500', '095608.357500', '095608.817500', '095609.277500', '095609.737500', '095610.197500', '095610.657500', '095611.117500', '095611.577500', '095612.037500', '095612.497500', '095612.957500', '095613.417500', '095613.877500', '095614.337500', '095614.797500', '095615.257500', '095615.717500', '095616.177500', '095616.637500', '095617.097500', '095617.557500', '095618.017500', '095618.477500', '095618.937500', '095619.397500', '095619.857500', '095620.317500', '095620.777500', '095621.237500', '095621.697500', '095622.157500', '095622.617500', '095623.077500', '095623.537500', '095623.997500', '095624.457500', '095624.917500', '095625.377500', '095625.837500', '095626.297500', '095626.757500', '095627.217500', '095627.677500', '095628.137500', '095628.597500', '095629.057500', '095629.517500', '095629.977500', '095630.437500', '095630.897500', '095631.357500', '095631.817500', '095632.277500', '095632.737500', '095633.197500', '095633.657500', '095634.117500', '095634.577500', '095635.037500', '095635.497500', '095635.957500', '095636.417500', '095636.877500', '095637.337500', '095637.797500', '095638.257500', '095638.717500', '095639.177500', '095639.637500', '095640.097500', '095640.557500', '095641.017500', '095641.477500', '095641.937500', '095642.397500', '095642.857500', '095643.317500', '095643.777500', '095644.237500', '095644.697500', '095645.157500', '095645.617500', '095646.077500', '095646.537500', '095646.997500', '095647.457500', '095647.917500', '095648.377500', '095648.837500', '095649.297500', '095649.757500', '095650.217500', '095650.677500', '095651.137500', '095651.597500', '095652.057500', '095652.517500', '095652.977500', '095653.437500', '095653.897500', '095654.357500', '095654.817500', '095655.277500', '095655.737500', '095656.197500', '095656.657500', '095657.117500', '095657.577500', '095658.037500', '095658.497500', '095658.957500', '095659.417500', '095659.877500', '095700.337500', '095700.797500', '095701.257500', '095701.717500', '095702.177500', '095702.637500', '095703.097500', '095703.557500', '095704.017500', '095704.477500', '095704.937500', '095705.397500', '095705.857500', '095706.317500', '095706.777500', '095707.237500', '095707.697500', '095708.157500', '095708.617500', '095709.077500', '095709.537500', '095709.997500', '095710.457500', '095710.917500', '095711.377500', '095711.837500', '095712.297500', '095712.757500', '095713.217500', '095713.677500', '095714.137500', '095714.597500', '095715.057500', '095715.517500', '095715.977500', '095716.437500', '095716.897500', '095717.357500', '095717.817500', '095718.277500', '095718.737500', '095719.197500', '095719.657500', '095720.117500', '095720.577500', '095721.037500', '095721.497500', '095721.957500', '095722.417500'], 'ContentTime': ['095049.480000', '095049.483000', '095049.486000', '095049.489000', '095049.491000', '095049.494000', '095049.497000', '095049.499000', '095049.502000', '095049.505000', '095049.507000', '095049.510000', '095049.513000', '095049.515000', '095049.518000', '095049.520000', '095049.523000', '095049.526000', '095049.528000', '095049.531000', '095049.533000', '095049.536000', '095049.539000', '095049.541000', '095049.544000', '095049.546000', '095049.549000', '095049.551000', '095049.554000', '095049.557000', '095049.559000', '095049.566000', '095049.569000', '095049.572000', '095049.574000', '095049.577000', '095049.579000', '095049.582000', '095049.584000', '095049.587000', '095049.590000', '095049.592000', '095049.595000', '095049.597000', '095049.600000', '095049.602000', '095049.605000', '095049.615000', '095049.618000', '095049.621000', '095049.623000', '095049.626000', '095049.628000', '095049.631000', '095049.634000', '095049.636000', '095109.440000', '095109.443000', '095109.446000', '095109.448000', '095109.451000', '095109.454000', '095109.456000', '095109.459000', '095109.461000', '095109.464000', '095109.466000', '095109.469000', '095109.471000', '095109.474000', '095109.477000', '095109.479000', '095109.482000', '095109.484000', '095109.487000', '095109.489000', '095109.492000', '095109.495000', '095109.497000', '095109.500000', '095109.502000', '095109.505000', '095109.507000', '095109.510000', '095109.513000', '095109.515000', '095109.518000', '095109.520000', '095109.523000', '095109.525000', '095109.528000', '095109.531000', '095109.533000', '095109.542000', '095109.545000', '095109.548000', '095109.550000', '095109.553000', '095109.555000', '095109.558000', '095129.439000', '095129.442000', '095129.445000', '095129.447000', '095129.450000', '095129.453000', '095129.455000', '095129.458000', '095129.460000', '095129.463000', '095129.465000', '095129.475000', '095129.478000', '095129.480000', '095129.483000', '095129.486000', '095129.488000', '095129.491000', '095129.493000', '095129.497000', '095129.500000', '095129.502000', '095129.505000', '095129.508000', '095129.510000', '095129.513000', '095129.515000', '095129.518000', '095129.521000', '095129.523000', '095129.526000', '095129.528000', '095129.531000', '095129.533000', '095129.536000', '095129.539000', '095129.541000', '095129.544000', '095129.546000', '095129.549000', '095129.552000', '095129.554000', '095129.557000', '095149.440000', '095149.443000', '095149.446000', '095149.448000', '095149.451000', '095149.454000', '095149.456000', '095149.459000', '095149.462000', '095149.464000', '095149.467000', '095149.469000', '095149.504000', '095149.507000', '095149.509000', '095149.512000', '095149.515000', '095149.517000', '095149.520000', '095149.523000', '095149.525000', '095149.528000', '095149.530000', '095149.533000', '095149.535000', '095149.538000', '095149.541000', '095149.543000', '095149.546000', '095149.548000', '095149.551000', '095149.553000', '095149.556000', '095149.559000', '095149.561000', '095149.564000', '095149.566000', '095149.569000', '095149.571000', '095149.574000', '095149.577000', '095149.579000', '095149.582000', '095149.584000', '095209.440000', '095209.443000', '095209.446000', '095209.449000', '095209.451000', '095209.454000', '095209.456000', '095209.459000', '095209.461000', '095209.464000', '095209.467000', '095209.469000', '095209.472000', '095209.474000', '095209.477000', '095209.479000', '095209.482000', '095209.485000', '095209.487000', '095209.495000', '095209.498000', '095209.501000', '095209.503000', '095209.506000', '095209.509000', '095209.511000', '095209.514000', '095209.517000', '095209.520000', '095209.523000', '095209.526000', '095209.528000', '095209.531000', '095209.533000', '095209.536000', '095209.539000', '095209.541000', '095209.544000', '095209.546000', '095209.549000', '095209.552000', '095209.554000', '095209.557000', '095229.441000', '095229.443000', '095229.446000', '095229.449000', '095229.451000', '095229.454000', '095229.456000', '095229.459000', '095229.462000', '095229.464000', '095229.467000', '095229.469000', '095229.472000', '095229.475000', '095229.477000', '095229.480000', '095229.482000', '095229.485000', '095229.487000', '095229.490000', '095229.493000', '095229.495000', '095229.498000', '095229.500000', '095229.503000', '095229.506000', '095229.508000', '095229.511000', '095229.513000', '095229.516000', '095229.519000', '095229.521000', '095229.524000', '095229.526000', '095229.529000', '095229.531000', '095229.534000', '095229.536000', '095229.539000', '095229.542000', '095229.544000', '095229.547000', '095229.550000', '095229.552000', '095249.440000', '095249.443000', '095249.446000', '095249.448000', '095249.451000', '095249.454000', '095249.456000', '095249.459000', '095249.461000', '095249.464000', '095249.467000', '095249.469000', '095249.472000', '095249.474000', '095249.477000', '095249.479000', '095249.482000', '095249.485000', '095249.487000', '095249.490000', '095249.492000', '095249.495000', '095249.498000', '095249.500000', '095249.503000', '095249.506000', '095249.508000', '095249.511000', '095249.514000', '095249.516000', '095249.519000', '095249.522000', '095249.524000', '095249.527000', '095249.530000', '095249.532000', '095249.535000', '095249.538000', '095249.541000', '095249.544000', '095249.546000', '095249.549000', '095249.552000', '095309.441000', '095309.443000', '095309.446000', '095309.449000', '095309.451000', '095309.454000', '095309.456000', '095309.459000', '095309.461000', '095309.464000', '095309.467000', '095309.469000', '095309.472000', '095309.474000', '095309.477000', '095309.480000', '095309.482000', '095309.485000', '095309.487000', '095309.490000', '095309.493000', '095309.495000', '095309.498000', '095309.500000', '095309.503000', '095309.506000', '095309.508000', '095309.511000', '095309.514000', '095309.516000', '095309.519000', '095309.521000', '095309.524000', '095309.527000', '095309.529000', '095309.532000', '095309.535000', '095309.537000', '095309.540000', '095309.543000', '095309.545000', '095309.548000', '095309.550000', '095309.553000', '095329.441000', '095329.443000', '095329.446000', '095329.449000', '095329.451000', '095329.454000', '095329.457000', '095329.459000', '095329.462000', '095329.465000', '095329.467000', '095329.470000', '095329.472000', '095329.475000', '095329.478000', '095329.480000', '095329.483000', '095329.485000', '095329.488000', '095329.491000', '095329.493000', '095329.496000', '095329.498000', '095329.501000', '095329.504000', '095329.506000', '095329.509000', '095329.511000', '095329.514000', '095329.517000', '095329.519000', '095329.522000', '095329.524000', '095329.527000', '095329.531000', '095329.533000', '095329.536000', '095329.539000', '095329.541000', '095329.544000', '095329.547000', '095329.549000', '095329.552000', '095349.440000', '095349.442000', '095349.445000', '095349.448000', '095349.450000', '095349.453000', '095349.455000', '095349.458000', '095349.461000', '095349.463000', '095349.466000', '095349.468000', '095349.471000', '095349.473000', '095349.476000', '095349.478000', '095349.481000', '095349.484000', '095349.486000', '095349.489000', '095349.491000', '095349.494000', '095349.497000', '095349.499000', '095349.502000', '095349.504000', '095349.507000', '095349.509000', '095349.512000', '095349.515000', '095349.517000', '095349.520000', '095349.523000', '095349.525000', '095349.528000', '095349.530000', '095349.533000', '095349.536000', '095349.538000', '095349.541000', '095349.544000', '095349.546000', '095349.549000', '095349.551000', '095409.441000', '095409.443000', '095409.446000', '095409.449000', '095409.451000', '095409.454000', '095409.457000', '095409.459000', '095409.462000', '095409.464000', '095409.467000', '095409.469000', '095409.472000', '095409.475000', '095409.477000', '095409.480000', '095409.482000', '095409.485000', '095409.488000', '095409.490000', '095409.493000', '095409.496000', '095409.498000', '095409.501000', '095409.503000', '095409.506000', '095409.509000', '095409.511000', '095409.514000', '095409.516000', '095409.519000', '095409.521000', '095409.524000', '095409.527000', '095409.529000', '095409.532000', '095409.535000', '095409.537000', '095409.540000', '095409.542000', '095409.545000', '095409.548000', '095409.550000', '095429.440000', '095429.444000', '095429.447000', '095429.449000', '095429.452000', '095429.454000', '095429.457000', '095429.460000', '095429.462000', '095429.465000', '095429.467000', '095429.470000', '095429.472000', '095429.475000', '095429.478000', '095429.480000', '095429.483000', '095429.485000', '095429.488000', '095429.491000', '095429.493000', '095429.496000', '095429.498000', '095429.501000', '095429.504000', '095429.506000', '095429.509000', '095429.511000', '095429.514000', '095429.517000', '095429.519000', '095429.522000', '095429.524000', '095429.527000', '095429.530000', '095429.532000', '095429.535000', '095429.537000', '095429.540000', '095429.542000', '095429.545000', '095429.548000', '095429.550000', '095429.553000', '095449.441000', '095449.443000', '095449.446000', '095449.449000', '095449.451000', '095449.454000', '095449.456000', '095449.459000', '095449.462000', '095449.464000', '095449.467000', '095449.469000', '095449.472000', '095449.474000', '095449.477000', '095449.480000', '095449.482000', '095449.497000', '095449.500000', '095449.502000', '095449.505000', '095449.507000', '095449.510000', '095449.513000', '095449.515000', '095449.518000', '095449.520000', '095449.523000', '095449.526000', '095449.528000', '095449.531000', '095449.534000', '095449.536000', '095449.539000', '095449.541000', '095449.544000', '095449.547000', '095449.549000', '095449.552000', '095449.554000', '095449.557000', '095449.560000', '095449.562000', '095509.441000', '095509.443000', '095509.446000', '095509.449000', '095509.451000', '095509.454000', '095509.456000', '095509.459000', '095509.462000', '095509.464000', '095509.467000', '095509.470000', '095509.473000', '095509.476000', '095509.479000', '095509.481000', '095509.484000', '095509.487000', '095509.489000', '095509.492000', '095509.494000', '095509.497000', '095509.500000', '095509.502000', '095509.505000', '095509.507000', '095509.510000', '095509.513000', '095509.515000', '095509.518000', '095509.520000', '095509.523000', '095509.526000', '095509.528000', '095509.531000', '095509.533000', '095509.536000', '095509.539000', '095509.541000', '095509.544000', '095509.546000', '095509.549000', '095509.551000', '095529.441000', '095529.444000', '095529.446000', '095529.449000', '095529.451000', '095529.454000', '095529.457000', '095529.459000', '095529.462000', '095529.464000', '095529.467000', '095529.470000', '095529.472000', '095529.475000', '095529.477000', '095529.480000', '095529.483000', '095529.485000', '095529.488000', '095529.490000', '095529.493000', '095529.496000', '095529.498000', '095529.501000', '095529.503000', '095529.506000', '095529.509000', '095529.511000', '095529.514000', '095529.516000', '095529.519000', '095529.522000', '095529.524000', '095529.527000', '095529.529000', '095529.532000', '095529.534000', '095529.537000', '095529.540000', '095529.542000', '095529.545000', '095529.547000', '095529.550000', '095529.553000', '095549.440000', '095549.443000', '095549.446000', '095549.449000', '095549.451000', '095549.454000', '095549.457000', '095549.459000', '095549.462000', '095549.464000', '095549.467000', '095549.469000', '095549.472000', '095549.475000', '095549.477000', '095549.480000', '095549.482000', '095549.485000', '095549.488000', '095549.490000', '095549.493000', '095549.495000', '095549.498000', '095549.501000', '095549.503000', '095549.506000', '095549.508000', '095549.511000', '095549.514000', '095549.516000', '095549.519000', '095549.521000', '095549.524000', '095549.526000', '095549.529000', '095549.532000', '095549.534000', '095549.537000', '095549.539000', '095549.542000', '095549.545000', '095549.547000', '095549.550000', '095549.552000', '095609.440000', '095609.442000', '095609.445000', '095609.448000', '095609.450000', '095609.453000', '095609.455000', '095609.458000', '095609.460000', '095609.463000', '095609.466000', '095609.468000', '095609.471000', '095609.473000', '095609.476000', '095609.479000', '095609.481000', '095609.484000', '095609.486000', '095609.489000', '095609.491000', '095609.494000', '095609.497000', '095609.499000', '095609.502000', '095609.504000', '095609.507000', '095609.510000', '095609.512000', '095609.515000', '095609.518000', '095609.520000', '095609.523000', '095609.525000', '095609.528000', '095609.530000', '095609.533000', '095609.536000', '095609.538000', '095609.541000', '095609.543000', '095609.546000', '095609.587000', '095629.441000', '095629.443000', '095629.446000', '095629.449000', '095629.451000', '095629.454000', '095629.456000', '095629.459000', '095629.461000', '095629.464000', '095629.467000', '095629.469000', '095629.472000', '095629.474000', '095629.477000', '095629.480000', '095629.482000', '095629.485000', '095629.487000', '095629.490000', '095629.492000', '095629.495000', '095629.498000', '095629.500000', '095629.503000', '095629.505000', '095629.508000', '095629.510000', '095629.513000', '095629.516000', '095629.518000', '095629.521000', '095629.523000', '095629.526000', '095629.529000', '095629.531000', '095629.534000', '095629.536000', '095629.539000', '095629.542000', '095629.544000', '095629.547000', '095629.550000', '095629.552000', '095649.441000', '095649.443000', '095649.446000', '095649.449000', '095649.451000', '095649.454000', '095649.456000', '095649.459000', '095649.462000', '095649.464000', '095649.467000', '095649.469000', '095649.472000', '095649.475000', '095649.477000', '095649.480000', '095649.482000', '095649.485000', '095649.487000', '095649.490000', '095649.493000', '095649.495000', '095649.498000', '095649.500000', '095649.503000', '095649.506000', '095649.508000', '095649.511000', '095649.513000', '095649.516000', '095649.519000', '095649.521000', '095649.524000', '095649.527000', '095649.529000', '095649.532000', '095649.534000', '095649.537000', '095649.539000', '095649.542000', '095649.545000', '095649.547000', '095649.550000', '095709.441000', '095709.443000', '095709.446000', '095709.449000', '095709.451000', '095709.454000', '095709.456000', '095709.459000', '095709.462000', '095709.464000', '095709.467000', '095709.469000', '095709.472000', '095709.475000', '095709.477000', '095709.480000', '095709.482000', '095709.485000', '095709.487000', '095709.490000', '095709.493000', '095709.495000', '095709.498000', '095709.500000', '095709.503000', '095709.505000', '095709.508000', '095709.511000', '095709.513000', '095709.516000', '095709.518000', '095709.521000', '095709.523000', '095709.526000', '095709.529000', '095709.531000', '095709.534000', '095709.536000', '095709.539000', '095709.542000', '095709.544000', '095709.547000', '095709.550000', '095709.552000', '095723.656000', '095723.659000', '095723.662000', '095723.664000', '095723.667000', '095723.670000', '095723.672000', '095723.675000', '095723.678000', '095723.680000', '095723.683000', '095723.686000', '095723.688000', '095723.691000', '095723.694000', '095723.696000', '095723.699000', '095723.701000', '095723.704000', '095723.707000', '095723.710000', '095723.712000', '095723.715000', '095723.717000', '095723.720000', '095723.723000', '095723.726000', '095723.728000', '095723.731000', '095723.734000', '095723.736000'], 'InstanceCreationTime': ['095049.480000', '095049.483000', '095049.486000', '095049.489000', '095049.491000', '095049.494000', '095049.497000', '095049.499000', '095049.502000', '095049.505000', '095049.507000', '095049.510000', '095049.513000', '095049.515000', '095049.518000', '095049.520000', '095049.523000', '095049.526000', '095049.528000', '095049.531000', '095049.533000', '095049.536000', '095049.539000', '095049.541000', '095049.544000', '095049.546000', '095049.549000', '095049.551000', '095049.554000', '095049.557000', '095049.559000', '095049.566000', '095049.569000', '095049.572000', '095049.574000', '095049.577000', '095049.579000', '095049.582000', '095049.584000', '095049.587000', '095049.590000', '095049.592000', '095049.595000', '095049.597000', '095049.600000', '095049.602000', '095049.605000', '095049.615000', '095049.618000', '095049.621000', '095049.623000', '095049.626000', '095049.628000', '095049.631000', '095049.634000', '095049.636000', '095109.440000', '095109.443000', '095109.446000', '095109.448000', '095109.451000', '095109.454000', '095109.456000', '095109.459000', '095109.461000', '095109.464000', '095109.466000', '095109.469000', '095109.471000', '095109.474000', '095109.477000', '095109.479000', '095109.482000', '095109.484000', '095109.487000', '095109.489000', '095109.492000', '095109.495000', '095109.497000', '095109.500000', '095109.502000', '095109.505000', '095109.507000', '095109.510000', '095109.513000', '095109.515000', '095109.518000', '095109.520000', '095109.523000', '095109.525000', '095109.528000', '095109.531000', '095109.533000', '095109.542000', '095109.545000', '095109.548000', '095109.550000', '095109.553000', '095109.555000', '095109.558000', '095129.439000', '095129.442000', '095129.445000', '095129.447000', '095129.450000', '095129.453000', '095129.455000', '095129.458000', '095129.460000', '095129.463000', '095129.465000', '095129.475000', '095129.478000', '095129.480000', '095129.483000', '095129.486000', '095129.488000', '095129.491000', '095129.493000', '095129.497000', '095129.500000', '095129.502000', '095129.505000', '095129.508000', '095129.510000', '095129.513000', '095129.515000', '095129.518000', '095129.521000', '095129.523000', '095129.526000', '095129.528000', '095129.531000', '095129.533000', '095129.536000', '095129.539000', '095129.541000', '095129.544000', '095129.546000', '095129.549000', '095129.552000', '095129.554000', '095129.557000', '095149.440000', '095149.443000', '095149.446000', '095149.448000', '095149.451000', '095149.454000', '095149.456000', '095149.459000', '095149.462000', '095149.464000', '095149.467000', '095149.469000', '095149.504000', '095149.507000', '095149.509000', '095149.512000', '095149.515000', '095149.517000', '095149.520000', '095149.523000', '095149.525000', '095149.528000', '095149.530000', '095149.533000', '095149.535000', '095149.538000', '095149.541000', '095149.543000', '095149.546000', '095149.548000', '095149.551000', '095149.553000', '095149.556000', '095149.559000', '095149.561000', '095149.564000', '095149.566000', '095149.569000', '095149.571000', '095149.574000', '095149.577000', '095149.579000', '095149.582000', '095149.584000', '095209.440000', '095209.443000', '095209.446000', '095209.449000', '095209.451000', '095209.454000', '095209.456000', '095209.459000', '095209.461000', '095209.464000', '095209.467000', '095209.469000', '095209.472000', '095209.474000', '095209.477000', '095209.479000', '095209.482000', '095209.485000', '095209.487000', '095209.495000', '095209.498000', '095209.501000', '095209.503000', '095209.506000', '095209.509000', '095209.511000', '095209.514000', '095209.517000', '095209.520000', '095209.523000', '095209.526000', '095209.528000', '095209.531000', '095209.533000', '095209.536000', '095209.539000', '095209.541000', '095209.544000', '095209.546000', '095209.549000', '095209.552000', '095209.554000', '095209.557000', '095229.441000', '095229.443000', '095229.446000', '095229.449000', '095229.451000', '095229.454000', '095229.456000', '095229.459000', '095229.462000', '095229.464000', '095229.467000', '095229.469000', '095229.472000', '095229.475000', '095229.477000', '095229.480000', '095229.482000', '095229.485000', '095229.487000', '095229.490000', '095229.493000', '095229.495000', '095229.498000', '095229.500000', '095229.503000', '095229.506000', '095229.508000', '095229.511000', '095229.513000', '095229.516000', '095229.519000', '095229.521000', '095229.524000', '095229.526000', '095229.529000', '095229.531000', '095229.534000', '095229.536000', '095229.539000', '095229.542000', '095229.544000', '095229.547000', '095229.550000', '095229.552000', '095249.440000', '095249.443000', '095249.446000', '095249.448000', '095249.451000', '095249.454000', '095249.456000', '095249.459000', '095249.461000', '095249.464000', '095249.467000', '095249.469000', '095249.472000', '095249.474000', '095249.477000', '095249.479000', '095249.482000', '095249.485000', '095249.487000', '095249.490000', '095249.492000', '095249.495000', '095249.498000', '095249.500000', '095249.503000', '095249.506000', '095249.508000', '095249.511000', '095249.514000', '095249.516000', '095249.519000', '095249.522000', '095249.524000', '095249.527000', '095249.530000', '095249.532000', '095249.535000', '095249.538000', '095249.541000', '095249.544000', '095249.546000', '095249.549000', '095249.552000', '095309.441000', '095309.443000', '095309.446000', '095309.449000', '095309.451000', '095309.454000', '095309.456000', '095309.459000', '095309.461000', '095309.464000', '095309.467000', '095309.469000', '095309.472000', '095309.474000', '095309.477000', '095309.480000', '095309.482000', '095309.485000', '095309.487000', '095309.490000', '095309.493000', '095309.495000', '095309.498000', '095309.500000', '095309.503000', '095309.506000', '095309.508000', '095309.511000', '095309.514000', '095309.516000', '095309.519000', '095309.521000', '095309.524000', '095309.527000', '095309.529000', '095309.532000', '095309.535000', '095309.537000', '095309.540000', '095309.543000', '095309.545000', '095309.548000', '095309.550000', '095309.553000', '095329.441000', '095329.443000', '095329.446000', '095329.449000', '095329.451000', '095329.454000', '095329.457000', '095329.459000', '095329.462000', '095329.465000', '095329.467000', '095329.470000', '095329.472000', '095329.475000', '095329.478000', '095329.480000', '095329.483000', '095329.485000', '095329.488000', '095329.491000', '095329.493000', '095329.496000', '095329.498000', '095329.501000', '095329.504000', '095329.506000', '095329.509000', '095329.511000', '095329.514000', '095329.517000', '095329.519000', '095329.522000', '095329.524000', '095329.527000', '095329.531000', '095329.533000', '095329.536000', '095329.539000', '095329.541000', '095329.544000', '095329.547000', '095329.549000', '095329.552000', '095349.440000', '095349.442000', '095349.445000', '095349.448000', '095349.450000', '095349.453000', '095349.455000', '095349.458000', '095349.461000', '095349.463000', '095349.466000', '095349.468000', '095349.471000', '095349.473000', '095349.476000', '095349.478000', '095349.481000', '095349.484000', '095349.486000', '095349.489000', '095349.491000', '095349.494000', '095349.497000', '095349.499000', '095349.502000', '095349.504000', '095349.507000', '095349.509000', '095349.512000', '095349.515000', '095349.517000', '095349.520000', '095349.523000', '095349.525000', '095349.528000', '095349.530000', '095349.533000', '095349.536000', '095349.538000', '095349.541000', '095349.544000', '095349.546000', '095349.549000', '095349.551000', '095409.441000', '095409.443000', '095409.446000', '095409.449000', '095409.451000', '095409.454000', '095409.457000', '095409.459000', '095409.462000', '095409.464000', '095409.467000', '095409.469000', '095409.472000', '095409.475000', '095409.477000', '095409.480000', '095409.482000', '095409.485000', '095409.488000', '095409.490000', '095409.493000', '095409.496000', '095409.498000', '095409.501000', '095409.503000', '095409.506000', '095409.509000', '095409.511000', '095409.514000', '095409.516000', '095409.519000', '095409.521000', '095409.524000', '095409.527000', '095409.529000', '095409.532000', '095409.535000', '095409.537000', '095409.540000', '095409.542000', '095409.545000', '095409.548000', '095409.550000', '095429.440000', '095429.444000', '095429.447000', '095429.449000', '095429.452000', '095429.454000', '095429.457000', '095429.460000', '095429.462000', '095429.465000', '095429.467000', '095429.470000', '095429.472000', '095429.475000', '095429.478000', '095429.480000', '095429.483000', '095429.485000', '095429.488000', '095429.491000', '095429.493000', '095429.496000', '095429.498000', '095429.501000', '095429.504000', '095429.506000', '095429.509000', '095429.511000', '095429.514000', '095429.517000', '095429.519000', '095429.522000', '095429.524000', '095429.527000', '095429.530000', '095429.532000', '095429.535000', '095429.537000', '095429.540000', '095429.542000', '095429.545000', '095429.548000', '095429.550000', '095429.553000', '095449.441000', '095449.443000', '095449.446000', '095449.449000', '095449.451000', '095449.454000', '095449.456000', '095449.459000', '095449.462000', '095449.464000', '095449.467000', '095449.469000', '095449.472000', '095449.474000', '095449.477000', '095449.480000', '095449.482000', '095449.497000', '095449.500000', '095449.502000', '095449.505000', '095449.507000', '095449.510000', '095449.513000', '095449.515000', '095449.518000', '095449.520000', '095449.523000', '095449.526000', '095449.528000', '095449.531000', '095449.534000', '095449.536000', '095449.539000', '095449.541000', '095449.544000', '095449.547000', '095449.549000', '095449.552000', '095449.554000', '095449.557000', '095449.560000', '095449.562000', '095509.441000', '095509.443000', '095509.446000', '095509.449000', '095509.451000', '095509.454000', '095509.456000', '095509.459000', '095509.462000', '095509.464000', '095509.467000', '095509.470000', '095509.473000', '095509.476000', '095509.479000', '095509.481000', '095509.484000', '095509.487000', '095509.489000', '095509.492000', '095509.494000', '095509.497000', '095509.500000', '095509.502000', '095509.505000', '095509.507000', '095509.510000', '095509.513000', '095509.515000', '095509.518000', '095509.520000', '095509.523000', '095509.526000', '095509.528000', '095509.531000', '095509.533000', '095509.536000', '095509.539000', '095509.541000', '095509.544000', '095509.546000', '095509.549000', '095509.551000', '095529.441000', '095529.444000', '095529.446000', '095529.449000', '095529.451000', '095529.454000', '095529.457000', '095529.459000', '095529.462000', '095529.464000', '095529.467000', '095529.470000', '095529.472000', '095529.475000', '095529.477000', '095529.480000', '095529.483000', '095529.485000', '095529.488000', '095529.490000', '095529.493000', '095529.496000', '095529.498000', '095529.501000', '095529.503000', '095529.506000', '095529.509000', '095529.511000', '095529.514000', '095529.516000', '095529.519000', '095529.522000', '095529.524000', '095529.527000', '095529.529000', '095529.532000', '095529.534000', '095529.537000', '095529.540000', '095529.542000', '095529.545000', '095529.547000', '095529.550000', '095529.553000', '095549.440000', '095549.443000', '095549.446000', '095549.449000', '095549.451000', '095549.454000', '095549.457000', '095549.459000', '095549.462000', '095549.464000', '095549.467000', '095549.469000', '095549.472000', '095549.475000', '095549.477000', '095549.480000', '095549.482000', '095549.485000', '095549.488000', '095549.490000', '095549.493000', '095549.495000', '095549.498000', '095549.501000', '095549.503000', '095549.506000', '095549.508000', '095549.511000', '095549.514000', '095549.516000', '095549.519000', '095549.521000', '095549.524000', '095549.526000', '095549.529000', '095549.532000', '095549.534000', '095549.537000', '095549.539000', '095549.542000', '095549.545000', '095549.547000', '095549.550000', '095549.552000', '095609.440000', '095609.442000', '095609.445000', '095609.448000', '095609.450000', '095609.453000', '095609.455000', '095609.458000', '095609.460000', '095609.463000', '095609.466000', '095609.468000', '095609.471000', '095609.473000', '095609.476000', '095609.479000', '095609.481000', '095609.484000', '095609.486000', '095609.489000', '095609.491000', '095609.494000', '095609.497000', '095609.499000', '095609.502000', '095609.504000', '095609.507000', '095609.510000', '095609.512000', '095609.515000', '095609.518000', '095609.520000', '095609.523000', '095609.525000', '095609.528000', '095609.530000', '095609.533000', '095609.536000', '095609.538000', '095609.541000', '095609.543000', '095609.546000', '095609.587000', '095629.441000', '095629.443000', '095629.446000', '095629.449000', '095629.451000', '095629.454000', '095629.456000', '095629.459000', '095629.461000', '095629.464000', '095629.467000', '095629.469000', '095629.472000', '095629.474000', '095629.477000', '095629.480000', '095629.482000', '095629.485000', '095629.487000', '095629.490000', '095629.492000', '095629.495000', '095629.498000', '095629.500000', '095629.503000', '095629.505000', '095629.508000', '095629.510000', '095629.513000', '095629.516000', '095629.518000', '095629.521000', '095629.523000', '095629.526000', '095629.529000', '095629.531000', '095629.534000', '095629.536000', '095629.539000', '095629.542000', '095629.544000', '095629.547000', '095629.550000', '095629.552000', '095649.441000', '095649.443000', '095649.446000', '095649.449000', '095649.451000', '095649.454000', '095649.456000', '095649.459000', '095649.462000', '095649.464000', '095649.467000', '095649.469000', '095649.472000', '095649.475000', '095649.477000', '095649.480000', '095649.482000', '095649.485000', '095649.487000', '095649.490000', '095649.493000', '095649.495000', '095649.498000', '095649.500000', '095649.503000', '095649.506000', '095649.508000', '095649.511000', '095649.513000', '095649.516000', '095649.519000', '095649.521000', '095649.524000', '095649.527000', '095649.529000', '095649.532000', '095649.534000', '095649.537000', '095649.539000', '095649.542000', '095649.545000', '095649.547000', '095649.550000', '095709.441000', '095709.443000', '095709.446000', '095709.449000', '095709.451000', '095709.454000', '095709.456000', '095709.459000', '095709.462000', '095709.464000', '095709.467000', '095709.469000', '095709.472000', '095709.475000', '095709.477000', '095709.480000', '095709.482000', '095709.485000', '095709.487000', '095709.490000', '095709.493000', '095709.495000', '095709.498000', '095709.500000', '095709.503000', '095709.505000', '095709.508000', '095709.511000', '095709.513000', '095709.516000', '095709.518000', '095709.521000', '095709.523000', '095709.526000', '095709.529000', '095709.531000', '095709.534000', '095709.536000', '095709.539000', '095709.542000', '095709.544000', '095709.547000', '095709.550000', '095709.552000', '095723.656000', '095723.659000', '095723.662000', '095723.664000', '095723.667000', '095723.670000', '095723.672000', '095723.675000', '095723.678000', '095723.680000', '095723.683000', '095723.686000', '095723.688000', '095723.691000', '095723.694000', '095723.696000', '095723.699000', '095723.701000', '095723.704000', '095723.707000', '095723.710000', '095723.712000', '095723.715000', '095723.717000', '095723.720000', '095723.723000', '095723.726000', '095723.728000', '095723.731000', '095723.734000', '095723.736000'], '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': [12618, 8144, 11606, 7693, 10435, 7920, 13066, 9672, 11668, 7171, 7037, 7362, 6736, 9181, 6858, 10645, 7049, 10380, 6886, 6964, 6965, 6846, 10614, 8370, 11078, 10534, 11324, 10656, 11529, 10527, 11682, 10537, 10710, 11555, 7965, 9537, 7093, 12344, 7683, 11161, 10755, 9973, 10773, 7737, 11472, 7331, 11262, 6936, 13289, 7696, 9082, 10294, 7013, 13653, 10232, 13350, 6778, 8889, 10597, 6939, 8735, 6729, 8735, 6928, 9955, 7057, 9824, 7722, 12483, 7073, 10290, 9313, 8280, 10671, 7121, 10227, 7116, 10625, 6884, 10016, 6924, 10385, 6937, 11991, 9706, 10712, 11057, 10113, 11973, 8150, 11612, 7051, 9405, 6956, 8963, 7072, 8144, 7840, 12914, 9543, 11953, 9310, 11188, 9484, 11613, 9940, 10986, 9491, 6970, 7612, 6614, 6841, 10178, 7440, 11666, 8603, 10830, 7481, 11381, 7257, 7706, 7620, 12736, 7419, 11896, 9725, 12208, 9617, 12993, 8172, 11288, 10996, 8348, 10016, 7075, 9781, 9225, 9543, 11638, 9065, 10998, 10121, 10300, 11606, 8734, 10409, 7432, 10286, 8513, 10685, 9603, 11205, 7542, 8691, 7216, 7652, 6864, 10433, 6949, 9231, 7058, 8933, 6927, 12544, 7707, 9419, 8800, 6923, 8801, 7210, 7276, 12956, 8172, 11648, 9850, 9314, 9070, 7714, 10700, 9642, 14076, 10972, 12350, 10085, 14404, 8059, 13701, 7637, 11153, 10334, 6899, 7875, 6790, 9873, 8602, 8809, 10653, 8726, 9101, 6910, 6903, 8437, 11231, 8725, 12293, 7637, 11755, 7353, 11612, 8819, 12611, 7041, 12823, 11067, 11850, 10298, 7114, 7387, 6936, 11403, 8880, 10367, 9876, 12940, 6940, 12144, 6980, 12688, 9090, 12610, 7569, 12125, 7089, 13290, 7214, 10703, 7360, 6720, 8985, 6960, 12174, 6818, 11817, 6822, 11636, 6952, 11073, 6905, 10455, 7094, 9493, 6967, 11561, 8726, 11136, 9890, 8741, 10105, 8203, 7095, 9123, 10194, 12310, 10401, 12163, 8463, 12427, 7867, 12065, 8735, 12119, 9341, 6893, 8741, 7326, 9286, 7006, 9719, 7478, 9807, 7261, 11083, 9154, 7087, 8533, 7132, 12271, 10004, 7327, 9900, 7790, 7068, 12560, 11213, 9521, 9242, 9563, 7060, 8878, 6960, 9936, 7933, 13621, 11121, 7040, 7122, 6954, 11650, 9752, 9872, 9746, 7049, 10163, 6992, 8729, 7078, 12343, 6778, 7151, 11070, 6820, 8254, 6918, 6859, 9168, 11762, 8315, 11489, 10926, 7888, 8199, 7153, 9493, 8328, 7159, 8038, 7043, 11353, 9889, 6942, 7950, 6836, 12904, 11318, 8119, 9740, 6831, 10909, 8062, 12437, 8742, 11703, 7179, 9536, 6766, 10684, 6909, 8437, 9026, 6692, 10280, 7248, 9074, 10072, 13542, 8865, 12659, 7555, 12437, 8099, 13149, 7134, 11717, 10034, 11632, 10483, 10762, 10730, 8441, 12238, 10221, 13660, 9165, 8130, 7041, 7433, 6968, 8211, 6986, 12618, 6968, 9708, 7093, 13732, 7123, 10917, 12428, 8116, 11936, 8349, 7530, 10651, 6956, 13301, 6959, 12758, 7186, 13028, 8630, 6941, 7629, 6855, 10419, 6695, 12231, 9876, 11604, 9811, 6713, 8852, 6710, 12440, 9209, 12807, 9848, 11226, 8072, 12316, 7940, 10573, 6826, 7954, 7605, 12883, 6812, 12224, 7084, 7164, 8994, 6910, 10557, 9121, 6735, 10360, 6665, 12914, 6629, 12581, 6927, 13288, 7066, 12397, 7068, 10028, 10918, 9601, 8397, 6801, 7617, 6808, 11716, 7104, 8955, 7068, 6736, 8366, 6889, 10424, 6818, 10919, 9133, 12497, 10010, 6783, 9472, 7125, 9352, 6982, 6947, 8188, 6932, 12303, 6893, 12809, 6873, 12433, 7186, 12623, 9331, 7378, 9483, 6736, 10496, 6768, 12685, 7640, 11568, 10671, 6988, 9421, 6980, 12088, 6841, 10656, 7924, 10549, 9693, 7297, 11872, 7101, 11629, 7002, 8896, 6772, 11067, 6654, 8742, 6590, 11066, 6967, 12679, 8244, 8858, 8719, 6984, 13327, 6824, 12206, 7048, 13191, 8732, 13197, 7691, 13076, 7092, 12564, 8808, 9732, 10444, 6940, 9922, 6810, 8760, 6929, 8593, 6954, 10993, 7795, 8801, 9733, 7427, 11183, 6929, 10577, 6937, 11767, 6862, 7309, 7459, 7093, 11453, 7162, 13558, 10451, 12041, 6897, 9173, 7891, 7071, 9867, 7068, 11573, 7667, 13435, 7882, 11648, 7707, 12107, 7047, 11682, 6716, 12117, 6841, 12974, 7832, 12736, 9710, 9195, 8355, 7499, 8323, 9062, 8195, 12317, 7499, 8867, 6695, 7502, 7891, 6697, 6725, 7374, 12782, 9136, 9686, 6677, 10530, 6959, 11499, 7256, 14472, 8445, 10361, 6927, 13263, 7429, 12120, 7414, 10969, 6839, 8962, 7131, 8865, 7103, 11002, 6966, 9081, 7098, 11515, 6610, 13127, 8066, 13069, 8212, 12980, 8522, 11964, 6942, 11652, 7607, 13192, 8024, 13513, 10852, 10757, 8950, 7279, 8573, 7289, 12197, 7143, 9611, 7369, 9500, 7101, 12312, 7402, 13551, 8420, 10696, 8309, 6951, 9171, 7278, 9027, 6980, 11203, 8241, 9941, 10066, 7016, 9071, 6936, 12371, 7023, 9478, 9802, 6979, 10605, 6836, 14026, 7157, 11149, 10328, 7284, 8515, 6957, 12515, 6911, 10966, 8389, 7969, 9105, 6996, 9839, 7316, 8788, 7032, 9173, 6843, 10796, 7791, 10159, 7578, 8683, 8027, 6892, 10880, 7966, 8844, 6708, 8058, 9320, 6772, 11409, 7391, 10087, 7431, 9981, 6848, 11485, 8568, 8834, 6974, 6964, 6888, 7316, 8201, 6966, 11967, 10418, 9708, 11177, 7978, 11506, 7910, 11238, 9218, 7011, 8360, 6791, 11368, 8385, 12150, 9794, 10131, 10606, 11157, 10553, 10251, 11021, 7509, 7577, 7025, 8523, 7011, 10418, 6924, 9613, 7234, 11033, 7362, 10135, 6892, 10220, 6898, 9392, 8091, 12331, 7507, 13365, 6970, 12416, 7344, 8885, 11863, 10500, 10341, 8912, 8867, 7131, 8012, 7031, 9261, 7005, 11502, 7125, 9501, 6883, 11566, 7541, 12324, 12084, 13093, 7029, 7074, 7723, 6940, 11005, 6696, 10843, 9030, 9908, 10493, 7505, 8507, 6871, 9119, 6842, 7187, 6824, 9228, 9382, 12930, 8547, 11142, 9525, 7397, 9662, 6848, 8083, 6747, 11396, 7596, 12654, 7061, 8770, 6930, 6985, 9301, 7171, 9121, 6853, 9149, 8115, 13570, 8603, 11964, 8627, 9586, 7270, 6674, 8217, 6816, 7063, 8256, 6725, 11671, 7777, 12318, 8591, 13383, 9474, 13586, 9673, 13460, 8294, 12888, 7831, 10791, 9881, 6867, 6934, 6870, 8594, 6898, 9473, 7286, 10431, 6961, 11516, 6728, 10272, 6723, 9563, 7759, 14069, 8094, 11472, 7511, 6872, 7031, 6762, 8481, 8119, 13772, 10337, 13244, 9326, 10889, 10189, 8073, 11161, 7727, 12879, 6919, 13204, 7779, 12253, 6892, 11638, 6867, 7278, 9078, 6770, 9598, 6668, 13363, 7118, 11282, 7407, 7104, 8153, 6663], 'WindowCenter': [4012.0, 3955.0, 3982.0, 3953.0, 3984.0, 3949.0, 3981.0, 3957.0, 3968.0, 3925.0, 3912.0, 3923.0, 3925.0, 3971.0, 3929.0, 3981.0, 3953.0, 3983.0, 3952.0, 3940.0, 3940.0, 3942.0, 3981.0, 3976.0, 3993.0, 3984.0, 3981.0, 3982.0, 3993.0, 3984.0, 3982.0, 3982.0, 3981.0, 3992.0, 3950.0, 3958.0, 3927.0, 3978.0, 3938.0, 3983.0, 3982.0, 3983.0, 3982.0, 3938.0, 3982.0, 3940.0, 3980.0, 3940.0, 3990.0, 3949.0, 3958.0, 3968.0, 3940.0, 3990.0, 3984.0, 3991.0, 3927.0, 3947.0, 3969.0, 3938.0, 3958.0, 3928.0, 3960.0, 3939.0, 3972.0, 3940.0, 3982.0, 3951.0, 3991.0, 3953.0, 3984.0, 3973.0, 3962.0, 3970.0, 3926.0, 3968.0, 3938.0, 3969.0, 3927.0, 3970.0, 3939.0, 3970.0, 3951.0, 3993.0, 3971.0, 3969.0, 3980.0, 3970.0, 3981.0, 3950.0, 3982.0, 3939.0, 3973.0, 3940.0, 3959.0, 3927.0, 3936.0, 3949.0, 3979.0, 3970.0, 3978.0, 3960.0, 3968.0, 3972.0, 3978.0, 3958.0, 3968.0, 3960.0, 3939.0, 3948.0, 3928.0, 3928.0, 3970.0, 3939.0, 3994.0, 3961.0, 3982.0, 3940.0, 3982.0, 3964.0, 3962.0, 3952.0, 4003.0, 3953.0, 3992.0, 3973.0, 4004.0, 3971.0, 3992.0, 3950.0, 3969.0, 3969.0, 3948.0, 3970.0, 3939.0, 3982.0, 3957.0, 3957.0, 3966.0, 3948.0, 3967.0, 3968.0, 3957.0, 3979.0, 3948.0, 3969.0, 3937.0, 3969.0, 3960.0, 3981.0, 3969.0, 3980.0, 3939.0, 3947.0, 3938.0, 3949.0, 3940.0, 3980.0, 3938.0, 3957.0, 3925.0, 3946.0, 3938.0, 3980.0, 3949.0, 3957.0, 3958.0, 3938.0, 3970.0, 3950.0, 3938.0, 4003.0, 3962.0, 4007.0, 3983.0, 3973.0, 3961.0, 3953.0, 3969.0, 3971.0, 3989.0, 3968.0, 3977.0, 3956.0, 3976.0, 3935.0, 3975.0, 3936.0, 3965.0, 3966.0, 3925.0, 3934.0, 3926.0, 3956.0, 3958.0, 3970.0, 3982.0, 3962.0, 3972.0, 3940.0, 3938.0, 3948.0, 3979.0, 3948.0, 3966.0, 3938.0, 3966.0, 3925.0, 3965.0, 3946.0, 3978.0, 3925.0, 3977.0, 3967.0, 3979.0, 3957.0, 3923.0, 3923.0, 3925.0, 3977.0, 3958.0, 3981.0, 3982.0, 3990.0, 3927.0, 3966.0, 3924.0, 3964.0, 3946.0, 3965.0, 3937.0, 3966.0, 3926.0, 3989.0, 3935.0, 3954.0, 3936.0, 3914.0, 3943.0, 3925.0, 3976.0, 3927.0, 3966.0, 3914.0, 3965.0, 3924.0, 3965.0, 3926.0, 3967.0, 3926.0, 3954.0, 3939.0, 3978.0, 3947.0, 3966.0, 3970.0, 3947.0, 3968.0, 3934.0, 3924.0, 3956.0, 3956.0, 3965.0, 3967.0, 3963.0, 3933.0, 3963.0, 3934.0, 3977.0, 3946.0, 3965.0, 3957.0, 3924.0, 3945.0, 3936.0, 3955.0, 3925.0, 3943.0, 3936.0, 3956.0, 3936.0, 3967.0, 3970.0, 3927.0, 3958.0, 3937.0, 3989.0, 3971.0, 3951.0, 3971.0, 3950.0, 3954.0, 3993.0, 3981.0, 3970.0, 3959.0, 3957.0, 3925.0, 3957.0, 3926.0, 3970.0, 3948.0, 3990.0, 3980.0, 3939.0, 3927.0, 3939.0, 3979.0, 3973.0, 3972.0, 3973.0, 3952.0, 3982.0, 3953.0, 3963.0, 3952.0, 3991.0, 3941.0, 3953.0, 3993.0, 3942.0, 3960.0, 3927.0, 3914.0, 3957.0, 3979.0, 3949.0, 3979.0, 3980.0, 3950.0, 3960.0, 3953.0, 3984.0, 3961.0, 3940.0, 3951.0, 3941.0, 3981.0, 3983.0, 3953.0, 3975.0, 3954.0, 3994.0, 3982.0, 3962.0, 3958.0, 3926.0, 3967.0, 3936.0, 3966.0, 3947.0, 3981.0, 3928.0, 3969.0, 3927.0, 3968.0, 3925.0, 3934.0, 3960.0, 3940.0, 3981.0, 3953.0, 3971.0, 3972.0, 3990.0, 3961.0, 3991.0, 3950.0, 3980.0, 3950.0, 3989.0, 3927.0, 3967.0, 3955.0, 3954.0, 3955.0, 3954.0, 3966.0, 3946.0, 3966.0, 3957.0, 3987.0, 3945.0, 3935.0, 3924.0, 3922.0, 3910.0, 3932.0, 3912.0, 3964.0, 3912.0, 3956.0, 3925.0, 3987.0, 3926.0, 3954.0, 3978.0, 3936.0, 3967.0, 3947.0, 3936.0, 3954.0, 3923.0, 3976.0, 3912.0, 3963.0, 3914.0, 3974.0, 3944.0, 3935.0, 3947.0, 3925.0, 3965.0, 3927.0, 3990.0, 3969.0, 3980.0, 3959.0, 3927.0, 3947.0, 3914.0, 3976.0, 3945.0, 3965.0, 3940.0, 3940.0, 3908.0, 3948.0, 3919.0, 3950.0, 3897.0, 3906.0, 3919.0, 3948.0, 3897.0, 3949.0, 3898.0, 3896.0, 3929.0, 3909.0, 3965.0, 3955.0, 3924.0, 3954.0, 3925.0, 3977.0, 3925.0, 3977.0, 3924.0, 3975.0, 3925.0, 3964.0, 3913.0, 3943.0, 3966.0, 3955.0, 3932.0, 3912.0, 3922.0, 3937.0, 3978.0, 3937.0, 3946.0, 3937.0, 3927.0, 3958.0, 3939.0, 3967.0, 3926.0, 3966.0, 3960.0, 3979.0, 3969.0, 3940.0, 3971.0, 3952.0, 3972.0, 3938.0, 3927.0, 3947.0, 3939.0, 3979.0, 3927.0, 3978.0, 3928.0, 3991.0, 3953.0, 3990.0, 3971.0, 3937.0, 3957.0, 3926.0, 3967.0, 3926.0, 3991.0, 3951.0, 3968.0, 3980.0, 3939.0, 3969.0, 3938.0, 3977.0, 3927.0, 3955.0, 3948.0, 3967.0, 3955.0, 3923.0, 3966.0, 3925.0, 3967.0, 3924.0, 3944.0, 3912.0, 3963.0, 3912.0, 3932.0, 3924.0, 3964.0, 3926.0, 3976.0, 3934.0, 3946.0, 3945.0, 3923.0, 3975.0, 3915.0, 3976.0, 3926.0, 3989.0, 3945.0, 3974.0, 3937.0, 3987.0, 3925.0, 3965.0, 3946.0, 3954.0, 3966.0, 3923.0, 3954.0, 3913.0, 3946.0, 3925.0, 3944.0, 3937.0, 3967.0, 3935.0, 3944.0, 3957.0, 3936.0, 3992.0, 3939.0, 3982.0, 3940.0, 3980.0, 3927.0, 3939.0, 3937.0, 3926.0, 3981.0, 3927.0, 3991.0, 3969.0, 3966.0, 3914.0, 3942.0, 3933.0, 3912.0, 3957.0, 3924.0, 3963.0, 3922.0, 3963.0, 3921.0, 3954.0, 3921.0, 3952.0, 3911.0, 3951.0, 3900.0, 3949.0, 3900.0, 3949.0, 3921.0, 3961.0, 3942.0, 3942.0, 3932.0, 3924.0, 3920.0, 3929.0, 3933.0, 3964.0, 3923.0, 3931.0, 3914.0, 3924.0, 3935.0, 3913.0, 3910.0, 3910.0, 3963.0, 3943.0, 3956.0, 3914.0, 3956.0, 3939.0, 3979.0, 3941.0, 3989.0, 3948.0, 3957.0, 3927.0, 3977.0, 3924.0, 3964.0, 3912.0, 3953.0, 3913.0, 3931.0, 3910.0, 3930.0, 3912.0, 3952.0, 3912.0, 3932.0, 3912.0, 3964.0, 3925.0, 3976.0, 3935.0, 3976.0, 3934.0, 3964.0, 3933.0, 3951.0, 3899.0, 3950.0, 3921.0, 3960.0, 3922.0, 3974.0, 3965.0, 3965.0, 3944.0, 3923.0, 3932.0, 3911.0, 3952.0, 3910.0, 3932.0, 3910.0, 3929.0, 3910.0, 3962.0, 3923.0, 3961.0, 3922.0, 3941.0, 3935.0, 3912.0, 3945.0, 3924.0, 3945.0, 3926.0, 3966.0, 3934.0, 3957.0, 3958.0, 3926.0, 3947.0, 3926.0, 3977.0, 3926.0, 3945.0, 3956.0, 3925.0, 3967.0, 3914.0, 3975.0, 3924.0, 3967.0, 3967.0, 3937.0, 3934.0, 3913.0, 3976.0, 3923.0, 3954.0, 3946.0, 3932.0, 3932.0, 3908.0, 3941.0, 3911.0, 3932.0, 3924.0, 3955.0, 3914.0, 3968.0, 3951.0, 3956.0, 3948.0, 3960.0, 3947.0, 3927.0, 3967.0, 3937.0, 3959.0, 3929.0, 3947.0, 3958.0, 3926.0, 3979.0, 3938.0, 3955.0, 3923.0, 3954.0, 3927.0, 3980.0, 3948.0, 3946.0, 3925.0, 3912.0, 3926.0, 3935.0, 3949.0, 3940.0, 3981.0, 3970.0, 3958.0, 3966.0, 3935.0, 3968.0, 3936.0, 3967.0, 3960.0, 3937.0, 3948.0, 3929.0, 3979.0, 3960.0, 3979.0, 3970.0, 3982.0, 3994.0, 3995.0, 3984.0, 3972.0, 3970.0, 3926.0, 3934.0, 3925.0, 3934.0, 3924.0, 3967.0, 3913.0, 3945.0, 3923.0, 3955.0, 3923.0, 3954.0, 3924.0, 3954.0, 3923.0, 3943.0, 3934.0, 3964.0, 3925.0, 3976.0, 3927.0, 3976.0, 3924.0, 3944.0, 3978.0, 3968.0, 3958.0, 3958.0, 3945.0, 3913.0, 3934.0, 3925.0, 3959.0, 3928.0, 3967.0, 3938.0, 3957.0, 3925.0, 3964.0, 3936.0, 3977.0, 3977.0, 3976.0, 3926.0, 3938.0, 3937.0, 3928.0, 3966.0, 3926.0, 3966.0, 3957.0, 3969.0, 3980.0, 3939.0, 3946.0, 3916.0, 3945.0, 3914.0, 3923.0, 3913.0, 3944.0, 3943.0, 3964.0, 3945.0, 3966.0, 3955.0, 3938.0, 3957.0, 3913.0, 3933.0, 3914.0, 3965.0, 3936.0, 3989.0, 3940.0, 3959.0, 3926.0, 3924.0, 3945.0, 3926.0, 3945.0, 3915.0, 3946.0, 3937.0, 3965.0, 3934.0, 3953.0, 3934.0, 3945.0, 3923.0, 3914.0, 3947.0, 3926.0, 3924.0, 3947.0, 3925.0, 3980.0, 3937.0, 3967.0, 3936.0, 3975.0, 3946.0, 3963.0, 3944.0, 3963.0, 3920.0, 3949.0, 3910.0, 3940.0, 3940.0, 3914.0, 3912.0, 3912.0, 3932.0, 3912.0, 3930.0, 3923.0, 3942.0, 3912.0, 3965.0, 3915.0, 3942.0, 3914.0, 3942.0, 3922.0, 3961.0, 3921.0, 3964.0, 3936.0, 3912.0, 3922.0, 3924.0, 3944.0, 3936.0, 3977.0, 3969.0, 3977.0, 3957.0, 3979.0, 3970.0, 3937.0, 3967.0, 3923.0, 3963.0, 3912.0, 3963.0, 3937.0, 3966.0, 3913.0, 3964.0, 3913.0, 3923.0, 3943.0, 3913.0, 3943.0, 3914.0, 3976.0, 3927.0, 3968.0, 3939.0, 3927.0, 3935.0, 3915.0], 'WindowWidth': [8950.0, 8859.0, 8887.0, 8848.0, 8890.0, 8836.0, 8876.0, 8840.0, 8856.0, 8797.0, 8774.0, 8789.0, 8797.0, 8872.0, 8809.0, 8882.0, 8851.0, 8889.0, 8846.0, 8825.0, 8825.0, 8831.0, 8880.0, 8886.0, 8902.0, 8889.0, 8879.0, 8884.0, 8902.0, 8892.0, 8883.0, 8882.0, 8880.0, 8899.0, 8839.0, 8846.0, 8802.0, 8871.0, 8817.0, 8887.0, 8886.0, 8888.0, 8883.0, 8818.0, 8884.0, 8827.0, 8878.0, 8825.0, 8891.0, 8834.0, 8845.0, 8856.0, 8829.0, 8891.0, 8892.0, 8895.0, 8804.0, 8828.0, 8861.0, 8819.0, 8847.0, 8808.0, 8854.0, 8824.0, 8872.0, 8827.0, 8886.0, 8844.0, 8895.0, 8851.0, 8893.0, 8875.0, 8858.0, 8865.0, 8800.0, 8857.0, 8819.0, 8860.0, 8804.0, 8863.0, 8822.0, 8865.0, 8843.0, 8903.0, 8870.0, 8862.0, 8879.0, 8864.0, 8882.0, 8839.0, 8884.0, 8824.0, 8875.0, 8827.0, 8848.0, 8802.0, 8814.0, 8835.0, 8875.0, 8864.0, 8872.0, 8850.0, 8857.0, 8870.0, 8871.0, 8844.0, 8857.0, 8851.0, 8821.0, 8833.0, 8809.0, 8808.0, 8865.0, 8824.0, 8905.0, 8855.0, 8885.0, 8827.0, 8883.0, 8868.0, 8860.0, 8845.0, 8916.0, 8850.0, 8896.0, 8874.0, 8919.0, 8869.0, 8900.0, 8837.0, 8861.0, 8862.0, 8832.0, 8863.0, 8822.0, 8886.0, 8842.0, 8842.0, 8850.0, 8831.0, 8855.0, 8857.0, 8842.0, 8873.0, 8833.0, 8861.0, 8816.0, 8862.0, 8854.0, 8881.0, 8864.0, 8879.0, 8821.0, 8829.0, 8820.0, 8835.0, 8827.0, 8878.0, 8822.0, 8841.0, 8796.0, 8824.0, 8822.0, 8877.0, 8836.0, 8842.0, 8845.0, 8820.0, 8867.0, 8840.0, 8819.0, 8914.0, 8858.0, 8929.0, 8891.0, 8875.0, 8858.0, 8850.0, 8862.0, 8868.0, 8889.0, 8857.0, 8867.0, 8839.0, 8863.0, 8810.0, 8863.0, 8813.0, 8848.0, 8854.0, 8799.0, 8807.0, 8801.0, 8839.0, 8848.0, 8867.0, 8886.0, 8859.0, 8872.0, 8829.0, 8821.0, 8832.0, 8877.0, 8834.0, 8853.0, 8821.0, 8853.0, 8796.0, 8850.0, 8828.0, 8871.0, 8797.0, 8869.0, 8857.0, 8878.0, 8842.0, 8791.0, 8790.0, 8798.0, 8869.0, 8847.0, 8882.0, 8888.0, 8892.0, 8804.0, 8850.0, 8793.0, 8846.0, 8824.0, 8849.0, 8818.0, 8851.0, 8804.0, 8889.0, 8812.0, 8832.0, 8815.0, 8781.0, 8818.0, 8797.0, 8865.0, 8804.0, 8851.0, 8780.0, 8848.0, 8794.0, 8850.0, 8800.0, 8857.0, 8800.0, 8834.0, 8825.0, 8872.0, 8828.0, 8852.0, 8864.0, 8830.0, 8858.0, 8808.0, 8793.0, 8840.0, 8838.0, 8850.0, 8857.0, 8844.0, 8804.0, 8841.0, 8806.0, 8871.0, 8826.0, 8848.0, 8842.0, 8796.0, 8823.0, 8813.0, 8837.0, 8795.0, 8817.0, 8815.0, 8840.0, 8813.0, 8854.0, 8868.0, 8803.0, 8846.0, 8815.0, 8890.0, 8869.0, 8843.0, 8868.0, 8839.0, 8854.0, 8903.0, 8881.0, 8866.0, 8845.0, 8842.0, 8797.0, 8842.0, 8800.0, 8865.0, 8832.0, 8890.0, 8877.0, 8822.0, 8802.0, 8823.0, 8876.0, 8874.0, 8869.0, 8875.0, 8845.0, 8883.0, 8851.0, 8862.0, 8845.0, 8894.0, 8830.0, 8848.0, 8901.0, 8835.0, 8853.0, 8803.0, 8779.0, 8840.0, 8873.0, 8835.0, 8876.0, 8880.0, 8839.0, 8852.0, 8851.0, 8895.0, 8857.0, 8827.0, 8842.0, 8828.0, 8882.0, 8888.0, 8850.0, 8883.0, 8855.0, 8906.0, 8883.0, 8859.0, 8848.0, 8801.0, 8857.0, 8812.0, 8854.0, 8829.0, 8882.0, 8805.0, 8863.0, 8805.0, 8860.0, 8797.0, 8807.0, 8853.0, 8827.0, 8883.0, 8850.0, 8870.0, 8870.0, 8891.0, 8856.0, 8894.0, 8840.0, 8876.0, 8840.0, 8890.0, 8804.0, 8856.0, 8836.0, 8830.0, 8836.0, 8831.0, 8853.0, 8827.0, 8851.0, 8841.0, 8884.0, 8823.0, 8809.0, 8795.0, 8787.0, 8768.0, 8801.0, 8774.0, 8845.0, 8775.0, 8842.0, 8801.0, 8884.0, 8801.0, 8833.0, 8874.0, 8815.0, 8855.0, 8829.0, 8813.0, 8833.0, 8792.0, 8865.0, 8776.0, 8843.0, 8779.0, 8859.0, 8821.0, 8814.0, 8832.0, 8800.0, 8850.0, 8803.0, 8894.0, 8864.0, 8880.0, 8850.0, 8805.0, 8829.0, 8783.0, 8869.0, 8822.0, 8850.0, 8807.0, 8806.0, 8761.0, 8815.0, 8779.0, 8823.0, 8747.0, 8754.0, 8778.0, 8814.0, 8748.0, 8818.0, 8747.0, 8741.0, 8790.0, 8766.0, 8852.0, 8838.0, 8795.0, 8834.0, 8797.0, 8869.0, 8799.0, 8869.0, 8792.0, 8862.0, 8799.0, 8847.0, 8777.0, 8816.0, 8854.0, 8837.0, 8802.0, 8774.0, 8786.0, 8821.0, 8872.0, 8819.0, 8826.0, 8817.0, 8802.0, 8848.0, 8824.0, 8854.0, 8799.0, 8852.0, 8852.0, 8877.0, 8863.0, 8829.0, 8867.0, 8846.0, 8872.0, 8822.0, 8803.0, 8827.0, 8823.0, 8874.0, 8804.0, 8871.0, 8806.0, 8895.0, 8853.0, 8893.0, 8869.0, 8816.0, 8841.0, 8802.0, 8855.0, 8800.0, 8897.0, 8844.0, 8858.0, 8880.0, 8824.0, 8864.0, 8822.0, 8870.0, 8804.0, 8835.0, 8833.0, 8856.0, 8838.0, 8792.0, 8853.0, 8796.0, 8855.0, 8795.0, 8818.0, 8775.0, 8844.0, 8774.0, 8801.0, 8795.0, 8845.0, 8802.0, 8865.0, 8807.0, 8827.0, 8824.0, 8793.0, 8863.0, 8783.0, 8866.0, 8801.0, 8891.0, 8823.0, 8858.0, 8820.0, 8884.0, 8801.0, 8850.0, 8827.0, 8834.0, 8853.0, 8793.0, 8835.0, 8777.0, 8827.0, 8798.0, 8822.0, 8820.0, 8856.0, 8812.0, 8823.0, 8842.0, 8817.0, 8901.0, 8826.0, 8885.0, 8826.0, 8877.0, 8802.0, 8820.0, 8817.0, 8801.0, 8882.0, 8805.0, 8897.0, 8864.0, 8853.0, 8778.0, 8813.0, 8802.0, 8774.0, 8842.0, 8793.0, 8842.0, 8784.0, 8842.0, 8784.0, 8831.0, 8782.0, 8824.0, 8770.0, 8822.0, 8753.0, 8815.0, 8752.0, 8816.0, 8782.0, 8833.0, 8811.0, 8814.0, 8800.0, 8793.0, 8782.0, 8790.0, 8804.0, 8844.0, 8788.0, 8797.0, 8778.0, 8791.0, 8811.0, 8776.0, 8769.0, 8765.0, 8842.0, 8817.0, 8838.0, 8781.0, 8836.0, 8822.0, 8878.0, 8831.0, 8886.0, 8833.0, 8841.0, 8802.0, 8868.0, 8794.0, 8844.0, 8773.0, 8829.0, 8775.0, 8796.0, 8767.0, 8795.0, 8775.0, 8826.0, 8775.0, 8800.0, 8774.0, 8846.0, 8800.0, 8865.0, 8812.0, 8863.0, 8807.0, 8847.0, 8802.0, 8821.0, 8750.0, 8819.0, 8782.0, 8833.0, 8787.0, 8857.0, 8852.0, 8852.0, 8821.0, 8791.0, 8799.0, 8769.0, 8822.0, 8769.0, 8797.0, 8767.0, 8790.0, 8766.0, 8839.0, 8789.0, 8836.0, 8785.0, 8809.0, 8809.0, 8775.0, 8823.0, 8791.0, 8824.0, 8801.0, 8851.0, 8806.0, 8841.0, 8846.0, 8801.0, 8829.0, 8801.0, 8867.0, 8799.0, 8823.0, 8838.0, 8799.0, 8855.0, 8782.0, 8863.0, 8793.0, 8856.0, 8856.0, 8819.0, 8806.0, 8776.0, 8865.0, 8790.0, 8832.0, 8829.0, 8802.0, 8800.0, 8763.0, 8807.0, 8769.0, 8798.0, 8795.0, 8837.0, 8780.0, 8860.0, 8844.0, 8838.0, 8833.0, 8851.0, 8828.0, 8803.0, 8852.0, 8815.0, 8851.0, 8808.0, 8829.0, 8844.0, 8800.0, 8876.0, 8820.0, 8836.0, 8788.0, 8831.0, 8804.0, 8879.0, 8834.0, 8828.0, 8794.0, 8773.0, 8801.0, 8813.0, 8835.0, 8826.0, 8880.0, 8864.0, 8843.0, 8850.0, 8808.0, 8858.0, 8813.0, 8854.0, 8853.0, 8818.0, 8832.0, 8809.0, 8876.0, 8853.0, 8876.0, 8864.0, 8885.0, 8907.0, 8909.0, 8893.0, 8872.0, 8863.0, 8797.0, 8807.0, 8798.0, 8805.0, 8793.0, 8855.0, 8775.0, 8824.0, 8790.0, 8834.0, 8790.0, 8833.0, 8797.0, 8832.0, 8792.0, 8815.0, 8805.0, 8844.0, 8797.0, 8863.0, 8804.0, 8868.0, 8795.0, 8819.0, 8871.0, 8861.0, 8845.0, 8846.0, 8824.0, 8777.0, 8807.0, 8797.0, 8852.0, 8806.0, 8857.0, 8820.0, 8840.0, 8796.0, 8845.0, 8814.0, 8866.0, 8869.0, 8865.0, 8800.0, 8820.0, 8816.0, 8805.0, 8852.0, 8800.0, 8851.0, 8842.0, 8864.0, 8879.0, 8824.0, 8827.0, 8785.0, 8823.0, 8782.0, 8791.0, 8777.0, 8817.0, 8816.0, 8846.0, 8824.0, 8852.0, 8837.0, 8820.0, 8844.0, 8779.0, 8804.0, 8780.0, 8849.0, 8814.0, 8890.0, 8827.0, 8851.0, 8800.0, 8793.0, 8819.0, 8799.0, 8823.0, 8782.0, 8822.0, 8813.0, 8847.0, 8806.0, 8829.0, 8806.0, 8820.0, 8790.0, 8779.0, 8830.0, 8800.0, 8795.0, 8829.0, 8799.0, 8879.0, 8816.0, 8855.0, 8812.0, 8861.0, 8822.0, 8843.0, 8818.0, 8840.0, 8780.0, 8816.0, 8765.0, 8805.0, 8806.0, 8784.0, 8776.0, 8775.0, 8797.0, 8772.0, 8794.0, 8789.0, 8811.0, 8774.0, 8848.0, 8782.0, 8813.0, 8781.0, 8812.0, 8789.0, 8836.0, 8784.0, 8848.0, 8814.0, 8776.0, 8787.0, 8797.0, 8821.0, 8813.0, 8868.0, 8863.0, 8869.0, 8842.0, 8877.0, 8865.0, 8815.0, 8856.0, 8790.0, 8840.0, 8770.0, 8842.0, 8816.0, 8851.0, 8778.0, 8844.0, 8776.0, 8788.0, 8817.0, 8778.0, 8816.0, 8779.0, 8865.0, 8804.0, 8858.0, 8824.0, 8803.0, 8808.0, 8782.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.002537524644030668</td></tr>
<tr><td colspan=3>aqi</td><td>0.03451157480832421</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.481958242982415</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2305516237171055</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0206101181030696</td></tr>
<tr><td colspan=3>efc</td><td>0.4441</td></tr>
<tr><td colspan=3>fber</td><td>7471.9111</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1867026147534219</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>313</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>34.28258488499452</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4015141639759805</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3305927626161567</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6307090281881</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2432407011236846</td></tr>
<tr><td colspan=3>gcor</td><td>0.0127327</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007672175765037537</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029911568388342857</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>913</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9386477613693542</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.8229</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>30.1863</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>133.9804</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>39.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>620.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>283.7199</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5284</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>508.6672</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3213.0097</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3385.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>4232.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>859.4258</td></tr>
<tr><td colspan=3>tsnr</td><td>33.76897263107821</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>