<?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-0126_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-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0126/figures/sub-0126_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-0126/figures/sub-0126_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126/ses-02/func/sub-0126_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>8155d993674d657215271fbfa38ac465</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>19:41:37.652500</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.999813, 0.0137756, -0.013538, -0.0125647, 0.996234, 0.085785]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.131584</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4212, -7816, -7193, 32, -110, -149, -8, 103]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>318.233</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8d578c4f-1e26-479b-a1e3-a5c076136f1d||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.6824264526367188, -0.03371009603142738, -0.03960561752319336, 114.61611938476562], [-0.03695881366729736, 2.6728241443634033, 0.23111708462238312, -86.14006042480469], [-0.03632143512368202, -0.23015493154525757, 2.689798593521118, -52.72270202636719], [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': ['194137.652500', '194138.112500', '194138.572500', '194139.032500', '194139.492500', '194139.952500', '194140.412500', '194140.872500', '194141.332500', '194141.792500', '194142.252500', '194142.712500', '194143.172500', '194143.632500', '194144.092500', '194144.552500', '194145.012500', '194145.472500', '194145.932500', '194146.392500', '194146.852500', '194147.312500', '194147.772500', '194148.232500', '194148.692500', '194149.152500', '194149.612500', '194150.072500', '194150.532500', '194150.992500', '194151.452500', '194151.912500', '194152.372500', '194152.832500', '194153.292500', '194153.752500', '194154.212500', '194154.672500', '194155.132500', '194155.592500', '194156.052500', '194156.512500', '194156.972500', '194157.432500', '194157.892500', '194158.352500', '194158.812500', '194159.272500', '194159.732500', '194200.192500', '194200.652500', '194201.112500', '194201.572500', '194202.032500', '194202.492500', '194202.952500', '194203.412500', '194203.872500', '194204.332500', '194204.792500', '194205.252500', '194205.712500', '194206.172500', '194206.632500', '194207.092500', '194207.552500', '194208.012500', '194208.472500', '194208.932500', '194209.392500', '194209.852500', '194210.312500', '194210.772500', '194211.232500', '194211.692500', '194212.152500', '194212.612500', '194213.072500', '194213.532500', '194213.992500', '194214.452500', '194214.912500', '194215.372500', '194215.832500', '194216.292500', '194216.752500', '194217.212500', '194217.672500', '194218.132500', '194218.592500', '194219.052500', '194219.512500', '194219.972500', '194220.432500', '194220.892500', '194221.352500', '194221.812500', '194222.272500', '194222.732500', '194223.192500', '194223.652500', '194224.112500', '194224.572500', '194225.032500', '194225.492500', '194225.952500', '194226.412500', '194226.872500', '194227.332500', '194227.792500', '194228.252500', '194228.712500', '194229.172500', '194229.632500', '194230.092500', '194230.552500', '194231.012500', '194231.472500', '194231.932500', '194232.392500', '194232.852500', '194233.312500', '194233.772500', '194234.232500', '194234.692500', '194235.152500', '194235.612500', '194236.072500', '194236.532500', '194236.992500', '194237.452500', '194237.912500', '194238.372500', '194238.832500', '194239.292500', '194239.752500', '194240.212500', '194240.672500', '194241.132500', '194241.592500', '194242.052500', '194242.512500', '194242.972500', '194243.432500', '194243.892500', '194244.352500', '194244.812500', '194245.272500', '194245.732500', '194246.192500', '194246.652500', '194247.112500', '194247.572500', '194248.032500', '194248.492500', '194248.952500', '194249.412500', '194249.872500', '194250.332500', '194250.792500', '194251.252500', '194251.712500', '194252.172500', '194252.632500', '194253.092500', '194253.552500', '194254.012500', '194254.472500', '194254.932500', '194255.392500', '194255.852500', '194256.312500', '194256.772500', '194257.232500', '194257.692500', '194258.152500', '194258.612500', '194259.072500', '194259.532500', '194259.992500', '194300.452500', '194300.912500', '194301.372500', '194301.832500', '194302.292500', '194302.752500', '194303.212500', '194303.672500', '194304.132500', '194304.592500', '194305.052500', '194305.512500', '194305.972500', '194306.432500', '194306.892500', '194307.352500', '194307.812500', '194308.272500', '194308.732500', '194309.192500', '194309.652500', '194310.112500', '194310.572500', '194311.032500', '194311.492500', '194311.952500', '194312.412500', '194312.872500', '194313.332500', '194313.792500', '194314.252500', '194314.712500', '194315.172500', '194315.632500', '194316.092500', '194316.552500', '194317.012500', '194317.472500', '194317.932500', '194318.392500', '194318.852500', '194319.312500', '194319.772500', '194320.232500', '194320.692500', '194321.152500', '194321.612500', '194322.072500', '194322.532500', '194322.992500', '194323.452500', '194323.912500', '194324.372500', '194324.832500', '194325.292500', '194325.752500', '194326.212500', '194326.672500', '194327.132500', '194327.592500', '194328.052500', '194328.512500', '194328.972500', '194329.432500', '194329.892500', '194330.352500', '194330.812500', '194331.272500', '194331.732500', '194332.192500', '194332.652500', '194333.112500', '194333.572500', '194334.032500', '194334.492500', '194334.952500', '194335.412500', '194335.872500', '194336.332500', '194336.792500', '194337.252500', '194337.712500', '194338.172500', '194338.632500', '194339.092500', '194339.552500', '194340.012500', '194340.472500', '194340.932500', '194341.392500', '194341.852500', '194342.312500', '194342.772500', '194343.232500', '194343.692500', '194344.152500', '194344.612500', '194345.072500', '194345.532500', '194345.992500', '194346.452500', '194346.912500', '194347.372500', '194347.832500', '194348.292500', '194348.752500', '194349.212500', '194349.672500', '194350.132500', '194350.592500', '194351.052500', '194351.512500', '194351.972500', '194352.432500', '194352.892500', '194353.352500', '194353.812500', '194354.272500', '194354.732500', '194355.192500', '194355.652500', '194356.112500', '194356.572500', '194357.032500', '194357.492500', '194357.952500', '194358.412500', '194358.872500', '194359.332500', '194359.792500', '194400.252500', '194400.712500', '194401.172500', '194401.632500', '194402.092500', '194402.552500', '194403.012500', '194403.472500', '194403.932500', '194404.392500', '194404.852500', '194405.312500', '194405.772500', '194406.232500', '194406.692500', '194407.152500', '194407.612500', '194408.072500', '194408.532500', '194408.992500', '194409.452500', '194409.912500', '194410.372500', '194410.832500', '194411.292500', '194411.752500', '194412.212500', '194412.672500', '194413.132500', '194413.592500', '194414.052500', '194414.512500', '194414.972500', '194415.432500', '194415.892500', '194416.352500', '194416.812500', '194417.272500', '194417.732500', '194418.192500', '194418.652500', '194419.112500', '194419.572500', '194420.032500', '194420.492500', '194420.952500', '194421.412500', '194421.872500', '194422.332500', '194422.792500', '194423.252500', '194423.712500', '194424.172500', '194424.632500', '194425.092500', '194425.552500', '194426.012500', '194426.472500', '194426.932500', '194427.392500', '194427.852500', '194428.312500', '194428.772500', '194429.232500', '194429.692500', '194430.152500', '194430.612500', '194431.072500', '194431.532500', '194431.992500', '194432.452500', '194432.912500', '194433.372500', '194433.832500', '194434.292500', '194434.752500', '194435.212500', '194435.672500', '194436.132500', '194436.592500', '194437.052500', '194437.512500', '194437.972500', '194438.432500', '194438.892500', '194439.352500', '194439.812500', '194440.272500', '194440.732500', '194441.192500', '194441.652500', '194442.112500', '194442.572500', '194443.032500', '194443.492500', '194443.952500', '194444.412500', '194444.872500', '194445.332500', '194445.792500', '194446.252500', '194446.712500', '194447.172500', '194447.632500', '194448.092500', '194448.552500', '194449.012500', '194449.472500', '194449.932500', '194450.392500', '194450.852500', '194451.312500', '194451.772500', '194452.232500', '194452.692500', '194453.152500', '194453.612500', '194454.072500', '194454.532500', '194454.992500', '194455.452500', '194455.912500', '194456.372500', '194456.832500', '194457.292500', '194457.752500', '194458.212500', '194458.672500', '194459.132500', '194459.592500', '194500.052500', '194500.512500', '194500.972500', '194501.432500', '194501.892500', '194502.352500', '194502.812500', '194503.272500', '194503.732500', '194504.192500', '194504.652500', '194505.112500', '194505.572500', '194506.032500', '194506.492500', '194506.952500', '194507.412500', '194507.872500', '194508.332500', '194508.792500', '194509.252500', '194509.712500', '194510.172500', '194510.632500', '194511.092500', '194511.552500', '194512.012500', '194512.472500', '194512.932500', '194513.392500', '194513.852500', '194514.312500', '194514.772500', '194515.232500', '194515.692500', '194516.152500', '194516.612500', '194517.072500', '194517.532500', '194517.992500', '194518.452500', '194518.912500', '194519.372500', '194519.832500', '194520.292500', '194520.752500', '194521.212500', '194521.672500', '194522.132500', '194522.592500', '194523.052500', '194523.512500', '194523.972500', '194524.432500', '194524.892500', '194525.352500', '194525.812500', '194526.272500', '194526.732500', '194527.192500', '194527.652500', '194528.112500', '194528.572500', '194529.032500', '194529.492500', '194529.952500', '194530.412500', '194530.872500', '194531.332500', '194531.792500', '194532.252500', '194532.712500', '194533.172500', '194533.632500', '194534.092500', '194534.552500', '194535.012500', '194535.472500', '194535.932500', '194536.392500', '194536.852500', '194537.312500', '194537.772500', '194538.232500', '194538.692500', '194539.152500', '194539.612500', '194540.072500', '194540.532500', '194540.992500', '194541.452500', '194541.912500', '194542.372500', '194542.832500', '194543.292500', '194543.752500', '194544.212500', '194544.672500', '194545.132500', '194545.592500', '194546.052500', '194546.512500', '194546.972500', '194547.432500', '194547.892500', '194548.352500', '194548.812500', '194549.272500', '194549.732500', '194550.192500', '194550.652500', '194551.112500', '194551.572500', '194552.032500', '194552.492500', '194552.952500', '194553.412500', '194553.872500', '194554.332500', '194554.792500', '194555.252500', '194555.712500', '194556.172500', '194556.632500', '194557.092500', '194557.552500', '194558.012500', '194558.472500', '194558.932500', '194559.392500', '194559.852500', '194600.312500', '194600.772500', '194601.232500', '194601.692500', '194602.152500', '194602.612500', '194603.072500', '194603.532500', '194603.992500', '194604.452500', '194604.912500', '194605.372500', '194605.832500', '194606.292500', '194606.752500', '194607.212500', '194607.672500', '194608.132500', '194608.592500', '194609.052500', '194609.512500', '194609.972500', '194610.432500', '194610.892500', '194611.352500', '194611.812500', '194612.272500', '194612.732500', '194613.192500', '194613.652500', '194614.112500', '194614.572500', '194615.032500', '194615.492500', '194615.952500', '194616.412500', '194616.872500', '194617.332500', '194617.792500', '194618.252500', '194618.712500', '194619.172500', '194619.632500', '194620.092500', '194620.552500', '194621.012500', '194621.472500', '194621.932500', '194622.392500', '194622.852500', '194623.312500', '194623.772500', '194624.232500', '194624.692500', '194625.152500', '194625.612500', '194626.072500', '194626.532500', '194626.992500', '194627.452500', '194627.912500', '194628.372500', '194628.832500', '194629.292500', '194629.752500', '194630.212500', '194630.672500', '194631.132500', '194631.592500', '194632.052500', '194632.512500', '194632.972500', '194633.432500', '194633.892500', '194634.352500', '194634.812500', '194635.272500', '194635.732500', '194636.192500', '194636.652500', '194637.112500', '194637.572500', '194638.032500', '194638.492500', '194638.952500', '194639.412500', '194639.872500', '194640.332500', '194640.792500', '194641.252500', '194641.712500', '194642.172500', '194642.632500', '194643.092500', '194643.552500', '194644.012500', '194644.472500', '194644.932500', '194645.392500', '194645.852500', '194646.312500', '194646.772500', '194647.232500', '194647.692500', '194648.152500', '194648.612500', '194649.072500', '194649.532500', '194649.992500', '194650.452500', '194650.912500', '194651.372500', '194651.832500', '194652.292500', '194652.752500', '194653.212500', '194653.672500', '194654.132500', '194654.592500', '194655.052500', '194655.512500', '194655.972500', '194656.432500', '194656.892500', '194657.352500', '194657.812500', '194658.272500', '194658.732500', '194659.192500', '194659.652500', '194700.112500', '194700.572500', '194701.032500', '194701.492500', '194701.952500', '194702.412500', '194702.872500', '194703.332500', '194703.792500', '194704.252500', '194704.712500', '194705.172500', '194705.632500', '194706.092500', '194706.552500', '194707.012500', '194707.472500', '194707.932500', '194708.392500', '194708.852500', '194709.312500', '194709.772500', '194710.232500', '194710.692500', '194711.152500', '194711.612500', '194712.072500', '194712.532500', '194712.992500', '194713.452500', '194713.912500', '194714.372500', '194714.832500', '194715.292500', '194715.752500', '194716.212500', '194716.672500', '194717.132500', '194717.592500', '194718.052500', '194718.512500', '194718.972500', '194719.432500', '194719.892500', '194720.352500', '194720.812500', '194721.272500', '194721.732500', '194722.192500', '194722.652500', '194723.112500', '194723.572500', '194724.032500', '194724.492500', '194724.952500', '194725.412500', '194725.872500', '194726.332500', '194726.792500', '194727.252500', '194727.712500', '194728.172500', '194728.632500', '194729.092500', '194729.552500', '194730.012500', '194730.472500', '194730.932500', '194731.392500', '194731.852500', '194732.312500', '194732.772500', '194733.232500', '194733.692500', '194734.152500', '194734.612500', '194735.072500', '194735.532500', '194735.992500', '194736.452500', '194736.912500', '194737.372500', '194737.832500', '194738.292500', '194738.752500', '194739.212500', '194739.672500', '194740.132500', '194740.592500', '194741.052500', '194741.512500', '194741.972500', '194742.432500', '194742.892500', '194743.352500', '194743.812500', '194744.272500', '194744.732500', '194745.192500', '194745.652500', '194746.112500', '194746.572500', '194747.032500', '194747.492500', '194747.952500', '194748.412500', '194748.872500', '194749.332500', '194749.792500', '194750.252500', '194750.712500', '194751.172500', '194751.632500', '194752.092500', '194752.552500', '194753.012500', '194753.472500', '194753.932500', '194754.392500', '194754.852500', '194755.312500', '194755.772500', '194756.232500', '194756.692500', '194757.152500', '194757.612500', '194758.072500', '194758.532500', '194758.992500', '194759.452500', '194759.912500', '194800.372500', '194800.832500', '194801.292500', '194801.752500', '194802.212500', '194802.672500', '194803.132500', '194803.592500', '194804.052500', '194804.512500', '194804.972500', '194805.432500', '194805.892500', '194806.352500', '194806.812500', '194807.272500', '194807.732500', '194808.192500', '194808.652500', '194809.112500', '194809.572500', '194810.032500', '194810.492500', '194810.952500', '194811.412500', '194811.872500', '194812.332500', '194812.792500', '194813.252500', '194813.712500', '194814.172500', '194814.632500', '194815.092500', '194815.552500', '194816.012500', '194816.472500', '194816.932500', '194817.392500', '194817.852500', '194818.312500', '194818.772500', '194819.232500', '194819.692500', '194820.152500', '194820.612500', '194821.072500', '194821.532500', '194821.992500', '194822.452500', '194822.912500', '194823.372500', '194823.832500', '194824.292500', '194824.752500', '194825.212500', '194825.672500', '194826.132500', '194826.592500', '194827.052500', '194827.512500', '194827.972500', '194828.432500', '194828.892500', '194829.352500', '194829.812500', '194830.272500', '194830.732500', '194831.192500', '194831.652500', '194832.112500', '194832.572500', '194833.032500', '194833.492500', '194833.952500', '194834.412500', '194834.872500', '194835.332500', '194835.792500', '194836.252500', '194836.712500', '194837.172500', '194837.632500'], 'ContentTime': ['194159.941000', '194159.945000', '194159.948000', '194159.951000', '194159.953000', '194159.956000', '194159.958000', '194159.961000', '194159.963000', '194159.966000', '194159.969000', '194159.971000', '194159.974000', '194159.980000', '194159.983000', '194159.985000', '194159.988000', '194159.990000', '194159.993000', '194159.995000', '194159.998000', '194200.002000', '194200.004000', '194200.007000', '194200.009000', '194200.012000', '194200.014000', '194200.017000', '194200.020000', '194200.022000', '194200.025000', '194200.027000', '194200.030000', '194200.032000', '194200.035000', '194200.037000', '194200.040000', '194200.042000', '194200.045000', '194200.047000', '194200.050000', '194200.053000', '194200.055000', '194200.058000', '194200.063000', '194200.065000', '194219.903000', '194219.906000', '194219.909000', '194219.912000', '194219.914000', '194219.917000', '194219.919000', '194219.922000', '194219.924000', '194219.927000', '194219.930000', '194219.932000', '194219.935000', '194219.937000', '194219.940000', '194219.942000', '194219.945000', '194219.947000', '194219.950000', '194219.953000', '194219.955000', '194219.958000', '194219.961000', '194219.964000', '194219.967000', '194219.969000', '194219.972000', '194219.974000', '194219.977000', '194219.979000', '194219.982000', '194219.984000', '194219.987000', '194219.990000', '194219.992000', '194220.006000', '194220.008000', '194220.011000', '194220.014000', '194220.016000', '194220.019000', '194220.021000', '194220.024000', '194239.902000', '194239.905000', '194239.908000', '194239.910000', '194239.913000', '194239.915000', '194239.918000', '194239.921000', '194239.923000', '194239.926000', '194239.928000', '194239.931000', '194239.934000', '194239.936000', '194239.939000', '194239.941000', '194239.944000', '194239.946000', '194239.949000', '194239.951000', '194239.954000', '194239.956000', '194239.966000', '194239.969000', '194239.971000', '194239.974000', '194239.977000', '194239.979000', '194239.982000', '194239.984000', '194239.987000', '194239.989000', '194239.992000', '194239.994000', '194239.997000', '194240.001000', '194240.003000', '194240.006000', '194240.008000', '194240.011000', '194240.013000', '194240.016000', '194240.019000', '194240.021000', '194259.902000', '194259.905000', '194259.908000', '194259.910000', '194259.913000', '194259.916000', '194259.918000', '194259.921000', '194259.923000', '194259.926000', '194259.929000', '194259.931000', '194259.934000', '194259.936000', '194259.939000', '194259.941000', '194259.944000', '194259.946000', '194259.949000', '194259.952000', '194259.954000', '194259.957000', '194259.959000', '194259.962000', '194259.965000', '194259.976000', '194259.979000', '194259.982000', '194259.984000', '194259.987000', '194259.990000', '194259.992000', '194259.995000', '194259.997000', '194300.001000', '194300.003000', '194300.006000', '194300.009000', '194300.011000', '194300.014000', '194300.016000', '194300.019000', '194300.021000', '194319.902000', '194319.905000', '194319.908000', '194319.910000', '194319.913000', '194319.916000', '194319.918000', '194319.921000', '194319.923000', '194319.926000', '194319.928000', '194319.931000', '194319.934000', '194319.936000', '194319.939000', '194319.941000', '194319.944000', '194319.946000', '194319.949000', '194319.951000', '194319.954000', '194319.957000', '194319.959000', '194319.962000', '194319.964000', '194319.967000', '194319.970000', '194319.972000', '194319.975000', '194319.977000', '194319.980000', '194319.982000', '194319.985000', '194319.987000', '194319.990000', '194320.036000', '194320.038000', '194320.041000', '194320.043000', '194320.053000', '194320.055000', '194320.058000', '194320.060000', '194320.063000', '194339.903000', '194339.905000', '194339.908000', '194339.911000', '194339.913000', '194339.916000', '194339.918000', '194339.921000', '194339.924000', '194339.926000', '194339.929000', '194339.931000', '194339.934000', '194339.936000', '194339.939000', '194339.942000', '194339.944000', '194339.947000', '194339.949000', '194339.952000', '194339.954000', '194339.957000', '194339.960000', '194339.962000', '194339.965000', '194339.967000', '194339.971000', '194339.974000', '194339.977000', '194339.979000', '194339.982000', '194339.984000', '194339.987000', '194339.990000', '194339.992000', '194339.995000', '194339.997000', '194340.001000', '194340.004000', '194340.006000', '194340.009000', '194340.012000', '194340.014000', '194359.902000', '194359.905000', '194359.908000', '194359.910000', '194359.913000', '194359.916000', '194359.918000', '194359.921000', '194359.923000', '194359.926000', '194359.928000', '194359.931000', '194359.933000', '194359.936000', '194359.939000', '194359.941000', '194359.944000', '194359.946000', '194359.949000', '194359.951000', '194359.954000', '194359.957000', '194359.959000', '194359.962000', '194359.964000', '194359.967000', '194359.969000', '194359.972000', '194359.975000', '194359.977000', '194359.980000', '194359.982000', '194359.985000', '194359.987000', '194359.990000', '194359.993000', '194359.995000', '194359.998000', '194400.002000', '194400.004000', '194400.007000', '194400.009000', '194400.012000', '194400.014000', '194419.902000', '194419.905000', '194419.908000', '194419.910000', '194419.913000', '194419.916000', '194419.918000', '194419.921000', '194419.923000', '194419.926000', '194419.929000', '194419.931000', '194419.934000', '194419.936000', '194419.939000', '194419.941000', '194419.944000', '194419.947000', '194419.949000', '194419.952000', '194419.954000', '194419.957000', '194419.960000', '194419.962000', '194419.986000', '194419.988000', '194419.991000', '194419.993000', '194419.996000', '194420.000000', '194420.002000', '194420.005000', '194420.008000', '194420.010000', '194420.013000', '194420.015000', '194420.018000', '194420.021000', '194420.023000', '194420.026000', '194420.028000', '194420.031000', '194420.033000', '194439.904000', '194439.906000', '194439.909000', '194439.912000', '194439.914000', '194439.917000', '194439.919000', '194439.922000', '194439.925000', '194439.927000', '194439.930000', '194439.932000', '194439.935000', '194439.937000', '194439.940000', '194439.943000', '194439.945000', '194439.948000', '194439.950000', '194439.953000', '194439.956000', '194439.958000', '194439.961000', '194439.963000', '194439.966000', '194439.969000', '194439.971000', '194439.974000', '194439.976000', '194439.979000', '194439.982000', '194439.984000', '194439.987000', '194439.989000', '194439.992000', '194439.995000', '194439.997000', '194440.000000', '194440.002000', '194440.005000', '194440.007000', '194440.010000', '194440.012000', '194440.015000', '194459.902000', '194459.905000', '194459.908000', '194459.911000', '194459.913000', '194459.916000', '194459.918000', '194459.921000', '194459.923000', '194459.926000', '194459.928000', '194459.931000', '194459.934000', '194459.936000', '194459.939000', '194459.941000', '194459.944000', '194459.946000', '194459.949000', '194459.952000', '194459.954000', '194459.957000', '194459.959000', '194459.962000', '194459.964000', '194459.967000', '194459.970000', '194459.972000', '194459.975000', '194459.977000', '194459.980000', '194500.039000', '194500.042000', '194500.044000', '194500.047000', '194500.049000', '194500.052000', '194500.055000', '194500.057000', '194500.060000', '194500.062000', '194500.065000', '194500.067000', '194519.902000', '194519.905000', '194519.908000', '194519.911000', '194519.913000', '194519.916000', '194519.918000', '194519.921000', '194519.924000', '194519.926000', '194519.929000', '194519.931000', '194519.934000', '194519.936000', '194519.939000', '194519.942000', '194519.944000', '194519.947000', '194519.949000', '194519.952000', '194519.955000', '194519.957000', '194519.960000', '194519.962000', '194519.965000', '194519.968000', '194519.970000', '194519.973000', '194519.975000', '194519.978000', '194519.981000', '194519.983000', '194519.986000', '194519.988000', '194519.991000', '194519.993000', '194519.996000', '194520.000000', '194520.002000', '194520.005000', '194520.007000', '194520.010000', '194520.013000', '194520.015000', '194539.903000', '194539.905000', '194539.908000', '194539.911000', '194539.913000', '194539.916000', '194539.918000', '194539.921000', '194539.924000', '194539.926000', '194539.929000', '194539.931000', '194539.934000', '194539.936000', '194539.939000', '194539.942000', '194539.944000', '194539.947000', '194539.949000', '194539.952000', '194539.955000', '194539.957000', '194539.960000', '194539.962000', '194539.965000', '194539.967000', '194539.970000', '194539.973000', '194539.975000', '194539.978000', '194539.980000', '194539.983000', '194539.986000', '194539.988000', '194539.991000', '194539.993000', '194539.996000', '194539.998000', '194540.002000', '194540.005000', '194540.007000', '194540.010000', '194540.012000', '194559.902000', '194559.905000', '194559.908000', '194559.911000', '194559.913000', '194559.916000', '194559.918000', '194559.921000', '194559.923000', '194559.926000', '194559.929000', '194559.931000', '194559.934000', '194559.936000', '194559.939000', '194559.942000', '194559.944000', '194559.947000', '194559.949000', '194559.952000', '194559.954000', '194559.957000', '194559.960000', '194559.962000', '194559.965000', '194559.967000', '194559.970000', '194559.972000', '194559.975000', '194559.978000', '194559.980000', '194559.983000', '194559.985000', '194559.988000', '194559.991000', '194559.993000', '194559.996000', '194559.998000', '194600.002000', '194600.004000', '194600.007000', '194600.010000', '194600.012000', '194600.015000', '194619.903000', '194619.905000', '194619.908000', '194619.911000', '194619.913000', '194619.916000', '194619.918000', '194619.921000', '194619.923000', '194619.926000', '194619.929000', '194619.931000', '194619.934000', '194619.936000', '194619.939000', '194619.941000', '194619.944000', '194619.947000', '194619.949000', '194619.952000', '194619.954000', '194619.957000', '194619.959000', '194619.962000', '194619.965000', '194619.967000', '194619.970000', '194619.972000', '194619.975000', '194619.978000', '194619.980000', '194619.983000', '194619.985000', '194619.988000', '194619.991000', '194619.993000', '194619.996000', '194619.998000', '194620.002000', '194620.004000', '194620.007000', '194620.010000', '194620.012000', '194639.903000', '194639.906000', '194639.908000', '194639.911000', '194639.914000', '194639.916000', '194639.919000', '194639.921000', '194639.924000', '194639.927000', '194639.929000', '194639.932000', '194639.934000', '194639.937000', '194639.940000', '194639.942000', '194639.945000', '194639.947000', '194639.950000', '194639.952000', '194639.955000', '194639.958000', '194639.960000', '194639.963000', '194639.965000', '194639.968000', '194639.970000', '194639.973000', '194639.976000', '194639.978000', '194639.981000', '194639.984000', '194639.986000', '194639.989000', '194639.992000', '194639.994000', '194639.997000', '194640.000000', '194640.003000', '194640.005000', '194640.008000', '194640.011000', '194640.013000', '194640.016000', '194659.904000', '194659.906000', '194659.909000', '194659.912000', '194659.914000', '194659.917000', '194659.919000', '194659.922000', '194659.925000', '194659.927000', '194659.930000', '194659.932000', '194659.935000', '194659.938000', '194659.940000', '194659.943000', '194659.945000', '194659.948000', '194659.950000', '194659.953000', '194659.955000', '194659.958000', '194659.961000', '194659.963000', '194659.966000', '194659.968000', '194659.971000', '194659.974000', '194659.976000', '194659.979000', '194659.981000', '194659.984000', '194659.986000', '194659.989000', '194659.992000', '194659.994000', '194659.997000', '194659.999000', '194700.002000', '194700.004000', '194700.007000', '194700.010000', '194700.012000', '194719.902000', '194719.905000', '194719.908000', '194719.911000', '194719.913000', '194719.916000', '194719.918000', '194719.921000', '194719.924000', '194719.927000', '194719.930000', '194719.932000', '194719.935000', '194719.937000', '194719.940000', '194719.943000', '194719.945000', '194719.948000', '194719.950000', '194719.953000', '194719.955000', '194719.958000', '194719.961000', '194719.963000', '194719.966000', '194719.968000', '194719.971000', '194719.974000', '194719.976000', '194719.979000', '194719.982000', '194719.984000', '194719.987000', '194719.989000', '194719.992000', '194719.996000', '194720.000000', '194720.003000', '194720.005000', '194720.008000', '194720.010000', '194720.013000', '194720.016000', '194720.018000', '194739.903000', '194739.905000', '194739.908000', '194739.911000', '194739.913000', '194739.916000', '194739.919000', '194739.922000', '194739.925000', '194739.927000', '194739.930000', '194739.933000', '194739.935000', '194739.938000', '194739.940000', '194739.943000', '194739.945000', '194739.948000', '194739.951000', '194739.953000', '194739.956000', '194739.958000', '194739.961000', '194739.963000', '194739.966000', '194739.968000', '194739.971000', '194739.974000', '194739.976000', '194739.979000', '194739.981000', '194739.984000', '194739.987000', '194739.989000', '194739.992000', '194739.994000', '194739.997000', '194740.001000', '194740.003000', '194740.006000', '194740.008000', '194740.011000', '194740.013000', '194759.902000', '194759.905000', '194759.908000', '194759.910000', '194759.913000', '194759.916000', '194759.918000', '194759.921000', '194759.923000', '194759.954000', '194759.956000', '194759.959000', '194759.961000', '194759.964000', '194759.967000', '194759.969000', '194759.972000', '194759.974000', '194759.977000', '194759.979000', '194759.982000', '194759.985000', '194759.987000', '194759.990000', '194759.992000', '194759.995000', '194759.998000', '194800.001000', '194800.004000', '194800.006000', '194800.009000', '194800.011000', '194800.014000', '194800.017000', '194800.019000', '194800.022000', '194800.024000', '194800.027000', '194800.029000', '194800.032000', '194800.035000', '194800.037000', '194800.040000', '194800.042000', '194819.902000', '194819.905000', '194819.908000', '194819.910000', '194819.913000', '194819.916000', '194819.918000', '194819.921000', '194819.923000', '194819.926000', '194819.929000', '194819.931000', '194819.934000', '194819.936000', '194819.939000', '194819.941000', '194819.944000', '194819.946000', '194819.949000', '194819.951000', '194819.954000', '194819.957000', '194819.959000', '194819.962000', '194819.964000', '194819.967000', '194819.970000', '194819.972000', '194819.975000', '194819.977000', '194819.980000', '194819.982000', '194819.985000', '194819.987000', '194819.990000', '194819.993000', '194819.995000', '194819.998000', '194820.001000', '194820.004000', '194820.007000', '194820.009000', '194820.012000', '194838.992000', '194838.996000', '194839.000000', '194839.002000', '194839.005000', '194839.008000', '194839.011000', '194839.013000', '194839.016000', '194839.019000', '194839.022000', '194839.025000', '194839.027000', '194839.030000', '194839.033000', '194839.035000', '194839.038000', '194839.041000', '194839.043000', '194839.046000', '194839.049000', '194839.052000', '194839.054000', '194839.057000', '194839.059000', '194839.062000', '194839.065000', '194839.068000', '194839.071000', '194839.073000', '194839.076000', '194839.079000', '194839.081000', '194839.084000', '194839.089000', '194839.092000', '194839.096000', '194839.099000', '194839.103000', '194839.110000', '194839.113000', '194839.116000'], 'InstanceCreationTime': ['194159.941000', '194159.945000', '194159.948000', '194159.951000', '194159.953000', '194159.956000', '194159.958000', '194159.961000', '194159.963000', '194159.966000', '194159.969000', '194159.971000', '194159.974000', '194159.980000', '194159.983000', '194159.985000', '194159.988000', '194159.990000', '194159.993000', '194159.995000', '194159.998000', '194200.002000', '194200.004000', '194200.007000', '194200.009000', '194200.012000', '194200.014000', '194200.017000', '194200.020000', '194200.022000', '194200.025000', '194200.027000', '194200.030000', '194200.032000', '194200.035000', '194200.037000', '194200.040000', '194200.042000', '194200.045000', '194200.047000', '194200.050000', '194200.053000', '194200.055000', '194200.058000', '194200.063000', '194200.065000', '194219.903000', '194219.906000', '194219.909000', '194219.912000', '194219.914000', '194219.917000', '194219.919000', '194219.922000', '194219.924000', '194219.927000', '194219.930000', '194219.932000', '194219.935000', '194219.937000', '194219.940000', '194219.942000', '194219.945000', '194219.947000', '194219.950000', '194219.953000', '194219.955000', '194219.958000', '194219.961000', '194219.964000', '194219.967000', '194219.969000', '194219.972000', '194219.974000', '194219.977000', '194219.979000', '194219.982000', '194219.984000', '194219.987000', '194219.990000', '194219.992000', '194220.006000', '194220.008000', '194220.011000', '194220.014000', '194220.016000', '194220.019000', '194220.021000', '194220.024000', '194239.902000', '194239.905000', '194239.908000', '194239.910000', '194239.913000', '194239.915000', '194239.918000', '194239.921000', '194239.923000', '194239.926000', '194239.928000', '194239.931000', '194239.934000', '194239.936000', '194239.939000', '194239.941000', '194239.944000', '194239.946000', '194239.949000', '194239.951000', '194239.954000', '194239.956000', '194239.966000', '194239.969000', '194239.971000', '194239.974000', '194239.977000', '194239.979000', '194239.982000', '194239.984000', '194239.987000', '194239.989000', '194239.992000', '194239.994000', '194239.997000', '194240.001000', '194240.003000', '194240.006000', '194240.008000', '194240.011000', '194240.013000', '194240.016000', '194240.019000', '194240.021000', '194259.902000', '194259.905000', '194259.908000', '194259.910000', '194259.913000', '194259.916000', '194259.918000', '194259.921000', '194259.923000', '194259.926000', '194259.929000', '194259.931000', '194259.934000', '194259.936000', '194259.939000', '194259.941000', '194259.944000', '194259.946000', '194259.949000', '194259.952000', '194259.954000', '194259.957000', '194259.959000', '194259.962000', '194259.965000', '194259.976000', '194259.979000', '194259.982000', '194259.984000', '194259.987000', '194259.990000', '194259.992000', '194259.995000', '194259.997000', '194300.001000', '194300.003000', '194300.006000', '194300.009000', '194300.011000', '194300.014000', '194300.016000', '194300.019000', '194300.021000', '194319.902000', '194319.905000', '194319.908000', '194319.910000', '194319.913000', '194319.916000', '194319.918000', '194319.921000', '194319.923000', '194319.926000', '194319.928000', '194319.931000', '194319.934000', '194319.936000', '194319.939000', '194319.941000', '194319.944000', '194319.946000', '194319.949000', '194319.951000', '194319.954000', '194319.957000', '194319.959000', '194319.962000', '194319.964000', '194319.967000', '194319.970000', '194319.972000', '194319.975000', '194319.977000', '194319.980000', '194319.982000', '194319.985000', '194319.987000', '194319.990000', '194320.036000', '194320.038000', '194320.041000', '194320.043000', '194320.053000', '194320.055000', '194320.058000', '194320.060000', '194320.063000', '194339.903000', '194339.905000', '194339.908000', '194339.911000', '194339.913000', '194339.916000', '194339.918000', '194339.921000', '194339.924000', '194339.926000', '194339.929000', '194339.931000', '194339.934000', '194339.936000', '194339.939000', '194339.942000', '194339.944000', '194339.947000', '194339.949000', '194339.952000', '194339.954000', '194339.957000', '194339.960000', '194339.962000', '194339.965000', '194339.967000', '194339.971000', '194339.974000', '194339.977000', '194339.979000', '194339.982000', '194339.984000', '194339.987000', '194339.990000', '194339.992000', '194339.995000', '194339.997000', '194340.001000', '194340.004000', '194340.006000', '194340.009000', '194340.012000', '194340.014000', '194359.902000', '194359.905000', '194359.908000', '194359.910000', '194359.913000', '194359.916000', '194359.918000', '194359.921000', '194359.923000', '194359.926000', '194359.928000', '194359.931000', '194359.933000', '194359.936000', '194359.939000', '194359.941000', '194359.944000', '194359.946000', '194359.949000', '194359.951000', '194359.954000', '194359.957000', '194359.959000', '194359.962000', '194359.964000', '194359.967000', '194359.969000', '194359.972000', '194359.975000', '194359.977000', '194359.980000', '194359.982000', '194359.985000', '194359.987000', '194359.990000', '194359.993000', '194359.995000', '194359.998000', '194400.002000', '194400.004000', '194400.007000', '194400.009000', '194400.012000', '194400.014000', '194419.902000', '194419.905000', '194419.908000', '194419.910000', '194419.913000', '194419.916000', '194419.918000', '194419.921000', '194419.923000', '194419.926000', '194419.929000', '194419.931000', '194419.934000', '194419.936000', '194419.939000', '194419.941000', '194419.944000', '194419.947000', '194419.949000', '194419.952000', '194419.954000', '194419.957000', '194419.960000', '194419.962000', '194419.986000', '194419.988000', '194419.991000', '194419.993000', '194419.996000', '194420.000000', '194420.002000', '194420.005000', '194420.008000', '194420.010000', '194420.013000', '194420.015000', '194420.018000', '194420.021000', '194420.023000', '194420.026000', '194420.028000', '194420.031000', '194420.033000', '194439.904000', '194439.906000', '194439.909000', '194439.912000', '194439.914000', '194439.917000', '194439.919000', '194439.922000', '194439.925000', '194439.927000', '194439.930000', '194439.932000', '194439.935000', '194439.937000', '194439.940000', '194439.943000', '194439.945000', '194439.948000', '194439.950000', '194439.953000', '194439.956000', '194439.958000', '194439.961000', '194439.963000', '194439.966000', '194439.969000', '194439.971000', '194439.974000', '194439.976000', '194439.979000', '194439.982000', '194439.984000', '194439.987000', '194439.989000', '194439.992000', '194439.995000', '194439.997000', '194440.000000', '194440.002000', '194440.005000', '194440.007000', '194440.010000', '194440.012000', '194440.015000', '194459.902000', '194459.905000', '194459.908000', '194459.911000', '194459.913000', '194459.916000', '194459.918000', '194459.921000', '194459.923000', '194459.926000', '194459.928000', '194459.931000', '194459.934000', '194459.936000', '194459.939000', '194459.941000', '194459.944000', '194459.946000', '194459.949000', '194459.952000', '194459.954000', '194459.957000', '194459.959000', '194459.962000', '194459.964000', '194459.967000', '194459.970000', '194459.972000', '194459.975000', '194459.977000', '194459.980000', '194500.039000', '194500.042000', '194500.044000', '194500.047000', '194500.049000', '194500.052000', '194500.055000', '194500.057000', '194500.060000', '194500.062000', '194500.065000', '194500.067000', '194519.902000', '194519.905000', '194519.908000', '194519.911000', '194519.913000', '194519.916000', '194519.918000', '194519.921000', '194519.924000', '194519.926000', '194519.929000', '194519.931000', '194519.934000', '194519.936000', '194519.939000', '194519.942000', '194519.944000', '194519.947000', '194519.949000', '194519.952000', '194519.955000', '194519.957000', '194519.960000', '194519.962000', '194519.965000', '194519.968000', '194519.970000', '194519.973000', '194519.975000', '194519.978000', '194519.981000', '194519.983000', '194519.986000', '194519.988000', '194519.991000', '194519.993000', '194519.996000', '194520.000000', '194520.002000', '194520.005000', '194520.007000', '194520.010000', '194520.013000', '194520.015000', '194539.903000', '194539.905000', '194539.908000', '194539.911000', '194539.913000', '194539.916000', '194539.918000', '194539.921000', '194539.924000', '194539.926000', '194539.929000', '194539.931000', '194539.934000', '194539.936000', '194539.939000', '194539.942000', '194539.944000', '194539.947000', '194539.949000', '194539.952000', '194539.955000', '194539.957000', '194539.960000', '194539.962000', '194539.965000', '194539.967000', '194539.970000', '194539.973000', '194539.975000', '194539.978000', '194539.980000', '194539.983000', '194539.986000', '194539.988000', '194539.991000', '194539.993000', '194539.996000', '194539.998000', '194540.002000', '194540.005000', '194540.007000', '194540.010000', '194540.012000', '194559.902000', '194559.905000', '194559.908000', '194559.911000', '194559.913000', '194559.916000', '194559.918000', '194559.921000', '194559.923000', '194559.926000', '194559.929000', '194559.931000', '194559.934000', '194559.936000', '194559.939000', '194559.942000', '194559.944000', '194559.947000', '194559.949000', '194559.952000', '194559.954000', '194559.957000', '194559.960000', '194559.962000', '194559.965000', '194559.967000', '194559.970000', '194559.972000', '194559.975000', '194559.978000', '194559.980000', '194559.983000', '194559.985000', '194559.988000', '194559.991000', '194559.993000', '194559.996000', '194559.998000', '194600.002000', '194600.004000', '194600.007000', '194600.010000', '194600.012000', '194600.015000', '194619.903000', '194619.905000', '194619.908000', '194619.911000', '194619.913000', '194619.916000', '194619.918000', '194619.921000', '194619.923000', '194619.926000', '194619.929000', '194619.931000', '194619.934000', '194619.936000', '194619.939000', '194619.941000', '194619.944000', '194619.947000', '194619.949000', '194619.952000', '194619.954000', '194619.957000', '194619.959000', '194619.962000', '194619.965000', '194619.967000', '194619.970000', '194619.972000', '194619.975000', '194619.978000', '194619.980000', '194619.983000', '194619.985000', '194619.988000', '194619.991000', '194619.993000', '194619.996000', '194619.998000', '194620.002000', '194620.004000', '194620.007000', '194620.010000', '194620.012000', '194639.903000', '194639.906000', '194639.908000', '194639.911000', '194639.914000', '194639.916000', '194639.919000', '194639.921000', '194639.924000', '194639.927000', '194639.929000', '194639.932000', '194639.934000', '194639.937000', '194639.940000', '194639.942000', '194639.945000', '194639.947000', '194639.950000', '194639.952000', '194639.955000', '194639.958000', '194639.960000', '194639.963000', '194639.965000', '194639.968000', '194639.970000', '194639.973000', '194639.976000', '194639.978000', '194639.981000', '194639.984000', '194639.986000', '194639.989000', '194639.992000', '194639.994000', '194639.997000', '194640.000000', '194640.003000', '194640.005000', '194640.008000', '194640.011000', '194640.013000', '194640.016000', '194659.904000', '194659.906000', '194659.909000', '194659.912000', '194659.914000', '194659.917000', '194659.919000', '194659.922000', '194659.925000', '194659.927000', '194659.930000', '194659.932000', '194659.935000', '194659.938000', '194659.940000', '194659.943000', '194659.945000', '194659.948000', '194659.950000', '194659.953000', '194659.955000', '194659.958000', '194659.961000', '194659.963000', '194659.966000', '194659.968000', '194659.971000', '194659.974000', '194659.976000', '194659.979000', '194659.981000', '194659.984000', '194659.986000', '194659.989000', '194659.992000', '194659.994000', '194659.997000', '194659.999000', '194700.002000', '194700.004000', '194700.007000', '194700.010000', '194700.012000', '194719.902000', '194719.905000', '194719.908000', '194719.911000', '194719.913000', '194719.916000', '194719.918000', '194719.921000', '194719.924000', '194719.927000', '194719.930000', '194719.932000', '194719.935000', '194719.937000', '194719.940000', '194719.943000', '194719.945000', '194719.948000', '194719.950000', '194719.953000', '194719.955000', '194719.958000', '194719.961000', '194719.963000', '194719.966000', '194719.968000', '194719.971000', '194719.974000', '194719.976000', '194719.979000', '194719.982000', '194719.984000', '194719.987000', '194719.989000', '194719.992000', '194719.996000', '194720.000000', '194720.003000', '194720.005000', '194720.008000', '194720.010000', '194720.013000', '194720.016000', '194720.018000', '194739.903000', '194739.905000', '194739.908000', '194739.911000', '194739.913000', '194739.916000', '194739.919000', '194739.922000', '194739.925000', '194739.927000', '194739.930000', '194739.933000', '194739.935000', '194739.938000', '194739.940000', '194739.943000', '194739.945000', '194739.948000', '194739.951000', '194739.953000', '194739.956000', '194739.958000', '194739.961000', '194739.963000', '194739.966000', '194739.968000', '194739.971000', '194739.974000', '194739.976000', '194739.979000', '194739.981000', '194739.984000', '194739.987000', '194739.989000', '194739.992000', '194739.994000', '194739.997000', '194740.001000', '194740.003000', '194740.006000', '194740.008000', '194740.011000', '194740.013000', '194759.902000', '194759.905000', '194759.908000', '194759.910000', '194759.913000', '194759.916000', '194759.918000', '194759.921000', '194759.923000', '194759.954000', '194759.956000', '194759.959000', '194759.961000', '194759.964000', '194759.967000', '194759.969000', '194759.972000', '194759.974000', '194759.977000', '194759.979000', '194759.982000', '194759.985000', '194759.987000', '194759.990000', '194759.992000', '194759.995000', '194759.998000', '194800.001000', '194800.004000', '194800.006000', '194800.009000', '194800.011000', '194800.014000', '194800.017000', '194800.019000', '194800.022000', '194800.024000', '194800.027000', '194800.029000', '194800.032000', '194800.035000', '194800.037000', '194800.040000', '194800.042000', '194819.902000', '194819.905000', '194819.908000', '194819.910000', '194819.913000', '194819.916000', '194819.918000', '194819.921000', '194819.923000', '194819.926000', '194819.929000', '194819.931000', '194819.934000', '194819.936000', '194819.939000', '194819.941000', '194819.944000', '194819.946000', '194819.949000', '194819.951000', '194819.954000', '194819.957000', '194819.959000', '194819.962000', '194819.964000', '194819.967000', '194819.970000', '194819.972000', '194819.975000', '194819.977000', '194819.980000', '194819.982000', '194819.985000', '194819.987000', '194819.990000', '194819.993000', '194819.995000', '194819.998000', '194820.001000', '194820.004000', '194820.007000', '194820.009000', '194820.012000', '194838.992000', '194838.996000', '194839.000000', '194839.002000', '194839.005000', '194839.008000', '194839.011000', '194839.013000', '194839.016000', '194839.019000', '194839.022000', '194839.025000', '194839.027000', '194839.030000', '194839.033000', '194839.035000', '194839.038000', '194839.041000', '194839.043000', '194839.046000', '194839.049000', '194839.052000', '194839.054000', '194839.057000', '194839.059000', '194839.062000', '194839.065000', '194839.068000', '194839.071000', '194839.073000', '194839.076000', '194839.079000', '194839.081000', '194839.084000', '194839.089000', '194839.092000', '194839.096000', '194839.099000', '194839.103000', '194839.110000', '194839.113000', '194839.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': [7418, 7615, 14474, 10266, 8069, 12747, 8622, 14336, 12254, 10433, 14823, 8470, 10056, 9410, 8409, 9269, 7828, 12005, 7314, 7679, 7221, 8161, 8742, 8052, 8207, 11878, 8177, 13287, 10811, 13088, 9803, 7755, 8073, 7786, 12982, 9006, 12492, 7187, 8012, 10248, 9157, 13752, 10564, 7729, 8881, 8016, 13674, 9633, 11378, 9217, 7590, 9922, 8605, 13905, 10541, 11494, 8409, 7820, 8186, 8196, 8173, 7553, 7939, 10802, 8908, 10232, 10345, 8634, 13406, 8781, 8344, 8042, 8070, 13184, 8942, 8208, 7699, 7912, 11742, 8461, 10632, 10683, 7961, 11949, 8402, 11334, 8649, 9364, 12063, 7909, 7791, 6770, 7635, 8176, 8628, 9082, 11547, 8245, 13388, 8716, 13904, 9067, 15263, 9304, 10079, 7373, 7910, 8913, 8226, 11761, 7092, 7847, 9377, 8530, 15228, 10532, 7976, 7861, 7852, 9394, 8650, 13873, 9045, 8100, 8588, 8531, 11829, 9591, 10215, 12644, 9228, 12812, 8633, 10201, 8909, 8423, 7607, 7642, 8854, 8205, 10525, 9806, 9002, 11271, 8203, 12484, 8942, 7323, 7392, 8003, 12433, 9570, 8142, 12107, 9208, 10880, 11996, 10548, 15826, 8979, 10740, 10248, 13138, 12966, 11800, 12040, 8650, 8701, 8785, 8947, 7492, 7880, 7055, 8155, 9848, 8844, 7981, 6825, 8286, 11072, 8939, 14282, 10643, 10391, 9529, 8500, 10845, 9127, 11760, 8738, 8405, 12066, 8683, 8534, 7185, 7932, 14774, 9966, 8729, 9197, 9085, 13725, 9675, 10601, 15620, 9083, 9157, 7880, 8749, 11442, 8859, 11738, 7506, 8235, 8511, 9124, 9001, 9396, 8025, 10964, 8376, 7297, 6711, 7898, 10882, 7736, 8196, 10849, 8836, 13232, 9692, 14131, 9859, 9980, 9530, 8402, 9869, 6875, 8172, 7786, 8367, 12432, 9763, 7963, 11681, 8843, 15507, 10748, 12168, 10852, 8307, 10405, 8579, 13717, 8764, 10760, 7881, 8059, 8439, 8394, 9518, 7990, 8115, 13108, 8286, 7801, 11805, 8616, 10293, 13012, 8096, 8228, 10538, 8650, 12191, 12911, 8359, 10881, 7428, 9154, 14718, 8737, 8173, 8603, 9321, 9653, 7928, 8957, 15562, 8042, 8359, 8297, 8879, 11039, 9273, 13979, 7403, 8299, 7666, 8287, 7335, 7143, 8367, 7636, 7485, 8643, 11406, 9094, 11759, 8646, 8172, 10445, 9342, 8559, 10154, 9270, 13311, 8168, 8562, 10683, 8544, 11854, 8756, 14575, 9275, 7802, 6989, 7869, 7688, 8482, 8038, 7388, 8195, 13099, 8703, 14724, 10399, 8083, 9052, 8943, 13348, 9062, 16545, 9824, 9041, 7514, 8366, 8456, 6702, 8078, 9718, 7318, 8473, 10406, 8893, 15079, 10143, 12990, 13567, 8823, 15443, 9402, 8275, 9646, 9057, 16821, 9495, 8578, 8085, 8608, 11910, 9785, 9748, 9292, 8618, 11306, 9057, 8127, 7482, 8525, 10477, 7420, 8365, 8235, 8711, 11065, 8812, 13774, 8622, 8440, 7172, 7911, 7299, 8390, 9299, 7767, 7540, 7130, 7504, 7844, 8084, 7363, 6620, 8010, 10372, 8741, 10284, 9728, 8867, 13280, 8742, 12133, 8979, 11649, 16666, 9686, 17425, 9656, 15789, 10826, 15988, 18049, 10870, 14764, 9300, 12352, 8077, 8542, 10099, 6808, 8083, 7930, 9099, 12425, 10872, 8611, 14884, 9693, 8267, 8482, 8814, 14721, 9841, 7935, 13260, 7426, 7988, 12265, 9488, 9160, 10167, 8691, 7691, 7728, 8646, 15039, 9020, 7698, 8496, 8678, 7428, 7215, 8100, 10739, 7264, 7522, 7318, 8092, 8119, 8223, 8198, 7666, 7363, 8492, 13527, 9468, 9502, 10659, 8508, 10765, 7641, 8347, 13126, 9301, 14170, 8104, 8080, 10483, 8516, 9703, 10079, 8939, 9111, 10814, 10602, 15544, 9285, 8172, 10954, 9410, 16538, 11299, 7754, 10124, 8417, 13618, 9132, 8715, 7467, 8133, 7569, 7348, 7972, 10379, 8212, 12671, 8692, 8367, 7126, 7850, 9539, 8059, 7439, 6973, 8130, 11112, 8172, 9579, 12089, 8456, 13817, 9309, 10388, 11920, 8687, 15009, 9040, 9662, 7947, 10979, 15787, 8409, 11450, 7335, 8159, 9075, 8433, 12745, 9684, 8064, 9573, 8532, 16429, 8400, 7907, 8801, 8961, 10374, 10051, 8209, 13348, 7480, 8264, 8672, 8770, 16098, 9525, 8193, 7532, 8503, 9879, 9087, 8899, 9133, 8359, 10584, 7974, 8544, 8392, 12066, 8916, 10399, 9099, 7713, 7246, 7710, 8681, 7816, 7936, 7916, 10134, 8474, 9481, 8442, 8724, 6732, 6810, 7206, 7335, 8123, 6443, 6468, 8039, 6854, 9019, 9835, 7526, 13498, 10942, 12477, 11897, 9826, 17933, 12003, 18576, 13178, 14819, 12011, 8935, 17409, 11349, 19686, 13752, 12714, 12759, 9079, 13897, 9689, 13238, 9639, 8055, 8422, 7872, 7074, 7721, 7740, 7793, 6737, 8124, 9659, 7346, 8493, 11365, 8358, 8545, 10686, 9586, 14163, 8986, 8687, 15980, 8714, 8151, 9882, 9464, 9227, 13212, 10183, 8863, 7501, 8392, 12328, 8833, 8219, 13362, 9636, 8230, 8936, 8170, 13386, 9471, 8291, 15521, 10507, 8883, 11961, 9546, 13667, 11017, 8929, 10971, 7455, 8538, 10623, 7528, 7919, 7617, 7174, 8022, 8004, 8707, 7960, 7809, 8034, 7987, 7413, 7152, 8094, 7674, 7553, 7070, 7522, 7621, 7282, 7375, 10168, 7709, 9655, 11812, 9516, 15392, 11177, 8551, 13962, 9938, 9946, 11014, 8632, 16031, 9572, 9007, 8747, 8284, 7635, 7700, 8141, 10360, 7321, 8043, 9606, 7242, 7683, 8878, 9137, 8555, 8875, 8393, 11739, 8291, 7630, 11535, 9058, 15990, 11129, 10599, 10383, 8157, 11865, 8908, 10990, 7904, 7821, 7593, 8541, 7597, 7381, 8455, 10740, 8331, 8708, 8566, 8387, 12082, 8819, 13264, 10177, 9089, 7584, 8388, 9247, 8063, 7848, 7611, 8168, 12688, 8872, 14086, 10492, 10518, 8171, 8082, 8835, 8524, 7832, 9750, 8082, 9630, 8116, 8331, 14370, 11400, 9398, 15775, 8634, 8130, 12055, 9483, 12954, 12688, 9061, 13390, 10130, 13000, 19146, 12551, 9022, 10660, 8452, 8483, 10095, 8093, 9391, 10285, 8734, 8032, 8269, 8174, 12278, 11150, 8217, 7891, 6891, 8254, 7245, 6842, 8615, 7680, 7342, 6733, 7742, 8545, 7864, 8583, 12003, 8916, 8570, 8020, 8743, 9825, 9021, 8378, 9728, 7525, 7935, 7729, 7505, 7519, 15015, 9467, 7644, 11473, 10024, 9968, 11778, 10885, 15086, 9313, 7771, 10665, 8606, 16381, 10269, 7494, 7695, 8433, 10198, 8734, 6895, 6709, 7206, 7260, 7842, 8575, 6865, 6793, 7917, 7860, 9056, 8512, 7768, 14676, 8151, 8944, 10541, 9713, 13684, 9980, 7750, 10910, 7424, 8081, 14169, 9049, 7503, 8961, 7435, 8295, 11713, 12554, 9438, 11770, 10501, 9075, 12815, 13375, 10052, 14998, 10497, 9015, 15084, 9945, 9614, 11225, 9059], 'WindowCenter': [3925.0, 3921.0, 3984.0, 3937.0, 3903.0, 3943.0, 3913.0, 3957.0, 3942.0, 3921.0, 3953.0, 3888.0, 3910.0, 3909.0, 3888.0, 3898.0, 3879.0, 3930.0, 3879.0, 3889.0, 3891.0, 3913.0, 3913.0, 3904.0, 3902.0, 3944.0, 3913.0, 3954.0, 3934.0, 3955.0, 3923.0, 3879.0, 3888.0, 3889.0, 3941.0, 3911.0, 3942.0, 3868.0, 3888.0, 3920.0, 3911.0, 3953.0, 3920.0, 3876.0, 3898.0, 3889.0, 3941.0, 3910.0, 3930.0, 3898.0, 3875.0, 3908.0, 3899.0, 3937.0, 3919.0, 3918.0, 3884.0, 3875.0, 3884.0, 3897.0, 3897.0, 3891.0, 3899.0, 3920.0, 3910.0, 3918.0, 3919.0, 3899.0, 3943.0, 3899.0, 3899.0, 3887.0, 3886.0, 3940.0, 3898.0, 3888.0, 3889.0, 3901.0, 3943.0, 3899.0, 3920.0, 3920.0, 3888.0, 3931.0, 3900.0, 3931.0, 3899.0, 3910.0, 3928.0, 3886.0, 3875.0, 3867.0, 3887.0, 3898.0, 3911.0, 3911.0, 3944.0, 3899.0, 3941.0, 3897.0, 3938.0, 3898.0, 3950.0, 3895.0, 3905.0, 3864.0, 3885.0, 3896.0, 3896.0, 3930.0, 3866.0, 3886.0, 3908.0, 3896.0, 3950.0, 3920.0, 3886.0, 3887.0, 3885.0, 3907.0, 3897.0, 3939.0, 3897.0, 3888.0, 3899.0, 3897.0, 3929.0, 3910.0, 3919.0, 3941.0, 3897.0, 3929.0, 3897.0, 3916.0, 3896.0, 3884.0, 3886.0, 3886.0, 3896.0, 3896.0, 3928.0, 3920.0, 3909.0, 3930.0, 3901.0, 3940.0, 3907.0, 3875.0, 3876.0, 3887.0, 3955.0, 3922.0, 3900.0, 3941.0, 3910.0, 3931.0, 3932.0, 3921.0, 3953.0, 3899.0, 3917.0, 3919.0, 3939.0, 3941.0, 3915.0, 3917.0, 3883.0, 3882.0, 3895.0, 3895.0, 3863.0, 3873.0, 3862.0, 3886.0, 3905.0, 3908.0, 3899.0, 3867.0, 3898.0, 3928.0, 3908.0, 3949.0, 3921.0, 3920.0, 3908.0, 3896.0, 3916.0, 3908.0, 3926.0, 3897.0, 3898.0, 3928.0, 3897.0, 3886.0, 3866.0, 3885.0, 3950.0, 3919.0, 3897.0, 3897.0, 3895.0, 3938.0, 3907.0, 3918.0, 3951.0, 3896.0, 3894.0, 3875.0, 3885.0, 3915.0, 3884.0, 3927.0, 3861.0, 3884.0, 3883.0, 3906.0, 3895.0, 3895.0, 3874.0, 3917.0, 3897.0, 3875.0, 3865.0, 3897.0, 3931.0, 3891.0, 3899.0, 3931.0, 3899.0, 3941.0, 3910.0, 3954.0, 3909.0, 3907.0, 3908.0, 3887.0, 3908.0, 3865.0, 3896.0, 3887.0, 3898.0, 3955.0, 3922.0, 3899.0, 3930.0, 3911.0, 3952.0, 3920.0, 3930.0, 3917.0, 3884.0, 3905.0, 3895.0, 3937.0, 3884.0, 3918.0, 3884.0, 3884.0, 3886.0, 3898.0, 3907.0, 3886.0, 3889.0, 3965.0, 3942.0, 3905.0, 3939.0, 3910.0, 3935.0, 3939.0, 3886.0, 3886.0, 3917.0, 3896.0, 3943.0, 3943.0, 3899.0, 3928.0, 3872.0, 3891.0, 3934.0, 3881.0, 3870.0, 3880.0, 3892.0, 3892.0, 3869.0, 3892.0, 3936.0, 3872.0, 3872.0, 3870.0, 3881.0, 3903.0, 3893.0, 3922.0, 3860.0, 3881.0, 3870.0, 3883.0, 3874.0, 3874.0, 3898.0, 3887.0, 3889.0, 3909.0, 3928.0, 3907.0, 3929.0, 3897.0, 3897.0, 3917.0, 3906.0, 3895.0, 3916.0, 3909.0, 3938.0, 3886.0, 3895.0, 3916.0, 3886.0, 3925.0, 3893.0, 3936.0, 3893.0, 3874.0, 3862.0, 3885.0, 3884.0, 3908.0, 3900.0, 3886.0, 3898.0, 3938.0, 3899.0, 3949.0, 3919.0, 3886.0, 3896.0, 3896.0, 3938.0, 3895.0, 3947.0, 3903.0, 3894.0, 3875.0, 3884.0, 3896.0, 3864.0, 3896.0, 3916.0, 3887.0, 3898.0, 3929.0, 3907.0, 3950.0, 3915.0, 3941.0, 3940.0, 3895.0, 3950.0, 3893.0, 3882.0, 3892.0, 3893.0, 3947.0, 3892.0, 3883.0, 3869.0, 3880.0, 3913.0, 3902.0, 3902.0, 3893.0, 3881.0, 3914.0, 3892.0, 3871.0, 3871.0, 3893.0, 3915.0, 3873.0, 3897.0, 3886.0, 3894.0, 3915.0, 3906.0, 3938.0, 3895.0, 3885.0, 3864.0, 3897.0, 3875.0, 3909.0, 3919.0, 3887.0, 3886.0, 3877.0, 3886.0, 3897.0, 3899.0, 3891.0, 3881.0, 3913.0, 3943.0, 3921.0, 3931.0, 3935.0, 3922.0, 3953.0, 3909.0, 3941.0, 3908.0, 3930.0, 3976.0, 3919.0, 3961.0, 3907.0, 3949.0, 3917.0, 3949.0, 3965.0, 3928.0, 3935.0, 3891.0, 3911.0, 3870.0, 3894.0, 3903.0, 3850.0, 3870.0, 3885.0, 3894.0, 3926.0, 3916.0, 3895.0, 3947.0, 3904.0, 3881.0, 3894.0, 3906.0, 3950.0, 3917.0, 3883.0, 3923.0, 3859.0, 3870.0, 3912.0, 3905.0, 3893.0, 3902.0, 3894.0, 3874.0, 3872.0, 3884.0, 3935.0, 3882.0, 3873.0, 3882.0, 3882.0, 3873.0, 3861.0, 3883.0, 3916.0, 3876.0, 3887.0, 3875.0, 3898.0, 3897.0, 3900.0, 3900.0, 3889.0, 3889.0, 3909.0, 3951.0, 3919.0, 3920.0, 3920.0, 3911.0, 3929.0, 3888.0, 3900.0, 3940.0, 3910.0, 3952.0, 3874.0, 3856.0, 3890.0, 3895.0, 3906.0, 3905.0, 3896.0, 3907.0, 3928.0, 3931.0, 3962.0, 3909.0, 3897.0, 3919.0, 3896.0, 3963.0, 3916.0, 3873.0, 3903.0, 3885.0, 3936.0, 3892.0, 3893.0, 3873.0, 3883.0, 3875.0, 3876.0, 3887.0, 3918.0, 3886.0, 3938.0, 3897.0, 3884.0, 3864.0, 3886.0, 3919.0, 3898.0, 3888.0, 3875.0, 3901.0, 3929.0, 3912.0, 3921.0, 3941.0, 3898.0, 3951.0, 3920.0, 3917.0, 3940.0, 3897.0, 3950.0, 3896.0, 3908.0, 3886.0, 3916.0, 3950.0, 3883.0, 3913.0, 3862.0, 3883.0, 3896.0, 3886.0, 3936.0, 3905.0, 3886.0, 3907.0, 3908.0, 3962.0, 3884.0, 3884.0, 3893.0, 3906.0, 3916.0, 3918.0, 3886.0, 3936.0, 3862.0, 3884.0, 3896.0, 3884.0, 3947.0, 3905.0, 3883.0, 3873.0, 3895.0, 3904.0, 3895.0, 3895.0, 3905.0, 3884.0, 3915.0, 3885.0, 3895.0, 3895.0, 3927.0, 3895.0, 3916.0, 3907.0, 3887.0, 3874.0, 3886.0, 3894.0, 3886.0, 3895.0, 3899.0, 3917.0, 3900.0, 3919.0, 3898.0, 3908.0, 3877.0, 3866.0, 3889.0, 3890.0, 3911.0, 3880.0, 3883.0, 3910.0, 3895.0, 3925.0, 3934.0, 3903.0, 3954.0, 3944.0, 3955.0, 3942.0, 3919.0, 3974.0, 3940.0, 3962.0, 3952.0, 3952.0, 3927.0, 3894.0, 3949.0, 3913.0, 3960.0, 3925.0, 3913.0, 3914.0, 3881.0, 3922.0, 3890.0, 3921.0, 3890.0, 3858.0, 3869.0, 3868.0, 3847.0, 3871.0, 3870.0, 3872.0, 3877.0, 3896.0, 3917.0, 3885.0, 3907.0, 3928.0, 3910.0, 3896.0, 3918.0, 3908.0, 3950.0, 3895.0, 3896.0, 3961.0, 3896.0, 3883.0, 3905.0, 3905.0, 3893.0, 3925.0, 3903.0, 3894.0, 3872.0, 3898.0, 3926.0, 3891.0, 3872.0, 3926.0, 3906.0, 3885.0, 3897.0, 3888.0, 3951.0, 3908.0, 3884.0, 3937.0, 3905.0, 3880.0, 3902.0, 3880.0, 3923.0, 3901.0, 3880.0, 3900.0, 3847.0, 3880.0, 3888.0, 3861.0, 3870.0, 3860.0, 3861.0, 3871.0, 3884.0, 3894.0, 3899.0, 3915.0, 3915.0, 3903.0, 3888.0, 3891.0, 3886.0, 3872.0, 3861.0, 3850.0, 3872.0, 3887.0, 3878.0, 3863.0, 3906.0, 3876.0, 3895.0, 3915.0, 3892.0, 3938.0, 3915.0, 3881.0, 3924.0, 3902.0, 3893.0, 3902.0, 3869.0, 3934.0, 3891.0, 3879.0, 3881.0, 3881.0, 3870.0, 3859.0, 3871.0, 3901.0, 3861.0, 3872.0, 3906.0, 3873.0, 3875.0, 3895.0, 3906.0, 3896.0, 3896.0, 3885.0, 3928.0, 3885.0, 3876.0, 3917.0, 3896.0, 3948.0, 3918.0, 3916.0, 3905.0, 3872.0, 3913.0, 3893.0, 3912.0, 3872.0, 3873.0, 3885.0, 3897.0, 3884.0, 3876.0, 3898.0, 3928.0, 3898.0, 3897.0, 3899.0, 3898.0, 3942.0, 3910.0, 3939.0, 3917.0, 3895.0, 3873.0, 3883.0, 3905.0, 3885.0, 3885.0, 3877.0, 3886.0, 3940.0, 3909.0, 3937.0, 3915.0, 3915.0, 3885.0, 3886.0, 3894.0, 3894.0, 3874.0, 3920.0, 3898.0, 3918.0, 3885.0, 3895.0, 3950.0, 3928.0, 3908.0, 3950.0, 3895.0, 3885.0, 3927.0, 3906.0, 3937.0, 3927.0, 3894.0, 3938.0, 3906.0, 3926.0, 3937.0, 3897.0, 3865.0, 3890.0, 3869.0, 3881.0, 3891.0, 3872.0, 3893.0, 3903.0, 3885.0, 3874.0, 3872.0, 3895.0, 3941.0, 3929.0, 3885.0, 3860.0, 3837.0, 3870.0, 3859.0, 3849.0, 3882.0, 3873.0, 3863.0, 3855.0, 3874.0, 3884.0, 3885.0, 3883.0, 3927.0, 3895.0, 3894.0, 3874.0, 3884.0, 3916.0, 3897.0, 3886.0, 3906.0, 3888.0, 3903.0, 3888.0, 3862.0, 3874.0, 3961.0, 3907.0, 3886.0, 3928.0, 3919.0, 3919.0, 3929.0, 3918.0, 3949.0, 3895.0, 3874.0, 3918.0, 3896.0, 3950.0, 3917.0, 3875.0, 3874.0, 3886.0, 3916.0, 3897.0, 3876.0, 3865.0, 3876.0, 3875.0, 3899.0, 3908.0, 3879.0, 3867.0, 3898.0, 3912.0, 3910.0, 3912.0, 3901.0, 3964.0, 3899.0, 3909.0, 3931.0, 3920.0, 3967.0, 3933.0, 3887.0, 3917.0, 3859.0, 3860.0, 3926.0, 3882.0, 3877.0, 3907.0, 3876.0, 3896.0, 3929.0, 3939.0, 3909.0, 3929.0, 3917.0, 3894.0, 3925.0, 3938.0, 3906.0, 3939.0, 3903.0, 3881.0, 3935.0, 3891.0, 3891.0, 3900.0, 3882.0], 'WindowWidth': [8808.0, 8791.0, 8882.0, 8802.0, 8749.0, 8804.0, 8761.0, 8832.0, 8802.0, 8769.0, 8823.0, 8719.0, 8750.0, 8747.0, 8718.0, 8731.0, 8709.0, 8781.0, 8708.0, 8724.0, 8732.0, 8763.0, 8763.0, 8751.0, 8745.0, 8802.0, 8761.0, 8821.0, 8791.0, 8823.0, 8771.0, 8709.0, 8723.0, 8725.0, 8798.0, 8757.0, 8799.0, 8692.0, 8720.0, 8764.0, 8756.0, 8820.0, 8766.0, 8702.0, 8730.0, 8722.0, 8795.0, 8753.0, 8779.0, 8732.0, 8699.0, 8743.0, 8735.0, 8789.0, 8762.0, 8760.0, 8707.0, 8696.0, 8710.0, 8734.0, 8733.0, 8729.0, 8737.0, 8765.0, 8752.0, 8762.0, 8762.0, 8737.0, 8804.0, 8736.0, 8735.0, 8717.0, 8716.0, 8793.0, 8734.0, 8721.0, 8721.0, 8741.0, 8802.0, 8736.0, 8765.0, 8764.0, 8721.0, 8783.0, 8739.0, 8784.0, 8736.0, 8754.0, 8775.0, 8712.0, 8701.0, 8690.0, 8718.0, 8736.0, 8758.0, 8756.0, 8806.0, 8738.0, 8799.0, 8730.0, 8790.0, 8734.0, 8811.0, 8726.0, 8739.0, 8682.0, 8712.0, 8727.0, 8730.0, 8779.0, 8690.0, 8714.0, 8747.0, 8729.0, 8810.0, 8766.0, 8716.0, 8716.0, 8713.0, 8746.0, 8732.0, 8792.0, 8733.0, 8722.0, 8736.0, 8734.0, 8779.0, 8753.0, 8762.0, 8797.0, 8730.0, 8778.0, 8729.0, 8755.0, 8730.0, 8710.0, 8717.0, 8715.0, 8729.0, 8731.0, 8777.0, 8769.0, 8749.0, 8778.0, 8741.0, 8794.0, 8746.0, 8701.0, 8701.0, 8719.0, 8822.0, 8773.0, 8741.0, 8798.0, 8754.0, 8783.0, 8786.0, 8769.0, 8823.0, 8735.0, 8762.0, 8763.0, 8792.0, 8800.0, 8753.0, 8756.0, 8704.0, 8703.0, 8726.0, 8724.0, 8680.0, 8694.0, 8677.0, 8716.0, 8738.0, 8747.0, 8738.0, 8694.0, 8735.0, 8776.0, 8749.0, 8810.0, 8768.0, 8768.0, 8749.0, 8728.0, 8754.0, 8746.0, 8771.0, 8731.0, 8735.0, 8775.0, 8729.0, 8715.0, 8688.0, 8715.0, 8809.0, 8764.0, 8731.0, 8729.0, 8725.0, 8792.0, 8743.0, 8759.0, 8817.0, 8727.0, 8721.0, 8695.0, 8711.0, 8753.0, 8708.0, 8771.0, 8676.0, 8709.0, 8705.0, 8742.0, 8727.0, 8725.0, 8695.0, 8758.0, 8730.0, 8702.0, 8687.0, 8734.0, 8784.0, 8730.0, 8738.0, 8780.0, 8736.0, 8798.0, 8751.0, 8822.0, 8751.0, 8742.0, 8748.0, 8718.0, 8747.0, 8687.0, 8730.0, 8720.0, 8736.0, 8823.0, 8772.0, 8739.0, 8781.0, 8755.0, 8819.0, 8767.0, 8782.0, 8760.0, 8710.0, 8738.0, 8724.0, 8785.0, 8710.0, 8760.0, 8709.0, 8710.0, 8713.0, 8733.0, 8743.0, 8715.0, 8723.0, 8841.0, 8819.0, 8757.0, 8793.0, 8753.0, 8797.0, 8794.0, 8716.0, 8713.0, 8755.0, 8729.0, 8804.0, 8805.0, 8739.0, 8775.0, 8692.0, 8715.0, 8777.0, 8698.0, 8684.0, 8698.0, 8716.0, 8717.0, 8682.0, 8715.0, 8787.0, 8688.0, 8689.0, 8685.0, 8699.0, 8732.0, 8719.0, 8759.0, 8672.0, 8699.0, 8685.0, 8708.0, 8699.0, 8699.0, 8737.0, 8723.0, 8726.0, 8750.0, 8777.0, 8745.0, 8779.0, 8731.0, 8731.0, 8758.0, 8744.0, 8728.0, 8757.0, 8750.0, 8793.0, 8714.0, 8724.0, 8754.0, 8712.0, 8766.0, 8722.0, 8788.0, 8719.0, 8695.0, 8678.0, 8713.0, 8711.0, 8749.0, 8741.0, 8719.0, 8734.0, 8791.0, 8737.0, 8809.0, 8765.0, 8715.0, 8728.0, 8728.0, 8787.0, 8728.0, 8804.0, 8733.0, 8725.0, 8698.0, 8711.0, 8728.0, 8685.0, 8731.0, 8757.0, 8723.0, 8736.0, 8777.0, 8746.0, 8814.0, 8756.0, 8800.0, 8796.0, 8725.0, 8811.0, 8721.0, 8703.0, 8717.0, 8721.0, 8804.0, 8719.0, 8704.0, 8684.0, 8699.0, 8748.0, 8733.0, 8731.0, 8722.0, 8702.0, 8748.0, 8716.0, 8687.0, 8689.0, 8721.0, 8753.0, 8695.0, 8730.0, 8714.0, 8724.0, 8753.0, 8743.0, 8789.0, 8728.0, 8712.0, 8685.0, 8733.0, 8700.0, 8754.0, 8768.0, 8724.0, 8719.0, 8707.0, 8717.0, 8734.0, 8740.0, 8732.0, 8722.0, 8765.0, 8805.0, 8776.0, 8787.0, 8797.0, 8774.0, 8820.0, 8753.0, 8799.0, 8751.0, 8781.0, 8860.0, 8765.0, 8834.0, 8745.0, 8810.0, 8760.0, 8809.0, 8851.0, 8777.0, 8782.0, 8713.0, 8741.0, 8684.0, 8725.0, 8736.0, 8661.0, 8686.0, 8712.0, 8723.0, 8771.0, 8758.0, 8724.0, 8803.0, 8737.0, 8702.0, 8724.0, 8746.0, 8813.0, 8761.0, 8707.0, 8761.0, 8668.0, 8686.0, 8745.0, 8739.0, 8720.0, 8729.0, 8721.0, 8693.0, 8687.0, 8708.0, 8781.0, 8702.0, 8690.0, 8700.0, 8703.0, 8693.0, 8676.0, 8707.0, 8755.0, 8702.0, 8720.0, 8700.0, 8736.0, 8735.0, 8742.0, 8739.0, 8726.0, 8723.0, 8752.0, 8812.0, 8764.0, 8768.0, 8768.0, 8755.0, 8777.0, 8721.0, 8742.0, 8797.0, 8754.0, 8816.0, 8692.0, 8657.0, 8708.0, 8723.0, 8741.0, 8739.0, 8729.0, 8746.0, 8776.0, 8786.0, 8834.0, 8749.0, 8731.0, 8763.0, 8729.0, 8836.0, 8756.0, 8694.0, 8733.0, 8712.0, 8784.0, 8716.0, 8722.0, 8694.0, 8709.0, 8700.0, 8703.0, 8720.0, 8761.0, 8717.0, 8790.0, 8733.0, 8711.0, 8684.0, 8714.0, 8767.0, 8737.0, 8722.0, 8702.0, 8744.0, 8780.0, 8764.0, 8772.0, 8797.0, 8737.0, 8813.0, 8768.0, 8760.0, 8796.0, 8732.0, 8811.0, 8729.0, 8748.0, 8718.0, 8758.0, 8816.0, 8707.0, 8747.0, 8679.0, 8709.0, 8730.0, 8715.0, 8783.0, 8738.0, 8717.0, 8745.0, 8750.0, 8835.0, 8712.0, 8710.0, 8723.0, 8745.0, 8758.0, 8760.0, 8714.0, 8786.0, 8679.0, 8711.0, 8728.0, 8709.0, 8805.0, 8739.0, 8708.0, 8695.0, 8726.0, 8735.0, 8728.0, 8726.0, 8741.0, 8710.0, 8754.0, 8712.0, 8727.0, 8730.0, 8772.0, 8728.0, 8755.0, 8746.0, 8719.0, 8700.0, 8715.0, 8724.0, 8718.0, 8730.0, 8739.0, 8762.0, 8742.0, 8764.0, 8736.0, 8748.0, 8708.0, 8694.0, 8729.0, 8732.0, 8760.0, 8721.0, 8730.0, 8759.0, 8747.0, 8783.0, 8794.0, 8752.0, 8824.0, 8809.0, 8827.0, 8805.0, 8768.0, 8857.0, 8798.0, 8841.0, 8818.0, 8815.0, 8773.0, 8725.0, 8811.0, 8748.0, 8838.0, 8770.0, 8748.0, 8750.0, 8699.0, 8757.0, 8710.0, 8756.0, 8712.0, 8665.0, 8684.0, 8678.0, 8651.0, 8689.0, 8690.0, 8693.0, 8711.0, 8735.0, 8763.0, 8718.0, 8748.0, 8779.0, 8760.0, 8733.0, 8762.0, 8748.0, 8813.0, 8730.0, 8732.0, 8833.0, 8729.0, 8711.0, 8742.0, 8744.0, 8719.0, 8766.0, 8735.0, 8724.0, 8692.0, 8738.0, 8769.0, 8713.0, 8688.0, 8769.0, 8741.0, 8711.0, 8729.0, 8718.0, 8811.0, 8747.0, 8709.0, 8788.0, 8737.0, 8695.0, 8727.0, 8695.0, 8761.0, 8727.0, 8696.0, 8724.0, 8650.0, 8697.0, 8706.0, 8674.0, 8683.0, 8671.0, 8675.0, 8688.0, 8710.0, 8724.0, 8741.0, 8774.0, 8772.0, 8749.0, 8725.0, 8735.0, 8715.0, 8689.0, 8671.0, 8654.0, 8689.0, 8719.0, 8707.0, 8679.0, 8738.0, 8698.0, 8722.0, 8749.0, 8716.0, 8792.0, 8752.0, 8701.0, 8765.0, 8728.0, 8714.0, 8726.0, 8679.0, 8780.0, 8711.0, 8694.0, 8700.0, 8699.0, 8684.0, 8668.0, 8685.0, 8726.0, 8672.0, 8689.0, 8738.0, 8694.0, 8698.0, 8725.0, 8740.0, 8726.0, 8725.0, 8712.0, 8775.0, 8712.0, 8700.0, 8757.0, 8729.0, 8808.0, 8759.0, 8754.0, 8737.0, 8691.0, 8746.0, 8719.0, 8744.0, 8690.0, 8691.0, 8712.0, 8732.0, 8711.0, 8702.0, 8736.0, 8775.0, 8734.0, 8731.0, 8736.0, 8733.0, 8800.0, 8753.0, 8794.0, 8759.0, 8724.0, 8694.0, 8709.0, 8739.0, 8713.0, 8710.0, 8703.0, 8714.0, 8792.0, 8752.0, 8788.0, 8750.0, 8751.0, 8711.0, 8712.0, 8722.0, 8722.0, 8697.0, 8770.0, 8736.0, 8762.0, 8714.0, 8728.0, 8810.0, 8776.0, 8748.0, 8814.0, 8727.0, 8712.0, 8772.0, 8741.0, 8786.0, 8772.0, 8722.0, 8790.0, 8741.0, 8767.0, 8801.0, 8714.0, 8668.0, 8709.0, 8681.0, 8697.0, 8713.0, 8690.0, 8719.0, 8733.0, 8711.0, 8694.0, 8692.0, 8728.0, 8797.0, 8777.0, 8708.0, 8670.0, 8633.0, 8682.0, 8671.0, 8655.0, 8702.0, 8694.0, 8679.0, 8672.0, 8694.0, 8709.0, 8712.0, 8708.0, 8770.0, 8726.0, 8724.0, 8696.0, 8710.0, 8758.0, 8729.0, 8714.0, 8741.0, 8724.0, 8750.0, 8720.0, 8677.0, 8696.0, 8825.0, 8744.0, 8717.0, 8774.0, 8763.0, 8764.0, 8778.0, 8761.0, 8808.0, 8726.0, 8696.0, 8759.0, 8726.0, 8814.0, 8756.0, 8700.0, 8696.0, 8713.0, 8755.0, 8731.0, 8705.0, 8686.0, 8703.0, 8702.0, 8740.0, 8752.0, 8713.0, 8694.0, 8737.0, 8761.0, 8755.0, 8761.0, 8745.0, 8833.0, 8738.0, 8754.0, 8784.0, 8769.0, 8845.0, 8791.0, 8722.0, 8760.0, 8667.0, 8668.0, 8769.0, 8699.0, 8706.0, 8745.0, 8703.0, 8729.0, 8776.0, 8793.0, 8749.0, 8778.0, 8758.0, 8721.0, 8765.0, 8792.0, 8741.0, 8795.0, 8733.0, 8701.0, 8786.0, 8713.0, 8712.0, 8725.0, 8700.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.003750867178924259</td></tr>
<tr><td colspan=3>aqi</td><td>0.05920137639956092</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.00397787402191</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1273646420329677</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9542401619010991</td></tr>
<tr><td colspan=3>efc</td><td>0.4916</td></tr>
<tr><td colspan=3>fber</td><td>3790.9072</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1700846324228196</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>258</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>28.3205268935236</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.669180461043709</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6042528470006827</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9566478385989314</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.446640697531511</td></tr>
<tr><td colspan=3>gcor</td><td>0.00736813</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-5.734536171075888e-05</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023818563669919968</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8322569948473797</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>20.4002</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.7455</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>188.3161</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299487.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>839.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>340.5104</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0563</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>485.8834</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3079.3551</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3279.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77057.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1002.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4051.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>855.626</td></tr>
<tr><td colspan=3>tsnr</td><td>26.15305746672675</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>