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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0002/ses-02/func/sub-0002_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>c4c98770bafdee74c862469e8fc0d907</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>10:36:58.380000</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.99987, 0.0124882, 0.0101578, -0.0134381, 0.99494, 0.0995647]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0941411</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4114, -7807, -7210, 458, -117, -201, 38, 83]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>258.587</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>979693f3-f7ef-4e52-b4de-e5eeef3afc6e||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.682579278945923, -0.03605342656373978, 0.02393023855984211, 112.63350677490234], [-0.03350486978888512, 2.6693522930145264, 0.26915839314460754, -95.83737182617188], [0.027252711355686188, -0.2671247720718384, 2.68644380569458, -12.366846084594727], [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': ['103658.380000', '103658.840000', '103659.300000', '103659.760000', '103700.220000', '103700.680000', '103701.140000', '103701.600000', '103702.060000', '103702.520000', '103702.980000', '103703.440000', '103703.900000', '103704.360000', '103704.820000', '103705.280000', '103705.740000', '103706.200000', '103706.660000', '103707.120000', '103707.580000', '103708.040000', '103708.500000', '103708.960000', '103709.420000', '103709.880000', '103710.340000', '103710.800000', '103711.260000', '103711.720000', '103712.180000', '103712.640000', '103713.100000', '103713.560000', '103714.020000', '103714.480000', '103714.940000', '103715.400000', '103715.860000', '103716.320000', '103716.780000', '103717.240000', '103717.700000', '103718.160000', '103718.620000', '103719.080000', '103719.540000', '103720.000000', '103720.460000', '103720.920000', '103721.380000', '103721.840000', '103722.300000', '103722.760000', '103723.220000', '103723.680000', '103724.140000', '103724.600000', '103725.060000', '103725.520000', '103725.980000', '103726.440000', '103726.900000', '103727.360000', '103727.820000', '103728.280000', '103728.740000', '103729.200000', '103729.660000', '103730.120000', '103730.580000', '103731.040000', '103731.500000', '103731.960000', '103732.420000', '103732.880000', '103733.340000', '103733.800000', '103734.260000', '103734.720000', '103735.180000', '103735.640000', '103736.100000', '103736.560000', '103737.020000', '103737.480000', '103737.940000', '103738.400000', '103738.860000', '103739.320000', '103739.780000', '103740.240000', '103740.700000', '103741.160000', '103741.620000', '103742.080000', '103742.540000', '103743.000000', '103743.460000', '103743.920000', '103744.380000', '103744.840000', '103745.300000', '103745.760000', '103746.220000', '103746.680000', '103747.140000', '103747.600000', '103748.060000', '103748.520000', '103748.980000', '103749.440000', '103749.900000', '103750.360000', '103750.820000', '103751.280000', '103751.740000', '103752.200000', '103752.660000', '103753.120000', '103753.580000', '103754.040000', '103754.500000', '103754.960000', '103755.420000', '103755.880000', '103756.340000', '103756.800000', '103757.260000', '103757.720000', '103758.180000', '103758.640000', '103759.100000', '103759.560000', '103800.020000', '103800.480000', '103800.940000', '103801.400000', '103801.860000', '103802.320000', '103802.780000', '103803.240000', '103803.700000', '103804.160000', '103804.620000', '103805.080000', '103805.540000', '103806.000000', '103806.460000', '103806.920000', '103807.380000', '103807.840000', '103808.300000', '103808.760000', '103809.220000', '103809.680000', '103810.140000', '103810.600000', '103811.060000', '103811.520000', '103811.980000', '103812.440000', '103812.900000', '103813.360000', '103813.820000', '103814.280000', '103814.740000', '103815.200000', '103815.660000', '103816.120000', '103816.580000', '103817.040000', '103817.500000', '103817.960000', '103818.420000', '103818.880000', '103819.340000', '103819.800000', '103820.260000', '103820.720000', '103821.180000', '103821.640000', '103822.100000', '103822.560000', '103823.020000', '103823.480000', '103823.940000', '103824.400000', '103824.860000', '103825.320000', '103825.780000', '103826.240000', '103826.700000', '103827.160000', '103827.620000', '103828.080000', '103828.540000', '103829.000000', '103829.460000', '103829.920000', '103830.380000', '103830.840000', '103831.300000', '103831.760000', '103832.220000', '103832.680000', '103833.140000', '103833.600000', '103834.060000', '103834.520000', '103834.980000', '103835.440000', '103835.900000', '103836.360000', '103836.820000', '103837.280000', '103837.740000', '103838.200000', '103838.660000', '103839.120000', '103839.580000', '103840.040000', '103840.500000', '103840.960000', '103841.420000', '103841.880000', '103842.340000', '103842.800000', '103843.260000', '103843.720000', '103844.180000', '103844.640000', '103845.100000', '103845.560000', '103846.020000', '103846.480000', '103846.940000', '103847.400000', '103847.860000', '103848.320000', '103848.780000', '103849.240000', '103849.700000', '103850.160000', '103850.620000', '103851.080000', '103851.540000', '103852.000000', '103852.460000', '103852.920000', '103853.380000', '103853.840000', '103854.300000', '103854.760000', '103855.220000', '103855.680000', '103856.140000', '103856.600000', '103857.060000', '103857.520000', '103857.980000', '103858.440000', '103858.900000', '103859.360000', '103859.820000', '103900.280000', '103900.740000', '103901.200000', '103901.660000', '103902.120000', '103902.580000', '103903.040000', '103903.500000', '103903.960000', '103904.420000', '103904.880000', '103905.340000', '103905.800000', '103906.260000', '103906.720000', '103907.180000', '103907.640000', '103908.100000', '103908.560000', '103909.020000', '103909.480000', '103909.940000', '103910.400000', '103910.860000', '103911.320000', '103911.780000', '103912.240000', '103912.700000', '103913.160000', '103913.620000', '103914.080000', '103914.540000', '103915.000000', '103915.460000', '103915.920000', '103916.380000', '103916.840000', '103917.300000', '103917.760000', '103918.220000', '103918.680000', '103919.140000', '103919.600000', '103920.060000', '103920.520000', '103920.980000', '103921.440000', '103921.900000', '103922.360000', '103922.820000', '103923.280000', '103923.740000', '103924.200000', '103924.660000', '103925.120000', '103925.580000', '103926.040000', '103926.500000', '103926.960000', '103927.420000', '103927.880000', '103928.340000', '103928.800000', '103929.260000', '103929.720000', '103930.180000', '103930.640000', '103931.100000', '103931.560000', '103932.020000', '103932.480000', '103932.940000', '103933.400000', '103933.860000', '103934.320000', '103934.780000', '103935.240000', '103935.700000', '103936.160000', '103936.620000', '103937.080000', '103937.540000', '103938.000000', '103938.460000', '103938.920000', '103939.380000', '103939.840000', '103940.300000', '103940.760000', '103941.220000', '103941.680000', '103942.140000', '103942.600000', '103943.060000', '103943.520000', '103943.980000', '103944.440000', '103944.900000', '103945.360000', '103945.820000', '103946.280000', '103946.740000', '103947.200000', '103947.660000', '103948.120000', '103948.580000', '103949.040000', '103949.500000', '103949.960000', '103950.420000', '103950.880000', '103951.340000', '103951.800000', '103952.260000', '103952.720000', '103953.180000', '103953.640000', '103954.100000', '103954.560000', '103955.020000', '103955.480000', '103955.940000', '103956.400000', '103956.860000', '103957.320000', '103957.780000', '103958.240000', '103958.700000', '103959.160000', '103959.620000', '104000.080000', '104000.540000', '104001.000000', '104001.460000', '104001.920000', '104002.380000', '104002.840000', '104003.300000', '104003.760000', '104004.220000', '104004.680000', '104005.140000', '104005.600000', '104006.060000', '104006.520000', '104006.980000', '104007.440000', '104007.900000', '104008.360000', '104008.820000', '104009.280000', '104009.740000', '104010.200000', '104010.660000', '104011.120000', '104011.580000', '104012.040000', '104012.500000', '104012.960000', '104013.420000', '104013.880000', '104014.340000', '104014.800000', '104015.260000', '104015.720000', '104016.180000', '104016.640000', '104017.100000', '104017.560000', '104018.020000', '104018.480000', '104018.940000', '104019.400000', '104019.860000', '104020.320000', '104020.780000', '104021.240000', '104021.700000', '104022.160000', '104022.620000', '104023.080000', '104023.540000', '104024.000000', '104024.460000', '104024.920000', '104025.380000', '104025.840000', '104026.300000', '104026.760000', '104027.220000', '104027.680000', '104028.140000', '104028.600000', '104029.060000', '104029.520000', '104029.980000', '104030.440000', '104030.900000', '104031.360000', '104031.820000', '104032.280000', '104032.740000', '104033.200000', '104033.660000', '104034.120000', '104034.580000', '104035.040000', '104035.500000', '104035.960000', '104036.420000', '104036.880000', '104037.340000', '104037.800000', '104038.260000', '104038.720000', '104039.180000', '104039.640000', '104040.100000', '104040.560000', '104041.020000', '104041.480000', '104041.940000', '104042.400000', '104042.860000', '104043.320000', '104043.780000', '104044.240000', '104044.700000', '104045.160000', '104045.620000', '104046.080000', '104046.540000', '104047.000000', '104047.460000', '104047.920000', '104048.380000', '104048.840000', '104049.300000', '104049.760000', '104050.220000', '104050.680000', '104051.140000', '104051.600000', '104052.060000', '104052.520000', '104052.980000', '104053.440000', '104053.900000', '104054.360000', '104054.820000', '104055.280000', '104055.740000', '104056.200000', '104056.660000', '104057.120000', '104057.580000', '104058.040000', '104058.500000', '104058.960000', '104059.420000', '104059.880000', '104100.340000', '104100.800000', '104101.260000', '104101.720000', '104102.180000', '104102.640000', '104103.100000', '104103.560000', '104104.020000', '104104.480000', '104104.940000', '104105.400000', '104105.860000', '104106.320000', '104106.780000', '104107.240000', '104107.700000', '104108.160000', '104108.620000', '104109.080000', '104109.540000', '104110.000000', '104110.460000', '104110.920000', '104111.380000', '104111.840000', '104112.300000', '104112.760000', '104113.220000', '104113.680000', '104114.140000', '104114.600000', '104115.060000', '104115.520000', '104115.980000', '104116.440000', '104116.900000', '104117.360000', '104117.820000', '104118.280000', '104118.740000', '104119.200000', '104119.660000', '104120.120000', '104120.580000', '104121.040000', '104121.500000', '104121.960000', '104122.420000', '104122.880000', '104123.340000', '104123.800000', '104124.260000', '104124.720000', '104125.180000', '104125.640000', '104126.100000', '104126.560000', '104127.020000', '104127.480000', '104127.940000', '104128.400000', '104128.860000', '104129.320000', '104129.780000', '104130.240000', '104130.700000', '104131.160000', '104131.620000', '104132.080000', '104132.540000', '104133.000000', '104133.460000', '104133.920000', '104134.380000', '104134.840000', '104135.300000', '104135.760000', '104136.220000', '104136.680000', '104137.140000', '104137.600000', '104138.060000', '104138.520000', '104138.980000', '104139.440000', '104139.900000', '104140.360000', '104140.820000', '104141.280000', '104141.740000', '104142.200000', '104142.660000', '104143.120000', '104143.580000', '104144.040000', '104144.500000', '104144.960000', '104145.420000', '104145.880000', '104146.340000', '104146.800000', '104147.260000', '104147.720000', '104148.180000', '104148.640000', '104149.100000', '104149.560000', '104150.020000', '104150.480000', '104150.940000', '104151.400000', '104151.860000', '104152.320000', '104152.780000', '104153.240000', '104153.700000', '104154.160000', '104154.620000', '104155.080000', '104155.540000', '104156.000000', '104156.460000', '104156.920000', '104157.380000', '104157.840000', '104158.300000', '104158.760000', '104159.220000', '104159.680000', '104200.140000', '104200.600000', '104201.060000', '104201.520000', '104201.980000', '104202.440000', '104202.900000', '104203.360000', '104203.820000', '104204.280000', '104204.740000', '104205.200000', '104205.660000', '104206.120000', '104206.580000', '104207.040000', '104207.500000', '104207.960000', '104208.420000', '104208.880000', '104209.340000', '104209.800000', '104210.260000', '104210.720000', '104211.180000', '104211.640000', '104212.100000', '104212.560000', '104213.020000', '104213.480000', '104213.940000', '104214.400000', '104214.860000', '104215.320000', '104215.780000', '104216.240000', '104216.700000', '104217.160000', '104217.620000', '104218.080000', '104218.540000', '104219.000000', '104219.460000', '104219.920000', '104220.380000', '104220.840000', '104221.300000', '104221.760000', '104222.220000', '104222.680000', '104223.140000', '104223.600000', '104224.060000', '104224.520000', '104224.980000', '104225.440000', '104225.900000', '104226.360000', '104226.820000', '104227.280000', '104227.740000', '104228.200000', '104228.660000', '104229.120000', '104229.580000', '104230.040000', '104230.500000', '104230.960000', '104231.420000', '104231.880000', '104232.340000', '104232.800000', '104233.260000', '104233.720000', '104234.180000', '104234.640000', '104235.100000', '104235.560000', '104236.020000', '104236.480000', '104236.940000', '104237.400000', '104237.860000', '104238.320000', '104238.780000', '104239.240000', '104239.700000', '104240.160000', '104240.620000', '104241.080000', '104241.540000', '104242.000000', '104242.460000', '104242.920000', '104243.380000', '104243.840000', '104244.300000', '104244.760000', '104245.220000', '104245.680000', '104246.140000', '104246.600000', '104247.060000', '104247.520000', '104247.980000', '104248.440000', '104248.900000', '104249.360000', '104249.820000', '104250.280000', '104250.740000', '104251.200000', '104251.660000', '104252.120000', '104252.580000', '104253.040000', '104253.500000', '104253.960000', '104254.420000', '104254.880000', '104255.340000', '104255.800000', '104256.260000', '104256.720000', '104257.180000', '104257.640000', '104258.100000', '104258.560000', '104259.020000', '104259.480000', '104259.940000', '104300.400000', '104300.860000', '104301.320000', '104301.780000', '104302.240000', '104302.700000', '104303.160000', '104303.620000', '104304.080000', '104304.540000', '104305.000000', '104305.460000', '104305.920000', '104306.380000', '104306.840000', '104307.300000', '104307.760000', '104308.220000', '104308.680000', '104309.140000', '104309.600000', '104310.060000', '104310.520000', '104310.980000', '104311.440000', '104311.900000', '104312.360000', '104312.820000', '104313.280000', '104313.740000', '104314.200000', '104314.660000', '104315.120000', '104315.580000', '104316.040000', '104316.500000', '104316.960000', '104317.420000', '104317.880000', '104318.340000', '104318.800000', '104319.260000', '104319.720000', '104320.180000', '104320.640000', '104321.100000', '104321.560000', '104322.020000', '104322.480000', '104322.940000', '104323.400000', '104323.860000', '104324.320000', '104324.780000', '104325.240000', '104325.700000', '104326.160000', '104326.620000', '104327.080000', '104327.540000', '104328.000000', '104328.460000', '104328.920000', '104329.380000', '104329.840000', '104330.300000', '104330.760000', '104331.220000', '104331.680000', '104332.140000', '104332.600000', '104333.060000', '104333.520000', '104333.980000', '104334.440000', '104334.900000', '104335.360000', '104335.820000', '104336.280000', '104336.740000', '104337.200000', '104337.660000', '104338.120000', '104338.580000', '104339.040000', '104339.500000', '104339.960000', '104340.420000', '104340.880000', '104341.340000', '104341.800000', '104342.260000', '104342.720000', '104343.180000', '104343.640000', '104344.100000', '104344.560000', '104345.020000', '104345.480000', '104345.940000', '104346.400000', '104346.860000', '104347.320000', '104347.780000', '104348.240000', '104348.700000', '104349.160000', '104349.620000', '104350.080000', '104350.540000', '104351.000000', '104351.460000', '104351.920000', '104352.380000', '104352.840000', '104353.300000', '104353.760000', '104354.220000', '104354.680000', '104355.140000', '104355.600000', '104356.060000', '104356.520000', '104356.980000', '104357.440000', '104357.900000', '104358.360000'], 'ContentTime': ['103714.192000', '103714.196000', '103714.199000', '103714.202000', '103714.205000', '103714.208000', '103714.211000', '103714.213000', '103714.216000', '103714.222000', '103714.225000', '103714.228000', '103714.230000', '103714.234000', '103714.236000', '103714.239000', '103714.242000', '103714.251000', '103714.254000', '103714.258000', '103714.261000', '103714.264000', '103714.267000', '103714.269000', '103714.272000', '103714.275000', '103714.278000', '103714.281000', '103714.284000', '103714.287000', '103714.290000', '103714.292000', '103714.295000', '103734.160000', '103734.166000', '103734.168000', '103734.171000', '103734.174000', '103734.177000', '103734.180000', '103734.183000', '103734.186000', '103734.188000', '103734.191000', '103734.194000', '103734.197000', '103734.199000', '103734.202000', '103734.205000', '103734.208000', '103734.211000', '103734.213000', '103734.216000', '103734.219000', '103734.222000', '103734.225000', '103734.228000', '103734.230000', '103734.233000', '103734.237000', '103734.240000', '103734.243000', '103734.245000', '103734.248000', '103734.251000', '103734.254000', '103734.257000', '103734.259000', '103734.262000', '103734.265000', '103734.268000', '103734.271000', '103734.274000', '103734.276000', '103734.279000', '103734.282000', '103734.285000', '103754.160000', '103754.163000', '103754.166000', '103754.169000', '103754.171000', '103754.174000', '103754.177000', '103754.180000', '103754.183000', '103754.186000', '103754.189000', '103754.191000', '103754.194000', '103754.197000', '103754.200000', '103754.202000', '103754.205000', '103754.208000', '103754.211000', '103754.214000', '103754.217000', '103754.222000', '103754.224000', '103754.227000', '103754.230000', '103754.233000', '103754.236000', '103754.239000', '103754.241000', '103754.244000', '103754.247000', '103754.250000', '103754.252000', '103754.255000', '103754.258000', '103754.261000', '103754.264000', '103754.267000', '103754.269000', '103754.272000', '103754.275000', '103754.278000', '103754.280000', '103814.159000', '103814.162000', '103814.164000', '103814.167000', '103814.170000', '103814.173000', '103814.176000', '103814.179000', '103814.182000', '103814.184000', '103814.187000', '103814.190000', '103814.193000', '103814.196000', '103814.199000', '103814.201000', '103814.204000', '103814.207000', '103814.210000', '103814.213000', '103814.233000', '103814.236000', '103814.239000', '103814.242000', '103814.245000', '103814.247000', '103814.250000', '103814.253000', '103814.256000', '103814.259000', '103814.262000', '103814.265000', '103814.267000', '103814.270000', '103814.273000', '103814.276000', '103814.279000', '103814.282000', '103814.285000', '103814.288000', '103814.290000', '103814.293000', '103814.296000', '103814.299000', '103834.159000', '103834.162000', '103834.165000', '103834.167000', '103834.170000', '103834.173000', '103834.176000', '103834.179000', '103834.182000', '103834.185000', '103834.187000', '103834.190000', '103834.193000', '103834.196000', '103834.199000', '103834.201000', '103834.204000', '103834.207000', '103834.210000', '103834.213000', '103834.216000', '103834.219000', '103834.221000', '103834.224000', '103834.227000', '103834.230000', '103834.233000', '103834.235000', '103834.238000', '103834.241000', '103834.244000', '103834.247000', '103834.250000', '103834.252000', '103834.255000', '103834.258000', '103834.261000', '103834.264000', '103834.267000', '103834.269000', '103834.272000', '103834.275000', '103834.278000', '103854.159000', '103854.162000', '103854.165000', '103854.168000', '103854.171000', '103854.174000', '103854.176000', '103854.180000', '103854.183000', '103854.186000', '103854.189000', '103854.192000', '103854.194000', '103854.197000', '103854.200000', '103854.203000', '103854.206000', '103854.209000', '103854.212000', '103854.214000', '103854.217000', '103854.220000', '103854.223000', '103854.226000', '103854.229000', '103854.232000', '103854.234000', '103854.237000', '103854.240000', '103854.243000', '103854.246000', '103854.249000', '103854.251000', '103854.254000', '103854.257000', '103854.260000', '103854.263000', '103854.266000', '103854.269000', '103854.271000', '103854.274000', '103854.277000', '103854.280000', '103914.160000', '103914.163000', '103914.166000', '103914.169000', '103914.172000', '103914.175000', '103914.177000', '103914.180000', '103914.183000', '103914.186000', '103914.189000', '103914.192000', '103914.195000', '103914.198000', '103914.201000', '103914.203000', '103914.206000', '103914.209000', '103914.212000', '103914.215000', '103914.218000', '103914.221000', '103914.223000', '103914.226000', '103914.229000', '103914.232000', '103914.235000', '103914.238000', '103914.241000', '103914.243000', '103914.246000', '103914.249000', '103914.252000', '103914.255000', '103914.258000', '103914.261000', '103914.264000', '103914.266000', '103914.269000', '103914.272000', '103914.275000', '103914.278000', '103914.280000', '103914.283000', '103934.160000', '103934.163000', '103934.166000', '103934.169000', '103934.174000', '103934.178000', '103934.181000', '103934.184000', '103934.187000', '103934.189000', '103934.192000', '103934.195000', '103934.198000', '103934.201000', '103934.204000', '103934.206000', '103934.209000', '103934.212000', '103934.215000', '103934.218000', '103934.221000', '103934.224000', '103934.226000', '103934.229000', '103934.232000', '103934.235000', '103934.238000', '103934.241000', '103934.244000', '103934.246000', '103934.249000', '103934.252000', '103934.255000', '103934.258000', '103934.261000', '103934.263000', '103934.266000', '103934.269000', '103934.272000', '103934.275000', '103934.278000', '103934.281000', '103934.283000', '103954.160000', '103954.163000', '103954.166000', '103954.169000', '103954.172000', '103954.174000', '103954.177000', '103954.180000', '103954.183000', '103954.186000', '103954.189000', '103954.192000', '103954.194000', '103954.197000', '103954.200000', '103954.203000', '103954.218000', '103954.221000', '103954.224000', '103954.227000', '103954.230000', '103954.232000', '103954.235000', '103954.238000', '103954.241000', '103954.244000', '103954.247000', '103954.249000', '103954.252000', '103954.255000', '103954.258000', '103954.261000', '103954.264000', '103954.267000', '103954.269000', '103954.272000', '103954.275000', '103954.278000', '103954.281000', '103954.284000', '103954.287000', '103954.289000', '103954.292000', '103954.295000', '104014.160000', '104014.163000', '104014.166000', '104014.169000', '104014.172000', '104014.175000', '104014.178000', '104014.180000', '104014.183000', '104014.186000', '104014.189000', '104014.192000', '104014.195000', '104014.198000', '104014.201000', '104014.204000', '104014.209000', '104014.213000', '104014.216000', '104014.219000', '104014.221000', '104014.224000', '104014.227000', '104014.230000', '104014.233000', '104014.236000', '104014.238000', '104014.241000', '104014.244000', '104014.247000', '104014.250000', '104014.253000', '104014.256000', '104014.259000', '104014.261000', '104014.264000', '104014.267000', '104014.270000', '104014.273000', '104014.276000', '104014.278000', '104014.281000', '104014.284000', '104034.159000', '104034.162000', '104034.165000', '104034.168000', '104034.170000', '104034.173000', '104034.176000', '104034.179000', '104034.182000', '104034.185000', '104034.188000', '104034.190000', '104034.193000', '104034.196000', '104034.199000', '104034.202000', '104034.205000', '104034.207000', '104034.211000', '104034.213000', '104034.216000', '104034.219000', '104034.222000', '104034.225000', '104034.227000', '104034.230000', '104034.233000', '104034.236000', '104034.239000', '104034.242000', '104034.245000', '104034.248000', '104034.251000', '104034.253000', '104034.256000', '104034.259000', '104034.262000', '104034.265000', '104034.268000', '104034.270000', '104034.273000', '104034.276000', '104034.279000', '104034.282000', '104054.159000', '104054.162000', '104054.165000', '104054.167000', '104054.170000', '104054.173000', '104054.176000', '104054.179000', '104054.182000', '104054.185000', '104054.188000', '104054.190000', '104054.193000', '104054.196000', '104054.199000', '104054.202000', '104054.205000', '104054.208000', '104054.210000', '104054.213000', '104054.216000', '104054.219000', '104054.222000', '104054.225000', '104054.228000', '104054.231000', '104054.234000', '104054.237000', '104054.240000', '104054.243000', '104054.246000', '104054.248000', '104054.251000', '104054.254000', '104054.257000', '104054.260000', '104054.263000', '104054.265000', '104054.268000', '104054.271000', '104054.274000', '104054.277000', '104054.280000', '104114.159000', '104114.162000', '104114.165000', '104114.168000', '104114.171000', '104114.173000', '104114.176000', '104114.179000', '104114.182000', '104114.185000', '104114.188000', '104114.190000', '104114.193000', '104114.196000', '104114.199000', '104114.202000', '104114.205000', '104114.208000', '104114.210000', '104114.213000', '104114.216000', '104114.219000', '104114.222000', '104114.225000', '104114.227000', '104114.230000', '104114.233000', '104114.236000', '104114.239000', '104114.242000', '104114.245000', '104114.247000', '104114.250000', '104114.253000', '104114.256000', '104114.259000', '104114.262000', '104114.265000', '104114.267000', '104114.270000', '104114.273000', '104114.295000', '104114.297000', '104114.300000', '104134.160000', '104134.163000', '104134.166000', '104134.169000', '104134.172000', '104134.175000', '104134.178000', '104134.181000', '104134.184000', '104134.187000', '104134.190000', '104134.193000', '104134.196000', '104134.198000', '104134.201000', '104134.204000', '104134.207000', '104134.210000', '104134.213000', '104134.216000', '104134.218000', '104134.221000', '104134.224000', '104134.227000', '104134.230000', '104134.233000', '104134.236000', '104134.239000', '104134.242000', '104134.245000', '104134.248000', '104134.251000', '104134.254000', '104134.257000', '104134.260000', '104134.262000', '104134.265000', '104134.268000', '104134.271000', '104134.274000', '104134.277000', '104134.280000', '104134.283000', '104154.160000', '104154.163000', '104154.166000', '104154.168000', '104154.171000', '104154.174000', '104154.177000', '104154.180000', '104154.183000', '104154.186000', '104154.188000', '104154.191000', '104154.194000', '104154.197000', '104154.200000', '104154.203000', '104154.206000', '104154.208000', '104154.211000', '104154.214000', '104154.217000', '104154.220000', '104154.223000', '104154.226000', '104154.229000', '104154.231000', '104154.234000', '104154.237000', '104154.240000', '104154.243000', '104154.246000', '104154.248000', '104154.251000', '104154.254000', '104154.257000', '104154.260000', '104154.263000', '104154.266000', '104154.268000', '104154.271000', '104154.274000', '104154.277000', '104154.280000', '104154.283000', '104214.160000', '104214.163000', '104214.166000', '104214.169000', '104214.172000', '104214.174000', '104214.177000', '104214.180000', '104214.183000', '104214.186000', '104214.189000', '104214.192000', '104214.195000', '104214.197000', '104214.200000', '104214.203000', '104214.206000', '104214.209000', '104214.212000', '104214.215000', '104214.217000', '104214.220000', '104214.229000', '104214.232000', '104214.235000', '104214.238000', '104214.241000', '104214.244000', '104214.247000', '104214.249000', '104214.253000', '104214.256000', '104214.260000', '104214.263000', '104214.265000', '104214.268000', '104214.271000', '104214.274000', '104214.277000', '104214.280000', '104214.283000', '104214.286000', '104214.288000', '104234.160000', '104234.163000', '104234.166000', '104234.169000', '104234.172000', '104234.174000', '104234.177000', '104234.180000', '104234.183000', '104234.186000', '104234.189000', '104234.192000', '104234.195000', '104234.197000', '104234.200000', '104234.203000', '104234.206000', '104234.209000', '104234.212000', '104234.215000', '104234.217000', '104234.220000', '104234.223000', '104234.226000', '104234.229000', '104234.232000', '104234.235000', '104234.238000', '104234.240000', '104234.243000', '104234.246000', '104234.249000', '104234.252000', '104234.255000', '104234.258000', '104234.261000', '104234.264000', '104234.266000', '104234.269000', '104234.272000', '104234.275000', '104234.278000', '104234.281000', '104234.284000', '104254.159000', '104254.162000', '104254.165000', '104254.168000', '104254.171000', '104254.174000', '104254.176000', '104254.179000', '104254.194000', '104254.197000', '104254.200000', '104254.202000', '104254.205000', '104254.208000', '104254.212000', '104254.216000', '104254.218000', '104254.221000', '104254.224000', '104254.227000', '104254.230000', '104254.233000', '104254.236000', '104254.239000', '104254.241000', '104254.244000', '104254.247000', '104254.250000', '104254.253000', '104254.256000', '104254.259000', '104254.261000', '104254.264000', '104254.270000', '104254.274000', '104254.277000', '104254.280000', '104254.283000', '104254.286000', '104254.289000', '104254.291000', '104254.294000', '104254.297000', '104314.159000', '104314.162000', '104314.165000', '104314.168000', '104314.170000', '104314.173000', '104314.176000', '104314.179000', '104314.182000', '104314.185000', '104314.188000', '104314.191000', '104314.193000', '104314.196000', '104314.199000', '104314.202000', '104314.205000', '104314.208000', '104314.211000', '104314.213000', '104314.216000', '104314.219000', '104314.222000', '104314.225000', '104314.228000', '104314.230000', '104314.234000', '104314.236000', '104314.239000', '104314.242000', '104314.251000', '104314.254000', '104314.257000', '104314.260000', '104314.263000', '104314.265000', '104314.268000', '104314.271000', '104314.274000', '104314.277000', '104314.280000', '104314.283000', '104314.286000', '104314.288000', '104334.159000', '104334.162000', '104334.165000', '104334.168000', '104334.171000', '104334.173000', '104334.176000', '104334.179000', '104334.182000', '104334.185000', '104334.188000', '104334.191000', '104334.194000', '104334.197000', '104334.199000', '104334.202000', '104334.205000', '104334.208000', '104334.211000', '104334.214000', '104334.217000', '104334.219000', '104334.222000', '104334.225000', '104334.228000', '104334.231000', '104334.234000', '104334.237000', '104334.240000', '104334.242000', '104334.245000', '104334.248000', '104334.251000', '104334.254000', '104334.257000', '104334.260000', '104334.263000', '104334.265000', '104334.268000', '104334.271000', '104334.274000', '104334.277000', '104334.280000', '104354.160000', '104354.163000', '104354.166000', '104354.169000', '104354.171000', '104354.174000', '104354.177000', '104354.180000', '104354.183000', '104354.186000', '104354.189000', '104354.191000', '104354.194000', '104354.197000', '104354.200000', '104354.203000', '104354.205000', '104354.208000', '104354.211000', '104354.214000', '104354.217000', '104354.220000', '104354.223000', '104354.225000', '104354.228000', '104354.231000', '104354.234000', '104354.237000', '104354.240000', '104354.243000', '104354.246000', '104354.248000', '104354.251000', '104354.254000', '104354.257000', '104354.260000', '104354.263000', '104354.266000', '104354.268000', '104354.271000', '104354.274000', '104354.277000', '104354.280000', '104354.282000', '104359.185000', '104359.188000', '104359.191000', '104359.194000', '104359.197000', '104359.201000', '104359.203000', '104359.207000', '104359.210000', '104359.213000', '104359.216000'], 'InstanceCreationTime': ['103714.192000', '103714.196000', '103714.199000', '103714.202000', '103714.205000', '103714.208000', '103714.211000', '103714.213000', '103714.216000', '103714.222000', '103714.225000', '103714.228000', '103714.230000', '103714.234000', '103714.236000', '103714.239000', '103714.242000', '103714.251000', '103714.254000', '103714.258000', '103714.261000', '103714.264000', '103714.267000', '103714.269000', '103714.272000', '103714.275000', '103714.278000', '103714.281000', '103714.284000', '103714.287000', '103714.290000', '103714.292000', '103714.295000', '103734.160000', '103734.166000', '103734.168000', '103734.171000', '103734.174000', '103734.177000', '103734.180000', '103734.183000', '103734.186000', '103734.188000', '103734.191000', '103734.194000', '103734.197000', '103734.199000', '103734.202000', '103734.205000', '103734.208000', '103734.211000', '103734.213000', '103734.216000', '103734.219000', '103734.222000', '103734.225000', '103734.228000', '103734.230000', '103734.233000', '103734.237000', '103734.240000', '103734.243000', '103734.245000', '103734.248000', '103734.251000', '103734.254000', '103734.257000', '103734.259000', '103734.262000', '103734.265000', '103734.268000', '103734.271000', '103734.274000', '103734.276000', '103734.279000', '103734.282000', '103734.285000', '103754.160000', '103754.163000', '103754.166000', '103754.169000', '103754.171000', '103754.174000', '103754.177000', '103754.180000', '103754.183000', '103754.186000', '103754.189000', '103754.191000', '103754.194000', '103754.197000', '103754.200000', '103754.202000', '103754.205000', '103754.208000', '103754.211000', '103754.214000', '103754.217000', '103754.222000', '103754.224000', '103754.227000', '103754.230000', '103754.233000', '103754.236000', '103754.239000', '103754.241000', '103754.244000', '103754.247000', '103754.250000', '103754.252000', '103754.255000', '103754.258000', '103754.261000', '103754.264000', '103754.267000', '103754.269000', '103754.272000', '103754.275000', '103754.278000', '103754.280000', '103814.159000', '103814.162000', '103814.164000', '103814.167000', '103814.170000', '103814.173000', '103814.176000', '103814.179000', '103814.182000', '103814.184000', '103814.187000', '103814.190000', '103814.193000', '103814.196000', '103814.199000', '103814.201000', '103814.204000', '103814.207000', '103814.210000', '103814.213000', '103814.233000', '103814.236000', '103814.239000', '103814.242000', '103814.245000', '103814.247000', '103814.250000', '103814.253000', '103814.256000', '103814.259000', '103814.262000', '103814.265000', '103814.267000', '103814.270000', '103814.273000', '103814.276000', '103814.279000', '103814.282000', '103814.285000', '103814.288000', '103814.290000', '103814.293000', '103814.296000', '103814.299000', '103834.159000', '103834.162000', '103834.165000', '103834.167000', '103834.170000', '103834.173000', '103834.176000', '103834.179000', '103834.182000', '103834.185000', '103834.187000', '103834.190000', '103834.193000', '103834.196000', '103834.199000', '103834.201000', '103834.204000', '103834.207000', '103834.210000', '103834.213000', '103834.216000', '103834.219000', '103834.221000', '103834.224000', '103834.227000', '103834.230000', '103834.233000', '103834.235000', '103834.238000', '103834.241000', '103834.244000', '103834.247000', '103834.250000', '103834.252000', '103834.255000', '103834.258000', '103834.261000', '103834.264000', '103834.267000', '103834.269000', '103834.272000', '103834.275000', '103834.278000', '103854.159000', '103854.162000', '103854.165000', '103854.168000', '103854.171000', '103854.174000', '103854.176000', '103854.180000', '103854.183000', '103854.186000', '103854.189000', '103854.192000', '103854.194000', '103854.197000', '103854.200000', '103854.203000', '103854.206000', '103854.209000', '103854.212000', '103854.214000', '103854.217000', '103854.220000', '103854.223000', '103854.226000', '103854.229000', '103854.232000', '103854.234000', '103854.237000', '103854.240000', '103854.243000', '103854.246000', '103854.249000', '103854.251000', '103854.254000', '103854.257000', '103854.260000', '103854.263000', '103854.266000', '103854.269000', '103854.271000', '103854.274000', '103854.277000', '103854.280000', '103914.160000', '103914.163000', '103914.166000', '103914.169000', '103914.172000', '103914.175000', '103914.177000', '103914.180000', '103914.183000', '103914.186000', '103914.189000', '103914.192000', '103914.195000', '103914.198000', '103914.201000', '103914.203000', '103914.206000', '103914.209000', '103914.212000', '103914.215000', '103914.218000', '103914.221000', '103914.223000', '103914.226000', '103914.229000', '103914.232000', '103914.235000', '103914.238000', '103914.241000', '103914.243000', '103914.246000', '103914.249000', '103914.252000', '103914.255000', '103914.258000', '103914.261000', '103914.264000', '103914.266000', '103914.269000', '103914.272000', '103914.275000', '103914.278000', '103914.280000', '103914.283000', '103934.160000', '103934.163000', '103934.166000', '103934.169000', '103934.174000', '103934.178000', '103934.181000', '103934.184000', '103934.187000', '103934.189000', '103934.192000', '103934.195000', '103934.198000', '103934.201000', '103934.204000', '103934.206000', '103934.209000', '103934.212000', '103934.215000', '103934.218000', '103934.221000', '103934.224000', '103934.226000', '103934.229000', '103934.232000', '103934.235000', '103934.238000', '103934.241000', '103934.244000', '103934.246000', '103934.249000', '103934.252000', '103934.255000', '103934.258000', '103934.261000', '103934.263000', '103934.266000', '103934.269000', '103934.272000', '103934.275000', '103934.278000', '103934.281000', '103934.283000', '103954.160000', '103954.163000', '103954.166000', '103954.169000', '103954.172000', '103954.174000', '103954.177000', '103954.180000', '103954.183000', '103954.186000', '103954.189000', '103954.192000', '103954.194000', '103954.197000', '103954.200000', '103954.203000', '103954.218000', '103954.221000', '103954.224000', '103954.227000', '103954.230000', '103954.232000', '103954.235000', '103954.238000', '103954.241000', '103954.244000', '103954.247000', '103954.249000', '103954.252000', '103954.255000', '103954.258000', '103954.261000', '103954.264000', '103954.267000', '103954.269000', '103954.272000', '103954.275000', '103954.278000', '103954.281000', '103954.284000', '103954.287000', '103954.289000', '103954.292000', '103954.295000', '104014.160000', '104014.163000', '104014.166000', '104014.169000', '104014.172000', '104014.175000', '104014.178000', '104014.180000', '104014.183000', '104014.186000', '104014.189000', '104014.192000', '104014.195000', '104014.198000', '104014.201000', '104014.204000', '104014.209000', '104014.213000', '104014.216000', '104014.219000', '104014.221000', '104014.224000', '104014.227000', '104014.230000', '104014.233000', '104014.236000', '104014.238000', '104014.241000', '104014.244000', '104014.247000', '104014.250000', '104014.253000', '104014.256000', '104014.259000', '104014.261000', '104014.264000', '104014.267000', '104014.270000', '104014.273000', '104014.276000', '104014.278000', '104014.281000', '104014.284000', '104034.159000', '104034.162000', '104034.165000', '104034.168000', '104034.170000', '104034.173000', '104034.176000', '104034.179000', '104034.182000', '104034.185000', '104034.188000', '104034.190000', '104034.193000', '104034.196000', '104034.199000', '104034.202000', '104034.205000', '104034.207000', '104034.211000', '104034.213000', '104034.216000', '104034.219000', '104034.222000', '104034.225000', '104034.227000', '104034.230000', '104034.233000', '104034.236000', '104034.239000', '104034.242000', '104034.245000', '104034.248000', '104034.251000', '104034.253000', '104034.256000', '104034.259000', '104034.262000', '104034.265000', '104034.268000', '104034.270000', '104034.273000', '104034.276000', '104034.279000', '104034.282000', '104054.159000', '104054.162000', '104054.165000', '104054.167000', '104054.170000', '104054.173000', '104054.176000', '104054.179000', '104054.182000', '104054.185000', '104054.188000', '104054.190000', '104054.193000', '104054.196000', '104054.199000', '104054.202000', '104054.205000', '104054.208000', '104054.210000', '104054.213000', '104054.216000', '104054.219000', '104054.222000', '104054.225000', '104054.228000', '104054.231000', '104054.234000', '104054.237000', '104054.240000', '104054.243000', '104054.246000', '104054.248000', '104054.251000', '104054.254000', '104054.257000', '104054.260000', '104054.263000', '104054.265000', '104054.268000', '104054.271000', '104054.274000', '104054.277000', '104054.280000', '104114.159000', '104114.162000', '104114.165000', '104114.168000', '104114.171000', '104114.173000', '104114.176000', '104114.179000', '104114.182000', '104114.185000', '104114.188000', '104114.190000', '104114.193000', '104114.196000', '104114.199000', '104114.202000', '104114.205000', '104114.208000', '104114.210000', '104114.213000', '104114.216000', '104114.219000', '104114.222000', '104114.225000', '104114.227000', '104114.230000', '104114.233000', '104114.236000', '104114.239000', '104114.242000', '104114.245000', '104114.247000', '104114.250000', '104114.253000', '104114.256000', '104114.259000', '104114.262000', '104114.265000', '104114.267000', '104114.270000', '104114.273000', '104114.295000', '104114.297000', '104114.300000', '104134.160000', '104134.163000', '104134.166000', '104134.169000', '104134.172000', '104134.175000', '104134.178000', '104134.181000', '104134.184000', '104134.187000', '104134.190000', '104134.193000', '104134.196000', '104134.198000', '104134.201000', '104134.204000', '104134.207000', '104134.210000', '104134.213000', '104134.216000', '104134.218000', '104134.221000', '104134.224000', '104134.227000', '104134.230000', '104134.233000', '104134.236000', '104134.239000', '104134.242000', '104134.245000', '104134.248000', '104134.251000', '104134.254000', '104134.257000', '104134.260000', '104134.262000', '104134.265000', '104134.268000', '104134.271000', '104134.274000', '104134.277000', '104134.280000', '104134.283000', '104154.160000', '104154.163000', '104154.166000', '104154.168000', '104154.171000', '104154.174000', '104154.177000', '104154.180000', '104154.183000', '104154.186000', '104154.188000', '104154.191000', '104154.194000', '104154.197000', '104154.200000', '104154.203000', '104154.206000', '104154.208000', '104154.211000', '104154.214000', '104154.217000', '104154.220000', '104154.223000', '104154.226000', '104154.229000', '104154.231000', '104154.234000', '104154.237000', '104154.240000', '104154.243000', '104154.246000', '104154.248000', '104154.251000', '104154.254000', '104154.257000', '104154.260000', '104154.263000', '104154.266000', '104154.268000', '104154.271000', '104154.274000', '104154.277000', '104154.280000', '104154.283000', '104214.160000', '104214.163000', '104214.166000', '104214.169000', '104214.172000', '104214.174000', '104214.177000', '104214.180000', '104214.183000', '104214.186000', '104214.189000', '104214.192000', '104214.195000', '104214.197000', '104214.200000', '104214.203000', '104214.206000', '104214.209000', '104214.212000', '104214.215000', '104214.217000', '104214.220000', '104214.229000', '104214.232000', '104214.235000', '104214.238000', '104214.241000', '104214.244000', '104214.247000', '104214.249000', '104214.253000', '104214.256000', '104214.260000', '104214.263000', '104214.265000', '104214.268000', '104214.271000', '104214.274000', '104214.277000', '104214.280000', '104214.283000', '104214.286000', '104214.288000', '104234.160000', '104234.163000', '104234.166000', '104234.169000', '104234.172000', '104234.174000', '104234.177000', '104234.180000', '104234.183000', '104234.186000', '104234.189000', '104234.192000', '104234.195000', '104234.197000', '104234.200000', '104234.203000', '104234.206000', '104234.209000', '104234.212000', '104234.215000', '104234.217000', '104234.220000', '104234.223000', '104234.226000', '104234.229000', '104234.232000', '104234.235000', '104234.238000', '104234.240000', '104234.243000', '104234.246000', '104234.249000', '104234.252000', '104234.255000', '104234.258000', '104234.261000', '104234.264000', '104234.266000', '104234.269000', '104234.272000', '104234.275000', '104234.278000', '104234.281000', '104234.284000', '104254.159000', '104254.162000', '104254.165000', '104254.168000', '104254.171000', '104254.174000', '104254.176000', '104254.179000', '104254.194000', '104254.197000', '104254.200000', '104254.202000', '104254.205000', '104254.208000', '104254.212000', '104254.216000', '104254.218000', '104254.221000', '104254.224000', '104254.227000', '104254.230000', '104254.233000', '104254.236000', '104254.239000', '104254.241000', '104254.244000', '104254.247000', '104254.250000', '104254.253000', '104254.256000', '104254.259000', '104254.261000', '104254.264000', '104254.270000', '104254.274000', '104254.277000', '104254.280000', '104254.283000', '104254.286000', '104254.289000', '104254.291000', '104254.294000', '104254.297000', '104314.159000', '104314.162000', '104314.165000', '104314.168000', '104314.170000', '104314.173000', '104314.176000', '104314.179000', '104314.182000', '104314.185000', '104314.188000', '104314.191000', '104314.193000', '104314.196000', '104314.199000', '104314.202000', '104314.205000', '104314.208000', '104314.211000', '104314.213000', '104314.216000', '104314.219000', '104314.222000', '104314.225000', '104314.228000', '104314.230000', '104314.234000', '104314.236000', '104314.239000', '104314.242000', '104314.251000', '104314.254000', '104314.257000', '104314.260000', '104314.263000', '104314.265000', '104314.268000', '104314.271000', '104314.274000', '104314.277000', '104314.280000', '104314.283000', '104314.286000', '104314.288000', '104334.159000', '104334.162000', '104334.165000', '104334.168000', '104334.171000', '104334.173000', '104334.176000', '104334.179000', '104334.182000', '104334.185000', '104334.188000', '104334.191000', '104334.194000', '104334.197000', '104334.199000', '104334.202000', '104334.205000', '104334.208000', '104334.211000', '104334.214000', '104334.217000', '104334.219000', '104334.222000', '104334.225000', '104334.228000', '104334.231000', '104334.234000', '104334.237000', '104334.240000', '104334.242000', '104334.245000', '104334.248000', '104334.251000', '104334.254000', '104334.257000', '104334.260000', '104334.263000', '104334.265000', '104334.268000', '104334.271000', '104334.274000', '104334.277000', '104334.280000', '104354.160000', '104354.163000', '104354.166000', '104354.169000', '104354.171000', '104354.174000', '104354.177000', '104354.180000', '104354.183000', '104354.186000', '104354.189000', '104354.191000', '104354.194000', '104354.197000', '104354.200000', '104354.203000', '104354.205000', '104354.208000', '104354.211000', '104354.214000', '104354.217000', '104354.220000', '104354.223000', '104354.225000', '104354.228000', '104354.231000', '104354.234000', '104354.237000', '104354.240000', '104354.243000', '104354.246000', '104354.248000', '104354.251000', '104354.254000', '104354.257000', '104354.260000', '104354.263000', '104354.266000', '104354.268000', '104354.271000', '104354.274000', '104354.277000', '104354.280000', '104354.282000', '104359.185000', '104359.188000', '104359.191000', '104359.194000', '104359.197000', '104359.201000', '104359.203000', '104359.207000', '104359.210000', '104359.213000', '104359.216000'], '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': [13101, 9188, 12884, 9899, 7562, 7908, 7863, 8034, 7965, 8014, 7843, 8121, 8291, 8984, 8385, 7519, 6687, 7976, 6402, 8796, 8875, 7665, 8055, 8401, 7352, 7774, 7312, 8269, 11469, 9777, 12423, 11869, 8162, 10929, 8160, 11518, 8467, 13341, 10235, 12672, 13750, 8118, 12621, 7956, 7909, 6918, 7993, 9455, 8137, 8125, 10784, 8164, 8761, 6873, 8280, 10061, 8103, 12514, 10136, 8342, 11288, 8131, 9644, 7851, 8474, 11035, 8474, 12977, 9927, 7536, 7242, 8435, 8340, 8187, 7905, 8049, 11177, 8578, 7553, 7487, 8258, 9052, 8421, 12023, 9553, 10714, 13791, 8311, 10656, 8522, 7908, 8074, 8440, 11741, 9523, 11114, 9114, 8693, 7520, 8560, 8774, 8685, 10453, 8842, 9465, 11529, 8866, 8619, 8857, 8004, 7000, 8608, 10729, 8984, 8495, 7783, 8746, 7561, 8872, 9805, 9045, 8743, 13439, 9079, 10019, 8858, 7931, 8826, 8631, 8623, 8683, 9815, 8584, 11204, 8978, 8185, 6957, 8063, 7097, 8713, 7345, 8757, 7965, 10187, 9000, 9494, 8971, 8061, 10287, 8503, 13580, 11271, 9960, 8657, 8821, 12621, 8977, 12546, 9135, 12975, 9996, 10772, 12352, 9005, 8097, 9036, 7964, 7605, 8672, 11178, 9250, 8942, 11557, 9167, 8604, 7870, 9064, 12871, 9072, 13287, 11009, 13019, 10743, 9142, 8956, 9307, 10577, 9292, 10648, 9230, 10836, 9360, 9191, 7988, 9349, 8615, 7252, 9185, 8323, 9590, 8847, 12394, 9698, 9826, 9462, 9281, 10695, 9534, 12958, 10678, 9584, 8212, 9332, 8363, 8958, 8843, 13049, 10315, 12892, 10288, 9179, 7758, 9142, 9309, 9372, 9336, 12757, 8775, 8378, 8493, 9219, 11248, 9354, 11118, 9261, 8576, 10025, 9436, 8252, 9391, 8943, 7150, 9265, 8304, 9406, 9234, 8602, 9272, 11619, 8693, 9185, 7729, 9331, 8279, 7453, 9232, 12892, 10954, 9145, 8375, 8967, 9223, 11404, 9431, 13394, 10766, 11054, 8689, 9150, 8468, 9296, 10294, 9234, 9962, 9126, 9922, 9149, 9064, 7483, 9407, 8744, 6855, 7810, 7763, 8763, 10345, 8868, 9780, 9165, 8791, 9009, 8659, 12001, 9443, 12922, 10851, 10082, 10018, 9202, 7677, 8742, 9565, 8854, 11103, 8904, 12751, 9870, 8931, 7516, 8775, 8218, 8392, 8757, 10010, 9033, 12821, 10222, 8969, 8074, 8154, 8916, 12890, 9095, 8048, 7913, 8123, 8634, 9752, 9033, 9707, 13926, 10439, 11172, 9955, 8762, 9210, 8917, 8208, 11019, 8789, 13278, 10108, 7928, 7650, 8419, 8099, 8177, 8146, 8024, 8658, 7990, 10029, 8171, 8655, 7323, 8401, 7683, 8323, 8910, 7927, 9457, 7767, 9365, 8011, 9278, 8075, 9248, 9477, 9196, 11382, 8684, 9202, 11501, 7270, 8916, 7905, 8742, 8528, 8714, 8804, 14306, 11312, 10117, 12703, 8809, 12353, 8557, 13373, 7977, 12059, 9174, 10721, 8201, 11821, 8116, 7838, 8385, 7903, 8423, 7959, 8397, 8207, 8633, 8423, 8760, 8908, 7986, 8815, 8481, 6888, 9055, 10252, 9167, 13531, 9322, 12490, 9043, 10843, 8801, 8762, 8367, 8942, 11328, 9115, 14162, 10492, 9197, 8086, 8999, 8370, 8575, 11611, 9122, 8606, 10670, 9359, 13704, 9248, 9207, 7930, 9278, 9041, 8893, 9083, 10230, 9247, 14364, 10413, 11641, 8856, 9158, 8322, 9166, 10497, 9238, 11877, 8382, 8143, 8501, 8824, 7983, 9214, 8362, 8728, 7566, 8545, 7597, 8336, 7532, 8580, 7493, 6486, 8012, 6942, 8373, 7350, 8536, 7732, 8952, 10037, 9175, 8085, 6629, 8405, 7716, 8633, 11534, 10645, 11135, 11757, 9126, 8742, 8875, 9070, 13588, 11579, 13698, 11340, 9227, 11339, 9007, 8544, 12769, 9069, 13999, 9137, 13889, 9331, 11239, 9119, 8215, 9125, 8130, 9154, 8174, 7257, 8772, 8558, 7017, 8979, 7547, 9412, 8695, 7610, 7973, 11467, 9317, 10462, 9108, 11135, 9032, 11671, 9012, 11207, 8719, 10697, 8906, 12584, 9195, 8163, 6858, 8709, 6964, 8963, 7301, 9093, 10412, 9470, 11229, 7011, 9242, 7703, 9267, 11220, 9184, 14514, 11155, 11708, 8759, 8407, 8880, 8528, 8935, 8715, 9170, 9007, 12319, 9105, 8557, 7178, 8930, 8196, 8699, 10913, 8742, 12289, 9060, 12884, 8857, 8058, 8982, 8419, 7332, 8555, 8579, 8180, 9664, 6926, 8190, 7055, 8465, 8174, 9021, 8504, 11869, 9241, 14159, 9246, 8803, 9736, 9137, 14802, 10936, 8823, 10554, 7471, 8813, 10010, 8891, 13359, 10551, 12851, 10702, 8344, 8818, 8329, 8828, 8160, 8753, 7755, 8408, 7842, 8165, 7747, 7600, 7466, 7901, 8022, 7675, 7597, 7881, 8343, 7908, 8190, 7183, 7668, 7663, 8259, 8736, 8031, 8058, 11888, 9377, 10849, 7844, 8290, 10858, 8375, 13617, 9032, 12432, 8614, 12640, 9074, 9925, 8155, 8790, 8170, 10081, 7861, 10090, 8066, 9606, 7710, 7667, 7713, 7535, 6790, 7648, 7291, 7737, 7556, 8386, 7979, 7421, 8344, 10427, 8795, 12057, 9367, 13240, 10339, 9100, 8784, 8043, 8433, 13265, 9343, 11961, 8321, 10699, 8208, 10267, 7920, 8226, 7324, 7802, 7611, 6706, 7749, 8269, 8264, 11071, 8868, 8033, 9310, 7999, 11362, 8473, 13746, 9909, 12219, 8231, 11839, 7994, 12273, 7896, 9057, 8082, 7497, 7966, 7617, 7995, 7807, 7741, 7998, 7590, 7779, 7261, 7842, 7400, 8294, 8371, 8572, 8677, 8329, 8291, 8513, 8220, 8322, 8322, 9106, 8240, 11322, 8282, 8265, 8738, 8223, 7058, 7894, 7468, 8020, 7861, 9667, 9115, 12540, 9650, 8230, 12495, 9070, 14324, 11426, 13847, 11141, 9321, 10967, 8319, 11342, 8094, 11743, 8785, 11759, 8871, 12022, 8604, 11930, 8394, 8772, 8463, 8056, 7365, 8601, 9919, 7740, 8349, 8438, 8278, 8463, 10016, 8620, 12397, 10461, 8682, 11723, 9052, 8277, 8273, 10355, 8952, 14020, 10304, 9473, 11824, 8465, 11148, 8494, 10412, 8184, 10757, 7823, 8167, 9116, 8457, 8587, 7681, 8281, 9186, 8487, 8342, 7292, 8134, 9583, 8304, 9097, 8260, 8043, 8167, 7933, 8031, 8000, 9113, 7942, 8638, 8224, 7335, 7371, 7477, 7868, 7982, 7914, 7806, 8162, 8535, 8296, 9048, 10072, 8349, 10667, 8266, 8141, 10305, 12289, 10353, 12246, 10417, 9534, 12028, 7976, 9625, 8082, 9709, 8126, 9063, 10331, 8346, 7677, 8915, 7822, 8526, 7992, 8655, 8030, 9001, 7851, 8155, 9635, 8166, 8357, 8576, 8224, 10708, 8087, 13572, 10213, 8941, 9301, 7573, 9389, 7504, 11385, 7881, 10560, 7339, 11112, 7489, 11436, 7730, 8099, 8144, 7801, 8238, 7672, 9139, 7825, 10429, 7795, 7361, 7912, 7973, 9887, 8457, 11500, 8683, 12349], 'WindowCenter': [3848.0, 3813.0, 3819.0, 3785.0, 3760.0, 3760.0, 3759.0, 3760.0, 3759.0, 3760.0, 3760.0, 3759.0, 3770.0, 3769.0, 3772.0, 3762.0, 3750.0, 3773.0, 3765.0, 3811.0, 3797.0, 3788.0, 3786.0, 3784.0, 3764.0, 3774.0, 3763.0, 3784.0, 3805.0, 3798.0, 3818.0, 3807.0, 3772.0, 3793.0, 3772.0, 3790.0, 3760.0, 3790.0, 3769.0, 3789.0, 3791.0, 3749.0, 3777.0, 3744.0, 3732.0, 3723.0, 3745.0, 3766.0, 3747.0, 3747.0, 3779.0, 3757.0, 3756.0, 3724.0, 3746.0, 3766.0, 3748.0, 3790.0, 3768.0, 3747.0, 3777.0, 3745.0, 3755.0, 3745.0, 3744.0, 3776.0, 3759.0, 3803.0, 3780.0, 3746.0, 3757.0, 3770.0, 3781.0, 3770.0, 3770.0, 3759.0, 3792.0, 3772.0, 3762.0, 3762.0, 3772.0, 3784.0, 3772.0, 3792.0, 3782.0, 3781.0, 3802.0, 3759.0, 3792.0, 3770.0, 3757.0, 3759.0, 3759.0, 3791.0, 3782.0, 3791.0, 3783.0, 3758.0, 3748.0, 3757.0, 3757.0, 3758.0, 3779.0, 3769.0, 3768.0, 3790.0, 3771.0, 3769.0, 3769.0, 3746.0, 3738.0, 3769.0, 3789.0, 3770.0, 3770.0, 3749.0, 3759.0, 3760.0, 3770.0, 3781.0, 3771.0, 3770.0, 3803.0, 3783.0, 3769.0, 3770.0, 3760.0, 3770.0, 3758.0, 3759.0, 3759.0, 3794.0, 3783.0, 3791.0, 3771.0, 3770.0, 3749.0, 3759.0, 3749.0, 3785.0, 3762.0, 3785.0, 3773.0, 3795.0, 3785.0, 3795.0, 3784.0, 3772.0, 3794.0, 3784.0, 3817.0, 3796.0, 3783.0, 3772.0, 3772.0, 3792.0, 3768.0, 3790.0, 3769.0, 3790.0, 3781.0, 3780.0, 3790.0, 3759.0, 3759.0, 3783.0, 3759.0, 3748.0, 3771.0, 3793.0, 3784.0, 3784.0, 3805.0, 3784.0, 3770.0, 3761.0, 3770.0, 3802.0, 3771.0, 3803.0, 3783.0, 3804.0, 3794.0, 3770.0, 3759.0, 3770.0, 3777.0, 3768.0, 3767.0, 3757.0, 3777.0, 3769.0, 3768.0, 3746.0, 3768.0, 3758.0, 3747.0, 3768.0, 3760.0, 3794.0, 3798.0, 3816.0, 3795.0, 3781.0, 3772.0, 3769.0, 3779.0, 3782.0, 3802.0, 3781.0, 3769.0, 3760.0, 3782.0, 3760.0, 3770.0, 3769.0, 3790.0, 3781.0, 3791.0, 3780.0, 3769.0, 3748.0, 3769.0, 3768.0, 3769.0, 3769.0, 3792.0, 3773.0, 3760.0, 3759.0, 3768.0, 3779.0, 3769.0, 3778.0, 3768.0, 3758.0, 3768.0, 3769.0, 3758.0, 3769.0, 3769.0, 3749.0, 3781.0, 3761.0, 3770.0, 3770.0, 3770.0, 3770.0, 3792.0, 3773.0, 3783.0, 3749.0, 3781.0, 3770.0, 3761.0, 3783.0, 3816.0, 3795.0, 3782.0, 3772.0, 3772.0, 3772.0, 3804.0, 3782.0, 3803.0, 3782.0, 3779.0, 3758.0, 3757.0, 3747.0, 3756.0, 3768.0, 3755.0, 3766.0, 3756.0, 3767.0, 3768.0, 3770.0, 3748.0, 3781.0, 3782.0, 3753.0, 3776.0, 3777.0, 3786.0, 3796.0, 3785.0, 3794.0, 3784.0, 3771.0, 3771.0, 3774.0, 3792.0, 3783.0, 3806.0, 3797.0, 3783.0, 3781.0, 3771.0, 3762.0, 3759.0, 3768.0, 3757.0, 3779.0, 3757.0, 3789.0, 3770.0, 3759.0, 3737.0, 3759.0, 3770.0, 3772.0, 3770.0, 3782.0, 3771.0, 3805.0, 3771.0, 3770.0, 3761.0, 3761.0, 3773.0, 3805.0, 3774.0, 3762.0, 3759.0, 3759.0, 3784.0, 3783.0, 3786.0, 3784.0, 3804.0, 3795.0, 3793.0, 3769.0, 3758.0, 3770.0, 3758.0, 3734.0, 3767.0, 3746.0, 3791.0, 3769.0, 3748.0, 3736.0, 3746.0, 3735.0, 3747.0, 3734.0, 3735.0, 3757.0, 3747.0, 3754.0, 3746.0, 3745.0, 3736.0, 3761.0, 3748.0, 3772.0, 3784.0, 3775.0, 3783.0, 3762.0, 3785.0, 3762.0, 3785.0, 3762.0, 3784.0, 3783.0, 3786.0, 3808.0, 3789.0, 3796.0, 3805.0, 3763.0, 3783.0, 3763.0, 3788.0, 3785.0, 3786.0, 3799.0, 3818.0, 3808.0, 3796.0, 3819.0, 3773.0, 3807.0, 3774.0, 3807.0, 3750.0, 3782.0, 3772.0, 3782.0, 3748.0, 3779.0, 3736.0, 3722.0, 3746.0, 3745.0, 3747.0, 3745.0, 3758.0, 3747.0, 3760.0, 3759.0, 3761.0, 3771.0, 3773.0, 3773.0, 3772.0, 3764.0, 3797.0, 3797.0, 3784.0, 3817.0, 3797.0, 3807.0, 3774.0, 3780.0, 3759.0, 3757.0, 3760.0, 3758.0, 3780.0, 3771.0, 3802.0, 3782.0, 3783.0, 3761.0, 3770.0, 3758.0, 3760.0, 3792.0, 3771.0, 3773.0, 3781.0, 3769.0, 3801.0, 3757.0, 3756.0, 3747.0, 3768.0, 3768.0, 3771.0, 3769.0, 3782.0, 3769.0, 3801.0, 3780.0, 3778.0, 3756.0, 3755.0, 3744.0, 3768.0, 3780.0, 3770.0, 3791.0, 3760.0, 3749.0, 3746.0, 3744.0, 3745.0, 3756.0, 3745.0, 3756.0, 3746.0, 3757.0, 3748.0, 3758.0, 3747.0, 3759.0, 3737.0, 3728.0, 3761.0, 3753.0, 3774.0, 3765.0, 3786.0, 3776.0, 3785.0, 3795.0, 3785.0, 3774.0, 3753.0, 3772.0, 3762.0, 3773.0, 3806.0, 3796.0, 3795.0, 3807.0, 3785.0, 3772.0, 3774.0, 3772.0, 3816.0, 3805.0, 3806.0, 3794.0, 3771.0, 3782.0, 3773.0, 3760.0, 3793.0, 3757.0, 3791.0, 3757.0, 3788.0, 3746.0, 3764.0, 3744.0, 3733.0, 3754.0, 3732.0, 3756.0, 3745.0, 3750.0, 3770.0, 3770.0, 3750.0, 3770.0, 3761.0, 3795.0, 3786.0, 3776.0, 3778.0, 3807.0, 3785.0, 3784.0, 3772.0, 3781.0, 3761.0, 3793.0, 3774.0, 3780.0, 3759.0, 3781.0, 3774.0, 3792.0, 3770.0, 3746.0, 3726.0, 3757.0, 3738.0, 3769.0, 3749.0, 3771.0, 3782.0, 3782.0, 3793.0, 3750.0, 3772.0, 3762.0, 3785.0, 3795.0, 3785.0, 3816.0, 3794.0, 3794.0, 3773.0, 3760.0, 3757.0, 3745.0, 3745.0, 3744.0, 3755.0, 3756.0, 3779.0, 3759.0, 3758.0, 3738.0, 3771.0, 3761.0, 3773.0, 3793.0, 3762.0, 3793.0, 3772.0, 3803.0, 3770.0, 3747.0, 3759.0, 3759.0, 3751.0, 3760.0, 3761.0, 3775.0, 3783.0, 3752.0, 3772.0, 3763.0, 3772.0, 3773.0, 3784.0, 3772.0, 3795.0, 3774.0, 3816.0, 3797.0, 3786.0, 3796.0, 3770.0, 3803.0, 3781.0, 3760.0, 3768.0, 3736.0, 3772.0, 3784.0, 3773.0, 3791.0, 3770.0, 3789.0, 3757.0, 3734.0, 3733.0, 3721.0, 3731.0, 3732.0, 3743.0, 3735.0, 3745.0, 3735.0, 3733.0, 3733.0, 3722.0, 3724.0, 3745.0, 3759.0, 3749.0, 3749.0, 3761.0, 3761.0, 3762.0, 3759.0, 3751.0, 3761.0, 3762.0, 3785.0, 3774.0, 3775.0, 3773.0, 3807.0, 3785.0, 3795.0, 3765.0, 3773.0, 3808.0, 3774.0, 3807.0, 3786.0, 3806.0, 3761.0, 3780.0, 3759.0, 3757.0, 3735.0, 3744.0, 3747.0, 3754.0, 3746.0, 3755.0, 3733.0, 3743.0, 3734.0, 3732.0, 3733.0, 3746.0, 3726.0, 3747.0, 3748.0, 3762.0, 3761.0, 3775.0, 3772.0, 3751.0, 3774.0, 3794.0, 3787.0, 3806.0, 3786.0, 3805.0, 3783.0, 3771.0, 3760.0, 3748.0, 3748.0, 3777.0, 3757.0, 3765.0, 3746.0, 3765.0, 3747.0, 3780.0, 3747.0, 3745.0, 3736.0, 3748.0, 3747.0, 3737.0, 3750.0, 3771.0, 3761.0, 3793.0, 3773.0, 3764.0, 3784.0, 3763.0, 3795.0, 3762.0, 3791.0, 3771.0, 3779.0, 3736.0, 3767.0, 3735.0, 3765.0, 3734.0, 3743.0, 3733.0, 3722.0, 3734.0, 3735.0, 3746.0, 3736.0, 3748.0, 3749.0, 3748.0, 3749.0, 3749.0, 3762.0, 3751.0, 3775.0, 3773.0, 3775.0, 3785.0, 3776.0, 3775.0, 3775.0, 3776.0, 3775.0, 3775.0, 3773.0, 3776.0, 3793.0, 3774.0, 3773.0, 3774.0, 3774.0, 3753.0, 3774.0, 3763.0, 3775.0, 3776.0, 3798.0, 3788.0, 3820.0, 3799.0, 3788.0, 3807.0, 3787.0, 3817.0, 3796.0, 3807.0, 3799.0, 3774.0, 3786.0, 3761.0, 3781.0, 3737.0, 3781.0, 3749.0, 3768.0, 3745.0, 3778.0, 3746.0, 3764.0, 3733.0, 3732.0, 3733.0, 3732.0, 3724.0, 3746.0, 3768.0, 3737.0, 3748.0, 3747.0, 3762.0, 3760.0, 3781.0, 3760.0, 3792.0, 3782.0, 3761.0, 3781.0, 3761.0, 3761.0, 3760.0, 3784.0, 3773.0, 3805.0, 3784.0, 3773.0, 3783.0, 3748.0, 3768.0, 3747.0, 3766.0, 3746.0, 3753.0, 3721.0, 3749.0, 3759.0, 3750.0, 3747.0, 3737.0, 3749.0, 3758.0, 3759.0, 3748.0, 3739.0, 3760.0, 3771.0, 3749.0, 3759.0, 3749.0, 3736.0, 3748.0, 3748.0, 3751.0, 3751.0, 3761.0, 3750.0, 3760.0, 3761.0, 3751.0, 3753.0, 3766.0, 3775.0, 3764.0, 3775.0, 3765.0, 3788.0, 3787.0, 3790.0, 3788.0, 3799.0, 3778.0, 3799.0, 3777.0, 3764.0, 3785.0, 3797.0, 3799.0, 3796.0, 3785.0, 3774.0, 3783.0, 3738.0, 3759.0, 3735.0, 3745.0, 3722.0, 3734.0, 3754.0, 3734.0, 3724.0, 3744.0, 3724.0, 3735.0, 3736.0, 3760.0, 3751.0, 3772.0, 3750.0, 3749.0, 3759.0, 3750.0, 3749.0, 3773.0, 3764.0, 3783.0, 3764.0, 3805.0, 3784.0, 3762.0, 3774.0, 3739.0, 3760.0, 3739.0, 3783.0, 3748.0, 3770.0, 3738.0, 3769.0, 3727.0, 3781.0, 3752.0, 3749.0, 3749.0, 3751.0, 3773.0, 3750.0, 3772.0, 3752.0, 3783.0, 3754.0, 3754.0, 3768.0, 3766.0, 3774.0, 3763.0, 3772.0, 3763.0, 3784.0], 'WindowWidth': [8615.0, 8556.0, 8556.0, 8499.0, 8459.0, 8458.0, 8456.0, 8459.0, 8456.0, 8458.0, 8459.0, 8456.0, 8474.0, 8471.0, 8478.0, 8466.0, 8449.0, 8485.0, 8480.0, 8549.0, 8522.0, 8511.0, 8506.0, 8501.0, 8474.0, 8486.0, 8469.0, 8500.0, 8528.0, 8523.0, 8551.0, 8532.0, 8479.0, 8508.0, 8478.0, 8499.0, 8457.0, 8499.0, 8469.0, 8494.0, 8501.0, 8443.0, 8475.0, 8427.0, 8406.0, 8397.0, 8427.0, 8457.0, 8434.0, 8436.0, 8484.0, 8448.0, 8445.0, 8402.0, 8432.0, 8458.0, 8438.0, 8496.0, 8464.0, 8435.0, 8473.0, 8429.0, 8441.0, 8428.0, 8427.0, 8472.0, 8454.0, 8523.0, 8486.0, 8437.0, 8457.0, 8477.0, 8494.0, 8475.0, 8475.0, 8457.0, 8506.0, 8479.0, 8466.0, 8468.0, 8481.0, 8498.0, 8479.0, 8504.0, 8491.0, 8487.0, 8520.0, 8458.0, 8506.0, 8472.0, 8450.0, 8455.0, 8456.0, 8500.0, 8491.0, 8501.0, 8496.0, 8453.0, 8441.0, 8449.0, 8449.0, 8452.0, 8483.0, 8470.0, 8466.0, 8499.0, 8474.0, 8472.0, 8467.0, 8434.0, 8426.0, 8469.0, 8496.0, 8473.0, 8472.0, 8443.0, 8454.0, 8459.0, 8473.0, 8487.0, 8475.0, 8472.0, 8521.0, 8494.0, 8468.0, 8469.0, 8456.0, 8470.0, 8452.0, 8455.0, 8455.0, 8511.0, 8495.0, 8500.0, 8474.0, 8473.0, 8444.0, 8456.0, 8444.0, 8501.0, 8466.0, 8502.0, 8483.0, 8515.0, 8503.0, 8513.0, 8497.0, 8479.0, 8511.0, 8497.0, 8546.0, 8517.0, 8495.0, 8479.0, 8476.0, 8503.0, 8464.0, 8497.0, 8466.0, 8498.0, 8488.0, 8484.0, 8498.0, 8453.0, 8454.0, 8494.0, 8456.0, 8441.0, 8473.0, 8506.0, 8496.0, 8496.0, 8526.0, 8497.0, 8472.0, 8461.0, 8471.0, 8516.0, 8474.0, 8519.0, 8494.0, 8524.0, 8509.0, 8470.0, 8452.0, 8466.0, 8474.0, 8463.0, 8461.0, 8447.0, 8475.0, 8467.0, 8464.0, 8433.0, 8465.0, 8452.0, 8438.0, 8467.0, 8458.0, 8511.0, 8522.0, 8544.0, 8513.0, 8487.0, 8475.0, 8467.0, 8482.0, 8491.0, 8521.0, 8490.0, 8470.0, 8457.0, 8491.0, 8459.0, 8472.0, 8467.0, 8497.0, 8487.0, 8502.0, 8486.0, 8468.0, 8439.0, 8467.0, 8466.0, 8467.0, 8468.0, 8503.0, 8480.0, 8458.0, 8454.0, 8463.0, 8480.0, 8466.0, 8476.0, 8465.0, 8449.0, 8465.0, 8467.0, 8453.0, 8469.0, 8468.0, 8441.0, 8487.0, 8460.0, 8473.0, 8472.0, 8472.0, 8471.0, 8503.0, 8479.0, 8491.0, 8442.0, 8486.0, 8471.0, 8463.0, 8495.0, 8544.0, 8511.0, 8490.0, 8477.0, 8477.0, 8474.0, 8525.0, 8490.0, 8521.0, 8490.0, 8479.0, 8450.0, 8447.0, 8432.0, 8443.0, 8461.0, 8442.0, 8455.0, 8443.0, 8461.0, 8464.0, 8473.0, 8441.0, 8489.0, 8491.0, 8455.0, 8492.0, 8494.0, 8504.0, 8516.0, 8499.0, 8511.0, 8495.0, 8473.0, 8472.0, 8481.0, 8503.0, 8492.0, 8530.0, 8519.0, 8491.0, 8485.0, 8473.0, 8463.0, 8452.0, 8463.0, 8448.0, 8478.0, 8447.0, 8494.0, 8469.0, 8451.0, 8421.0, 8453.0, 8469.0, 8475.0, 8470.0, 8488.0, 8475.0, 8527.0, 8471.0, 8470.0, 8461.0, 8459.0, 8480.0, 8523.0, 8481.0, 8462.0, 8454.0, 8453.0, 8496.0, 8494.0, 8500.0, 8495.0, 8522.0, 8514.0, 8506.0, 8465.0, 8448.0, 8469.0, 8448.0, 8409.0, 8456.0, 8426.0, 8495.0, 8464.0, 8434.0, 8414.0, 8426.0, 8411.0, 8432.0, 8410.0, 8411.0, 8445.0, 8433.0, 8436.0, 8427.0, 8427.0, 8418.0, 8459.0, 8436.0, 8477.0, 8496.0, 8488.0, 8492.0, 8463.0, 8497.0, 8461.0, 8495.0, 8460.0, 8494.0, 8490.0, 8502.0, 8533.0, 8514.0, 8515.0, 8523.0, 8466.0, 8490.0, 8465.0, 8510.0, 8497.0, 8502.0, 8523.0, 8549.0, 8535.0, 8515.0, 8549.0, 8479.0, 8529.0, 8481.0, 8532.0, 8439.0, 8488.0, 8474.0, 8487.0, 8433.0, 8478.0, 8414.0, 8389.0, 8429.0, 8426.0, 8432.0, 8425.0, 8449.0, 8433.0, 8455.0, 8453.0, 8459.0, 8472.0, 8481.0, 8479.0, 8474.0, 8471.0, 8517.0, 8516.0, 8494.0, 8544.0, 8520.0, 8533.0, 8481.0, 8480.0, 8451.0, 8446.0, 8455.0, 8448.0, 8481.0, 8469.0, 8517.0, 8489.0, 8492.0, 8460.0, 8468.0, 8450.0, 8457.0, 8500.0, 8473.0, 8481.0, 8487.0, 8464.0, 8513.0, 8448.0, 8443.0, 8432.0, 8462.0, 8463.0, 8472.0, 8466.0, 8488.0, 8466.0, 8513.0, 8482.0, 8477.0, 8444.0, 8437.0, 8423.0, 8462.0, 8480.0, 8468.0, 8499.0, 8458.0, 8439.0, 8428.0, 8422.0, 8426.0, 8442.0, 8428.0, 8444.0, 8429.0, 8446.0, 8435.0, 8451.0, 8432.0, 8453.0, 8422.0, 8412.0, 8458.0, 8454.0, 8483.0, 8471.0, 8503.0, 8487.0, 8498.0, 8511.0, 8499.0, 8480.0, 8453.0, 8476.0, 8465.0, 8481.0, 8526.0, 8515.0, 8513.0, 8530.0, 8497.0, 8477.0, 8480.0, 8475.0, 8541.0, 8526.0, 8531.0, 8510.0, 8472.0, 8487.0, 8476.0, 8454.0, 8506.0, 8445.0, 8498.0, 8446.0, 8490.0, 8427.0, 8448.0, 8422.0, 8405.0, 8435.0, 8405.0, 8441.0, 8426.0, 8443.0, 8469.0, 8470.0, 8445.0, 8470.0, 8462.0, 8514.0, 8504.0, 8491.0, 8493.0, 8528.0, 8499.0, 8492.0, 8473.0, 8483.0, 8457.0, 8502.0, 8482.0, 8482.0, 8451.0, 8485.0, 8480.0, 8501.0, 8466.0, 8429.0, 8403.0, 8447.0, 8424.0, 8465.0, 8440.0, 8471.0, 8486.0, 8487.0, 8503.0, 8444.0, 8474.0, 8463.0, 8496.0, 8511.0, 8496.0, 8539.0, 8508.0, 8506.0, 8478.0, 8454.0, 8445.0, 8424.0, 8427.0, 8421.0, 8438.0, 8442.0, 8477.0, 8451.0, 8447.0, 8422.0, 8471.0, 8459.0, 8478.0, 8503.0, 8460.0, 8501.0, 8476.0, 8516.0, 8467.0, 8431.0, 8451.0, 8452.0, 8446.0, 8453.0, 8457.0, 8485.0, 8492.0, 8448.0, 8475.0, 8468.0, 8477.0, 8478.0, 8494.0, 8476.0, 8509.0, 8478.0, 8541.0, 8520.0, 8505.0, 8516.0, 8471.0, 8522.0, 8486.0, 8452.0, 8460.0, 8416.0, 8476.0, 8491.0, 8478.0, 8496.0, 8467.0, 8492.0, 8443.0, 8405.0, 8403.0, 8382.0, 8398.0, 8399.0, 8420.0, 8412.0, 8426.0, 8411.0, 8405.0, 8405.0, 8388.0, 8394.0, 8426.0, 8453.0, 8438.0, 8440.0, 8459.0, 8458.0, 8461.0, 8453.0, 8444.0, 8459.0, 8462.0, 8500.0, 8483.0, 8484.0, 8480.0, 8528.0, 8497.0, 8511.0, 8469.0, 8478.0, 8532.0, 8482.0, 8531.0, 8500.0, 8526.0, 8457.0, 8481.0, 8449.0, 8442.0, 8411.0, 8420.0, 8428.0, 8435.0, 8430.0, 8435.0, 8405.0, 8417.0, 8409.0, 8402.0, 8408.0, 8429.0, 8405.0, 8434.0, 8437.0, 8461.0, 8462.0, 8484.0, 8478.0, 8448.0, 8480.0, 8508.0, 8504.0, 8527.0, 8498.0, 8522.0, 8491.0, 8471.0, 8454.0, 8432.0, 8432.0, 8472.0, 8442.0, 8452.0, 8426.0, 8452.0, 8432.0, 8480.0, 8434.0, 8427.0, 8417.0, 8435.0, 8433.0, 8422.0, 8443.0, 8473.0, 8459.0, 8504.0, 8477.0, 8465.0, 8492.0, 8463.0, 8511.0, 8461.0, 8496.0, 8467.0, 8475.0, 8413.0, 8458.0, 8411.0, 8451.0, 8408.0, 8416.0, 8404.0, 8388.0, 8408.0, 8411.0, 8428.0, 8416.0, 8435.0, 8436.0, 8436.0, 8438.0, 8438.0, 8461.0, 8444.0, 8484.0, 8478.0, 8482.0, 8499.0, 8486.0, 8481.0, 8483.0, 8485.0, 8483.0, 8484.0, 8476.0, 8487.0, 8506.0, 8481.0, 8477.0, 8481.0, 8482.0, 8454.0, 8484.0, 8467.0, 8487.0, 8489.0, 8520.0, 8509.0, 8555.0, 8524.0, 8507.0, 8531.0, 8503.0, 8545.0, 8513.0, 8534.0, 8525.0, 8481.0, 8498.0, 8456.0, 8481.0, 8417.0, 8482.0, 8436.0, 8460.0, 8421.0, 8474.0, 8427.0, 8449.0, 8404.0, 8400.0, 8403.0, 8401.0, 8395.0, 8427.0, 8459.0, 8418.0, 8434.0, 8434.0, 8461.0, 8456.0, 8484.0, 8455.0, 8500.0, 8488.0, 8455.0, 8485.0, 8455.0, 8456.0, 8454.0, 8494.0, 8476.0, 8521.0, 8493.0, 8474.0, 8489.0, 8433.0, 8459.0, 8431.0, 8451.0, 8426.0, 8429.0, 8385.0, 8435.0, 8450.0, 8438.0, 8430.0, 8417.0, 8435.0, 8445.0, 8452.0, 8432.0, 8425.0, 8455.0, 8470.0, 8436.0, 8447.0, 8433.0, 8413.0, 8433.0, 8434.0, 8441.0, 8442.0, 8454.0, 8439.0, 8451.0, 8455.0, 8443.0, 8452.0, 8473.0, 8482.0, 8465.0, 8483.0, 8469.0, 8504.0, 8506.0, 8512.0, 8506.0, 8522.0, 8490.0, 8519.0, 8488.0, 8465.0, 8496.0, 8513.0, 8523.0, 8509.0, 8496.0, 8477.0, 8486.0, 8416.0, 8449.0, 8408.0, 8421.0, 8385.0, 8403.0, 8430.0, 8405.0, 8390.0, 8419.0, 8393.0, 8407.0, 8411.0, 8450.0, 8442.0, 8470.0, 8439.0, 8435.0, 8449.0, 8437.0, 8436.0, 8477.0, 8465.0, 8486.0, 8467.0, 8520.0, 8490.0, 8456.0, 8475.0, 8420.0, 8451.0, 8420.0, 8485.0, 8432.0, 8462.0, 8418.0, 8461.0, 8403.0, 8478.0, 8446.0, 8432.0, 8433.0, 8445.0, 8477.0, 8440.0, 8472.0, 8446.0, 8486.0, 8452.0, 8452.0, 8476.0, 8467.0, 8476.0, 8458.0, 8467.0, 8458.0, 8489.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.008423949671772428</td></tr>
<tr><td colspan=3>aqi</td><td>0.08600182614879649</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.91389404756841</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1827677174041606</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0592429088170852</td></tr>
<tr><td colspan=3>efc</td><td>0.4436</td></tr>
<tr><td colspan=3>fber</td><td>6964.1011</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.23252288428704454</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>334</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>36.542669584245075</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7097314848990375</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.587577029216447</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0315026549960717</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5101147704845927</td></tr>
<tr><td colspan=3>gcor</td><td>0.00799934</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01452677696943283</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.020881246775388718</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>914</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9057436151159437</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>27.0119</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>30.708</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>138.4924</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310515.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>611.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>285.3804</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1135</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>448.8897</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3025.9458</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3219.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66029.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1010.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3951.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>824.1646</td></tr>
<tr><td colspan=3>tsnr</td><td>22.63987393747084</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>