<?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-0092_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-0092_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-0092_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-0092/figures/sub-0092_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0092/figures/sub-0092_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-0092/figures/sub-0092_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092/ses-02/func/sub-0092_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>f4a6160cc9476ca80a14f5f4c5c0680b</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:39:58.730000</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.999222, -0.0076647, -0.0386751, 0.00837125, 0.9998, 0.01814]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0809677</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>24</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4134, -7727, -7282, 667, -49, -70, 73, 104]</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.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</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>229.706</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1f693be1-2cd6-4cbd-8612-b89e5cbe4dfb||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.6808407306671143, 0.022459447383880615, -0.10402648895978928, 110.41986846923828], [0.020563840866088867, 2.682391405105591, 0.04981398209929466, -102.35472869873047], [-0.1037624254822731, -0.048668209463357925, 2.697535514831543, -64.79426574707031], [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': ['093958.730000', '093959.190000', '093959.650000', '094000.110000', '094000.570000', '094001.030000', '094001.490000', '094001.950000', '094002.410000', '094002.870000', '094003.330000', '094003.790000', '094004.250000', '094004.710000', '094005.170000', '094005.630000', '094006.090000', '094006.550000', '094007.010000', '094007.470000', '094007.930000', '094008.390000', '094008.850000', '094009.310000', '094009.770000', '094010.230000', '094010.690000', '094011.150000', '094011.610000', '094012.070000', '094012.530000', '094012.990000', '094013.450000', '094013.910000', '094014.370000', '094014.830000', '094015.290000', '094015.750000', '094016.210000', '094016.670000', '094017.130000', '094017.590000', '094018.050000', '094018.510000', '094018.970000', '094019.430000', '094019.890000', '094020.350000', '094020.810000', '094021.270000', '094021.730000', '094022.190000', '094022.650000', '094023.110000', '094023.570000', '094024.030000', '094024.490000', '094024.950000', '094025.410000', '094025.870000', '094026.330000', '094026.790000', '094027.250000', '094027.710000', '094028.170000', '094028.630000', '094029.090000', '094029.550000', '094030.010000', '094030.470000', '094030.930000', '094031.390000', '094031.850000', '094032.310000', '094032.770000', '094033.230000', '094033.690000', '094034.150000', '094034.610000', '094035.070000', '094035.530000', '094035.990000', '094036.450000', '094036.910000', '094037.370000', '094037.830000', '094038.290000', '094038.750000', '094039.210000', '094039.670000', '094040.130000', '094040.590000', '094041.050000', '094041.510000', '094041.970000', '094042.430000', '094042.890000', '094043.350000', '094043.810000', '094044.270000', '094044.730000', '094045.190000', '094045.650000', '094046.110000', '094046.570000', '094047.030000', '094047.490000', '094047.950000', '094048.410000', '094048.870000', '094049.330000', '094049.790000', '094050.250000', '094050.710000', '094051.170000', '094051.630000', '094052.090000', '094052.550000', '094053.010000', '094053.470000', '094053.930000', '094054.390000', '094054.850000', '094055.310000', '094055.770000', '094056.230000', '094056.690000', '094057.150000', '094057.610000', '094058.070000', '094058.530000', '094058.990000', '094059.450000', '094059.910000', '094100.370000', '094100.830000', '094101.290000', '094101.750000', '094102.210000', '094102.670000', '094103.130000', '094103.590000', '094104.050000', '094104.510000', '094104.970000', '094105.430000', '094105.890000', '094106.350000', '094106.810000', '094107.270000', '094107.730000', '094108.190000', '094108.650000', '094109.110000', '094109.570000', '094110.030000', '094110.490000', '094110.950000', '094111.410000', '094111.870000', '094112.330000', '094112.790000', '094113.250000', '094113.710000', '094114.170000', '094114.630000', '094115.090000', '094115.550000', '094116.010000', '094116.470000', '094116.930000', '094117.390000', '094117.850000', '094118.310000', '094118.770000', '094119.230000', '094119.690000', '094120.150000', '094120.610000', '094121.070000', '094121.530000', '094121.990000', '094122.450000', '094122.910000', '094123.370000', '094123.830000', '094124.290000', '094124.750000', '094125.210000', '094125.670000', '094126.130000', '094126.590000', '094127.050000', '094127.510000', '094127.970000', '094128.430000', '094128.890000', '094129.350000', '094129.810000', '094130.270000', '094130.730000', '094131.190000', '094131.650000', '094132.110000', '094132.570000', '094133.030000', '094133.490000', '094133.950000', '094134.410000', '094134.870000', '094135.330000', '094135.790000', '094136.250000', '094136.710000', '094137.170000', '094137.630000', '094138.090000', '094138.550000', '094139.010000', '094139.470000', '094139.930000', '094140.390000', '094140.850000', '094141.310000', '094141.770000', '094142.230000', '094142.690000', '094143.150000', '094143.610000', '094144.070000', '094144.530000', '094144.990000', '094145.450000', '094145.910000', '094146.370000', '094146.830000', '094147.290000', '094147.750000', '094148.210000', '094148.670000', '094149.130000', '094149.590000', '094150.050000', '094150.510000', '094150.970000', '094151.430000', '094151.890000', '094152.350000', '094152.810000', '094153.270000', '094153.730000', '094154.190000', '094154.650000', '094155.110000', '094155.570000', '094156.030000', '094156.490000', '094156.950000', '094157.410000', '094157.870000', '094158.330000', '094158.790000', '094159.250000', '094159.710000', '094200.170000', '094200.630000', '094201.090000', '094201.550000', '094202.010000', '094202.470000', '094202.930000', '094203.390000', '094203.850000', '094204.310000', '094204.770000', '094205.230000', '094205.690000', '094206.150000', '094206.610000', '094207.070000', '094207.530000', '094207.990000', '094208.450000', '094208.910000', '094209.370000', '094209.830000', '094210.290000', '094210.750000', '094211.210000', '094211.670000', '094212.130000', '094212.590000', '094213.050000', '094213.510000', '094213.970000', '094214.430000', '094214.890000', '094215.350000', '094215.810000', '094216.270000', '094216.730000', '094217.190000', '094217.650000', '094218.110000', '094218.570000', '094219.030000', '094219.490000', '094219.950000', '094220.410000', '094220.870000', '094221.330000', '094221.790000', '094222.250000', '094222.710000', '094223.170000', '094223.630000', '094224.090000', '094224.550000', '094225.010000', '094225.470000', '094225.930000', '094226.390000', '094226.850000', '094227.310000', '094227.770000', '094228.230000', '094228.690000', '094229.150000', '094229.610000', '094230.070000', '094230.530000', '094230.990000', '094231.450000', '094231.910000', '094232.370000', '094232.830000', '094233.290000', '094233.750000', '094234.210000', '094234.670000', '094235.130000', '094235.590000', '094236.050000', '094236.510000', '094236.970000', '094237.430000', '094237.890000', '094238.350000', '094238.810000', '094239.270000', '094239.730000', '094240.190000', '094240.650000', '094241.110000', '094241.570000', '094242.030000', '094242.490000', '094242.950000', '094243.410000', '094243.870000', '094244.330000', '094244.790000', '094245.250000', '094245.710000', '094246.170000', '094246.630000', '094247.090000', '094247.550000', '094248.010000', '094248.470000', '094248.930000', '094249.390000', '094249.850000', '094250.310000', '094250.770000', '094251.230000', '094251.690000', '094252.150000', '094252.610000', '094253.070000', '094253.530000', '094253.990000', '094254.450000', '094254.910000', '094255.370000', '094255.830000', '094256.290000', '094256.750000', '094257.210000', '094257.670000', '094258.130000', '094258.590000', '094259.050000', '094259.510000', '094259.970000', '094300.430000', '094300.890000', '094301.350000', '094301.810000', '094302.270000', '094302.730000', '094303.190000', '094303.650000', '094304.110000', '094304.570000', '094305.030000', '094305.490000', '094305.950000', '094306.410000', '094306.870000', '094307.330000', '094307.790000', '094308.250000', '094308.710000', '094309.170000', '094309.630000', '094310.090000', '094310.550000', '094311.010000', '094311.470000', '094311.930000', '094312.390000', '094312.850000', '094313.310000', '094313.770000', '094314.230000', '094314.690000', '094315.150000', '094315.610000', '094316.070000', '094316.530000', '094316.990000', '094317.450000', '094317.910000', '094318.370000', '094318.830000', '094319.290000', '094319.750000', '094320.210000', '094320.670000', '094321.130000', '094321.590000', '094322.050000', '094322.510000', '094322.970000', '094323.430000', '094323.890000', '094324.350000', '094324.810000', '094325.270000', '094325.730000', '094326.190000', '094326.650000', '094327.110000', '094327.570000', '094328.030000', '094328.490000', '094328.950000', '094329.410000', '094329.870000', '094330.330000', '094330.790000', '094331.250000', '094331.710000', '094332.170000', '094332.630000', '094333.090000', '094333.550000', '094334.010000', '094334.470000', '094334.930000', '094335.390000', '094335.850000', '094336.310000', '094336.770000', '094337.230000', '094337.690000', '094338.150000', '094338.610000', '094339.070000', '094339.530000', '094339.990000', '094340.450000', '094340.910000', '094341.370000', '094341.830000', '094342.290000', '094342.750000', '094343.210000', '094343.670000', '094344.130000', '094344.590000', '094345.050000', '094345.510000', '094345.970000', '094346.430000', '094346.890000', '094347.350000', '094347.810000', '094348.270000', '094348.730000', '094349.190000', '094349.650000', '094350.110000', '094350.570000', '094351.030000', '094351.490000', '094351.950000', '094352.410000', '094352.870000', '094353.330000', '094353.790000', '094354.250000', '094354.710000', '094355.170000', '094355.630000', '094356.090000', '094356.550000', '094357.010000', '094357.470000', '094357.930000', '094358.390000', '094358.850000', '094359.310000', '094359.770000', '094400.230000', '094400.690000', '094401.150000', '094401.610000', '094402.070000', '094402.530000', '094402.990000', '094403.450000', '094403.910000', '094404.370000', '094404.830000', '094405.290000', '094405.750000', '094406.210000', '094406.670000', '094407.130000', '094407.590000', '094408.050000', '094408.510000', '094408.970000', '094409.430000', '094409.890000', '094410.350000', '094410.810000', '094411.270000', '094411.730000', '094412.190000', '094412.650000', '094413.110000', '094413.570000', '094414.030000', '094414.490000', '094414.950000', '094415.410000', '094415.870000', '094416.330000', '094416.790000', '094417.250000', '094417.710000', '094418.170000', '094418.630000', '094419.090000', '094419.550000', '094420.010000', '094420.470000', '094420.930000', '094421.390000', '094421.850000', '094422.310000', '094422.770000', '094423.230000', '094423.690000', '094424.150000', '094424.610000', '094425.070000', '094425.530000', '094425.990000', '094426.450000', '094426.910000', '094427.370000', '094427.830000', '094428.290000', '094428.750000', '094429.210000', '094429.670000', '094430.130000', '094430.590000', '094431.050000', '094431.510000', '094431.970000', '094432.430000', '094432.890000', '094433.350000', '094433.810000', '094434.270000', '094434.730000', '094435.190000', '094435.650000', '094436.110000', '094436.570000', '094437.030000', '094437.490000', '094437.950000', '094438.410000', '094438.870000', '094439.330000', '094439.790000', '094440.250000', '094440.710000', '094441.170000', '094441.630000', '094442.090000', '094442.550000', '094443.010000', '094443.470000', '094443.930000', '094444.390000', '094444.850000', '094445.310000', '094445.770000', '094446.230000', '094446.690000', '094447.150000', '094447.610000', '094448.070000', '094448.530000', '094448.990000', '094449.450000', '094449.910000', '094450.370000', '094450.830000', '094451.290000', '094451.750000', '094452.210000', '094452.670000', '094453.130000', '094453.590000', '094454.050000', '094454.510000', '094454.970000', '094455.430000', '094455.890000', '094456.350000', '094456.810000', '094457.270000', '094457.730000', '094458.190000', '094458.650000', '094459.110000', '094459.570000', '094500.030000', '094500.490000', '094500.950000', '094501.410000', '094501.870000', '094502.330000', '094502.790000', '094503.250000', '094503.710000', '094504.170000', '094504.630000', '094505.090000', '094505.550000', '094506.010000', '094506.470000', '094506.930000', '094507.390000', '094507.850000', '094508.310000', '094508.770000', '094509.230000', '094509.690000', '094510.150000', '094510.610000', '094511.070000', '094511.530000', '094511.990000', '094512.450000', '094512.910000', '094513.370000', '094513.830000', '094514.290000', '094514.750000', '094515.210000', '094515.670000', '094516.130000', '094516.590000', '094517.050000', '094517.510000', '094517.970000', '094518.430000', '094518.890000', '094519.350000', '094519.810000', '094520.270000', '094520.730000', '094521.190000', '094521.650000', '094522.110000', '094522.570000', '094523.030000', '094523.490000', '094523.950000', '094524.410000', '094524.870000', '094525.330000', '094525.790000', '094526.250000', '094526.710000', '094527.170000', '094527.630000', '094528.090000', '094528.550000', '094529.010000', '094529.470000', '094529.930000', '094530.390000', '094530.850000', '094531.310000', '094531.770000', '094532.230000', '094532.690000', '094533.150000', '094533.610000', '094534.070000', '094534.530000', '094534.990000', '094535.450000', '094535.910000', '094536.370000', '094536.830000', '094537.290000', '094537.750000', '094538.210000', '094538.670000', '094539.130000', '094539.590000', '094540.050000', '094540.510000', '094540.970000', '094541.430000', '094541.890000', '094542.350000', '094542.810000', '094543.270000', '094543.730000', '094544.190000', '094544.650000', '094545.110000', '094545.570000', '094546.030000', '094546.490000', '094546.950000', '094547.410000', '094547.870000', '094548.330000', '094548.790000', '094549.250000', '094549.710000', '094550.170000', '094550.630000', '094551.090000', '094551.550000', '094552.010000', '094552.470000', '094552.930000', '094553.390000', '094553.850000', '094554.310000', '094554.770000', '094555.230000', '094555.690000', '094556.150000', '094556.610000', '094557.070000', '094557.530000', '094557.990000', '094558.450000', '094558.910000', '094559.370000', '094559.830000', '094600.290000', '094600.750000', '094601.210000', '094601.670000', '094602.130000', '094602.590000', '094603.050000', '094603.510000', '094603.970000', '094604.430000', '094604.890000', '094605.350000', '094605.810000', '094606.270000', '094606.730000', '094607.190000', '094607.650000', '094608.110000', '094608.570000', '094609.030000', '094609.490000', '094609.950000', '094610.410000', '094610.870000', '094611.330000', '094611.790000', '094612.250000', '094612.710000', '094613.170000', '094613.630000', '094614.090000', '094614.550000', '094615.010000', '094615.470000', '094615.930000', '094616.390000', '094616.850000', '094617.310000', '094617.770000', '094618.230000', '094618.690000', '094619.150000', '094619.610000', '094620.070000', '094620.530000', '094620.990000', '094621.450000', '094621.910000', '094622.370000', '094622.830000', '094623.290000', '094623.750000', '094624.210000', '094624.670000', '094625.130000', '094625.590000', '094626.050000', '094626.510000', '094626.970000', '094627.430000', '094627.890000', '094628.350000', '094628.810000', '094629.270000', '094629.730000', '094630.190000', '094630.650000', '094631.110000', '094631.570000', '094632.030000', '094632.490000', '094632.950000', '094633.410000', '094633.870000', '094634.330000', '094634.790000', '094635.250000', '094635.710000', '094636.170000', '094636.630000', '094637.090000', '094637.550000', '094638.010000', '094638.470000', '094638.930000', '094639.390000', '094639.850000', '094640.310000', '094640.770000', '094641.230000', '094641.690000', '094642.150000', '094642.610000', '094643.070000', '094643.530000', '094643.990000', '094644.450000', '094644.910000', '094645.370000', '094645.830000', '094646.290000', '094646.750000', '094647.210000', '094647.670000', '094648.130000', '094648.590000', '094649.050000', '094649.510000', '094649.970000', '094650.430000', '094650.890000', '094651.350000', '094651.810000', '094652.270000', '094652.730000', '094653.190000', '094653.650000', '094654.110000', '094654.570000', '094655.030000', '094655.490000', '094655.950000', '094656.410000', '094656.870000', '094657.330000', '094657.790000', '094658.250000', '094658.710000'], 'ContentTime': ['094010.527000', '094010.530000', '094010.544000', '094010.546000', '094010.554000', '094010.556000', '094010.559000', '094010.561000', '094010.564000', '094010.566000', '094010.569000', '094010.572000', '094010.574000', '094010.577000', '094010.579000', '094010.582000', '094010.585000', '094010.587000', '094010.590000', '094010.592000', '094010.601000', '094010.604000', '094010.607000', '094030.492000', '094030.496000', '094030.498000', '094030.501000', '094030.504000', '094030.506000', '094030.509000', '094030.511000', '094030.522000', '094030.525000', '094030.528000', '094030.530000', '094030.533000', '094030.535000', '094030.538000', '094030.541000', '094030.543000', '094030.546000', '094030.548000', '094030.551000', '094030.554000', '094030.556000', '094030.559000', '094030.561000', '094030.564000', '094030.566000', '094030.569000', '094030.571000', '094030.574000', '094030.577000', '094030.580000', '094030.583000', '094030.586000', '094030.589000', '094030.591000', '094030.594000', '094030.597000', '094030.600000', '094030.602000', '094030.605000', '094030.607000', '094030.610000', '094030.613000', '094050.492000', '094050.495000', '094050.498000', '094050.501000', '094050.503000', '094050.506000', '094050.509000', '094050.511000', '094050.514000', '094050.517000', '094050.519000', '094050.522000', '094050.524000', '094050.527000', '094050.529000', '094050.538000', '094050.540000', '094050.543000', '094050.546000', '094050.548000', '094050.551000', '094050.553000', '094050.556000', '094050.558000', '094050.561000', '094050.563000', '094050.566000', '094050.569000', '094050.571000', '094050.574000', '094050.577000', '094050.579000', '094050.582000', '094050.584000', '094050.587000', '094050.590000', '094050.592000', '094050.595000', '094050.597000', '094050.600000', '094050.603000', '094050.605000', '094050.608000', '094050.610000', '094110.491000', '094110.494000', '094110.497000', '094110.500000', '094110.502000', '094110.505000', '094110.508000', '094110.510000', '094110.513000', '094110.515000', '094110.519000', '094110.522000', '094110.524000', '094110.527000', '094110.530000', '094110.532000', '094110.542000', '094110.544000', '094110.547000', '094110.550000', '094110.552000', '094110.555000', '094110.557000', '094110.560000', '094110.563000', '094110.565000', '094110.568000', '094110.570000', '094110.573000', '094110.576000', '094110.578000', '094110.581000', '094110.584000', '094110.586000', '094110.589000', '094110.591000', '094110.594000', '094110.596000', '094110.599000', '094110.602000', '094110.604000', '094110.607000', '094110.610000', '094110.612000', '094130.492000', '094130.495000', '094130.498000', '094130.500000', '094130.503000', '094130.506000', '094130.508000', '094130.511000', '094130.514000', '094130.516000', '094130.519000', '094130.521000', '094130.524000', '094130.527000', '094130.529000', '094130.532000', '094130.535000', '094130.537000', '094130.540000', '094130.542000', '094130.545000', '094130.548000', '094130.550000', '094130.553000', '094130.555000', '094130.558000', '094130.561000', '094130.563000', '094130.566000', '094130.569000', '094130.571000', '094130.574000', '094130.577000', '094130.579000', '094130.582000', '094130.584000', '094130.587000', '094130.590000', '094130.592000', '094130.595000', '094130.597000', '094130.600000', '094130.603000', '094150.492000', '094150.495000', '094150.498000', '094150.501000', '094150.503000', '094150.506000', '094150.509000', '094150.511000', '094150.514000', '094150.517000', '094150.519000', '094150.522000', '094150.524000', '094150.527000', '094150.530000', '094150.532000', '094150.535000', '094150.538000', '094150.540000', '094150.543000', '094150.546000', '094150.548000', '094150.551000', '094150.553000', '094150.556000', '094150.559000', '094150.561000', '094150.564000', '094150.567000', '094150.569000', '094150.572000', '094150.575000', '094150.577000', '094150.580000', '094150.582000', '094150.585000', '094150.588000', '094150.590000', '094150.593000', '094150.595000', '094150.598000', '094150.601000', '094150.603000', '094210.492000', '094210.495000', '094210.498000', '094210.500000', '094210.503000', '094210.506000', '094210.508000', '094210.511000', '094210.514000', '094210.516000', '094210.519000', '094210.521000', '094210.524000', '094210.527000', '094210.529000', '094210.532000', '094210.535000', '094210.537000', '094210.540000', '094210.542000', '094210.545000', '094210.548000', '094210.550000', '094210.553000', '094210.555000', '094210.558000', '094210.560000', '094210.563000', '094210.566000', '094210.568000', '094210.571000', '094210.573000', '094210.576000', '094210.584000', '094210.586000', '094210.589000', '094210.592000', '094210.594000', '094210.597000', '094210.600000', '094210.603000', '094210.605000', '094210.608000', '094210.610000', '094230.492000', '094230.495000', '094230.498000', '094230.501000', '094230.503000', '094230.506000', '094230.508000', '094230.511000', '094230.513000', '094230.516000', '094230.519000', '094230.521000', '094230.524000', '094230.526000', '094230.529000', '094230.532000', '094230.535000', '094230.537000', '094230.540000', '094230.543000', '094230.545000', '094230.549000', '094230.551000', '094230.554000', '094230.557000', '094230.560000', '094230.563000', '094230.565000', '094230.568000', '094230.571000', '094230.573000', '094230.576000', '094230.578000', '094230.581000', '094230.584000', '094230.586000', '094230.589000', '094230.592000', '094230.594000', '094230.597000', '094230.600000', '094230.602000', '094230.605000', '094250.493000', '094250.495000', '094250.498000', '094250.501000', '094250.504000', '094250.506000', '094250.509000', '094250.511000', '094250.514000', '094250.517000', '094250.519000', '094250.522000', '094250.535000', '094250.537000', '094250.540000', '094250.543000', '094250.545000', '094250.548000', '094250.550000', '094250.553000', '094250.556000', '094250.558000', '094250.561000', '094250.564000', '094250.566000', '094250.569000', '094250.571000', '094250.574000', '094250.577000', '094250.579000', '094250.582000', '094250.584000', '094250.587000', '094250.589000', '094250.592000', '094250.595000', '094250.597000', '094250.600000', '094250.602000', '094250.605000', '094250.608000', '094250.610000', '094250.613000', '094250.616000', '094310.493000', '094310.496000', '094310.498000', '094310.501000', '094310.503000', '094310.506000', '094310.509000', '094310.511000', '094310.514000', '094310.517000', '094310.519000', '094310.522000', '094310.524000', '094310.527000', '094310.530000', '094310.532000', '094310.535000', '094310.537000', '094310.540000', '094310.542000', '094310.545000', '094310.548000', '094310.550000', '094310.553000', '094310.555000', '094310.558000', '094310.561000', '094310.564000', '094310.568000', '094310.571000', '094310.573000', '094310.576000', '094310.579000', '094310.581000', '094310.584000', '094310.587000', '094310.589000', '094310.592000', '094310.594000', '094310.597000', '094310.600000', '094310.603000', '094310.605000', '094330.492000', '094330.494000', '094330.497000', '094330.500000', '094330.502000', '094330.505000', '094330.508000', '094330.510000', '094330.513000', '094330.516000', '094330.519000', '094330.521000', '094330.524000', '094330.526000', '094330.529000', '094330.532000', '094330.534000', '094330.537000', '094330.540000', '094330.542000', '094330.545000', '094330.547000', '094330.550000', '094330.553000', '094330.555000', '094330.558000', '094330.561000', '094330.563000', '094330.566000', '094330.568000', '094330.571000', '094330.574000', '094330.576000', '094330.579000', '094330.582000', '094330.584000', '094330.587000', '094330.589000', '094330.592000', '094330.595000', '094330.597000', '094330.600000', '094330.603000', '094330.605000', '094350.492000', '094350.495000', '094350.498000', '094350.501000', '094350.503000', '094350.506000', '094350.509000', '094350.511000', '094350.514000', '094350.517000', '094350.519000', '094350.522000', '094350.525000', '094350.527000', '094350.530000', '094350.532000', '094350.535000', '094350.538000', '094350.541000', '094350.543000', '094350.546000', '094350.548000', '094350.551000', '094350.554000', '094350.556000', '094350.559000', '094350.562000', '094350.564000', '094350.567000', '094350.570000', '094350.572000', '094350.575000', '094350.578000', '094350.581000', '094350.584000', '094350.586000', '094350.589000', '094350.591000', '094350.594000', '094350.598000', '094350.601000', '094350.603000', '094350.606000', '094410.492000', '094410.496000', '094410.498000', '094410.501000', '094410.503000', '094410.506000', '094410.509000', '094410.511000', '094410.514000', '094410.517000', '094410.519000', '094410.522000', '094410.524000', '094410.527000', '094410.530000', '094410.532000', '094410.535000', '094410.537000', '094410.540000', '094410.542000', '094410.545000', '094410.548000', '094410.558000', '094410.561000', '094410.564000', '094410.566000', '094410.569000', '094410.572000', '094410.574000', '094410.577000', '094410.580000', '094410.582000', '094410.585000', '094410.587000', '094410.590000', '094410.593000', '094410.595000', '094410.612000', '094410.615000', '094410.617000', '094410.620000', '094410.623000', '094410.625000', '094410.628000', '094430.492000', '094430.495000', '094430.498000', '094430.501000', '094430.503000', '094430.506000', '094430.509000', '094430.511000', '094430.514000', '094430.517000', '094430.519000', '094430.522000', '094430.525000', '094430.527000', '094430.530000', '094430.533000', '094430.536000', '094430.538000', '094430.541000', '094430.544000', '094430.546000', '094430.549000', '094430.552000', '094430.555000', '094430.557000', '094430.560000', '094430.563000', '094430.565000', '094430.568000', '094430.571000', '094430.573000', '094430.576000', '094430.578000', '094430.581000', '094430.584000', '094430.586000', '094430.589000', '094430.592000', '094430.594000', '094430.597000', '094430.600000', '094430.603000', '094430.605000', '094450.492000', '094450.495000', '094450.498000', '094450.500000', '094450.503000', '094450.506000', '094450.509000', '094450.511000', '094450.514000', '094450.517000', '094450.519000', '094450.522000', '094450.524000', '094450.527000', '094450.530000', '094450.532000', '094450.535000', '094450.537000', '094450.540000', '094450.543000', '094450.545000', '094450.548000', '094450.551000', '094450.553000', '094450.556000', '094450.558000', '094450.561000', '094450.564000', '094450.566000', '094450.569000', '094450.571000', '094450.574000', '094450.577000', '094450.579000', '094450.582000', '094450.584000', '094450.587000', '094450.590000', '094450.592000', '094450.595000', '094450.598000', '094450.600000', '094450.603000', '094450.605000', '094510.493000', '094510.495000', '094510.498000', '094510.501000', '094510.503000', '094510.506000', '094510.509000', '094510.511000', '094510.514000', '094510.517000', '094510.519000', '094510.522000', '094510.525000', '094510.527000', '094510.530000', '094510.532000', '094510.535000', '094510.538000', '094510.540000', '094510.543000', '094510.546000', '094510.548000', '094510.551000', '094510.554000', '094510.556000', '094510.559000', '094510.562000', '094510.564000', '094510.567000', '094510.569000', '094510.572000', '094510.575000', '094510.577000', '094510.580000', '094510.583000', '094510.585000', '094510.588000', '094510.592000', '094510.595000', '094510.597000', '094510.601000', '094510.604000', '094510.606000', '094530.492000', '094530.495000', '094530.498000', '094530.501000', '094530.504000', '094530.506000', '094530.509000', '094530.512000', '094530.515000', '094530.517000', '094530.520000', '094530.522000', '094530.525000', '094530.528000', '094530.530000', '094530.533000', '094530.536000', '094530.538000', '094530.541000', '094530.544000', '094530.546000', '094530.549000', '094530.552000', '094530.554000', '094530.557000', '094530.560000', '094530.562000', '094530.565000', '094530.568000', '094530.570000', '094530.573000', '094530.575000', '094530.584000', '094530.587000', '094530.590000', '094530.593000', '094530.595000', '094530.598000', '094530.600000', '094530.603000', '094530.606000', '094530.608000', '094530.611000', '094530.614000', '094550.491000', '094550.495000', '094550.497000', '094550.500000', '094550.512000', '094550.515000', '094550.517000', '094550.522000', '094550.524000', '094550.527000', '094550.530000', '094550.532000', '094550.535000', '094550.538000', '094550.540000', '094550.543000', '094550.546000', '094550.548000', '094550.551000', '094550.554000', '094550.556000', '094550.559000', '094550.562000', '094550.564000', '094550.567000', '094550.570000', '094550.572000', '094550.575000', '094550.577000', '094550.580000', '094550.583000', '094550.585000', '094550.588000', '094550.591000', '094550.593000', '094550.596000', '094550.598000', '094550.601000', '094550.604000', '094550.606000', '094550.609000', '094550.611000', '094550.614000', '094610.493000', '094610.495000', '094610.498000', '094610.501000', '094610.504000', '094610.506000', '094610.509000', '094610.512000', '094610.514000', '094610.517000', '094610.520000', '094610.522000', '094610.525000', '094610.527000', '094610.530000', '094610.533000', '094610.535000', '094610.538000', '094610.541000', '094610.543000', '094610.546000', '094610.548000', '094610.551000', '094610.554000', '094610.556000', '094610.559000', '094610.562000', '094610.564000', '094610.567000', '094610.570000', '094610.572000', '094610.575000', '094610.577000', '094610.580000', '094610.583000', '094610.585000', '094610.588000', '094610.591000', '094610.593000', '094610.596000', '094610.598000', '094610.601000', '094610.604000', '094610.606000', '094630.492000', '094630.495000', '094630.498000', '094630.501000', '094630.504000', '094630.506000', '094630.509000', '094630.511000', '094630.515000', '094630.517000', '094630.520000', '094630.522000', '094630.525000', '094630.528000', '094630.530000', '094630.533000', '094630.536000', '094630.538000', '094630.541000', '094630.544000', '094630.546000', '094630.549000', '094630.552000', '094630.554000', '094630.557000', '094630.559000', '094630.562000', '094630.565000', '094630.567000', '094630.570000', '094630.573000', '094630.575000', '094630.578000', '094630.581000', '094630.583000', '094630.586000', '094630.588000', '094630.591000', '094630.594000', '094630.596000', '094630.600000', '094630.603000', '094630.606000', '094650.493000', '094650.496000', '094650.498000', '094650.501000', '094650.504000', '094650.506000', '094650.509000', '094650.512000', '094650.514000', '094650.517000', '094650.519000', '094650.522000', '094650.525000', '094650.527000', '094650.530000', '094650.533000', '094650.535000', '094650.538000', '094650.541000', '094650.543000', '094650.546000', '094650.556000', '094650.559000', '094650.561000', '094650.564000', '094650.566000', '094650.569000', '094650.572000', '094650.574000', '094650.577000', '094650.580000', '094650.582000', '094650.585000', '094650.588000', '094650.590000', '094650.593000', '094650.595000', '094650.598000', '094650.601000', '094650.603000', '094650.606000', '094650.608000', '094650.611000', '094650.613000', '094700.062000', '094700.065000', '094700.067000', '094700.070000', '094700.073000', '094700.075000', '094700.078000', '094700.081000', '094700.083000', '094700.086000', '094700.089000', '094700.091000', '094700.094000', '094700.097000', '094700.099000', '094700.102000', '094700.105000', '094700.107000', '094700.110000', '094700.113000', '094700.116000'], 'InstanceCreationTime': ['094010.527000', '094010.530000', '094010.544000', '094010.546000', '094010.554000', '094010.556000', '094010.559000', '094010.561000', '094010.564000', '094010.566000', '094010.569000', '094010.572000', '094010.574000', '094010.577000', '094010.579000', '094010.582000', '094010.585000', '094010.587000', '094010.590000', '094010.592000', '094010.601000', '094010.604000', '094010.607000', '094030.492000', '094030.496000', '094030.498000', '094030.501000', '094030.504000', '094030.506000', '094030.509000', '094030.511000', '094030.522000', '094030.525000', '094030.528000', '094030.530000', '094030.533000', '094030.535000', '094030.538000', '094030.541000', '094030.543000', '094030.546000', '094030.548000', '094030.551000', '094030.554000', '094030.556000', '094030.559000', '094030.561000', '094030.564000', '094030.566000', '094030.569000', '094030.571000', '094030.574000', '094030.577000', '094030.580000', '094030.583000', '094030.586000', '094030.589000', '094030.591000', '094030.594000', '094030.597000', '094030.600000', '094030.602000', '094030.605000', '094030.607000', '094030.610000', '094030.613000', '094050.492000', '094050.495000', '094050.498000', '094050.501000', '094050.503000', '094050.506000', '094050.509000', '094050.511000', '094050.514000', '094050.517000', '094050.519000', '094050.522000', '094050.524000', '094050.527000', '094050.529000', '094050.538000', '094050.540000', '094050.543000', '094050.546000', '094050.548000', '094050.551000', '094050.553000', '094050.556000', '094050.558000', '094050.561000', '094050.563000', '094050.566000', '094050.569000', '094050.571000', '094050.574000', '094050.577000', '094050.579000', '094050.582000', '094050.584000', '094050.587000', '094050.590000', '094050.592000', '094050.595000', '094050.597000', '094050.600000', '094050.603000', '094050.605000', '094050.608000', '094050.610000', '094110.491000', '094110.494000', '094110.497000', '094110.500000', '094110.502000', '094110.505000', '094110.508000', '094110.510000', '094110.513000', '094110.515000', '094110.519000', '094110.522000', '094110.524000', '094110.527000', '094110.530000', '094110.532000', '094110.542000', '094110.544000', '094110.547000', '094110.550000', '094110.552000', '094110.555000', '094110.557000', '094110.560000', '094110.563000', '094110.565000', '094110.568000', '094110.570000', '094110.573000', '094110.576000', '094110.578000', '094110.581000', '094110.584000', '094110.586000', '094110.589000', '094110.591000', '094110.594000', '094110.596000', '094110.599000', '094110.602000', '094110.604000', '094110.607000', '094110.610000', '094110.612000', '094130.492000', '094130.495000', '094130.498000', '094130.500000', '094130.503000', '094130.506000', '094130.508000', '094130.511000', '094130.514000', '094130.516000', '094130.519000', '094130.521000', '094130.524000', '094130.527000', '094130.529000', '094130.532000', '094130.535000', '094130.537000', '094130.540000', '094130.542000', '094130.545000', '094130.548000', '094130.550000', '094130.553000', '094130.555000', '094130.558000', '094130.561000', '094130.563000', '094130.566000', '094130.569000', '094130.571000', '094130.574000', '094130.577000', '094130.579000', '094130.582000', '094130.584000', '094130.587000', '094130.590000', '094130.592000', '094130.595000', '094130.597000', '094130.600000', '094130.603000', '094150.492000', '094150.495000', '094150.498000', '094150.501000', '094150.503000', '094150.506000', '094150.509000', '094150.511000', '094150.514000', '094150.517000', '094150.519000', '094150.522000', '094150.524000', '094150.527000', '094150.530000', '094150.532000', '094150.535000', '094150.538000', '094150.540000', '094150.543000', '094150.546000', '094150.548000', '094150.551000', '094150.553000', '094150.556000', '094150.559000', '094150.561000', '094150.564000', '094150.567000', '094150.569000', '094150.572000', '094150.575000', '094150.577000', '094150.580000', '094150.582000', '094150.585000', '094150.588000', '094150.590000', '094150.593000', '094150.595000', '094150.598000', '094150.601000', '094150.603000', '094210.492000', '094210.495000', '094210.498000', '094210.500000', '094210.503000', '094210.506000', '094210.508000', '094210.511000', '094210.514000', '094210.516000', '094210.519000', '094210.521000', '094210.524000', '094210.527000', '094210.529000', '094210.532000', '094210.535000', '094210.537000', '094210.540000', '094210.542000', '094210.545000', '094210.548000', '094210.550000', '094210.553000', '094210.555000', '094210.558000', '094210.560000', '094210.563000', '094210.566000', '094210.568000', '094210.571000', '094210.573000', '094210.576000', '094210.584000', '094210.586000', '094210.589000', '094210.592000', '094210.594000', '094210.597000', '094210.600000', '094210.603000', '094210.605000', '094210.608000', '094210.610000', '094230.492000', '094230.495000', '094230.498000', '094230.501000', '094230.503000', '094230.506000', '094230.508000', '094230.511000', '094230.513000', '094230.516000', '094230.519000', '094230.521000', '094230.524000', '094230.526000', '094230.529000', '094230.532000', '094230.535000', '094230.537000', '094230.540000', '094230.543000', '094230.545000', '094230.549000', '094230.551000', '094230.554000', '094230.557000', '094230.560000', '094230.563000', '094230.565000', '094230.568000', '094230.571000', '094230.573000', '094230.576000', '094230.578000', '094230.581000', '094230.584000', '094230.586000', '094230.589000', '094230.592000', '094230.594000', '094230.597000', '094230.600000', '094230.602000', '094230.605000', '094250.493000', '094250.495000', '094250.498000', '094250.501000', '094250.504000', '094250.506000', '094250.509000', '094250.511000', '094250.514000', '094250.517000', '094250.519000', '094250.522000', '094250.535000', '094250.537000', '094250.540000', '094250.543000', '094250.545000', '094250.548000', '094250.550000', '094250.553000', '094250.556000', '094250.558000', '094250.561000', '094250.564000', '094250.566000', '094250.569000', '094250.571000', '094250.574000', '094250.577000', '094250.579000', '094250.582000', '094250.584000', '094250.587000', '094250.589000', '094250.592000', '094250.595000', '094250.597000', '094250.600000', '094250.602000', '094250.605000', '094250.608000', '094250.610000', '094250.613000', '094250.616000', '094310.493000', '094310.496000', '094310.498000', '094310.501000', '094310.503000', '094310.506000', '094310.509000', '094310.511000', '094310.514000', '094310.517000', '094310.519000', '094310.522000', '094310.524000', '094310.527000', '094310.530000', '094310.532000', '094310.535000', '094310.537000', '094310.540000', '094310.542000', '094310.545000', '094310.548000', '094310.550000', '094310.553000', '094310.555000', '094310.558000', '094310.561000', '094310.564000', '094310.568000', '094310.571000', '094310.573000', '094310.576000', '094310.579000', '094310.581000', '094310.584000', '094310.587000', '094310.589000', '094310.592000', '094310.594000', '094310.597000', '094310.600000', '094310.603000', '094310.605000', '094330.492000', '094330.494000', '094330.497000', '094330.500000', '094330.502000', '094330.505000', '094330.508000', '094330.510000', '094330.513000', '094330.516000', '094330.519000', '094330.521000', '094330.524000', '094330.526000', '094330.529000', '094330.532000', '094330.534000', '094330.537000', '094330.540000', '094330.542000', '094330.545000', '094330.547000', '094330.550000', '094330.553000', '094330.555000', '094330.558000', '094330.561000', '094330.563000', '094330.566000', '094330.568000', '094330.571000', '094330.574000', '094330.576000', '094330.579000', '094330.582000', '094330.584000', '094330.587000', '094330.589000', '094330.592000', '094330.595000', '094330.597000', '094330.600000', '094330.603000', '094330.605000', '094350.492000', '094350.495000', '094350.498000', '094350.501000', '094350.503000', '094350.506000', '094350.509000', '094350.511000', '094350.514000', '094350.517000', '094350.519000', '094350.522000', '094350.525000', '094350.527000', '094350.530000', '094350.532000', '094350.535000', '094350.538000', '094350.541000', '094350.543000', '094350.546000', '094350.548000', '094350.551000', '094350.554000', '094350.556000', '094350.559000', '094350.562000', '094350.564000', '094350.567000', '094350.570000', '094350.572000', '094350.575000', '094350.578000', '094350.581000', '094350.584000', '094350.586000', '094350.589000', '094350.591000', '094350.594000', '094350.598000', '094350.601000', '094350.603000', '094350.606000', '094410.492000', '094410.496000', '094410.498000', '094410.501000', '094410.503000', '094410.506000', '094410.509000', '094410.511000', '094410.514000', '094410.517000', '094410.519000', '094410.522000', '094410.524000', '094410.527000', '094410.530000', '094410.532000', '094410.535000', '094410.537000', '094410.540000', '094410.542000', '094410.545000', '094410.548000', '094410.558000', '094410.561000', '094410.564000', '094410.566000', '094410.569000', '094410.572000', '094410.574000', '094410.577000', '094410.580000', '094410.582000', '094410.585000', '094410.587000', '094410.590000', '094410.593000', '094410.595000', '094410.612000', '094410.615000', '094410.617000', '094410.620000', '094410.623000', '094410.625000', '094410.628000', '094430.492000', '094430.495000', '094430.498000', '094430.501000', '094430.503000', '094430.506000', '094430.509000', '094430.511000', '094430.514000', '094430.517000', '094430.519000', '094430.522000', '094430.525000', '094430.527000', '094430.530000', '094430.533000', '094430.536000', '094430.538000', '094430.541000', '094430.544000', '094430.546000', '094430.549000', '094430.552000', '094430.555000', '094430.557000', '094430.560000', '094430.563000', '094430.565000', '094430.568000', '094430.571000', '094430.573000', '094430.576000', '094430.578000', '094430.581000', '094430.584000', '094430.586000', '094430.589000', '094430.592000', '094430.594000', '094430.597000', '094430.600000', '094430.603000', '094430.605000', '094450.492000', '094450.495000', '094450.498000', '094450.500000', '094450.503000', '094450.506000', '094450.509000', '094450.511000', '094450.514000', '094450.517000', '094450.519000', '094450.522000', '094450.524000', '094450.527000', '094450.530000', '094450.532000', '094450.535000', '094450.537000', '094450.540000', '094450.543000', '094450.545000', '094450.548000', '094450.551000', '094450.553000', '094450.556000', '094450.558000', '094450.561000', '094450.564000', '094450.566000', '094450.569000', '094450.571000', '094450.574000', '094450.577000', '094450.579000', '094450.582000', '094450.584000', '094450.587000', '094450.590000', '094450.592000', '094450.595000', '094450.598000', '094450.600000', '094450.603000', '094450.605000', '094510.493000', '094510.495000', '094510.498000', '094510.501000', '094510.503000', '094510.506000', '094510.509000', '094510.511000', '094510.514000', '094510.517000', '094510.519000', '094510.522000', '094510.525000', '094510.527000', '094510.530000', '094510.532000', '094510.535000', '094510.538000', '094510.540000', '094510.543000', '094510.546000', '094510.548000', '094510.551000', '094510.554000', '094510.556000', '094510.559000', '094510.562000', '094510.564000', '094510.567000', '094510.569000', '094510.572000', '094510.575000', '094510.577000', '094510.580000', '094510.583000', '094510.585000', '094510.588000', '094510.592000', '094510.595000', '094510.597000', '094510.601000', '094510.604000', '094510.606000', '094530.492000', '094530.495000', '094530.498000', '094530.501000', '094530.504000', '094530.506000', '094530.509000', '094530.512000', '094530.515000', '094530.517000', '094530.520000', '094530.522000', '094530.525000', '094530.528000', '094530.530000', '094530.533000', '094530.536000', '094530.538000', '094530.541000', '094530.544000', '094530.546000', '094530.549000', '094530.552000', '094530.554000', '094530.557000', '094530.560000', '094530.562000', '094530.565000', '094530.568000', '094530.570000', '094530.573000', '094530.575000', '094530.584000', '094530.587000', '094530.590000', '094530.593000', '094530.595000', '094530.598000', '094530.600000', '094530.603000', '094530.606000', '094530.608000', '094530.611000', '094530.614000', '094550.491000', '094550.495000', '094550.497000', '094550.500000', '094550.512000', '094550.515000', '094550.517000', '094550.522000', '094550.524000', '094550.527000', '094550.530000', '094550.532000', '094550.535000', '094550.538000', '094550.540000', '094550.543000', '094550.546000', '094550.548000', '094550.551000', '094550.554000', '094550.556000', '094550.559000', '094550.562000', '094550.564000', '094550.567000', '094550.570000', '094550.572000', '094550.575000', '094550.577000', '094550.580000', '094550.583000', '094550.585000', '094550.588000', '094550.591000', '094550.593000', '094550.596000', '094550.598000', '094550.601000', '094550.604000', '094550.606000', '094550.609000', '094550.611000', '094550.614000', '094610.493000', '094610.495000', '094610.498000', '094610.501000', '094610.504000', '094610.506000', '094610.509000', '094610.512000', '094610.514000', '094610.517000', '094610.520000', '094610.522000', '094610.525000', '094610.527000', '094610.530000', '094610.533000', '094610.535000', '094610.538000', '094610.541000', '094610.543000', '094610.546000', '094610.548000', '094610.551000', '094610.554000', '094610.556000', '094610.559000', '094610.562000', '094610.564000', '094610.567000', '094610.570000', '094610.572000', '094610.575000', '094610.577000', '094610.580000', '094610.583000', '094610.585000', '094610.588000', '094610.591000', '094610.593000', '094610.596000', '094610.598000', '094610.601000', '094610.604000', '094610.606000', '094630.492000', '094630.495000', '094630.498000', '094630.501000', '094630.504000', '094630.506000', '094630.509000', '094630.511000', '094630.515000', '094630.517000', '094630.520000', '094630.522000', '094630.525000', '094630.528000', '094630.530000', '094630.533000', '094630.536000', '094630.538000', '094630.541000', '094630.544000', '094630.546000', '094630.549000', '094630.552000', '094630.554000', '094630.557000', '094630.559000', '094630.562000', '094630.565000', '094630.567000', '094630.570000', '094630.573000', '094630.575000', '094630.578000', '094630.581000', '094630.583000', '094630.586000', '094630.588000', '094630.591000', '094630.594000', '094630.596000', '094630.600000', '094630.603000', '094630.606000', '094650.493000', '094650.496000', '094650.498000', '094650.501000', '094650.504000', '094650.506000', '094650.509000', '094650.512000', '094650.514000', '094650.517000', '094650.519000', '094650.522000', '094650.525000', '094650.527000', '094650.530000', '094650.533000', '094650.535000', '094650.538000', '094650.541000', '094650.543000', '094650.546000', '094650.556000', '094650.559000', '094650.561000', '094650.564000', '094650.566000', '094650.569000', '094650.572000', '094650.574000', '094650.577000', '094650.580000', '094650.582000', '094650.585000', '094650.588000', '094650.590000', '094650.593000', '094650.595000', '094650.598000', '094650.601000', '094650.603000', '094650.606000', '094650.608000', '094650.611000', '094650.613000', '094700.062000', '094700.065000', '094700.067000', '094700.070000', '094700.073000', '094700.075000', '094700.078000', '094700.081000', '094700.083000', '094700.086000', '094700.089000', '094700.091000', '094700.094000', '094700.097000', '094700.099000', '094700.102000', '094700.105000', '094700.107000', '094700.110000', '094700.113000', '094700.116000'], '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': [11862, 9104, 7865, 9292, 8929, 10695, 7362, 11183, 8020, 7200, 7981, 7321, 12889, 8027, 12869, 7318, 10110, 7518, 9694, 7141, 6952, 7219, 7781, 7080, 9473, 8121, 7666, 7257, 7841, 7101, 7390, 9246, 7242, 9948, 7448, 7234, 7092, 15895, 7113, 14184, 9635, 11638, 16003, 11913, 16745, 11177, 12970, 7390, 13489, 7921, 11973, 11383, 10899, 12671, 9968, 7997, 8018, 10268, 7627, 9971, 7372, 15866, 9809, 14201, 10409, 10739, 6926, 7493, 7125, 7413, 7467, 8387, 17072, 11923, 11153, 7022, 7950, 7326, 7470, 7132, 8218, 7083, 9050, 7400, 7453, 7581, 7869, 14548, 9235, 12610, 8094, 10050, 7394, 8102, 7290, 16731, 11359, 11645, 12436, 10199, 7611, 6883, 7160, 6920, 7472, 6659, 7757, 7186, 6929, 8245, 17292, 11103, 13278, 10776, 14911, 11167, 10740, 7828, 8195, 7392, 7790, 7088, 10832, 11315, 8989, 7614, 8158, 7776, 7787, 7821, 7396, 9292, 7402, 7505, 7160, 7259, 7525, 15136, 6795, 11725, 7492, 12054, 8689, 9109, 7194, 9468, 7134, 11997, 7321, 9006, 7689, 11042, 7428, 9686, 7070, 7039, 7059, 6843, 7114, 7644, 7591, 7763, 7479, 7294, 8493, 7171, 11972, 9727, 17481, 12712, 16005, 11063, 12934, 7892, 13436, 7961, 10724, 8223, 9046, 7239, 8452, 7040, 7155, 7207, 6992, 7267, 7912, 14351, 8603, 9157, 7261, 10270, 6892, 9910, 6999, 9113, 8116, 9278, 7046, 8411, 7111, 14974, 13119, 9468, 17486, 12493, 13637, 10993, 9628, 7116, 9318, 7312, 8410, 7124, 8247, 7020, 7798, 17294, 7344, 10279, 7248, 7724, 13935, 7390, 9232, 7224, 7737, 7187, 7564, 7229, 7844, 7772, 8547, 7159, 10547, 7451, 10630, 8764, 14581, 11758, 14755, 9170, 13853, 18642, 13240, 15315, 10352, 12572, 8207, 9860, 7299, 8294, 7150, 8796, 12116, 8085, 8690, 7209, 7702, 7064, 8897, 7639, 9259, 8679, 7694, 9783, 8710, 13884, 18949, 14873, 13135, 10797, 10179, 8081, 14054, 8653, 17938, 12437, 12979, 9283, 7499, 8113, 7238, 8899, 7132, 13193, 10484, 16614, 7779, 13333, 7184, 10633, 7841, 9304, 7765, 11873, 7180, 8196, 7092, 8345, 7184, 9495, 8097, 8530, 7943, 8936, 7169, 7928, 7073, 8517, 7463, 10473, 7523, 9630, 7463, 13526, 8296, 8414, 9089, 7403, 9733, 8177, 7302, 7261, 7010, 7104, 7312, 9175, 16564, 11730, 10101, 7867, 11147, 7382, 10851, 8451, 10302, 8373, 7370, 7629, 7331, 8838, 19166, 14068, 16284, 11357, 10091, 7527, 9098, 7090, 9117, 7907, 7933, 7073, 7164, 7387, 7154, 7625, 10419, 9000, 7538, 9046, 7119, 13484, 10022, 15672, 11252, 13179, 7550, 10010, 7301, 9134, 8785, 9662, 7677, 7939, 7098, 7785, 7879, 7510, 9795, 7927, 7137, 7238, 7164, 7152, 15273, 8991, 11389, 8967, 8885, 7406, 7082, 7023, 7311, 7646, 7722, 10667, 8484, 12355, 7444, 10471, 17780, 13140, 14260, 10040, 14386, 9613, 12269, 7869, 10172, 7549, 14371, 8820, 16022, 13320, 14241, 7853, 10968, 8051, 9067, 7204, 8286, 7664, 8743, 7349, 7728, 16746, 7119, 10621, 7980, 9344, 8301, 8972, 7341, 9182, 7144, 9584, 7643, 10708, 8488, 10905, 7451, 11698, 8292, 10667, 10757, 15463, 8113, 12214, 7313, 9236, 7444, 10102, 8595, 14094, 8918, 12997, 8395, 11634, 11294, 11893, 11240, 12938, 7756, 8162, 7456, 7444, 17064, 11412, 12549, 8476, 8482, 7492, 7339, 7232, 8157, 7755, 10777, 7672, 11390, 7351, 11610, 11583, 11287, 13242, 13023, 7939, 7819, 7386, 7611, 7209, 8882, 16545, 8805, 12569, 9797, 10787, 7498, 8144, 7410, 7823, 7631, 7861, 8291, 7105, 7680, 7766, 9675, 8744, 7601, 16152, 14098, 17034, 13649, 15993, 10084, 9024, 7725, 8502, 8309, 9863, 7523, 11131, 7408, 7750, 7286, 8103, 7437, 10176, 7727, 7211, 6961, 7288, 7998, 7141, 12315, 9519, 14392, 8427, 12475, 8584, 8665, 9782, 10998, 8773, 8574, 7266, 7643, 7310, 8105, 18070, 11497, 14275, 7960, 11448, 7266, 10364, 7104, 10878, 8879, 13430, 8653, 12375, 7587, 9323, 7518, 9640, 7489, 8732, 7209, 8793, 8744, 7536, 7058, 7096, 7436, 7483, 8016, 8795, 7920, 9112, 7391, 8464, 8012, 9018, 9119, 7860, 17517, 11558, 12218, 8655, 8998, 7418, 7566, 7339, 7073, 7053, 7792, 7676, 10318, 8911, 13127, 7854, 10742, 8254, 11047, 7924, 15002, 9025, 16014, 8481, 14494, 8373, 10695, 7707, 11565, 9805, 17098, 12055, 13712, 7530, 7728, 7201, 12291, 7552, 8291, 7467, 7642, 7112, 7462, 7150, 6927, 7316, 7036, 6989, 7511, 7568, 9502, 7469, 9914, 8617, 10570, 10457, 15335, 13730, 17167, 11938, 14449, 9230, 12362, 8761, 11881, 8185, 13234, 10698, 12899, 7194, 7750, 14352, 7256, 13394, 9236, 9516, 7827, 7285, 7110, 7128, 9032, 7102, 9081, 13660, 7774, 13328, 9063, 11900, 7367, 11154, 7170, 9201, 7428, 9450, 8035, 8387, 7120, 7459, 6907, 7009, 7310, 8419, 8136, 7922, 7768, 7318, 8400, 7358, 15102, 10849, 17759, 17268, 16982, 10234, 11903, 7920, 11149, 7623, 10951, 19561, 13258, 15961, 10353, 11210, 7608, 8224, 7112, 7047, 7268, 7151, 7931, 9225, 12207, 8444, 13588, 8309, 12304, 7567, 12835, 8984, 13426, 10347, 14185, 12749, 9661, 11900, 10949, 13491, 18182, 14429, 14573, 10863, 9216, 17073, 7882, 10536, 8106, 7317, 7073, 8575, 6973, 9330, 7110, 9984, 8293, 12645, 9406, 15426, 11818, 14284, 9557, 11494, 8906, 11632, 11364, 14582, 8301, 9344, 7488, 7492, 7414, 7582, 9068, 8474, 7671, 7442, 7151, 7279, 7260, 7381, 7718, 7027, 10305, 8011, 11053, 7055, 8403, 7056, 9697, 7225, 10911, 8659, 11993, 8774, 7991, 9088, 8662, 9447, 17140, 13395, 15296, 11675, 9870, 7744, 12093, 7192, 11084, 7407, 9912, 8102, 7337, 8204, 7678, 7967, 9036, 10136, 17883, 12667, 15525, 9203, 12879, 7449, 10874, 7201, 8764, 15495, 7008, 10963, 7809, 7491, 7413, 7000, 7383, 7264, 7308, 9486, 7993, 8123, 7417, 11685, 8512, 15975, 11784, 15765, 13754, 15755, 10745, 12798, 9148, 12000, 8814, 10100, 18763, 13764, 14323, 9136, 8342, 7445, 7618, 8205, 9423, 15253, 8318, 12390, 7291, 10743, 18227, 14768, 14364, 11201, 10649, 7953, 9484, 7523, 8880, 7365, 8696, 8190, 8285, 7342, 7548, 7234, 8663, 7449, 9710, 7680, 11984, 7555, 7914, 12116, 7574, 11293, 6874, 9820, 8163, 7635, 9491, 6879, 7089, 7142, 7380, 7256, 7235, 7084, 7866, 9743, 8034, 12059, 12464, 13922, 16647, 15743, 17395, 16714, 10092, 13193], 'WindowCenter': [4213.0, 4180.0, 4157.0, 4176.0, 4165.0, 4183.0, 4144.0, 4184.0, 4156.0, 4154.0, 4167.0, 4159.0, 4221.0, 4184.0, 4220.0, 4159.0, 4187.0, 4170.0, 4188.0, 4162.0, 4158.0, 4171.0, 4167.0, 4172.0, 4214.0, 4183.0, 4193.0, 4184.0, 4181.0, 4175.0, 4185.0, 4205.0, 4186.0, 4217.0, 4197.0, 4184.0, 4185.0, 4255.0, 4186.0, 4245.0, 4204.0, 4225.0, 4244.0, 4222.0, 4243.0, 4210.0, 4218.0, 4159.0, 4218.0, 4168.0, 4208.0, 4209.0, 4198.0, 4219.0, 4188.0, 4165.0, 4167.0, 4187.0, 4166.0, 4187.0, 4158.0, 4228.0, 4190.0, 4218.0, 4197.0, 4194.0, 4147.0, 4157.0, 4156.0, 4155.0, 4156.0, 4180.0, 4238.0, 4221.0, 4196.0, 4154.0, 4163.0, 4155.0, 4166.0, 4159.0, 4190.0, 4171.0, 4190.0, 4168.0, 4168.0, 4179.0, 4180.0, 4230.0, 4191.0, 4218.0, 4168.0, 4187.0, 4157.0, 4167.0, 4167.0, 4240.0, 4198.0, 4196.0, 4208.0, 4186.0, 4153.0, 4144.0, 4155.0, 4156.0, 4169.0, 4159.0, 4182.0, 4169.0, 4170.0, 4190.0, 4241.0, 4209.0, 4218.0, 4198.0, 4216.0, 4209.0, 4194.0, 4167.0, 4191.0, 4168.0, 4166.0, 4167.0, 4199.0, 4209.0, 4177.0, 4156.0, 4165.0, 4154.0, 4153.0, 4155.0, 4169.0, 4200.0, 4166.0, 4156.0, 4156.0, 4156.0, 4165.0, 4227.0, 4156.0, 4208.0, 4167.0, 4207.0, 4177.0, 4187.0, 4169.0, 4199.0, 4169.0, 4219.0, 4168.0, 4187.0, 4165.0, 4195.0, 4166.0, 4187.0, 4157.0, 4156.0, 4157.0, 4156.0, 4169.0, 4181.0, 4180.0, 4181.0, 4179.0, 4170.0, 4190.0, 4170.0, 4220.0, 4201.0, 4242.0, 4222.0, 4228.0, 4209.0, 4216.0, 4177.0, 4216.0, 4165.0, 4207.0, 4175.0, 4173.0, 4153.0, 4164.0, 4155.0, 4154.0, 4166.0, 4154.0, 4167.0, 4178.0, 4228.0, 4188.0, 4185.0, 4166.0, 4197.0, 4157.0, 4195.0, 4168.0, 4188.0, 4180.0, 4188.0, 4170.0, 4180.0, 4171.0, 4242.0, 4219.0, 4186.0, 4236.0, 4207.0, 4216.0, 4196.0, 4184.0, 4155.0, 4174.0, 4155.0, 4175.0, 4169.0, 4176.0, 4157.0, 4168.0, 4239.0, 4155.0, 4185.0, 4155.0, 4167.0, 4216.0, 4166.0, 4186.0, 4166.0, 4165.0, 4168.0, 4177.0, 4180.0, 4192.0, 4194.0, 4203.0, 4183.0, 4211.0, 4170.0, 4210.0, 4191.0, 4230.0, 4222.0, 4230.0, 4190.0, 4233.0, 4241.0, 4219.0, 4216.0, 4185.0, 4205.0, 4177.0, 4197.0, 4167.0, 4178.0, 4170.0, 4189.0, 4219.0, 4179.0, 4188.0, 4169.0, 4166.0, 4169.0, 4189.0, 4180.0, 4202.0, 4204.0, 4180.0, 4198.0, 4178.0, 4220.0, 4238.0, 4229.0, 4207.0, 4197.0, 4197.0, 4176.0, 4226.0, 4174.0, 4224.0, 4204.0, 4202.0, 4172.0, 4152.0, 4162.0, 4153.0, 4186.0, 4154.0, 4215.0, 4196.0, 4225.0, 4164.0, 4213.0, 4156.0, 4194.0, 4162.0, 4172.0, 4152.0, 4204.0, 4153.0, 4163.0, 4154.0, 4174.0, 4156.0, 4185.0, 4165.0, 4174.0, 4176.0, 4174.0, 4156.0, 4176.0, 4155.0, 4175.0, 4167.0, 4208.0, 4179.0, 4198.0, 4183.0, 4230.0, 4177.0, 4176.0, 4175.0, 4156.0, 4185.0, 4178.0, 4167.0, 4168.0, 4168.0, 4167.0, 4169.0, 4201.0, 4240.0, 4221.0, 4199.0, 4178.0, 4196.0, 4156.0, 4195.0, 4177.0, 4196.0, 4177.0, 4167.0, 4167.0, 4168.0, 4189.0, 4249.0, 4218.0, 4227.0, 4197.0, 4195.0, 4167.0, 4187.0, 4157.0, 4186.0, 4177.0, 4177.0, 4156.0, 4156.0, 4166.0, 4156.0, 4169.0, 4209.0, 4178.0, 4168.0, 4186.0, 4168.0, 4231.0, 4186.0, 4227.0, 4198.0, 4207.0, 4155.0, 4186.0, 4154.0, 4176.0, 4178.0, 4200.0, 4167.0, 4179.0, 4157.0, 4179.0, 4165.0, 4168.0, 4186.0, 4168.0, 4155.0, 4156.0, 4156.0, 4168.0, 4230.0, 4191.0, 4207.0, 4190.0, 4186.0, 4168.0, 4157.0, 4169.0, 4171.0, 4181.0, 4182.0, 4225.0, 4206.0, 4235.0, 4181.0, 4213.0, 4252.0, 4231.0, 4231.0, 4199.0, 4229.0, 4191.0, 4207.0, 4178.0, 4197.0, 4169.0, 4230.0, 4190.0, 4230.0, 4221.0, 4218.0, 4168.0, 4198.0, 4166.0, 4175.0, 4168.0, 4178.0, 4167.0, 4177.0, 4156.0, 4167.0, 4237.0, 4157.0, 4199.0, 4177.0, 4188.0, 4179.0, 4188.0, 4168.0, 4199.0, 4170.0, 4198.0, 4181.0, 4210.0, 4193.0, 4210.0, 4182.0, 4223.0, 4190.0, 4200.0, 4197.0, 4230.0, 4179.0, 4209.0, 4170.0, 4189.0, 4169.0, 4198.0, 4190.0, 4231.0, 4189.0, 4219.0, 4178.0, 4208.0, 4196.0, 4209.0, 4199.0, 4221.0, 4167.0, 4167.0, 4155.0, 4156.0, 4226.0, 4195.0, 4208.0, 4176.0, 4174.0, 4155.0, 4154.0, 4157.0, 4177.0, 4178.0, 4209.0, 4181.0, 4208.0, 4168.0, 4209.0, 4208.0, 4197.0, 4205.0, 4207.0, 4165.0, 4155.0, 4155.0, 4168.0, 4170.0, 4189.0, 4229.0, 4176.0, 4206.0, 4200.0, 4196.0, 4167.0, 4165.0, 4167.0, 4178.0, 4179.0, 4180.0, 4193.0, 4184.0, 4181.0, 4180.0, 4201.0, 4191.0, 4181.0, 4244.0, 4232.0, 4242.0, 4221.0, 4231.0, 4198.0, 4176.0, 4154.0, 4163.0, 4164.0, 4174.0, 4155.0, 4195.0, 4155.0, 4154.0, 4156.0, 4165.0, 4168.0, 4198.0, 4180.0, 4169.0, 4169.0, 4169.0, 4180.0, 4170.0, 4220.0, 4200.0, 4230.0, 4178.0, 4208.0, 4176.0, 4177.0, 4186.0, 4196.0, 4175.0, 4176.0, 4156.0, 4167.0, 4167.0, 4179.0, 4239.0, 4209.0, 4228.0, 4166.0, 4206.0, 4156.0, 4195.0, 4157.0, 4197.0, 4178.0, 4218.0, 4179.0, 4207.0, 4167.0, 4175.0, 4156.0, 4186.0, 4156.0, 4176.0, 4157.0, 4177.0, 4177.0, 4167.0, 4156.0, 4156.0, 4156.0, 4167.0, 4166.0, 4179.0, 4178.0, 4190.0, 4169.0, 4180.0, 4179.0, 4191.0, 4189.0, 4168.0, 4229.0, 4197.0, 4207.0, 4177.0, 4186.0, 4156.0, 4168.0, 4168.0, 4157.0, 4168.0, 4168.0, 4168.0, 4212.0, 4190.0, 4221.0, 4179.0, 4210.0, 4194.0, 4210.0, 4179.0, 4227.0, 4191.0, 4240.0, 4190.0, 4219.0, 4166.0, 4195.0, 4166.0, 4197.0, 4188.0, 4228.0, 4208.0, 4216.0, 4155.0, 4155.0, 4157.0, 4207.0, 4166.0, 4166.0, 4153.0, 4166.0, 4157.0, 4169.0, 4170.0, 4169.0, 4181.0, 4169.0, 4171.0, 4182.0, 4183.0, 4228.0, 4183.0, 4214.0, 4192.0, 4213.0, 4211.0, 4243.0, 4232.0, 4241.0, 4221.0, 4230.0, 4188.0, 4208.0, 4177.0, 4206.0, 4165.0, 4206.0, 4196.0, 4206.0, 4153.0, 4165.0, 4215.0, 4155.0, 4215.0, 4175.0, 4186.0, 4155.0, 4155.0, 4155.0, 4156.0, 4188.0, 4170.0, 4190.0, 4216.0, 4156.0, 4207.0, 4179.0, 4207.0, 4158.0, 4207.0, 4167.0, 4189.0, 4168.0, 4199.0, 4166.0, 4182.0, 4157.0, 4168.0, 4169.0, 4169.0, 4182.0, 4191.0, 4194.0, 4193.0, 4183.0, 4183.0, 4193.0, 4184.0, 4256.0, 4214.0, 4246.0, 4244.0, 4243.0, 4200.0, 4209.0, 4168.0, 4197.0, 4168.0, 4199.0, 4238.0, 4218.0, 4215.0, 4185.0, 4195.0, 4168.0, 4175.0, 4156.0, 4167.0, 4169.0, 4170.0, 4192.0, 4214.0, 4236.0, 4196.0, 4222.0, 4191.0, 4218.0, 4169.0, 4221.0, 4189.0, 4231.0, 4201.0, 4232.0, 4223.0, 4187.0, 4208.0, 4197.0, 4221.0, 4230.0, 4217.0, 4204.0, 4181.0, 4164.0, 4212.0, 4150.0, 4182.0, 4151.0, 4152.0, 4154.0, 4175.0, 4157.0, 4188.0, 4169.0, 4199.0, 4190.0, 4221.0, 4191.0, 4232.0, 4209.0, 4217.0, 4186.0, 4195.0, 4163.0, 4196.0, 4196.0, 4218.0, 4166.0, 4175.0, 4155.0, 4155.0, 4153.0, 4155.0, 4175.0, 4166.0, 4156.0, 4156.0, 4156.0, 4156.0, 4156.0, 4170.0, 4167.0, 4158.0, 4197.0, 4177.0, 4209.0, 4169.0, 4179.0, 4170.0, 4198.0, 4171.0, 4208.0, 4190.0, 4220.0, 4191.0, 4181.0, 4190.0, 4178.0, 4190.0, 4239.0, 4217.0, 4216.0, 4197.0, 4186.0, 4166.0, 4205.0, 4156.0, 4207.0, 4167.0, 4198.0, 4179.0, 4169.0, 4179.0, 4168.0, 4178.0, 4187.0, 4211.0, 4251.0, 4219.0, 4226.0, 4188.0, 4216.0, 4170.0, 4208.0, 4169.0, 4180.0, 4228.0, 4156.0, 4196.0, 4168.0, 4156.0, 4166.0, 4156.0, 4170.0, 4180.0, 4185.0, 4215.0, 4206.0, 4206.0, 4198.0, 4247.0, 4207.0, 4256.0, 4238.0, 4246.0, 4235.0, 4231.0, 4215.0, 4222.0, 4190.0, 4222.0, 4189.0, 4214.0, 4252.0, 4235.0, 4229.0, 4203.0, 4178.0, 4169.0, 4169.0, 4191.0, 4189.0, 4230.0, 4177.0, 4208.0, 4157.0, 4197.0, 4238.0, 4216.0, 4217.0, 4197.0, 4196.0, 4164.0, 4173.0, 4153.0, 4173.0, 4154.0, 4175.0, 4165.0, 4177.0, 4156.0, 4155.0, 4155.0, 4176.0, 4156.0, 4187.0, 4155.0, 4208.0, 4155.0, 4168.0, 4208.0, 4170.0, 4209.0, 4159.0, 4201.0, 4179.0, 4167.0, 4188.0, 4158.0, 4169.0, 4170.0, 4182.0, 4183.0, 4183.0, 4185.0, 4207.0, 4217.0, 4195.0, 4249.0, 4237.0, 4247.0, 4242.0, 4245.0, 4242.0, 4233.0, 4188.0, 4208.0], 'WindowWidth': [9342.0, 9291.0, 9253.0, 9276.0, 9259.0, 9279.0, 9228.0, 9279.0, 9250.0, 9245.0, 9265.0, 9259.0, 9344.0, 9302.0, 9340.0, 9259.0, 9294.0, 9279.0, 9296.0, 9269.0, 9256.0, 9279.0, 9270.0, 9286.0, 9345.0, 9301.0, 9318.0, 9303.0, 9295.0, 9291.0, 9308.0, 9333.0, 9311.0, 9352.0, 9327.0, 9306.0, 9309.0, 9403.0, 9310.0, 9389.0, 9332.0, 9359.0, 9386.0, 9352.0, 9385.0, 9333.0, 9339.0, 9260.0, 9338.0, 9272.0, 9326.0, 9328.0, 9312.0, 9342.0, 9298.0, 9264.0, 9268.0, 9294.0, 9266.0, 9295.0, 9257.0, 9356.0, 9303.0, 9340.0, 9308.0, 9301.0, 9242.0, 9255.0, 9253.0, 9250.0, 9254.0, 9289.0, 9369.0, 9350.0, 9306.0, 9250.0, 9259.0, 9252.0, 9269.0, 9264.0, 9308.0, 9284.0, 9305.0, 9277.0, 9274.0, 9291.0, 9292.0, 9361.0, 9308.0, 9340.0, 9273.0, 9297.0, 9257.0, 9270.0, 9272.0, 9378.0, 9313.0, 9309.0, 9324.0, 9294.0, 9245.0, 9235.0, 9251.0, 9256.0, 9277.0, 9263.0, 9299.0, 9277.0, 9282.0, 9308.0, 9377.0, 9328.0, 9340.0, 9313.0, 9335.0, 9328.0, 9301.0, 9271.0, 9308.0, 9278.0, 9270.0, 9273.0, 9315.0, 9329.0, 9282.0, 9250.0, 9262.0, 9246.0, 9245.0, 9250.0, 9276.0, 9321.0, 9269.0, 9256.0, 9253.0, 9253.0, 9267.0, 9353.0, 9256.0, 9326.0, 9271.0, 9321.0, 9284.0, 9297.0, 9278.0, 9318.0, 9280.0, 9343.0, 9277.0, 9296.0, 9266.0, 9306.0, 9268.0, 9297.0, 9256.0, 9254.0, 9260.0, 9258.0, 9280.0, 9298.0, 9297.0, 9299.0, 9293.0, 9281.0, 9306.0, 9281.0, 9347.0, 9323.0, 9382.0, 9351.0, 9356.0, 9328.0, 9336.0, 9284.0, 9334.0, 9265.0, 9325.0, 9278.0, 9271.0, 9246.0, 9260.0, 9253.0, 9250.0, 9269.0, 9252.0, 9272.0, 9287.0, 9353.0, 9302.0, 9292.0, 9268.0, 9310.0, 9258.0, 9305.0, 9274.0, 9300.0, 9294.0, 9301.0, 9280.0, 9293.0, 9283.0, 9384.0, 9344.0, 9296.0, 9366.0, 9322.0, 9333.0, 9309.0, 9287.0, 9251.0, 9272.0, 9252.0, 9278.0, 9278.0, 9282.0, 9258.0, 9274.0, 9369.0, 9252.0, 9291.0, 9250.0, 9269.0, 9334.0, 9268.0, 9294.0, 9267.0, 9267.0, 9276.0, 9288.0, 9295.0, 9313.0, 9321.0, 9330.0, 9305.0, 9336.0, 9280.0, 9334.0, 9308.0, 9359.0, 9350.0, 9362.0, 9306.0, 9370.0, 9377.0, 9340.0, 9333.0, 9290.0, 9316.0, 9284.0, 9309.0, 9272.0, 9286.0, 9280.0, 9304.0, 9341.0, 9292.0, 9302.0, 9276.0, 9270.0, 9277.0, 9304.0, 9295.0, 9328.0, 9331.0, 9293.0, 9314.0, 9287.0, 9347.0, 9372.0, 9357.0, 9323.0, 9310.0, 9311.0, 9281.0, 9349.0, 9275.0, 9345.0, 9314.0, 9308.0, 9267.0, 9242.0, 9255.0, 9245.0, 9293.0, 9251.0, 9331.0, 9308.0, 9346.0, 9262.0, 9326.0, 9257.0, 9300.0, 9255.0, 9269.0, 9242.0, 9313.0, 9244.0, 9257.0, 9251.0, 9276.0, 9256.0, 9291.0, 9264.0, 9274.0, 9279.0, 9275.0, 9254.0, 9279.0, 9253.0, 9278.0, 9271.0, 9327.0, 9290.0, 9313.0, 9303.0, 9360.0, 9283.0, 9279.0, 9276.0, 9252.0, 9292.0, 9287.0, 9271.0, 9272.0, 9274.0, 9271.0, 9276.0, 9323.0, 9375.0, 9348.0, 9314.0, 9285.0, 9306.0, 9253.0, 9305.0, 9283.0, 9308.0, 9283.0, 9270.0, 9268.0, 9273.0, 9301.0, 9388.0, 9340.0, 9351.0, 9309.0, 9304.0, 9269.0, 9295.0, 9256.0, 9294.0, 9282.0, 9287.0, 9255.0, 9255.0, 9269.0, 9253.0, 9274.0, 9329.0, 9284.0, 9271.0, 9295.0, 9275.0, 9362.0, 9293.0, 9349.0, 9309.0, 9320.0, 9248.0, 9289.0, 9247.0, 9277.0, 9286.0, 9319.0, 9268.0, 9289.0, 9258.0, 9290.0, 9265.0, 9273.0, 9293.0, 9271.0, 9249.0, 9254.0, 9254.0, 9274.0, 9358.0, 9308.0, 9323.0, 9307.0, 9294.0, 9271.0, 9258.0, 9276.0, 9280.0, 9295.0, 9298.0, 9360.0, 9337.0, 9375.0, 9297.0, 9341.0, 9395.0, 9361.0, 9362.0, 9315.0, 9354.0, 9304.0, 9323.0, 9285.0, 9309.0, 9275.0, 9357.0, 9303.0, 9360.0, 9344.0, 9337.0, 9271.0, 9311.0, 9267.0, 9275.0, 9273.0, 9283.0, 9269.0, 9280.0, 9253.0, 9270.0, 9364.0, 9256.0, 9311.0, 9284.0, 9297.0, 9290.0, 9298.0, 9275.0, 9315.0, 9280.0, 9314.0, 9295.0, 9333.0, 9315.0, 9331.0, 9298.0, 9356.0, 9305.0, 9315.0, 9309.0, 9360.0, 9287.0, 9326.0, 9279.0, 9300.0, 9275.0, 9313.0, 9305.0, 9360.0, 9303.0, 9341.0, 9285.0, 9324.0, 9307.0, 9327.0, 9311.0, 9346.0, 9268.0, 9266.0, 9250.0, 9252.0, 9351.0, 9303.0, 9324.0, 9277.0, 9274.0, 9250.0, 9247.0, 9257.0, 9283.0, 9288.0, 9329.0, 9294.0, 9327.0, 9276.0, 9330.0, 9324.0, 9307.0, 9317.0, 9320.0, 9261.0, 9248.0, 9249.0, 9268.0, 9278.0, 9301.0, 9356.0, 9280.0, 9320.0, 9317.0, 9306.0, 9271.0, 9264.0, 9271.0, 9289.0, 9293.0, 9294.0, 9316.0, 9306.0, 9295.0, 9293.0, 9322.0, 9307.0, 9295.0, 9388.0, 9364.0, 9381.0, 9346.0, 9362.0, 9310.0, 9275.0, 9244.0, 9255.0, 9257.0, 9270.0, 9250.0, 9303.0, 9250.0, 9246.0, 9252.0, 9263.0, 9272.0, 9311.0, 9293.0, 9275.0, 9276.0, 9275.0, 9290.0, 9278.0, 9344.0, 9319.0, 9357.0, 9283.0, 9325.0, 9278.0, 9279.0, 9291.0, 9305.0, 9277.0, 9279.0, 9252.0, 9269.0, 9269.0, 9288.0, 9370.0, 9327.0, 9351.0, 9266.0, 9319.0, 9253.0, 9302.0, 9254.0, 9307.0, 9283.0, 9337.0, 9285.0, 9321.0, 9269.0, 9275.0, 9252.0, 9290.0, 9254.0, 9278.0, 9256.0, 9283.0, 9282.0, 9267.0, 9253.0, 9254.0, 9253.0, 9270.0, 9268.0, 9287.0, 9284.0, 9303.0, 9276.0, 9290.0, 9286.0, 9306.0, 9300.0, 9270.0, 9355.0, 9307.0, 9321.0, 9280.0, 9294.0, 9252.0, 9270.0, 9272.0, 9258.0, 9273.0, 9273.0, 9275.0, 9338.0, 9305.0, 9345.0, 9288.0, 9331.0, 9315.0, 9330.0, 9288.0, 9351.0, 9304.0, 9372.0, 9304.0, 9341.0, 9266.0, 9302.0, 9265.0, 9306.0, 9296.0, 9354.0, 9322.0, 9329.0, 9248.0, 9248.0, 9254.0, 9319.0, 9264.0, 9262.0, 9244.0, 9265.0, 9258.0, 9274.0, 9278.0, 9276.0, 9295.0, 9277.0, 9284.0, 9299.0, 9302.0, 9372.0, 9303.0, 9345.0, 9313.0, 9338.0, 9333.0, 9381.0, 9363.0, 9376.0, 9346.0, 9359.0, 9298.0, 9325.0, 9282.0, 9317.0, 9263.0, 9319.0, 9304.0, 9320.0, 9245.0, 9263.0, 9329.0, 9248.0, 9329.0, 9276.0, 9290.0, 9249.0, 9251.0, 9250.0, 9253.0, 9299.0, 9279.0, 9304.0, 9333.0, 9252.0, 9320.0, 9286.0, 9322.0, 9257.0, 9321.0, 9271.0, 9301.0, 9274.0, 9315.0, 9267.0, 9295.0, 9258.0, 9272.0, 9277.0, 9277.0, 9299.0, 9310.0, 9318.0, 9313.0, 9300.0, 9305.0, 9316.0, 9308.0, 9405.0, 9342.0, 9393.0, 9385.0, 9381.0, 9316.0, 9325.0, 9268.0, 9304.0, 9270.0, 9311.0, 9372.0, 9337.0, 9330.0, 9287.0, 9302.0, 9273.0, 9276.0, 9255.0, 9273.0, 9278.0, 9279.0, 9312.0, 9348.0, 9378.0, 9322.0, 9350.0, 9307.0, 9338.0, 9275.0, 9346.0, 9303.0, 9362.0, 9321.0, 9366.0, 9353.0, 9297.0, 9323.0, 9305.0, 9349.0, 9364.0, 9336.0, 9312.0, 9276.0, 9256.0, 9318.0, 9234.0, 9277.0, 9238.0, 9241.0, 9247.0, 9275.0, 9256.0, 9298.0, 9276.0, 9316.0, 9306.0, 9347.0, 9307.0, 9363.0, 9328.0, 9336.0, 9290.0, 9299.0, 9257.0, 9302.0, 9304.0, 9339.0, 9264.0, 9274.0, 9247.0, 9249.0, 9243.0, 9249.0, 9275.0, 9264.0, 9251.0, 9252.0, 9252.0, 9252.0, 9253.0, 9278.0, 9270.0, 9260.0, 9311.0, 9283.0, 9326.0, 9275.0, 9291.0, 9278.0, 9313.0, 9279.0, 9328.0, 9307.0, 9344.0, 9308.0, 9293.0, 9305.0, 9287.0, 9303.0, 9374.0, 9338.0, 9333.0, 9305.0, 9290.0, 9265.0, 9316.0, 9252.0, 9321.0, 9269.0, 9310.0, 9290.0, 9274.0, 9289.0, 9273.0, 9286.0, 9297.0, 9334.0, 9392.0, 9341.0, 9345.0, 9298.0, 9332.0, 9277.0, 9325.0, 9276.0, 9288.0, 9349.0, 9252.0, 9307.0, 9271.0, 9253.0, 9268.0, 9256.0, 9279.0, 9292.0, 9307.0, 9347.0, 9338.0, 9340.0, 9332.0, 9394.0, 9340.0, 9405.0, 9380.0, 9390.0, 9372.0, 9361.0, 9344.0, 9348.0, 9304.0, 9349.0, 9302.0, 9342.0, 9394.0, 9371.0, 9354.0, 9325.0, 9287.0, 9273.0, 9274.0, 9307.0, 9301.0, 9358.0, 9281.0, 9322.0, 9253.0, 9308.0, 9370.0, 9334.0, 9334.0, 9308.0, 9306.0, 9259.0, 9269.0, 9244.0, 9268.0, 9247.0, 9275.0, 9262.0, 9280.0, 9251.0, 9248.0, 9250.0, 9277.0, 9250.0, 9293.0, 9250.0, 9324.0, 9250.0, 9270.0, 9323.0, 9276.0, 9326.0, 9263.0, 9317.0, 9285.0, 9269.0, 9295.0, 9258.0, 9274.0, 9280.0, 9299.0, 9300.0, 9302.0, 9309.0, 9339.0, 9354.0, 9320.0, 9399.0, 9379.0, 9392.0, 9380.0, 9384.0, 9376.0, 9369.0, 9297.0, 9323.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.004192833698030635</td></tr>
<tr><td colspan=3>aqi</td><td>0.040703165973741795</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.411399231314356</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1887362013253002</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0180855594742606</td></tr>
<tr><td colspan=3>efc</td><td>0.4707</td></tr>
<tr><td colspan=3>fber</td><td>5897.6875</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12655227945265443</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>107</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.706783369803064</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.528776347488836</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.449858032499924</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7769895701550453</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.35948143981154</td></tr>
<tr><td colspan=3>gcor</td><td>0.00774794</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016521673649549484</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03066539391875267</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>914</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.8664208077479727</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>23.644</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.5055</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>166.1432</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300643.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>772.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>322.5721</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3347</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>498.1218</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3388.6541</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3607.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75901.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1068.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4419.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>932.898</td></tr>
<tr><td colspan=3>tsnr</td><td>32.84070519730449</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>