<?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-0037_ses-02_task-faces_acq-mb8_run-01_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-0037_ses-02_task-faces_acq-mb8_run-01_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-01_session-02_subject-0037_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-0037/figures/sub-0037_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0037_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-0037/figures/sub-0037_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0037/figures/sub-0037_ses-02_task-faces_acq-mb8_run-01_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-0037/figures/sub-0037_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-02_task-faces_acq-mb8_run-01_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-0037/ses-02/func/sub-0037_ses-02_task-faces_acq-mb8_run-01_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>3bdb5d3593b52302a9ec8ad836ca170e</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>18:06:34.340000</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_VE11C_LATEST_20160120</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.999897, 0.000279742, 0.0143689, 0.000523586, 0.998438, -0.0558734]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.0903663</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-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4154, -7736, -7273, 591, -29, -232, 43, 66]</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>258.65</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>46936e47-6878-4aeb-9c1d-03d00615df27||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682649850845337, 0.0014047439908608794, 0.038777537643909454, 110.65967559814453], [-0.000750527367927134, 2.6787354946136475, -0.15086287260055542, -90.82417297363281], [0.03855062276124954, 0.14990420639514923, 2.695502996444702, -88.58627319335938], [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': ['180634.340000', '180634.800000', '180635.260000', '180635.720000', '180636.180000', '180636.640000', '180637.100000', '180637.560000', '180638.020000', '180638.480000', '180638.940000', '180639.400000', '180639.860000', '180640.320000', '180640.780000', '180641.240000', '180641.700000', '180642.160000', '180642.620000', '180643.080000', '180643.540000', '180644.000000', '180644.460000', '180644.920000', '180645.380000', '180645.840000', '180646.300000', '180646.760000', '180647.220000', '180647.680000', '180648.140000', '180648.600000', '180649.060000', '180649.520000', '180649.980000', '180650.440000', '180650.900000', '180651.360000', '180651.820000', '180652.280000', '180652.740000', '180653.200000', '180653.660000', '180654.120000', '180654.580000', '180655.040000', '180655.500000', '180655.960000', '180656.420000', '180656.880000', '180657.340000', '180657.800000', '180658.260000', '180658.720000', '180659.180000', '180659.640000', '180700.100000', '180700.560000', '180701.020000', '180701.480000', '180701.940000', '180702.400000', '180702.860000', '180703.320000', '180703.780000', '180704.240000', '180704.700000', '180705.160000', '180705.620000', '180706.080000', '180706.540000', '180707.000000', '180707.460000', '180707.920000', '180708.380000', '180708.840000', '180709.300000', '180709.760000', '180710.220000', '180710.680000', '180711.140000', '180711.600000', '180712.060000', '180712.520000', '180712.980000', '180713.440000', '180713.900000', '180714.360000', '180714.820000', '180715.280000', '180715.740000', '180716.200000', '180716.660000', '180717.120000', '180717.580000', '180718.040000', '180718.500000', '180718.960000', '180719.420000', '180719.880000', '180720.340000', '180720.800000', '180721.260000', '180721.720000', '180722.180000', '180722.640000', '180723.100000', '180723.560000', '180724.020000', '180724.480000', '180724.940000', '180725.400000', '180725.860000', '180726.320000', '180726.780000', '180727.240000', '180727.700000', '180728.160000', '180728.620000', '180729.080000', '180729.540000', '180730.000000', '180730.460000', '180730.920000', '180731.380000', '180731.840000', '180732.300000', '180732.760000', '180733.220000', '180733.680000', '180734.140000', '180734.600000', '180735.060000', '180735.520000', '180735.980000', '180736.440000', '180736.900000', '180737.360000', '180737.820000', '180738.280000', '180738.740000', '180739.200000', '180739.660000', '180740.120000', '180740.580000', '180741.040000', '180741.500000', '180741.960000', '180742.420000', '180742.880000', '180743.340000', '180743.800000', '180744.260000', '180744.720000', '180745.180000', '180745.640000', '180746.100000', '180746.560000', '180747.020000', '180747.480000', '180747.940000', '180748.400000', '180748.860000', '180749.320000', '180749.780000', '180750.240000', '180750.700000', '180751.160000', '180751.620000', '180752.080000', '180752.540000', '180753.000000', '180753.460000', '180753.920000', '180754.380000', '180754.840000', '180755.300000', '180755.760000', '180756.220000', '180756.680000', '180757.140000', '180757.600000', '180758.060000', '180758.520000', '180758.980000', '180759.440000', '180759.900000', '180800.360000', '180800.820000', '180801.280000', '180801.740000', '180802.200000', '180802.660000', '180803.120000', '180803.580000', '180804.040000', '180804.500000', '180804.960000', '180805.420000', '180805.880000', '180806.340000', '180806.800000', '180807.260000', '180807.720000', '180808.180000', '180808.640000', '180809.100000', '180809.560000', '180810.020000', '180810.480000', '180810.940000', '180811.400000', '180811.860000', '180812.320000', '180812.780000', '180813.240000', '180813.700000', '180814.160000', '180814.620000', '180815.080000', '180815.540000', '180816.000000', '180816.460000', '180816.920000', '180817.380000', '180817.840000', '180818.300000', '180818.760000', '180819.220000', '180819.680000', '180820.140000', '180820.600000', '180821.060000', '180821.520000', '180821.980000', '180822.440000', '180822.900000', '180823.360000', '180823.820000', '180824.280000', '180824.740000', '180825.200000', '180825.660000', '180826.120000', '180826.580000', '180827.040000', '180827.500000', '180827.960000', '180828.420000', '180828.880000', '180829.340000', '180829.800000', '180830.260000', '180830.720000', '180831.180000', '180831.640000', '180832.100000', '180832.560000', '180833.020000', '180833.480000', '180833.940000', '180834.400000', '180834.860000', '180835.320000', '180835.780000', '180836.240000', '180836.700000', '180837.160000', '180837.620000', '180838.080000', '180838.540000', '180839.000000', '180839.460000', '180839.920000', '180840.380000', '180840.840000', '180841.300000', '180841.760000', '180842.220000', '180842.680000', '180843.140000', '180843.600000', '180844.060000', '180844.520000', '180844.980000', '180845.440000', '180845.900000', '180846.360000', '180846.820000', '180847.280000', '180847.740000', '180848.200000', '180848.660000', '180849.120000', '180849.580000', '180850.040000', '180850.500000', '180850.960000', '180851.420000', '180851.880000', '180852.340000', '180852.800000', '180853.260000', '180853.720000', '180854.180000', '180854.640000', '180855.100000', '180855.560000', '180856.020000', '180856.480000', '180856.940000', '180857.400000', '180857.860000', '180858.320000', '180858.780000', '180859.240000', '180859.700000', '180900.160000', '180900.620000', '180901.080000', '180901.540000', '180902.000000', '180902.460000', '180902.920000', '180903.380000', '180903.840000', '180904.300000', '180904.760000', '180905.220000', '180905.680000', '180906.140000', '180906.600000', '180907.060000', '180907.520000', '180907.980000', '180908.440000', '180908.900000', '180909.360000', '180909.820000', '180910.280000', '180910.740000', '180911.200000', '180911.660000', '180912.120000', '180912.580000', '180913.040000', '180913.500000', '180913.960000', '180914.420000', '180914.880000', '180915.340000', '180915.800000', '180916.260000', '180916.720000', '180917.180000', '180917.640000', '180918.100000', '180918.560000', '180919.020000', '180919.480000', '180919.940000', '180920.400000', '180920.860000', '180921.320000', '180921.780000', '180922.240000', '180922.700000', '180923.160000', '180923.620000', '180924.080000', '180924.540000', '180925.000000', '180925.460000', '180925.920000', '180926.380000', '180926.840000', '180927.300000', '180927.760000', '180928.220000', '180928.680000', '180929.140000', '180929.600000', '180930.060000', '180930.520000', '180930.980000', '180931.440000', '180931.900000', '180932.360000', '180932.820000', '180933.280000', '180933.740000', '180934.200000', '180934.660000', '180935.120000', '180935.580000', '180936.040000', '180936.500000', '180936.960000', '180937.420000', '180937.880000', '180938.340000', '180938.800000', '180939.260000', '180939.720000', '180940.180000', '180940.640000', '180941.100000', '180941.560000', '180942.020000', '180942.480000', '180942.940000', '180943.400000', '180943.860000', '180944.320000', '180944.780000', '180945.240000', '180945.700000', '180946.160000', '180946.620000', '180947.080000', '180947.540000', '180948.000000', '180948.460000', '180948.920000', '180949.380000', '180949.840000', '180950.300000', '180950.760000', '180951.220000', '180951.680000', '180952.140000', '180952.600000', '180953.060000', '180953.520000', '180953.980000', '180954.440000', '180954.900000', '180955.360000', '180955.820000', '180956.280000', '180956.740000', '180957.200000', '180957.660000', '180958.120000', '180958.580000', '180959.040000', '180959.500000', '180959.960000', '181000.420000', '181000.880000', '181001.340000', '181001.800000', '181002.260000', '181002.720000', '181003.180000', '181003.640000', '181004.100000', '181004.560000', '181005.020000', '181005.480000', '181005.940000', '181006.400000', '181006.860000', '181007.320000', '181007.780000', '181008.240000', '181008.700000', '181009.160000', '181009.620000', '181010.080000', '181010.540000', '181011.000000', '181011.460000', '181011.920000', '181012.380000', '181012.840000', '181013.300000', '181013.760000', '181014.220000', '181014.680000', '181015.140000', '181015.600000', '181016.060000', '181016.520000', '181016.980000', '181017.440000', '181017.900000', '181018.360000', '181018.820000', '181019.280000', '181019.740000', '181020.200000', '181020.660000', '181021.120000', '181021.580000', '181022.040000', '181022.500000', '181022.960000', '181023.420000', '181023.880000', '181024.340000', '181024.800000', '181025.260000', '181025.720000', '181026.180000', '181026.640000', '181027.100000', '181027.560000', '181028.020000', '181028.480000', '181028.940000', '181029.400000', '181029.860000', '181030.320000', '181030.780000', '181031.240000', '181031.700000', '181032.160000', '181032.620000', '181033.080000', '181033.540000', '181034.000000', '181034.460000', '181034.920000', '181035.380000', '181035.840000', '181036.300000', '181036.760000', '181037.220000', '181037.680000', '181038.140000', '181038.600000', '181039.060000', '181039.520000', '181039.980000', '181040.440000', '181040.900000', '181041.360000', '181041.820000', '181042.280000', '181042.740000', '181043.200000', '181043.660000', '181044.120000', '181044.580000', '181045.040000', '181045.500000', '181045.960000', '181046.420000', '181046.880000', '181047.340000', '181047.800000', '181048.260000', '181048.720000', '181049.180000', '181049.640000', '181050.100000', '181050.560000', '181051.020000', '181051.480000', '181051.940000', '181052.400000', '181052.860000', '181053.320000', '181053.780000', '181054.240000', '181054.700000', '181055.160000', '181055.620000', '181056.080000', '181056.540000', '181057.000000', '181057.460000', '181057.920000', '181058.380000', '181058.840000', '181059.300000', '181059.760000', '181100.220000', '181100.680000', '181101.140000', '181101.600000', '181102.060000', '181102.520000', '181102.980000', '181103.440000', '181103.900000', '181104.360000', '181104.820000', '181105.280000', '181105.740000', '181106.200000', '181106.660000', '181107.120000', '181107.580000', '181108.040000', '181108.500000', '181108.960000', '181109.420000', '181109.880000', '181110.340000', '181110.800000', '181111.260000', '181111.720000', '181112.180000', '181112.640000', '181113.100000', '181113.560000', '181114.020000', '181114.480000', '181114.940000', '181115.400000', '181115.860000', '181116.320000', '181116.780000', '181117.240000', '181117.700000', '181118.160000', '181118.620000', '181119.080000', '181119.540000', '181120.000000', '181120.460000', '181120.920000', '181121.380000', '181121.840000', '181122.300000', '181122.760000', '181123.220000', '181123.680000', '181124.140000', '181124.600000', '181125.060000', '181125.520000', '181125.980000', '181126.440000', '181126.900000', '181127.360000', '181127.820000', '181128.280000', '181128.740000', '181129.200000', '181129.660000', '181130.120000', '181130.580000', '181131.040000', '181131.500000', '181131.960000', '181132.420000', '181132.880000', '181133.340000', '181133.800000', '181134.260000', '181134.720000', '181135.180000', '181135.640000', '181136.100000', '181136.560000', '181137.020000', '181137.480000', '181137.940000', '181138.400000', '181138.860000', '181139.320000', '181139.780000', '181140.240000', '181140.700000', '181141.160000', '181141.620000', '181142.080000', '181142.540000', '181143.000000', '181143.460000', '181143.920000', '181144.380000', '181144.840000', '181145.300000', '181145.760000', '181146.220000', '181146.680000', '181147.140000', '181147.600000', '181148.060000', '181148.520000', '181148.980000', '181149.440000', '181149.900000', '181150.360000', '181150.820000', '181151.280000', '181151.740000', '181152.200000', '181152.660000', '181153.120000', '181153.580000', '181154.040000', '181154.500000', '181154.960000', '181155.420000', '181155.880000', '181156.340000', '181156.800000', '181157.260000', '181157.720000', '181158.180000', '181158.640000', '181159.100000', '181159.560000', '181200.020000', '181200.480000', '181200.940000', '181201.400000', '181201.860000', '181202.320000', '181202.780000', '181203.240000', '181203.700000', '181204.160000', '181204.620000', '181205.080000', '181205.540000', '181206.000000', '181206.460000', '181206.920000', '181207.380000', '181207.840000', '181208.300000', '181208.760000', '181209.220000', '181209.680000', '181210.140000', '181210.600000', '181211.060000', '181211.520000', '181211.980000', '181212.440000', '181212.900000', '181213.360000', '181213.820000', '181214.280000', '181214.740000', '181215.200000', '181215.660000', '181216.120000', '181216.580000', '181217.040000', '181217.500000', '181217.960000', '181218.420000', '181218.880000', '181219.340000', '181219.800000', '181220.260000', '181220.720000', '181221.180000', '181221.640000', '181222.100000', '181222.560000', '181223.020000', '181223.480000', '181223.940000', '181224.400000', '181224.860000', '181225.320000', '181225.780000', '181226.240000', '181226.700000', '181227.160000', '181227.620000', '181228.080000', '181228.540000', '181229.000000', '181229.460000', '181229.920000', '181230.380000', '181230.840000', '181231.300000', '181231.760000', '181232.220000', '181232.680000', '181233.140000', '181233.600000', '181234.060000', '181234.520000', '181234.980000', '181235.440000', '181235.900000', '181236.360000', '181236.820000', '181237.280000', '181237.740000', '181238.200000', '181238.660000', '181239.120000', '181239.580000', '181240.040000', '181240.500000', '181240.960000', '181241.420000', '181241.880000', '181242.340000', '181242.800000', '181243.260000', '181243.720000', '181244.180000', '181244.640000', '181245.100000', '181245.560000', '181246.020000', '181246.480000', '181246.940000', '181247.400000', '181247.860000', '181248.320000', '181248.780000', '181249.240000', '181249.700000', '181250.160000', '181250.620000', '181251.080000', '181251.540000', '181252.000000', '181252.460000', '181252.920000', '181253.380000', '181253.840000', '181254.300000', '181254.760000', '181255.220000', '181255.680000', '181256.140000', '181256.600000', '181257.060000', '181257.520000', '181257.980000', '181258.440000', '181258.900000', '181259.360000', '181259.820000', '181300.280000', '181300.740000', '181301.200000', '181301.660000', '181302.120000', '181302.580000', '181303.040000', '181303.500000', '181303.960000', '181304.420000', '181304.880000', '181305.340000', '181305.800000', '181306.260000', '181306.720000', '181307.180000', '181307.640000', '181308.100000', '181308.560000', '181309.020000', '181309.480000', '181309.940000', '181310.400000', '181310.860000', '181311.320000', '181311.780000', '181312.240000', '181312.700000', '181313.160000', '181313.620000', '181314.080000', '181314.540000', '181315.000000', '181315.460000', '181315.920000', '181316.380000', '181316.840000', '181317.300000', '181317.760000', '181318.220000', '181318.680000', '181319.140000', '181319.600000', '181320.060000', '181320.520000', '181320.980000', '181321.440000', '181321.900000', '181322.360000', '181322.820000', '181323.280000', '181323.740000', '181324.200000', '181324.660000', '181325.120000', '181325.580000', '181326.040000', '181326.500000', '181326.960000', '181327.420000', '181327.880000', '181328.340000', '181328.800000', '181329.260000', '181329.720000', '181330.180000', '181330.640000', '181331.100000', '181331.560000', '181332.020000', '181332.480000', '181332.940000', '181333.400000', '181333.860000', '181334.320000'], 'ContentTime': ['180658.228000', '180658.231000', '180658.234000', '180658.237000', '180658.240000', '180658.243000', '180658.245000', '180658.248000', '180658.251000', '180658.254000', '180658.257000', '180658.260000', '180658.263000', '180658.267000', '180658.270000', '180658.273000', '180658.276000', '180658.279000', '180658.282000', '180658.285000', '180658.287000', '180658.290000', '180658.293000', '180658.296000', '180658.299000', '180658.302000', '180658.304000', '180658.307000', '180658.310000', '180658.313000', '180658.317000', '180658.320000', '180658.323000', '180658.326000', '180658.329000', '180658.331000', '180658.334000', '180658.337000', '180658.340000', '180658.343000', '180658.345000', '180658.348000', '180658.351000', '180658.354000', '180658.357000', '180658.359000', '180658.362000', '180658.365000', '180658.368000', '180658.371000', '180718.195000', '180718.198000', '180718.201000', '180718.204000', '180718.206000', '180718.209000', '180718.212000', '180718.215000', '180718.218000', '180718.221000', '180718.223000', '180718.226000', '180718.229000', '180718.232000', '180718.235000', '180718.238000', '180718.240000', '180718.243000', '180718.246000', '180718.249000', '180718.252000', '180718.255000', '180718.257000', '180718.260000', '180718.263000', '180718.266000', '180718.269000', '180718.278000', '180718.281000', '180718.283000', '180718.286000', '180718.289000', '180718.292000', '180718.295000', '180718.298000', '180718.301000', '180718.303000', '180718.306000', '180718.309000', '180718.312000', '180718.315000', '180718.318000', '180718.320000', '180718.323000', '180738.195000', '180738.198000', '180738.201000', '180738.203000', '180738.206000', '180738.209000', '180738.212000', '180738.215000', '180738.218000', '180738.221000', '180738.223000', '180738.226000', '180738.229000', '180738.232000', '180738.235000', '180738.238000', '180738.240000', '180738.243000', '180738.246000', '180738.249000', '180738.252000', '180738.255000', '180738.258000', '180738.261000', '180738.263000', '180738.266000', '180738.269000', '180738.272000', '180738.275000', '180738.278000', '180738.280000', '180738.289000', '180738.292000', '180738.297000', '180738.300000', '180738.303000', '180738.306000', '180738.308000', '180738.311000', '180738.314000', '180738.317000', '180738.320000', '180738.323000', '180758.195000', '180758.198000', '180758.201000', '180758.212000', '180758.215000', '180758.218000', '180758.220000', '180758.223000', '180758.226000', '180758.229000', '180758.232000', '180758.234000', '180758.237000', '180758.240000', '180758.243000', '180758.246000', '180758.249000', '180758.252000', '180758.255000', '180758.257000', '180758.260000', '180758.263000', '180758.266000', '180758.269000', '180758.275000', '180758.278000', '180758.280000', '180758.283000', '180758.286000', '180758.289000', '180758.292000', '180758.295000', '180758.298000', '180758.300000', '180758.303000', '180758.306000', '180758.309000', '180758.312000', '180758.315000', '180758.318000', '180758.320000', '180758.323000', '180758.326000', '180758.329000', '180818.194000', '180818.197000', '180818.200000', '180818.203000', '180818.206000', '180818.208000', '180818.211000', '180818.214000', '180818.217000', '180818.220000', '180818.223000', '180818.225000', '180818.228000', '180818.231000', '180818.234000', '180818.237000', '180818.241000', '180818.244000', '180818.247000', '180818.250000', '180818.253000', '180818.255000', '180818.258000', '180818.261000', '180818.264000', '180818.267000', '180818.270000', '180818.273000', '180818.294000', '180818.297000', '180818.300000', '180818.303000', '180818.306000', '180818.309000', '180818.312000', '180818.315000', '180818.318000', '180818.320000', '180818.323000', '180818.326000', '180818.329000', '180818.332000', '180818.335000', '180838.194000', '180838.274000', '180838.277000', '180838.280000', '180838.283000', '180838.286000', '180838.289000', '180838.291000', '180838.294000', '180838.297000', '180838.300000', '180838.303000', '180838.306000', '180838.309000', '180838.311000', '180838.314000', '180838.317000', '180838.320000', '180838.323000', '180838.326000', '180838.329000', '180838.332000', '180838.335000', '180838.337000', '180838.340000', '180838.343000', '180838.346000', '180838.349000', '180838.351000', '180838.354000', '180838.357000', '180838.360000', '180838.363000', '180838.366000', '180838.369000', '180838.372000', '180838.374000', '180838.377000', '180838.380000', '180838.383000', '180838.386000', '180838.389000', '180838.391000', '180838.394000', '180858.195000', '180858.198000', '180858.201000', '180858.204000', '180858.206000', '180858.209000', '180858.212000', '180858.215000', '180858.218000', '180858.221000', '180858.224000', '180858.227000', '180858.230000', '180858.232000', '180858.235000', '180858.238000', '180858.241000', '180858.244000', '180858.247000', '180858.250000', '180858.252000', '180858.255000', '180858.258000', '180858.261000', '180858.264000', '180858.267000', '180858.269000', '180858.272000', '180858.275000', '180858.278000', '180858.281000', '180858.284000', '180858.286000', '180858.289000', '180858.292000', '180858.295000', '180858.298000', '180858.301000', '180858.303000', '180858.306000', '180858.309000', '180858.312000', '180858.315000', '180918.195000', '180918.198000', '180918.201000', '180918.203000', '180918.206000', '180918.209000', '180918.212000', '180918.215000', '180918.218000', '180918.221000', '180918.223000', '180918.226000', '180918.229000', '180918.232000', '180918.235000', '180918.238000', '180918.241000', '180918.244000', '180918.247000', '180918.250000', '180918.252000', '180918.255000', '180918.258000', '180918.261000', '180918.264000', '180918.267000', '180918.269000', '180918.272000', '180918.275000', '180918.278000', '180918.281000', '180918.284000', '180918.287000', '180918.290000', '180918.293000', '180918.296000', '180918.298000', '180918.301000', '180918.304000', '180918.307000', '180918.310000', '180918.313000', '180918.315000', '180918.327000', '180938.195000', '180938.199000', '180938.202000', '180938.205000', '180938.207000', '180938.210000', '180938.213000', '180938.216000', '180938.219000', '180938.222000', '180938.224000', '180938.227000', '180938.230000', '180938.233000', '180938.236000', '180938.239000', '180938.242000', '180938.245000', '180938.247000', '180938.250000', '180938.253000', '180938.256000', '180938.259000', '180938.262000', '180938.265000', '180938.267000', '180938.270000', '180938.273000', '180938.277000', '180938.280000', '180938.283000', '180938.286000', '180938.289000', '180938.292000', '180938.295000', '180938.298000', '180938.300000', '180938.303000', '180938.306000', '180938.309000', '180938.312000', '180938.315000', '180938.318000', '180958.195000', '180958.198000', '180958.201000', '180958.203000', '180958.206000', '180958.209000', '180958.212000', '180958.215000', '180958.218000', '180958.221000', '180958.224000', '180958.226000', '180958.229000', '180958.232000', '180958.235000', '180958.238000', '180958.241000', '180958.245000', '180958.247000', '180958.250000', '180958.253000', '180958.256000', '180958.259000', '180958.262000', '180958.265000', '180958.267000', '180958.270000', '180958.273000', '180958.276000', '180958.279000', '180958.282000', '180958.285000', '180958.287000', '180958.290000', '180958.298000', '180958.301000', '180958.304000', '180958.306000', '180958.309000', '180958.312000', '180958.315000', '180958.318000', '180958.321000', '180958.324000', '181018.195000', '181018.198000', '181018.201000', '181018.204000', '181018.207000', '181018.209000', '181018.212000', '181018.215000', '181018.218000', '181018.221000', '181018.224000', '181018.227000', '181018.230000', '181018.232000', '181018.235000', '181018.238000', '181018.241000', '181018.244000', '181018.247000', '181018.250000', '181018.253000', '181018.255000', '181018.258000', '181018.261000', '181018.264000', '181018.267000', '181018.270000', '181018.273000', '181018.276000', '181018.278000', '181018.281000', '181018.284000', '181018.287000', '181018.290000', '181018.293000', '181018.295000', '181018.298000', '181018.301000', '181018.304000', '181018.307000', '181018.310000', '181018.313000', '181018.316000', '181038.194000', '181038.197000', '181038.200000', '181038.203000', '181038.206000', '181038.209000', '181038.212000', '181038.215000', '181038.217000', '181038.220000', '181038.223000', '181038.226000', '181038.229000', '181038.232000', '181038.235000', '181038.237000', '181038.240000', '181038.243000', '181038.246000', '181038.249000', '181038.252000', '181038.254000', '181038.257000', '181038.260000', '181038.263000', '181038.266000', '181038.269000', '181038.272000', '181038.274000', '181038.277000', '181038.280000', '181038.283000', '181038.286000', '181038.289000', '181038.292000', '181038.294000', '181038.297000', '181038.300000', '181038.303000', '181038.306000', '181038.309000', '181038.312000', '181038.314000', '181058.194000', '181058.197000', '181058.200000', '181058.203000', '181058.205000', '181058.208000', '181058.211000', '181058.214000', '181058.217000', '181058.220000', '181058.223000', '181058.226000', '181058.229000', '181058.231000', '181058.234000', '181058.237000', '181058.240000', '181058.243000', '181058.246000', '181058.256000', '181058.258000', '181058.261000', '181058.264000', '181058.267000', '181058.279000', '181058.281000', '181058.284000', '181058.287000', '181058.290000', '181058.293000', '181058.296000', '181058.299000', '181058.302000', '181058.304000', '181058.307000', '181058.310000', '181058.313000', '181058.317000', '181058.320000', '181058.323000', '181058.326000', '181058.329000', '181058.332000', '181058.335000', '181118.195000', '181118.208000', '181118.211000', '181118.213000', '181118.216000', '181118.219000', '181118.222000', '181118.225000', '181118.228000', '181118.231000', '181118.233000', '181118.236000', '181118.239000', '181118.242000', '181118.245000', '181118.248000', '181118.251000', '181118.254000', '181118.256000', '181118.259000', '181118.262000', '181118.265000', '181118.268000', '181118.271000', '181118.274000', '181118.277000', '181118.279000', '181118.282000', '181118.285000', '181118.288000', '181118.291000', '181118.294000', '181118.297000', '181118.300000', '181118.303000', '181118.306000', '181118.308000', '181118.311000', '181118.314000', '181118.317000', '181118.320000', '181118.323000', '181118.326000', '181138.195000', '181138.198000', '181138.201000', '181138.204000', '181138.207000', '181138.209000', '181138.212000', '181138.215000', '181138.218000', '181138.221000', '181138.224000', '181138.227000', '181138.230000', '181138.232000', '181138.235000', '181138.238000', '181138.241000', '181138.244000', '181138.247000', '181138.250000', '181138.252000', '181138.255000', '181138.258000', '181138.261000', '181138.264000', '181138.267000', '181138.270000', '181138.273000', '181138.275000', '181138.278000', '181138.281000', '181138.284000', '181138.287000', '181138.290000', '181138.292000', '181138.295000', '181138.298000', '181138.301000', '181138.304000', '181138.307000', '181138.310000', '181138.312000', '181138.315000', '181138.318000', '181158.196000', '181158.199000', '181158.202000', '181158.205000', '181158.207000', '181158.210000', '181158.213000', '181158.216000', '181158.219000', '181158.222000', '181158.225000', '181158.227000', '181158.230000', '181158.233000', '181158.236000', '181158.239000', '181158.242000', '181158.245000', '181158.248000', '181158.250000', '181158.253000', '181158.256000', '181158.259000', '181158.262000', '181158.265000', '181158.268000', '181158.270000', '181158.273000', '181158.276000', '181158.279000', '181158.282000', '181158.285000', '181158.287000', '181158.290000', '181158.293000', '181158.296000', '181158.299000', '181158.302000', '181158.304000', '181158.307000', '181158.310000', '181158.313000', '181158.316000', '181218.195000', '181218.202000', '181218.205000', '181218.208000', '181218.211000', '181218.213000', '181218.216000', '181218.219000', '181218.222000', '181218.225000', '181218.228000', '181218.231000', '181218.234000', '181218.237000', '181218.240000', '181218.242000', '181218.245000', '181218.248000', '181218.251000', '181218.254000', '181218.257000', '181218.260000', '181218.263000', '181218.266000', '181218.268000', '181218.271000', '181218.274000', '181218.277000', '181218.280000', '181218.283000', '181218.285000', '181218.288000', '181218.291000', '181218.294000', '181218.297000', '181218.304000', '181218.307000', '181218.310000', '181218.313000', '181218.316000', '181218.319000', '181218.322000', '181218.324000', '181218.327000', '181238.195000', '181238.198000', '181238.201000', '181238.204000', '181238.206000', '181238.209000', '181238.212000', '181238.215000', '181238.218000', '181238.221000', '181238.224000', '181238.227000', '181238.230000', '181238.234000', '181238.238000', '181238.240000', '181238.243000', '181238.246000', '181238.249000', '181238.252000', '181238.255000', '181238.258000', '181238.261000', '181238.263000', '181238.266000', '181238.269000', '181238.272000', '181238.275000', '181238.278000', '181238.280000', '181238.283000', '181238.286000', '181238.289000', '181238.292000', '181238.295000', '181238.297000', '181238.300000', '181238.303000', '181238.306000', '181238.309000', '181238.312000', '181238.314000', '181238.317000', '181258.194000', '181258.197000', '181258.200000', '181258.203000', '181258.205000', '181258.208000', '181258.211000', '181258.214000', '181258.217000', '181258.220000', '181258.223000', '181258.226000', '181258.228000', '181258.231000', '181258.234000', '181258.237000', '181258.240000', '181258.243000', '181258.246000', '181258.248000', '181258.251000', '181258.254000', '181258.257000', '181258.260000', '181258.263000', '181258.265000', '181258.268000', '181258.271000', '181258.274000', '181258.277000', '181258.280000', '181258.282000', '181258.285000', '181258.288000', '181258.291000', '181258.294000', '181258.297000', '181258.300000', '181258.302000', '181258.305000', '181258.308000', '181258.311000', '181258.314000', '181258.317000', '181318.194000', '181318.219000', '181318.222000', '181318.227000', '181318.231000', '181318.234000', '181318.237000', '181318.240000', '181318.242000', '181318.245000', '181318.248000', '181318.251000', '181318.254000', '181318.257000', '181318.260000', '181318.263000', '181318.265000', '181318.268000', '181318.271000', '181318.274000', '181318.277000', '181318.280000', '181318.283000', '181318.285000', '181318.288000', '181318.291000', '181318.294000', '181318.297000', '181318.300000', '181318.302000', '181318.305000', '181318.308000', '181318.311000', '181318.314000', '181318.317000', '181318.320000', '181318.322000', '181318.325000', '181318.328000', '181318.331000', '181318.334000', '181318.337000', '181318.339000', '181335.294000', '181335.298000', '181335.301000', '181335.304000', '181335.307000', '181335.310000', '181335.313000', '181335.317000', '181335.320000', '181335.324000', '181335.328000', '181335.331000', '181335.334000', '181335.337000', '181335.340000', '181335.343000', '181335.346000', '181335.349000', '181335.352000', '181335.355000', '181335.358000', '181335.361000', '181335.364000', '181335.368000', '181335.371000', '181335.373000', '181335.376000', '181335.379000', '181335.382000', '181335.385000', '181335.388000', '181335.391000', '181335.394000', '181335.396000', '181335.399000', '181335.402000', '181335.405000', '181335.408000'], 'InstanceCreationTime': ['180658.228000', '180658.231000', '180658.234000', '180658.237000', '180658.240000', '180658.243000', '180658.245000', '180658.248000', '180658.251000', '180658.254000', '180658.257000', '180658.260000', '180658.263000', '180658.267000', '180658.270000', '180658.273000', '180658.276000', '180658.279000', '180658.282000', '180658.285000', '180658.287000', '180658.290000', '180658.293000', '180658.296000', '180658.299000', '180658.302000', '180658.304000', '180658.307000', '180658.310000', '180658.313000', '180658.317000', '180658.320000', '180658.323000', '180658.326000', '180658.329000', '180658.331000', '180658.334000', '180658.337000', '180658.340000', '180658.343000', '180658.345000', '180658.348000', '180658.351000', '180658.354000', '180658.357000', '180658.359000', '180658.362000', '180658.365000', '180658.368000', '180658.371000', '180718.195000', '180718.198000', '180718.201000', '180718.204000', '180718.206000', '180718.209000', '180718.212000', '180718.215000', '180718.218000', '180718.221000', '180718.223000', '180718.226000', '180718.229000', '180718.232000', '180718.235000', '180718.238000', '180718.240000', '180718.243000', '180718.246000', '180718.249000', '180718.252000', '180718.255000', '180718.257000', '180718.260000', '180718.263000', '180718.266000', '180718.269000', '180718.278000', '180718.281000', '180718.283000', '180718.286000', '180718.289000', '180718.292000', '180718.295000', '180718.298000', '180718.301000', '180718.303000', '180718.306000', '180718.309000', '180718.312000', '180718.315000', '180718.318000', '180718.320000', '180718.323000', '180738.195000', '180738.198000', '180738.201000', '180738.203000', '180738.206000', '180738.209000', '180738.212000', '180738.215000', '180738.218000', '180738.221000', '180738.223000', '180738.226000', '180738.229000', '180738.232000', '180738.235000', '180738.238000', '180738.240000', '180738.243000', '180738.246000', '180738.249000', '180738.252000', '180738.255000', '180738.258000', '180738.261000', '180738.263000', '180738.266000', '180738.269000', '180738.272000', '180738.275000', '180738.278000', '180738.280000', '180738.289000', '180738.292000', '180738.297000', '180738.300000', '180738.303000', '180738.306000', '180738.308000', '180738.311000', '180738.314000', '180738.317000', '180738.320000', '180738.323000', '180758.195000', '180758.198000', '180758.201000', '180758.212000', '180758.215000', '180758.218000', '180758.220000', '180758.223000', '180758.226000', '180758.229000', '180758.232000', '180758.234000', '180758.237000', '180758.240000', '180758.243000', '180758.246000', '180758.249000', '180758.252000', '180758.255000', '180758.257000', '180758.260000', '180758.263000', '180758.266000', '180758.269000', '180758.275000', '180758.278000', '180758.280000', '180758.283000', '180758.286000', '180758.289000', '180758.292000', '180758.295000', '180758.298000', '180758.300000', '180758.303000', '180758.306000', '180758.309000', '180758.312000', '180758.315000', '180758.318000', '180758.320000', '180758.323000', '180758.326000', '180758.329000', '180818.194000', '180818.197000', '180818.200000', '180818.203000', '180818.206000', '180818.208000', '180818.211000', '180818.214000', '180818.217000', '180818.220000', '180818.223000', '180818.225000', '180818.228000', '180818.231000', '180818.234000', '180818.237000', '180818.241000', '180818.244000', '180818.247000', '180818.250000', '180818.253000', '180818.255000', '180818.258000', '180818.261000', '180818.264000', '180818.267000', '180818.270000', '180818.273000', '180818.294000', '180818.297000', '180818.300000', '180818.303000', '180818.306000', '180818.309000', '180818.312000', '180818.315000', '180818.318000', '180818.320000', '180818.323000', '180818.326000', '180818.329000', '180818.332000', '180818.335000', '180838.194000', '180838.274000', '180838.277000', '180838.280000', '180838.283000', '180838.286000', '180838.289000', '180838.291000', '180838.294000', '180838.297000', '180838.300000', '180838.303000', '180838.306000', '180838.309000', '180838.311000', '180838.314000', '180838.317000', '180838.320000', '180838.323000', '180838.326000', '180838.329000', '180838.332000', '180838.335000', '180838.337000', '180838.340000', '180838.343000', '180838.346000', '180838.349000', '180838.351000', '180838.354000', '180838.357000', '180838.360000', '180838.363000', '180838.366000', '180838.369000', '180838.372000', '180838.374000', '180838.377000', '180838.380000', '180838.383000', '180838.386000', '180838.389000', '180838.391000', '180838.394000', '180858.195000', '180858.198000', '180858.201000', '180858.204000', '180858.206000', '180858.209000', '180858.212000', '180858.215000', '180858.218000', '180858.221000', '180858.224000', '180858.227000', '180858.230000', '180858.232000', '180858.235000', '180858.238000', '180858.241000', '180858.244000', '180858.247000', '180858.250000', '180858.252000', '180858.255000', '180858.258000', '180858.261000', '180858.264000', '180858.267000', '180858.269000', '180858.272000', '180858.275000', '180858.278000', '180858.281000', '180858.284000', '180858.286000', '180858.289000', '180858.292000', '180858.295000', '180858.298000', '180858.301000', '180858.303000', '180858.306000', '180858.309000', '180858.312000', '180858.315000', '180918.195000', '180918.198000', '180918.201000', '180918.203000', '180918.206000', '180918.209000', '180918.212000', '180918.215000', '180918.218000', '180918.221000', '180918.223000', '180918.226000', '180918.229000', '180918.232000', '180918.235000', '180918.238000', '180918.241000', '180918.244000', '180918.247000', '180918.250000', '180918.252000', '180918.255000', '180918.258000', '180918.261000', '180918.264000', '180918.267000', '180918.269000', '180918.272000', '180918.275000', '180918.278000', '180918.281000', '180918.284000', '180918.287000', '180918.290000', '180918.293000', '180918.296000', '180918.298000', '180918.301000', '180918.304000', '180918.307000', '180918.310000', '180918.313000', '180918.315000', '180918.327000', '180938.195000', '180938.199000', '180938.202000', '180938.205000', '180938.207000', '180938.210000', '180938.213000', '180938.216000', '180938.219000', '180938.222000', '180938.224000', '180938.227000', '180938.230000', '180938.233000', '180938.236000', '180938.239000', '180938.242000', '180938.245000', '180938.247000', '180938.250000', '180938.253000', '180938.256000', '180938.259000', '180938.262000', '180938.265000', '180938.267000', '180938.270000', '180938.273000', '180938.277000', '180938.280000', '180938.283000', '180938.286000', '180938.289000', '180938.292000', '180938.295000', '180938.298000', '180938.300000', '180938.303000', '180938.306000', '180938.309000', '180938.312000', '180938.315000', '180938.318000', '180958.195000', '180958.198000', '180958.201000', '180958.203000', '180958.206000', '180958.209000', '180958.212000', '180958.215000', '180958.218000', '180958.221000', '180958.224000', '180958.226000', '180958.229000', '180958.232000', '180958.235000', '180958.238000', '180958.241000', '180958.245000', '180958.247000', '180958.250000', '180958.253000', '180958.256000', '180958.259000', '180958.262000', '180958.265000', '180958.267000', '180958.270000', '180958.273000', '180958.276000', '180958.279000', '180958.282000', '180958.285000', '180958.287000', '180958.290000', '180958.298000', '180958.301000', '180958.304000', '180958.306000', '180958.309000', '180958.312000', '180958.315000', '180958.318000', '180958.321000', '180958.324000', '181018.195000', '181018.198000', '181018.201000', '181018.204000', '181018.207000', '181018.209000', '181018.212000', '181018.215000', '181018.218000', '181018.221000', '181018.224000', '181018.227000', '181018.230000', '181018.232000', '181018.235000', '181018.238000', '181018.241000', '181018.244000', '181018.247000', '181018.250000', '181018.253000', '181018.255000', '181018.258000', '181018.261000', '181018.264000', '181018.267000', '181018.270000', '181018.273000', '181018.276000', '181018.278000', '181018.281000', '181018.284000', '181018.287000', '181018.290000', '181018.293000', '181018.295000', '181018.298000', '181018.301000', '181018.304000', '181018.307000', '181018.310000', '181018.313000', '181018.316000', '181038.194000', '181038.197000', '181038.200000', '181038.203000', '181038.206000', '181038.209000', '181038.212000', '181038.215000', '181038.217000', '181038.220000', '181038.223000', '181038.226000', '181038.229000', '181038.232000', '181038.235000', '181038.237000', '181038.240000', '181038.243000', '181038.246000', '181038.249000', '181038.252000', '181038.254000', '181038.257000', '181038.260000', '181038.263000', '181038.266000', '181038.269000', '181038.272000', '181038.274000', '181038.277000', '181038.280000', '181038.283000', '181038.286000', '181038.289000', '181038.292000', '181038.294000', '181038.297000', '181038.300000', '181038.303000', '181038.306000', '181038.309000', '181038.312000', '181038.314000', '181058.194000', '181058.197000', '181058.200000', '181058.203000', '181058.205000', '181058.208000', '181058.211000', '181058.214000', '181058.217000', '181058.220000', '181058.223000', '181058.226000', '181058.229000', '181058.231000', '181058.234000', '181058.237000', '181058.240000', '181058.243000', '181058.246000', '181058.256000', '181058.258000', '181058.261000', '181058.264000', '181058.267000', '181058.279000', '181058.281000', '181058.284000', '181058.287000', '181058.290000', '181058.293000', '181058.296000', '181058.299000', '181058.302000', '181058.304000', '181058.307000', '181058.310000', '181058.313000', '181058.317000', '181058.320000', '181058.323000', '181058.326000', '181058.329000', '181058.332000', '181058.335000', '181118.195000', '181118.208000', '181118.211000', '181118.213000', '181118.216000', '181118.219000', '181118.222000', '181118.225000', '181118.228000', '181118.231000', '181118.233000', '181118.236000', '181118.239000', '181118.242000', '181118.245000', '181118.248000', '181118.251000', '181118.254000', '181118.256000', '181118.259000', '181118.262000', '181118.265000', '181118.268000', '181118.271000', '181118.274000', '181118.277000', '181118.279000', '181118.282000', '181118.285000', '181118.288000', '181118.291000', '181118.294000', '181118.297000', '181118.300000', '181118.303000', '181118.306000', '181118.308000', '181118.311000', '181118.314000', '181118.317000', '181118.320000', '181118.323000', '181118.326000', '181138.195000', '181138.198000', '181138.201000', '181138.204000', '181138.207000', '181138.209000', '181138.212000', '181138.215000', '181138.218000', '181138.221000', '181138.224000', '181138.227000', '181138.230000', '181138.232000', '181138.235000', '181138.238000', '181138.241000', '181138.244000', '181138.247000', '181138.250000', '181138.252000', '181138.255000', '181138.258000', '181138.261000', '181138.264000', '181138.267000', '181138.270000', '181138.273000', '181138.275000', '181138.278000', '181138.281000', '181138.284000', '181138.287000', '181138.290000', '181138.292000', '181138.295000', '181138.298000', '181138.301000', '181138.304000', '181138.307000', '181138.310000', '181138.312000', '181138.315000', '181138.318000', '181158.196000', '181158.199000', '181158.202000', '181158.205000', '181158.207000', '181158.210000', '181158.213000', '181158.216000', '181158.219000', '181158.222000', '181158.225000', '181158.227000', '181158.230000', '181158.233000', '181158.236000', '181158.239000', '181158.242000', '181158.245000', '181158.248000', '181158.250000', '181158.253000', '181158.256000', '181158.259000', '181158.262000', '181158.265000', '181158.268000', '181158.270000', '181158.273000', '181158.276000', '181158.279000', '181158.282000', '181158.285000', '181158.287000', '181158.290000', '181158.293000', '181158.296000', '181158.299000', '181158.302000', '181158.304000', '181158.307000', '181158.310000', '181158.313000', '181158.316000', '181218.195000', '181218.202000', '181218.205000', '181218.208000', '181218.211000', '181218.213000', '181218.216000', '181218.219000', '181218.222000', '181218.225000', '181218.228000', '181218.231000', '181218.234000', '181218.237000', '181218.240000', '181218.242000', '181218.245000', '181218.248000', '181218.251000', '181218.254000', '181218.257000', '181218.260000', '181218.263000', '181218.266000', '181218.268000', '181218.271000', '181218.274000', '181218.277000', '181218.280000', '181218.283000', '181218.285000', '181218.288000', '181218.291000', '181218.294000', '181218.297000', '181218.304000', '181218.307000', '181218.310000', '181218.313000', '181218.316000', '181218.319000', '181218.322000', '181218.324000', '181218.327000', '181238.195000', '181238.198000', '181238.201000', '181238.204000', '181238.206000', '181238.209000', '181238.212000', '181238.215000', '181238.218000', '181238.221000', '181238.224000', '181238.227000', '181238.230000', '181238.234000', '181238.238000', '181238.240000', '181238.243000', '181238.246000', '181238.249000', '181238.252000', '181238.255000', '181238.258000', '181238.261000', '181238.263000', '181238.266000', '181238.269000', '181238.272000', '181238.275000', '181238.278000', '181238.280000', '181238.283000', '181238.286000', '181238.289000', '181238.292000', '181238.295000', '181238.297000', '181238.300000', '181238.303000', '181238.306000', '181238.309000', '181238.312000', '181238.314000', '181238.317000', '181258.194000', '181258.197000', '181258.200000', '181258.203000', '181258.205000', '181258.208000', '181258.211000', '181258.214000', '181258.217000', '181258.220000', '181258.223000', '181258.226000', '181258.228000', '181258.231000', '181258.234000', '181258.237000', '181258.240000', '181258.243000', '181258.246000', '181258.248000', '181258.251000', '181258.254000', '181258.257000', '181258.260000', '181258.263000', '181258.265000', '181258.268000', '181258.271000', '181258.274000', '181258.277000', '181258.280000', '181258.282000', '181258.285000', '181258.288000', '181258.291000', '181258.294000', '181258.297000', '181258.300000', '181258.302000', '181258.305000', '181258.308000', '181258.311000', '181258.314000', '181258.317000', '181318.194000', '181318.219000', '181318.222000', '181318.227000', '181318.231000', '181318.234000', '181318.237000', '181318.240000', '181318.242000', '181318.245000', '181318.248000', '181318.251000', '181318.254000', '181318.257000', '181318.260000', '181318.263000', '181318.265000', '181318.268000', '181318.271000', '181318.274000', '181318.277000', '181318.280000', '181318.283000', '181318.285000', '181318.288000', '181318.291000', '181318.294000', '181318.297000', '181318.300000', '181318.302000', '181318.305000', '181318.308000', '181318.311000', '181318.314000', '181318.317000', '181318.320000', '181318.322000', '181318.325000', '181318.328000', '181318.331000', '181318.334000', '181318.337000', '181318.339000', '181335.294000', '181335.298000', '181335.301000', '181335.304000', '181335.307000', '181335.310000', '181335.313000', '181335.317000', '181335.320000', '181335.324000', '181335.328000', '181335.331000', '181335.334000', '181335.337000', '181335.340000', '181335.343000', '181335.346000', '181335.349000', '181335.352000', '181335.355000', '181335.358000', '181335.361000', '181335.364000', '181335.368000', '181335.371000', '181335.373000', '181335.376000', '181335.379000', '181335.382000', '181335.385000', '181335.388000', '181335.391000', '181335.394000', '181335.396000', '181335.399000', '181335.402000', '181335.405000', '181335.408000'], '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': [10679, 9915, 15705, 11124, 11519, 10769, 10428, 10475, 10581, 10038, 10030, 10616, 9859, 10695, 9927, 10131, 10587, 8952, 10494, 10147, 10509, 10542, 8622, 10680, 10653, 15317, 10705, 10814, 10755, 10915, 15641, 12367, 9948, 10597, 10338, 12883, 10593, 10208, 12396, 10215, 9168, 10705, 10364, 15872, 10625, 11378, 10834, 10479, 15095, 10602, 10574, 10783, 10136, 14597, 10467, 10602, 14934, 10594, 11692, 10678, 10556, 15312, 10712, 10060, 10665, 10361, 9524, 10756, 10271, 10279, 10489, 9978, 10785, 10607, 13092, 10809, 10205, 12817, 10569, 11933, 12426, 10539, 13162, 10797, 10804, 15639, 10848, 10132, 10709, 10397, 11169, 10564, 10160, 14029, 10736, 10777, 15236, 10633, 11321, 10776, 10405, 12462, 10681, 10913, 15843, 11861, 10587, 10687, 13973, 16573, 12370, 10292, 10322, 10454, 10066, 10661, 10274, 8581, 10827, 10422, 9490, 10729, 10666, 13658, 11167, 10423, 13554, 10660, 10769, 15695, 11945, 10279, 14807, 10457, 10764, 15762, 11960, 10147, 13939, 10262, 10734, 14853, 10674, 10143, 10734, 10378, 8967, 10128, 10446, 9899, 10787, 10309, 13290, 10473, 10283, 12468, 10525, 9521, 10387, 10623, 14517, 10522, 10227, 14953, 10539, 10436, 15343, 10645, 10748, 11140, 10222, 10489, 10720, 10439, 12810, 10586, 10758, 15339, 10777, 9979, 10946, 10359, 9758, 11274, 10637, 13375, 10823, 10192, 13654, 10527, 9836, 10831, 10387, 11377, 10470, 10844, 15950, 10789, 10076, 10346, 10458, 10437, 10610, 10509, 13572, 10476, 10835, 15390, 10796, 8505, 10696, 10399, 10903, 10462, 10413, 10406, 10424, 8262, 10459, 10390, 15346, 11787, 10154, 11536, 10346, 10682, 10735, 10446, 14288, 10540, 10618, 16100, 10749, 10764, 10613, 10464, 13402, 10675, 10333, 10707, 10287, 8937, 10469, 10394, 13125, 10736, 10058, 14209, 10534, 13027, 10537, 10281, 14521, 10486, 10018, 10241, 10457, 10581, 10744, 10633, 15770, 10590, 11218, 10696, 10441, 13690, 10521, 10058, 14109, 10509, 11023, 10692, 10724, 15468, 10667, 10209, 12028, 10669, 9411, 10745, 10276, 12653, 10602, 10082, 11640, 10562, 9373, 10409, 10812, 13043, 10754, 10148, 11077, 10598, 8714, 10488, 10601, 13232, 10853, 10187, 15492, 10572, 11508, 10766, 10641, 15348, 10612, 10345, 10465, 10535, 10616, 10248, 10505, 16138, 11940, 10226, 10350, 10311, 9489, 10655, 10337, 10351, 10408, 8634, 10249, 10602, 12766, 10751, 10835, 14729, 10346, 14193, 10814, 10446, 15298, 11425, 11105, 10756, 10582, 14011, 10632, 10065, 12629, 10549, 12047, 10561, 9836, 13270, 10601, 10538, 10767, 10494, 14865, 10839, 11497, 10679, 10210, 11537, 10405, 14572, 11152, 10405, 10514, 10356, 15393, 11452, 11648, 10459, 10549, 13526, 10534, 9942, 14169, 10523, 11757, 10560, 9834, 12205, 10399, 11070, 10528, 9782, 11840, 10406, 12154, 10751, 9837, 14826, 10702, 11551, 10682, 10213, 14650, 10616, 12337, 10549, 10407, 13670, 10450, 9795, 13090, 10480, 10558, 10315, 10437, 15034, 10562, 11865, 10540, 10410, 14340, 10471, 10911, 10687, 10473, 13191, 10347, 10187, 10362, 10579, 13296, 10781, 10615, 15657, 12025, 10127, 10516, 10404, 12264, 10317, 9415, 10643, 10395, 10974, 10500, 10347, 14630, 10450, 11879, 10432, 10619, 15163, 10536, 12228, 10573, 10223, 15925, 11299, 10772, 10625, 10368, 13031, 10312, 10284, 12557, 10701, 8838, 10321, 10228, 10578, 10518, 10230, 10343, 9805, 12964, 10342, 13914, 10618, 10617, 10359, 10478, 14510, 10396, 11782, 10750, 10099, 11940, 10304, 14099, 10783, 8794, 10482, 10530, 14820, 10636, 10491, 10628, 10169, 15151, 10430, 11948, 10494, 10363, 10442, 10273, 14654, 11537, 10348, 13529, 10381, 10273, 10593, 10577, 13706, 10305, 10920, 12120, 10313, 12707, 10528, 9541, 10437, 10429, 13624, 10435, 9800, 13430, 10459, 12447, 10608, 9882, 11571, 10536, 13320, 10680, 9040, 10326, 10565, 14291, 10537, 11732, 10627, 10231, 10187, 10868, 12815, 10453, 10320, 14432, 10484, 10966, 10485, 10659, 13658, 10612, 10298, 10796, 10307, 15256, 10547, 10572, 14121, 10678, 10941, 10650, 10487, 14893, 10690, 9247, 10650, 10399, 12740, 10315, 10588, 10425, 10377, 14246, 10353, 9929, 10463, 10748, 13956, 10519, 9943, 12729, 10351, 10610, 10767, 10197, 14463, 10332, 12087, 10543, 10300, 11950, 10391, 12304, 10925, 10435, 10354, 10590, 9752, 10187, 10226, 13702, 10566, 9841, 10511, 10960, 15398, 10522, 11293, 10423, 10380, 14745, 10672, 10196, 10673, 10617, 14840, 10626, 9059, 10619, 10499, 14165, 10462, 11418, 10530, 10540, 14014, 10441, 10312, 12730, 10447, 14210, 10586, 10265, 16250, 12758, 11063, 10403, 10289, 11619, 10236, 10216, 10411, 10574, 9524, 10163, 10500, 15261, 10679, 11331, 10452, 10097, 13599, 10209, 11834, 10579, 10335, 15002, 10117, 12558, 13199, 10390, 13184, 10531, 10019, 13311, 10434, 10943, 10648, 10164, 11931, 10135, 12387, 10361, 10373, 10459, 10414, 13575, 10362, 10422, 12658, 10350, 9555, 10273, 10227, 14987, 10634, 9093, 10442, 10543, 13883, 10443, 14281, 10758, 13013, 9546, 9662, 10162, 10126, 10525, 10392, 10619, 11374, 15569, 12039, 13401, 10566, 10130, 12919, 10450, 13231, 10551, 10271, 10335, 10456, 9004, 10405, 10215, 15025, 10560, 11307, 10315, 10455, 13632, 10567, 9958, 10660, 9922, 10065, 10441, 9907, 10584, 10025, 14919, 10301, 12305, 10291, 10267, 10966, 10277, 11742, 10379, 10246, 10307, 10414, 10289, 11862, 10348, 14159, 10648, 10097, 13292, 10523, 11642, 10535, 10288, 14775, 10214, 11092, 11531, 10438, 11554, 10581, 10639, 15490, 10871, 10128, 10380, 10365, 10425, 10335, 10491, 10120, 10434, 10081, 13256, 10624, 11877, 10465, 10149, 9973, 10313, 9875, 10500, 10370, 13639, 10552, 10313, 15531, 10902, 11303, 14005, 10535, 11293, 10438, 10149, 13867, 10554, 9899, 10548, 10501, 9544, 10104, 10194, 10863, 10557, 10694, 12021, 10701, 15308, 11616, 12404, 10563, 10938, 15562, 12258, 13944, 10397, 10481, 10520, 10569, 11409, 13400, 10512, 12808, 10804, 10388, 10323, 10432, 12310, 10403, 10193, 10334, 10241, 8682, 10170, 10216, 10486, 10579, 8972, 10098, 10212, 12603, 10650, 11033, 10358, 10501, 15957, 12489, 12577, 10505, 10322, 15808, 11796, 12216, 13097, 10477, 12538, 10592, 9782, 12354, 10527, 12032, 10642, 10166, 10350, 10701, 14161, 10509, 10120, 10670, 10579, 12494, 10362, 8345, 10468, 10509, 14025, 10406, 11605, 10384, 10606, 12562, 10531, 11238, 10302, 10029, 10468, 10474, 14595, 10544, 12013, 10367, 10476, 13810, 10613, 9291, 10203, 10610, 10468, 10618, 10328, 10533, 11273, 10574, 10653, 12200, 10368, 10474, 10652, 10518, 14043, 10487, 10302, 10488, 10550, 12181, 10876, 10001, 12935, 10571], 'WindowCenter': [3860.0, 3834.0, 3871.0, 3828.0, 3826.0, 3825.0, 3814.0, 3812.0, 3813.0, 3813.0, 3812.0, 3815.0, 3813.0, 3825.0, 3814.0, 3813.0, 3825.0, 3804.0, 3825.0, 3817.0, 3825.0, 3827.0, 3793.0, 3825.0, 3826.0, 3857.0, 3826.0, 3827.0, 3825.0, 3825.0, 3856.0, 3836.0, 3814.0, 3825.0, 3815.0, 3834.0, 3814.0, 3814.0, 3835.0, 3814.0, 3803.0, 3814.0, 3814.0, 3856.0, 3815.0, 3823.0, 3824.0, 3813.0, 3844.0, 3814.0, 3813.0, 3825.0, 3815.0, 3844.0, 3814.0, 3813.0, 3855.0, 3813.0, 3823.0, 3812.0, 3812.0, 3843.0, 3813.0, 3803.0, 3813.0, 3814.0, 3813.0, 3824.0, 3814.0, 3814.0, 3826.0, 3813.0, 3824.0, 3826.0, 3845.0, 3826.0, 3826.0, 3835.0, 3814.0, 3835.0, 3836.0, 3815.0, 3834.0, 3825.0, 3825.0, 3856.0, 3826.0, 3814.0, 3824.0, 3815.0, 3824.0, 3825.0, 3815.0, 3846.0, 3827.0, 3825.0, 3855.0, 3825.0, 3825.0, 3826.0, 3827.0, 3846.0, 3826.0, 3826.0, 3856.0, 3836.0, 3825.0, 3827.0, 3859.0, 3860.0, 3835.0, 3814.0, 3812.0, 3824.0, 3813.0, 3812.0, 3813.0, 3792.0, 3824.0, 3826.0, 3814.0, 3826.0, 3826.0, 3847.0, 3826.0, 3826.0, 3846.0, 3826.0, 3825.0, 3857.0, 3836.0, 3815.0, 3845.0, 3814.0, 3824.0, 3856.0, 3824.0, 3813.0, 3844.0, 3813.0, 3823.0, 3844.0, 3813.0, 3813.0, 3823.0, 3814.0, 3802.0, 3812.0, 3814.0, 3812.0, 3825.0, 3815.0, 3845.0, 3825.0, 3814.0, 3835.0, 3825.0, 3814.0, 3814.0, 3824.0, 3845.0, 3825.0, 3815.0, 3856.0, 3813.0, 3815.0, 3855.0, 3815.0, 3824.0, 3825.0, 3813.0, 3813.0, 3823.0, 3814.0, 3833.0, 3813.0, 3823.0, 3854.0, 3824.0, 3815.0, 3824.0, 3814.0, 3802.0, 3823.0, 3813.0, 3844.0, 3824.0, 3814.0, 3844.0, 3824.0, 3813.0, 3824.0, 3814.0, 3823.0, 3813.0, 3824.0, 3855.0, 3825.0, 3814.0, 3814.0, 3814.0, 3812.0, 3812.0, 3813.0, 3833.0, 3812.0, 3823.0, 3843.0, 3824.0, 3791.0, 3813.0, 3814.0, 3823.0, 3824.0, 3824.0, 3824.0, 3825.0, 3793.0, 3813.0, 3814.0, 3856.0, 3836.0, 3814.0, 3823.0, 3813.0, 3813.0, 3824.0, 3825.0, 3845.0, 3813.0, 3813.0, 3855.0, 3824.0, 3823.0, 3823.0, 3814.0, 3843.0, 3824.0, 3814.0, 3825.0, 3826.0, 3803.0, 3814.0, 3816.0, 3845.0, 3826.0, 3815.0, 3845.0, 3814.0, 3835.0, 3813.0, 3814.0, 3844.0, 3813.0, 3812.0, 3813.0, 3824.0, 3813.0, 3825.0, 3824.0, 3855.0, 3824.0, 3824.0, 3825.0, 3826.0, 3844.0, 3814.0, 3814.0, 3845.0, 3825.0, 3825.0, 3814.0, 3824.0, 3855.0, 3813.0, 3813.0, 3833.0, 3814.0, 3802.0, 3823.0, 3814.0, 3833.0, 3824.0, 3815.0, 3824.0, 3825.0, 3803.0, 3824.0, 3826.0, 3845.0, 3825.0, 3825.0, 3824.0, 3825.0, 3793.0, 3825.0, 3826.0, 3847.0, 3826.0, 3826.0, 3856.0, 3815.0, 3825.0, 3825.0, 3825.0, 3856.0, 3826.0, 3814.0, 3825.0, 3825.0, 3824.0, 3814.0, 3814.0, 3856.0, 3836.0, 3813.0, 3813.0, 3814.0, 3802.0, 3826.0, 3814.0, 3826.0, 3826.0, 3804.0, 3826.0, 3827.0, 3848.0, 3838.0, 3827.0, 3857.0, 3815.0, 3846.0, 3826.0, 3826.0, 3856.0, 3825.0, 3825.0, 3825.0, 3826.0, 3845.0, 3825.0, 3815.0, 3835.0, 3825.0, 3834.0, 3814.0, 3814.0, 3845.0, 3814.0, 3826.0, 3826.0, 3825.0, 3856.0, 3825.0, 3835.0, 3826.0, 3827.0, 3825.0, 3825.0, 3856.0, 3826.0, 3814.0, 3826.0, 3827.0, 3856.0, 3825.0, 3825.0, 3825.0, 3825.0, 3845.0, 3814.0, 3813.0, 3845.0, 3813.0, 3823.0, 3813.0, 3802.0, 3823.0, 3814.0, 3823.0, 3813.0, 3813.0, 3823.0, 3813.0, 3834.0, 3825.0, 3813.0, 3844.0, 3815.0, 3824.0, 3825.0, 3826.0, 3844.0, 3813.0, 3835.0, 3813.0, 3814.0, 3844.0, 3814.0, 3813.0, 3834.0, 3813.0, 3813.0, 3814.0, 3814.0, 3844.0, 3813.0, 3835.0, 3824.0, 3825.0, 3844.0, 3813.0, 3813.0, 3813.0, 3814.0, 3833.0, 3813.0, 3813.0, 3813.0, 3814.0, 3845.0, 3824.0, 3813.0, 3843.0, 3835.0, 3812.0, 3814.0, 3826.0, 3833.0, 3814.0, 3804.0, 3826.0, 3826.0, 3824.0, 3825.0, 3815.0, 3856.0, 3825.0, 3824.0, 3825.0, 3825.0, 3856.0, 3815.0, 3835.0, 3813.0, 3814.0, 3855.0, 3825.0, 3813.0, 3813.0, 3814.0, 3833.0, 3813.0, 3814.0, 3834.0, 3825.0, 3803.0, 3814.0, 3815.0, 3825.0, 3826.0, 3814.0, 3815.0, 3814.0, 3847.0, 3815.0, 3846.0, 3825.0, 3814.0, 3813.0, 3814.0, 3845.0, 3814.0, 3824.0, 3825.0, 3814.0, 3824.0, 3814.0, 3846.0, 3825.0, 3794.0, 3814.0, 3814.0, 3844.0, 3815.0, 3814.0, 3826.0, 3815.0, 3855.0, 3814.0, 3836.0, 3827.0, 3815.0, 3826.0, 3815.0, 3846.0, 3825.0, 3815.0, 3834.0, 3813.0, 3813.0, 3815.0, 3814.0, 3845.0, 3814.0, 3813.0, 3835.0, 3814.0, 3834.0, 3814.0, 3802.0, 3813.0, 3813.0, 3833.0, 3813.0, 3802.0, 3834.0, 3813.0, 3823.0, 3813.0, 3802.0, 3823.0, 3813.0, 3833.0, 3814.0, 3792.0, 3813.0, 3814.0, 3845.0, 3814.0, 3824.0, 3814.0, 3814.0, 3813.0, 3814.0, 3834.0, 3814.0, 3815.0, 3845.0, 3814.0, 3813.0, 3813.0, 3814.0, 3845.0, 3814.0, 3814.0, 3825.0, 3815.0, 3855.0, 3815.0, 3814.0, 3845.0, 3815.0, 3813.0, 3813.0, 3814.0, 3843.0, 3815.0, 3802.0, 3825.0, 3814.0, 3834.0, 3814.0, 3825.0, 3825.0, 3815.0, 3845.0, 3815.0, 3813.0, 3814.0, 3825.0, 3844.0, 3814.0, 3814.0, 3836.0, 3815.0, 3814.0, 3826.0, 3815.0, 3845.0, 3815.0, 3836.0, 3827.0, 3816.0, 3835.0, 3815.0, 3835.0, 3814.0, 3816.0, 3814.0, 3814.0, 3803.0, 3813.0, 3814.0, 3846.0, 3825.0, 3814.0, 3825.0, 3825.0, 3856.0, 3815.0, 3824.0, 3814.0, 3815.0, 3845.0, 3826.0, 3814.0, 3825.0, 3825.0, 3845.0, 3825.0, 3804.0, 3826.0, 3827.0, 3846.0, 3827.0, 3826.0, 3827.0, 3827.0, 3846.0, 3826.0, 3815.0, 3847.0, 3826.0, 3846.0, 3826.0, 3815.0, 3856.0, 3836.0, 3824.0, 3814.0, 3814.0, 3823.0, 3813.0, 3813.0, 3813.0, 3814.0, 3803.0, 3814.0, 3815.0, 3855.0, 3814.0, 3824.0, 3825.0, 3815.0, 3834.0, 3814.0, 3835.0, 3825.0, 3816.0, 3845.0, 3814.0, 3835.0, 3835.0, 3813.0, 3833.0, 3813.0, 3802.0, 3833.0, 3813.0, 3812.0, 3825.0, 3814.0, 3823.0, 3814.0, 3835.0, 3814.0, 3814.0, 3813.0, 3813.0, 3833.0, 3813.0, 3814.0, 3834.0, 3814.0, 3802.0, 3812.0, 3813.0, 3845.0, 3814.0, 3803.0, 3814.0, 3815.0, 3845.0, 3825.0, 3845.0, 3826.0, 3835.0, 3816.0, 3802.0, 3814.0, 3813.0, 3827.0, 3827.0, 3841.0, 3840.0, 3860.0, 3838.0, 3847.0, 3827.0, 3815.0, 3835.0, 3813.0, 3834.0, 3813.0, 3803.0, 3812.0, 3813.0, 3791.0, 3812.0, 3813.0, 3844.0, 3813.0, 3812.0, 3801.0, 3812.0, 3832.0, 3813.0, 3802.0, 3813.0, 3802.0, 3802.0, 3814.0, 3813.0, 3815.0, 3814.0, 3844.0, 3814.0, 3835.0, 3814.0, 3815.0, 3813.0, 3813.0, 3824.0, 3814.0, 3814.0, 3815.0, 3814.0, 3813.0, 3824.0, 3814.0, 3846.0, 3814.0, 3814.0, 3834.0, 3815.0, 3824.0, 3815.0, 3815.0, 3844.0, 3814.0, 3824.0, 3825.0, 3814.0, 3823.0, 3814.0, 3814.0, 3845.0, 3825.0, 3814.0, 3813.0, 3815.0, 3813.0, 3814.0, 3815.0, 3814.0, 3825.0, 3814.0, 3834.0, 3814.0, 3825.0, 3826.0, 3817.0, 3814.0, 3815.0, 3815.0, 3826.0, 3816.0, 3846.0, 3826.0, 3815.0, 3856.0, 3815.0, 3826.0, 3846.0, 3815.0, 3824.0, 3815.0, 3814.0, 3844.0, 3814.0, 3814.0, 3815.0, 3826.0, 3805.0, 3814.0, 3814.0, 3827.0, 3827.0, 3830.0, 3849.0, 3830.0, 3860.0, 3840.0, 3849.0, 3830.0, 3829.0, 3858.0, 3837.0, 3847.0, 3816.0, 3816.0, 3815.0, 3815.0, 3825.0, 3834.0, 3814.0, 3834.0, 3825.0, 3814.0, 3813.0, 3814.0, 3823.0, 3814.0, 3814.0, 3813.0, 3814.0, 3792.0, 3816.0, 3815.0, 3825.0, 3826.0, 3804.0, 3815.0, 3816.0, 3836.0, 3826.0, 3825.0, 3816.0, 3816.0, 3856.0, 3836.0, 3835.0, 3815.0, 3815.0, 3845.0, 3824.0, 3824.0, 3834.0, 3813.0, 3823.0, 3813.0, 3802.0, 3822.0, 3812.0, 3822.0, 3813.0, 3801.0, 3812.0, 3813.0, 3844.0, 3813.0, 3813.0, 3813.0, 3813.0, 3823.0, 3814.0, 3792.0, 3814.0, 3826.0, 3845.0, 3814.0, 3825.0, 3814.0, 3815.0, 3835.0, 3814.0, 3823.0, 3813.0, 3814.0, 3814.0, 3826.0, 3845.0, 3814.0, 3834.0, 3813.0, 3814.0, 3834.0, 3813.0, 3802.0, 3813.0, 3814.0, 3815.0, 3826.0, 3813.0, 3825.0, 3825.0, 3816.0, 3815.0, 3835.0, 3814.0, 3814.0, 3814.0, 3815.0, 3845.0, 3814.0, 3814.0, 3815.0, 3815.0, 3835.0, 3826.0, 3815.0, 3835.0, 3815.0], 'WindowWidth': [8659.0, 8612.0, 8655.0, 8591.0, 8584.0, 8580.0, 8566.0, 8559.0, 8561.0, 8563.0, 8562.0, 8566.0, 8561.0, 8581.0, 8567.0, 8563.0, 8582.0, 8553.0, 8583.0, 8572.0, 8582.0, 8586.0, 8538.0, 8581.0, 8585.0, 8628.0, 8586.0, 8587.0, 8582.0, 8582.0, 8624.0, 8598.0, 8566.0, 8583.0, 8568.0, 8591.0, 8565.0, 8565.0, 8594.0, 8567.0, 8550.0, 8565.0, 8565.0, 8625.0, 8567.0, 8577.0, 8580.0, 8563.0, 8605.0, 8566.0, 8563.0, 8583.0, 8571.0, 8608.0, 8565.0, 8564.0, 8623.0, 8564.0, 8576.0, 8561.0, 8560.0, 8603.0, 8564.0, 8547.0, 8562.0, 8566.0, 8562.0, 8580.0, 8565.0, 8566.0, 8586.0, 8565.0, 8580.0, 8584.0, 8609.0, 8585.0, 8584.0, 8596.0, 8565.0, 8595.0, 8597.0, 8567.0, 8593.0, 8581.0, 8581.0, 8624.0, 8583.0, 8565.0, 8579.0, 8568.0, 8581.0, 8580.0, 8569.0, 8611.0, 8586.0, 8582.0, 8623.0, 8582.0, 8583.0, 8584.0, 8588.0, 8613.0, 8587.0, 8585.0, 8626.0, 8597.0, 8584.0, 8589.0, 8636.0, 8643.0, 8598.0, 8564.0, 8560.0, 8580.0, 8565.0, 8561.0, 8564.0, 8536.0, 8580.0, 8584.0, 8568.0, 8586.0, 8586.0, 8614.0, 8585.0, 8586.0, 8611.0, 8584.0, 8581.0, 8627.0, 8597.0, 8568.0, 8608.0, 8567.0, 8578.0, 8623.0, 8580.0, 8564.0, 8604.0, 8563.0, 8577.0, 8604.0, 8563.0, 8561.0, 8577.0, 8566.0, 8547.0, 8560.0, 8566.0, 8560.0, 8582.0, 8569.0, 8608.0, 8581.0, 8568.0, 8597.0, 8583.0, 8568.0, 8565.0, 8580.0, 8609.0, 8583.0, 8568.0, 8624.0, 8564.0, 8567.0, 8623.0, 8566.0, 8578.0, 8580.0, 8562.0, 8562.0, 8576.0, 8565.0, 8589.0, 8563.0, 8576.0, 8619.0, 8579.0, 8566.0, 8578.0, 8566.0, 8547.0, 8575.0, 8564.0, 8604.0, 8580.0, 8567.0, 8605.0, 8579.0, 8564.0, 8579.0, 8566.0, 8578.0, 8564.0, 8578.0, 8622.0, 8582.0, 8566.0, 8566.0, 8565.0, 8562.0, 8561.0, 8563.0, 8588.0, 8561.0, 8574.0, 8603.0, 8578.0, 8532.0, 8563.0, 8566.0, 8575.0, 8579.0, 8580.0, 8580.0, 8582.0, 8538.0, 8564.0, 8567.0, 8625.0, 8598.0, 8566.0, 8578.0, 8563.0, 8565.0, 8577.0, 8580.0, 8608.0, 8565.0, 8564.0, 8622.0, 8579.0, 8577.0, 8578.0, 8566.0, 8603.0, 8581.0, 8566.0, 8583.0, 8585.0, 8551.0, 8566.0, 8573.0, 8610.0, 8586.0, 8570.0, 8609.0, 8565.0, 8595.0, 8564.0, 8567.0, 8607.0, 8565.0, 8561.0, 8563.0, 8578.0, 8564.0, 8582.0, 8579.0, 8622.0, 8579.0, 8580.0, 8583.0, 8585.0, 8607.0, 8567.0, 8567.0, 8610.0, 8581.0, 8581.0, 8565.0, 8578.0, 8622.0, 8565.0, 8564.0, 8589.0, 8564.0, 8549.0, 8577.0, 8567.0, 8590.0, 8579.0, 8568.0, 8580.0, 8582.0, 8551.0, 8579.0, 8584.0, 8608.0, 8583.0, 8583.0, 8580.0, 8582.0, 8537.0, 8582.0, 8585.0, 8613.0, 8587.0, 8585.0, 8627.0, 8568.0, 8583.0, 8583.0, 8583.0, 8625.0, 8584.0, 8568.0, 8581.0, 8583.0, 8581.0, 8567.0, 8567.0, 8626.0, 8598.0, 8564.0, 8564.0, 8567.0, 8548.0, 8583.0, 8566.0, 8585.0, 8588.0, 8557.0, 8587.0, 8590.0, 8619.0, 8604.0, 8589.0, 8629.0, 8571.0, 8614.0, 8584.0, 8584.0, 8624.0, 8582.0, 8582.0, 8582.0, 8586.0, 8611.0, 8582.0, 8568.0, 8596.0, 8581.0, 8593.0, 8567.0, 8566.0, 8609.0, 8567.0, 8585.0, 8587.0, 8583.0, 8625.0, 8583.0, 8595.0, 8588.0, 8588.0, 8583.0, 8581.0, 8626.0, 8585.0, 8567.0, 8586.0, 8588.0, 8624.0, 8582.0, 8581.0, 8581.0, 8583.0, 8609.0, 8566.0, 8563.0, 8607.0, 8563.0, 8575.0, 8562.0, 8546.0, 8577.0, 8564.0, 8576.0, 8564.0, 8564.0, 8577.0, 8564.0, 8592.0, 8583.0, 8564.0, 8606.0, 8568.0, 8579.0, 8583.0, 8584.0, 8608.0, 8564.0, 8595.0, 8564.0, 8566.0, 8605.0, 8565.0, 8562.0, 8593.0, 8564.0, 8562.0, 8567.0, 8565.0, 8605.0, 8564.0, 8594.0, 8579.0, 8583.0, 8604.0, 8563.0, 8562.0, 8561.0, 8566.0, 8589.0, 8563.0, 8563.0, 8563.0, 8565.0, 8606.0, 8579.0, 8562.0, 8603.0, 8594.0, 8561.0, 8566.0, 8583.0, 8590.0, 8565.0, 8552.0, 8583.0, 8586.0, 8580.0, 8584.0, 8568.0, 8626.0, 8582.0, 8580.0, 8580.0, 8581.0, 8626.0, 8567.0, 8594.0, 8564.0, 8564.0, 8621.0, 8580.0, 8562.0, 8563.0, 8565.0, 8590.0, 8562.0, 8564.0, 8593.0, 8581.0, 8549.0, 8566.0, 8569.0, 8582.0, 8584.0, 8566.0, 8569.0, 8566.0, 8612.0, 8568.0, 8610.0, 8582.0, 8565.0, 8563.0, 8565.0, 8610.0, 8564.0, 8579.0, 8582.0, 8564.0, 8577.0, 8564.0, 8610.0, 8583.0, 8539.0, 8564.0, 8565.0, 8606.0, 8568.0, 8564.0, 8584.0, 8568.0, 8623.0, 8566.0, 8597.0, 8585.0, 8570.0, 8584.0, 8568.0, 8613.0, 8580.0, 8566.0, 8591.0, 8563.0, 8563.0, 8566.0, 8566.0, 8606.0, 8564.0, 8563.0, 8593.0, 8565.0, 8594.0, 8565.0, 8547.0, 8561.0, 8563.0, 8588.0, 8562.0, 8547.0, 8590.0, 8561.0, 8575.0, 8563.0, 8544.0, 8575.0, 8561.0, 8589.0, 8564.0, 8533.0, 8564.0, 8565.0, 8607.0, 8566.0, 8578.0, 8566.0, 8565.0, 8563.0, 8563.0, 8592.0, 8563.0, 8566.0, 8606.0, 8565.0, 8563.0, 8562.0, 8563.0, 8607.0, 8565.0, 8565.0, 8582.0, 8568.0, 8619.0, 8566.0, 8566.0, 8608.0, 8567.0, 8563.0, 8561.0, 8564.0, 8603.0, 8568.0, 8546.0, 8580.0, 8566.0, 8591.0, 8566.0, 8583.0, 8582.0, 8570.0, 8608.0, 8568.0, 8563.0, 8563.0, 8580.0, 8606.0, 8567.0, 8564.0, 8595.0, 8566.0, 8565.0, 8584.0, 8569.0, 8609.0, 8567.0, 8599.0, 8585.0, 8570.0, 8596.0, 8568.0, 8595.0, 8565.0, 8567.0, 8564.0, 8566.0, 8549.0, 8562.0, 8565.0, 8611.0, 8581.0, 8564.0, 8581.0, 8582.0, 8623.0, 8567.0, 8579.0, 8565.0, 8566.0, 8607.0, 8584.0, 8566.0, 8582.0, 8581.0, 8607.0, 8582.0, 8551.0, 8583.0, 8587.0, 8610.0, 8586.0, 8583.0, 8586.0, 8586.0, 8610.0, 8584.0, 8568.0, 8614.0, 8583.0, 8612.0, 8584.0, 8569.0, 8624.0, 8598.0, 8578.0, 8564.0, 8565.0, 8574.0, 8561.0, 8562.0, 8563.0, 8566.0, 8549.0, 8566.0, 8566.0, 8622.0, 8565.0, 8578.0, 8583.0, 8568.0, 8591.0, 8565.0, 8595.0, 8582.0, 8571.0, 8608.0, 8565.0, 8594.0, 8593.0, 8562.0, 8588.0, 8561.0, 8546.0, 8588.0, 8562.0, 8560.0, 8581.0, 8567.0, 8577.0, 8564.0, 8594.0, 8564.0, 8566.0, 8563.0, 8561.0, 8590.0, 8561.0, 8564.0, 8592.0, 8565.0, 8548.0, 8560.0, 8563.0, 8607.0, 8565.0, 8549.0, 8565.0, 8567.0, 8608.0, 8581.0, 8609.0, 8583.0, 8592.0, 8568.0, 8542.0, 8561.0, 8562.0, 8588.0, 8588.0, 8612.0, 8611.0, 8636.0, 8602.0, 8611.0, 8584.0, 8567.0, 8591.0, 8560.0, 8589.0, 8560.0, 8545.0, 8558.0, 8561.0, 8529.0, 8557.0, 8559.0, 8602.0, 8560.0, 8557.0, 8541.0, 8557.0, 8584.0, 8558.0, 8544.0, 8562.0, 8546.0, 8546.0, 8563.0, 8561.0, 8566.0, 8565.0, 8605.0, 8564.0, 8592.0, 8564.0, 8565.0, 8562.0, 8561.0, 8575.0, 8562.0, 8563.0, 8565.0, 8565.0, 8563.0, 8576.0, 8562.0, 8607.0, 8565.0, 8563.0, 8591.0, 8565.0, 8577.0, 8566.0, 8566.0, 8604.0, 8564.0, 8578.0, 8579.0, 8565.0, 8575.0, 8563.0, 8564.0, 8606.0, 8579.0, 8563.0, 8562.0, 8565.0, 8563.0, 8562.0, 8566.0, 8565.0, 8580.0, 8565.0, 8592.0, 8564.0, 8579.0, 8582.0, 8571.0, 8567.0, 8567.0, 8567.0, 8582.0, 8569.0, 8610.0, 8584.0, 8567.0, 8623.0, 8567.0, 8582.0, 8611.0, 8566.0, 8577.0, 8566.0, 8565.0, 8603.0, 8565.0, 8564.0, 8565.0, 8584.0, 8553.0, 8562.0, 8564.0, 8587.0, 8588.0, 8596.0, 8619.0, 8596.0, 8636.0, 8610.0, 8618.0, 8595.0, 8593.0, 8631.0, 8598.0, 8613.0, 8570.0, 8568.0, 8567.0, 8566.0, 8581.0, 8590.0, 8564.0, 8590.0, 8580.0, 8563.0, 8560.0, 8562.0, 8575.0, 8564.0, 8564.0, 8562.0, 8565.0, 8534.0, 8568.0, 8566.0, 8581.0, 8583.0, 8551.0, 8566.0, 8570.0, 8598.0, 8583.0, 8581.0, 8570.0, 8570.0, 8624.0, 8596.0, 8594.0, 8568.0, 8568.0, 8607.0, 8578.0, 8577.0, 8591.0, 8561.0, 8573.0, 8559.0, 8543.0, 8571.0, 8558.0, 8571.0, 8561.0, 8543.0, 8559.0, 8560.0, 8603.0, 8562.0, 8560.0, 8561.0, 8563.0, 8574.0, 8564.0, 8533.0, 8564.0, 8583.0, 8607.0, 8565.0, 8580.0, 8565.0, 8567.0, 8594.0, 8563.0, 8573.0, 8562.0, 8564.0, 8564.0, 8583.0, 8608.0, 8564.0, 8592.0, 8561.0, 8563.0, 8590.0, 8562.0, 8546.0, 8561.0, 8565.0, 8567.0, 8582.0, 8563.0, 8580.0, 8581.0, 8568.0, 8567.0, 8593.0, 8565.0, 8565.0, 8565.0, 8567.0, 8607.0, 8566.0, 8566.0, 8566.0, 8567.0, 8592.0, 8583.0, 8567.0, 8593.0, 8567.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.0002673684210526316</td></tr>
<tr><td colspan=3>aqi</td><td>0.01795235537280702</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.89869630066958</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1870806585290894</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9995896196706906</td></tr>
<tr><td colspan=3>efc</td><td>0.4963</td></tr>
<tr><td colspan=3>fber</td><td>4060.5793</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08094840520993515</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.10964912280701754</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.394146413155589</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3743733070268926</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.639714118882493</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.168351813557381</td></tr>
<tr><td colspan=3>gcor</td><td>0.00316879</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013823015615344048</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02975805476307869</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9138481936999683</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>23.4223</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.7477</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>198.1424</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299826.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>952.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>364.2658</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.436</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>457.5869</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3027.3005</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3194.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76718.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1041.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3971.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>816.0713</td></tr>
<tr><td colspan=3>tsnr</td><td>42.91873790882528</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>